01JFDRJMYA313MJEK4WH7MNXSY: 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: 01JFDRKADV92XT4HC3XHV60S2Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-18T20:53:43.774Zjob assigned to worker 01JFDRPTN93264BQYF3S02J93D [factory aws, i-0ade3904838a392ca] (queued for 2 m 51 s)
 
22024-12-18T20:53:51.987Zstarting task 0: "setup"
32024-12-18T20:53:51.996Z++ uname -s
42024-12-18T20:53:51.999Z+ kern=SunOS
52024-12-18T20:53:51.999Z+ case "$kern" in
62024-12-18T20:53:51.999Z+ groupadd -g 12345 build
72024-12-18T20:53:51.999Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-18T20:53:54.006Z+ zfs create -o mountpoint=/work rpool/work
92024-12-18T20:53:54.171Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-18T20:53:54.174Z+ home_fs=zfs
112024-12-18T20:53:54.174Z+ [[ zfs == autofs ]]
122024-12-18T20:53:54.174Z+ mkdir -p /home/build
132024-12-18T20:53:54.177Z+ chown build:build /home/build /work
142024-12-18T20:53:56.178Z+ chmod 0700 /home/build /work
152024-12-18T20:53:56.181Zprocess exited: duration 4194 ms, exit code 0
 
162024-12-18T20:53:56.186Zstarting task 1: "rust-toolchain"
172024-12-18T20:53:56.192Z+ printf ' * toolchain channel = "%s"
182024-12-18T20:53:56.192Z' 1.81.0
192024-12-18T20:53:56.192Z * toolchain channel = "1.81.0"
202024-12-18T20:53:56.192Z+ printf ' * toolchain profile = "%s"
212024-12-18T20:53:56.192Z' default
222024-12-18T20:53:56.192Z * toolchain profile = "default"
232024-12-18T20:53:56.195Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-18T20:53:56.195Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-18T20:53:56.309Zinfo: downloading installer
262024-12-18T20:53:57.772Zinfo: profile set to 'default'
272024-12-18T20:53:57.772Zinfo: default host triple is x86_64-unknown-illumos
282024-12-18T20:53:57.776Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-18T20:53:57.908Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-18T20:53:57.908Zinfo: downloading component 'cargo'
312024-12-18T20:53:58.605Zinfo: downloading component 'clippy'
322024-12-18T20:53:58.953Zinfo: downloading component 'rust-docs'
332024-12-18T20:53:59.924Zinfo: downloading component 'rust-std'
342024-12-18T20:54:01.473Zinfo: downloading component 'rustc'
352024-12-18T20:54:07.106Zinfo: downloading component 'rustfmt'
362024-12-18T20:54:07.412Zinfo: installing component 'cargo'
372024-12-18T20:54:08.197Zinfo: installing component 'clippy'
382024-12-18T20:54:08.552Zinfo: installing component 'rust-docs'
392024-12-18T20:54:10.138Zinfo: installing component 'rust-std'
402024-12-18T20:54:11.834Zinfo: installing component 'rustc'
412024-12-18T20:54:17.388Zinfo: installing component 'rustfmt'
422024-12-18T20:54:17.709Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-18T20:54:17.710Z
442024-12-18T20:54:18.077Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-18T20:54:18.077Z
462024-12-18T20:54:18.079Z
472024-12-18T20:54:18.079ZRust is installed now. Great!
482024-12-18T20:54:18.079Z
492024-12-18T20:54:18.079ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-18T20:54:18.079Zenvironment variable. This has not been done automatically.
512024-12-18T20:54:18.079Z
522024-12-18T20:54:18.079ZTo configure your current shell, you need to source
532024-12-18T20:54:18.079Zthe corresponding env file under $HOME/.cargo.
542024-12-18T20:54:18.079Z
552024-12-18T20:54:18.079ZThis is usually done by running one of the following (note the leading DOT):
562024-12-18T20:54:18.079Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-18T20:54:18.079Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-18T20:54:18.144Z+ rustc --version
592024-12-18T20:54:18.211Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-18T20:54:18.214Zprocess exited: duration 22022 ms, exit code 0
 
612024-12-18T20:54:18.219Zstarting task 2: "authentication"
622024-12-18T20:54:18.241Zprocess exited: duration 21 ms, exit code 0
 
632024-12-18T20:54:18.246Zstarting task 3: "clone repository"
642024-12-18T20:54:18.251Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-18T20:54:18.253Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-18T20:54:18.587ZCloning into '/work/oxidecomputer/omicron'...
672024-12-18T20:54:25.067Z+ cd /work/oxidecomputer/omicron
682024-12-18T20:54:25.068Z+ git fetch origin 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c
692024-12-18T20:54:25.439ZFrom https://github.com/oxidecomputer/omicron
702024-12-18T20:54:25.439Z * branch 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c -> FETCH_HEAD
712024-12-18T20:54:25.450Z+ [[ -n wc/mgs-taskdump ]]
722024-12-18T20:54:25.453Z++ git branch --show-current
732024-12-18T20:54:25.455Z+ current=main
742024-12-18T20:54:25.455Z+ [[ main != wc/mgs-taskdump ]]
752024-12-18T20:54:25.455Z+ git branch -f wc/mgs-taskdump 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c
762024-12-18T20:54:25.458Z+ git checkout -f wc/mgs-taskdump
772024-12-18T20:54:25.527ZSwitched to branch 'wc/mgs-taskdump'
782024-12-18T20:54:25.530Z+ git reset --hard 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c
792024-12-18T20:54:25.595ZHEAD is now at 8b13de1f0 Add task-dump endpoints to MGS
802024-12-18T20:54:25.598Zprocess exited: duration 7348 ms, exit code 0
 
812024-12-18T20:54:25.606Zstarting task 4: "build"
822024-12-18T20:54:25.609Z+ source .github/buildomat/ci-env.sh
832024-12-18T20:54:25.609Z++ export CARGO_TERM_COLOR=always
842024-12-18T20:54:25.609Z++ CARGO_TERM_COLOR=always
852024-12-18T20:54:25.612Z+ cargo --version
862024-12-18T20:54:25.665Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-18T20:54:25.668Z+ rustc --version
882024-12-18T20:54:25.727Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-18T20:54:25.730Z+ cargo tree --locked
902024-12-18T20:54:25.988Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-18T20:54:26.330Z Updating crates.io index
922024-12-18T20:54:26.332Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-18T20:54:26.981Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-18T20:54:27.235Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-18T20:54:27.490Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-18T20:54:27.782Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-18T20:54:28.670Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-18T20:54:30.240Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-18T20:54:30.900Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-18T20:54:31.695Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-18T20:54:32.002Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-18T20:54:32.388Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-18T20:54:33.032Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-18T20:54:33.316Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-18T20:54:33.686Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-18T20:54:33.983Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-18T20:54:34.228Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-18T20:54:34.506Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-18T20:54:34.810Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-18T20:54:35.101Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-18T20:54:35.459Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-18T20:54:35.835Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-18T20:54:36.319Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-18T20:54:36.598Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-18T20:54:37.070Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-18T20:54:37.502Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-18T20:54:37.805Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-18T20:54:38.072Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-18T20:54:38.353Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-18T20:54:39.900Z Downloading crates ...
1212024-12-18T20:54:39.998Z Downloaded aead v0.5.2
1222024-12-18T20:54:40.001Z Downloaded adler2 v2.0.0
1232024-12-18T20:54:40.005Z Downloaded addr2line v0.24.2
1242024-12-18T20:54:40.016Z Downloaded escape8259 v0.5.3
1252024-12-18T20:54:40.028Z Downloaded event-listener-strategy v0.5.2
1262024-12-18T20:54:40.030Z Downloaded errno v0.3.9
1272024-12-18T20:54:40.033Z Downloaded event-listener v2.5.3
1282024-12-18T20:54:40.035Z Downloaded ciborium v0.2.2
1292024-12-18T20:54:40.038Z Downloaded foreign-types-shared v0.3.1
1302024-12-18T20:54:40.047Z Downloaded fxhash v0.2.1
1312024-12-18T20:54:40.049Z Downloaded anstyle-parse v0.2.5
1322024-12-18T20:54:40.052Z Downloaded headers-core v0.3.0
1332024-12-18T20:54:40.055Z Downloaded foreign-types v0.3.2
1342024-12-18T20:54:40.055Z Downloaded arrayref v0.3.9
1352024-12-18T20:54:40.060Z Downloaded ahash v0.8.11
1362024-12-18T20:54:40.064Z Downloaded hubpack_derive v0.1.1
1372024-12-18T20:54:40.064Z Downloaded event-listener v5.3.1
1382024-12-18T20:54:40.064Z Downloaded assert_matches v1.5.0
1392024-12-18T20:54:40.068Z Downloaded http-range v0.1.5
1402024-12-18T20:54:40.068Z Downloaded foreign-types-shared v0.1.1
1412024-12-18T20:54:40.071Z Downloaded generic-array v0.14.7
1422024-12-18T20:54:40.071Z Downloaded fallible-streaming-iterator v0.1.9
1432024-12-18T20:54:40.072Z Downloaded async-stream-impl v0.3.6
1442024-12-18T20:54:40.075Z Downloaded guppy-workspace-hack v0.1.0
1452024-12-18T20:54:40.075Z Downloaded http-body v1.0.1
1462024-12-18T20:54:40.075Z Downloaded futures-timer v3.0.3
1472024-12-18T20:54:40.078Z Downloaded futures-sink v0.3.31
1482024-12-18T20:54:40.078Z Downloaded form_urlencoded v1.2.1
1492024-12-18T20:54:40.081Z Downloaded foreign-types-macros v0.2.3
1502024-12-18T20:54:40.081Z Downloaded hostname v0.4.0
1512024-12-18T20:54:40.084Z Downloaded httpdate v1.0.3
1522024-12-18T20:54:40.086Z Downloaded fragile v2.0.0
1532024-12-18T20:54:40.088Z Downloaded fixedbitset v0.4.2
1542024-12-18T20:54:40.091Z Downloaded humantime v2.1.0
1552024-12-18T20:54:40.094Z Downloaded http-body-util v0.1.2
1562024-12-18T20:54:40.096Z Downloaded atomicwrites v0.4.4
1572024-12-18T20:54:40.096Z Downloaded ascii-canvas v3.0.0
1582024-12-18T20:54:40.099Z Downloaded anstyle v1.0.10
1592024-12-18T20:54:40.099Z Downloaded home v0.5.9
1602024-12-18T20:54:40.102Z Downloaded heck v0.4.1
1612024-12-18T20:54:40.102Z Downloaded anes v0.1.6
1622024-12-18T20:54:40.105Z Downloaded hubpack v0.1.2
1632024-12-18T20:54:40.108Z Downloaded hash32 v0.2.1
1642024-12-18T20:54:40.108Z Downloaded fs-err v2.11.0
1652024-12-18T20:54:40.111Z Downloaded ff v0.13.0
1662024-12-18T20:54:40.114Z Downloaded futures-io v0.3.31
1672024-12-18T20:54:40.117Z Downloaded atomic-waker v1.1.2
1682024-12-18T20:54:40.117Z Downloaded async-signal v0.2.10
1692024-12-18T20:54:40.119Z Downloaded openssl-macros v0.1.1
1702024-12-18T20:54:40.122Z Downloaded num_enum v0.5.11
1712024-12-18T20:54:40.127Z Downloaded hashlink v0.9.1
1722024-12-18T20:54:40.129Z Downloaded hash32 v0.3.1
1732024-12-18T20:54:40.132Z Downloaded hickory-client v0.24.1
1742024-12-18T20:54:40.135Z Downloaded getrandom v0.2.15
1752024-12-18T20:54:40.140Z Downloaded hostname v0.3.1
1762024-12-18T20:54:40.142Z Downloaded heck v0.3.3
1772024-12-18T20:54:40.142Z Downloaded cfg_aliases v0.2.1
1782024-12-18T20:54:40.145Z Downloaded cfg_aliases v0.1.1
1792024-12-18T20:54:40.145Z Downloaded base16ct v0.2.0
1802024-12-18T20:54:40.148Z Downloaded httparse v1.9.5
1812024-12-18T20:54:40.153Z Downloaded pretty-hex v0.2.1
1822024-12-18T20:54:40.153Z Downloaded highway v1.2.0
1832024-12-18T20:54:40.156Z Downloaded bytecount v0.6.8
1842024-12-18T20:54:40.159Z Downloaded olpc-cjson v0.1.4
1852024-12-18T20:54:40.159Z Downloaded hyper-rustls v0.26.0
1862024-12-18T20:54:40.162Z Downloaded httptest v0.16.1
1872024-12-18T20:54:40.165Z Downloaded argon2 v0.5.3
1882024-12-18T20:54:40.168Z Downloaded serde-big-array v0.5.1
1892024-12-18T20:54:40.168Z Downloaded futures-lite v2.3.0
1902024-12-18T20:54:40.170Z Downloaded fallible-iterator v0.2.0
1912024-12-18T20:54:40.173Z Downloaded hyper-rustls v0.27.3
1922024-12-18T20:54:40.176Z Downloaded block-padding v0.3.3
1932024-12-18T20:54:40.178Z Downloaded async-trait v0.1.83
1942024-12-18T20:54:40.181Z Downloaded parse-display v0.10.0
1952024-12-18T20:54:40.184Z Downloaded async-process v2.3.0
1962024-12-18T20:54:40.184Z Downloaded pathdiff v0.2.2
1972024-12-18T20:54:40.187Z Downloaded pbkdf2 v0.11.0
1982024-12-18T20:54:40.190Z Downloaded pbkdf2 v0.12.2
1992024-12-18T20:54:40.193Z Downloaded cexpr v0.6.0
2002024-12-18T20:54:40.193Z Downloaded futures v0.3.31
2012024-12-18T20:54:40.198Z Downloaded time-core v0.1.2
2022024-12-18T20:54:40.201Z Downloaded hmac v0.12.1
2032024-12-18T20:54:40.203Z Downloaded fs_extra v1.3.0
2042024-12-18T20:54:40.207Z Downloaded cbc v0.1.2
2052024-12-18T20:54:40.212Z Downloaded phf_shared v0.11.2
2062024-12-18T20:54:40.212Z Downloaded radium v0.7.0
2072024-12-18T20:54:40.212Z Downloaded quinn-udp v0.5.5
2082024-12-18T20:54:40.212Z Downloaded cargo-platform v0.1.8
2092024-12-18T20:54:40.215Z Downloaded num-integer v0.1.46
2102024-12-18T20:54:40.218Z Downloaded rustc-hash v2.0.0
2112024-12-18T20:54:40.222Z Downloaded chrono-tz-build v0.4.0
2122024-12-18T20:54:40.222Z Downloaded cfg-if v1.0.0
2132024-12-18T20:54:40.222Z Downloaded rustfmt-wrapper v0.2.1
2142024-12-18T20:54:40.225Z Downloaded signal-hook-registry v1.4.2
2152024-12-18T20:54:40.225Z Downloaded signal-hook-mio v0.2.4
2162024-12-18T20:54:40.227Z Downloaded shlex v1.3.0
2172024-12-18T20:54:40.230Z Downloaded untrusted v0.9.0
2182024-12-18T20:54:40.232Z Downloaded strum v0.26.3
2192024-12-18T20:54:40.232Z Downloaded futures-channel v0.3.31
2202024-12-18T20:54:40.235Z Downloaded headers v0.4.0
2212024-12-18T20:54:40.240Z Downloaded half v2.4.1
2222024-12-18T20:54:40.245Z Downloaded yoke-derive v0.7.4
2232024-12-18T20:54:40.248Z Downloaded expectorate v1.1.0
2242024-12-18T20:54:40.251Z Downloaded backoff v0.4.0
2252024-12-18T20:54:40.251Z Downloaded async-io v2.3.4
2262024-12-18T20:54:40.255Z Downloaded want v0.3.1
2272024-12-18T20:54:40.258Z Downloaded proc-macro-error-attr v1.0.4
2282024-12-18T20:54:40.258Z Downloaded unicode-linebreak v0.1.5
2292024-12-18T20:54:40.261Z Downloaded crc v3.2.1
2302024-12-18T20:54:40.264Z Downloaded cargo_metadata v0.18.1
2312024-12-18T20:54:40.267Z Downloaded pin-project-lite v0.2.14
2322024-12-18T20:54:40.272Z Downloaded bzip2 v0.4.4
2332024-12-18T20:54:40.274Z Downloaded cstr-argument v0.1.2
2342024-12-18T20:54:40.275Z Downloaded quote v1.0.37
2352024-12-18T20:54:40.277Z Downloaded pin-project-internal v1.1.6
2362024-12-18T20:54:40.280Z Downloaded signal-hook-tokio v0.3.1
2372024-12-18T20:54:40.284Z Downloaded icu_provider_macros v1.5.0
2382024-12-18T20:54:40.284Z Downloaded cancel-safe-futures v0.1.5
2392024-12-18T20:54:40.287Z Downloaded polyval v0.6.2
2402024-12-18T20:54:40.290Z Downloaded version_check v0.9.5
2412024-12-18T20:54:40.294Z Downloaded strum_macros v0.24.3
2422024-12-18T20:54:40.297Z Downloaded path-tree v0.8.1
2432024-12-18T20:54:40.297Z Downloaded heapless v0.8.0
2442024-12-18T20:54:40.300Z Downloaded diesel_table_macro_syntax v0.2.0
2452024-12-18T20:54:40.303Z Downloaded zerofrom-derive v0.1.4
2462024-12-18T20:54:40.303Z Downloaded fancy-regex v0.13.0
2472024-12-18T20:54:40.309Z Downloaded newline-converter v0.3.0
2482024-12-18T20:54:40.312Z Downloaded zeroize v1.8.1
2492024-12-18T20:54:40.312Z Downloaded cpufeatures v0.2.14
2502024-12-18T20:54:40.316Z Downloaded cobs v0.2.3
2512024-12-18T20:54:40.316Z Downloaded plotters-svg v0.3.7
2522024-12-18T20:54:40.320Z Downloaded threadpool v1.8.1
2532024-12-18T20:54:40.320Z Downloaded matches v0.1.10
2542024-12-18T20:54:40.320Z Downloaded pin-project v1.1.6
2552024-12-18T20:54:40.332Z Downloaded curve25519-dalek-derive v0.1.1
2562024-12-18T20:54:40.334Z Downloaded zone_cfg_derive v0.3.0
2572024-12-18T20:54:40.334Z Downloaded tui-tree-widget v0.22.0
2582024-12-18T20:54:40.337Z Downloaded topological-sort v0.2.2
2592024-12-18T20:54:40.337Z Downloaded password-hash v0.4.2
2602024-12-18T20:54:40.340Z Downloaded number_prefix v0.4.0
2612024-12-18T20:54:40.343Z Downloaded progenitor-client v0.8.0
2622024-12-18T20:54:40.343Z Downloaded num_threads v0.1.7
2632024-12-18T20:54:40.347Z Downloaded ena v0.14.3
2642024-12-18T20:54:40.347Z Downloaded signal-hook v0.3.17
2652024-12-18T20:54:40.351Z Downloaded snafu-derive v0.8.5
2662024-12-18T20:54:40.354Z Downloaded semver v1.0.23
2672024-12-18T20:54:40.356Z Downloaded clap_lex v0.7.2
2682024-12-18T20:54:40.356Z Downloaded papergrid v0.11.0
2692024-12-18T20:54:40.362Z Downloaded newtype-uuid v1.1.3
2702024-12-18T20:54:40.365Z Downloaded base64 v0.13.1
2712024-12-18T20:54:40.368Z Downloaded lzss v0.8.2
2722024-12-18T20:54:40.371Z Downloaded cmake v0.1.51
2732024-12-18T20:54:40.373Z Downloaded digest v0.10.7
2742024-12-18T20:54:40.376Z Downloaded difflib v0.4.0
2752024-12-18T20:54:40.376Z Downloaded plotters-backend v0.3.7
2762024-12-18T20:54:40.379Z Downloaded quick-error v1.2.3
2772024-12-18T20:54:40.379Z Downloaded psl-types v2.0.11
2782024-12-18T20:54:40.382Z Downloaded plain v0.2.3
2792024-12-18T20:54:40.382Z Downloaded diesel-dtrace v0.4.2
2802024-12-18T20:54:40.384Z Downloaded sigpipe v0.1.3
2812024-12-18T20:54:40.388Z Downloaded defmt v0.3.8
2822024-12-18T20:54:40.391Z Downloaded ron v0.8.1
2832024-12-18T20:54:40.396Z Downloaded is-terminal v0.4.13
2842024-12-18T20:54:40.398Z Downloaded sec1 v0.7.3
2852024-12-18T20:54:40.400Z Downloaded uuid v1.11.0
2862024-12-18T20:54:40.404Z Downloaded maybe-uninit v2.0.0
2872024-12-18T20:54:40.406Z Downloaded walkdir v2.5.0
2882024-12-18T20:54:40.408Z Downloaded hashbrown v0.13.2
2892024-12-18T20:54:40.413Z Downloaded strip-ansi-escapes v0.2.0
2902024-12-18T20:54:40.416Z Downloaded parking v2.2.1
2912024-12-18T20:54:40.418Z Downloaded packed_struct_codegen v0.10.1
2922024-12-18T20:54:40.418Z Downloaded hashbrown v0.12.3
2932024-12-18T20:54:40.423Z Downloaded tabwriter v1.4.0
2942024-12-18T20:54:40.425Z Downloaded tabled_derive v0.7.0
2952024-12-18T20:54:40.428Z Downloaded rpassword v7.3.1
2962024-12-18T20:54:40.428Z Downloaded thiserror-impl-no-std v2.0.2
2972024-12-18T20:54:40.430Z Downloaded tls_codec v0.4.1
2982024-12-18T20:54:40.433Z Downloaded base64 v0.21.7
2992024-12-18T20:54:40.437Z Downloaded ciborium-io v0.2.2
3002024-12-18T20:54:40.440Z Downloaded rustls-pemfile v2.2.0
3012024-12-18T20:54:40.443Z Downloaded unicode-ident v1.0.13
3022024-12-18T20:54:40.445Z Downloaded serde_repr v0.1.19
3032024-12-18T20:54:40.448Z Downloaded serde_regex v1.1.0
3042024-12-18T20:54:40.448Z Downloaded rustls-pemfile v1.0.4
3052024-12-18T20:54:40.451Z Downloaded usdt v0.5.0
3062024-12-18T20:54:40.454Z Downloaded ssh-encoding v0.2.0
3072024-12-18T20:54:40.457Z Downloaded env_logger v0.11.5
3082024-12-18T20:54:40.459Z Downloaded sct v0.7.1
3092024-12-18T20:54:40.462Z Downloaded signature v2.2.0
3102024-12-18T20:54:40.465Z Downloaded cipher v0.4.4
3112024-12-18T20:54:40.467Z Downloaded darling_macro v0.20.10
3122024-12-18T20:54:40.470Z Downloaded num-complex v0.4.6
3132024-12-18T20:54:40.470Z Downloaded miniz_oxide v0.8.0
3142024-12-18T20:54:40.473Z Downloaded phf_shared v0.10.0
3152024-12-18T20:54:40.476Z Downloaded chacha20poly1305 v0.10.1
3162024-12-18T20:54:40.478Z Downloaded stringmetrics v2.2.2
3172024-12-18T20:54:40.481Z Downloaded peg-runtime v0.8.3
3182024-12-18T20:54:40.483Z Downloaded either v1.13.0
3192024-12-18T20:54:40.483Z Downloaded idna_adapter v1.2.0
3202024-12-18T20:54:40.485Z Downloaded typify-macro v0.2.0
3212024-12-18T20:54:40.487Z Downloaded debug-ignore v1.0.5
3222024-12-18T20:54:40.490Z Downloaded tokio-tungstenite v0.24.0
3232024-12-18T20:54:40.493Z Downloaded pest_meta v2.7.14
3242024-12-18T20:54:40.493Z Downloaded rand v0.8.5
3252024-12-18T20:54:40.498Z Downloaded parking_lot v0.11.2
3262024-12-18T20:54:40.500Z Downloaded similar v2.6.0
3272024-12-18T20:54:40.506Z Downloaded lockfree-object-pool v0.1.6
3282024-12-18T20:54:40.509Z Downloaded linked-hash-map v0.5.6
3292024-12-18T20:54:40.512Z Downloaded backtrace v0.3.74
3302024-12-18T20:54:40.517Z Downloaded linear-map v1.2.0
3312024-12-18T20:54:40.520Z Downloaded universal-hash v0.5.1
3322024-12-18T20:54:40.520Z Downloaded unicode-xid v0.2.6
3332024-12-18T20:54:40.522Z Downloaded const_format_proc_macros v0.2.33
3342024-12-18T20:54:40.525Z Downloaded criterion-plot v0.5.0
3352024-12-18T20:54:40.527Z Downloaded whoami v1.5.2
3362024-12-18T20:54:40.530Z Downloaded writeable v0.5.5
3372024-12-18T20:54:40.532Z Downloaded phf_generator v0.11.2
3382024-12-18T20:54:40.535Z Downloaded pem v3.0.4
3392024-12-18T20:54:40.535Z Downloaded powerfmt v0.2.0
3402024-12-18T20:54:40.538Z Downloaded rfc6979 v0.4.0
3412024-12-18T20:54:40.541Z Downloaded resolv-conf v0.7.0
3422024-12-18T20:54:40.541Z Downloaded smallvec v1.13.2
3432024-12-18T20:54:40.544Z Downloaded hashbrown v0.15.1
3442024-12-18T20:54:40.549Z Downloaded data-encoding v2.6.0
3452024-12-18T20:54:40.552Z Downloaded bumpalo v3.16.0
3462024-12-18T20:54:40.555Z Downloaded crunchy v0.2.2
3472024-12-18T20:54:40.558Z Downloaded ed25519 v2.2.3
3482024-12-18T20:54:40.561Z Downloaded lazycell v1.3.0
3492024-12-18T20:54:40.561Z Downloaded hashbrown v0.14.5
3502024-12-18T20:54:40.566Z Downloaded dhcproto-macros v0.1.0
3512024-12-18T20:54:40.569Z Downloaded litemap v0.7.3
3522024-12-18T20:54:40.572Z Downloaded serde_tokenstream v0.2.2
3532024-12-18T20:54:40.574Z Downloaded parking_lot_core v0.8.6
3542024-12-18T20:54:40.576Z Downloaded instant v0.1.13
3552024-12-18T20:54:40.578Z Downloaded synstructure v0.13.1
3562024-12-18T20:54:40.582Z Downloaded progenitor-impl v0.8.0
3572024-12-18T20:54:40.584Z Downloaded smf v0.2.3
3582024-12-18T20:54:40.584Z Downloaded oso-derive v0.27.3
3592024-12-18T20:54:40.584Z Downloaded libsw v3.3.1
3602024-12-18T20:54:40.587Z Downloaded typed-path v0.9.3
3612024-12-18T20:54:40.594Z Downloaded void v1.0.2
3622024-12-18T20:54:40.597Z Downloaded unicode-truncate v1.1.0
3632024-12-18T20:54:40.599Z Downloaded rustls-native-certs v0.7.3
3642024-12-18T20:54:40.601Z Downloaded tracing-core v0.1.32
3652024-12-18T20:54:40.604Z Downloaded rsa v0.9.6
3662024-12-18T20:54:40.609Z Downloaded secrecy v0.8.0
3672024-12-18T20:54:40.612Z Downloaded zone v0.1.8
3682024-12-18T20:54:40.614Z Downloaded libtest-mimic v0.7.3
3692024-12-18T20:54:40.617Z Downloaded hyper v1.5.0
3702024-12-18T20:54:40.624Z Downloaded darling v0.20.10
3712024-12-18T20:54:40.629Z Downloaded path-slash v0.1.5
3722024-12-18T20:54:40.632Z Downloaded rusty-fork v0.3.0
3732024-12-18T20:54:40.634Z Downloaded internet-checksum v0.2.1
3742024-12-18T20:54:40.636Z Downloaded take_mut v0.2.2
3752024-12-18T20:54:40.636Z Downloaded sync_wrapper v1.0.1
3762024-12-18T20:54:40.639Z Downloaded rustversion v1.0.17
3772024-12-18T20:54:40.642Z Downloaded mime v0.3.17
3782024-12-18T20:54:40.645Z Downloaded num_enum_derive v0.5.11
3792024-12-18T20:54:40.645Z Downloaded ecdsa v0.16.9
3802024-12-18T20:54:40.647Z Downloaded target-lexicon v0.12.16
3812024-12-18T20:54:40.650Z Downloaded slog-stdlog v4.1.1
3822024-12-18T20:54:40.653Z Downloaded terminal_size v0.4.0
3832024-12-18T20:54:40.653Z Downloaded slog-scope v4.4.0
3842024-12-18T20:54:40.655Z Downloaded slog-json v2.6.1
3852024-12-18T20:54:40.657Z Downloaded qorb v0.2.1
3862024-12-18T20:54:40.662Z Downloaded zone_cfg_derive v0.1.2
3872024-12-18T20:54:40.665Z Downloaded vte_generate_state_changes v0.1.2
3882024-12-18T20:54:40.665Z Downloaded owo-colors v4.1.0
3892024-12-18T20:54:40.668Z Downloaded num-rational v0.4.2
3902024-12-18T20:54:40.670Z Downloaded piper v0.2.4
3912024-12-18T20:54:40.673Z Downloaded hkdf v0.12.4
3922024-12-18T20:54:40.676Z Downloaded aes v0.8.4
3932024-12-18T20:54:40.679Z Downloaded lock_api v0.4.12
3942024-12-18T20:54:40.682Z Downloaded zeroize_derive v1.4.2
3952024-12-18T20:54:40.684Z Downloaded zerovec-derive v0.10.3
3962024-12-18T20:54:40.686Z Downloaded postgres-types v0.2.8
3972024-12-18T20:54:40.689Z Downloaded peg v0.8.4
3982024-12-18T20:54:40.692Z Downloaded equivalent v1.0.1
3992024-12-18T20:54:40.695Z Downloaded salsa20 v0.10.2
4002024-12-18T20:54:40.697Z Downloaded icu_locid_transform_data v1.5.0
4012024-12-18T20:54:40.697Z Downloaded packed_struct v0.10.1
4022024-12-18T20:54:40.701Z Downloaded match_cfg v0.1.0
4032024-12-18T20:54:40.704Z Downloaded tap v1.0.1
4042024-12-18T20:54:40.704Z Downloaded slog-async v2.8.0
4052024-12-18T20:54:40.707Z Downloaded serde_spanned v0.6.8
4062024-12-18T20:54:40.707Z Downloaded once_cell v1.20.2
4072024-12-18T20:54:40.710Z Downloaded toml v0.8.19
4082024-12-18T20:54:40.714Z Downloaded ident_case v1.0.1
4092024-12-18T20:54:40.717Z Downloaded tokio-postgres v0.7.12
4102024-12-18T20:54:40.722Z Downloaded openssl-probe v0.1.5
4112024-12-18T20:54:40.725Z Downloaded unicase v2.7.0
4122024-12-18T20:54:40.728Z Downloaded tokio-tungstenite v0.21.0
4132024-12-18T20:54:40.731Z Downloaded thiserror v2.0.3
4142024-12-18T20:54:40.736Z Downloaded primeorder v0.13.6
4152024-12-18T20:54:40.739Z Downloaded crc-catalog v2.4.0
4162024-12-18T20:54:40.741Z Downloaded num-traits v0.2.19
4172024-12-18T20:54:40.743Z Downloaded ref-cast-impl v1.0.23
4182024-12-18T20:54:40.746Z Downloaded des v0.8.1
4192024-12-18T20:54:40.748Z Downloaded opaque-debug v0.3.1
4202024-12-18T20:54:40.748Z Downloaded normalize-line-endings v0.3.0
4212024-12-18T20:54:40.751Z Downloaded dhcproto v0.12.0
4222024-12-18T20:54:40.753Z Downloaded precomputed-hash v0.1.1
4232024-12-18T20:54:40.756Z Downloaded icu_normalizer_data v1.5.0
4242024-12-18T20:54:40.759Z Downloaded tls_codec_derive v0.4.1
4252024-12-18T20:54:40.759Z Downloaded static_assertions v1.1.0
4262024-12-18T20:54:40.762Z Downloaded try-lock v0.2.5
4272024-12-18T20:54:40.762Z Downloaded serde_urlencoded v0.7.1
4282024-12-18T20:54:40.765Z Downloaded lru v0.12.5
4292024-12-18T20:54:40.767Z Downloaded mockall v0.13.0
4302024-12-18T20:54:40.769Z Downloaded ipnetwork v0.20.0
4312024-12-18T20:54:40.771Z Downloaded unsafe-libyaml v0.2.11
4322024-12-18T20:54:40.774Z Downloaded russh-cryptovec v0.7.3
4332024-12-18T20:54:40.777Z Downloaded quinn v0.11.5
4342024-12-18T20:54:40.780Z Downloaded indexmap v2.6.0
4352024-12-18T20:54:40.784Z Downloaded doc-comment v0.3.3
4362024-12-18T20:54:40.786Z Downloaded colorchoice v1.0.2
4372024-12-18T20:54:40.789Z Downloaded libefi-sys v0.1.0
4382024-12-18T20:54:40.789Z Downloaded icu_normalizer v1.5.0
4392024-12-18T20:54:40.793Z Downloaded ctr v0.9.2
4402024-12-18T20:54:40.795Z Downloaded sync-ptr v0.1.1
4412024-12-18T20:54:40.798Z Downloaded zip v0.6.6
4422024-12-18T20:54:40.802Z Downloaded h2 v0.4.6
4432024-12-18T20:54:40.810Z Downloaded pkcs5 v0.7.1
4442024-12-18T20:54:40.815Z Downloaded rust-argon2 v2.1.0
4452024-12-18T20:54:40.818Z Downloaded dropshot_endpoint v0.12.0
4462024-12-18T20:54:40.821Z Downloaded derive_builder_core v0.20.2
4472024-12-18T20:54:40.823Z Downloaded target-spec v3.2.2
4482024-12-18T20:54:40.826Z Downloaded xz2 v0.1.7
4492024-12-18T20:54:40.828Z Downloaded maplit v1.0.2
4502024-12-18T20:54:40.832Z Downloaded ipnet v2.10.1
4512024-12-18T20:54:40.835Z Downloaded vergen v8.3.2
4522024-12-18T20:54:40.837Z Downloaded oorandom v11.1.4
4532024-12-18T20:54:40.837Z Downloaded num-iter v0.1.45
4542024-12-18T20:54:40.840Z Downloaded strsim v0.11.1
4552024-12-18T20:54:40.840Z Downloaded portable-atomic v1.9.0
4562024-12-18T20:54:40.848Z Downloaded dof v0.3.0
4572024-12-18T20:54:40.850Z Downloaded unicode-normalization v0.1.24
4582024-12-18T20:54:40.853Z Downloaded proc-macro-error v1.0.4
4592024-12-18T20:54:40.857Z Downloaded rtoolbox v0.0.2
4602024-12-18T20:54:40.859Z Downloaded scroll_derive v0.12.0
4612024-12-18T20:54:40.862Z Downloaded aes-gcm v0.10.3
4622024-12-18T20:54:40.864Z Downloaded waitgroup v0.1.2
4632024-12-18T20:54:40.867Z Downloaded tokio-stream v0.1.16
4642024-12-18T20:54:40.871Z Downloaded rustc-demangle v0.1.24
4652024-12-18T20:54:40.874Z Downloaded git2 v0.19.0
4662024-12-18T20:54:40.883Z Downloaded macaddr v1.0.1
4672024-12-18T20:54:40.885Z Downloaded pest_generator v2.7.14
4682024-12-18T20:54:40.888Z Downloaded convert_case v0.4.0
4692024-12-18T20:54:40.890Z Downloaded sqlparser_derive v0.2.2
4702024-12-18T20:54:40.890Z Downloaded rand_xorshift v0.3.0
4712024-12-18T20:54:40.892Z Downloaded icu_collections v1.5.0
4722024-12-18T20:54:40.898Z Downloaded dropshot_endpoint v0.13.0
4732024-12-18T20:54:40.902Z Downloaded ref-cast v1.0.23
4742024-12-18T20:54:40.905Z Downloaded toml_edit v0.19.15
4752024-12-18T20:54:40.924Z Downloaded wait-timeout v0.2.0
4762024-12-18T20:54:40.927Z Downloaded utf-8 v0.7.6
4772024-12-18T20:54:40.927Z Downloaded toml_datetime v0.6.8
4782024-12-18T20:54:40.930Z Downloaded thread_local v1.1.8
4792024-12-18T20:54:40.930Z Downloaded crypto-common v0.1.6
4802024-12-18T20:54:40.933Z Downloaded target-triple v0.1.3
4812024-12-18T20:54:40.933Z Downloaded embedded-io v0.4.0
4822024-12-18T20:54:40.936Z Downloaded nibble_vec v0.1.0
4832024-12-18T20:54:40.939Z Downloaded nanorand v0.7.0
4842024-12-18T20:54:40.941Z Downloaded slog v2.7.0
4852024-12-18T20:54:40.944Z Downloaded rayon-core v1.12.1
4862024-12-18T20:54:40.947Z Downloaded endian-type v0.1.2
4872024-12-18T20:54:40.949Z Downloaded predicates-core v1.0.8
4882024-12-18T20:54:40.949Z Downloaded num v0.4.3
4892024-12-18T20:54:40.952Z Downloaded unicode_categories v0.1.1
4902024-12-18T20:54:40.954Z Downloaded postcard v1.0.10
4912024-12-18T20:54:40.957Z Downloaded scroll v0.12.0
4922024-12-18T20:54:40.959Z Downloaded scopeguard v1.2.0
4932024-12-18T20:54:40.962Z Downloaded unicode-segmentation v1.12.0
4942024-12-18T20:54:40.965Z Downloaded idna v1.0.3
4952024-12-18T20:54:40.969Z Downloaded usdt-attr-macro v0.5.0
4962024-12-18T20:54:40.972Z Downloaded tracing-attributes v0.1.27
4972024-12-18T20:54:40.975Z Downloaded vte v0.11.1
4982024-12-18T20:54:40.978Z Downloaded slab v0.4.9
4992024-12-18T20:54:40.981Z Downloaded dyn-clone v1.0.17
5002024-12-18T20:54:40.981Z Downloaded constant_time_eq v0.3.1
5012024-12-18T20:54:40.984Z Downloaded tokio-native-tls v0.3.1
5022024-12-18T20:54:40.986Z Downloaded itertools v0.10.5
5032024-12-18T20:54:40.992Z Downloaded twox-hash v1.6.3
5042024-12-18T20:54:40.994Z Downloaded thread-id v4.2.2
5052024-12-18T20:54:40.996Z Downloaded icu_locid v1.5.0
5062024-12-18T20:54:41.002Z Downloaded num-bigint-dig v0.8.4
5072024-12-18T20:54:41.007Z Downloaded rand_core v0.6.4
5082024-12-18T20:54:41.009Z Downloaded tower-service v0.3.3
5092024-12-18T20:54:41.012Z Downloaded tungstenite v0.21.0
5102024-12-18T20:54:41.015Z Downloaded toolchain_find v0.4.0
5112024-12-18T20:54:41.017Z Downloaded tar v0.4.42
5122024-12-18T20:54:41.020Z Downloaded native-tls v0.2.12
5132024-12-18T20:54:41.022Z Downloaded multer v3.1.0
5142024-12-18T20:54:41.025Z Downloaded derive_builder v0.20.2
5152024-12-18T20:54:41.031Z Downloaded predicates v3.1.2
5162024-12-18T20:54:41.034Z Downloaded pkg-config v0.3.31
5172024-12-18T20:54:41.037Z Downloaded md-5 v0.10.6
5182024-12-18T20:54:41.039Z Downloaded multimap v0.10.0
5192024-12-18T20:54:41.042Z Downloaded spin v0.9.8
5202024-12-18T20:54:41.045Z Downloaded managed v0.8.0
5212024-12-18T20:54:41.045Z Downloaded aho-corasick v1.1.3
5222024-12-18T20:54:41.051Z Downloaded scheduled-thread-pool v0.2.7
5232024-12-18T20:54:41.054Z Downloaded winnow v0.6.20
5242024-12-18T20:54:41.064Z Downloaded usdt-macro v0.5.0
5252024-12-18T20:54:41.070Z Downloaded semver v0.1.20
5262024-12-18T20:54:41.070Z Downloaded value-bag v1.9.0
5272024-12-18T20:54:41.073Z Downloaded itertools v0.12.1
5282024-12-18T20:54:41.076Z Downloaded tokio-rustls v0.24.1
5292024-12-18T20:54:41.080Z Downloaded lru-cache v0.1.2
5302024-12-18T20:54:41.082Z Downloaded gimli v0.31.1
5312024-12-18T20:54:41.091Z Downloaded keccak v0.1.5
5322024-12-18T20:54:41.093Z Downloaded serde_plain v1.0.2
5332024-12-18T20:54:41.096Z Downloaded reedline v0.35.0
5342024-12-18T20:54:41.103Z Downloaded same-file v1.0.6
5352024-12-18T20:54:41.106Z Downloaded phf_codegen v0.11.2
5362024-12-18T20:54:41.106Z Downloaded num-derive v0.4.2
5372024-12-18T20:54:41.113Z Downloaded swrite v0.1.0
5382024-12-18T20:54:41.116Z Downloaded num-conv v0.1.0
5392024-12-18T20:54:41.116Z Downloaded env_filter v0.1.2
5402024-12-18T20:54:41.116Z Downloaded rstest_macros v0.23.0
5412024-12-18T20:54:41.116Z Downloaded kv-log-macro v1.0.7
5422024-12-18T20:54:41.119Z Downloaded russh v0.45.0
5432024-12-18T20:54:41.124Z Downloaded percent-encoding v2.3.1
5442024-12-18T20:54:41.127Z Downloaded crossbeam-deque v0.8.5
5452024-12-18T20:54:41.127Z Downloaded typify v0.2.0
5462024-12-18T20:54:41.131Z Downloaded md5 v0.7.0
5472024-12-18T20:54:41.133Z Downloaded utf16_iter v1.0.5
5482024-12-18T20:54:41.136Z Downloaded spin v0.5.2
5492024-12-18T20:54:41.136Z Downloaded serde_derive_internals v0.29.1
5502024-12-18T20:54:41.138Z Downloaded derive_more v0.99.18
5512024-12-18T20:54:41.143Z Downloaded hyper-tls v0.6.0
5522024-12-18T20:54:41.146Z Downloaded mirai-annotations v1.12.0
5532024-12-18T20:54:41.148Z Downloaded indoc v1.0.9
5542024-12-18T20:54:41.151Z Downloaded dsl_auto_type v0.1.2
5552024-12-18T20:54:41.151Z Downloaded clap_derive v4.5.18
5562024-12-18T20:54:41.154Z Downloaded utf8parse v0.2.2
5572024-12-18T20:54:41.157Z Downloaded aws-lc-rs v1.10.0
5582024-12-18T20:54:41.164Z Downloaded slog-dtrace v0.3.0
5592024-12-18T20:54:41.167Z Downloaded memmap v0.7.0
5602024-12-18T20:54:41.170Z Downloaded enum-as-inner v0.5.1
5612024-12-18T20:54:41.173Z Downloaded rand_chacha v0.3.1
5622024-12-18T20:54:41.173Z Downloaded pretty-hex v0.4.1
5632024-12-18T20:54:41.175Z Downloaded derive_builder_macro v0.20.2
5642024-12-18T20:54:41.175Z Downloaded pkcs8 v0.10.2
5652024-12-18T20:54:41.177Z Downloaded slog-envlogger v2.2.0
5662024-12-18T20:54:41.180Z Downloaded peg-macros v0.8.4
5672024-12-18T20:54:41.182Z Downloaded pem-rfc7468 v0.7.0
5682024-12-18T20:54:41.185Z Downloaded steno v0.4.1
5692024-12-18T20:54:41.188Z Downloaded crossbeam-epoch v0.9.18
5702024-12-18T20:54:41.191Z Downloaded radix_trie v0.2.1
5712024-12-18T20:54:41.197Z Downloaded dtrace-parser v0.2.0
5722024-12-18T20:54:41.200Z Downloaded paste v1.0.15
5732024-12-18T20:54:41.202Z Downloaded ryu v1.0.18
5742024-12-18T20:54:41.205Z Downloaded tinyvec_macros v0.1.1
5752024-12-18T20:54:41.208Z Downloaded termtree v0.4.1
5762024-12-18T20:54:41.208Z Downloaded petname v2.0.2
5772024-12-18T20:54:41.214Z Downloaded memoffset v0.9.1
5782024-12-18T20:54:41.216Z Downloaded stable_deref_trait v1.2.0
5792024-12-18T20:54:41.216Z Downloaded quinn-proto v0.11.8
5802024-12-18T20:54:41.223Z Downloaded samael v0.0.17
5812024-12-18T20:54:41.230Z Downloaded yasna v0.5.2
5822024-12-18T20:54:41.233Z Downloaded colored v2.1.0
5832024-12-18T20:54:41.236Z Downloaded parse-size v1.1.0
5842024-12-18T20:54:41.236Z Downloaded parking_lot_core v0.9.10
5852024-12-18T20:54:41.239Z Downloaded async-std v1.13.0
5862024-12-18T20:54:41.259Z Downloaded termios v0.3.3
5872024-12-18T20:54:41.262Z Downloaded termcolor v1.4.1
5882024-12-18T20:54:41.264Z Downloaded structmeta v0.2.0
5892024-12-18T20:54:41.264Z Downloaded proc-macro-crate v1.3.1
5902024-12-18T20:54:41.267Z Downloaded display-error-chain v0.2.2
5912024-12-18T20:54:41.267Z Downloaded partial-io v0.5.4
5922024-12-18T20:54:41.270Z Downloaded tokio-macros v2.4.0
5932024-12-18T20:54:41.270Z Downloaded predicates-tree v1.0.11
5942024-12-18T20:54:41.272Z Downloaded utf8_iter v1.0.4
5952024-12-18T20:54:41.272Z Downloaded log v0.4.22
5962024-12-18T20:54:41.275Z Downloaded uzers v0.12.1
5972024-12-18T20:54:41.277Z Downloaded similar-asserts v1.6.0
5982024-12-18T20:54:41.280Z Downloaded hyper-util v0.1.10
5992024-12-18T20:54:41.286Z Downloaded console v0.15.8
6002024-12-18T20:54:41.288Z Downloaded tracing v0.1.40
6012024-12-18T20:54:41.292Z Downloaded defmt-macros v0.3.9
6022024-12-18T20:54:41.295Z Downloaded bitvec v1.0.1
6032024-12-18T20:54:41.311Z Downloaded phf v0.11.2
6042024-12-18T20:54:41.314Z Downloaded parse-display-derive v0.10.0
6052024-12-18T20:54:41.314Z Downloaded tempfile v3.13.0
6062024-12-18T20:54:41.318Z Downloaded structmeta v0.3.0
6072024-12-18T20:54:41.321Z Downloaded proc-macro-crate v3.2.0
6082024-12-18T20:54:41.321Z Downloaded displaydoc v0.2.5
6092024-12-18T20:54:41.323Z Downloaded oso v0.27.3
6102024-12-18T20:54:41.326Z Downloaded crossterm v0.28.1
6112024-12-18T20:54:41.333Z Downloaded crc-any v2.5.0
6122024-12-18T20:54:41.336Z Downloaded rustls v0.21.12
6132024-12-18T20:54:41.348Z Downloaded chrono v0.4.38
6142024-12-18T20:54:41.356Z Downloaded der_derive v0.7.3
6152024-12-18T20:54:41.359Z Downloaded object v0.36.5
6162024-12-18T20:54:41.371Z Downloaded zerocopy v0.7.35
6172024-12-18T20:54:41.389Z Downloaded clap v4.5.21
6182024-12-18T20:54:41.398Z Downloaded tabled v0.15.0
6192024-12-18T20:54:41.415Z Downloaded crossbeam-utils v0.8.20
6202024-12-18T20:54:41.419Z Downloaded ucd-trie v0.1.7
6212024-12-18T20:54:41.422Z Downloaded tokio-util v0.7.12
6222024-12-18T20:54:41.425Z Downloaded prettyplease v0.2.25
6232024-12-18T20:54:41.428Z Downloaded proptest v1.5.0
6242024-12-18T20:54:41.439Z Downloaded crossbeam-channel v0.5.13
6252024-12-18T20:54:41.444Z Downloaded textwrap v0.16.1
6262024-12-18T20:54:41.447Z Downloaded rustls v0.22.4
6272024-12-18T20:54:41.461Z Downloaded rayon v1.10.0
6282024-12-18T20:54:41.471Z Downloaded idna v0.5.0
6292024-12-18T20:54:41.478Z Downloaded rustyline v14.0.0
6302024-12-18T20:54:41.485Z Downloaded rustls v0.23.19
6312024-12-18T20:54:41.497Z Downloaded pretty_assertions v1.4.1
6322024-12-18T20:54:41.499Z Downloaded parse-zoneinfo v0.3.1
6332024-12-18T20:54:41.502Z Downloaded serde_json v1.0.132
6342024-12-18T20:54:41.510Z Downloaded polar-core v0.27.3
6352024-12-18T20:54:41.519Z Downloaded regex v1.11.1
6362024-12-18T20:54:41.533Z Downloaded pest v2.7.14
6372024-12-18T20:54:41.539Z Downloaded toml_edit v0.22.22
6382024-12-18T20:54:41.563Z Downloaded rustls-webpki v0.102.8
6392024-12-18T20:54:41.582Z Downloaded reqwest v0.12.9
6402024-12-18T20:54:41.590Z Downloaded clap_builder v4.5.21
6412024-12-18T20:54:41.598Z Downloaded vcpkg v0.2.15
6422024-12-18T20:54:41.639Z Downloaded p384 v0.13.0
6432024-12-18T20:54:41.645Z Downloaded idna v0.4.0
6442024-12-18T20:54:41.652Z Downloaded openssl v0.10.66
6452024-12-18T20:54:41.662Z Downloaded rustix v0.38.37
6462024-12-18T20:54:41.686Z Downloaded syn v1.0.109
6472024-12-18T20:54:41.696Z Downloaded idna v0.3.0
6482024-12-18T20:54:41.703Z Downloaded dropshot v0.13.0
6492024-12-18T20:54:41.726Z Downloaded lalrpop v0.19.12
6502024-12-18T20:54:41.737Z Downloaded nix v0.27.1
6512024-12-18T20:54:41.748Z Downloaded syn v2.0.87
6522024-12-18T20:54:41.762Z Downloaded zerocopy v0.8.10
6532024-12-18T20:54:41.789Z Downloaded diesel v2.2.6
6542024-12-18T20:54:41.808Z Downloaded webpki-roots v0.26.6
6552024-12-18T20:54:41.812Z Downloaded regex-syntax v0.6.29
6562024-12-18T20:54:41.819Z Downloaded unicode-width v0.2.0
6572024-12-18T20:54:41.825Z Downloaded regress v0.10.1
6582024-12-18T20:54:41.834Z Downloaded nix v0.28.0
6592024-12-18T20:54:41.847Z Downloaded nix v0.29.0
6602024-12-18T20:54:41.860Z Downloaded regress v0.9.1
6612024-12-18T20:54:41.869Z Downloaded regex-syntax v0.8.5
6622024-12-18T20:54:41.878Z Downloaded smoltcp v0.11.0
6632024-12-18T20:54:41.892Z Downloaded openapiv3 v2.0.0
6642024-12-18T20:54:41.903Z Downloaded trust-dns-proto v0.22.0
6652024-12-18T20:54:41.916Z Downloaded idna v0.2.3
6662024-12-18T20:54:41.923Z Downloaded dropshot v0.12.0
6672024-12-18T20:54:41.944Z Downloaded ratatui v0.28.1
6682024-12-18T20:54:41.964Z Downloaded bstr v1.10.0
6692024-12-18T20:54:41.975Z Downloaded chrono-tz v0.10.0
6702024-12-18T20:54:41.982Z Downloaded bzip2-sys v0.1.11+1.0.8
6712024-12-18T20:54:41.996Z Downloaded typify-impl v0.2.0
6722024-12-18T20:54:42.010Z Downloaded zerocopy-derive v0.6.6
6732024-12-18T20:54:42.019Z Downloaded sled v0.34.7
6742024-12-18T20:54:42.030Z Downloaded petgraph v0.6.5
6752024-12-18T20:54:42.047Z Downloaded curve25519-dalek v4.1.3
6762024-12-18T20:54:42.056Z Downloaded rustls-webpki v0.101.7
6772024-12-18T20:54:42.073Z Downloaded regex-automata v0.4.8
6782024-12-18T20:54:42.089Z Downloaded unicode-width v0.1.14
6792024-12-18T20:54:42.095Z Downloaded smoltcp v0.9.1
6802024-12-18T20:54:42.106Z Downloaded serde_with v3.11.0
6812024-12-18T20:54:42.115Z Downloaded rusqlite v0.32.1
6822024-12-18T20:54:42.123Z Downloaded hickory-proto v0.24.1
6832024-12-18T20:54:42.141Z Downloaded sqlparser v0.45.0
6842024-12-18T20:54:42.146Z Downloaded serde_yaml v0.9.34+deprecated
6852024-12-18T20:54:42.150Z Downloaded sha3 v0.10.8
6862024-12-18T20:54:42.154Z Downloaded compact_str v0.8.0
6872024-12-18T20:54:42.159Z Downloaded ssh-key v0.6.6
6882024-12-18T20:54:42.166Z Downloaded libc v0.2.162
6892024-12-18T20:54:42.196Z Downloaded libz-sys v1.1.20
6902024-12-18T20:54:42.218Z Downloaded lzma-sys v0.1.20
6912024-12-18T20:54:42.247Z Downloaded csv-core v0.1.11
6922024-12-18T20:54:42.250Z Downloaded object v0.30.4
6932024-12-18T20:54:42.259Z Downloaded zerovec v0.10.4
6942024-12-18T20:54:42.264Z Downloaded indexmap v1.9.3
6952024-12-18T20:54:42.268Z Downloaded salty v0.3.0
6962024-12-18T20:54:42.276Z Downloaded supports-color v3.0.1
6972024-12-18T20:54:42.279Z Downloaded zerocopy v0.6.6
6982024-12-18T20:54:42.282Z Downloaded num-bigint v0.4.6
6992024-12-18T20:54:42.285Z Downloaded csv v1.3.0
7002024-12-18T20:54:42.307Z Downloaded der v0.7.9
7012024-12-18T20:54:42.312Z Downloaded p521 v0.13.3
7022024-12-18T20:54:42.316Z Downloaded tokio v1.40.0
7032024-12-18T20:54:42.355Z Downloaded concurrent-queue v2.5.0
7042024-12-18T20:54:42.358Z Downloaded tinyvec v1.8.0
7052024-12-18T20:54:42.360Z Downloaded schemars v0.8.21
7062024-12-18T20:54:42.372Z Downloaded yansi v1.0.1
7072024-12-18T20:54:42.374Z Downloaded const_format v0.2.33
7082024-12-18T20:54:42.379Z Downloaded spki v0.7.3
7092024-12-18T20:54:42.382Z Downloaded zerocopy-derive v0.7.35
7102024-12-18T20:54:42.386Z Downloaded lalrpop-util v0.19.12
7112024-12-18T20:54:42.389Z Downloaded dunce v1.0.5
7122024-12-18T20:54:42.389Z Downloaded httpmock v0.8.0-alpha.1
7132024-12-18T20:54:42.413Z Downloaded rustls-pki-types v1.10.0
7142024-12-18T20:54:42.417Z Downloaded quick-xml v0.33.0
7152024-12-18T20:54:42.423Z Downloaded icu_properties_data v1.5.0
7162024-12-18T20:54:42.434Z Downloaded polling v3.7.3
7172024-12-18T20:54:42.437Z Downloaded bindgen v0.69.5
7182024-12-18T20:54:42.445Z Downloaded memchr v2.7.4
7192024-12-18T20:54:42.450Z Downloaded hyper-staticfile v0.10.1
7202024-12-18T20:54:42.452Z Downloaded which v4.4.2
7212024-12-18T20:54:42.455Z Downloaded usdt-impl v0.5.0
7222024-12-18T20:54:42.457Z Downloaded indicatif v0.17.9
7232024-12-18T20:54:42.460Z Downloaded elliptic-curve v0.13.8
7242024-12-18T20:54:42.463Z Downloaded rstest v0.23.0
7252024-12-18T20:54:42.469Z Downloaded zerocopy-derive v0.8.10
7262024-12-18T20:54:42.476Z Downloaded criterion v0.5.1
7272024-12-18T20:54:42.483Z Downloaded thiserror v1.0.69
7282024-12-18T20:54:42.488Z Downloaded icu_properties v1.5.1
7292024-12-18T20:54:42.491Z Downloaded postgres-protocol v0.6.7
7302024-12-18T20:54:42.493Z Downloaded pest_derive v2.7.14
7312024-12-18T20:54:42.496Z Downloaded password-hash v0.5.0
7322024-12-18T20:54:42.499Z Downloaded memmap2 v0.9.5
7332024-12-18T20:54:42.501Z Downloaded serde_path_to_error v0.1.16
7342024-12-18T20:54:42.501Z Downloaded relative-path v1.9.3
7352024-12-18T20:54:42.504Z Downloaded kstat-rs v0.2.4
7362024-12-18T20:54:42.504Z Downloaded inout v0.1.3
7372024-12-18T20:54:42.506Z Downloaded indoc v2.0.5
7382024-12-18T20:54:42.509Z Downloaded indent_write v2.2.0
7392024-12-18T20:54:42.509Z Downloaded impl-trait-for-tuples v0.2.2
7402024-12-18T20:54:42.511Z Downloaded embedded-io v0.6.1
7412024-12-18T20:54:42.514Z Downloaded const-oid v0.9.6
7422024-12-18T20:54:42.516Z Downloaded libm v0.2.8
7432024-12-18T20:54:42.523Z Downloaded blake3 v1.5.4
7442024-12-18T20:54:42.531Z Downloaded sqlformat v0.2.6
7452024-12-18T20:54:42.534Z Downloaded winnow v0.5.40
7462024-12-18T20:54:42.542Z Downloaded tough v0.19.0
7472024-12-18T20:54:42.551Z Downloaded mio v1.0.2
7482024-12-18T20:54:42.556Z Downloaded siphasher v0.3.11
7492024-12-18T20:54:42.559Z Downloaded encoding_rs v0.8.34
7502024-12-18T20:54:42.581Z Downloaded ssh-cipher v0.2.0
7512024-12-18T20:54:42.584Z Downloaded slog-bunyan v2.5.0
7522024-12-18T20:54:42.584Z Downloaded openssl-sys v0.9.103
7532024-12-18T20:54:42.587Z Downloaded minimal-lexical v0.2.1
7542024-12-18T20:54:42.591Z Downloaded darling_core v0.20.10
7552024-12-18T20:54:42.596Z Downloaded plotters v0.3.7
7562024-12-18T20:54:42.606Z Downloaded poly1305 v0.8.0
7572024-12-18T20:54:42.608Z Downloaded trybuild v1.0.101
7582024-12-18T20:54:42.613Z Downloaded defmt-parser v0.3.4
7592024-12-18T20:54:42.615Z Downloaded iana-time-zone v0.1.61
7602024-12-18T20:54:42.618Z Downloaded enum-as-inner v0.6.1
7612024-12-18T20:54:42.618Z Downloaded clang-sys v1.8.1
7622024-12-18T20:54:42.620Z Downloaded rand_distr v0.4.3
7632024-12-18T20:54:42.623Z Downloaded zip v2.1.3
7642024-12-18T20:54:42.628Z Downloaded libxml v0.3.3
7652024-12-18T20:54:42.634Z Downloaded mockall_derive v0.13.0
7662024-12-18T20:54:42.636Z Downloaded unicode-bidi v0.3.17
7672024-12-18T20:54:42.639Z Downloaded tungstenite v0.24.0
7682024-12-18T20:54:42.642Z Downloaded rand_seeder v0.3.0
7692024-12-18T20:54:42.645Z Downloaded lazy_static v1.5.0
7702024-12-18T20:54:42.648Z Downloaded serde_with_macros v3.11.0
7712024-12-18T20:54:42.648Z Downloaded vsss-rs v3.3.4
7722024-12-18T20:54:42.650Z Downloaded serde_derive v1.0.215
7732024-12-18T20:54:42.653Z Downloaded itertools v0.13.0
7742024-12-18T20:54:42.660Z Downloaded rcgen v0.12.1
7752024-12-18T20:54:42.663Z Downloaded time v0.3.36
7762024-12-18T20:54:42.670Z Downloaded tokio-rustls v0.26.0
7772024-12-18T20:54:42.673Z Downloaded tokio-rustls v0.25.0
7782024-12-18T20:54:42.675Z Downloaded crc32fast v1.4.2
7792024-12-18T20:54:42.678Z Downloaded toml v0.7.8
7802024-12-18T20:54:42.681Z Downloaded x509-cert v0.2.5
7812024-12-18T20:54:42.686Z Downloaded libgit2-sys v0.17.0+1.8.1
7822024-12-18T20:54:42.746Z Downloaded pkcs1 v0.7.5
7832024-12-18T20:54:42.749Z Downloaded crypto-bigint v0.5.5
7842024-12-18T20:54:42.754Z Downloaded zone v0.3.0
7852024-12-18T20:54:42.757Z Downloaded nom v7.1.3
7862024-12-18T20:54:42.761Z Downloaded goblin v0.8.2
7872024-12-18T20:54:42.767Z Downloaded base64 v0.22.1
7882024-12-18T20:54:42.771Z Downloaded tungstenite v0.23.0
7892024-12-18T20:54:42.775Z Downloaded unarray v0.1.4
7902024-12-18T20:54:42.778Z Downloaded russh-keys v0.45.0
7912024-12-18T20:54:42.781Z Downloaded test-strategy v0.3.1
7922024-12-18T20:54:42.783Z Downloaded downcast v0.11.0
7932024-12-18T20:54:42.786Z Downloaded pin-utils v0.1.0
7942024-12-18T20:54:42.786Z Downloaded sha2 v0.10.8
7952024-12-18T20:54:42.788Z Downloaded sha1 v0.10.6
7962024-12-18T20:54:42.791Z Downloaded ed25519-dalek v2.1.1
7972024-12-18T20:54:42.793Z Downloaded libloading v0.8.5
7982024-12-18T20:54:42.796Z Downloaded zerofrom v0.1.4
7992024-12-18T20:54:42.799Z Downloaded xattr v1.3.1
8002024-12-18T20:54:42.799Z Downloaded tokio-tungstenite v0.23.1
8012024-12-18T20:54:42.801Z Downloaded nu-ansi-term v0.50.1
8022024-12-18T20:54:42.804Z Downloaded newtype_derive v0.1.6
8032024-12-18T20:54:42.807Z Downloaded new_debug_unreachable v1.0.6
8042024-12-18T20:54:42.810Z Downloaded nested v0.1.1
8052024-12-18T20:54:42.811Z Downloaded dirs-sys-next v0.1.2
8062024-12-18T20:54:42.811Z Downloaded dirs-next v2.0.0
8072024-12-18T20:54:42.811Z Downloaded slog-term v2.9.1
8082024-12-18T20:54:42.813Z Downloaded diesel_derives v2.2.3
8092024-12-18T20:54:42.816Z Downloaded derive-where v1.2.7
8102024-12-18T20:54:42.820Z Downloaded thiserror-no-std v2.0.2
8112024-12-18T20:54:42.824Z Downloaded thiserror-impl v1.0.69
8122024-12-18T20:54:42.827Z Downloaded cc v1.1.30
8132024-12-18T20:54:42.831Z Downloaded futures-util v0.3.31
8142024-12-18T20:54:42.843Z Downloaded parking_lot v0.12.3
8152024-12-18T20:54:42.845Z Downloaded guppy v0.17.8
8162024-12-18T20:54:42.851Z Downloaded term v0.7.0
8172024-12-18T20:54:42.855Z Downloaded mime_guess v2.0.5
8182024-12-18T20:54:42.857Z Downloaded crucible-workspace-hack v0.1.0
8192024-12-18T20:54:42.858Z Downloaded scrypt v0.11.0
8202024-12-18T20:54:42.860Z Downloaded unicode-properties v0.1.3
8212024-12-18T20:54:42.863Z Downloaded ppv-lite86 v0.2.20
8222024-12-18T20:54:42.865Z Downloaded diff v0.1.13
8232024-12-18T20:54:42.868Z Downloaded omicron-zone-package v0.11.1
8242024-12-18T20:54:42.871Z Downloaded jobserver v0.1.32
8252024-12-18T20:54:42.873Z Downloaded http v1.1.0
8262024-12-18T20:54:42.876Z Downloaded url v2.5.3
8272024-12-18T20:54:42.878Z Downloaded icu_provider v1.5.0
8282024-12-18T20:54:42.881Z Downloaded socket2 v0.5.8
8292024-12-18T20:54:42.884Z Downloaded snafu v0.8.5
8302024-12-18T20:54:42.890Z Downloaded publicsuffix v2.2.3
8312024-12-18T20:54:42.892Z Downloaded zopfli v0.8.1
8322024-12-18T20:54:42.895Z Downloaded yoke v0.7.4
8332024-12-18T20:54:42.897Z Downloaded datatest-stable v0.2.9
8342024-12-18T20:54:42.900Z Downloaded num_cpus v1.16.0
8352024-12-18T20:54:42.902Z Downloaded ciborium-ll v0.2.2
8362024-12-18T20:54:42.905Z Downloaded write16 v1.0.0
8372024-12-18T20:54:42.905Z Downloaded wyz v0.5.1
8382024-12-18T20:54:42.908Z Downloaded untrusted v0.7.1
8392024-12-18T20:54:42.908Z Downloaded string_cache v0.8.7
8402024-12-18T20:54:42.908Z Downloaded smawk v0.3.2
8412024-12-18T20:54:42.911Z Downloaded smallvec v0.6.14
8422024-12-18T20:54:42.911Z Downloaded is_terminal_polyfill v1.70.1
8432024-12-18T20:54:42.913Z Downloaded env_logger v0.10.2
8442024-12-18T20:54:42.916Z Downloaded simd-adler32 v0.3.7
8452024-12-18T20:54:42.918Z Downloaded rustc-hash v1.1.0
8462024-12-18T20:54:42.918Z Downloaded serde v1.0.215
8472024-12-18T20:54:42.921Z Downloaded progenitor-macro v0.8.0
8482024-12-18T20:54:42.923Z Downloaded progenitor v0.8.0
8492024-12-18T20:54:42.923Z Downloaded cookie v0.18.1
8502024-12-18T20:54:42.926Z Downloaded bytes v1.8.0
8512024-12-18T20:54:42.930Z Downloaded schemars_derive v0.8.21
8522024-12-18T20:54:42.932Z Downloaded icu_locid_transform v1.5.0
8532024-12-18T20:54:42.935Z Downloaded proc-macro2 v1.0.89
8542024-12-18T20:54:42.938Z Downloaded ron v0.7.1
8552024-12-18T20:54:42.941Z Downloaded cookie_store v0.21.0
8562024-12-18T20:54:42.944Z Downloaded stringprep v0.1.5
8572024-12-18T20:54:42.946Z Downloaded allocator-api2 v0.2.18
8582024-12-18T20:54:42.949Z Downloaded itoa v1.0.11
8592024-12-18T20:54:42.952Z Downloaded instability v0.3.2
8602024-12-18T20:54:42.952Z Downloaded deranged v0.3.11
8612024-12-18T20:54:42.954Z Downloaded typenum v1.17.0
8622024-12-18T20:54:42.957Z Downloaded subprocess v0.2.9
8632024-12-18T20:54:42.960Z Downloaded hickory-server v0.24.1
8642024-12-18T20:54:42.963Z Downloaded flate2 v1.0.34
8652024-12-18T20:54:42.969Z Downloaded cfg-expr v0.17.0
8662024-12-18T20:54:42.972Z Downloaded p256 v0.13.2
8672024-12-18T20:54:42.975Z Downloaded hickory-resolver v0.24.1
8682024-12-18T20:54:42.980Z Downloaded heapless v0.7.17
8692024-12-18T20:54:42.984Z Downloaded bitflags v2.6.0
8702024-12-18T20:54:42.988Z Downloaded is_ci v1.2.0
8712024-12-18T20:54:42.991Z Downloaded tinytemplate v1.2.1
8722024-12-18T20:54:42.991Z Downloaded tinystr v0.7.6
8732024-12-18T20:54:42.995Z Downloaded time-macros v0.2.18
8742024-12-18T20:54:42.998Z Downloaded thiserror-impl v2.0.3
8752024-12-18T20:54:42.998Z Downloaded arc-swap v1.7.1
8762024-12-18T20:54:43.001Z Downloaded strum_macros v0.26.4
8772024-12-18T20:54:43.004Z Downloaded strum_macros v0.25.3
8782024-12-18T20:54:43.007Z Downloaded structmeta-derive v0.3.0
8792024-12-18T20:54:43.007Z Downloaded structmeta-derive v0.2.0
8802024-12-18T20:54:43.007Z Downloaded blake2 v0.10.6
8812024-12-18T20:54:43.009Z Downloaded tiny-keccak v2.0.2
8822024-12-18T20:54:43.012Z Downloaded subtle v2.6.1
8832024-12-18T20:54:43.016Z Downloaded bcrypt-pbkdf v0.10.0
8842024-12-18T20:54:43.016Z Downloaded async-bb8-diesel v0.2.1
8852024-12-18T20:54:43.018Z Downloaded camino v1.1.9
8862024-12-18T20:54:43.018Z Downloaded buf-list v1.0.3
8872024-12-18T20:54:43.021Z Downloaded anyhow v1.0.93
8882024-12-18T20:54:43.024Z Downloaded flume v0.11.1
8892024-12-18T20:54:43.029Z Downloaded camino-tempfile v1.1.1
8902024-12-18T20:54:43.031Z Downloaded blake2b_simd v1.0.2
8912024-12-18T20:54:43.034Z Downloaded bitflags v1.3.2
8922024-12-18T20:54:43.036Z Downloaded bcs v0.1.6
8932024-12-18T20:54:43.039Z Downloaded async-task v4.7.1
8942024-12-18T20:54:43.041Z Downloaded shell-words v1.1.0
8952024-12-18T20:54:43.041Z Downloaded serde-hex v0.1.0
8962024-12-18T20:54:43.044Z Downloaded rustc_version v0.4.1
8972024-12-18T20:54:43.044Z Downloaded rustc_version v0.1.7
8982024-12-18T20:54:43.047Z Downloaded cassowary v0.3.0
8992024-12-18T20:54:43.047Z Downloaded bitfield-struct v0.6.2
9002024-12-18T20:54:43.049Z Downloaded async-executor v1.13.1
9012024-12-18T20:54:43.052Z Downloaded r2d2 v0.8.10
9022024-12-18T20:54:43.054Z Downloaded nodrop v0.1.14
9032024-12-18T20:54:43.054Z Downloaded bb8 v0.8.5
9042024-12-18T20:54:43.057Z Downloaded fatfs v0.3.6
9052024-12-18T20:54:43.060Z Downloaded blocking v1.6.1
9062024-12-18T20:54:43.060Z Downloaded castaway v0.2.3
9072024-12-18T20:54:43.062Z Downloaded heck v0.5.0
9082024-12-18T20:54:43.062Z Downloaded chacha20 v0.9.1
9092024-12-18T20:54:43.065Z Downloaded byteorder v1.5.0
9102024-12-18T20:54:43.067Z Downloaded blowfish v0.9.1
9112024-12-18T20:54:43.067Z Downloaded ring v0.17.8
9122024-12-18T20:54:43.138Z Downloaded block-buffer v0.10.4
9132024-12-18T20:54:43.140Z Downloaded bit-vec v0.6.3
9142024-12-18T20:54:43.140Z Downloaded funty v2.0.0
9152024-12-18T20:54:43.143Z Downloaded float-cmp v0.9.0
9162024-12-18T20:54:43.143Z Downloaded base64ct v1.6.0
9172024-12-18T20:54:43.145Z Downloaded async-lock v3.4.0
9182024-12-18T20:54:43.148Z Downloaded async-attributes v1.1.2
9192024-12-18T20:54:43.148Z Downloaded assert_cmd v2.0.16
9202024-12-18T20:54:43.151Z Downloaded arrayvec v0.7.6
9212024-12-18T20:54:43.154Z Downloaded anstream v0.6.15
9222024-12-18T20:54:43.154Z Downloaded autocfg v1.4.0
9232024-12-18T20:54:43.157Z Downloaded fd-lock v4.0.2
9242024-12-18T20:54:43.159Z Downloaded cast v0.3.0
9252024-12-18T20:54:43.161Z Downloaded bitfield v0.14.0
9262024-12-18T20:54:43.161Z Downloaded bit-set v0.5.3
9272024-12-18T20:54:43.164Z Downloaded globset v0.4.15
9282024-12-18T20:54:43.164Z Downloaded async-stream v0.3.6
9292024-12-18T20:54:43.167Z Downloaded futures-executor v0.3.31
9302024-12-18T20:54:43.167Z Downloaded foldhash v0.1.3
9312024-12-18T20:54:43.169Z Downloaded fnv v1.0.7
9322024-12-18T20:54:43.169Z Downloaded fallible-iterator v0.3.0
9332024-12-18T20:54:43.171Z Downloaded async-global-executor v2.4.1
9342024-12-18T20:54:43.171Z Downloaded async-channel v2.3.1
9352024-12-18T20:54:43.174Z Downloaded async-recursion v1.1.1
9362024-12-18T20:54:43.177Z Downloaded async-channel v1.9.0
9372024-12-18T20:54:43.177Z Downloaded assert-json-diff v2.0.2
9382024-12-18T20:54:43.180Z Downloaded array-init v0.0.4
9392024-12-18T20:54:43.180Z Downloaded approx v0.5.1
9402024-12-18T20:54:43.184Z Downloaded gethostname v0.5.0
9412024-12-18T20:54:43.184Z Downloaded futures-core v0.3.31
9422024-12-18T20:54:43.184Z Downloaded filetime v0.2.25
9432024-12-18T20:54:43.188Z Downloaded anstyle-query v1.1.1
9442024-12-18T20:54:43.188Z Downloaded hex-literal v0.4.1
9452024-12-18T20:54:43.188Z Downloaded hex v0.4.3
9462024-12-18T20:54:43.190Z Downloaded group v0.13.0
9472024-12-18T20:54:43.191Z Downloaded glob v0.3.1
9482024-12-18T20:54:43.191Z Downloaded ghash v0.5.1
9492024-12-18T20:54:43.193Z Downloaded float-ord v0.3.2
9502024-12-18T20:54:43.193Z Downloaded fastrand v2.1.1
9512024-12-18T20:54:43.196Z Downloaded futures-task v0.3.31
9522024-12-18T20:54:43.196Z Downloaded futures-macro v0.3.31
9532024-12-18T20:54:43.199Z Downloaded foreign-types v0.5.0
9542024-12-18T20:54:43.199Z Downloaded flagset v0.4.6
9552024-12-18T20:54:43.199Z Downloaded atty v0.2.14
9562024-12-18T20:54:43.201Z Downloaded async-object-pool v0.1.5
9572024-12-18T20:54:43.667Z Downloaded libsqlite3-sys v0.30.1
9582024-12-18T20:54:43.742Z Downloaded ring v0.16.20
9592024-12-18T20:54:44.037Z Downloaded aws-lc-sys v0.22.0
9602024-12-18T20:54:44.532Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9612024-12-18T20:55:01.562Z Startup: Refreshing catalog 'helios-dev' ... Done
9622024-12-18T20:55:05.788Z Startup: Caching catalogs ... Done
9632024-12-18T20:55:16.694ZPlanning: Solver setup ... Done (10.036s)
9642024-12-18T20:55:16.826ZPlanning: Running solver ... Done (0.133s)
9652024-12-18T20:55:17.132ZPlanning: Finding local manifests ... Done (0.200s)
9662024-12-18T20:55:17.146ZPlanning: Fetching manifests: 0/5 0% complete
9672024-12-18T20:55:17.380ZPlanning: Fetching manifests: 5/5 100% complete
9682024-12-18T20:55:17.702ZPlanning: Package planning ... Done (0.320s)
9692024-12-18T20:55:17.759ZPlanning: Merging actions ... Done (0.058s)
9702024-12-18T20:55:19.088ZPlanning: Checking for conflicting actions ... Done (1.328s)
9712024-12-18T20:55:27.473ZPlanning: Consolidating action changes ... Done (8.383s)
9722024-12-18T20:55:27.887ZPlanning: Evaluating mediators ... Done (0.413s)
9732024-12-18T20:55:28.090ZPlanning: Planning completed in 22.20 seconds
9742024-12-18T20:55:28.483Z Packages to install: 4
9752024-12-18T20:55:28.483Z Packages to update: 1
9762024-12-18T20:55:28.483Z Mediators to change: 2
9772024-12-18T20:55:28.489Z Services to change: 1
9782024-12-18T20:55:28.489Z Estimated space available: 155.37 GB
9792024-12-18T20:55:28.489ZEstimated space to be consumed: 1.61 GB
9802024-12-18T20:55:28.489Z Create boot environment: No
9812024-12-18T20:55:28.489ZCreate backup boot environment: Yes
9822024-12-18T20:55:28.489Z Rebuild boot archive: No
9832024-12-18T20:55:28.489Z
9842024-12-18T20:55:28.489ZChanged mediators:
9852024-12-18T20:55:28.489Z mediator clang:
9862024-12-18T20:55:28.489Z version: None -> 15 (system default)
9872024-12-18T20:55:28.489Z
9882024-12-18T20:55:28.489Z mediator llvm:
9892024-12-18T20:55:28.489Z version: 14 (system default) -> 15 (system default)
9902024-12-18T20:55:28.489Z
9912024-12-18T20:55:28.489ZChanged packages:
9922024-12-18T20:55:28.489Zhelios-dev
9932024-12-18T20:55:28.489Z developer/build-essential
9942024-12-18T20:55:28.489Z None -> 11-2.0
9952024-12-18T20:55:28.489Z library/libxmlsec1
9962024-12-18T20:55:28.489Z None -> 1.2.35-2.0
9972024-12-18T20:55:28.489Z ooce/developer/clang-15
9982024-12-18T20:55:28.490Z None -> 15.0.7-2.0
9992024-12-18T20:55:28.490Z ooce/developer/llvm-15
10002024-12-18T20:55:28.490Z None -> 15.0.7-2.0
10012024-12-18T20:55:28.490Z package/pkg
10022024-12-18T20:55:28.490Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10032024-12-18T20:55:28.490Z
10042024-12-18T20:55:28.490ZServices:
10052024-12-18T20:55:28.490Z restart_fmri:
10062024-12-18T20:55:28.490Z svc:/system/update-man-index:default
10072024-12-18T20:55:28.490Z
10082024-12-18T20:55:28.490ZEditable files to change:
10092024-12-18T20:55:28.490Z Update:
10102024-12-18T20:55:28.490Z usr/share/lib/pkg/web/config.shtml
10112024-12-18T20:55:28.978Z
10122024-12-18T20:55:28.978ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10132024-12-18T20:55:37.843ZDownload: 1390/4281 items 110.4/220.6MB 50% complete (22.1M/s)
10142024-12-18T20:55:38.981ZDownload: 3229/4281 items 175.9/220.6MB 79% complete (17.6M/s)
10152024-12-18T20:55:43.749ZDownload: Completed 220.60 MB in 14.77 seconds (14.9M/s)
10162024-12-18T20:55:45.717Z Actions: 1/5063 actions (Removing old actions)
10172024-12-18T20:55:45.733Z Actions: 194/5063 actions (Installing new actions)
10182024-12-18T20:55:51.093Z Actions: 4121/5063 actions (Installing new actions)
10192024-12-18T20:55:51.683Z Actions: 4226/5063 actions (Updating modified actions)
10202024-12-18T20:55:52.171Z Actions: Completed 5063 actions in 6.45 seconds.
10212024-12-18T20:55:52.578Z Done (0.398s)
10222024-12-18T20:55:52.581Z Done (0.000s)
10232024-12-18T20:55:53.164Z Done (0.582s)
10242024-12-18T20:56:00.152Z Done (6.752s)
10252024-12-18T20:56:00.583Z Done (0.363s)
10262024-12-18T20:56:00.586Z Done (0.000s)
10272024-12-18T20:56:00.741Z Done (0.000s)
10282024-12-18T20:56:01.696ZPlanning: Evaluating mediator changes ... Done
10292024-12-18T20:56:01.700ZPlanning: Checking for conflicting actions ... Done
10302024-12-18T20:56:01.701ZPlanning: Consolidating action changes ... Done
10312024-12-18T20:56:01.905ZPlanning: Evaluating mediators ... Done
10322024-12-18T20:56:01.908ZPlanning: Planning completed in 0.45 seconds
10332024-12-18T20:56:01.945Z Mediators to change: 2
10342024-12-18T20:56:01.946Z Create boot environment: No
10352024-12-18T20:56:01.949ZCreate backup boot environment: No
10362024-12-18T20:56:02.022Z Done
10372024-12-18T20:56:02.022Z Done
10382024-12-18T20:56:02.432Z Done
10392024-12-18T20:56:06.261Z Done
10402024-12-18T20:56:06.362Z Done
10412024-12-18T20:56:06.365Z Done
10422024-12-18T20:56:06.491Z Done
10432024-12-18T20:56:07.159ZPlanning: Evaluating mediator changes ... Done
10442024-12-18T20:56:07.162ZPlanning: Merging actions ... Done
10452024-12-18T20:56:07.364ZPlanning: Checking for conflicting actions ... Done
10462024-12-18T20:56:07.367ZPlanning: Consolidating action changes ... Done
10472024-12-18T20:56:07.650ZPlanning: Evaluating mediators ... Done
10482024-12-18T20:56:07.713ZPlanning: Planning completed in 0.81 seconds
10492024-12-18T20:56:07.755Z Packages to change: 1
10502024-12-18T20:56:07.755Z Mediators to change: 1
10512024-12-18T20:56:07.755Z Services to change: 1
10522024-12-18T20:56:07.758Z Create boot environment: No
10532024-12-18T20:56:07.758ZCreate backup boot environment: Yes
10542024-12-18T20:56:09.891Z Actions: 1/6 actions (Updating modified actions)
10552024-12-18T20:56:09.940Z Actions: Completed 6 actions in 0.05 seconds.
10562024-12-18T20:56:09.943Z Done
10572024-12-18T20:56:09.943Z Done
10582024-12-18T20:56:10.057Z Done
10592024-12-18T20:56:13.925Z Done
10602024-12-18T20:56:14.014Z Done
10612024-12-18T20:56:14.017Z Done
10622024-12-18T20:56:14.137Z Done
10632024-12-18T20:56:14.584ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10642024-12-18T20:56:14.584Zclang system 15 system
10652024-12-18T20:56:14.584Zcsh system system illumos
10662024-12-18T20:56:14.584Zctags system system illumos
10672024-12-18T20:56:14.584Zgcc vendor 12 vendor
10682024-12-18T20:56:14.584Zgcc system 10 system
10692024-12-18T20:56:14.584Zgcc system 7 system
10702024-12-18T20:56:14.584Zgo system 1.20 system
10712024-12-18T20:56:14.584Zgo system 1.19 system
10722024-12-18T20:56:14.584Zllvm system 15 system
10732024-12-18T20:56:14.584Zllvm system 14 system
10742024-12-18T20:56:14.584Zmariadb system 10.6 system
10752024-12-18T20:56:14.584Zmta vendor vendor dma
10762024-12-18T20:56:14.584Zopenjdk system 17 system
10772024-12-18T20:56:14.585Zopenjdk system 11 system
10782024-12-18T20:56:14.585Zopenjdk system 1.8 system
10792024-12-18T20:56:14.585Zopenssl vendor 3 vendor
10802024-12-18T20:56:14.585Zperl system 5.36 system
10812024-12-18T20:56:14.585Zpostgresql system 15 system
10822024-12-18T20:56:14.585Zpostgresql system 13 system
10832024-12-18T20:56:14.585Zpython vendor 3 vendor
10842024-12-18T20:56:14.585Zpython system 2 system
10852024-12-18T20:56:14.585Zpython3 system 3.11 system
10862024-12-18T20:56:14.585Zruby system 3.0 system
10872024-12-18T20:56:14.585Zwords vendor vendor american-english
10882024-12-18T20:56:14.585Zwords system system australian-english
10892024-12-18T20:56:14.585Zwords system system british-english
10902024-12-18T20:56:14.585Zwords system system canadian-english
10912024-12-18T20:56:14.585Zwords system system french
10922024-12-18T20:56:14.585Zwords system system italian
10932024-12-18T20:56:14.585Zwords system system ngerman
10942024-12-18T20:56:14.585Zwords system system ogerman
10952024-12-18T20:56:14.585Zwords system system spanish
10962024-12-18T20:56:14.915ZPUBLISHER TYPE STATUS P LOCATION
10972024-12-18T20:56:14.915Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10982024-12-18T20:56:17.643ZFMRI IFO
10992024-12-18T20:56:17.643Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11002024-12-18T20:56:17.643Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11012024-12-18T20:56:17.643Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11022024-12-18T20:56:17.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11032024-12-18T20:56:17.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11042024-12-18T20:56:17.643Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11052024-12-18T20:56:17.643Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11062024-12-18T20:56:17.643Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11072024-12-18T20:56:17.643Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11082024-12-18T20:56:17.643Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11092024-12-18T20:56:17.644Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11102024-12-18T20:56:17.644Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11112024-12-18T20:56:17.644Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11122024-12-18T20:56:17.644Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11132024-12-18T20:56:17.644Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11142024-12-18T20:56:18.720Z Downloading crates ...
11152024-12-18T20:56:18.805Z Downloaded cargo_toml v0.20.5
11162024-12-18T20:56:18.946Z Compiling proc-macro2 v1.0.89
11172024-12-18T20:56:18.946Z Compiling unicode-ident v1.0.13
11182024-12-18T20:56:18.946Z Compiling serde v1.0.215
11192024-12-18T20:56:18.949Z Compiling version_check v0.9.5
11202024-12-18T20:56:18.949Z Compiling thiserror v1.0.69
11212024-12-18T20:56:18.949Z Compiling memchr v2.7.4
11222024-12-18T20:56:18.949Z Compiling libc v0.2.162
11232024-12-18T20:56:18.949Z Compiling itoa v1.0.11
11242024-12-18T20:56:19.203Z Compiling ryu v1.0.18
11252024-12-18T20:56:19.225Z Compiling ucd-trie v0.1.7
11262024-12-18T20:56:19.527Z Compiling once_cell v1.20.2
11272024-12-18T20:56:19.752Z Compiling byteorder v1.5.0
11282024-12-18T20:56:19.839Z Compiling serde_json v1.0.132
11292024-12-18T20:56:20.085Z Compiling rustix v0.38.37
11302024-12-18T20:56:20.691Z Compiling bitflags v2.6.0
11312024-12-18T20:56:20.736Z Compiling usdt-impl v0.5.0
11322024-12-18T20:56:20.787Z Compiling proc-macro-error-attr v1.0.4
11332024-12-18T20:56:20.955Z Compiling syn v1.0.109
11342024-12-18T20:56:21.018Z Compiling proc-macro-error v1.0.4
11352024-12-18T20:56:21.083Z Compiling plain v0.2.3
11362024-12-18T20:56:21.096Z Compiling equivalent v1.0.1
11372024-12-18T20:56:21.157Z Compiling camino v1.1.9
11382024-12-18T20:56:21.196Z Compiling hashbrown v0.15.1
11392024-12-18T20:56:21.220Z Compiling utf8parse v0.2.2
11402024-12-18T20:56:21.273Z Compiling log v0.4.22
11412024-12-18T20:56:21.372Z Compiling anstyle-parse v0.2.5
11422024-12-18T20:56:21.702Z Compiling is_terminal_polyfill v1.70.1
11432024-12-18T20:56:21.758Z Compiling quote v1.0.37
11442024-12-18T20:56:21.789Z Compiling thread-id v4.2.2
11452024-12-18T20:56:21.839Z Compiling pretty-hex v0.4.1
11462024-12-18T20:56:21.866Z Compiling anstyle-query v1.1.1
11472024-12-18T20:56:21.885Z Compiling errno v0.3.9
11482024-12-18T20:56:21.979Z Compiling unicode-width v0.1.14
11492024-12-18T20:56:22.014Z Compiling colorchoice v1.0.2
11502024-12-18T20:56:22.097Z Compiling winnow v0.6.20
11512024-12-18T20:56:22.153Z Compiling syn v2.0.87
11522024-12-18T20:56:22.386Z Compiling indexmap v2.6.0
11532024-12-18T20:56:22.468Z Compiling semver v1.0.23
11542024-12-18T20:56:22.480Z Compiling anstyle v1.0.10
11552024-12-18T20:56:22.942Z Compiling autocfg v1.4.0
11562024-12-18T20:56:23.055Z Compiling anstream v0.6.15
11572024-12-18T20:56:23.829Z Compiling bytecount v0.6.8
11582024-12-18T20:56:23.871Z Compiling strsim v0.11.1
11592024-12-18T20:56:23.904Z Compiling heck v0.4.1
11602024-12-18T20:56:24.025Z Compiling fnv v1.0.7
11612024-12-18T20:56:24.155Z Compiling cfg-if v1.0.0
11622024-12-18T20:56:24.169Z Compiling fs-err v2.11.0
11632024-12-18T20:56:24.242Z Compiling terminal_size v0.4.0
11642024-12-18T20:56:24.438Z Compiling clap_lex v0.7.2
11652024-12-18T20:56:24.457Z Compiling fastrand v2.1.1
11662024-12-18T20:56:24.859Z Compiling anyhow v1.0.93
11672024-12-18T20:56:24.875Z Compiling heck v0.5.0
11682024-12-18T20:56:24.955Z Compiling tempfile v3.13.0
11692024-12-18T20:56:24.960Z Compiling clap_builder v4.5.21
11702024-12-18T20:56:25.388Z Compiling papergrid v0.11.0
11712024-12-18T20:56:25.813Z Compiling memmap v0.7.0
11722024-12-18T20:56:25.829Z Compiling smawk v0.3.2
11732024-12-18T20:56:25.842Z Compiling unicode-linebreak v0.1.5
11742024-12-18T20:56:26.174Z Compiling swrite v0.1.0
11752024-12-18T20:56:26.292Z Compiling textwrap v0.16.1
11762024-12-18T20:56:27.618Z Compiling tabled_derive v0.7.0
11772024-12-18T20:56:29.211Z Compiling tabled v0.15.0
11782024-12-18T20:56:31.040Z Compiling serde_derive v1.0.215
11792024-12-18T20:56:31.040Z Compiling thiserror-impl v1.0.69
11802024-12-18T20:56:31.044Z Compiling zerocopy-derive v0.7.35
11812024-12-18T20:56:31.044Z Compiling scroll_derive v0.12.0
11822024-12-18T20:56:31.044Z Compiling clap_derive v4.5.18
11832024-12-18T20:56:32.295Z Compiling scroll v0.12.0
11842024-12-18T20:56:32.605Z Compiling zerocopy v0.7.35
11852024-12-18T20:56:32.829Z Compiling goblin v0.8.2
11862024-12-18T20:56:33.727Z Compiling pest v2.7.14
11872024-12-18T20:56:34.843Z Compiling clap v4.5.21
11882024-12-18T20:56:35.929Z Compiling pest_meta v2.7.14
11892024-12-18T20:56:36.792Z Compiling pest_generator v2.7.14
11902024-12-18T20:56:38.705Z Compiling pest_derive v2.7.14
11912024-12-18T20:56:39.406Z Compiling dtrace-parser v0.2.0
11922024-12-18T20:56:41.119Z Compiling toml_datetime v0.6.8
11932024-12-18T20:56:41.119Z Compiling serde_spanned v0.6.8
11942024-12-18T20:56:41.121Z Compiling cargo-platform v0.1.8
11952024-12-18T20:56:41.531Z Compiling serde_tokenstream v0.2.2
11962024-12-18T20:56:41.631Z Compiling toml_edit v0.22.22
11972024-12-18T20:56:41.679Z Compiling macaddr v1.0.1
11982024-12-18T20:56:41.787Z Compiling camino-tempfile v1.1.1
11992024-12-18T20:56:42.622Z Compiling dof v0.3.0
12002024-12-18T20:56:42.622Z Compiling cargo_metadata v0.18.1
12012024-12-18T20:56:44.478Z Compiling toml v0.8.19
12022024-12-18T20:56:44.697Z Compiling usdt-attr-macro v0.5.0
12032024-12-18T20:56:44.697Z Compiling usdt-macro v0.5.0
12042024-12-18T20:56:45.274Z Compiling cargo_toml v0.20.5
12052024-12-18T20:56:46.040Z Compiling usdt v0.5.0
12062024-12-18T20:56:48.961Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12072024-12-18T20:56:52.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.73s
12082024-12-18T20:56:52.981Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12092024-12-18T20:56:53.827Z Compiling serde v1.0.215
12102024-12-18T20:56:53.842Z Compiling lock_api v0.4.12
12112024-12-18T20:56:53.842Z Compiling scopeguard v1.2.0
12122024-12-18T20:56:53.842Z Compiling value-bag v1.9.0
12132024-12-18T20:56:53.842Z Compiling typenum v1.17.0
12142024-12-18T20:56:53.842Z Compiling generic-array v0.14.7
12152024-12-18T20:56:54.016Z Compiling syn v2.0.87
12162024-12-18T20:56:54.083Z Compiling getrandom v0.2.15
12172024-12-18T20:56:54.164Z Compiling shlex v1.3.0
12182024-12-18T20:56:54.274Z Compiling rand_core v0.6.4
12192024-12-18T20:56:54.440Z Compiling log v0.4.22
12202024-12-18T20:56:54.535Z Compiling subtle v2.6.1
12212024-12-18T20:56:54.551Z Compiling jobserver v0.1.32
12222024-12-18T20:56:54.567Z Compiling smallvec v1.13.2
12232024-12-18T20:56:54.780Z Compiling const-oid v0.9.6
12242024-12-18T20:56:54.843Z Compiling spin v0.9.8
12252024-12-18T20:56:54.860Z Compiling pin-project-lite v0.2.14
12262024-12-18T20:56:54.947Z Compiling cc v1.1.30
12272024-12-18T20:56:54.978Z Compiling rustix v0.38.37
12282024-12-18T20:56:55.243Z Compiling parking_lot_core v0.9.10
12292024-12-18T20:56:55.308Z Compiling futures-core v0.3.31
12302024-12-18T20:56:55.428Z Compiling signal-hook-registry v1.4.2
12312024-12-18T20:56:55.529Z Compiling mio v1.0.2
12322024-12-18T20:56:55.857Z Compiling aho-corasick v1.1.3
12332024-12-18T20:56:56.264Z Compiling parking_lot v0.12.3
12342024-12-18T20:56:56.320Z Compiling regex-syntax v0.8.5
12352024-12-18T20:56:56.645Z Compiling cpufeatures v0.2.14
12362024-12-18T20:56:56.718Z Compiling lazy_static v1.5.0
12372024-12-18T20:56:56.779Z Compiling stable_deref_trait v1.2.0
12382024-12-18T20:56:56.800Z Compiling glob v0.3.1
12392024-12-18T20:56:56.872Z Compiling either v1.13.0
12402024-12-18T20:56:56.890Z Compiling futures-sink v0.3.31
12412024-12-18T20:56:57.038Z Compiling socket2 v0.5.8
12422024-12-18T20:56:57.176Z Compiling slab v0.4.9
12432024-12-18T20:56:57.279Z Compiling prettyplease v0.2.25
12442024-12-18T20:56:57.589Z Compiling minimal-lexical v0.2.1
12452024-12-18T20:56:57.798Z Compiling clang-sys v1.8.1
12462024-12-18T20:56:57.919Z Compiling libloading v0.8.5
12472024-12-18T20:56:58.012Z Compiling nom v7.1.3
12482024-12-18T20:56:58.100Z Compiling serde_json v1.0.132
12492024-12-18T20:56:58.314Z Compiling home v0.5.9
12502024-12-18T20:56:58.410Z Compiling bindgen v0.69.5
12512024-12-18T20:56:58.606Z Compiling itertools v0.10.5
12522024-12-18T20:56:59.088Z Compiling futures-channel v0.3.31
12532024-12-18T20:56:59.235Z Compiling lazycell v1.3.0
12542024-12-18T20:56:59.396Z Compiling allocator-api2 v0.2.18
12552024-12-18T20:56:59.508Z Compiling pin-utils v0.1.0
12562024-12-18T20:56:59.602Z Compiling foldhash v0.1.3
12572024-12-18T20:56:59.906Z Compiling regex-automata v0.4.8
12582024-12-18T20:57:00.198Z Compiling rustc-hash v1.1.0
12592024-12-18T20:57:00.346Z Compiling futures-task v0.3.31
12602024-12-18T20:57:00.634Z Compiling futures-io v0.3.31
12612024-12-18T20:57:00.943Z Compiling hashbrown v0.15.1
12622024-12-18T20:57:01.327Z Compiling synstructure v0.13.1
12632024-12-18T20:57:01.396Z Compiling cexpr v0.6.0
12642024-12-18T20:57:02.277Z Compiling cmake v0.1.51
12652024-12-18T20:57:02.971Z Compiling fs_extra v1.3.0
12662024-12-18T20:57:03.032Z Compiling pkg-config v0.3.31
12672024-12-18T20:57:03.140Z Compiling dunce v1.0.5
12682024-12-18T20:57:03.266Z Compiling libm v0.2.8
12692024-12-18T20:57:03.288Z Compiling tinyvec_macros v0.1.1
12702024-12-18T20:57:03.374Z Compiling tinyvec v1.8.0
12712024-12-18T20:57:03.560Z Compiling num-traits v0.2.19
12722024-12-18T20:57:04.048Z Compiling ring v0.17.8
12732024-12-18T20:57:04.546Z Compiling unicode-bidi v0.3.17
12742024-12-18T20:57:04.903Z Compiling unicode-normalization v0.1.24
12752024-12-18T20:57:04.948Z Compiling base64ct v1.6.0
12762024-12-18T20:57:05.008Z Compiling litemap v0.7.3
12772024-12-18T20:57:05.206Z Compiling paste v1.0.15
12782024-12-18T20:57:05.407Z Compiling regex v1.11.1
12792024-12-18T20:57:05.525Z Compiling writeable v0.5.5
12802024-12-18T20:57:05.782Z Compiling pem-rfc7468 v0.7.0
12812024-12-18T20:57:06.096Z Compiling httparse v1.9.5
12822024-12-18T20:57:06.425Z Compiling flagset v0.4.6
12832024-12-18T20:57:06.458Z Compiling aws-lc-rs v1.10.0
12842024-12-18T20:57:06.799Z Compiling tracing-core v0.1.32
12852024-12-18T20:57:06.912Z Compiling crossbeam-utils v0.8.20
12862024-12-18T20:57:07.457Z Compiling percent-encoding v2.3.1
12872024-12-18T20:57:07.653Z Compiling icu_locid_transform_data v1.5.0
12882024-12-18T20:57:07.756Z Compiling rustls-pki-types v1.10.0
12892024-12-18T20:57:07.886Z Compiling time-core v0.1.2
12902024-12-18T20:57:08.084Z Compiling vcpkg v0.2.15
12912024-12-18T20:57:08.120Z Compiling serde_derive v1.0.215
12922024-12-18T20:57:08.138Z Compiling zeroize_derive v1.4.2
12932024-12-18T20:57:08.433Z Compiling zerocopy-derive v0.7.35
12942024-12-18T20:57:08.861Z Compiling tokio-macros v2.4.0
12952024-12-18T20:57:09.649Z Compiling zeroize v1.8.1
12962024-12-18T20:57:10.088Z Compiling zerofrom-derive v0.1.4
12972024-12-18T20:57:10.384Z Compiling thiserror-impl v1.0.69
12982024-12-18T20:57:10.468Z Compiling yoke-derive v0.7.4
12992024-12-18T20:57:10.685Z Compiling zerocopy v0.7.35
13002024-12-18T20:57:11.376Z Compiling crypto-common v0.1.6
13012024-12-18T20:57:11.602Z Compiling block-buffer v0.10.4
13022024-12-18T20:57:11.810Z Compiling digest v0.10.7
13032024-12-18T20:57:12.263Z Compiling hmac v0.12.1
13042024-12-18T20:57:12.280Z Compiling zerovec-derive v0.10.3
13052024-12-18T20:57:12.481Z Compiling futures-macro v0.3.31
13062024-12-18T20:57:12.499Z Compiling block-padding v0.3.3
13072024-12-18T20:57:12.736Z Compiling displaydoc v0.2.5
13082024-12-18T20:57:13.426Z Compiling inout v0.1.3
13092024-12-18T20:57:13.569Z Compiling thiserror v1.0.69
13102024-12-18T20:57:13.678Z Compiling cipher v0.4.4
13112024-12-18T20:57:13.701Z Compiling sha2 v0.10.8
13122024-12-18T20:57:14.013Z Compiling zerofrom v0.1.4
13132024-12-18T20:57:14.193Z Compiling ppv-lite86 v0.2.20
13142024-12-18T20:57:14.285Z Compiling yoke v0.7.4
13152024-12-18T20:57:14.320Z Compiling der_derive v0.7.3
13162024-12-18T20:57:14.339Z Compiling futures-util v0.3.31
13172024-12-18T20:57:14.625Z Compiling icu_provider_macros v1.5.0
13182024-12-18T20:57:14.898Z Compiling zerovec v0.10.4
13192024-12-18T20:57:14.956Z Compiling rand_chacha v0.3.1
13202024-12-18T20:57:15.695Z Compiling tracing-attributes v0.1.27
13212024-12-18T20:57:16.765Z Compiling tinystr v0.7.6
13222024-12-18T20:57:16.938Z Compiling der v0.7.9
13232024-12-18T20:57:17.021Z Compiling icu_collections v1.5.0
13242024-12-18T20:57:17.169Z Compiling icu_locid v1.5.0
13252024-12-18T20:57:17.203Z Compiling rand v0.8.5
13262024-12-18T20:57:18.457Z Compiling icu_provider v1.5.0
13272024-12-18T20:57:18.608Z Compiling salsa20 v0.10.2
13282024-12-18T20:57:18.834Z Compiling pest v2.7.14
13292024-12-18T20:57:19.302Z Compiling icu_locid_transform v1.5.0
13302024-12-18T20:57:19.465Z Compiling tracing v0.1.40
13312024-12-18T20:57:19.550Z Compiling spki v0.7.3
13322024-12-18T20:57:19.573Z Compiling pbkdf2 v0.12.2
13332024-12-18T20:57:19.736Z Compiling num-conv v0.1.0
13342024-12-18T20:57:19.935Z Compiling powerfmt v0.2.0
13352024-12-18T20:57:19.981Z Compiling untrusted v0.7.1
13362024-12-18T20:57:20.021Z Compiling untrusted v0.9.0
13372024-12-18T20:57:20.146Z Compiling icu_properties_data v1.5.0
13382024-12-18T20:57:20.193Z Compiling mirai-annotations v1.12.0
13392024-12-18T20:57:20.213Z Compiling deranged v0.3.11
13402024-12-18T20:57:20.327Z Compiling time-macros v0.2.18
13412024-12-18T20:57:20.375Z Compiling scrypt v0.11.0
13422024-12-18T20:57:20.393Z Compiling aes v0.8.4
13432024-12-18T20:57:20.946Z Compiling icu_properties v1.5.1
13442024-12-18T20:57:21.758Z Compiling bitflags v2.6.0
13452024-12-18T20:57:21.910Z Compiling bytes v1.8.0
13462024-12-18T20:57:22.190Z Compiling indexmap v2.6.0
13472024-12-18T20:57:23.235Z Compiling tokio v1.40.0
13482024-12-18T20:57:23.263Z Compiling http v1.1.0
13492024-12-18T20:57:23.613Z Compiling semver v1.0.23
13502024-12-18T20:57:23.631Z Compiling pest_meta v2.7.14
13512024-12-18T20:57:24.003Z Compiling cbc v0.1.2
13522024-12-18T20:57:24.279Z Compiling rustc_version v0.4.1
13532024-12-18T20:57:24.365Z Compiling openssl-sys v0.9.103
13542024-12-18T20:57:25.053Z Compiling scroll_derive v0.12.0
13552024-12-18T20:57:25.471Z Compiling icu_normalizer_data v1.5.0
13562024-12-18T20:57:25.577Z Compiling write16 v1.0.0
13572024-12-18T20:57:25.701Z Compiling num_threads v0.1.7
13582024-12-18T20:57:25.775Z Compiling atomic-waker v1.1.2
13592024-12-18T20:57:25.793Z Compiling utf16_iter v1.0.5
13602024-12-18T20:57:25.823Z Compiling utf8_iter v1.0.4
13612024-12-18T20:57:25.955Z Compiling which v4.4.2
13622024-12-18T20:57:25.992Z Compiling time v0.3.36
13632024-12-18T20:57:26.065Z Compiling icu_normalizer v1.5.0
13642024-12-18T20:57:26.505Z Compiling scroll v0.12.0
13652024-12-18T20:57:26.832Z Compiling pest_generator v2.7.14
13662024-12-18T20:57:27.068Z Compiling http-body v1.0.1
13672024-12-18T20:57:27.304Z Compiling pkcs5 v0.7.1
13682024-12-18T20:57:27.332Z Compiling form_urlencoded v1.2.1
13692024-12-18T20:57:27.640Z Compiling try-lock v0.2.5
13702024-12-18T20:57:27.786Z Compiling slog v2.7.0
13712024-12-18T20:57:28.036Z Compiling goblin v0.8.2
13722024-12-18T20:57:28.366Z Compiling pkcs8 v0.10.2
13732024-12-18T20:57:28.526Z Compiling want v0.3.1
13742024-12-18T20:57:28.760Z Compiling idna_adapter v1.2.0
13752024-12-18T20:57:28.806Z Compiling pest_derive v2.7.14
13762024-12-18T20:57:28.822Z Compiling httpdate v1.0.3
13772024-12-18T20:57:28.986Z Compiling idna v1.0.3
13782024-12-18T20:57:29.326Z Compiling toml_datetime v0.6.8
13792024-12-18T20:57:29.611Z Compiling dtrace-parser v0.2.0
13802024-12-18T20:57:29.845Z Compiling serde_spanned v0.6.8
13812024-12-18T20:57:29.988Z Compiling uuid v1.11.0
13822024-12-18T20:57:30.080Z Compiling serde_tokenstream v0.2.2
13832024-12-18T20:57:30.697Z Compiling tower-service v0.3.3
13842024-12-18T20:57:30.824Z Compiling foreign-types-shared v0.1.1
13852024-12-18T20:57:30.827Z Compiling rustversion v1.0.17
13862024-12-18T20:57:30.935Z Compiling match_cfg v0.1.0
13872024-12-18T20:57:31.029Z Compiling adler2 v2.0.0
13882024-12-18T20:57:31.219Z Compiling base64 v0.22.1
13892024-12-18T20:57:31.236Z Compiling openssl v0.10.66
13902024-12-18T20:57:31.407Z Compiling iana-time-zone v0.1.61
13912024-12-18T20:57:31.545Z Compiling tokio-util v0.7.12
13922024-12-18T20:57:31.661Z Compiling chrono v0.4.38
13932024-12-18T20:57:31.808Z Compiling miniz_oxide v0.8.0
13942024-12-18T20:57:31.842Z Compiling hostname v0.3.1
13952024-12-18T20:57:31.969Z Compiling foreign-types v0.3.2
13962024-12-18T20:57:32.070Z Compiling url v2.5.3
13972024-12-18T20:57:32.995Z Compiling h2 v0.4.6
13982024-12-18T20:57:33.373Z Compiling async-trait v0.1.83
13992024-12-18T20:57:33.458Z Compiling openssl-macros v0.1.1
14002024-12-18T20:57:34.075Z Compiling dof v0.3.0
14012024-12-18T20:57:34.232Z Compiling dirs-sys-next v0.1.2
14022024-12-18T20:57:34.985Z Compiling usdt-impl v0.5.0
14032024-12-18T20:57:35.557Z Compiling rustls v0.22.4
14042024-12-18T20:57:35.822Z Compiling siphasher v0.3.11
14052024-12-18T20:57:36.451Z Compiling native-tls v0.2.12
14062024-12-18T20:57:36.474Z Compiling rustls v0.23.19
14072024-12-18T20:57:36.474Z Compiling data-encoding v2.6.0
14082024-12-18T20:57:36.474Z Compiling syn v1.0.109
14092024-12-18T20:57:36.512Z Compiling dirs-next v2.0.0
14102024-12-18T20:57:37.098Z Compiling http-body-util v0.1.2
14112024-12-18T20:57:37.634Z Compiling crossbeam-epoch v0.9.18
14122024-12-18T20:57:38.063Z Compiling heapless v0.7.17
14132024-12-18T20:57:38.351Z Compiling sha1 v0.10.6
14142024-12-18T20:57:38.384Z Compiling signature v2.2.0
14152024-12-18T20:57:38.473Z Compiling bzip2-sys v0.1.11+1.0.8
14162024-12-18T20:57:38.586Z Compiling serde_derive_internals v0.29.1
14172024-12-18T20:57:38.659Z Compiling thread_local v1.1.8
14182024-12-18T20:57:38.748Z Compiling multer v3.1.0
14192024-12-18T20:57:38.821Z Compiling encoding_rs v0.8.34
14202024-12-18T20:57:38.944Z Compiling cookie v0.18.1
14212024-12-18T20:57:39.019Z Compiling signal-hook v0.3.17
14222024-12-18T20:57:39.224Z Compiling gimli v0.31.1
14232024-12-18T20:57:39.249Z Compiling openssl-probe v0.1.5
14242024-12-18T20:57:39.275Z Compiling schemars v0.8.21
14252024-12-18T20:57:39.594Z Compiling slog-async v2.8.0
14262024-12-18T20:57:39.636Z Compiling rayon-core v1.12.1
14272024-12-18T20:57:39.911Z Compiling hyper v1.5.0
14282024-12-18T20:57:40.107Z Compiling ipnet v2.10.1
14292024-12-18T20:57:41.369Z Compiling unicode-properties v0.1.3
14302024-12-18T20:57:41.404Z Compiling mime v0.3.17
14312024-12-18T20:57:41.764Z Compiling stringprep v0.1.5
14322024-12-18T20:57:41.982Z Compiling schemars_derive v0.8.21
14332024-12-18T20:57:43.006Z Compiling hyper-util v0.1.10
14342024-12-18T20:57:43.548Z Compiling toml_edit v0.22.22
14352024-12-18T20:57:43.817Z Compiling addr2line v0.24.2
14362024-12-18T20:57:44.539Z Compiling usdt-attr-macro v0.5.0
14372024-12-18T20:57:44.584Z Compiling usdt-macro v0.5.0
14382024-12-18T20:57:45.201Z Compiling crossbeam-deque v0.8.5
14392024-12-18T20:57:45.518Z Compiling term v0.7.0
14402024-12-18T20:57:45.826Z Compiling slog-json v2.6.1
14412024-12-18T20:57:46.049Z Compiling serde_urlencoded v0.7.1
14422024-12-18T20:57:46.073Z Compiling crossbeam-channel v0.5.13
14432024-12-18T20:57:46.075Z Compiling curve25519-dalek v4.1.3
14442024-12-18T20:57:46.185Z Compiling enum-as-inner v0.6.1
14452024-12-18T20:57:46.561Z Compiling futures-executor v0.3.31
14462024-12-18T20:57:46.708Z Compiling md-5 v0.10.6
14472024-12-18T20:57:46.975Z Compiling rustls-pemfile v2.2.0
14482024-12-18T20:57:47.000Z Compiling async-stream-impl v0.3.6
14492024-12-18T20:57:47.110Z Compiling num-integer v0.1.46
14502024-12-18T20:57:47.151Z Compiling idna v0.4.0
14512024-12-18T20:57:47.272Z Compiling idna v0.3.0
14522024-12-18T20:57:47.302Z Compiling hash32 v0.2.1
14532024-12-18T20:57:47.667Z Compiling ff v0.13.0
14542024-12-18T20:57:47.882Z Compiling is-terminal v0.4.13
14552024-12-18T20:57:47.882Z Compiling object v0.36.5
14562024-12-18T20:57:48.013Z Compiling dropshot v0.12.0
14572024-12-18T20:57:48.294Z Compiling psl-types v2.0.11
14582024-12-18T20:57:48.363Z Compiling anyhow v1.0.93
14592024-12-18T20:57:48.496Z Compiling num-bigint-dig v0.8.4
14602024-12-18T20:57:48.776Z Compiling quick-error v1.2.3
14612024-12-18T20:57:48.802Z Compiling take_mut v0.2.2
14622024-12-18T20:57:48.912Z Compiling linked-hash-map v0.5.6
14632024-12-18T20:57:48.930Z Compiling portable-atomic v1.9.0
14642024-12-18T20:57:48.958Z Compiling base16ct v0.2.0
14652024-12-18T20:57:48.978Z Compiling rustc-demangle v0.1.24
14662024-12-18T20:57:49.308Z Compiling smoltcp v0.9.1
14672024-12-18T20:57:49.311Z Compiling utf-8 v0.7.6
14682024-12-18T20:57:49.646Z Compiling dyn-clone v1.0.17
14692024-12-18T20:57:49.874Z Compiling fallible-iterator v0.2.0
14702024-12-18T20:57:50.068Z Compiling tungstenite v0.24.0
14712024-12-18T20:57:50.136Z Compiling lru-cache v0.1.2
14722024-12-18T20:57:50.333Z Compiling sec1 v0.7.3
14732024-12-18T20:57:50.581Z Compiling postgres-protocol v0.6.7
14742024-12-18T20:57:51.877Z Compiling resolv-conf v0.7.0
14752024-12-18T20:57:51.964Z Compiling publicsuffix v2.2.3
14762024-12-18T20:57:52.222Z Compiling async-stream v0.3.6
14772024-12-18T20:57:52.475Z Compiling hickory-proto v0.24.1
14782024-12-18T20:57:52.515Z Compiling slog-term v2.9.1
14792024-12-18T20:57:52.534Z Compiling usdt v0.5.0
14802024-12-18T20:57:52.675Z Compiling group v0.13.0
14812024-12-18T20:57:53.003Z Compiling num-iter v0.1.45
14822024-12-18T20:57:53.194Z Compiling futures v0.3.31
14832024-12-18T20:57:53.314Z Compiling toml v0.8.19
14842024-12-18T20:57:53.825Z Compiling slog-bunyan v2.5.0
14852024-12-18T20:57:55.087Z Compiling camino v1.1.9
14862024-12-18T20:57:55.293Z Compiling backtrace v0.3.74
14872024-12-18T20:57:55.882Z Compiling tokio-native-tls v0.3.1
14882024-12-18T20:57:56.068Z Compiling phf_shared v0.11.2
14892024-12-18T20:57:56.091Z Compiling dropshot_endpoint v0.12.0
14902024-12-18T20:57:56.151Z Compiling terminal_size v0.4.0
14912024-12-18T20:57:56.169Z Compiling waitgroup v0.1.2
14922024-12-18T20:57:56.364Z Compiling openapiv3 v2.0.0
14932024-12-18T20:57:56.388Z Compiling serde_path_to_error v0.1.16
14942024-12-18T20:57:56.448Z Compiling hkdf v0.12.4
14952024-12-18T20:57:56.710Z Compiling crypto-bigint v0.5.5
14962024-12-18T20:57:57.256Z Compiling webpki-roots v0.26.6
14972024-12-18T20:57:57.472Z Compiling zerocopy-derive v0.6.6
14982024-12-18T20:57:58.952Z Compiling curve25519-dalek-derive v0.1.1
14992024-12-18T20:57:59.589Z Compiling hubpack_derive v0.1.1
15002024-12-18T20:57:59.768Z Compiling idna v0.5.0
15012024-12-18T20:58:00.483Z Compiling hostname v0.4.0
15022024-12-18T20:58:00.514Z Compiling fs-err v2.11.0
15032024-12-18T20:58:00.722Z Compiling crc32fast v1.4.2
15042024-12-18T20:58:00.741Z Compiling ahash v0.8.11
15052024-12-18T20:58:00.773Z Compiling winnow v0.5.40
15062024-12-18T20:58:00.795Z Compiling managed v0.8.0
15072024-12-18T20:58:01.043Z Compiling debug-ignore v1.0.5
15082024-12-18T20:58:01.078Z Compiling bitflags v1.3.2
15092024-12-18T20:58:01.178Z Compiling strum_macros v0.25.3
15102024-12-18T20:58:01.196Z Compiling console v0.15.8
15112024-12-18T20:58:01.435Z Compiling clap_builder v4.5.21
15122024-12-18T20:58:02.807Z Compiling flate2 v1.0.34
15132024-12-18T20:58:02.891Z Compiling cookie_store v0.21.0
15142024-12-18T20:58:02.970Z Compiling hubpack v0.1.2
15152024-12-18T20:58:03.428Z Compiling zerocopy v0.6.6
15162024-12-18T20:58:03.776Z Compiling elliptic-curve v0.13.8
15172024-12-18T20:58:04.349Z Compiling toml_edit v0.19.15
15182024-12-18T20:58:04.507Z Compiling hickory-resolver v0.24.1
15192024-12-18T20:58:04.635Z Compiling phf v0.11.2
15202024-12-18T20:58:04.666Z Compiling hyper-tls v0.6.0
15212024-12-18T20:58:05.085Z Compiling signal-hook-mio v0.2.4
15222024-12-18T20:58:05.249Z Compiling rayon v1.10.0
15232024-12-18T20:58:05.305Z Compiling bzip2 v0.4.4
15242024-12-18T20:58:05.775Z Compiling postgres-types v0.2.8
15252024-12-18T20:58:07.303Z Compiling tokio-tungstenite v0.24.0
15262024-12-18T20:58:09.200Z Compiling ed25519 v2.2.3
15272024-12-18T20:58:10.083Z Compiling phf_shared v0.10.0
15282024-12-18T20:58:10.498Z Compiling tokio-stream v0.1.16
15292024-12-18T20:58:10.888Z Compiling pkcs1 v0.7.5
15302024-12-18T20:58:11.065Z Compiling serde-big-array v0.5.1
15312024-12-18T20:58:11.267Z Compiling clap_derive v4.5.18
15322024-12-18T20:58:11.301Z Compiling rfc6979 v0.4.0
15332024-12-18T20:58:11.493Z Compiling serde_repr v0.1.19
15342024-12-18T20:58:11.536Z Compiling derive-where v1.2.7
15352024-12-18T20:58:11.594Z Compiling float-cmp v0.9.0
15362024-12-18T20:58:11.816Z Compiling bstr v1.10.0
15372024-12-18T20:58:11.857Z Compiling sync_wrapper v1.0.1
15382024-12-18T20:58:12.012Z Compiling normalize-line-endings v0.3.0
15392024-12-18T20:58:12.142Z Compiling precomputed-hash v0.1.1
15402024-12-18T20:58:12.259Z Compiling fixedbitset v0.4.2
15412024-12-18T20:58:12.297Z Compiling static_assertions v1.1.0
15422024-12-18T20:58:12.426Z Compiling bit-vec v0.6.3
15432024-12-18T20:58:12.658Z Compiling new_debug_unreachable v1.0.6
15442024-12-18T20:58:12.707Z Compiling difflib v0.4.0
15452024-12-18T20:58:12.754Z Compiling predicates-core v1.0.8
15462024-12-18T20:58:12.896Z Compiling number_prefix v0.4.0
15472024-12-18T20:58:13.115Z Compiling whoami v1.5.2
15482024-12-18T20:58:13.117Z Compiling unicode-segmentation v1.12.0
15492024-12-18T20:58:13.520Z Compiling unicode-width v0.2.0
15502024-12-18T20:58:13.749Z Compiling tokio-postgres v0.7.12
15512024-12-18T20:58:13.958Z Compiling similar v2.6.0
15522024-12-18T20:58:14.048Z Compiling indicatif v0.17.9
15532024-12-18T20:58:14.305Z Compiling predicates v3.1.2
15542024-12-18T20:58:15.226Z Compiling bit-set v0.5.3
15552024-12-18T20:58:15.520Z Compiling string_cache v0.8.7
15562024-12-18T20:58:15.980Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243)
15572024-12-18T20:58:16.028Z Compiling petgraph v0.6.5
15582024-12-18T20:58:16.293Z Compiling ecdsa v0.16.9
15592024-12-18T20:58:16.310Z Compiling rsa v0.9.6
15602024-12-18T20:58:16.351Z Compiling clap v4.5.21
15612024-12-18T20:58:16.474Z Compiling ed25519-dalek v2.1.1
15622024-12-18T20:58:17.132Z Compiling toml v0.7.8
15632024-12-18T20:58:17.792Z Compiling zip v0.6.6
15642024-12-18T20:58:18.855Z Compiling crossterm v0.28.1
15652024-12-18T20:58:20.082Z Compiling hex v0.4.3
15662024-12-18T20:58:20.100Z Compiling x509-cert v0.2.5
15672024-12-18T20:58:20.218Z Compiling unicode-xid v0.2.6
15682024-12-18T20:58:20.268Z Compiling peg-runtime v0.8.3
15692024-12-18T20:58:20.385Z Compiling lalrpop-util v0.19.12
15702024-12-18T20:58:20.660Z Compiling strum_macros v0.26.4
15712024-12-18T20:58:20.747Z Compiling xattr v1.3.1
15722024-12-18T20:58:20.959Z Compiling filetime v0.2.25
15732024-12-18T20:58:21.266Z Compiling tar v0.4.42
15742024-12-18T20:58:25.744Z Compiling strum v0.26.3
15752024-12-18T20:58:28.810Z Compiling aws-lc-sys v0.22.0
15762024-12-18T20:59:04.447Z Compiling rustls-webpki v0.102.8
15772024-12-18T20:59:07.729Z Compiling tokio-rustls v0.25.0
15782024-12-18T20:59:09.431Z Compiling tokio-rustls v0.26.0
15792024-12-18T20:59:09.818Z Compiling hyper-rustls v0.27.3
15802024-12-18T20:59:10.128Z Compiling reqwest v0.12.9
15812024-12-18T20:59:11.179Z Compiling qorb v0.2.1
15822024-12-18T20:59:16.026Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15832024-12-18T20:59:16.250Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15842024-12-18T20:59:21.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
15852024-12-18T20:59:22.155Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15862024-12-18T20:59:22.198ZDec 18 20:59:21.141 INFO Starting download, target: Console
15872024-12-18T20:59:22.198ZDec 18 20:59:21.141 INFO Starting download, target: DendriteStub
15882024-12-18T20:59:22.198ZDec 18 20:59:21.141 INFO Starting download, target: DendriteOpenapi
15892024-12-18T20:59:22.200ZDec 18 20:59:21.141 INFO Starting download, target: Clickhouse
15902024-12-18T20:59:22.201ZDec 18 20:59:21.141 INFO Starting download, target: Cockroach
15912024-12-18T20:59:22.201ZDec 18 20:59:21.141 INFO Starting download, target: MaghemiteMgd
15922024-12-18T20:59:22.201ZDec 18 20:59:21.141 INFO Starting download, target: TransceiverControl
15932024-12-18T20:59:22.201ZDec 18 20:59:21.142 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15942024-12-18T20:59:22.201ZDec 18 20:59:21.142 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15952024-12-18T20:59:22.201ZDec 18 20:59:21.142 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15962024-12-18T20:59:22.201ZDec 18 20:59:21.142 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15972024-12-18T20:59:22.201ZDec 18 20:59:21.142 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15982024-12-18T20:59:22.201ZDec 18 20:59:21.142 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15992024-12-18T20:59:22.201ZDec 18 20:59:21.142 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16002024-12-18T20:59:22.386ZDec 18 20:59:21.329 INFO Download complete, target: DendriteOpenapi
16012024-12-18T20:59:22.556ZDec 18 20:59:21.494 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16022024-12-18T20:59:22.757ZDec 18 20:59:21.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16032024-12-18T20:59:23.075ZDec 18 20:59:22.014 INFO Download complete, target: Console
16042024-12-18T20:59:23.113ZDec 18 20:59:22.054 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16052024-12-18T20:59:23.209ZDec 18 20:59:22.148 INFO Download complete, target: TransceiverControl
16062024-12-18T20:59:23.261ZDec 18 20:59:22.202 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16072024-12-18T20:59:23.790ZDec 18 20:59:22.732 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16082024-12-18T20:59:23.790ZDec 18 20:59:22.732 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16092024-12-18T20:59:24.327ZDec 18 20:59:23.270 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16102024-12-18T20:59:26.035ZDec 18 20:59:24.977 INFO Download complete, target: DendriteStub
16112024-12-18T20:59:26.150ZDec 18 20:59:25.092 INFO Download complete, target: MaghemiteMgd
16122024-12-18T20:59:31.060ZDec 18 20:59:30.001 INFO Checking that binary works, target: Cockroach
16132024-12-18T20:59:31.224ZDec 18 20:59:30.164 INFO Download complete, target: Cockroach
16142024-12-18T20:59:36.446ZDec 18 20:59:35.386 INFO Checking that binary works, target: Clickhouse
16152024-12-18T20:59:37.158ZDec 18 20:59:36.098 INFO Download complete, target: Clickhouse
16162024-12-18T20:59:37.165ZAll prerequisites installed successfully
16172024-12-18T20:59:37.169Z
16182024-12-18T20:59:37.169Zreal 4:52.562741721
16192024-12-18T20:59:37.169Zuser 16:12.697619223
16202024-12-18T20:59:37.169Zsys 3:07.009026440
16212024-12-18T20:59:37.169Ztrap 0.483748355
16222024-12-18T20:59:37.169Ztflt 7.673943468
16232024-12-18T20:59:37.169Zdflt 7.361577633
16242024-12-18T20:59:37.169Zkflt 0.434557260
16252024-12-18T20:59:37.169Zlock 32:36.052623497
16262024-12-18T20:59:37.169Zslp 1:02:08.188938332
16272024-12-18T20:59:37.169Zlat 50.170741225
16282024-12-18T20:59:37.169Zstop 1:59.300510475
16292024-12-18T20:59:37.169Z+ source ./tools/include/force-git-over-https.sh
16302024-12-18T20:59:37.169Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16312024-12-18T20:59:37.169Z++ (( i = 0 ))
16322024-12-18T20:59:37.169Z++ (( i < 5 ))
16332024-12-18T20:59:37.169Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16342024-12-18T20:59:37.172Z++ (( i++ ))
16352024-12-18T20:59:37.172Z++ (( i < 5 ))
16362024-12-18T20:59:37.172Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16372024-12-18T20:59:37.175Z++ (( i++ ))
16382024-12-18T20:59:37.175Z++ (( i < 5 ))
16392024-12-18T20:59:37.175Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16402024-12-18T20:59:37.178Z++ (( i++ ))
16412024-12-18T20:59:37.178Z++ (( i < 5 ))
16422024-12-18T20:59:37.178Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16432024-12-18T20:59:37.180Z++ (( i++ ))
16442024-12-18T20:59:37.180Z++ (( i < 5 ))
16452024-12-18T20:59:37.180Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16462024-12-18T20:59:37.183Z++ (( i++ ))
16472024-12-18T20:59:37.183Z++ (( i < 5 ))
16482024-12-18T20:59:37.183Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-18T20:59:37.183Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16502024-12-18T20:59:37.183Z+ rc=0
16512024-12-18T20:59:37.183Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16522024-12-18T21:00:06.412Z+ case $rc in
16532024-12-18T21:00:06.412Z+ pfexec zfs create -p rpool/images/build/host
16542024-12-18T21:00:06.611Z+ pfexec zfs create -p rpool/images/build/recovery
16552024-12-18T21:00:06.721Z+ cargo xtask releng --output-dir /work
16562024-12-18T21:00:07.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16572024-12-18T21:00:07.255Z Running `target/debug/xtask releng --output-dir /work`
16582024-12-18T21:00:08.138Z Compiling proc-macro2 v1.0.89
16592024-12-18T21:00:08.138Z Compiling unicode-ident v1.0.13
16602024-12-18T21:00:08.138Z Compiling libc v0.2.162
16612024-12-18T21:00:08.138Z Compiling serde v1.0.215
16622024-12-18T21:00:08.155Z Compiling autocfg v1.4.0
16632024-12-18T21:00:08.155Z Compiling version_check v0.9.5
16642024-12-18T21:00:08.156Z Compiling cfg-if v1.0.0
16652024-12-18T21:00:08.431Z Compiling memchr v2.7.4
16662024-12-18T21:00:08.436Z Compiling typenum v1.17.0
16672024-12-18T21:00:08.469Z Compiling shlex v1.3.0
16682024-12-18T21:00:08.960Z Compiling generic-array v0.14.7
16692024-12-18T21:00:09.008Z Compiling value-bag v1.9.0
16702024-12-18T21:00:09.205Z Compiling lock_api v0.4.12
16712024-12-18T21:00:09.297Z Compiling scopeguard v1.2.0
16722024-12-18T21:00:09.482Z Compiling log v0.4.22
16732024-12-18T21:00:09.641Z Compiling rustix v0.38.37
16742024-12-18T21:00:09.831Z Compiling parking_lot_core v0.9.10
16752024-12-18T21:00:10.189Z Compiling quote v1.0.37
16762024-12-18T21:00:10.237Z Compiling serde_json v1.0.132
16772024-12-18T21:00:10.281Z Compiling jobserver v0.1.32
16782024-12-18T21:00:10.316Z Compiling getrandom v0.2.15
16792024-12-18T21:00:10.559Z Compiling syn v2.0.87
16802024-12-18T21:00:10.664Z Compiling cc v1.1.30
16812024-12-18T21:00:10.717Z Compiling libm v0.2.8
16822024-12-18T21:00:10.802Z Compiling num-traits v0.2.19
16832024-12-18T21:00:10.832Z Compiling once_cell v1.20.2
16842024-12-18T21:00:10.853Z Compiling thiserror v1.0.69
16852024-12-18T21:00:11.022Z Compiling spin v0.9.8
16862024-12-18T21:00:11.046Z Compiling itoa v1.0.11
16872024-12-18T21:00:11.082Z Compiling aho-corasick v1.1.3
16882024-12-18T21:00:11.277Z Compiling regex-syntax v0.8.5
16892024-12-18T21:00:11.377Z Compiling slab v0.4.9
16902024-12-18T21:00:11.546Z Compiling errno v0.3.9
16912024-12-18T21:00:11.850Z Compiling byteorder v1.5.0
16922024-12-18T21:00:12.134Z Compiling lazy_static v1.5.0
16932024-12-18T21:00:12.310Z Compiling rand_core v0.6.4
16942024-12-18T21:00:12.381Z Compiling either v1.13.0
16952024-12-18T21:00:12.763Z Compiling glob v0.3.1
16962024-12-18T21:00:12.902Z Compiling subtle v2.6.1
16972024-12-18T21:00:13.128Z Compiling prettyplease v0.2.25
16982024-12-18T21:00:13.474Z Compiling minimal-lexical v0.2.1
16992024-12-18T21:00:13.568Z Compiling clang-sys v1.8.1
17002024-12-18T21:00:13.668Z Compiling libloading v0.8.5
17012024-12-18T21:00:13.961Z Compiling nom v7.1.3
17022024-12-18T21:00:14.123Z Compiling bindgen v0.69.5
17032024-12-18T21:00:14.241Z Compiling home v0.5.9
17042024-12-18T21:00:14.636Z Compiling itertools v0.10.5
17052024-12-18T21:00:14.897Z Compiling rustc-hash v1.1.0
17062024-12-18T21:00:15.045Z Compiling regex-automata v0.4.8
17072024-12-18T21:00:15.086Z Compiling lazycell v1.3.0
17082024-12-18T21:00:16.112Z Compiling cmake v0.1.51
17092024-12-18T21:00:17.054Z Compiling dunce v1.0.5
17102024-12-18T21:00:17.181Z Compiling semver v1.0.23
17112024-12-18T21:00:17.367Z Compiling pkg-config v0.3.31
17122024-12-18T21:00:17.441Z Compiling cexpr v0.6.0
17132024-12-18T21:00:17.447Z Compiling smallvec v1.13.2
17142024-12-18T21:00:17.619Z Compiling fs_extra v1.3.0
17152024-12-18T21:00:17.715Z Compiling ring v0.17.8
17162024-12-18T21:00:18.253Z Compiling paste v1.0.15
17172024-12-18T21:00:18.299Z Compiling synstructure v0.13.1
17182024-12-18T21:00:18.738Z Compiling ryu v1.0.18
17192024-12-18T21:00:19.060Z Compiling aws-lc-rs v1.10.0
17202024-12-18T21:00:19.064Z Compiling const-oid v0.9.6
17212024-12-18T21:00:19.500Z Compiling httparse v1.9.5
17222024-12-18T21:00:19.965Z Compiling pin-project-lite v0.2.14
17232024-12-18T21:00:20.138Z Compiling heck v0.5.0
17242024-12-18T21:00:20.676Z Compiling regex v1.11.1
17252024-12-18T21:00:20.810Z Compiling allocator-api2 v0.2.18
17262024-12-18T21:00:21.372Z Compiling futures-core v0.3.31
17272024-12-18T21:00:21.775Z Compiling signal-hook-registry v1.4.2
17282024-12-18T21:00:21.853Z Compiling time-core v0.1.2
17292024-12-18T21:00:22.106Z Compiling num-conv v0.1.0
17302024-12-18T21:00:22.478Z Compiling crossbeam-utils v0.8.20
17312024-12-18T21:00:22.657Z Compiling time-macros v0.2.18
17322024-12-18T21:00:22.872Z Compiling parking_lot v0.12.3
17332024-12-18T21:00:23.109Z Compiling mio v1.0.2
17342024-12-18T21:00:23.229Z Compiling vcpkg v0.2.15
17352024-12-18T21:00:23.510Z Compiling fnv v1.0.7
17362024-12-18T21:00:23.663Z Compiling schemars v0.8.21
17372024-12-18T21:00:24.168Z Compiling serde_derive v1.0.215
17382024-12-18T21:00:24.366Z Compiling zeroize_derive v1.4.2
17392024-12-18T21:00:24.792Z Compiling zerocopy-derive v0.7.35
17402024-12-18T21:00:24.913Z Compiling tokio-macros v2.4.0
17412024-12-18T21:00:25.088Z Compiling thiserror-impl v1.0.69
17422024-12-18T21:00:25.161Z Compiling zerofrom-derive v0.1.4
17432024-12-18T21:00:25.916Z Compiling yoke-derive v0.7.4
17442024-12-18T21:00:25.964Z Compiling zeroize v1.8.1
17452024-12-18T21:00:26.534Z Compiling futures-macro v0.3.31
17462024-12-18T21:00:26.605Z Compiling zerovec-derive v0.10.3
17472024-12-18T21:00:27.016Z Compiling displaydoc v0.2.5
17482024-12-18T21:00:28.217Z Compiling zerocopy v0.7.35
17492024-12-18T21:00:28.520Z Compiling crypto-common v0.1.6
17502024-12-18T21:00:28.749Z Compiling icu_provider_macros v1.5.0
17512024-12-18T21:00:28.776Z Compiling tracing-attributes v0.1.27
17522024-12-18T21:00:28.780Z Compiling block-buffer v0.10.4
17532024-12-18T21:00:29.130Z Compiling digest v0.10.7
17542024-12-18T21:00:29.269Z Compiling der_derive v0.7.3
17552024-12-18T21:00:29.632Z Compiling openssl-sys v0.9.103
17562024-12-18T21:00:30.714Z Compiling serde_derive_internals v0.29.1
17572024-12-18T21:00:31.435Z Compiling socket2 v0.5.8
17582024-12-18T21:00:31.591Z Compiling ahash v0.8.11
17592024-12-18T21:00:33.235Z Compiling equivalent v1.0.1
17602024-12-18T21:00:33.360Z Compiling foldhash v0.1.3
17612024-12-18T21:00:33.432Z Compiling schemars_derive v0.8.21
17622024-12-18T21:00:33.435Z Compiling futures-sink v0.3.31
17632024-12-18T21:00:33.678Z Compiling cpufeatures v0.2.14
17642024-12-18T21:00:33.771Z Compiling hashbrown v0.15.1
17652024-12-18T21:00:33.836Z Compiling stable_deref_trait v1.2.0
17662024-12-18T21:00:34.097Z Compiling slog v2.7.0
17672024-12-18T21:00:35.152Z Compiling futures-channel v0.3.31
17682024-12-18T21:00:35.467Z Compiling zerofrom v0.1.4
17692024-12-18T21:00:35.624Z Compiling scroll_derive v0.12.0
17702024-12-18T21:00:35.628Z Compiling openssl v0.10.66
17712024-12-18T21:00:35.784Z Compiling futures-task v0.3.31
17722024-12-18T21:00:35.877Z Compiling ucd-trie v0.1.7
17732024-12-18T21:00:36.072Z Compiling pin-utils v0.1.0
17742024-12-18T21:00:36.187Z Compiling futures-io v0.3.31
17752024-12-18T21:00:36.241Z Compiling pest v2.7.14
17762024-12-18T21:00:36.246Z Compiling yoke v0.7.4
17772024-12-18T21:00:36.420Z Compiling futures-util v0.3.31
17782024-12-18T21:00:36.764Z Compiling hmac v0.12.1
17792024-12-18T21:00:37.241Z Compiling tinyvec_macros v0.1.1
17802024-12-18T21:00:37.301Z Compiling zerovec v0.10.4
17812024-12-18T21:00:37.408Z Compiling tinyvec v1.8.0
17822024-12-18T21:00:38.433Z Compiling bitflags v2.6.0
17832024-12-18T21:00:39.115Z Compiling bytes v1.8.0
17842024-12-18T21:00:40.592Z Compiling tokio v1.40.0
17852024-12-18T21:00:41.588Z Compiling indexmap v2.6.0
17862024-12-18T21:00:41.638Z Compiling serde_tokenstream v0.2.2
17872024-12-18T21:00:42.956Z Compiling http v1.1.0
17882024-12-18T21:00:43.922Z Compiling which v4.4.2
17892024-12-18T21:00:44.180Z Compiling rustc_version v0.4.1
17902024-12-18T21:00:44.877Z Compiling pest_meta v2.7.14
17912024-12-18T21:00:44.962Z Compiling uuid v1.11.0
17922024-12-18T21:00:49.125Z Compiling block-padding v0.3.3
17932024-12-18T21:00:49.459Z Compiling openssl-macros v0.1.1
17942024-12-18T21:00:49.459Z Compiling iana-time-zone v0.1.61
17952024-12-18T21:00:49.459Z Compiling native-tls v0.2.12
17962024-12-18T21:00:49.459Z Compiling rustls v0.23.19
17972024-12-18T21:00:49.594Z Compiling pest_generator v2.7.14
17982024-12-18T21:00:49.594Z Compiling chrono v0.4.38
17992024-12-18T21:00:49.594Z Compiling inout v0.1.3
18002024-12-18T21:00:49.594Z Compiling unicode-normalization v0.1.24
18012024-12-18T21:00:49.603Z Compiling cipher v0.4.4
18022024-12-18T21:00:49.603Z Compiling pest_derive v2.7.14
18032024-12-18T21:00:49.682Z Compiling tinystr v0.7.6
18042024-12-18T21:00:50.265Z Compiling sha2 v0.10.8
18052024-12-18T21:00:50.588Z Compiling async-trait v0.1.83
18062024-12-18T21:00:50.836Z Compiling usdt-impl v0.5.0
18072024-12-18T21:00:51.198Z Compiling cookie v0.18.1
18082024-12-18T21:00:51.283Z Compiling unicode-bidi v0.3.17
18092024-12-18T21:00:51.609Z Compiling litemap v0.7.3
18102024-12-18T21:00:57.141Z Compiling base64ct v1.6.0
18112024-12-18T21:00:57.227Z Compiling writeable v0.5.5
18122024-12-18T21:00:57.232Z Compiling pem-rfc7468 v0.7.0
18132024-12-18T21:00:57.232Z Compiling icu_locid v1.5.0
18142024-12-18T21:00:57.232Z Compiling scroll v0.12.0
18152024-12-18T21:00:57.232Z Compiling ppv-lite86 v0.2.20
18162024-12-18T21:00:57.232Z Compiling tracing-core v0.1.32
18172024-12-18T21:00:57.232Z Compiling percent-encoding v2.3.1
18182024-12-18T21:00:57.232Z Compiling flagset v0.4.6
18192024-12-18T21:00:57.275Z Compiling rustls-pki-types v1.10.0
18202024-12-18T21:00:58.667Z Compiling aws-lc-sys v0.22.0
18212024-12-18T21:00:58.764Z Compiling syn v1.0.109
18222024-12-18T21:00:59.050Z Compiling plain v0.2.3
18232024-12-18T21:00:59.214Z Compiling camino v1.1.9
18242024-12-18T21:00:59.377Z Compiling untrusted v0.7.1
18252024-12-18T21:00:59.568Z Compiling dyn-clone v1.0.17
18262024-12-18T21:00:59.883Z Compiling goblin v0.8.2
18272024-12-18T21:01:02.145Z Compiling tracing v0.1.40
18282024-12-18T21:01:03.036Z Compiling der v0.7.9
18292024-12-18T21:01:03.215Z Compiling rand_chacha v0.3.1
18302024-12-18T21:01:04.179Z Compiling icu_provider v1.5.0
18312024-12-18T21:01:05.591Z Compiling tokio-util v0.7.12
18322024-12-18T21:01:06.524Z Compiling powerfmt v0.2.0
18332024-12-18T21:01:07.289Z Compiling mirai-annotations v1.12.0
18342024-12-18T21:01:07.493Z Compiling rayon-core v1.12.1
18352024-12-18T21:01:07.541Z Compiling pretty-hex v0.4.1
18362024-12-18T21:01:07.767Z Compiling rustls v0.22.4
18372024-12-18T21:01:07.815Z Compiling untrusted v0.9.0
18382024-12-18T21:01:07.884Z Compiling icu_locid_transform_data v1.5.0
18392024-12-18T21:01:08.075Z Compiling icu_locid_transform v1.5.0
18402024-12-18T21:01:08.218Z Compiling dof v0.3.0
18412024-12-18T21:01:09.348Z Compiling deranged v0.3.11
18422024-12-18T21:01:10.227Z Compiling spki v0.7.3
18432024-12-18T21:01:10.596Z Compiling rand v0.8.5
18442024-12-18T21:01:11.926Z Compiling dtrace-parser v0.2.0
18452024-12-18T21:01:12.393Z Compiling salsa20 v0.10.2
18462024-12-18T21:01:12.553Z Compiling icu_collections v1.5.0
18472024-12-18T21:01:13.902Z Compiling pbkdf2 v0.12.2
18482024-12-18T21:01:14.200Z Compiling bzip2-sys v0.1.11+1.0.8
18492024-12-18T21:01:14.809Z Compiling thread-id v4.2.2
18502024-12-18T21:01:15.617Z Compiling icu_properties_data v1.5.0
18512024-12-18T21:01:16.224Z Compiling num_threads v0.1.7
18522024-12-18T21:01:16.256Z Compiling atomic-waker v1.1.2
18532024-12-18T21:01:16.452Z Compiling icu_properties v1.5.1
18542024-12-18T21:01:16.495Z Compiling time v0.3.36
18552024-12-18T21:01:21.785Z Compiling scrypt v0.11.0
18562024-12-18T21:01:22.089Z Compiling form_urlencoded v1.2.1
18572024-12-18T21:01:22.360Z Compiling cbc v0.1.2
18582024-12-18T21:01:22.584Z Compiling aes v0.8.4
18592024-12-18T21:01:22.637Z Compiling http-body v1.0.1
18602024-12-18T21:01:23.160Z Compiling multer v3.1.0
18612024-12-18T21:01:23.184Z Compiling utf8_iter v1.0.4
18622024-12-18T21:01:23.574Z Compiling write16 v1.0.0
18632024-12-18T21:01:23.753Z Compiling try-lock v0.2.5
18642024-12-18T21:01:23.777Z Compiling slog-async v2.8.0
18652024-12-18T21:01:23.945Z Compiling icu_normalizer_data v1.5.0
18662024-12-18T21:01:24.230Z Compiling utf16_iter v1.0.5
18672024-12-18T21:01:24.454Z Compiling icu_normalizer v1.5.0
18682024-12-18T21:01:24.606Z Compiling want v0.3.1
18692024-12-18T21:01:24.925Z Compiling pkcs5 v0.7.1
18702024-12-18T21:01:28.471Z Compiling h2 v0.4.6
18712024-12-18T21:01:30.020Z Compiling heapless v0.7.17
18722024-12-18T21:01:30.532Z Compiling zerocopy-derive v0.6.6
18732024-12-18T21:01:30.701Z Compiling base64 v0.22.1
18742024-12-18T21:01:31.320Z Compiling anyhow v1.0.93
18752024-12-18T21:01:32.016Z Compiling signal-hook v0.3.17
18762024-12-18T21:01:32.061Z Compiling num-bigint-dig v0.8.4
18772024-12-18T21:01:32.359Z Compiling httpdate v1.0.3
18782024-12-18T21:01:33.977Z Compiling idna_adapter v1.2.0
18792024-12-18T21:01:34.285Z Compiling pkcs8 v0.10.2
18802024-12-18T21:01:34.972Z Compiling usdt-macro v0.5.0
18812024-12-18T21:01:35.100Z Compiling usdt-attr-macro v0.5.0
18822024-12-18T21:01:36.966Z Compiling hyper v1.5.0
18832024-12-18T21:01:37.182Z Compiling async-stream-impl v0.3.6
18842024-12-18T21:01:37.804Z Compiling tower-service v0.3.3
18852024-12-18T21:01:38.427Z Compiling strsim v0.11.1
18862024-12-18T21:01:38.508Z Compiling rustversion v1.0.17
18872024-12-18T21:01:39.948Z Compiling idna v1.0.3
18882024-12-18T21:01:40.740Z Compiling hyper-util v0.1.10
18892024-12-18T21:01:47.640Z Compiling curve25519-dalek v4.1.3
18902024-12-18T21:01:47.881Z Compiling openapiv3 v2.0.0
18912024-12-18T21:01:47.952Z Compiling toml_datetime v0.6.8
18922024-12-18T21:01:48.020Z Compiling serde_spanned v0.6.8
18932024-12-18T21:01:48.258Z Compiling enum-as-inner v0.6.1
18942024-12-18T21:01:48.452Z Compiling dropshot v0.12.0
18952024-12-18T21:01:49.123Z Compiling match_cfg v0.1.0
18962024-12-18T21:01:49.263Z Compiling smoltcp v0.9.1
18972024-12-18T21:01:49.456Z Compiling foreign-types-shared v0.1.1
18982024-12-18T21:01:49.715Z Compiling adler2 v2.0.0
18992024-12-18T21:01:49.948Z Compiling portable-atomic v1.9.0
19002024-12-18T21:01:49.981Z Compiling heck v0.4.1
19012024-12-18T21:01:50.611Z Compiling foreign-types v0.3.2
19022024-12-18T21:01:50.745Z Compiling miniz_oxide v0.8.0
19032024-12-18T21:01:50.921Z Compiling hostname v0.3.1
19042024-12-18T21:01:52.537Z Compiling url v2.5.3
19052024-12-18T21:02:00.533Z Compiling http-body-util v0.1.2
19062024-12-18T21:02:00.596Z Compiling clap_derive v4.5.18
19072024-12-18T21:02:01.167Z Compiling dirs-sys-next v0.1.2
19082024-12-18T21:02:01.815Z Compiling encoding_rs v0.8.34
19092024-12-18T21:02:03.473Z Compiling mime v0.3.17
19102024-12-18T21:02:04.543Z Compiling siphasher v0.3.11
19112024-12-18T21:02:04.981Z Compiling data-encoding v2.6.0
19122024-12-18T21:02:06.921Z Compiling dirs-next v2.0.0
19132024-12-18T21:02:13.135Z Compiling hubpack_derive v0.1.1
19142024-12-18T21:02:13.256Z Compiling crossbeam-epoch v0.9.18
19152024-12-18T21:02:13.928Z Compiling serde_urlencoded v0.7.1
19162024-12-18T21:02:13.988Z Compiling hashbrown v0.14.5
19172024-12-18T21:02:14.501Z Compiling rustls-webpki v0.102.8
19182024-12-18T21:02:15.363Z Compiling rustls-pemfile v2.2.0
19192024-12-18T21:02:15.458Z Compiling dropshot_endpoint v0.12.0
19202024-12-18T21:02:16.406Z Compiling sha1 v0.10.6
19212024-12-18T21:02:16.481Z Compiling signature v2.2.0
19222024-12-18T21:02:16.707Z Compiling curve25519-dalek-derive v0.1.1
19232024-12-18T21:02:16.857Z Compiling thread_local v1.1.8
19242024-12-18T21:02:16.910Z Compiling fs-err v2.11.0
19252024-12-18T21:02:17.326Z Compiling winnow v0.6.20
19262024-12-18T21:02:18.073Z Compiling openssl-probe v0.1.5
19272024-12-18T21:02:18.382Z Compiling anstyle v1.0.10
19282024-12-18T21:02:18.833Z Compiling unicode-properties v0.1.3
19292024-12-18T21:02:19.232Z Compiling ipnet v2.10.1
19302024-12-18T21:02:19.595Z Compiling utf8parse v0.2.2
19312024-12-18T21:02:20.642Z Compiling gimli v0.31.1
19322024-12-18T21:02:21.415Z Compiling toml_edit v0.22.22
19332024-12-18T21:02:22.221Z Compiling anstyle-parse v0.2.5
19342024-12-18T21:02:22.347Z Compiling stringprep v0.1.5
19352024-12-18T21:02:24.453Z Compiling regress v0.10.1
19362024-12-18T21:02:25.591Z Compiling addr2line v0.24.2
19372024-12-18T21:02:26.230Z Compiling crossbeam-deque v0.8.5
19382024-12-18T21:02:26.549Z Compiling term v0.7.0
19392024-12-18T21:02:27.798Z Compiling slog-json v2.6.1
19402024-12-18T21:02:28.786Z Compiling crossbeam-channel v0.5.13
19412024-12-18T21:02:29.485Z Compiling idna v0.4.0
19422024-12-18T21:02:29.715Z Compiling idna v0.3.0
19432024-12-18T21:02:31.008Z Compiling futures-executor v0.3.31
19442024-12-18T21:02:31.133Z Compiling num-integer v0.1.46
19452024-12-18T21:02:31.472Z Compiling md-5 v0.10.6
19462024-12-18T21:02:31.722Z Compiling ff v0.13.0
19472024-12-18T21:02:31.860Z Compiling hash32 v0.2.1
19482024-12-18T21:02:31.880Z Compiling is-terminal v0.4.13
19492024-12-18T21:02:31.960Z Compiling memmap v0.7.0
19502024-12-18T21:02:32.020Z Compiling object v0.36.5
19512024-12-18T21:02:32.254Z Compiling quick-error v1.2.3
19522024-12-18T21:02:32.295Z Compiling is_terminal_polyfill v1.70.1
19532024-12-18T21:02:32.407Z Compiling base16ct v0.2.0
19542024-12-18T21:02:32.428Z Compiling linked-hash-map v0.5.6
19552024-12-18T21:02:32.693Z Compiling colorchoice v1.0.2
19562024-12-18T21:02:32.802Z Compiling psl-types v2.0.11
19572024-12-18T21:02:32.857Z Compiling utf-8 v0.7.6
19582024-12-18T21:02:33.155Z Compiling anstyle-query v1.1.1
19592024-12-18T21:02:33.225Z Compiling take_mut v0.2.2
19602024-12-18T21:02:33.313Z Compiling rustc-demangle v0.1.24
19612024-12-18T21:02:33.381Z Compiling fallible-iterator v0.2.0
19622024-12-18T21:02:34.114Z Compiling postgres-protocol v0.6.7
19632024-12-18T21:02:34.287Z Compiling anstream v0.6.15
19642024-12-18T21:02:34.949Z Compiling publicsuffix v2.2.3
19652024-12-18T21:02:35.193Z Compiling tungstenite v0.24.0
19662024-12-18T21:02:35.318Z Compiling lru-cache v0.1.2
19672024-12-18T21:02:35.516Z Compiling sec1 v0.7.3
19682024-12-18T21:02:35.536Z Compiling resolv-conf v0.7.0
19692024-12-18T21:02:36.190Z Compiling usdt v0.5.0
19702024-12-18T21:02:36.417Z Compiling slog-term v2.9.1
19712024-12-18T21:02:36.665Z Compiling group v0.13.0
19722024-12-18T21:02:36.989Z Compiling num-iter v0.1.45
19732024-12-18T21:02:37.183Z Compiling futures v0.3.31
19742024-12-18T21:02:37.454Z Compiling hickory-proto v0.24.1
19752024-12-18T21:02:37.524Z Compiling tokio-rustls v0.26.0
19762024-12-18T21:02:39.318Z Compiling backtrace v0.3.74
19772024-12-18T21:02:39.778Z Compiling typify-impl v0.2.0
19782024-12-18T21:02:39.797Z Compiling slog-bunyan v2.5.0
19792024-12-18T21:02:39.924Z Compiling tokio-rustls v0.25.0
19802024-12-18T21:02:39.992Z Compiling toml v0.8.19
19812024-12-18T21:02:40.340Z Compiling tokio-native-tls v0.3.1
19822024-12-18T21:02:40.614Z Compiling phf_shared v0.11.2
19832024-12-18T21:02:40.748Z Compiling strum_macros v0.25.3
19842024-12-18T21:02:41.281Z Compiling async-stream v0.3.6
19852024-12-18T21:02:41.560Z Compiling waitgroup v0.1.2
19862024-12-18T21:02:41.798Z Compiling webpki-roots v0.26.6
19872024-12-18T21:02:42.031Z Compiling idna v0.5.0
19882024-12-18T21:02:42.218Z Compiling terminal_size v0.4.0
19892024-12-18T21:02:42.438Z Compiling serde_path_to_error v0.1.16
19902024-12-18T21:02:43.457Z Compiling hkdf v0.12.4
19912024-12-18T21:02:43.698Z Compiling crypto-bigint v0.5.5
19922024-12-18T21:02:43.887Z Compiling serde_repr v0.1.19
19932024-12-18T21:02:44.306Z Compiling derive-where v1.2.7
19942024-12-18T21:02:45.109Z Compiling hostname v0.4.0
19952024-12-18T21:02:45.328Z Compiling crc32fast v1.4.2
19962024-12-18T21:02:46.023Z Compiling unicode-width v0.1.14
19972024-12-18T21:02:46.130Z Compiling winnow v0.5.40
19982024-12-18T21:02:46.895Z Compiling bitflags v1.3.2
19992024-12-18T21:02:47.362Z Compiling clap_lex v0.7.2
20002024-12-18T21:02:47.549Z Compiling debug-ignore v1.0.5
20012024-12-18T21:02:47.569Z Compiling managed v0.8.0
20022024-12-18T21:02:47.782Z Compiling clap_builder v4.5.21
20032024-12-18T21:02:49.231Z Compiling elliptic-curve v0.13.8
20042024-12-18T21:02:49.884Z Compiling toml_edit v0.19.15
20052024-12-18T21:02:50.015Z Compiling console v0.15.8
20062024-12-18T21:02:51.400Z Compiling typify-macro v0.2.0
20072024-12-18T21:02:51.420Z Compiling flate2 v1.0.34
20082024-12-18T21:02:52.362Z Compiling cookie_store v0.21.0
20092024-12-18T21:02:55.126Z Compiling hickory-resolver v0.24.1
20102024-12-18T21:02:56.678Z Compiling hyper-rustls v0.27.3
20112024-12-18T21:02:57.783Z Compiling phf v0.11.2
20122024-12-18T21:02:58.078Z Compiling hyper-tls v0.6.0
20132024-12-18T21:02:58.510Z Compiling signal-hook-mio v0.2.4
20142024-12-18T21:02:58.672Z Compiling rayon v1.10.0
20152024-12-18T21:02:58.691Z Compiling bzip2 v0.4.4
20162024-12-18T21:02:58.863Z Compiling tokio-tungstenite v0.24.0
20172024-12-18T21:02:59.058Z Compiling postgres-types v0.2.8
20182024-12-18T21:02:59.547Z Compiling ed25519 v2.2.3
20192024-12-18T21:02:59.906Z Compiling hubpack v0.1.2
20202024-12-18T21:02:59.976Z Compiling phf_shared v0.10.0
20212024-12-18T21:03:00.343Z Compiling pkcs1 v0.7.5
20222024-12-18T21:03:00.382Z Compiling zerocopy v0.6.6
20232024-12-18T21:03:00.408Z Compiling tokio-stream v0.1.16
20242024-12-18T21:03:01.434Z Compiling serde-big-array v0.5.1
20252024-12-18T21:03:01.475Z Compiling rfc6979 v0.4.0
20262024-12-18T21:03:01.569Z Compiling float-cmp v0.9.0
20272024-12-18T21:03:01.799Z Compiling sync_wrapper v1.0.1
20282024-12-18T21:03:01.965Z Compiling bstr v1.10.0
20292024-12-18T21:03:02.005Z Compiling static_assertions v1.1.0
20302024-12-18T21:03:02.306Z Compiling new_debug_unreachable v1.0.6
20312024-12-18T21:03:03.048Z Compiling number_prefix v0.4.0
20322024-12-18T21:03:03.271Z Compiling precomputed-hash v0.1.1
20332024-12-18T21:03:03.322Z Compiling difflib v0.4.0
20342024-12-18T21:03:03.547Z Compiling fixedbitset v0.4.2
20352024-12-18T21:03:03.735Z Compiling predicates-core v1.0.8
20362024-12-18T21:03:03.938Z Compiling normalize-line-endings v0.3.0
20372024-12-18T21:03:03.956Z Compiling whoami v1.5.2
20382024-12-18T21:03:04.079Z Compiling bit-vec v0.6.3
20392024-12-18T21:03:04.471Z Compiling unicode-width v0.2.0
20402024-12-18T21:03:04.504Z Compiling unicode-segmentation v1.12.0
20412024-12-18T21:03:04.506Z Compiling bit-set v0.5.3
20422024-12-18T21:03:04.802Z Compiling tokio-postgres v0.7.12
20432024-12-18T21:03:04.989Z Compiling indicatif v0.17.9
20442024-12-18T21:03:05.352Z Compiling similar v2.6.0
20452024-12-18T21:03:07.224Z Compiling predicates v3.1.2
20462024-12-18T21:03:07.937Z Compiling petgraph v0.6.5
20472024-12-18T21:03:08.208Z Compiling string_cache v0.8.7
20482024-12-18T21:03:08.607Z Compiling reqwest v0.12.9
20492024-12-18T21:03:08.933Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243)
20502024-12-18T21:03:10.123Z Compiling ecdsa v0.16.9
20512024-12-18T21:03:10.813Z Compiling qorb v0.2.1
20522024-12-18T21:03:11.409Z Compiling rsa v0.9.6
20532024-12-18T21:03:11.412Z Compiling ed25519-dalek v2.1.1
20542024-12-18T21:03:11.962Z Compiling zip v0.6.6
20552024-12-18T21:03:12.706Z Compiling crossterm v0.28.1
20562024-12-18T21:03:13.015Z Compiling toml v0.7.8
20572024-12-18T21:03:14.558Z Compiling clap v4.5.21
20582024-12-18T21:03:16.421Z Compiling x509-cert v0.2.5
20592024-12-18T21:03:17.203Z Compiling hex v0.4.3
20602024-12-18T21:03:19.322Z Compiling unicode-xid v0.2.6
20612024-12-18T21:03:20.054Z Compiling lalrpop-util v0.19.12
20622024-12-18T21:03:20.406Z Compiling radium v0.7.0
20632024-12-18T21:03:20.809Z Compiling peg-runtime v0.8.3
20642024-12-18T21:03:22.927Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20652024-12-18T21:03:38.297Z Compiling tap v1.0.1
20662024-12-18T21:03:39.088Z Compiling ident_case v1.0.1
20672024-12-18T21:03:39.279Z Compiling maybe-uninit v2.0.0
20682024-12-18T21:03:41.061Z Compiling darling_core v0.20.10
20692024-12-18T21:03:44.273Z Compiling wyz v0.5.1
20702024-12-18T21:03:50.419Z Compiling typify v0.2.0
20712024-12-18T21:03:54.974Z Compiling packed_struct v0.10.1
20722024-12-18T21:03:55.039Z Compiling funty v2.0.0
20732024-12-18T21:03:55.845Z Compiling unsafe-libyaml v0.2.11
20742024-12-18T21:03:56.915Z Compiling bitvec v1.0.1
20752024-12-18T21:03:57.462Z Compiling serde_yaml v0.9.34+deprecated
20762024-12-18T21:04:01.291Z Compiling progenitor-impl v0.8.0
20772024-12-18T21:04:01.415Z Compiling darling_macro v0.20.10
20782024-12-18T21:04:03.180Z Compiling packed_struct_codegen v0.10.1
20792024-12-18T21:04:05.752Z Compiling structmeta-derive v0.3.0
20802024-12-18T21:04:06.549Z Compiling indexmap v1.9.3
20812024-12-18T21:04:07.002Z Compiling crc-catalog v2.4.0
20822024-12-18T21:04:07.168Z Compiling fastrand v2.1.1
20832024-12-18T21:04:07.482Z Compiling newtype-uuid v1.1.3
20842024-12-18T21:04:07.843Z Compiling nodrop v0.1.14
20852024-12-18T21:04:07.986Z Compiling array-init v0.0.4
20862024-12-18T21:04:08.023Z Compiling progenitor-macro v0.8.0
20872024-12-18T21:04:08.369Z Compiling structmeta v0.3.0
20882024-12-18T21:04:09.284Z Compiling tempfile v3.13.0
20892024-12-18T21:04:11.016Z Compiling crc v3.2.1
20902024-12-18T21:04:15.999Z Compiling smallvec v0.6.14
20912024-12-18T21:04:16.522Z Compiling darling v0.20.10
20922024-12-18T21:04:22.291Z Compiling progenitor-client v0.8.0
20932024-12-18T21:04:24.739Z Compiling pin-project-internal v1.1.6
20942024-12-18T21:04:24.825Z Compiling dropshot v0.13.0
20952024-12-18T21:04:25.127Z Compiling same-file v1.0.6
20962024-12-18T21:04:27.042Z Compiling bitfield v0.14.0
20972024-12-18T21:04:27.334Z Compiling termcolor v1.4.1
20982024-12-18T21:04:27.453Z Compiling hashbrown v0.12.3
20992024-12-18T21:04:28.299Z Compiling base64 v0.21.7
21002024-12-18T21:04:29.445Z Compiling ron v0.8.1
21012024-12-18T21:04:30.408Z Compiling env_logger v0.10.2
21022024-12-18T21:04:33.492Z Compiling pin-project v1.1.6
21032024-12-18T21:04:33.642Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21042024-12-18T21:04:42.758Z Compiling walkdir v2.5.0
21052024-12-18T21:04:45.280Z Compiling progenitor v0.8.0
21062024-12-18T21:04:45.702Z Compiling serde_with_macros v3.11.0
21072024-12-18T21:04:45.729Z Compiling serde-hex v0.1.0
21082024-12-18T21:04:46.078Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21092024-12-18T21:04:46.756Z Compiling parse-display-derive v0.10.0
21102024-12-18T21:04:48.281Z Compiling strum_macros v0.26.4
21112024-12-18T21:04:50.364Z Compiling snafu-derive v0.8.5
21122024-12-18T21:04:50.570Z Compiling hashbrown v0.13.2
21132024-12-18T21:04:50.896Z Compiling ipnetwork v0.20.0
21142024-12-18T21:04:52.008Z Compiling xattr v1.3.1
21152024-12-18T21:04:52.351Z Compiling dropshot_endpoint v0.13.0
21162024-12-18T21:04:52.700Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21172024-12-18T21:04:53.437Z Compiling blake3 v1.5.4
21182024-12-18T21:04:53.866Z Compiling ring v0.16.20
21192024-12-18T21:04:54.036Z Compiling filetime v0.2.25
21202024-12-18T21:04:54.353Z Compiling instant v0.1.13
21212024-12-18T21:04:54.390Z Compiling lockfree-object-pool v0.1.6
21222024-12-18T21:04:54.517Z Compiling bumpalo v3.16.0
21232024-12-18T21:04:54.674Z Compiling buf-list v1.0.3
21242024-12-18T21:04:55.067Z Compiling zip v2.1.3
21252024-12-18T21:04:55.221Z Compiling crc-any v2.5.0
21262024-12-18T21:04:55.274Z Compiling simd-adler32 v0.3.7
21272024-12-18T21:04:55.662Z Compiling zopfli v0.8.1
21282024-12-18T21:04:56.081Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21292024-12-18T21:04:56.124Z Compiling snafu v0.8.5
21302024-12-18T21:04:56.405Z Compiling backoff v0.4.0
21312024-12-18T21:04:56.794Z Compiling tar v0.4.42
21322024-12-18T21:04:58.079Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-12-18T21:04:58.309Z Compiling strum v0.26.3
21342024-12-18T21:04:58.517Z Compiling object v0.30.4
21352024-12-18T21:04:59.891Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-18T21:05:02.108Z Compiling parse-display v0.10.0
21372024-12-18T21:05:02.379Z Compiling serde_with v3.11.0
21382024-12-18T21:05:03.450Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21392024-12-18T21:05:04.026Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21402024-12-18T21:05:04.029Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412024-12-18T21:05:04.751Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21422024-12-18T21:05:05.481Z Compiling camino-tempfile v1.1.1
21432024-12-18T21:05:06.255Z Compiling globset v0.4.15
21442024-12-18T21:05:06.824Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21452024-12-18T21:05:07.028Z Compiling regress v0.9.1
21462024-12-18T21:05:07.116Z Compiling pem v3.0.4
21472024-12-18T21:05:08.584Z Compiling olpc-cjson v0.1.4
21482024-12-18T21:05:08.920Z Compiling serde_plain v1.0.2
21492024-12-18T21:05:09.419Z Compiling macaddr v1.0.1
21502024-12-18T21:05:10.051Z Compiling async-recursion v1.1.1
21512024-12-18T21:05:11.172Z Compiling memmap2 v0.9.5
21522024-12-18T21:05:11.385Z Compiling constant_time_eq v0.3.1
21532024-12-18T21:05:11.485Z Compiling arrayvec v0.7.6
21542024-12-18T21:05:11.570Z Compiling path-slash v0.1.5
21552024-12-18T21:05:11.772Z Compiling arrayref v0.3.9
21562024-12-18T21:05:11.842Z Compiling spin v0.5.2
21572024-12-18T21:05:11.886Z Compiling typed-path v0.9.3
21582024-12-18T21:05:13.950Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21592024-12-18T21:05:14.713Z Compiling tough v0.19.0
21602024-12-18T21:05:15.585Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21612024-12-18T21:05:19.344Z Compiling itertools v0.13.0
21622024-12-18T21:05:20.037Z Compiling cargo-platform v0.1.8
21632024-12-18T21:05:20.151Z Compiling topological-sort v0.2.2
21642024-12-18T21:05:20.444Z Compiling parse-size v1.1.0
21652024-12-18T21:05:20.764Z Compiling cargo_metadata v0.18.1
21662024-12-18T21:05:21.124Z Compiling omicron-zone-package v0.11.1
21672024-12-18T21:05:23.021Z Compiling shell-words v1.1.0
21682024-12-18T21:05:29.437Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21692024-12-18T21:05:40.751Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21702024-12-18T21:05:55.957Z Finished `release` profile [optimized] target(s) in 5m 48s
21712024-12-18T21:05:56.117Z Running `target/release/omicron-releng --output-dir /work`
21722024-12-18T21:05:56.162ZDec 18 21:05:55.011 DEBG changing working directory to /work/oxidecomputer/omicron
21732024-12-18T21:05:56.262ZDec 18 21:05:55.113 DEBG running: git rev-parse HEAD
21742024-12-18T21:05:56.269ZDec 18 21:05:55.119 DEBG process exited with exit status: 0 (6.50545ms)
21752024-12-18T21:05:56.272ZDec 18 21:05:55.119 INFO version: 12.0.0-0.ci+git8b13de1f0bc
21762024-12-18T21:05:56.309ZDec 18 21:05:55.160 INFO cloning helios to /work/oxidecomputer/helios
21772024-12-18T21:05:56.309ZDec 18 21:05:55.160 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21782024-12-18T21:05:56.315ZCloning into '/work/oxidecomputer/helios'...
21792024-12-18T21:05:56.842ZDec 18 21:05:55.692 DEBG process exited with exit status: 0 (531.791376ms)
21802024-12-18T21:05:56.842ZDec 18 21:05:55.692 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21812024-12-18T21:05:56.849Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21822024-12-18T21:05:56.849Z# branch.head master
21832024-12-18T21:05:56.849Z# branch.upstream origin/master
21842024-12-18T21:05:56.849Z# branch.ab +0 -0
21852024-12-18T21:05:56.852ZDec 18 21:05:55.700 DEBG process exited with exit status: 0 (8.110944ms)
21862024-12-18T21:05:56.853ZDec 18 21:05:55.701 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21872024-12-18T21:05:57.700ZDec 18 21:05:56.549 DEBG process exited with exit status: 0 (848.708806ms)
21882024-12-18T21:05:57.700ZDec 18 21:05:56.549 DEBG running: zfs list rpool/images/build/host
21892024-12-18T21:05:57.707ZNAME USED AVAIL REFER MOUNTPOINT
21902024-12-18T21:05:57.707Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21912024-12-18T21:05:57.711ZDec 18 21:05:56.557 DEBG process exited with exit status: 0 (7.410134ms)
21922024-12-18T21:05:57.711ZDec 18 21:05:56.557 DEBG running: zfs list rpool/images/build/recovery
21932024-12-18T21:05:57.714ZNAME USED AVAIL REFER MOUNTPOINT
21942024-12-18T21:05:57.714Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21952024-12-18T21:05:57.714ZDec 18 21:05:56.563 DEBG process exited with exit status: 0 (6.237118ms)
21962024-12-18T21:05:57.714ZDec 18 21:05:56.564 INFO [hubris-staging] running task
21972024-12-18T21:05:57.714ZDec 18 21:05:56.564 INFO [hubris-production] running task
21982024-12-18T21:05:57.714ZDec 18 21:05:56.565 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
21992024-12-18T21:05:57.718ZDec 18 21:05:56.568 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22002024-12-18T21:05:57.786Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22012024-12-18T21:05:58.181Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-18T21:05:58.744Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-18T21:05:59.032Z[ omicron-package] Blocking waiting for file lock on package cache
22042024-12-18T21:05:59.644ZDec 18 21:05:58.494 INFO [hubris-production] task succeeded (1.929199658s)
22052024-12-18T21:05:59.813Z[ omicron-package] Compiling zerocopy v0.8.10
22062024-12-18T21:05:59.816Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22072024-12-18T21:05:59.816Z[ omicron-package] Compiling itertools v0.13.0
22082024-12-18T21:05:59.817Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22092024-12-18T21:05:59.817Z[ omicron-package] Compiling heapless v0.8.0
22102024-12-18T21:05:59.817Z[ omicron-package] Compiling hash32 v0.3.1
22112024-12-18T21:05:59.817Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22122024-12-18T21:05:59.817Z[ omicron-package] Compiling smoltcp v0.11.0
22132024-12-18T21:06:00.937Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22142024-12-18T21:06:01.833Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152024-12-18T21:06:01.919Z[ omicron-package] Compiling cobs v0.2.3
22162024-12-18T21:06:02.342Z[ omicron-package] Compiling num_enum_derive v0.5.11
22172024-12-18T21:06:02.530Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22182024-12-18T21:06:02.651Z[ omicron-package] Compiling postcard v1.0.10
22192024-12-18T21:06:03.060Z[ omicron-package] Compiling proc-macro-error v1.0.4
22202024-12-18T21:06:03.068Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22212024-12-18T21:06:03.337Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22222024-12-18T21:06:03.696Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22232024-12-18T21:06:04.712Z[ omicron-package] Compiling tabwriter v1.4.0
22242024-12-18T21:06:04.951Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22252024-12-18T21:06:05.535Z[ omicron-package] Compiling foreign-types v0.5.0
22262024-12-18T21:06:05.690Z[ omicron-package] Compiling cstr-argument v0.1.2
22272024-12-18T21:06:05.888Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22282024-12-18T21:06:05.974Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22292024-12-18T21:06:06.495Z[ omicron-package] Compiling thiserror v2.0.3
22302024-12-18T21:06:06.614Z[ omicron-package] Compiling pretty-hex v0.2.1
22312024-12-18T21:06:06.730Z[ omicron-package] Compiling num_enum v0.5.11
22322024-12-18T21:06:06.991Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22332024-12-18T21:06:07.196Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22342024-12-18T21:06:07.300Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-18T21:06:07.821Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22362024-12-18T21:06:08.037Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372024-12-18T21:06:08.271Z[ omicron-package] Compiling colored v2.1.0
22382024-12-18T21:06:08.343Z[ omicron-package] Compiling thiserror-impl v2.0.3
22392024-12-18T21:06:08.467Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22402024-12-18T21:06:09.613Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22412024-12-18T21:06:10.324Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22422024-12-18T21:06:10.592Z[ omicron-package] Compiling sigpipe v0.1.3
22432024-12-18T21:06:10.987Z[ omicron-package] Compiling num-derive v0.4.2
22442024-12-18T21:06:11.857Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22452024-12-18T21:06:12.178Z[ omicron-package] Compiling libefi-sys v0.1.0
22462024-12-18T21:06:12.272ZDec 18 21:06:11.119 INFO [hubris-staging] task succeeded (14.555009455s)
22472024-12-18T21:06:12.914Z[ omicron-package] Compiling zone v0.3.0
22482024-12-18T21:06:13.043Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22492024-12-18T21:06:13.163Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502024-12-18T21:06:14.048Z[ omicron-package] Compiling smf v0.2.3
22512024-12-18T21:06:14.257Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22522024-12-18T21:06:14.863Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22532024-12-18T21:06:14.984Z[ omicron-package] Compiling bitfield-struct v0.6.2
22542024-12-18T21:06:16.990Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22552024-12-18T21:06:17.485Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22562024-12-18T21:06:17.691Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22572024-12-18T21:06:17.844Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-18T21:06:18.051Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22592024-12-18T21:06:18.123Z[ omicron-package] Compiling gethostname v0.5.0
22602024-12-18T21:06:18.279Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22612024-12-18T21:06:18.744Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22622024-12-18T21:06:21.141Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-18T21:06:22.551Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-18T21:06:23.923Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652024-12-18T21:06:26.675Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22662024-12-18T21:06:27.335Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22672024-12-18T21:06:29.054Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22682024-12-18T21:06:39.781Z[ helios-setup] Dec 18 21:06:38.621 INFO helios repository root is: /work/oxidecomputer/helios
22692024-12-18T21:06:39.784Z[ helios-setup] Dec 18 21:06:38.624 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
22702024-12-18T21:06:39.784Z[ helios-setup] Dec 18 21:06:38.624 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22712024-12-18T21:06:39.788Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22722024-12-18T21:06:40.665Z[ helios-setup] Dec 18 21:06:39.505 INFO clone ok!, project: phbl
22732024-12-18T21:06:40.668Z[ helios-setup] Dec 18 21:06:39.505 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
22742024-12-18T21:06:40.668Z[ helios-setup] Dec 18 21:06:39.505 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22752024-12-18T21:06:40.671Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22762024-12-18T21:06:41.241Z[ helios-setup] Dec 18 21:06:40.081 INFO clone ok!, project: bootserver
22772024-12-18T21:06:41.244Z[ helios-setup] Dec 18 21:06:40.082 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
22782024-12-18T21:06:41.244Z[ helios-setup] Dec 18 21:06:40.082 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22792024-12-18T21:06:41.247Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22802024-12-18T21:06:42.273Z[ helios-setup] Dec 18 21:06:41.113 INFO clone ok!, project: chelsio-t6-roms
22812024-12-18T21:06:42.275Z[ helios-setup] Dec 18 21:06:41.113 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
22822024-12-18T21:06:42.275Z[ helios-setup] Dec 18 21:06:41.113 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22832024-12-18T21:06:42.278Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22842024-12-18T21:06:43.026Z[ helios-setup] Dec 18 21:06:41.865 INFO clone ok!, project: pinprick
22852024-12-18T21:06:43.030Z[ helios-setup] Dec 18 21:06:41.865 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22862024-12-18T21:06:43.030Z[ helios-setup] Dec 18 21:06:41.865 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
22872024-12-18T21:06:43.030Z[ helios-setup] Dec 18 21:06:41.865 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22882024-12-18T21:06:43.030Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22892024-12-18T21:06:43.823Z[ helios-setup] Dec 18 21:06:42.663 INFO clone ok!, project: image-builder
22902024-12-18T21:06:43.827Z[ helios-setup] Dec 18 21:06:42.663 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
22912024-12-18T21:06:43.827Z[ helios-setup] Dec 18 21:06:42.663 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
22922024-12-18T21:06:43.830Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22932024-12-18T21:06:44.869Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22942024-12-18T21:06:44.887Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22952024-12-18T21:06:47.253Z[ omicron-package] Finished `release` profile [optimized] target(s) in 49.51s
22962024-12-18T21:06:47.500Z[ omicron-package]
22972024-12-18T21:06:47.504Z[ omicron-package] real 49.730664772
22982024-12-18T21:06:47.504Z[ omicron-package] user 2:55.338181337
22992024-12-18T21:06:47.504Z[ omicron-package] sys 25.396034060
23002024-12-18T21:06:47.504Z[ omicron-package] trap 0.186160964
23012024-12-18T21:06:47.504Z[ omicron-package] tflt 0.789718897
23022024-12-18T21:06:47.504Z[ omicron-package] dflt 0.662277389
23032024-12-18T21:06:47.504Z[ omicron-package] kflt 0.009160016
23042024-12-18T21:06:47.504Z[ omicron-package] lock 6:05.566699748
23052024-12-18T21:06:47.504Z[ omicron-package] slp 10:00.326064365
23062024-12-18T21:06:47.504Z[ omicron-package] lat 1:37.358094755
23072024-12-18T21:06:47.504Z[ omicron-package] stop 1:02.437033421
23082024-12-18T21:06:47.504ZDec 18 21:06:46.340 INFO [omicron-package] process exited with exit status: 0 (49.774917807s)
23092024-12-18T21:06:47.504ZDec 18 21:06:46.340 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
23102024-12-18T21:06:47.574ZDec 18 21:06:46.413 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23112024-12-18T21:06:47.587Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23122024-12-18T21:06:47.591Z[ host-target] Created new build target 'host' and set it as active
23132024-12-18T21:06:47.592ZDec 18 21:06:46.428 INFO [host-target] process exited with exit status: 0 (88.249663ms)
23142024-12-18T21:06:47.592ZDec 18 21:06:46.428 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23152024-12-18T21:06:47.596Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23162024-12-18T21:06:47.600Z[ recovery-target] Created new build target 'recovery' and set it as active
23172024-12-18T21:06:47.600ZDec 18 21:06:46.436 INFO [recovery-target] process exited with exit status: 0 (23.6ms)
23182024-12-18T21:06:47.605Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23192024-12-18T21:06:48.742Z[ host-package] Compiling convert_case v0.4.0
23202024-12-18T21:06:48.742Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23212024-12-18T21:06:48.742Z[ host-package] Compiling newline-converter v0.3.0
23222024-12-18T21:06:48.743Z[ host-package] Compiling password-hash v0.5.0
23232024-12-18T21:06:48.747Z[ host-package] Compiling progenitor-client v0.8.0
23242024-12-18T21:06:48.747Z[ host-package] Compiling blake2 v0.10.6
23252024-12-18T21:06:48.747Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23262024-12-18T21:06:48.747Z[ host-package] Compiling cancel-safe-futures v0.1.5
23272024-12-18T21:06:49.062Z[ host-package] Compiling expectorate v1.1.0
23282024-12-18T21:06:49.302Z[ host-package] Compiling owo-colors v4.1.0
23292024-12-18T21:06:49.305Z[ host-package] Compiling progenitor v0.8.0
23302024-12-18T21:06:49.339Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23312024-12-18T21:06:49.351Z[ helios-setup] Dec 18 21:06:48.189 INFO clone ok!, project: amd-host-image-builder
23322024-12-18T21:06:49.354Z[ helios-setup] Dec 18 21:06:48.190 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23332024-12-18T21:06:49.354Z[ helios-setup] Dec 18 21:06:48.190 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
23342024-12-18T21:06:49.354Z[ helios-setup] Dec 18 21:06:48.190 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23352024-12-18T21:06:49.357Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23362024-12-18T21:06:49.398Z[ host-package] Compiling argon2 v0.5.3
23372024-12-18T21:06:49.611Z[ host-package] Compiling num-rational v0.4.2
23382024-12-18T21:06:49.617Z[ host-package] Compiling derive_more v0.99.18
23392024-12-18T21:06:49.644Z[ host-package] Compiling num-complex v0.4.6
23402024-12-18T21:06:50.082Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23412024-12-18T21:06:50.693Z[ host-package] Compiling atomicwrites v0.4.4
23422024-12-18T21:06:50.969Z[ host-package] Compiling num v0.4.3
23432024-12-18T21:06:50.992Z[ host-package] Compiling libsw v3.3.1
23442024-12-18T21:06:51.051Z[ host-package] Compiling swrite v0.1.0
23452024-12-18T21:06:51.092Z[ host-package] Compiling indent_write v2.2.0
23462024-12-18T21:06:51.197Z[ host-package] Compiling linear-map v1.2.0
23472024-12-18T21:06:51.224Z[ host-package] Compiling float-ord v0.3.2
23482024-12-18T21:06:51.355Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23492024-12-18T21:06:51.376Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23502024-12-18T21:06:51.414Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23512024-12-18T21:06:51.648Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23522024-12-18T21:06:51.708Z[ host-package] Compiling highway v1.2.0
23532024-12-18T21:06:52.226Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23542024-12-18T21:06:52.566Z[ host-package] Compiling semver v0.1.20
23552024-12-18T21:06:53.149Z[ host-package] Compiling rustc_version v0.1.7
23562024-12-18T21:06:53.245Z[ host-package] Compiling newtype-uuid v1.1.3
23572024-12-18T21:06:53.615Z[ host-package] Compiling newtype_derive v0.1.6
23582024-12-18T21:06:53.652Z[ host-package] Compiling dropshot v0.13.0
23592024-12-18T21:06:53.745Z[ host-package] Compiling ipnetwork v0.20.0
23602024-12-18T21:06:54.026Z[ host-package] Compiling instant v0.1.13
23612024-12-18T21:06:54.196Z[ host-package] Compiling humantime v2.1.0
23622024-12-18T21:06:54.611Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23632024-12-18T21:06:55.065Z[ host-package] Compiling backoff v0.4.0
23642024-12-18T21:06:55.589Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23652024-12-18T21:06:55.976Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23662024-12-18T21:06:56.455Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23672024-12-18T21:06:57.370Z[ helios-setup] Dec 18 21:06:56.206 INFO clone ok!, project: amd-firmware
23682024-12-18T21:06:57.374Z[ helios-setup] Dec 18 21:06:56.206 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
23692024-12-18T21:06:57.374Z[ helios-setup] Dec 18 21:06:56.206 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23702024-12-18T21:06:57.377Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23712024-12-18T21:06:58.547Z[ helios-setup] Dec 18 21:06:57.382 INFO clone ok!, project: pilot
23722024-12-18T21:06:58.549Z[ helios-setup] Dec 18 21:06:57.382 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23732024-12-18T21:06:58.549Z[ helios-setup] Dec 18 21:06:57.383 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23742024-12-18T21:06:59.288Z[ helios-setup] Dec 18 21:06:58.124 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23752024-12-18T21:06:59.813Z[ helios-setup] Dec 18 21:06:58.648 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23762024-12-18T21:06:59.816Z[ helios-setup] Dec 18 21:06:58.649 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23772024-12-18T21:06:59.866Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23782024-12-18T21:07:00.374Z[ helios-setup] Dec 18 21:06:59.209 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23792024-12-18T21:07:00.644Z[ host-package] Compiling parse-display v0.10.0
23802024-12-18T21:07:00.896Z[ helios-setup] Dec 18 21:06:59.731 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23812024-12-18T21:07:00.896Z[ helios-setup] Dec 18 21:06:59.731 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23822024-12-18T21:07:01.344Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832024-12-18T21:07:01.446Z[ helios-setup] Dec 18 21:07:00.280 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23842024-12-18T21:07:01.576Z[ host-package] Compiling serde_with v3.11.0
23852024-12-18T21:07:01.579Z[ host-package] Compiling strum v0.26.3
23862024-12-18T21:07:01.861Z[ host-package] Compiling regress v0.9.1
23872024-12-18T21:07:01.999Z[ helios-setup] Dec 18 21:07:00.834 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23882024-12-18T21:07:02.003Z[ helios-setup] Dec 18 21:07:00.834 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23892024-12-18T21:07:02.004Z[ helios-setup] Dec 18 21:07:00.834 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23902024-12-18T21:07:02.004Z[ helios-setup] Dec 18 21:07:00.835 INFO ok!
23912024-12-18T21:07:02.004Z[ helios-setup] Dec 18 21:07:00.835 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23922024-12-18T21:07:02.005Z[ helios-setup] Dec 18 21:07:00.835 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23932024-12-18T21:07:02.005Z[ helios-setup] Dec 18 21:07:00.835 INFO ok!
23942024-12-18T21:07:02.005Z[ helios-setup] Dec 18 21:07:00.835 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23952024-12-18T21:07:02.005Z[ helios-setup] Dec 18 21:07:00.835 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23962024-12-18T21:07:02.005Z[ helios-setup] Dec 18 21:07:00.835 INFO ok!
23972024-12-18T21:07:02.005Z[ helios-setup] Dec 18 21:07:00.835 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23982024-12-18T21:07:02.005Z[ helios-setup] Dec 18 21:07:00.835 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23992024-12-18T21:07:02.288Z[ helios-setup] Dec 18 21:07:01.123 INFO E| Downloading crates ...
24002024-12-18T21:07:02.452Z[ helios-setup] Dec 18 21:07:01.287 INFO E| Downloaded unicode-width v0.1.10
24012024-12-18T21:07:02.457Z[ helios-setup] Dec 18 21:07:01.290 INFO E| Downloaded generic-array v0.14.6
24022024-12-18T21:07:02.461Z[ helios-setup] Dec 18 21:07:01.293 INFO E| Downloaded digest v0.10.3
24032024-12-18T21:07:02.461Z[ helios-setup] Dec 18 21:07:01.295 INFO E| Downloaded cpufeatures v0.2.5
24042024-12-18T21:07:02.465Z[ helios-setup] Dec 18 21:07:01.297 INFO E| Downloaded bytes v1.2.1
24052024-12-18T21:07:02.468Z[ helios-setup] Dec 18 21:07:01.302 INFO E| Downloaded typenum v1.15.0
24062024-12-18T21:07:02.472Z[ helios-setup] Dec 18 21:07:01.306 INFO E| Downloaded flate2 v1.0.25
24072024-12-18T21:07:02.477Z[ helios-setup] Dec 18 21:07:01.313 INFO E| Downloaded miniz_oxide v0.6.2
24082024-12-18T21:07:02.481Z[ helios-setup] Dec 18 21:07:01.316 INFO E| Downloaded anyhow v1.0.62
24092024-12-18T21:07:02.486Z[ helios-setup] Dec 18 21:07:01.321 INFO E| Downloaded sha2 v0.10.5
24102024-12-18T21:07:02.489Z[ helios-setup] Dec 18 21:07:01.324 INFO E| Downloaded block-buffer v0.10.3
24112024-12-18T21:07:02.548Z[ helios-setup] Dec 18 21:07:01.383 INFO E| Compiling typenum v1.15.0
24122024-12-18T21:07:02.549Z[ helios-setup] Dec 18 21:07:01.383 INFO E| Compiling version_check v0.9.4
24132024-12-18T21:07:02.552Z[ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling crc32fast v1.3.2
24142024-12-18T21:07:02.552Z[ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling cfg-if v1.0.0
24152024-12-18T21:07:02.552Z[ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling anyhow v1.0.62
24162024-12-18T21:07:02.552Z[ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling adler v1.0.2
24172024-12-18T21:07:02.552Z[ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling unicode-width v0.1.10
24182024-12-18T21:07:02.552Z[ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling cpufeatures v0.2.5
24192024-12-18T21:07:03.086Z[ helios-setup] Dec 18 21:07:01.921 INFO E| Compiling miniz_oxide v0.6.2
24202024-12-18T21:07:03.215Z[ helios-setup] Dec 18 21:07:02.050 INFO E| Compiling getopts v0.2.21
24212024-12-18T21:07:03.233Z[ helios-setup] Dec 18 21:07:02.068 INFO E| Compiling bytes v1.2.1
24222024-12-18T21:07:03.276Z[ helios-setup] Dec 18 21:07:02.111 INFO E| Compiling bitflags v1.3.2
24232024-12-18T21:07:03.463Z[ helios-setup] Dec 18 21:07:02.296 INFO E| Compiling generic-array v0.14.6
24242024-12-18T21:07:04.756Z[ helios-setup] Dec 18 21:07:03.590 INFO E| Compiling flate2 v1.0.25
24252024-12-18T21:07:05.968Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24262024-12-18T21:07:08.414Z[ host-package] Compiling macaddr v1.0.1
24272024-12-18T21:07:08.519Z[ helios-setup] Dec 18 21:07:07.353 INFO E| Compiling block-buffer v0.10.3
24282024-12-18T21:07:08.520Z[ helios-setup] Dec 18 21:07:07.353 INFO E| Compiling crypto-common v0.1.6
24292024-12-18T21:07:08.761Z[ helios-setup] Dec 18 21:07:07.595 INFO E| Compiling digest v0.10.3
24302024-12-18T21:07:08.828Z[ host-package] Compiling steno v0.4.1
24312024-12-18T21:07:09.006Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24322024-12-18T21:07:09.142Z[ helios-setup] Dec 18 21:07:07.975 INFO E| Compiling sha2 v0.10.5
24332024-12-18T21:07:09.689Z[ helios-setup] Dec 18 21:07:08.523 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24342024-12-18T21:07:09.862Z[ host-package] Compiling prettyplease v0.2.25
24352024-12-18T21:07:09.931Z[ host-package] Compiling slog-dtrace v0.3.0
24362024-12-18T21:07:10.454Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24372024-12-18T21:07:11.884Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24382024-12-18T21:07:12.365Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24392024-12-18T21:07:14.714Z[ helios-setup] Dec 18 21:07:13.546 INFO E| Finished `release` profile [optimized] target(s) in 12.60s
24402024-12-18T21:07:14.729Z[ helios-setup] Dec 18 21:07:13.561 INFO building project "bootserver" ok (12 seconds)
24412024-12-18T21:07:14.729Z[ helios-setup] Dec 18 21:07:13.561 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24422024-12-18T21:07:14.729Z[ helios-setup] Dec 18 21:07:13.561 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24432024-12-18T21:07:15.032Z[ helios-setup] Dec 18 21:07:13.864 INFO E| Downloading crates ...
24442024-12-18T21:07:15.102Z[ helios-setup] Dec 18 21:07:13.934 INFO E| Downloaded miniz_oxide v0.7.2
24452024-12-18T21:07:15.213Z[ helios-setup] Dec 18 21:07:14.045 INFO E| Compiling adler v1.0.2
24462024-12-18T21:07:15.389Z[ helios-setup] Dec 18 21:07:14.221 INFO E| Compiling miniz_oxide v0.7.2
24472024-12-18T21:07:15.521Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24482024-12-18T21:07:16.841Z[ host-package] Compiling half v2.4.1
24492024-12-18T21:07:18.879Z[ host-package] Compiling ciborium-io v0.2.2
24502024-12-18T21:07:18.879Z[ helios-setup] Dec 18 21:07:16.887 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24512024-12-18T21:07:18.879Z[ host-package] Compiling ciborium-ll v0.2.2
24522024-12-18T21:07:18.879Z[ host-package] Compiling tungstenite v0.21.0
24532024-12-18T21:07:18.903Z[ helios-setup] Dec 18 21:07:17.734 INFO E| Finished `release` profile [optimized] target(s) in 4.06s
24542024-12-18T21:07:18.922Z[ helios-setup] Dec 18 21:07:17.744 INFO building project "pinprick" ok (4 seconds)
24552024-12-18T21:07:18.922Z[ helios-setup] Dec 18 21:07:17.744 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24562024-12-18T21:07:18.933Z[ helios-setup] Dec 18 21:07:17.744 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24572024-12-18T21:07:19.184Z[ helios-setup] Dec 18 21:07:18.012 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24582024-12-18T21:07:19.834Z[ helios-setup] Dec 18 21:07:18.631 INFO E| From https://github.com/jclulow/rust-jmclib
24592024-12-18T21:07:19.835Z[ helios-setup] Dec 18 21:07:18.631 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24602024-12-18T21:07:19.856Z[ helios-setup] Dec 18 21:07:18.663 INFO E| Updating crates.io index
24612024-12-18T21:07:19.977Z[ helios-setup] Dec 18 21:07:18.808 INFO E| Downloading crates ...
24622024-12-18T21:07:20.062Z[ helios-setup] Dec 18 21:07:18.892 INFO E| Downloaded bitflags v2.3.3
24632024-12-18T21:07:20.093Z[ helios-setup] Dec 18 21:07:18.924 INFO E| Downloaded opaque-debug v0.3.0
24642024-12-18T21:07:20.100Z[ helios-setup] Dec 18 21:07:18.925 INFO E| Downloaded block-buffer v0.9.0
24652024-12-18T21:07:20.100Z[ helios-setup] Dec 18 21:07:18.927 INFO E| Downloaded anyhow v1.0.72
24662024-12-18T21:07:20.108Z[ helios-setup] Dec 18 21:07:18.933 INFO E| Downloaded sha-1 v0.9.8
24672024-12-18T21:07:20.108Z[ helios-setup] Dec 18 21:07:18.936 INFO E| Downloaded walkdir v2.3.3
24682024-12-18T21:07:20.116Z[ helios-setup] Dec 18 21:07:18.938 INFO E| Downloaded md-5 v0.9.1
24692024-12-18T21:07:20.116Z[ helios-setup] Dec 18 21:07:18.940 INFO E| Downloaded errno v0.3.1
24702024-12-18T21:07:20.116Z[ helios-setup] Dec 18 21:07:18.943 INFO E| Downloaded digest v0.9.0
24712024-12-18T21:07:20.120Z[ helios-setup] Dec 18 21:07:18.945 INFO E| Downloaded fastrand v2.0.0
24722024-12-18T21:07:20.120Z[ helios-setup] Dec 18 21:07:18.947 INFO E| Downloaded cpufeatures v0.2.9
24732024-12-18T21:07:20.130Z[ helios-setup] Dec 18 21:07:18.961 INFO E| Downloaded uuid v0.8.2
24742024-12-18T21:07:20.135Z[ helios-setup] Dec 18 21:07:18.966 INFO E| Downloaded ryu v1.0.15
24752024-12-18T21:07:20.141Z[ helios-setup] Dec 18 21:07:18.972 INFO E| Downloaded unicode-ident v1.0.11
24762024-12-18T21:07:20.145Z[ helios-setup] Dec 18 21:07:18.976 INFO E| Downloaded serde v1.0.193
24772024-12-18T21:07:20.152Z[ helios-setup] Dec 18 21:07:18.982 INFO E| Downloaded quote v1.0.31
24782024-12-18T21:07:20.160Z[ helios-setup] Dec 18 21:07:18.987 INFO E| Downloaded typenum v1.16.0
24792024-12-18T21:07:20.169Z[ helios-setup] Dec 18 21:07:18.991 INFO E| Downloaded toml v0.5.11
24802024-12-18T21:07:20.177Z[ helios-setup] Dec 18 21:07:18.995 INFO E| Downloaded tempfile v3.7.0
24812024-12-18T21:07:20.184Z[ helios-setup] Dec 18 21:07:18.999 INFO E| Downloaded serde_derive v1.0.193
24822024-12-18T21:07:20.184Z[ helios-setup] Dec 18 21:07:19.003 INFO E| Downloaded once_cell v1.18.0
24832024-12-18T21:07:20.184Z[ helios-setup] Dec 18 21:07:19.007 INFO E| Downloaded serde_json v1.0.103
24842024-12-18T21:07:20.192Z[ helios-setup] Dec 18 21:07:19.019 INFO E| Downloaded proc-macro2 v1.0.66
24852024-12-18T21:07:20.197Z[ helios-setup] Dec 18 21:07:19.023 INFO E| Downloaded libdevinfo-sys v1.0.0
24862024-12-18T21:07:20.197Z[ helios-setup] Dec 18 21:07:19.025 INFO E| Downloaded itoa v1.0.9
24872024-12-18T21:07:20.197Z[ helios-setup] Dec 18 21:07:19.027 INFO E| Downloaded syn v2.0.32
24882024-12-18T21:07:20.211Z[ helios-setup] Dec 18 21:07:19.042 INFO E| Downloaded getrandom v0.2.10
24892024-12-18T21:07:20.249Z[ helios-setup] Dec 18 21:07:19.079 INFO E| Downloaded rustix v0.38.4
24902024-12-18T21:07:20.380Z[ helios-setup] Dec 18 21:07:19.205 INFO E| Downloaded libc v0.2.147
24912024-12-18T21:07:20.520Z[ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling libc v0.2.147
24922024-12-18T21:07:20.520Z[ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling proc-macro2 v1.0.66
24932024-12-18T21:07:20.530Z[ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling unicode-ident v1.0.11
24942024-12-18T21:07:20.530Z[ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling cfg-if v1.0.0
24952024-12-18T21:07:20.530Z[ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling typenum v1.16.0
24962024-12-18T21:07:20.530Z[ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling version_check v0.9.4
24972024-12-18T21:07:20.530Z[ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling serde v1.0.193
24982024-12-18T21:07:20.530Z[ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling itoa v1.0.9
24992024-12-18T21:07:24.258Z[ host-package] Compiling tokio-tungstenite v0.21.0
25002024-12-18T21:07:24.269Z[ helios-setup] Dec 18 21:07:20.212 INFO E| Compiling num-conv v0.1.0
25012024-12-18T21:07:24.269Z[ helios-setup] Dec 18 21:07:20.324 INFO E| Compiling rustix v0.38.4
25022024-12-18T21:07:24.269Z[ helios-setup] Dec 18 21:07:20.375 INFO E| Compiling time-core v0.1.2
25032024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:20.556 INFO E| Compiling powerfmt v0.2.0
25042024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:20.713 INFO E| Compiling slog v2.7.0
25052024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:20.802 INFO E| Compiling time-macros v0.2.18
25062024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:21.443 INFO E| Compiling deranged v0.3.11
25072024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:21.448 INFO E| Compiling generic-array v0.14.7
25082024-12-18T21:07:24.272Z[ host-package] Compiling ciborium v0.2.2
25092024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:21.932 INFO E| Compiling num_threads v0.1.6
25102024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:22.038 INFO E| Compiling once_cell v1.18.0
25112024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:22.055 INFO E| Compiling bitflags v2.3.3
25122024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:22.304 INFO E| Compiling quote v1.0.31
25132024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:22.777 INFO E| Compiling dirs-sys-next v0.1.2
25142024-12-18T21:07:24.272Z[ helios-setup] Dec 18 21:07:22.958 INFO E| Compiling errno v0.3.1
25152024-12-18T21:07:24.632Z[ helios-setup] Dec 18 21:07:23.462 INFO E| Compiling syn v2.0.32
25162024-12-18T21:07:24.720Z[ helios-setup] Dec 18 21:07:23.550 INFO E| Compiling dirs-next v2.0.0
25172024-12-18T21:07:24.906Z[ helios-setup] Dec 18 21:07:23.735 INFO E| Compiling term v0.7.0
25182024-12-18T21:07:25.054Z[ helios-setup] Dec 18 21:07:23.884 INFO E| Compiling atty v0.2.14
25192024-12-18T21:07:25.493Z[ helios-setup] Dec 18 21:07:24.323 INFO E| Compiling thread_local v1.1.7
25202024-12-18T21:07:26.847Z[ helios-setup] Dec 18 21:07:25.676 INFO E| Compiling serde_json v1.0.103
25212024-12-18T21:07:27.016Z[ helios-setup] Dec 18 21:07:25.843 INFO E| Compiling opaque-debug v0.3.0
25222024-12-18T21:07:27.102Z[ helios-setup] Dec 18 21:07:25.928 INFO E| Compiling fastrand v2.0.0
25232024-12-18T21:07:27.165Z[ helios-setup] Dec 18 21:07:25.934 INFO E| Compiling anyhow v1.0.72
25242024-12-18T21:07:27.196Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25252024-12-18T21:07:27.850Z[ helios-setup] Dec 18 21:07:26.673 INFO E| Compiling time v0.3.36
25262024-12-18T21:07:27.884Z[ helios-setup] Dec 18 21:07:26.713 INFO E| Compiling digest v0.9.0
25272024-12-18T21:07:27.889Z[ helios-setup] Dec 18 21:07:26.719 INFO E| Compiling block-buffer v0.9.0
25282024-12-18T21:07:28.134Z[ helios-setup] Dec 18 21:07:26.962 INFO E| Compiling tempfile v3.7.0
25292024-12-18T21:07:28.445Z[ helios-setup] Dec 18 21:07:27.273 INFO E| Compiling getrandom v0.2.10
25302024-12-18T21:07:28.455Z[ helios-setup] Dec 18 21:07:27.283 INFO E| Compiling ryu v1.0.15
25312024-12-18T21:07:28.543Z[ helios-setup] Dec 18 21:07:27.371 INFO E| Compiling cpufeatures v0.2.9
25322024-12-18T21:07:28.631Z[ helios-setup] Dec 18 21:07:27.460 INFO E| Compiling unicode-width v0.1.10
25332024-12-18T21:07:28.969Z[ helios-setup] Dec 18 21:07:27.797 INFO E| Compiling same-file v1.0.6
25342024-12-18T21:07:29.019Z[ helios-setup] Dec 18 21:07:27.847 INFO E| Compiling getopts v0.2.21
25352024-12-18T21:07:29.106Z[ helios-setup] Dec 18 21:07:27.933 INFO E| Compiling sha-1 v0.9.8
25362024-12-18T21:07:29.170Z[ helios-setup] Dec 18 21:07:27.998 INFO E| Compiling md-5 v0.9.1
25372024-12-18T21:07:29.717Z[ helios-setup] Dec 18 21:07:28.546 INFO E| Compiling walkdir v2.3.3
25382024-12-18T21:07:30.050Z[ helios-setup] Dec 18 21:07:28.878 INFO E| Compiling libdevinfo-sys v1.0.0
25392024-12-18T21:07:30.241Z[ helios-setup] Dec 18 21:07:29.069 INFO E| Compiling glob v0.3.1
25402024-12-18T21:07:31.709Z[ helios-setup] Dec 18 21:07:30.536 INFO E| Compiling slog-term v2.9.0
25412024-12-18T21:07:34.044Z[ helios-setup] Dec 18 21:07:32.862 INFO E| Compiling serde_derive v1.0.193
25422024-12-18T21:07:36.410Z[ host-package] Compiling same-file v1.0.6
25432024-12-18T21:07:36.611Z[ host-package] Compiling fastrand v2.1.1
25442024-12-18T21:07:36.869Z[ host-package] Compiling display-error-chain v0.2.2
25452024-12-18T21:07:37.157Z[ host-package] Compiling tempfile v3.13.0
25462024-12-18T21:07:37.323Z[ host-package] Compiling walkdir v2.5.0
25472024-12-18T21:07:37.469Z[ host-package] Compiling ring v0.16.20
25482024-12-18T21:07:37.997Z[ host-package] Compiling blake3 v1.5.4
25492024-12-18T21:07:38.030Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25502024-12-18T21:07:38.638Z[ host-package] Compiling xattr v1.3.1
25512024-12-18T21:07:38.698Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522024-12-18T21:07:38.987Z[ host-package] Compiling filetime v0.2.25
25532024-12-18T21:07:39.163Z[ host-package] Compiling memmap2 v0.9.5
25542024-12-18T21:07:39.381Z[ host-package] Compiling arrayref v0.3.9
25552024-12-18T21:07:39.521Z[ host-package] Compiling constant_time_eq v0.3.1
25562024-12-18T21:07:39.702Z[ host-package] Compiling spin v0.5.2
25572024-12-18T21:07:39.885Z[ host-package] Compiling keccak v0.1.5
25582024-12-18T21:07:39.904Z[ host-package] Compiling arrayvec v0.7.6
25592024-12-18T21:07:39.942Z[ host-package] Compiling tar v0.4.42
25602024-12-18T21:07:41.161Z[ host-package] Compiling sha3 v0.10.8
25612024-12-18T21:07:41.663Z[ host-package] Compiling toolchain_find v0.4.0
25622024-12-18T21:07:41.946Z[ host-package] Compiling camino-tempfile v1.1.1
25632024-12-18T21:07:42.160Z[ host-package] Compiling const_format_proc_macros v0.2.33
25642024-12-18T21:07:42.339Z[ host-package] Compiling topological-sort v0.2.2
25652024-12-18T21:07:42.424Z[ host-package] Compiling crunchy v0.2.2
25662024-12-18T21:07:42.620Z[ host-package] Compiling maplit v1.0.2
25672024-12-18T21:07:42.660Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25682024-12-18T21:07:42.780Z[ host-package] Compiling tiny-keccak v2.0.2
25692024-12-18T21:07:43.137Z[ host-package] Compiling omicron-zone-package v0.11.1
25702024-12-18T21:07:43.299Z[ host-package] Compiling dsl_auto_type v0.1.2
25712024-12-18T21:07:43.367Z[ host-package] Compiling phf_generator v0.11.2
25722024-12-18T21:07:43.686Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25732024-12-18T21:07:44.130Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25742024-12-18T21:07:44.241Z[ host-package] Compiling secrecy v0.8.0
25752024-12-18T21:07:44.300Z[ host-package] Compiling const_format v0.2.33
25762024-12-18T21:07:44.557Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25772024-12-18T21:07:44.807Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25782024-12-18T21:07:44.837Z[ host-package] Compiling arc-swap v1.7.1
25792024-12-18T21:07:45.085Z[ host-package] Compiling r2d2 v0.8.10
25802024-12-18T21:07:45.107Z[ host-package] Compiling diesel_derives v2.2.3
25812024-12-18T21:07:45.278Z[ host-package] Compiling phf_codegen v0.11.2
25822024-12-18T21:07:45.581Z[ host-package] Compiling slog-scope v4.4.0
25832024-12-18T21:07:45.697Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25842024-12-18T21:07:45.697Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25852024-12-18T21:07:46.126Z[ host-package] Compiling ascii-canvas v3.0.0
25862024-12-18T21:07:46.423Z[ host-package] Compiling universal-hash v0.5.1
25872024-12-18T21:07:46.754Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25882024-12-18T21:07:46.929Z[ host-package] Compiling parse-zoneinfo v0.3.1
25892024-12-18T21:07:47.658Z[ helios-setup] Dec 18 21:07:46.440 INFO E| Compiling toml v0.5.11
25902024-12-18T21:07:47.677Z[ helios-setup] Dec 18 21:07:46.440 INFO E| Compiling uuid v0.8.2
25912024-12-18T21:07:48.731Z[ host-package] Compiling ena v0.14.3
25922024-12-18T21:07:49.272Z[ host-package] Compiling opaque-debug v0.3.1
25932024-12-18T21:07:49.331Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25942024-12-18T21:07:49.445Z[ host-package] Compiling diff v0.1.13
25952024-12-18T21:07:49.734Z[ helios-setup] Dec 18 21:07:48.554 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25962024-12-18T21:07:49.996Z[ host-package] Compiling regex-syntax v0.6.29
25972024-12-18T21:07:50.169Z[ host-package] Compiling thiserror-no-std v2.0.2
25982024-12-18T21:07:50.339Z[ host-package] Compiling poly1305 v0.8.0
25992024-12-18T21:07:52.264Z[ host-package] Compiling chrono-tz-build v0.4.0
26002024-12-18T21:07:53.131Z[ helios-setup] Dec 18 21:07:51.952 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26012024-12-18T21:07:53.722Z[ host-package] Compiling slog-stdlog v4.1.1
26022024-12-18T21:07:54.688Z[ host-package] Compiling lalrpop v0.19.12
26032024-12-18T21:07:56.947Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26042024-12-18T21:07:58.247Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26052024-12-18T21:07:58.558Z[ host-package] Compiling diesel v2.2.6
26062024-12-18T21:07:58.759Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26072024-12-18T21:07:59.143Z[ host-package] Compiling chacha20 v0.9.1
26082024-12-18T21:07:59.644Z[ host-package] Compiling aead v0.5.2
26092024-12-18T21:08:00.060Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26102024-12-18T21:08:00.828Z[ host-package] Compiling ref-cast v1.0.23
26112024-12-18T21:08:01.532Z[ host-package] Compiling vte v0.11.1
26122024-12-18T21:08:03.362Z[ host-package] Compiling chacha20poly1305 v0.10.1
26132024-12-18T21:08:04.181Z[ host-package] Compiling slog-envlogger v2.2.0
26142024-12-18T21:08:05.869Z[ host-package] Compiling chrono-tz v0.10.0
26152024-12-18T21:08:06.604Z[ helios-setup] Dec 18 21:08:05.413 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.57s
26162024-12-18T21:08:06.629Z[ helios-setup] Dec 18 21:08:05.449 INFO building project "image-builder" ok (47 seconds)
26172024-12-18T21:08:06.630Z[ helios-setup] Dec 18 21:08:05.449 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26182024-12-18T21:08:06.630Z[ helios-setup] Dec 18 21:08:05.449 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26192024-12-18T21:08:06.640Z[ helios-setup] Dec 18 21:08:05.459 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
26202024-12-18T21:08:06.664Z[ host-package] Compiling vsss-rs v3.3.4
26212024-12-18T21:08:07.084Z[ helios-setup] Dec 18 21:08:05.861 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
26222024-12-18T21:08:07.084Z[ helios-setup] Dec 18 21:08:05.861 INFO E| info: downloading component 'cargo'
26232024-12-18T21:08:07.390Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26242024-12-18T21:08:07.636Z[ host-package] Compiling derive_builder_core v0.20.2
26252024-12-18T21:08:08.706Z[ helios-setup] Dec 18 21:08:07.521 INFO E| info: downloading component 'clippy'
26262024-12-18T21:08:09.131Z[ helios-setup] Dec 18 21:08:07.919 INFO E| info: downloading component 'rust-docs'
26272024-12-18T21:08:09.934Z[ host-package] Compiling headers-core v0.3.0
26282024-12-18T21:08:10.152Z[ host-package] Compiling fxhash v0.2.1
26292024-12-18T21:08:10.225Z[ helios-setup] Dec 18 21:08:09.044 INFO E| info: downloading component 'rust-src'
26302024-12-18T21:08:10.412Z[ host-package] Compiling libxml v0.3.3
26312024-12-18T21:08:10.519Z[ helios-setup] Dec 18 21:08:09.338 INFO E| info: downloading component 'rust-std'
26322024-12-18T21:08:10.810Z[ host-package] Compiling ref-cast-impl v1.0.23
26332024-12-18T21:08:11.492Z[ host-package] Compiling bytecount v0.6.8
26342024-12-18T21:08:11.882Z[ host-package] Compiling papergrid v0.11.0
26352024-12-18T21:08:12.429Z[ helios-setup] Dec 18 21:08:11.248 INFO E| info: downloading component 'rustc'
26362024-12-18T21:08:19.737Z[ helios-setup] Dec 18 21:08:17.040 INFO E| info: downloading component 'rustfmt'
26372024-12-18T21:08:19.738Z[ helios-setup] Dec 18 21:08:17.277 INFO E| info: installing component 'cargo'
26382024-12-18T21:08:19.753Z[ helios-setup] Dec 18 21:08:18.536 INFO E| info: installing component 'clippy'
26392024-12-18T21:08:20.189Z[ helios-setup] Dec 18 21:08:19.006 INFO E| info: installing component 'rust-docs'
26402024-12-18T21:08:23.877Z[ host-package] Compiling polar-core v0.27.3
26412024-12-18T21:08:26.805Z[ helios-setup] Dec 18 21:08:25.620 INFO E| info: installing component 'rust-src'
26422024-12-18T21:08:26.945Z[ host-package] Compiling headers v0.4.0
26432024-12-18T21:08:27.264Z[ host-package] Compiling derive_builder_macro v0.20.2
26442024-12-18T21:08:27.368Z[ helios-setup] Dec 18 21:08:26.183 INFO E| info: installing component 'rust-std'
26452024-12-18T21:08:29.411Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26462024-12-18T21:08:29.817Z[ helios-setup] Dec 18 21:08:28.631 INFO E| info: installing component 'rustc'
26472024-12-18T21:08:30.209Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26482024-12-18T21:08:30.253Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26492024-12-18T21:08:30.679Z[ host-package] Compiling tabled_derive v0.7.0
26502024-12-18T21:08:31.506Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26512024-12-18T21:08:33.358Z[ host-package] Compiling itertools v0.12.1
26522024-12-18T21:08:33.979Z[ host-package] Compiling fd-lock v4.0.2
26532024-12-18T21:08:34.226Z[ host-package] Compiling peg-macros v0.8.4
26542024-12-18T21:08:35.988Z[ helios-setup] Dec 18 21:08:34.801 INFO E| info: installing component 'rustfmt'
26552024-12-18T21:08:36.811Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26562024-12-18T21:08:36.845Z[ helios-setup] Dec 18 21:08:35.658 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26572024-12-18T21:08:37.664Z[ host-package] Compiling strum_macros v0.24.3
26582024-12-18T21:08:37.786Z[ helios-setup] Dec 18 21:08:36.599 INFO E| From https://github.com/oxidecomputer/amd-apcb
26592024-12-18T21:08:37.786Z[ helios-setup] Dec 18 21:08:36.599 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26602024-12-18T21:08:37.786Z[ helios-setup] Dec 18 21:08:36.599 INFO E| * [new tag] v0.4.3 -> v0.4.3
26612024-12-18T21:08:37.819Z[ helios-setup] Dec 18 21:08:36.632 INFO E| * [new tag] v0.1.3 -> v0.1.3
26622024-12-18T21:08:37.819Z[ helios-setup] Dec 18 21:08:36.632 INFO E| * [new tag] v0.1.4 -> v0.1.4
26632024-12-18T21:08:37.824Z[ helios-setup] Dec 18 21:08:36.632 INFO E| * [new tag] v0.1.5 -> v0.1.5
26642024-12-18T21:08:37.824Z[ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.2.0 -> v0.2.0
26652024-12-18T21:08:37.824Z[ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.3.0 -> v0.3.0
26662024-12-18T21:08:37.824Z[ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.3.1 -> v0.3.1
26672024-12-18T21:08:37.824Z[ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.3.2 -> v0.3.2
26682024-12-18T21:08:37.824Z[ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.3.3 -> v0.3.3
26692024-12-18T21:08:37.824Z[ helios-setup] Dec 18 21:08:36.634 INFO E| * [new tag] v0.4.0 -> v0.4.0
26702024-12-18T21:08:37.824Z[ helios-setup] Dec 18 21:08:36.634 INFO E| * [new tag] v0.4.1 -> v0.4.1
26712024-12-18T21:08:37.824Z[ helios-setup] Dec 18 21:08:36.634 INFO E| * [new tag] v0.4.2 -> v0.4.2
26722024-12-18T21:08:37.860Z[ helios-setup] Dec 18 21:08:36.671 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26732024-12-18T21:08:37.935Z[ host-package] Compiling kstat-rs v0.2.4
26742024-12-18T21:08:37.991Z[ host-package] Compiling samael v0.0.17
26752024-12-18T21:08:38.442Z[ host-package] Compiling unicase v2.7.0
26762024-12-18T21:08:38.796Z[ host-package] Compiling indoc v1.0.9
26772024-12-18T21:08:38.854Z[ helios-setup] Dec 18 21:08:37.666 INFO E| From https://github.com/oxidecomputer/amd-efs
26782024-12-18T21:08:38.854Z[ helios-setup] Dec 18 21:08:37.666 INFO E| * [new branch] empty -> origin/empty
26792024-12-18T21:08:38.856Z[ helios-setup] Dec 18 21:08:37.666 INFO E| * [new branch] issue-99 -> origin/issue-99
26802024-12-18T21:08:38.856Z[ helios-setup] Dec 18 21:08:37.666 INFO E| * [new branch] main -> origin/main
26812024-12-18T21:08:38.856Z[ helios-setup] Dec 18 21:08:37.667 INFO E| * [new branch] review -> origin/review
26822024-12-18T21:08:38.856Z[ helios-setup] Dec 18 21:08:37.667 INFO E| * [new ref] -> origin/HEAD
26832024-12-18T21:08:38.856Z[ helios-setup] Dec 18 21:08:37.667 INFO E| * [new tag] v0.2.0 -> v0.2.0
26842024-12-18T21:08:38.856Z[ helios-setup] Dec 18 21:08:37.667 INFO E| * [new tag] v0.2.1 -> v0.2.1
26852024-12-18T21:08:38.856Z[ helios-setup] Dec 18 21:08:37.667 INFO E| * [new tag] v0.2.2 -> v0.2.2
26862024-12-18T21:08:38.857Z[ helios-setup] Dec 18 21:08:37.667 INFO E| * [new tag] v0.2.3 -> v0.2.3
26872024-12-18T21:08:38.857Z[ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.2.4 -> v0.2.4
26882024-12-18T21:08:38.857Z[ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.2.5 -> v0.2.5
26892024-12-18T21:08:38.857Z[ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.2.6 -> v0.2.6
26902024-12-18T21:08:38.858Z[ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.2.7 -> v0.2.7
26912024-12-18T21:08:38.858Z[ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.3.0 -> v0.3.0
26922024-12-18T21:08:38.858Z[ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.3.1 -> v0.3.1
26932024-12-18T21:08:38.858Z[ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.4.0 -> v0.4.0
26942024-12-18T21:08:38.858Z[ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.4.1 -> v0.4.1
26952024-12-18T21:08:38.858Z[ helios-setup] Dec 18 21:08:37.669 INFO E| * [new tag] v0.4.2 -> v0.4.2
26962024-12-18T21:08:38.858Z[ helios-setup] Dec 18 21:08:37.669 INFO E| * [new tag] v0.4.3 -> v0.4.3
26972024-12-18T21:08:38.882Z[ helios-setup] Dec 18 21:08:37.694 INFO E| Updating crates.io index
26982024-12-18T21:08:38.948Z[ host-package] Compiling nu-ansi-term v0.50.1
26992024-12-18T21:08:39.246Z[ helios-setup] Dec 18 21:08:38.058 INFO E| Downloading crates ...
27002024-12-18T21:08:39.347Z[ helios-setup] Dec 18 21:08:38.157 INFO E| Downloaded ansi_term v0.12.1
27012024-12-18T21:08:39.353Z[ helios-setup] Dec 18 21:08:38.165 INFO E| Downloaded pest_meta v2.7.13
27022024-12-18T21:08:39.367Z[ helios-setup] Dec 18 21:08:38.169 INFO E| Downloaded fletcher v0.1.0
27032024-12-18T21:08:39.406Z[ helios-setup] Dec 18 21:08:38.219 INFO E| Downloaded unic-common v0.9.0
27042024-12-18T21:08:39.411Z[ helios-setup] Dec 18 21:08:38.220 INFO E| Downloaded unic-char-range v0.9.0
27052024-12-18T21:08:39.411Z[ helios-setup] Dec 18 21:08:38.222 INFO E| Downloaded pre v0.2.1
27062024-12-18T21:08:39.414Z[ helios-setup] Dec 18 21:08:38.223 INFO E| Downloaded four-cc v0.3.0
27072024-12-18T21:08:39.414Z[ helios-setup] Dec 18 21:08:38.225 INFO E| Downloaded clap v2.34.0
27082024-12-18T21:08:39.422Z[ helios-setup] Dec 18 21:08:38.234 INFO E| Downloaded unic-ucd-version v0.9.0
27092024-12-18T21:08:39.425Z[ helios-setup] Dec 18 21:08:38.235 INFO E| Downloaded unic-char-property v0.9.0
27102024-12-18T21:08:39.427Z[ helios-setup] Dec 18 21:08:38.237 INFO E| Downloaded thiserror v1.0.64
27112024-12-18T21:08:39.433Z[ helios-setup] Dec 18 21:08:38.243 INFO E| Downloaded rustc_version v0.2.3
27122024-12-18T21:08:39.436Z[ helios-setup] Dec 18 21:08:38.244 INFO E| Downloaded unic-ucd-ident v0.9.0
27132024-12-18T21:08:39.436Z[ helios-setup] Dec 18 21:08:38.247 INFO E| Downloaded strsim v0.8.0
27142024-12-18T21:08:39.449Z[ helios-setup] Dec 18 21:08:38.249 INFO E| Downloaded pest_generator v2.7.13
27152024-12-18T21:08:39.449Z[ helios-setup] Dec 18 21:08:38.251 INFO E| Downloaded proc-macro-crate v0.1.5
27162024-12-18T21:08:39.449Z[ helios-setup] Dec 18 21:08:38.252 INFO E| Downloaded strum v0.23.0
27172024-12-18T21:08:39.449Z[ helios-setup] Dec 18 21:08:38.253 INFO E| Downloaded strum_macros v0.23.1
27182024-12-18T21:08:39.449Z[ helios-setup] Dec 18 21:08:38.256 INFO E| Downloaded thiserror-impl v1.0.64
27192024-12-18T21:08:39.449Z[ helios-setup] Dec 18 21:08:38.258 INFO E| Downloaded textwrap v0.11.0
27202024-12-18T21:08:39.452Z[ helios-setup] Dec 18 21:08:38.261 INFO E| Downloaded structopt-derive v0.4.18
27212024-12-18T21:08:39.453Z[ helios-setup] Dec 18 21:08:38.263 INFO E| Downloaded pre-proc-macro v0.2.1
27222024-12-18T21:08:39.456Z[ helios-setup] Dec 18 21:08:38.266 INFO E| Downloaded scroll v0.10.2
27232024-12-18T21:08:39.456Z[ helios-setup] Dec 18 21:08:38.268 INFO E| Downloaded semver-parser v0.7.0
27242024-12-18T21:08:39.459Z[ helios-setup] Dec 18 21:08:38.269 INFO E| Downloaded modular-bitfield-impl v0.11.2
27252024-12-18T21:08:39.459Z[ helios-setup] Dec 18 21:08:38.270 INFO E| Downloaded parse_int v0.6.0
27262024-12-18T21:08:39.459Z[ helios-setup] Dec 18 21:08:38.271 INFO E| Downloaded pest_derive v2.7.13
27272024-12-18T21:08:39.462Z[ helios-setup] Dec 18 21:08:38.274 INFO E| Downloaded vec_map v0.8.2
27282024-12-18T21:08:39.464Z[ helios-setup] Dec 18 21:08:38.276 INFO E| Downloaded structopt v0.3.26
27292024-12-18T21:08:39.475Z[ helios-setup] Dec 18 21:08:38.287 INFO E| Downloaded serde_derive v1.0.210
27302024-12-18T21:08:39.491Z[ helios-setup] Dec 18 21:08:38.291 INFO E| Downloaded modular-bitfield v0.11.2
27312024-12-18T21:08:39.496Z[ helios-setup] Dec 18 21:08:38.309 INFO E| Downloaded serde v1.0.210
27322024-12-18T21:08:39.502Z[ helios-setup] Dec 18 21:08:38.314 INFO E| Downloaded semver v0.9.0
27332024-12-18T21:08:39.523Z[ helios-setup] Dec 18 21:08:38.316 INFO E| Downloaded proc-macro2 v1.0.86
27342024-12-18T21:08:39.543Z[ helios-setup] Dec 18 21:08:38.320 INFO E| Downloaded serde_json v1.0.128
27352024-12-18T21:08:39.552Z[ helios-setup] Dec 18 21:08:38.331 INFO E| Downloaded pest v2.7.13
27362024-12-18T21:08:39.552Z[ helios-setup] Dec 18 21:08:38.339 INFO E| Downloaded syn v2.0.79
27372024-12-18T21:08:39.552Z[ helios-setup] Dec 18 21:08:38.356 INFO E| Downloaded goblin v0.4.3
27382024-12-18T21:08:39.555Z[ helios-setup] Dec 18 21:08:38.364 INFO E| Downloaded once_cell v1.20.1
27392024-12-18T21:08:39.558Z[ helios-setup] Dec 18 21:08:38.367 INFO E| Downloaded scroll_derive v0.10.5
27402024-12-18T21:08:39.558Z[ helios-setup] Dec 18 21:08:38.369 INFO E| Downloaded memoffset v0.5.6
27412024-12-18T21:08:39.558Z[ helios-setup] Dec 18 21:08:38.370 INFO E| Downloaded cfg-if v0.1.10
27422024-12-18T21:08:39.560Z[ helios-setup] Dec 18 21:08:38.373 INFO E| Downloaded bytesize v1.3.0
27432024-12-18T21:08:39.564Z[ helios-setup] Dec 18 21:08:38.376 INFO E| Downloaded libc v0.2.159
27442024-12-18T21:08:39.700Z[ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling proc-macro2 v1.0.86
27452024-12-18T21:08:39.703Z[ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling unicode-ident v1.0.13
27462024-12-18T21:08:39.703Z[ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling syn v1.0.109
27472024-12-18T21:08:39.704Z[ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling version_check v0.9.5
27482024-12-18T21:08:39.704Z[ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling memchr v2.7.4
27492024-12-18T21:08:39.704Z[ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling autocfg v1.4.0
27502024-12-18T21:08:39.704Z[ helios-setup] Dec 18 21:08:38.514 INFO E| Compiling semver-parser v0.7.0
27512024-12-18T21:08:39.704Z[ helios-setup] Dec 18 21:08:38.514 INFO E| Compiling thiserror v1.0.64
27522024-12-18T21:08:39.778Z[ host-package] Compiling reedline v0.35.0
27532024-12-18T21:08:39.967Z[ helios-setup] Dec 18 21:08:38.779 INFO E| Compiling serde v1.0.210
27542024-12-18T21:08:40.529Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27552024-12-18T21:08:41.159Z[ helios-setup] Dec 18 21:08:39.971 INFO E| Compiling semver v0.9.0
27562024-12-18T21:08:41.510Z[ helios-setup] Dec 18 21:08:40.107 INFO E| Compiling proc-macro-error-attr v1.0.4
27572024-12-18T21:08:41.513Z[ helios-setup] Dec 18 21:08:40.227 INFO E| Compiling proc-macro-error v1.0.4
27582024-12-18T21:08:41.812Z[ helios-setup] Dec 18 21:08:40.623 INFO E| Compiling rustc_version v0.2.3
27592024-12-18T21:08:41.856Z[ helios-setup] Dec 18 21:08:40.667 INFO E| Compiling serde_json v1.0.128
27602024-12-18T21:08:42.169Z[ helios-setup] Dec 18 21:08:40.980 INFO E| Compiling num-traits v0.2.19
27612024-12-18T21:08:42.171Z[ helios-setup] Dec 18 21:08:40.980 INFO E| Compiling itoa v1.0.11
27622024-12-18T21:08:42.257Z[ helios-setup] Dec 18 21:08:41.069 INFO E| Compiling unicode-segmentation v1.12.0
27632024-12-18T21:08:42.608Z[ helios-setup] Dec 18 21:08:41.420 INFO E| Compiling ryu v1.0.18
27642024-12-18T21:08:42.677Z[ helios-setup] Dec 18 21:08:41.488 INFO E| Compiling schemars v0.8.21
27652024-12-18T21:08:42.863Z[ helios-setup] Dec 18 21:08:41.674 INFO E| Compiling pre-proc-macro v0.2.1
27662024-12-18T21:08:43.162Z[ helios-setup] Dec 18 21:08:41.973 INFO E| Compiling memoffset v0.5.6
27672024-12-18T21:08:43.224Z[ helios-setup] Dec 18 21:08:42.035 INFO E| Compiling quote v1.0.37
27682024-12-18T21:08:43.564Z[ helios-setup] Dec 18 21:08:42.376 INFO E| Compiling heck v0.3.3
27692024-12-18T21:08:43.688Z[ helios-setup] Dec 18 21:08:42.499 INFO E| Compiling lazy_static v1.5.0
27702024-12-18T21:08:43.848Z[ helios-setup] Dec 18 21:08:42.660 INFO E| Compiling rustversion v1.0.17
27712024-12-18T21:08:43.886Z[ helios-setup] Dec 18 21:08:42.697 INFO E| Compiling ucd-trie v0.1.7
27722024-12-18T21:08:43.967Z[ helios-setup] Dec 18 21:08:42.779 INFO E| Compiling syn v2.0.79
27732024-12-18T21:08:44.235Z[ helios-setup] Dec 18 21:08:43.046 INFO E| Compiling paste v1.0.15
27742024-12-18T21:08:44.417Z[ helios-setup] Dec 18 21:08:43.228 INFO E| Compiling libc v0.2.159
27752024-12-18T21:08:45.191Z[ helios-setup] Dec 18 21:08:44.000 INFO E| Compiling dyn-clone v1.0.17
27762024-12-18T21:08:45.596Z[ helios-setup] Dec 18 21:08:44.407 INFO E| Compiling pre v0.2.1
27772024-12-18T21:08:45.653Z[ helios-setup] Dec 18 21:08:44.463 INFO E| Compiling once_cell v1.20.1
27782024-12-18T21:08:45.715Z[ host-package] Compiling peg v0.8.4
27792024-12-18T21:08:45.880Z[ helios-setup] Dec 18 21:08:44.691 INFO E| Compiling cfg-if v0.1.10
27802024-12-18T21:08:45.961Z[ helios-setup] Dec 18 21:08:44.772 INFO E| Compiling byteorder v1.5.0
27812024-12-18T21:08:46.106Z[ host-package] Compiling tabled v0.15.0
27822024-12-18T21:08:46.456Z[ helios-setup] Dec 18 21:08:45.267 INFO E| Compiling static_assertions v1.1.0
27832024-12-18T21:08:47.100Z[ helios-setup] Dec 18 21:08:45.910 INFO E| Compiling unicode-width v0.1.14
27842024-12-18T21:08:48.056Z[ helios-setup] Dec 18 21:08:46.866 INFO E| Compiling atty v0.2.14
27852024-12-18T21:08:48.290Z[ helios-setup] Dec 18 21:08:47.100 INFO E| Compiling textwrap v0.11.0
27862024-12-18T21:08:48.430Z[ helios-setup] Dec 18 21:08:47.240 INFO E| Compiling unic-char-range v0.9.0
27872024-12-18T21:08:48.874Z[ helios-setup] Dec 18 21:08:47.684 INFO E| Compiling unic-common v0.9.0
27882024-12-18T21:08:49.042Z[ helios-setup] Dec 18 21:08:47.851 INFO E| Compiling bitflags v1.3.2
27892024-12-18T21:08:49.128Z[ helios-setup] Dec 18 21:08:47.938 INFO E| Compiling ansi_term v0.12.1
27902024-12-18T21:08:49.287Z[ helios-setup] Dec 18 21:08:48.097 INFO E| Compiling vec_map v0.8.2
27912024-12-18T21:08:49.310Z[ helios-setup] Dec 18 21:08:48.120 INFO E| Compiling strum v0.23.0
27922024-12-18T21:08:49.507Z[ helios-setup] Dec 18 21:08:48.317 INFO E| Compiling parse_int v0.6.0
27932024-12-18T21:08:49.556Z[ helios-setup] Dec 18 21:08:48.366 INFO E| Compiling fletcher v0.1.0
27942024-12-18T21:08:49.716Z[ helios-setup] Dec 18 21:08:48.526 INFO E| Compiling strsim v0.8.0
27952024-12-18T21:08:49.797Z[ helios-setup] Dec 18 21:08:48.607 INFO E| Compiling unic-ucd-version v0.9.0
27962024-12-18T21:08:49.891Z[ helios-setup] Dec 18 21:08:48.700 INFO E| Compiling unic-char-property v0.9.0
27972024-12-18T21:08:49.952Z[ helios-setup] Dec 18 21:08:48.761 INFO E| Compiling plain v0.2.3
27982024-12-18T21:08:50.048Z[ helios-setup] Dec 18 21:08:48.857 INFO E| Compiling log v0.4.22
27992024-12-18T21:08:50.289Z[ helios-setup] Dec 18 21:08:49.098 INFO E| Compiling clap v2.34.0
28002024-12-18T21:08:50.311Z[ helios-setup] Dec 18 21:08:49.121 INFO E| Compiling unic-ucd-ident v0.9.0
28012024-12-18T21:08:50.337Z[ helios-setup] Dec 18 21:08:49.147 INFO E| Compiling bytesize v1.3.0
28022024-12-18T21:08:52.555Z[ helios-setup] Dec 18 21:08:51.365 INFO E| Compiling serde_derive_internals v0.29.1
28032024-12-18T21:08:54.914Z[ helios-setup] Dec 18 21:08:53.723 INFO E| Compiling toml v0.5.11
28042024-12-18T21:08:57.758Z[ helios-setup] Dec 18 21:08:56.564 INFO E| Compiling proc-macro-crate v0.1.5
28052024-12-18T21:08:58.023Z[ helios-setup] Dec 18 21:08:56.831 INFO E| Compiling thiserror-impl v1.0.64
28062024-12-18T21:08:58.690Z[ helios-setup] Dec 18 21:08:57.498 INFO E| Compiling serde_derive v1.0.210
28072024-12-18T21:08:59.019Z[ helios-setup] Dec 18 21:08:57.827 INFO E| Compiling schemars_derive v0.8.21
28082024-12-18T21:08:59.095Z[ helios-setup] Dec 18 21:08:57.903 INFO E| Compiling zerocopy-derive v0.6.6
28092024-12-18T21:09:00.324Z[ helios-setup] Dec 18 21:08:59.132 INFO E| Compiling num-derive v0.4.2
28102024-12-18T21:09:02.839Z[ helios-setup] Dec 18 21:09:01.646 INFO E| Compiling zerocopy v0.6.6
28112024-12-18T21:09:03.641Z[ helios-setup] Dec 18 21:09:02.448 INFO E| Compiling pest v2.7.13
28122024-12-18T21:09:05.844Z[ helios-setup] Dec 18 21:09:04.650 INFO E| Compiling modular-bitfield-impl v0.11.2
28132024-12-18T21:09:05.845Z[ helios-setup] Dec 18 21:09:04.650 INFO E| Compiling scroll_derive v0.10.5
28142024-12-18T21:09:05.914Z[ helios-setup] Dec 18 21:09:04.719 INFO E| Compiling strum_macros v0.23.1
28152024-12-18T21:09:08.191Z[ helios-setup] Dec 18 21:09:06.996 INFO E| Compiling structopt-derive v0.4.18
28162024-12-18T21:09:08.983Z[ helios-setup] Dec 18 21:09:07.788 INFO E| Compiling pest_meta v2.7.13
28172024-12-18T21:09:09.017Z[ host-package] Compiling derive_builder v0.20.2
28182024-12-18T21:09:09.391Z[ helios-setup] Dec 18 21:09:08.196 INFO E| Compiling scroll v0.10.2
28192024-12-18T21:09:09.843Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28202024-12-18T21:09:10.770Z[ helios-setup] Dec 18 21:09:09.525 INFO E| Compiling goblin v0.4.3
28212024-12-18T21:09:10.962Z[ helios-setup] Dec 18 21:09:09.767 INFO E| Compiling modular-bitfield v0.11.2
28222024-12-18T21:09:12.081Z[ helios-setup] Dec 18 21:09:10.886 INFO E| Compiling pest_generator v2.7.13
28232024-12-18T21:09:13.572Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28242024-12-18T21:09:14.238Z[ helios-setup] Dec 18 21:09:13.008 INFO E| Compiling structopt v0.3.26
28252024-12-18T21:09:15.987Z[ helios-setup] Dec 18 21:09:14.791 INFO E| Compiling pest_derive v2.7.13
28262024-12-18T21:09:16.966Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28272024-12-18T21:09:17.599Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28282024-12-18T21:09:18.055Z[ host-package] Compiling bcs v0.1.6
28292024-12-18T21:09:19.198Z[ host-package] Compiling oso-derive v0.27.3
28302024-12-18T21:09:20.358Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28312024-12-18T21:09:20.391Z[ host-package] Compiling libz-sys v1.1.20
28322024-12-18T21:09:21.258Z[ host-package] Compiling quick-xml v0.33.0
28332024-12-18T21:09:21.844Z[ host-package] Compiling diesel-dtrace v0.4.2
28342024-12-18T21:09:21.928Z[ helios-setup] Dec 18 21:09:20.730 INFO E| Compiling json5 v0.4.1
28352024-12-18T21:09:22.757Z[ host-package] Compiling parking_lot_core v0.8.6
28362024-12-18T21:09:27.769Z[ helios-setup] Dec 18 21:09:26.570 INFO E| Compiling four-cc v0.3.0
28372024-12-18T21:09:27.769Z[ helios-setup] Dec 18 21:09:26.570 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28382024-12-18T21:09:27.965Z[ helios-setup] Dec 18 21:09:26.766 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
28392024-12-18T21:09:29.971Z[ host-package] Compiling oso v0.27.3
28402024-12-18T21:09:30.971Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28412024-12-18T21:09:33.113Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28422024-12-18T21:09:39.375Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28432024-12-18T21:09:42.869Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28442024-12-18T21:09:43.232Z[ host-package] Compiling bb8 v0.8.5
28452024-12-18T21:09:43.998Z[ host-package] Compiling async-bb8-diesel v0.2.1
28462024-12-18T21:09:46.971Z[ host-package] Compiling nibble_vec v0.1.0
28472024-12-18T21:09:47.319Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28482024-12-18T21:09:48.217Z[ host-package] Compiling atty v0.2.14
28492024-12-18T21:09:48.536Z[ host-package] Compiling salty v0.3.0
28502024-12-18T21:09:49.060Z[ host-package] Compiling endian-type v0.1.2
28512024-12-18T21:09:49.435Z[ host-package] Compiling radix_trie v0.2.1
28522024-12-18T21:09:50.940Z[ host-package] Compiling parking_lot v0.11.2
28532024-12-18T21:09:53.489Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28542024-12-18T21:09:58.641Z[ host-package] Compiling sled v0.34.7
28552024-12-18T21:10:09.470Z[ helios-setup] Dec 18 21:10:08.261 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28562024-12-18T21:10:22.770Z[ helios-setup] Dec 18 21:10:21.558 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28572024-12-18T21:10:25.228Z[ host-package] Compiling mime_guess v2.0.5
28582024-12-18T21:10:26.193Z[ host-package] Compiling hickory-client v0.24.1
28592024-12-18T21:10:26.794Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602024-12-18T21:10:27.687Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28612024-12-18T21:10:28.688Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28622024-12-18T21:10:29.251Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28632024-12-18T21:10:31.990Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28642024-12-18T21:10:33.694Z[ host-package] Compiling hickory-server v0.24.1
28652024-12-18T21:10:34.203Z[ host-package] Compiling primeorder v0.13.6
28662024-12-18T21:10:34.940Z[ host-package] Compiling vergen v8.3.2
28672024-12-18T21:10:35.274Z[ host-package] Compiling env_filter v0.1.2
28682024-12-18T21:10:36.866Z[ host-package] Compiling cargo-platform v0.1.8
28692024-12-18T21:10:37.535Z[ host-package] Compiling nanorand v0.7.0
28702024-12-18T21:10:37.753Z[ host-package] Compiling memoffset v0.9.1
28712024-12-18T21:10:38.345Z[ host-package] Compiling flume v0.11.1
28722024-12-18T21:10:38.530Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732024-12-18T21:10:38.944Z[ host-package] Compiling cargo_metadata v0.18.1
28742024-12-18T21:10:39.178Z[ host-package] Compiling env_logger v0.11.5
28752024-12-18T21:10:41.102Z[ host-package] Compiling p384 v0.13.0
28762024-12-18T21:10:42.981Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28772024-12-18T21:10:44.938Z[ host-package] Compiling git2 v0.19.0
28782024-12-18T21:10:46.195Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28792024-12-18T21:10:47.897Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28802024-12-18T21:10:49.301Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28812024-12-18T21:10:49.343Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28822024-12-18T21:10:56.385Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28832024-12-18T21:10:57.154Z[ host-package] Compiling rand_seeder v0.3.0
28842024-12-18T21:10:57.602Z[ host-package] Compiling libsqlite3-sys v0.30.1
28852024-12-18T21:10:57.897Z[ host-package] Compiling lzma-sys v0.1.20
28862024-12-18T21:10:58.193Z[ host-package] Compiling http-range v0.1.5
28872024-12-18T21:10:58.216Z[ host-package] Compiling rustls v0.21.12
28882024-12-18T21:10:58.570Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28892024-12-18T21:10:58.660Z[ host-package] Compiling cfg_aliases v0.2.1
28902024-12-18T21:10:58.802Z[ host-package] Compiling nix v0.29.0
28912024-12-18T21:10:59.047Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28922024-12-18T21:10:59.399Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28932024-12-18T21:10:59.884Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28942024-12-18T21:11:00.730Z[ helios-setup] Dec 18 21:10:59.510 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s
28952024-12-18T21:11:00.765Z[ helios-setup] Dec 18 21:10:59.544 INFO building project "amd-host-image-builder" ok (174 seconds)
28962024-12-18T21:11:00.768Z[ helios-setup] Dec 18 21:10:59.544 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28972024-12-18T21:11:00.770Z[ helios-setup] Dec 18 21:10:59.544 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28982024-12-18T21:11:00.900Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28992024-12-18T21:11:01.048Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29002024-12-18T21:11:01.108Z[ helios-setup] Dec 18 21:10:59.887 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29012024-12-18T21:11:01.118Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29022024-12-18T21:11:01.435Z[ host-package] Compiling rustls-webpki v0.101.7
29032024-12-18T21:11:02.496Z[ helios-setup] Dec 18 21:11:01.275 INFO E| From https://github.com/oxidecomputer/progenitor
29042024-12-18T21:11:02.497Z[ helios-setup] Dec 18 21:11:01.275 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29052024-12-18T21:11:02.528Z[ helios-setup] Dec 18 21:11:01.307 INFO E| * [new tag] v0.1.1 -> v0.1.1
29062024-12-18T21:11:02.528Z[ helios-setup] Dec 18 21:11:01.307 INFO E| * [new tag] v0.2.0 -> v0.2.0
29072024-12-18T21:11:02.631Z[ helios-setup] Dec 18 21:11:01.410 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29082024-12-18T21:11:03.255Z[ helios-setup] Dec 18 21:11:01.963 INFO E| From https://github.com/jclulow/hiercmd
29092024-12-18T21:11:03.255Z[ helios-setup] Dec 18 21:11:01.963 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29102024-12-18T21:11:03.264Z[ helios-setup] Dec 18 21:11:01.982 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29112024-12-18T21:11:03.815Z[ helios-setup] Dec 18 21:11:02.592 INFO E| From https://github.com/jclulow/network-interface
29122024-12-18T21:11:03.815Z[ helios-setup] Dec 18 21:11:02.592 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29132024-12-18T21:11:03.841Z[ helios-setup] Dec 18 21:11:02.620 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29142024-12-18T21:11:04.693Z[ helios-setup] Dec 18 21:11:03.471 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29152024-12-18T21:11:04.693Z[ helios-setup] Dec 18 21:11:03.471 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29162024-12-18T21:11:04.724Z[ helios-setup] Dec 18 21:11:03.502 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29172024-12-18T21:11:05.502Z[ host-package] Compiling sct v0.7.1
29182024-12-18T21:11:05.510Z[ helios-setup] Dec 18 21:11:04.289 INFO E| From https://github.com/oxidecomputer/facade
29192024-12-18T21:11:05.510Z[ helios-setup] Dec 18 21:11:04.289 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29202024-12-18T21:11:05.554Z[ helios-setup] Dec 18 21:11:04.332 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29212024-12-18T21:11:05.560Z[ host-package] Compiling heck v0.3.3
29222024-12-18T21:11:05.691Z[ host-package] Compiling castaway v0.2.3
29232024-12-18T21:11:05.911Z[ host-package] Compiling csv-core v0.1.11
29242024-12-18T21:11:05.962Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243)
29252024-12-18T21:11:05.987Z[ host-package] Compiling glob v0.3.1
29262024-12-18T21:11:06.328Z[ helios-setup] Dec 18 21:11:05.106 INFO E| From https://github.com/oxidecomputer/dropshot
29272024-12-18T21:11:06.330Z[ helios-setup] Dec 18 21:11:05.106 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29282024-12-18T21:11:06.366Z[ helios-setup] Dec 18 21:11:05.144 INFO E| * [new tag] v0.3.0 -> v0.3.0
29292024-12-18T21:11:06.366Z[ helios-setup] Dec 18 21:11:05.144 INFO E| * [new tag] v0.4.0 -> v0.4.0
29302024-12-18T21:11:06.369Z[ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.5.0 -> v0.5.0
29312024-12-18T21:11:06.369Z[ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.5.1 -> v0.5.1
29322024-12-18T21:11:06.369Z[ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.6.0 -> v0.6.0
29332024-12-18T21:11:06.370Z[ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.7.0 -> v0.7.0
29342024-12-18T21:11:06.370Z[ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.8.0 -> v0.8.0
29352024-12-18T21:11:06.370Z[ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.9.0 -> v0.9.0
29362024-12-18T21:11:06.398Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29372024-12-18T21:11:06.610Z[ helios-setup] Dec 18 21:11:05.201 INFO E| Updating crates.io index
29382024-12-18T21:11:06.614Z[ helios-setup] Dec 18 21:11:05.239 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29392024-12-18T21:11:06.722Z[ host-package] Compiling void v1.0.2
29402024-12-18T21:11:06.786Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29412024-12-18T21:11:06.895Z[ host-package] Compiling lzss v0.8.2
29422024-12-18T21:11:06.916Z[ host-package] Compiling csv v1.3.0
29432024-12-18T21:11:07.380Z[ helios-setup] Dec 18 21:11:06.157 INFO E| From https://github.com/oxidecomputer/typify
29442024-12-18T21:11:07.380Z[ helios-setup] Dec 18 21:11:06.157 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29452024-12-18T21:11:07.414Z[ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.10 -> v0.0.10
29462024-12-18T21:11:07.414Z[ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.11 -> v0.0.11
29472024-12-18T21:11:07.417Z[ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.4 -> v0.0.4
29482024-12-18T21:11:07.417Z[ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.5 -> v0.0.5
29492024-12-18T21:11:07.417Z[ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.7 -> v0.0.7
29502024-12-18T21:11:07.417Z[ helios-setup] Dec 18 21:11:06.193 INFO E| * [new tag] v0.0.8 -> v0.0.8
29512024-12-18T21:11:07.417Z[ helios-setup] Dec 18 21:11:06.193 INFO E| * [new tag] v0.0.9 -> v0.0.9
29522024-12-18T21:11:07.417Z[ host-package] Compiling zone_cfg_derive v0.1.2
29532024-12-18T21:11:07.913Z[ helios-setup] Dec 18 21:11:06.690 INFO E| Downloading crates ...
29542024-12-18T21:11:08.051Z[ helios-setup] Dec 18 21:11:06.828 INFO E| Downloaded async-stream-impl v0.3.5
29552024-12-18T21:11:08.054Z[ helios-setup] Dec 18 21:11:06.830 INFO E| Downloaded const-random v0.1.15
29562024-12-18T21:11:08.057Z[ helios-setup] Dec 18 21:11:06.835 INFO E| Downloaded anstream v0.2.6
29572024-12-18T21:11:08.064Z[ helios-setup] Dec 18 21:11:06.842 INFO E| Downloaded async-stream v0.3.5
29582024-12-18T21:11:08.067Z[ helios-setup] Dec 18 21:11:06.845 INFO E| Downloaded anstyle-parse v0.1.1
29592024-12-18T21:11:08.071Z[ helios-setup] Dec 18 21:11:06.849 INFO E| Downloaded const-random-macro v0.1.15
29602024-12-18T21:11:08.101Z[ host-package] Compiling compact_str v0.8.0
29612024-12-18T21:11:08.110Z[ helios-setup] Dec 18 21:11:06.881 INFO E| Downloaded project-root v0.2.2
29622024-12-18T21:11:08.137Z[ helios-setup] Dec 18 21:11:06.914 INFO E| Downloaded serde_derive_internals v0.26.0
29632024-12-18T21:11:08.139Z[ helios-setup] Dec 18 21:11:06.917 INFO E| Downloaded serde_spanned v0.6.1
29642024-12-18T21:11:08.143Z[ helios-setup] Dec 18 21:11:06.919 INFO E| Downloaded serde_derive v1.0.204
29652024-12-18T21:11:08.146Z[ helios-setup] Dec 18 21:11:06.923 INFO E| Downloaded byteorder v1.4.3
29662024-12-18T21:11:08.149Z[ helios-setup] Dec 18 21:11:06.926 INFO E| Downloaded tower-service v0.3.2
29672024-12-18T21:11:08.151Z[ helios-setup] Dec 18 21:11:06.927 INFO E| Downloaded toolchain_find v0.2.0
29682024-12-18T21:11:08.151Z[ helios-setup] Dec 18 21:11:06.929 INFO E| Downloaded built v0.6.0
29692024-12-18T21:11:08.154Z[ helios-setup] Dec 18 21:11:06.931 INFO E| Downloaded futures-macro v0.3.28
29702024-12-18T21:11:08.158Z[ helios-setup] Dec 18 21:11:06.933 INFO E| Downloaded digest v0.10.6
29712024-12-18T21:11:08.158Z[ helios-setup] Dec 18 21:11:06.935 INFO E| Downloaded try-lock v0.2.4
29722024-12-18T21:11:08.161Z[ helios-setup] Dec 18 21:11:06.937 INFO E| Downloaded crossbeam-deque v0.8.2
29732024-12-18T21:11:08.163Z[ helios-setup] Dec 18 21:11:06.939 INFO E| Downloaded pkg-config v0.3.26
29742024-12-18T21:11:08.166Z[ helios-setup] Dec 18 21:11:06.942 INFO E| Downloaded is-terminal v0.4.7
29752024-12-18T21:11:08.166Z[ helios-setup] Dec 18 21:11:06.944 INFO E| Downloaded want v0.3.0
29762024-12-18T21:11:08.168Z[ helios-setup] Dec 18 21:11:06.945 INFO E| Downloaded strsim v0.10.0
29772024-12-18T21:11:08.171Z[ helios-setup] Dec 18 21:11:06.948 INFO E| Downloaded rustls-pemfile v1.0.2
29782024-12-18T21:11:08.174Z[ helios-setup] Dec 18 21:11:06.951 INFO E| Downloaded proc-macro-crate v1.2.1
29792024-12-18T21:11:08.177Z[ helios-setup] Dec 18 21:11:06.953 INFO E| Downloaded num_enum_derive v0.5.7
29802024-12-18T21:11:08.180Z[ helios-setup] Dec 18 21:11:06.955 INFO E| Downloaded signal-hook-registry v1.4.0
29812024-12-18T21:11:08.180Z[ helios-setup] Dec 18 21:11:06.957 INFO E| Downloaded slog-bunyan v2.4.0
29822024-12-18T21:11:08.182Z[ helios-setup] Dec 18 21:11:06.959 INFO E| Downloaded http-body v0.4.5
29832024-12-18T21:11:08.185Z[ helios-setup] Dec 18 21:11:06.961 INFO E| Downloaded dyn-clone v1.0.11
29842024-12-18T21:11:08.188Z[ helios-setup] Dec 18 21:11:06.964 INFO E| Downloaded sha1 v0.10.5
29852024-12-18T21:11:08.193Z[ helios-setup] Dec 18 21:11:06.967 INFO E| Downloaded tokio-macros v2.0.0
29862024-12-18T21:11:08.193Z[ helios-setup] Dec 18 21:11:06.969 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29872024-12-18T21:11:08.195Z[ helios-setup] Dec 18 21:11:06.972 INFO E| Downloaded num_cpus v1.15.0
29882024-12-18T21:11:08.199Z[ helios-setup] Dec 18 21:11:06.976 INFO E| Downloaded terminal_size v0.2.6
29892024-12-18T21:11:08.201Z[ helios-setup] Dec 18 21:11:06.979 INFO E| Downloaded toml_datetime v0.6.1
29902024-12-18T21:11:08.204Z[ helios-setup] Dec 18 21:11:06.981 INFO E| Downloaded anstyle v0.3.5
29912024-12-18T21:11:08.207Z[ helios-setup] Dec 18 21:11:06.984 INFO E| Downloaded itoa v1.0.6
29922024-12-18T21:11:08.210Z[ helios-setup] Dec 18 21:11:06.986 INFO E| Downloaded semver-parser v0.10.2
29932024-12-18T21:11:08.212Z[ helios-setup] Dec 18 21:11:06.990 INFO E| Downloaded semver v0.11.0
29942024-12-18T21:11:08.215Z[ helios-setup] Dec 18 21:11:06.993 INFO E| Downloaded async-trait v0.1.68
29952024-12-18T21:11:08.221Z[ helios-setup] Dec 18 21:11:06.999 INFO E| Downloaded schemars_derive v0.8.12
29962024-12-18T21:11:08.229Z[ helios-setup] Dec 18 21:11:07.006 INFO E| Downloaded smallvec v1.10.0
29972024-12-18T21:11:08.232Z[ helios-setup] Dec 18 21:11:07.010 INFO E| Downloaded tempfile v3.5.0
29982024-12-18T21:11:08.236Z[ helios-setup] Dec 18 21:11:07.014 INFO E| Downloaded quote v1.0.36
29992024-12-18T21:11:08.241Z[ helios-setup] Dec 18 21:11:07.019 INFO E| Downloaded jobserver v0.1.26
30002024-12-18T21:11:08.244Z[ helios-setup] Dec 18 21:11:07.022 INFO E| Downloaded getrandom v0.2.8
30012024-12-18T21:11:08.252Z[ helios-setup] Dec 18 21:11:07.027 INFO E| Downloaded serde_tokenstream v0.2.0
30022024-12-18T21:11:08.255Z[ helios-setup] Dec 18 21:11:07.032 INFO E| Downloaded sct v0.7.0
30032024-12-18T21:11:08.259Z[ helios-setup] Dec 18 21:11:07.037 INFO E| Downloaded semver v1.0.17
30042024-12-18T21:11:08.264Z[ helios-setup] Dec 18 21:11:07.042 INFO E| Downloaded tokio-rustls v0.24.0
30052024-12-18T21:11:08.267Z[ helios-setup] Dec 18 21:11:07.045 INFO E| Downloaded socket2 v0.4.9
30062024-12-18T21:11:08.270Z[ helios-setup] Dec 18 21:11:07.048 INFO E| Downloaded textwrap v0.16.0
30072024-12-18T21:11:08.275Z[ helios-setup] Dec 18 21:11:07.053 INFO E| Downloaded ryu v1.0.13
30082024-12-18T21:11:08.280Z[ helios-setup] Dec 18 21:11:07.058 INFO E| Downloaded num-traits v0.2.15
30092024-12-18T21:11:08.285Z[ helios-setup] Dec 18 21:11:07.063 INFO E| Downloaded ucd-trie v0.1.5
30102024-12-18T21:11:08.288Z[ helios-setup] Dec 18 21:11:07.065 INFO E| Downloaded schemars v0.8.12
30112024-12-18T21:11:08.313Z[ helios-setup] Dec 18 21:11:07.091 INFO E| Downloaded uuid v1.3.0
30122024-12-18T21:11:08.318Z[ helios-setup] Dec 18 21:11:07.096 INFO E| Downloaded serde_yaml v0.9.21
30132024-12-18T21:11:08.323Z[ helios-setup] Dec 18 21:11:07.101 INFO E| Downloaded parking_lot v0.12.1
30142024-12-18T21:11:08.326Z[ helios-setup] Dec 18 21:11:07.104 INFO E| Downloaded url v2.3.1
30152024-12-18T21:11:08.331Z[ helios-setup] Dec 18 21:11:07.109 INFO E| Downloaded rayon-core v1.10.2
30162024-12-18T21:11:08.337Z[ helios-setup] Dec 18 21:11:07.115 INFO E| Downloaded toml_edit v0.19.8
30172024-12-18T21:11:08.364Z[ helios-setup] Dec 18 21:11:07.142 INFO E| Downloaded unicode-normalization v0.1.22
30182024-12-18T21:11:08.370Z[ helios-setup] Dec 18 21:11:07.148 INFO E| Downloaded winnow v0.4.1
30192024-12-18T21:11:08.409Z[ helios-setup] Dec 18 21:11:07.186 INFO E| Downloaded serde_json v1.0.95
30202024-12-18T21:11:08.420Z[ helios-setup] Dec 18 21:11:07.198 INFO E| Downloaded aho-corasick v0.7.20
30212024-12-18T21:11:08.426Z[ helios-setup] Dec 18 21:11:07.203 INFO E| Downloaded rustls-webpki v0.100.1
30222024-12-18T21:11:08.437Z[ helios-setup] Dec 18 21:11:07.214 INFO E| Downloaded mio v0.8.5
30232024-12-18T21:11:08.446Z[ helios-setup] Dec 18 21:11:07.224 INFO E| Downloaded pest v2.5.7
30242024-12-18T21:11:08.454Z[ helios-setup] Dec 18 21:11:07.232 INFO E| Downloaded http v0.2.9
30252024-12-18T21:11:08.469Z[ helios-setup] Dec 18 21:11:07.247 INFO E| Downloaded crossbeam-channel v0.5.6
30262024-12-18T21:11:08.475Z[ helios-setup] Dec 18 21:11:07.253 INFO E| Downloaded syn v1.0.107
30272024-12-18T21:11:08.491Z[ helios-setup] Dec 18 21:11:07.268 INFO E| Downloaded tokio-util v0.7.7
30282024-12-18T21:11:08.500Z[ helios-setup] Dec 18 21:11:07.278 INFO E| Downloaded syn v2.0.72
30292024-12-18T21:11:08.517Z[ helios-setup] Dec 18 21:11:07.294 INFO E| Downloaded clap_builder v4.2.1
30302024-12-18T21:11:08.528Z[ helios-setup] Dec 18 21:11:07.304 INFO E| Downloaded rayon v1.6.1
30312024-12-18T21:11:08.540Z[ helios-setup] Dec 18 21:11:07.318 INFO E| Downloaded reqwest v0.11.16
30322024-12-18T21:11:08.553Z[ helios-setup] Dec 18 21:11:07.331 INFO E| Downloaded h2 v0.3.16
30332024-12-18T21:11:08.565Z[ helios-setup] Dec 18 21:11:07.343 INFO E| Downloaded chrono v0.4.24
30342024-12-18T21:11:08.577Z[ helios-setup] Dec 18 21:11:07.355 INFO E| Downloaded hyper v0.14.25
30352024-12-18T21:11:08.591Z[ helios-setup] Dec 18 21:11:07.369 INFO E| Downloaded git2 v0.16.1
30362024-12-18T21:11:08.603Z[ helios-setup] Dec 18 21:11:07.381 INFO E| Downloaded regex v1.7.3
30372024-12-18T21:11:08.616Z[ helios-setup] Dec 18 21:11:07.394 INFO E| Downloaded futures-util v0.3.28
30382024-12-18T21:11:08.635Z[ helios-setup] Dec 18 21:11:07.413 INFO E| Downloaded unsafe-libyaml v0.2.8
30392024-12-18T21:11:08.640Z[ helios-setup] Dec 18 21:11:07.418 INFO E| Downloaded unicode-linebreak v0.1.4
30402024-12-18T21:11:08.643Z[ helios-setup] Dec 18 21:11:07.421 INFO E| Downloaded tracing-core v0.1.30
30412024-12-18T21:11:08.649Z[ helios-setup] Dec 18 21:11:07.426 INFO E| Downloaded rustls v0.21.0
30422024-12-18T21:11:08.665Z[ helios-setup] Dec 18 21:11:07.443 INFO E| Downloaded regress v0.5.0
30432024-12-18T21:11:08.676Z[ helios-setup] Dec 18 21:11:07.453 INFO E| Downloaded rustix v0.37.3
30442024-12-18T21:11:08.708Z[ helios-setup] Dec 18 21:11:07.484 INFO E| Downloaded rhai v1.14.0
30452024-12-18T21:11:08.727Z[ helios-setup] Dec 18 21:11:07.503 INFO E| Downloaded tracing v0.1.37
30462024-12-18T21:11:08.730Z[ helios-setup] Dec 18 21:11:07.508 INFO E| Downloaded memchr v2.5.0
30472024-12-18T21:11:08.736Z[ helios-setup] Dec 18 21:11:07.513 INFO E| Downloaded cc v1.0.78
30482024-12-18T21:11:08.739Z[ helios-setup] Dec 18 21:11:07.516 INFO E| Downloaded bytes v1.4.0
30492024-12-18T21:11:08.746Z[ helios-setup] Dec 18 21:11:07.523 INFO E| Downloaded openapiv3 v1.0.2
30502024-12-18T21:11:08.764Z[ helios-setup] Dec 18 21:11:07.541 INFO E| Downloaded serde v1.0.204
30512024-12-18T21:11:08.769Z[ helios-setup] Dec 18 21:11:07.547 INFO E| Downloaded base64 v0.21.0
30522024-12-18T21:11:08.775Z[ helios-setup] Dec 18 21:11:07.553 INFO E| Downloaded tinyvec v1.6.0
30532024-12-18T21:11:08.782Z[ helios-setup] Dec 18 21:11:07.558 INFO E| Downloaded parking_lot_core v0.9.6
30542024-12-18T21:11:08.787Z[ helios-setup] Dec 18 21:11:07.561 INFO E| Downloaded tokio v1.27.0
30552024-12-18T21:11:08.841Z[ helios-setup] Dec 18 21:11:07.617 INFO E| Downloaded futures v0.3.28
30562024-12-18T21:11:08.853Z[ helios-setup] Dec 18 21:11:07.625 INFO E| Downloaded unicode-ident v1.0.8
30572024-12-18T21:11:08.853Z[ helios-setup] Dec 18 21:11:07.629 INFO E| Downloaded unicode-bidi v0.3.13
30582024-12-18T21:11:08.862Z[ helios-setup] Dec 18 21:11:07.632 INFO E| Downloaded tungstenite v0.18.0
30592024-12-18T21:11:08.862Z[ helios-setup] Dec 18 21:11:07.636 INFO E| Downloaded toml v0.7.3
30602024-12-18T21:11:08.866Z[ helios-setup] Dec 18 21:11:07.641 INFO E| Downloaded time v0.1.45
30612024-12-18T21:11:08.866Z[ helios-setup] Dec 18 21:11:07.643 INFO E| Downloaded futures-channel v0.3.28
30622024-12-18T21:11:08.877Z[ helios-setup] Dec 18 21:11:07.647 INFO E| Downloaded crossbeam-epoch v0.9.13
30632024-12-18T21:11:08.877Z[ helios-setup] Dec 18 21:11:07.651 INFO E| Downloaded clap v4.2.1
30642024-12-18T21:11:08.889Z[ helios-setup] Dec 18 21:11:07.665 INFO E| Downloaded lock_api v0.4.9
30652024-12-18T21:11:08.891Z[ helios-setup] Dec 18 21:11:07.668 INFO E| Downloaded crossbeam-utils v0.8.14
30662024-12-18T21:11:08.894Z[ helios-setup] Dec 18 21:11:07.672 INFO E| Downloaded anyhow v1.0.68
30672024-12-18T21:11:08.901Z[ helios-setup] Dec 18 21:11:07.679 INFO E| Downloaded smartstring v1.0.1
30682024-12-18T21:11:08.906Z[ helios-setup] Dec 18 21:11:07.683 INFO E| Downloaded log v0.4.17
30692024-12-18T21:11:08.909Z[ helios-setup] Dec 18 21:11:07.687 INFO E| Downloaded libc v0.2.139
30702024-12-18T21:11:08.946Z[ helios-setup] Dec 18 21:11:07.723 INFO E| Downloaded ipnet v2.7.2
30712024-12-18T21:11:08.949Z[ helios-setup] Dec 18 21:11:07.726 INFO E| Downloaded httparse v1.8.0
30722024-12-18T21:11:08.952Z[ helios-setup] Dec 18 21:11:07.730 INFO E| Downloaded tokio-tungstenite v0.18.0
30732024-12-18T21:11:08.955Z[ helios-setup] Dec 18 21:11:07.733 INFO E| Downloaded io-lifetimes v1.0.10
30742024-12-18T21:11:08.959Z[ helios-setup] Dec 18 21:11:07.736 INFO E| Downloaded scopeguard v1.1.0
30752024-12-18T21:11:08.962Z[ helios-setup] Dec 18 21:11:07.738 INFO E| Downloaded rhai_codegen v1.5.0
30762024-12-18T21:11:08.972Z[ helios-setup] Dec 18 21:11:07.750 INFO E| Downloaded num_enum v0.5.7
30772024-12-18T21:11:08.981Z[ helios-setup] Dec 18 21:11:07.757 INFO E| Downloaded pin-project-lite v0.2.9
30782024-12-18T21:11:08.996Z[ helios-setup] Dec 18 21:11:07.764 INFO E| Downloaded once_cell v1.17.0
30792024-12-18T21:11:08.997Z[ helios-setup] Dec 18 21:11:07.767 INFO E| Downloaded num-integer v0.1.45
30802024-12-18T21:11:09.003Z[ helios-setup] Dec 18 21:11:07.770 INFO E| Downloaded home v0.5.4
30812024-12-18T21:11:09.003Z[ helios-setup] Dec 18 21:11:07.771 INFO E| Downloaded cargo-lock v8.0.3
30822024-12-18T21:11:09.007Z[ helios-setup] Dec 18 21:11:07.781 INFO E| Downloaded percent-encoding v2.2.0
30832024-12-18T21:11:09.007Z[ helios-setup] Dec 18 21:11:07.781 INFO E| Downloaded thiserror-impl v1.0.38
30842024-12-18T21:11:09.007Z[ helios-setup] Dec 18 21:11:07.781 INFO E| Downloaded thiserror v1.0.38
30852024-12-18T21:11:09.010Z[ helios-setup] Dec 18 21:11:07.785 INFO E| Downloaded slab v0.4.7
30862024-12-18T21:11:09.011Z[ helios-setup] Dec 18 21:11:07.787 INFO E| Downloaded utf8parse v0.2.1
30872024-12-18T21:11:09.018Z[ helios-setup] Dec 18 21:11:07.789 INFO E| Downloaded futures-task v0.3.28
30882024-12-18T21:11:09.018Z[ helios-setup] Dec 18 21:11:07.791 INFO E| Downloaded clap_derive v4.2.0
30892024-12-18T21:11:09.023Z[ helios-setup] Dec 18 21:11:07.795 INFO E| Downloaded camino v1.1.4
30902024-12-18T21:11:09.023Z[ helios-setup] Dec 18 21:11:07.798 INFO E| Downloaded bincode v1.3.3
30912024-12-18T21:11:09.031Z[ helios-setup] Dec 18 21:11:07.801 INFO E| Downloaded ahash v0.7.6
30922024-12-18T21:11:09.031Z[ helios-setup] Dec 18 21:11:07.805 INFO E| Downloaded rustfmt-wrapper v0.2.0
30932024-12-18T21:11:09.034Z[ helios-setup] Dec 18 21:11:07.808 INFO E| Downloaded lazy_static v1.4.0
30942024-12-18T21:11:09.035Z[ helios-setup] Dec 18 21:11:07.810 INFO E| Downloaded ahash v0.8.3
30952024-12-18T21:11:09.038Z[ helios-setup] Dec 18 21:11:07.814 INFO E| Downloaded memoffset v0.7.1
30962024-12-18T21:11:09.041Z[ helios-setup] Dec 18 21:11:07.816 INFO E| Downloaded form_urlencoded v1.1.0
30972024-12-18T21:11:09.041Z[ helios-setup] Dec 18 21:11:07.817 INFO E| Downloaded sha2 v0.10.6
30982024-12-18T21:11:09.044Z[ helios-setup] Dec 18 21:11:07.821 INFO E| Downloaded ppv-lite86 v0.2.17
30992024-12-18T21:11:09.047Z[ helios-setup] Dec 18 21:11:07.823 INFO E| Downloaded paste v1.0.12
31002024-12-18T21:11:09.051Z[ helios-setup] Dec 18 21:11:07.828 INFO E| Downloaded futures-core v0.3.28
31012024-12-18T21:11:09.053Z[ helios-setup] Dec 18 21:11:07.831 INFO E| Downloaded fastrand v1.9.0
31022024-12-18T21:11:09.056Z[ helios-setup] Dec 18 21:11:07.833 INFO E| Downloaded either v1.8.0
31032024-12-18T21:11:09.060Z[ helios-setup] Dec 18 21:11:07.835 INFO E| Downloaded smawk v0.3.1
31042024-12-18T21:11:09.063Z[ helios-setup] Dec 18 21:11:07.837 INFO E| Downloaded slog-async v2.7.0
31052024-12-18T21:11:09.063Z[ helios-setup] Dec 18 21:11:07.839 INFO E| Downloaded serde_path_to_error v0.1.11
31062024-12-18T21:11:09.066Z[ helios-setup] Dec 18 21:11:07.841 INFO E| Downloaded iana-time-zone v0.1.56
31072024-12-18T21:11:09.078Z[ helios-setup] Dec 18 21:11:07.855 INFO E| Downloaded httpdate v1.0.2
31082024-12-18T21:11:09.080Z[ helios-setup] Dec 18 21:11:07.857 INFO E| Downloaded futures-sink v0.3.28
31092024-12-18T21:11:09.084Z[ helios-setup] Dec 18 21:11:07.858 INFO E| Downloaded futures-io v0.3.28
31102024-12-18T21:11:09.084Z[ helios-setup] Dec 18 21:11:07.859 INFO E| Downloaded futures-executor v0.3.28
31112024-12-18T21:11:09.087Z[ helios-setup] Dec 18 21:11:07.862 INFO E| Downloaded concolor-query v0.3.3
31122024-12-18T21:11:09.087Z[ helios-setup] Dec 18 21:11:07.863 INFO E| Downloaded clap_lex v0.4.1
31132024-12-18T21:11:09.089Z[ helios-setup] Dec 18 21:11:07.864 INFO E| Downloaded autocfg v1.1.0
31142024-12-18T21:11:09.089Z[ helios-setup] Dec 18 21:11:07.866 INFO E| Downloaded concolor-override v1.0.0
31152024-12-18T21:11:09.150Z[ helios-setup] Dec 18 21:11:07.927 INFO E| Downloaded encoding_rs v0.8.32
31162024-12-18T21:11:09.235Z[ helios-setup] Dec 18 21:11:08.012 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31172024-12-18T21:11:09.395Z[ helios-setup] Dec 18 21:11:08.171 INFO E| Downloaded libz-sys v1.1.8
31182024-12-18T21:11:09.546Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31192024-12-18T21:11:09.710Z[ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling proc-macro2 v1.0.86
31202024-12-18T21:11:09.710Z[ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling libc v0.2.139
31212024-12-18T21:11:09.713Z[ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling unicode-ident v1.0.8
31222024-12-18T21:11:09.713Z[ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling autocfg v1.1.0
31232024-12-18T21:11:09.713Z[ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling cfg-if v1.0.0
31242024-12-18T21:11:09.713Z[ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling version_check v0.9.4
31252024-12-18T21:11:09.714Z[ helios-setup] Dec 18 21:11:08.488 INFO E| Compiling serde v1.0.204
31262024-12-18T21:11:09.714Z[ helios-setup] Dec 18 21:11:08.488 INFO E| Compiling syn v1.0.107
31272024-12-18T21:11:10.250Z[ helios-setup] Dec 18 21:11:09.027 INFO E| Compiling memchr v2.5.0
31282024-12-18T21:11:11.349Z[ helios-setup] Dec 18 21:11:10.124 INFO E| Compiling once_cell v1.17.0
31292024-12-18T21:11:11.497Z[ helios-setup] Dec 18 21:11:10.274 INFO E| Compiling log v0.4.17
31302024-12-18T21:11:11.502Z[ helios-setup] Dec 18 21:11:10.274 INFO E| Compiling thiserror v1.0.38
31312024-12-18T21:11:11.597Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31322024-12-18T21:11:12.105Z[ helios-setup] Dec 18 21:11:10.882 INFO E| Compiling itoa v1.0.6
31332024-12-18T21:11:12.562Z[ helios-setup] Dec 18 21:11:11.338 INFO E| Compiling serde_json v1.0.95
31342024-12-18T21:11:13.127Z[ helios-setup] Dec 18 21:11:11.900 INFO E| Compiling indexmap v1.9.3
31352024-12-18T21:11:13.247Z[ helios-setup] Dec 18 21:11:12.024 INFO E| Compiling getrandom v0.2.8
31362024-12-18T21:11:13.430Z[ helios-setup] Dec 18 21:11:12.202 INFO E| Compiling jobserver v0.1.26
31372024-12-18T21:11:13.811Z[ helios-setup] Dec 18 21:11:12.588 INFO E| Compiling scopeguard v1.1.0
31382024-12-18T21:11:13.875Z[ host-package] Compiling hyper-staticfile v0.10.1
31392024-12-18T21:11:14.043Z[ helios-setup] Dec 18 21:11:12.819 INFO E| Compiling pin-project-lite v0.2.9
31402024-12-18T21:11:14.133Z[ helios-setup] Dec 18 21:11:12.909 INFO E| Compiling cc v1.0.78
31412024-12-18T21:11:14.257Z[ helios-setup] Dec 18 21:11:13.033 INFO E| Compiling quote v1.0.36
31422024-12-18T21:11:14.860Z[ helios-setup] Dec 18 21:11:13.636 INFO E| Compiling num-integer v0.1.45
31432024-12-18T21:11:15.071Z[ helios-setup] Dec 18 21:11:13.847 INFO E| Compiling syn v2.0.72
31442024-12-18T21:11:15.543Z[ helios-setup] Dec 18 21:11:14.319 INFO E| Compiling bytes v1.4.0
31452024-12-18T21:11:15.601Z[ helios-setup] Dec 18 21:11:14.377 INFO E| Compiling futures-core v0.3.28
31462024-12-18T21:11:16.183Z[ helios-setup] Dec 18 21:11:14.959 INFO E| Compiling ryu v1.0.13
31472024-12-18T21:11:16.416Z[ host-package] Compiling nix v0.27.1
31482024-12-18T21:11:17.413Z[ helios-setup] Dec 18 21:11:16.189 INFO E| Compiling lock_api v0.4.9
31492024-12-18T21:11:17.524Z[ helios-setup] Dec 18 21:11:16.299 INFO E| Compiling bitflags v1.3.2
31502024-12-18T21:11:17.783Z[ helios-setup] Dec 18 21:11:16.558 INFO E| Compiling parking_lot_core v0.9.6
31512024-12-18T21:11:17.868Z[ helios-setup] Dec 18 21:11:16.640 INFO E| Compiling typenum v1.16.0
31522024-12-18T21:11:18.018Z[ helios-setup] Dec 18 21:11:16.794 INFO E| Compiling num_cpus v1.15.0
31532024-12-18T21:11:18.546Z[ helios-setup] Dec 18 21:11:17.321 INFO E| Compiling slab v0.4.7
31542024-12-18T21:11:18.668Z[ helios-setup] Dec 18 21:11:17.444 INFO E| Compiling generic-array v0.14.6
31552024-12-18T21:11:18.846Z[ helios-setup] Dec 18 21:11:17.621 INFO E| Compiling futures-channel v0.3.28
31562024-12-18T21:11:19.002Z[ helios-setup] Dec 18 21:11:17.777 INFO E| Compiling futures-sink v0.3.28
31572024-12-18T21:11:19.033Z[ helios-setup] Dec 18 21:11:17.808 INFO E| Compiling futures-task v0.3.28
31582024-12-18T21:11:19.685Z[ helios-setup] Dec 18 21:11:18.459 INFO E| Compiling tokio v1.27.0
31592024-12-18T21:11:19.876Z[ helios-setup] Dec 18 21:11:18.651 INFO E| Compiling futures-util v0.3.28
31602024-12-18T21:11:20.127Z[ helios-setup] Dec 18 21:11:18.902 INFO E| Compiling schemars v0.8.12
31612024-12-18T21:11:21.053Z[ helios-setup] Dec 18 21:11:19.828 INFO E| Compiling socket2 v0.4.9
31622024-12-18T21:11:21.056Z[ helios-setup] Dec 18 21:11:19.829 INFO E| Compiling signal-hook-registry v1.4.0
31632024-12-18T21:11:21.056Z[ helios-setup] Dec 18 21:11:19.830 INFO E| Compiling mio v0.8.5
31642024-12-18T21:11:21.496Z[ helios-setup] Dec 18 21:11:20.268 INFO E| Compiling num-traits v0.2.15
31652024-12-18T21:11:21.871Z[ helios-setup] Dec 18 21:11:20.645 INFO E| Compiling ahash v0.7.6
31662024-12-18T21:11:21.954Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31672024-12-18T21:11:22.596Z[ helios-setup] Dec 18 21:11:21.370 INFO E| Compiling pin-utils v0.1.0
31682024-12-18T21:11:23.024Z[ helios-setup] Dec 18 21:11:21.798 INFO E| Compiling crunchy v0.2.2
31692024-12-18T21:11:23.195Z[ helios-setup] Dec 18 21:11:21.969 INFO E| Compiling futures-io v0.3.28
31702024-12-18T21:11:23.894Z[ helios-setup] Dec 18 21:11:22.668 INFO E| Compiling io-lifetimes v1.0.10
31712024-12-18T21:11:24.312Z[ helios-setup] Dec 18 21:11:23.086 INFO E| Compiling ahash v0.8.3
31722024-12-18T21:11:24.368Z[ helios-setup] Dec 18 21:11:23.141 INFO E| Compiling rustix v0.37.3
31732024-12-18T21:11:25.126Z[ helios-setup] Dec 18 21:11:23.900 INFO E| Compiling tiny-keccak v2.0.2
31742024-12-18T21:11:25.760Z[ helios-setup] Dec 18 21:11:24.532 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31752024-12-18T21:11:25.936Z[ helios-setup] Dec 18 21:11:24.708 INFO E| Compiling hashbrown v0.12.3
31762024-12-18T21:11:26.380Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31772024-12-18T21:11:26.651Z[ helios-setup] Dec 18 21:11:25.423 INFO E| Compiling crypto-common v0.1.6
31782024-12-18T21:11:26.768Z[ helios-setup] Dec 18 21:11:25.540 INFO E| Compiling block-buffer v0.10.3
31792024-12-18T21:11:26.938Z[ helios-setup] Dec 18 21:11:25.711 INFO E| Compiling serde_derive_internals v0.26.0
31802024-12-18T21:11:27.634Z[ helios-setup] Dec 18 21:11:26.407 INFO E| Compiling errno v0.3.1
31812024-12-18T21:11:28.177Z[ helios-setup] Dec 18 21:11:26.950 INFO E| Compiling fnv v1.0.7
31822024-12-18T21:11:28.193Z[ helios-setup] Dec 18 21:11:26.966 INFO E| Compiling pkg-config v0.3.26
31832024-12-18T21:11:28.563Z[ helios-setup] Dec 18 21:11:27.336 INFO E| Compiling slog v2.7.0
31842024-12-18T21:11:28.640Z[ helios-setup] Dec 18 21:11:27.413 INFO E| Compiling crossbeam-utils v0.8.14
31852024-12-18T21:11:29.869Z[ helios-setup] Dec 18 21:11:28.641 INFO E| Compiling http v0.2.9
31862024-12-18T21:11:31.023Z[ helios-setup] Dec 18 21:11:29.796 INFO E| Compiling digest v0.10.6
31872024-12-18T21:11:32.228Z[ helios-setup] Dec 18 21:11:31.000 INFO E| Compiling aho-corasick v0.7.20
31882024-12-18T21:11:32.362Z[ helios-setup] Dec 18 21:11:31.134 INFO E| Compiling anyhow v1.0.68
31892024-12-18T21:11:32.762Z[ helios-setup] Dec 18 21:11:31.534 INFO E| Compiling tinyvec_macros v0.1.1
31902024-12-18T21:11:33.188Z[ helios-setup] Dec 18 21:11:31.959 INFO E| Compiling unicode-width v0.1.10
31912024-12-18T21:11:33.678Z[ helios-setup] Dec 18 21:11:32.449 INFO E| Compiling regex-syntax v0.6.29
31922024-12-18T21:11:33.725Z[ helios-setup] Dec 18 21:11:32.496 INFO E| Compiling heck v0.4.1
31932024-12-18T21:11:35.020Z[ helios-setup] Dec 18 21:11:33.791 INFO E| Compiling percent-encoding v2.2.0
31942024-12-18T21:11:35.223Z[ helios-setup] Dec 18 21:11:33.994 INFO E| Compiling httparse v1.8.0
31952024-12-18T21:11:36.028Z[ helios-setup] Dec 18 21:11:34.800 INFO E| Compiling cpufeatures v0.2.5
31962024-12-18T21:11:36.137Z[ helios-setup] Dec 18 21:11:34.908 INFO E| Compiling const-random-macro v0.1.15
31972024-12-18T21:11:36.195Z[ helios-setup] Dec 18 21:11:34.966 INFO E| Compiling form_urlencoded v1.1.0
31982024-12-18T21:11:36.513Z[ helios-setup] Dec 18 21:11:35.284 INFO E| Compiling tinyvec v1.6.0
31992024-12-18T21:11:37.142Z[ helios-setup] Dec 18 21:11:35.913 INFO E| Compiling hashbrown v0.13.2
32002024-12-18T21:11:37.866Z[ helios-setup] Dec 18 21:11:36.637 INFO E| Compiling thiserror-impl v1.0.38
32012024-12-18T21:11:37.934Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32022024-12-18T21:11:38.020Z[ helios-setup] Dec 18 21:11:36.790 INFO E| Compiling schemars_derive v0.8.12
32032024-12-18T21:11:38.765Z[ helios-setup] Dec 18 21:11:37.534 INFO E| Compiling serde_derive v1.0.204
32042024-12-18T21:11:38.963Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32052024-12-18T21:11:39.050Z[ helios-setup] Dec 18 21:11:37.820 INFO E| Compiling tokio-macros v2.0.0
32062024-12-18T21:11:39.563Z[ helios-setup] Dec 18 21:11:38.334 INFO E| Compiling futures-macro v0.3.28
32072024-12-18T21:11:40.024Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32082024-12-18T21:11:40.268Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32092024-12-18T21:11:40.575Z[ helios-setup] Dec 18 21:11:39.345 INFO E| Compiling chrono v0.4.24
32102024-12-18T21:11:41.189Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32112024-12-18T21:11:42.030Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32122024-12-18T21:11:42.307Z[ helios-setup] Dec 18 21:11:41.076 INFO E| Compiling regex v1.7.3
32132024-12-18T21:11:43.600Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32142024-12-18T21:11:44.181Z[ helios-setup] Dec 18 21:11:42.950 INFO E| Compiling libz-sys v1.1.8
32152024-12-18T21:11:44.349Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32162024-12-18T21:11:45.068Z[ helios-setup] Dec 18 21:11:43.836 INFO E| Compiling uuid v1.3.0
32172024-12-18T21:11:45.498Z[ helios-setup] Dec 18 21:11:44.267 INFO E| Compiling dyn-clone v1.0.11
32182024-12-18T21:11:46.108Z[ helios-setup] Dec 18 21:11:44.877 INFO E| Compiling unicode-normalization v0.1.22
32192024-12-18T21:11:46.160Z[ helios-setup] Dec 18 21:11:44.929 INFO E| Compiling regress v0.5.0
32202024-12-18T21:11:46.313Z[ helios-setup] Dec 18 21:11:45.082 INFO E| Compiling const-random v0.1.15
32212024-12-18T21:11:48.606Z[ helios-setup] Dec 18 21:11:47.374 INFO E| Compiling getopts v0.2.21
32222024-12-18T21:11:49.276Z[ helios-setup] Dec 18 21:11:48.044 INFO E| Compiling tracing-core v0.1.30
32232024-12-18T21:11:49.491Z[ helios-setup] Dec 18 21:11:48.259 INFO E| Compiling memoffset v0.7.1
32242024-12-18T21:11:50.511Z[ helios-setup] Dec 18 21:11:49.176 INFO E| Compiling powerfmt v0.2.0
32252024-12-18T21:11:51.385Z[ helios-setup] Dec 18 21:11:50.153 INFO E| Compiling num-conv v0.1.0
32262024-12-18T21:11:51.889Z[ helios-setup] Dec 18 21:11:50.656 INFO E| Compiling time-core v0.1.2
32272024-12-18T21:11:52.036Z[ helios-setup] Dec 18 21:11:50.803 INFO E| Compiling ucd-trie v0.1.5
32282024-12-18T21:11:52.472Z[ helios-setup] Dec 18 21:11:51.239 INFO E| Compiling unicode-bidi v0.3.13
32292024-12-18T21:11:53.176Z[ host-package] Compiling unicode-truncate v1.1.0
32302024-12-18T21:11:54.031Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32312024-12-18T21:11:54.038Z[ helios-setup] Dec 18 21:11:52.804 INFO E| Compiling idna v0.3.0
32322024-12-18T21:11:55.291Z[ helios-setup] Dec 18 21:11:54.058 INFO E| Compiling time-macros v0.2.18
32332024-12-18T21:11:56.227Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32342024-12-18T21:11:57.396Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32352024-12-18T21:11:57.713Z[ helios-setup] Dec 18 21:11:56.479 INFO E| Compiling pest v2.5.7
32362024-12-18T21:11:58.015Z[ host-package] Compiling hashlink v0.9.1
32372024-12-18T21:11:59.013Z[ host-package] Compiling tungstenite v0.23.0
32382024-12-18T21:11:59.486Z[ host-package] Compiling lru v0.12.5
32392024-12-18T21:11:59.568Z[ helios-setup] Dec 18 21:11:58.334 INFO E| Compiling tracing v0.1.37
32402024-12-18T21:11:59.741Z[ host-package] Compiling instability v0.3.2
32412024-12-18T21:11:59.811Z[ helios-setup] Dec 18 21:11:58.577 INFO E| Compiling deranged v0.3.11
32422024-12-18T21:11:59.977Z[ host-package] Compiling base64 v0.13.1
32432024-12-18T21:12:00.476Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32442024-12-18T21:12:01.149Z[ host-package] Compiling cassowary v0.3.0
32452024-12-18T21:12:01.549Z[ host-package] Compiling fallible-iterator v0.3.0
32462024-12-18T21:12:02.131Z[ host-package] Compiling ratatui v0.28.1
32472024-12-18T21:12:02.516Z[ helios-setup] Dec 18 21:12:01.281 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32482024-12-18T21:12:02.668Z[ helios-setup] Dec 18 21:12:01.433 INFO E| Compiling time v0.1.45
32492024-12-18T21:12:03.292Z[ host-package] Compiling rusqlite v0.32.1
32502024-12-18T21:12:03.516Z[ helios-setup] Dec 18 21:12:02.281 INFO E| Compiling crossbeam-epoch v0.9.13
32512024-12-18T21:12:03.616Z[ helios-setup] Dec 18 21:12:02.381 INFO E| Compiling num_threads v0.1.6
32522024-12-18T21:12:04.528Z[ helios-setup] Dec 18 21:12:03.292 INFO E| Compiling semver v1.0.17
32532024-12-18T21:12:05.045Z[ helios-setup] Dec 18 21:12:03.809 INFO E| Compiling iana-time-zone v0.1.56
32542024-12-18T21:12:05.154Z[ helios-setup] Dec 18 21:12:03.918 INFO E| Compiling time v0.3.36
32552024-12-18T21:12:06.377Z[ helios-setup] Dec 18 21:12:05.141 INFO E| Compiling semver-parser v0.10.2
32562024-12-18T21:12:06.645Z[ helios-setup] Dec 18 21:12:05.409 INFO E| Compiling toml v0.5.11
32572024-12-18T21:12:06.909Z[ helios-setup] Dec 18 21:12:05.673 INFO E| Compiling serde_tokenstream v0.2.0
32582024-12-18T21:12:07.964Z[ host-package] Compiling tokio-tungstenite v0.23.1
32592024-12-18T21:12:08.026Z[ helios-setup] Dec 18 21:12:06.789 INFO E| Compiling smallvec v1.10.0
32602024-12-18T21:12:08.759Z[ host-package] Compiling ron v0.7.1
32612024-12-18T21:12:09.248Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32622024-12-18T21:12:10.076Z[ helios-setup] Dec 18 21:12:08.839 INFO E| Compiling parking_lot v0.12.1
32632024-12-18T21:12:11.127Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32642024-12-18T21:12:13.521Z[ host-package] Compiling xz2 v0.1.7
32652024-12-18T21:12:14.033Z[ helios-setup] Dec 18 21:12:12.796 INFO E| Compiling url v2.3.1
32662024-12-18T21:12:16.758Z[ helios-setup] Dec 18 21:12:15.519 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32672024-12-18T21:12:17.094Z[ host-package] Compiling tokio-rustls v0.24.1
32682024-12-18T21:12:17.748Z[ helios-setup] Dec 18 21:12:16.509 INFO E| Compiling crossbeam-channel v0.5.6
32692024-12-18T21:12:18.207Z[ host-package] Compiling zone v0.1.8
32702024-12-18T21:12:19.315Z[ helios-setup] Dec 18 21:12:18.076 INFO E| Compiling dirs-sys-next v0.1.2
32712024-12-18T21:12:21.409Z[ helios-setup] Dec 18 21:12:20.169 INFO E| Compiling try-lock v0.2.4
32722024-12-18T21:12:22.252Z[ helios-setup] Dec 18 21:12:21.009 INFO E| Compiling same-file v1.0.6
32732024-12-18T21:12:22.351Z[ helios-setup] Dec 18 21:12:21.111 INFO E| Compiling crc32fast v1.3.2
32742024-12-18T21:12:22.839Z[ helios-setup] Dec 18 21:12:21.599 INFO E| Compiling walkdir v2.3.3
32752024-12-18T21:12:24.355Z[ helios-setup] Dec 18 21:12:23.115 INFO E| Compiling want v0.3.0
32762024-12-18T21:12:24.487Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32772024-12-18T21:12:25.664Z[ helios-setup] Dec 18 21:12:24.424 INFO E| Compiling dirs-next v2.0.0
32782024-12-18T21:12:26.860Z[ helios-setup] Dec 18 21:12:25.619 INFO E| Compiling proc-macro-crate v1.2.1
32792024-12-18T21:12:27.252Z[ helios-setup] Dec 18 21:12:26.011 INFO E| Compiling semver v0.11.0
32802024-12-18T21:12:30.201Z[ helios-setup] Dec 18 21:12:28.959 INFO E| Compiling tokio-util v0.7.7
32812024-12-18T21:12:30.364Z[ helios-setup] Dec 18 21:12:29.122 INFO E| Compiling futures-executor v0.3.28
32822024-12-18T21:12:32.056Z[ helios-setup] Dec 18 21:12:30.814 INFO E| Compiling http-body v0.4.5
32832024-12-18T21:12:32.893Z[ helios-setup] Dec 18 21:12:31.650 INFO E| Compiling h2 v0.3.16
32842024-12-18T21:12:33.321Z[ helios-setup] Dec 18 21:12:32.079 INFO E| Compiling ring v0.16.20
32852024-12-18T21:12:34.381Z[ helios-setup] Dec 18 21:12:33.137 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32862024-12-18T21:12:34.820Z[ helios-setup] Dec 18 21:12:33.577 INFO E| Compiling rand_core v0.6.4
32872024-12-18T21:12:35.468Z[ helios-setup] Dec 18 21:12:34.225 INFO E| Compiling thread_local v1.1.7
32882024-12-18T21:12:36.076Z[ helios-setup] Dec 18 21:12:34.834 INFO E| Compiling httpdate v1.0.2
32892024-12-18T21:12:37.404Z[ helios-setup] Dec 18 21:12:36.160 INFO E| Compiling ppv-lite86 v0.2.17
32902024-12-18T21:12:37.793Z[ helios-setup] Dec 18 21:12:36.302 INFO E| Compiling base64 v0.21.0
32912024-12-18T21:12:38.950Z[ helios-setup] Dec 18 21:12:37.707 INFO E| Compiling rayon-core v1.10.2
32922024-12-18T21:12:39.468Z[ helios-setup] Dec 18 21:12:38.224 INFO E| Compiling home v0.5.4
32932024-12-18T21:12:39.583Z[ helios-setup] Dec 18 21:12:38.338 INFO E| Compiling fastrand v1.9.0
32942024-12-18T21:12:39.965Z[ helios-setup] Dec 18 21:12:38.720 INFO E| Compiling adler v1.0.2
32952024-12-18T21:12:40.089Z[ helios-setup] Dec 18 21:12:38.845 INFO E| Compiling utf8parse v0.2.1
32962024-12-18T21:12:40.425Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32972024-12-18T21:12:40.533Z[ helios-setup] Dec 18 21:12:39.289 INFO E| Compiling lazy_static v1.4.0
32982024-12-18T21:12:40.721Z[ helios-setup] Dec 18 21:12:39.476 INFO E| Compiling tower-service v0.3.2
32992024-12-18T21:12:41.234Z[ helios-setup] Dec 18 21:12:39.990 INFO E| Compiling toolchain_find v0.2.0
33002024-12-18T21:12:42.148Z[ helios-setup] Dec 18 21:12:40.902 INFO E| Compiling anstyle-parse v0.1.1
33012024-12-18T21:12:42.203Z[ helios-setup] Dec 18 21:12:40.959 INFO E| Compiling tempfile v3.5.0
33022024-12-18T21:12:43.056Z[ helios-setup] Dec 18 21:12:41.811 INFO E| Compiling miniz_oxide v0.6.2
33032024-12-18T21:12:44.053Z[ helios-setup] Dec 18 21:12:42.808 INFO E| Compiling hyper v0.14.25
33042024-12-18T21:12:45.341Z[ helios-setup] Dec 18 21:12:44.095 INFO E| Compiling rand_chacha v0.3.1
33052024-12-18T21:12:46.911Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33062024-12-18T21:12:48.607Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33072024-12-18T21:12:49.181Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33082024-12-18T21:12:50.453Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33092024-12-18T21:12:51.191Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33102024-12-18T21:12:58.021Z[ host-package] Compiling rustls-pemfile v1.0.4
33112024-12-18T21:12:59.698Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33122024-12-18T21:13:00.315Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33132024-12-18T21:13:01.662Z[ helios-setup] Dec 18 21:13:00.411 INFO E| Compiling futures v0.3.28
33142024-12-18T21:13:02.038Z[ helios-setup] Dec 18 21:13:00.789 INFO E| Compiling cargo-lock v8.0.3
33152024-12-18T21:13:03.365Z[ helios-setup] Dec 18 21:13:02.116 INFO E| Compiling crossbeam-deque v0.8.2
33162024-12-18T21:13:04.186Z[ helios-setup] Dec 18 21:13:02.934 INFO E| Compiling num_enum_derive v0.5.7
33172024-12-18T21:13:09.071Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33182024-12-18T21:13:09.388Z[ host-package] Compiling signal-hook-tokio v0.3.1
33192024-12-18T21:13:09.414Z[ helios-setup] Dec 18 21:13:08.163 INFO E| Compiling term v0.7.0
33202024-12-18T21:13:09.563Z[ host-package] Compiling twox-hash v1.6.3
33212024-12-18T21:13:10.035Z[ host-package] Compiling yasna v0.5.2
33222024-12-18T21:13:11.096Z[ helios-setup] Dec 18 21:13:09.783 INFO E| Compiling serde_urlencoded v0.7.1
33232024-12-18T21:13:11.744Z[ host-package] Compiling unicode-linebreak v0.1.5
33242024-12-18T21:13:12.489Z[ helios-setup] Dec 18 21:13:11.238 INFO E| Compiling sha2 v0.10.6
33252024-12-18T21:13:12.666Z[ helios-setup] Dec 18 21:13:11.414 INFO E| Compiling sha1 v0.10.5
33262024-12-18T21:13:13.008Z[ host-package] Compiling smawk v0.3.2
33272024-12-18T21:13:13.058Z[ helios-setup] Dec 18 21:13:11.807 INFO E| Compiling is-terminal v0.4.7
33282024-12-18T21:13:13.588Z[ host-package] Compiling is_ci v1.2.0
33292024-12-18T21:13:14.049Z[ helios-setup] Dec 18 21:13:12.797 INFO E| Compiling atty v0.2.14
33302024-12-18T21:13:14.159Z[ host-package] Compiling supports-color v3.0.1
33312024-12-18T21:13:14.582Z[ helios-setup] Dec 18 21:13:13.328 INFO E| Compiling concolor-override v1.0.0
33322024-12-18T21:13:15.201Z[ host-package] Compiling textwrap v0.16.1
33332024-12-18T21:13:15.244Z[ host-package] Compiling rcgen v0.12.1
33342024-12-18T21:13:16.482Z[ helios-setup] Dec 18 21:13:15.230 INFO E| Compiling concolor-query v0.3.3
33352024-12-18T21:13:17.296Z[ helios-setup] Dec 18 21:13:16.043 INFO E| Compiling anstyle v0.3.5
33362024-12-18T21:13:17.391Z[ helios-setup] Dec 18 21:13:16.138 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33372024-12-18T21:13:17.910Z[ helios-setup] Dec 18 21:13:16.657 INFO E| Compiling anstream v0.2.6
33382024-12-18T21:13:19.691Z[ helios-setup] Dec 18 21:13:18.437 INFO E| Compiling slog-term v2.9.0
33392024-12-18T21:13:19.748Z[ helios-setup] Dec 18 21:13:18.493 INFO E| Compiling flate2 v1.0.25
33402024-12-18T21:13:21.210Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412024-12-18T21:13:21.594Z[ helios-setup] Dec 18 21:13:20.341 INFO E| Compiling num_enum v0.5.7
33422024-12-18T21:13:22.519Z[ helios-setup] Dec 18 21:13:21.265 INFO E| Compiling rand v0.8.5
33432024-12-18T21:13:23.051Z[ helios-setup] Dec 18 21:13:21.797 INFO E| Compiling rustfmt-wrapper v0.2.0
33442024-12-18T21:13:24.215Z[ helios-setup] Dec 18 21:13:22.961 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33452024-12-18T21:13:24.674Z[ helios-setup] Dec 18 21:13:23.419 INFO E| Compiling openapiv3 v1.0.2
33462024-12-18T21:13:25.080Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33472024-12-18T21:13:26.012Z[ helios-setup] Dec 18 21:13:24.757 INFO E| Compiling encoding_rs v0.8.32
33482024-12-18T21:13:26.352Z[ helios-setup] Dec 18 21:13:25.094 INFO E| Compiling base64 v0.13.1
33492024-12-18T21:13:26.563Z[ helios-setup] Dec 18 21:13:25.309 INFO E| Compiling spin v0.5.2
33502024-12-18T21:13:27.272Z[ helios-setup] Dec 18 21:13:26.017 INFO E| Compiling untrusted v0.7.1
33512024-12-18T21:13:27.918Z[ helios-setup] Dec 18 21:13:26.661 INFO E| Compiling byteorder v1.4.3
33522024-12-18T21:13:28.196Z[ helios-setup] Dec 18 21:13:26.941 INFO E| Compiling mime v0.3.17
33532024-12-18T21:13:29.171Z[ helios-setup] Dec 18 21:13:27.914 INFO E| Compiling either v1.8.0
33542024-12-18T21:13:30.055Z[ helios-setup] Dec 18 21:13:28.800 INFO E| Compiling unsafe-libyaml v0.2.8
33552024-12-18T21:13:30.195Z[ helios-setup] Dec 18 21:13:28.939 INFO E| Compiling strsim v0.10.0
33562024-12-18T21:13:33.032Z[ helios-setup] Dec 18 21:13:31.776 INFO E| Compiling clap_lex v0.4.1
33572024-12-18T21:13:33.131Z[ helios-setup] Dec 18 21:13:31.875 INFO E| Compiling utf-8 v0.7.6
33582024-12-18T21:13:33.516Z[ helios-setup] Dec 18 21:13:32.260 INFO E| Compiling ipnet v2.7.2
33592024-12-18T21:13:33.744Z[ helios-setup] Dec 18 21:13:32.487 INFO E| Compiling project-root v0.2.2
33602024-12-18T21:13:34.090Z[ helios-setup] Dec 18 21:13:32.833 INFO E| Compiling tungstenite v0.18.0
33612024-12-18T21:13:34.254Z[ helios-setup] Dec 18 21:13:32.998 INFO E| Compiling clap_builder v4.2.1
33622024-12-18T21:13:34.499Z[ helios-setup] Dec 18 21:13:33.242 INFO E| Compiling serde_yaml v0.9.21
33632024-12-18T21:13:37.502Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33642024-12-18T21:13:39.121Z[ helios-setup] Dec 18 21:13:37.862 INFO E| Compiling reqwest v0.11.16
33652024-12-18T21:13:39.433Z[ helios-setup] Dec 18 21:13:38.176 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33662024-12-18T21:13:39.442Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33672024-12-18T21:13:41.977Z[ helios-setup] Dec 18 21:13:40.719 INFO E| Compiling rayon v1.6.1
33682024-12-18T21:13:47.539Z[ helios-setup] Dec 18 21:13:46.280 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33692024-12-18T21:13:50.070Z[ helios-setup] Dec 18 21:13:48.810 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33702024-12-18T21:13:52.553Z[ helios-setup] Dec 18 21:13:51.293 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33712024-12-18T21:13:53.027Z[ helios-setup] Dec 18 21:13:51.767 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33722024-12-18T21:13:54.912Z[ helios-setup] Dec 18 21:13:53.651 INFO E| Compiling clap_derive v4.2.0
33732024-12-18T21:13:58.154Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33742024-12-18T21:13:59.001Z[ helios-setup] Dec 18 21:13:57.738 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33752024-12-18T21:14:04.072Z[ helios-setup] Dec 18 21:14:02.809 INFO E| Compiling clap v4.2.1
33762024-12-18T21:14:05.934Z[ helios-setup] Dec 18 21:14:04.669 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33772024-12-18T21:14:16.370Z[ helios-setup] Dec 18 21:14:15.103 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33782024-12-18T21:14:18.303Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33792024-12-18T21:14:19.678Z[ helios-setup] Dec 18 21:14:18.411 INFO E| Compiling tokio-tungstenite v0.18.0
33802024-12-18T21:14:20.958Z[ helios-setup] Dec 18 21:14:19.691 INFO E| Compiling smartstring v1.0.1
33812024-12-18T21:14:22.103Z[ helios-setup] Dec 18 21:14:20.836 INFO E| Compiling rustls v0.21.0
33822024-12-18T21:14:24.479Z[ helios-setup] Dec 18 21:14:23.211 INFO E| Compiling sct v0.7.0
33832024-12-18T21:14:26.118Z[ helios-setup] Dec 18 21:14:24.850 INFO E| Compiling rustls-webpki v0.100.1
33842024-12-18T21:14:27.111Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33852024-12-18T21:14:27.180Z[ helios-setup] Dec 18 21:14:25.911 INFO E| Compiling serde_spanned v0.6.1
33862024-12-18T21:14:28.065Z[ helios-setup] Dec 18 21:14:26.796 INFO E| Compiling toml_datetime v0.6.1
33872024-12-18T21:14:29.405Z[ helios-setup] Dec 18 21:14:28.136 INFO E| Compiling static_assertions v1.1.0
33882024-12-18T21:14:29.456Z[ helios-setup] Dec 18 21:14:28.187 INFO E| Compiling match_cfg v0.1.0
33892024-12-18T21:14:29.607Z[ helios-setup] Dec 18 21:14:28.338 INFO E| Compiling camino v1.1.4
33902024-12-18T21:14:29.746Z[ helios-setup] Dec 18 21:14:28.476 INFO E| Compiling paste v1.0.12
33912024-12-18T21:14:30.341Z[ helios-setup] Dec 18 21:14:29.071 INFO E| Compiling async-trait v0.1.68
33922024-12-18T21:14:31.012Z[ helios-setup] Dec 18 21:14:29.743 INFO E| Compiling winnow v0.4.1
33932024-12-18T21:14:31.094Z[ helios-setup] Dec 18 21:14:29.825 INFO E| Compiling slog-async v2.7.0
33942024-12-18T21:14:32.571Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33952024-12-18T21:14:32.876Z[ helios-setup] Dec 18 21:14:31.606 INFO E| Compiling hostname v0.3.1
33962024-12-18T21:14:33.683Z[ helios-setup] Dec 18 21:14:32.413 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33972024-12-18T21:14:33.813Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33982024-12-18T21:14:39.133Z[ helios-setup] Dec 18 21:14:37.862 INFO E| Compiling toml_edit v0.19.8
33992024-12-18T21:14:39.564Z[ helios-setup] Dec 18 21:14:38.292 INFO E| Compiling slog-json v2.6.1
34002024-12-18T21:14:41.103Z[ helios-setup] Dec 18 21:14:39.831 INFO E| Compiling unicode-linebreak v0.1.4
34012024-12-18T21:14:45.073Z[ helios-setup] Dec 18 21:14:43.800 INFO E| Compiling async-stream-impl v0.3.5
34022024-12-18T21:14:46.344Z[ helios-setup] Dec 18 21:14:45.071 INFO E| Compiling rhai_codegen v1.5.0
34032024-12-18T21:14:48.034Z[ helios-setup] Dec 18 21:14:46.760 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34042024-12-18T21:14:49.055Z[ helios-setup] Dec 18 21:14:47.779 INFO E| Compiling take_mut v0.2.2
34052024-12-18T21:14:50.147Z[ helios-setup] Dec 18 21:14:48.873 INFO E| Compiling async-stream v0.3.5
34062024-12-18T21:14:51.345Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34072024-12-18T21:14:51.495Z[ helios-setup] Dec 18 21:14:50.220 INFO E| Compiling toml v0.7.3
34082024-12-18T21:14:52.335Z[ helios-setup] Dec 18 21:14:51.060 INFO E| Compiling rhai v1.14.0
34092024-12-18T21:14:52.384Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34102024-12-18T21:14:52.581Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34112024-12-18T21:14:55.002Z[ helios-setup] Dec 18 21:14:53.727 INFO E| Compiling tokio-rustls v0.24.0
34122024-12-18T21:14:56.209Z[ helios-setup] Dec 18 21:14:54.933 INFO E| Compiling slog-bunyan v2.4.0
34132024-12-18T21:15:00.727Z[ helios-setup] Dec 18 21:14:59.450 INFO E| Compiling rustls-pemfile v1.0.2
34142024-12-18T21:15:02.330Z[ helios-setup] Dec 18 21:15:01.053 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34152024-12-18T21:15:02.429Z[ helios-setup] Dec 18 21:15:01.152 INFO E| Compiling bincode v1.3.3
34162024-12-18T21:15:04.343Z[ helios-setup] Dec 18 21:15:03.066 INFO E| Compiling serde_path_to_error v0.1.11
34172024-12-18T21:15:04.635Z[ helios-setup] Dec 18 21:15:03.358 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34182024-12-18T21:15:04.926Z[ host-package] Compiling fatfs v0.3.6
34192024-12-18T21:15:06.457Z[ helios-setup] Dec 18 21:15:05.179 INFO E| Compiling terminal_size v0.2.6
34202024-12-18T21:15:06.817Z[ helios-setup] Dec 18 21:15:05.539 INFO E| Compiling smawk v0.3.1
34212024-12-18T21:15:07.497Z[ helios-setup] Dec 18 21:15:06.219 INFO E| Compiling textwrap v0.16.0
34222024-12-18T21:15:10.190Z[ host-package] Compiling subprocess v0.2.9
34232024-12-18T21:15:11.686Z[ host-package] Compiling rtoolbox v0.0.2
34242024-12-18T21:15:11.991Z[ host-package] Compiling assert_matches v1.5.0
34252024-12-18T21:15:12.925Z[ host-package] Compiling rpassword v7.3.1
34262024-12-18T21:15:14.089Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34272024-12-18T21:15:18.388Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34282024-12-18T21:15:23.272Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34292024-12-18T21:15:24.063Z[ host-package] Compiling tui-tree-widget v0.22.0
34302024-12-18T21:15:25.242Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34312024-12-18T21:15:29.127Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34322024-12-18T21:15:34.121Z[ helios-setup] Dec 18 21:15:32.837 INFO E| Compiling git2 v0.16.1
34332024-12-18T21:15:35.175Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34342024-12-18T21:15:35.701Z[ host-package] Compiling uzers v0.12.1
34352024-12-18T21:15:39.429Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34362024-12-18T21:15:39.613Z[ helios-setup] Dec 18 21:15:38.327 INFO E| Compiling built v0.6.0
34372024-12-18T21:15:43.389Z[ helios-setup] Dec 18 21:15:42.103 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34382024-12-18T21:15:45.132Z[ helios-setup] Dec 18 21:15:43.845 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34392024-12-18T21:15:45.869Z[ helios-setup] Dec 18 21:15:44.582 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34402024-12-18T21:15:47.122Z[ helios-setup] Dec 18 21:15:45.663 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34412024-12-18T21:15:48.508Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34422024-12-18T21:15:49.875Z[ helios-setup] Dec 18 21:15:48.582 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34432024-12-18T21:15:51.744Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34442024-12-18T21:16:39.439Z[ helios-setup] Dec 18 21:16:38.139 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34452024-12-18T21:16:45.782Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34462024-12-18T21:16:46.772Z[ host-package] Compiling multimap v0.10.0
34472024-12-18T21:17:43.887Z[ helios-setup] Dec 18 21:17:42.572 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s
34482024-12-18T21:17:44.010Z[ helios-setup] Dec 18 21:17:42.695 INFO building project "pilot" ok (403 seconds)
34492024-12-18T21:17:44.015Z[ helios-setup] rm -f helios-build
34502024-12-18T21:17:44.015Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34512024-12-18T21:17:44.018Z[ helios-setup]
34522024-12-18T21:17:44.020Z[ helios-setup] Setup complete! ./helios-build is now available.
34532024-12-18T21:17:44.023Z[ helios-setup]
34542024-12-18T21:17:44.023Z[ helios-setup]
34552024-12-18T21:17:44.023Z[ helios-setup] real 11:46.135030887
34562024-12-18T21:17:44.023Z[ helios-setup] user 28:35.578294801
34572024-12-18T21:17:44.023Z[ helios-setup] sys 3:31.833750995
34582024-12-18T21:17:44.023Z[ helios-setup] trap 1.660323424
34592024-12-18T21:17:44.023Z[ helios-setup] tflt 7.586099526
34602024-12-18T21:17:44.023Z[ helios-setup] dflt 27.555469354
34612024-12-18T21:17:44.023Z[ helios-setup] kflt 0.050268983
34622024-12-18T21:17:44.023Z[ helios-setup] lock 2:05:29.164811742
34632024-12-18T21:17:44.023Z[ helios-setup] slp 3:42:06.703270234
34642024-12-18T21:17:44.023Z[ helios-setup] lat 32:45.299142115
34652024-12-18T21:17:44.026Z[ helios-setup] stop 4:40.528614541
34662024-12-18T21:17:44.026ZDec 18 21:17:42.708 INFO [helios-setup] process exited with exit status: 0 (706.140479563s)
34672024-12-18T21:17:44.026ZDec 18 21:17:42.709 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34682024-12-18T21:17:44.055Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34692024-12-18T21:17:44.480Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34702024-12-18T21:17:44.483Z[ phbl-toolchain] info: downloading component 'cargo'
34712024-12-18T21:17:45.783Z[ phbl-toolchain] info: downloading component 'clippy'
34722024-12-18T21:17:46.235Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34732024-12-18T21:17:50.381Z[ phbl-toolchain] info: downloading component 'miri'
34742024-12-18T21:17:50.637Z[ phbl-toolchain] info: downloading component 'rust-docs'
34752024-12-18T21:17:51.890Z[ phbl-toolchain] info: downloading component 'rust-src'
34762024-12-18T21:17:52.107Z[ phbl-toolchain] info: downloading component 'rust-std'
34772024-12-18T21:17:54.932Z[ phbl-toolchain] info: downloading component 'rustc'
34782024-12-18T21:18:03.271Z[ phbl-toolchain] info: downloading component 'rustfmt'
34792024-12-18T21:18:03.486Z[ phbl-toolchain] info: installing component 'cargo'
34802024-12-18T21:18:04.712Z[ phbl-toolchain] info: installing component 'clippy'
34812024-12-18T21:18:05.260Z[ phbl-toolchain] info: installing component 'llvm-tools'
34822024-12-18T21:18:10.831Z[ phbl-toolchain] info: installing component 'miri'
34832024-12-18T21:18:11.148Z[ phbl-toolchain] info: installing component 'rust-docs'
34842024-12-18T21:18:18.526Z[ phbl-toolchain] info: installing component 'rust-src'
34852024-12-18T21:18:19.135Z[ phbl-toolchain] info: installing component 'rust-std'
34862024-12-18T21:18:21.699Z[ phbl-toolchain] info: installing component 'rustc'
34872024-12-18T21:18:30.453Z[ phbl-toolchain] info: installing component 'rustfmt'
34882024-12-18T21:18:31.391Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34892024-12-18T21:18:31.394ZDec 18 21:18:30.068 INFO [phbl-toolchain] process exited with exit status: 0 (47.359034051s)
34902024-12-18T21:19:30.889Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34912024-12-18T21:19:31.857Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34922024-12-18T21:26:21.077Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 33s
34932024-12-18T21:27:28.511ZDec 18 21:27:27.058 INFO [host-package] process exited with exit status: 0 (1240.629578898s)
34942024-12-18T21:27:28.511ZDec 18 21:27:27.058 INFO [host-stamp] running task
34952024-12-18T21:27:28.517ZDec 18 21:27:27.058 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34962024-12-18T21:27:28.520ZDec 18 21:27:27.067 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+git8b13de1f0bc
34972024-12-18T21:27:28.529ZDec 18 21:27:27.077 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+git8b13de1f0bc
34982024-12-18T21:27:28.534Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34992024-12-18T21:27:28.544ZDec 18 21:27:27.086 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+git8b13de1f0bc
35002024-12-18T21:27:28.544Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35012024-12-18T21:27:28.547ZDec 18 21:27:27.094 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+git8b13de1f0bc
35022024-12-18T21:27:28.554Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35032024-12-18T21:27:28.554Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-18T21:27:28.558Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-18T21:27:28.560ZDec 18 21:27:27.106 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+git8b13de1f0bc
35062024-12-18T21:27:28.570Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-18T21:27:28.573ZDec 18 21:27:27.117 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+git8b13de1f0bc
35082024-12-18T21:27:28.579ZDec 18 21:27:27.128 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+git8b13de1f0bc
35092024-12-18T21:27:28.588Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35102024-12-18T21:27:28.588Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35112024-12-18T21:27:28.592Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35122024-12-18T21:27:28.595ZDec 18 21:27:27.141 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+git8b13de1f0bc
35132024-12-18T21:27:28.609ZDec 18 21:27:27.157 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (80.13169ms)
35142024-12-18T21:27:28.609ZDec 18 21:27:27.158 INFO [stamp-overlay] process exited with exit status: 0 (51.342987ms)
35152024-12-18T21:27:28.613Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-18T21:27:28.620Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35172024-12-18T21:27:28.623Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35182024-12-18T21:27:28.625ZDec 18 21:27:27.173 INFO [stamp-oxlog] process exited with exit status: 0 (45.018309ms)
35192024-12-18T21:27:28.687Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35202024-12-18T21:27:28.691ZDec 18 21:27:27.239 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.326323ms)
35212024-12-18T21:27:28.779Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35222024-12-18T21:27:28.783ZDec 18 21:27:27.332 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (245.852108ms)
35232024-12-18T21:27:28.974Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35242024-12-18T21:27:28.978ZDec 18 21:27:27.526 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (431.958896ms)
35252024-12-18T21:27:29.720Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35262024-12-18T21:27:29.724ZDec 18 21:27:28.272 INFO [stamp-propolis-server] process exited with exit status: 0 (1.204802402s)
35272024-12-18T21:27:29.737Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35282024-12-18T21:27:32.106Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35292024-12-18T21:27:39.317Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35302024-12-18T21:27:39.320ZDec 18 21:27:37.866 INFO [stamp-switch-asic] process exited with exit status: 0 (10.725164903s)
35312024-12-18T21:27:39.323ZDec 18 21:27:37.867 INFO [host-stamp] task succeeded (10.808598274s)
35322024-12-18T21:27:39.323ZDec 18 21:27:37.867 INFO [host-proto] running task
35332024-12-18T21:27:39.740ZDec 18 21:27:38.286 INFO [host-proto] task succeeded (419.333744ms)
35342024-12-18T21:27:39.740ZDec 18 21:27:38.286 INFO [host-profile] running task
35352024-12-18T21:27:39.743ZDec 18 21:27:38.286 INFO [host-profile] task succeeded (380.578µs)
35362024-12-18T21:27:39.743ZDec 18 21:27:38.287 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpofmGFj/proto/host/root -N 'ci 8b13de1/${os_short_commit} 2024-12-18 21:05' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35372024-12-18T21:27:39.759Z[ host-image] Dec 18 21:27:38.305 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35382024-12-18T21:27:39.759Z[ host-image] Dec 18 21:27:38.305 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35392024-12-18T21:27:39.774Z[ host-image] Dec 18 21:27:38.320 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpofmGFj/proto/host/root"
35402024-12-18T21:27:39.777Z[ host-image] Dec 18 21:27:38.320 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35412024-12-18T21:27:39.777Z[ host-image] Dec 18 21:27:38.320 INFO image builder template: ramdisk-01-os...
35422024-12-18T21:27:39.777Z[ host-image] Dec 18 21:27:38.320 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/.tmpofmGFj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35432024-12-18T21:27:39.794Z[ host-image] Dec 18 21:27:38.340 INFO O| Dec 18 21:27:38.340 INFO CREATE DATASET: rpool/images/build/host/output
35442024-12-18T21:27:39.990Z[ host-image] Dec 18 21:27:38.536 INFO O| Dec 18 21:27:38.536 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35452024-12-18T21:27:39.995Z[ host-image] Dec 18 21:27:38.541 INFO O| Dec 18 21:27:38.541 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35462024-12-18T21:27:40.188Z[ host-image] Dec 18 21:27:38.734 INFO O| Dec 18 21:27:38.734 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35472024-12-18T21:27:40.249Z[ host-image] Dec 18 21:27:38.795 INFO O| Dec 18 21:27:38.795 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35482024-12-18T21:27:40.252Z[ host-image] Dec 18 21:27:38.795 INFO O| Dec 18 21:27:38.795 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35492024-12-18T21:27:40.252Z[ host-image] Dec 18 21:27:38.796 INFO O| Dec 18 21:27:38.796 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35502024-12-18T21:27:40.252Z[ host-image] Dec 18 21:27:38.796 INFO O| Dec 18 21:27:38.796 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35512024-12-18T21:27:40.261Z[ host-image] Dec 18 21:27:38.807 INFO O| Dec 18 21:27:38.807 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35522024-12-18T21:27:40.463Z[ host-image] Dec 18 21:27:39.009 INFO O| Dec 18 21:27:39.008 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-12-18T21:27:40.474Z[ host-image] Dec 18 21:27:39.020 INFO O| Dec 18 21:27:39.020 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35542024-12-18T21:27:40.999Z[ host-image] Dec 18 21:27:39.544 INFO O| Dec 18 21:27:39.544 INFO O| Caching catalogs ... Done
35552024-12-18T21:27:41.124Z[ host-image] Dec 18 21:27:39.669 INFO O| Dec 18 21:27:39.669 INFO STEP 0 (pkg_image_create) COMPLETE
35562024-12-18T21:27:41.124Z[ host-image] Dec 18 21:27:39.669 INFO O| Dec 18 21:27:39.669 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-18T21:27:41.127Z[ host-image] Dec 18 21:27:39.669 INFO O| Dec 18 21:27:39.669 INFO skip step because feature "repo_redist" is not enabled
35582024-12-18T21:27:41.127Z[ host-image] Dec 18 21:27:39.669 INFO O| Dec 18 21:27:39.669 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-12-18T21:27:41.143Z[ host-image] Dec 18 21:27:39.688 INFO O| Dec 18 21:27:39.688 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"]
35602024-12-18T21:27:41.699Z[ host-image] Dec 18 21:27:40.244 INFO O| Dec 18 21:27:40.244 INFO STEP 2 (pkg_set_publisher) COMPLETE
35612024-12-18T21:27:41.699Z[ host-image] Dec 18 21:27:40.244 INFO O| Dec 18 21:27:40.244 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-18T21:27:41.717Z[ host-image] Dec 18 21:27:40.262 INFO O| Dec 18 21:27:40.262 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"]
35632024-12-18T21:27:42.265Z[ host-image] Dec 18 21:27:40.810 INFO O| Dec 18 21:27:40.810 INFO STEP 3 (pkg_set_publisher) COMPLETE
35642024-12-18T21:27:42.267Z[ host-image] Dec 18 21:27:40.810 INFO O| Dec 18 21:27:40.810 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-18T21:27:42.267Z[ host-image] Dec 18 21:27:40.810 INFO O| Dec 18 21:27:40.810 INFO skip step because feature "repo_redist" is not enabled
35662024-12-18T21:27:42.267Z[ host-image] Dec 18 21:27:40.810 INFO O| Dec 18 21:27:40.810 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-12-18T21:27:42.798Z[ host-image] Dec 18 21:27:41.343 INFO O| Dec 18 21:27:41.343 INFO variant opensolaris.zone is already global
35682024-12-18T21:27:42.798Z[ host-image] Dec 18 21:27:41.343 INFO O| Dec 18 21:27:41.343 INFO STEP 5 (pkg_change_variant) COMPLETE
35692024-12-18T21:27:42.801Z[ host-image] Dec 18 21:27:41.343 INFO O| Dec 18 21:27:41.343 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-12-18T21:27:43.367Z[ host-image] Dec 18 21:27:41.912 INFO O| Dec 18 21:27:41.912 INFO variant opensolaris.imagetype is full; changing to partial
35712024-12-18T21:27:43.367Z[ host-image] Dec 18 21:27:41.912 INFO O| Dec 18 21:27:41.912 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35722024-12-18T21:27:51.205Z[ host-image] Dec 18 21:27:49.748 INFO O| Dec 18 21:27:49.748 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35732024-12-18T21:27:51.827Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.03s
35742024-12-18T21:27:53.407ZDec 18 21:27:51.950 INFO [recovery-package] process exited with exit status: 0 (24.891406764s)
35752024-12-18T21:27:53.407ZDec 18 21:27:51.950 INFO [recovery-stamp] running task
35762024-12-18T21:27:53.410ZDec 18 21:27:51.950 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35772024-12-18T21:27:53.415ZDec 18 21:27:51.958 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+git8b13de1f0bc
35782024-12-18T21:27:53.422ZDec 18 21:27:51.965 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git8b13de1f0bc
35792024-12-18T21:27:53.431Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35802024-12-18T21:27:53.438Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35812024-12-18T21:27:53.525Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35822024-12-18T21:27:53.528ZDec 18 21:27:52.071 INFO [stamp-installinator] process exited with exit status: 0 (105.863521ms)
35832024-12-18T21:27:53.553Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35842024-12-18T21:27:53.556ZDec 18 21:27:52.099 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.087139ms)
35852024-12-18T21:27:53.559ZDec 18 21:27:52.099 INFO [recovery-stamp] task succeeded (149.368317ms)
35862024-12-18T21:27:53.559ZDec 18 21:27:52.099 INFO [recovery-proto] running task
35872024-12-18T21:27:53.559ZDec 18 21:27:52.100 INFO [tuf-stamp] running task
35882024-12-18T21:27:53.559ZDec 18 21:27:52.100 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+git8b13de1f0bc
35892024-12-18T21:27:53.575ZDec 18 21:27:52.118 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+git8b13de1f0bc
35902024-12-18T21:27:53.591Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-18T21:27:53.594ZDec 18 21:27:52.134 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+git8b13de1f0bc
35922024-12-18T21:27:53.609Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-18T21:27:53.609ZDec 18 21:27:52.152 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+git8b13de1f0bc
35942024-12-18T21:27:53.623Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-18T21:27:53.626ZDec 18 21:27:52.169 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+git8b13de1f0bc
35962024-12-18T21:27:53.653Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-18T21:27:53.655ZDec 18 21:27:52.196 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+git8b13de1f0bc
35982024-12-18T21:27:53.682Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-18T21:27:53.684ZDec 18 21:27:52.225 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+git8b13de1f0bc
36002024-12-18T21:27:53.716Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36012024-12-18T21:27:53.719Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36022024-12-18T21:27:53.719ZDec 18 21:27:52.261 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+git8b13de1f0bc
36032024-12-18T21:27:53.826ZDec 18 21:27:52.369 INFO [recovery-proto] task succeeded (268.965812ms)
36042024-12-18T21:27:53.830Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36052024-12-18T21:27:53.831ZDec 18 21:27:52.369 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+git8b13de1f0bc
36062024-12-18T21:27:53.831ZDec 18 21:27:52.369 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpofmGFj/proto/recovery/root -N 'recovery 8b13de1/${os_short_commit} 2024-12-18 21:05' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36072024-12-18T21:27:53.879Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-18T21:27:53.879ZDec 18 21:27:52.420 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+git8b13de1f0bc
36092024-12-18T21:27:53.894Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36102024-12-18T21:27:53.894ZDec 18 21:27:52.437 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+git8b13de1f0bc
36112024-12-18T21:27:53.911Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36122024-12-18T21:27:53.914ZDec 18 21:27:52.454 INFO [stamp-probe] process exited with exit status: 0 (336.064338ms)
36132024-12-18T21:27:53.923Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36142024-12-18T21:27:53.947Z[ recovery-image] Dec 18 21:27:52.490 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36152024-12-18T21:27:53.947Z[ recovery-image] Dec 18 21:27:52.490 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36162024-12-18T21:27:53.965Z[ recovery-image] Dec 18 21:27:52.507 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpofmGFj/proto/recovery/root"
36172024-12-18T21:27:53.965Z[ recovery-image] Dec 18 21:27:52.507 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36182024-12-18T21:27:53.968Z[ recovery-image] Dec 18 21:27:52.508 INFO image builder template: ramdisk-01-os...
36192024-12-18T21:27:53.968Z[ recovery-image] Dec 18 21:27:52.508 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/.tmpofmGFj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36202024-12-18T21:27:53.995Z[ recovery-image] Dec 18 21:27:52.537 INFO O| Dec 18 21:27:52.537 INFO CREATE DATASET: rpool/images/build/recovery/output
36212024-12-18T21:27:54.205Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
36222024-12-18T21:27:54.242Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36232024-12-18T21:27:54.258ZDec 18 21:27:52.800 INFO [stamp-ntp] process exited with exit status: 0 (631.348404ms)
36242024-12-18T21:27:54.261Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36252024-12-18T21:27:54.354Z[ recovery-image] Dec 18 21:27:52.897 INFO O| Dec 18 21:27:52.897 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36262024-12-18T21:27:54.360Z[ recovery-image] Dec 18 21:27:52.903 INFO O| Dec 18 21:27:52.903 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36272024-12-18T21:27:54.897Z[ recovery-image] Dec 18 21:27:53.439 INFO O| Dec 18 21:27:53.439 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36282024-12-18T21:27:54.978Z[ recovery-image] Dec 18 21:27:53.521 INFO O| Dec 18 21:27:53.520 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36292024-12-18T21:27:54.978Z[ recovery-image] Dec 18 21:27:53.521 INFO O| Dec 18 21:27:53.521 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36302024-12-18T21:27:54.981Z[ recovery-image] Dec 18 21:27:53.521 INFO O| Dec 18 21:27:53.521 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36312024-12-18T21:27:54.981Z[ recovery-image] Dec 18 21:27:53.521 INFO O| Dec 18 21:27:53.521 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36322024-12-18T21:27:55.014Z[ recovery-image] Dec 18 21:27:53.556 INFO O| Dec 18 21:27:53.556 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36332024-12-18T21:27:55.328Z[ recovery-image] Dec 18 21:27:53.870 INFO O| Dec 18 21:27:53.870 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36342024-12-18T21:27:55.343Z[ recovery-image] Dec 18 21:27:53.885 INFO O| Dec 18 21:27:53.885 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36352024-12-18T21:27:55.437Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36362024-12-18T21:27:55.516ZDec 18 21:27:54.058 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.923673956s)
36372024-12-18T21:27:55.565Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36382024-12-18T21:27:55.609ZDec 18 21:27:54.152 INFO [stamp-external-dns] process exited with exit status: 0 (1.955790632s)
36392024-12-18T21:27:55.646Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36402024-12-18T21:27:55.700ZDec 18 21:27:54.243 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.981568203s)
36412024-12-18T21:27:55.780Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36422024-12-18T21:27:55.803ZDec 18 21:27:54.346 INFO [stamp-internal-dns] process exited with exit status: 0 (1.925633974s)
36432024-12-18T21:27:55.897Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36442024-12-18T21:27:55.901ZDec 18 21:27:54.444 INFO [stamp-oximeter] process exited with exit status: 0 (2.343466381s)
36452024-12-18T21:27:55.921Z[ recovery-image] Dec 18 21:27:54.463 INFO O| Dec 18 21:27:54.463 INFO O| Caching catalogs ... Done
36462024-12-18T21:27:56.029Z[ recovery-image] Dec 18 21:27:54.571 INFO O| Dec 18 21:27:54.571 INFO STEP 0 (pkg_image_create) COMPLETE
36472024-12-18T21:27:56.029Z[ recovery-image] Dec 18 21:27:54.571 INFO O| Dec 18 21:27:54.571 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36482024-12-18T21:27:56.029Z[ recovery-image] Dec 18 21:27:54.571 INFO O| Dec 18 21:27:54.571 INFO skip step because feature "repo_redist" is not enabled
36492024-12-18T21:27:56.029Z[ recovery-image] Dec 18 21:27:54.571 INFO O| Dec 18 21:27:54.571 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-12-18T21:27:56.044Z[ recovery-image] Dec 18 21:27:54.585 INFO O| Dec 18 21:27:54.585 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"]
36512024-12-18T21:27:56.492Z[ recovery-image] Dec 18 21:27:55.034 INFO O| Dec 18 21:27:55.034 INFO STEP 2 (pkg_set_publisher) COMPLETE
36522024-12-18T21:27:56.492Z[ recovery-image] Dec 18 21:27:55.034 INFO O| Dec 18 21:27:55.034 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-12-18T21:27:56.507Z[ recovery-image] Dec 18 21:27:55.049 INFO O| Dec 18 21:27:55.049 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"]
36542024-12-18T21:27:56.617Z[ host-image] Dec 18 21:27:55.159 INFO O| Dec 18 21:27:55.159 INFO O| Startup: Caching catalogs ... Done
36552024-12-18T21:27:56.701Z[ host-image] Dec 18 21:27:55.243 INFO O| Dec 18 21:27:55.243 INFO O| Planning: Planning completed in 0.00 seconds
36562024-12-18T21:27:56.704Z[ host-image] Dec 18 21:27:55.244 INFO O| Dec 18 21:27:55.244 INFO O| Planning: Consolidating action changes ... Done
36572024-12-18T21:27:56.704Z[ host-image] Dec 18 21:27:55.244 INFO O| Dec 18 21:27:55.244 INFO O| Planning: Evaluating mediators ... Done
36582024-12-18T21:27:56.704Z[ host-image] Dec 18 21:27:55.245 INFO O| Dec 18 21:27:55.245 INFO O| Planning: Planning completed in 0.00 seconds
36592024-12-18T21:27:56.704Z[ host-image] Dec 18 21:27:55.246 INFO O| Dec 18 21:27:55.245 INFO O| Variants/Facets to change: 1
36602024-12-18T21:27:56.726Z[ host-image] Dec 18 21:27:55.268 INFO O| Dec 18 21:27:55.268 INFO O| Done
36612024-12-18T21:27:56.726Z[ host-image] Dec 18 21:27:55.268 INFO O| Dec 18 21:27:55.268 INFO O| Done
36622024-12-18T21:27:56.984Z[ recovery-image] Dec 18 21:27:55.526 INFO O| Dec 18 21:27:55.526 INFO STEP 3 (pkg_set_publisher) COMPLETE
36632024-12-18T21:27:56.984Z[ recovery-image] Dec 18 21:27:55.526 INFO O| Dec 18 21:27:55.526 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-12-18T21:27:56.984Z[ recovery-image] Dec 18 21:27:55.526 INFO O| Dec 18 21:27:55.526 INFO skip step because feature "repo_redist" is not enabled
36652024-12-18T21:27:56.997Z[ recovery-image] Dec 18 21:27:55.526 INFO O| Dec 18 21:27:55.526 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662024-12-18T21:27:57.462Z[ recovery-image] Dec 18 21:27:56.003 INFO O| Dec 18 21:27:56.003 INFO variant opensolaris.zone is already global
36672024-12-18T21:27:57.462Z[ recovery-image] Dec 18 21:27:56.003 INFO O| Dec 18 21:27:56.003 INFO STEP 5 (pkg_change_variant) COMPLETE
36682024-12-18T21:27:57.462Z[ recovery-image] Dec 18 21:27:56.003 INFO O| Dec 18 21:27:56.003 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-12-18T21:27:57.530Z[ host-image] Dec 18 21:27:56.072 INFO O| Dec 18 21:27:56.072 INFO O| Done
36702024-12-18T21:27:57.579Z[ host-image] Dec 18 21:27:56.121 INFO O| Dec 18 21:27:56.121 INFO O| Done
36712024-12-18T21:27:57.582Z[ host-image] Dec 18 21:27:56.123 INFO O| Dec 18 21:27:56.123 INFO O| Done
36722024-12-18T21:27:57.582Z[ host-image] Dec 18 21:27:56.123 INFO O| Dec 18 21:27:56.123 INFO O| Done
36732024-12-18T21:27:57.585Z[ host-image] Dec 18 21:27:56.124 INFO O| Dec 18 21:27:56.124 INFO O| Done
36742024-12-18T21:27:57.937Z[ recovery-image] Dec 18 21:27:56.479 INFO O| Dec 18 21:27:56.479 INFO variant opensolaris.imagetype is full; changing to partial
36752024-12-18T21:27:57.937Z[ recovery-image] Dec 18 21:27:56.479 INFO O| Dec 18 21:27:56.479 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36762024-12-18T21:27:57.968Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36772024-12-18T21:27:57.972ZDec 18 21:27:56.514 INFO [stamp-nexus] process exited with exit status: 0 (4.077781509s)
36782024-12-18T21:27:58.098Z[ host-image] Dec 18 21:27:56.639 INFO O| Dec 18 21:27:56.639 INFO STEP 6 (pkg_change_variant) COMPLETE
36792024-12-18T21:27:58.098Z[ host-image] Dec 18 21:27:56.640 INFO O| Dec 18 21:27:56.639 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36802024-12-18T21:27:58.101Z[ host-image] Dec 18 21:27:56.640 INFO O| Dec 18 21:27:56.639 INFO skip step because feature "debug_variant" is not enabled
36812024-12-18T21:27:58.101Z[ host-image] Dec 18 21:27:56.640 INFO O| Dec 18 21:27:56.639 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36822024-12-18T21:27:58.560Z[ host-image] Dec 18 21:27:57.102 INFO O| Dec 18 21:27:57.102 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36832024-12-18T21:27:58.584Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36842024-12-18T21:27:58.759Z[verify-libraries] Compiling home v0.5.9
36852024-12-18T21:27:58.781Z[verify-libraries] Compiling cfg_aliases v0.1.1
36862024-12-18T21:27:58.815Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36872024-12-18T21:27:58.815Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36882024-12-18T21:27:58.818Z[verify-libraries] Compiling unicode_categories v0.1.1
36892024-12-18T21:27:58.831Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36902024-12-18T21:27:58.834Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912024-12-18T21:27:59.267Z[verify-libraries] Compiling nix v0.28.0
36922024-12-18T21:27:59.270Z[verify-libraries] Compiling polyval v0.6.2
36932024-12-18T21:27:59.535Z[verify-libraries] Compiling ctr v0.9.2
36942024-12-18T21:27:59.588Z[ host-image] Dec 18 21:27:58.129 INFO O| Dec 18 21:27:58.129 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36952024-12-18T21:27:59.592Z[ host-image] Dec 18 21:27:58.131 INFO O| Dec 18 21:27:58.131 INFO O| Planning: Planning completed in 0.00 seconds
36962024-12-18T21:27:59.592Z[ host-image] Dec 18 21:27:58.132 INFO O| Dec 18 21:27:58.132 INFO O| Planning: Consolidating action changes ... Done
36972024-12-18T21:27:59.592Z[ host-image] Dec 18 21:27:58.132 INFO O| Dec 18 21:27:58.132 INFO O| Planning: Evaluating mediators ... Done
36982024-12-18T21:27:59.592Z[ host-image] Dec 18 21:27:58.132 INFO O| Dec 18 21:27:58.132 INFO O| Planning: Planning completed in 0.00 seconds
36992024-12-18T21:27:59.592Z[ host-image] Dec 18 21:27:58.133 INFO O| Dec 18 21:27:58.132 INFO O| Variants/Facets to change: 1
37002024-12-18T21:27:59.631Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37012024-12-18T21:27:59.674ZDec 18 21:27:58.216 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.991022492s)
37022024-12-18T21:28:00.010Z[verify-libraries] Compiling sqlformat v0.2.6
37032024-12-18T21:28:00.086Z[verify-libraries] Compiling ghash v0.5.1
37042024-12-18T21:28:00.266Z[verify-libraries] Compiling sqlparser v0.45.0
37052024-12-18T21:28:00.377Z[verify-libraries] Compiling aes-gcm v0.10.3
37062024-12-18T21:28:00.402Z[verify-libraries] Compiling ssh-encoding v0.2.0
37072024-12-18T21:28:00.434Z[verify-libraries] Compiling blowfish v0.9.1
37082024-12-18T21:28:00.473Z[ host-image] Dec 18 21:27:59.014 INFO O| Dec 18 21:27:59.014 INFO O| Done
37092024-12-18T21:28:00.473Z[ host-image] Dec 18 21:27:59.014 INFO O| Dec 18 21:27:59.014 INFO O| Done
37102024-12-18T21:28:00.756Z[verify-libraries] Compiling password-hash v0.4.2
37112024-12-18T21:28:01.310Z[ host-image] Dec 18 21:27:59.851 INFO O| Dec 18 21:27:59.851 INFO O| Done
37122024-12-18T21:28:01.487Z[ host-image] Dec 18 21:28:00.027 INFO O| Dec 18 21:28:00.027 INFO O| Done
37132024-12-18T21:28:01.489Z[ host-image] Dec 18 21:28:00.028 INFO O| Dec 18 21:28:00.028 INFO O| Done
37142024-12-18T21:28:01.489Z[ host-image] Dec 18 21:28:00.028 INFO O| Dec 18 21:28:00.028 INFO O| Done
37152024-12-18T21:28:01.489Z[ host-image] Dec 18 21:28:00.030 INFO O| Dec 18 21:28:00.030 INFO O| Done
37162024-12-18T21:28:01.618Z[ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.158 INFO STEP 8 (pkg_change_facet) COMPLETE
37172024-12-18T21:28:01.618Z[ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182024-12-18T21:28:01.618Z[ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO skip step because feature "recovery" is not enabled
37192024-12-18T21:28:01.621Z[ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37202024-12-18T21:28:01.621Z[ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO skip step because feature "recovery" is not enabled
37212024-12-18T21:28:01.621Z[ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37222024-12-18T21:28:01.637Z[ host-image] Dec 18 21:28:00.178 INFO O| Dec 18 21:28:00.178 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"]
37232024-12-18T21:28:01.980Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37242024-12-18T21:28:02.585Z[ host-image] Dec 18 21:28:01.126 INFO O| Dec 18 21:28:01.126 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37252024-12-18T21:28:02.711Z[verify-libraries] Compiling ssh-cipher v0.2.0
37262024-12-18T21:28:03.431Z[verify-libraries] Compiling matches v0.1.10
37272024-12-18T21:28:03.677Z[verify-libraries] Compiling idna v0.2.3
37282024-12-18T21:28:08.018Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37292024-12-18T21:28:08.043ZDec 18 21:28:06.583 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.213937512s)
37302024-12-18T21:28:08.194Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37312024-12-18T21:28:08.205ZDec 18 21:28:06.745 INFO [stamp-clickhouse] process exited with exit status: 0 (14.592366471s)
37322024-12-18T21:28:08.205ZDec 18 21:28:06.745 INFO [tuf-stamp] task succeeded (14.645270043s)
37332024-12-18T21:28:08.438Z[verify-libraries] Compiling rustyline v14.0.0
37342024-12-18T21:28:08.672Z[verify-libraries] Compiling ssh-key v0.6.6
37352024-12-18T21:28:08.851Z[verify-libraries] Compiling pbkdf2 v0.11.0
37362024-12-18T21:28:09.020Z[verify-libraries] Compiling p521 v0.13.3
37372024-12-18T21:28:09.364Z[verify-libraries] Compiling p256 v0.13.2
37382024-12-18T21:28:09.953Z[ recovery-image] Dec 18 21:28:08.492 INFO O| Dec 18 21:28:08.492 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37392024-12-18T21:28:12.096Z[verify-libraries] Compiling enum-as-inner v0.5.1
37402024-12-18T21:28:13.403Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37412024-12-18T21:28:13.917Z[verify-libraries] Compiling md5 v0.7.0
37422024-12-18T21:28:14.761Z[verify-libraries] Compiling russh-keys v0.45.0
37432024-12-18T21:28:15.412Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37442024-12-18T21:28:18.599Z[ recovery-image] Dec 18 21:28:17.136 INFO O| Dec 18 21:28:17.136 INFO O| Startup: Caching catalogs ... Done
37452024-12-18T21:28:18.799Z[ recovery-image] Dec 18 21:28:17.336 INFO O| Dec 18 21:28:17.336 INFO O| Planning: Planning completed in 0.00 seconds
37462024-12-18T21:28:18.803Z[ recovery-image] Dec 18 21:28:17.337 INFO O| Dec 18 21:28:17.337 INFO O| Planning: Consolidating action changes ... Done
37472024-12-18T21:28:18.803Z[ recovery-image] Dec 18 21:28:17.337 INFO O| Dec 18 21:28:17.337 INFO O| Planning: Evaluating mediators ... Done
37482024-12-18T21:28:18.803Z[ recovery-image] Dec 18 21:28:17.338 INFO O| Dec 18 21:28:17.337 INFO O| Planning: Planning completed in 0.00 seconds
37492024-12-18T21:28:18.803Z[ recovery-image] Dec 18 21:28:17.338 INFO O| Dec 18 21:28:17.338 INFO O| Variants/Facets to change: 1
37502024-12-18T21:28:18.893Z[ recovery-image] Dec 18 21:28:17.430 INFO O| Dec 18 21:28:17.430 INFO O| Done
37512024-12-18T21:28:18.893Z[ recovery-image] Dec 18 21:28:17.430 INFO O| Dec 18 21:28:17.430 INFO O| Done
37522024-12-18T21:28:19.938Z[ recovery-image] Dec 18 21:28:18.474 INFO O| Dec 18 21:28:18.474 INFO O| Done
37532024-12-18T21:28:20.054Z[ recovery-image] Dec 18 21:28:18.590 INFO O| Dec 18 21:28:18.590 INFO O| Done
37542024-12-18T21:28:20.057Z[ recovery-image] Dec 18 21:28:18.592 INFO O| Dec 18 21:28:18.592 INFO O| Done
37552024-12-18T21:28:20.057Z[ recovery-image] Dec 18 21:28:18.592 INFO O| Dec 18 21:28:18.592 INFO O| Done
37562024-12-18T21:28:20.059Z[ recovery-image] Dec 18 21:28:18.594 INFO O| Dec 18 21:28:18.594 INFO O| Done
37572024-12-18T21:28:20.865Z[ recovery-image] Dec 18 21:28:19.401 INFO O| Dec 18 21:28:19.401 INFO STEP 6 (pkg_change_variant) COMPLETE
37582024-12-18T21:28:20.865Z[ recovery-image] Dec 18 21:28:19.401 INFO O| Dec 18 21:28:19.401 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37592024-12-18T21:28:20.865Z[ recovery-image] Dec 18 21:28:19.402 INFO O| Dec 18 21:28:19.401 INFO skip step because feature "debug_variant" is not enabled
37602024-12-18T21:28:20.868Z[ recovery-image] Dec 18 21:28:19.402 INFO O| Dec 18 21:28:19.401 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37612024-12-18T21:28:21.523Z[ recovery-image] Dec 18 21:28:20.059 INFO O| Dec 18 21:28:20.059 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37622024-12-18T21:28:22.550Z[ recovery-image] Dec 18 21:28:21.086 INFO O| Dec 18 21:28:21.086 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37632024-12-18T21:28:22.559Z[ recovery-image] Dec 18 21:28:21.088 INFO O| Dec 18 21:28:21.088 INFO O| Planning: Planning completed in 0.00 seconds
37642024-12-18T21:28:22.559Z[ recovery-image] Dec 18 21:28:21.089 INFO O| Dec 18 21:28:21.089 INFO O| Planning: Consolidating action changes ... Done
37652024-12-18T21:28:22.559Z[ recovery-image] Dec 18 21:28:21.089 INFO O| Dec 18 21:28:21.089 INFO O| Planning: Evaluating mediators ... Done
37662024-12-18T21:28:22.559Z[ recovery-image] Dec 18 21:28:21.090 INFO O| Dec 18 21:28:21.090 INFO O| Planning: Planning completed in 0.00 seconds
37672024-12-18T21:28:22.559Z[ recovery-image] Dec 18 21:28:21.090 INFO O| Dec 18 21:28:21.090 INFO O| Variants/Facets to change: 1
37682024-12-18T21:28:22.625Z[ recovery-image] Dec 18 21:28:21.161 INFO O| Dec 18 21:28:21.161 INFO O| Done
37692024-12-18T21:28:22.625Z[ recovery-image] Dec 18 21:28:21.161 INFO O| Dec 18 21:28:21.161 INFO O| Done
37702024-12-18T21:28:23.433Z[ recovery-image] Dec 18 21:28:21.969 INFO O| Dec 18 21:28:21.969 INFO O| Done
37712024-12-18T21:28:23.551Z[ recovery-image] Dec 18 21:28:22.087 INFO O| Dec 18 21:28:22.087 INFO O| Done
37722024-12-18T21:28:23.554Z[ recovery-image] Dec 18 21:28:22.088 INFO O| Dec 18 21:28:22.088 INFO O| Done
37732024-12-18T21:28:23.554Z[ recovery-image] Dec 18 21:28:22.088 INFO O| Dec 18 21:28:22.088 INFO O| Done
37742024-12-18T21:28:23.558Z[ recovery-image] Dec 18 21:28:22.090 INFO O| Dec 18 21:28:22.090 INFO O| Done
37752024-12-18T21:28:23.675Z[ recovery-image] Dec 18 21:28:22.211 INFO O| Dec 18 21:28:22.211 INFO STEP 8 (pkg_change_facet) COMPLETE
37762024-12-18T21:28:23.675Z[ recovery-image] Dec 18 21:28:22.211 INFO O| Dec 18 21:28:22.211 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37772024-12-18T21:28:24.172Z[verify-libraries] Compiling num-bigint v0.4.6
37782024-12-18T21:28:24.402Z[ recovery-image] Dec 18 21:28:22.937 INFO O| Dec 18 21:28:22.937 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37792024-12-18T21:28:25.448Z[ recovery-image] Dec 18 21:28:23.983 INFO O| Dec 18 21:28:23.983 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37802024-12-18T21:28:25.451Z[ recovery-image] Dec 18 21:28:23.985 INFO O| Dec 18 21:28:23.985 INFO O| Planning: Planning completed in 0.00 seconds
37812024-12-18T21:28:25.451Z[ recovery-image] Dec 18 21:28:23.986 INFO O| Dec 18 21:28:23.986 INFO O| Planning: Consolidating action changes ... Done
37822024-12-18T21:28:25.453Z[ recovery-image] Dec 18 21:28:23.987 INFO O| Dec 18 21:28:23.987 INFO O| Planning: Evaluating mediators ... Done
37832024-12-18T21:28:25.453Z[ recovery-image] Dec 18 21:28:23.987 INFO O| Dec 18 21:28:23.987 INFO O| Planning: Planning completed in 0.00 seconds
37842024-12-18T21:28:25.454Z[ recovery-image] Dec 18 21:28:23.987 INFO O| Dec 18 21:28:23.987 INFO O| Variants/Facets to change: 1
37852024-12-18T21:28:25.561Z[ recovery-image] Dec 18 21:28:24.096 INFO O| Dec 18 21:28:24.096 INFO O| Done
37862024-12-18T21:28:25.561Z[ recovery-image] Dec 18 21:28:24.096 INFO O| Dec 18 21:28:24.096 INFO O| Done
37872024-12-18T21:28:26.373Z[ recovery-image] Dec 18 21:28:24.908 INFO O| Dec 18 21:28:24.908 INFO O| Done
37882024-12-18T21:28:26.471Z[ recovery-image] Dec 18 21:28:25.006 INFO O| Dec 18 21:28:25.005 INFO O| Done
37892024-12-18T21:28:26.473Z[ recovery-image] Dec 18 21:28:25.007 INFO O| Dec 18 21:28:25.007 INFO O| Done
37902024-12-18T21:28:26.473Z[ recovery-image] Dec 18 21:28:25.007 INFO O| Dec 18 21:28:25.007 INFO O| Done
37912024-12-18T21:28:26.473Z[ recovery-image] Dec 18 21:28:25.008 INFO O| Dec 18 21:28:25.008 INFO O| Done
37922024-12-18T21:28:26.592Z[ recovery-image] Dec 18 21:28:25.127 INFO O| Dec 18 21:28:25.126 INFO STEP 9 (pkg_change_facet) COMPLETE
37932024-12-18T21:28:26.592Z[ recovery-image] Dec 18 21:28:25.127 INFO O| Dec 18 21:28:25.127 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37942024-12-18T21:28:27.259Z[ recovery-image] Dec 18 21:28:25.794 INFO O| Dec 18 21:28:25.794 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37952024-12-18T21:28:28.392Z[ recovery-image] Dec 18 21:28:26.927 INFO O| Dec 18 21:28:26.927 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37962024-12-18T21:28:28.395Z[ recovery-image] Dec 18 21:28:26.929 INFO O| Dec 18 21:28:26.929 INFO O| Planning: Planning completed in 0.00 seconds
37972024-12-18T21:28:28.397Z[ recovery-image] Dec 18 21:28:26.929 INFO O| Dec 18 21:28:26.929 INFO O| Planning: Consolidating action changes ... Done
37982024-12-18T21:28:28.397Z[ recovery-image] Dec 18 21:28:26.930 INFO O| Dec 18 21:28:26.930 INFO O| Planning: Evaluating mediators ... Done
37992024-12-18T21:28:28.397Z[ recovery-image] Dec 18 21:28:26.930 INFO O| Dec 18 21:28:26.930 INFO O| Planning: Planning completed in 0.00 seconds
38002024-12-18T21:28:28.397Z[ recovery-image] Dec 18 21:28:26.931 INFO O| Dec 18 21:28:26.930 INFO O| Variants/Facets to change: 1
38012024-12-18T21:28:28.498Z[ recovery-image] Dec 18 21:28:27.032 INFO O| Dec 18 21:28:27.032 INFO O| Done
38022024-12-18T21:28:28.498Z[ recovery-image] Dec 18 21:28:27.032 INFO O| Dec 18 21:28:27.032 INFO O| Done
38032024-12-18T21:28:29.397Z[ recovery-image] Dec 18 21:28:27.930 INFO O| Dec 18 21:28:27.930 INFO O| Done
38042024-12-18T21:28:29.494Z[ recovery-image] Dec 18 21:28:28.028 INFO O| Dec 18 21:28:28.028 INFO O| Done
38052024-12-18T21:28:29.497Z[ recovery-image] Dec 18 21:28:28.030 INFO O| Dec 18 21:28:28.030 INFO O| Done
38062024-12-18T21:28:29.497Z[ recovery-image] Dec 18 21:28:28.030 INFO O| Dec 18 21:28:28.030 INFO O| Done
38072024-12-18T21:28:29.505Z[ recovery-image] Dec 18 21:28:28.033 INFO O| Dec 18 21:28:28.033 INFO O| Done
38082024-12-18T21:28:29.628Z[ recovery-image] Dec 18 21:28:28.162 INFO O| Dec 18 21:28:28.162 INFO STEP 10 (pkg_change_facet) COMPLETE
38092024-12-18T21:28:29.628Z[ recovery-image] Dec 18 21:28:28.163 INFO O| Dec 18 21:28:28.162 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38102024-12-18T21:28:29.647Z[ recovery-image] Dec 18 21:28:28.181 INFO O| Dec 18 21:28:28.181 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"]
38112024-12-18T21:28:30.653Z[ recovery-image] Dec 18 21:28:29.187 INFO O| Dec 18 21:28:29.187 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38122024-12-18T21:28:31.332Z[verify-libraries] Compiling des v0.8.1
38132024-12-18T21:28:31.977Z[verify-libraries] Compiling hex-literal v0.4.1
38142024-12-18T21:28:32.316Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38152024-12-18T21:28:33.605Z[verify-libraries] Compiling dhcproto v0.12.0
38162024-12-18T21:28:34.530Z[verify-libraries] Compiling russh v0.45.0
38172024-12-18T21:28:38.980Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38182024-12-18T21:28:41.543Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38192024-12-18T21:28:44.767Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38202024-12-18T21:28:54.851Z[verify-libraries] Compiling petname v2.0.2
38212024-12-18T21:28:56.057Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38222024-12-18T21:28:57.048Z[verify-libraries] Compiling internet-checksum v0.2.1
38232024-12-18T21:28:57.878Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38242024-12-18T21:29:03.036Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38252024-12-18T21:29:08.337Z[ host-image] Dec 18 21:29:06.862 INFO O| Dec 18 21:29:06.862 INFO O| Planning: Solver setup ... Done
38262024-12-18T21:29:08.740Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38272024-12-18T21:29:15.916Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38282024-12-18T21:29:18.683Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38292024-12-18T21:29:37.043Z[ recovery-image] Dec 18 21:29:35.561 INFO O| Dec 18 21:29:35.561 INFO O| Planning: Solver setup ... Done
38302024-12-18T21:29:45.214Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38312024-12-18T21:29:47.406Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38322024-12-18T21:29:50.206Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38332024-12-18T21:30:19.676Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38342024-12-18T21:30:23.044Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38352024-12-18T21:30:23.627Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38362024-12-18T21:30:24.135Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38372024-12-18T21:30:24.545Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38382024-12-18T21:30:25.288Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38392024-12-18T21:30:25.403Z[verify-libraries] Compiling sync-ptr v0.1.1
38402024-12-18T21:30:25.716Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38412024-12-18T21:30:28.860Z[ host-image] Dec 18 21:30:27.366 INFO O| Dec 18 21:30:27.366 INFO O| Planning: Running solver ... Done
38422024-12-18T21:30:29.472Z[ host-image] Dec 18 21:30:27.978 INFO O| Dec 18 21:30:27.978 INFO O| Planning: Finding local manifests ... Done
38432024-12-18T21:30:29.488Z[ host-image] Dec 18 21:30:27.994 INFO O| Dec 18 21:30:27.994 INFO O| Planning: Fetching manifests: 0/124 0% complete
38442024-12-18T21:30:33.947Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38452024-12-18T21:30:34.211Z[ host-image] Dec 18 21:30:32.716 INFO O| Dec 18 21:30:32.716 INFO O| Planning: Fetching manifests: 124/124 100% complete
38462024-12-18T21:30:35.432Z[ host-image] Dec 18 21:30:33.936 INFO O| Dec 18 21:30:33.936 INFO O| Planning: Package planning ... Done
38472024-12-18T21:30:37.023Z[ host-image] Dec 18 21:30:35.527 INFO O| Dec 18 21:30:35.527 INFO O| Planning: Merging actions ... Done
38482024-12-18T21:30:37.385Z[ host-image] Dec 18 21:30:35.890 INFO O| Dec 18 21:30:35.890 INFO O| Planning: Checking for conflicting actions ... Done
38492024-12-18T21:30:37.594Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38502024-12-18T21:30:37.748Z[ host-image] Dec 18 21:30:36.252 INFO O| Dec 18 21:30:36.252 INFO O| Planning: Consolidating action changes ... Done
38512024-12-18T21:30:38.243Z[ host-image] Dec 18 21:30:36.747 INFO O| Dec 18 21:30:36.747 INFO O| Planning: Evaluating mediators ... Done
38522024-12-18T21:30:40.564Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38532024-12-18T21:30:44.156Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38542024-12-18T21:30:44.792Z[ host-image] Dec 18 21:30:43.293 INFO O| Dec 18 21:30:43.293 INFO O| Planning: Planning completed in 162.17 seconds
38552024-12-18T21:30:44.797Z[ host-image] Dec 18 21:30:43.300 INFO O| Dec 18 21:30:43.300 INFO O| Packages to install: 124
38562024-12-18T21:30:44.800Z[ host-image] Dec 18 21:30:43.300 INFO O| Dec 18 21:30:43.300 INFO O| Mediators to change: 4
38572024-12-18T21:30:44.800Z[ host-image] Dec 18 21:30:43.300 INFO O| Dec 18 21:30:43.300 INFO O| Services to change: 6
38582024-12-18T21:30:44.926Z[ host-image] Dec 18 21:30:43.429 INFO O| Dec 18 21:30:43.428 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38592024-12-18T21:30:49.251Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38602024-12-18T21:30:49.952Z[ host-image] Dec 18 21:30:48.454 INFO O| Dec 18 21:30:48.453 INFO O| Download: 1277/22788 items 7.3/199.7MB 3% complete (1.5M/s)
38612024-12-18T21:30:55.054Z[ host-image] Dec 18 21:30:53.555 INFO O| Dec 18 21:30:53.555 INFO O| Download: 1805/22788 items 16.0/199.7MB 8% complete (1.6M/s)
38622024-12-18T21:30:55.762Z[ recovery-image] Dec 18 21:30:54.262 INFO O| Dec 18 21:30:54.262 INFO O| Planning: Running solver ... Done
38632024-12-18T21:30:56.466Z[ recovery-image] Dec 18 21:30:54.966 INFO O| Dec 18 21:30:54.966 INFO O| Planning: Finding local manifests ... Done
38642024-12-18T21:30:56.484Z[ recovery-image] Dec 18 21:30:54.984 INFO O| Dec 18 21:30:54.984 INFO O| Planning: Fetching manifests: 0/124 0% complete
38652024-12-18T21:31:00.073Z[ host-image] Dec 18 21:30:58.570 INFO O| Dec 18 21:30:58.570 INFO O| Download: 2405/22788 items 28.0/199.7MB 14% complete (2.1M/s)
38662024-12-18T21:31:03.437Z[ recovery-image] Dec 18 21:31:01.935 INFO O| Dec 18 21:31:01.935 INFO O| Planning: Fetching manifests: 124/124 100% complete
38672024-12-18T21:31:04.733Z[ recovery-image] Dec 18 21:31:03.231 INFO O| Dec 18 21:31:03.231 INFO O| Planning: Package planning ... Done
38682024-12-18T21:31:05.079Z[ host-image] Dec 18 21:31:03.577 INFO O| Dec 18 21:31:03.577 INFO O| Download: 3614/22788 items 37.4/199.7MB 18% complete (2.1M/s)
38692024-12-18T21:31:05.581Z[ recovery-image] Dec 18 21:31:04.078 INFO O| Dec 18 21:31:04.078 INFO O| Planning: Merging actions ... Done
38702024-12-18T21:31:05.769Z[ recovery-image] Dec 18 21:31:04.266 INFO O| Dec 18 21:31:04.266 INFO O| Planning: Checking for conflicting actions ... Done
38712024-12-18T21:31:05.925Z[ recovery-image] Dec 18 21:31:04.422 INFO O| Dec 18 21:31:04.422 INFO O| Planning: Consolidating action changes ... Done
38722024-12-18T21:31:06.384Z[ recovery-image] Dec 18 21:31:04.881 INFO O| Dec 18 21:31:04.881 INFO O| Planning: Evaluating mediators ... Done
38732024-12-18T21:31:10.128Z[ host-image] Dec 18 21:31:08.625 INFO O| Dec 18 21:31:08.625 INFO O| Download: 4635/22788 items 43.0/199.7MB 21% complete (1.5M/s)
38742024-12-18T21:31:12.361Z[ recovery-image] Dec 18 21:31:10.857 INFO O| Dec 18 21:31:10.857 INFO O| Planning: Planning completed in 161.67 seconds
38752024-12-18T21:31:12.369Z[ recovery-image] Dec 18 21:31:10.865 INFO O| Dec 18 21:31:10.865 INFO O| Packages to install: 124
38762024-12-18T21:31:12.369Z[ recovery-image] Dec 18 21:31:10.865 INFO O| Dec 18 21:31:10.865 INFO O| Mediators to change: 4
38772024-12-18T21:31:12.371Z[ recovery-image] Dec 18 21:31:10.865 INFO O| Dec 18 21:31:10.865 INFO O| Services to change: 5
38782024-12-18T21:31:12.447Z[ recovery-image] Dec 18 21:31:10.943 INFO O| Dec 18 21:31:10.943 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38792024-12-18T21:31:14.442Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38802024-12-18T21:31:15.137Z[ host-image] Dec 18 21:31:13.629 INFO O| Dec 18 21:31:13.629 INFO O| Download: 5587/22788 items 46.2/199.7MB 23% complete (1015k/s)
38812024-12-18T21:31:17.450Z[ recovery-image] Dec 18 21:31:15.944 INFO O| Dec 18 21:31:15.944 INFO O| Download: 952/15862 items 7.4/176.4MB 4% complete (1.5M/s)
38822024-12-18T21:31:20.145Z[ host-image] Dec 18 21:31:18.640 INFO O| Dec 18 21:31:18.640 INFO O| Download: 6510/22788 items 46.7/199.7MB 23% complete (392k/s)
38832024-12-18T21:31:21.288Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38842024-12-18T21:31:21.964Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38852024-12-18T21:31:22.520Z[ recovery-image] Dec 18 21:31:21.014 INFO O| Dec 18 21:31:21.014 INFO O| Download: 1185/15862 items 14.6/176.4MB 8% complete (1.4M/s)
38862024-12-18T21:31:22.618Z[verify-libraries] Compiling termios v0.3.3
38872024-12-18T21:31:22.963Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38882024-12-18T21:31:25.147Z[ host-image] Dec 18 21:31:23.640 INFO O| Dec 18 21:31:23.640 INFO O| Download: 7086/22788 items 56.3/199.7MB 28% complete (1012k/s)
38892024-12-18T21:31:27.694Z[ recovery-image] Dec 18 21:31:26.186 INFO O| Dec 18 21:31:26.186 INFO O| Download: 1608/15862 items 25.0/176.4MB 14% complete (1.8M/s)
38902024-12-18T21:31:30.181Z[ host-image] Dec 18 21:31:28.673 INFO O| Dec 18 21:31:28.672 INFO O| Download: 8077/22788 items 60.4/199.7MB 30% complete (1.4M/s)
38912024-12-18T21:31:32.713Z[ recovery-image] Dec 18 21:31:31.204 INFO O| Dec 18 21:31:31.204 INFO O| Download: 2523/15862 items 31.5/176.4MB 17% complete (1.6M/s)
38922024-12-18T21:31:35.327Z[ host-image] Dec 18 21:31:33.818 INFO O| Dec 18 21:31:33.818 INFO O| Download: 8375/22788 items 69.1/199.7MB 34% complete (1.6M/s)
38932024-12-18T21:31:37.719Z[ recovery-image] Dec 18 21:31:36.209 INFO O| Dec 18 21:31:36.209 INFO O| Download: 3471/15862 items 38.3/176.4MB 21% complete (1.3M/s)
38942024-12-18T21:31:40.329Z[ host-image] Dec 18 21:31:38.818 INFO O| Dec 18 21:31:38.818 INFO O| Download: 9389/22788 items 81.5/199.7MB 40% complete (2.1M/s)
38952024-12-18T21:31:42.734Z[ recovery-image] Dec 18 21:31:41.223 INFO O| Dec 18 21:31:41.223 INFO O| Download: 3794/15862 items 42.3/176.4MB 23% complete (1.1M/s)
38962024-12-18T21:31:45.388Z[ host-image] Dec 18 21:31:43.877 INFO O| Dec 18 21:31:43.877 INFO O| Download: 10408/22788 items 88.0/199.7MB 44% complete (1.9M/s)
38972024-12-18T21:31:47.853Z[ recovery-image] Dec 18 21:31:46.338 INFO O| Dec 18 21:31:46.338 INFO O| Download: 4803/15862 items 43.0/176.4MB 24% complete (496k/s)
38982024-12-18T21:31:48.640Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38992024-12-18T21:31:50.396Z[ host-image] Dec 18 21:31:48.883 INFO O| Dec 18 21:31:48.883 INFO O| Download: 10887/22788 items 90.4/199.7MB 45% complete (897k/s)
39002024-12-18T21:31:53.185Z[ recovery-image] Dec 18 21:31:51.672 INFO O| Dec 18 21:31:51.672 INFO O| Download: 5699/15862 items 45.3/176.4MB 25% complete (277k/s)
39012024-12-18T21:31:55.398Z[ host-image] Dec 18 21:31:53.884 INFO O| Dec 18 21:31:53.883 INFO O| Download: 11652/22788 items 96.3/199.7MB 48% complete (854k/s)
39022024-12-18T21:31:58.683Z[ recovery-image] Dec 18 21:31:57.168 INFO O| Dec 18 21:31:57.168 INFO O| Download: 5947/15862 items 53.6/176.4MB 30% complete (1.0M/s)
39032024-12-18T21:32:00.400Z[ host-image] Dec 18 21:31:58.886 INFO O| Dec 18 21:31:58.885 INFO O| Download: 12246/22788 items 109.4/199.7MB 54% complete (1.9M/s)
39042024-12-18T21:32:00.769Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39052024-12-18T21:32:03.709Z[ recovery-image] Dec 18 21:32:02.193 INFO O| Dec 18 21:32:02.193 INFO O| Download: 6891/15862 items 67.9/176.4MB 38% complete (2.3M/s)
39062024-12-18T21:32:05.403Z[ host-image] Dec 18 21:32:03.887 INFO O| Dec 18 21:32:03.887 INFO O| Download: 12878/22788 items 109.8/199.7MB 54% complete (1.3M/s)
39072024-12-18T21:32:08.720Z[ recovery-image] Dec 18 21:32:07.203 INFO O| Dec 18 21:32:07.203 INFO O| Download: 7622/15862 items 73.7/176.4MB 41% complete (2.0M/s)
39082024-12-18T21:32:10.404Z[ host-image] Dec 18 21:32:08.887 INFO O| Dec 18 21:32:08.887 INFO O| Download: 13890/22788 items 110.3/199.7MB 55% complete (98.8k/s)
39092024-12-18T21:32:13.742Z[ recovery-image] Dec 18 21:32:12.224 INFO O| Dec 18 21:32:12.223 INFO O| Download: 7896/15862 items 76.7/176.4MB 43% complete (1.0M/s)
39102024-12-18T21:32:15.436Z[ host-image] Dec 18 21:32:13.917 INFO O| Dec 18 21:32:13.917 INFO O| Download: 14528/22788 items 116.7/199.7MB 58% complete (692k/s)
39112024-12-18T21:32:18.752Z[ recovery-image] Dec 18 21:32:17.232 INFO O| Dec 18 21:32:17.232 INFO O| Download: 8656/15862 items 81.5/176.4MB 46% complete (744k/s)
39122024-12-18T21:32:20.438Z[ host-image] Dec 18 21:32:18.918 INFO O| Dec 18 21:32:18.918 INFO O| Download: 15551/22788 items 125.5/199.7MB 62% complete (1.5M/s)
39132024-12-18T21:32:23.765Z[ recovery-image] Dec 18 21:32:22.245 INFO O| Dec 18 21:32:22.245 INFO O| Download: 9162/15862 items 92.8/176.4MB 52% complete (1.6M/s)
39142024-12-18T21:32:25.442Z[ host-image] Dec 18 21:32:23.921 INFO O| Dec 18 21:32:23.921 INFO O| Download: 16307/22788 items 133.7/199.7MB 66% complete (1.7M/s)
39152024-12-18T21:32:28.989Z[ recovery-image] Dec 18 21:32:27.467 INFO O| Dec 18 21:32:27.467 INFO O| Download: 9979/15862 items 93.2/176.4MB 52% complete (1.2M/s)
39162024-12-18T21:32:30.445Z[ host-image] Dec 18 21:32:28.923 INFO O| Dec 18 21:32:28.923 INFO O| Download: 17302/22788 items 138.5/199.7MB 69% complete (1.3M/s)
39172024-12-18T21:32:34.208Z[ recovery-image] Dec 18 21:32:32.685 INFO O| Dec 18 21:32:32.685 INFO O| Download: 10910/15862 items 93.9/176.4MB 53% complete (110k/s)
39182024-12-18T21:32:35.645Z[ host-image] Dec 18 21:32:34.121 INFO O| Dec 18 21:32:34.121 INFO O| Download: 17955/22788 items 161.0/199.7MB 80% complete (2.6M/s)
39192024-12-18T21:32:39.276Z[ recovery-image] Dec 18 21:32:37.752 INFO O| Dec 18 21:32:37.752 INFO O| Download: 11080/15862 items 99.2/176.4MB 56% complete (526k/s)
39202024-12-18T21:32:40.651Z[ host-image] Dec 18 21:32:39.127 INFO O| Dec 18 21:32:39.127 INFO O| Download: 19008/22788 items 166.0/199.7MB 83% complete (2.7M/s)
39212024-12-18T21:32:44.295Z[ recovery-image] Dec 18 21:32:42.770 INFO O| Dec 18 21:32:42.770 INFO O| Download: 11544/15862 items 112.3/176.4MB 63% complete (1.8M/s)
39222024-12-18T21:32:45.655Z[ host-image] Dec 18 21:32:44.130 INFO O| Dec 18 21:32:44.130 INFO O| Download: 20039/22788 items 170.5/199.7MB 85% complete (1.1M/s)
39232024-12-18T21:32:50.013Z[ recovery-image] Dec 18 21:32:48.487 INFO O| Dec 18 21:32:48.486 INFO O| Download: 12017/15862 items 140.1/176.4MB 79% complete (4.2M/s)
39242024-12-18T21:32:50.712Z[ host-image] Dec 18 21:32:49.185 INFO O| Dec 18 21:32:49.185 INFO O| Download: 20927/22788 items 178.7/199.7MB 89% complete (1.3M/s)
39252024-12-18T21:32:55.751Z[ host-image] Dec 18 21:32:54.223 INFO O| Dec 18 21:32:54.223 INFO O| Download: 21707/22788 items 183.7/199.7MB 91% complete (1.3M/s)
39262024-12-18T21:32:55.913Z[ recovery-image] Dec 18 21:32:54.385 INFO O| Dec 18 21:32:54.385 INFO O| Download: 13020/15862 items 144.1/176.4MB 81% complete (3.1M/s)
39272024-12-18T21:33:00.961Z[ host-image] Dec 18 21:32:59.432 INFO O| Dec 18 21:32:59.432 INFO O| Download: 22074/22788 items 192.8/199.7MB 96% complete (1.5M/s)
39282024-12-18T21:33:01.217Z[ recovery-image] Dec 18 21:32:59.688 INFO O| Dec 18 21:32:59.688 INFO O| Download: 14066/15862 items 148.6/176.4MB 84% complete (796k/s)
39292024-12-18T21:33:05.194Z[ host-image] Dec 18 21:33:03.647 INFO O| Dec 18 21:33:03.647 INFO O| Download: Completed 199.66 MB in 140.20 seconds (1.4M/s)
39302024-12-18T21:33:06.219Z[ recovery-image] Dec 18 21:33:04.688 INFO O| Dec 18 21:33:04.688 INFO O| Download: 14746/15862 items 156.1/176.4MB 88% complete (1.1M/s)
39312024-12-18T21:33:06.756Z[ host-image] Dec 18 21:33:05.188 INFO O| Dec 18 21:33:05.188 INFO O| Actions: 1/49485 actions (Installing new actions)
39322024-12-18T21:33:11.247Z[ recovery-image] Dec 18 21:33:09.715 INFO O| Dec 18 21:33:09.715 INFO O| Download: 15482/15862 items 167.9/176.4MB 95% complete (1.8M/s)
39332024-12-18T21:33:11.721Z[ host-image] Dec 18 21:33:10.190 INFO O| Dec 18 21:33:10.189 INFO O| Actions: 9832/49485 actions (Installing new actions)
39342024-12-18T21:33:16.054Z[ recovery-image] Dec 18 21:33:14.522 INFO O| Dec 18 21:33:14.522 INFO O| Download: Completed 176.39 MB in 123.58 seconds (1.4M/s)
39352024-12-18T21:33:16.723Z[ host-image] Dec 18 21:33:15.190 INFO O| Dec 18 21:33:15.190 INFO O| Actions: 15729/49485 actions (Installing new actions)
39362024-12-18T21:33:17.398Z[ recovery-image] Dec 18 21:33:15.865 INFO O| Dec 18 21:33:15.865 INFO O| Actions: 1/25028 actions (Installing new actions)
39372024-12-18T21:33:21.752Z[ host-image] Dec 18 21:33:20.218 INFO O| Dec 18 21:33:20.218 INFO O| Actions: 22570/49485 actions (Installing new actions)
39382024-12-18T21:33:22.399Z[ recovery-image] Dec 18 21:33:20.865 INFO O| Dec 18 21:33:20.865 INFO O| Actions: 7639/25028 actions (Installing new actions)
39392024-12-18T21:33:26.775Z[ host-image] Dec 18 21:33:25.240 INFO O| Dec 18 21:33:25.240 INFO O| Actions: 37812/49485 actions (Installing new actions)
39402024-12-18T21:33:27.402Z[ recovery-image] Dec 18 21:33:25.865 INFO O| Dec 18 21:33:25.865 INFO O| Actions: 12215/25028 actions (Installing new actions)
39412024-12-18T21:33:30.985Z[ host-image] Dec 18 21:33:29.447 INFO O| Dec 18 21:33:29.447 INFO O| Actions: Completed 49485 actions in 24.25 seconds.
39422024-12-18T21:33:31.830Z[ host-image] Dec 18 21:33:30.294 INFO O| Dec 18 21:33:30.294 INFO O| Done
39432024-12-18T21:33:31.830Z[ host-image] Dec 18 21:33:30.294 INFO O| Dec 18 21:33:30.294 INFO O| Done
39442024-12-18T21:33:32.403Z[ recovery-image] Dec 18 21:33:30.867 INFO O| Dec 18 21:33:30.867 INFO O| Actions: 18485/25028 actions (Installing new actions)
39452024-12-18T21:33:33.494Z[ host-image] Dec 18 21:33:31.957 INFO O| Dec 18 21:33:31.957 INFO O| Done
39462024-12-18T21:33:36.312Z[ host-image] Dec 18 21:33:34.774 INFO O| Dec 18 21:33:34.774 INFO O| Done
39472024-12-18T21:33:36.386Z[ host-image] Dec 18 21:33:34.848 INFO O| Dec 18 21:33:34.848 INFO O| Done
39482024-12-18T21:33:36.546Z[ recovery-image] Dec 18 21:33:35.008 INFO O| Dec 18 21:33:35.008 INFO O| Actions: Completed 25028 actions in 19.14 seconds.
39492024-12-18T21:33:37.292Z[ recovery-image] Dec 18 21:33:35.754 INFO O| Dec 18 21:33:35.753 INFO O| Done
39502024-12-18T21:33:37.292Z[ recovery-image] Dec 18 21:33:35.754 INFO O| Dec 18 21:33:35.754 INFO O| Done
39512024-12-18T21:33:38.896Z[ recovery-image] Dec 18 21:33:37.357 INFO O| Dec 18 21:33:37.357 INFO O| Done
39522024-12-18T21:33:40.924Z[ recovery-image] Dec 18 21:33:39.385 INFO O| Dec 18 21:33:39.385 INFO O| Done
39532024-12-18T21:33:40.956Z[ recovery-image] Dec 18 21:33:39.418 INFO O| Dec 18 21:33:39.418 INFO O| Done
39542024-12-18T21:33:44.307Z[ host-image] Dec 18 21:33:42.768 INFO O| Dec 18 21:33:42.768 INFO O| Done
39552024-12-18T21:33:45.393Z[ host-image] Dec 18 21:33:43.854 INFO O| Dec 18 21:33:43.854 INFO O| Done
39562024-12-18T21:33:45.954Z[ recovery-image] Dec 18 21:33:44.414 INFO O| Dec 18 21:33:44.414 INFO O| Done
39572024-12-18T21:33:46.304Z[ host-image] Dec 18 21:33:44.765 INFO O| Dec 18 21:33:44.764 INFO STEP 11 (pkg_install) COMPLETE
39582024-12-18T21:33:46.304Z[ host-image] Dec 18 21:33:44.765 INFO O| Dec 18 21:33:44.764 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39592024-12-18T21:33:46.356Z[ host-image] Dec 18 21:33:44.816 INFO O| Dec 18 21:33:44.816 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
39602024-12-18T21:33:46.705Z[ recovery-image] Dec 18 21:33:45.165 INFO O| Dec 18 21:33:45.165 INFO O| Done
39612024-12-18T21:33:47.276Z[ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO STEP 11 (pkg_install) COMPLETE
39622024-12-18T21:33:47.276Z[ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39632024-12-18T21:33:47.279Z[ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO skip step because feature "recovery" is enabled
39642024-12-18T21:33:47.279Z[ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39652024-12-18T21:33:47.279Z[ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO skip step because feature "omicron1" is not enabled
39662024-12-18T21:33:47.279Z[ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39672024-12-18T21:33:47.297Z[ recovery-image] Dec 18 21:33:45.757 INFO O| Dec 18 21:33:45.757 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39682024-12-18T21:33:49.746Z[ recovery-image] Dec 18 21:33:48.205 INFO O| Dec 18 21:33:48.205 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39692024-12-18T21:33:49.814Z[ host-image] Dec 18 21:33:48.273 INFO O| Dec 18 21:33:48.273 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39702024-12-18T21:33:54.244Z[ recovery-image] Dec 18 21:33:52.702 INFO O| Dec 18 21:33:52.702 INFO O| Planning: Solver setup ... Done
39712024-12-18T21:33:54.251Z[ recovery-image] Dec 18 21:33:52.710 INFO O| Dec 18 21:33:52.710 INFO O| Planning: Running solver ... Done
39722024-12-18T21:33:54.360Z[ recovery-image] Dec 18 21:33:52.818 INFO O| Dec 18 21:33:52.818 INFO O| Planning: Finding local manifests ... Done
39732024-12-18T21:33:54.363Z[ recovery-image] Dec 18 21:33:52.819 INFO O| Dec 18 21:33:52.819 INFO O| Planning: Fetching manifests: 0/1 0% complete
39742024-12-18T21:33:54.608Z[ recovery-image] Dec 18 21:33:53.066 INFO O| Dec 18 21:33:53.066 INFO O| Planning: Fetching manifests: 1/1 100% complete
39752024-12-18T21:33:54.682Z[ recovery-image] Dec 18 21:33:53.140 INFO O| Dec 18 21:33:53.140 INFO O| Planning: Package planning ... Done
39762024-12-18T21:33:54.685Z[ recovery-image] Dec 18 21:33:53.141 INFO O| Dec 18 21:33:53.141 INFO O| Planning: Merging actions ... Done
39772024-12-18T21:33:54.688Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39782024-12-18T21:33:54.741Z[ recovery-image] Dec 18 21:33:53.200 INFO O| Dec 18 21:33:53.200 INFO O| Planning: Checking for conflicting actions ... Done
39792024-12-18T21:33:54.744Z[ recovery-image] Dec 18 21:33:53.200 INFO O| Dec 18 21:33:53.200 INFO O| Planning: Consolidating action changes ... Done
39802024-12-18T21:33:55.195Z[ recovery-image] Dec 18 21:33:53.654 INFO O| Dec 18 21:33:53.654 INFO O| Planning: Evaluating mediators ... Done
39812024-12-18T21:33:55.198Z[ recovery-image] Dec 18 21:33:53.654 INFO O| Dec 18 21:33:53.654 INFO O| Planning: Planning completed in 5.45 seconds
39822024-12-18T21:33:55.198Z[ recovery-image] Dec 18 21:33:53.657 INFO O| Dec 18 21:33:53.657 INFO O| Packages to install: 1
39832024-12-18T21:33:55.216Z[ recovery-image] Dec 18 21:33:53.675 INFO O| Dec 18 21:33:53.675 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39842024-12-18T21:33:55.328Z[ host-image] Dec 18 21:33:53.786 INFO O| Dec 18 21:33:53.786 INFO O| Planning: Solver setup ... Done
39852024-12-18T21:33:55.335Z[ host-image] Dec 18 21:33:53.793 INFO O| Dec 18 21:33:53.793 INFO O| Planning: Running solver ... Done
39862024-12-18T21:33:55.513Z[ host-image] Dec 18 21:33:53.971 INFO O| Dec 18 21:33:53.971 INFO O| Planning: Finding local manifests ... Done
39872024-12-18T21:33:55.516Z[ host-image] Dec 18 21:33:53.973 INFO O| Dec 18 21:33:53.973 INFO O| Planning: Fetching manifests: 0/5 0% complete
39882024-12-18T21:33:55.520Z[ recovery-image] Dec 18 21:33:53.979 INFO O| Dec 18 21:33:53.979 INFO O| Download: Completed 9.99 MB in 0.30 seconds (32.9M/s)
39892024-12-18T21:33:55.604Z[ recovery-image] Dec 18 21:33:54.062 INFO O| Dec 18 21:33:54.062 INFO O| Actions: 1/22 actions (Installing new actions)
39902024-12-18T21:33:55.766Z[ host-image] Dec 18 21:33:54.224 INFO O| Dec 18 21:33:54.224 INFO O| Planning: Fetching manifests: 5/5 100% complete
39912024-12-18T21:33:56.018Z[ host-image] Dec 18 21:33:54.264 INFO O| Dec 18 21:33:54.264 INFO O| Planning: Package planning ... Done
39922024-12-18T21:33:56.024Z[ host-image] Dec 18 21:33:54.270 INFO O| Dec 18 21:33:54.270 INFO O| Planning: Merging actions ... Done
39932024-12-18T21:33:56.024Z[ host-image] Dec 18 21:33:54.451 INFO O| Dec 18 21:33:54.451 INFO O| Planning: Checking for conflicting actions ... Done
39942024-12-18T21:33:56.024Z[ host-image] Dec 18 21:33:54.453 INFO O| Dec 18 21:33:54.453 INFO O| Planning: Consolidating action changes ... Done
39952024-12-18T21:33:56.024Z[ recovery-image] Dec 18 21:33:54.457 INFO O| Dec 18 21:33:54.457 INFO O| Actions: Completed 22 actions in 0.40 seconds.
39962024-12-18T21:33:56.535Z[ recovery-image] Dec 18 21:33:54.993 INFO O| Dec 18 21:33:54.992 INFO O| Done
39972024-12-18T21:33:56.542Z[ recovery-image] Dec 18 21:33:54.993 INFO O| Dec 18 21:33:54.992 INFO O| Done
39982024-12-18T21:33:56.636Z[ host-image] Dec 18 21:33:55.093 INFO O| Dec 18 21:33:55.093 INFO O| Planning: Evaluating mediators ... Done
39992024-12-18T21:33:56.639Z[ host-image] Dec 18 21:33:55.095 INFO O| Dec 18 21:33:55.095 INFO O| Planning: Planning completed in 6.82 seconds
40002024-12-18T21:33:56.642Z[ host-image] Dec 18 21:33:55.098 INFO O| Dec 18 21:33:55.098 INFO O| Packages to install: 5
40012024-12-18T21:33:56.642Z[ host-image] Dec 18 21:33:55.098 INFO O| Dec 18 21:33:55.098 INFO O| Services to change: 2
40022024-12-18T21:33:56.661Z[ host-image] Dec 18 21:33:55.119 INFO O| Dec 18 21:33:55.119 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
40032024-12-18T21:33:57.832Z[ recovery-image] Dec 18 21:33:56.289 INFO O| Dec 18 21:33:56.289 INFO O| Done
40042024-12-18T21:33:57.890Z[ host-image] Dec 18 21:33:56.348 INFO O| Dec 18 21:33:56.348 INFO O| Download: Completed 1.45 MB in 1.23 seconds (1.2M/s)
40052024-12-18T21:33:58.010Z[ host-image] Dec 18 21:33:56.467 INFO O| Dec 18 21:33:56.467 INFO O| Actions: 1/305 actions (Installing new actions)
40062024-12-18T21:33:58.239Z[ host-image] Dec 18 21:33:56.697 INFO O| Dec 18 21:33:56.697 INFO O| Actions: Completed 305 actions in 0.23 seconds.
40072024-12-18T21:33:58.885Z[ host-image] Dec 18 21:33:57.342 INFO O| Dec 18 21:33:57.342 INFO O| Done
40082024-12-18T21:33:58.885Z[ host-image] Dec 18 21:33:57.342 INFO O| Dec 18 21:33:57.342 INFO O| Done
40092024-12-18T21:33:59.979Z[ recovery-image] Dec 18 21:33:58.436 INFO O| Dec 18 21:33:58.435 INFO O| Done
40102024-12-18T21:34:00.022Z[ recovery-image] Dec 18 21:33:58.478 INFO O| Dec 18 21:33:58.478 INFO O| Done
40112024-12-18T21:34:00.022Z[ recovery-image] Dec 18 21:33:58.479 INFO O| Dec 18 21:33:58.479 INFO O| Done
40122024-12-18T21:34:00.039Z[ recovery-image] Dec 18 21:33:58.496 INFO O| Dec 18 21:33:58.496 INFO O| Done
40132024-12-18T21:34:00.220Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 14 (pkg_install) COMPLETE
40142024-12-18T21:34:00.220Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40152024-12-18T21:34:00.223Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO skip step because feature "mfg" is not enabled
40162024-12-18T21:34:00.223Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40172024-12-18T21:34:00.223Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO skip step because feature "compliance" is not enabled
40182024-12-18T21:34:00.223Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40192024-12-18T21:34:00.223Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO skip step because feature "stress" is not enabled
40202024-12-18T21:34:00.223Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40212024-12-18T21:34:00.223Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO skip step because feature "nfs" is not enabled
40222024-12-18T21:34:00.224Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40232024-12-18T21:34:00.224Z[ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40242024-12-18T21:34:00.281Z[ host-image] Dec 18 21:33:58.738 INFO O| Dec 18 21:33:58.738 INFO O| Done
40252024-12-18T21:34:00.325Z[ recovery-image] Dec 18 21:33:58.782 INFO O| Dec 18 21:33:58.782 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40262024-12-18T21:34:00.481Z[ recovery-image] Dec 18 21:33:58.938 INFO O| Dec 18 21:33:58.938 INFO completed processing gimlet/ramdisk-01-os
40272024-12-18T21:34:00.484Z[ recovery-image] Dec 18 21:33:58.941 INFO image builder template: ramdisk-02-trim...
40282024-12-18T21:34:00.484Z[ recovery-image] Dec 18 21:33:58.941 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/.tmpofmGFj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
40292024-12-18T21:34:00.530Z[ recovery-image] Dec 18 21:33:58.987 INFO O| Dec 18 21:33:58.987 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40302024-12-18T21:34:00.553Z[ recovery-image] Dec 18 21:33:59.009 INFO O| Dec 18 21:33:59.009 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40312024-12-18T21:34:00.845Z[ recovery-image] Dec 18 21:33:59.301 INFO O| Dec 18 21:33:59.301 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40322024-12-18T21:34:00.953Z[ recovery-image] Dec 18 21:33:59.410 INFO O| Dec 18 21:33:59.410 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40332024-12-18T21:34:00.956Z[ recovery-image] Dec 18 21:33:59.410 INFO O| Dec 18 21:33:59.410 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40342024-12-18T21:34:00.965Z[ recovery-image] Dec 18 21:33:59.421 INFO O| Dec 18 21:33:59.421 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40352024-12-18T21:34:00.972Z[ recovery-image] Dec 18 21:33:59.429 INFO O| Dec 18 21:33:59.429 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40362024-12-18T21:34:00.982Z[ recovery-image] Dec 18 21:33:59.438 INFO O| Dec 18 21:33:59.438 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40372024-12-18T21:34:01.285Z[ recovery-image] Dec 18 21:33:59.741 INFO O| Dec 18 21:33:59.741 INFO rolled back to input snapshot; work may begin
40382024-12-18T21:34:01.288Z[ recovery-image] Dec 18 21:33:59.741 INFO O| Dec 18 21:33:59.741 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40392024-12-18T21:34:01.310Z[ recovery-image] Dec 18 21:33:59.767 INFO O| Dec 18 21:33:59.767 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-12-18T21:34:01.332Z[ recovery-image] Dec 18 21:33:59.789 INFO O| Dec 18 21:33:59.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40412024-12-18T21:34:01.443Z[ recovery-image] Dec 18 21:33:59.900 INFO O| Dec 18 21:33:59.899 INFO STEP 0 (remove_files) COMPLETE
40422024-12-18T21:34:01.443Z[ recovery-image] Dec 18 21:33:59.900 INFO O| Dec 18 21:33:59.899 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40432024-12-18T21:34:01.476Z[ recovery-image] Dec 18 21:33:59.932 INFO O| Dec 18 21:33:59.932 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40442024-12-18T21:34:01.479Z[ recovery-image] Dec 18 21:33:59.935 INFO O| Dec 18 21:33:59.935 INFO STEP 1 (remove_files) COMPLETE
40452024-12-18T21:34:01.479Z[ recovery-image] Dec 18 21:33:59.935 INFO O| Dec 18 21:33:59.935 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40462024-12-18T21:34:01.496Z[ recovery-image] Dec 18 21:33:59.953 INFO O| Dec 18 21:33:59.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40472024-12-18T21:34:01.562Z[ recovery-image] Dec 18 21:34:00.018 INFO O| Dec 18 21:34:00.018 INFO STEP 2 (remove_files) COMPLETE
40482024-12-18T21:34:01.562Z[ recovery-image] Dec 18 21:34:00.018 INFO O| Dec 18 21:34:00.018 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-12-18T21:34:01.623Z[ recovery-image] Dec 18 21:34:00.080 INFO O| Dec 18 21:34:00.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40502024-12-18T21:34:01.627Z[ recovery-image] Dec 18 21:34:00.083 INFO O| Dec 18 21:34:00.083 INFO STEP 3 (remove_files) COMPLETE
40512024-12-18T21:34:01.627Z[ recovery-image] Dec 18 21:34:00.083 INFO O| Dec 18 21:34:00.083 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-12-18T21:34:01.656Z[ recovery-image] Dec 18 21:34:00.112 INFO O| Dec 18 21:34:00.112 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40532024-12-18T21:34:01.663Z[ recovery-image] Dec 18 21:34:00.120 INFO O| Dec 18 21:34:00.119 INFO STEP 4 (remove_files) COMPLETE
40542024-12-18T21:34:01.665Z[ recovery-image] Dec 18 21:34:00.120 INFO O| Dec 18 21:34:00.120 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40552024-12-18T21:34:01.683Z[ recovery-image] Dec 18 21:34:00.140 INFO O| Dec 18 21:34:00.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40562024-12-18T21:34:01.686Z[ recovery-image] Dec 18 21:34:00.140 INFO O| Dec 18 21:34:00.140 INFO STEP 5 (remove_files) COMPLETE
40572024-12-18T21:34:01.686Z[ recovery-image] Dec 18 21:34:00.141 INFO O| Dec 18 21:34:00.140 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40582024-12-18T21:34:01.702Z[ recovery-image] Dec 18 21:34:00.158 INFO O| Dec 18 21:34:00.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40592024-12-18T21:34:01.721Z[ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.177 INFO STEP 6 (remove_files) COMPLETE
40602024-12-18T21:34:01.721Z[ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40612024-12-18T21:34:01.724Z[ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO skip step because feature "recovery" is enabled
40622024-12-18T21:34:01.724Z[ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-12-18T21:34:01.724Z[ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO skip step because feature "recovery" is enabled
40642024-12-18T21:34:01.724Z[ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-18T21:34:01.724Z[ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO skip step because feature "recovery" is enabled
40662024-12-18T21:34:01.724Z[ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40672024-12-18T21:34:01.749Z[ recovery-image] Dec 18 21:34:00.205 INFO O| Dec 18 21:34:00.205 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40682024-12-18T21:34:01.754Z[ recovery-image] Dec 18 21:34:00.211 INFO O| Dec 18 21:34:00.211 INFO STEP 10 (remove_files) COMPLETE
40692024-12-18T21:34:01.754Z[ recovery-image] Dec 18 21:34:00.211 INFO O| Dec 18 21:34:00.211 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-12-18T21:34:01.781Z[ recovery-image] Dec 18 21:34:00.237 INFO O| Dec 18 21:34:00.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40712024-12-18T21:34:01.783Z[ recovery-image] Dec 18 21:34:00.239 INFO O| Dec 18 21:34:00.238 INFO STEP 11 (remove_files) COMPLETE
40722024-12-18T21:34:01.783Z[ recovery-image] Dec 18 21:34:00.239 INFO O| Dec 18 21:34:00.238 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40732024-12-18T21:34:01.810Z[ recovery-image] Dec 18 21:34:00.267 INFO O| Dec 18 21:34:00.267 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40742024-12-18T21:34:01.813Z[ recovery-image] Dec 18 21:34:00.269 INFO O| Dec 18 21:34:00.269 INFO STEP 12 (remove_files) COMPLETE
40752024-12-18T21:34:01.813Z[ recovery-image] Dec 18 21:34:00.269 INFO O| Dec 18 21:34:00.269 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-12-18T21:34:01.845Z[ recovery-image] Dec 18 21:34:00.300 INFO O| Dec 18 21:34:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40772024-12-18T21:34:02.220Z[ recovery-image] Dec 18 21:34:00.611 INFO O| Dec 18 21:34:00.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40782024-12-18T21:34:02.220Z[ recovery-image] Dec 18 21:34:00.615 INFO O| Dec 18 21:34:00.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40792024-12-18T21:34:02.220Z[ recovery-image] Dec 18 21:34:00.621 INFO O| Dec 18 21:34:00.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40802024-12-18T21:34:02.232Z[ recovery-image] Dec 18 21:34:00.687 INFO O| Dec 18 21:34:00.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40812024-12-18T21:34:02.283Z[ recovery-image] Dec 18 21:34:00.739 INFO O| Dec 18 21:34:00.739 INFO STEP 13 (remove_files) COMPLETE
40822024-12-18T21:34:02.283Z[ recovery-image] Dec 18 21:34:00.739 INFO O| Dec 18 21:34:00.739 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-18T21:34:02.325Z[ recovery-image] Dec 18 21:34:00.781 INFO O| Dec 18 21:34:00.781 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40842024-12-18T21:34:02.328Z[ recovery-image] Dec 18 21:34:00.783 INFO O| Dec 18 21:34:00.783 INFO STEP 14 (remove_files) COMPLETE
40852024-12-18T21:34:02.328Z[ recovery-image] Dec 18 21:34:00.783 INFO O| Dec 18 21:34:00.783 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40862024-12-18T21:34:02.345Z[ recovery-image] Dec 18 21:34:00.801 INFO O| Dec 18 21:34:00.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40872024-12-18T21:34:02.354Z[ recovery-image] Dec 18 21:34:00.811 INFO O| Dec 18 21:34:00.810 INFO STEP 15 (remove_files) COMPLETE
40882024-12-18T21:34:02.354Z[ recovery-image] Dec 18 21:34:00.811 INFO O| Dec 18 21:34:00.811 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-12-18T21:34:02.380Z[ recovery-image] Dec 18 21:34:00.836 INFO O| Dec 18 21:34:00.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40902024-12-18T21:34:02.382Z[ recovery-image] Dec 18 21:34:00.837 INFO O| Dec 18 21:34:00.837 INFO STEP 16 (remove_files) COMPLETE
40912024-12-18T21:34:02.382Z[ recovery-image] Dec 18 21:34:00.837 INFO O| Dec 18 21:34:00.837 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-12-18T21:34:02.470Z[ recovery-image] Dec 18 21:34:00.926 INFO O| Dec 18 21:34:00.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40932024-12-18T21:34:02.472Z[ recovery-image] Dec 18 21:34:00.929 INFO O| Dec 18 21:34:00.929 INFO STEP 17 (remove_files) COMPLETE
40942024-12-18T21:34:02.472Z[ recovery-image] Dec 18 21:34:00.929 INFO O| Dec 18 21:34:00.929 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-12-18T21:34:02.511Z[ recovery-image] Dec 18 21:34:00.968 INFO O| Dec 18 21:34:00.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40962024-12-18T21:34:02.511Z[ recovery-image] Dec 18 21:34:00.968 INFO O| Dec 18 21:34:00.968 INFO STEP 18 (remove_files) COMPLETE
40972024-12-18T21:34:02.511Z[ recovery-image] Dec 18 21:34:00.968 INFO O| Dec 18 21:34:00.968 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-12-18T21:34:02.530Z[ recovery-image] Dec 18 21:34:00.987 INFO O| Dec 18 21:34:00.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40992024-12-18T21:34:02.530Z[ recovery-image] Dec 18 21:34:00.987 INFO O| Dec 18 21:34:00.987 INFO STEP 19 (remove_files) COMPLETE
41002024-12-18T21:34:02.530Z[ recovery-image] Dec 18 21:34:00.987 INFO O| Dec 18 21:34:00.987 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41012024-12-18T21:34:02.549Z[ recovery-image] Dec 18 21:34:01.005 INFO O| Dec 18 21:34:01.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41022024-12-18T21:34:02.549Z[ recovery-image] Dec 18 21:34:01.005 INFO O| Dec 18 21:34:01.005 INFO STEP 20 (remove_files) COMPLETE
41032024-12-18T21:34:02.549Z[ recovery-image] Dec 18 21:34:01.005 INFO O| Dec 18 21:34:01.005 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-12-18T21:34:02.596Z[ recovery-image] Dec 18 21:34:01.052 INFO O| Dec 18 21:34:01.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41052024-12-18T21:34:02.596Z[ recovery-image] Dec 18 21:34:01.052 INFO O| Dec 18 21:34:01.052 INFO STEP 21 (remove_files) COMPLETE
41062024-12-18T21:34:02.597Z[ recovery-image] Dec 18 21:34:01.052 INFO O| Dec 18 21:34:01.052 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-18T21:34:02.622Z[ recovery-image] Dec 18 21:34:01.078 INFO O| Dec 18 21:34:01.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41082024-12-18T21:34:02.622Z[ recovery-image] Dec 18 21:34:01.078 INFO O| Dec 18 21:34:01.078 INFO STEP 22 (remove_files) COMPLETE
41092024-12-18T21:34:02.622Z[ recovery-image] Dec 18 21:34:01.078 INFO O| Dec 18 21:34:01.078 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-12-18T21:34:02.674Z[ recovery-image] Dec 18 21:34:01.131 INFO O| Dec 18 21:34:01.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41112024-12-18T21:34:02.675Z[ recovery-image] Dec 18 21:34:01.131 INFO O| Dec 18 21:34:01.131 INFO STEP 23 (remove_files) COMPLETE
41122024-12-18T21:34:02.678Z[ recovery-image] Dec 18 21:34:01.131 INFO O| Dec 18 21:34:01.131 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-12-18T21:34:02.693Z[ recovery-image] Dec 18 21:34:01.149 INFO O| Dec 18 21:34:01.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41142024-12-18T21:34:02.693Z[ recovery-image] Dec 18 21:34:01.149 INFO O| Dec 18 21:34:01.149 INFO STEP 24 (remove_files) COMPLETE
41152024-12-18T21:34:02.693Z[ recovery-image] Dec 18 21:34:01.149 INFO O| Dec 18 21:34:01.149 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-12-18T21:34:02.719Z[ recovery-image] Dec 18 21:34:01.175 INFO O| Dec 18 21:34:01.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41172024-12-18T21:34:02.722Z[ recovery-image] Dec 18 21:34:01.175 INFO O| Dec 18 21:34:01.175 INFO STEP 25 (remove_files) COMPLETE
41182024-12-18T21:34:02.722Z[ recovery-image] Dec 18 21:34:01.176 INFO O| Dec 18 21:34:01.176 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192024-12-18T21:34:02.738Z[ recovery-image] Dec 18 21:34:01.194 INFO O| Dec 18 21:34:01.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41202024-12-18T21:34:02.741Z[ recovery-image] Dec 18 21:34:01.195 INFO O| Dec 18 21:34:01.195 INFO STEP 26 (remove_files) COMPLETE
41212024-12-18T21:34:02.741Z[ recovery-image] Dec 18 21:34:01.195 INFO O| Dec 18 21:34:01.195 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222024-12-18T21:34:02.757Z[ recovery-image] Dec 18 21:34:01.213 INFO O| Dec 18 21:34:01.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41232024-12-18T21:34:02.760Z[ recovery-image] Dec 18 21:34:01.213 INFO O| Dec 18 21:34:01.213 INFO STEP 27 (remove_files) COMPLETE
41242024-12-18T21:34:02.760Z[ recovery-image] Dec 18 21:34:01.214 INFO O| Dec 18 21:34:01.213 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252024-12-18T21:34:02.775Z[ recovery-image] Dec 18 21:34:01.231 INFO O| Dec 18 21:34:01.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41262024-12-18T21:34:02.778Z[ recovery-image] Dec 18 21:34:01.231 INFO O| Dec 18 21:34:01.231 INFO STEP 28 (remove_files) COMPLETE
41272024-12-18T21:34:02.778Z[ recovery-image] Dec 18 21:34:01.231 INFO O| Dec 18 21:34:01.231 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282024-12-18T21:34:02.798Z[ recovery-image] Dec 18 21:34:01.254 INFO O| Dec 18 21:34:01.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41292024-12-18T21:34:02.798Z[ recovery-image] Dec 18 21:34:01.254 INFO O| Dec 18 21:34:01.254 INFO STEP 29 (remove_files) COMPLETE
41302024-12-18T21:34:02.798Z[ recovery-image] Dec 18 21:34:01.254 INFO O| Dec 18 21:34:01.254 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-18T21:34:02.844Z[ recovery-image] Dec 18 21:34:01.300 INFO O| Dec 18 21:34:01.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41322024-12-18T21:34:02.844Z[ recovery-image] Dec 18 21:34:01.300 INFO O| Dec 18 21:34:01.300 INFO STEP 30 (remove_files) COMPLETE
41332024-12-18T21:34:02.847Z[ recovery-image] Dec 18 21:34:01.300 INFO O| Dec 18 21:34:01.300 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342024-12-18T21:34:02.873Z[ host-image] Dec 18 21:34:01.329 INFO O| Dec 18 21:34:01.329 INFO O| Done
41352024-12-18T21:34:02.881Z[ recovery-image] Dec 18 21:34:01.337 INFO O| Dec 18 21:34:01.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41362024-12-18T21:34:02.881Z[ recovery-image] Dec 18 21:34:01.337 INFO O| Dec 18 21:34:01.337 INFO STEP 31 (remove_files) COMPLETE
41372024-12-18T21:34:02.884Z[ recovery-image] Dec 18 21:34:01.338 INFO O| Dec 18 21:34:01.337 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-18T21:34:02.917Z[ host-image] Dec 18 21:34:01.373 INFO O| Dec 18 21:34:01.373 INFO O| Done
41392024-12-18T21:34:02.920Z[ host-image] Dec 18 21:34:01.374 INFO O| Dec 18 21:34:01.374 INFO O| Done
41402024-12-18T21:34:02.920Z[ recovery-image] Dec 18 21:34:01.377 INFO O| Dec 18 21:34:01.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41412024-12-18T21:34:02.920Z[ recovery-image] Dec 18 21:34:01.377 INFO O| Dec 18 21:34:01.377 INFO STEP 32 (remove_files) COMPLETE
41422024-12-18T21:34:02.923Z[ recovery-image] Dec 18 21:34:01.377 INFO O| Dec 18 21:34:01.377 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432024-12-18T21:34:02.941Z[ recovery-image] Dec 18 21:34:01.398 INFO O| Dec 18 21:34:01.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41442024-12-18T21:34:02.941Z[ recovery-image] Dec 18 21:34:01.398 INFO O| Dec 18 21:34:01.398 INFO STEP 33 (remove_files) COMPLETE
41452024-12-18T21:34:02.941Z[ recovery-image] Dec 18 21:34:01.398 INFO O| Dec 18 21:34:01.398 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462024-12-18T21:34:02.960Z[ recovery-image] Dec 18 21:34:01.416 INFO O| Dec 18 21:34:01.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41472024-12-18T21:34:02.960Z[ recovery-image] Dec 18 21:34:01.416 INFO O| Dec 18 21:34:01.416 INFO STEP 34 (remove_files) COMPLETE
41482024-12-18T21:34:02.960Z[ recovery-image] Dec 18 21:34:01.416 INFO O| Dec 18 21:34:01.416 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492024-12-18T21:34:02.974Z[ host-image] Dec 18 21:34:01.431 INFO O| Dec 18 21:34:01.431 INFO O| Done
41502024-12-18T21:34:02.978Z[ recovery-image] Dec 18 21:34:01.435 INFO O| Dec 18 21:34:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41512024-12-18T21:34:02.978Z[ recovery-image] Dec 18 21:34:01.435 INFO O| Dec 18 21:34:01.435 INFO STEP 35 (remove_files) COMPLETE
41522024-12-18T21:34:02.978Z[ recovery-image] Dec 18 21:34:01.435 INFO O| Dec 18 21:34:01.435 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-18T21:34:02.998Z[ recovery-image] Dec 18 21:34:01.454 INFO O| Dec 18 21:34:01.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41542024-12-18T21:34:02.998Z[ recovery-image] Dec 18 21:34:01.454 INFO O| Dec 18 21:34:01.454 INFO STEP 36 (remove_files) COMPLETE
41552024-12-18T21:34:02.998Z[ recovery-image] Dec 18 21:34:01.454 INFO O| Dec 18 21:34:01.454 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-18T21:34:03.018Z[ recovery-image] Dec 18 21:34:01.474 INFO O| Dec 18 21:34:01.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41572024-12-18T21:34:03.019Z[ recovery-image] Dec 18 21:34:01.474 INFO O| Dec 18 21:34:01.474 INFO STEP 37 (remove_files) COMPLETE
41582024-12-18T21:34:03.019Z[ recovery-image] Dec 18 21:34:01.474 INFO O| Dec 18 21:34:01.474 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-18T21:34:03.042Z[ recovery-image] Dec 18 21:34:01.498 INFO O| Dec 18 21:34:01.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41602024-12-18T21:34:03.042Z[ recovery-image] Dec 18 21:34:01.498 INFO O| Dec 18 21:34:01.498 INFO STEP 38 (remove_files) COMPLETE
41612024-12-18T21:34:03.045Z[ recovery-image] Dec 18 21:34:01.498 INFO O| Dec 18 21:34:01.498 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-18T21:34:03.084Z[ recovery-image] Dec 18 21:34:01.540 INFO O| Dec 18 21:34:01.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41632024-12-18T21:34:03.086Z[ recovery-image] Dec 18 21:34:01.540 INFO O| Dec 18 21:34:01.540 INFO STEP 39 (remove_files) COMPLETE
41642024-12-18T21:34:03.086Z[ recovery-image] Dec 18 21:34:01.540 INFO O| Dec 18 21:34:01.540 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-18T21:34:03.105Z[ recovery-image] Dec 18 21:34:01.561 INFO O| Dec 18 21:34:01.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41662024-12-18T21:34:03.108Z[ recovery-image] Dec 18 21:34:01.562 INFO O| Dec 18 21:34:01.562 INFO STEP 40 (remove_files) COMPLETE
41672024-12-18T21:34:03.108Z[ recovery-image] Dec 18 21:34:01.562 INFO O| Dec 18 21:34:01.562 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-18T21:34:03.125Z[ recovery-image] Dec 18 21:34:01.581 INFO O| Dec 18 21:34:01.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41692024-12-18T21:34:03.128Z[ recovery-image] Dec 18 21:34:01.582 INFO O| Dec 18 21:34:01.581 INFO STEP 41 (remove_files) COMPLETE
41702024-12-18T21:34:03.128Z[ recovery-image] Dec 18 21:34:01.582 INFO O| Dec 18 21:34:01.582 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-18T21:34:03.143Z[ recovery-image] Dec 18 21:34:01.600 INFO O| Dec 18 21:34:01.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41722024-12-18T21:34:03.149Z[ recovery-image] Dec 18 21:34:01.600 INFO O| Dec 18 21:34:01.600 INFO STEP 42 (remove_files) COMPLETE
41732024-12-18T21:34:03.149Z[ recovery-image] Dec 18 21:34:01.600 INFO O| Dec 18 21:34:01.600 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-18T21:34:03.162Z[ recovery-image] Dec 18 21:34:01.618 INFO O| Dec 18 21:34:01.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41752024-12-18T21:34:03.162Z[ recovery-image] Dec 18 21:34:01.618 INFO O| Dec 18 21:34:01.618 INFO STEP 43 (remove_files) COMPLETE
41762024-12-18T21:34:03.164Z[ recovery-image] Dec 18 21:34:01.618 INFO O| Dec 18 21:34:01.618 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-18T21:34:03.168Z[ host-image] Dec 18 21:34:01.621 INFO O| Dec 18 21:34:01.621 INFO STEP 12 (pkg_install) COMPLETE
41782024-12-18T21:34:03.168Z[ host-image] Dec 18 21:34:01.621 INFO O| Dec 18 21:34:01.621 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41792024-12-18T21:34:03.181Z[ host-image] Dec 18 21:34:01.638 INFO O| Dec 18 21:34:01.638 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41802024-12-18T21:34:03.194Z[ recovery-image] Dec 18 21:34:01.650 INFO O| Dec 18 21:34:01.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41812024-12-18T21:34:03.196Z[ recovery-image] Dec 18 21:34:01.651 INFO O| Dec 18 21:34:01.651 INFO STEP 44 (remove_files) COMPLETE
41822024-12-18T21:34:03.196Z[ recovery-image] Dec 18 21:34:01.651 INFO O| Dec 18 21:34:01.651 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-18T21:34:03.214Z[ recovery-image] Dec 18 21:34:01.670 INFO O| Dec 18 21:34:01.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41842024-12-18T21:34:03.214Z[ recovery-image] Dec 18 21:34:01.671 INFO O| Dec 18 21:34:01.671 INFO STEP 45 (remove_files) COMPLETE
41852024-12-18T21:34:03.217Z[ recovery-image] Dec 18 21:34:01.671 INFO O| Dec 18 21:34:01.671 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-18T21:34:03.233Z[ recovery-image] Dec 18 21:34:01.690 INFO O| Dec 18 21:34:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41872024-12-18T21:34:03.238Z[ recovery-image] Dec 18 21:34:01.690 INFO O| Dec 18 21:34:01.690 INFO STEP 46 (remove_files) COMPLETE
41882024-12-18T21:34:03.238Z[ recovery-image] Dec 18 21:34:01.690 INFO O| Dec 18 21:34:01.690 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-18T21:34:03.253Z[ recovery-image] Dec 18 21:34:01.709 INFO O| Dec 18 21:34:01.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41902024-12-18T21:34:03.255Z[ recovery-image] Dec 18 21:34:01.709 INFO O| Dec 18 21:34:01.709 INFO STEP 47 (remove_files) COMPLETE
41912024-12-18T21:34:03.255Z[ recovery-image] Dec 18 21:34:01.709 INFO O| Dec 18 21:34:01.709 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-18T21:34:03.272Z[ recovery-image] Dec 18 21:34:01.728 INFO O| Dec 18 21:34:01.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41932024-12-18T21:34:03.272Z[ recovery-image] Dec 18 21:34:01.728 INFO O| Dec 18 21:34:01.728 INFO STEP 48 (remove_files) COMPLETE
41942024-12-18T21:34:03.272Z[ recovery-image] Dec 18 21:34:01.728 INFO O| Dec 18 21:34:01.728 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-18T21:34:03.289Z[ recovery-image] Dec 18 21:34:01.746 INFO O| Dec 18 21:34:01.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41962024-12-18T21:34:03.289Z[ recovery-image] Dec 18 21:34:01.746 INFO O| Dec 18 21:34:01.746 INFO STEP 49 (remove_files) COMPLETE
41972024-12-18T21:34:03.292Z[ recovery-image] Dec 18 21:34:01.746 INFO O| Dec 18 21:34:01.746 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-18T21:34:03.309Z[ recovery-image] Dec 18 21:34:01.763 INFO O| Dec 18 21:34:01.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41992024-12-18T21:34:03.309Z[ recovery-image] Dec 18 21:34:01.763 INFO O| Dec 18 21:34:01.763 INFO STEP 50 (remove_files) COMPLETE
42002024-12-18T21:34:03.311Z[ recovery-image] Dec 18 21:34:01.763 INFO O| Dec 18 21:34:01.763 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-18T21:34:03.332Z[ recovery-image] Dec 18 21:34:01.788 INFO O| Dec 18 21:34:01.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42022024-12-18T21:34:03.332Z[ recovery-image] Dec 18 21:34:01.788 INFO O| Dec 18 21:34:01.788 INFO STEP 51 (remove_files) COMPLETE
42032024-12-18T21:34:03.335Z[ recovery-image] Dec 18 21:34:01.788 INFO O| Dec 18 21:34:01.788 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042024-12-18T21:34:03.362Z[ recovery-image] Dec 18 21:34:01.819 INFO O| Dec 18 21:34:01.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42052024-12-18T21:34:03.362Z[ recovery-image] Dec 18 21:34:01.819 INFO O| Dec 18 21:34:01.819 INFO STEP 52 (remove_files) COMPLETE
42062024-12-18T21:34:03.370Z[ recovery-image] Dec 18 21:34:01.819 INFO O| Dec 18 21:34:01.819 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072024-12-18T21:34:03.395Z[ recovery-image] Dec 18 21:34:01.851 INFO O| Dec 18 21:34:01.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42082024-12-18T21:34:03.395Z[ recovery-image] Dec 18 21:34:01.851 INFO O| Dec 18 21:34:01.851 INFO STEP 53 (remove_files) COMPLETE
42092024-12-18T21:34:03.395Z[ recovery-image] Dec 18 21:34:01.851 INFO O| Dec 18 21:34:01.851 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102024-12-18T21:34:03.417Z[ recovery-image] Dec 18 21:34:01.873 INFO O| Dec 18 21:34:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42112024-12-18T21:34:03.417Z[ recovery-image] Dec 18 21:34:01.873 INFO O| Dec 18 21:34:01.873 INFO STEP 54 (remove_files) COMPLETE
42122024-12-18T21:34:03.420Z[ recovery-image] Dec 18 21:34:01.873 INFO O| Dec 18 21:34:01.873 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132024-12-18T21:34:03.435Z[ recovery-image] Dec 18 21:34:01.892 INFO O| Dec 18 21:34:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42142024-12-18T21:34:03.435Z[ recovery-image] Dec 18 21:34:01.892 INFO O| Dec 18 21:34:01.892 INFO STEP 55 (remove_files) COMPLETE
42152024-12-18T21:34:03.436Z[ recovery-image] Dec 18 21:34:01.892 INFO O| Dec 18 21:34:01.892 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162024-12-18T21:34:03.454Z[ recovery-image] Dec 18 21:34:01.911 INFO O| Dec 18 21:34:01.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42172024-12-18T21:34:03.456Z[ recovery-image] Dec 18 21:34:01.911 INFO O| Dec 18 21:34:01.911 INFO STEP 56 (remove_files) COMPLETE
42182024-12-18T21:34:03.456Z[ recovery-image] Dec 18 21:34:01.911 INFO O| Dec 18 21:34:01.911 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192024-12-18T21:34:03.480Z[ recovery-image] Dec 18 21:34:01.936 INFO O| Dec 18 21:34:01.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42202024-12-18T21:34:03.480Z[ recovery-image] Dec 18 21:34:01.936 INFO O| Dec 18 21:34:01.936 INFO STEP 57 (remove_files) COMPLETE
42212024-12-18T21:34:03.480Z[ recovery-image] Dec 18 21:34:01.936 INFO O| Dec 18 21:34:01.936 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222024-12-18T21:34:03.551Z[ recovery-image] Dec 18 21:34:02.007 INFO O| Dec 18 21:34:02.007 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42232024-12-18T21:34:03.551Z[ recovery-image] Dec 18 21:34:02.007 INFO O| Dec 18 21:34:02.007 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42242024-12-18T21:34:03.554Z[ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42252024-12-18T21:34:03.554Z[ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42262024-12-18T21:34:03.554Z[ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42272024-12-18T21:34:03.554Z[ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42282024-12-18T21:34:03.554Z[ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO ok!
42292024-12-18T21:34:03.554Z[ recovery-image] Dec 18 21:34:02.009 INFO O| Dec 18 21:34:02.008 INFO STEP 58 (ensure_file) COMPLETE
42302024-12-18T21:34:03.554Z[ recovery-image] Dec 18 21:34:02.009 INFO O| Dec 18 21:34:02.009 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312024-12-18T21:34:03.613Z[ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42322024-12-18T21:34:03.613Z[ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42332024-12-18T21:34:03.616Z[ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42342024-12-18T21:34:03.616Z[ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42352024-12-18T21:34:03.616Z[ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42362024-12-18T21:34:03.616Z[ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42372024-12-18T21:34:03.616Z[ recovery-image] Dec 18 21:34:02.070 INFO O| Dec 18 21:34:02.069 INFO ok!
42382024-12-18T21:34:03.616Z[ recovery-image] Dec 18 21:34:02.070 INFO O| Dec 18 21:34:02.069 INFO STEP 59 (ensure_file) COMPLETE
42392024-12-18T21:34:03.616Z[ recovery-image] Dec 18 21:34:02.070 INFO O| Dec 18 21:34:02.069 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402024-12-18T21:34:03.674Z[ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.129 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42412024-12-18T21:34:03.674Z[ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42422024-12-18T21:34:03.674Z[ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42432024-12-18T21:34:03.674Z[ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO ok!
42442024-12-18T21:34:03.676Z[ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO STEP 60 (ensure_file) COMPLETE
42452024-12-18T21:34:03.676Z[ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462024-12-18T21:34:03.695Z[ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42472024-12-18T21:34:03.696Z[ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42482024-12-18T21:34:03.696Z[ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42492024-12-18T21:34:03.700Z[ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO ok!
42502024-12-18T21:34:03.700Z[ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO STEP 61 (ensure_file) COMPLETE
42512024-12-18T21:34:03.700Z[ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522024-12-18T21:34:03.720Z[ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42532024-12-18T21:34:03.720Z[ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42542024-12-18T21:34:03.723Z[ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42552024-12-18T21:34:03.723Z[ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42562024-12-18T21:34:03.723Z[ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO ok!
42572024-12-18T21:34:03.723Z[ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO STEP 62 (ensure_file) COMPLETE
42582024-12-18T21:34:03.723Z[ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-18T21:34:03.738Z[ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42602024-12-18T21:34:03.738Z[ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42612024-12-18T21:34:03.740Z[ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42622024-12-18T21:34:03.740Z[ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42632024-12-18T21:34:03.740Z[ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO ok!
42642024-12-18T21:34:03.740Z[ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO STEP 63 (ensure_file) COMPLETE
42652024-12-18T21:34:03.740Z[ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42662024-12-18T21:34:03.757Z[ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42672024-12-18T21:34:03.757Z[ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42682024-12-18T21:34:03.759Z[ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42692024-12-18T21:34:03.759Z[ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO ok!
42702024-12-18T21:34:03.759Z[ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO STEP 64 (assemble_files) COMPLETE
42712024-12-18T21:34:03.759Z[ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42722024-12-18T21:34:03.775Z[ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42732024-12-18T21:34:03.775Z[ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42742024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42752024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42762024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO ok!
42772024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO STEP 65 (ensure_file) COMPLETE
42782024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO skip step because feature "omicron1" is not enabled
42802024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42812024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.232 INFO O| Dec 18 21:34:02.231 INFO skip step because feature "omicron1" is not enabled
42822024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.232 INFO O| Dec 18 21:34:02.231 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42832024-12-18T21:34:03.778Z[ recovery-image] Dec 18 21:34:02.232 INFO O| Dec 18 21:34:02.231 INFO skip step because feature "omicron1" is not enabled
42842024-12-18T21:34:03.779Z[ recovery-image] Dec 18 21:34:02.232 INFO O| Dec 18 21:34:02.231 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42852024-12-18T21:34:03.826Z[ recovery-image] Dec 18 21:34:02.282 INFO O| Dec 18 21:34:02.282 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42862024-12-18T21:34:03.826Z[ recovery-image] Dec 18 21:34:02.282 INFO O| Dec 18 21:34:02.282 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42872024-12-18T21:34:04.405Z[ host-image] Dec 18 21:34:02.861 INFO O| Dec 18 21:34:02.861 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42882024-12-18T21:34:07.018Z[ recovery-image] Dec 18 21:34:05.473 INFO O| Dec 18 21:34:05.473 INFO STEP 69 (pack_tar) COMPLETE
42892024-12-18T21:34:07.018Z[ recovery-image] Dec 18 21:34:05.473 INFO O| Dec 18 21:34:05.473 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42902024-12-18T21:34:07.021Z[ recovery-image] Dec 18 21:34:05.473 INFO O| Dec 18 21:34:05.473 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42912024-12-18T21:34:07.153Z[ recovery-image] Dec 18 21:34:05.608 INFO O| Dec 18 21:34:05.608 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42922024-12-18T21:34:07.259Z[ recovery-image] Dec 18 21:34:05.715 INFO O| Dec 18 21:34:05.714 INFO completed processing gimlet/ramdisk-02-trim
42932024-12-18T21:34:07.263Z[ recovery-image] Dec 18 21:34:05.718 INFO image builder template: ramdisk-03-recovery-trim...
42942024-12-18T21:34:07.263Z[ recovery-image] Dec 18 21:34:05.718 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/.tmpofmGFj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
42952024-12-18T21:34:07.463Z[ recovery-image] Dec 18 21:34:05.918 INFO O| Dec 18 21:34:05.917 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42962024-12-18T21:34:07.470Z[ recovery-image] Dec 18 21:34:05.925 INFO O| Dec 18 21:34:05.925 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42972024-12-18T21:34:07.555Z[ recovery-image] Dec 18 21:34:06.007 INFO O| Dec 18 21:34:06.007 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42982024-12-18T21:34:07.640Z[ recovery-image] Dec 18 21:34:06.095 INFO O| Dec 18 21:34:06.095 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42992024-12-18T21:34:07.642Z[ recovery-image] Dec 18 21:34:06.095 INFO O| Dec 18 21:34:06.095 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43002024-12-18T21:34:07.692Z[ recovery-image] Dec 18 21:34:06.147 INFO O| Dec 18 21:34:06.147 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43012024-12-18T21:34:07.713Z[ recovery-image] Dec 18 21:34:06.168 INFO O| Dec 18 21:34:06.168 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43022024-12-18T21:34:07.738Z[ recovery-image] Dec 18 21:34:06.193 INFO O| Dec 18 21:34:06.193 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43032024-12-18T21:34:08.235Z[ recovery-image] Dec 18 21:34:06.689 INFO O| Dec 18 21:34:06.689 INFO rolled back to input snapshot; work may begin
43042024-12-18T21:34:08.235Z[ recovery-image] Dec 18 21:34:06.689 INFO O| Dec 18 21:34:06.689 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43052024-12-18T21:34:08.257Z[ recovery-image] Dec 18 21:34:06.712 INFO O| Dec 18 21:34:06.712 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-12-18T21:34:08.289Z[ recovery-image] Dec 18 21:34:06.744 INFO O| Dec 18 21:34:06.744 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43072024-12-18T21:34:08.316Z[ recovery-image] Dec 18 21:34:06.771 INFO O| Dec 18 21:34:06.771 INFO STEP 0 (remove_files) COMPLETE
43082024-12-18T21:34:08.316Z[ recovery-image] Dec 18 21:34:06.771 INFO O| Dec 18 21:34:06.771 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-12-18T21:34:08.336Z[ recovery-image] Dec 18 21:34:06.791 INFO O| Dec 18 21:34:06.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43102024-12-18T21:34:08.474Z[ recovery-image] Dec 18 21:34:06.929 INFO O| Dec 18 21:34:06.929 INFO STEP 1 (remove_files) COMPLETE
43112024-12-18T21:34:08.474Z[ recovery-image] Dec 18 21:34:06.929 INFO O| Dec 18 21:34:06.929 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-12-18T21:34:08.495Z[ recovery-image] Dec 18 21:34:06.950 INFO O| Dec 18 21:34:06.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43132024-12-18T21:34:08.562Z[ recovery-image] Dec 18 21:34:07.017 INFO O| Dec 18 21:34:07.017 INFO STEP 2 (remove_files) COMPLETE
43142024-12-18T21:34:08.562Z[ recovery-image] Dec 18 21:34:07.017 INFO O| Dec 18 21:34:07.017 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-12-18T21:34:08.587Z[ recovery-image] Dec 18 21:34:07.042 INFO O| Dec 18 21:34:07.042 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43162024-12-18T21:34:08.742Z[ recovery-image] Dec 18 21:34:07.196 INFO O| Dec 18 21:34:07.196 INFO STEP 3 (remove_files) COMPLETE
43172024-12-18T21:34:08.742Z[ recovery-image] Dec 18 21:34:07.197 INFO O| Dec 18 21:34:07.196 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-12-18T21:34:08.763Z[ recovery-image] Dec 18 21:34:07.218 INFO O| Dec 18 21:34:07.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43192024-12-18T21:34:08.885Z[ host-image] Dec 18 21:34:07.340 INFO O| Dec 18 21:34:07.340 INFO O| Planning: Solver setup ... Done
43202024-12-18T21:34:08.892Z[ host-image] Dec 18 21:34:07.347 INFO O| Dec 18 21:34:07.347 INFO O| Planning: Running solver ... Done
43212024-12-18T21:34:08.979Z[ host-image] Dec 18 21:34:07.434 INFO O| Dec 18 21:34:07.434 INFO O| Planning: Finding local manifests ... Done
43222024-12-18T21:34:08.982Z[ host-image] Dec 18 21:34:07.436 INFO O| Dec 18 21:34:07.436 INFO O| Planning: Fetching manifests: 0/6 0% complete
43232024-12-18T21:34:09.088Z[ recovery-image] Dec 18 21:34:07.542 INFO O| Dec 18 21:34:07.542 INFO STEP 4 (remove_files) COMPLETE
43242024-12-18T21:34:09.088Z[ recovery-image] Dec 18 21:34:07.542 INFO O| Dec 18 21:34:07.542 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-12-18T21:34:09.108Z[ recovery-image] Dec 18 21:34:07.563 INFO O| Dec 18 21:34:07.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43262024-12-18T21:34:09.152Z[ recovery-image] Dec 18 21:34:07.607 INFO O| Dec 18 21:34:07.607 INFO STEP 5 (remove_files) COMPLETE
43272024-12-18T21:34:09.152Z[ recovery-image] Dec 18 21:34:07.607 INFO O| Dec 18 21:34:07.607 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-18T21:34:09.173Z[ recovery-image] Dec 18 21:34:07.628 INFO O| Dec 18 21:34:07.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43292024-12-18T21:34:09.177Z[ recovery-image] Dec 18 21:34:07.629 INFO O| Dec 18 21:34:07.629 INFO STEP 6 (remove_files) COMPLETE
43302024-12-18T21:34:09.177Z[ recovery-image] Dec 18 21:34:07.629 INFO O| Dec 18 21:34:07.629 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-18T21:34:09.229Z[ recovery-image] Dec 18 21:34:07.683 INFO O| Dec 18 21:34:07.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43322024-12-18T21:34:09.233Z[ recovery-image] Dec 18 21:34:07.688 INFO O| Dec 18 21:34:07.688 INFO STEP 7 (remove_files) COMPLETE
43332024-12-18T21:34:09.233Z[ recovery-image] Dec 18 21:34:07.688 INFO O| Dec 18 21:34:07.688 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-18T21:34:09.292Z[ recovery-image] Dec 18 21:34:07.747 INFO O| Dec 18 21:34:07.747 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43352024-12-18T21:34:09.315Z[ recovery-image] Dec 18 21:34:07.769 INFO O| Dec 18 21:34:07.769 INFO STEP 8 (remove_files) COMPLETE
43362024-12-18T21:34:09.315Z[ recovery-image] Dec 18 21:34:07.770 INFO O| Dec 18 21:34:07.769 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-18T21:34:09.338Z[ recovery-image] Dec 18 21:34:07.792 INFO O| Dec 18 21:34:07.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43382024-12-18T21:34:09.342Z[ recovery-image] Dec 18 21:34:07.794 INFO O| Dec 18 21:34:07.794 INFO STEP 9 (remove_files) COMPLETE
43392024-12-18T21:34:09.342Z[ recovery-image] Dec 18 21:34:07.794 INFO O| Dec 18 21:34:07.794 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-18T21:34:09.378Z[ recovery-image] Dec 18 21:34:07.832 INFO O| Dec 18 21:34:07.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43412024-12-18T21:34:09.381Z[ recovery-image] Dec 18 21:34:07.833 INFO O| Dec 18 21:34:07.833 INFO STEP 10 (remove_files) COMPLETE
43422024-12-18T21:34:09.381Z[ recovery-image] Dec 18 21:34:07.833 INFO O| Dec 18 21:34:07.833 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-18T21:34:09.400Z[ host-image] Dec 18 21:34:07.854 INFO O| Dec 18 21:34:07.854 INFO O| Planning: Fetching manifests: 6/6 100% complete
43442024-12-18T21:34:09.407Z[ recovery-image] Dec 18 21:34:07.861 INFO O| Dec 18 21:34:07.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43452024-12-18T21:34:09.459Z[ host-image] Dec 18 21:34:07.914 INFO O| Dec 18 21:34:07.914 INFO O| Planning: Package planning ... Done
43462024-12-18T21:34:09.501Z[ host-image] Dec 18 21:34:07.956 INFO O| Dec 18 21:34:07.956 INFO O| Planning: Merging actions ... Done
43472024-12-18T21:34:09.660Z[ host-image] Dec 18 21:34:08.115 INFO O| Dec 18 21:34:08.115 INFO O| Planning: Checking for conflicting actions ... Done
43482024-12-18T21:34:09.666Z[ host-image] Dec 18 21:34:08.121 INFO O| Dec 18 21:34:08.121 INFO O| Planning: Consolidating action changes ... Done
43492024-12-18T21:34:09.995Z[ recovery-image] Dec 18 21:34:08.450 INFO O| Dec 18 21:34:08.450 INFO STEP 11 (remove_files) COMPLETE
43502024-12-18T21:34:09.995Z[ recovery-image] Dec 18 21:34:08.450 INFO O| Dec 18 21:34:08.450 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-12-18T21:34:10.015Z[ recovery-image] Dec 18 21:34:08.470 INFO O| Dec 18 21:34:08.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43522024-12-18T21:34:10.055Z[ recovery-image] Dec 18 21:34:08.510 INFO O| Dec 18 21:34:08.510 INFO STEP 12 (remove_files) COMPLETE
43532024-12-18T21:34:10.055Z[ recovery-image] Dec 18 21:34:08.510 INFO O| Dec 18 21:34:08.510 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-12-18T21:34:10.076Z[ recovery-image] Dec 18 21:34:08.530 INFO O| Dec 18 21:34:08.530 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43552024-12-18T21:34:10.124Z[ recovery-image] Dec 18 21:34:08.578 INFO O| Dec 18 21:34:08.578 INFO STEP 13 (remove_files) COMPLETE
43562024-12-18T21:34:10.124Z[ recovery-image] Dec 18 21:34:08.579 INFO O| Dec 18 21:34:08.578 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-12-18T21:34:10.144Z[ recovery-image] Dec 18 21:34:08.598 INFO O| Dec 18 21:34:08.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43582024-12-18T21:34:10.146Z[ recovery-image] Dec 18 21:34:08.599 INFO O| Dec 18 21:34:08.599 INFO STEP 14 (remove_files) COMPLETE
43592024-12-18T21:34:10.146Z[ recovery-image] Dec 18 21:34:08.599 INFO O| Dec 18 21:34:08.599 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-12-18T21:34:10.173Z[ host-image] Dec 18 21:34:08.628 INFO O| Dec 18 21:34:08.627 INFO O| Planning: Evaluating mediators ... Done
43612024-12-18T21:34:10.180Z[ host-image] Dec 18 21:34:08.634 INFO O| Dec 18 21:34:08.634 INFO O| Planning: Planning completed in 5.77 seconds
43622024-12-18T21:34:10.182Z[ host-image] Dec 18 21:34:08.637 INFO O| Dec 18 21:34:08.637 INFO O| Packages to install: 6
43632024-12-18T21:34:10.184Z[ host-image] Dec 18 21:34:08.637 INFO O| Dec 18 21:34:08.637 INFO O| Mediators to change: 1
43642024-12-18T21:34:10.184Z[ host-image] Dec 18 21:34:08.637 INFO O| Dec 18 21:34:08.637 INFO O| Services to change: 1
43652024-12-18T21:34:10.202Z[ recovery-image] Dec 18 21:34:08.655 INFO O| Dec 18 21:34:08.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43662024-12-18T21:34:10.224Z[ host-image] Dec 18 21:34:08.678 INFO O| Dec 18 21:34:08.678 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43672024-12-18T21:34:10.247Z[ recovery-image] Dec 18 21:34:08.701 INFO O| Dec 18 21:34:08.701 INFO STEP 15 (remove_files) COMPLETE
43682024-12-18T21:34:10.247Z[ recovery-image] Dec 18 21:34:08.701 INFO O| Dec 18 21:34:08.701 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-12-18T21:34:10.267Z[ recovery-image] Dec 18 21:34:08.722 INFO O| Dec 18 21:34:08.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43702024-12-18T21:34:10.296Z[ recovery-image] Dec 18 21:34:08.750 INFO O| Dec 18 21:34:08.750 INFO STEP 16 (remove_files) COMPLETE
43712024-12-18T21:34:10.298Z[ recovery-image] Dec 18 21:34:08.750 INFO O| Dec 18 21:34:08.750 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-12-18T21:34:10.330Z[ recovery-image] Dec 18 21:34:08.785 INFO O| Dec 18 21:34:08.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43732024-12-18T21:34:10.331Z[ recovery-image] Dec 18 21:34:08.785 INFO O| Dec 18 21:34:08.785 INFO STEP 17 (remove_files) COMPLETE
43742024-12-18T21:34:10.331Z[ recovery-image] Dec 18 21:34:08.785 INFO O| Dec 18 21:34:08.785 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-12-18T21:34:10.364Z[ recovery-image] Dec 18 21:34:08.809 INFO O| Dec 18 21:34:08.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43762024-12-18T21:34:10.371Z[ recovery-image] Dec 18 21:34:08.810 INFO O| Dec 18 21:34:08.810 INFO STEP 18 (remove_files) COMPLETE
43772024-12-18T21:34:10.371Z[ recovery-image] Dec 18 21:34:08.810 INFO O| Dec 18 21:34:08.810 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-12-18T21:34:10.385Z[ recovery-image] Dec 18 21:34:08.840 INFO O| Dec 18 21:34:08.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43792024-12-18T21:34:10.547Z[ recovery-image] Dec 18 21:34:09.002 INFO O| Dec 18 21:34:09.002 INFO STEP 19 (remove_files) COMPLETE
43802024-12-18T21:34:10.547Z[ recovery-image] Dec 18 21:34:09.002 INFO O| Dec 18 21:34:09.002 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-12-18T21:34:10.574Z[ recovery-image] Dec 18 21:34:09.029 INFO O| Dec 18 21:34:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43822024-12-18T21:34:10.577Z[ recovery-image] Dec 18 21:34:09.030 INFO O| Dec 18 21:34:09.030 INFO STEP 20 (remove_files) COMPLETE
43832024-12-18T21:34:10.577Z[ recovery-image] Dec 18 21:34:09.030 INFO O| Dec 18 21:34:09.030 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-12-18T21:34:10.635Z[ recovery-image] Dec 18 21:34:09.090 INFO O| Dec 18 21:34:09.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43852024-12-18T21:34:10.635Z[ recovery-image] Dec 18 21:34:09.090 INFO O| Dec 18 21:34:09.090 INFO STEP 21 (remove_files) COMPLETE
43862024-12-18T21:34:10.635Z[ recovery-image] Dec 18 21:34:09.090 INFO O| Dec 18 21:34:09.090 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-12-18T21:34:10.655Z[ recovery-image] Dec 18 21:34:09.109 INFO O| Dec 18 21:34:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43882024-12-18T21:34:10.658Z[ recovery-image] Dec 18 21:34:09.110 INFO O| Dec 18 21:34:09.110 INFO STEP 22 (remove_files) COMPLETE
43892024-12-18T21:34:10.658Z[ recovery-image] Dec 18 21:34:09.110 INFO O| Dec 18 21:34:09.110 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-18T21:34:10.675Z[ recovery-image] Dec 18 21:34:09.130 INFO O| Dec 18 21:34:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43912024-12-18T21:34:10.675Z[ recovery-image] Dec 18 21:34:09.130 INFO O| Dec 18 21:34:09.130 INFO STEP 23 (remove_files) COMPLETE
43922024-12-18T21:34:10.678Z[ recovery-image] Dec 18 21:34:09.130 INFO O| Dec 18 21:34:09.130 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-18T21:34:10.694Z[ recovery-image] Dec 18 21:34:09.149 INFO O| Dec 18 21:34:09.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43942024-12-18T21:34:10.694Z[ recovery-image] Dec 18 21:34:09.149 INFO O| Dec 18 21:34:09.149 INFO STEP 24 (remove_files) COMPLETE
43952024-12-18T21:34:10.694Z[ recovery-image] Dec 18 21:34:09.149 INFO O| Dec 18 21:34:09.149 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-18T21:34:10.713Z[ recovery-image] Dec 18 21:34:09.168 INFO O| Dec 18 21:34:09.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43972024-12-18T21:34:10.713Z[ recovery-image] Dec 18 21:34:09.168 INFO O| Dec 18 21:34:09.168 INFO STEP 25 (remove_files) COMPLETE
43982024-12-18T21:34:10.713Z[ recovery-image] Dec 18 21:34:09.168 INFO O| Dec 18 21:34:09.168 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-18T21:34:10.733Z[ recovery-image] Dec 18 21:34:09.186 INFO O| Dec 18 21:34:09.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44002024-12-18T21:34:10.733Z[ recovery-image] Dec 18 21:34:09.186 INFO O| Dec 18 21:34:09.186 INFO STEP 26 (remove_files) COMPLETE
44012024-12-18T21:34:10.733Z[ recovery-image] Dec 18 21:34:09.186 INFO O| Dec 18 21:34:09.186 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-18T21:34:10.750Z[ recovery-image] Dec 18 21:34:09.205 INFO O| Dec 18 21:34:09.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44032024-12-18T21:34:10.750Z[ recovery-image] Dec 18 21:34:09.205 INFO O| Dec 18 21:34:09.205 INFO STEP 27 (remove_files) COMPLETE
44042024-12-18T21:34:10.754Z[ recovery-image] Dec 18 21:34:09.205 INFO O| Dec 18 21:34:09.205 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-18T21:34:10.772Z[ recovery-image] Dec 18 21:34:09.226 INFO O| Dec 18 21:34:09.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44062024-12-18T21:34:10.772Z[ recovery-image] Dec 18 21:34:09.226 INFO O| Dec 18 21:34:09.226 INFO STEP 28 (remove_files) COMPLETE
44072024-12-18T21:34:10.772Z[ recovery-image] Dec 18 21:34:09.226 INFO O| Dec 18 21:34:09.226 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-18T21:34:10.793Z[ recovery-image] Dec 18 21:34:09.247 INFO O| Dec 18 21:34:09.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44092024-12-18T21:34:10.793Z[ recovery-image] Dec 18 21:34:09.247 INFO O| Dec 18 21:34:09.247 INFO STEP 29 (remove_files) COMPLETE
44102024-12-18T21:34:10.793Z[ recovery-image] Dec 18 21:34:09.247 INFO O| Dec 18 21:34:09.247 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-18T21:34:10.811Z[ recovery-image] Dec 18 21:34:09.266 INFO O| Dec 18 21:34:09.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44122024-12-18T21:34:10.822Z[ recovery-image] Dec 18 21:34:09.277 INFO O| Dec 18 21:34:09.277 INFO STEP 30 (remove_files) COMPLETE
44132024-12-18T21:34:10.822Z[ recovery-image] Dec 18 21:34:09.277 INFO O| Dec 18 21:34:09.277 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-18T21:34:10.845Z[ recovery-image] Dec 18 21:34:09.300 INFO O| Dec 18 21:34:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44152024-12-18T21:34:10.845Z[ recovery-image] Dec 18 21:34:09.300 INFO O| Dec 18 21:34:09.300 INFO STEP 31 (remove_files) COMPLETE
44162024-12-18T21:34:10.845Z[ recovery-image] Dec 18 21:34:09.300 INFO O| Dec 18 21:34:09.300 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-18T21:34:10.870Z[ recovery-image] Dec 18 21:34:09.324 INFO O| Dec 18 21:34:09.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44182024-12-18T21:34:10.873Z[ recovery-image] Dec 18 21:34:09.326 INFO O| Dec 18 21:34:09.326 INFO STEP 32 (remove_files) COMPLETE
44192024-12-18T21:34:10.873Z[ recovery-image] Dec 18 21:34:09.326 INFO O| Dec 18 21:34:09.326 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-18T21:34:10.895Z[ recovery-image] Dec 18 21:34:09.349 INFO O| Dec 18 21:34:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44212024-12-18T21:34:10.895Z[ recovery-image] Dec 18 21:34:09.350 INFO O| Dec 18 21:34:09.349 INFO STEP 33 (remove_files) COMPLETE
44222024-12-18T21:34:10.895Z[ recovery-image] Dec 18 21:34:09.350 INFO O| Dec 18 21:34:09.349 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-18T21:34:10.916Z[ recovery-image] Dec 18 21:34:09.371 INFO O| Dec 18 21:34:09.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44242024-12-18T21:34:10.917Z[ recovery-image] Dec 18 21:34:09.371 INFO O| Dec 18 21:34:09.371 INFO STEP 34 (remove_files) COMPLETE
44252024-12-18T21:34:10.919Z[ recovery-image] Dec 18 21:34:09.371 INFO O| Dec 18 21:34:09.371 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-18T21:34:10.936Z[ recovery-image] Dec 18 21:34:09.390 INFO O| Dec 18 21:34:09.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44272024-12-18T21:34:10.936Z[ recovery-image] Dec 18 21:34:09.391 INFO O| Dec 18 21:34:09.391 INFO STEP 35 (remove_files) COMPLETE
44282024-12-18T21:34:10.939Z[ recovery-image] Dec 18 21:34:09.391 INFO O| Dec 18 21:34:09.391 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-18T21:34:10.962Z[ recovery-image] Dec 18 21:34:09.417 INFO O| Dec 18 21:34:09.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44302024-12-18T21:34:10.967Z[ recovery-image] Dec 18 21:34:09.417 INFO O| Dec 18 21:34:09.417 INFO STEP 36 (remove_files) COMPLETE
44312024-12-18T21:34:10.967Z[ recovery-image] Dec 18 21:34:09.418 INFO O| Dec 18 21:34:09.417 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-18T21:34:10.983Z[ recovery-image] Dec 18 21:34:09.437 INFO O| Dec 18 21:34:09.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44332024-12-18T21:34:10.985Z[ recovery-image] Dec 18 21:34:09.439 INFO O| Dec 18 21:34:09.439 INFO STEP 37 (remove_files) COMPLETE
44342024-12-18T21:34:10.985Z[ recovery-image] Dec 18 21:34:09.439 INFO O| Dec 18 21:34:09.439 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-18T21:34:11.008Z[ recovery-image] Dec 18 21:34:09.463 INFO O| Dec 18 21:34:09.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44362024-12-18T21:34:11.011Z[ recovery-image] Dec 18 21:34:09.463 INFO O| Dec 18 21:34:09.463 INFO STEP 38 (remove_files) COMPLETE
44372024-12-18T21:34:11.011Z[ recovery-image] Dec 18 21:34:09.463 INFO O| Dec 18 21:34:09.463 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-18T21:34:11.028Z[ recovery-image] Dec 18 21:34:09.482 INFO O| Dec 18 21:34:09.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44392024-12-18T21:34:11.030Z[ recovery-image] Dec 18 21:34:09.482 INFO O| Dec 18 21:34:09.482 INFO STEP 39 (remove_files) COMPLETE
44402024-12-18T21:34:11.031Z[ recovery-image] Dec 18 21:34:09.483 INFO O| Dec 18 21:34:09.482 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-18T21:34:11.052Z[ recovery-image] Dec 18 21:34:09.506 INFO O| Dec 18 21:34:09.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44422024-12-18T21:34:11.054Z[ recovery-image] Dec 18 21:34:09.506 INFO O| Dec 18 21:34:09.506 INFO STEP 40 (remove_files) COMPLETE
44432024-12-18T21:34:11.054Z[ recovery-image] Dec 18 21:34:09.506 INFO O| Dec 18 21:34:09.506 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-18T21:34:11.069Z[ recovery-image] Dec 18 21:34:09.524 INFO O| Dec 18 21:34:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44452024-12-18T21:34:11.072Z[ recovery-image] Dec 18 21:34:09.524 INFO O| Dec 18 21:34:09.524 INFO STEP 41 (remove_files) COMPLETE
44462024-12-18T21:34:11.072Z[ recovery-image] Dec 18 21:34:09.524 INFO O| Dec 18 21:34:09.524 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-18T21:34:11.144Z[ recovery-image] Dec 18 21:34:09.598 INFO O| Dec 18 21:34:09.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44482024-12-18T21:34:11.144Z[ recovery-image] Dec 18 21:34:09.599 INFO O| Dec 18 21:34:09.598 INFO STEP 42 (remove_files) COMPLETE
44492024-12-18T21:34:11.146Z[ recovery-image] Dec 18 21:34:09.599 INFO O| Dec 18 21:34:09.599 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-18T21:34:11.176Z[ recovery-image] Dec 18 21:34:09.631 INFO O| Dec 18 21:34:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44512024-12-18T21:34:11.177Z[ recovery-image] Dec 18 21:34:09.631 INFO O| Dec 18 21:34:09.631 INFO STEP 43 (remove_files) COMPLETE
44522024-12-18T21:34:11.177Z[ recovery-image] Dec 18 21:34:09.631 INFO O| Dec 18 21:34:09.631 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-18T21:34:11.195Z[ recovery-image] Dec 18 21:34:09.649 INFO O| Dec 18 21:34:09.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44542024-12-18T21:34:11.195Z[ recovery-image] Dec 18 21:34:09.649 INFO O| Dec 18 21:34:09.649 INFO STEP 44 (remove_files) COMPLETE
44552024-12-18T21:34:11.197Z[ recovery-image] Dec 18 21:34:09.649 INFO O| Dec 18 21:34:09.649 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-18T21:34:11.213Z[ recovery-image] Dec 18 21:34:09.667 INFO O| Dec 18 21:34:09.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44572024-12-18T21:34:11.213Z[ recovery-image] Dec 18 21:34:09.667 INFO O| Dec 18 21:34:09.667 INFO STEP 45 (remove_files) COMPLETE
44582024-12-18T21:34:11.216Z[ recovery-image] Dec 18 21:34:09.667 INFO O| Dec 18 21:34:09.667 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-18T21:34:11.231Z[ recovery-image] Dec 18 21:34:09.685 INFO O| Dec 18 21:34:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44602024-12-18T21:34:11.231Z[ recovery-image] Dec 18 21:34:09.685 INFO O| Dec 18 21:34:09.685 INFO STEP 46 (remove_files) COMPLETE
44612024-12-18T21:34:11.231Z[ recovery-image] Dec 18 21:34:09.685 INFO O| Dec 18 21:34:09.685 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-18T21:34:11.249Z[ recovery-image] Dec 18 21:34:09.704 INFO O| Dec 18 21:34:09.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44632024-12-18T21:34:11.249Z[ recovery-image] Dec 18 21:34:09.704 INFO O| Dec 18 21:34:09.704 INFO STEP 47 (remove_files) COMPLETE
44642024-12-18T21:34:11.249Z[ recovery-image] Dec 18 21:34:09.704 INFO O| Dec 18 21:34:09.704 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-18T21:34:11.268Z[ recovery-image] Dec 18 21:34:09.722 INFO O| Dec 18 21:34:09.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44662024-12-18T21:34:11.268Z[ recovery-image] Dec 18 21:34:09.722 INFO O| Dec 18 21:34:09.722 INFO STEP 48 (remove_files) COMPLETE
44672024-12-18T21:34:11.270Z[ recovery-image] Dec 18 21:34:09.722 INFO O| Dec 18 21:34:09.722 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-18T21:34:11.298Z[ recovery-image] Dec 18 21:34:09.752 INFO O| Dec 18 21:34:09.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44692024-12-18T21:34:11.299Z[ recovery-image] Dec 18 21:34:09.752 INFO O| Dec 18 21:34:09.752 INFO STEP 49 (remove_files) COMPLETE
44702024-12-18T21:34:11.302Z[ recovery-image] Dec 18 21:34:09.752 INFO O| Dec 18 21:34:09.752 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-18T21:34:11.363Z[ recovery-image] Dec 18 21:34:09.817 INFO O| Dec 18 21:34:09.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44722024-12-18T21:34:11.366Z[ recovery-image] Dec 18 21:34:09.818 INFO O| Dec 18 21:34:09.817 INFO STEP 50 (remove_files) COMPLETE
44732024-12-18T21:34:11.366Z[ recovery-image] Dec 18 21:34:09.818 INFO O| Dec 18 21:34:09.818 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-18T21:34:11.383Z[ recovery-image] Dec 18 21:34:09.838 INFO O| Dec 18 21:34:09.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44752024-12-18T21:34:11.392Z[ recovery-image] Dec 18 21:34:09.838 INFO O| Dec 18 21:34:09.838 INFO STEP 51 (remove_files) COMPLETE
44762024-12-18T21:34:11.393Z[ recovery-image] Dec 18 21:34:09.838 INFO O| Dec 18 21:34:09.838 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-18T21:34:11.410Z[ recovery-image] Dec 18 21:34:09.857 INFO O| Dec 18 21:34:09.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44782024-12-18T21:34:11.421Z[ recovery-image] Dec 18 21:34:09.857 INFO O| Dec 18 21:34:09.857 INFO STEP 52 (remove_files) COMPLETE
44792024-12-18T21:34:11.421Z[ recovery-image] Dec 18 21:34:09.857 INFO O| Dec 18 21:34:09.857 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-18T21:34:11.424Z[ recovery-image] Dec 18 21:34:09.877 INFO O| Dec 18 21:34:09.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44812024-12-18T21:34:11.443Z[ recovery-image] Dec 18 21:34:09.897 INFO O| Dec 18 21:34:09.897 INFO STEP 53 (remove_files) COMPLETE
44822024-12-18T21:34:11.443Z[ recovery-image] Dec 18 21:34:09.897 INFO O| Dec 18 21:34:09.897 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-18T21:34:11.474Z[ recovery-image] Dec 18 21:34:09.929 INFO O| Dec 18 21:34:09.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44842024-12-18T21:34:11.474Z[ recovery-image] Dec 18 21:34:09.929 INFO O| Dec 18 21:34:09.929 INFO STEP 54 (remove_files) COMPLETE
44852024-12-18T21:34:11.474Z[ recovery-image] Dec 18 21:34:09.929 INFO O| Dec 18 21:34:09.929 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-18T21:34:11.494Z[ recovery-image] Dec 18 21:34:09.949 INFO O| Dec 18 21:34:09.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44872024-12-18T21:34:11.494Z[ recovery-image] Dec 18 21:34:09.949 INFO O| Dec 18 21:34:09.949 INFO STEP 55 (remove_files) COMPLETE
44882024-12-18T21:34:11.494Z[ recovery-image] Dec 18 21:34:09.949 INFO O| Dec 18 21:34:09.949 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-18T21:34:11.515Z[ recovery-image] Dec 18 21:34:09.969 INFO O| Dec 18 21:34:09.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44902024-12-18T21:34:11.515Z[ recovery-image] Dec 18 21:34:09.969 INFO O| Dec 18 21:34:09.969 INFO STEP 56 (remove_files) COMPLETE
44912024-12-18T21:34:11.515Z[ recovery-image] Dec 18 21:34:09.969 INFO O| Dec 18 21:34:09.969 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-18T21:34:11.567Z[ recovery-image] Dec 18 21:34:10.022 INFO O| Dec 18 21:34:10.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44932024-12-18T21:34:11.570Z[ recovery-image] Dec 18 21:34:10.022 INFO O| Dec 18 21:34:10.022 INFO STEP 57 (remove_files) COMPLETE
44942024-12-18T21:34:11.570Z[ recovery-image] Dec 18 21:34:10.022 INFO O| Dec 18 21:34:10.022 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-18T21:34:11.588Z[ recovery-image] Dec 18 21:34:10.043 INFO O| Dec 18 21:34:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44962024-12-18T21:34:11.591Z[ recovery-image] Dec 18 21:34:10.043 INFO O| Dec 18 21:34:10.043 INFO STEP 58 (remove_files) COMPLETE
44972024-12-18T21:34:11.591Z[ recovery-image] Dec 18 21:34:10.043 INFO O| Dec 18 21:34:10.043 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-18T21:34:11.609Z[ recovery-image] Dec 18 21:34:10.064 INFO O| Dec 18 21:34:10.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44992024-12-18T21:34:11.612Z[ recovery-image] Dec 18 21:34:10.064 INFO O| Dec 18 21:34:10.064 INFO STEP 59 (remove_files) COMPLETE
45002024-12-18T21:34:11.612Z[ recovery-image] Dec 18 21:34:10.064 INFO O| Dec 18 21:34:10.064 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-18T21:34:11.631Z[ recovery-image] Dec 18 21:34:10.086 INFO O| Dec 18 21:34:10.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45022024-12-18T21:34:11.634Z[ recovery-image] Dec 18 21:34:10.086 INFO O| Dec 18 21:34:10.086 INFO STEP 60 (remove_files) COMPLETE
45032024-12-18T21:34:11.634Z[ recovery-image] Dec 18 21:34:10.086 INFO O| Dec 18 21:34:10.086 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-18T21:34:11.668Z[ recovery-image] Dec 18 21:34:10.123 INFO O| Dec 18 21:34:10.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45052024-12-18T21:34:11.668Z[ recovery-image] Dec 18 21:34:10.123 INFO O| Dec 18 21:34:10.123 INFO STEP 61 (remove_files) COMPLETE
45062024-12-18T21:34:11.671Z[ recovery-image] Dec 18 21:34:10.123 INFO O| Dec 18 21:34:10.123 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-18T21:34:11.687Z[ recovery-image] Dec 18 21:34:10.142 INFO O| Dec 18 21:34:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45082024-12-18T21:34:11.690Z[ recovery-image] Dec 18 21:34:10.142 INFO O| Dec 18 21:34:10.142 INFO STEP 62 (remove_files) COMPLETE
45092024-12-18T21:34:11.690Z[ recovery-image] Dec 18 21:34:10.142 INFO O| Dec 18 21:34:10.142 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-18T21:34:11.712Z[ recovery-image] Dec 18 21:34:10.166 INFO O| Dec 18 21:34:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45112024-12-18T21:34:11.712Z[ recovery-image] Dec 18 21:34:10.166 INFO O| Dec 18 21:34:10.166 INFO STEP 63 (remove_files) COMPLETE
45122024-12-18T21:34:11.714Z[ recovery-image] Dec 18 21:34:10.166 INFO O| Dec 18 21:34:10.166 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-18T21:34:11.732Z[ recovery-image] Dec 18 21:34:10.186 INFO O| Dec 18 21:34:10.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45142024-12-18T21:34:11.732Z[ recovery-image] Dec 18 21:34:10.186 INFO O| Dec 18 21:34:10.186 INFO STEP 64 (remove_files) COMPLETE
45152024-12-18T21:34:11.734Z[ recovery-image] Dec 18 21:34:10.186 INFO O| Dec 18 21:34:10.186 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-18T21:34:11.751Z[ recovery-image] Dec 18 21:34:10.206 INFO O| Dec 18 21:34:10.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45172024-12-18T21:34:11.771Z[ recovery-image] Dec 18 21:34:10.225 INFO O| Dec 18 21:34:10.225 INFO STEP 65 (remove_files) COMPLETE
45182024-12-18T21:34:11.771Z[ recovery-image] Dec 18 21:34:10.225 INFO O| Dec 18 21:34:10.225 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-18T21:34:11.828Z[ recovery-image] Dec 18 21:34:10.282 INFO O| Dec 18 21:34:10.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45202024-12-18T21:34:11.828Z[ recovery-image] Dec 18 21:34:10.282 INFO O| Dec 18 21:34:10.282 INFO STEP 66 (remove_files) COMPLETE
45212024-12-18T21:34:11.828Z[ recovery-image] Dec 18 21:34:10.282 INFO O| Dec 18 21:34:10.282 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-18T21:34:11.849Z[ recovery-image] Dec 18 21:34:10.303 INFO O| Dec 18 21:34:10.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45232024-12-18T21:34:11.852Z[ recovery-image] Dec 18 21:34:10.303 INFO O| Dec 18 21:34:10.303 INFO STEP 67 (remove_files) COMPLETE
45242024-12-18T21:34:11.852Z[ recovery-image] Dec 18 21:34:10.303 INFO O| Dec 18 21:34:10.303 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-18T21:34:11.871Z[ recovery-image] Dec 18 21:34:10.325 INFO O| Dec 18 21:34:10.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45262024-12-18T21:34:11.871Z[ recovery-image] Dec 18 21:34:10.325 INFO O| Dec 18 21:34:10.325 INFO STEP 68 (remove_files) COMPLETE
45272024-12-18T21:34:11.873Z[ recovery-image] Dec 18 21:34:10.325 INFO O| Dec 18 21:34:10.325 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-18T21:34:11.891Z[ recovery-image] Dec 18 21:34:10.346 INFO O| Dec 18 21:34:10.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45292024-12-18T21:34:11.891Z[ recovery-image] Dec 18 21:34:10.346 INFO O| Dec 18 21:34:10.346 INFO STEP 69 (remove_files) COMPLETE
45302024-12-18T21:34:11.894Z[ recovery-image] Dec 18 21:34:10.346 INFO O| Dec 18 21:34:10.346 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-12-18T21:34:11.910Z[ recovery-image] Dec 18 21:34:10.364 INFO O| Dec 18 21:34:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45322024-12-18T21:34:11.910Z[ recovery-image] Dec 18 21:34:10.365 INFO O| Dec 18 21:34:10.364 INFO STEP 70 (remove_files) COMPLETE
45332024-12-18T21:34:11.910Z[ recovery-image] Dec 18 21:34:10.365 INFO O| Dec 18 21:34:10.364 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-12-18T21:34:11.928Z[ recovery-image] Dec 18 21:34:10.382 INFO O| Dec 18 21:34:10.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45352024-12-18T21:34:11.930Z[ recovery-image] Dec 18 21:34:10.383 INFO O| Dec 18 21:34:10.383 INFO STEP 71 (remove_files) COMPLETE
45362024-12-18T21:34:11.930Z[ recovery-image] Dec 18 21:34:10.383 INFO O| Dec 18 21:34:10.383 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-12-18T21:34:11.971Z[ recovery-image] Dec 18 21:34:10.425 INFO O| Dec 18 21:34:10.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45382024-12-18T21:34:11.971Z[ recovery-image] Dec 18 21:34:10.425 INFO O| Dec 18 21:34:10.425 INFO STEP 72 (remove_files) COMPLETE
45392024-12-18T21:34:11.971Z[ recovery-image] Dec 18 21:34:10.425 INFO O| Dec 18 21:34:10.425 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-12-18T21:34:12.033Z[ recovery-image] Dec 18 21:34:10.487 INFO O| Dec 18 21:34:10.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45412024-12-18T21:34:12.033Z[ recovery-image] Dec 18 21:34:10.487 INFO O| Dec 18 21:34:10.487 INFO STEP 73 (remove_files) COMPLETE
45422024-12-18T21:34:12.033Z[ recovery-image] Dec 18 21:34:10.488 INFO O| Dec 18 21:34:10.487 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-12-18T21:34:12.052Z[ recovery-image] Dec 18 21:34:10.506 INFO O| Dec 18 21:34:10.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45442024-12-18T21:34:12.052Z[ recovery-image] Dec 18 21:34:10.506 INFO O| Dec 18 21:34:10.506 INFO STEP 74 (remove_files) COMPLETE
45452024-12-18T21:34:12.052Z[ recovery-image] Dec 18 21:34:10.506 INFO O| Dec 18 21:34:10.506 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-12-18T21:34:12.080Z[ recovery-image] Dec 18 21:34:10.534 INFO O| Dec 18 21:34:10.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45472024-12-18T21:34:12.083Z[ recovery-image] Dec 18 21:34:10.534 INFO O| Dec 18 21:34:10.534 INFO STEP 75 (remove_files) COMPLETE
45482024-12-18T21:34:12.083Z[ recovery-image] Dec 18 21:34:10.534 INFO O| Dec 18 21:34:10.534 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-12-18T21:34:12.099Z[ recovery-image] Dec 18 21:34:10.554 INFO O| Dec 18 21:34:10.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45502024-12-18T21:34:12.099Z[ recovery-image] Dec 18 21:34:10.554 INFO O| Dec 18 21:34:10.554 INFO STEP 76 (remove_files) COMPLETE
45512024-12-18T21:34:12.102Z[ recovery-image] Dec 18 21:34:10.554 INFO O| Dec 18 21:34:10.554 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-12-18T21:34:12.120Z[ recovery-image] Dec 18 21:34:10.574 INFO O| Dec 18 21:34:10.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45532024-12-18T21:34:12.120Z[ recovery-image] Dec 18 21:34:10.574 INFO O| Dec 18 21:34:10.574 INFO STEP 77 (remove_files) COMPLETE
45542024-12-18T21:34:12.122Z[ recovery-image] Dec 18 21:34:10.574 INFO O| Dec 18 21:34:10.574 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-12-18T21:34:12.138Z[ recovery-image] Dec 18 21:34:10.593 INFO O| Dec 18 21:34:10.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45562024-12-18T21:34:12.138Z[ recovery-image] Dec 18 21:34:10.593 INFO O| Dec 18 21:34:10.593 INFO STEP 78 (remove_files) COMPLETE
45572024-12-18T21:34:12.138Z[ recovery-image] Dec 18 21:34:10.593 INFO O| Dec 18 21:34:10.593 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-12-18T21:34:12.176Z[ recovery-image] Dec 18 21:34:10.630 INFO O| Dec 18 21:34:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45592024-12-18T21:34:12.176Z[ recovery-image] Dec 18 21:34:10.630 INFO O| Dec 18 21:34:10.630 INFO STEP 79 (remove_files) COMPLETE
45602024-12-18T21:34:12.179Z[ recovery-image] Dec 18 21:34:10.630 INFO O| Dec 18 21:34:10.630 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-12-18T21:34:12.196Z[ recovery-image] Dec 18 21:34:10.650 INFO O| Dec 18 21:34:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45622024-12-18T21:34:12.196Z[ recovery-image] Dec 18 21:34:10.650 INFO O| Dec 18 21:34:10.650 INFO STEP 80 (remove_files) COMPLETE
45632024-12-18T21:34:12.198Z[ recovery-image] Dec 18 21:34:10.650 INFO O| Dec 18 21:34:10.650 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-12-18T21:34:12.215Z[ recovery-image] Dec 18 21:34:10.669 INFO O| Dec 18 21:34:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45652024-12-18T21:34:12.215Z[ recovery-image] Dec 18 21:34:10.669 INFO O| Dec 18 21:34:10.669 INFO STEP 81 (remove_files) COMPLETE
45662024-12-18T21:34:12.215Z[ recovery-image] Dec 18 21:34:10.669 INFO O| Dec 18 21:34:10.669 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-12-18T21:34:12.233Z[ recovery-image] Dec 18 21:34:10.687 INFO O| Dec 18 21:34:10.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45682024-12-18T21:34:12.233Z[ recovery-image] Dec 18 21:34:10.688 INFO O| Dec 18 21:34:10.688 INFO STEP 82 (remove_files) COMPLETE
45692024-12-18T21:34:12.236Z[ recovery-image] Dec 18 21:34:10.688 INFO O| Dec 18 21:34:10.688 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-12-18T21:34:12.253Z[ recovery-image] Dec 18 21:34:10.707 INFO O| Dec 18 21:34:10.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45712024-12-18T21:34:12.256Z[ recovery-image] Dec 18 21:34:10.707 INFO O| Dec 18 21:34:10.707 INFO STEP 83 (remove_files) COMPLETE
45722024-12-18T21:34:12.256Z[ recovery-image] Dec 18 21:34:10.708 INFO O| Dec 18 21:34:10.707 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-12-18T21:34:12.273Z[ recovery-image] Dec 18 21:34:10.727 INFO O| Dec 18 21:34:10.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45742024-12-18T21:34:12.276Z[ recovery-image] Dec 18 21:34:10.727 INFO O| Dec 18 21:34:10.727 INFO STEP 84 (remove_files) COMPLETE
45752024-12-18T21:34:12.276Z[ recovery-image] Dec 18 21:34:10.727 INFO O| Dec 18 21:34:10.727 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-12-18T21:34:12.292Z[ recovery-image] Dec 18 21:34:10.746 INFO O| Dec 18 21:34:10.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45772024-12-18T21:34:12.295Z[ recovery-image] Dec 18 21:34:10.746 INFO O| Dec 18 21:34:10.746 INFO STEP 85 (remove_files) COMPLETE
45782024-12-18T21:34:12.295Z[ recovery-image] Dec 18 21:34:10.746 INFO O| Dec 18 21:34:10.746 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-12-18T21:34:12.311Z[ recovery-image] Dec 18 21:34:10.765 INFO O| Dec 18 21:34:10.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45802024-12-18T21:34:12.314Z[ recovery-image] Dec 18 21:34:10.765 INFO O| Dec 18 21:34:10.765 INFO STEP 86 (remove_files) COMPLETE
45812024-12-18T21:34:12.314Z[ recovery-image] Dec 18 21:34:10.765 INFO O| Dec 18 21:34:10.765 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-12-18T21:34:12.340Z[ recovery-image] Dec 18 21:34:10.794 INFO O| Dec 18 21:34:10.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45832024-12-18T21:34:12.342Z[ recovery-image] Dec 18 21:34:10.794 INFO O| Dec 18 21:34:10.794 INFO STEP 87 (remove_files) COMPLETE
45842024-12-18T21:34:12.342Z[ recovery-image] Dec 18 21:34:10.794 INFO O| Dec 18 21:34:10.794 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-12-18T21:34:12.375Z[ recovery-image] Dec 18 21:34:10.830 INFO O| Dec 18 21:34:10.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45862024-12-18T21:34:12.376Z[ recovery-image] Dec 18 21:34:10.830 INFO O| Dec 18 21:34:10.830 INFO STEP 88 (remove_files) COMPLETE
45872024-12-18T21:34:12.376Z[ recovery-image] Dec 18 21:34:10.830 INFO O| Dec 18 21:34:10.830 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-12-18T21:34:12.406Z[ recovery-image] Dec 18 21:34:10.860 INFO O| Dec 18 21:34:10.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45892024-12-18T21:34:12.406Z[ recovery-image] Dec 18 21:34:10.861 INFO O| Dec 18 21:34:10.860 INFO STEP 89 (remove_files) COMPLETE
45902024-12-18T21:34:12.406Z[ recovery-image] Dec 18 21:34:10.861 INFO O| Dec 18 21:34:10.861 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-12-18T21:34:12.426Z[ recovery-image] Dec 18 21:34:10.880 INFO O| Dec 18 21:34:10.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45922024-12-18T21:34:12.426Z[ recovery-image] Dec 18 21:34:10.880 INFO O| Dec 18 21:34:10.880 INFO STEP 90 (remove_files) COMPLETE
45932024-12-18T21:34:12.426Z[ recovery-image] Dec 18 21:34:10.880 INFO O| Dec 18 21:34:10.880 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-12-18T21:34:12.446Z[ recovery-image] Dec 18 21:34:10.901 INFO O| Dec 18 21:34:10.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45952024-12-18T21:34:12.446Z[ recovery-image] Dec 18 21:34:10.901 INFO O| Dec 18 21:34:10.901 INFO STEP 91 (remove_files) COMPLETE
45962024-12-18T21:34:12.446Z[ recovery-image] Dec 18 21:34:10.901 INFO O| Dec 18 21:34:10.901 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-12-18T21:34:12.471Z[ recovery-image] Dec 18 21:34:10.925 INFO O| Dec 18 21:34:10.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45982024-12-18T21:34:12.473Z[ recovery-image] Dec 18 21:34:10.926 INFO O| Dec 18 21:34:10.925 INFO STEP 92 (remove_files) COMPLETE
45992024-12-18T21:34:12.473Z[ recovery-image] Dec 18 21:34:10.926 INFO O| Dec 18 21:34:10.926 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-12-18T21:34:12.491Z[ recovery-image] Dec 18 21:34:10.945 INFO O| Dec 18 21:34:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46012024-12-18T21:34:12.491Z[ recovery-image] Dec 18 21:34:10.945 INFO O| Dec 18 21:34:10.945 INFO STEP 93 (remove_files) COMPLETE
46022024-12-18T21:34:12.491Z[ recovery-image] Dec 18 21:34:10.945 INFO O| Dec 18 21:34:10.945 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-12-18T21:34:12.516Z[ recovery-image] Dec 18 21:34:10.970 INFO O| Dec 18 21:34:10.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46042024-12-18T21:34:12.516Z[ recovery-image] Dec 18 21:34:10.970 INFO O| Dec 18 21:34:10.970 INFO STEP 94 (remove_files) COMPLETE
46052024-12-18T21:34:12.516Z[ recovery-image] Dec 18 21:34:10.970 INFO O| Dec 18 21:34:10.970 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-12-18T21:34:12.544Z[ recovery-image] Dec 18 21:34:10.998 INFO O| Dec 18 21:34:10.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46072024-12-18T21:34:12.544Z[ recovery-image] Dec 18 21:34:10.998 INFO O| Dec 18 21:34:10.998 INFO STEP 95 (remove_files) COMPLETE
46082024-12-18T21:34:12.544Z[ recovery-image] Dec 18 21:34:10.998 INFO O| Dec 18 21:34:10.998 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-12-18T21:34:12.568Z[ recovery-image] Dec 18 21:34:11.022 INFO O| Dec 18 21:34:11.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46102024-12-18T21:34:12.568Z[ recovery-image] Dec 18 21:34:11.022 INFO O| Dec 18 21:34:11.022 INFO STEP 96 (remove_files) COMPLETE
46112024-12-18T21:34:12.571Z[ recovery-image] Dec 18 21:34:11.022 INFO O| Dec 18 21:34:11.022 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-12-18T21:34:12.587Z[ recovery-image] Dec 18 21:34:11.041 INFO O| Dec 18 21:34:11.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46132024-12-18T21:34:12.587Z[ recovery-image] Dec 18 21:34:11.041 INFO O| Dec 18 21:34:11.041 INFO STEP 97 (remove_files) COMPLETE
46142024-12-18T21:34:12.590Z[ recovery-image] Dec 18 21:34:11.042 INFO O| Dec 18 21:34:11.041 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-12-18T21:34:12.607Z[ recovery-image] Dec 18 21:34:11.061 INFO O| Dec 18 21:34:11.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46162024-12-18T21:34:12.608Z[ recovery-image] Dec 18 21:34:11.061 INFO O| Dec 18 21:34:11.061 INFO STEP 98 (remove_files) COMPLETE
46172024-12-18T21:34:12.610Z[ recovery-image] Dec 18 21:34:11.061 INFO O| Dec 18 21:34:11.061 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-12-18T21:34:12.627Z[ recovery-image] Dec 18 21:34:11.081 INFO O| Dec 18 21:34:11.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46192024-12-18T21:34:12.627Z[ recovery-image] Dec 18 21:34:11.081 INFO O| Dec 18 21:34:11.081 INFO STEP 99 (remove_files) COMPLETE
46202024-12-18T21:34:12.630Z[ recovery-image] Dec 18 21:34:11.081 INFO O| Dec 18 21:34:11.081 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-12-18T21:34:12.646Z[ recovery-image] Dec 18 21:34:11.100 INFO O| Dec 18 21:34:11.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46222024-12-18T21:34:12.646Z[ recovery-image] Dec 18 21:34:11.100 INFO O| Dec 18 21:34:11.100 INFO STEP 100 (remove_files) COMPLETE
46232024-12-18T21:34:12.646Z[ recovery-image] Dec 18 21:34:11.100 INFO O| Dec 18 21:34:11.100 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-12-18T21:34:12.665Z[ recovery-image] Dec 18 21:34:11.119 INFO O| Dec 18 21:34:11.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46252024-12-18T21:34:12.665Z[ recovery-image] Dec 18 21:34:11.119 INFO O| Dec 18 21:34:11.119 INFO STEP 101 (remove_files) COMPLETE
46262024-12-18T21:34:12.667Z[ recovery-image] Dec 18 21:34:11.119 INFO O| Dec 18 21:34:11.119 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-12-18T21:34:12.684Z[ recovery-image] Dec 18 21:34:11.138 INFO O| Dec 18 21:34:11.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46282024-12-18T21:34:12.684Z[ recovery-image] Dec 18 21:34:11.138 INFO O| Dec 18 21:34:11.138 INFO STEP 102 (remove_files) COMPLETE
46292024-12-18T21:34:12.684Z[ recovery-image] Dec 18 21:34:11.138 INFO O| Dec 18 21:34:11.138 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-12-18T21:34:12.702Z[ recovery-image] Dec 18 21:34:11.156 INFO O| Dec 18 21:34:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46312024-12-18T21:34:12.702Z[ recovery-image] Dec 18 21:34:11.156 INFO O| Dec 18 21:34:11.156 INFO STEP 103 (remove_files) COMPLETE
46322024-12-18T21:34:12.702Z[ recovery-image] Dec 18 21:34:11.156 INFO O| Dec 18 21:34:11.156 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-12-18T21:34:12.722Z[ recovery-image] Dec 18 21:34:11.176 INFO O| Dec 18 21:34:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46342024-12-18T21:34:12.722Z[ recovery-image] Dec 18 21:34:11.176 INFO O| Dec 18 21:34:11.176 INFO STEP 104 (remove_files) COMPLETE
46352024-12-18T21:34:12.722Z[ recovery-image] Dec 18 21:34:11.176 INFO O| Dec 18 21:34:11.176 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-12-18T21:34:12.756Z[ recovery-image] Dec 18 21:34:11.210 INFO O| Dec 18 21:34:11.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46372024-12-18T21:34:12.756Z[ recovery-image] Dec 18 21:34:11.210 INFO O| Dec 18 21:34:11.210 INFO STEP 105 (remove_files) COMPLETE
46382024-12-18T21:34:12.759Z[ recovery-image] Dec 18 21:34:11.210 INFO O| Dec 18 21:34:11.210 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-12-18T21:34:12.776Z[ recovery-image] Dec 18 21:34:11.230 INFO O| Dec 18 21:34:11.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46402024-12-18T21:34:12.776Z[ recovery-image] Dec 18 21:34:11.230 INFO O| Dec 18 21:34:11.230 INFO STEP 106 (remove_files) COMPLETE
46412024-12-18T21:34:12.776Z[ recovery-image] Dec 18 21:34:11.230 INFO O| Dec 18 21:34:11.230 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-12-18T21:34:12.796Z[ recovery-image] Dec 18 21:34:11.250 INFO O| Dec 18 21:34:11.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46432024-12-18T21:34:12.796Z[ recovery-image] Dec 18 21:34:11.250 INFO O| Dec 18 21:34:11.250 INFO STEP 107 (remove_files) COMPLETE
46442024-12-18T21:34:12.796Z[ recovery-image] Dec 18 21:34:11.250 INFO O| Dec 18 21:34:11.250 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-12-18T21:34:12.815Z[ recovery-image] Dec 18 21:34:11.269 INFO O| Dec 18 21:34:11.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46462024-12-18T21:34:12.815Z[ recovery-image] Dec 18 21:34:11.269 INFO O| Dec 18 21:34:11.269 INFO STEP 108 (remove_files) COMPLETE
46472024-12-18T21:34:12.818Z[ recovery-image] Dec 18 21:34:11.269 INFO O| Dec 18 21:34:11.269 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-12-18T21:34:12.833Z[ recovery-image] Dec 18 21:34:11.287 INFO O| Dec 18 21:34:11.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46492024-12-18T21:34:12.836Z[ recovery-image] Dec 18 21:34:11.287 INFO O| Dec 18 21:34:11.287 INFO STEP 109 (remove_files) COMPLETE
46502024-12-18T21:34:12.836Z[ recovery-image] Dec 18 21:34:11.287 INFO O| Dec 18 21:34:11.287 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-12-18T21:34:12.850Z[ recovery-image] Dec 18 21:34:11.304 INFO O| Dec 18 21:34:11.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46522024-12-18T21:34:12.850Z[ recovery-image] Dec 18 21:34:11.304 INFO O| Dec 18 21:34:11.304 INFO STEP 110 (remove_files) COMPLETE
46532024-12-18T21:34:12.865Z[ recovery-image] Dec 18 21:34:11.304 INFO O| Dec 18 21:34:11.304 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-12-18T21:34:12.868Z[ recovery-image] Dec 18 21:34:11.322 INFO O| Dec 18 21:34:11.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46552024-12-18T21:34:12.868Z[ recovery-image] Dec 18 21:34:11.322 INFO O| Dec 18 21:34:11.322 INFO STEP 111 (remove_files) COMPLETE
46562024-12-18T21:34:12.869Z[ recovery-image] Dec 18 21:34:11.322 INFO O| Dec 18 21:34:11.322 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-12-18T21:34:12.886Z[ recovery-image] Dec 18 21:34:11.339 INFO O| Dec 18 21:34:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46582024-12-18T21:34:12.886Z[ recovery-image] Dec 18 21:34:11.339 INFO O| Dec 18 21:34:11.339 INFO STEP 112 (remove_files) COMPLETE
46592024-12-18T21:34:12.886Z[ recovery-image] Dec 18 21:34:11.339 INFO O| Dec 18 21:34:11.339 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-12-18T21:34:12.903Z[ recovery-image] Dec 18 21:34:11.357 INFO O| Dec 18 21:34:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46612024-12-18T21:34:12.903Z[ recovery-image] Dec 18 21:34:11.357 INFO O| Dec 18 21:34:11.357 INFO STEP 113 (remove_files) COMPLETE
46622024-12-18T21:34:12.906Z[ recovery-image] Dec 18 21:34:11.358 INFO O| Dec 18 21:34:11.357 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-12-18T21:34:12.939Z[ recovery-image] Dec 18 21:34:11.393 INFO O| Dec 18 21:34:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46642024-12-18T21:34:12.939Z[ recovery-image] Dec 18 21:34:11.393 INFO O| Dec 18 21:34:11.393 INFO STEP 114 (remove_files) COMPLETE
46652024-12-18T21:34:12.939Z[ recovery-image] Dec 18 21:34:11.393 INFO O| Dec 18 21:34:11.393 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-12-18T21:34:12.959Z[ recovery-image] Dec 18 21:34:11.412 INFO O| Dec 18 21:34:11.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46672024-12-18T21:34:12.959Z[ recovery-image] Dec 18 21:34:11.412 INFO O| Dec 18 21:34:11.412 INFO STEP 115 (remove_files) COMPLETE
46682024-12-18T21:34:12.959Z[ recovery-image] Dec 18 21:34:11.412 INFO O| Dec 18 21:34:11.412 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-12-18T21:34:12.977Z[ recovery-image] Dec 18 21:34:11.431 INFO O| Dec 18 21:34:11.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46702024-12-18T21:34:12.977Z[ recovery-image] Dec 18 21:34:11.431 INFO O| Dec 18 21:34:11.431 INFO STEP 116 (remove_files) COMPLETE
46712024-12-18T21:34:12.977Z[ recovery-image] Dec 18 21:34:11.431 INFO O| Dec 18 21:34:11.431 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-12-18T21:34:12.995Z[ recovery-image] Dec 18 21:34:11.449 INFO O| Dec 18 21:34:11.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46732024-12-18T21:34:12.995Z[ recovery-image] Dec 18 21:34:11.449 INFO O| Dec 18 21:34:11.449 INFO STEP 117 (remove_files) COMPLETE
46742024-12-18T21:34:12.995Z[ recovery-image] Dec 18 21:34:11.449 INFO O| Dec 18 21:34:11.449 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-12-18T21:34:13.014Z[ recovery-image] Dec 18 21:34:11.467 INFO O| Dec 18 21:34:11.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46762024-12-18T21:34:13.014Z[ recovery-image] Dec 18 21:34:11.467 INFO O| Dec 18 21:34:11.467 INFO STEP 118 (remove_files) COMPLETE
46772024-12-18T21:34:13.014Z[ recovery-image] Dec 18 21:34:11.467 INFO O| Dec 18 21:34:11.467 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-12-18T21:34:13.033Z[ recovery-image] Dec 18 21:34:11.486 INFO O| Dec 18 21:34:11.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46792024-12-18T21:34:13.033Z[ recovery-image] Dec 18 21:34:11.487 INFO O| Dec 18 21:34:11.486 INFO STEP 119 (remove_files) COMPLETE
46802024-12-18T21:34:13.033Z[ recovery-image] Dec 18 21:34:11.487 INFO O| Dec 18 21:34:11.487 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-12-18T21:34:13.051Z[ recovery-image] Dec 18 21:34:11.505 INFO O| Dec 18 21:34:11.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46822024-12-18T21:34:13.051Z[ recovery-image] Dec 18 21:34:11.505 INFO O| Dec 18 21:34:11.505 INFO STEP 120 (remove_files) COMPLETE
46832024-12-18T21:34:13.054Z[ recovery-image] Dec 18 21:34:11.505 INFO O| Dec 18 21:34:11.505 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-12-18T21:34:13.085Z[ recovery-image] Dec 18 21:34:11.539 INFO O| Dec 18 21:34:11.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46852024-12-18T21:34:13.088Z[ recovery-image] Dec 18 21:34:11.539 INFO O| Dec 18 21:34:11.539 INFO STEP 121 (remove_files) COMPLETE
46862024-12-18T21:34:13.088Z[ recovery-image] Dec 18 21:34:11.539 INFO O| Dec 18 21:34:11.539 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-12-18T21:34:13.114Z[ recovery-image] Dec 18 21:34:11.568 INFO O| Dec 18 21:34:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46882024-12-18T21:34:13.114Z[ recovery-image] Dec 18 21:34:11.568 INFO O| Dec 18 21:34:11.568 INFO STEP 122 (remove_files) COMPLETE
46892024-12-18T21:34:13.114Z[ recovery-image] Dec 18 21:34:11.568 INFO O| Dec 18 21:34:11.568 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-12-18T21:34:13.135Z[ recovery-image] Dec 18 21:34:11.589 INFO O| Dec 18 21:34:11.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46912024-12-18T21:34:13.135Z[ recovery-image] Dec 18 21:34:11.589 INFO O| Dec 18 21:34:11.589 INFO STEP 123 (remove_files) COMPLETE
46922024-12-18T21:34:13.137Z[ recovery-image] Dec 18 21:34:11.589 INFO O| Dec 18 21:34:11.589 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-12-18T21:34:13.154Z[ recovery-image] Dec 18 21:34:11.608 INFO O| Dec 18 21:34:11.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46942024-12-18T21:34:13.154Z[ recovery-image] Dec 18 21:34:11.608 INFO O| Dec 18 21:34:11.608 INFO STEP 124 (remove_files) COMPLETE
46952024-12-18T21:34:13.157Z[ recovery-image] Dec 18 21:34:11.608 INFO O| Dec 18 21:34:11.608 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-12-18T21:34:13.194Z[ recovery-image] Dec 18 21:34:11.648 INFO O| Dec 18 21:34:11.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46972024-12-18T21:34:13.194Z[ recovery-image] Dec 18 21:34:11.648 INFO O| Dec 18 21:34:11.648 INFO STEP 125 (remove_files) COMPLETE
46982024-12-18T21:34:13.194Z[ recovery-image] Dec 18 21:34:11.648 INFO O| Dec 18 21:34:11.648 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-12-18T21:34:13.214Z[ recovery-image] Dec 18 21:34:11.668 INFO O| Dec 18 21:34:11.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47002024-12-18T21:34:13.214Z[ recovery-image] Dec 18 21:34:11.668 INFO O| Dec 18 21:34:11.668 INFO STEP 126 (remove_files) COMPLETE
47012024-12-18T21:34:13.217Z[ recovery-image] Dec 18 21:34:11.668 INFO O| Dec 18 21:34:11.668 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-12-18T21:34:13.232Z[ recovery-image] Dec 18 21:34:11.686 INFO O| Dec 18 21:34:11.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47032024-12-18T21:34:13.232Z[ recovery-image] Dec 18 21:34:11.686 INFO O| Dec 18 21:34:11.686 INFO STEP 127 (remove_files) COMPLETE
47042024-12-18T21:34:13.235Z[ recovery-image] Dec 18 21:34:11.686 INFO O| Dec 18 21:34:11.686 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-12-18T21:34:13.251Z[ recovery-image] Dec 18 21:34:11.704 INFO O| Dec 18 21:34:11.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47062024-12-18T21:34:13.251Z[ recovery-image] Dec 18 21:34:11.705 INFO O| Dec 18 21:34:11.705 INFO STEP 128 (remove_files) COMPLETE
47072024-12-18T21:34:13.251Z[ recovery-image] Dec 18 21:34:11.705 INFO O| Dec 18 21:34:11.705 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-12-18T21:34:13.270Z[ recovery-image] Dec 18 21:34:11.724 INFO O| Dec 18 21:34:11.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47092024-12-18T21:34:13.270Z[ recovery-image] Dec 18 21:34:11.724 INFO O| Dec 18 21:34:11.724 INFO STEP 129 (remove_files) COMPLETE
47102024-12-18T21:34:13.270Z[ recovery-image] Dec 18 21:34:11.724 INFO O| Dec 18 21:34:11.724 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-12-18T21:34:13.290Z[ recovery-image] Dec 18 21:34:11.744 INFO O| Dec 18 21:34:11.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47122024-12-18T21:34:13.290Z[ recovery-image] Dec 18 21:34:11.744 INFO O| Dec 18 21:34:11.744 INFO STEP 130 (remove_files) COMPLETE
47132024-12-18T21:34:13.290Z[ recovery-image] Dec 18 21:34:11.744 INFO O| Dec 18 21:34:11.744 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-12-18T21:34:13.310Z[ recovery-image] Dec 18 21:34:11.764 INFO O| Dec 18 21:34:11.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47152024-12-18T21:34:13.310Z[ recovery-image] Dec 18 21:34:11.764 INFO O| Dec 18 21:34:11.764 INFO STEP 131 (remove_files) COMPLETE
47162024-12-18T21:34:13.313Z[ recovery-image] Dec 18 21:34:11.764 INFO O| Dec 18 21:34:11.764 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-12-18T21:34:13.330Z[ recovery-image] Dec 18 21:34:11.783 INFO O| Dec 18 21:34:11.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47182024-12-18T21:34:13.339Z[ recovery-image] Dec 18 21:34:11.793 INFO O| Dec 18 21:34:11.793 INFO STEP 132 (remove_files) COMPLETE
47192024-12-18T21:34:13.339Z[ recovery-image] Dec 18 21:34:11.793 INFO O| Dec 18 21:34:11.793 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-12-18T21:34:13.379Z[ recovery-image] Dec 18 21:34:11.833 INFO O| Dec 18 21:34:11.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47212024-12-18T21:34:13.382Z[ recovery-image] Dec 18 21:34:11.834 INFO O| Dec 18 21:34:11.833 INFO STEP 133 (remove_files) COMPLETE
47222024-12-18T21:34:13.382Z[ recovery-image] Dec 18 21:34:11.834 INFO O| Dec 18 21:34:11.834 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-12-18T21:34:13.427Z[ recovery-image] Dec 18 21:34:11.881 INFO O| Dec 18 21:34:11.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47242024-12-18T21:34:13.427Z[ recovery-image] Dec 18 21:34:11.881 INFO O| Dec 18 21:34:11.881 INFO STEP 134 (remove_files) COMPLETE
47252024-12-18T21:34:13.430Z[ recovery-image] Dec 18 21:34:11.881 INFO O| Dec 18 21:34:11.881 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-12-18T21:34:13.443Z[ recovery-image] Dec 18 21:34:11.897 INFO O| Dec 18 21:34:11.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47272024-12-18T21:34:13.443Z[ recovery-image] Dec 18 21:34:11.897 INFO O| Dec 18 21:34:11.897 INFO STEP 135 (remove_files) COMPLETE
47282024-12-18T21:34:13.443Z[ recovery-image] Dec 18 21:34:11.897 INFO O| Dec 18 21:34:11.897 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-12-18T21:34:13.459Z[ recovery-image] Dec 18 21:34:11.913 INFO O| Dec 18 21:34:11.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47302024-12-18T21:34:13.459Z[ recovery-image] Dec 18 21:34:11.913 INFO O| Dec 18 21:34:11.913 INFO STEP 136 (remove_files) COMPLETE
47312024-12-18T21:34:13.459Z[ recovery-image] Dec 18 21:34:11.913 INFO O| Dec 18 21:34:11.913 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-12-18T21:34:13.477Z[ recovery-image] Dec 18 21:34:11.931 INFO O| Dec 18 21:34:11.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47332024-12-18T21:34:13.477Z[ recovery-image] Dec 18 21:34:11.931 INFO O| Dec 18 21:34:11.931 INFO STEP 137 (remove_files) COMPLETE
47342024-12-18T21:34:13.477Z[ recovery-image] Dec 18 21:34:11.931 INFO O| Dec 18 21:34:11.931 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-12-18T21:34:13.497Z[ recovery-image] Dec 18 21:34:11.951 INFO O| Dec 18 21:34:11.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47362024-12-18T21:34:13.497Z[ recovery-image] Dec 18 21:34:11.951 INFO O| Dec 18 21:34:11.951 INFO STEP 138 (remove_files) COMPLETE
47372024-12-18T21:34:13.500Z[ recovery-image] Dec 18 21:34:11.951 INFO O| Dec 18 21:34:11.951 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-12-18T21:34:13.521Z[ recovery-image] Dec 18 21:34:11.975 INFO O| Dec 18 21:34:11.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47392024-12-18T21:34:13.521Z[ recovery-image] Dec 18 21:34:11.975 INFO O| Dec 18 21:34:11.975 INFO STEP 139 (remove_files) COMPLETE
47402024-12-18T21:34:13.524Z[ recovery-image] Dec 18 21:34:11.975 INFO O| Dec 18 21:34:11.975 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-12-18T21:34:13.545Z[ recovery-image] Dec 18 21:34:11.998 INFO O| Dec 18 21:34:11.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47422024-12-18T21:34:13.545Z[ recovery-image] Dec 18 21:34:11.998 INFO O| Dec 18 21:34:11.998 INFO STEP 140 (remove_files) COMPLETE
47432024-12-18T21:34:13.545Z[ recovery-image] Dec 18 21:34:11.998 INFO O| Dec 18 21:34:11.998 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-12-18T21:34:13.564Z[ recovery-image] Dec 18 21:34:12.018 INFO O| Dec 18 21:34:12.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47452024-12-18T21:34:13.567Z[ recovery-image] Dec 18 21:34:12.018 INFO O| Dec 18 21:34:12.018 INFO STEP 141 (remove_files) COMPLETE
47462024-12-18T21:34:13.567Z[ recovery-image] Dec 18 21:34:12.018 INFO O| Dec 18 21:34:12.018 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-12-18T21:34:13.585Z[ recovery-image] Dec 18 21:34:12.039 INFO O| Dec 18 21:34:12.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47482024-12-18T21:34:13.585Z[ recovery-image] Dec 18 21:34:12.039 INFO O| Dec 18 21:34:12.039 INFO STEP 142 (remove_files) COMPLETE
47492024-12-18T21:34:13.589Z[ recovery-image] Dec 18 21:34:12.039 INFO O| Dec 18 21:34:12.039 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-12-18T21:34:13.743Z[ recovery-image] Dec 18 21:34:12.196 INFO O| Dec 18 21:34:12.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47512024-12-18T21:34:13.743Z[ recovery-image] Dec 18 21:34:12.197 INFO O| Dec 18 21:34:12.197 INFO STEP 143 (remove_files) COMPLETE
47522024-12-18T21:34:13.746Z[ recovery-image] Dec 18 21:34:12.197 INFO O| Dec 18 21:34:12.197 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-12-18T21:34:13.763Z[ recovery-image] Dec 18 21:34:12.217 INFO O| Dec 18 21:34:12.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47542024-12-18T21:34:13.763Z[ recovery-image] Dec 18 21:34:12.217 INFO O| Dec 18 21:34:12.217 INFO STEP 144 (remove_files) COMPLETE
47552024-12-18T21:34:13.766Z[ recovery-image] Dec 18 21:34:12.217 INFO O| Dec 18 21:34:12.217 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-12-18T21:34:13.783Z[ recovery-image] Dec 18 21:34:12.237 INFO O| Dec 18 21:34:12.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47572024-12-18T21:34:13.783Z[ recovery-image] Dec 18 21:34:12.237 INFO O| Dec 18 21:34:12.237 INFO STEP 145 (remove_files) COMPLETE
47582024-12-18T21:34:13.786Z[ recovery-image] Dec 18 21:34:12.237 INFO O| Dec 18 21:34:12.237 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-12-18T21:34:13.803Z[ recovery-image] Dec 18 21:34:12.257 INFO O| Dec 18 21:34:12.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47602024-12-18T21:34:13.805Z[ recovery-image] Dec 18 21:34:12.257 INFO O| Dec 18 21:34:12.257 INFO STEP 146 (remove_files) COMPLETE
47612024-12-18T21:34:13.805Z[ recovery-image] Dec 18 21:34:12.257 INFO O| Dec 18 21:34:12.257 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-12-18T21:34:13.823Z[ recovery-image] Dec 18 21:34:12.277 INFO O| Dec 18 21:34:12.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47632024-12-18T21:34:13.823Z[ recovery-image] Dec 18 21:34:12.277 INFO O| Dec 18 21:34:12.277 INFO STEP 147 (remove_files) COMPLETE
47642024-12-18T21:34:13.826Z[ recovery-image] Dec 18 21:34:12.277 INFO O| Dec 18 21:34:12.277 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-12-18T21:34:13.844Z[ recovery-image] Dec 18 21:34:12.297 INFO O| Dec 18 21:34:12.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47662024-12-18T21:34:13.844Z[ recovery-image] Dec 18 21:34:12.298 INFO O| Dec 18 21:34:12.297 INFO STEP 148 (remove_files) COMPLETE
47672024-12-18T21:34:13.844Z[ recovery-image] Dec 18 21:34:12.298 INFO O| Dec 18 21:34:12.298 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-12-18T21:34:13.864Z[ recovery-image] Dec 18 21:34:12.318 INFO O| Dec 18 21:34:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47692024-12-18T21:34:13.864Z[ recovery-image] Dec 18 21:34:12.318 INFO O| Dec 18 21:34:12.318 INFO STEP 149 (remove_files) COMPLETE
47702024-12-18T21:34:13.866Z[ recovery-image] Dec 18 21:34:12.318 INFO O| Dec 18 21:34:12.318 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-12-18T21:34:13.948Z[ recovery-image] Dec 18 21:34:12.401 INFO O| Dec 18 21:34:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47722024-12-18T21:34:13.948Z[ recovery-image] Dec 18 21:34:12.401 INFO O| Dec 18 21:34:12.401 INFO STEP 150 (remove_files) COMPLETE
47732024-12-18T21:34:13.952Z[ recovery-image] Dec 18 21:34:12.401 INFO O| Dec 18 21:34:12.401 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-12-18T21:34:14.035Z[ recovery-image] Dec 18 21:34:12.488 INFO O| Dec 18 21:34:12.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47752024-12-18T21:34:14.035Z[ recovery-image] Dec 18 21:34:12.488 INFO O| Dec 18 21:34:12.488 INFO STEP 151 (remove_files) COMPLETE
47762024-12-18T21:34:14.035Z[ recovery-image] Dec 18 21:34:12.488 INFO O| Dec 18 21:34:12.488 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-12-18T21:34:14.071Z[ recovery-image] Dec 18 21:34:12.525 INFO O| Dec 18 21:34:12.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47782024-12-18T21:34:14.074Z[ recovery-image] Dec 18 21:34:12.525 INFO O| Dec 18 21:34:12.525 INFO STEP 152 (remove_files) COMPLETE
47792024-12-18T21:34:14.074Z[ recovery-image] Dec 18 21:34:12.526 INFO O| Dec 18 21:34:12.525 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-12-18T21:34:14.091Z[ recovery-image] Dec 18 21:34:12.545 INFO O| Dec 18 21:34:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47812024-12-18T21:34:14.093Z[ recovery-image] Dec 18 21:34:12.545 INFO O| Dec 18 21:34:12.545 INFO STEP 153 (remove_files) COMPLETE
47822024-12-18T21:34:14.093Z[ recovery-image] Dec 18 21:34:12.545 INFO O| Dec 18 21:34:12.545 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-12-18T21:34:14.111Z[ recovery-image] Dec 18 21:34:12.565 INFO O| Dec 18 21:34:12.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47842024-12-18T21:34:14.114Z[ recovery-image] Dec 18 21:34:12.566 INFO O| Dec 18 21:34:12.565 INFO STEP 154 (remove_files) COMPLETE
47852024-12-18T21:34:14.114Z[ recovery-image] Dec 18 21:34:12.566 INFO O| Dec 18 21:34:12.566 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-12-18T21:34:14.134Z[ recovery-image] Dec 18 21:34:12.587 INFO O| Dec 18 21:34:12.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47872024-12-18T21:34:14.136Z[ recovery-image] Dec 18 21:34:12.588 INFO O| Dec 18 21:34:12.588 INFO STEP 155 (remove_files) COMPLETE
47882024-12-18T21:34:14.137Z[ recovery-image] Dec 18 21:34:12.588 INFO O| Dec 18 21:34:12.588 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-12-18T21:34:14.152Z[ recovery-image] Dec 18 21:34:12.606 INFO O| Dec 18 21:34:12.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47902024-12-18T21:34:14.155Z[ recovery-image] Dec 18 21:34:12.606 INFO O| Dec 18 21:34:12.606 INFO STEP 156 (remove_files) COMPLETE
47912024-12-18T21:34:14.155Z[ recovery-image] Dec 18 21:34:12.607 INFO O| Dec 18 21:34:12.606 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-12-18T21:34:14.171Z[ recovery-image] Dec 18 21:34:12.624 INFO O| Dec 18 21:34:12.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47932024-12-18T21:34:14.173Z[ recovery-image] Dec 18 21:34:12.625 INFO O| Dec 18 21:34:12.625 INFO STEP 157 (remove_files) COMPLETE
47942024-12-18T21:34:14.173Z[ recovery-image] Dec 18 21:34:12.625 INFO O| Dec 18 21:34:12.625 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-12-18T21:34:14.188Z[ recovery-image] Dec 18 21:34:12.642 INFO O| Dec 18 21:34:12.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47962024-12-18T21:34:14.191Z[ recovery-image] Dec 18 21:34:12.644 INFO O| Dec 18 21:34:12.644 INFO STEP 158 (remove_files) COMPLETE
47972024-12-18T21:34:14.191Z[ recovery-image] Dec 18 21:34:12.645 INFO O| Dec 18 21:34:12.644 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-12-18T21:34:14.208Z[ recovery-image] Dec 18 21:34:12.662 INFO O| Dec 18 21:34:12.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47992024-12-18T21:34:14.210Z[ recovery-image] Dec 18 21:34:12.662 INFO O| Dec 18 21:34:12.662 INFO STEP 159 (remove_files) COMPLETE
48002024-12-18T21:34:14.210Z[ recovery-image] Dec 18 21:34:12.662 INFO O| Dec 18 21:34:12.662 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-12-18T21:34:14.226Z[ recovery-image] Dec 18 21:34:12.680 INFO O| Dec 18 21:34:12.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48022024-12-18T21:34:14.229Z[ recovery-image] Dec 18 21:34:12.680 INFO O| Dec 18 21:34:12.680 INFO STEP 160 (remove_files) COMPLETE
48032024-12-18T21:34:14.229Z[ recovery-image] Dec 18 21:34:12.680 INFO O| Dec 18 21:34:12.680 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-12-18T21:34:14.256Z[ recovery-image] Dec 18 21:34:12.710 INFO O| Dec 18 21:34:12.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48052024-12-18T21:34:14.256Z[ recovery-image] Dec 18 21:34:12.710 INFO O| Dec 18 21:34:12.710 INFO STEP 161 (remove_files) COMPLETE
48062024-12-18T21:34:14.259Z[ recovery-image] Dec 18 21:34:12.710 INFO O| Dec 18 21:34:12.710 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-18T21:34:14.337Z[ recovery-image] Dec 18 21:34:12.790 INFO O| Dec 18 21:34:12.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48082024-12-18T21:34:14.337Z[ recovery-image] Dec 18 21:34:12.790 INFO O| Dec 18 21:34:12.790 INFO STEP 162 (remove_files) COMPLETE
48092024-12-18T21:34:14.337Z[ recovery-image] Dec 18 21:34:12.791 INFO O| Dec 18 21:34:12.790 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-18T21:34:14.367Z[ recovery-image] Dec 18 21:34:12.820 INFO O| Dec 18 21:34:12.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48112024-12-18T21:34:14.367Z[ recovery-image] Dec 18 21:34:12.820 INFO O| Dec 18 21:34:12.820 INFO STEP 163 (remove_files) COMPLETE
48122024-12-18T21:34:14.367Z[ recovery-image] Dec 18 21:34:12.820 INFO O| Dec 18 21:34:12.820 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-18T21:34:14.417Z[ recovery-image] Dec 18 21:34:12.869 INFO O| Dec 18 21:34:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48142024-12-18T21:34:14.417Z[ recovery-image] Dec 18 21:34:12.870 INFO O| Dec 18 21:34:12.870 INFO STEP 164 (remove_files) COMPLETE
48152024-12-18T21:34:14.417Z[ recovery-image] Dec 18 21:34:12.870 INFO O| Dec 18 21:34:12.870 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-18T21:34:14.456Z[ recovery-image] Dec 18 21:34:12.909 INFO O| Dec 18 21:34:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48172024-12-18T21:34:14.456Z[ recovery-image] Dec 18 21:34:12.910 INFO O| Dec 18 21:34:12.910 INFO STEP 165 (remove_files) COMPLETE
48182024-12-18T21:34:14.456Z[ recovery-image] Dec 18 21:34:12.910 INFO O| Dec 18 21:34:12.910 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-18T21:34:14.474Z[ recovery-image] Dec 18 21:34:12.927 INFO O| Dec 18 21:34:12.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48202024-12-18T21:34:14.474Z[ recovery-image] Dec 18 21:34:12.927 INFO O| Dec 18 21:34:12.927 INFO STEP 166 (remove_files) COMPLETE
48212024-12-18T21:34:14.476Z[ recovery-image] Dec 18 21:34:12.928 INFO O| Dec 18 21:34:12.927 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-18T21:34:14.493Z[ recovery-image] Dec 18 21:34:12.947 INFO O| Dec 18 21:34:12.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48232024-12-18T21:34:14.493Z[ recovery-image] Dec 18 21:34:12.947 INFO O| Dec 18 21:34:12.947 INFO STEP 167 (remove_files) COMPLETE
48242024-12-18T21:34:14.495Z[ recovery-image] Dec 18 21:34:12.947 INFO O| Dec 18 21:34:12.947 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-18T21:34:14.512Z[ recovery-image] Dec 18 21:34:12.965 INFO O| Dec 18 21:34:12.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48262024-12-18T21:34:14.514Z[ recovery-image] Dec 18 21:34:12.966 INFO O| Dec 18 21:34:12.965 INFO STEP 168 (remove_files) COMPLETE
48272024-12-18T21:34:14.514Z[ recovery-image] Dec 18 21:34:12.966 INFO O| Dec 18 21:34:12.966 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-18T21:34:14.531Z[ recovery-image] Dec 18 21:34:12.984 INFO O| Dec 18 21:34:12.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48292024-12-18T21:34:14.533Z[ recovery-image] Dec 18 21:34:12.987 INFO O| Dec 18 21:34:12.987 INFO STEP 169 (remove_files) COMPLETE
48302024-12-18T21:34:14.533Z[ recovery-image] Dec 18 21:34:12.987 INFO O| Dec 18 21:34:12.987 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-18T21:34:14.555Z[ recovery-image] Dec 18 21:34:13.009 INFO O| Dec 18 21:34:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48322024-12-18T21:34:14.558Z[ recovery-image] Dec 18 21:34:13.009 INFO O| Dec 18 21:34:13.009 INFO STEP 170 (remove_files) COMPLETE
48332024-12-18T21:34:14.558Z[ recovery-image] Dec 18 21:34:13.009 INFO O| Dec 18 21:34:13.009 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-18T21:34:14.578Z[ recovery-image] Dec 18 21:34:13.032 INFO O| Dec 18 21:34:13.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48352024-12-18T21:34:14.581Z[ recovery-image] Dec 18 21:34:13.032 INFO O| Dec 18 21:34:13.032 INFO STEP 171 (remove_files) COMPLETE
48362024-12-18T21:34:14.581Z[ recovery-image] Dec 18 21:34:13.033 INFO O| Dec 18 21:34:13.032 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-18T21:34:14.676Z[ recovery-image] Dec 18 21:34:13.130 INFO O| Dec 18 21:34:13.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48382024-12-18T21:34:14.676Z[ recovery-image] Dec 18 21:34:13.130 INFO O| Dec 18 21:34:13.130 INFO STEP 172 (remove_files) COMPLETE
48392024-12-18T21:34:14.676Z[ recovery-image] Dec 18 21:34:13.130 INFO O| Dec 18 21:34:13.130 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-18T21:34:14.716Z[ recovery-image] Dec 18 21:34:13.170 INFO O| Dec 18 21:34:13.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48412024-12-18T21:34:14.716Z[ recovery-image] Dec 18 21:34:13.170 INFO O| Dec 18 21:34:13.170 INFO STEP 173 (remove_files) COMPLETE
48422024-12-18T21:34:14.717Z[ recovery-image] Dec 18 21:34:13.170 INFO O| Dec 18 21:34:13.170 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-18T21:34:14.740Z[ recovery-image] Dec 18 21:34:13.194 INFO O| Dec 18 21:34:13.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48442024-12-18T21:34:14.743Z[ recovery-image] Dec 18 21:34:13.194 INFO O| Dec 18 21:34:13.194 INFO STEP 174 (remove_files) COMPLETE
48452024-12-18T21:34:14.743Z[ recovery-image] Dec 18 21:34:13.194 INFO O| Dec 18 21:34:13.194 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-18T21:34:14.762Z[ recovery-image] Dec 18 21:34:13.216 INFO O| Dec 18 21:34:13.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48472024-12-18T21:34:14.762Z[ recovery-image] Dec 18 21:34:13.216 INFO O| Dec 18 21:34:13.216 INFO STEP 175 (remove_files) COMPLETE
48482024-12-18T21:34:14.765Z[ recovery-image] Dec 18 21:34:13.216 INFO O| Dec 18 21:34:13.216 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-18T21:34:14.784Z[ recovery-image] Dec 18 21:34:13.238 INFO O| Dec 18 21:34:13.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48502024-12-18T21:34:14.784Z[ recovery-image] Dec 18 21:34:13.238 INFO O| Dec 18 21:34:13.238 INFO STEP 176 (remove_files) COMPLETE
48512024-12-18T21:34:14.784Z[ recovery-image] Dec 18 21:34:13.238 INFO O| Dec 18 21:34:13.238 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-18T21:34:14.804Z[ recovery-image] Dec 18 21:34:13.257 INFO O| Dec 18 21:34:13.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48532024-12-18T21:34:14.804Z[ recovery-image] Dec 18 21:34:13.258 INFO O| Dec 18 21:34:13.257 INFO STEP 177 (remove_files) COMPLETE
48542024-12-18T21:34:14.806Z[ recovery-image] Dec 18 21:34:13.258 INFO O| Dec 18 21:34:13.258 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-18T21:34:14.822Z[ recovery-image] Dec 18 21:34:13.276 INFO O| Dec 18 21:34:13.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48562024-12-18T21:34:14.825Z[ recovery-image] Dec 18 21:34:13.276 INFO O| Dec 18 21:34:13.276 INFO STEP 178 (remove_files) COMPLETE
48572024-12-18T21:34:14.825Z[ recovery-image] Dec 18 21:34:13.276 INFO O| Dec 18 21:34:13.276 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-18T21:34:14.841Z[ recovery-image] Dec 18 21:34:13.295 INFO O| Dec 18 21:34:13.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48592024-12-18T21:34:14.844Z[ recovery-image] Dec 18 21:34:13.295 INFO O| Dec 18 21:34:13.295 INFO STEP 179 (remove_files) COMPLETE
48602024-12-18T21:34:14.844Z[ recovery-image] Dec 18 21:34:13.295 INFO O| Dec 18 21:34:13.295 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-18T21:34:14.861Z[ recovery-image] Dec 18 21:34:13.314 INFO O| Dec 18 21:34:13.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48622024-12-18T21:34:14.861Z[ recovery-image] Dec 18 21:34:13.315 INFO O| Dec 18 21:34:13.315 INFO STEP 180 (remove_files) COMPLETE
48632024-12-18T21:34:14.861Z[ recovery-image] Dec 18 21:34:13.315 INFO O| Dec 18 21:34:13.315 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-18T21:34:14.879Z[ recovery-image] Dec 18 21:34:13.333 INFO O| Dec 18 21:34:13.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48652024-12-18T21:34:14.879Z[ recovery-image] Dec 18 21:34:13.333 INFO O| Dec 18 21:34:13.333 INFO STEP 181 (remove_files) COMPLETE
48662024-12-18T21:34:14.879Z[ recovery-image] Dec 18 21:34:13.333 INFO O| Dec 18 21:34:13.333 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-18T21:34:14.905Z[ recovery-image] Dec 18 21:34:13.359 INFO O| Dec 18 21:34:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48682024-12-18T21:34:14.910Z[ recovery-image] Dec 18 21:34:13.359 INFO O| Dec 18 21:34:13.359 INFO STEP 182 (remove_files) COMPLETE
48692024-12-18T21:34:14.910Z[ recovery-image] Dec 18 21:34:13.359 INFO O| Dec 18 21:34:13.359 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-18T21:34:14.923Z[ recovery-image] Dec 18 21:34:13.377 INFO O| Dec 18 21:34:13.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48712024-12-18T21:34:14.926Z[ recovery-image] Dec 18 21:34:13.377 INFO O| Dec 18 21:34:13.377 INFO STEP 183 (remove_files) COMPLETE
48722024-12-18T21:34:14.926Z[ recovery-image] Dec 18 21:34:13.377 INFO O| Dec 18 21:34:13.377 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-18T21:34:14.941Z[ recovery-image] Dec 18 21:34:13.394 INFO O| Dec 18 21:34:13.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48742024-12-18T21:34:14.944Z[ recovery-image] Dec 18 21:34:13.395 INFO O| Dec 18 21:34:13.395 INFO STEP 184 (remove_files) COMPLETE
48752024-12-18T21:34:14.944Z[ recovery-image] Dec 18 21:34:13.395 INFO O| Dec 18 21:34:13.395 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-18T21:34:14.961Z[ recovery-image] Dec 18 21:34:13.414 INFO O| Dec 18 21:34:13.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48772024-12-18T21:34:14.961Z[ recovery-image] Dec 18 21:34:13.414 INFO O| Dec 18 21:34:13.414 INFO STEP 185 (remove_files) COMPLETE
48782024-12-18T21:34:14.963Z[ recovery-image] Dec 18 21:34:13.415 INFO O| Dec 18 21:34:13.414 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-18T21:34:14.980Z[ recovery-image] Dec 18 21:34:13.433 INFO O| Dec 18 21:34:13.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48802024-12-18T21:34:14.980Z[ recovery-image] Dec 18 21:34:13.433 INFO O| Dec 18 21:34:13.433 INFO STEP 186 (remove_files) COMPLETE
48812024-12-18T21:34:14.982Z[ recovery-image] Dec 18 21:34:13.433 INFO O| Dec 18 21:34:13.433 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-18T21:34:14.998Z[ recovery-image] Dec 18 21:34:13.452 INFO O| Dec 18 21:34:13.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48832024-12-18T21:34:14.998Z[ recovery-image] Dec 18 21:34:13.452 INFO O| Dec 18 21:34:13.452 INFO STEP 187 (remove_files) COMPLETE
48842024-12-18T21:34:15.001Z[ recovery-image] Dec 18 21:34:13.452 INFO O| Dec 18 21:34:13.452 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-18T21:34:15.039Z[ recovery-image] Dec 18 21:34:13.492 INFO O| Dec 18 21:34:13.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48862024-12-18T21:34:15.039Z[ recovery-image] Dec 18 21:34:13.492 INFO O| Dec 18 21:34:13.492 INFO STEP 188 (remove_files) COMPLETE
48872024-12-18T21:34:15.042Z[ recovery-image] Dec 18 21:34:13.492 INFO O| Dec 18 21:34:13.492 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-18T21:34:15.057Z[ recovery-image] Dec 18 21:34:13.511 INFO O| Dec 18 21:34:13.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48892024-12-18T21:34:15.058Z[ recovery-image] Dec 18 21:34:13.511 INFO O| Dec 18 21:34:13.511 INFO STEP 189 (remove_files) COMPLETE
48902024-12-18T21:34:15.060Z[ recovery-image] Dec 18 21:34:13.511 INFO O| Dec 18 21:34:13.511 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-18T21:34:15.078Z[ recovery-image] Dec 18 21:34:13.532 INFO O| Dec 18 21:34:13.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48922024-12-18T21:34:15.079Z[ recovery-image] Dec 18 21:34:13.532 INFO O| Dec 18 21:34:13.532 INFO STEP 190 (remove_files) COMPLETE
48932024-12-18T21:34:15.081Z[ recovery-image] Dec 18 21:34:13.532 INFO O| Dec 18 21:34:13.532 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-18T21:34:15.098Z[ recovery-image] Dec 18 21:34:13.552 INFO O| Dec 18 21:34:13.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48952024-12-18T21:34:15.098Z[ recovery-image] Dec 18 21:34:13.552 INFO O| Dec 18 21:34:13.552 INFO STEP 191 (remove_files) COMPLETE
48962024-12-18T21:34:15.099Z[ recovery-image] Dec 18 21:34:13.552 INFO O| Dec 18 21:34:13.552 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-18T21:34:15.116Z[ recovery-image] Dec 18 21:34:13.570 INFO O| Dec 18 21:34:13.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48982024-12-18T21:34:15.116Z[ recovery-image] Dec 18 21:34:13.570 INFO O| Dec 18 21:34:13.570 INFO STEP 192 (remove_files) COMPLETE
48992024-12-18T21:34:15.116Z[ recovery-image] Dec 18 21:34:13.570 INFO O| Dec 18 21:34:13.570 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-18T21:34:15.145Z[ recovery-image] Dec 18 21:34:13.598 INFO O| Dec 18 21:34:13.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49012024-12-18T21:34:15.145Z[ recovery-image] Dec 18 21:34:13.598 INFO O| Dec 18 21:34:13.598 INFO STEP 193 (remove_files) COMPLETE
49022024-12-18T21:34:15.148Z[ recovery-image] Dec 18 21:34:13.598 INFO O| Dec 18 21:34:13.598 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-18T21:34:15.234Z[ host-image] Dec 18 21:34:13.687 INFO O| Dec 18 21:34:13.687 INFO O| Download: 1129/1140 items 6.6/8.4MB 78% complete (1.3M/s)
49042024-12-18T21:34:15.241Z[ recovery-image] Dec 18 21:34:13.694 INFO O| Dec 18 21:34:13.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49052024-12-18T21:34:15.241Z[ recovery-image] Dec 18 21:34:13.694 INFO O| Dec 18 21:34:13.694 INFO STEP 194 (remove_files) COMPLETE
49062024-12-18T21:34:15.241Z[ recovery-image] Dec 18 21:34:13.694 INFO O| Dec 18 21:34:13.694 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-12-18T21:34:15.324Z[ recovery-image] Dec 18 21:34:13.778 INFO O| Dec 18 21:34:13.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49082024-12-18T21:34:15.325Z[ recovery-image] Dec 18 21:34:13.778 INFO O| Dec 18 21:34:13.778 INFO STEP 195 (remove_files) COMPLETE
49092024-12-18T21:34:15.325Z[ recovery-image] Dec 18 21:34:13.778 INFO O| Dec 18 21:34:13.778 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-12-18T21:34:15.357Z[ recovery-image] Dec 18 21:34:13.810 INFO O| Dec 18 21:34:13.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49112024-12-18T21:34:15.357Z[ recovery-image] Dec 18 21:34:13.810 INFO O| Dec 18 21:34:13.810 INFO STEP 196 (remove_files) COMPLETE
49122024-12-18T21:34:15.357Z[ recovery-image] Dec 18 21:34:13.810 INFO O| Dec 18 21:34:13.810 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-12-18T21:34:15.384Z[ recovery-image] Dec 18 21:34:13.838 INFO O| Dec 18 21:34:13.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49142024-12-18T21:34:15.384Z[ recovery-image] Dec 18 21:34:13.838 INFO O| Dec 18 21:34:13.838 INFO STEP 197 (remove_files) COMPLETE
49152024-12-18T21:34:15.389Z[ recovery-image] Dec 18 21:34:13.838 INFO O| Dec 18 21:34:13.838 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-12-18T21:34:15.418Z[ recovery-image] Dec 18 21:34:13.871 INFO O| Dec 18 21:34:13.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49172024-12-18T21:34:15.419Z[ recovery-image] Dec 18 21:34:13.872 INFO O| Dec 18 21:34:13.872 INFO STEP 198 (remove_files) COMPLETE
49182024-12-18T21:34:15.422Z[ recovery-image] Dec 18 21:34:13.872 INFO O| Dec 18 21:34:13.872 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-18T21:34:15.437Z[ recovery-image] Dec 18 21:34:13.891 INFO O| Dec 18 21:34:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49202024-12-18T21:34:15.438Z[ recovery-image] Dec 18 21:34:13.891 INFO O| Dec 18 21:34:13.891 INFO STEP 199 (remove_files) COMPLETE
49212024-12-18T21:34:15.438Z[ recovery-image] Dec 18 21:34:13.891 INFO O| Dec 18 21:34:13.891 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-18T21:34:15.456Z[ recovery-image] Dec 18 21:34:13.909 INFO O| Dec 18 21:34:13.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49232024-12-18T21:34:15.456Z[ recovery-image] Dec 18 21:34:13.909 INFO O| Dec 18 21:34:13.909 INFO STEP 200 (remove_files) COMPLETE
49242024-12-18T21:34:15.459Z[ recovery-image] Dec 18 21:34:13.909 INFO O| Dec 18 21:34:13.909 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-12-18T21:34:15.474Z[ recovery-image] Dec 18 21:34:13.927 INFO O| Dec 18 21:34:13.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49262024-12-18T21:34:15.477Z[ recovery-image] Dec 18 21:34:13.927 INFO O| Dec 18 21:34:13.927 INFO STEP 201 (remove_files) COMPLETE
49272024-12-18T21:34:15.477Z[ recovery-image] Dec 18 21:34:13.927 INFO O| Dec 18 21:34:13.927 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-18T21:34:15.496Z[ recovery-image] Dec 18 21:34:13.947 INFO O| Dec 18 21:34:13.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49292024-12-18T21:34:15.496Z[ recovery-image] Dec 18 21:34:13.947 INFO O| Dec 18 21:34:13.947 INFO STEP 202 (remove_files) COMPLETE
49302024-12-18T21:34:15.496Z[ recovery-image] Dec 18 21:34:13.947 INFO O| Dec 18 21:34:13.947 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-18T21:34:15.516Z[ recovery-image] Dec 18 21:34:13.969 INFO O| Dec 18 21:34:13.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49322024-12-18T21:34:15.516Z[ recovery-image] Dec 18 21:34:13.969 INFO O| Dec 18 21:34:13.969 INFO STEP 203 (remove_files) COMPLETE
49332024-12-18T21:34:15.516Z[ recovery-image] Dec 18 21:34:13.969 INFO O| Dec 18 21:34:13.969 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-12-18T21:34:15.536Z[ recovery-image] Dec 18 21:34:13.990 INFO O| Dec 18 21:34:13.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49352024-12-18T21:34:15.537Z[ recovery-image] Dec 18 21:34:13.990 INFO O| Dec 18 21:34:13.990 INFO STEP 204 (remove_files) COMPLETE
49362024-12-18T21:34:15.540Z[ recovery-image] Dec 18 21:34:13.990 INFO O| Dec 18 21:34:13.990 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-18T21:34:15.557Z[ recovery-image] Dec 18 21:34:14.010 INFO O| Dec 18 21:34:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49382024-12-18T21:34:15.557Z[ recovery-image] Dec 18 21:34:14.010 INFO O| Dec 18 21:34:14.010 INFO STEP 205 (remove_files) COMPLETE
49392024-12-18T21:34:15.557Z[ recovery-image] Dec 18 21:34:14.010 INFO O| Dec 18 21:34:14.010 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-18T21:34:15.581Z[ recovery-image] Dec 18 21:34:14.033 INFO O| Dec 18 21:34:14.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49412024-12-18T21:34:15.581Z[ recovery-image] Dec 18 21:34:14.033 INFO O| Dec 18 21:34:14.033 INFO STEP 206 (remove_files) COMPLETE
49422024-12-18T21:34:15.581Z[ recovery-image] Dec 18 21:34:14.033 INFO O| Dec 18 21:34:14.033 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-18T21:34:15.600Z[ recovery-image] Dec 18 21:34:14.053 INFO O| Dec 18 21:34:14.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49442024-12-18T21:34:15.600Z[ recovery-image] Dec 18 21:34:14.053 INFO O| Dec 18 21:34:14.053 INFO STEP 207 (remove_files) COMPLETE
49452024-12-18T21:34:15.602Z[ recovery-image] Dec 18 21:34:14.053 INFO O| Dec 18 21:34:14.053 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-18T21:34:15.618Z[ recovery-image] Dec 18 21:34:14.072 INFO O| Dec 18 21:34:14.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49472024-12-18T21:34:15.621Z[ recovery-image] Dec 18 21:34:14.072 INFO O| Dec 18 21:34:14.072 INFO STEP 208 (remove_files) COMPLETE
49482024-12-18T21:34:15.621Z[ recovery-image] Dec 18 21:34:14.072 INFO O| Dec 18 21:34:14.072 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-18T21:34:15.628Z[ host-image] Dec 18 21:34:14.082 INFO O| Dec 18 21:34:14.082 INFO O| Download: Completed 8.42 MB in 5.40 seconds (1.6M/s)
49502024-12-18T21:34:15.712Z[ recovery-image] Dec 18 21:34:14.165 INFO O| Dec 18 21:34:14.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49512024-12-18T21:34:15.712Z[ recovery-image] Dec 18 21:34:14.165 INFO O| Dec 18 21:34:14.165 INFO STEP 209 (remove_files) COMPLETE
49522024-12-18T21:34:15.712Z[ recovery-image] Dec 18 21:34:14.165 INFO O| Dec 18 21:34:14.165 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-18T21:34:15.742Z[ recovery-image] Dec 18 21:34:14.196 INFO O| Dec 18 21:34:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49542024-12-18T21:34:15.745Z[ recovery-image] Dec 18 21:34:14.196 INFO O| Dec 18 21:34:14.196 INFO STEP 210 (remove_files) COMPLETE
49552024-12-18T21:34:15.745Z[ recovery-image] Dec 18 21:34:14.196 INFO O| Dec 18 21:34:14.196 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-18T21:34:15.761Z[ recovery-image] Dec 18 21:34:14.215 INFO O| Dec 18 21:34:14.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49572024-12-18T21:34:15.764Z[ recovery-image] Dec 18 21:34:14.215 INFO O| Dec 18 21:34:14.215 INFO STEP 211 (remove_files) COMPLETE
49582024-12-18T21:34:15.764Z[ recovery-image] Dec 18 21:34:14.215 INFO O| Dec 18 21:34:14.215 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-18T21:34:15.779Z[ recovery-image] Dec 18 21:34:14.233 INFO O| Dec 18 21:34:14.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49602024-12-18T21:34:15.782Z[ recovery-image] Dec 18 21:34:14.233 INFO O| Dec 18 21:34:14.233 INFO STEP 212 (remove_files) COMPLETE
49612024-12-18T21:34:15.782Z[ recovery-image] Dec 18 21:34:14.233 INFO O| Dec 18 21:34:14.233 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-18T21:34:15.797Z[ recovery-image] Dec 18 21:34:14.251 INFO O| Dec 18 21:34:14.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49632024-12-18T21:34:15.800Z[ recovery-image] Dec 18 21:34:14.251 INFO O| Dec 18 21:34:14.251 INFO STEP 213 (remove_files) COMPLETE
49642024-12-18T21:34:15.800Z[ recovery-image] Dec 18 21:34:14.251 INFO O| Dec 18 21:34:14.251 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-18T21:34:15.825Z[ recovery-image] Dec 18 21:34:14.278 INFO O| Dec 18 21:34:14.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49662024-12-18T21:34:15.825Z[ recovery-image] Dec 18 21:34:14.278 INFO O| Dec 18 21:34:14.278 INFO STEP 214 (remove_files) COMPLETE
49672024-12-18T21:34:15.825Z[ recovery-image] Dec 18 21:34:14.278 INFO O| Dec 18 21:34:14.278 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-18T21:34:15.863Z[ recovery-image] Dec 18 21:34:14.315 INFO O| Dec 18 21:34:14.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49692024-12-18T21:34:15.863Z[ recovery-image] Dec 18 21:34:14.315 INFO O| Dec 18 21:34:14.315 INFO STEP 215 (remove_files) COMPLETE
49702024-12-18T21:34:15.863Z[ recovery-image] Dec 18 21:34:14.315 INFO O| Dec 18 21:34:14.315 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-18T21:34:15.874Z[ host-image] Dec 18 21:34:14.327 INFO O| Dec 18 21:34:14.327 INFO O| Actions: 1/1361 actions (Installing new actions)
49722024-12-18T21:34:15.881Z[ recovery-image] Dec 18 21:34:14.335 INFO O| Dec 18 21:34:14.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49732024-12-18T21:34:15.885Z[ recovery-image] Dec 18 21:34:14.335 INFO O| Dec 18 21:34:14.335 INFO STEP 216 (remove_files) COMPLETE
49742024-12-18T21:34:15.885Z[ recovery-image] Dec 18 21:34:14.335 INFO O| Dec 18 21:34:14.335 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-18T21:34:15.901Z[ recovery-image] Dec 18 21:34:14.355 INFO O| Dec 18 21:34:14.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49762024-12-18T21:34:15.901Z[ recovery-image] Dec 18 21:34:14.355 INFO O| Dec 18 21:34:14.354 INFO STEP 217 (remove_files) COMPLETE
49772024-12-18T21:34:15.904Z[ recovery-image] Dec 18 21:34:14.355 INFO O| Dec 18 21:34:14.354 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-18T21:34:15.918Z[ recovery-image] Dec 18 21:34:14.372 INFO O| Dec 18 21:34:14.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49792024-12-18T21:34:15.918Z[ recovery-image] Dec 18 21:34:14.372 INFO O| Dec 18 21:34:14.372 INFO STEP 218 (remove_files) COMPLETE
49802024-12-18T21:34:15.921Z[ recovery-image] Dec 18 21:34:14.372 INFO O| Dec 18 21:34:14.372 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-18T21:34:15.936Z[ recovery-image] Dec 18 21:34:14.390 INFO O| Dec 18 21:34:14.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49822024-12-18T21:34:15.936Z[ recovery-image] Dec 18 21:34:14.390 INFO O| Dec 18 21:34:14.390 INFO STEP 219 (remove_files) COMPLETE
49832024-12-18T21:34:15.936Z[ recovery-image] Dec 18 21:34:14.390 INFO O| Dec 18 21:34:14.390 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-18T21:34:15.954Z[ recovery-image] Dec 18 21:34:14.408 INFO O| Dec 18 21:34:14.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49852024-12-18T21:34:15.954Z[ recovery-image] Dec 18 21:34:14.408 INFO O| Dec 18 21:34:14.408 INFO STEP 220 (remove_files) COMPLETE
49862024-12-18T21:34:15.955Z[ recovery-image] Dec 18 21:34:14.408 INFO O| Dec 18 21:34:14.408 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-18T21:34:15.995Z[ recovery-image] Dec 18 21:34:14.448 INFO O| Dec 18 21:34:14.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49882024-12-18T21:34:15.995Z[ recovery-image] Dec 18 21:34:14.448 INFO O| Dec 18 21:34:14.448 INFO STEP 221 (remove_files) COMPLETE
49892024-12-18T21:34:15.995Z[ recovery-image] Dec 18 21:34:14.448 INFO O| Dec 18 21:34:14.448 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-18T21:34:16.017Z[ recovery-image] Dec 18 21:34:14.470 INFO O| Dec 18 21:34:14.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49912024-12-18T21:34:16.017Z[ recovery-image] Dec 18 21:34:14.470 INFO O| Dec 18 21:34:14.470 INFO STEP 222 (remove_files) COMPLETE
49922024-12-18T21:34:16.017Z[ recovery-image] Dec 18 21:34:14.470 INFO O| Dec 18 21:34:14.470 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-18T21:34:16.063Z[ recovery-image] Dec 18 21:34:14.517 INFO O| Dec 18 21:34:14.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49942024-12-18T21:34:16.066Z[ recovery-image] Dec 18 21:34:14.517 INFO O| Dec 18 21:34:14.517 INFO STEP 223 (remove_files) COMPLETE
49952024-12-18T21:34:16.066Z[ recovery-image] Dec 18 21:34:14.517 INFO O| Dec 18 21:34:14.517 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-18T21:34:16.086Z[ recovery-image] Dec 18 21:34:14.539 INFO O| Dec 18 21:34:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49972024-12-18T21:34:16.086Z[ recovery-image] Dec 18 21:34:14.539 INFO O| Dec 18 21:34:14.539 INFO STEP 224 (remove_files) COMPLETE
49982024-12-18T21:34:16.086Z[ recovery-image] Dec 18 21:34:14.539 INFO O| Dec 18 21:34:14.539 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-18T21:34:16.106Z[ recovery-image] Dec 18 21:34:14.559 INFO O| Dec 18 21:34:14.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50002024-12-18T21:34:16.106Z[ recovery-image] Dec 18 21:34:14.559 INFO O| Dec 18 21:34:14.559 INFO STEP 225 (remove_files) COMPLETE
50012024-12-18T21:34:16.106Z[ recovery-image] Dec 18 21:34:14.559 INFO O| Dec 18 21:34:14.559 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-18T21:34:16.151Z[ recovery-image] Dec 18 21:34:14.604 INFO O| Dec 18 21:34:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50032024-12-18T21:34:16.153Z[ recovery-image] Dec 18 21:34:14.604 INFO O| Dec 18 21:34:14.604 INFO STEP 226 (remove_files) COMPLETE
50042024-12-18T21:34:16.153Z[ recovery-image] Dec 18 21:34:14.604 INFO O| Dec 18 21:34:14.604 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-18T21:34:16.172Z[ recovery-image] Dec 18 21:34:14.625 INFO O| Dec 18 21:34:14.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50062024-12-18T21:34:16.174Z[ recovery-image] Dec 18 21:34:14.625 INFO O| Dec 18 21:34:14.625 INFO STEP 227 (remove_files) COMPLETE
50072024-12-18T21:34:16.174Z[ recovery-image] Dec 18 21:34:14.625 INFO O| Dec 18 21:34:14.625 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-18T21:34:16.198Z[ recovery-image] Dec 18 21:34:14.651 INFO O| Dec 18 21:34:14.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50092024-12-18T21:34:16.198Z[ recovery-image] Dec 18 21:34:14.651 INFO O| Dec 18 21:34:14.651 INFO STEP 228 (remove_files) COMPLETE
50102024-12-18T21:34:16.198Z[ recovery-image] Dec 18 21:34:14.651 INFO O| Dec 18 21:34:14.651 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-18T21:34:16.218Z[ recovery-image] Dec 18 21:34:14.671 INFO O| Dec 18 21:34:14.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50122024-12-18T21:34:16.218Z[ recovery-image] Dec 18 21:34:14.671 INFO O| Dec 18 21:34:14.671 INFO STEP 229 (remove_files) COMPLETE
50132024-12-18T21:34:16.218Z[ recovery-image] Dec 18 21:34:14.672 INFO O| Dec 18 21:34:14.671 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-18T21:34:16.238Z[ recovery-image] Dec 18 21:34:14.691 INFO O| Dec 18 21:34:14.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50152024-12-18T21:34:16.238Z[ recovery-image] Dec 18 21:34:14.691 INFO O| Dec 18 21:34:14.691 INFO STEP 230 (remove_files) COMPLETE
50162024-12-18T21:34:16.238Z[ recovery-image] Dec 18 21:34:14.691 INFO O| Dec 18 21:34:14.691 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-18T21:34:16.258Z[ recovery-image] Dec 18 21:34:14.711 INFO O| Dec 18 21:34:14.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50182024-12-18T21:34:16.258Z[ recovery-image] Dec 18 21:34:14.711 INFO O| Dec 18 21:34:14.711 INFO STEP 231 (remove_files) COMPLETE
50192024-12-18T21:34:16.261Z[ recovery-image] Dec 18 21:34:14.711 INFO O| Dec 18 21:34:14.711 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-18T21:34:16.277Z[ recovery-image] Dec 18 21:34:14.730 INFO O| Dec 18 21:34:14.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50212024-12-18T21:34:16.277Z[ recovery-image] Dec 18 21:34:14.730 INFO O| Dec 18 21:34:14.730 INFO STEP 232 (remove_files) COMPLETE
50222024-12-18T21:34:16.277Z[ recovery-image] Dec 18 21:34:14.730 INFO O| Dec 18 21:34:14.730 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-18T21:34:16.295Z[ recovery-image] Dec 18 21:34:14.748 INFO O| Dec 18 21:34:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50242024-12-18T21:34:16.295Z[ recovery-image] Dec 18 21:34:14.748 INFO O| Dec 18 21:34:14.748 INFO STEP 233 (remove_files) COMPLETE
50252024-12-18T21:34:16.295Z[ recovery-image] Dec 18 21:34:14.748 INFO O| Dec 18 21:34:14.748 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-18T21:34:16.320Z[ recovery-image] Dec 18 21:34:14.773 INFO O| Dec 18 21:34:14.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50272024-12-18T21:34:16.320Z[ recovery-image] Dec 18 21:34:14.773 INFO O| Dec 18 21:34:14.773 INFO STEP 234 (remove_files) COMPLETE
50282024-12-18T21:34:16.321Z[ recovery-image] Dec 18 21:34:14.773 INFO O| Dec 18 21:34:14.773 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-18T21:34:16.356Z[ recovery-image] Dec 18 21:34:14.809 INFO O| Dec 18 21:34:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50302024-12-18T21:34:16.356Z[ recovery-image] Dec 18 21:34:14.809 INFO O| Dec 18 21:34:14.809 INFO STEP 235 (remove_files) COMPLETE
50312024-12-18T21:34:16.356Z[ recovery-image] Dec 18 21:34:14.809 INFO O| Dec 18 21:34:14.809 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-18T21:34:16.378Z[ recovery-image] Dec 18 21:34:14.831 INFO O| Dec 18 21:34:14.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50332024-12-18T21:34:16.378Z[ recovery-image] Dec 18 21:34:14.831 INFO O| Dec 18 21:34:14.831 INFO STEP 236 (remove_files) COMPLETE
50342024-12-18T21:34:16.381Z[ recovery-image] Dec 18 21:34:14.831 INFO O| Dec 18 21:34:14.831 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-18T21:34:16.399Z[ recovery-image] Dec 18 21:34:14.852 INFO O| Dec 18 21:34:14.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50362024-12-18T21:34:16.402Z[ recovery-image] Dec 18 21:34:14.852 INFO O| Dec 18 21:34:14.852 INFO STEP 237 (remove_files) COMPLETE
50372024-12-18T21:34:16.402Z[ recovery-image] Dec 18 21:34:14.853 INFO O| Dec 18 21:34:14.852 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-18T21:34:16.418Z[ recovery-image] Dec 18 21:34:14.871 INFO O| Dec 18 21:34:14.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50392024-12-18T21:34:16.421Z[ recovery-image] Dec 18 21:34:14.871 INFO O| Dec 18 21:34:14.871 INFO STEP 238 (remove_files) COMPLETE
50402024-12-18T21:34:16.421Z[ recovery-image] Dec 18 21:34:14.872 INFO O| Dec 18 21:34:14.871 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-18T21:34:16.438Z[ recovery-image] Dec 18 21:34:14.891 INFO O| Dec 18 21:34:14.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50422024-12-18T21:34:16.438Z[ recovery-image] Dec 18 21:34:14.891 INFO O| Dec 18 21:34:14.891 INFO STEP 239 (remove_files) COMPLETE
50432024-12-18T21:34:16.440Z[ recovery-image] Dec 18 21:34:14.891 INFO O| Dec 18 21:34:14.891 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-18T21:34:16.457Z[ recovery-image] Dec 18 21:34:14.911 INFO O| Dec 18 21:34:14.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50452024-12-18T21:34:16.457Z[ recovery-image] Dec 18 21:34:14.911 INFO O| Dec 18 21:34:14.911 INFO STEP 240 (remove_files) COMPLETE
50462024-12-18T21:34:16.460Z[ recovery-image] Dec 18 21:34:14.911 INFO O| Dec 18 21:34:14.911 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-18T21:34:16.478Z[ recovery-image] Dec 18 21:34:14.931 INFO O| Dec 18 21:34:14.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50482024-12-18T21:34:16.478Z[ recovery-image] Dec 18 21:34:14.931 INFO O| Dec 18 21:34:14.931 INFO STEP 241 (remove_files) COMPLETE
50492024-12-18T21:34:16.478Z[ recovery-image] Dec 18 21:34:14.931 INFO O| Dec 18 21:34:14.931 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-18T21:34:16.497Z[ recovery-image] Dec 18 21:34:14.950 INFO O| Dec 18 21:34:14.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50512024-12-18T21:34:16.497Z[ recovery-image] Dec 18 21:34:14.950 INFO O| Dec 18 21:34:14.950 INFO STEP 242 (remove_files) COMPLETE
50522024-12-18T21:34:16.497Z[ recovery-image] Dec 18 21:34:14.950 INFO O| Dec 18 21:34:14.950 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-18T21:34:16.584Z[ host-image] Dec 18 21:34:15.037 INFO O| Dec 18 21:34:15.037 INFO O| Actions: Completed 1361 actions in 0.71 seconds.
50542024-12-18T21:34:16.623Z[ recovery-image] Dec 18 21:34:15.076 INFO O| Dec 18 21:34:15.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50552024-12-18T21:34:16.623Z[ recovery-image] Dec 18 21:34:15.076 INFO O| Dec 18 21:34:15.076 INFO STEP 243 (remove_files) COMPLETE
50562024-12-18T21:34:16.624Z[ recovery-image] Dec 18 21:34:15.076 INFO O| Dec 18 21:34:15.076 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-12-18T21:34:16.646Z[ recovery-image] Dec 18 21:34:15.099 INFO O| Dec 18 21:34:15.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50582024-12-18T21:34:16.646Z[ recovery-image] Dec 18 21:34:15.099 INFO O| Dec 18 21:34:15.099 INFO STEP 244 (remove_files) COMPLETE
50592024-12-18T21:34:16.646Z[ recovery-image] Dec 18 21:34:15.099 INFO O| Dec 18 21:34:15.099 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-12-18T21:34:16.668Z[ recovery-image] Dec 18 21:34:15.121 INFO O| Dec 18 21:34:15.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50612024-12-18T21:34:16.668Z[ recovery-image] Dec 18 21:34:15.121 INFO O| Dec 18 21:34:15.121 INFO STEP 245 (remove_files) COMPLETE
50622024-12-18T21:34:16.668Z[ recovery-image] Dec 18 21:34:15.121 INFO O| Dec 18 21:34:15.121 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-12-18T21:34:16.691Z[ recovery-image] Dec 18 21:34:15.144 INFO O| Dec 18 21:34:15.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50642024-12-18T21:34:16.694Z[ recovery-image] Dec 18 21:34:15.147 INFO O| Dec 18 21:34:15.147 INFO STEP 246 (remove_files) COMPLETE
50652024-12-18T21:34:16.694Z[ recovery-image] Dec 18 21:34:15.147 INFO O| Dec 18 21:34:15.147 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-18T21:34:16.732Z[ recovery-image] Dec 18 21:34:15.185 INFO O| Dec 18 21:34:15.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50672024-12-18T21:34:16.732Z[ recovery-image] Dec 18 21:34:15.185 INFO O| Dec 18 21:34:15.185 INFO STEP 247 (remove_files) COMPLETE
50682024-12-18T21:34:16.732Z[ recovery-image] Dec 18 21:34:15.185 INFO O| Dec 18 21:34:15.185 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-18T21:34:16.753Z[ recovery-image] Dec 18 21:34:15.206 INFO O| Dec 18 21:34:15.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50702024-12-18T21:34:16.753Z[ recovery-image] Dec 18 21:34:15.206 INFO O| Dec 18 21:34:15.206 INFO STEP 248 (remove_files) COMPLETE
50712024-12-18T21:34:16.756Z[ recovery-image] Dec 18 21:34:15.207 INFO O| Dec 18 21:34:15.206 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-12-18T21:34:16.775Z[ recovery-image] Dec 18 21:34:15.228 INFO O| Dec 18 21:34:15.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50732024-12-18T21:34:16.775Z[ recovery-image] Dec 18 21:34:15.228 INFO O| Dec 18 21:34:15.228 INFO STEP 249 (remove_files) COMPLETE
50742024-12-18T21:34:16.775Z[ recovery-image] Dec 18 21:34:15.228 INFO O| Dec 18 21:34:15.228 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-18T21:34:16.796Z[ recovery-image] Dec 18 21:34:15.249 INFO O| Dec 18 21:34:15.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50762024-12-18T21:34:16.796Z[ recovery-image] Dec 18 21:34:15.249 INFO O| Dec 18 21:34:15.249 INFO STEP 250 (remove_files) COMPLETE
50772024-12-18T21:34:16.796Z[ recovery-image] Dec 18 21:34:15.249 INFO O| Dec 18 21:34:15.249 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-18T21:34:16.815Z[ recovery-image] Dec 18 21:34:15.268 INFO O| Dec 18 21:34:15.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50792024-12-18T21:34:16.818Z[ recovery-image] Dec 18 21:34:15.268 INFO O| Dec 18 21:34:15.268 INFO STEP 251 (remove_files) COMPLETE
50802024-12-18T21:34:16.818Z[ recovery-image] Dec 18 21:34:15.268 INFO O| Dec 18 21:34:15.268 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-18T21:34:16.835Z[ recovery-image] Dec 18 21:34:15.288 INFO O| Dec 18 21:34:15.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50822024-12-18T21:34:16.835Z[ recovery-image] Dec 18 21:34:15.288 INFO O| Dec 18 21:34:15.288 INFO STEP 252 (remove_files) COMPLETE
50832024-12-18T21:34:16.835Z[ recovery-image] Dec 18 21:34:15.288 INFO O| Dec 18 21:34:15.288 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-18T21:34:16.862Z[ recovery-image] Dec 18 21:34:15.314 INFO O| Dec 18 21:34:15.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50852024-12-18T21:34:16.865Z[ recovery-image] Dec 18 21:34:15.314 INFO O| Dec 18 21:34:15.314 INFO STEP 253 (remove_files) COMPLETE
50862024-12-18T21:34:16.865Z[ recovery-image] Dec 18 21:34:15.315 INFO O| Dec 18 21:34:15.315 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-18T21:34:16.886Z[ recovery-image] Dec 18 21:34:15.337 INFO O| Dec 18 21:34:15.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50882024-12-18T21:34:16.890Z[ recovery-image] Dec 18 21:34:15.337 INFO O| Dec 18 21:34:15.337 INFO STEP 254 (remove_files) COMPLETE
50892024-12-18T21:34:16.890Z[ recovery-image] Dec 18 21:34:15.337 INFO O| Dec 18 21:34:15.337 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-18T21:34:16.905Z[ recovery-image] Dec 18 21:34:15.358 INFO O| Dec 18 21:34:15.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50912024-12-18T21:34:16.908Z[ recovery-image] Dec 18 21:34:15.358 INFO O| Dec 18 21:34:15.358 INFO STEP 255 (remove_files) COMPLETE
50922024-12-18T21:34:16.908Z[ recovery-image] Dec 18 21:34:15.358 INFO O| Dec 18 21:34:15.358 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-18T21:34:16.925Z[ recovery-image] Dec 18 21:34:15.378 INFO O| Dec 18 21:34:15.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50942024-12-18T21:34:16.925Z[ recovery-image] Dec 18 21:34:15.378 INFO O| Dec 18 21:34:15.378 INFO STEP 256 (remove_files) COMPLETE
50952024-12-18T21:34:16.925Z[ recovery-image] Dec 18 21:34:15.378 INFO O| Dec 18 21:34:15.378 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-18T21:34:16.989Z[ recovery-image] Dec 18 21:34:15.442 INFO O| Dec 18 21:34:15.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50972024-12-18T21:34:16.989Z[ recovery-image] Dec 18 21:34:15.442 INFO O| Dec 18 21:34:15.442 INFO STEP 257 (remove_files) COMPLETE
50982024-12-18T21:34:16.989Z[ recovery-image] Dec 18 21:34:15.442 INFO O| Dec 18 21:34:15.442 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-18T21:34:17.025Z[ recovery-image] Dec 18 21:34:15.478 INFO O| Dec 18 21:34:15.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51002024-12-18T21:34:17.025Z[ recovery-image] Dec 18 21:34:15.478 INFO O| Dec 18 21:34:15.478 INFO STEP 258 (remove_files) COMPLETE
51012024-12-18T21:34:17.028Z[ recovery-image] Dec 18 21:34:15.478 INFO O| Dec 18 21:34:15.478 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-18T21:34:17.066Z[ recovery-image] Dec 18 21:34:15.519 INFO O| Dec 18 21:34:15.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51032024-12-18T21:34:17.066Z[ recovery-image] Dec 18 21:34:15.519 INFO O| Dec 18 21:34:15.519 INFO STEP 259 (remove_files) COMPLETE
51042024-12-18T21:34:17.066Z[ recovery-image] Dec 18 21:34:15.519 INFO O| Dec 18 21:34:15.519 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-18T21:34:17.090Z[ host-image] Dec 18 21:34:15.543 INFO O| Dec 18 21:34:15.543 INFO O| Done
51062024-12-18T21:34:17.090Z[ host-image] Dec 18 21:34:15.543 INFO O| Dec 18 21:34:15.543 INFO O| Done
51072024-12-18T21:34:17.109Z[ recovery-image] Dec 18 21:34:15.551 INFO O| Dec 18 21:34:15.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51082024-12-18T21:34:17.109Z[ recovery-image] Dec 18 21:34:15.551 INFO O| Dec 18 21:34:15.551 INFO STEP 260 (remove_files) COMPLETE
51092024-12-18T21:34:17.109Z[ recovery-image] Dec 18 21:34:15.552 INFO O| Dec 18 21:34:15.551 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-18T21:34:17.140Z[ recovery-image] Dec 18 21:34:15.572 INFO O| Dec 18 21:34:15.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51112024-12-18T21:34:17.140Z[ recovery-image] Dec 18 21:34:15.572 INFO O| Dec 18 21:34:15.572 INFO STEP 261 (remove_files) COMPLETE
51122024-12-18T21:34:17.140Z[ recovery-image] Dec 18 21:34:15.572 INFO O| Dec 18 21:34:15.572 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-18T21:34:17.143Z[ recovery-image] Dec 18 21:34:15.592 INFO O| Dec 18 21:34:15.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51142024-12-18T21:34:17.143Z[ recovery-image] Dec 18 21:34:15.592 INFO O| Dec 18 21:34:15.592 INFO STEP 262 (remove_files) COMPLETE
51152024-12-18T21:34:17.143Z[ recovery-image] Dec 18 21:34:15.592 INFO O| Dec 18 21:34:15.592 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-18T21:34:17.158Z[ recovery-image] Dec 18 21:34:15.612 INFO O| Dec 18 21:34:15.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51172024-12-18T21:34:17.159Z[ recovery-image] Dec 18 21:34:15.612 INFO O| Dec 18 21:34:15.612 INFO STEP 263 (remove_files) COMPLETE
51182024-12-18T21:34:17.161Z[ recovery-image] Dec 18 21:34:15.612 INFO O| Dec 18 21:34:15.612 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-18T21:34:17.179Z[ recovery-image] Dec 18 21:34:15.632 INFO O| Dec 18 21:34:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51202024-12-18T21:34:17.179Z[ recovery-image] Dec 18 21:34:15.632 INFO O| Dec 18 21:34:15.632 INFO STEP 264 (remove_files) COMPLETE
51212024-12-18T21:34:17.182Z[ recovery-image] Dec 18 21:34:15.632 INFO O| Dec 18 21:34:15.632 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-18T21:34:17.197Z[ recovery-image] Dec 18 21:34:15.650 INFO O| Dec 18 21:34:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51232024-12-18T21:34:17.197Z[ recovery-image] Dec 18 21:34:15.651 INFO O| Dec 18 21:34:15.650 INFO STEP 265 (remove_files) COMPLETE
51242024-12-18T21:34:17.198Z[ recovery-image] Dec 18 21:34:15.651 INFO O| Dec 18 21:34:15.651 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-18T21:34:17.216Z[ recovery-image] Dec 18 21:34:15.669 INFO O| Dec 18 21:34:15.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51262024-12-18T21:34:17.216Z[ recovery-image] Dec 18 21:34:15.669 INFO O| Dec 18 21:34:15.669 INFO STEP 266 (remove_files) COMPLETE
51272024-12-18T21:34:17.216Z[ recovery-image] Dec 18 21:34:15.670 INFO O| Dec 18 21:34:15.669 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-18T21:34:17.273Z[ recovery-image] Dec 18 21:34:15.726 INFO O| Dec 18 21:34:15.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51292024-12-18T21:34:17.273Z[ recovery-image] Dec 18 21:34:15.726 INFO O| Dec 18 21:34:15.726 INFO STEP 267 (remove_files) COMPLETE
51302024-12-18T21:34:17.273Z[ recovery-image] Dec 18 21:34:15.726 INFO O| Dec 18 21:34:15.726 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-18T21:34:17.293Z[ recovery-image] Dec 18 21:34:15.746 INFO O| Dec 18 21:34:15.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51322024-12-18T21:34:17.293Z[ recovery-image] Dec 18 21:34:15.746 INFO O| Dec 18 21:34:15.746 INFO STEP 268 (remove_files) COMPLETE
51332024-12-18T21:34:17.293Z[ recovery-image] Dec 18 21:34:15.746 INFO O| Dec 18 21:34:15.746 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-18T21:34:17.319Z[ recovery-image] Dec 18 21:34:15.765 INFO O| Dec 18 21:34:15.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51352024-12-18T21:34:17.319Z[ recovery-image] Dec 18 21:34:15.766 INFO O| Dec 18 21:34:15.765 INFO STEP 269 (remove_files) COMPLETE
51362024-12-18T21:34:17.322Z[ recovery-image] Dec 18 21:34:15.766 INFO O| Dec 18 21:34:15.766 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-18T21:34:17.336Z[ recovery-image] Dec 18 21:34:15.789 INFO O| Dec 18 21:34:15.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51382024-12-18T21:34:17.339Z[ recovery-image] Dec 18 21:34:15.790 INFO O| Dec 18 21:34:15.790 INFO STEP 270 (remove_files) COMPLETE
51392024-12-18T21:34:17.339Z[ recovery-image] Dec 18 21:34:15.790 INFO O| Dec 18 21:34:15.790 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-18T21:34:17.375Z[ recovery-image] Dec 18 21:34:15.826 INFO O| Dec 18 21:34:15.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51412024-12-18T21:34:17.375Z[ recovery-image] Dec 18 21:34:15.826 INFO O| Dec 18 21:34:15.826 INFO STEP 271 (remove_files) COMPLETE
51422024-12-18T21:34:17.375Z[ recovery-image] Dec 18 21:34:15.826 INFO O| Dec 18 21:34:15.826 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-18T21:34:17.406Z[ recovery-image] Dec 18 21:34:15.859 INFO O| Dec 18 21:34:15.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51442024-12-18T21:34:17.406Z[ recovery-image] Dec 18 21:34:15.859 INFO O| Dec 18 21:34:15.859 INFO STEP 272 (remove_files) COMPLETE
51452024-12-18T21:34:17.406Z[ recovery-image] Dec 18 21:34:15.859 INFO O| Dec 18 21:34:15.859 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-18T21:34:17.423Z[ recovery-image] Dec 18 21:34:15.876 INFO O| Dec 18 21:34:15.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51472024-12-18T21:34:17.423Z[ recovery-image] Dec 18 21:34:15.876 INFO O| Dec 18 21:34:15.876 INFO STEP 273 (remove_files) COMPLETE
51482024-12-18T21:34:17.423Z[ recovery-image] Dec 18 21:34:15.876 INFO O| Dec 18 21:34:15.876 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-18T21:34:17.439Z[ recovery-image] Dec 18 21:34:15.892 INFO O| Dec 18 21:34:15.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51502024-12-18T21:34:17.442Z[ recovery-image] Dec 18 21:34:15.892 INFO O| Dec 18 21:34:15.892 INFO STEP 274 (remove_files) COMPLETE
51512024-12-18T21:34:17.442Z[ recovery-image] Dec 18 21:34:15.892 INFO O| Dec 18 21:34:15.892 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-12-18T21:34:17.456Z[ recovery-image] Dec 18 21:34:15.909 INFO O| Dec 18 21:34:15.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51532024-12-18T21:34:17.456Z[ recovery-image] Dec 18 21:34:15.909 INFO O| Dec 18 21:34:15.909 INFO STEP 275 (remove_files) COMPLETE
51542024-12-18T21:34:17.456Z[ recovery-image] Dec 18 21:34:15.909 INFO O| Dec 18 21:34:15.909 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-18T21:34:17.507Z[ recovery-image] Dec 18 21:34:15.960 INFO O| Dec 18 21:34:15.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51562024-12-18T21:34:17.507Z[ recovery-image] Dec 18 21:34:15.960 INFO O| Dec 18 21:34:15.960 INFO STEP 276 (remove_files) COMPLETE
51572024-12-18T21:34:17.507Z[ recovery-image] Dec 18 21:34:15.960 INFO O| Dec 18 21:34:15.960 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-18T21:34:17.527Z[ recovery-image] Dec 18 21:34:15.980 INFO O| Dec 18 21:34:15.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51592024-12-18T21:34:17.527Z[ recovery-image] Dec 18 21:34:15.980 INFO O| Dec 18 21:34:15.980 INFO STEP 277 (remove_files) COMPLETE
51602024-12-18T21:34:17.527Z[ recovery-image] Dec 18 21:34:15.980 INFO O| Dec 18 21:34:15.980 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-18T21:34:17.567Z[ recovery-image] Dec 18 21:34:16.020 INFO O| Dec 18 21:34:16.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51622024-12-18T21:34:17.570Z[ recovery-image] Dec 18 21:34:16.020 INFO O| Dec 18 21:34:16.020 INFO STEP 278 (remove_files) COMPLETE
51632024-12-18T21:34:17.570Z[ recovery-image] Dec 18 21:34:16.020 INFO O| Dec 18 21:34:16.020 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-18T21:34:17.588Z[ recovery-image] Dec 18 21:34:16.040 INFO O| Dec 18 21:34:16.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51652024-12-18T21:34:17.591Z[ recovery-image] Dec 18 21:34:16.040 INFO O| Dec 18 21:34:16.040 INFO STEP 279 (remove_files) COMPLETE
51662024-12-18T21:34:17.591Z[ recovery-image] Dec 18 21:34:16.040 INFO O| Dec 18 21:34:16.040 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-18T21:34:17.607Z[ recovery-image] Dec 18 21:34:16.060 INFO O| Dec 18 21:34:16.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51682024-12-18T21:34:17.607Z[ recovery-image] Dec 18 21:34:16.060 INFO O| Dec 18 21:34:16.060 INFO STEP 280 (remove_files) COMPLETE
51692024-12-18T21:34:17.611Z[ recovery-image] Dec 18 21:34:16.060 INFO O| Dec 18 21:34:16.060 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-18T21:34:17.625Z[ recovery-image] Dec 18 21:34:16.078 INFO O| Dec 18 21:34:16.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51712024-12-18T21:34:17.625Z[ recovery-image] Dec 18 21:34:16.078 INFO O| Dec 18 21:34:16.078 INFO STEP 281 (remove_files) COMPLETE
51722024-12-18T21:34:17.625Z[ recovery-image] Dec 18 21:34:16.078 INFO O| Dec 18 21:34:16.078 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-18T21:34:17.645Z[ recovery-image] Dec 18 21:34:16.098 INFO O| Dec 18 21:34:16.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51742024-12-18T21:34:17.645Z[ recovery-image] Dec 18 21:34:16.098 INFO O| Dec 18 21:34:16.098 INFO STEP 282 (remove_files) COMPLETE
51752024-12-18T21:34:17.645Z[ recovery-image] Dec 18 21:34:16.098 INFO O| Dec 18 21:34:16.098 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-18T21:34:17.663Z[ recovery-image] Dec 18 21:34:16.116 INFO O| Dec 18 21:34:16.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51772024-12-18T21:34:17.663Z[ recovery-image] Dec 18 21:34:16.116 INFO O| Dec 18 21:34:16.116 INFO STEP 283 (remove_files) COMPLETE
51782024-12-18T21:34:17.663Z[ recovery-image] Dec 18 21:34:16.116 INFO O| Dec 18 21:34:16.116 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-18T21:34:17.691Z[ recovery-image] Dec 18 21:34:16.142 INFO O| Dec 18 21:34:16.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51802024-12-18T21:34:17.691Z[ recovery-image] Dec 18 21:34:16.143 INFO O| Dec 18 21:34:16.143 INFO STEP 284 (remove_files) COMPLETE
51812024-12-18T21:34:17.691Z[ recovery-image] Dec 18 21:34:16.143 INFO O| Dec 18 21:34:16.143 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-18T21:34:17.709Z[ recovery-image] Dec 18 21:34:16.162 INFO O| Dec 18 21:34:16.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51832024-12-18T21:34:17.709Z[ recovery-image] Dec 18 21:34:16.162 INFO O| Dec 18 21:34:16.162 INFO STEP 285 (remove_files) COMPLETE
51842024-12-18T21:34:17.709Z[ recovery-image] Dec 18 21:34:16.162 INFO O| Dec 18 21:34:16.162 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-18T21:34:17.726Z[ recovery-image] Dec 18 21:34:16.179 INFO O| Dec 18 21:34:16.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51862024-12-18T21:34:17.726Z[ recovery-image] Dec 18 21:34:16.179 INFO O| Dec 18 21:34:16.179 INFO STEP 286 (remove_files) COMPLETE
51872024-12-18T21:34:17.726Z[ recovery-image] Dec 18 21:34:16.179 INFO O| Dec 18 21:34:16.179 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-18T21:34:17.744Z[ recovery-image] Dec 18 21:34:16.197 INFO O| Dec 18 21:34:16.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51892024-12-18T21:34:17.744Z[ recovery-image] Dec 18 21:34:16.197 INFO O| Dec 18 21:34:16.197 INFO STEP 287 (remove_files) COMPLETE
51902024-12-18T21:34:17.744Z[ recovery-image] Dec 18 21:34:16.197 INFO O| Dec 18 21:34:16.197 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-18T21:34:17.761Z[ recovery-image] Dec 18 21:34:16.214 INFO O| Dec 18 21:34:16.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51922024-12-18T21:34:17.761Z[ recovery-image] Dec 18 21:34:16.214 INFO O| Dec 18 21:34:16.214 INFO STEP 288 (remove_files) COMPLETE
51932024-12-18T21:34:17.764Z[ recovery-image] Dec 18 21:34:16.214 INFO O| Dec 18 21:34:16.214 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-18T21:34:17.779Z[ recovery-image] Dec 18 21:34:16.232 INFO O| Dec 18 21:34:16.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51952024-12-18T21:34:17.779Z[ recovery-image] Dec 18 21:34:16.232 INFO O| Dec 18 21:34:16.232 INFO STEP 289 (remove_files) COMPLETE
51962024-12-18T21:34:17.779Z[ recovery-image] Dec 18 21:34:16.232 INFO O| Dec 18 21:34:16.232 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-18T21:34:17.796Z[ recovery-image] Dec 18 21:34:16.249 INFO O| Dec 18 21:34:16.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51982024-12-18T21:34:17.796Z[ recovery-image] Dec 18 21:34:16.249 INFO O| Dec 18 21:34:16.249 INFO STEP 290 (remove_files) COMPLETE
51992024-12-18T21:34:17.796Z[ recovery-image] Dec 18 21:34:16.249 INFO O| Dec 18 21:34:16.249 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-18T21:34:17.833Z[ recovery-image] Dec 18 21:34:16.286 INFO O| Dec 18 21:34:16.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52012024-12-18T21:34:17.833Z[ recovery-image] Dec 18 21:34:16.286 INFO O| Dec 18 21:34:16.286 INFO STEP 291 (remove_files) COMPLETE
52022024-12-18T21:34:17.833Z[ recovery-image] Dec 18 21:34:16.286 INFO O| Dec 18 21:34:16.286 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-18T21:34:17.858Z[ recovery-image] Dec 18 21:34:16.311 INFO O| Dec 18 21:34:16.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52042024-12-18T21:34:17.858Z[ recovery-image] Dec 18 21:34:16.311 INFO O| Dec 18 21:34:16.311 INFO STEP 292 (remove_files) COMPLETE
52052024-12-18T21:34:17.859Z[ recovery-image] Dec 18 21:34:16.311 INFO O| Dec 18 21:34:16.311 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-18T21:34:17.898Z[ recovery-image] Dec 18 21:34:16.351 INFO O| Dec 18 21:34:16.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52072024-12-18T21:34:17.901Z[ recovery-image] Dec 18 21:34:16.351 INFO O| Dec 18 21:34:16.351 INFO STEP 293 (remove_files) COMPLETE
52082024-12-18T21:34:17.902Z[ recovery-image] Dec 18 21:34:16.351 INFO O| Dec 18 21:34:16.351 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-18T21:34:17.916Z[ recovery-image] Dec 18 21:34:16.368 INFO O| Dec 18 21:34:16.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52102024-12-18T21:34:17.916Z[ recovery-image] Dec 18 21:34:16.368 INFO O| Dec 18 21:34:16.368 INFO STEP 294 (remove_files) COMPLETE
52112024-12-18T21:34:17.916Z[ recovery-image] Dec 18 21:34:16.368 INFO O| Dec 18 21:34:16.368 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-18T21:34:17.931Z[ recovery-image] Dec 18 21:34:16.384 INFO O| Dec 18 21:34:16.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52132024-12-18T21:34:17.934Z[ recovery-image] Dec 18 21:34:16.384 INFO O| Dec 18 21:34:16.384 INFO STEP 295 (remove_files) COMPLETE
52142024-12-18T21:34:17.935Z[ recovery-image] Dec 18 21:34:16.384 INFO O| Dec 18 21:34:16.384 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-18T21:34:17.948Z[ recovery-image] Dec 18 21:34:16.401 INFO O| Dec 18 21:34:16.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52162024-12-18T21:34:17.951Z[ recovery-image] Dec 18 21:34:16.401 INFO O| Dec 18 21:34:16.401 INFO STEP 296 (remove_files) COMPLETE
52172024-12-18T21:34:17.951Z[ recovery-image] Dec 18 21:34:16.401 INFO O| Dec 18 21:34:16.401 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-18T21:34:18.022Z[ recovery-image] Dec 18 21:34:16.475 INFO O| Dec 18 21:34:16.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52192024-12-18T21:34:18.022Z[ recovery-image] Dec 18 21:34:16.475 INFO O| Dec 18 21:34:16.475 INFO STEP 297 (remove_files) COMPLETE
52202024-12-18T21:34:18.022Z[ recovery-image] Dec 18 21:34:16.475 INFO O| Dec 18 21:34:16.475 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-18T21:34:18.054Z[ recovery-image] Dec 18 21:34:16.506 INFO O| Dec 18 21:34:16.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52222024-12-18T21:34:18.057Z[ recovery-image] Dec 18 21:34:16.507 INFO O| Dec 18 21:34:16.507 INFO STEP 298 (remove_files) COMPLETE
52232024-12-18T21:34:18.057Z[ recovery-image] Dec 18 21:34:16.507 INFO O| Dec 18 21:34:16.507 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-18T21:34:18.194Z[ recovery-image] Dec 18 21:34:16.647 INFO O| Dec 18 21:34:16.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52252024-12-18T21:34:18.194Z[ recovery-image] Dec 18 21:34:16.647 INFO O| Dec 18 21:34:16.647 INFO STEP 299 (remove_files) COMPLETE
52262024-12-18T21:34:18.196Z[ recovery-image] Dec 18 21:34:16.647 INFO O| Dec 18 21:34:16.647 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-18T21:34:18.214Z[ recovery-image] Dec 18 21:34:16.667 INFO O| Dec 18 21:34:16.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52282024-12-18T21:34:18.214Z[ recovery-image] Dec 18 21:34:16.667 INFO O| Dec 18 21:34:16.667 INFO STEP 300 (remove_files) COMPLETE
52292024-12-18T21:34:18.214Z[ recovery-image] Dec 18 21:34:16.667 INFO O| Dec 18 21:34:16.667 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-18T21:34:18.239Z[ recovery-image] Dec 18 21:34:16.692 INFO O| Dec 18 21:34:16.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52312024-12-18T21:34:18.240Z[ recovery-image] Dec 18 21:34:16.692 INFO O| Dec 18 21:34:16.692 INFO STEP 301 (remove_files) COMPLETE
52322024-12-18T21:34:18.240Z[ recovery-image] Dec 18 21:34:16.692 INFO O| Dec 18 21:34:16.692 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-18T21:34:18.295Z[ recovery-image] Dec 18 21:34:16.748 INFO O| Dec 18 21:34:16.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52342024-12-18T21:34:18.295Z[ recovery-image] Dec 18 21:34:16.748 INFO O| Dec 18 21:34:16.748 INFO STEP 302 (remove_files) COMPLETE
52352024-12-18T21:34:18.295Z[ recovery-image] Dec 18 21:34:16.748 INFO O| Dec 18 21:34:16.748 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-18T21:34:18.298Z[ host-image] Dec 18 21:34:16.750 INFO O| Dec 18 21:34:16.749 INFO O| Done
52372024-12-18T21:34:18.314Z[ recovery-image] Dec 18 21:34:16.767 INFO O| Dec 18 21:34:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52382024-12-18T21:34:18.315Z[ recovery-image] Dec 18 21:34:16.767 INFO O| Dec 18 21:34:16.767 INFO STEP 303 (remove_files) COMPLETE
52392024-12-18T21:34:18.315Z[ recovery-image] Dec 18 21:34:16.767 INFO O| Dec 18 21:34:16.767 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-18T21:34:18.339Z[ recovery-image] Dec 18 21:34:16.792 INFO O| Dec 18 21:34:16.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52412024-12-18T21:34:18.339Z[ recovery-image] Dec 18 21:34:16.792 INFO O| Dec 18 21:34:16.792 INFO STEP 304 (remove_files) COMPLETE
52422024-12-18T21:34:18.339Z[ recovery-image] Dec 18 21:34:16.792 INFO O| Dec 18 21:34:16.792 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-18T21:34:18.366Z[ recovery-image] Dec 18 21:34:16.819 INFO O| Dec 18 21:34:16.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52442024-12-18T21:34:18.366Z[ recovery-image] Dec 18 21:34:16.819 INFO O| Dec 18 21:34:16.819 INFO STEP 305 (remove_files) COMPLETE
52452024-12-18T21:34:18.366Z[ recovery-image] Dec 18 21:34:16.819 INFO O| Dec 18 21:34:16.819 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-18T21:34:18.405Z[ recovery-image] Dec 18 21:34:16.858 INFO O| Dec 18 21:34:16.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52472024-12-18T21:34:18.408Z[ recovery-image] Dec 18 21:34:16.858 INFO O| Dec 18 21:34:16.858 INFO STEP 306 (remove_files) COMPLETE
52482024-12-18T21:34:18.408Z[ recovery-image] Dec 18 21:34:16.858 INFO O| Dec 18 21:34:16.858 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-18T21:34:18.437Z[ recovery-image] Dec 18 21:34:16.890 INFO O| Dec 18 21:34:16.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52502024-12-18T21:34:18.438Z[ recovery-image] Dec 18 21:34:16.890 INFO O| Dec 18 21:34:16.890 INFO STEP 307 (remove_files) COMPLETE
52512024-12-18T21:34:18.438Z[ recovery-image] Dec 18 21:34:16.890 INFO O| Dec 18 21:34:16.890 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-18T21:34:18.457Z[ recovery-image] Dec 18 21:34:16.909 INFO O| Dec 18 21:34:16.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52532024-12-18T21:34:18.458Z[ recovery-image] Dec 18 21:34:16.909 INFO O| Dec 18 21:34:16.909 INFO STEP 308 (remove_files) COMPLETE
52542024-12-18T21:34:18.458Z[ recovery-image] Dec 18 21:34:16.909 INFO O| Dec 18 21:34:16.909 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-18T21:34:18.497Z[ recovery-image] Dec 18 21:34:16.949 INFO O| Dec 18 21:34:16.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52562024-12-18T21:34:18.497Z[ recovery-image] Dec 18 21:34:16.950 INFO O| Dec 18 21:34:16.949 INFO STEP 309 (remove_files) COMPLETE
52572024-12-18T21:34:18.497Z[ recovery-image] Dec 18 21:34:16.950 INFO O| Dec 18 21:34:16.949 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-18T21:34:18.517Z[ recovery-image] Dec 18 21:34:16.969 INFO O| Dec 18 21:34:16.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52592024-12-18T21:34:18.517Z[ recovery-image] Dec 18 21:34:16.969 INFO O| Dec 18 21:34:16.969 INFO STEP 310 (remove_files) COMPLETE
52602024-12-18T21:34:18.517Z[ recovery-image] Dec 18 21:34:16.969 INFO O| Dec 18 21:34:16.969 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-18T21:34:18.546Z[ recovery-image] Dec 18 21:34:16.998 INFO O| Dec 18 21:34:16.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52622024-12-18T21:34:18.546Z[ recovery-image] Dec 18 21:34:16.998 INFO O| Dec 18 21:34:16.998 INFO STEP 311 (remove_files) COMPLETE
52632024-12-18T21:34:18.546Z[ recovery-image] Dec 18 21:34:16.998 INFO O| Dec 18 21:34:16.998 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-18T21:34:18.602Z[ recovery-image] Dec 18 21:34:17.055 INFO O| Dec 18 21:34:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52652024-12-18T21:34:18.602Z[ recovery-image] Dec 18 21:34:17.055 INFO O| Dec 18 21:34:17.055 INFO STEP 312 (remove_files) COMPLETE
52662024-12-18T21:34:18.602Z[ recovery-image] Dec 18 21:34:17.055 INFO O| Dec 18 21:34:17.055 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-18T21:34:18.620Z[ recovery-image] Dec 18 21:34:17.073 INFO O| Dec 18 21:34:17.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52682024-12-18T21:34:18.620Z[ recovery-image] Dec 18 21:34:17.073 INFO O| Dec 18 21:34:17.073 INFO STEP 313 (remove_files) COMPLETE
52692024-12-18T21:34:18.620Z[ recovery-image] Dec 18 21:34:17.073 INFO O| Dec 18 21:34:17.073 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-18T21:34:18.649Z[ recovery-image] Dec 18 21:34:17.102 INFO O| Dec 18 21:34:17.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52712024-12-18T21:34:18.649Z[ recovery-image] Dec 18 21:34:17.102 INFO O| Dec 18 21:34:17.102 INFO STEP 314 (remove_files) COMPLETE
52722024-12-18T21:34:18.649Z[ recovery-image] Dec 18 21:34:17.102 INFO O| Dec 18 21:34:17.102 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-18T21:34:18.670Z[ recovery-image] Dec 18 21:34:17.122 INFO O| Dec 18 21:34:17.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52742024-12-18T21:34:18.670Z[ recovery-image] Dec 18 21:34:17.123 INFO O| Dec 18 21:34:17.122 INFO STEP 315 (remove_files) COMPLETE
52752024-12-18T21:34:18.670Z[ recovery-image] Dec 18 21:34:17.123 INFO O| Dec 18 21:34:17.122 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-18T21:34:18.688Z[ recovery-image] Dec 18 21:34:17.141 INFO O| Dec 18 21:34:17.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52772024-12-18T21:34:18.691Z[ recovery-image] Dec 18 21:34:17.141 INFO O| Dec 18 21:34:17.141 INFO STEP 316 (remove_files) COMPLETE
52782024-12-18T21:34:18.691Z[ recovery-image] Dec 18 21:34:17.141 INFO O| Dec 18 21:34:17.141 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-18T21:34:18.708Z[ recovery-image] Dec 18 21:34:17.161 INFO O| Dec 18 21:34:17.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52802024-12-18T21:34:18.708Z[ recovery-image] Dec 18 21:34:17.161 INFO O| Dec 18 21:34:17.161 INFO STEP 317 (remove_files) COMPLETE
52812024-12-18T21:34:18.708Z[ recovery-image] Dec 18 21:34:17.161 INFO O| Dec 18 21:34:17.161 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-18T21:34:18.727Z[ recovery-image] Dec 18 21:34:17.180 INFO O| Dec 18 21:34:17.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52832024-12-18T21:34:18.727Z[ recovery-image] Dec 18 21:34:17.180 INFO O| Dec 18 21:34:17.180 INFO STEP 318 (remove_files) COMPLETE
52842024-12-18T21:34:18.727Z[ recovery-image] Dec 18 21:34:17.180 INFO O| Dec 18 21:34:17.180 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-18T21:34:18.746Z[ recovery-image] Dec 18 21:34:17.198 INFO O| Dec 18 21:34:17.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52862024-12-18T21:34:18.746Z[ recovery-image] Dec 18 21:34:17.198 INFO O| Dec 18 21:34:17.198 INFO STEP 319 (remove_files) COMPLETE
52872024-12-18T21:34:18.746Z[ recovery-image] Dec 18 21:34:17.198 INFO O| Dec 18 21:34:17.198 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-18T21:34:18.776Z[ recovery-image] Dec 18 21:34:17.228 INFO O| Dec 18 21:34:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52892024-12-18T21:34:18.778Z[ recovery-image] Dec 18 21:34:17.229 INFO O| Dec 18 21:34:17.229 INFO STEP 320 (remove_files) COMPLETE
52902024-12-18T21:34:18.778Z[ recovery-image] Dec 18 21:34:17.229 INFO O| Dec 18 21:34:17.229 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-18T21:34:18.836Z[ recovery-image] Dec 18 21:34:17.288 INFO O| Dec 18 21:34:17.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52922024-12-18T21:34:18.836Z[ recovery-image] Dec 18 21:34:17.289 INFO O| Dec 18 21:34:17.288 INFO STEP 321 (remove_files) COMPLETE
52932024-12-18T21:34:18.836Z[ recovery-image] Dec 18 21:34:17.289 INFO O| Dec 18 21:34:17.289 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-18T21:34:18.855Z[ recovery-image] Dec 18 21:34:17.308 INFO O| Dec 18 21:34:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52952024-12-18T21:34:18.856Z[ recovery-image] Dec 18 21:34:17.308 INFO O| Dec 18 21:34:17.308 INFO STEP 322 (remove_files) COMPLETE
52962024-12-18T21:34:18.856Z[ recovery-image] Dec 18 21:34:17.308 INFO O| Dec 18 21:34:17.308 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-18T21:34:18.874Z[ recovery-image] Dec 18 21:34:17.327 INFO O| Dec 18 21:34:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52982024-12-18T21:34:18.875Z[ recovery-image] Dec 18 21:34:17.327 INFO O| Dec 18 21:34:17.327 INFO STEP 323 (remove_files) COMPLETE
52992024-12-18T21:34:18.875Z[ recovery-image] Dec 18 21:34:17.327 INFO O| Dec 18 21:34:17.327 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-18T21:34:18.910Z[ recovery-image] Dec 18 21:34:17.363 INFO O| Dec 18 21:34:17.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53012024-12-18T21:34:18.910Z[ recovery-image] Dec 18 21:34:17.363 INFO O| Dec 18 21:34:17.363 INFO STEP 324 (remove_files) COMPLETE
53022024-12-18T21:34:18.910Z[ recovery-image] Dec 18 21:34:17.363 INFO O| Dec 18 21:34:17.363 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-18T21:34:18.932Z[ recovery-image] Dec 18 21:34:17.384 INFO O| Dec 18 21:34:17.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53042024-12-18T21:34:18.932Z[ recovery-image] Dec 18 21:34:17.384 INFO O| Dec 18 21:34:17.384 INFO STEP 325 (remove_files) COMPLETE
53052024-12-18T21:34:18.932Z[ recovery-image] Dec 18 21:34:17.384 INFO O| Dec 18 21:34:17.384 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-18T21:34:18.972Z[ recovery-image] Dec 18 21:34:17.424 INFO O| Dec 18 21:34:17.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53072024-12-18T21:34:18.972Z[ recovery-image] Dec 18 21:34:17.424 INFO O| Dec 18 21:34:17.424 INFO STEP 326 (remove_files) COMPLETE
53082024-12-18T21:34:18.972Z[ recovery-image] Dec 18 21:34:17.424 INFO O| Dec 18 21:34:17.424 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-18T21:34:18.996Z[ recovery-image] Dec 18 21:34:17.445 INFO O| Dec 18 21:34:17.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53102024-12-18T21:34:18.996Z[ recovery-image] Dec 18 21:34:17.445 INFO O| Dec 18 21:34:17.445 INFO STEP 327 (remove_files) COMPLETE
53112024-12-18T21:34:18.996Z[ recovery-image] Dec 18 21:34:17.445 INFO O| Dec 18 21:34:17.445 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-18T21:34:19.048Z[ recovery-image] Dec 18 21:34:17.501 INFO O| Dec 18 21:34:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53132024-12-18T21:34:19.049Z[ recovery-image] Dec 18 21:34:17.501 INFO O| Dec 18 21:34:17.501 INFO STEP 328 (remove_files) COMPLETE
53142024-12-18T21:34:19.051Z[ recovery-image] Dec 18 21:34:17.501 INFO O| Dec 18 21:34:17.501 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-18T21:34:19.066Z[ recovery-image] Dec 18 21:34:17.519 INFO O| Dec 18 21:34:17.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53162024-12-18T21:34:19.074Z[ recovery-image] Dec 18 21:34:17.527 INFO O| Dec 18 21:34:17.527 INFO STEP 329 (remove_files) COMPLETE
53172024-12-18T21:34:19.076Z[ recovery-image] Dec 18 21:34:17.527 INFO O| Dec 18 21:34:17.527 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-18T21:34:19.092Z[ recovery-image] Dec 18 21:34:17.545 INFO O| Dec 18 21:34:17.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53192024-12-18T21:34:19.092Z[ recovery-image] Dec 18 21:34:17.545 INFO O| Dec 18 21:34:17.545 INFO STEP 330 (remove_files) COMPLETE
53202024-12-18T21:34:19.093Z[ recovery-image] Dec 18 21:34:17.545 INFO O| Dec 18 21:34:17.545 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-18T21:34:19.111Z[ recovery-image] Dec 18 21:34:17.563 INFO O| Dec 18 21:34:17.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53222024-12-18T21:34:19.112Z[ recovery-image] Dec 18 21:34:17.563 INFO O| Dec 18 21:34:17.563 INFO STEP 331 (remove_files) COMPLETE
53232024-12-18T21:34:19.112Z[ recovery-image] Dec 18 21:34:17.563 INFO O| Dec 18 21:34:17.563 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-18T21:34:19.147Z[ recovery-image] Dec 18 21:34:17.599 INFO O| Dec 18 21:34:17.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53252024-12-18T21:34:19.150Z[ recovery-image] Dec 18 21:34:17.599 INFO O| Dec 18 21:34:17.599 INFO STEP 332 (remove_files) COMPLETE
53262024-12-18T21:34:19.150Z[ recovery-image] Dec 18 21:34:17.599 INFO O| Dec 18 21:34:17.599 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-18T21:34:19.166Z[ recovery-image] Dec 18 21:34:17.618 INFO O| Dec 18 21:34:17.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53282024-12-18T21:34:19.169Z[ recovery-image] Dec 18 21:34:17.619 INFO O| Dec 18 21:34:17.619 INFO STEP 333 (remove_files) COMPLETE
53292024-12-18T21:34:19.169Z[ recovery-image] Dec 18 21:34:17.619 INFO O| Dec 18 21:34:17.619 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-18T21:34:19.184Z[ recovery-image] Dec 18 21:34:17.636 INFO O| Dec 18 21:34:17.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53312024-12-18T21:34:19.187Z[ recovery-image] Dec 18 21:34:17.637 INFO O| Dec 18 21:34:17.637 INFO STEP 334 (remove_files) COMPLETE
53322024-12-18T21:34:19.187Z[ recovery-image] Dec 18 21:34:17.637 INFO O| Dec 18 21:34:17.637 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-18T21:34:19.202Z[ recovery-image] Dec 18 21:34:17.654 INFO O| Dec 18 21:34:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53342024-12-18T21:34:19.205Z[ recovery-image] Dec 18 21:34:17.655 INFO O| Dec 18 21:34:17.655 INFO STEP 335 (remove_files) COMPLETE
53352024-12-18T21:34:19.205Z[ recovery-image] Dec 18 21:34:17.655 INFO O| Dec 18 21:34:17.655 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-18T21:34:19.239Z[ recovery-image] Dec 18 21:34:17.691 INFO O| Dec 18 21:34:17.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53372024-12-18T21:34:19.241Z[ recovery-image] Dec 18 21:34:17.691 INFO O| Dec 18 21:34:17.691 INFO STEP 336 (remove_files) COMPLETE
53382024-12-18T21:34:19.241Z[ recovery-image] Dec 18 21:34:17.691 INFO O| Dec 18 21:34:17.691 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-18T21:34:19.259Z[ recovery-image] Dec 18 21:34:17.711 INFO O| Dec 18 21:34:17.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53402024-12-18T21:34:19.259Z[ recovery-image] Dec 18 21:34:17.711 INFO O| Dec 18 21:34:17.711 INFO STEP 337 (remove_files) COMPLETE
53412024-12-18T21:34:19.259Z[ recovery-image] Dec 18 21:34:17.711 INFO O| Dec 18 21:34:17.711 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-18T21:34:19.277Z[ recovery-image] Dec 18 21:34:17.730 INFO O| Dec 18 21:34:17.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53432024-12-18T21:34:19.297Z[ recovery-image] Dec 18 21:34:17.750 INFO O| Dec 18 21:34:17.750 INFO STEP 338 (remove_files) COMPLETE
53442024-12-18T21:34:19.297Z[ recovery-image] Dec 18 21:34:17.750 INFO O| Dec 18 21:34:17.750 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-18T21:34:19.336Z[ recovery-image] Dec 18 21:34:17.789 INFO O| Dec 18 21:34:17.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53462024-12-18T21:34:19.336Z[ recovery-image] Dec 18 21:34:17.789 INFO O| Dec 18 21:34:17.789 INFO STEP 339 (remove_files) COMPLETE
53472024-12-18T21:34:19.336Z[ recovery-image] Dec 18 21:34:17.789 INFO O| Dec 18 21:34:17.789 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-18T21:34:19.355Z[ recovery-image] Dec 18 21:34:17.807 INFO O| Dec 18 21:34:17.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53492024-12-18T21:34:19.355Z[ recovery-image] Dec 18 21:34:17.807 INFO O| Dec 18 21:34:17.807 INFO STEP 340 (remove_files) COMPLETE
53502024-12-18T21:34:19.355Z[ recovery-image] Dec 18 21:34:17.807 INFO O| Dec 18 21:34:17.807 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-18T21:34:19.396Z[ recovery-image] Dec 18 21:34:17.848 INFO O| Dec 18 21:34:17.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53522024-12-18T21:34:19.396Z[ recovery-image] Dec 18 21:34:17.848 INFO O| Dec 18 21:34:17.848 INFO STEP 341 (remove_files) COMPLETE
53532024-12-18T21:34:19.396Z[ recovery-image] Dec 18 21:34:17.848 INFO O| Dec 18 21:34:17.848 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-18T21:34:19.452Z[ recovery-image] Dec 18 21:34:17.904 INFO O| Dec 18 21:34:17.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53552024-12-18T21:34:19.452Z[ recovery-image] Dec 18 21:34:17.904 INFO O| Dec 18 21:34:17.904 INFO STEP 342 (remove_files) COMPLETE
53562024-12-18T21:34:19.452Z[ recovery-image] Dec 18 21:34:17.904 INFO O| Dec 18 21:34:17.904 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-18T21:34:19.471Z[ recovery-image] Dec 18 21:34:17.924 INFO O| Dec 18 21:34:17.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53582024-12-18T21:34:19.471Z[ recovery-image] Dec 18 21:34:17.924 INFO O| Dec 18 21:34:17.924 INFO STEP 343 (remove_files) COMPLETE
53592024-12-18T21:34:19.471Z[ recovery-image] Dec 18 21:34:17.924 INFO O| Dec 18 21:34:17.924 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-18T21:34:19.490Z[ recovery-image] Dec 18 21:34:17.942 INFO O| Dec 18 21:34:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53612024-12-18T21:34:19.490Z[ recovery-image] Dec 18 21:34:17.942 INFO O| Dec 18 21:34:17.942 INFO STEP 344 (remove_files) COMPLETE
53622024-12-18T21:34:19.490Z[ recovery-image] Dec 18 21:34:17.942 INFO O| Dec 18 21:34:17.942 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-18T21:34:19.507Z[ recovery-image] Dec 18 21:34:17.960 INFO O| Dec 18 21:34:17.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53642024-12-18T21:34:19.507Z[ recovery-image] Dec 18 21:34:17.960 INFO O| Dec 18 21:34:17.960 INFO STEP 345 (remove_files) COMPLETE
53652024-12-18T21:34:19.511Z[ recovery-image] Dec 18 21:34:17.960 INFO O| Dec 18 21:34:17.960 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-18T21:34:19.525Z[ recovery-image] Dec 18 21:34:17.978 INFO O| Dec 18 21:34:17.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53672024-12-18T21:34:19.525Z[ recovery-image] Dec 18 21:34:17.978 INFO O| Dec 18 21:34:17.978 INFO STEP 346 (remove_files) COMPLETE
53682024-12-18T21:34:19.528Z[ recovery-image] Dec 18 21:34:17.978 INFO O| Dec 18 21:34:17.978 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-18T21:34:19.565Z[ recovery-image] Dec 18 21:34:18.017 INFO O| Dec 18 21:34:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53702024-12-18T21:34:19.568Z[ recovery-image] Dec 18 21:34:18.018 INFO O| Dec 18 21:34:18.018 INFO STEP 347 (remove_files) COMPLETE
53712024-12-18T21:34:19.568Z[ recovery-image] Dec 18 21:34:18.018 INFO O| Dec 18 21:34:18.018 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-18T21:34:19.594Z[ recovery-image] Dec 18 21:34:18.046 INFO O| Dec 18 21:34:18.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53732024-12-18T21:34:19.594Z[ recovery-image] Dec 18 21:34:18.046 INFO O| Dec 18 21:34:18.046 INFO STEP 348 (remove_files) COMPLETE
53742024-12-18T21:34:19.597Z[ recovery-image] Dec 18 21:34:18.047 INFO O| Dec 18 21:34:18.046 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-18T21:34:19.654Z[ recovery-image] Dec 18 21:34:18.103 INFO O| Dec 18 21:34:18.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53762024-12-18T21:34:19.675Z[ recovery-image] Dec 18 21:34:18.127 INFO O| Dec 18 21:34:18.127 INFO STEP 349 (remove_files) COMPLETE
53772024-12-18T21:34:19.676Z[ recovery-image] Dec 18 21:34:18.127 INFO O| Dec 18 21:34:18.127 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-18T21:34:19.705Z[ recovery-image] Dec 18 21:34:18.157 INFO O| Dec 18 21:34:18.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53792024-12-18T21:34:19.705Z[ recovery-image] Dec 18 21:34:18.157 INFO O| Dec 18 21:34:18.157 INFO STEP 350 (remove_files) COMPLETE
53802024-12-18T21:34:19.705Z[ recovery-image] Dec 18 21:34:18.158 INFO O| Dec 18 21:34:18.157 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-18T21:34:19.751Z[ recovery-image] Dec 18 21:34:18.203 INFO O| Dec 18 21:34:18.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53822024-12-18T21:34:19.751Z[ recovery-image] Dec 18 21:34:18.204 INFO O| Dec 18 21:34:18.204 INFO STEP 351 (remove_files) COMPLETE
53832024-12-18T21:34:19.754Z[ recovery-image] Dec 18 21:34:18.204 INFO O| Dec 18 21:34:18.204 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-18T21:34:19.809Z[ recovery-image] Dec 18 21:34:18.261 INFO O| Dec 18 21:34:18.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53852024-12-18T21:34:19.809Z[ recovery-image] Dec 18 21:34:18.262 INFO O| Dec 18 21:34:18.261 INFO STEP 352 (remove_files) COMPLETE
53862024-12-18T21:34:19.809Z[ recovery-image] Dec 18 21:34:18.262 INFO O| Dec 18 21:34:18.262 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-18T21:34:19.830Z[ recovery-image] Dec 18 21:34:18.283 INFO O| Dec 18 21:34:18.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53882024-12-18T21:34:19.830Z[ recovery-image] Dec 18 21:34:18.283 INFO O| Dec 18 21:34:18.283 INFO STEP 353 (remove_files) COMPLETE
53892024-12-18T21:34:19.833Z[ recovery-image] Dec 18 21:34:18.283 INFO O| Dec 18 21:34:18.283 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-18T21:34:19.851Z[ recovery-image] Dec 18 21:34:18.303 INFO O| Dec 18 21:34:18.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53912024-12-18T21:34:19.851Z[ recovery-image] Dec 18 21:34:18.303 INFO O| Dec 18 21:34:18.303 INFO STEP 354 (remove_files) COMPLETE
53922024-12-18T21:34:19.855Z[ recovery-image] Dec 18 21:34:18.304 INFO O| Dec 18 21:34:18.304 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-18T21:34:19.871Z[ recovery-image] Dec 18 21:34:18.323 INFO O| Dec 18 21:34:18.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53942024-12-18T21:34:19.871Z[ recovery-image] Dec 18 21:34:18.323 INFO O| Dec 18 21:34:18.323 INFO STEP 355 (remove_files) COMPLETE
53952024-12-18T21:34:19.873Z[ recovery-image] Dec 18 21:34:18.324 INFO O| Dec 18 21:34:18.323 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-18T21:34:19.891Z[ recovery-image] Dec 18 21:34:18.343 INFO O| Dec 18 21:34:18.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53972024-12-18T21:34:19.891Z[ recovery-image] Dec 18 21:34:18.343 INFO O| Dec 18 21:34:18.343 INFO STEP 356 (remove_files) COMPLETE
53982024-12-18T21:34:19.891Z[ recovery-image] Dec 18 21:34:18.343 INFO O| Dec 18 21:34:18.343 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-18T21:34:19.911Z[ recovery-image] Dec 18 21:34:18.363 INFO O| Dec 18 21:34:18.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54002024-12-18T21:34:19.912Z[ recovery-image] Dec 18 21:34:18.363 INFO O| Dec 18 21:34:18.363 INFO STEP 357 (remove_files) COMPLETE
54012024-12-18T21:34:19.915Z[ recovery-image] Dec 18 21:34:18.364 INFO O| Dec 18 21:34:18.363 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-18T21:34:19.931Z[ recovery-image] Dec 18 21:34:18.384 INFO O| Dec 18 21:34:18.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54032024-12-18T21:34:19.931Z[ recovery-image] Dec 18 21:34:18.384 INFO O| Dec 18 21:34:18.384 INFO STEP 358 (remove_files) COMPLETE
54042024-12-18T21:34:19.931Z[ recovery-image] Dec 18 21:34:18.384 INFO O| Dec 18 21:34:18.384 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-18T21:34:19.966Z[ recovery-image] Dec 18 21:34:18.418 INFO O| Dec 18 21:34:18.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54062024-12-18T21:34:19.971Z[ recovery-image] Dec 18 21:34:18.418 INFO O| Dec 18 21:34:18.418 INFO STEP 359 (remove_files) COMPLETE
54072024-12-18T21:34:19.971Z[ recovery-image] Dec 18 21:34:18.418 INFO O| Dec 18 21:34:18.418 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-18T21:34:19.986Z[ recovery-image] Dec 18 21:34:18.438 INFO O| Dec 18 21:34:18.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54092024-12-18T21:34:19.988Z[ recovery-image] Dec 18 21:34:18.439 INFO O| Dec 18 21:34:18.438 INFO STEP 360 (remove_files) COMPLETE
54102024-12-18T21:34:19.988Z[ recovery-image] Dec 18 21:34:18.439 INFO O| Dec 18 21:34:18.439 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-18T21:34:20.006Z[ recovery-image] Dec 18 21:34:18.458 INFO O| Dec 18 21:34:18.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54122024-12-18T21:34:20.009Z[ recovery-image] Dec 18 21:34:18.459 INFO O| Dec 18 21:34:18.458 INFO STEP 361 (remove_files) COMPLETE
54132024-12-18T21:34:20.009Z[ recovery-image] Dec 18 21:34:18.459 INFO O| Dec 18 21:34:18.459 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-18T21:34:20.026Z[ recovery-image] Dec 18 21:34:18.478 INFO O| Dec 18 21:34:18.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54152024-12-18T21:34:20.028Z[ recovery-image] Dec 18 21:34:18.478 INFO O| Dec 18 21:34:18.478 INFO STEP 362 (remove_files) COMPLETE
54162024-12-18T21:34:20.028Z[ recovery-image] Dec 18 21:34:18.478 INFO O| Dec 18 21:34:18.478 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-18T21:34:20.044Z[ recovery-image] Dec 18 21:34:18.497 INFO O| Dec 18 21:34:18.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54182024-12-18T21:34:20.048Z[ recovery-image] Dec 18 21:34:18.497 INFO O| Dec 18 21:34:18.497 INFO STEP 363 (remove_files) COMPLETE
54192024-12-18T21:34:20.049Z[ recovery-image] Dec 18 21:34:18.497 INFO O| Dec 18 21:34:18.497 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-18T21:34:20.069Z[ recovery-image] Dec 18 21:34:18.521 INFO O| Dec 18 21:34:18.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54212024-12-18T21:34:20.069Z[ recovery-image] Dec 18 21:34:18.521 INFO O| Dec 18 21:34:18.521 INFO STEP 364 (remove_files) COMPLETE
54222024-12-18T21:34:20.069Z[ recovery-image] Dec 18 21:34:18.521 INFO O| Dec 18 21:34:18.521 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-18T21:34:20.097Z[ recovery-image] Dec 18 21:34:18.549 INFO O| Dec 18 21:34:18.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54242024-12-18T21:34:20.097Z[ recovery-image] Dec 18 21:34:18.549 INFO O| Dec 18 21:34:18.549 INFO STEP 365 (remove_files) COMPLETE
54252024-12-18T21:34:20.097Z[ recovery-image] Dec 18 21:34:18.549 INFO O| Dec 18 21:34:18.549 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-18T21:34:20.172Z[ recovery-image] Dec 18 21:34:18.624 INFO O| Dec 18 21:34:18.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54272024-12-18T21:34:20.172Z[ recovery-image] Dec 18 21:34:18.624 INFO O| Dec 18 21:34:18.624 INFO STEP 366 (remove_files) COMPLETE
54282024-12-18T21:34:20.172Z[ recovery-image] Dec 18 21:34:18.624 INFO O| Dec 18 21:34:18.624 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-18T21:34:20.208Z[ recovery-image] Dec 18 21:34:18.660 INFO O| Dec 18 21:34:18.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54302024-12-18T21:34:20.208Z[ recovery-image] Dec 18 21:34:18.660 INFO O| Dec 18 21:34:18.660 INFO STEP 367 (remove_files) COMPLETE
54312024-12-18T21:34:20.208Z[ recovery-image] Dec 18 21:34:18.660 INFO O| Dec 18 21:34:18.660 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-18T21:34:20.227Z[ recovery-image] Dec 18 21:34:18.680 INFO O| Dec 18 21:34:18.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54332024-12-18T21:34:20.227Z[ recovery-image] Dec 18 21:34:18.680 INFO O| Dec 18 21:34:18.680 INFO STEP 368 (remove_files) COMPLETE
54342024-12-18T21:34:20.227Z[ recovery-image] Dec 18 21:34:18.680 INFO O| Dec 18 21:34:18.680 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-18T21:34:20.262Z[ recovery-image] Dec 18 21:34:18.714 INFO O| Dec 18 21:34:18.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54362024-12-18T21:34:20.262Z[ recovery-image] Dec 18 21:34:18.714 INFO O| Dec 18 21:34:18.714 INFO STEP 369 (remove_files) COMPLETE
54372024-12-18T21:34:20.265Z[ recovery-image] Dec 18 21:34:18.714 INFO O| Dec 18 21:34:18.714 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-18T21:34:20.329Z[ recovery-image] Dec 18 21:34:18.781 INFO O| Dec 18 21:34:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54392024-12-18T21:34:20.329Z[ recovery-image] Dec 18 21:34:18.781 INFO O| Dec 18 21:34:18.781 INFO STEP 370 (remove_files) COMPLETE
54402024-12-18T21:34:20.332Z[ recovery-image] Dec 18 21:34:18.781 INFO O| Dec 18 21:34:18.781 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-18T21:34:20.348Z[ recovery-image] Dec 18 21:34:18.800 INFO O| Dec 18 21:34:18.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54422024-12-18T21:34:20.348Z[ recovery-image] Dec 18 21:34:18.800 INFO O| Dec 18 21:34:18.800 INFO STEP 371 (remove_files) COMPLETE
54432024-12-18T21:34:20.348Z[ recovery-image] Dec 18 21:34:18.800 INFO O| Dec 18 21:34:18.800 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-18T21:34:20.366Z[ recovery-image] Dec 18 21:34:18.819 INFO O| Dec 18 21:34:18.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54452024-12-18T21:34:20.367Z[ recovery-image] Dec 18 21:34:18.819 INFO O| Dec 18 21:34:18.819 INFO STEP 372 (remove_files) COMPLETE
54462024-12-18T21:34:20.369Z[ recovery-image] Dec 18 21:34:18.819 INFO O| Dec 18 21:34:18.819 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-18T21:34:20.395Z[ recovery-image] Dec 18 21:34:18.847 INFO O| Dec 18 21:34:18.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54482024-12-18T21:34:20.395Z[ recovery-image] Dec 18 21:34:18.847 INFO O| Dec 18 21:34:18.847 INFO STEP 373 (remove_files) COMPLETE
54492024-12-18T21:34:20.395Z[ recovery-image] Dec 18 21:34:18.847 INFO O| Dec 18 21:34:18.847 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-18T21:34:20.413Z[ recovery-image] Dec 18 21:34:18.866 INFO O| Dec 18 21:34:18.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54512024-12-18T21:34:20.413Z[ recovery-image] Dec 18 21:34:18.866 INFO O| Dec 18 21:34:18.866 INFO STEP 374 (remove_files) COMPLETE
54522024-12-18T21:34:20.413Z[ recovery-image] Dec 18 21:34:18.866 INFO O| Dec 18 21:34:18.866 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-18T21:34:20.432Z[ recovery-image] Dec 18 21:34:18.884 INFO O| Dec 18 21:34:18.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54542024-12-18T21:34:20.432Z[ recovery-image] Dec 18 21:34:18.884 INFO O| Dec 18 21:34:18.884 INFO STEP 375 (remove_files) COMPLETE
54552024-12-18T21:34:20.432Z[ recovery-image] Dec 18 21:34:18.884 INFO O| Dec 18 21:34:18.884 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-18T21:34:20.450Z[ recovery-image] Dec 18 21:34:18.902 INFO O| Dec 18 21:34:18.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54572024-12-18T21:34:20.450Z[ recovery-image] Dec 18 21:34:18.902 INFO O| Dec 18 21:34:18.902 INFO STEP 376 (remove_files) COMPLETE
54582024-12-18T21:34:20.452Z[ recovery-image] Dec 18 21:34:18.902 INFO O| Dec 18 21:34:18.902 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-18T21:34:20.467Z[ recovery-image] Dec 18 21:34:18.919 INFO O| Dec 18 21:34:18.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54602024-12-18T21:34:20.467Z[ recovery-image] Dec 18 21:34:18.919 INFO O| Dec 18 21:34:18.919 INFO STEP 377 (remove_files) COMPLETE
54612024-12-18T21:34:20.467Z[ recovery-image] Dec 18 21:34:18.919 INFO O| Dec 18 21:34:18.919 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-18T21:34:20.485Z[ recovery-image] Dec 18 21:34:18.937 INFO O| Dec 18 21:34:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54632024-12-18T21:34:20.485Z[ recovery-image] Dec 18 21:34:18.937 INFO O| Dec 18 21:34:18.937 INFO STEP 378 (remove_files) COMPLETE
54642024-12-18T21:34:20.487Z[ recovery-image] Dec 18 21:34:18.937 INFO O| Dec 18 21:34:18.937 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-18T21:34:20.502Z[ recovery-image] Dec 18 21:34:18.954 INFO O| Dec 18 21:34:18.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54662024-12-18T21:34:20.502Z[ recovery-image] Dec 18 21:34:18.955 INFO O| Dec 18 21:34:18.954 INFO STEP 379 (remove_files) COMPLETE
54672024-12-18T21:34:20.502Z[ recovery-image] Dec 18 21:34:18.955 INFO O| Dec 18 21:34:18.955 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-18T21:34:20.521Z[ recovery-image] Dec 18 21:34:18.973 INFO O| Dec 18 21:34:18.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54692024-12-18T21:34:20.521Z[ recovery-image] Dec 18 21:34:18.973 INFO O| Dec 18 21:34:18.973 INFO STEP 380 (remove_files) COMPLETE
54702024-12-18T21:34:20.523Z[ recovery-image] Dec 18 21:34:18.973 INFO O| Dec 18 21:34:18.973 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-18T21:34:20.559Z[ recovery-image] Dec 18 21:34:19.011 INFO O| Dec 18 21:34:19.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54722024-12-18T21:34:20.559Z[ recovery-image] Dec 18 21:34:19.011 INFO O| Dec 18 21:34:19.011 INFO STEP 381 (remove_files) COMPLETE
54732024-12-18T21:34:20.559Z[ recovery-image] Dec 18 21:34:19.011 INFO O| Dec 18 21:34:19.011 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-18T21:34:20.582Z[ recovery-image] Dec 18 21:34:19.033 INFO O| Dec 18 21:34:19.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54752024-12-18T21:34:20.582Z[ recovery-image] Dec 18 21:34:19.033 INFO O| Dec 18 21:34:19.033 INFO STEP 382 (remove_files) COMPLETE
54762024-12-18T21:34:20.582Z[ recovery-image] Dec 18 21:34:19.033 INFO O| Dec 18 21:34:19.033 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-18T21:34:20.601Z[ recovery-image] Dec 18 21:34:19.053 INFO O| Dec 18 21:34:19.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54782024-12-18T21:34:20.601Z[ recovery-image] Dec 18 21:34:19.053 INFO O| Dec 18 21:34:19.053 INFO STEP 383 (remove_files) COMPLETE
54792024-12-18T21:34:20.601Z[ recovery-image] Dec 18 21:34:19.053 INFO O| Dec 18 21:34:19.053 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-18T21:34:20.627Z[ recovery-image] Dec 18 21:34:19.079 INFO O| Dec 18 21:34:19.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54812024-12-18T21:34:20.631Z[ recovery-image] Dec 18 21:34:19.083 INFO O| Dec 18 21:34:19.083 INFO STEP 384 (remove_files) COMPLETE
54822024-12-18T21:34:20.631Z[ recovery-image] Dec 18 21:34:19.083 INFO O| Dec 18 21:34:19.083 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-18T21:34:20.690Z[ recovery-image] Dec 18 21:34:19.142 INFO O| Dec 18 21:34:19.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54842024-12-18T21:34:20.690Z[ recovery-image] Dec 18 21:34:19.142 INFO O| Dec 18 21:34:19.142 INFO STEP 385 (remove_files) COMPLETE
54852024-12-18T21:34:20.690Z[ recovery-image] Dec 18 21:34:19.142 INFO O| Dec 18 21:34:19.142 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-18T21:34:20.747Z[ recovery-image] Dec 18 21:34:19.199 INFO O| Dec 18 21:34:19.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54872024-12-18T21:34:20.748Z[ recovery-image] Dec 18 21:34:19.199 INFO O| Dec 18 21:34:19.199 INFO STEP 386 (remove_files) COMPLETE
54882024-12-18T21:34:20.748Z[ recovery-image] Dec 18 21:34:19.199 INFO O| Dec 18 21:34:19.199 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-18T21:34:20.838Z[ recovery-image] Dec 18 21:34:19.290 INFO O| Dec 18 21:34:19.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54902024-12-18T21:34:20.842Z[ recovery-image] Dec 18 21:34:19.291 INFO O| Dec 18 21:34:19.291 INFO STEP 387 (remove_files) COMPLETE
54912024-12-18T21:34:20.842Z[ recovery-image] Dec 18 21:34:19.291 INFO O| Dec 18 21:34:19.291 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-18T21:34:20.859Z[ recovery-image] Dec 18 21:34:19.311 INFO O| Dec 18 21:34:19.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54932024-12-18T21:34:20.862Z[ recovery-image] Dec 18 21:34:19.311 INFO O| Dec 18 21:34:19.311 INFO STEP 388 (remove_files) COMPLETE
54942024-12-18T21:34:20.862Z[ recovery-image] Dec 18 21:34:19.311 INFO O| Dec 18 21:34:19.311 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-18T21:34:20.899Z[ recovery-image] Dec 18 21:34:19.350 INFO O| Dec 18 21:34:19.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54962024-12-18T21:34:20.899Z[ recovery-image] Dec 18 21:34:19.350 INFO O| Dec 18 21:34:19.350 INFO STEP 389 (remove_files) COMPLETE
54972024-12-18T21:34:20.899Z[ recovery-image] Dec 18 21:34:19.350 INFO O| Dec 18 21:34:19.350 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-18T21:34:20.919Z[ recovery-image] Dec 18 21:34:19.371 INFO O| Dec 18 21:34:19.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54992024-12-18T21:34:20.919Z[ recovery-image] Dec 18 21:34:19.371 INFO O| Dec 18 21:34:19.371 INFO STEP 390 (remove_files) COMPLETE
55002024-12-18T21:34:20.919Z[ recovery-image] Dec 18 21:34:19.371 INFO O| Dec 18 21:34:19.371 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-18T21:34:20.938Z[ recovery-image] Dec 18 21:34:19.390 INFO O| Dec 18 21:34:19.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55022024-12-18T21:34:20.940Z[ recovery-image] Dec 18 21:34:19.390 INFO O| Dec 18 21:34:19.390 INFO STEP 391 (remove_files) COMPLETE
55032024-12-18T21:34:20.940Z[ recovery-image] Dec 18 21:34:19.390 INFO O| Dec 18 21:34:19.390 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-18T21:34:20.957Z[ recovery-image] Dec 18 21:34:19.409 INFO O| Dec 18 21:34:19.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55052024-12-18T21:34:20.960Z[ recovery-image] Dec 18 21:34:19.410 INFO O| Dec 18 21:34:19.409 INFO STEP 392 (remove_files) COMPLETE
55062024-12-18T21:34:20.960Z[ recovery-image] Dec 18 21:34:19.410 INFO O| Dec 18 21:34:19.410 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-18T21:34:20.977Z[ recovery-image] Dec 18 21:34:19.429 INFO O| Dec 18 21:34:19.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55082024-12-18T21:34:20.980Z[ recovery-image] Dec 18 21:34:19.429 INFO O| Dec 18 21:34:19.429 INFO STEP 393 (remove_files) COMPLETE
55092024-12-18T21:34:20.980Z[ recovery-image] Dec 18 21:34:19.429 INFO O| Dec 18 21:34:19.429 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-18T21:34:20.996Z[ recovery-image] Dec 18 21:34:19.448 INFO O| Dec 18 21:34:19.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55112024-12-18T21:34:20.999Z[ recovery-image] Dec 18 21:34:19.448 INFO O| Dec 18 21:34:19.448 INFO STEP 394 (remove_files) COMPLETE
55122024-12-18T21:34:20.999Z[ recovery-image] Dec 18 21:34:19.449 INFO O| Dec 18 21:34:19.448 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-18T21:34:21.027Z[ host-image] Dec 18 21:34:19.479 INFO O| Dec 18 21:34:19.479 INFO O| Done
55142024-12-18T21:34:21.039Z[ recovery-image] Dec 18 21:34:19.491 INFO O| Dec 18 21:34:19.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55152024-12-18T21:34:21.039Z[ recovery-image] Dec 18 21:34:19.491 INFO O| Dec 18 21:34:19.491 INFO STEP 395 (remove_files) COMPLETE
55162024-12-18T21:34:21.042Z[ recovery-image] Dec 18 21:34:19.491 INFO O| Dec 18 21:34:19.491 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-18T21:34:21.059Z[ recovery-image] Dec 18 21:34:19.511 INFO O| Dec 18 21:34:19.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55182024-12-18T21:34:21.059Z[ recovery-image] Dec 18 21:34:19.511 INFO O| Dec 18 21:34:19.511 INFO STEP 396 (remove_files) COMPLETE
55192024-12-18T21:34:21.061Z[ recovery-image] Dec 18 21:34:19.511 INFO O| Dec 18 21:34:19.511 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-18T21:34:21.085Z[ host-image] Dec 18 21:34:19.537 INFO O| Dec 18 21:34:19.537 INFO O| Done
55212024-12-18T21:34:21.094Z[ host-image] Dec 18 21:34:19.537 INFO O| Dec 18 21:34:19.537 INFO O| Done
55222024-12-18T21:34:21.111Z[ recovery-image] Dec 18 21:34:19.563 INFO O| Dec 18 21:34:19.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55232024-12-18T21:34:21.111Z[ recovery-image] Dec 18 21:34:19.563 INFO O| Dec 18 21:34:19.563 INFO STEP 397 (remove_files) COMPLETE
55242024-12-18T21:34:21.113Z[ recovery-image] Dec 18 21:34:19.563 INFO O| Dec 18 21:34:19.563 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-18T21:34:21.131Z[ recovery-image] Dec 18 21:34:19.583 INFO O| Dec 18 21:34:19.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55262024-12-18T21:34:21.131Z[ recovery-image] Dec 18 21:34:19.583 INFO O| Dec 18 21:34:19.583 INFO STEP 398 (remove_files) COMPLETE
55272024-12-18T21:34:21.131Z[ recovery-image] Dec 18 21:34:19.583 INFO O| Dec 18 21:34:19.583 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-18T21:34:21.149Z[ recovery-image] Dec 18 21:34:19.601 INFO O| Dec 18 21:34:19.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55292024-12-18T21:34:21.149Z[ recovery-image] Dec 18 21:34:19.601 INFO O| Dec 18 21:34:19.601 INFO STEP 399 (remove_files) COMPLETE
55302024-12-18T21:34:21.150Z[ recovery-image] Dec 18 21:34:19.601 INFO O| Dec 18 21:34:19.601 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-18T21:34:21.188Z[ host-image] Dec 18 21:34:19.639 INFO O| Dec 18 21:34:19.639 INFO O| Done
55322024-12-18T21:34:21.190Z[ recovery-image] Dec 18 21:34:19.639 INFO O| Dec 18 21:34:19.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55332024-12-18T21:34:21.190Z[ recovery-image] Dec 18 21:34:19.640 INFO O| Dec 18 21:34:19.640 INFO STEP 400 (remove_files) COMPLETE
55342024-12-18T21:34:21.190Z[ recovery-image] Dec 18 21:34:19.640 INFO O| Dec 18 21:34:19.640 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-12-18T21:34:21.229Z[ recovery-image] Dec 18 21:34:19.681 INFO O| Dec 18 21:34:19.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55362024-12-18T21:34:21.230Z[ recovery-image] Dec 18 21:34:19.682 INFO O| Dec 18 21:34:19.681 INFO STEP 401 (remove_files) COMPLETE
55372024-12-18T21:34:21.230Z[ recovery-image] Dec 18 21:34:19.682 INFO O| Dec 18 21:34:19.682 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-12-18T21:34:21.249Z[ recovery-image] Dec 18 21:34:19.701 INFO O| Dec 18 21:34:19.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55392024-12-18T21:34:21.252Z[ recovery-image] Dec 18 21:34:19.701 INFO O| Dec 18 21:34:19.701 INFO STEP 402 (remove_files) COMPLETE
55402024-12-18T21:34:21.252Z[ recovery-image] Dec 18 21:34:19.701 INFO O| Dec 18 21:34:19.701 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-12-18T21:34:21.271Z[ recovery-image] Dec 18 21:34:19.720 INFO O| Dec 18 21:34:19.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55422024-12-18T21:34:21.271Z[ recovery-image] Dec 18 21:34:19.721 INFO O| Dec 18 21:34:19.720 INFO STEP 403 (remove_files) COMPLETE
55432024-12-18T21:34:21.272Z[ recovery-image] Dec 18 21:34:19.721 INFO O| Dec 18 21:34:19.721 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-12-18T21:34:21.287Z[ recovery-image] Dec 18 21:34:19.738 INFO O| Dec 18 21:34:19.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55452024-12-18T21:34:21.291Z[ recovery-image] Dec 18 21:34:19.739 INFO O| Dec 18 21:34:19.738 INFO STEP 404 (remove_files) COMPLETE
55462024-12-18T21:34:21.292Z[ recovery-image] Dec 18 21:34:19.739 INFO O| Dec 18 21:34:19.739 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-12-18T21:34:21.305Z[ recovery-image] Dec 18 21:34:19.757 INFO O| Dec 18 21:34:19.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55482024-12-18T21:34:21.313Z[ recovery-image] Dec 18 21:34:19.758 INFO O| Dec 18 21:34:19.757 INFO STEP 405 (remove_files) COMPLETE
55492024-12-18T21:34:21.314Z[ recovery-image] Dec 18 21:34:19.758 INFO O| Dec 18 21:34:19.758 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-12-18T21:34:21.326Z[ recovery-image] Dec 18 21:34:19.777 INFO O| Dec 18 21:34:19.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55512024-12-18T21:34:21.326Z[ recovery-image] Dec 18 21:34:19.777 INFO O| Dec 18 21:34:19.777 INFO STEP 406 (remove_files) COMPLETE
55522024-12-18T21:34:21.326Z[ recovery-image] Dec 18 21:34:19.777 INFO O| Dec 18 21:34:19.777 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-12-18T21:34:21.356Z[ recovery-image] Dec 18 21:34:19.802 INFO O| Dec 18 21:34:19.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55542024-12-18T21:34:21.356Z[ recovery-image] Dec 18 21:34:19.802 INFO O| Dec 18 21:34:19.802 INFO STEP 407 (remove_files) COMPLETE
55552024-12-18T21:34:21.356Z[ recovery-image] Dec 18 21:34:19.802 INFO O| Dec 18 21:34:19.802 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-12-18T21:34:21.388Z[ recovery-image] Dec 18 21:34:19.840 INFO O| Dec 18 21:34:19.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55572024-12-18T21:34:21.391Z[ recovery-image] Dec 18 21:34:19.840 INFO O| Dec 18 21:34:19.840 INFO STEP 408 (remove_files) COMPLETE
55582024-12-18T21:34:21.391Z[ recovery-image] Dec 18 21:34:19.840 INFO O| Dec 18 21:34:19.840 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-12-18T21:34:21.409Z[ recovery-image] Dec 18 21:34:19.861 INFO O| Dec 18 21:34:19.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55602024-12-18T21:34:21.411Z[ recovery-image] Dec 18 21:34:19.861 INFO O| Dec 18 21:34:19.861 INFO STEP 409 (remove_files) COMPLETE
55612024-12-18T21:34:21.411Z[ recovery-image] Dec 18 21:34:19.861 INFO O| Dec 18 21:34:19.861 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-12-18T21:34:21.411Z[ host-image] Dec 18 21:34:19.862 INFO O| Dec 18 21:34:19.862 INFO STEP 13 (pkg_install) COMPLETE
55632024-12-18T21:34:21.411Z[ host-image] Dec 18 21:34:19.862 INFO O| Dec 18 21:34:19.862 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
55642024-12-18T21:34:21.428Z[ recovery-image] Dec 18 21:34:19.880 INFO O| Dec 18 21:34:19.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55652024-12-18T21:34:21.428Z[ recovery-image] Dec 18 21:34:19.880 INFO O| Dec 18 21:34:19.880 INFO STEP 410 (remove_files) COMPLETE
55662024-12-18T21:34:21.428Z[ recovery-image] Dec 18 21:34:19.880 INFO O| Dec 18 21:34:19.880 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-18T21:34:21.431Z[ host-image] Dec 18 21:34:19.880 INFO O| Dec 18 21:34:19.880 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
55682024-12-18T21:34:21.446Z[ recovery-image] Dec 18 21:34:19.898 INFO O| Dec 18 21:34:19.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55692024-12-18T21:34:21.449Z[ recovery-image] Dec 18 21:34:19.899 INFO O| Dec 18 21:34:19.898 INFO STEP 411 (remove_files) COMPLETE
55702024-12-18T21:34:21.449Z[ recovery-image] Dec 18 21:34:19.899 INFO O| Dec 18 21:34:19.899 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-12-18T21:34:21.465Z[ recovery-image] Dec 18 21:34:19.917 INFO O| Dec 18 21:34:19.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55722024-12-18T21:34:21.468Z[ recovery-image] Dec 18 21:34:19.917 INFO O| Dec 18 21:34:19.917 INFO STEP 412 (remove_files) COMPLETE
55732024-12-18T21:34:21.468Z[ recovery-image] Dec 18 21:34:19.917 INFO O| Dec 18 21:34:19.917 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-12-18T21:34:21.482Z[ recovery-image] Dec 18 21:34:19.935 INFO O| Dec 18 21:34:19.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55752024-12-18T21:34:21.485Z[ recovery-image] Dec 18 21:34:19.935 INFO O| Dec 18 21:34:19.935 INFO STEP 413 (remove_files) COMPLETE
55762024-12-18T21:34:21.485Z[ recovery-image] Dec 18 21:34:19.935 INFO O| Dec 18 21:34:19.935 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-12-18T21:34:21.501Z[ recovery-image] Dec 18 21:34:19.953 INFO O| Dec 18 21:34:19.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55782024-12-18T21:34:21.502Z[ recovery-image] Dec 18 21:34:19.953 INFO O| Dec 18 21:34:19.953 INFO STEP 414 (remove_files) COMPLETE
55792024-12-18T21:34:21.505Z[ recovery-image] Dec 18 21:34:19.953 INFO O| Dec 18 21:34:19.953 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-12-18T21:34:21.522Z[ recovery-image] Dec 18 21:34:19.974 INFO O| Dec 18 21:34:19.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55812024-12-18T21:34:21.522Z[ recovery-image] Dec 18 21:34:19.974 INFO O| Dec 18 21:34:19.974 INFO STEP 415 (remove_files) COMPLETE
55822024-12-18T21:34:21.522Z[ recovery-image] Dec 18 21:34:19.974 INFO O| Dec 18 21:34:19.974 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-12-18T21:34:21.561Z[ recovery-image] Dec 18 21:34:20.013 INFO O| Dec 18 21:34:20.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55842024-12-18T21:34:21.562Z[ recovery-image] Dec 18 21:34:20.013 INFO O| Dec 18 21:34:20.013 INFO STEP 416 (remove_files) COMPLETE
55852024-12-18T21:34:21.562Z[ recovery-image] Dec 18 21:34:20.013 INFO O| Dec 18 21:34:20.013 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-12-18T21:34:21.582Z[ recovery-image] Dec 18 21:34:20.034 INFO O| Dec 18 21:34:20.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55872024-12-18T21:34:21.582Z[ recovery-image] Dec 18 21:34:20.035 INFO O| Dec 18 21:34:20.035 INFO STEP 417 (remove_files) COMPLETE
55882024-12-18T21:34:21.582Z[ recovery-image] Dec 18 21:34:20.035 INFO O| Dec 18 21:34:20.035 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-12-18T21:34:21.601Z[ recovery-image] Dec 18 21:34:20.053 INFO O| Dec 18 21:34:20.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55902024-12-18T21:34:21.602Z[ recovery-image] Dec 18 21:34:20.053 INFO O| Dec 18 21:34:20.053 INFO STEP 418 (remove_files) COMPLETE
55912024-12-18T21:34:21.606Z[ recovery-image] Dec 18 21:34:20.053 INFO O| Dec 18 21:34:20.053 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-12-18T21:34:21.620Z[ recovery-image] Dec 18 21:34:20.071 INFO O| Dec 18 21:34:20.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55932024-12-18T21:34:21.626Z[ recovery-image] Dec 18 21:34:20.071 INFO O| Dec 18 21:34:20.071 INFO STEP 419 (remove_files) COMPLETE
55942024-12-18T21:34:21.626Z[ recovery-image] Dec 18 21:34:20.071 INFO O| Dec 18 21:34:20.071 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-12-18T21:34:21.658Z[ recovery-image] Dec 18 21:34:20.110 INFO O| Dec 18 21:34:20.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55962024-12-18T21:34:21.658Z[ recovery-image] Dec 18 21:34:20.110 INFO O| Dec 18 21:34:20.110 INFO STEP 420 (remove_files) COMPLETE
55972024-12-18T21:34:21.660Z[ recovery-image] Dec 18 21:34:20.110 INFO O| Dec 18 21:34:20.110 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-12-18T21:34:21.750Z[ recovery-image] Dec 18 21:34:20.202 INFO O| Dec 18 21:34:20.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55992024-12-18T21:34:21.752Z[ recovery-image] Dec 18 21:34:20.202 INFO O| Dec 18 21:34:20.202 INFO STEP 421 (remove_files) COMPLETE
56002024-12-18T21:34:21.753Z[ recovery-image] Dec 18 21:34:20.202 INFO O| Dec 18 21:34:20.202 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-12-18T21:34:21.789Z[ recovery-image] Dec 18 21:34:20.241 INFO O| Dec 18 21:34:20.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56022024-12-18T21:34:21.789Z[ recovery-image] Dec 18 21:34:20.241 INFO O| Dec 18 21:34:20.241 INFO STEP 422 (remove_files) COMPLETE
56032024-12-18T21:34:21.789Z[ recovery-image] Dec 18 21:34:20.241 INFO O| Dec 18 21:34:20.241 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-12-18T21:34:21.810Z[ recovery-image] Dec 18 21:34:20.262 INFO O| Dec 18 21:34:20.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56052024-12-18T21:34:21.810Z[ recovery-image] Dec 18 21:34:20.262 INFO O| Dec 18 21:34:20.262 INFO STEP 423 (remove_files) COMPLETE
56062024-12-18T21:34:21.810Z[ recovery-image] Dec 18 21:34:20.262 INFO O| Dec 18 21:34:20.262 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-12-18T21:34:21.838Z[ recovery-image] Dec 18 21:34:20.290 INFO O| Dec 18 21:34:20.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56082024-12-18T21:34:21.862Z[ recovery-image] Dec 18 21:34:20.313 INFO O| Dec 18 21:34:20.313 INFO STEP 424 (remove_files) COMPLETE
56092024-12-18T21:34:21.862Z[ recovery-image] Dec 18 21:34:20.313 INFO O| Dec 18 21:34:20.313 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-12-18T21:34:21.883Z[ recovery-image] Dec 18 21:34:20.335 INFO O| Dec 18 21:34:20.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56112024-12-18T21:34:21.883Z[ recovery-image] Dec 18 21:34:20.336 INFO O| Dec 18 21:34:20.335 INFO STEP 425 (remove_files) COMPLETE
56122024-12-18T21:34:21.884Z[ recovery-image] Dec 18 21:34:20.336 INFO O| Dec 18 21:34:20.335 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-12-18T21:34:21.920Z[ recovery-image] Dec 18 21:34:20.371 INFO O| Dec 18 21:34:20.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56142024-12-18T21:34:21.920Z[ recovery-image] Dec 18 21:34:20.371 INFO O| Dec 18 21:34:20.371 INFO STEP 426 (remove_files) COMPLETE
56152024-12-18T21:34:21.920Z[ recovery-image] Dec 18 21:34:20.371 INFO O| Dec 18 21:34:20.371 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-12-18T21:34:21.962Z[ recovery-image] Dec 18 21:34:20.414 INFO O| Dec 18 21:34:20.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56172024-12-18T21:34:21.962Z[ recovery-image] Dec 18 21:34:20.414 INFO O| Dec 18 21:34:20.414 INFO STEP 427 (remove_files) COMPLETE
56182024-12-18T21:34:21.965Z[ recovery-image] Dec 18 21:34:20.414 INFO O| Dec 18 21:34:20.414 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-18T21:34:21.983Z[ recovery-image] Dec 18 21:34:20.434 INFO O| Dec 18 21:34:20.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56202024-12-18T21:34:21.983Z[ recovery-image] Dec 18 21:34:20.434 INFO O| Dec 18 21:34:20.434 INFO STEP 428 (remove_files) COMPLETE
56212024-12-18T21:34:21.987Z[ recovery-image] Dec 18 21:34:20.434 INFO O| Dec 18 21:34:20.434 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-18T21:34:22.004Z[ recovery-image] Dec 18 21:34:20.454 INFO O| Dec 18 21:34:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56232024-12-18T21:34:22.004Z[ recovery-image] Dec 18 21:34:20.455 INFO O| Dec 18 21:34:20.454 INFO STEP 429 (remove_files) COMPLETE
56242024-12-18T21:34:22.009Z[ recovery-image] Dec 18 21:34:20.455 INFO O| Dec 18 21:34:20.455 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-18T21:34:22.092Z[ recovery-image] Dec 18 21:34:20.544 INFO O| Dec 18 21:34:20.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56262024-12-18T21:34:22.096Z[ recovery-image] Dec 18 21:34:20.544 INFO O| Dec 18 21:34:20.544 INFO STEP 430 (remove_files) COMPLETE
56272024-12-18T21:34:22.096Z[ recovery-image] Dec 18 21:34:20.544 INFO O| Dec 18 21:34:20.544 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-12-18T21:34:22.169Z[ recovery-image] Dec 18 21:34:20.615 INFO O| Dec 18 21:34:20.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56292024-12-18T21:34:22.169Z[ recovery-image] Dec 18 21:34:20.615 INFO O| Dec 18 21:34:20.615 INFO STEP 431 (remove_files) COMPLETE
56302024-12-18T21:34:22.169Z[ recovery-image] Dec 18 21:34:20.615 INFO O| Dec 18 21:34:20.615 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-12-18T21:34:22.206Z[ recovery-image] Dec 18 21:34:20.657 INFO O| Dec 18 21:34:20.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56322024-12-18T21:34:22.206Z[ recovery-image] Dec 18 21:34:20.657 INFO O| Dec 18 21:34:20.657 INFO STEP 432 (remove_files) COMPLETE
56332024-12-18T21:34:22.206Z[ recovery-image] Dec 18 21:34:20.657 INFO O| Dec 18 21:34:20.657 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-12-18T21:34:22.285Z[ recovery-image] Dec 18 21:34:20.735 INFO O| Dec 18 21:34:20.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56352024-12-18T21:34:22.285Z[ recovery-image] Dec 18 21:34:20.735 INFO O| Dec 18 21:34:20.735 INFO STEP 433 (remove_files) COMPLETE
56362024-12-18T21:34:22.285Z[ recovery-image] Dec 18 21:34:20.735 INFO O| Dec 18 21:34:20.735 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-12-18T21:34:22.326Z[ recovery-image] Dec 18 21:34:20.777 INFO O| Dec 18 21:34:20.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56382024-12-18T21:34:22.327Z[ recovery-image] Dec 18 21:34:20.777 INFO O| Dec 18 21:34:20.777 INFO STEP 434 (remove_files) COMPLETE
56392024-12-18T21:34:22.331Z[ recovery-image] Dec 18 21:34:20.777 INFO O| Dec 18 21:34:20.777 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-12-18T21:34:22.356Z[ recovery-image] Dec 18 21:34:20.808 INFO O| Dec 18 21:34:20.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56412024-12-18T21:34:22.356Z[ recovery-image] Dec 18 21:34:20.808 INFO O| Dec 18 21:34:20.808 INFO STEP 435 (remove_files) COMPLETE
56422024-12-18T21:34:22.356Z[ recovery-image] Dec 18 21:34:20.808 INFO O| Dec 18 21:34:20.808 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-12-18T21:34:22.398Z[ recovery-image] Dec 18 21:34:20.850 INFO O| Dec 18 21:34:20.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56442024-12-18T21:34:22.398Z[ recovery-image] Dec 18 21:34:20.850 INFO O| Dec 18 21:34:20.850 INFO STEP 436 (remove_files) COMPLETE
56452024-12-18T21:34:22.398Z[ recovery-image] Dec 18 21:34:20.850 INFO O| Dec 18 21:34:20.850 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-12-18T21:34:22.457Z[ recovery-image] Dec 18 21:34:20.909 INFO O| Dec 18 21:34:20.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56472024-12-18T21:34:22.458Z[ recovery-image] Dec 18 21:34:20.909 INFO O| Dec 18 21:34:20.909 INFO STEP 437 (remove_files) COMPLETE
56482024-12-18T21:34:22.458Z[ recovery-image] Dec 18 21:34:20.909 INFO O| Dec 18 21:34:20.909 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-12-18T21:34:22.475Z[ recovery-image] Dec 18 21:34:20.927 INFO O| Dec 18 21:34:20.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56502024-12-18T21:34:22.475Z[ recovery-image] Dec 18 21:34:20.927 INFO O| Dec 18 21:34:20.927 INFO STEP 438 (remove_files) COMPLETE
56512024-12-18T21:34:22.475Z[ recovery-image] Dec 18 21:34:20.927 INFO O| Dec 18 21:34:20.927 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-12-18T21:34:22.493Z[ recovery-image] Dec 18 21:34:20.945 INFO O| Dec 18 21:34:20.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56532024-12-18T21:34:22.493Z[ recovery-image] Dec 18 21:34:20.945 INFO O| Dec 18 21:34:20.945 INFO STEP 439 (remove_files) COMPLETE
56542024-12-18T21:34:22.493Z[ recovery-image] Dec 18 21:34:20.945 INFO O| Dec 18 21:34:20.945 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-12-18T21:34:22.531Z[ recovery-image] Dec 18 21:34:20.983 INFO O| Dec 18 21:34:20.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56562024-12-18T21:34:22.534Z[ recovery-image] Dec 18 21:34:20.983 INFO O| Dec 18 21:34:20.983 INFO STEP 440 (remove_files) COMPLETE
56572024-12-18T21:34:22.534Z[ recovery-image] Dec 18 21:34:20.983 INFO O| Dec 18 21:34:20.983 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-12-18T21:34:22.558Z[ recovery-image] Dec 18 21:34:21.007 INFO O| Dec 18 21:34:21.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56592024-12-18T21:34:22.558Z[ recovery-image] Dec 18 21:34:21.008 INFO O| Dec 18 21:34:21.008 INFO STEP 441 (remove_files) COMPLETE
56602024-12-18T21:34:22.558Z[ recovery-image] Dec 18 21:34:21.008 INFO O| Dec 18 21:34:21.008 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-12-18T21:34:22.594Z[ recovery-image] Dec 18 21:34:21.046 INFO O| Dec 18 21:34:21.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56622024-12-18T21:34:22.597Z[ recovery-image] Dec 18 21:34:21.046 INFO O| Dec 18 21:34:21.046 INFO STEP 442 (remove_files) COMPLETE
56632024-12-18T21:34:22.597Z[ recovery-image] Dec 18 21:34:21.046 INFO O| Dec 18 21:34:21.046 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-12-18T21:34:22.628Z[ host-image] Dec 18 21:34:21.079 INFO O| Dec 18 21:34:21.079 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
56652024-12-18T21:34:22.631Z[ recovery-image] Dec 18 21:34:21.081 INFO O| Dec 18 21:34:21.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56662024-12-18T21:34:22.631Z[ recovery-image] Dec 18 21:34:21.081 INFO O| Dec 18 21:34:21.081 INFO STEP 443 (remove_files) COMPLETE
56672024-12-18T21:34:22.631Z[ recovery-image] Dec 18 21:34:21.081 INFO O| Dec 18 21:34:21.081 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-18T21:34:22.689Z[ recovery-image] Dec 18 21:34:21.140 INFO O| Dec 18 21:34:21.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56692024-12-18T21:34:22.689Z[ recovery-image] Dec 18 21:34:21.140 INFO O| Dec 18 21:34:21.140 INFO STEP 444 (remove_files) COMPLETE
56702024-12-18T21:34:22.689Z[ recovery-image] Dec 18 21:34:21.140 INFO O| Dec 18 21:34:21.140 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-18T21:34:22.707Z[ recovery-image] Dec 18 21:34:21.158 INFO O| Dec 18 21:34:21.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56722024-12-18T21:34:22.709Z[ recovery-image] Dec 18 21:34:21.159 INFO O| Dec 18 21:34:21.159 INFO STEP 445 (remove_files) COMPLETE
56732024-12-18T21:34:22.709Z[ recovery-image] Dec 18 21:34:21.159 INFO O| Dec 18 21:34:21.159 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-18T21:34:22.726Z[ recovery-image] Dec 18 21:34:21.177 INFO O| Dec 18 21:34:21.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56752024-12-18T21:34:22.726Z[ recovery-image] Dec 18 21:34:21.177 INFO O| Dec 18 21:34:21.177 INFO STEP 446 (remove_files) COMPLETE
56762024-12-18T21:34:22.729Z[ recovery-image] Dec 18 21:34:21.177 INFO O| Dec 18 21:34:21.177 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-18T21:34:22.744Z[ recovery-image] Dec 18 21:34:21.196 INFO O| Dec 18 21:34:21.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56782024-12-18T21:34:22.747Z[ recovery-image] Dec 18 21:34:21.196 INFO O| Dec 18 21:34:21.196 INFO STEP 447 (remove_files) COMPLETE
56792024-12-18T21:34:22.748Z[ recovery-image] Dec 18 21:34:21.196 INFO O| Dec 18 21:34:21.196 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-18T21:34:22.763Z[ recovery-image] Dec 18 21:34:21.215 INFO O| Dec 18 21:34:21.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56812024-12-18T21:34:22.763Z[ recovery-image] Dec 18 21:34:21.215 INFO O| Dec 18 21:34:21.215 INFO STEP 448 (remove_files) COMPLETE
56822024-12-18T21:34:22.765Z[ recovery-image] Dec 18 21:34:21.215 INFO O| Dec 18 21:34:21.215 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-18T21:34:22.794Z[ recovery-image] Dec 18 21:34:21.246 INFO O| Dec 18 21:34:21.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56842024-12-18T21:34:22.795Z[ recovery-image] Dec 18 21:34:21.246 INFO O| Dec 18 21:34:21.246 INFO STEP 449 (remove_files) COMPLETE
56852024-12-18T21:34:22.795Z[ recovery-image] Dec 18 21:34:21.246 INFO O| Dec 18 21:34:21.246 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-18T21:34:22.835Z[ recovery-image] Dec 18 21:34:21.287 INFO O| Dec 18 21:34:21.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56872024-12-18T21:34:22.835Z[ recovery-image] Dec 18 21:34:21.287 INFO O| Dec 18 21:34:21.287 INFO STEP 450 (remove_files) COMPLETE
56882024-12-18T21:34:22.836Z[ recovery-image] Dec 18 21:34:21.287 INFO O| Dec 18 21:34:21.287 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-18T21:34:22.856Z[ recovery-image] Dec 18 21:34:21.306 INFO O| Dec 18 21:34:21.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56902024-12-18T21:34:22.856Z[ recovery-image] Dec 18 21:34:21.306 INFO O| Dec 18 21:34:21.306 INFO STEP 451 (remove_files) COMPLETE
56912024-12-18T21:34:22.856Z[ recovery-image] Dec 18 21:34:21.306 INFO O| Dec 18 21:34:21.306 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-18T21:34:22.941Z[ recovery-image] Dec 18 21:34:21.392 INFO O| Dec 18 21:34:21.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56932024-12-18T21:34:22.941Z[ recovery-image] Dec 18 21:34:21.392 INFO O| Dec 18 21:34:21.392 INFO STEP 452 (remove_files) COMPLETE
56942024-12-18T21:34:22.941Z[ recovery-image] Dec 18 21:34:21.392 INFO O| Dec 18 21:34:21.392 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-18T21:34:22.997Z[ recovery-image] Dec 18 21:34:21.449 INFO O| Dec 18 21:34:21.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56962024-12-18T21:34:22.998Z[ recovery-image] Dec 18 21:34:21.449 INFO O| Dec 18 21:34:21.449 INFO STEP 453 (remove_files) COMPLETE
56972024-12-18T21:34:22.998Z[ recovery-image] Dec 18 21:34:21.449 INFO O| Dec 18 21:34:21.449 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-18T21:34:23.015Z[ recovery-image] Dec 18 21:34:21.466 INFO O| Dec 18 21:34:21.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56992024-12-18T21:34:23.015Z[ recovery-image] Dec 18 21:34:21.466 INFO O| Dec 18 21:34:21.466 INFO STEP 454 (remove_files) COMPLETE
57002024-12-18T21:34:23.022Z[ recovery-image] Dec 18 21:34:21.466 INFO O| Dec 18 21:34:21.466 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-18T21:34:23.047Z[ recovery-image] Dec 18 21:34:21.496 INFO O| Dec 18 21:34:21.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57022024-12-18T21:34:23.047Z[ recovery-image] Dec 18 21:34:21.496 INFO O| Dec 18 21:34:21.496 INFO STEP 455 (remove_files) COMPLETE
57032024-12-18T21:34:23.047Z[ recovery-image] Dec 18 21:34:21.496 INFO O| Dec 18 21:34:21.496 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-18T21:34:23.108Z[ recovery-image] Dec 18 21:34:21.560 INFO O| Dec 18 21:34:21.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57052024-12-18T21:34:23.108Z[ recovery-image] Dec 18 21:34:21.560 INFO O| Dec 18 21:34:21.560 INFO STEP 456 (remove_files) COMPLETE
57062024-12-18T21:34:23.113Z[ recovery-image] Dec 18 21:34:21.560 INFO O| Dec 18 21:34:21.560 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-18T21:34:23.128Z[ recovery-image] Dec 18 21:34:21.579 INFO O| Dec 18 21:34:21.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57082024-12-18T21:34:23.128Z[ recovery-image] Dec 18 21:34:21.579 INFO O| Dec 18 21:34:21.579 INFO STEP 457 (remove_files) COMPLETE
57092024-12-18T21:34:23.131Z[ recovery-image] Dec 18 21:34:21.579 INFO O| Dec 18 21:34:21.579 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-18T21:34:23.158Z[ recovery-image] Dec 18 21:34:21.610 INFO O| Dec 18 21:34:21.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57112024-12-18T21:34:23.158Z[ recovery-image] Dec 18 21:34:21.610 INFO O| Dec 18 21:34:21.610 INFO STEP 458 (remove_files) COMPLETE
57122024-12-18T21:34:23.161Z[ recovery-image] Dec 18 21:34:21.610 INFO O| Dec 18 21:34:21.610 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-18T21:34:23.198Z[ recovery-image] Dec 18 21:34:21.649 INFO O| Dec 18 21:34:21.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57142024-12-18T21:34:23.198Z[ recovery-image] Dec 18 21:34:21.649 INFO O| Dec 18 21:34:21.649 INFO STEP 459 (remove_files) COMPLETE
57152024-12-18T21:34:23.198Z[ recovery-image] Dec 18 21:34:21.649 INFO O| Dec 18 21:34:21.649 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-18T21:34:23.260Z[ recovery-image] Dec 18 21:34:21.711 INFO O| Dec 18 21:34:21.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57172024-12-18T21:34:23.260Z[ recovery-image] Dec 18 21:34:21.711 INFO O| Dec 18 21:34:21.711 INFO STEP 460 (remove_files) COMPLETE
57182024-12-18T21:34:23.262Z[ recovery-image] Dec 18 21:34:21.712 INFO O| Dec 18 21:34:21.711 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-18T21:34:23.278Z[ recovery-image] Dec 18 21:34:21.729 INFO O| Dec 18 21:34:21.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57202024-12-18T21:34:23.278Z[ recovery-image] Dec 18 21:34:21.730 INFO O| Dec 18 21:34:21.730 INFO STEP 461 (remove_files) COMPLETE
57212024-12-18T21:34:23.283Z[ recovery-image] Dec 18 21:34:21.730 INFO O| Dec 18 21:34:21.730 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-18T21:34:23.316Z[ recovery-image] Dec 18 21:34:21.767 INFO O| Dec 18 21:34:21.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57232024-12-18T21:34:23.317Z[ recovery-image] Dec 18 21:34:21.767 INFO O| Dec 18 21:34:21.767 INFO STEP 462 (remove_files) COMPLETE
57242024-12-18T21:34:23.317Z[ recovery-image] Dec 18 21:34:21.767 INFO O| Dec 18 21:34:21.767 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-18T21:34:23.340Z[ recovery-image] Dec 18 21:34:21.789 INFO O| Dec 18 21:34:21.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57262024-12-18T21:34:23.340Z[ recovery-image] Dec 18 21:34:21.789 INFO O| Dec 18 21:34:21.789 INFO STEP 463 (remove_files) COMPLETE
57272024-12-18T21:34:23.340Z[ recovery-image] Dec 18 21:34:21.789 INFO O| Dec 18 21:34:21.789 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-18T21:34:23.363Z[ recovery-image] Dec 18 21:34:21.814 INFO O| Dec 18 21:34:21.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57292024-12-18T21:34:23.366Z[ recovery-image] Dec 18 21:34:21.815 INFO O| Dec 18 21:34:21.815 INFO STEP 464 (remove_files) COMPLETE
57302024-12-18T21:34:23.366Z[ recovery-image] Dec 18 21:34:21.815 INFO O| Dec 18 21:34:21.815 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-18T21:34:23.386Z[ recovery-image] Dec 18 21:34:21.837 INFO O| Dec 18 21:34:21.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57322024-12-18T21:34:23.386Z[ recovery-image] Dec 18 21:34:21.837 INFO O| Dec 18 21:34:21.837 INFO STEP 465 (remove_files) COMPLETE
57332024-12-18T21:34:23.386Z[ recovery-image] Dec 18 21:34:21.837 INFO O| Dec 18 21:34:21.837 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-18T21:34:23.407Z[ recovery-image] Dec 18 21:34:21.858 INFO O| Dec 18 21:34:21.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57352024-12-18T21:34:23.407Z[ recovery-image] Dec 18 21:34:21.858 INFO O| Dec 18 21:34:21.858 INFO STEP 466 (remove_files) COMPLETE
57362024-12-18T21:34:23.410Z[ recovery-image] Dec 18 21:34:21.858 INFO O| Dec 18 21:34:21.858 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-18T21:34:23.427Z[ recovery-image] Dec 18 21:34:21.879 INFO O| Dec 18 21:34:21.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57382024-12-18T21:34:23.427Z[ recovery-image] Dec 18 21:34:21.879 INFO O| Dec 18 21:34:21.879 INFO STEP 467 (remove_files) COMPLETE
57392024-12-18T21:34:23.430Z[ recovery-image] Dec 18 21:34:21.879 INFO O| Dec 18 21:34:21.879 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-18T21:34:23.453Z[ recovery-image] Dec 18 21:34:21.904 INFO O| Dec 18 21:34:21.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57412024-12-18T21:34:23.454Z[ recovery-image] Dec 18 21:34:21.904 INFO O| Dec 18 21:34:21.904 INFO STEP 468 (remove_files) COMPLETE
57422024-12-18T21:34:23.454Z[ recovery-image] Dec 18 21:34:21.904 INFO O| Dec 18 21:34:21.904 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-18T21:34:23.516Z[ recovery-image] Dec 18 21:34:21.968 INFO O| Dec 18 21:34:21.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57442024-12-18T21:34:23.516Z[ recovery-image] Dec 18 21:34:21.968 INFO O| Dec 18 21:34:21.968 INFO STEP 469 (remove_files) COMPLETE
57452024-12-18T21:34:23.516Z[ recovery-image] Dec 18 21:34:21.968 INFO O| Dec 18 21:34:21.968 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-18T21:34:23.538Z[ recovery-image] Dec 18 21:34:21.989 INFO O| Dec 18 21:34:21.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57472024-12-18T21:34:23.538Z[ recovery-image] Dec 18 21:34:21.989 INFO O| Dec 18 21:34:21.989 INFO STEP 470 (remove_files) COMPLETE
57482024-12-18T21:34:23.538Z[ recovery-image] Dec 18 21:34:21.989 INFO O| Dec 18 21:34:21.989 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-18T21:34:23.578Z[ recovery-image] Dec 18 21:34:22.030 INFO O| Dec 18 21:34:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57502024-12-18T21:34:23.578Z[ recovery-image] Dec 18 21:34:22.030 INFO O| Dec 18 21:34:22.030 INFO STEP 471 (remove_files) COMPLETE
57512024-12-18T21:34:23.582Z[ recovery-image] Dec 18 21:34:22.030 INFO O| Dec 18 21:34:22.030 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-12-18T21:34:23.639Z[ recovery-image] Dec 18 21:34:22.091 INFO O| Dec 18 21:34:22.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57532024-12-18T21:34:23.642Z[ recovery-image] Dec 18 21:34:22.091 INFO O| Dec 18 21:34:22.091 INFO STEP 472 (remove_files) COMPLETE
57542024-12-18T21:34:23.642Z[ recovery-image] Dec 18 21:34:22.091 INFO O| Dec 18 21:34:22.091 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-12-18T21:34:23.683Z[ recovery-image] Dec 18 21:34:22.135 INFO O| Dec 18 21:34:22.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57562024-12-18T21:34:23.684Z[ recovery-image] Dec 18 21:34:22.135 INFO O| Dec 18 21:34:22.135 INFO STEP 473 (remove_files) COMPLETE
57572024-12-18T21:34:23.684Z[ recovery-image] Dec 18 21:34:22.135 INFO O| Dec 18 21:34:22.135 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-18T21:34:23.704Z[ recovery-image] Dec 18 21:34:22.155 INFO O| Dec 18 21:34:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57592024-12-18T21:34:23.704Z[ recovery-image] Dec 18 21:34:22.155 INFO O| Dec 18 21:34:22.155 INFO STEP 474 (remove_files) COMPLETE
57602024-12-18T21:34:23.707Z[ recovery-image] Dec 18 21:34:22.156 INFO O| Dec 18 21:34:22.155 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-12-18T21:34:23.723Z[ recovery-image] Dec 18 21:34:22.175 INFO O| Dec 18 21:34:22.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57622024-12-18T21:34:23.723Z[ recovery-image] Dec 18 21:34:22.175 INFO O| Dec 18 21:34:22.175 INFO STEP 475 (remove_files) COMPLETE
57632024-12-18T21:34:23.727Z[ recovery-image] Dec 18 21:34:22.175 INFO O| Dec 18 21:34:22.175 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-12-18T21:34:23.756Z[ recovery-image] Dec 18 21:34:22.208 INFO O| Dec 18 21:34:22.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57652024-12-18T21:34:23.757Z[ recovery-image] Dec 18 21:34:22.208 INFO O| Dec 18 21:34:22.208 INFO STEP 476 (remove_files) COMPLETE
57662024-12-18T21:34:23.760Z[ recovery-image] Dec 18 21:34:22.208 INFO O| Dec 18 21:34:22.208 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-12-18T21:34:23.791Z[ recovery-image] Dec 18 21:34:22.242 INFO O| Dec 18 21:34:22.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57682024-12-18T21:34:23.791Z[ recovery-image] Dec 18 21:34:22.242 INFO O| Dec 18 21:34:22.242 INFO STEP 477 (remove_files) COMPLETE
57692024-12-18T21:34:23.791Z[ recovery-image] Dec 18 21:34:22.242 INFO O| Dec 18 21:34:22.242 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-12-18T21:34:23.812Z[ recovery-image] Dec 18 21:34:22.262 INFO O| Dec 18 21:34:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57712024-12-18T21:34:23.812Z[ recovery-image] Dec 18 21:34:22.263 INFO O| Dec 18 21:34:22.262 INFO STEP 478 (remove_files) COMPLETE
57722024-12-18T21:34:23.812Z[ recovery-image] Dec 18 21:34:22.263 INFO O| Dec 18 21:34:22.263 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-12-18T21:34:23.832Z[ recovery-image] Dec 18 21:34:22.283 INFO O| Dec 18 21:34:22.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57742024-12-18T21:34:23.832Z[ recovery-image] Dec 18 21:34:22.283 INFO O| Dec 18 21:34:22.283 INFO STEP 479 (remove_files) COMPLETE
57752024-12-18T21:34:23.832Z[ recovery-image] Dec 18 21:34:22.283 INFO O| Dec 18 21:34:22.283 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-12-18T21:34:23.870Z[ recovery-image] Dec 18 21:34:22.322 INFO O| Dec 18 21:34:22.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57772024-12-18T21:34:23.873Z[ recovery-image] Dec 18 21:34:22.322 INFO O| Dec 18 21:34:22.322 INFO STEP 480 (remove_files) COMPLETE
57782024-12-18T21:34:23.873Z[ recovery-image] Dec 18 21:34:22.322 INFO O| Dec 18 21:34:22.322 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-12-18T21:34:23.928Z[ recovery-image] Dec 18 21:34:22.380 INFO O| Dec 18 21:34:22.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57802024-12-18T21:34:23.928Z[ recovery-image] Dec 18 21:34:22.380 INFO O| Dec 18 21:34:22.380 INFO STEP 481 (remove_files) COMPLETE
57812024-12-18T21:34:23.928Z[ recovery-image] Dec 18 21:34:22.380 INFO O| Dec 18 21:34:22.380 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-12-18T21:34:23.950Z[ recovery-image] Dec 18 21:34:22.401 INFO O| Dec 18 21:34:22.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57832024-12-18T21:34:23.952Z[ recovery-image] Dec 18 21:34:22.404 INFO O| Dec 18 21:34:22.404 INFO STEP 482 (remove_files) COMPLETE
57842024-12-18T21:34:23.954Z[ recovery-image] Dec 18 21:34:22.404 INFO O| Dec 18 21:34:22.404 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-12-18T21:34:24.183Z[ recovery-image] Dec 18 21:34:22.634 INFO O| Dec 18 21:34:22.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57862024-12-18T21:34:24.183Z[ recovery-image] Dec 18 21:34:22.634 INFO O| Dec 18 21:34:22.634 INFO STEP 483 (remove_files) COMPLETE
57872024-12-18T21:34:24.183Z[ recovery-image] Dec 18 21:34:22.634 INFO O| Dec 18 21:34:22.634 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-12-18T21:34:24.202Z[ recovery-image] Dec 18 21:34:22.653 INFO O| Dec 18 21:34:22.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57892024-12-18T21:34:24.202Z[ recovery-image] Dec 18 21:34:22.654 INFO O| Dec 18 21:34:22.653 INFO STEP 484 (remove_files) COMPLETE
57902024-12-18T21:34:24.204Z[ recovery-image] Dec 18 21:34:22.654 INFO O| Dec 18 21:34:22.654 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-12-18T21:34:24.223Z[ recovery-image] Dec 18 21:34:22.674 INFO O| Dec 18 21:34:22.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57922024-12-18T21:34:24.225Z[ recovery-image] Dec 18 21:34:22.674 INFO O| Dec 18 21:34:22.674 INFO STEP 485 (remove_files) COMPLETE
57932024-12-18T21:34:24.225Z[ recovery-image] Dec 18 21:34:22.675 INFO O| Dec 18 21:34:22.674 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-12-18T21:34:24.312Z[ recovery-image] Dec 18 21:34:22.763 INFO O| Dec 18 21:34:22.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57952024-12-18T21:34:24.312Z[ recovery-image] Dec 18 21:34:22.763 INFO O| Dec 18 21:34:22.763 INFO STEP 486 (remove_files) COMPLETE
57962024-12-18T21:34:24.314Z[ recovery-image] Dec 18 21:34:22.763 INFO O| Dec 18 21:34:22.763 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-12-18T21:34:24.339Z[ recovery-image] Dec 18 21:34:22.790 INFO O| Dec 18 21:34:22.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57982024-12-18T21:34:24.339Z[ recovery-image] Dec 18 21:34:22.790 INFO O| Dec 18 21:34:22.790 INFO STEP 487 (remove_files) COMPLETE
57992024-12-18T21:34:24.339Z[ recovery-image] Dec 18 21:34:22.790 INFO O| Dec 18 21:34:22.790 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-12-18T21:34:24.362Z[ recovery-image] Dec 18 21:34:22.812 INFO O| Dec 18 21:34:22.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58012024-12-18T21:34:24.371Z[ recovery-image] Dec 18 21:34:22.812 INFO O| Dec 18 21:34:22.812 INFO STEP 488 (remove_files) COMPLETE
58022024-12-18T21:34:24.372Z[ recovery-image] Dec 18 21:34:22.813 INFO O| Dec 18 21:34:22.812 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-12-18T21:34:24.383Z[ recovery-image] Dec 18 21:34:22.833 INFO O| Dec 18 21:34:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58042024-12-18T21:34:24.384Z[ recovery-image] Dec 18 21:34:22.834 INFO O| Dec 18 21:34:22.833 INFO STEP 489 (remove_files) COMPLETE
58052024-12-18T21:34:24.384Z[ recovery-image] Dec 18 21:34:22.834 INFO O| Dec 18 21:34:22.834 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-12-18T21:34:24.404Z[ recovery-image] Dec 18 21:34:22.855 INFO O| Dec 18 21:34:22.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58072024-12-18T21:34:24.408Z[ recovery-image] Dec 18 21:34:22.856 INFO O| Dec 18 21:34:22.855 INFO STEP 490 (remove_files) COMPLETE
58082024-12-18T21:34:24.408Z[ recovery-image] Dec 18 21:34:22.856 INFO O| Dec 18 21:34:22.855 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-12-18T21:34:24.444Z[ recovery-image] Dec 18 21:34:22.895 INFO O| Dec 18 21:34:22.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58102024-12-18T21:34:24.444Z[ recovery-image] Dec 18 21:34:22.895 INFO O| Dec 18 21:34:22.895 INFO STEP 491 (remove_files) COMPLETE
58112024-12-18T21:34:24.444Z[ recovery-image] Dec 18 21:34:22.895 INFO O| Dec 18 21:34:22.895 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-12-18T21:34:24.465Z[ recovery-image] Dec 18 21:34:22.916 INFO O| Dec 18 21:34:22.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58132024-12-18T21:34:24.465Z[ recovery-image] Dec 18 21:34:22.917 INFO O| Dec 18 21:34:22.917 INFO STEP 492 (remove_files) COMPLETE
58142024-12-18T21:34:24.468Z[ recovery-image] Dec 18 21:34:22.917 INFO O| Dec 18 21:34:22.917 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-12-18T21:34:24.486Z[ recovery-image] Dec 18 21:34:22.936 INFO O| Dec 18 21:34:22.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58162024-12-18T21:34:24.486Z[ recovery-image] Dec 18 21:34:22.936 INFO O| Dec 18 21:34:22.936 INFO STEP 493 (remove_files) COMPLETE
58172024-12-18T21:34:24.486Z[ recovery-image] Dec 18 21:34:22.936 INFO O| Dec 18 21:34:22.936 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-12-18T21:34:24.508Z[ recovery-image] Dec 18 21:34:22.959 INFO O| Dec 18 21:34:22.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58192024-12-18T21:34:24.508Z[ recovery-image] Dec 18 21:34:22.959 INFO O| Dec 18 21:34:22.959 INFO STEP 494 (remove_files) COMPLETE
58202024-12-18T21:34:24.508Z[ recovery-image] Dec 18 21:34:22.959 INFO O| Dec 18 21:34:22.959 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-12-18T21:34:24.542Z[ recovery-image] Dec 18 21:34:22.992 INFO O| Dec 18 21:34:22.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58222024-12-18T21:34:24.542Z[ recovery-image] Dec 18 21:34:22.992 INFO O| Dec 18 21:34:22.992 INFO STEP 495 (remove_files) COMPLETE
58232024-12-18T21:34:24.546Z[ recovery-image] Dec 18 21:34:22.992 INFO O| Dec 18 21:34:22.992 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-12-18T21:34:24.585Z[ recovery-image] Dec 18 21:34:23.035 INFO O| Dec 18 21:34:23.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58252024-12-18T21:34:24.585Z[ recovery-image] Dec 18 21:34:23.035 INFO O| Dec 18 21:34:23.035 INFO STEP 496 (remove_files) COMPLETE
58262024-12-18T21:34:24.585Z[ recovery-image] Dec 18 21:34:23.035 INFO O| Dec 18 21:34:23.035 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-12-18T21:34:24.623Z[ recovery-image] Dec 18 21:34:23.075 INFO O| Dec 18 21:34:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58282024-12-18T21:34:24.627Z[ recovery-image] Dec 18 21:34:23.075 INFO O| Dec 18 21:34:23.075 INFO STEP 497 (remove_files) COMPLETE
58292024-12-18T21:34:24.627Z[ recovery-image] Dec 18 21:34:23.075 INFO O| Dec 18 21:34:23.075 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-12-18T21:34:24.643Z[ recovery-image] Dec 18 21:34:23.094 INFO O| Dec 18 21:34:23.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58312024-12-18T21:34:24.646Z[ recovery-image] Dec 18 21:34:23.095 INFO O| Dec 18 21:34:23.095 INFO STEP 498 (remove_files) COMPLETE
58322024-12-18T21:34:24.647Z[ recovery-image] Dec 18 21:34:23.095 INFO O| Dec 18 21:34:23.095 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-12-18T21:34:24.684Z[ recovery-image] Dec 18 21:34:23.135 INFO O| Dec 18 21:34:23.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58342024-12-18T21:34:24.687Z[ recovery-image] Dec 18 21:34:23.135 INFO O| Dec 18 21:34:23.135 INFO STEP 499 (remove_files) COMPLETE
58352024-12-18T21:34:24.687Z[ recovery-image] Dec 18 21:34:23.135 INFO O| Dec 18 21:34:23.135 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-12-18T21:34:24.704Z[ recovery-image] Dec 18 21:34:23.155 INFO O| Dec 18 21:34:23.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58372024-12-18T21:34:24.704Z[ recovery-image] Dec 18 21:34:23.155 INFO O| Dec 18 21:34:23.155 INFO STEP 500 (remove_files) COMPLETE
58382024-12-18T21:34:24.704Z[ recovery-image] Dec 18 21:34:23.155 INFO O| Dec 18 21:34:23.155 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-12-18T21:34:24.722Z[ recovery-image] Dec 18 21:34:23.174 INFO O| Dec 18 21:34:23.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58402024-12-18T21:34:24.722Z[ recovery-image] Dec 18 21:34:23.174 INFO O| Dec 18 21:34:23.174 INFO STEP 501 (remove_files) COMPLETE
58412024-12-18T21:34:24.722Z[ recovery-image] Dec 18 21:34:23.174 INFO O| Dec 18 21:34:23.174 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-12-18T21:34:24.742Z[ recovery-image] Dec 18 21:34:23.193 INFO O| Dec 18 21:34:23.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58432024-12-18T21:34:24.745Z[ recovery-image] Dec 18 21:34:23.193 INFO O| Dec 18 21:34:23.193 INFO STEP 502 (remove_files) COMPLETE
58442024-12-18T21:34:24.745Z[ recovery-image] Dec 18 21:34:23.194 INFO O| Dec 18 21:34:23.193 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-12-18T21:34:24.761Z[ recovery-image] Dec 18 21:34:23.212 INFO O| Dec 18 21:34:23.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58462024-12-18T21:34:24.764Z[ recovery-image] Dec 18 21:34:23.213 INFO O| Dec 18 21:34:23.213 INFO STEP 503 (remove_files) COMPLETE
58472024-12-18T21:34:24.764Z[ recovery-image] Dec 18 21:34:23.213 INFO O| Dec 18 21:34:23.213 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-12-18T21:34:24.780Z[ recovery-image] Dec 18 21:34:23.231 INFO O| Dec 18 21:34:23.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58492024-12-18T21:34:24.780Z[ recovery-image] Dec 18 21:34:23.232 INFO O| Dec 18 21:34:23.231 INFO STEP 504 (remove_files) COMPLETE
58502024-12-18T21:34:24.780Z[ recovery-image] Dec 18 21:34:23.232 INFO O| Dec 18 21:34:23.232 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-12-18T21:34:24.799Z[ recovery-image] Dec 18 21:34:23.251 INFO O| Dec 18 21:34:23.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58522024-12-18T21:34:24.799Z[ recovery-image] Dec 18 21:34:23.251 INFO O| Dec 18 21:34:23.251 INFO STEP 505 (remove_files) COMPLETE
58532024-12-18T21:34:24.800Z[ recovery-image] Dec 18 21:34:23.251 INFO O| Dec 18 21:34:23.251 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-12-18T21:34:24.818Z[ recovery-image] Dec 18 21:34:23.269 INFO O| Dec 18 21:34:23.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58552024-12-18T21:34:24.825Z[ recovery-image] Dec 18 21:34:23.276 INFO O| Dec 18 21:34:23.276 INFO STEP 506 (remove_files) COMPLETE
58562024-12-18T21:34:24.825Z[ recovery-image] Dec 18 21:34:23.276 INFO O| Dec 18 21:34:23.276 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-12-18T21:34:24.863Z[ recovery-image] Dec 18 21:34:23.314 INFO O| Dec 18 21:34:23.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58582024-12-18T21:34:24.864Z[ recovery-image] Dec 18 21:34:23.314 INFO O| Dec 18 21:34:23.314 INFO STEP 507 (remove_files) COMPLETE
58592024-12-18T21:34:24.873Z[ recovery-image] Dec 18 21:34:23.314 INFO O| Dec 18 21:34:23.314 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-12-18T21:34:24.898Z[ recovery-image] Dec 18 21:34:23.349 INFO O| Dec 18 21:34:23.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58612024-12-18T21:34:24.899Z[ recovery-image] Dec 18 21:34:23.349 INFO O| Dec 18 21:34:23.349 INFO STEP 508 (remove_files) COMPLETE
58622024-12-18T21:34:24.899Z[ recovery-image] Dec 18 21:34:23.349 INFO O| Dec 18 21:34:23.349 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-12-18T21:34:24.934Z[ recovery-image] Dec 18 21:34:23.385 INFO O| Dec 18 21:34:23.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58642024-12-18T21:34:24.934Z[ recovery-image] Dec 18 21:34:23.385 INFO O| Dec 18 21:34:23.385 INFO STEP 509 (remove_files) COMPLETE
58652024-12-18T21:34:24.935Z[ recovery-image] Dec 18 21:34:23.385 INFO O| Dec 18 21:34:23.385 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-12-18T21:34:24.968Z[ recovery-image] Dec 18 21:34:23.419 INFO O| Dec 18 21:34:23.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58672024-12-18T21:34:24.971Z[ recovery-image] Dec 18 21:34:23.419 INFO O| Dec 18 21:34:23.419 INFO STEP 510 (remove_files) COMPLETE
58682024-12-18T21:34:24.971Z[ recovery-image] Dec 18 21:34:23.419 INFO O| Dec 18 21:34:23.419 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-12-18T21:34:24.988Z[ recovery-image] Dec 18 21:34:23.439 INFO O| Dec 18 21:34:23.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58702024-12-18T21:34:24.991Z[ recovery-image] Dec 18 21:34:23.439 INFO O| Dec 18 21:34:23.439 INFO STEP 511 (remove_files) COMPLETE
58712024-12-18T21:34:24.991Z[ recovery-image] Dec 18 21:34:23.440 INFO O| Dec 18 21:34:23.439 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-12-18T21:34:25.008Z[ recovery-image] Dec 18 21:34:23.459 INFO O| Dec 18 21:34:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58732024-12-18T21:34:25.010Z[ recovery-image] Dec 18 21:34:23.459 INFO O| Dec 18 21:34:23.459 INFO STEP 512 (remove_files) COMPLETE
58742024-12-18T21:34:25.010Z[ recovery-image] Dec 18 21:34:23.459 INFO O| Dec 18 21:34:23.459 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-12-18T21:34:25.045Z[ recovery-image] Dec 18 21:34:23.496 INFO O| Dec 18 21:34:23.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58762024-12-18T21:34:25.047Z[ recovery-image] Dec 18 21:34:23.496 INFO O| Dec 18 21:34:23.496 INFO STEP 513 (remove_files) COMPLETE
58772024-12-18T21:34:25.047Z[ recovery-image] Dec 18 21:34:23.496 INFO O| Dec 18 21:34:23.496 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-12-18T21:34:25.078Z[ recovery-image] Dec 18 21:34:23.528 INFO O| Dec 18 21:34:23.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58792024-12-18T21:34:25.078Z[ recovery-image] Dec 18 21:34:23.528 INFO O| Dec 18 21:34:23.528 INFO STEP 514 (remove_files) COMPLETE
58802024-12-18T21:34:25.078Z[ recovery-image] Dec 18 21:34:23.528 INFO O| Dec 18 21:34:23.528 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-12-18T21:34:25.097Z[ recovery-image] Dec 18 21:34:23.548 INFO O| Dec 18 21:34:23.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58822024-12-18T21:34:25.118Z[ recovery-image] Dec 18 21:34:23.569 INFO O| Dec 18 21:34:23.569 INFO STEP 515 (remove_files) COMPLETE
58832024-12-18T21:34:25.118Z[ recovery-image] Dec 18 21:34:23.569 INFO O| Dec 18 21:34:23.569 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-12-18T21:34:25.165Z[ recovery-image] Dec 18 21:34:23.616 INFO O| Dec 18 21:34:23.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58852024-12-18T21:34:25.165Z[ recovery-image] Dec 18 21:34:23.616 INFO O| Dec 18 21:34:23.616 INFO STEP 516 (remove_files) COMPLETE
58862024-12-18T21:34:25.165Z[ recovery-image] Dec 18 21:34:23.616 INFO O| Dec 18 21:34:23.616 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-12-18T21:34:25.202Z[ recovery-image] Dec 18 21:34:23.652 INFO O| Dec 18 21:34:23.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58882024-12-18T21:34:25.203Z[ recovery-image] Dec 18 21:34:23.652 INFO O| Dec 18 21:34:23.652 INFO STEP 517 (remove_files) COMPLETE
58892024-12-18T21:34:25.204Z[ recovery-image] Dec 18 21:34:23.652 INFO O| Dec 18 21:34:23.652 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-12-18T21:34:25.222Z[ recovery-image] Dec 18 21:34:23.673 INFO O| Dec 18 21:34:23.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58912024-12-18T21:34:25.234Z[ recovery-image] Dec 18 21:34:23.685 INFO O| Dec 18 21:34:23.685 INFO STEP 518 (remove_files) COMPLETE
58922024-12-18T21:34:25.234Z[ recovery-image] Dec 18 21:34:23.686 INFO O| Dec 18 21:34:23.685 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-12-18T21:34:25.258Z[ recovery-image] Dec 18 21:34:23.708 INFO O| Dec 18 21:34:23.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58942024-12-18T21:34:25.261Z[ recovery-image] Dec 18 21:34:23.708 INFO O| Dec 18 21:34:23.708 INFO STEP 519 (remove_files) COMPLETE
58952024-12-18T21:34:25.262Z[ recovery-image] Dec 18 21:34:23.708 INFO O| Dec 18 21:34:23.708 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-12-18T21:34:25.277Z[ recovery-image] Dec 18 21:34:23.728 INFO O| Dec 18 21:34:23.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58972024-12-18T21:34:25.279Z[ recovery-image] Dec 18 21:34:23.728 INFO O| Dec 18 21:34:23.728 INFO STEP 520 (remove_files) COMPLETE
58982024-12-18T21:34:25.279Z[ recovery-image] Dec 18 21:34:23.728 INFO O| Dec 18 21:34:23.728 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-12-18T21:34:25.295Z[ recovery-image] Dec 18 21:34:23.746 INFO O| Dec 18 21:34:23.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59002024-12-18T21:34:25.295Z[ recovery-image] Dec 18 21:34:23.746 INFO O| Dec 18 21:34:23.746 INFO STEP 521 (remove_files) COMPLETE
59012024-12-18T21:34:25.295Z[ recovery-image] Dec 18 21:34:23.746 INFO O| Dec 18 21:34:23.746 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-12-18T21:34:25.323Z[ recovery-image] Dec 18 21:34:23.774 INFO O| Dec 18 21:34:23.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59032024-12-18T21:34:25.323Z[ recovery-image] Dec 18 21:34:23.774 INFO O| Dec 18 21:34:23.774 INFO STEP 522 (remove_files) COMPLETE
59042024-12-18T21:34:25.323Z[ recovery-image] Dec 18 21:34:23.774 INFO O| Dec 18 21:34:23.774 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-12-18T21:34:25.340Z[ recovery-image] Dec 18 21:34:23.791 INFO O| Dec 18 21:34:23.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59062024-12-18T21:34:25.340Z[ recovery-image] Dec 18 21:34:23.791 INFO O| Dec 18 21:34:23.791 INFO STEP 523 (remove_files) COMPLETE
59072024-12-18T21:34:25.340Z[ recovery-image] Dec 18 21:34:23.791 INFO O| Dec 18 21:34:23.791 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-12-18T21:34:25.360Z[ recovery-image] Dec 18 21:34:23.810 INFO O| Dec 18 21:34:23.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59092024-12-18T21:34:25.360Z[ recovery-image] Dec 18 21:34:23.810 INFO O| Dec 18 21:34:23.810 INFO STEP 524 (remove_files) COMPLETE
59102024-12-18T21:34:25.360Z[ recovery-image] Dec 18 21:34:23.810 INFO O| Dec 18 21:34:23.810 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-12-18T21:34:25.389Z[ recovery-image] Dec 18 21:34:23.840 INFO O| Dec 18 21:34:23.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59122024-12-18T21:34:25.389Z[ recovery-image] Dec 18 21:34:23.840 INFO O| Dec 18 21:34:23.840 INFO STEP 525 (remove_files) COMPLETE
59132024-12-18T21:34:25.389Z[ recovery-image] Dec 18 21:34:23.841 INFO O| Dec 18 21:34:23.840 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-12-18T21:34:25.409Z[ recovery-image] Dec 18 21:34:23.860 INFO O| Dec 18 21:34:23.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59152024-12-18T21:34:25.409Z[ recovery-image] Dec 18 21:34:23.860 INFO O| Dec 18 21:34:23.860 INFO STEP 526 (remove_files) COMPLETE
59162024-12-18T21:34:25.409Z[ recovery-image] Dec 18 21:34:23.861 INFO O| Dec 18 21:34:23.860 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-12-18T21:34:25.429Z[ recovery-image] Dec 18 21:34:23.880 INFO O| Dec 18 21:34:23.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59182024-12-18T21:34:25.429Z[ recovery-image] Dec 18 21:34:23.880 INFO O| Dec 18 21:34:23.880 INFO STEP 527 (remove_files) COMPLETE
59192024-12-18T21:34:25.432Z[ recovery-image] Dec 18 21:34:23.880 INFO O| Dec 18 21:34:23.880 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-12-18T21:34:25.451Z[ recovery-image] Dec 18 21:34:23.902 INFO O| Dec 18 21:34:23.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59212024-12-18T21:34:25.451Z[ recovery-image] Dec 18 21:34:23.902 INFO O| Dec 18 21:34:23.902 INFO STEP 528 (remove_files) COMPLETE
59222024-12-18T21:34:25.453Z[ recovery-image] Dec 18 21:34:23.902 INFO O| Dec 18 21:34:23.902 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-12-18T21:34:25.474Z[ recovery-image] Dec 18 21:34:23.925 INFO O| Dec 18 21:34:23.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59242024-12-18T21:34:25.477Z[ recovery-image] Dec 18 21:34:23.925 INFO O| Dec 18 21:34:23.925 INFO STEP 529 (remove_files) COMPLETE
59252024-12-18T21:34:25.477Z[ recovery-image] Dec 18 21:34:23.925 INFO O| Dec 18 21:34:23.925 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-12-18T21:34:25.492Z[ recovery-image] Dec 18 21:34:23.943 INFO O| Dec 18 21:34:23.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59272024-12-18T21:34:25.492Z[ recovery-image] Dec 18 21:34:23.943 INFO O| Dec 18 21:34:23.943 INFO STEP 530 (remove_files) COMPLETE
59282024-12-18T21:34:25.492Z[ recovery-image] Dec 18 21:34:23.943 INFO O| Dec 18 21:34:23.943 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-12-18T21:34:25.530Z[ recovery-image] Dec 18 21:34:23.981 INFO O| Dec 18 21:34:23.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59302024-12-18T21:34:25.530Z[ recovery-image] Dec 18 21:34:23.981 INFO O| Dec 18 21:34:23.981 INFO STEP 531 (remove_files) COMPLETE
59312024-12-18T21:34:25.530Z[ recovery-image] Dec 18 21:34:23.981 INFO O| Dec 18 21:34:23.981 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-12-18T21:34:25.550Z[ recovery-image] Dec 18 21:34:24.000 INFO O| Dec 18 21:34:24.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59332024-12-18T21:34:25.551Z[ recovery-image] Dec 18 21:34:24.001 INFO O| Dec 18 21:34:24.001 INFO STEP 532 (remove_files) COMPLETE
59342024-12-18T21:34:25.551Z[ recovery-image] Dec 18 21:34:24.001 INFO O| Dec 18 21:34:24.001 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-18T21:34:25.585Z[ recovery-image] Dec 18 21:34:24.036 INFO O| Dec 18 21:34:24.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59362024-12-18T21:34:25.585Z[ recovery-image] Dec 18 21:34:24.036 INFO O| Dec 18 21:34:24.036 INFO STEP 533 (remove_files) COMPLETE
59372024-12-18T21:34:25.588Z[ recovery-image] Dec 18 21:34:24.037 INFO O| Dec 18 21:34:24.036 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-18T21:34:25.605Z[ recovery-image] Dec 18 21:34:24.056 INFO O| Dec 18 21:34:24.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59392024-12-18T21:34:25.609Z[ recovery-image] Dec 18 21:34:24.056 INFO O| Dec 18 21:34:24.056 INFO STEP 534 (remove_files) COMPLETE
59402024-12-18T21:34:25.609Z[ recovery-image] Dec 18 21:34:24.056 INFO O| Dec 18 21:34:24.056 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-12-18T21:34:25.626Z[ recovery-image] Dec 18 21:34:24.074 INFO O| Dec 18 21:34:24.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59422024-12-18T21:34:25.627Z[ recovery-image] Dec 18 21:34:24.075 INFO O| Dec 18 21:34:24.074 INFO STEP 535 (remove_files) COMPLETE
59432024-12-18T21:34:25.627Z[ recovery-image] Dec 18 21:34:24.075 INFO O| Dec 18 21:34:24.075 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-12-18T21:34:25.651Z[ recovery-image] Dec 18 21:34:24.101 INFO O| Dec 18 21:34:24.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59452024-12-18T21:34:25.654Z[ recovery-image] Dec 18 21:34:24.101 INFO O| Dec 18 21:34:24.101 INFO STEP 536 (remove_files) COMPLETE
59462024-12-18T21:34:25.654Z[ recovery-image] Dec 18 21:34:24.101 INFO O| Dec 18 21:34:24.101 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-18T21:34:25.683Z[ recovery-image] Dec 18 21:34:24.134 INFO O| Dec 18 21:34:24.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59482024-12-18T21:34:25.683Z[ recovery-image] Dec 18 21:34:24.134 INFO O| Dec 18 21:34:24.134 INFO STEP 537 (remove_files) COMPLETE
59492024-12-18T21:34:25.683Z[ recovery-image] Dec 18 21:34:24.134 INFO O| Dec 18 21:34:24.134 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-18T21:34:25.716Z[ recovery-image] Dec 18 21:34:24.166 INFO O| Dec 18 21:34:24.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59512024-12-18T21:34:25.716Z[ recovery-image] Dec 18 21:34:24.166 INFO O| Dec 18 21:34:24.166 INFO STEP 538 (remove_files) COMPLETE
59522024-12-18T21:34:25.716Z[ recovery-image] Dec 18 21:34:24.166 INFO O| Dec 18 21:34:24.166 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-18T21:34:25.734Z[ recovery-image] Dec 18 21:34:24.185 INFO O| Dec 18 21:34:24.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59542024-12-18T21:34:25.734Z[ recovery-image] Dec 18 21:34:24.185 INFO O| Dec 18 21:34:24.185 INFO STEP 539 (remove_files) COMPLETE
59552024-12-18T21:34:25.736Z[ recovery-image] Dec 18 21:34:24.185 INFO O| Dec 18 21:34:24.185 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-18T21:34:25.752Z[ recovery-image] Dec 18 21:34:24.203 INFO O| Dec 18 21:34:24.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59572024-12-18T21:34:25.752Z[ recovery-image] Dec 18 21:34:24.203 INFO O| Dec 18 21:34:24.203 INFO STEP 540 (remove_files) COMPLETE
59582024-12-18T21:34:25.752Z[ recovery-image] Dec 18 21:34:24.203 INFO O| Dec 18 21:34:24.203 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-18T21:34:25.770Z[ recovery-image] Dec 18 21:34:24.221 INFO O| Dec 18 21:34:24.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59602024-12-18T21:34:25.770Z[ recovery-image] Dec 18 21:34:24.221 INFO O| Dec 18 21:34:24.221 INFO STEP 541 (remove_files) COMPLETE
59612024-12-18T21:34:25.770Z[ recovery-image] Dec 18 21:34:24.221 INFO O| Dec 18 21:34:24.221 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-18T21:34:25.787Z[ recovery-image] Dec 18 21:34:24.238 INFO O| Dec 18 21:34:24.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59632024-12-18T21:34:25.787Z[ recovery-image] Dec 18 21:34:24.238 INFO O| Dec 18 21:34:24.238 INFO STEP 542 (remove_files) COMPLETE
59642024-12-18T21:34:25.790Z[ recovery-image] Dec 18 21:34:24.238 INFO O| Dec 18 21:34:24.238 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-18T21:34:25.804Z[ recovery-image] Dec 18 21:34:24.255 INFO O| Dec 18 21:34:24.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59662024-12-18T21:34:25.804Z[ recovery-image] Dec 18 21:34:24.255 INFO O| Dec 18 21:34:24.255 INFO STEP 543 (remove_files) COMPLETE
59672024-12-18T21:34:25.807Z[ recovery-image] Dec 18 21:34:24.255 INFO O| Dec 18 21:34:24.255 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-18T21:34:25.823Z[ recovery-image] Dec 18 21:34:24.273 INFO O| Dec 18 21:34:24.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59692024-12-18T21:34:25.823Z[ recovery-image] Dec 18 21:34:24.273 INFO O| Dec 18 21:34:24.273 INFO STEP 544 (remove_files) COMPLETE
59702024-12-18T21:34:25.823Z[ recovery-image] Dec 18 21:34:24.273 INFO O| Dec 18 21:34:24.273 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-18T21:34:25.841Z[ recovery-image] Dec 18 21:34:24.292 INFO O| Dec 18 21:34:24.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59722024-12-18T21:34:25.841Z[ recovery-image] Dec 18 21:34:24.292 INFO O| Dec 18 21:34:24.292 INFO STEP 545 (remove_files) COMPLETE
59732024-12-18T21:34:25.841Z[ recovery-image] Dec 18 21:34:24.292 INFO O| Dec 18 21:34:24.292 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-18T21:34:25.858Z[ recovery-image] Dec 18 21:34:24.309 INFO O| Dec 18 21:34:24.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59752024-12-18T21:34:25.859Z[ recovery-image] Dec 18 21:34:24.310 INFO O| Dec 18 21:34:24.310 INFO STEP 546 (remove_files) COMPLETE
59762024-12-18T21:34:25.859Z[ recovery-image] Dec 18 21:34:24.310 INFO O| Dec 18 21:34:24.310 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-18T21:34:25.877Z[ recovery-image] Dec 18 21:34:24.328 INFO O| Dec 18 21:34:24.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59782024-12-18T21:34:25.877Z[ recovery-image] Dec 18 21:34:24.328 INFO O| Dec 18 21:34:24.328 INFO STEP 547 (remove_files) COMPLETE
59792024-12-18T21:34:25.880Z[ recovery-image] Dec 18 21:34:24.328 INFO O| Dec 18 21:34:24.328 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-18T21:34:25.902Z[ recovery-image] Dec 18 21:34:24.352 INFO O| Dec 18 21:34:24.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59812024-12-18T21:34:25.902Z[ recovery-image] Dec 18 21:34:24.352 INFO O| Dec 18 21:34:24.352 INFO STEP 548 (remove_files) COMPLETE
59822024-12-18T21:34:25.905Z[ recovery-image] Dec 18 21:34:24.352 INFO O| Dec 18 21:34:24.352 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-18T21:34:25.919Z[ recovery-image] Dec 18 21:34:24.371 INFO O| Dec 18 21:34:24.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59842024-12-18T21:34:25.919Z[ recovery-image] Dec 18 21:34:24.371 INFO O| Dec 18 21:34:24.371 INFO STEP 549 (remove_files) COMPLETE
59852024-12-18T21:34:25.922Z[ recovery-image] Dec 18 21:34:24.371 INFO O| Dec 18 21:34:24.371 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-18T21:34:26.007Z[ recovery-image] Dec 18 21:34:24.458 INFO O| Dec 18 21:34:24.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59872024-12-18T21:34:26.011Z[ recovery-image] Dec 18 21:34:24.458 INFO O| Dec 18 21:34:24.458 INFO STEP 550 (remove_files) COMPLETE
59882024-12-18T21:34:26.011Z[ recovery-image] Dec 18 21:34:24.458 INFO O| Dec 18 21:34:24.458 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-18T21:34:26.025Z[ recovery-image] Dec 18 21:34:24.476 INFO O| Dec 18 21:34:24.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59902024-12-18T21:34:26.027Z[ recovery-image] Dec 18 21:34:24.476 INFO O| Dec 18 21:34:24.476 INFO STEP 551 (remove_files) COMPLETE
59912024-12-18T21:34:26.027Z[ recovery-image] Dec 18 21:34:24.476 INFO O| Dec 18 21:34:24.476 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-18T21:34:26.042Z[ recovery-image] Dec 18 21:34:24.493 INFO O| Dec 18 21:34:24.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59932024-12-18T21:34:26.045Z[ recovery-image] Dec 18 21:34:24.494 INFO O| Dec 18 21:34:24.494 INFO STEP 552 (remove_files) COMPLETE
59942024-12-18T21:34:26.045Z[ recovery-image] Dec 18 21:34:24.494 INFO O| Dec 18 21:34:24.494 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-18T21:34:26.061Z[ recovery-image] Dec 18 21:34:24.512 INFO O| Dec 18 21:34:24.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59962024-12-18T21:34:26.063Z[ recovery-image] Dec 18 21:34:24.512 INFO O| Dec 18 21:34:24.512 INFO STEP 553 (remove_files) COMPLETE
59972024-12-18T21:34:26.064Z[ recovery-image] Dec 18 21:34:24.512 INFO O| Dec 18 21:34:24.512 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-18T21:34:26.081Z[ recovery-image] Dec 18 21:34:24.532 INFO O| Dec 18 21:34:24.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59992024-12-18T21:34:26.084Z[ recovery-image] Dec 18 21:34:24.533 INFO O| Dec 18 21:34:24.533 INFO STEP 554 (remove_files) COMPLETE
60002024-12-18T21:34:26.084Z[ recovery-image] Dec 18 21:34:24.533 INFO O| Dec 18 21:34:24.533 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-18T21:34:26.100Z[ recovery-image] Dec 18 21:34:24.551 INFO O| Dec 18 21:34:24.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60022024-12-18T21:34:26.145Z[ recovery-image] Dec 18 21:34:24.596 INFO O| Dec 18 21:34:24.596 INFO STEP 555 (remove_files) COMPLETE
60032024-12-18T21:34:26.145Z[ recovery-image] Dec 18 21:34:24.596 INFO O| Dec 18 21:34:24.596 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-18T21:34:26.165Z[ recovery-image] Dec 18 21:34:24.616 INFO O| Dec 18 21:34:24.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60052024-12-18T21:34:26.168Z[ recovery-image] Dec 18 21:34:24.616 INFO O| Dec 18 21:34:24.616 INFO STEP 556 (remove_files) COMPLETE
60062024-12-18T21:34:26.168Z[ recovery-image] Dec 18 21:34:24.617 INFO O| Dec 18 21:34:24.617 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-18T21:34:26.186Z[ recovery-image] Dec 18 21:34:24.636 INFO O| Dec 18 21:34:24.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60082024-12-18T21:34:26.190Z[ recovery-image] Dec 18 21:34:24.636 INFO O| Dec 18 21:34:24.636 INFO STEP 557 (remove_files) COMPLETE
60092024-12-18T21:34:26.190Z[ recovery-image] Dec 18 21:34:24.636 INFO O| Dec 18 21:34:24.636 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-18T21:34:26.225Z[ recovery-image] Dec 18 21:34:24.675 INFO O| Dec 18 21:34:24.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60112024-12-18T21:34:26.229Z[ recovery-image] Dec 18 21:34:24.675 INFO O| Dec 18 21:34:24.675 INFO STEP 558 (remove_files) COMPLETE
60122024-12-18T21:34:26.230Z[ recovery-image] Dec 18 21:34:24.675 INFO O| Dec 18 21:34:24.675 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-12-18T21:34:26.245Z[ recovery-image] Dec 18 21:34:24.695 INFO O| Dec 18 21:34:24.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60142024-12-18T21:34:26.249Z[ recovery-image] Dec 18 21:34:24.695 INFO O| Dec 18 21:34:24.695 INFO STEP 559 (remove_files) COMPLETE
60152024-12-18T21:34:26.249Z[ recovery-image] Dec 18 21:34:24.695 INFO O| Dec 18 21:34:24.695 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-12-18T21:34:26.264Z[ recovery-image] Dec 18 21:34:24.715 INFO O| Dec 18 21:34:24.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60172024-12-18T21:34:26.266Z[ recovery-image] Dec 18 21:34:24.715 INFO O| Dec 18 21:34:24.715 INFO STEP 560 (remove_files) COMPLETE
60182024-12-18T21:34:26.266Z[ recovery-image] Dec 18 21:34:24.715 INFO O| Dec 18 21:34:24.715 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-12-18T21:34:26.284Z[ recovery-image] Dec 18 21:34:24.735 INFO O| Dec 18 21:34:24.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60202024-12-18T21:34:26.287Z[ recovery-image] Dec 18 21:34:24.735 INFO O| Dec 18 21:34:24.735 INFO STEP 561 (remove_files) COMPLETE
60212024-12-18T21:34:26.287Z[ recovery-image] Dec 18 21:34:24.735 INFO O| Dec 18 21:34:24.735 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-12-18T21:34:26.304Z[ recovery-image] Dec 18 21:34:24.755 INFO O| Dec 18 21:34:24.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60232024-12-18T21:34:26.307Z[ recovery-image] Dec 18 21:34:24.756 INFO O| Dec 18 21:34:24.756 INFO STEP 562 (remove_files) COMPLETE
60242024-12-18T21:34:26.307Z[ recovery-image] Dec 18 21:34:24.756 INFO O| Dec 18 21:34:24.756 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-12-18T21:34:26.325Z[ recovery-image] Dec 18 21:34:24.776 INFO O| Dec 18 21:34:24.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60262024-12-18T21:34:26.325Z[ recovery-image] Dec 18 21:34:24.776 INFO O| Dec 18 21:34:24.776 INFO STEP 563 (remove_files) COMPLETE
60272024-12-18T21:34:26.325Z[ recovery-image] Dec 18 21:34:24.776 INFO O| Dec 18 21:34:24.776 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-12-18T21:34:26.352Z[ recovery-image] Dec 18 21:34:24.803 INFO O| Dec 18 21:34:24.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60292024-12-18T21:34:26.352Z[ recovery-image] Dec 18 21:34:24.803 INFO O| Dec 18 21:34:24.803 INFO STEP 564 (remove_files) COMPLETE
60302024-12-18T21:34:26.355Z[ recovery-image] Dec 18 21:34:24.803 INFO O| Dec 18 21:34:24.803 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-12-18T21:34:26.375Z[ recovery-image] Dec 18 21:34:24.826 INFO O| Dec 18 21:34:24.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60322024-12-18T21:34:26.375Z[ recovery-image] Dec 18 21:34:24.826 INFO O| Dec 18 21:34:24.826 INFO STEP 565 (remove_files) COMPLETE
60332024-12-18T21:34:26.379Z[ recovery-image] Dec 18 21:34:24.826 INFO O| Dec 18 21:34:24.826 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-12-18T21:34:26.452Z[ recovery-image] Dec 18 21:34:24.903 INFO O| Dec 18 21:34:24.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60352024-12-18T21:34:26.455Z[ recovery-image] Dec 18 21:34:24.903 INFO O| Dec 18 21:34:24.903 INFO STEP 566 (remove_files) COMPLETE
60362024-12-18T21:34:26.455Z[ recovery-image] Dec 18 21:34:24.903 INFO O| Dec 18 21:34:24.903 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-12-18T21:34:26.476Z[ recovery-image] Dec 18 21:34:24.922 INFO O| Dec 18 21:34:24.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60382024-12-18T21:34:26.476Z[ recovery-image] Dec 18 21:34:24.922 INFO O| Dec 18 21:34:24.922 INFO STEP 567 (remove_files) COMPLETE
60392024-12-18T21:34:26.476Z[ recovery-image] Dec 18 21:34:24.922 INFO O| Dec 18 21:34:24.922 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-12-18T21:34:26.583Z[ recovery-image] Dec 18 21:34:24.954 INFO O| Dec 18 21:34:24.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60412024-12-18T21:34:26.583Z[ recovery-image] Dec 18 21:34:24.954 INFO O| Dec 18 21:34:24.954 INFO STEP 568 (remove_files) COMPLETE
60422024-12-18T21:34:26.583Z[ recovery-image] Dec 18 21:34:24.955 INFO O| Dec 18 21:34:24.954 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-12-18T21:34:26.583Z[ recovery-image] Dec 18 21:34:24.974 INFO O| Dec 18 21:34:24.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60442024-12-18T21:34:26.583Z[ recovery-image] Dec 18 21:34:24.974 INFO O| Dec 18 21:34:24.974 INFO STEP 569 (remove_files) COMPLETE
60452024-12-18T21:34:26.583Z[ recovery-image] Dec 18 21:34:24.974 INFO O| Dec 18 21:34:24.974 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-12-18T21:34:26.603Z[ recovery-image] Dec 18 21:34:25.054 INFO O| Dec 18 21:34:25.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60472024-12-18T21:34:26.603Z[ recovery-image] Dec 18 21:34:25.054 INFO O| Dec 18 21:34:25.054 INFO STEP 570 (remove_files) COMPLETE
60482024-12-18T21:34:26.603Z[ recovery-image] Dec 18 21:34:25.054 INFO O| Dec 18 21:34:25.054 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-12-18T21:34:26.671Z[ recovery-image] Dec 18 21:34:25.121 INFO O| Dec 18 21:34:25.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60502024-12-18T21:34:26.671Z[ recovery-image] Dec 18 21:34:25.121 INFO O| Dec 18 21:34:25.121 INFO STEP 571 (remove_files) COMPLETE
60512024-12-18T21:34:26.672Z[ recovery-image] Dec 18 21:34:25.121 INFO O| Dec 18 21:34:25.121 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-12-18T21:34:26.741Z[ recovery-image] Dec 18 21:34:25.184 INFO O| Dec 18 21:34:25.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60532024-12-18T21:34:26.741Z[ recovery-image] Dec 18 21:34:25.184 INFO O| Dec 18 21:34:25.184 INFO STEP 572 (remove_files) COMPLETE
60542024-12-18T21:34:26.745Z[ recovery-image] Dec 18 21:34:25.184 INFO O| Dec 18 21:34:25.184 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-12-18T21:34:26.751Z[ recovery-image] Dec 18 21:34:25.202 INFO O| Dec 18 21:34:25.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60562024-12-18T21:34:26.751Z[ recovery-image] Dec 18 21:34:25.202 INFO O| Dec 18 21:34:25.202 INFO STEP 573 (remove_files) COMPLETE
60572024-12-18T21:34:26.751Z[ recovery-image] Dec 18 21:34:25.202 INFO O| Dec 18 21:34:25.202 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-12-18T21:34:26.769Z[ recovery-image] Dec 18 21:34:25.220 INFO O| Dec 18 21:34:25.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60592024-12-18T21:34:26.769Z[ recovery-image] Dec 18 21:34:25.220 INFO O| Dec 18 21:34:25.220 INFO STEP 574 (remove_files) COMPLETE
60602024-12-18T21:34:26.769Z[ recovery-image] Dec 18 21:34:25.220 INFO O| Dec 18 21:34:25.220 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-12-18T21:34:26.797Z[ recovery-image] Dec 18 21:34:25.248 INFO O| Dec 18 21:34:25.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60622024-12-18T21:34:26.797Z[ recovery-image] Dec 18 21:34:25.248 INFO O| Dec 18 21:34:25.248 INFO STEP 575 (remove_files) COMPLETE
60632024-12-18T21:34:26.797Z[ recovery-image] Dec 18 21:34:25.248 INFO O| Dec 18 21:34:25.248 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-12-18T21:34:26.860Z[ recovery-image] Dec 18 21:34:25.310 INFO O| Dec 18 21:34:25.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60652024-12-18T21:34:26.860Z[ recovery-image] Dec 18 21:34:25.310 INFO O| Dec 18 21:34:25.310 INFO STEP 576 (remove_files) COMPLETE
60662024-12-18T21:34:26.860Z[ recovery-image] Dec 18 21:34:25.310 INFO O| Dec 18 21:34:25.310 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-12-18T21:34:26.917Z[ recovery-image] Dec 18 21:34:25.367 INFO O| Dec 18 21:34:25.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60682024-12-18T21:34:26.917Z[ recovery-image] Dec 18 21:34:25.367 INFO O| Dec 18 21:34:25.367 INFO STEP 577 (remove_files) COMPLETE
60692024-12-18T21:34:26.918Z[ recovery-image] Dec 18 21:34:25.367 INFO O| Dec 18 21:34:25.367 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-12-18T21:34:26.936Z[ recovery-image] Dec 18 21:34:25.386 INFO O| Dec 18 21:34:25.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60712024-12-18T21:34:26.937Z[ recovery-image] Dec 18 21:34:25.387 INFO O| Dec 18 21:34:25.386 INFO STEP 578 (remove_files) COMPLETE
60722024-12-18T21:34:26.940Z[ recovery-image] Dec 18 21:34:25.387 INFO O| Dec 18 21:34:25.386 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-12-18T21:34:26.956Z[ recovery-image] Dec 18 21:34:25.406 INFO O| Dec 18 21:34:25.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60742024-12-18T21:34:26.956Z[ recovery-image] Dec 18 21:34:25.406 INFO O| Dec 18 21:34:25.406 INFO STEP 579 (remove_files) COMPLETE
60752024-12-18T21:34:26.956Z[ recovery-image] Dec 18 21:34:25.406 INFO O| Dec 18 21:34:25.406 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-12-18T21:34:26.988Z[ recovery-image] Dec 18 21:34:25.438 INFO O| Dec 18 21:34:25.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60772024-12-18T21:34:26.988Z[ recovery-image] Dec 18 21:34:25.438 INFO O| Dec 18 21:34:25.438 INFO STEP 580 (remove_files) COMPLETE
60782024-12-18T21:34:26.990Z[ recovery-image] Dec 18 21:34:25.438 INFO O| Dec 18 21:34:25.438 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-12-18T21:34:27.019Z[ recovery-image] Dec 18 21:34:25.470 INFO O| Dec 18 21:34:25.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60802024-12-18T21:34:27.019Z[ recovery-image] Dec 18 21:34:25.470 INFO O| Dec 18 21:34:25.470 INFO STEP 581 (remove_files) COMPLETE
60812024-12-18T21:34:27.019Z[ recovery-image] Dec 18 21:34:25.470 INFO O| Dec 18 21:34:25.470 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-12-18T21:34:27.037Z[ host-image] Dec 18 21:34:25.488 INFO O| Dec 18 21:34:25.487 INFO O| Planning: Solver setup ... Done
60832024-12-18T21:34:27.040Z[ recovery-image] Dec 18 21:34:25.488 INFO O| Dec 18 21:34:25.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60842024-12-18T21:34:27.040Z[ recovery-image] Dec 18 21:34:25.488 INFO O| Dec 18 21:34:25.488 INFO STEP 582 (remove_files) COMPLETE
60852024-12-18T21:34:27.040Z[ recovery-image] Dec 18 21:34:25.489 INFO O| Dec 18 21:34:25.488 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-18T21:34:27.066Z[ host-image] Dec 18 21:34:25.517 INFO O| Dec 18 21:34:25.517 INFO O| Planning: Running solver ... Done
60872024-12-18T21:34:27.077Z[ recovery-image] Dec 18 21:34:25.528 INFO O| Dec 18 21:34:25.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60882024-12-18T21:34:27.077Z[ recovery-image] Dec 18 21:34:25.528 INFO O| Dec 18 21:34:25.528 INFO STEP 583 (remove_files) COMPLETE
60892024-12-18T21:34:27.080Z[ recovery-image] Dec 18 21:34:25.528 INFO O| Dec 18 21:34:25.528 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-18T21:34:27.096Z[ recovery-image] Dec 18 21:34:25.547 INFO O| Dec 18 21:34:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60912024-12-18T21:34:27.099Z[ recovery-image] Dec 18 21:34:25.547 INFO O| Dec 18 21:34:25.547 INFO STEP 584 (remove_files) COMPLETE
60922024-12-18T21:34:27.099Z[ recovery-image] Dec 18 21:34:25.547 INFO O| Dec 18 21:34:25.547 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-18T21:34:27.115Z[ recovery-image] Dec 18 21:34:25.566 INFO O| Dec 18 21:34:25.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60942024-12-18T21:34:27.118Z[ recovery-image] Dec 18 21:34:25.566 INFO O| Dec 18 21:34:25.566 INFO STEP 585 (remove_files) COMPLETE
60952024-12-18T21:34:27.118Z[ recovery-image] Dec 18 21:34:25.566 INFO O| Dec 18 21:34:25.566 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-18T21:34:27.152Z[ recovery-image] Dec 18 21:34:25.602 INFO O| Dec 18 21:34:25.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60972024-12-18T21:34:27.155Z[ recovery-image] Dec 18 21:34:25.602 INFO O| Dec 18 21:34:25.602 INFO STEP 586 (remove_files) COMPLETE
60982024-12-18T21:34:27.155Z[ recovery-image] Dec 18 21:34:25.602 INFO O| Dec 18 21:34:25.602 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-18T21:34:27.170Z[ host-image] Dec 18 21:34:25.620 INFO O| Dec 18 21:34:25.620 INFO O| Planning: Finding local manifests ... Done
61002024-12-18T21:34:27.173Z[ host-image] Dec 18 21:34:25.621 INFO O| Dec 18 21:34:25.621 INFO O| Planning: Fetching manifests: 0/1 0% complete
61012024-12-18T21:34:27.190Z[ recovery-image] Dec 18 21:34:25.640 INFO O| Dec 18 21:34:25.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61022024-12-18T21:34:27.215Z[ recovery-image] Dec 18 21:34:25.665 INFO O| Dec 18 21:34:25.665 INFO STEP 587 (remove_files) COMPLETE
61032024-12-18T21:34:27.215Z[ recovery-image] Dec 18 21:34:25.665 INFO O| Dec 18 21:34:25.665 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-18T21:34:27.254Z[ recovery-image] Dec 18 21:34:25.704 INFO O| Dec 18 21:34:25.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61052024-12-18T21:34:27.254Z[ recovery-image] Dec 18 21:34:25.704 INFO O| Dec 18 21:34:25.704 INFO STEP 588 (remove_files) COMPLETE
61062024-12-18T21:34:27.254Z[ recovery-image] Dec 18 21:34:25.704 INFO O| Dec 18 21:34:25.704 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-18T21:34:27.274Z[ recovery-image] Dec 18 21:34:25.725 INFO O| Dec 18 21:34:25.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61082024-12-18T21:34:27.274Z[ recovery-image] Dec 18 21:34:25.725 INFO O| Dec 18 21:34:25.725 INFO STEP 589 (remove_files) COMPLETE
61092024-12-18T21:34:27.277Z[ recovery-image] Dec 18 21:34:25.725 INFO O| Dec 18 21:34:25.725 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-18T21:34:27.310Z[ recovery-image] Dec 18 21:34:25.760 INFO O| Dec 18 21:34:25.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61112024-12-18T21:34:27.310Z[ recovery-image] Dec 18 21:34:25.760 INFO O| Dec 18 21:34:25.760 INFO STEP 590 (remove_files) COMPLETE
61122024-12-18T21:34:27.310Z[ recovery-image] Dec 18 21:34:25.760 INFO O| Dec 18 21:34:25.760 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-18T21:34:27.334Z[ recovery-image] Dec 18 21:34:25.784 INFO O| Dec 18 21:34:25.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61142024-12-18T21:34:27.334Z[ recovery-image] Dec 18 21:34:25.785 INFO O| Dec 18 21:34:25.785 INFO STEP 591 (remove_files) COMPLETE
61152024-12-18T21:34:27.337Z[ recovery-image] Dec 18 21:34:25.785 INFO O| Dec 18 21:34:25.785 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-18T21:34:27.356Z[ host-image] Dec 18 21:34:25.807 INFO O| Dec 18 21:34:25.807 INFO O| Planning: Fetching manifests: 1/1 100% complete
61172024-12-18T21:34:27.364Z[ recovery-image] Dec 18 21:34:25.815 INFO O| Dec 18 21:34:25.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61182024-12-18T21:34:27.367Z[ recovery-image] Dec 18 21:34:25.815 INFO O| Dec 18 21:34:25.815 INFO STEP 592 (remove_files) COMPLETE
61192024-12-18T21:34:27.367Z[ recovery-image] Dec 18 21:34:25.815 INFO O| Dec 18 21:34:25.815 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-18T21:34:27.397Z[ host-image] Dec 18 21:34:25.848 INFO O| Dec 18 21:34:25.848 INFO O| Planning: Package planning ... Done
61212024-12-18T21:34:27.400Z[ host-image] Dec 18 21:34:25.848 INFO O| Dec 18 21:34:25.848 INFO O| Planning: Merging actions ... Done
61222024-12-18T21:34:27.418Z[ recovery-image] Dec 18 21:34:25.868 INFO O| Dec 18 21:34:25.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61232024-12-18T21:34:27.421Z[ recovery-image] Dec 18 21:34:25.868 INFO O| Dec 18 21:34:25.868 INFO STEP 593 (remove_files) COMPLETE
61242024-12-18T21:34:27.421Z[ recovery-image] Dec 18 21:34:25.868 INFO O| Dec 18 21:34:25.868 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-18T21:34:27.451Z[ recovery-image] Dec 18 21:34:25.901 INFO O| Dec 18 21:34:25.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61262024-12-18T21:34:27.451Z[ recovery-image] Dec 18 21:34:25.901 INFO O| Dec 18 21:34:25.901 INFO STEP 594 (remove_files) COMPLETE
61272024-12-18T21:34:27.451Z[ recovery-image] Dec 18 21:34:25.901 INFO O| Dec 18 21:34:25.901 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-18T21:34:27.511Z[ recovery-image] Dec 18 21:34:25.962 INFO O| Dec 18 21:34:25.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61292024-12-18T21:34:27.511Z[ recovery-image] Dec 18 21:34:25.962 INFO O| Dec 18 21:34:25.962 INFO STEP 595 (remove_files) COMPLETE
61302024-12-18T21:34:27.511Z[ recovery-image] Dec 18 21:34:25.962 INFO O| Dec 18 21:34:25.962 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-18T21:34:27.523Z[ host-image] Dec 18 21:34:25.972 INFO O| Dec 18 21:34:25.972 INFO O| Planning: Checking for conflicting actions ... Done
61322024-12-18T21:34:27.526Z[ host-image] Dec 18 21:34:25.973 INFO O| Dec 18 21:34:25.973 INFO O| Planning: Consolidating action changes ... Done
61332024-12-18T21:34:27.532Z[ recovery-image] Dec 18 21:34:25.982 INFO O| Dec 18 21:34:25.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61342024-12-18T21:34:27.534Z[ recovery-image] Dec 18 21:34:25.983 INFO O| Dec 18 21:34:25.983 INFO STEP 596 (remove_files) COMPLETE
61352024-12-18T21:34:27.534Z[ recovery-image] Dec 18 21:34:25.983 INFO O| Dec 18 21:34:25.983 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-18T21:34:27.555Z[ recovery-image] Dec 18 21:34:26.005 INFO O| Dec 18 21:34:26.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61372024-12-18T21:34:27.555Z[ recovery-image] Dec 18 21:34:26.005 INFO O| Dec 18 21:34:26.005 INFO STEP 597 (remove_files) COMPLETE
61382024-12-18T21:34:27.563Z[ recovery-image] Dec 18 21:34:26.006 INFO O| Dec 18 21:34:26.005 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-18T21:34:27.577Z[ recovery-image] Dec 18 21:34:26.028 INFO O| Dec 18 21:34:26.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61402024-12-18T21:34:27.580Z[ recovery-image] Dec 18 21:34:26.028 INFO O| Dec 18 21:34:26.028 INFO STEP 598 (remove_files) COMPLETE
61412024-12-18T21:34:27.580Z[ recovery-image] Dec 18 21:34:26.028 INFO O| Dec 18 21:34:26.028 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-18T21:34:27.596Z[ recovery-image] Dec 18 21:34:26.047 INFO O| Dec 18 21:34:26.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61432024-12-18T21:34:27.596Z[ recovery-image] Dec 18 21:34:26.047 INFO O| Dec 18 21:34:26.047 INFO STEP 599 (remove_files) COMPLETE
61442024-12-18T21:34:27.597Z[ recovery-image] Dec 18 21:34:26.047 INFO O| Dec 18 21:34:26.047 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-18T21:34:27.615Z[ recovery-image] Dec 18 21:34:26.065 INFO O| Dec 18 21:34:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61462024-12-18T21:34:27.615Z[ recovery-image] Dec 18 21:34:26.065 INFO O| Dec 18 21:34:26.065 INFO STEP 600 (remove_files) COMPLETE
61472024-12-18T21:34:27.615Z[ recovery-image] Dec 18 21:34:26.065 INFO O| Dec 18 21:34:26.065 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-18T21:34:27.633Z[ recovery-image] Dec 18 21:34:26.084 INFO O| Dec 18 21:34:26.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61492024-12-18T21:34:27.633Z[ recovery-image] Dec 18 21:34:26.084 INFO O| Dec 18 21:34:26.084 INFO STEP 601 (remove_files) COMPLETE
61502024-12-18T21:34:27.633Z[ recovery-image] Dec 18 21:34:26.084 INFO O| Dec 18 21:34:26.084 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-18T21:34:27.652Z[ recovery-image] Dec 18 21:34:26.102 INFO O| Dec 18 21:34:26.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61522024-12-18T21:34:27.652Z[ recovery-image] Dec 18 21:34:26.102 INFO O| Dec 18 21:34:26.102 INFO STEP 602 (remove_files) COMPLETE
61532024-12-18T21:34:27.652Z[ recovery-image] Dec 18 21:34:26.102 INFO O| Dec 18 21:34:26.102 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-18T21:34:27.696Z[ recovery-image] Dec 18 21:34:26.147 INFO O| Dec 18 21:34:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61552024-12-18T21:34:27.704Z[ recovery-image] Dec 18 21:34:26.155 INFO O| Dec 18 21:34:26.155 INFO STEP 603 (remove_files) COMPLETE
61562024-12-18T21:34:27.704Z[ recovery-image] Dec 18 21:34:26.155 INFO O| Dec 18 21:34:26.155 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-18T21:34:27.738Z[ recovery-image] Dec 18 21:34:26.188 INFO O| Dec 18 21:34:26.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61582024-12-18T21:34:27.738Z[ recovery-image] Dec 18 21:34:26.188 INFO O| Dec 18 21:34:26.188 INFO STEP 604 (remove_files) COMPLETE
61592024-12-18T21:34:27.740Z[ recovery-image] Dec 18 21:34:26.188 INFO O| Dec 18 21:34:26.188 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-18T21:34:27.770Z[ recovery-image] Dec 18 21:34:26.221 INFO O| Dec 18 21:34:26.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61612024-12-18T21:34:27.770Z[ recovery-image] Dec 18 21:34:26.221 INFO O| Dec 18 21:34:26.221 INFO STEP 605 (remove_files) COMPLETE
61622024-12-18T21:34:27.773Z[ recovery-image] Dec 18 21:34:26.221 INFO O| Dec 18 21:34:26.221 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-18T21:34:27.788Z[ recovery-image] Dec 18 21:34:26.239 INFO O| Dec 18 21:34:26.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61642024-12-18T21:34:27.788Z[ recovery-image] Dec 18 21:34:26.239 INFO O| Dec 18 21:34:26.239 INFO STEP 606 (remove_files) COMPLETE
61652024-12-18T21:34:27.791Z[ recovery-image] Dec 18 21:34:26.239 INFO O| Dec 18 21:34:26.239 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-18T21:34:27.806Z[ recovery-image] Dec 18 21:34:26.256 INFO O| Dec 18 21:34:26.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61672024-12-18T21:34:27.806Z[ recovery-image] Dec 18 21:34:26.256 INFO O| Dec 18 21:34:26.256 INFO STEP 607 (remove_files) COMPLETE
61682024-12-18T21:34:27.806Z[ recovery-image] Dec 18 21:34:26.256 INFO O| Dec 18 21:34:26.256 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-18T21:34:27.823Z[ recovery-image] Dec 18 21:34:26.273 INFO O| Dec 18 21:34:26.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61702024-12-18T21:34:27.823Z[ recovery-image] Dec 18 21:34:26.273 INFO O| Dec 18 21:34:26.273 INFO STEP 608 (remove_files) COMPLETE
61712024-12-18T21:34:27.826Z[ recovery-image] Dec 18 21:34:26.273 INFO O| Dec 18 21:34:26.273 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-18T21:34:27.841Z[ recovery-image] Dec 18 21:34:26.290 INFO O| Dec 18 21:34:26.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61732024-12-18T21:34:27.841Z[ recovery-image] Dec 18 21:34:26.291 INFO O| Dec 18 21:34:26.290 INFO STEP 609 (remove_files) COMPLETE
61742024-12-18T21:34:27.841Z[ recovery-image] Dec 18 21:34:26.291 INFO O| Dec 18 21:34:26.291 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-18T21:34:27.857Z[ recovery-image] Dec 18 21:34:26.308 INFO O| Dec 18 21:34:26.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61762024-12-18T21:34:27.861Z[ recovery-image] Dec 18 21:34:26.308 INFO O| Dec 18 21:34:26.308 INFO STEP 610 (remove_files) COMPLETE
61772024-12-18T21:34:27.861Z[ recovery-image] Dec 18 21:34:26.309 INFO O| Dec 18 21:34:26.308 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-18T21:34:27.876Z[ recovery-image] Dec 18 21:34:26.327 INFO O| Dec 18 21:34:26.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61792024-12-18T21:34:27.879Z[ recovery-image] Dec 18 21:34:26.327 INFO O| Dec 18 21:34:26.327 INFO STEP 611 (remove_files) COMPLETE
61802024-12-18T21:34:27.879Z[ recovery-image] Dec 18 21:34:26.327 INFO O| Dec 18 21:34:26.327 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-18T21:34:27.900Z[ recovery-image] Dec 18 21:34:26.350 INFO O| Dec 18 21:34:26.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61822024-12-18T21:34:27.902Z[ recovery-image] Dec 18 21:34:26.351 INFO O| Dec 18 21:34:26.350 INFO STEP 612 (remove_files) COMPLETE
61832024-12-18T21:34:27.902Z[ recovery-image] Dec 18 21:34:26.351 INFO O| Dec 18 21:34:26.351 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-18T21:34:27.905Z[ host-image] Dec 18 21:34:26.355 INFO O| Dec 18 21:34:26.355 INFO O| Planning: Evaluating mediators ... Done
61852024-12-18T21:34:27.905Z[ host-image] Dec 18 21:34:26.356 INFO O| Dec 18 21:34:26.355 INFO O| Planning: Planning completed in 5.28 seconds
61862024-12-18T21:34:27.907Z[ host-image] Dec 18 21:34:26.358 INFO O| Dec 18 21:34:26.358 INFO O| Packages to install: 1
61872024-12-18T21:34:27.918Z[ recovery-image] Dec 18 21:34:26.369 INFO O| Dec 18 21:34:26.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61882024-12-18T21:34:27.918Z[ recovery-image] Dec 18 21:34:26.369 INFO O| Dec 18 21:34:26.369 INFO STEP 613 (remove_files) COMPLETE
61892024-12-18T21:34:27.918Z[ recovery-image] Dec 18 21:34:26.369 INFO O| Dec 18 21:34:26.369 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-18T21:34:27.926Z[ host-image] Dec 18 21:34:26.377 INFO O| Dec 18 21:34:26.376 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
61912024-12-18T21:34:27.947Z[ recovery-image] Dec 18 21:34:26.397 INFO O| Dec 18 21:34:26.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61922024-12-18T21:34:27.947Z[ recovery-image] Dec 18 21:34:26.397 INFO O| Dec 18 21:34:26.397 INFO STEP 614 (remove_files) COMPLETE
61932024-12-18T21:34:27.947Z[ recovery-image] Dec 18 21:34:26.397 INFO O| Dec 18 21:34:26.397 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-12-18T21:34:28.018Z[ recovery-image] Dec 18 21:34:26.468 INFO O| Dec 18 21:34:26.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61952024-12-18T21:34:28.018Z[ recovery-image] Dec 18 21:34:26.468 INFO O| Dec 18 21:34:26.468 INFO STEP 615 (remove_files) COMPLETE
61962024-12-18T21:34:28.018Z[ recovery-image] Dec 18 21:34:26.468 INFO O| Dec 18 21:34:26.468 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-12-18T21:34:28.043Z[ recovery-image] Dec 18 21:34:26.493 INFO O| Dec 18 21:34:26.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61982024-12-18T21:34:28.043Z[ recovery-image] Dec 18 21:34:26.493 INFO O| Dec 18 21:34:26.493 INFO STEP 616 (remove_files) COMPLETE
61992024-12-18T21:34:28.046Z[ recovery-image] Dec 18 21:34:26.493 INFO O| Dec 18 21:34:26.493 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-12-18T21:34:28.066Z[ recovery-image] Dec 18 21:34:26.516 INFO O| Dec 18 21:34:26.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62012024-12-18T21:34:28.066Z[ recovery-image] Dec 18 21:34:26.516 INFO O| Dec 18 21:34:26.516 INFO STEP 617 (remove_files) COMPLETE
62022024-12-18T21:34:28.066Z[ recovery-image] Dec 18 21:34:26.516 INFO O| Dec 18 21:34:26.516 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-12-18T21:34:28.115Z[ recovery-image] Dec 18 21:34:26.566 INFO O| Dec 18 21:34:26.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62042024-12-18T21:34:28.116Z[ recovery-image] Dec 18 21:34:26.566 INFO O| Dec 18 21:34:26.566 INFO STEP 618 (remove_files) COMPLETE
62052024-12-18T21:34:28.118Z[ recovery-image] Dec 18 21:34:26.566 INFO O| Dec 18 21:34:26.566 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-12-18T21:34:28.147Z[ recovery-image] Dec 18 21:34:26.596 INFO O| Dec 18 21:34:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62072024-12-18T21:34:28.147Z[ recovery-image] Dec 18 21:34:26.596 INFO O| Dec 18 21:34:26.596 INFO STEP 619 (remove_files) COMPLETE
62082024-12-18T21:34:28.147Z[ recovery-image] Dec 18 21:34:26.596 INFO O| Dec 18 21:34:26.596 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-12-18T21:34:28.165Z[ recovery-image] Dec 18 21:34:26.615 INFO O| Dec 18 21:34:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62102024-12-18T21:34:28.165Z[ recovery-image] Dec 18 21:34:26.615 INFO O| Dec 18 21:34:26.615 INFO STEP 620 (remove_files) COMPLETE
62112024-12-18T21:34:28.165Z[ recovery-image] Dec 18 21:34:26.615 INFO O| Dec 18 21:34:26.615 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-12-18T21:34:28.199Z[ recovery-image] Dec 18 21:34:26.649 INFO O| Dec 18 21:34:26.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62132024-12-18T21:34:28.201Z[ recovery-image] Dec 18 21:34:26.649 INFO O| Dec 18 21:34:26.649 INFO STEP 621 (remove_files) COMPLETE
62142024-12-18T21:34:28.201Z[ recovery-image] Dec 18 21:34:26.649 INFO O| Dec 18 21:34:26.649 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-12-18T21:34:28.222Z[ recovery-image] Dec 18 21:34:26.672 INFO O| Dec 18 21:34:26.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62162024-12-18T21:34:28.222Z[ recovery-image] Dec 18 21:34:26.672 INFO O| Dec 18 21:34:26.672 INFO STEP 622 (remove_files) COMPLETE
62172024-12-18T21:34:28.222Z[ recovery-image] Dec 18 21:34:26.672 INFO O| Dec 18 21:34:26.672 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-12-18T21:34:28.295Z[ recovery-image] Dec 18 21:34:26.742 INFO O| Dec 18 21:34:26.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62192024-12-18T21:34:28.295Z[ recovery-image] Dec 18 21:34:26.742 INFO O| Dec 18 21:34:26.742 INFO STEP 623 (remove_files) COMPLETE
62202024-12-18T21:34:28.299Z[ recovery-image] Dec 18 21:34:26.742 INFO O| Dec 18 21:34:26.742 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-12-18T21:34:28.313Z[ recovery-image] Dec 18 21:34:26.763 INFO O| Dec 18 21:34:26.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62222024-12-18T21:34:28.313Z[ recovery-image] Dec 18 21:34:26.764 INFO O| Dec 18 21:34:26.764 INFO STEP 624 (remove_files) COMPLETE
62232024-12-18T21:34:28.313Z[ recovery-image] Dec 18 21:34:26.764 INFO O| Dec 18 21:34:26.764 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-12-18T21:34:28.350Z[ recovery-image] Dec 18 21:34:26.800 INFO O| Dec 18 21:34:26.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62252024-12-18T21:34:28.350Z[ recovery-image] Dec 18 21:34:26.800 INFO O| Dec 18 21:34:26.800 INFO STEP 625 (remove_files) COMPLETE
62262024-12-18T21:34:28.350Z[ recovery-image] Dec 18 21:34:26.800 INFO O| Dec 18 21:34:26.800 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-12-18T21:34:28.379Z[ recovery-image] Dec 18 21:34:26.829 INFO O| Dec 18 21:34:26.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62282024-12-18T21:34:28.379Z[ recovery-image] Dec 18 21:34:26.829 INFO O| Dec 18 21:34:26.829 INFO STEP 626 (remove_files) COMPLETE
62292024-12-18T21:34:28.379Z[ recovery-image] Dec 18 21:34:26.829 INFO O| Dec 18 21:34:26.829 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-12-18T21:34:28.417Z[ recovery-image] Dec 18 21:34:26.868 INFO O| Dec 18 21:34:26.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62312024-12-18T21:34:28.417Z[ recovery-image] Dec 18 21:34:26.868 INFO O| Dec 18 21:34:26.868 INFO STEP 627 (remove_files) COMPLETE
62322024-12-18T21:34:28.417Z[ recovery-image] Dec 18 21:34:26.868 INFO O| Dec 18 21:34:26.868 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-12-18T21:34:28.435Z[ recovery-image] Dec 18 21:34:26.885 INFO O| Dec 18 21:34:26.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62342024-12-18T21:34:28.435Z[ recovery-image] Dec 18 21:34:26.885 INFO O| Dec 18 21:34:26.885 INFO STEP 628 (remove_files) COMPLETE
62352024-12-18T21:34:28.435Z[ recovery-image] Dec 18 21:34:26.886 INFO O| Dec 18 21:34:26.885 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-12-18T21:34:28.453Z[ recovery-image] Dec 18 21:34:26.904 INFO O| Dec 18 21:34:26.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62372024-12-18T21:34:28.454Z[ recovery-image] Dec 18 21:34:26.904 INFO O| Dec 18 21:34:26.904 INFO STEP 629 (remove_files) COMPLETE
62382024-12-18T21:34:28.458Z[ recovery-image] Dec 18 21:34:26.904 INFO O| Dec 18 21:34:26.904 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-12-18T21:34:28.474Z[ recovery-image] Dec 18 21:34:26.924 INFO O| Dec 18 21:34:26.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62402024-12-18T21:34:28.476Z[ recovery-image] Dec 18 21:34:26.924 INFO O| Dec 18 21:34:26.924 INFO STEP 630 (remove_files) COMPLETE
62412024-12-18T21:34:28.476Z[ recovery-image] Dec 18 21:34:26.925 INFO O| Dec 18 21:34:26.925 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-18T21:34:28.557Z[ host-image] Dec 18 21:34:26.997 INFO O| Dec 18 21:34:26.997 INFO O| Download: Completed 9.99 MB in 0.62 seconds (16.1M/s)
62432024-12-18T21:34:28.564Z[ recovery-image] Dec 18 21:34:27.013 INFO O| Dec 18 21:34:27.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62442024-12-18T21:34:28.568Z[ recovery-image] Dec 18 21:34:27.013 INFO O| Dec 18 21:34:27.013 INFO STEP 631 (remove_files) COMPLETE
62452024-12-18T21:34:28.568Z[ recovery-image] Dec 18 21:34:27.014 INFO O| Dec 18 21:34:27.013 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-18T21:34:28.588Z[ recovery-image] Dec 18 21:34:27.038 INFO O| Dec 18 21:34:27.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62472024-12-18T21:34:28.588Z[ recovery-image] Dec 18 21:34:27.038 INFO O| Dec 18 21:34:27.038 INFO STEP 632 (remove_files) COMPLETE
62482024-12-18T21:34:28.588Z[ recovery-image] Dec 18 21:34:27.038 INFO O| Dec 18 21:34:27.038 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-18T21:34:28.613Z[ host-image] Dec 18 21:34:27.063 INFO O| Dec 18 21:34:27.063 INFO O| Actions: 1/22 actions (Installing new actions)
62502024-12-18T21:34:28.650Z[ recovery-image] Dec 18 21:34:27.099 INFO O| Dec 18 21:34:27.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62512024-12-18T21:34:28.650Z[ recovery-image] Dec 18 21:34:27.099 INFO O| Dec 18 21:34:27.099 INFO STEP 633 (remove_files) COMPLETE
62522024-12-18T21:34:28.650Z[ recovery-image] Dec 18 21:34:27.099 INFO O| Dec 18 21:34:27.099 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-18T21:34:28.687Z[ recovery-image] Dec 18 21:34:27.119 INFO O| Dec 18 21:34:27.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62542024-12-18T21:34:28.687Z[ recovery-image] Dec 18 21:34:27.119 INFO O| Dec 18 21:34:27.119 INFO STEP 634 (remove_files) COMPLETE
62552024-12-18T21:34:28.687Z[ recovery-image] Dec 18 21:34:27.119 INFO O| Dec 18 21:34:27.119 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-18T21:34:28.690Z[ recovery-image] Dec 18 21:34:27.139 INFO O| Dec 18 21:34:27.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62572024-12-18T21:34:28.690Z[ recovery-image] Dec 18 21:34:27.139 INFO O| Dec 18 21:34:27.139 INFO STEP 635 (remove_files) COMPLETE
62582024-12-18T21:34:28.690Z[ recovery-image] Dec 18 21:34:27.139 INFO O| Dec 18 21:34:27.139 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-18T21:34:28.748Z[ recovery-image] Dec 18 21:34:27.199 INFO O| Dec 18 21:34:27.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62602024-12-18T21:34:28.748Z[ recovery-image] Dec 18 21:34:27.199 INFO O| Dec 18 21:34:27.199 INFO STEP 636 (remove_files) COMPLETE
62612024-12-18T21:34:28.748Z[ recovery-image] Dec 18 21:34:27.199 INFO O| Dec 18 21:34:27.199 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-18T21:34:28.769Z[ recovery-image] Dec 18 21:34:27.219 INFO O| Dec 18 21:34:27.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62632024-12-18T21:34:28.769Z[ recovery-image] Dec 18 21:34:27.219 INFO O| Dec 18 21:34:27.219 INFO STEP 637 (remove_files) COMPLETE
62642024-12-18T21:34:28.771Z[ recovery-image] Dec 18 21:34:27.219 INFO O| Dec 18 21:34:27.219 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-18T21:34:28.805Z[ recovery-image] Dec 18 21:34:27.255 INFO O| Dec 18 21:34:27.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62662024-12-18T21:34:28.807Z[ recovery-image] Dec 18 21:34:27.255 INFO O| Dec 18 21:34:27.255 INFO STEP 638 (remove_files) COMPLETE
62672024-12-18T21:34:28.808Z[ recovery-image] Dec 18 21:34:27.255 INFO O| Dec 18 21:34:27.255 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-18T21:34:28.841Z[ recovery-image] Dec 18 21:34:27.291 INFO O| Dec 18 21:34:27.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62692024-12-18T21:34:28.841Z[ recovery-image] Dec 18 21:34:27.291 INFO O| Dec 18 21:34:27.291 INFO STEP 639 (remove_files) COMPLETE
62702024-12-18T21:34:28.841Z[ recovery-image] Dec 18 21:34:27.291 INFO O| Dec 18 21:34:27.291 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-18T21:34:28.879Z[ recovery-image] Dec 18 21:34:27.328 INFO O| Dec 18 21:34:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62722024-12-18T21:34:28.879Z[ recovery-image] Dec 18 21:34:27.329 INFO O| Dec 18 21:34:27.329 INFO STEP 640 (remove_files) COMPLETE
62732024-12-18T21:34:28.879Z[ recovery-image] Dec 18 21:34:27.329 INFO O| Dec 18 21:34:27.329 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-18T21:34:28.918Z[ recovery-image] Dec 18 21:34:27.369 INFO O| Dec 18 21:34:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62752024-12-18T21:34:28.919Z[ recovery-image] Dec 18 21:34:27.369 INFO O| Dec 18 21:34:27.369 INFO STEP 641 (remove_files) COMPLETE
62762024-12-18T21:34:28.919Z[ recovery-image] Dec 18 21:34:27.369 INFO O| Dec 18 21:34:27.369 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-18T21:34:28.937Z[ recovery-image] Dec 18 21:34:27.387 INFO O| Dec 18 21:34:27.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62782024-12-18T21:34:28.962Z[ recovery-image] Dec 18 21:34:27.412 INFO O| Dec 18 21:34:27.412 INFO STEP 642 (remove_files) COMPLETE
62792024-12-18T21:34:28.962Z[ recovery-image] Dec 18 21:34:27.412 INFO O| Dec 18 21:34:27.412 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-18T21:34:29.002Z[ recovery-image] Dec 18 21:34:27.451 INFO O| Dec 18 21:34:27.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62812024-12-18T21:34:29.002Z[ recovery-image] Dec 18 21:34:27.451 INFO O| Dec 18 21:34:27.451 INFO STEP 643 (remove_files) COMPLETE
62822024-12-18T21:34:29.002Z[ recovery-image] Dec 18 21:34:27.451 INFO O| Dec 18 21:34:27.451 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-18T21:34:29.033Z[ host-image] Dec 18 21:34:27.483 INFO O| Dec 18 21:34:27.483 INFO O| Actions: Completed 22 actions in 0.42 seconds.
62842024-12-18T21:34:29.085Z[ recovery-image] Dec 18 21:34:27.534 INFO O| Dec 18 21:34:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62852024-12-18T21:34:29.085Z[ recovery-image] Dec 18 21:34:27.534 INFO O| Dec 18 21:34:27.534 INFO STEP 644 (remove_files) COMPLETE
62862024-12-18T21:34:29.085Z[ recovery-image] Dec 18 21:34:27.534 INFO O| Dec 18 21:34:27.534 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-12-18T21:34:29.122Z[ recovery-image] Dec 18 21:34:27.572 INFO O| Dec 18 21:34:27.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62882024-12-18T21:34:29.122Z[ recovery-image] Dec 18 21:34:27.572 INFO O| Dec 18 21:34:27.572 INFO STEP 645 (remove_files) COMPLETE
62892024-12-18T21:34:29.122Z[ recovery-image] Dec 18 21:34:27.572 INFO O| Dec 18 21:34:27.572 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-12-18T21:34:29.141Z[ recovery-image] Dec 18 21:34:27.590 INFO O| Dec 18 21:34:27.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62912024-12-18T21:34:29.141Z[ recovery-image] Dec 18 21:34:27.590 INFO O| Dec 18 21:34:27.590 INFO STEP 646 (remove_files) COMPLETE
62922024-12-18T21:34:29.141Z[ recovery-image] Dec 18 21:34:27.590 INFO O| Dec 18 21:34:27.590 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-12-18T21:34:29.186Z[ recovery-image] Dec 18 21:34:27.635 INFO O| Dec 18 21:34:27.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62942024-12-18T21:34:29.186Z[ recovery-image] Dec 18 21:34:27.635 INFO O| Dec 18 21:34:27.635 INFO STEP 647 (remove_files) COMPLETE
62952024-12-18T21:34:29.186Z[ recovery-image] Dec 18 21:34:27.635 INFO O| Dec 18 21:34:27.635 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-12-18T21:34:29.231Z[ recovery-image] Dec 18 21:34:27.680 INFO O| Dec 18 21:34:27.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62972024-12-18T21:34:29.231Z[ recovery-image] Dec 18 21:34:27.681 INFO O| Dec 18 21:34:27.681 INFO STEP 648 (remove_files) COMPLETE
62982024-12-18T21:34:29.231Z[ recovery-image] Dec 18 21:34:27.681 INFO O| Dec 18 21:34:27.681 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-12-18T21:34:29.264Z[ recovery-image] Dec 18 21:34:27.713 INFO O| Dec 18 21:34:27.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63002024-12-18T21:34:29.264Z[ recovery-image] Dec 18 21:34:27.714 INFO O| Dec 18 21:34:27.714 INFO STEP 649 (remove_files) COMPLETE
63012024-12-18T21:34:29.264Z[ recovery-image] Dec 18 21:34:27.714 INFO O| Dec 18 21:34:27.714 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-12-18T21:34:29.319Z[ recovery-image] Dec 18 21:34:27.769 INFO O| Dec 18 21:34:27.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63032024-12-18T21:34:29.320Z[ recovery-image] Dec 18 21:34:27.769 INFO O| Dec 18 21:34:27.769 INFO STEP 650 (remove_files) COMPLETE
63042024-12-18T21:34:29.320Z[ recovery-image] Dec 18 21:34:27.769 INFO O| Dec 18 21:34:27.769 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-12-18T21:34:29.346Z[ recovery-image] Dec 18 21:34:27.797 INFO O| Dec 18 21:34:27.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63062024-12-18T21:34:29.347Z[ recovery-image] Dec 18 21:34:27.797 INFO O| Dec 18 21:34:27.797 INFO STEP 651 (remove_files) COMPLETE
63072024-12-18T21:34:29.350Z[ recovery-image] Dec 18 21:34:27.797 INFO O| Dec 18 21:34:27.797 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-12-18T21:34:29.381Z[ recovery-image] Dec 18 21:34:27.831 INFO O| Dec 18 21:34:27.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63092024-12-18T21:34:29.383Z[ recovery-image] Dec 18 21:34:27.831 INFO O| Dec 18 21:34:27.831 INFO STEP 652 (remove_files) COMPLETE
63102024-12-18T21:34:29.383Z[ recovery-image] Dec 18 21:34:27.831 INFO O| Dec 18 21:34:27.831 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-12-18T21:34:29.383Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
63122024-12-18T21:34:29.440Z[ recovery-image] Dec 18 21:34:27.890 INFO O| Dec 18 21:34:27.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63132024-12-18T21:34:29.440Z[ recovery-image] Dec 18 21:34:27.890 INFO O| Dec 18 21:34:27.890 INFO STEP 653 (remove_files) COMPLETE
63142024-12-18T21:34:29.443Z[ recovery-image] Dec 18 21:34:27.890 INFO O| Dec 18 21:34:27.890 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-18T21:34:29.459Z[ recovery-image] Dec 18 21:34:27.910 INFO O| Dec 18 21:34:27.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63162024-12-18T21:34:29.459Z[ recovery-image] Dec 18 21:34:27.910 INFO O| Dec 18 21:34:27.910 INFO STEP 654 (remove_files) COMPLETE
63172024-12-18T21:34:29.462Z[ recovery-image] Dec 18 21:34:27.910 INFO O| Dec 18 21:34:27.910 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-18T21:34:29.490Z[ host-image] Dec 18 21:34:27.940 INFO O| Dec 18 21:34:27.940 INFO O| Done
63192024-12-18T21:34:29.490Z[ host-image] Dec 18 21:34:27.940 INFO O| Dec 18 21:34:27.940 INFO O| Done
63202024-12-18T21:34:29.497Z[ recovery-image] Dec 18 21:34:27.947 INFO O| Dec 18 21:34:27.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63212024-12-18T21:34:29.497Z[ recovery-image] Dec 18 21:34:27.947 INFO O| Dec 18 21:34:27.947 INFO STEP 655 (remove_files) COMPLETE
63222024-12-18T21:34:29.497Z[ recovery-image] Dec 18 21:34:27.947 INFO O| Dec 18 21:34:27.947 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-18T21:34:29.576Z[ recovery-image] Dec 18 21:34:28.022 INFO O| Dec 18 21:34:28.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63242024-12-18T21:34:29.576Z[ recovery-image] Dec 18 21:34:28.022 INFO O| Dec 18 21:34:28.022 INFO STEP 656 (remove_files) COMPLETE
63252024-12-18T21:34:29.576Z[ recovery-image] Dec 18 21:34:28.022 INFO O| Dec 18 21:34:28.022 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-18T21:34:29.671Z[ recovery-image] Dec 18 21:34:28.121 INFO O| Dec 18 21:34:28.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63272024-12-18T21:34:29.674Z[ recovery-image] Dec 18 21:34:28.121 INFO O| Dec 18 21:34:28.121 INFO STEP 657 (remove_files) COMPLETE
63282024-12-18T21:34:29.674Z[ recovery-image] Dec 18 21:34:28.121 INFO O| Dec 18 21:34:28.121 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-18T21:34:29.688Z[ recovery-image] Dec 18 21:34:28.138 INFO O| Dec 18 21:34:28.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63302024-12-18T21:34:29.688Z[ recovery-image] Dec 18 21:34:28.138 INFO O| Dec 18 21:34:28.138 INFO STEP 658 (remove_files) COMPLETE
63312024-12-18T21:34:29.692Z[ recovery-image] Dec 18 21:34:28.138 INFO O| Dec 18 21:34:28.138 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-18T21:34:29.704Z[ recovery-image] Dec 18 21:34:28.154 INFO O| Dec 18 21:34:28.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63332024-12-18T21:34:29.704Z[ recovery-image] Dec 18 21:34:28.154 INFO O| Dec 18 21:34:28.154 INFO STEP 659 (remove_files) COMPLETE
63342024-12-18T21:34:29.704Z[ recovery-image] Dec 18 21:34:28.154 INFO O| Dec 18 21:34:28.154 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-18T21:34:29.752Z[ recovery-image] Dec 18 21:34:28.202 INFO O| Dec 18 21:34:28.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63362024-12-18T21:34:29.754Z[ recovery-image] Dec 18 21:34:28.202 INFO O| Dec 18 21:34:28.202 INFO STEP 660 (remove_files) COMPLETE
63372024-12-18T21:34:29.754Z[ recovery-image] Dec 18 21:34:28.202 INFO O| Dec 18 21:34:28.202 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-18T21:34:29.789Z[ recovery-image] Dec 18 21:34:28.239 INFO O| Dec 18 21:34:28.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63392024-12-18T21:34:29.792Z[ recovery-image] Dec 18 21:34:28.239 INFO O| Dec 18 21:34:28.239 INFO STEP 661 (remove_files) COMPLETE
63402024-12-18T21:34:29.792Z[ recovery-image] Dec 18 21:34:28.239 INFO O| Dec 18 21:34:28.239 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-18T21:34:29.809Z[ recovery-image] Dec 18 21:34:28.258 INFO O| Dec 18 21:34:28.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63422024-12-18T21:34:29.809Z[ recovery-image] Dec 18 21:34:28.259 INFO O| Dec 18 21:34:28.258 INFO STEP 662 (remove_files) COMPLETE
63432024-12-18T21:34:29.811Z[ recovery-image] Dec 18 21:34:28.259 INFO O| Dec 18 21:34:28.259 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-18T21:34:29.826Z[ recovery-image] Dec 18 21:34:28.277 INFO O| Dec 18 21:34:28.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63452024-12-18T21:34:29.847Z[ recovery-image] Dec 18 21:34:28.297 INFO O| Dec 18 21:34:28.297 INFO STEP 663 (remove_files) COMPLETE
63462024-12-18T21:34:29.847Z[ recovery-image] Dec 18 21:34:28.297 INFO O| Dec 18 21:34:28.297 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-18T21:34:29.912Z[ recovery-image] Dec 18 21:34:28.361 INFO O| Dec 18 21:34:28.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63482024-12-18T21:34:29.915Z[ recovery-image] Dec 18 21:34:28.361 INFO O| Dec 18 21:34:28.361 INFO STEP 664 (remove_files) COMPLETE
63492024-12-18T21:34:29.915Z[ recovery-image] Dec 18 21:34:28.361 INFO O| Dec 18 21:34:28.361 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-18T21:34:29.933Z[ recovery-image] Dec 18 21:34:28.383 INFO O| Dec 18 21:34:28.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63512024-12-18T21:34:29.933Z[ recovery-image] Dec 18 21:34:28.383 INFO O| Dec 18 21:34:28.383 INFO STEP 665 (remove_files) COMPLETE
63522024-12-18T21:34:29.933Z[ recovery-image] Dec 18 21:34:28.383 INFO O| Dec 18 21:34:28.383 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-18T21:34:29.954Z[ recovery-image] Dec 18 21:34:28.404 INFO O| Dec 18 21:34:28.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63542024-12-18T21:34:29.956Z[ recovery-image] Dec 18 21:34:28.404 INFO O| Dec 18 21:34:28.404 INFO STEP 666 (remove_files) COMPLETE
63552024-12-18T21:34:29.956Z[ recovery-image] Dec 18 21:34:28.404 INFO O| Dec 18 21:34:28.404 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-18T21:34:29.974Z[ recovery-image] Dec 18 21:34:28.424 INFO O| Dec 18 21:34:28.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63572024-12-18T21:34:29.974Z[ recovery-image] Dec 18 21:34:28.425 INFO O| Dec 18 21:34:28.424 INFO STEP 667 (remove_files) COMPLETE
63582024-12-18T21:34:29.974Z[ recovery-image] Dec 18 21:34:28.425 INFO O| Dec 18 21:34:28.425 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-18T21:34:29.993Z[ recovery-image] Dec 18 21:34:28.443 INFO O| Dec 18 21:34:28.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63602024-12-18T21:34:29.993Z[ recovery-image] Dec 18 21:34:28.444 INFO O| Dec 18 21:34:28.444 INFO STEP 668 (remove_files) COMPLETE
63612024-12-18T21:34:29.993Z[ recovery-image] Dec 18 21:34:28.444 INFO O| Dec 18 21:34:28.444 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-18T21:34:30.014Z[ recovery-image] Dec 18 21:34:28.463 INFO O| Dec 18 21:34:28.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63632024-12-18T21:34:30.014Z[ recovery-image] Dec 18 21:34:28.463 INFO O| Dec 18 21:34:28.463 INFO STEP 669 (remove_files) COMPLETE
63642024-12-18T21:34:30.014Z[ recovery-image] Dec 18 21:34:28.463 INFO O| Dec 18 21:34:28.463 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-18T21:34:30.054Z[ recovery-image] Dec 18 21:34:28.504 INFO O| Dec 18 21:34:28.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63662024-12-18T21:34:30.054Z[ recovery-image] Dec 18 21:34:28.504 INFO O| Dec 18 21:34:28.504 INFO STEP 670 (remove_files) COMPLETE
63672024-12-18T21:34:30.054Z[ recovery-image] Dec 18 21:34:28.504 INFO O| Dec 18 21:34:28.504 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-18T21:34:30.075Z[ recovery-image] Dec 18 21:34:28.526 INFO O| Dec 18 21:34:28.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63692024-12-18T21:34:30.076Z[ recovery-image] Dec 18 21:34:28.526 INFO O| Dec 18 21:34:28.526 INFO STEP 671 (remove_files) COMPLETE
63702024-12-18T21:34:30.078Z[ recovery-image] Dec 18 21:34:28.526 INFO O| Dec 18 21:34:28.526 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-18T21:34:30.096Z[ recovery-image] Dec 18 21:34:28.546 INFO O| Dec 18 21:34:28.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63722024-12-18T21:34:30.096Z[ recovery-image] Dec 18 21:34:28.546 INFO O| Dec 18 21:34:28.546 INFO STEP 672 (remove_files) COMPLETE
63732024-12-18T21:34:30.099Z[ recovery-image] Dec 18 21:34:28.546 INFO O| Dec 18 21:34:28.546 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-18T21:34:30.115Z[ recovery-image] Dec 18 21:34:28.564 INFO O| Dec 18 21:34:28.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63752024-12-18T21:34:30.115Z[ recovery-image] Dec 18 21:34:28.564 INFO O| Dec 18 21:34:28.564 INFO STEP 673 (remove_files) COMPLETE
63762024-12-18T21:34:30.115Z[ recovery-image] Dec 18 21:34:28.564 INFO O| Dec 18 21:34:28.564 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-18T21:34:30.139Z[ recovery-image] Dec 18 21:34:28.589 INFO O| Dec 18 21:34:28.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63782024-12-18T21:34:30.159Z[ recovery-image] Dec 18 21:34:28.609 INFO O| Dec 18 21:34:28.609 INFO STEP 674 (remove_files) COMPLETE
63792024-12-18T21:34:30.159Z[ recovery-image] Dec 18 21:34:28.609 INFO O| Dec 18 21:34:28.609 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-18T21:34:30.180Z[ recovery-image] Dec 18 21:34:28.629 INFO O| Dec 18 21:34:28.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63812024-12-18T21:34:30.180Z[ recovery-image] Dec 18 21:34:28.629 INFO O| Dec 18 21:34:28.629 INFO STEP 675 (remove_files) COMPLETE
63822024-12-18T21:34:30.181Z[ recovery-image] Dec 18 21:34:28.629 INFO O| Dec 18 21:34:28.629 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-18T21:34:30.199Z[ recovery-image] Dec 18 21:34:28.648 INFO O| Dec 18 21:34:28.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63842024-12-18T21:34:30.199Z[ recovery-image] Dec 18 21:34:28.649 INFO O| Dec 18 21:34:28.649 INFO STEP 676 (remove_files) COMPLETE
63852024-12-18T21:34:30.201Z[ recovery-image] Dec 18 21:34:28.649 INFO O| Dec 18 21:34:28.649 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-18T21:34:30.234Z[ recovery-image] Dec 18 21:34:28.684 INFO O| Dec 18 21:34:28.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63872024-12-18T21:34:30.234Z[ recovery-image] Dec 18 21:34:28.684 INFO O| Dec 18 21:34:28.684 INFO STEP 677 (remove_files) COMPLETE
63882024-12-18T21:34:30.234Z[ recovery-image] Dec 18 21:34:28.684 INFO O| Dec 18 21:34:28.684 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-18T21:34:30.257Z[ recovery-image] Dec 18 21:34:28.707 INFO O| Dec 18 21:34:28.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63902024-12-18T21:34:30.257Z[ recovery-image] Dec 18 21:34:28.707 INFO O| Dec 18 21:34:28.707 INFO STEP 678 (remove_files) COMPLETE
63912024-12-18T21:34:30.257Z[ recovery-image] Dec 18 21:34:28.707 INFO O| Dec 18 21:34:28.707 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-18T21:34:30.280Z[ recovery-image] Dec 18 21:34:28.730 INFO O| Dec 18 21:34:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63932024-12-18T21:34:30.280Z[ recovery-image] Dec 18 21:34:28.730 INFO O| Dec 18 21:34:28.730 INFO STEP 679 (remove_files) COMPLETE
63942024-12-18T21:34:30.283Z[ recovery-image] Dec 18 21:34:28.731 INFO O| Dec 18 21:34:28.730 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-18T21:34:30.303Z[ recovery-image] Dec 18 21:34:28.752 INFO O| Dec 18 21:34:28.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63962024-12-18T21:34:30.303Z[ recovery-image] Dec 18 21:34:28.752 INFO O| Dec 18 21:34:28.752 INFO STEP 680 (remove_files) COMPLETE
63972024-12-18T21:34:30.303Z[ recovery-image] Dec 18 21:34:28.752 INFO O| Dec 18 21:34:28.752 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-18T21:34:30.324Z[ recovery-image] Dec 18 21:34:28.773 INFO O| Dec 18 21:34:28.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63992024-12-18T21:34:30.324Z[ recovery-image] Dec 18 21:34:28.773 INFO O| Dec 18 21:34:28.773 INFO STEP 681 (remove_files) COMPLETE
64002024-12-18T21:34:30.324Z[ recovery-image] Dec 18 21:34:28.773 INFO O| Dec 18 21:34:28.773 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-18T21:34:30.354Z[ recovery-image] Dec 18 21:34:28.804 INFO O| Dec 18 21:34:28.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64022024-12-18T21:34:30.357Z[ recovery-image] Dec 18 21:34:28.805 INFO O| Dec 18 21:34:28.805 INFO STEP 682 (remove_files) COMPLETE
64032024-12-18T21:34:30.357Z[ recovery-image] Dec 18 21:34:28.805 INFO O| Dec 18 21:34:28.805 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-18T21:34:30.392Z[ recovery-image] Dec 18 21:34:28.841 INFO O| Dec 18 21:34:28.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64052024-12-18T21:34:30.397Z[ recovery-image] Dec 18 21:34:28.841 INFO O| Dec 18 21:34:28.841 INFO STEP 683 (remove_files) COMPLETE
64062024-12-18T21:34:30.397Z[ recovery-image] Dec 18 21:34:28.841 INFO O| Dec 18 21:34:28.841 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-18T21:34:30.413Z[ recovery-image] Dec 18 21:34:28.862 INFO O| Dec 18 21:34:28.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64082024-12-18T21:34:30.413Z[ recovery-image] Dec 18 21:34:28.862 INFO O| Dec 18 21:34:28.862 INFO STEP 684 (remove_files) COMPLETE
64092024-12-18T21:34:30.413Z[ recovery-image] Dec 18 21:34:28.862 INFO O| Dec 18 21:34:28.862 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-18T21:34:30.454Z[ recovery-image] Dec 18 21:34:28.903 INFO O| Dec 18 21:34:28.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64112024-12-18T21:34:30.454Z[ recovery-image] Dec 18 21:34:28.903 INFO O| Dec 18 21:34:28.903 INFO STEP 685 (remove_files) COMPLETE
64122024-12-18T21:34:30.457Z[ recovery-image] Dec 18 21:34:28.903 INFO O| Dec 18 21:34:28.903 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-18T21:34:30.472Z[ recovery-image] Dec 18 21:34:28.922 INFO O| Dec 18 21:34:28.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64142024-12-18T21:34:30.472Z[ recovery-image] Dec 18 21:34:28.922 INFO O| Dec 18 21:34:28.922 INFO STEP 686 (remove_files) COMPLETE
64152024-12-18T21:34:30.475Z[ recovery-image] Dec 18 21:34:28.923 INFO O| Dec 18 21:34:28.922 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-18T21:34:30.494Z[ recovery-image] Dec 18 21:34:28.944 INFO O| Dec 18 21:34:28.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64172024-12-18T21:34:30.494Z[ recovery-image] Dec 18 21:34:28.944 INFO O| Dec 18 21:34:28.944 INFO STEP 687 (remove_files) COMPLETE
64182024-12-18T21:34:30.494Z[ recovery-image] Dec 18 21:34:28.944 INFO O| Dec 18 21:34:28.944 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-18T21:34:30.512Z[ recovery-image] Dec 18 21:34:28.962 INFO O| Dec 18 21:34:28.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64202024-12-18T21:34:30.512Z[ recovery-image] Dec 18 21:34:28.962 INFO O| Dec 18 21:34:28.962 INFO STEP 688 (remove_files) COMPLETE
64212024-12-18T21:34:30.512Z[ recovery-image] Dec 18 21:34:28.962 INFO O| Dec 18 21:34:28.962 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-18T21:34:30.531Z[ recovery-image] Dec 18 21:34:28.981 INFO O| Dec 18 21:34:28.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64232024-12-18T21:34:30.531Z[ recovery-image] Dec 18 21:34:28.981 INFO O| Dec 18 21:34:28.981 INFO STEP 689 (remove_files) COMPLETE
64242024-12-18T21:34:30.531Z[ recovery-image] Dec 18 21:34:28.981 INFO O| Dec 18 21:34:28.981 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-18T21:34:30.550Z[ recovery-image] Dec 18 21:34:29.000 INFO O| Dec 18 21:34:28.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64262024-12-18T21:34:30.550Z[ recovery-image] Dec 18 21:34:29.000 INFO O| Dec 18 21:34:29.000 INFO STEP 690 (remove_files) COMPLETE
64272024-12-18T21:34:30.553Z[ recovery-image] Dec 18 21:34:29.000 INFO O| Dec 18 21:34:29.000 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-18T21:34:30.569Z[ recovery-image] Dec 18 21:34:29.019 INFO O| Dec 18 21:34:29.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64292024-12-18T21:34:30.572Z[ recovery-image] Dec 18 21:34:29.020 INFO O| Dec 18 21:34:29.019 INFO STEP 691 (remove_files) COMPLETE
64302024-12-18T21:34:30.572Z[ recovery-image] Dec 18 21:34:29.020 INFO O| Dec 18 21:34:29.019 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-18T21:34:30.590Z[ recovery-image] Dec 18 21:34:29.040 INFO O| Dec 18 21:34:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64322024-12-18T21:34:30.592Z[ recovery-image] Dec 18 21:34:29.040 INFO O| Dec 18 21:34:29.040 INFO STEP 692 (remove_files) COMPLETE
64332024-12-18T21:34:30.592Z[ recovery-image] Dec 18 21:34:29.040 INFO O| Dec 18 21:34:29.040 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-18T21:34:30.610Z[ recovery-image] Dec 18 21:34:29.060 INFO O| Dec 18 21:34:29.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64352024-12-18T21:34:30.613Z[ recovery-image] Dec 18 21:34:29.061 INFO O| Dec 18 21:34:29.061 INFO STEP 693 (remove_files) COMPLETE
64362024-12-18T21:34:30.613Z[ recovery-image] Dec 18 21:34:29.061 INFO O| Dec 18 21:34:29.061 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-18T21:34:30.638Z[ recovery-image] Dec 18 21:34:29.087 INFO O| Dec 18 21:34:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64382024-12-18T21:34:30.641Z[ recovery-image] Dec 18 21:34:29.087 INFO O| Dec 18 21:34:29.087 INFO STEP 694 (remove_files) COMPLETE
64392024-12-18T21:34:30.641Z[ recovery-image] Dec 18 21:34:29.088 INFO O| Dec 18 21:34:29.087 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-18T21:34:30.657Z[ recovery-image] Dec 18 21:34:29.107 INFO O| Dec 18 21:34:29.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64412024-12-18T21:34:30.660Z[ recovery-image] Dec 18 21:34:29.107 INFO O| Dec 18 21:34:29.107 INFO STEP 695 (remove_files) COMPLETE
64422024-12-18T21:34:30.660Z[ recovery-image] Dec 18 21:34:29.107 INFO O| Dec 18 21:34:29.107 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-18T21:34:30.689Z[ recovery-image] Dec 18 21:34:29.138 INFO O| Dec 18 21:34:29.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64442024-12-18T21:34:30.689Z[ recovery-image] Dec 18 21:34:29.139 INFO O| Dec 18 21:34:29.138 INFO STEP 696 (remove_files) COMPLETE
64452024-12-18T21:34:30.692Z[ recovery-image] Dec 18 21:34:29.139 INFO O| Dec 18 21:34:29.139 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-18T21:34:30.701Z[ host-image] Dec 18 21:34:29.151 INFO O| Dec 18 21:34:29.151 INFO O| Done
64472024-12-18T21:34:30.707Z[ recovery-image] Dec 18 21:34:29.157 INFO O| Dec 18 21:34:29.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64482024-12-18T21:34:30.710Z[ recovery-image] Dec 18 21:34:29.158 INFO O| Dec 18 21:34:29.157 INFO STEP 697 (remove_files) COMPLETE
64492024-12-18T21:34:30.710Z[ recovery-image] Dec 18 21:34:29.158 INFO O| Dec 18 21:34:29.158 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-18T21:34:30.727Z[ recovery-image] Dec 18 21:34:29.177 INFO O| Dec 18 21:34:29.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64512024-12-18T21:34:30.729Z[ recovery-image] Dec 18 21:34:29.177 INFO O| Dec 18 21:34:29.177 INFO STEP 698 (remove_files) COMPLETE
64522024-12-18T21:34:30.729Z[ recovery-image] Dec 18 21:34:29.177 INFO O| Dec 18 21:34:29.177 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-18T21:34:30.747Z[ recovery-image] Dec 18 21:34:29.197 INFO O| Dec 18 21:34:29.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64542024-12-18T21:34:30.750Z[ recovery-image] Dec 18 21:34:29.197 INFO O| Dec 18 21:34:29.197 INFO STEP 699 (remove_files) COMPLETE
64552024-12-18T21:34:30.750Z[ recovery-image] Dec 18 21:34:29.197 INFO O| Dec 18 21:34:29.197 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-18T21:34:30.780Z[ recovery-image] Dec 18 21:34:29.230 INFO O| Dec 18 21:34:29.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64572024-12-18T21:34:30.780Z[ recovery-image] Dec 18 21:34:29.230 INFO O| Dec 18 21:34:29.230 INFO STEP 700 (remove_files) COMPLETE
64582024-12-18T21:34:30.783Z[ recovery-image] Dec 18 21:34:29.230 INFO O| Dec 18 21:34:29.230 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-18T21:34:30.813Z[ recovery-image] Dec 18 21:34:29.263 INFO O| Dec 18 21:34:29.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64602024-12-18T21:34:30.816Z[ recovery-image] Dec 18 21:34:29.263 INFO O| Dec 18 21:34:29.263 INFO STEP 701 (remove_files) COMPLETE
64612024-12-18T21:34:30.816Z[ recovery-image] Dec 18 21:34:29.263 INFO O| Dec 18 21:34:29.263 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-18T21:34:30.854Z[ recovery-image] Dec 18 21:34:29.303 INFO O| Dec 18 21:34:29.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64632024-12-18T21:34:30.854Z[ recovery-image] Dec 18 21:34:29.304 INFO O| Dec 18 21:34:29.303 INFO STEP 702 (remove_files) COMPLETE
64642024-12-18T21:34:30.854Z[ recovery-image] Dec 18 21:34:29.304 INFO O| Dec 18 21:34:29.303 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-18T21:34:30.903Z[ recovery-image] Dec 18 21:34:29.352 INFO O| Dec 18 21:34:29.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64662024-12-18T21:34:30.907Z[ recovery-image] Dec 18 21:34:29.353 INFO O| Dec 18 21:34:29.352 INFO STEP 703 (remove_files) COMPLETE
64672024-12-18T21:34:30.907Z[ recovery-image] Dec 18 21:34:29.353 INFO O| Dec 18 21:34:29.353 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-18T21:34:30.923Z[ recovery-image] Dec 18 21:34:29.372 INFO O| Dec 18 21:34:29.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64692024-12-18T21:34:30.926Z[ recovery-image] Dec 18 21:34:29.373 INFO O| Dec 18 21:34:29.372 INFO STEP 704 (remove_files) COMPLETE
64702024-12-18T21:34:30.926Z[ recovery-image] Dec 18 21:34:29.373 INFO O| Dec 18 21:34:29.373 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-18T21:34:30.942Z[ recovery-image] Dec 18 21:34:29.392 INFO O| Dec 18 21:34:29.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64722024-12-18T21:34:30.944Z[ recovery-image] Dec 18 21:34:29.392 INFO O| Dec 18 21:34:29.392 INFO STEP 705 (remove_files) COMPLETE
64732024-12-18T21:34:30.945Z[ recovery-image] Dec 18 21:34:29.392 INFO O| Dec 18 21:34:29.392 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-18T21:34:30.962Z[ recovery-image] Dec 18 21:34:29.412 INFO O| Dec 18 21:34:29.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64752024-12-18T21:34:30.962Z[ recovery-image] Dec 18 21:34:29.412 INFO O| Dec 18 21:34:29.412 INFO STEP 706 (remove_files) COMPLETE
64762024-12-18T21:34:30.962Z[ recovery-image] Dec 18 21:34:29.412 INFO O| Dec 18 21:34:29.412 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-18T21:34:31.035Z[ recovery-image] Dec 18 21:34:29.484 INFO O| Dec 18 21:34:29.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64782024-12-18T21:34:31.035Z[ recovery-image] Dec 18 21:34:29.485 INFO O| Dec 18 21:34:29.484 INFO STEP 707 (remove_files) COMPLETE
64792024-12-18T21:34:31.038Z[ recovery-image] Dec 18 21:34:29.485 INFO O| Dec 18 21:34:29.484 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-18T21:34:31.070Z[ recovery-image] Dec 18 21:34:29.519 INFO O| Dec 18 21:34:29.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64812024-12-18T21:34:31.073Z[ recovery-image] Dec 18 21:34:29.520 INFO O| Dec 18 21:34:29.519 INFO STEP 708 (remove_files) COMPLETE
64822024-12-18T21:34:31.073Z[ recovery-image] Dec 18 21:34:29.520 INFO O| Dec 18 21:34:29.520 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-18T21:34:31.128Z[ recovery-image] Dec 18 21:34:29.577 INFO O| Dec 18 21:34:29.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64842024-12-18T21:34:31.128Z[ recovery-image] Dec 18 21:34:29.578 INFO O| Dec 18 21:34:29.577 INFO STEP 709 (remove_files) COMPLETE
64852024-12-18T21:34:31.128Z[ recovery-image] Dec 18 21:34:29.578 INFO O| Dec 18 21:34:29.577 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-18T21:34:31.171Z[ recovery-image] Dec 18 21:34:29.620 INFO O| Dec 18 21:34:29.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64872024-12-18T21:34:31.171Z[ recovery-image] Dec 18 21:34:29.620 INFO O| Dec 18 21:34:29.620 INFO STEP 710 (remove_files) COMPLETE
64882024-12-18T21:34:31.171Z[ recovery-image] Dec 18 21:34:29.620 INFO O| Dec 18 21:34:29.620 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-18T21:34:31.191Z[ recovery-image] Dec 18 21:34:29.641 INFO O| Dec 18 21:34:29.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64902024-12-18T21:34:31.191Z[ recovery-image] Dec 18 21:34:29.641 INFO O| Dec 18 21:34:29.641 INFO STEP 711 (remove_files) COMPLETE
64912024-12-18T21:34:31.191Z[ recovery-image] Dec 18 21:34:29.641 INFO O| Dec 18 21:34:29.641 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-18T21:34:31.218Z[ recovery-image] Dec 18 21:34:29.667 INFO O| Dec 18 21:34:29.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64932024-12-18T21:34:31.218Z[ recovery-image] Dec 18 21:34:29.667 INFO O| Dec 18 21:34:29.667 INFO STEP 712 (remove_files) COMPLETE
64942024-12-18T21:34:31.218Z[ recovery-image] Dec 18 21:34:29.667 INFO O| Dec 18 21:34:29.667 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-18T21:34:31.284Z[ recovery-image] Dec 18 21:34:29.733 INFO O| Dec 18 21:34:29.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64962024-12-18T21:34:31.284Z[ recovery-image] Dec 18 21:34:29.733 INFO O| Dec 18 21:34:29.733 INFO STEP 713 (remove_files) COMPLETE
64972024-12-18T21:34:31.284Z[ recovery-image] Dec 18 21:34:29.733 INFO O| Dec 18 21:34:29.733 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-18T21:34:31.331Z[ recovery-image] Dec 18 21:34:29.780 INFO O| Dec 18 21:34:29.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64992024-12-18T21:34:31.331Z[ recovery-image] Dec 18 21:34:29.780 INFO O| Dec 18 21:34:29.780 INFO STEP 714 (remove_files) COMPLETE
65002024-12-18T21:34:31.331Z[ recovery-image] Dec 18 21:34:29.780 INFO O| Dec 18 21:34:29.780 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-18T21:34:31.349Z[ recovery-image] Dec 18 21:34:29.798 INFO O| Dec 18 21:34:29.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65022024-12-18T21:34:31.349Z[ recovery-image] Dec 18 21:34:29.798 INFO O| Dec 18 21:34:29.798 INFO STEP 715 (remove_files) COMPLETE
65032024-12-18T21:34:31.351Z[ recovery-image] Dec 18 21:34:29.799 INFO O| Dec 18 21:34:29.798 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-18T21:34:31.375Z[ recovery-image] Dec 18 21:34:29.824 INFO O| Dec 18 21:34:29.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65052024-12-18T21:34:31.376Z[ recovery-image] Dec 18 21:34:29.824 INFO O| Dec 18 21:34:29.824 INFO STEP 716 (remove_files) COMPLETE
65062024-12-18T21:34:31.379Z[ recovery-image] Dec 18 21:34:29.824 INFO O| Dec 18 21:34:29.824 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-18T21:34:31.394Z[ recovery-image] Dec 18 21:34:29.844 INFO O| Dec 18 21:34:29.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65082024-12-18T21:34:31.394Z[ recovery-image] Dec 18 21:34:29.844 INFO O| Dec 18 21:34:29.844 INFO STEP 717 (remove_files) COMPLETE
65092024-12-18T21:34:31.394Z[ recovery-image] Dec 18 21:34:29.844 INFO O| Dec 18 21:34:29.844 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-18T21:34:31.413Z[ recovery-image] Dec 18 21:34:29.862 INFO O| Dec 18 21:34:29.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65112024-12-18T21:34:31.413Z[ recovery-image] Dec 18 21:34:29.862 INFO O| Dec 18 21:34:29.862 INFO STEP 718 (remove_files) COMPLETE
65122024-12-18T21:34:31.418Z[ recovery-image] Dec 18 21:34:29.862 INFO O| Dec 18 21:34:29.862 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-18T21:34:31.430Z[ recovery-image] Dec 18 21:34:29.880 INFO O| Dec 18 21:34:29.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65142024-12-18T21:34:31.434Z[ recovery-image] Dec 18 21:34:29.880 INFO O| Dec 18 21:34:29.880 INFO STEP 719 (remove_files) COMPLETE
65152024-12-18T21:34:31.434Z[ recovery-image] Dec 18 21:34:29.880 INFO O| Dec 18 21:34:29.880 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-18T21:34:31.450Z[ recovery-image] Dec 18 21:34:29.899 INFO O| Dec 18 21:34:29.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65172024-12-18T21:34:31.454Z[ recovery-image] Dec 18 21:34:29.899 INFO O| Dec 18 21:34:29.899 INFO STEP 720 (remove_files) COMPLETE
65182024-12-18T21:34:31.455Z[ recovery-image] Dec 18 21:34:29.899 INFO O| Dec 18 21:34:29.899 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-18T21:34:31.469Z[ recovery-image] Dec 18 21:34:29.919 INFO O| Dec 18 21:34:29.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65202024-12-18T21:34:31.469Z[ recovery-image] Dec 18 21:34:29.919 INFO O| Dec 18 21:34:29.919 INFO STEP 721 (remove_files) COMPLETE
65212024-12-18T21:34:31.471Z[ recovery-image] Dec 18 21:34:29.919 INFO O| Dec 18 21:34:29.919 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-18T21:34:31.487Z[ recovery-image] Dec 18 21:34:29.937 INFO O| Dec 18 21:34:29.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65232024-12-18T21:34:31.487Z[ recovery-image] Dec 18 21:34:29.937 INFO O| Dec 18 21:34:29.937 INFO STEP 722 (remove_files) COMPLETE
65242024-12-18T21:34:31.487Z[ recovery-image] Dec 18 21:34:29.937 INFO O| Dec 18 21:34:29.937 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-18T21:34:31.544Z[ recovery-image] Dec 18 21:34:29.993 INFO O| Dec 18 21:34:29.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65262024-12-18T21:34:31.572Z[ recovery-image] Dec 18 21:34:30.021 INFO O| Dec 18 21:34:30.021 INFO STEP 723 (remove_files) COMPLETE
65272024-12-18T21:34:31.572Z[ recovery-image] Dec 18 21:34:30.021 INFO O| Dec 18 21:34:30.021 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-18T21:34:31.630Z[ recovery-image] Dec 18 21:34:30.080 INFO O| Dec 18 21:34:30.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65292024-12-18T21:34:31.630Z[ recovery-image] Dec 18 21:34:30.080 INFO O| Dec 18 21:34:30.080 INFO STEP 724 (remove_files) COMPLETE
65302024-12-18T21:34:31.630Z[ recovery-image] Dec 18 21:34:30.080 INFO O| Dec 18 21:34:30.080 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-18T21:34:31.651Z[ recovery-image] Dec 18 21:34:30.100 INFO O| Dec 18 21:34:30.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65322024-12-18T21:34:31.651Z[ recovery-image] Dec 18 21:34:30.100 INFO O| Dec 18 21:34:30.100 INFO STEP 725 (remove_files) COMPLETE
65332024-12-18T21:34:31.651Z[ recovery-image] Dec 18 21:34:30.100 INFO O| Dec 18 21:34:30.100 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-18T21:34:31.676Z[ recovery-image] Dec 18 21:34:30.126 INFO O| Dec 18 21:34:30.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65352024-12-18T21:34:31.677Z[ recovery-image] Dec 18 21:34:30.126 INFO O| Dec 18 21:34:30.126 INFO STEP 726 (remove_files) COMPLETE
65362024-12-18T21:34:31.677Z[ recovery-image] Dec 18 21:34:30.126 INFO O| Dec 18 21:34:30.126 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-18T21:34:31.735Z[ recovery-image] Dec 18 21:34:30.184 INFO O| Dec 18 21:34:30.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65382024-12-18T21:34:31.735Z[ recovery-image] Dec 18 21:34:30.185 INFO O| Dec 18 21:34:30.185 INFO STEP 727 (remove_files) COMPLETE
65392024-12-18T21:34:31.735Z[ recovery-image] Dec 18 21:34:30.185 INFO O| Dec 18 21:34:30.185 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-18T21:34:31.776Z[ recovery-image] Dec 18 21:34:30.226 INFO O| Dec 18 21:34:30.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65412024-12-18T21:34:31.777Z[ recovery-image] Dec 18 21:34:30.226 INFO O| Dec 18 21:34:30.226 INFO STEP 728 (remove_files) COMPLETE
65422024-12-18T21:34:31.777Z[ recovery-image] Dec 18 21:34:30.226 INFO O| Dec 18 21:34:30.226 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-18T21:34:31.800Z[ recovery-image] Dec 18 21:34:30.250 INFO O| Dec 18 21:34:30.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65442024-12-18T21:34:31.800Z[ recovery-image] Dec 18 21:34:30.250 INFO O| Dec 18 21:34:30.250 INFO STEP 729 (remove_files) COMPLETE
65452024-12-18T21:34:31.803Z[ recovery-image] Dec 18 21:34:30.250 INFO O| Dec 18 21:34:30.250 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-18T21:34:31.856Z[ recovery-image] Dec 18 21:34:30.305 INFO O| Dec 18 21:34:30.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65472024-12-18T21:34:31.856Z[ recovery-image] Dec 18 21:34:30.305 INFO O| Dec 18 21:34:30.305 INFO STEP 730 (remove_files) COMPLETE
65482024-12-18T21:34:31.856Z[ recovery-image] Dec 18 21:34:30.305 INFO O| Dec 18 21:34:30.305 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-18T21:34:31.876Z[ recovery-image] Dec 18 21:34:30.325 INFO O| Dec 18 21:34:30.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65502024-12-18T21:34:31.891Z[ recovery-image] Dec 18 21:34:30.341 INFO O| Dec 18 21:34:30.341 INFO STEP 731 (remove_files) COMPLETE
65512024-12-18T21:34:31.891Z[ recovery-image] Dec 18 21:34:30.341 INFO O| Dec 18 21:34:30.341 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-18T21:34:31.943Z[ recovery-image] Dec 18 21:34:30.392 INFO O| Dec 18 21:34:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65532024-12-18T21:34:31.943Z[ recovery-image] Dec 18 21:34:30.392 INFO O| Dec 18 21:34:30.392 INFO STEP 732 (remove_files) COMPLETE
65542024-12-18T21:34:31.943Z[ recovery-image] Dec 18 21:34:30.392 INFO O| Dec 18 21:34:30.392 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-18T21:34:31.962Z[ recovery-image] Dec 18 21:34:30.412 INFO O| Dec 18 21:34:30.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65562024-12-18T21:34:31.967Z[ recovery-image] Dec 18 21:34:30.417 INFO O| Dec 18 21:34:30.417 INFO STEP 733 (remove_files) COMPLETE
65572024-12-18T21:34:31.969Z[ recovery-image] Dec 18 21:34:30.417 INFO O| Dec 18 21:34:30.417 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-18T21:34:32.038Z[ recovery-image] Dec 18 21:34:30.487 INFO O| Dec 18 21:34:30.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65592024-12-18T21:34:32.038Z[ recovery-image] Dec 18 21:34:30.487 INFO O| Dec 18 21:34:30.487 INFO STEP 734 (remove_files) COMPLETE
65602024-12-18T21:34:32.038Z[ recovery-image] Dec 18 21:34:30.487 INFO O| Dec 18 21:34:30.487 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-18T21:34:32.062Z[ recovery-image] Dec 18 21:34:30.510 INFO O| Dec 18 21:34:30.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65622024-12-18T21:34:32.063Z[ recovery-image] Dec 18 21:34:30.510 INFO O| Dec 18 21:34:30.510 INFO STEP 735 (remove_files) COMPLETE
65632024-12-18T21:34:32.063Z[ recovery-image] Dec 18 21:34:30.510 INFO O| Dec 18 21:34:30.510 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-18T21:34:32.082Z[ recovery-image] Dec 18 21:34:30.531 INFO O| Dec 18 21:34:30.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65652024-12-18T21:34:32.082Z[ recovery-image] Dec 18 21:34:30.531 INFO O| Dec 18 21:34:30.531 INFO STEP 736 (remove_files) COMPLETE
65662024-12-18T21:34:32.082Z[ recovery-image] Dec 18 21:34:30.531 INFO O| Dec 18 21:34:30.531 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-18T21:34:32.100Z[ recovery-image] Dec 18 21:34:30.549 INFO O| Dec 18 21:34:30.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65682024-12-18T21:34:32.100Z[ recovery-image] Dec 18 21:34:30.549 INFO O| Dec 18 21:34:30.549 INFO STEP 737 (remove_files) COMPLETE
65692024-12-18T21:34:32.100Z[ recovery-image] Dec 18 21:34:30.549 INFO O| Dec 18 21:34:30.549 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-18T21:34:32.159Z[ recovery-image] Dec 18 21:34:30.608 INFO O| Dec 18 21:34:30.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65712024-12-18T21:34:32.159Z[ recovery-image] Dec 18 21:34:30.609 INFO O| Dec 18 21:34:30.608 INFO STEP 738 (remove_files) COMPLETE
65722024-12-18T21:34:32.159Z[ recovery-image] Dec 18 21:34:30.609 INFO O| Dec 18 21:34:30.608 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-18T21:34:32.180Z[ recovery-image] Dec 18 21:34:30.629 INFO O| Dec 18 21:34:30.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65742024-12-18T21:34:32.183Z[ recovery-image] Dec 18 21:34:30.629 INFO O| Dec 18 21:34:30.629 INFO STEP 739 (remove_files) COMPLETE
65752024-12-18T21:34:32.183Z[ recovery-image] Dec 18 21:34:30.630 INFO O| Dec 18 21:34:30.629 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-18T21:34:32.198Z[ recovery-image] Dec 18 21:34:30.648 INFO O| Dec 18 21:34:30.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65772024-12-18T21:34:32.201Z[ recovery-image] Dec 18 21:34:30.648 INFO O| Dec 18 21:34:30.648 INFO STEP 740 (remove_files) COMPLETE
65782024-12-18T21:34:32.201Z[ recovery-image] Dec 18 21:34:30.648 INFO O| Dec 18 21:34:30.648 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-18T21:34:32.216Z[ recovery-image] Dec 18 21:34:30.666 INFO O| Dec 18 21:34:30.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65802024-12-18T21:34:32.219Z[ recovery-image] Dec 18 21:34:30.666 INFO O| Dec 18 21:34:30.666 INFO STEP 741 (remove_files) COMPLETE
65812024-12-18T21:34:32.219Z[ recovery-image] Dec 18 21:34:30.666 INFO O| Dec 18 21:34:30.666 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-18T21:34:32.235Z[ recovery-image] Dec 18 21:34:30.683 INFO O| Dec 18 21:34:30.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65832024-12-18T21:34:32.238Z[ recovery-image] Dec 18 21:34:30.683 INFO O| Dec 18 21:34:30.683 INFO STEP 742 (remove_files) COMPLETE
65842024-12-18T21:34:32.239Z[ recovery-image] Dec 18 21:34:30.684 INFO O| Dec 18 21:34:30.684 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-18T21:34:32.251Z[ recovery-image] Dec 18 21:34:30.701 INFO O| Dec 18 21:34:30.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65862024-12-18T21:34:32.254Z[ recovery-image] Dec 18 21:34:30.701 INFO O| Dec 18 21:34:30.701 INFO STEP 743 (remove_files) COMPLETE
65872024-12-18T21:34:32.254Z[ recovery-image] Dec 18 21:34:30.701 INFO O| Dec 18 21:34:30.701 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-18T21:34:32.270Z[ recovery-image] Dec 18 21:34:30.720 INFO O| Dec 18 21:34:30.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65892024-12-18T21:34:32.272Z[ recovery-image] Dec 18 21:34:30.720 INFO O| Dec 18 21:34:30.720 INFO STEP 744 (remove_files) COMPLETE
65902024-12-18T21:34:32.272Z[ recovery-image] Dec 18 21:34:30.720 INFO O| Dec 18 21:34:30.720 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-18T21:34:32.289Z[ recovery-image] Dec 18 21:34:30.739 INFO O| Dec 18 21:34:30.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65922024-12-18T21:34:32.292Z[ recovery-image] Dec 18 21:34:30.739 INFO O| Dec 18 21:34:30.739 INFO STEP 745 (remove_files) COMPLETE
65932024-12-18T21:34:32.292Z[ recovery-image] Dec 18 21:34:30.739 INFO O| Dec 18 21:34:30.739 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-18T21:34:32.307Z[ recovery-image] Dec 18 21:34:30.757 INFO O| Dec 18 21:34:30.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65952024-12-18T21:34:32.310Z[ recovery-image] Dec 18 21:34:30.757 INFO O| Dec 18 21:34:30.757 INFO STEP 746 (remove_files) COMPLETE
65962024-12-18T21:34:32.310Z[ recovery-image] Dec 18 21:34:30.757 INFO O| Dec 18 21:34:30.757 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-18T21:34:32.328Z[ recovery-image] Dec 18 21:34:30.777 INFO O| Dec 18 21:34:30.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65982024-12-18T21:34:32.328Z[ recovery-image] Dec 18 21:34:30.778 INFO O| Dec 18 21:34:30.778 INFO STEP 747 (remove_files) COMPLETE
65992024-12-18T21:34:32.328Z[ recovery-image] Dec 18 21:34:30.778 INFO O| Dec 18 21:34:30.778 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-18T21:34:32.347Z[ recovery-image] Dec 18 21:34:30.796 INFO O| Dec 18 21:34:30.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66012024-12-18T21:34:32.347Z[ recovery-image] Dec 18 21:34:30.797 INFO O| Dec 18 21:34:30.796 INFO STEP 748 (remove_files) COMPLETE
66022024-12-18T21:34:32.348Z[ recovery-image] Dec 18 21:34:30.797 INFO O| Dec 18 21:34:30.797 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-18T21:34:32.379Z[ recovery-image] Dec 18 21:34:30.828 INFO O| Dec 18 21:34:30.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66042024-12-18T21:34:32.382Z[ recovery-image] Dec 18 21:34:30.829 INFO O| Dec 18 21:34:30.829 INFO STEP 749 (remove_files) COMPLETE
66052024-12-18T21:34:32.382Z[ recovery-image] Dec 18 21:34:30.829 INFO O| Dec 18 21:34:30.829 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-18T21:34:32.400Z[ recovery-image] Dec 18 21:34:30.849 INFO O| Dec 18 21:34:30.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66072024-12-18T21:34:32.400Z[ recovery-image] Dec 18 21:34:30.849 INFO O| Dec 18 21:34:30.849 INFO STEP 750 (remove_files) COMPLETE
66082024-12-18T21:34:32.400Z[ recovery-image] Dec 18 21:34:30.849 INFO O| Dec 18 21:34:30.849 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-18T21:34:32.419Z[ recovery-image] Dec 18 21:34:30.868 INFO O| Dec 18 21:34:30.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66102024-12-18T21:34:32.419Z[ recovery-image] Dec 18 21:34:30.868 INFO O| Dec 18 21:34:30.868 INFO STEP 751 (remove_files) COMPLETE
66112024-12-18T21:34:32.419Z[ recovery-image] Dec 18 21:34:30.868 INFO O| Dec 18 21:34:30.868 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-18T21:34:32.442Z[ recovery-image] Dec 18 21:34:30.892 INFO O| Dec 18 21:34:30.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66132024-12-18T21:34:32.442Z[ recovery-image] Dec 18 21:34:30.892 INFO O| Dec 18 21:34:30.892 INFO STEP 752 (remove_files) COMPLETE
66142024-12-18T21:34:32.445Z[ recovery-image] Dec 18 21:34:30.892 INFO O| Dec 18 21:34:30.892 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-18T21:34:32.485Z[ recovery-image] Dec 18 21:34:30.934 INFO O| Dec 18 21:34:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66162024-12-18T21:34:32.485Z[ recovery-image] Dec 18 21:34:30.935 INFO O| Dec 18 21:34:30.934 INFO STEP 753 (remove_files) COMPLETE
66172024-12-18T21:34:32.485Z[ recovery-image] Dec 18 21:34:30.935 INFO O| Dec 18 21:34:30.935 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-18T21:34:32.504Z[ recovery-image] Dec 18 21:34:30.954 INFO O| Dec 18 21:34:30.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66192024-12-18T21:34:32.504Z[ recovery-image] Dec 18 21:34:30.954 INFO O| Dec 18 21:34:30.954 INFO STEP 754 (remove_files) COMPLETE
66202024-12-18T21:34:32.504Z[ recovery-image] Dec 18 21:34:30.954 INFO O| Dec 18 21:34:30.954 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-18T21:34:32.534Z[ recovery-image] Dec 18 21:34:30.983 INFO O| Dec 18 21:34:30.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66222024-12-18T21:34:32.534Z[ recovery-image] Dec 18 21:34:30.983 INFO O| Dec 18 21:34:30.983 INFO STEP 755 (remove_files) COMPLETE
66232024-12-18T21:34:32.534Z[ recovery-image] Dec 18 21:34:30.983 INFO O| Dec 18 21:34:30.983 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-18T21:34:32.590Z[ recovery-image] Dec 18 21:34:31.039 INFO O| Dec 18 21:34:31.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66252024-12-18T21:34:32.590Z[ recovery-image] Dec 18 21:34:31.040 INFO O| Dec 18 21:34:31.040 INFO STEP 756 (remove_files) COMPLETE
66262024-12-18T21:34:32.590Z[ recovery-image] Dec 18 21:34:31.040 INFO O| Dec 18 21:34:31.040 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-18T21:34:32.652Z[ recovery-image] Dec 18 21:34:31.101 INFO O| Dec 18 21:34:31.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66282024-12-18T21:34:32.652Z[ recovery-image] Dec 18 21:34:31.101 INFO O| Dec 18 21:34:31.101 INFO STEP 757 (remove_files) COMPLETE
66292024-12-18T21:34:32.652Z[ recovery-image] Dec 18 21:34:31.101 INFO O| Dec 18 21:34:31.101 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-18T21:34:32.692Z[ recovery-image] Dec 18 21:34:31.141 INFO O| Dec 18 21:34:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66312024-12-18T21:34:32.694Z[ recovery-image] Dec 18 21:34:31.141 INFO O| Dec 18 21:34:31.141 INFO STEP 758 (remove_files) COMPLETE
66322024-12-18T21:34:32.694Z[ recovery-image] Dec 18 21:34:31.141 INFO O| Dec 18 21:34:31.141 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-18T21:34:32.712Z[ recovery-image] Dec 18 21:34:31.161 INFO O| Dec 18 21:34:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66342024-12-18T21:34:32.714Z[ recovery-image] Dec 18 21:34:31.161 INFO O| Dec 18 21:34:31.161 INFO STEP 759 (remove_files) COMPLETE
66352024-12-18T21:34:32.714Z[ recovery-image] Dec 18 21:34:31.162 INFO O| Dec 18 21:34:31.161 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-18T21:34:32.732Z[ recovery-image] Dec 18 21:34:31.180 INFO O| Dec 18 21:34:31.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66372024-12-18T21:34:32.736Z[ recovery-image] Dec 18 21:34:31.181 INFO O| Dec 18 21:34:31.181 INFO STEP 760 (remove_files) COMPLETE
66382024-12-18T21:34:32.736Z[ recovery-image] Dec 18 21:34:31.181 INFO O| Dec 18 21:34:31.181 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-18T21:34:32.751Z[ recovery-image] Dec 18 21:34:31.200 INFO O| Dec 18 21:34:31.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66402024-12-18T21:34:32.753Z[ recovery-image] Dec 18 21:34:31.200 INFO O| Dec 18 21:34:31.200 INFO STEP 761 (remove_files) COMPLETE
66412024-12-18T21:34:32.753Z[ recovery-image] Dec 18 21:34:31.200 INFO O| Dec 18 21:34:31.200 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-18T21:34:32.818Z[ recovery-image] Dec 18 21:34:31.267 INFO O| Dec 18 21:34:31.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66432024-12-18T21:34:32.818Z[ recovery-image] Dec 18 21:34:31.267 INFO O| Dec 18 21:34:31.267 INFO STEP 762 (remove_files) COMPLETE
66442024-12-18T21:34:32.818Z[ recovery-image] Dec 18 21:34:31.267 INFO O| Dec 18 21:34:31.267 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-18T21:34:32.839Z[ recovery-image] Dec 18 21:34:31.288 INFO O| Dec 18 21:34:31.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66462024-12-18T21:34:32.839Z[ recovery-image] Dec 18 21:34:31.288 INFO O| Dec 18 21:34:31.288 INFO STEP 763 (remove_files) COMPLETE
66472024-12-18T21:34:32.839Z[ recovery-image] Dec 18 21:34:31.288 INFO O| Dec 18 21:34:31.288 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-18T21:34:32.858Z[ recovery-image] Dec 18 21:34:31.306 INFO O| Dec 18 21:34:31.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66492024-12-18T21:34:32.858Z[ recovery-image] Dec 18 21:34:31.307 INFO O| Dec 18 21:34:31.307 INFO STEP 764 (remove_files) COMPLETE
66502024-12-18T21:34:32.858Z[ recovery-image] Dec 18 21:34:31.307 INFO O| Dec 18 21:34:31.307 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-18T21:34:32.877Z[ recovery-image] Dec 18 21:34:31.326 INFO O| Dec 18 21:34:31.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66522024-12-18T21:34:32.877Z[ recovery-image] Dec 18 21:34:31.326 INFO O| Dec 18 21:34:31.326 INFO STEP 765 (remove_files) COMPLETE
66532024-12-18T21:34:32.877Z[ recovery-image] Dec 18 21:34:31.326 INFO O| Dec 18 21:34:31.326 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-18T21:34:32.895Z[ recovery-image] Dec 18 21:34:31.344 INFO O| Dec 18 21:34:31.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66552024-12-18T21:34:32.895Z[ recovery-image] Dec 18 21:34:31.344 INFO O| Dec 18 21:34:31.344 INFO STEP 766 (remove_files) COMPLETE
66562024-12-18T21:34:32.895Z[ recovery-image] Dec 18 21:34:31.344 INFO O| Dec 18 21:34:31.344 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-18T21:34:32.913Z[ recovery-image] Dec 18 21:34:31.362 INFO O| Dec 18 21:34:31.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66582024-12-18T21:34:32.913Z[ recovery-image] Dec 18 21:34:31.362 INFO O| Dec 18 21:34:31.362 INFO STEP 767 (remove_files) COMPLETE
66592024-12-18T21:34:32.915Z[ recovery-image] Dec 18 21:34:31.362 INFO O| Dec 18 21:34:31.362 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-18T21:34:32.931Z[ recovery-image] Dec 18 21:34:31.380 INFO O| Dec 18 21:34:31.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66612024-12-18T21:34:32.931Z[ recovery-image] Dec 18 21:34:31.381 INFO O| Dec 18 21:34:31.381 INFO STEP 768 (remove_files) COMPLETE
66622024-12-18T21:34:32.931Z[ recovery-image] Dec 18 21:34:31.381 INFO O| Dec 18 21:34:31.381 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-18T21:34:32.950Z[ recovery-image] Dec 18 21:34:31.400 INFO O| Dec 18 21:34:31.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66642024-12-18T21:34:32.950Z[ recovery-image] Dec 18 21:34:31.400 INFO O| Dec 18 21:34:31.400 INFO STEP 769 (remove_files) COMPLETE
66652024-12-18T21:34:32.950Z[ recovery-image] Dec 18 21:34:31.400 INFO O| Dec 18 21:34:31.400 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-18T21:34:32.989Z[ recovery-image] Dec 18 21:34:31.439 INFO O| Dec 18 21:34:31.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66672024-12-18T21:34:32.989Z[ recovery-image] Dec 18 21:34:31.439 INFO O| Dec 18 21:34:31.439 INFO STEP 770 (remove_files) COMPLETE
66682024-12-18T21:34:32.992Z[ recovery-image] Dec 18 21:34:31.439 INFO O| Dec 18 21:34:31.439 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-18T21:34:33.049Z[ recovery-image] Dec 18 21:34:31.498 INFO O| Dec 18 21:34:31.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66702024-12-18T21:34:33.049Z[ recovery-image] Dec 18 21:34:31.498 INFO O| Dec 18 21:34:31.498 INFO STEP 771 (remove_files) COMPLETE
66712024-12-18T21:34:33.053Z[ recovery-image] Dec 18 21:34:31.498 INFO O| Dec 18 21:34:31.498 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-18T21:34:33.068Z[ recovery-image] Dec 18 21:34:31.517 INFO O| Dec 18 21:34:31.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66732024-12-18T21:34:33.068Z[ recovery-image] Dec 18 21:34:31.517 INFO O| Dec 18 21:34:31.517 INFO STEP 772 (remove_files) COMPLETE
66742024-12-18T21:34:33.068Z[ recovery-image] Dec 18 21:34:31.517 INFO O| Dec 18 21:34:31.517 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-18T21:34:33.165Z[ recovery-image] Dec 18 21:34:31.613 INFO O| Dec 18 21:34:31.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66762024-12-18T21:34:33.165Z[ recovery-image] Dec 18 21:34:31.613 INFO O| Dec 18 21:34:31.613 INFO STEP 773 (remove_files) COMPLETE
66772024-12-18T21:34:33.168Z[ recovery-image] Dec 18 21:34:31.613 INFO O| Dec 18 21:34:31.613 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-18T21:34:33.189Z[ recovery-image] Dec 18 21:34:31.638 INFO O| Dec 18 21:34:31.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66792024-12-18T21:34:33.189Z[ recovery-image] Dec 18 21:34:31.638 INFO O| Dec 18 21:34:31.638 INFO STEP 774 (remove_files) COMPLETE
66802024-12-18T21:34:33.189Z[ recovery-image] Dec 18 21:34:31.638 INFO O| Dec 18 21:34:31.638 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-18T21:34:33.244Z[ recovery-image] Dec 18 21:34:31.693 INFO O| Dec 18 21:34:31.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66822024-12-18T21:34:33.246Z[ recovery-image] Dec 18 21:34:31.693 INFO O| Dec 18 21:34:31.693 INFO STEP 775 (remove_files) COMPLETE
66832024-12-18T21:34:33.246Z[ recovery-image] Dec 18 21:34:31.693 INFO O| Dec 18 21:34:31.693 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-18T21:34:33.311Z[ recovery-image] Dec 18 21:34:31.760 INFO O| Dec 18 21:34:31.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66852024-12-18T21:34:33.311Z[ recovery-image] Dec 18 21:34:31.760 INFO O| Dec 18 21:34:31.760 INFO STEP 776 (remove_files) COMPLETE
66862024-12-18T21:34:33.314Z[ recovery-image] Dec 18 21:34:31.760 INFO O| Dec 18 21:34:31.760 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-18T21:34:33.341Z[ recovery-image] Dec 18 21:34:31.790 INFO O| Dec 18 21:34:31.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66882024-12-18T21:34:33.341Z[ recovery-image] Dec 18 21:34:31.790 INFO O| Dec 18 21:34:31.790 INFO STEP 777 (remove_files) COMPLETE
66892024-12-18T21:34:33.341Z[ recovery-image] Dec 18 21:34:31.790 INFO O| Dec 18 21:34:31.790 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-18T21:34:33.375Z[ recovery-image] Dec 18 21:34:31.824 INFO O| Dec 18 21:34:31.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66912024-12-18T21:34:33.378Z[ recovery-image] Dec 18 21:34:31.824 INFO O| Dec 18 21:34:31.824 INFO STEP 778 (remove_files) COMPLETE
66922024-12-18T21:34:33.378Z[ recovery-image] Dec 18 21:34:31.824 INFO O| Dec 18 21:34:31.824 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-18T21:34:33.414Z[ recovery-image] Dec 18 21:34:31.863 INFO O| Dec 18 21:34:31.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66942024-12-18T21:34:33.417Z[ recovery-image] Dec 18 21:34:31.864 INFO O| Dec 18 21:34:31.863 INFO STEP 779 (remove_files) COMPLETE
66952024-12-18T21:34:33.417Z[ recovery-image] Dec 18 21:34:31.864 INFO O| Dec 18 21:34:31.864 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-18T21:34:33.436Z[ recovery-image] Dec 18 21:34:31.885 INFO O| Dec 18 21:34:31.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66972024-12-18T21:34:33.440Z[ recovery-image] Dec 18 21:34:31.886 INFO O| Dec 18 21:34:31.885 INFO STEP 780 (remove_files) COMPLETE
66982024-12-18T21:34:33.440Z[ recovery-image] Dec 18 21:34:31.886 INFO O| Dec 18 21:34:31.886 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-18T21:34:33.461Z[ host-image] Dec 18 21:34:31.910 INFO O| Dec 18 21:34:31.910 INFO O| Done
67002024-12-18T21:34:33.511Z[ host-image] Dec 18 21:34:31.960 INFO O| Dec 18 21:34:31.960 INFO O| Done
67012024-12-18T21:34:33.512Z[ host-image] Dec 18 21:34:31.960 INFO O| Dec 18 21:34:31.960 INFO O| Done
67022024-12-18T21:34:33.516Z[ recovery-image] Dec 18 21:34:31.965 INFO O| Dec 18 21:34:31.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67032024-12-18T21:34:33.516Z[ recovery-image] Dec 18 21:34:31.965 INFO O| Dec 18 21:34:31.965 INFO STEP 781 (remove_files) COMPLETE
67042024-12-18T21:34:33.518Z[ recovery-image] Dec 18 21:34:31.965 INFO O| Dec 18 21:34:31.965 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-18T21:34:33.531Z[ host-image] Dec 18 21:34:31.980 INFO O| Dec 18 21:34:31.980 INFO O| Done
67062024-12-18T21:34:33.539Z[ recovery-image] Dec 18 21:34:31.987 INFO O| Dec 18 21:34:31.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67072024-12-18T21:34:33.539Z[ recovery-image] Dec 18 21:34:31.987 INFO O| Dec 18 21:34:31.987 INFO STEP 782 (remove_files) COMPLETE
67082024-12-18T21:34:33.539Z[ recovery-image] Dec 18 21:34:31.987 INFO O| Dec 18 21:34:31.987 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-18T21:34:33.594Z[ recovery-image] Dec 18 21:34:32.043 INFO O| Dec 18 21:34:32.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67102024-12-18T21:34:33.594Z[ recovery-image] Dec 18 21:34:32.043 INFO O| Dec 18 21:34:32.043 INFO STEP 783 (remove_files) COMPLETE
67112024-12-18T21:34:33.594Z[ recovery-image] Dec 18 21:34:32.044 INFO O| Dec 18 21:34:32.043 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-18T21:34:33.622Z[ recovery-image] Dec 18 21:34:32.071 INFO O| Dec 18 21:34:32.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67132024-12-18T21:34:33.622Z[ recovery-image] Dec 18 21:34:32.071 INFO O| Dec 18 21:34:32.071 INFO STEP 784 (remove_files) COMPLETE
67142024-12-18T21:34:33.622Z[ recovery-image] Dec 18 21:34:32.071 INFO O| Dec 18 21:34:32.071 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-18T21:34:33.646Z[ recovery-image] Dec 18 21:34:32.094 INFO O| Dec 18 21:34:32.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67162024-12-18T21:34:33.650Z[ recovery-image] Dec 18 21:34:32.094 INFO O| Dec 18 21:34:32.094 INFO STEP 785 (remove_files) COMPLETE
67172024-12-18T21:34:33.650Z[ recovery-image] Dec 18 21:34:32.095 INFO O| Dec 18 21:34:32.094 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-18T21:34:33.688Z[ recovery-image] Dec 18 21:34:32.137 INFO O| Dec 18 21:34:32.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67192024-12-18T21:34:33.688Z[ recovery-image] Dec 18 21:34:32.137 INFO O| Dec 18 21:34:32.137 INFO STEP 786 (remove_files) COMPLETE
67202024-12-18T21:34:33.688Z[ recovery-image] Dec 18 21:34:32.137 INFO O| Dec 18 21:34:32.137 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-18T21:34:33.721Z[ recovery-image] Dec 18 21:34:32.170 INFO O| Dec 18 21:34:32.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67222024-12-18T21:34:33.724Z[ recovery-image] Dec 18 21:34:32.170 INFO O| Dec 18 21:34:32.170 INFO STEP 787 (remove_files) COMPLETE
67232024-12-18T21:34:33.725Z[ recovery-image] Dec 18 21:34:32.170 INFO O| Dec 18 21:34:32.170 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-18T21:34:33.731Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 14 (pkg_install) COMPLETE
67252024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67262024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO skip step because feature "mfg" is not enabled
67272024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67282024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO skip step because feature "compliance" is not enabled
67292024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67302024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO skip step because feature "stress" is not enabled
67312024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67322024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO skip step because feature "nfs" is not enabled
67332024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
67342024-12-18T21:34:33.732Z[ host-image] Dec 18 21:34:32.180 INFO O| Dec 18 21:34:32.179 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
67352024-12-18T21:34:33.743Z[ recovery-image] Dec 18 21:34:32.192 INFO O| Dec 18 21:34:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67362024-12-18T21:34:33.746Z[ recovery-image] Dec 18 21:34:32.193 INFO O| Dec 18 21:34:32.193 INFO STEP 788 (remove_files) COMPLETE
67372024-12-18T21:34:33.746Z[ recovery-image] Dec 18 21:34:32.193 INFO O| Dec 18 21:34:32.193 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-18T21:34:33.766Z[ recovery-image] Dec 18 21:34:32.214 INFO O| Dec 18 21:34:32.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67392024-12-18T21:34:33.770Z[ recovery-image] Dec 18 21:34:32.214 INFO O| Dec 18 21:34:32.214 INFO STEP 789 (remove_files) COMPLETE
67402024-12-18T21:34:33.770Z[ recovery-image] Dec 18 21:34:32.214 INFO O| Dec 18 21:34:32.214 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-18T21:34:33.787Z[ recovery-image] Dec 18 21:34:32.235 INFO O| Dec 18 21:34:32.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67422024-12-18T21:34:33.791Z[ recovery-image] Dec 18 21:34:32.235 INFO O| Dec 18 21:34:32.235 INFO STEP 790 (remove_files) COMPLETE
67432024-12-18T21:34:33.791Z[ recovery-image] Dec 18 21:34:32.236 INFO O| Dec 18 21:34:32.235 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-18T21:34:33.793Z[ host-image] Dec 18 21:34:32.242 INFO O| Dec 18 21:34:32.242 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
67452024-12-18T21:34:33.804Z[ recovery-image] Dec 18 21:34:32.254 INFO O| Dec 18 21:34:32.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67462024-12-18T21:34:33.807Z[ recovery-image] Dec 18 21:34:32.254 INFO O| Dec 18 21:34:32.254 INFO STEP 791 (remove_files) COMPLETE
67472024-12-18T21:34:33.807Z[ recovery-image] Dec 18 21:34:32.254 INFO O| Dec 18 21:34:32.254 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-18T21:34:33.840Z[ recovery-image] Dec 18 21:34:32.289 INFO O| Dec 18 21:34:32.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67492024-12-18T21:34:33.843Z[ recovery-image] Dec 18 21:34:32.290 INFO O| Dec 18 21:34:32.290 INFO STEP 792 (remove_files) COMPLETE
67502024-12-18T21:34:33.843Z[ recovery-image] Dec 18 21:34:32.290 INFO O| Dec 18 21:34:32.290 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-18T21:34:33.890Z[ recovery-image] Dec 18 21:34:32.337 INFO O| Dec 18 21:34:32.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67522024-12-18T21:34:33.894Z[ recovery-image] Dec 18 21:34:32.338 INFO O| Dec 18 21:34:32.338 INFO STEP 793 (remove_files) COMPLETE
67532024-12-18T21:34:33.894Z[ recovery-image] Dec 18 21:34:32.338 INFO O| Dec 18 21:34:32.338 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-18T21:34:33.911Z[ recovery-image] Dec 18 21:34:32.360 INFO O| Dec 18 21:34:32.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67552024-12-18T21:34:33.913Z[ recovery-image] Dec 18 21:34:32.360 INFO O| Dec 18 21:34:32.360 INFO STEP 794 (remove_files) COMPLETE
67562024-12-18T21:34:33.913Z[ recovery-image] Dec 18 21:34:32.360 INFO O| Dec 18 21:34:32.360 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-18T21:34:33.917Z[ host-image] Dec 18 21:34:32.364 INFO O| Dec 18 21:34:32.364 INFO completed processing gimlet/ramdisk-01-os
67582024-12-18T21:34:33.920Z[ host-image] Dec 18 21:34:32.367 INFO omicron1 baseline generation...
67592024-12-18T21:34:33.920Z[ host-image] Dec 18 21:34:32.367 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
67602024-12-18T21:34:33.955Z[ recovery-image] Dec 18 21:34:32.405 INFO O| Dec 18 21:34:32.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67612024-12-18T21:34:33.955Z[ recovery-image] Dec 18 21:34:32.405 INFO O| Dec 18 21:34:32.405 INFO STEP 795 (remove_files) COMPLETE
67622024-12-18T21:34:33.956Z[ recovery-image] Dec 18 21:34:32.405 INFO O| Dec 18 21:34:32.405 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-18T21:34:33.988Z[ recovery-image] Dec 18 21:34:32.437 INFO O| Dec 18 21:34:32.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67642024-12-18T21:34:33.991Z[ recovery-image] Dec 18 21:34:32.438 INFO O| Dec 18 21:34:32.438 INFO STEP 796 (remove_files) COMPLETE
67652024-12-18T21:34:33.991Z[ recovery-image] Dec 18 21:34:32.438 INFO O| Dec 18 21:34:32.438 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-18T21:34:34.007Z[ recovery-image] Dec 18 21:34:32.456 INFO O| Dec 18 21:34:32.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67672024-12-18T21:34:34.007Z[ recovery-image] Dec 18 21:34:32.456 INFO O| Dec 18 21:34:32.456 INFO STEP 797 (remove_files) COMPLETE
67682024-12-18T21:34:34.010Z[ recovery-image] Dec 18 21:34:32.456 INFO O| Dec 18 21:34:32.456 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-18T21:34:34.023Z[ recovery-image] Dec 18 21:34:32.473 INFO O| Dec 18 21:34:32.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67702024-12-18T21:34:34.023Z[ recovery-image] Dec 18 21:34:32.473 INFO O| Dec 18 21:34:32.473 INFO STEP 798 (remove_files) COMPLETE
67712024-12-18T21:34:34.023Z[ recovery-image] Dec 18 21:34:32.473 INFO O| Dec 18 21:34:32.473 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-18T21:34:34.045Z[ recovery-image] Dec 18 21:34:32.494 INFO O| Dec 18 21:34:32.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67732024-12-18T21:34:34.047Z[ recovery-image] Dec 18 21:34:32.495 INFO O| Dec 18 21:34:32.494 INFO STEP 799 (remove_files) COMPLETE
67742024-12-18T21:34:34.047Z[ recovery-image] Dec 18 21:34:32.495 INFO O| Dec 18 21:34:32.495 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-18T21:34:34.066Z[ recovery-image] Dec 18 21:34:32.516 INFO O| Dec 18 21:34:32.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67762024-12-18T21:34:34.069Z[ recovery-image] Dec 18 21:34:32.516 INFO O| Dec 18 21:34:32.516 INFO STEP 800 (remove_files) COMPLETE
67772024-12-18T21:34:34.069Z[ recovery-image] Dec 18 21:34:32.516 INFO O| Dec 18 21:34:32.516 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-18T21:34:34.085Z[ recovery-image] Dec 18 21:34:32.534 INFO O| Dec 18 21:34:32.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67792024-12-18T21:34:34.089Z[ recovery-image] Dec 18 21:34:32.535 INFO O| Dec 18 21:34:32.535 INFO STEP 801 (remove_files) COMPLETE
67802024-12-18T21:34:34.089Z[ recovery-image] Dec 18 21:34:32.535 INFO O| Dec 18 21:34:32.535 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-18T21:34:34.105Z[ recovery-image] Dec 18 21:34:32.554 INFO O| Dec 18 21:34:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67822024-12-18T21:34:34.109Z[ recovery-image] Dec 18 21:34:32.554 INFO O| Dec 18 21:34:32.554 INFO STEP 802 (remove_files) COMPLETE
67832024-12-18T21:34:34.109Z[ recovery-image] Dec 18 21:34:32.554 INFO O| Dec 18 21:34:32.554 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-18T21:34:34.124Z[ recovery-image] Dec 18 21:34:32.572 INFO O| Dec 18 21:34:32.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67852024-12-18T21:34:34.128Z[ recovery-image] Dec 18 21:34:32.572 INFO O| Dec 18 21:34:32.572 INFO STEP 803 (remove_files) COMPLETE
67862024-12-18T21:34:34.128Z[ recovery-image] Dec 18 21:34:32.573 INFO O| Dec 18 21:34:32.572 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-18T21:34:34.142Z[ recovery-image] Dec 18 21:34:32.591 INFO O| Dec 18 21:34:32.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67882024-12-18T21:34:34.145Z[ recovery-image] Dec 18 21:34:32.591 INFO O| Dec 18 21:34:32.591 INFO STEP 804 (remove_files) COMPLETE
67892024-12-18T21:34:34.145Z[ recovery-image] Dec 18 21:34:32.591 INFO O| Dec 18 21:34:32.591 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-18T21:34:34.172Z[ recovery-image] Dec 18 21:34:32.619 INFO O| Dec 18 21:34:32.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67912024-12-18T21:34:34.172Z[ recovery-image] Dec 18 21:34:32.619 INFO O| Dec 18 21:34:32.619 INFO STEP 805 (remove_files) COMPLETE
67922024-12-18T21:34:34.175Z[ recovery-image] Dec 18 21:34:32.619 INFO O| Dec 18 21:34:32.619 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-18T21:34:34.197Z[ recovery-image] Dec 18 21:34:32.646 INFO O| Dec 18 21:34:32.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67942024-12-18T21:34:34.202Z[ recovery-image] Dec 18 21:34:32.646 INFO O| Dec 18 21:34:32.646 INFO STEP 806 (remove_files) COMPLETE
67952024-12-18T21:34:34.202Z[ recovery-image] Dec 18 21:34:32.646 INFO O| Dec 18 21:34:32.646 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-18T21:34:34.217Z[ recovery-image] Dec 18 21:34:32.666 INFO O| Dec 18 21:34:32.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67972024-12-18T21:34:34.220Z[ recovery-image] Dec 18 21:34:32.666 INFO O| Dec 18 21:34:32.666 INFO STEP 807 (remove_files) COMPLETE
67982024-12-18T21:34:34.220Z[ recovery-image] Dec 18 21:34:32.666 INFO O| Dec 18 21:34:32.666 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-18T21:34:34.236Z[ recovery-image] Dec 18 21:34:32.685 INFO O| Dec 18 21:34:32.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68002024-12-18T21:34:34.236Z[ recovery-image] Dec 18 21:34:32.685 INFO O| Dec 18 21:34:32.685 INFO STEP 808 (remove_files) COMPLETE
68012024-12-18T21:34:34.236Z[ recovery-image] Dec 18 21:34:32.685 INFO O| Dec 18 21:34:32.685 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-18T21:34:34.274Z[ recovery-image] Dec 18 21:34:32.723 INFO O| Dec 18 21:34:32.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68032024-12-18T21:34:34.277Z[ recovery-image] Dec 18 21:34:32.723 INFO O| Dec 18 21:34:32.723 INFO STEP 809 (remove_files) COMPLETE
68042024-12-18T21:34:34.277Z[ recovery-image] Dec 18 21:34:32.723 INFO O| Dec 18 21:34:32.723 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-18T21:34:34.328Z[ recovery-image] Dec 18 21:34:32.777 INFO O| Dec 18 21:34:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68062024-12-18T21:34:34.331Z[ recovery-image] Dec 18 21:34:32.777 INFO O| Dec 18 21:34:32.777 INFO STEP 810 (remove_files) COMPLETE
68072024-12-18T21:34:34.331Z[ recovery-image] Dec 18 21:34:32.777 INFO O| Dec 18 21:34:32.777 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-18T21:34:34.347Z[ recovery-image] Dec 18 21:34:32.795 INFO O| Dec 18 21:34:32.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68092024-12-18T21:34:34.348Z[ recovery-image] Dec 18 21:34:32.795 INFO O| Dec 18 21:34:32.795 INFO STEP 811 (remove_files) COMPLETE
68102024-12-18T21:34:34.348Z[ recovery-image] Dec 18 21:34:32.795 INFO O| Dec 18 21:34:32.795 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-18T21:34:34.378Z[ recovery-image] Dec 18 21:34:32.826 INFO O| Dec 18 21:34:32.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68122024-12-18T21:34:34.378Z[ recovery-image] Dec 18 21:34:32.826 INFO O| Dec 18 21:34:32.826 INFO STEP 812 (remove_files) COMPLETE
68132024-12-18T21:34:34.381Z[ recovery-image] Dec 18 21:34:32.826 INFO O| Dec 18 21:34:32.826 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-18T21:34:34.397Z[ recovery-image] Dec 18 21:34:32.846 INFO O| Dec 18 21:34:32.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68152024-12-18T21:34:34.397Z[ recovery-image] Dec 18 21:34:32.846 INFO O| Dec 18 21:34:32.846 INFO STEP 813 (remove_files) COMPLETE
68162024-12-18T21:34:34.397Z[ recovery-image] Dec 18 21:34:32.846 INFO O| Dec 18 21:34:32.846 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-18T21:34:34.428Z[ recovery-image] Dec 18 21:34:32.877 INFO O| Dec 18 21:34:32.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68182024-12-18T21:34:34.428Z[ recovery-image] Dec 18 21:34:32.877 INFO O| Dec 18 21:34:32.877 INFO STEP 814 (remove_files) COMPLETE
68192024-12-18T21:34:34.431Z[ recovery-image] Dec 18 21:34:32.877 INFO O| Dec 18 21:34:32.877 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-18T21:34:34.447Z[ recovery-image] Dec 18 21:34:32.896 INFO O| Dec 18 21:34:32.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68212024-12-18T21:34:34.447Z[ recovery-image] Dec 18 21:34:32.896 INFO O| Dec 18 21:34:32.896 INFO STEP 815 (remove_files) COMPLETE
68222024-12-18T21:34:34.447Z[ recovery-image] Dec 18 21:34:32.896 INFO O| Dec 18 21:34:32.896 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-18T21:34:34.464Z[ recovery-image] Dec 18 21:34:32.913 INFO O| Dec 18 21:34:32.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68242024-12-18T21:34:34.467Z[ recovery-image] Dec 18 21:34:32.913 INFO O| Dec 18 21:34:32.913 INFO STEP 816 (remove_files) COMPLETE
68252024-12-18T21:34:34.467Z[ recovery-image] Dec 18 21:34:32.913 INFO O| Dec 18 21:34:32.913 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-18T21:34:34.482Z[ recovery-image] Dec 18 21:34:32.931 INFO O| Dec 18 21:34:32.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68272024-12-18T21:34:34.488Z[ recovery-image] Dec 18 21:34:32.931 INFO O| Dec 18 21:34:32.931 INFO STEP 817 (remove_files) COMPLETE
68282024-12-18T21:34:34.488Z[ recovery-image] Dec 18 21:34:32.931 INFO O| Dec 18 21:34:32.931 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-18T21:34:34.547Z[ recovery-image] Dec 18 21:34:32.996 INFO O| Dec 18 21:34:32.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68302024-12-18T21:34:34.548Z[ recovery-image] Dec 18 21:34:32.996 INFO O| Dec 18 21:34:32.996 INFO STEP 818 (remove_files) COMPLETE
68312024-12-18T21:34:34.549Z[ recovery-image] Dec 18 21:34:32.996 INFO O| Dec 18 21:34:32.996 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-18T21:34:34.607Z[ recovery-image] Dec 18 21:34:33.055 INFO O| Dec 18 21:34:33.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68332024-12-18T21:34:34.607Z[ recovery-image] Dec 18 21:34:33.055 INFO O| Dec 18 21:34:33.055 INFO STEP 819 (remove_files) COMPLETE
68342024-12-18T21:34:34.607Z[ recovery-image] Dec 18 21:34:33.055 INFO O| Dec 18 21:34:33.055 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-18T21:34:34.626Z[ recovery-image] Dec 18 21:34:33.074 INFO O| Dec 18 21:34:33.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68362024-12-18T21:34:34.626Z[ recovery-image] Dec 18 21:34:33.074 INFO O| Dec 18 21:34:33.074 INFO STEP 820 (remove_files) COMPLETE
68372024-12-18T21:34:34.626Z[ recovery-image] Dec 18 21:34:33.074 INFO O| Dec 18 21:34:33.074 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-18T21:34:34.655Z[ recovery-image] Dec 18 21:34:33.104 INFO O| Dec 18 21:34:33.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68392024-12-18T21:34:34.656Z[ recovery-image] Dec 18 21:34:33.104 INFO O| Dec 18 21:34:33.104 INFO STEP 821 (remove_files) COMPLETE
68402024-12-18T21:34:34.659Z[ recovery-image] Dec 18 21:34:33.104 INFO O| Dec 18 21:34:33.104 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-18T21:34:34.676Z[ recovery-image] Dec 18 21:34:33.124 INFO O| Dec 18 21:34:33.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68422024-12-18T21:34:34.677Z[ recovery-image] Dec 18 21:34:33.124 INFO O| Dec 18 21:34:33.124 INFO STEP 822 (remove_files) COMPLETE
68432024-12-18T21:34:34.677Z[ recovery-image] Dec 18 21:34:33.124 INFO O| Dec 18 21:34:33.124 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-18T21:34:34.711Z[ recovery-image] Dec 18 21:34:33.160 INFO O| Dec 18 21:34:33.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68452024-12-18T21:34:34.711Z[ recovery-image] Dec 18 21:34:33.160 INFO O| Dec 18 21:34:33.160 INFO STEP 823 (remove_files) COMPLETE
68462024-12-18T21:34:34.712Z[ recovery-image] Dec 18 21:34:33.160 INFO O| Dec 18 21:34:33.160 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-18T21:34:34.731Z[ recovery-image] Dec 18 21:34:33.180 INFO O| Dec 18 21:34:33.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68482024-12-18T21:34:34.731Z[ recovery-image] Dec 18 21:34:33.180 INFO O| Dec 18 21:34:33.180 INFO STEP 824 (remove_files) COMPLETE
68492024-12-18T21:34:34.731Z[ recovery-image] Dec 18 21:34:33.180 INFO O| Dec 18 21:34:33.180 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-18T21:34:34.749Z[ recovery-image] Dec 18 21:34:33.198 INFO O| Dec 18 21:34:33.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68512024-12-18T21:34:34.749Z[ recovery-image] Dec 18 21:34:33.198 INFO O| Dec 18 21:34:33.198 INFO STEP 825 (remove_files) COMPLETE
68522024-12-18T21:34:34.749Z[ recovery-image] Dec 18 21:34:33.198 INFO O| Dec 18 21:34:33.198 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-18T21:34:34.777Z[ recovery-image] Dec 18 21:34:33.225 INFO O| Dec 18 21:34:33.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68542024-12-18T21:34:34.777Z[ recovery-image] Dec 18 21:34:33.225 INFO O| Dec 18 21:34:33.225 INFO STEP 826 (remove_files) COMPLETE
68552024-12-18T21:34:34.777Z[ recovery-image] Dec 18 21:34:33.225 INFO O| Dec 18 21:34:33.225 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-18T21:34:34.795Z[ recovery-image] Dec 18 21:34:33.244 INFO O| Dec 18 21:34:33.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68572024-12-18T21:34:34.796Z[ recovery-image] Dec 18 21:34:33.244 INFO O| Dec 18 21:34:33.244 INFO STEP 827 (remove_files) COMPLETE
68582024-12-18T21:34:34.798Z[ recovery-image] Dec 18 21:34:33.244 INFO O| Dec 18 21:34:33.244 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-18T21:34:34.815Z[ recovery-image] Dec 18 21:34:33.264 INFO O| Dec 18 21:34:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68602024-12-18T21:34:34.816Z[ recovery-image] Dec 18 21:34:33.264 INFO O| Dec 18 21:34:33.264 INFO STEP 828 (remove_files) COMPLETE
68612024-12-18T21:34:34.817Z[ recovery-image] Dec 18 21:34:33.264 INFO O| Dec 18 21:34:33.264 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-18T21:34:34.840Z[ recovery-image] Dec 18 21:34:33.288 INFO O| Dec 18 21:34:33.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68632024-12-18T21:34:34.841Z[ recovery-image] Dec 18 21:34:33.288 INFO O| Dec 18 21:34:33.288 INFO STEP 829 (remove_files) COMPLETE
68642024-12-18T21:34:34.841Z[ recovery-image] Dec 18 21:34:33.288 INFO O| Dec 18 21:34:33.288 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-18T21:34:34.900Z[ recovery-image] Dec 18 21:34:33.349 INFO O| Dec 18 21:34:33.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68662024-12-18T21:34:34.900Z[ recovery-image] Dec 18 21:34:33.349 INFO O| Dec 18 21:34:33.349 INFO STEP 830 (remove_files) COMPLETE
68672024-12-18T21:34:34.900Z[ recovery-image] Dec 18 21:34:33.349 INFO O| Dec 18 21:34:33.349 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-18T21:34:34.905Z[ host-image] Dec 18 21:34:33.351 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23079:20241218T174358Z
68692024-12-18T21:34:34.929Z[ recovery-image] Dec 18 21:34:33.377 INFO O| Dec 18 21:34:33.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68702024-12-18T21:34:34.929Z[ recovery-image] Dec 18 21:34:33.377 INFO O| Dec 18 21:34:33.377 INFO STEP 831 (remove_files) COMPLETE
68712024-12-18T21:34:34.930Z[ recovery-image] Dec 18 21:34:33.377 INFO O| Dec 18 21:34:33.377 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-12-18T21:34:34.949Z[ recovery-image] Dec 18 21:34:33.398 INFO O| Dec 18 21:34:33.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68732024-12-18T21:34:34.949Z[ recovery-image] Dec 18 21:34:33.398 INFO O| Dec 18 21:34:33.398 INFO STEP 832 (remove_files) COMPLETE
68742024-12-18T21:34:34.949Z[ recovery-image] Dec 18 21:34:33.398 INFO O| Dec 18 21:34:33.398 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-18T21:34:34.969Z[ recovery-image] Dec 18 21:34:33.418 INFO O| Dec 18 21:34:33.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68762024-12-18T21:34:34.976Z[ recovery-image] Dec 18 21:34:33.425 INFO O| Dec 18 21:34:33.425 INFO STEP 833 (remove_files) COMPLETE
68772024-12-18T21:34:34.977Z[ recovery-image] Dec 18 21:34:33.425 INFO O| Dec 18 21:34:33.425 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-18T21:34:35.010Z[ recovery-image] Dec 18 21:34:33.458 INFO O| Dec 18 21:34:33.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68792024-12-18T21:34:35.010Z[ recovery-image] Dec 18 21:34:33.458 INFO O| Dec 18 21:34:33.458 INFO STEP 834 (remove_files) COMPLETE
68802024-12-18T21:34:35.013Z[ recovery-image] Dec 18 21:34:33.458 INFO O| Dec 18 21:34:33.458 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-18T21:34:35.031Z[ recovery-image] Dec 18 21:34:33.479 INFO O| Dec 18 21:34:33.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68822024-12-18T21:34:35.031Z[ recovery-image] Dec 18 21:34:33.480 INFO O| Dec 18 21:34:33.480 INFO STEP 835 (remove_files) COMPLETE
68832024-12-18T21:34:35.031Z[ recovery-image] Dec 18 21:34:33.480 INFO O| Dec 18 21:34:33.480 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-18T21:34:35.051Z[ recovery-image] Dec 18 21:34:33.499 INFO O| Dec 18 21:34:33.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68852024-12-18T21:34:35.051Z[ recovery-image] Dec 18 21:34:33.500 INFO O| Dec 18 21:34:33.499 INFO STEP 836 (remove_files) COMPLETE
68862024-12-18T21:34:35.051Z[ recovery-image] Dec 18 21:34:33.500 INFO O| Dec 18 21:34:33.500 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-18T21:34:35.070Z[ recovery-image] Dec 18 21:34:33.519 INFO O| Dec 18 21:34:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68882024-12-18T21:34:35.071Z[ recovery-image] Dec 18 21:34:33.519 INFO O| Dec 18 21:34:33.519 INFO STEP 837 (remove_files) COMPLETE
68892024-12-18T21:34:35.073Z[ recovery-image] Dec 18 21:34:33.519 INFO O| Dec 18 21:34:33.519 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-18T21:34:35.108Z[ recovery-image] Dec 18 21:34:33.557 INFO O| Dec 18 21:34:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68912024-12-18T21:34:35.108Z[ recovery-image] Dec 18 21:34:33.557 INFO O| Dec 18 21:34:33.557 INFO STEP 838 (remove_files) COMPLETE
68922024-12-18T21:34:35.108Z[ recovery-image] Dec 18 21:34:33.557 INFO O| Dec 18 21:34:33.557 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-18T21:34:35.139Z[ recovery-image] Dec 18 21:34:33.587 INFO O| Dec 18 21:34:33.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68942024-12-18T21:34:35.140Z[ recovery-image] Dec 18 21:34:33.587 INFO O| Dec 18 21:34:33.587 INFO STEP 839 (remove_files) COMPLETE
68952024-12-18T21:34:35.143Z[ recovery-image] Dec 18 21:34:33.588 INFO O| Dec 18 21:34:33.587 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-18T21:34:35.158Z[ recovery-image] Dec 18 21:34:33.606 INFO O| Dec 18 21:34:33.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68972024-12-18T21:34:35.161Z[ recovery-image] Dec 18 21:34:33.606 INFO O| Dec 18 21:34:33.606 INFO STEP 840 (remove_files) COMPLETE
68982024-12-18T21:34:35.161Z[ recovery-image] Dec 18 21:34:33.607 INFO O| Dec 18 21:34:33.606 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-18T21:34:35.176Z[ recovery-image] Dec 18 21:34:33.625 INFO O| Dec 18 21:34:33.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69002024-12-18T21:34:35.179Z[ recovery-image] Dec 18 21:34:33.625 INFO O| Dec 18 21:34:33.625 INFO STEP 841 (remove_files) COMPLETE
69012024-12-18T21:34:35.179Z[ recovery-image] Dec 18 21:34:33.626 INFO O| Dec 18 21:34:33.625 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-18T21:34:35.196Z[ recovery-image] Dec 18 21:34:33.645 INFO O| Dec 18 21:34:33.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69032024-12-18T21:34:35.199Z[ recovery-image] Dec 18 21:34:33.645 INFO O| Dec 18 21:34:33.645 INFO STEP 842 (remove_files) COMPLETE
69042024-12-18T21:34:35.199Z[ recovery-image] Dec 18 21:34:33.645 INFO O| Dec 18 21:34:33.645 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-18T21:34:35.216Z[ recovery-image] Dec 18 21:34:33.665 INFO O| Dec 18 21:34:33.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69062024-12-18T21:34:35.219Z[ recovery-image] Dec 18 21:34:33.665 INFO O| Dec 18 21:34:33.665 INFO STEP 843 (remove_files) COMPLETE
69072024-12-18T21:34:35.219Z[ recovery-image] Dec 18 21:34:33.665 INFO O| Dec 18 21:34:33.665 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-18T21:34:35.235Z[ recovery-image] Dec 18 21:34:33.684 INFO O| Dec 18 21:34:33.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69092024-12-18T21:34:35.238Z[ recovery-image] Dec 18 21:34:33.684 INFO O| Dec 18 21:34:33.684 INFO STEP 844 (remove_files) COMPLETE
69102024-12-18T21:34:35.239Z[ recovery-image] Dec 18 21:34:33.684 INFO O| Dec 18 21:34:33.684 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-18T21:34:35.267Z[ recovery-image] Dec 18 21:34:33.715 INFO O| Dec 18 21:34:33.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69122024-12-18T21:34:35.271Z[ recovery-image] Dec 18 21:34:33.715 INFO O| Dec 18 21:34:33.715 INFO STEP 845 (remove_files) COMPLETE
69132024-12-18T21:34:35.271Z[ recovery-image] Dec 18 21:34:33.716 INFO O| Dec 18 21:34:33.716 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-18T21:34:35.286Z[ recovery-image] Dec 18 21:34:33.734 INFO O| Dec 18 21:34:33.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69152024-12-18T21:34:35.288Z[ recovery-image] Dec 18 21:34:33.735 INFO O| Dec 18 21:34:33.735 INFO STEP 846 (remove_files) COMPLETE
69162024-12-18T21:34:35.288Z[ recovery-image] Dec 18 21:34:33.735 INFO O| Dec 18 21:34:33.735 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-18T21:34:35.319Z[ recovery-image] Dec 18 21:34:33.768 INFO O| Dec 18 21:34:33.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69182024-12-18T21:34:35.319Z[ recovery-image] Dec 18 21:34:33.768 INFO O| Dec 18 21:34:33.768 INFO STEP 847 (remove_files) COMPLETE
69192024-12-18T21:34:35.319Z[ recovery-image] Dec 18 21:34:33.768 INFO O| Dec 18 21:34:33.768 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-18T21:34:35.339Z[ recovery-image] Dec 18 21:34:33.787 INFO O| Dec 18 21:34:33.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69212024-12-18T21:34:35.339Z[ recovery-image] Dec 18 21:34:33.788 INFO O| Dec 18 21:34:33.787 INFO STEP 848 (remove_files) COMPLETE
69222024-12-18T21:34:35.339Z[ recovery-image] Dec 18 21:34:33.788 INFO O| Dec 18 21:34:33.788 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-18T21:34:35.373Z[ recovery-image] Dec 18 21:34:33.821 INFO O| Dec 18 21:34:33.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69242024-12-18T21:34:35.373Z[ recovery-image] Dec 18 21:34:33.821 INFO O| Dec 18 21:34:33.821 INFO STEP 849 (remove_files) COMPLETE
69252024-12-18T21:34:35.373Z[ recovery-image] Dec 18 21:34:33.821 INFO O| Dec 18 21:34:33.821 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-18T21:34:35.405Z[ recovery-image] Dec 18 21:34:33.853 INFO O| Dec 18 21:34:33.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69272024-12-18T21:34:35.408Z[ recovery-image] Dec 18 21:34:33.854 INFO O| Dec 18 21:34:33.853 INFO STEP 850 (remove_files) COMPLETE
69282024-12-18T21:34:35.408Z[ recovery-image] Dec 18 21:34:33.854 INFO O| Dec 18 21:34:33.854 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-18T21:34:35.425Z[ recovery-image] Dec 18 21:34:33.873 INFO O| Dec 18 21:34:33.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69302024-12-18T21:34:35.427Z[ recovery-image] Dec 18 21:34:33.874 INFO O| Dec 18 21:34:33.874 INFO STEP 851 (remove_files) COMPLETE
69312024-12-18T21:34:35.428Z[ recovery-image] Dec 18 21:34:33.874 INFO O| Dec 18 21:34:33.874 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-18T21:34:35.485Z[ recovery-image] Dec 18 21:34:33.934 INFO O| Dec 18 21:34:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69332024-12-18T21:34:35.485Z[ recovery-image] Dec 18 21:34:33.934 INFO O| Dec 18 21:34:33.934 INFO STEP 852 (remove_files) COMPLETE
69342024-12-18T21:34:35.488Z[ recovery-image] Dec 18 21:34:33.934 INFO O| Dec 18 21:34:33.934 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-18T21:34:35.504Z[ recovery-image] Dec 18 21:34:33.953 INFO O| Dec 18 21:34:33.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69362024-12-18T21:34:35.504Z[ recovery-image] Dec 18 21:34:33.953 INFO O| Dec 18 21:34:33.953 INFO STEP 853 (remove_files) COMPLETE
69372024-12-18T21:34:35.504Z[ recovery-image] Dec 18 21:34:33.953 INFO O| Dec 18 21:34:33.953 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-18T21:34:35.523Z[ recovery-image] Dec 18 21:34:33.971 INFO O| Dec 18 21:34:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69392024-12-18T21:34:35.523Z[ recovery-image] Dec 18 21:34:33.972 INFO O| Dec 18 21:34:33.972 INFO STEP 854 (remove_files) COMPLETE
69402024-12-18T21:34:35.526Z[ recovery-image] Dec 18 21:34:33.972 INFO O| Dec 18 21:34:33.972 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-18T21:34:35.604Z[ recovery-image] Dec 18 21:34:34.052 INFO O| Dec 18 21:34:34.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69422024-12-18T21:34:35.604Z[ recovery-image] Dec 18 21:34:34.052 INFO O| Dec 18 21:34:34.052 INFO STEP 855 (remove_files) COMPLETE
69432024-12-18T21:34:35.604Z[ recovery-image] Dec 18 21:34:34.052 INFO O| Dec 18 21:34:34.052 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-18T21:34:35.626Z[ recovery-image] Dec 18 21:34:34.073 INFO O| Dec 18 21:34:34.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69452024-12-18T21:34:35.628Z[ recovery-image] Dec 18 21:34:34.073 INFO O| Dec 18 21:34:34.073 INFO STEP 856 (remove_files) COMPLETE
69462024-12-18T21:34:35.628Z[ recovery-image] Dec 18 21:34:34.074 INFO O| Dec 18 21:34:34.073 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-18T21:34:35.645Z[ recovery-image] Dec 18 21:34:34.093 INFO O| Dec 18 21:34:34.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69482024-12-18T21:34:35.647Z[ recovery-image] Dec 18 21:34:34.094 INFO O| Dec 18 21:34:34.093 INFO STEP 857 (remove_files) COMPLETE
69492024-12-18T21:34:35.647Z[ recovery-image] Dec 18 21:34:34.094 INFO O| Dec 18 21:34:34.094 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-18T21:34:35.666Z[ recovery-image] Dec 18 21:34:34.115 INFO O| Dec 18 21:34:34.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69512024-12-18T21:34:35.666Z[ recovery-image] Dec 18 21:34:34.115 INFO O| Dec 18 21:34:34.115 INFO STEP 858 (remove_files) COMPLETE
69522024-12-18T21:34:35.666Z[ recovery-image] Dec 18 21:34:34.115 INFO O| Dec 18 21:34:34.115 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-18T21:34:35.685Z[ recovery-image] Dec 18 21:34:34.133 INFO O| Dec 18 21:34:34.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69542024-12-18T21:34:35.685Z[ recovery-image] Dec 18 21:34:34.133 INFO O| Dec 18 21:34:34.133 INFO STEP 859 (remove_files) COMPLETE
69552024-12-18T21:34:35.688Z[ recovery-image] Dec 18 21:34:34.133 INFO O| Dec 18 21:34:34.133 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-18T21:34:35.702Z[ recovery-image] Dec 18 21:34:34.151 INFO O| Dec 18 21:34:34.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69572024-12-18T21:34:35.702Z[ recovery-image] Dec 18 21:34:34.151 INFO O| Dec 18 21:34:34.151 INFO STEP 860 (remove_files) COMPLETE
69582024-12-18T21:34:35.705Z[ recovery-image] Dec 18 21:34:34.151 INFO O| Dec 18 21:34:34.151 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-18T21:34:35.730Z[ recovery-image] Dec 18 21:34:34.178 INFO O| Dec 18 21:34:34.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69602024-12-18T21:34:35.730Z[ recovery-image] Dec 18 21:34:34.178 INFO O| Dec 18 21:34:34.178 INFO STEP 861 (remove_files) COMPLETE
69612024-12-18T21:34:35.734Z[ recovery-image] Dec 18 21:34:34.178 INFO O| Dec 18 21:34:34.178 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-18T21:34:35.789Z[ recovery-image] Dec 18 21:34:34.238 INFO O| Dec 18 21:34:34.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69632024-12-18T21:34:35.792Z[ recovery-image] Dec 18 21:34:34.238 INFO O| Dec 18 21:34:34.238 INFO STEP 862 (remove_files) COMPLETE
69642024-12-18T21:34:35.792Z[ recovery-image] Dec 18 21:34:34.238 INFO O| Dec 18 21:34:34.238 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-18T21:34:35.811Z[ recovery-image] Dec 18 21:34:34.259 INFO O| Dec 18 21:34:34.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69662024-12-18T21:34:35.811Z[ recovery-image] Dec 18 21:34:34.259 INFO O| Dec 18 21:34:34.259 INFO STEP 863 (remove_files) COMPLETE
69672024-12-18T21:34:35.811Z[ recovery-image] Dec 18 21:34:34.259 INFO O| Dec 18 21:34:34.259 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-18T21:34:35.834Z[ recovery-image] Dec 18 21:34:34.282 INFO O| Dec 18 21:34:34.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69692024-12-18T21:34:35.834Z[ recovery-image] Dec 18 21:34:34.282 INFO O| Dec 18 21:34:34.282 INFO STEP 864 (remove_files) COMPLETE
69702024-12-18T21:34:35.837Z[ recovery-image] Dec 18 21:34:34.283 INFO O| Dec 18 21:34:34.282 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-18T21:34:35.853Z[ recovery-image] Dec 18 21:34:34.302 INFO O| Dec 18 21:34:34.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69722024-12-18T21:34:35.853Z[ recovery-image] Dec 18 21:34:34.302 INFO O| Dec 18 21:34:34.302 INFO STEP 865 (remove_files) COMPLETE
69732024-12-18T21:34:35.853Z[ recovery-image] Dec 18 21:34:34.302 INFO O| Dec 18 21:34:34.302 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-18T21:34:35.897Z[ recovery-image] Dec 18 21:34:34.345 INFO O| Dec 18 21:34:34.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69752024-12-18T21:34:35.897Z[ recovery-image] Dec 18 21:34:34.345 INFO O| Dec 18 21:34:34.345 INFO STEP 866 (remove_files) COMPLETE
69762024-12-18T21:34:35.901Z[ recovery-image] Dec 18 21:34:34.345 INFO O| Dec 18 21:34:34.345 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-18T21:34:35.925Z[ recovery-image] Dec 18 21:34:34.373 INFO O| Dec 18 21:34:34.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69782024-12-18T21:34:35.925Z[ recovery-image] Dec 18 21:34:34.373 INFO O| Dec 18 21:34:34.373 INFO STEP 867 (remove_files) COMPLETE
69792024-12-18T21:34:35.927Z[ recovery-image] Dec 18 21:34:34.373 INFO O| Dec 18 21:34:34.373 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-18T21:34:35.983Z[ recovery-image] Dec 18 21:34:34.431 INFO O| Dec 18 21:34:34.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69812024-12-18T21:34:35.987Z[ recovery-image] Dec 18 21:34:34.432 INFO O| Dec 18 21:34:34.431 INFO STEP 868 (remove_files) COMPLETE
69822024-12-18T21:34:35.987Z[ recovery-image] Dec 18 21:34:34.432 INFO O| Dec 18 21:34:34.432 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-18T21:34:36.003Z[ recovery-image] Dec 18 21:34:34.452 INFO O| Dec 18 21:34:34.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69842024-12-18T21:34:36.006Z[ recovery-image] Dec 18 21:34:34.452 INFO O| Dec 18 21:34:34.452 INFO STEP 869 (remove_files) COMPLETE
69852024-12-18T21:34:36.006Z[ recovery-image] Dec 18 21:34:34.452 INFO O| Dec 18 21:34:34.452 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-18T21:34:36.025Z[ recovery-image] Dec 18 21:34:34.473 INFO O| Dec 18 21:34:34.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69872024-12-18T21:34:36.029Z[ recovery-image] Dec 18 21:34:34.473 INFO O| Dec 18 21:34:34.473 INFO STEP 870 (remove_files) COMPLETE
69882024-12-18T21:34:36.029Z[ recovery-image] Dec 18 21:34:34.474 INFO O| Dec 18 21:34:34.473 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-18T21:34:36.059Z[ recovery-image] Dec 18 21:34:34.506 INFO O| Dec 18 21:34:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69902024-12-18T21:34:36.059Z[ recovery-image] Dec 18 21:34:34.506 INFO O| Dec 18 21:34:34.506 INFO STEP 871 (remove_files) COMPLETE
69912024-12-18T21:34:36.059Z[ recovery-image] Dec 18 21:34:34.506 INFO O| Dec 18 21:34:34.506 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-18T21:34:36.079Z[ recovery-image] Dec 18 21:34:34.528 INFO O| Dec 18 21:34:34.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69932024-12-18T21:34:36.079Z[ recovery-image] Dec 18 21:34:34.528 INFO O| Dec 18 21:34:34.528 INFO STEP 872 (remove_files) COMPLETE
69942024-12-18T21:34:36.079Z[ recovery-image] Dec 18 21:34:34.528 INFO O| Dec 18 21:34:34.528 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-18T21:34:36.135Z[ recovery-image] Dec 18 21:34:34.584 INFO O| Dec 18 21:34:34.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69962024-12-18T21:34:36.135Z[ recovery-image] Dec 18 21:34:34.584 INFO O| Dec 18 21:34:34.584 INFO STEP 873 (remove_files) COMPLETE
69972024-12-18T21:34:36.135Z[ recovery-image] Dec 18 21:34:34.584 INFO O| Dec 18 21:34:34.584 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-18T21:34:36.194Z[ recovery-image] Dec 18 21:34:34.642 INFO O| Dec 18 21:34:34.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69992024-12-18T21:34:36.194Z[ recovery-image] Dec 18 21:34:34.642 INFO O| Dec 18 21:34:34.642 INFO STEP 874 (remove_files) COMPLETE
70002024-12-18T21:34:36.195Z[ recovery-image] Dec 18 21:34:34.642 INFO O| Dec 18 21:34:34.642 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-18T21:34:36.215Z[ recovery-image] Dec 18 21:34:34.662 INFO O| Dec 18 21:34:34.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70022024-12-18T21:34:36.215Z[ recovery-image] Dec 18 21:34:34.662 INFO O| Dec 18 21:34:34.662 INFO STEP 875 (remove_files) COMPLETE
70032024-12-18T21:34:36.215Z[ recovery-image] Dec 18 21:34:34.662 INFO O| Dec 18 21:34:34.662 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-18T21:34:36.232Z[ recovery-image] Dec 18 21:34:34.681 INFO O| Dec 18 21:34:34.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70052024-12-18T21:34:36.232Z[ recovery-image] Dec 18 21:34:34.681 INFO O| Dec 18 21:34:34.681 INFO STEP 876 (remove_files) COMPLETE
70062024-12-18T21:34:36.239Z[ recovery-image] Dec 18 21:34:34.681 INFO O| Dec 18 21:34:34.681 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-18T21:34:36.253Z[ recovery-image] Dec 18 21:34:34.701 INFO O| Dec 18 21:34:34.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70082024-12-18T21:34:36.253Z[ recovery-image] Dec 18 21:34:34.701 INFO O| Dec 18 21:34:34.701 INFO STEP 877 (remove_files) COMPLETE
70092024-12-18T21:34:36.253Z[ recovery-image] Dec 18 21:34:34.701 INFO O| Dec 18 21:34:34.701 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-18T21:34:36.333Z[ recovery-image] Dec 18 21:34:34.782 INFO O| Dec 18 21:34:34.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70112024-12-18T21:34:36.333Z[ recovery-image] Dec 18 21:34:34.782 INFO O| Dec 18 21:34:34.782 INFO STEP 878 (remove_files) COMPLETE
70122024-12-18T21:34:36.333Z[ recovery-image] Dec 18 21:34:34.782 INFO O| Dec 18 21:34:34.782 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-18T21:34:36.352Z[ recovery-image] Dec 18 21:34:34.801 INFO O| Dec 18 21:34:34.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70142024-12-18T21:34:36.352Z[ recovery-image] Dec 18 21:34:34.801 INFO O| Dec 18 21:34:34.801 INFO STEP 879 (remove_files) COMPLETE
70152024-12-18T21:34:36.353Z[ recovery-image] Dec 18 21:34:34.801 INFO O| Dec 18 21:34:34.801 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-18T21:34:36.389Z[ recovery-image] Dec 18 21:34:34.837 INFO O| Dec 18 21:34:34.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70172024-12-18T21:34:36.391Z[ recovery-image] Dec 18 21:34:34.837 INFO O| Dec 18 21:34:34.837 INFO STEP 880 (remove_files) COMPLETE
70182024-12-18T21:34:36.391Z[ recovery-image] Dec 18 21:34:34.837 INFO O| Dec 18 21:34:34.837 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-18T21:34:36.409Z[ recovery-image] Dec 18 21:34:34.857 INFO O| Dec 18 21:34:34.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70202024-12-18T21:34:36.409Z[ recovery-image] Dec 18 21:34:34.857 INFO O| Dec 18 21:34:34.857 INFO STEP 881 (remove_files) COMPLETE
70212024-12-18T21:34:36.409Z[ recovery-image] Dec 18 21:34:34.857 INFO O| Dec 18 21:34:34.857 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-18T21:34:36.429Z[ recovery-image] Dec 18 21:34:34.876 INFO O| Dec 18 21:34:34.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70232024-12-18T21:34:36.429Z[ recovery-image] Dec 18 21:34:34.876 INFO O| Dec 18 21:34:34.876 INFO STEP 882 (remove_files) COMPLETE
70242024-12-18T21:34:36.429Z[ recovery-image] Dec 18 21:34:34.876 INFO O| Dec 18 21:34:34.876 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-18T21:34:36.447Z[ recovery-image] Dec 18 21:34:34.896 INFO O| Dec 18 21:34:34.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70262024-12-18T21:34:36.447Z[ recovery-image] Dec 18 21:34:34.896 INFO O| Dec 18 21:34:34.896 INFO STEP 883 (remove_files) COMPLETE
70272024-12-18T21:34:36.450Z[ recovery-image] Dec 18 21:34:34.896 INFO O| Dec 18 21:34:34.896 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-18T21:34:36.468Z[ recovery-image] Dec 18 21:34:34.916 INFO O| Dec 18 21:34:34.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70292024-12-18T21:34:36.468Z[ recovery-image] Dec 18 21:34:34.916 INFO O| Dec 18 21:34:34.916 INFO STEP 884 (remove_files) COMPLETE
70302024-12-18T21:34:36.470Z[ recovery-image] Dec 18 21:34:34.916 INFO O| Dec 18 21:34:34.916 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-18T21:34:36.486Z[ recovery-image] Dec 18 21:34:34.935 INFO O| Dec 18 21:34:34.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70322024-12-18T21:34:36.490Z[ recovery-image] Dec 18 21:34:34.935 INFO O| Dec 18 21:34:34.935 INFO STEP 885 (remove_files) COMPLETE
70332024-12-18T21:34:36.490Z[ recovery-image] Dec 18 21:34:34.935 INFO O| Dec 18 21:34:34.935 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-18T21:34:36.504Z[ recovery-image] Dec 18 21:34:34.953 INFO O| Dec 18 21:34:34.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70352024-12-18T21:34:36.505Z[ recovery-image] Dec 18 21:34:34.953 INFO O| Dec 18 21:34:34.953 INFO STEP 886 (remove_files) COMPLETE
70362024-12-18T21:34:36.505Z[ recovery-image] Dec 18 21:34:34.953 INFO O| Dec 18 21:34:34.953 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-18T21:34:36.525Z[ recovery-image] Dec 18 21:34:34.973 INFO O| Dec 18 21:34:34.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70382024-12-18T21:34:36.528Z[ recovery-image] Dec 18 21:34:34.973 INFO O| Dec 18 21:34:34.973 INFO STEP 887 (remove_files) COMPLETE
70392024-12-18T21:34:36.528Z[ recovery-image] Dec 18 21:34:34.973 INFO O| Dec 18 21:34:34.973 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-18T21:34:36.544Z[ recovery-image] Dec 18 21:34:34.992 INFO O| Dec 18 21:34:34.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70412024-12-18T21:34:36.544Z[ recovery-image] Dec 18 21:34:34.992 INFO O| Dec 18 21:34:34.992 INFO STEP 888 (remove_files) COMPLETE
70422024-12-18T21:34:36.547Z[ recovery-image] Dec 18 21:34:34.992 INFO O| Dec 18 21:34:34.992 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-18T21:34:36.578Z[ recovery-image] Dec 18 21:34:35.025 INFO O| Dec 18 21:34:35.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70442024-12-18T21:34:36.582Z[ recovery-image] Dec 18 21:34:35.026 INFO O| Dec 18 21:34:35.026 INFO STEP 889 (remove_files) COMPLETE
70452024-12-18T21:34:36.582Z[ recovery-image] Dec 18 21:34:35.026 INFO O| Dec 18 21:34:35.026 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-18T21:34:36.596Z[ recovery-image] Dec 18 21:34:35.044 INFO O| Dec 18 21:34:35.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70472024-12-18T21:34:36.598Z[ recovery-image] Dec 18 21:34:35.045 INFO O| Dec 18 21:34:35.045 INFO STEP 890 (remove_files) COMPLETE
70482024-12-18T21:34:36.599Z[ recovery-image] Dec 18 21:34:35.045 INFO O| Dec 18 21:34:35.045 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-18T21:34:36.614Z[ recovery-image] Dec 18 21:34:35.063 INFO O| Dec 18 21:34:35.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70502024-12-18T21:34:36.614Z[ recovery-image] Dec 18 21:34:35.063 INFO O| Dec 18 21:34:35.063 INFO STEP 891 (remove_files) COMPLETE
70512024-12-18T21:34:36.614Z[ recovery-image] Dec 18 21:34:35.063 INFO O| Dec 18 21:34:35.063 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-18T21:34:36.633Z[ recovery-image] Dec 18 21:34:35.081 INFO O| Dec 18 21:34:35.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70532024-12-18T21:34:36.634Z[ recovery-image] Dec 18 21:34:35.081 INFO O| Dec 18 21:34:35.081 INFO STEP 892 (remove_files) COMPLETE
70542024-12-18T21:34:36.634Z[ recovery-image] Dec 18 21:34:35.081 INFO O| Dec 18 21:34:35.081 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-18T21:34:36.652Z[ recovery-image] Dec 18 21:34:35.100 INFO O| Dec 18 21:34:35.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70562024-12-18T21:34:36.653Z[ recovery-image] Dec 18 21:34:35.100 INFO O| Dec 18 21:34:35.100 INFO STEP 893 (remove_files) COMPLETE
70572024-12-18T21:34:36.653Z[ recovery-image] Dec 18 21:34:35.101 INFO O| Dec 18 21:34:35.100 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-18T21:34:36.671Z[ recovery-image] Dec 18 21:34:35.120 INFO O| Dec 18 21:34:35.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70592024-12-18T21:34:36.671Z[ recovery-image] Dec 18 21:34:35.120 INFO O| Dec 18 21:34:35.120 INFO STEP 894 (remove_files) COMPLETE
70602024-12-18T21:34:36.671Z[ recovery-image] Dec 18 21:34:35.120 INFO O| Dec 18 21:34:35.120 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-18T21:34:36.690Z[ recovery-image] Dec 18 21:34:35.138 INFO O| Dec 18 21:34:35.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70622024-12-18T21:34:36.690Z[ recovery-image] Dec 18 21:34:35.138 INFO O| Dec 18 21:34:35.138 INFO STEP 895 (remove_files) COMPLETE
70632024-12-18T21:34:36.693Z[ recovery-image] Dec 18 21:34:35.138 INFO O| Dec 18 21:34:35.138 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-18T21:34:36.708Z[ recovery-image] Dec 18 21:34:35.157 INFO O| Dec 18 21:34:35.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70652024-12-18T21:34:36.708Z[ recovery-image] Dec 18 21:34:35.157 INFO O| Dec 18 21:34:35.157 INFO STEP 896 (remove_files) COMPLETE
70662024-12-18T21:34:36.711Z[ recovery-image] Dec 18 21:34:35.157 INFO O| Dec 18 21:34:35.157 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-18T21:34:36.736Z[ recovery-image] Dec 18 21:34:35.184 INFO O| Dec 18 21:34:35.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70682024-12-18T21:34:36.739Z[ recovery-image] Dec 18 21:34:35.184 INFO O| Dec 18 21:34:35.184 INFO STEP 897 (remove_files) COMPLETE
70692024-12-18T21:34:36.739Z[ recovery-image] Dec 18 21:34:35.184 INFO O| Dec 18 21:34:35.184 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-18T21:34:36.754Z[ recovery-image] Dec 18 21:34:35.203 INFO O| Dec 18 21:34:35.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70712024-12-18T21:34:36.757Z[ recovery-image] Dec 18 21:34:35.203 INFO O| Dec 18 21:34:35.203 INFO STEP 898 (remove_files) COMPLETE
70722024-12-18T21:34:36.757Z[ recovery-image] Dec 18 21:34:35.203 INFO O| Dec 18 21:34:35.203 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-18T21:34:36.905Z[ recovery-image] Dec 18 21:34:35.353 INFO O| Dec 18 21:34:35.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70742024-12-18T21:34:36.908Z[ recovery-image] Dec 18 21:34:35.353 INFO O| Dec 18 21:34:35.353 INFO STEP 899 (remove_files) COMPLETE
70752024-12-18T21:34:36.908Z[ recovery-image] Dec 18 21:34:35.353 INFO O| Dec 18 21:34:35.353 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-18T21:34:36.927Z[ recovery-image] Dec 18 21:34:35.375 INFO O| Dec 18 21:34:35.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70772024-12-18T21:34:36.930Z[ recovery-image] Dec 18 21:34:35.375 INFO O| Dec 18 21:34:35.375 INFO STEP 900 (remove_files) COMPLETE
70782024-12-18T21:34:36.930Z[ recovery-image] Dec 18 21:34:35.375 INFO O| Dec 18 21:34:35.375 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-18T21:34:36.957Z[ recovery-image] Dec 18 21:34:35.406 INFO O| Dec 18 21:34:35.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70802024-12-18T21:34:36.957Z[ recovery-image] Dec 18 21:34:35.406 INFO O| Dec 18 21:34:35.406 INFO STEP 901 (remove_files) COMPLETE
70812024-12-18T21:34:36.957Z[ recovery-image] Dec 18 21:34:35.406 INFO O| Dec 18 21:34:35.406 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-18T21:34:37.021Z[ recovery-image] Dec 18 21:34:35.468 INFO O| Dec 18 21:34:35.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70832024-12-18T21:34:37.021Z[ recovery-image] Dec 18 21:34:35.468 INFO O| Dec 18 21:34:35.468 INFO STEP 902 (remove_files) COMPLETE
70842024-12-18T21:34:37.021Z[ recovery-image] Dec 18 21:34:35.468 INFO O| Dec 18 21:34:35.468 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-18T21:34:37.040Z[ recovery-image] Dec 18 21:34:35.488 INFO O| Dec 18 21:34:35.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70862024-12-18T21:34:37.044Z[ recovery-image] Dec 18 21:34:35.488 INFO O| Dec 18 21:34:35.488 INFO STEP 903 (remove_files) COMPLETE
70872024-12-18T21:34:37.044Z[ recovery-image] Dec 18 21:34:35.489 INFO O| Dec 18 21:34:35.488 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-18T21:34:37.061Z[ recovery-image] Dec 18 21:34:35.508 INFO O| Dec 18 21:34:35.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70892024-12-18T21:34:37.063Z[ recovery-image] Dec 18 21:34:35.508 INFO O| Dec 18 21:34:35.508 INFO STEP 904 (remove_files) COMPLETE
70902024-12-18T21:34:37.063Z[ recovery-image] Dec 18 21:34:35.508 INFO O| Dec 18 21:34:35.508 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-18T21:34:37.120Z[ recovery-image] Dec 18 21:34:35.569 INFO O| Dec 18 21:34:35.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70922024-12-18T21:34:37.123Z[ recovery-image] Dec 18 21:34:35.569 INFO O| Dec 18 21:34:35.569 INFO STEP 905 (remove_files) COMPLETE
70932024-12-18T21:34:37.123Z[ recovery-image] Dec 18 21:34:35.569 INFO O| Dec 18 21:34:35.569 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-18T21:34:37.152Z[ recovery-image] Dec 18 21:34:35.600 INFO O| Dec 18 21:34:35.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70952024-12-18T21:34:37.154Z[ recovery-image] Dec 18 21:34:35.601 INFO O| Dec 18 21:34:35.600 INFO STEP 906 (remove_files) COMPLETE
70962024-12-18T21:34:37.154Z[ recovery-image] Dec 18 21:34:35.601 INFO O| Dec 18 21:34:35.600 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-18T21:34:37.173Z[ recovery-image] Dec 18 21:34:35.622 INFO O| Dec 18 21:34:35.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70982024-12-18T21:34:37.174Z[ recovery-image] Dec 18 21:34:35.622 INFO O| Dec 18 21:34:35.622 INFO STEP 907 (remove_files) COMPLETE
70992024-12-18T21:34:37.176Z[ recovery-image] Dec 18 21:34:35.622 INFO O| Dec 18 21:34:35.622 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-18T21:34:37.203Z[ recovery-image] Dec 18 21:34:35.650 INFO O| Dec 18 21:34:35.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71012024-12-18T21:34:37.203Z[ recovery-image] Dec 18 21:34:35.650 INFO O| Dec 18 21:34:35.641 INFO STEP 908 (remove_files) COMPLETE
71022024-12-18T21:34:37.203Z[ recovery-image] Dec 18 21:34:35.650 INFO O| Dec 18 21:34:35.641 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-18T21:34:37.212Z[ recovery-image] Dec 18 21:34:35.660 INFO O| Dec 18 21:34:35.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71042024-12-18T21:34:37.217Z[ recovery-image] Dec 18 21:34:35.660 INFO O| Dec 18 21:34:35.660 INFO STEP 909 (remove_files) COMPLETE
71052024-12-18T21:34:37.217Z[ recovery-image] Dec 18 21:34:35.660 INFO O| Dec 18 21:34:35.660 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-18T21:34:37.231Z[ recovery-image] Dec 18 21:34:35.680 INFO O| Dec 18 21:34:35.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71072024-12-18T21:34:37.234Z[ recovery-image] Dec 18 21:34:35.680 INFO O| Dec 18 21:34:35.680 INFO STEP 910 (remove_files) COMPLETE
71082024-12-18T21:34:37.234Z[ recovery-image] Dec 18 21:34:35.680 INFO O| Dec 18 21:34:35.680 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-18T21:34:37.251Z[ recovery-image] Dec 18 21:34:35.698 INFO O| Dec 18 21:34:35.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71102024-12-18T21:34:37.255Z[ recovery-image] Dec 18 21:34:35.698 INFO O| Dec 18 21:34:35.698 INFO STEP 911 (remove_files) COMPLETE
71112024-12-18T21:34:37.255Z[ recovery-image] Dec 18 21:34:35.698 INFO O| Dec 18 21:34:35.698 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-18T21:34:37.281Z[ recovery-image] Dec 18 21:34:35.729 INFO O| Dec 18 21:34:35.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71132024-12-18T21:34:37.281Z[ recovery-image] Dec 18 21:34:35.729 INFO O| Dec 18 21:34:35.729 INFO STEP 912 (remove_files) COMPLETE
71142024-12-18T21:34:37.281Z[ recovery-image] Dec 18 21:34:35.729 INFO O| Dec 18 21:34:35.729 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-18T21:34:37.309Z[ recovery-image] Dec 18 21:34:35.757 INFO O| Dec 18 21:34:35.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71162024-12-18T21:34:37.309Z[ recovery-image] Dec 18 21:34:35.757 INFO O| Dec 18 21:34:35.757 INFO STEP 913 (remove_files) COMPLETE
71172024-12-18T21:34:37.309Z[ recovery-image] Dec 18 21:34:35.757 INFO O| Dec 18 21:34:35.757 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-18T21:34:37.337Z[ recovery-image] Dec 18 21:34:35.784 INFO O| Dec 18 21:34:35.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71192024-12-18T21:34:37.337Z[ recovery-image] Dec 18 21:34:35.785 INFO O| Dec 18 21:34:35.785 INFO STEP 914 (remove_files) COMPLETE
71202024-12-18T21:34:37.338Z[ recovery-image] Dec 18 21:34:35.785 INFO O| Dec 18 21:34:35.785 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-18T21:34:37.362Z[ recovery-image] Dec 18 21:34:35.810 INFO O| Dec 18 21:34:35.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71222024-12-18T21:34:37.362Z[ recovery-image] Dec 18 21:34:35.810 INFO O| Dec 18 21:34:35.810 INFO STEP 915 (remove_files) COMPLETE
71232024-12-18T21:34:37.362Z[ recovery-image] Dec 18 21:34:35.810 INFO O| Dec 18 21:34:35.810 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-18T21:34:37.413Z[ recovery-image] Dec 18 21:34:35.862 INFO O| Dec 18 21:34:35.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71252024-12-18T21:34:37.414Z[ recovery-image] Dec 18 21:34:35.862 INFO O| Dec 18 21:34:35.862 INFO STEP 916 (remove_files) COMPLETE
71262024-12-18T21:34:37.414Z[ recovery-image] Dec 18 21:34:35.862 INFO O| Dec 18 21:34:35.862 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-18T21:34:37.433Z[ recovery-image] Dec 18 21:34:35.881 INFO O| Dec 18 21:34:35.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71282024-12-18T21:34:37.433Z[ recovery-image] Dec 18 21:34:35.881 INFO O| Dec 18 21:34:35.881 INFO STEP 917 (remove_files) COMPLETE
71292024-12-18T21:34:37.433Z[ recovery-image] Dec 18 21:34:35.881 INFO O| Dec 18 21:34:35.881 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-18T21:34:37.450Z[ recovery-image] Dec 18 21:34:35.898 INFO O| Dec 18 21:34:35.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71312024-12-18T21:34:37.450Z[ recovery-image] Dec 18 21:34:35.898 INFO O| Dec 18 21:34:35.898 INFO STEP 918 (remove_files) COMPLETE
71322024-12-18T21:34:37.453Z[ recovery-image] Dec 18 21:34:35.898 INFO O| Dec 18 21:34:35.898 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-18T21:34:37.469Z[ recovery-image] Dec 18 21:34:35.917 INFO O| Dec 18 21:34:35.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71342024-12-18T21:34:37.469Z[ recovery-image] Dec 18 21:34:35.917 INFO O| Dec 18 21:34:35.917 INFO STEP 919 (remove_files) COMPLETE
71352024-12-18T21:34:37.469Z[ recovery-image] Dec 18 21:34:35.917 INFO O| Dec 18 21:34:35.917 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-18T21:34:37.505Z[ recovery-image] Dec 18 21:34:35.953 INFO O| Dec 18 21:34:35.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71372024-12-18T21:34:37.505Z[ recovery-image] Dec 18 21:34:35.953 INFO O| Dec 18 21:34:35.953 INFO STEP 920 (remove_files) COMPLETE
71382024-12-18T21:34:37.505Z[ recovery-image] Dec 18 21:34:35.953 INFO O| Dec 18 21:34:35.953 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-18T21:34:37.545Z[ recovery-image] Dec 18 21:34:35.993 INFO O| Dec 18 21:34:35.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71402024-12-18T21:34:37.547Z[ recovery-image] Dec 18 21:34:35.993 INFO O| Dec 18 21:34:35.993 INFO STEP 921 (remove_files) COMPLETE
71412024-12-18T21:34:37.547Z[ recovery-image] Dec 18 21:34:35.993 INFO O| Dec 18 21:34:35.993 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-18T21:34:37.565Z[ recovery-image] Dec 18 21:34:36.014 INFO O| Dec 18 21:34:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71432024-12-18T21:34:37.568Z[ recovery-image] Dec 18 21:34:36.014 INFO O| Dec 18 21:34:36.014 INFO STEP 922 (remove_files) COMPLETE
71442024-12-18T21:34:37.568Z[ recovery-image] Dec 18 21:34:36.014 INFO O| Dec 18 21:34:36.014 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-18T21:34:37.590Z[ recovery-image] Dec 18 21:34:36.038 INFO O| Dec 18 21:34:36.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71462024-12-18T21:34:37.590Z[ recovery-image] Dec 18 21:34:36.038 INFO O| Dec 18 21:34:36.038 INFO STEP 923 (remove_files) COMPLETE
71472024-12-18T21:34:37.592Z[ recovery-image] Dec 18 21:34:36.039 INFO O| Dec 18 21:34:36.039 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-18T21:34:37.610Z[ recovery-image] Dec 18 21:34:36.058 INFO O| Dec 18 21:34:36.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71492024-12-18T21:34:37.610Z[ recovery-image] Dec 18 21:34:36.058 INFO O| Dec 18 21:34:36.058 INFO STEP 924 (remove_files) COMPLETE
71502024-12-18T21:34:37.613Z[ recovery-image] Dec 18 21:34:36.058 INFO O| Dec 18 21:34:36.058 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-18T21:34:37.629Z[ recovery-image] Dec 18 21:34:36.077 INFO O| Dec 18 21:34:36.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71522024-12-18T21:34:37.633Z[ recovery-image] Dec 18 21:34:36.077 INFO O| Dec 18 21:34:36.077 INFO STEP 925 (remove_files) COMPLETE
71532024-12-18T21:34:37.633Z[ recovery-image] Dec 18 21:34:36.077 INFO O| Dec 18 21:34:36.077 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-18T21:34:37.649Z[ recovery-image] Dec 18 21:34:36.097 INFO O| Dec 18 21:34:36.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71552024-12-18T21:34:37.649Z[ recovery-image] Dec 18 21:34:36.097 INFO O| Dec 18 21:34:36.097 INFO STEP 926 (remove_files) COMPLETE
71562024-12-18T21:34:37.653Z[ recovery-image] Dec 18 21:34:36.097 INFO O| Dec 18 21:34:36.097 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-18T21:34:37.667Z[ recovery-image] Dec 18 21:34:36.115 INFO O| Dec 18 21:34:36.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71582024-12-18T21:34:37.670Z[ recovery-image] Dec 18 21:34:36.115 INFO O| Dec 18 21:34:36.115 INFO STEP 927 (remove_files) COMPLETE
71592024-12-18T21:34:37.670Z[ recovery-image] Dec 18 21:34:36.116 INFO O| Dec 18 21:34:36.115 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-18T21:34:37.686Z[ recovery-image] Dec 18 21:34:36.135 INFO O| Dec 18 21:34:36.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71612024-12-18T21:34:37.687Z[ recovery-image] Dec 18 21:34:36.135 INFO O| Dec 18 21:34:36.135 INFO STEP 928 (remove_files) COMPLETE
71622024-12-18T21:34:37.687Z[ recovery-image] Dec 18 21:34:36.135 INFO O| Dec 18 21:34:36.135 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-18T21:34:37.773Z[ recovery-image] Dec 18 21:34:36.221 INFO O| Dec 18 21:34:36.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71642024-12-18T21:34:37.773Z[ recovery-image] Dec 18 21:34:36.221 INFO O| Dec 18 21:34:36.221 INFO STEP 929 (remove_files) COMPLETE
71652024-12-18T21:34:37.775Z[ recovery-image] Dec 18 21:34:36.221 INFO O| Dec 18 21:34:36.221 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-18T21:34:37.807Z[ recovery-image] Dec 18 21:34:36.245 INFO O| Dec 18 21:34:36.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71672024-12-18T21:34:37.807Z[ recovery-image] Dec 18 21:34:36.245 INFO O| Dec 18 21:34:36.245 INFO STEP 930 (remove_files) COMPLETE
71682024-12-18T21:34:37.810Z[ recovery-image] Dec 18 21:34:36.245 INFO O| Dec 18 21:34:36.245 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-18T21:34:37.817Z[ recovery-image] Dec 18 21:34:36.265 INFO O| Dec 18 21:34:36.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71702024-12-18T21:34:37.818Z[ recovery-image] Dec 18 21:34:36.265 INFO O| Dec 18 21:34:36.265 INFO STEP 931 (remove_files) COMPLETE
71712024-12-18T21:34:37.820Z[ recovery-image] Dec 18 21:34:36.265 INFO O| Dec 18 21:34:36.265 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-18T21:34:37.855Z[ recovery-image] Dec 18 21:34:36.303 INFO O| Dec 18 21:34:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71732024-12-18T21:34:37.855Z[ recovery-image] Dec 18 21:34:36.303 INFO O| Dec 18 21:34:36.303 INFO STEP 932 (remove_files) COMPLETE
71742024-12-18T21:34:37.857Z[ recovery-image] Dec 18 21:34:36.303 INFO O| Dec 18 21:34:36.303 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-18T21:34:37.874Z[ recovery-image] Dec 18 21:34:36.322 INFO O| Dec 18 21:34:36.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71762024-12-18T21:34:37.874Z[ recovery-image] Dec 18 21:34:36.322 INFO O| Dec 18 21:34:36.322 INFO STEP 933 (remove_files) COMPLETE
71772024-12-18T21:34:37.874Z[ recovery-image] Dec 18 21:34:36.322 INFO O| Dec 18 21:34:36.322 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-18T21:34:37.891Z[ recovery-image] Dec 18 21:34:36.338 INFO O| Dec 18 21:34:36.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71792024-12-18T21:34:37.891Z[ recovery-image] Dec 18 21:34:36.338 INFO O| Dec 18 21:34:36.338 INFO STEP 934 (remove_files) COMPLETE
71802024-12-18T21:34:37.891Z[ recovery-image] Dec 18 21:34:36.339 INFO O| Dec 18 21:34:36.338 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-18T21:34:37.907Z[ recovery-image] Dec 18 21:34:36.356 INFO O| Dec 18 21:34:36.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71822024-12-18T21:34:37.907Z[ recovery-image] Dec 18 21:34:36.356 INFO O| Dec 18 21:34:36.356 INFO STEP 935 (remove_files) COMPLETE
71832024-12-18T21:34:37.907Z[ recovery-image] Dec 18 21:34:36.356 INFO O| Dec 18 21:34:36.356 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-18T21:34:37.940Z[ recovery-image] Dec 18 21:34:36.388 INFO O| Dec 18 21:34:36.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71852024-12-18T21:34:37.942Z[ recovery-image] Dec 18 21:34:36.388 INFO O| Dec 18 21:34:36.388 INFO STEP 936 (remove_files) COMPLETE
71862024-12-18T21:34:37.942Z[ recovery-image] Dec 18 21:34:36.388 INFO O| Dec 18 21:34:36.388 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-18T21:34:37.958Z[ recovery-image] Dec 18 21:34:36.406 INFO O| Dec 18 21:34:36.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71882024-12-18T21:34:37.960Z[ recovery-image] Dec 18 21:34:36.406 INFO O| Dec 18 21:34:36.406 INFO STEP 937 (remove_files) COMPLETE
71892024-12-18T21:34:37.960Z[ recovery-image] Dec 18 21:34:36.406 INFO O| Dec 18 21:34:36.406 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-18T21:34:37.996Z[ recovery-image] Dec 18 21:34:36.444 INFO O| Dec 18 21:34:36.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71912024-12-18T21:34:37.997Z[ recovery-image] Dec 18 21:34:36.444 INFO O| Dec 18 21:34:36.444 INFO STEP 938 (remove_files) COMPLETE
71922024-12-18T21:34:37.997Z[ recovery-image] Dec 18 21:34:36.444 INFO O| Dec 18 21:34:36.444 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-18T21:34:38.053Z[ recovery-image] Dec 18 21:34:36.501 INFO O| Dec 18 21:34:36.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71942024-12-18T21:34:38.053Z[ recovery-image] Dec 18 21:34:36.501 INFO O| Dec 18 21:34:36.501 INFO STEP 939 (remove_files) COMPLETE
71952024-12-18T21:34:38.056Z[ recovery-image] Dec 18 21:34:36.501 INFO O| Dec 18 21:34:36.501 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-18T21:34:38.115Z[ recovery-image] Dec 18 21:34:36.563 INFO O| Dec 18 21:34:36.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71972024-12-18T21:34:38.115Z[ recovery-image] Dec 18 21:34:36.563 INFO O| Dec 18 21:34:36.563 INFO STEP 940 (remove_files) COMPLETE
71982024-12-18T21:34:38.115Z[ recovery-image] Dec 18 21:34:36.563 INFO O| Dec 18 21:34:36.563 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-18T21:34:38.135Z[ recovery-image] Dec 18 21:34:36.583 INFO O| Dec 18 21:34:36.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72002024-12-18T21:34:38.135Z[ recovery-image] Dec 18 21:34:36.583 INFO O| Dec 18 21:34:36.583 INFO STEP 941 (remove_files) COMPLETE
72012024-12-18T21:34:38.135Z[ recovery-image] Dec 18 21:34:36.583 INFO O| Dec 18 21:34:36.583 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-18T21:34:38.153Z[ recovery-image] Dec 18 21:34:36.601 INFO O| Dec 18 21:34:36.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72032024-12-18T21:34:38.153Z[ recovery-image] Dec 18 21:34:36.601 INFO O| Dec 18 21:34:36.601 INFO STEP 942 (remove_files) COMPLETE
72042024-12-18T21:34:38.156Z[ recovery-image] Dec 18 21:34:36.602 INFO O| Dec 18 21:34:36.601 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-18T21:34:38.172Z[ recovery-image] Dec 18 21:34:36.620 INFO O| Dec 18 21:34:36.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72062024-12-18T21:34:38.172Z[ recovery-image] Dec 18 21:34:36.620 INFO O| Dec 18 21:34:36.620 INFO STEP 943 (remove_files) COMPLETE
72072024-12-18T21:34:38.172Z[ recovery-image] Dec 18 21:34:36.620 INFO O| Dec 18 21:34:36.620 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-18T21:34:38.192Z[ recovery-image] Dec 18 21:34:36.641 INFO O| Dec 18 21:34:36.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72092024-12-18T21:34:38.192Z[ recovery-image] Dec 18 21:34:36.641 INFO O| Dec 18 21:34:36.641 INFO STEP 944 (remove_files) COMPLETE
72102024-12-18T21:34:38.193Z[ recovery-image] Dec 18 21:34:36.641 INFO O| Dec 18 21:34:36.641 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-18T21:34:38.212Z[ recovery-image] Dec 18 21:34:36.660 INFO O| Dec 18 21:34:36.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72122024-12-18T21:34:38.212Z[ recovery-image] Dec 18 21:34:36.660 INFO O| Dec 18 21:34:36.660 INFO STEP 945 (remove_files) COMPLETE
72132024-12-18T21:34:38.214Z[ recovery-image] Dec 18 21:34:36.660 INFO O| Dec 18 21:34:36.660 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-18T21:34:38.231Z[ recovery-image] Dec 18 21:34:36.679 INFO O| Dec 18 21:34:36.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72152024-12-18T21:34:38.231Z[ recovery-image] Dec 18 21:34:36.679 INFO O| Dec 18 21:34:36.679 INFO STEP 946 (remove_files) COMPLETE
72162024-12-18T21:34:38.234Z[ recovery-image] Dec 18 21:34:36.680 INFO O| Dec 18 21:34:36.679 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-18T21:34:38.256Z[ recovery-image] Dec 18 21:34:36.703 INFO O| Dec 18 21:34:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72182024-12-18T21:34:38.256Z[ recovery-image] Dec 18 21:34:36.703 INFO O| Dec 18 21:34:36.703 INFO STEP 947 (remove_files) COMPLETE
72192024-12-18T21:34:38.256Z[ recovery-image] Dec 18 21:34:36.703 INFO O| Dec 18 21:34:36.703 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-18T21:34:38.276Z[ recovery-image] Dec 18 21:34:36.724 INFO O| Dec 18 21:34:36.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72212024-12-18T21:34:38.276Z[ recovery-image] Dec 18 21:34:36.724 INFO O| Dec 18 21:34:36.724 INFO STEP 948 (remove_files) COMPLETE
72222024-12-18T21:34:38.278Z[ recovery-image] Dec 18 21:34:36.724 INFO O| Dec 18 21:34:36.724 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-18T21:34:38.296Z[ recovery-image] Dec 18 21:34:36.744 INFO O| Dec 18 21:34:36.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72242024-12-18T21:34:38.296Z[ recovery-image] Dec 18 21:34:36.745 INFO O| Dec 18 21:34:36.744 INFO STEP 949 (remove_files) COMPLETE
72252024-12-18T21:34:38.296Z[ recovery-image] Dec 18 21:34:36.745 INFO O| Dec 18 21:34:36.745 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-18T21:34:38.316Z[ recovery-image] Dec 18 21:34:36.764 INFO O| Dec 18 21:34:36.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72272024-12-18T21:34:38.316Z[ recovery-image] Dec 18 21:34:36.764 INFO O| Dec 18 21:34:36.764 INFO STEP 950 (remove_files) COMPLETE
72282024-12-18T21:34:38.316Z[ recovery-image] Dec 18 21:34:36.764 INFO O| Dec 18 21:34:36.764 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-18T21:34:38.348Z[ recovery-image] Dec 18 21:34:36.796 INFO O| Dec 18 21:34:36.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72302024-12-18T21:34:38.348Z[ recovery-image] Dec 18 21:34:36.796 INFO O| Dec 18 21:34:36.796 INFO STEP 951 (remove_files) COMPLETE
72312024-12-18T21:34:38.348Z[ recovery-image] Dec 18 21:34:36.796 INFO O| Dec 18 21:34:36.796 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-18T21:34:38.402Z[ recovery-image] Dec 18 21:34:36.835 INFO O| Dec 18 21:34:36.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72332024-12-18T21:34:38.402Z[ recovery-image] Dec 18 21:34:36.835 INFO O| Dec 18 21:34:36.835 INFO STEP 952 (remove_files) COMPLETE
72342024-12-18T21:34:38.402Z[ recovery-image] Dec 18 21:34:36.835 INFO O| Dec 18 21:34:36.835 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-18T21:34:38.531Z[ recovery-image] Dec 18 21:34:36.979 INFO O| Dec 18 21:34:36.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72362024-12-18T21:34:38.531Z[ recovery-image] Dec 18 21:34:36.979 INFO O| Dec 18 21:34:36.979 INFO STEP 953 (remove_files) COMPLETE
72372024-12-18T21:34:38.531Z[ recovery-image] Dec 18 21:34:36.979 INFO O| Dec 18 21:34:36.979 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-18T21:34:38.549Z[ recovery-image] Dec 18 21:34:36.997 INFO O| Dec 18 21:34:36.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72392024-12-18T21:34:38.549Z[ recovery-image] Dec 18 21:34:36.997 INFO O| Dec 18 21:34:36.997 INFO STEP 954 (remove_files) COMPLETE
72402024-12-18T21:34:38.551Z[ recovery-image] Dec 18 21:34:36.997 INFO O| Dec 18 21:34:36.997 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-18T21:34:38.589Z[ recovery-image] Dec 18 21:34:37.037 INFO O| Dec 18 21:34:37.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72422024-12-18T21:34:38.592Z[ recovery-image] Dec 18 21:34:37.037 INFO O| Dec 18 21:34:37.037 INFO STEP 955 (remove_files) COMPLETE
72432024-12-18T21:34:38.592Z[ recovery-image] Dec 18 21:34:37.037 INFO O| Dec 18 21:34:37.037 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-18T21:34:38.610Z[ recovery-image] Dec 18 21:34:37.058 INFO O| Dec 18 21:34:37.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72452024-12-18T21:34:38.612Z[ recovery-image] Dec 18 21:34:37.058 INFO O| Dec 18 21:34:37.058 INFO STEP 956 (remove_files) COMPLETE
72462024-12-18T21:34:38.612Z[ recovery-image] Dec 18 21:34:37.058 INFO O| Dec 18 21:34:37.058 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-18T21:34:38.653Z[ recovery-image] Dec 18 21:34:37.100 INFO O| Dec 18 21:34:37.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72482024-12-18T21:34:38.653Z[ recovery-image] Dec 18 21:34:37.100 INFO O| Dec 18 21:34:37.100 INFO STEP 957 (remove_files) COMPLETE
72492024-12-18T21:34:38.656Z[ recovery-image] Dec 18 21:34:37.100 INFO O| Dec 18 21:34:37.100 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-18T21:34:38.673Z[ recovery-image] Dec 18 21:34:37.121 INFO O| Dec 18 21:34:37.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72512024-12-18T21:34:38.673Z[ recovery-image] Dec 18 21:34:37.121 INFO O| Dec 18 21:34:37.121 INFO STEP 958 (remove_files) COMPLETE
72522024-12-18T21:34:38.673Z[ recovery-image] Dec 18 21:34:37.121 INFO O| Dec 18 21:34:37.121 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-18T21:34:38.691Z[ recovery-image] Dec 18 21:34:37.139 INFO O| Dec 18 21:34:37.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72542024-12-18T21:34:38.691Z[ recovery-image] Dec 18 21:34:37.139 INFO O| Dec 18 21:34:37.139 INFO STEP 959 (remove_files) COMPLETE
72552024-12-18T21:34:38.694Z[ recovery-image] Dec 18 21:34:37.140 INFO O| Dec 18 21:34:37.139 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-18T21:34:38.713Z[ recovery-image] Dec 18 21:34:37.158 INFO O| Dec 18 21:34:37.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72572024-12-18T21:34:38.713Z[ recovery-image] Dec 18 21:34:37.158 INFO O| Dec 18 21:34:37.158 INFO STEP 960 (remove_files) COMPLETE
72582024-12-18T21:34:38.713Z[ recovery-image] Dec 18 21:34:37.158 INFO O| Dec 18 21:34:37.158 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-18T21:34:38.729Z[ recovery-image] Dec 18 21:34:37.177 INFO O| Dec 18 21:34:37.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72602024-12-18T21:34:38.731Z[ recovery-image] Dec 18 21:34:37.178 INFO O| Dec 18 21:34:37.178 INFO STEP 961 (remove_files) COMPLETE
72612024-12-18T21:34:38.731Z[ recovery-image] Dec 18 21:34:37.178 INFO O| Dec 18 21:34:37.178 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-18T21:34:38.748Z[ recovery-image] Dec 18 21:34:37.195 INFO O| Dec 18 21:34:37.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72632024-12-18T21:34:38.748Z[ recovery-image] Dec 18 21:34:37.195 INFO O| Dec 18 21:34:37.195 INFO STEP 962 (remove_files) COMPLETE
72642024-12-18T21:34:38.748Z[ recovery-image] Dec 18 21:34:37.195 INFO O| Dec 18 21:34:37.195 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-18T21:34:38.765Z[ recovery-image] Dec 18 21:34:37.213 INFO O| Dec 18 21:34:37.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72662024-12-18T21:34:38.767Z[ recovery-image] Dec 18 21:34:37.213 INFO O| Dec 18 21:34:37.213 INFO STEP 963 (remove_files) COMPLETE
72672024-12-18T21:34:38.767Z[ recovery-image] Dec 18 21:34:37.213 INFO O| Dec 18 21:34:37.213 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-18T21:34:38.784Z[ recovery-image] Dec 18 21:34:37.232 INFO O| Dec 18 21:34:37.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72692024-12-18T21:34:38.784Z[ recovery-image] Dec 18 21:34:37.232 INFO O| Dec 18 21:34:37.232 INFO STEP 964 (remove_files) COMPLETE
72702024-12-18T21:34:38.785Z[ recovery-image] Dec 18 21:34:37.232 INFO O| Dec 18 21:34:37.232 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-18T21:34:38.816Z[ recovery-image] Dec 18 21:34:37.263 INFO O| Dec 18 21:34:37.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72722024-12-18T21:34:38.816Z[ recovery-image] Dec 18 21:34:37.263 INFO O| Dec 18 21:34:37.263 INFO STEP 965 (remove_files) COMPLETE
72732024-12-18T21:34:38.816Z[ recovery-image] Dec 18 21:34:37.263 INFO O| Dec 18 21:34:37.263 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-18T21:34:38.850Z[ recovery-image] Dec 18 21:34:37.297 INFO O| Dec 18 21:34:37.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72752024-12-18T21:34:38.853Z[ recovery-image] Dec 18 21:34:37.298 INFO O| Dec 18 21:34:37.298 INFO STEP 966 (remove_files) COMPLETE
72762024-12-18T21:34:38.853Z[ recovery-image] Dec 18 21:34:37.298 INFO O| Dec 18 21:34:37.298 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-18T21:34:38.901Z[ recovery-image] Dec 18 21:34:37.349 INFO O| Dec 18 21:34:37.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72782024-12-18T21:34:38.901Z[ recovery-image] Dec 18 21:34:37.349 INFO O| Dec 18 21:34:37.349 INFO STEP 967 (remove_files) COMPLETE
72792024-12-18T21:34:38.904Z[ recovery-image] Dec 18 21:34:37.349 INFO O| Dec 18 21:34:37.349 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-18T21:34:38.921Z[ recovery-image] Dec 18 21:34:37.369 INFO O| Dec 18 21:34:37.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72812024-12-18T21:34:38.921Z[ recovery-image] Dec 18 21:34:37.369 INFO O| Dec 18 21:34:37.369 INFO STEP 968 (remove_files) COMPLETE
72822024-12-18T21:34:38.923Z[ recovery-image] Dec 18 21:34:37.369 INFO O| Dec 18 21:34:37.369 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-18T21:34:38.939Z[ recovery-image] Dec 18 21:34:37.387 INFO O| Dec 18 21:34:37.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72842024-12-18T21:34:38.939Z[ recovery-image] Dec 18 21:34:37.387 INFO O| Dec 18 21:34:37.387 INFO STEP 969 (remove_files) COMPLETE
72852024-12-18T21:34:38.940Z[ recovery-image] Dec 18 21:34:37.387 INFO O| Dec 18 21:34:37.387 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-18T21:34:38.958Z[ recovery-image] Dec 18 21:34:37.406 INFO O| Dec 18 21:34:37.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72872024-12-18T21:34:38.959Z[ recovery-image] Dec 18 21:34:37.407 INFO O| Dec 18 21:34:37.406 INFO STEP 970 (remove_files) COMPLETE
72882024-12-18T21:34:38.959Z[ recovery-image] Dec 18 21:34:37.407 INFO O| Dec 18 21:34:37.407 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-18T21:34:38.978Z[ recovery-image] Dec 18 21:34:37.425 INFO O| Dec 18 21:34:37.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72902024-12-18T21:34:38.978Z[ recovery-image] Dec 18 21:34:37.425 INFO O| Dec 18 21:34:37.425 INFO STEP 971 (remove_files) COMPLETE
72912024-12-18T21:34:38.981Z[ recovery-image] Dec 18 21:34:37.426 INFO O| Dec 18 21:34:37.425 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-18T21:34:38.996Z[ recovery-image] Dec 18 21:34:37.444 INFO O| Dec 18 21:34:37.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72932024-12-18T21:34:38.999Z[ recovery-image] Dec 18 21:34:37.444 INFO O| Dec 18 21:34:37.444 INFO STEP 972 (remove_files) COMPLETE
72942024-12-18T21:34:38.999Z[ recovery-image] Dec 18 21:34:37.444 INFO O| Dec 18 21:34:37.444 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-18T21:34:39.017Z[ recovery-image] Dec 18 21:34:37.465 INFO O| Dec 18 21:34:37.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72962024-12-18T21:34:39.020Z[ recovery-image] Dec 18 21:34:37.466 INFO O| Dec 18 21:34:37.465 INFO STEP 973 (remove_files) COMPLETE
72972024-12-18T21:34:39.020Z[ recovery-image] Dec 18 21:34:37.466 INFO O| Dec 18 21:34:37.466 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-18T21:34:39.039Z[ recovery-image] Dec 18 21:34:37.486 INFO O| Dec 18 21:34:37.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72992024-12-18T21:34:39.042Z[ recovery-image] Dec 18 21:34:37.487 INFO O| Dec 18 21:34:37.487 INFO STEP 974 (remove_files) COMPLETE
73002024-12-18T21:34:39.042Z[ recovery-image] Dec 18 21:34:37.487 INFO O| Dec 18 21:34:37.487 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-18T21:34:39.068Z[ recovery-image] Dec 18 21:34:37.516 INFO O| Dec 18 21:34:37.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73022024-12-18T21:34:39.068Z[ recovery-image] Dec 18 21:34:37.516 INFO O| Dec 18 21:34:37.516 INFO STEP 975 (remove_files) COMPLETE
73032024-12-18T21:34:39.071Z[ recovery-image] Dec 18 21:34:37.516 INFO O| Dec 18 21:34:37.516 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-18T21:34:39.088Z[ recovery-image] Dec 18 21:34:37.536 INFO O| Dec 18 21:34:37.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73052024-12-18T21:34:39.088Z[ recovery-image] Dec 18 21:34:37.536 INFO O| Dec 18 21:34:37.536 INFO STEP 976 (remove_files) COMPLETE
73062024-12-18T21:34:39.088Z[ recovery-image] Dec 18 21:34:37.536 INFO O| Dec 18 21:34:37.536 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-18T21:34:39.118Z[ recovery-image] Dec 18 21:34:37.566 INFO O| Dec 18 21:34:37.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73082024-12-18T21:34:39.118Z[ recovery-image] Dec 18 21:34:37.566 INFO O| Dec 18 21:34:37.556 INFO STEP 977 (remove_files) COMPLETE
73092024-12-18T21:34:39.121Z[ recovery-image] Dec 18 21:34:37.566 INFO O| Dec 18 21:34:37.556 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-18T21:34:39.145Z[ recovery-image] Dec 18 21:34:37.593 INFO O| Dec 18 21:34:37.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73112024-12-18T21:34:39.145Z[ recovery-image] Dec 18 21:34:37.593 INFO O| Dec 18 21:34:37.593 INFO STEP 978 (remove_files) COMPLETE
73122024-12-18T21:34:39.148Z[ recovery-image] Dec 18 21:34:37.593 INFO O| Dec 18 21:34:37.593 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-18T21:34:39.225Z[ recovery-image] Dec 18 21:34:37.672 INFO O| Dec 18 21:34:37.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73142024-12-18T21:34:39.225Z[ recovery-image] Dec 18 21:34:37.672 INFO O| Dec 18 21:34:37.672 INFO STEP 979 (remove_files) COMPLETE
73152024-12-18T21:34:39.225Z[ recovery-image] Dec 18 21:34:37.672 INFO O| Dec 18 21:34:37.672 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-18T21:34:39.243Z[ recovery-image] Dec 18 21:34:37.691 INFO O| Dec 18 21:34:37.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73172024-12-18T21:34:39.244Z[ recovery-image] Dec 18 21:34:37.691 INFO O| Dec 18 21:34:37.691 INFO STEP 980 (remove_files) COMPLETE
73182024-12-18T21:34:39.248Z[ recovery-image] Dec 18 21:34:37.691 INFO O| Dec 18 21:34:37.691 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-18T21:34:39.263Z[ recovery-image] Dec 18 21:34:37.711 INFO O| Dec 18 21:34:37.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73202024-12-18T21:34:39.263Z[ recovery-image] Dec 18 21:34:37.711 INFO O| Dec 18 21:34:37.711 INFO STEP 981 (remove_files) COMPLETE
73212024-12-18T21:34:39.263Z[ recovery-image] Dec 18 21:34:37.711 INFO O| Dec 18 21:34:37.711 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-18T21:34:39.283Z[ recovery-image] Dec 18 21:34:37.730 INFO O| Dec 18 21:34:37.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73232024-12-18T21:34:39.283Z[ recovery-image] Dec 18 21:34:37.730 INFO O| Dec 18 21:34:37.730 INFO STEP 982 (remove_files) COMPLETE
73242024-12-18T21:34:39.283Z[ recovery-image] Dec 18 21:34:37.730 INFO O| Dec 18 21:34:37.730 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-18T21:34:39.301Z[ recovery-image] Dec 18 21:34:37.749 INFO O| Dec 18 21:34:37.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73262024-12-18T21:34:39.303Z[ recovery-image] Dec 18 21:34:37.749 INFO O| Dec 18 21:34:37.749 INFO STEP 983 (remove_files) COMPLETE
73272024-12-18T21:34:39.303Z[ recovery-image] Dec 18 21:34:37.749 INFO O| Dec 18 21:34:37.749 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-18T21:34:39.320Z[ recovery-image] Dec 18 21:34:37.768 INFO O| Dec 18 21:34:37.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73292024-12-18T21:34:39.320Z[ recovery-image] Dec 18 21:34:37.768 INFO O| Dec 18 21:34:37.768 INFO STEP 984 (remove_files) COMPLETE
73302024-12-18T21:34:39.320Z[ recovery-image] Dec 18 21:34:37.768 INFO O| Dec 18 21:34:37.768 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-18T21:34:39.339Z[ recovery-image] Dec 18 21:34:37.787 INFO O| Dec 18 21:34:37.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73322024-12-18T21:34:39.339Z[ recovery-image] Dec 18 21:34:37.787 INFO O| Dec 18 21:34:37.787 INFO STEP 985 (remove_files) COMPLETE
73332024-12-18T21:34:39.339Z[ recovery-image] Dec 18 21:34:37.787 INFO O| Dec 18 21:34:37.787 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-18T21:34:39.373Z[ recovery-image] Dec 18 21:34:37.821 INFO O| Dec 18 21:34:37.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73352024-12-18T21:34:39.373Z[ recovery-image] Dec 18 21:34:37.821 INFO O| Dec 18 21:34:37.821 INFO STEP 986 (remove_files) COMPLETE
73362024-12-18T21:34:39.373Z[ recovery-image] Dec 18 21:34:37.821 INFO O| Dec 18 21:34:37.821 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-18T21:34:39.411Z[ recovery-image] Dec 18 21:34:37.859 INFO O| Dec 18 21:34:37.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73382024-12-18T21:34:39.411Z[ recovery-image] Dec 18 21:34:37.859 INFO O| Dec 18 21:34:37.859 INFO STEP 987 (remove_files) COMPLETE
73392024-12-18T21:34:39.411Z[ recovery-image] Dec 18 21:34:37.859 INFO O| Dec 18 21:34:37.859 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-18T21:34:39.429Z[ recovery-image] Dec 18 21:34:37.877 INFO O| Dec 18 21:34:37.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73412024-12-18T21:34:39.429Z[ recovery-image] Dec 18 21:34:37.877 INFO O| Dec 18 21:34:37.877 INFO STEP 988 (remove_files) COMPLETE
73422024-12-18T21:34:39.429Z[ recovery-image] Dec 18 21:34:37.877 INFO O| Dec 18 21:34:37.877 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-18T21:34:39.448Z[ recovery-image] Dec 18 21:34:37.896 INFO O| Dec 18 21:34:37.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73442024-12-18T21:34:39.448Z[ recovery-image] Dec 18 21:34:37.896 INFO O| Dec 18 21:34:37.896 INFO STEP 989 (remove_files) COMPLETE
73452024-12-18T21:34:39.448Z[ recovery-image] Dec 18 21:34:37.896 INFO O| Dec 18 21:34:37.896 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-18T21:34:39.466Z[ recovery-image] Dec 18 21:34:37.914 INFO O| Dec 18 21:34:37.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73472024-12-18T21:34:39.466Z[ recovery-image] Dec 18 21:34:37.914 INFO O| Dec 18 21:34:37.914 INFO STEP 990 (remove_files) COMPLETE
73482024-12-18T21:34:39.466Z[ recovery-image] Dec 18 21:34:37.914 INFO O| Dec 18 21:34:37.914 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-18T21:34:39.513Z[ recovery-image] Dec 18 21:34:37.961 INFO O| Dec 18 21:34:37.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73502024-12-18T21:34:39.513Z[ recovery-image] Dec 18 21:34:37.961 INFO O| Dec 18 21:34:37.961 INFO STEP 991 (remove_files) COMPLETE
73512024-12-18T21:34:39.513Z[ recovery-image] Dec 18 21:34:37.961 INFO O| Dec 18 21:34:37.961 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-18T21:34:39.533Z[ recovery-image] Dec 18 21:34:37.981 INFO O| Dec 18 21:34:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73532024-12-18T21:34:39.534Z[ recovery-image] Dec 18 21:34:37.981 INFO O| Dec 18 21:34:37.981 INFO STEP 992 (remove_files) COMPLETE
73542024-12-18T21:34:39.536Z[ recovery-image] Dec 18 21:34:37.981 INFO O| Dec 18 21:34:37.981 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-18T21:34:39.552Z[ recovery-image] Dec 18 21:34:37.999 INFO O| Dec 18 21:34:37.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73562024-12-18T21:34:39.552Z[ recovery-image] Dec 18 21:34:37.999 INFO O| Dec 18 21:34:37.999 INFO STEP 993 (remove_files) COMPLETE
73572024-12-18T21:34:39.554Z[ recovery-image] Dec 18 21:34:37.999 INFO O| Dec 18 21:34:37.999 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-18T21:34:39.573Z[ recovery-image] Dec 18 21:34:38.021 INFO O| Dec 18 21:34:38.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73592024-12-18T21:34:39.576Z[ recovery-image] Dec 18 21:34:38.021 INFO O| Dec 18 21:34:38.021 INFO STEP 994 (remove_files) COMPLETE
73602024-12-18T21:34:39.576Z[ recovery-image] Dec 18 21:34:38.022 INFO O| Dec 18 21:34:38.022 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-18T21:34:39.593Z[ recovery-image] Dec 18 21:34:38.041 INFO O| Dec 18 21:34:38.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73622024-12-18T21:34:39.596Z[ recovery-image] Dec 18 21:34:38.041 INFO O| Dec 18 21:34:38.041 INFO STEP 995 (remove_files) COMPLETE
73632024-12-18T21:34:39.596Z[ recovery-image] Dec 18 21:34:38.042 INFO O| Dec 18 21:34:38.042 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-18T21:34:39.613Z[ recovery-image] Dec 18 21:34:38.060 INFO O| Dec 18 21:34:38.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73652024-12-18T21:34:39.615Z[ recovery-image] Dec 18 21:34:38.061 INFO O| Dec 18 21:34:38.061 INFO STEP 996 (remove_files) COMPLETE
73662024-12-18T21:34:39.615Z[ recovery-image] Dec 18 21:34:38.061 INFO O| Dec 18 21:34:38.061 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-18T21:34:39.708Z[ recovery-image] Dec 18 21:34:38.156 INFO O| Dec 18 21:34:38.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73682024-12-18T21:34:39.708Z[ recovery-image] Dec 18 21:34:38.156 INFO O| Dec 18 21:34:38.156 INFO STEP 997 (remove_files) COMPLETE
73692024-12-18T21:34:39.708Z[ recovery-image] Dec 18 21:34:38.156 INFO O| Dec 18 21:34:38.156 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-18T21:34:39.741Z[ recovery-image] Dec 18 21:34:38.189 INFO O| Dec 18 21:34:38.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73712024-12-18T21:34:39.741Z[ recovery-image] Dec 18 21:34:38.189 INFO O| Dec 18 21:34:38.189 INFO STEP 998 (remove_files) COMPLETE
73722024-12-18T21:34:39.745Z[ recovery-image] Dec 18 21:34:38.189 INFO O| Dec 18 21:34:38.189 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-18T21:34:39.762Z[ recovery-image] Dec 18 21:34:38.210 INFO O| Dec 18 21:34:38.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73742024-12-18T21:34:39.765Z[ recovery-image] Dec 18 21:34:38.210 INFO O| Dec 18 21:34:38.210 INFO STEP 999 (remove_files) COMPLETE
73752024-12-18T21:34:39.765Z[ recovery-image] Dec 18 21:34:38.211 INFO O| Dec 18 21:34:38.210 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-18T21:34:39.783Z[ recovery-image] Dec 18 21:34:38.231 INFO O| Dec 18 21:34:38.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73772024-12-18T21:34:39.786Z[ recovery-image] Dec 18 21:34:38.231 INFO O| Dec 18 21:34:38.231 INFO STEP 1000 (remove_files) COMPLETE
73782024-12-18T21:34:39.786Z[ recovery-image] Dec 18 21:34:38.231 INFO O| Dec 18 21:34:38.231 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-18T21:34:39.904Z[ recovery-image] Dec 18 21:34:38.352 INFO O| Dec 18 21:34:38.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73802024-12-18T21:34:39.907Z[ recovery-image] Dec 18 21:34:38.352 INFO O| Dec 18 21:34:38.352 INFO STEP 1001 (remove_files) COMPLETE
73812024-12-18T21:34:39.907Z[ recovery-image] Dec 18 21:34:38.352 INFO O| Dec 18 21:34:38.352 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-18T21:34:39.924Z[ recovery-image] Dec 18 21:34:38.372 INFO O| Dec 18 21:34:38.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73832024-12-18T21:34:39.924Z[ recovery-image] Dec 18 21:34:38.372 INFO O| Dec 18 21:34:38.372 INFO STEP 1002 (remove_files) COMPLETE
73842024-12-18T21:34:39.924Z[ recovery-image] Dec 18 21:34:38.372 INFO O| Dec 18 21:34:38.372 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-18T21:34:39.942Z[ recovery-image] Dec 18 21:34:38.389 INFO O| Dec 18 21:34:38.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73862024-12-18T21:34:39.942Z[ recovery-image] Dec 18 21:34:38.389 INFO O| Dec 18 21:34:38.389 INFO STEP 1003 (remove_files) COMPLETE
73872024-12-18T21:34:39.947Z[ recovery-image] Dec 18 21:34:38.389 INFO O| Dec 18 21:34:38.389 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-18T21:34:39.958Z[ recovery-image] Dec 18 21:34:38.405 INFO O| Dec 18 21:34:38.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73892024-12-18T21:34:39.958Z[ recovery-image] Dec 18 21:34:38.406 INFO O| Dec 18 21:34:38.406 INFO STEP 1004 (remove_files) COMPLETE
73902024-12-18T21:34:39.961Z[ recovery-image] Dec 18 21:34:38.406 INFO O| Dec 18 21:34:38.406 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-18T21:34:39.974Z[ recovery-image] Dec 18 21:34:38.422 INFO O| Dec 18 21:34:38.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73922024-12-18T21:34:39.974Z[ recovery-image] Dec 18 21:34:38.422 INFO O| Dec 18 21:34:38.422 INFO STEP 1005 (remove_files) COMPLETE
73932024-12-18T21:34:39.974Z[ recovery-image] Dec 18 21:34:38.422 INFO O| Dec 18 21:34:38.422 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-18T21:34:39.994Z[ recovery-image] Dec 18 21:34:38.441 INFO O| Dec 18 21:34:38.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73952024-12-18T21:34:39.994Z[ recovery-image] Dec 18 21:34:38.441 INFO O| Dec 18 21:34:38.441 INFO STEP 1006 (remove_files) COMPLETE
73962024-12-18T21:34:39.994Z[ recovery-image] Dec 18 21:34:38.441 INFO O| Dec 18 21:34:38.441 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-18T21:34:40.026Z[ recovery-image] Dec 18 21:34:38.473 INFO O| Dec 18 21:34:38.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73982024-12-18T21:34:40.026Z[ recovery-image] Dec 18 21:34:38.473 INFO O| Dec 18 21:34:38.473 INFO STEP 1007 (remove_files) COMPLETE
73992024-12-18T21:34:40.026Z[ recovery-image] Dec 18 21:34:38.473 INFO O| Dec 18 21:34:38.473 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-18T21:34:40.063Z[ recovery-image] Dec 18 21:34:38.510 INFO O| Dec 18 21:34:38.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74012024-12-18T21:34:40.065Z[ recovery-image] Dec 18 21:34:38.510 INFO O| Dec 18 21:34:38.510 INFO STEP 1008 (remove_files) COMPLETE
74022024-12-18T21:34:40.065Z[ recovery-image] Dec 18 21:34:38.511 INFO O| Dec 18 21:34:38.510 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-18T21:34:40.081Z[ recovery-image] Dec 18 21:34:38.529 INFO O| Dec 18 21:34:38.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74042024-12-18T21:34:40.084Z[ recovery-image] Dec 18 21:34:38.529 INFO O| Dec 18 21:34:38.529 INFO STEP 1009 (remove_files) COMPLETE
74052024-12-18T21:34:40.084Z[ recovery-image] Dec 18 21:34:38.529 INFO O| Dec 18 21:34:38.529 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-18T21:34:40.117Z[ recovery-image] Dec 18 21:34:38.565 INFO O| Dec 18 21:34:38.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74072024-12-18T21:34:40.117Z[ recovery-image] Dec 18 21:34:38.565 INFO O| Dec 18 21:34:38.565 INFO STEP 1010 (remove_files) COMPLETE
74082024-12-18T21:34:40.117Z[ recovery-image] Dec 18 21:34:38.565 INFO O| Dec 18 21:34:38.565 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-18T21:34:40.137Z[ recovery-image] Dec 18 21:34:38.584 INFO O| Dec 18 21:34:38.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74102024-12-18T21:34:40.138Z[ recovery-image] Dec 18 21:34:38.584 INFO O| Dec 18 21:34:38.584 INFO STEP 1011 (remove_files) COMPLETE
74112024-12-18T21:34:40.138Z[ recovery-image] Dec 18 21:34:38.584 INFO O| Dec 18 21:34:38.584 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-18T21:34:40.155Z[ recovery-image] Dec 18 21:34:38.602 INFO O| Dec 18 21:34:38.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74132024-12-18T21:34:40.155Z[ recovery-image] Dec 18 21:34:38.602 INFO O| Dec 18 21:34:38.602 INFO STEP 1012 (remove_files) COMPLETE
74142024-12-18T21:34:40.155Z[ recovery-image] Dec 18 21:34:38.602 INFO O| Dec 18 21:34:38.602 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-18T21:34:40.172Z[ recovery-image] Dec 18 21:34:38.620 INFO O| Dec 18 21:34:38.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74162024-12-18T21:34:40.172Z[ recovery-image] Dec 18 21:34:38.620 INFO O| Dec 18 21:34:38.620 INFO STEP 1013 (remove_files) COMPLETE
74172024-12-18T21:34:40.176Z[ recovery-image] Dec 18 21:34:38.620 INFO O| Dec 18 21:34:38.620 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-18T21:34:40.192Z[ recovery-image] Dec 18 21:34:38.639 INFO O| Dec 18 21:34:38.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74192024-12-18T21:34:40.192Z[ recovery-image] Dec 18 21:34:38.639 INFO O| Dec 18 21:34:38.639 INFO STEP 1014 (remove_files) COMPLETE
74202024-12-18T21:34:40.192Z[ recovery-image] Dec 18 21:34:38.639 INFO O| Dec 18 21:34:38.639 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-18T21:34:40.210Z[ recovery-image] Dec 18 21:34:38.658 INFO O| Dec 18 21:34:38.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74222024-12-18T21:34:40.213Z[ recovery-image] Dec 18 21:34:38.658 INFO O| Dec 18 21:34:38.658 INFO STEP 1015 (remove_files) COMPLETE
74232024-12-18T21:34:40.213Z[ recovery-image] Dec 18 21:34:38.658 INFO O| Dec 18 21:34:38.658 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-18T21:34:40.228Z[ recovery-image] Dec 18 21:34:38.676 INFO O| Dec 18 21:34:38.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74252024-12-18T21:34:40.229Z[ recovery-image] Dec 18 21:34:38.676 INFO O| Dec 18 21:34:38.676 INFO STEP 1016 (remove_files) COMPLETE
74262024-12-18T21:34:40.229Z[ recovery-image] Dec 18 21:34:38.676 INFO O| Dec 18 21:34:38.676 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-18T21:34:40.245Z[ recovery-image] Dec 18 21:34:38.693 INFO O| Dec 18 21:34:38.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74282024-12-18T21:34:40.268Z[ recovery-image] Dec 18 21:34:38.716 INFO O| Dec 18 21:34:38.716 INFO STEP 1017 (remove_files) COMPLETE
74292024-12-18T21:34:40.268Z[ recovery-image] Dec 18 21:34:38.716 INFO O| Dec 18 21:34:38.716 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-18T21:34:40.334Z[ recovery-image] Dec 18 21:34:38.781 INFO O| Dec 18 21:34:38.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74312024-12-18T21:34:40.334Z[ recovery-image] Dec 18 21:34:38.781 INFO O| Dec 18 21:34:38.781 INFO STEP 1018 (remove_files) COMPLETE
74322024-12-18T21:34:40.334Z[ recovery-image] Dec 18 21:34:38.781 INFO O| Dec 18 21:34:38.781 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-18T21:34:40.353Z[ recovery-image] Dec 18 21:34:38.800 INFO O| Dec 18 21:34:38.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74342024-12-18T21:34:40.353Z[ recovery-image] Dec 18 21:34:38.800 INFO O| Dec 18 21:34:38.800 INFO STEP 1019 (remove_files) COMPLETE
74352024-12-18T21:34:40.353Z[ recovery-image] Dec 18 21:34:38.800 INFO O| Dec 18 21:34:38.800 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-18T21:34:40.388Z[ recovery-image] Dec 18 21:34:38.835 INFO O| Dec 18 21:34:38.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74372024-12-18T21:34:40.390Z[ recovery-image] Dec 18 21:34:38.836 INFO O| Dec 18 21:34:38.835 INFO STEP 1020 (remove_files) COMPLETE
74382024-12-18T21:34:40.390Z[ recovery-image] Dec 18 21:34:38.836 INFO O| Dec 18 21:34:38.835 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-18T21:34:40.476Z[ recovery-image] Dec 18 21:34:38.923 INFO O| Dec 18 21:34:38.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74402024-12-18T21:34:40.476Z[ recovery-image] Dec 18 21:34:38.924 INFO O| Dec 18 21:34:38.924 INFO STEP 1021 (remove_files) COMPLETE
74412024-12-18T21:34:40.476Z[ recovery-image] Dec 18 21:34:38.924 INFO O| Dec 18 21:34:38.924 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-18T21:34:40.528Z[ recovery-image] Dec 18 21:34:38.976 INFO O| Dec 18 21:34:38.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74432024-12-18T21:34:40.529Z[ recovery-image] Dec 18 21:34:38.976 INFO O| Dec 18 21:34:38.976 INFO STEP 1022 (remove_files) COMPLETE
74442024-12-18T21:34:40.532Z[ recovery-image] Dec 18 21:34:38.976 INFO O| Dec 18 21:34:38.976 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-18T21:34:40.606Z[ recovery-image] Dec 18 21:34:39.053 INFO O| Dec 18 21:34:39.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74462024-12-18T21:34:40.607Z[ recovery-image] Dec 18 21:34:39.053 INFO O| Dec 18 21:34:39.053 INFO STEP 1023 (remove_files) COMPLETE
74472024-12-18T21:34:40.607Z[ recovery-image] Dec 18 21:34:39.053 INFO O| Dec 18 21:34:39.053 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-18T21:34:40.640Z[ recovery-image] Dec 18 21:34:39.087 INFO O| Dec 18 21:34:39.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74492024-12-18T21:34:40.640Z[ recovery-image] Dec 18 21:34:39.087 INFO O| Dec 18 21:34:39.087 INFO STEP 1024 (remove_files) COMPLETE
74502024-12-18T21:34:40.640Z[ recovery-image] Dec 18 21:34:39.087 INFO O| Dec 18 21:34:39.087 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-18T21:34:40.678Z[ recovery-image] Dec 18 21:34:39.125 INFO O| Dec 18 21:34:39.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74522024-12-18T21:34:40.681Z[ recovery-image] Dec 18 21:34:39.126 INFO O| Dec 18 21:34:39.126 INFO STEP 1025 (remove_files) COMPLETE
74532024-12-18T21:34:40.681Z[ recovery-image] Dec 18 21:34:39.126 INFO O| Dec 18 21:34:39.126 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-18T21:34:40.715Z[ recovery-image] Dec 18 21:34:39.162 INFO O| Dec 18 21:34:39.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74552024-12-18T21:34:40.739Z[ recovery-image] Dec 18 21:34:39.186 INFO O| Dec 18 21:34:39.186 INFO STEP 1026 (remove_files) COMPLETE
74562024-12-18T21:34:40.739Z[ recovery-image] Dec 18 21:34:39.186 INFO O| Dec 18 21:34:39.186 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-18T21:34:40.796Z[ recovery-image] Dec 18 21:34:39.243 INFO O| Dec 18 21:34:39.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74582024-12-18T21:34:40.796Z[ recovery-image] Dec 18 21:34:39.244 INFO O| Dec 18 21:34:39.244 INFO STEP 1027 (remove_files) COMPLETE
74592024-12-18T21:34:40.796Z[ recovery-image] Dec 18 21:34:39.244 INFO O| Dec 18 21:34:39.244 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-18T21:34:40.843Z[ recovery-image] Dec 18 21:34:39.290 INFO O| Dec 18 21:34:39.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74612024-12-18T21:34:40.843Z[ recovery-image] Dec 18 21:34:39.290 INFO O| Dec 18 21:34:39.290 INFO STEP 1028 (remove_files) COMPLETE
74622024-12-18T21:34:40.843Z[ recovery-image] Dec 18 21:34:39.290 INFO O| Dec 18 21:34:39.290 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-18T21:34:40.887Z[ recovery-image] Dec 18 21:34:39.334 INFO O| Dec 18 21:34:39.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74642024-12-18T21:34:40.887Z[ recovery-image] Dec 18 21:34:39.334 INFO O| Dec 18 21:34:39.334 INFO STEP 1029 (remove_files) COMPLETE
74652024-12-18T21:34:40.890Z[ recovery-image] Dec 18 21:34:39.334 INFO O| Dec 18 21:34:39.334 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-18T21:34:40.904Z[ recovery-image] Dec 18 21:34:39.351 INFO O| Dec 18 21:34:39.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74672024-12-18T21:34:40.907Z[ recovery-image] Dec 18 21:34:39.351 INFO O| Dec 18 21:34:39.351 INFO STEP 1030 (remove_files) COMPLETE
74682024-12-18T21:34:40.907Z[ recovery-image] Dec 18 21:34:39.352 INFO O| Dec 18 21:34:39.351 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-18T21:34:40.922Z[ recovery-image] Dec 18 21:34:39.369 INFO O| Dec 18 21:34:39.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74702024-12-18T21:34:40.922Z[ recovery-image] Dec 18 21:34:39.369 INFO O| Dec 18 21:34:39.369 INFO STEP 1031 (remove_files) COMPLETE
74712024-12-18T21:34:40.922Z[ recovery-image] Dec 18 21:34:39.369 INFO O| Dec 18 21:34:39.369 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-18T21:34:40.939Z[ recovery-image] Dec 18 21:34:39.387 INFO O| Dec 18 21:34:39.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74732024-12-18T21:34:40.939Z[ recovery-image] Dec 18 21:34:39.387 INFO O| Dec 18 21:34:39.387 INFO STEP 1032 (remove_files) COMPLETE
74742024-12-18T21:34:40.943Z[ recovery-image] Dec 18 21:34:39.387 INFO O| Dec 18 21:34:39.387 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-18T21:34:40.957Z[ recovery-image] Dec 18 21:34:39.405 INFO O| Dec 18 21:34:39.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74762024-12-18T21:34:40.957Z[ recovery-image] Dec 18 21:34:39.405 INFO O| Dec 18 21:34:39.405 INFO STEP 1033 (remove_files) COMPLETE
74772024-12-18T21:34:40.960Z[ recovery-image] Dec 18 21:34:39.405 INFO O| Dec 18 21:34:39.405 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-18T21:34:40.976Z[ recovery-image] Dec 18 21:34:39.423 INFO O| Dec 18 21:34:39.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74792024-12-18T21:34:40.976Z[ recovery-image] Dec 18 21:34:39.423 INFO O| Dec 18 21:34:39.423 INFO STEP 1034 (remove_files) COMPLETE
74802024-12-18T21:34:40.979Z[ recovery-image] Dec 18 21:34:39.423 INFO O| Dec 18 21:34:39.423 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-18T21:34:40.999Z[ recovery-image] Dec 18 21:34:39.446 INFO O| Dec 18 21:34:39.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74822024-12-18T21:34:40.999Z[ recovery-image] Dec 18 21:34:39.446 INFO O| Dec 18 21:34:39.446 INFO STEP 1035 (remove_files) COMPLETE
74832024-12-18T21:34:41.002Z[ recovery-image] Dec 18 21:34:39.446 INFO O| Dec 18 21:34:39.446 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-18T21:34:41.018Z[ recovery-image] Dec 18 21:34:39.466 INFO O| Dec 18 21:34:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74852024-12-18T21:34:41.026Z[ recovery-image] Dec 18 21:34:39.473 INFO O| Dec 18 21:34:39.473 INFO STEP 1036 (remove_files) COMPLETE
74862024-12-18T21:34:41.026Z[ recovery-image] Dec 18 21:34:39.473 INFO O| Dec 18 21:34:39.473 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-18T21:34:41.084Z[ recovery-image] Dec 18 21:34:39.531 INFO O| Dec 18 21:34:39.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74882024-12-18T21:34:41.084Z[ recovery-image] Dec 18 21:34:39.531 INFO O| Dec 18 21:34:39.531 INFO STEP 1037 (remove_files) COMPLETE
74892024-12-18T21:34:41.084Z[ recovery-image] Dec 18 21:34:39.531 INFO O| Dec 18 21:34:39.531 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-18T21:34:41.113Z[ recovery-image] Dec 18 21:34:39.560 INFO O| Dec 18 21:34:39.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74912024-12-18T21:34:41.113Z[ recovery-image] Dec 18 21:34:39.560 INFO O| Dec 18 21:34:39.560 INFO STEP 1038 (remove_files) COMPLETE
74922024-12-18T21:34:41.113Z[ recovery-image] Dec 18 21:34:39.560 INFO O| Dec 18 21:34:39.560 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-18T21:34:41.135Z[ recovery-image] Dec 18 21:34:39.583 INFO O| Dec 18 21:34:39.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74942024-12-18T21:34:41.138Z[ recovery-image] Dec 18 21:34:39.583 INFO O| Dec 18 21:34:39.583 INFO STEP 1039 (remove_files) COMPLETE
74952024-12-18T21:34:41.139Z[ recovery-image] Dec 18 21:34:39.583 INFO O| Dec 18 21:34:39.583 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-18T21:34:41.166Z[ recovery-image] Dec 18 21:34:39.613 INFO O| Dec 18 21:34:39.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74972024-12-18T21:34:41.166Z[ recovery-image] Dec 18 21:34:39.613 INFO O| Dec 18 21:34:39.613 INFO STEP 1040 (remove_files) COMPLETE
74982024-12-18T21:34:41.166Z[ recovery-image] Dec 18 21:34:39.613 INFO O| Dec 18 21:34:39.613 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-18T21:34:41.199Z[ recovery-image] Dec 18 21:34:39.634 INFO O| Dec 18 21:34:39.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75002024-12-18T21:34:41.199Z[ recovery-image] Dec 18 21:34:39.634 INFO O| Dec 18 21:34:39.634 INFO STEP 1041 (remove_files) COMPLETE
75012024-12-18T21:34:41.203Z[ recovery-image] Dec 18 21:34:39.634 INFO O| Dec 18 21:34:39.634 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-18T21:34:41.295Z[ recovery-image] Dec 18 21:34:39.742 INFO O| Dec 18 21:34:39.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75032024-12-18T21:34:41.298Z[ recovery-image] Dec 18 21:34:39.743 INFO O| Dec 18 21:34:39.742 INFO STEP 1042 (remove_files) COMPLETE
75042024-12-18T21:34:41.298Z[ recovery-image] Dec 18 21:34:39.743 INFO O| Dec 18 21:34:39.743 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-18T21:34:41.315Z[ recovery-image] Dec 18 21:34:39.762 INFO O| Dec 18 21:34:39.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75062024-12-18T21:34:41.317Z[ recovery-image] Dec 18 21:34:39.762 INFO O| Dec 18 21:34:39.762 INFO STEP 1043 (remove_files) COMPLETE
75072024-12-18T21:34:41.317Z[ recovery-image] Dec 18 21:34:39.762 INFO O| Dec 18 21:34:39.762 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-18T21:34:41.380Z[ recovery-image] Dec 18 21:34:39.827 INFO O| Dec 18 21:34:39.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75092024-12-18T21:34:41.384Z[ recovery-image] Dec 18 21:34:39.827 INFO O| Dec 18 21:34:39.827 INFO STEP 1044 (remove_files) COMPLETE
75102024-12-18T21:34:41.384Z[ recovery-image] Dec 18 21:34:39.828 INFO O| Dec 18 21:34:39.828 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-18T21:34:41.400Z[ recovery-image] Dec 18 21:34:39.847 INFO O| Dec 18 21:34:39.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75122024-12-18T21:34:41.403Z[ recovery-image] Dec 18 21:34:39.848 INFO O| Dec 18 21:34:39.848 INFO STEP 1045 (remove_files) COMPLETE
75132024-12-18T21:34:41.403Z[ recovery-image] Dec 18 21:34:39.848 INFO O| Dec 18 21:34:39.848 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-18T21:34:41.439Z[ recovery-image] Dec 18 21:34:39.887 INFO O| Dec 18 21:34:39.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75152024-12-18T21:34:41.443Z[ recovery-image] Dec 18 21:34:39.887 INFO O| Dec 18 21:34:39.887 INFO STEP 1046 (remove_files) COMPLETE
75162024-12-18T21:34:41.443Z[ recovery-image] Dec 18 21:34:39.887 INFO O| Dec 18 21:34:39.887 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-18T21:34:41.476Z[ recovery-image] Dec 18 21:34:39.923 INFO O| Dec 18 21:34:39.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75182024-12-18T21:34:41.479Z[ recovery-image] Dec 18 21:34:39.924 INFO O| Dec 18 21:34:39.923 INFO STEP 1047 (remove_files) COMPLETE
75192024-12-18T21:34:41.479Z[ recovery-image] Dec 18 21:34:39.924 INFO O| Dec 18 21:34:39.923 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-18T21:34:41.496Z[ recovery-image] Dec 18 21:34:39.943 INFO O| Dec 18 21:34:39.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75212024-12-18T21:34:41.496Z[ recovery-image] Dec 18 21:34:39.944 INFO O| Dec 18 21:34:39.943 INFO STEP 1048 (remove_files) COMPLETE
75222024-12-18T21:34:41.500Z[ recovery-image] Dec 18 21:34:39.944 INFO O| Dec 18 21:34:39.944 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-18T21:34:41.558Z[ recovery-image] Dec 18 21:34:40.005 INFO O| Dec 18 21:34:40.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75242024-12-18T21:34:41.562Z[ recovery-image] Dec 18 21:34:40.005 INFO O| Dec 18 21:34:40.005 INFO STEP 1049 (remove_files) COMPLETE
75252024-12-18T21:34:41.562Z[ recovery-image] Dec 18 21:34:40.005 INFO O| Dec 18 21:34:40.005 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-18T21:34:41.578Z[ recovery-image] Dec 18 21:34:40.025 INFO O| Dec 18 21:34:40.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75272024-12-18T21:34:41.581Z[ recovery-image] Dec 18 21:34:40.025 INFO O| Dec 18 21:34:40.025 INFO STEP 1050 (remove_files) COMPLETE
75282024-12-18T21:34:41.581Z[ recovery-image] Dec 18 21:34:40.025 INFO O| Dec 18 21:34:40.025 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-18T21:34:41.597Z[ recovery-image] Dec 18 21:34:40.045 INFO O| Dec 18 21:34:40.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75302024-12-18T21:34:41.600Z[ recovery-image] Dec 18 21:34:40.045 INFO O| Dec 18 21:34:40.045 INFO STEP 1051 (remove_files) COMPLETE
75312024-12-18T21:34:41.600Z[ recovery-image] Dec 18 21:34:40.045 INFO O| Dec 18 21:34:40.045 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-18T21:34:41.634Z[ recovery-image] Dec 18 21:34:40.081 INFO O| Dec 18 21:34:40.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75332024-12-18T21:34:41.634Z[ recovery-image] Dec 18 21:34:40.081 INFO O| Dec 18 21:34:40.081 INFO STEP 1052 (remove_files) COMPLETE
75342024-12-18T21:34:41.634Z[ recovery-image] Dec 18 21:34:40.081 INFO O| Dec 18 21:34:40.081 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-18T21:34:41.655Z[ recovery-image] Dec 18 21:34:40.102 INFO O| Dec 18 21:34:40.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75362024-12-18T21:34:41.655Z[ recovery-image] Dec 18 21:34:40.102 INFO O| Dec 18 21:34:40.102 INFO STEP 1053 (remove_files) COMPLETE
75372024-12-18T21:34:41.655Z[ recovery-image] Dec 18 21:34:40.102 INFO O| Dec 18 21:34:40.102 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-18T21:34:41.697Z[ recovery-image] Dec 18 21:34:40.145 INFO O| Dec 18 21:34:40.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75392024-12-18T21:34:41.698Z[ recovery-image] Dec 18 21:34:40.145 INFO O| Dec 18 21:34:40.145 INFO STEP 1054 (remove_files) COMPLETE
75402024-12-18T21:34:41.698Z[ recovery-image] Dec 18 21:34:40.145 INFO O| Dec 18 21:34:40.145 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-18T21:34:41.729Z[ recovery-image] Dec 18 21:34:40.176 INFO O| Dec 18 21:34:40.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75422024-12-18T21:34:41.729Z[ recovery-image] Dec 18 21:34:40.176 INFO O| Dec 18 21:34:40.176 INFO STEP 1055 (remove_files) COMPLETE
75432024-12-18T21:34:41.732Z[ recovery-image] Dec 18 21:34:40.176 INFO O| Dec 18 21:34:40.176 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-18T21:34:41.778Z[ recovery-image] Dec 18 21:34:40.225 INFO O| Dec 18 21:34:40.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75452024-12-18T21:34:41.781Z[ recovery-image] Dec 18 21:34:40.225 INFO O| Dec 18 21:34:40.225 INFO STEP 1056 (remove_files) COMPLETE
75462024-12-18T21:34:41.781Z[ recovery-image] Dec 18 21:34:40.225 INFO O| Dec 18 21:34:40.225 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-18T21:34:41.802Z[ recovery-image] Dec 18 21:34:40.247 INFO O| Dec 18 21:34:40.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75482024-12-18T21:34:41.802Z[ recovery-image] Dec 18 21:34:40.247 INFO O| Dec 18 21:34:40.247 INFO STEP 1057 (remove_files) COMPLETE
75492024-12-18T21:34:41.806Z[ recovery-image] Dec 18 21:34:40.248 INFO O| Dec 18 21:34:40.247 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-18T21:34:41.821Z[ recovery-image] Dec 18 21:34:40.268 INFO O| Dec 18 21:34:40.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75512024-12-18T21:34:41.823Z[ recovery-image] Dec 18 21:34:40.268 INFO O| Dec 18 21:34:40.268 INFO STEP 1058 (remove_files) COMPLETE
75522024-12-18T21:34:41.824Z[ recovery-image] Dec 18 21:34:40.268 INFO O| Dec 18 21:34:40.268 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-18T21:34:41.847Z[ recovery-image] Dec 18 21:34:40.295 INFO O| Dec 18 21:34:40.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75542024-12-18T21:34:41.847Z[ recovery-image] Dec 18 21:34:40.295 INFO O| Dec 18 21:34:40.287 INFO STEP 1059 (remove_files) COMPLETE
75552024-12-18T21:34:41.850Z[ recovery-image] Dec 18 21:34:40.295 INFO O| Dec 18 21:34:40.287 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-18T21:34:41.857Z[ recovery-image] Dec 18 21:34:40.304 INFO O| Dec 18 21:34:40.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75572024-12-18T21:34:41.859Z[ recovery-image] Dec 18 21:34:40.305 INFO O| Dec 18 21:34:40.305 INFO STEP 1060 (remove_files) COMPLETE
75582024-12-18T21:34:41.859Z[ recovery-image] Dec 18 21:34:40.305 INFO O| Dec 18 21:34:40.305 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-18T21:34:41.874Z[ recovery-image] Dec 18 21:34:40.321 INFO O| Dec 18 21:34:40.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75602024-12-18T21:34:41.939Z[ recovery-image] Dec 18 21:34:40.386 INFO O| Dec 18 21:34:40.385 INFO STEP 1061 (remove_files) COMPLETE
75612024-12-18T21:34:41.939Z[ recovery-image] Dec 18 21:34:40.386 INFO O| Dec 18 21:34:40.385 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-18T21:34:41.957Z[ recovery-image] Dec 18 21:34:40.404 INFO O| Dec 18 21:34:40.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75632024-12-18T21:34:41.959Z[ recovery-image] Dec 18 21:34:40.404 INFO O| Dec 18 21:34:40.404 INFO STEP 1062 (remove_files) COMPLETE
75642024-12-18T21:34:41.959Z[ recovery-image] Dec 18 21:34:40.404 INFO O| Dec 18 21:34:40.404 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-18T21:34:41.996Z[ recovery-image] Dec 18 21:34:40.442 INFO O| Dec 18 21:34:40.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75662024-12-18T21:34:41.996Z[ recovery-image] Dec 18 21:34:40.442 INFO O| Dec 18 21:34:40.442 INFO STEP 1063 (remove_files) COMPLETE
75672024-12-18T21:34:42.000Z[ recovery-image] Dec 18 21:34:40.442 INFO O| Dec 18 21:34:40.442 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-18T21:34:42.017Z[ recovery-image] Dec 18 21:34:40.463 INFO O| Dec 18 21:34:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75692024-12-18T21:34:42.017Z[ recovery-image] Dec 18 21:34:40.463 INFO O| Dec 18 21:34:40.463 INFO STEP 1064 (remove_files) COMPLETE
75702024-12-18T21:34:42.018Z[ recovery-image] Dec 18 21:34:40.463 INFO O| Dec 18 21:34:40.463 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-18T21:34:42.080Z[ recovery-image] Dec 18 21:34:40.527 INFO O| Dec 18 21:34:40.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75722024-12-18T21:34:42.080Z[ recovery-image] Dec 18 21:34:40.527 INFO O| Dec 18 21:34:40.527 INFO STEP 1065 (remove_files) COMPLETE
75732024-12-18T21:34:42.080Z[ recovery-image] Dec 18 21:34:40.527 INFO O| Dec 18 21:34:40.527 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-18T21:34:42.099Z[ recovery-image] Dec 18 21:34:40.546 INFO O| Dec 18 21:34:40.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75752024-12-18T21:34:42.100Z[ recovery-image] Dec 18 21:34:40.546 INFO O| Dec 18 21:34:40.546 INFO STEP 1066 (remove_files) COMPLETE
75762024-12-18T21:34:42.100Z[ recovery-image] Dec 18 21:34:40.546 INFO O| Dec 18 21:34:40.546 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-18T21:34:42.128Z[ recovery-image] Dec 18 21:34:40.575 INFO O| Dec 18 21:34:40.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75782024-12-18T21:34:42.128Z[ recovery-image] Dec 18 21:34:40.575 INFO O| Dec 18 21:34:40.575 INFO STEP 1067 (remove_files) COMPLETE
75792024-12-18T21:34:42.131Z[ recovery-image] Dec 18 21:34:40.575 INFO O| Dec 18 21:34:40.575 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-18T21:34:42.194Z[ recovery-image] Dec 18 21:34:40.638 INFO O| Dec 18 21:34:40.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75812024-12-18T21:34:42.194Z[ recovery-image] Dec 18 21:34:40.638 INFO O| Dec 18 21:34:40.638 INFO STEP 1068 (remove_files) COMPLETE
75822024-12-18T21:34:42.194Z[ recovery-image] Dec 18 21:34:40.638 INFO O| Dec 18 21:34:40.638 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-18T21:34:42.228Z[ recovery-image] Dec 18 21:34:40.675 INFO O| Dec 18 21:34:40.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75842024-12-18T21:34:42.228Z[ recovery-image] Dec 18 21:34:40.676 INFO O| Dec 18 21:34:40.675 INFO STEP 1069 (remove_files) COMPLETE
75852024-12-18T21:34:42.228Z[ recovery-image] Dec 18 21:34:40.676 INFO O| Dec 18 21:34:40.676 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-18T21:34:42.259Z[ recovery-image] Dec 18 21:34:40.706 INFO O| Dec 18 21:34:40.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75872024-12-18T21:34:42.259Z[ recovery-image] Dec 18 21:34:40.706 INFO O| Dec 18 21:34:40.706 INFO STEP 1070 (remove_files) COMPLETE
75882024-12-18T21:34:42.259Z[ recovery-image] Dec 18 21:34:40.706 INFO O| Dec 18 21:34:40.706 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-18T21:34:42.280Z[ recovery-image] Dec 18 21:34:40.728 INFO O| Dec 18 21:34:40.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75902024-12-18T21:34:42.280Z[ recovery-image] Dec 18 21:34:40.728 INFO O| Dec 18 21:34:40.728 INFO STEP 1071 (remove_files) COMPLETE
75912024-12-18T21:34:42.284Z[ recovery-image] Dec 18 21:34:40.728 INFO O| Dec 18 21:34:40.728 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-18T21:34:42.300Z[ recovery-image] Dec 18 21:34:40.747 INFO O| Dec 18 21:34:40.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75932024-12-18T21:34:42.303Z[ recovery-image] Dec 18 21:34:40.747 INFO O| Dec 18 21:34:40.747 INFO STEP 1072 (remove_files) COMPLETE
75942024-12-18T21:34:42.303Z[ recovery-image] Dec 18 21:34:40.747 INFO O| Dec 18 21:34:40.747 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-18T21:34:42.333Z[ recovery-image] Dec 18 21:34:40.780 INFO O| Dec 18 21:34:40.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75962024-12-18T21:34:42.333Z[ recovery-image] Dec 18 21:34:40.781 INFO O| Dec 18 21:34:40.780 INFO STEP 1073 (remove_files) COMPLETE
75972024-12-18T21:34:42.336Z[ recovery-image] Dec 18 21:34:40.781 INFO O| Dec 18 21:34:40.781 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-18T21:34:42.353Z[ recovery-image] Dec 18 21:34:40.800 INFO O| Dec 18 21:34:40.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75992024-12-18T21:34:42.353Z[ recovery-image] Dec 18 21:34:40.800 INFO O| Dec 18 21:34:40.800 INFO STEP 1074 (remove_files) COMPLETE
76002024-12-18T21:34:42.353Z[ recovery-image] Dec 18 21:34:40.800 INFO O| Dec 18 21:34:40.800 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-18T21:34:42.391Z[ recovery-image] Dec 18 21:34:40.838 INFO O| Dec 18 21:34:40.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76022024-12-18T21:34:42.391Z[ recovery-image] Dec 18 21:34:40.838 INFO O| Dec 18 21:34:40.838 INFO STEP 1075 (remove_files) COMPLETE
76032024-12-18T21:34:42.391Z[ recovery-image] Dec 18 21:34:40.838 INFO O| Dec 18 21:34:40.838 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-18T21:34:42.473Z[ recovery-image] Dec 18 21:34:40.920 INFO O| Dec 18 21:34:40.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76052024-12-18T21:34:42.473Z[ recovery-image] Dec 18 21:34:40.921 INFO O| Dec 18 21:34:40.920 INFO STEP 1076 (remove_files) COMPLETE
76062024-12-18T21:34:42.510Z[ recovery-image] Dec 18 21:34:40.957 INFO O| Dec 18 21:34:40.921 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-18T21:34:42.530Z[ recovery-image] Dec 18 21:34:40.977 INFO O| Dec 18 21:34:40.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76082024-12-18T21:34:42.530Z[ recovery-image] Dec 18 21:34:40.977 INFO O| Dec 18 21:34:40.977 INFO STEP 1077 (remove_files) COMPLETE
76092024-12-18T21:34:42.530Z[ recovery-image] Dec 18 21:34:40.977 INFO O| Dec 18 21:34:40.977 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-18T21:34:42.588Z[ recovery-image] Dec 18 21:34:41.035 INFO O| Dec 18 21:34:41.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76112024-12-18T21:34:42.588Z[ recovery-image] Dec 18 21:34:41.036 INFO O| Dec 18 21:34:41.036 INFO STEP 1078 (remove_files) COMPLETE
76122024-12-18T21:34:42.588Z[ recovery-image] Dec 18 21:34:41.036 INFO O| Dec 18 21:34:41.036 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-18T21:34:42.607Z[ recovery-image] Dec 18 21:34:41.054 INFO O| Dec 18 21:34:41.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76142024-12-18T21:34:42.607Z[ recovery-image] Dec 18 21:34:41.054 INFO O| Dec 18 21:34:41.054 INFO STEP 1079 (remove_files) COMPLETE
76152024-12-18T21:34:42.610Z[ recovery-image] Dec 18 21:34:41.055 INFO O| Dec 18 21:34:41.054 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-18T21:34:42.625Z[ recovery-image] Dec 18 21:34:41.073 INFO O| Dec 18 21:34:41.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76172024-12-18T21:34:42.626Z[ recovery-image] Dec 18 21:34:41.073 INFO O| Dec 18 21:34:41.073 INFO STEP 1080 (remove_files) COMPLETE
76182024-12-18T21:34:42.626Z[ recovery-image] Dec 18 21:34:41.073 INFO O| Dec 18 21:34:41.073 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-18T21:34:42.665Z[ recovery-image] Dec 18 21:34:41.112 INFO O| Dec 18 21:34:41.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76202024-12-18T21:34:42.665Z[ recovery-image] Dec 18 21:34:41.112 INFO O| Dec 18 21:34:41.112 INFO STEP 1081 (remove_files) COMPLETE
76212024-12-18T21:34:42.667Z[ recovery-image] Dec 18 21:34:41.112 INFO O| Dec 18 21:34:41.112 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-18T21:34:42.702Z[ recovery-image] Dec 18 21:34:41.148 INFO O| Dec 18 21:34:41.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76232024-12-18T21:34:42.702Z[ recovery-image] Dec 18 21:34:41.149 INFO O| Dec 18 21:34:41.148 INFO STEP 1082 (remove_files) COMPLETE
76242024-12-18T21:34:42.703Z[ recovery-image] Dec 18 21:34:41.149 INFO O| Dec 18 21:34:41.148 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-18T21:34:42.738Z[ recovery-image] Dec 18 21:34:41.184 INFO O| Dec 18 21:34:41.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76262024-12-18T21:34:42.738Z[ recovery-image] Dec 18 21:34:41.184 INFO O| Dec 18 21:34:41.184 INFO STEP 1083 (remove_files) COMPLETE
76272024-12-18T21:34:42.738Z[ recovery-image] Dec 18 21:34:41.184 INFO O| Dec 18 21:34:41.184 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-18T21:34:42.810Z[ recovery-image] Dec 18 21:34:41.244 INFO O| Dec 18 21:34:41.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76292024-12-18T21:34:42.813Z[ recovery-image] Dec 18 21:34:41.244 INFO O| Dec 18 21:34:41.244 INFO STEP 1084 (remove_files) COMPLETE
76302024-12-18T21:34:42.813Z[ recovery-image] Dec 18 21:34:41.244 INFO O| Dec 18 21:34:41.244 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-18T21:34:42.818Z[ recovery-image] Dec 18 21:34:41.264 INFO O| Dec 18 21:34:41.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76322024-12-18T21:34:42.821Z[ recovery-image] Dec 18 21:34:41.264 INFO O| Dec 18 21:34:41.264 INFO STEP 1085 (remove_files) COMPLETE
76332024-12-18T21:34:42.821Z[ recovery-image] Dec 18 21:34:41.264 INFO O| Dec 18 21:34:41.264 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-18T21:34:42.837Z[ recovery-image] Dec 18 21:34:41.284 INFO O| Dec 18 21:34:41.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76352024-12-18T21:34:42.840Z[ recovery-image] Dec 18 21:34:41.284 INFO O| Dec 18 21:34:41.284 INFO STEP 1086 (remove_files) COMPLETE
76362024-12-18T21:34:42.840Z[ recovery-image] Dec 18 21:34:41.284 INFO O| Dec 18 21:34:41.284 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-18T21:34:42.878Z[ recovery-image] Dec 18 21:34:41.324 INFO O| Dec 18 21:34:41.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76382024-12-18T21:34:42.878Z[ recovery-image] Dec 18 21:34:41.324 INFO O| Dec 18 21:34:41.324 INFO STEP 1087 (remove_files) COMPLETE
76392024-12-18T21:34:42.878Z[ recovery-image] Dec 18 21:34:41.324 INFO O| Dec 18 21:34:41.324 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-18T21:34:42.903Z[ recovery-image] Dec 18 21:34:41.350 INFO O| Dec 18 21:34:41.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76412024-12-18T21:34:42.903Z[ recovery-image] Dec 18 21:34:41.350 INFO O| Dec 18 21:34:41.350 INFO STEP 1088 (remove_files) COMPLETE
76422024-12-18T21:34:42.903Z[ recovery-image] Dec 18 21:34:41.350 INFO O| Dec 18 21:34:41.350 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-18T21:34:42.924Z[ recovery-image] Dec 18 21:34:41.371 INFO O| Dec 18 21:34:41.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76442024-12-18T21:34:42.925Z[ recovery-image] Dec 18 21:34:41.371 INFO O| Dec 18 21:34:41.371 INFO STEP 1089 (remove_files) COMPLETE
76452024-12-18T21:34:42.925Z[ recovery-image] Dec 18 21:34:41.371 INFO O| Dec 18 21:34:41.371 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-18T21:34:42.943Z[ recovery-image] Dec 18 21:34:41.391 INFO O| Dec 18 21:34:41.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76472024-12-18T21:34:42.944Z[ recovery-image] Dec 18 21:34:41.391 INFO O| Dec 18 21:34:41.391 INFO STEP 1090 (remove_files) COMPLETE
76482024-12-18T21:34:42.946Z[ recovery-image] Dec 18 21:34:41.391 INFO O| Dec 18 21:34:41.391 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-18T21:34:42.964Z[ recovery-image] Dec 18 21:34:41.411 INFO O| Dec 18 21:34:41.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76502024-12-18T21:34:42.967Z[ recovery-image] Dec 18 21:34:41.411 INFO O| Dec 18 21:34:41.411 INFO STEP 1091 (remove_files) COMPLETE
76512024-12-18T21:34:42.967Z[ recovery-image] Dec 18 21:34:41.412 INFO O| Dec 18 21:34:41.411 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-18T21:34:42.998Z[ recovery-image] Dec 18 21:34:41.445 INFO O| Dec 18 21:34:41.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76532024-12-18T21:34:42.998Z[ recovery-image] Dec 18 21:34:41.445 INFO O| Dec 18 21:34:41.445 INFO STEP 1092 (remove_files) COMPLETE
76542024-12-18T21:34:43.002Z[ recovery-image] Dec 18 21:34:41.445 INFO O| Dec 18 21:34:41.445 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-18T21:34:43.258Z[ recovery-image] Dec 18 21:34:41.485 INFO O| Dec 18 21:34:41.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76562024-12-18T21:34:43.259Z[ recovery-image] Dec 18 21:34:41.486 INFO O| Dec 18 21:34:41.486 INFO STEP 1093 (remove_files) COMPLETE
76572024-12-18T21:34:43.259Z[ recovery-image] Dec 18 21:34:41.486 INFO O| Dec 18 21:34:41.486 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-18T21:34:43.268Z[ recovery-image] Dec 18 21:34:41.522 INFO O| Dec 18 21:34:41.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76592024-12-18T21:34:43.268Z[ recovery-image] Dec 18 21:34:41.522 INFO O| Dec 18 21:34:41.522 INFO STEP 1094 (remove_files) COMPLETE
76602024-12-18T21:34:43.268Z[ recovery-image] Dec 18 21:34:41.522 INFO O| Dec 18 21:34:41.522 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-18T21:34:43.268Z[ recovery-image] Dec 18 21:34:41.543 INFO O| Dec 18 21:34:41.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76622024-12-18T21:34:43.268Z[ recovery-image] Dec 18 21:34:41.543 INFO O| Dec 18 21:34:41.543 INFO STEP 1095 (remove_files) COMPLETE
76632024-12-18T21:34:43.268Z[ recovery-image] Dec 18 21:34:41.543 INFO O| Dec 18 21:34:41.543 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-18T21:34:43.268Z[ recovery-image] Dec 18 21:34:41.562 INFO O| Dec 18 21:34:41.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76652024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.562 INFO O| Dec 18 21:34:41.562 INFO STEP 1096 (remove_files) COMPLETE
76662024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.562 INFO O| Dec 18 21:34:41.562 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.620 INFO O| Dec 18 21:34:41.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76682024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.620 INFO O| Dec 18 21:34:41.620 INFO STEP 1097 (remove_files) COMPLETE
76692024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.620 INFO O| Dec 18 21:34:41.620 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.641 INFO O| Dec 18 21:34:41.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76712024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.641 INFO O| Dec 18 21:34:41.641 INFO STEP 1098 (remove_files) COMPLETE
76722024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.641 INFO O| Dec 18 21:34:41.641 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.697 INFO O| Dec 18 21:34:41.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76742024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.698 INFO O| Dec 18 21:34:41.698 INFO STEP 1099 (remove_files) COMPLETE
76752024-12-18T21:34:43.269Z[ recovery-image] Dec 18 21:34:41.698 INFO O| Dec 18 21:34:41.698 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-18T21:34:43.309Z[ recovery-image] Dec 18 21:34:41.756 INFO O| Dec 18 21:34:41.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76772024-12-18T21:34:43.309Z[ recovery-image] Dec 18 21:34:41.756 INFO O| Dec 18 21:34:41.756 INFO STEP 1100 (remove_files) COMPLETE
76782024-12-18T21:34:43.309Z[ recovery-image] Dec 18 21:34:41.756 INFO O| Dec 18 21:34:41.756 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-18T21:34:43.328Z[ recovery-image] Dec 18 21:34:41.775 INFO O| Dec 18 21:34:41.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76802024-12-18T21:34:43.328Z[ recovery-image] Dec 18 21:34:41.775 INFO O| Dec 18 21:34:41.775 INFO STEP 1101 (remove_files) COMPLETE
76812024-12-18T21:34:43.330Z[ recovery-image] Dec 18 21:34:41.775 INFO O| Dec 18 21:34:41.775 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-18T21:34:43.353Z[ recovery-image] Dec 18 21:34:41.800 INFO O| Dec 18 21:34:41.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76832024-12-18T21:34:43.353Z[ recovery-image] Dec 18 21:34:41.800 INFO O| Dec 18 21:34:41.800 INFO STEP 1102 (remove_files) COMPLETE
76842024-12-18T21:34:43.353Z[ recovery-image] Dec 18 21:34:41.800 INFO O| Dec 18 21:34:41.800 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-18T21:34:43.404Z[ recovery-image] Dec 18 21:34:41.851 INFO O| Dec 18 21:34:41.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76862024-12-18T21:34:43.407Z[ recovery-image] Dec 18 21:34:41.851 INFO O| Dec 18 21:34:41.851 INFO STEP 1103 (remove_files) COMPLETE
76872024-12-18T21:34:43.407Z[ recovery-image] Dec 18 21:34:41.852 INFO O| Dec 18 21:34:41.851 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-18T21:34:43.423Z[ recovery-image] Dec 18 21:34:41.870 INFO O| Dec 18 21:34:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76892024-12-18T21:34:43.428Z[ recovery-image] Dec 18 21:34:41.871 INFO O| Dec 18 21:34:41.870 INFO STEP 1104 (remove_files) COMPLETE
76902024-12-18T21:34:43.428Z[ recovery-image] Dec 18 21:34:41.871 INFO O| Dec 18 21:34:41.871 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-18T21:34:43.463Z[ recovery-image] Dec 18 21:34:41.910 INFO O| Dec 18 21:34:41.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76922024-12-18T21:34:43.483Z[ recovery-image] Dec 18 21:34:41.930 INFO O| Dec 18 21:34:41.930 INFO STEP 1105 (remove_files) COMPLETE
76932024-12-18T21:34:43.483Z[ recovery-image] Dec 18 21:34:41.930 INFO O| Dec 18 21:34:41.930 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-18T21:34:43.514Z[ recovery-image] Dec 18 21:34:41.961 INFO O| Dec 18 21:34:41.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76952024-12-18T21:34:43.517Z[ recovery-image] Dec 18 21:34:41.961 INFO O| Dec 18 21:34:41.961 INFO STEP 1106 (remove_files) COMPLETE
76962024-12-18T21:34:43.517Z[ recovery-image] Dec 18 21:34:41.961 INFO O| Dec 18 21:34:41.961 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-18T21:34:43.534Z[ recovery-image] Dec 18 21:34:41.981 INFO O| Dec 18 21:34:41.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76982024-12-18T21:34:43.536Z[ recovery-image] Dec 18 21:34:41.981 INFO O| Dec 18 21:34:41.981 INFO STEP 1107 (remove_files) COMPLETE
76992024-12-18T21:34:43.536Z[ recovery-image] Dec 18 21:34:41.981 INFO O| Dec 18 21:34:41.981 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-18T21:34:43.562Z[ recovery-image] Dec 18 21:34:42.009 INFO O| Dec 18 21:34:42.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77012024-12-18T21:34:43.562Z[ recovery-image] Dec 18 21:34:42.009 INFO O| Dec 18 21:34:42.009 INFO STEP 1108 (remove_files) COMPLETE
77022024-12-18T21:34:43.562Z[ recovery-image] Dec 18 21:34:42.009 INFO O| Dec 18 21:34:42.009 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-18T21:34:43.588Z[ recovery-image] Dec 18 21:34:42.035 INFO O| Dec 18 21:34:42.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77042024-12-18T21:34:43.588Z[ recovery-image] Dec 18 21:34:42.035 INFO O| Dec 18 21:34:42.035 INFO STEP 1109 (remove_files) COMPLETE
77052024-12-18T21:34:43.590Z[ recovery-image] Dec 18 21:34:42.035 INFO O| Dec 18 21:34:42.035 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-18T21:34:43.621Z[ recovery-image] Dec 18 21:34:42.068 INFO O| Dec 18 21:34:42.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77072024-12-18T21:34:43.621Z[ recovery-image] Dec 18 21:34:42.068 INFO O| Dec 18 21:34:42.068 INFO STEP 1110 (remove_files) COMPLETE
77082024-12-18T21:34:43.621Z[ recovery-image] Dec 18 21:34:42.068 INFO O| Dec 18 21:34:42.068 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-18T21:34:43.640Z[ recovery-image] Dec 18 21:34:42.087 INFO O| Dec 18 21:34:42.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77102024-12-18T21:34:43.640Z[ recovery-image] Dec 18 21:34:42.087 INFO O| Dec 18 21:34:42.087 INFO STEP 1111 (remove_files) COMPLETE
77112024-12-18T21:34:43.640Z[ recovery-image] Dec 18 21:34:42.087 INFO O| Dec 18 21:34:42.087 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-18T21:34:43.658Z[ recovery-image] Dec 18 21:34:42.105 INFO O| Dec 18 21:34:42.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77132024-12-18T21:34:43.658Z[ recovery-image] Dec 18 21:34:42.105 INFO O| Dec 18 21:34:42.105 INFO STEP 1112 (remove_files) COMPLETE
77142024-12-18T21:34:43.658Z[ recovery-image] Dec 18 21:34:42.105 INFO O| Dec 18 21:34:42.105 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-18T21:34:43.684Z[ recovery-image] Dec 18 21:34:42.131 INFO O| Dec 18 21:34:42.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77162024-12-18T21:34:43.688Z[ recovery-image] Dec 18 21:34:42.131 INFO O| Dec 18 21:34:42.131 INFO STEP 1113 (remove_files) COMPLETE
77172024-12-18T21:34:43.688Z[ recovery-image] Dec 18 21:34:42.132 INFO O| Dec 18 21:34:42.131 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-18T21:34:43.705Z[ recovery-image] Dec 18 21:34:42.152 INFO O| Dec 18 21:34:42.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77192024-12-18T21:34:43.708Z[ recovery-image] Dec 18 21:34:42.152 INFO O| Dec 18 21:34:42.152 INFO STEP 1114 (remove_files) COMPLETE
77202024-12-18T21:34:43.708Z[ recovery-image] Dec 18 21:34:42.152 INFO O| Dec 18 21:34:42.152 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-18T21:34:43.725Z[ recovery-image] Dec 18 21:34:42.172 INFO O| Dec 18 21:34:42.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77222024-12-18T21:34:43.727Z[ recovery-image] Dec 18 21:34:42.172 INFO O| Dec 18 21:34:42.172 INFO STEP 1115 (remove_files) COMPLETE
77232024-12-18T21:34:43.727Z[ recovery-image] Dec 18 21:34:42.173 INFO O| Dec 18 21:34:42.173 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-18T21:34:43.744Z[ recovery-image] Dec 18 21:34:42.191 INFO O| Dec 18 21:34:42.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77252024-12-18T21:34:43.749Z[ recovery-image] Dec 18 21:34:42.191 INFO O| Dec 18 21:34:42.191 INFO STEP 1116 (remove_files) COMPLETE
77262024-12-18T21:34:43.749Z[ recovery-image] Dec 18 21:34:42.192 INFO O| Dec 18 21:34:42.191 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-18T21:34:43.771Z[ recovery-image] Dec 18 21:34:42.218 INFO O| Dec 18 21:34:42.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77282024-12-18T21:34:43.771Z[ recovery-image] Dec 18 21:34:42.218 INFO O| Dec 18 21:34:42.218 INFO STEP 1117 (remove_files) COMPLETE
77292024-12-18T21:34:43.775Z[ recovery-image] Dec 18 21:34:42.218 INFO O| Dec 18 21:34:42.218 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-18T21:34:43.808Z[ recovery-image] Dec 18 21:34:42.255 INFO O| Dec 18 21:34:42.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77312024-12-18T21:34:43.808Z[ recovery-image] Dec 18 21:34:42.255 INFO O| Dec 18 21:34:42.255 INFO STEP 1118 (remove_files) COMPLETE
77322024-12-18T21:34:43.810Z[ recovery-image] Dec 18 21:34:42.255 INFO O| Dec 18 21:34:42.255 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-18T21:34:43.852Z[ recovery-image] Dec 18 21:34:42.299 INFO O| Dec 18 21:34:42.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77342024-12-18T21:34:43.852Z[ recovery-image] Dec 18 21:34:42.299 INFO O| Dec 18 21:34:42.299 INFO STEP 1119 (remove_files) COMPLETE
77352024-12-18T21:34:43.852Z[ recovery-image] Dec 18 21:34:42.299 INFO O| Dec 18 21:34:42.299 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-18T21:34:43.872Z[ recovery-image] Dec 18 21:34:42.319 INFO O| Dec 18 21:34:42.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77372024-12-18T21:34:43.872Z[ recovery-image] Dec 18 21:34:42.319 INFO O| Dec 18 21:34:42.319 INFO STEP 1120 (remove_files) COMPLETE
77382024-12-18T21:34:43.875Z[ recovery-image] Dec 18 21:34:42.319 INFO O| Dec 18 21:34:42.319 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-18T21:34:43.969Z[ recovery-image] Dec 18 21:34:42.416 INFO O| Dec 18 21:34:42.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77402024-12-18T21:34:43.969Z[ recovery-image] Dec 18 21:34:42.416 INFO O| Dec 18 21:34:42.416 INFO STEP 1121 (remove_files) COMPLETE
77412024-12-18T21:34:43.972Z[ recovery-image] Dec 18 21:34:42.416 INFO O| Dec 18 21:34:42.416 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-18T21:34:44.025Z[ recovery-image] Dec 18 21:34:42.472 INFO O| Dec 18 21:34:42.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77432024-12-18T21:34:44.025Z[ recovery-image] Dec 18 21:34:42.472 INFO O| Dec 18 21:34:42.472 INFO STEP 1122 (remove_files) COMPLETE
77442024-12-18T21:34:44.029Z[ recovery-image] Dec 18 21:34:42.472 INFO O| Dec 18 21:34:42.472 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-18T21:34:44.046Z[ recovery-image] Dec 18 21:34:42.492 INFO O| Dec 18 21:34:42.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77462024-12-18T21:34:44.046Z[ recovery-image] Dec 18 21:34:42.492 INFO O| Dec 18 21:34:42.492 INFO STEP 1123 (remove_files) COMPLETE
77472024-12-18T21:34:44.046Z[ recovery-image] Dec 18 21:34:42.492 INFO O| Dec 18 21:34:42.492 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-18T21:34:44.067Z[ recovery-image] Dec 18 21:34:42.513 INFO O| Dec 18 21:34:42.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77492024-12-18T21:34:44.067Z[ recovery-image] Dec 18 21:34:42.513 INFO O| Dec 18 21:34:42.513 INFO STEP 1124 (remove_files) COMPLETE
77502024-12-18T21:34:44.067Z[ recovery-image] Dec 18 21:34:42.513 INFO O| Dec 18 21:34:42.513 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-18T21:34:44.087Z[ recovery-image] Dec 18 21:34:42.533 INFO O| Dec 18 21:34:42.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77522024-12-18T21:34:44.087Z[ recovery-image] Dec 18 21:34:42.533 INFO O| Dec 18 21:34:42.533 INFO STEP 1125 (remove_files) COMPLETE
77532024-12-18T21:34:44.087Z[ recovery-image] Dec 18 21:34:42.533 INFO O| Dec 18 21:34:42.533 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-18T21:34:44.105Z[ recovery-image] Dec 18 21:34:42.551 INFO O| Dec 18 21:34:42.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77552024-12-18T21:34:44.105Z[ recovery-image] Dec 18 21:34:42.551 INFO O| Dec 18 21:34:42.551 INFO STEP 1126 (remove_files) COMPLETE
77562024-12-18T21:34:44.105Z[ recovery-image] Dec 18 21:34:42.551 INFO O| Dec 18 21:34:42.551 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-18T21:34:44.125Z[ recovery-image] Dec 18 21:34:42.571 INFO O| Dec 18 21:34:42.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77582024-12-18T21:34:44.125Z[ recovery-image] Dec 18 21:34:42.571 INFO O| Dec 18 21:34:42.571 INFO STEP 1127 (remove_files) COMPLETE
77592024-12-18T21:34:44.125Z[ recovery-image] Dec 18 21:34:42.571 INFO O| Dec 18 21:34:42.571 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-18T21:34:44.146Z[ recovery-image] Dec 18 21:34:42.592 INFO O| Dec 18 21:34:42.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77612024-12-18T21:34:44.146Z[ recovery-image] Dec 18 21:34:42.592 INFO O| Dec 18 21:34:42.592 INFO STEP 1128 (remove_files) COMPLETE
77622024-12-18T21:34:44.146Z[ recovery-image] Dec 18 21:34:42.592 INFO O| Dec 18 21:34:42.592 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-18T21:34:44.205Z[ recovery-image] Dec 18 21:34:42.652 INFO O| Dec 18 21:34:42.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77642024-12-18T21:34:44.205Z[ recovery-image] Dec 18 21:34:42.652 INFO O| Dec 18 21:34:42.652 INFO STEP 1129 (remove_files) COMPLETE
77652024-12-18T21:34:44.205Z[ recovery-image] Dec 18 21:34:42.652 INFO O| Dec 18 21:34:42.652 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-18T21:34:44.275Z[ recovery-image] Dec 18 21:34:42.694 INFO O| Dec 18 21:34:42.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77672024-12-18T21:34:44.275Z[ recovery-image] Dec 18 21:34:42.694 INFO O| Dec 18 21:34:42.694 INFO STEP 1130 (remove_files) COMPLETE
77682024-12-18T21:34:44.281Z[ recovery-image] Dec 18 21:34:42.694 INFO O| Dec 18 21:34:42.694 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-18T21:34:44.281Z[ recovery-image] Dec 18 21:34:42.712 INFO O| Dec 18 21:34:42.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77702024-12-18T21:34:44.281Z[ recovery-image] Dec 18 21:34:42.712 INFO O| Dec 18 21:34:42.712 INFO STEP 1131 (remove_files) COMPLETE
77712024-12-18T21:34:44.281Z[ recovery-image] Dec 18 21:34:42.712 INFO O| Dec 18 21:34:42.712 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-18T21:34:44.307Z[ recovery-image] Dec 18 21:34:42.733 INFO O| Dec 18 21:34:42.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77732024-12-18T21:34:44.307Z[ recovery-image] Dec 18 21:34:42.733 INFO O| Dec 18 21:34:42.733 INFO STEP 1132 (remove_files) COMPLETE
77742024-12-18T21:34:44.307Z[ recovery-image] Dec 18 21:34:42.733 INFO O| Dec 18 21:34:42.733 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-18T21:34:44.336Z[ recovery-image] Dec 18 21:34:42.782 INFO O| Dec 18 21:34:42.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77762024-12-18T21:34:44.336Z[ recovery-image] Dec 18 21:34:42.782 INFO O| Dec 18 21:34:42.782 INFO STEP 1133 (remove_files) COMPLETE
77772024-12-18T21:34:44.336Z[ recovery-image] Dec 18 21:34:42.782 INFO O| Dec 18 21:34:42.782 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-18T21:34:44.393Z[ recovery-image] Dec 18 21:34:42.839 INFO O| Dec 18 21:34:42.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77792024-12-18T21:34:44.393Z[ recovery-image] Dec 18 21:34:42.839 INFO O| Dec 18 21:34:42.807 INFO STEP 1134 (remove_files) COMPLETE
77802024-12-18T21:34:44.395Z[ recovery-image] Dec 18 21:34:42.839 INFO O| Dec 18 21:34:42.807 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-18T21:34:44.395Z[ recovery-image] Dec 18 21:34:42.840 INFO O| Dec 18 21:34:42.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77822024-12-18T21:34:44.395Z[ recovery-image] Dec 18 21:34:42.840 INFO O| Dec 18 21:34:42.840 INFO STEP 1135 (remove_files) COMPLETE
77832024-12-18T21:34:44.395Z[ recovery-image] Dec 18 21:34:42.840 INFO O| Dec 18 21:34:42.840 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-18T21:34:44.460Z[ recovery-image] Dec 18 21:34:42.906 INFO O| Dec 18 21:34:42.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77852024-12-18T21:34:44.461Z[ recovery-image] Dec 18 21:34:42.906 INFO O| Dec 18 21:34:42.906 INFO STEP 1136 (remove_files) COMPLETE
77862024-12-18T21:34:44.461Z[ recovery-image] Dec 18 21:34:42.906 INFO O| Dec 18 21:34:42.906 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-18T21:34:44.522Z[ recovery-image] Dec 18 21:34:42.967 INFO O| Dec 18 21:34:42.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77882024-12-18T21:34:44.522Z[ recovery-image] Dec 18 21:34:42.967 INFO O| Dec 18 21:34:42.967 INFO STEP 1137 (remove_files) COMPLETE
77892024-12-18T21:34:44.524Z[ recovery-image] Dec 18 21:34:42.967 INFO O| Dec 18 21:34:42.967 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-18T21:34:44.634Z[ recovery-image] Dec 18 21:34:43.081 INFO O| Dec 18 21:34:43.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77912024-12-18T21:34:44.637Z[ recovery-image] Dec 18 21:34:43.081 INFO O| Dec 18 21:34:43.081 INFO STEP 1138 (remove_files) COMPLETE
77922024-12-18T21:34:44.637Z[ recovery-image] Dec 18 21:34:43.081 INFO O| Dec 18 21:34:43.081 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-18T21:34:44.664Z[ recovery-image] Dec 18 21:34:43.111 INFO O| Dec 18 21:34:43.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77942024-12-18T21:34:44.667Z[ recovery-image] Dec 18 21:34:43.111 INFO O| Dec 18 21:34:43.111 INFO STEP 1139 (remove_files) COMPLETE
77952024-12-18T21:34:44.669Z[ recovery-image] Dec 18 21:34:43.111 INFO O| Dec 18 21:34:43.111 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-18T21:34:44.705Z[ recovery-image] Dec 18 21:34:43.152 INFO O| Dec 18 21:34:43.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77972024-12-18T21:34:44.706Z[ recovery-image] Dec 18 21:34:43.152 INFO O| Dec 18 21:34:43.152 INFO STEP 1140 (remove_files) COMPLETE
77982024-12-18T21:34:44.710Z[ recovery-image] Dec 18 21:34:43.152 INFO O| Dec 18 21:34:43.152 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-18T21:34:44.726Z[ recovery-image] Dec 18 21:34:43.172 INFO O| Dec 18 21:34:43.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78002024-12-18T21:34:44.726Z[ recovery-image] Dec 18 21:34:43.172 INFO O| Dec 18 21:34:43.172 INFO STEP 1141 (remove_files) COMPLETE
78012024-12-18T21:34:44.731Z[ recovery-image] Dec 18 21:34:43.172 INFO O| Dec 18 21:34:43.172 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-18T21:34:44.744Z[ recovery-image] Dec 18 21:34:43.191 INFO O| Dec 18 21:34:43.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78032024-12-18T21:34:44.744Z[ recovery-image] Dec 18 21:34:43.191 INFO O| Dec 18 21:34:43.191 INFO STEP 1142 (remove_files) COMPLETE
78042024-12-18T21:34:44.744Z[ recovery-image] Dec 18 21:34:43.191 INFO O| Dec 18 21:34:43.191 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-18T21:34:44.763Z[ recovery-image] Dec 18 21:34:43.210 INFO O| Dec 18 21:34:43.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78062024-12-18T21:34:44.763Z[ recovery-image] Dec 18 21:34:43.210 INFO O| Dec 18 21:34:43.210 INFO STEP 1143 (remove_files) COMPLETE
78072024-12-18T21:34:44.766Z[ recovery-image] Dec 18 21:34:43.210 INFO O| Dec 18 21:34:43.210 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-18T21:34:44.789Z[ recovery-image] Dec 18 21:34:43.235 INFO O| Dec 18 21:34:43.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78092024-12-18T21:34:44.789Z[ recovery-image] Dec 18 21:34:43.235 INFO O| Dec 18 21:34:43.235 INFO STEP 1144 (remove_files) COMPLETE
78102024-12-18T21:34:44.792Z[ recovery-image] Dec 18 21:34:43.235 INFO O| Dec 18 21:34:43.235 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-18T21:34:44.808Z[ recovery-image] Dec 18 21:34:43.255 INFO O| Dec 18 21:34:43.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78122024-12-18T21:34:44.812Z[ recovery-image] Dec 18 21:34:43.255 INFO O| Dec 18 21:34:43.255 INFO STEP 1145 (remove_files) COMPLETE
78132024-12-18T21:34:44.812Z[ recovery-image] Dec 18 21:34:43.255 INFO O| Dec 18 21:34:43.255 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-18T21:34:44.828Z[ recovery-image] Dec 18 21:34:43.274 INFO O| Dec 18 21:34:43.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78152024-12-18T21:34:44.828Z[ recovery-image] Dec 18 21:34:43.274 INFO O| Dec 18 21:34:43.274 INFO STEP 1146 (remove_files) COMPLETE
78162024-12-18T21:34:44.832Z[ recovery-image] Dec 18 21:34:43.274 INFO O| Dec 18 21:34:43.274 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-18T21:34:44.846Z[ recovery-image] Dec 18 21:34:43.292 INFO O| Dec 18 21:34:43.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78182024-12-18T21:34:44.847Z[ recovery-image] Dec 18 21:34:43.293 INFO O| Dec 18 21:34:43.292 INFO STEP 1147 (remove_files) COMPLETE
78192024-12-18T21:34:44.850Z[ recovery-image] Dec 18 21:34:43.293 INFO O| Dec 18 21:34:43.292 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-18T21:34:44.891Z[ recovery-image] Dec 18 21:34:43.328 INFO O| Dec 18 21:34:43.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78212024-12-18T21:34:44.891Z[ recovery-image] Dec 18 21:34:43.328 INFO O| Dec 18 21:34:43.328 INFO STEP 1148 (remove_files) COMPLETE
78222024-12-18T21:34:44.895Z[ recovery-image] Dec 18 21:34:43.329 INFO O| Dec 18 21:34:43.328 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-18T21:34:44.901Z[ recovery-image] Dec 18 21:34:43.347 INFO O| Dec 18 21:34:43.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78242024-12-18T21:34:44.901Z[ recovery-image] Dec 18 21:34:43.347 INFO O| Dec 18 21:34:43.347 INFO STEP 1149 (remove_files) COMPLETE
78252024-12-18T21:34:44.901Z[ recovery-image] Dec 18 21:34:43.348 INFO O| Dec 18 21:34:43.347 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-18T21:34:44.921Z[ recovery-image] Dec 18 21:34:43.367 INFO O| Dec 18 21:34:43.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78272024-12-18T21:34:44.921Z[ recovery-image] Dec 18 21:34:43.367 INFO O| Dec 18 21:34:43.367 INFO STEP 1150 (remove_files) COMPLETE
78282024-12-18T21:34:44.924Z[ recovery-image] Dec 18 21:34:43.367 INFO O| Dec 18 21:34:43.367 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-18T21:34:44.940Z[ recovery-image] Dec 18 21:34:43.387 INFO O| Dec 18 21:34:43.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78302024-12-18T21:34:44.940Z[ recovery-image] Dec 18 21:34:43.387 INFO O| Dec 18 21:34:43.387 INFO STEP 1151 (remove_files) COMPLETE
78312024-12-18T21:34:44.943Z[ recovery-image] Dec 18 21:34:43.387 INFO O| Dec 18 21:34:43.387 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-18T21:34:44.959Z[ recovery-image] Dec 18 21:34:43.405 INFO O| Dec 18 21:34:43.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78332024-12-18T21:34:44.959Z[ recovery-image] Dec 18 21:34:43.405 INFO O| Dec 18 21:34:43.405 INFO STEP 1152 (remove_files) COMPLETE
78342024-12-18T21:34:44.959Z[ recovery-image] Dec 18 21:34:43.405 INFO O| Dec 18 21:34:43.405 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-18T21:34:44.977Z[ recovery-image] Dec 18 21:34:43.424 INFO O| Dec 18 21:34:43.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78362024-12-18T21:34:44.977Z[ recovery-image] Dec 18 21:34:43.424 INFO O| Dec 18 21:34:43.424 INFO STEP 1153 (remove_files) COMPLETE
78372024-12-18T21:34:44.977Z[ recovery-image] Dec 18 21:34:43.424 INFO O| Dec 18 21:34:43.424 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-18T21:34:44.996Z[ recovery-image] Dec 18 21:34:43.443 INFO O| Dec 18 21:34:43.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78392024-12-18T21:34:44.996Z[ recovery-image] Dec 18 21:34:43.443 INFO O| Dec 18 21:34:43.443 INFO STEP 1154 (remove_files) COMPLETE
78402024-12-18T21:34:44.996Z[ recovery-image] Dec 18 21:34:43.443 INFO O| Dec 18 21:34:43.443 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-18T21:34:45.016Z[ recovery-image] Dec 18 21:34:43.462 INFO O| Dec 18 21:34:43.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78422024-12-18T21:34:45.016Z[ recovery-image] Dec 18 21:34:43.462 INFO O| Dec 18 21:34:43.462 INFO STEP 1155 (remove_files) COMPLETE
78432024-12-18T21:34:45.018Z[ recovery-image] Dec 18 21:34:43.462 INFO O| Dec 18 21:34:43.462 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-18T21:34:45.036Z[ recovery-image] Dec 18 21:34:43.482 INFO O| Dec 18 21:34:43.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78452024-12-18T21:34:45.036Z[ recovery-image] Dec 18 21:34:43.482 INFO O| Dec 18 21:34:43.482 INFO STEP 1156 (remove_files) COMPLETE
78462024-12-18T21:34:45.036Z[ recovery-image] Dec 18 21:34:43.482 INFO O| Dec 18 21:34:43.482 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-18T21:34:45.044Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
78482024-12-18T21:34:45.057Z[ recovery-image] Dec 18 21:34:43.503 INFO O| Dec 18 21:34:43.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78492024-12-18T21:34:45.058Z[ recovery-image] Dec 18 21:34:43.503 INFO O| Dec 18 21:34:43.503 INFO STEP 1157 (remove_files) COMPLETE
78502024-12-18T21:34:45.058Z[ recovery-image] Dec 18 21:34:43.503 INFO O| Dec 18 21:34:43.503 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-18T21:34:45.075Z[ recovery-image] Dec 18 21:34:43.521 INFO O| Dec 18 21:34:43.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78522024-12-18T21:34:45.075Z[ recovery-image] Dec 18 21:34:43.521 INFO O| Dec 18 21:34:43.521 INFO STEP 1158 (remove_files) COMPLETE
78532024-12-18T21:34:45.078Z[ recovery-image] Dec 18 21:34:43.521 INFO O| Dec 18 21:34:43.521 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-18T21:34:45.093Z[ recovery-image] Dec 18 21:34:43.539 INFO O| Dec 18 21:34:43.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78552024-12-18T21:34:45.093Z[ recovery-image] Dec 18 21:34:43.539 INFO O| Dec 18 21:34:43.539 INFO STEP 1159 (remove_files) COMPLETE
78562024-12-18T21:34:45.093Z[ recovery-image] Dec 18 21:34:43.539 INFO O| Dec 18 21:34:43.539 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-18T21:34:45.119Z[ recovery-image] Dec 18 21:34:43.565 INFO O| Dec 18 21:34:43.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78582024-12-18T21:34:45.119Z[ recovery-image] Dec 18 21:34:43.565 INFO O| Dec 18 21:34:43.564 INFO STEP 1160 (remove_files) COMPLETE
78592024-12-18T21:34:45.119Z[ recovery-image] Dec 18 21:34:43.565 INFO O| Dec 18 21:34:43.564 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-18T21:34:45.147Z[ recovery-image] Dec 18 21:34:43.594 INFO O| Dec 18 21:34:43.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78612024-12-18T21:34:45.147Z[ recovery-image] Dec 18 21:34:43.594 INFO O| Dec 18 21:34:43.585 INFO STEP 1161 (remove_files) COMPLETE
78622024-12-18T21:34:45.150Z[ recovery-image] Dec 18 21:34:43.594 INFO O| Dec 18 21:34:43.585 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-18T21:34:45.157Z[ recovery-image] Dec 18 21:34:43.603 INFO O| Dec 18 21:34:43.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78642024-12-18T21:34:45.161Z[ recovery-image] Dec 18 21:34:43.603 INFO O| Dec 18 21:34:43.603 INFO STEP 1162 (remove_files) COMPLETE
78652024-12-18T21:34:45.161Z[ recovery-image] Dec 18 21:34:43.604 INFO O| Dec 18 21:34:43.603 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-18T21:34:45.177Z[ recovery-image] Dec 18 21:34:43.623 INFO O| Dec 18 21:34:43.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78672024-12-18T21:34:45.180Z[ recovery-image] Dec 18 21:34:43.623 INFO O| Dec 18 21:34:43.623 INFO STEP 1163 (remove_files) COMPLETE
78682024-12-18T21:34:45.180Z[ recovery-image] Dec 18 21:34:43.623 INFO O| Dec 18 21:34:43.623 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-18T21:34:45.198Z[ recovery-image] Dec 18 21:34:43.645 INFO O| Dec 18 21:34:43.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78702024-12-18T21:34:45.198Z[ recovery-image] Dec 18 21:34:43.645 INFO O| Dec 18 21:34:43.643 INFO STEP 1164 (remove_files) COMPLETE
78712024-12-18T21:34:45.201Z[ recovery-image] Dec 18 21:34:43.645 INFO O| Dec 18 21:34:43.644 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-18T21:34:45.218Z[ recovery-image] Dec 18 21:34:43.665 INFO O| Dec 18 21:34:43.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78732024-12-18T21:34:45.218Z[ recovery-image] Dec 18 21:34:43.665 INFO O| Dec 18 21:34:43.665 INFO STEP 1165 (remove_files) COMPLETE
78742024-12-18T21:34:45.221Z[ recovery-image] Dec 18 21:34:43.665 INFO O| Dec 18 21:34:43.665 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-18T21:34:45.265Z[ recovery-image] Dec 18 21:34:43.711 INFO O| Dec 18 21:34:43.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78762024-12-18T21:34:45.265Z[ recovery-image] Dec 18 21:34:43.711 INFO O| Dec 18 21:34:43.711 INFO STEP 1166 (remove_files) COMPLETE
78772024-12-18T21:34:45.265Z[ recovery-image] Dec 18 21:34:43.711 INFO O| Dec 18 21:34:43.711 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-18T21:34:45.285Z[ recovery-image] Dec 18 21:34:43.731 INFO O| Dec 18 21:34:43.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78792024-12-18T21:34:45.286Z[ recovery-image] Dec 18 21:34:43.731 INFO O| Dec 18 21:34:43.731 INFO STEP 1167 (remove_files) COMPLETE
78802024-12-18T21:34:45.286Z[ recovery-image] Dec 18 21:34:43.731 INFO O| Dec 18 21:34:43.731 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-18T21:34:45.305Z[ recovery-image] Dec 18 21:34:43.751 INFO O| Dec 18 21:34:43.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78822024-12-18T21:34:45.305Z[ recovery-image] Dec 18 21:34:43.751 INFO O| Dec 18 21:34:43.751 INFO STEP 1168 (remove_files) COMPLETE
78832024-12-18T21:34:45.305Z[ recovery-image] Dec 18 21:34:43.751 INFO O| Dec 18 21:34:43.751 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-18T21:34:45.325Z[ recovery-image] Dec 18 21:34:43.771 INFO O| Dec 18 21:34:43.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78852024-12-18T21:34:45.325Z[ recovery-image] Dec 18 21:34:43.771 INFO O| Dec 18 21:34:43.771 INFO STEP 1169 (remove_files) COMPLETE
78862024-12-18T21:34:45.325Z[ recovery-image] Dec 18 21:34:43.771 INFO O| Dec 18 21:34:43.771 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-18T21:34:45.351Z[ recovery-image] Dec 18 21:34:43.798 INFO O| Dec 18 21:34:43.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78882024-12-18T21:34:45.352Z[ recovery-image] Dec 18 21:34:43.798 INFO O| Dec 18 21:34:43.791 INFO STEP 1170 (remove_files) COMPLETE
78892024-12-18T21:34:45.352Z[ recovery-image] Dec 18 21:34:43.798 INFO O| Dec 18 21:34:43.791 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-18T21:34:45.379Z[ recovery-image] Dec 18 21:34:43.826 INFO O| Dec 18 21:34:43.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78912024-12-18T21:34:45.379Z[ recovery-image] Dec 18 21:34:43.826 INFO O| Dec 18 21:34:43.826 INFO STEP 1171 (remove_files) COMPLETE
78922024-12-18T21:34:45.379Z[ recovery-image] Dec 18 21:34:43.826 INFO O| Dec 18 21:34:43.826 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-18T21:34:45.416Z[ recovery-image] Dec 18 21:34:43.862 INFO O| Dec 18 21:34:43.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78942024-12-18T21:34:45.416Z[ recovery-image] Dec 18 21:34:43.862 INFO O| Dec 18 21:34:43.862 INFO STEP 1172 (remove_files) COMPLETE
78952024-12-18T21:34:45.417Z[ recovery-image] Dec 18 21:34:43.862 INFO O| Dec 18 21:34:43.862 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-18T21:34:45.434Z[ recovery-image] Dec 18 21:34:43.880 INFO O| Dec 18 21:34:43.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78972024-12-18T21:34:45.434Z[ recovery-image] Dec 18 21:34:43.880 INFO O| Dec 18 21:34:43.880 INFO STEP 1173 (remove_files) COMPLETE
78982024-12-18T21:34:45.434Z[ recovery-image] Dec 18 21:34:43.880 INFO O| Dec 18 21:34:43.880 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-18T21:34:45.453Z[ recovery-image] Dec 18 21:34:43.899 INFO O| Dec 18 21:34:43.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79002024-12-18T21:34:45.454Z[ recovery-image] Dec 18 21:34:43.899 INFO O| Dec 18 21:34:43.899 INFO STEP 1174 (remove_files) COMPLETE
79012024-12-18T21:34:45.454Z[ recovery-image] Dec 18 21:34:43.899 INFO O| Dec 18 21:34:43.899 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-18T21:34:45.488Z[ recovery-image] Dec 18 21:34:43.934 INFO O| Dec 18 21:34:43.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79032024-12-18T21:34:45.491Z[ recovery-image] Dec 18 21:34:43.934 INFO O| Dec 18 21:34:43.934 INFO STEP 1175 (remove_files) COMPLETE
79042024-12-18T21:34:45.491Z[ recovery-image] Dec 18 21:34:43.934 INFO O| Dec 18 21:34:43.934 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-18T21:34:45.508Z[ recovery-image] Dec 18 21:34:43.954 INFO O| Dec 18 21:34:43.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79062024-12-18T21:34:45.508Z[ recovery-image] Dec 18 21:34:43.954 INFO O| Dec 18 21:34:43.954 INFO STEP 1176 (remove_files) COMPLETE
79072024-12-18T21:34:45.508Z[ recovery-image] Dec 18 21:34:43.955 INFO O| Dec 18 21:34:43.954 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-18T21:34:45.531Z[ recovery-image] Dec 18 21:34:43.977 INFO O| Dec 18 21:34:43.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79092024-12-18T21:34:45.533Z[ recovery-image] Dec 18 21:34:43.977 INFO O| Dec 18 21:34:43.977 INFO STEP 1177 (remove_files) COMPLETE
79102024-12-18T21:34:45.533Z[ recovery-image] Dec 18 21:34:43.978 INFO O| Dec 18 21:34:43.977 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-18T21:34:45.551Z[ recovery-image] Dec 18 21:34:43.997 INFO O| Dec 18 21:34:43.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79122024-12-18T21:34:45.554Z[ recovery-image] Dec 18 21:34:43.998 INFO O| Dec 18 21:34:43.997 INFO STEP 1178 (remove_files) COMPLETE
79132024-12-18T21:34:45.554Z[ recovery-image] Dec 18 21:34:43.998 INFO O| Dec 18 21:34:43.998 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-18T21:34:45.571Z[ recovery-image] Dec 18 21:34:44.017 INFO O| Dec 18 21:34:44.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79152024-12-18T21:34:45.571Z[ recovery-image] Dec 18 21:34:44.018 INFO O| Dec 18 21:34:44.018 INFO STEP 1179 (remove_files) COMPLETE
79162024-12-18T21:34:45.571Z[ recovery-image] Dec 18 21:34:44.018 INFO O| Dec 18 21:34:44.018 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-18T21:34:45.605Z[ recovery-image] Dec 18 21:34:44.051 INFO O| Dec 18 21:34:44.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79182024-12-18T21:34:45.605Z[ recovery-image] Dec 18 21:34:44.051 INFO O| Dec 18 21:34:44.051 INFO STEP 1180 (remove_files) COMPLETE
79192024-12-18T21:34:45.605Z[ recovery-image] Dec 18 21:34:44.051 INFO O| Dec 18 21:34:44.051 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-18T21:34:45.637Z[ recovery-image] Dec 18 21:34:44.083 INFO O| Dec 18 21:34:44.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79212024-12-18T21:34:45.641Z[ recovery-image] Dec 18 21:34:44.083 INFO O| Dec 18 21:34:44.083 INFO STEP 1181 (remove_files) COMPLETE
79222024-12-18T21:34:45.641Z[ recovery-image] Dec 18 21:34:44.083 INFO O| Dec 18 21:34:44.083 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-18T21:34:45.670Z[ recovery-image] Dec 18 21:34:44.117 INFO O| Dec 18 21:34:44.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79242024-12-18T21:34:45.670Z[ recovery-image] Dec 18 21:34:44.117 INFO O| Dec 18 21:34:44.117 INFO STEP 1182 (remove_files) COMPLETE
79252024-12-18T21:34:45.674Z[ recovery-image] Dec 18 21:34:44.117 INFO O| Dec 18 21:34:44.117 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-18T21:34:45.700Z[ recovery-image] Dec 18 21:34:44.144 INFO O| Dec 18 21:34:44.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79272024-12-18T21:34:45.700Z[ recovery-image] Dec 18 21:34:44.144 INFO O| Dec 18 21:34:44.144 INFO STEP 1183 (remove_files) COMPLETE
79282024-12-18T21:34:45.700Z[ recovery-image] Dec 18 21:34:44.144 INFO O| Dec 18 21:34:44.144 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-18T21:34:45.736Z[ recovery-image] Dec 18 21:34:44.182 INFO O| Dec 18 21:34:44.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79302024-12-18T21:34:45.736Z[ recovery-image] Dec 18 21:34:44.182 INFO O| Dec 18 21:34:44.182 INFO STEP 1184 (remove_files) COMPLETE
79312024-12-18T21:34:45.736Z[ recovery-image] Dec 18 21:34:44.182 INFO O| Dec 18 21:34:44.182 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-18T21:34:45.757Z[ recovery-image] Dec 18 21:34:44.203 INFO O| Dec 18 21:34:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79332024-12-18T21:34:45.760Z[ recovery-image] Dec 18 21:34:44.203 INFO O| Dec 18 21:34:44.203 INFO STEP 1185 (remove_files) COMPLETE
79342024-12-18T21:34:45.760Z[ recovery-image] Dec 18 21:34:44.203 INFO O| Dec 18 21:34:44.203 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-18T21:34:45.777Z[ recovery-image] Dec 18 21:34:44.223 INFO O| Dec 18 21:34:44.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79362024-12-18T21:34:45.780Z[ recovery-image] Dec 18 21:34:44.224 INFO O| Dec 18 21:34:44.224 INFO STEP 1186 (remove_files) COMPLETE
79372024-12-18T21:34:45.780Z[ recovery-image] Dec 18 21:34:44.224 INFO O| Dec 18 21:34:44.224 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-18T21:34:45.798Z[ recovery-image] Dec 18 21:34:44.245 INFO O| Dec 18 21:34:44.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79392024-12-18T21:34:45.801Z[ recovery-image] Dec 18 21:34:44.245 INFO O| Dec 18 21:34:44.245 INFO STEP 1187 (remove_files) COMPLETE
79402024-12-18T21:34:45.801Z[ recovery-image] Dec 18 21:34:44.245 INFO O| Dec 18 21:34:44.245 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-18T21:34:45.827Z[ recovery-image] Dec 18 21:34:44.273 INFO O| Dec 18 21:34:44.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79422024-12-18T21:34:45.830Z[ recovery-image] Dec 18 21:34:44.273 INFO O| Dec 18 21:34:44.273 INFO STEP 1188 (remove_files) COMPLETE
79432024-12-18T21:34:45.830Z[ recovery-image] Dec 18 21:34:44.274 INFO O| Dec 18 21:34:44.273 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-18T21:34:45.845Z[ recovery-image] Dec 18 21:34:44.292 INFO O| Dec 18 21:34:44.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79452024-12-18T21:34:45.849Z[ recovery-image] Dec 18 21:34:44.292 INFO O| Dec 18 21:34:44.292 INFO STEP 1189 (remove_files) COMPLETE
79462024-12-18T21:34:45.849Z[ recovery-image] Dec 18 21:34:44.292 INFO O| Dec 18 21:34:44.292 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-18T21:34:45.864Z[ recovery-image] Dec 18 21:34:44.310 INFO O| Dec 18 21:34:44.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79482024-12-18T21:34:45.867Z[ recovery-image] Dec 18 21:34:44.310 INFO O| Dec 18 21:34:44.310 INFO STEP 1190 (remove_files) COMPLETE
79492024-12-18T21:34:45.867Z[ recovery-image] Dec 18 21:34:44.311 INFO O| Dec 18 21:34:44.311 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-18T21:34:45.883Z[ recovery-image] Dec 18 21:34:44.329 INFO O| Dec 18 21:34:44.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79512024-12-18T21:34:45.886Z[ recovery-image] Dec 18 21:34:44.329 INFO O| Dec 18 21:34:44.329 INFO STEP 1191 (remove_files) COMPLETE
79522024-12-18T21:34:45.886Z[ recovery-image] Dec 18 21:34:44.330 INFO O| Dec 18 21:34:44.329 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-18T21:34:45.902Z[ recovery-image] Dec 18 21:34:44.348 INFO O| Dec 18 21:34:44.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79542024-12-18T21:34:45.906Z[ recovery-image] Dec 18 21:34:44.349 INFO O| Dec 18 21:34:44.348 INFO STEP 1192 (remove_files) COMPLETE
79552024-12-18T21:34:45.906Z[ recovery-image] Dec 18 21:34:44.349 INFO O| Dec 18 21:34:44.349 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-18T21:34:45.979Z[ recovery-image] Dec 18 21:34:44.425 INFO O| Dec 18 21:34:44.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79572024-12-18T21:34:45.982Z[ recovery-image] Dec 18 21:34:44.425 INFO O| Dec 18 21:34:44.425 INFO STEP 1193 (remove_files) COMPLETE
79582024-12-18T21:34:45.982Z[ recovery-image] Dec 18 21:34:44.426 INFO O| Dec 18 21:34:44.425 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-18T21:34:46.000Z[ recovery-image] Dec 18 21:34:44.446 INFO O| Dec 18 21:34:44.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79602024-12-18T21:34:46.004Z[ recovery-image] Dec 18 21:34:44.447 INFO O| Dec 18 21:34:44.447 INFO STEP 1194 (remove_files) COMPLETE
79612024-12-18T21:34:46.004Z[ recovery-image] Dec 18 21:34:44.447 INFO O| Dec 18 21:34:44.447 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-18T21:34:46.037Z[ recovery-image] Dec 18 21:34:44.483 INFO O| Dec 18 21:34:44.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79632024-12-18T21:34:46.038Z[ recovery-image] Dec 18 21:34:44.483 INFO O| Dec 18 21:34:44.483 INFO STEP 1195 (remove_files) COMPLETE
79642024-12-18T21:34:46.040Z[ recovery-image] Dec 18 21:34:44.483 INFO O| Dec 18 21:34:44.483 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-18T21:34:46.056Z[ recovery-image] Dec 18 21:34:44.501 INFO O| Dec 18 21:34:44.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79662024-12-18T21:34:46.056Z[ recovery-image] Dec 18 21:34:44.501 INFO O| Dec 18 21:34:44.501 INFO STEP 1196 (remove_files) COMPLETE
79672024-12-18T21:34:46.056Z[ recovery-image] Dec 18 21:34:44.501 INFO O| Dec 18 21:34:44.501 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-18T21:34:46.118Z[ recovery-image] Dec 18 21:34:44.563 INFO O| Dec 18 21:34:44.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79692024-12-18T21:34:46.118Z[ recovery-image] Dec 18 21:34:44.564 INFO O| Dec 18 21:34:44.564 INFO STEP 1197 (remove_files) COMPLETE
79702024-12-18T21:34:46.118Z[ recovery-image] Dec 18 21:34:44.564 INFO O| Dec 18 21:34:44.564 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-18T21:34:46.135Z[ recovery-image] Dec 18 21:34:44.581 INFO O| Dec 18 21:34:44.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79722024-12-18T21:34:46.135Z[ recovery-image] Dec 18 21:34:44.581 INFO O| Dec 18 21:34:44.581 INFO STEP 1198 (remove_files) COMPLETE
79732024-12-18T21:34:46.138Z[ recovery-image] Dec 18 21:34:44.581 INFO O| Dec 18 21:34:44.581 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742024-12-18T21:34:46.155Z[ recovery-image] Dec 18 21:34:44.601 INFO O| Dec 18 21:34:44.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79752024-12-18T21:34:46.155Z[ recovery-image] Dec 18 21:34:44.601 INFO O| Dec 18 21:34:44.601 INFO STEP 1199 (remove_files) COMPLETE
79762024-12-18T21:34:46.158Z[ recovery-image] Dec 18 21:34:44.601 INFO O| Dec 18 21:34:44.601 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772024-12-18T21:34:46.176Z[ recovery-image] Dec 18 21:34:44.622 INFO O| Dec 18 21:34:44.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79782024-12-18T21:34:46.176Z[ recovery-image] Dec 18 21:34:44.622 INFO O| Dec 18 21:34:44.622 INFO STEP 1200 (remove_files) COMPLETE
79792024-12-18T21:34:46.176Z[ recovery-image] Dec 18 21:34:44.622 INFO O| Dec 18 21:34:44.622 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802024-12-18T21:34:46.231Z[ recovery-image] Dec 18 21:34:44.677 INFO O| Dec 18 21:34:44.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79812024-12-18T21:34:46.231Z[ recovery-image] Dec 18 21:34:44.677 INFO O| Dec 18 21:34:44.677 INFO STEP 1201 (remove_files) COMPLETE
79822024-12-18T21:34:46.234Z[ recovery-image] Dec 18 21:34:44.677 INFO O| Dec 18 21:34:44.677 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832024-12-18T21:34:46.290Z[ recovery-image] Dec 18 21:34:44.735 INFO O| Dec 18 21:34:44.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79842024-12-18T21:34:46.293Z[ recovery-image] Dec 18 21:34:44.736 INFO O| Dec 18 21:34:44.735 INFO STEP 1202 (remove_files) COMPLETE
79852024-12-18T21:34:46.293Z[ recovery-image] Dec 18 21:34:44.736 INFO O| Dec 18 21:34:44.736 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862024-12-18T21:34:46.310Z[ recovery-image] Dec 18 21:34:44.756 INFO O| Dec 18 21:34:44.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79872024-12-18T21:34:46.310Z[ recovery-image] Dec 18 21:34:44.756 INFO O| Dec 18 21:34:44.756 INFO STEP 1203 (remove_files) COMPLETE
79882024-12-18T21:34:46.310Z[ recovery-image] Dec 18 21:34:44.756 INFO O| Dec 18 21:34:44.756 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892024-12-18T21:34:46.329Z[ recovery-image] Dec 18 21:34:44.776 INFO O| Dec 18 21:34:44.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79902024-12-18T21:34:46.329Z[ recovery-image] Dec 18 21:34:44.776 INFO O| Dec 18 21:34:44.776 INFO STEP 1204 (remove_files) COMPLETE
79912024-12-18T21:34:46.333Z[ recovery-image] Dec 18 21:34:44.776 INFO O| Dec 18 21:34:44.776 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922024-12-18T21:34:46.357Z[ recovery-image] Dec 18 21:34:44.803 INFO O| Dec 18 21:34:44.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79932024-12-18T21:34:46.357Z[ recovery-image] Dec 18 21:34:44.803 INFO O| Dec 18 21:34:44.803 INFO STEP 1205 (remove_files) COMPLETE
79942024-12-18T21:34:46.360Z[ recovery-image] Dec 18 21:34:44.803 INFO O| Dec 18 21:34:44.803 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79952024-12-18T21:34:46.471Z[ recovery-image] Dec 18 21:34:44.917 INFO O| Dec 18 21:34:44.917 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79962024-12-18T21:34:46.471Z[ recovery-image] Dec 18 21:34:44.917 INFO O| Dec 18 21:34:44.917 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79972024-12-18T21:34:48.300Z[ recovery-image] Dec 18 21:34:46.743 INFO O| Dec 18 21:34:46.743 INFO STEP 1206 (pack_tar) COMPLETE
79982024-12-18T21:34:48.300Z[ recovery-image] Dec 18 21:34:46.744 INFO O| Dec 18 21:34:46.743 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79992024-12-18T21:34:48.301Z[ recovery-image] Dec 18 21:34:46.744 INFO O| Dec 18 21:34:46.743 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80002024-12-18T21:34:48.573Z[ recovery-image] Dec 18 21:34:47.018 INFO O| Dec 18 21:34:47.017 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80012024-12-18T21:34:48.691Z[ recovery-image] Dec 18 21:34:47.137 INFO O| Dec 18 21:34:47.137 INFO completed processing gimlet/ramdisk-03-recovery-trim
80022024-12-18T21:34:48.701Z[ recovery-image] Dec 18 21:34:47.147 INFO image builder template: zfs-recovery...
80032024-12-18T21:34:48.701Z[ recovery-image] Dec 18 21:34:47.147 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/.tmpofmGFj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
80042024-12-18T21:34:48.754Z[ recovery-image] Dec 18 21:34:47.200 INFO O| Dec 18 21:34:47.200 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80052024-12-18T21:34:48.763Z[ recovery-image] Dec 18 21:34:47.209 INFO O| Dec 18 21:34:47.209 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80062024-12-18T21:34:48.835Z[ recovery-image] Dec 18 21:34:47.281 INFO O| Dec 18 21:34:47.281 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80072024-12-18T21:34:48.989Z[ recovery-image] Dec 18 21:34:47.434 INFO O| Dec 18 21:34:47.434 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80082024-12-18T21:34:48.990Z[ recovery-image] Dec 18 21:34:47.434 INFO O| Dec 18 21:34:47.434 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80092024-12-18T21:34:49.022Z[ recovery-image] Dec 18 21:34:47.466 INFO O| Dec 18 21:34:47.466 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80102024-12-18T21:34:49.127Z[ recovery-image] Dec 18 21:34:47.572 INFO O| Dec 18 21:34:47.572 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80112024-12-18T21:34:49.203Z[ recovery-image] Dec 18 21:34:47.648 INFO O| Dec 18 21:34:47.648 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80122024-12-18T21:34:49.276Z[ recovery-image] Dec 18 21:34:47.721 INFO O| Dec 18 21:34:47.721 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80132024-12-18T21:34:49.296Z[ recovery-image] Dec 18 21:34:47.742 INFO O| Dec 18 21:34:47.742 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80142024-12-18T21:34:49.326Z[ recovery-image] Dec 18 21:34:47.771 INFO O| Dec 18 21:34:47.771 INFO no lofi found
80152024-12-18T21:34:49.326Z[ recovery-image] Dec 18 21:34:47.771 INFO O| Dec 18 21:34:47.771 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80162024-12-18T21:34:49.326Z[ recovery-image] Dec 18 21:34:47.771 INFO O| Dec 18 21:34:47.771 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80172024-12-18T21:34:51.069Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
80182024-12-18T21:34:51.567Z[ recovery-image] Dec 18 21:34:50.011 INFO O| Dec 18 21:34:50.011 INFO lofi device = /dev/dsk/c2t1d0p0
80192024-12-18T21:34:51.567Z[ recovery-image] Dec 18 21:34:50.011 INFO O| Dec 18 21:34:50.011 INFO pool device = /dev/dsk/c2t1d0p0
80202024-12-18T21:34:51.571Z[ recovery-image] Dec 18 21:34:50.012 INFO O| Dec 18 21:34:50.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"]
80212024-12-18T21:34:51.733Z[ recovery-image] Dec 18 21:34:50.178 INFO O| Dec 18 21:34:50.178 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80222024-12-18T21:34:51.733Z[ recovery-image] Dec 18 21:34:50.178 INFO O| Dec 18 21:34:50.178 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80232024-12-18T21:34:51.763Z[ recovery-image] Dec 18 21:34:50.208 INFO O| Dec 18 21:34:50.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80242024-12-18T21:34:52.135Z[ recovery-image] Dec 18 21:34:50.578 INFO O| Dec 18 21:34:50.578 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80252024-12-18T21:34:52.194Z[ recovery-image] Dec 18 21:34:50.639 INFO O| Dec 18 21:34:50.639 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80262024-12-18T21:34:52.222Z[ recovery-image] Dec 18 21:34:50.667 INFO O| Dec 18 21:34:50.667 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80272024-12-18T21:34:52.251Z[ recovery-image] Dec 18 21:34:50.695 INFO O| Dec 18 21:34:50.695 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80282024-12-18T21:34:52.346Z[ recovery-image] Dec 18 21:34:50.790 INFO O| Dec 18 21:34:50.790 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80292024-12-18T21:34:52.346Z[ recovery-image] Dec 18 21:34:50.790 INFO O| Dec 18 21:34:50.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80302024-12-18T21:34:52.350Z[ recovery-image] Dec 18 21:34:50.790 INFO O| Dec 18 21:34:50.790 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80312024-12-18T21:34:52.392Z[ recovery-image] Dec 18 21:34:50.837 INFO O| Dec 18 21:34:50.837 INFO boot environment UUID: e7a1a1a6-3ca3-4e07-bae2-185fa64293e1
80322024-12-18T21:34:52.392Z[ recovery-image] Dec 18 21:34:50.837 INFO O| Dec 18 21:34:50.837 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e7a1a1a6-3ca3-4e07-bae2-185fa64293e1
80332024-12-18T21:34:52.417Z[ recovery-image] Dec 18 21:34:50.858 INFO O| Dec 18 21:34:50.857 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80342024-12-18T21:34:52.454Z[ recovery-image] Dec 18 21:34:50.899 INFO O| Dec 18 21:34:50.899 INFO STEP 0 (create_be) COMPLETE
80352024-12-18T21:34:52.454Z[ recovery-image] Dec 18 21:34:50.899 INFO O| Dec 18 21:34:50.899 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80362024-12-18T21:34:52.492Z[ recovery-image] Dec 18 21:34:50.937 INFO O| Dec 18 21:34:50.937 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"]
80372024-12-18T21:34:55.582Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
80382024-12-18T21:34:59.284Z[ recovery-image] Dec 18 21:34:57.728 INFO O| Dec 18 21:34:57.727 INFO STEP 1 (unpack_tar) COMPLETE
80392024-12-18T21:34:59.284Z[ recovery-image] Dec 18 21:34:57.728 INFO O| Dec 18 21:34:57.727 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80402024-12-18T21:34:59.302Z[ recovery-image] Dec 18 21:34:57.746 INFO O| Dec 18 21:34:57.745 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80412024-12-18T21:34:59.699Z[ recovery-image] Dec 18 21:34:58.142 INFO O| Dec 18 21:34:58.142 INFO STEP 2 (devfsadm) COMPLETE
80422024-12-18T21:34:59.699Z[ recovery-image] Dec 18 21:34:58.143 INFO O| Dec 18 21:34:58.142 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80432024-12-18T21:34:59.719Z[ recovery-image] Dec 18 21:34:58.162 INFO O| Dec 18 21:34:58.162 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80442024-12-18T21:34:59.719Z[ recovery-image] Dec 18 21:34:58.162 INFO O| Dec 18 21:34:58.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80452024-12-18T21:34:59.719Z[ recovery-image] Dec 18 21:34:58.162 INFO O| Dec 18 21:34:58.162 INFO STEP 3 (ensure_dir) COMPLETE
80462024-12-18T21:34:59.719Z[ recovery-image] Dec 18 21:34:58.162 INFO O| Dec 18 21:34:58.162 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472024-12-18T21:34:59.737Z[ recovery-image] Dec 18 21:34:58.180 INFO O| Dec 18 21:34:58.180 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80482024-12-18T21:34:59.737Z[ recovery-image] Dec 18 21:34:58.180 INFO O| Dec 18 21:34:58.180 INFO STEP 4 (ensure_dir) COMPLETE
80492024-12-18T21:34:59.740Z[ recovery-image] Dec 18 21:34:58.180 INFO O| Dec 18 21:34:58.180 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502024-12-18T21:34:59.789Z[ recovery-image] Dec 18 21:34:58.231 INFO O| Dec 18 21:34:58.231 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80512024-12-18T21:34:59.789Z[ recovery-image] Dec 18 21:34:58.231 INFO O| Dec 18 21:34:58.231 INFO STEP 5 (ensure_dir) COMPLETE
80522024-12-18T21:34:59.789Z[ recovery-image] Dec 18 21:34:58.231 INFO O| Dec 18 21:34:58.231 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80532024-12-18T21:34:59.823Z[ recovery-image] Dec 18 21:34:58.266 INFO O| Dec 18 21:34:58.266 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80542024-12-18T21:34:59.823Z[ recovery-image] Dec 18 21:34:58.266 INFO O| Dec 18 21:34:58.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80552024-12-18T21:34:59.823Z[ recovery-image] Dec 18 21:34:58.266 INFO O| Dec 18 21:34:58.266 INFO STEP 6 (ensure_dir) COMPLETE
80562024-12-18T21:34:59.825Z[ recovery-image] Dec 18 21:34:58.266 INFO O| Dec 18 21:34:58.266 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80572024-12-18T21:34:59.841Z[ recovery-image] Dec 18 21:34:58.284 INFO O| Dec 18 21:34:58.284 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80582024-12-18T21:34:59.841Z[ recovery-image] Dec 18 21:34:58.284 INFO O| Dec 18 21:34:58.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80592024-12-18T21:34:59.841Z[ recovery-image] Dec 18 21:34:58.285 INFO O| Dec 18 21:34:58.284 INFO STEP 7 (ensure_dir) COMPLETE
80602024-12-18T21:34:59.842Z[ recovery-image] Dec 18 21:34:58.285 INFO O| Dec 18 21:34:58.285 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612024-12-18T21:34:59.861Z[ recovery-image] Dec 18 21:34:58.302 INFO O| Dec 18 21:34:58.302 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80622024-12-18T21:34:59.865Z[ recovery-image] Dec 18 21:34:58.302 INFO O| Dec 18 21:34:58.302 INFO STEP 8 (remove_files) COMPLETE
80632024-12-18T21:34:59.865Z[ recovery-image] Dec 18 21:34:58.302 INFO O| Dec 18 21:34:58.302 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80642024-12-18T21:34:59.877Z[ recovery-image] Dec 18 21:34:58.320 INFO O| Dec 18 21:34:58.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80652024-12-18T21:34:59.880Z[ recovery-image] Dec 18 21:34:58.321 INFO O| Dec 18 21:34:58.321 INFO STEP 9 (remove_files) COMPLETE
80662024-12-18T21:34:59.880Z[ recovery-image] Dec 18 21:34:58.321 INFO O| Dec 18 21:34:58.321 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80672024-12-18T21:34:59.898Z[ recovery-image] Dec 18 21:34:58.339 INFO O| Dec 18 21:34:58.339 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80682024-12-18T21:34:59.903Z[ recovery-image] Dec 18 21:34:58.340 INFO O| Dec 18 21:34:58.340 INFO STEP 10 (remove_files) COMPLETE
80692024-12-18T21:34:59.903Z[ recovery-image] Dec 18 21:34:58.340 INFO O| Dec 18 21:34:58.340 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80702024-12-18T21:34:59.916Z[ recovery-image] Dec 18 21:34:58.359 INFO O| Dec 18 21:34:58.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80712024-12-18T21:34:59.919Z[ recovery-image] Dec 18 21:34:58.359 INFO O| Dec 18 21:34:58.359 INFO STEP 11 (remove_files) COMPLETE
80722024-12-18T21:34:59.919Z[ recovery-image] Dec 18 21:34:58.359 INFO O| Dec 18 21:34:58.359 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80732024-12-18T21:34:59.935Z[ recovery-image] Dec 18 21:34:58.378 INFO O| Dec 18 21:34:58.378 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80742024-12-18T21:34:59.935Z[ recovery-image] Dec 18 21:34:58.378 INFO O| Dec 18 21:34:58.378 INFO STEP 12 (remove_files) COMPLETE
80752024-12-18T21:34:59.935Z[ recovery-image] Dec 18 21:34:58.378 INFO O| Dec 18 21:34:58.378 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80762024-12-18T21:34:59.968Z[ recovery-image] Dec 18 21:34:58.411 INFO O| Dec 18 21:34:58.411 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80772024-12-18T21:34:59.968Z[ recovery-image] Dec 18 21:34:58.411 INFO O| Dec 18 21:34:58.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80782024-12-18T21:34:59.971Z[ recovery-image] Dec 18 21:34:58.411 INFO O| Dec 18 21:34:58.411 INFO STEP 13 (ensure_dir) COMPLETE
80792024-12-18T21:34:59.971Z[ recovery-image] Dec 18 21:34:58.411 INFO O| Dec 18 21:34:58.411 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80802024-12-18T21:34:59.988Z[ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80812024-12-18T21:34:59.988Z[ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80822024-12-18T21:34:59.991Z[ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80832024-12-18T21:34:59.991Z[ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO STEP 14 (ensure_dir) COMPLETE
80842024-12-18T21:34:59.991Z[ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80852024-12-18T21:35:00.006Z[ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80862024-12-18T21:35:00.006Z[ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80872024-12-18T21:35:00.006Z[ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80882024-12-18T21:35:00.009Z[ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO STEP 15 (ensure_dir) COMPLETE
80892024-12-18T21:35:00.010Z[ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80902024-12-18T21:35:00.031Z[ recovery-image] Dec 18 21:34:58.474 INFO O| Dec 18 21:34:58.473 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80912024-12-18T21:35:00.031Z[ recovery-image] Dec 18 21:34:58.474 INFO O| Dec 18 21:34:58.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80922024-12-18T21:35:00.031Z[ recovery-image] Dec 18 21:34:58.474 INFO O| Dec 18 21:34:58.474 INFO STEP 16 (ensure_dir) COMPLETE
80932024-12-18T21:35:00.034Z[ recovery-image] Dec 18 21:34:58.474 INFO O| Dec 18 21:34:58.474 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80942024-12-18T21:35:00.050Z[ recovery-image] Dec 18 21:34:58.493 INFO O| Dec 18 21:34:58.493 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80952024-12-18T21:35:00.050Z[ recovery-image] Dec 18 21:34:58.493 INFO O| Dec 18 21:34:58.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80962024-12-18T21:35:00.055Z[ recovery-image] Dec 18 21:34:58.493 INFO O| Dec 18 21:34:58.493 INFO STEP 17 (ensure_dir) COMPLETE
80972024-12-18T21:35:00.055Z[ recovery-image] Dec 18 21:34:58.493 INFO O| Dec 18 21:34:58.493 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80982024-12-18T21:35:00.072Z[ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80992024-12-18T21:35:00.072Z[ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81002024-12-18T21:35:00.074Z[ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO ok!
81012024-12-18T21:35:00.074Z[ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO STEP 18 (ensure_symlink) COMPLETE
81022024-12-18T21:35:00.076Z[ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81032024-12-18T21:35:00.094Z[ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81042024-12-18T21:35:00.094Z[ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81052024-12-18T21:35:00.094Z[ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO ok!
81062024-12-18T21:35:00.094Z[ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO STEP 19 (ensure_file) COMPLETE
81072024-12-18T21:35:00.097Z[ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81082024-12-18T21:35:00.114Z[ recovery-image] Dec 18 21:34:58.556 INFO O| Dec 18 21:34:58.556 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81092024-12-18T21:35:00.114Z[ recovery-image] Dec 18 21:34:58.556 INFO O| Dec 18 21:34:58.556 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81102024-12-18T21:35:00.114Z[ recovery-image] Dec 18 21:34:58.557 INFO O| Dec 18 21:34:58.557 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81112024-12-18T21:35:00.114Z[ recovery-image] Dec 18 21:34:58.557 INFO O| Dec 18 21:34:58.557 INFO ok!
81122024-12-18T21:35:00.117Z[ recovery-image] Dec 18 21:34:58.557 INFO O| Dec 18 21:34:58.557 INFO STEP 20 (ensure_symlink) COMPLETE
81132024-12-18T21:35:00.117Z[ recovery-image] Dec 18 21:34:58.557 INFO O| Dec 18 21:34:58.557 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81142024-12-18T21:35:00.136Z[ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81152024-12-18T21:35:00.136Z[ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81162024-12-18T21:35:00.139Z[ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81172024-12-18T21:35:00.140Z[ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO ok!
81182024-12-18T21:35:00.140Z[ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO STEP 21 (ensure_symlink) COMPLETE
81192024-12-18T21:35:00.140Z[ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81202024-12-18T21:35:00.155Z[ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81212024-12-18T21:35:00.155Z[ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81222024-12-18T21:35:00.155Z[ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81232024-12-18T21:35:00.159Z[ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO ok!
81242024-12-18T21:35:00.159Z[ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO STEP 22 (ensure_symlink) COMPLETE
81252024-12-18T21:35:00.159Z[ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81262024-12-18T21:35:00.173Z[ recovery-image] Dec 18 21:34:58.616 INFO O| Dec 18 21:34:58.616 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81272024-12-18T21:35:00.174Z[ recovery-image] Dec 18 21:34:58.616 INFO O| Dec 18 21:34:58.616 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81282024-12-18T21:35:00.174Z[ recovery-image] Dec 18 21:34:58.616 INFO O| Dec 18 21:34:58.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81292024-12-18T21:35:00.176Z[ recovery-image] Dec 18 21:34:58.616 INFO O| Dec 18 21:34:58.616 INFO ok!
81302024-12-18T21:35:00.176Z[ recovery-image] Dec 18 21:34:58.617 INFO O| Dec 18 21:34:58.617 INFO STEP 23 (ensure_symlink) COMPLETE
81312024-12-18T21:35:00.176Z[ recovery-image] Dec 18 21:34:58.617 INFO O| Dec 18 21:34:58.617 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81322024-12-18T21:35:00.217Z[ recovery-image] Dec 18 21:34:58.660 INFO O| Dec 18 21:34:58.660 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81332024-12-18T21:35:00.220Z[ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 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 ...
81342024-12-18T21:35:00.220Z[ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81352024-12-18T21:35:00.220Z[ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 INFO ok!
81362024-12-18T21:35:00.220Z[ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 INFO STEP 24 (ensure_file) COMPLETE
81372024-12-18T21:35:00.220Z[ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81382024-12-18T21:35:00.236Z[ recovery-image] Dec 18 21:34:58.679 INFO O| Dec 18 21:34:58.679 INFO updating shadow file
81392024-12-18T21:35:00.239Z[ recovery-image] Dec 18 21:34:58.680 INFO O| Dec 18 21:34:58.680 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81402024-12-18T21:35:00.239Z[ recovery-image] Dec 18 21:34:58.680 INFO O| Dec 18 21:34:58.680 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81412024-12-18T21:35:00.239Z[ recovery-image] Dec 18 21:34:58.680 INFO O| Dec 18 21:34:58.680 INFO STEP 25 (shadow) COMPLETE
81422024-12-18T21:35:00.239Z[ recovery-image] Dec 18 21:34:58.680 INFO O| Dec 18 21:34:58.680 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81432024-12-18T21:35:00.256Z[ recovery-image] Dec 18 21:34:58.699 INFO O| Dec 18 21:34:58.699 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81442024-12-18T21:35:00.308Z[ recovery-image] Dec 18 21:34:58.699 INFO O| Dec 18 21:34:58.699 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81452024-12-18T21:35:00.308Z[ recovery-image] Dec 18 21:34:58.700 INFO O| Dec 18 21:34:58.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81462024-12-18T21:35:00.309Z[ recovery-image] Dec 18 21:34:58.700 INFO O| Dec 18 21:34:58.700 INFO ok!
81472024-12-18T21:35:00.309Z[ recovery-image] Dec 18 21:34:58.700 INFO O| Dec 18 21:34:58.700 INFO STEP 26 (ensure_file) COMPLETE
81482024-12-18T21:35:00.309Z[ recovery-image] Dec 18 21:34:58.700 INFO O| Dec 18 21:34:58.700 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81492024-12-18T21:35:00.323Z[ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.765 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81502024-12-18T21:35:00.323Z[ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81512024-12-18T21:35:00.325Z[ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81522024-12-18T21:35:00.325Z[ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO ok!
81532024-12-18T21:35:00.325Z[ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO STEP 27 (ensure_file) COMPLETE
81542024-12-18T21:35:00.325Z[ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81552024-12-18T21:35:00.352Z[ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81562024-12-18T21:35:00.352Z[ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81572024-12-18T21:35:00.362Z[ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81582024-12-18T21:35:00.362Z[ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81592024-12-18T21:35:00.362Z[ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO ok!
81602024-12-18T21:35:00.362Z[ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO STEP 28 (ensure_file) COMPLETE
81612024-12-18T21:35:00.362Z[ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81622024-12-18T21:35:00.376Z[ recovery-image] Dec 18 21:34:58.818 INFO O| Dec 18 21:34:58.818 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81632024-12-18T21:35:00.376Z[ recovery-image] Dec 18 21:34:58.818 INFO O| Dec 18 21:34:58.818 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81642024-12-18T21:35:00.376Z[ recovery-image] Dec 18 21:34:58.818 INFO O| Dec 18 21:34:58.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81652024-12-18T21:35:00.380Z[ recovery-image] Dec 18 21:34:58.819 INFO O| Dec 18 21:34:58.818 INFO ok!
81662024-12-18T21:35:00.380Z[ recovery-image] Dec 18 21:34:58.819 INFO O| Dec 18 21:34:58.818 INFO STEP 29 (ensure_file) COMPLETE
81672024-12-18T21:35:00.380Z[ recovery-image] Dec 18 21:34:58.819 INFO O| Dec 18 21:34:58.819 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81682024-12-18T21:35:00.402Z[ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81692024-12-18T21:35:00.402Z[ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81702024-12-18T21:35:00.402Z[ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81712024-12-18T21:35:00.402Z[ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO ok!
81722024-12-18T21:35:00.407Z[ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO STEP 30 (ensure_file) COMPLETE
81732024-12-18T21:35:00.407Z[ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81742024-12-18T21:35:00.420Z[ recovery-image] Dec 18 21:34:58.863 INFO O| Dec 18 21:34:58.863 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81752024-12-18T21:35:00.420Z[ recovery-image] Dec 18 21:34:58.863 INFO O| Dec 18 21:34:58.863 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81762024-12-18T21:35:00.420Z[ recovery-image] Dec 18 21:34:58.863 INFO O| Dec 18 21:34:58.863 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81772024-12-18T21:35:00.424Z[ recovery-image] Dec 18 21:34:58.863 INFO O| Dec 18 21:34:58.863 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81782024-12-18T21:35:00.424Z[ recovery-image] Dec 18 21:34:58.864 INFO O| Dec 18 21:34:58.863 INFO ok!
81792024-12-18T21:35:00.424Z[ recovery-image] Dec 18 21:34:58.864 INFO O| Dec 18 21:34:58.864 INFO STEP 31 (ensure_file) COMPLETE
81802024-12-18T21:35:00.424Z[ recovery-image] Dec 18 21:34:58.864 INFO O| Dec 18 21:34:58.864 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81812024-12-18T21:35:00.445Z[ recovery-image] Dec 18 21:34:58.887 INFO O| Dec 18 21:34:58.887 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81822024-12-18T21:35:00.445Z[ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81832024-12-18T21:35:00.448Z[ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81842024-12-18T21:35:00.448Z[ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO ok!
81852024-12-18T21:35:00.448Z[ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO STEP 32 (ensure_file) COMPLETE
81862024-12-18T21:35:00.448Z[ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81872024-12-18T21:35:00.502Z[ recovery-image] Dec 18 21:34:58.944 INFO O| Dec 18 21:34:58.944 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81882024-12-18T21:35:00.502Z[ recovery-image] Dec 18 21:34:58.944 INFO O| Dec 18 21:34:58.944 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81892024-12-18T21:35:00.504Z[ recovery-image] Dec 18 21:34:58.945 INFO O| Dec 18 21:34:58.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81902024-12-18T21:35:00.505Z[ recovery-image] Dec 18 21:34:58.945 INFO O| Dec 18 21:34:58.945 INFO ok!
81912024-12-18T21:35:00.505Z[ recovery-image] Dec 18 21:34:58.945 INFO O| Dec 18 21:34:58.945 INFO STEP 33 (ensure_file) COMPLETE
81922024-12-18T21:35:00.505Z[ recovery-image] Dec 18 21:34:58.945 INFO O| Dec 18 21:34:58.945 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81932024-12-18T21:35:00.529Z[ recovery-image] Dec 18 21:34:58.971 INFO O| Dec 18 21:34:58.971 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81942024-12-18T21:35:00.532Z[ recovery-image] Dec 18 21:34:58.971 INFO O| Dec 18 21:34:58.971 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81952024-12-18T21:35:00.532Z[ recovery-image] Dec 18 21:34:58.971 INFO O| Dec 18 21:34:58.971 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81962024-12-18T21:35:00.532Z[ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81972024-12-18T21:35:00.532Z[ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81982024-12-18T21:35:00.533Z[ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81992024-12-18T21:35:00.533Z[ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO ok!
82002024-12-18T21:35:00.533Z[ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO STEP 34 (ensure_file) COMPLETE
82012024-12-18T21:35:00.533Z[ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82022024-12-18T21:35:00.552Z[ recovery-image] Dec 18 21:34:58.995 INFO O| Dec 18 21:34:58.995 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82032024-12-18T21:35:00.555Z[ recovery-image] Dec 18 21:34:58.996 INFO O| Dec 18 21:34:58.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82042024-12-18T21:35:00.555Z[ recovery-image] Dec 18 21:34:58.996 INFO O| Dec 18 21:34:58.996 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82052024-12-18T21:35:00.555Z[ recovery-image] Dec 18 21:34:58.996 INFO O| Dec 18 21:34:58.996 INFO STEP 35 (ensure_dir) COMPLETE
82062024-12-18T21:35:00.555Z[ recovery-image] Dec 18 21:34:58.996 INFO O| Dec 18 21:34:58.996 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82072024-12-18T21:35:00.592Z[ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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
82082024-12-18T21:35:00.592Z[ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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 ...
82092024-12-18T21:35:00.595Z[ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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
82102024-12-18T21:35:00.595Z[ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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
82112024-12-18T21:35:00.595Z[ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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
82122024-12-18T21:35:00.595Z[ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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
82132024-12-18T21:35:00.595Z[ recovery-image] Dec 18 21:34:59.036 INFO O| Dec 18 21:34:59.035 INFO ok!
82142024-12-18T21:35:00.595Z[ recovery-image] Dec 18 21:34:59.036 INFO O| Dec 18 21:34:59.036 INFO STEP 36 (ensure_file) COMPLETE
82152024-12-18T21:35:00.595Z[ recovery-image] Dec 18 21:34:59.036 INFO O| Dec 18 21:34:59.036 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82162024-12-18T21:35:00.639Z[ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82172024-12-18T21:35:00.639Z[ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 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 ...
82182024-12-18T21:35:00.642Z[ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82192024-12-18T21:35:00.642Z[ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO ok!
82202024-12-18T21:35:00.642Z[ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO STEP 37 (ensure_symlink) COMPLETE
82212024-12-18T21:35:00.642Z[ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82222024-12-18T21:35:00.661Z[ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82232024-12-18T21:35:00.661Z[ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82242024-12-18T21:35:00.661Z[ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82252024-12-18T21:35:00.664Z[ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82262024-12-18T21:35:00.664Z[ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82272024-12-18T21:35:00.664Z[ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82282024-12-18T21:35:00.664Z[ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO ok!
82292024-12-18T21:35:00.664Z[ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO STEP 38 (ensure_file) COMPLETE
82302024-12-18T21:35:00.664Z[ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82312024-12-18T21:35:00.725Z[ recovery-image] Dec 18 21:34:59.167 INFO O| Dec 18 21:34:59.167 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82322024-12-18T21:35:00.726Z[ recovery-image] Dec 18 21:34:59.167 INFO O| Dec 18 21:34:59.167 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 ...
82332024-12-18T21:35:00.726Z[ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 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
82342024-12-18T21:35:00.730Z[ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82352024-12-18T21:35:00.731Z[ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 INFO ok!
82362024-12-18T21:35:00.731Z[ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 INFO STEP 39 (ensure_file) COMPLETE
82372024-12-18T21:35:00.731Z[ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82382024-12-18T21:35:00.746Z[ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82392024-12-18T21:35:00.746Z[ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82402024-12-18T21:35:00.746Z[ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82412024-12-18T21:35:00.749Z[ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO ok!
82422024-12-18T21:35:00.749Z[ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO STEP 40 (ensure_file) COMPLETE
82432024-12-18T21:35:00.749Z[ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82442024-12-18T21:35:00.785Z[ recovery-image] Dec 18 21:34:59.228 INFO O| Dec 18 21:34:59.228 INFO updating shadow file
82452024-12-18T21:35:00.788Z[ recovery-image] Dec 18 21:34:59.228 INFO O| Dec 18 21:34:59.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82462024-12-18T21:35:00.788Z[ recovery-image] Dec 18 21:34:59.228 INFO O| Dec 18 21:34:59.228 INFO STEP 41 (shadow) COMPLETE
82472024-12-18T21:35:00.788Z[ recovery-image] Dec 18 21:34:59.228 INFO O| Dec 18 21:34:59.228 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82482024-12-18T21:35:00.804Z[ recovery-image] Dec 18 21:34:59.247 INFO O| Dec 18 21:34:59.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82492024-12-18T21:35:00.805Z[ recovery-image] Dec 18 21:34:59.247 INFO O| Dec 18 21:34:59.247 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82502024-12-18T21:35:00.807Z[ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.247 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82512024-12-18T21:35:00.807Z[ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82522024-12-18T21:35:00.807Z[ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.248 INFO ok!
82532024-12-18T21:35:00.807Z[ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.248 INFO STEP 42 (ensure_file) COMPLETE
82542024-12-18T21:35:00.807Z[ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.248 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82552024-12-18T21:35:00.836Z[ recovery-image] Dec 18 21:34:59.279 INFO O| Dec 18 21:34:59.278 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82562024-12-18T21:35:00.836Z[ recovery-image] Dec 18 21:34:59.279 INFO O| Dec 18 21:34:59.279 INFO STEP 43 (ensure_dir) COMPLETE
82572024-12-18T21:35:00.836Z[ recovery-image] Dec 18 21:34:59.279 INFO O| Dec 18 21:34:59.279 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82582024-12-18T21:35:00.861Z[ recovery-image] Dec 18 21:34:59.303 INFO O| Dec 18 21:34:59.303 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82592024-12-18T21:35:00.861Z[ recovery-image] Dec 18 21:34:59.304 INFO O| Dec 18 21:34:59.303 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82602024-12-18T21:35:00.863Z[ recovery-image] Dec 18 21:34:59.304 INFO O| Dec 18 21:34:59.303 INFO STEP 44 (ensure_dir) COMPLETE
82612024-12-18T21:35:00.863Z[ recovery-image] Dec 18 21:34:59.304 INFO O| Dec 18 21:34:59.304 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82622024-12-18T21:35:00.894Z[ recovery-image] Dec 18 21:34:59.337 INFO O| Dec 18 21:34:59.337 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82632024-12-18T21:35:00.894Z[ recovery-image] Dec 18 21:34:59.337 INFO O| Dec 18 21:34:59.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82642024-12-18T21:35:00.894Z[ recovery-image] Dec 18 21:34:59.337 INFO O| Dec 18 21:34:59.337 INFO STEP 45 (ensure_dir) COMPLETE
82652024-12-18T21:35:00.898Z[ recovery-image] Dec 18 21:34:59.337 INFO O| Dec 18 21:34:59.337 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82662024-12-18T21:35:01.026Z[ recovery-image] Dec 18 21:34:59.465 INFO O| Dec 18 21:34:59.465 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82672024-12-18T21:35:01.026Z[ recovery-image] Dec 18 21:34:59.465 INFO O| Dec 18 21:34:59.465 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82682024-12-18T21:35:01.097Z[ recovery-image] Dec 18 21:34:59.538 INFO O| Dec 18 21:34:59.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82692024-12-18T21:35:01.097Z[ recovery-image] Dec 18 21:34:59.538 INFO O| Dec 18 21:34:59.538 INFO ok!
82702024-12-18T21:35:01.108Z[ recovery-image] Dec 18 21:34:59.538 INFO O| Dec 18 21:34:59.538 INFO STEP 46 (ensure_file) COMPLETE
82712024-12-18T21:35:01.108Z[ recovery-image] Dec 18 21:34:59.538 INFO O| Dec 18 21:34:59.538 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82722024-12-18T21:35:01.119Z[ recovery-image] Dec 18 21:34:59.559 INFO O| Dec 18 21:34:59.559 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82732024-12-18T21:35:01.120Z[ recovery-image] Dec 18 21:34:59.559 INFO O| Dec 18 21:34:59.559 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82742024-12-18T21:35:01.120Z[ recovery-image] Dec 18 21:34:59.559 INFO O| Dec 18 21:34:59.559 INFO STEP 47 (ensure_dir) COMPLETE
82752024-12-18T21:35:01.123Z[ recovery-image] Dec 18 21:34:59.559 INFO O| Dec 18 21:34:59.559 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82762024-12-18T21:35:01.138Z[ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82772024-12-18T21:35:01.138Z[ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82782024-12-18T21:35:01.141Z[ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82792024-12-18T21:35:01.141Z[ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO ok!
82802024-12-18T21:35:01.141Z[ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO STEP 48 (ensure_file) COMPLETE
82812024-12-18T21:35:01.141Z[ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82822024-12-18T21:35:01.168Z[ recovery-image] Dec 18 21:34:59.610 INFO O| Dec 18 21:34:59.610 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82832024-12-18T21:35:01.168Z[ recovery-image] Dec 18 21:34:59.610 INFO O| Dec 18 21:34:59.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82842024-12-18T21:35:01.168Z[ recovery-image] Dec 18 21:34:59.610 INFO O| Dec 18 21:34:59.610 INFO STEP 49 (ensure_dir) COMPLETE
82852024-12-18T21:35:01.168Z[ recovery-image] Dec 18 21:34:59.610 INFO O| Dec 18 21:34:59.610 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82862024-12-18T21:35:01.207Z[ recovery-image] Dec 18 21:34:59.650 INFO O| Dec 18 21:34:59.649 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82872024-12-18T21:35:01.211Z[ recovery-image] Dec 18 21:34:59.650 INFO O| Dec 18 21:34:59.650 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82882024-12-18T21:35:01.234Z[ recovery-image] Dec 18 21:34:59.676 INFO O| Dec 18 21:34:59.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82892024-12-18T21:35:01.234Z[ recovery-image] Dec 18 21:34:59.676 INFO O| Dec 18 21:34:59.676 INFO ok!
82902024-12-18T21:35:01.234Z[ recovery-image] Dec 18 21:34:59.676 INFO O| Dec 18 21:34:59.676 INFO STEP 50 (ensure_file) COMPLETE
82912024-12-18T21:35:01.234Z[ recovery-image] Dec 18 21:34:59.676 INFO O| Dec 18 21:34:59.676 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82922024-12-18T21:35:01.298Z[ recovery-image] Dec 18 21:34:59.739 INFO O| Dec 18 21:34:59.739 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82932024-12-18T21:35:01.298Z[ recovery-image] Dec 18 21:34:59.739 INFO O| Dec 18 21:34:59.739 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82942024-12-18T21:35:03.309Z[ recovery-image] Dec 18 21:35:01.751 INFO O| Dec 18 21:35:01.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82952024-12-18T21:35:03.309Z[ recovery-image] Dec 18 21:35:01.751 INFO O| Dec 18 21:35:01.751 INFO ok!
82962024-12-18T21:35:03.313Z[ recovery-image] Dec 18 21:35:01.751 INFO O| Dec 18 21:35:01.751 INFO STEP 51 (ensure_file) COMPLETE
82972024-12-18T21:35:03.314Z[ recovery-image] Dec 18 21:35:01.751 INFO O| Dec 18 21:35:01.751 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82982024-12-18T21:35:03.328Z[ recovery-image] Dec 18 21:35:01.769 INFO O| Dec 18 21:35:01.769 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82992024-12-18T21:35:03.328Z[ recovery-image] Dec 18 21:35:01.769 INFO O| Dec 18 21:35:01.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83002024-12-18T21:35:03.328Z[ recovery-image] Dec 18 21:35:01.769 INFO O| Dec 18 21:35:01.769 INFO STEP 52 (ensure_dir) COMPLETE
83012024-12-18T21:35:03.331Z[ recovery-image] Dec 18 21:35:01.769 INFO O| Dec 18 21:35:01.769 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83022024-12-18T21:35:03.346Z[ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83032024-12-18T21:35:03.346Z[ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO copying /tmp/.tmpofmGFj/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 ...
83042024-12-18T21:35:03.350Z[ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 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
83052024-12-18T21:35:03.350Z[ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO ok!
83062024-12-18T21:35:03.350Z[ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO STEP 53 (ensure_file) COMPLETE
83072024-12-18T21:35:03.350Z[ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082024-12-18T21:35:03.384Z[ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83092024-12-18T21:35:03.384Z[ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO copying /tmp/.tmpofmGFj/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 ...
83102024-12-18T21:35:03.385Z[ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 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
83112024-12-18T21:35:03.387Z[ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO ok!
83122024-12-18T21:35:03.387Z[ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO STEP 54 (ensure_file) COMPLETE
83132024-12-18T21:35:03.387Z[ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83142024-12-18T21:35:03.428Z[ recovery-image] Dec 18 21:35:01.870 INFO O| Dec 18 21:35:01.870 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83152024-12-18T21:35:03.430Z[ recovery-image] Dec 18 21:35:01.870 INFO O| Dec 18 21:35:01.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83162024-12-18T21:35:03.430Z[ recovery-image] Dec 18 21:35:01.870 INFO O| Dec 18 21:35:01.870 INFO STEP 55 (ensure_dir) COMPLETE
83172024-12-18T21:35:03.431Z[ recovery-image] Dec 18 21:35:01.871 INFO O| Dec 18 21:35:01.871 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83182024-12-18T21:35:03.448Z[ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.890 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83192024-12-18T21:35:03.448Z[ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.890 INFO copying /tmp/.tmpofmGFj/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 ...
83202024-12-18T21:35:03.448Z[ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83212024-12-18T21:35:03.451Z[ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.891 INFO ok!
83222024-12-18T21:35:03.451Z[ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.891 INFO STEP 56 (ensure_file) COMPLETE
83232024-12-18T21:35:03.451Z[ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.891 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83242024-12-18T21:35:03.482Z[ recovery-image] Dec 18 21:35:01.923 INFO O| Dec 18 21:35:01.923 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83252024-12-18T21:35:03.483Z[ recovery-image] Dec 18 21:35:01.923 INFO O| Dec 18 21:35:01.923 INFO copying /tmp/.tmpofmGFj/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 ...
83262024-12-18T21:35:03.483Z[ recovery-image] Dec 18 21:35:01.924 INFO O| Dec 18 21:35:01.924 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
83272024-12-18T21:35:03.483Z[ recovery-image] Dec 18 21:35:01.924 INFO O| Dec 18 21:35:01.924 INFO ok!
83282024-12-18T21:35:03.487Z[ recovery-image] Dec 18 21:35:01.924 INFO O| Dec 18 21:35:01.924 INFO STEP 57 (ensure_file) COMPLETE
83292024-12-18T21:35:03.487Z[ recovery-image] Dec 18 21:35:01.924 INFO O| Dec 18 21:35:01.924 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83302024-12-18T21:35:03.522Z[ recovery-image] Dec 18 21:35:01.963 INFO O| Dec 18 21:35:01.963 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83312024-12-18T21:35:03.522Z[ recovery-image] Dec 18 21:35:01.963 INFO O| Dec 18 21:35:01.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83322024-12-18T21:35:03.522Z[ recovery-image] Dec 18 21:35:01.963 INFO O| Dec 18 21:35:01.963 INFO STEP 58 (ensure_dir) COMPLETE
83332024-12-18T21:35:03.522Z[ recovery-image] Dec 18 21:35:01.963 INFO O| Dec 18 21:35:01.963 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83342024-12-18T21:35:03.569Z[ recovery-image] Dec 18 21:35:02.010 INFO O| Dec 18 21:35:02.010 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83352024-12-18T21:35:03.570Z[ recovery-image] Dec 18 21:35:02.010 INFO O| Dec 18 21:35:02.010 INFO copying /tmp/.tmpofmGFj/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 ...
83362024-12-18T21:35:03.571Z[ recovery-image] Dec 18 21:35:02.011 INFO O| Dec 18 21:35:02.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83372024-12-18T21:35:03.574Z[ recovery-image] Dec 18 21:35:02.011 INFO O| Dec 18 21:35:02.011 INFO ok!
83382024-12-18T21:35:03.574Z[ recovery-image] Dec 18 21:35:02.011 INFO O| Dec 18 21:35:02.011 INFO STEP 59 (ensure_file) COMPLETE
83392024-12-18T21:35:03.574Z[ recovery-image] Dec 18 21:35:02.011 INFO O| Dec 18 21:35:02.011 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83402024-12-18T21:35:03.588Z[ recovery-image] Dec 18 21:35:02.030 INFO O| Dec 18 21:35:02.030 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83412024-12-18T21:35:03.588Z[ recovery-image] Dec 18 21:35:02.030 INFO O| Dec 18 21:35:02.030 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83422024-12-18T21:35:03.591Z[ recovery-image] Dec 18 21:35:02.031 INFO O| Dec 18 21:35:02.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83432024-12-18T21:35:03.591Z[ recovery-image] Dec 18 21:35:02.031 INFO O| Dec 18 21:35:02.031 INFO ok!
83442024-12-18T21:35:03.591Z[ recovery-image] Dec 18 21:35:02.031 INFO O| Dec 18 21:35:02.031 INFO STEP 60 (ensure_file) COMPLETE
83452024-12-18T21:35:03.591Z[ recovery-image] Dec 18 21:35:02.031 INFO O| Dec 18 21:35:02.031 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83462024-12-18T21:35:03.629Z[ recovery-image] Dec 18 21:35:02.071 INFO O| Dec 18 21:35:02.071 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83472024-12-18T21:35:03.629Z[ recovery-image] Dec 18 21:35:02.071 INFO O| Dec 18 21:35:02.071 INFO STEP 61 (ensure_dir) COMPLETE
83482024-12-18T21:35:03.632Z[ recovery-image] Dec 18 21:35:02.071 INFO O| Dec 18 21:35:02.071 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83492024-12-18T21:35:03.672Z[ recovery-image] Dec 18 21:35:02.114 INFO O| Dec 18 21:35:02.114 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83502024-12-18T21:35:03.672Z[ recovery-image] Dec 18 21:35:02.114 INFO O| Dec 18 21:35:02.114 INFO STEP 62 (ensure_dir) COMPLETE
83512024-12-18T21:35:03.677Z[ recovery-image] Dec 18 21:35:02.114 INFO O| Dec 18 21:35:02.114 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522024-12-18T21:35:03.693Z[ recovery-image] Dec 18 21:35:02.135 INFO O| Dec 18 21:35:02.135 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83532024-12-18T21:35:03.693Z[ recovery-image] Dec 18 21:35:02.135 INFO O| Dec 18 21:35:02.135 INFO STEP 63 (ensure_dir) COMPLETE
83542024-12-18T21:35:03.695Z[ recovery-image] Dec 18 21:35:02.135 INFO O| Dec 18 21:35:02.135 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83552024-12-18T21:35:03.722Z[ recovery-image] Dec 18 21:35:02.155 INFO O| Dec 18 21:35:02.155 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83562024-12-18T21:35:03.722Z[ recovery-image] Dec 18 21:35:02.155 INFO O| Dec 18 21:35:02.155 INFO STEP 64 (ensure_dir) COMPLETE
83572024-12-18T21:35:03.724Z[ recovery-image] Dec 18 21:35:02.155 INFO O| Dec 18 21:35:02.155 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83582024-12-18T21:35:03.733Z[ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83592024-12-18T21:35:03.733Z[ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83602024-12-18T21:35:03.733Z[ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83612024-12-18T21:35:03.737Z[ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO ok!
83622024-12-18T21:35:03.737Z[ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO STEP 65 (ensure_file) COMPLETE
83632024-12-18T21:35:03.738Z[ recovery-image] Dec 18 21:35:02.176 INFO O| Dec 18 21:35:02.175 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83642024-12-18T21:35:03.752Z[ recovery-image] Dec 18 21:35:02.194 INFO O| Dec 18 21:35:02.194 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83652024-12-18T21:35:03.754Z[ recovery-image] Dec 18 21:35:02.194 INFO O| Dec 18 21:35:02.194 INFO STEP 66 (remove_files) COMPLETE
83662024-12-18T21:35:03.754Z[ recovery-image] Dec 18 21:35:02.194 INFO O| Dec 18 21:35:02.194 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83672024-12-18T21:35:03.771Z[ recovery-image] Dec 18 21:35:02.213 INFO O| Dec 18 21:35:02.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83682024-12-18T21:35:03.774Z[ recovery-image] Dec 18 21:35:02.213 INFO O| Dec 18 21:35:02.213 INFO STEP 67 (remove_files) COMPLETE
83692024-12-18T21:35:03.774Z[ recovery-image] Dec 18 21:35:02.213 INFO O| Dec 18 21:35:02.213 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83702024-12-18T21:35:03.790Z[ recovery-image] Dec 18 21:35:02.232 INFO O| Dec 18 21:35:02.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83712024-12-18T21:35:03.792Z[ recovery-image] Dec 18 21:35:02.232 INFO O| Dec 18 21:35:02.232 INFO STEP 68 (remove_files) COMPLETE
83722024-12-18T21:35:03.792Z[ recovery-image] Dec 18 21:35:02.232 INFO O| Dec 18 21:35:02.232 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83732024-12-18T21:35:03.810Z[ recovery-image] Dec 18 21:35:02.251 INFO O| Dec 18 21:35:02.251 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83742024-12-18T21:35:03.812Z[ recovery-image] Dec 18 21:35:02.252 INFO O| Dec 18 21:35:02.252 INFO STEP 69 (remove_files) COMPLETE
83752024-12-18T21:35:03.813Z[ recovery-image] Dec 18 21:35:02.252 INFO O| Dec 18 21:35:02.252 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762024-12-18T21:35:03.827Z[ recovery-image] Dec 18 21:35:02.269 INFO O| Dec 18 21:35:02.269 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83772024-12-18T21:35:03.827Z[ recovery-image] Dec 18 21:35:02.269 INFO O| Dec 18 21:35:02.269 INFO STEP 70 (remove_files) COMPLETE
83782024-12-18T21:35:03.829Z[ recovery-image] Dec 18 21:35:02.269 INFO O| Dec 18 21:35:02.269 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792024-12-18T21:35:03.844Z[ recovery-image] Dec 18 21:35:02.286 INFO O| Dec 18 21:35:02.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83802024-12-18T21:35:03.847Z[ recovery-image] Dec 18 21:35:02.286 INFO O| Dec 18 21:35:02.286 INFO STEP 71 (remove_files) COMPLETE
83812024-12-18T21:35:03.847Z[ recovery-image] Dec 18 21:35:02.286 INFO O| Dec 18 21:35:02.286 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-18T21:35:03.872Z[ recovery-image] Dec 18 21:35:02.314 INFO O| Dec 18 21:35:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83832024-12-18T21:35:03.872Z[ recovery-image] Dec 18 21:35:02.314 INFO O| Dec 18 21:35:02.314 INFO STEP 72 (remove_files) COMPLETE
83842024-12-18T21:35:03.875Z[ recovery-image] Dec 18 21:35:02.314 INFO O| Dec 18 21:35:02.314 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-18T21:35:03.890Z[ recovery-image] Dec 18 21:35:02.332 INFO O| Dec 18 21:35:02.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83862024-12-18T21:35:03.890Z[ recovery-image] Dec 18 21:35:02.332 INFO O| Dec 18 21:35:02.332 INFO STEP 73 (remove_files) COMPLETE
83872024-12-18T21:35:03.890Z[ recovery-image] Dec 18 21:35:02.332 INFO O| Dec 18 21:35:02.332 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-18T21:35:03.907Z[ recovery-image] Dec 18 21:35:02.348 INFO O| Dec 18 21:35:02.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83892024-12-18T21:35:03.907Z[ recovery-image] Dec 18 21:35:02.348 INFO O| Dec 18 21:35:02.348 INFO STEP 74 (remove_files) COMPLETE
83902024-12-18T21:35:03.907Z[ recovery-image] Dec 18 21:35:02.348 INFO O| Dec 18 21:35:02.348 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-18T21:35:03.936Z[ recovery-image] Dec 18 21:35:02.377 INFO O| Dec 18 21:35:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83922024-12-18T21:35:03.936Z[ recovery-image] Dec 18 21:35:02.377 INFO O| Dec 18 21:35:02.377 INFO STEP 75 (remove_files) COMPLETE
83932024-12-18T21:35:03.936Z[ recovery-image] Dec 18 21:35:02.377 INFO O| Dec 18 21:35:02.377 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-18T21:35:03.956Z[ recovery-image] Dec 18 21:35:02.397 INFO O| Dec 18 21:35:02.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83952024-12-18T21:35:03.956Z[ recovery-image] Dec 18 21:35:02.397 INFO O| Dec 18 21:35:02.397 INFO STEP 76 (remove_files) COMPLETE
83962024-12-18T21:35:03.956Z[ recovery-image] Dec 18 21:35:02.397 INFO O| Dec 18 21:35:02.397 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-18T21:35:04.010Z[ recovery-image] Dec 18 21:35:02.452 INFO O| Dec 18 21:35:02.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83982024-12-18T21:35:04.010Z[ recovery-image] Dec 18 21:35:02.452 INFO O| Dec 18 21:35:02.452 INFO STEP 77 (remove_files) COMPLETE
83992024-12-18T21:35:04.011Z[ recovery-image] Dec 18 21:35:02.452 INFO O| Dec 18 21:35:02.452 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-18T21:35:04.043Z[ recovery-image] Dec 18 21:35:02.485 INFO O| Dec 18 21:35:02.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84012024-12-18T21:35:04.043Z[ recovery-image] Dec 18 21:35:02.485 INFO O| Dec 18 21:35:02.485 INFO STEP 78 (remove_files) COMPLETE
84022024-12-18T21:35:04.044Z[ recovery-image] Dec 18 21:35:02.485 INFO O| Dec 18 21:35:02.485 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-18T21:35:04.078Z[ recovery-image] Dec 18 21:35:02.519 INFO O| Dec 18 21:35:02.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84042024-12-18T21:35:04.078Z[ recovery-image] Dec 18 21:35:02.519 INFO O| Dec 18 21:35:02.519 INFO STEP 79 (remove_files) COMPLETE
84052024-12-18T21:35:04.078Z[ recovery-image] Dec 18 21:35:02.519 INFO O| Dec 18 21:35:02.519 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-18T21:35:04.109Z[ recovery-image] Dec 18 21:35:02.552 INFO O| Dec 18 21:35:02.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84072024-12-18T21:35:04.110Z[ recovery-image] Dec 18 21:35:02.552 INFO O| Dec 18 21:35:02.552 INFO STEP 80 (remove_files) COMPLETE
84082024-12-18T21:35:04.110Z[ recovery-image] Dec 18 21:35:02.552 INFO O| Dec 18 21:35:02.552 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-18T21:35:04.169Z[ recovery-image] Dec 18 21:35:02.611 INFO O| Dec 18 21:35:02.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84102024-12-18T21:35:04.170Z[ recovery-image] Dec 18 21:35:02.611 INFO O| Dec 18 21:35:02.611 INFO STEP 81 (remove_files) COMPLETE
84112024-12-18T21:35:04.172Z[ recovery-image] Dec 18 21:35:02.612 INFO O| Dec 18 21:35:02.611 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122024-12-18T21:35:04.199Z[ recovery-image] Dec 18 21:35:02.641 INFO O| Dec 18 21:35:02.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84132024-12-18T21:35:04.199Z[ recovery-image] Dec 18 21:35:02.641 INFO O| Dec 18 21:35:02.641 INFO STEP 82 (remove_files) COMPLETE
84142024-12-18T21:35:04.199Z[ recovery-image] Dec 18 21:35:02.641 INFO O| Dec 18 21:35:02.641 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152024-12-18T21:35:04.217Z[ recovery-image] Dec 18 21:35:02.659 INFO O| Dec 18 21:35:02.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84162024-12-18T21:35:04.218Z[ recovery-image] Dec 18 21:35:02.659 INFO O| Dec 18 21:35:02.659 INFO STEP 83 (remove_files) COMPLETE
84172024-12-18T21:35:04.218Z[ recovery-image] Dec 18 21:35:02.659 INFO O| Dec 18 21:35:02.659 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-18T21:35:04.234Z[ recovery-image] Dec 18 21:35:02.676 INFO O| Dec 18 21:35:02.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84192024-12-18T21:35:04.234Z[ recovery-image] Dec 18 21:35:02.676 INFO O| Dec 18 21:35:02.676 INFO STEP 84 (remove_files) COMPLETE
84202024-12-18T21:35:04.234Z[ recovery-image] Dec 18 21:35:02.676 INFO O| Dec 18 21:35:02.676 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-18T21:35:04.253Z[ recovery-image] Dec 18 21:35:02.695 INFO O| Dec 18 21:35:02.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84222024-12-18T21:35:04.253Z[ recovery-image] Dec 18 21:35:02.695 INFO O| Dec 18 21:35:02.695 INFO STEP 85 (remove_files) COMPLETE
84232024-12-18T21:35:04.255Z[ recovery-image] Dec 18 21:35:02.695 INFO O| Dec 18 21:35:02.695 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-18T21:35:04.294Z[ recovery-image] Dec 18 21:35:02.735 INFO O| Dec 18 21:35:02.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84252024-12-18T21:35:04.299Z[ recovery-image] Dec 18 21:35:02.735 INFO O| Dec 18 21:35:02.735 INFO STEP 86 (remove_files) COMPLETE
84262024-12-18T21:35:04.299Z[ recovery-image] Dec 18 21:35:02.735 INFO O| Dec 18 21:35:02.735 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-18T21:35:04.314Z[ recovery-image] Dec 18 21:35:02.756 INFO O| Dec 18 21:35:02.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84282024-12-18T21:35:04.318Z[ recovery-image] Dec 18 21:35:02.756 INFO O| Dec 18 21:35:02.756 INFO STEP 87 (remove_files) COMPLETE
84292024-12-18T21:35:04.318Z[ recovery-image] Dec 18 21:35:02.756 INFO O| Dec 18 21:35:02.756 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302024-12-18T21:35:04.341Z[ recovery-image] Dec 18 21:35:02.783 INFO O| Dec 18 21:35:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84312024-12-18T21:35:04.341Z[ recovery-image] Dec 18 21:35:02.783 INFO O| Dec 18 21:35:02.783 INFO STEP 88 (remove_files) COMPLETE
84322024-12-18T21:35:04.341Z[ recovery-image] Dec 18 21:35:02.783 INFO O| Dec 18 21:35:02.783 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332024-12-18T21:35:04.368Z[ recovery-image] Dec 18 21:35:02.810 INFO O| Dec 18 21:35:02.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84342024-12-18T21:35:04.368Z[ recovery-image] Dec 18 21:35:02.810 INFO O| Dec 18 21:35:02.810 INFO STEP 89 (remove_files) COMPLETE
84352024-12-18T21:35:04.368Z[ recovery-image] Dec 18 21:35:02.810 INFO O| Dec 18 21:35:02.810 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84362024-12-18T21:35:04.408Z[ recovery-image] Dec 18 21:35:02.850 INFO O| Dec 18 21:35:02.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84372024-12-18T21:35:04.408Z[ recovery-image] Dec 18 21:35:02.850 INFO O| Dec 18 21:35:02.850 INFO STEP 90 (remove_files) COMPLETE
84382024-12-18T21:35:04.408Z[ recovery-image] Dec 18 21:35:02.850 INFO O| Dec 18 21:35:02.850 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84392024-12-18T21:35:04.428Z[ recovery-image] Dec 18 21:35:02.870 INFO O| Dec 18 21:35:02.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84402024-12-18T21:35:04.428Z[ recovery-image] Dec 18 21:35:02.870 INFO O| Dec 18 21:35:02.870 INFO STEP 91 (remove_files) COMPLETE
84412024-12-18T21:35:04.428Z[ recovery-image] Dec 18 21:35:02.870 INFO O| Dec 18 21:35:02.870 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84422024-12-18T21:35:04.456Z[ recovery-image] Dec 18 21:35:02.889 INFO O| Dec 18 21:35:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84432024-12-18T21:35:04.457Z[ recovery-image] Dec 18 21:35:02.890 INFO O| Dec 18 21:35:02.889 INFO STEP 92 (remove_files) COMPLETE
84442024-12-18T21:35:04.457Z[ recovery-image] Dec 18 21:35:02.890 INFO O| Dec 18 21:35:02.890 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84452024-12-18T21:35:04.467Z[ recovery-image] Dec 18 21:35:02.909 INFO O| Dec 18 21:35:02.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84462024-12-18T21:35:04.467Z[ recovery-image] Dec 18 21:35:02.909 INFO O| Dec 18 21:35:02.909 INFO STEP 93 (remove_files) COMPLETE
84472024-12-18T21:35:04.467Z[ recovery-image] Dec 18 21:35:02.909 INFO O| Dec 18 21:35:02.909 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84482024-12-18T21:35:04.484Z[ recovery-image] Dec 18 21:35:02.926 INFO O| Dec 18 21:35:02.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84492024-12-18T21:35:04.485Z[ recovery-image] Dec 18 21:35:02.927 INFO O| Dec 18 21:35:02.927 INFO STEP 94 (remove_files) COMPLETE
84502024-12-18T21:35:04.485Z[ recovery-image] Dec 18 21:35:02.927 INFO O| Dec 18 21:35:02.927 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84512024-12-18T21:35:04.529Z[ recovery-image] Dec 18 21:35:02.970 INFO O| Dec 18 21:35:02.970 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84522024-12-18T21:35:04.531Z[ recovery-image] Dec 18 21:35:02.970 INFO O| Dec 18 21:35:02.970 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
84532024-12-18T21:35:16.776Z[ recovery-image] Dec 18 21:35:15.215 INFO O| Dec 18 21:35:15.215 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
84542024-12-18T21:35:16.776Z[ recovery-image] Dec 18 21:35:15.215 INFO O| Dec 18 21:35:15.215 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84552024-12-18T21:35:16.796Z[ recovery-image] Dec 18 21:35:15.235 INFO O| Dec 18 21:35:15.235 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
84562024-12-18T21:35:17.030Z[ recovery-image] Dec 18 21:35:15.467 INFO O| Dec 18 21:35:15.467 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84572024-12-18T21:35:17.033Z[ recovery-image] Dec 18 21:35:15.467 INFO O| Dec 18 21:35:15.467 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 ...
84582024-12-18T21:35:17.035Z[ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84592024-12-18T21:35:17.035Z[ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO ok!
84602024-12-18T21:35:17.035Z[ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84612024-12-18T21:35:17.035Z[ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO STEP 95 (seed_smf) COMPLETE
84622024-12-18T21:35:17.035Z[ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO steps complete; finalising image!
84632024-12-18T21:35:17.035Z[ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84642024-12-18T21:35:17.095Z[ recovery-image] Dec 18 21:35:15.534 INFO O| Dec 18 21:35:15.534 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Wed Dec 18 21:35:15 2024)
84652024-12-18T21:35:17.307Z[ recovery-image] Dec 18 21:35:15.745 INFO O| Dec 18 21:35:15.745 INFO trim TEMPORARY-gimlet-zfs-recovery: (49% trimmed, started at Wed Dec 18 21:35:15 2024)
84662024-12-18T21:35:17.517Z[ recovery-image] Dec 18 21:35:15.955 INFO O| Dec 18 21:35:15.955 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Wed Dec 18 21:35:15 2024)
84672024-12-18T21:35:17.727Z[ recovery-image] Dec 18 21:35:16.165 INFO O| Dec 18 21:35:16.165 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Wed Dec 18 21:35:15 2024)
84682024-12-18T21:35:17.983Z[ recovery-image] Dec 18 21:35:16.410 INFO O| Dec 18 21:35:16.410 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio
84692024-12-18T21:35:17.983Z[ recovery-image] Dec 18 21:35:16.410 INFO O| Dec 18 21:35:16.410 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84702024-12-18T21:35:18.700Z[ recovery-image] Dec 18 21:35:17.139 INFO O| Dec 18 21:35:17.139 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
84712024-12-18T21:35:18.700Z[ recovery-image] Dec 18 21:35:17.139 INFO O| Dec 18 21:35:17.139 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84722024-12-18T21:35:23.994Z[ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84732024-12-18T21:35:23.994Z[ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84742024-12-18T21:35:23.997Z[ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84752024-12-18T21:35:23.997Z[ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO completed processing gimlet/zfs-recovery
84762024-12-18T21:35:23.997Z[ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84772024-12-18T21:35:24.596Z[ recovery-image] Dec 18 21:35:23.033 INFO O| Dec 18 21:35:23.033 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84782024-12-18T21:35:24.730Z[ recovery-image] Dec 18 21:35:23.168 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
84792024-12-18T21:35:24.733Z[ recovery-image] Dec 18 21:35:23.168 INFO expanded image name: "recovery 8b13de1/${os_short_commit} 2024-12-18 21:05" -> "recovery 8b13de1/7274828 2024-12-18 21:05"
84802024-12-18T21:35:24.733Z[ recovery-image] Dec 18 21:35:23.169 INFO output artefacts stored in: "/work/os-recovery"
84812024-12-18T21:35:24.733Z[ recovery-image] Dec 18 21:35:23.169 INFO collecting git info from project "image-builder"...
84822024-12-18T21:35:24.769Z[ recovery-image] Dec 18 21:35:23.206 INFO collecting git info from project "chelsio-t6-roms"...
84832024-12-18T21:35:24.802Z[ recovery-image] Dec 18 21:35:23.239 INFO collecting git info from project "amd-firmware"...
84842024-12-18T21:35:25.374Z[ recovery-image] Dec 18 21:35:23.811 INFO collecting git info from project "pinprick"...
84852024-12-18T21:35:25.384Z[ recovery-image] Dec 18 21:35:23.822 INFO collecting git info from project "pilot"...
84862024-12-18T21:35:25.408Z[ recovery-image] Dec 18 21:35:23.845 INFO collecting git info from project "amd-host-image-builder"...
84872024-12-18T21:35:25.754Z[ recovery-image] Dec 18 21:35:24.190 INFO collecting git info from project "bootserver"...
84882024-12-18T21:35:25.764Z[ recovery-image] Dec 18 21:35:24.201 INFO collecting git info from project "phbl"...
84892024-12-18T21:35:25.775Z[ recovery-image] Dec 18 21:35:24.212 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84902024-12-18T21:35:26.490Z[ recovery-image] Dec 18 21:35:24.926 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84912024-12-18T21:35:27.144Z[ recovery-image] Dec 18 21:35:25.581 INFO creating Oxide boot image...
84922024-12-18T21:35:27.144Z[ recovery-image] Dec 18 21:35:25.581 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 8b13de1/7274828 2024-12-18 21:05", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84932024-12-18T21:36:11.596Z[ host-image] Dec 18 21:36:10.022 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23079:20241218T174430Z
84942024-12-18T21:36:11.598Z[ host-image] Dec 18 21:36:10.022 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23079:20241218T174430Z
84952024-12-18T21:36:11.599Z[ host-image] Dec 18 21:36:10.022 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84962024-12-18T21:36:11.599Z[ host-image] Dec 18 21:36:10.023 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84972024-12-18T21:36:11.599Z[ host-image] Dec 18 21:36:10.023 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84982024-12-18T21:36:11.599Z[ host-image] Dec 18 21:36:10.023 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84992024-12-18T21:36:11.599Z[ host-image] Dec 18 21:36:10.024 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85002024-12-18T21:36:11.599Z[ host-image] Dec 18 21:36:10.024 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85012024-12-18T21:36:11.599Z[ host-image] Dec 18 21:36:10.024 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85022024-12-18T21:36:11.599Z[ host-image] Dec 18 21:36:10.024 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85032024-12-18T21:36:11.599Z[ host-image] Dec 18 21:36:10.025 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23079:20241218T174430Z
85042024-12-18T21:36:11.601Z[ host-image] Dec 18 21:36:10.027 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23079:20241218T174431Z
85052024-12-18T21:36:11.604Z[ host-image] Dec 18 21:36:10.029 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23079:20241218T174431Z
85062024-12-18T21:36:11.604Z[ host-image] Dec 18 21:36:10.029 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23079:20241218T174431Z
85072024-12-18T21:36:11.604Z[ host-image] Dec 18 21:36:10.030 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85082024-12-18T21:36:11.605Z[ host-image] Dec 18 21:36:10.031 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23079:20241218T174431Z
85092024-12-18T21:36:11.608Z[ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23079:20241218T174432Z
85102024-12-18T21:36:11.608Z[ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23079:20241218T174432Z
85112024-12-18T21:36:11.608Z[ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23079:20241218T174432Z
85122024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23079:20241218T174433Z
85132024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23079:20241218T174433Z
85142024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.033 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23079:20241218T174433Z
85152024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.033 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23079:20241218T174433Z
85162024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.033 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23079:20241218T174434Z
85172024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.033 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23079:20241218T174434Z
85182024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23079:20241218T174435Z
85192024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23079:20241218T174435Z
85202024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23079:20241218T174437Z
85212024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23079:20241218T174437Z
85222024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85232024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23079:20241218T174438Z
85242024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23079:20241218T174440Z
85252024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.035 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23079:20241218T174441Z
85262024-12-18T21:36:11.609Z[ host-image] Dec 18 21:36:10.035 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23079:20241218T174442Z
85272024-12-18T21:36:11.612Z[ host-image] Dec 18 21:36:10.036 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23079:20241218T174443Z
85282024-12-18T21:36:11.612Z[ host-image] Dec 18 21:36:10.037 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23079:20241218T174443Z
85292024-12-18T21:36:11.625Z[ host-image] Dec 18 21:36:10.051 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85302024-12-18T21:36:11.625Z[ host-image] Dec 18 21:36:10.051 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23079:20241218T174443Z
85312024-12-18T21:36:11.628Z[ host-image] Dec 18 21:36:10.051 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85322024-12-18T21:36:11.628Z[ host-image] Dec 18 21:36:10.052 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85332024-12-18T21:36:11.628Z[ host-image] Dec 18 21:36:10.053 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85342024-12-18T21:36:11.628Z[ host-image] Dec 18 21:36:10.053 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23079:20241218T174444Z
85352024-12-18T21:36:11.628Z[ host-image] Dec 18 21:36:10.053 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85362024-12-18T21:36:11.628Z[ host-image] Dec 18 21:36:10.054 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85372024-12-18T21:36:11.631Z[ host-image] Dec 18 21:36:10.055 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85382024-12-18T21:36:11.631Z[ host-image] Dec 18 21:36:10.056 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85392024-12-18T21:36:11.648Z[ host-image] Dec 18 21:36:10.074 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85402024-12-18T21:36:11.649Z[ host-image] Dec 18 21:36:10.074 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85412024-12-18T21:36:11.652Z[ host-image] Dec 18 21:36:10.074 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85422024-12-18T21:36:11.652Z[ host-image] Dec 18 21:36:10.075 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85432024-12-18T21:36:11.652Z[ host-image] Dec 18 21:36:10.076 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85442024-12-18T21:36:11.652Z[ host-image] Dec 18 21:36:10.077 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85452024-12-18T21:36:11.727Z[ host-image] Dec 18 21:36:10.153 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85462024-12-18T21:36:11.730Z[ host-image] Dec 18 21:36:10.154 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85472024-12-18T21:36:11.731Z[ host-image] Dec 18 21:36:10.154 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85482024-12-18T21:36:11.731Z[ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23079:20241218T174445Z
85492024-12-18T21:36:11.731Z[ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23079:20241218T174451Z
85502024-12-18T21:36:11.731Z[ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85512024-12-18T21:36:11.731Z[ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23079:20241218T174451Z
85522024-12-18T21:36:11.731Z[ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85532024-12-18T21:36:11.731Z[ host-image] Dec 18 21:36:10.157 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85542024-12-18T21:36:11.731Z[ host-image] Dec 18 21:36:10.157 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85552024-12-18T21:36:11.731Z[ host-image] Dec 18 21:36:10.157 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23079:20241218T174451Z
85562024-12-18T21:36:11.734Z[ host-image] Dec 18 21:36:10.157 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85572024-12-18T21:36:11.756Z[ host-image] Dec 18 21:36:10.182 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85582024-12-18T21:36:11.759Z[ host-image] Dec 18 21:36:10.183 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85592024-12-18T21:36:11.759Z[ host-image] Dec 18 21:36:10.183 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85602024-12-18T21:36:11.759Z[ host-image] Dec 18 21:36:10.184 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23079:20241218T174452Z
85612024-12-18T21:36:11.760Z[ host-image] Dec 18 21:36:10.184 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85622024-12-18T21:36:11.787Z[ host-image] Dec 18 21:36:10.207 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85632024-12-18T21:36:11.790Z[ host-image] Dec 18 21:36:10.207 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23079:20241218T174452Z
85642024-12-18T21:36:11.790Z[ host-image] Dec 18 21:36:10.210 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23079:20241218T174453Z
85652024-12-18T21:36:11.790Z[ host-image] Dec 18 21:36:10.211 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23079:20241218T174453Z
85662024-12-18T21:36:11.790Z[ host-image] Dec 18 21:36:10.211 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85672024-12-18T21:36:11.790Z[ host-image] Dec 18 21:36:10.212 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23079:20241218T174454Z
85682024-12-18T21:36:11.790Z[ host-image] Dec 18 21:36:10.213 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23079:20241218T174454Z
85692024-12-18T21:36:11.790Z[ host-image] Dec 18 21:36:10.213 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23079:20241218T174454Z
85702024-12-18T21:36:11.790Z[ host-image] Dec 18 21:36:10.214 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23079:20241218T174454Z
85712024-12-18T21:36:11.793Z[ host-image] Dec 18 21:36:10.220 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85722024-12-18T21:36:11.796Z[ host-image] Dec 18 21:36:10.220 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23079:20241218T174455Z
85732024-12-18T21:36:11.796Z[ host-image] Dec 18 21:36:10.221 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23079:20241218T174456Z
85742024-12-18T21:36:11.796Z[ host-image] Dec 18 21:36:10.222 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85752024-12-18T21:36:11.798Z[ host-image] Dec 18 21:36:10.222 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23079:20241218T174456Z
85762024-12-18T21:36:11.798Z[ host-image] Dec 18 21:36:10.223 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23079:20241218T174456Z
85772024-12-18T21:36:11.798Z[ host-image] Dec 18 21:36:10.223 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23079:20241218T174456Z
85782024-12-18T21:36:11.798Z[ host-image] Dec 18 21:36:10.224 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23079:20241218T174456Z
85792024-12-18T21:36:11.813Z[ host-image] Dec 18 21:36:10.240 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23079:20241218T174457Z
85802024-12-18T21:36:11.813Z[ host-image] Dec 18 21:36:10.240 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85812024-12-18T21:36:11.816Z[ host-image] Dec 18 21:36:10.243 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23079:20241218T174457Z
85822024-12-18T21:36:11.818Z[ host-image] Dec 18 21:36:10.245 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23079:20241218T174457Z
85832024-12-18T21:36:11.818Z[ host-image] Dec 18 21:36:10.245 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23079:20241218T174457Z
85842024-12-18T21:36:11.821Z[ host-image] Dec 18 21:36:10.246 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23079:20241218T174457Z
85852024-12-18T21:36:11.822Z[ host-image] Dec 18 21:36:10.246 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23079:20241218T174457Z
85862024-12-18T21:36:11.822Z[ host-image] Dec 18 21:36:10.247 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23079:20241218T174458Z
85872024-12-18T21:36:11.845Z[ host-image] Dec 18 21:36:10.271 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23079:20241218T174459Z
85882024-12-18T21:36:11.848Z[ host-image] Dec 18 21:36:10.271 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23079:20241218T174458Z
85892024-12-18T21:36:11.848Z[ host-image] Dec 18 21:36:10.272 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23079:20241218T174458Z
85902024-12-18T21:36:11.848Z[ host-image] Dec 18 21:36:10.274 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23079:20241218T174458Z
85912024-12-18T21:36:11.848Z[ host-image] Dec 18 21:36:10.274 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23079:20241218T174459Z
85922024-12-18T21:36:11.891Z[ host-image] Dec 18 21:36:10.317 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23079:20241218T174502Z
85932024-12-18T21:36:11.891Z[ host-image] Dec 18 21:36:10.317 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23079:20241218T174459Z
85942024-12-18T21:36:11.894Z[ host-image] Dec 18 21:36:10.317 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23079:20241218T174459Z
85952024-12-18T21:36:11.894Z[ host-image] Dec 18 21:36:10.317 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85962024-12-18T21:36:11.894Z[ host-image] Dec 18 21:36:10.318 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85972024-12-18T21:36:11.956Z[ host-image] Dec 18 21:36:10.382 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23079:20241218T174459Z
85982024-12-18T21:36:11.958Z[ host-image] Dec 18 21:36:10.382 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85992024-12-18T21:36:11.958Z[ host-image] Dec 18 21:36:10.382 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23079:20241218T174500Z
86002024-12-18T21:36:11.958Z[ host-image] Dec 18 21:36:10.382 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23079:20241218T174500Z
86012024-12-18T21:36:11.958Z[ host-image] Dec 18 21:36:10.385 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23079:20241218T174500Z
86022024-12-18T21:36:11.961Z[ host-image] Dec 18 21:36:10.385 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86032024-12-18T21:36:11.961Z[ host-image] Dec 18 21:36:10.386 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86042024-12-18T21:36:11.961Z[ host-image] Dec 18 21:36:10.387 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23079:20241218T174501Z
86052024-12-18T21:36:11.961Z[ host-image] Dec 18 21:36:10.387 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23079:20241218T174501Z
86062024-12-18T21:36:11.961Z[ host-image] Dec 18 21:36:10.387 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23079:20241218T174501Z
86072024-12-18T21:36:11.964Z[ host-image] Dec 18 21:36:10.388 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23079:20241218T174501Z
86082024-12-18T21:36:11.964Z[ host-image] Dec 18 21:36:10.388 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23079:20241218T174502Z
86092024-12-18T21:36:11.964Z[ host-image] Dec 18 21:36:10.389 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23079:20241218T174502Z
86102024-12-18T21:36:11.967Z[ host-image] Dec 18 21:36:10.393 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86112024-12-18T21:36:11.970Z[ host-image] Dec 18 21:36:10.394 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23079:20241218T174502Z
86122024-12-18T21:36:11.970Z[ host-image] Dec 18 21:36:10.396 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23079:20241218T174502Z
86132024-12-18T21:36:11.970Z[ host-image] Dec 18 21:36:10.396 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23079:20241218T174502Z
86142024-12-18T21:36:11.973Z[ host-image] Dec 18 21:36:10.397 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23079:20241218T174503Z
86152024-12-18T21:36:11.974Z[ host-image] Dec 18 21:36:10.397 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23079:20241218T174503Z
86162024-12-18T21:36:11.974Z[ host-image] Dec 18 21:36:10.398 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23079:20241218T174503Z
86172024-12-18T21:36:11.974Z[ host-image] Dec 18 21:36:10.398 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86182024-12-18T21:36:11.974Z[ host-image] Dec 18 21:36:10.398 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86192024-12-18T21:36:11.974Z[ host-image] Dec 18 21:36:10.398 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23079:20241218T174505Z
86202024-12-18T21:36:11.974Z[ host-image] Dec 18 21:36:10.399 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23079:20241218T174506Z
86212024-12-18T21:36:11.974Z[ host-image] Dec 18 21:36:10.399 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86222024-12-18T21:36:11.974Z[ host-image] Dec 18 21:36:10.399 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86232024-12-18T21:36:11.974Z[ host-image] Dec 18 21:36:10.399 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86242024-12-18T21:36:11.977Z[ host-image] Dec 18 21:36:10.400 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86252024-12-18T21:36:11.977Z[ host-image] Dec 18 21:36:10.400 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86262024-12-18T21:36:11.977Z[ host-image] Dec 18 21:36:10.401 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86272024-12-18T21:36:11.977Z[ host-image] Dec 18 21:36:10.403 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86282024-12-18T21:36:11.977Z[ host-image] Dec 18 21:36:10.403 INFO O| tempdir @ "/tmp/.tmpfxWT9g/tmp"
86292024-12-18T21:36:11.979Z[ host-image] Dec 18 21:36:10.403 INFO O| image root @ "/tmp/.tmpfxWT9g/tmp/root"
86302024-12-18T21:36:11.979Z[ host-image] Dec 18 21:36:10.404 INFO O| creating image...
86312024-12-18T21:36:13.098Z[ host-image] Dec 18 21:36:11.524 INFO O| copying publishers...
86322024-12-18T21:36:34.497Z[ host-image] Dec 18 21:36:32.918 INFO O| adding properties...
86332024-12-18T21:36:36.741Z[ host-image] Dec 18 21:36:35.161 INFO O| installing packages...
86342024-12-18T21:36:37.628Z[ recovery-image] Dec 18 21:36:36.046 INFO O| ok, image written!
86352024-12-18T21:36:37.628Z[ recovery-image] Dec 18 21:36:36.047 INFO O| ok, boot_image_csum file written!
86362024-12-18T21:36:37.633Z[ recovery-image] Dec 18 21:36:36.053 INFO creating boot archive (CPIO)...
86372024-12-18T21:36:37.634Z[ recovery-image] Dec 18 21:36:36.053 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
86382024-12-18T21:36:37.648Z[ recovery-image] Dec 18 21:36:36.068 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86392024-12-18T21:36:37.648Z[ recovery-image] Dec 18 21:36:36.068 INFO E| + outfile=/work/os-recovery/cpio
86402024-12-18T21:36:37.648Z[ recovery-image] Dec 18 21:36:36.068 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86412024-12-18T21:36:37.650Z[ recovery-image] Dec 18 21:36:36.071 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86422024-12-18T21:36:37.653Z[ recovery-image] Dec 18 21:36:36.071 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86432024-12-18T21:36:37.697Z[ recovery-image] Dec 18 21:36:36.118 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86442024-12-18T21:36:37.697Z[ recovery-image] Dec 18 21:36:36.118 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86452024-12-18T21:36:37.708Z[ recovery-image] Dec 18 21:36:36.128 INFO creating compressed cpio/unix for nanobl-rs...
86462024-12-18T21:36:37.708Z[ recovery-image] Dec 18 21:36:36.128 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
86472024-12-18T21:36:38.131Z[ recovery-image] Dec 18 21:36:36.551 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86482024-12-18T21:36:45.043Z[ recovery-image] Dec 18 21:36:43.462 INFO creating reset image...
86492024-12-18T21:36:45.043Z[ recovery-image] Dec 18 21:36:43.462 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86502024-12-18T21:36:45.662Z[ recovery-image] Dec 18 21:36:44.081 INFO E| Updating crates.io index
86512024-12-18T21:36:45.832Z[ recovery-image] Dec 18 21:36:44.251 INFO E| Downloading crates ...
86522024-12-18T21:36:46.160Z[ recovery-image] Dec 18 21:36:44.577 INFO E| Downloaded clap v4.5.17
86532024-12-18T21:36:46.176Z[ recovery-image] Dec 18 21:36:44.594 INFO E| Downloaded shared_child v1.0.1
86542024-12-18T21:36:46.180Z[ recovery-image] Dec 18 21:36:44.596 INFO E| Downloaded duct v0.13.7
86552024-12-18T21:36:46.183Z[ recovery-image] Dec 18 21:36:44.599 INFO E| Downloaded os_pipe v1.2.1
86562024-12-18T21:36:46.184Z[ recovery-image] Dec 18 21:36:44.601 INFO E| Downloaded clap_derive v4.5.13
86572024-12-18T21:36:46.221Z[ recovery-image] Dec 18 21:36:44.639 INFO E| Downloaded clap_builder v4.5.17
86582024-12-18T21:36:46.261Z[ recovery-image] Dec 18 21:36:44.679 INFO E| Downloaded syn v2.0.77
86592024-12-18T21:36:46.330Z[ recovery-image] Dec 18 21:36:44.748 INFO E| Downloaded libc v0.2.158
86602024-12-18T21:36:46.445Z[ recovery-image] Dec 18 21:36:44.863 INFO E| Compiling proc-macro2 v1.0.86
86612024-12-18T21:36:46.445Z[ recovery-image] Dec 18 21:36:44.863 INFO E| Compiling unicode-ident v1.0.13
86622024-12-18T21:36:46.448Z[ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling libc v0.2.158
86632024-12-18T21:36:46.448Z[ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling utf8parse v0.2.2
86642024-12-18T21:36:46.448Z[ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling is_terminal_polyfill v1.70.1
86652024-12-18T21:36:46.448Z[ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling colorchoice v1.0.2
86662024-12-18T21:36:46.448Z[ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling anstyle-query v1.1.1
86672024-12-18T21:36:46.448Z[ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling anstyle v1.0.8
86682024-12-18T21:36:47.656Z[ recovery-image] Dec 18 21:36:46.074 INFO E| Compiling anstyle-parse v0.2.5
86692024-12-18T21:36:47.687Z[ recovery-image] Dec 18 21:36:46.105 INFO E| Compiling clap_lex v0.7.2
86702024-12-18T21:36:47.810Z[ recovery-image] Dec 18 21:36:46.228 INFO E| Compiling heck v0.5.0
86712024-12-18T21:36:47.901Z[ recovery-image] Dec 18 21:36:46.318 INFO E| Compiling strsim v0.11.1
86722024-12-18T21:36:47.948Z[ recovery-image] Dec 18 21:36:46.366 INFO E| Compiling once_cell v1.19.0
86732024-12-18T21:36:48.096Z[ recovery-image] Dec 18 21:36:46.514 INFO E| Compiling anstream v0.6.15
86742024-12-18T21:36:48.718Z[ recovery-image] Dec 18 21:36:47.135 INFO E| Compiling clap_builder v4.5.17
86752024-12-18T21:36:48.991Z[ recovery-image] Dec 18 21:36:47.407 INFO E| Compiling os_pipe v1.2.1
86762024-12-18T21:36:49.132Z[ recovery-image] Dec 18 21:36:47.549 INFO E| Compiling shared_child v1.0.1
86772024-12-18T21:36:49.406Z[ recovery-image] Dec 18 21:36:47.823 INFO E| Compiling duct v0.13.7
86782024-12-18T21:36:49.773Z[ recovery-image] Dec 18 21:36:48.190 INFO E| Compiling quote v1.0.37
86792024-12-18T21:36:50.361Z[ recovery-image] Dec 18 21:36:48.778 INFO E| Compiling syn v2.0.77
86802024-12-18T21:36:59.319Z[ recovery-image] Dec 18 21:36:57.734 INFO E| Compiling clap_derive v4.5.13
86812024-12-18T21:37:04.214Z[ recovery-image] Dec 18 21:37:02.628 INFO E| Compiling clap v4.5.17
86822024-12-18T21:37:04.298Z[ recovery-image] Dec 18 21:37:02.712 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86832024-12-18T21:37:06.471Z[ recovery-image] Dec 18 21:37:04.883 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.23s
86842024-12-18T21:37:06.483Z[ recovery-image] Dec 18 21:37:04.897 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86852024-12-18T21:37:06.740Z[ recovery-image] Dec 18 21:37:05.153 INFO E| Updating crates.io index
86862024-12-18T21:37:06.992Z[ recovery-image] Dec 18 21:37:05.406 INFO E| Downloading crates ...
86872024-12-18T21:37:07.409Z[ recovery-image] Dec 18 21:37:05.822 INFO E| Downloaded bit_field v0.10.2
86882024-12-18T21:37:07.424Z[ recovery-image] Dec 18 21:37:05.837 INFO E| Downloaded bitstruct_derive v0.1.0
86892024-12-18T21:37:07.427Z[ recovery-image] Dec 18 21:37:05.838 INFO E| Downloaded bitstruct v0.1.1
86902024-12-18T21:37:07.427Z[ recovery-image] Dec 18 21:37:05.840 INFO E| Downloaded raw-cpuid v10.7.0
86912024-12-18T21:37:07.432Z[ recovery-image] Dec 18 21:37:05.845 INFO E| Downloaded seq-macro v0.3.5
86922024-12-18T21:37:07.435Z[ recovery-image] Dec 18 21:37:05.848 INFO E| Downloaded cpio_reader v0.1.1
86932024-12-18T21:37:07.446Z[ recovery-image] Dec 18 21:37:05.859 INFO E| Downloaded syn v2.0.85
86942024-12-18T21:37:07.590Z[ recovery-image] Dec 18 21:37:06.003 INFO E| Downloaded x86 v0.52.0
86952024-12-18T21:37:07.663Z[ recovery-image] Dec 18 21:37:06.077 INFO E| Updating crates.io index
86962024-12-18T21:37:07.870Z[ recovery-image] Dec 18 21:37:06.282 INFO E| Downloading crates ...
86972024-12-18T21:37:08.012Z[ recovery-image] Dec 18 21:37:06.423 INFO E| Downloaded hashbrown v0.15.0
86982024-12-18T21:37:08.039Z[ recovery-image] Dec 18 21:37:06.450 INFO E| Downloaded compiler_builtins v0.1.134
86992024-12-18T21:37:08.176Z[ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling compiler_builtins v0.1.134
87002024-12-18T21:37:08.176Z[ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87012024-12-18T21:37:08.176Z[ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling proc-macro2 v1.0.89
87022024-12-18T21:37:08.180Z[ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling unicode-ident v1.0.13
87032024-12-18T21:37:08.180Z[ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling syn v1.0.109
87042024-12-18T21:37:08.180Z[ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling x86 v0.52.0
87052024-12-18T21:37:08.180Z[ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87062024-12-18T21:37:08.180Z[ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling seq-macro v0.3.5
87072024-12-18T21:37:10.390Z[ host-image] Dec 18 21:37:08.802 INFO O| seeding SMF database...
87082024-12-18T21:37:10.886Z[ recovery-image] Dec 18 21:37:09.298 INFO E| Compiling quote v1.0.37
87092024-12-18T21:37:11.268Z[ recovery-image] Dec 18 21:37:09.680 INFO E| Compiling syn v2.0.85
87102024-12-18T21:37:17.300Z[ recovery-image] Dec 18 21:37:15.711 INFO E| Compiling scroll_derive v0.12.0
87112024-12-18T21:37:23.240Z[ recovery-image] Dec 18 21:37:21.650 INFO E| Compiling bitstruct_derive v0.1.0
87122024-12-18T21:37:25.626Z[ host-image] Dec 18 21:37:24.030 INFO O| configuring SMF profile...
87132024-12-18T21:37:25.629Z[ host-image] Dec 18 21:37:24.030 INFO O| modifying shadow(5)...
87142024-12-18T21:37:25.629Z[ host-image] Dec 18 21:37:24.030 INFO O| loading user and group database...
87152024-12-18T21:37:25.629Z[ host-image] Dec 18 21:37:24.031 INFO O| assessing packaged files...
87162024-12-18T21:37:31.956Z[ host-image] Dec 18 21:37:30.363 INFO O| creating archive...
87172024-12-18T21:37:32.013Z[ host-image] Dec 18 21:37:30.421 INFO O| missing from packaging:
87182024-12-18T21:37:32.017Z[ host-image] Dec 18 21:37:30.421 INFO O| "etc/.pwd.lock"
87192024-12-18T21:37:32.017Z[ host-image] Dec 18 21:37:30.421 INFO O| "etc/bash"
87202024-12-18T21:37:32.028Z[ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/generic.xml"
87212024-12-18T21:37:32.028Z[ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/inetd_services.xml"
87222024-12-18T21:37:32.028Z[ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/name_service.xml"
87232024-12-18T21:37:32.032Z[ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/platform.xml"
87242024-12-18T21:37:32.032Z[ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/platform_omicron1.xml"
87252024-12-18T21:37:32.032Z[ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/repository.db"
87262024-12-18T21:37:32.053Z[ host-image] Dec 18 21:37:30.461 INFO O| "opt/ooce/share"
87272024-12-18T21:37:32.053Z[ host-image] Dec 18 21:37:30.461 INFO O| "opt/ooce/share/man"
87282024-12-18T21:37:32.056Z[ host-image] Dec 18 21:37:30.461 INFO O| "opt/ooce/share/man/man1"
87292024-12-18T21:37:32.067Z[ host-image] Dec 18 21:37:30.475 INFO O| finishing archive...
87302024-12-18T21:37:36.198Z[ host-image] Dec 18 21:37:34.603 INFO O| creating gzonly manifest...
87312024-12-18T21:37:36.212Z[ host-image] Dec 18 21:37:34.618 INFO O| ok
87322024-12-18T21:37:36.389Z[ host-image] Dec 18 21:37:34.792 INFO image builder template: ramdisk-02-trim...
87332024-12-18T21:37:36.413Z[ host-image] Dec 18 21:37:34.792 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/.tmpofmGFj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
87342024-12-18T21:37:36.437Z[ host-image] Dec 18 21:37:34.838 INFO O| Dec 18 21:37:34.838 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87352024-12-18T21:37:36.459Z[ host-image] Dec 18 21:37:34.864 INFO O| Dec 18 21:37:34.864 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87362024-12-18T21:37:36.683Z[ host-image] Dec 18 21:37:35.089 INFO O| Dec 18 21:37:35.089 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87372024-12-18T21:37:36.820Z[ host-image] Dec 18 21:37:35.226 INFO O| Dec 18 21:37:35.226 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87382024-12-18T21:37:36.824Z[ host-image] Dec 18 21:37:35.227 INFO O| Dec 18 21:37:35.227 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87392024-12-18T21:37:36.831Z[ host-image] Dec 18 21:37:35.238 INFO O| Dec 18 21:37:35.237 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87402024-12-18T21:37:36.839Z[ host-image] Dec 18 21:37:35.246 INFO O| Dec 18 21:37:35.246 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87412024-12-18T21:37:36.848Z[ host-image] Dec 18 21:37:35.254 INFO O| Dec 18 21:37:35.254 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87422024-12-18T21:37:37.364Z[ host-image] Dec 18 21:37:35.770 INFO O| Dec 18 21:37:35.770 INFO rolled back to input snapshot; work may begin
87432024-12-18T21:37:37.367Z[ host-image] Dec 18 21:37:35.770 INFO O| Dec 18 21:37:35.770 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87442024-12-18T21:37:37.376Z[ host-image] Dec 18 21:37:35.782 INFO O| Dec 18 21:37:35.782 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87452024-12-18T21:37:37.406Z[ host-image] Dec 18 21:37:35.812 INFO O| Dec 18 21:37:35.812 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87462024-12-18T21:37:37.527Z[ host-image] Dec 18 21:37:35.933 INFO O| Dec 18 21:37:35.933 INFO STEP 0 (remove_files) COMPLETE
87472024-12-18T21:37:37.527Z[ host-image] Dec 18 21:37:35.933 INFO O| Dec 18 21:37:35.933 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-12-18T21:37:37.562Z[ host-image] Dec 18 21:37:35.967 INFO O| Dec 18 21:37:35.967 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87492024-12-18T21:37:37.564Z[ host-image] Dec 18 21:37:35.970 INFO O| Dec 18 21:37:35.970 INFO STEP 1 (remove_files) COMPLETE
87502024-12-18T21:37:37.564Z[ host-image] Dec 18 21:37:35.970 INFO O| Dec 18 21:37:35.970 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-12-18T21:37:37.600Z[ host-image] Dec 18 21:37:36.005 INFO O| Dec 18 21:37:36.005 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87522024-12-18T21:37:37.622Z[ host-image] Dec 18 21:37:36.028 INFO O| Dec 18 21:37:36.028 INFO STEP 2 (remove_files) COMPLETE
87532024-12-18T21:37:37.625Z[ host-image] Dec 18 21:37:36.028 INFO O| Dec 18 21:37:36.028 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-12-18T21:37:37.642Z[ host-image] Dec 18 21:37:36.048 INFO O| Dec 18 21:37:36.048 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87552024-12-18T21:37:37.645Z[ host-image] Dec 18 21:37:36.051 INFO O| Dec 18 21:37:36.050 INFO STEP 3 (remove_files) COMPLETE
87562024-12-18T21:37:37.645Z[ host-image] Dec 18 21:37:36.051 INFO O| Dec 18 21:37:36.050 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-12-18T21:37:37.704Z[ host-image] Dec 18 21:37:36.110 INFO O| Dec 18 21:37:36.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87582024-12-18T21:37:37.710Z[ host-image] Dec 18 21:37:36.117 INFO O| Dec 18 21:37:36.116 INFO STEP 4 (remove_files) COMPLETE
87592024-12-18T21:37:37.710Z[ host-image] Dec 18 21:37:36.117 INFO O| Dec 18 21:37:36.117 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-12-18T21:37:37.733Z[ host-image] Dec 18 21:37:36.138 INFO O| Dec 18 21:37:36.138 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87612024-12-18T21:37:37.737Z[ host-image] Dec 18 21:37:36.143 INFO O| Dec 18 21:37:36.143 INFO STEP 5 (remove_files) COMPLETE
87622024-12-18T21:37:37.739Z[ host-image] Dec 18 21:37:36.143 INFO O| Dec 18 21:37:36.143 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-12-18T21:37:37.772Z[ host-image] Dec 18 21:37:36.178 INFO O| Dec 18 21:37:36.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87642024-12-18T21:37:37.789Z[ host-image] Dec 18 21:37:36.194 INFO O| Dec 18 21:37:36.194 INFO STEP 6 (remove_files) COMPLETE
87652024-12-18T21:37:37.789Z[ host-image] Dec 18 21:37:36.194 INFO O| Dec 18 21:37:36.194 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-12-18T21:37:37.844Z[ host-image] Dec 18 21:37:36.250 INFO O| Dec 18 21:37:36.250 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87672024-12-18T21:37:37.862Z[ host-image] Dec 18 21:37:36.268 INFO O| Dec 18 21:37:36.268 INFO STEP 7 (remove_files) COMPLETE
87682024-12-18T21:37:37.862Z[ host-image] Dec 18 21:37:36.268 INFO O| Dec 18 21:37:36.268 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-12-18T21:37:37.907Z[ host-image] Dec 18 21:37:36.312 INFO O| Dec 18 21:37:36.312 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87702024-12-18T21:37:38.026Z[ host-image] Dec 18 21:37:36.432 INFO O| Dec 18 21:37:36.432 INFO STEP 8 (remove_files) COMPLETE
87712024-12-18T21:37:38.026Z[ host-image] Dec 18 21:37:36.432 INFO O| Dec 18 21:37:36.432 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-12-18T21:37:38.046Z[ host-image] Dec 18 21:37:36.452 INFO O| Dec 18 21:37:36.452 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87732024-12-18T21:37:38.221Z[ host-image] Dec 18 21:37:36.626 INFO O| Dec 18 21:37:36.626 INFO STEP 9 (remove_files) COMPLETE
87742024-12-18T21:37:38.221Z[ host-image] Dec 18 21:37:36.626 INFO O| Dec 18 21:37:36.626 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-12-18T21:37:38.257Z[ host-image] Dec 18 21:37:36.663 INFO O| Dec 18 21:37:36.663 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87762024-12-18T21:37:38.285Z[ host-image] Dec 18 21:37:36.690 INFO O| Dec 18 21:37:36.690 INFO STEP 10 (remove_files) COMPLETE
87772024-12-18T21:37:38.285Z[ host-image] Dec 18 21:37:36.690 INFO O| Dec 18 21:37:36.690 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-12-18T21:37:38.322Z[ host-image] Dec 18 21:37:36.727 INFO O| Dec 18 21:37:36.727 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87792024-12-18T21:37:38.326Z[ host-image] Dec 18 21:37:36.729 INFO O| Dec 18 21:37:36.729 INFO STEP 11 (remove_files) COMPLETE
87802024-12-18T21:37:38.326Z[ host-image] Dec 18 21:37:36.729 INFO O| Dec 18 21:37:36.729 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-12-18T21:37:38.374Z[ host-image] Dec 18 21:37:36.780 INFO O| Dec 18 21:37:36.779 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87822024-12-18T21:37:38.376Z[ host-image] Dec 18 21:37:36.782 INFO O| Dec 18 21:37:36.782 INFO STEP 12 (remove_files) COMPLETE
87832024-12-18T21:37:38.376Z[ host-image] Dec 18 21:37:36.782 INFO O| Dec 18 21:37:36.782 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-12-18T21:37:39.032Z[ host-image] Dec 18 21:37:37.438 INFO O| Dec 18 21:37:37.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87852024-12-18T21:37:39.047Z[ host-image] Dec 18 21:37:37.452 INFO O| Dec 18 21:37:37.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87862024-12-18T21:37:39.053Z[ host-image] Dec 18 21:37:37.458 INFO O| Dec 18 21:37:37.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87872024-12-18T21:37:39.055Z[ host-image] Dec 18 21:37:37.460 INFO O| Dec 18 21:37:37.460 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87882024-12-18T21:37:39.136Z[ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87892024-12-18T21:37:39.137Z[ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87902024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87912024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87922024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87932024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87942024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87952024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87962024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87972024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87982024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.544 INFO O| Dec 18 21:37:37.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87992024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.544 INFO O| Dec 18 21:37:37.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88002024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.544 INFO O| Dec 18 21:37:37.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88012024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.544 INFO O| Dec 18 21:37:37.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88022024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.545 INFO O| Dec 18 21:37:37.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88032024-12-18T21:37:39.141Z[ host-image] Dec 18 21:37:37.545 INFO O| Dec 18 21:37:37.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88042024-12-18T21:37:39.160Z[ host-image] Dec 18 21:37:37.566 INFO O| Dec 18 21:37:37.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88052024-12-18T21:37:39.163Z[ host-image] Dec 18 21:37:37.566 INFO O| Dec 18 21:37:37.566 INFO STEP 13 (remove_files) COMPLETE
88062024-12-18T21:37:39.163Z[ host-image] Dec 18 21:37:37.566 INFO O| Dec 18 21:37:37.566 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072024-12-18T21:37:39.182Z[ host-image] Dec 18 21:37:37.588 INFO O| Dec 18 21:37:37.588 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88082024-12-18T21:37:39.185Z[ host-image] Dec 18 21:37:37.591 INFO O| Dec 18 21:37:37.590 INFO STEP 14 (remove_files) COMPLETE
88092024-12-18T21:37:39.185Z[ host-image] Dec 18 21:37:37.591 INFO O| Dec 18 21:37:37.590 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-12-18T21:37:39.249Z[ host-image] Dec 18 21:37:37.654 INFO O| Dec 18 21:37:37.654 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88112024-12-18T21:37:39.261Z[ host-image] Dec 18 21:37:37.666 INFO O| Dec 18 21:37:37.666 INFO STEP 15 (remove_files) COMPLETE
88122024-12-18T21:37:39.261Z[ host-image] Dec 18 21:37:37.666 INFO O| Dec 18 21:37:37.666 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-12-18T21:37:39.318Z[ host-image] Dec 18 21:37:37.724 INFO O| Dec 18 21:37:37.724 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88142024-12-18T21:37:39.322Z[ host-image] Dec 18 21:37:37.724 INFO O| Dec 18 21:37:37.724 INFO STEP 16 (remove_files) COMPLETE
88152024-12-18T21:37:39.322Z[ host-image] Dec 18 21:37:37.725 INFO O| Dec 18 21:37:37.725 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-12-18T21:37:39.341Z[ host-image] Dec 18 21:37:37.746 INFO O| Dec 18 21:37:37.746 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88172024-12-18T21:37:39.343Z[ host-image] Dec 18 21:37:37.749 INFO O| Dec 18 21:37:37.749 INFO STEP 17 (remove_files) COMPLETE
88182024-12-18T21:37:39.343Z[ host-image] Dec 18 21:37:37.749 INFO O| Dec 18 21:37:37.749 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-12-18T21:37:39.369Z[ host-image] Dec 18 21:37:37.775 INFO O| Dec 18 21:37:37.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88202024-12-18T21:37:39.369Z[ host-image] Dec 18 21:37:37.775 INFO O| Dec 18 21:37:37.775 INFO STEP 18 (remove_files) COMPLETE
88212024-12-18T21:37:39.373Z[ host-image] Dec 18 21:37:37.775 INFO O| Dec 18 21:37:37.775 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-18T21:37:39.389Z[ host-image] Dec 18 21:37:37.794 INFO O| Dec 18 21:37:37.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88232024-12-18T21:37:39.389Z[ host-image] Dec 18 21:37:37.795 INFO O| Dec 18 21:37:37.794 INFO STEP 19 (remove_files) COMPLETE
88242024-12-18T21:37:39.391Z[ host-image] Dec 18 21:37:37.795 INFO O| Dec 18 21:37:37.795 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-18T21:37:39.420Z[ host-image] Dec 18 21:37:37.824 INFO O| Dec 18 21:37:37.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88262024-12-18T21:37:39.420Z[ host-image] Dec 18 21:37:37.824 INFO O| Dec 18 21:37:37.824 INFO STEP 20 (remove_files) COMPLETE
88272024-12-18T21:37:39.420Z[ host-image] Dec 18 21:37:37.824 INFO O| Dec 18 21:37:37.824 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-18T21:37:39.452Z[ host-image] Dec 18 21:37:37.858 INFO O| Dec 18 21:37:37.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88292024-12-18T21:37:39.452Z[ host-image] Dec 18 21:37:37.858 INFO O| Dec 18 21:37:37.858 INFO STEP 21 (remove_files) COMPLETE
88302024-12-18T21:37:39.452Z[ host-image] Dec 18 21:37:37.858 INFO O| Dec 18 21:37:37.858 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-18T21:37:39.517Z[ host-image] Dec 18 21:37:37.923 INFO O| Dec 18 21:37:37.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88322024-12-18T21:37:39.517Z[ host-image] Dec 18 21:37:37.923 INFO O| Dec 18 21:37:37.923 INFO STEP 22 (remove_files) COMPLETE
88332024-12-18T21:37:39.520Z[ host-image] Dec 18 21:37:37.923 INFO O| Dec 18 21:37:37.923 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-18T21:37:39.547Z[ host-image] Dec 18 21:37:37.953 INFO O| Dec 18 21:37:37.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88352024-12-18T21:37:39.547Z[ host-image] Dec 18 21:37:37.953 INFO O| Dec 18 21:37:37.953 INFO STEP 23 (remove_files) COMPLETE
88362024-12-18T21:37:39.549Z[ host-image] Dec 18 21:37:37.953 INFO O| Dec 18 21:37:37.953 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-18T21:37:39.564Z[ host-image] Dec 18 21:37:37.970 INFO O| Dec 18 21:37:37.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88382024-12-18T21:37:39.564Z[ host-image] Dec 18 21:37:37.970 INFO O| Dec 18 21:37:37.970 INFO STEP 24 (remove_files) COMPLETE
88392024-12-18T21:37:39.567Z[ host-image] Dec 18 21:37:37.970 INFO O| Dec 18 21:37:37.970 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-18T21:37:39.584Z[ host-image] Dec 18 21:37:37.990 INFO O| Dec 18 21:37:37.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88412024-12-18T21:37:39.584Z[ host-image] Dec 18 21:37:37.990 INFO O| Dec 18 21:37:37.990 INFO STEP 25 (remove_files) COMPLETE
88422024-12-18T21:37:39.587Z[ host-image] Dec 18 21:37:37.990 INFO O| Dec 18 21:37:37.990 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-18T21:37:39.634Z[ host-image] Dec 18 21:37:38.037 INFO O| Dec 18 21:37:38.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88442024-12-18T21:37:39.637Z[ host-image] Dec 18 21:37:38.037 INFO O| Dec 18 21:37:38.037 INFO STEP 26 (remove_files) COMPLETE
88452024-12-18T21:37:39.637Z[ host-image] Dec 18 21:37:38.037 INFO O| Dec 18 21:37:38.037 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-18T21:37:39.653Z[ host-image] Dec 18 21:37:38.058 INFO O| Dec 18 21:37:38.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88472024-12-18T21:37:39.653Z[ host-image] Dec 18 21:37:38.059 INFO O| Dec 18 21:37:38.059 INFO STEP 27 (remove_files) COMPLETE
88482024-12-18T21:37:39.653Z[ host-image] Dec 18 21:37:38.059 INFO O| Dec 18 21:37:38.059 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-18T21:37:39.673Z[ host-image] Dec 18 21:37:38.079 INFO O| Dec 18 21:37:38.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88502024-12-18T21:37:39.673Z[ host-image] Dec 18 21:37:38.079 INFO O| Dec 18 21:37:38.079 INFO STEP 28 (remove_files) COMPLETE
88512024-12-18T21:37:39.673Z[ host-image] Dec 18 21:37:38.079 INFO O| Dec 18 21:37:38.079 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-18T21:37:39.690Z[ host-image] Dec 18 21:37:38.095 INFO O| Dec 18 21:37:38.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88532024-12-18T21:37:39.690Z[ host-image] Dec 18 21:37:38.095 INFO O| Dec 18 21:37:38.095 INFO STEP 29 (remove_files) COMPLETE
88542024-12-18T21:37:39.692Z[ host-image] Dec 18 21:37:38.095 INFO O| Dec 18 21:37:38.095 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-18T21:37:39.706Z[ host-image] Dec 18 21:37:38.111 INFO O| Dec 18 21:37:38.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88562024-12-18T21:37:39.706Z[ host-image] Dec 18 21:37:38.111 INFO O| Dec 18 21:37:38.111 INFO STEP 30 (remove_files) COMPLETE
88572024-12-18T21:37:39.706Z[ host-image] Dec 18 21:37:38.111 INFO O| Dec 18 21:37:38.111 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-18T21:37:39.722Z[ host-image] Dec 18 21:37:38.128 INFO O| Dec 18 21:37:38.128 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88592024-12-18T21:37:39.723Z[ host-image] Dec 18 21:37:38.128 INFO O| Dec 18 21:37:38.128 INFO STEP 31 (remove_files) COMPLETE
88602024-12-18T21:37:39.723Z[ host-image] Dec 18 21:37:38.128 INFO O| Dec 18 21:37:38.128 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-18T21:37:39.741Z[ host-image] Dec 18 21:37:38.146 INFO O| Dec 18 21:37:38.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88622024-12-18T21:37:39.741Z[ host-image] Dec 18 21:37:38.146 INFO O| Dec 18 21:37:38.146 INFO STEP 32 (remove_files) COMPLETE
88632024-12-18T21:37:39.741Z[ host-image] Dec 18 21:37:38.146 INFO O| Dec 18 21:37:38.146 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-18T21:37:39.759Z[ host-image] Dec 18 21:37:38.164 INFO O| Dec 18 21:37:38.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88652024-12-18T21:37:39.759Z[ host-image] Dec 18 21:37:38.164 INFO O| Dec 18 21:37:38.164 INFO STEP 33 (remove_files) COMPLETE
88662024-12-18T21:37:39.762Z[ host-image] Dec 18 21:37:38.164 INFO O| Dec 18 21:37:38.164 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-18T21:37:39.782Z[ host-image] Dec 18 21:37:38.187 INFO O| Dec 18 21:37:38.187 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88682024-12-18T21:37:39.786Z[ host-image] Dec 18 21:37:38.187 INFO O| Dec 18 21:37:38.187 INFO STEP 34 (remove_files) COMPLETE
88692024-12-18T21:37:39.786Z[ host-image] Dec 18 21:37:38.188 INFO O| Dec 18 21:37:38.188 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-18T21:37:39.803Z[ host-image] Dec 18 21:37:38.208 INFO O| Dec 18 21:37:38.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88712024-12-18T21:37:39.803Z[ host-image] Dec 18 21:37:38.208 INFO O| Dec 18 21:37:38.208 INFO STEP 35 (remove_files) COMPLETE
88722024-12-18T21:37:39.803Z[ host-image] Dec 18 21:37:38.208 INFO O| Dec 18 21:37:38.208 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-18T21:37:39.870Z[ host-image] Dec 18 21:37:38.274 INFO O| Dec 18 21:37:38.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88742024-12-18T21:37:39.870Z[ host-image] Dec 18 21:37:38.274 INFO O| Dec 18 21:37:38.274 INFO STEP 36 (remove_files) COMPLETE
88752024-12-18T21:37:39.873Z[ host-image] Dec 18 21:37:38.274 INFO O| Dec 18 21:37:38.274 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-18T21:37:39.932Z[ host-image] Dec 18 21:37:38.336 INFO O| Dec 18 21:37:38.336 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88772024-12-18T21:37:39.935Z[ host-image] Dec 18 21:37:38.337 INFO O| Dec 18 21:37:38.337 INFO STEP 37 (remove_files) COMPLETE
88782024-12-18T21:37:39.935Z[ host-image] Dec 18 21:37:38.337 INFO O| Dec 18 21:37:38.337 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-18T21:37:39.955Z[ host-image] Dec 18 21:37:38.359 INFO O| Dec 18 21:37:38.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88802024-12-18T21:37:39.959Z[ host-image] Dec 18 21:37:38.359 INFO O| Dec 18 21:37:38.359 INFO STEP 38 (remove_files) COMPLETE
88812024-12-18T21:37:39.959Z[ host-image] Dec 18 21:37:38.359 INFO O| Dec 18 21:37:38.359 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-18T21:37:39.983Z[ host-image] Dec 18 21:37:38.389 INFO O| Dec 18 21:37:38.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88832024-12-18T21:37:39.986Z[ host-image] Dec 18 21:37:38.389 INFO O| Dec 18 21:37:38.389 INFO STEP 39 (remove_files) COMPLETE
88842024-12-18T21:37:39.986Z[ host-image] Dec 18 21:37:38.389 INFO O| Dec 18 21:37:38.389 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-18T21:37:40.008Z[ host-image] Dec 18 21:37:38.414 INFO O| Dec 18 21:37:38.414 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88862024-12-18T21:37:40.011Z[ host-image] Dec 18 21:37:38.414 INFO O| Dec 18 21:37:38.414 INFO STEP 40 (remove_files) COMPLETE
88872024-12-18T21:37:40.011Z[ host-image] Dec 18 21:37:38.414 INFO O| Dec 18 21:37:38.414 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-18T21:37:40.031Z[ host-image] Dec 18 21:37:38.437 INFO O| Dec 18 21:37:38.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88892024-12-18T21:37:40.031Z[ host-image] Dec 18 21:37:38.437 INFO O| Dec 18 21:37:38.437 INFO STEP 41 (remove_files) COMPLETE
88902024-12-18T21:37:40.034Z[ host-image] Dec 18 21:37:38.437 INFO O| Dec 18 21:37:38.437 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-18T21:37:40.055Z[ host-image] Dec 18 21:37:38.460 INFO O| Dec 18 21:37:38.460 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88922024-12-18T21:37:40.055Z[ host-image] Dec 18 21:37:38.460 INFO O| Dec 18 21:37:38.460 INFO STEP 42 (remove_files) COMPLETE
88932024-12-18T21:37:40.055Z[ host-image] Dec 18 21:37:38.460 INFO O| Dec 18 21:37:38.460 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-18T21:37:40.079Z[ host-image] Dec 18 21:37:38.484 INFO O| Dec 18 21:37:38.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88952024-12-18T21:37:40.079Z[ host-image] Dec 18 21:37:38.484 INFO O| Dec 18 21:37:38.484 INFO STEP 43 (remove_files) COMPLETE
88962024-12-18T21:37:40.079Z[ host-image] Dec 18 21:37:38.484 INFO O| Dec 18 21:37:38.484 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-18T21:37:40.099Z[ host-image] Dec 18 21:37:38.505 INFO O| Dec 18 21:37:38.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88982024-12-18T21:37:40.099Z[ host-image] Dec 18 21:37:38.505 INFO O| Dec 18 21:37:38.505 INFO STEP 44 (remove_files) COMPLETE
88992024-12-18T21:37:40.102Z[ host-image] Dec 18 21:37:38.505 INFO O| Dec 18 21:37:38.505 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-18T21:37:40.120Z[ host-image] Dec 18 21:37:38.525 INFO O| Dec 18 21:37:38.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89012024-12-18T21:37:40.120Z[ host-image] Dec 18 21:37:38.525 INFO O| Dec 18 21:37:38.525 INFO STEP 45 (remove_files) COMPLETE
89022024-12-18T21:37:40.120Z[ host-image] Dec 18 21:37:38.525 INFO O| Dec 18 21:37:38.525 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-18T21:37:40.140Z[ host-image] Dec 18 21:37:38.545 INFO O| Dec 18 21:37:38.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89042024-12-18T21:37:40.140Z[ host-image] Dec 18 21:37:38.545 INFO O| Dec 18 21:37:38.545 INFO STEP 46 (remove_files) COMPLETE
89052024-12-18T21:37:40.140Z[ host-image] Dec 18 21:37:38.545 INFO O| Dec 18 21:37:38.545 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-18T21:37:40.161Z[ host-image] Dec 18 21:37:38.566 INFO O| Dec 18 21:37:38.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89072024-12-18T21:37:40.161Z[ host-image] Dec 18 21:37:38.566 INFO O| Dec 18 21:37:38.566 INFO STEP 47 (remove_files) COMPLETE
89082024-12-18T21:37:40.162Z[ host-image] Dec 18 21:37:38.566 INFO O| Dec 18 21:37:38.566 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-18T21:37:40.182Z[ host-image] Dec 18 21:37:38.588 INFO O| Dec 18 21:37:38.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89102024-12-18T21:37:40.182Z[ host-image] Dec 18 21:37:38.588 INFO O| Dec 18 21:37:38.588 INFO STEP 48 (remove_files) COMPLETE
89112024-12-18T21:37:40.186Z[ host-image] Dec 18 21:37:38.588 INFO O| Dec 18 21:37:38.588 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-18T21:37:40.211Z[ host-image] Dec 18 21:37:38.616 INFO O| Dec 18 21:37:38.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89132024-12-18T21:37:40.215Z[ host-image] Dec 18 21:37:38.616 INFO O| Dec 18 21:37:38.616 INFO STEP 49 (remove_files) COMPLETE
89142024-12-18T21:37:40.215Z[ host-image] Dec 18 21:37:38.616 INFO O| Dec 18 21:37:38.616 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-18T21:37:40.245Z[ host-image] Dec 18 21:37:38.650 INFO O| Dec 18 21:37:38.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89162024-12-18T21:37:40.245Z[ host-image] Dec 18 21:37:38.650 INFO O| Dec 18 21:37:38.650 INFO STEP 50 (remove_files) COMPLETE
89172024-12-18T21:37:40.245Z[ host-image] Dec 18 21:37:38.650 INFO O| Dec 18 21:37:38.650 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-18T21:37:40.279Z[ host-image] Dec 18 21:37:38.684 INFO O| Dec 18 21:37:38.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89192024-12-18T21:37:40.280Z[ host-image] Dec 18 21:37:38.684 INFO O| Dec 18 21:37:38.684 INFO STEP 51 (remove_files) COMPLETE
89202024-12-18T21:37:40.284Z[ host-image] Dec 18 21:37:38.684 INFO O| Dec 18 21:37:38.684 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-18T21:37:40.364Z[ host-image] Dec 18 21:37:38.770 INFO O| Dec 18 21:37:38.770 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89222024-12-18T21:37:40.365Z[ host-image] Dec 18 21:37:38.770 INFO O| Dec 18 21:37:38.770 INFO STEP 52 (remove_files) COMPLETE
89232024-12-18T21:37:40.368Z[ host-image] Dec 18 21:37:38.770 INFO O| Dec 18 21:37:38.770 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-18T21:37:40.385Z[ host-image] Dec 18 21:37:38.790 INFO O| Dec 18 21:37:38.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89252024-12-18T21:37:40.385Z[ host-image] Dec 18 21:37:38.791 INFO O| Dec 18 21:37:38.791 INFO STEP 53 (remove_files) COMPLETE
89262024-12-18T21:37:40.385Z[ host-image] Dec 18 21:37:38.791 INFO O| Dec 18 21:37:38.791 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-18T21:37:40.433Z[ host-image] Dec 18 21:37:38.838 INFO O| Dec 18 21:37:38.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89282024-12-18T21:37:40.433Z[ host-image] Dec 18 21:37:38.838 INFO O| Dec 18 21:37:38.838 INFO STEP 54 (remove_files) COMPLETE
89292024-12-18T21:37:40.437Z[ host-image] Dec 18 21:37:38.838 INFO O| Dec 18 21:37:38.838 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-18T21:37:40.493Z[ host-image] Dec 18 21:37:38.898 INFO O| Dec 18 21:37:38.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89312024-12-18T21:37:40.495Z[ host-image] Dec 18 21:37:38.898 INFO O| Dec 18 21:37:38.898 INFO STEP 55 (remove_files) COMPLETE
89322024-12-18T21:37:40.495Z[ host-image] Dec 18 21:37:38.898 INFO O| Dec 18 21:37:38.898 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-18T21:37:40.514Z[ host-image] Dec 18 21:37:38.919 INFO O| Dec 18 21:37:38.919 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89342024-12-18T21:37:40.518Z[ host-image] Dec 18 21:37:38.919 INFO O| Dec 18 21:37:38.919 INFO STEP 56 (remove_files) COMPLETE
89352024-12-18T21:37:40.518Z[ host-image] Dec 18 21:37:38.919 INFO O| Dec 18 21:37:38.919 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-18T21:37:40.548Z[ host-image] Dec 18 21:37:38.953 INFO O| Dec 18 21:37:38.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89372024-12-18T21:37:40.548Z[ host-image] Dec 18 21:37:38.953 INFO O| Dec 18 21:37:38.953 INFO STEP 57 (remove_files) COMPLETE
89382024-12-18T21:37:40.548Z[ host-image] Dec 18 21:37:38.953 INFO O| Dec 18 21:37:38.953 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-18T21:37:40.567Z[ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89402024-12-18T21:37:40.567Z[ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89412024-12-18T21:37:40.569Z[ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89422024-12-18T21:37:40.569Z[ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89432024-12-18T21:37:40.569Z[ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89442024-12-18T21:37:40.569Z[ host-image] Dec 18 21:37:38.973 INFO O| Dec 18 21:37:38.972 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89452024-12-18T21:37:40.569Z[ host-image] Dec 18 21:37:38.973 INFO O| Dec 18 21:37:38.973 INFO ok!
89462024-12-18T21:37:40.570Z[ host-image] Dec 18 21:37:38.973 INFO O| Dec 18 21:37:38.973 INFO STEP 58 (ensure_file) COMPLETE
89472024-12-18T21:37:40.570Z[ host-image] Dec 18 21:37:38.973 INFO O| Dec 18 21:37:38.973 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-18T21:37:40.590Z[ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89492024-12-18T21:37:40.590Z[ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89502024-12-18T21:37:40.593Z[ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89512024-12-18T21:37:40.593Z[ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89522024-12-18T21:37:40.593Z[ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89532024-12-18T21:37:40.593Z[ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89542024-12-18T21:37:40.593Z[ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO ok!
89552024-12-18T21:37:40.593Z[ host-image] Dec 18 21:37:38.996 INFO O| Dec 18 21:37:38.995 INFO STEP 59 (ensure_file) COMPLETE
89562024-12-18T21:37:40.593Z[ host-image] Dec 18 21:37:38.996 INFO O| Dec 18 21:37:38.996 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572024-12-18T21:37:40.627Z[ host-image] Dec 18 21:37:39.032 INFO O| Dec 18 21:37:39.032 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89582024-12-18T21:37:40.627Z[ host-image] Dec 18 21:37:39.032 INFO O| Dec 18 21:37:39.032 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89592024-12-18T21:37:40.630Z[ host-image] Dec 18 21:37:39.033 INFO O| Dec 18 21:37:39.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89602024-12-18T21:37:40.631Z[ host-image] Dec 18 21:37:39.033 INFO O| Dec 18 21:37:39.033 INFO ok!
89612024-12-18T21:37:40.631Z[ host-image] Dec 18 21:37:39.033 INFO O| Dec 18 21:37:39.033 INFO STEP 60 (ensure_file) COMPLETE
89622024-12-18T21:37:40.631Z[ host-image] Dec 18 21:37:39.033 INFO O| Dec 18 21:37:39.033 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-18T21:37:40.647Z[ host-image] Dec 18 21:37:39.052 INFO O| Dec 18 21:37:39.052 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89642024-12-18T21:37:40.647Z[ host-image] Dec 18 21:37:39.052 INFO O| Dec 18 21:37:39.052 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89652024-12-18T21:37:40.647Z[ host-image] Dec 18 21:37:39.053 INFO O| Dec 18 21:37:39.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89662024-12-18T21:37:40.650Z[ host-image] Dec 18 21:37:39.053 INFO O| Dec 18 21:37:39.053 INFO ok!
89672024-12-18T21:37:40.650Z[ host-image] Dec 18 21:37:39.053 INFO O| Dec 18 21:37:39.053 INFO STEP 61 (ensure_file) COMPLETE
89682024-12-18T21:37:40.650Z[ host-image] Dec 18 21:37:39.053 INFO O| Dec 18 21:37:39.053 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692024-12-18T21:37:40.668Z[ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89702024-12-18T21:37:40.668Z[ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89712024-12-18T21:37:40.668Z[ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89722024-12-18T21:37:40.669Z[ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89732024-12-18T21:37:40.669Z[ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO ok!
89742024-12-18T21:37:40.672Z[ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO STEP 62 (ensure_file) COMPLETE
89752024-12-18T21:37:40.672Z[ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762024-12-18T21:37:40.705Z[ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89772024-12-18T21:37:40.705Z[ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89782024-12-18T21:37:40.708Z[ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89792024-12-18T21:37:40.708Z[ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89802024-12-18T21:37:40.708Z[ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO ok!
89812024-12-18T21:37:40.708Z[ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO STEP 63 (ensure_file) COMPLETE
89822024-12-18T21:37:40.708Z[ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-18T21:37:40.741Z[ host-image] Dec 18 21:37:39.146 INFO O| Dec 18 21:37:39.146 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89842024-12-18T21:37:40.741Z[ host-image] Dec 18 21:37:39.146 INFO O| Dec 18 21:37:39.146 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89852024-12-18T21:37:40.744Z[ host-image] Dec 18 21:37:39.147 INFO O| Dec 18 21:37:39.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89862024-12-18T21:37:40.744Z[ host-image] Dec 18 21:37:39.147 INFO O| Dec 18 21:37:39.147 INFO ok!
89872024-12-18T21:37:40.744Z[ host-image] Dec 18 21:37:39.147 INFO O| Dec 18 21:37:39.147 INFO STEP 64 (assemble_files) COMPLETE
89882024-12-18T21:37:40.744Z[ host-image] Dec 18 21:37:39.147 INFO O| Dec 18 21:37:39.147 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-12-18T21:37:40.769Z[ host-image] Dec 18 21:37:39.174 INFO O| Dec 18 21:37:39.174 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89902024-12-18T21:37:40.769Z[ host-image] Dec 18 21:37:39.174 INFO O| Dec 18 21:37:39.174 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89912024-12-18T21:37:40.772Z[ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.174 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89922024-12-18T21:37:40.772Z[ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.174 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89932024-12-18T21:37:40.772Z[ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.174 INFO ok!
89942024-12-18T21:37:40.772Z[ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.174 INFO STEP 65 (ensure_file) COMPLETE
89952024-12-18T21:37:40.772Z[ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.175 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-18T21:37:40.829Z[ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.234 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89972024-12-18T21:37:40.829Z[ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89982024-12-18T21:37:40.832Z[ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.235 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89992024-12-18T21:37:40.832Z[ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.235 INFO STEP 66 (ensure_dir) COMPLETE
90002024-12-18T21:37:40.832Z[ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.235 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012024-12-18T21:37:40.849Z[ host-image] Dec 18 21:37:39.254 INFO O| Dec 18 21:37:39.254 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90022024-12-18T21:37:40.849Z[ host-image] Dec 18 21:37:39.254 INFO O| Dec 18 21:37:39.254 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 ...
90032024-12-18T21:37:40.859Z[ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 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
90042024-12-18T21:37:40.860Z[ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90052024-12-18T21:37:40.862Z[ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 INFO ok!
90062024-12-18T21:37:40.863Z[ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 INFO STEP 67 (ensure_file) COMPLETE
90072024-12-18T21:37:40.863Z[ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90082024-12-18T21:37:40.917Z[ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90092024-12-18T21:37:40.917Z[ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 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 ...
90102024-12-18T21:37:40.920Z[ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 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
90112024-12-18T21:37:40.920Z[ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90122024-12-18T21:37:40.920Z[ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO ok!
90132024-12-18T21:37:40.920Z[ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO STEP 68 (ensure_file) COMPLETE
90142024-12-18T21:37:40.920Z[ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152024-12-18T21:37:40.947Z[ host-image] Dec 18 21:37:39.352 INFO O| Dec 18 21:37:39.352 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90162024-12-18T21:37:40.947Z[ host-image] Dec 18 21:37:39.352 INFO O| Dec 18 21:37:39.352 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90172024-12-18T21:37:44.768Z[ host-image] Dec 18 21:37:43.173 INFO O| Dec 18 21:37:43.173 INFO STEP 69 (pack_tar) COMPLETE
90182024-12-18T21:37:44.768Z[ host-image] Dec 18 21:37:43.173 INFO O| Dec 18 21:37:43.173 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90192024-12-18T21:37:44.771Z[ host-image] Dec 18 21:37:43.173 INFO O| Dec 18 21:37:43.173 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90202024-12-18T21:37:45.233Z[ host-image] Dec 18 21:37:43.637 INFO O| Dec 18 21:37:43.637 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90212024-12-18T21:37:45.425Z[ host-image] Dec 18 21:37:43.830 INFO O| Dec 18 21:37:43.830 INFO completed processing gimlet/ramdisk-02-trim
90222024-12-18T21:37:45.429Z[ host-image] Dec 18 21:37:43.833 INFO image builder template: zfs...
90232024-12-18T21:37:45.429Z[ host-image] Dec 18 21:37:43.833 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/.tmpofmGFj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
90242024-12-18T21:37:45.453Z[ host-image] Dec 18 21:37:43.857 INFO O| Dec 18 21:37:43.857 INFO skip include "stress" because feature "stress" is not enabled
90252024-12-18T21:37:45.533Z[ host-image] Dec 18 21:37:43.937 INFO O| Dec 18 21:37:43.937 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90262024-12-18T21:37:45.574Z[ host-image] Dec 18 21:37:43.978 INFO O| Dec 18 21:37:43.978 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90272024-12-18T21:37:45.733Z[ host-image] Dec 18 21:37:44.136 INFO O| Dec 18 21:37:44.136 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90282024-12-18T21:37:45.838Z[ host-image] Dec 18 21:37:44.242 INFO O| Dec 18 21:37:44.242 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90292024-12-18T21:37:45.838Z[ host-image] Dec 18 21:37:44.242 INFO O| Dec 18 21:37:44.242 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90302024-12-18T21:37:45.888Z[ host-image] Dec 18 21:37:44.292 INFO O| Dec 18 21:37:44.292 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90312024-12-18T21:37:46.036Z[ host-image] Dec 18 21:37:44.440 INFO O| Dec 18 21:37:44.440 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90322024-12-18T21:37:46.132Z[ host-image] Dec 18 21:37:44.536 INFO O| Dec 18 21:37:44.536 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90332024-12-18T21:37:46.177Z[ host-image] Dec 18 21:37:44.581 INFO O| Dec 18 21:37:44.581 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90342024-12-18T21:37:46.189Z[ host-image] Dec 18 21:37:44.591 INFO O| Dec 18 21:37:44.591 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90352024-12-18T21:37:46.189Z[ host-image] Dec 18 21:37:44.591 INFO O| Dec 18 21:37:44.591 INFO no lofi found
90362024-12-18T21:37:46.192Z[ host-image] Dec 18 21:37:44.591 INFO O| Dec 18 21:37:44.591 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90372024-12-18T21:37:46.192Z[ host-image] Dec 18 21:37:44.591 INFO O| Dec 18 21:37:44.591 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90382024-12-18T21:37:46.419Z[ recovery-image] Dec 18 21:37:44.823 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
90392024-12-18T21:37:48.628Z[ host-image] Dec 18 21:37:47.032 INFO O| Dec 18 21:37:47.032 INFO lofi device = /dev/dsk/c2t1d0p0
90402024-12-18T21:37:48.628Z[ host-image] Dec 18 21:37:47.032 INFO O| Dec 18 21:37:47.032 INFO pool device = /dev/dsk/c2t1d0p0
90412024-12-18T21:37:48.631Z[ host-image] Dec 18 21:37:47.032 INFO O| Dec 18 21:37:47.032 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"]
90422024-12-18T21:37:48.860Z[ host-image] Dec 18 21:37:47.264 INFO O| Dec 18 21:37:47.264 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90432024-12-18T21:37:48.860Z[ host-image] Dec 18 21:37:47.264 INFO O| Dec 18 21:37:47.264 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90442024-12-18T21:37:48.895Z[ host-image] Dec 18 21:37:47.297 INFO O| Dec 18 21:37:47.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90452024-12-18T21:37:49.072Z[ host-image] Dec 18 21:37:47.475 INFO O| Dec 18 21:37:47.475 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90462024-12-18T21:37:49.160Z[ host-image] Dec 18 21:37:47.563 INFO O| Dec 18 21:37:47.563 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90472024-12-18T21:37:49.190Z[ host-image] Dec 18 21:37:47.593 INFO O| Dec 18 21:37:47.593 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90482024-12-18T21:37:49.230Z[ host-image] Dec 18 21:37:47.633 INFO O| Dec 18 21:37:47.633 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90492024-12-18T21:37:49.344Z[ host-image] Dec 18 21:37:47.747 INFO O| Dec 18 21:37:47.747 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90502024-12-18T21:37:49.344Z[ host-image] Dec 18 21:37:47.748 INFO O| Dec 18 21:37:47.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90512024-12-18T21:37:49.346Z[ host-image] Dec 18 21:37:47.748 INFO O| Dec 18 21:37:47.748 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90522024-12-18T21:37:49.362Z[ host-image] Dec 18 21:37:47.766 INFO O| Dec 18 21:37:47.766 INFO boot environment UUID: 74c40146-ae3f-421e-985d-c8e8e43f3115
90532024-12-18T21:37:49.363Z[ host-image] Dec 18 21:37:47.766 INFO O| Dec 18 21:37:47.766 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 74c40146-ae3f-421e-985d-c8e8e43f3115
90542024-12-18T21:37:49.436Z[ host-image] Dec 18 21:37:47.840 INFO O| Dec 18 21:37:47.840 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90552024-12-18T21:37:49.461Z[ host-image] Dec 18 21:37:47.865 INFO O| Dec 18 21:37:47.864 INFO STEP 0 (create_be) COMPLETE
90562024-12-18T21:37:49.461Z[ host-image] Dec 18 21:37:47.865 INFO O| Dec 18 21:37:47.864 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90572024-12-18T21:37:49.489Z[ host-image] Dec 18 21:37:47.893 INFO O| Dec 18 21:37:47.892 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90582024-12-18T21:37:49.785Z[ recovery-image] Dec 18 21:37:48.187 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
90592024-12-18T21:38:00.947Z[ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling bitflags v1.3.2
90602024-12-18T21:38:01.031Z[ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling plain v0.2.3
90612024-12-18T21:38:01.031Z[ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling bit_field v0.10.2
90622024-12-18T21:38:01.031Z[ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling scroll v0.12.0
90632024-12-18T21:38:01.031Z[ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling log v0.4.22
90642024-12-18T21:38:01.031Z[ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling adler2 v2.0.0
90652024-12-18T21:38:01.031Z[ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling static_assertions v1.1.0
90662024-12-18T21:38:01.354Z[ recovery-image] Dec 18 21:37:59.755 INFO E| Compiling raw-cpuid v10.7.0
90672024-12-18T21:38:01.363Z[ recovery-image] Dec 18 21:37:59.764 INFO E| Compiling cpio_reader v0.1.1
90682024-12-18T21:38:01.505Z[ recovery-image] Dec 18 21:37:59.905 INFO E| Compiling miniz_oxide v0.8.0
90692024-12-18T21:38:01.633Z[ recovery-image] Dec 18 21:38:00.033 INFO E| Compiling bitstruct v0.1.1
90702024-12-18T21:38:02.682Z[ recovery-image] Dec 18 21:38:01.079 INFO E| Compiling goblin v0.8.2
90712024-12-18T21:38:14.706Z[ host-image] Dec 18 21:38:13.073 INFO O| Dec 18 21:38:13.070 INFO STEP 1 (unpack_tar) COMPLETE
90722024-12-18T21:38:14.706Z[ host-image] Dec 18 21:38:13.073 INFO O| Dec 18 21:38:13.070 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90732024-12-18T21:38:14.706Z[ host-image] Dec 18 21:38:13.086 INFO O| Dec 18 21:38:13.086 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90742024-12-18T21:38:15.288Z[ host-image] Dec 18 21:38:13.685 INFO O| Dec 18 21:38:13.684 INFO STEP 2 (devfsadm) COMPLETE
90752024-12-18T21:38:15.291Z[ host-image] Dec 18 21:38:13.685 INFO O| Dec 18 21:38:13.685 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90762024-12-18T21:38:15.306Z[ host-image] Dec 18 21:38:13.702 INFO O| Dec 18 21:38:13.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90772024-12-18T21:38:15.306Z[ host-image] Dec 18 21:38:13.703 INFO O| Dec 18 21:38:13.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90782024-12-18T21:38:15.306Z[ host-image] Dec 18 21:38:13.703 INFO O| Dec 18 21:38:13.703 INFO STEP 3 (ensure_dir) COMPLETE
90792024-12-18T21:38:15.311Z[ host-image] Dec 18 21:38:13.703 INFO O| Dec 18 21:38:13.703 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90802024-12-18T21:38:15.344Z[ host-image] Dec 18 21:38:13.742 INFO O| Dec 18 21:38:13.742 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90812024-12-18T21:38:15.344Z[ host-image] Dec 18 21:38:13.742 INFO O| Dec 18 21:38:13.742 INFO STEP 4 (ensure_dir) COMPLETE
90822024-12-18T21:38:15.344Z[ host-image] Dec 18 21:38:13.742 INFO O| Dec 18 21:38:13.742 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90832024-12-18T21:38:15.366Z[ host-image] Dec 18 21:38:13.763 INFO O| Dec 18 21:38:13.763 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90842024-12-18T21:38:15.369Z[ host-image] Dec 18 21:38:13.763 INFO O| Dec 18 21:38:13.763 INFO STEP 5 (ensure_dir) COMPLETE
90852024-12-18T21:38:15.369Z[ host-image] Dec 18 21:38:13.763 INFO O| Dec 18 21:38:13.763 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90862024-12-18T21:38:15.407Z[ host-image] Dec 18 21:38:13.804 INFO O| Dec 18 21:38:13.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90872024-12-18T21:38:15.407Z[ host-image] Dec 18 21:38:13.804 INFO O| Dec 18 21:38:13.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90882024-12-18T21:38:15.410Z[ host-image] Dec 18 21:38:13.804 INFO O| Dec 18 21:38:13.804 INFO STEP 6 (ensure_dir) COMPLETE
90892024-12-18T21:38:15.410Z[ host-image] Dec 18 21:38:13.804 INFO O| Dec 18 21:38:13.804 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90902024-12-18T21:38:15.449Z[ host-image] Dec 18 21:38:13.847 INFO O| Dec 18 21:38:13.847 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90912024-12-18T21:38:15.449Z[ host-image] Dec 18 21:38:13.847 INFO O| Dec 18 21:38:13.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90922024-12-18T21:38:15.452Z[ host-image] Dec 18 21:38:13.847 INFO O| Dec 18 21:38:13.847 INFO STEP 7 (ensure_dir) COMPLETE
90932024-12-18T21:38:15.452Z[ host-image] Dec 18 21:38:13.847 INFO O| Dec 18 21:38:13.847 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90942024-12-18T21:38:15.470Z[ host-image] Dec 18 21:38:13.867 INFO O| Dec 18 21:38:13.867 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90952024-12-18T21:38:15.472Z[ host-image] Dec 18 21:38:13.867 INFO O| Dec 18 21:38:13.867 INFO STEP 8 (remove_files) COMPLETE
90962024-12-18T21:38:15.472Z[ host-image] Dec 18 21:38:13.867 INFO O| Dec 18 21:38:13.867 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90972024-12-18T21:38:15.489Z[ host-image] Dec 18 21:38:13.886 INFO O| Dec 18 21:38:13.886 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90982024-12-18T21:38:15.492Z[ host-image] Dec 18 21:38:13.887 INFO O| Dec 18 21:38:13.887 INFO STEP 9 (remove_files) COMPLETE
90992024-12-18T21:38:15.492Z[ host-image] Dec 18 21:38:13.887 INFO O| Dec 18 21:38:13.887 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91002024-12-18T21:38:15.520Z[ host-image] Dec 18 21:38:13.917 INFO O| Dec 18 21:38:13.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91012024-12-18T21:38:15.523Z[ host-image] Dec 18 21:38:13.918 INFO O| Dec 18 21:38:13.918 INFO STEP 10 (remove_files) COMPLETE
91022024-12-18T21:38:15.524Z[ host-image] Dec 18 21:38:13.918 INFO O| Dec 18 21:38:13.918 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91032024-12-18T21:38:15.545Z[ host-image] Dec 18 21:38:13.941 INFO O| Dec 18 21:38:13.941 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91042024-12-18T21:38:15.548Z[ host-image] Dec 18 21:38:13.941 INFO O| Dec 18 21:38:13.941 INFO STEP 11 (remove_files) COMPLETE
91052024-12-18T21:38:15.548Z[ host-image] Dec 18 21:38:13.942 INFO O| Dec 18 21:38:13.941 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91062024-12-18T21:38:15.587Z[ host-image] Dec 18 21:38:13.984 INFO O| Dec 18 21:38:13.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91072024-12-18T21:38:15.587Z[ host-image] Dec 18 21:38:13.984 INFO O| Dec 18 21:38:13.984 INFO STEP 12 (remove_files) COMPLETE
91082024-12-18T21:38:15.590Z[ host-image] Dec 18 21:38:13.985 INFO O| Dec 18 21:38:13.984 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91092024-12-18T21:38:15.609Z[ host-image] Dec 18 21:38:14.006 INFO O| Dec 18 21:38:14.006 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91102024-12-18T21:38:15.609Z[ host-image] Dec 18 21:38:14.006 INFO O| Dec 18 21:38:14.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91112024-12-18T21:38:15.612Z[ host-image] Dec 18 21:38:14.006 INFO O| Dec 18 21:38:14.006 INFO STEP 13 (ensure_dir) COMPLETE
91122024-12-18T21:38:15.612Z[ host-image] Dec 18 21:38:14.006 INFO O| Dec 18 21:38:14.006 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91132024-12-18T21:38:15.647Z[ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91142024-12-18T21:38:15.647Z[ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91152024-12-18T21:38:15.651Z[ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91162024-12-18T21:38:15.651Z[ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO STEP 14 (ensure_dir) COMPLETE
91172024-12-18T21:38:15.651Z[ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91182024-12-18T21:38:15.668Z[ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91192024-12-18T21:38:15.668Z[ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91202024-12-18T21:38:15.671Z[ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91212024-12-18T21:38:15.672Z[ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO STEP 15 (ensure_dir) COMPLETE
91222024-12-18T21:38:15.672Z[ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91232024-12-18T21:38:15.687Z[ host-image] Dec 18 21:38:14.084 INFO O| Dec 18 21:38:14.084 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91242024-12-18T21:38:15.687Z[ host-image] Dec 18 21:38:14.085 INFO O| Dec 18 21:38:14.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91252024-12-18T21:38:15.690Z[ host-image] Dec 18 21:38:14.085 INFO O| Dec 18 21:38:14.085 INFO STEP 16 (ensure_dir) COMPLETE
91262024-12-18T21:38:15.690Z[ host-image] Dec 18 21:38:14.085 INFO O| Dec 18 21:38:14.085 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91272024-12-18T21:38:15.707Z[ host-image] Dec 18 21:38:14.104 INFO O| Dec 18 21:38:14.104 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91282024-12-18T21:38:15.707Z[ host-image] Dec 18 21:38:14.104 INFO O| Dec 18 21:38:14.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91292024-12-18T21:38:15.707Z[ host-image] Dec 18 21:38:14.104 INFO O| Dec 18 21:38:14.104 INFO STEP 17 (ensure_dir) COMPLETE
91302024-12-18T21:38:15.707Z[ host-image] Dec 18 21:38:14.104 INFO O| Dec 18 21:38:14.104 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91312024-12-18T21:38:15.775Z[ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.171 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91322024-12-18T21:38:15.775Z[ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91332024-12-18T21:38:15.775Z[ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.172 INFO ok!
91342024-12-18T21:38:15.776Z[ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.172 INFO STEP 18 (ensure_symlink) COMPLETE
91352024-12-18T21:38:15.776Z[ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.172 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91362024-12-18T21:38:15.816Z[ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91372024-12-18T21:38:15.816Z[ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91382024-12-18T21:38:15.818Z[ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.213 INFO ok!
91392024-12-18T21:38:15.818Z[ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.213 INFO STEP 19 (ensure_file) COMPLETE
91402024-12-18T21:38:15.819Z[ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.213 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91412024-12-18T21:38:15.837Z[ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.234 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91422024-12-18T21:38:15.837Z[ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91432024-12-18T21:38:15.840Z[ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91442024-12-18T21:38:15.841Z[ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO ok!
91452024-12-18T21:38:15.841Z[ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO STEP 20 (ensure_symlink) COMPLETE
91462024-12-18T21:38:15.841Z[ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91472024-12-18T21:38:15.891Z[ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91482024-12-18T21:38:15.892Z[ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91492024-12-18T21:38:15.892Z[ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91502024-12-18T21:38:15.897Z[ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO ok!
91512024-12-18T21:38:15.897Z[ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO STEP 21 (ensure_symlink) COMPLETE
91522024-12-18T21:38:15.897Z[ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91532024-12-18T21:38:15.927Z[ host-image] Dec 18 21:38:14.324 INFO O| Dec 18 21:38:14.324 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91542024-12-18T21:38:15.927Z[ host-image] Dec 18 21:38:14.324 INFO O| Dec 18 21:38:14.324 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91552024-12-18T21:38:15.930Z[ host-image] Dec 18 21:38:14.324 INFO O| Dec 18 21:38:14.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91562024-12-18T21:38:15.930Z[ host-image] Dec 18 21:38:14.324 INFO O| Dec 18 21:38:14.324 INFO ok!
91572024-12-18T21:38:15.930Z[ host-image] Dec 18 21:38:14.325 INFO O| Dec 18 21:38:14.325 INFO STEP 22 (ensure_symlink) COMPLETE
91582024-12-18T21:38:15.931Z[ host-image] Dec 18 21:38:14.325 INFO O| Dec 18 21:38:14.325 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91592024-12-18T21:38:15.955Z[ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91602024-12-18T21:38:15.955Z[ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91612024-12-18T21:38:15.957Z[ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91622024-12-18T21:38:15.957Z[ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO ok!
91632024-12-18T21:38:15.957Z[ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO STEP 23 (ensure_symlink) COMPLETE
91642024-12-18T21:38:15.958Z[ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91652024-12-18T21:38:15.996Z[ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.393 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91662024-12-18T21:38:15.997Z[ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91672024-12-18T21:38:16.000Z[ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91682024-12-18T21:38:16.000Z[ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO ok!
91692024-12-18T21:38:16.000Z[ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO STEP 24 (ensure_file) COMPLETE
91702024-12-18T21:38:16.000Z[ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91712024-12-18T21:38:16.035Z[ host-image] Dec 18 21:38:14.432 INFO O| Dec 18 21:38:14.432 INFO updating shadow file
91722024-12-18T21:38:16.039Z[ host-image] Dec 18 21:38:14.433 INFO O| Dec 18 21:38:14.433 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91732024-12-18T21:38:16.039Z[ host-image] Dec 18 21:38:14.433 INFO O| Dec 18 21:38:14.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91742024-12-18T21:38:16.039Z[ host-image] Dec 18 21:38:14.433 INFO O| Dec 18 21:38:14.433 INFO STEP 25 (shadow) COMPLETE
91752024-12-18T21:38:16.039Z[ host-image] Dec 18 21:38:14.433 INFO O| Dec 18 21:38:14.433 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91762024-12-18T21:38:16.056Z[ host-image] Dec 18 21:38:14.453 INFO O| Dec 18 21:38:14.453 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91772024-12-18T21:38:16.056Z[ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91782024-12-18T21:38:16.082Z[ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91792024-12-18T21:38:16.082Z[ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO ok!
91802024-12-18T21:38:16.082Z[ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO STEP 26 (ensure_file) COMPLETE
91812024-12-18T21:38:16.082Z[ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91822024-12-18T21:38:16.100Z[ host-image] Dec 18 21:38:14.497 INFO O| Dec 18 21:38:14.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91832024-12-18T21:38:16.100Z[ host-image] Dec 18 21:38:14.497 INFO O| Dec 18 21:38:14.497 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91842024-12-18T21:38:16.103Z[ host-image] Dec 18 21:38:14.497 INFO O| Dec 18 21:38:14.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91852024-12-18T21:38:16.103Z[ host-image] Dec 18 21:38:14.497 INFO O| Dec 18 21:38:14.497 INFO ok!
91862024-12-18T21:38:16.103Z[ host-image] Dec 18 21:38:14.498 INFO O| Dec 18 21:38:14.498 INFO STEP 27 (ensure_file) COMPLETE
91872024-12-18T21:38:16.103Z[ host-image] Dec 18 21:38:14.498 INFO O| Dec 18 21:38:14.498 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91882024-12-18T21:38:16.122Z[ host-image] Dec 18 21:38:14.519 INFO O| Dec 18 21:38:14.519 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91892024-12-18T21:38:16.125Z[ host-image] Dec 18 21:38:14.519 INFO O| Dec 18 21:38:14.519 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91902024-12-18T21:38:16.125Z[ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.519 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91912024-12-18T21:38:16.125Z[ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.520 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91922024-12-18T21:38:16.125Z[ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.520 INFO ok!
91932024-12-18T21:38:16.125Z[ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.520 INFO STEP 28 (ensure_file) COMPLETE
91942024-12-18T21:38:16.125Z[ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.520 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91952024-12-18T21:38:16.145Z[ host-image] Dec 18 21:38:14.542 INFO O| Dec 18 21:38:14.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91962024-12-18T21:38:16.145Z[ host-image] Dec 18 21:38:14.542 INFO O| Dec 18 21:38:14.542 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91972024-12-18T21:38:16.148Z[ host-image] Dec 18 21:38:14.543 INFO O| Dec 18 21:38:14.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91982024-12-18T21:38:16.148Z[ host-image] Dec 18 21:38:14.543 INFO O| Dec 18 21:38:14.543 INFO ok!
91992024-12-18T21:38:16.148Z[ host-image] Dec 18 21:38:14.543 INFO O| Dec 18 21:38:14.543 INFO STEP 29 (ensure_file) COMPLETE
92002024-12-18T21:38:16.148Z[ host-image] Dec 18 21:38:14.543 INFO O| Dec 18 21:38:14.543 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92012024-12-18T21:38:16.172Z[ host-image] Dec 18 21:38:14.569 INFO O| Dec 18 21:38:14.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92022024-12-18T21:38:16.172Z[ host-image] Dec 18 21:38:14.569 INFO O| Dec 18 21:38:14.569 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92032024-12-18T21:38:16.175Z[ host-image] Dec 18 21:38:14.570 INFO O| Dec 18 21:38:14.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92042024-12-18T21:38:16.175Z[ host-image] Dec 18 21:38:14.570 INFO O| Dec 18 21:38:14.569 INFO ok!
92052024-12-18T21:38:16.175Z[ host-image] Dec 18 21:38:14.570 INFO O| Dec 18 21:38:14.570 INFO STEP 30 (ensure_file) COMPLETE
92062024-12-18T21:38:16.175Z[ host-image] Dec 18 21:38:14.570 INFO O| Dec 18 21:38:14.570 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92072024-12-18T21:38:16.215Z[ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92082024-12-18T21:38:16.215Z[ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92092024-12-18T21:38:16.215Z[ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92102024-12-18T21:38:16.218Z[ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92112024-12-18T21:38:16.218Z[ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO ok!
92122024-12-18T21:38:16.218Z[ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO STEP 31 (ensure_file) COMPLETE
92132024-12-18T21:38:16.219Z[ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92142024-12-18T21:38:16.259Z[ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92152024-12-18T21:38:16.261Z[ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92162024-12-18T21:38:16.261Z[ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92172024-12-18T21:38:16.261Z[ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO ok!
92182024-12-18T21:38:16.265Z[ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO STEP 32 (ensure_file) COMPLETE
92192024-12-18T21:38:16.265Z[ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92202024-12-18T21:38:16.343Z[ host-image] Dec 18 21:38:14.740 INFO O| Dec 18 21:38:14.740 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92212024-12-18T21:38:16.343Z[ host-image] Dec 18 21:38:14.740 INFO O| Dec 18 21:38:14.740 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92222024-12-18T21:38:16.346Z[ host-image] Dec 18 21:38:14.741 INFO O| Dec 18 21:38:14.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92232024-12-18T21:38:16.346Z[ host-image] Dec 18 21:38:14.741 INFO O| Dec 18 21:38:14.741 INFO ok!
92242024-12-18T21:38:16.346Z[ host-image] Dec 18 21:38:14.741 INFO O| Dec 18 21:38:14.741 INFO STEP 33 (ensure_file) COMPLETE
92252024-12-18T21:38:16.346Z[ host-image] Dec 18 21:38:14.741 INFO O| Dec 18 21:38:14.741 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92262024-12-18T21:38:16.364Z[ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92272024-12-18T21:38:16.364Z[ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92282024-12-18T21:38:16.367Z[ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92292024-12-18T21:38:16.367Z[ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92302024-12-18T21:38:16.367Z[ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92312024-12-18T21:38:16.367Z[ host-image] Dec 18 21:38:14.762 INFO O| Dec 18 21:38:14.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92322024-12-18T21:38:16.367Z[ host-image] Dec 18 21:38:14.762 INFO O| Dec 18 21:38:14.762 INFO ok!
92332024-12-18T21:38:16.367Z[ host-image] Dec 18 21:38:14.762 INFO O| Dec 18 21:38:14.762 INFO STEP 34 (ensure_file) COMPLETE
92342024-12-18T21:38:16.367Z[ host-image] Dec 18 21:38:14.762 INFO O| Dec 18 21:38:14.762 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92352024-12-18T21:38:16.402Z[ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92362024-12-18T21:38:16.402Z[ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92372024-12-18T21:38:16.405Z[ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92382024-12-18T21:38:16.405Z[ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO STEP 35 (ensure_dir) COMPLETE
92392024-12-18T21:38:16.405Z[ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92402024-12-18T21:38:16.421Z[ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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
92412024-12-18T21:38:16.421Z[ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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 ...
92422024-12-18T21:38:16.424Z[ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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
92432024-12-18T21:38:16.424Z[ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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
92442024-12-18T21:38:16.424Z[ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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
92452024-12-18T21:38:16.424Z[ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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
92462024-12-18T21:38:16.424Z[ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 INFO ok!
92472024-12-18T21:38:16.424Z[ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 INFO STEP 36 (ensure_file) COMPLETE
92482024-12-18T21:38:16.424Z[ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92492024-12-18T21:38:16.447Z[ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92502024-12-18T21:38:16.447Z[ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 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 ...
92512024-12-18T21:38:16.451Z[ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92522024-12-18T21:38:16.452Z[ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO ok!
92532024-12-18T21:38:16.452Z[ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO STEP 37 (ensure_symlink) COMPLETE
92542024-12-18T21:38:16.452Z[ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92552024-12-18T21:38:16.467Z[ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92562024-12-18T21:38:16.469Z[ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92572024-12-18T21:38:16.472Z[ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92582024-12-18T21:38:16.472Z[ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92592024-12-18T21:38:16.472Z[ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92602024-12-18T21:38:16.472Z[ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92612024-12-18T21:38:16.472Z[ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO ok!
92622024-12-18T21:38:16.472Z[ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO STEP 38 (ensure_file) COMPLETE
92632024-12-18T21:38:16.472Z[ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92642024-12-18T21:38:16.488Z[ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92652024-12-18T21:38:16.488Z[ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 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 ...
92662024-12-18T21:38:16.488Z[ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 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
92672024-12-18T21:38:16.491Z[ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92682024-12-18T21:38:16.491Z[ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO ok!
92692024-12-18T21:38:16.491Z[ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO STEP 39 (ensure_file) COMPLETE
92702024-12-18T21:38:16.491Z[ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92712024-12-18T21:38:16.509Z[ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92722024-12-18T21:38:16.509Z[ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92732024-12-18T21:38:16.509Z[ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92742024-12-18T21:38:16.509Z[ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO ok!
92752024-12-18T21:38:16.512Z[ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO STEP 40 (ensure_file) COMPLETE
92762024-12-18T21:38:16.512Z[ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92772024-12-18T21:38:16.527Z[ host-image] Dec 18 21:38:14.924 INFO O| Dec 18 21:38:14.924 INFO updating shadow file
92782024-12-18T21:38:16.530Z[ host-image] Dec 18 21:38:14.924 INFO O| Dec 18 21:38:14.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92792024-12-18T21:38:16.530Z[ host-image] Dec 18 21:38:14.924 INFO O| Dec 18 21:38:14.924 INFO STEP 41 (shadow) COMPLETE
92802024-12-18T21:38:16.530Z[ host-image] Dec 18 21:38:14.924 INFO O| Dec 18 21:38:14.924 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92812024-12-18T21:38:16.547Z[ host-image] Dec 18 21:38:14.942 INFO O| Dec 18 21:38:14.942 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92822024-12-18T21:38:16.547Z[ host-image] Dec 18 21:38:14.942 INFO O| Dec 18 21:38:14.942 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92832024-12-18T21:38:16.549Z[ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.942 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92842024-12-18T21:38:16.549Z[ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92852024-12-18T21:38:16.549Z[ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO ok!
92862024-12-18T21:38:16.549Z[ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO STEP 42 (ensure_file) COMPLETE
92872024-12-18T21:38:16.549Z[ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92882024-12-18T21:38:16.549Z[ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO skip step because feature "mfg" is not enabled
92892024-12-18T21:38:16.549Z[ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92902024-12-18T21:38:16.549Z[ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO skip step because feature "mfg" is not enabled
92912024-12-18T21:38:16.549Z[ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92922024-12-18T21:38:16.564Z[ host-image] Dec 18 21:38:14.961 INFO O| Dec 18 21:38:14.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92932024-12-18T21:38:16.564Z[ host-image] Dec 18 21:38:14.961 INFO O| Dec 18 21:38:14.961 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92942024-12-18T21:38:17.435Z[ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92952024-12-18T21:38:17.435Z[ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92962024-12-18T21:38:17.438Z[ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO ok!
92972024-12-18T21:38:17.438Z[ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO STEP 45 (ensure_file) COMPLETE
92982024-12-18T21:38:17.438Z[ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92992024-12-18T21:38:17.457Z[ host-image] Dec 18 21:38:15.853 INFO O| Dec 18 21:38:15.853 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93002024-12-18T21:38:17.458Z[ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.853 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93012024-12-18T21:38:17.458Z[ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93022024-12-18T21:38:17.461Z[ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93032024-12-18T21:38:17.461Z[ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93042024-12-18T21:38:17.461Z[ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93052024-12-18T21:38:17.461Z[ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO ok!
93062024-12-18T21:38:17.461Z[ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO STEP 46 (ensure_file) COMPLETE
93072024-12-18T21:38:17.461Z[ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93082024-12-18T21:38:17.492Z[ host-image] Dec 18 21:38:15.888 INFO O| Dec 18 21:38:15.888 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93092024-12-18T21:38:17.492Z[ host-image] Dec 18 21:38:15.888 INFO O| Dec 18 21:38:15.888 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 ...
93102024-12-18T21:38:17.495Z[ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 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
93112024-12-18T21:38:17.496Z[ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93122024-12-18T21:38:17.496Z[ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 INFO ok!
93132024-12-18T21:38:17.496Z[ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 INFO STEP 47 (ensure_file) COMPLETE
93142024-12-18T21:38:17.496Z[ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93152024-12-18T21:38:17.520Z[ host-image] Dec 18 21:38:15.916 INFO O| Dec 18 21:38:15.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93162024-12-18T21:38:17.520Z[ host-image] Dec 18 21:38:15.916 INFO O| Dec 18 21:38:15.916 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93172024-12-18T21:38:17.524Z[ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93182024-12-18T21:38:17.524Z[ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93192024-12-18T21:38:17.524Z[ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93202024-12-18T21:38:17.524Z[ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93212024-12-18T21:38:17.524Z[ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO ok!
93222024-12-18T21:38:17.524Z[ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO STEP 48 (ensure_file) COMPLETE
93232024-12-18T21:38:17.524Z[ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93242024-12-18T21:38:17.612Z[ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93252024-12-18T21:38:17.612Z[ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 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 ...
93262024-12-18T21:38:17.616Z[ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93272024-12-18T21:38:17.616Z[ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93282024-12-18T21:38:17.616Z[ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO ok!
93292024-12-18T21:38:17.616Z[ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO STEP 49 (ensure_file) COMPLETE
93302024-12-18T21:38:17.616Z[ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93312024-12-18T21:38:17.661Z[ host-image] Dec 18 21:38:16.058 INFO O| Dec 18 21:38:16.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93322024-12-18T21:38:17.661Z[ host-image] Dec 18 21:38:16.058 INFO O| Dec 18 21:38:16.058 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93332024-12-18T21:38:17.664Z[ host-image] Dec 18 21:38:16.058 INFO O| Dec 18 21:38:16.058 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93342024-12-18T21:38:17.664Z[ host-image] Dec 18 21:38:16.058 INFO O| Dec 18 21:38:16.058 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93352024-12-18T21:38:17.664Z[ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.058 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93362024-12-18T21:38:17.664Z[ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.059 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93372024-12-18T21:38:17.664Z[ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.059 INFO ok!
93382024-12-18T21:38:17.664Z[ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.059 INFO STEP 50 (ensure_file) COMPLETE
93392024-12-18T21:38:17.664Z[ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.059 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93402024-12-18T21:38:17.714Z[ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93412024-12-18T21:38:17.714Z[ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 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 ...
93422024-12-18T21:38:17.714Z[ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 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
93432024-12-18T21:38:17.718Z[ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93442024-12-18T21:38:17.718Z[ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO ok!
93452024-12-18T21:38:17.718Z[ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO STEP 51 (ensure_file) COMPLETE
93462024-12-18T21:38:17.718Z[ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93472024-12-18T21:38:17.794Z[ host-image] Dec 18 21:38:16.190 INFO O| Dec 18 21:38:16.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93482024-12-18T21:38:17.794Z[ host-image] Dec 18 21:38:16.190 INFO O| Dec 18 21:38:16.190 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 ...
93492024-12-18T21:38:17.796Z[ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 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
93502024-12-18T21:38:17.796Z[ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93512024-12-18T21:38:17.796Z[ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 INFO ok!
93522024-12-18T21:38:17.796Z[ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 INFO STEP 52 (ensure_file) COMPLETE
93532024-12-18T21:38:17.797Z[ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93542024-12-18T21:38:17.815Z[ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93552024-12-18T21:38:17.815Z[ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 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 ...
93562024-12-18T21:38:17.815Z[ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 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
93572024-12-18T21:38:17.819Z[ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93582024-12-18T21:38:17.819Z[ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 INFO ok!
93592024-12-18T21:38:17.819Z[ host-image] Dec 18 21:38:16.212 INFO O| Dec 18 21:38:16.212 INFO STEP 53 (ensure_file) COMPLETE
93602024-12-18T21:38:17.819Z[ host-image] Dec 18 21:38:16.212 INFO O| Dec 18 21:38:16.212 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-12-18T21:38:17.836Z[ host-image] Dec 18 21:38:16.232 INFO O| Dec 18 21:38:16.232 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93622024-12-18T21:38:17.836Z[ host-image] Dec 18 21:38:16.232 INFO O| Dec 18 21:38:16.232 INFO STEP 54 (ensure_dir) COMPLETE
93632024-12-18T21:38:17.839Z[ host-image] Dec 18 21:38:16.232 INFO O| Dec 18 21:38:16.232 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-12-18T21:38:17.875Z[ host-image] Dec 18 21:38:16.272 INFO O| Dec 18 21:38:16.272 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93652024-12-18T21:38:17.876Z[ host-image] Dec 18 21:38:16.272 INFO O| Dec 18 21:38:16.272 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93662024-12-18T21:38:17.880Z[ host-image] Dec 18 21:38:16.272 INFO O| Dec 18 21:38:16.272 INFO STEP 55 (ensure_dir) COMPLETE
93672024-12-18T21:38:17.880Z[ host-image] Dec 18 21:38:16.272 INFO O| Dec 18 21:38:16.272 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-12-18T21:38:17.916Z[ host-image] Dec 18 21:38:16.313 INFO O| Dec 18 21:38:16.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93692024-12-18T21:38:17.919Z[ host-image] Dec 18 21:38:16.313 INFO O| Dec 18 21:38:16.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93702024-12-18T21:38:17.919Z[ host-image] Dec 18 21:38:16.313 INFO O| Dec 18 21:38:16.313 INFO STEP 56 (ensure_dir) COMPLETE
93712024-12-18T21:38:17.919Z[ host-image] Dec 18 21:38:16.313 INFO O| Dec 18 21:38:16.313 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722024-12-18T21:38:17.966Z[ host-image] Dec 18 21:38:16.363 INFO O| Dec 18 21:38:16.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93732024-12-18T21:38:17.966Z[ host-image] Dec 18 21:38:16.363 INFO O| Dec 18 21:38:16.363 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93742024-12-18T21:38:17.991Z[ host-image] Dec 18 21:38:16.387 INFO O| Dec 18 21:38:16.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93752024-12-18T21:38:17.991Z[ host-image] Dec 18 21:38:16.387 INFO O| Dec 18 21:38:16.387 INFO ok!
93762024-12-18T21:38:17.993Z[ host-image] Dec 18 21:38:16.387 INFO O| Dec 18 21:38:16.387 INFO STEP 57 (ensure_file) COMPLETE
93772024-12-18T21:38:17.993Z[ host-image] Dec 18 21:38:16.387 INFO O| Dec 18 21:38:16.387 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-12-18T21:38:18.025Z[ host-image] Dec 18 21:38:16.421 INFO O| Dec 18 21:38:16.421 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93792024-12-18T21:38:18.025Z[ host-image] Dec 18 21:38:16.421 INFO O| Dec 18 21:38:16.421 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93802024-12-18T21:38:19.463Z[ host-image] Dec 18 21:38:17.859 INFO O| Dec 18 21:38:17.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93812024-12-18T21:38:19.463Z[ host-image] Dec 18 21:38:17.859 INFO O| Dec 18 21:38:17.859 INFO ok!
93822024-12-18T21:38:19.466Z[ host-image] Dec 18 21:38:17.859 INFO O| Dec 18 21:38:17.859 INFO STEP 58 (ensure_file) COMPLETE
93832024-12-18T21:38:19.466Z[ host-image] Dec 18 21:38:17.859 INFO O| Dec 18 21:38:17.859 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842024-12-18T21:38:19.508Z[ host-image] Dec 18 21:38:17.904 INFO O| Dec 18 21:38:17.904 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93852024-12-18T21:38:19.508Z[ host-image] Dec 18 21:38:17.905 INFO O| Dec 18 21:38:17.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93862024-12-18T21:38:19.511Z[ host-image] Dec 18 21:38:17.905 INFO O| Dec 18 21:38:17.905 INFO STEP 59 (ensure_dir) COMPLETE
93872024-12-18T21:38:19.511Z[ host-image] Dec 18 21:38:17.905 INFO O| Dec 18 21:38:17.905 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-12-18T21:38:19.550Z[ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93892024-12-18T21:38:19.550Z[ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO copying /tmp/.tmpofmGFj/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 ...
93902024-12-18T21:38:19.553Z[ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93912024-12-18T21:38:19.553Z[ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO ok!
93922024-12-18T21:38:19.554Z[ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO STEP 60 (ensure_file) COMPLETE
93932024-12-18T21:38:19.554Z[ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-12-18T21:38:19.575Z[ host-image] Dec 18 21:38:17.970 INFO O| Dec 18 21:38:17.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93952024-12-18T21:38:19.575Z[ host-image] Dec 18 21:38:17.970 INFO O| Dec 18 21:38:17.970 INFO copying /tmp/.tmpofmGFj/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 ...
93962024-12-18T21:38:19.577Z[ host-image] Dec 18 21:38:17.971 INFO O| Dec 18 21:38:17.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93972024-12-18T21:38:19.578Z[ host-image] Dec 18 21:38:17.971 INFO O| Dec 18 21:38:17.970 INFO ok!
93982024-12-18T21:38:19.578Z[ host-image] Dec 18 21:38:17.971 INFO O| Dec 18 21:38:17.971 INFO STEP 61 (ensure_file) COMPLETE
93992024-12-18T21:38:19.578Z[ host-image] Dec 18 21:38:17.971 INFO O| Dec 18 21:38:17.971 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-12-18T21:38:19.596Z[ host-image] Dec 18 21:38:17.991 INFO O| Dec 18 21:38:17.991 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94012024-12-18T21:38:19.596Z[ host-image] Dec 18 21:38:17.991 INFO O| Dec 18 21:38:17.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94022024-12-18T21:38:19.599Z[ host-image] Dec 18 21:38:17.991 INFO O| Dec 18 21:38:17.991 INFO STEP 62 (ensure_dir) COMPLETE
94032024-12-18T21:38:19.599Z[ host-image] Dec 18 21:38:17.991 INFO O| Dec 18 21:38:17.991 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-12-18T21:38:19.648Z[ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94052024-12-18T21:38:19.648Z[ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO copying /tmp/.tmpofmGFj/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 ...
94062024-12-18T21:38:19.652Z[ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94072024-12-18T21:38:19.652Z[ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO ok!
94082024-12-18T21:38:19.652Z[ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO STEP 63 (ensure_file) COMPLETE
94092024-12-18T21:38:19.653Z[ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-12-18T21:38:19.668Z[ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94112024-12-18T21:38:19.668Z[ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO copying /tmp/.tmpofmGFj/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 ...
94122024-12-18T21:38:19.668Z[ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94132024-12-18T21:38:19.671Z[ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO ok!
94142024-12-18T21:38:19.671Z[ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO STEP 64 (ensure_file) COMPLETE
94152024-12-18T21:38:19.671Z[ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-12-18T21:38:19.689Z[ host-image] Dec 18 21:38:18.086 INFO O| Dec 18 21:38:18.086 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94172024-12-18T21:38:19.689Z[ host-image] Dec 18 21:38:18.086 INFO O| Dec 18 21:38:18.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94182024-12-18T21:38:19.692Z[ host-image] Dec 18 21:38:18.086 INFO O| Dec 18 21:38:18.086 INFO STEP 65 (ensure_dir) COMPLETE
94192024-12-18T21:38:19.692Z[ host-image] Dec 18 21:38:18.086 INFO O| Dec 18 21:38:18.086 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-12-18T21:38:19.709Z[ host-image] Dec 18 21:38:18.105 INFO O| Dec 18 21:38:18.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94212024-12-18T21:38:19.709Z[ host-image] Dec 18 21:38:18.105 INFO O| Dec 18 21:38:18.105 INFO copying /tmp/.tmpofmGFj/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 ...
94222024-12-18T21:38:19.712Z[ host-image] Dec 18 21:38:18.105 INFO O| Dec 18 21:38:18.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94232024-12-18T21:38:19.712Z[ host-image] Dec 18 21:38:18.105 INFO O| Dec 18 21:38:18.105 INFO ok!
94242024-12-18T21:38:19.712Z[ host-image] Dec 18 21:38:18.106 INFO O| Dec 18 21:38:18.106 INFO STEP 66 (ensure_file) COMPLETE
94252024-12-18T21:38:19.712Z[ host-image] Dec 18 21:38:18.106 INFO O| Dec 18 21:38:18.106 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-12-18T21:38:19.730Z[ host-image] Dec 18 21:38:18.126 INFO O| Dec 18 21:38:18.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94272024-12-18T21:38:19.730Z[ host-image] Dec 18 21:38:18.126 INFO O| Dec 18 21:38:18.126 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94282024-12-18T21:38:19.730Z[ host-image] Dec 18 21:38:18.126 INFO O| Dec 18 21:38:18.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94292024-12-18T21:38:19.732Z[ host-image] Dec 18 21:38:18.126 INFO O| Dec 18 21:38:18.126 INFO ok!
94302024-12-18T21:38:19.732Z[ host-image] Dec 18 21:38:18.127 INFO O| Dec 18 21:38:18.126 INFO STEP 67 (ensure_file) COMPLETE
94312024-12-18T21:38:19.732Z[ host-image] Dec 18 21:38:18.127 INFO O| Dec 18 21:38:18.127 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-12-18T21:38:19.751Z[ host-image] Dec 18 21:38:18.148 INFO O| Dec 18 21:38:18.148 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94332024-12-18T21:38:19.751Z[ host-image] Dec 18 21:38:18.148 INFO O| Dec 18 21:38:18.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94342024-12-18T21:38:19.754Z[ host-image] Dec 18 21:38:18.148 INFO O| Dec 18 21:38:18.148 INFO STEP 68 (ensure_dir) COMPLETE
94352024-12-18T21:38:19.754Z[ host-image] Dec 18 21:38:18.148 INFO O| Dec 18 21:38:18.148 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-12-18T21:38:19.771Z[ host-image] Dec 18 21:38:18.167 INFO O| Dec 18 21:38:18.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94372024-12-18T21:38:19.774Z[ host-image] Dec 18 21:38:18.167 INFO O| Dec 18 21:38:18.167 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94382024-12-18T21:38:21.368Z[ host-image] Dec 18 21:38:19.764 INFO O| Dec 18 21:38:19.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94392024-12-18T21:38:21.368Z[ host-image] Dec 18 21:38:19.764 INFO O| Dec 18 21:38:19.764 INFO ok!
94402024-12-18T21:38:21.371Z[ host-image] Dec 18 21:38:19.764 INFO O| Dec 18 21:38:19.764 INFO STEP 69 (ensure_file) COMPLETE
94412024-12-18T21:38:21.371Z[ host-image] Dec 18 21:38:19.764 INFO O| Dec 18 21:38:19.764 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-12-18T21:38:21.432Z[ host-image] Dec 18 21:38:19.817 INFO O| Dec 18 21:38:19.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94432024-12-18T21:38:21.432Z[ host-image] Dec 18 21:38:19.817 INFO O| Dec 18 21:38:19.817 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94442024-12-18T21:38:23.602Z[ host-image] Dec 18 21:38:21.997 INFO O| Dec 18 21:38:21.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94452024-12-18T21:38:23.602Z[ host-image] Dec 18 21:38:21.997 INFO O| Dec 18 21:38:21.996 INFO ok!
94462024-12-18T21:38:23.605Z[ host-image] Dec 18 21:38:21.997 INFO O| Dec 18 21:38:21.996 INFO STEP 70 (ensure_file) COMPLETE
94472024-12-18T21:38:23.606Z[ host-image] Dec 18 21:38:21.997 INFO O| Dec 18 21:38:21.997 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-12-18T21:38:23.631Z[ host-image] Dec 18 21:38:22.027 INFO O| Dec 18 21:38:22.015 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94492024-12-18T21:38:23.632Z[ host-image] Dec 18 21:38:22.027 INFO O| Dec 18 21:38:22.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94502024-12-18T21:38:23.635Z[ host-image] Dec 18 21:38:22.027 INFO O| Dec 18 21:38:22.015 INFO STEP 71 (ensure_dir) COMPLETE
94512024-12-18T21:38:23.635Z[ host-image] Dec 18 21:38:22.027 INFO O| Dec 18 21:38:22.015 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-12-18T21:38:23.639Z[ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94532024-12-18T21:38:23.639Z[ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO copying /tmp/.tmpofmGFj/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 ...
94542024-12-18T21:38:23.639Z[ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94552024-12-18T21:38:23.639Z[ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO ok!
94562024-12-18T21:38:23.639Z[ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO STEP 72 (ensure_file) COMPLETE
94572024-12-18T21:38:23.639Z[ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-12-18T21:38:23.665Z[ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94592024-12-18T21:38:23.665Z[ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO copying /tmp/.tmpofmGFj/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 ...
94602024-12-18T21:38:23.665Z[ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94612024-12-18T21:38:23.667Z[ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO ok!
94622024-12-18T21:38:23.667Z[ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO STEP 73 (ensure_file) COMPLETE
94632024-12-18T21:38:23.667Z[ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-12-18T21:38:23.721Z[ host-image] Dec 18 21:38:22.116 INFO O| Dec 18 21:38:22.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94652024-12-18T21:38:23.721Z[ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.116 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94662024-12-18T21:38:23.736Z[ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94672024-12-18T21:38:23.736Z[ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.117 INFO ok!
94682024-12-18T21:38:23.736Z[ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.117 INFO STEP 74 (ensure_file) COMPLETE
94692024-12-18T21:38:23.736Z[ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.117 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-12-18T21:38:23.803Z[ host-image] Dec 18 21:38:22.198 INFO O| Dec 18 21:38:22.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94712024-12-18T21:38:23.803Z[ host-image] Dec 18 21:38:22.198 INFO O| Dec 18 21:38:22.198 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94722024-12-18T21:38:23.803Z[ host-image] Dec 18 21:38:22.199 INFO O| Dec 18 21:38:22.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94732024-12-18T21:38:23.803Z[ host-image] Dec 18 21:38:22.199 INFO O| Dec 18 21:38:22.199 INFO ok!
94742024-12-18T21:38:23.806Z[ host-image] Dec 18 21:38:22.199 INFO O| Dec 18 21:38:22.199 INFO STEP 75 (ensure_file) COMPLETE
94752024-12-18T21:38:23.806Z[ host-image] Dec 18 21:38:22.199 INFO O| Dec 18 21:38:22.199 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-12-18T21:38:23.823Z[ host-image] Dec 18 21:38:22.218 INFO O| Dec 18 21:38:22.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94772024-12-18T21:38:23.824Z[ host-image] Dec 18 21:38:22.219 INFO O| Dec 18 21:38:22.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94782024-12-18T21:38:23.828Z[ host-image] Dec 18 21:38:22.219 INFO O| Dec 18 21:38:22.219 INFO STEP 76 (ensure_dir) COMPLETE
94792024-12-18T21:38:23.828Z[ host-image] Dec 18 21:38:22.219 INFO O| Dec 18 21:38:22.219 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-12-18T21:38:23.843Z[ host-image] Dec 18 21:38:22.238 INFO O| Dec 18 21:38:22.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94812024-12-18T21:38:23.843Z[ host-image] Dec 18 21:38:22.238 INFO O| Dec 18 21:38:22.238 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94822024-12-18T21:38:23.849Z[ host-image] Dec 18 21:38:22.242 INFO O| Dec 18 21:38:22.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94832024-12-18T21:38:23.849Z[ host-image] Dec 18 21:38:22.242 INFO O| Dec 18 21:38:22.242 INFO ok!
94842024-12-18T21:38:23.849Z[ host-image] Dec 18 21:38:22.242 INFO O| Dec 18 21:38:22.242 INFO STEP 77 (ensure_file) COMPLETE
94852024-12-18T21:38:23.849Z[ host-image] Dec 18 21:38:22.242 INFO O| Dec 18 21:38:22.242 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-12-18T21:38:23.867Z[ host-image] Dec 18 21:38:22.262 INFO O| Dec 18 21:38:22.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94872024-12-18T21:38:23.867Z[ host-image] Dec 18 21:38:22.262 INFO O| Dec 18 21:38:22.262 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94882024-12-18T21:38:23.870Z[ host-image] Dec 18 21:38:22.262 INFO O| Dec 18 21:38:22.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94892024-12-18T21:38:23.870Z[ host-image] Dec 18 21:38:22.262 INFO O| Dec 18 21:38:22.262 INFO ok!
94902024-12-18T21:38:23.870Z[ host-image] Dec 18 21:38:22.263 INFO O| Dec 18 21:38:22.262 INFO STEP 78 (ensure_file) COMPLETE
94912024-12-18T21:38:23.871Z[ host-image] Dec 18 21:38:22.263 INFO O| Dec 18 21:38:22.262 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-12-18T21:38:23.886Z[ host-image] Dec 18 21:38:22.280 INFO O| Dec 18 21:38:22.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94932024-12-18T21:38:23.886Z[ host-image] Dec 18 21:38:22.280 INFO O| Dec 18 21:38:22.280 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94942024-12-18T21:38:24.465Z[ recovery-image] Dec 18 21:38:22.858 INFO E| Finished `release` profile [optimized] target(s) in 1m 17s
94952024-12-18T21:38:24.510Z[ recovery-image] Dec 18 21:38:22.899 INFO building host image...
94962024-12-18T21:38:24.513Z[ recovery-image] Dec 18 21:38:22.900 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")
94972024-12-18T21:38:25.602Z[ recovery-image] Dec 18 21:38:23.997 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94982024-12-18T21:38:25.656Z[ host-image] Dec 18 21:38:24.051 INFO O| Dec 18 21:38:24.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94992024-12-18T21:38:25.656Z[ host-image] Dec 18 21:38:24.051 INFO O| Dec 18 21:38:24.051 INFO ok!
95002024-12-18T21:38:25.656Z[ host-image] Dec 18 21:38:24.051 INFO O| Dec 18 21:38:24.051 INFO STEP 79 (ensure_file) COMPLETE
95012024-12-18T21:38:25.656Z[ host-image] Dec 18 21:38:24.051 INFO O| Dec 18 21:38:24.051 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-18T21:38:25.676Z[ host-image] Dec 18 21:38:24.070 INFO O| Dec 18 21:38:24.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95032024-12-18T21:38:25.676Z[ host-image] Dec 18 21:38:24.070 INFO O| Dec 18 21:38:24.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95042024-12-18T21:38:25.676Z[ host-image] Dec 18 21:38:24.070 INFO O| Dec 18 21:38:24.070 INFO STEP 80 (ensure_dir) COMPLETE
95052024-12-18T21:38:25.679Z[ host-image] Dec 18 21:38:24.070 INFO O| Dec 18 21:38:24.070 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-12-18T21:38:25.726Z[ host-image] Dec 18 21:38:24.121 INFO O| Dec 18 21:38:24.121 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95072024-12-18T21:38:25.726Z[ host-image] Dec 18 21:38:24.122 INFO O| Dec 18 21:38:24.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95082024-12-18T21:38:25.727Z[ host-image] Dec 18 21:38:24.122 INFO O| Dec 18 21:38:24.122 INFO STEP 81 (ensure_dir) COMPLETE
95092024-12-18T21:38:25.729Z[ host-image] Dec 18 21:38:24.122 INFO O| Dec 18 21:38:24.122 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-12-18T21:38:25.753Z[ host-image] Dec 18 21:38:24.148 INFO O| Dec 18 21:38:24.148 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95112024-12-18T21:38:25.757Z[ host-image] Dec 18 21:38:24.149 INFO O| Dec 18 21:38:24.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95122024-12-18T21:38:25.757Z[ host-image] Dec 18 21:38:24.149 INFO O| Dec 18 21:38:24.149 INFO STEP 82 (ensure_dir) COMPLETE
95132024-12-18T21:38:25.757Z[ host-image] Dec 18 21:38:24.149 INFO O| Dec 18 21:38:24.149 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-12-18T21:38:25.775Z[ host-image] Dec 18 21:38:24.170 INFO O| Dec 18 21:38:24.170 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95152024-12-18T21:38:25.777Z[ host-image] Dec 18 21:38:24.170 INFO O| Dec 18 21:38:24.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95162024-12-18T21:38:25.777Z[ host-image] Dec 18 21:38:24.170 INFO O| Dec 18 21:38:24.170 INFO STEP 83 (ensure_dir) COMPLETE
95172024-12-18T21:38:25.777Z[ host-image] Dec 18 21:38:24.170 INFO O| Dec 18 21:38:24.170 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-12-18T21:38:25.796Z[ host-image] Dec 18 21:38:24.190 INFO O| Dec 18 21:38:24.190 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95192024-12-18T21:38:25.799Z[ host-image] Dec 18 21:38:24.191 INFO O| Dec 18 21:38:24.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95202024-12-18T21:38:25.799Z[ host-image] Dec 18 21:38:24.191 INFO O| Dec 18 21:38:24.191 INFO STEP 84 (ensure_dir) COMPLETE
95212024-12-18T21:38:25.799Z[ host-image] Dec 18 21:38:24.191 INFO O| Dec 18 21:38:24.191 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-18T21:38:25.815Z[ host-image] Dec 18 21:38:24.210 INFO O| Dec 18 21:38:24.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95232024-12-18T21:38:25.816Z[ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.210 INFO copying /tmp/.tmpofmGFj/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 ...
95242024-12-18T21:38:25.818Z[ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95252024-12-18T21:38:25.818Z[ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.211 INFO ok!
95262024-12-18T21:38:25.819Z[ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.211 INFO STEP 85 (ensure_file) COMPLETE
95272024-12-18T21:38:25.819Z[ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.211 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-18T21:38:25.834Z[ host-image] Dec 18 21:38:24.229 INFO O| Dec 18 21:38:24.229 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95292024-12-18T21:38:25.837Z[ host-image] Dec 18 21:38:24.229 INFO O| Dec 18 21:38:24.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95302024-12-18T21:38:25.837Z[ host-image] Dec 18 21:38:24.229 INFO O| Dec 18 21:38:24.229 INFO STEP 86 (ensure_dir) COMPLETE
95312024-12-18T21:38:25.837Z[ host-image] Dec 18 21:38:24.229 INFO O| Dec 18 21:38:24.229 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-12-18T21:38:25.853Z[ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95332024-12-18T21:38:25.853Z[ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95342024-12-18T21:38:25.857Z[ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95352024-12-18T21:38:25.857Z[ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO ok!
95362024-12-18T21:38:25.857Z[ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO STEP 87 (ensure_file) COMPLETE
95372024-12-18T21:38:25.857Z[ host-image] Dec 18 21:38:24.249 INFO O| Dec 18 21:38:24.249 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-12-18T21:38:25.870Z[ host-image] Dec 18 21:38:24.265 INFO O| Dec 18 21:38:24.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95392024-12-18T21:38:25.870Z[ host-image] Dec 18 21:38:24.265 INFO O| Dec 18 21:38:24.265 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95402024-12-18T21:38:26.466Z[ host-image] Dec 18 21:38:24.861 INFO O| Dec 18 21:38:24.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95412024-12-18T21:38:26.466Z[ host-image] Dec 18 21:38:24.861 INFO O| Dec 18 21:38:24.861 INFO ok!
95422024-12-18T21:38:26.469Z[ host-image] Dec 18 21:38:24.861 INFO O| Dec 18 21:38:24.861 INFO STEP 88 (ensure_file) COMPLETE
95432024-12-18T21:38:26.469Z[ host-image] Dec 18 21:38:24.861 INFO O| Dec 18 21:38:24.861 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-12-18T21:38:26.483Z[ host-image] Dec 18 21:38:24.877 INFO O| Dec 18 21:38:24.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95452024-12-18T21:38:26.484Z[ host-image] Dec 18 21:38:24.878 INFO O| Dec 18 21:38:24.877 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95462024-12-18T21:38:27.207Z[ host-image] Dec 18 21:38:25.602 INFO O| Dec 18 21:38:25.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95472024-12-18T21:38:27.207Z[ host-image] Dec 18 21:38:25.602 INFO O| Dec 18 21:38:25.602 INFO ok!
95482024-12-18T21:38:27.210Z[ host-image] Dec 18 21:38:25.602 INFO O| Dec 18 21:38:25.602 INFO STEP 89 (ensure_file) COMPLETE
95492024-12-18T21:38:27.210Z[ host-image] Dec 18 21:38:25.602 INFO O| Dec 18 21:38:25.602 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-18T21:38:27.240Z[ host-image] Dec 18 21:38:25.634 INFO O| Dec 18 21:38:25.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95512024-12-18T21:38:27.243Z[ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.634 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95522024-12-18T21:38:27.243Z[ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95532024-12-18T21:38:27.243Z[ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.635 INFO ok!
95542024-12-18T21:38:27.243Z[ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.635 INFO STEP 90 (ensure_file) COMPLETE
95552024-12-18T21:38:27.243Z[ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.635 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-12-18T21:38:27.258Z[ host-image] Dec 18 21:38:25.652 INFO O| Dec 18 21:38:25.652 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95572024-12-18T21:38:27.261Z[ host-image] Dec 18 21:38:25.652 INFO O| Dec 18 21:38:25.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95582024-12-18T21:38:27.261Z[ host-image] Dec 18 21:38:25.653 INFO O| Dec 18 21:38:25.652 INFO STEP 91 (ensure_dir) COMPLETE
95592024-12-18T21:38:27.261Z[ host-image] Dec 18 21:38:25.653 INFO O| Dec 18 21:38:25.653 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-12-18T21:38:27.276Z[ host-image] Dec 18 21:38:25.671 INFO O| Dec 18 21:38:25.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95612024-12-18T21:38:27.276Z[ host-image] Dec 18 21:38:25.671 INFO O| Dec 18 21:38:25.671 INFO copying /tmp/.tmpofmGFj/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 ...
95622024-12-18T21:38:27.279Z[ host-image] Dec 18 21:38:25.671 INFO O| Dec 18 21:38:25.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95632024-12-18T21:38:27.280Z[ host-image] Dec 18 21:38:25.672 INFO O| Dec 18 21:38:25.671 INFO ok!
95642024-12-18T21:38:27.280Z[ host-image] Dec 18 21:38:25.672 INFO O| Dec 18 21:38:25.672 INFO STEP 92 (ensure_file) COMPLETE
95652024-12-18T21:38:27.280Z[ host-image] Dec 18 21:38:25.672 INFO O| Dec 18 21:38:25.672 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-12-18T21:38:27.295Z[ host-image] Dec 18 21:38:25.690 INFO O| Dec 18 21:38:25.690 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95672024-12-18T21:38:27.295Z[ host-image] Dec 18 21:38:25.690 INFO O| Dec 18 21:38:25.690 INFO copying /tmp/.tmpofmGFj/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 ...
95682024-12-18T21:38:27.298Z[ host-image] Dec 18 21:38:25.690 INFO O| Dec 18 21:38:25.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95692024-12-18T21:38:27.298Z[ host-image] Dec 18 21:38:25.691 INFO O| Dec 18 21:38:25.690 INFO ok!
95702024-12-18T21:38:27.298Z[ host-image] Dec 18 21:38:25.691 INFO O| Dec 18 21:38:25.691 INFO STEP 93 (ensure_file) COMPLETE
95712024-12-18T21:38:27.298Z[ host-image] Dec 18 21:38:25.691 INFO O| Dec 18 21:38:25.691 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-12-18T21:38:27.315Z[ host-image] Dec 18 21:38:25.710 INFO O| Dec 18 21:38:25.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95732024-12-18T21:38:27.315Z[ host-image] Dec 18 21:38:25.710 INFO O| Dec 18 21:38:25.710 INFO copying /tmp/.tmpofmGFj/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 ...
95742024-12-18T21:38:27.318Z[ host-image] Dec 18 21:38:25.710 INFO O| Dec 18 21:38:25.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95752024-12-18T21:38:27.318Z[ host-image] Dec 18 21:38:25.711 INFO O| Dec 18 21:38:25.710 INFO ok!
95762024-12-18T21:38:27.318Z[ host-image] Dec 18 21:38:25.711 INFO O| Dec 18 21:38:25.711 INFO STEP 94 (ensure_file) COMPLETE
95772024-12-18T21:38:27.318Z[ host-image] Dec 18 21:38:25.711 INFO O| Dec 18 21:38:25.711 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-12-18T21:38:27.334Z[ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95792024-12-18T21:38:27.334Z[ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO copying /tmp/.tmpofmGFj/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 ...
95802024-12-18T21:38:27.337Z[ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95812024-12-18T21:38:27.337Z[ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO ok!
95822024-12-18T21:38:27.337Z[ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO STEP 95 (ensure_file) COMPLETE
95832024-12-18T21:38:27.337Z[ host-image] Dec 18 21:38:25.730 INFO O| Dec 18 21:38:25.730 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-12-18T21:38:27.369Z[ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95852024-12-18T21:38:27.370Z[ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO copying /tmp/.tmpofmGFj/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 ...
95862024-12-18T21:38:27.370Z[ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95872024-12-18T21:38:27.373Z[ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO ok!
95882024-12-18T21:38:27.373Z[ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO STEP 96 (ensure_file) COMPLETE
95892024-12-18T21:38:27.373Z[ host-image] Dec 18 21:38:25.764 INFO O| Dec 18 21:38:25.763 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902024-12-18T21:38:27.403Z[ host-image] Dec 18 21:38:25.797 INFO O| Dec 18 21:38:25.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95912024-12-18T21:38:27.403Z[ host-image] Dec 18 21:38:25.797 INFO O| Dec 18 21:38:25.797 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95922024-12-18T21:38:27.403Z[ host-image] Dec 18 21:38:25.797 INFO O| Dec 18 21:38:25.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95932024-12-18T21:38:27.403Z[ host-image] Dec 18 21:38:25.798 INFO O| Dec 18 21:38:25.797 INFO ok!
95942024-12-18T21:38:27.406Z[ host-image] Dec 18 21:38:25.798 INFO O| Dec 18 21:38:25.798 INFO STEP 97 (ensure_file) COMPLETE
95952024-12-18T21:38:27.406Z[ host-image] Dec 18 21:38:25.798 INFO O| Dec 18 21:38:25.798 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962024-12-18T21:38:27.439Z[ host-image] Dec 18 21:38:25.833 INFO O| Dec 18 21:38:25.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95972024-12-18T21:38:27.443Z[ host-image] Dec 18 21:38:25.833 INFO O| Dec 18 21:38:25.833 INFO copying /tmp/.tmpofmGFj/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 ...
95982024-12-18T21:38:27.444Z[ host-image] Dec 18 21:38:25.834 INFO O| Dec 18 21:38:25.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95992024-12-18T21:38:27.445Z[ host-image] Dec 18 21:38:25.834 INFO O| Dec 18 21:38:25.834 INFO ok!
96002024-12-18T21:38:27.445Z[ host-image] Dec 18 21:38:25.834 INFO O| Dec 18 21:38:25.834 INFO STEP 98 (ensure_file) COMPLETE
96012024-12-18T21:38:27.445Z[ host-image] Dec 18 21:38:25.834 INFO O| Dec 18 21:38:25.834 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96022024-12-18T21:38:27.471Z[ host-image] Dec 18 21:38:25.865 INFO O| Dec 18 21:38:25.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96032024-12-18T21:38:27.471Z[ host-image] Dec 18 21:38:25.865 INFO O| Dec 18 21:38:25.865 INFO copying /tmp/.tmpofmGFj/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 ...
96042024-12-18T21:38:27.474Z[ host-image] Dec 18 21:38:25.866 INFO O| Dec 18 21:38:25.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96052024-12-18T21:38:27.474Z[ host-image] Dec 18 21:38:25.866 INFO O| Dec 18 21:38:25.866 INFO ok!
96062024-12-18T21:38:27.474Z[ host-image] Dec 18 21:38:25.866 INFO O| Dec 18 21:38:25.866 INFO STEP 99 (ensure_file) COMPLETE
96072024-12-18T21:38:27.474Z[ host-image] Dec 18 21:38:25.866 INFO O| Dec 18 21:38:25.866 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96082024-12-18T21:38:27.492Z[ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96092024-12-18T21:38:27.492Z[ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.885 INFO copying /tmp/.tmpofmGFj/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 ...
96102024-12-18T21:38:27.495Z[ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96112024-12-18T21:38:27.495Z[ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.886 INFO ok!
96122024-12-18T21:38:27.495Z[ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.886 INFO STEP 100 (ensure_file) COMPLETE
96132024-12-18T21:38:27.496Z[ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.886 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142024-12-18T21:38:27.511Z[ host-image] Dec 18 21:38:25.905 INFO O| Dec 18 21:38:25.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96152024-12-18T21:38:27.514Z[ host-image] Dec 18 21:38:25.905 INFO O| Dec 18 21:38:25.905 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96162024-12-18T21:38:27.514Z[ host-image] Dec 18 21:38:25.905 INFO O| Dec 18 21:38:25.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96172024-12-18T21:38:27.514Z[ host-image] Dec 18 21:38:25.906 INFO O| Dec 18 21:38:25.905 INFO ok!
96182024-12-18T21:38:27.514Z[ host-image] Dec 18 21:38:25.906 INFO O| Dec 18 21:38:25.906 INFO STEP 101 (ensure_file) COMPLETE
96192024-12-18T21:38:27.514Z[ host-image] Dec 18 21:38:25.906 INFO O| Dec 18 21:38:25.906 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96202024-12-18T21:38:27.530Z[ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96212024-12-18T21:38:27.530Z[ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO copying /tmp/.tmpofmGFj/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 ...
96222024-12-18T21:38:27.532Z[ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96232024-12-18T21:38:27.532Z[ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO ok!
96242024-12-18T21:38:27.532Z[ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO STEP 102 (ensure_file) COMPLETE
96252024-12-18T21:38:27.532Z[ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262024-12-18T21:38:27.547Z[ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96272024-12-18T21:38:27.548Z[ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO copying /tmp/.tmpofmGFj/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 ...
96282024-12-18T21:38:27.548Z[ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96292024-12-18T21:38:27.548Z[ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO ok!
96302024-12-18T21:38:27.551Z[ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO STEP 103 (ensure_file) COMPLETE
96312024-12-18T21:38:27.551Z[ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322024-12-18T21:38:27.579Z[ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96332024-12-18T21:38:27.579Z[ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO copying /tmp/.tmpofmGFj/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 ...
96342024-12-18T21:38:27.582Z[ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96352024-12-18T21:38:27.582Z[ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO ok!
96362024-12-18T21:38:27.582Z[ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO STEP 104 (ensure_file) COMPLETE
96372024-12-18T21:38:27.582Z[ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382024-12-18T21:38:27.614Z[ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96392024-12-18T21:38:27.614Z[ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO copying /tmp/.tmpofmGFj/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 ...
96402024-12-18T21:38:27.618Z[ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96412024-12-18T21:38:27.618Z[ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO ok!
96422024-12-18T21:38:27.618Z[ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO STEP 105 (ensure_file) COMPLETE
96432024-12-18T21:38:27.618Z[ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442024-12-18T21:38:27.656Z[ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96452024-12-18T21:38:27.656Z[ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO copying /tmp/.tmpofmGFj/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 ...
96462024-12-18T21:38:27.656Z[ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96472024-12-18T21:38:27.659Z[ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO ok!
96482024-12-18T21:38:27.659Z[ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO STEP 106 (ensure_file) COMPLETE
96492024-12-18T21:38:27.659Z[ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502024-12-18T21:38:27.681Z[ host-image] Dec 18 21:38:26.075 INFO O| Dec 18 21:38:26.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96512024-12-18T21:38:27.681Z[ host-image] Dec 18 21:38:26.075 INFO O| Dec 18 21:38:26.075 INFO copying /tmp/.tmpofmGFj/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 ...
96522024-12-18T21:38:27.684Z[ host-image] Dec 18 21:38:26.076 INFO O| Dec 18 21:38:26.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96532024-12-18T21:38:27.684Z[ host-image] Dec 18 21:38:26.076 INFO O| Dec 18 21:38:26.076 INFO ok!
96542024-12-18T21:38:27.685Z[ host-image] Dec 18 21:38:26.076 INFO O| Dec 18 21:38:26.076 INFO STEP 107 (ensure_file) COMPLETE
96552024-12-18T21:38:27.685Z[ host-image] Dec 18 21:38:26.076 INFO O| Dec 18 21:38:26.076 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562024-12-18T21:38:27.740Z[ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96572024-12-18T21:38:27.740Z[ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO copying /tmp/.tmpofmGFj/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 ...
96582024-12-18T21:38:27.740Z[ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96592024-12-18T21:38:27.740Z[ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO ok!
96602024-12-18T21:38:27.740Z[ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO STEP 108 (ensure_file) COMPLETE
96612024-12-18T21:38:27.743Z[ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622024-12-18T21:38:27.758Z[ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96632024-12-18T21:38:27.758Z[ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO copying /tmp/.tmpofmGFj/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 ...
96642024-12-18T21:38:27.760Z[ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96652024-12-18T21:38:27.760Z[ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO ok!
96662024-12-18T21:38:27.760Z[ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO STEP 109 (ensure_file) COMPLETE
96672024-12-18T21:38:27.761Z[ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682024-12-18T21:38:27.786Z[ host-image] Dec 18 21:38:26.180 INFO O| Dec 18 21:38:26.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96692024-12-18T21:38:27.786Z[ host-image] Dec 18 21:38:26.180 INFO O| Dec 18 21:38:26.180 INFO copying /tmp/.tmpofmGFj/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 ...
96702024-12-18T21:38:27.789Z[ host-image] Dec 18 21:38:26.181 INFO O| Dec 18 21:38:26.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96712024-12-18T21:38:27.789Z[ host-image] Dec 18 21:38:26.181 INFO O| Dec 18 21:38:26.181 INFO ok!
96722024-12-18T21:38:27.789Z[ host-image] Dec 18 21:38:26.181 INFO O| Dec 18 21:38:26.181 INFO STEP 110 (ensure_file) COMPLETE
96732024-12-18T21:38:27.789Z[ host-image] Dec 18 21:38:26.181 INFO O| Dec 18 21:38:26.181 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742024-12-18T21:38:27.805Z[ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96752024-12-18T21:38:27.805Z[ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO copying /tmp/.tmpofmGFj/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 ...
96762024-12-18T21:38:27.808Z[ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96772024-12-18T21:38:27.808Z[ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO ok!
96782024-12-18T21:38:27.809Z[ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO STEP 111 (ensure_file) COMPLETE
96792024-12-18T21:38:27.809Z[ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802024-12-18T21:38:27.823Z[ host-image] Dec 18 21:38:26.218 INFO O| Dec 18 21:38:26.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96812024-12-18T21:38:27.824Z[ host-image] Dec 18 21:38:26.218 INFO O| Dec 18 21:38:26.218 INFO copying /tmp/.tmpofmGFj/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 ...
96822024-12-18T21:38:27.826Z[ host-image] Dec 18 21:38:26.218 INFO O| Dec 18 21:38:26.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96832024-12-18T21:38:27.826Z[ host-image] Dec 18 21:38:26.219 INFO O| Dec 18 21:38:26.219 INFO ok!
96842024-12-18T21:38:27.826Z[ host-image] Dec 18 21:38:26.219 INFO O| Dec 18 21:38:26.219 INFO STEP 112 (ensure_file) COMPLETE
96852024-12-18T21:38:27.826Z[ host-image] Dec 18 21:38:26.219 INFO O| Dec 18 21:38:26.219 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862024-12-18T21:38:27.851Z[ host-image] Dec 18 21:38:26.245 INFO O| Dec 18 21:38:26.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96872024-12-18T21:38:27.851Z[ host-image] Dec 18 21:38:26.245 INFO O| Dec 18 21:38:26.245 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
96882024-12-18T21:38:27.854Z[ host-image] Dec 18 21:38:26.246 INFO O| Dec 18 21:38:26.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96892024-12-18T21:38:27.854Z[ host-image] Dec 18 21:38:26.246 INFO O| Dec 18 21:38:26.246 INFO ok!
96902024-12-18T21:38:27.854Z[ host-image] Dec 18 21:38:26.246 INFO O| Dec 18 21:38:26.246 INFO STEP 113 (ensure_file) COMPLETE
96912024-12-18T21:38:27.854Z[ host-image] Dec 18 21:38:26.246 INFO O| Dec 18 21:38:26.246 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922024-12-18T21:38:27.925Z[ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96932024-12-18T21:38:27.925Z[ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO copying /tmp/.tmpofmGFj/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 ...
96942024-12-18T21:38:27.928Z[ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96952024-12-18T21:38:27.928Z[ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO ok!
96962024-12-18T21:38:27.928Z[ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO STEP 114 (ensure_file) COMPLETE
96972024-12-18T21:38:27.928Z[ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982024-12-18T21:38:27.944Z[ host-image] Dec 18 21:38:26.338 INFO O| Dec 18 21:38:26.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96992024-12-18T21:38:27.946Z[ host-image] Dec 18 21:38:26.338 INFO O| Dec 18 21:38:26.338 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
97002024-12-18T21:38:27.946Z[ host-image] Dec 18 21:38:26.339 INFO O| Dec 18 21:38:26.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97012024-12-18T21:38:27.946Z[ host-image] Dec 18 21:38:26.339 INFO O| Dec 18 21:38:26.338 INFO ok!
97022024-12-18T21:38:27.947Z[ host-image] Dec 18 21:38:26.339 INFO O| Dec 18 21:38:26.339 INFO STEP 115 (ensure_file) COMPLETE
97032024-12-18T21:38:27.947Z[ host-image] Dec 18 21:38:26.339 INFO O| Dec 18 21:38:26.339 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042024-12-18T21:38:27.984Z[ host-image] Dec 18 21:38:26.378 INFO O| Dec 18 21:38:26.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97052024-12-18T21:38:27.984Z[ host-image] Dec 18 21:38:26.378 INFO O| Dec 18 21:38:26.378 INFO copying /tmp/.tmpofmGFj/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 ...
97062024-12-18T21:38:27.987Z[ host-image] Dec 18 21:38:26.378 INFO O| Dec 18 21:38:26.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97072024-12-18T21:38:27.987Z[ host-image] Dec 18 21:38:26.379 INFO O| Dec 18 21:38:26.379 INFO ok!
97082024-12-18T21:38:27.987Z[ host-image] Dec 18 21:38:26.379 INFO O| Dec 18 21:38:26.379 INFO STEP 116 (ensure_file) COMPLETE
97092024-12-18T21:38:27.987Z[ host-image] Dec 18 21:38:26.379 INFO O| Dec 18 21:38:26.379 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102024-12-18T21:38:28.005Z[ host-image] Dec 18 21:38:26.399 INFO O| Dec 18 21:38:26.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97112024-12-18T21:38:28.005Z[ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.399 INFO copying /tmp/.tmpofmGFj/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 ...
97122024-12-18T21:38:28.009Z[ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97132024-12-18T21:38:28.009Z[ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.400 INFO ok!
97142024-12-18T21:38:28.009Z[ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.400 INFO STEP 117 (ensure_file) COMPLETE
97152024-12-18T21:38:28.010Z[ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.400 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162024-12-18T21:38:28.025Z[ host-image] Dec 18 21:38:26.419 INFO O| Dec 18 21:38:26.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97172024-12-18T21:38:28.025Z[ host-image] Dec 18 21:38:26.419 INFO O| Dec 18 21:38:26.419 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97182024-12-18T21:38:28.028Z[ host-image] Dec 18 21:38:26.420 INFO O| Dec 18 21:38:26.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97192024-12-18T21:38:28.028Z[ host-image] Dec 18 21:38:26.420 INFO O| Dec 18 21:38:26.420 INFO ok!
97202024-12-18T21:38:28.028Z[ host-image] Dec 18 21:38:26.420 INFO O| Dec 18 21:38:26.420 INFO STEP 118 (ensure_file) COMPLETE
97212024-12-18T21:38:28.028Z[ host-image] Dec 18 21:38:26.420 INFO O| Dec 18 21:38:26.420 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222024-12-18T21:38:28.048Z[ host-image] Dec 18 21:38:26.442 INFO O| Dec 18 21:38:26.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97232024-12-18T21:38:28.048Z[ host-image] Dec 18 21:38:26.442 INFO O| Dec 18 21:38:26.442 INFO copying /tmp/.tmpofmGFj/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 ...
97242024-12-18T21:38:28.051Z[ host-image] Dec 18 21:38:26.443 INFO O| Dec 18 21:38:26.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97252024-12-18T21:38:28.051Z[ host-image] Dec 18 21:38:26.443 INFO O| Dec 18 21:38:26.443 INFO ok!
97262024-12-18T21:38:28.051Z[ host-image] Dec 18 21:38:26.443 INFO O| Dec 18 21:38:26.443 INFO STEP 119 (ensure_file) COMPLETE
97272024-12-18T21:38:28.051Z[ host-image] Dec 18 21:38:26.443 INFO O| Dec 18 21:38:26.443 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282024-12-18T21:38:28.132Z[ host-image] Dec 18 21:38:26.526 INFO O| Dec 18 21:38:26.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97292024-12-18T21:38:28.132Z[ host-image] Dec 18 21:38:26.526 INFO O| Dec 18 21:38:26.526 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97302024-12-18T21:38:28.135Z[ host-image] Dec 18 21:38:26.526 INFO O| Dec 18 21:38:26.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97312024-12-18T21:38:28.135Z[ host-image] Dec 18 21:38:26.527 INFO O| Dec 18 21:38:26.526 INFO ok!
97322024-12-18T21:38:28.135Z[ host-image] Dec 18 21:38:26.527 INFO O| Dec 18 21:38:26.526 INFO STEP 120 (ensure_file) COMPLETE
97332024-12-18T21:38:28.136Z[ host-image] Dec 18 21:38:26.527 INFO O| Dec 18 21:38:26.527 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342024-12-18T21:38:28.201Z[ host-image] Dec 18 21:38:26.595 INFO O| Dec 18 21:38:26.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97352024-12-18T21:38:28.201Z[ host-image] Dec 18 21:38:26.595 INFO O| Dec 18 21:38:26.595 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97362024-12-18T21:38:29.492Z[ recovery-image] Dec 18 21:38:27.881 INFO image complete! materials are in "/work/os-recovery"
97372024-12-18T21:38:29.496Z[ recovery-image]
97382024-12-18T21:38:29.497Z[ recovery-image] real 10:35.464522102
97392024-12-18T21:38:29.497Z[ recovery-image] user 6:28.319548311
97402024-12-18T21:38:29.497Z[ recovery-image] sys 1:03.523197492
97412024-12-18T21:38:29.497Z[ recovery-image] trap 0.391192445
97422024-12-18T21:38:29.497ZDec 18 21:38:27.889 INFO [recovery-image] process exited with exit status: 0 (635.519663401s)
97432024-12-18T21:38:29.497Z[ recovery-image] tflt 0.533288059
97442024-12-18T21:38:29.497Z[ recovery-image] dflt 3.254754346
97452024-12-18T21:38:29.497Z[ recovery-image] kflt 0.108431048
97462024-12-18T21:38:29.497Z[ recovery-image] lock 25:49.229321216
97472024-12-18T21:38:29.497Z[ recovery-image] slp 1:05:21.533883120
97482024-12-18T21:38:29.497Z[ recovery-image] lat 5:26.817398701
97492024-12-18T21:38:29.497Z[ recovery-image] stop 12.225564913
97502024-12-18T21:38:39.849Z[ host-image] Dec 18 21:38:37.876 INFO O| Dec 18 21:38:37.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97512024-12-18T21:38:39.849Z[ host-image] Dec 18 21:38:37.877 INFO O| Dec 18 21:38:37.876 INFO ok!
97522024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.877 INFO O| Dec 18 21:38:37.876 INFO STEP 121 (ensure_file) COMPLETE
97532024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.877 INFO O| Dec 18 21:38:37.876 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.895 INFO O| Dec 18 21:38:37.894 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97552024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.895 INFO O| Dec 18 21:38:37.894 INFO STEP 122 (ensure_dir) COMPLETE
97562024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.895 INFO O| Dec 18 21:38:37.895 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.910 INFO O| Dec 18 21:38:37.910 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97582024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.910 INFO O| Dec 18 21:38:37.910 INFO STEP 123 (ensure_dir) COMPLETE
97592024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.910 INFO O| Dec 18 21:38:37.910 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.938 INFO O| Dec 18 21:38:37.938 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97612024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.938 INFO O| Dec 18 21:38:37.938 INFO STEP 124 (ensure_dir) COMPLETE
97622024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:37.938 INFO O| Dec 18 21:38:37.938 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:38.017 INFO O| Dec 18 21:38:38.017 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97642024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:38.017 INFO O| Dec 18 21:38:38.017 INFO STEP 125 (ensure_dir) COMPLETE
97652024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:38.017 INFO O| Dec 18 21:38:38.017 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97662024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97672024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.079 INFO copying /tmp/.tmpofmGFj/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 ...
97682024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97692024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.080 INFO ok!
97702024-12-18T21:38:39.866Z[ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.080 INFO STEP 126 (ensure_file) COMPLETE
97712024-12-18T21:38:39.868Z[ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.080 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722024-12-18T21:38:39.868Z[ host-image] Dec 18 21:38:38.133 INFO O| Dec 18 21:38:38.133 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97732024-12-18T21:38:39.868Z[ host-image] Dec 18 21:38:38.134 INFO O| Dec 18 21:38:38.134 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97742024-12-18T21:38:39.868Z[ host-image] Dec 18 21:38:38.134 INFO O| Dec 18 21:38:38.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97752024-12-18T21:38:39.868Z[ host-image] Dec 18 21:38:38.134 INFO O| Dec 18 21:38:38.134 INFO STEP 127 (ensure_dir) COMPLETE
97762024-12-18T21:38:39.868Z[ host-image] Dec 18 21:38:38.134 INFO O| Dec 18 21:38:38.134 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97772024-12-18T21:38:39.868Z[ host-image] Dec 18 21:38:38.150 INFO O| Dec 18 21:38:38.150 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97782024-12-18T21:38:39.868Z[ host-image] Dec 18 21:38:38.150 INFO O| Dec 18 21:38:38.150 INFO copying /tmp/.tmpofmGFj/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97792024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.151 INFO O| Dec 18 21:38:38.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97802024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.151 INFO O| Dec 18 21:38:38.151 INFO ok!
97812024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.151 INFO O| Dec 18 21:38:38.151 INFO STEP 128 (ensure_file) COMPLETE
97822024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.151 INFO O| Dec 18 21:38:38.151 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97832024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.167 INFO O| Dec 18 21:38:38.167 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97842024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.167 INFO O| Dec 18 21:38:38.167 INFO STEP 129 (remove_files) COMPLETE
97852024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.168 INFO O| Dec 18 21:38:38.167 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97862024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.201 INFO O| Dec 18 21:38:38.201 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97872024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.201 INFO O| Dec 18 21:38:38.201 INFO STEP 130 (remove_files) COMPLETE
97882024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.202 INFO O| Dec 18 21:38:38.201 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97892024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.219 INFO O| Dec 18 21:38:38.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97902024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.219 INFO O| Dec 18 21:38:38.219 INFO STEP 131 (remove_files) COMPLETE
97912024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.219 INFO O| Dec 18 21:38:38.219 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97922024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.243 INFO O| Dec 18 21:38:38.243 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97932024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.243 INFO O| Dec 18 21:38:38.243 INFO STEP 132 (remove_files) COMPLETE
97942024-12-18T21:38:39.869Z[ host-image] Dec 18 21:38:38.243 INFO O| Dec 18 21:38:38.243 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952024-12-18T21:38:39.926Z[ host-image] Dec 18 21:38:38.287 INFO O| Dec 18 21:38:38.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97962024-12-18T21:38:39.958Z[ host-image] Dec 18 21:38:38.287 INFO O| Dec 18 21:38:38.287 INFO STEP 133 (remove_files) COMPLETE
97972024-12-18T21:38:39.958Z[ host-image] Dec 18 21:38:38.287 INFO O| Dec 18 21:38:38.287 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982024-12-18T21:38:39.959Z[ host-image] Dec 18 21:38:38.307 INFO O| Dec 18 21:38:38.307 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97992024-12-18T21:38:39.959Z[ host-image] Dec 18 21:38:38.308 INFO O| Dec 18 21:38:38.308 INFO STEP 134 (remove_files) COMPLETE
98002024-12-18T21:38:39.959Z[ host-image] Dec 18 21:38:38.308 INFO O| Dec 18 21:38:38.308 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012024-12-18T21:38:40.009Z[ host-image] Dec 18 21:38:38.369 INFO O| Dec 18 21:38:38.369 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98022024-12-18T21:38:40.009Z[ host-image] Dec 18 21:38:38.369 INFO O| Dec 18 21:38:38.369 INFO STEP 135 (remove_files) COMPLETE
98032024-12-18T21:38:40.009Z[ host-image] Dec 18 21:38:38.369 INFO O| Dec 18 21:38:38.369 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042024-12-18T21:38:40.027Z[ host-image] Dec 18 21:38:38.388 INFO O| Dec 18 21:38:38.388 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98052024-12-18T21:38:40.027Z[ host-image] Dec 18 21:38:38.388 INFO O| Dec 18 21:38:38.388 INFO STEP 136 (remove_files) COMPLETE
98062024-12-18T21:38:40.027Z[ host-image] Dec 18 21:38:38.388 INFO O| Dec 18 21:38:38.388 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072024-12-18T21:38:40.044Z[ host-image] Dec 18 21:38:38.406 INFO O| Dec 18 21:38:38.406 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98082024-12-18T21:38:40.044Z[ host-image] Dec 18 21:38:38.407 INFO O| Dec 18 21:38:38.407 INFO STEP 137 (remove_files) COMPLETE
98092024-12-18T21:38:40.044Z[ host-image] Dec 18 21:38:38.407 INFO O| Dec 18 21:38:38.407 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102024-12-18T21:38:40.063Z[ host-image] Dec 18 21:38:38.424 INFO O| Dec 18 21:38:38.424 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98112024-12-18T21:38:40.063Z[ host-image] Dec 18 21:38:38.425 INFO O| Dec 18 21:38:38.425 INFO STEP 138 (remove_files) COMPLETE
98122024-12-18T21:38:40.064Z[ host-image] Dec 18 21:38:38.425 INFO O| Dec 18 21:38:38.425 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132024-12-18T21:38:40.086Z[ host-image] Dec 18 21:38:38.443 INFO O| Dec 18 21:38:38.443 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98142024-12-18T21:38:40.086Z[ host-image] Dec 18 21:38:38.443 INFO O| Dec 18 21:38:38.443 INFO STEP 139 (remove_files) COMPLETE
98152024-12-18T21:38:40.086Z[ host-image] Dec 18 21:38:38.443 INFO O| Dec 18 21:38:38.443 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162024-12-18T21:38:40.103Z[ host-image] Dec 18 21:38:38.479 INFO O| Dec 18 21:38:38.479 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98172024-12-18T21:38:40.103Z[ host-image] Dec 18 21:38:38.479 INFO O| Dec 18 21:38:38.479 INFO STEP 140 (remove_files) COMPLETE
98182024-12-18T21:38:40.103Z[ host-image] Dec 18 21:38:38.479 INFO O| Dec 18 21:38:38.479 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192024-12-18T21:38:40.137Z[ host-image] Dec 18 21:38:38.497 INFO O| Dec 18 21:38:38.497 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98202024-12-18T21:38:40.137Z[ host-image] Dec 18 21:38:38.497 INFO O| Dec 18 21:38:38.497 INFO STEP 141 (remove_files) COMPLETE
98212024-12-18T21:38:40.154Z[ host-image] Dec 18 21:38:38.497 INFO O| Dec 18 21:38:38.497 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222024-12-18T21:38:40.231Z[ host-image] Dec 18 21:38:38.515 INFO O| Dec 18 21:38:38.515 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98232024-12-18T21:38:40.231Z[ host-image] Dec 18 21:38:38.515 INFO O| Dec 18 21:38:38.515 INFO STEP 142 (remove_files) COMPLETE
98242024-12-18T21:38:40.231Z[ host-image] Dec 18 21:38:38.515 INFO O| Dec 18 21:38:38.515 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252024-12-18T21:38:40.231Z[ host-image] Dec 18 21:38:38.532 INFO O| Dec 18 21:38:38.532 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98262024-12-18T21:38:40.231Z[ host-image] Dec 18 21:38:38.532 INFO O| Dec 18 21:38:38.532 INFO STEP 143 (remove_files) COMPLETE
98272024-12-18T21:38:40.231Z[ host-image] Dec 18 21:38:38.532 INFO O| Dec 18 21:38:38.532 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282024-12-18T21:38:40.231Z[ host-image] Dec 18 21:38:38.550 INFO O| Dec 18 21:38:38.550 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98292024-12-18T21:38:40.232Z[ host-image] Dec 18 21:38:38.550 INFO O| Dec 18 21:38:38.550 INFO STEP 144 (remove_files) COMPLETE
98302024-12-18T21:38:40.232Z[ host-image] Dec 18 21:38:38.550 INFO O| Dec 18 21:38:38.550 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312024-12-18T21:38:40.232Z[ host-image] Dec 18 21:38:38.590 INFO O| Dec 18 21:38:38.590 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98322024-12-18T21:38:40.232Z[ host-image] Dec 18 21:38:38.590 INFO O| Dec 18 21:38:38.590 INFO STEP 145 (remove_files) COMPLETE
98332024-12-18T21:38:40.233Z[ host-image] Dec 18 21:38:38.590 INFO O| Dec 18 21:38:38.590 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342024-12-18T21:38:40.233Z[ host-image] Dec 18 21:38:38.610 INFO O| Dec 18 21:38:38.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98352024-12-18T21:38:40.233Z[ host-image] Dec 18 21:38:38.610 INFO O| Dec 18 21:38:38.610 INFO STEP 146 (remove_files) COMPLETE
98362024-12-18T21:38:40.233Z[ host-image] Dec 18 21:38:38.610 INFO O| Dec 18 21:38:38.610 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372024-12-18T21:38:40.288Z[ host-image] Dec 18 21:38:38.628 INFO O| Dec 18 21:38:38.628 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98382024-12-18T21:38:40.288Z[ host-image] Dec 18 21:38:38.629 INFO O| Dec 18 21:38:38.629 INFO STEP 147 (remove_files) COMPLETE
98392024-12-18T21:38:40.289Z[ host-image] Dec 18 21:38:38.629 INFO O| Dec 18 21:38:38.629 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402024-12-18T21:38:40.307Z[ host-image] Dec 18 21:38:38.647 INFO O| Dec 18 21:38:38.647 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98412024-12-18T21:38:40.308Z[ host-image] Dec 18 21:38:38.647 INFO O| Dec 18 21:38:38.647 INFO STEP 148 (remove_files) COMPLETE
98422024-12-18T21:38:40.308Z[ host-image] Dec 18 21:38:38.647 INFO O| Dec 18 21:38:38.647 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432024-12-18T21:38:40.308Z[ host-image] Dec 18 21:38:38.664 INFO O| Dec 18 21:38:38.664 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98442024-12-18T21:38:40.308Z[ host-image] Dec 18 21:38:38.664 INFO O| Dec 18 21:38:38.664 INFO STEP 149 (remove_files) COMPLETE
98452024-12-18T21:38:40.308Z[ host-image] Dec 18 21:38:38.664 INFO O| Dec 18 21:38:38.664 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462024-12-18T21:38:40.309Z[ host-image] Dec 18 21:38:38.681 INFO O| Dec 18 21:38:38.681 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98472024-12-18T21:38:40.309Z[ host-image] Dec 18 21:38:38.681 INFO O| Dec 18 21:38:38.681 INFO STEP 150 (remove_files) COMPLETE
98482024-12-18T21:38:40.309Z[ host-image] Dec 18 21:38:38.681 INFO O| Dec 18 21:38:38.681 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492024-12-18T21:38:40.353Z[ host-image] Dec 18 21:38:38.696 INFO O| Dec 18 21:38:38.696 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98502024-12-18T21:38:40.353Z[ host-image] Dec 18 21:38:38.696 INFO O| Dec 18 21:38:38.696 INFO STEP 151 (remove_files) COMPLETE
98512024-12-18T21:38:40.353Z[ host-image] Dec 18 21:38:38.696 INFO O| Dec 18 21:38:38.696 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522024-12-18T21:38:40.388Z[ host-image] Dec 18 21:38:38.763 INFO O| Dec 18 21:38:38.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98532024-12-18T21:38:40.389Z[ host-image] Dec 18 21:38:38.763 INFO O| Dec 18 21:38:38.763 INFO STEP 152 (remove_files) COMPLETE
98542024-12-18T21:38:40.389Z[ host-image] Dec 18 21:38:38.763 INFO O| Dec 18 21:38:38.763 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552024-12-18T21:38:40.415Z[ host-image] Dec 18 21:38:38.788 INFO O| Dec 18 21:38:38.788 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98562024-12-18T21:38:40.415Z[ host-image] Dec 18 21:38:38.789 INFO O| Dec 18 21:38:38.788 INFO STEP 153 (remove_files) COMPLETE
98572024-12-18T21:38:40.469Z[ host-image] Dec 18 21:38:38.789 INFO O| Dec 18 21:38:38.788 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582024-12-18T21:38:40.470Z[ host-image] Dec 18 21:38:38.809 INFO O| Dec 18 21:38:38.809 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98592024-12-18T21:38:40.470Z[ host-image] Dec 18 21:38:38.809 INFO O| Dec 18 21:38:38.809 INFO STEP 154 (remove_files) COMPLETE
98602024-12-18T21:38:40.470Z[ host-image] Dec 18 21:38:38.809 INFO O| Dec 18 21:38:38.809 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612024-12-18T21:38:40.577Z[ host-image] Dec 18 21:38:38.861 INFO O| Dec 18 21:38:38.861 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98622024-12-18T21:38:40.577Z[ host-image] Dec 18 21:38:38.862 INFO O| Dec 18 21:38:38.861 INFO STEP 155 (remove_files) COMPLETE
98632024-12-18T21:38:40.578Z[ host-image] Dec 18 21:38:38.862 INFO O| Dec 18 21:38:38.862 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642024-12-18T21:38:40.854Z[ host-image] Dec 18 21:38:38.900 INFO O| Dec 18 21:38:38.900 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98652024-12-18T21:38:40.854Z[ host-image] Dec 18 21:38:38.900 INFO O| Dec 18 21:38:38.900 INFO STEP 156 (remove_files) COMPLETE
98662024-12-18T21:38:40.854Z[ host-image] Dec 18 21:38:38.900 INFO O| Dec 18 21:38:38.900 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672024-12-18T21:38:40.854Z[ host-image] Dec 18 21:38:38.927 INFO O| Dec 18 21:38:38.927 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98682024-12-18T21:38:40.854Z[ host-image] Dec 18 21:38:38.927 INFO O| Dec 18 21:38:38.927 INFO STEP 157 (remove_files) COMPLETE
98692024-12-18T21:38:40.854Z[ host-image] Dec 18 21:38:38.927 INFO O| Dec 18 21:38:38.927 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98702024-12-18T21:38:40.854Z[ host-image] Dec 18 21:38:38.953 INFO O| Dec 18 21:38:38.953 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98712024-12-18T21:38:40.855Z[ host-image] Dec 18 21:38:38.954 INFO O| Dec 18 21:38:38.953 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
98722024-12-18T21:38:56.884Z[ host-image] Dec 18 21:38:55.272 INFO O| Dec 18 21:38:55.272 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
98732024-12-18T21:38:56.887Z[ host-image] Dec 18 21:38:55.272 INFO O| Dec 18 21:38:55.272 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98742024-12-18T21:38:56.908Z[ host-image] Dec 18 21:38:55.295 INFO O| Dec 18 21:38:55.295 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98752024-12-18T21:38:57.039Z[ host-image] Dec 18 21:38:55.426 INFO O| Dec 18 21:38:55.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98762024-12-18T21:38:57.039Z[ host-image] Dec 18 21:38:55.426 INFO O| Dec 18 21:38:55.426 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98772024-12-18T21:38:57.041Z[ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98782024-12-18T21:38:57.042Z[ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO ok!
98792024-12-18T21:38:57.042Z[ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98802024-12-18T21:38:57.042Z[ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO STEP 158 (seed_smf) COMPLETE
98812024-12-18T21:38:57.042Z[ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO steps complete; finalising image!
98822024-12-18T21:38:57.044Z[ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98832024-12-18T21:38:57.235Z[ host-image] Dec 18 21:38:55.623 INFO O| Dec 18 21:38:55.623 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Dec 18 21:38:55 2024)
98842024-12-18T21:38:57.447Z[ host-image] Dec 18 21:38:55.834 INFO O| Dec 18 21:38:55.834 INFO trim TEMPORARY-gimlet-zfs: (73% trimmed, started at Wed Dec 18 21:38:55 2024)
98852024-12-18T21:38:57.658Z[ host-image] Dec 18 21:38:56.045 INFO O| Dec 18 21:38:56.045 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Wed Dec 18 21:38:55 2024)
98862024-12-18T21:38:57.904Z[ host-image] Dec 18 21:38:56.291 INFO O| Dec 18 21:38:56.291 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio
98872024-12-18T21:38:57.904Z[ host-image] Dec 18 21:38:56.291 INFO O| Dec 18 21:38:56.291 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98882024-12-18T21:38:58.752Z[ host-image] Dec 18 21:38:57.088 INFO O| Dec 18 21:38:57.088 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98892024-12-18T21:38:58.752Z[ host-image] Dec 18 21:38:57.088 INFO O| Dec 18 21:38:57.088 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98902024-12-18T21:39:00.688Z[ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98912024-12-18T21:39:00.688Z[ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98922024-12-18T21:39:00.691Z[ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98932024-12-18T21:39:00.691Z[ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO completed processing gimlet/zfs
98942024-12-18T21:39:00.691Z[ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98952024-12-18T21:39:09.120Z[ host-image] Dec 18 21:39:07.497 INFO O| Dec 18 21:39:07.497 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98962024-12-18T21:39:09.216Z[ host-image] Dec 18 21:39:07.600 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
98972024-12-18T21:39:09.216Z[ host-image] Dec 18 21:39:07.600 INFO expanded image name: "ci 8b13de1/${os_short_commit} 2024-12-18 21:05" -> "ci 8b13de1/7274828 2024-12-18 21:05"
98982024-12-18T21:39:09.216Z[ host-image] Dec 18 21:39:07.600 INFO output artefacts stored in: "/work/os-host"
98992024-12-18T21:39:09.221Z[ host-image] Dec 18 21:39:07.600 INFO collecting git info from project "image-builder"...
99002024-12-18T21:39:09.230Z[ host-image] Dec 18 21:39:07.613 INFO collecting git info from project "chelsio-t6-roms"...
99012024-12-18T21:39:09.246Z[ host-image] Dec 18 21:39:07.621 INFO collecting git info from project "amd-firmware"...
99022024-12-18T21:39:09.256Z[ host-image] Dec 18 21:39:07.635 INFO collecting git info from project "pinprick"...
99032024-12-18T21:39:09.261Z[ host-image] Dec 18 21:39:07.643 INFO collecting git info from project "pilot"...
99042024-12-18T21:39:09.267Z[ host-image] Dec 18 21:39:07.651 INFO collecting git info from project "amd-host-image-builder"...
99052024-12-18T21:39:09.299Z[ host-image] Dec 18 21:39:07.674 INFO collecting git info from project "bootserver"...
99062024-12-18T21:39:09.334Z[ host-image] Dec 18 21:39:07.682 INFO collecting git info from project "phbl"...
99072024-12-18T21:39:09.334Z[ host-image] Dec 18 21:39:07.692 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99082024-12-18T21:39:10.225Z[ host-image] Dec 18 21:39:08.608 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99092024-12-18T21:39:10.869Z[ host-image] Dec 18 21:39:09.253 INFO creating Oxide boot image...
99102024-12-18T21:39:10.869Z[ host-image] Dec 18 21:39:09.253 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 8b13de1/7274828 2024-12-18 21:05", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99112024-12-18T21:39:12.216Z[ host-image] Dec 18 21:39:10.599 INFO O| ok, image written!
99122024-12-18T21:39:12.216Z[ host-image] Dec 18 21:39:10.599 INFO O| ok, boot_image_csum file written!
99132024-12-18T21:39:12.219Z[ host-image] Dec 18 21:39:10.603 INFO creating boot archive (CPIO)...
99142024-12-18T21:39:12.219Z[ host-image] Dec 18 21:39:10.603 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
99152024-12-18T21:39:12.231Z[ host-image] Dec 18 21:39:10.615 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99162024-12-18T21:39:12.231Z[ host-image] Dec 18 21:39:10.615 INFO E| + outfile=/work/os-host/cpio
99172024-12-18T21:39:12.233Z[ host-image] Dec 18 21:39:10.615 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99182024-12-18T21:39:12.236Z[ host-image] Dec 18 21:39:10.618 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99192024-12-18T21:39:12.237Z[ host-image] Dec 18 21:39:10.618 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99202024-12-18T21:39:12.312Z[ host-image] Dec 18 21:39:10.687 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99212024-12-18T21:39:12.313Z[ host-image] Dec 18 21:39:10.687 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99222024-12-18T21:39:12.315Z[ host-image] Dec 18 21:39:10.697 INFO creating compressed cpio/unix for nanobl-rs...
99232024-12-18T21:39:12.315Z[ host-image] Dec 18 21:39:10.697 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
99242024-12-18T21:39:12.705Z[ host-image] Dec 18 21:39:11.089 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99252024-12-18T21:39:17.622Z[ host-image] Dec 18 21:39:16.005 INFO creating reset image...
99262024-12-18T21:39:17.626Z[ host-image] Dec 18 21:39:16.005 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99272024-12-18T21:39:17.789Z[ host-image] Dec 18 21:39:16.171 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99282024-12-18T21:39:17.832Z[ host-image] Dec 18 21:39:16.215 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99292024-12-18T21:39:17.979Z[ host-image] Dec 18 21:39:16.360 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99302024-12-18T21:39:21.522Z[ host-image] Dec 18 21:39:19.904 INFO E| Finished `release` profile [optimized] target(s) in 3.67s
99312024-12-18T21:39:21.539Z[ host-image] Dec 18 21:39:19.920 INFO building host image...
99322024-12-18T21:39:21.542Z[ host-image] Dec 18 21:39:19.921 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")
99332024-12-18T21:39:22.439Z[ host-image] Dec 18 21:39:20.821 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99342024-12-18T21:40:37.845Z[ host-image] Dec 18 21:40:36.209 INFO image complete! materials are in "/work/os-host"
99352024-12-18T21:40:37.848Z[ host-image]
99362024-12-18T21:40:37.852Z[ host-image] real 12:57.909217391
99372024-12-18T21:40:37.852Z[ host-image] user 6:44.555765542
99382024-12-18T21:40:37.852Z[ host-image] sys 1:10.524957129
99392024-12-18T21:40:37.852Z[ host-image] trap 0.310506763
99402024-12-18T21:40:37.852Z[ host-image] tflt 0.056758775
99412024-12-18T21:40:37.852Z[ host-image] dflt 0.105202635
99422024-12-18T21:40:37.852Z[ host-image] kflt 0.455830085
99432024-12-18T21:40:37.852Z[ host-image] lock 13:44.868398005
99442024-12-18T21:40:37.852Z[ host-image] slp 1:07:33.427804473
99452024-12-18T21:40:37.852Z[ host-image] lat 3:04.151355059
99462024-12-18T21:40:37.852Z[ host-image] stop 1.133008679
99472024-12-18T21:40:37.852ZDec 18 21:40:36.214 INFO [host-image] process exited with exit status: 0 (777.926974498s)
99482024-12-18T21:40:37.852ZDec 18 21:40:36.214 INFO [tuf-repo] running task
99492024-12-18T21:40:51.625ZDec 18 21:40:49.986 INFO assembling repository in `/tmp/tufaceousmvZdUQ`, component: OmicronRepoAssembler
99502024-12-18T21:41:02.943ZDec 18 21:41:01.295 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99512024-12-18T21:41:03.245ZDec 18 21:41:01.603 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99522024-12-18T21:41:21.964ZDec 18 21:41:20.318 INFO [tuf-repo] task succeeded (44.103677094s)
99532024-12-18T21:43:12.061Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 14s
99542024-12-18T21:43:12.457ZDec 18 21:43:10.785 INFO [verify-libraries] process exited with exit status: 0 (918.834718239s)
99552024-12-18T21:43:12.457ZDec 18 21:43:10.785 INFO all jobs completed in 2234.220943825s
99562024-12-18T21:43:13.038Zprocess exited: duration 2926749 ms, exit code 0
 
99572024-12-18T21:43:13.053Zfound 33 output files
99582024-12-18T21:43:13.053Zuploading: /work/manifest.toml (8404 bytes)
99592024-12-18T21:43:14.065Zuploaded: /work/manifest.toml
99602024-12-18T21:43:14.065Zuploading: /work/repo.zip (1946586153 bytes)
99612024-12-18T21:43:58.323Zuploaded: /work/repo.zip
99622024-12-18T21:43:58.323Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99632024-12-18T21:43:59.382Zuploaded: /work/repo.zip.sha256.txt
99642024-12-18T21:43:59.382Zuploading: /work/helios-setup.log (66237 bytes)
99652024-12-18T21:44:00.399Zuploaded: /work/helios-setup.log
99662024-12-18T21:44:00.399Zuploading: /work/host-image.log (196384 bytes)
99672024-12-18T21:44:01.425Zuploaded: /work/host-image.log
99682024-12-18T21:44:01.426Zuploading: /work/host-package.log (22425 bytes)
99692024-12-18T21:44:02.467Zuploaded: /work/host-package.log
99702024-12-18T21:44:02.467Zuploading: /work/host-target.log (101 bytes)
99712024-12-18T21:44:03.511Zuploaded: /work/host-target.log
99722024-12-18T21:44:03.511Zuploading: /work/omicron-package.log (5666 bytes)
99732024-12-18T21:44:04.521Zuploaded: /work/omicron-package.log
99742024-12-18T21:44:04.521Zuploading: /work/phbl-toolchain.log (881 bytes)
99752024-12-18T21:44:05.534Zuploaded: /work/phbl-toolchain.log
99762024-12-18T21:44:05.534Zuploading: /work/recovery-image.log (592067 bytes)
99772024-12-18T21:44:06.578Zuploaded: /work/recovery-image.log
99782024-12-18T21:44:06.578Zuploading: /work/recovery-package.log (321 bytes)
99792024-12-18T21:44:07.594Zuploaded: /work/recovery-package.log
99802024-12-18T21:44:07.594Zuploading: /work/recovery-target.log (98 bytes)
99812024-12-18T21:44:08.605Zuploaded: /work/recovery-target.log
99822024-12-18T21:44:08.609Zuploading: /work/stamp-clickhouse.log (117 bytes)
99832024-12-18T21:44:09.706Zuploaded: /work/stamp-clickhouse.log
99842024-12-18T21:44:09.706Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99852024-12-18T21:44:10.905Zuploaded: /work/stamp-clickhouse_keeper.log
99862024-12-18T21:44:10.905Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99872024-12-18T21:44:11.976Zuploaded: /work/stamp-cockroachdb.log
99882024-12-18T21:44:11.976Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99892024-12-18T21:44:13.015Zuploaded: /work/stamp-crucible-dtrace.log
99902024-12-18T21:44:13.015Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99912024-12-18T21:44:14.027Zuploaded: /work/stamp-crucible-pantry-zone.log
99922024-12-18T21:44:14.027Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99932024-12-18T21:44:15.038Zuploaded: /work/stamp-crucible-zone.log
99942024-12-18T21:44:15.038Zuploading: /work/stamp-external-dns.log (119 bytes)
99952024-12-18T21:44:16.053Zuploaded: /work/stamp-external-dns.log
99962024-12-18T21:44:16.053Zuploading: /work/stamp-installinator.log (103 bytes)
99972024-12-18T21:44:17.063Zuploaded: /work/stamp-installinator.log
99982024-12-18T21:44:17.063Zuploading: /work/stamp-internal-dns.log (119 bytes)
99992024-12-18T21:44:18.072Zuploaded: /work/stamp-internal-dns.log
100002024-12-18T21:44:18.072Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100012024-12-18T21:44:19.084Zuploaded: /work/stamp-mg-ddm-gz.log
100022024-12-18T21:44:19.084Zuploading: /work/stamp-nexus.log (112 bytes)
100032024-12-18T21:44:20.126Zuploaded: /work/stamp-nexus.log
100042024-12-18T21:44:20.126Zuploading: /work/stamp-ntp.log (110 bytes)
100052024-12-18T21:44:21.205Zuploaded: /work/stamp-ntp.log
100062024-12-18T21:44:21.205Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100072024-12-18T21:44:22.224Zuploaded: /work/stamp-omicron-sled-agent.log
100082024-12-18T21:44:22.224Zuploading: /work/stamp-overlay.log (66 bytes)
100092024-12-18T21:44:23.234Zuploaded: /work/stamp-overlay.log
100102024-12-18T21:44:23.234Zuploading: /work/stamp-oximeter.log (115 bytes)
100112024-12-18T21:44:24.244Zuploaded: /work/stamp-oximeter.log
100122024-12-18T21:44:24.244Zuploading: /work/stamp-oxlog.log (109 bytes)
100132024-12-18T21:44:25.313Zuploaded: /work/stamp-oxlog.log
100142024-12-18T21:44:25.313Zuploading: /work/stamp-probe.log (112 bytes)
100152024-12-18T21:44:26.327Zuploaded: /work/stamp-probe.log
100162024-12-18T21:44:26.327Zuploading: /work/stamp-propolis-server.log (122 bytes)
100172024-12-18T21:44:27.344Zuploaded: /work/stamp-propolis-server.log
100182024-12-18T21:44:27.344Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100192024-12-18T21:44:28.359Zuploaded: /work/stamp-pumpkind-gz.log
100202024-12-18T21:44:28.360Zuploading: /work/stamp-switch-asic.log (118 bytes)
100212024-12-18T21:44:29.369Zuploaded: /work/stamp-switch-asic.log
100222024-12-18T21:44:29.369Zuploading: /work/verify-libraries.log (5735 bytes)
100232024-12-18T21:44:30.387Zuploaded: /work/verify-libraries.log