01J9SJY6J717G3GP695W02MECW: 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: 01J9SJYT2HX5HJ2T8PM28WRQFB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T21:32:09.286Zjob assigned to worker 01J9SK2NWFVA3SYBCHNG6CCSXA (queued for 3 m 9 s)
 
22024-10-09T21:32:17.185Zstarting task 0: "setup"
32024-10-09T21:32:17.199Z++ uname -s
42024-10-09T21:32:17.203Z+ kern=SunOS
52024-10-09T21:32:17.203Z+ case "$kern" in
62024-10-09T21:32:17.203Z+ groupadd -g 12345 build
72024-10-09T21:32:17.203Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T21:32:19.207Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T21:32:19.300Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T21:32:19.302Z+ home_fs=zfs
112024-10-09T21:32:19.302Z+ [[ zfs == autofs ]]
122024-10-09T21:32:19.302Z+ mkdir -p /home/build
132024-10-09T21:32:19.305Z+ chown build:build /home/build /work
142024-10-09T21:32:20.307Z+ chmod 0700 /home/build /work
152024-10-09T21:32:20.309Zprocess exited: duration 3125 ms, exit code 0
 
162024-10-09T21:32:20.317Zstarting task 1: "rust-toolchain"
172024-10-09T21:32:20.320Z+ printf ' * toolchain channel = "%s"
182024-10-09T21:32:20.320Z * toolchain channel = "1.80.1"
192024-10-09T21:32:20.320Z' 1.80.1
202024-10-09T21:32:20.320Z+ printf ' * toolchain profile = "%s"
212024-10-09T21:32:20.320Z' default
222024-10-09T21:32:20.320Z * toolchain profile = "default"
232024-10-09T21:32:20.322Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T21:32:20.322Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-09T21:32:20.441Zinfo: downloading installer
262024-10-09T21:32:21.726Zinfo: profile set to 'default'
272024-10-09T21:32:21.726Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T21:32:21.729Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-09T21:32:21.886Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-09T21:32:21.886Zinfo: downloading component 'cargo'
312024-10-09T21:32:22.794Zinfo: downloading component 'clippy'
322024-10-09T21:32:23.122Zinfo: downloading component 'rust-docs'
332024-10-09T21:32:24.399Zinfo: downloading component 'rust-std'
342024-10-09T21:32:26.212Zinfo: downloading component 'rustc'
352024-10-09T21:32:31.215Zinfo: downloading component 'rustfmt'
362024-10-09T21:32:31.495Zinfo: installing component 'cargo'
372024-10-09T21:32:32.330Zinfo: installing component 'clippy'
382024-10-09T21:32:32.700Zinfo: installing component 'rust-docs'
392024-10-09T21:32:34.382Zinfo: installing component 'rust-std'
402024-10-09T21:32:36.048Zinfo: installing component 'rustc'
412024-10-09T21:32:40.318Zinfo: installing component 'rustfmt'
422024-10-09T21:32:40.918Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-09T21:32:40.918Z
442024-10-09T21:32:41.177Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-09T21:32:41.177Z
462024-10-09T21:32:41.180Z
472024-10-09T21:32:41.180ZRust is installed now. Great!
482024-10-09T21:32:41.180Z
492024-10-09T21:32:41.180ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T21:32:41.180Zenvironment variable. This has not been done automatically.
512024-10-09T21:32:41.180Z
522024-10-09T21:32:41.180ZTo configure your current shell, you need to source
532024-10-09T21:32:41.180Zthe corresponding env file under $HOME/.cargo.
542024-10-09T21:32:41.180Z
552024-10-09T21:32:41.180ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T21:32:41.180Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T21:32:41.180Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T21:32:41.225Z+ rustc --version
592024-10-09T21:32:41.289Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-09T21:32:41.292Zprocess exited: duration 20975 ms, exit code 0
 
612024-10-09T21:32:41.297Zstarting task 2: "authentication"
622024-10-09T21:32:41.318Zprocess exited: duration 21 ms, exit code 0
 
632024-10-09T21:32:41.323Zstarting task 3: "clone repository"
642024-10-09T21:32:41.328Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-09T21:32:41.331Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-09T21:32:43.404ZCloning into '/work/oxidecomputer/omicron'...
672024-10-09T21:32:50.540Z+ cd /work/oxidecomputer/omicron
682024-10-09T21:32:50.540Z+ git fetch origin 632346210ca646c818d7aa831a111e033a94b92c
692024-10-09T21:32:50.830ZFrom https://github.com/oxidecomputer/omicron
702024-10-09T21:32:50.830Z * branch 632346210ca646c818d7aa831a111e033a94b92c -> FETCH_HEAD
712024-10-09T21:32:50.839Z+ [[ -n clickhouse-inventory-collection ]]
722024-10-09T21:32:50.842Z++ git branch --show-current
732024-10-09T21:32:50.845Z+ current=main
742024-10-09T21:32:50.845Z+ [[ main != clickhouse-inventory-collection ]]
752024-10-09T21:32:50.845Z+ git branch -f clickhouse-inventory-collection 632346210ca646c818d7aa831a111e033a94b92c
762024-10-09T21:32:50.848Z+ git checkout -f clickhouse-inventory-collection
772024-10-09T21:32:51.008ZSwitched to branch 'clickhouse-inventory-collection'
782024-10-09T21:32:51.011Z+ git reset --hard 632346210ca646c818d7aa831a111e033a94b92c
792024-10-09T21:32:51.167ZHEAD is now at 632346210 Add support for clickhouse keeper inventory collection
802024-10-09T21:32:51.170Zprocess exited: duration 9843 ms, exit code 0
 
812024-10-09T21:32:51.177Zstarting task 4: "build"
822024-10-09T21:32:51.182Z+ source .github/buildomat/ci-env.sh
832024-10-09T21:32:51.182Z++ export CARGO_TERM_COLOR=always
842024-10-09T21:32:51.185Z++ CARGO_TERM_COLOR=always
852024-10-09T21:32:51.185Z+ cargo --version
862024-10-09T21:32:51.237Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-09T21:32:51.240Z+ rustc --version
882024-10-09T21:32:51.297Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-09T21:32:51.299Z+ cargo tree --locked
902024-10-09T21:32:51.538Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-09T21:32:51.832Z Updating crates.io index
922024-10-09T21:32:51.888Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-09T21:32:52.675Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-09T21:32:52.916Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-09T21:32:53.212Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-09T21:32:53.505Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-09T21:32:54.325Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-09T21:32:56.449Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-09T21:32:57.493Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-09T21:32:58.208Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-09T21:32:58.482Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-09T21:32:58.747Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-09T21:32:59.316Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-09T21:32:59.658Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
1052024-10-09T21:32:59.970Z Updating git repository `https://github.com/oxidecomputer/qorb`
1062024-10-09T21:33:00.347Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1072024-10-09T21:33:00.665Z Updating git repository `https://github.com/oxidecomputer/tofino`
1082024-10-09T21:33:00.922Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1092024-10-09T21:33:01.231Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1102024-10-09T21:33:01.472Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1112024-10-09T21:33:01.764Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1122024-10-09T21:33:02.138Z Updating git repository `https://github.com/oxidecomputer/ispf`
1132024-10-09T21:33:02.450Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1142024-10-09T21:33:02.830Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1152024-10-09T21:33:03.172Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1162024-10-09T21:33:03.645Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1172024-10-09T21:33:03.960Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1182024-10-09T21:33:04.913Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1192024-10-09T21:33:05.391Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202024-10-09T21:33:05.695Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1212024-10-09T21:33:05.975Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1222024-10-09T21:33:07.343Z Downloading crates ...
1232024-10-09T21:33:07.435Z Downloaded addr2line v0.21.0
1242024-10-09T21:33:07.439Z Downloaded async-stream-impl v0.3.5
1252024-10-09T21:33:07.441Z Downloaded atomicwrites v0.4.4
1262024-10-09T21:33:07.444Z Downloaded adler v1.0.2
1272024-10-09T21:33:07.447Z Downloaded anstyle-query v1.0.3
1282024-10-09T21:33:07.450Z Downloaded approx v0.5.1
1292024-10-09T21:33:07.453Z Downloaded foreign-types-shared v0.1.1
1302024-10-09T21:33:07.456Z Downloaded aead v0.5.2
1312024-10-09T21:33:07.458Z Downloaded bit-set v0.5.3
1322024-10-09T21:33:07.460Z Downloaded ascii-canvas v3.0.0
1332024-10-09T21:33:07.460Z Downloaded cargo-platform v0.1.8
1342024-10-09T21:33:07.462Z Downloaded async-stream v0.3.5
1352024-10-09T21:33:07.466Z Downloaded fastrand v2.1.1
1362024-10-09T21:33:07.469Z Downloaded fixedbitset v0.4.2
1372024-10-09T21:33:07.469Z Downloaded fs-err v2.11.0
1382024-10-09T21:33:07.472Z Downloaded bb8 v0.8.5
1392024-10-09T21:33:07.472Z Downloaded foreign-types v0.3.2
1402024-10-09T21:33:07.472Z Downloaded autocfg v1.3.0
1412024-10-09T21:33:07.474Z Downloaded bytecount v0.6.8
1422024-10-09T21:33:07.477Z Downloaded async-signal v0.2.10
1432024-10-09T21:33:07.477Z Downloaded filetime v0.2.25
1442024-10-09T21:33:07.481Z Downloaded fd-lock v4.0.2
1452024-10-09T21:33:07.483Z Downloaded ciborium-ll v0.2.2
1462024-10-09T21:33:07.483Z Downloaded castaway v0.2.3
1472024-10-09T21:33:07.486Z Downloaded bit-vec v0.6.3
1482024-10-09T21:33:07.486Z Downloaded block-padding v0.3.3
1492024-10-09T21:33:07.488Z Downloaded camino v1.1.9
1502024-10-09T21:33:07.491Z Downloaded cfg-if v1.0.0
1512024-10-09T21:33:07.491Z Downloaded ident_case v1.0.1
1522024-10-09T21:33:07.491Z Downloaded float-cmp v0.9.0
1532024-10-09T21:33:07.494Z Downloaded bzip2 v0.4.4
1542024-10-09T21:33:07.496Z Downloaded arrayref v0.3.7
1552024-10-09T21:33:07.496Z Downloaded cancel-safe-futures v0.1.5
1562024-10-09T21:33:07.499Z Downloaded heck v0.3.3
1572024-10-09T21:33:07.502Z Downloaded generic-array v0.14.7
1582024-10-09T21:33:07.504Z Downloaded ciborium v0.2.2
1592024-10-09T21:33:07.506Z Downloaded async-process v2.2.4
1602024-10-09T21:33:07.509Z Downloaded path-slash v0.1.5
1612024-10-09T21:33:07.509Z Downloaded hubpack v0.1.2
1622024-10-09T21:33:07.512Z Downloaded heck v0.5.0
1632024-10-09T21:33:07.512Z Downloaded ghash v0.5.1
1642024-10-09T21:33:07.518Z Downloaded humantime v2.1.0
1652024-10-09T21:33:07.518Z Downloaded futures-macro v0.3.30
1662024-10-09T21:33:07.521Z Downloaded futures-task v0.3.30
1672024-10-09T21:33:07.521Z Downloaded hyper-rustls v0.26.0
1682024-10-09T21:33:07.521Z Downloaded futures-io v0.3.30
1692024-10-09T21:33:07.521Z Downloaded ciborium-io v0.2.2
1702024-10-09T21:33:07.523Z Downloaded cfg_aliases v0.1.1
1712024-10-09T21:33:07.523Z Downloaded array-init v0.0.4
1722024-10-09T21:33:07.523Z Downloaded adler2 v2.0.0
1732024-10-09T21:33:07.527Z Downloaded futures-core v0.3.30
1742024-10-09T21:33:07.530Z Downloaded http-body-util v0.1.2
1752024-10-09T21:33:07.530Z Downloaded hostname v0.3.1
1762024-10-09T21:33:07.530Z Downloaded hex-literal v0.4.1
1772024-10-09T21:33:07.533Z Downloaded blake2 v0.10.6
1782024-10-09T21:33:07.535Z Downloaded atty v0.2.14
1792024-10-09T21:33:07.535Z Downloaded httparse v1.8.0
1802024-10-09T21:33:07.538Z Downloaded http-body v1.0.0
1812024-10-09T21:33:07.541Z Downloaded highway v1.2.0
1822024-10-09T21:33:07.541Z Downloaded assert_matches v1.5.0
1832024-10-09T21:33:07.544Z Downloaded async-channel v1.9.0
1842024-10-09T21:33:07.544Z Downloaded foreign-types-shared v0.3.1
1852024-10-09T21:33:07.544Z Downloaded float-ord v0.3.2
1862024-10-09T21:33:07.547Z Downloaded async-attributes v1.1.2
1872024-10-09T21:33:07.547Z Downloaded bitflags v1.3.2
1882024-10-09T21:33:07.549Z Downloaded base16ct v0.2.0
1892024-10-09T21:33:07.554Z Downloaded proc-macro-error-attr v1.0.4
1902024-10-09T21:33:07.554Z Downloaded hmac v0.12.1
1912024-10-09T21:33:07.558Z Downloaded form_urlencoded v1.2.1
1922024-10-09T21:33:07.558Z Downloaded block-buffer v0.10.4
1932024-10-09T21:33:07.558Z Downloaded bitfield v0.14.0
1942024-10-09T21:33:07.561Z Downloaded hyper-staticfile v0.10.1
1952024-10-09T21:33:07.561Z Downloaded bcrypt-pbkdf v0.10.0
1962024-10-09T21:33:07.564Z Downloaded byteorder v1.5.0
1972024-10-09T21:33:07.564Z Downloaded buf-list v1.0.3
1982024-10-09T21:33:07.566Z Downloaded blocking v1.6.1
1992024-10-09T21:33:07.568Z Downloaded cipher v0.4.4
2002024-10-09T21:33:07.570Z Downloaded chacha20 v0.9.1
2012024-10-09T21:33:07.570Z Downloaded cexpr v0.6.0
2022024-10-09T21:33:07.574Z Downloaded anstream v0.6.14
2032024-10-09T21:33:07.577Z Downloaded percent-encoding v2.3.1
2042024-10-09T21:33:07.580Z Downloaded headers-core v0.3.0
2052024-10-09T21:33:07.580Z Downloaded guppy-workspace-hack v0.1.0
2062024-10-09T21:33:07.580Z Downloaded fxhash v0.2.1
2072024-10-09T21:33:07.580Z Downloaded base64 v0.13.1
2082024-10-09T21:33:07.584Z Downloaded ahash v0.8.11
2092024-10-09T21:33:07.587Z Downloaded packed_struct v0.10.1
2102024-10-09T21:33:07.590Z Downloaded progenitor-client v0.8.0
2112024-10-09T21:33:07.590Z Downloaded progenitor v0.8.0
2122024-10-09T21:33:07.590Z Downloaded proc-macro-crate v3.1.0
2132024-10-09T21:33:07.593Z Downloaded base64ct v1.6.0
2142024-10-09T21:33:07.595Z Downloaded blake2b_simd v1.0.2
2152024-10-09T21:33:07.599Z Downloaded tower-service v0.3.2
2162024-10-09T21:33:07.599Z Downloaded toolchain_find v0.4.0
2172024-10-09T21:33:07.599Z Downloaded sync_wrapper v0.1.2
2182024-10-09T21:33:07.605Z Downloaded rtoolbox v0.0.2
2192024-10-09T21:33:07.605Z Downloaded ref-cast-impl v1.0.23
2202024-10-09T21:33:07.605Z Downloaded rustc_version v0.1.7
2212024-10-09T21:33:07.605Z Downloaded home v0.5.9
2222024-10-09T21:33:07.605Z Downloaded base64 v0.22.1
2232024-10-09T21:33:07.608Z Downloaded chacha20poly1305 v0.10.1
2242024-10-09T21:33:07.611Z Downloaded sync_wrapper v1.0.1
2252024-10-09T21:33:07.611Z Downloaded peg v0.8.4
2262024-10-09T21:33:07.615Z Downloaded rustc-hash v1.1.0
2272024-10-09T21:33:07.618Z Downloaded serde_path_to_error v0.1.16
2282024-10-09T21:33:07.620Z Downloaded pretty-hex v0.2.1
2292024-10-09T21:33:07.620Z Downloaded pest_derive v2.7.10
2302024-10-09T21:33:07.623Z Downloaded futures-sink v0.3.30
2312024-10-09T21:33:07.623Z Downloaded futures-executor v0.3.30
2322024-10-09T21:33:07.628Z Downloaded funty v2.0.0
2332024-10-09T21:33:07.628Z Downloaded hex v0.4.3
2342024-10-09T21:33:07.631Z Downloaded glob v0.3.1
2352024-10-09T21:33:07.631Z Downloaded similar-asserts v1.6.0
2362024-10-09T21:33:07.631Z Downloaded hash32 v0.3.1
2372024-10-09T21:33:07.634Z Downloaded async-task v4.7.1
2382024-10-09T21:33:07.637Z Downloaded hostname v0.4.0
2392024-10-09T21:33:07.639Z Downloaded ssh-encoding v0.2.0
2402024-10-09T21:33:07.639Z Downloaded equivalent v1.0.1
2412024-10-09T21:33:07.642Z Downloaded proc-macro-error v1.0.4
2422024-10-09T21:33:07.644Z Downloaded rustc-hash v2.0.0
2432024-10-09T21:33:07.647Z Downloaded zone_cfg_derive v0.3.0
2442024-10-09T21:33:07.647Z Downloaded topological-sort v0.2.2
2452024-10-09T21:33:07.651Z Downloaded fatfs v0.3.6
2462024-10-09T21:33:07.653Z Downloaded cfg-expr v0.16.0
2472024-10-09T21:33:07.653Z Downloaded is_ci v1.2.0
2482024-10-09T21:33:07.656Z Downloaded heapless v0.7.17
2492024-10-09T21:33:07.658Z Downloaded arc-swap v1.7.1
2502024-10-09T21:33:07.664Z Downloaded httpdate v1.0.3
2512024-10-09T21:33:07.668Z Downloaded openssl-macros v0.1.1
2522024-10-09T21:33:07.668Z Downloaded signal-hook-mio v0.2.4
2532024-10-09T21:33:07.668Z Downloaded proc-macro2 v1.0.86
2542024-10-09T21:33:07.673Z Downloaded tap v1.0.1
2552024-10-09T21:33:07.673Z Downloaded defmt-macros v0.3.9
2562024-10-09T21:33:07.675Z Downloaded tabwriter v1.4.0
2572024-10-09T21:33:07.675Z Downloaded pathdiff v0.2.1
2582024-10-09T21:33:07.678Z Downloaded openssl-probe v0.1.5
2592024-10-09T21:33:07.678Z Downloaded sha1 v0.10.6
2602024-10-09T21:33:07.680Z Downloaded predicates-tree v1.0.9
2612024-10-09T21:33:07.680Z Downloaded unicode-truncate v1.0.0
2622024-10-09T21:33:07.684Z Downloaded dyn-clone v1.0.17
2632024-10-09T21:33:07.686Z Downloaded dsl_auto_type v0.1.2
2642024-10-09T21:33:07.686Z Downloaded errno v0.3.9
2652024-10-09T21:33:07.688Z Downloaded futures-lite v2.3.0
2662024-10-09T21:33:07.691Z Downloaded tokio-macros v2.4.0
2672024-10-09T21:33:07.691Z Downloaded take_mut v0.2.2
2682024-10-09T21:33:07.694Z Downloaded predicates-core v1.0.6
2692024-10-09T21:33:07.694Z Downloaded slog-envlogger v2.2.0
2702024-10-09T21:33:07.696Z Downloaded unicase v2.7.0
2712024-10-09T21:33:07.696Z Downloaded getrandom v0.2.14
2722024-10-09T21:33:07.699Z Downloaded httptest v0.16.1
2732024-10-09T21:33:07.701Z Downloaded indoc v2.0.5
2742024-10-09T21:33:07.704Z Downloaded hyper-rustls v0.27.3
2752024-10-09T21:33:07.707Z Downloaded crc-catalog v2.4.0
2762024-10-09T21:33:07.711Z Downloaded libsw v3.3.1
2772024-10-09T21:33:07.713Z Downloaded uzers v0.11.3
2782024-10-09T21:33:07.713Z Downloaded pretty-hex v0.4.1
2792024-10-09T21:33:07.715Z Downloaded iana-time-zone v0.1.60
2802024-10-09T21:33:07.718Z Downloaded http v0.2.12
2812024-10-09T21:33:07.720Z Downloaded hashbrown v0.12.3
2822024-10-09T21:33:07.724Z Downloaded serde-big-array v0.5.1
2832024-10-09T21:33:07.726Z Downloaded bytes v1.7.2
2842024-10-09T21:33:07.730Z Downloaded paste v1.0.15
2852024-10-09T21:33:07.734Z Downloaded serde_urlencoded v0.7.1
2862024-10-09T21:33:07.737Z Downloaded plain v0.2.3
2872024-10-09T21:33:07.737Z Downloaded env_logger v0.11.5
2882024-10-09T21:33:07.739Z Downloaded tabled_derive v0.7.0
2892024-10-09T21:33:07.742Z Downloaded ron v0.8.1
2902024-10-09T21:33:07.745Z Downloaded usdt-attr-macro v0.5.0
2912024-10-09T21:33:07.748Z Downloaded try-lock v0.2.5
2922024-10-09T21:33:07.748Z Downloaded sqlparser_derive v0.2.2
2932024-10-09T21:33:07.750Z Downloaded r2d2 v0.8.10
2942024-10-09T21:33:07.750Z Downloaded rand_xorshift v0.3.0
2952024-10-09T21:33:07.752Z Downloaded serde_regex v1.1.0
2962024-10-09T21:33:07.755Z Downloaded serde_plain v1.0.2
2972024-10-09T21:33:07.755Z Downloaded cstr-argument v0.1.2
2982024-10-09T21:33:07.757Z Downloaded half v2.4.1
2992024-10-09T21:33:07.760Z Downloaded rustls-pemfile v1.0.4
3002024-10-09T21:33:07.763Z Downloaded mockall v0.13.0
3012024-10-09T21:33:07.763Z Downloaded swrite v0.1.0
3022024-10-09T21:33:07.766Z Downloaded criterion-plot v0.5.0
3032024-10-09T21:33:07.766Z Downloaded password-hash v0.5.0
3042024-10-09T21:33:07.769Z Downloaded const-oid v0.9.6
3052024-10-09T21:33:07.771Z Downloaded crc-any v2.5.0
3062024-10-09T21:33:07.774Z Downloaded password-hash v0.4.2
3072024-10-09T21:33:07.776Z Downloaded new_debug_unreachable v1.0.6
3082024-10-09T21:33:07.777Z Downloaded path-tree v0.8.1
3092024-10-09T21:33:07.779Z Downloaded thiserror v1.0.64
3102024-10-09T21:33:07.782Z Downloaded threadpool v1.8.1
3112024-10-09T21:33:07.784Z Downloaded unicode-linebreak v0.1.5
3122024-10-09T21:33:07.784Z Downloaded quote v1.0.37
3132024-10-09T21:33:07.787Z Downloaded rustversion v1.0.17
3142024-10-09T21:33:07.791Z Downloaded serde_spanned v0.6.7
3152024-10-09T21:33:07.793Z Downloaded version_check v0.9.5
3162024-10-09T21:33:07.793Z Downloaded slog-stdlog v4.1.1
3172024-10-09T21:33:07.796Z Downloaded slog-scope v4.4.0
3182024-10-09T21:33:07.796Z Downloaded progenitor-impl v0.8.0
3192024-10-09T21:33:07.798Z Downloaded ssh-cipher v0.2.0
3202024-10-09T21:33:07.803Z Downloaded phf_shared v0.10.0
3212024-10-09T21:33:07.803Z Downloaded plotters-svg v0.3.5
3222024-10-09T21:33:07.806Z Downloaded cpufeatures v0.2.12
3232024-10-09T21:33:07.806Z Downloaded terminal_size v0.3.0
3242024-10-09T21:33:07.806Z Downloaded colored v2.1.0
3252024-10-09T21:33:07.809Z Downloaded structmeta-derive v0.3.0
3262024-10-09T21:33:07.809Z Downloaded fallible-streaming-iterator v0.1.9
3272024-10-09T21:33:07.809Z Downloaded fallible-iterator v0.3.0
3282024-10-09T21:33:07.811Z Downloaded log v0.4.22
3292024-10-09T21:33:07.814Z Downloaded aes-gcm v0.10.3
3302024-10-09T21:33:07.817Z Downloaded rustls-pki-types v1.7.0
3312024-10-09T21:33:07.820Z Downloaded rustls-pemfile v2.1.3
3322024-10-09T21:33:07.822Z Downloaded rustls-native-certs v0.7.0
3332024-10-09T21:33:07.824Z Downloaded tokio-rustls v0.24.1
3342024-10-09T21:33:07.828Z Downloaded kv-log-macro v1.0.7
3352024-10-09T21:33:07.831Z Downloaded keccak v0.1.5
3362024-10-09T21:33:07.831Z Downloaded jobserver v0.1.32
3372024-10-09T21:33:07.833Z Downloaded serde_repr v0.1.19
3382024-10-09T21:33:07.834Z Downloaded signal-hook-tokio v0.3.1
3392024-10-09T21:33:07.836Z Downloaded oorandom v11.1.3
3402024-10-09T21:33:07.836Z Downloaded olpc-cjson v0.1.3
3412024-10-09T21:33:07.836Z Downloaded pkcs8 v0.10.2
3422024-10-09T21:33:07.839Z Downloaded thread_local v1.1.8
3432024-10-09T21:33:07.841Z Downloaded env_logger v0.10.2
3442024-10-09T21:33:07.844Z Downloaded hickory-resolver v0.24.1
3452024-10-09T21:33:07.848Z Downloaded phf_shared v0.11.2
3462024-10-09T21:33:07.852Z Downloaded want v0.3.1
3472024-10-09T21:33:07.852Z Downloaded ed25519 v2.2.3
3482024-10-09T21:33:07.856Z Downloaded diesel_table_macro_syntax v0.2.0
3492024-10-09T21:33:07.856Z Downloaded rustc_version v0.4.0
3502024-10-09T21:33:07.856Z Downloaded rand_seeder v0.3.0
3512024-10-09T21:33:07.858Z Downloaded derive_builder v0.20.0
3522024-10-09T21:33:07.861Z Downloaded toml v0.7.8
3532024-10-09T21:33:07.864Z Downloaded console v0.15.8
3542024-10-09T21:33:07.867Z Downloaded parking_lot_core v0.8.6
3552024-10-09T21:33:07.869Z Downloaded escape8259 v0.5.2
3562024-10-09T21:33:07.871Z Downloaded secrecy v0.8.0
3572024-10-09T21:33:07.871Z Downloaded semver v0.1.20
3582024-10-09T21:33:07.874Z Downloaded rusty-fork v0.3.0
3592024-10-09T21:33:07.876Z Downloaded tokio-tungstenite v0.23.1
3602024-10-09T21:33:07.879Z Downloaded fallible-iterator v0.2.0
3612024-10-09T21:33:07.879Z Downloaded aes v0.8.4
3622024-10-09T21:33:07.882Z Downloaded derive_builder_macro v0.20.0
3632024-10-09T21:33:07.885Z Downloaded num-conv v0.1.0
3642024-10-09T21:33:07.885Z Downloaded subtle v2.5.0
3652024-10-09T21:33:07.888Z Downloaded slog-bunyan v2.5.0
3662024-10-09T21:33:07.888Z Downloaded signal-hook-registry v1.4.2
3672024-10-09T21:33:07.888Z Downloaded pbkdf2 v0.11.0
3682024-10-09T21:33:07.891Z Downloaded mockall_derive v0.13.0
3692024-10-09T21:33:07.893Z Downloaded heapless v0.8.0
3702024-10-09T21:33:07.896Z Downloaded aho-corasick v1.1.3
3712024-10-09T21:33:07.901Z Downloaded precomputed-hash v0.1.1
3722024-10-09T21:33:07.904Z Downloaded twox-hash v1.6.3
3732024-10-09T21:33:07.906Z Downloaded poly1305 v0.8.0
3742024-10-09T21:33:07.909Z Downloaded concurrent-queue v2.5.0
3752024-10-09T21:33:07.912Z Downloaded which v4.4.2
3762024-10-09T21:33:07.912Z Downloaded vsss-rs v3.3.4
3772024-10-09T21:33:07.914Z Downloaded ref-cast v1.0.23
3782024-10-09T21:33:07.916Z Downloaded der v0.7.9
3792024-10-09T21:33:07.920Z Downloaded newtype_derive v0.1.6
3802024-10-09T21:33:07.923Z Downloaded event-listener v2.5.3
3812024-10-09T21:33:07.925Z Downloaded either v1.13.0
3822024-10-09T21:33:07.925Z Downloaded dirs-sys-next v0.1.2
3832024-10-09T21:33:07.928Z Downloaded datatest-stable v0.2.9
3842024-10-09T21:33:07.931Z Downloaded blake3 v1.5.1
3852024-10-09T21:33:07.936Z Downloaded rpassword v7.3.1
3862024-10-09T21:33:07.938Z Downloaded hashbrown v0.14.5
3872024-10-09T21:33:07.942Z Downloaded vergen v8.3.2
3882024-10-09T21:33:07.946Z Downloaded tokio-stream v0.1.16
3892024-10-09T21:33:07.951Z Downloaded powerfmt v0.2.0
3902024-10-09T21:33:07.953Z Downloaded phf v0.11.2
3912024-10-09T21:33:07.955Z Downloaded typify v0.2.0
3922024-10-09T21:33:07.957Z Downloaded num-rational v0.4.2
3932024-10-09T21:33:07.960Z Downloaded trybuild v1.0.99
3942024-10-09T21:33:07.962Z Downloaded utf8parse v0.2.1
3952024-10-09T21:33:07.965Z Downloaded minimal-lexical v0.2.1
3962024-10-09T21:33:07.970Z Downloaded vte v0.11.1
3972024-10-09T21:33:07.973Z Downloaded usdt-macro v0.5.0
3982024-10-09T21:33:07.973Z Downloaded ssh-key v0.6.6
3992024-10-09T21:33:07.978Z Downloaded hickory-server v0.24.1
4002024-10-09T21:33:07.984Z Downloaded sigpipe v0.1.3
4012024-10-09T21:33:07.987Z Downloaded csv-core v0.1.11
4022024-10-09T21:33:07.987Z Downloaded tough v0.17.1
4032024-10-09T21:33:07.994Z Downloaded guppy v0.17.7
4042024-10-09T21:33:08.001Z Downloaded memoffset v0.9.1
4052024-10-09T21:33:08.004Z Downloaded num_cpus v1.16.0
4062024-10-09T21:33:08.007Z Downloaded shlex v1.3.0
4072024-10-09T21:33:08.007Z Downloaded num_enum v0.5.11
4082024-10-09T21:33:08.011Z Downloaded psl-types v2.0.11
4092024-10-09T21:33:08.015Z Downloaded stringmetrics v2.2.2
4102024-10-09T21:33:08.018Z Downloaded fancy-regex v0.13.0
4112024-10-09T21:33:08.018Z Downloaded crossbeam-epoch v0.9.18
4122024-10-09T21:33:08.022Z Downloaded relative-path v1.9.3
4132024-10-09T21:33:08.026Z Downloaded unarray v0.1.4
4142024-10-09T21:33:08.026Z Downloaded xattr v1.3.1
4152024-10-09T21:33:08.030Z Downloaded thiserror-impl-no-std v2.0.2
4162024-10-09T21:33:08.030Z Downloaded derive_more v0.99.18
4172024-10-09T21:33:08.033Z Downloaded tracing-core v0.1.32
4182024-10-09T21:33:08.036Z Downloaded scroll_derive v0.12.0
4192024-10-09T21:33:08.036Z Downloaded xz2 v0.1.7
4202024-10-09T21:33:08.038Z Downloaded ipnet v2.10.0
4212024-10-09T21:33:08.040Z Downloaded ena v0.14.3
4222024-10-09T21:33:08.042Z Downloaded crossbeam-channel v0.5.12
4232024-10-09T21:33:08.045Z Downloaded structmeta v0.3.0
4242024-10-09T21:33:08.048Z Downloaded hyper v1.4.1
4252024-10-09T21:33:08.053Z Downloaded hashbrown v0.13.2
4262024-10-09T21:33:08.058Z Downloaded waitgroup v0.1.2
4272024-10-09T21:33:08.060Z Downloaded zeroize v1.8.1
4282024-10-09T21:33:08.062Z Downloaded thread-id v4.2.1
4292024-10-09T21:33:08.062Z Downloaded num-iter v0.1.45
4302024-10-09T21:33:08.064Z Downloaded smallvec v1.13.2
4312024-10-09T21:33:08.067Z Downloaded pkcs5 v0.7.1
4322024-10-09T21:33:08.069Z Downloaded dhcproto-macros v0.1.0
4332024-10-09T21:33:08.071Z Downloaded cobs v0.2.3
4342024-10-09T21:33:08.072Z Downloaded thiserror-no-std v2.0.2
4352024-10-09T21:33:08.075Z Downloaded pin-utils v0.1.0
4362024-10-09T21:33:08.078Z Downloaded data-encoding v2.6.0
4372024-10-09T21:33:08.080Z Downloaded lazycell v1.3.0
4382024-10-09T21:33:08.080Z Downloaded event-listener v5.3.1
4392024-10-09T21:33:08.082Z Downloaded elliptic-curve v0.13.8
4402024-10-09T21:33:08.085Z Downloaded tiny-keccak v2.0.2
4412024-10-09T21:33:08.088Z Downloaded parking_lot v0.12.2
4422024-10-09T21:33:08.090Z Downloaded rustls-webpki v0.101.7
4432024-10-09T21:33:08.105Z Downloaded lazy_static v1.5.0
4442024-10-09T21:33:08.107Z Downloaded is-terminal v0.4.12
4452024-10-09T21:33:08.109Z Downloaded endian-type v0.1.2
4462024-10-09T21:33:08.109Z Downloaded criterion v0.5.1
4472024-10-09T21:33:08.115Z Downloaded mio v1.0.2
4482024-10-09T21:33:08.120Z Downloaded newline-converter v0.3.0
4492024-10-09T21:33:08.122Z Downloaded crypto-bigint v0.5.5
4502024-10-09T21:33:08.128Z Downloaded sec1 v0.7.3
4512024-10-09T21:33:08.130Z Downloaded enum-as-inner v0.5.1
4522024-10-09T21:33:08.133Z Downloaded internet-checksum v0.2.1
4532024-10-09T21:33:08.135Z Downloaded toml v0.8.19
4542024-10-09T21:33:08.137Z Downloaded pin-project-lite v0.2.14
4552024-10-09T21:33:08.141Z Downloaded time v0.3.36
4562024-10-09T21:33:08.148Z Downloaded tokio-util v0.7.12
4572024-10-09T21:33:08.154Z Downloaded opaque-debug v0.3.1
4582024-10-09T21:33:08.157Z Downloaded crucible-workspace-hack v0.1.0
4592024-10-09T21:33:08.159Z Downloaded crunchy v0.2.2
4602024-10-09T21:33:08.159Z Downloaded rustfmt-wrapper v0.2.1
4612024-10-09T21:33:08.161Z Downloaded memmap v0.7.0
4622024-10-09T21:33:08.161Z Downloaded macaddr v1.0.1
4632024-10-09T21:33:08.164Z Downloaded libefi-sys v0.1.0
4642024-10-09T21:33:08.164Z Downloaded samael v0.0.17
4652024-10-09T21:33:08.169Z Downloaded mio v0.8.11
4662024-10-09T21:33:08.175Z Downloaded md5 v0.7.0
4672024-10-09T21:33:08.178Z Downloaded structmeta v0.2.0
4682024-10-09T21:33:08.178Z Downloaded rustc-demangle v0.1.24
4692024-10-09T21:33:08.180Z Downloaded ipnetwork v0.20.0
4702024-10-09T21:33:08.182Z Downloaded embedded-io v0.4.0
4712024-10-09T21:33:08.185Z Downloaded curve25519-dalek-derive v0.1.1
4722024-10-09T21:33:08.185Z Downloaded nodrop v0.1.14
4732024-10-09T21:33:08.187Z Downloaded nibble_vec v0.1.0
4742024-10-09T21:33:08.187Z Downloaded crossbeam-deque v0.8.5
4752024-10-09T21:33:08.189Z Downloaded const_format_proc_macros v0.2.33
4762024-10-09T21:33:08.192Z Downloaded universal-hash v0.5.1
4772024-10-09T21:33:08.192Z Downloaded salsa20 v0.10.2
4782024-10-09T21:33:08.194Z Downloaded memmap2 v0.9.4
4792024-10-09T21:33:08.196Z Downloaded ucd-trie v0.1.6
4802024-10-09T21:33:08.198Z Downloaded plotters v0.3.5
4812024-10-09T21:33:08.205Z Downloaded matches v0.1.10
4822024-10-09T21:33:08.207Z Downloaded indicatif v0.17.8
4832024-10-09T21:33:08.210Z Downloaded indexmap v1.9.3
4842024-10-09T21:33:08.213Z Downloaded wait-timeout v0.2.0
4852024-10-09T21:33:08.216Z Downloaded darling v0.20.9
4862024-10-09T21:33:08.219Z Downloaded termios v0.3.3
4872024-10-09T21:33:08.222Z Downloaded match_cfg v0.1.0
4882024-10-09T21:33:08.224Z Downloaded scheduled-thread-pool v0.2.7
4892024-10-09T21:33:08.224Z Downloaded time-core v0.1.2
4902024-10-09T21:33:08.226Z Downloaded spin v0.9.8
4912024-10-09T21:33:08.229Z Downloaded oso v0.27.3
4922024-10-09T21:33:08.231Z Downloaded termtree v0.4.1
4932024-10-09T21:33:08.233Z Downloaded term v0.7.0
4942024-10-09T21:33:08.235Z Downloaded russh-cryptovec v0.7.2
4952024-10-09T21:33:08.238Z Downloaded zone v0.1.8
4962024-10-09T21:33:08.238Z Downloaded instability v0.3.2
4972024-10-09T21:33:08.240Z Downloaded ctr v0.9.2
4982024-10-09T21:33:08.240Z Downloaded typify-macro v0.2.0
4992024-10-09T21:33:08.243Z Downloaded tracing-attributes v0.1.27
5002024-10-09T21:33:08.245Z Downloaded native-tls v0.2.11
5012024-10-09T21:33:08.247Z Downloaded postcard v1.0.8
5022024-10-09T21:33:08.250Z Downloaded number_prefix v0.4.0
5032024-10-09T21:33:08.252Z Downloaded maybe-uninit v2.0.0
5042024-10-09T21:33:08.252Z Downloaded deranged v0.3.11
5052024-10-09T21:33:08.254Z Downloaded downcast v0.11.0
5062024-10-09T21:33:08.257Z Downloaded owo-colors v4.1.0
5072024-10-09T21:33:08.259Z Downloaded ryu v1.0.18
5082024-10-09T21:33:08.261Z Downloaded num-bigint v0.4.5
5092024-10-09T21:33:08.265Z Downloaded postgres-protocol v0.6.7
5102024-10-09T21:33:08.268Z Downloaded rusqlite v0.32.1
5112024-10-09T21:33:08.275Z Downloaded pem v3.0.4
5122024-10-09T21:33:08.278Z Downloaded tls_codec v0.4.1
5132024-10-09T21:33:08.278Z Downloaded packed_struct_codegen v0.10.1
5142024-10-09T21:33:08.280Z Downloaded zone v0.3.0
5152024-10-09T21:33:08.280Z Downloaded time-macros v0.2.18
5162024-10-09T21:33:08.282Z Downloaded openssl-sys v0.9.103
5172024-10-09T21:33:08.287Z Downloaded tar v0.4.42
5182024-10-09T21:33:08.291Z Downloaded bitvec v1.0.1
5192024-10-09T21:33:08.305Z Downloaded tinyvec v1.6.0
5202024-10-09T21:33:08.307Z Downloaded normalize-line-endings v0.3.0
5212024-10-09T21:33:08.311Z Downloaded peg-runtime v0.8.3
5222024-10-09T21:33:08.311Z Downloaded event-listener-strategy v0.5.2
5232024-10-09T21:33:08.313Z Downloaded x509-cert v0.2.5
5242024-10-09T21:33:08.316Z Downloaded pin-project v1.1.5
5252024-10-09T21:33:08.327Z Downloaded tokio-native-tls v0.3.1
5262024-10-09T21:33:08.329Z Downloaded utf-8 v0.7.6
5272024-10-09T21:33:08.332Z Downloaded stringprep v0.1.4
5282024-10-09T21:33:08.332Z Downloaded socket2 v0.4.10
5292024-10-09T21:33:08.334Z Downloaded sqlparser v0.45.0
5302024-10-09T21:33:08.339Z Downloaded untrusted v0.7.1
5312024-10-09T21:33:08.342Z Downloaded serde_derive v1.0.210
5322024-10-09T21:33:08.344Z Downloaded primeorder v0.13.6
5332024-10-09T21:33:08.344Z Downloaded debug-ignore v1.0.5
5342024-10-09T21:33:08.347Z Downloaded tempfile v3.13.0
5352024-10-09T21:33:08.349Z Downloaded publicsuffix v2.2.3
5362024-10-09T21:33:08.352Z Downloaded unicode-ident v1.0.13
5372024-10-09T21:33:08.354Z Downloaded strum_macros v0.26.4
5382024-10-09T21:33:08.357Z Downloaded maplit v1.0.2
5392024-10-09T21:33:08.360Z Downloaded siphasher v0.3.11
5402024-10-09T21:33:08.360Z Downloaded parking v2.2.1
5412024-10-09T21:33:08.362Z Downloaded git2 v0.19.0
5422024-10-09T21:33:08.368Z Downloaded parse-size v1.0.0
5432024-10-09T21:33:08.370Z Downloaded managed v0.8.0
5442024-10-09T21:33:08.370Z Downloaded clap_lex v0.7.0
5452024-10-09T21:33:08.373Z Downloaded structmeta-derive v0.2.0
5462024-10-09T21:33:08.373Z Downloaded strsim v0.11.1
5472024-10-09T21:33:08.375Z Downloaded h2 v0.4.6
5482024-10-09T21:33:08.380Z Downloaded toml_datetime v0.6.8
5492024-10-09T21:33:08.382Z Downloaded quinn-udp v0.5.5
5502024-10-09T21:33:08.384Z Downloaded digest v0.10.7
5512024-10-09T21:33:08.386Z Downloaded spin v0.5.2
5522024-10-09T21:33:08.386Z Downloaded slog-async v2.8.0
5532024-10-09T21:33:08.388Z Downloaded usdt-impl v0.5.0
5542024-10-09T21:33:08.388Z Downloaded tracing v0.1.40
5552024-10-09T21:33:08.392Z Downloaded hkdf v0.12.4
5562024-10-09T21:33:08.395Z Downloaded is_terminal_polyfill v1.70.0
5572024-10-09T21:33:08.398Z Downloaded kstat-rs v0.2.4
5582024-10-09T21:33:08.398Z Downloaded cookie_store v0.21.0
5592024-10-09T21:33:08.400Z Downloaded pkcs1 v0.7.5
5602024-10-09T21:33:08.403Z Downloaded string_cache v0.8.7
5612024-10-09T21:33:08.405Z Downloaded peg-macros v0.8.4
5622024-10-09T21:33:08.405Z Downloaded partial-io v0.5.4
5632024-10-09T21:33:08.411Z Downloaded openssl v0.10.66
5642024-10-09T21:33:08.416Z Downloaded predicates v3.1.2
5652024-10-09T21:33:08.418Z Downloaded shell-words v1.1.0
5662024-10-09T21:33:08.420Z Downloaded constant_time_eq v0.3.0
5672024-10-09T21:33:08.420Z Downloaded tui-tree-widget v0.22.0
5682024-10-09T21:33:08.423Z Downloaded crc v3.2.1
5692024-10-09T21:33:08.425Z Downloaded num v0.4.3
5702024-10-09T21:33:08.427Z Downloaded resolv-conf v0.7.0
5712024-10-09T21:33:08.427Z Downloaded nu-ansi-term v0.50.0
5722024-10-09T21:33:08.429Z Downloaded regex v1.10.6
5732024-10-09T21:33:08.442Z Downloaded impl-trait-for-tuples v0.2.2
5742024-10-09T21:33:08.446Z Downloaded convert_case v0.4.0
5752024-10-09T21:33:08.448Z Downloaded untrusted v0.9.0
5762024-10-09T21:33:08.449Z Downloaded plotters-backend v0.3.5
5772024-10-09T21:33:08.449Z Downloaded colorchoice v1.0.1
5782024-10-09T21:33:08.451Z Downloaded sqlformat v0.2.6
5792024-10-09T21:33:08.453Z Downloaded snafu-derive v0.8.2
5802024-10-09T21:33:08.453Z Downloaded polar-core v0.27.3
5812024-10-09T21:33:08.460Z Downloaded p256 v0.13.2
5822024-10-09T21:33:08.464Z Downloaded libm v0.2.8
5832024-10-09T21:33:08.471Z Downloaded tokio-rustls v0.25.0
5842024-10-09T21:33:08.473Z Downloaded postgres-types v0.2.8
5852024-10-09T21:33:08.476Z Downloaded dhcproto v0.12.0
5862024-10-09T21:33:08.479Z Downloaded zip v0.6.6
5872024-10-09T21:33:08.482Z Downloaded sha2 v0.10.8
5882024-10-09T21:33:08.486Z Downloaded unicode-xid v0.2.4
5892024-10-09T21:33:08.488Z Downloaded darling_core v0.20.9
5902024-10-09T21:33:08.491Z Downloaded clap_derive v4.5.18
5912024-10-09T21:33:08.493Z Downloaded syn v2.0.79
5922024-10-09T21:33:08.504Z Downloaded prettyplease v0.2.22
5932024-10-09T21:33:08.507Z Downloaded socket2 v0.5.7
5942024-10-09T21:33:08.510Z Downloaded des v0.8.1
5952024-10-09T21:33:08.512Z Downloaded salty v0.3.0
5962024-10-09T21:33:08.516Z Downloaded smoltcp v0.9.1
5972024-10-09T21:33:08.527Z Downloaded pretty_assertions v1.4.1
5982024-10-09T21:33:08.530Z Downloaded tungstenite v0.21.0
5992024-10-09T21:33:08.533Z Downloaded papergrid v0.11.0
6002024-10-09T21:33:08.537Z Downloaded rand v0.8.5
6012024-10-09T21:33:08.540Z Downloaded unicode_categories v0.1.1
6022024-10-09T21:33:08.542Z Downloaded itertools v0.13.0
6032024-10-09T21:33:08.549Z Downloaded portable-atomic v1.6.0
6042024-10-09T21:33:08.554Z Downloaded derive_builder_core v0.20.0
6052024-10-09T21:33:08.556Z Downloaded itertools v0.12.1
6062024-10-09T21:33:08.563Z Downloaded expectorate v1.1.0
6072024-10-09T21:33:08.565Z Downloaded url v2.5.2
6082024-10-09T21:33:08.569Z Downloaded winnow v0.5.40
6092024-10-09T21:33:08.577Z Downloaded winnow v0.6.18
6102024-10-09T21:33:08.585Z Downloaded memchr v2.7.2
6112024-10-09T21:33:08.590Z Downloaded crossterm v0.27.0
6122024-10-09T21:33:08.596Z Downloaded smoltcp v0.11.0
6132024-10-09T21:33:08.608Z Downloaded toml_edit v0.22.22
6142024-10-09T21:33:08.629Z Downloaded vcpkg v0.2.15
6152024-10-09T21:33:08.667Z Downloaded itertools v0.10.5
6162024-10-09T21:33:08.674Z Downloaded proptest v1.5.0
6172024-10-09T21:33:08.686Z Downloaded bstr v1.9.1
6182024-10-09T21:33:08.695Z Downloaded gimli v0.28.1
6192024-10-09T21:33:08.702Z Downloaded reqwest v0.11.27
6202024-10-09T21:33:08.710Z Downloaded nom v7.1.3
6212024-10-09T21:33:08.715Z Downloaded serde_json v1.0.128
6222024-10-09T21:33:08.722Z Downloaded idna v0.4.0
6232024-10-09T21:33:08.728Z Downloaded idna v0.2.3
6242024-10-09T21:33:08.735Z Downloaded p521 v0.13.3
6252024-10-09T21:33:08.739Z Downloaded openapiv3 v2.0.0
6262024-10-09T21:33:08.750Z Downloaded p384 v0.13.0
6272024-10-09T21:33:08.755Z Downloaded syn v1.0.109
6282024-10-09T21:33:08.765Z Downloaded lalrpop v0.19.12
6292024-10-09T21:33:08.776Z Downloaded quick-xml v0.33.0
6302024-10-09T21:33:08.781Z Downloaded object v0.30.4
6312024-10-09T21:33:08.794Z Downloaded regex-syntax v0.8.4
6322024-10-09T21:33:08.798Z Downloaded radix_trie v0.2.1
6332024-10-09T21:33:08.804Z Downloaded rustix v0.38.37
6342024-10-09T21:33:08.826Z Downloaded curve25519-dalek v4.1.3
6352024-10-09T21:33:08.834Z Downloaded rustls v0.22.4
6362024-10-09T21:33:08.847Z Downloaded nix v0.28.0
6372024-10-09T21:33:08.857Z Downloaded regress v0.9.1
6382024-10-09T21:33:08.865Z Downloaded regress v0.10.1
6392024-10-09T21:33:08.874Z Downloaded nix v0.29.0
6402024-10-09T21:33:08.885Z Downloaded zerocopy-derive v0.6.6
6412024-10-09T21:33:08.894Z Downloaded sled v0.34.7
6422024-10-09T21:33:08.908Z Downloaded nix v0.27.1
6432024-10-09T21:33:08.922Z Downloaded dropshot v0.12.0
6442024-10-09T21:33:08.933Z Downloaded petgraph v0.6.5
6452024-10-09T21:33:08.950Z Downloaded regex-syntax v0.6.29
6462024-10-09T21:33:08.956Z Downloaded rustls v0.21.12
6472024-10-09T21:33:08.966Z Downloaded bzip2-sys v0.1.11+1.0.8
6482024-10-09T21:33:08.979Z Downloaded diesel v2.2.4
6492024-10-09T21:33:08.998Z Downloaded unicode-width v0.1.13
6502024-10-09T21:33:09.006Z Downloaded hickory-proto v0.24.1
6512024-10-09T21:33:09.021Z Downloaded ratatui v0.28.0
6522024-10-09T21:33:09.042Z Downloaded rustls v0.23.10
6532024-10-09T21:33:09.058Z Downloaded typify-impl v0.2.0
6542024-10-09T21:33:09.073Z Downloaded trust-dns-proto v0.22.0
6552024-10-09T21:33:09.084Z Downloaded object v0.32.2
6562024-10-09T21:33:09.095Z Downloaded tokio-postgres v0.7.12
6572024-10-09T21:33:09.099Z Downloaded steno v0.4.1
6582024-10-09T21:33:09.103Z Downloaded idna v0.5.0
6592024-10-09T21:33:09.110Z Downloaded toml_edit v0.19.15
6602024-10-09T21:33:09.126Z Downloaded webpki-roots v0.26.3
6612024-10-09T21:33:09.129Z Downloaded quinn-proto v0.11.8
6622024-10-09T21:33:09.137Z Downloaded reedline v0.33.0
6632024-10-09T21:33:09.144Z Downloaded tabled v0.15.0
6642024-10-09T21:33:09.160Z Downloaded finl_unicode v1.2.0
6652024-10-09T21:33:09.172Z Downloaded idna v0.3.0
6662024-10-09T21:33:09.179Z Downloaded clap_builder v4.5.18
6672024-10-09T21:33:09.185Z Downloaded rsa v0.9.6
6682024-10-09T21:33:09.191Z Downloaded clap v4.5.18
6692024-10-09T21:33:09.198Z Downloaded rustyline v14.0.0
6702024-10-09T21:33:09.204Z Downloaded regex-automata v0.4.6
6712024-10-09T21:33:09.222Z Downloaded serde_with v3.9.0
6722024-10-09T21:33:09.229Z Downloaded reqwest v0.12.7
6732024-10-09T21:33:09.239Z Downloaded hyper v0.14.30
6742024-10-09T21:33:09.247Z Downloaded slog v2.7.0
6752024-10-09T21:33:09.249Z Downloaded rust-argon2 v2.1.0
6762024-10-09T21:33:09.252Z Downloaded unicode-normalization v0.1.23
6772024-10-09T21:33:09.255Z Downloaded strum_macros v0.25.3
6782024-10-09T21:33:09.257Z Downloaded rand_distr v0.4.3
6792024-10-09T21:33:09.259Z Downloaded tungstenite v0.23.0
6802024-10-09T21:33:09.262Z Downloaded libc v0.2.159
6812024-10-09T21:33:09.290Z Downloaded tokio v1.39.3
6822024-10-09T21:33:09.327Z Downloaded serde v1.0.210
6832024-10-09T21:33:09.330Z Downloaded lzma-sys v0.1.20
6842024-10-09T21:33:09.359Z Downloaded goblin v0.8.2
6852024-10-09T21:33:09.365Z Downloaded instant v0.1.12
6862024-10-09T21:33:09.368Z Downloaded parse-display v0.10.0
6872024-10-09T21:33:09.368Z Downloaded num_enum_derive v0.5.11
6882024-10-09T21:33:09.370Z Downloaded russh-keys v0.45.0
6892024-10-09T21:33:09.372Z Downloaded csv v1.3.0
6902024-10-09T21:33:09.392Z Downloaded slab v0.4.9
6912024-10-09T21:33:09.394Z Downloaded static_assertions v1.1.0
6922024-10-09T21:33:09.394Z Downloaded serde_with_macros v3.9.0
6932024-10-09T21:33:09.396Z Downloaded strip-ansi-escapes v0.2.0
6942024-10-09T21:33:09.396Z Downloaded der_derive v0.7.2
6952024-10-09T21:33:09.398Z Downloaded pest_meta v2.7.10
6962024-10-09T21:33:09.401Z Downloaded crossbeam-utils v0.8.19
6972024-10-09T21:33:09.403Z Downloaded ring v0.17.8
6982024-10-09T21:33:09.471Z Downloaded indexmap v2.5.0
6992024-10-09T21:33:09.475Z Downloaded sha3 v0.10.8
7002024-10-09T21:33:09.480Z Downloaded libxml v0.3.3
7012024-10-09T21:33:09.486Z Downloaded zeroize_derive v1.4.2
7022024-10-09T21:33:09.488Z Downloaded diesel_derives v2.2.2
7032024-10-09T21:33:09.491Z Downloaded rstest v0.22.0
7042024-10-09T21:33:09.496Z Downloaded pin-project-internal v1.1.5
7052024-10-09T21:33:09.499Z Downloaded num-bigint-dig v0.8.4
7062024-10-09T21:33:09.502Z Downloaded crossterm v0.28.1
7072024-10-09T21:33:09.508Z Downloaded quick-error v1.2.3
7082024-10-09T21:33:09.511Z Downloaded unicode-bidi v0.3.15
7092024-10-09T21:33:09.513Z Downloaded rayon v1.10.0
7102024-10-09T21:33:09.521Z Downloaded ring v0.16.20
7112024-10-09T21:33:09.602Z Downloaded env_filter v0.1.2
7122024-10-09T21:33:09.604Z Downloaded enum-as-inner v0.6.0
7132024-10-09T21:33:09.607Z Downloaded dof v0.3.0
7142024-10-09T21:33:09.608Z Downloaded display-error-chain v0.2.1
7152024-10-09T21:33:09.608Z Downloaded dirs-next v2.0.0
7162024-10-09T21:33:09.611Z Downloaded md-5 v0.10.6
7172024-10-09T21:33:09.611Z Downloaded toml_edit v0.21.1
7182024-10-09T21:33:09.629Z Downloaded chrono v0.4.38
7192024-10-09T21:33:09.636Z Downloaded async-std v1.13.0
7202024-10-09T21:33:09.654Z Downloaded inout v0.1.3
7212024-10-09T21:33:09.657Z Downloaded indent_write v2.2.0
7222024-10-09T21:33:09.657Z Downloaded cookie v0.18.1
7232024-10-09T21:33:09.659Z Downloaded same-file v1.0.6
7242024-10-09T21:33:09.662Z Downloaded spki v0.7.3
7252024-10-09T21:33:09.662Z Downloaded termcolor v1.4.1
7262024-10-09T21:33:09.665Z Downloaded walkdir v2.5.0
7272024-10-09T21:33:09.665Z Downloaded usdt v0.5.0
7282024-10-09T21:33:09.667Z Downloaded rustls-webpki v0.102.4
7292024-10-09T21:33:09.682Z Downloaded quinn v0.11.5
7302024-10-09T21:33:09.685Z Downloaded httpmock v0.8.0-alpha.1
7312024-10-09T21:33:09.702Z Downloaded bindgen v0.69.4
7322024-10-09T21:33:09.709Z Downloaded serde_derive_internals v0.29.1
7332024-10-09T21:33:09.712Z Downloaded semver v1.0.23
7342024-10-09T21:33:09.714Z Downloaded sct v0.7.1
7352024-10-09T21:33:09.716Z Downloaded encoding_rs v0.8.34
7362024-10-09T21:33:09.737Z Downloaded zerocopy-derive v0.7.34
7372024-10-09T21:33:09.741Z Downloaded unsafe-libyaml v0.2.11
7382024-10-09T21:33:09.744Z Downloaded typed-path v0.7.1
7392024-10-09T21:33:09.750Z Downloaded tinytemplate v1.2.1
7402024-10-09T21:33:09.752Z Downloaded piper v0.2.4
7412024-10-09T21:33:09.754Z Downloaded target-lexicon v0.12.16
7422024-10-09T21:33:09.754Z Downloaded rand_core v0.6.4
7432024-10-09T21:33:09.757Z Downloaded rand_chacha v0.3.1
7442024-10-09T21:33:09.759Z Downloaded nanorand v0.7.0
7452024-10-09T21:33:09.759Z Downloaded tokio-tungstenite v0.21.0
7462024-10-09T21:33:09.762Z Downloaded tokio-rustls v0.26.0
7472024-10-09T21:33:09.764Z Downloaded ed25519-dalek v2.1.1
7482024-10-09T21:33:09.766Z Downloaded vte_generate_state_changes v0.1.1
7492024-10-09T21:33:09.766Z Downloaded serde-hex v0.1.0
7502024-10-09T21:33:09.769Z Downloaded pem-rfc7468 v0.7.0
7512024-10-09T21:33:09.771Z Downloaded serde_yaml v0.9.34+deprecated
7522024-10-09T21:33:09.773Z Downloaded zerocopy v0.7.34
7532024-10-09T21:33:09.788Z Downloaded scrypt v0.11.0
7542024-10-09T21:33:09.790Z Downloaded const_format v0.2.33
7552024-10-09T21:33:09.793Z Downloaded nested v0.1.1
7562024-10-09T21:33:09.796Z Downloaded parking_lot_core v0.9.10
7572024-10-09T21:33:09.798Z Downloaded signal-hook v0.3.17
7582024-10-09T21:33:09.801Z Downloaded russh v0.45.0
7592024-10-09T21:33:09.804Z Downloaded target-spec v3.2.1
7602024-10-09T21:33:09.806Z Downloaded rfc6979 v0.4.0
7612024-10-09T21:33:09.808Z Downloaded tinyvec_macros v0.1.1
7622024-10-09T21:33:09.808Z Downloaded lalrpop-util v0.19.12
7632024-10-09T21:33:09.808Z Downloaded newtype-uuid v1.1.0
7642024-10-09T21:33:09.811Z Downloaded h2 v0.3.26
7652024-10-09T21:33:09.815Z Downloaded futures-util v0.3.30
7662024-10-09T21:33:09.826Z Downloaded libgit2-sys v0.17.0+1.8.1
7672024-10-09T21:33:09.884Z Downloaded http v1.1.0
7682024-10-09T21:33:09.888Z Downloaded num-traits v0.2.19
7692024-10-09T21:33:09.890Z Downloaded num-complex v0.4.6
7702024-10-09T21:33:09.892Z Downloaded num_threads v0.1.7
7712024-10-09T21:33:09.897Z Downloaded darling_macro v0.20.9
7722024-10-09T21:33:09.897Z Downloaded whoami v1.5.2
7732024-10-09T21:33:09.897Z Downloaded ron v0.7.1
7742024-10-09T21:33:09.902Z Downloaded typenum v1.17.0
7752024-10-09T21:33:09.905Z Downloaded textwrap v0.16.1
7762024-10-09T21:33:09.905Z Downloaded test-strategy v0.3.1
7772024-10-09T21:33:09.908Z Downloaded linked-hash-map v0.5.6
7782024-10-09T21:33:09.911Z Downloaded libloading v0.8.3
7792024-10-09T21:33:09.911Z Downloaded subprocess v0.2.9
7802024-10-09T21:33:09.913Z Downloaded ecdsa v0.16.9
7812024-10-09T21:33:09.916Z Downloaded diff v0.1.13
7822024-10-09T21:33:09.919Z Downloaded yansi v1.0.1
7832024-10-09T21:33:09.922Z Downloaded rcgen v0.12.1
7842024-10-09T21:33:09.922Z Downloaded rayon-core v1.12.1
7852024-10-09T21:33:09.925Z Downloaded signature v2.2.0
7862024-10-09T21:33:09.927Z Downloaded crypto-common v0.1.6
7872024-10-09T21:33:09.927Z Downloaded pest v2.7.10
7882024-10-09T21:33:09.932Z Downloaded dropshot_endpoint v0.12.0
7892024-10-09T21:33:09.935Z Downloaded num-integer v0.1.46
7902024-10-09T21:33:09.937Z Downloaded num-derive v0.4.2
7912024-10-09T21:33:09.940Z Downloaded compact_str v0.8.0
7922024-10-09T21:33:09.943Z Downloaded tls_codec_derive v0.4.1
7932024-10-09T21:33:09.945Z Downloaded thiserror-impl v1.0.64
7942024-10-09T21:33:09.945Z Downloaded smf v0.2.3
7952024-10-09T21:33:09.945Z Downloaded smawk v0.3.2
7962024-10-09T21:33:09.947Z Downloaded smallvec v0.6.14
7972024-10-09T21:33:09.947Z Downloaded slog-dtrace v0.3.0
7982024-10-09T21:33:09.950Z Downloaded linear-map v1.2.0
7992024-10-09T21:33:09.954Z Downloaded libtest-mimic v0.7.3
8002024-10-09T21:33:09.954Z Downloaded slog-term v2.9.1
8012024-10-09T21:33:09.956Z Downloaded radium v0.7.0
8022024-10-09T21:33:09.956Z Downloaded progenitor-macro v0.8.0
8032024-10-09T21:33:09.956Z Downloaded polyval v0.6.2
8042024-10-09T21:33:09.958Z Downloaded pbkdf2 v0.12.2
8052024-10-09T21:33:09.958Z Downloaded derive-where v1.2.7
8062024-10-09T21:33:09.961Z Downloaded once_cell v1.19.0
8072024-10-09T21:33:09.964Z Downloaded rstest_macros v0.22.0
8082024-10-09T21:33:09.966Z Downloaded miniz_oxide v0.7.2
8092024-10-09T21:33:09.968Z Downloaded yasna v0.5.2
8102024-10-09T21:33:09.971Z Downloaded multer v3.1.0
8112024-10-09T21:33:09.973Z Downloaded miniz_oxide v0.8.0
8122024-10-09T21:33:09.975Z Downloaded unicode-segmentation v1.11.0
8132024-10-09T21:33:09.978Z Downloaded snafu v0.8.2
8142024-10-09T21:33:09.983Z Downloaded crc32fast v1.4.0
8152024-10-09T21:33:09.986Z Downloaded zerocopy v0.6.6
8162024-10-09T21:33:09.989Z Downloaded uuid v1.10.0
8172024-10-09T21:33:09.992Z Downloaded supports-color v3.0.1
8182024-10-09T21:33:09.992Z Downloaded mime_guess v2.0.4
8192024-10-09T21:33:09.994Z Downloaded lock_api v0.4.12
8202024-10-09T21:33:09.994Z Downloaded value-bag v1.9.0
8212024-10-09T21:33:09.996Z Downloaded multimap v0.10.0
8222024-10-09T21:33:09.999Z Downloaded lru-cache v0.1.2
8232024-10-09T21:33:09.999Z Downloaded itoa v1.0.11
8242024-10-09T21:33:09.999Z Downloaded futures-timer v3.0.3
8252024-10-09T21:33:10.002Z Downloaded schemars v0.8.21
8262024-10-09T21:33:10.011Z Downloaded polling v3.7.3
8272024-10-09T21:33:10.020Z Downloaded base64 v0.21.7
8282024-10-09T21:33:10.023Z Downloaded difflib v0.4.0
8292024-10-09T21:33:10.023Z Downloaded flate2 v1.0.34
8302024-10-09T21:33:10.026Z Downloaded mime v0.3.17
8312024-10-09T21:33:10.026Z Downloaded lru v0.12.3
8322024-10-09T21:33:10.028Z Downloaded wyz v0.5.1
8332024-10-09T21:33:10.028Z Downloaded indoc v1.0.9
8342024-10-09T21:33:10.030Z Downloaded similar v2.6.0
8352024-10-09T21:33:10.034Z Downloaded http-body v0.4.6
8362024-10-09T21:33:10.037Z Downloaded hashlink v0.9.1
8372024-10-09T21:33:10.039Z Downloaded globset v0.4.14
8382024-10-09T21:33:10.039Z Downloaded futures-channel v0.3.30
8392024-10-09T21:33:10.042Z Downloaded defmt-parser v0.3.4
8402024-10-09T21:33:10.042Z Downloaded defmt v0.3.8
8412024-10-09T21:33:10.045Z Downloaded stable_deref_trait v1.2.0
8422024-10-09T21:33:10.045Z Downloaded slog-json v2.6.1
8432024-10-09T21:33:10.047Z Downloaded serde_tokenstream v0.2.2
8442024-10-09T21:33:10.050Z Downloaded ppv-lite86 v0.2.17
8452024-10-09T21:33:10.050Z Downloaded strum_macros v0.24.3
8462024-10-09T21:33:10.052Z Downloaded omicron-zone-package v0.11.1
8472024-10-09T21:33:10.054Z Downloaded hyper-util v0.1.9
8482024-10-09T21:33:10.057Z Downloaded headers v0.4.0
8492024-10-09T21:33:10.062Z Downloaded zone_cfg_derive v0.1.2
8502024-10-09T21:33:10.064Z Downloaded hyper-tls v0.6.0
8512024-10-09T21:33:10.064Z Downloaded heck v0.4.1
8522024-10-09T21:33:10.067Z Downloaded backtrace v0.3.71
8532024-10-09T21:33:10.070Z Downloaded dtrace-parser v0.2.0
8542024-10-09T21:33:10.073Z Downloaded doc-comment v0.3.3
8552024-10-09T21:33:10.073Z Downloaded async-io v2.3.4
8562024-10-09T21:33:10.077Z Downloaded parking_lot v0.11.2
8572024-10-09T21:33:10.079Z Downloaded group v0.13.0
8582024-10-09T21:33:10.079Z Downloaded gethostname v0.5.0
8592024-10-09T21:33:10.079Z Downloaded allocator-api2 v0.2.18
8602024-10-09T21:33:10.081Z Downloaded scroll v0.12.0
8612024-10-09T21:33:10.084Z Downloaded scopeguard v1.2.0
8622024-10-09T21:33:10.084Z Downloaded schemars_derive v0.8.21
8632024-10-09T21:33:10.086Z Downloaded hubpack_derive v0.1.1
8642024-10-09T21:33:10.086Z Downloaded cc v1.0.97
8652024-10-09T21:33:10.089Z Downloaded camino-tempfile v1.1.1
8662024-10-09T21:33:10.091Z Downloaded flume v0.11.0
8672024-10-09T21:33:10.093Z Downloaded cbc v0.1.2
8682024-10-09T21:33:10.095Z Downloaded cargo_metadata v0.18.1
8692024-10-09T21:33:10.099Z Downloaded bcs v0.1.6
8702024-10-09T21:33:10.099Z Downloaded proc-macro-crate v1.3.1
8712024-10-09T21:33:10.099Z Downloaded strum v0.26.3
8722024-10-09T21:33:10.101Z Downloaded parse-display-derive v0.10.0
8732024-10-09T21:33:10.101Z Downloaded backoff v0.4.0
8742024-10-09T21:33:10.104Z Downloaded async-executor v1.13.1
8752024-10-09T21:33:10.104Z Downloaded pkg-config v0.3.30
8762024-10-09T21:33:10.107Z Downloaded pest_generator v2.7.10
8772024-10-09T21:33:10.109Z Downloaded hickory-client v0.24.1
8782024-10-09T21:33:10.109Z Downloaded futures v0.3.30
8792024-10-09T21:33:10.113Z Downloaded fragile v2.0.0
8802024-10-09T21:33:10.115Z Downloaded foreign-types v0.5.0
8812024-10-09T21:33:10.118Z Downloaded fnv v1.0.7
8822024-10-09T21:33:10.118Z Downloaded flagset v0.4.5
8832024-10-09T21:33:10.118Z Downloaded oso-derive v0.27.3
8842024-10-09T21:33:10.120Z Downloaded http-range v0.1.5
8852024-10-09T21:33:10.120Z Downloaded atomic-waker v1.1.2
8862024-10-09T21:33:10.120Z Downloaded cast v0.3.0
8872024-10-09T21:33:10.123Z Downloaded async-recursion v1.1.1
8882024-10-09T21:33:10.125Z Downloaded anyhow v1.0.89
8892024-10-09T21:33:10.127Z Downloaded foreign-types-macros v0.2.3
8902024-10-09T21:33:10.130Z Downloaded ff v0.13.0
8912024-10-09T21:33:10.130Z Downloaded clang-sys v1.7.0
8922024-10-09T21:33:10.132Z Downloaded assert-json-diff v2.0.2
8932024-10-09T21:33:10.134Z Downloaded libz-sys v1.1.16
8942024-10-09T21:33:10.268Z Downloaded async-object-pool v0.1.5
8952024-10-09T21:33:10.271Z Downloaded bitflags v2.6.0
8962024-10-09T21:33:10.274Z Downloaded async-lock v3.4.0
8972024-10-09T21:33:10.277Z Downloaded cassowary v0.3.0
8982024-10-09T21:33:10.279Z Downloaded anstyle-parse v0.2.4
8992024-10-09T21:33:10.281Z Downloaded hash32 v0.2.1
9002024-10-09T21:33:10.284Z Downloaded async-bb8-diesel v0.2.1
9012024-10-09T21:33:10.286Z Downloaded blowfish v0.9.1
9022024-10-09T21:33:10.286Z Downloaded async-trait v0.1.83
9032024-10-09T21:33:10.289Z Downloaded async-channel v2.3.1
9042024-10-09T21:33:10.291Z Downloaded cfg_aliases v0.2.1
9052024-10-09T21:33:10.291Z Downloaded bitfield-struct v0.6.1
9062024-10-09T21:33:10.293Z Downloaded assert_cmd v2.0.16
9072024-10-09T21:33:10.297Z Downloaded arrayvec v0.7.4
9082024-10-09T21:33:10.299Z Downloaded argon2 v0.5.3
9092024-10-09T21:33:10.299Z Downloaded async-global-executor v2.4.1
9102024-10-09T21:33:10.301Z Downloaded anstyle v1.0.8
9112024-10-09T21:33:10.301Z Downloaded anes v0.1.6
9122024-10-09T21:33:10.328Z Downloaded libsqlite3-sys v0.30.1
9132024-10-09T21:33:10.691Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9142024-10-09T21:33:36.319Z Startup: Refreshing catalog 'helios-dev' ... Done
9152024-10-09T21:33:39.476Z Startup: Caching catalogs ... Done
9162024-10-09T21:33:44.291ZPlanning: Solver setup ... Done (4.072s)
9172024-10-09T21:33:44.356ZPlanning: Running solver ... Done (0.066s)
9182024-10-09T21:33:44.506ZPlanning: Finding local manifests ... Done (0.085s)
9192024-10-09T21:33:44.520ZPlanning: Fetching manifests: 0/5 0% complete
9202024-10-09T21:33:44.742ZPlanning: Fetching manifests: 5/5 100% complete
9212024-10-09T21:33:45.229ZPlanning: Package planning ... Done (0.485s)
9222024-10-09T21:33:45.287ZPlanning: Merging actions ... Done (0.057s)
9232024-10-09T21:33:46.358ZPlanning: Checking for conflicting actions ... Done (1.072s)
9242024-10-09T21:33:56.961ZPlanning: Consolidating action changes ... Done (10.601s)
9252024-10-09T21:33:57.344ZPlanning: Evaluating mediators ... Done (0.384s)
9262024-10-09T21:33:57.524ZPlanning: Planning completed in 17.97 seconds
9272024-10-09T21:33:58.873Z Packages to install: 4
9282024-10-09T21:33:58.873Z Packages to update: 1
9292024-10-09T21:33:58.873Z Mediators to change: 2
9302024-10-09T21:33:58.873Z Services to change: 1
9312024-10-09T21:33:58.876Z Estimated space available: 155.47 GB
9322024-10-09T21:33:58.876ZEstimated space to be consumed: 1.56 GB
9332024-10-09T21:33:58.876Z Create boot environment: No
9342024-10-09T21:33:58.876ZCreate backup boot environment: Yes
9352024-10-09T21:33:58.876Z Rebuild boot archive: No
9362024-10-09T21:33:58.876Z
9372024-10-09T21:33:58.876ZChanged mediators:
9382024-10-09T21:33:58.876Z mediator clang:
9392024-10-09T21:33:58.876Z version: None -> 15 (system default)
9402024-10-09T21:33:58.876Z
9412024-10-09T21:33:58.876Z mediator llvm:
9422024-10-09T21:33:58.876Z version: 14 (system default) -> 15 (system default)
9432024-10-09T21:33:58.876Z
9442024-10-09T21:33:58.876ZChanged packages:
9452024-10-09T21:33:58.876Zhelios-dev
9462024-10-09T21:33:58.876Z developer/build-essential
9472024-10-09T21:33:58.876Z None -> 11-2.0
9482024-10-09T21:33:58.876Z library/libxmlsec1
9492024-10-09T21:33:58.876Z None -> 1.2.35-2.0
9502024-10-09T21:33:58.876Z ooce/developer/clang-15
9512024-10-09T21:33:58.876Z None -> 15.0.7-2.0
9522024-10-09T21:33:58.876Z ooce/developer/llvm-15
9532024-10-09T21:33:58.876Z None -> 15.0.7-2.0
9542024-10-09T21:33:58.876Z package/pkg
9552024-10-09T21:33:58.876Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9562024-10-09T21:33:58.876Z
9572024-10-09T21:33:58.876ZServices:
9582024-10-09T21:33:58.877Z restart_fmri:
9592024-10-09T21:33:58.877Z svc:/system/update-man-index:default
9602024-10-09T21:33:58.877Z
9612024-10-09T21:33:58.877ZEditable files to change:
9622024-10-09T21:33:58.877Z Update:
9632024-10-09T21:33:58.877Z usr/share/lib/pkg/web/config.shtml
9642024-10-09T21:33:59.579Z
9652024-10-09T21:33:59.579ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9662024-10-09T21:34:04.580ZDownload: 1310/4281 items 114.5/220.6MB 51% complete (23.2M/s)
9672024-10-09T21:34:09.581ZDownload: 3193/4281 items 151.3/220.6MB 68% complete (15.1M/s)
9682024-10-09T21:34:13.633ZDownload: Completed 220.60 MB in 14.05 seconds (15.7M/s)
9692024-10-09T21:34:15.664Z Actions: 1/5063 actions (Removing old actions)
9702024-10-09T21:34:15.681Z Actions: 194/5063 actions (Installing new actions)
9712024-10-09T21:34:20.720Z Actions: 4081/5063 actions (Installing new actions)
9722024-10-09T21:34:22.407Z Actions: 4226/5063 actions (Updating modified actions)
9732024-10-09T21:34:22.871Z Actions: Completed 5063 actions in 7.17 seconds.
9742024-10-09T21:34:23.195Z Done (0.328s)
9752024-10-09T21:34:23.216Z Done (0.000s)
9762024-10-09T21:34:23.624Z Done (0.452s)
9772024-10-09T21:34:31.205Z Done (7.384s)
9782024-10-09T21:34:31.778Z Done (0.505s)
9792024-10-09T21:34:31.782Z Done (0.000s)
9802024-10-09T21:34:31.951Z Done (0.000s)
9812024-10-09T21:34:32.579ZPlanning: Evaluating mediator changes ... Done
9822024-10-09T21:34:32.740ZPlanning: Checking for conflicting actions ... Done
9832024-10-09T21:34:32.743ZPlanning: Consolidating action changes ... Done
9842024-10-09T21:34:33.007ZPlanning: Evaluating mediators ... Done
9852024-10-09T21:34:33.010ZPlanning: Planning completed in 0.43 seconds
9862024-10-09T21:34:33.046Z Mediators to change: 2
9872024-10-09T21:34:33.049Z Create boot environment: No
9882024-10-09T21:34:33.049ZCreate backup boot environment: No
9892024-10-09T21:34:33.131Z Done
9902024-10-09T21:34:33.131Z Done
9912024-10-09T21:34:33.419Z Done
9922024-10-09T21:34:36.967Z Done
9932024-10-09T21:34:37.057Z Done
9942024-10-09T21:34:37.060Z Done
9952024-10-09T21:34:37.210Z Done
9962024-10-09T21:34:37.818ZPlanning: Evaluating mediator changes ... Done
9972024-10-09T21:34:37.820ZPlanning: Merging actions ... Done
9982024-10-09T21:34:38.008ZPlanning: Checking for conflicting actions ... Done
9992024-10-09T21:34:38.010ZPlanning: Consolidating action changes ... Done
10002024-10-09T21:34:38.271ZPlanning: Evaluating mediators ... Done
10012024-10-09T21:34:38.326ZPlanning: Planning completed in 0.75 seconds
10022024-10-09T21:34:38.366Z Packages to change: 1
10032024-10-09T21:34:38.366Z Mediators to change: 1
10042024-10-09T21:34:38.368Z Services to change: 1
10052024-10-09T21:34:38.368Z Create boot environment: No
10062024-10-09T21:34:38.368ZCreate backup boot environment: Yes
10072024-10-09T21:34:40.384Z Actions: 1/6 actions (Updating modified actions)
10082024-10-09T21:34:40.499Z Actions: Completed 6 actions in 0.12 seconds.
10092024-10-09T21:34:40.502Z Done
10102024-10-09T21:34:40.502Z Done
10112024-10-09T21:34:40.593Z Done
10122024-10-09T21:34:44.111Z Done
10132024-10-09T21:34:44.204Z Done
10142024-10-09T21:34:44.207Z Done
10152024-10-09T21:34:44.326Z Done
10162024-10-09T21:34:44.757ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10172024-10-09T21:34:44.757Zclang system 15 system
10182024-10-09T21:34:44.757Zcsh system system illumos
10192024-10-09T21:34:44.757Zctags system system illumos
10202024-10-09T21:34:44.757Zgcc vendor 12 vendor
10212024-10-09T21:34:44.757Zgcc system 10 system
10222024-10-09T21:34:44.758Zgcc system 7 system
10232024-10-09T21:34:44.758Zgo system 1.20 system
10242024-10-09T21:34:44.758Zgo system 1.19 system
10252024-10-09T21:34:44.758Zllvm system 15 system
10262024-10-09T21:34:44.758Zllvm system 14 system
10272024-10-09T21:34:44.758Zmariadb system 10.6 system
10282024-10-09T21:34:44.758Zmta vendor vendor dma
10292024-10-09T21:34:44.758Zopenjdk system 17 system
10302024-10-09T21:34:44.758Zopenjdk system 11 system
10312024-10-09T21:34:44.758Zopenjdk system 1.8 system
10322024-10-09T21:34:44.758Zopenssl vendor 3 vendor
10332024-10-09T21:34:44.758Zperl system 5.36 system
10342024-10-09T21:34:44.758Zpostgresql system 15 system
10352024-10-09T21:34:44.758Zpostgresql system 13 system
10362024-10-09T21:34:44.758Zpython vendor 3 vendor
10372024-10-09T21:34:44.758Zpython system 2 system
10382024-10-09T21:34:44.758Zpython3 system 3.11 system
10392024-10-09T21:34:44.758Zruby system 3.0 system
10402024-10-09T21:34:44.758Zwords vendor vendor american-english
10412024-10-09T21:34:44.758Zwords system system australian-english
10422024-10-09T21:34:44.758Zwords system system british-english
10432024-10-09T21:34:44.758Zwords system system canadian-english
10442024-10-09T21:34:44.758Zwords system system french
10452024-10-09T21:34:44.758Zwords system system italian
10462024-10-09T21:34:44.758Zwords system system ngerman
10472024-10-09T21:34:44.758Zwords system system ogerman
10482024-10-09T21:34:44.758Zwords system system spanish
10492024-10-09T21:34:45.079ZPUBLISHER TYPE STATUS P LOCATION
10502024-10-09T21:34:45.079Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10512024-10-09T21:34:47.166ZFMRI IFO
10522024-10-09T21:34:47.166Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10532024-10-09T21:34:47.166Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10542024-10-09T21:34:47.166Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10552024-10-09T21:34:47.166Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10562024-10-09T21:34:47.166Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10572024-10-09T21:34:47.166Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10582024-10-09T21:34:47.166Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10592024-10-09T21:34:47.166Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10602024-10-09T21:34:47.166Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10612024-10-09T21:34:47.166Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10622024-10-09T21:34:47.166Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10632024-10-09T21:34:47.166Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10642024-10-09T21:34:47.166Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10652024-10-09T21:34:48.164Z Downloading crates ...
10662024-10-09T21:34:48.250Z Downloaded cargo_toml v0.20.5
10672024-10-09T21:34:48.385Z Compiling proc-macro2 v1.0.86
10682024-10-09T21:34:48.385Z Compiling unicode-ident v1.0.13
10692024-10-09T21:34:48.387Z Compiling serde v1.0.210
10702024-10-09T21:34:48.387Z Compiling version_check v0.9.5
10712024-10-09T21:34:48.387Z Compiling thiserror v1.0.64
10722024-10-09T21:34:48.387Z Compiling memchr v2.7.2
10732024-10-09T21:34:48.387Z Compiling libc v0.2.159
10742024-10-09T21:34:48.407Z Compiling ryu v1.0.18
10752024-10-09T21:34:48.635Z Compiling itoa v1.0.11
10762024-10-09T21:34:48.766Z Compiling ucd-trie v0.1.6
10772024-10-09T21:34:49.240Z Compiling once_cell v1.19.0
10782024-10-09T21:34:49.526Z Compiling byteorder v1.5.0
10792024-10-09T21:34:49.821Z Compiling serde_json v1.0.128
10802024-10-09T21:34:50.761Z Compiling rustix v0.38.37
10812024-10-09T21:34:50.857Z Compiling bitflags v2.6.0
10822024-10-09T21:34:50.879Z Compiling usdt-impl v0.5.0
10832024-10-09T21:34:50.903Z Compiling proc-macro-error-attr v1.0.4
10842024-10-09T21:34:51.163Z Compiling syn v1.0.109
10852024-10-09T21:34:51.225Z Compiling proc-macro-error v1.0.4
10862024-10-09T21:34:51.266Z Compiling log v0.4.22
10872024-10-09T21:34:51.327Z Compiling hashbrown v0.14.5
10882024-10-09T21:34:51.516Z Compiling thread-id v4.2.1
10892024-10-09T21:34:51.604Z Compiling camino v1.1.9
10902024-10-09T21:34:51.617Z Compiling plain v0.2.3
10912024-10-09T21:34:51.620Z Compiling equivalent v1.0.1
10922024-10-09T21:34:51.640Z Compiling utf8parse v0.2.1
10932024-10-09T21:34:51.724Z Compiling quote v1.0.37
10942024-10-09T21:34:51.741Z Compiling anstyle-parse v0.2.4
10952024-10-09T21:34:51.900Z Compiling anstyle-query v1.0.3
10962024-10-09T21:34:52.021Z Compiling pretty-hex v0.4.1
10972024-10-09T21:34:52.049Z Compiling errno v0.3.9
10982024-10-09T21:34:52.158Z Compiling syn v2.0.79
10992024-10-09T21:34:52.313Z Compiling is_terminal_polyfill v1.70.0
11002024-10-09T21:34:52.366Z Compiling semver v1.0.23
11012024-10-09T21:34:52.425Z Compiling unicode-width v0.1.13
11022024-10-09T21:34:52.427Z Compiling winnow v0.6.18
11032024-10-09T21:34:52.652Z Compiling indexmap v2.5.0
11042024-10-09T21:34:52.664Z Compiling anstyle v1.0.8
11052024-10-09T21:34:52.868Z Compiling autocfg v1.3.0
11062024-10-09T21:34:53.101Z Compiling colorchoice v1.0.1
11072024-10-09T21:34:53.251Z Compiling anstream v0.6.14
11082024-10-09T21:34:53.860Z Compiling fs-err v2.11.0
11092024-10-09T21:34:54.085Z Compiling bytecount v0.6.8
11102024-10-09T21:34:54.098Z Compiling clap_lex v0.7.0
11112024-10-09T21:34:54.100Z Compiling heck v0.4.1
11122024-10-09T21:34:54.142Z Compiling anyhow v1.0.89
11132024-10-09T21:34:54.329Z Compiling terminal_size v0.3.0
11142024-10-09T21:34:54.511Z Compiling heck v0.5.0
11152024-10-09T21:34:54.602Z Compiling fnv v1.0.7
11162024-10-09T21:34:54.615Z Compiling cfg-if v1.0.0
11172024-10-09T21:34:54.693Z Compiling strsim v0.11.1
11182024-10-09T21:34:54.833Z Compiling fastrand v2.1.1
11192024-10-09T21:34:55.006Z Compiling clap_builder v4.5.18
11202024-10-09T21:34:55.276Z Compiling tempfile v3.13.0
11212024-10-09T21:34:55.375Z Compiling papergrid v0.11.0
11222024-10-09T21:34:55.729Z Compiling memmap v0.7.0
11232024-10-09T21:34:55.753Z Compiling smawk v0.3.2
11242024-10-09T21:34:55.951Z Compiling unicode-linebreak v0.1.5
11252024-10-09T21:34:56.119Z Compiling swrite v0.1.0
11262024-10-09T21:34:56.420Z Compiling textwrap v0.16.1
11272024-10-09T21:34:57.594Z Compiling tabled_derive v0.7.0
11282024-10-09T21:34:59.160Z Compiling tabled v0.15.0
11292024-10-09T21:35:00.935Z Compiling serde_derive v1.0.210
11302024-10-09T21:35:00.935Z Compiling thiserror-impl v1.0.64
11312024-10-09T21:35:00.937Z Compiling zerocopy-derive v0.7.34
11322024-10-09T21:35:00.937Z Compiling scroll_derive v0.12.0
11332024-10-09T21:35:00.937Z Compiling clap_derive v4.5.18
11342024-10-09T21:35:02.002Z Compiling scroll v0.12.0
11352024-10-09T21:35:02.470Z Compiling goblin v0.8.2
11362024-10-09T21:35:02.737Z Compiling zerocopy v0.7.34
11372024-10-09T21:35:03.302Z Compiling pest v2.7.10
11382024-10-09T21:35:05.048Z Compiling clap v4.5.18
11392024-10-09T21:35:05.473Z Compiling pest_meta v2.7.10
11402024-10-09T21:35:06.292Z Compiling pest_generator v2.7.10
11412024-10-09T21:35:08.107Z Compiling pest_derive v2.7.10
11422024-10-09T21:35:08.769Z Compiling dtrace-parser v0.2.0
11432024-10-09T21:35:10.834Z Compiling serde_tokenstream v0.2.2
11442024-10-09T21:35:11.074Z Compiling toml_datetime v0.6.8
11452024-10-09T21:35:11.074Z Compiling serde_spanned v0.6.7
11462024-10-09T21:35:11.306Z Compiling cargo-platform v0.1.8
11472024-10-09T21:35:11.344Z Compiling toml_edit v0.22.22
11482024-10-09T21:35:11.479Z Compiling macaddr v1.0.1
11492024-10-09T21:35:11.699Z Compiling camino-tempfile v1.1.1
11502024-10-09T21:35:12.250Z Compiling dof v0.3.0
11512024-10-09T21:35:12.543Z Compiling cargo_metadata v0.18.1
11522024-10-09T21:35:13.905Z Compiling usdt-attr-macro v0.5.0
11532024-10-09T21:35:13.906Z Compiling usdt-macro v0.5.0
11542024-10-09T21:35:14.188Z Compiling toml v0.8.19
11552024-10-09T21:35:15.062Z Compiling cargo_toml v0.20.5
11562024-10-09T21:35:15.265Z Compiling usdt v0.5.0
11572024-10-09T21:35:18.750Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11582024-10-09T21:35:23.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.41s
11592024-10-09T21:35:23.064Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11602024-10-09T21:35:23.934Z Compiling serde v1.0.210
11612024-10-09T21:35:23.936Z Compiling typenum v1.17.0
11622024-10-09T21:35:23.936Z Compiling generic-array v0.14.7
11632024-10-09T21:35:23.936Z Compiling lock_api v0.4.12
11642024-10-09T21:35:23.936Z Compiling subtle v2.5.0
11652024-10-09T21:35:24.052Z Compiling syn v2.0.79
11662024-10-09T21:35:24.062Z Compiling getrandom v0.2.14
11672024-10-09T21:35:24.065Z Compiling scopeguard v1.2.0
11682024-10-09T21:35:24.278Z Compiling value-bag v1.9.0
11692024-10-09T21:35:24.326Z Compiling rand_core v0.6.4
11702024-10-09T21:35:24.449Z Compiling const-oid v0.9.6
11712024-10-09T21:35:24.589Z Compiling jobserver v0.1.32
11722024-10-09T21:35:24.723Z Compiling log v0.4.22
11732024-10-09T21:35:24.834Z Compiling smallvec v1.13.2
11742024-10-09T21:35:24.851Z Compiling pin-project-lite v0.2.14
11752024-10-09T21:35:24.971Z Compiling cc v1.0.97
11762024-10-09T21:35:25.011Z Compiling parking_lot_core v0.9.10
11772024-10-09T21:35:25.229Z Compiling cpufeatures v0.2.12
11782024-10-09T21:35:25.353Z Compiling signal-hook-registry v1.4.2
11792024-10-09T21:35:25.542Z Compiling futures-core v0.3.30
11802024-10-09T21:35:25.599Z Compiling mio v1.0.2
11812024-10-09T21:35:25.790Z Compiling ahash v0.8.11
11822024-10-09T21:35:26.124Z Compiling parking_lot v0.12.2
11832024-10-09T21:35:26.127Z Compiling futures-sink v0.3.30
11842024-10-09T21:35:26.226Z Compiling spin v0.9.8
11852024-10-09T21:35:26.283Z Compiling socket2 v0.5.7
11862024-10-09T21:35:26.426Z Compiling slab v0.4.9
11872024-10-09T21:35:26.629Z Compiling tinyvec_macros v0.1.1
11882024-10-09T21:35:26.723Z Compiling tinyvec v1.6.0
11892024-10-09T21:35:26.756Z Compiling base64ct v1.6.0
11902024-10-09T21:35:26.809Z Compiling allocator-api2 v0.2.18
11912024-10-09T21:35:26.868Z Compiling libm v0.2.8
11922024-10-09T21:35:26.970Z Compiling serde_json v1.0.128
11932024-10-09T21:35:27.241Z Compiling pem-rfc7468 v0.7.0
11942024-10-09T21:35:27.334Z Compiling num-traits v0.2.19
11952024-10-09T21:35:27.357Z Compiling unicode-bidi v0.3.15
11962024-10-09T21:35:27.549Z Compiling flagset v0.4.5
11972024-10-09T21:35:27.745Z Compiling futures-channel v0.3.30
11982024-10-09T21:35:27.846Z Compiling futures-io v0.3.30
11992024-10-09T21:35:27.954Z Compiling futures-task v0.3.30
12002024-10-09T21:35:28.167Z Compiling unicode-normalization v0.1.23
12012024-10-09T21:35:28.188Z Compiling pin-utils v0.1.0
12022024-10-09T21:35:28.190Z Compiling vcpkg v0.2.15
12032024-10-09T21:35:28.235Z Compiling pkg-config v0.3.30
12042024-10-09T21:35:28.276Z Compiling crossbeam-utils v0.8.19
12052024-10-09T21:35:28.926Z Compiling tracing-core v0.1.32
12062024-10-09T21:35:29.022Z Compiling ring v0.17.8
12072024-10-09T21:35:29.052Z Compiling percent-encoding v2.3.1
12082024-10-09T21:35:29.254Z Compiling ppv-lite86 v0.2.17
12092024-10-09T21:35:29.818Z Compiling rustls-pki-types v1.7.0
12102024-10-09T21:35:30.074Z Compiling rand_chacha v0.3.1
12112024-10-09T21:35:30.344Z Compiling httparse v1.8.0
12122024-10-09T21:35:30.407Z Compiling openssl-sys v0.9.103
12132024-10-09T21:35:30.588Z Compiling rustix v0.38.37
12142024-10-09T21:35:30.617Z Compiling rand v0.8.5
12152024-10-09T21:35:30.733Z Compiling try-lock v0.2.5
12162024-10-09T21:35:30.749Z Compiling powerfmt v0.2.0
12172024-10-09T21:35:30.859Z Compiling openssl v0.10.66
12182024-10-09T21:35:31.117Z Compiling num-conv v0.1.0
12192024-10-09T21:35:31.265Z Compiling rustversion v1.0.17
12202024-10-09T21:35:31.404Z Compiling time-core v0.1.2
12212024-10-09T21:35:31.422Z Compiling foreign-types-shared v0.1.1
12222024-10-09T21:35:31.524Z Compiling atomic-waker v1.1.2
12232024-10-09T21:35:31.569Z Compiling untrusted v0.9.0
12242024-10-09T21:35:31.680Z Compiling time-macros v0.2.18
12252024-10-09T21:35:31.715Z Compiling foreign-types v0.3.2
12262024-10-09T21:35:31.792Z Compiling deranged v0.3.11
12272024-10-09T21:35:31.983Z Compiling want v0.3.1
12282024-10-09T21:35:32.258Z Compiling form_urlencoded v1.2.1
12292024-10-09T21:35:32.361Z Compiling aho-corasick v1.1.3
12302024-10-09T21:35:32.558Z Compiling base64 v0.22.1
12312024-10-09T21:35:32.779Z Compiling httpdate v1.0.3
12322024-10-09T21:35:33.141Z Compiling regex-syntax v0.8.4
12332024-10-09T21:35:33.200Z Compiling siphasher v0.3.11
12342024-10-09T21:35:33.492Z Compiling syn v1.0.109
12352024-10-09T21:35:33.529Z Compiling native-tls v0.2.11
12362024-10-09T21:35:33.831Z Compiling rustls v0.23.10
12372024-10-09T21:35:34.041Z Compiling num_threads v0.1.7
12382024-10-09T21:35:34.169Z Compiling crossbeam-epoch v0.9.18
12392024-10-09T21:35:34.328Z Compiling time v0.3.36
12402024-10-09T21:35:34.888Z Compiling idna v0.5.0
12412024-10-09T21:35:35.431Z Compiling lazy_static v1.5.0
12422024-10-09T21:35:35.540Z Compiling cookie v0.18.1
12432024-10-09T21:35:35.780Z Compiling openssl-probe v0.1.5
12442024-10-09T21:35:36.111Z Compiling regex-automata v0.4.6
12452024-10-09T21:35:36.211Z Compiling slog v2.7.0
12462024-10-09T21:35:36.695Z Compiling either v1.13.0
12472024-10-09T21:35:37.119Z Compiling iana-time-zone v0.1.60
12482024-10-09T21:35:37.185Z Compiling tower-service v0.3.2
12492024-10-09T21:35:37.309Z Compiling finl_unicode v1.2.0
12502024-10-09T21:35:37.340Z Compiling rayon-core v1.12.1
12512024-10-09T21:35:37.439Z Compiling serde_derive v1.0.210
12522024-10-09T21:35:37.540Z Compiling zeroize_derive v1.4.2
12532024-10-09T21:35:37.616Z Compiling zerocopy-derive v0.7.34
12542024-10-09T21:35:37.844Z Compiling tokio-macros v2.4.0
12552024-10-09T21:35:38.974Z Compiling thiserror-impl v1.0.64
12562024-10-09T21:35:39.015Z Compiling der_derive v0.7.2
12572024-10-09T21:35:39.092Z Compiling zeroize v1.8.1
12582024-10-09T21:35:39.485Z Compiling futures-macro v0.3.30
12592024-10-09T21:35:39.895Z Compiling zerocopy v0.7.34
12602024-10-09T21:35:40.791Z Compiling crypto-common v0.1.6
12612024-10-09T21:35:41.012Z Compiling block-buffer v0.10.4
12622024-10-09T21:35:41.248Z Compiling digest v0.10.7
12632024-10-09T21:35:41.349Z Compiling block-padding v0.3.3
12642024-10-09T21:35:41.496Z Compiling der v0.7.9
12652024-10-09T21:35:41.587Z Compiling inout v0.1.3
12662024-10-09T21:35:41.671Z Compiling hmac v0.12.1
12672024-10-09T21:35:41.831Z Compiling cipher v0.4.4
12682024-10-09T21:35:41.901Z Compiling sha2 v0.10.8
12692024-10-09T21:35:41.945Z Compiling hashbrown v0.14.5
12702024-10-09T21:35:42.074Z Compiling thiserror v1.0.64
12712024-10-09T21:35:42.213Z Compiling pbkdf2 v0.12.2
12722024-10-09T21:35:42.354Z Compiling salsa20 v0.10.2
12732024-10-09T21:35:42.381Z Compiling futures-util v0.3.30
12742024-10-09T21:35:42.757Z Compiling scrypt v0.11.0
12752024-10-09T21:35:43.113Z Compiling aes v0.8.4
12762024-10-09T21:35:43.253Z Compiling cbc v0.1.2
12772024-10-09T21:35:43.483Z Compiling spki v0.7.3
12782024-10-09T21:35:43.819Z Compiling pest v2.7.10
12792024-10-09T21:35:44.708Z Compiling pkcs5 v0.7.1
12802024-10-09T21:35:45.201Z Compiling tracing-attributes v0.1.27
12812024-10-09T21:35:45.830Z Compiling pkcs8 v0.10.2
12822024-10-09T21:35:45.883Z Compiling scroll_derive v0.12.0
12832024-10-09T21:35:46.434Z Compiling pest_meta v2.7.10
12842024-10-09T21:35:46.816Z Compiling openssl-macros v0.1.1
12852024-10-09T21:35:47.386Z Compiling scroll v0.12.0
12862024-10-09T21:35:47.605Z Compiling signature v2.2.0
12872024-10-09T21:35:47.884Z Compiling pest_generator v2.7.10
12882024-10-09T21:35:47.958Z Compiling goblin v0.8.2
12892024-10-09T21:35:48.311Z Compiling md-5 v0.10.6
12902024-10-09T21:35:48.331Z Compiling stringprep v0.1.4
12912024-10-09T21:35:48.566Z Compiling rustls-webpki v0.102.4
12922024-10-09T21:35:49.061Z Compiling tracing v0.1.40
12932024-10-09T21:35:49.792Z Compiling url v2.5.2
12942024-10-09T21:35:49.893Z Compiling crossbeam-deque v0.8.5
12952024-10-09T21:35:50.330Z Compiling num-integer v0.1.46
12962024-10-09T21:35:50.732Z Compiling idna v0.3.0
12972024-10-09T21:35:51.075Z Compiling bytes v1.7.2
12982024-10-09T21:35:51.395Z Compiling bitflags v2.6.0
12992024-10-09T21:35:51.569Z Compiling indexmap v2.5.0
13002024-10-09T21:35:51.831Z Compiling semver v1.0.23
13012024-10-09T21:35:52.351Z Compiling tokio v1.39.3
13022024-10-09T21:35:52.374Z Compiling rustc_version v0.4.0
13032024-10-09T21:35:52.598Z Compiling http v1.1.0
13042024-10-09T21:35:53.138Z Compiling pest_derive v2.7.10
13052024-10-09T21:35:53.961Z Compiling dtrace-parser v0.2.0
13062024-10-09T21:35:54.761Z Compiling http-body v1.0.0
13072024-10-09T21:35:55.004Z Compiling dof v0.3.0
13082024-10-09T21:35:55.196Z Compiling heapless v0.7.17
13092024-10-09T21:35:56.152Z Compiling uuid v1.10.0
13102024-10-09T21:35:57.158Z Compiling usdt-impl v0.5.0
13112024-10-09T21:35:57.629Z Compiling curve25519-dalek v4.1.3
13122024-10-09T21:35:58.240Z Compiling chrono v0.4.38
13132024-10-09T21:35:58.282Z Compiling serde_spanned v0.6.7
13142024-10-09T21:35:58.431Z Compiling toml_datetime v0.6.8
13152024-10-09T21:35:58.524Z Compiling serde_tokenstream v0.2.2
13162024-10-09T21:35:58.730Z Compiling backtrace v0.3.71
13172024-10-09T21:35:58.930Z Compiling ff v0.13.0
13182024-10-09T21:35:59.138Z Compiling hash32 v0.2.1
13192024-10-09T21:35:59.156Z Compiling gimli v0.28.1
13202024-10-09T21:35:59.212Z Compiling adler v1.0.2
13212024-10-09T21:35:59.488Z Compiling portable-atomic v1.6.0
13222024-10-09T21:35:59.549Z Compiling base16ct v0.2.0
13232024-10-09T21:35:59.883Z Compiling psl-types v2.0.11
13242024-10-09T21:36:00.078Z Compiling signal-hook v0.3.17
13252024-10-09T21:36:00.358Z Compiling crc32fast v1.4.0
13262024-10-09T21:36:00.493Z Compiling tokio-util v0.7.12
13272024-10-09T21:36:00.872Z Compiling stable_deref_trait v1.2.0
13282024-10-09T21:36:00.982Z Compiling smoltcp v0.9.1
13292024-10-09T21:36:01.737Z Compiling h2 v0.4.6
13302024-10-09T21:36:01.997Z Compiling num-bigint-dig v0.8.4
13312024-10-09T21:36:02.297Z Compiling fallible-iterator v0.2.0
13322024-10-09T21:36:02.601Z Compiling tokio-native-tls v0.3.1
13332024-10-09T21:36:03.040Z Compiling postgres-protocol v0.6.7
13342024-10-09T21:36:03.456Z Compiling addr2line v0.21.0
13352024-10-09T21:36:04.145Z Compiling tokio-rustls v0.26.0
13362024-10-09T21:36:04.188Z Compiling publicsuffix v2.2.3
13372024-10-09T21:36:04.191Z Compiling sec1 v0.7.3
13382024-10-09T21:36:04.331Z Compiling hubpack_derive v0.1.1
13392024-10-09T21:36:04.385Z Compiling miniz_oxide v0.7.2
13402024-10-09T21:36:04.502Z Compiling group v0.13.0
13412024-10-09T21:36:04.603Z Compiling terminal_size v0.3.0
13422024-10-09T21:36:04.637Z Compiling http-body-util v0.1.2
13432024-10-09T21:36:04.811Z Compiling num-iter v0.1.45
13442024-10-09T21:36:05.137Z Compiling hkdf v0.12.4
13452024-10-09T21:36:05.177Z Compiling crypto-bigint v0.5.5
13462024-10-09T21:36:05.248Z Compiling async-trait v0.1.83
13472024-10-09T21:36:05.394Z Compiling curve25519-dalek-derive v0.1.1
13482024-10-09T21:36:05.821Z Compiling zerocopy-derive v0.6.6
13492024-10-09T21:36:05.877Z Compiling phf_shared v0.11.2
13502024-10-09T21:36:06.252Z Compiling serde_derive_internals v0.29.1
13512024-10-09T21:36:06.607Z Compiling webpki-roots v0.26.3
13522024-10-09T21:36:06.819Z Compiling object v0.32.2
13532024-10-09T21:36:06.942Z Compiling fs-err v2.11.0
13542024-10-09T21:36:07.251Z Compiling ipnet v2.10.0
13552024-10-09T21:36:07.634Z Compiling anyhow v1.0.89
13562024-10-09T21:36:08.032Z Compiling winnow v0.5.40
13572024-10-09T21:36:08.049Z Compiling bitflags v1.3.2
13582024-10-09T21:36:08.152Z Compiling rustc-demangle v0.1.24
13592024-10-09T21:36:08.232Z Compiling adler2 v2.0.0
13602024-10-09T21:36:08.419Z Compiling managed v0.8.0
13612024-10-09T21:36:08.437Z Compiling schemars v0.8.21
13622024-10-09T21:36:08.790Z Compiling hyper v1.4.1
13632024-10-09T21:36:08.977Z Compiling schemars_derive v0.8.21
13642024-10-09T21:36:09.133Z Compiling miniz_oxide v0.8.0
13652024-10-09T21:36:10.752Z Compiling clap_builder v4.5.18
13662024-10-09T21:36:11.239Z Compiling hyper-util v0.1.9
13672024-10-09T21:36:11.347Z Compiling console v0.15.8
13682024-10-09T21:36:11.925Z Compiling toml_edit v0.19.15
13692024-10-09T21:36:12.367Z Compiling elliptic-curve v0.13.8
13702024-10-09T21:36:12.405Z Compiling zerocopy v0.6.6
13712024-10-09T21:36:13.028Z Compiling phf v0.11.2
13722024-10-09T21:36:13.191Z Compiling rayon v1.10.0
13732024-10-09T21:36:13.284Z Compiling cookie_store v0.21.0
13742024-10-09T21:36:14.015Z Compiling hyper-rustls v0.27.3
13752024-10-09T21:36:14.254Z Compiling hyper-tls v0.6.0
13762024-10-09T21:36:14.665Z Compiling hubpack v0.1.2
13772024-10-09T21:36:16.215Z Compiling postgres-types v0.2.8
13782024-10-09T21:36:16.555Z Compiling usdt-attr-macro v0.5.0
13792024-10-09T21:36:16.841Z Compiling usdt-macro v0.5.0
13802024-10-09T21:36:17.723Z Compiling serde_urlencoded v0.7.1
13812024-10-09T21:36:17.989Z Compiling serde-big-array v0.5.1
13822024-10-09T21:36:18.220Z Compiling clap_derive v4.5.18
13832024-10-09T21:36:18.238Z Compiling futures-executor v0.3.30
13842024-10-09T21:36:18.256Z Compiling ed25519 v2.2.3
13852024-10-09T21:36:18.331Z Compiling pkcs1 v0.7.5
13862024-10-09T21:36:18.803Z Compiling rfc6979 v0.4.0
13872024-10-09T21:36:18.997Z Compiling bstr v1.9.1
13882024-10-09T21:36:19.375Z Compiling regex v1.10.6
13892024-10-09T21:36:19.706Z Compiling serde_repr v0.1.19
13902024-10-09T21:36:20.033Z Compiling enum-as-inner v0.6.0
13912024-10-09T21:36:20.275Z Compiling strum_macros v0.25.3
13922024-10-09T21:36:20.475Z Compiling phf_shared v0.10.0
13932024-10-09T21:36:20.802Z Compiling rustls-pemfile v2.1.3
13942024-10-09T21:36:20.868Z Compiling float-cmp v0.9.0
13952024-10-09T21:36:20.885Z Compiling idna v0.4.0
13962024-10-09T21:36:21.088Z Compiling sync_wrapper v1.0.1
13972024-10-09T21:36:21.107Z Compiling mio v0.8.11
13982024-10-09T21:36:21.123Z Compiling encoding_rs v0.8.34
13992024-10-09T21:36:21.229Z Compiling unicode-segmentation v1.11.0
14002024-10-09T21:36:21.270Z Compiling new_debug_unreachable v1.0.6
14012024-10-09T21:36:21.364Z Compiling difflib v0.4.0
14022024-10-09T21:36:22.099Z Compiling data-encoding v2.6.0
14032024-10-09T21:36:22.322Z Compiling fixedbitset v0.4.2
14042024-10-09T21:36:22.494Z Compiling minimal-lexical v0.2.1
14052024-10-09T21:36:22.802Z Compiling precomputed-hash v0.1.1
14062024-10-09T21:36:22.917Z Compiling normalize-line-endings v0.3.0
14072024-10-09T21:36:22.917Z Compiling whoami v1.5.2
14082024-10-09T21:36:23.015Z Compiling mime v0.3.17
14092024-10-09T21:36:23.056Z Compiling static_assertions v1.1.0
14102024-10-09T21:36:23.162Z Compiling dyn-clone v1.0.17
14112024-10-09T21:36:23.281Z Compiling predicates-core v1.0.6
14122024-10-09T21:36:23.387Z Compiling number_prefix v0.4.0
14132024-10-09T21:36:23.531Z Compiling bit-vec v0.6.3
14142024-10-09T21:36:23.613Z Compiling indicatif v0.17.8
14152024-10-09T21:36:23.630Z Compiling reqwest v0.12.7
14162024-10-09T21:36:23.633Z Compiling predicates v3.1.2
14172024-10-09T21:36:23.996Z Compiling bit-set v0.5.3
14182024-10-09T21:36:24.247Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14192024-10-09T21:36:24.433Z Compiling clap v4.5.18
14202024-10-09T21:36:24.560Z Compiling tokio-postgres v0.7.12
14212024-10-09T21:36:25.368Z Compiling toml_edit v0.22.22
14222024-10-09T21:36:25.550Z Compiling string_cache v0.8.7
14232024-10-09T21:36:25.845Z Compiling nom v7.1.3
14242024-10-09T21:36:26.014Z Compiling hickory-proto v0.24.1
14252024-10-09T21:36:28.126Z Compiling petgraph v0.6.5
14262024-10-09T21:36:29.185Z Compiling similar v2.6.0
14272024-10-09T21:36:29.474Z Compiling signal-hook-mio v0.2.4
14282024-10-09T21:36:29.659Z Compiling usdt v0.5.0
14292024-10-09T21:36:30.160Z Compiling ecdsa v0.16.9
14302024-10-09T21:36:30.260Z Compiling rsa v0.9.6
14312024-10-09T21:36:31.014Z Compiling ed25519-dalek v2.1.1
14322024-10-09T21:36:31.128Z Compiling futures v0.3.30
14332024-10-09T21:36:31.255Z Compiling flate2 v1.0.34
14342024-10-09T21:36:31.576Z Compiling toml v0.7.8
14352024-10-09T21:36:32.271Z Compiling tokio-stream v0.1.16
14362024-10-09T21:36:33.088Z Compiling openapiv3 v2.0.0
14372024-10-09T21:36:33.090Z Compiling hex v0.4.3
14382024-10-09T21:36:33.242Z Compiling x509-cert v0.2.5
14392024-10-09T21:36:33.314Z Compiling sha1 v0.10.6
14402024-10-09T21:36:33.642Z Compiling itertools v0.10.5
14412024-10-09T21:36:33.711Z Compiling itertools v0.12.1
14422024-10-09T21:36:33.747Z Compiling dirs-sys-next v0.1.2
14432024-10-09T21:36:34.436Z Compiling lalrpop-util v0.19.12
14442024-10-09T21:36:34.798Z Compiling unicode-xid v0.2.4
14452024-10-09T21:36:34.980Z Compiling peg-runtime v0.8.3
14462024-10-09T21:36:35.638Z Compiling dirs-next v2.0.0
14472024-10-09T21:36:35.839Z Compiling thread_local v1.1.8
14482024-10-09T21:36:36.237Z Compiling slog-async v2.8.0
14492024-10-09T21:36:36.272Z Compiling term v0.7.0
14502024-10-09T21:36:36.389Z Compiling xattr v1.3.1
14512024-10-09T21:36:36.430Z Compiling strum_macros v0.26.4
14522024-10-09T21:36:36.645Z Compiling crossbeam-channel v0.5.12
14532024-10-09T21:36:36.833Z Compiling filetime v0.2.25
14542024-10-09T21:36:36.850Z Compiling is-terminal v0.4.12
14552024-10-09T21:36:36.978Z Compiling take_mut v0.2.2
14562024-10-09T21:36:37.134Z Compiling tar v0.4.42
14572024-10-09T21:36:37.151Z Compiling slog-term v2.9.1
14582024-10-09T21:36:37.412Z Compiling camino v1.1.9
14592024-10-09T21:36:38.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14602024-10-09T21:36:39.506Z Compiling strum v0.26.3
14612024-10-09T21:36:39.584Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14622024-10-09T21:36:44.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
14632024-10-09T21:36:44.790Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14642024-10-09T21:36:44.830ZOct 09 21:36:43.500 INFO Starting download, target: Clickhouse
14652024-10-09T21:36:44.830ZOct 09 21:36:43.500 INFO Starting download, target: Cockroach
14662024-10-09T21:36:44.830ZOct 09 21:36:43.500 INFO Starting download, target: Console
14672024-10-09T21:36:44.832ZOct 09 21:36:43.500 INFO Starting download, target: DendriteOpenapi
14682024-10-09T21:36:44.832ZOct 09 21:36:43.500 INFO Starting download, target: DendriteStub
14692024-10-09T21:36:44.832ZOct 09 21:36:43.500 INFO Starting download, target: MaghemiteMgd
14702024-10-09T21:36:44.832ZOct 09 21:36:43.500 INFO Starting download, target: TransceiverControl
14712024-10-09T21:36:44.832ZOct 09 21:36:43.501 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14722024-10-09T21:36:44.832ZOct 09 21:36:43.501 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14732024-10-09T21:36:44.832ZOct 09 21:36:43.501 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14742024-10-09T21:36:44.832ZOct 09 21:36:43.501 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14752024-10-09T21:36:44.832ZOct 09 21:36:43.501 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14762024-10-09T21:36:44.832ZOct 09 21:36:43.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14772024-10-09T21:36:44.832ZOct 09 21:36:43.501 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14782024-10-09T21:36:45.046ZOct 09 21:36:43.715 INFO Download complete, target: DendriteOpenapi
14792024-10-09T21:36:45.133ZOct 09 21:36:43.802 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14802024-10-09T21:36:45.345ZOct 09 21:36:44.014 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14812024-10-09T21:36:45.528ZOct 09 21:36:44.198 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14822024-10-09T21:36:45.649ZOct 09 21:36:44.320 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14832024-10-09T21:36:45.740ZOct 09 21:36:44.410 INFO Download complete, target: Console
14842024-10-09T21:36:45.963ZOct 09 21:36:44.633 INFO Download complete, target: TransceiverControl
14852024-10-09T21:36:46.092ZOct 09 21:36:44.762 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14862024-10-09T21:36:46.092ZOct 09 21:36:44.763 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14872024-10-09T21:36:46.806ZOct 09 21:36:45.476 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14882024-10-09T21:36:48.492ZOct 09 21:36:47.162 INFO Download complete, target: DendriteStub
14892024-10-09T21:36:48.711ZOct 09 21:36:47.381 INFO Download complete, target: MaghemiteMgd
14902024-10-09T21:36:53.999ZOct 09 21:36:52.669 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14912024-10-09T21:36:54.262ZOct 09 21:36:52.931 INFO Checking that binary works, target: Cockroach
14922024-10-09T21:36:54.422ZOct 09 21:36:53.092 INFO Download complete, target: Cockroach
14932024-10-09T21:37:00.098ZOct 09 21:36:58.760 INFO Checking that binary works, target: Clickhouse
14942024-10-09T21:37:00.879ZOct 09 21:36:59.547 INFO Download complete, target: Clickhouse
14952024-10-09T21:37:00.886ZAll prerequisites installed successfully
14962024-10-09T21:37:00.891Z
14972024-10-09T21:37:00.891Zreal 3:50.164779039
14982024-10-09T21:37:00.891Zuser 11:40.961408356
14992024-10-09T21:37:00.891Zsys 2:25.971439492
15002024-10-09T21:37:00.891Ztrap 0.374604208
15012024-10-09T21:37:00.892Ztflt 10.861609919
15022024-10-09T21:37:00.892Zdflt 6.838993387
15032024-10-09T21:37:00.892Zkflt 0.485871996
15042024-10-09T21:37:00.892Zlock 24:53.007133032
15052024-10-09T21:37:00.892Zslp 47:14.926143668
15062024-10-09T21:37:00.892Zlat 37.036408749
15072024-10-09T21:37:00.892Zstop 1:36.589966265
15082024-10-09T21:37:00.892Z+ source ./tools/include/force-git-over-https.sh
15092024-10-09T21:37:00.892Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15102024-10-09T21:37:00.892Z++ (( i = 0 ))
15112024-10-09T21:37:00.892Z++ (( i < 5 ))
15122024-10-09T21:37:00.892Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15132024-10-09T21:37:00.897Z++ (( i++ ))
15142024-10-09T21:37:00.897Z++ (( i < 5 ))
15152024-10-09T21:37:00.897Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15162024-10-09T21:37:00.897Z++ (( i++ ))
15172024-10-09T21:37:00.897Z++ (( i < 5 ))
15182024-10-09T21:37:00.897Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15192024-10-09T21:37:00.901Z++ (( i++ ))
15202024-10-09T21:37:00.901Z++ (( i < 5 ))
15212024-10-09T21:37:00.902Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15222024-10-09T21:37:00.902Z++ (( i++ ))
15232024-10-09T21:37:00.902Z++ (( i < 5 ))
15242024-10-09T21:37:00.902Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15252024-10-09T21:37:00.906Z++ (( i++ ))
15262024-10-09T21:37:00.906Z++ (( i < 5 ))
15272024-10-09T21:37:00.906Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15282024-10-09T21:37:00.906Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15292024-10-09T21:37:00.906Z+ rc=0
15302024-10-09T21:37:00.906Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15312024-10-09T21:37:24.429Z+ case $rc in
15322024-10-09T21:37:24.429Z+ pfexec zfs create -p rpool/images/build/host
15332024-10-09T21:37:24.618Z+ pfexec zfs create -p rpool/images/build/recovery
15342024-10-09T21:37:24.671Z+ cargo xtask releng --output-dir /work
15352024-10-09T21:37:25.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15362024-10-09T21:37:25.260Z Running `target/debug/xtask releng --output-dir /work`
15372024-10-09T21:37:26.207Z Compiling proc-macro2 v1.0.86
15382024-10-09T21:37:26.207Z Compiling unicode-ident v1.0.13
15392024-10-09T21:37:26.210Z Compiling libc v0.2.159
15402024-10-09T21:37:26.210Z Compiling serde v1.0.210
15412024-10-09T21:37:26.210Z Compiling version_check v0.9.5
15422024-10-09T21:37:26.210Z Compiling autocfg v1.3.0
15432024-10-09T21:37:26.210Z Compiling cfg-if v1.0.0
15442024-10-09T21:37:26.210Z Compiling once_cell v1.19.0
15452024-10-09T21:37:26.605Z Compiling typenum v1.17.0
15462024-10-09T21:37:26.684Z Compiling memchr v2.7.2
15472024-10-09T21:37:27.084Z Compiling lock_api v0.4.12
15482024-10-09T21:37:27.119Z Compiling generic-array v0.14.7
15492024-10-09T21:37:27.420Z Compiling ahash v0.8.11
15502024-10-09T21:37:27.441Z Compiling parking_lot_core v0.9.10
15512024-10-09T21:37:27.518Z Compiling serde_json v1.0.128
15522024-10-09T21:37:27.759Z Compiling libm v0.2.8
15532024-10-09T21:37:27.849Z Compiling byteorder v1.5.0
15542024-10-09T21:37:27.852Z Compiling num-traits v0.2.19
15552024-10-09T21:37:28.146Z Compiling quote v1.0.37
15562024-10-09T21:37:28.296Z Compiling getrandom v0.2.14
15572024-10-09T21:37:28.569Z Compiling syn v2.0.79
15582024-10-09T21:37:28.615Z Compiling jobserver v0.1.32
15592024-10-09T21:37:28.721Z Compiling itoa v1.0.11
15602024-10-09T21:37:28.738Z Compiling value-bag v1.9.0
15612024-10-09T21:37:28.882Z Compiling scopeguard v1.2.0
15622024-10-09T21:37:28.947Z Compiling slab v0.4.9
15632024-10-09T21:37:29.059Z Compiling cc v1.0.97
15642024-10-09T21:37:29.298Z Compiling log v0.4.22
15652024-10-09T21:37:29.453Z Compiling thiserror v1.0.64
15662024-10-09T21:37:29.474Z Compiling rand_core v0.6.4
15672024-10-09T21:37:29.895Z Compiling subtle v2.5.0
15682024-10-09T21:37:30.107Z Compiling semver v1.0.23
15692024-10-09T21:37:30.521Z Compiling pin-project-lite v0.2.14
15702024-10-09T21:37:30.583Z Compiling pkg-config v0.3.30
15712024-10-09T21:37:30.609Z Compiling smallvec v1.13.2
15722024-10-09T21:37:30.987Z Compiling const-oid v0.9.6
15732024-10-09T21:37:31.217Z Compiling ryu v1.0.18
15742024-10-09T21:37:31.318Z Compiling allocator-api2 v0.2.18
15752024-10-09T21:37:31.799Z Compiling futures-core v0.3.30
15762024-10-09T21:37:32.119Z Compiling signal-hook-registry v1.4.2
15772024-10-09T21:37:32.431Z Compiling ring v0.17.8
15782024-10-09T21:37:32.502Z Compiling httparse v1.8.0
15792024-10-09T21:37:32.691Z Compiling vcpkg v0.2.15
15802024-10-09T21:37:32.863Z Compiling parking_lot v0.12.2
15812024-10-09T21:37:32.988Z Compiling mio v1.0.2
15822024-10-09T21:37:33.099Z Compiling socket2 v0.5.7
15832024-10-09T21:37:33.781Z Compiling spin v0.9.8
15842024-10-09T21:37:34.458Z Compiling openssl-sys v0.9.103
15852024-10-09T21:37:34.720Z Compiling futures-sink v0.3.30
15862024-10-09T21:37:34.907Z Compiling equivalent v1.0.1
15872024-10-09T21:37:34.955Z Compiling heck v0.5.0
15882024-10-09T21:37:35.068Z Compiling schemars v0.8.21
15892024-10-09T21:37:35.413Z Compiling crossbeam-utils v0.8.19
15902024-10-09T21:37:35.436Z Compiling rustix v0.38.37
15912024-10-09T21:37:35.527Z Compiling fnv v1.0.7
15922024-10-09T21:37:35.926Z Compiling time-core v0.1.2
15932024-10-09T21:37:36.027Z Compiling cpufeatures v0.2.12
15942024-10-09T21:37:36.096Z Compiling serde_derive_internals v0.29.1
15952024-10-09T21:37:36.184Z Compiling num-conv v0.1.0
15962024-10-09T21:37:36.264Z Compiling futures-channel v0.3.30
15972024-10-09T21:37:36.510Z Compiling time-macros v0.2.18
15982024-10-09T21:37:36.843Z Compiling openssl v0.10.66
15992024-10-09T21:37:36.898Z Compiling futures-io v0.3.30
16002024-10-09T21:37:37.207Z Compiling futures-task v0.3.30
16012024-10-09T21:37:37.238Z Compiling tinyvec_macros v0.1.1
16022024-10-09T21:37:37.279Z Compiling pin-utils v0.1.0
16032024-10-09T21:37:37.304Z Compiling tinyvec v1.6.0
16042024-10-09T21:37:38.085Z Compiling native-tls v0.2.11
16052024-10-09T21:37:38.534Z Compiling rustls v0.23.10
16062024-10-09T21:37:38.538Z Compiling ucd-trie v0.1.6
16072024-10-09T21:37:38.620Z Compiling iana-time-zone v0.1.60
16082024-10-09T21:37:38.644Z Compiling base64ct v1.6.0
16092024-10-09T21:37:38.734Z Compiling unicode-bidi v0.3.15
16102024-10-09T21:37:38.970Z Compiling unicode-normalization v0.1.23
16112024-10-09T21:37:39.312Z Compiling pem-rfc7468 v0.7.0
16122024-10-09T21:37:39.505Z Compiling tracing-core v0.1.32
16132024-10-09T21:37:39.589Z Compiling cookie v0.18.1
16142024-10-09T21:37:39.965Z Compiling syn v1.0.109
16152024-10-09T21:37:40.003Z Compiling slog v2.7.0
16162024-10-09T21:37:40.386Z Compiling flagset v0.4.5
16172024-10-09T21:37:40.781Z Compiling aho-corasick v1.1.3
16182024-10-09T21:37:41.628Z Compiling regex-syntax v0.8.4
16192024-10-09T21:37:41.655Z Compiling serde_derive v1.0.210
16202024-10-09T21:37:41.673Z Compiling zeroize_derive v1.4.2
16212024-10-09T21:37:41.823Z Compiling zerocopy-derive v0.7.34
16222024-10-09T21:37:41.971Z Compiling tokio-macros v2.4.0
16232024-10-09T21:37:41.974Z Compiling thiserror-impl v1.0.64
16242024-10-09T21:37:43.272Z Compiling zeroize v1.8.1
16252024-10-09T21:37:43.757Z Compiling futures-macro v0.3.30
16262024-10-09T21:37:43.930Z Compiling zerocopy v0.7.34
16272024-10-09T21:37:45.488Z Compiling crypto-common v0.1.6
16282024-10-09T21:37:45.626Z Compiling der_derive v0.7.2
16292024-10-09T21:37:45.640Z Compiling tracing-attributes v0.1.27
16302024-10-09T21:37:46.676Z Compiling hashbrown v0.14.5
16312024-10-09T21:37:47.171Z Compiling block-buffer v0.10.4
16322024-10-09T21:37:47.568Z Compiling digest v0.10.7
16332024-10-09T21:37:48.005Z Compiling schemars_derive v0.8.21
16342024-10-09T21:37:48.143Z Compiling hmac v0.12.1
16352024-10-09T21:37:48.202Z Compiling futures-util v0.3.30
16362024-10-09T21:37:48.392Z Compiling block-padding v0.3.3
16372024-10-09T21:37:48.626Z Compiling inout v0.1.3
16382024-10-09T21:37:48.822Z Compiling openssl-macros v0.1.1
16392024-10-09T21:37:48.924Z Compiling cipher v0.4.4
16402024-10-09T21:37:49.202Z Compiling sha2 v0.10.8
16412024-10-09T21:37:49.530Z Compiling scroll_derive v0.12.0
16422024-10-09T21:37:50.027Z Compiling pest v2.7.10
16432024-10-09T21:37:50.394Z Compiling tracing v0.1.40
16442024-10-09T21:37:51.113Z Compiling der v0.7.9
16452024-10-09T21:37:51.961Z Compiling salsa20 v0.10.2
16462024-10-09T21:37:52.211Z Compiling pbkdf2 v0.12.2
16472024-10-09T21:37:53.050Z Compiling pest_meta v2.7.10
16482024-10-09T21:37:53.171Z Compiling regex-automata v0.4.6
16492024-10-09T21:37:54.502Z Compiling pest_generator v2.7.10
16502024-10-09T21:37:55.597Z Compiling bytes v1.7.2
16512024-10-09T21:37:56.775Z Compiling bitflags v2.6.0
16522024-10-09T21:37:56.951Z Compiling indexmap v2.5.0
16532024-10-09T21:37:57.446Z Compiling tokio v1.39.3
16542024-10-09T21:37:57.538Z Compiling rustc_version v0.4.0
16552024-10-09T21:37:58.264Z Compiling serde_tokenstream v0.2.2
16562024-10-09T21:37:58.945Z Compiling uuid v1.10.0
16572024-10-09T21:37:59.014Z Compiling http v1.1.0
16582024-10-09T21:37:59.393Z Compiling chrono v0.4.38
16592024-10-09T21:38:02.028Z Compiling spki v0.7.3
16602024-10-09T21:38:03.349Z Compiling rayon-core v1.12.1
16612024-10-09T21:38:03.981Z Compiling crc32fast v1.4.0
16622024-10-09T21:38:04.496Z Compiling dyn-clone v1.0.17
16632024-10-09T21:38:04.645Z Compiling percent-encoding v2.3.1
16642024-10-09T21:38:05.191Z Compiling pest_derive v2.7.10
16652024-10-09T21:38:06.270Z Compiling scrypt v0.11.0
16662024-10-09T21:38:06.741Z Compiling aes v0.8.4
16672024-10-09T21:38:06.810Z Compiling cbc v0.1.2
16682024-10-09T21:38:07.148Z Compiling usdt-impl v0.5.0
16692024-10-09T21:38:07.624Z Compiling tokio-util v0.7.12
16702024-10-09T21:38:07.662Z Compiling untrusted v0.9.0
16712024-10-09T21:38:07.970Z Compiling heck v0.4.1
16722024-10-09T21:38:12.611Z Compiling rustls-pki-types v1.7.0
16732024-10-09T21:38:12.793Z Compiling try-lock v0.2.5
16742024-10-09T21:38:12.793Z Compiling want v0.3.1
16752024-10-09T21:38:12.793Z Compiling pkcs5 v0.7.1
16762024-10-09T21:38:12.793Z Compiling heapless v0.7.17
16772024-10-09T21:38:12.793Z Compiling scroll v0.12.0
16782024-10-09T21:38:12.793Z Compiling zerocopy-derive v0.6.6
16792024-10-09T21:38:12.793Z Compiling backtrace v0.3.71
16802024-10-09T21:38:12.793Z Compiling errno v0.3.9
16812024-10-09T21:38:12.793Z Compiling num-bigint-dig v0.8.4
16822024-10-09T21:38:12.830Z Compiling ppv-lite86 v0.2.17
16832024-10-09T21:38:12.830Z Compiling httpdate v1.0.3
16842024-10-09T21:38:12.963Z Compiling powerfmt v0.2.0
16852024-10-09T21:38:13.067Z Compiling plain v0.2.3
16862024-10-09T21:38:13.259Z Compiling goblin v0.8.2
16872024-10-09T21:38:13.500Z Compiling rand_chacha v0.3.1
16882024-10-09T21:38:13.636Z Compiling deranged v0.3.11
16892024-10-09T21:38:15.314Z Compiling pkcs8 v0.10.2
16902024-10-09T21:38:16.082Z Compiling form_urlencoded v1.2.1
16912024-10-09T21:38:16.171Z Compiling regex v1.10.6
16922024-10-09T21:38:16.728Z Compiling async-trait v0.1.83
16932024-10-09T21:38:17.229Z Compiling strsim v0.11.1
16942024-10-09T21:38:17.369Z Compiling rustversion v1.0.17
16952024-10-09T21:38:17.416Z Compiling atomic-waker v1.1.2
16962024-10-09T21:38:17.849Z Compiling tower-service v0.3.2
16972024-10-09T21:38:17.993Z Compiling base64 v0.22.1
16982024-10-09T21:38:18.035Z Compiling num_threads v0.1.7
16992024-10-09T21:38:18.507Z Compiling pretty-hex v0.4.1
17002024-10-09T21:38:18.757Z Compiling time v0.3.36
17012024-10-09T21:38:19.083Z Compiling rand v0.8.5
17022024-10-09T21:38:19.159Z Compiling rustls-webpki v0.102.4
17032024-10-09T21:38:19.948Z Compiling dof v0.3.0
17042024-10-09T21:38:20.862Z Compiling dtrace-parser v0.2.0
17052024-10-09T21:38:21.896Z Compiling http-body v1.0.0
17062024-10-09T21:38:22.411Z Compiling curve25519-dalek v4.1.3
17072024-10-09T21:38:22.973Z Compiling thread-id v4.2.1
17082024-10-09T21:38:23.079Z Compiling portable-atomic v1.6.0
17092024-10-09T21:38:24.067Z Compiling signal-hook v0.3.17
17102024-10-09T21:38:24.151Z Compiling foreign-types-shared v0.1.1
17112024-10-09T21:38:24.284Z Compiling smoltcp v0.9.1
17122024-10-09T21:38:24.406Z Compiling anyhow v1.0.89
17132024-10-09T21:38:25.070Z Compiling foreign-types v0.3.2
17142024-10-09T21:38:25.232Z Compiling h2 v0.4.6
17152024-10-09T21:38:32.748Z Compiling clap_derive v4.5.18
17162024-10-09T21:38:34.205Z Compiling idna v0.5.0
17172024-10-09T21:38:37.644Z Compiling siphasher v0.3.11
17182024-10-09T21:38:37.741Z Compiling hyper v1.4.1
17192024-10-09T21:38:38.048Z Compiling url v2.5.2
17202024-10-09T21:38:39.918Z Compiling crossbeam-epoch v0.9.18
17212024-10-09T21:38:43.919Z Compiling hubpack_derive v0.1.1
17222024-10-09T21:38:44.065Z Compiling openapiv3 v2.0.0
17232024-10-09T21:38:44.900Z Compiling signature v2.2.0
17242024-10-09T21:38:45.094Z Compiling curve25519-dalek-derive v0.1.1
17252024-10-09T21:38:45.550Z Compiling lazy_static v1.5.0
17262024-10-09T21:38:46.130Z Compiling fs-err v2.11.0
17272024-10-09T21:38:46.506Z Compiling encoding_rs v0.8.34
17282024-10-09T21:38:46.856Z Compiling anstyle v1.0.8
17292024-10-09T21:38:46.863Z Compiling utf8parse v0.2.1
17302024-10-09T21:38:47.162Z Compiling mime v0.3.17
17312024-10-09T21:38:47.297Z Compiling either v1.13.0
17322024-10-09T21:38:47.421Z Compiling openssl-probe v0.1.5
17332024-10-09T21:38:47.859Z Compiling finl_unicode v1.2.0
17342024-10-09T21:38:47.954Z Compiling hyper-util v0.1.9
17352024-10-09T21:38:48.506Z Compiling stringprep v0.1.4
17362024-10-09T21:38:48.824Z Compiling anstyle-parse v0.2.4
17372024-10-09T21:38:54.110Z Compiling crossbeam-deque v0.8.5
17382024-10-09T21:38:54.483Z Compiling usdt-attr-macro v0.5.0
17392024-10-09T21:38:55.253Z Compiling usdt-macro v0.5.0
17402024-10-09T21:38:56.446Z Compiling serde_urlencoded v0.7.1
17412024-10-09T21:38:57.075Z Compiling serde_spanned v0.6.7
17422024-10-09T21:38:57.122Z Compiling toml_datetime v0.6.8
17432024-10-09T21:38:57.381Z Compiling regress v0.10.1
17442024-10-09T21:38:57.723Z Compiling md-5 v0.10.6
17452024-10-09T21:38:57.990Z Compiling idna v0.3.0
17462024-10-09T21:38:58.929Z Compiling num-integer v0.1.46
17472024-10-09T21:38:59.448Z Compiling ff v0.13.0
17482024-10-09T21:38:59.685Z Compiling hash32 v0.2.1
17492024-10-09T21:38:59.715Z Compiling anstyle-query v1.0.3
17502024-10-09T21:38:59.725Z Compiling fallible-iterator v0.2.0
17512024-10-09T21:38:59.917Z Compiling ipnet v2.10.0
17522024-10-09T21:39:00.136Z Compiling gimli v0.28.1
17532024-10-09T21:39:00.540Z Compiling colorchoice v1.0.1
17542024-10-09T21:39:01.256Z Compiling stable_deref_trait v1.2.0
17552024-10-09T21:39:01.384Z Compiling base16ct v0.2.0
17562024-10-09T21:39:01.712Z Compiling psl-types v2.0.11
17572024-10-09T21:39:02.001Z Compiling is_terminal_polyfill v1.70.0
17582024-10-09T21:39:02.200Z Compiling adler v1.0.2
17592024-10-09T21:39:02.477Z Compiling miniz_oxide v0.7.2
17602024-10-09T21:39:02.619Z Compiling anstream v0.6.14
17612024-10-09T21:39:02.783Z Compiling publicsuffix v2.2.3
17622024-10-09T21:39:03.087Z Compiling sec1 v0.7.3
17632024-10-09T21:39:03.490Z Compiling typify-impl v0.2.0
17642024-10-09T21:39:04.614Z Compiling postgres-protocol v0.6.7
17652024-10-09T21:39:05.014Z Compiling addr2line v0.21.0
17662024-10-09T21:39:05.529Z Compiling group v0.13.0
17672024-10-09T21:39:05.795Z Compiling num-iter v0.1.45
17682024-10-09T21:39:05.986Z Compiling tokio-rustls v0.26.0
17692024-10-09T21:39:07.013Z Compiling terminal_size v0.3.0
17702024-10-09T21:39:07.033Z Compiling tokio-native-tls v0.3.1
17712024-10-09T21:39:07.239Z Compiling phf_shared v0.11.2
17722024-10-09T21:39:07.349Z Compiling strum_macros v0.25.3
17732024-10-09T21:39:08.048Z Compiling http-body-util v0.1.2
17742024-10-09T21:39:08.441Z Compiling webpki-roots v0.26.3
17752024-10-09T21:39:08.619Z Compiling enum-as-inner v0.6.0
17762024-10-09T21:39:08.986Z Compiling hkdf v0.12.4
17772024-10-09T21:39:09.233Z Compiling crypto-bigint v0.5.5
17782024-10-09T21:39:09.522Z Compiling serde_repr v0.1.19
17792024-10-09T21:39:10.733Z Compiling object v0.32.2
17802024-10-09T21:39:11.003Z Compiling adler2 v2.0.0
17812024-10-09T21:39:11.211Z Compiling bitflags v1.3.2
17822024-10-09T21:39:13.026Z Compiling rustc-demangle v0.1.24
17832024-10-09T21:39:13.188Z Compiling managed v0.8.0
17842024-10-09T21:39:13.375Z Compiling unicode-width v0.1.13
17852024-10-09T21:39:13.619Z Compiling winnow v0.5.40
17862024-10-09T21:39:13.649Z Compiling clap_lex v0.7.0
17872024-10-09T21:39:14.118Z Compiling clap_builder v4.5.18
17882024-10-09T21:39:15.489Z Compiling console v0.15.8
17892024-10-09T21:39:15.884Z Compiling typify-macro v0.2.0
17902024-10-09T21:39:16.751Z Compiling elliptic-curve v0.13.8
17912024-10-09T21:39:17.147Z Compiling toml_edit v0.19.15
17922024-10-09T21:39:17.477Z Compiling miniz_oxide v0.8.0
17932024-10-09T21:39:19.126Z Compiling hyper-rustls v0.27.3
17942024-10-09T21:39:19.760Z Compiling hyper-tls v0.6.0
17952024-10-09T21:39:21.412Z Compiling phf v0.11.2
17962024-10-09T21:39:21.437Z Compiling rayon v1.10.0
17972024-10-09T21:39:21.613Z Compiling cookie_store v0.21.0
17982024-10-09T21:39:21.708Z Compiling postgres-types v0.2.8
17992024-10-09T21:39:22.972Z Compiling ed25519 v2.2.3
18002024-10-09T21:39:23.009Z Compiling hubpack v0.1.2
18012024-10-09T21:39:23.049Z Compiling phf_shared v0.10.0
18022024-10-09T21:39:23.150Z Compiling rustls-pemfile v2.1.3
18032024-10-09T21:39:23.659Z Compiling pkcs1 v0.7.5
18042024-10-09T21:39:23.952Z Compiling zerocopy v0.6.6
18052024-10-09T21:39:24.280Z Compiling bstr v1.9.1
18062024-10-09T21:39:24.317Z Compiling futures-executor v0.3.30
18072024-10-09T21:39:24.578Z Compiling serde-big-array v0.5.1
18082024-10-09T21:39:24.778Z Compiling rfc6979 v0.4.0
18092024-10-09T21:39:24.800Z Compiling idna v0.4.0
18102024-10-09T21:39:24.892Z Compiling sync_wrapper v1.0.1
18112024-10-09T21:39:24.932Z Compiling float-cmp v0.9.0
18122024-10-09T21:39:25.068Z Compiling mio v0.8.11
18132024-10-09T21:39:25.128Z Compiling memmap v0.7.0
18142024-10-09T21:39:25.615Z Compiling precomputed-hash v0.1.1
18152024-10-09T21:39:25.849Z Compiling difflib v0.4.0
18162024-10-09T21:39:26.074Z Compiling new_debug_unreachable v1.0.6
18172024-10-09T21:39:26.170Z Compiling winnow v0.6.18
18182024-10-09T21:39:26.191Z Compiling fixedbitset v0.4.2
18192024-10-09T21:39:26.212Z Compiling minimal-lexical v0.2.1
18202024-10-09T21:39:26.444Z Compiling static_assertions v1.1.0
18212024-10-09T21:39:26.555Z Compiling data-encoding v2.6.0
18222024-10-09T21:39:26.600Z Compiling bit-vec v0.6.3
18232024-10-09T21:39:26.663Z Compiling whoami v1.5.2
18242024-10-09T21:39:27.035Z Compiling unicode-segmentation v1.11.0
18252024-10-09T21:39:27.082Z Compiling predicates-core v1.0.6
18262024-10-09T21:39:27.234Z Compiling number_prefix v0.4.0
18272024-10-09T21:39:27.405Z Compiling normalize-line-endings v0.3.0
18282024-10-09T21:39:27.455Z Compiling indicatif v0.17.8
18292024-10-09T21:39:27.542Z Compiling predicates v3.1.2
18302024-10-09T21:39:27.840Z Compiling similar v2.6.0
18312024-10-09T21:39:28.268Z Compiling reqwest v0.12.7
18322024-10-09T21:39:28.748Z Compiling hickory-proto v0.24.1
18332024-10-09T21:39:29.053Z Compiling tokio-postgres v0.7.12
18342024-10-09T21:39:29.213Z Compiling bit-set v0.5.3
18352024-10-09T21:39:29.511Z Compiling nom v7.1.3
18362024-10-09T21:39:29.801Z Compiling toml_edit v0.22.22
18372024-10-09T21:39:29.870Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18382024-10-09T21:39:33.126Z Compiling petgraph v0.6.5
18392024-10-09T21:39:35.538Z Compiling string_cache v0.8.7
18402024-10-09T21:39:35.967Z Compiling signal-hook-mio v0.2.4
18412024-10-09T21:39:36.155Z Compiling usdt v0.5.0
18422024-10-09T21:39:36.628Z Compiling ecdsa v0.16.9
18432024-10-09T21:39:36.835Z Compiling futures v0.3.30
18442024-10-09T21:39:37.428Z Compiling rsa v0.9.6
18452024-10-09T21:39:37.865Z Compiling ed25519-dalek v2.1.1
18462024-10-09T21:39:38.350Z Compiling toml v0.7.8
18472024-10-09T21:39:38.371Z Compiling flate2 v1.0.34
18482024-10-09T21:39:38.420Z Compiling clap v4.5.18
18492024-10-09T21:39:38.541Z Compiling itertools v0.12.1
18502024-10-09T21:39:39.009Z Compiling itertools v0.10.5
18512024-10-09T21:39:39.869Z Compiling tokio-stream v0.1.16
18522024-10-09T21:39:40.511Z Compiling x509-cert v0.2.5
18532024-10-09T21:39:40.916Z Compiling hex v0.4.3
18542024-10-09T21:39:41.850Z Compiling sha1 v0.10.6
18552024-10-09T21:39:42.244Z Compiling peg-runtime v0.8.3
18562024-10-09T21:39:42.380Z Compiling unicode-xid v0.2.4
18572024-10-09T21:39:42.610Z Compiling radium v0.7.0
18582024-10-09T21:39:43.482Z Compiling camino v1.1.9
18592024-10-09T21:39:43.655Z Compiling lalrpop-util v0.19.12
18602024-10-09T21:39:44.932Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18612024-10-09T21:39:50.142Z Compiling is-terminal v0.4.12
18622024-10-09T21:39:51.795Z Compiling tap v1.0.1
18632024-10-09T21:39:54.342Z Compiling ident_case v1.0.1
18642024-10-09T21:39:55.046Z Compiling maybe-uninit v2.0.0
18652024-10-09T21:39:55.609Z Compiling darling_core v0.20.9
18662024-10-09T21:39:59.263Z Compiling wyz v0.5.1
18672024-10-09T21:40:09.966Z Compiling typify v0.2.0
18682024-10-09T21:40:12.278Z Compiling http v0.2.12
18692024-10-09T21:40:13.706Z Compiling bzip2-sys v0.1.11+1.0.8
18702024-10-09T21:40:14.216Z Compiling dirs-sys-next v0.1.2
18712024-10-09T21:40:15.526Z Compiling base64 v0.21.7
18722024-10-09T21:40:15.795Z Compiling unsafe-libyaml v0.2.11
18732024-10-09T21:40:16.233Z Compiling packed_struct v0.10.1
18742024-10-09T21:40:16.300Z Compiling funty v2.0.0
18752024-10-09T21:40:16.671Z Compiling paste v1.0.15
18762024-10-09T21:40:17.084Z Compiling rustls v0.22.4
18772024-10-09T21:40:20.600Z Compiling bitvec v1.0.1
18782024-10-09T21:40:20.600Z Compiling serde_yaml v0.9.34+deprecated
18792024-10-09T21:40:20.600Z Compiling dirs-next v2.0.0
18802024-10-09T21:40:21.911Z Compiling progenitor-impl v0.8.0
18812024-10-09T21:40:23.120Z Compiling darling_macro v0.20.9
18822024-10-09T21:40:27.198Z Compiling packed_struct_codegen v0.10.1
18832024-10-09T21:40:28.592Z Compiling structmeta-derive v0.3.0
18842024-10-09T21:40:29.582Z Compiling thread_local v1.1.8
18852024-10-09T21:40:30.207Z Compiling multer v3.1.0
18862024-10-09T21:40:30.278Z Compiling indexmap v1.9.3
18872024-10-09T21:40:30.594Z Compiling match_cfg v0.1.0
18882024-10-09T21:40:30.701Z Compiling crc-catalog v2.4.0
18892024-10-09T21:40:30.860Z Compiling slog-async v2.8.0
18902024-10-09T21:40:30.935Z Compiling fastrand v2.1.1
18912024-10-09T21:40:31.319Z Compiling nodrop v0.1.14
18922024-10-09T21:40:31.336Z Compiling structmeta v0.3.0
18932024-10-09T21:40:31.453Z Compiling array-init v0.0.4
18942024-10-09T21:40:31.780Z Compiling tempfile v3.13.0
18952024-10-09T21:40:32.431Z Compiling crc v3.2.1
18962024-10-09T21:40:33.473Z Compiling hostname v0.3.1
18972024-10-09T21:40:34.374Z Compiling progenitor-macro v0.8.0
18982024-10-09T21:40:37.617Z Compiling smallvec v0.6.14
18992024-10-09T21:40:38.295Z Compiling darling v0.20.9
19002024-10-09T21:40:38.435Z Compiling term v0.7.0
19012024-10-09T21:40:40.945Z Compiling h2 v0.3.26
19022024-10-09T21:40:41.511Z Compiling http-body v0.4.6
19032024-10-09T21:40:42.035Z Compiling progenitor-client v0.8.0
19042024-10-09T21:40:43.398Z Compiling slog-json v2.6.1
19052024-10-09T21:40:43.844Z Compiling crossbeam-channel v0.5.12
19062024-10-09T21:40:44.621Z Compiling async-stream-impl v0.3.5
19072024-10-09T21:40:45.428Z Compiling pin-project-internal v1.1.5
19082024-10-09T21:40:48.178Z Compiling dropshot v0.12.0
19092024-10-09T21:40:48.741Z Compiling bitfield v0.14.0
19102024-10-09T21:40:49.460Z Compiling same-file v1.0.6
19112024-10-09T21:40:49.493Z Compiling termcolor v1.4.1
19122024-10-09T21:40:49.879Z Compiling take_mut v0.2.2
19132024-10-09T21:40:50.628Z Compiling hashbrown v0.12.3
19142024-10-09T21:40:56.085Z Compiling env_logger v0.10.2
19152024-10-09T21:40:59.254Z Compiling walkdir v2.5.0
19162024-10-09T21:40:59.294Z Compiling progenitor v0.8.0
19172024-10-09T21:41:00.748Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19182024-10-09T21:41:05.322Z Compiling hyper v0.14.30
19192024-10-09T21:41:06.082Z Compiling pin-project v1.1.5
19202024-10-09T21:41:06.438Z Compiling async-stream v0.3.5
19212024-10-09T21:41:07.786Z Compiling slog-bunyan v2.5.0
19222024-10-09T21:41:08.067Z Compiling tokio-rustls v0.25.0
19232024-10-09T21:41:08.992Z Compiling slog-term v2.9.1
19242024-10-09T21:41:09.139Z Compiling serde_with_macros v3.9.0
19252024-10-09T21:41:09.705Z Compiling bzip2 v0.4.4
19262024-10-09T21:41:10.170Z Compiling serde-hex v0.1.0
19272024-10-09T21:41:11.729Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19282024-10-09T21:41:12.062Z Compiling parse-display-derive v0.10.0
19292024-10-09T21:41:14.285Z Compiling toml v0.8.19
19302024-10-09T21:41:15.411Z Compiling ron v0.8.1
19312024-10-09T21:41:18.004Z Compiling strum_macros v0.26.4
19322024-10-09T21:41:19.167Z Compiling newtype-uuid v1.1.0
19332024-10-09T21:41:19.528Z Compiling ipnetwork v0.20.0
19342024-10-09T21:41:19.810Z Compiling xattr v1.3.1
19352024-10-09T21:41:20.142Z Compiling waitgroup v0.1.2
19362024-10-09T21:41:21.026Z Compiling snafu-derive v0.8.2
19372024-10-09T21:41:21.120Z Compiling dropshot_endpoint v0.12.0
19382024-10-09T21:41:21.419Z Compiling serde_path_to_error v0.1.16
19392024-10-09T21:41:21.750Z Compiling hashbrown v0.13.2
19402024-10-09T21:41:22.373Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19412024-10-09T21:41:22.473Z Compiling ring v0.16.20
19422024-10-09T21:41:23.067Z Compiling blake3 v1.5.1
19432024-10-09T21:41:23.132Z Compiling hostname v0.4.0
19442024-10-09T21:41:23.205Z Compiling filetime v0.2.25
19452024-10-09T21:41:23.405Z Compiling instant v0.1.12
19462024-10-09T21:41:23.476Z Compiling debug-ignore v1.0.5
19472024-10-09T21:41:23.564Z Compiling buf-list v1.0.3
19482024-10-09T21:41:23.626Z Compiling crc-any v2.5.0
19492024-10-09T21:41:23.654Z Compiling sync_wrapper v0.1.2
19502024-10-09T21:41:23.962Z Compiling reqwest v0.11.27
19512024-10-09T21:41:24.225Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19522024-10-09T21:41:24.564Z Compiling backoff v0.4.0
19532024-10-09T21:41:24.936Z Compiling tar v0.4.42
19542024-10-09T21:41:24.957Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19552024-10-09T21:41:25.173Z Compiling object v0.30.4
19562024-10-09T21:41:25.632Z Compiling snafu v0.8.2
19572024-10-09T21:41:26.946Z Compiling strum v0.26.3
19582024-10-09T21:41:27.148Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19592024-10-09T21:41:30.371Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19602024-10-09T21:41:30.419Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19612024-10-09T21:41:30.876Z Compiling parse-display v0.10.0
19622024-10-09T21:41:31.006Z Compiling serde_with v3.9.0
19632024-10-09T21:41:32.059Z Compiling zip v0.6.6
19642024-10-09T21:41:32.808Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19652024-10-09T21:41:33.565Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19662024-10-09T21:41:34.756Z Compiling camino-tempfile v1.1.1
19672024-10-09T21:41:35.381Z Compiling globset v0.4.14
19682024-10-09T21:41:35.504Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19692024-10-09T21:41:35.707Z Compiling pem v3.0.4
19702024-10-09T21:41:37.233Z Compiling olpc-cjson v0.1.3
19712024-10-09T21:41:37.577Z Compiling macaddr v1.0.1
19722024-10-09T21:41:38.151Z Compiling serde_plain v1.0.2
19732024-10-09T21:41:38.214Z Compiling regress v0.9.1
19742024-10-09T21:41:38.679Z Compiling async-recursion v1.1.1
19752024-10-09T21:41:40.177Z Compiling memmap2 v0.9.4
19762024-10-09T21:41:40.744Z Compiling constant_time_eq v0.3.0
19772024-10-09T21:41:40.923Z Compiling spin v0.5.2
19782024-10-09T21:41:41.202Z Compiling arrayref v0.3.7
19792024-10-09T21:41:41.320Z Compiling typed-path v0.7.1
19802024-10-09T21:41:41.636Z Compiling arrayvec v0.7.4
19812024-10-09T21:41:42.110Z Compiling untrusted v0.7.1
19822024-10-09T21:41:42.318Z Compiling path-slash v0.1.5
19832024-10-09T21:41:42.578Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19842024-10-09T21:41:43.410Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19852024-10-09T21:41:46.937Z Compiling tough v0.17.1
19862024-10-09T21:41:50.702Z Compiling itertools v0.13.0
19872024-10-09T21:41:51.340Z Compiling cargo-platform v0.1.8
19882024-10-09T21:41:51.808Z Compiling topological-sort v0.2.2
19892024-10-09T21:41:52.091Z Compiling parse-size v1.0.0
19902024-10-09T21:41:52.392Z Compiling omicron-zone-package v0.11.1
19912024-10-09T21:41:52.479Z Compiling cargo_metadata v0.18.1
19922024-10-09T21:41:54.486Z Compiling shell-words v1.1.0
19932024-10-09T21:41:57.041Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19942024-10-09T21:42:11.984Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19952024-10-09T21:42:26.164Z Finished `release` profile [optimized] target(s) in 5m 00s
19962024-10-09T21:42:26.315Z Running `target/release/omicron-releng --output-dir /work`
19972024-10-09T21:42:26.358ZOct 09 21:42:24.989 DEBG changing working directory to /work/oxidecomputer/omicron
19982024-10-09T21:42:26.452ZOct 09 21:42:25.083 DEBG running: git rev-parse HEAD
19992024-10-09T21:42:26.458ZOct 09 21:42:25.090 DEBG process exited with exit status: 0 (6.399318ms)
20002024-10-09T21:42:26.458ZOct 09 21:42:25.090 INFO version: 11.0.0-0.ci+git632346210ca
20012024-10-09T21:42:26.498ZOct 09 21:42:25.129 INFO cloning helios to /work/oxidecomputer/helios
20022024-10-09T21:42:26.498ZOct 09 21:42:25.129 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20032024-10-09T21:42:26.503ZCloning into '/work/oxidecomputer/helios'...
20042024-10-09T21:42:26.980ZOct 09 21:42:25.611 DEBG process exited with exit status: 0 (481.447114ms)
20052024-10-09T21:42:26.980ZOct 09 21:42:25.611 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20062024-10-09T21:42:26.987Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20072024-10-09T21:42:26.988Z# branch.head master
20082024-10-09T21:42:26.988Z# branch.upstream origin/master
20092024-10-09T21:42:26.988Z# branch.ab +0 -0
20102024-10-09T21:42:26.990ZOct 09 21:42:25.619 DEBG process exited with exit status: 0 (8.012882ms)
20112024-10-09T21:42:26.990ZOct 09 21:42:25.619 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20122024-10-09T21:42:27.747ZOct 09 21:42:26.378 DEBG process exited with exit status: 0 (758.731874ms)
20132024-10-09T21:42:27.747ZOct 09 21:42:26.378 DEBG running: zfs list rpool/images/build/host
20142024-10-09T21:42:27.754ZNAME USED AVAIL REFER MOUNTPOINT
20152024-10-09T21:42:27.754Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20162024-10-09T21:42:27.756ZOct 09 21:42:26.385 DEBG process exited with exit status: 0 (7.341787ms)
20172024-10-09T21:42:27.757ZOct 09 21:42:26.385 DEBG running: zfs list rpool/images/build/recovery
20182024-10-09T21:42:27.760ZNAME USED AVAIL REFER MOUNTPOINT
20192024-10-09T21:42:27.761Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20202024-10-09T21:42:27.764ZOct 09 21:42:26.392 DEBG process exited with exit status: 0 (6.609718ms)
20212024-10-09T21:42:27.764ZOct 09 21:42:26.393 INFO [hubris-production] running task
20222024-10-09T21:42:27.764ZOct 09 21:42:26.393 INFO [hubris-staging] running task
20232024-10-09T21:42:27.764ZOct 09 21:42:26.393 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20242024-10-09T21:42:27.766ZOct 09 21:42:26.397 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20252024-10-09T21:42:28.219Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20262024-10-09T21:42:28.397Z[ omicron-package] Blocking waiting for file lock on package cache
20272024-10-09T21:42:29.160ZOct 09 21:42:27.790 INFO [hubris-production] task succeeded (1.397093709s)
20282024-10-09T21:42:29.242Z[ omicron-package] Blocking waiting for file lock on package cache
20292024-10-09T21:42:30.031Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20302024-10-09T21:42:30.034Z[ omicron-package] Compiling heapless v0.8.0
20312024-10-09T21:42:30.237Z[ omicron-package] Compiling hash32 v0.3.1
20322024-10-09T21:42:30.239Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332024-10-09T21:42:30.247Z[ omicron-package] Compiling smoltcp v0.11.0
20342024-10-09T21:42:30.455Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20352024-10-09T21:42:30.458Z[ omicron-package] Compiling embedded-io v0.4.0
20362024-10-09T21:42:30.458Z[ omicron-package] Compiling cobs v0.2.3
20372024-10-09T21:42:30.754Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20382024-10-09T21:42:31.295Z[ omicron-package] Compiling postcard v1.0.8
20392024-10-09T21:42:31.533Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20402024-10-09T21:42:31.612Z[ omicron-package] Compiling proc-macro-error v1.0.4
20412024-10-09T21:42:31.791Z[ omicron-package] Compiling num_enum_derive v0.5.11
20422024-10-09T21:42:32.070Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20432024-10-09T21:42:32.073Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20442024-10-09T21:42:32.077Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20452024-10-09T21:42:32.864Z[ omicron-package] Compiling tabwriter v1.4.0
20462024-10-09T21:42:32.993Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20472024-10-09T21:42:33.067Z[ omicron-package] Compiling cstr-argument v0.1.2
20482024-10-09T21:42:33.067Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20492024-10-09T21:42:33.636Z[ omicron-package] Compiling pretty-hex v0.2.1
20502024-10-09T21:42:34.251Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20512024-10-09T21:42:34.302Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20522024-10-09T21:42:35.046Z[ omicron-package] Compiling colored v2.1.0
20532024-10-09T21:42:35.104Z[ omicron-package] Compiling foreign-types v0.5.0
20542024-10-09T21:42:35.326Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20552024-10-09T21:42:35.559Z[ omicron-package] Compiling socket2 v0.4.10
20562024-10-09T21:42:35.825Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572024-10-09T21:42:35.826Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20582024-10-09T21:42:36.008Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
20592024-10-09T21:42:36.252Z[ omicron-package] Compiling num_enum v0.5.11
20602024-10-09T21:42:37.022Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20612024-10-09T21:42:37.139Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20622024-10-09T21:42:37.143Z[ omicron-package] Compiling sigpipe v0.1.3
20632024-10-09T21:42:37.143Z[ omicron-package] Compiling num-derive v0.4.2
20642024-10-09T21:42:37.483Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20652024-10-09T21:42:38.033Z[ omicron-package] Compiling libefi-sys v0.1.0
20662024-10-09T21:42:38.188Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20672024-10-09T21:42:38.665Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20682024-10-09T21:42:38.742ZOct 09 21:42:37.367 INFO [hubris-staging] task succeeded (10.974261463s)
20692024-10-09T21:42:38.749Z[ omicron-package] Compiling smf v0.2.3
20702024-10-09T21:42:38.940Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20712024-10-09T21:42:39.255Z[ omicron-package] Compiling zone v0.3.0
20722024-10-09T21:42:39.307Z[ omicron-package] Compiling bitfield-struct v0.6.1
20732024-10-09T21:42:41.814Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20742024-10-09T21:42:42.364Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
20752024-10-09T21:42:42.506Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20762024-10-09T21:42:43.441Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20772024-10-09T21:42:43.935Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20782024-10-09T21:42:44.093Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20792024-10-09T21:42:45.087Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20802024-10-09T21:42:45.165Z[ omicron-package] Compiling gethostname v0.5.0
20812024-10-09T21:42:45.656Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20822024-10-09T21:42:48.038Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20832024-10-09T21:42:50.818Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20842024-10-09T21:42:51.407Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20852024-10-09T21:42:52.993Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20862024-10-09T21:43:09.903Z[ helios-setup] Oct 09 21:43:08.529 INFO helios repository root is: /work/oxidecomputer/helios
20872024-10-09T21:43:09.906Z[ helios-setup] Oct 09 21:43:08.531 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
20882024-10-09T21:43:09.906Z[ helios-setup] Oct 09 21:43:08.531 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20892024-10-09T21:43:09.910Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20902024-10-09T21:43:11.273Z[ helios-setup] Oct 09 21:43:09.898 INFO clone ok!, project: chelsio-t6-roms
20912024-10-09T21:43:11.275Z[ helios-setup] Oct 09 21:43:09.898 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
20922024-10-09T21:43:11.275Z[ helios-setup] Oct 09 21:43:09.898 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20932024-10-09T21:43:11.277Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20942024-10-09T21:43:11.802Z[ helios-setup] Oct 09 21:43:10.427 INFO clone ok!, project: pinprick
20952024-10-09T21:43:11.804Z[ helios-setup] Oct 09 21:43:10.427 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
20962024-10-09T21:43:11.804Z[ helios-setup] Oct 09 21:43:10.427 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20972024-10-09T21:43:11.807Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20982024-10-09T21:43:12.282Z[ helios-setup] Oct 09 21:43:10.908 INFO clone ok!, project: bootserver
20992024-10-09T21:43:12.285Z[ helios-setup] Oct 09 21:43:10.908 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
21002024-10-09T21:43:12.285Z[ helios-setup] Oct 09 21:43:10.908 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21012024-10-09T21:43:12.287Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21022024-10-09T21:43:12.518Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.74s
21032024-10-09T21:43:12.752Z[ omicron-package]
21042024-10-09T21:43:12.752Z[ omicron-package] real 44.941372656
21052024-10-09T21:43:12.755Z[ omicron-package] user 2:40.734618928
21062024-10-09T21:43:12.755Z[ omicron-package] sys 20.708740591
21072024-10-09T21:43:12.755Z[ omicron-package] trap 0.169204959
21082024-10-09T21:43:12.755Z[ omicron-package] tflt 0.478139528
21092024-10-09T21:43:12.755Z[ omicron-package] dflt 0.530127564
21102024-10-09T21:43:12.755Z[ omicron-package] kflt 0.000126826
21112024-10-09T21:43:12.755Z[ omicron-package] lock 5:36.838161930
21122024-10-09T21:43:12.755Z[ omicron-package] slp 8:40.133466342
21132024-10-09T21:43:12.755Z[ omicron-package] lat 1:33.627662109
21142024-10-09T21:43:12.755Z[ omicron-package] stop 54.465938869
21152024-10-09T21:43:12.755ZOct 09 21:43:11.379 INFO [omicron-package] process exited with exit status: 0 (44.985271873s)
21162024-10-09T21:43:12.755ZOct 09 21:43:11.379 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
21172024-10-09T21:43:12.818ZOct 09 21:43:11.443 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21182024-10-09T21:43:12.829Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21192024-10-09T21:43:12.831Z[ host-target] Created new build target 'host' and set it as active
21202024-10-09T21:43:12.831ZOct 09 21:43:11.457 INFO [host-target] process exited with exit status: 0 (78.001965ms)
21212024-10-09T21:43:12.834ZOct 09 21:43:11.457 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21222024-10-09T21:43:12.836Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21232024-10-09T21:43:12.837Z[ recovery-target] Created new build target 'recovery' and set it as active
21242024-10-09T21:43:12.839ZOct 09 21:43:11.464 INFO [recovery-target] process exited with exit status: 0 (20.48852ms)
21252024-10-09T21:43:12.845Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21262024-10-09T21:43:13.054Z[ helios-setup] Oct 09 21:43:11.679 INFO clone ok!, project: pilot
21272024-10-09T21:43:13.057Z[ helios-setup] Oct 09 21:43:11.679 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21282024-10-09T21:43:13.057Z[ helios-setup] Oct 09 21:43:11.680 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21292024-10-09T21:43:13.057Z[ helios-setup] Oct 09 21:43:11.680 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21302024-10-09T21:43:13.057Z[ helios-setup] Oct 09 21:43:11.680 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
21312024-10-09T21:43:13.057Z[ helios-setup] Oct 09 21:43:11.680 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21322024-10-09T21:43:13.057Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21332024-10-09T21:43:13.530Z[ helios-setup] Oct 09 21:43:12.155 INFO clone ok!, project: phbl
21342024-10-09T21:43:13.532Z[ helios-setup] Oct 09 21:43:12.155 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
21352024-10-09T21:43:13.532Z[ helios-setup] Oct 09 21:43:12.155 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
21362024-10-09T21:43:13.535Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21372024-10-09T21:43:14.048Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21382024-10-09T21:43:14.048Z[ host-package] Compiling convert_case v0.4.0
21392024-10-09T21:43:14.051Z[ host-package] Compiling camino v1.1.9
21402024-10-09T21:43:14.051Z[ host-package] Compiling newline-converter v0.3.0
21412024-10-09T21:43:14.051Z[ host-package] Compiling password-hash v0.5.0
21422024-10-09T21:43:14.176Z[ host-package] Compiling blake2 v0.10.6
21432024-10-09T21:43:14.190Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21442024-10-09T21:43:14.232Z[ host-package] Compiling cancel-safe-futures v0.1.5
21452024-10-09T21:43:14.443Z[ host-package] Compiling expectorate v1.1.0
21462024-10-09T21:43:14.463Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21472024-10-09T21:43:14.478Z[ host-package] Compiling owo-colors v4.1.0
21482024-10-09T21:43:14.493Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21492024-10-09T21:43:14.659Z[ host-package] Compiling derive-where v1.2.7
21502024-10-09T21:43:14.690Z[ host-package] Compiling linked-hash-map v0.5.6
21512024-10-09T21:43:14.873Z[ host-package] Compiling argon2 v0.5.3
21522024-10-09T21:43:14.974Z[ host-package] Compiling derive_more v0.99.18
21532024-10-09T21:43:15.120Z[ host-package] Compiling lru-cache v0.1.2
21542024-10-09T21:43:15.407Z[ host-package] Compiling libsw v3.3.1
21552024-10-09T21:43:15.756Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21562024-10-09T21:43:16.028Z[ host-package] Compiling swrite v0.1.0
21572024-10-09T21:43:16.113Z[ host-package] Compiling linear-map v1.2.0
21582024-10-09T21:43:16.184Z[ host-package] Compiling quick-error v1.2.3
21592024-10-09T21:43:16.292Z[ host-package] Compiling indent_write v2.2.0
21602024-10-09T21:43:16.358Z[ host-package] Compiling resolv-conf v0.7.0
21612024-10-09T21:43:16.385Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21622024-10-09T21:43:16.555Z[ host-package] Compiling toml v0.8.19
21632024-10-09T21:43:16.577Z[ host-package] Compiling progenitor-client v0.8.0
21642024-10-09T21:43:17.038Z[ host-package] Compiling hickory-resolver v0.24.1
21652024-10-09T21:43:17.322Z[ host-package] Compiling progenitor v0.8.0
21662024-10-09T21:43:17.575Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21672024-10-09T21:43:17.738Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21682024-10-09T21:43:17.980Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21692024-10-09T21:43:18.062Z[ host-package] Compiling num-rational v0.4.2
21702024-10-09T21:43:18.165Z[ host-package] Compiling num-complex v0.4.6
21712024-10-09T21:43:19.553Z[ host-package] Compiling dirs-sys-next v0.1.2
21722024-10-09T21:43:20.126Z[ host-package] Compiling dirs-next v2.0.0
21732024-10-09T21:43:20.344Z[ host-package] Compiling num v0.4.3
21742024-10-09T21:43:20.481Z[ host-package] Compiling atomicwrites v0.4.4
21752024-10-09T21:43:20.699Z[ host-package] Compiling float-ord v0.3.2
21762024-10-09T21:43:20.892Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21772024-10-09T21:43:21.067Z[ host-package] Compiling term v0.7.0
21782024-10-09T21:43:21.776Z[ host-package] Compiling semver v0.1.20
21792024-10-09T21:43:22.393Z[ host-package] Compiling prettyplease v0.2.22
21802024-10-09T21:43:22.427Z[ host-package] Compiling rustc_version v0.1.7
21812024-10-09T21:43:22.453Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21822024-10-09T21:43:22.467Z[ helios-setup] Oct 09 21:43:21.091 INFO clone ok!, project: amd-host-image-builder
21832024-10-09T21:43:22.469Z[ helios-setup] Oct 09 21:43:21.092 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
21842024-10-09T21:43:22.469Z[ helios-setup] Oct 09 21:43:21.092 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21852024-10-09T21:43:22.472Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21862024-10-09T21:43:22.752Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21872024-10-09T21:43:22.844Z[ host-package] Compiling is-terminal v0.4.12
21882024-10-09T21:43:23.001Z[ host-package] Compiling newtype_derive v0.1.6
21892024-10-09T21:43:23.340Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21902024-10-09T21:43:23.960Z[ host-package] Compiling utf-8 v0.7.6
21912024-10-09T21:43:24.454Z[ host-package] Compiling highway v1.2.0
21922024-10-09T21:43:24.510Z[ host-package] Compiling humantime v2.1.0
21932024-10-09T21:43:25.641Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21942024-10-09T21:43:26.016Z[ host-package] Compiling steno v0.4.1
21952024-10-09T21:43:26.465Z[ host-package] Compiling home v0.5.9
21962024-10-09T21:43:29.628Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21972024-10-09T21:43:30.696Z[ helios-setup] Oct 09 21:43:29.319 INFO clone ok!, project: amd-firmware
21982024-10-09T21:43:30.699Z[ helios-setup] Oct 09 21:43:29.320 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
21992024-10-09T21:43:30.699Z[ helios-setup] Oct 09 21:43:29.320 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22002024-10-09T21:43:30.702Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22012024-10-09T21:43:31.399Z[ helios-setup] Oct 09 21:43:30.022 INFO clone ok!, project: image-builder
22022024-10-09T21:43:31.402Z[ helios-setup] Oct 09 21:43:30.023 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22032024-10-09T21:43:32.274Z[ helios-setup] Oct 09 21:43:30.897 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22042024-10-09T21:43:32.812Z[ helios-setup] Oct 09 21:43:31.436 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22052024-10-09T21:43:32.812Z[ helios-setup] Oct 09 21:43:31.436 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22062024-10-09T21:43:33.337Z[ helios-setup] Oct 09 21:43:31.960 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22072024-10-09T21:43:33.423Z[ host-package] Compiling rustls v0.22.4
22082024-10-09T21:43:33.458Z[ host-package] Compiling thread_local v1.1.8
22092024-10-09T21:43:33.870Z[ helios-setup] Oct 09 21:43:32.493 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22102024-10-09T21:43:33.873Z[ helios-setup] Oct 09 21:43:32.493 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22112024-10-09T21:43:34.075Z[ host-package] Compiling match_cfg v0.1.0
22122024-10-09T21:43:34.251Z[ host-package] Compiling hostname v0.3.1
22132024-10-09T21:43:34.476Z[ helios-setup] Oct 09 21:43:33.099 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22142024-10-09T21:43:34.504Z[ host-package] Compiling multer v3.1.0
22152024-10-09T21:43:34.634Z[ host-package] Compiling slog-async v2.8.0
22162024-10-09T21:43:34.759Z[ host-package] Compiling slog-json v2.6.1
22172024-10-09T21:43:35.074Z[ helios-setup] Oct 09 21:43:33.696 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22182024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22192024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22202024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO ok!
22212024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22222024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22232024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO ok!
22242024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22252024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22262024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO ok!
22272024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22282024-10-09T21:43:35.077Z[ helios-setup] Oct 09 21:43:33.697 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22292024-10-09T21:43:35.189Z[ host-package] Compiling crossbeam-channel v0.5.12
22302024-10-09T21:43:35.434Z[ helios-setup] Oct 09 21:43:34.056 INFO E| Compiling adler v1.0.2
22312024-10-09T21:43:35.604Z[ helios-setup] Oct 09 21:43:34.227 INFO E| Compiling miniz_oxide v0.7.2
22322024-10-09T21:43:36.449Z[ host-package] Compiling take_mut v0.2.2
22332024-10-09T21:43:37.818Z[ host-package] Compiling slog-bunyan v2.5.0
22342024-10-09T21:43:38.715Z[ helios-setup] Oct 09 21:43:37.337 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22352024-10-09T21:43:39.119Z[ host-package] Compiling slog-term v2.9.1
22362024-10-09T21:43:39.857Z[ helios-setup] Oct 09 21:43:38.479 INFO E| Finished `release` profile [optimized] target(s) in 4.67s
22372024-10-09T21:43:39.864Z[ helios-setup] Oct 09 21:43:38.487 INFO building project "pinprick" ok (4 seconds)
22382024-10-09T21:43:39.864Z[ helios-setup] Oct 09 21:43:38.487 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22392024-10-09T21:43:39.866Z[ helios-setup] Oct 09 21:43:38.487 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22402024-10-09T21:43:40.155Z[ helios-setup] Oct 09 21:43:38.777 INFO E| Downloading crates ...
22412024-10-09T21:43:40.228Z[ helios-setup] Oct 09 21:43:38.850 INFO E| Downloaded typenum v1.15.0
22422024-10-09T21:43:40.236Z[ helios-setup] Oct 09 21:43:38.854 INFO E| Downloaded anyhow v1.0.62
22432024-10-09T21:43:40.255Z[ helios-setup] Oct 09 21:43:38.877 INFO E| Downloaded unicode-width v0.1.10
22442024-10-09T21:43:40.280Z[ helios-setup] Oct 09 21:43:38.879 INFO E| Downloaded sha2 v0.10.5
22452024-10-09T21:43:40.280Z[ helios-setup] Oct 09 21:43:38.883 INFO E| Downloaded generic-array v0.14.6
22462024-10-09T21:43:40.280Z[ helios-setup] Oct 09 21:43:38.885 INFO E| Downloaded digest v0.10.3
22472024-10-09T21:43:40.280Z[ helios-setup] Oct 09 21:43:38.888 INFO E| Downloaded cpufeatures v0.2.5
22482024-10-09T21:43:40.281Z[ helios-setup] Oct 09 21:43:38.890 INFO E| Downloaded bytes v1.2.1
22492024-10-09T21:43:40.281Z[ helios-setup] Oct 09 21:43:38.896 INFO E| Downloaded miniz_oxide v0.6.2
22502024-10-09T21:43:40.281Z[ helios-setup] Oct 09 21:43:38.899 INFO E| Downloaded flate2 v1.0.25
22512024-10-09T21:43:40.284Z[ helios-setup] Oct 09 21:43:38.907 INFO E| Downloaded block-buffer v0.10.3
22522024-10-09T21:43:40.289Z[ host-package] Compiling tokio-rustls v0.25.0
22532024-10-09T21:43:40.443Z[ helios-setup] Oct 09 21:43:39.065 INFO E| Compiling version_check v0.9.4
22542024-10-09T21:43:40.443Z[ helios-setup] Oct 09 21:43:39.066 INFO E| Compiling typenum v1.15.0
22552024-10-09T21:43:40.443Z[ helios-setup] Oct 09 21:43:39.066 INFO E| Compiling cfg-if v1.0.0
22562024-10-09T21:43:40.446Z[ helios-setup] Oct 09 21:43:39.066 INFO E| Compiling crc32fast v1.3.2
22572024-10-09T21:43:40.446Z[ helios-setup] Oct 09 21:43:39.066 INFO E| Compiling anyhow v1.0.62
22582024-10-09T21:43:40.446Z[ helios-setup] Oct 09 21:43:39.066 INFO E| Compiling adler v1.0.2
22592024-10-09T21:43:40.446Z[ helios-setup] Oct 09 21:43:39.066 INFO E| Compiling cpufeatures v0.2.5
22602024-10-09T21:43:40.446Z[ helios-setup] Oct 09 21:43:39.066 INFO E| Compiling unicode-width v0.1.10
22612024-10-09T21:43:40.903Z[ host-package] Compiling dropshot v0.12.0
22622024-10-09T21:43:41.012Z[ host-package] Compiling async-stream v0.3.5
22632024-10-09T21:43:41.020Z[ helios-setup] Oct 09 21:43:39.643 INFO E| Compiling bytes v1.2.1
22642024-10-09T21:43:41.037Z[ helios-setup] Oct 09 21:43:39.659 INFO E| Compiling miniz_oxide v0.6.2
22652024-10-09T21:43:41.280Z[ helios-setup] Oct 09 21:43:39.902 INFO E| Compiling getopts v0.2.21
22662024-10-09T21:43:41.573Z[ helios-setup] Oct 09 21:43:40.183 INFO E| Compiling bitflags v1.3.2
22672024-10-09T21:43:41.708Z[ host-package] Compiling waitgroup v0.1.2
22682024-10-09T21:43:42.076Z[ host-package] Compiling newtype-uuid v1.1.0
22692024-10-09T21:43:42.169Z[ host-package] Compiling ipnetwork v0.20.0
22702024-10-09T21:43:42.201Z[ helios-setup] Oct 09 21:43:40.823 INFO E| Compiling generic-array v0.14.6
22712024-10-09T21:43:42.847Z[ helios-setup] Oct 09 21:43:41.466 INFO E| Compiling flate2 v1.0.25
22722024-10-09T21:43:43.042Z[ host-package] Compiling serde_path_to_error v0.1.16
22732024-10-09T21:43:43.902Z[ host-package] Compiling hostname v0.4.0
22742024-10-09T21:43:44.013Z[ host-package] Compiling instant v0.1.12
22752024-10-09T21:43:44.423Z[ host-package] Compiling debug-ignore v1.0.5
22762024-10-09T21:43:44.497Z[ host-package] Compiling backoff v0.4.0
22772024-10-09T21:43:44.627Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22782024-10-09T21:43:45.049Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792024-10-09T21:43:45.504Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22802024-10-09T21:43:45.545Z[ host-package] Compiling parse-display v0.10.0
22812024-10-09T21:43:45.950Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22822024-10-09T21:43:46.140Z[ host-package] Compiling serde_with v3.9.0
22832024-10-09T21:43:46.162Z[ host-package] Compiling strum v0.26.3
22842024-10-09T21:43:46.359Z[ helios-setup] Oct 09 21:43:44.980 INFO E| Compiling crypto-common v0.1.6
22852024-10-09T21:43:46.359Z[ helios-setup] Oct 09 21:43:44.980 INFO E| Compiling block-buffer v0.10.3
22862024-10-09T21:43:46.499Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22872024-10-09T21:43:46.623Z[ helios-setup] Oct 09 21:43:45.244 INFO E| Compiling digest v0.10.3
22882024-10-09T21:43:47.027Z[ helios-setup] Oct 09 21:43:45.648 INFO E| Compiling sha2 v0.10.5
22892024-10-09T21:43:47.585Z[ helios-setup] Oct 09 21:43:46.206 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
22902024-10-09T21:43:49.643Z[ host-package] Compiling regress v0.9.1
22912024-10-09T21:43:50.199Z[ host-package] Compiling macaddr v1.0.1
22922024-10-09T21:43:50.698Z[ host-package] Compiling slog-dtrace v0.3.0
22932024-10-09T21:43:51.820Z[ host-package] Compiling display-error-chain v0.2.1
22942024-10-09T21:43:52.379Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22952024-10-09T21:43:53.080Z[ helios-setup] Oct 09 21:43:51.698 INFO E| Finished `release` profile [optimized] target(s) in 13.11s
22962024-10-09T21:43:53.107Z[ helios-setup] Oct 09 21:43:51.711 INFO building project "bootserver" ok (13 seconds)
22972024-10-09T21:43:53.117Z[ helios-setup] Oct 09 21:43:51.712 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22982024-10-09T21:43:53.118Z[ helios-setup] Oct 09 21:43:51.712 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22992024-10-09T21:43:53.145Z[ host-package] Compiling half v2.4.1
23002024-10-09T21:43:53.426Z[ helios-setup] Oct 09 21:43:52.044 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
23012024-10-09T21:43:53.697Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23022024-10-09T21:43:53.816Z[ host-package] Compiling ciborium-io v0.2.2
23032024-10-09T21:43:53.921Z[ host-package] Compiling tungstenite v0.21.0
23042024-10-09T21:43:53.973Z[ host-package] Compiling ciborium-ll v0.2.2
23052024-10-09T21:43:54.348Z[ host-package] Compiling ciborium v0.2.2
23062024-10-09T21:43:54.568Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23072024-10-09T21:43:54.762Z[ helios-setup] Oct 09 21:43:53.382 INFO E| From https://github.com/oxidecomputer/progenitor
23082024-10-09T21:43:54.762Z[ helios-setup] Oct 09 21:43:53.382 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
23092024-10-09T21:43:54.795Z[ helios-setup] Oct 09 21:43:53.416 INFO E| * [new tag] v0.1.1 -> v0.1.1
23102024-10-09T21:43:54.795Z[ helios-setup] Oct 09 21:43:53.416 INFO E| * [new tag] v0.2.0 -> v0.2.0
23112024-10-09T21:43:54.951Z[ helios-setup] Oct 09 21:43:53.571 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23122024-10-09T21:43:55.052Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23132024-10-09T21:43:55.511Z[ helios-setup] Oct 09 21:43:54.131 INFO E| From https://github.com/jclulow/hiercmd
23142024-10-09T21:43:55.511Z[ helios-setup] Oct 09 21:43:54.131 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23152024-10-09T21:43:55.532Z[ helios-setup] Oct 09 21:43:54.152 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23162024-10-09T21:43:55.841Z[ host-package] Compiling tokio-tungstenite v0.21.0
23172024-10-09T21:43:56.063Z[ helios-setup] Oct 09 21:43:54.682 INFO E| From https://github.com/jclulow/network-interface
23182024-10-09T21:43:56.063Z[ helios-setup] Oct 09 21:43:54.682 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23192024-10-09T21:43:56.081Z[ helios-setup] Oct 09 21:43:54.702 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23202024-10-09T21:43:56.487Z[ host-package] Compiling fastrand v2.1.1
23212024-10-09T21:43:56.561Z[ host-package] Compiling same-file v1.0.6
23222024-10-09T21:43:56.729Z[ helios-setup] Oct 09 21:43:55.349 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23232024-10-09T21:43:56.729Z[ helios-setup] Oct 09 21:43:55.349 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23242024-10-09T21:43:56.781Z[ helios-setup] Oct 09 21:43:55.400 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23252024-10-09T21:43:56.813Z[ host-package] Compiling walkdir v2.5.0
23262024-10-09T21:43:57.034Z[ host-package] Compiling tempfile v3.13.0
23272024-10-09T21:43:57.491Z[ host-package] Compiling ring v0.16.20
23282024-10-09T21:43:57.627Z[ helios-setup] Oct 09 21:43:56.246 INFO E| From https://github.com/oxidecomputer/facade
23292024-10-09T21:43:57.627Z[ helios-setup] Oct 09 21:43:56.246 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23302024-10-09T21:43:57.674Z[ helios-setup] Oct 09 21:43:56.293 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
23312024-10-09T21:43:57.887Z[ host-package] Compiling blake3 v1.5.1
23322024-10-09T21:43:58.481Z[ helios-setup] Oct 09 21:43:57.101 INFO E| From https://github.com/oxidecomputer/dropshot
23332024-10-09T21:43:58.481Z[ helios-setup] Oct 09 21:43:57.101 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
23342024-10-09T21:43:58.516Z[ helios-setup] Oct 09 21:43:57.135 INFO E| * [new tag] v0.3.0 -> v0.3.0
23352024-10-09T21:43:58.517Z[ helios-setup] Oct 09 21:43:57.135 INFO E| * [new tag] v0.4.0 -> v0.4.0
23362024-10-09T21:43:58.520Z[ helios-setup] Oct 09 21:43:57.135 INFO E| * [new tag] v0.5.0 -> v0.5.0
23372024-10-09T21:43:58.520Z[ helios-setup] Oct 09 21:43:57.135 INFO E| * [new tag] v0.5.1 -> v0.5.1
23382024-10-09T21:43:58.520Z[ helios-setup] Oct 09 21:43:57.136 INFO E| * [new tag] v0.6.0 -> v0.6.0
23392024-10-09T21:43:58.520Z[ helios-setup] Oct 09 21:43:57.136 INFO E| * [new tag] v0.7.0 -> v0.7.0
23402024-10-09T21:43:58.520Z[ helios-setup] Oct 09 21:43:57.136 INFO E| * [new tag] v0.8.0 -> v0.8.0
23412024-10-09T21:43:58.520Z[ helios-setup] Oct 09 21:43:57.136 INFO E| * [new tag] v0.9.0 -> v0.9.0
23422024-10-09T21:43:58.541Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23432024-10-09T21:43:58.580Z[ helios-setup] Oct 09 21:43:57.201 INFO E| Updating crates.io index
23442024-10-09T21:43:58.608Z[ helios-setup] Oct 09 21:43:57.229 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
23452024-10-09T21:43:59.350Z[ host-package] Compiling xattr v1.3.1
23462024-10-09T21:43:59.542Z[ helios-setup] Oct 09 21:43:58.162 INFO E| From https://github.com/oxidecomputer/typify
23472024-10-09T21:43:59.542Z[ helios-setup] Oct 09 21:43:58.162 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
23482024-10-09T21:43:59.574Z[ helios-setup] Oct 09 21:43:58.194 INFO E| * [new tag] v0.0.10 -> v0.0.10
23492024-10-09T21:43:59.574Z[ helios-setup] Oct 09 21:43:58.194 INFO E| * [new tag] v0.0.11 -> v0.0.11
23502024-10-09T21:43:59.576Z[ helios-setup] Oct 09 21:43:58.194 INFO E| * [new tag] v0.0.4 -> v0.0.4
23512024-10-09T21:43:59.576Z[ helios-setup] Oct 09 21:43:58.194 INFO E| * [new tag] v0.0.5 -> v0.0.5
23522024-10-09T21:43:59.576Z[ helios-setup] Oct 09 21:43:58.194 INFO E| * [new tag] v0.0.7 -> v0.0.7
23532024-10-09T21:43:59.576Z[ helios-setup] Oct 09 21:43:58.194 INFO E| * [new tag] v0.0.8 -> v0.0.8
23542024-10-09T21:43:59.576Z[ helios-setup] Oct 09 21:43:58.194 INFO E| * [new tag] v0.0.9 -> v0.0.9
23552024-10-09T21:43:59.688Z[ host-package] Compiling filetime v0.2.25
23562024-10-09T21:44:00.011Z[ host-package] Compiling memmap2 v0.9.4
23572024-10-09T21:44:00.067Z[ helios-setup] Oct 09 21:43:58.687 INFO E| Downloading crates ...
23582024-10-09T21:44:00.224Z[ helios-setup] Oct 09 21:43:58.844 INFO E| Downloaded const-random v0.1.15
23592024-10-09T21:44:00.227Z[ helios-setup] Oct 09 21:43:58.847 INFO E| Downloaded ahash v0.7.6
23602024-10-09T21:44:00.291Z[ helios-setup] Oct 09 21:43:58.911 INFO E| Downloaded toolchain_find v0.2.0
23612024-10-09T21:44:00.293Z[ helios-setup] Oct 09 21:43:58.913 INFO E| Downloaded serde_tokenstream v0.2.0
23622024-10-09T21:44:00.300Z[ helios-setup] Oct 09 21:43:58.921 INFO E| Downloaded serde_spanned v0.6.1
23632024-10-09T21:44:00.303Z[ helios-setup] Oct 09 21:43:58.923 INFO E| Downloaded num_enum v0.5.7
23642024-10-09T21:44:00.312Z[ helios-setup] Oct 09 21:43:58.931 INFO E| Downloaded jobserver v0.1.26
23652024-10-09T21:44:00.314Z[ helios-setup] Oct 09 21:43:58.935 INFO E| Downloaded try-lock v0.2.4
23662024-10-09T21:44:00.317Z[ helios-setup] Oct 09 21:43:58.936 INFO E| Downloaded either v1.8.0
23672024-10-09T21:44:00.320Z[ helios-setup] Oct 09 21:43:58.939 INFO E| Downloaded const-random-macro v0.1.15
23682024-10-09T21:44:00.322Z[ helios-setup] Oct 09 21:43:58.941 INFO E| Downloaded want v0.3.0
23692024-10-09T21:44:00.324Z[ helios-setup] Oct 09 21:43:58.943 INFO E| Downloaded bincode v1.3.3
23702024-10-09T21:44:00.326Z[ helios-setup] Oct 09 21:43:58.947 INFO E| Downloaded slab v0.4.7
23712024-10-09T21:44:00.329Z[ helios-setup] Oct 09 21:43:58.949 INFO E| Downloaded smawk v0.3.1
23722024-10-09T21:44:00.331Z[ helios-setup] Oct 09 21:43:58.951 INFO E| Downloaded anstream v0.2.6
23732024-10-09T21:44:00.334Z[ helios-setup] Oct 09 21:43:58.954 INFO E| Downloaded slog-async v2.7.0
23742024-10-09T21:44:00.336Z[ helios-setup] Oct 09 21:43:58.957 INFO E| Downloaded semver-parser v0.10.2
23752024-10-09T21:44:00.339Z[ helios-setup] Oct 09 21:43:58.960 INFO E| Downloaded crossbeam-deque v0.8.2
23762024-10-09T21:44:00.342Z[ helios-setup] Oct 09 21:43:58.962 INFO E| Downloaded sct v0.7.0
23772024-10-09T21:44:00.349Z[ helios-setup] Oct 09 21:43:58.969 INFO E| Downloaded walkdir v2.3.3
23782024-10-09T21:44:00.352Z[ helios-setup] Oct 09 21:43:58.972 INFO E| Downloaded tokio-macros v2.0.0
23792024-10-09T21:44:00.354Z[ helios-setup] Oct 09 21:43:58.974 INFO E| Downloaded signal-hook-registry v1.4.0
23802024-10-09T21:44:00.357Z[ helios-setup] Oct 09 21:43:58.976 INFO E| Downloaded thiserror-impl v1.0.38
23812024-10-09T21:44:00.359Z[ helios-setup] Oct 09 21:43:58.979 INFO E| Downloaded slog-bunyan v2.4.0
23822024-10-09T21:44:00.362Z[ helios-setup] Oct 09 21:43:58.981 INFO E| Downloaded thiserror v1.0.38
23832024-10-09T21:44:00.369Z[ helios-setup] Oct 09 21:43:58.989 INFO E| Downloaded semver v1.0.17
23842024-10-09T21:44:00.373Z[ helios-setup] Oct 09 21:43:58.993 INFO E| Downloaded semver v0.11.0
23852024-10-09T21:44:00.377Z[ helios-setup] Oct 09 21:43:58.997 INFO E| Downloaded strsim v0.10.0
23862024-10-09T21:44:00.380Z[ helios-setup] Oct 09 21:43:59.000 INFO E| Downloaded time v0.1.45
23872024-10-09T21:44:00.383Z[ helios-setup] Oct 09 21:43:59.003 INFO E| Downloaded terminal_size v0.2.6
23882024-10-09T21:44:00.386Z[ helios-setup] Oct 09 21:43:59.006 INFO E| Downloaded tokio-tungstenite v0.18.0
23892024-10-09T21:44:00.390Z[ helios-setup] Oct 09 21:43:59.010 INFO E| Downloaded crossbeam-utils v0.8.14
23902024-10-09T21:44:00.395Z[ helios-setup] Oct 09 21:43:59.015 INFO E| Downloaded clap_derive v4.2.0
23912024-10-09T21:44:00.398Z[ helios-setup] Oct 09 21:43:59.019 INFO E| Downloaded unicode-ident v1.0.8
23922024-10-09T21:44:00.403Z[ helios-setup] Oct 09 21:43:59.024 INFO E| Downloaded tungstenite v0.18.0
23932024-10-09T21:44:00.409Z[ helios-setup] Oct 09 21:43:59.029 INFO E| Downloaded serde_derive v1.0.204
23942024-10-09T21:44:00.414Z[ helios-setup] Oct 09 21:43:59.034 INFO E| Downloaded serde_derive_internals v0.26.0
23952024-10-09T21:44:00.417Z[ helios-setup] Oct 09 21:43:59.037 INFO E| Downloaded url v2.3.1
23962024-10-09T21:44:00.421Z[ helios-setup] Oct 09 21:43:59.042 INFO E| Downloaded serde_yaml v0.9.21
23972024-10-09T21:44:00.428Z[ helios-setup] Oct 09 21:43:59.048 INFO E| Downloaded unsafe-libyaml v0.2.8
23982024-10-09T21:44:00.434Z[ helios-setup] Oct 09 21:43:59.054 INFO E| Downloaded uuid v1.3.0
23992024-10-09T21:44:00.442Z[ helios-setup] Oct 09 21:43:59.062 INFO E| Downloaded serde v1.0.204
24002024-10-09T21:44:00.448Z[ helios-setup] Oct 09 21:43:59.068 INFO E| Downloaded toml_edit v0.19.8
24012024-10-09T21:44:00.473Z[ helios-setup] Oct 09 21:43:59.093 INFO E| Downloaded serde_json v1.0.95
24022024-10-09T21:44:00.485Z[ helios-setup] Oct 09 21:43:59.105 INFO E| Downloaded winnow v0.4.1
24032024-10-09T21:44:00.500Z[ helios-setup] Oct 09 21:43:59.120 INFO E| Downloaded syn v2.0.72
24042024-10-09T21:44:00.519Z[ helios-setup] Oct 09 21:43:59.139 INFO E| Downloaded ryu v1.0.13
24052024-10-09T21:44:00.524Z[ helios-setup] Oct 09 21:43:59.144 INFO E| Downloaded rayon-core v1.10.2
24062024-10-09T21:44:00.529Z[ helios-setup] Oct 09 21:43:59.149 INFO E| Downloaded tokio v1.27.0
24072024-10-09T21:44:00.537Z[ host-package] Compiling arrayref v0.3.7
24082024-10-09T21:44:00.580Z[ helios-setup] Oct 09 21:43:59.200 INFO E| Downloaded base64 v0.21.0
24092024-10-09T21:44:00.585Z[ helios-setup] Oct 09 21:43:59.205 INFO E| Downloaded num-traits v0.2.15
24102024-10-09T21:44:00.588Z[ helios-setup] Oct 09 21:43:59.208 INFO E| Downloaded mio v0.8.5
24112024-10-09T21:44:00.596Z[ helios-setup] Oct 09 21:43:59.216 INFO E| Downloaded aho-corasick v0.7.20
24122024-10-09T21:44:00.602Z[ host-package] Compiling untrusted v0.7.1
24132024-10-09T21:44:00.606Z[ helios-setup] Oct 09 21:43:59.227 INFO E| Downloaded futures-channel v0.3.28
24142024-10-09T21:44:00.610Z[ helios-setup] Oct 09 21:43:59.230 INFO E| Downloaded pest v2.5.7
24152024-10-09T21:44:00.617Z[ helios-setup] Oct 09 21:43:59.238 INFO E| Downloaded crossbeam-channel v0.5.6
24162024-10-09T21:44:00.625Z[ helios-setup] Oct 09 21:43:59.246 INFO E| Downloaded http v0.2.9
24172024-10-09T21:44:00.631Z[ helios-setup] Oct 09 21:43:59.252 INFO E| Downloaded syn v1.0.107
24182024-10-09T21:44:00.681Z[ helios-setup] Oct 09 21:43:59.301 INFO E| Downloaded cc v1.0.78
24192024-10-09T21:44:00.684Z[ host-package] Compiling constant_time_eq v0.3.0
24202024-10-09T21:44:00.704Z[ helios-setup] Oct 09 21:43:59.305 INFO E| Downloaded clap_builder v4.2.1
24212024-10-09T21:44:00.704Z[ helios-setup] Oct 09 21:43:59.315 INFO E| Downloaded rustls-webpki v0.100.1
24222024-10-09T21:44:00.706Z[ helios-setup] Oct 09 21:43:59.324 INFO E| Downloaded reqwest v0.11.16
24232024-10-09T21:44:00.715Z[ helios-setup] Oct 09 21:43:59.335 INFO E| Downloaded rustls-pemfile v1.0.2
24242024-10-09T21:44:00.718Z[ helios-setup] Oct 09 21:43:59.338 INFO E| Downloaded futures-util v0.3.28
24252024-10-09T21:44:00.752Z[ helios-setup] Oct 09 21:43:59.372 INFO E| Downloaded memchr v2.5.0
24262024-10-09T21:44:00.758Z[ helios-setup] Oct 09 21:43:59.378 INFO E| Downloaded rayon v1.6.1
24272024-10-09T21:44:00.774Z[ helios-setup] Oct 09 21:43:59.394 INFO E| Downloaded hyper v0.14.25
24282024-10-09T21:44:00.787Z[ helios-setup] Oct 09 21:43:59.407 INFO E| Downloaded h2 v0.3.16
24292024-10-09T21:44:00.798Z[ helios-setup] Oct 09 21:43:59.418 INFO E| Downloaded git2 v0.16.1
24302024-10-09T21:44:00.812Z[ helios-setup] Oct 09 21:43:59.432 INFO E| Downloaded regex v1.7.3
24312024-10-09T21:44:00.826Z[ helios-setup] Oct 09 21:43:59.446 INFO E| Downloaded regress v0.5.0
24322024-10-09T21:44:00.838Z[ helios-setup] Oct 09 21:43:59.458 INFO E| Downloaded rustls v0.21.0
24332024-10-09T21:44:00.858Z[ helios-setup] Oct 09 21:43:59.478 INFO E| Downloaded chrono v0.4.24
24342024-10-09T21:44:00.866Z[ host-package] Compiling spin v0.5.2
24352024-10-09T21:44:00.870Z[ helios-setup] Oct 09 21:43:59.490 INFO E| Downloaded rustix v0.37.3
24362024-10-09T21:44:00.911Z[ helios-setup] Oct 09 21:43:59.531 INFO E| Downloaded rhai v1.14.0
24372024-10-09T21:44:00.920Z[ host-package] Compiling keccak v0.1.5
24382024-10-09T21:44:00.966Z[ helios-setup] Oct 09 21:43:59.587 INFO E| Downloaded openapiv3 v1.0.2
24392024-10-09T21:44:00.989Z[ helios-setup] Oct 09 21:43:59.609 INFO E| Downloaded bytes v1.4.0
24402024-10-09T21:44:00.995Z[ helios-setup] Oct 09 21:43:59.615 INFO E| Downloaded ahash v0.8.3
24412024-10-09T21:44:01.000Z[ helios-setup] Oct 09 21:43:59.620 INFO E| Downloaded pin-project-lite v0.2.9
24422024-10-09T21:44:01.009Z[ helios-setup] Oct 09 21:43:59.629 INFO E| Downloaded parking_lot_core v0.9.6
24432024-10-09T21:44:01.013Z[ helios-setup] Oct 09 21:43:59.633 INFO E| Downloaded log v0.4.17
24442024-10-09T21:44:01.035Z[ helios-setup] Oct 09 21:43:59.655 INFO E| Downloaded tokio-util v0.7.7
24452024-10-09T21:44:01.046Z[ helios-setup] Oct 09 21:43:59.666 INFO E| Downloaded libc v0.2.139
24462024-10-09T21:44:01.117Z[ helios-setup] Oct 09 21:43:59.737 INFO E| Downloaded proc-macro-crate v1.2.1
24472024-10-09T21:44:01.126Z[ helios-setup] Oct 09 21:43:59.738 INFO E| Downloaded ipnet v2.7.2
24482024-10-09T21:44:01.126Z[ helios-setup] Oct 09 21:43:59.741 INFO E| Downloaded getrandom v0.2.8
24492024-10-09T21:44:01.129Z[ helios-setup] Oct 09 21:43:59.746 INFO E| Downloaded fastrand v1.9.0
24502024-10-09T21:44:01.129Z[ helios-setup] Oct 09 21:43:59.748 INFO E| Downloaded clap v4.2.1
24512024-10-09T21:44:01.142Z[ helios-setup] Oct 09 21:43:59.762 INFO E| Downloaded anstyle-parse v0.1.1
24522024-10-09T21:44:01.146Z[ helios-setup] Oct 09 21:43:59.765 INFO E| Downloaded unicode-normalization v0.1.22
24532024-10-09T21:44:01.152Z[ helios-setup] Oct 09 21:43:59.772 INFO E| Downloaded unicode-linebreak v0.1.4
24542024-10-09T21:44:01.158Z[ helios-setup] Oct 09 21:43:59.775 INFO E| Downloaded tracing v0.1.37
24552024-10-09T21:44:01.162Z[ helios-setup] Oct 09 21:43:59.782 INFO E| Downloaded schemars_derive v0.8.12
24562024-10-09T21:44:01.164Z[ helios-setup] Oct 09 21:43:59.785 INFO E| Downloaded futures v0.3.28
24572024-10-09T21:44:01.174Z[ helios-setup] Oct 09 21:43:59.794 INFO E| Downloaded camino v1.1.4
24582024-10-09T21:44:01.179Z[ helios-setup] Oct 09 21:43:59.798 INFO E| Downloaded toml v0.5.11
24592024-10-09T21:44:01.181Z[ helios-setup] Oct 09 21:43:59.801 INFO E| Downloaded parking_lot v0.12.1
24602024-10-09T21:44:01.206Z[ helios-setup] Oct 09 21:43:59.805 INFO E| Downloaded num_enum_derive v0.5.7
24612024-10-09T21:44:01.206Z[ helios-setup] Oct 09 21:43:59.807 INFO E| Downloaded num-integer v0.1.45
24622024-10-09T21:44:01.206Z[ helios-setup] Oct 09 21:43:59.810 INFO E| Downloaded memoffset v0.7.1
24632024-10-09T21:44:01.206Z[ helios-setup] Oct 09 21:43:59.812 INFO E| Downloaded typenum v1.16.0
24642024-10-09T21:44:01.207Z[ helios-setup] Oct 09 21:43:59.816 INFO E| Downloaded unicode-bidi v0.3.13
24652024-10-09T21:44:01.207Z[ helios-setup] Oct 09 21:43:59.820 INFO E| Downloaded tracing-core v0.1.30
24662024-10-09T21:44:01.207Z[ helios-setup] Oct 09 21:43:59.825 INFO E| Downloaded socket2 v0.4.9
24672024-10-09T21:44:01.209Z[ host-package] Compiling arrayvec v0.7.4
24682024-10-09T21:44:01.209Z[ helios-setup] Oct 09 21:43:59.828 INFO E| Downloaded percent-encoding v2.2.0
24692024-10-09T21:44:01.209Z[ helios-setup] Oct 09 21:43:59.829 INFO E| Downloaded itoa v1.0.6
24702024-10-09T21:44:01.212Z[ helios-setup] Oct 09 21:43:59.832 INFO E| Downloaded iana-time-zone v0.1.56
24712024-10-09T21:44:01.216Z[ helios-setup] Oct 09 21:43:59.836 INFO E| Downloaded futures-task v0.3.28
24722024-10-09T21:44:01.218Z[ helios-setup] Oct 09 21:43:59.838 INFO E| Downloaded cargo-lock v8.0.3
24732024-10-09T21:44:01.223Z[ helios-setup] Oct 09 21:43:59.843 INFO E| Downloaded toml v0.7.3
24742024-10-09T21:44:01.229Z[ helios-setup] Oct 09 21:43:59.850 INFO E| Downloaded num_cpus v1.15.0
24752024-10-09T21:44:01.233Z[ helios-setup] Oct 09 21:43:59.854 INFO E| Downloaded ucd-trie v0.1.5
24762024-10-09T21:44:01.236Z[ helios-setup] Oct 09 21:43:59.857 INFO E| Downloaded textwrap v0.16.0
24772024-10-09T21:44:01.240Z[ helios-setup] Oct 09 21:43:59.860 INFO E| Downloaded smartstring v1.0.1
24782024-10-09T21:44:01.244Z[ helios-setup] Oct 09 21:43:59.864 INFO E| Downloaded encoding_rs v0.8.32
24792024-10-09T21:44:01.254Z[ host-package] Compiling sha3 v0.10.8
24802024-10-09T21:44:01.289Z[ helios-setup] Oct 09 21:43:59.909 INFO E| Downloaded httpdate v1.0.2
24812024-10-09T21:44:01.292Z[ helios-setup] Oct 09 21:43:59.911 INFO E| Downloaded futures-macro v0.3.28
24822024-10-09T21:44:01.294Z[ helios-setup] Oct 09 21:43:59.913 INFO E| Downloaded futures-executor v0.3.28
24832024-10-09T21:44:01.296Z[ helios-setup] Oct 09 21:43:59.915 INFO E| Downloaded form_urlencoded v1.1.0
24842024-10-09T21:44:01.296Z[ helios-setup] Oct 09 21:43:59.917 INFO E| Downloaded digest v0.10.6
24852024-10-09T21:44:01.299Z[ helios-setup] Oct 09 21:43:59.919 INFO E| Downloaded async-trait v0.1.68
24862024-10-09T21:44:01.305Z[ helios-setup] Oct 09 21:43:59.925 INFO E| Downloaded tokio-rustls v0.24.0
24872024-10-09T21:44:01.308Z[ helios-setup] Oct 09 21:43:59.928 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24882024-10-09T21:44:01.404Z[ helios-setup] Oct 09 21:44:00.024 INFO E| Downloaded scopeguard v1.1.0
24892024-10-09T21:44:01.406Z[ helios-setup] Oct 09 21:44:00.025 INFO E| Downloaded smallvec v1.10.0
24902024-10-09T21:44:01.409Z[ helios-setup] Oct 09 21:44:00.029 INFO E| Downloaded tempfile v3.5.0
24912024-10-09T21:44:01.412Z[ helios-setup] Oct 09 21:44:00.032 INFO E| Downloaded crossbeam-epoch v0.9.13
24922024-10-09T21:44:01.417Z[ helios-setup] Oct 09 21:44:00.037 INFO E| Downloaded anyhow v1.0.68
24932024-10-09T21:44:01.423Z[ helios-setup] Oct 09 21:44:00.043 INFO E| Downloaded toml_datetime v0.6.1
24942024-10-09T21:44:01.426Z[ helios-setup] Oct 09 21:44:00.045 INFO E| Downloaded quote v1.0.36
24952024-10-09T21:44:01.429Z[ helios-setup] Oct 09 21:44:00.049 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24962024-10-09T21:44:01.432Z[ helios-setup] Oct 09 21:44:00.053 INFO E| Downloaded once_cell v1.17.0
24972024-10-09T21:44:01.436Z[ helios-setup] Oct 09 21:44:00.056 INFO E| Downloaded lock_api v0.4.9
24982024-10-09T21:44:01.441Z[ helios-setup] Oct 09 21:44:00.061 INFO E| Downloaded lazy_static v1.4.0
24992024-10-09T21:44:01.441Z[ helios-setup] Oct 09 21:44:00.061 INFO E| Downloaded io-lifetimes v1.0.10
25002024-10-09T21:44:01.444Z[ helios-setup] Oct 09 21:44:00.064 INFO E| Downloaded sha2 v0.10.6
25012024-10-09T21:44:01.449Z[ helios-setup] Oct 09 21:44:00.069 INFO E| Downloaded project-root v0.2.2
25022024-10-09T21:44:01.451Z[ helios-setup] Oct 09 21:44:00.070 INFO E| Downloaded libz-sys v1.1.8
25032024-10-09T21:44:01.537Z[ helios-setup] Oct 09 21:44:00.155 INFO E| Downloaded sha1 v0.10.5
25042024-10-09T21:44:01.540Z[ helios-setup] Oct 09 21:44:00.158 INFO E| Downloaded byteorder v1.4.3
25052024-10-09T21:44:01.543Z[ helios-setup] Oct 09 21:44:00.160 INFO E| Downloaded rustfmt-wrapper v0.2.0
25062024-10-09T21:44:01.543Z[ helios-setup] Oct 09 21:44:00.162 INFO E| Downloaded rhai_codegen v1.5.0
25072024-10-09T21:44:01.554Z[ helios-setup] Oct 09 21:44:00.174 INFO E| Downloaded futures-io v0.3.28
25082024-10-09T21:44:01.557Z[ helios-setup] Oct 09 21:44:00.176 INFO E| Downloaded errno v0.3.1
25092024-10-09T21:44:01.560Z[ helios-setup] Oct 09 21:44:00.178 INFO E| Downloaded anstyle v0.3.5
25102024-10-09T21:44:01.560Z[ helios-setup] Oct 09 21:44:00.180 INFO E| Downloaded pkg-config v0.3.26
25112024-10-09T21:44:01.562Z[ helios-setup] Oct 09 21:44:00.182 INFO E| Downloaded paste v1.0.12
25122024-10-09T21:44:01.566Z[ helios-setup] Oct 09 21:44:00.187 INFO E| Downloaded home v0.5.4
25132024-10-09T21:44:01.569Z[ helios-setup] Oct 09 21:44:00.188 INFO E| Downloaded dyn-clone v1.0.11
25142024-10-09T21:44:01.571Z[ helios-setup] Oct 09 21:44:00.190 INFO E| Downloaded is-terminal v0.4.7
25152024-10-09T21:44:01.573Z[ helios-setup] Oct 09 21:44:00.192 INFO E| Downloaded http-body v0.4.5
25162024-10-09T21:44:01.576Z[ helios-setup] Oct 09 21:44:00.194 INFO E| Downloaded futures-sink v0.3.28
25172024-10-09T21:44:01.576Z[ helios-setup] Oct 09 21:44:00.195 INFO E| Downloaded futures-core v0.3.28
25182024-10-09T21:44:01.578Z[ helios-setup] Oct 09 21:44:00.197 INFO E| Downloaded concolor-query v0.3.3
25192024-10-09T21:44:01.580Z[ helios-setup] Oct 09 21:44:00.199 INFO E| Downloaded clap_lex v0.4.1
25202024-10-09T21:44:01.580Z[ helios-setup] Oct 09 21:44:00.200 INFO E| Downloaded autocfg v1.1.0
25212024-10-09T21:44:01.586Z[ helios-setup] Oct 09 21:44:00.202 INFO E| Downloaded serde_path_to_error v0.1.11
25222024-10-09T21:44:01.588Z[ helios-setup] Oct 09 21:44:00.207 INFO E| Downloaded schemars v0.8.12
25232024-10-09T21:44:01.603Z[ helios-setup] Oct 09 21:44:00.223 INFO E| Downloaded concolor-override v1.0.0
25242024-10-09T21:44:01.605Z[ helios-setup] Oct 09 21:44:00.224 INFO E| Downloaded built v0.6.0
25252024-10-09T21:44:01.884Z[ helios-setup] Oct 09 21:44:00.504 INFO E| Compiling proc-macro2 v1.0.86
25262024-10-09T21:44:01.884Z[ helios-setup] Oct 09 21:44:00.504 INFO E| Compiling libc v0.2.139
25272024-10-09T21:44:01.884Z[ helios-setup] Oct 09 21:44:00.504 INFO E| Compiling unicode-ident v1.0.8
25282024-10-09T21:44:01.887Z[ helios-setup] Oct 09 21:44:00.504 INFO E| Compiling autocfg v1.1.0
25292024-10-09T21:44:01.887Z[ helios-setup] Oct 09 21:44:00.504 INFO E| Compiling cfg-if v1.0.0
25302024-10-09T21:44:01.887Z[ helios-setup] Oct 09 21:44:00.504 INFO E| Compiling version_check v0.9.4
25312024-10-09T21:44:01.887Z[ helios-setup] Oct 09 21:44:00.504 INFO E| Compiling serde v1.0.204
25322024-10-09T21:44:01.887Z[ helios-setup] Oct 09 21:44:00.504 INFO E| Compiling syn v1.0.107
25332024-10-09T21:44:02.332Z[ helios-setup] Oct 09 21:44:00.951 INFO E| Compiling memchr v2.5.0
25342024-10-09T21:44:02.338Z[ host-package] Compiling tar v0.4.42
25352024-10-09T21:44:02.832Z[ helios-setup] Oct 09 21:44:01.451 INFO E| Compiling once_cell v1.17.0
25362024-10-09T21:44:03.361Z[ helios-setup] Oct 09 21:44:01.980 INFO E| Compiling log v0.4.17
25372024-10-09T21:44:03.387Z[ host-package] Compiling camino-tempfile v1.1.1
25382024-10-09T21:44:03.569Z[ helios-setup] Oct 09 21:44:02.189 INFO E| Compiling thiserror v1.0.38
25392024-10-09T21:44:03.837Z[ helios-setup] Oct 09 21:44:02.456 INFO E| Compiling serde_json v1.0.95
25402024-10-09T21:44:04.197Z[ helios-setup] Oct 09 21:44:02.816 INFO E| Compiling itoa v1.0.6
25412024-10-09T21:44:04.272Z[ host-package] Compiling toolchain_find v0.4.0
25422024-10-09T21:44:05.175Z[ helios-setup] Oct 09 21:44:03.795 INFO E| Compiling indexmap v1.9.3
25432024-10-09T21:44:05.516Z[ host-package] Compiling nibble_vec v0.1.0
25442024-10-09T21:44:05.524Z[ helios-setup] Oct 09 21:44:04.143 INFO E| Compiling getrandom v0.2.8
25452024-10-09T21:44:05.710Z[ helios-setup] Oct 09 21:44:04.328 INFO E| Compiling pin-project-lite v0.2.9
25462024-10-09T21:44:06.025Z[ host-package] Compiling glob v0.3.1
25472024-10-09T21:44:06.045Z[ helios-setup] Oct 09 21:44:04.664 INFO E| Compiling quote v1.0.36
25482024-10-09T21:44:06.331Z[ helios-setup] Oct 09 21:44:04.950 INFO E| Compiling jobserver v0.1.26
25492024-10-09T21:44:06.409Z[ host-package] Compiling crunchy v0.2.2
25502024-10-09T21:44:06.629Z[ helios-setup] Oct 09 21:44:05.249 INFO E| Compiling scopeguard v1.1.0
25512024-10-09T21:44:06.983Z[ helios-setup] Oct 09 21:44:05.602 INFO E| Compiling num-integer v0.1.45
25522024-10-09T21:44:07.086Z[ helios-setup] Oct 09 21:44:05.705 INFO E| Compiling cc v1.0.78
25532024-10-09T21:44:07.086Z[ helios-setup] Oct 09 21:44:05.705 INFO E| Compiling futures-core v0.3.28
25542024-10-09T21:44:07.088Z[ helios-setup] Oct 09 21:44:05.706 INFO E| Compiling bytes v1.4.0
25552024-10-09T21:44:07.278Z[ helios-setup] Oct 09 21:44:05.897 INFO E| Compiling syn v2.0.72
25562024-10-09T21:44:07.659Z[ host-package] Compiling topological-sort v0.2.2
25572024-10-09T21:44:07.801Z[ host-package] Compiling maplit v1.0.2
25582024-10-09T21:44:07.843Z[ host-package] Compiling endian-type v0.1.2
25592024-10-09T21:44:08.058Z[ host-package] Compiling clang-sys v1.7.0
25602024-10-09T21:44:08.091Z[ helios-setup] Oct 09 21:44:06.685 INFO E| Compiling ryu v1.0.13
25612024-10-09T21:44:08.189Z[ host-package] Compiling omicron-zone-package v0.11.1
25622024-10-09T21:44:08.419Z[ host-package] Compiling radix_trie v0.2.1
25632024-10-09T21:44:09.106Z[ helios-setup] Oct 09 21:44:07.725 INFO E| Compiling lock_api v0.4.9
25642024-10-09T21:44:09.385Z[ helios-setup] Oct 09 21:44:08.004 INFO E| Compiling bitflags v1.3.2
25652024-10-09T21:44:09.604Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25662024-10-09T21:44:09.757Z[ helios-setup] Oct 09 21:44:08.376 INFO E| Compiling typenum v1.16.0
25672024-10-09T21:44:09.854Z[ helios-setup] Oct 09 21:44:08.473 INFO E| Compiling parking_lot_core v0.9.6
25682024-10-09T21:44:10.282Z[ helios-setup] Oct 09 21:44:08.900 INFO E| Compiling num_cpus v1.15.0
25692024-10-09T21:44:10.344Z[ helios-setup] Oct 09 21:44:08.963 INFO E| Compiling generic-array v0.14.6
25702024-10-09T21:44:10.344Z[ helios-setup] Oct 09 21:44:08.963 INFO E| Compiling slab v0.4.7
25712024-10-09T21:44:10.473Z[ host-package] Compiling tiny-keccak v2.0.2
25722024-10-09T21:44:10.847Z[ helios-setup] Oct 09 21:44:09.466 INFO E| Compiling futures-sink v0.3.28
25732024-10-09T21:44:10.909Z[ helios-setup] Oct 09 21:44:09.526 INFO E| Compiling futures-task v0.3.28
25742024-10-09T21:44:11.191Z[ helios-setup] Oct 09 21:44:09.809 INFO E| Compiling futures-channel v0.3.28
25752024-10-09T21:44:11.345Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25762024-10-09T21:44:11.406Z[ helios-setup] Oct 09 21:44:10.025 INFO E| Compiling tokio v1.27.0
25772024-10-09T21:44:11.423Z[ host-package] Compiling dsl_auto_type v0.1.2
25782024-10-09T21:44:12.095Z[ helios-setup] Oct 09 21:44:10.694 INFO E| Compiling futures-util v0.3.28
25792024-10-09T21:44:12.148Z[ helios-setup] Oct 09 21:44:10.760 INFO E| Compiling schemars v0.8.12
25802024-10-09T21:44:13.070Z[ helios-setup] Oct 09 21:44:11.688 INFO E| Compiling mio v0.8.5
25812024-10-09T21:44:13.073Z[ helios-setup] Oct 09 21:44:11.690 INFO E| Compiling signal-hook-registry v1.4.0
25822024-10-09T21:44:13.285Z[ helios-setup] Oct 09 21:44:11.903 INFO E| Compiling socket2 v0.4.9
25832024-10-09T21:44:13.912Z[ helios-setup] Oct 09 21:44:12.531 INFO E| Compiling ahash v0.7.6
25842024-10-09T21:44:14.002Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25852024-10-09T21:44:14.062Z[ helios-setup] Oct 09 21:44:12.681 INFO E| Compiling num-traits v0.2.15
25862024-10-09T21:44:15.073Z[ helios-setup] Oct 09 21:44:13.691 INFO E| Compiling futures-io v0.3.28
25872024-10-09T21:44:15.277Z[ helios-setup] Oct 09 21:44:13.896 INFO E| Compiling crunchy v0.2.2
25882024-10-09T21:44:15.913Z[ helios-setup] Oct 09 21:44:14.531 INFO E| Compiling io-lifetimes v1.0.10
25892024-10-09T21:44:16.044Z[ helios-setup] Oct 09 21:44:14.662 INFO E| Compiling pin-utils v0.1.0
25902024-10-09T21:44:16.432Z[ host-package] Compiling secrecy v0.8.0
25912024-10-09T21:44:16.739Z[ helios-setup] Oct 09 21:44:15.357 INFO E| Compiling ahash v0.8.3
25922024-10-09T21:44:16.948Z[ helios-setup] Oct 09 21:44:15.566 INFO E| Compiling rustix v0.37.3
25932024-10-09T21:44:17.049Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25942024-10-09T21:44:17.190Z[ helios-setup] Oct 09 21:44:15.808 INFO E| Compiling tiny-keccak v2.0.2
25952024-10-09T21:44:17.924Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25962024-10-09T21:44:17.978Z[ helios-setup] Oct 09 21:44:16.596 INFO E| Compiling hashbrown v0.12.3
25972024-10-09T21:44:18.065Z[ host-package] Compiling arc-swap v1.7.1
25982024-10-09T21:44:18.115Z[ helios-setup] Oct 09 21:44:16.733 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25992024-10-09T21:44:18.339Z[ helios-setup] Oct 09 21:44:16.953 INFO E| Compiling serde_derive_internals v0.26.0
26002024-10-09T21:44:18.709Z[ helios-setup] Oct 09 21:44:17.327 INFO E| Compiling block-buffer v0.10.3
26012024-10-09T21:44:18.847Z[ helios-setup] Oct 09 21:44:17.465 INFO E| Compiling crypto-common v0.1.6
26022024-10-09T21:44:19.932Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26032024-10-09T21:44:20.284Z[ helios-setup] Oct 09 21:44:18.902 INFO E| Compiling errno v0.3.1
26042024-10-09T21:44:20.579Z[ helios-setup] Oct 09 21:44:19.197 INFO E| Compiling crossbeam-utils v0.8.14
26052024-10-09T21:44:20.625Z[ helios-setup] Oct 09 21:44:19.243 INFO E| Compiling pkg-config v0.3.26
26062024-10-09T21:44:20.717Z[ host-package] Compiling slog-scope v4.4.0
26072024-10-09T21:44:20.920Z[ helios-setup] Oct 09 21:44:19.538 INFO E| Compiling fnv v1.0.7
26082024-10-09T21:44:21.306Z[ helios-setup] Oct 09 21:44:19.924 INFO E| Compiling slog v2.7.0
26092024-10-09T21:44:21.923Z[ helios-setup] Oct 09 21:44:20.541 INFO E| Compiling http v0.2.9
26102024-10-09T21:44:23.297Z[ host-package] Compiling diesel_derives v2.2.2
26112024-10-09T21:44:24.047Z[ helios-setup] Oct 09 21:44:22.665 INFO E| Compiling digest v0.10.6
26122024-10-09T21:44:24.194Z[ helios-setup] Oct 09 21:44:22.812 INFO E| Compiling aho-corasick v0.7.20
26132024-10-09T21:44:25.027Z[ helios-setup] Oct 09 21:44:23.644 INFO E| Compiling tinyvec_macros v0.1.1
26142024-10-09T21:44:25.120Z[ helios-setup] Oct 09 21:44:23.737 INFO E| Compiling httparse v1.8.0
26152024-10-09T21:44:25.448Z[ helios-setup] Oct 09 21:44:24.066 INFO E| Compiling heck v0.4.1
26162024-10-09T21:44:26.292Z[ helios-setup] Oct 09 21:44:24.909 INFO E| Compiling anyhow v1.0.68
26172024-10-09T21:44:26.727Z[ helios-setup] Oct 09 21:44:25.344 INFO E| Compiling unicode-width v0.1.10
26182024-10-09T21:44:26.929Z[ helios-setup] Oct 09 21:44:25.546 INFO E| Compiling regex-syntax v0.6.29
26192024-10-09T21:44:27.088Z[ helios-setup] Oct 09 21:44:25.705 INFO E| Compiling cpufeatures v0.2.5
26202024-10-09T21:44:27.247Z[ helios-setup] Oct 09 21:44:25.864 INFO E| Compiling percent-encoding v2.2.0
26212024-10-09T21:44:27.281Z[ helios-setup] Oct 09 21:44:25.898 INFO E| Compiling const-random-macro v0.1.15
26222024-10-09T21:44:27.774Z[ host-package] Compiling r2d2 v0.8.10
26232024-10-09T21:44:28.325Z[ helios-setup] Oct 09 21:44:26.941 INFO E| Compiling form_urlencoded v1.1.0
26242024-10-09T21:44:28.490Z[ helios-setup] Oct 09 21:44:27.107 INFO E| Compiling tinyvec v1.6.0
26252024-10-09T21:44:28.844Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26262024-10-09T21:44:29.135Z[ helios-setup] Oct 09 21:44:27.752 INFO E| Compiling hashbrown v0.13.2
26272024-10-09T21:44:29.192Z[ helios-setup] Oct 09 21:44:27.809 INFO E| Compiling thiserror-impl v1.0.38
26282024-10-09T21:44:29.338Z[ helios-setup] Oct 09 21:44:27.954 INFO E| Compiling schemars_derive v0.8.12
26292024-10-09T21:44:29.426Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26302024-10-09T21:44:29.768Z[ host-package] Compiling ascii-canvas v3.0.0
26312024-10-09T21:44:30.415Z[ helios-setup] Oct 09 21:44:29.031 INFO E| Compiling serde_derive v1.0.204
26322024-10-09T21:44:31.056Z[ host-package] Compiling universal-hash v0.5.1
26332024-10-09T21:44:31.184Z[ helios-setup] Oct 09 21:44:29.801 INFO E| Compiling tokio-macros v2.0.0
26342024-10-09T21:44:31.482Z[ helios-setup] Oct 09 21:44:30.098 INFO E| Compiling futures-macro v0.3.28
26352024-10-09T21:44:32.063Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26362024-10-09T21:44:34.200Z[ helios-setup] Oct 09 21:44:32.816 INFO E| Compiling regex v1.7.3
26372024-10-09T21:44:34.433Z[ helios-setup] Oct 09 21:44:33.049 INFO E| Compiling chrono v0.4.24
26382024-10-09T21:44:35.338Z[ helios-setup] Oct 09 21:44:33.954 INFO E| Compiling libz-sys v1.1.8
26392024-10-09T21:44:37.184Z[ host-package] Compiling ena v0.14.3
26402024-10-09T21:44:37.438Z[ helios-setup] Oct 09 21:44:36.054 INFO E| Compiling uuid v1.3.0
26412024-10-09T21:44:37.607Z[ helios-setup] Oct 09 21:44:36.220 INFO E| Compiling dyn-clone v1.0.11
26422024-10-09T21:44:38.035Z[ host-package] Compiling libloading v0.8.3
26432024-10-09T21:44:38.039Z[ helios-setup] Oct 09 21:44:36.655 INFO E| Compiling unicode-normalization v0.1.22
26442024-10-09T21:44:38.265Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26452024-10-09T21:44:38.420Z[ helios-setup] Oct 09 21:44:37.033 INFO E| Compiling regress v0.5.0
26462024-10-09T21:44:39.106Z[ host-package] Compiling diff v0.1.13
26472024-10-09T21:44:39.262Z[ helios-setup] Oct 09 21:44:37.873 INFO E| Compiling const-random v0.1.15
26482024-10-09T21:44:40.061Z[ host-package] Compiling regex-syntax v0.6.29
26492024-10-09T21:44:40.111Z[ host-package] Compiling opaque-debug v0.3.1
26502024-10-09T21:44:40.182Z[ helios-setup] Oct 09 21:44:38.797 INFO E| Compiling getopts v0.2.21
26512024-10-09T21:44:40.597Z[ host-package] Compiling bindgen v0.69.4
26522024-10-09T21:44:41.033Z[ helios-setup] Oct 09 21:44:39.648 INFO E| Compiling tracing-core v0.1.30
26532024-10-09T21:44:41.538Z[ helios-setup] Oct 09 21:44:40.153 INFO E| Compiling memoffset v0.7.1
26542024-10-09T21:44:41.772Z[ host-package] Compiling poly1305 v0.8.0
26552024-10-09T21:44:42.115Z[ helios-setup] Oct 09 21:44:40.731 INFO E| Compiling unicode-bidi v0.3.13
26562024-10-09T21:44:43.102Z[ helios-setup] Oct 09 21:44:41.717 INFO E| Compiling num-conv v0.1.0
26572024-10-09T21:44:44.040Z[ helios-setup] Oct 09 21:44:42.655 INFO E| Compiling time-core v0.1.2
26582024-10-09T21:44:44.638Z[ helios-setup] Oct 09 21:44:43.253 INFO E| Compiling powerfmt v0.2.0
26592024-10-09T21:44:45.657Z[ host-package] Compiling diesel v2.2.4
26602024-10-09T21:44:45.880Z[ helios-setup] Oct 09 21:44:44.494 INFO E| Compiling ucd-trie v0.1.5
26612024-10-09T21:44:46.831Z[ helios-setup] Oct 09 21:44:45.446 INFO E| Compiling pest v2.5.7
26622024-10-09T21:44:46.895Z[ helios-setup] Oct 09 21:44:45.509 INFO E| Compiling deranged v0.3.11
26632024-10-09T21:44:47.250Z[ helios-setup] Oct 09 21:44:45.865 INFO E| Compiling idna v0.3.0
26642024-10-09T21:44:47.538Z[ helios-setup] Oct 09 21:44:46.153 INFO E| Compiling time-macros v0.2.18
26652024-10-09T21:44:50.075Z[ host-package] Compiling lalrpop v0.19.12
26662024-10-09T21:44:50.553Z[ helios-setup] Oct 09 21:44:49.167 INFO E| Compiling tracing v0.1.37
26672024-10-09T21:44:52.431Z[ helios-setup] Oct 09 21:44:51.045 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26682024-10-09T21:44:53.294Z[ helios-setup] Oct 09 21:44:51.908 INFO E| Compiling time v0.1.45
26692024-10-09T21:44:53.387Z[ helios-setup] Oct 09 21:44:52.001 INFO E| Compiling crossbeam-epoch v0.9.13
26702024-10-09T21:44:54.420Z[ helios-setup] Oct 09 21:44:53.034 INFO E| Compiling num_threads v0.1.6
26712024-10-09T21:44:54.933Z[ helios-setup] Oct 09 21:44:53.547 INFO E| Compiling semver v1.0.17
26722024-10-09T21:44:55.162Z[ helios-setup] Oct 09 21:44:53.776 INFO E| Compiling iana-time-zone v0.1.56
26732024-10-09T21:44:56.460Z[ helios-setup] Oct 09 21:44:55.073 INFO E| Compiling time v0.3.36
26742024-10-09T21:44:57.213Z[ helios-setup] Oct 09 21:44:55.827 INFO E| Compiling semver-parser v0.10.2
26752024-10-09T21:44:57.654Z[ helios-setup] Oct 09 21:44:56.267 INFO E| Compiling smallvec v1.10.0
26762024-10-09T21:44:58.086Z[ helios-setup] Oct 09 21:44:56.699 INFO E| Compiling toml v0.5.11
26772024-10-09T21:45:00.510Z[ helios-setup] Oct 09 21:44:59.123 INFO E| Compiling parking_lot v0.12.1
26782024-10-09T21:45:01.069Z[ helios-setup] Oct 09 21:44:59.682 INFO E| Compiling serde_tokenstream v0.2.0
26792024-10-09T21:45:05.146Z[ host-package] Compiling thiserror-no-std v2.0.2
26802024-10-09T21:45:05.287Z[ helios-setup] Oct 09 21:45:03.900 INFO E| Compiling url v2.3.1
26812024-10-09T21:45:05.586Z[ host-package] Compiling slog-stdlog v4.1.1
26822024-10-09T21:45:07.301Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26832024-10-09T21:45:08.071Z[ host-package] Compiling which v4.4.2
26842024-10-09T21:45:08.729Z[ helios-setup] Oct 09 21:45:07.341 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26852024-10-09T21:45:09.464Z[ host-package] Compiling tungstenite v0.23.0
26862024-10-09T21:45:09.565Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26872024-10-09T21:45:10.320Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882024-10-09T21:45:10.826Z[ helios-setup] Oct 09 21:45:09.433 INFO E| Compiling crossbeam-channel v0.5.6
26892024-10-09T21:45:10.944Z[ host-package] Compiling chacha20 v0.9.1
26902024-10-09T21:45:11.865Z[ helios-setup] Oct 09 21:45:10.477 INFO E| Compiling dirs-sys-next v0.1.2
26912024-10-09T21:45:12.006Z[ host-package] Compiling cexpr v0.6.0
26922024-10-09T21:45:13.672Z[ helios-setup] Oct 09 21:45:12.283 INFO E| Compiling same-file v1.0.6
26932024-10-09T21:45:14.163Z[ helios-setup] Oct 09 21:45:12.775 INFO E| Compiling crc32fast v1.3.2
26942024-10-09T21:45:14.224Z[ helios-setup] Oct 09 21:45:12.836 INFO E| Compiling try-lock v0.2.4
26952024-10-09T21:45:14.224Z[ helios-setup] Oct 09 21:45:12.836 INFO E| Compiling walkdir v2.3.3
26962024-10-09T21:45:15.071Z[ helios-setup] Oct 09 21:45:13.683 INFO E| Compiling want v0.3.0
26972024-10-09T21:45:15.420Z[ host-package] Compiling aead v0.5.2
26982024-10-09T21:45:15.837Z[ helios-setup] Oct 09 21:45:14.448 INFO E| Compiling dirs-next v2.0.0
26992024-10-09T21:45:16.239Z[ host-package] Compiling ref-cast v1.0.23
27002024-10-09T21:45:17.525Z[ host-package] Compiling lazycell v1.3.0
27012024-10-09T21:45:17.929Z[ host-package] Compiling shlex v1.3.0
27022024-10-09T21:45:18.111Z[ helios-setup] Oct 09 21:45:16.722 INFO E| Compiling tokio-util v0.7.7
27032024-10-09T21:45:18.678Z[ helios-setup] Oct 09 21:45:17.288 INFO E| Compiling proc-macro-crate v1.2.1
27042024-10-09T21:45:18.893Z[ host-package] Compiling rustc-hash v1.1.0
27052024-10-09T21:45:20.034Z[ host-package] Compiling chacha20poly1305 v0.10.1
27062024-10-09T21:45:20.127Z[ helios-setup] Oct 09 21:45:18.738 INFO E| Compiling semver v0.11.0
27072024-10-09T21:45:20.761Z[ host-package] Compiling tokio-tungstenite v0.23.1
27082024-10-09T21:45:20.983Z[ host-package] Compiling slog-envlogger v2.2.0
27092024-10-09T21:45:21.452Z[ helios-setup] Oct 09 21:45:20.063 INFO E| Compiling h2 v0.3.16
27102024-10-09T21:45:22.144Z[ host-package] Compiling vsss-rs v3.3.4
27112024-10-09T21:45:22.931Z[ helios-setup] Oct 09 21:45:21.541 INFO E| Compiling futures-executor v0.3.28
27122024-10-09T21:45:25.093Z[ helios-setup] Oct 09 21:45:23.704 INFO E| Compiling http-body v0.4.5
27132024-10-09T21:45:25.262Z[ helios-setup] Oct 09 21:45:23.872 INFO E| Compiling ring v0.16.20
27142024-10-09T21:45:25.582Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27152024-10-09T21:45:26.034Z[ helios-setup] Oct 09 21:45:24.644 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27162024-10-09T21:45:26.142Z[ helios-setup] Oct 09 21:45:24.751 INFO E| Compiling rand_core v0.6.4
27172024-10-09T21:45:26.227Z[ host-package] Compiling derive_builder_core v0.20.0
27182024-10-09T21:45:27.188Z[ helios-setup] Oct 09 21:45:25.798 INFO E| Compiling thread_local v1.1.7
27192024-10-09T21:45:27.874Z[ helios-setup] Oct 09 21:45:26.483 INFO E| Compiling ppv-lite86 v0.2.17
27202024-10-09T21:45:28.755Z[ helios-setup] Oct 09 21:45:27.365 INFO E| Compiling rayon-core v1.10.2
27212024-10-09T21:45:29.767Z[ helios-setup] Oct 09 21:45:28.376 INFO E| Compiling lazy_static v1.4.0
27222024-10-09T21:45:29.992Z[ helios-setup] Oct 09 21:45:28.601 INFO E| Compiling base64 v0.21.0
27232024-10-09T21:45:30.061Z[ helios-setup] Oct 09 21:45:28.669 INFO E| Compiling home v0.5.4
27242024-10-09T21:45:30.501Z[ host-package] Compiling headers-core v0.3.0
27252024-10-09T21:45:31.087Z[ host-package] Compiling fxhash v0.2.1
27262024-10-09T21:45:31.276Z[ helios-setup] Oct 09 21:45:29.886 INFO E| Compiling fastrand v1.9.0
27272024-10-09T21:45:32.073Z[ host-package] Compiling libxml v0.3.3
27282024-10-09T21:45:32.188Z[ helios-setup] Oct 09 21:45:30.796 INFO E| Compiling httpdate v1.0.2
27292024-10-09T21:45:32.425Z[ host-package] Compiling ref-cast-impl v1.0.23
27302024-10-09T21:45:32.693Z[ helios-setup] Oct 09 21:45:31.302 INFO E| Compiling adler v1.0.2
27312024-10-09T21:45:33.195Z[ helios-setup] Oct 09 21:45:31.804 INFO E| Compiling tower-service v0.3.2
27322024-10-09T21:45:33.586Z[ helios-setup] Oct 09 21:45:32.196 INFO E| Compiling utf8parse v0.2.1
27332024-10-09T21:45:33.844Z[ helios-setup] Oct 09 21:45:32.453 INFO E| Compiling hyper v0.14.25
27342024-10-09T21:45:33.987Z[ helios-setup] Oct 09 21:45:32.597 INFO E| Compiling anstyle-parse v0.1.1
27352024-10-09T21:45:34.783Z[ helios-setup] Oct 09 21:45:33.392 INFO E| Compiling miniz_oxide v0.6.2
27362024-10-09T21:45:34.865Z[ helios-setup] Oct 09 21:45:33.474 INFO E| Compiling tempfile v3.5.0
27372024-10-09T21:45:35.890Z[ host-package] Compiling headers v0.4.0
27382024-10-09T21:45:36.853Z[ helios-setup] Oct 09 21:45:35.462 INFO E| Compiling toolchain_find v0.2.0
27392024-10-09T21:45:37.338Z[ helios-setup] Oct 09 21:45:35.947 INFO E| Compiling rand_chacha v0.3.1
27402024-10-09T21:45:41.066Z[ helios-setup] Oct 09 21:45:39.675 INFO E| Compiling futures v0.3.28
27412024-10-09T21:45:42.707Z[ host-package] Compiling derive_builder_macro v0.20.0
27422024-10-09T21:45:43.496Z[ host-package] Compiling polar-core v0.27.3
27432024-10-09T21:45:44.569Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27442024-10-09T21:45:45.062Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27452024-10-09T21:45:46.047Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27462024-10-09T21:45:47.384Z[ host-package] Compiling samael v0.0.17
27472024-10-09T21:45:50.542Z[ host-package] Compiling strum_macros v0.24.3
27482024-10-09T21:45:50.801Z[ host-package] Compiling kstat-rs v0.2.4
27492024-10-09T21:45:52.962Z[ host-package] Compiling unicase v2.7.0
27502024-10-09T21:45:52.978Z[ helios-setup] Oct 09 21:45:51.585 INFO E| Compiling cargo-lock v8.0.3
27512024-10-09T21:45:54.301Z[ host-package] Compiling indoc v1.0.9
27522024-10-09T21:45:56.091Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27532024-10-09T21:45:57.275Z[ host-package] Compiling derive_builder v0.20.0
27542024-10-09T21:45:57.480Z[ helios-setup] Oct 09 21:45:56.086 INFO E| Compiling num_enum_derive v0.5.7
27552024-10-09T21:45:57.511Z[ helios-setup] Oct 09 21:45:56.117 INFO E| Compiling crossbeam-deque v0.8.2
27562024-10-09T21:45:57.886Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27572024-10-09T21:45:58.397Z[ helios-setup] Oct 09 21:45:57.003 INFO E| Compiling term v0.7.0
27582024-10-09T21:45:59.854Z[ helios-setup] Oct 09 21:45:58.460 INFO E| Compiling serde_urlencoded v0.7.1
27592024-10-09T21:46:00.986Z[ helios-setup] Oct 09 21:45:59.592 INFO E| Compiling sha1 v0.10.5
27602024-10-09T21:46:01.124Z[ helios-setup] Oct 09 21:45:59.730 INFO E| Compiling sha2 v0.10.6
27612024-10-09T21:46:01.573Z[ helios-setup] Oct 09 21:46:00.179 INFO E| Compiling is-terminal v0.4.7
27622024-10-09T21:46:02.049Z[ helios-setup] Oct 09 21:46:00.655 INFO E| Compiling atty v0.2.14
27632024-10-09T21:46:03.070Z[ helios-setup] Oct 09 21:46:01.675 INFO E| Compiling anstyle v0.3.5
27642024-10-09T21:46:04.168Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27652024-10-09T21:46:04.198Z[ helios-setup] Oct 09 21:46:02.804 INFO E| Compiling concolor-override v1.0.0
27662024-10-09T21:46:04.749Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27672024-10-09T21:46:05.395Z[ helios-setup] Oct 09 21:46:04.000 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27682024-10-09T21:46:05.542Z[ host-package] Compiling crossterm v0.28.1
27692024-10-09T21:46:06.413Z[ helios-setup] Oct 09 21:46:05.018 INFO E| Compiling concolor-query v0.3.3
27702024-10-09T21:46:06.530Z[ host-package] Compiling oso-derive v0.27.3
27712024-10-09T21:46:06.781Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27722024-10-09T21:46:06.786Z[ helios-setup] Oct 09 21:46:05.392 INFO E| Compiling anstream v0.2.6
27732024-10-09T21:46:08.641Z[ host-package] Compiling libz-sys v1.1.16
27742024-10-09T21:46:08.688Z[ helios-setup] Oct 09 21:46:07.293 INFO E| Compiling slog-term v2.9.0
27752024-10-09T21:46:09.575Z[ helios-setup] Oct 09 21:46:08.180 INFO E| Compiling num_enum v0.5.7
27762024-10-09T21:46:09.962Z[ helios-setup] Oct 09 21:46:08.567 INFO E| Compiling flate2 v1.0.25
27772024-10-09T21:46:10.419Z[ host-package] Compiling quick-xml v0.33.0
27782024-10-09T21:46:11.569Z[ helios-setup] Oct 09 21:46:10.174 INFO E| Compiling rand v0.8.5
27792024-10-09T21:46:12.766Z[ helios-setup] Oct 09 21:46:11.371 INFO E| Compiling rustfmt-wrapper v0.2.0
27802024-10-09T21:46:13.903Z[ helios-setup] Oct 09 21:46:12.508 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27812024-10-09T21:46:14.179Z[ helios-setup] Oct 09 21:46:12.784 INFO E| Compiling openapiv3 v1.0.2
27822024-10-09T21:46:15.801Z[ helios-setup] Oct 09 21:46:14.405 INFO E| Compiling encoding_rs v0.8.32
27832024-10-09T21:46:18.140Z[ helios-setup] Oct 09 21:46:16.607 INFO E| Compiling strsim v0.10.0
27842024-10-09T21:46:18.145Z[ helios-setup] Oct 09 21:46:16.745 INFO E| Compiling spin v0.5.2
27852024-10-09T21:46:19.117Z[ helios-setup] Oct 09 21:46:17.699 INFO E| Compiling base64 v0.13.1
27862024-10-09T21:46:21.119Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
27872024-10-09T21:46:21.220Z[ helios-setup] Oct 09 21:46:19.824 INFO E| Compiling unsafe-libyaml v0.2.8
27882024-10-09T21:46:21.711Z[ helios-setup] Oct 09 21:46:20.314 INFO E| Compiling byteorder v1.4.3
27892024-10-09T21:46:21.848Z[ helios-setup] Oct 09 21:46:20.451 INFO E| Compiling clap_lex v0.4.1
27902024-10-09T21:46:22.048Z[ host-package] Compiling parking_lot_core v0.8.6
27912024-10-09T21:46:22.890Z[ helios-setup] Oct 09 21:46:21.494 INFO E| Compiling ipnet v2.7.2
27922024-10-09T21:46:23.099Z[ host-package] Compiling cfg_aliases v0.1.1
27932024-10-09T21:46:23.241Z[ helios-setup] Oct 09 21:46:21.845 INFO E| Compiling untrusted v0.7.1
27942024-10-09T21:46:23.474Z[ helios-setup] Oct 09 21:46:22.077 INFO E| Compiling project-root v0.2.2
27952024-10-09T21:46:23.834Z[ host-package] Compiling nix v0.28.0
27962024-10-09T21:46:23.985Z[ helios-setup] Oct 09 21:46:22.588 INFO E| Compiling mime v0.3.17
27972024-10-09T21:46:24.065Z[ helios-setup] Oct 09 21:46:22.668 INFO E| Compiling either v1.8.0
27982024-10-09T21:46:24.715Z[ helios-setup] Oct 09 21:46:23.318 INFO E| Compiling utf-8 v0.7.6
27992024-10-09T21:46:25.286Z[ helios-setup] Oct 09 21:46:23.890 INFO E| Compiling tungstenite v0.18.0
28002024-10-09T21:46:25.712Z[ helios-setup] Oct 09 21:46:24.315 INFO E| Compiling reqwest v0.11.16
28012024-10-09T21:46:26.132Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28022024-10-09T21:46:26.367Z[ helios-setup] Oct 09 21:46:24.970 INFO E| Compiling rayon v1.6.1
28032024-10-09T21:46:27.733Z[ helios-setup] Oct 09 21:46:26.336 INFO E| Compiling serde_yaml v0.9.21
28042024-10-09T21:46:29.210Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28052024-10-09T21:46:32.057Z[ host-package] Compiling oso v0.27.3
28062024-10-09T21:46:32.817Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28072024-10-09T21:46:33.916Z[ host-package] Compiling bb8 v0.8.5
28082024-10-09T21:46:35.248Z[ helios-setup] Oct 09 21:46:33.850 INFO E| Compiling clap_builder v4.2.1
28092024-10-09T21:46:35.474Z[ host-package] Compiling const_format_proc_macros v0.2.33
28102024-10-09T21:46:35.733Z[ helios-setup] Oct 09 21:46:34.335 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28112024-10-09T21:46:37.020Z[ helios-setup] Oct 09 21:46:35.622 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28122024-10-09T21:46:37.295Z[ helios-setup] Oct 09 21:46:35.897 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28132024-10-09T21:46:39.490Z[ host-package] Compiling vte_generate_state_changes v0.1.1
28142024-10-09T21:46:40.019Z[ host-package] Compiling const_format v0.2.33
28152024-10-09T21:46:41.019Z[ host-package] Compiling vte v0.11.1
28162024-10-09T21:46:41.130Z[ helios-setup] Oct 09 21:46:39.732 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28172024-10-09T21:46:41.937Z[ helios-setup] Oct 09 21:46:40.538 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28182024-10-09T21:46:42.379Z[ helios-setup] Oct 09 21:46:40.980 INFO E| Compiling clap_derive v4.2.0
28192024-10-09T21:46:42.689Z[ host-package] Compiling async-bb8-diesel v0.2.1
28202024-10-09T21:46:46.129Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48)
28212024-10-09T21:46:46.507Z[ helios-setup] Oct 09 21:46:45.108 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28222024-10-09T21:46:46.533Z[ host-package] Compiling fd-lock v4.0.2
28232024-10-09T21:46:47.150Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28242024-10-09T21:46:48.981Z[ host-package] Compiling atty v0.2.14
28252024-10-09T21:46:49.441Z[ host-package] Compiling bytecount v0.6.8
28262024-10-09T21:46:50.265Z[ host-package] Compiling salty v0.3.0
28272024-10-09T21:46:51.270Z[ host-package] Compiling papergrid v0.11.0
28282024-10-09T21:46:52.581Z[ helios-setup] Oct 09 21:46:51.180 INFO E| Compiling clap v4.2.1
28292024-10-09T21:46:52.841Z[ helios-setup] Oct 09 21:46:51.441 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28302024-10-09T21:47:03.572Z[ helios-setup] Oct 09 21:47:02.171 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28312024-10-09T21:47:06.919Z[ helios-setup] Oct 09 21:47:05.518 INFO E| Compiling tokio-tungstenite v0.18.0
28322024-10-09T21:47:08.211Z[ helios-setup] Oct 09 21:47:06.810 INFO E| Compiling smartstring v1.0.1
28332024-10-09T21:47:09.668Z[ helios-setup] Oct 09 21:47:08.267 INFO E| Compiling rustls v0.21.0
28342024-10-09T21:47:11.603Z[ helios-setup] Oct 09 21:47:10.201 INFO E| Compiling rustls-webpki v0.100.1
28352024-10-09T21:47:15.444Z[ host-package] Compiling parking_lot v0.11.2
28362024-10-09T21:47:15.522Z[ helios-setup] Oct 09 21:47:14.119 INFO E| Compiling sct v0.7.0
28372024-10-09T21:47:16.410Z[ helios-setup] Oct 09 21:47:15.005 INFO E| Compiling serde_spanned v0.6.1
28382024-10-09T21:47:17.158Z[ helios-setup] Oct 09 21:47:15.756 INFO E| Compiling toml_datetime v0.6.1
28392024-10-09T21:47:18.614Z[ helios-setup] Oct 09 21:47:17.212 INFO E| Compiling winnow v0.4.1
28402024-10-09T21:47:20.936Z[ helios-setup] Oct 09 21:47:19.533 INFO E| Compiling paste v1.0.12
28412024-10-09T21:47:22.516Z[ helios-setup] Oct 09 21:47:21.113 INFO E| Compiling slog-async v2.7.0
28422024-10-09T21:47:23.923Z[ helios-setup] Oct 09 21:47:22.520 INFO E| Compiling static_assertions v1.1.0
28432024-10-09T21:47:24.146Z[ helios-setup] Oct 09 21:47:22.742 INFO E| Compiling camino v1.1.4
28442024-10-09T21:47:25.847Z[ helios-setup] Oct 09 21:47:24.444 INFO E| Compiling async-trait v0.1.68
28452024-10-09T21:47:26.176Z[ helios-setup] Oct 09 21:47:24.771 INFO E| Compiling match_cfg v0.1.0
28462024-10-09T21:47:26.552Z[ helios-setup] Oct 09 21:47:25.148 INFO E| Compiling hostname v0.3.1
28472024-10-09T21:47:27.130Z[ helios-setup] Oct 09 21:47:25.726 INFO E| Compiling toml_edit v0.19.8
28482024-10-09T21:47:28.591Z[ helios-setup] Oct 09 21:47:27.187 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28492024-10-09T21:47:30.939Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28502024-10-09T21:47:33.063Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28512024-10-09T21:47:35.225Z[ helios-setup] Oct 09 21:47:33.820 INFO E| Compiling slog-json v2.6.1
28522024-10-09T21:47:36.452Z[ helios-setup] Oct 09 21:47:35.047 INFO E| Compiling unicode-linebreak v0.1.4
28532024-10-09T21:47:39.194Z[ helios-setup] Oct 09 21:47:37.789 INFO E| Compiling async-stream-impl v0.3.5
28542024-10-09T21:47:39.696Z[ helios-setup] Oct 09 21:47:38.291 INFO E| Compiling rhai_codegen v1.5.0
28552024-10-09T21:47:41.389Z[ helios-setup] Oct 09 21:47:39.984 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28562024-10-09T21:47:42.288Z[ helios-setup] Oct 09 21:47:40.883 INFO E| Compiling take_mut v0.2.2
28572024-10-09T21:47:42.705Z[ helios-setup] Oct 09 21:47:41.300 INFO E| Compiling async-stream v0.3.5
28582024-10-09T21:47:43.739Z[ helios-setup] Oct 09 21:47:42.334 INFO E| Compiling tokio-rustls v0.24.0
28592024-10-09T21:47:44.832Z[ helios-setup] Oct 09 21:47:43.426 INFO E| Compiling slog-bunyan v2.4.0
28602024-10-09T21:47:44.963Z[ helios-setup] Oct 09 21:47:43.558 INFO E| Compiling toml v0.7.3
28612024-10-09T21:47:45.055Z[ helios-setup] Oct 09 21:47:43.649 INFO E| Compiling rhai v1.14.0
28622024-10-09T21:47:46.423Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28632024-10-09T21:47:50.968Z[ helios-setup] Oct 09 21:47:49.562 INFO E| Compiling rustls-pemfile v1.0.2
28642024-10-09T21:47:52.623Z[ helios-setup] Oct 09 21:47:51.092 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28652024-10-09T21:47:53.496Z[ helios-setup] Oct 09 21:47:52.089 INFO E| Compiling serde_path_to_error v0.1.11
28662024-10-09T21:47:53.607Z[ host-package] Compiling tabled_derive v0.7.0
28672024-10-09T21:47:54.091Z[ helios-setup] Oct 09 21:47:52.684 INFO E| Compiling bincode v1.3.3
28682024-10-09T21:47:55.121Z[ host-package] Compiling crossterm v0.27.0
28692024-10-09T21:47:56.285Z[ helios-setup] Oct 09 21:47:54.878 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28702024-10-09T21:47:56.507Z[ helios-setup] Oct 09 21:47:55.100 INFO E| Compiling terminal_size v0.2.6
28712024-10-09T21:47:57.021Z[ helios-setup] Oct 09 21:47:55.613 INFO E| Compiling smawk v0.3.1
28722024-10-09T21:47:57.681Z[ helios-setup] Oct 09 21:47:56.274 INFO E| Compiling textwrap v0.16.0
28732024-10-09T21:47:58.240Z[ host-package] Compiling peg-macros v0.8.4
28742024-10-09T21:48:04.730Z[ host-package] Compiling sqlparser_derive v0.2.2
28752024-10-09T21:48:05.687Z[ host-package] Compiling unicode_categories v0.1.1
28762024-10-09T21:48:06.433Z[ host-package] Compiling nu-ansi-term v0.50.0
28772024-10-09T21:48:07.221Z[ host-package] Compiling sqlparser v0.45.0
28782024-10-09T21:48:07.418Z[ host-package] Compiling reedline v0.33.0
28792024-10-09T21:48:08.928Z[ host-package] Compiling sqlformat v0.2.6
28802024-10-09T21:48:09.305Z[ host-package] Compiling rustyline v14.0.0
28812024-10-09T21:48:14.462Z[ host-package] Compiling peg v0.8.4
28822024-10-09T21:48:15.063Z[ host-package] Compiling tabled v0.15.0
28832024-10-09T21:48:19.745Z[ host-package] Compiling sled v0.34.7
28842024-10-09T21:48:24.276Z[ helios-setup] Oct 09 21:48:22.865 INFO E| Compiling git2 v0.16.1
28852024-10-09T21:48:28.609Z[ host-package] Compiling mime_guess v2.0.4
28862024-10-09T21:48:29.826Z[ helios-setup] Oct 09 21:48:28.415 INFO E| Compiling built v0.6.0
28872024-10-09T21:48:30.647Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28882024-10-09T21:48:32.056Z[ host-package] Compiling hickory-client v0.24.1
28892024-10-09T21:48:32.976Z[ helios-setup] Oct 09 21:48:31.565 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28902024-10-09T21:48:33.555Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28912024-10-09T21:48:34.604Z[ helios-setup] Oct 09 21:48:33.192 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28922024-10-09T21:48:35.317Z[ helios-setup] Oct 09 21:48:33.905 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28932024-10-09T21:48:38.968Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28942024-10-09T21:48:41.577Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28952024-10-09T21:48:41.893Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28962024-10-09T21:48:42.412Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28972024-10-09T21:48:45.110Z[ host-package] Compiling hickory-server v0.24.1
28982024-10-09T21:48:45.290Z[ host-package] Compiling primeorder v0.13.6
28992024-10-09T21:48:46.160Z[ host-package] Compiling bcs v0.1.6
29002024-10-09T21:48:47.952Z[ host-package] Compiling vergen v8.3.2
29012024-10-09T21:48:48.663Z[ host-package] Compiling env_filter v0.1.2
29022024-10-09T21:48:51.506Z[ host-package] Compiling cargo-platform v0.1.8
29032024-10-09T21:48:52.883Z[ host-package] Compiling nanorand v0.7.0
29042024-10-09T21:48:53.259Z[ host-package] Compiling memoffset v0.9.1
29052024-10-09T21:48:53.686Z[ host-package] Compiling flume v0.11.0
29062024-10-09T21:48:53.876Z[ host-package] Compiling cargo_metadata v0.18.1
29072024-10-09T21:48:54.530Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29082024-10-09T21:48:55.383Z[ host-package] Compiling env_logger v0.11.5
29092024-10-09T21:48:55.608Z[ helios-setup] Oct 09 21:48:54.194 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
29102024-10-09T21:48:57.191Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29112024-10-09T21:48:57.856Z[ host-package] Compiling p384 v0.13.0
29122024-10-09T21:48:57.898Z[ helios-setup] Oct 09 21:48:56.478 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
29132024-10-09T21:49:02.714Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29142024-10-09T21:49:08.109Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29152024-10-09T21:49:11.049Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29162024-10-09T21:49:13.505Z[ host-package] Compiling git2 v0.19.0
29172024-10-09T21:49:20.586Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29182024-10-09T21:49:29.483Z[ host-package] Compiling libsqlite3-sys v0.30.1
29192024-10-09T21:49:30.813Z[ host-package] Compiling lzma-sys v0.1.20
29202024-10-09T21:49:30.854Z[ host-package] Compiling cfg_aliases v0.2.1
29212024-10-09T21:49:31.183Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29222024-10-09T21:49:32.121Z[ host-package] Compiling rustls v0.21.12
29232024-10-09T21:49:33.122Z[ host-package] Compiling nix v0.29.0
29242024-10-09T21:49:35.150Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29252024-10-09T21:49:37.088Z[ host-package] Compiling clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client)
29262024-10-09T21:49:38.680Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29272024-10-09T21:49:41.846Z[ helios-setup] Oct 09 21:49:40.427 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29282024-10-09T21:49:42.884Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29292024-10-09T21:49:43.732Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29302024-10-09T21:49:44.181Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29312024-10-09T21:49:47.030Z[ host-package] Compiling sct v0.7.1
29322024-10-09T21:49:47.816Z[ host-package] Compiling rustls-webpki v0.101.7
29332024-10-09T21:49:48.658Z[ host-package] Compiling heck v0.3.3
29342024-10-09T21:49:49.104Z[ host-package] Compiling castaway v0.2.3
29352024-10-09T21:49:49.323Z[ host-package] Compiling rand_seeder v0.3.0
29362024-10-09T21:49:49.784Z[ host-package] Compiling csv-core v0.1.11
29372024-10-09T21:49:50.802Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29382024-10-09T21:49:51.161Z[ host-package] Compiling http-range v0.1.5
29392024-10-09T21:49:52.103Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29402024-10-09T21:49:52.622Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29412024-10-09T21:49:54.066Z[ host-package] Compiling hyper-staticfile v0.10.1
29422024-10-09T21:49:55.326Z[ host-package] Compiling csv v1.3.0
29432024-10-09T21:49:57.029Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29442024-10-09T21:49:57.376Z[ host-package] Compiling compact_str v0.8.0
29452024-10-09T21:49:57.742Z[ host-package] Compiling zone_cfg_derive v0.1.2
29462024-10-09T21:50:00.102Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29472024-10-09T21:50:00.453Z[ host-package] Compiling nix v0.27.1
29482024-10-09T21:50:01.157Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29492024-10-09T21:50:05.674Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29502024-10-09T21:50:10.511Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29512024-10-09T21:50:16.109Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29522024-10-09T21:50:19.980Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29532024-10-09T21:50:20.827Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29542024-10-09T21:50:21.719Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29552024-10-09T21:50:22.467Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29562024-10-09T21:50:23.634Z[ host-package] Compiling unicode-truncate v1.0.0
29572024-10-09T21:50:24.358Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29582024-10-09T21:50:24.892Z[ host-package] Compiling lru v0.12.3
29592024-10-09T21:50:25.725Z[ host-package] Compiling hashlink v0.9.1
29602024-10-09T21:50:25.778Z[ host-package] Compiling instability v0.3.2
29612024-10-09T21:50:27.549Z[ host-package] Compiling cassowary v0.3.0
29622024-10-09T21:50:28.242Z[ host-package] Compiling base64 v0.13.1
29632024-10-09T21:50:30.025Z[ host-package] Compiling fallible-iterator v0.3.0
29642024-10-09T21:50:31.964Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29652024-10-09T21:50:32.872Z[ host-package] Compiling rusqlite v0.32.1
29662024-10-09T21:50:32.921Z[ host-package] Compiling ron v0.7.1
29672024-10-09T21:50:34.898Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29682024-10-09T21:50:38.420Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29692024-10-09T21:50:41.908Z[ host-package] Compiling ratatui v0.28.0
29702024-10-09T21:50:42.777Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29712024-10-09T21:50:43.193Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29722024-10-09T21:50:43.539Z[ host-package] Compiling xz2 v0.1.7
29732024-10-09T21:50:45.521Z[ host-package] Compiling tokio-rustls v0.24.1
29742024-10-09T21:50:46.839Z[ helios-setup] Oct 09 21:50:45.413 INFO E| Finished `release` profile [optimized] target(s) in 6m 53s
29752024-10-09T21:50:46.962Z[ helios-setup] Oct 09 21:50:45.536 INFO building project "pilot" ok (413 seconds)
29762024-10-09T21:50:46.962Z[ helios-setup] Oct 09 21:50:45.536 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29772024-10-09T21:50:46.965Z[ helios-setup] Oct 09 21:50:45.536 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29782024-10-09T21:50:46.973Z[ helios-setup] Oct 09 21:50:45.547 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29792024-10-09T21:50:47.191Z[ helios-setup] Oct 09 21:50:45.764 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29802024-10-09T21:50:47.193Z[ helios-setup] Oct 09 21:50:45.765 INFO E| info: downloading component 'cargo'
29812024-10-09T21:50:48.138Z[ host-package] Compiling zone v0.1.8
29822024-10-09T21:50:48.252Z[ helios-setup] Oct 09 21:50:46.825 INFO E| info: downloading component 'clippy'
29832024-10-09T21:50:48.528Z[ helios-setup] Oct 09 21:50:47.101 INFO E| info: downloading component 'rust-docs'
29842024-10-09T21:50:49.661Z[ helios-setup] Oct 09 21:50:48.234 INFO E| info: downloading component 'rust-src'
29852024-10-09T21:50:50.161Z[ helios-setup] Oct 09 21:50:48.735 INFO E| info: downloading component 'rust-std'
29862024-10-09T21:50:51.732Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29872024-10-09T21:50:52.714Z[ helios-setup] Oct 09 21:50:51.287 INFO E| info: downloading component 'rustc'
29882024-10-09T21:50:57.549Z[ helios-setup] Oct 09 21:50:56.121 INFO E| info: downloading component 'rustfmt'
29892024-10-09T21:50:58.249Z[ helios-setup] Oct 09 21:50:56.821 INFO E| info: installing component 'cargo'
29902024-10-09T21:50:59.837Z[ helios-setup] Oct 09 21:50:58.409 INFO E| info: installing component 'clippy'
29912024-10-09T21:51:00.282Z[ helios-setup] Oct 09 21:50:58.854 INFO E| info: installing component 'rust-docs'
29922024-10-09T21:51:02.574Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29932024-10-09T21:51:04.798Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29942024-10-09T21:51:05.938Z[ helios-setup] Oct 09 21:51:04.508 INFO E| info: installing component 'rust-src'
29952024-10-09T21:51:06.663Z[ helios-setup] Oct 09 21:51:05.234 INFO E| info: installing component 'rust-std'
29962024-10-09T21:51:09.085Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29972024-10-09T21:51:09.442Z[ helios-setup] Oct 09 21:51:08.012 INFO E| info: installing component 'rustc'
29982024-10-09T21:51:09.723Z[ host-package] Compiling rustls-pemfile v1.0.4
29992024-10-09T21:51:10.800Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30002024-10-09T21:51:11.203Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30012024-10-09T21:51:12.505Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30022024-10-09T21:51:12.763Z[ host-package] Compiling signal-hook-tokio v0.3.1
30032024-10-09T21:51:13.034Z[ host-package] Compiling twox-hash v1.6.3
30042024-10-09T21:51:13.252Z[ host-package] Compiling yasna v0.5.2
30052024-10-09T21:51:14.097Z[ host-package] Compiling is_ci v1.2.0
30062024-10-09T21:51:14.612Z[ host-package] Compiling smawk v0.3.2
30072024-10-09T21:51:14.928Z[ host-package] Compiling unicode-linebreak v0.1.5
30082024-10-09T21:51:15.922Z[ host-package] Compiling textwrap v0.16.1
30092024-10-09T21:51:15.948Z[ helios-setup] Oct 09 21:51:14.518 INFO E| info: installing component 'rustfmt'
30102024-10-09T21:51:17.142Z[ helios-setup] Oct 09 21:51:15.712 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30112024-10-09T21:51:17.212Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
30122024-10-09T21:51:17.288Z[ host-package] Compiling rcgen v0.12.1
30132024-10-09T21:51:18.049Z[ helios-setup] Oct 09 21:51:16.619 INFO E| From https://github.com/oxidecomputer/amd-apcb
30142024-10-09T21:51:18.049Z[ helios-setup] Oct 09 21:51:16.619 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
30152024-10-09T21:51:18.052Z[ helios-setup] Oct 09 21:51:16.619 INFO E| * [new tag] v0.4.1 -> v0.4.1
30162024-10-09T21:51:18.080Z[ helios-setup] Oct 09 21:51:16.650 INFO E| * [new tag] v0.1.3 -> v0.1.3
30172024-10-09T21:51:18.080Z[ helios-setup] Oct 09 21:51:16.650 INFO E| * [new tag] v0.1.4 -> v0.1.4
30182024-10-09T21:51:18.082Z[ helios-setup] Oct 09 21:51:16.650 INFO E| * [new tag] v0.1.5 -> v0.1.5
30192024-10-09T21:51:18.082Z[ helios-setup] Oct 09 21:51:16.650 INFO E| * [new tag] v0.2.0 -> v0.2.0
30202024-10-09T21:51:18.082Z[ helios-setup] Oct 09 21:51:16.650 INFO E| * [new tag] v0.3.0 -> v0.3.0
30212024-10-09T21:51:18.082Z[ helios-setup] Oct 09 21:51:16.650 INFO E| * [new tag] v0.3.1 -> v0.3.1
30222024-10-09T21:51:18.082Z[ helios-setup] Oct 09 21:51:16.650 INFO E| * [new tag] v0.3.2 -> v0.3.2
30232024-10-09T21:51:18.082Z[ helios-setup] Oct 09 21:51:16.651 INFO E| * [new tag] v0.3.3 -> v0.3.3
30242024-10-09T21:51:18.082Z[ helios-setup] Oct 09 21:51:16.651 INFO E| * [new tag] v0.4.0 -> v0.4.0
30252024-10-09T21:51:18.122Z[ helios-setup] Oct 09 21:51:16.692 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
30262024-10-09T21:51:19.124Z[ helios-setup] Oct 09 21:51:17.694 INFO E| From https://github.com/oxidecomputer/amd-efs
30272024-10-09T21:51:19.124Z[ helios-setup] Oct 09 21:51:17.694 INFO E| * [new branch] empty -> origin/empty
30282024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.694 INFO E| * [new branch] issue-117 -> origin/issue-117
30292024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.694 INFO E| * [new branch] issue-99 -> origin/issue-99
30302024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.694 INFO E| * [new branch] main -> origin/main
30312024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.694 INFO E| * [new branch] review -> origin/review
30322024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.695 INFO E| * [new ref] -> origin/HEAD
30332024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.695 INFO E| * [new tag] v0.2.0 -> v0.2.0
30342024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.695 INFO E| * [new tag] v0.2.1 -> v0.2.1
30352024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.695 INFO E| * [new tag] v0.2.2 -> v0.2.2
30362024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.695 INFO E| * [new tag] v0.2.3 -> v0.2.3
30372024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.695 INFO E| * [new tag] v0.2.4 -> v0.2.4
30382024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.695 INFO E| * [new tag] v0.2.5 -> v0.2.5
30392024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.696 INFO E| * [new tag] v0.2.6 -> v0.2.6
30402024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.696 INFO E| * [new tag] v0.2.7 -> v0.2.7
30412024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.696 INFO E| * [new tag] v0.3.0 -> v0.3.0
30422024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.696 INFO E| * [new tag] v0.3.1 -> v0.3.1
30432024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.696 INFO E| * [new tag] v0.4.0 -> v0.4.0
30442024-10-09T21:51:19.127Z[ helios-setup] Oct 09 21:51:17.696 INFO E| * [new tag] v0.4.1 -> v0.4.1
30452024-10-09T21:51:19.151Z[ helios-setup] Oct 09 21:51:17.721 INFO E| Updating crates.io index
30462024-10-09T21:51:19.294Z[ helios-setup] Oct 09 21:51:17.863 INFO E| Downloading crates ...
30472024-10-09T21:51:19.429Z[ helios-setup] Oct 09 21:51:17.999 INFO E| Downloaded fletcher v0.1.0
30482024-10-09T21:51:19.435Z[ helios-setup] Oct 09 21:51:18.002 INFO E| Downloaded modular-bitfield v0.11.2
30492024-10-09T21:51:19.452Z[ helios-setup] Oct 09 21:51:18.022 INFO E| Downloaded unic-ucd-version v0.9.0
30502024-10-09T21:51:19.454Z[ helios-setup] Oct 09 21:51:18.024 INFO E| Downloaded unic-common v0.9.0
30512024-10-09T21:51:19.457Z[ helios-setup] Oct 09 21:51:18.025 INFO E| Downloaded unic-char-property v0.9.0
30522024-10-09T21:51:19.459Z[ helios-setup] Oct 09 21:51:18.027 INFO E| Downloaded strum v0.23.0
30532024-10-09T21:51:19.459Z[ helios-setup] Oct 09 21:51:18.028 INFO E| Downloaded pest_generator v2.7.13
30542024-10-09T21:51:19.462Z[ helios-setup] Oct 09 21:51:18.031 INFO E| Downloaded scroll_derive v0.10.5
30552024-10-09T21:51:19.464Z[ helios-setup] Oct 09 21:51:18.032 INFO E| Downloaded parse_int v0.6.0
30562024-10-09T21:51:19.464Z[ helios-setup] Oct 09 21:51:18.033 INFO E| Downloaded memoffset v0.5.6
30572024-10-09T21:51:19.467Z[ helios-setup] Oct 09 21:51:18.035 INFO E| Downloaded vec_map v0.8.2
30582024-10-09T21:51:19.469Z[ helios-setup] Oct 09 21:51:18.037 INFO E| Downloaded semver-parser v0.7.0
30592024-10-09T21:51:19.469Z[ helios-setup] Oct 09 21:51:18.039 INFO E| Downloaded textwrap v0.11.0
30602024-10-09T21:51:19.472Z[ helios-setup] Oct 09 21:51:18.042 INFO E| Downloaded rustc_version v0.2.3
30612024-10-09T21:51:19.474Z[ helios-setup] Oct 09 21:51:18.043 INFO E| Downloaded four-cc v0.3.0
30622024-10-09T21:51:19.480Z[ helios-setup] Oct 09 21:51:18.050 INFO E| Downloaded modular-bitfield-impl v0.11.2
30632024-10-09T21:51:19.480Z[ helios-setup] Oct 09 21:51:18.050 INFO E| Downloaded strsim v0.8.0
30642024-10-09T21:51:19.482Z[ helios-setup] Oct 09 21:51:18.050 INFO E| Downloaded semver v0.9.0
30652024-10-09T21:51:19.482Z[ helios-setup] Oct 09 21:51:18.052 INFO E| Downloaded proc-macro-crate v0.1.5
30662024-10-09T21:51:19.485Z[ helios-setup] Oct 09 21:51:18.054 INFO E| Downloaded strum_macros v0.23.1
30672024-10-09T21:51:19.487Z[ helios-setup] Oct 09 21:51:18.057 INFO E| Downloaded pre-proc-macro v0.2.1
30682024-10-09T21:51:19.490Z[ helios-setup] Oct 09 21:51:18.060 INFO E| Downloaded once_cell v1.20.1
30692024-10-09T21:51:19.495Z[ helios-setup] Oct 09 21:51:18.066 INFO E| Downloaded unic-ucd-ident v0.9.0
30702024-10-09T21:51:19.499Z[ helios-setup] Oct 09 21:51:18.068 INFO E| Downloaded unic-char-range v0.9.0
30712024-10-09T21:51:19.501Z[ helios-setup] Oct 09 21:51:18.071 INFO E| Downloaded structopt-derive v0.4.18
30722024-10-09T21:51:19.504Z[ helios-setup] Oct 09 21:51:18.073 INFO E| Downloaded scroll v0.10.2
30732024-10-09T21:51:19.507Z[ helios-setup] Oct 09 21:51:18.076 INFO E| Downloaded ucd-trie v0.1.7
30742024-10-09T21:51:19.509Z[ helios-setup] Oct 09 21:51:18.079 INFO E| Downloaded structopt v0.3.26
30752024-10-09T21:51:19.521Z[ helios-setup] Oct 09 21:51:18.091 INFO E| Downloaded pest_meta v2.7.13
30762024-10-09T21:51:19.525Z[ helios-setup] Oct 09 21:51:18.095 INFO E| Downloaded unicode-segmentation v1.12.0
30772024-10-09T21:51:19.530Z[ helios-setup] Oct 09 21:51:18.100 INFO E| Downloaded pest_derive v2.7.13
30782024-10-09T21:51:19.535Z[ helios-setup] Oct 09 21:51:18.105 INFO E| Downloaded pest v2.7.13
30792024-10-09T21:51:19.543Z[ helios-setup] Oct 09 21:51:18.113 INFO E| Downloaded portable-atomic v1.9.0
30802024-10-09T21:51:19.553Z[ helios-setup] Oct 09 21:51:18.123 INFO E| Downloaded goblin v0.4.3
30812024-10-09T21:51:19.561Z[ helios-setup] Oct 09 21:51:18.131 INFO E| Downloaded clap v2.34.0
30822024-10-09T21:51:19.570Z[ helios-setup] Oct 09 21:51:18.140 INFO E| Downloaded ansi_term v0.12.1
30832024-10-09T21:51:19.573Z[ helios-setup] Oct 09 21:51:18.143 INFO E| Downloaded pre v0.2.1
30842024-10-09T21:51:19.575Z[ helios-setup] Oct 09 21:51:18.144 INFO E| Downloaded cpufeatures v0.2.14
30852024-10-09T21:51:19.578Z[ helios-setup] Oct 09 21:51:18.146 INFO E| Downloaded bytesize v1.3.0
30862024-10-09T21:51:19.578Z[ helios-setup] Oct 09 21:51:18.147 INFO E| Downloaded cfg-if v0.1.10
30872024-10-09T21:51:19.580Z[ helios-setup] Oct 09 21:51:18.149 INFO E| Downloaded autocfg v1.4.0
30882024-10-09T21:51:19.672Z[ helios-setup] Oct 09 21:51:18.242 INFO E| Compiling proc-macro2 v1.0.86
30892024-10-09T21:51:19.675Z[ helios-setup] Oct 09 21:51:18.242 INFO E| Compiling unicode-ident v1.0.13
30902024-10-09T21:51:19.675Z[ helios-setup] Oct 09 21:51:18.243 INFO E| Compiling syn v1.0.109
30912024-10-09T21:51:19.675Z[ helios-setup] Oct 09 21:51:18.243 INFO E| Compiling version_check v0.9.5
30922024-10-09T21:51:19.675Z[ helios-setup] Oct 09 21:51:18.243 INFO E| Compiling memchr v2.7.4
30932024-10-09T21:51:19.675Z[ helios-setup] Oct 09 21:51:18.243 INFO E| Compiling thiserror v1.0.64
30942024-10-09T21:51:19.675Z[ helios-setup] Oct 09 21:51:18.243 INFO E| Compiling autocfg v1.4.0
30952024-10-09T21:51:19.675Z[ helios-setup] Oct 09 21:51:18.243 INFO E| Compiling semver-parser v0.7.0
30962024-10-09T21:51:19.781Z[ host-package] Compiling supports-color v3.0.1
30972024-10-09T21:51:20.149Z[ helios-setup] Oct 09 21:51:18.719 INFO E| Compiling serde v1.0.210
30982024-10-09T21:51:20.560Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30992024-10-09T21:51:20.939Z[ helios-setup] Oct 09 21:51:19.509 INFO E| Compiling semver v0.9.0
31002024-10-09T21:51:21.354Z[ helios-setup] Oct 09 21:51:19.924 INFO E| Compiling proc-macro-error-attr v1.0.4
31012024-10-09T21:51:21.357Z[ helios-setup] Oct 09 21:51:19.925 INFO E| Compiling proc-macro-error v1.0.4
31022024-10-09T21:51:21.650Z[ helios-setup] Oct 09 21:51:20.219 INFO E| Compiling rustc_version v0.2.3
31032024-10-09T21:51:21.882Z[ helios-setup] Oct 09 21:51:20.451 INFO E| Compiling serde_json v1.0.128
31042024-10-09T21:51:22.156Z[ helios-setup] Oct 09 21:51:20.726 INFO E| Compiling num-traits v0.2.19
31052024-10-09T21:51:22.211Z[ helios-setup] Oct 09 21:51:20.781 INFO E| Compiling ryu v1.0.18
31062024-10-09T21:51:22.248Z[ helios-setup] Oct 09 21:51:20.817 INFO E| Compiling schemars v0.8.21
31072024-10-09T21:51:22.299Z[ helios-setup] Oct 09 21:51:20.869 INFO E| Compiling unicode-segmentation v1.12.0
31082024-10-09T21:51:22.761Z[ helios-setup] Oct 09 21:51:21.331 INFO E| Compiling itoa v1.0.11
31092024-10-09T21:51:22.989Z[ helios-setup] Oct 09 21:51:21.559 INFO E| Compiling pre-proc-macro v0.2.1
31102024-10-09T21:51:23.210Z[ helios-setup] Oct 09 21:51:21.778 INFO E| Compiling memoffset v0.5.6
31112024-10-09T21:51:23.486Z[ helios-setup] Oct 09 21:51:22.050 INFO E| Compiling libc v0.2.159
31122024-10-09T21:51:23.685Z[ helios-setup] Oct 09 21:51:22.128 INFO E| Compiling ucd-trie v0.1.7
31132024-10-09T21:51:23.873Z[ helios-setup] Oct 09 21:51:22.442 INFO E| Compiling heck v0.3.3
31142024-10-09T21:51:24.054Z[ helios-setup] Oct 09 21:51:22.624 INFO E| Compiling quote v1.0.37
31152024-10-09T21:51:24.068Z[ helios-setup] Oct 09 21:51:22.635 INFO E| Compiling rustversion v1.0.17
31162024-10-09T21:51:24.128Z[ helios-setup] Oct 09 21:51:22.698 INFO E| Compiling dyn-clone v1.0.17
31172024-10-09T21:51:24.461Z[ helios-setup] Oct 09 21:51:23.030 INFO E| Compiling lazy_static v1.5.0
31182024-10-09T21:51:24.711Z[ helios-setup] Oct 09 21:51:23.280 INFO E| Compiling paste v1.0.15
31192024-10-09T21:51:24.783Z[ helios-setup] Oct 09 21:51:23.352 INFO E| Compiling syn v2.0.79
31202024-10-09T21:51:25.828Z[ helios-setup] Oct 09 21:51:24.397 INFO E| Compiling pre v0.2.1
31212024-10-09T21:51:25.849Z[ helios-setup] Oct 09 21:51:24.417 INFO E| Compiling byteorder v1.5.0
31222024-10-09T21:51:26.155Z[ helios-setup] Oct 09 21:51:24.724 INFO E| Compiling cfg-if v0.1.10
31232024-10-09T21:51:26.448Z[ helios-setup] Oct 09 21:51:25.016 INFO E| Compiling once_cell v1.20.1
31242024-10-09T21:51:26.503Z[ helios-setup] Oct 09 21:51:25.072 INFO E| Compiling static_assertions v1.1.0
31252024-10-09T21:51:27.294Z[ helios-setup] Oct 09 21:51:25.862 INFO E| Compiling unicode-width v0.1.14
31262024-10-09T21:51:28.531Z[ helios-setup] Oct 09 21:51:27.100 INFO E| Compiling textwrap v0.11.0
31272024-10-09T21:51:28.941Z[ helios-setup] Oct 09 21:51:27.510 INFO E| Compiling strum v0.23.0
31282024-10-09T21:51:29.104Z[ helios-setup] Oct 09 21:51:27.673 INFO E| Compiling fletcher v0.1.0
31292024-10-09T21:51:29.494Z[ helios-setup] Oct 09 21:51:28.063 INFO E| Compiling atty v0.2.14
31302024-10-09T21:51:29.681Z[ helios-setup] Oct 09 21:51:28.249 INFO E| Compiling parse_int v0.6.0
31312024-10-09T21:51:29.713Z[ helios-setup] Oct 09 21:51:28.281 INFO E| Compiling vec_map v0.8.2
31322024-10-09T21:51:29.871Z[ helios-setup] Oct 09 21:51:28.440 INFO E| Compiling strsim v0.8.0
31332024-10-09T21:51:29.885Z[ helios-setup] Oct 09 21:51:28.454 INFO E| Compiling unic-common v0.9.0
31342024-10-09T21:51:29.933Z[ helios-setup] Oct 09 21:51:28.501 INFO E| Compiling bitflags v1.3.2
31352024-10-09T21:51:30.033Z[ helios-setup] Oct 09 21:51:28.601 INFO E| Compiling unic-char-range v0.9.0
31362024-10-09T21:51:30.144Z[ helios-setup] Oct 09 21:51:28.713 INFO E| Compiling ansi_term v0.12.1
31372024-10-09T21:51:30.206Z[ helios-setup] Oct 09 21:51:28.773 INFO E| Compiling unic-ucd-version v0.9.0
31382024-10-09T21:51:30.287Z[ helios-setup] Oct 09 21:51:28.856 INFO E| Compiling unic-char-property v0.9.0
31392024-10-09T21:51:30.419Z[ helios-setup] Oct 09 21:51:28.987 INFO E| Compiling plain v0.2.3
31402024-10-09T21:51:30.461Z[ helios-setup] Oct 09 21:51:29.029 INFO E| Compiling log v0.4.22
31412024-10-09T21:51:30.620Z[ helios-setup] Oct 09 21:51:29.189 INFO E| Compiling unic-ucd-ident v0.9.0
31422024-10-09T21:51:30.853Z[ helios-setup] Oct 09 21:51:29.422 INFO E| Compiling clap v2.34.0
31432024-10-09T21:51:31.122Z[ helios-setup] Oct 09 21:51:29.690 INFO E| Compiling bytesize v1.3.0
31442024-10-09T21:51:33.454Z[ helios-setup] Oct 09 21:51:32.022 INFO E| Compiling serde_derive_internals v0.29.1
31452024-10-09T21:51:33.811Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31462024-10-09T21:51:34.837Z[ helios-setup] Oct 09 21:51:33.405 INFO E| Compiling toml v0.5.11
31472024-10-09T21:51:38.268Z[ helios-setup] Oct 09 21:51:36.835 INFO E| Compiling proc-macro-crate v0.1.5
31482024-10-09T21:51:38.951Z[ helios-setup] Oct 09 21:51:37.518 INFO E| Compiling thiserror-impl v1.0.64
31492024-10-09T21:51:39.125Z[ helios-setup] Oct 09 21:51:37.693 INFO E| Compiling serde_derive v1.0.210
31502024-10-09T21:51:39.166Z[ helios-setup] Oct 09 21:51:37.733 INFO E| Compiling schemars_derive v0.8.21
31512024-10-09T21:51:39.411Z[ helios-setup] Oct 09 21:51:37.979 INFO E| Compiling zerocopy-derive v0.6.6
31522024-10-09T21:51:39.605Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31532024-10-09T21:51:40.303Z[ helios-setup] Oct 09 21:51:38.846 INFO E| Compiling num-derive v0.4.2
31542024-10-09T21:51:43.304Z[ helios-setup] Oct 09 21:51:41.871 INFO E| Compiling zerocopy v0.6.6
31552024-10-09T21:51:45.008Z[ helios-setup] Oct 09 21:51:43.574 INFO E| Compiling pest v2.7.13
31562024-10-09T21:51:47.370Z[ helios-setup] Oct 09 21:51:45.937 INFO E| Compiling modular-bitfield-impl v0.11.2
31572024-10-09T21:51:47.819Z[ helios-setup] Oct 09 21:51:46.386 INFO E| Compiling strum_macros v0.23.1
31582024-10-09T21:51:48.069Z[ helios-setup] Oct 09 21:51:46.636 INFO E| Compiling scroll_derive v0.10.5
31592024-10-09T21:51:48.352Z[ helios-setup] Oct 09 21:51:46.918 INFO E| Compiling structopt-derive v0.4.18
31602024-10-09T21:51:50.372Z[ helios-setup] Oct 09 21:51:48.939 INFO E| Compiling pest_meta v2.7.13
31612024-10-09T21:51:52.087Z[ helios-setup] Oct 09 21:51:50.653 INFO E| Compiling scroll v0.10.2
31622024-10-09T21:51:53.023Z[ helios-setup] Oct 09 21:51:51.589 INFO E| Compiling goblin v0.4.3
31632024-10-09T21:51:53.035Z[ helios-setup] Oct 09 21:51:51.601 INFO E| Compiling modular-bitfield v0.11.2
31642024-10-09T21:51:53.237Z[ helios-setup] Oct 09 21:51:51.803 INFO E| Compiling pest_generator v2.7.13
31652024-10-09T21:51:54.028Z[ helios-setup] Oct 09 21:51:52.594 INFO E| Compiling structopt v0.3.26
31662024-10-09T21:51:54.989Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31672024-10-09T21:51:55.747Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31682024-10-09T21:51:57.601Z[ helios-setup] Oct 09 21:51:56.167 INFO E| Compiling pest_derive v2.7.13
31692024-10-09T21:51:57.692Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31702024-10-09T21:51:58.466Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31712024-10-09T21:52:01.829Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722024-10-09T21:52:02.276Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31732024-10-09T21:52:02.503Z[ helios-setup] Oct 09 21:52:01.068 INFO E| Compiling json5 v0.4.1
31742024-10-09T21:52:08.427Z[ helios-setup] Oct 09 21:52:06.990 INFO E| Compiling four-cc v0.3.0
31752024-10-09T21:52:08.427Z[ helios-setup] Oct 09 21:52:06.990 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
31762024-10-09T21:52:08.705Z[ helios-setup] Oct 09 21:52:07.270 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
31772024-10-09T21:52:11.269Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31782024-10-09T21:52:14.814Z[ host-package] Compiling fatfs v0.3.6
31792024-10-09T21:52:18.136Z[ host-package] Compiling rtoolbox v0.0.2
31802024-10-09T21:52:18.710Z[ host-package] Compiling subprocess v0.2.9
31812024-10-09T21:52:22.328Z[ host-package] Compiling assert_matches v1.5.0
31822024-10-09T21:52:22.489Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31832024-10-09T21:52:24.017Z[ host-package] Compiling rpassword v7.3.1
31842024-10-09T21:52:24.603Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31852024-10-09T21:52:29.636Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31862024-10-09T21:52:31.503Z[ host-package] Compiling tui-tree-widget v0.22.0
31872024-10-09T21:52:32.076Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31882024-10-09T21:52:37.460Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31892024-10-09T21:52:50.904Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31902024-10-09T21:52:51.324Z[ host-package] Compiling uzers v0.11.3
31912024-10-09T21:52:51.746Z[ helios-setup] Oct 09 21:52:50.304 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31922024-10-09T21:52:52.100Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31932024-10-09T21:52:54.534Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31942024-10-09T21:52:56.488Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31952024-10-09T21:53:08.549Z[ helios-setup] Oct 09 21:53:07.106 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31962024-10-09T21:53:26.836Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31972024-10-09T21:53:39.134Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31982024-10-09T21:53:39.498Z[ host-package] Compiling multimap v0.10.0
31992024-10-09T21:54:03.854Z[ helios-setup] Oct 09 21:54:02.405 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 46s
32002024-10-09T21:54:03.891Z[ helios-setup] Oct 09 21:54:02.442 INFO building project "amd-host-image-builder" ok (196 seconds)
32012024-10-09T21:54:03.894Z[ helios-setup] Oct 09 21:54:02.443 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32022024-10-09T21:54:03.894Z[ helios-setup] Oct 09 21:54:02.443 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32032024-10-09T21:54:04.240Z[ helios-setup] Oct 09 21:54:02.791 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32042024-10-09T21:54:05.159Z[ helios-setup] Oct 09 21:54:03.710 INFO E| From https://github.com/jclulow/rust-jmclib
32052024-10-09T21:54:05.161Z[ helios-setup] Oct 09 21:54:03.710 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32062024-10-09T21:54:05.183Z[ helios-setup] Oct 09 21:54:03.734 INFO E| Updating crates.io index
32072024-10-09T21:54:05.311Z[ helios-setup] Oct 09 21:54:03.861 INFO E| Downloading crates ...
32082024-10-09T21:54:05.465Z[ helios-setup] Oct 09 21:54:04.016 INFO E| Downloaded libdevinfo-sys v1.0.0
32092024-10-09T21:54:05.469Z[ helios-setup] Oct 09 21:54:04.018 INFO E| Downloaded getrandom v0.2.10
32102024-10-09T21:54:05.472Z[ helios-setup] Oct 09 21:54:04.023 INFO E| Downloaded digest v0.9.0
32112024-10-09T21:54:05.474Z[ helios-setup] Oct 09 21:54:04.025 INFO E| Downloaded bitflags v2.3.3
32122024-10-09T21:54:05.478Z[ helios-setup] Oct 09 21:54:04.029 INFO E| Downloaded cpufeatures v0.2.9
32132024-10-09T21:54:05.481Z[ helios-setup] Oct 09 21:54:04.032 INFO E| Downloaded sha-1 v0.9.8
32142024-10-09T21:54:05.484Z[ helios-setup] Oct 09 21:54:04.035 INFO E| Downloaded md-5 v0.9.1
32152024-10-09T21:54:05.487Z[ helios-setup] Oct 09 21:54:04.038 INFO E| Downloaded unicode-ident v1.0.11
32162024-10-09T21:54:05.492Z[ helios-setup] Oct 09 21:54:04.043 INFO E| Downloaded once_cell v1.18.0
32172024-10-09T21:54:05.496Z[ helios-setup] Oct 09 21:54:04.047 INFO E| Downloaded uuid v0.8.2
32182024-10-09T21:54:05.502Z[ helios-setup] Oct 09 21:54:04.053 INFO E| Downloaded serde_derive v1.0.193
32192024-10-09T21:54:05.506Z[ helios-setup] Oct 09 21:54:04.058 INFO E| Downloaded proc-macro2 v1.0.66
32202024-10-09T21:54:05.511Z[ helios-setup] Oct 09 21:54:04.062 INFO E| Downloaded serde v1.0.193
32212024-10-09T21:54:05.517Z[ helios-setup] Oct 09 21:54:04.068 INFO E| Downloaded anyhow v1.0.72
32222024-10-09T21:54:05.524Z[ helios-setup] Oct 09 21:54:04.075 INFO E| Downloaded tempfile v3.7.0
32232024-10-09T21:54:05.528Z[ helios-setup] Oct 09 21:54:04.079 INFO E| Downloaded serde_json v1.0.103
32242024-10-09T21:54:05.541Z[ helios-setup] Oct 09 21:54:04.092 INFO E| Downloaded quote v1.0.31
32252024-10-09T21:54:05.545Z[ helios-setup] Oct 09 21:54:04.096 INFO E| Downloaded syn v2.0.32
32262024-10-09T21:54:05.567Z[ helios-setup] Oct 09 21:54:04.118 INFO E| Downloaded fastrand v2.0.0
32272024-10-09T21:54:05.570Z[ helios-setup] Oct 09 21:54:04.120 INFO E| Downloaded rustix v0.38.4
32282024-10-09T21:54:05.604Z[ helios-setup] Oct 09 21:54:04.155 INFO E| Downloaded block-buffer v0.9.0
32292024-10-09T21:54:05.607Z[ helios-setup] Oct 09 21:54:04.156 INFO E| Downloaded libc v0.2.147
32302024-10-09T21:54:05.861Z[ helios-setup] Oct 09 21:54:04.412 INFO E| Compiling libc v0.2.147
32312024-10-09T21:54:05.864Z[ helios-setup] Oct 09 21:54:04.412 INFO E| Compiling proc-macro2 v1.0.66
32322024-10-09T21:54:05.864Z[ helios-setup] Oct 09 21:54:04.412 INFO E| Compiling unicode-ident v1.0.11
32332024-10-09T21:54:05.864Z[ helios-setup] Oct 09 21:54:04.412 INFO E| Compiling cfg-if v1.0.0
32342024-10-09T21:54:05.864Z[ helios-setup] Oct 09 21:54:04.412 INFO E| Compiling version_check v0.9.4
32352024-10-09T21:54:05.864Z[ helios-setup] Oct 09 21:54:04.413 INFO E| Compiling typenum v1.16.0
32362024-10-09T21:54:05.864Z[ helios-setup] Oct 09 21:54:04.413 INFO E| Compiling serde v1.0.193
32372024-10-09T21:54:05.864Z[ helios-setup] Oct 09 21:54:04.413 INFO E| Compiling num-conv v0.1.0
32382024-10-09T21:54:06.402Z[ helios-setup] Oct 09 21:54:04.941 INFO E| Compiling slog v2.7.0
32392024-10-09T21:54:06.540Z[ helios-setup] Oct 09 21:54:05.090 INFO E| Compiling powerfmt v0.2.0
32402024-10-09T21:54:06.934Z[ helios-setup] Oct 09 21:54:05.485 INFO E| Compiling time-core v0.1.2
32412024-10-09T21:54:07.203Z[ helios-setup] Oct 09 21:54:05.753 INFO E| Compiling itoa v1.0.9
32422024-10-09T21:54:07.213Z[ helios-setup] Oct 09 21:54:05.764 INFO E| Compiling rustix v0.38.4
32432024-10-09T21:54:07.346Z[ helios-setup] Oct 09 21:54:05.897 INFO E| Compiling time-macros v0.2.18
32442024-10-09T21:54:07.560Z[ helios-setup] Oct 09 21:54:06.111 INFO E| Compiling generic-array v0.14.7
32452024-10-09T21:54:07.661Z[ helios-setup] Oct 09 21:54:06.211 INFO E| Compiling deranged v0.3.11
32462024-10-09T21:54:07.849Z[ helios-setup] Oct 09 21:54:06.400 INFO E| Compiling num_threads v0.1.6
32472024-10-09T21:54:08.115Z[ helios-setup] Oct 09 21:54:06.665 INFO E| Compiling once_cell v1.18.0
32482024-10-09T21:54:08.626Z[ helios-setup] Oct 09 21:54:07.176 INFO E| Compiling bitflags v2.3.3
32492024-10-09T21:54:08.774Z[ helios-setup] Oct 09 21:54:07.324 INFO E| Compiling quote v1.0.31
32502024-10-09T21:54:09.284Z[ helios-setup] Oct 09 21:54:07.834 INFO E| Compiling thread_local v1.1.7
32512024-10-09T21:54:09.602Z[ helios-setup] Oct 09 21:54:08.152 INFO E| Compiling syn v2.0.32
32522024-10-09T21:54:10.190Z[ helios-setup] Oct 09 21:54:08.740 INFO E| Compiling opaque-debug v0.3.0
32532024-10-09T21:54:10.292Z[ helios-setup] Oct 09 21:54:08.842 INFO E| Compiling dirs-sys-next v0.1.2
32542024-10-09T21:54:10.695Z[ helios-setup] Oct 09 21:54:09.231 INFO E| Compiling errno v0.3.1
32552024-10-09T21:54:11.165Z[ helios-setup] Oct 09 21:54:09.715 INFO E| Compiling dirs-next v2.0.0
32562024-10-09T21:54:11.651Z[ helios-setup] Oct 09 21:54:10.201 INFO E| Compiling term v0.7.0
32572024-10-09T21:54:11.673Z[ helios-setup] Oct 09 21:54:10.223 INFO E| Compiling atty v0.2.14
32582024-10-09T21:54:11.822Z[ helios-setup] Oct 09 21:54:10.372 INFO E| Compiling fastrand v2.0.0
32592024-10-09T21:54:11.899Z[ helios-setup] Oct 09 21:54:10.449 INFO E| Compiling serde_json v1.0.103
32602024-10-09T21:54:12.088Z[ helios-setup] Oct 09 21:54:10.638 INFO E| Compiling anyhow v1.0.72
32612024-10-09T21:54:12.923Z[ helios-setup] Oct 09 21:54:11.473 INFO E| Compiling getrandom v0.2.10
32622024-10-09T21:54:13.072Z[ helios-setup] Oct 09 21:54:11.622 INFO E| Compiling digest v0.9.0
32632024-10-09T21:54:13.096Z[ helios-setup] Oct 09 21:54:11.646 INFO E| Compiling time v0.3.36
32642024-10-09T21:54:13.386Z[ helios-setup] Oct 09 21:54:11.936 INFO E| Compiling block-buffer v0.9.0
32652024-10-09T21:54:13.772Z[ helios-setup] Oct 09 21:54:12.322 INFO E| Compiling cpufeatures v0.2.9
32662024-10-09T21:54:13.801Z[ helios-setup] Oct 09 21:54:12.351 INFO E| Compiling same-file v1.0.6
32672024-10-09T21:54:13.805Z[ helios-setup] Oct 09 21:54:12.356 INFO E| Compiling unicode-width v0.1.10
32682024-10-09T21:54:13.896Z[ helios-setup] Oct 09 21:54:12.446 INFO E| Compiling ryu v1.0.15
32692024-10-09T21:54:14.145Z[ helios-setup] Oct 09 21:54:12.695 INFO E| Compiling walkdir v2.3.3
32702024-10-09T21:54:14.408Z[ helios-setup] Oct 09 21:54:12.957 INFO E| Compiling tempfile v3.7.0
32712024-10-09T21:54:14.780Z[ helios-setup] Oct 09 21:54:13.330 INFO E| Compiling getopts v0.2.21
32722024-10-09T21:54:15.120Z[ helios-setup] Oct 09 21:54:13.669 INFO E| Compiling sha-1 v0.9.8
32732024-10-09T21:54:15.739Z[ helios-setup] Oct 09 21:54:14.289 INFO E| Compiling md-5 v0.9.1
32742024-10-09T21:54:15.895Z[ helios-setup] Oct 09 21:54:14.444 INFO E| Compiling glob v0.3.1
32752024-10-09T21:54:16.120Z[ helios-setup] Oct 09 21:54:14.669 INFO E| Compiling libdevinfo-sys v1.0.0
32762024-10-09T21:54:17.355Z[ helios-setup] Oct 09 21:54:15.905 INFO E| Compiling slog-term v2.9.0
32772024-10-09T21:54:19.198Z[ helios-setup] Oct 09 21:54:17.747 INFO E| Compiling serde_derive v1.0.193
32782024-10-09T21:54:34.501Z[ helios-setup] Oct 09 21:54:33.048 INFO E| Compiling toml v0.5.11
32792024-10-09T21:54:34.501Z[ helios-setup] Oct 09 21:54:33.048 INFO E| Compiling uuid v0.8.2
32802024-10-09T21:54:36.691Z[ helios-setup] Oct 09 21:54:35.238 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32812024-10-09T21:54:40.515Z[ helios-setup] Oct 09 21:54:39.061 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32822024-10-09T21:54:57.099Z[ helios-setup] Oct 09 21:54:55.643 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.09s
32832024-10-09T21:54:57.130Z[ helios-setup] Oct 09 21:54:55.674 INFO building project "image-builder" ok (53 seconds)
32842024-10-09T21:54:57.132Z[ helios-setup] rm -f helios-build
32852024-10-09T21:54:57.135Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32862024-10-09T21:54:57.139Z[ helios-setup]
32872024-10-09T21:54:57.142Z[ helios-setup] Setup complete! ./helios-build is now available.
32882024-10-09T21:54:57.144Z[ helios-setup]
32892024-10-09T21:54:57.144Z[ helios-setup]
32902024-10-09T21:54:57.144Z[ helios-setup] real 12:29.287037614
32912024-10-09T21:54:57.144Z[ helios-setup] user 29:01.345754884
32922024-10-09T21:54:57.144Z[ helios-setup] sys 3:36.218484417
32932024-10-09T21:54:57.144Z[ helios-setup] trap 1.630163476
32942024-10-09T21:54:57.144Z[ helios-setup] tflt 8.227572329
32952024-10-09T21:54:57.144Z[ helios-setup] dflt 44.478636828
32962024-10-09T21:54:57.144Z[ helios-setup] kflt 0.039098036
32972024-10-09T21:54:57.144Z[ helios-setup] lock 2:14:13.414602728
32982024-10-09T21:54:57.144Z[ helios-setup] slp 3:45:24.789321735
32992024-10-09T21:54:57.144Z[ helios-setup] lat 33:04.796831897
33002024-10-09T21:54:57.147Z[ helios-setup] stop 4:45.549341433
33012024-10-09T21:54:57.147ZOct 09 21:54:55.690 INFO [helios-setup] process exited with exit status: 0 (749.293019103s)
33022024-10-09T21:54:57.147ZOct 09 21:54:55.690 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33032024-10-09T21:54:57.171Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33042024-10-09T21:54:57.368Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33052024-10-09T21:54:57.371Z[ phbl-toolchain] info: downloading component 'cargo'
33062024-10-09T21:54:59.234Z[ phbl-toolchain] info: downloading component 'clippy'
33072024-10-09T21:54:59.500Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33082024-10-09T21:55:05.267Z[ phbl-toolchain] info: downloading component 'miri'
33092024-10-09T21:55:06.189Z[ phbl-toolchain] info: downloading component 'rust-docs'
33102024-10-09T21:55:07.386Z[ phbl-toolchain] info: downloading component 'rust-src'
33112024-10-09T21:55:08.219Z[ phbl-toolchain] info: downloading component 'rust-std'
33122024-10-09T21:55:10.626Z[ phbl-toolchain] info: downloading component 'rustc'
33132024-10-09T21:55:19.671Z[ phbl-toolchain] info: downloading component 'rustfmt'
33142024-10-09T21:55:20.255Z[ phbl-toolchain] info: installing component 'cargo'
33152024-10-09T21:55:21.676Z[ phbl-toolchain] info: installing component 'clippy'
33162024-10-09T21:55:22.263Z[ phbl-toolchain] info: installing component 'llvm-tools'
33172024-10-09T21:55:28.511Z[ phbl-toolchain] info: installing component 'miri'
33182024-10-09T21:55:28.886Z[ phbl-toolchain] info: installing component 'rust-docs'
33192024-10-09T21:55:40.827Z[ phbl-toolchain] info: installing component 'rust-src'
33202024-10-09T21:55:40.860Z[ phbl-toolchain] info: installing component 'rust-std'
33212024-10-09T21:55:40.860Z[ phbl-toolchain] info: installing component 'rustc'
33222024-10-09T21:55:49.932Z[ phbl-toolchain] info: installing component 'rustfmt'
33232024-10-09T21:55:50.775Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33242024-10-09T21:55:50.779ZOct 09 21:55:49.311 INFO [phbl-toolchain] process exited with exit status: 0 (53.621258708s)
33252024-10-09T21:56:13.633Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33262024-10-09T21:56:14.977Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33272024-10-09T22:02:44.696Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 31s
33282024-10-09T22:03:46.170ZOct 09 22:03:44.654 INFO [host-package] process exited with exit status: 0 (1233.197001249s)
33292024-10-09T22:03:46.172ZOct 09 22:03:44.654 INFO [host-stamp] running task
33302024-10-09T22:03:46.172ZOct 09 22:03:44.655 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33312024-10-09T22:03:46.181ZOct 09 22:03:44.664 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git632346210ca
33322024-10-09T22:03:46.190ZOct 09 22:03:44.674 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git632346210ca
33332024-10-09T22:03:46.195Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33342024-10-09T22:03:46.197ZOct 09 22:03:44.681 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git632346210ca
33352024-10-09T22:03:46.204Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33362024-10-09T22:03:46.206ZOct 09 22:03:44.690 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git632346210ca
33372024-10-09T22:03:46.212Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33382024-10-09T22:03:46.212Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33392024-10-09T22:03:46.215ZOct 09 22:03:44.699 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git632346210ca
33402024-10-09T22:03:46.221Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33412024-10-09T22:03:46.224ZOct 09 22:03:44.709 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git632346210ca
33422024-10-09T22:03:46.233Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33432024-10-09T22:03:46.233Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33442024-10-09T22:03:46.233Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33452024-10-09T22:03:46.236Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33462024-10-09T22:03:46.238ZOct 09 22:03:44.721 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git632346210ca
33472024-10-09T22:03:46.246Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33482024-10-09T22:03:46.246ZOct 09 22:03:44.731 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git632346210ca
33492024-10-09T22:03:46.257Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33502024-10-09T22:03:46.260ZOct 09 22:03:44.742 INFO [stamp-oxlog] process exited with exit status: 0 (60.170046ms)
33512024-10-09T22:03:46.260ZOct 09 22:03:44.742 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (67.977488ms)
33522024-10-09T22:03:46.260ZOct 09 22:03:44.742 INFO [stamp-overlay] process exited with exit status: 0 (51.573561ms)
33532024-10-09T22:03:46.268Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33542024-10-09T22:03:46.340Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33552024-10-09T22:03:46.344ZOct 09 22:03:44.828 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (119.585376ms)
33562024-10-09T22:03:46.454Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33572024-10-09T22:03:46.457ZOct 09 22:03:44.942 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (242.877323ms)
33582024-10-09T22:03:46.596Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33592024-10-09T22:03:46.600ZOct 09 22:03:45.084 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (363.573301ms)
33602024-10-09T22:03:47.393Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33612024-10-09T22:03:47.397ZOct 09 22:03:45.882 INFO [stamp-propolis-server] process exited with exit status: 0 (1.217296631s)
33622024-10-09T22:03:47.583Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33632024-10-09T22:03:49.849Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33642024-10-09T22:03:56.613Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33652024-10-09T22:03:56.615ZOct 09 22:03:55.099 INFO [stamp-switch-asic] process exited with exit status: 0 (10.368037009s)
33662024-10-09T22:03:56.618ZOct 09 22:03:55.099 INFO [host-stamp] task succeeded (10.444877176s)
33672024-10-09T22:03:56.618ZOct 09 22:03:55.099 INFO [host-proto] running task
33682024-10-09T22:03:56.988ZOct 09 22:03:55.471 INFO [host-proto] task succeeded (371.699352ms)
33692024-10-09T22:03:56.988ZOct 09 22:03:55.471 INFO [host-profile] running task
33702024-10-09T22:03:56.991ZOct 09 22:03:55.471 INFO [host-profile] task succeeded (311.62µs)
33712024-10-09T22:03:56.991ZOct 09 22:03:55.472 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpmFhPjs/proto/host/root -N 'ci 6323462/${os_short_commit} 2024-10-09 21:42' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33722024-10-09T22:03:57.007Z[ host-image] Oct 09 22:03:55.490 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33732024-10-09T22:03:57.007Z[ host-image] Oct 09 22:03:55.490 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33742024-10-09T22:03:57.023Z[ host-image] Oct 09 22:03:55.506 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpmFhPjs/proto/host/root"
33752024-10-09T22:03:57.023Z[ host-image] Oct 09 22:03:55.506 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33762024-10-09T22:03:57.026Z[ host-image] Oct 09 22:03:55.506 INFO image builder template: ramdisk-01-os...
33772024-10-09T22:03:57.026Z[ host-image] Oct 09 22:03:55.506 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/.tmpmFhPjs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33782024-10-09T22:03:57.043Z[ host-image] Oct 09 22:03:55.526 INFO O| Oct 09 22:03:55.526 INFO CREATE DATASET: rpool/images/build/host/output
33792024-10-09T22:03:57.411Z[ host-image] Oct 09 22:03:55.895 INFO O| Oct 09 22:03:55.895 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33802024-10-09T22:03:57.416Z[ host-image] Oct 09 22:03:55.899 INFO O| Oct 09 22:03:55.899 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33812024-10-09T22:03:57.589Z[ host-image] Oct 09 22:03:56.072 INFO O| Oct 09 22:03:56.072 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33822024-10-09T22:03:57.639Z[ host-image] Oct 09 22:03:56.122 INFO O| Oct 09 22:03:56.121 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33832024-10-09T22:03:57.641Z[ host-image] Oct 09 22:03:56.122 INFO O| Oct 09 22:03:56.122 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33842024-10-09T22:03:57.641Z[ host-image] Oct 09 22:03:56.122 INFO O| Oct 09 22:03:56.122 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33852024-10-09T22:03:57.641Z[ host-image] Oct 09 22:03:56.122 INFO O| Oct 09 22:03:56.122 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33862024-10-09T22:03:57.647Z[ host-image] Oct 09 22:03:56.130 INFO O| Oct 09 22:03:56.130 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33872024-10-09T22:03:57.811Z[ host-image] Oct 09 22:03:56.294 INFO O| Oct 09 22:03:56.293 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33882024-10-09T22:03:57.823Z[ host-image] Oct 09 22:03:56.306 INFO O| Oct 09 22:03:56.305 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33892024-10-09T22:03:58.213Z[ host-image] Oct 09 22:03:56.696 INFO O| Oct 09 22:03:56.696 INFO O| Caching catalogs ... Done
33902024-10-09T22:03:58.335Z[ host-image] Oct 09 22:03:56.818 INFO O| Oct 09 22:03:56.818 INFO STEP 0 (pkg_image_create) COMPLETE
33912024-10-09T22:03:58.335Z[ host-image] Oct 09 22:03:56.818 INFO O| Oct 09 22:03:56.818 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33922024-10-09T22:03:58.338Z[ host-image] Oct 09 22:03:56.818 INFO O| Oct 09 22:03:56.818 INFO skip step because feature "repo_redist" is not enabled
33932024-10-09T22:03:58.338Z[ host-image] Oct 09 22:03:56.818 INFO O| Oct 09 22:03:56.818 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33942024-10-09T22:03:58.348Z[ host-image] Oct 09 22:03:56.831 INFO O| Oct 09 22:03:56.831 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"]
33952024-10-09T22:03:58.887Z[ host-image] Oct 09 22:03:57.369 INFO O| Oct 09 22:03:57.369 INFO STEP 2 (pkg_set_publisher) COMPLETE
33962024-10-09T22:03:58.887Z[ host-image] Oct 09 22:03:57.370 INFO O| Oct 09 22:03:57.369 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33972024-10-09T22:03:58.905Z[ host-image] Oct 09 22:03:57.387 INFO O| Oct 09 22:03:57.387 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"]
33982024-10-09T22:03:59.446Z[ host-image] Oct 09 22:03:57.928 INFO O| Oct 09 22:03:57.928 INFO STEP 3 (pkg_set_publisher) COMPLETE
33992024-10-09T22:03:59.446Z[ host-image] Oct 09 22:03:57.928 INFO O| Oct 09 22:03:57.928 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34002024-10-09T22:03:59.448Z[ host-image] Oct 09 22:03:57.928 INFO O| Oct 09 22:03:57.928 INFO skip step because feature "repo_redist" is not enabled
34012024-10-09T22:03:59.448Z[ host-image] Oct 09 22:03:57.928 INFO O| Oct 09 22:03:57.928 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34022024-10-09T22:03:59.985Z[ host-image] Oct 09 22:03:58.468 INFO O| Oct 09 22:03:58.468 INFO variant opensolaris.zone is already global
34032024-10-09T22:03:59.985Z[ host-image] Oct 09 22:03:58.468 INFO O| Oct 09 22:03:58.468 INFO STEP 5 (pkg_change_variant) COMPLETE
34042024-10-09T22:03:59.988Z[ host-image] Oct 09 22:03:58.468 INFO O| Oct 09 22:03:58.468 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34052024-10-09T22:04:00.517Z[ host-image] Oct 09 22:03:58.999 INFO O| Oct 09 22:03:58.999 INFO variant opensolaris.imagetype is full; changing to partial
34062024-10-09T22:04:00.517Z[ host-image] Oct 09 22:03:58.999 INFO O| Oct 09 22:03:58.999 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34072024-10-09T22:04:06.843Z[ host-image] Oct 09 22:04:05.325 INFO O| Oct 09 22:04:05.325 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34082024-10-09T22:04:09.273Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.85s
34092024-10-09T22:04:09.686Z[ host-image] Oct 09 22:04:08.168 INFO O| Oct 09 22:04:08.168 INFO O| Startup: Caching catalogs ... Done
34102024-10-09T22:04:09.743Z[ host-image] Oct 09 22:04:08.223 INFO O| Oct 09 22:04:08.223 INFO O| Planning: Planning completed in 0.00 seconds
34112024-10-09T22:04:09.746Z[ host-image] Oct 09 22:04:08.224 INFO O| Oct 09 22:04:08.224 INFO O| Planning: Consolidating action changes ... Done
34122024-10-09T22:04:09.746Z[ host-image] Oct 09 22:04:08.224 INFO O| Oct 09 22:04:08.224 INFO O| Planning: Evaluating mediators ... Done
34132024-10-09T22:04:09.746Z[ host-image] Oct 09 22:04:08.224 INFO O| Oct 09 22:04:08.224 INFO O| Planning: Planning completed in 0.00 seconds
34142024-10-09T22:04:09.746Z[ host-image] Oct 09 22:04:08.225 INFO O| Oct 09 22:04:08.225 INFO O| Variants/Facets to change: 1
34152024-10-09T22:04:09.761Z[ host-image] Oct 09 22:04:08.242 INFO O| Oct 09 22:04:08.242 INFO O| Done
34162024-10-09T22:04:09.762Z[ host-image] Oct 09 22:04:08.242 INFO O| Oct 09 22:04:08.242 INFO O| Done
34172024-10-09T22:04:10.211Z[ host-image] Oct 09 22:04:08.692 INFO O| Oct 09 22:04:08.691 INFO O| Done
34182024-10-09T22:04:10.247Z[ host-image] Oct 09 22:04:08.728 INFO O| Oct 09 22:04:08.727 INFO O| Done
34192024-10-09T22:04:10.252Z[ host-image] Oct 09 22:04:08.729 INFO O| Oct 09 22:04:08.729 INFO O| Done
34202024-10-09T22:04:10.252Z[ host-image] Oct 09 22:04:08.729 INFO O| Oct 09 22:04:08.729 INFO O| Done
34212024-10-09T22:04:10.252Z[ host-image] Oct 09 22:04:08.730 INFO O| Oct 09 22:04:08.730 INFO O| Done
34222024-10-09T22:04:10.581Z[ host-image] Oct 09 22:04:09.062 INFO O| Oct 09 22:04:09.062 INFO STEP 6 (pkg_change_variant) COMPLETE
34232024-10-09T22:04:10.581Z[ host-image] Oct 09 22:04:09.062 INFO O| Oct 09 22:04:09.062 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34242024-10-09T22:04:10.584Z[ host-image] Oct 09 22:04:09.062 INFO O| Oct 09 22:04:09.062 INFO skip step because feature "debug_variant" is not enabled
34252024-10-09T22:04:10.585Z[ host-image] Oct 09 22:04:09.062 INFO O| Oct 09 22:04:09.062 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-10-09T22:04:10.721ZOct 09 22:04:09.203 INFO [recovery-package] process exited with exit status: 0 (24.548281959s)
34272024-10-09T22:04:10.721ZOct 09 22:04:09.203 INFO [recovery-stamp] running task
34282024-10-09T22:04:10.724ZOct 09 22:04:09.203 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34292024-10-09T22:04:10.730ZOct 09 22:04:09.211 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git632346210ca
34302024-10-09T22:04:10.741ZOct 09 22:04:09.223 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git632346210ca
34312024-10-09T22:04:10.751Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34322024-10-09T22:04:10.762Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34332024-10-09T22:04:10.843Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34342024-10-09T22:04:10.848ZOct 09 22:04:09.330 INFO [stamp-installinator] process exited with exit status: 0 (106.453201ms)
34352024-10-09T22:04:10.864Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34362024-10-09T22:04:10.867ZOct 09 22:04:09.349 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (137.535403ms)
34372024-10-09T22:04:10.870ZOct 09 22:04:09.349 INFO [recovery-stamp] task succeeded (145.728028ms)
34382024-10-09T22:04:10.870ZOct 09 22:04:09.349 INFO [recovery-proto] running task
34392024-10-09T22:04:10.870ZOct 09 22:04:09.349 INFO [tuf-stamp] running task
34402024-10-09T22:04:10.870ZOct 09 22:04:09.350 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git632346210ca
34412024-10-09T22:04:10.886ZOct 09 22:04:09.368 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git632346210ca
34422024-10-09T22:04:10.901Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34432024-10-09T22:04:10.903ZOct 09 22:04:09.383 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git632346210ca
34442024-10-09T22:04:10.911Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34452024-10-09T22:04:10.915ZOct 09 22:04:09.396 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git632346210ca
34462024-10-09T22:04:10.931Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34472024-10-09T22:04:10.935ZOct 09 22:04:09.413 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git632346210ca
34482024-10-09T22:04:10.943Z[ host-image] Oct 09 22:04:09.422 INFO O| Oct 09 22:04:09.422 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34492024-10-09T22:04:10.951Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34502024-10-09T22:04:10.953ZOct 09 22:04:09.432 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git632346210ca
34512024-10-09T22:04:10.981Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34522024-10-09T22:04:10.983ZOct 09 22:04:09.463 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git632346210ca
34532024-10-09T22:04:11.004Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34542024-10-09T22:04:11.006ZOct 09 22:04:09.486 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git632346210ca
34552024-10-09T22:04:11.054ZOct 09 22:04:09.535 INFO [recovery-proto] task succeeded (186.406588ms)
34562024-10-09T22:04:11.056ZOct 09 22:04:09.536 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpmFhPjs/proto/recovery/root -N 'recovery 6323462/${os_short_commit} 2024-10-09 21:42' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34572024-10-09T22:04:11.085Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34582024-10-09T22:04:11.088ZOct 09 22:04:09.567 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git632346210ca
34592024-10-09T22:04:11.110Z[ recovery-image] Oct 09 22:04:09.578 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34602024-10-09T22:04:11.113Z[ recovery-image] Oct 09 22:04:09.578 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34612024-10-09T22:04:11.127Z[ recovery-image] Oct 09 22:04:09.607 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpmFhPjs/proto/recovery/root"
34622024-10-09T22:04:11.130Z[ recovery-image] Oct 09 22:04:09.607 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34632024-10-09T22:04:11.130Z[ recovery-image] Oct 09 22:04:09.607 INFO image builder template: ramdisk-01-os...
34642024-10-09T22:04:11.130Z[ recovery-image] Oct 09 22:04:09.607 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/.tmpmFhPjs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34652024-10-09T22:04:11.146Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34662024-10-09T22:04:11.148ZOct 09 22:04:09.628 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git632346210ca
34672024-10-09T22:04:11.244Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34682024-10-09T22:04:11.247ZOct 09 22:04:09.726 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git632346210ca
34692024-10-09T22:04:11.427Z[ recovery-image] Oct 09 22:04:09.736 INFO O| Oct 09 22:04:09.736 INFO CREATE DATASET: rpool/images/build/recovery/output
34702024-10-09T22:04:11.430Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34712024-10-09T22:04:11.430Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34722024-10-09T22:04:11.457Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34732024-10-09T22:04:11.488ZOct 09 22:04:09.969 INFO [stamp-ntp] process exited with exit status: 0 (618.937071ms)
34742024-10-09T22:04:11.568Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34752024-10-09T22:04:11.644Z[ recovery-image] Oct 09 22:04:10.125 INFO O| Oct 09 22:04:10.125 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34762024-10-09T22:04:11.650Z[ recovery-image] Oct 09 22:04:10.132 INFO O| Oct 09 22:04:10.132 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34772024-10-09T22:04:11.666ZOct 09 22:04:10.147 INFO [stamp-probe] process exited with exit status: 0 (421.35416ms)
34782024-10-09T22:04:11.989Z[ recovery-image] Oct 09 22:04:10.470 INFO O| Oct 09 22:04:10.470 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34792024-10-09T22:04:12.131Z[ recovery-image] Oct 09 22:04:10.612 INFO O| Oct 09 22:04:10.612 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34802024-10-09T22:04:12.134Z[ recovery-image] Oct 09 22:04:10.613 INFO O| Oct 09 22:04:10.613 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34812024-10-09T22:04:12.134Z[ recovery-image] Oct 09 22:04:10.613 INFO O| Oct 09 22:04:10.613 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34822024-10-09T22:04:12.134Z[ recovery-image] Oct 09 22:04:10.613 INFO O| Oct 09 22:04:10.613 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34832024-10-09T22:04:12.155Z[ recovery-image] Oct 09 22:04:10.636 INFO O| Oct 09 22:04:10.636 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34842024-10-09T22:04:12.193Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34852024-10-09T22:04:12.198ZOct 09 22:04:10.679 INFO [stamp-external-dns] process exited with exit status: 0 (1.246710825s)
34862024-10-09T22:04:12.287Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
34872024-10-09T22:04:12.305Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34882024-10-09T22:04:12.343Z[ host-image] Oct 09 22:04:10.824 INFO O| Oct 09 22:04:10.824 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34892024-10-09T22:04:12.345ZOct 09 22:04:10.826 INFO [stamp-internal-dns] process exited with exit status: 0 (1.457544518s)
34902024-10-09T22:04:12.345Z[ host-image] Oct 09 22:04:10.826 INFO O| Oct 09 22:04:10.826 INFO O| Planning: Planning completed in 0.00 seconds
34912024-10-09T22:04:12.345Z[ host-image] Oct 09 22:04:10.826 INFO O| Oct 09 22:04:10.826 INFO O| Planning: Consolidating action changes ... Done
34922024-10-09T22:04:12.345Z[ host-image] Oct 09 22:04:10.827 INFO O| Oct 09 22:04:10.827 INFO O| Planning: Evaluating mediators ... Done
34932024-10-09T22:04:12.348Z[ host-image] Oct 09 22:04:10.827 INFO O| Oct 09 22:04:10.827 INFO O| Planning: Planning completed in 0.00 seconds
34942024-10-09T22:04:12.348Z[ host-image] Oct 09 22:04:10.827 INFO O| Oct 09 22:04:10.827 INFO O| Variants/Facets to change: 1
34952024-10-09T22:04:12.364Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34962024-10-09T22:04:12.367Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34972024-10-09T22:04:12.377ZOct 09 22:04:10.859 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.462440503s)
34982024-10-09T22:04:12.462Z[ recovery-image] Oct 09 22:04:10.942 INFO O| Oct 09 22:04:10.942 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34992024-10-09T22:04:12.475Z[ recovery-image] Oct 09 22:04:10.956 INFO O| Oct 09 22:04:10.956 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35002024-10-09T22:04:12.517Z[ host-image] Oct 09 22:04:10.998 INFO O| Oct 09 22:04:10.998 INFO O| Done
35012024-10-09T22:04:12.519Z[ host-image] Oct 09 22:04:10.998 INFO O| Oct 09 22:04:10.998 INFO O| Done
35022024-10-09T22:04:12.655Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35032024-10-09T22:04:12.662ZOct 09 22:04:11.143 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.680445771s)
35042024-10-09T22:04:12.964Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35052024-10-09T22:04:12.968ZOct 09 22:04:11.450 INFO [stamp-oximeter] process exited with exit status: 0 (2.036416702s)
35062024-10-09T22:04:12.985Z[ recovery-image] Oct 09 22:04:11.466 INFO O| Oct 09 22:04:11.466 INFO O| Caching catalogs ... Done
35072024-10-09T22:04:13.011Z[ host-image] Oct 09 22:04:11.492 INFO O| Oct 09 22:04:11.492 INFO O| Done
35082024-10-09T22:04:13.071Z[ host-image] Oct 09 22:04:11.551 INFO O| Oct 09 22:04:11.551 INFO O| Done
35092024-10-09T22:04:13.074Z[ host-image] Oct 09 22:04:11.551 INFO O| Oct 09 22:04:11.551 INFO O| Done
35102024-10-09T22:04:13.075Z[ host-image] Oct 09 22:04:11.552 INFO O| Oct 09 22:04:11.552 INFO O| Done
35112024-10-09T22:04:13.075Z[ host-image] Oct 09 22:04:11.553 INFO O| Oct 09 22:04:11.553 INFO O| Done
35122024-10-09T22:04:13.105Z[ recovery-image] Oct 09 22:04:11.586 INFO O| Oct 09 22:04:11.586 INFO STEP 0 (pkg_image_create) COMPLETE
35132024-10-09T22:04:13.105Z[ recovery-image] Oct 09 22:04:11.586 INFO O| Oct 09 22:04:11.586 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35142024-10-09T22:04:13.107Z[ recovery-image] Oct 09 22:04:11.586 INFO O| Oct 09 22:04:11.586 INFO skip step because feature "repo_redist" is not enabled
35152024-10-09T22:04:13.107Z[ recovery-image] Oct 09 22:04:11.586 INFO O| Oct 09 22:04:11.586 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35162024-10-09T22:04:13.121Z[ recovery-image] Oct 09 22:04:11.602 INFO O| Oct 09 22:04:11.602 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"]
35172024-10-09T22:04:13.150Z[ host-image] Oct 09 22:04:11.631 INFO O| Oct 09 22:04:11.631 INFO STEP 8 (pkg_change_facet) COMPLETE
35182024-10-09T22:04:13.150Z[ host-image] Oct 09 22:04:11.631 INFO O| Oct 09 22:04:11.631 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-10-09T22:04:13.150Z[ host-image] Oct 09 22:04:11.631 INFO O| Oct 09 22:04:11.631 INFO skip step because feature "recovery" is not enabled
35202024-10-09T22:04:13.152Z[ host-image] Oct 09 22:04:11.631 INFO O| Oct 09 22:04:11.631 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35212024-10-09T22:04:13.152Z[ host-image] Oct 09 22:04:11.631 INFO O| Oct 09 22:04:11.631 INFO skip step because feature "recovery" is not enabled
35222024-10-09T22:04:13.152Z[ host-image] Oct 09 22:04:11.631 INFO O| Oct 09 22:04:11.631 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35232024-10-09T22:04:13.166Z[ host-image] Oct 09 22:04:11.647 INFO O| Oct 09 22:04:11.647 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"]
35242024-10-09T22:04:13.575Z[ recovery-image] Oct 09 22:04:12.056 INFO O| Oct 09 22:04:12.056 INFO STEP 2 (pkg_set_publisher) COMPLETE
35252024-10-09T22:04:13.575Z[ recovery-image] Oct 09 22:04:12.056 INFO O| Oct 09 22:04:12.056 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-10-09T22:04:13.590Z[ recovery-image] Oct 09 22:04:12.072 INFO O| Oct 09 22:04:12.072 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"]
35272024-10-09T22:04:13.788Z[ host-image] Oct 09 22:04:12.269 INFO O| Oct 09 22:04:12.269 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35282024-10-09T22:04:14.074Z[ recovery-image] Oct 09 22:04:12.554 INFO O| Oct 09 22:04:12.553 INFO STEP 3 (pkg_set_publisher) COMPLETE
35292024-10-09T22:04:14.074Z[ recovery-image] Oct 09 22:04:12.554 INFO O| Oct 09 22:04:12.554 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35302024-10-09T22:04:14.074Z[ recovery-image] Oct 09 22:04:12.554 INFO O| Oct 09 22:04:12.554 INFO skip step because feature "repo_redist" is not enabled
35312024-10-09T22:04:14.077Z[ recovery-image] Oct 09 22:04:12.554 INFO O| Oct 09 22:04:12.554 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35322024-10-09T22:04:14.561Z[ recovery-image] Oct 09 22:04:13.042 INFO O| Oct 09 22:04:13.042 INFO variant opensolaris.zone is already global
35332024-10-09T22:04:14.561Z[ recovery-image] Oct 09 22:04:13.042 INFO O| Oct 09 22:04:13.042 INFO STEP 5 (pkg_change_variant) COMPLETE
35342024-10-09T22:04:14.563Z[ recovery-image] Oct 09 22:04:13.042 INFO O| Oct 09 22:04:13.042 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-09T22:04:14.914Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35362024-10-09T22:04:14.918ZOct 09 22:04:13.399 INFO [stamp-nexus] process exited with exit status: 0 (3.764828425s)
35372024-10-09T22:04:14.986Z[ recovery-image] Oct 09 22:04:13.467 INFO O| Oct 09 22:04:13.467 INFO variant opensolaris.imagetype is full; changing to partial
35382024-10-09T22:04:14.988Z[ recovery-image] Oct 09 22:04:13.467 INFO O| Oct 09 22:04:13.467 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35392024-10-09T22:04:16.255Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35402024-10-09T22:04:16.419Z[verify-libraries] Compiling polyval v0.6.2
35412024-10-09T22:04:16.421Z[verify-libraries] Compiling ctr v0.9.2
35422024-10-09T22:04:16.482Z[verify-libraries] Compiling ssh-encoding v0.2.0
35432024-10-09T22:04:16.482Z[verify-libraries] Compiling blowfish v0.9.1
35442024-10-09T22:04:16.630Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35452024-10-09T22:04:16.659Z[verify-libraries] Compiling password-hash v0.4.2
35462024-10-09T22:04:16.661Z[verify-libraries] Compiling matches v0.1.10
35472024-10-09T22:04:16.664Z[verify-libraries] Compiling p521 v0.13.3
35482024-10-09T22:04:16.678ZOct 09 22:04:15.159 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.591177287s)
35492024-10-09T22:04:17.087Z[verify-libraries] Compiling ghash v0.5.1
35502024-10-09T22:04:17.088Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35512024-10-09T22:04:17.217Z[verify-libraries] Compiling idna v0.2.3
35522024-10-09T22:04:17.220Z[verify-libraries] Compiling p256 v0.13.2
35532024-10-09T22:04:17.751Z[verify-libraries] Compiling aes-gcm v0.10.3
35542024-10-09T22:04:17.913Z[verify-libraries] Compiling pbkdf2 v0.11.0
35552024-10-09T22:04:18.239Z[verify-libraries] Compiling ssh-cipher v0.2.0
35562024-10-09T22:04:18.241Z[verify-libraries] Compiling enum-as-inner v0.5.1
35572024-10-09T22:04:18.675Z[verify-libraries] Compiling russh-cryptovec v0.7.2
35582024-10-09T22:04:19.306Z[verify-libraries] Compiling ssh-key v0.6.6
35592024-10-09T22:04:19.833Z[verify-libraries] Compiling md5 v0.7.0
35602024-10-09T22:04:20.075Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35612024-10-09T22:04:20.168Z[verify-libraries] Compiling num-bigint v0.4.5
35622024-10-09T22:04:20.541Z[verify-libraries] Compiling des v0.8.1
35632024-10-09T22:04:21.004Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35642024-10-09T22:04:21.068ZOct 09 22:04:19.548 INFO [stamp-clickhouse] process exited with exit status: 0 (10.165696679s)
35652024-10-09T22:04:21.277Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35662024-10-09T22:04:21.283ZOct 09 22:04:19.763 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.276955394s)
35672024-10-09T22:04:21.286ZOct 09 22:04:19.763 INFO [tuf-stamp] task succeeded (10.413803974s)
35682024-10-09T22:04:21.308Z[verify-libraries] Compiling hex-literal v0.4.1
35692024-10-09T22:04:21.564Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35702024-10-09T22:04:21.633Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35712024-10-09T22:04:22.758Z[verify-libraries] Compiling russh-keys v0.45.0
35722024-10-09T22:04:23.561Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35732024-10-09T22:04:24.305Z[verify-libraries] Compiling internet-checksum v0.2.1
35742024-10-09T22:04:24.726Z[ recovery-image] Oct 09 22:04:23.170 INFO O| Oct 09 22:04:23.170 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35752024-10-09T22:04:24.818Z[verify-libraries] Compiling heck v0.4.1
35762024-10-09T22:04:26.335Z[verify-libraries] Compiling dhcproto v0.12.0
35772024-10-09T22:04:30.597Z[verify-libraries] Compiling russh v0.45.0
35782024-10-09T22:04:31.156Z[ recovery-image] Oct 09 22:04:29.635 INFO O| Oct 09 22:04:29.635 INFO O| Startup: Caching catalogs ... Done
35792024-10-09T22:04:31.306Z[ recovery-image] Oct 09 22:04:29.785 INFO O| Oct 09 22:04:29.785 INFO O| Planning: Planning completed in 0.00 seconds
35802024-10-09T22:04:31.309Z[ recovery-image] Oct 09 22:04:29.786 INFO O| Oct 09 22:04:29.786 INFO O| Planning: Consolidating action changes ... Done
35812024-10-09T22:04:31.309Z[ recovery-image] Oct 09 22:04:29.786 INFO O| Oct 09 22:04:29.786 INFO O| Planning: Evaluating mediators ... Done
35822024-10-09T22:04:31.309Z[ recovery-image] Oct 09 22:04:29.786 INFO O| Oct 09 22:04:29.786 INFO O| Planning: Planning completed in 0.00 seconds
35832024-10-09T22:04:31.309Z[ recovery-image] Oct 09 22:04:29.787 INFO O| Oct 09 22:04:29.787 INFO O| Variants/Facets to change: 1
35842024-10-09T22:04:31.322Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35852024-10-09T22:04:31.582Z[ recovery-image] Oct 09 22:04:30.061 INFO O| Oct 09 22:04:30.060 INFO O| Done
35862024-10-09T22:04:31.582Z[ recovery-image] Oct 09 22:04:30.061 INFO O| Oct 09 22:04:30.060 INFO O| Done
35872024-10-09T22:04:32.610Z[ recovery-image] Oct 09 22:04:31.089 INFO O| Oct 09 22:04:31.088 INFO O| Done
35882024-10-09T22:04:32.688Z[ recovery-image] Oct 09 22:04:31.167 INFO O| Oct 09 22:04:31.167 INFO O| Done
35892024-10-09T22:04:32.692Z[ recovery-image] Oct 09 22:04:31.169 INFO O| Oct 09 22:04:31.169 INFO O| Done
35902024-10-09T22:04:32.692Z[ recovery-image] Oct 09 22:04:31.169 INFO O| Oct 09 22:04:31.169 INFO O| Done
35912024-10-09T22:04:32.695Z[ recovery-image] Oct 09 22:04:31.171 INFO O| Oct 09 22:04:31.171 INFO O| Done
35922024-10-09T22:04:33.274Z[ recovery-image] Oct 09 22:04:31.753 INFO O| Oct 09 22:04:31.753 INFO STEP 6 (pkg_change_variant) COMPLETE
35932024-10-09T22:04:33.274Z[ recovery-image] Oct 09 22:04:31.753 INFO O| Oct 09 22:04:31.753 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35942024-10-09T22:04:33.277Z[ recovery-image] Oct 09 22:04:31.753 INFO O| Oct 09 22:04:31.753 INFO skip step because feature "debug_variant" is not enabled
35952024-10-09T22:04:33.277Z[ recovery-image] Oct 09 22:04:31.753 INFO O| Oct 09 22:04:31.753 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35962024-10-09T22:04:34.101Z[ recovery-image] Oct 09 22:04:32.580 INFO O| Oct 09 22:04:32.579 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35972024-10-09T22:04:35.111Z[ recovery-image] Oct 09 22:04:33.590 INFO O| Oct 09 22:04:33.590 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35982024-10-09T22:04:35.114Z[ recovery-image] Oct 09 22:04:33.592 INFO O| Oct 09 22:04:33.592 INFO O| Planning: Planning completed in 0.00 seconds
35992024-10-09T22:04:35.116Z[ recovery-image] Oct 09 22:04:33.593 INFO O| Oct 09 22:04:33.593 INFO O| Planning: Consolidating action changes ... Done
36002024-10-09T22:04:35.116Z[ recovery-image] Oct 09 22:04:33.593 INFO O| Oct 09 22:04:33.593 INFO O| Planning: Evaluating mediators ... Done
36012024-10-09T22:04:35.116Z[ recovery-image] Oct 09 22:04:33.594 INFO O| Oct 09 22:04:33.594 INFO O| Planning: Planning completed in 0.00 seconds
36022024-10-09T22:04:35.116Z[ recovery-image] Oct 09 22:04:33.594 INFO O| Oct 09 22:04:33.594 INFO O| Variants/Facets to change: 1
36032024-10-09T22:04:35.182Z[ recovery-image] Oct 09 22:04:33.661 INFO O| Oct 09 22:04:33.661 INFO O| Done
36042024-10-09T22:04:35.182Z[ recovery-image] Oct 09 22:04:33.661 INFO O| Oct 09 22:04:33.661 INFO O| Done
36052024-10-09T22:04:35.934Z[ recovery-image] Oct 09 22:04:34.413 INFO O| Oct 09 22:04:34.413 INFO O| Done
36062024-10-09T22:04:36.003Z[ recovery-image] Oct 09 22:04:34.473 INFO O| Oct 09 22:04:34.473 INFO O| Done
36072024-10-09T22:04:36.007Z[ recovery-image] Oct 09 22:04:34.474 INFO O| Oct 09 22:04:34.474 INFO O| Done
36082024-10-09T22:04:36.007Z[ recovery-image] Oct 09 22:04:34.474 INFO O| Oct 09 22:04:34.474 INFO O| Done
36092024-10-09T22:04:36.007Z[ recovery-image] Oct 09 22:04:34.475 INFO O| Oct 09 22:04:34.475 INFO O| Done
36102024-10-09T22:04:36.163Z[ recovery-image] Oct 09 22:04:34.641 INFO O| Oct 09 22:04:34.641 INFO STEP 8 (pkg_change_facet) COMPLETE
36112024-10-09T22:04:36.163Z[ recovery-image] Oct 09 22:04:34.641 INFO O| Oct 09 22:04:34.641 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36122024-10-09T22:04:36.916Z[ recovery-image] Oct 09 22:04:35.395 INFO O| Oct 09 22:04:35.395 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36132024-10-09T22:04:37.582Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36142024-10-09T22:04:37.927Z[ recovery-image] Oct 09 22:04:36.406 INFO O| Oct 09 22:04:36.406 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36152024-10-09T22:04:37.930Z[ recovery-image] Oct 09 22:04:36.407 INFO O| Oct 09 22:04:36.407 INFO O| Planning: Planning completed in 0.00 seconds
36162024-10-09T22:04:37.930Z[ recovery-image] Oct 09 22:04:36.408 INFO O| Oct 09 22:04:36.408 INFO O| Planning: Consolidating action changes ... Done
36172024-10-09T22:04:37.930Z[ recovery-image] Oct 09 22:04:36.408 INFO O| Oct 09 22:04:36.408 INFO O| Planning: Evaluating mediators ... Done
36182024-10-09T22:04:37.932Z[ recovery-image] Oct 09 22:04:36.409 INFO O| Oct 09 22:04:36.409 INFO O| Planning: Planning completed in 0.00 seconds
36192024-10-09T22:04:37.932Z[ recovery-image] Oct 09 22:04:36.409 INFO O| Oct 09 22:04:36.409 INFO O| Variants/Facets to change: 1
36202024-10-09T22:04:38.025Z[ recovery-image] Oct 09 22:04:36.503 INFO O| Oct 09 22:04:36.503 INFO O| Done
36212024-10-09T22:04:38.025Z[ recovery-image] Oct 09 22:04:36.503 INFO O| Oct 09 22:04:36.503 INFO O| Done
36222024-10-09T22:04:38.741Z[ recovery-image] Oct 09 22:04:37.220 INFO O| Oct 09 22:04:37.220 INFO O| Done
36232024-10-09T22:04:38.837Z[ recovery-image] Oct 09 22:04:37.316 INFO O| Oct 09 22:04:37.316 INFO O| Done
36242024-10-09T22:04:38.841Z[ recovery-image] Oct 09 22:04:37.317 INFO O| Oct 09 22:04:37.317 INFO O| Done
36252024-10-09T22:04:38.841Z[ recovery-image] Oct 09 22:04:37.317 INFO O| Oct 09 22:04:37.317 INFO O| Done
36262024-10-09T22:04:38.841Z[ recovery-image] Oct 09 22:04:37.319 INFO O| Oct 09 22:04:37.319 INFO O| Done
36272024-10-09T22:04:38.942Z[ recovery-image] Oct 09 22:04:37.421 INFO O| Oct 09 22:04:37.421 INFO STEP 9 (pkg_change_facet) COMPLETE
36282024-10-09T22:04:38.943Z[ recovery-image] Oct 09 22:04:37.421 INFO O| Oct 09 22:04:37.421 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36292024-10-09T22:04:39.612Z[ recovery-image] Oct 09 22:04:38.090 INFO O| Oct 09 22:04:38.090 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36302024-10-09T22:04:40.595Z[ recovery-image] Oct 09 22:04:39.073 INFO O| Oct 09 22:04:39.073 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36312024-10-09T22:04:40.597Z[ recovery-image] Oct 09 22:04:39.075 INFO O| Oct 09 22:04:39.075 INFO O| Planning: Planning completed in 0.00 seconds
36322024-10-09T22:04:40.599Z[ recovery-image] Oct 09 22:04:39.076 INFO O| Oct 09 22:04:39.076 INFO O| Planning: Consolidating action changes ... Done
36332024-10-09T22:04:40.600Z[ recovery-image] Oct 09 22:04:39.076 INFO O| Oct 09 22:04:39.076 INFO O| Planning: Evaluating mediators ... Done
36342024-10-09T22:04:40.600Z[ recovery-image] Oct 09 22:04:39.077 INFO O| Oct 09 22:04:39.077 INFO O| Planning: Planning completed in 0.00 seconds
36352024-10-09T22:04:40.600Z[ recovery-image] Oct 09 22:04:39.077 INFO O| Oct 09 22:04:39.077 INFO O| Variants/Facets to change: 1
36362024-10-09T22:04:40.750Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36372024-10-09T22:04:40.758Z[ recovery-image] Oct 09 22:04:39.236 INFO O| Oct 09 22:04:39.236 INFO O| Done
36382024-10-09T22:04:40.759Z[ recovery-image] Oct 09 22:04:39.236 INFO O| Oct 09 22:04:39.236 INFO O| Done
36392024-10-09T22:04:41.274Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36402024-10-09T22:04:41.410Z[ recovery-image] Oct 09 22:04:39.887 INFO O| Oct 09 22:04:39.887 INFO O| Done
36412024-10-09T22:04:41.490Z[ recovery-image] Oct 09 22:04:39.968 INFO O| Oct 09 22:04:39.968 INFO O| Done
36422024-10-09T22:04:41.493Z[ recovery-image] Oct 09 22:04:39.970 INFO O| Oct 09 22:04:39.969 INFO O| Done
36432024-10-09T22:04:41.493Z[ recovery-image] Oct 09 22:04:39.970 INFO O| Oct 09 22:04:39.970 INFO O| Done
36442024-10-09T22:04:41.495Z[ recovery-image] Oct 09 22:04:39.972 INFO O| Oct 09 22:04:39.972 INFO O| Done
36452024-10-09T22:04:41.612Z[ recovery-image] Oct 09 22:04:40.087 INFO O| Oct 09 22:04:40.085 INFO STEP 10 (pkg_change_facet) COMPLETE
36462024-10-09T22:04:41.612Z[ recovery-image] Oct 09 22:04:40.087 INFO O| Oct 09 22:04:40.085 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-10-09T22:04:41.626Z[ recovery-image] Oct 09 22:04:40.104 INFO O| Oct 09 22:04:40.104 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"]
36482024-10-09T22:04:41.839Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36492024-10-09T22:04:42.141Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36502024-10-09T22:04:42.401Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36512024-10-09T22:04:42.692Z[ recovery-image] Oct 09 22:04:41.169 INFO O| Oct 09 22:04:41.169 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36522024-10-09T22:04:42.889Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36532024-10-09T22:04:43.473Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36542024-10-09T22:04:48.319Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36552024-10-09T22:04:50.923Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36562024-10-09T22:04:56.720Z[ host-image] Oct 09 22:04:55.196 INFO O| Oct 09 22:04:55.196 INFO O| Planning: Solver setup ... Done
36572024-10-09T22:04:59.314Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36582024-10-09T22:04:59.377Z[verify-libraries] Compiling termios v0.3.3
36592024-10-09T22:04:59.848Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36602024-10-09T22:05:12.186Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36612024-10-09T22:05:26.387Z[ recovery-image] Oct 09 22:05:24.860 INFO O| Oct 09 22:05:24.860 INFO O| Planning: Solver setup ... Done
36622024-10-09T22:05:38.886Z[ host-image] Oct 09 22:05:37.357 INFO O| Oct 09 22:05:37.357 INFO O| Planning: Running solver ... Done
36632024-10-09T22:05:39.305Z[ host-image] Oct 09 22:05:37.776 INFO O| Oct 09 22:05:37.776 INFO O| Planning: Finding local manifests ... Done
36642024-10-09T22:05:39.318Z[ host-image] Oct 09 22:05:37.789 INFO O| Oct 09 22:05:37.789 INFO O| Planning: Fetching manifests: 0/124 0% complete
36652024-10-09T22:05:43.993Z[ host-image] Oct 09 22:05:42.464 INFO O| Oct 09 22:05:42.464 INFO O| Planning: Fetching manifests: 124/124 100% complete
36662024-10-09T22:05:45.314Z[ host-image] Oct 09 22:05:43.784 INFO O| Oct 09 22:05:43.784 INFO O| Planning: Package planning ... Done
36672024-10-09T22:05:46.814Z[ host-image] Oct 09 22:05:45.284 INFO O| Oct 09 22:05:45.284 INFO O| Planning: Merging actions ... Done
36682024-10-09T22:05:47.342Z[ host-image] Oct 09 22:05:45.813 INFO O| Oct 09 22:05:45.813 INFO O| Planning: Checking for conflicting actions ... Done
36692024-10-09T22:05:47.632Z[ host-image] Oct 09 22:05:46.103 INFO O| Oct 09 22:05:46.102 INFO O| Planning: Consolidating action changes ... Done
36702024-10-09T22:05:48.128Z[ host-image] Oct 09 22:05:46.598 INFO O| Oct 09 22:05:46.598 INFO O| Planning: Evaluating mediators ... Done
36712024-10-09T22:05:54.353Z[ host-image] Oct 09 22:05:52.822 INFO O| Oct 09 22:05:52.822 INFO O| Planning: Planning completed in 100.55 seconds
36722024-10-09T22:05:54.359Z[ host-image] Oct 09 22:05:52.828 INFO O| Oct 09 22:05:52.828 INFO O| Packages to install: 124
36732024-10-09T22:05:54.361Z[ host-image] Oct 09 22:05:52.828 INFO O| Oct 09 22:05:52.828 INFO O| Mediators to change: 4
36742024-10-09T22:05:54.361Z[ host-image] Oct 09 22:05:52.828 INFO O| Oct 09 22:05:52.828 INFO O| Services to change: 6
36752024-10-09T22:05:54.468Z[ host-image] Oct 09 22:05:52.937 INFO O| Oct 09 22:05:52.937 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
36762024-10-09T22:05:59.472Z[ host-image] Oct 09 22:05:57.941 INFO O| Oct 09 22:05:57.941 INFO O| Download: 1054/22734 items 6.3/196.5MB 3% complete (1.3M/s)
36772024-10-09T22:06:04.646Z[ host-image] Oct 09 22:06:03.115 INFO O| Oct 09 22:06:03.115 INFO O| Download: 1695/22734 items 11.2/196.5MB 5% complete (1.2M/s)
36782024-10-09T22:06:07.069Z[ recovery-image] Oct 09 22:06:05.537 INFO O| Oct 09 22:06:05.537 INFO O| Planning: Running solver ... Done
36792024-10-09T22:06:07.524Z[ recovery-image] Oct 09 22:06:05.992 INFO O| Oct 09 22:06:05.992 INFO O| Planning: Finding local manifests ... Done
36802024-10-09T22:06:07.542Z[ recovery-image] Oct 09 22:06:06.010 INFO O| Oct 09 22:06:06.010 INFO O| Planning: Fetching manifests: 0/124 0% complete
36812024-10-09T22:06:09.669Z[ host-image] Oct 09 22:06:08.127 INFO O| Oct 09 22:06:08.127 INFO O| Download: 2163/22734 items 23.9/196.5MB 12% complete (1.8M/s)
36822024-10-09T22:06:09.812Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36832024-10-09T22:06:11.992Z[ recovery-image] Oct 09 22:06:10.460 INFO O| Oct 09 22:06:10.460 INFO O| Planning: Fetching manifests: 124/124 100% complete
36842024-10-09T22:06:13.346Z[ recovery-image] Oct 09 22:06:11.813 INFO O| Oct 09 22:06:11.813 INFO O| Planning: Package planning ... Done
36852024-10-09T22:06:14.037Z[ recovery-image] Oct 09 22:06:12.505 INFO O| Oct 09 22:06:12.505 INFO O| Planning: Merging actions ... Done
36862024-10-09T22:06:14.205Z[ recovery-image] Oct 09 22:06:12.672 INFO O| Oct 09 22:06:12.672 INFO O| Planning: Checking for conflicting actions ... Done
36872024-10-09T22:06:14.225Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36882024-10-09T22:06:14.356Z[ recovery-image] Oct 09 22:06:12.824 INFO O| Oct 09 22:06:12.823 INFO O| Planning: Consolidating action changes ... Done
36892024-10-09T22:06:14.678Z[ host-image] Oct 09 22:06:13.146 INFO O| Oct 09 22:06:13.145 INFO O| Download: 3138/22734 items 33.9/196.5MB 17% complete (2.3M/s)
36902024-10-09T22:06:14.869Z[ recovery-image] Oct 09 22:06:13.337 INFO O| Oct 09 22:06:13.337 INFO O| Planning: Evaluating mediators ... Done
36912024-10-09T22:06:19.689Z[ host-image] Oct 09 22:06:18.155 INFO O| Oct 09 22:06:18.155 INFO O| Download: 4279/22734 items 40.9/196.5MB 20% complete (1.7M/s)
36922024-10-09T22:06:20.879Z[ recovery-image] Oct 09 22:06:19.346 INFO O| Oct 09 22:06:19.346 INFO O| Planning: Planning completed in 98.18 seconds
36932024-10-09T22:06:20.888Z[ recovery-image] Oct 09 22:06:19.354 INFO O| Oct 09 22:06:19.354 INFO O| Packages to install: 124
36942024-10-09T22:06:20.891Z[ recovery-image] Oct 09 22:06:19.354 INFO O| Oct 09 22:06:19.354 INFO O| Mediators to change: 4
36952024-10-09T22:06:20.891Z[ recovery-image] Oct 09 22:06:19.354 INFO O| Oct 09 22:06:19.354 INFO O| Services to change: 5
36962024-10-09T22:06:20.968Z[ recovery-image] Oct 09 22:06:19.435 INFO O| Oct 09 22:06:19.434 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
36972024-10-09T22:06:23.387Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36982024-10-09T22:06:25.055Z[ host-image] Oct 09 22:06:23.521 INFO O| Oct 09 22:06:23.521 INFO O| Download: 4654/22734 items 43.2/196.5MB 21% complete (982k/s)
36992024-10-09T22:06:26.162Z[ recovery-image] Oct 09 22:06:24.628 INFO O| Oct 09 22:06:24.628 INFO O| Download: 1069/15836 items 8.7/173.3MB 5% complete (1.8M/s)
37002024-10-09T22:06:30.068Z[ host-image] Oct 09 22:06:28.533 INFO O| Oct 09 22:06:28.533 INFO O| Download: 5720/22734 items 46.2/196.5MB 23% complete (539k/s)
37012024-10-09T22:06:31.167Z[ recovery-image] Oct 09 22:06:29.632 INFO O| Oct 09 22:06:29.632 INFO O| Download: 1326/15836 items 20.3/173.3MB 11% complete (2.0M/s)
37022024-10-09T22:06:35.087Z[ host-image] Oct 09 22:06:33.552 INFO O| Oct 09 22:06:33.551 INFO O| Download: 6761/22734 items 47.8/196.5MB 24% complete (430k/s)
37032024-10-09T22:06:36.269Z[ recovery-image] Oct 09 22:06:34.733 INFO O| Oct 09 22:06:34.733 INFO O| Download: 1644/15836 items 25.4/173.3MB 14% complete (1.7M/s)
37042024-10-09T22:06:39.901Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37052024-10-09T22:06:40.096Z[ host-image] Oct 09 22:06:38.560 INFO O| Oct 09 22:06:38.560 INFO O| Download: 7253/22734 items 57.2/196.5MB 29% complete (1.1M/s)
37062024-10-09T22:06:41.284Z[ recovery-image] Oct 09 22:06:39.748 INFO O| Oct 09 22:06:39.748 INFO O| Download: 2676/15836 items 33.0/173.3MB 19% complete (1.3M/s)
37072024-10-09T22:06:45.101Z[ host-image] Oct 09 22:06:43.565 INFO O| Oct 09 22:06:43.565 INFO O| Download: 8050/22734 items 60.3/196.5MB 30% complete (1.3M/s)
37082024-10-09T22:06:46.385Z[ recovery-image] Oct 09 22:06:44.764 INFO O| Oct 09 22:06:44.764 INFO O| Download: 3620/15836 items 39.3/173.3MB 22% complete (1.4M/s)
37092024-10-09T22:06:50.105Z[ host-image] Oct 09 22:06:48.568 INFO O| Oct 09 22:06:48.568 INFO O| Download: 8562/22734 items 70.1/196.5MB 35% complete (1.2M/s)
37102024-10-09T22:06:51.303Z[ recovery-image] Oct 09 22:06:49.766 INFO O| Oct 09 22:06:49.766 INFO O| Download: 4397/15836 items 42.8/173.3MB 24% complete (1000k/s)
37112024-10-09T22:06:55.393Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37122024-10-09T22:06:55.438Z[ host-image] Oct 09 22:06:53.901 INFO O| Oct 09 22:06:53.901 INFO O| Download: 9409/22734 items 81.7/196.5MB 41% complete (2.1M/s)
37132024-10-09T22:06:56.305Z[ recovery-image] Oct 09 22:06:54.767 INFO O| Oct 09 22:06:54.767 INFO O| Download: 5210/15836 items 43.2/173.3MB 24% complete (416k/s)
37142024-10-09T22:07:00.410Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37152024-10-09T22:07:00.439Z[ host-image] Oct 09 22:06:58.901 INFO O| Oct 09 22:06:58.901 INFO O| Download: 10417/22734 items 88.0/196.5MB 44% complete (1.7M/s)
37162024-10-09T22:07:02.085Z[ recovery-image] Oct 09 22:07:00.547 INFO O| Oct 09 22:07:00.547 INFO O| Download: 5743/15836 items 46.6/173.3MB 26% complete (368k/s)
37172024-10-09T22:07:05.454Z[ host-image] Oct 09 22:07:03.915 INFO O| Oct 09 22:07:03.915 INFO O| Download: 11064/22734 items 91.7/196.5MB 46% complete (1023k/s)
37182024-10-09T22:07:05.800Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37192024-10-09T22:07:07.134Z[ recovery-image] Oct 09 22:07:05.595 INFO O| Oct 09 22:07:05.595 INFO O| Download: 6003/15836 items 54.1/173.3MB 31% complete (1.0M/s)
37202024-10-09T22:07:10.647Z[ host-image] Oct 09 22:07:09.108 INFO O| Oct 09 22:07:09.108 INFO O| Download: 11234/22734 items 94.2/196.5MB 47% complete (634k/s)
37212024-10-09T22:07:12.142Z[ recovery-image] Oct 09 22:07:10.602 INFO O| Oct 09 22:07:10.602 INFO O| Download: 6768/15836 items 65.1/173.3MB 37% complete (1.9M/s)
37222024-10-09T22:07:15.654Z[ host-image] Oct 09 22:07:14.115 INFO O| Oct 09 22:07:14.114 INFO O| Download: 11639/22734 items 96.3/196.5MB 49% complete (452k/s)
37232024-10-09T22:07:17.142Z[ recovery-image] Oct 09 22:07:15.602 INFO O| Oct 09 22:07:15.602 INFO O| Download: 7627/15836 items 73.6/173.3MB 42% complete (2.0M/s)
37242024-10-09T22:07:20.764Z[ host-image] Oct 09 22:07:19.224 INFO O| Oct 09 22:07:19.224 INFO O| Download: 12169/22734 items 108.1/196.5MB 54% complete (1.4M/s)
37252024-10-09T22:07:22.167Z[ recovery-image] Oct 09 22:07:20.626 INFO O| Oct 09 22:07:20.626 INFO O| Download: 8236/15836 items 79.7/173.3MB 45% complete (1.5M/s)
37262024-10-09T22:07:28.156Z[ host-image] Oct 09 22:07:26.615 INFO O| Oct 09 22:07:26.615 INFO O| Download: 12288/22734 items 109.4/196.5MB 55% complete (1.4M/s)
37272024-10-09T22:07:28.159Z[ recovery-image] Oct 09 22:07:26.616 INFO O| Oct 09 22:07:26.616 INFO O| Download: 8663/15836 items 81.5/173.3MB 47% complete (781k/s)
37282024-10-09T22:07:33.164Z[ host-image] Oct 09 22:07:31.622 INFO O| Oct 09 22:07:31.622 INFO O| Download: 13204/22734 items 109.9/196.5MB 55% complete (47.7k/s)
37292024-10-09T22:07:34.476Z[ recovery-image] Oct 09 22:07:32.934 INFO O| Oct 09 22:07:32.934 INFO O| Download: 8825/15836 items 91.8/173.3MB 52% complete (1.1M/s)
37302024-10-09T22:07:38.343Z[ host-image] Oct 09 22:07:36.801 INFO O| Oct 09 22:07:36.801 INFO O| Download: 13919/22734 items 110.3/196.5MB 56% complete (86.1k/s)
37312024-10-09T22:07:39.481Z[ recovery-image] Oct 09 22:07:37.939 INFO O| Oct 09 22:07:37.939 INFO O| Download: 9629/15836 items 93.0/173.3MB 53% complete (950k/s)
37322024-10-09T22:07:43.605Z[ host-image] Oct 09 22:07:42.062 INFO O| Oct 09 22:07:42.062 INFO O| Download: 14459/22734 items 112.1/196.5MB 57% complete (214k/s)
37332024-10-09T22:07:44.499Z[ recovery-image] Oct 09 22:07:42.956 INFO O| Oct 09 22:07:42.956 INFO O| Download: 10439/15836 items 93.4/173.3MB 53% complete (167k/s)
37342024-10-09T22:07:48.621Z[ host-image] Oct 09 22:07:47.077 INFO O| Oct 09 22:07:47.077 INFO O| Download: 14962/22734 items 117.7/196.5MB 59% complete (752k/s)
37352024-10-09T22:07:49.987Z[ recovery-image] Oct 09 22:07:48.444 INFO O| Oct 09 22:07:48.443 INFO O| Download: 10913/15836 items 93.8/173.3MB 54% complete (96.8k/s)
37362024-10-09T22:07:53.788Z[ host-image] Oct 09 22:07:52.244 INFO O| Oct 09 22:07:52.244 INFO O| Download: 15737/22734 items 126.0/196.5MB 64% complete (1.4M/s)
37372024-10-09T22:07:55.001Z[ recovery-image] Oct 09 22:07:53.456 INFO O| Oct 09 22:07:53.456 INFO O| Download: 11386/15836 items 107.0/173.3MB 61% complete (1.3M/s)
37382024-10-09T22:07:58.796Z[ host-image] Oct 09 22:07:57.251 INFO O| Oct 09 22:07:57.251 INFO O| Download: 16529/22734 items 140.0/196.5MB 71% complete (2.2M/s)
37392024-10-09T22:08:00.009Z[ recovery-image] Oct 09 22:07:58.464 INFO O| Oct 09 22:07:58.464 INFO O| Download: 11729/15836 items 120.2/173.3MB 69% complete (2.6M/s)
37402024-10-09T22:08:03.817Z[ host-image] Oct 09 22:08:02.271 INFO O| Oct 09 22:08:02.271 INFO O| Download: 17415/22734 items 147.1/196.5MB 74% complete (2.1M/s)
37412024-10-09T22:08:05.020Z[ recovery-image] Oct 09 22:08:03.475 INFO O| Oct 09 22:08:03.475 INFO O| Download: 12158/15836 items 137.7/173.3MB 79% complete (3.1M/s)
37422024-10-09T22:08:09.875Z[ host-image] Oct 09 22:08:08.329 INFO O| Oct 09 22:08:08.329 INFO O| Download: 17876/22734 items 150.3/196.5MB 76% complete (1.8M/s)
37432024-10-09T22:08:10.021Z[ recovery-image] Oct 09 22:08:08.475 INFO O| Oct 09 22:08:08.475 INFO O| Download: 13010/15836 items 141.1/173.3MB 81% complete (2.1M/s)
37442024-10-09T22:08:14.877Z[ host-image] Oct 09 22:08:13.330 INFO O| Oct 09 22:08:13.330 INFO O| Download: 18248/22734 items 160.1/196.5MB 81% complete (1.2M/s)
37452024-10-09T22:08:15.140Z[ recovery-image] Oct 09 22:08:13.594 INFO O| Oct 09 22:08:13.594 INFO O| Download: 14030/15836 items 145.4/173.3MB 83% complete (840k/s)
37462024-10-09T22:08:19.879Z[ host-image] Oct 09 22:08:18.331 INFO O| Oct 09 22:08:18.331 INFO O| Download: 19108/22734 items 163.5/196.5MB 83% complete (1.3M/s)
37472024-10-09T22:08:20.156Z[ recovery-image] Oct 09 22:08:18.608 INFO O| Oct 09 22:08:18.608 INFO O| Download: 14379/15836 items 146.7/173.3MB 84% complete (560k/s)
37482024-10-09T22:08:24.983Z[ host-image] Oct 09 22:08:23.435 INFO O| Oct 09 22:08:23.435 INFO O| Download: 19971/22734 items 167.3/196.5MB 85% complete (842k/s)
37492024-10-09T22:08:25.162Z[ recovery-image] Oct 09 22:08:23.614 INFO O| Oct 09 22:08:23.614 INFO O| Download: 14734/15836 items 153.1/173.3MB 88% complete (704k/s)
37502024-10-09T22:08:29.983Z[ host-image] Oct 09 22:08:28.435 INFO O| Oct 09 22:08:28.435 INFO O| Download: 20601/22734 items 169.5/196.5MB 86% complete (610k/s)
37512024-10-09T22:08:30.703Z[ recovery-image] Oct 09 22:08:29.155 INFO O| Oct 09 22:08:29.154 INFO O| Download: 15256/15836 items 158.0/173.3MB 91% complete (1.1M/s)
37522024-10-09T22:08:35.061Z[ host-image] Oct 09 22:08:33.512 INFO O| Oct 09 22:08:33.512 INFO O| Download: 21030/22734 items 176.4/196.5MB 89% complete (980k/s)
37532024-10-09T22:08:35.879Z[ recovery-image] Oct 09 22:08:34.330 INFO O| Oct 09 22:08:34.330 INFO O| Download: 15548/15836 items 166.2/173.3MB 95% complete (1.3M/s)
37542024-10-09T22:08:40.075Z[ host-image] Oct 09 22:08:38.526 INFO O| Oct 09 22:08:38.526 INFO O| Download: 21729/22734 items 182.3/196.5MB 92% complete (1.2M/s)
37552024-10-09T22:08:41.096Z[ recovery-image] Oct 09 22:08:39.547 INFO O| Oct 09 22:08:39.546 INFO O| Download: 15810/15836 items 172.1/173.3MB 99% complete (1.4M/s)
37562024-10-09T22:08:42.006Z[ recovery-image] Oct 09 22:08:40.457 INFO O| Oct 09 22:08:40.457 INFO O| Download: Completed 173.29 MB in 141.02 seconds (1.2M/s)
37572024-10-09T22:08:43.233Z[ recovery-image] Oct 09 22:08:41.682 INFO O| Oct 09 22:08:41.682 INFO O| Actions: 1/24971 actions (Installing new actions)
37582024-10-09T22:08:45.076Z[ host-image] Oct 09 22:08:43.526 INFO O| Oct 09 22:08:43.526 INFO O| Download: 21873/22734 items 188.3/196.5MB 95% complete (1.6M/s)
37592024-10-09T22:08:48.233Z[ recovery-image] Oct 09 22:08:46.683 INFO O| Oct 09 22:08:46.683 INFO O| Actions: 9287/24971 actions (Installing new actions)
37602024-10-09T22:08:50.093Z[ host-image] Oct 09 22:08:48.542 INFO O| Oct 09 22:08:48.542 INFO O| Download: 22169/22734 items 194.3/196.5MB 98% complete (1.2M/s)
37612024-10-09T22:08:53.234Z[ recovery-image] Oct 09 22:08:51.683 INFO O| Oct 09 22:08:51.683 INFO O| Actions: 16716/24971 actions (Installing new actions)
37622024-10-09T22:08:54.957Z[ host-image] Oct 09 22:08:53.406 INFO O| Oct 09 22:08:53.405 INFO O| Download: Completed 196.52 MB in 180.47 seconds (1.1M/s)
37632024-10-09T22:08:56.494Z[ host-image] Oct 09 22:08:54.942 INFO O| Oct 09 22:08:54.942 INFO O| Actions: 1/49270 actions (Installing new actions)
37642024-10-09T22:08:58.237Z[ recovery-image] Oct 09 22:08:56.685 INFO O| Oct 09 22:08:56.685 INFO O| Actions: 24515/24971 actions (Installing new actions)
37652024-10-09T22:09:00.444Z[ recovery-image] Oct 09 22:08:58.892 INFO O| Oct 09 22:08:58.892 INFO O| Actions: Completed 24971 actions in 17.21 seconds.
37662024-10-09T22:09:00.987Z[ recovery-image] Oct 09 22:08:59.435 INFO O| Oct 09 22:08:59.435 INFO O| Done
37672024-10-09T22:09:00.987Z[ recovery-image] Oct 09 22:08:59.436 INFO O| Oct 09 22:08:59.435 INFO O| Done
37682024-10-09T22:09:01.495Z[ host-image] Oct 09 22:08:59.943 INFO O| Oct 09 22:08:59.943 INFO O| Actions: 9881/49270 actions (Installing new actions)
37692024-10-09T22:09:02.273Z[ recovery-image] Oct 09 22:09:00.721 INFO O| Oct 09 22:09:00.721 INFO O| Done
37702024-10-09T22:09:04.150Z[ recovery-image] Oct 09 22:09:02.596 INFO O| Oct 09 22:09:02.596 INFO O| Done
37712024-10-09T22:09:04.171Z[ recovery-image] Oct 09 22:09:02.618 INFO O| Oct 09 22:09:02.618 INFO O| Done
37722024-10-09T22:09:06.496Z[ host-image] Oct 09 22:09:04.943 INFO O| Oct 09 22:09:04.943 INFO O| Actions: 15787/49270 actions (Installing new actions)
37732024-10-09T22:09:09.682Z[ recovery-image] Oct 09 22:09:08.128 INFO O| Oct 09 22:09:08.128 INFO O| Done
37742024-10-09T22:09:10.461Z[ recovery-image] Oct 09 22:09:08.908 INFO O| Oct 09 22:09:08.908 INFO O| Done
37752024-10-09T22:09:10.848Z[ recovery-image] Oct 09 22:09:09.295 INFO O| Oct 09 22:09:09.295 INFO STEP 11 (pkg_install) COMPLETE
37762024-10-09T22:09:10.848Z[ recovery-image] Oct 09 22:09:09.295 INFO O| Oct 09 22:09:09.295 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37772024-10-09T22:09:10.848Z[ recovery-image] Oct 09 22:09:09.295 INFO O| Oct 09 22:09:09.295 INFO skip step because feature "recovery" is enabled
37782024-10-09T22:09:10.851Z[ recovery-image] Oct 09 22:09:09.295 INFO O| Oct 09 22:09:09.295 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37792024-10-09T22:09:10.851Z[ recovery-image] Oct 09 22:09:09.295 INFO O| Oct 09 22:09:09.295 INFO skip step because feature "omicron1" is not enabled
37802024-10-09T22:09:10.851Z[ recovery-image] Oct 09 22:09:09.295 INFO O| Oct 09 22:09:09.295 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37812024-10-09T22:09:10.868Z[ recovery-image] Oct 09 22:09:09.315 INFO O| Oct 09 22:09:09.315 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37822024-10-09T22:09:11.498Z[ host-image] Oct 09 22:09:09.945 INFO O| Oct 09 22:09:09.944 INFO O| Actions: 22700/49270 actions (Installing new actions)
37832024-10-09T22:09:12.575Z[ recovery-image] Oct 09 22:09:11.021 INFO O| Oct 09 22:09:11.021 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37842024-10-09T22:09:15.443Z[ recovery-image] Oct 09 22:09:13.889 INFO O| Oct 09 22:09:13.889 INFO O| Planning: Solver setup ... Done
37852024-10-09T22:09:15.453Z[ recovery-image] Oct 09 22:09:13.897 INFO O| Oct 09 22:09:13.897 INFO O| Planning: Running solver ... Done
37862024-10-09T22:09:15.599Z[ recovery-image] Oct 09 22:09:14.045 INFO O| Oct 09 22:09:14.045 INFO O| Planning: Finding local manifests ... Done
37872024-10-09T22:09:15.601Z[ recovery-image] Oct 09 22:09:14.047 INFO O| Oct 09 22:09:14.047 INFO O| Planning: Fetching manifests: 0/1 0% complete
37882024-10-09T22:09:15.754Z[ recovery-image] Oct 09 22:09:14.200 INFO O| Oct 09 22:09:14.200 INFO O| Planning: Fetching manifests: 1/1 100% complete
37892024-10-09T22:09:15.788Z[ recovery-image] Oct 09 22:09:14.234 INFO O| Oct 09 22:09:14.234 INFO O| Planning: Package planning ... Done
37902024-10-09T22:09:15.791Z[ recovery-image] Oct 09 22:09:14.235 INFO O| Oct 09 22:09:14.235 INFO O| Planning: Merging actions ... Done
37912024-10-09T22:09:15.844Z[ recovery-image] Oct 09 22:09:14.290 INFO O| Oct 09 22:09:14.290 INFO O| Planning: Checking for conflicting actions ... Done
37922024-10-09T22:09:15.847Z[ recovery-image] Oct 09 22:09:14.291 INFO O| Oct 09 22:09:14.291 INFO O| Planning: Consolidating action changes ... Done
37932024-10-09T22:09:16.087Z[ recovery-image] Oct 09 22:09:14.532 INFO O| Oct 09 22:09:14.532 INFO O| Planning: Evaluating mediators ... Done
37942024-10-09T22:09:16.090Z[ recovery-image] Oct 09 22:09:14.533 INFO O| Oct 09 22:09:14.533 INFO O| Planning: Planning completed in 3.51 seconds
37952024-10-09T22:09:16.090Z[ recovery-image] Oct 09 22:09:14.536 INFO O| Oct 09 22:09:14.536 INFO O| Packages to install: 1
37962024-10-09T22:09:16.106Z[ recovery-image] Oct 09 22:09:14.553 INFO O| Oct 09 22:09:14.553 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37972024-10-09T22:09:16.520Z[ host-image] Oct 09 22:09:14.966 INFO O| Oct 09 22:09:14.966 INFO O| Actions: 48759/49270 actions (Installing new actions)
37982024-10-09T22:09:17.211Z[ recovery-image] Oct 09 22:09:15.657 INFO O| Oct 09 22:09:15.657 INFO O| Download: Completed 20.80 MB in 1.10 seconds (18.8M/s)
37992024-10-09T22:09:17.270Z[ recovery-image] Oct 09 22:09:15.716 INFO O| Oct 09 22:09:15.716 INFO O| Actions: 1/22 actions (Installing new actions)
38002024-10-09T22:09:18.000Z[ recovery-image] Oct 09 22:09:16.446 INFO O| Oct 09 22:09:16.446 INFO O| Actions: Completed 22 actions in 0.73 seconds.
38012024-10-09T22:09:18.311Z[ recovery-image] Oct 09 22:09:16.757 INFO O| Oct 09 22:09:16.757 INFO O| Done
38022024-10-09T22:09:18.311Z[ recovery-image] Oct 09 22:09:16.757 INFO O| Oct 09 22:09:16.757 INFO O| Done
38032024-10-09T22:09:19.328Z[ recovery-image] Oct 09 22:09:17.774 INFO O| Oct 09 22:09:17.774 INFO O| Done
38042024-10-09T22:09:20.620Z[ host-image] Oct 09 22:09:19.066 INFO O| Oct 09 22:09:19.066 INFO O| Actions: Completed 49270 actions in 24.12 seconds.
38052024-10-09T22:09:24.283Z[ recovery-image] Oct 09 22:09:19.503 INFO O| Oct 09 22:09:19.503 INFO O| Done
38062024-10-09T22:09:24.311Z[ recovery-image] Oct 09 22:09:19.539 INFO O| Oct 09 22:09:19.538 INFO O| Done
38072024-10-09T22:09:24.311Z[ recovery-image] Oct 09 22:09:19.539 INFO O| Oct 09 22:09:19.539 INFO O| Done
38082024-10-09T22:09:24.311Z[ recovery-image] Oct 09 22:09:19.554 INFO O| Oct 09 22:09:19.554 INFO O| Done
38092024-10-09T22:09:24.311Z[ host-image] Oct 09 22:09:19.685 INFO O| Oct 09 22:09:19.685 INFO O| Done
38102024-10-09T22:09:24.311Z[ host-image] Oct 09 22:09:19.685 INFO O| Oct 09 22:09:19.685 INFO O| Done
38112024-10-09T22:09:24.311Z[ recovery-image] Oct 09 22:09:19.741 INFO O| Oct 09 22:09:19.741 INFO STEP 14 (pkg_install) COMPLETE
38122024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.741 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38132024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.741 INFO skip step because feature "mfg" is not enabled
38142024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.742 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38152024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.742 INFO skip step because feature "compliance" is not enabled
38162024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.742 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38172024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.742 INFO skip step because feature "stress" is not enabled
38182024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.742 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38192024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.742 INFO skip step because feature "nfs" is not enabled
38202024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.742 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38212024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:19.742 INFO O| Oct 09 22:09:19.742 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38222024-10-09T22:09:24.312Z[ recovery-image] Oct 09 22:09:20.004 INFO O| Oct 09 22:09:20.003 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38232024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.187 INFO O| Oct 09 22:09:20.187 INFO completed processing gimlet/ramdisk-01-os
38242024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.191 INFO image builder template: ramdisk-02-trim...
38252024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.191 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/.tmpmFhPjs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38262024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.229 INFO O| Oct 09 22:09:20.229 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38272024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.236 INFO O| Oct 09 22:09:20.236 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38282024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.347 INFO O| Oct 09 22:09:20.347 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38292024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.453 INFO O| Oct 09 22:09:20.452 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38302024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.453 INFO O| Oct 09 22:09:20.453 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38312024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.461 INFO O| Oct 09 22:09:20.461 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38322024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.502 INFO O| Oct 09 22:09:20.502 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38332024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.512 INFO O| Oct 09 22:09:20.512 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38342024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.864 INFO O| Oct 09 22:09:20.864 INFO rolled back to input snapshot; work may begin
38352024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.864 INFO O| Oct 09 22:09:20.864 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38362024-10-09T22:09:24.313Z[ recovery-image] Oct 09 22:09:20.873 INFO O| Oct 09 22:09:20.873 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:20.891 INFO O| Oct 09 22:09:20.890 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38382024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.010 INFO O| Oct 09 22:09:21.010 INFO STEP 0 (remove_files) COMPLETE
38392024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.010 INFO O| Oct 09 22:09:21.010 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.035 INFO O| Oct 09 22:09:21.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38412024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.038 INFO O| Oct 09 22:09:21.038 INFO STEP 1 (remove_files) COMPLETE
38422024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.038 INFO O| Oct 09 22:09:21.038 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-10-09T22:09:24.336Z[ host-image] Oct 09 22:09:21.048 INFO O| Oct 09 22:09:21.048 INFO O| Done
38442024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.057 INFO O| Oct 09 22:09:21.057 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38452024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.081 INFO O| Oct 09 22:09:21.081 INFO STEP 2 (remove_files) COMPLETE
38462024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.081 INFO O| Oct 09 22:09:21.081 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.111 INFO O| Oct 09 22:09:21.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38482024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.115 INFO O| Oct 09 22:09:21.115 INFO STEP 3 (remove_files) COMPLETE
38492024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.115 INFO O| Oct 09 22:09:21.115 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.134 INFO O| Oct 09 22:09:21.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38512024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.141 INFO O| Oct 09 22:09:21.141 INFO STEP 4 (remove_files) COMPLETE
38522024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.141 INFO O| Oct 09 22:09:21.141 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.164 INFO O| Oct 09 22:09:21.163 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38542024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.164 INFO O| Oct 09 22:09:21.164 INFO STEP 5 (remove_files) COMPLETE
38552024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.164 INFO O| Oct 09 22:09:21.164 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-10-09T22:09:24.336Z[ recovery-image] Oct 09 22:09:21.207 INFO O| Oct 09 22:09:21.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38572024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.228 INFO O| Oct 09 22:09:21.227 INFO STEP 6 (remove_files) COMPLETE
38582024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.228 INFO O| Oct 09 22:09:21.227 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.228 INFO O| Oct 09 22:09:21.228 INFO skip step because feature "recovery" is enabled
38602024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.228 INFO O| Oct 09 22:09:21.228 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.228 INFO O| Oct 09 22:09:21.228 INFO skip step because feature "recovery" is enabled
38622024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.228 INFO O| Oct 09 22:09:21.228 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.228 INFO O| Oct 09 22:09:21.228 INFO skip step because feature "recovery" is enabled
38642024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.228 INFO O| Oct 09 22:09:21.228 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.248 INFO O| Oct 09 22:09:21.248 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38662024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.255 INFO O| Oct 09 22:09:21.255 INFO STEP 10 (remove_files) COMPLETE
38672024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.255 INFO O| Oct 09 22:09:21.255 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.293 INFO O| Oct 09 22:09:21.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38692024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.295 INFO O| Oct 09 22:09:21.295 INFO STEP 11 (remove_files) COMPLETE
38702024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.295 INFO O| Oct 09 22:09:21.295 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.355 INFO O| Oct 09 22:09:21.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38722024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.357 INFO O| Oct 09 22:09:21.357 INFO STEP 12 (remove_files) COMPLETE
38732024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.357 INFO O| Oct 09 22:09:21.357 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.604 INFO O| Oct 09 22:09:21.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38752024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.725 INFO O| Oct 09 22:09:21.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38762024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.729 INFO O| Oct 09 22:09:21.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38772024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.734 INFO O| Oct 09 22:09:21.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38782024-10-09T22:09:24.337Z[ recovery-image] Oct 09 22:09:21.900 INFO O| Oct 09 22:09:21.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38792024-10-09T22:09:24.338Z[ recovery-image] Oct 09 22:09:21.920 INFO O| Oct 09 22:09:21.920 INFO STEP 13 (remove_files) COMPLETE
38802024-10-09T22:09:24.338Z[ recovery-image] Oct 09 22:09:21.920 INFO O| Oct 09 22:09:21.920 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-10-09T22:09:24.338Z[ recovery-image] Oct 09 22:09:21.954 INFO O| Oct 09 22:09:21.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38822024-10-09T22:09:24.338Z[ recovery-image] Oct 09 22:09:21.956 INFO O| Oct 09 22:09:21.956 INFO STEP 14 (remove_files) COMPLETE
38832024-10-09T22:09:24.338Z[ recovery-image] Oct 09 22:09:21.956 INFO O| Oct 09 22:09:21.956 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-10-09T22:09:24.338Z[ recovery-image] Oct 09 22:09:21.983 INFO O| Oct 09 22:09:21.983 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38852024-10-09T22:09:24.338Z[ recovery-image] Oct 09 22:09:21.994 INFO O| Oct 09 22:09:21.994 INFO STEP 15 (remove_files) COMPLETE
38862024-10-09T22:09:24.338Z[ recovery-image] Oct 09 22:09:21.995 INFO O| Oct 09 22:09:21.994 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.015 INFO O| Oct 09 22:09:22.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38882024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.016 INFO O| Oct 09 22:09:22.016 INFO STEP 16 (remove_files) COMPLETE
38892024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.016 INFO O| Oct 09 22:09:22.016 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.034 INFO O| Oct 09 22:09:22.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38912024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.037 INFO O| Oct 09 22:09:22.037 INFO STEP 17 (remove_files) COMPLETE
38922024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.037 INFO O| Oct 09 22:09:22.037 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.056 INFO O| Oct 09 22:09:22.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38942024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.056 INFO O| Oct 09 22:09:22.056 INFO STEP 18 (remove_files) COMPLETE
38952024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.056 INFO O| Oct 09 22:09:22.056 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.089 INFO O| Oct 09 22:09:22.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38972024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.089 INFO O| Oct 09 22:09:22.089 INFO STEP 19 (remove_files) COMPLETE
38982024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.089 INFO O| Oct 09 22:09:22.089 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-10-09T22:09:24.339Z[ recovery-image] Oct 09 22:09:22.108 INFO O| Oct 09 22:09:22.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39002024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.108 INFO O| Oct 09 22:09:22.108 INFO STEP 20 (remove_files) COMPLETE
39012024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.108 INFO O| Oct 09 22:09:22.108 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.144 INFO O| Oct 09 22:09:22.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39032024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.144 INFO O| Oct 09 22:09:22.144 INFO STEP 21 (remove_files) COMPLETE
39042024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.144 INFO O| Oct 09 22:09:22.144 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.165 INFO O| Oct 09 22:09:22.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39062024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.165 INFO O| Oct 09 22:09:22.165 INFO STEP 22 (remove_files) COMPLETE
39072024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.165 INFO O| Oct 09 22:09:22.165 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.186 INFO O| Oct 09 22:09:22.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39092024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.186 INFO O| Oct 09 22:09:22.186 INFO STEP 23 (remove_files) COMPLETE
39102024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.186 INFO O| Oct 09 22:09:22.186 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.205 INFO O| Oct 09 22:09:22.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39122024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.205 INFO O| Oct 09 22:09:22.205 INFO STEP 24 (remove_files) COMPLETE
39132024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.205 INFO O| Oct 09 22:09:22.205 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39142024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.223 INFO O| Oct 09 22:09:22.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39152024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.223 INFO O| Oct 09 22:09:22.223 INFO STEP 25 (remove_files) COMPLETE
39162024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.223 INFO O| Oct 09 22:09:22.223 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.245 INFO O| Oct 09 22:09:22.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39182024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.246 INFO O| Oct 09 22:09:22.245 INFO STEP 26 (remove_files) COMPLETE
39192024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.246 INFO O| Oct 09 22:09:22.246 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.264 INFO O| Oct 09 22:09:22.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39212024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.264 INFO O| Oct 09 22:09:22.264 INFO STEP 27 (remove_files) COMPLETE
39222024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.264 INFO O| Oct 09 22:09:22.264 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.292 INFO O| Oct 09 22:09:22.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39242024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.293 INFO O| Oct 09 22:09:22.292 INFO STEP 28 (remove_files) COMPLETE
39252024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.293 INFO O| Oct 09 22:09:22.293 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.310 INFO O| Oct 09 22:09:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39272024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.311 INFO O| Oct 09 22:09:22.311 INFO STEP 29 (remove_files) COMPLETE
39282024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.311 INFO O| Oct 09 22:09:22.311 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.330 INFO O| Oct 09 22:09:22.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39302024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.330 INFO O| Oct 09 22:09:22.330 INFO STEP 30 (remove_files) COMPLETE
39312024-10-09T22:09:24.340Z[ recovery-image] Oct 09 22:09:22.330 INFO O| Oct 09 22:09:22.330 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-10-09T22:09:24.341Z[ recovery-image] Oct 09 22:09:22.365 INFO O| Oct 09 22:09:22.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39332024-10-09T22:09:24.341Z[ recovery-image] Oct 09 22:09:22.365 INFO O| Oct 09 22:09:22.365 INFO STEP 31 (remove_files) COMPLETE
39342024-10-09T22:09:24.341Z[ recovery-image] Oct 09 22:09:22.365 INFO O| Oct 09 22:09:22.365 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-10-09T22:09:24.341Z[ recovery-image] Oct 09 22:09:22.403 INFO O| Oct 09 22:09:22.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39362024-10-09T22:09:24.341Z[ recovery-image] Oct 09 22:09:22.404 INFO O| Oct 09 22:09:22.403 INFO STEP 32 (remove_files) COMPLETE
39372024-10-09T22:09:24.348Z[ recovery-image] Oct 09 22:09:22.404 INFO O| Oct 09 22:09:22.404 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-10-09T22:09:24.348Z[ recovery-image] Oct 09 22:09:22.439 INFO O| Oct 09 22:09:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39392024-10-09T22:09:24.348Z[ recovery-image] Oct 09 22:09:22.439 INFO O| Oct 09 22:09:22.439 INFO STEP 33 (remove_files) COMPLETE
39402024-10-09T22:09:24.348Z[ recovery-image] Oct 09 22:09:22.440 INFO O| Oct 09 22:09:22.439 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-10-09T22:09:24.348Z[ recovery-image] Oct 09 22:09:22.478 INFO O| Oct 09 22:09:22.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39422024-10-09T22:09:24.348Z[ recovery-image] Oct 09 22:09:22.478 INFO O| Oct 09 22:09:22.478 INFO STEP 34 (remove_files) COMPLETE
39432024-10-09T22:09:24.348Z[ recovery-image] Oct 09 22:09:22.478 INFO O| Oct 09 22:09:22.478 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-10-09T22:09:24.348Z[ recovery-image] Oct 09 22:09:22.510 INFO O| Oct 09 22:09:22.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39452024-10-09T22:09:24.348Z[ recovery-image] Oct 09 22:09:22.510 INFO O| Oct 09 22:09:22.510 INFO STEP 35 (remove_files) COMPLETE
39462024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.510 INFO O| Oct 09 22:09:22.510 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39472024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.569 INFO O| Oct 09 22:09:22.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39482024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.570 INFO O| Oct 09 22:09:22.569 INFO STEP 36 (remove_files) COMPLETE
39492024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.570 INFO O| Oct 09 22:09:22.570 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.587 INFO O| Oct 09 22:09:22.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39512024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.587 INFO O| Oct 09 22:09:22.587 INFO STEP 37 (remove_files) COMPLETE
39522024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.587 INFO O| Oct 09 22:09:22.587 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.603 INFO O| Oct 09 22:09:22.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39542024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.603 INFO O| Oct 09 22:09:22.603 INFO STEP 38 (remove_files) COMPLETE
39552024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.603 INFO O| Oct 09 22:09:22.603 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.618 INFO O| Oct 09 22:09:22.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39572024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.618 INFO O| Oct 09 22:09:22.618 INFO STEP 39 (remove_files) COMPLETE
39582024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.618 INFO O| Oct 09 22:09:22.618 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.634 INFO O| Oct 09 22:09:22.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39602024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.634 INFO O| Oct 09 22:09:22.634 INFO STEP 40 (remove_files) COMPLETE
39612024-10-09T22:09:24.349Z[ recovery-image] Oct 09 22:09:22.634 INFO O| Oct 09 22:09:22.634 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.650 INFO O| Oct 09 22:09:22.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39632024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.651 INFO O| Oct 09 22:09:22.650 INFO STEP 41 (remove_files) COMPLETE
39642024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.651 INFO O| Oct 09 22:09:22.651 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.676 INFO O| Oct 09 22:09:22.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39662024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.676 INFO O| Oct 09 22:09:22.676 INFO STEP 42 (remove_files) COMPLETE
39672024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.676 INFO O| Oct 09 22:09:22.676 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.702 INFO O| Oct 09 22:09:22.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39692024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.702 INFO O| Oct 09 22:09:22.702 INFO STEP 43 (remove_files) COMPLETE
39702024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.702 INFO O| Oct 09 22:09:22.702 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39712024-10-09T22:09:24.350Z[ recovery-image] Oct 09 22:09:22.719 INFO O| Oct 09 22:09:22.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39722024-10-09T22:09:24.351Z[ recovery-image] Oct 09 22:09:22.719 INFO O| Oct 09 22:09:22.719 INFO STEP 44 (remove_files) COMPLETE
39732024-10-09T22:09:24.351Z[ recovery-image] Oct 09 22:09:22.719 INFO O| Oct 09 22:09:22.719 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39742024-10-09T22:09:24.351Z[ recovery-image] Oct 09 22:09:22.737 INFO O| Oct 09 22:09:22.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39752024-10-09T22:09:24.351Z[ recovery-image] Oct 09 22:09:22.737 INFO O| Oct 09 22:09:22.737 INFO STEP 45 (remove_files) COMPLETE
39762024-10-09T22:09:24.351Z[ recovery-image] Oct 09 22:09:22.737 INFO O| Oct 09 22:09:22.737 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-10-09T22:09:24.351Z[ recovery-image] Oct 09 22:09:22.779 INFO O| Oct 09 22:09:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39782024-10-09T22:09:24.351Z[ recovery-image] Oct 09 22:09:22.779 INFO O| Oct 09 22:09:22.779 INFO STEP 46 (remove_files) COMPLETE
39792024-10-09T22:09:24.351Z[ recovery-image] Oct 09 22:09:22.779 INFO O| Oct 09 22:09:22.779 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-10-09T22:09:24.367Z[ recovery-image] Oct 09 22:09:22.812 INFO O| Oct 09 22:09:22.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39812024-10-09T22:09:24.367Z[ recovery-image] Oct 09 22:09:22.812 INFO O| Oct 09 22:09:22.812 INFO STEP 47 (remove_files) COMPLETE
39822024-10-09T22:09:24.367Z[ recovery-image] Oct 09 22:09:22.812 INFO O| Oct 09 22:09:22.812 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39832024-10-09T22:09:24.385Z[ recovery-image] Oct 09 22:09:22.830 INFO O| Oct 09 22:09:22.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39842024-10-09T22:09:24.385Z[ recovery-image] Oct 09 22:09:22.830 INFO O| Oct 09 22:09:22.830 INFO STEP 48 (remove_files) COMPLETE
39852024-10-09T22:09:24.385Z[ recovery-image] Oct 09 22:09:22.831 INFO O| Oct 09 22:09:22.830 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-10-09T22:09:24.402Z[ recovery-image] Oct 09 22:09:22.848 INFO O| Oct 09 22:09:22.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39872024-10-09T22:09:24.402Z[ recovery-image] Oct 09 22:09:22.848 INFO O| Oct 09 22:09:22.848 INFO STEP 49 (remove_files) COMPLETE
39882024-10-09T22:09:24.402Z[ recovery-image] Oct 09 22:09:22.848 INFO O| Oct 09 22:09:22.848 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-10-09T22:09:24.427Z[ recovery-image] Oct 09 22:09:22.872 INFO O| Oct 09 22:09:22.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39902024-10-09T22:09:24.427Z[ recovery-image] Oct 09 22:09:22.872 INFO O| Oct 09 22:09:22.872 INFO STEP 50 (remove_files) COMPLETE
39912024-10-09T22:09:24.430Z[ recovery-image] Oct 09 22:09:22.872 INFO O| Oct 09 22:09:22.872 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39922024-10-09T22:09:24.458Z[ recovery-image] Oct 09 22:09:22.904 INFO O| Oct 09 22:09:22.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39932024-10-09T22:09:24.458Z[ recovery-image] Oct 09 22:09:22.904 INFO O| Oct 09 22:09:22.904 INFO STEP 51 (remove_files) COMPLETE
39942024-10-09T22:09:24.459Z[ recovery-image] Oct 09 22:09:22.904 INFO O| Oct 09 22:09:22.904 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-10-09T22:09:24.478Z[ recovery-image] Oct 09 22:09:22.923 INFO O| Oct 09 22:09:22.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39962024-10-09T22:09:24.478Z[ recovery-image] Oct 09 22:09:22.923 INFO O| Oct 09 22:09:22.923 INFO STEP 52 (remove_files) COMPLETE
39972024-10-09T22:09:24.478Z[ recovery-image] Oct 09 22:09:22.923 INFO O| Oct 09 22:09:22.923 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-10-09T22:09:24.498Z[ recovery-image] Oct 09 22:09:22.943 INFO O| Oct 09 22:09:22.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39992024-10-09T22:09:24.498Z[ recovery-image] Oct 09 22:09:22.943 INFO O| Oct 09 22:09:22.943 INFO STEP 53 (remove_files) COMPLETE
40002024-10-09T22:09:24.500Z[ recovery-image] Oct 09 22:09:22.943 INFO O| Oct 09 22:09:22.943 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-10-09T22:09:24.516Z[ recovery-image] Oct 09 22:09:22.962 INFO O| Oct 09 22:09:22.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40022024-10-09T22:09:24.516Z[ recovery-image] Oct 09 22:09:22.962 INFO O| Oct 09 22:09:22.962 INFO STEP 54 (remove_files) COMPLETE
40032024-10-09T22:09:24.520Z[ recovery-image] Oct 09 22:09:22.962 INFO O| Oct 09 22:09:22.962 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-10-09T22:09:24.551Z[ recovery-image] Oct 09 22:09:22.997 INFO O| Oct 09 22:09:22.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40052024-10-09T22:09:24.552Z[ recovery-image] Oct 09 22:09:22.997 INFO O| Oct 09 22:09:22.997 INFO STEP 55 (remove_files) COMPLETE
40062024-10-09T22:09:24.557Z[ recovery-image] Oct 09 22:09:22.997 INFO O| Oct 09 22:09:22.997 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-10-09T22:09:24.595Z[ recovery-image] Oct 09 22:09:23.041 INFO O| Oct 09 22:09:23.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40082024-10-09T22:09:24.595Z[ recovery-image] Oct 09 22:09:23.041 INFO O| Oct 09 22:09:23.041 INFO STEP 56 (remove_files) COMPLETE
40092024-10-09T22:09:24.595Z[ recovery-image] Oct 09 22:09:23.041 INFO O| Oct 09 22:09:23.041 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-10-09T22:09:24.613Z[ recovery-image] Oct 09 22:09:23.058 INFO O| Oct 09 22:09:23.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40112024-10-09T22:09:24.613Z[ recovery-image] Oct 09 22:09:23.058 INFO O| Oct 09 22:09:23.058 INFO STEP 57 (remove_files) COMPLETE
40122024-10-09T22:09:24.613Z[ recovery-image] Oct 09 22:09:23.058 INFO O| Oct 09 22:09:23.058 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-10-09T22:09:24.638Z[ recovery-image] Oct 09 22:09:23.083 INFO O| Oct 09 22:09:23.083 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40142024-10-09T22:09:24.638Z[ recovery-image] Oct 09 22:09:23.083 INFO O| Oct 09 22:09:23.083 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40152024-10-09T22:09:24.640Z[ recovery-image] Oct 09 22:09:23.084 INFO O| Oct 09 22:09:23.083 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40162024-10-09T22:09:24.640Z[ recovery-image] Oct 09 22:09:23.084 INFO O| Oct 09 22:09:23.084 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40172024-10-09T22:09:24.640Z[ recovery-image] Oct 09 22:09:23.084 INFO O| Oct 09 22:09:23.084 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40182024-10-09T22:09:24.640Z[ recovery-image] Oct 09 22:09:23.084 INFO O| Oct 09 22:09:23.084 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40192024-10-09T22:09:24.640Z[ recovery-image] Oct 09 22:09:23.084 INFO O| Oct 09 22:09:23.084 INFO ok!
40202024-10-09T22:09:24.640Z[ recovery-image] Oct 09 22:09:23.084 INFO O| Oct 09 22:09:23.084 INFO STEP 58 (ensure_file) COMPLETE
40212024-10-09T22:09:24.640Z[ recovery-image] Oct 09 22:09:23.084 INFO O| Oct 09 22:09:23.084 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-10-09T22:09:24.672Z[ recovery-image] Oct 09 22:09:23.117 INFO O| Oct 09 22:09:23.117 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40232024-10-09T22:09:24.672Z[ recovery-image] Oct 09 22:09:23.117 INFO O| Oct 09 22:09:23.117 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40242024-10-09T22:09:24.674Z[ recovery-image] Oct 09 22:09:23.117 INFO O| Oct 09 22:09:23.117 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40252024-10-09T22:09:24.674Z[ recovery-image] Oct 09 22:09:23.117 INFO O| Oct 09 22:09:23.117 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40262024-10-09T22:09:24.674Z[ recovery-image] Oct 09 22:09:23.118 INFO O| Oct 09 22:09:23.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40272024-10-09T22:09:24.674Z[ recovery-image] Oct 09 22:09:23.118 INFO O| Oct 09 22:09:23.118 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40282024-10-09T22:09:24.674Z[ recovery-image] Oct 09 22:09:23.118 INFO O| Oct 09 22:09:23.118 INFO ok!
40292024-10-09T22:09:24.674Z[ recovery-image] Oct 09 22:09:23.118 INFO O| Oct 09 22:09:23.118 INFO STEP 59 (ensure_file) COMPLETE
40302024-10-09T22:09:24.674Z[ recovery-image] Oct 09 22:09:23.118 INFO O| Oct 09 22:09:23.118 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-10-09T22:09:24.692Z[ recovery-image] Oct 09 22:09:23.137 INFO O| Oct 09 22:09:23.137 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40322024-10-09T22:09:24.692Z[ recovery-image] Oct 09 22:09:23.137 INFO O| Oct 09 22:09:23.137 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40332024-10-09T22:09:24.694Z[ recovery-image] Oct 09 22:09:23.137 INFO O| Oct 09 22:09:23.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40342024-10-09T22:09:24.694Z[ recovery-image] Oct 09 22:09:23.137 INFO O| Oct 09 22:09:23.137 INFO ok!
40352024-10-09T22:09:24.694Z[ recovery-image] Oct 09 22:09:23.137 INFO O| Oct 09 22:09:23.137 INFO STEP 60 (ensure_file) COMPLETE
40362024-10-09T22:09:24.694Z[ recovery-image] Oct 09 22:09:23.137 INFO O| Oct 09 22:09:23.137 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-10-09T22:09:24.710Z[ recovery-image] Oct 09 22:09:23.156 INFO O| Oct 09 22:09:23.156 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40382024-10-09T22:09:24.711Z[ recovery-image] Oct 09 22:09:23.156 INFO O| Oct 09 22:09:23.156 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40392024-10-09T22:09:24.713Z[ recovery-image] Oct 09 22:09:23.156 INFO O| Oct 09 22:09:23.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40402024-10-09T22:09:24.713Z[ recovery-image] Oct 09 22:09:23.156 INFO O| Oct 09 22:09:23.156 INFO ok!
40412024-10-09T22:09:24.713Z[ recovery-image] Oct 09 22:09:23.156 INFO O| Oct 09 22:09:23.156 INFO STEP 61 (ensure_file) COMPLETE
40422024-10-09T22:09:24.713Z[ recovery-image] Oct 09 22:09:23.156 INFO O| Oct 09 22:09:23.156 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40432024-10-09T22:09:24.728Z[ recovery-image] Oct 09 22:09:23.173 INFO O| Oct 09 22:09:23.173 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40442024-10-09T22:09:24.728Z[ recovery-image] Oct 09 22:09:23.173 INFO O| Oct 09 22:09:23.173 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40452024-10-09T22:09:24.731Z[ recovery-image] Oct 09 22:09:23.174 INFO O| Oct 09 22:09:23.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40462024-10-09T22:09:24.731Z[ recovery-image] Oct 09 22:09:23.174 INFO O| Oct 09 22:09:23.174 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40472024-10-09T22:09:24.731Z[ recovery-image] Oct 09 22:09:23.174 INFO O| Oct 09 22:09:23.174 INFO ok!
40482024-10-09T22:09:24.731Z[ recovery-image] Oct 09 22:09:23.174 INFO O| Oct 09 22:09:23.174 INFO STEP 62 (ensure_file) COMPLETE
40492024-10-09T22:09:24.731Z[ recovery-image] Oct 09 22:09:23.174 INFO O| Oct 09 22:09:23.174 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-10-09T22:09:24.745Z[ recovery-image] Oct 09 22:09:23.190 INFO O| Oct 09 22:09:23.190 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40512024-10-09T22:09:24.745Z[ recovery-image] Oct 09 22:09:23.190 INFO O| Oct 09 22:09:23.190 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40522024-10-09T22:09:24.745Z[ recovery-image] Oct 09 22:09:23.190 INFO O| Oct 09 22:09:23.190 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40532024-10-09T22:09:24.747Z[ recovery-image] Oct 09 22:09:23.191 INFO O| Oct 09 22:09:23.190 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40542024-10-09T22:09:24.747Z[ recovery-image] Oct 09 22:09:23.191 INFO O| Oct 09 22:09:23.190 INFO ok!
40552024-10-09T22:09:24.747Z[ recovery-image] Oct 09 22:09:23.191 INFO O| Oct 09 22:09:23.191 INFO STEP 63 (ensure_file) COMPLETE
40562024-10-09T22:09:24.748Z[ recovery-image] Oct 09 22:09:23.191 INFO O| Oct 09 22:09:23.191 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40572024-10-09T22:09:24.762Z[ recovery-image] Oct 09 22:09:23.208 INFO O| Oct 09 22:09:23.208 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40582024-10-09T22:09:24.762Z[ recovery-image] Oct 09 22:09:23.208 INFO O| Oct 09 22:09:23.208 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40592024-10-09T22:09:24.765Z[ recovery-image] Oct 09 22:09:23.208 INFO O| Oct 09 22:09:23.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40602024-10-09T22:09:24.765Z[ recovery-image] Oct 09 22:09:23.208 INFO O| Oct 09 22:09:23.208 INFO ok!
40612024-10-09T22:09:24.765Z[ recovery-image] Oct 09 22:09:23.208 INFO O| Oct 09 22:09:23.208 INFO STEP 64 (assemble_files) COMPLETE
40622024-10-09T22:09:24.765Z[ recovery-image] Oct 09 22:09:23.208 INFO O| Oct 09 22:09:23.208 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-10-09T22:09:24.779Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40642024-10-09T22:09:24.779Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40652024-10-09T22:09:24.781Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40662024-10-09T22:09:24.781Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40672024-10-09T22:09:24.781Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO ok!
40682024-10-09T22:09:24.781Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO STEP 65 (ensure_file) COMPLETE
40692024-10-09T22:09:24.781Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-10-09T22:09:24.781Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO skip step because feature "omicron1" is not enabled
40712024-10-09T22:09:24.781Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-10-09T22:09:24.781Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO skip step because feature "omicron1" is not enabled
40732024-10-09T22:09:24.782Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-10-09T22:09:24.782Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO skip step because feature "omicron1" is not enabled
40752024-10-09T22:09:24.782Z[ recovery-image] Oct 09 22:09:23.224 INFO O| Oct 09 22:09:23.224 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-10-09T22:09:24.803Z[ recovery-image] Oct 09 22:09:23.248 INFO O| Oct 09 22:09:23.248 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40772024-10-09T22:09:24.803Z[ recovery-image] Oct 09 22:09:23.248 INFO O| Oct 09 22:09:23.248 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40782024-10-09T22:09:25.223Z[ host-image] Oct 09 22:09:23.668 INFO O| Oct 09 22:09:23.668 INFO O| Done
40792024-10-09T22:09:25.261Z[ host-image] Oct 09 22:09:23.706 INFO O| Oct 09 22:09:23.706 INFO O| Done
40802024-10-09T22:09:27.988Z[ recovery-image] Oct 09 22:09:26.433 INFO O| Oct 09 22:09:26.433 INFO STEP 69 (pack_tar) COMPLETE
40812024-10-09T22:09:27.988Z[ recovery-image] Oct 09 22:09:26.433 INFO O| Oct 09 22:09:26.433 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40822024-10-09T22:09:27.990Z[ recovery-image] Oct 09 22:09:26.433 INFO O| Oct 09 22:09:26.433 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40832024-10-09T22:09:28.205Z[ recovery-image] Oct 09 22:09:26.650 INFO O| Oct 09 22:09:26.650 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40842024-10-09T22:09:28.338Z[ recovery-image] Oct 09 22:09:26.783 INFO O| Oct 09 22:09:26.783 INFO completed processing gimlet/ramdisk-02-trim
40852024-10-09T22:09:28.342Z[ recovery-image] Oct 09 22:09:26.786 INFO image builder template: ramdisk-03-recovery-trim...
40862024-10-09T22:09:28.342Z[ recovery-image] Oct 09 22:09:26.786 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/.tmpmFhPjs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
40872024-10-09T22:09:28.563Z[ recovery-image] Oct 09 22:09:27.008 INFO O| Oct 09 22:09:27.008 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40882024-10-09T22:09:28.571Z[ recovery-image] Oct 09 22:09:27.016 INFO O| Oct 09 22:09:27.016 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40892024-10-09T22:09:28.685Z[ recovery-image] Oct 09 22:09:27.129 INFO O| Oct 09 22:09:27.129 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40902024-10-09T22:09:28.743Z[ recovery-image] Oct 09 22:09:27.188 INFO O| Oct 09 22:09:27.188 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40912024-10-09T22:09:28.743Z[ recovery-image] Oct 09 22:09:27.188 INFO O| Oct 09 22:09:27.188 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40922024-10-09T22:09:28.758Z[ recovery-image] Oct 09 22:09:27.202 INFO O| Oct 09 22:09:27.202 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40932024-10-09T22:09:28.765Z[ recovery-image] Oct 09 22:09:27.210 INFO O| Oct 09 22:09:27.210 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40942024-10-09T22:09:28.774Z[ recovery-image] Oct 09 22:09:27.219 INFO O| Oct 09 22:09:27.219 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40952024-10-09T22:09:29.191Z[ recovery-image] Oct 09 22:09:27.636 INFO O| Oct 09 22:09:27.635 INFO rolled back to input snapshot; work may begin
40962024-10-09T22:09:29.191Z[ recovery-image] Oct 09 22:09:27.636 INFO O| Oct 09 22:09:27.635 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40972024-10-09T22:09:29.202Z[ recovery-image] Oct 09 22:09:27.647 INFO O| Oct 09 22:09:27.647 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-10-09T22:09:29.232Z[ recovery-image] Oct 09 22:09:27.677 INFO O| Oct 09 22:09:27.677 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40992024-10-09T22:09:29.246Z[ recovery-image] Oct 09 22:09:27.690 INFO O| Oct 09 22:09:27.690 INFO STEP 0 (remove_files) COMPLETE
41002024-10-09T22:09:29.246Z[ recovery-image] Oct 09 22:09:27.691 INFO O| Oct 09 22:09:27.690 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-10-09T22:09:29.284Z[ recovery-image] Oct 09 22:09:27.729 INFO O| Oct 09 22:09:27.729 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41022024-10-09T22:09:29.692Z[ recovery-image] Oct 09 22:09:28.136 INFO O| Oct 09 22:09:28.136 INFO STEP 1 (remove_files) COMPLETE
41032024-10-09T22:09:29.692Z[ recovery-image] Oct 09 22:09:28.136 INFO O| Oct 09 22:09:28.136 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-10-09T22:09:29.720Z[ recovery-image] Oct 09 22:09:28.165 INFO O| Oct 09 22:09:28.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41052024-10-09T22:09:29.766Z[ recovery-image] Oct 09 22:09:28.211 INFO O| Oct 09 22:09:28.211 INFO STEP 2 (remove_files) COMPLETE
41062024-10-09T22:09:29.766Z[ recovery-image] Oct 09 22:09:28.211 INFO O| Oct 09 22:09:28.211 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-10-09T22:09:29.802Z[ recovery-image] Oct 09 22:09:28.247 INFO O| Oct 09 22:09:28.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41082024-10-09T22:09:29.923Z[ recovery-image] Oct 09 22:09:28.367 INFO O| Oct 09 22:09:28.367 INFO STEP 3 (remove_files) COMPLETE
41092024-10-09T22:09:29.923Z[ recovery-image] Oct 09 22:09:28.367 INFO O| Oct 09 22:09:28.367 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-10-09T22:09:29.942Z[ recovery-image] Oct 09 22:09:28.387 INFO O| Oct 09 22:09:28.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41112024-10-09T22:09:30.199Z[ recovery-image] Oct 09 22:09:28.643 INFO O| Oct 09 22:09:28.643 INFO STEP 4 (remove_files) COMPLETE
41122024-10-09T22:09:30.199Z[ recovery-image] Oct 09 22:09:28.643 INFO O| Oct 09 22:09:28.643 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-10-09T22:09:30.226Z[ recovery-image] Oct 09 22:09:28.671 INFO O| Oct 09 22:09:28.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41142024-10-09T22:09:30.231Z[ recovery-image] Oct 09 22:09:28.676 INFO O| Oct 09 22:09:28.676 INFO STEP 5 (remove_files) COMPLETE
41152024-10-09T22:09:30.233Z[ recovery-image] Oct 09 22:09:28.676 INFO O| Oct 09 22:09:28.676 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-10-09T22:09:30.250Z[ recovery-image] Oct 09 22:09:28.695 INFO O| Oct 09 22:09:28.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41172024-10-09T22:09:30.272Z[ recovery-image] Oct 09 22:09:28.716 INFO O| Oct 09 22:09:28.716 INFO STEP 6 (remove_files) COMPLETE
41182024-10-09T22:09:30.272Z[ recovery-image] Oct 09 22:09:28.717 INFO O| Oct 09 22:09:28.716 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-10-09T22:09:30.306Z[ recovery-image] Oct 09 22:09:28.751 INFO O| Oct 09 22:09:28.751 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41202024-10-09T22:09:30.311Z[ recovery-image] Oct 09 22:09:28.753 INFO O| Oct 09 22:09:28.753 INFO STEP 7 (remove_files) COMPLETE
41212024-10-09T22:09:30.311Z[ recovery-image] Oct 09 22:09:28.753 INFO O| Oct 09 22:09:28.753 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-10-09T22:09:30.346Z[ recovery-image] Oct 09 22:09:28.791 INFO O| Oct 09 22:09:28.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41232024-10-09T22:09:30.456Z[ recovery-image] Oct 09 22:09:28.901 INFO O| Oct 09 22:09:28.901 INFO STEP 8 (remove_files) COMPLETE
41242024-10-09T22:09:30.456Z[ recovery-image] Oct 09 22:09:28.901 INFO O| Oct 09 22:09:28.901 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-10-09T22:09:30.491Z[ recovery-image] Oct 09 22:09:28.936 INFO O| Oct 09 22:09:28.936 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41262024-10-09T22:09:30.494Z[ recovery-image] Oct 09 22:09:28.937 INFO O| Oct 09 22:09:28.937 INFO STEP 9 (remove_files) COMPLETE
41272024-10-09T22:09:30.494Z[ recovery-image] Oct 09 22:09:28.937 INFO O| Oct 09 22:09:28.937 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-10-09T22:09:30.511Z[ recovery-image] Oct 09 22:09:28.956 INFO O| Oct 09 22:09:28.956 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41292024-10-09T22:09:30.533Z[ recovery-image] Oct 09 22:09:28.978 INFO O| Oct 09 22:09:28.978 INFO STEP 10 (remove_files) COMPLETE
41302024-10-09T22:09:30.533Z[ recovery-image] Oct 09 22:09:28.978 INFO O| Oct 09 22:09:28.978 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-09T22:09:30.552Z[ recovery-image] Oct 09 22:09:28.997 INFO O| Oct 09 22:09:28.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41322024-10-09T22:09:31.189Z[ recovery-image] Oct 09 22:09:29.633 INFO O| Oct 09 22:09:29.633 INFO STEP 11 (remove_files) COMPLETE
41332024-10-09T22:09:31.189Z[ recovery-image] Oct 09 22:09:29.633 INFO O| Oct 09 22:09:29.633 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-09T22:09:31.220Z[ recovery-image] Oct 09 22:09:29.664 INFO O| Oct 09 22:09:29.664 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41352024-10-09T22:09:31.223Z[ recovery-image] Oct 09 22:09:29.667 INFO O| Oct 09 22:09:29.667 INFO STEP 12 (remove_files) COMPLETE
41362024-10-09T22:09:31.223Z[ recovery-image] Oct 09 22:09:29.668 INFO O| Oct 09 22:09:29.667 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-09T22:09:31.242Z[ recovery-image] Oct 09 22:09:29.687 INFO O| Oct 09 22:09:29.687 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41382024-10-09T22:09:31.246Z[ recovery-image] Oct 09 22:09:29.691 INFO O| Oct 09 22:09:29.691 INFO STEP 13 (remove_files) COMPLETE
41392024-10-09T22:09:31.247Z[ recovery-image] Oct 09 22:09:29.691 INFO O| Oct 09 22:09:29.691 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-09T22:09:31.277Z[ recovery-image] Oct 09 22:09:29.721 INFO O| Oct 09 22:09:29.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41412024-10-09T22:09:31.279Z[ recovery-image] Oct 09 22:09:29.722 INFO O| Oct 09 22:09:29.722 INFO STEP 14 (remove_files) COMPLETE
41422024-10-09T22:09:31.279Z[ recovery-image] Oct 09 22:09:29.722 INFO O| Oct 09 22:09:29.722 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-09T22:09:31.340Z[ recovery-image] Oct 09 22:09:29.784 INFO O| Oct 09 22:09:29.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41442024-10-09T22:09:31.359Z[ recovery-image] Oct 09 22:09:29.804 INFO O| Oct 09 22:09:29.803 INFO STEP 15 (remove_files) COMPLETE
41452024-10-09T22:09:31.359Z[ recovery-image] Oct 09 22:09:29.804 INFO O| Oct 09 22:09:29.804 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-09T22:09:31.381Z[ recovery-image] Oct 09 22:09:29.826 INFO O| Oct 09 22:09:29.825 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41472024-10-09T22:09:31.489Z[ recovery-image] Oct 09 22:09:29.933 INFO O| Oct 09 22:09:29.933 INFO STEP 16 (remove_files) COMPLETE
41482024-10-09T22:09:31.489Z[ recovery-image] Oct 09 22:09:29.933 INFO O| Oct 09 22:09:29.933 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-09T22:09:31.563Z[ recovery-image] Oct 09 22:09:30.007 INFO O| Oct 09 22:09:30.007 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41502024-10-09T22:09:31.563Z[ recovery-image] Oct 09 22:09:30.007 INFO O| Oct 09 22:09:30.007 INFO STEP 17 (remove_files) COMPLETE
41512024-10-09T22:09:31.566Z[ recovery-image] Oct 09 22:09:30.007 INFO O| Oct 09 22:09:30.007 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-09T22:09:31.590Z[ recovery-image] Oct 09 22:09:30.035 INFO O| Oct 09 22:09:30.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41532024-10-09T22:09:31.598Z[ recovery-image] Oct 09 22:09:30.042 INFO O| Oct 09 22:09:30.042 INFO STEP 18 (remove_files) COMPLETE
41542024-10-09T22:09:31.598Z[ recovery-image] Oct 09 22:09:30.042 INFO O| Oct 09 22:09:30.042 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-09T22:09:31.676Z[ recovery-image] Oct 09 22:09:30.121 INFO O| Oct 09 22:09:30.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41562024-10-09T22:09:31.855Z[ recovery-image] Oct 09 22:09:30.300 INFO O| Oct 09 22:09:30.299 INFO STEP 19 (remove_files) COMPLETE
41572024-10-09T22:09:31.855Z[ recovery-image] Oct 09 22:09:30.300 INFO O| Oct 09 22:09:30.300 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-09T22:09:31.876Z[ recovery-image] Oct 09 22:09:30.320 INFO O| Oct 09 22:09:30.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41592024-10-09T22:09:31.894Z[ recovery-image] Oct 09 22:09:30.339 INFO O| Oct 09 22:09:30.339 INFO STEP 20 (remove_files) COMPLETE
41602024-10-09T22:09:31.897Z[ recovery-image] Oct 09 22:09:30.339 INFO O| Oct 09 22:09:30.339 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-09T22:09:31.954Z[ recovery-image] Oct 09 22:09:30.399 INFO O| Oct 09 22:09:30.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41622024-10-09T22:09:31.976Z[ recovery-image] Oct 09 22:09:30.421 INFO O| Oct 09 22:09:30.421 INFO STEP 21 (remove_files) COMPLETE
41632024-10-09T22:09:31.978Z[ recovery-image] Oct 09 22:09:30.421 INFO O| Oct 09 22:09:30.421 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-09T22:09:31.998Z[ recovery-image] Oct 09 22:09:30.442 INFO O| Oct 09 22:09:30.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41652024-10-09T22:09:32.019Z[ recovery-image] Oct 09 22:09:30.464 INFO O| Oct 09 22:09:30.464 INFO STEP 22 (remove_files) COMPLETE
41662024-10-09T22:09:32.022Z[ recovery-image] Oct 09 22:09:30.464 INFO O| Oct 09 22:09:30.464 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-09T22:09:32.041Z[ recovery-image] Oct 09 22:09:30.485 INFO O| Oct 09 22:09:30.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41682024-10-09T22:09:32.065Z[ recovery-image] Oct 09 22:09:30.510 INFO O| Oct 09 22:09:30.510 INFO STEP 23 (remove_files) COMPLETE
41692024-10-09T22:09:32.068Z[ recovery-image] Oct 09 22:09:30.510 INFO O| Oct 09 22:09:30.510 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-09T22:09:32.088Z[ recovery-image] Oct 09 22:09:30.533 INFO O| Oct 09 22:09:30.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41712024-10-09T22:09:32.091Z[ recovery-image] Oct 09 22:09:30.535 INFO O| Oct 09 22:09:30.535 INFO STEP 24 (remove_files) COMPLETE
41722024-10-09T22:09:32.091Z[ recovery-image] Oct 09 22:09:30.535 INFO O| Oct 09 22:09:30.535 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-09T22:09:32.121Z[ recovery-image] Oct 09 22:09:30.565 INFO O| Oct 09 22:09:30.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41742024-10-09T22:09:32.123Z[ recovery-image] Oct 09 22:09:30.565 INFO O| Oct 09 22:09:30.565 INFO STEP 25 (remove_files) COMPLETE
41752024-10-09T22:09:32.123Z[ recovery-image] Oct 09 22:09:30.565 INFO O| Oct 09 22:09:30.565 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-09T22:09:32.140Z[ recovery-image] Oct 09 22:09:30.584 INFO O| Oct 09 22:09:30.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41772024-10-09T22:09:32.140Z[ recovery-image] Oct 09 22:09:30.584 INFO O| Oct 09 22:09:30.584 INFO STEP 26 (remove_files) COMPLETE
41782024-10-09T22:09:32.143Z[ recovery-image] Oct 09 22:09:30.585 INFO O| Oct 09 22:09:30.585 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-09T22:09:32.158Z[ recovery-image] Oct 09 22:09:30.602 INFO O| Oct 09 22:09:30.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41802024-10-09T22:09:32.181Z[ recovery-image] Oct 09 22:09:30.626 INFO O| Oct 09 22:09:30.626 INFO STEP 27 (remove_files) COMPLETE
41812024-10-09T22:09:32.181Z[ recovery-image] Oct 09 22:09:30.626 INFO O| Oct 09 22:09:30.626 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-09T22:09:32.212Z[ recovery-image] Oct 09 22:09:30.657 INFO O| Oct 09 22:09:30.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41832024-10-09T22:09:32.215Z[ recovery-image] Oct 09 22:09:30.657 INFO O| Oct 09 22:09:30.657 INFO STEP 28 (remove_files) COMPLETE
41842024-10-09T22:09:32.215Z[ recovery-image] Oct 09 22:09:30.657 INFO O| Oct 09 22:09:30.657 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-09T22:09:32.231Z[ recovery-image] Oct 09 22:09:30.676 INFO O| Oct 09 22:09:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41862024-10-09T22:09:32.231Z[ recovery-image] Oct 09 22:09:30.676 INFO O| Oct 09 22:09:30.676 INFO STEP 29 (remove_files) COMPLETE
41872024-10-09T22:09:32.231Z[ recovery-image] Oct 09 22:09:30.676 INFO O| Oct 09 22:09:30.676 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-09T22:09:32.268Z[ recovery-image] Oct 09 22:09:30.712 INFO O| Oct 09 22:09:30.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41892024-10-09T22:09:32.270Z[ recovery-image] Oct 09 22:09:30.712 INFO O| Oct 09 22:09:30.712 INFO STEP 30 (remove_files) COMPLETE
41902024-10-09T22:09:32.270Z[ recovery-image] Oct 09 22:09:30.713 INFO O| Oct 09 22:09:30.712 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-09T22:09:32.290Z[ recovery-image] Oct 09 22:09:30.734 INFO O| Oct 09 22:09:30.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41922024-10-09T22:09:32.290Z[ recovery-image] Oct 09 22:09:30.734 INFO O| Oct 09 22:09:30.734 INFO STEP 31 (remove_files) COMPLETE
41932024-10-09T22:09:32.292Z[ recovery-image] Oct 09 22:09:30.734 INFO O| Oct 09 22:09:30.734 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-09T22:09:32.317Z[ recovery-image] Oct 09 22:09:30.761 INFO O| Oct 09 22:09:30.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41952024-10-09T22:09:32.337Z[ recovery-image] Oct 09 22:09:30.782 INFO O| Oct 09 22:09:30.782 INFO STEP 32 (remove_files) COMPLETE
41962024-10-09T22:09:32.337Z[ recovery-image] Oct 09 22:09:30.782 INFO O| Oct 09 22:09:30.782 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-09T22:09:32.375Z[ recovery-image] Oct 09 22:09:30.820 INFO O| Oct 09 22:09:30.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41982024-10-09T22:09:32.399Z[ recovery-image] Oct 09 22:09:30.844 INFO O| Oct 09 22:09:30.844 INFO STEP 33 (remove_files) COMPLETE
41992024-10-09T22:09:32.399Z[ recovery-image] Oct 09 22:09:30.844 INFO O| Oct 09 22:09:30.844 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-09T22:09:32.456Z[ recovery-image] Oct 09 22:09:30.900 INFO O| Oct 09 22:09:30.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42012024-10-09T22:09:32.479Z[ recovery-image] Oct 09 22:09:30.924 INFO O| Oct 09 22:09:30.924 INFO STEP 34 (remove_files) COMPLETE
42022024-10-09T22:09:32.479Z[ recovery-image] Oct 09 22:09:30.924 INFO O| Oct 09 22:09:30.924 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-09T22:09:32.529Z[ recovery-image] Oct 09 22:09:30.974 INFO O| Oct 09 22:09:30.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42042024-10-09T22:09:32.553Z[ recovery-image] Oct 09 22:09:30.998 INFO O| Oct 09 22:09:30.998 INFO STEP 35 (remove_files) COMPLETE
42052024-10-09T22:09:32.553Z[ recovery-image] Oct 09 22:09:30.998 INFO O| Oct 09 22:09:30.998 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-09T22:09:32.662Z[ recovery-image] Oct 09 22:09:31.106 INFO O| Oct 09 22:09:31.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42072024-10-09T22:09:32.662Z[ recovery-image] Oct 09 22:09:31.107 INFO O| Oct 09 22:09:31.107 INFO STEP 36 (remove_files) COMPLETE
42082024-10-09T22:09:32.662Z[ recovery-image] Oct 09 22:09:31.107 INFO O| Oct 09 22:09:31.107 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-09T22:09:32.668Z[ host-image] Oct 09 22:09:31.113 INFO O| Oct 09 22:09:31.113 INFO O| Done
42102024-10-09T22:09:32.680Z[ recovery-image] Oct 09 22:09:31.125 INFO O| Oct 09 22:09:31.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42112024-10-09T22:09:32.694Z[ recovery-image] Oct 09 22:09:31.139 INFO O| Oct 09 22:09:31.139 INFO STEP 37 (remove_files) COMPLETE
42122024-10-09T22:09:32.694Z[ recovery-image] Oct 09 22:09:31.139 INFO O| Oct 09 22:09:31.139 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-10-09T22:09:32.726Z[ recovery-image] Oct 09 22:09:31.171 INFO O| Oct 09 22:09:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42142024-10-09T22:09:32.726Z[ recovery-image] Oct 09 22:09:31.171 INFO O| Oct 09 22:09:31.171 INFO STEP 38 (remove_files) COMPLETE
42152024-10-09T22:09:32.729Z[ recovery-image] Oct 09 22:09:31.171 INFO O| Oct 09 22:09:31.171 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-10-09T22:09:32.763Z[ recovery-image] Oct 09 22:09:31.206 INFO O| Oct 09 22:09:31.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42172024-10-09T22:09:32.763Z[ recovery-image] Oct 09 22:09:31.206 INFO O| Oct 09 22:09:31.206 INFO STEP 39 (remove_files) COMPLETE
42182024-10-09T22:09:32.763Z[ recovery-image] Oct 09 22:09:31.206 INFO O| Oct 09 22:09:31.206 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-10-09T22:09:32.788Z[ recovery-image] Oct 09 22:09:31.232 INFO O| Oct 09 22:09:31.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42202024-10-09T22:09:32.788Z[ recovery-image] Oct 09 22:09:31.232 INFO O| Oct 09 22:09:31.232 INFO STEP 40 (remove_files) COMPLETE
42212024-10-09T22:09:32.788Z[ recovery-image] Oct 09 22:09:31.232 INFO O| Oct 09 22:09:31.232 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-10-09T22:09:32.826Z[ recovery-image] Oct 09 22:09:31.271 INFO O| Oct 09 22:09:31.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42232024-10-09T22:09:32.826Z[ recovery-image] Oct 09 22:09:31.271 INFO O| Oct 09 22:09:31.271 INFO STEP 41 (remove_files) COMPLETE
42242024-10-09T22:09:32.828Z[ recovery-image] Oct 09 22:09:31.271 INFO O| Oct 09 22:09:31.271 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-10-09T22:09:32.879Z[ recovery-image] Oct 09 22:09:31.324 INFO O| Oct 09 22:09:31.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42262024-10-09T22:09:32.879Z[ recovery-image] Oct 09 22:09:31.324 INFO O| Oct 09 22:09:31.324 INFO STEP 42 (remove_files) COMPLETE
42272024-10-09T22:09:32.882Z[ recovery-image] Oct 09 22:09:31.324 INFO O| Oct 09 22:09:31.324 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-10-09T22:09:32.954Z[ recovery-image] Oct 09 22:09:31.399 INFO O| Oct 09 22:09:31.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42292024-10-09T22:09:32.957Z[ recovery-image] Oct 09 22:09:31.399 INFO O| Oct 09 22:09:31.399 INFO STEP 43 (remove_files) COMPLETE
42302024-10-09T22:09:32.957Z[ recovery-image] Oct 09 22:09:31.399 INFO O| Oct 09 22:09:31.399 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-10-09T22:09:32.976Z[ recovery-image] Oct 09 22:09:31.421 INFO O| Oct 09 22:09:31.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42322024-10-09T22:09:32.979Z[ recovery-image] Oct 09 22:09:31.421 INFO O| Oct 09 22:09:31.421 INFO STEP 44 (remove_files) COMPLETE
42332024-10-09T22:09:32.979Z[ recovery-image] Oct 09 22:09:31.421 INFO O| Oct 09 22:09:31.421 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-10-09T22:09:33.028Z[ recovery-image] Oct 09 22:09:31.473 INFO O| Oct 09 22:09:31.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42352024-10-09T22:09:33.028Z[ recovery-image] Oct 09 22:09:31.473 INFO O| Oct 09 22:09:31.473 INFO STEP 45 (remove_files) COMPLETE
42362024-10-09T22:09:33.031Z[ recovery-image] Oct 09 22:09:31.473 INFO O| Oct 09 22:09:31.473 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-10-09T22:09:33.049Z[ recovery-image] Oct 09 22:09:31.494 INFO O| Oct 09 22:09:31.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42382024-10-09T22:09:33.049Z[ recovery-image] Oct 09 22:09:31.494 INFO O| Oct 09 22:09:31.494 INFO STEP 46 (remove_files) COMPLETE
42392024-10-09T22:09:33.049Z[ recovery-image] Oct 09 22:09:31.494 INFO O| Oct 09 22:09:31.494 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-10-09T22:09:33.068Z[ recovery-image] Oct 09 22:09:31.513 INFO O| Oct 09 22:09:31.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42412024-10-09T22:09:33.068Z[ recovery-image] Oct 09 22:09:31.513 INFO O| Oct 09 22:09:31.513 INFO STEP 47 (remove_files) COMPLETE
42422024-10-09T22:09:33.068Z[ recovery-image] Oct 09 22:09:31.513 INFO O| Oct 09 22:09:31.513 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-10-09T22:09:33.087Z[ recovery-image] Oct 09 22:09:31.531 INFO O| Oct 09 22:09:31.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42442024-10-09T22:09:33.087Z[ recovery-image] Oct 09 22:09:31.531 INFO O| Oct 09 22:09:31.531 INFO STEP 48 (remove_files) COMPLETE
42452024-10-09T22:09:33.089Z[ recovery-image] Oct 09 22:09:31.531 INFO O| Oct 09 22:09:31.531 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-10-09T22:09:33.106Z[ recovery-image] Oct 09 22:09:31.550 INFO O| Oct 09 22:09:31.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42472024-10-09T22:09:33.106Z[ recovery-image] Oct 09 22:09:31.550 INFO O| Oct 09 22:09:31.550 INFO STEP 49 (remove_files) COMPLETE
42482024-10-09T22:09:33.108Z[ recovery-image] Oct 09 22:09:31.550 INFO O| Oct 09 22:09:31.550 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-10-09T22:09:33.148Z[ recovery-image] Oct 09 22:09:31.592 INFO O| Oct 09 22:09:31.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42502024-10-09T22:09:33.148Z[ recovery-image] Oct 09 22:09:31.592 INFO O| Oct 09 22:09:31.592 INFO STEP 50 (remove_files) COMPLETE
42512024-10-09T22:09:33.148Z[ recovery-image] Oct 09 22:09:31.592 INFO O| Oct 09 22:09:31.592 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-10-09T22:09:33.170Z[ recovery-image] Oct 09 22:09:31.615 INFO O| Oct 09 22:09:31.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42532024-10-09T22:09:33.183Z[ recovery-image] Oct 09 22:09:31.628 INFO O| Oct 09 22:09:31.628 INFO STEP 51 (remove_files) COMPLETE
42542024-10-09T22:09:33.183Z[ recovery-image] Oct 09 22:09:31.628 INFO O| Oct 09 22:09:31.628 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-10-09T22:09:33.218Z[ recovery-image] Oct 09 22:09:31.662 INFO O| Oct 09 22:09:31.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42562024-10-09T22:09:33.218Z[ recovery-image] Oct 09 22:09:31.662 INFO O| Oct 09 22:09:31.662 INFO STEP 52 (remove_files) COMPLETE
42572024-10-09T22:09:33.220Z[ recovery-image] Oct 09 22:09:31.663 INFO O| Oct 09 22:09:31.662 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-10-09T22:09:33.243Z[ recovery-image] Oct 09 22:09:31.687 INFO O| Oct 09 22:09:31.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42592024-10-09T22:09:33.245Z[ recovery-image] Oct 09 22:09:31.687 INFO O| Oct 09 22:09:31.687 INFO STEP 53 (remove_files) COMPLETE
42602024-10-09T22:09:33.245Z[ recovery-image] Oct 09 22:09:31.688 INFO O| Oct 09 22:09:31.687 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-10-09T22:09:33.290Z[ recovery-image] Oct 09 22:09:31.734 INFO O| Oct 09 22:09:31.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42622024-10-09T22:09:33.290Z[ recovery-image] Oct 09 22:09:31.734 INFO O| Oct 09 22:09:31.734 INFO STEP 54 (remove_files) COMPLETE
42632024-10-09T22:09:33.290Z[ recovery-image] Oct 09 22:09:31.734 INFO O| Oct 09 22:09:31.734 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-10-09T22:09:33.368Z[ recovery-image] Oct 09 22:09:31.812 INFO O| Oct 09 22:09:31.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42652024-10-09T22:09:33.368Z[ recovery-image] Oct 09 22:09:31.813 INFO O| Oct 09 22:09:31.812 INFO STEP 55 (remove_files) COMPLETE
42662024-10-09T22:09:33.370Z[ recovery-image] Oct 09 22:09:31.813 INFO O| Oct 09 22:09:31.813 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-10-09T22:09:33.413Z[ recovery-image] Oct 09 22:09:31.857 INFO O| Oct 09 22:09:31.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42682024-10-09T22:09:33.413Z[ recovery-image] Oct 09 22:09:31.857 INFO O| Oct 09 22:09:31.857 INFO STEP 56 (remove_files) COMPLETE
42692024-10-09T22:09:33.413Z[ recovery-image] Oct 09 22:09:31.857 INFO O| Oct 09 22:09:31.857 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-10-09T22:09:33.432Z[ recovery-image] Oct 09 22:09:31.876 INFO O| Oct 09 22:09:31.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42712024-10-09T22:09:33.435Z[ recovery-image] Oct 09 22:09:31.877 INFO O| Oct 09 22:09:31.877 INFO STEP 57 (remove_files) COMPLETE
42722024-10-09T22:09:33.435Z[ recovery-image] Oct 09 22:09:31.877 INFO O| Oct 09 22:09:31.877 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-10-09T22:09:33.480Z[ recovery-image] Oct 09 22:09:31.924 INFO O| Oct 09 22:09:31.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42742024-10-09T22:09:33.482Z[ recovery-image] Oct 09 22:09:31.925 INFO O| Oct 09 22:09:31.924 INFO STEP 58 (remove_files) COMPLETE
42752024-10-09T22:09:33.482Z[ recovery-image] Oct 09 22:09:31.925 INFO O| Oct 09 22:09:31.925 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-10-09T22:09:33.543Z[ recovery-image] Oct 09 22:09:31.987 INFO O| Oct 09 22:09:31.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42772024-10-09T22:09:33.545Z[ recovery-image] Oct 09 22:09:31.987 INFO O| Oct 09 22:09:31.987 INFO STEP 59 (remove_files) COMPLETE
42782024-10-09T22:09:33.545Z[ recovery-image] Oct 09 22:09:31.987 INFO O| Oct 09 22:09:31.987 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-10-09T22:09:33.603Z[ recovery-image] Oct 09 22:09:32.047 INFO O| Oct 09 22:09:32.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42802024-10-09T22:09:33.603Z[ recovery-image] Oct 09 22:09:32.047 INFO O| Oct 09 22:09:32.047 INFO STEP 60 (remove_files) COMPLETE
42812024-10-09T22:09:33.603Z[ recovery-image] Oct 09 22:09:32.047 INFO O| Oct 09 22:09:32.047 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-10-09T22:09:33.664Z[ recovery-image] Oct 09 22:09:32.108 INFO O| Oct 09 22:09:32.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42832024-10-09T22:09:33.664Z[ recovery-image] Oct 09 22:09:32.108 INFO O| Oct 09 22:09:32.108 INFO STEP 61 (remove_files) COMPLETE
42842024-10-09T22:09:33.664Z[ recovery-image] Oct 09 22:09:32.108 INFO O| Oct 09 22:09:32.108 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-10-09T22:09:33.685Z[ recovery-image] Oct 09 22:09:32.129 INFO O| Oct 09 22:09:32.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42862024-10-09T22:09:33.685Z[ recovery-image] Oct 09 22:09:32.129 INFO O| Oct 09 22:09:32.129 INFO STEP 62 (remove_files) COMPLETE
42872024-10-09T22:09:33.685Z[ recovery-image] Oct 09 22:09:32.129 INFO O| Oct 09 22:09:32.129 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-10-09T22:09:33.688Z[ host-image] Oct 09 22:09:32.132 INFO O| Oct 09 22:09:32.132 INFO O| Done
42892024-10-09T22:09:33.705Z[ recovery-image] Oct 09 22:09:32.150 INFO O| Oct 09 22:09:32.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42902024-10-09T22:09:33.705Z[ recovery-image] Oct 09 22:09:32.150 INFO O| Oct 09 22:09:32.150 INFO STEP 63 (remove_files) COMPLETE
42912024-10-09T22:09:33.708Z[ recovery-image] Oct 09 22:09:32.150 INFO O| Oct 09 22:09:32.150 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-10-09T22:09:33.725Z[ recovery-image] Oct 09 22:09:32.170 INFO O| Oct 09 22:09:32.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42932024-10-09T22:09:33.725Z[ recovery-image] Oct 09 22:09:32.170 INFO O| Oct 09 22:09:32.170 INFO STEP 64 (remove_files) COMPLETE
42942024-10-09T22:09:33.728Z[ recovery-image] Oct 09 22:09:32.170 INFO O| Oct 09 22:09:32.170 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-10-09T22:09:33.755Z[ recovery-image] Oct 09 22:09:32.199 INFO O| Oct 09 22:09:32.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42962024-10-09T22:09:33.757Z[ recovery-image] Oct 09 22:09:32.200 INFO O| Oct 09 22:09:32.199 INFO STEP 65 (remove_files) COMPLETE
42972024-10-09T22:09:33.757Z[ recovery-image] Oct 09 22:09:32.200 INFO O| Oct 09 22:09:32.200 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-10-09T22:09:33.778Z[ recovery-image] Oct 09 22:09:32.222 INFO O| Oct 09 22:09:32.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42992024-10-09T22:09:33.780Z[ recovery-image] Oct 09 22:09:32.222 INFO O| Oct 09 22:09:32.222 INFO STEP 66 (remove_files) COMPLETE
43002024-10-09T22:09:33.780Z[ recovery-image] Oct 09 22:09:32.223 INFO O| Oct 09 22:09:32.222 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-10-09T22:09:33.799Z[ recovery-image] Oct 09 22:09:32.243 INFO O| Oct 09 22:09:32.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43022024-10-09T22:09:33.801Z[ recovery-image] Oct 09 22:09:32.243 INFO O| Oct 09 22:09:32.243 INFO STEP 67 (remove_files) COMPLETE
43032024-10-09T22:09:33.801Z[ recovery-image] Oct 09 22:09:32.243 INFO O| Oct 09 22:09:32.243 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-10-09T22:09:33.819Z[ recovery-image] Oct 09 22:09:32.264 INFO O| Oct 09 22:09:32.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43052024-10-09T22:09:33.821Z[ recovery-image] Oct 09 22:09:32.264 INFO O| Oct 09 22:09:32.264 INFO STEP 68 (remove_files) COMPLETE
43062024-10-09T22:09:33.821Z[ recovery-image] Oct 09 22:09:32.264 INFO O| Oct 09 22:09:32.264 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-10-09T22:09:33.857Z[ recovery-image] Oct 09 22:09:32.301 INFO O| Oct 09 22:09:32.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43082024-10-09T22:09:33.859Z[ recovery-image] Oct 09 22:09:32.302 INFO O| Oct 09 22:09:32.301 INFO STEP 69 (remove_files) COMPLETE
43092024-10-09T22:09:33.859Z[ recovery-image] Oct 09 22:09:32.302 INFO O| Oct 09 22:09:32.302 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-10-09T22:09:33.893Z[ recovery-image] Oct 09 22:09:32.327 INFO O| Oct 09 22:09:32.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43112024-10-09T22:09:33.893Z[ recovery-image] Oct 09 22:09:32.327 INFO O| Oct 09 22:09:32.327 INFO STEP 70 (remove_files) COMPLETE
43122024-10-09T22:09:33.893Z[ recovery-image] Oct 09 22:09:32.327 INFO O| Oct 09 22:09:32.327 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-10-09T22:09:33.904Z[ recovery-image] Oct 09 22:09:32.349 INFO O| Oct 09 22:09:32.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43142024-10-09T22:09:33.907Z[ recovery-image] Oct 09 22:09:32.349 INFO O| Oct 09 22:09:32.349 INFO STEP 71 (remove_files) COMPLETE
43152024-10-09T22:09:33.907Z[ recovery-image] Oct 09 22:09:32.349 INFO O| Oct 09 22:09:32.349 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-10-09T22:09:33.925Z[ recovery-image] Oct 09 22:09:32.370 INFO O| Oct 09 22:09:32.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43172024-10-09T22:09:33.925Z[ recovery-image] Oct 09 22:09:32.370 INFO O| Oct 09 22:09:32.370 INFO STEP 72 (remove_files) COMPLETE
43182024-10-09T22:09:33.927Z[ recovery-image] Oct 09 22:09:32.370 INFO O| Oct 09 22:09:32.370 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-10-09T22:09:33.945Z[ recovery-image] Oct 09 22:09:32.390 INFO O| Oct 09 22:09:32.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43202024-10-09T22:09:34.121Z[ host-image] Oct 09 22:09:32.565 INFO O| Oct 09 22:09:32.565 INFO STEP 11 (pkg_install) COMPLETE
43212024-10-09T22:09:34.121Z[ host-image] Oct 09 22:09:32.565 INFO O| Oct 09 22:09:32.565 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43222024-10-09T22:09:34.123Z[ recovery-image] Oct 09 22:09:32.566 INFO O| Oct 09 22:09:32.566 INFO STEP 73 (remove_files) COMPLETE
43232024-10-09T22:09:34.128Z[ recovery-image] Oct 09 22:09:32.566 INFO O| Oct 09 22:09:32.566 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-10-09T22:09:34.139Z[ host-image] Oct 09 22:09:32.583 INFO O| Oct 09 22:09:32.583 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
43252024-10-09T22:09:34.166Z[ recovery-image] Oct 09 22:09:32.610 INFO O| Oct 09 22:09:32.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43262024-10-09T22:09:34.166Z[ recovery-image] Oct 09 22:09:32.610 INFO O| Oct 09 22:09:32.610 INFO STEP 74 (remove_files) COMPLETE
43272024-10-09T22:09:34.166Z[ recovery-image] Oct 09 22:09:32.610 INFO O| Oct 09 22:09:32.610 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-10-09T22:09:34.210Z[ recovery-image] Oct 09 22:09:32.654 INFO O| Oct 09 22:09:32.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43292024-10-09T22:09:34.210Z[ recovery-image] Oct 09 22:09:32.654 INFO O| Oct 09 22:09:32.654 INFO STEP 75 (remove_files) COMPLETE
43302024-10-09T22:09:34.213Z[ recovery-image] Oct 09 22:09:32.654 INFO O| Oct 09 22:09:32.654 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-10-09T22:09:34.228Z[ recovery-image] Oct 09 22:09:32.673 INFO O| Oct 09 22:09:32.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43322024-10-09T22:09:34.228Z[ recovery-image] Oct 09 22:09:32.673 INFO O| Oct 09 22:09:32.673 INFO STEP 76 (remove_files) COMPLETE
43332024-10-09T22:09:34.228Z[ recovery-image] Oct 09 22:09:32.673 INFO O| Oct 09 22:09:32.673 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-10-09T22:09:34.263Z[ recovery-image] Oct 09 22:09:32.706 INFO O| Oct 09 22:09:32.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43352024-10-09T22:09:34.263Z[ recovery-image] Oct 09 22:09:32.706 INFO O| Oct 09 22:09:32.706 INFO STEP 77 (remove_files) COMPLETE
43362024-10-09T22:09:34.263Z[ recovery-image] Oct 09 22:09:32.706 INFO O| Oct 09 22:09:32.706 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-10-09T22:09:34.314Z[ recovery-image] Oct 09 22:09:32.758 INFO O| Oct 09 22:09:32.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43382024-10-09T22:09:34.314Z[ recovery-image] Oct 09 22:09:32.758 INFO O| Oct 09 22:09:32.758 INFO STEP 78 (remove_files) COMPLETE
43392024-10-09T22:09:34.316Z[ recovery-image] Oct 09 22:09:32.758 INFO O| Oct 09 22:09:32.758 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-10-09T22:09:34.333Z[ recovery-image] Oct 09 22:09:32.776 INFO O| Oct 09 22:09:32.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43412024-10-09T22:09:34.333Z[ recovery-image] Oct 09 22:09:32.776 INFO O| Oct 09 22:09:32.776 INFO STEP 79 (remove_files) COMPLETE
43422024-10-09T22:09:34.333Z[ recovery-image] Oct 09 22:09:32.776 INFO O| Oct 09 22:09:32.776 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-10-09T22:09:34.350Z[ recovery-image] Oct 09 22:09:32.795 INFO O| Oct 09 22:09:32.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43442024-10-09T22:09:34.350Z[ recovery-image] Oct 09 22:09:32.795 INFO O| Oct 09 22:09:32.795 INFO STEP 80 (remove_files) COMPLETE
43452024-10-09T22:09:34.350Z[ recovery-image] Oct 09 22:09:32.795 INFO O| Oct 09 22:09:32.795 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-10-09T22:09:34.391Z[ recovery-image] Oct 09 22:09:32.836 INFO O| Oct 09 22:09:32.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43472024-10-09T22:09:34.394Z[ recovery-image] Oct 09 22:09:32.836 INFO O| Oct 09 22:09:32.836 INFO STEP 81 (remove_files) COMPLETE
43482024-10-09T22:09:34.394Z[ recovery-image] Oct 09 22:09:32.836 INFO O| Oct 09 22:09:32.836 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-09T22:09:34.412Z[ recovery-image] Oct 09 22:09:32.857 INFO O| Oct 09 22:09:32.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43502024-10-09T22:09:34.415Z[ recovery-image] Oct 09 22:09:32.857 INFO O| Oct 09 22:09:32.857 INFO STEP 82 (remove_files) COMPLETE
43512024-10-09T22:09:34.415Z[ recovery-image] Oct 09 22:09:32.857 INFO O| Oct 09 22:09:32.857 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-09T22:09:34.431Z[ recovery-image] Oct 09 22:09:32.876 INFO O| Oct 09 22:09:32.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43532024-10-09T22:09:34.434Z[ recovery-image] Oct 09 22:09:32.876 INFO O| Oct 09 22:09:32.876 INFO STEP 83 (remove_files) COMPLETE
43542024-10-09T22:09:34.434Z[ recovery-image] Oct 09 22:09:32.876 INFO O| Oct 09 22:09:32.876 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-10-09T22:09:34.468Z[ recovery-image] Oct 09 22:09:32.912 INFO O| Oct 09 22:09:32.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43562024-10-09T22:09:34.470Z[ recovery-image] Oct 09 22:09:32.912 INFO O| Oct 09 22:09:32.912 INFO STEP 84 (remove_files) COMPLETE
43572024-10-09T22:09:34.470Z[ recovery-image] Oct 09 22:09:32.912 INFO O| Oct 09 22:09:32.912 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-10-09T22:09:34.488Z[ recovery-image] Oct 09 22:09:32.932 INFO O| Oct 09 22:09:32.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43592024-10-09T22:09:34.507Z[ recovery-image] Oct 09 22:09:32.952 INFO O| Oct 09 22:09:32.952 INFO STEP 85 (remove_files) COMPLETE
43602024-10-09T22:09:34.507Z[ recovery-image] Oct 09 22:09:32.952 INFO O| Oct 09 22:09:32.952 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-10-09T22:09:34.551Z[ recovery-image] Oct 09 22:09:32.995 INFO O| Oct 09 22:09:32.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43622024-10-09T22:09:34.551Z[ recovery-image] Oct 09 22:09:32.995 INFO O| Oct 09 22:09:32.995 INFO STEP 86 (remove_files) COMPLETE
43632024-10-09T22:09:34.551Z[ recovery-image] Oct 09 22:09:32.995 INFO O| Oct 09 22:09:32.995 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-10-09T22:09:34.571Z[ recovery-image] Oct 09 22:09:33.015 INFO O| Oct 09 22:09:33.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43652024-10-09T22:09:34.571Z[ recovery-image] Oct 09 22:09:33.015 INFO O| Oct 09 22:09:33.015 INFO STEP 87 (remove_files) COMPLETE
43662024-10-09T22:09:34.573Z[ recovery-image] Oct 09 22:09:33.015 INFO O| Oct 09 22:09:33.015 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-10-09T22:09:34.607Z[ recovery-image] Oct 09 22:09:33.052 INFO O| Oct 09 22:09:33.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43682024-10-09T22:09:34.608Z[ recovery-image] Oct 09 22:09:33.052 INFO O| Oct 09 22:09:33.052 INFO STEP 88 (remove_files) COMPLETE
43692024-10-09T22:09:34.608Z[ recovery-image] Oct 09 22:09:33.052 INFO O| Oct 09 22:09:33.052 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-10-09T22:09:34.627Z[ recovery-image] Oct 09 22:09:33.071 INFO O| Oct 09 22:09:33.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43712024-10-09T22:09:34.627Z[ recovery-image] Oct 09 22:09:33.071 INFO O| Oct 09 22:09:33.071 INFO STEP 89 (remove_files) COMPLETE
43722024-10-09T22:09:34.627Z[ recovery-image] Oct 09 22:09:33.071 INFO O| Oct 09 22:09:33.071 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-09T22:09:34.649Z[ recovery-image] Oct 09 22:09:33.093 INFO O| Oct 09 22:09:33.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43742024-10-09T22:09:34.649Z[ recovery-image] Oct 09 22:09:33.093 INFO O| Oct 09 22:09:33.093 INFO STEP 90 (remove_files) COMPLETE
43752024-10-09T22:09:34.652Z[ recovery-image] Oct 09 22:09:33.093 INFO O| Oct 09 22:09:33.093 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-09T22:09:34.684Z[ recovery-image] Oct 09 22:09:33.128 INFO O| Oct 09 22:09:33.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43772024-10-09T22:09:34.684Z[ recovery-image] Oct 09 22:09:33.128 INFO O| Oct 09 22:09:33.128 INFO STEP 91 (remove_files) COMPLETE
43782024-10-09T22:09:34.686Z[ recovery-image] Oct 09 22:09:33.128 INFO O| Oct 09 22:09:33.128 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-10-09T22:09:34.760Z[ recovery-image] Oct 09 22:09:33.204 INFO O| Oct 09 22:09:33.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43802024-10-09T22:09:34.760Z[ recovery-image] Oct 09 22:09:33.204 INFO O| Oct 09 22:09:33.204 INFO STEP 92 (remove_files) COMPLETE
43812024-10-09T22:09:34.760Z[ recovery-image] Oct 09 22:09:33.204 INFO O| Oct 09 22:09:33.204 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-10-09T22:09:34.824Z[ recovery-image] Oct 09 22:09:33.268 INFO O| Oct 09 22:09:33.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43832024-10-09T22:09:34.824Z[ recovery-image] Oct 09 22:09:33.268 INFO O| Oct 09 22:09:33.268 INFO STEP 93 (remove_files) COMPLETE
43842024-10-09T22:09:34.824Z[ recovery-image] Oct 09 22:09:33.268 INFO O| Oct 09 22:09:33.268 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-10-09T22:09:34.862Z[ recovery-image] Oct 09 22:09:33.307 INFO O| Oct 09 22:09:33.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43862024-10-09T22:09:34.886Z[ recovery-image] Oct 09 22:09:33.330 INFO O| Oct 09 22:09:33.330 INFO STEP 94 (remove_files) COMPLETE
43872024-10-09T22:09:34.886Z[ recovery-image] Oct 09 22:09:33.330 INFO O| Oct 09 22:09:33.330 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-10-09T22:09:34.964Z[ recovery-image] Oct 09 22:09:33.408 INFO O| Oct 09 22:09:33.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43892024-10-09T22:09:34.964Z[ recovery-image] Oct 09 22:09:33.409 INFO O| Oct 09 22:09:33.409 INFO STEP 95 (remove_files) COMPLETE
43902024-10-09T22:09:34.964Z[ recovery-image] Oct 09 22:09:33.409 INFO O| Oct 09 22:09:33.409 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-10-09T22:09:35.018Z[ recovery-image] Oct 09 22:09:33.462 INFO O| Oct 09 22:09:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43922024-10-09T22:09:35.018Z[ recovery-image] Oct 09 22:09:33.462 INFO O| Oct 09 22:09:33.462 INFO STEP 96 (remove_files) COMPLETE
43932024-10-09T22:09:35.018Z[ recovery-image] Oct 09 22:09:33.462 INFO O| Oct 09 22:09:33.462 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-10-09T22:09:35.036Z[ recovery-image] Oct 09 22:09:33.480 INFO O| Oct 09 22:09:33.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43952024-10-09T22:09:35.036Z[ recovery-image] Oct 09 22:09:33.480 INFO O| Oct 09 22:09:33.480 INFO STEP 97 (remove_files) COMPLETE
43962024-10-09T22:09:35.036Z[ recovery-image] Oct 09 22:09:33.480 INFO O| Oct 09 22:09:33.480 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-10-09T22:09:35.120Z[ recovery-image] Oct 09 22:09:33.564 INFO O| Oct 09 22:09:33.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43982024-10-09T22:09:35.120Z[ recovery-image] Oct 09 22:09:33.564 INFO O| Oct 09 22:09:33.564 INFO STEP 98 (remove_files) COMPLETE
43992024-10-09T22:09:35.123Z[ recovery-image] Oct 09 22:09:33.564 INFO O| Oct 09 22:09:33.564 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-10-09T22:09:35.153Z[ recovery-image] Oct 09 22:09:33.597 INFO O| Oct 09 22:09:33.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44012024-10-09T22:09:35.153Z[ recovery-image] Oct 09 22:09:33.597 INFO O| Oct 09 22:09:33.597 INFO STEP 99 (remove_files) COMPLETE
44022024-10-09T22:09:35.155Z[ recovery-image] Oct 09 22:09:33.597 INFO O| Oct 09 22:09:33.597 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-10-09T22:09:35.200Z[ recovery-image] Oct 09 22:09:33.644 INFO O| Oct 09 22:09:33.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44042024-10-09T22:09:35.203Z[ recovery-image] Oct 09 22:09:33.645 INFO O| Oct 09 22:09:33.645 INFO STEP 100 (remove_files) COMPLETE
44052024-10-09T22:09:35.203Z[ recovery-image] Oct 09 22:09:33.645 INFO O| Oct 09 22:09:33.645 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-10-09T22:09:35.222Z[ recovery-image] Oct 09 22:09:33.666 INFO O| Oct 09 22:09:33.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44072024-10-09T22:09:35.224Z[ recovery-image] Oct 09 22:09:33.667 INFO O| Oct 09 22:09:33.667 INFO STEP 101 (remove_files) COMPLETE
44082024-10-09T22:09:35.224Z[ recovery-image] Oct 09 22:09:33.667 INFO O| Oct 09 22:09:33.667 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-10-09T22:09:35.250Z[ recovery-image] Oct 09 22:09:33.694 INFO O| Oct 09 22:09:33.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44102024-10-09T22:09:35.250Z[ recovery-image] Oct 09 22:09:33.694 INFO O| Oct 09 22:09:33.694 INFO STEP 102 (remove_files) COMPLETE
44112024-10-09T22:09:35.252Z[ recovery-image] Oct 09 22:09:33.695 INFO O| Oct 09 22:09:33.694 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-10-09T22:09:35.312Z[ host-image] Oct 09 22:09:33.754 INFO O| Oct 09 22:09:33.754 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44132024-10-09T22:09:35.320Z[ recovery-image] Oct 09 22:09:33.764 INFO O| Oct 09 22:09:33.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44142024-10-09T22:09:35.342Z[ recovery-image] Oct 09 22:09:33.785 INFO O| Oct 09 22:09:33.785 INFO STEP 103 (remove_files) COMPLETE
44152024-10-09T22:09:35.342Z[ recovery-image] Oct 09 22:09:33.785 INFO O| Oct 09 22:09:33.785 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-09T22:09:35.468Z[ recovery-image] Oct 09 22:09:33.911 INFO O| Oct 09 22:09:33.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44172024-10-09T22:09:35.468Z[ recovery-image] Oct 09 22:09:33.911 INFO O| Oct 09 22:09:33.911 INFO STEP 104 (remove_files) COMPLETE
44182024-10-09T22:09:35.471Z[ recovery-image] Oct 09 22:09:33.911 INFO O| Oct 09 22:09:33.911 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-09T22:09:35.486Z[ recovery-image] Oct 09 22:09:33.930 INFO O| Oct 09 22:09:33.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44202024-10-09T22:09:35.486Z[ recovery-image] Oct 09 22:09:33.930 INFO O| Oct 09 22:09:33.930 INFO STEP 105 (remove_files) COMPLETE
44212024-10-09T22:09:35.486Z[ recovery-image] Oct 09 22:09:33.930 INFO O| Oct 09 22:09:33.930 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-09T22:09:35.502Z[ recovery-image] Oct 09 22:09:33.946 INFO O| Oct 09 22:09:33.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44232024-10-09T22:09:35.502Z[ recovery-image] Oct 09 22:09:33.946 INFO O| Oct 09 22:09:33.946 INFO STEP 106 (remove_files) COMPLETE
44242024-10-09T22:09:35.502Z[ recovery-image] Oct 09 22:09:33.946 INFO O| Oct 09 22:09:33.946 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-10-09T22:09:35.554Z[ recovery-image] Oct 09 22:09:33.998 INFO O| Oct 09 22:09:33.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44262024-10-09T22:09:35.554Z[ recovery-image] Oct 09 22:09:33.998 INFO O| Oct 09 22:09:33.998 INFO STEP 107 (remove_files) COMPLETE
44272024-10-09T22:09:35.554Z[ recovery-image] Oct 09 22:09:33.998 INFO O| Oct 09 22:09:33.998 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-10-09T22:09:35.572Z[ recovery-image] Oct 09 22:09:34.017 INFO O| Oct 09 22:09:34.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44292024-10-09T22:09:35.573Z[ recovery-image] Oct 09 22:09:34.017 INFO O| Oct 09 22:09:34.017 INFO STEP 108 (remove_files) COMPLETE
44302024-10-09T22:09:35.575Z[ recovery-image] Oct 09 22:09:34.017 INFO O| Oct 09 22:09:34.017 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-09T22:09:35.593Z[ recovery-image] Oct 09 22:09:34.035 INFO O| Oct 09 22:09:34.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44322024-10-09T22:09:35.593Z[ recovery-image] Oct 09 22:09:34.035 INFO O| Oct 09 22:09:34.035 INFO STEP 109 (remove_files) COMPLETE
44332024-10-09T22:09:35.593Z[ recovery-image] Oct 09 22:09:34.035 INFO O| Oct 09 22:09:34.035 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-09T22:09:35.610Z[ recovery-image] Oct 09 22:09:34.055 INFO O| Oct 09 22:09:34.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44352024-10-09T22:09:35.610Z[ recovery-image] Oct 09 22:09:34.055 INFO O| Oct 09 22:09:34.055 INFO STEP 110 (remove_files) COMPLETE
44362024-10-09T22:09:35.610Z[ recovery-image] Oct 09 22:09:34.055 INFO O| Oct 09 22:09:34.055 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-10-09T22:09:35.636Z[ recovery-image] Oct 09 22:09:34.080 INFO O| Oct 09 22:09:34.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44382024-10-09T22:09:35.638Z[ recovery-image] Oct 09 22:09:34.080 INFO O| Oct 09 22:09:34.080 INFO STEP 111 (remove_files) COMPLETE
44392024-10-09T22:09:35.639Z[ recovery-image] Oct 09 22:09:34.081 INFO O| Oct 09 22:09:34.080 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-10-09T22:09:35.658Z[ recovery-image] Oct 09 22:09:34.102 INFO O| Oct 09 22:09:34.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44412024-10-09T22:09:35.660Z[ recovery-image] Oct 09 22:09:34.102 INFO O| Oct 09 22:09:34.102 INFO STEP 112 (remove_files) COMPLETE
44422024-10-09T22:09:35.660Z[ recovery-image] Oct 09 22:09:34.102 INFO O| Oct 09 22:09:34.102 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-10-09T22:09:35.679Z[ recovery-image] Oct 09 22:09:34.123 INFO O| Oct 09 22:09:34.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44442024-10-09T22:09:35.682Z[ recovery-image] Oct 09 22:09:34.124 INFO O| Oct 09 22:09:34.124 INFO STEP 113 (remove_files) COMPLETE
44452024-10-09T22:09:35.682Z[ recovery-image] Oct 09 22:09:34.124 INFO O| Oct 09 22:09:34.124 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-10-09T22:09:35.719Z[ recovery-image] Oct 09 22:09:34.164 INFO O| Oct 09 22:09:34.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44472024-10-09T22:09:35.719Z[ recovery-image] Oct 09 22:09:34.164 INFO O| Oct 09 22:09:34.164 INFO STEP 114 (remove_files) COMPLETE
44482024-10-09T22:09:35.722Z[ recovery-image] Oct 09 22:09:34.164 INFO O| Oct 09 22:09:34.164 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-10-09T22:09:35.744Z[ recovery-image] Oct 09 22:09:34.187 INFO O| Oct 09 22:09:34.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44502024-10-09T22:09:35.744Z[ recovery-image] Oct 09 22:09:34.187 INFO O| Oct 09 22:09:34.187 INFO STEP 115 (remove_files) COMPLETE
44512024-10-09T22:09:35.744Z[ recovery-image] Oct 09 22:09:34.187 INFO O| Oct 09 22:09:34.187 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-10-09T22:09:35.803Z[ recovery-image] Oct 09 22:09:34.246 INFO O| Oct 09 22:09:34.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44532024-10-09T22:09:35.803Z[ recovery-image] Oct 09 22:09:34.246 INFO O| Oct 09 22:09:34.246 INFO STEP 116 (remove_files) COMPLETE
44542024-10-09T22:09:35.803Z[ recovery-image] Oct 09 22:09:34.246 INFO O| Oct 09 22:09:34.246 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-09T22:09:35.824Z[ recovery-image] Oct 09 22:09:34.268 INFO O| Oct 09 22:09:34.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44562024-10-09T22:09:35.824Z[ recovery-image] Oct 09 22:09:34.268 INFO O| Oct 09 22:09:34.268 INFO STEP 117 (remove_files) COMPLETE
44572024-10-09T22:09:35.825Z[ recovery-image] Oct 09 22:09:34.268 INFO O| Oct 09 22:09:34.268 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-09T22:09:35.843Z[ recovery-image] Oct 09 22:09:34.288 INFO O| Oct 09 22:09:34.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44592024-10-09T22:09:35.843Z[ recovery-image] Oct 09 22:09:34.288 INFO O| Oct 09 22:09:34.288 INFO STEP 118 (remove_files) COMPLETE
44602024-10-09T22:09:35.846Z[ recovery-image] Oct 09 22:09:34.288 INFO O| Oct 09 22:09:34.288 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-09T22:09:35.862Z[ recovery-image] Oct 09 22:09:34.306 INFO O| Oct 09 22:09:34.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44622024-10-09T22:09:35.862Z[ recovery-image] Oct 09 22:09:34.306 INFO O| Oct 09 22:09:34.306 INFO STEP 119 (remove_files) COMPLETE
44632024-10-09T22:09:35.862Z[ recovery-image] Oct 09 22:09:34.306 INFO O| Oct 09 22:09:34.306 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-09T22:09:35.894Z[ recovery-image] Oct 09 22:09:34.338 INFO O| Oct 09 22:09:34.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44652024-10-09T22:09:35.897Z[ recovery-image] Oct 09 22:09:34.338 INFO O| Oct 09 22:09:34.338 INFO STEP 120 (remove_files) COMPLETE
44662024-10-09T22:09:35.897Z[ recovery-image] Oct 09 22:09:34.339 INFO O| Oct 09 22:09:34.339 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-09T22:09:35.913Z[ recovery-image] Oct 09 22:09:34.357 INFO O| Oct 09 22:09:34.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44682024-10-09T22:09:35.916Z[ recovery-image] Oct 09 22:09:34.358 INFO O| Oct 09 22:09:34.358 INFO STEP 121 (remove_files) COMPLETE
44692024-10-09T22:09:35.916Z[ recovery-image] Oct 09 22:09:34.358 INFO O| Oct 09 22:09:34.358 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-10-09T22:09:35.944Z[ recovery-image] Oct 09 22:09:34.388 INFO O| Oct 09 22:09:34.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44712024-10-09T22:09:35.944Z[ recovery-image] Oct 09 22:09:34.388 INFO O| Oct 09 22:09:34.388 INFO STEP 122 (remove_files) COMPLETE
44722024-10-09T22:09:35.946Z[ recovery-image] Oct 09 22:09:34.388 INFO O| Oct 09 22:09:34.388 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-10-09T22:09:35.963Z[ recovery-image] Oct 09 22:09:34.407 INFO O| Oct 09 22:09:34.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44742024-10-09T22:09:35.964Z[ recovery-image] Oct 09 22:09:34.407 INFO O| Oct 09 22:09:34.407 INFO STEP 123 (remove_files) COMPLETE
44752024-10-09T22:09:35.966Z[ recovery-image] Oct 09 22:09:34.407 INFO O| Oct 09 22:09:34.407 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-10-09T22:09:35.980Z[ recovery-image] Oct 09 22:09:34.424 INFO O| Oct 09 22:09:34.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44772024-10-09T22:09:35.980Z[ recovery-image] Oct 09 22:09:34.424 INFO O| Oct 09 22:09:34.424 INFO STEP 124 (remove_files) COMPLETE
44782024-10-09T22:09:35.980Z[ recovery-image] Oct 09 22:09:34.424 INFO O| Oct 09 22:09:34.424 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-10-09T22:09:36.013Z[ recovery-image] Oct 09 22:09:34.456 INFO O| Oct 09 22:09:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44802024-10-09T22:09:36.013Z[ recovery-image] Oct 09 22:09:34.456 INFO O| Oct 09 22:09:34.456 INFO STEP 125 (remove_files) COMPLETE
44812024-10-09T22:09:36.013Z[ recovery-image] Oct 09 22:09:34.456 INFO O| Oct 09 22:09:34.456 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-10-09T22:09:36.049Z[ recovery-image] Oct 09 22:09:34.492 INFO O| Oct 09 22:09:34.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44832024-10-09T22:09:36.049Z[ recovery-image] Oct 09 22:09:34.492 INFO O| Oct 09 22:09:34.492 INFO STEP 126 (remove_files) COMPLETE
44842024-10-09T22:09:36.049Z[ recovery-image] Oct 09 22:09:34.492 INFO O| Oct 09 22:09:34.492 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-10-09T22:09:36.080Z[ recovery-image] Oct 09 22:09:34.524 INFO O| Oct 09 22:09:34.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44862024-10-09T22:09:36.080Z[ recovery-image] Oct 09 22:09:34.524 INFO O| Oct 09 22:09:34.524 INFO STEP 127 (remove_files) COMPLETE
44872024-10-09T22:09:36.080Z[ recovery-image] Oct 09 22:09:34.524 INFO O| Oct 09 22:09:34.524 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-10-09T22:09:36.113Z[ recovery-image] Oct 09 22:09:34.557 INFO O| Oct 09 22:09:34.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44892024-10-09T22:09:36.113Z[ recovery-image] Oct 09 22:09:34.557 INFO O| Oct 09 22:09:34.557 INFO STEP 128 (remove_files) COMPLETE
44902024-10-09T22:09:36.114Z[ recovery-image] Oct 09 22:09:34.557 INFO O| Oct 09 22:09:34.557 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-10-09T22:09:36.128Z[ recovery-image] Oct 09 22:09:34.572 INFO O| Oct 09 22:09:34.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44922024-10-09T22:09:36.128Z[ recovery-image] Oct 09 22:09:34.572 INFO O| Oct 09 22:09:34.572 INFO STEP 129 (remove_files) COMPLETE
44932024-10-09T22:09:36.128Z[ recovery-image] Oct 09 22:09:34.572 INFO O| Oct 09 22:09:34.572 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-10-09T22:09:36.143Z[ recovery-image] Oct 09 22:09:34.587 INFO O| Oct 09 22:09:34.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44952024-10-09T22:09:36.167Z[ recovery-image] Oct 09 22:09:34.610 INFO O| Oct 09 22:09:34.610 INFO STEP 130 (remove_files) COMPLETE
44962024-10-09T22:09:36.167Z[ recovery-image] Oct 09 22:09:34.610 INFO O| Oct 09 22:09:34.610 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-10-09T22:09:36.197Z[ recovery-image] Oct 09 22:09:34.641 INFO O| Oct 09 22:09:34.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44982024-10-09T22:09:36.197Z[ recovery-image] Oct 09 22:09:34.641 INFO O| Oct 09 22:09:34.641 INFO STEP 131 (remove_files) COMPLETE
44992024-10-09T22:09:36.197Z[ recovery-image] Oct 09 22:09:34.641 INFO O| Oct 09 22:09:34.641 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-10-09T22:09:36.215Z[ recovery-image] Oct 09 22:09:34.659 INFO O| Oct 09 22:09:34.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45012024-10-09T22:09:36.215Z[ recovery-image] Oct 09 22:09:34.659 INFO O| Oct 09 22:09:34.659 INFO STEP 132 (remove_files) COMPLETE
45022024-10-09T22:09:36.215Z[ recovery-image] Oct 09 22:09:34.659 INFO O| Oct 09 22:09:34.659 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-10-09T22:09:36.245Z[ recovery-image] Oct 09 22:09:34.689 INFO O| Oct 09 22:09:34.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45042024-10-09T22:09:36.245Z[ recovery-image] Oct 09 22:09:34.689 INFO O| Oct 09 22:09:34.689 INFO STEP 133 (remove_files) COMPLETE
45052024-10-09T22:09:36.245Z[ recovery-image] Oct 09 22:09:34.689 INFO O| Oct 09 22:09:34.689 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-10-09T22:09:36.620Z[ recovery-image] Oct 09 22:09:35.064 INFO O| Oct 09 22:09:35.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45072024-10-09T22:09:36.620Z[ recovery-image] Oct 09 22:09:35.064 INFO O| Oct 09 22:09:35.064 INFO STEP 134 (remove_files) COMPLETE
45082024-10-09T22:09:36.622Z[ recovery-image] Oct 09 22:09:35.064 INFO O| Oct 09 22:09:35.064 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-10-09T22:09:36.646Z[ recovery-image] Oct 09 22:09:35.090 INFO O| Oct 09 22:09:35.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45102024-10-09T22:09:36.646Z[ recovery-image] Oct 09 22:09:35.090 INFO O| Oct 09 22:09:35.090 INFO STEP 135 (remove_files) COMPLETE
45112024-10-09T22:09:36.647Z[ recovery-image] Oct 09 22:09:35.090 INFO O| Oct 09 22:09:35.090 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-10-09T22:09:36.717Z[ recovery-image] Oct 09 22:09:35.159 INFO O| Oct 09 22:09:35.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45132024-10-09T22:09:36.717Z[ recovery-image] Oct 09 22:09:35.159 INFO O| Oct 09 22:09:35.159 INFO STEP 136 (remove_files) COMPLETE
45142024-10-09T22:09:36.717Z[ recovery-image] Oct 09 22:09:35.160 INFO O| Oct 09 22:09:35.159 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-10-09T22:09:36.733Z[ recovery-image] Oct 09 22:09:35.177 INFO O| Oct 09 22:09:35.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45162024-10-09T22:09:36.736Z[ recovery-image] Oct 09 22:09:35.178 INFO O| Oct 09 22:09:35.178 INFO STEP 137 (remove_files) COMPLETE
45172024-10-09T22:09:36.736Z[ recovery-image] Oct 09 22:09:35.178 INFO O| Oct 09 22:09:35.178 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-10-09T22:09:36.752Z[ recovery-image] Oct 09 22:09:35.196 INFO O| Oct 09 22:09:35.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45192024-10-09T22:09:36.752Z[ recovery-image] Oct 09 22:09:35.196 INFO O| Oct 09 22:09:35.196 INFO STEP 138 (remove_files) COMPLETE
45202024-10-09T22:09:36.755Z[ recovery-image] Oct 09 22:09:35.196 INFO O| Oct 09 22:09:35.196 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-10-09T22:09:36.792Z[ recovery-image] Oct 09 22:09:35.236 INFO O| Oct 09 22:09:35.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45222024-10-09T22:09:36.792Z[ recovery-image] Oct 09 22:09:35.236 INFO O| Oct 09 22:09:35.236 INFO STEP 139 (remove_files) COMPLETE
45232024-10-09T22:09:36.792Z[ recovery-image] Oct 09 22:09:35.236 INFO O| Oct 09 22:09:35.236 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-10-09T22:09:36.812Z[ recovery-image] Oct 09 22:09:35.256 INFO O| Oct 09 22:09:35.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45252024-10-09T22:09:36.813Z[ recovery-image] Oct 09 22:09:35.257 INFO O| Oct 09 22:09:35.257 INFO STEP 140 (remove_files) COMPLETE
45262024-10-09T22:09:36.815Z[ recovery-image] Oct 09 22:09:35.257 INFO O| Oct 09 22:09:35.257 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-10-09T22:09:36.842Z[ recovery-image] Oct 09 22:09:35.286 INFO O| Oct 09 22:09:35.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45282024-10-09T22:09:36.865Z[ recovery-image] Oct 09 22:09:35.309 INFO O| Oct 09 22:09:35.309 INFO STEP 141 (remove_files) COMPLETE
45292024-10-09T22:09:36.865Z[ recovery-image] Oct 09 22:09:35.309 INFO O| Oct 09 22:09:35.309 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-10-09T22:09:36.922Z[ recovery-image] Oct 09 22:09:35.366 INFO O| Oct 09 22:09:35.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45312024-10-09T22:09:36.923Z[ recovery-image] Oct 09 22:09:35.366 INFO O| Oct 09 22:09:35.366 INFO STEP 142 (remove_files) COMPLETE
45322024-10-09T22:09:36.923Z[ recovery-image] Oct 09 22:09:35.366 INFO O| Oct 09 22:09:35.366 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-10-09T22:09:36.941Z[ recovery-image] Oct 09 22:09:35.384 INFO O| Oct 09 22:09:35.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45342024-10-09T22:09:36.941Z[ recovery-image] Oct 09 22:09:35.384 INFO O| Oct 09 22:09:35.384 INFO STEP 143 (remove_files) COMPLETE
45352024-10-09T22:09:36.941Z[ recovery-image] Oct 09 22:09:35.384 INFO O| Oct 09 22:09:35.384 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-10-09T22:09:36.959Z[ recovery-image] Oct 09 22:09:35.403 INFO O| Oct 09 22:09:35.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45372024-10-09T22:09:36.959Z[ recovery-image] Oct 09 22:09:35.403 INFO O| Oct 09 22:09:35.403 INFO STEP 144 (remove_files) COMPLETE
45382024-10-09T22:09:36.959Z[ recovery-image] Oct 09 22:09:35.403 INFO O| Oct 09 22:09:35.403 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-10-09T22:09:37.123Z[ recovery-image] Oct 09 22:09:35.567 INFO O| Oct 09 22:09:35.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45402024-10-09T22:09:37.145Z[ recovery-image] Oct 09 22:09:35.589 INFO O| Oct 09 22:09:35.589 INFO STEP 145 (remove_files) COMPLETE
45412024-10-09T22:09:37.145Z[ recovery-image] Oct 09 22:09:35.589 INFO O| Oct 09 22:09:35.589 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-10-09T22:09:37.174Z[ recovery-image] Oct 09 22:09:35.618 INFO O| Oct 09 22:09:35.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45432024-10-09T22:09:37.177Z[ recovery-image] Oct 09 22:09:35.618 INFO O| Oct 09 22:09:35.618 INFO STEP 146 (remove_files) COMPLETE
45442024-10-09T22:09:37.177Z[ recovery-image] Oct 09 22:09:35.618 INFO O| Oct 09 22:09:35.618 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-10-09T22:09:37.197Z[ recovery-image] Oct 09 22:09:35.641 INFO O| Oct 09 22:09:35.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45462024-10-09T22:09:37.197Z[ recovery-image] Oct 09 22:09:35.641 INFO O| Oct 09 22:09:35.641 INFO STEP 147 (remove_files) COMPLETE
45472024-10-09T22:09:37.197Z[ recovery-image] Oct 09 22:09:35.641 INFO O| Oct 09 22:09:35.641 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-10-09T22:09:37.218Z[ recovery-image] Oct 09 22:09:35.662 INFO O| Oct 09 22:09:35.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45492024-10-09T22:09:37.218Z[ recovery-image] Oct 09 22:09:35.662 INFO O| Oct 09 22:09:35.662 INFO STEP 148 (remove_files) COMPLETE
45502024-10-09T22:09:37.218Z[ recovery-image] Oct 09 22:09:35.662 INFO O| Oct 09 22:09:35.662 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-10-09T22:09:37.266Z[ recovery-image] Oct 09 22:09:35.709 INFO O| Oct 09 22:09:35.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45522024-10-09T22:09:37.266Z[ recovery-image] Oct 09 22:09:35.709 INFO O| Oct 09 22:09:35.709 INFO STEP 149 (remove_files) COMPLETE
45532024-10-09T22:09:37.266Z[ recovery-image] Oct 09 22:09:35.709 INFO O| Oct 09 22:09:35.709 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-10-09T22:09:37.360Z[ recovery-image] Oct 09 22:09:35.804 INFO O| Oct 09 22:09:35.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45552024-10-09T22:09:37.381Z[ recovery-image] Oct 09 22:09:35.824 INFO O| Oct 09 22:09:35.824 INFO STEP 150 (remove_files) COMPLETE
45562024-10-09T22:09:37.381Z[ recovery-image] Oct 09 22:09:35.824 INFO O| Oct 09 22:09:35.824 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-10-09T22:09:37.411Z[ recovery-image] Oct 09 22:09:35.855 INFO O| Oct 09 22:09:35.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45582024-10-09T22:09:37.411Z[ recovery-image] Oct 09 22:09:35.855 INFO O| Oct 09 22:09:35.855 INFO STEP 151 (remove_files) COMPLETE
45592024-10-09T22:09:37.411Z[ recovery-image] Oct 09 22:09:35.855 INFO O| Oct 09 22:09:35.855 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-10-09T22:09:37.470Z[ recovery-image] Oct 09 22:09:35.914 INFO O| Oct 09 22:09:35.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45612024-10-09T22:09:37.470Z[ recovery-image] Oct 09 22:09:35.914 INFO O| Oct 09 22:09:35.914 INFO STEP 152 (remove_files) COMPLETE
45622024-10-09T22:09:37.470Z[ recovery-image] Oct 09 22:09:35.914 INFO O| Oct 09 22:09:35.914 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-10-09T22:09:37.504Z[ recovery-image] Oct 09 22:09:35.948 INFO O| Oct 09 22:09:35.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45642024-10-09T22:09:37.506Z[ recovery-image] Oct 09 22:09:35.948 INFO O| Oct 09 22:09:35.948 INFO STEP 153 (remove_files) COMPLETE
45652024-10-09T22:09:37.506Z[ recovery-image] Oct 09 22:09:35.948 INFO O| Oct 09 22:09:35.948 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-10-09T22:09:37.534Z[ recovery-image] Oct 09 22:09:35.978 INFO O| Oct 09 22:09:35.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45672024-10-09T22:09:37.534Z[ recovery-image] Oct 09 22:09:35.978 INFO O| Oct 09 22:09:35.978 INFO STEP 154 (remove_files) COMPLETE
45682024-10-09T22:09:37.534Z[ recovery-image] Oct 09 22:09:35.978 INFO O| Oct 09 22:09:35.978 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-10-09T22:09:37.579Z[ recovery-image] Oct 09 22:09:36.022 INFO O| Oct 09 22:09:36.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45702024-10-09T22:09:37.579Z[ recovery-image] Oct 09 22:09:36.022 INFO O| Oct 09 22:09:36.022 INFO STEP 155 (remove_files) COMPLETE
45712024-10-09T22:09:37.579Z[ recovery-image] Oct 09 22:09:36.022 INFO O| Oct 09 22:09:36.022 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-10-09T22:09:37.618Z[ recovery-image] Oct 09 22:09:36.062 INFO O| Oct 09 22:09:36.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45732024-10-09T22:09:37.620Z[ recovery-image] Oct 09 22:09:36.062 INFO O| Oct 09 22:09:36.062 INFO STEP 156 (remove_files) COMPLETE
45742024-10-09T22:09:37.620Z[ recovery-image] Oct 09 22:09:36.062 INFO O| Oct 09 22:09:36.062 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-10-09T22:09:37.635Z[ recovery-image] Oct 09 22:09:36.079 INFO O| Oct 09 22:09:36.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45762024-10-09T22:09:37.638Z[ recovery-image] Oct 09 22:09:36.079 INFO O| Oct 09 22:09:36.079 INFO STEP 157 (remove_files) COMPLETE
45772024-10-09T22:09:37.638Z[ recovery-image] Oct 09 22:09:36.079 INFO O| Oct 09 22:09:36.079 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-10-09T22:09:37.656Z[ recovery-image] Oct 09 22:09:36.100 INFO O| Oct 09 22:09:36.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45792024-10-09T22:09:37.656Z[ recovery-image] Oct 09 22:09:36.100 INFO O| Oct 09 22:09:36.100 INFO STEP 158 (remove_files) COMPLETE
45802024-10-09T22:09:37.658Z[ recovery-image] Oct 09 22:09:36.100 INFO O| Oct 09 22:09:36.100 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-10-09T22:09:37.714Z[ recovery-image] Oct 09 22:09:36.158 INFO O| Oct 09 22:09:36.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45822024-10-09T22:09:37.714Z[ recovery-image] Oct 09 22:09:36.158 INFO O| Oct 09 22:09:36.158 INFO STEP 159 (remove_files) COMPLETE
45832024-10-09T22:09:37.717Z[ recovery-image] Oct 09 22:09:36.158 INFO O| Oct 09 22:09:36.158 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-10-09T22:09:37.735Z[ recovery-image] Oct 09 22:09:36.179 INFO O| Oct 09 22:09:36.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45852024-10-09T22:09:37.737Z[ recovery-image] Oct 09 22:09:36.179 INFO O| Oct 09 22:09:36.179 INFO STEP 160 (remove_files) COMPLETE
45862024-10-09T22:09:37.737Z[ recovery-image] Oct 09 22:09:36.179 INFO O| Oct 09 22:09:36.179 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-10-09T22:09:37.753Z[ recovery-image] Oct 09 22:09:36.197 INFO O| Oct 09 22:09:36.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45882024-10-09T22:09:37.753Z[ recovery-image] Oct 09 22:09:36.197 INFO O| Oct 09 22:09:36.197 INFO STEP 161 (remove_files) COMPLETE
45892024-10-09T22:09:37.753Z[ recovery-image] Oct 09 22:09:36.197 INFO O| Oct 09 22:09:36.197 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-10-09T22:09:37.771Z[ recovery-image] Oct 09 22:09:36.215 INFO O| Oct 09 22:09:36.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45912024-10-09T22:09:37.771Z[ recovery-image] Oct 09 22:09:36.215 INFO O| Oct 09 22:09:36.215 INFO STEP 162 (remove_files) COMPLETE
45922024-10-09T22:09:37.773Z[ recovery-image] Oct 09 22:09:36.215 INFO O| Oct 09 22:09:36.215 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-10-09T22:09:37.793Z[ recovery-image] Oct 09 22:09:36.237 INFO O| Oct 09 22:09:36.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45942024-10-09T22:09:37.793Z[ recovery-image] Oct 09 22:09:36.237 INFO O| Oct 09 22:09:36.237 INFO STEP 163 (remove_files) COMPLETE
45952024-10-09T22:09:37.795Z[ recovery-image] Oct 09 22:09:36.237 INFO O| Oct 09 22:09:36.237 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-10-09T22:09:37.843Z[ recovery-image] Oct 09 22:09:36.286 INFO O| Oct 09 22:09:36.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45972024-10-09T22:09:37.843Z[ recovery-image] Oct 09 22:09:36.286 INFO O| Oct 09 22:09:36.286 INFO STEP 164 (remove_files) COMPLETE
45982024-10-09T22:09:37.843Z[ recovery-image] Oct 09 22:09:36.286 INFO O| Oct 09 22:09:36.286 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-10-09T22:09:37.877Z[ recovery-image] Oct 09 22:09:36.321 INFO O| Oct 09 22:09:36.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46002024-10-09T22:09:37.877Z[ recovery-image] Oct 09 22:09:36.321 INFO O| Oct 09 22:09:36.321 INFO STEP 165 (remove_files) COMPLETE
46012024-10-09T22:09:37.877Z[ recovery-image] Oct 09 22:09:36.321 INFO O| Oct 09 22:09:36.321 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-10-09T22:09:37.899Z[ recovery-image] Oct 09 22:09:36.343 INFO O| Oct 09 22:09:36.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46032024-10-09T22:09:37.902Z[ recovery-image] Oct 09 22:09:36.346 INFO O| Oct 09 22:09:36.346 INFO STEP 166 (remove_files) COMPLETE
46042024-10-09T22:09:37.902Z[ recovery-image] Oct 09 22:09:36.346 INFO O| Oct 09 22:09:36.346 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-10-09T22:09:37.934Z[ recovery-image] Oct 09 22:09:36.378 INFO O| Oct 09 22:09:36.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46062024-10-09T22:09:37.958Z[ recovery-image] Oct 09 22:09:36.401 INFO O| Oct 09 22:09:36.401 INFO STEP 167 (remove_files) COMPLETE
46072024-10-09T22:09:37.958Z[ recovery-image] Oct 09 22:09:36.401 INFO O| Oct 09 22:09:36.401 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-10-09T22:09:37.998Z[ recovery-image] Oct 09 22:09:36.442 INFO O| Oct 09 22:09:36.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46092024-10-09T22:09:37.998Z[ recovery-image] Oct 09 22:09:36.442 INFO O| Oct 09 22:09:36.442 INFO STEP 168 (remove_files) COMPLETE
46102024-10-09T22:09:37.998Z[ recovery-image] Oct 09 22:09:36.442 INFO O| Oct 09 22:09:36.442 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-10-09T22:09:38.074Z[ recovery-image] Oct 09 22:09:36.518 INFO O| Oct 09 22:09:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46122024-10-09T22:09:38.077Z[ recovery-image] Oct 09 22:09:36.518 INFO O| Oct 09 22:09:36.518 INFO STEP 169 (remove_files) COMPLETE
46132024-10-09T22:09:38.077Z[ recovery-image] Oct 09 22:09:36.518 INFO O| Oct 09 22:09:36.518 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-10-09T22:09:38.094Z[ recovery-image] Oct 09 22:09:36.538 INFO O| Oct 09 22:09:36.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46152024-10-09T22:09:38.094Z[ recovery-image] Oct 09 22:09:36.538 INFO O| Oct 09 22:09:36.538 INFO STEP 170 (remove_files) COMPLETE
46162024-10-09T22:09:38.094Z[ recovery-image] Oct 09 22:09:36.538 INFO O| Oct 09 22:09:36.538 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-10-09T22:09:38.121Z[ recovery-image] Oct 09 22:09:36.565 INFO O| Oct 09 22:09:36.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46182024-10-09T22:09:38.121Z[ recovery-image] Oct 09 22:09:36.565 INFO O| Oct 09 22:09:36.565 INFO STEP 171 (remove_files) COMPLETE
46192024-10-09T22:09:38.124Z[ recovery-image] Oct 09 22:09:36.565 INFO O| Oct 09 22:09:36.565 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-10-09T22:09:38.153Z[ recovery-image] Oct 09 22:09:36.597 INFO O| Oct 09 22:09:36.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46212024-10-09T22:09:38.153Z[ recovery-image] Oct 09 22:09:36.597 INFO O| Oct 09 22:09:36.597 INFO STEP 172 (remove_files) COMPLETE
46222024-10-09T22:09:38.156Z[ recovery-image] Oct 09 22:09:36.598 INFO O| Oct 09 22:09:36.597 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-10-09T22:09:38.203Z[ recovery-image] Oct 09 22:09:36.647 INFO O| Oct 09 22:09:36.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46242024-10-09T22:09:38.205Z[ recovery-image] Oct 09 22:09:36.647 INFO O| Oct 09 22:09:36.647 INFO STEP 173 (remove_files) COMPLETE
46252024-10-09T22:09:38.206Z[ recovery-image] Oct 09 22:09:36.647 INFO O| Oct 09 22:09:36.647 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-10-09T22:09:38.222Z[ recovery-image] Oct 09 22:09:36.666 INFO O| Oct 09 22:09:36.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46272024-10-09T22:09:38.222Z[ recovery-image] Oct 09 22:09:36.666 INFO O| Oct 09 22:09:36.666 INFO STEP 174 (remove_files) COMPLETE
46282024-10-09T22:09:38.223Z[ recovery-image] Oct 09 22:09:36.666 INFO O| Oct 09 22:09:36.666 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-10-09T22:09:38.250Z[ recovery-image] Oct 09 22:09:36.694 INFO O| Oct 09 22:09:36.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46302024-10-09T22:09:38.253Z[ recovery-image] Oct 09 22:09:36.694 INFO O| Oct 09 22:09:36.694 INFO STEP 175 (remove_files) COMPLETE
46312024-10-09T22:09:38.253Z[ recovery-image] Oct 09 22:09:36.694 INFO O| Oct 09 22:09:36.694 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-10-09T22:09:38.283Z[ recovery-image] Oct 09 22:09:36.727 INFO O| Oct 09 22:09:36.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46332024-10-09T22:09:38.283Z[ recovery-image] Oct 09 22:09:36.727 INFO O| Oct 09 22:09:36.727 INFO STEP 176 (remove_files) COMPLETE
46342024-10-09T22:09:38.283Z[ recovery-image] Oct 09 22:09:36.727 INFO O| Oct 09 22:09:36.727 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-10-09T22:09:38.314Z[ recovery-image] Oct 09 22:09:36.758 INFO O| Oct 09 22:09:36.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46362024-10-09T22:09:38.314Z[ recovery-image] Oct 09 22:09:36.758 INFO O| Oct 09 22:09:36.758 INFO STEP 177 (remove_files) COMPLETE
46372024-10-09T22:09:38.314Z[ recovery-image] Oct 09 22:09:36.758 INFO O| Oct 09 22:09:36.758 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-10-09T22:09:38.332Z[ recovery-image] Oct 09 22:09:36.776 INFO O| Oct 09 22:09:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46392024-10-09T22:09:38.334Z[ recovery-image] Oct 09 22:09:36.776 INFO O| Oct 09 22:09:36.776 INFO STEP 178 (remove_files) COMPLETE
46402024-10-09T22:09:38.334Z[ recovery-image] Oct 09 22:09:36.776 INFO O| Oct 09 22:09:36.776 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-10-09T22:09:38.367Z[ recovery-image] Oct 09 22:09:36.810 INFO O| Oct 09 22:09:36.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46422024-10-09T22:09:38.367Z[ recovery-image] Oct 09 22:09:36.811 INFO O| Oct 09 22:09:36.811 INFO STEP 179 (remove_files) COMPLETE
46432024-10-09T22:09:38.367Z[ recovery-image] Oct 09 22:09:36.811 INFO O| Oct 09 22:09:36.811 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-10-09T22:09:38.409Z[ recovery-image] Oct 09 22:09:36.853 INFO O| Oct 09 22:09:36.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46452024-10-09T22:09:38.409Z[ recovery-image] Oct 09 22:09:36.853 INFO O| Oct 09 22:09:36.853 INFO STEP 180 (remove_files) COMPLETE
46462024-10-09T22:09:38.409Z[ recovery-image] Oct 09 22:09:36.853 INFO O| Oct 09 22:09:36.853 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-10-09T22:09:38.446Z[ recovery-image] Oct 09 22:09:36.890 INFO O| Oct 09 22:09:36.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46482024-10-09T22:09:38.446Z[ recovery-image] Oct 09 22:09:36.890 INFO O| Oct 09 22:09:36.890 INFO STEP 181 (remove_files) COMPLETE
46492024-10-09T22:09:38.446Z[ recovery-image] Oct 09 22:09:36.890 INFO O| Oct 09 22:09:36.890 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-10-09T22:09:38.465Z[ recovery-image] Oct 09 22:09:36.909 INFO O| Oct 09 22:09:36.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46512024-10-09T22:09:38.465Z[ recovery-image] Oct 09 22:09:36.909 INFO O| Oct 09 22:09:36.909 INFO STEP 182 (remove_files) COMPLETE
46522024-10-09T22:09:38.467Z[ recovery-image] Oct 09 22:09:36.909 INFO O| Oct 09 22:09:36.909 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-09T22:09:38.519Z[ recovery-image] Oct 09 22:09:36.963 INFO O| Oct 09 22:09:36.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46542024-10-09T22:09:38.521Z[ recovery-image] Oct 09 22:09:36.963 INFO O| Oct 09 22:09:36.963 INFO STEP 183 (remove_files) COMPLETE
46552024-10-09T22:09:38.522Z[ recovery-image] Oct 09 22:09:36.963 INFO O| Oct 09 22:09:36.963 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-09T22:09:38.542Z[ recovery-image] Oct 09 22:09:36.984 INFO O| Oct 09 22:09:36.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46572024-10-09T22:09:38.542Z[ recovery-image] Oct 09 22:09:36.984 INFO O| Oct 09 22:09:36.984 INFO STEP 184 (remove_files) COMPLETE
46582024-10-09T22:09:38.542Z[ recovery-image] Oct 09 22:09:36.984 INFO O| Oct 09 22:09:36.984 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-09T22:09:38.558Z[ recovery-image] Oct 09 22:09:37.002 INFO O| Oct 09 22:09:37.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46602024-10-09T22:09:38.558Z[ recovery-image] Oct 09 22:09:37.002 INFO O| Oct 09 22:09:37.002 INFO STEP 185 (remove_files) COMPLETE
46612024-10-09T22:09:38.560Z[ recovery-image] Oct 09 22:09:37.002 INFO O| Oct 09 22:09:37.002 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-09T22:09:38.578Z[ recovery-image] Oct 09 22:09:37.022 INFO O| Oct 09 22:09:37.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46632024-10-09T22:09:38.578Z[ recovery-image] Oct 09 22:09:37.022 INFO O| Oct 09 22:09:37.022 INFO STEP 186 (remove_files) COMPLETE
46642024-10-09T22:09:38.578Z[ recovery-image] Oct 09 22:09:37.022 INFO O| Oct 09 22:09:37.022 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-09T22:09:38.615Z[ recovery-image] Oct 09 22:09:37.059 INFO O| Oct 09 22:09:37.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46662024-10-09T22:09:38.615Z[ recovery-image] Oct 09 22:09:37.059 INFO O| Oct 09 22:09:37.059 INFO STEP 187 (remove_files) COMPLETE
46672024-10-09T22:09:38.615Z[ recovery-image] Oct 09 22:09:37.059 INFO O| Oct 09 22:09:37.059 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-10-09T22:09:38.651Z[ recovery-image] Oct 09 22:09:37.095 INFO O| Oct 09 22:09:37.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46692024-10-09T22:09:38.651Z[ recovery-image] Oct 09 22:09:37.095 INFO O| Oct 09 22:09:37.095 INFO STEP 188 (remove_files) COMPLETE
46702024-10-09T22:09:38.651Z[ recovery-image] Oct 09 22:09:37.095 INFO O| Oct 09 22:09:37.095 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-10-09T22:09:38.670Z[ recovery-image] Oct 09 22:09:37.114 INFO O| Oct 09 22:09:37.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46722024-10-09T22:09:38.671Z[ recovery-image] Oct 09 22:09:37.114 INFO O| Oct 09 22:09:37.114 INFO STEP 189 (remove_files) COMPLETE
46732024-10-09T22:09:38.674Z[ recovery-image] Oct 09 22:09:37.114 INFO O| Oct 09 22:09:37.114 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-10-09T22:09:38.686Z[ recovery-image] Oct 09 22:09:37.130 INFO O| Oct 09 22:09:37.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46752024-10-09T22:09:38.686Z[ recovery-image] Oct 09 22:09:37.130 INFO O| Oct 09 22:09:37.130 INFO STEP 190 (remove_files) COMPLETE
46762024-10-09T22:09:38.686Z[ recovery-image] Oct 09 22:09:37.130 INFO O| Oct 09 22:09:37.130 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-10-09T22:09:38.746Z[ recovery-image] Oct 09 22:09:37.190 INFO O| Oct 09 22:09:37.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46782024-10-09T22:09:38.746Z[ recovery-image] Oct 09 22:09:37.190 INFO O| Oct 09 22:09:37.190 INFO STEP 191 (remove_files) COMPLETE
46792024-10-09T22:09:38.748Z[ recovery-image] Oct 09 22:09:37.190 INFO O| Oct 09 22:09:37.190 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-10-09T22:09:38.763Z[ recovery-image] Oct 09 22:09:37.207 INFO O| Oct 09 22:09:37.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46812024-10-09T22:09:38.763Z[ recovery-image] Oct 09 22:09:37.207 INFO O| Oct 09 22:09:37.207 INFO STEP 192 (remove_files) COMPLETE
46822024-10-09T22:09:38.766Z[ recovery-image] Oct 09 22:09:37.208 INFO O| Oct 09 22:09:37.207 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-10-09T22:09:38.783Z[ recovery-image] Oct 09 22:09:37.227 INFO O| Oct 09 22:09:37.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46842024-10-09T22:09:38.783Z[ recovery-image] Oct 09 22:09:37.227 INFO O| Oct 09 22:09:37.227 INFO STEP 193 (remove_files) COMPLETE
46852024-10-09T22:09:38.785Z[ recovery-image] Oct 09 22:09:37.227 INFO O| Oct 09 22:09:37.227 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-09T22:09:38.800Z[ recovery-image] Oct 09 22:09:37.244 INFO O| Oct 09 22:09:37.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46872024-10-09T22:09:38.800Z[ recovery-image] Oct 09 22:09:37.244 INFO O| Oct 09 22:09:37.244 INFO STEP 194 (remove_files) COMPLETE
46882024-10-09T22:09:38.800Z[ recovery-image] Oct 09 22:09:37.244 INFO O| Oct 09 22:09:37.244 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-10-09T22:09:38.818Z[ recovery-image] Oct 09 22:09:37.262 INFO O| Oct 09 22:09:37.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46902024-10-09T22:09:38.821Z[ recovery-image] Oct 09 22:09:37.262 INFO O| Oct 09 22:09:37.262 INFO STEP 195 (remove_files) COMPLETE
46912024-10-09T22:09:38.821Z[ recovery-image] Oct 09 22:09:37.262 INFO O| Oct 09 22:09:37.262 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-10-09T22:09:38.836Z[ recovery-image] Oct 09 22:09:37.280 INFO O| Oct 09 22:09:37.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46932024-10-09T22:09:38.836Z[ recovery-image] Oct 09 22:09:37.280 INFO O| Oct 09 22:09:37.280 INFO STEP 196 (remove_files) COMPLETE
46942024-10-09T22:09:38.836Z[ recovery-image] Oct 09 22:09:37.280 INFO O| Oct 09 22:09:37.280 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-10-09T22:09:38.891Z[ recovery-image] Oct 09 22:09:37.335 INFO O| Oct 09 22:09:37.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46962024-10-09T22:09:38.891Z[ recovery-image] Oct 09 22:09:37.335 INFO O| Oct 09 22:09:37.335 INFO STEP 197 (remove_files) COMPLETE
46972024-10-09T22:09:38.893Z[ recovery-image] Oct 09 22:09:37.335 INFO O| Oct 09 22:09:37.335 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-10-09T22:09:38.911Z[ recovery-image] Oct 09 22:09:37.355 INFO O| Oct 09 22:09:37.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46992024-10-09T22:09:38.911Z[ recovery-image] Oct 09 22:09:37.355 INFO O| Oct 09 22:09:37.355 INFO STEP 198 (remove_files) COMPLETE
47002024-10-09T22:09:38.911Z[ recovery-image] Oct 09 22:09:37.355 INFO O| Oct 09 22:09:37.355 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-10-09T22:09:39.007Z[ recovery-image] Oct 09 22:09:37.450 INFO O| Oct 09 22:09:37.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47022024-10-09T22:09:39.007Z[ recovery-image] Oct 09 22:09:37.450 INFO O| Oct 09 22:09:37.450 INFO STEP 199 (remove_files) COMPLETE
47032024-10-09T22:09:39.007Z[ recovery-image] Oct 09 22:09:37.450 INFO O| Oct 09 22:09:37.450 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-10-09T22:09:39.103Z[ recovery-image] Oct 09 22:09:37.547 INFO O| Oct 09 22:09:37.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47052024-10-09T22:09:39.103Z[ recovery-image] Oct 09 22:09:37.547 INFO O| Oct 09 22:09:37.547 INFO STEP 200 (remove_files) COMPLETE
47062024-10-09T22:09:39.103Z[ recovery-image] Oct 09 22:09:37.547 INFO O| Oct 09 22:09:37.547 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-10-09T22:09:39.124Z[ recovery-image] Oct 09 22:09:37.567 INFO O| Oct 09 22:09:37.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47082024-10-09T22:09:39.124Z[ recovery-image] Oct 09 22:09:37.568 INFO O| Oct 09 22:09:37.568 INFO STEP 201 (remove_files) COMPLETE
47092024-10-09T22:09:39.124Z[ recovery-image] Oct 09 22:09:37.568 INFO O| Oct 09 22:09:37.568 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-10-09T22:09:39.143Z[ recovery-image] Oct 09 22:09:37.587 INFO O| Oct 09 22:09:37.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47112024-10-09T22:09:39.143Z[ recovery-image] Oct 09 22:09:37.587 INFO O| Oct 09 22:09:37.587 INFO STEP 202 (remove_files) COMPLETE
47122024-10-09T22:09:39.143Z[ recovery-image] Oct 09 22:09:37.587 INFO O| Oct 09 22:09:37.587 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-10-09T22:09:39.184Z[ recovery-image] Oct 09 22:09:37.628 INFO O| Oct 09 22:09:37.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47142024-10-09T22:09:39.184Z[ recovery-image] Oct 09 22:09:37.628 INFO O| Oct 09 22:09:37.628 INFO STEP 203 (remove_files) COMPLETE
47152024-10-09T22:09:39.184Z[ recovery-image] Oct 09 22:09:37.628 INFO O| Oct 09 22:09:37.628 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-10-09T22:09:39.218Z[ recovery-image] Oct 09 22:09:37.662 INFO O| Oct 09 22:09:37.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47172024-10-09T22:09:39.221Z[ recovery-image] Oct 09 22:09:37.662 INFO O| Oct 09 22:09:37.662 INFO STEP 204 (remove_files) COMPLETE
47182024-10-09T22:09:39.221Z[ recovery-image] Oct 09 22:09:37.662 INFO O| Oct 09 22:09:37.662 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-10-09T22:09:39.248Z[ recovery-image] Oct 09 22:09:37.692 INFO O| Oct 09 22:09:37.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47202024-10-09T22:09:39.251Z[ recovery-image] Oct 09 22:09:37.692 INFO O| Oct 09 22:09:37.692 INFO STEP 205 (remove_files) COMPLETE
47212024-10-09T22:09:39.251Z[ recovery-image] Oct 09 22:09:37.693 INFO O| Oct 09 22:09:37.692 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-10-09T22:09:39.269Z[ recovery-image] Oct 09 22:09:37.713 INFO O| Oct 09 22:09:37.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47232024-10-09T22:09:39.271Z[ recovery-image] Oct 09 22:09:37.713 INFO O| Oct 09 22:09:37.713 INFO STEP 206 (remove_files) COMPLETE
47242024-10-09T22:09:39.272Z[ recovery-image] Oct 09 22:09:37.714 INFO O| Oct 09 22:09:37.713 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-09T22:09:39.287Z[ recovery-image] Oct 09 22:09:37.731 INFO O| Oct 09 22:09:37.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47262024-10-09T22:09:39.290Z[ recovery-image] Oct 09 22:09:37.732 INFO O| Oct 09 22:09:37.732 INFO STEP 207 (remove_files) COMPLETE
47272024-10-09T22:09:39.290Z[ recovery-image] Oct 09 22:09:37.732 INFO O| Oct 09 22:09:37.732 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-09T22:09:39.303Z[ recovery-image] Oct 09 22:09:37.747 INFO O| Oct 09 22:09:37.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47292024-10-09T22:09:39.306Z[ recovery-image] Oct 09 22:09:37.747 INFO O| Oct 09 22:09:37.747 INFO STEP 208 (remove_files) COMPLETE
47302024-10-09T22:09:39.306Z[ recovery-image] Oct 09 22:09:37.747 INFO O| Oct 09 22:09:37.747 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-09T22:09:39.320Z[ recovery-image] Oct 09 22:09:37.762 INFO O| Oct 09 22:09:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47322024-10-09T22:09:39.323Z[ recovery-image] Oct 09 22:09:37.763 INFO O| Oct 09 22:09:37.763 INFO STEP 209 (remove_files) COMPLETE
47332024-10-09T22:09:39.323Z[ recovery-image] Oct 09 22:09:37.763 INFO O| Oct 09 22:09:37.763 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-09T22:09:39.335Z[ recovery-image] Oct 09 22:09:37.779 INFO O| Oct 09 22:09:37.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47352024-10-09T22:09:39.337Z[ recovery-image] Oct 09 22:09:37.779 INFO O| Oct 09 22:09:37.779 INFO STEP 210 (remove_files) COMPLETE
47362024-10-09T22:09:39.338Z[ recovery-image] Oct 09 22:09:37.779 INFO O| Oct 09 22:09:37.779 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-09T22:09:39.373Z[ recovery-image] Oct 09 22:09:37.817 INFO O| Oct 09 22:09:37.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47382024-10-09T22:09:39.373Z[ recovery-image] Oct 09 22:09:37.817 INFO O| Oct 09 22:09:37.817 INFO STEP 211 (remove_files) COMPLETE
47392024-10-09T22:09:39.376Z[ recovery-image] Oct 09 22:09:37.817 INFO O| Oct 09 22:09:37.817 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-09T22:09:39.410Z[ recovery-image] Oct 09 22:09:37.854 INFO O| Oct 09 22:09:37.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47412024-10-09T22:09:39.410Z[ recovery-image] Oct 09 22:09:37.854 INFO O| Oct 09 22:09:37.854 INFO STEP 212 (remove_files) COMPLETE
47422024-10-09T22:09:39.413Z[ recovery-image] Oct 09 22:09:37.854 INFO O| Oct 09 22:09:37.854 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-09T22:09:39.427Z[ recovery-image] Oct 09 22:09:37.871 INFO O| Oct 09 22:09:37.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47442024-10-09T22:09:39.427Z[ recovery-image] Oct 09 22:09:37.871 INFO O| Oct 09 22:09:37.871 INFO STEP 213 (remove_files) COMPLETE
47452024-10-09T22:09:39.430Z[ recovery-image] Oct 09 22:09:37.872 INFO O| Oct 09 22:09:37.871 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-09T22:09:39.453Z[ recovery-image] Oct 09 22:09:37.897 INFO O| Oct 09 22:09:37.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47472024-10-09T22:09:39.454Z[ recovery-image] Oct 09 22:09:37.897 INFO O| Oct 09 22:09:37.897 INFO STEP 214 (remove_files) COMPLETE
47482024-10-09T22:09:39.456Z[ recovery-image] Oct 09 22:09:37.897 INFO O| Oct 09 22:09:37.897 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-09T22:09:39.470Z[ recovery-image] Oct 09 22:09:37.914 INFO O| Oct 09 22:09:37.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47502024-10-09T22:09:39.470Z[ recovery-image] Oct 09 22:09:37.914 INFO O| Oct 09 22:09:37.914 INFO STEP 215 (remove_files) COMPLETE
47512024-10-09T22:09:39.470Z[ recovery-image] Oct 09 22:09:37.914 INFO O| Oct 09 22:09:37.914 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-09T22:09:39.504Z[ recovery-image] Oct 09 22:09:37.947 INFO O| Oct 09 22:09:37.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47532024-10-09T22:09:39.504Z[ recovery-image] Oct 09 22:09:37.947 INFO O| Oct 09 22:09:37.947 INFO STEP 216 (remove_files) COMPLETE
47542024-10-09T22:09:39.504Z[ recovery-image] Oct 09 22:09:37.947 INFO O| Oct 09 22:09:37.947 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-09T22:09:39.560Z[ recovery-image] Oct 09 22:09:38.004 INFO O| Oct 09 22:09:38.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47562024-10-09T22:09:39.560Z[ recovery-image] Oct 09 22:09:38.004 INFO O| Oct 09 22:09:38.004 INFO STEP 217 (remove_files) COMPLETE
47572024-10-09T22:09:39.560Z[ recovery-image] Oct 09 22:09:38.004 INFO O| Oct 09 22:09:38.004 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-09T22:09:39.581Z[ recovery-image] Oct 09 22:09:38.024 INFO O| Oct 09 22:09:38.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47592024-10-09T22:09:39.581Z[ recovery-image] Oct 09 22:09:38.025 INFO O| Oct 09 22:09:38.025 INFO STEP 218 (remove_files) COMPLETE
47602024-10-09T22:09:39.581Z[ recovery-image] Oct 09 22:09:38.025 INFO O| Oct 09 22:09:38.025 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-09T22:09:39.597Z[ recovery-image] Oct 09 22:09:38.041 INFO O| Oct 09 22:09:38.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47622024-10-09T22:09:39.597Z[ recovery-image] Oct 09 22:09:38.041 INFO O| Oct 09 22:09:38.041 INFO STEP 219 (remove_files) COMPLETE
47632024-10-09T22:09:39.597Z[ recovery-image] Oct 09 22:09:38.041 INFO O| Oct 09 22:09:38.041 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-09T22:09:39.613Z[ recovery-image] Oct 09 22:09:38.057 INFO O| Oct 09 22:09:38.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47652024-10-09T22:09:39.613Z[ recovery-image] Oct 09 22:09:38.057 INFO O| Oct 09 22:09:38.057 INFO STEP 220 (remove_files) COMPLETE
47662024-10-09T22:09:39.615Z[ recovery-image] Oct 09 22:09:38.057 INFO O| Oct 09 22:09:38.057 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-09T22:09:39.638Z[ recovery-image] Oct 09 22:09:38.082 INFO O| Oct 09 22:09:38.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47682024-10-09T22:09:39.638Z[ recovery-image] Oct 09 22:09:38.082 INFO O| Oct 09 22:09:38.073 INFO STEP 221 (remove_files) COMPLETE
47692024-10-09T22:09:39.640Z[ recovery-image] Oct 09 22:09:38.082 INFO O| Oct 09 22:09:38.073 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-09T22:09:39.646Z[ host-image] Oct 09 22:09:38.089 INFO O| Oct 09 22:09:38.089 INFO O| Planning: Solver setup ... Done
47712024-10-09T22:09:39.648Z[ recovery-image] Oct 09 22:09:38.090 INFO O| Oct 09 22:09:38.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47722024-10-09T22:09:39.648Z[ recovery-image] Oct 09 22:09:38.090 INFO O| Oct 09 22:09:38.090 INFO STEP 222 (remove_files) COMPLETE
47732024-10-09T22:09:39.648Z[ recovery-image] Oct 09 22:09:38.090 INFO O| Oct 09 22:09:38.090 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-10-09T22:09:39.651Z[ host-image] Oct 09 22:09:38.095 INFO O| Oct 09 22:09:38.095 INFO O| Planning: Running solver ... Done
47752024-10-09T22:09:39.663Z[ recovery-image] Oct 09 22:09:38.107 INFO O| Oct 09 22:09:38.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47762024-10-09T22:09:39.665Z[ recovery-image] Oct 09 22:09:38.107 INFO O| Oct 09 22:09:38.107 INFO STEP 223 (remove_files) COMPLETE
47772024-10-09T22:09:39.665Z[ recovery-image] Oct 09 22:09:38.107 INFO O| Oct 09 22:09:38.107 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-09T22:09:39.702Z[ recovery-image] Oct 09 22:09:38.146 INFO O| Oct 09 22:09:38.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47792024-10-09T22:09:39.702Z[ recovery-image] Oct 09 22:09:38.146 INFO O| Oct 09 22:09:38.146 INFO STEP 224 (remove_files) COMPLETE
47802024-10-09T22:09:39.702Z[ recovery-image] Oct 09 22:09:38.146 INFO O| Oct 09 22:09:38.146 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-09T22:09:39.718Z[ recovery-image] Oct 09 22:09:38.161 INFO O| Oct 09 22:09:38.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47822024-10-09T22:09:39.718Z[ recovery-image] Oct 09 22:09:38.161 INFO O| Oct 09 22:09:38.161 INFO STEP 225 (remove_files) COMPLETE
47832024-10-09T22:09:39.718Z[ recovery-image] Oct 09 22:09:38.161 INFO O| Oct 09 22:09:38.161 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-09T22:09:39.735Z[ recovery-image] Oct 09 22:09:38.179 INFO O| Oct 09 22:09:38.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47852024-10-09T22:09:39.735Z[ recovery-image] Oct 09 22:09:38.179 INFO O| Oct 09 22:09:38.179 INFO STEP 226 (remove_files) COMPLETE
47862024-10-09T22:09:39.738Z[ recovery-image] Oct 09 22:09:38.179 INFO O| Oct 09 22:09:38.179 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-09T22:09:39.743Z[ host-image] Oct 09 22:09:38.187 INFO O| Oct 09 22:09:38.187 INFO O| Planning: Finding local manifests ... Done
47882024-10-09T22:09:39.745Z[ host-image] Oct 09 22:09:38.189 INFO O| Oct 09 22:09:38.189 INFO O| Planning: Fetching manifests: 0/4 0% complete
47892024-10-09T22:09:39.757Z[ recovery-image] Oct 09 22:09:38.201 INFO O| Oct 09 22:09:38.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47902024-10-09T22:09:39.760Z[ recovery-image] Oct 09 22:09:38.202 INFO O| Oct 09 22:09:38.202 INFO STEP 227 (remove_files) COMPLETE
47912024-10-09T22:09:39.760Z[ recovery-image] Oct 09 22:09:38.202 INFO O| Oct 09 22:09:38.202 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-10-09T22:09:39.790Z[ recovery-image] Oct 09 22:09:38.234 INFO O| Oct 09 22:09:38.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47932024-10-09T22:09:39.790Z[ recovery-image] Oct 09 22:09:38.234 INFO O| Oct 09 22:09:38.234 INFO STEP 228 (remove_files) COMPLETE
47942024-10-09T22:09:39.790Z[ recovery-image] Oct 09 22:09:38.234 INFO O| Oct 09 22:09:38.234 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-10-09T22:09:39.808Z[ recovery-image] Oct 09 22:09:38.251 INFO O| Oct 09 22:09:38.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47962024-10-09T22:09:39.808Z[ recovery-image] Oct 09 22:09:38.251 INFO O| Oct 09 22:09:38.251 INFO STEP 229 (remove_files) COMPLETE
47972024-10-09T22:09:39.808Z[ recovery-image] Oct 09 22:09:38.251 INFO O| Oct 09 22:09:38.251 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-10-09T22:09:39.825Z[ recovery-image] Oct 09 22:09:38.268 INFO O| Oct 09 22:09:38.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47992024-10-09T22:09:39.825Z[ recovery-image] Oct 09 22:09:38.268 INFO O| Oct 09 22:09:38.268 INFO STEP 230 (remove_files) COMPLETE
48002024-10-09T22:09:39.825Z[ recovery-image] Oct 09 22:09:38.268 INFO O| Oct 09 22:09:38.268 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-10-09T22:09:39.840Z[ recovery-image] Oct 09 22:09:38.284 INFO O| Oct 09 22:09:38.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48022024-10-09T22:09:39.840Z[ recovery-image] Oct 09 22:09:38.284 INFO O| Oct 09 22:09:38.284 INFO STEP 231 (remove_files) COMPLETE
48032024-10-09T22:09:39.843Z[ recovery-image] Oct 09 22:09:38.284 INFO O| Oct 09 22:09:38.284 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-10-09T22:09:39.859Z[ recovery-image] Oct 09 22:09:38.303 INFO O| Oct 09 22:09:38.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48052024-10-09T22:09:39.859Z[ recovery-image] Oct 09 22:09:38.303 INFO O| Oct 09 22:09:38.299 INFO STEP 232 (remove_files) COMPLETE
48062024-10-09T22:09:39.861Z[ recovery-image] Oct 09 22:09:38.303 INFO O| Oct 09 22:09:38.299 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-10-09T22:09:39.926Z[ recovery-image] Oct 09 22:09:38.370 INFO O| Oct 09 22:09:38.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48082024-10-09T22:09:39.926Z[ recovery-image] Oct 09 22:09:38.370 INFO O| Oct 09 22:09:38.361 INFO STEP 233 (remove_files) COMPLETE
48092024-10-09T22:09:39.926Z[ recovery-image] Oct 09 22:09:38.370 INFO O| Oct 09 22:09:38.361 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-10-09T22:09:39.935Z[ recovery-image] Oct 09 22:09:38.379 INFO O| Oct 09 22:09:38.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48112024-10-09T22:09:39.938Z[ recovery-image] Oct 09 22:09:38.379 INFO O| Oct 09 22:09:38.379 INFO STEP 234 (remove_files) COMPLETE
48122024-10-09T22:09:39.938Z[ recovery-image] Oct 09 22:09:38.379 INFO O| Oct 09 22:09:38.379 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-10-09T22:09:39.953Z[ recovery-image] Oct 09 22:09:38.397 INFO O| Oct 09 22:09:38.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48142024-10-09T22:09:39.956Z[ recovery-image] Oct 09 22:09:38.398 INFO O| Oct 09 22:09:38.398 INFO STEP 235 (remove_files) COMPLETE
48152024-10-09T22:09:39.956Z[ recovery-image] Oct 09 22:09:38.398 INFO O| Oct 09 22:09:38.398 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-10-09T22:09:39.989Z[ recovery-image] Oct 09 22:09:38.432 INFO O| Oct 09 22:09:38.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48172024-10-09T22:09:39.991Z[ recovery-image] Oct 09 22:09:38.432 INFO O| Oct 09 22:09:38.432 INFO STEP 236 (remove_files) COMPLETE
48182024-10-09T22:09:39.991Z[ recovery-image] Oct 09 22:09:38.433 INFO O| Oct 09 22:09:38.433 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-10-09T22:09:40.006Z[ recovery-image] Oct 09 22:09:38.450 INFO O| Oct 09 22:09:38.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48202024-10-09T22:09:40.009Z[ recovery-image] Oct 09 22:09:38.450 INFO O| Oct 09 22:09:38.450 INFO STEP 237 (remove_files) COMPLETE
48212024-10-09T22:09:40.009Z[ recovery-image] Oct 09 22:09:38.450 INFO O| Oct 09 22:09:38.450 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-10-09T22:09:40.024Z[ recovery-image] Oct 09 22:09:38.468 INFO O| Oct 09 22:09:38.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48232024-10-09T22:09:40.026Z[ recovery-image] Oct 09 22:09:38.468 INFO O| Oct 09 22:09:38.468 INFO STEP 238 (remove_files) COMPLETE
48242024-10-09T22:09:40.026Z[ recovery-image] Oct 09 22:09:38.468 INFO O| Oct 09 22:09:38.468 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-10-09T22:09:40.051Z[ host-image] Oct 09 22:09:38.494 INFO O| Oct 09 22:09:38.494 INFO O| Planning: Fetching manifests: 4/4 100% complete
48262024-10-09T22:09:40.113Z[ recovery-image] Oct 09 22:09:38.509 INFO O| Oct 09 22:09:38.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48272024-10-09T22:09:40.113Z[ recovery-image] Oct 09 22:09:38.509 INFO O| Oct 09 22:09:38.509 INFO STEP 239 (remove_files) COMPLETE
48282024-10-09T22:09:40.113Z[ recovery-image] Oct 09 22:09:38.509 INFO O| Oct 09 22:09:38.509 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-09T22:09:40.113Z[ recovery-image] Oct 09 22:09:38.526 INFO O| Oct 09 22:09:38.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48302024-10-09T22:09:40.113Z[ recovery-image] Oct 09 22:09:38.526 INFO O| Oct 09 22:09:38.526 INFO STEP 240 (remove_files) COMPLETE
48312024-10-09T22:09:40.113Z[ recovery-image] Oct 09 22:09:38.526 INFO O| Oct 09 22:09:38.526 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-09T22:09:40.113Z[ host-image] Oct 09 22:09:38.548 INFO O| Oct 09 22:09:38.548 INFO O| Planning: Package planning ... Done
48332024-10-09T22:09:40.113Z[ host-image] Oct 09 22:09:38.554 INFO O| Oct 09 22:09:38.553 INFO O| Planning: Merging actions ... Done
48342024-10-09T22:09:40.116Z[ recovery-image] Oct 09 22:09:38.557 INFO O| Oct 09 22:09:38.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48352024-10-09T22:09:40.116Z[ recovery-image] Oct 09 22:09:38.558 INFO O| Oct 09 22:09:38.558 INFO STEP 241 (remove_files) COMPLETE
48362024-10-09T22:09:40.116Z[ recovery-image] Oct 09 22:09:38.558 INFO O| Oct 09 22:09:38.558 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-10-09T22:09:40.131Z[ recovery-image] Oct 09 22:09:38.575 INFO O| Oct 09 22:09:38.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48382024-10-09T22:09:40.133Z[ recovery-image] Oct 09 22:09:38.575 INFO O| Oct 09 22:09:38.575 INFO STEP 242 (remove_files) COMPLETE
48392024-10-09T22:09:40.133Z[ recovery-image] Oct 09 22:09:38.575 INFO O| Oct 09 22:09:38.575 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-10-09T22:09:40.169Z[ recovery-image] Oct 09 22:09:38.613 INFO O| Oct 09 22:09:38.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48412024-10-09T22:09:40.172Z[ recovery-image] Oct 09 22:09:38.613 INFO O| Oct 09 22:09:38.613 INFO STEP 243 (remove_files) COMPLETE
48422024-10-09T22:09:40.172Z[ recovery-image] Oct 09 22:09:38.614 INFO O| Oct 09 22:09:38.613 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-10-09T22:09:40.214Z[ recovery-image] Oct 09 22:09:38.630 INFO O| Oct 09 22:09:38.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48442024-10-09T22:09:40.214Z[ recovery-image] Oct 09 22:09:38.631 INFO O| Oct 09 22:09:38.631 INFO STEP 244 (remove_files) COMPLETE
48452024-10-09T22:09:40.214Z[ recovery-image] Oct 09 22:09:38.631 INFO O| Oct 09 22:09:38.631 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-10-09T22:09:40.214Z[ recovery-image] Oct 09 22:09:38.649 INFO O| Oct 09 22:09:38.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48472024-10-09T22:09:40.214Z[ recovery-image] Oct 09 22:09:38.649 INFO O| Oct 09 22:09:38.649 INFO STEP 245 (remove_files) COMPLETE
48482024-10-09T22:09:40.214Z[ recovery-image] Oct 09 22:09:38.649 INFO O| Oct 09 22:09:38.649 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-10-09T22:09:40.247Z[ recovery-image] Oct 09 22:09:38.689 INFO O| Oct 09 22:09:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48502024-10-09T22:09:40.247Z[ recovery-image] Oct 09 22:09:38.689 INFO O| Oct 09 22:09:38.685 INFO STEP 246 (remove_files) COMPLETE
48512024-10-09T22:09:40.247Z[ recovery-image] Oct 09 22:09:38.689 INFO O| Oct 09 22:09:38.685 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-10-09T22:09:40.261Z[ recovery-image] Oct 09 22:09:38.705 INFO O| Oct 09 22:09:38.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48532024-10-09T22:09:40.264Z[ recovery-image] Oct 09 22:09:38.705 INFO O| Oct 09 22:09:38.705 INFO STEP 247 (remove_files) COMPLETE
48542024-10-09T22:09:40.264Z[ recovery-image] Oct 09 22:09:38.705 INFO O| Oct 09 22:09:38.705 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-10-09T22:09:40.295Z[ host-image] Oct 09 22:09:38.739 INFO O| Oct 09 22:09:38.739 INFO O| Planning: Checking for conflicting actions ... Done
48562024-10-09T22:09:40.298Z[ host-image] Oct 09 22:09:38.741 INFO O| Oct 09 22:09:38.741 INFO O| Planning: Consolidating action changes ... Done
48572024-10-09T22:09:40.301Z[ recovery-image] Oct 09 22:09:38.745 INFO O| Oct 09 22:09:38.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48582024-10-09T22:09:40.303Z[ recovery-image] Oct 09 22:09:38.745 INFO O| Oct 09 22:09:38.745 INFO STEP 248 (remove_files) COMPLETE
48592024-10-09T22:09:40.304Z[ recovery-image] Oct 09 22:09:38.745 INFO O| Oct 09 22:09:38.745 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-10-09T22:09:40.360Z[ recovery-image] Oct 09 22:09:38.804 INFO O| Oct 09 22:09:38.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48612024-10-09T22:09:40.360Z[ recovery-image] Oct 09 22:09:38.804 INFO O| Oct 09 22:09:38.804 INFO STEP 249 (remove_files) COMPLETE
48622024-10-09T22:09:40.363Z[ recovery-image] Oct 09 22:09:38.804 INFO O| Oct 09 22:09:38.804 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-10-09T22:09:40.376Z[ recovery-image] Oct 09 22:09:38.819 INFO O| Oct 09 22:09:38.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48642024-10-09T22:09:40.376Z[ recovery-image] Oct 09 22:09:38.819 INFO O| Oct 09 22:09:38.819 INFO STEP 250 (remove_files) COMPLETE
48652024-10-09T22:09:40.378Z[ recovery-image] Oct 09 22:09:38.820 INFO O| Oct 09 22:09:38.819 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-10-09T22:09:40.499Z[ recovery-image] Oct 09 22:09:38.942 INFO O| Oct 09 22:09:38.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48672024-10-09T22:09:40.499Z[ recovery-image] Oct 09 22:09:38.942 INFO O| Oct 09 22:09:38.920 INFO STEP 251 (remove_files) COMPLETE
48682024-10-09T22:09:40.499Z[ recovery-image] Oct 09 22:09:38.942 INFO O| Oct 09 22:09:38.920 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-10-09T22:09:40.499Z[ recovery-image] Oct 09 22:09:38.942 INFO O| Oct 09 22:09:38.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48702024-10-09T22:09:40.499Z[ recovery-image] Oct 09 22:09:38.942 INFO O| Oct 09 22:09:38.939 INFO STEP 252 (remove_files) COMPLETE
48712024-10-09T22:09:40.501Z[ recovery-image] Oct 09 22:09:38.942 INFO O| Oct 09 22:09:38.939 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-10-09T22:09:40.523Z[ recovery-image] Oct 09 22:09:38.966 INFO O| Oct 09 22:09:38.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48732024-10-09T22:09:40.523Z[ recovery-image] Oct 09 22:09:38.966 INFO O| Oct 09 22:09:38.958 INFO STEP 253 (remove_files) COMPLETE
48742024-10-09T22:09:40.523Z[ recovery-image] Oct 09 22:09:38.966 INFO O| Oct 09 22:09:38.958 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-10-09T22:09:40.547Z[ recovery-image] Oct 09 22:09:38.990 INFO O| Oct 09 22:09:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48762024-10-09T22:09:40.549Z[ recovery-image] Oct 09 22:09:38.990 INFO O| Oct 09 22:09:38.990 INFO STEP 254 (remove_files) COMPLETE
48772024-10-09T22:09:40.549Z[ recovery-image] Oct 09 22:09:38.991 INFO O| Oct 09 22:09:38.990 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-10-09T22:09:40.565Z[ recovery-image] Oct 09 22:09:39.008 INFO O| Oct 09 22:09:39.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48792024-10-09T22:09:40.567Z[ recovery-image] Oct 09 22:09:39.009 INFO O| Oct 09 22:09:39.009 INFO STEP 255 (remove_files) COMPLETE
48802024-10-09T22:09:40.567Z[ recovery-image] Oct 09 22:09:39.009 INFO O| Oct 09 22:09:39.009 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-10-09T22:09:40.582Z[ recovery-image] Oct 09 22:09:39.025 INFO O| Oct 09 22:09:39.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48822024-10-09T22:09:40.584Z[ recovery-image] Oct 09 22:09:39.026 INFO O| Oct 09 22:09:39.026 INFO STEP 256 (remove_files) COMPLETE
48832024-10-09T22:09:40.584Z[ recovery-image] Oct 09 22:09:39.026 INFO O| Oct 09 22:09:39.026 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-10-09T22:09:40.600Z[ recovery-image] Oct 09 22:09:39.043 INFO O| Oct 09 22:09:39.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48852024-10-09T22:09:40.602Z[ recovery-image] Oct 09 22:09:39.044 INFO O| Oct 09 22:09:39.044 INFO STEP 257 (remove_files) COMPLETE
48862024-10-09T22:09:40.602Z[ recovery-image] Oct 09 22:09:39.044 INFO O| Oct 09 22:09:39.044 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-10-09T22:09:40.618Z[ recovery-image] Oct 09 22:09:39.061 INFO O| Oct 09 22:09:39.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48882024-10-09T22:09:40.620Z[ recovery-image] Oct 09 22:09:39.061 INFO O| Oct 09 22:09:39.061 INFO STEP 258 (remove_files) COMPLETE
48892024-10-09T22:09:40.620Z[ recovery-image] Oct 09 22:09:39.062 INFO O| Oct 09 22:09:39.061 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-10-09T22:09:40.634Z[ recovery-image] Oct 09 22:09:39.077 INFO O| Oct 09 22:09:39.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48912024-10-09T22:09:40.636Z[ recovery-image] Oct 09 22:09:39.078 INFO O| Oct 09 22:09:39.078 INFO STEP 259 (remove_files) COMPLETE
48922024-10-09T22:09:40.636Z[ recovery-image] Oct 09 22:09:39.078 INFO O| Oct 09 22:09:39.078 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-10-09T22:09:40.651Z[ recovery-image] Oct 09 22:09:39.094 INFO O| Oct 09 22:09:39.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48942024-10-09T22:09:40.654Z[ recovery-image] Oct 09 22:09:39.094 INFO O| Oct 09 22:09:39.094 INFO STEP 260 (remove_files) COMPLETE
48952024-10-09T22:09:40.654Z[ recovery-image] Oct 09 22:09:39.094 INFO O| Oct 09 22:09:39.094 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-10-09T22:09:40.669Z[ recovery-image] Oct 09 22:09:39.112 INFO O| Oct 09 22:09:39.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48972024-10-09T22:09:40.671Z[ recovery-image] Oct 09 22:09:39.112 INFO O| Oct 09 22:09:39.112 INFO STEP 261 (remove_files) COMPLETE
48982024-10-09T22:09:40.671Z[ recovery-image] Oct 09 22:09:39.113 INFO O| Oct 09 22:09:39.112 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-10-09T22:09:40.685Z[ recovery-image] Oct 09 22:09:39.129 INFO O| Oct 09 22:09:39.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49002024-10-09T22:09:40.688Z[ recovery-image] Oct 09 22:09:39.129 INFO O| Oct 09 22:09:39.129 INFO STEP 262 (remove_files) COMPLETE
49012024-10-09T22:09:40.688Z[ recovery-image] Oct 09 22:09:39.129 INFO O| Oct 09 22:09:39.129 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-10-09T22:09:40.692Z[ host-image] Oct 09 22:09:39.135 INFO O| Oct 09 22:09:39.135 INFO O| Planning: Evaluating mediators ... Done
49032024-10-09T22:09:40.694Z[ host-image] Oct 09 22:09:39.137 INFO O| Oct 09 22:09:39.137 INFO O| Planning: Planning completed in 5.38 seconds
49042024-10-09T22:09:40.696Z[ host-image] Oct 09 22:09:39.140 INFO O| Oct 09 22:09:39.140 INFO O| Packages to install: 4
49052024-10-09T22:09:40.696Z[ host-image] Oct 09 22:09:39.140 INFO O| Oct 09 22:09:39.140 INFO O| Services to change: 2
49062024-10-09T22:09:40.703Z[ recovery-image] Oct 09 22:09:39.147 INFO O| Oct 09 22:09:39.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49072024-10-09T22:09:40.705Z[ recovery-image] Oct 09 22:09:39.147 INFO O| Oct 09 22:09:39.147 INFO STEP 263 (remove_files) COMPLETE
49082024-10-09T22:09:40.705Z[ recovery-image] Oct 09 22:09:39.147 INFO O| Oct 09 22:09:39.147 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-10-09T22:09:40.715Z[ host-image] Oct 09 22:09:39.159 INFO O| Oct 09 22:09:39.159 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
49102024-10-09T22:09:40.721Z[ recovery-image] Oct 09 22:09:39.165 INFO O| Oct 09 22:09:39.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49112024-10-09T22:09:40.724Z[ recovery-image] Oct 09 22:09:39.165 INFO O| Oct 09 22:09:39.165 INFO STEP 264 (remove_files) COMPLETE
49122024-10-09T22:09:40.724Z[ recovery-image] Oct 09 22:09:39.165 INFO O| Oct 09 22:09:39.165 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-09T22:09:40.740Z[ recovery-image] Oct 09 22:09:39.184 INFO O| Oct 09 22:09:39.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49142024-10-09T22:09:40.743Z[ recovery-image] Oct 09 22:09:39.185 INFO O| Oct 09 22:09:39.184 INFO STEP 265 (remove_files) COMPLETE
49152024-10-09T22:09:40.743Z[ recovery-image] Oct 09 22:09:39.185 INFO O| Oct 09 22:09:39.185 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-09T22:09:40.776Z[ recovery-image] Oct 09 22:09:39.220 INFO O| Oct 09 22:09:39.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49172024-10-09T22:09:40.776Z[ recovery-image] Oct 09 22:09:39.220 INFO O| Oct 09 22:09:39.220 INFO STEP 266 (remove_files) COMPLETE
49182024-10-09T22:09:40.777Z[ recovery-image] Oct 09 22:09:39.220 INFO O| Oct 09 22:09:39.220 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-09T22:09:40.870Z[ recovery-image] Oct 09 22:09:39.313 INFO O| Oct 09 22:09:39.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49202024-10-09T22:09:40.873Z[ recovery-image] Oct 09 22:09:39.313 INFO O| Oct 09 22:09:39.313 INFO STEP 267 (remove_files) COMPLETE
49212024-10-09T22:09:40.873Z[ recovery-image] Oct 09 22:09:39.314 INFO O| Oct 09 22:09:39.313 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-09T22:09:40.937Z[ recovery-image] Oct 09 22:09:39.380 INFO O| Oct 09 22:09:39.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49232024-10-09T22:09:40.937Z[ recovery-image] Oct 09 22:09:39.380 INFO O| Oct 09 22:09:39.380 INFO STEP 268 (remove_files) COMPLETE
49242024-10-09T22:09:40.937Z[ recovery-image] Oct 09 22:09:39.380 INFO O| Oct 09 22:09:39.380 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-09T22:09:40.973Z[ recovery-image] Oct 09 22:09:39.417 INFO O| Oct 09 22:09:39.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49262024-10-09T22:09:40.973Z[ recovery-image] Oct 09 22:09:39.417 INFO O| Oct 09 22:09:39.417 INFO STEP 269 (remove_files) COMPLETE
49272024-10-09T22:09:40.976Z[ recovery-image] Oct 09 22:09:39.417 INFO O| Oct 09 22:09:39.417 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-09T22:09:41.061Z[ recovery-image] Oct 09 22:09:39.505 INFO O| Oct 09 22:09:39.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49292024-10-09T22:09:41.064Z[ recovery-image] Oct 09 22:09:39.505 INFO O| Oct 09 22:09:39.505 INFO STEP 270 (remove_files) COMPLETE
49302024-10-09T22:09:41.064Z[ recovery-image] Oct 09 22:09:39.505 INFO O| Oct 09 22:09:39.505 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-09T22:09:41.084Z[ recovery-image] Oct 09 22:09:39.527 INFO O| Oct 09 22:09:39.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49322024-10-09T22:09:41.086Z[ recovery-image] Oct 09 22:09:39.527 INFO O| Oct 09 22:09:39.527 INFO STEP 271 (remove_files) COMPLETE
49332024-10-09T22:09:41.086Z[ recovery-image] Oct 09 22:09:39.528 INFO O| Oct 09 22:09:39.527 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-09T22:09:41.103Z[ recovery-image] Oct 09 22:09:39.546 INFO O| Oct 09 22:09:39.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49352024-10-09T22:09:41.105Z[ recovery-image] Oct 09 22:09:39.547 INFO O| Oct 09 22:09:39.547 INFO STEP 272 (remove_files) COMPLETE
49362024-10-09T22:09:41.105Z[ recovery-image] Oct 09 22:09:39.547 INFO O| Oct 09 22:09:39.547 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-09T22:09:41.129Z[ recovery-image] Oct 09 22:09:39.572 INFO O| Oct 09 22:09:39.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49382024-10-09T22:09:41.129Z[ recovery-image] Oct 09 22:09:39.572 INFO O| Oct 09 22:09:39.572 INFO STEP 273 (remove_files) COMPLETE
49392024-10-09T22:09:41.129Z[ recovery-image] Oct 09 22:09:39.572 INFO O| Oct 09 22:09:39.572 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-09T22:09:41.148Z[ recovery-image] Oct 09 22:09:39.591 INFO O| Oct 09 22:09:39.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49412024-10-09T22:09:41.148Z[ recovery-image] Oct 09 22:09:39.591 INFO O| Oct 09 22:09:39.591 INFO STEP 274 (remove_files) COMPLETE
49422024-10-09T22:09:41.148Z[ recovery-image] Oct 09 22:09:39.591 INFO O| Oct 09 22:09:39.591 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-09T22:09:41.165Z[ recovery-image] Oct 09 22:09:39.609 INFO O| Oct 09 22:09:39.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49442024-10-09T22:09:41.165Z[ recovery-image] Oct 09 22:09:39.609 INFO O| Oct 09 22:09:39.609 INFO STEP 275 (remove_files) COMPLETE
49452024-10-09T22:09:41.165Z[ recovery-image] Oct 09 22:09:39.609 INFO O| Oct 09 22:09:39.609 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-09T22:09:41.189Z[ recovery-image] Oct 09 22:09:39.628 INFO O| Oct 09 22:09:39.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49472024-10-09T22:09:41.189Z[ recovery-image] Oct 09 22:09:39.628 INFO O| Oct 09 22:09:39.628 INFO STEP 276 (remove_files) COMPLETE
49482024-10-09T22:09:41.189Z[ recovery-image] Oct 09 22:09:39.628 INFO O| Oct 09 22:09:39.628 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-10-09T22:09:41.210Z[ recovery-image] Oct 09 22:09:39.653 INFO O| Oct 09 22:09:39.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49502024-10-09T22:09:41.210Z[ recovery-image] Oct 09 22:09:39.654 INFO O| Oct 09 22:09:39.654 INFO STEP 277 (remove_files) COMPLETE
49512024-10-09T22:09:41.210Z[ recovery-image] Oct 09 22:09:39.654 INFO O| Oct 09 22:09:39.654 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-10-09T22:09:41.231Z[ recovery-image] Oct 09 22:09:39.674 INFO O| Oct 09 22:09:39.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49532024-10-09T22:09:41.231Z[ recovery-image] Oct 09 22:09:39.674 INFO O| Oct 09 22:09:39.674 INFO STEP 278 (remove_files) COMPLETE
49542024-10-09T22:09:41.231Z[ recovery-image] Oct 09 22:09:39.674 INFO O| Oct 09 22:09:39.674 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-09T22:09:41.264Z[ recovery-image] Oct 09 22:09:39.708 INFO O| Oct 09 22:09:39.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49562024-10-09T22:09:41.264Z[ recovery-image] Oct 09 22:09:39.708 INFO O| Oct 09 22:09:39.708 INFO STEP 279 (remove_files) COMPLETE
49572024-10-09T22:09:41.267Z[ recovery-image] Oct 09 22:09:39.708 INFO O| Oct 09 22:09:39.708 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-09T22:09:41.282Z[ recovery-image] Oct 09 22:09:39.726 INFO O| Oct 09 22:09:39.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49592024-10-09T22:09:41.282Z[ recovery-image] Oct 09 22:09:39.726 INFO O| Oct 09 22:09:39.726 INFO STEP 280 (remove_files) COMPLETE
49602024-10-09T22:09:41.285Z[ recovery-image] Oct 09 22:09:39.726 INFO O| Oct 09 22:09:39.726 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-09T22:09:41.299Z[ recovery-image] Oct 09 22:09:39.742 INFO O| Oct 09 22:09:39.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49622024-10-09T22:09:41.301Z[ recovery-image] Oct 09 22:09:39.743 INFO O| Oct 09 22:09:39.743 INFO STEP 281 (remove_files) COMPLETE
49632024-10-09T22:09:41.301Z[ recovery-image] Oct 09 22:09:39.743 INFO O| Oct 09 22:09:39.743 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-09T22:09:41.316Z[ recovery-image] Oct 09 22:09:39.759 INFO O| Oct 09 22:09:39.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49652024-10-09T22:09:41.319Z[ recovery-image] Oct 09 22:09:39.760 INFO O| Oct 09 22:09:39.759 INFO STEP 282 (remove_files) COMPLETE
49662024-10-09T22:09:41.319Z[ recovery-image] Oct 09 22:09:39.760 INFO O| Oct 09 22:09:39.760 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-10-09T22:09:41.334Z[ recovery-image] Oct 09 22:09:39.778 INFO O| Oct 09 22:09:39.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49682024-10-09T22:09:41.337Z[ recovery-image] Oct 09 22:09:39.778 INFO O| Oct 09 22:09:39.778 INFO STEP 283 (remove_files) COMPLETE
49692024-10-09T22:09:41.337Z[ recovery-image] Oct 09 22:09:39.778 INFO O| Oct 09 22:09:39.778 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-10-09T22:09:41.353Z[ recovery-image] Oct 09 22:09:39.796 INFO O| Oct 09 22:09:39.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49712024-10-09T22:09:41.355Z[ recovery-image] Oct 09 22:09:39.797 INFO O| Oct 09 22:09:39.797 INFO STEP 284 (remove_files) COMPLETE
49722024-10-09T22:09:41.355Z[ recovery-image] Oct 09 22:09:39.797 INFO O| Oct 09 22:09:39.797 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-10-09T22:09:41.372Z[ recovery-image] Oct 09 22:09:39.815 INFO O| Oct 09 22:09:39.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49742024-10-09T22:09:41.374Z[ recovery-image] Oct 09 22:09:39.816 INFO O| Oct 09 22:09:39.815 INFO STEP 285 (remove_files) COMPLETE
49752024-10-09T22:09:41.374Z[ recovery-image] Oct 09 22:09:39.816 INFO O| Oct 09 22:09:39.816 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-09T22:09:41.425Z[ recovery-image] Oct 09 22:09:39.869 INFO O| Oct 09 22:09:39.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49772024-10-09T22:09:41.425Z[ recovery-image] Oct 09 22:09:39.869 INFO O| Oct 09 22:09:39.869 INFO STEP 286 (remove_files) COMPLETE
49782024-10-09T22:09:41.425Z[ recovery-image] Oct 09 22:09:39.869 INFO O| Oct 09 22:09:39.869 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-09T22:09:41.469Z[ recovery-image] Oct 09 22:09:39.912 INFO O| Oct 09 22:09:39.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49802024-10-09T22:09:41.469Z[ recovery-image] Oct 09 22:09:39.913 INFO O| Oct 09 22:09:39.913 INFO STEP 287 (remove_files) COMPLETE
49812024-10-09T22:09:41.471Z[ recovery-image] Oct 09 22:09:39.913 INFO O| Oct 09 22:09:39.913 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-09T22:09:41.497Z[ host-image] Oct 09 22:09:39.941 INFO O| Oct 09 22:09:39.940 INFO O| Download: Completed 1.39 MB in 0.78 seconds (1.8M/s)
49832024-10-09T22:09:41.511Z[ recovery-image] Oct 09 22:09:39.955 INFO O| Oct 09 22:09:39.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49842024-10-09T22:09:41.511Z[ recovery-image] Oct 09 22:09:39.955 INFO O| Oct 09 22:09:39.955 INFO STEP 288 (remove_files) COMPLETE
49852024-10-09T22:09:41.511Z[ recovery-image] Oct 09 22:09:39.955 INFO O| Oct 09 22:09:39.955 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-09T22:09:41.537Z[ recovery-image] Oct 09 22:09:39.980 INFO O| Oct 09 22:09:39.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49872024-10-09T22:09:41.539Z[ recovery-image] Oct 09 22:09:39.980 INFO O| Oct 09 22:09:39.980 INFO STEP 289 (remove_files) COMPLETE
49882024-10-09T22:09:41.539Z[ recovery-image] Oct 09 22:09:39.981 INFO O| Oct 09 22:09:39.980 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-09T22:09:41.599Z[ recovery-image] Oct 09 22:09:40.043 INFO O| Oct 09 22:09:40.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49902024-10-09T22:09:41.602Z[ recovery-image] Oct 09 22:09:40.043 INFO O| Oct 09 22:09:40.043 INFO STEP 290 (remove_files) COMPLETE
49912024-10-09T22:09:41.602Z[ recovery-image] Oct 09 22:09:40.043 INFO O| Oct 09 22:09:40.043 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-09T22:09:41.700Z[ recovery-image] Oct 09 22:09:40.144 INFO O| Oct 09 22:09:40.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49932024-10-09T22:09:41.703Z[ recovery-image] Oct 09 22:09:40.144 INFO O| Oct 09 22:09:40.144 INFO STEP 291 (remove_files) COMPLETE
49942024-10-09T22:09:41.703Z[ recovery-image] Oct 09 22:09:40.144 INFO O| Oct 09 22:09:40.144 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-09T22:09:41.722Z[ recovery-image] Oct 09 22:09:40.165 INFO O| Oct 09 22:09:40.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49962024-10-09T22:09:41.725Z[ recovery-image] Oct 09 22:09:40.169 INFO O| Oct 09 22:09:40.169 INFO STEP 292 (remove_files) COMPLETE
49972024-10-09T22:09:41.727Z[ recovery-image] Oct 09 22:09:40.169 INFO O| Oct 09 22:09:40.169 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-09T22:09:41.744Z[ recovery-image] Oct 09 22:09:40.188 INFO O| Oct 09 22:09:40.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49992024-10-09T22:09:41.747Z[ recovery-image] Oct 09 22:09:40.188 INFO O| Oct 09 22:09:40.188 INFO STEP 293 (remove_files) COMPLETE
50002024-10-09T22:09:41.747Z[ recovery-image] Oct 09 22:09:40.188 INFO O| Oct 09 22:09:40.188 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-09T22:09:41.762Z[ host-image] Oct 09 22:09:40.205 INFO O| Oct 09 22:09:40.205 INFO O| Actions: 1/238 actions (Installing new actions)
50022024-10-09T22:09:41.769Z[ recovery-image] Oct 09 22:09:40.212 INFO O| Oct 09 22:09:40.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50032024-10-09T22:09:41.769Z[ recovery-image] Oct 09 22:09:40.212 INFO O| Oct 09 22:09:40.212 INFO STEP 294 (remove_files) COMPLETE
50042024-10-09T22:09:41.771Z[ recovery-image] Oct 09 22:09:40.212 INFO O| Oct 09 22:09:40.212 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-10-09T22:09:41.815Z[ recovery-image] Oct 09 22:09:40.258 INFO O| Oct 09 22:09:40.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50062024-10-09T22:09:41.815Z[ recovery-image] Oct 09 22:09:40.258 INFO O| Oct 09 22:09:40.258 INFO STEP 295 (remove_files) COMPLETE
50072024-10-09T22:09:41.815Z[ recovery-image] Oct 09 22:09:40.258 INFO O| Oct 09 22:09:40.258 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-10-09T22:09:41.861Z[ recovery-image] Oct 09 22:09:40.304 INFO O| Oct 09 22:09:40.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50092024-10-09T22:09:41.861Z[ recovery-image] Oct 09 22:09:40.304 INFO O| Oct 09 22:09:40.304 INFO STEP 296 (remove_files) COMPLETE
50102024-10-09T22:09:41.861Z[ recovery-image] Oct 09 22:09:40.304 INFO O| Oct 09 22:09:40.304 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-10-09T22:09:41.898Z[ recovery-image] Oct 09 22:09:40.341 INFO O| Oct 09 22:09:40.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50122024-10-09T22:09:41.917Z[ recovery-image] Oct 09 22:09:40.361 INFO O| Oct 09 22:09:40.361 INFO STEP 297 (remove_files) COMPLETE
50132024-10-09T22:09:41.918Z[ recovery-image] Oct 09 22:09:40.361 INFO O| Oct 09 22:09:40.361 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-10-09T22:09:41.939Z[ recovery-image] Oct 09 22:09:40.383 INFO O| Oct 09 22:09:40.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50152024-10-09T22:09:41.939Z[ recovery-image] Oct 09 22:09:40.383 INFO O| Oct 09 22:09:40.383 INFO STEP 298 (remove_files) COMPLETE
50162024-10-09T22:09:41.939Z[ recovery-image] Oct 09 22:09:40.383 INFO O| Oct 09 22:09:40.383 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-10-09T22:09:41.994Z[ recovery-image] Oct 09 22:09:40.437 INFO O| Oct 09 22:09:40.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50182024-10-09T22:09:42.014Z[ recovery-image] Oct 09 22:09:40.457 INFO O| Oct 09 22:09:40.457 INFO STEP 299 (remove_files) COMPLETE
50192024-10-09T22:09:42.014Z[ recovery-image] Oct 09 22:09:40.457 INFO O| Oct 09 22:09:40.457 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-10-09T22:09:42.049Z[ host-image] Oct 09 22:09:40.492 INFO O| Oct 09 22:09:40.492 INFO O| Actions: Completed 238 actions in 0.29 seconds.
50212024-10-09T22:09:42.083Z[ recovery-image] Oct 09 22:09:40.526 INFO O| Oct 09 22:09:40.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50222024-10-09T22:09:42.102Z[ recovery-image] Oct 09 22:09:40.546 INFO O| Oct 09 22:09:40.546 INFO STEP 300 (remove_files) COMPLETE
50232024-10-09T22:09:42.102Z[ recovery-image] Oct 09 22:09:40.546 INFO O| Oct 09 22:09:40.546 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-09T22:09:42.124Z[ recovery-image] Oct 09 22:09:40.568 INFO O| Oct 09 22:09:40.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50252024-10-09T22:09:42.127Z[ recovery-image] Oct 09 22:09:40.568 INFO O| Oct 09 22:09:40.568 INFO STEP 301 (remove_files) COMPLETE
50262024-10-09T22:09:42.127Z[ recovery-image] Oct 09 22:09:40.568 INFO O| Oct 09 22:09:40.568 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-09T22:09:42.143Z[ recovery-image] Oct 09 22:09:40.587 INFO O| Oct 09 22:09:40.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50282024-10-09T22:09:42.146Z[ recovery-image] Oct 09 22:09:40.587 INFO O| Oct 09 22:09:40.587 INFO STEP 302 (remove_files) COMPLETE
50292024-10-09T22:09:42.146Z[ recovery-image] Oct 09 22:09:40.587 INFO O| Oct 09 22:09:40.587 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-09T22:09:42.166Z[ recovery-image] Oct 09 22:09:40.609 INFO O| Oct 09 22:09:40.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50312024-10-09T22:09:42.166Z[ recovery-image] Oct 09 22:09:40.609 INFO O| Oct 09 22:09:40.609 INFO STEP 303 (remove_files) COMPLETE
50322024-10-09T22:09:42.168Z[ recovery-image] Oct 09 22:09:40.609 INFO O| Oct 09 22:09:40.609 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-09T22:09:42.186Z[ recovery-image] Oct 09 22:09:40.629 INFO O| Oct 09 22:09:40.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50342024-10-09T22:09:42.186Z[ recovery-image] Oct 09 22:09:40.629 INFO O| Oct 09 22:09:40.629 INFO STEP 304 (remove_files) COMPLETE
50352024-10-09T22:09:42.188Z[ recovery-image] Oct 09 22:09:40.629 INFO O| Oct 09 22:09:40.629 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-10-09T22:09:42.211Z[ recovery-image] Oct 09 22:09:40.655 INFO O| Oct 09 22:09:40.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50372024-10-09T22:09:42.211Z[ recovery-image] Oct 09 22:09:40.655 INFO O| Oct 09 22:09:40.655 INFO STEP 305 (remove_files) COMPLETE
50382024-10-09T22:09:42.211Z[ recovery-image] Oct 09 22:09:40.655 INFO O| Oct 09 22:09:40.655 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-10-09T22:09:42.232Z[ recovery-image] Oct 09 22:09:40.675 INFO O| Oct 09 22:09:40.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50402024-10-09T22:09:42.232Z[ recovery-image] Oct 09 22:09:40.675 INFO O| Oct 09 22:09:40.675 INFO STEP 306 (remove_files) COMPLETE
50412024-10-09T22:09:42.234Z[ recovery-image] Oct 09 22:09:40.675 INFO O| Oct 09 22:09:40.675 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-10-09T22:09:42.270Z[ recovery-image] Oct 09 22:09:40.713 INFO O| Oct 09 22:09:40.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50432024-10-09T22:09:42.273Z[ recovery-image] Oct 09 22:09:40.713 INFO O| Oct 09 22:09:40.713 INFO STEP 307 (remove_files) COMPLETE
50442024-10-09T22:09:42.273Z[ recovery-image] Oct 09 22:09:40.714 INFO O| Oct 09 22:09:40.713 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-10-09T22:09:42.293Z[ recovery-image] Oct 09 22:09:40.736 INFO O| Oct 09 22:09:40.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50462024-10-09T22:09:42.295Z[ recovery-image] Oct 09 22:09:40.736 INFO O| Oct 09 22:09:40.736 INFO STEP 308 (remove_files) COMPLETE
50472024-10-09T22:09:42.295Z[ recovery-image] Oct 09 22:09:40.736 INFO O| Oct 09 22:09:40.736 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-10-09T22:09:42.311Z[ recovery-image] Oct 09 22:09:40.754 INFO O| Oct 09 22:09:40.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50492024-10-09T22:09:42.313Z[ recovery-image] Oct 09 22:09:40.754 INFO O| Oct 09 22:09:40.754 INFO STEP 309 (remove_files) COMPLETE
50502024-10-09T22:09:42.313Z[ recovery-image] Oct 09 22:09:40.754 INFO O| Oct 09 22:09:40.754 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-10-09T22:09:42.329Z[ recovery-image] Oct 09 22:09:40.773 INFO O| Oct 09 22:09:40.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50522024-10-09T22:09:42.332Z[ recovery-image] Oct 09 22:09:40.773 INFO O| Oct 09 22:09:40.773 INFO STEP 310 (remove_files) COMPLETE
50532024-10-09T22:09:42.332Z[ recovery-image] Oct 09 22:09:40.773 INFO O| Oct 09 22:09:40.773 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-10-09T22:09:42.351Z[ recovery-image] Oct 09 22:09:40.794 INFO O| Oct 09 22:09:40.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50552024-10-09T22:09:42.353Z[ recovery-image] Oct 09 22:09:40.794 INFO O| Oct 09 22:09:40.794 INFO STEP 311 (remove_files) COMPLETE
50562024-10-09T22:09:42.353Z[ recovery-image] Oct 09 22:09:40.795 INFO O| Oct 09 22:09:40.794 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-10-09T22:09:42.406Z[ recovery-image] Oct 09 22:09:40.849 INFO O| Oct 09 22:09:40.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50582024-10-09T22:09:42.406Z[ recovery-image] Oct 09 22:09:40.849 INFO O| Oct 09 22:09:40.849 INFO STEP 312 (remove_files) COMPLETE
50592024-10-09T22:09:42.408Z[ recovery-image] Oct 09 22:09:40.850 INFO O| Oct 09 22:09:40.849 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-10-09T22:09:42.432Z[ recovery-image] Oct 09 22:09:40.876 INFO O| Oct 09 22:09:40.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50612024-10-09T22:09:42.432Z[ recovery-image] Oct 09 22:09:40.876 INFO O| Oct 09 22:09:40.876 INFO STEP 313 (remove_files) COMPLETE
50622024-10-09T22:09:42.435Z[ recovery-image] Oct 09 22:09:40.876 INFO O| Oct 09 22:09:40.876 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-10-09T22:09:42.456Z[ recovery-image] Oct 09 22:09:40.899 INFO O| Oct 09 22:09:40.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50642024-10-09T22:09:42.458Z[ recovery-image] Oct 09 22:09:40.899 INFO O| Oct 09 22:09:40.899 INFO STEP 314 (remove_files) COMPLETE
50652024-10-09T22:09:42.458Z[ recovery-image] Oct 09 22:09:40.899 INFO O| Oct 09 22:09:40.899 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-10-09T22:09:42.480Z[ recovery-image] Oct 09 22:09:40.924 INFO O| Oct 09 22:09:40.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50672024-10-09T22:09:42.480Z[ recovery-image] Oct 09 22:09:40.924 INFO O| Oct 09 22:09:40.924 INFO STEP 315 (remove_files) COMPLETE
50682024-10-09T22:09:42.483Z[ recovery-image] Oct 09 22:09:40.924 INFO O| Oct 09 22:09:40.924 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-10-09T22:09:42.496Z[ host-image] Oct 09 22:09:40.939 INFO O| Oct 09 22:09:40.939 INFO O| Done
50702024-10-09T22:09:42.496Z[ host-image] Oct 09 22:09:40.939 INFO O| Oct 09 22:09:40.939 INFO O| Done
50712024-10-09T22:09:42.527Z[ recovery-image] Oct 09 22:09:40.970 INFO O| Oct 09 22:09:40.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50722024-10-09T22:09:42.527Z[ recovery-image] Oct 09 22:09:40.970 INFO O| Oct 09 22:09:40.965 INFO STEP 316 (remove_files) COMPLETE
50732024-10-09T22:09:42.527Z[ recovery-image] Oct 09 22:09:40.970 INFO O| Oct 09 22:09:40.965 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-10-09T22:09:42.539Z[ recovery-image] Oct 09 22:09:40.983 INFO O| Oct 09 22:09:40.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50752024-10-09T22:09:42.542Z[ recovery-image] Oct 09 22:09:40.983 INFO O| Oct 09 22:09:40.983 INFO STEP 317 (remove_files) COMPLETE
50762024-10-09T22:09:42.542Z[ recovery-image] Oct 09 22:09:40.983 INFO O| Oct 09 22:09:40.983 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-10-09T22:09:42.572Z[ recovery-image] Oct 09 22:09:41.014 INFO O| Oct 09 22:09:41.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50782024-10-09T22:09:42.572Z[ recovery-image] Oct 09 22:09:41.014 INFO O| Oct 09 22:09:41.014 INFO STEP 318 (remove_files) COMPLETE
50792024-10-09T22:09:42.572Z[ recovery-image] Oct 09 22:09:41.014 INFO O| Oct 09 22:09:41.014 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-10-09T22:09:42.627Z[ recovery-image] Oct 09 22:09:41.070 INFO O| Oct 09 22:09:41.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50812024-10-09T22:09:42.629Z[ recovery-image] Oct 09 22:09:41.071 INFO O| Oct 09 22:09:41.070 INFO STEP 319 (remove_files) COMPLETE
50822024-10-09T22:09:42.629Z[ recovery-image] Oct 09 22:09:41.071 INFO O| Oct 09 22:09:41.071 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-10-09T22:09:42.648Z[ recovery-image] Oct 09 22:09:41.091 INFO O| Oct 09 22:09:41.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50842024-10-09T22:09:42.650Z[ recovery-image] Oct 09 22:09:41.092 INFO O| Oct 09 22:09:41.091 INFO STEP 320 (remove_files) COMPLETE
50852024-10-09T22:09:42.650Z[ recovery-image] Oct 09 22:09:41.092 INFO O| Oct 09 22:09:41.092 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-10-09T22:09:42.667Z[ recovery-image] Oct 09 22:09:41.110 INFO O| Oct 09 22:09:41.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50872024-10-09T22:09:42.669Z[ recovery-image] Oct 09 22:09:41.110 INFO O| Oct 09 22:09:41.110 INFO STEP 321 (remove_files) COMPLETE
50882024-10-09T22:09:42.669Z[ recovery-image] Oct 09 22:09:41.110 INFO O| Oct 09 22:09:41.110 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-10-09T22:09:42.685Z[ recovery-image] Oct 09 22:09:41.129 INFO O| Oct 09 22:09:41.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50902024-10-09T22:09:42.688Z[ recovery-image] Oct 09 22:09:41.129 INFO O| Oct 09 22:09:41.129 INFO STEP 322 (remove_files) COMPLETE
50912024-10-09T22:09:42.688Z[ recovery-image] Oct 09 22:09:41.129 INFO O| Oct 09 22:09:41.129 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-10-09T22:09:42.703Z[ recovery-image] Oct 09 22:09:41.147 INFO O| Oct 09 22:09:41.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50932024-10-09T22:09:42.705Z[ recovery-image] Oct 09 22:09:41.147 INFO O| Oct 09 22:09:41.147 INFO STEP 323 (remove_files) COMPLETE
50942024-10-09T22:09:42.706Z[ recovery-image] Oct 09 22:09:41.147 INFO O| Oct 09 22:09:41.147 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-10-09T22:09:42.736Z[ recovery-image] Oct 09 22:09:41.179 INFO O| Oct 09 22:09:41.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50962024-10-09T22:09:42.736Z[ recovery-image] Oct 09 22:09:41.179 INFO O| Oct 09 22:09:41.179 INFO STEP 324 (remove_files) COMPLETE
50972024-10-09T22:09:42.738Z[ recovery-image] Oct 09 22:09:41.180 INFO O| Oct 09 22:09:41.179 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-10-09T22:09:42.755Z[ recovery-image] Oct 09 22:09:41.198 INFO O| Oct 09 22:09:41.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50992024-10-09T22:09:42.757Z[ recovery-image] Oct 09 22:09:41.198 INFO O| Oct 09 22:09:41.198 INFO STEP 325 (remove_files) COMPLETE
51002024-10-09T22:09:42.757Z[ recovery-image] Oct 09 22:09:41.198 INFO O| Oct 09 22:09:41.198 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-10-09T22:09:42.785Z[ recovery-image] Oct 09 22:09:41.228 INFO O| Oct 09 22:09:41.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51022024-10-09T22:09:42.785Z[ recovery-image] Oct 09 22:09:41.228 INFO O| Oct 09 22:09:41.228 INFO STEP 326 (remove_files) COMPLETE
51032024-10-09T22:09:42.787Z[ recovery-image] Oct 09 22:09:41.228 INFO O| Oct 09 22:09:41.228 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-10-09T22:09:42.816Z[ recovery-image] Oct 09 22:09:41.259 INFO O| Oct 09 22:09:41.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51052024-10-09T22:09:42.816Z[ recovery-image] Oct 09 22:09:41.259 INFO O| Oct 09 22:09:41.259 INFO STEP 327 (remove_files) COMPLETE
51062024-10-09T22:09:42.816Z[ recovery-image] Oct 09 22:09:41.259 INFO O| Oct 09 22:09:41.259 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-10-09T22:09:42.832Z[ recovery-image] Oct 09 22:09:41.275 INFO O| Oct 09 22:09:41.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51082024-10-09T22:09:42.832Z[ recovery-image] Oct 09 22:09:41.275 INFO O| Oct 09 22:09:41.275 INFO STEP 328 (remove_files) COMPLETE
51092024-10-09T22:09:42.835Z[ recovery-image] Oct 09 22:09:41.275 INFO O| Oct 09 22:09:41.275 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-10-09T22:09:42.867Z[ recovery-image] Oct 09 22:09:41.310 INFO O| Oct 09 22:09:41.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51112024-10-09T22:09:42.867Z[ recovery-image] Oct 09 22:09:41.310 INFO O| Oct 09 22:09:41.310 INFO STEP 329 (remove_files) COMPLETE
51122024-10-09T22:09:42.867Z[ recovery-image] Oct 09 22:09:41.310 INFO O| Oct 09 22:09:41.310 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-10-09T22:09:42.883Z[ recovery-image] Oct 09 22:09:41.326 INFO O| Oct 09 22:09:41.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51142024-10-09T22:09:42.883Z[ recovery-image] Oct 09 22:09:41.326 INFO O| Oct 09 22:09:41.326 INFO STEP 330 (remove_files) COMPLETE
51152024-10-09T22:09:42.885Z[ recovery-image] Oct 09 22:09:41.326 INFO O| Oct 09 22:09:41.326 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-10-09T22:09:42.898Z[ recovery-image] Oct 09 22:09:41.341 INFO O| Oct 09 22:09:41.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51172024-10-09T22:09:42.924Z[ recovery-image] Oct 09 22:09:41.367 INFO O| Oct 09 22:09:41.367 INFO STEP 331 (remove_files) COMPLETE
51182024-10-09T22:09:42.925Z[ recovery-image] Oct 09 22:09:41.367 INFO O| Oct 09 22:09:41.367 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-10-09T22:09:42.981Z[ recovery-image] Oct 09 22:09:41.424 INFO O| Oct 09 22:09:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51202024-10-09T22:09:42.981Z[ recovery-image] Oct 09 22:09:41.424 INFO O| Oct 09 22:09:41.424 INFO STEP 332 (remove_files) COMPLETE
51212024-10-09T22:09:42.983Z[ recovery-image] Oct 09 22:09:41.424 INFO O| Oct 09 22:09:41.424 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-10-09T22:09:42.999Z[ recovery-image] Oct 09 22:09:41.442 INFO O| Oct 09 22:09:41.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51232024-10-09T22:09:42.999Z[ recovery-image] Oct 09 22:09:41.443 INFO O| Oct 09 22:09:41.443 INFO STEP 333 (remove_files) COMPLETE
51242024-10-09T22:09:43.002Z[ recovery-image] Oct 09 22:09:41.443 INFO O| Oct 09 22:09:41.443 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-10-09T22:09:43.040Z[ recovery-image] Oct 09 22:09:41.484 INFO O| Oct 09 22:09:41.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51262024-10-09T22:09:43.044Z[ recovery-image] Oct 09 22:09:41.484 INFO O| Oct 09 22:09:41.484 INFO STEP 334 (remove_files) COMPLETE
51272024-10-09T22:09:43.044Z[ recovery-image] Oct 09 22:09:41.484 INFO O| Oct 09 22:09:41.484 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-10-09T22:09:43.060Z[ recovery-image] Oct 09 22:09:41.503 INFO O| Oct 09 22:09:41.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51292024-10-09T22:09:43.062Z[ recovery-image] Oct 09 22:09:41.503 INFO O| Oct 09 22:09:41.503 INFO STEP 335 (remove_files) COMPLETE
51302024-10-09T22:09:43.062Z[ recovery-image] Oct 09 22:09:41.503 INFO O| Oct 09 22:09:41.503 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-10-09T22:09:43.078Z[ recovery-image] Oct 09 22:09:41.522 INFO O| Oct 09 22:09:41.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51322024-10-09T22:09:43.081Z[ recovery-image] Oct 09 22:09:41.522 INFO O| Oct 09 22:09:41.522 INFO STEP 336 (remove_files) COMPLETE
51332024-10-09T22:09:43.081Z[ recovery-image] Oct 09 22:09:41.522 INFO O| Oct 09 22:09:41.522 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-10-09T22:09:43.134Z[ recovery-image] Oct 09 22:09:41.577 INFO O| Oct 09 22:09:41.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51352024-10-09T22:09:43.136Z[ recovery-image] Oct 09 22:09:41.577 INFO O| Oct 09 22:09:41.577 INFO STEP 337 (remove_files) COMPLETE
51362024-10-09T22:09:43.136Z[ recovery-image] Oct 09 22:09:41.577 INFO O| Oct 09 22:09:41.577 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-10-09T22:09:43.165Z[ recovery-image] Oct 09 22:09:41.608 INFO O| Oct 09 22:09:41.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51382024-10-09T22:09:43.168Z[ recovery-image] Oct 09 22:09:41.608 INFO O| Oct 09 22:09:41.608 INFO STEP 338 (remove_files) COMPLETE
51392024-10-09T22:09:43.168Z[ recovery-image] Oct 09 22:09:41.609 INFO O| Oct 09 22:09:41.608 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-10-09T22:09:43.183Z[ recovery-image] Oct 09 22:09:41.626 INFO O| Oct 09 22:09:41.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51412024-10-09T22:09:43.186Z[ recovery-image] Oct 09 22:09:41.627 INFO O| Oct 09 22:09:41.627 INFO STEP 339 (remove_files) COMPLETE
51422024-10-09T22:09:43.186Z[ recovery-image] Oct 09 22:09:41.627 INFO O| Oct 09 22:09:41.627 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-10-09T22:09:43.203Z[ recovery-image] Oct 09 22:09:41.646 INFO O| Oct 09 22:09:41.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51442024-10-09T22:09:43.203Z[ recovery-image] Oct 09 22:09:41.646 INFO O| Oct 09 22:09:41.646 INFO STEP 340 (remove_files) COMPLETE
51452024-10-09T22:09:43.206Z[ recovery-image] Oct 09 22:09:41.646 INFO O| Oct 09 22:09:41.646 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-10-09T22:09:43.227Z[ recovery-image] Oct 09 22:09:41.670 INFO O| Oct 09 22:09:41.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51472024-10-09T22:09:43.227Z[ recovery-image] Oct 09 22:09:41.670 INFO O| Oct 09 22:09:41.670 INFO STEP 341 (remove_files) COMPLETE
51482024-10-09T22:09:43.227Z[ recovery-image] Oct 09 22:09:41.670 INFO O| Oct 09 22:09:41.670 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-10-09T22:09:43.262Z[ recovery-image] Oct 09 22:09:41.705 INFO O| Oct 09 22:09:41.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51502024-10-09T22:09:43.262Z[ recovery-image] Oct 09 22:09:41.705 INFO O| Oct 09 22:09:41.705 INFO STEP 342 (remove_files) COMPLETE
51512024-10-09T22:09:43.262Z[ recovery-image] Oct 09 22:09:41.705 INFO O| Oct 09 22:09:41.705 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-10-09T22:09:43.280Z[ recovery-image] Oct 09 22:09:41.724 INFO O| Oct 09 22:09:41.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51532024-10-09T22:09:43.280Z[ recovery-image] Oct 09 22:09:41.724 INFO O| Oct 09 22:09:41.724 INFO STEP 343 (remove_files) COMPLETE
51542024-10-09T22:09:43.281Z[ recovery-image] Oct 09 22:09:41.724 INFO O| Oct 09 22:09:41.724 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-10-09T22:09:43.298Z[ recovery-image] Oct 09 22:09:41.741 INFO O| Oct 09 22:09:41.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51562024-10-09T22:09:43.300Z[ recovery-image] Oct 09 22:09:41.743 INFO O| Oct 09 22:09:41.743 INFO STEP 344 (remove_files) COMPLETE
51572024-10-09T22:09:43.300Z[ recovery-image] Oct 09 22:09:41.743 INFO O| Oct 09 22:09:41.743 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-09T22:09:43.353Z[ recovery-image] Oct 09 22:09:41.796 INFO O| Oct 09 22:09:41.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51592024-10-09T22:09:43.353Z[ recovery-image] Oct 09 22:09:41.796 INFO O| Oct 09 22:09:41.796 INFO STEP 345 (remove_files) COMPLETE
51602024-10-09T22:09:43.355Z[ recovery-image] Oct 09 22:09:41.796 INFO O| Oct 09 22:09:41.796 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-10-09T22:09:43.369Z[ recovery-image] Oct 09 22:09:41.812 INFO O| Oct 09 22:09:41.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51622024-10-09T22:09:43.371Z[ recovery-image] Oct 09 22:09:41.812 INFO O| Oct 09 22:09:41.812 INFO STEP 346 (remove_files) COMPLETE
51632024-10-09T22:09:43.371Z[ recovery-image] Oct 09 22:09:41.812 INFO O| Oct 09 22:09:41.812 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-10-09T22:09:43.388Z[ recovery-image] Oct 09 22:09:41.832 INFO O| Oct 09 22:09:41.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51652024-10-09T22:09:43.388Z[ recovery-image] Oct 09 22:09:41.832 INFO O| Oct 09 22:09:41.832 INFO STEP 347 (remove_files) COMPLETE
51662024-10-09T22:09:43.388Z[ recovery-image] Oct 09 22:09:41.832 INFO O| Oct 09 22:09:41.832 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-10-09T22:09:43.404Z[ recovery-image] Oct 09 22:09:41.847 INFO O| Oct 09 22:09:41.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51682024-10-09T22:09:43.404Z[ recovery-image] Oct 09 22:09:41.847 INFO O| Oct 09 22:09:41.847 INFO STEP 348 (remove_files) COMPLETE
51692024-10-09T22:09:43.406Z[ recovery-image] Oct 09 22:09:41.847 INFO O| Oct 09 22:09:41.847 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-10-09T22:09:43.419Z[ recovery-image] Oct 09 22:09:41.862 INFO O| Oct 09 22:09:41.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51712024-10-09T22:09:43.419Z[ recovery-image] Oct 09 22:09:41.862 INFO O| Oct 09 22:09:41.862 INFO STEP 349 (remove_files) COMPLETE
51722024-10-09T22:09:43.421Z[ recovery-image] Oct 09 22:09:41.862 INFO O| Oct 09 22:09:41.862 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-10-09T22:09:43.440Z[ recovery-image] Oct 09 22:09:41.882 INFO O| Oct 09 22:09:41.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51742024-10-09T22:09:43.440Z[ recovery-image] Oct 09 22:09:41.882 INFO O| Oct 09 22:09:41.882 INFO STEP 350 (remove_files) COMPLETE
51752024-10-09T22:09:43.440Z[ recovery-image] Oct 09 22:09:41.882 INFO O| Oct 09 22:09:41.882 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-10-09T22:09:43.476Z[ recovery-image] Oct 09 22:09:41.919 INFO O| Oct 09 22:09:41.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51772024-10-09T22:09:43.476Z[ recovery-image] Oct 09 22:09:41.919 INFO O| Oct 09 22:09:41.919 INFO STEP 351 (remove_files) COMPLETE
51782024-10-09T22:09:43.476Z[ recovery-image] Oct 09 22:09:41.919 INFO O| Oct 09 22:09:41.919 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-09T22:09:43.502Z[ recovery-image] Oct 09 22:09:41.945 INFO O| Oct 09 22:09:41.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51802024-10-09T22:09:43.504Z[ recovery-image] Oct 09 22:09:41.945 INFO O| Oct 09 22:09:41.945 INFO STEP 352 (remove_files) COMPLETE
51812024-10-09T22:09:43.504Z[ recovery-image] Oct 09 22:09:41.946 INFO O| Oct 09 22:09:41.946 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-09T22:09:43.521Z[ recovery-image] Oct 09 22:09:41.963 INFO O| Oct 09 22:09:41.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51832024-10-09T22:09:43.524Z[ recovery-image] Oct 09 22:09:41.964 INFO O| Oct 09 22:09:41.964 INFO STEP 353 (remove_files) COMPLETE
51842024-10-09T22:09:43.524Z[ recovery-image] Oct 09 22:09:41.964 INFO O| Oct 09 22:09:41.964 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-09T22:09:43.537Z[ recovery-image] Oct 09 22:09:41.980 INFO O| Oct 09 22:09:41.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51862024-10-09T22:09:43.539Z[ recovery-image] Oct 09 22:09:41.981 INFO O| Oct 09 22:09:41.981 INFO STEP 354 (remove_files) COMPLETE
51872024-10-09T22:09:43.539Z[ recovery-image] Oct 09 22:09:41.981 INFO O| Oct 09 22:09:41.981 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-10-09T22:09:43.552Z[ recovery-image] Oct 09 22:09:41.996 INFO O| Oct 09 22:09:41.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51892024-10-09T22:09:43.555Z[ recovery-image] Oct 09 22:09:41.996 INFO O| Oct 09 22:09:41.996 INFO STEP 355 (remove_files) COMPLETE
51902024-10-09T22:09:43.555Z[ recovery-image] Oct 09 22:09:41.996 INFO O| Oct 09 22:09:41.996 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-10-09T22:09:43.568Z[ host-image] Oct 09 22:09:42.011 INFO O| Oct 09 22:09:42.011 INFO O| Done
51922024-10-09T22:09:43.570Z[ recovery-image] Oct 09 22:09:42.012 INFO O| Oct 09 22:09:42.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51932024-10-09T22:09:43.570Z[ recovery-image] Oct 09 22:09:42.012 INFO O| Oct 09 22:09:42.012 INFO STEP 356 (remove_files) COMPLETE
51942024-10-09T22:09:43.570Z[ recovery-image] Oct 09 22:09:42.012 INFO O| Oct 09 22:09:42.012 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-10-09T22:09:43.594Z[ recovery-image] Oct 09 22:09:42.037 INFO O| Oct 09 22:09:42.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51962024-10-09T22:09:43.596Z[ recovery-image] Oct 09 22:09:42.037 INFO O| Oct 09 22:09:42.037 INFO STEP 357 (remove_files) COMPLETE
51972024-10-09T22:09:43.596Z[ recovery-image] Oct 09 22:09:42.037 INFO O| Oct 09 22:09:42.037 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-10-09T22:09:43.610Z[ recovery-image] Oct 09 22:09:42.053 INFO O| Oct 09 22:09:42.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51992024-10-09T22:09:43.613Z[ recovery-image] Oct 09 22:09:42.053 INFO O| Oct 09 22:09:42.053 INFO STEP 358 (remove_files) COMPLETE
52002024-10-09T22:09:43.613Z[ recovery-image] Oct 09 22:09:42.053 INFO O| Oct 09 22:09:42.053 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-10-09T22:09:43.627Z[ recovery-image] Oct 09 22:09:42.070 INFO O| Oct 09 22:09:42.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52022024-10-09T22:09:43.627Z[ recovery-image] Oct 09 22:09:42.070 INFO O| Oct 09 22:09:42.070 INFO STEP 359 (remove_files) COMPLETE
52032024-10-09T22:09:43.627Z[ recovery-image] Oct 09 22:09:42.070 INFO O| Oct 09 22:09:42.070 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-10-09T22:09:43.661Z[ recovery-image] Oct 09 22:09:42.104 INFO O| Oct 09 22:09:42.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52052024-10-09T22:09:43.661Z[ recovery-image] Oct 09 22:09:42.104 INFO O| Oct 09 22:09:42.104 INFO STEP 360 (remove_files) COMPLETE
52062024-10-09T22:09:43.663Z[ recovery-image] Oct 09 22:09:42.104 INFO O| Oct 09 22:09:42.104 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-10-09T22:09:43.680Z[ recovery-image] Oct 09 22:09:42.123 INFO O| Oct 09 22:09:42.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52082024-10-09T22:09:43.680Z[ recovery-image] Oct 09 22:09:42.123 INFO O| Oct 09 22:09:42.123 INFO STEP 361 (remove_files) COMPLETE
52092024-10-09T22:09:43.683Z[ recovery-image] Oct 09 22:09:42.124 INFO O| Oct 09 22:09:42.123 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-10-09T22:09:43.699Z[ recovery-image] Oct 09 22:09:42.142 INFO O| Oct 09 22:09:42.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52112024-10-09T22:09:43.699Z[ recovery-image] Oct 09 22:09:42.142 INFO O| Oct 09 22:09:42.142 INFO STEP 362 (remove_files) COMPLETE
52122024-10-09T22:09:43.701Z[ recovery-image] Oct 09 22:09:42.142 INFO O| Oct 09 22:09:42.142 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-10-09T22:09:43.838Z[ recovery-image] Oct 09 22:09:42.281 INFO O| Oct 09 22:09:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52142024-10-09T22:09:43.838Z[ recovery-image] Oct 09 22:09:42.281 INFO O| Oct 09 22:09:42.281 INFO STEP 363 (remove_files) COMPLETE
52152024-10-09T22:09:43.838Z[ recovery-image] Oct 09 22:09:42.281 INFO O| Oct 09 22:09:42.281 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-09T22:09:43.869Z[ recovery-image] Oct 09 22:09:42.313 INFO O| Oct 09 22:09:42.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52172024-10-09T22:09:43.869Z[ recovery-image] Oct 09 22:09:42.313 INFO O| Oct 09 22:09:42.313 INFO STEP 364 (remove_files) COMPLETE
52182024-10-09T22:09:43.872Z[ recovery-image] Oct 09 22:09:42.313 INFO O| Oct 09 22:09:42.313 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-09T22:09:43.911Z[ recovery-image] Oct 09 22:09:42.354 INFO O| Oct 09 22:09:42.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52202024-10-09T22:09:43.911Z[ recovery-image] Oct 09 22:09:42.354 INFO O| Oct 09 22:09:42.354 INFO STEP 365 (remove_files) COMPLETE
52212024-10-09T22:09:43.911Z[ recovery-image] Oct 09 22:09:42.354 INFO O| Oct 09 22:09:42.354 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-09T22:09:43.929Z[ recovery-image] Oct 09 22:09:42.372 INFO O| Oct 09 22:09:42.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52232024-10-09T22:09:43.929Z[ recovery-image] Oct 09 22:09:42.372 INFO O| Oct 09 22:09:42.372 INFO STEP 366 (remove_files) COMPLETE
52242024-10-09T22:09:43.929Z[ recovery-image] Oct 09 22:09:42.372 INFO O| Oct 09 22:09:42.372 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-10-09T22:09:43.962Z[ recovery-image] Oct 09 22:09:42.405 INFO O| Oct 09 22:09:42.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52262024-10-09T22:09:43.962Z[ recovery-image] Oct 09 22:09:42.405 INFO O| Oct 09 22:09:42.405 INFO STEP 367 (remove_files) COMPLETE
52272024-10-09T22:09:43.965Z[ recovery-image] Oct 09 22:09:42.405 INFO O| Oct 09 22:09:42.405 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-10-09T22:09:43.982Z[ recovery-image] Oct 09 22:09:42.426 INFO O| Oct 09 22:09:42.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52292024-10-09T22:09:43.982Z[ recovery-image] Oct 09 22:09:42.426 INFO O| Oct 09 22:09:42.426 INFO STEP 368 (remove_files) COMPLETE
52302024-10-09T22:09:43.982Z[ recovery-image] Oct 09 22:09:42.426 INFO O| Oct 09 22:09:42.426 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-10-09T22:09:44.077Z[ recovery-image] Oct 09 22:09:42.520 INFO O| Oct 09 22:09:42.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52322024-10-09T22:09:44.077Z[ recovery-image] Oct 09 22:09:42.520 INFO O| Oct 09 22:09:42.520 INFO STEP 369 (remove_files) COMPLETE
52332024-10-09T22:09:44.077Z[ recovery-image] Oct 09 22:09:42.520 INFO O| Oct 09 22:09:42.520 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-10-09T22:09:44.152Z[ recovery-image] Oct 09 22:09:42.594 INFO O| Oct 09 22:09:42.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52352024-10-09T22:09:44.154Z[ recovery-image] Oct 09 22:09:42.595 INFO O| Oct 09 22:09:42.594 INFO STEP 370 (remove_files) COMPLETE
52362024-10-09T22:09:44.154Z[ recovery-image] Oct 09 22:09:42.595 INFO O| Oct 09 22:09:42.595 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-10-09T22:09:44.169Z[ recovery-image] Oct 09 22:09:42.612 INFO O| Oct 09 22:09:42.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52382024-10-09T22:09:44.171Z[ recovery-image] Oct 09 22:09:42.612 INFO O| Oct 09 22:09:42.612 INFO STEP 371 (remove_files) COMPLETE
52392024-10-09T22:09:44.171Z[ recovery-image] Oct 09 22:09:42.613 INFO O| Oct 09 22:09:42.613 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-10-09T22:09:44.188Z[ recovery-image] Oct 09 22:09:42.631 INFO O| Oct 09 22:09:42.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52412024-10-09T22:09:44.190Z[ recovery-image] Oct 09 22:09:42.631 INFO O| Oct 09 22:09:42.631 INFO STEP 372 (remove_files) COMPLETE
52422024-10-09T22:09:44.191Z[ recovery-image] Oct 09 22:09:42.631 INFO O| Oct 09 22:09:42.631 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-10-09T22:09:44.211Z[ recovery-image] Oct 09 22:09:42.654 INFO O| Oct 09 22:09:42.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52442024-10-09T22:09:44.211Z[ recovery-image] Oct 09 22:09:42.654 INFO O| Oct 09 22:09:42.654 INFO STEP 373 (remove_files) COMPLETE
52452024-10-09T22:09:44.211Z[ recovery-image] Oct 09 22:09:42.654 INFO O| Oct 09 22:09:42.654 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-10-09T22:09:44.239Z[ recovery-image] Oct 09 22:09:42.682 INFO O| Oct 09 22:09:42.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52472024-10-09T22:09:44.239Z[ recovery-image] Oct 09 22:09:42.682 INFO O| Oct 09 22:09:42.682 INFO STEP 374 (remove_files) COMPLETE
52482024-10-09T22:09:44.242Z[ recovery-image] Oct 09 22:09:42.682 INFO O| Oct 09 22:09:42.682 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-10-09T22:09:44.281Z[ recovery-image] Oct 09 22:09:42.724 INFO O| Oct 09 22:09:42.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52502024-10-09T22:09:44.281Z[ recovery-image] Oct 09 22:09:42.724 INFO O| Oct 09 22:09:42.724 INFO STEP 375 (remove_files) COMPLETE
52512024-10-09T22:09:44.281Z[ recovery-image] Oct 09 22:09:42.724 INFO O| Oct 09 22:09:42.724 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-10-09T22:09:44.299Z[ recovery-image] Oct 09 22:09:42.742 INFO O| Oct 09 22:09:42.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52532024-10-09T22:09:44.299Z[ recovery-image] Oct 09 22:09:42.742 INFO O| Oct 09 22:09:42.742 INFO STEP 376 (remove_files) COMPLETE
52542024-10-09T22:09:44.299Z[ recovery-image] Oct 09 22:09:42.743 INFO O| Oct 09 22:09:42.742 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-10-09T22:09:44.318Z[ recovery-image] Oct 09 22:09:42.761 INFO O| Oct 09 22:09:42.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52562024-10-09T22:09:44.318Z[ recovery-image] Oct 09 22:09:42.761 INFO O| Oct 09 22:09:42.761 INFO STEP 377 (remove_files) COMPLETE
52572024-10-09T22:09:44.319Z[ recovery-image] Oct 09 22:09:42.761 INFO O| Oct 09 22:09:42.761 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-10-09T22:09:44.337Z[ recovery-image] Oct 09 22:09:42.780 INFO O| Oct 09 22:09:42.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52592024-10-09T22:09:44.337Z[ recovery-image] Oct 09 22:09:42.780 INFO O| Oct 09 22:09:42.780 INFO STEP 378 (remove_files) COMPLETE
52602024-10-09T22:09:44.337Z[ recovery-image] Oct 09 22:09:42.780 INFO O| Oct 09 22:09:42.780 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-10-09T22:09:44.372Z[ recovery-image] Oct 09 22:09:42.815 INFO O| Oct 09 22:09:42.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52622024-10-09T22:09:44.372Z[ recovery-image] Oct 09 22:09:42.815 INFO O| Oct 09 22:09:42.815 INFO STEP 379 (remove_files) COMPLETE
52632024-10-09T22:09:44.372Z[ recovery-image] Oct 09 22:09:42.815 INFO O| Oct 09 22:09:42.815 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-10-09T22:09:44.393Z[ recovery-image] Oct 09 22:09:42.836 INFO O| Oct 09 22:09:42.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52652024-10-09T22:09:44.393Z[ recovery-image] Oct 09 22:09:42.836 INFO O| Oct 09 22:09:42.836 INFO STEP 380 (remove_files) COMPLETE
52662024-10-09T22:09:44.393Z[ recovery-image] Oct 09 22:09:42.836 INFO O| Oct 09 22:09:42.836 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-10-09T22:09:44.429Z[ recovery-image] Oct 09 22:09:42.873 INFO O| Oct 09 22:09:42.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52682024-10-09T22:09:44.430Z[ recovery-image] Oct 09 22:09:42.873 INFO O| Oct 09 22:09:42.873 INFO STEP 381 (remove_files) COMPLETE
52692024-10-09T22:09:44.432Z[ recovery-image] Oct 09 22:09:42.873 INFO O| Oct 09 22:09:42.873 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-10-09T22:09:44.457Z[ recovery-image] Oct 09 22:09:42.900 INFO O| Oct 09 22:09:42.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52712024-10-09T22:09:44.460Z[ recovery-image] Oct 09 22:09:42.900 INFO O| Oct 09 22:09:42.900 INFO STEP 382 (remove_files) COMPLETE
52722024-10-09T22:09:44.460Z[ recovery-image] Oct 09 22:09:42.900 INFO O| Oct 09 22:09:42.900 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-10-09T22:09:44.502Z[ recovery-image] Oct 09 22:09:42.945 INFO O| Oct 09 22:09:42.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52742024-10-09T22:09:44.502Z[ recovery-image] Oct 09 22:09:42.945 INFO O| Oct 09 22:09:42.945 INFO STEP 383 (remove_files) COMPLETE
52752024-10-09T22:09:44.502Z[ recovery-image] Oct 09 22:09:42.945 INFO O| Oct 09 22:09:42.945 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-10-09T22:09:44.548Z[ recovery-image] Oct 09 22:09:42.991 INFO O| Oct 09 22:09:42.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52772024-10-09T22:09:44.551Z[ recovery-image] Oct 09 22:09:42.992 INFO O| Oct 09 22:09:42.992 INFO STEP 384 (remove_files) COMPLETE
52782024-10-09T22:09:44.551Z[ recovery-image] Oct 09 22:09:42.992 INFO O| Oct 09 22:09:42.992 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-10-09T22:09:44.582Z[ recovery-image] Oct 09 22:09:43.025 INFO O| Oct 09 22:09:43.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52802024-10-09T22:09:44.582Z[ recovery-image] Oct 09 22:09:43.025 INFO O| Oct 09 22:09:43.025 INFO STEP 385 (remove_files) COMPLETE
52812024-10-09T22:09:44.582Z[ recovery-image] Oct 09 22:09:43.025 INFO O| Oct 09 22:09:43.025 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-10-09T22:09:44.642Z[ recovery-image] Oct 09 22:09:43.085 INFO O| Oct 09 22:09:43.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52832024-10-09T22:09:44.642Z[ recovery-image] Oct 09 22:09:43.085 INFO O| Oct 09 22:09:43.085 INFO STEP 386 (remove_files) COMPLETE
52842024-10-09T22:09:44.642Z[ recovery-image] Oct 09 22:09:43.085 INFO O| Oct 09 22:09:43.085 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-10-09T22:09:44.665Z[ recovery-image] Oct 09 22:09:43.108 INFO O| Oct 09 22:09:43.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52862024-10-09T22:09:44.668Z[ recovery-image] Oct 09 22:09:43.108 INFO O| Oct 09 22:09:43.108 INFO STEP 387 (remove_files) COMPLETE
52872024-10-09T22:09:44.668Z[ recovery-image] Oct 09 22:09:43.108 INFO O| Oct 09 22:09:43.108 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-10-09T22:09:44.683Z[ recovery-image] Oct 09 22:09:43.127 INFO O| Oct 09 22:09:43.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52892024-10-09T22:09:44.683Z[ recovery-image] Oct 09 22:09:43.127 INFO O| Oct 09 22:09:43.127 INFO STEP 388 (remove_files) COMPLETE
52902024-10-09T22:09:44.683Z[ recovery-image] Oct 09 22:09:43.127 INFO O| Oct 09 22:09:43.127 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-10-09T22:09:44.741Z[ recovery-image] Oct 09 22:09:43.184 INFO O| Oct 09 22:09:43.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52922024-10-09T22:09:44.741Z[ recovery-image] Oct 09 22:09:43.184 INFO O| Oct 09 22:09:43.184 INFO STEP 389 (remove_files) COMPLETE
52932024-10-09T22:09:44.741Z[ recovery-image] Oct 09 22:09:43.184 INFO O| Oct 09 22:09:43.184 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-10-09T22:09:44.757Z[ recovery-image] Oct 09 22:09:43.200 INFO O| Oct 09 22:09:43.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52952024-10-09T22:09:44.757Z[ recovery-image] Oct 09 22:09:43.200 INFO O| Oct 09 22:09:43.200 INFO STEP 390 (remove_files) COMPLETE
52962024-10-09T22:09:44.757Z[ recovery-image] Oct 09 22:09:43.200 INFO O| Oct 09 22:09:43.200 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-10-09T22:09:44.774Z[ recovery-image] Oct 09 22:09:43.217 INFO O| Oct 09 22:09:43.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52982024-10-09T22:09:44.774Z[ recovery-image] Oct 09 22:09:43.217 INFO O| Oct 09 22:09:43.217 INFO STEP 391 (remove_files) COMPLETE
52992024-10-09T22:09:44.774Z[ recovery-image] Oct 09 22:09:43.217 INFO O| Oct 09 22:09:43.217 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-10-09T22:09:44.814Z[ recovery-image] Oct 09 22:09:43.257 INFO O| Oct 09 22:09:43.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53012024-10-09T22:09:44.814Z[ recovery-image] Oct 09 22:09:43.257 INFO O| Oct 09 22:09:43.257 INFO STEP 392 (remove_files) COMPLETE
53022024-10-09T22:09:44.816Z[ recovery-image] Oct 09 22:09:43.257 INFO O| Oct 09 22:09:43.257 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-09T22:09:44.833Z[ recovery-image] Oct 09 22:09:43.276 INFO O| Oct 09 22:09:43.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53042024-10-09T22:09:44.833Z[ recovery-image] Oct 09 22:09:43.276 INFO O| Oct 09 22:09:43.276 INFO STEP 393 (remove_files) COMPLETE
53052024-10-09T22:09:44.833Z[ recovery-image] Oct 09 22:09:43.276 INFO O| Oct 09 22:09:43.276 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-09T22:09:44.852Z[ recovery-image] Oct 09 22:09:43.295 INFO O| Oct 09 22:09:43.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53072024-10-09T22:09:44.855Z[ recovery-image] Oct 09 22:09:43.296 INFO O| Oct 09 22:09:43.296 INFO STEP 394 (remove_files) COMPLETE
53082024-10-09T22:09:44.855Z[ recovery-image] Oct 09 22:09:43.296 INFO O| Oct 09 22:09:43.296 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-09T22:09:44.871Z[ recovery-image] Oct 09 22:09:43.314 INFO O| Oct 09 22:09:43.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53102024-10-09T22:09:44.873Z[ recovery-image] Oct 09 22:09:43.315 INFO O| Oct 09 22:09:43.314 INFO STEP 395 (remove_files) COMPLETE
53112024-10-09T22:09:44.874Z[ recovery-image] Oct 09 22:09:43.315 INFO O| Oct 09 22:09:43.315 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-09T22:09:44.890Z[ recovery-image] Oct 09 22:09:43.333 INFO O| Oct 09 22:09:43.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53132024-10-09T22:09:44.890Z[ recovery-image] Oct 09 22:09:43.333 INFO O| Oct 09 22:09:43.333 INFO STEP 396 (remove_files) COMPLETE
53142024-10-09T22:09:44.890Z[ recovery-image] Oct 09 22:09:43.333 INFO O| Oct 09 22:09:43.333 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-09T22:09:44.908Z[ recovery-image] Oct 09 22:09:43.351 INFO O| Oct 09 22:09:43.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53162024-10-09T22:09:44.908Z[ recovery-image] Oct 09 22:09:43.351 INFO O| Oct 09 22:09:43.351 INFO STEP 397 (remove_files) COMPLETE
53172024-10-09T22:09:44.908Z[ recovery-image] Oct 09 22:09:43.351 INFO O| Oct 09 22:09:43.351 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-09T22:09:44.926Z[ recovery-image] Oct 09 22:09:43.369 INFO O| Oct 09 22:09:43.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53192024-10-09T22:09:44.948Z[ recovery-image] Oct 09 22:09:43.390 INFO O| Oct 09 22:09:43.390 INFO STEP 398 (remove_files) COMPLETE
53202024-10-09T22:09:44.948Z[ recovery-image] Oct 09 22:09:43.390 INFO O| Oct 09 22:09:43.390 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-09T22:09:45.003Z[ recovery-image] Oct 09 22:09:43.446 INFO O| Oct 09 22:09:43.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53222024-10-09T22:09:45.004Z[ recovery-image] Oct 09 22:09:43.446 INFO O| Oct 09 22:09:43.446 INFO STEP 399 (remove_files) COMPLETE
53232024-10-09T22:09:45.004Z[ recovery-image] Oct 09 22:09:43.447 INFO O| Oct 09 22:09:43.446 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-09T22:09:45.063Z[ recovery-image] Oct 09 22:09:43.506 INFO O| Oct 09 22:09:43.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53252024-10-09T22:09:45.063Z[ recovery-image] Oct 09 22:09:43.506 INFO O| Oct 09 22:09:43.506 INFO STEP 400 (remove_files) COMPLETE
53262024-10-09T22:09:45.066Z[ recovery-image] Oct 09 22:09:43.506 INFO O| Oct 09 22:09:43.506 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-09T22:09:45.081Z[ recovery-image] Oct 09 22:09:43.524 INFO O| Oct 09 22:09:43.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53282024-10-09T22:09:45.082Z[ recovery-image] Oct 09 22:09:43.524 INFO O| Oct 09 22:09:43.524 INFO STEP 401 (remove_files) COMPLETE
53292024-10-09T22:09:45.082Z[ recovery-image] Oct 09 22:09:43.524 INFO O| Oct 09 22:09:43.524 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-09T22:09:45.098Z[ recovery-image] Oct 09 22:09:43.541 INFO O| Oct 09 22:09:43.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53312024-10-09T22:09:45.098Z[ recovery-image] Oct 09 22:09:43.541 INFO O| Oct 09 22:09:43.541 INFO STEP 402 (remove_files) COMPLETE
53322024-10-09T22:09:45.099Z[ recovery-image] Oct 09 22:09:43.541 INFO O| Oct 09 22:09:43.541 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-09T22:09:45.119Z[ recovery-image] Oct 09 22:09:43.562 INFO O| Oct 09 22:09:43.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53342024-10-09T22:09:45.121Z[ recovery-image] Oct 09 22:09:43.562 INFO O| Oct 09 22:09:43.562 INFO STEP 403 (remove_files) COMPLETE
53352024-10-09T22:09:45.121Z[ recovery-image] Oct 09 22:09:43.562 INFO O| Oct 09 22:09:43.562 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-09T22:09:45.139Z[ recovery-image] Oct 09 22:09:43.582 INFO O| Oct 09 22:09:43.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53372024-10-09T22:09:45.139Z[ recovery-image] Oct 09 22:09:43.582 INFO O| Oct 09 22:09:43.582 INFO STEP 404 (remove_files) COMPLETE
53382024-10-09T22:09:45.139Z[ recovery-image] Oct 09 22:09:43.582 INFO O| Oct 09 22:09:43.582 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-09T22:09:45.157Z[ recovery-image] Oct 09 22:09:43.599 INFO O| Oct 09 22:09:43.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53402024-10-09T22:09:45.157Z[ recovery-image] Oct 09 22:09:43.600 INFO O| Oct 09 22:09:43.600 INFO STEP 405 (remove_files) COMPLETE
53412024-10-09T22:09:45.157Z[ recovery-image] Oct 09 22:09:43.600 INFO O| Oct 09 22:09:43.600 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-10-09T22:09:45.183Z[ recovery-image] Oct 09 22:09:43.625 INFO O| Oct 09 22:09:43.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53432024-10-09T22:09:45.183Z[ recovery-image] Oct 09 22:09:43.625 INFO O| Oct 09 22:09:43.625 INFO STEP 406 (remove_files) COMPLETE
53442024-10-09T22:09:45.183Z[ recovery-image] Oct 09 22:09:43.625 INFO O| Oct 09 22:09:43.625 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-10-09T22:09:45.208Z[ recovery-image] Oct 09 22:09:43.651 INFO O| Oct 09 22:09:43.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53462024-10-09T22:09:45.208Z[ recovery-image] Oct 09 22:09:43.651 INFO O| Oct 09 22:09:43.651 INFO STEP 407 (remove_files) COMPLETE
53472024-10-09T22:09:45.208Z[ recovery-image] Oct 09 22:09:43.651 INFO O| Oct 09 22:09:43.651 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-10-09T22:09:45.226Z[ recovery-image] Oct 09 22:09:43.669 INFO O| Oct 09 22:09:43.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53492024-10-09T22:09:45.226Z[ recovery-image] Oct 09 22:09:43.669 INFO O| Oct 09 22:09:43.669 INFO STEP 408 (remove_files) COMPLETE
53502024-10-09T22:09:45.226Z[ recovery-image] Oct 09 22:09:43.669 INFO O| Oct 09 22:09:43.669 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-09T22:09:45.272Z[ recovery-image] Oct 09 22:09:43.715 INFO O| Oct 09 22:09:43.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53522024-10-09T22:09:45.272Z[ recovery-image] Oct 09 22:09:43.715 INFO O| Oct 09 22:09:43.715 INFO STEP 409 (remove_files) COMPLETE
53532024-10-09T22:09:45.274Z[ recovery-image] Oct 09 22:09:43.715 INFO O| Oct 09 22:09:43.715 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-09T22:09:45.292Z[ recovery-image] Oct 09 22:09:43.735 INFO O| Oct 09 22:09:43.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53552024-10-09T22:09:45.292Z[ recovery-image] Oct 09 22:09:43.735 INFO O| Oct 09 22:09:43.735 INFO STEP 410 (remove_files) COMPLETE
53562024-10-09T22:09:45.292Z[ recovery-image] Oct 09 22:09:43.735 INFO O| Oct 09 22:09:43.735 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-09T22:09:45.311Z[ recovery-image] Oct 09 22:09:43.753 INFO O| Oct 09 22:09:43.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53582024-10-09T22:09:45.311Z[ recovery-image] Oct 09 22:09:43.753 INFO O| Oct 09 22:09:43.753 INFO STEP 411 (remove_files) COMPLETE
53592024-10-09T22:09:45.311Z[ recovery-image] Oct 09 22:09:43.753 INFO O| Oct 09 22:09:43.753 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-09T22:09:45.329Z[ recovery-image] Oct 09 22:09:43.772 INFO O| Oct 09 22:09:43.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53612024-10-09T22:09:45.329Z[ recovery-image] Oct 09 22:09:43.772 INFO O| Oct 09 22:09:43.772 INFO STEP 412 (remove_files) COMPLETE
53622024-10-09T22:09:45.329Z[ recovery-image] Oct 09 22:09:43.772 INFO O| Oct 09 22:09:43.772 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-09T22:09:45.363Z[ recovery-image] Oct 09 22:09:43.806 INFO O| Oct 09 22:09:43.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53642024-10-09T22:09:45.363Z[ recovery-image] Oct 09 22:09:43.806 INFO O| Oct 09 22:09:43.806 INFO STEP 413 (remove_files) COMPLETE
53652024-10-09T22:09:45.366Z[ recovery-image] Oct 09 22:09:43.806 INFO O| Oct 09 22:09:43.806 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-09T22:09:45.399Z[ recovery-image] Oct 09 22:09:43.842 INFO O| Oct 09 22:09:43.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53672024-10-09T22:09:45.399Z[ recovery-image] Oct 09 22:09:43.842 INFO O| Oct 09 22:09:43.842 INFO STEP 414 (remove_files) COMPLETE
53682024-10-09T22:09:45.399Z[ recovery-image] Oct 09 22:09:43.842 INFO O| Oct 09 22:09:43.842 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-09T22:09:45.439Z[ recovery-image] Oct 09 22:09:43.881 INFO O| Oct 09 22:09:43.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53702024-10-09T22:09:45.439Z[ recovery-image] Oct 09 22:09:43.881 INFO O| Oct 09 22:09:43.881 INFO STEP 415 (remove_files) COMPLETE
53712024-10-09T22:09:45.439Z[ recovery-image] Oct 09 22:09:43.881 INFO O| Oct 09 22:09:43.881 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-09T22:09:45.480Z[ recovery-image] Oct 09 22:09:43.923 INFO O| Oct 09 22:09:43.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53732024-10-09T22:09:45.480Z[ recovery-image] Oct 09 22:09:43.923 INFO O| Oct 09 22:09:43.923 INFO STEP 416 (remove_files) COMPLETE
53742024-10-09T22:09:45.480Z[ recovery-image] Oct 09 22:09:43.923 INFO O| Oct 09 22:09:43.923 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-09T22:09:45.541Z[ recovery-image] Oct 09 22:09:43.985 INFO O| Oct 09 22:09:43.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53762024-10-09T22:09:45.544Z[ recovery-image] Oct 09 22:09:43.985 INFO O| Oct 09 22:09:43.985 INFO STEP 417 (remove_files) COMPLETE
53772024-10-09T22:09:45.544Z[ recovery-image] Oct 09 22:09:43.985 INFO O| Oct 09 22:09:43.985 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-09T22:09:45.559Z[ recovery-image] Oct 09 22:09:44.002 INFO O| Oct 09 22:09:44.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53792024-10-09T22:09:45.562Z[ recovery-image] Oct 09 22:09:44.003 INFO O| Oct 09 22:09:44.003 INFO STEP 418 (remove_files) COMPLETE
53802024-10-09T22:09:45.562Z[ recovery-image] Oct 09 22:09:44.003 INFO O| Oct 09 22:09:44.003 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-09T22:09:45.577Z[ recovery-image] Oct 09 22:09:44.020 INFO O| Oct 09 22:09:44.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53822024-10-09T22:09:45.579Z[ recovery-image] Oct 09 22:09:44.020 INFO O| Oct 09 22:09:44.020 INFO STEP 419 (remove_files) COMPLETE
53832024-10-09T22:09:45.579Z[ recovery-image] Oct 09 22:09:44.021 INFO O| Oct 09 22:09:44.020 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-09T22:09:45.612Z[ recovery-image] Oct 09 22:09:44.055 INFO O| Oct 09 22:09:44.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53852024-10-09T22:09:45.612Z[ recovery-image] Oct 09 22:09:44.055 INFO O| Oct 09 22:09:44.055 INFO STEP 420 (remove_files) COMPLETE
53862024-10-09T22:09:45.612Z[ recovery-image] Oct 09 22:09:44.056 INFO O| Oct 09 22:09:44.055 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-09T22:09:45.629Z[ recovery-image] Oct 09 22:09:44.072 INFO O| Oct 09 22:09:44.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53882024-10-09T22:09:45.629Z[ recovery-image] Oct 09 22:09:44.072 INFO O| Oct 09 22:09:44.072 INFO STEP 421 (remove_files) COMPLETE
53892024-10-09T22:09:45.633Z[ recovery-image] Oct 09 22:09:44.072 INFO O| Oct 09 22:09:44.072 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-09T22:09:45.646Z[ recovery-image] Oct 09 22:09:44.089 INFO O| Oct 09 22:09:44.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53912024-10-09T22:09:45.646Z[ recovery-image] Oct 09 22:09:44.089 INFO O| Oct 09 22:09:44.089 INFO STEP 422 (remove_files) COMPLETE
53922024-10-09T22:09:45.648Z[ recovery-image] Oct 09 22:09:44.089 INFO O| Oct 09 22:09:44.089 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-09T22:09:45.677Z[ recovery-image] Oct 09 22:09:44.120 INFO O| Oct 09 22:09:44.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53942024-10-09T22:09:45.680Z[ recovery-image] Oct 09 22:09:44.120 INFO O| Oct 09 22:09:44.120 INFO STEP 423 (remove_files) COMPLETE
53952024-10-09T22:09:45.680Z[ recovery-image] Oct 09 22:09:44.120 INFO O| Oct 09 22:09:44.120 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-09T22:09:45.696Z[ recovery-image] Oct 09 22:09:44.139 INFO O| Oct 09 22:09:44.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53972024-10-09T22:09:45.698Z[ recovery-image] Oct 09 22:09:44.139 INFO O| Oct 09 22:09:44.139 INFO STEP 424 (remove_files) COMPLETE
53982024-10-09T22:09:45.699Z[ recovery-image] Oct 09 22:09:44.139 INFO O| Oct 09 22:09:44.139 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-10-09T22:09:45.719Z[ recovery-image] Oct 09 22:09:44.162 INFO O| Oct 09 22:09:44.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54002024-10-09T22:09:45.722Z[ recovery-image] Oct 09 22:09:44.162 INFO O| Oct 09 22:09:44.162 INFO STEP 425 (remove_files) COMPLETE
54012024-10-09T22:09:45.722Z[ recovery-image] Oct 09 22:09:44.163 INFO O| Oct 09 22:09:44.163 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-10-09T22:09:45.740Z[ recovery-image] Oct 09 22:09:44.183 INFO O| Oct 09 22:09:44.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54032024-10-09T22:09:45.740Z[ recovery-image] Oct 09 22:09:44.183 INFO O| Oct 09 22:09:44.183 INFO STEP 426 (remove_files) COMPLETE
54042024-10-09T22:09:45.740Z[ recovery-image] Oct 09 22:09:44.183 INFO O| Oct 09 22:09:44.183 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-10-09T22:09:45.757Z[ recovery-image] Oct 09 22:09:44.200 INFO O| Oct 09 22:09:44.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54062024-10-09T22:09:45.757Z[ recovery-image] Oct 09 22:09:44.200 INFO O| Oct 09 22:09:44.200 INFO STEP 427 (remove_files) COMPLETE
54072024-10-09T22:09:45.760Z[ recovery-image] Oct 09 22:09:44.201 INFO O| Oct 09 22:09:44.200 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-10-09T22:09:45.775Z[ recovery-image] Oct 09 22:09:44.218 INFO O| Oct 09 22:09:44.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54092024-10-09T22:09:45.775Z[ recovery-image] Oct 09 22:09:44.218 INFO O| Oct 09 22:09:44.218 INFO STEP 428 (remove_files) COMPLETE
54102024-10-09T22:09:45.778Z[ recovery-image] Oct 09 22:09:44.218 INFO O| Oct 09 22:09:44.218 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-10-09T22:09:45.805Z[ recovery-image] Oct 09 22:09:44.248 INFO O| Oct 09 22:09:44.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54122024-10-09T22:09:45.805Z[ recovery-image] Oct 09 22:09:44.248 INFO O| Oct 09 22:09:44.248 INFO STEP 429 (remove_files) COMPLETE
54132024-10-09T22:09:45.805Z[ recovery-image] Oct 09 22:09:44.248 INFO O| Oct 09 22:09:44.248 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-10-09T22:09:45.837Z[ recovery-image] Oct 09 22:09:44.279 INFO O| Oct 09 22:09:44.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54152024-10-09T22:09:45.837Z[ recovery-image] Oct 09 22:09:44.279 INFO O| Oct 09 22:09:44.279 INFO STEP 430 (remove_files) COMPLETE
54162024-10-09T22:09:45.837Z[ recovery-image] Oct 09 22:09:44.279 INFO O| Oct 09 22:09:44.279 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-10-09T22:09:45.871Z[ recovery-image] Oct 09 22:09:44.314 INFO O| Oct 09 22:09:44.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54182024-10-09T22:09:45.871Z[ recovery-image] Oct 09 22:09:44.314 INFO O| Oct 09 22:09:44.314 INFO STEP 431 (remove_files) COMPLETE
54192024-10-09T22:09:45.871Z[ recovery-image] Oct 09 22:09:44.314 INFO O| Oct 09 22:09:44.314 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-10-09T22:09:45.894Z[ recovery-image] Oct 09 22:09:44.337 INFO O| Oct 09 22:09:44.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54212024-10-09T22:09:45.897Z[ recovery-image] Oct 09 22:09:44.337 INFO O| Oct 09 22:09:44.337 INFO STEP 432 (remove_files) COMPLETE
54222024-10-09T22:09:45.897Z[ recovery-image] Oct 09 22:09:44.337 INFO O| Oct 09 22:09:44.337 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-09T22:09:45.914Z[ recovery-image] Oct 09 22:09:44.357 INFO O| Oct 09 22:09:44.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54242024-10-09T22:09:45.914Z[ recovery-image] Oct 09 22:09:44.357 INFO O| Oct 09 22:09:44.357 INFO STEP 433 (remove_files) COMPLETE
54252024-10-09T22:09:45.914Z[ recovery-image] Oct 09 22:09:44.357 INFO O| Oct 09 22:09:44.357 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-09T22:09:45.931Z[ recovery-image] Oct 09 22:09:44.374 INFO O| Oct 09 22:09:44.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54272024-10-09T22:09:45.941Z[ recovery-image] Oct 09 22:09:44.383 INFO O| Oct 09 22:09:44.383 INFO STEP 434 (remove_files) COMPLETE
54282024-10-09T22:09:45.941Z[ recovery-image] Oct 09 22:09:44.383 INFO O| Oct 09 22:09:44.383 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-09T22:09:45.977Z[ recovery-image] Oct 09 22:09:44.420 INFO O| Oct 09 22:09:44.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54302024-10-09T22:09:45.977Z[ recovery-image] Oct 09 22:09:44.420 INFO O| Oct 09 22:09:44.420 INFO STEP 435 (remove_files) COMPLETE
54312024-10-09T22:09:45.977Z[ recovery-image] Oct 09 22:09:44.420 INFO O| Oct 09 22:09:44.420 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-09T22:09:45.995Z[ recovery-image] Oct 09 22:09:44.438 INFO O| Oct 09 22:09:44.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54332024-10-09T22:09:45.995Z[ recovery-image] Oct 09 22:09:44.438 INFO O| Oct 09 22:09:44.438 INFO STEP 436 (remove_files) COMPLETE
54342024-10-09T22:09:45.997Z[ recovery-image] Oct 09 22:09:44.438 INFO O| Oct 09 22:09:44.438 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-09T22:09:46.011Z[ recovery-image] Oct 09 22:09:44.454 INFO O| Oct 09 22:09:44.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54362024-10-09T22:09:46.011Z[ recovery-image] Oct 09 22:09:44.454 INFO O| Oct 09 22:09:44.454 INFO STEP 437 (remove_files) COMPLETE
54372024-10-09T22:09:46.011Z[ recovery-image] Oct 09 22:09:44.454 INFO O| Oct 09 22:09:44.454 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-09T22:09:46.034Z[ recovery-image] Oct 09 22:09:44.477 INFO O| Oct 09 22:09:44.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54392024-10-09T22:09:46.037Z[ recovery-image] Oct 09 22:09:44.477 INFO O| Oct 09 22:09:44.477 INFO STEP 438 (remove_files) COMPLETE
54402024-10-09T22:09:46.037Z[ recovery-image] Oct 09 22:09:44.478 INFO O| Oct 09 22:09:44.477 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-09T22:09:46.053Z[ recovery-image] Oct 09 22:09:44.496 INFO O| Oct 09 22:09:44.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54422024-10-09T22:09:46.053Z[ recovery-image] Oct 09 22:09:44.496 INFO O| Oct 09 22:09:44.496 INFO STEP 439 (remove_files) COMPLETE
54432024-10-09T22:09:46.053Z[ recovery-image] Oct 09 22:09:44.496 INFO O| Oct 09 22:09:44.496 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-09T22:09:46.071Z[ recovery-image] Oct 09 22:09:44.514 INFO O| Oct 09 22:09:44.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54452024-10-09T22:09:46.071Z[ recovery-image] Oct 09 22:09:44.514 INFO O| Oct 09 22:09:44.514 INFO STEP 440 (remove_files) COMPLETE
54462024-10-09T22:09:46.073Z[ recovery-image] Oct 09 22:09:44.514 INFO O| Oct 09 22:09:44.514 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-09T22:09:46.128Z[ recovery-image] Oct 09 22:09:44.571 INFO O| Oct 09 22:09:44.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54482024-10-09T22:09:46.128Z[ recovery-image] Oct 09 22:09:44.571 INFO O| Oct 09 22:09:44.571 INFO STEP 441 (remove_files) COMPLETE
54492024-10-09T22:09:46.128Z[ recovery-image] Oct 09 22:09:44.571 INFO O| Oct 09 22:09:44.571 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-09T22:09:46.172Z[ recovery-image] Oct 09 22:09:44.615 INFO O| Oct 09 22:09:44.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54512024-10-09T22:09:46.175Z[ recovery-image] Oct 09 22:09:44.615 INFO O| Oct 09 22:09:44.615 INFO STEP 442 (remove_files) COMPLETE
54522024-10-09T22:09:46.175Z[ recovery-image] Oct 09 22:09:44.615 INFO O| Oct 09 22:09:44.615 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-09T22:09:46.192Z[ recovery-image] Oct 09 22:09:44.634 INFO O| Oct 09 22:09:44.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54542024-10-09T22:09:46.192Z[ recovery-image] Oct 09 22:09:44.634 INFO O| Oct 09 22:09:44.634 INFO STEP 443 (remove_files) COMPLETE
54552024-10-09T22:09:46.192Z[ recovery-image] Oct 09 22:09:44.634 INFO O| Oct 09 22:09:44.634 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-09T22:09:46.212Z[ recovery-image] Oct 09 22:09:44.654 INFO O| Oct 09 22:09:44.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54572024-10-09T22:09:46.212Z[ recovery-image] Oct 09 22:09:44.654 INFO O| Oct 09 22:09:44.654 INFO STEP 444 (remove_files) COMPLETE
54582024-10-09T22:09:46.212Z[ recovery-image] Oct 09 22:09:44.654 INFO O| Oct 09 22:09:44.654 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-09T22:09:46.230Z[ host-image] Oct 09 22:09:44.673 INFO O| Oct 09 22:09:44.673 INFO O| Done
54602024-10-09T22:09:46.245Z[ recovery-image] Oct 09 22:09:44.688 INFO O| Oct 09 22:09:44.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54612024-10-09T22:09:46.245Z[ recovery-image] Oct 09 22:09:44.688 INFO O| Oct 09 22:09:44.688 INFO STEP 445 (remove_files) COMPLETE
54622024-10-09T22:09:46.248Z[ recovery-image] Oct 09 22:09:44.688 INFO O| Oct 09 22:09:44.688 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-10-09T22:09:46.269Z[ host-image] Oct 09 22:09:44.711 INFO O| Oct 09 22:09:44.711 INFO O| Done
54642024-10-09T22:09:46.271Z[ host-image] Oct 09 22:09:44.712 INFO O| Oct 09 22:09:44.712 INFO O| Done
54652024-10-09T22:09:46.293Z[ recovery-image] Oct 09 22:09:44.736 INFO O| Oct 09 22:09:44.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54662024-10-09T22:09:46.293Z[ recovery-image] Oct 09 22:09:44.736 INFO O| Oct 09 22:09:44.736 INFO STEP 446 (remove_files) COMPLETE
54672024-10-09T22:09:46.293Z[ recovery-image] Oct 09 22:09:44.736 INFO O| Oct 09 22:09:44.736 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-10-09T22:09:46.297Z[ host-image] Oct 09 22:09:44.738 INFO O| Oct 09 22:09:44.738 INFO O| Done
54692024-10-09T22:09:46.355Z[ recovery-image] Oct 09 22:09:44.798 INFO O| Oct 09 22:09:44.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54702024-10-09T22:09:46.355Z[ recovery-image] Oct 09 22:09:44.798 INFO O| Oct 09 22:09:44.798 INFO STEP 447 (remove_files) COMPLETE
54712024-10-09T22:09:46.358Z[ recovery-image] Oct 09 22:09:44.798 INFO O| Oct 09 22:09:44.798 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-10-09T22:09:46.374Z[ recovery-image] Oct 09 22:09:44.816 INFO O| Oct 09 22:09:44.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54732024-10-09T22:09:46.374Z[ recovery-image] Oct 09 22:09:44.816 INFO O| Oct 09 22:09:44.816 INFO STEP 448 (remove_files) COMPLETE
54742024-10-09T22:09:46.374Z[ recovery-image] Oct 09 22:09:44.816 INFO O| Oct 09 22:09:44.816 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-10-09T22:09:46.391Z[ recovery-image] Oct 09 22:09:44.834 INFO O| Oct 09 22:09:44.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54762024-10-09T22:09:46.392Z[ recovery-image] Oct 09 22:09:44.834 INFO O| Oct 09 22:09:44.834 INFO STEP 449 (remove_files) COMPLETE
54772024-10-09T22:09:46.392Z[ recovery-image] Oct 09 22:09:44.834 INFO O| Oct 09 22:09:44.834 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-10-09T22:09:46.410Z[ recovery-image] Oct 09 22:09:44.852 INFO O| Oct 09 22:09:44.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54792024-10-09T22:09:46.410Z[ recovery-image] Oct 09 22:09:44.852 INFO O| Oct 09 22:09:44.852 INFO STEP 450 (remove_files) COMPLETE
54802024-10-09T22:09:46.411Z[ recovery-image] Oct 09 22:09:44.852 INFO O| Oct 09 22:09:44.852 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-10-09T22:09:46.437Z[ recovery-image] Oct 09 22:09:44.879 INFO O| Oct 09 22:09:44.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54822024-10-09T22:09:46.437Z[ recovery-image] Oct 09 22:09:44.879 INFO O| Oct 09 22:09:44.879 INFO STEP 451 (remove_files) COMPLETE
54832024-10-09T22:09:46.437Z[ recovery-image] Oct 09 22:09:44.879 INFO O| Oct 09 22:09:44.879 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-10-09T22:09:46.454Z[ recovery-image] Oct 09 22:09:44.896 INFO O| Oct 09 22:09:44.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54852024-10-09T22:09:46.454Z[ recovery-image] Oct 09 22:09:44.896 INFO O| Oct 09 22:09:44.896 INFO STEP 452 (remove_files) COMPLETE
54862024-10-09T22:09:46.454Z[ recovery-image] Oct 09 22:09:44.897 INFO O| Oct 09 22:09:44.896 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-10-09T22:09:46.480Z[ host-image] Oct 09 22:09:44.923 INFO O| Oct 09 22:09:44.923 INFO STEP 12 (pkg_install) COMPLETE
54882024-10-09T22:09:46.480Z[ host-image] Oct 09 22:09:44.923 INFO O| Oct 09 22:09:44.923 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54892024-10-09T22:09:46.483Z[ recovery-image] Oct 09 22:09:44.924 INFO O| Oct 09 22:09:44.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54902024-10-09T22:09:46.484Z[ recovery-image] Oct 09 22:09:44.924 INFO O| Oct 09 22:09:44.924 INFO STEP 453 (remove_files) COMPLETE
54912024-10-09T22:09:46.484Z[ recovery-image] Oct 09 22:09:44.924 INFO O| Oct 09 22:09:44.924 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-09T22:09:46.497Z[ host-image] Oct 09 22:09:44.940 INFO O| Oct 09 22:09:44.940 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
54932024-10-09T22:09:46.594Z[ recovery-image] Oct 09 22:09:45.037 INFO O| Oct 09 22:09:45.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54942024-10-09T22:09:46.594Z[ recovery-image] Oct 09 22:09:45.037 INFO O| Oct 09 22:09:45.037 INFO STEP 454 (remove_files) COMPLETE
54952024-10-09T22:09:46.594Z[ recovery-image] Oct 09 22:09:45.037 INFO O| Oct 09 22:09:45.037 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-10-09T22:09:46.614Z[ recovery-image] Oct 09 22:09:45.057 INFO O| Oct 09 22:09:45.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54972024-10-09T22:09:46.614Z[ recovery-image] Oct 09 22:09:45.057 INFO O| Oct 09 22:09:45.057 INFO STEP 455 (remove_files) COMPLETE
54982024-10-09T22:09:46.614Z[ recovery-image] Oct 09 22:09:45.057 INFO O| Oct 09 22:09:45.057 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-10-09T22:09:46.631Z[ recovery-image] Oct 09 22:09:45.074 INFO O| Oct 09 22:09:45.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55002024-10-09T22:09:46.631Z[ recovery-image] Oct 09 22:09:45.074 INFO O| Oct 09 22:09:45.074 INFO STEP 456 (remove_files) COMPLETE
55012024-10-09T22:09:46.631Z[ recovery-image] Oct 09 22:09:45.074 INFO O| Oct 09 22:09:45.074 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-10-09T22:09:46.648Z[ recovery-image] Oct 09 22:09:45.091 INFO O| Oct 09 22:09:45.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55032024-10-09T22:09:46.648Z[ recovery-image] Oct 09 22:09:45.091 INFO O| Oct 09 22:09:45.091 INFO STEP 457 (remove_files) COMPLETE
55042024-10-09T22:09:46.648Z[ recovery-image] Oct 09 22:09:45.091 INFO O| Oct 09 22:09:45.091 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-10-09T22:09:46.665Z[ recovery-image] Oct 09 22:09:45.108 INFO O| Oct 09 22:09:45.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55062024-10-09T22:09:46.665Z[ recovery-image] Oct 09 22:09:45.108 INFO O| Oct 09 22:09:45.108 INFO STEP 458 (remove_files) COMPLETE
55072024-10-09T22:09:46.665Z[ recovery-image] Oct 09 22:09:45.108 INFO O| Oct 09 22:09:45.108 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-10-09T22:09:46.681Z[ recovery-image] Oct 09 22:09:45.124 INFO O| Oct 09 22:09:45.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55092024-10-09T22:09:46.681Z[ recovery-image] Oct 09 22:09:45.124 INFO O| Oct 09 22:09:45.124 INFO STEP 459 (remove_files) COMPLETE
55102024-10-09T22:09:46.681Z[ recovery-image] Oct 09 22:09:45.124 INFO O| Oct 09 22:09:45.124 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-10-09T22:09:46.736Z[ recovery-image] Oct 09 22:09:45.140 INFO O| Oct 09 22:09:45.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55122024-10-09T22:09:46.736Z[ recovery-image] Oct 09 22:09:45.140 INFO O| Oct 09 22:09:45.140 INFO STEP 460 (remove_files) COMPLETE
55132024-10-09T22:09:46.736Z[ recovery-image] Oct 09 22:09:45.140 INFO O| Oct 09 22:09:45.140 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-10-09T22:09:46.739Z[ recovery-image] Oct 09 22:09:45.156 INFO O| Oct 09 22:09:45.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55152024-10-09T22:09:46.739Z[ recovery-image] Oct 09 22:09:45.157 INFO O| Oct 09 22:09:45.156 INFO STEP 461 (remove_files) COMPLETE
55162024-10-09T22:09:46.740Z[ recovery-image] Oct 09 22:09:45.157 INFO O| Oct 09 22:09:45.156 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-10-09T22:09:46.740Z[ recovery-image] Oct 09 22:09:45.173 INFO O| Oct 09 22:09:45.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55182024-10-09T22:09:46.740Z[ recovery-image] Oct 09 22:09:45.173 INFO O| Oct 09 22:09:45.173 INFO STEP 462 (remove_files) COMPLETE
55192024-10-09T22:09:46.740Z[ recovery-image] Oct 09 22:09:45.173 INFO O| Oct 09 22:09:45.173 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-10-09T22:09:46.759Z[ recovery-image] Oct 09 22:09:45.201 INFO O| Oct 09 22:09:45.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55212024-10-09T22:09:46.759Z[ recovery-image] Oct 09 22:09:45.201 INFO O| Oct 09 22:09:45.201 INFO STEP 463 (remove_files) COMPLETE
55222024-10-09T22:09:46.759Z[ recovery-image] Oct 09 22:09:45.201 INFO O| Oct 09 22:09:45.201 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-10-09T22:09:46.814Z[ recovery-image] Oct 09 22:09:45.256 INFO O| Oct 09 22:09:45.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55242024-10-09T22:09:46.814Z[ recovery-image] Oct 09 22:09:45.256 INFO O| Oct 09 22:09:45.256 INFO STEP 464 (remove_files) COMPLETE
55252024-10-09T22:09:46.814Z[ recovery-image] Oct 09 22:09:45.256 INFO O| Oct 09 22:09:45.256 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-10-09T22:09:46.830Z[ recovery-image] Oct 09 22:09:45.272 INFO O| Oct 09 22:09:45.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55272024-10-09T22:09:46.830Z[ recovery-image] Oct 09 22:09:45.272 INFO O| Oct 09 22:09:45.272 INFO STEP 465 (remove_files) COMPLETE
55282024-10-09T22:09:46.830Z[ recovery-image] Oct 09 22:09:45.272 INFO O| Oct 09 22:09:45.272 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-10-09T22:09:46.845Z[ recovery-image] Oct 09 22:09:45.288 INFO O| Oct 09 22:09:45.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55302024-10-09T22:09:46.845Z[ recovery-image] Oct 09 22:09:45.288 INFO O| Oct 09 22:09:45.288 INFO STEP 466 (remove_files) COMPLETE
55312024-10-09T22:09:46.845Z[ recovery-image] Oct 09 22:09:45.288 INFO O| Oct 09 22:09:45.288 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-10-09T22:09:46.861Z[ recovery-image] Oct 09 22:09:45.304 INFO O| Oct 09 22:09:45.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55332024-10-09T22:09:46.861Z[ recovery-image] Oct 09 22:09:45.304 INFO O| Oct 09 22:09:45.304 INFO STEP 467 (remove_files) COMPLETE
55342024-10-09T22:09:46.861Z[ recovery-image] Oct 09 22:09:45.304 INFO O| Oct 09 22:09:45.304 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-10-09T22:09:46.877Z[ recovery-image] Oct 09 22:09:45.320 INFO O| Oct 09 22:09:45.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55362024-10-09T22:09:46.877Z[ recovery-image] Oct 09 22:09:45.320 INFO O| Oct 09 22:09:45.320 INFO STEP 468 (remove_files) COMPLETE
55372024-10-09T22:09:46.879Z[ recovery-image] Oct 09 22:09:45.320 INFO O| Oct 09 22:09:45.320 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-10-09T22:09:46.892Z[ recovery-image] Oct 09 22:09:45.335 INFO O| Oct 09 22:09:45.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55392024-10-09T22:09:46.892Z[ recovery-image] Oct 09 22:09:45.335 INFO O| Oct 09 22:09:45.335 INFO STEP 469 (remove_files) COMPLETE
55402024-10-09T22:09:46.892Z[ recovery-image] Oct 09 22:09:45.335 INFO O| Oct 09 22:09:45.335 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-10-09T22:09:46.907Z[ recovery-image] Oct 09 22:09:45.350 INFO O| Oct 09 22:09:45.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55422024-10-09T22:09:46.907Z[ recovery-image] Oct 09 22:09:45.350 INFO O| Oct 09 22:09:45.350 INFO STEP 470 (remove_files) COMPLETE
55432024-10-09T22:09:46.907Z[ recovery-image] Oct 09 22:09:45.350 INFO O| Oct 09 22:09:45.350 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-10-09T22:09:46.922Z[ recovery-image] Oct 09 22:09:45.365 INFO O| Oct 09 22:09:45.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55452024-10-09T22:09:46.922Z[ recovery-image] Oct 09 22:09:45.365 INFO O| Oct 09 22:09:45.365 INFO STEP 471 (remove_files) COMPLETE
55462024-10-09T22:09:46.922Z[ recovery-image] Oct 09 22:09:45.365 INFO O| Oct 09 22:09:45.365 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-10-09T22:09:46.938Z[ recovery-image] Oct 09 22:09:45.381 INFO O| Oct 09 22:09:45.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55482024-10-09T22:09:46.941Z[ recovery-image] Oct 09 22:09:45.381 INFO O| Oct 09 22:09:45.381 INFO STEP 472 (remove_files) COMPLETE
55492024-10-09T22:09:46.941Z[ recovery-image] Oct 09 22:09:45.381 INFO O| Oct 09 22:09:45.381 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-10-09T22:09:46.954Z[ recovery-image] Oct 09 22:09:45.397 INFO O| Oct 09 22:09:45.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55512024-10-09T22:09:46.957Z[ recovery-image] Oct 09 22:09:45.397 INFO O| Oct 09 22:09:45.397 INFO STEP 473 (remove_files) COMPLETE
55522024-10-09T22:09:46.957Z[ recovery-image] Oct 09 22:09:45.397 INFO O| Oct 09 22:09:45.397 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-10-09T22:09:46.971Z[ recovery-image] Oct 09 22:09:45.413 INFO O| Oct 09 22:09:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55542024-10-09T22:09:46.971Z[ recovery-image] Oct 09 22:09:45.413 INFO O| Oct 09 22:09:45.413 INFO STEP 474 (remove_files) COMPLETE
55552024-10-09T22:09:46.971Z[ recovery-image] Oct 09 22:09:45.413 INFO O| Oct 09 22:09:45.413 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-10-09T22:09:46.987Z[ recovery-image] Oct 09 22:09:45.430 INFO O| Oct 09 22:09:45.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55572024-10-09T22:09:46.987Z[ recovery-image] Oct 09 22:09:45.430 INFO O| Oct 09 22:09:45.430 INFO STEP 475 (remove_files) COMPLETE
55582024-10-09T22:09:46.989Z[ recovery-image] Oct 09 22:09:45.430 INFO O| Oct 09 22:09:45.430 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-10-09T22:09:47.029Z[ recovery-image] Oct 09 22:09:45.472 INFO O| Oct 09 22:09:45.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55602024-10-09T22:09:47.029Z[ recovery-image] Oct 09 22:09:45.472 INFO O| Oct 09 22:09:45.472 INFO STEP 476 (remove_files) COMPLETE
55612024-10-09T22:09:47.029Z[ recovery-image] Oct 09 22:09:45.472 INFO O| Oct 09 22:09:45.472 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-10-09T22:09:47.046Z[ recovery-image] Oct 09 22:09:45.489 INFO O| Oct 09 22:09:45.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55632024-10-09T22:09:47.046Z[ recovery-image] Oct 09 22:09:45.489 INFO O| Oct 09 22:09:45.489 INFO STEP 477 (remove_files) COMPLETE
55642024-10-09T22:09:47.046Z[ recovery-image] Oct 09 22:09:45.489 INFO O| Oct 09 22:09:45.489 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-10-09T22:09:47.063Z[ recovery-image] Oct 09 22:09:45.506 INFO O| Oct 09 22:09:45.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55662024-10-09T22:09:47.066Z[ recovery-image] Oct 09 22:09:45.506 INFO O| Oct 09 22:09:45.506 INFO STEP 478 (remove_files) COMPLETE
55672024-10-09T22:09:47.066Z[ recovery-image] Oct 09 22:09:45.506 INFO O| Oct 09 22:09:45.506 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-10-09T22:09:47.080Z[ recovery-image] Oct 09 22:09:45.523 INFO O| Oct 09 22:09:45.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55692024-10-09T22:09:47.083Z[ recovery-image] Oct 09 22:09:45.524 INFO O| Oct 09 22:09:45.524 INFO STEP 479 (remove_files) COMPLETE
55702024-10-09T22:09:47.083Z[ recovery-image] Oct 09 22:09:45.524 INFO O| Oct 09 22:09:45.524 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-10-09T22:09:47.098Z[ recovery-image] Oct 09 22:09:45.541 INFO O| Oct 09 22:09:45.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55722024-10-09T22:09:47.101Z[ recovery-image] Oct 09 22:09:45.542 INFO O| Oct 09 22:09:45.542 INFO STEP 480 (remove_files) COMPLETE
55732024-10-09T22:09:47.101Z[ recovery-image] Oct 09 22:09:45.542 INFO O| Oct 09 22:09:45.542 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-10-09T22:09:47.117Z[ recovery-image] Oct 09 22:09:45.560 INFO O| Oct 09 22:09:45.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55752024-10-09T22:09:47.117Z[ recovery-image] Oct 09 22:09:45.560 INFO O| Oct 09 22:09:45.560 INFO STEP 481 (remove_files) COMPLETE
55762024-10-09T22:09:47.117Z[ recovery-image] Oct 09 22:09:45.560 INFO O| Oct 09 22:09:45.560 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-09T22:09:47.136Z[ recovery-image] Oct 09 22:09:45.579 INFO O| Oct 09 22:09:45.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55782024-10-09T22:09:47.136Z[ recovery-image] Oct 09 22:09:45.579 INFO O| Oct 09 22:09:45.579 INFO STEP 482 (remove_files) COMPLETE
55792024-10-09T22:09:47.136Z[ recovery-image] Oct 09 22:09:45.579 INFO O| Oct 09 22:09:45.579 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-09T22:09:47.154Z[ recovery-image] Oct 09 22:09:45.597 INFO O| Oct 09 22:09:45.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55812024-10-09T22:09:47.157Z[ recovery-image] Oct 09 22:09:45.597 INFO O| Oct 09 22:09:45.597 INFO STEP 483 (remove_files) COMPLETE
55822024-10-09T22:09:47.157Z[ recovery-image] Oct 09 22:09:45.597 INFO O| Oct 09 22:09:45.597 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-09T22:09:47.171Z[ recovery-image] Oct 09 22:09:45.614 INFO O| Oct 09 22:09:45.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55842024-10-09T22:09:47.172Z[ recovery-image] Oct 09 22:09:45.614 INFO O| Oct 09 22:09:45.614 INFO STEP 484 (remove_files) COMPLETE
55852024-10-09T22:09:47.172Z[ recovery-image] Oct 09 22:09:45.614 INFO O| Oct 09 22:09:45.614 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-10-09T22:09:47.184Z[ recovery-image] Oct 09 22:09:45.627 INFO O| Oct 09 22:09:45.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55872024-10-09T22:09:47.184Z[ recovery-image] Oct 09 22:09:45.627 INFO O| Oct 09 22:09:45.627 INFO STEP 485 (remove_files) COMPLETE
55882024-10-09T22:09:47.184Z[ recovery-image] Oct 09 22:09:45.627 INFO O| Oct 09 22:09:45.627 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-10-09T22:09:47.197Z[ recovery-image] Oct 09 22:09:45.640 INFO O| Oct 09 22:09:45.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55902024-10-09T22:09:47.197Z[ recovery-image] Oct 09 22:09:45.640 INFO O| Oct 09 22:09:45.640 INFO STEP 486 (remove_files) COMPLETE
55912024-10-09T22:09:47.200Z[ recovery-image] Oct 09 22:09:45.640 INFO O| Oct 09 22:09:45.640 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-09T22:09:47.212Z[ recovery-image] Oct 09 22:09:45.655 INFO O| Oct 09 22:09:45.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55932024-10-09T22:09:47.212Z[ recovery-image] Oct 09 22:09:45.655 INFO O| Oct 09 22:09:45.655 INFO STEP 487 (remove_files) COMPLETE
55942024-10-09T22:09:47.215Z[ recovery-image] Oct 09 22:09:45.655 INFO O| Oct 09 22:09:45.655 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-10-09T22:09:47.224Z[ recovery-image] Oct 09 22:09:45.667 INFO O| Oct 09 22:09:45.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55962024-10-09T22:09:47.224Z[ recovery-image] Oct 09 22:09:45.667 INFO O| Oct 09 22:09:45.667 INFO STEP 488 (remove_files) COMPLETE
55972024-10-09T22:09:47.227Z[ recovery-image] Oct 09 22:09:45.667 INFO O| Oct 09 22:09:45.667 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-10-09T22:09:47.240Z[ recovery-image] Oct 09 22:09:45.683 INFO O| Oct 09 22:09:45.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55992024-10-09T22:09:47.242Z[ recovery-image] Oct 09 22:09:45.683 INFO O| Oct 09 22:09:45.683 INFO STEP 489 (remove_files) COMPLETE
56002024-10-09T22:09:47.242Z[ recovery-image] Oct 09 22:09:45.683 INFO O| Oct 09 22:09:45.683 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-10-09T22:09:47.257Z[ recovery-image] Oct 09 22:09:45.700 INFO O| Oct 09 22:09:45.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56022024-10-09T22:09:47.257Z[ recovery-image] Oct 09 22:09:45.700 INFO O| Oct 09 22:09:45.700 INFO STEP 490 (remove_files) COMPLETE
56032024-10-09T22:09:47.260Z[ recovery-image] Oct 09 22:09:45.700 INFO O| Oct 09 22:09:45.700 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-10-09T22:09:47.273Z[ recovery-image] Oct 09 22:09:45.716 INFO O| Oct 09 22:09:45.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56052024-10-09T22:09:47.273Z[ recovery-image] Oct 09 22:09:45.716 INFO O| Oct 09 22:09:45.716 INFO STEP 491 (remove_files) COMPLETE
56062024-10-09T22:09:47.276Z[ recovery-image] Oct 09 22:09:45.716 INFO O| Oct 09 22:09:45.716 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-10-09T22:09:47.283Z[ host-image] Oct 09 22:09:45.726 INFO O| Oct 09 22:09:45.726 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
56082024-10-09T22:09:47.290Z[ recovery-image] Oct 09 22:09:45.732 INFO O| Oct 09 22:09:45.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56092024-10-09T22:09:47.292Z[ recovery-image] Oct 09 22:09:45.733 INFO O| Oct 09 22:09:45.733 INFO STEP 492 (remove_files) COMPLETE
56102024-10-09T22:09:47.292Z[ recovery-image] Oct 09 22:09:45.733 INFO O| Oct 09 22:09:45.733 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-09T22:09:47.302Z[ recovery-image] Oct 09 22:09:45.745 INFO O| Oct 09 22:09:45.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56122024-10-09T22:09:47.302Z[ recovery-image] Oct 09 22:09:45.745 INFO O| Oct 09 22:09:45.745 INFO STEP 493 (remove_files) COMPLETE
56132024-10-09T22:09:47.305Z[ recovery-image] Oct 09 22:09:45.745 INFO O| Oct 09 22:09:45.745 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-09T22:09:47.320Z[ recovery-image] Oct 09 22:09:45.762 INFO O| Oct 09 22:09:45.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56152024-10-09T22:09:47.320Z[ recovery-image] Oct 09 22:09:45.762 INFO O| Oct 09 22:09:45.762 INFO STEP 494 (remove_files) COMPLETE
56162024-10-09T22:09:47.323Z[ recovery-image] Oct 09 22:09:45.762 INFO O| Oct 09 22:09:45.762 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-10-09T22:09:47.337Z[ recovery-image] Oct 09 22:09:45.778 INFO O| Oct 09 22:09:45.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56182024-10-09T22:09:47.337Z[ recovery-image] Oct 09 22:09:45.779 INFO O| Oct 09 22:09:45.779 INFO STEP 495 (remove_files) COMPLETE
56192024-10-09T22:09:47.341Z[ recovery-image] Oct 09 22:09:45.779 INFO O| Oct 09 22:09:45.779 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-09T22:09:47.352Z[ recovery-image] Oct 09 22:09:45.794 INFO O| Oct 09 22:09:45.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56212024-10-09T22:09:47.352Z[ recovery-image] Oct 09 22:09:45.795 INFO O| Oct 09 22:09:45.795 INFO STEP 496 (remove_files) COMPLETE
56222024-10-09T22:09:47.354Z[ recovery-image] Oct 09 22:09:45.795 INFO O| Oct 09 22:09:45.795 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-10-09T22:09:47.367Z[ recovery-image] Oct 09 22:09:45.810 INFO O| Oct 09 22:09:45.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56242024-10-09T22:09:47.370Z[ recovery-image] Oct 09 22:09:45.810 INFO O| Oct 09 22:09:45.810 INFO STEP 497 (remove_files) COMPLETE
56252024-10-09T22:09:47.370Z[ recovery-image] Oct 09 22:09:45.810 INFO O| Oct 09 22:09:45.810 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-09T22:09:47.383Z[ recovery-image] Oct 09 22:09:45.826 INFO O| Oct 09 22:09:45.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56272024-10-09T22:09:47.385Z[ recovery-image] Oct 09 22:09:45.826 INFO O| Oct 09 22:09:45.826 INFO STEP 498 (remove_files) COMPLETE
56282024-10-09T22:09:47.385Z[ recovery-image] Oct 09 22:09:45.826 INFO O| Oct 09 22:09:45.826 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-09T22:09:47.401Z[ recovery-image] Oct 09 22:09:45.843 INFO O| Oct 09 22:09:45.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56302024-10-09T22:09:47.401Z[ recovery-image] Oct 09 22:09:45.843 INFO O| Oct 09 22:09:45.843 INFO STEP 499 (remove_files) COMPLETE
56312024-10-09T22:09:47.403Z[ recovery-image] Oct 09 22:09:45.844 INFO O| Oct 09 22:09:45.843 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-09T22:09:47.420Z[ recovery-image] Oct 09 22:09:45.863 INFO O| Oct 09 22:09:45.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56332024-10-09T22:09:47.420Z[ recovery-image] Oct 09 22:09:45.863 INFO O| Oct 09 22:09:45.863 INFO STEP 500 (remove_files) COMPLETE
56342024-10-09T22:09:47.422Z[ recovery-image] Oct 09 22:09:45.863 INFO O| Oct 09 22:09:45.863 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-09T22:09:47.437Z[ recovery-image] Oct 09 22:09:45.880 INFO O| Oct 09 22:09:45.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56362024-10-09T22:09:47.437Z[ recovery-image] Oct 09 22:09:45.880 INFO O| Oct 09 22:09:45.880 INFO STEP 501 (remove_files) COMPLETE
56372024-10-09T22:09:47.439Z[ recovery-image] Oct 09 22:09:45.880 INFO O| Oct 09 22:09:45.880 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-09T22:09:47.454Z[ recovery-image] Oct 09 22:09:45.897 INFO O| Oct 09 22:09:45.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56392024-10-09T22:09:47.456Z[ recovery-image] Oct 09 22:09:45.897 INFO O| Oct 09 22:09:45.897 INFO STEP 502 (remove_files) COMPLETE
56402024-10-09T22:09:47.456Z[ recovery-image] Oct 09 22:09:45.897 INFO O| Oct 09 22:09:45.897 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-09T22:09:47.470Z[ recovery-image] Oct 09 22:09:45.913 INFO O| Oct 09 22:09:45.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56422024-10-09T22:09:47.470Z[ recovery-image] Oct 09 22:09:45.913 INFO O| Oct 09 22:09:45.913 INFO STEP 503 (remove_files) COMPLETE
56432024-10-09T22:09:47.472Z[ recovery-image] Oct 09 22:09:45.913 INFO O| Oct 09 22:09:45.913 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-09T22:09:47.486Z[ recovery-image] Oct 09 22:09:45.929 INFO O| Oct 09 22:09:45.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56452024-10-09T22:09:47.486Z[ recovery-image] Oct 09 22:09:45.929 INFO O| Oct 09 22:09:45.929 INFO STEP 504 (remove_files) COMPLETE
56462024-10-09T22:09:47.488Z[ recovery-image] Oct 09 22:09:45.929 INFO O| Oct 09 22:09:45.929 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-09T22:09:47.500Z[ recovery-image] Oct 09 22:09:45.943 INFO O| Oct 09 22:09:45.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56482024-10-09T22:09:47.500Z[ recovery-image] Oct 09 22:09:45.943 INFO O| Oct 09 22:09:45.943 INFO STEP 505 (remove_files) COMPLETE
56492024-10-09T22:09:47.502Z[ recovery-image] Oct 09 22:09:45.943 INFO O| Oct 09 22:09:45.943 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-09T22:09:47.513Z[ recovery-image] Oct 09 22:09:45.956 INFO O| Oct 09 22:09:45.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56512024-10-09T22:09:47.516Z[ recovery-image] Oct 09 22:09:45.957 INFO O| Oct 09 22:09:45.957 INFO STEP 506 (remove_files) COMPLETE
56522024-10-09T22:09:47.516Z[ recovery-image] Oct 09 22:09:45.957 INFO O| Oct 09 22:09:45.957 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-09T22:09:47.528Z[ recovery-image] Oct 09 22:09:45.971 INFO O| Oct 09 22:09:45.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56542024-10-09T22:09:47.529Z[ recovery-image] Oct 09 22:09:45.971 INFO O| Oct 09 22:09:45.971 INFO STEP 507 (remove_files) COMPLETE
56552024-10-09T22:09:47.531Z[ recovery-image] Oct 09 22:09:45.972 INFO O| Oct 09 22:09:45.971 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-09T22:09:47.546Z[ recovery-image] Oct 09 22:09:45.988 INFO O| Oct 09 22:09:45.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56572024-10-09T22:09:47.546Z[ recovery-image] Oct 09 22:09:45.988 INFO O| Oct 09 22:09:45.988 INFO STEP 508 (remove_files) COMPLETE
56582024-10-09T22:09:47.548Z[ recovery-image] Oct 09 22:09:45.988 INFO O| Oct 09 22:09:45.988 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-09T22:09:47.563Z[ recovery-image] Oct 09 22:09:46.006 INFO O| Oct 09 22:09:46.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56602024-10-09T22:09:47.566Z[ recovery-image] Oct 09 22:09:46.007 INFO O| Oct 09 22:09:46.006 INFO STEP 509 (remove_files) COMPLETE
56612024-10-09T22:09:47.566Z[ recovery-image] Oct 09 22:09:46.007 INFO O| Oct 09 22:09:46.007 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-09T22:09:47.581Z[ recovery-image] Oct 09 22:09:46.024 INFO O| Oct 09 22:09:46.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56632024-10-09T22:09:47.584Z[ recovery-image] Oct 09 22:09:46.024 INFO O| Oct 09 22:09:46.024 INFO STEP 510 (remove_files) COMPLETE
56642024-10-09T22:09:47.584Z[ recovery-image] Oct 09 22:09:46.024 INFO O| Oct 09 22:09:46.024 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-09T22:09:47.596Z[ recovery-image] Oct 09 22:09:46.039 INFO O| Oct 09 22:09:46.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56662024-10-09T22:09:47.599Z[ recovery-image] Oct 09 22:09:46.039 INFO O| Oct 09 22:09:46.039 INFO STEP 511 (remove_files) COMPLETE
56672024-10-09T22:09:47.599Z[ recovery-image] Oct 09 22:09:46.039 INFO O| Oct 09 22:09:46.039 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-09T22:09:47.608Z[ recovery-image] Oct 09 22:09:46.050 INFO O| Oct 09 22:09:46.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56692024-10-09T22:09:47.610Z[ recovery-image] Oct 09 22:09:46.051 INFO O| Oct 09 22:09:46.051 INFO STEP 512 (remove_files) COMPLETE
56702024-10-09T22:09:47.610Z[ recovery-image] Oct 09 22:09:46.051 INFO O| Oct 09 22:09:46.051 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-09T22:09:47.623Z[ recovery-image] Oct 09 22:09:46.066 INFO O| Oct 09 22:09:46.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56722024-10-09T22:09:47.623Z[ recovery-image] Oct 09 22:09:46.066 INFO O| Oct 09 22:09:46.066 INFO STEP 513 (remove_files) COMPLETE
56732024-10-09T22:09:47.623Z[ recovery-image] Oct 09 22:09:46.066 INFO O| Oct 09 22:09:46.066 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-09T22:09:47.637Z[ recovery-image] Oct 09 22:09:46.080 INFO O| Oct 09 22:09:46.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56752024-10-09T22:09:47.639Z[ recovery-image] Oct 09 22:09:46.080 INFO O| Oct 09 22:09:46.080 INFO STEP 514 (remove_files) COMPLETE
56762024-10-09T22:09:47.639Z[ recovery-image] Oct 09 22:09:46.080 INFO O| Oct 09 22:09:46.080 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-09T22:09:47.653Z[ recovery-image] Oct 09 22:09:46.096 INFO O| Oct 09 22:09:46.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56782024-10-09T22:09:47.653Z[ recovery-image] Oct 09 22:09:46.096 INFO O| Oct 09 22:09:46.096 INFO STEP 515 (remove_files) COMPLETE
56792024-10-09T22:09:47.655Z[ recovery-image] Oct 09 22:09:46.096 INFO O| Oct 09 22:09:46.096 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-10-09T22:09:47.669Z[ recovery-image] Oct 09 22:09:46.112 INFO O| Oct 09 22:09:46.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56812024-10-09T22:09:47.669Z[ recovery-image] Oct 09 22:09:46.112 INFO O| Oct 09 22:09:46.112 INFO STEP 516 (remove_files) COMPLETE
56822024-10-09T22:09:47.671Z[ recovery-image] Oct 09 22:09:46.112 INFO O| Oct 09 22:09:46.112 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-09T22:09:47.685Z[ recovery-image] Oct 09 22:09:46.128 INFO O| Oct 09 22:09:46.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56842024-10-09T22:09:47.685Z[ recovery-image] Oct 09 22:09:46.128 INFO O| Oct 09 22:09:46.128 INFO STEP 517 (remove_files) COMPLETE
56852024-10-09T22:09:47.688Z[ recovery-image] Oct 09 22:09:46.128 INFO O| Oct 09 22:09:46.128 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-09T22:09:47.702Z[ recovery-image] Oct 09 22:09:46.145 INFO O| Oct 09 22:09:46.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56872024-10-09T22:09:47.702Z[ recovery-image] Oct 09 22:09:46.145 INFO O| Oct 09 22:09:46.145 INFO STEP 518 (remove_files) COMPLETE
56882024-10-09T22:09:47.704Z[ recovery-image] Oct 09 22:09:46.145 INFO O| Oct 09 22:09:46.145 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-10-09T22:09:47.720Z[ recovery-image] Oct 09 22:09:46.163 INFO O| Oct 09 22:09:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56902024-10-09T22:09:47.720Z[ recovery-image] Oct 09 22:09:46.163 INFO O| Oct 09 22:09:46.163 INFO STEP 519 (remove_files) COMPLETE
56912024-10-09T22:09:47.722Z[ recovery-image] Oct 09 22:09:46.163 INFO O| Oct 09 22:09:46.163 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-10-09T22:09:47.737Z[ recovery-image] Oct 09 22:09:46.180 INFO O| Oct 09 22:09:46.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56932024-10-09T22:09:47.737Z[ recovery-image] Oct 09 22:09:46.180 INFO O| Oct 09 22:09:46.180 INFO STEP 520 (remove_files) COMPLETE
56942024-10-09T22:09:47.740Z[ recovery-image] Oct 09 22:09:46.180 INFO O| Oct 09 22:09:46.180 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-10-09T22:09:47.755Z[ recovery-image] Oct 09 22:09:46.198 INFO O| Oct 09 22:09:46.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56962024-10-09T22:09:47.758Z[ recovery-image] Oct 09 22:09:46.199 INFO O| Oct 09 22:09:46.199 INFO STEP 521 (remove_files) COMPLETE
56972024-10-09T22:09:47.758Z[ recovery-image] Oct 09 22:09:46.199 INFO O| Oct 09 22:09:46.199 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-09T22:09:47.774Z[ recovery-image] Oct 09 22:09:46.216 INFO O| Oct 09 22:09:46.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56992024-10-09T22:09:47.774Z[ recovery-image] Oct 09 22:09:46.217 INFO O| Oct 09 22:09:46.217 INFO STEP 522 (remove_files) COMPLETE
57002024-10-09T22:09:47.774Z[ recovery-image] Oct 09 22:09:46.217 INFO O| Oct 09 22:09:46.217 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-09T22:09:47.789Z[ recovery-image] Oct 09 22:09:46.232 INFO O| Oct 09 22:09:46.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57022024-10-09T22:09:47.789Z[ recovery-image] Oct 09 22:09:46.232 INFO O| Oct 09 22:09:46.232 INFO STEP 523 (remove_files) COMPLETE
57032024-10-09T22:09:47.789Z[ recovery-image] Oct 09 22:09:46.232 INFO O| Oct 09 22:09:46.232 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-09T22:09:47.802Z[ recovery-image] Oct 09 22:09:46.245 INFO O| Oct 09 22:09:46.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57052024-10-09T22:09:47.802Z[ recovery-image] Oct 09 22:09:46.245 INFO O| Oct 09 22:09:46.245 INFO STEP 524 (remove_files) COMPLETE
57062024-10-09T22:09:47.806Z[ recovery-image] Oct 09 22:09:46.245 INFO O| Oct 09 22:09:46.245 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-09T22:09:47.819Z[ recovery-image] Oct 09 22:09:46.262 INFO O| Oct 09 22:09:46.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57082024-10-09T22:09:47.819Z[ recovery-image] Oct 09 22:09:46.262 INFO O| Oct 09 22:09:46.262 INFO STEP 525 (remove_files) COMPLETE
57092024-10-09T22:09:47.819Z[ recovery-image] Oct 09 22:09:46.262 INFO O| Oct 09 22:09:46.262 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-09T22:09:47.834Z[ recovery-image] Oct 09 22:09:46.277 INFO O| Oct 09 22:09:46.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57112024-10-09T22:09:47.837Z[ recovery-image] Oct 09 22:09:46.277 INFO O| Oct 09 22:09:46.277 INFO STEP 526 (remove_files) COMPLETE
57122024-10-09T22:09:47.837Z[ recovery-image] Oct 09 22:09:46.277 INFO O| Oct 09 22:09:46.277 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-09T22:09:47.852Z[ recovery-image] Oct 09 22:09:46.294 INFO O| Oct 09 22:09:46.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57142024-10-09T22:09:47.852Z[ recovery-image] Oct 09 22:09:46.294 INFO O| Oct 09 22:09:46.294 INFO STEP 527 (remove_files) COMPLETE
57152024-10-09T22:09:47.854Z[ recovery-image] Oct 09 22:09:46.295 INFO O| Oct 09 22:09:46.294 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-09T22:09:47.866Z[ recovery-image] Oct 09 22:09:46.309 INFO O| Oct 09 22:09:46.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57172024-10-09T22:09:47.866Z[ recovery-image] Oct 09 22:09:46.309 INFO O| Oct 09 22:09:46.309 INFO STEP 528 (remove_files) COMPLETE
57182024-10-09T22:09:47.866Z[ recovery-image] Oct 09 22:09:46.309 INFO O| Oct 09 22:09:46.309 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-09T22:09:47.878Z[ recovery-image] Oct 09 22:09:46.321 INFO O| Oct 09 22:09:46.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57202024-10-09T22:09:47.881Z[ recovery-image] Oct 09 22:09:46.321 INFO O| Oct 09 22:09:46.321 INFO STEP 529 (remove_files) COMPLETE
57212024-10-09T22:09:47.881Z[ recovery-image] Oct 09 22:09:46.321 INFO O| Oct 09 22:09:46.321 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-09T22:09:47.890Z[ recovery-image] Oct 09 22:09:46.332 INFO O| Oct 09 22:09:46.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57232024-10-09T22:09:47.890Z[ recovery-image] Oct 09 22:09:46.333 INFO O| Oct 09 22:09:46.333 INFO STEP 530 (remove_files) COMPLETE
57242024-10-09T22:09:47.892Z[ recovery-image] Oct 09 22:09:46.333 INFO O| Oct 09 22:09:46.333 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-09T22:09:47.901Z[ recovery-image] Oct 09 22:09:46.344 INFO O| Oct 09 22:09:46.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57262024-10-09T22:09:47.901Z[ recovery-image] Oct 09 22:09:46.344 INFO O| Oct 09 22:09:46.344 INFO STEP 531 (remove_files) COMPLETE
57272024-10-09T22:09:47.903Z[ recovery-image] Oct 09 22:09:46.344 INFO O| Oct 09 22:09:46.344 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-09T22:09:47.917Z[ recovery-image] Oct 09 22:09:46.359 INFO O| Oct 09 22:09:46.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57292024-10-09T22:09:47.917Z[ recovery-image] Oct 09 22:09:46.360 INFO O| Oct 09 22:09:46.360 INFO STEP 532 (remove_files) COMPLETE
57302024-10-09T22:09:47.919Z[ recovery-image] Oct 09 22:09:46.360 INFO O| Oct 09 22:09:46.360 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-09T22:09:47.935Z[ recovery-image] Oct 09 22:09:46.378 INFO O| Oct 09 22:09:46.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57322024-10-09T22:09:47.935Z[ recovery-image] Oct 09 22:09:46.378 INFO O| Oct 09 22:09:46.378 INFO STEP 533 (remove_files) COMPLETE
57332024-10-09T22:09:47.935Z[ recovery-image] Oct 09 22:09:46.378 INFO O| Oct 09 22:09:46.378 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-09T22:09:47.954Z[ recovery-image] Oct 09 22:09:46.397 INFO O| Oct 09 22:09:46.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57352024-10-09T22:09:47.956Z[ recovery-image] Oct 09 22:09:46.397 INFO O| Oct 09 22:09:46.397 INFO STEP 534 (remove_files) COMPLETE
57362024-10-09T22:09:47.956Z[ recovery-image] Oct 09 22:09:46.397 INFO O| Oct 09 22:09:46.397 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-09T22:09:47.967Z[ recovery-image] Oct 09 22:09:46.410 INFO O| Oct 09 22:09:46.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57382024-10-09T22:09:47.967Z[ recovery-image] Oct 09 22:09:46.410 INFO O| Oct 09 22:09:46.410 INFO STEP 535 (remove_files) COMPLETE
57392024-10-09T22:09:47.969Z[ recovery-image] Oct 09 22:09:46.410 INFO O| Oct 09 22:09:46.410 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-09T22:09:47.981Z[ recovery-image] Oct 09 22:09:46.423 INFO O| Oct 09 22:09:46.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57412024-10-09T22:09:47.981Z[ recovery-image] Oct 09 22:09:46.424 INFO O| Oct 09 22:09:46.423 INFO STEP 536 (remove_files) COMPLETE
57422024-10-09T22:09:47.983Z[ recovery-image] Oct 09 22:09:46.424 INFO O| Oct 09 22:09:46.423 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-09T22:09:47.995Z[ recovery-image] Oct 09 22:09:46.438 INFO O| Oct 09 22:09:46.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57442024-10-09T22:09:47.995Z[ recovery-image] Oct 09 22:09:46.438 INFO O| Oct 09 22:09:46.438 INFO STEP 537 (remove_files) COMPLETE
57452024-10-09T22:09:47.995Z[ recovery-image] Oct 09 22:09:46.438 INFO O| Oct 09 22:09:46.438 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-09T22:09:48.008Z[ recovery-image] Oct 09 22:09:46.451 INFO O| Oct 09 22:09:46.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57472024-10-09T22:09:48.008Z[ recovery-image] Oct 09 22:09:46.451 INFO O| Oct 09 22:09:46.451 INFO STEP 538 (remove_files) COMPLETE
57482024-10-09T22:09:48.008Z[ recovery-image] Oct 09 22:09:46.451 INFO O| Oct 09 22:09:46.451 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-09T22:09:48.020Z[ recovery-image] Oct 09 22:09:46.463 INFO O| Oct 09 22:09:46.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57502024-10-09T22:09:48.020Z[ recovery-image] Oct 09 22:09:46.463 INFO O| Oct 09 22:09:46.463 INFO STEP 539 (remove_files) COMPLETE
57512024-10-09T22:09:48.020Z[ recovery-image] Oct 09 22:09:46.463 INFO O| Oct 09 22:09:46.463 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-09T22:09:48.032Z[ recovery-image] Oct 09 22:09:46.475 INFO O| Oct 09 22:09:46.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57532024-10-09T22:09:48.032Z[ recovery-image] Oct 09 22:09:46.475 INFO O| Oct 09 22:09:46.475 INFO STEP 540 (remove_files) COMPLETE
57542024-10-09T22:09:48.032Z[ recovery-image] Oct 09 22:09:46.475 INFO O| Oct 09 22:09:46.475 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-09T22:09:48.043Z[ recovery-image] Oct 09 22:09:46.485 INFO O| Oct 09 22:09:46.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57562024-10-09T22:09:48.043Z[ recovery-image] Oct 09 22:09:46.486 INFO O| Oct 09 22:09:46.485 INFO STEP 541 (remove_files) COMPLETE
57572024-10-09T22:09:48.045Z[ recovery-image] Oct 09 22:09:46.486 INFO O| Oct 09 22:09:46.485 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-09T22:09:48.053Z[ recovery-image] Oct 09 22:09:46.496 INFO O| Oct 09 22:09:46.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57592024-10-09T22:09:48.053Z[ recovery-image] Oct 09 22:09:46.496 INFO O| Oct 09 22:09:46.496 INFO STEP 542 (remove_files) COMPLETE
57602024-10-09T22:09:48.053Z[ recovery-image] Oct 09 22:09:46.496 INFO O| Oct 09 22:09:46.496 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-09T22:09:48.064Z[ recovery-image] Oct 09 22:09:46.507 INFO O| Oct 09 22:09:46.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57622024-10-09T22:09:48.064Z[ recovery-image] Oct 09 22:09:46.507 INFO O| Oct 09 22:09:46.507 INFO STEP 543 (remove_files) COMPLETE
57632024-10-09T22:09:48.066Z[ recovery-image] Oct 09 22:09:46.507 INFO O| Oct 09 22:09:46.507 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-09T22:09:48.074Z[ recovery-image] Oct 09 22:09:46.517 INFO O| Oct 09 22:09:46.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57652024-10-09T22:09:48.074Z[ recovery-image] Oct 09 22:09:46.517 INFO O| Oct 09 22:09:46.517 INFO STEP 544 (remove_files) COMPLETE
57662024-10-09T22:09:48.074Z[ recovery-image] Oct 09 22:09:46.517 INFO O| Oct 09 22:09:46.517 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-09T22:09:48.084Z[ recovery-image] Oct 09 22:09:46.527 INFO O| Oct 09 22:09:46.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57682024-10-09T22:09:48.086Z[ recovery-image] Oct 09 22:09:46.527 INFO O| Oct 09 22:09:46.527 INFO STEP 545 (remove_files) COMPLETE
57692024-10-09T22:09:48.086Z[ recovery-image] Oct 09 22:09:46.527 INFO O| Oct 09 22:09:46.527 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-09T22:09:48.094Z[ recovery-image] Oct 09 22:09:46.537 INFO O| Oct 09 22:09:46.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57712024-10-09T22:09:48.096Z[ recovery-image] Oct 09 22:09:46.537 INFO O| Oct 09 22:09:46.537 INFO STEP 546 (remove_files) COMPLETE
57722024-10-09T22:09:48.096Z[ recovery-image] Oct 09 22:09:46.537 INFO O| Oct 09 22:09:46.537 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-09T22:09:48.104Z[ recovery-image] Oct 09 22:09:46.547 INFO O| Oct 09 22:09:46.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57742024-10-09T22:09:48.107Z[ recovery-image] Oct 09 22:09:46.547 INFO O| Oct 09 22:09:46.547 INFO STEP 547 (remove_files) COMPLETE
57752024-10-09T22:09:48.107Z[ recovery-image] Oct 09 22:09:46.547 INFO O| Oct 09 22:09:46.547 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-09T22:09:48.115Z[ recovery-image] Oct 09 22:09:46.558 INFO O| Oct 09 22:09:46.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57772024-10-09T22:09:48.117Z[ recovery-image] Oct 09 22:09:46.558 INFO O| Oct 09 22:09:46.558 INFO STEP 548 (remove_files) COMPLETE
57782024-10-09T22:09:48.117Z[ recovery-image] Oct 09 22:09:46.558 INFO O| Oct 09 22:09:46.558 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-09T22:09:48.127Z[ recovery-image] Oct 09 22:09:46.569 INFO O| Oct 09 22:09:46.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57802024-10-09T22:09:48.127Z[ recovery-image] Oct 09 22:09:46.570 INFO O| Oct 09 22:09:46.570 INFO STEP 549 (remove_files) COMPLETE
57812024-10-09T22:09:48.129Z[ recovery-image] Oct 09 22:09:46.570 INFO O| Oct 09 22:09:46.570 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-09T22:09:48.138Z[ recovery-image] Oct 09 22:09:46.580 INFO O| Oct 09 22:09:46.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57832024-10-09T22:09:48.138Z[ recovery-image] Oct 09 22:09:46.580 INFO O| Oct 09 22:09:46.580 INFO STEP 550 (remove_files) COMPLETE
57842024-10-09T22:09:48.140Z[ recovery-image] Oct 09 22:09:46.580 INFO O| Oct 09 22:09:46.580 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-09T22:09:48.147Z[ recovery-image] Oct 09 22:09:46.590 INFO O| Oct 09 22:09:46.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57862024-10-09T22:09:48.147Z[ recovery-image] Oct 09 22:09:46.590 INFO O| Oct 09 22:09:46.590 INFO STEP 551 (remove_files) COMPLETE
57872024-10-09T22:09:48.147Z[ recovery-image] Oct 09 22:09:46.590 INFO O| Oct 09 22:09:46.590 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-09T22:09:48.157Z[ recovery-image] Oct 09 22:09:46.600 INFO O| Oct 09 22:09:46.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57892024-10-09T22:09:48.157Z[ recovery-image] Oct 09 22:09:46.600 INFO O| Oct 09 22:09:46.600 INFO STEP 552 (remove_files) COMPLETE
57902024-10-09T22:09:48.159Z[ recovery-image] Oct 09 22:09:46.600 INFO O| Oct 09 22:09:46.600 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-09T22:09:48.167Z[ recovery-image] Oct 09 22:09:46.610 INFO O| Oct 09 22:09:46.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57922024-10-09T22:09:48.169Z[ recovery-image] Oct 09 22:09:46.610 INFO O| Oct 09 22:09:46.610 INFO STEP 553 (remove_files) COMPLETE
57932024-10-09T22:09:48.169Z[ recovery-image] Oct 09 22:09:46.610 INFO O| Oct 09 22:09:46.610 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-09T22:09:48.177Z[ recovery-image] Oct 09 22:09:46.620 INFO O| Oct 09 22:09:46.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57952024-10-09T22:09:48.179Z[ recovery-image] Oct 09 22:09:46.620 INFO O| Oct 09 22:09:46.620 INFO STEP 554 (remove_files) COMPLETE
57962024-10-09T22:09:48.179Z[ recovery-image] Oct 09 22:09:46.620 INFO O| Oct 09 22:09:46.620 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-09T22:09:48.187Z[ recovery-image] Oct 09 22:09:46.630 INFO O| Oct 09 22:09:46.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57982024-10-09T22:09:48.190Z[ recovery-image] Oct 09 22:09:46.631 INFO O| Oct 09 22:09:46.631 INFO STEP 555 (remove_files) COMPLETE
57992024-10-09T22:09:48.190Z[ recovery-image] Oct 09 22:09:46.631 INFO O| Oct 09 22:09:46.631 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-09T22:09:48.198Z[ recovery-image] Oct 09 22:09:46.641 INFO O| Oct 09 22:09:46.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58012024-10-09T22:09:48.200Z[ recovery-image] Oct 09 22:09:46.641 INFO O| Oct 09 22:09:46.641 INFO STEP 556 (remove_files) COMPLETE
58022024-10-09T22:09:48.200Z[ recovery-image] Oct 09 22:09:46.642 INFO O| Oct 09 22:09:46.641 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-09T22:09:48.209Z[ recovery-image] Oct 09 22:09:46.652 INFO O| Oct 09 22:09:46.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58042024-10-09T22:09:48.211Z[ recovery-image] Oct 09 22:09:46.652 INFO O| Oct 09 22:09:46.652 INFO STEP 557 (remove_files) COMPLETE
58052024-10-09T22:09:48.211Z[ recovery-image] Oct 09 22:09:46.652 INFO O| Oct 09 22:09:46.652 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-09T22:09:48.221Z[ recovery-image] Oct 09 22:09:46.664 INFO O| Oct 09 22:09:46.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58072024-10-09T22:09:48.223Z[ recovery-image] Oct 09 22:09:46.664 INFO O| Oct 09 22:09:46.664 INFO STEP 558 (remove_files) COMPLETE
58082024-10-09T22:09:48.223Z[ recovery-image] Oct 09 22:09:46.664 INFO O| Oct 09 22:09:46.664 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-09T22:09:48.233Z[ recovery-image] Oct 09 22:09:46.676 INFO O| Oct 09 22:09:46.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58102024-10-09T22:09:48.233Z[ recovery-image] Oct 09 22:09:46.676 INFO O| Oct 09 22:09:46.676 INFO STEP 559 (remove_files) COMPLETE
58112024-10-09T22:09:48.233Z[ recovery-image] Oct 09 22:09:46.676 INFO O| Oct 09 22:09:46.676 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-09T22:09:48.246Z[ recovery-image] Oct 09 22:09:46.689 INFO O| Oct 09 22:09:46.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58132024-10-09T22:09:48.248Z[ recovery-image] Oct 09 22:09:46.689 INFO O| Oct 09 22:09:46.689 INFO STEP 560 (remove_files) COMPLETE
58142024-10-09T22:09:48.248Z[ recovery-image] Oct 09 22:09:46.689 INFO O| Oct 09 22:09:46.689 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-09T22:09:48.258Z[ recovery-image] Oct 09 22:09:46.701 INFO O| Oct 09 22:09:46.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58162024-10-09T22:09:48.258Z[ recovery-image] Oct 09 22:09:46.701 INFO O| Oct 09 22:09:46.701 INFO STEP 561 (remove_files) COMPLETE
58172024-10-09T22:09:48.258Z[ recovery-image] Oct 09 22:09:46.701 INFO O| Oct 09 22:09:46.701 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-09T22:09:48.270Z[ recovery-image] Oct 09 22:09:46.712 INFO O| Oct 09 22:09:46.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58192024-10-09T22:09:48.270Z[ recovery-image] Oct 09 22:09:46.712 INFO O| Oct 09 22:09:46.712 INFO STEP 562 (remove_files) COMPLETE
58202024-10-09T22:09:48.272Z[ recovery-image] Oct 09 22:09:46.712 INFO O| Oct 09 22:09:46.712 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-09T22:09:48.281Z[ recovery-image] Oct 09 22:09:46.724 INFO O| Oct 09 22:09:46.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58222024-10-09T22:09:48.281Z[ recovery-image] Oct 09 22:09:46.724 INFO O| Oct 09 22:09:46.724 INFO STEP 563 (remove_files) COMPLETE
58232024-10-09T22:09:48.281Z[ recovery-image] Oct 09 22:09:46.724 INFO O| Oct 09 22:09:46.724 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-09T22:09:48.292Z[ recovery-image] Oct 09 22:09:46.735 INFO O| Oct 09 22:09:46.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58252024-10-09T22:09:48.294Z[ recovery-image] Oct 09 22:09:46.735 INFO O| Oct 09 22:09:46.735 INFO STEP 564 (remove_files) COMPLETE
58262024-10-09T22:09:48.294Z[ recovery-image] Oct 09 22:09:46.735 INFO O| Oct 09 22:09:46.735 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-09T22:09:48.305Z[ recovery-image] Oct 09 22:09:46.748 INFO O| Oct 09 22:09:46.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58282024-10-09T22:09:48.307Z[ recovery-image] Oct 09 22:09:46.748 INFO O| Oct 09 22:09:46.748 INFO STEP 565 (remove_files) COMPLETE
58292024-10-09T22:09:48.307Z[ recovery-image] Oct 09 22:09:46.748 INFO O| Oct 09 22:09:46.748 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-09T22:09:48.317Z[ recovery-image] Oct 09 22:09:46.760 INFO O| Oct 09 22:09:46.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58312024-10-09T22:09:48.320Z[ recovery-image] Oct 09 22:09:46.760 INFO O| Oct 09 22:09:46.760 INFO STEP 566 (remove_files) COMPLETE
58322024-10-09T22:09:48.320Z[ recovery-image] Oct 09 22:09:46.760 INFO O| Oct 09 22:09:46.760 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-09T22:09:48.330Z[ recovery-image] Oct 09 22:09:46.773 INFO O| Oct 09 22:09:46.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58342024-10-09T22:09:48.332Z[ recovery-image] Oct 09 22:09:46.773 INFO O| Oct 09 22:09:46.773 INFO STEP 567 (remove_files) COMPLETE
58352024-10-09T22:09:48.332Z[ recovery-image] Oct 09 22:09:46.773 INFO O| Oct 09 22:09:46.773 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-09T22:09:48.343Z[ recovery-image] Oct 09 22:09:46.785 INFO O| Oct 09 22:09:46.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58372024-10-09T22:09:48.345Z[ recovery-image] Oct 09 22:09:46.785 INFO O| Oct 09 22:09:46.785 INFO STEP 568 (remove_files) COMPLETE
58382024-10-09T22:09:48.345Z[ recovery-image] Oct 09 22:09:46.785 INFO O| Oct 09 22:09:46.785 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-09T22:09:48.354Z[ recovery-image] Oct 09 22:09:46.797 INFO O| Oct 09 22:09:46.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58402024-10-09T22:09:48.356Z[ recovery-image] Oct 09 22:09:46.797 INFO O| Oct 09 22:09:46.797 INFO STEP 569 (remove_files) COMPLETE
58412024-10-09T22:09:48.356Z[ recovery-image] Oct 09 22:09:46.797 INFO O| Oct 09 22:09:46.797 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-09T22:09:48.366Z[ recovery-image] Oct 09 22:09:46.809 INFO O| Oct 09 22:09:46.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58432024-10-09T22:09:48.366Z[ recovery-image] Oct 09 22:09:46.809 INFO O| Oct 09 22:09:46.809 INFO STEP 570 (remove_files) COMPLETE
58442024-10-09T22:09:48.366Z[ recovery-image] Oct 09 22:09:46.809 INFO O| Oct 09 22:09:46.809 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-09T22:09:48.378Z[ recovery-image] Oct 09 22:09:46.821 INFO O| Oct 09 22:09:46.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58462024-10-09T22:09:48.378Z[ recovery-image] Oct 09 22:09:46.821 INFO O| Oct 09 22:09:46.821 INFO STEP 571 (remove_files) COMPLETE
58472024-10-09T22:09:48.380Z[ recovery-image] Oct 09 22:09:46.821 INFO O| Oct 09 22:09:46.821 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-09T22:09:48.390Z[ recovery-image] Oct 09 22:09:46.833 INFO O| Oct 09 22:09:46.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58492024-10-09T22:09:48.393Z[ recovery-image] Oct 09 22:09:46.833 INFO O| Oct 09 22:09:46.833 INFO STEP 572 (remove_files) COMPLETE
58502024-10-09T22:09:48.393Z[ recovery-image] Oct 09 22:09:46.833 INFO O| Oct 09 22:09:46.833 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-09T22:09:48.402Z[ recovery-image] Oct 09 22:09:46.845 INFO O| Oct 09 22:09:46.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58522024-10-09T22:09:48.405Z[ recovery-image] Oct 09 22:09:46.845 INFO O| Oct 09 22:09:46.845 INFO STEP 573 (remove_files) COMPLETE
58532024-10-09T22:09:48.405Z[ recovery-image] Oct 09 22:09:46.845 INFO O| Oct 09 22:09:46.845 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-09T22:09:48.413Z[ recovery-image] Oct 09 22:09:46.856 INFO O| Oct 09 22:09:46.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58552024-10-09T22:09:48.415Z[ recovery-image] Oct 09 22:09:46.856 INFO O| Oct 09 22:09:46.856 INFO STEP 574 (remove_files) COMPLETE
58562024-10-09T22:09:48.415Z[ recovery-image] Oct 09 22:09:46.856 INFO O| Oct 09 22:09:46.856 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-09T22:09:48.425Z[ recovery-image] Oct 09 22:09:46.867 INFO O| Oct 09 22:09:46.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58582024-10-09T22:09:48.427Z[ recovery-image] Oct 09 22:09:46.868 INFO O| Oct 09 22:09:46.867 INFO STEP 575 (remove_files) COMPLETE
58592024-10-09T22:09:48.427Z[ recovery-image] Oct 09 22:09:46.868 INFO O| Oct 09 22:09:46.868 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-09T22:09:48.435Z[ recovery-image] Oct 09 22:09:46.878 INFO O| Oct 09 22:09:46.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58612024-10-09T22:09:48.435Z[ recovery-image] Oct 09 22:09:46.878 INFO O| Oct 09 22:09:46.878 INFO STEP 576 (remove_files) COMPLETE
58622024-10-09T22:09:48.435Z[ recovery-image] Oct 09 22:09:46.878 INFO O| Oct 09 22:09:46.878 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-09T22:09:48.445Z[ recovery-image] Oct 09 22:09:46.888 INFO O| Oct 09 22:09:46.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58642024-10-09T22:09:48.448Z[ recovery-image] Oct 09 22:09:46.888 INFO O| Oct 09 22:09:46.888 INFO STEP 577 (remove_files) COMPLETE
58652024-10-09T22:09:48.448Z[ recovery-image] Oct 09 22:09:46.888 INFO O| Oct 09 22:09:46.888 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-09T22:09:48.455Z[ recovery-image] Oct 09 22:09:46.898 INFO O| Oct 09 22:09:46.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58672024-10-09T22:09:48.456Z[ recovery-image] Oct 09 22:09:46.898 INFO O| Oct 09 22:09:46.898 INFO STEP 578 (remove_files) COMPLETE
58682024-10-09T22:09:48.458Z[ recovery-image] Oct 09 22:09:46.898 INFO O| Oct 09 22:09:46.898 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-09T22:09:48.466Z[ recovery-image] Oct 09 22:09:46.909 INFO O| Oct 09 22:09:46.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58702024-10-09T22:09:48.467Z[ recovery-image] Oct 09 22:09:46.909 INFO O| Oct 09 22:09:46.909 INFO STEP 579 (remove_files) COMPLETE
58712024-10-09T22:09:48.469Z[ recovery-image] Oct 09 22:09:46.910 INFO O| Oct 09 22:09:46.909 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-09T22:09:48.479Z[ recovery-image] Oct 09 22:09:46.922 INFO O| Oct 09 22:09:46.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58732024-10-09T22:09:48.479Z[ recovery-image] Oct 09 22:09:46.922 INFO O| Oct 09 22:09:46.922 INFO STEP 580 (remove_files) COMPLETE
58742024-10-09T22:09:48.482Z[ recovery-image] Oct 09 22:09:46.922 INFO O| Oct 09 22:09:46.922 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-09T22:09:48.493Z[ recovery-image] Oct 09 22:09:46.936 INFO O| Oct 09 22:09:46.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58762024-10-09T22:09:48.493Z[ recovery-image] Oct 09 22:09:46.936 INFO O| Oct 09 22:09:46.936 INFO STEP 581 (remove_files) COMPLETE
58772024-10-09T22:09:48.496Z[ recovery-image] Oct 09 22:09:46.936 INFO O| Oct 09 22:09:46.936 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-09T22:09:48.505Z[ recovery-image] Oct 09 22:09:46.948 INFO O| Oct 09 22:09:46.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58792024-10-09T22:09:48.505Z[ recovery-image] Oct 09 22:09:46.948 INFO O| Oct 09 22:09:46.948 INFO STEP 582 (remove_files) COMPLETE
58802024-10-09T22:09:48.507Z[ recovery-image] Oct 09 22:09:46.948 INFO O| Oct 09 22:09:46.948 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-09T22:09:48.515Z[ recovery-image] Oct 09 22:09:46.958 INFO O| Oct 09 22:09:46.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58822024-10-09T22:09:48.516Z[ recovery-image] Oct 09 22:09:46.958 INFO O| Oct 09 22:09:46.958 INFO STEP 583 (remove_files) COMPLETE
58832024-10-09T22:09:48.518Z[ recovery-image] Oct 09 22:09:46.958 INFO O| Oct 09 22:09:46.958 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-09T22:09:48.526Z[ recovery-image] Oct 09 22:09:46.969 INFO O| Oct 09 22:09:46.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58852024-10-09T22:09:48.526Z[ recovery-image] Oct 09 22:09:46.969 INFO O| Oct 09 22:09:46.969 INFO STEP 584 (remove_files) COMPLETE
58862024-10-09T22:09:48.528Z[ recovery-image] Oct 09 22:09:46.969 INFO O| Oct 09 22:09:46.969 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-09T22:09:48.536Z[ recovery-image] Oct 09 22:09:46.979 INFO O| Oct 09 22:09:46.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58882024-10-09T22:09:48.538Z[ recovery-image] Oct 09 22:09:46.979 INFO O| Oct 09 22:09:46.979 INFO STEP 585 (remove_files) COMPLETE
58892024-10-09T22:09:48.538Z[ recovery-image] Oct 09 22:09:46.979 INFO O| Oct 09 22:09:46.979 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-09T22:09:48.546Z[ recovery-image] Oct 09 22:09:46.989 INFO O| Oct 09 22:09:46.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58912024-10-09T22:09:48.546Z[ recovery-image] Oct 09 22:09:46.989 INFO O| Oct 09 22:09:46.989 INFO STEP 586 (remove_files) COMPLETE
58922024-10-09T22:09:48.548Z[ recovery-image] Oct 09 22:09:46.989 INFO O| Oct 09 22:09:46.989 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-09T22:09:48.556Z[ recovery-image] Oct 09 22:09:46.999 INFO O| Oct 09 22:09:46.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58942024-10-09T22:09:48.557Z[ recovery-image] Oct 09 22:09:46.999 INFO O| Oct 09 22:09:46.999 INFO STEP 587 (remove_files) COMPLETE
58952024-10-09T22:09:48.557Z[ recovery-image] Oct 09 22:09:46.999 INFO O| Oct 09 22:09:46.999 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-09T22:09:48.568Z[ recovery-image] Oct 09 22:09:47.011 INFO O| Oct 09 22:09:47.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58972024-10-09T22:09:48.568Z[ recovery-image] Oct 09 22:09:47.011 INFO O| Oct 09 22:09:47.011 INFO STEP 588 (remove_files) COMPLETE
58982024-10-09T22:09:48.570Z[ recovery-image] Oct 09 22:09:47.011 INFO O| Oct 09 22:09:47.011 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-09T22:09:48.580Z[ recovery-image] Oct 09 22:09:47.023 INFO O| Oct 09 22:09:47.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59002024-10-09T22:09:48.580Z[ recovery-image] Oct 09 22:09:47.023 INFO O| Oct 09 22:09:47.023 INFO STEP 589 (remove_files) COMPLETE
59012024-10-09T22:09:48.580Z[ recovery-image] Oct 09 22:09:47.023 INFO O| Oct 09 22:09:47.023 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-10-09T22:09:48.591Z[ recovery-image] Oct 09 22:09:47.033 INFO O| Oct 09 22:09:47.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59032024-10-09T22:09:48.591Z[ recovery-image] Oct 09 22:09:47.034 INFO O| Oct 09 22:09:47.034 INFO STEP 590 (remove_files) COMPLETE
59042024-10-09T22:09:48.591Z[ recovery-image] Oct 09 22:09:47.034 INFO O| Oct 09 22:09:47.034 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-09T22:09:48.601Z[ recovery-image] Oct 09 22:09:47.044 INFO O| Oct 09 22:09:47.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59062024-10-09T22:09:48.601Z[ recovery-image] Oct 09 22:09:47.044 INFO O| Oct 09 22:09:47.044 INFO STEP 591 (remove_files) COMPLETE
59072024-10-09T22:09:48.604Z[ recovery-image] Oct 09 22:09:47.044 INFO O| Oct 09 22:09:47.044 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-09T22:09:48.612Z[ recovery-image] Oct 09 22:09:47.055 INFO O| Oct 09 22:09:47.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59092024-10-09T22:09:48.612Z[ recovery-image] Oct 09 22:09:47.055 INFO O| Oct 09 22:09:47.055 INFO STEP 592 (remove_files) COMPLETE
59102024-10-09T22:09:48.612Z[ recovery-image] Oct 09 22:09:47.055 INFO O| Oct 09 22:09:47.055 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-09T22:09:48.626Z[ recovery-image] Oct 09 22:09:47.069 INFO O| Oct 09 22:09:47.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59122024-10-09T22:09:48.626Z[ recovery-image] Oct 09 22:09:47.069 INFO O| Oct 09 22:09:47.069 INFO STEP 593 (remove_files) COMPLETE
59132024-10-09T22:09:48.629Z[ recovery-image] Oct 09 22:09:47.069 INFO O| Oct 09 22:09:47.069 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-09T22:09:48.639Z[ recovery-image] Oct 09 22:09:47.081 INFO O| Oct 09 22:09:47.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59152024-10-09T22:09:48.639Z[ recovery-image] Oct 09 22:09:47.081 INFO O| Oct 09 22:09:47.081 INFO STEP 594 (remove_files) COMPLETE
59162024-10-09T22:09:48.639Z[ recovery-image] Oct 09 22:09:47.081 INFO O| Oct 09 22:09:47.081 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-10-09T22:09:48.651Z[ recovery-image] Oct 09 22:09:47.094 INFO O| Oct 09 22:09:47.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59182024-10-09T22:09:48.652Z[ recovery-image] Oct 09 22:09:47.094 INFO O| Oct 09 22:09:47.094 INFO STEP 595 (remove_files) COMPLETE
59192024-10-09T22:09:48.652Z[ recovery-image] Oct 09 22:09:47.094 INFO O| Oct 09 22:09:47.094 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-09T22:09:48.663Z[ recovery-image] Oct 09 22:09:47.106 INFO O| Oct 09 22:09:47.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59212024-10-09T22:09:48.663Z[ recovery-image] Oct 09 22:09:47.106 INFO O| Oct 09 22:09:47.106 INFO STEP 596 (remove_files) COMPLETE
59222024-10-09T22:09:48.663Z[ recovery-image] Oct 09 22:09:47.106 INFO O| Oct 09 22:09:47.106 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-09T22:09:48.675Z[ recovery-image] Oct 09 22:09:47.118 INFO O| Oct 09 22:09:47.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59242024-10-09T22:09:48.678Z[ recovery-image] Oct 09 22:09:47.118 INFO O| Oct 09 22:09:47.118 INFO STEP 597 (remove_files) COMPLETE
59252024-10-09T22:09:48.678Z[ recovery-image] Oct 09 22:09:47.118 INFO O| Oct 09 22:09:47.118 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-09T22:09:48.687Z[ recovery-image] Oct 09 22:09:47.130 INFO O| Oct 09 22:09:47.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59272024-10-09T22:09:48.687Z[ recovery-image] Oct 09 22:09:47.130 INFO O| Oct 09 22:09:47.130 INFO STEP 598 (remove_files) COMPLETE
59282024-10-09T22:09:48.688Z[ recovery-image] Oct 09 22:09:47.130 INFO O| Oct 09 22:09:47.130 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-09T22:09:48.702Z[ recovery-image] Oct 09 22:09:47.144 INFO O| Oct 09 22:09:47.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59302024-10-09T22:09:48.702Z[ recovery-image] Oct 09 22:09:47.144 INFO O| Oct 09 22:09:47.144 INFO STEP 599 (remove_files) COMPLETE
59312024-10-09T22:09:48.702Z[ recovery-image] Oct 09 22:09:47.144 INFO O| Oct 09 22:09:47.144 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-09T22:09:48.715Z[ recovery-image] Oct 09 22:09:47.157 INFO O| Oct 09 22:09:47.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59332024-10-09T22:09:48.715Z[ recovery-image] Oct 09 22:09:47.158 INFO O| Oct 09 22:09:47.157 INFO STEP 600 (remove_files) COMPLETE
59342024-10-09T22:09:48.717Z[ recovery-image] Oct 09 22:09:47.158 INFO O| Oct 09 22:09:47.157 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-09T22:09:48.726Z[ recovery-image] Oct 09 22:09:47.169 INFO O| Oct 09 22:09:47.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59362024-10-09T22:09:48.729Z[ recovery-image] Oct 09 22:09:47.169 INFO O| Oct 09 22:09:47.169 INFO STEP 601 (remove_files) COMPLETE
59372024-10-09T22:09:48.729Z[ recovery-image] Oct 09 22:09:47.169 INFO O| Oct 09 22:09:47.169 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-09T22:09:48.738Z[ recovery-image] Oct 09 22:09:47.180 INFO O| Oct 09 22:09:47.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59392024-10-09T22:09:48.740Z[ recovery-image] Oct 09 22:09:47.181 INFO O| Oct 09 22:09:47.180 INFO STEP 602 (remove_files) COMPLETE
59402024-10-09T22:09:48.740Z[ recovery-image] Oct 09 22:09:47.181 INFO O| Oct 09 22:09:47.180 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-09T22:09:48.751Z[ recovery-image] Oct 09 22:09:47.194 INFO O| Oct 09 22:09:47.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59422024-10-09T22:09:48.753Z[ recovery-image] Oct 09 22:09:47.194 INFO O| Oct 09 22:09:47.194 INFO STEP 603 (remove_files) COMPLETE
59432024-10-09T22:09:48.753Z[ recovery-image] Oct 09 22:09:47.194 INFO O| Oct 09 22:09:47.194 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-09T22:09:48.761Z[ recovery-image] Oct 09 22:09:47.204 INFO O| Oct 09 22:09:47.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59452024-10-09T22:09:48.764Z[ recovery-image] Oct 09 22:09:47.205 INFO O| Oct 09 22:09:47.205 INFO STEP 604 (remove_files) COMPLETE
59462024-10-09T22:09:48.764Z[ recovery-image] Oct 09 22:09:47.205 INFO O| Oct 09 22:09:47.205 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-09T22:09:48.772Z[ recovery-image] Oct 09 22:09:47.215 INFO O| Oct 09 22:09:47.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59482024-10-09T22:09:48.773Z[ recovery-image] Oct 09 22:09:47.215 INFO O| Oct 09 22:09:47.215 INFO STEP 605 (remove_files) COMPLETE
59492024-10-09T22:09:48.773Z[ recovery-image] Oct 09 22:09:47.215 INFO O| Oct 09 22:09:47.215 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-09T22:09:48.783Z[ recovery-image] Oct 09 22:09:47.226 INFO O| Oct 09 22:09:47.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59512024-10-09T22:09:48.783Z[ recovery-image] Oct 09 22:09:47.226 INFO O| Oct 09 22:09:47.226 INFO STEP 606 (remove_files) COMPLETE
59522024-10-09T22:09:48.786Z[ recovery-image] Oct 09 22:09:47.226 INFO O| Oct 09 22:09:47.226 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-09T22:09:48.793Z[ recovery-image] Oct 09 22:09:47.236 INFO O| Oct 09 22:09:47.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59542024-10-09T22:09:48.796Z[ recovery-image] Oct 09 22:09:47.236 INFO O| Oct 09 22:09:47.236 INFO STEP 607 (remove_files) COMPLETE
59552024-10-09T22:09:48.796Z[ recovery-image] Oct 09 22:09:47.236 INFO O| Oct 09 22:09:47.236 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-09T22:09:48.803Z[ recovery-image] Oct 09 22:09:47.246 INFO O| Oct 09 22:09:47.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59572024-10-09T22:09:48.806Z[ recovery-image] Oct 09 22:09:47.246 INFO O| Oct 09 22:09:47.246 INFO STEP 608 (remove_files) COMPLETE
59582024-10-09T22:09:48.806Z[ recovery-image] Oct 09 22:09:47.246 INFO O| Oct 09 22:09:47.246 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-09T22:09:48.815Z[ recovery-image] Oct 09 22:09:47.258 INFO O| Oct 09 22:09:47.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59602024-10-09T22:09:48.815Z[ recovery-image] Oct 09 22:09:47.258 INFO O| Oct 09 22:09:47.258 INFO STEP 609 (remove_files) COMPLETE
59612024-10-09T22:09:48.817Z[ recovery-image] Oct 09 22:09:47.258 INFO O| Oct 09 22:09:47.258 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-09T22:09:48.827Z[ recovery-image] Oct 09 22:09:47.270 INFO O| Oct 09 22:09:47.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59632024-10-09T22:09:48.827Z[ recovery-image] Oct 09 22:09:47.270 INFO O| Oct 09 22:09:47.270 INFO STEP 610 (remove_files) COMPLETE
59642024-10-09T22:09:48.830Z[ recovery-image] Oct 09 22:09:47.270 INFO O| Oct 09 22:09:47.270 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-10-09T22:09:48.839Z[ recovery-image] Oct 09 22:09:47.282 INFO O| Oct 09 22:09:47.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59662024-10-09T22:09:48.839Z[ recovery-image] Oct 09 22:09:47.282 INFO O| Oct 09 22:09:47.282 INFO STEP 611 (remove_files) COMPLETE
59672024-10-09T22:09:48.839Z[ recovery-image] Oct 09 22:09:47.282 INFO O| Oct 09 22:09:47.282 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-10-09T22:09:48.849Z[ recovery-image] Oct 09 22:09:47.292 INFO O| Oct 09 22:09:47.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59692024-10-09T22:09:48.849Z[ recovery-image] Oct 09 22:09:47.292 INFO O| Oct 09 22:09:47.292 INFO STEP 612 (remove_files) COMPLETE
59702024-10-09T22:09:48.852Z[ recovery-image] Oct 09 22:09:47.292 INFO O| Oct 09 22:09:47.292 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-10-09T22:09:48.860Z[ recovery-image] Oct 09 22:09:47.303 INFO O| Oct 09 22:09:47.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59722024-10-09T22:09:48.863Z[ recovery-image] Oct 09 22:09:47.303 INFO O| Oct 09 22:09:47.303 INFO STEP 613 (remove_files) COMPLETE
59732024-10-09T22:09:48.863Z[ recovery-image] Oct 09 22:09:47.303 INFO O| Oct 09 22:09:47.303 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-10-09T22:09:48.873Z[ recovery-image] Oct 09 22:09:47.316 INFO O| Oct 09 22:09:47.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59752024-10-09T22:09:48.873Z[ recovery-image] Oct 09 22:09:47.316 INFO O| Oct 09 22:09:47.316 INFO STEP 614 (remove_files) COMPLETE
59762024-10-09T22:09:48.873Z[ recovery-image] Oct 09 22:09:47.316 INFO O| Oct 09 22:09:47.316 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-10-09T22:09:48.886Z[ recovery-image] Oct 09 22:09:47.329 INFO O| Oct 09 22:09:47.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59782024-10-09T22:09:48.886Z[ recovery-image] Oct 09 22:09:47.329 INFO O| Oct 09 22:09:47.329 INFO STEP 615 (remove_files) COMPLETE
59792024-10-09T22:09:48.889Z[ recovery-image] Oct 09 22:09:47.329 INFO O| Oct 09 22:09:47.329 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-09T22:09:48.898Z[ recovery-image] Oct 09 22:09:47.341 INFO O| Oct 09 22:09:47.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59812024-10-09T22:09:48.898Z[ recovery-image] Oct 09 22:09:47.341 INFO O| Oct 09 22:09:47.341 INFO STEP 616 (remove_files) COMPLETE
59822024-10-09T22:09:48.901Z[ recovery-image] Oct 09 22:09:47.341 INFO O| Oct 09 22:09:47.341 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-09T22:09:48.911Z[ recovery-image] Oct 09 22:09:47.354 INFO O| Oct 09 22:09:47.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59842024-10-09T22:09:48.911Z[ recovery-image] Oct 09 22:09:47.354 INFO O| Oct 09 22:09:47.354 INFO STEP 617 (remove_files) COMPLETE
59852024-10-09T22:09:48.911Z[ recovery-image] Oct 09 22:09:47.354 INFO O| Oct 09 22:09:47.354 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-09T22:09:48.922Z[ recovery-image] Oct 09 22:09:47.365 INFO O| Oct 09 22:09:47.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59872024-10-09T22:09:48.922Z[ recovery-image] Oct 09 22:09:47.365 INFO O| Oct 09 22:09:47.365 INFO STEP 618 (remove_files) COMPLETE
59882024-10-09T22:09:48.924Z[ recovery-image] Oct 09 22:09:47.365 INFO O| Oct 09 22:09:47.365 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-09T22:09:48.933Z[ recovery-image] Oct 09 22:09:47.375 INFO O| Oct 09 22:09:47.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59902024-10-09T22:09:48.935Z[ recovery-image] Oct 09 22:09:47.376 INFO O| Oct 09 22:09:47.376 INFO STEP 619 (remove_files) COMPLETE
59912024-10-09T22:09:48.935Z[ recovery-image] Oct 09 22:09:47.376 INFO O| Oct 09 22:09:47.376 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-09T22:09:48.945Z[ recovery-image] Oct 09 22:09:47.388 INFO O| Oct 09 22:09:47.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59932024-10-09T22:09:48.945Z[ recovery-image] Oct 09 22:09:47.388 INFO O| Oct 09 22:09:47.388 INFO STEP 620 (remove_files) COMPLETE
59942024-10-09T22:09:48.945Z[ recovery-image] Oct 09 22:09:47.388 INFO O| Oct 09 22:09:47.388 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-09T22:09:48.956Z[ recovery-image] Oct 09 22:09:47.399 INFO O| Oct 09 22:09:47.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59962024-10-09T22:09:48.956Z[ recovery-image] Oct 09 22:09:47.399 INFO O| Oct 09 22:09:47.399 INFO STEP 621 (remove_files) COMPLETE
59972024-10-09T22:09:48.956Z[ recovery-image] Oct 09 22:09:47.399 INFO O| Oct 09 22:09:47.399 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-09T22:09:48.969Z[ recovery-image] Oct 09 22:09:47.412 INFO O| Oct 09 22:09:47.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59992024-10-09T22:09:48.972Z[ recovery-image] Oct 09 22:09:47.413 INFO O| Oct 09 22:09:47.413 INFO STEP 622 (remove_files) COMPLETE
60002024-10-09T22:09:48.972Z[ recovery-image] Oct 09 22:09:47.413 INFO O| Oct 09 22:09:47.413 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-09T22:09:48.981Z[ recovery-image] Oct 09 22:09:47.424 INFO O| Oct 09 22:09:47.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60022024-10-09T22:09:48.981Z[ recovery-image] Oct 09 22:09:47.424 INFO O| Oct 09 22:09:47.424 INFO STEP 623 (remove_files) COMPLETE
60032024-10-09T22:09:48.983Z[ recovery-image] Oct 09 22:09:47.424 INFO O| Oct 09 22:09:47.424 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-09T22:09:48.993Z[ recovery-image] Oct 09 22:09:47.436 INFO O| Oct 09 22:09:47.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60052024-10-09T22:09:48.995Z[ recovery-image] Oct 09 22:09:47.436 INFO O| Oct 09 22:09:47.436 INFO STEP 624 (remove_files) COMPLETE
60062024-10-09T22:09:48.996Z[ recovery-image] Oct 09 22:09:47.436 INFO O| Oct 09 22:09:47.436 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-09T22:09:49.005Z[ recovery-image] Oct 09 22:09:47.448 INFO O| Oct 09 22:09:47.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60082024-10-09T22:09:49.005Z[ recovery-image] Oct 09 22:09:47.448 INFO O| Oct 09 22:09:47.448 INFO STEP 625 (remove_files) COMPLETE
60092024-10-09T22:09:49.005Z[ recovery-image] Oct 09 22:09:47.448 INFO O| Oct 09 22:09:47.448 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-09T22:09:49.015Z[ recovery-image] Oct 09 22:09:47.458 INFO O| Oct 09 22:09:47.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60112024-10-09T22:09:49.015Z[ recovery-image] Oct 09 22:09:47.458 INFO O| Oct 09 22:09:47.458 INFO STEP 626 (remove_files) COMPLETE
60122024-10-09T22:09:49.015Z[ recovery-image] Oct 09 22:09:47.458 INFO O| Oct 09 22:09:47.458 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-09T22:09:49.034Z[ recovery-image] Oct 09 22:09:47.477 INFO O| Oct 09 22:09:47.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60142024-10-09T22:09:49.034Z[ recovery-image] Oct 09 22:09:47.477 INFO O| Oct 09 22:09:47.477 INFO STEP 627 (remove_files) COMPLETE
60152024-10-09T22:09:49.037Z[ recovery-image] Oct 09 22:09:47.477 INFO O| Oct 09 22:09:47.477 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-09T22:09:49.047Z[ recovery-image] Oct 09 22:09:47.490 INFO O| Oct 09 22:09:47.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60172024-10-09T22:09:49.048Z[ recovery-image] Oct 09 22:09:47.490 INFO O| Oct 09 22:09:47.490 INFO STEP 628 (remove_files) COMPLETE
60182024-10-09T22:09:49.050Z[ recovery-image] Oct 09 22:09:47.490 INFO O| Oct 09 22:09:47.490 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-09T22:09:49.059Z[ recovery-image] Oct 09 22:09:47.501 INFO O| Oct 09 22:09:47.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60202024-10-09T22:09:49.059Z[ recovery-image] Oct 09 22:09:47.502 INFO O| Oct 09 22:09:47.502 INFO STEP 629 (remove_files) COMPLETE
60212024-10-09T22:09:49.061Z[ recovery-image] Oct 09 22:09:47.502 INFO O| Oct 09 22:09:47.502 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-09T22:09:49.072Z[ recovery-image] Oct 09 22:09:47.515 INFO O| Oct 09 22:09:47.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60232024-10-09T22:09:49.075Z[ recovery-image] Oct 09 22:09:47.515 INFO O| Oct 09 22:09:47.515 INFO STEP 630 (remove_files) COMPLETE
60242024-10-09T22:09:49.075Z[ recovery-image] Oct 09 22:09:47.515 INFO O| Oct 09 22:09:47.515 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-09T22:09:49.084Z[ recovery-image] Oct 09 22:09:47.527 INFO O| Oct 09 22:09:47.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60262024-10-09T22:09:49.084Z[ recovery-image] Oct 09 22:09:47.527 INFO O| Oct 09 22:09:47.527 INFO STEP 631 (remove_files) COMPLETE
60272024-10-09T22:09:49.086Z[ recovery-image] Oct 09 22:09:47.527 INFO O| Oct 09 22:09:47.527 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-09T22:09:49.096Z[ recovery-image] Oct 09 22:09:47.539 INFO O| Oct 09 22:09:47.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60292024-10-09T22:09:49.098Z[ recovery-image] Oct 09 22:09:47.539 INFO O| Oct 09 22:09:47.539 INFO STEP 632 (remove_files) COMPLETE
60302024-10-09T22:09:49.099Z[ recovery-image] Oct 09 22:09:47.539 INFO O| Oct 09 22:09:47.539 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-09T22:09:49.109Z[ recovery-image] Oct 09 22:09:47.552 INFO O| Oct 09 22:09:47.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60322024-10-09T22:09:49.112Z[ recovery-image] Oct 09 22:09:47.552 INFO O| Oct 09 22:09:47.552 INFO STEP 633 (remove_files) COMPLETE
60332024-10-09T22:09:49.112Z[ recovery-image] Oct 09 22:09:47.552 INFO O| Oct 09 22:09:47.552 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-09T22:09:49.123Z[ recovery-image] Oct 09 22:09:47.566 INFO O| Oct 09 22:09:47.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60352024-10-09T22:09:49.125Z[ recovery-image] Oct 09 22:09:47.566 INFO O| Oct 09 22:09:47.566 INFO STEP 634 (remove_files) COMPLETE
60362024-10-09T22:09:49.125Z[ recovery-image] Oct 09 22:09:47.566 INFO O| Oct 09 22:09:47.566 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-09T22:09:49.138Z[ recovery-image] Oct 09 22:09:47.580 INFO O| Oct 09 22:09:47.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60382024-10-09T22:09:49.138Z[ recovery-image] Oct 09 22:09:47.580 INFO O| Oct 09 22:09:47.580 INFO STEP 635 (remove_files) COMPLETE
60392024-10-09T22:09:49.138Z[ recovery-image] Oct 09 22:09:47.580 INFO O| Oct 09 22:09:47.580 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-09T22:09:49.151Z[ recovery-image] Oct 09 22:09:47.594 INFO O| Oct 09 22:09:47.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60412024-10-09T22:09:49.151Z[ recovery-image] Oct 09 22:09:47.594 INFO O| Oct 09 22:09:47.594 INFO STEP 636 (remove_files) COMPLETE
60422024-10-09T22:09:49.151Z[ recovery-image] Oct 09 22:09:47.594 INFO O| Oct 09 22:09:47.594 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-09T22:09:49.164Z[ recovery-image] Oct 09 22:09:47.607 INFO O| Oct 09 22:09:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60442024-10-09T22:09:49.164Z[ recovery-image] Oct 09 22:09:47.607 INFO O| Oct 09 22:09:47.607 INFO STEP 637 (remove_files) COMPLETE
60452024-10-09T22:09:49.164Z[ recovery-image] Oct 09 22:09:47.607 INFO O| Oct 09 22:09:47.607 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-09T22:09:49.177Z[ recovery-image] Oct 09 22:09:47.620 INFO O| Oct 09 22:09:47.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60472024-10-09T22:09:49.177Z[ recovery-image] Oct 09 22:09:47.620 INFO O| Oct 09 22:09:47.620 INFO STEP 638 (remove_files) COMPLETE
60482024-10-09T22:09:49.184Z[ recovery-image] Oct 09 22:09:47.620 INFO O| Oct 09 22:09:47.620 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-09T22:09:49.190Z[ recovery-image] Oct 09 22:09:47.633 INFO O| Oct 09 22:09:47.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60502024-10-09T22:09:49.192Z[ recovery-image] Oct 09 22:09:47.633 INFO O| Oct 09 22:09:47.633 INFO STEP 639 (remove_files) COMPLETE
60512024-10-09T22:09:49.192Z[ recovery-image] Oct 09 22:09:47.633 INFO O| Oct 09 22:09:47.633 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-09T22:09:49.202Z[ recovery-image] Oct 09 22:09:47.644 INFO O| Oct 09 22:09:47.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60532024-10-09T22:09:49.202Z[ recovery-image] Oct 09 22:09:47.644 INFO O| Oct 09 22:09:47.644 INFO STEP 640 (remove_files) COMPLETE
60542024-10-09T22:09:49.202Z[ recovery-image] Oct 09 22:09:47.644 INFO O| Oct 09 22:09:47.644 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-09T22:09:49.217Z[ recovery-image] Oct 09 22:09:47.660 INFO O| Oct 09 22:09:47.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60562024-10-09T22:09:49.217Z[ recovery-image] Oct 09 22:09:47.660 INFO O| Oct 09 22:09:47.660 INFO STEP 641 (remove_files) COMPLETE
60572024-10-09T22:09:49.219Z[ recovery-image] Oct 09 22:09:47.660 INFO O| Oct 09 22:09:47.660 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-09T22:09:49.233Z[ recovery-image] Oct 09 22:09:47.675 INFO O| Oct 09 22:09:47.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60592024-10-09T22:09:49.233Z[ recovery-image] Oct 09 22:09:47.675 INFO O| Oct 09 22:09:47.675 INFO STEP 642 (remove_files) COMPLETE
60602024-10-09T22:09:49.233Z[ recovery-image] Oct 09 22:09:47.675 INFO O| Oct 09 22:09:47.675 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-09T22:09:49.245Z[ recovery-image] Oct 09 22:09:47.688 INFO O| Oct 09 22:09:47.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60622024-10-09T22:09:49.245Z[ recovery-image] Oct 09 22:09:47.688 INFO O| Oct 09 22:09:47.688 INFO STEP 643 (remove_files) COMPLETE
60632024-10-09T22:09:49.245Z[ recovery-image] Oct 09 22:09:47.688 INFO O| Oct 09 22:09:47.688 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-09T22:09:49.257Z[ recovery-image] Oct 09 22:09:47.700 INFO O| Oct 09 22:09:47.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60652024-10-09T22:09:49.259Z[ recovery-image] Oct 09 22:09:47.700 INFO O| Oct 09 22:09:47.700 INFO STEP 644 (remove_files) COMPLETE
60662024-10-09T22:09:49.259Z[ recovery-image] Oct 09 22:09:47.700 INFO O| Oct 09 22:09:47.700 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-09T22:09:49.268Z[ recovery-image] Oct 09 22:09:47.711 INFO O| Oct 09 22:09:47.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60682024-10-09T22:09:49.268Z[ recovery-image] Oct 09 22:09:47.711 INFO O| Oct 09 22:09:47.711 INFO STEP 645 (remove_files) COMPLETE
60692024-10-09T22:09:49.272Z[ recovery-image] Oct 09 22:09:47.711 INFO O| Oct 09 22:09:47.711 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-09T22:09:49.279Z[ recovery-image] Oct 09 22:09:47.722 INFO O| Oct 09 22:09:47.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60712024-10-09T22:09:49.279Z[ recovery-image] Oct 09 22:09:47.722 INFO O| Oct 09 22:09:47.722 INFO STEP 646 (remove_files) COMPLETE
60722024-10-09T22:09:49.282Z[ recovery-image] Oct 09 22:09:47.722 INFO O| Oct 09 22:09:47.722 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-09T22:09:49.290Z[ recovery-image] Oct 09 22:09:47.733 INFO O| Oct 09 22:09:47.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60742024-10-09T22:09:49.290Z[ recovery-image] Oct 09 22:09:47.733 INFO O| Oct 09 22:09:47.733 INFO STEP 647 (remove_files) COMPLETE
60752024-10-09T22:09:49.293Z[ recovery-image] Oct 09 22:09:47.733 INFO O| Oct 09 22:09:47.733 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-09T22:09:49.301Z[ recovery-image] Oct 09 22:09:47.744 INFO O| Oct 09 22:09:47.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60772024-10-09T22:09:49.301Z[ recovery-image] Oct 09 22:09:47.744 INFO O| Oct 09 22:09:47.744 INFO STEP 648 (remove_files) COMPLETE
60782024-10-09T22:09:49.301Z[ recovery-image] Oct 09 22:09:47.744 INFO O| Oct 09 22:09:47.744 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-09T22:09:49.312Z[ recovery-image] Oct 09 22:09:47.755 INFO O| Oct 09 22:09:47.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60802024-10-09T22:09:49.312Z[ recovery-image] Oct 09 22:09:47.755 INFO O| Oct 09 22:09:47.755 INFO STEP 649 (remove_files) COMPLETE
60812024-10-09T22:09:49.312Z[ recovery-image] Oct 09 22:09:47.755 INFO O| Oct 09 22:09:47.755 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-09T22:09:49.323Z[ recovery-image] Oct 09 22:09:47.766 INFO O| Oct 09 22:09:47.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60832024-10-09T22:09:49.324Z[ recovery-image] Oct 09 22:09:47.766 INFO O| Oct 09 22:09:47.766 INFO STEP 650 (remove_files) COMPLETE
60842024-10-09T22:09:49.326Z[ recovery-image] Oct 09 22:09:47.766 INFO O| Oct 09 22:09:47.766 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-10-09T22:09:49.333Z[ recovery-image] Oct 09 22:09:47.776 INFO O| Oct 09 22:09:47.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60862024-10-09T22:09:49.336Z[ recovery-image] Oct 09 22:09:47.776 INFO O| Oct 09 22:09:47.776 INFO STEP 651 (remove_files) COMPLETE
60872024-10-09T22:09:49.336Z[ recovery-image] Oct 09 22:09:47.776 INFO O| Oct 09 22:09:47.776 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-09T22:09:49.344Z[ recovery-image] Oct 09 22:09:47.787 INFO O| Oct 09 22:09:47.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60892024-10-09T22:09:49.347Z[ recovery-image] Oct 09 22:09:47.787 INFO O| Oct 09 22:09:47.787 INFO STEP 652 (remove_files) COMPLETE
60902024-10-09T22:09:49.347Z[ recovery-image] Oct 09 22:09:47.787 INFO O| Oct 09 22:09:47.787 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-10-09T22:09:49.354Z[ recovery-image] Oct 09 22:09:47.797 INFO O| Oct 09 22:09:47.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60922024-10-09T22:09:49.356Z[ recovery-image] Oct 09 22:09:47.797 INFO O| Oct 09 22:09:47.797 INFO STEP 653 (remove_files) COMPLETE
60932024-10-09T22:09:49.356Z[ recovery-image] Oct 09 22:09:47.797 INFO O| Oct 09 22:09:47.797 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-10-09T22:09:49.364Z[ recovery-image] Oct 09 22:09:47.807 INFO O| Oct 09 22:09:47.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60952024-10-09T22:09:49.364Z[ recovery-image] Oct 09 22:09:47.807 INFO O| Oct 09 22:09:47.807 INFO STEP 654 (remove_files) COMPLETE
60962024-10-09T22:09:49.366Z[ recovery-image] Oct 09 22:09:47.807 INFO O| Oct 09 22:09:47.807 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-10-09T22:09:49.370Z[ host-image] Oct 09 22:09:47.813 INFO O| Oct 09 22:09:47.813 INFO O| Planning: Solver setup ... Done
60982024-10-09T22:09:49.374Z[ host-image] Oct 09 22:09:47.817 INFO O| Oct 09 22:09:47.817 INFO O| Planning: Running solver ... Done
60992024-10-09T22:09:49.376Z[ recovery-image] Oct 09 22:09:47.817 INFO O| Oct 09 22:09:47.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61002024-10-09T22:09:49.376Z[ recovery-image] Oct 09 22:09:47.817 INFO O| Oct 09 22:09:47.817 INFO STEP 655 (remove_files) COMPLETE
61012024-10-09T22:09:49.376Z[ recovery-image] Oct 09 22:09:47.817 INFO O| Oct 09 22:09:47.817 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-09T22:09:49.384Z[ recovery-image] Oct 09 22:09:47.827 INFO O| Oct 09 22:09:47.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61032024-10-09T22:09:49.384Z[ recovery-image] Oct 09 22:09:47.827 INFO O| Oct 09 22:09:47.827 INFO STEP 656 (remove_files) COMPLETE
61042024-10-09T22:09:49.393Z[ recovery-image] Oct 09 22:09:47.827 INFO O| Oct 09 22:09:47.827 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-09T22:09:49.396Z[ recovery-image] Oct 09 22:09:47.837 INFO O| Oct 09 22:09:47.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61062024-10-09T22:09:49.396Z[ recovery-image] Oct 09 22:09:47.837 INFO O| Oct 09 22:09:47.837 INFO STEP 657 (remove_files) COMPLETE
61072024-10-09T22:09:49.396Z[ recovery-image] Oct 09 22:09:47.837 INFO O| Oct 09 22:09:47.837 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-09T22:09:49.404Z[ recovery-image] Oct 09 22:09:47.847 INFO O| Oct 09 22:09:47.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61092024-10-09T22:09:49.414Z[ recovery-image] Oct 09 22:09:47.848 INFO O| Oct 09 22:09:47.848 INFO STEP 658 (remove_files) COMPLETE
61102024-10-09T22:09:49.414Z[ recovery-image] Oct 09 22:09:47.848 INFO O| Oct 09 22:09:47.848 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-09T22:09:49.422Z[ recovery-image] Oct 09 22:09:47.858 INFO O| Oct 09 22:09:47.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61122024-10-09T22:09:49.422Z[ recovery-image] Oct 09 22:09:47.858 INFO O| Oct 09 22:09:47.858 INFO STEP 659 (remove_files) COMPLETE
61132024-10-09T22:09:49.422Z[ recovery-image] Oct 09 22:09:47.858 INFO O| Oct 09 22:09:47.858 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-09T22:09:49.426Z[ host-image] Oct 09 22:09:47.867 INFO O| Oct 09 22:09:47.867 INFO O| Planning: Finding local manifests ... Done
61152024-10-09T22:09:49.426Z[ recovery-image] Oct 09 22:09:47.868 INFO O| Oct 09 22:09:47.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61162024-10-09T22:09:49.426Z[ recovery-image] Oct 09 22:09:47.868 INFO O| Oct 09 22:09:47.868 INFO STEP 660 (remove_files) COMPLETE
61172024-10-09T22:09:49.426Z[ recovery-image] Oct 09 22:09:47.868 INFO O| Oct 09 22:09:47.868 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-10-09T22:09:49.426Z[ host-image] Oct 09 22:09:47.868 INFO O| Oct 09 22:09:47.868 INFO O| Planning: Fetching manifests: 0/6 0% complete
61192024-10-09T22:09:49.436Z[ recovery-image] Oct 09 22:09:47.878 INFO O| Oct 09 22:09:47.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61202024-10-09T22:09:49.436Z[ recovery-image] Oct 09 22:09:47.878 INFO O| Oct 09 22:09:47.878 INFO STEP 661 (remove_files) COMPLETE
61212024-10-09T22:09:49.438Z[ recovery-image] Oct 09 22:09:47.879 INFO O| Oct 09 22:09:47.878 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-10-09T22:09:49.446Z[ recovery-image] Oct 09 22:09:47.889 INFO O| Oct 09 22:09:47.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61232024-10-09T22:09:49.449Z[ recovery-image] Oct 09 22:09:47.890 INFO O| Oct 09 22:09:47.890 INFO STEP 662 (remove_files) COMPLETE
61242024-10-09T22:09:49.449Z[ recovery-image] Oct 09 22:09:47.890 INFO O| Oct 09 22:09:47.890 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-10-09T22:09:49.458Z[ recovery-image] Oct 09 22:09:47.901 INFO O| Oct 09 22:09:47.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61262024-10-09T22:09:49.461Z[ recovery-image] Oct 09 22:09:47.901 INFO O| Oct 09 22:09:47.901 INFO STEP 663 (remove_files) COMPLETE
61272024-10-09T22:09:49.461Z[ recovery-image] Oct 09 22:09:47.901 INFO O| Oct 09 22:09:47.901 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-10-09T22:09:49.469Z[ recovery-image] Oct 09 22:09:47.912 INFO O| Oct 09 22:09:47.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61292024-10-09T22:09:49.470Z[ recovery-image] Oct 09 22:09:47.912 INFO O| Oct 09 22:09:47.912 INFO STEP 664 (remove_files) COMPLETE
61302024-10-09T22:09:49.470Z[ recovery-image] Oct 09 22:09:47.912 INFO O| Oct 09 22:09:47.912 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-10-09T22:09:49.480Z[ recovery-image] Oct 09 22:09:47.923 INFO O| Oct 09 22:09:47.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61322024-10-09T22:09:49.480Z[ recovery-image] Oct 09 22:09:47.923 INFO O| Oct 09 22:09:47.923 INFO STEP 665 (remove_files) COMPLETE
61332024-10-09T22:09:49.480Z[ recovery-image] Oct 09 22:09:47.923 INFO O| Oct 09 22:09:47.923 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-10-09T22:09:49.491Z[ recovery-image] Oct 09 22:09:47.934 INFO O| Oct 09 22:09:47.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61352024-10-09T22:09:49.493Z[ recovery-image] Oct 09 22:09:47.934 INFO O| Oct 09 22:09:47.934 INFO STEP 666 (remove_files) COMPLETE
61362024-10-09T22:09:49.493Z[ recovery-image] Oct 09 22:09:47.934 INFO O| Oct 09 22:09:47.934 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-10-09T22:09:49.501Z[ recovery-image] Oct 09 22:09:47.944 INFO O| Oct 09 22:09:47.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61382024-10-09T22:09:49.505Z[ recovery-image] Oct 09 22:09:47.944 INFO O| Oct 09 22:09:47.944 INFO STEP 667 (remove_files) COMPLETE
61392024-10-09T22:09:49.505Z[ recovery-image] Oct 09 22:09:47.944 INFO O| Oct 09 22:09:47.944 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-10-09T22:09:49.511Z[ recovery-image] Oct 09 22:09:47.954 INFO O| Oct 09 22:09:47.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61412024-10-09T22:09:49.514Z[ recovery-image] Oct 09 22:09:47.954 INFO O| Oct 09 22:09:47.954 INFO STEP 668 (remove_files) COMPLETE
61422024-10-09T22:09:49.514Z[ recovery-image] Oct 09 22:09:47.954 INFO O| Oct 09 22:09:47.954 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-10-09T22:09:49.521Z[ recovery-image] Oct 09 22:09:47.964 INFO O| Oct 09 22:09:47.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61442024-10-09T22:09:49.521Z[ recovery-image] Oct 09 22:09:47.964 INFO O| Oct 09 22:09:47.964 INFO STEP 669 (remove_files) COMPLETE
61452024-10-09T22:09:49.523Z[ recovery-image] Oct 09 22:09:47.964 INFO O| Oct 09 22:09:47.964 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-10-09T22:09:49.531Z[ recovery-image] Oct 09 22:09:47.974 INFO O| Oct 09 22:09:47.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61472024-10-09T22:09:49.531Z[ recovery-image] Oct 09 22:09:47.974 INFO O| Oct 09 22:09:47.974 INFO STEP 670 (remove_files) COMPLETE
61482024-10-09T22:09:49.533Z[ recovery-image] Oct 09 22:09:47.974 INFO O| Oct 09 22:09:47.974 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-10-09T22:09:49.541Z[ recovery-image] Oct 09 22:09:47.984 INFO O| Oct 09 22:09:47.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61502024-10-09T22:09:49.543Z[ recovery-image] Oct 09 22:09:47.984 INFO O| Oct 09 22:09:47.984 INFO STEP 671 (remove_files) COMPLETE
61512024-10-09T22:09:49.543Z[ recovery-image] Oct 09 22:09:47.984 INFO O| Oct 09 22:09:47.984 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-10-09T22:09:49.551Z[ recovery-image] Oct 09 22:09:47.994 INFO O| Oct 09 22:09:47.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61532024-10-09T22:09:49.553Z[ recovery-image] Oct 09 22:09:47.994 INFO O| Oct 09 22:09:47.994 INFO STEP 672 (remove_files) COMPLETE
61542024-10-09T22:09:49.553Z[ recovery-image] Oct 09 22:09:47.994 INFO O| Oct 09 22:09:47.994 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-10-09T22:09:49.563Z[ recovery-image] Oct 09 22:09:48.005 INFO O| Oct 09 22:09:48.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61562024-10-09T22:09:49.563Z[ recovery-image] Oct 09 22:09:48.005 INFO O| Oct 09 22:09:48.005 INFO STEP 673 (remove_files) COMPLETE
61572024-10-09T22:09:49.565Z[ recovery-image] Oct 09 22:09:48.005 INFO O| Oct 09 22:09:48.005 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-10-09T22:09:49.573Z[ recovery-image] Oct 09 22:09:48.016 INFO O| Oct 09 22:09:48.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61592024-10-09T22:09:49.575Z[ recovery-image] Oct 09 22:09:48.016 INFO O| Oct 09 22:09:48.016 INFO STEP 674 (remove_files) COMPLETE
61602024-10-09T22:09:49.575Z[ recovery-image] Oct 09 22:09:48.016 INFO O| Oct 09 22:09:48.016 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-10-09T22:09:49.583Z[ recovery-image] Oct 09 22:09:48.026 INFO O| Oct 09 22:09:48.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61622024-10-09T22:09:49.585Z[ recovery-image] Oct 09 22:09:48.026 INFO O| Oct 09 22:09:48.026 INFO STEP 675 (remove_files) COMPLETE
61632024-10-09T22:09:49.585Z[ recovery-image] Oct 09 22:09:48.026 INFO O| Oct 09 22:09:48.026 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-10-09T22:09:49.593Z[ recovery-image] Oct 09 22:09:48.036 INFO O| Oct 09 22:09:48.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61652024-10-09T22:09:49.595Z[ recovery-image] Oct 09 22:09:48.036 INFO O| Oct 09 22:09:48.036 INFO STEP 676 (remove_files) COMPLETE
61662024-10-09T22:09:49.595Z[ recovery-image] Oct 09 22:09:48.036 INFO O| Oct 09 22:09:48.036 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-10-09T22:09:49.603Z[ recovery-image] Oct 09 22:09:48.046 INFO O| Oct 09 22:09:48.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61682024-10-09T22:09:49.603Z[ recovery-image] Oct 09 22:09:48.046 INFO O| Oct 09 22:09:48.046 INFO STEP 677 (remove_files) COMPLETE
61692024-10-09T22:09:49.604Z[ recovery-image] Oct 09 22:09:48.046 INFO O| Oct 09 22:09:48.046 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-10-09T22:09:49.613Z[ recovery-image] Oct 09 22:09:48.056 INFO O| Oct 09 22:09:48.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61712024-10-09T22:09:49.616Z[ recovery-image] Oct 09 22:09:48.057 INFO O| Oct 09 22:09:48.057 INFO STEP 678 (remove_files) COMPLETE
61722024-10-09T22:09:49.616Z[ recovery-image] Oct 09 22:09:48.057 INFO O| Oct 09 22:09:48.057 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-10-09T22:09:49.624Z[ recovery-image] Oct 09 22:09:48.067 INFO O| Oct 09 22:09:48.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61742024-10-09T22:09:49.624Z[ recovery-image] Oct 09 22:09:48.067 INFO O| Oct 09 22:09:48.067 INFO STEP 679 (remove_files) COMPLETE
61752024-10-09T22:09:49.626Z[ recovery-image] Oct 09 22:09:48.067 INFO O| Oct 09 22:09:48.067 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-10-09T22:09:49.634Z[ recovery-image] Oct 09 22:09:48.077 INFO O| Oct 09 22:09:48.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61772024-10-09T22:09:49.634Z[ recovery-image] Oct 09 22:09:48.077 INFO O| Oct 09 22:09:48.077 INFO STEP 680 (remove_files) COMPLETE
61782024-10-09T22:09:49.636Z[ recovery-image] Oct 09 22:09:48.077 INFO O| Oct 09 22:09:48.077 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-10-09T22:09:49.644Z[ recovery-image] Oct 09 22:09:48.086 INFO O| Oct 09 22:09:48.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61802024-10-09T22:09:49.644Z[ recovery-image] Oct 09 22:09:48.087 INFO O| Oct 09 22:09:48.087 INFO STEP 681 (remove_files) COMPLETE
61812024-10-09T22:09:49.647Z[ recovery-image] Oct 09 22:09:48.087 INFO O| Oct 09 22:09:48.087 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-10-09T22:09:49.654Z[ recovery-image] Oct 09 22:09:48.096 INFO O| Oct 09 22:09:48.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61832024-10-09T22:09:49.654Z[ recovery-image] Oct 09 22:09:48.096 INFO O| Oct 09 22:09:48.096 INFO STEP 682 (remove_files) COMPLETE
61842024-10-09T22:09:49.654Z[ recovery-image] Oct 09 22:09:48.096 INFO O| Oct 09 22:09:48.096 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-10-09T22:09:49.664Z[ recovery-image] Oct 09 22:09:48.106 INFO O| Oct 09 22:09:48.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61862024-10-09T22:09:49.664Z[ recovery-image] Oct 09 22:09:48.107 INFO O| Oct 09 22:09:48.107 INFO STEP 683 (remove_files) COMPLETE
61872024-10-09T22:09:49.666Z[ recovery-image] Oct 09 22:09:48.107 INFO O| Oct 09 22:09:48.107 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-10-09T22:09:49.674Z[ recovery-image] Oct 09 22:09:48.117 INFO O| Oct 09 22:09:48.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61892024-10-09T22:09:49.674Z[ recovery-image] Oct 09 22:09:48.117 INFO O| Oct 09 22:09:48.117 INFO STEP 684 (remove_files) COMPLETE
61902024-10-09T22:09:49.677Z[ recovery-image] Oct 09 22:09:48.117 INFO O| Oct 09 22:09:48.117 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-10-09T22:09:49.684Z[ recovery-image] Oct 09 22:09:48.127 INFO O| Oct 09 22:09:48.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61922024-10-09T22:09:49.686Z[ recovery-image] Oct 09 22:09:48.127 INFO O| Oct 09 22:09:48.127 INFO STEP 685 (remove_files) COMPLETE
61932024-10-09T22:09:49.686Z[ recovery-image] Oct 09 22:09:48.127 INFO O| Oct 09 22:09:48.127 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-10-09T22:09:49.694Z[ recovery-image] Oct 09 22:09:48.137 INFO O| Oct 09 22:09:48.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61952024-10-09T22:09:49.696Z[ recovery-image] Oct 09 22:09:48.137 INFO O| Oct 09 22:09:48.137 INFO STEP 686 (remove_files) COMPLETE
61962024-10-09T22:09:49.697Z[ recovery-image] Oct 09 22:09:48.137 INFO O| Oct 09 22:09:48.137 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-10-09T22:09:49.704Z[ recovery-image] Oct 09 22:09:48.147 INFO O| Oct 09 22:09:48.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61982024-10-09T22:09:49.704Z[ recovery-image] Oct 09 22:09:48.147 INFO O| Oct 09 22:09:48.147 INFO STEP 687 (remove_files) COMPLETE
61992024-10-09T22:09:49.705Z[ recovery-image] Oct 09 22:09:48.147 INFO O| Oct 09 22:09:48.147 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-10-09T22:09:49.715Z[ recovery-image] Oct 09 22:09:48.157 INFO O| Oct 09 22:09:48.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62012024-10-09T22:09:49.715Z[ recovery-image] Oct 09 22:09:48.157 INFO O| Oct 09 22:09:48.157 INFO STEP 688 (remove_files) COMPLETE
62022024-10-09T22:09:49.717Z[ recovery-image] Oct 09 22:09:48.157 INFO O| Oct 09 22:09:48.157 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-10-09T22:09:49.725Z[ recovery-image] Oct 09 22:09:48.168 INFO O| Oct 09 22:09:48.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62042024-10-09T22:09:49.725Z[ recovery-image] Oct 09 22:09:48.168 INFO O| Oct 09 22:09:48.168 INFO STEP 689 (remove_files) COMPLETE
62052024-10-09T22:09:49.728Z[ recovery-image] Oct 09 22:09:48.168 INFO O| Oct 09 22:09:48.168 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-10-09T22:09:49.735Z[ recovery-image] Oct 09 22:09:48.178 INFO O| Oct 09 22:09:48.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62072024-10-09T22:09:49.735Z[ recovery-image] Oct 09 22:09:48.178 INFO O| Oct 09 22:09:48.178 INFO STEP 690 (remove_files) COMPLETE
62082024-10-09T22:09:49.735Z[ recovery-image] Oct 09 22:09:48.178 INFO O| Oct 09 22:09:48.178 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-10-09T22:09:49.745Z[ recovery-image] Oct 09 22:09:48.188 INFO O| Oct 09 22:09:48.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62102024-10-09T22:09:49.745Z[ recovery-image] Oct 09 22:09:48.188 INFO O| Oct 09 22:09:48.188 INFO STEP 691 (remove_files) COMPLETE
62112024-10-09T22:09:49.747Z[ recovery-image] Oct 09 22:09:48.188 INFO O| Oct 09 22:09:48.188 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-10-09T22:09:49.755Z[ recovery-image] Oct 09 22:09:48.198 INFO O| Oct 09 22:09:48.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62132024-10-09T22:09:49.755Z[ recovery-image] Oct 09 22:09:48.198 INFO O| Oct 09 22:09:48.198 INFO STEP 692 (remove_files) COMPLETE
62142024-10-09T22:09:49.755Z[ recovery-image] Oct 09 22:09:48.198 INFO O| Oct 09 22:09:48.198 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-10-09T22:09:49.765Z[ recovery-image] Oct 09 22:09:48.208 INFO O| Oct 09 22:09:48.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62162024-10-09T22:09:49.767Z[ recovery-image] Oct 09 22:09:48.208 INFO O| Oct 09 22:09:48.208 INFO STEP 693 (remove_files) COMPLETE
62172024-10-09T22:09:49.767Z[ recovery-image] Oct 09 22:09:48.208 INFO O| Oct 09 22:09:48.208 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-10-09T22:09:49.775Z[ recovery-image] Oct 09 22:09:48.218 INFO O| Oct 09 22:09:48.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62192024-10-09T22:09:49.775Z[ recovery-image] Oct 09 22:09:48.218 INFO O| Oct 09 22:09:48.218 INFO STEP 694 (remove_files) COMPLETE
62202024-10-09T22:09:49.775Z[ recovery-image] Oct 09 22:09:48.218 INFO O| Oct 09 22:09:48.218 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-10-09T22:09:49.785Z[ recovery-image] Oct 09 22:09:48.228 INFO O| Oct 09 22:09:48.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62222024-10-09T22:09:49.785Z[ recovery-image] Oct 09 22:09:48.228 INFO O| Oct 09 22:09:48.228 INFO STEP 695 (remove_files) COMPLETE
62232024-10-09T22:09:49.785Z[ recovery-image] Oct 09 22:09:48.228 INFO O| Oct 09 22:09:48.228 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-10-09T22:09:49.795Z[ recovery-image] Oct 09 22:09:48.238 INFO O| Oct 09 22:09:48.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62252024-10-09T22:09:49.795Z[ recovery-image] Oct 09 22:09:48.238 INFO O| Oct 09 22:09:48.238 INFO STEP 696 (remove_files) COMPLETE
62262024-10-09T22:09:49.797Z[ recovery-image] Oct 09 22:09:48.238 INFO O| Oct 09 22:09:48.238 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-10-09T22:09:49.806Z[ recovery-image] Oct 09 22:09:48.249 INFO O| Oct 09 22:09:48.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62282024-10-09T22:09:49.806Z[ recovery-image] Oct 09 22:09:48.249 INFO O| Oct 09 22:09:48.249 INFO STEP 697 (remove_files) COMPLETE
62292024-10-09T22:09:49.809Z[ recovery-image] Oct 09 22:09:48.249 INFO O| Oct 09 22:09:48.249 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-10-09T22:09:49.816Z[ recovery-image] Oct 09 22:09:48.259 INFO O| Oct 09 22:09:48.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62312024-10-09T22:09:49.819Z[ recovery-image] Oct 09 22:09:48.259 INFO O| Oct 09 22:09:48.259 INFO STEP 698 (remove_files) COMPLETE
62322024-10-09T22:09:49.819Z[ recovery-image] Oct 09 22:09:48.259 INFO O| Oct 09 22:09:48.259 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-10-09T22:09:49.828Z[ recovery-image] Oct 09 22:09:48.270 INFO O| Oct 09 22:09:48.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62342024-10-09T22:09:49.828Z[ recovery-image] Oct 09 22:09:48.270 INFO O| Oct 09 22:09:48.270 INFO STEP 699 (remove_files) COMPLETE
62352024-10-09T22:09:49.830Z[ recovery-image] Oct 09 22:09:48.270 INFO O| Oct 09 22:09:48.270 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-10-09T22:09:49.839Z[ recovery-image] Oct 09 22:09:48.282 INFO O| Oct 09 22:09:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62372024-10-09T22:09:49.839Z[ recovery-image] Oct 09 22:09:48.282 INFO O| Oct 09 22:09:48.282 INFO STEP 700 (remove_files) COMPLETE
62382024-10-09T22:09:49.842Z[ recovery-image] Oct 09 22:09:48.282 INFO O| Oct 09 22:09:48.282 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-10-09T22:09:49.849Z[ recovery-image] Oct 09 22:09:48.292 INFO O| Oct 09 22:09:48.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62402024-10-09T22:09:49.849Z[ recovery-image] Oct 09 22:09:48.292 INFO O| Oct 09 22:09:48.292 INFO STEP 701 (remove_files) COMPLETE
62412024-10-09T22:09:49.849Z[ recovery-image] Oct 09 22:09:48.292 INFO O| Oct 09 22:09:48.292 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-10-09T22:09:49.861Z[ recovery-image] Oct 09 22:09:48.303 INFO O| Oct 09 22:09:48.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62432024-10-09T22:09:49.861Z[ recovery-image] Oct 09 22:09:48.303 INFO O| Oct 09 22:09:48.303 INFO STEP 702 (remove_files) COMPLETE
62442024-10-09T22:09:49.861Z[ recovery-image] Oct 09 22:09:48.303 INFO O| Oct 09 22:09:48.303 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-10-09T22:09:49.874Z[ recovery-image] Oct 09 22:09:48.317 INFO O| Oct 09 22:09:48.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62462024-10-09T22:09:49.874Z[ recovery-image] Oct 09 22:09:48.317 INFO O| Oct 09 22:09:48.317 INFO STEP 703 (remove_files) COMPLETE
62472024-10-09T22:09:49.874Z[ recovery-image] Oct 09 22:09:48.317 INFO O| Oct 09 22:09:48.317 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-10-09T22:09:49.885Z[ recovery-image] Oct 09 22:09:48.327 INFO O| Oct 09 22:09:48.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62492024-10-09T22:09:49.885Z[ recovery-image] Oct 09 22:09:48.327 INFO O| Oct 09 22:09:48.327 INFO STEP 704 (remove_files) COMPLETE
62502024-10-09T22:09:49.887Z[ recovery-image] Oct 09 22:09:48.327 INFO O| Oct 09 22:09:48.327 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-10-09T22:09:49.895Z[ recovery-image] Oct 09 22:09:48.338 INFO O| Oct 09 22:09:48.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62522024-10-09T22:09:49.898Z[ recovery-image] Oct 09 22:09:48.338 INFO O| Oct 09 22:09:48.338 INFO STEP 705 (remove_files) COMPLETE
62532024-10-09T22:09:49.898Z[ recovery-image] Oct 09 22:09:48.338 INFO O| Oct 09 22:09:48.338 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-10-09T22:09:49.906Z[ recovery-image] Oct 09 22:09:48.349 INFO O| Oct 09 22:09:48.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62552024-10-09T22:09:49.906Z[ recovery-image] Oct 09 22:09:48.349 INFO O| Oct 09 22:09:48.349 INFO STEP 706 (remove_files) COMPLETE
62562024-10-09T22:09:49.909Z[ recovery-image] Oct 09 22:09:48.349 INFO O| Oct 09 22:09:48.349 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-10-09T22:09:49.917Z[ recovery-image] Oct 09 22:09:48.360 INFO O| Oct 09 22:09:48.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62582024-10-09T22:09:49.920Z[ recovery-image] Oct 09 22:09:48.360 INFO O| Oct 09 22:09:48.360 INFO STEP 707 (remove_files) COMPLETE
62592024-10-09T22:09:49.920Z[ recovery-image] Oct 09 22:09:48.360 INFO O| Oct 09 22:09:48.360 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-10-09T22:09:49.928Z[ recovery-image] Oct 09 22:09:48.371 INFO O| Oct 09 22:09:48.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62612024-10-09T22:09:49.931Z[ recovery-image] Oct 09 22:09:48.371 INFO O| Oct 09 22:09:48.371 INFO STEP 708 (remove_files) COMPLETE
62622024-10-09T22:09:49.931Z[ recovery-image] Oct 09 22:09:48.371 INFO O| Oct 09 22:09:48.371 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-10-09T22:09:49.939Z[ recovery-image] Oct 09 22:09:48.381 INFO O| Oct 09 22:09:48.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62642024-10-09T22:09:49.939Z[ recovery-image] Oct 09 22:09:48.382 INFO O| Oct 09 22:09:48.382 INFO STEP 709 (remove_files) COMPLETE
62652024-10-09T22:09:49.941Z[ recovery-image] Oct 09 22:09:48.382 INFO O| Oct 09 22:09:48.382 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-10-09T22:09:49.949Z[ recovery-image] Oct 09 22:09:48.392 INFO O| Oct 09 22:09:48.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62672024-10-09T22:09:49.949Z[ recovery-image] Oct 09 22:09:48.392 INFO O| Oct 09 22:09:48.392 INFO STEP 710 (remove_files) COMPLETE
62682024-10-09T22:09:49.951Z[ recovery-image] Oct 09 22:09:48.392 INFO O| Oct 09 22:09:48.392 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-10-09T22:09:49.960Z[ recovery-image] Oct 09 22:09:48.402 INFO O| Oct 09 22:09:48.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62702024-10-09T22:09:49.962Z[ recovery-image] Oct 09 22:09:48.402 INFO O| Oct 09 22:09:48.402 INFO STEP 711 (remove_files) COMPLETE
62712024-10-09T22:09:49.962Z[ recovery-image] Oct 09 22:09:48.403 INFO O| Oct 09 22:09:48.402 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-10-09T22:09:49.970Z[ recovery-image] Oct 09 22:09:48.413 INFO O| Oct 09 22:09:48.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62732024-10-09T22:09:49.970Z[ recovery-image] Oct 09 22:09:48.413 INFO O| Oct 09 22:09:48.413 INFO STEP 712 (remove_files) COMPLETE
62742024-10-09T22:09:49.970Z[ recovery-image] Oct 09 22:09:48.413 INFO O| Oct 09 22:09:48.413 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-10-09T22:09:49.980Z[ recovery-image] Oct 09 22:09:48.423 INFO O| Oct 09 22:09:48.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62762024-10-09T22:09:49.983Z[ recovery-image] Oct 09 22:09:48.423 INFO O| Oct 09 22:09:48.423 INFO STEP 713 (remove_files) COMPLETE
62772024-10-09T22:09:49.983Z[ recovery-image] Oct 09 22:09:48.423 INFO O| Oct 09 22:09:48.423 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-10-09T22:09:49.990Z[ recovery-image] Oct 09 22:09:48.433 INFO O| Oct 09 22:09:48.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62792024-10-09T22:09:49.990Z[ recovery-image] Oct 09 22:09:48.433 INFO O| Oct 09 22:09:48.433 INFO STEP 714 (remove_files) COMPLETE
62802024-10-09T22:09:49.990Z[ recovery-image] Oct 09 22:09:48.433 INFO O| Oct 09 22:09:48.433 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-10-09T22:09:49.994Z[ host-image] Oct 09 22:09:48.436 INFO O| Oct 09 22:09:48.436 INFO O| Planning: Fetching manifests: 6/6 100% complete
62822024-10-09T22:09:50.001Z[ recovery-image] Oct 09 22:09:48.443 INFO O| Oct 09 22:09:48.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62832024-10-09T22:09:50.001Z[ recovery-image] Oct 09 22:09:48.443 INFO O| Oct 09 22:09:48.443 INFO STEP 715 (remove_files) COMPLETE
62842024-10-09T22:09:50.004Z[ recovery-image] Oct 09 22:09:48.443 INFO O| Oct 09 22:09:48.443 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-09T22:09:50.012Z[ recovery-image] Oct 09 22:09:48.454 INFO O| Oct 09 22:09:48.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62862024-10-09T22:09:50.012Z[ recovery-image] Oct 09 22:09:48.454 INFO O| Oct 09 22:09:48.454 INFO STEP 716 (remove_files) COMPLETE
62872024-10-09T22:09:50.014Z[ recovery-image] Oct 09 22:09:48.454 INFO O| Oct 09 22:09:48.454 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-10-09T22:09:50.023Z[ recovery-image] Oct 09 22:09:48.465 INFO O| Oct 09 22:09:48.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62892024-10-09T22:09:50.023Z[ recovery-image] Oct 09 22:09:48.465 INFO O| Oct 09 22:09:48.465 INFO STEP 717 (remove_files) COMPLETE
62902024-10-09T22:09:50.025Z[ recovery-image] Oct 09 22:09:48.465 INFO O| Oct 09 22:09:48.465 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-09T22:09:50.028Z[ host-image] Oct 09 22:09:48.471 INFO O| Oct 09 22:09:48.470 INFO O| Planning: Package planning ... Done
62922024-10-09T22:09:50.035Z[ recovery-image] Oct 09 22:09:48.478 INFO O| Oct 09 22:09:48.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62932024-10-09T22:09:50.035Z[ recovery-image] Oct 09 22:09:48.478 INFO O| Oct 09 22:09:48.478 INFO STEP 718 (remove_files) COMPLETE
62942024-10-09T22:09:50.037Z[ recovery-image] Oct 09 22:09:48.478 INFO O| Oct 09 22:09:48.478 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-09T22:09:50.047Z[ recovery-image] Oct 09 22:09:48.490 INFO O| Oct 09 22:09:48.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62962024-10-09T22:09:50.047Z[ recovery-image] Oct 09 22:09:48.490 INFO O| Oct 09 22:09:48.490 INFO STEP 719 (remove_files) COMPLETE
62972024-10-09T22:09:50.050Z[ recovery-image] Oct 09 22:09:48.490 INFO O| Oct 09 22:09:48.490 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-10-09T22:09:50.052Z[ host-image] Oct 09 22:09:48.495 INFO O| Oct 09 22:09:48.495 INFO O| Planning: Merging actions ... Done
62992024-10-09T22:09:50.058Z[ recovery-image] Oct 09 22:09:48.500 INFO O| Oct 09 22:09:48.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63002024-10-09T22:09:50.058Z[ recovery-image] Oct 09 22:09:48.500 INFO O| Oct 09 22:09:48.500 INFO STEP 720 (remove_files) COMPLETE
63012024-10-09T22:09:50.060Z[ recovery-image] Oct 09 22:09:48.500 INFO O| Oct 09 22:09:48.500 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-10-09T22:09:50.070Z[ recovery-image] Oct 09 22:09:48.512 INFO O| Oct 09 22:09:48.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63032024-10-09T22:09:50.072Z[ recovery-image] Oct 09 22:09:48.512 INFO O| Oct 09 22:09:48.512 INFO STEP 721 (remove_files) COMPLETE
63042024-10-09T22:09:50.072Z[ recovery-image] Oct 09 22:09:48.513 INFO O| Oct 09 22:09:48.512 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-10-09T22:09:50.082Z[ recovery-image] Oct 09 22:09:48.524 INFO O| Oct 09 22:09:48.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63062024-10-09T22:09:50.084Z[ recovery-image] Oct 09 22:09:48.525 INFO O| Oct 09 22:09:48.525 INFO STEP 722 (remove_files) COMPLETE
63072024-10-09T22:09:50.084Z[ recovery-image] Oct 09 22:09:48.525 INFO O| Oct 09 22:09:48.525 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-10-09T22:09:50.094Z[ recovery-image] Oct 09 22:09:48.537 INFO O| Oct 09 22:09:48.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63092024-10-09T22:09:50.094Z[ recovery-image] Oct 09 22:09:48.537 INFO O| Oct 09 22:09:48.537 INFO STEP 723 (remove_files) COMPLETE
63102024-10-09T22:09:50.094Z[ recovery-image] Oct 09 22:09:48.537 INFO O| Oct 09 22:09:48.537 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-10-09T22:09:50.106Z[ recovery-image] Oct 09 22:09:48.549 INFO O| Oct 09 22:09:48.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63122024-10-09T22:09:50.106Z[ recovery-image] Oct 09 22:09:48.549 INFO O| Oct 09 22:09:48.549 INFO STEP 724 (remove_files) COMPLETE
63132024-10-09T22:09:50.106Z[ recovery-image] Oct 09 22:09:48.549 INFO O| Oct 09 22:09:48.549 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-10-09T22:09:50.118Z[ recovery-image] Oct 09 22:09:48.561 INFO O| Oct 09 22:09:48.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63152024-10-09T22:09:50.118Z[ recovery-image] Oct 09 22:09:48.561 INFO O| Oct 09 22:09:48.561 INFO STEP 725 (remove_files) COMPLETE
63162024-10-09T22:09:50.121Z[ recovery-image] Oct 09 22:09:48.561 INFO O| Oct 09 22:09:48.561 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-10-09T22:09:50.130Z[ recovery-image] Oct 09 22:09:48.573 INFO O| Oct 09 22:09:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63182024-10-09T22:09:50.130Z[ recovery-image] Oct 09 22:09:48.573 INFO O| Oct 09 22:09:48.573 INFO STEP 726 (remove_files) COMPLETE
63192024-10-09T22:09:50.130Z[ recovery-image] Oct 09 22:09:48.573 INFO O| Oct 09 22:09:48.573 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-10-09T22:09:50.144Z[ recovery-image] Oct 09 22:09:48.587 INFO O| Oct 09 22:09:48.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63212024-10-09T22:09:50.146Z[ recovery-image] Oct 09 22:09:48.587 INFO O| Oct 09 22:09:48.587 INFO STEP 727 (remove_files) COMPLETE
63222024-10-09T22:09:50.147Z[ recovery-image] Oct 09 22:09:48.587 INFO O| Oct 09 22:09:48.587 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-10-09T22:09:50.149Z[ host-image] Oct 09 22:09:48.590 INFO O| Oct 09 22:09:48.590 INFO O| Planning: Checking for conflicting actions ... Done
63242024-10-09T22:09:50.151Z[ host-image] Oct 09 22:09:48.594 INFO O| Oct 09 22:09:48.594 INFO O| Planning: Consolidating action changes ... Done
63252024-10-09T22:09:50.155Z[ recovery-image] Oct 09 22:09:48.598 INFO O| Oct 09 22:09:48.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63262024-10-09T22:09:50.157Z[ recovery-image] Oct 09 22:09:48.598 INFO O| Oct 09 22:09:48.598 INFO STEP 728 (remove_files) COMPLETE
63272024-10-09T22:09:50.157Z[ recovery-image] Oct 09 22:09:48.598 INFO O| Oct 09 22:09:48.598 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-09T22:09:50.165Z[ recovery-image] Oct 09 22:09:48.608 INFO O| Oct 09 22:09:48.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63292024-10-09T22:09:50.177Z[ recovery-image] Oct 09 22:09:48.608 INFO O| Oct 09 22:09:48.608 INFO STEP 729 (remove_files) COMPLETE
63302024-10-09T22:09:50.177Z[ recovery-image] Oct 09 22:09:48.608 INFO O| Oct 09 22:09:48.608 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-09T22:09:50.177Z[ recovery-image] Oct 09 22:09:48.618 INFO O| Oct 09 22:09:48.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63322024-10-09T22:09:50.177Z[ recovery-image] Oct 09 22:09:48.618 INFO O| Oct 09 22:09:48.618 INFO STEP 730 (remove_files) COMPLETE
63332024-10-09T22:09:50.177Z[ recovery-image] Oct 09 22:09:48.618 INFO O| Oct 09 22:09:48.618 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-09T22:09:50.186Z[ recovery-image] Oct 09 22:09:48.628 INFO O| Oct 09 22:09:48.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63352024-10-09T22:09:50.188Z[ recovery-image] Oct 09 22:09:48.628 INFO O| Oct 09 22:09:48.628 INFO STEP 731 (remove_files) COMPLETE
63362024-10-09T22:09:50.188Z[ recovery-image] Oct 09 22:09:48.629 INFO O| Oct 09 22:09:48.628 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-10-09T22:09:50.196Z[ recovery-image] Oct 09 22:09:48.639 INFO O| Oct 09 22:09:48.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63382024-10-09T22:09:50.196Z[ recovery-image] Oct 09 22:09:48.639 INFO O| Oct 09 22:09:48.639 INFO STEP 732 (remove_files) COMPLETE
63392024-10-09T22:09:50.196Z[ recovery-image] Oct 09 22:09:48.639 INFO O| Oct 09 22:09:48.639 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-10-09T22:09:50.206Z[ recovery-image] Oct 09 22:09:48.649 INFO O| Oct 09 22:09:48.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63412024-10-09T22:09:50.208Z[ recovery-image] Oct 09 22:09:48.649 INFO O| Oct 09 22:09:48.649 INFO STEP 733 (remove_files) COMPLETE
63422024-10-09T22:09:50.208Z[ recovery-image] Oct 09 22:09:48.649 INFO O| Oct 09 22:09:48.649 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-10-09T22:09:50.216Z[ recovery-image] Oct 09 22:09:48.659 INFO O| Oct 09 22:09:48.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63442024-10-09T22:09:50.218Z[ recovery-image] Oct 09 22:09:48.659 INFO O| Oct 09 22:09:48.659 INFO STEP 734 (remove_files) COMPLETE
63452024-10-09T22:09:50.218Z[ recovery-image] Oct 09 22:09:48.659 INFO O| Oct 09 22:09:48.659 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-09T22:09:50.227Z[ recovery-image] Oct 09 22:09:48.669 INFO O| Oct 09 22:09:48.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63472024-10-09T22:09:50.229Z[ recovery-image] Oct 09 22:09:48.670 INFO O| Oct 09 22:09:48.670 INFO STEP 735 (remove_files) COMPLETE
63482024-10-09T22:09:50.229Z[ recovery-image] Oct 09 22:09:48.670 INFO O| Oct 09 22:09:48.670 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-10-09T22:09:50.237Z[ recovery-image] Oct 09 22:09:48.680 INFO O| Oct 09 22:09:48.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63502024-10-09T22:09:50.240Z[ recovery-image] Oct 09 22:09:48.680 INFO O| Oct 09 22:09:48.680 INFO STEP 736 (remove_files) COMPLETE
63512024-10-09T22:09:50.240Z[ recovery-image] Oct 09 22:09:48.680 INFO O| Oct 09 22:09:48.680 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-10-09T22:09:50.248Z[ recovery-image] Oct 09 22:09:48.690 INFO O| Oct 09 22:09:48.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63532024-10-09T22:09:50.248Z[ recovery-image] Oct 09 22:09:48.690 INFO O| Oct 09 22:09:48.690 INFO STEP 737 (remove_files) COMPLETE
63542024-10-09T22:09:50.250Z[ recovery-image] Oct 09 22:09:48.690 INFO O| Oct 09 22:09:48.690 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-09T22:09:50.258Z[ recovery-image] Oct 09 22:09:48.701 INFO O| Oct 09 22:09:48.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63562024-10-09T22:09:50.258Z[ recovery-image] Oct 09 22:09:48.701 INFO O| Oct 09 22:09:48.701 INFO STEP 738 (remove_files) COMPLETE
63572024-10-09T22:09:50.258Z[ recovery-image] Oct 09 22:09:48.701 INFO O| Oct 09 22:09:48.701 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-09T22:09:50.269Z[ recovery-image] Oct 09 22:09:48.711 INFO O| Oct 09 22:09:48.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63592024-10-09T22:09:50.271Z[ recovery-image] Oct 09 22:09:48.712 INFO O| Oct 09 22:09:48.712 INFO STEP 739 (remove_files) COMPLETE
63602024-10-09T22:09:50.271Z[ recovery-image] Oct 09 22:09:48.712 INFO O| Oct 09 22:09:48.712 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-09T22:09:50.279Z[ recovery-image] Oct 09 22:09:48.722 INFO O| Oct 09 22:09:48.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63622024-10-09T22:09:50.281Z[ recovery-image] Oct 09 22:09:48.722 INFO O| Oct 09 22:09:48.722 INFO STEP 740 (remove_files) COMPLETE
63632024-10-09T22:09:50.281Z[ recovery-image] Oct 09 22:09:48.722 INFO O| Oct 09 22:09:48.722 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-09T22:09:50.289Z[ recovery-image] Oct 09 22:09:48.732 INFO O| Oct 09 22:09:48.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63652024-10-09T22:09:50.292Z[ recovery-image] Oct 09 22:09:48.732 INFO O| Oct 09 22:09:48.732 INFO STEP 741 (remove_files) COMPLETE
63662024-10-09T22:09:50.292Z[ recovery-image] Oct 09 22:09:48.732 INFO O| Oct 09 22:09:48.732 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-09T22:09:50.300Z[ recovery-image] Oct 09 22:09:48.742 INFO O| Oct 09 22:09:48.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63682024-10-09T22:09:50.302Z[ recovery-image] Oct 09 22:09:48.742 INFO O| Oct 09 22:09:48.742 INFO STEP 742 (remove_files) COMPLETE
63692024-10-09T22:09:50.302Z[ recovery-image] Oct 09 22:09:48.743 INFO O| Oct 09 22:09:48.742 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-09T22:09:50.310Z[ recovery-image] Oct 09 22:09:48.753 INFO O| Oct 09 22:09:48.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63712024-10-09T22:09:50.310Z[ recovery-image] Oct 09 22:09:48.753 INFO O| Oct 09 22:09:48.753 INFO STEP 743 (remove_files) COMPLETE
63722024-10-09T22:09:50.313Z[ recovery-image] Oct 09 22:09:48.753 INFO O| Oct 09 22:09:48.753 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-09T22:09:50.320Z[ recovery-image] Oct 09 22:09:48.763 INFO O| Oct 09 22:09:48.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63742024-10-09T22:09:50.320Z[ recovery-image] Oct 09 22:09:48.763 INFO O| Oct 09 22:09:48.763 INFO STEP 744 (remove_files) COMPLETE
63752024-10-09T22:09:50.323Z[ recovery-image] Oct 09 22:09:48.763 INFO O| Oct 09 22:09:48.763 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-09T22:09:50.331Z[ recovery-image] Oct 09 22:09:48.773 INFO O| Oct 09 22:09:48.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63772024-10-09T22:09:50.331Z[ recovery-image] Oct 09 22:09:48.773 INFO O| Oct 09 22:09:48.773 INFO STEP 745 (remove_files) COMPLETE
63782024-10-09T22:09:50.331Z[ recovery-image] Oct 09 22:09:48.773 INFO O| Oct 09 22:09:48.773 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-10-09T22:09:50.333Z[ host-image] Oct 09 22:09:48.775 INFO O| Oct 09 22:09:48.775 INFO O| Planning: Evaluating mediators ... Done
63802024-10-09T22:09:50.336Z[ host-image] Oct 09 22:09:48.779 INFO O| Oct 09 22:09:48.779 INFO O| Planning: Planning completed in 3.05 seconds
63812024-10-09T22:09:50.339Z[ host-image] Oct 09 22:09:48.780 INFO O| Oct 09 22:09:48.780 INFO O| Packages to install: 6
63822024-10-09T22:09:50.339Z[ host-image] Oct 09 22:09:48.780 INFO O| Oct 09 22:09:48.780 INFO O| Mediators to change: 1
63832024-10-09T22:09:50.339Z[ host-image] Oct 09 22:09:48.780 INFO O| Oct 09 22:09:48.780 INFO O| Services to change: 1
63842024-10-09T22:09:50.341Z[ recovery-image] Oct 09 22:09:48.784 INFO O| Oct 09 22:09:48.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63852024-10-09T22:09:50.341Z[ recovery-image] Oct 09 22:09:48.784 INFO O| Oct 09 22:09:48.784 INFO STEP 746 (remove_files) COMPLETE
63862024-10-09T22:09:50.341Z[ recovery-image] Oct 09 22:09:48.784 INFO O| Oct 09 22:09:48.784 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-09T22:09:50.353Z[ host-image] Oct 09 22:09:48.796 INFO O| Oct 09 22:09:48.795 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
63882024-10-09T22:09:50.355Z[ recovery-image] Oct 09 22:09:48.797 INFO O| Oct 09 22:09:48.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63892024-10-09T22:09:50.355Z[ recovery-image] Oct 09 22:09:48.797 INFO O| Oct 09 22:09:48.797 INFO STEP 747 (remove_files) COMPLETE
63902024-10-09T22:09:50.355Z[ recovery-image] Oct 09 22:09:48.797 INFO O| Oct 09 22:09:48.797 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-10-09T22:09:50.365Z[ recovery-image] Oct 09 22:09:48.808 INFO O| Oct 09 22:09:48.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63922024-10-09T22:09:50.365Z[ recovery-image] Oct 09 22:09:48.808 INFO O| Oct 09 22:09:48.808 INFO STEP 748 (remove_files) COMPLETE
63932024-10-09T22:09:50.368Z[ recovery-image] Oct 09 22:09:48.808 INFO O| Oct 09 22:09:48.808 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-09T22:09:50.378Z[ recovery-image] Oct 09 22:09:48.820 INFO O| Oct 09 22:09:48.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63952024-10-09T22:09:50.378Z[ recovery-image] Oct 09 22:09:48.820 INFO O| Oct 09 22:09:48.820 INFO STEP 749 (remove_files) COMPLETE
63962024-10-09T22:09:50.381Z[ recovery-image] Oct 09 22:09:48.820 INFO O| Oct 09 22:09:48.820 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-09T22:09:50.390Z[ recovery-image] Oct 09 22:09:48.833 INFO O| Oct 09 22:09:48.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63982024-10-09T22:09:50.393Z[ recovery-image] Oct 09 22:09:48.833 INFO O| Oct 09 22:09:48.833 INFO STEP 750 (remove_files) COMPLETE
63992024-10-09T22:09:50.393Z[ recovery-image] Oct 09 22:09:48.833 INFO O| Oct 09 22:09:48.833 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-09T22:09:50.401Z[ recovery-image] Oct 09 22:09:48.843 INFO O| Oct 09 22:09:48.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64012024-10-09T22:09:50.401Z[ recovery-image] Oct 09 22:09:48.843 INFO O| Oct 09 22:09:48.843 INFO STEP 751 (remove_files) COMPLETE
64022024-10-09T22:09:50.403Z[ recovery-image] Oct 09 22:09:48.843 INFO O| Oct 09 22:09:48.843 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-09T22:09:50.411Z[ recovery-image] Oct 09 22:09:48.854 INFO O| Oct 09 22:09:48.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64042024-10-09T22:09:50.411Z[ recovery-image] Oct 09 22:09:48.854 INFO O| Oct 09 22:09:48.854 INFO STEP 752 (remove_files) COMPLETE
64052024-10-09T22:09:50.413Z[ recovery-image] Oct 09 22:09:48.854 INFO O| Oct 09 22:09:48.854 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-09T22:09:50.422Z[ recovery-image] Oct 09 22:09:48.864 INFO O| Oct 09 22:09:48.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64072024-10-09T22:09:50.422Z[ recovery-image] Oct 09 22:09:48.864 INFO O| Oct 09 22:09:48.864 INFO STEP 753 (remove_files) COMPLETE
64082024-10-09T22:09:50.424Z[ recovery-image] Oct 09 22:09:48.864 INFO O| Oct 09 22:09:48.864 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-09T22:09:50.433Z[ recovery-image] Oct 09 22:09:48.876 INFO O| Oct 09 22:09:48.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64102024-10-09T22:09:50.433Z[ recovery-image] Oct 09 22:09:48.876 INFO O| Oct 09 22:09:48.876 INFO STEP 754 (remove_files) COMPLETE
64112024-10-09T22:09:50.433Z[ recovery-image] Oct 09 22:09:48.876 INFO O| Oct 09 22:09:48.876 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-09T22:09:50.444Z[ recovery-image] Oct 09 22:09:48.887 INFO O| Oct 09 22:09:48.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64132024-10-09T22:09:50.444Z[ recovery-image] Oct 09 22:09:48.887 INFO O| Oct 09 22:09:48.887 INFO STEP 755 (remove_files) COMPLETE
64142024-10-09T22:09:50.444Z[ recovery-image] Oct 09 22:09:48.887 INFO O| Oct 09 22:09:48.887 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-09T22:09:50.454Z[ recovery-image] Oct 09 22:09:48.897 INFO O| Oct 09 22:09:48.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64162024-10-09T22:09:50.455Z[ recovery-image] Oct 09 22:09:48.897 INFO O| Oct 09 22:09:48.897 INFO STEP 756 (remove_files) COMPLETE
64172024-10-09T22:09:50.455Z[ recovery-image] Oct 09 22:09:48.897 INFO O| Oct 09 22:09:48.897 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-09T22:09:50.465Z[ recovery-image] Oct 09 22:09:48.908 INFO O| Oct 09 22:09:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64192024-10-09T22:09:50.465Z[ recovery-image] Oct 09 22:09:48.908 INFO O| Oct 09 22:09:48.908 INFO STEP 757 (remove_files) COMPLETE
64202024-10-09T22:09:50.465Z[ recovery-image] Oct 09 22:09:48.908 INFO O| Oct 09 22:09:48.908 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-09T22:09:50.476Z[ recovery-image] Oct 09 22:09:48.918 INFO O| Oct 09 22:09:48.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64222024-10-09T22:09:50.478Z[ recovery-image] Oct 09 22:09:48.919 INFO O| Oct 09 22:09:48.919 INFO STEP 758 (remove_files) COMPLETE
64232024-10-09T22:09:50.478Z[ recovery-image] Oct 09 22:09:48.919 INFO O| Oct 09 22:09:48.919 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-09T22:09:50.486Z[ recovery-image] Oct 09 22:09:48.929 INFO O| Oct 09 22:09:48.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64252024-10-09T22:09:50.489Z[ recovery-image] Oct 09 22:09:48.929 INFO O| Oct 09 22:09:48.929 INFO STEP 759 (remove_files) COMPLETE
64262024-10-09T22:09:50.490Z[ recovery-image] Oct 09 22:09:48.929 INFO O| Oct 09 22:09:48.929 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-09T22:09:50.498Z[ recovery-image] Oct 09 22:09:48.941 INFO O| Oct 09 22:09:48.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64282024-10-09T22:09:50.500Z[ recovery-image] Oct 09 22:09:48.941 INFO O| Oct 09 22:09:48.941 INFO STEP 760 (remove_files) COMPLETE
64292024-10-09T22:09:50.500Z[ recovery-image] Oct 09 22:09:48.941 INFO O| Oct 09 22:09:48.941 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-09T22:09:50.509Z[ recovery-image] Oct 09 22:09:48.952 INFO O| Oct 09 22:09:48.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64312024-10-09T22:09:50.509Z[ recovery-image] Oct 09 22:09:48.952 INFO O| Oct 09 22:09:48.952 INFO STEP 761 (remove_files) COMPLETE
64322024-10-09T22:09:50.509Z[ recovery-image] Oct 09 22:09:48.952 INFO O| Oct 09 22:09:48.952 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-09T22:09:50.520Z[ recovery-image] Oct 09 22:09:48.963 INFO O| Oct 09 22:09:48.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64342024-10-09T22:09:50.520Z[ recovery-image] Oct 09 22:09:48.963 INFO O| Oct 09 22:09:48.963 INFO STEP 762 (remove_files) COMPLETE
64352024-10-09T22:09:50.520Z[ recovery-image] Oct 09 22:09:48.963 INFO O| Oct 09 22:09:48.963 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-09T22:09:50.531Z[ recovery-image] Oct 09 22:09:48.973 INFO O| Oct 09 22:09:48.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64372024-10-09T22:09:50.531Z[ recovery-image] Oct 09 22:09:48.973 INFO O| Oct 09 22:09:48.973 INFO STEP 763 (remove_files) COMPLETE
64382024-10-09T22:09:50.531Z[ recovery-image] Oct 09 22:09:48.973 INFO O| Oct 09 22:09:48.973 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-09T22:09:50.541Z[ recovery-image] Oct 09 22:09:48.984 INFO O| Oct 09 22:09:48.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64402024-10-09T22:09:50.542Z[ recovery-image] Oct 09 22:09:48.984 INFO O| Oct 09 22:09:48.984 INFO STEP 764 (remove_files) COMPLETE
64412024-10-09T22:09:50.542Z[ recovery-image] Oct 09 22:09:48.984 INFO O| Oct 09 22:09:48.984 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-09T22:09:50.551Z[ recovery-image] Oct 09 22:09:48.994 INFO O| Oct 09 22:09:48.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64432024-10-09T22:09:50.554Z[ recovery-image] Oct 09 22:09:48.994 INFO O| Oct 09 22:09:48.994 INFO STEP 765 (remove_files) COMPLETE
64442024-10-09T22:09:50.554Z[ recovery-image] Oct 09 22:09:48.994 INFO O| Oct 09 22:09:48.994 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-09T22:09:50.563Z[ recovery-image] Oct 09 22:09:49.005 INFO O| Oct 09 22:09:49.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64462024-10-09T22:09:50.563Z[ recovery-image] Oct 09 22:09:49.005 INFO O| Oct 09 22:09:49.005 INFO STEP 766 (remove_files) COMPLETE
64472024-10-09T22:09:50.563Z[ recovery-image] Oct 09 22:09:49.005 INFO O| Oct 09 22:09:49.005 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-09T22:09:50.574Z[ recovery-image] Oct 09 22:09:49.016 INFO O| Oct 09 22:09:49.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64492024-10-09T22:09:50.576Z[ recovery-image] Oct 09 22:09:49.017 INFO O| Oct 09 22:09:49.017 INFO STEP 767 (remove_files) COMPLETE
64502024-10-09T22:09:50.576Z[ recovery-image] Oct 09 22:09:49.017 INFO O| Oct 09 22:09:49.017 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-09T22:09:50.584Z[ recovery-image] Oct 09 22:09:49.027 INFO O| Oct 09 22:09:49.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64522024-10-09T22:09:50.584Z[ recovery-image] Oct 09 22:09:49.027 INFO O| Oct 09 22:09:49.027 INFO STEP 768 (remove_files) COMPLETE
64532024-10-09T22:09:50.587Z[ recovery-image] Oct 09 22:09:49.027 INFO O| Oct 09 22:09:49.027 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-09T22:09:50.594Z[ recovery-image] Oct 09 22:09:49.037 INFO O| Oct 09 22:09:49.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64552024-10-09T22:09:50.597Z[ recovery-image] Oct 09 22:09:49.038 INFO O| Oct 09 22:09:49.037 INFO STEP 769 (remove_files) COMPLETE
64562024-10-09T22:09:50.597Z[ recovery-image] Oct 09 22:09:49.038 INFO O| Oct 09 22:09:49.038 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-09T22:09:50.605Z[ recovery-image] Oct 09 22:09:49.048 INFO O| Oct 09 22:09:49.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64582024-10-09T22:09:50.609Z[ recovery-image] Oct 09 22:09:49.048 INFO O| Oct 09 22:09:49.048 INFO STEP 770 (remove_files) COMPLETE
64592024-10-09T22:09:50.609Z[ recovery-image] Oct 09 22:09:49.048 INFO O| Oct 09 22:09:49.048 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-10-09T22:09:50.617Z[ recovery-image] Oct 09 22:09:49.060 INFO O| Oct 09 22:09:49.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64612024-10-09T22:09:50.617Z[ recovery-image] Oct 09 22:09:49.060 INFO O| Oct 09 22:09:49.060 INFO STEP 771 (remove_files) COMPLETE
64622024-10-09T22:09:50.619Z[ recovery-image] Oct 09 22:09:49.060 INFO O| Oct 09 22:09:49.060 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-10-09T22:09:50.628Z[ recovery-image] Oct 09 22:09:49.070 INFO O| Oct 09 22:09:49.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64642024-10-09T22:09:50.630Z[ recovery-image] Oct 09 22:09:49.071 INFO O| Oct 09 22:09:49.071 INFO STEP 772 (remove_files) COMPLETE
64652024-10-09T22:09:50.630Z[ recovery-image] Oct 09 22:09:49.071 INFO O| Oct 09 22:09:49.071 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-10-09T22:09:50.638Z[ recovery-image] Oct 09 22:09:49.081 INFO O| Oct 09 22:09:49.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64672024-10-09T22:09:50.638Z[ recovery-image] Oct 09 22:09:49.081 INFO O| Oct 09 22:09:49.081 INFO STEP 773 (remove_files) COMPLETE
64682024-10-09T22:09:50.641Z[ recovery-image] Oct 09 22:09:49.081 INFO O| Oct 09 22:09:49.081 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-10-09T22:09:50.648Z[ recovery-image] Oct 09 22:09:49.091 INFO O| Oct 09 22:09:49.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64702024-10-09T22:09:50.648Z[ recovery-image] Oct 09 22:09:49.091 INFO O| Oct 09 22:09:49.091 INFO STEP 774 (remove_files) COMPLETE
64712024-10-09T22:09:50.652Z[ recovery-image] Oct 09 22:09:49.091 INFO O| Oct 09 22:09:49.091 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-10-09T22:09:50.660Z[ recovery-image] Oct 09 22:09:49.103 INFO O| Oct 09 22:09:49.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64732024-10-09T22:09:50.664Z[ recovery-image] Oct 09 22:09:49.103 INFO O| Oct 09 22:09:49.103 INFO STEP 775 (remove_files) COMPLETE
64742024-10-09T22:09:50.664Z[ recovery-image] Oct 09 22:09:49.103 INFO O| Oct 09 22:09:49.103 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-10-09T22:09:50.671Z[ recovery-image] Oct 09 22:09:49.113 INFO O| Oct 09 22:09:49.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64762024-10-09T22:09:50.671Z[ recovery-image] Oct 09 22:09:49.113 INFO O| Oct 09 22:09:49.113 INFO STEP 776 (remove_files) COMPLETE
64772024-10-09T22:09:50.673Z[ recovery-image] Oct 09 22:09:49.113 INFO O| Oct 09 22:09:49.113 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-10-09T22:09:50.681Z[ recovery-image] Oct 09 22:09:49.123 INFO O| Oct 09 22:09:49.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64792024-10-09T22:09:50.681Z[ recovery-image] Oct 09 22:09:49.124 INFO O| Oct 09 22:09:49.124 INFO STEP 777 (remove_files) COMPLETE
64802024-10-09T22:09:50.681Z[ recovery-image] Oct 09 22:09:49.124 INFO O| Oct 09 22:09:49.124 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-10-09T22:09:50.691Z[ recovery-image] Oct 09 22:09:49.134 INFO O| Oct 09 22:09:49.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64822024-10-09T22:09:50.691Z[ recovery-image] Oct 09 22:09:49.134 INFO O| Oct 09 22:09:49.134 INFO STEP 778 (remove_files) COMPLETE
64832024-10-09T22:09:50.691Z[ recovery-image] Oct 09 22:09:49.134 INFO O| Oct 09 22:09:49.134 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-09T22:09:50.701Z[ recovery-image] Oct 09 22:09:49.144 INFO O| Oct 09 22:09:49.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64852024-10-09T22:09:50.704Z[ recovery-image] Oct 09 22:09:49.145 INFO O| Oct 09 22:09:49.144 INFO STEP 779 (remove_files) COMPLETE
64862024-10-09T22:09:50.704Z[ recovery-image] Oct 09 22:09:49.145 INFO O| Oct 09 22:09:49.145 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-09T22:09:50.712Z[ recovery-image] Oct 09 22:09:49.155 INFO O| Oct 09 22:09:49.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64882024-10-09T22:09:50.712Z[ recovery-image] Oct 09 22:09:49.155 INFO O| Oct 09 22:09:49.155 INFO STEP 780 (remove_files) COMPLETE
64892024-10-09T22:09:50.714Z[ recovery-image] Oct 09 22:09:49.155 INFO O| Oct 09 22:09:49.155 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-10-09T22:09:50.723Z[ recovery-image] Oct 09 22:09:49.165 INFO O| Oct 09 22:09:49.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64912024-10-09T22:09:50.723Z[ recovery-image] Oct 09 22:09:49.165 INFO O| Oct 09 22:09:49.165 INFO STEP 781 (remove_files) COMPLETE
64922024-10-09T22:09:50.725Z[ recovery-image] Oct 09 22:09:49.165 INFO O| Oct 09 22:09:49.165 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-10-09T22:09:50.734Z[ recovery-image] Oct 09 22:09:49.177 INFO O| Oct 09 22:09:49.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64942024-10-09T22:09:50.737Z[ recovery-image] Oct 09 22:09:49.177 INFO O| Oct 09 22:09:49.177 INFO STEP 782 (remove_files) COMPLETE
64952024-10-09T22:09:50.737Z[ recovery-image] Oct 09 22:09:49.177 INFO O| Oct 09 22:09:49.177 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-10-09T22:09:50.745Z[ recovery-image] Oct 09 22:09:49.188 INFO O| Oct 09 22:09:49.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64972024-10-09T22:09:50.748Z[ recovery-image] Oct 09 22:09:49.188 INFO O| Oct 09 22:09:49.188 INFO STEP 783 (remove_files) COMPLETE
64982024-10-09T22:09:50.748Z[ recovery-image] Oct 09 22:09:49.188 INFO O| Oct 09 22:09:49.188 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-10-09T22:09:50.755Z[ recovery-image] Oct 09 22:09:49.198 INFO O| Oct 09 22:09:49.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65002024-10-09T22:09:50.755Z[ recovery-image] Oct 09 22:09:49.198 INFO O| Oct 09 22:09:49.198 INFO STEP 784 (remove_files) COMPLETE
65012024-10-09T22:09:50.758Z[ recovery-image] Oct 09 22:09:49.198 INFO O| Oct 09 22:09:49.198 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-10-09T22:09:50.765Z[ recovery-image] Oct 09 22:09:49.208 INFO O| Oct 09 22:09:49.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65032024-10-09T22:09:50.767Z[ recovery-image] Oct 09 22:09:49.208 INFO O| Oct 09 22:09:49.208 INFO STEP 785 (remove_files) COMPLETE
65042024-10-09T22:09:50.767Z[ recovery-image] Oct 09 22:09:49.208 INFO O| Oct 09 22:09:49.208 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-10-09T22:09:50.775Z[ recovery-image] Oct 09 22:09:49.218 INFO O| Oct 09 22:09:49.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65062024-10-09T22:09:50.775Z[ recovery-image] Oct 09 22:09:49.218 INFO O| Oct 09 22:09:49.218 INFO STEP 786 (remove_files) COMPLETE
65072024-10-09T22:09:50.778Z[ recovery-image] Oct 09 22:09:49.218 INFO O| Oct 09 22:09:49.218 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-10-09T22:09:50.786Z[ recovery-image] Oct 09 22:09:49.228 INFO O| Oct 09 22:09:49.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65092024-10-09T22:09:50.788Z[ recovery-image] Oct 09 22:09:49.229 INFO O| Oct 09 22:09:49.228 INFO STEP 787 (remove_files) COMPLETE
65102024-10-09T22:09:50.788Z[ recovery-image] Oct 09 22:09:49.229 INFO O| Oct 09 22:09:49.228 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-10-09T22:09:50.796Z[ recovery-image] Oct 09 22:09:49.239 INFO O| Oct 09 22:09:49.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65122024-10-09T22:09:50.799Z[ recovery-image] Oct 09 22:09:49.239 INFO O| Oct 09 22:09:49.239 INFO STEP 788 (remove_files) COMPLETE
65132024-10-09T22:09:50.799Z[ recovery-image] Oct 09 22:09:49.239 INFO O| Oct 09 22:09:49.239 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-10-09T22:09:50.806Z[ recovery-image] Oct 09 22:09:49.249 INFO O| Oct 09 22:09:49.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65152024-10-09T22:09:50.806Z[ recovery-image] Oct 09 22:09:49.249 INFO O| Oct 09 22:09:49.249 INFO STEP 789 (remove_files) COMPLETE
65162024-10-09T22:09:50.809Z[ recovery-image] Oct 09 22:09:49.249 INFO O| Oct 09 22:09:49.249 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-10-09T22:09:50.817Z[ recovery-image] Oct 09 22:09:49.259 INFO O| Oct 09 22:09:49.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65182024-10-09T22:09:50.817Z[ recovery-image] Oct 09 22:09:49.259 INFO O| Oct 09 22:09:49.259 INFO STEP 790 (remove_files) COMPLETE
65192024-10-09T22:09:50.817Z[ recovery-image] Oct 09 22:09:49.259 INFO O| Oct 09 22:09:49.259 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-09T22:09:50.828Z[ recovery-image] Oct 09 22:09:49.270 INFO O| Oct 09 22:09:49.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65212024-10-09T22:09:50.828Z[ recovery-image] Oct 09 22:09:49.270 INFO O| Oct 09 22:09:49.270 INFO STEP 791 (remove_files) COMPLETE
65222024-10-09T22:09:50.828Z[ recovery-image] Oct 09 22:09:49.270 INFO O| Oct 09 22:09:49.270 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-09T22:09:50.837Z[ recovery-image] Oct 09 22:09:49.280 INFO O| Oct 09 22:09:49.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65242024-10-09T22:09:50.837Z[ recovery-image] Oct 09 22:09:49.280 INFO O| Oct 09 22:09:49.280 INFO STEP 792 (remove_files) COMPLETE
65252024-10-09T22:09:50.840Z[ recovery-image] Oct 09 22:09:49.280 INFO O| Oct 09 22:09:49.280 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-09T22:09:50.847Z[ recovery-image] Oct 09 22:09:49.290 INFO O| Oct 09 22:09:49.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65272024-10-09T22:09:50.847Z[ recovery-image] Oct 09 22:09:49.290 INFO O| Oct 09 22:09:49.290 INFO STEP 793 (remove_files) COMPLETE
65282024-10-09T22:09:50.847Z[ recovery-image] Oct 09 22:09:49.290 INFO O| Oct 09 22:09:49.290 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-09T22:09:50.858Z[ recovery-image] Oct 09 22:09:49.301 INFO O| Oct 09 22:09:49.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65302024-10-09T22:09:50.860Z[ recovery-image] Oct 09 22:09:49.301 INFO O| Oct 09 22:09:49.301 INFO STEP 794 (remove_files) COMPLETE
65312024-10-09T22:09:50.860Z[ recovery-image] Oct 09 22:09:49.301 INFO O| Oct 09 22:09:49.301 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-09T22:09:50.869Z[ recovery-image] Oct 09 22:09:49.311 INFO O| Oct 09 22:09:49.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65332024-10-09T22:09:50.869Z[ recovery-image] Oct 09 22:09:49.311 INFO O| Oct 09 22:09:49.311 INFO STEP 795 (remove_files) COMPLETE
65342024-10-09T22:09:50.871Z[ recovery-image] Oct 09 22:09:49.311 INFO O| Oct 09 22:09:49.311 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-09T22:09:50.879Z[ recovery-image] Oct 09 22:09:49.322 INFO O| Oct 09 22:09:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65362024-10-09T22:09:50.881Z[ recovery-image] Oct 09 22:09:49.322 INFO O| Oct 09 22:09:49.322 INFO STEP 796 (remove_files) COMPLETE
65372024-10-09T22:09:50.881Z[ recovery-image] Oct 09 22:09:49.322 INFO O| Oct 09 22:09:49.322 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-09T22:09:50.889Z[ recovery-image] Oct 09 22:09:49.332 INFO O| Oct 09 22:09:49.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65392024-10-09T22:09:50.891Z[ recovery-image] Oct 09 22:09:49.332 INFO O| Oct 09 22:09:49.332 INFO STEP 797 (remove_files) COMPLETE
65402024-10-09T22:09:50.891Z[ recovery-image] Oct 09 22:09:49.332 INFO O| Oct 09 22:09:49.332 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-09T22:09:50.899Z[ recovery-image] Oct 09 22:09:49.342 INFO O| Oct 09 22:09:49.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65422024-10-09T22:09:50.899Z[ recovery-image] Oct 09 22:09:49.342 INFO O| Oct 09 22:09:49.342 INFO STEP 798 (remove_files) COMPLETE
65432024-10-09T22:09:50.899Z[ recovery-image] Oct 09 22:09:49.342 INFO O| Oct 09 22:09:49.342 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-09T22:09:50.910Z[ recovery-image] Oct 09 22:09:49.352 INFO O| Oct 09 22:09:49.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65452024-10-09T22:09:50.910Z[ recovery-image] Oct 09 22:09:49.352 INFO O| Oct 09 22:09:49.352 INFO STEP 799 (remove_files) COMPLETE
65462024-10-09T22:09:50.910Z[ recovery-image] Oct 09 22:09:49.352 INFO O| Oct 09 22:09:49.352 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-10-09T22:09:50.920Z[ recovery-image] Oct 09 22:09:49.363 INFO O| Oct 09 22:09:49.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65482024-10-09T22:09:50.920Z[ recovery-image] Oct 09 22:09:49.363 INFO O| Oct 09 22:09:49.363 INFO STEP 800 (remove_files) COMPLETE
65492024-10-09T22:09:50.923Z[ recovery-image] Oct 09 22:09:49.363 INFO O| Oct 09 22:09:49.363 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-10-09T22:09:50.930Z[ recovery-image] Oct 09 22:09:49.373 INFO O| Oct 09 22:09:49.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65512024-10-09T22:09:50.932Z[ recovery-image] Oct 09 22:09:49.373 INFO O| Oct 09 22:09:49.373 INFO STEP 801 (remove_files) COMPLETE
65522024-10-09T22:09:50.933Z[ recovery-image] Oct 09 22:09:49.373 INFO O| Oct 09 22:09:49.373 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-10-09T22:09:50.940Z[ recovery-image] Oct 09 22:09:49.383 INFO O| Oct 09 22:09:49.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65542024-10-09T22:09:50.940Z[ recovery-image] Oct 09 22:09:49.383 INFO O| Oct 09 22:09:49.383 INFO STEP 802 (remove_files) COMPLETE
65552024-10-09T22:09:50.940Z[ recovery-image] Oct 09 22:09:49.383 INFO O| Oct 09 22:09:49.383 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-10-09T22:09:50.950Z[ recovery-image] Oct 09 22:09:49.393 INFO O| Oct 09 22:09:49.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65572024-10-09T22:09:50.953Z[ recovery-image] Oct 09 22:09:49.393 INFO O| Oct 09 22:09:49.393 INFO STEP 803 (remove_files) COMPLETE
65582024-10-09T22:09:50.953Z[ recovery-image] Oct 09 22:09:49.393 INFO O| Oct 09 22:09:49.393 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-10-09T22:09:50.961Z[ recovery-image] Oct 09 22:09:49.404 INFO O| Oct 09 22:09:49.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65602024-10-09T22:09:50.961Z[ recovery-image] Oct 09 22:09:49.404 INFO O| Oct 09 22:09:49.404 INFO STEP 804 (remove_files) COMPLETE
65612024-10-09T22:09:50.963Z[ recovery-image] Oct 09 22:09:49.404 INFO O| Oct 09 22:09:49.404 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-10-09T22:09:50.971Z[ recovery-image] Oct 09 22:09:49.414 INFO O| Oct 09 22:09:49.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65632024-10-09T22:09:50.974Z[ recovery-image] Oct 09 22:09:49.414 INFO O| Oct 09 22:09:49.414 INFO STEP 805 (remove_files) COMPLETE
65642024-10-09T22:09:50.974Z[ recovery-image] Oct 09 22:09:49.414 INFO O| Oct 09 22:09:49.414 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-10-09T22:09:50.982Z[ recovery-image] Oct 09 22:09:49.424 INFO O| Oct 09 22:09:49.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65662024-10-09T22:09:50.984Z[ recovery-image] Oct 09 22:09:49.424 INFO O| Oct 09 22:09:49.424 INFO STEP 806 (remove_files) COMPLETE
65672024-10-09T22:09:50.984Z[ recovery-image] Oct 09 22:09:49.424 INFO O| Oct 09 22:09:49.424 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-10-09T22:09:50.992Z[ recovery-image] Oct 09 22:09:49.435 INFO O| Oct 09 22:09:49.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65692024-10-09T22:09:50.994Z[ recovery-image] Oct 09 22:09:49.435 INFO O| Oct 09 22:09:49.435 INFO STEP 807 (remove_files) COMPLETE
65702024-10-09T22:09:50.994Z[ recovery-image] Oct 09 22:09:49.435 INFO O| Oct 09 22:09:49.435 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-10-09T22:09:51.005Z[ recovery-image] Oct 09 22:09:49.447 INFO O| Oct 09 22:09:49.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65722024-10-09T22:09:51.007Z[ recovery-image] Oct 09 22:09:49.447 INFO O| Oct 09 22:09:49.447 INFO STEP 808 (remove_files) COMPLETE
65732024-10-09T22:09:51.007Z[ recovery-image] Oct 09 22:09:49.448 INFO O| Oct 09 22:09:49.447 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-10-09T22:09:51.016Z[ recovery-image] Oct 09 22:09:49.458 INFO O| Oct 09 22:09:49.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65752024-10-09T22:09:51.018Z[ recovery-image] Oct 09 22:09:49.458 INFO O| Oct 09 22:09:49.458 INFO STEP 809 (remove_files) COMPLETE
65762024-10-09T22:09:51.018Z[ recovery-image] Oct 09 22:09:49.458 INFO O| Oct 09 22:09:49.458 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-10-09T22:09:51.026Z[ recovery-image] Oct 09 22:09:49.469 INFO O| Oct 09 22:09:49.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65782024-10-09T22:09:51.029Z[ recovery-image] Oct 09 22:09:49.469 INFO O| Oct 09 22:09:49.469 INFO STEP 810 (remove_files) COMPLETE
65792024-10-09T22:09:51.029Z[ recovery-image] Oct 09 22:09:49.469 INFO O| Oct 09 22:09:49.469 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-10-09T22:09:51.038Z[ recovery-image] Oct 09 22:09:49.481 INFO O| Oct 09 22:09:49.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65812024-10-09T22:09:51.038Z[ recovery-image] Oct 09 22:09:49.481 INFO O| Oct 09 22:09:49.481 INFO STEP 811 (remove_files) COMPLETE
65822024-10-09T22:09:51.041Z[ recovery-image] Oct 09 22:09:49.481 INFO O| Oct 09 22:09:49.481 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-10-09T22:09:51.048Z[ recovery-image] Oct 09 22:09:49.491 INFO O| Oct 09 22:09:49.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65842024-10-09T22:09:51.048Z[ recovery-image] Oct 09 22:09:49.491 INFO O| Oct 09 22:09:49.491 INFO STEP 812 (remove_files) COMPLETE
65852024-10-09T22:09:51.048Z[ recovery-image] Oct 09 22:09:49.491 INFO O| Oct 09 22:09:49.491 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-10-09T22:09:51.059Z[ recovery-image] Oct 09 22:09:49.502 INFO O| Oct 09 22:09:49.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65872024-10-09T22:09:51.059Z[ recovery-image] Oct 09 22:09:49.502 INFO O| Oct 09 22:09:49.502 INFO STEP 813 (remove_files) COMPLETE
65882024-10-09T22:09:51.062Z[ recovery-image] Oct 09 22:09:49.502 INFO O| Oct 09 22:09:49.502 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-10-09T22:09:51.070Z[ recovery-image] Oct 09 22:09:49.513 INFO O| Oct 09 22:09:49.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65902024-10-09T22:09:51.070Z[ recovery-image] Oct 09 22:09:49.513 INFO O| Oct 09 22:09:49.513 INFO STEP 814 (remove_files) COMPLETE
65912024-10-09T22:09:51.070Z[ recovery-image] Oct 09 22:09:49.513 INFO O| Oct 09 22:09:49.513 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-10-09T22:09:51.081Z[ recovery-image] Oct 09 22:09:49.523 INFO O| Oct 09 22:09:49.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65932024-10-09T22:09:51.081Z[ recovery-image] Oct 09 22:09:49.523 INFO O| Oct 09 22:09:49.523 INFO STEP 815 (remove_files) COMPLETE
65942024-10-09T22:09:51.081Z[ recovery-image] Oct 09 22:09:49.523 INFO O| Oct 09 22:09:49.523 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-10-09T22:09:51.092Z[ recovery-image] Oct 09 22:09:49.535 INFO O| Oct 09 22:09:49.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65962024-10-09T22:09:51.092Z[ recovery-image] Oct 09 22:09:49.535 INFO O| Oct 09 22:09:49.535 INFO STEP 816 (remove_files) COMPLETE
65972024-10-09T22:09:51.092Z[ recovery-image] Oct 09 22:09:49.535 INFO O| Oct 09 22:09:49.535 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-10-09T22:09:51.102Z[ recovery-image] Oct 09 22:09:49.545 INFO O| Oct 09 22:09:49.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65992024-10-09T22:09:51.104Z[ recovery-image] Oct 09 22:09:49.545 INFO O| Oct 09 22:09:49.545 INFO STEP 817 (remove_files) COMPLETE
66002024-10-09T22:09:51.104Z[ recovery-image] Oct 09 22:09:49.545 INFO O| Oct 09 22:09:49.545 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-10-09T22:09:51.113Z[ recovery-image] Oct 09 22:09:49.555 INFO O| Oct 09 22:09:49.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66022024-10-09T22:09:51.113Z[ recovery-image] Oct 09 22:09:49.555 INFO O| Oct 09 22:09:49.555 INFO STEP 818 (remove_files) COMPLETE
66032024-10-09T22:09:51.113Z[ recovery-image] Oct 09 22:09:49.555 INFO O| Oct 09 22:09:49.555 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-10-09T22:09:51.123Z[ recovery-image] Oct 09 22:09:49.566 INFO O| Oct 09 22:09:49.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66052024-10-09T22:09:51.123Z[ recovery-image] Oct 09 22:09:49.566 INFO O| Oct 09 22:09:49.566 INFO STEP 819 (remove_files) COMPLETE
66062024-10-09T22:09:51.125Z[ recovery-image] Oct 09 22:09:49.566 INFO O| Oct 09 22:09:49.566 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-09T22:09:51.136Z[ recovery-image] Oct 09 22:09:49.579 INFO O| Oct 09 22:09:49.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66082024-10-09T22:09:51.136Z[ recovery-image] Oct 09 22:09:49.579 INFO O| Oct 09 22:09:49.579 INFO STEP 820 (remove_files) COMPLETE
66092024-10-09T22:09:51.138Z[ recovery-image] Oct 09 22:09:49.579 INFO O| Oct 09 22:09:49.579 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-09T22:09:51.148Z[ recovery-image] Oct 09 22:09:49.590 INFO O| Oct 09 22:09:49.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66112024-10-09T22:09:51.150Z[ recovery-image] Oct 09 22:09:49.590 INFO O| Oct 09 22:09:49.590 INFO STEP 821 (remove_files) COMPLETE
66122024-10-09T22:09:51.150Z[ recovery-image] Oct 09 22:09:49.590 INFO O| Oct 09 22:09:49.590 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-09T22:09:51.158Z[ recovery-image] Oct 09 22:09:49.601 INFO O| Oct 09 22:09:49.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66142024-10-09T22:09:51.161Z[ recovery-image] Oct 09 22:09:49.601 INFO O| Oct 09 22:09:49.601 INFO STEP 822 (remove_files) COMPLETE
66152024-10-09T22:09:51.161Z[ recovery-image] Oct 09 22:09:49.601 INFO O| Oct 09 22:09:49.601 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-09T22:09:51.169Z[ recovery-image] Oct 09 22:09:49.611 INFO O| Oct 09 22:09:49.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66172024-10-09T22:09:51.169Z[ recovery-image] Oct 09 22:09:49.611 INFO O| Oct 09 22:09:49.611 INFO STEP 823 (remove_files) COMPLETE
66182024-10-09T22:09:51.171Z[ recovery-image] Oct 09 22:09:49.611 INFO O| Oct 09 22:09:49.611 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-09T22:09:51.181Z[ recovery-image] Oct 09 22:09:49.623 INFO O| Oct 09 22:09:49.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66202024-10-09T22:09:51.181Z[ recovery-image] Oct 09 22:09:49.623 INFO O| Oct 09 22:09:49.623 INFO STEP 824 (remove_files) COMPLETE
66212024-10-09T22:09:51.181Z[ recovery-image] Oct 09 22:09:49.623 INFO O| Oct 09 22:09:49.623 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-09T22:09:51.191Z[ recovery-image] Oct 09 22:09:49.634 INFO O| Oct 09 22:09:49.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66232024-10-09T22:09:51.193Z[ recovery-image] Oct 09 22:09:49.634 INFO O| Oct 09 22:09:49.634 INFO STEP 825 (remove_files) COMPLETE
66242024-10-09T22:09:51.193Z[ recovery-image] Oct 09 22:09:49.634 INFO O| Oct 09 22:09:49.634 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-09T22:09:51.203Z[ recovery-image] Oct 09 22:09:49.645 INFO O| Oct 09 22:09:49.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66262024-10-09T22:09:51.203Z[ recovery-image] Oct 09 22:09:49.645 INFO O| Oct 09 22:09:49.645 INFO STEP 826 (remove_files) COMPLETE
66272024-10-09T22:09:51.206Z[ recovery-image] Oct 09 22:09:49.645 INFO O| Oct 09 22:09:49.645 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-09T22:09:51.214Z[ recovery-image] Oct 09 22:09:49.656 INFO O| Oct 09 22:09:49.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66292024-10-09T22:09:51.214Z[ recovery-image] Oct 09 22:09:49.656 INFO O| Oct 09 22:09:49.656 INFO STEP 827 (remove_files) COMPLETE
66302024-10-09T22:09:51.216Z[ recovery-image] Oct 09 22:09:49.656 INFO O| Oct 09 22:09:49.656 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-09T22:09:51.224Z[ recovery-image] Oct 09 22:09:49.667 INFO O| Oct 09 22:09:49.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66322024-10-09T22:09:51.227Z[ recovery-image] Oct 09 22:09:49.667 INFO O| Oct 09 22:09:49.667 INFO STEP 828 (remove_files) COMPLETE
66332024-10-09T22:09:51.227Z[ recovery-image] Oct 09 22:09:49.667 INFO O| Oct 09 22:09:49.667 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-09T22:09:51.235Z[ recovery-image] Oct 09 22:09:49.677 INFO O| Oct 09 22:09:49.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66352024-10-09T22:09:51.235Z[ recovery-image] Oct 09 22:09:49.678 INFO O| Oct 09 22:09:49.678 INFO STEP 829 (remove_files) COMPLETE
66362024-10-09T22:09:51.235Z[ recovery-image] Oct 09 22:09:49.678 INFO O| Oct 09 22:09:49.678 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-09T22:09:51.245Z[ recovery-image] Oct 09 22:09:49.688 INFO O| Oct 09 22:09:49.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66382024-10-09T22:09:51.245Z[ recovery-image] Oct 09 22:09:49.688 INFO O| Oct 09 22:09:49.688 INFO STEP 830 (remove_files) COMPLETE
66392024-10-09T22:09:51.247Z[ recovery-image] Oct 09 22:09:49.688 INFO O| Oct 09 22:09:49.688 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-09T22:09:51.257Z[ recovery-image] Oct 09 22:09:49.699 INFO O| Oct 09 22:09:49.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66412024-10-09T22:09:51.257Z[ recovery-image] Oct 09 22:09:49.700 INFO O| Oct 09 22:09:49.699 INFO STEP 831 (remove_files) COMPLETE
66422024-10-09T22:09:51.257Z[ recovery-image] Oct 09 22:09:49.700 INFO O| Oct 09 22:09:49.700 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-09T22:09:51.267Z[ recovery-image] Oct 09 22:09:49.710 INFO O| Oct 09 22:09:49.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66442024-10-09T22:09:51.267Z[ recovery-image] Oct 09 22:09:49.710 INFO O| Oct 09 22:09:49.710 INFO STEP 832 (remove_files) COMPLETE
66452024-10-09T22:09:51.270Z[ recovery-image] Oct 09 22:09:49.710 INFO O| Oct 09 22:09:49.710 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-09T22:09:51.279Z[ recovery-image] Oct 09 22:09:49.722 INFO O| Oct 09 22:09:49.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66472024-10-09T22:09:51.279Z[ recovery-image] Oct 09 22:09:49.722 INFO O| Oct 09 22:09:49.722 INFO STEP 833 (remove_files) COMPLETE
66482024-10-09T22:09:51.279Z[ recovery-image] Oct 09 22:09:49.722 INFO O| Oct 09 22:09:49.722 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-09T22:09:51.289Z[ recovery-image] Oct 09 22:09:49.732 INFO O| Oct 09 22:09:49.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66502024-10-09T22:09:51.289Z[ recovery-image] Oct 09 22:09:49.732 INFO O| Oct 09 22:09:49.732 INFO STEP 834 (remove_files) COMPLETE
66512024-10-09T22:09:51.289Z[ recovery-image] Oct 09 22:09:49.732 INFO O| Oct 09 22:09:49.732 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-09T22:09:51.302Z[ recovery-image] Oct 09 22:09:49.744 INFO O| Oct 09 22:09:49.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66532024-10-09T22:09:51.304Z[ recovery-image] Oct 09 22:09:49.745 INFO O| Oct 09 22:09:49.745 INFO STEP 835 (remove_files) COMPLETE
66542024-10-09T22:09:51.304Z[ recovery-image] Oct 09 22:09:49.745 INFO O| Oct 09 22:09:49.745 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-09T22:09:51.315Z[ recovery-image] Oct 09 22:09:49.758 INFO O| Oct 09 22:09:49.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66562024-10-09T22:09:51.318Z[ recovery-image] Oct 09 22:09:49.758 INFO O| Oct 09 22:09:49.758 INFO STEP 836 (remove_files) COMPLETE
66572024-10-09T22:09:51.318Z[ recovery-image] Oct 09 22:09:49.758 INFO O| Oct 09 22:09:49.758 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-09T22:09:51.327Z[ recovery-image] Oct 09 22:09:49.769 INFO O| Oct 09 22:09:49.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66592024-10-09T22:09:51.329Z[ recovery-image] Oct 09 22:09:49.769 INFO O| Oct 09 22:09:49.769 INFO STEP 837 (remove_files) COMPLETE
66602024-10-09T22:09:51.329Z[ recovery-image] Oct 09 22:09:49.769 INFO O| Oct 09 22:09:49.769 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-09T22:09:51.338Z[ recovery-image] Oct 09 22:09:49.781 INFO O| Oct 09 22:09:49.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66622024-10-09T22:09:51.338Z[ recovery-image] Oct 09 22:09:49.781 INFO O| Oct 09 22:09:49.781 INFO STEP 838 (remove_files) COMPLETE
66632024-10-09T22:09:51.338Z[ recovery-image] Oct 09 22:09:49.781 INFO O| Oct 09 22:09:49.781 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-09T22:09:51.349Z[ recovery-image] Oct 09 22:09:49.792 INFO O| Oct 09 22:09:49.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66652024-10-09T22:09:51.349Z[ recovery-image] Oct 09 22:09:49.792 INFO O| Oct 09 22:09:49.792 INFO STEP 839 (remove_files) COMPLETE
66662024-10-09T22:09:51.351Z[ recovery-image] Oct 09 22:09:49.792 INFO O| Oct 09 22:09:49.792 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-09T22:09:51.360Z[ recovery-image] Oct 09 22:09:49.802 INFO O| Oct 09 22:09:49.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66682024-10-09T22:09:51.362Z[ recovery-image] Oct 09 22:09:49.802 INFO O| Oct 09 22:09:49.802 INFO STEP 840 (remove_files) COMPLETE
66692024-10-09T22:09:51.362Z[ recovery-image] Oct 09 22:09:49.802 INFO O| Oct 09 22:09:49.802 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-09T22:09:51.370Z[ recovery-image] Oct 09 22:09:49.813 INFO O| Oct 09 22:09:49.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66712024-10-09T22:09:51.370Z[ recovery-image] Oct 09 22:09:49.813 INFO O| Oct 09 22:09:49.813 INFO STEP 841 (remove_files) COMPLETE
66722024-10-09T22:09:51.370Z[ recovery-image] Oct 09 22:09:49.813 INFO O| Oct 09 22:09:49.813 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-09T22:09:51.381Z[ recovery-image] Oct 09 22:09:49.824 INFO O| Oct 09 22:09:49.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66742024-10-09T22:09:51.381Z[ recovery-image] Oct 09 22:09:49.824 INFO O| Oct 09 22:09:49.824 INFO STEP 842 (remove_files) COMPLETE
66752024-10-09T22:09:51.381Z[ recovery-image] Oct 09 22:09:49.824 INFO O| Oct 09 22:09:49.824 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-09T22:09:51.393Z[ recovery-image] Oct 09 22:09:49.835 INFO O| Oct 09 22:09:49.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66772024-10-09T22:09:51.395Z[ recovery-image] Oct 09 22:09:49.835 INFO O| Oct 09 22:09:49.835 INFO STEP 843 (remove_files) COMPLETE
66782024-10-09T22:09:51.395Z[ recovery-image] Oct 09 22:09:49.835 INFO O| Oct 09 22:09:49.835 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-09T22:09:51.404Z[ recovery-image] Oct 09 22:09:49.846 INFO O| Oct 09 22:09:49.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66802024-10-09T22:09:51.404Z[ recovery-image] Oct 09 22:09:49.846 INFO O| Oct 09 22:09:49.846 INFO STEP 844 (remove_files) COMPLETE
66812024-10-09T22:09:51.404Z[ recovery-image] Oct 09 22:09:49.846 INFO O| Oct 09 22:09:49.846 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-09T22:09:51.414Z[ recovery-image] Oct 09 22:09:49.857 INFO O| Oct 09 22:09:49.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66832024-10-09T22:09:51.414Z[ recovery-image] Oct 09 22:09:49.857 INFO O| Oct 09 22:09:49.857 INFO STEP 845 (remove_files) COMPLETE
66842024-10-09T22:09:51.414Z[ recovery-image] Oct 09 22:09:49.857 INFO O| Oct 09 22:09:49.857 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-10-09T22:09:51.425Z[ recovery-image] Oct 09 22:09:49.868 INFO O| Oct 09 22:09:49.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66862024-10-09T22:09:51.425Z[ recovery-image] Oct 09 22:09:49.868 INFO O| Oct 09 22:09:49.868 INFO STEP 846 (remove_files) COMPLETE
66872024-10-09T22:09:51.425Z[ recovery-image] Oct 09 22:09:49.868 INFO O| Oct 09 22:09:49.868 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-10-09T22:09:51.436Z[ recovery-image] Oct 09 22:09:49.878 INFO O| Oct 09 22:09:49.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66892024-10-09T22:09:51.436Z[ recovery-image] Oct 09 22:09:49.878 INFO O| Oct 09 22:09:49.878 INFO STEP 847 (remove_files) COMPLETE
66902024-10-09T22:09:51.436Z[ recovery-image] Oct 09 22:09:49.878 INFO O| Oct 09 22:09:49.878 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-10-09T22:09:51.446Z[ recovery-image] Oct 09 22:09:49.889 INFO O| Oct 09 22:09:49.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66922024-10-09T22:09:51.448Z[ recovery-image] Oct 09 22:09:49.889 INFO O| Oct 09 22:09:49.889 INFO STEP 848 (remove_files) COMPLETE
66932024-10-09T22:09:51.449Z[ recovery-image] Oct 09 22:09:49.889 INFO O| Oct 09 22:09:49.889 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-10-09T22:09:51.457Z[ recovery-image] Oct 09 22:09:49.899 INFO O| Oct 09 22:09:49.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66952024-10-09T22:09:51.457Z[ recovery-image] Oct 09 22:09:49.899 INFO O| Oct 09 22:09:49.899 INFO STEP 849 (remove_files) COMPLETE
66962024-10-09T22:09:51.457Z[ recovery-image] Oct 09 22:09:49.899 INFO O| Oct 09 22:09:49.899 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-10-09T22:09:51.468Z[ recovery-image] Oct 09 22:09:49.911 INFO O| Oct 09 22:09:49.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66982024-10-09T22:09:51.471Z[ recovery-image] Oct 09 22:09:49.911 INFO O| Oct 09 22:09:49.911 INFO STEP 850 (remove_files) COMPLETE
66992024-10-09T22:09:51.471Z[ recovery-image] Oct 09 22:09:49.911 INFO O| Oct 09 22:09:49.911 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-10-09T22:09:51.479Z[ recovery-image] Oct 09 22:09:49.922 INFO O| Oct 09 22:09:49.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67012024-10-09T22:09:51.479Z[ recovery-image] Oct 09 22:09:49.922 INFO O| Oct 09 22:09:49.922 INFO STEP 851 (remove_files) COMPLETE
67022024-10-09T22:09:52.485Z[ recovery-image] Oct 09 22:09:49.922 INFO O| Oct 09 22:09:49.922 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.932 INFO O| Oct 09 22:09:49.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67042024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.932 INFO O| Oct 09 22:09:49.932 INFO STEP 852 (remove_files) COMPLETE
67052024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.932 INFO O| Oct 09 22:09:49.932 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.942 INFO O| Oct 09 22:09:49.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67072024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.942 INFO O| Oct 09 22:09:49.942 INFO STEP 853 (remove_files) COMPLETE
67082024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.942 INFO O| Oct 09 22:09:49.942 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.952 INFO O| Oct 09 22:09:49.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67102024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.952 INFO O| Oct 09 22:09:49.952 INFO STEP 854 (remove_files) COMPLETE
67112024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.952 INFO O| Oct 09 22:09:49.952 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.961 INFO O| Oct 09 22:09:49.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67132024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.962 INFO O| Oct 09 22:09:49.962 INFO STEP 855 (remove_files) COMPLETE
67142024-10-09T22:09:52.490Z[ recovery-image] Oct 09 22:09:49.962 INFO O| Oct 09 22:09:49.962 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:49.971 INFO O| Oct 09 22:09:49.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67162024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:49.972 INFO O| Oct 09 22:09:49.971 INFO STEP 856 (remove_files) COMPLETE
67172024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:49.972 INFO O| Oct 09 22:09:49.972 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:49.981 INFO O| Oct 09 22:09:49.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67192024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:49.982 INFO O| Oct 09 22:09:49.982 INFO STEP 857 (remove_files) COMPLETE
67202024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:49.982 INFO O| Oct 09 22:09:49.982 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:49.992 INFO O| Oct 09 22:09:49.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67222024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:49.992 INFO O| Oct 09 22:09:49.992 INFO STEP 858 (remove_files) COMPLETE
67232024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:49.992 INFO O| Oct 09 22:09:49.992 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.002 INFO O| Oct 09 22:09:50.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67252024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.002 INFO O| Oct 09 22:09:50.002 INFO STEP 859 (remove_files) COMPLETE
67262024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.002 INFO O| Oct 09 22:09:50.002 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.012 INFO O| Oct 09 22:09:50.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67282024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.012 INFO O| Oct 09 22:09:50.012 INFO STEP 860 (remove_files) COMPLETE
67292024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.013 INFO O| Oct 09 22:09:50.012 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.022 INFO O| Oct 09 22:09:50.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67312024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.023 INFO O| Oct 09 22:09:50.023 INFO STEP 861 (remove_files) COMPLETE
67322024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.023 INFO O| Oct 09 22:09:50.023 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.033 INFO O| Oct 09 22:09:50.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67342024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.033 INFO O| Oct 09 22:09:50.033 INFO STEP 862 (remove_files) COMPLETE
67352024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.033 INFO O| Oct 09 22:09:50.033 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.042 INFO O| Oct 09 22:09:50.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67372024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.043 INFO O| Oct 09 22:09:50.043 INFO STEP 863 (remove_files) COMPLETE
67382024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.043 INFO O| Oct 09 22:09:50.043 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.052 INFO O| Oct 09 22:09:50.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67402024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.052 INFO O| Oct 09 22:09:50.052 INFO STEP 864 (remove_files) COMPLETE
67412024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.052 INFO O| Oct 09 22:09:50.052 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.062 INFO O| Oct 09 22:09:50.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67432024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.062 INFO O| Oct 09 22:09:50.062 INFO STEP 865 (remove_files) COMPLETE
67442024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.062 INFO O| Oct 09 22:09:50.062 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.072 INFO O| Oct 09 22:09:50.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67462024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.073 INFO O| Oct 09 22:09:50.072 INFO STEP 866 (remove_files) COMPLETE
67472024-10-09T22:09:52.491Z[ recovery-image] Oct 09 22:09:50.073 INFO O| Oct 09 22:09:50.073 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.084 INFO O| Oct 09 22:09:50.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67492024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.084 INFO O| Oct 09 22:09:50.084 INFO STEP 867 (remove_files) COMPLETE
67502024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.084 INFO O| Oct 09 22:09:50.084 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.095 INFO O| Oct 09 22:09:50.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67522024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.095 INFO O| Oct 09 22:09:50.095 INFO STEP 868 (remove_files) COMPLETE
67532024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.095 INFO O| Oct 09 22:09:50.095 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.105 INFO O| Oct 09 22:09:50.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67552024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.105 INFO O| Oct 09 22:09:50.105 INFO STEP 869 (remove_files) COMPLETE
67562024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.105 INFO O| Oct 09 22:09:50.105 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.116 INFO O| Oct 09 22:09:50.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67582024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.116 INFO O| Oct 09 22:09:50.116 INFO STEP 870 (remove_files) COMPLETE
67592024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.116 INFO O| Oct 09 22:09:50.116 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.127 INFO O| Oct 09 22:09:50.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67612024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.127 INFO O| Oct 09 22:09:50.127 INFO STEP 871 (remove_files) COMPLETE
67622024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.127 INFO O| Oct 09 22:09:50.127 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.137 INFO O| Oct 09 22:09:50.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67642024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.137 INFO O| Oct 09 22:09:50.137 INFO STEP 872 (remove_files) COMPLETE
67652024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.137 INFO O| Oct 09 22:09:50.137 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.149 INFO O| Oct 09 22:09:50.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67672024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.149 INFO O| Oct 09 22:09:50.149 INFO STEP 873 (remove_files) COMPLETE
67682024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.149 INFO O| Oct 09 22:09:50.149 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.160 INFO O| Oct 09 22:09:50.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67702024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.160 INFO O| Oct 09 22:09:50.160 INFO STEP 874 (remove_files) COMPLETE
67712024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.160 INFO O| Oct 09 22:09:50.160 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.172 INFO O| Oct 09 22:09:50.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67732024-10-09T22:09:52.493Z[ recovery-image] Oct 09 22:09:50.172 INFO O| Oct 09 22:09:50.172 INFO STEP 875 (remove_files) COMPLETE
67742024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.172 INFO O| Oct 09 22:09:50.172 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.182 INFO O| Oct 09 22:09:50.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67762024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.182 INFO O| Oct 09 22:09:50.182 INFO STEP 876 (remove_files) COMPLETE
67772024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.182 INFO O| Oct 09 22:09:50.182 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.194 INFO O| Oct 09 22:09:50.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67792024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.194 INFO O| Oct 09 22:09:50.194 INFO STEP 877 (remove_files) COMPLETE
67802024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.194 INFO O| Oct 09 22:09:50.194 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.205 INFO O| Oct 09 22:09:50.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67822024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.205 INFO O| Oct 09 22:09:50.205 INFO STEP 878 (remove_files) COMPLETE
67832024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.205 INFO O| Oct 09 22:09:50.205 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.216 INFO O| Oct 09 22:09:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67852024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.216 INFO O| Oct 09 22:09:50.216 INFO STEP 879 (remove_files) COMPLETE
67862024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.216 INFO O| Oct 09 22:09:50.216 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.226 INFO O| Oct 09 22:09:50.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67882024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.226 INFO O| Oct 09 22:09:50.226 INFO STEP 880 (remove_files) COMPLETE
67892024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.226 INFO O| Oct 09 22:09:50.226 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.237 INFO O| Oct 09 22:09:50.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67912024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.237 INFO O| Oct 09 22:09:50.237 INFO STEP 881 (remove_files) COMPLETE
67922024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.237 INFO O| Oct 09 22:09:50.237 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.248 INFO O| Oct 09 22:09:50.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67942024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.248 INFO O| Oct 09 22:09:50.248 INFO STEP 882 (remove_files) COMPLETE
67952024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.248 INFO O| Oct 09 22:09:50.248 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.258 INFO O| Oct 09 22:09:50.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67972024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.258 INFO O| Oct 09 22:09:50.258 INFO STEP 883 (remove_files) COMPLETE
67982024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.258 INFO O| Oct 09 22:09:50.258 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.269 INFO O| Oct 09 22:09:50.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68002024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.269 INFO O| Oct 09 22:09:50.269 INFO STEP 884 (remove_files) COMPLETE
68012024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.269 INFO O| Oct 09 22:09:50.269 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-10-09T22:09:52.494Z[ recovery-image] Oct 09 22:09:50.279 INFO O| Oct 09 22:09:50.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68032024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.279 INFO O| Oct 09 22:09:50.279 INFO STEP 885 (remove_files) COMPLETE
68042024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.279 INFO O| Oct 09 22:09:50.279 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.289 INFO O| Oct 09 22:09:50.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68062024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.290 INFO O| Oct 09 22:09:50.290 INFO STEP 886 (remove_files) COMPLETE
68072024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.290 INFO O| Oct 09 22:09:50.290 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.300 INFO O| Oct 09 22:09:50.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68092024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.300 INFO O| Oct 09 22:09:50.300 INFO STEP 887 (remove_files) COMPLETE
68102024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.300 INFO O| Oct 09 22:09:50.300 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.310 INFO O| Oct 09 22:09:50.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68122024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.310 INFO O| Oct 09 22:09:50.310 INFO STEP 888 (remove_files) COMPLETE
68132024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.310 INFO O| Oct 09 22:09:50.310 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.320 INFO O| Oct 09 22:09:50.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68152024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.320 INFO O| Oct 09 22:09:50.320 INFO STEP 889 (remove_files) COMPLETE
68162024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.320 INFO O| Oct 09 22:09:50.320 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-10-09T22:09:52.498Z[ recovery-image] Oct 09 22:09:50.331 INFO O| Oct 09 22:09:50.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68182024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.331 INFO O| Oct 09 22:09:50.331 INFO STEP 890 (remove_files) COMPLETE
68192024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.331 INFO O| Oct 09 22:09:50.331 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.341 INFO O| Oct 09 22:09:50.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68212024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.341 INFO O| Oct 09 22:09:50.341 INFO STEP 891 (remove_files) COMPLETE
68222024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.341 INFO O| Oct 09 22:09:50.341 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.351 INFO O| Oct 09 22:09:50.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68242024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.351 INFO O| Oct 09 22:09:50.351 INFO STEP 892 (remove_files) COMPLETE
68252024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.351 INFO O| Oct 09 22:09:50.351 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.361 INFO O| Oct 09 22:09:50.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68272024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.361 INFO O| Oct 09 22:09:50.361 INFO STEP 893 (remove_files) COMPLETE
68282024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.361 INFO O| Oct 09 22:09:50.361 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.371 INFO O| Oct 09 22:09:50.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68302024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.372 INFO O| Oct 09 22:09:50.371 INFO STEP 894 (remove_files) COMPLETE
68312024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.372 INFO O| Oct 09 22:09:50.371 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.382 INFO O| Oct 09 22:09:50.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68332024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.382 INFO O| Oct 09 22:09:50.382 INFO STEP 895 (remove_files) COMPLETE
68342024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.382 INFO O| Oct 09 22:09:50.382 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.392 INFO O| Oct 09 22:09:50.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68362024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.392 INFO O| Oct 09 22:09:50.392 INFO STEP 896 (remove_files) COMPLETE
68372024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.393 INFO O| Oct 09 22:09:50.392 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.403 INFO O| Oct 09 22:09:50.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68392024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.403 INFO O| Oct 09 22:09:50.403 INFO STEP 897 (remove_files) COMPLETE
68402024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.403 INFO O| Oct 09 22:09:50.403 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.413 INFO O| Oct 09 22:09:50.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68422024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.413 INFO O| Oct 09 22:09:50.413 INFO STEP 898 (remove_files) COMPLETE
68432024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.413 INFO O| Oct 09 22:09:50.413 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.423 INFO O| Oct 09 22:09:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68452024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.424 INFO O| Oct 09 22:09:50.424 INFO STEP 899 (remove_files) COMPLETE
68462024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.424 INFO O| Oct 09 22:09:50.424 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.434 INFO O| Oct 09 22:09:50.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68482024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.434 INFO O| Oct 09 22:09:50.434 INFO STEP 900 (remove_files) COMPLETE
68492024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.434 INFO O| Oct 09 22:09:50.434 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.444 INFO O| Oct 09 22:09:50.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68512024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.444 INFO O| Oct 09 22:09:50.444 INFO STEP 901 (remove_files) COMPLETE
68522024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.444 INFO O| Oct 09 22:09:50.444 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-09T22:09:52.499Z[ recovery-image] Oct 09 22:09:50.454 INFO O| Oct 09 22:09:50.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68542024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.454 INFO O| Oct 09 22:09:50.454 INFO STEP 902 (remove_files) COMPLETE
68552024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.454 INFO O| Oct 09 22:09:50.454 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.464 INFO O| Oct 09 22:09:50.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68572024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.464 INFO O| Oct 09 22:09:50.464 INFO STEP 903 (remove_files) COMPLETE
68582024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.464 INFO O| Oct 09 22:09:50.464 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.475 INFO O| Oct 09 22:09:50.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68602024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.475 INFO O| Oct 09 22:09:50.475 INFO STEP 904 (remove_files) COMPLETE
68612024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.475 INFO O| Oct 09 22:09:50.475 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.485 INFO O| Oct 09 22:09:50.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68632024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.485 INFO O| Oct 09 22:09:50.485 INFO STEP 905 (remove_files) COMPLETE
68642024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.485 INFO O| Oct 09 22:09:50.485 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.495 INFO O| Oct 09 22:09:50.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68662024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.496 INFO O| Oct 09 22:09:50.496 INFO STEP 906 (remove_files) COMPLETE
68672024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.496 INFO O| Oct 09 22:09:50.496 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.506 INFO O| Oct 09 22:09:50.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68692024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.506 INFO O| Oct 09 22:09:50.506 INFO STEP 907 (remove_files) COMPLETE
68702024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.506 INFO O| Oct 09 22:09:50.506 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.516 INFO O| Oct 09 22:09:50.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68722024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.516 INFO O| Oct 09 22:09:50.516 INFO STEP 908 (remove_files) COMPLETE
68732024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.517 INFO O| Oct 09 22:09:50.516 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.527 INFO O| Oct 09 22:09:50.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68752024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.527 INFO O| Oct 09 22:09:50.527 INFO STEP 909 (remove_files) COMPLETE
68762024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.527 INFO O| Oct 09 22:09:50.527 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.537 INFO O| Oct 09 22:09:50.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68782024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.537 INFO O| Oct 09 22:09:50.537 INFO STEP 910 (remove_files) COMPLETE
68792024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.537 INFO O| Oct 09 22:09:50.537 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.548 INFO O| Oct 09 22:09:50.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68812024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.548 INFO O| Oct 09 22:09:50.548 INFO STEP 911 (remove_files) COMPLETE
68822024-10-09T22:09:52.500Z[ recovery-image] Oct 09 22:09:50.548 INFO O| Oct 09 22:09:50.548 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.558 INFO O| Oct 09 22:09:50.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68842024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.558 INFO O| Oct 09 22:09:50.558 INFO STEP 912 (remove_files) COMPLETE
68852024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.558 INFO O| Oct 09 22:09:50.558 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.569 INFO O| Oct 09 22:09:50.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68872024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.569 INFO O| Oct 09 22:09:50.569 INFO STEP 913 (remove_files) COMPLETE
68882024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.569 INFO O| Oct 09 22:09:50.569 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.579 INFO O| Oct 09 22:09:50.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68902024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.579 INFO O| Oct 09 22:09:50.579 INFO STEP 914 (remove_files) COMPLETE
68912024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.579 INFO O| Oct 09 22:09:50.579 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.589 INFO O| Oct 09 22:09:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68932024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.589 INFO O| Oct 09 22:09:50.589 INFO STEP 915 (remove_files) COMPLETE
68942024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.589 INFO O| Oct 09 22:09:50.589 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.599 INFO O| Oct 09 22:09:50.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68962024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.599 INFO O| Oct 09 22:09:50.599 INFO STEP 916 (remove_files) COMPLETE
68972024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.599 INFO O| Oct 09 22:09:50.599 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.610 INFO O| Oct 09 22:09:50.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68992024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.610 INFO O| Oct 09 22:09:50.610 INFO STEP 917 (remove_files) COMPLETE
69002024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.610 INFO O| Oct 09 22:09:50.610 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.620 INFO O| Oct 09 22:09:50.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69022024-10-09T22:09:52.501Z[ recovery-image] Oct 09 22:09:50.620 INFO O| Oct 09 22:09:50.620 INFO STEP 918 (remove_files) COMPLETE
69032024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.620 INFO O| Oct 09 22:09:50.620 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.631 INFO O| Oct 09 22:09:50.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69052024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.631 INFO O| Oct 09 22:09:50.631 INFO STEP 919 (remove_files) COMPLETE
69062024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.631 INFO O| Oct 09 22:09:50.631 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.642 INFO O| Oct 09 22:09:50.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69082024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.642 INFO O| Oct 09 22:09:50.642 INFO STEP 920 (remove_files) COMPLETE
69092024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.642 INFO O| Oct 09 22:09:50.642 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.652 INFO O| Oct 09 22:09:50.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69112024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.652 INFO O| Oct 09 22:09:50.652 INFO STEP 921 (remove_files) COMPLETE
69122024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.652 INFO O| Oct 09 22:09:50.652 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.662 INFO O| Oct 09 22:09:50.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69142024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.663 INFO O| Oct 09 22:09:50.662 INFO STEP 922 (remove_files) COMPLETE
69152024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.663 INFO O| Oct 09 22:09:50.663 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.673 INFO O| Oct 09 22:09:50.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69172024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.673 INFO O| Oct 09 22:09:50.673 INFO STEP 923 (remove_files) COMPLETE
69182024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.673 INFO O| Oct 09 22:09:50.673 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.683 INFO O| Oct 09 22:09:50.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69202024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.683 INFO O| Oct 09 22:09:50.683 INFO STEP 924 (remove_files) COMPLETE
69212024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.683 INFO O| Oct 09 22:09:50.683 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.693 INFO O| Oct 09 22:09:50.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69232024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.693 INFO O| Oct 09 22:09:50.693 INFO STEP 925 (remove_files) COMPLETE
69242024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.693 INFO O| Oct 09 22:09:50.693 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.704 INFO O| Oct 09 22:09:50.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69262024-10-09T22:09:52.505Z[ recovery-image] Oct 09 22:09:50.704 INFO O| Oct 09 22:09:50.704 INFO STEP 926 (remove_files) COMPLETE
69272024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.704 INFO O| Oct 09 22:09:50.704 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.715 INFO O| Oct 09 22:09:50.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69292024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.715 INFO O| Oct 09 22:09:50.715 INFO STEP 927 (remove_files) COMPLETE
69302024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.715 INFO O| Oct 09 22:09:50.715 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.725 INFO O| Oct 09 22:09:50.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69322024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.725 INFO O| Oct 09 22:09:50.725 INFO STEP 928 (remove_files) COMPLETE
69332024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.725 INFO O| Oct 09 22:09:50.725 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.735 INFO O| Oct 09 22:09:50.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69352024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.735 INFO O| Oct 09 22:09:50.735 INFO STEP 929 (remove_files) COMPLETE
69362024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.735 INFO O| Oct 09 22:09:50.735 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.745 INFO O| Oct 09 22:09:50.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69382024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.745 INFO O| Oct 09 22:09:50.745 INFO STEP 930 (remove_files) COMPLETE
69392024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.745 INFO O| Oct 09 22:09:50.745 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.755 INFO O| Oct 09 22:09:50.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69412024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.755 INFO O| Oct 09 22:09:50.755 INFO STEP 931 (remove_files) COMPLETE
69422024-10-09T22:09:52.506Z[ recovery-image] Oct 09 22:09:50.755 INFO O| Oct 09 22:09:50.755 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.765 INFO O| Oct 09 22:09:50.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69442024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.765 INFO O| Oct 09 22:09:50.765 INFO STEP 932 (remove_files) COMPLETE
69452024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.765 INFO O| Oct 09 22:09:50.765 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.775 INFO O| Oct 09 22:09:50.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69472024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.775 INFO O| Oct 09 22:09:50.775 INFO STEP 933 (remove_files) COMPLETE
69482024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.775 INFO O| Oct 09 22:09:50.775 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.785 INFO O| Oct 09 22:09:50.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69502024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.785 INFO O| Oct 09 22:09:50.785 INFO STEP 934 (remove_files) COMPLETE
69512024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.785 INFO O| Oct 09 22:09:50.785 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.795 INFO O| Oct 09 22:09:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69532024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.795 INFO O| Oct 09 22:09:50.795 INFO STEP 935 (remove_files) COMPLETE
69542024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.795 INFO O| Oct 09 22:09:50.795 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.805 INFO O| Oct 09 22:09:50.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69562024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.806 INFO O| Oct 09 22:09:50.806 INFO STEP 936 (remove_files) COMPLETE
69572024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.806 INFO O| Oct 09 22:09:50.806 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.816 INFO O| Oct 09 22:09:50.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69592024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.816 INFO O| Oct 09 22:09:50.816 INFO STEP 937 (remove_files) COMPLETE
69602024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.816 INFO O| Oct 09 22:09:50.816 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.827 INFO O| Oct 09 22:09:50.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69622024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.827 INFO O| Oct 09 22:09:50.827 INFO STEP 938 (remove_files) COMPLETE
69632024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.827 INFO O| Oct 09 22:09:50.827 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.837 INFO O| Oct 09 22:09:50.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69652024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.837 INFO O| Oct 09 22:09:50.837 INFO STEP 939 (remove_files) COMPLETE
69662024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.837 INFO O| Oct 09 22:09:50.837 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.848 INFO O| Oct 09 22:09:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69682024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.848 INFO O| Oct 09 22:09:50.848 INFO STEP 940 (remove_files) COMPLETE
69692024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.848 INFO O| Oct 09 22:09:50.848 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.858 INFO O| Oct 09 22:09:50.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69712024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.858 INFO O| Oct 09 22:09:50.858 INFO STEP 941 (remove_files) COMPLETE
69722024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.858 INFO O| Oct 09 22:09:50.858 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.869 INFO O| Oct 09 22:09:50.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69742024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.869 INFO O| Oct 09 22:09:50.869 INFO STEP 942 (remove_files) COMPLETE
69752024-10-09T22:09:52.507Z[ recovery-image] Oct 09 22:09:50.869 INFO O| Oct 09 22:09:50.869 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.879 INFO O| Oct 09 22:09:50.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69772024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.879 INFO O| Oct 09 22:09:50.879 INFO STEP 943 (remove_files) COMPLETE
69782024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.879 INFO O| Oct 09 22:09:50.879 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.889 INFO O| Oct 09 22:09:50.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69802024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.889 INFO O| Oct 09 22:09:50.889 INFO STEP 944 (remove_files) COMPLETE
69812024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.889 INFO O| Oct 09 22:09:50.889 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.899 INFO O| Oct 09 22:09:50.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69832024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.899 INFO O| Oct 09 22:09:50.899 INFO STEP 945 (remove_files) COMPLETE
69842024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.899 INFO O| Oct 09 22:09:50.899 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.910 INFO O| Oct 09 22:09:50.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69862024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.910 INFO O| Oct 09 22:09:50.910 INFO STEP 946 (remove_files) COMPLETE
69872024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.910 INFO O| Oct 09 22:09:50.910 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.920 INFO O| Oct 09 22:09:50.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69892024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.920 INFO O| Oct 09 22:09:50.920 INFO STEP 947 (remove_files) COMPLETE
69902024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.920 INFO O| Oct 09 22:09:50.920 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.930 INFO O| Oct 09 22:09:50.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69922024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.930 INFO O| Oct 09 22:09:50.930 INFO STEP 948 (remove_files) COMPLETE
69932024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.930 INFO O| Oct 09 22:09:50.930 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.941 INFO O| Oct 09 22:09:50.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69952024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.941 INFO O| Oct 09 22:09:50.941 INFO STEP 949 (remove_files) COMPLETE
69962024-10-09T22:09:52.508Z[ recovery-image] Oct 09 22:09:50.941 INFO O| Oct 09 22:09:50.941 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-10-09T22:09:52.511Z[ recovery-image] Oct 09 22:09:50.953 INFO O| Oct 09 22:09:50.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69982024-10-09T22:09:52.511Z[ recovery-image] Oct 09 22:09:50.953 INFO O| Oct 09 22:09:50.953 INFO STEP 950 (remove_files) COMPLETE
69992024-10-09T22:09:52.511Z[ recovery-image] Oct 09 22:09:50.953 INFO O| Oct 09 22:09:50.953 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-10-09T22:09:52.521Z[ recovery-image] Oct 09 22:09:50.964 INFO O| Oct 09 22:09:50.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70012024-10-09T22:09:52.524Z[ recovery-image] Oct 09 22:09:50.964 INFO O| Oct 09 22:09:50.964 INFO STEP 951 (remove_files) COMPLETE
70022024-10-09T22:09:52.524Z[ recovery-image] Oct 09 22:09:50.964 INFO O| Oct 09 22:09:50.964 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-10-09T22:09:52.533Z[ recovery-image] Oct 09 22:09:50.974 INFO O| Oct 09 22:09:50.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70042024-10-09T22:09:52.533Z[ recovery-image] Oct 09 22:09:50.974 INFO O| Oct 09 22:09:50.974 INFO STEP 952 (remove_files) COMPLETE
70052024-10-09T22:09:52.535Z[ recovery-image] Oct 09 22:09:50.975 INFO O| Oct 09 22:09:50.974 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-09T22:09:52.543Z[ recovery-image] Oct 09 22:09:50.986 INFO O| Oct 09 22:09:50.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70072024-10-09T22:09:52.543Z[ recovery-image] Oct 09 22:09:50.986 INFO O| Oct 09 22:09:50.986 INFO STEP 953 (remove_files) COMPLETE
70082024-10-09T22:09:52.543Z[ recovery-image] Oct 09 22:09:50.986 INFO O| Oct 09 22:09:50.986 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-09T22:09:52.554Z[ recovery-image] Oct 09 22:09:50.997 INFO O| Oct 09 22:09:50.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70102024-10-09T22:09:52.554Z[ recovery-image] Oct 09 22:09:50.997 INFO O| Oct 09 22:09:50.997 INFO STEP 954 (remove_files) COMPLETE
70112024-10-09T22:09:52.557Z[ recovery-image] Oct 09 22:09:50.997 INFO O| Oct 09 22:09:50.997 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-09T22:09:52.565Z[ recovery-image] Oct 09 22:09:51.007 INFO O| Oct 09 22:09:51.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70132024-10-09T22:09:52.567Z[ recovery-image] Oct 09 22:09:51.007 INFO O| Oct 09 22:09:51.007 INFO STEP 955 (remove_files) COMPLETE
70142024-10-09T22:09:52.567Z[ recovery-image] Oct 09 22:09:51.007 INFO O| Oct 09 22:09:51.007 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-09T22:09:52.575Z[ recovery-image] Oct 09 22:09:51.018 INFO O| Oct 09 22:09:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70162024-10-09T22:09:52.578Z[ recovery-image] Oct 09 22:09:51.018 INFO O| Oct 09 22:09:51.018 INFO STEP 956 (remove_files) COMPLETE
70172024-10-09T22:09:52.578Z[ recovery-image] Oct 09 22:09:51.018 INFO O| Oct 09 22:09:51.018 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-09T22:09:52.585Z[ recovery-image] Oct 09 22:09:51.028 INFO O| Oct 09 22:09:51.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70192024-10-09T22:09:52.588Z[ recovery-image] Oct 09 22:09:51.028 INFO O| Oct 09 22:09:51.028 INFO STEP 957 (remove_files) COMPLETE
70202024-10-09T22:09:52.588Z[ recovery-image] Oct 09 22:09:51.028 INFO O| Oct 09 22:09:51.028 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-09T22:09:52.596Z[ recovery-image] Oct 09 22:09:51.038 INFO O| Oct 09 22:09:51.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70222024-10-09T22:09:52.599Z[ recovery-image] Oct 09 22:09:51.038 INFO O| Oct 09 22:09:51.038 INFO STEP 958 (remove_files) COMPLETE
70232024-10-09T22:09:52.599Z[ recovery-image] Oct 09 22:09:51.038 INFO O| Oct 09 22:09:51.038 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-09T22:09:52.607Z[ recovery-image] Oct 09 22:09:51.049 INFO O| Oct 09 22:09:51.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70252024-10-09T22:09:52.610Z[ recovery-image] Oct 09 22:09:51.049 INFO O| Oct 09 22:09:51.049 INFO STEP 959 (remove_files) COMPLETE
70262024-10-09T22:09:52.610Z[ recovery-image] Oct 09 22:09:51.049 INFO O| Oct 09 22:09:51.049 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-09T22:09:52.618Z[ recovery-image] Oct 09 22:09:51.060 INFO O| Oct 09 22:09:51.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70282024-10-09T22:09:52.620Z[ recovery-image] Oct 09 22:09:51.060 INFO O| Oct 09 22:09:51.060 INFO STEP 960 (remove_files) COMPLETE
70292024-10-09T22:09:52.620Z[ recovery-image] Oct 09 22:09:51.060 INFO O| Oct 09 22:09:51.060 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-09T22:09:52.629Z[ recovery-image] Oct 09 22:09:51.071 INFO O| Oct 09 22:09:51.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70312024-10-09T22:09:52.629Z[ recovery-image] Oct 09 22:09:51.071 INFO O| Oct 09 22:09:51.071 INFO STEP 961 (remove_files) COMPLETE
70322024-10-09T22:09:52.631Z[ recovery-image] Oct 09 22:09:51.071 INFO O| Oct 09 22:09:51.071 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-09T22:09:52.639Z[ recovery-image] Oct 09 22:09:51.082 INFO O| Oct 09 22:09:51.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70342024-10-09T22:09:52.642Z[ recovery-image] Oct 09 22:09:51.082 INFO O| Oct 09 22:09:51.082 INFO STEP 962 (remove_files) COMPLETE
70352024-10-09T22:09:52.642Z[ recovery-image] Oct 09 22:09:51.082 INFO O| Oct 09 22:09:51.082 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-09T22:09:52.651Z[ recovery-image] Oct 09 22:09:51.093 INFO O| Oct 09 22:09:51.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70372024-10-09T22:09:52.651Z[ recovery-image] Oct 09 22:09:51.094 INFO O| Oct 09 22:09:51.093 INFO STEP 963 (remove_files) COMPLETE
70382024-10-09T22:09:52.651Z[ recovery-image] Oct 09 22:09:51.094 INFO O| Oct 09 22:09:51.093 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-09T22:09:52.661Z[ recovery-image] Oct 09 22:09:51.104 INFO O| Oct 09 22:09:51.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70402024-10-09T22:09:52.664Z[ recovery-image] Oct 09 22:09:51.104 INFO O| Oct 09 22:09:51.104 INFO STEP 964 (remove_files) COMPLETE
70412024-10-09T22:09:52.664Z[ recovery-image] Oct 09 22:09:51.104 INFO O| Oct 09 22:09:51.104 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-09T22:09:52.671Z[ recovery-image] Oct 09 22:09:51.114 INFO O| Oct 09 22:09:51.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70432024-10-09T22:09:52.674Z[ recovery-image] Oct 09 22:09:51.114 INFO O| Oct 09 22:09:51.114 INFO STEP 965 (remove_files) COMPLETE
70442024-10-09T22:09:52.674Z[ recovery-image] Oct 09 22:09:51.114 INFO O| Oct 09 22:09:51.114 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-09T22:09:52.682Z[ recovery-image] Oct 09 22:09:51.124 INFO O| Oct 09 22:09:51.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70462024-10-09T22:09:52.684Z[ recovery-image] Oct 09 22:09:51.124 INFO O| Oct 09 22:09:51.124 INFO STEP 966 (remove_files) COMPLETE
70472024-10-09T22:09:52.684Z[ recovery-image] Oct 09 22:09:51.124 INFO O| Oct 09 22:09:51.124 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-09T22:09:52.692Z[ recovery-image] Oct 09 22:09:51.134 INFO O| Oct 09 22:09:51.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70492024-10-09T22:09:52.692Z[ recovery-image] Oct 09 22:09:51.134 INFO O| Oct 09 22:09:51.134 INFO STEP 967 (remove_files) COMPLETE
70502024-10-09T22:09:52.694Z[ recovery-image] Oct 09 22:09:51.134 INFO O| Oct 09 22:09:51.134 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-09T22:09:52.702Z[ recovery-image] Oct 09 22:09:51.144 INFO O| Oct 09 22:09:51.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70522024-10-09T22:09:52.702Z[ recovery-image] Oct 09 22:09:51.144 INFO O| Oct 09 22:09:51.144 INFO STEP 968 (remove_files) COMPLETE
70532024-10-09T22:09:52.704Z[ recovery-image] Oct 09 22:09:51.144 INFO O| Oct 09 22:09:51.144 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-09T22:09:52.711Z[ recovery-image] Oct 09 22:09:51.154 INFO O| Oct 09 22:09:51.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70552024-10-09T22:09:52.711Z[ recovery-image] Oct 09 22:09:51.154 INFO O| Oct 09 22:09:51.154 INFO STEP 969 (remove_files) COMPLETE
70562024-10-09T22:09:52.714Z[ recovery-image] Oct 09 22:09:51.154 INFO O| Oct 09 22:09:51.154 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-09T22:09:52.721Z[ recovery-image] Oct 09 22:09:51.164 INFO O| Oct 09 22:09:51.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70582024-10-09T22:09:52.723Z[ recovery-image] Oct 09 22:09:51.164 INFO O| Oct 09 22:09:51.164 INFO STEP 970 (remove_files) COMPLETE
70592024-10-09T22:09:52.724Z[ recovery-image] Oct 09 22:09:51.164 INFO O| Oct 09 22:09:51.164 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-10-09T22:09:52.731Z[ recovery-image] Oct 09 22:09:51.173 INFO O| Oct 09 22:09:51.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70612024-10-09T22:09:52.734Z[ recovery-image] Oct 09 22:09:51.173 INFO O| Oct 09 22:09:51.173 INFO STEP 971 (remove_files) COMPLETE
70622024-10-09T22:09:52.734Z[ recovery-image] Oct 09 22:09:51.173 INFO O| Oct 09 22:09:51.173 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-10-09T22:09:52.740Z[ recovery-image] Oct 09 22:09:51.183 INFO O| Oct 09 22:09:51.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70642024-10-09T22:09:52.743Z[ recovery-image] Oct 09 22:09:51.183 INFO O| Oct 09 22:09:51.183 INFO STEP 972 (remove_files) COMPLETE
70652024-10-09T22:09:52.743Z[ recovery-image] Oct 09 22:09:51.183 INFO O| Oct 09 22:09:51.183 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-09T22:09:52.751Z[ recovery-image] Oct 09 22:09:51.193 INFO O| Oct 09 22:09:51.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70672024-10-09T22:09:52.753Z[ recovery-image] Oct 09 22:09:51.193 INFO O| Oct 09 22:09:51.193 INFO STEP 973 (remove_files) COMPLETE
70682024-10-09T22:09:52.753Z[ recovery-image] Oct 09 22:09:51.193 INFO O| Oct 09 22:09:51.193 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-09T22:09:52.762Z[ recovery-image] Oct 09 22:09:51.203 INFO O| Oct 09 22:09:51.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70702024-10-09T22:09:52.764Z[ recovery-image] Oct 09 22:09:51.203 INFO O| Oct 09 22:09:51.203 INFO STEP 974 (remove_files) COMPLETE
70712024-10-09T22:09:52.764Z[ recovery-image] Oct 09 22:09:51.203 INFO O| Oct 09 22:09:51.203 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-09T22:09:52.771Z[ recovery-image] Oct 09 22:09:51.213 INFO O| Oct 09 22:09:51.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70732024-10-09T22:09:52.773Z[ recovery-image] Oct 09 22:09:51.213 INFO O| Oct 09 22:09:51.213 INFO STEP 975 (remove_files) COMPLETE
70742024-10-09T22:09:52.773Z[ recovery-image] Oct 09 22:09:51.213 INFO O| Oct 09 22:09:51.213 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-09T22:09:52.781Z[ recovery-image] Oct 09 22:09:51.223 INFO O| Oct 09 22:09:51.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70762024-10-09T22:09:52.784Z[ recovery-image] Oct 09 22:09:51.223 INFO O| Oct 09 22:09:51.223 INFO STEP 976 (remove_files) COMPLETE
70772024-10-09T22:09:52.784Z[ recovery-image] Oct 09 22:09:51.223 INFO O| Oct 09 22:09:51.223 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-09T22:09:52.791Z[ recovery-image] Oct 09 22:09:51.233 INFO O| Oct 09 22:09:51.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70792024-10-09T22:09:52.793Z[ recovery-image] Oct 09 22:09:51.233 INFO O| Oct 09 22:09:51.233 INFO STEP 977 (remove_files) COMPLETE
70802024-10-09T22:09:52.793Z[ recovery-image] Oct 09 22:09:51.233 INFO O| Oct 09 22:09:51.233 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-09T22:09:52.800Z[ recovery-image] Oct 09 22:09:51.243 INFO O| Oct 09 22:09:51.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70822024-10-09T22:09:52.803Z[ recovery-image] Oct 09 22:09:51.243 INFO O| Oct 09 22:09:51.243 INFO STEP 978 (remove_files) COMPLETE
70832024-10-09T22:09:52.803Z[ recovery-image] Oct 09 22:09:51.243 INFO O| Oct 09 22:09:51.243 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-09T22:09:52.810Z[ recovery-image] Oct 09 22:09:51.253 INFO O| Oct 09 22:09:51.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70852024-10-09T22:09:52.810Z[ recovery-image] Oct 09 22:09:51.253 INFO O| Oct 09 22:09:51.253 INFO STEP 979 (remove_files) COMPLETE
70862024-10-09T22:09:52.810Z[ recovery-image] Oct 09 22:09:51.253 INFO O| Oct 09 22:09:51.253 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-09T22:09:52.821Z[ recovery-image] Oct 09 22:09:51.263 INFO O| Oct 09 22:09:51.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70882024-10-09T22:09:52.823Z[ recovery-image] Oct 09 22:09:51.263 INFO O| Oct 09 22:09:51.263 INFO STEP 980 (remove_files) COMPLETE
70892024-10-09T22:09:52.823Z[ recovery-image] Oct 09 22:09:51.263 INFO O| Oct 09 22:09:51.263 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-09T22:09:52.831Z[ recovery-image] Oct 09 22:09:51.273 INFO O| Oct 09 22:09:51.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70912024-10-09T22:09:52.834Z[ recovery-image] Oct 09 22:09:51.273 INFO O| Oct 09 22:09:51.273 INFO STEP 981 (remove_files) COMPLETE
70922024-10-09T22:09:52.834Z[ recovery-image] Oct 09 22:09:51.273 INFO O| Oct 09 22:09:51.273 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-09T22:09:52.841Z[ recovery-image] Oct 09 22:09:51.283 INFO O| Oct 09 22:09:51.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70942024-10-09T22:09:52.841Z[ recovery-image] Oct 09 22:09:51.283 INFO O| Oct 09 22:09:51.283 INFO STEP 982 (remove_files) COMPLETE
70952024-10-09T22:09:52.841Z[ recovery-image] Oct 09 22:09:51.283 INFO O| Oct 09 22:09:51.283 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-09T22:09:52.851Z[ recovery-image] Oct 09 22:09:51.293 INFO O| Oct 09 22:09:51.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70972024-10-09T22:09:52.851Z[ recovery-image] Oct 09 22:09:51.293 INFO O| Oct 09 22:09:51.293 INFO STEP 983 (remove_files) COMPLETE
70982024-10-09T22:09:52.853Z[ recovery-image] Oct 09 22:09:51.293 INFO O| Oct 09 22:09:51.293 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-09T22:09:52.861Z[ recovery-image] Oct 09 22:09:51.303 INFO O| Oct 09 22:09:51.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71002024-10-09T22:09:52.861Z[ recovery-image] Oct 09 22:09:51.304 INFO O| Oct 09 22:09:51.303 INFO STEP 984 (remove_files) COMPLETE
71012024-10-09T22:09:52.861Z[ recovery-image] Oct 09 22:09:51.304 INFO O| Oct 09 22:09:51.303 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-09T22:09:52.871Z[ recovery-image] Oct 09 22:09:51.313 INFO O| Oct 09 22:09:51.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71032024-10-09T22:09:52.871Z[ recovery-image] Oct 09 22:09:51.313 INFO O| Oct 09 22:09:51.313 INFO STEP 985 (remove_files) COMPLETE
71042024-10-09T22:09:52.873Z[ recovery-image] Oct 09 22:09:51.313 INFO O| Oct 09 22:09:51.313 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-09T22:09:52.881Z[ recovery-image] Oct 09 22:09:51.323 INFO O| Oct 09 22:09:51.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71062024-10-09T22:09:52.883Z[ recovery-image] Oct 09 22:09:51.324 INFO O| Oct 09 22:09:51.324 INFO STEP 986 (remove_files) COMPLETE
71072024-10-09T22:09:52.883Z[ recovery-image] Oct 09 22:09:51.324 INFO O| Oct 09 22:09:51.324 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-09T22:09:52.891Z[ recovery-image] Oct 09 22:09:51.333 INFO O| Oct 09 22:09:51.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71092024-10-09T22:09:52.894Z[ recovery-image] Oct 09 22:09:51.334 INFO O| Oct 09 22:09:51.334 INFO STEP 987 (remove_files) COMPLETE
71102024-10-09T22:09:52.894Z[ recovery-image] Oct 09 22:09:51.334 INFO O| Oct 09 22:09:51.334 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-09T22:09:52.901Z[ recovery-image] Oct 09 22:09:51.344 INFO O| Oct 09 22:09:51.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71122024-10-09T22:09:52.901Z[ recovery-image] Oct 09 22:09:51.344 INFO O| Oct 09 22:09:51.344 INFO STEP 988 (remove_files) COMPLETE
71132024-10-09T22:09:52.901Z[ recovery-image] Oct 09 22:09:51.344 INFO O| Oct 09 22:09:51.344 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-09T22:09:52.912Z[ recovery-image] Oct 09 22:09:51.354 INFO O| Oct 09 22:09:51.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71152024-10-09T22:09:52.912Z[ recovery-image] Oct 09 22:09:51.354 INFO O| Oct 09 22:09:51.354 INFO STEP 989 (remove_files) COMPLETE
71162024-10-09T22:09:52.912Z[ recovery-image] Oct 09 22:09:51.354 INFO O| Oct 09 22:09:51.354 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-09T22:09:52.923Z[ recovery-image] Oct 09 22:09:51.365 INFO O| Oct 09 22:09:51.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71182024-10-09T22:09:52.923Z[ recovery-image] Oct 09 22:09:51.365 INFO O| Oct 09 22:09:51.365 INFO STEP 990 (remove_files) COMPLETE
71192024-10-09T22:09:52.923Z[ recovery-image] Oct 09 22:09:51.365 INFO O| Oct 09 22:09:51.365 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-09T22:09:52.933Z[ recovery-image] Oct 09 22:09:51.375 INFO O| Oct 09 22:09:51.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71212024-10-09T22:09:52.933Z[ recovery-image] Oct 09 22:09:51.375 INFO O| Oct 09 22:09:51.375 INFO STEP 991 (remove_files) COMPLETE
71222024-10-09T22:09:52.934Z[ recovery-image] Oct 09 22:09:51.375 INFO O| Oct 09 22:09:51.375 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-09T22:09:52.943Z[ recovery-image] Oct 09 22:09:51.385 INFO O| Oct 09 22:09:51.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71242024-10-09T22:09:52.943Z[ recovery-image] Oct 09 22:09:51.386 INFO O| Oct 09 22:09:51.385 INFO STEP 992 (remove_files) COMPLETE
71252024-10-09T22:09:52.943Z[ recovery-image] Oct 09 22:09:51.386 INFO O| Oct 09 22:09:51.386 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-09T22:09:52.953Z[ recovery-image] Oct 09 22:09:51.396 INFO O| Oct 09 22:09:51.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71272024-10-09T22:09:52.953Z[ recovery-image] Oct 09 22:09:51.396 INFO O| Oct 09 22:09:51.396 INFO STEP 993 (remove_files) COMPLETE
71282024-10-09T22:09:52.953Z[ recovery-image] Oct 09 22:09:51.396 INFO O| Oct 09 22:09:51.396 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-09T22:09:52.963Z[ recovery-image] Oct 09 22:09:51.406 INFO O| Oct 09 22:09:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71302024-10-09T22:09:52.963Z[ recovery-image] Oct 09 22:09:51.406 INFO O| Oct 09 22:09:51.406 INFO STEP 994 (remove_files) COMPLETE
71312024-10-09T22:09:52.963Z[ recovery-image] Oct 09 22:09:51.406 INFO O| Oct 09 22:09:51.406 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-09T22:09:52.974Z[ recovery-image] Oct 09 22:09:51.416 INFO O| Oct 09 22:09:51.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71332024-10-09T22:09:52.974Z[ recovery-image] Oct 09 22:09:51.416 INFO O| Oct 09 22:09:51.416 INFO STEP 995 (remove_files) COMPLETE
71342024-10-09T22:09:52.974Z[ recovery-image] Oct 09 22:09:51.416 INFO O| Oct 09 22:09:51.416 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-09T22:09:52.984Z[ recovery-image] Oct 09 22:09:51.426 INFO O| Oct 09 22:09:51.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71362024-10-09T22:09:52.985Z[ recovery-image] Oct 09 22:09:51.426 INFO O| Oct 09 22:09:51.426 INFO STEP 996 (remove_files) COMPLETE
71372024-10-09T22:09:52.985Z[ recovery-image] Oct 09 22:09:51.426 INFO O| Oct 09 22:09:51.426 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-09T22:09:52.996Z[ recovery-image] Oct 09 22:09:51.437 INFO O| Oct 09 22:09:51.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71392024-10-09T22:09:52.996Z[ recovery-image] Oct 09 22:09:51.437 INFO O| Oct 09 22:09:51.437 INFO STEP 997 (remove_files) COMPLETE
71402024-10-09T22:09:52.996Z[ recovery-image] Oct 09 22:09:51.437 INFO O| Oct 09 22:09:51.437 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-09T22:09:53.005Z[ recovery-image] Oct 09 22:09:51.447 INFO O| Oct 09 22:09:51.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71422024-10-09T22:09:53.005Z[ recovery-image] Oct 09 22:09:51.447 INFO O| Oct 09 22:09:51.447 INFO STEP 998 (remove_files) COMPLETE
71432024-10-09T22:09:53.005Z[ recovery-image] Oct 09 22:09:51.447 INFO O| Oct 09 22:09:51.447 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-09T22:09:53.015Z[ recovery-image] Oct 09 22:09:51.457 INFO O| Oct 09 22:09:51.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71452024-10-09T22:09:53.015Z[ recovery-image] Oct 09 22:09:51.458 INFO O| Oct 09 22:09:51.457 INFO STEP 999 (remove_files) COMPLETE
71462024-10-09T22:09:53.018Z[ recovery-image] Oct 09 22:09:51.458 INFO O| Oct 09 22:09:51.458 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-09T22:09:53.025Z[ recovery-image] Oct 09 22:09:51.467 INFO O| Oct 09 22:09:51.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71482024-10-09T22:09:53.025Z[ recovery-image] Oct 09 22:09:51.468 INFO O| Oct 09 22:09:51.468 INFO STEP 1000 (remove_files) COMPLETE
71492024-10-09T22:09:53.027Z[ recovery-image] Oct 09 22:09:51.468 INFO O| Oct 09 22:09:51.468 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-09T22:09:53.037Z[ recovery-image] Oct 09 22:09:51.479 INFO O| Oct 09 22:09:51.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71512024-10-09T22:09:53.037Z[ recovery-image] Oct 09 22:09:51.479 INFO O| Oct 09 22:09:51.479 INFO STEP 1001 (remove_files) COMPLETE
71522024-10-09T22:09:53.037Z[ recovery-image] Oct 09 22:09:51.479 INFO O| Oct 09 22:09:51.479 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-09T22:09:53.047Z[ recovery-image] Oct 09 22:09:51.490 INFO O| Oct 09 22:09:51.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71542024-10-09T22:09:53.047Z[ recovery-image] Oct 09 22:09:51.490 INFO O| Oct 09 22:09:51.490 INFO STEP 1002 (remove_files) COMPLETE
71552024-10-09T22:09:53.050Z[ recovery-image] Oct 09 22:09:51.490 INFO O| Oct 09 22:09:51.490 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-09T22:09:53.059Z[ recovery-image] Oct 09 22:09:51.501 INFO O| Oct 09 22:09:51.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71572024-10-09T22:09:53.059Z[ recovery-image] Oct 09 22:09:51.501 INFO O| Oct 09 22:09:51.501 INFO STEP 1003 (remove_files) COMPLETE
71582024-10-09T22:09:53.061Z[ recovery-image] Oct 09 22:09:51.501 INFO O| Oct 09 22:09:51.501 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-09T22:09:53.070Z[ recovery-image] Oct 09 22:09:51.513 INFO O| Oct 09 22:09:51.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71602024-10-09T22:09:53.071Z[ recovery-image] Oct 09 22:09:51.513 INFO O| Oct 09 22:09:51.513 INFO STEP 1004 (remove_files) COMPLETE
71612024-10-09T22:09:53.073Z[ recovery-image] Oct 09 22:09:51.513 INFO O| Oct 09 22:09:51.513 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-09T22:09:53.081Z[ recovery-image] Oct 09 22:09:51.523 INFO O| Oct 09 22:09:51.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71632024-10-09T22:09:53.081Z[ recovery-image] Oct 09 22:09:51.523 INFO O| Oct 09 22:09:51.523 INFO STEP 1005 (remove_files) COMPLETE
71642024-10-09T22:09:53.083Z[ recovery-image] Oct 09 22:09:51.523 INFO O| Oct 09 22:09:51.523 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-09T22:09:53.091Z[ recovery-image] Oct 09 22:09:51.534 INFO O| Oct 09 22:09:51.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71662024-10-09T22:09:53.094Z[ recovery-image] Oct 09 22:09:51.534 INFO O| Oct 09 22:09:51.534 INFO STEP 1006 (remove_files) COMPLETE
71672024-10-09T22:09:53.094Z[ recovery-image] Oct 09 22:09:51.534 INFO O| Oct 09 22:09:51.534 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-09T22:09:53.102Z[ recovery-image] Oct 09 22:09:51.544 INFO O| Oct 09 22:09:51.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71692024-10-09T22:09:53.102Z[ recovery-image] Oct 09 22:09:51.544 INFO O| Oct 09 22:09:51.544 INFO STEP 1007 (remove_files) COMPLETE
71702024-10-09T22:09:53.105Z[ recovery-image] Oct 09 22:09:51.544 INFO O| Oct 09 22:09:51.544 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-09T22:09:53.113Z[ recovery-image] Oct 09 22:09:51.555 INFO O| Oct 09 22:09:51.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71722024-10-09T22:09:53.113Z[ recovery-image] Oct 09 22:09:51.555 INFO O| Oct 09 22:09:51.555 INFO STEP 1008 (remove_files) COMPLETE
71732024-10-09T22:09:53.113Z[ recovery-image] Oct 09 22:09:51.555 INFO O| Oct 09 22:09:51.555 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-09T22:09:53.123Z[ recovery-image] Oct 09 22:09:51.566 INFO O| Oct 09 22:09:51.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71752024-10-09T22:09:53.126Z[ recovery-image] Oct 09 22:09:51.566 INFO O| Oct 09 22:09:51.566 INFO STEP 1009 (remove_files) COMPLETE
71762024-10-09T22:09:53.126Z[ recovery-image] Oct 09 22:09:51.566 INFO O| Oct 09 22:09:51.566 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-09T22:09:53.134Z[ recovery-image] Oct 09 22:09:51.576 INFO O| Oct 09 22:09:51.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71782024-10-09T22:09:53.134Z[ recovery-image] Oct 09 22:09:51.576 INFO O| Oct 09 22:09:51.576 INFO STEP 1010 (remove_files) COMPLETE
71792024-10-09T22:09:53.134Z[ recovery-image] Oct 09 22:09:51.576 INFO O| Oct 09 22:09:51.576 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-09T22:09:53.144Z[ recovery-image] Oct 09 22:09:51.587 INFO O| Oct 09 22:09:51.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71812024-10-09T22:09:53.144Z[ recovery-image] Oct 09 22:09:51.587 INFO O| Oct 09 22:09:51.587 INFO STEP 1011 (remove_files) COMPLETE
71822024-10-09T22:09:53.147Z[ recovery-image] Oct 09 22:09:51.587 INFO O| Oct 09 22:09:51.587 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-09T22:09:53.155Z[ recovery-image] Oct 09 22:09:51.597 INFO O| Oct 09 22:09:51.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71842024-10-09T22:09:53.155Z[ recovery-image] Oct 09 22:09:51.597 INFO O| Oct 09 22:09:51.597 INFO STEP 1012 (remove_files) COMPLETE
71852024-10-09T22:09:53.155Z[ recovery-image] Oct 09 22:09:51.597 INFO O| Oct 09 22:09:51.597 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-09T22:09:53.165Z[ recovery-image] Oct 09 22:09:51.608 INFO O| Oct 09 22:09:51.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71872024-10-09T22:09:53.167Z[ recovery-image] Oct 09 22:09:51.608 INFO O| Oct 09 22:09:51.608 INFO STEP 1013 (remove_files) COMPLETE
71882024-10-09T22:09:53.167Z[ recovery-image] Oct 09 22:09:51.608 INFO O| Oct 09 22:09:51.608 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-09T22:09:53.175Z[ recovery-image] Oct 09 22:09:51.618 INFO O| Oct 09 22:09:51.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71902024-10-09T22:09:53.175Z[ recovery-image] Oct 09 22:09:51.618 INFO O| Oct 09 22:09:51.618 INFO STEP 1014 (remove_files) COMPLETE
71912024-10-09T22:09:53.176Z[ recovery-image] Oct 09 22:09:51.618 INFO O| Oct 09 22:09:51.618 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-09T22:09:53.186Z[ recovery-image] Oct 09 22:09:51.628 INFO O| Oct 09 22:09:51.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71932024-10-09T22:09:53.188Z[ recovery-image] Oct 09 22:09:51.628 INFO O| Oct 09 22:09:51.628 INFO STEP 1015 (remove_files) COMPLETE
71942024-10-09T22:09:53.188Z[ recovery-image] Oct 09 22:09:51.629 INFO O| Oct 09 22:09:51.628 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-09T22:09:53.196Z[ recovery-image] Oct 09 22:09:51.638 INFO O| Oct 09 22:09:51.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71962024-10-09T22:09:53.199Z[ recovery-image] Oct 09 22:09:51.639 INFO O| Oct 09 22:09:51.639 INFO STEP 1016 (remove_files) COMPLETE
71972024-10-09T22:09:53.199Z[ recovery-image] Oct 09 22:09:51.639 INFO O| Oct 09 22:09:51.639 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-09T22:09:53.206Z[ recovery-image] Oct 09 22:09:51.648 INFO O| Oct 09 22:09:51.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71992024-10-09T22:09:53.208Z[ recovery-image] Oct 09 22:09:51.649 INFO O| Oct 09 22:09:51.649 INFO STEP 1017 (remove_files) COMPLETE
72002024-10-09T22:09:53.208Z[ recovery-image] Oct 09 22:09:51.649 INFO O| Oct 09 22:09:51.649 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-09T22:09:53.216Z[ recovery-image] Oct 09 22:09:51.659 INFO O| Oct 09 22:09:51.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72022024-10-09T22:09:53.219Z[ recovery-image] Oct 09 22:09:51.659 INFO O| Oct 09 22:09:51.659 INFO STEP 1018 (remove_files) COMPLETE
72032024-10-09T22:09:53.219Z[ recovery-image] Oct 09 22:09:51.659 INFO O| Oct 09 22:09:51.659 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-09T22:09:53.227Z[ recovery-image] Oct 09 22:09:51.669 INFO O| Oct 09 22:09:51.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72052024-10-09T22:09:53.229Z[ recovery-image] Oct 09 22:09:51.669 INFO O| Oct 09 22:09:51.669 INFO STEP 1019 (remove_files) COMPLETE
72062024-10-09T22:09:53.229Z[ recovery-image] Oct 09 22:09:51.669 INFO O| Oct 09 22:09:51.669 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-09T22:09:53.237Z[ recovery-image] Oct 09 22:09:51.680 INFO O| Oct 09 22:09:51.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72082024-10-09T22:09:53.240Z[ recovery-image] Oct 09 22:09:51.680 INFO O| Oct 09 22:09:51.680 INFO STEP 1020 (remove_files) COMPLETE
72092024-10-09T22:09:53.240Z[ recovery-image] Oct 09 22:09:51.680 INFO O| Oct 09 22:09:51.680 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-09T22:09:53.248Z[ recovery-image] Oct 09 22:09:51.691 INFO O| Oct 09 22:09:51.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72112024-10-09T22:09:53.249Z[ recovery-image] Oct 09 22:09:51.691 INFO O| Oct 09 22:09:51.691 INFO STEP 1021 (remove_files) COMPLETE
72122024-10-09T22:09:53.249Z[ recovery-image] Oct 09 22:09:51.691 INFO O| Oct 09 22:09:51.691 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-09T22:09:53.259Z[ recovery-image] Oct 09 22:09:51.701 INFO O| Oct 09 22:09:51.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72142024-10-09T22:09:53.262Z[ recovery-image] Oct 09 22:09:51.701 INFO O| Oct 09 22:09:51.701 INFO STEP 1022 (remove_files) COMPLETE
72152024-10-09T22:09:53.262Z[ recovery-image] Oct 09 22:09:51.701 INFO O| Oct 09 22:09:51.701 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-09T22:09:53.269Z[ recovery-image] Oct 09 22:09:51.711 INFO O| Oct 09 22:09:51.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72172024-10-09T22:09:53.269Z[ recovery-image] Oct 09 22:09:51.711 INFO O| Oct 09 22:09:51.711 INFO STEP 1023 (remove_files) COMPLETE
72182024-10-09T22:09:53.271Z[ recovery-image] Oct 09 22:09:51.711 INFO O| Oct 09 22:09:51.711 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-09T22:09:53.279Z[ recovery-image] Oct 09 22:09:51.721 INFO O| Oct 09 22:09:51.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72202024-10-09T22:09:53.279Z[ recovery-image] Oct 09 22:09:51.721 INFO O| Oct 09 22:09:51.721 INFO STEP 1024 (remove_files) COMPLETE
72212024-10-09T22:09:53.281Z[ recovery-image] Oct 09 22:09:51.721 INFO O| Oct 09 22:09:51.721 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-09T22:09:53.290Z[ recovery-image] Oct 09 22:09:51.732 INFO O| Oct 09 22:09:51.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72232024-10-09T22:09:53.290Z[ recovery-image] Oct 09 22:09:51.732 INFO O| Oct 09 22:09:51.732 INFO STEP 1025 (remove_files) COMPLETE
72242024-10-09T22:09:53.292Z[ recovery-image] Oct 09 22:09:51.732 INFO O| Oct 09 22:09:51.732 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-09T22:09:53.300Z[ recovery-image] Oct 09 22:09:51.742 INFO O| Oct 09 22:09:51.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72262024-10-09T22:09:53.310Z[ recovery-image] Oct 09 22:09:51.743 INFO O| Oct 09 22:09:51.743 INFO STEP 1026 (remove_files) COMPLETE
72272024-10-09T22:09:53.310Z[ recovery-image] Oct 09 22:09:51.743 INFO O| Oct 09 22:09:51.743 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-09T22:09:53.313Z[ recovery-image] Oct 09 22:09:51.753 INFO O| Oct 09 22:09:51.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72292024-10-09T22:09:53.313Z[ recovery-image] Oct 09 22:09:51.753 INFO O| Oct 09 22:09:51.753 INFO STEP 1027 (remove_files) COMPLETE
72302024-10-09T22:09:53.313Z[ recovery-image] Oct 09 22:09:51.753 INFO O| Oct 09 22:09:51.753 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-09T22:09:53.321Z[ recovery-image] Oct 09 22:09:51.763 INFO O| Oct 09 22:09:51.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72322024-10-09T22:09:53.321Z[ recovery-image] Oct 09 22:09:51.763 INFO O| Oct 09 22:09:51.763 INFO STEP 1028 (remove_files) COMPLETE
72332024-10-09T22:09:53.323Z[ recovery-image] Oct 09 22:09:51.763 INFO O| Oct 09 22:09:51.763 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-09T22:09:53.331Z[ recovery-image] Oct 09 22:09:51.773 INFO O| Oct 09 22:09:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72352024-10-09T22:09:53.333Z[ recovery-image] Oct 09 22:09:51.773 INFO O| Oct 09 22:09:51.773 INFO STEP 1029 (remove_files) COMPLETE
72362024-10-09T22:09:53.333Z[ recovery-image] Oct 09 22:09:51.773 INFO O| Oct 09 22:09:51.773 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-09T22:09:53.343Z[ recovery-image] Oct 09 22:09:51.785 INFO O| Oct 09 22:09:51.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72382024-10-09T22:09:53.343Z[ recovery-image] Oct 09 22:09:51.785 INFO O| Oct 09 22:09:51.785 INFO STEP 1030 (remove_files) COMPLETE
72392024-10-09T22:09:53.346Z[ recovery-image] Oct 09 22:09:51.785 INFO O| Oct 09 22:09:51.785 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-09T22:09:53.355Z[ recovery-image] Oct 09 22:09:51.797 INFO O| Oct 09 22:09:51.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72412024-10-09T22:09:53.355Z[ recovery-image] Oct 09 22:09:51.797 INFO O| Oct 09 22:09:51.797 INFO STEP 1031 (remove_files) COMPLETE
72422024-10-09T22:09:53.355Z[ recovery-image] Oct 09 22:09:51.797 INFO O| Oct 09 22:09:51.797 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-09T22:09:53.365Z[ recovery-image] Oct 09 22:09:51.807 INFO O| Oct 09 22:09:51.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72442024-10-09T22:09:53.365Z[ recovery-image] Oct 09 22:09:51.807 INFO O| Oct 09 22:09:51.807 INFO STEP 1032 (remove_files) COMPLETE
72452024-10-09T22:09:53.368Z[ recovery-image] Oct 09 22:09:51.807 INFO O| Oct 09 22:09:51.807 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-09T22:09:53.375Z[ recovery-image] Oct 09 22:09:51.818 INFO O| Oct 09 22:09:51.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72472024-10-09T22:09:53.375Z[ recovery-image] Oct 09 22:09:51.818 INFO O| Oct 09 22:09:51.818 INFO STEP 1033 (remove_files) COMPLETE
72482024-10-09T22:09:53.378Z[ recovery-image] Oct 09 22:09:51.818 INFO O| Oct 09 22:09:51.818 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-09T22:09:53.387Z[ recovery-image] Oct 09 22:09:51.830 INFO O| Oct 09 22:09:51.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72502024-10-09T22:09:53.389Z[ recovery-image] Oct 09 22:09:51.830 INFO O| Oct 09 22:09:51.830 INFO STEP 1034 (remove_files) COMPLETE
72512024-10-09T22:09:53.389Z[ recovery-image] Oct 09 22:09:51.830 INFO O| Oct 09 22:09:51.830 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-09T22:09:53.399Z[ recovery-image] Oct 09 22:09:51.841 INFO O| Oct 09 22:09:51.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72532024-10-09T22:09:53.399Z[ recovery-image] Oct 09 22:09:51.841 INFO O| Oct 09 22:09:51.841 INFO STEP 1035 (remove_files) COMPLETE
72542024-10-09T22:09:53.401Z[ recovery-image] Oct 09 22:09:51.841 INFO O| Oct 09 22:09:51.841 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-09T22:09:53.410Z[ recovery-image] Oct 09 22:09:51.852 INFO O| Oct 09 22:09:51.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72562024-10-09T22:09:53.414Z[ recovery-image] Oct 09 22:09:51.852 INFO O| Oct 09 22:09:51.852 INFO STEP 1036 (remove_files) COMPLETE
72572024-10-09T22:09:53.414Z[ recovery-image] Oct 09 22:09:51.853 INFO O| Oct 09 22:09:51.852 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-09T22:09:53.421Z[ recovery-image] Oct 09 22:09:51.863 INFO O| Oct 09 22:09:51.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72592024-10-09T22:09:53.423Z[ recovery-image] Oct 09 22:09:51.863 INFO O| Oct 09 22:09:51.863 INFO STEP 1037 (remove_files) COMPLETE
72602024-10-09T22:09:53.423Z[ recovery-image] Oct 09 22:09:51.863 INFO O| Oct 09 22:09:51.863 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-09T22:09:53.431Z[ recovery-image] Oct 09 22:09:51.873 INFO O| Oct 09 22:09:51.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72622024-10-09T22:09:53.431Z[ recovery-image] Oct 09 22:09:51.873 INFO O| Oct 09 22:09:51.873 INFO STEP 1038 (remove_files) COMPLETE
72632024-10-09T22:09:53.433Z[ recovery-image] Oct 09 22:09:51.873 INFO O| Oct 09 22:09:51.873 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-09T22:09:53.441Z[ recovery-image] Oct 09 22:09:51.883 INFO O| Oct 09 22:09:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72652024-10-09T22:09:53.441Z[ recovery-image] Oct 09 22:09:51.883 INFO O| Oct 09 22:09:51.883 INFO STEP 1039 (remove_files) COMPLETE
72662024-10-09T22:09:53.441Z[ recovery-image] Oct 09 22:09:51.883 INFO O| Oct 09 22:09:51.883 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-09T22:09:53.451Z[ recovery-image] Oct 09 22:09:51.893 INFO O| Oct 09 22:09:51.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72682024-10-09T22:09:53.454Z[ recovery-image] Oct 09 22:09:51.893 INFO O| Oct 09 22:09:51.893 INFO STEP 1040 (remove_files) COMPLETE
72692024-10-09T22:09:53.454Z[ recovery-image] Oct 09 22:09:51.894 INFO O| Oct 09 22:09:51.893 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-10-09T22:09:53.462Z[ recovery-image] Oct 09 22:09:51.904 INFO O| Oct 09 22:09:51.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72712024-10-09T22:09:53.465Z[ recovery-image] Oct 09 22:09:51.904 INFO O| Oct 09 22:09:51.904 INFO STEP 1041 (remove_files) COMPLETE
72722024-10-09T22:09:53.465Z[ recovery-image] Oct 09 22:09:51.904 INFO O| Oct 09 22:09:51.904 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-10-09T22:09:53.471Z[ recovery-image] Oct 09 22:09:51.913 INFO O| Oct 09 22:09:51.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72742024-10-09T22:09:53.471Z[ recovery-image] Oct 09 22:09:51.913 INFO O| Oct 09 22:09:51.913 INFO STEP 1042 (remove_files) COMPLETE
72752024-10-09T22:09:53.475Z[ recovery-image] Oct 09 22:09:51.913 INFO O| Oct 09 22:09:51.913 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-10-09T22:09:53.481Z[ recovery-image] Oct 09 22:09:51.923 INFO O| Oct 09 22:09:51.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72772024-10-09T22:09:53.485Z[ recovery-image] Oct 09 22:09:51.924 INFO O| Oct 09 22:09:51.923 INFO STEP 1043 (remove_files) COMPLETE
72782024-10-09T22:09:53.485Z[ recovery-image] Oct 09 22:09:51.924 INFO O| Oct 09 22:09:51.924 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-10-09T22:09:53.491Z[ recovery-image] Oct 09 22:09:51.934 INFO O| Oct 09 22:09:51.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72802024-10-09T22:09:53.491Z[ recovery-image] Oct 09 22:09:51.934 INFO O| Oct 09 22:09:51.934 INFO STEP 1044 (remove_files) COMPLETE
72812024-10-09T22:09:53.491Z[ recovery-image] Oct 09 22:09:51.934 INFO O| Oct 09 22:09:51.934 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-10-09T22:09:53.501Z[ recovery-image] Oct 09 22:09:51.943 INFO O| Oct 09 22:09:51.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72832024-10-09T22:09:53.501Z[ recovery-image] Oct 09 22:09:51.943 INFO O| Oct 09 22:09:51.943 INFO STEP 1045 (remove_files) COMPLETE
72842024-10-09T22:09:53.501Z[ recovery-image] Oct 09 22:09:51.943 INFO O| Oct 09 22:09:51.943 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-10-09T22:09:53.511Z[ recovery-image] Oct 09 22:09:51.953 INFO O| Oct 09 22:09:51.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72862024-10-09T22:09:53.511Z[ recovery-image] Oct 09 22:09:51.954 INFO O| Oct 09 22:09:51.954 INFO STEP 1046 (remove_files) COMPLETE
72872024-10-09T22:09:53.514Z[ recovery-image] Oct 09 22:09:51.954 INFO O| Oct 09 22:09:51.954 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-10-09T22:09:53.521Z[ recovery-image] Oct 09 22:09:51.963 INFO O| Oct 09 22:09:51.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72892024-10-09T22:09:53.521Z[ recovery-image] Oct 09 22:09:51.963 INFO O| Oct 09 22:09:51.963 INFO STEP 1047 (remove_files) COMPLETE
72902024-10-09T22:09:53.521Z[ recovery-image] Oct 09 22:09:51.963 INFO O| Oct 09 22:09:51.963 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-10-09T22:09:53.531Z[ recovery-image] Oct 09 22:09:51.973 INFO O| Oct 09 22:09:51.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72922024-10-09T22:09:53.533Z[ recovery-image] Oct 09 22:09:51.973 INFO O| Oct 09 22:09:51.973 INFO STEP 1048 (remove_files) COMPLETE
72932024-10-09T22:09:53.533Z[ recovery-image] Oct 09 22:09:51.973 INFO O| Oct 09 22:09:51.973 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-10-09T22:09:53.541Z[ recovery-image] Oct 09 22:09:51.983 INFO O| Oct 09 22:09:51.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72952024-10-09T22:09:53.544Z[ recovery-image] Oct 09 22:09:51.983 INFO O| Oct 09 22:09:51.983 INFO STEP 1049 (remove_files) COMPLETE
72962024-10-09T22:09:53.544Z[ recovery-image] Oct 09 22:09:51.983 INFO O| Oct 09 22:09:51.983 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-10-09T22:09:53.551Z[ recovery-image] Oct 09 22:09:51.993 INFO O| Oct 09 22:09:51.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72982024-10-09T22:09:53.551Z[ recovery-image] Oct 09 22:09:51.993 INFO O| Oct 09 22:09:51.993 INFO STEP 1050 (remove_files) COMPLETE
72992024-10-09T22:09:53.554Z[ recovery-image] Oct 09 22:09:51.993 INFO O| Oct 09 22:09:51.993 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-10-09T22:09:53.562Z[ recovery-image] Oct 09 22:09:52.004 INFO O| Oct 09 22:09:52.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73012024-10-09T22:09:53.562Z[ recovery-image] Oct 09 22:09:52.004 INFO O| Oct 09 22:09:52.004 INFO STEP 1051 (remove_files) COMPLETE
73022024-10-09T22:09:53.565Z[ recovery-image] Oct 09 22:09:52.004 INFO O| Oct 09 22:09:52.004 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-10-09T22:09:53.572Z[ recovery-image] Oct 09 22:09:52.014 INFO O| Oct 09 22:09:52.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73042024-10-09T22:09:53.574Z[ recovery-image] Oct 09 22:09:52.014 INFO O| Oct 09 22:09:52.014 INFO STEP 1052 (remove_files) COMPLETE
73052024-10-09T22:09:53.574Z[ recovery-image] Oct 09 22:09:52.014 INFO O| Oct 09 22:09:52.014 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-10-09T22:09:53.582Z[ recovery-image] Oct 09 22:09:52.025 INFO O| Oct 09 22:09:52.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73072024-10-09T22:09:53.582Z[ recovery-image] Oct 09 22:09:52.025 INFO O| Oct 09 22:09:52.025 INFO STEP 1053 (remove_files) COMPLETE
73082024-10-09T22:09:53.585Z[ recovery-image] Oct 09 22:09:52.025 INFO O| Oct 09 22:09:52.025 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-10-09T22:09:53.593Z[ recovery-image] Oct 09 22:09:52.035 INFO O| Oct 09 22:09:52.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73102024-10-09T22:09:53.593Z[ recovery-image] Oct 09 22:09:52.035 INFO O| Oct 09 22:09:52.035 INFO STEP 1054 (remove_files) COMPLETE
73112024-10-09T22:09:53.593Z[ recovery-image] Oct 09 22:09:52.035 INFO O| Oct 09 22:09:52.035 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-10-09T22:09:53.603Z[ recovery-image] Oct 09 22:09:52.045 INFO O| Oct 09 22:09:52.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73132024-10-09T22:09:53.603Z[ recovery-image] Oct 09 22:09:52.045 INFO O| Oct 09 22:09:52.045 INFO STEP 1055 (remove_files) COMPLETE
73142024-10-09T22:09:53.605Z[ recovery-image] Oct 09 22:09:52.045 INFO O| Oct 09 22:09:52.045 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-10-09T22:09:53.613Z[ recovery-image] Oct 09 22:09:52.055 INFO O| Oct 09 22:09:52.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73162024-10-09T22:09:53.615Z[ recovery-image] Oct 09 22:09:52.055 INFO O| Oct 09 22:09:52.055 INFO STEP 1056 (remove_files) COMPLETE
73172024-10-09T22:09:53.615Z[ recovery-image] Oct 09 22:09:52.055 INFO O| Oct 09 22:09:52.055 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-10-09T22:09:53.624Z[ recovery-image] Oct 09 22:09:52.066 INFO O| Oct 09 22:09:52.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73192024-10-09T22:09:53.624Z[ recovery-image] Oct 09 22:09:52.066 INFO O| Oct 09 22:09:52.066 INFO STEP 1057 (remove_files) COMPLETE
73202024-10-09T22:09:53.624Z[ recovery-image] Oct 09 22:09:52.066 INFO O| Oct 09 22:09:52.066 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-10-09T22:09:53.634Z[ recovery-image] Oct 09 22:09:52.076 INFO O| Oct 09 22:09:52.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73222024-10-09T22:09:53.636Z[ recovery-image] Oct 09 22:09:52.076 INFO O| Oct 09 22:09:52.076 INFO STEP 1058 (remove_files) COMPLETE
73232024-10-09T22:09:53.636Z[ recovery-image] Oct 09 22:09:52.076 INFO O| Oct 09 22:09:52.076 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-10-09T22:09:53.644Z[ recovery-image] Oct 09 22:09:52.086 INFO O| Oct 09 22:09:52.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73252024-10-09T22:09:53.644Z[ recovery-image] Oct 09 22:09:52.087 INFO O| Oct 09 22:09:52.087 INFO STEP 1059 (remove_files) COMPLETE
73262024-10-09T22:09:53.646Z[ recovery-image] Oct 09 22:09:52.087 INFO O| Oct 09 22:09:52.087 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-10-09T22:09:53.654Z[ recovery-image] Oct 09 22:09:52.097 INFO O| Oct 09 22:09:52.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73282024-10-09T22:09:53.654Z[ recovery-image] Oct 09 22:09:52.097 INFO O| Oct 09 22:09:52.097 INFO STEP 1060 (remove_files) COMPLETE
73292024-10-09T22:09:53.657Z[ recovery-image] Oct 09 22:09:52.097 INFO O| Oct 09 22:09:52.097 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-10-09T22:09:53.665Z[ recovery-image] Oct 09 22:09:52.107 INFO O| Oct 09 22:09:52.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73312024-10-09T22:09:53.665Z[ recovery-image] Oct 09 22:09:52.107 INFO O| Oct 09 22:09:52.107 INFO STEP 1061 (remove_files) COMPLETE
73322024-10-09T22:09:53.665Z[ recovery-image] Oct 09 22:09:52.107 INFO O| Oct 09 22:09:52.107 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-10-09T22:09:53.675Z[ recovery-image] Oct 09 22:09:52.118 INFO O| Oct 09 22:09:52.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73342024-10-09T22:09:53.675Z[ recovery-image] Oct 09 22:09:52.118 INFO O| Oct 09 22:09:52.118 INFO STEP 1062 (remove_files) COMPLETE
73352024-10-09T22:09:53.677Z[ recovery-image] Oct 09 22:09:52.118 INFO O| Oct 09 22:09:52.118 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-10-09T22:09:53.686Z[ recovery-image] Oct 09 22:09:52.128 INFO O| Oct 09 22:09:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73372024-10-09T22:09:53.686Z[ recovery-image] Oct 09 22:09:52.128 INFO O| Oct 09 22:09:52.128 INFO STEP 1063 (remove_files) COMPLETE
73382024-10-09T22:09:53.689Z[ recovery-image] Oct 09 22:09:52.128 INFO O| Oct 09 22:09:52.128 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-10-09T22:09:53.696Z[ recovery-image] Oct 09 22:09:52.138 INFO O| Oct 09 22:09:52.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73402024-10-09T22:09:53.699Z[ recovery-image] Oct 09 22:09:52.138 INFO O| Oct 09 22:09:52.138 INFO STEP 1064 (remove_files) COMPLETE
73412024-10-09T22:09:53.699Z[ recovery-image] Oct 09 22:09:52.138 INFO O| Oct 09 22:09:52.138 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-10-09T22:09:53.707Z[ recovery-image] Oct 09 22:09:52.149 INFO O| Oct 09 22:09:52.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73432024-10-09T22:09:53.709Z[ recovery-image] Oct 09 22:09:52.150 INFO O| Oct 09 22:09:52.150 INFO STEP 1065 (remove_files) COMPLETE
73442024-10-09T22:09:53.709Z[ recovery-image] Oct 09 22:09:52.150 INFO O| Oct 09 22:09:52.150 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-10-09T22:09:53.720Z[ recovery-image] Oct 09 22:09:52.162 INFO O| Oct 09 22:09:52.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73462024-10-09T22:09:53.720Z[ recovery-image] Oct 09 22:09:52.162 INFO O| Oct 09 22:09:52.162 INFO STEP 1066 (remove_files) COMPLETE
73472024-10-09T22:09:53.722Z[ recovery-image] Oct 09 22:09:52.162 INFO O| Oct 09 22:09:52.162 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-10-09T22:09:53.732Z[ recovery-image] Oct 09 22:09:52.174 INFO O| Oct 09 22:09:52.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73492024-10-09T22:09:53.732Z[ recovery-image] Oct 09 22:09:52.174 INFO O| Oct 09 22:09:52.174 INFO STEP 1067 (remove_files) COMPLETE
73502024-10-09T22:09:53.732Z[ recovery-image] Oct 09 22:09:52.174 INFO O| Oct 09 22:09:52.174 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-10-09T22:09:53.743Z[ recovery-image] Oct 09 22:09:52.185 INFO O| Oct 09 22:09:52.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73522024-10-09T22:09:53.745Z[ recovery-image] Oct 09 22:09:52.185 INFO O| Oct 09 22:09:52.185 INFO STEP 1068 (remove_files) COMPLETE
73532024-10-09T22:09:53.745Z[ recovery-image] Oct 09 22:09:52.185 INFO O| Oct 09 22:09:52.185 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-10-09T22:09:53.753Z[ recovery-image] Oct 09 22:09:52.196 INFO O| Oct 09 22:09:52.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73552024-10-09T22:09:53.753Z[ recovery-image] Oct 09 22:09:52.196 INFO O| Oct 09 22:09:52.196 INFO STEP 1069 (remove_files) COMPLETE
73562024-10-09T22:09:53.756Z[ recovery-image] Oct 09 22:09:52.196 INFO O| Oct 09 22:09:52.196 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-10-09T22:09:53.764Z[ recovery-image] Oct 09 22:09:52.207 INFO O| Oct 09 22:09:52.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73582024-10-09T22:09:53.764Z[ recovery-image] Oct 09 22:09:52.207 INFO O| Oct 09 22:09:52.207 INFO STEP 1070 (remove_files) COMPLETE
73592024-10-09T22:09:53.767Z[ recovery-image] Oct 09 22:09:52.207 INFO O| Oct 09 22:09:52.207 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-10-09T22:09:53.778Z[ recovery-image] Oct 09 22:09:52.219 INFO O| Oct 09 22:09:52.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73612024-10-09T22:09:53.780Z[ recovery-image] Oct 09 22:09:52.219 INFO O| Oct 09 22:09:52.219 INFO STEP 1071 (remove_files) COMPLETE
73622024-10-09T22:09:53.780Z[ recovery-image] Oct 09 22:09:52.219 INFO O| Oct 09 22:09:52.219 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-10-09T22:09:53.788Z[ recovery-image] Oct 09 22:09:52.230 INFO O| Oct 09 22:09:52.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73642024-10-09T22:09:53.788Z[ recovery-image] Oct 09 22:09:52.230 INFO O| Oct 09 22:09:52.230 INFO STEP 1072 (remove_files) COMPLETE
73652024-10-09T22:09:53.788Z[ recovery-image] Oct 09 22:09:52.230 INFO O| Oct 09 22:09:52.230 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-10-09T22:09:53.800Z[ recovery-image] Oct 09 22:09:52.242 INFO O| Oct 09 22:09:52.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73672024-10-09T22:09:53.800Z[ recovery-image] Oct 09 22:09:52.242 INFO O| Oct 09 22:09:52.242 INFO STEP 1073 (remove_files) COMPLETE
73682024-10-09T22:09:53.800Z[ recovery-image] Oct 09 22:09:52.242 INFO O| Oct 09 22:09:52.242 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-10-09T22:09:53.810Z[ recovery-image] Oct 09 22:09:52.253 INFO O| Oct 09 22:09:52.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73702024-10-09T22:09:53.812Z[ recovery-image] Oct 09 22:09:52.253 INFO O| Oct 09 22:09:52.253 INFO STEP 1074 (remove_files) COMPLETE
73712024-10-09T22:09:53.812Z[ recovery-image] Oct 09 22:09:52.253 INFO O| Oct 09 22:09:52.253 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-10-09T22:09:53.821Z[ recovery-image] Oct 09 22:09:52.263 INFO O| Oct 09 22:09:52.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73732024-10-09T22:09:53.821Z[ recovery-image] Oct 09 22:09:52.263 INFO O| Oct 09 22:09:52.263 INFO STEP 1075 (remove_files) COMPLETE
73742024-10-09T22:09:53.821Z[ recovery-image] Oct 09 22:09:52.263 INFO O| Oct 09 22:09:52.263 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-10-09T22:09:53.832Z[ recovery-image] Oct 09 22:09:52.274 INFO O| Oct 09 22:09:52.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73762024-10-09T22:09:53.832Z[ recovery-image] Oct 09 22:09:52.274 INFO O| Oct 09 22:09:52.274 INFO STEP 1076 (remove_files) COMPLETE
73772024-10-09T22:09:53.832Z[ recovery-image] Oct 09 22:09:52.274 INFO O| Oct 09 22:09:52.274 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-10-09T22:09:53.843Z[ recovery-image] Oct 09 22:09:52.285 INFO O| Oct 09 22:09:52.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73792024-10-09T22:09:53.843Z[ recovery-image] Oct 09 22:09:52.285 INFO O| Oct 09 22:09:52.285 INFO STEP 1077 (remove_files) COMPLETE
73802024-10-09T22:09:53.845Z[ recovery-image] Oct 09 22:09:52.285 INFO O| Oct 09 22:09:52.285 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-10-09T22:09:53.853Z[ recovery-image] Oct 09 22:09:52.296 INFO O| Oct 09 22:09:52.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73822024-10-09T22:09:53.856Z[ recovery-image] Oct 09 22:09:52.296 INFO O| Oct 09 22:09:52.296 INFO STEP 1078 (remove_files) COMPLETE
73832024-10-09T22:09:53.856Z[ recovery-image] Oct 09 22:09:52.296 INFO O| Oct 09 22:09:52.296 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-10-09T22:09:53.864Z[ recovery-image] Oct 09 22:09:52.306 INFO O| Oct 09 22:09:52.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73852024-10-09T22:09:53.864Z[ recovery-image] Oct 09 22:09:52.306 INFO O| Oct 09 22:09:52.306 INFO STEP 1079 (remove_files) COMPLETE
73862024-10-09T22:09:53.866Z[ recovery-image] Oct 09 22:09:52.306 INFO O| Oct 09 22:09:52.306 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-10-09T22:09:53.874Z[ recovery-image] Oct 09 22:09:52.316 INFO O| Oct 09 22:09:52.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73882024-10-09T22:09:53.874Z[ recovery-image] Oct 09 22:09:52.316 INFO O| Oct 09 22:09:52.316 INFO STEP 1080 (remove_files) COMPLETE
73892024-10-09T22:09:53.876Z[ recovery-image] Oct 09 22:09:52.316 INFO O| Oct 09 22:09:52.316 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-10-09T22:09:53.884Z[ recovery-image] Oct 09 22:09:52.327 INFO O| Oct 09 22:09:52.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73912024-10-09T22:09:53.887Z[ recovery-image] Oct 09 22:09:52.327 INFO O| Oct 09 22:09:52.327 INFO STEP 1081 (remove_files) COMPLETE
73922024-10-09T22:09:53.887Z[ recovery-image] Oct 09 22:09:52.327 INFO O| Oct 09 22:09:52.327 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-10-09T22:09:53.895Z[ recovery-image] Oct 09 22:09:52.337 INFO O| Oct 09 22:09:52.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73942024-10-09T22:09:53.895Z[ recovery-image] Oct 09 22:09:52.337 INFO O| Oct 09 22:09:52.337 INFO STEP 1082 (remove_files) COMPLETE
73952024-10-09T22:09:53.898Z[ recovery-image] Oct 09 22:09:52.337 INFO O| Oct 09 22:09:52.337 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-10-09T22:09:53.905Z[ recovery-image] Oct 09 22:09:52.347 INFO O| Oct 09 22:09:52.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73972024-10-09T22:09:53.905Z[ recovery-image] Oct 09 22:09:52.347 INFO O| Oct 09 22:09:52.347 INFO STEP 1083 (remove_files) COMPLETE
73982024-10-09T22:09:53.907Z[ recovery-image] Oct 09 22:09:52.347 INFO O| Oct 09 22:09:52.347 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-10-09T22:09:53.915Z[ recovery-image] Oct 09 22:09:52.357 INFO O| Oct 09 22:09:52.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74002024-10-09T22:09:53.917Z[ recovery-image] Oct 09 22:09:52.357 INFO O| Oct 09 22:09:52.357 INFO STEP 1084 (remove_files) COMPLETE
74012024-10-09T22:09:53.917Z[ recovery-image] Oct 09 22:09:52.357 INFO O| Oct 09 22:09:52.357 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-10-09T22:09:53.924Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 39s
74032024-10-09T22:09:53.927Z[ recovery-image] Oct 09 22:09:52.367 INFO O| Oct 09 22:09:52.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74042024-10-09T22:09:53.927Z[ recovery-image] Oct 09 22:09:52.367 INFO O| Oct 09 22:09:52.367 INFO STEP 1085 (remove_files) COMPLETE
74052024-10-09T22:09:53.927Z[ recovery-image] Oct 09 22:09:52.367 INFO O| Oct 09 22:09:52.367 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-09T22:09:53.935Z[ recovery-image] Oct 09 22:09:52.377 INFO O| Oct 09 22:09:52.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74072024-10-09T22:09:53.935Z[ recovery-image] Oct 09 22:09:52.377 INFO O| Oct 09 22:09:52.377 INFO STEP 1086 (remove_files) COMPLETE
74082024-10-09T22:09:53.935Z[ recovery-image] Oct 09 22:09:52.377 INFO O| Oct 09 22:09:52.377 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-09T22:09:53.946Z[ recovery-image] Oct 09 22:09:52.388 INFO O| Oct 09 22:09:52.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74102024-10-09T22:09:53.946Z[ recovery-image] Oct 09 22:09:52.388 INFO O| Oct 09 22:09:52.388 INFO STEP 1087 (remove_files) COMPLETE
74112024-10-09T22:09:53.946Z[ recovery-image] Oct 09 22:09:52.388 INFO O| Oct 09 22:09:52.388 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-10-09T22:09:53.956Z[ recovery-image] Oct 09 22:09:52.398 INFO O| Oct 09 22:09:52.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74132024-10-09T22:09:53.956Z[ recovery-image] Oct 09 22:09:52.398 INFO O| Oct 09 22:09:52.398 INFO STEP 1088 (remove_files) COMPLETE
74142024-10-09T22:09:53.959Z[ recovery-image] Oct 09 22:09:52.398 INFO O| Oct 09 22:09:52.398 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-10-09T22:09:53.966Z[ recovery-image] Oct 09 22:09:52.408 INFO O| Oct 09 22:09:52.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74162024-10-09T22:09:53.969Z[ recovery-image] Oct 09 22:09:52.409 INFO O| Oct 09 22:09:52.408 INFO STEP 1089 (remove_files) COMPLETE
74172024-10-09T22:09:53.969Z[ recovery-image] Oct 09 22:09:52.409 INFO O| Oct 09 22:09:52.408 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-10-09T22:09:53.976Z[ recovery-image] Oct 09 22:09:52.419 INFO O| Oct 09 22:09:52.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74192024-10-09T22:09:53.979Z[ recovery-image] Oct 09 22:09:52.419 INFO O| Oct 09 22:09:52.419 INFO STEP 1090 (remove_files) COMPLETE
74202024-10-09T22:09:53.979Z[ recovery-image] Oct 09 22:09:52.419 INFO O| Oct 09 22:09:52.419 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-10-09T22:09:53.987Z[ recovery-image] Oct 09 22:09:52.429 INFO O| Oct 09 22:09:52.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74222024-10-09T22:09:53.990Z[ recovery-image] Oct 09 22:09:52.429 INFO O| Oct 09 22:09:52.429 INFO STEP 1091 (remove_files) COMPLETE
74232024-10-09T22:09:53.990Z[ recovery-image] Oct 09 22:09:52.429 INFO O| Oct 09 22:09:52.429 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-10-09T22:09:53.999Z[ recovery-image] Oct 09 22:09:52.441 INFO O| Oct 09 22:09:52.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74252024-10-09T22:09:53.999Z[ recovery-image] Oct 09 22:09:52.441 INFO O| Oct 09 22:09:52.441 INFO STEP 1092 (remove_files) COMPLETE
74262024-10-09T22:09:54.003Z[ recovery-image] Oct 09 22:09:52.441 INFO O| Oct 09 22:09:52.441 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-10-09T22:09:54.011Z[ recovery-image] Oct 09 22:09:52.453 INFO O| Oct 09 22:09:52.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74282024-10-09T22:09:54.011Z[ recovery-image] Oct 09 22:09:52.453 INFO O| Oct 09 22:09:52.453 INFO STEP 1093 (remove_files) COMPLETE
74292024-10-09T22:09:54.011Z[ recovery-image] Oct 09 22:09:52.453 INFO O| Oct 09 22:09:52.453 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-10-09T22:09:54.025Z[ recovery-image] Oct 09 22:09:52.467 INFO O| Oct 09 22:09:52.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74312024-10-09T22:09:54.027Z[ recovery-image] Oct 09 22:09:52.467 INFO O| Oct 09 22:09:52.467 INFO STEP 1094 (remove_files) COMPLETE
74322024-10-09T22:09:54.028Z[ recovery-image] Oct 09 22:09:52.467 INFO O| Oct 09 22:09:52.467 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-10-09T22:09:54.100Z[ recovery-image] Oct 09 22:09:52.542 INFO O| Oct 09 22:09:52.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74342024-10-09T22:09:54.100Z[ recovery-image] Oct 09 22:09:52.542 INFO O| Oct 09 22:09:52.542 INFO STEP 1095 (remove_files) COMPLETE
74352024-10-09T22:09:54.100Z[ recovery-image] Oct 09 22:09:52.542 INFO O| Oct 09 22:09:52.542 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-10-09T22:09:54.113Z[ recovery-image] Oct 09 22:09:52.555 INFO O| Oct 09 22:09:52.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74372024-10-09T22:09:54.113Z[ recovery-image] Oct 09 22:09:52.555 INFO O| Oct 09 22:09:52.555 INFO STEP 1096 (remove_files) COMPLETE
74382024-10-09T22:09:54.116Z[ recovery-image] Oct 09 22:09:52.555 INFO O| Oct 09 22:09:52.555 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-10-09T22:09:54.126Z[ recovery-image] Oct 09 22:09:52.568 INFO O| Oct 09 22:09:52.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74402024-10-09T22:09:54.126Z[ recovery-image] Oct 09 22:09:52.568 INFO O| Oct 09 22:09:52.568 INFO STEP 1097 (remove_files) COMPLETE
74412024-10-09T22:09:54.128Z[ recovery-image] Oct 09 22:09:52.568 INFO O| Oct 09 22:09:52.568 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-10-09T22:09:54.137Z[ recovery-image] Oct 09 22:09:52.579 INFO O| Oct 09 22:09:52.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74432024-10-09T22:09:54.139Z[ recovery-image] Oct 09 22:09:52.579 INFO O| Oct 09 22:09:52.579 INFO STEP 1098 (remove_files) COMPLETE
74442024-10-09T22:09:54.139Z[ recovery-image] Oct 09 22:09:52.579 INFO O| Oct 09 22:09:52.579 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-10-09T22:09:54.148Z[ recovery-image] Oct 09 22:09:52.590 INFO O| Oct 09 22:09:52.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74462024-10-09T22:09:54.148Z[ recovery-image] Oct 09 22:09:52.590 INFO O| Oct 09 22:09:52.590 INFO STEP 1099 (remove_files) COMPLETE
74472024-10-09T22:09:54.150Z[ recovery-image] Oct 09 22:09:52.590 INFO O| Oct 09 22:09:52.590 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-10-09T22:09:54.158Z[ recovery-image] Oct 09 22:09:52.601 INFO O| Oct 09 22:09:52.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74492024-10-09T22:09:54.158Z[ recovery-image] Oct 09 22:09:52.601 INFO O| Oct 09 22:09:52.601 INFO STEP 1100 (remove_files) COMPLETE
74502024-10-09T22:09:54.160Z[ recovery-image] Oct 09 22:09:52.601 INFO O| Oct 09 22:09:52.601 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-10-09T22:09:54.169Z[ recovery-image] Oct 09 22:09:52.611 INFO O| Oct 09 22:09:52.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74522024-10-09T22:09:54.171Z[ recovery-image] Oct 09 22:09:52.611 INFO O| Oct 09 22:09:52.611 INFO STEP 1101 (remove_files) COMPLETE
74532024-10-09T22:09:54.172Z[ recovery-image] Oct 09 22:09:52.611 INFO O| Oct 09 22:09:52.611 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-10-09T22:09:54.180Z[ recovery-image] Oct 09 22:09:52.622 INFO O| Oct 09 22:09:52.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74552024-10-09T22:09:54.180Z[ recovery-image] Oct 09 22:09:52.622 INFO O| Oct 09 22:09:52.622 INFO STEP 1102 (remove_files) COMPLETE
74562024-10-09T22:09:54.180Z[ recovery-image] Oct 09 22:09:52.622 INFO O| Oct 09 22:09:52.622 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-10-09T22:09:54.190Z[ recovery-image] Oct 09 22:09:52.632 INFO O| Oct 09 22:09:52.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74582024-10-09T22:09:54.190Z[ recovery-image] Oct 09 22:09:52.632 INFO O| Oct 09 22:09:52.632 INFO STEP 1103 (remove_files) COMPLETE
74592024-10-09T22:09:54.190Z[ recovery-image] Oct 09 22:09:52.632 INFO O| Oct 09 22:09:52.632 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-10-09T22:09:54.200Z[ recovery-image] Oct 09 22:09:52.642 INFO O| Oct 09 22:09:52.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74612024-10-09T22:09:54.200Z[ recovery-image] Oct 09 22:09:52.642 INFO O| Oct 09 22:09:52.642 INFO STEP 1104 (remove_files) COMPLETE
74622024-10-09T22:09:54.203Z[ recovery-image] Oct 09 22:09:52.642 INFO O| Oct 09 22:09:52.642 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-10-09T22:09:54.211Z[ recovery-image] Oct 09 22:09:52.653 INFO O| Oct 09 22:09:52.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74642024-10-09T22:09:54.211Z[ recovery-image] Oct 09 22:09:52.653 INFO O| Oct 09 22:09:52.653 INFO STEP 1105 (remove_files) COMPLETE
74652024-10-09T22:09:54.213Z[ recovery-image] Oct 09 22:09:52.653 INFO O| Oct 09 22:09:52.653 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-10-09T22:09:54.222Z[ recovery-image] Oct 09 22:09:52.665 INFO O| Oct 09 22:09:52.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74672024-10-09T22:09:54.223Z[ recovery-image] Oct 09 22:09:52.665 INFO O| Oct 09 22:09:52.665 INFO STEP 1106 (remove_files) COMPLETE
74682024-10-09T22:09:54.225Z[ recovery-image] Oct 09 22:09:52.665 INFO O| Oct 09 22:09:52.665 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-10-09T22:09:54.233Z[ recovery-image] Oct 09 22:09:52.675 INFO O| Oct 09 22:09:52.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74702024-10-09T22:09:54.233Z[ recovery-image] Oct 09 22:09:52.675 INFO O| Oct 09 22:09:52.675 INFO STEP 1107 (remove_files) COMPLETE
74712024-10-09T22:09:54.233Z[ recovery-image] Oct 09 22:09:52.675 INFO O| Oct 09 22:09:52.675 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-10-09T22:09:54.243Z[ recovery-image] Oct 09 22:09:52.685 INFO O| Oct 09 22:09:52.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74732024-10-09T22:09:54.243Z[ recovery-image] Oct 09 22:09:52.685 INFO O| Oct 09 22:09:52.685 INFO STEP 1108 (remove_files) COMPLETE
74742024-10-09T22:09:54.245Z[ recovery-image] Oct 09 22:09:52.685 INFO O| Oct 09 22:09:52.685 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-10-09T22:09:54.253Z[ recovery-image] Oct 09 22:09:52.695 INFO O| Oct 09 22:09:52.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74762024-10-09T22:09:54.253Z[ recovery-image] Oct 09 22:09:52.695 INFO O| Oct 09 22:09:52.695 INFO STEP 1109 (remove_files) COMPLETE
74772024-10-09T22:09:54.255Z[ recovery-image] Oct 09 22:09:52.695 INFO O| Oct 09 22:09:52.695 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-10-09T22:09:54.263Z[ recovery-image] Oct 09 22:09:52.705 INFO O| Oct 09 22:09:52.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74792024-10-09T22:09:54.263Z[ recovery-image] Oct 09 22:09:52.705 INFO O| Oct 09 22:09:52.705 INFO STEP 1110 (remove_files) COMPLETE
74802024-10-09T22:09:54.263Z[ recovery-image] Oct 09 22:09:52.705 INFO O| Oct 09 22:09:52.705 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-10-09T22:09:54.272Z[ recovery-image] Oct 09 22:09:52.715 INFO O| Oct 09 22:09:52.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74822024-10-09T22:09:54.273Z[ recovery-image] Oct 09 22:09:52.715 INFO O| Oct 09 22:09:52.715 INFO STEP 1111 (remove_files) COMPLETE
74832024-10-09T22:09:54.273Z[ recovery-image] Oct 09 22:09:52.715 INFO O| Oct 09 22:09:52.715 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-10-09T22:09:54.276ZOct 09 22:09:52.718 INFO [verify-libraries] process exited with exit status: 0 (343.515100445s)
74852024-10-09T22:09:54.282Z[ recovery-image] Oct 09 22:09:52.725 INFO O| Oct 09 22:09:52.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74862024-10-09T22:09:54.282Z[ recovery-image] Oct 09 22:09:52.725 INFO O| Oct 09 22:09:52.725 INFO STEP 1112 (remove_files) COMPLETE
74872024-10-09T22:09:54.285Z[ recovery-image] Oct 09 22:09:52.725 INFO O| Oct 09 22:09:52.725 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-09T22:09:54.292Z[ recovery-image] Oct 09 22:09:52.734 INFO O| Oct 09 22:09:52.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74892024-10-09T22:09:54.292Z[ recovery-image] Oct 09 22:09:52.734 INFO O| Oct 09 22:09:52.734 INFO STEP 1113 (remove_files) COMPLETE
74902024-10-09T22:09:54.294Z[ recovery-image] Oct 09 22:09:52.734 INFO O| Oct 09 22:09:52.734 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-09T22:09:54.302Z[ recovery-image] Oct 09 22:09:52.745 INFO O| Oct 09 22:09:52.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74922024-10-09T22:09:54.302Z[ recovery-image] Oct 09 22:09:52.745 INFO O| Oct 09 22:09:52.745 INFO STEP 1114 (remove_files) COMPLETE
74932024-10-09T22:09:54.302Z[ recovery-image] Oct 09 22:09:52.745 INFO O| Oct 09 22:09:52.745 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-09T22:09:54.313Z[ recovery-image] Oct 09 22:09:52.755 INFO O| Oct 09 22:09:52.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74952024-10-09T22:09:54.313Z[ recovery-image] Oct 09 22:09:52.755 INFO O| Oct 09 22:09:52.755 INFO STEP 1115 (remove_files) COMPLETE
74962024-10-09T22:09:54.315Z[ recovery-image] Oct 09 22:09:52.755 INFO O| Oct 09 22:09:52.755 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-09T22:09:54.322Z[ recovery-image] Oct 09 22:09:52.765 INFO O| Oct 09 22:09:52.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74982024-10-09T22:09:54.325Z[ recovery-image] Oct 09 22:09:52.765 INFO O| Oct 09 22:09:52.765 INFO STEP 1116 (remove_files) COMPLETE
74992024-10-09T22:09:54.325Z[ recovery-image] Oct 09 22:09:52.765 INFO O| Oct 09 22:09:52.765 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-09T22:09:54.332Z[ recovery-image] Oct 09 22:09:52.775 INFO O| Oct 09 22:09:52.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75012024-10-09T22:09:54.333Z[ recovery-image] Oct 09 22:09:52.775 INFO O| Oct 09 22:09:52.775 INFO STEP 1117 (remove_files) COMPLETE
75022024-10-09T22:09:54.333Z[ recovery-image] Oct 09 22:09:52.775 INFO O| Oct 09 22:09:52.775 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-09T22:09:54.342Z[ recovery-image] Oct 09 22:09:52.784 INFO O| Oct 09 22:09:52.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75042024-10-09T22:09:54.342Z[ recovery-image] Oct 09 22:09:52.784 INFO O| Oct 09 22:09:52.784 INFO STEP 1118 (remove_files) COMPLETE
75052024-10-09T22:09:54.342Z[ recovery-image] Oct 09 22:09:52.784 INFO O| Oct 09 22:09:52.784 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-09T22:09:54.352Z[ recovery-image] Oct 09 22:09:52.794 INFO O| Oct 09 22:09:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75072024-10-09T22:09:54.354Z[ recovery-image] Oct 09 22:09:52.794 INFO O| Oct 09 22:09:52.794 INFO STEP 1119 (remove_files) COMPLETE
75082024-10-09T22:09:54.355Z[ recovery-image] Oct 09 22:09:52.794 INFO O| Oct 09 22:09:52.794 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-09T22:09:54.362Z[ recovery-image] Oct 09 22:09:52.804 INFO O| Oct 09 22:09:52.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75102024-10-09T22:09:54.364Z[ recovery-image] Oct 09 22:09:52.804 INFO O| Oct 09 22:09:52.804 INFO STEP 1120 (remove_files) COMPLETE
75112024-10-09T22:09:54.364Z[ recovery-image] Oct 09 22:09:52.804 INFO O| Oct 09 22:09:52.804 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-09T22:09:54.371Z[ recovery-image] Oct 09 22:09:52.814 INFO O| Oct 09 22:09:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75132024-10-09T22:09:54.371Z[ recovery-image] Oct 09 22:09:52.814 INFO O| Oct 09 22:09:52.814 INFO STEP 1121 (remove_files) COMPLETE
75142024-10-09T22:09:54.374Z[ recovery-image] Oct 09 22:09:52.814 INFO O| Oct 09 22:09:52.814 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-09T22:09:54.381Z[ recovery-image] Oct 09 22:09:52.823 INFO O| Oct 09 22:09:52.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75162024-10-09T22:09:54.384Z[ recovery-image] Oct 09 22:09:52.823 INFO O| Oct 09 22:09:52.823 INFO STEP 1122 (remove_files) COMPLETE
75172024-10-09T22:09:54.384Z[ recovery-image] Oct 09 22:09:52.823 INFO O| Oct 09 22:09:52.823 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-09T22:09:54.391Z[ recovery-image] Oct 09 22:09:52.833 INFO O| Oct 09 22:09:52.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75192024-10-09T22:09:54.393Z[ recovery-image] Oct 09 22:09:52.833 INFO O| Oct 09 22:09:52.833 INFO STEP 1123 (remove_files) COMPLETE
75202024-10-09T22:09:54.393Z[ recovery-image] Oct 09 22:09:52.833 INFO O| Oct 09 22:09:52.833 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-09T22:09:54.400Z[ recovery-image] Oct 09 22:09:52.843 INFO O| Oct 09 22:09:52.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75222024-10-09T22:09:54.400Z[ recovery-image] Oct 09 22:09:52.843 INFO O| Oct 09 22:09:52.843 INFO STEP 1124 (remove_files) COMPLETE
75232024-10-09T22:09:54.403Z[ recovery-image] Oct 09 22:09:52.843 INFO O| Oct 09 22:09:52.843 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-09T22:09:54.411Z[ recovery-image] Oct 09 22:09:52.853 INFO O| Oct 09 22:09:52.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75252024-10-09T22:09:54.411Z[ recovery-image] Oct 09 22:09:52.853 INFO O| Oct 09 22:09:52.853 INFO STEP 1125 (remove_files) COMPLETE
75262024-10-09T22:09:54.411Z[ recovery-image] Oct 09 22:09:52.853 INFO O| Oct 09 22:09:52.853 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-09T22:09:54.420Z[ recovery-image] Oct 09 22:09:52.863 INFO O| Oct 09 22:09:52.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75282024-10-09T22:09:54.423Z[ recovery-image] Oct 09 22:09:52.863 INFO O| Oct 09 22:09:52.863 INFO STEP 1126 (remove_files) COMPLETE
75292024-10-09T22:09:54.423Z[ recovery-image] Oct 09 22:09:52.863 INFO O| Oct 09 22:09:52.863 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-09T22:09:54.431Z[ recovery-image] Oct 09 22:09:52.873 INFO O| Oct 09 22:09:52.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75312024-10-09T22:09:54.431Z[ recovery-image] Oct 09 22:09:52.873 INFO O| Oct 09 22:09:52.873 INFO STEP 1127 (remove_files) COMPLETE
75322024-10-09T22:09:54.433Z[ recovery-image] Oct 09 22:09:52.873 INFO O| Oct 09 22:09:52.873 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-09T22:09:54.441Z[ recovery-image] Oct 09 22:09:52.883 INFO O| Oct 09 22:09:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75342024-10-09T22:09:54.441Z[ recovery-image] Oct 09 22:09:52.883 INFO O| Oct 09 22:09:52.883 INFO STEP 1128 (remove_files) COMPLETE
75352024-10-09T22:09:54.443Z[ recovery-image] Oct 09 22:09:52.883 INFO O| Oct 09 22:09:52.883 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-09T22:09:54.450Z[ recovery-image] Oct 09 22:09:52.893 INFO O| Oct 09 22:09:52.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75372024-10-09T22:09:54.453Z[ recovery-image] Oct 09 22:09:52.893 INFO O| Oct 09 22:09:52.893 INFO STEP 1129 (remove_files) COMPLETE
75382024-10-09T22:09:54.453Z[ recovery-image] Oct 09 22:09:52.893 INFO O| Oct 09 22:09:52.893 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-09T22:09:54.460Z[ recovery-image] Oct 09 22:09:52.902 INFO O| Oct 09 22:09:52.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75402024-10-09T22:09:54.460Z[ recovery-image] Oct 09 22:09:52.902 INFO O| Oct 09 22:09:52.902 INFO STEP 1130 (remove_files) COMPLETE
75412024-10-09T22:09:54.462Z[ recovery-image] Oct 09 22:09:52.902 INFO O| Oct 09 22:09:52.902 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-09T22:09:54.470Z[ recovery-image] Oct 09 22:09:52.912 INFO O| Oct 09 22:09:52.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75432024-10-09T22:09:54.472Z[ recovery-image] Oct 09 22:09:52.912 INFO O| Oct 09 22:09:52.912 INFO STEP 1131 (remove_files) COMPLETE
75442024-10-09T22:09:54.472Z[ recovery-image] Oct 09 22:09:52.912 INFO O| Oct 09 22:09:52.912 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-09T22:09:54.479Z[ recovery-image] Oct 09 22:09:52.922 INFO O| Oct 09 22:09:52.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75462024-10-09T22:09:54.480Z[ recovery-image] Oct 09 22:09:52.922 INFO O| Oct 09 22:09:52.922 INFO STEP 1132 (remove_files) COMPLETE
75472024-10-09T22:09:54.482Z[ recovery-image] Oct 09 22:09:52.922 INFO O| Oct 09 22:09:52.922 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-09T22:09:54.489Z[ recovery-image] Oct 09 22:09:52.932 INFO O| Oct 09 22:09:52.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75492024-10-09T22:09:54.492Z[ recovery-image] Oct 09 22:09:52.932 INFO O| Oct 09 22:09:52.932 INFO STEP 1133 (remove_files) COMPLETE
75502024-10-09T22:09:54.492Z[ recovery-image] Oct 09 22:09:52.932 INFO O| Oct 09 22:09:52.932 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-09T22:09:54.499Z[ recovery-image] Oct 09 22:09:52.941 INFO O| Oct 09 22:09:52.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75522024-10-09T22:09:54.501Z[ recovery-image] Oct 09 22:09:52.941 INFO O| Oct 09 22:09:52.941 INFO STEP 1134 (remove_files) COMPLETE
75532024-10-09T22:09:54.501Z[ recovery-image] Oct 09 22:09:52.941 INFO O| Oct 09 22:09:52.941 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-09T22:09:54.508Z[ recovery-image] Oct 09 22:09:52.951 INFO O| Oct 09 22:09:52.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75552024-10-09T22:09:54.511Z[ recovery-image] Oct 09 22:09:52.951 INFO O| Oct 09 22:09:52.951 INFO STEP 1135 (remove_files) COMPLETE
75562024-10-09T22:09:54.511Z[ recovery-image] Oct 09 22:09:52.951 INFO O| Oct 09 22:09:52.951 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-09T22:09:54.518Z[ recovery-image] Oct 09 22:09:52.960 INFO O| Oct 09 22:09:52.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75582024-10-09T22:09:54.518Z[ recovery-image] Oct 09 22:09:52.960 INFO O| Oct 09 22:09:52.960 INFO STEP 1136 (remove_files) COMPLETE
75592024-10-09T22:09:54.520Z[ recovery-image] Oct 09 22:09:52.960 INFO O| Oct 09 22:09:52.960 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-09T22:09:54.528Z[ recovery-image] Oct 09 22:09:52.970 INFO O| Oct 09 22:09:52.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75612024-10-09T22:09:54.530Z[ recovery-image] Oct 09 22:09:52.970 INFO O| Oct 09 22:09:52.970 INFO STEP 1137 (remove_files) COMPLETE
75622024-10-09T22:09:54.530Z[ recovery-image] Oct 09 22:09:52.970 INFO O| Oct 09 22:09:52.970 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-09T22:09:54.537Z[ recovery-image] Oct 09 22:09:52.980 INFO O| Oct 09 22:09:52.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75642024-10-09T22:09:54.537Z[ recovery-image] Oct 09 22:09:52.980 INFO O| Oct 09 22:09:52.980 INFO STEP 1138 (remove_files) COMPLETE
75652024-10-09T22:09:54.540Z[ recovery-image] Oct 09 22:09:52.980 INFO O| Oct 09 22:09:52.980 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-09T22:09:54.547Z[ recovery-image] Oct 09 22:09:52.989 INFO O| Oct 09 22:09:52.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75672024-10-09T22:09:54.550Z[ recovery-image] Oct 09 22:09:52.989 INFO O| Oct 09 22:09:52.989 INFO STEP 1139 (remove_files) COMPLETE
75682024-10-09T22:09:54.550Z[ recovery-image] Oct 09 22:09:52.989 INFO O| Oct 09 22:09:52.989 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-09T22:09:54.557Z[ recovery-image] Oct 09 22:09:52.999 INFO O| Oct 09 22:09:52.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75702024-10-09T22:09:54.560Z[ recovery-image] Oct 09 22:09:53.000 INFO O| Oct 09 22:09:52.999 INFO STEP 1140 (remove_files) COMPLETE
75712024-10-09T22:09:54.560Z[ recovery-image] Oct 09 22:09:53.000 INFO O| Oct 09 22:09:53.000 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-09T22:09:54.567Z[ recovery-image] Oct 09 22:09:53.010 INFO O| Oct 09 22:09:53.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75732024-10-09T22:09:54.568Z[ recovery-image] Oct 09 22:09:53.010 INFO O| Oct 09 22:09:53.010 INFO STEP 1141 (remove_files) COMPLETE
75742024-10-09T22:09:54.570Z[ recovery-image] Oct 09 22:09:53.010 INFO O| Oct 09 22:09:53.010 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-09T22:09:54.577Z[ recovery-image] Oct 09 22:09:53.020 INFO O| Oct 09 22:09:53.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75762024-10-09T22:09:54.577Z[ recovery-image] Oct 09 22:09:53.020 INFO O| Oct 09 22:09:53.020 INFO STEP 1142 (remove_files) COMPLETE
75772024-10-09T22:09:54.580Z[ recovery-image] Oct 09 22:09:53.020 INFO O| Oct 09 22:09:53.020 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-09T22:09:54.588Z[ recovery-image] Oct 09 22:09:53.030 INFO O| Oct 09 22:09:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75792024-10-09T22:09:54.588Z[ recovery-image] Oct 09 22:09:53.030 INFO O| Oct 09 22:09:53.030 INFO STEP 1143 (remove_files) COMPLETE
75802024-10-09T22:09:54.588Z[ recovery-image] Oct 09 22:09:53.030 INFO O| Oct 09 22:09:53.030 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-09T22:09:54.598Z[ recovery-image] Oct 09 22:09:53.040 INFO O| Oct 09 22:09:53.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75822024-10-09T22:09:54.598Z[ recovery-image] Oct 09 22:09:53.040 INFO O| Oct 09 22:09:53.040 INFO STEP 1144 (remove_files) COMPLETE
75832024-10-09T22:09:54.598Z[ recovery-image] Oct 09 22:09:53.040 INFO O| Oct 09 22:09:53.040 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-09T22:09:54.608Z[ recovery-image] Oct 09 22:09:53.050 INFO O| Oct 09 22:09:53.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75852024-10-09T22:09:54.608Z[ recovery-image] Oct 09 22:09:53.050 INFO O| Oct 09 22:09:53.050 INFO STEP 1145 (remove_files) COMPLETE
75862024-10-09T22:09:54.611Z[ recovery-image] Oct 09 22:09:53.050 INFO O| Oct 09 22:09:53.050 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-09T22:09:54.618Z[ recovery-image] Oct 09 22:09:53.060 INFO O| Oct 09 22:09:53.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75882024-10-09T22:09:54.618Z[ recovery-image] Oct 09 22:09:53.061 INFO O| Oct 09 22:09:53.060 INFO STEP 1146 (remove_files) COMPLETE
75892024-10-09T22:09:54.621Z[ recovery-image] Oct 09 22:09:53.061 INFO O| Oct 09 22:09:53.060 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-09T22:09:54.628Z[ recovery-image] Oct 09 22:09:53.070 INFO O| Oct 09 22:09:53.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75912024-10-09T22:09:54.628Z[ recovery-image] Oct 09 22:09:53.070 INFO O| Oct 09 22:09:53.070 INFO STEP 1147 (remove_files) COMPLETE
75922024-10-09T22:09:54.630Z[ recovery-image] Oct 09 22:09:53.070 INFO O| Oct 09 22:09:53.070 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-10-09T22:09:54.638Z[ recovery-image] Oct 09 22:09:53.080 INFO O| Oct 09 22:09:53.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75942024-10-09T22:09:54.638Z[ recovery-image] Oct 09 22:09:53.080 INFO O| Oct 09 22:09:53.080 INFO STEP 1148 (remove_files) COMPLETE
75952024-10-09T22:09:54.640Z[ recovery-image] Oct 09 22:09:53.080 INFO O| Oct 09 22:09:53.080 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-10-09T22:09:54.648Z[ recovery-image] Oct 09 22:09:53.090 INFO O| Oct 09 22:09:53.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75972024-10-09T22:09:54.648Z[ recovery-image] Oct 09 22:09:53.090 INFO O| Oct 09 22:09:53.090 INFO STEP 1149 (remove_files) COMPLETE
75982024-10-09T22:09:54.650Z[ recovery-image] Oct 09 22:09:53.090 INFO O| Oct 09 22:09:53.090 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-10-09T22:09:54.658Z[ recovery-image] Oct 09 22:09:53.100 INFO O| Oct 09 22:09:53.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76002024-10-09T22:09:54.660Z[ recovery-image] Oct 09 22:09:53.101 INFO O| Oct 09 22:09:53.101 INFO STEP 1150 (remove_files) COMPLETE
76012024-10-09T22:09:54.660Z[ recovery-image] Oct 09 22:09:53.101 INFO O| Oct 09 22:09:53.101 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-10-09T22:09:54.668Z[ recovery-image] Oct 09 22:09:53.111 INFO O| Oct 09 22:09:53.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76032024-10-09T22:09:54.668Z[ recovery-image] Oct 09 22:09:53.111 INFO O| Oct 09 22:09:53.111 INFO STEP 1151 (remove_files) COMPLETE
76042024-10-09T22:09:54.671Z[ recovery-image] Oct 09 22:09:53.111 INFO O| Oct 09 22:09:53.111 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-10-09T22:09:54.678Z[ recovery-image] Oct 09 22:09:53.120 INFO O| Oct 09 22:09:53.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76062024-10-09T22:09:54.678Z[ recovery-image] Oct 09 22:09:53.121 INFO O| Oct 09 22:09:53.120 INFO STEP 1152 (remove_files) COMPLETE
76072024-10-09T22:09:54.678Z[ recovery-image] Oct 09 22:09:53.121 INFO O| Oct 09 22:09:53.121 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-10-09T22:09:54.689Z[ recovery-image] Oct 09 22:09:53.131 INFO O| Oct 09 22:09:53.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76092024-10-09T22:09:54.689Z[ recovery-image] Oct 09 22:09:53.131 INFO O| Oct 09 22:09:53.131 INFO STEP 1153 (remove_files) COMPLETE
76102024-10-09T22:09:54.689Z[ recovery-image] Oct 09 22:09:53.131 INFO O| Oct 09 22:09:53.131 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-10-09T22:09:54.699Z[ recovery-image] Oct 09 22:09:53.141 INFO O| Oct 09 22:09:53.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76122024-10-09T22:09:54.699Z[ recovery-image] Oct 09 22:09:53.141 INFO O| Oct 09 22:09:53.141 INFO STEP 1154 (remove_files) COMPLETE
76132024-10-09T22:09:54.701Z[ recovery-image] Oct 09 22:09:53.141 INFO O| Oct 09 22:09:53.141 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-10-09T22:09:54.709Z[ recovery-image] Oct 09 22:09:53.151 INFO O| Oct 09 22:09:53.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76152024-10-09T22:09:54.709Z[ recovery-image] Oct 09 22:09:53.151 INFO O| Oct 09 22:09:53.151 INFO STEP 1155 (remove_files) COMPLETE
76162024-10-09T22:09:54.709Z[ recovery-image] Oct 09 22:09:53.151 INFO O| Oct 09 22:09:53.151 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-10-09T22:09:54.719Z[ recovery-image] Oct 09 22:09:53.161 INFO O| Oct 09 22:09:53.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76182024-10-09T22:09:54.721Z[ recovery-image] Oct 09 22:09:53.161 INFO O| Oct 09 22:09:53.161 INFO STEP 1156 (remove_files) COMPLETE
76192024-10-09T22:09:54.721Z[ recovery-image] Oct 09 22:09:53.161 INFO O| Oct 09 22:09:53.161 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-10-09T22:09:54.729Z[ recovery-image] Oct 09 22:09:53.172 INFO O| Oct 09 22:09:53.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76212024-10-09T22:09:54.729Z[ recovery-image] Oct 09 22:09:53.172 INFO O| Oct 09 22:09:53.172 INFO STEP 1157 (remove_files) COMPLETE
76222024-10-09T22:09:54.732Z[ recovery-image] Oct 09 22:09:53.172 INFO O| Oct 09 22:09:53.172 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-10-09T22:09:54.739Z[ recovery-image] Oct 09 22:09:53.181 INFO O| Oct 09 22:09:53.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76242024-10-09T22:09:54.739Z[ recovery-image] Oct 09 22:09:53.181 INFO O| Oct 09 22:09:53.181 INFO STEP 1158 (remove_files) COMPLETE
76252024-10-09T22:09:54.739Z[ recovery-image] Oct 09 22:09:53.181 INFO O| Oct 09 22:09:53.181 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-10-09T22:09:54.750Z[ recovery-image] Oct 09 22:09:53.192 INFO O| Oct 09 22:09:53.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76272024-10-09T22:09:54.750Z[ recovery-image] Oct 09 22:09:53.192 INFO O| Oct 09 22:09:53.192 INFO STEP 1159 (remove_files) COMPLETE
76282024-10-09T22:09:54.756Z[ recovery-image] Oct 09 22:09:53.192 INFO O| Oct 09 22:09:53.192 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-10-09T22:09:54.759Z[ recovery-image] Oct 09 22:09:53.202 INFO O| Oct 09 22:09:53.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76302024-10-09T22:09:54.762Z[ recovery-image] Oct 09 22:09:53.202 INFO O| Oct 09 22:09:53.202 INFO STEP 1160 (remove_files) COMPLETE
76312024-10-09T22:09:54.762Z[ recovery-image] Oct 09 22:09:53.202 INFO O| Oct 09 22:09:53.202 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-10-09T22:09:54.769Z[ recovery-image] Oct 09 22:09:53.212 INFO O| Oct 09 22:09:53.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76332024-10-09T22:09:54.769Z[ recovery-image] Oct 09 22:09:53.212 INFO O| Oct 09 22:09:53.212 INFO STEP 1161 (remove_files) COMPLETE
76342024-10-09T22:09:54.769Z[ recovery-image] Oct 09 22:09:53.212 INFO O| Oct 09 22:09:53.212 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-09T22:09:54.779Z[ recovery-image] Oct 09 22:09:53.221 INFO O| Oct 09 22:09:53.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76362024-10-09T22:09:54.781Z[ recovery-image] Oct 09 22:09:53.221 INFO O| Oct 09 22:09:53.221 INFO STEP 1162 (remove_files) COMPLETE
76372024-10-09T22:09:54.781Z[ recovery-image] Oct 09 22:09:53.221 INFO O| Oct 09 22:09:53.221 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-09T22:09:54.788Z[ recovery-image] Oct 09 22:09:53.231 INFO O| Oct 09 22:09:53.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76392024-10-09T22:09:54.788Z[ recovery-image] Oct 09 22:09:53.231 INFO O| Oct 09 22:09:53.231 INFO STEP 1163 (remove_files) COMPLETE
76402024-10-09T22:09:54.791Z[ recovery-image] Oct 09 22:09:53.231 INFO O| Oct 09 22:09:53.231 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-09T22:09:54.798Z[ recovery-image] Oct 09 22:09:53.240 INFO O| Oct 09 22:09:53.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76422024-10-09T22:09:54.798Z[ recovery-image] Oct 09 22:09:53.240 INFO O| Oct 09 22:09:53.240 INFO STEP 1164 (remove_files) COMPLETE
76432024-10-09T22:09:54.798Z[ recovery-image] Oct 09 22:09:53.240 INFO O| Oct 09 22:09:53.240 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-09T22:09:54.808Z[ recovery-image] Oct 09 22:09:53.250 INFO O| Oct 09 22:09:53.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76452024-10-09T22:09:54.808Z[ recovery-image] Oct 09 22:09:53.250 INFO O| Oct 09 22:09:53.250 INFO STEP 1165 (remove_files) COMPLETE
76462024-10-09T22:09:54.810Z[ recovery-image] Oct 09 22:09:53.250 INFO O| Oct 09 22:09:53.250 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-09T22:09:54.817Z[ recovery-image] Oct 09 22:09:53.260 INFO O| Oct 09 22:09:53.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76482024-10-09T22:09:54.820Z[ recovery-image] Oct 09 22:09:53.260 INFO O| Oct 09 22:09:53.260 INFO STEP 1166 (remove_files) COMPLETE
76492024-10-09T22:09:54.820Z[ recovery-image] Oct 09 22:09:53.260 INFO O| Oct 09 22:09:53.260 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-09T22:09:54.827Z[ recovery-image] Oct 09 22:09:53.269 INFO O| Oct 09 22:09:53.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76512024-10-09T22:09:54.827Z[ recovery-image] Oct 09 22:09:53.269 INFO O| Oct 09 22:09:53.269 INFO STEP 1167 (remove_files) COMPLETE
76522024-10-09T22:09:54.829Z[ recovery-image] Oct 09 22:09:53.269 INFO O| Oct 09 22:09:53.269 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-09T22:09:54.837Z[ recovery-image] Oct 09 22:09:53.279 INFO O| Oct 09 22:09:53.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76542024-10-09T22:09:54.839Z[ recovery-image] Oct 09 22:09:53.279 INFO O| Oct 09 22:09:53.279 INFO STEP 1168 (remove_files) COMPLETE
76552024-10-09T22:09:54.839Z[ recovery-image] Oct 09 22:09:53.279 INFO O| Oct 09 22:09:53.279 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-09T22:09:54.847Z[ recovery-image] Oct 09 22:09:53.289 INFO O| Oct 09 22:09:53.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76572024-10-09T22:09:54.847Z[ recovery-image] Oct 09 22:09:53.289 INFO O| Oct 09 22:09:53.289 INFO STEP 1169 (remove_files) COMPLETE
76582024-10-09T22:09:54.847Z[ recovery-image] Oct 09 22:09:53.289 INFO O| Oct 09 22:09:53.289 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-09T22:09:54.856Z[ recovery-image] Oct 09 22:09:53.298 INFO O| Oct 09 22:09:53.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76602024-10-09T22:09:54.856Z[ recovery-image] Oct 09 22:09:53.299 INFO O| Oct 09 22:09:53.299 INFO STEP 1170 (remove_files) COMPLETE
76612024-10-09T22:09:54.859Z[ recovery-image] Oct 09 22:09:53.299 INFO O| Oct 09 22:09:53.299 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-09T22:09:54.866Z[ recovery-image] Oct 09 22:09:53.308 INFO O| Oct 09 22:09:53.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76632024-10-09T22:09:54.868Z[ recovery-image] Oct 09 22:09:53.308 INFO O| Oct 09 22:09:53.308 INFO STEP 1171 (remove_files) COMPLETE
76642024-10-09T22:09:54.868Z[ recovery-image] Oct 09 22:09:53.308 INFO O| Oct 09 22:09:53.308 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-09T22:09:54.875Z[ recovery-image] Oct 09 22:09:53.318 INFO O| Oct 09 22:09:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76662024-10-09T22:09:54.875Z[ recovery-image] Oct 09 22:09:53.318 INFO O| Oct 09 22:09:53.318 INFO STEP 1172 (remove_files) COMPLETE
76672024-10-09T22:09:54.878Z[ recovery-image] Oct 09 22:09:53.318 INFO O| Oct 09 22:09:53.318 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-09T22:09:54.885Z[ recovery-image] Oct 09 22:09:53.327 INFO O| Oct 09 22:09:53.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76692024-10-09T22:09:54.885Z[ recovery-image] Oct 09 22:09:53.327 INFO O| Oct 09 22:09:53.327 INFO STEP 1173 (remove_files) COMPLETE
76702024-10-09T22:09:54.887Z[ recovery-image] Oct 09 22:09:53.327 INFO O| Oct 09 22:09:53.327 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-09T22:09:54.895Z[ recovery-image] Oct 09 22:09:53.337 INFO O| Oct 09 22:09:53.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76722024-10-09T22:09:54.895Z[ recovery-image] Oct 09 22:09:53.337 INFO O| Oct 09 22:09:53.337 INFO STEP 1174 (remove_files) COMPLETE
76732024-10-09T22:09:54.895Z[ recovery-image] Oct 09 22:09:53.337 INFO O| Oct 09 22:09:53.337 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-09T22:09:54.904Z[ recovery-image] Oct 09 22:09:53.346 INFO O| Oct 09 22:09:53.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76752024-10-09T22:09:54.904Z[ recovery-image] Oct 09 22:09:53.346 INFO O| Oct 09 22:09:53.346 INFO STEP 1175 (remove_files) COMPLETE
76762024-10-09T22:09:54.904Z[ recovery-image] Oct 09 22:09:53.346 INFO O| Oct 09 22:09:53.346 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-09T22:09:54.914Z[ recovery-image] Oct 09 22:09:53.356 INFO O| Oct 09 22:09:53.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76782024-10-09T22:09:54.914Z[ recovery-image] Oct 09 22:09:53.356 INFO O| Oct 09 22:09:53.356 INFO STEP 1176 (remove_files) COMPLETE
76792024-10-09T22:09:54.914Z[ recovery-image] Oct 09 22:09:53.356 INFO O| Oct 09 22:09:53.356 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-09T22:09:54.923Z[ recovery-image] Oct 09 22:09:53.365 INFO O| Oct 09 22:09:53.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76812024-10-09T22:09:54.923Z[ recovery-image] Oct 09 22:09:53.366 INFO O| Oct 09 22:09:53.365 INFO STEP 1177 (remove_files) COMPLETE
76822024-10-09T22:09:54.923Z[ recovery-image] Oct 09 22:09:53.366 INFO O| Oct 09 22:09:53.366 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-09T22:09:54.933Z[ recovery-image] Oct 09 22:09:53.375 INFO O| Oct 09 22:09:53.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76842024-10-09T22:09:54.933Z[ recovery-image] Oct 09 22:09:53.375 INFO O| Oct 09 22:09:53.375 INFO STEP 1178 (remove_files) COMPLETE
76852024-10-09T22:09:54.933Z[ recovery-image] Oct 09 22:09:53.375 INFO O| Oct 09 22:09:53.375 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-09T22:09:54.943Z[ recovery-image] Oct 09 22:09:53.385 INFO O| Oct 09 22:09:53.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76872024-10-09T22:09:54.943Z[ recovery-image] Oct 09 22:09:53.385 INFO O| Oct 09 22:09:53.385 INFO STEP 1179 (remove_files) COMPLETE
76882024-10-09T22:09:54.945Z[ recovery-image] Oct 09 22:09:53.385 INFO O| Oct 09 22:09:53.385 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-09T22:09:54.952Z[ recovery-image] Oct 09 22:09:53.394 INFO O| Oct 09 22:09:53.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76902024-10-09T22:09:54.952Z[ recovery-image] Oct 09 22:09:53.394 INFO O| Oct 09 22:09:53.394 INFO STEP 1180 (remove_files) COMPLETE
76912024-10-09T22:09:54.954Z[ recovery-image] Oct 09 22:09:53.394 INFO O| Oct 09 22:09:53.394 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-09T22:09:54.962Z[ recovery-image] Oct 09 22:09:53.404 INFO O| Oct 09 22:09:53.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76932024-10-09T22:09:54.964Z[ recovery-image] Oct 09 22:09:53.404 INFO O| Oct 09 22:09:53.404 INFO STEP 1181 (remove_files) COMPLETE
76942024-10-09T22:09:54.964Z[ recovery-image] Oct 09 22:09:53.404 INFO O| Oct 09 22:09:53.404 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-09T22:09:54.971Z[ recovery-image] Oct 09 22:09:53.414 INFO O| Oct 09 22:09:53.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76962024-10-09T22:09:54.974Z[ recovery-image] Oct 09 22:09:53.414 INFO O| Oct 09 22:09:53.414 INFO STEP 1182 (remove_files) COMPLETE
76972024-10-09T22:09:54.974Z[ recovery-image] Oct 09 22:09:53.414 INFO O| Oct 09 22:09:53.414 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-09T22:09:55.222Z[ recovery-image] Oct 09 22:09:53.423 INFO O| Oct 09 22:09:53.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76992024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.423 INFO O| Oct 09 22:09:53.423 INFO STEP 1183 (remove_files) COMPLETE
77002024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.423 INFO O| Oct 09 22:09:53.423 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.433 INFO O| Oct 09 22:09:53.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77022024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.433 INFO O| Oct 09 22:09:53.433 INFO STEP 1184 (remove_files) COMPLETE
77032024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.433 INFO O| Oct 09 22:09:53.433 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.442 INFO O| Oct 09 22:09:53.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77052024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.442 INFO O| Oct 09 22:09:53.442 INFO STEP 1185 (remove_files) COMPLETE
77062024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.442 INFO O| Oct 09 22:09:53.442 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.452 INFO O| Oct 09 22:09:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77082024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.452 INFO O| Oct 09 22:09:53.452 INFO STEP 1186 (remove_files) COMPLETE
77092024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.452 INFO O| Oct 09 22:09:53.452 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.462 INFO O| Oct 09 22:09:53.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77112024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.462 INFO O| Oct 09 22:09:53.462 INFO STEP 1187 (remove_files) COMPLETE
77122024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.462 INFO O| Oct 09 22:09:53.462 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.472 INFO O| Oct 09 22:09:53.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77142024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.472 INFO O| Oct 09 22:09:53.472 INFO STEP 1188 (remove_files) COMPLETE
77152024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.472 INFO O| Oct 09 22:09:53.472 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.481 INFO O| Oct 09 22:09:53.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77172024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.481 INFO O| Oct 09 22:09:53.481 INFO STEP 1189 (remove_files) COMPLETE
77182024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.481 INFO O| Oct 09 22:09:53.481 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.491 INFO O| Oct 09 22:09:53.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77202024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.491 INFO O| Oct 09 22:09:53.491 INFO STEP 1190 (remove_files) COMPLETE
77212024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.491 INFO O| Oct 09 22:09:53.491 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.500 INFO O| Oct 09 22:09:53.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77232024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.500 INFO O| Oct 09 22:09:53.500 INFO STEP 1191 (remove_files) COMPLETE
77242024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.500 INFO O| Oct 09 22:09:53.500 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.510 INFO O| Oct 09 22:09:53.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77262024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.510 INFO O| Oct 09 22:09:53.510 INFO STEP 1192 (remove_files) COMPLETE
77272024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.510 INFO O| Oct 09 22:09:53.510 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.519 INFO O| Oct 09 22:09:53.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77292024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.519 INFO O| Oct 09 22:09:53.519 INFO STEP 1193 (remove_files) COMPLETE
77302024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.519 INFO O| Oct 09 22:09:53.519 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-09T22:09:55.226Z[ recovery-image] Oct 09 22:09:53.529 INFO O| Oct 09 22:09:53.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77322024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.529 INFO O| Oct 09 22:09:53.529 INFO STEP 1194 (remove_files) COMPLETE
77332024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.529 INFO O| Oct 09 22:09:53.529 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.538 INFO O| Oct 09 22:09:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77352024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.539 INFO O| Oct 09 22:09:53.538 INFO STEP 1195 (remove_files) COMPLETE
77362024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.539 INFO O| Oct 09 22:09:53.538 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.548 INFO O| Oct 09 22:09:53.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77382024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.548 INFO O| Oct 09 22:09:53.548 INFO STEP 1196 (remove_files) COMPLETE
77392024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.548 INFO O| Oct 09 22:09:53.548 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.557 INFO O| Oct 09 22:09:53.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77412024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.557 INFO O| Oct 09 22:09:53.557 INFO STEP 1197 (remove_files) COMPLETE
77422024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.558 INFO O| Oct 09 22:09:53.557 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.569 INFO O| Oct 09 22:09:53.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77442024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.569 INFO O| Oct 09 22:09:53.569 INFO STEP 1198 (remove_files) COMPLETE
77452024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.569 INFO O| Oct 09 22:09:53.569 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.582 INFO O| Oct 09 22:09:53.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77472024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.582 INFO O| Oct 09 22:09:53.582 INFO STEP 1199 (remove_files) COMPLETE
77482024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.582 INFO O| Oct 09 22:09:53.582 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-09T22:09:55.227Z[ host-image] Oct 09 22:09:53.589 INFO O| Oct 09 22:09:53.589 INFO O| Download: Completed 8.42 MB in 4.79 seconds (1.8M/s)
77502024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.592 INFO O| Oct 09 22:09:53.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77512024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.592 INFO O| Oct 09 22:09:53.592 INFO STEP 1200 (remove_files) COMPLETE
77522024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.592 INFO O| Oct 09 22:09:53.592 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.604 INFO O| Oct 09 22:09:53.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77542024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.604 INFO O| Oct 09 22:09:53.604 INFO STEP 1201 (remove_files) COMPLETE
77552024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.604 INFO O| Oct 09 22:09:53.604 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.614 INFO O| Oct 09 22:09:53.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77572024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.615 INFO O| Oct 09 22:09:53.615 INFO STEP 1202 (remove_files) COMPLETE
77582024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.615 INFO O| Oct 09 22:09:53.615 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.626 INFO O| Oct 09 22:09:53.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77602024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.627 INFO O| Oct 09 22:09:53.627 INFO STEP 1203 (remove_files) COMPLETE
77612024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.627 INFO O| Oct 09 22:09:53.627 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.638 INFO O| Oct 09 22:09:53.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77632024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.638 INFO O| Oct 09 22:09:53.638 INFO STEP 1204 (remove_files) COMPLETE
77642024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.638 INFO O| Oct 09 22:09:53.638 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.647 INFO O| Oct 09 22:09:53.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77662024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.647 INFO O| Oct 09 22:09:53.647 INFO STEP 1205 (remove_files) COMPLETE
77672024-10-09T22:09:55.227Z[ recovery-image] Oct 09 22:09:53.647 INFO O| Oct 09 22:09:53.647 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77682024-10-09T22:09:55.227Z[ host-image] Oct 09 22:09:53.651 INFO O| Oct 09 22:09:53.651 INFO O| Actions: 1/1361 actions (Installing new actions)
77692024-10-09T22:09:55.228Z[ recovery-image] Oct 09 22:09:53.661 INFO O| Oct 09 22:09:53.661 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77702024-10-09T22:09:55.228Z[ recovery-image] Oct 09 22:09:53.662 INFO O| Oct 09 22:09:53.662 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77712024-10-09T22:09:55.610Z[ host-image] Oct 09 22:09:54.052 INFO O| Oct 09 22:09:54.052 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
77722024-10-09T22:09:55.793Z[ host-image] Oct 09 22:09:54.235 INFO O| Oct 09 22:09:54.234 INFO O| Done
77732024-10-09T22:09:55.793Z[ host-image] Oct 09 22:09:54.235 INFO O| Oct 09 22:09:54.235 INFO O| Done
77742024-10-09T22:09:55.934Z[ recovery-image] Oct 09 22:09:54.376 INFO O| Oct 09 22:09:54.376 INFO STEP 1206 (pack_tar) COMPLETE
77752024-10-09T22:09:55.934Z[ recovery-image] Oct 09 22:09:54.376 INFO O| Oct 09 22:09:54.376 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77762024-10-09T22:09:55.935Z[ recovery-image] Oct 09 22:09:54.376 INFO O| Oct 09 22:09:54.376 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77772024-10-09T22:09:56.176Z[ recovery-image] Oct 09 22:09:54.617 INFO O| Oct 09 22:09:54.617 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77782024-10-09T22:09:56.258Z[ recovery-image] Oct 09 22:09:54.699 INFO O| Oct 09 22:09:54.699 INFO completed processing gimlet/ramdisk-03-recovery-trim
77792024-10-09T22:09:56.264Z[ recovery-image] Oct 09 22:09:54.706 INFO image builder template: zfs-recovery...
77802024-10-09T22:09:56.267Z[ recovery-image] Oct 09 22:09:54.706 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/.tmpmFhPjs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
77812024-10-09T22:09:56.296Z[ recovery-image] Oct 09 22:09:54.738 INFO O| Oct 09 22:09:54.738 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77822024-10-09T22:09:56.300Z[ recovery-image] Oct 09 22:09:54.742 INFO O| Oct 09 22:09:54.742 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77832024-10-09T22:09:56.323Z[ host-image] Oct 09 22:09:54.765 INFO O| Oct 09 22:09:54.765 INFO O| Done
77842024-10-09T22:09:56.351Z[ recovery-image] Oct 09 22:09:54.793 INFO O| Oct 09 22:09:54.793 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77852024-10-09T22:09:56.394Z[ recovery-image] Oct 09 22:09:54.836 INFO O| Oct 09 22:09:54.836 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77862024-10-09T22:09:56.394Z[ recovery-image] Oct 09 22:09:54.836 INFO O| Oct 09 22:09:54.836 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77872024-10-09T22:09:56.399Z[ recovery-image] Oct 09 22:09:54.841 INFO O| Oct 09 22:09:54.841 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77882024-10-09T22:09:56.455Z[ recovery-image] Oct 09 22:09:54.897 INFO O| Oct 09 22:09:54.897 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77892024-10-09T22:09:56.536Z[ recovery-image] Oct 09 22:09:54.978 INFO O| Oct 09 22:09:54.978 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77902024-10-09T22:09:56.547Z[ recovery-image] Oct 09 22:09:54.989 INFO O| Oct 09 22:09:54.988 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77912024-10-09T22:09:56.553Z[ recovery-image] Oct 09 22:09:54.994 INFO O| Oct 09 22:09:54.994 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77922024-10-09T22:09:56.555Z[ recovery-image] Oct 09 22:09:54.995 INFO O| Oct 09 22:09:54.995 INFO no lofi found
77932024-10-09T22:09:56.556Z[ recovery-image] Oct 09 22:09:54.995 INFO O| Oct 09 22:09:54.995 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77942024-10-09T22:09:56.556Z[ recovery-image] Oct 09 22:09:54.995 INFO O| Oct 09 22:09:54.995 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77952024-10-09T22:09:57.586Z[ host-image] Oct 09 22:09:56.028 INFO O| Oct 09 22:09:56.027 INFO O| Done
77962024-10-09T22:09:57.609Z[ host-image] Oct 09 22:09:56.051 INFO O| Oct 09 22:09:56.051 INFO O| Done
77972024-10-09T22:09:57.612Z[ host-image] Oct 09 22:09:56.051 INFO O| Oct 09 22:09:56.051 INFO O| Done
77982024-10-09T22:09:57.647Z[ host-image] Oct 09 22:09:56.089 INFO O| Oct 09 22:09:56.089 INFO O| Done
77992024-10-09T22:09:57.748Z[ host-image] Oct 09 22:09:56.190 INFO O| Oct 09 22:09:56.189 INFO STEP 13 (pkg_install) COMPLETE
78002024-10-09T22:09:57.748Z[ host-image] Oct 09 22:09:56.190 INFO O| Oct 09 22:09:56.190 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78012024-10-09T22:09:57.762Z[ host-image] Oct 09 22:09:56.204 INFO O| Oct 09 22:09:56.204 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
78022024-10-09T22:09:58.223Z[ host-image] Oct 09 22:09:56.664 INFO O| Oct 09 22:09:56.663 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
78032024-10-09T22:09:58.568Z[ recovery-image] Oct 09 22:09:57.010 INFO O| Oct 09 22:09:57.009 INFO lofi device = /dev/dsk/c2t1d0p0
78042024-10-09T22:09:58.568Z[ recovery-image] Oct 09 22:09:57.010 INFO O| Oct 09 22:09:57.009 INFO pool device = /dev/dsk/c2t1d0p0
78052024-10-09T22:09:58.571Z[ recovery-image] Oct 09 22:09:57.010 INFO O| Oct 09 22:09:57.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78062024-10-09T22:09:58.644Z[ recovery-image] Oct 09 22:09:57.085 INFO O| Oct 09 22:09:57.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78072024-10-09T22:09:58.644Z[ recovery-image] Oct 09 22:09:57.086 INFO O| Oct 09 22:09:57.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78082024-10-09T22:09:58.661Z[ recovery-image] Oct 09 22:09:57.103 INFO O| Oct 09 22:09:57.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78092024-10-09T22:09:58.723Z[ recovery-image] Oct 09 22:09:57.164 INFO O| Oct 09 22:09:57.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78102024-10-09T22:09:58.762Z[ recovery-image] Oct 09 22:09:57.203 INFO O| Oct 09 22:09:57.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78112024-10-09T22:09:58.778Z[ recovery-image] Oct 09 22:09:57.219 INFO O| Oct 09 22:09:57.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78122024-10-09T22:09:58.790Z[ recovery-image] Oct 09 22:09:57.232 INFO O| Oct 09 22:09:57.232 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78132024-10-09T22:09:58.840Z[ recovery-image] Oct 09 22:09:57.281 INFO O| Oct 09 22:09:57.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78142024-10-09T22:09:58.840Z[ recovery-image] Oct 09 22:09:57.281 INFO O| Oct 09 22:09:57.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78152024-10-09T22:09:58.842Z[ recovery-image] Oct 09 22:09:57.282 INFO O| Oct 09 22:09:57.282 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78162024-10-09T22:09:58.852Z[ recovery-image] Oct 09 22:09:57.293 INFO O| Oct 09 22:09:57.293 INFO boot environment UUID: 1435a948-bb4e-4db2-adb9-944024638dd4
78172024-10-09T22:09:58.852Z[ recovery-image] Oct 09 22:09:57.293 INFO O| Oct 09 22:09:57.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1435a948-bb4e-4db2-adb9-944024638dd4
78182024-10-09T22:09:58.863Z[ recovery-image] Oct 09 22:09:57.304 INFO O| Oct 09 22:09:57.304 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78192024-10-09T22:09:58.874Z[ recovery-image] Oct 09 22:09:57.315 INFO O| Oct 09 22:09:57.315 INFO STEP 0 (create_be) COMPLETE
78202024-10-09T22:09:58.874Z[ recovery-image] Oct 09 22:09:57.315 INFO O| Oct 09 22:09:57.315 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78212024-10-09T22:09:58.890Z[ recovery-image] Oct 09 22:09:57.331 INFO O| Oct 09 22:09:57.331 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"]
78222024-10-09T22:10:00.679Z[ host-image] Oct 09 22:09:59.121 INFO O| Oct 09 22:09:59.120 INFO O| Planning: Solver setup ... Done
78232024-10-09T22:10:00.686Z[ host-image] Oct 09 22:09:59.127 INFO O| Oct 09 22:09:59.127 INFO O| Planning: Running solver ... Done
78242024-10-09T22:10:00.765Z[ host-image] Oct 09 22:09:59.206 INFO O| Oct 09 22:09:59.206 INFO O| Planning: Finding local manifests ... Done
78252024-10-09T22:10:00.768Z[ host-image] Oct 09 22:09:59.207 INFO O| Oct 09 22:09:59.207 INFO O| Planning: Fetching manifests: 0/1 0% complete
78262024-10-09T22:10:00.906Z[ host-image] Oct 09 22:09:59.347 INFO O| Oct 09 22:09:59.347 INFO O| Planning: Fetching manifests: 1/1 100% complete
78272024-10-09T22:10:00.940Z[ host-image] Oct 09 22:09:59.381 INFO O| Oct 09 22:09:59.381 INFO O| Planning: Package planning ... Done
78282024-10-09T22:10:00.943Z[ host-image] Oct 09 22:09:59.382 INFO O| Oct 09 22:09:59.382 INFO O| Planning: Merging actions ... Done
78292024-10-09T22:10:01.009Z[ recovery-image] Oct 09 22:09:59.451 INFO O| Oct 09 22:09:59.451 INFO STEP 1 (unpack_tar) COMPLETE
78302024-10-09T22:10:01.009Z[ recovery-image] Oct 09 22:09:59.451 INFO O| Oct 09 22:09:59.451 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78312024-10-09T22:10:01.015Z[ host-image] Oct 09 22:09:59.457 INFO O| Oct 09 22:09:59.457 INFO O| Planning: Checking for conflicting actions ... Done
78322024-10-09T22:10:01.019Z[ host-image] Oct 09 22:09:59.457 INFO O| Oct 09 22:09:59.457 INFO O| Planning: Consolidating action changes ... Done
78332024-10-09T22:10:01.021Z[ recovery-image] Oct 09 22:09:59.463 INFO O| Oct 09 22:09:59.463 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78342024-10-09T22:10:01.345Z[ host-image] Oct 09 22:09:59.785 INFO O| Oct 09 22:09:59.785 INFO O| Planning: Evaluating mediators ... Done
78352024-10-09T22:10:01.348Z[ host-image] Oct 09 22:09:59.786 INFO O| Oct 09 22:09:59.786 INFO O| Planning: Planning completed in 3.12 seconds
78362024-10-09T22:10:01.348Z[ host-image] Oct 09 22:09:59.788 INFO O| Oct 09 22:09:59.788 INFO O| Packages to install: 1
78372024-10-09T22:10:01.368Z[ host-image] Oct 09 22:09:59.809 INFO O| Oct 09 22:09:59.809 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
78382024-10-09T22:10:01.431Z[ recovery-image] Oct 09 22:09:59.873 INFO O| Oct 09 22:09:59.873 INFO STEP 2 (devfsadm) COMPLETE
78392024-10-09T22:10:01.431Z[ recovery-image] Oct 09 22:09:59.873 INFO O| Oct 09 22:09:59.873 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78402024-10-09T22:10:01.443Z[ recovery-image] Oct 09 22:09:59.884 INFO O| Oct 09 22:09:59.884 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78412024-10-09T22:10:01.443Z[ recovery-image] Oct 09 22:09:59.884 INFO O| Oct 09 22:09:59.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78422024-10-09T22:10:01.446Z[ recovery-image] Oct 09 22:09:59.884 INFO O| Oct 09 22:09:59.884 INFO STEP 3 (ensure_dir) COMPLETE
78432024-10-09T22:10:01.446Z[ recovery-image] Oct 09 22:09:59.884 INFO O| Oct 09 22:09:59.884 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78442024-10-09T22:10:01.453Z[ recovery-image] Oct 09 22:09:59.894 INFO O| Oct 09 22:09:59.894 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78452024-10-09T22:10:01.453Z[ recovery-image] Oct 09 22:09:59.894 INFO O| Oct 09 22:09:59.894 INFO STEP 4 (ensure_dir) COMPLETE
78462024-10-09T22:10:01.453Z[ recovery-image] Oct 09 22:09:59.894 INFO O| Oct 09 22:09:59.894 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78472024-10-09T22:10:01.463Z[ recovery-image] Oct 09 22:09:59.904 INFO O| Oct 09 22:09:59.904 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78482024-10-09T22:10:01.463Z[ recovery-image] Oct 09 22:09:59.904 INFO O| Oct 09 22:09:59.904 INFO STEP 5 (ensure_dir) COMPLETE
78492024-10-09T22:10:01.463Z[ recovery-image] Oct 09 22:09:59.904 INFO O| Oct 09 22:09:59.904 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78502024-10-09T22:10:01.472Z[ recovery-image] Oct 09 22:09:59.914 INFO O| Oct 09 22:09:59.914 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78512024-10-09T22:10:01.475Z[ recovery-image] Oct 09 22:09:59.914 INFO O| Oct 09 22:09:59.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78522024-10-09T22:10:01.475Z[ recovery-image] Oct 09 22:09:59.914 INFO O| Oct 09 22:09:59.914 INFO STEP 6 (ensure_dir) COMPLETE
78532024-10-09T22:10:01.475Z[ recovery-image] Oct 09 22:09:59.914 INFO O| Oct 09 22:09:59.914 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78542024-10-09T22:10:01.482Z[ recovery-image] Oct 09 22:09:59.924 INFO O| Oct 09 22:09:59.924 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78552024-10-09T22:10:01.485Z[ recovery-image] Oct 09 22:09:59.924 INFO O| Oct 09 22:09:59.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78562024-10-09T22:10:01.485Z[ recovery-image] Oct 09 22:09:59.924 INFO O| Oct 09 22:09:59.924 INFO STEP 7 (ensure_dir) COMPLETE
78572024-10-09T22:10:01.485Z[ recovery-image] Oct 09 22:09:59.924 INFO O| Oct 09 22:09:59.924 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78582024-10-09T22:10:01.492Z[ recovery-image] Oct 09 22:09:59.933 INFO O| Oct 09 22:09:59.933 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78592024-10-09T22:10:01.494Z[ recovery-image] Oct 09 22:09:59.934 INFO O| Oct 09 22:09:59.933 INFO STEP 8 (remove_files) COMPLETE
78602024-10-09T22:10:01.494Z[ recovery-image] Oct 09 22:09:59.934 INFO O| Oct 09 22:09:59.934 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78612024-10-09T22:10:01.502Z[ recovery-image] Oct 09 22:09:59.943 INFO O| Oct 09 22:09:59.943 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78622024-10-09T22:10:01.505Z[ recovery-image] Oct 09 22:09:59.944 INFO O| Oct 09 22:09:59.944 INFO STEP 9 (remove_files) COMPLETE
78632024-10-09T22:10:01.505Z[ recovery-image] Oct 09 22:09:59.944 INFO O| Oct 09 22:09:59.944 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78642024-10-09T22:10:01.512Z[ recovery-image] Oct 09 22:09:59.954 INFO O| Oct 09 22:09:59.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78652024-10-09T22:10:01.515Z[ recovery-image] Oct 09 22:09:59.954 INFO O| Oct 09 22:09:59.954 INFO STEP 10 (remove_files) COMPLETE
78662024-10-09T22:10:01.515Z[ recovery-image] Oct 09 22:09:59.954 INFO O| Oct 09 22:09:59.954 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78672024-10-09T22:10:01.522Z[ recovery-image] Oct 09 22:09:59.964 INFO O| Oct 09 22:09:59.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78682024-10-09T22:10:01.525Z[ recovery-image] Oct 09 22:09:59.964 INFO O| Oct 09 22:09:59.964 INFO STEP 11 (remove_files) COMPLETE
78692024-10-09T22:10:01.525Z[ recovery-image] Oct 09 22:09:59.964 INFO O| Oct 09 22:09:59.964 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78702024-10-09T22:10:01.532Z[ recovery-image] Oct 09 22:09:59.974 INFO O| Oct 09 22:09:59.974 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78712024-10-09T22:10:01.535Z[ recovery-image] Oct 09 22:09:59.974 INFO O| Oct 09 22:09:59.974 INFO STEP 12 (remove_files) COMPLETE
78722024-10-09T22:10:01.535Z[ recovery-image] Oct 09 22:09:59.974 INFO O| Oct 09 22:09:59.974 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78732024-10-09T22:10:01.543Z[ recovery-image] Oct 09 22:09:59.984 INFO O| Oct 09 22:09:59.984 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78742024-10-09T22:10:01.545Z[ recovery-image] Oct 09 22:09:59.984 INFO O| Oct 09 22:09:59.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78752024-10-09T22:10:01.545Z[ recovery-image] Oct 09 22:09:59.984 INFO O| Oct 09 22:09:59.984 INFO STEP 13 (ensure_dir) COMPLETE
78762024-10-09T22:10:01.545Z[ recovery-image] Oct 09 22:09:59.984 INFO O| Oct 09 22:09:59.984 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78772024-10-09T22:10:01.553Z[ recovery-image] Oct 09 22:09:59.994 INFO O| Oct 09 22:09:59.994 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78782024-10-09T22:10:01.555Z[ recovery-image] Oct 09 22:09:59.994 INFO O| Oct 09 22:09:59.994 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78792024-10-09T22:10:01.555Z[ recovery-image] Oct 09 22:09:59.994 INFO O| Oct 09 22:09:59.994 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78802024-10-09T22:10:01.555Z[ recovery-image] Oct 09 22:09:59.994 INFO O| Oct 09 22:09:59.994 INFO STEP 14 (ensure_dir) COMPLETE
78812024-10-09T22:10:01.555Z[ recovery-image] Oct 09 22:09:59.994 INFO O| Oct 09 22:09:59.994 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78822024-10-09T22:10:01.563Z[ recovery-image] Oct 09 22:10:00.005 INFO O| Oct 09 22:10:00.005 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78832024-10-09T22:10:01.566Z[ recovery-image] Oct 09 22:10:00.005 INFO O| Oct 09 22:10:00.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78842024-10-09T22:10:01.566Z[ recovery-image] Oct 09 22:10:00.005 INFO O| Oct 09 22:10:00.005 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78852024-10-09T22:10:01.566Z[ recovery-image] Oct 09 22:10:00.005 INFO O| Oct 09 22:10:00.005 INFO STEP 15 (ensure_dir) COMPLETE
78862024-10-09T22:10:01.566Z[ recovery-image] Oct 09 22:10:00.005 INFO O| Oct 09 22:10:00.005 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78872024-10-09T22:10:01.574Z[ recovery-image] Oct 09 22:10:00.015 INFO O| Oct 09 22:10:00.015 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78882024-10-09T22:10:01.574Z[ recovery-image] Oct 09 22:10:00.015 INFO O| Oct 09 22:10:00.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78892024-10-09T22:10:01.576Z[ recovery-image] Oct 09 22:10:00.015 INFO O| Oct 09 22:10:00.015 INFO STEP 16 (ensure_dir) COMPLETE
78902024-10-09T22:10:01.576Z[ recovery-image] Oct 09 22:10:00.015 INFO O| Oct 09 22:10:00.015 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-09T22:10:01.584Z[ recovery-image] Oct 09 22:10:00.026 INFO O| Oct 09 22:10:00.026 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78922024-10-09T22:10:01.587Z[ recovery-image] Oct 09 22:10:00.026 INFO O| Oct 09 22:10:00.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78932024-10-09T22:10:01.587Z[ recovery-image] Oct 09 22:10:00.026 INFO O| Oct 09 22:10:00.026 INFO STEP 17 (ensure_dir) COMPLETE
78942024-10-09T22:10:01.587Z[ recovery-image] Oct 09 22:10:00.026 INFO O| Oct 09 22:10:00.026 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78952024-10-09T22:10:01.594Z[ recovery-image] Oct 09 22:10:00.036 INFO O| Oct 09 22:10:00.036 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78962024-10-09T22:10:01.594Z[ recovery-image] Oct 09 22:10:00.036 INFO O| Oct 09 22:10:00.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78972024-10-09T22:10:01.594Z[ recovery-image] Oct 09 22:10:00.036 INFO O| Oct 09 22:10:00.036 INFO ok!
78982024-10-09T22:10:01.597Z[ recovery-image] Oct 09 22:10:00.036 INFO O| Oct 09 22:10:00.036 INFO STEP 18 (ensure_symlink) COMPLETE
78992024-10-09T22:10:01.597Z[ recovery-image] Oct 09 22:10:00.036 INFO O| Oct 09 22:10:00.036 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79002024-10-09T22:10:01.604Z[ recovery-image] Oct 09 22:10:00.046 INFO O| Oct 09 22:10:00.046 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79012024-10-09T22:10:01.605Z[ recovery-image] Oct 09 22:10:00.046 INFO O| Oct 09 22:10:00.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79022024-10-09T22:10:01.607Z[ recovery-image] Oct 09 22:10:00.046 INFO O| Oct 09 22:10:00.046 INFO ok!
79032024-10-09T22:10:01.607Z[ recovery-image] Oct 09 22:10:00.046 INFO O| Oct 09 22:10:00.046 INFO STEP 19 (ensure_file) COMPLETE
79042024-10-09T22:10:01.607Z[ recovery-image] Oct 09 22:10:00.046 INFO O| Oct 09 22:10:00.046 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79052024-10-09T22:10:01.614Z[ recovery-image] Oct 09 22:10:00.056 INFO O| Oct 09 22:10:00.056 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79062024-10-09T22:10:01.614Z[ recovery-image] Oct 09 22:10:00.056 INFO O| Oct 09 22:10:00.056 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79072024-10-09T22:10:01.617Z[ recovery-image] Oct 09 22:10:00.056 INFO O| Oct 09 22:10:00.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79082024-10-09T22:10:01.617Z[ recovery-image] Oct 09 22:10:00.056 INFO O| Oct 09 22:10:00.056 INFO ok!
79092024-10-09T22:10:01.617Z[ recovery-image] Oct 09 22:10:00.056 INFO O| Oct 09 22:10:00.056 INFO STEP 20 (ensure_symlink) COMPLETE
79102024-10-09T22:10:01.617Z[ recovery-image] Oct 09 22:10:00.056 INFO O| Oct 09 22:10:00.056 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79112024-10-09T22:10:01.624Z[ recovery-image] Oct 09 22:10:00.066 INFO O| Oct 09 22:10:00.066 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79122024-10-09T22:10:01.624Z[ recovery-image] Oct 09 22:10:00.066 INFO O| Oct 09 22:10:00.066 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79132024-10-09T22:10:01.627Z[ recovery-image] Oct 09 22:10:00.066 INFO O| Oct 09 22:10:00.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79142024-10-09T22:10:01.627Z[ recovery-image] Oct 09 22:10:00.066 INFO O| Oct 09 22:10:00.066 INFO ok!
79152024-10-09T22:10:01.627Z[ recovery-image] Oct 09 22:10:00.066 INFO O| Oct 09 22:10:00.066 INFO STEP 21 (ensure_symlink) COMPLETE
79162024-10-09T22:10:01.627Z[ recovery-image] Oct 09 22:10:00.066 INFO O| Oct 09 22:10:00.066 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79172024-10-09T22:10:01.634Z[ recovery-image] Oct 09 22:10:00.075 INFO O| Oct 09 22:10:00.075 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79182024-10-09T22:10:01.636Z[ recovery-image] Oct 09 22:10:00.075 INFO O| Oct 09 22:10:00.075 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79192024-10-09T22:10:01.636Z[ recovery-image] Oct 09 22:10:00.076 INFO O| Oct 09 22:10:00.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79202024-10-09T22:10:01.636Z[ recovery-image] Oct 09 22:10:00.076 INFO O| Oct 09 22:10:00.076 INFO ok!
79212024-10-09T22:10:01.637Z[ recovery-image] Oct 09 22:10:00.076 INFO O| Oct 09 22:10:00.076 INFO STEP 22 (ensure_symlink) COMPLETE
79222024-10-09T22:10:01.637Z[ recovery-image] Oct 09 22:10:00.076 INFO O| Oct 09 22:10:00.076 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79232024-10-09T22:10:01.644Z[ recovery-image] Oct 09 22:10:00.086 INFO O| Oct 09 22:10:00.086 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79242024-10-09T22:10:01.644Z[ recovery-image] Oct 09 22:10:00.086 INFO O| Oct 09 22:10:00.086 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79252024-10-09T22:10:01.647Z[ recovery-image] Oct 09 22:10:00.086 INFO O| Oct 09 22:10:00.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79262024-10-09T22:10:01.647Z[ recovery-image] Oct 09 22:10:00.086 INFO O| Oct 09 22:10:00.086 INFO ok!
79272024-10-09T22:10:01.647Z[ recovery-image] Oct 09 22:10:00.086 INFO O| Oct 09 22:10:00.086 INFO STEP 23 (ensure_symlink) COMPLETE
79282024-10-09T22:10:01.647Z[ recovery-image] Oct 09 22:10:00.086 INFO O| Oct 09 22:10:00.086 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79292024-10-09T22:10:01.654Z[ recovery-image] Oct 09 22:10:00.096 INFO O| Oct 09 22:10:00.096 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79302024-10-09T22:10:01.657Z[ recovery-image] Oct 09 22:10:00.096 INFO O| Oct 09 22:10:00.096 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 ...
79312024-10-09T22:10:01.657Z[ recovery-image] Oct 09 22:10:00.096 INFO O| Oct 09 22:10:00.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79322024-10-09T22:10:01.657Z[ recovery-image] Oct 09 22:10:00.096 INFO O| Oct 09 22:10:00.096 INFO ok!
79332024-10-09T22:10:01.657Z[ recovery-image] Oct 09 22:10:00.096 INFO O| Oct 09 22:10:00.096 INFO STEP 24 (ensure_file) COMPLETE
79342024-10-09T22:10:01.657Z[ recovery-image] Oct 09 22:10:00.096 INFO O| Oct 09 22:10:00.096 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79352024-10-09T22:10:01.665Z[ recovery-image] Oct 09 22:10:00.106 INFO O| Oct 09 22:10:00.106 INFO updating shadow file
79362024-10-09T22:10:01.667Z[ recovery-image] Oct 09 22:10:00.106 INFO O| Oct 09 22:10:00.106 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79372024-10-09T22:10:01.667Z[ recovery-image] Oct 09 22:10:00.106 INFO O| Oct 09 22:10:00.106 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79382024-10-09T22:10:01.667Z[ recovery-image] Oct 09 22:10:00.106 INFO O| Oct 09 22:10:00.106 INFO STEP 25 (shadow) COMPLETE
79392024-10-09T22:10:01.667Z[ recovery-image] Oct 09 22:10:00.106 INFO O| Oct 09 22:10:00.106 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79402024-10-09T22:10:01.675Z[ recovery-image] Oct 09 22:10:00.116 INFO O| Oct 09 22:10:00.116 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79412024-10-09T22:10:01.677Z[ recovery-image] Oct 09 22:10:00.116 INFO O| Oct 09 22:10:00.116 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79422024-10-09T22:10:01.677Z[ recovery-image] Oct 09 22:10:00.116 INFO O| Oct 09 22:10:00.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79432024-10-09T22:10:01.677Z[ recovery-image] Oct 09 22:10:00.116 INFO O| Oct 09 22:10:00.116 INFO ok!
79442024-10-09T22:10:01.677Z[ recovery-image] Oct 09 22:10:00.116 INFO O| Oct 09 22:10:00.116 INFO STEP 26 (ensure_file) COMPLETE
79452024-10-09T22:10:01.677Z[ recovery-image] Oct 09 22:10:00.116 INFO O| Oct 09 22:10:00.116 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79462024-10-09T22:10:01.685Z[ recovery-image] Oct 09 22:10:00.126 INFO O| Oct 09 22:10:00.126 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79472024-10-09T22:10:01.685Z[ recovery-image] Oct 09 22:10:00.126 INFO O| Oct 09 22:10:00.126 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79482024-10-09T22:10:01.687Z[ recovery-image] Oct 09 22:10:00.126 INFO O| Oct 09 22:10:00.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79492024-10-09T22:10:01.687Z[ recovery-image] Oct 09 22:10:00.126 INFO O| Oct 09 22:10:00.126 INFO ok!
79502024-10-09T22:10:01.687Z[ recovery-image] Oct 09 22:10:00.126 INFO O| Oct 09 22:10:00.126 INFO STEP 27 (ensure_file) COMPLETE
79512024-10-09T22:10:01.687Z[ recovery-image] Oct 09 22:10:00.126 INFO O| Oct 09 22:10:00.126 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79522024-10-09T22:10:01.695Z[ recovery-image] Oct 09 22:10:00.136 INFO O| Oct 09 22:10:00.136 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79532024-10-09T22:10:01.695Z[ recovery-image] Oct 09 22:10:00.137 INFO O| Oct 09 22:10:00.136 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79542024-10-09T22:10:01.697Z[ recovery-image] Oct 09 22:10:00.137 INFO O| Oct 09 22:10:00.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79552024-10-09T22:10:01.698Z[ recovery-image] Oct 09 22:10:00.137 INFO O| Oct 09 22:10:00.137 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79562024-10-09T22:10:01.698Z[ recovery-image] Oct 09 22:10:00.137 INFO O| Oct 09 22:10:00.137 INFO ok!
79572024-10-09T22:10:01.698Z[ recovery-image] Oct 09 22:10:00.137 INFO O| Oct 09 22:10:00.137 INFO STEP 28 (ensure_file) COMPLETE
79582024-10-09T22:10:01.698Z[ recovery-image] Oct 09 22:10:00.137 INFO O| Oct 09 22:10:00.137 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79592024-10-09T22:10:01.705Z[ recovery-image] Oct 09 22:10:00.146 INFO O| Oct 09 22:10:00.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79602024-10-09T22:10:01.705Z[ recovery-image] Oct 09 22:10:00.147 INFO O| Oct 09 22:10:00.146 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79612024-10-09T22:10:01.707Z[ recovery-image] Oct 09 22:10:00.147 INFO O| Oct 09 22:10:00.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79622024-10-09T22:10:01.707Z[ recovery-image] Oct 09 22:10:00.147 INFO O| Oct 09 22:10:00.147 INFO ok!
79632024-10-09T22:10:01.707Z[ recovery-image] Oct 09 22:10:00.147 INFO O| Oct 09 22:10:00.147 INFO STEP 29 (ensure_file) COMPLETE
79642024-10-09T22:10:01.708Z[ recovery-image] Oct 09 22:10:00.147 INFO O| Oct 09 22:10:00.147 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79652024-10-09T22:10:01.715Z[ recovery-image] Oct 09 22:10:00.157 INFO O| Oct 09 22:10:00.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79662024-10-09T22:10:01.715Z[ recovery-image] Oct 09 22:10:00.157 INFO O| Oct 09 22:10:00.157 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79672024-10-09T22:10:01.718Z[ recovery-image] Oct 09 22:10:00.157 INFO O| Oct 09 22:10:00.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79682024-10-09T22:10:01.718Z[ recovery-image] Oct 09 22:10:00.157 INFO O| Oct 09 22:10:00.157 INFO ok!
79692024-10-09T22:10:01.718Z[ recovery-image] Oct 09 22:10:00.157 INFO O| Oct 09 22:10:00.157 INFO STEP 30 (ensure_file) COMPLETE
79702024-10-09T22:10:01.718Z[ recovery-image] Oct 09 22:10:00.157 INFO O| Oct 09 22:10:00.157 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79712024-10-09T22:10:01.725Z[ recovery-image] Oct 09 22:10:00.167 INFO O| Oct 09 22:10:00.167 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79722024-10-09T22:10:01.725Z[ recovery-image] Oct 09 22:10:00.167 INFO O| Oct 09 22:10:00.167 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79732024-10-09T22:10:01.728Z[ recovery-image] Oct 09 22:10:00.167 INFO O| Oct 09 22:10:00.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79742024-10-09T22:10:01.728Z[ recovery-image] Oct 09 22:10:00.167 INFO O| Oct 09 22:10:00.167 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79752024-10-09T22:10:01.728Z[ recovery-image] Oct 09 22:10:00.167 INFO O| Oct 09 22:10:00.167 INFO ok!
79762024-10-09T22:10:01.728Z[ recovery-image] Oct 09 22:10:00.167 INFO O| Oct 09 22:10:00.167 INFO STEP 31 (ensure_file) COMPLETE
79772024-10-09T22:10:01.728Z[ recovery-image] Oct 09 22:10:00.167 INFO O| Oct 09 22:10:00.167 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79782024-10-09T22:10:01.736Z[ recovery-image] Oct 09 22:10:00.177 INFO O| Oct 09 22:10:00.177 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79792024-10-09T22:10:01.738Z[ recovery-image] Oct 09 22:10:00.177 INFO O| Oct 09 22:10:00.177 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79802024-10-09T22:10:01.738Z[ recovery-image] Oct 09 22:10:00.177 INFO O| Oct 09 22:10:00.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79812024-10-09T22:10:01.738Z[ recovery-image] Oct 09 22:10:00.177 INFO O| Oct 09 22:10:00.177 INFO ok!
79822024-10-09T22:10:01.738Z[ recovery-image] Oct 09 22:10:00.177 INFO O| Oct 09 22:10:00.177 INFO STEP 32 (ensure_file) COMPLETE
79832024-10-09T22:10:01.738Z[ recovery-image] Oct 09 22:10:00.178 INFO O| Oct 09 22:10:00.177 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79842024-10-09T22:10:01.746Z[ recovery-image] Oct 09 22:10:00.187 INFO O| Oct 09 22:10:00.187 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79852024-10-09T22:10:01.746Z[ recovery-image] Oct 09 22:10:00.187 INFO O| Oct 09 22:10:00.187 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79862024-10-09T22:10:01.748Z[ recovery-image] Oct 09 22:10:00.188 INFO O| Oct 09 22:10:00.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79872024-10-09T22:10:01.748Z[ recovery-image] Oct 09 22:10:00.188 INFO O| Oct 09 22:10:00.188 INFO ok!
79882024-10-09T22:10:01.748Z[ recovery-image] Oct 09 22:10:00.188 INFO O| Oct 09 22:10:00.188 INFO STEP 33 (ensure_file) COMPLETE
79892024-10-09T22:10:01.749Z[ recovery-image] Oct 09 22:10:00.188 INFO O| Oct 09 22:10:00.188 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79902024-10-09T22:10:01.756Z[ recovery-image] Oct 09 22:10:00.197 INFO O| Oct 09 22:10:00.197 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79912024-10-09T22:10:01.756Z[ recovery-image] Oct 09 22:10:00.197 INFO O| Oct 09 22:10:00.197 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79922024-10-09T22:10:01.759Z[ recovery-image] Oct 09 22:10:00.197 INFO O| Oct 09 22:10:00.197 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79932024-10-09T22:10:01.759Z[ recovery-image] Oct 09 22:10:00.198 INFO O| Oct 09 22:10:00.197 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79942024-10-09T22:10:01.759Z[ recovery-image] Oct 09 22:10:00.198 INFO O| Oct 09 22:10:00.198 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79952024-10-09T22:10:01.759Z[ recovery-image] Oct 09 22:10:00.198 INFO O| Oct 09 22:10:00.198 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79962024-10-09T22:10:01.759Z[ recovery-image] Oct 09 22:10:00.198 INFO O| Oct 09 22:10:00.198 INFO ok!
79972024-10-09T22:10:01.759Z[ recovery-image] Oct 09 22:10:00.198 INFO O| Oct 09 22:10:00.198 INFO STEP 34 (ensure_file) COMPLETE
79982024-10-09T22:10:01.759Z[ recovery-image] Oct 09 22:10:00.198 INFO O| Oct 09 22:10:00.198 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79992024-10-09T22:10:01.766Z[ recovery-image] Oct 09 22:10:00.207 INFO O| Oct 09 22:10:00.207 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80002024-10-09T22:10:01.768Z[ recovery-image] Oct 09 22:10:00.207 INFO O| Oct 09 22:10:00.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80012024-10-09T22:10:01.768Z[ recovery-image] Oct 09 22:10:00.208 INFO O| Oct 09 22:10:00.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80022024-10-09T22:10:01.768Z[ recovery-image] Oct 09 22:10:00.208 INFO O| Oct 09 22:10:00.208 INFO STEP 35 (ensure_dir) COMPLETE
80032024-10-09T22:10:01.768Z[ recovery-image] Oct 09 22:10:00.208 INFO O| Oct 09 22:10:00.208 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80042024-10-09T22:10:01.776Z[ recovery-image] Oct 09 22:10:00.218 INFO O| Oct 09 22:10:00.218 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
80052024-10-09T22:10:01.777Z[ recovery-image] Oct 09 22:10:00.218 INFO O| Oct 09 22:10:00.218 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 ...
80062024-10-09T22:10:01.779Z[ recovery-image] Oct 09 22:10:00.218 INFO O| Oct 09 22:10:00.218 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
80072024-10-09T22:10:01.779Z[ recovery-image] Oct 09 22:10:00.218 INFO O| Oct 09 22:10:00.218 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
80082024-10-09T22:10:01.779Z[ recovery-image] Oct 09 22:10:00.218 INFO O| Oct 09 22:10:00.218 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
80092024-10-09T22:10:01.779Z[ recovery-image] Oct 09 22:10:00.218 INFO O| Oct 09 22:10:00.218 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
80102024-10-09T22:10:01.779Z[ recovery-image] Oct 09 22:10:00.218 INFO O| Oct 09 22:10:00.218 INFO ok!
80112024-10-09T22:10:01.779Z[ recovery-image] Oct 09 22:10:00.218 INFO O| Oct 09 22:10:00.218 INFO STEP 36 (ensure_file) COMPLETE
80122024-10-09T22:10:01.779Z[ recovery-image] Oct 09 22:10:00.218 INFO O| Oct 09 22:10:00.218 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80132024-10-09T22:10:01.787Z[ recovery-image] Oct 09 22:10:00.228 INFO O| Oct 09 22:10:00.228 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80142024-10-09T22:10:01.787Z[ recovery-image] Oct 09 22:10:00.228 INFO O| Oct 09 22:10:00.228 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 ...
80152024-10-09T22:10:01.790Z[ recovery-image] Oct 09 22:10:00.228 INFO O| Oct 09 22:10:00.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80162024-10-09T22:10:01.790Z[ recovery-image] Oct 09 22:10:00.228 INFO O| Oct 09 22:10:00.228 INFO ok!
80172024-10-09T22:10:01.790Z[ recovery-image] Oct 09 22:10:00.228 INFO O| Oct 09 22:10:00.228 INFO STEP 37 (ensure_symlink) COMPLETE
80182024-10-09T22:10:01.790Z[ recovery-image] Oct 09 22:10:00.228 INFO O| Oct 09 22:10:00.228 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80192024-10-09T22:10:01.797Z[ recovery-image] Oct 09 22:10:00.238 INFO O| Oct 09 22:10:00.238 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80202024-10-09T22:10:01.797Z[ recovery-image] Oct 09 22:10:00.238 INFO O| Oct 09 22:10:00.238 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80212024-10-09T22:10:01.799Z[ recovery-image] Oct 09 22:10:00.238 INFO O| Oct 09 22:10:00.238 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80222024-10-09T22:10:01.799Z[ recovery-image] Oct 09 22:10:00.238 INFO O| Oct 09 22:10:00.238 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80232024-10-09T22:10:01.799Z[ recovery-image] Oct 09 22:10:00.238 INFO O| Oct 09 22:10:00.238 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80242024-10-09T22:10:01.799Z[ recovery-image] Oct 09 22:10:00.238 INFO O| Oct 09 22:10:00.238 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80252024-10-09T22:10:01.799Z[ recovery-image] Oct 09 22:10:00.238 INFO O| Oct 09 22:10:00.238 INFO ok!
80262024-10-09T22:10:01.799Z[ recovery-image] Oct 09 22:10:00.238 INFO O| Oct 09 22:10:00.238 INFO STEP 38 (ensure_file) COMPLETE
80272024-10-09T22:10:01.800Z[ recovery-image] Oct 09 22:10:00.238 INFO O| Oct 09 22:10:00.238 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80282024-10-09T22:10:01.807Z[ recovery-image] Oct 09 22:10:00.248 INFO O| Oct 09 22:10:00.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80292024-10-09T22:10:01.807Z[ recovery-image] Oct 09 22:10:00.248 INFO O| Oct 09 22:10:00.248 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 ...
80302024-10-09T22:10:01.809Z[ recovery-image] Oct 09 22:10:00.248 INFO O| Oct 09 22:10:00.248 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
80312024-10-09T22:10:01.809Z[ recovery-image] Oct 09 22:10:00.248 INFO O| Oct 09 22:10:00.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80322024-10-09T22:10:01.809Z[ recovery-image] Oct 09 22:10:00.248 INFO O| Oct 09 22:10:00.248 INFO ok!
80332024-10-09T22:10:01.809Z[ recovery-image] Oct 09 22:10:00.248 INFO O| Oct 09 22:10:00.248 INFO STEP 39 (ensure_file) COMPLETE
80342024-10-09T22:10:01.809Z[ recovery-image] Oct 09 22:10:00.248 INFO O| Oct 09 22:10:00.248 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80352024-10-09T22:10:01.819Z[ recovery-image] Oct 09 22:10:00.259 INFO O| Oct 09 22:10:00.259 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80362024-10-09T22:10:01.826Z[ recovery-image] Oct 09 22:10:00.259 INFO O| Oct 09 22:10:00.259 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80372024-10-09T22:10:01.826Z[ recovery-image] Oct 09 22:10:00.259 INFO O| Oct 09 22:10:00.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80382024-10-09T22:10:01.826Z[ recovery-image] Oct 09 22:10:00.259 INFO O| Oct 09 22:10:00.259 INFO ok!
80392024-10-09T22:10:01.826Z[ recovery-image] Oct 09 22:10:00.259 INFO O| Oct 09 22:10:00.259 INFO STEP 40 (ensure_file) COMPLETE
80402024-10-09T22:10:01.826Z[ recovery-image] Oct 09 22:10:00.260 INFO O| Oct 09 22:10:00.260 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80412024-10-09T22:10:01.832Z[ recovery-image] Oct 09 22:10:00.273 INFO O| Oct 09 22:10:00.273 INFO updating shadow file
80422024-10-09T22:10:01.835Z[ recovery-image] Oct 09 22:10:00.273 INFO O| Oct 09 22:10:00.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80432024-10-09T22:10:01.835Z[ recovery-image] Oct 09 22:10:00.273 INFO O| Oct 09 22:10:00.273 INFO STEP 41 (shadow) COMPLETE
80442024-10-09T22:10:01.835Z[ recovery-image] Oct 09 22:10:00.273 INFO O| Oct 09 22:10:00.273 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80452024-10-09T22:10:01.845Z[ recovery-image] Oct 09 22:10:00.287 INFO O| Oct 09 22:10:00.287 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80462024-10-09T22:10:01.845Z[ recovery-image] Oct 09 22:10:00.287 INFO O| Oct 09 22:10:00.287 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80472024-10-09T22:10:01.848Z[ recovery-image] Oct 09 22:10:00.287 INFO O| Oct 09 22:10:00.287 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80482024-10-09T22:10:01.848Z[ recovery-image] Oct 09 22:10:00.287 INFO O| Oct 09 22:10:00.287 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80492024-10-09T22:10:01.848Z[ recovery-image] Oct 09 22:10:00.287 INFO O| Oct 09 22:10:00.287 INFO ok!
80502024-10-09T22:10:01.848Z[ recovery-image] Oct 09 22:10:00.287 INFO O| Oct 09 22:10:00.287 INFO STEP 42 (ensure_file) COMPLETE
80512024-10-09T22:10:01.848Z[ recovery-image] Oct 09 22:10:00.287 INFO O| Oct 09 22:10:00.287 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80522024-10-09T22:10:01.859Z[ recovery-image] Oct 09 22:10:00.301 INFO O| Oct 09 22:10:00.301 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80532024-10-09T22:10:01.862Z[ recovery-image] Oct 09 22:10:00.301 INFO O| Oct 09 22:10:00.301 INFO STEP 43 (ensure_dir) COMPLETE
80542024-10-09T22:10:01.862Z[ recovery-image] Oct 09 22:10:00.301 INFO O| Oct 09 22:10:00.301 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80552024-10-09T22:10:01.872Z[ recovery-image] Oct 09 22:10:00.314 INFO O| Oct 09 22:10:00.313 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80562024-10-09T22:10:01.872Z[ recovery-image] Oct 09 22:10:00.314 INFO O| Oct 09 22:10:00.314 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80572024-10-09T22:10:01.875Z[ recovery-image] Oct 09 22:10:00.314 INFO O| Oct 09 22:10:00.314 INFO STEP 44 (ensure_dir) COMPLETE
80582024-10-09T22:10:01.875Z[ recovery-image] Oct 09 22:10:00.314 INFO O| Oct 09 22:10:00.314 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80592024-10-09T22:10:01.883Z[ recovery-image] Oct 09 22:10:00.324 INFO O| Oct 09 22:10:00.324 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80602024-10-09T22:10:01.885Z[ recovery-image] Oct 09 22:10:00.324 INFO O| Oct 09 22:10:00.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80612024-10-09T22:10:01.885Z[ recovery-image] Oct 09 22:10:00.325 INFO O| Oct 09 22:10:00.324 INFO STEP 45 (ensure_dir) COMPLETE
80622024-10-09T22:10:01.885Z[ recovery-image] Oct 09 22:10:00.325 INFO O| Oct 09 22:10:00.324 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80632024-10-09T22:10:01.895Z[ recovery-image] Oct 09 22:10:00.337 INFO O| Oct 09 22:10:00.337 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80642024-10-09T22:10:01.895Z[ recovery-image] Oct 09 22:10:00.337 INFO O| Oct 09 22:10:00.337 INFO copying /tmp/.tmpmFhPjs/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80652024-10-09T22:10:01.946Z[ recovery-image] Oct 09 22:10:00.385 INFO O| Oct 09 22:10:00.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80662024-10-09T22:10:01.949Z[ recovery-image] Oct 09 22:10:00.386 INFO O| Oct 09 22:10:00.385 INFO ok!
80672024-10-09T22:10:01.949Z[ recovery-image] Oct 09 22:10:00.386 INFO O| Oct 09 22:10:00.385 INFO STEP 46 (ensure_file) COMPLETE
80682024-10-09T22:10:01.949Z[ recovery-image] Oct 09 22:10:00.386 INFO O| Oct 09 22:10:00.385 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80692024-10-09T22:10:01.965Z[ recovery-image] Oct 09 22:10:00.406 INFO O| Oct 09 22:10:00.405 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80702024-10-09T22:10:01.968Z[ recovery-image] Oct 09 22:10:00.406 INFO O| Oct 09 22:10:00.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80712024-10-09T22:10:01.968Z[ recovery-image] Oct 09 22:10:00.406 INFO O| Oct 09 22:10:00.406 INFO STEP 47 (ensure_dir) COMPLETE
80722024-10-09T22:10:01.968Z[ recovery-image] Oct 09 22:10:00.406 INFO O| Oct 09 22:10:00.406 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80732024-10-09T22:10:01.985Z[ recovery-image] Oct 09 22:10:00.425 INFO O| Oct 09 22:10:00.424 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80742024-10-09T22:10:01.985Z[ recovery-image] Oct 09 22:10:00.425 INFO O| Oct 09 22:10:00.424 INFO copying /tmp/.tmpmFhPjs/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80752024-10-09T22:10:01.985Z[ recovery-image] Oct 09 22:10:00.425 INFO O| Oct 09 22:10:00.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80762024-10-09T22:10:01.985Z[ recovery-image] Oct 09 22:10:00.425 INFO O| Oct 09 22:10:00.424 INFO ok!
80772024-10-09T22:10:01.985Z[ recovery-image] Oct 09 22:10:00.425 INFO O| Oct 09 22:10:00.424 INFO STEP 48 (ensure_file) COMPLETE
80782024-10-09T22:10:01.985Z[ recovery-image] Oct 09 22:10:00.425 INFO O| Oct 09 22:10:00.424 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80792024-10-09T22:10:02.018Z[ recovery-image] Oct 09 22:10:00.458 INFO O| Oct 09 22:10:00.457 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80802024-10-09T22:10:02.021Z[ recovery-image] Oct 09 22:10:00.458 INFO O| Oct 09 22:10:00.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80812024-10-09T22:10:02.021Z[ recovery-image] Oct 09 22:10:00.458 INFO O| Oct 09 22:10:00.457 INFO STEP 49 (ensure_dir) COMPLETE
80822024-10-09T22:10:02.021Z[ recovery-image] Oct 09 22:10:00.458 INFO O| Oct 09 22:10:00.457 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80832024-10-09T22:10:02.033Z[ recovery-image] Oct 09 22:10:00.474 INFO O| Oct 09 22:10:00.473 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80842024-10-09T22:10:02.033Z[ recovery-image] Oct 09 22:10:00.474 INFO O| Oct 09 22:10:00.473 INFO copying /tmp/.tmpmFhPjs/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80852024-10-09T22:10:02.054Z[ recovery-image] Oct 09 22:10:00.495 INFO O| Oct 09 22:10:00.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80862024-10-09T22:10:02.054Z[ recovery-image] Oct 09 22:10:00.495 INFO O| Oct 09 22:10:00.495 INFO ok!
80872024-10-09T22:10:02.056Z[ recovery-image] Oct 09 22:10:00.495 INFO O| Oct 09 22:10:00.495 INFO STEP 50 (ensure_file) COMPLETE
80882024-10-09T22:10:02.057Z[ recovery-image] Oct 09 22:10:00.495 INFO O| Oct 09 22:10:00.495 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80892024-10-09T22:10:02.069Z[ recovery-image] Oct 09 22:10:00.510 INFO O| Oct 09 22:10:00.510 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80902024-10-09T22:10:02.069Z[ recovery-image] Oct 09 22:10:00.510 INFO O| Oct 09 22:10:00.510 INFO copying /tmp/.tmpmFhPjs/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80912024-10-09T22:10:02.152Z[ host-image] Oct 09 22:10:00.593 INFO O| Oct 09 22:10:00.592 INFO O| Download: Completed 20.80 MB in 0.78 seconds (26.6M/s)
80922024-10-09T22:10:02.324Z[ host-image] Oct 09 22:10:00.765 INFO O| Oct 09 22:10:00.765 INFO O| Actions: 1/22 actions (Installing new actions)
80932024-10-09T22:10:02.341Z[ recovery-image] Oct 09 22:10:00.782 INFO O| Oct 09 22:10:00.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80942024-10-09T22:10:02.341Z[ recovery-image] Oct 09 22:10:00.782 INFO O| Oct 09 22:10:00.782 INFO ok!
80952024-10-09T22:10:02.343Z[ recovery-image] Oct 09 22:10:00.782 INFO O| Oct 09 22:10:00.782 INFO STEP 51 (ensure_file) COMPLETE
80962024-10-09T22:10:02.343Z[ recovery-image] Oct 09 22:10:00.782 INFO O| Oct 09 22:10:00.782 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80972024-10-09T22:10:02.352Z[ recovery-image] Oct 09 22:10:00.793 INFO O| Oct 09 22:10:00.793 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80982024-10-09T22:10:02.355Z[ recovery-image] Oct 09 22:10:00.793 INFO O| Oct 09 22:10:00.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80992024-10-09T22:10:02.355Z[ recovery-image] Oct 09 22:10:00.793 INFO O| Oct 09 22:10:00.793 INFO STEP 52 (ensure_dir) COMPLETE
81002024-10-09T22:10:02.355Z[ recovery-image] Oct 09 22:10:00.793 INFO O| Oct 09 22:10:00.793 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81012024-10-09T22:10:02.362Z[ recovery-image] Oct 09 22:10:00.803 INFO O| Oct 09 22:10:00.803 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81022024-10-09T22:10:02.362Z[ recovery-image] Oct 09 22:10:00.803 INFO O| Oct 09 22:10:00.803 INFO copying /tmp/.tmpmFhPjs/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 ...
81032024-10-09T22:10:02.365Z[ recovery-image] Oct 09 22:10:00.804 INFO O| Oct 09 22:10:00.804 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
81042024-10-09T22:10:02.365Z[ recovery-image] Oct 09 22:10:00.804 INFO O| Oct 09 22:10:00.804 INFO ok!
81052024-10-09T22:10:02.365Z[ recovery-image] Oct 09 22:10:00.804 INFO O| Oct 09 22:10:00.804 INFO STEP 53 (ensure_file) COMPLETE
81062024-10-09T22:10:02.365Z[ recovery-image] Oct 09 22:10:00.804 INFO O| Oct 09 22:10:00.804 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81072024-10-09T22:10:02.372Z[ recovery-image] Oct 09 22:10:00.814 INFO O| Oct 09 22:10:00.814 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81082024-10-09T22:10:02.372Z[ recovery-image] Oct 09 22:10:00.814 INFO O| Oct 09 22:10:00.814 INFO copying /tmp/.tmpmFhPjs/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 ...
81092024-10-09T22:10:02.375Z[ recovery-image] Oct 09 22:10:00.814 INFO O| Oct 09 22:10:00.814 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
81102024-10-09T22:10:02.375Z[ recovery-image] Oct 09 22:10:00.814 INFO O| Oct 09 22:10:00.814 INFO ok!
81112024-10-09T22:10:02.375Z[ recovery-image] Oct 09 22:10:00.814 INFO O| Oct 09 22:10:00.814 INFO STEP 54 (ensure_file) COMPLETE
81122024-10-09T22:10:02.375Z[ recovery-image] Oct 09 22:10:00.814 INFO O| Oct 09 22:10:00.814 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81132024-10-09T22:10:02.383Z[ recovery-image] Oct 09 22:10:00.824 INFO O| Oct 09 22:10:00.824 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81142024-10-09T22:10:02.386Z[ recovery-image] Oct 09 22:10:00.824 INFO O| Oct 09 22:10:00.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81152024-10-09T22:10:02.386Z[ recovery-image] Oct 09 22:10:00.824 INFO O| Oct 09 22:10:00.824 INFO STEP 55 (ensure_dir) COMPLETE
81162024-10-09T22:10:02.386Z[ recovery-image] Oct 09 22:10:00.824 INFO O| Oct 09 22:10:00.824 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-10-09T22:10:02.393Z[ recovery-image] Oct 09 22:10:00.835 INFO O| Oct 09 22:10:00.835 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81182024-10-09T22:10:02.393Z[ recovery-image] Oct 09 22:10:00.835 INFO O| Oct 09 22:10:00.835 INFO copying /tmp/.tmpmFhPjs/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 ...
81192024-10-09T22:10:02.393Z[ recovery-image] Oct 09 22:10:00.835 INFO O| Oct 09 22:10:00.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81202024-10-09T22:10:02.396Z[ recovery-image] Oct 09 22:10:00.835 INFO O| Oct 09 22:10:00.835 INFO ok!
81212024-10-09T22:10:02.396Z[ recovery-image] Oct 09 22:10:00.835 INFO O| Oct 09 22:10:00.835 INFO STEP 56 (ensure_file) COMPLETE
81222024-10-09T22:10:02.396Z[ recovery-image] Oct 09 22:10:00.835 INFO O| Oct 09 22:10:00.835 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81232024-10-09T22:10:02.404Z[ recovery-image] Oct 09 22:10:00.845 INFO O| Oct 09 22:10:00.845 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81242024-10-09T22:10:02.404Z[ recovery-image] Oct 09 22:10:00.845 INFO O| Oct 09 22:10:00.845 INFO copying /tmp/.tmpmFhPjs/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 ...
81252024-10-09T22:10:02.407Z[ recovery-image] Oct 09 22:10:00.845 INFO O| Oct 09 22:10:00.845 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
81262024-10-09T22:10:02.407Z[ recovery-image] Oct 09 22:10:00.845 INFO O| Oct 09 22:10:00.845 INFO ok!
81272024-10-09T22:10:02.407Z[ recovery-image] Oct 09 22:10:00.845 INFO O| Oct 09 22:10:00.845 INFO STEP 57 (ensure_file) COMPLETE
81282024-10-09T22:10:02.407Z[ recovery-image] Oct 09 22:10:00.845 INFO O| Oct 09 22:10:00.845 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81292024-10-09T22:10:02.415Z[ recovery-image] Oct 09 22:10:00.856 INFO O| Oct 09 22:10:00.856 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81302024-10-09T22:10:02.417Z[ recovery-image] Oct 09 22:10:00.856 INFO O| Oct 09 22:10:00.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81312024-10-09T22:10:02.417Z[ recovery-image] Oct 09 22:10:00.856 INFO O| Oct 09 22:10:00.856 INFO STEP 58 (ensure_dir) COMPLETE
81322024-10-09T22:10:02.417Z[ recovery-image] Oct 09 22:10:00.856 INFO O| Oct 09 22:10:00.856 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81332024-10-09T22:10:02.425Z[ recovery-image] Oct 09 22:10:00.866 INFO O| Oct 09 22:10:00.866 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81342024-10-09T22:10:02.425Z[ recovery-image] Oct 09 22:10:00.866 INFO O| Oct 09 22:10:00.866 INFO copying /tmp/.tmpmFhPjs/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 ...
81352024-10-09T22:10:02.427Z[ recovery-image] Oct 09 22:10:00.866 INFO O| Oct 09 22:10:00.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81362024-10-09T22:10:02.427Z[ recovery-image] Oct 09 22:10:00.866 INFO O| Oct 09 22:10:00.866 INFO ok!
81372024-10-09T22:10:02.427Z[ recovery-image] Oct 09 22:10:00.866 INFO O| Oct 09 22:10:00.866 INFO STEP 59 (ensure_file) COMPLETE
81382024-10-09T22:10:02.427Z[ recovery-image] Oct 09 22:10:00.866 INFO O| Oct 09 22:10:00.866 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81392024-10-09T22:10:02.435Z[ recovery-image] Oct 09 22:10:00.876 INFO O| Oct 09 22:10:00.876 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81402024-10-09T22:10:02.437Z[ recovery-image] Oct 09 22:10:00.876 INFO O| Oct 09 22:10:00.876 INFO copying /tmp/.tmpmFhPjs/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81412024-10-09T22:10:02.437Z[ recovery-image] Oct 09 22:10:00.876 INFO O| Oct 09 22:10:00.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81422024-10-09T22:10:02.437Z[ recovery-image] Oct 09 22:10:00.876 INFO O| Oct 09 22:10:00.876 INFO ok!
81432024-10-09T22:10:02.438Z[ recovery-image] Oct 09 22:10:00.876 INFO O| Oct 09 22:10:00.876 INFO STEP 60 (ensure_file) COMPLETE
81442024-10-09T22:10:02.438Z[ recovery-image] Oct 09 22:10:00.876 INFO O| Oct 09 22:10:00.876 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81452024-10-09T22:10:02.446Z[ recovery-image] Oct 09 22:10:00.886 INFO O| Oct 09 22:10:00.886 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81462024-10-09T22:10:02.446Z[ recovery-image] Oct 09 22:10:00.886 INFO O| Oct 09 22:10:00.886 INFO STEP 61 (ensure_dir) COMPLETE
81472024-10-09T22:10:02.446Z[ recovery-image] Oct 09 22:10:00.886 INFO O| Oct 09 22:10:00.886 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81482024-10-09T22:10:02.455Z[ recovery-image] Oct 09 22:10:00.897 INFO O| Oct 09 22:10:00.896 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81492024-10-09T22:10:02.458Z[ recovery-image] Oct 09 22:10:00.897 INFO O| Oct 09 22:10:00.897 INFO STEP 62 (ensure_dir) COMPLETE
81502024-10-09T22:10:02.458Z[ recovery-image] Oct 09 22:10:00.897 INFO O| Oct 09 22:10:00.897 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81512024-10-09T22:10:02.466Z[ recovery-image] Oct 09 22:10:00.907 INFO O| Oct 09 22:10:00.907 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81522024-10-09T22:10:02.466Z[ recovery-image] Oct 09 22:10:00.907 INFO O| Oct 09 22:10:00.907 INFO STEP 63 (ensure_dir) COMPLETE
81532024-10-09T22:10:02.471Z[ recovery-image] Oct 09 22:10:00.907 INFO O| Oct 09 22:10:00.907 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81542024-10-09T22:10:02.476Z[ recovery-image] Oct 09 22:10:00.917 INFO O| Oct 09 22:10:00.917 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81552024-10-09T22:10:02.479Z[ recovery-image] Oct 09 22:10:00.918 INFO O| Oct 09 22:10:00.917 INFO STEP 64 (ensure_dir) COMPLETE
81562024-10-09T22:10:02.479Z[ recovery-image] Oct 09 22:10:00.918 INFO O| Oct 09 22:10:00.917 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81572024-10-09T22:10:02.486Z[ recovery-image] Oct 09 22:10:00.927 INFO O| Oct 09 22:10:00.927 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81582024-10-09T22:10:02.486Z[ recovery-image] Oct 09 22:10:00.927 INFO O| Oct 09 22:10:00.927 INFO copying /tmp/.tmpmFhPjs/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81592024-10-09T22:10:02.489Z[ recovery-image] Oct 09 22:10:00.928 INFO O| Oct 09 22:10:00.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81602024-10-09T22:10:02.489Z[ recovery-image] Oct 09 22:10:00.928 INFO O| Oct 09 22:10:00.928 INFO ok!
81612024-10-09T22:10:02.490Z[ recovery-image] Oct 09 22:10:00.928 INFO O| Oct 09 22:10:00.928 INFO STEP 65 (ensure_file) COMPLETE
81622024-10-09T22:10:02.490Z[ recovery-image] Oct 09 22:10:00.928 INFO O| Oct 09 22:10:00.928 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81632024-10-09T22:10:02.497Z[ recovery-image] Oct 09 22:10:00.938 INFO O| Oct 09 22:10:00.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81642024-10-09T22:10:02.500Z[ recovery-image] Oct 09 22:10:00.938 INFO O| Oct 09 22:10:00.938 INFO STEP 66 (remove_files) COMPLETE
81652024-10-09T22:10:02.500Z[ recovery-image] Oct 09 22:10:00.938 INFO O| Oct 09 22:10:00.938 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81662024-10-09T22:10:02.520Z[ recovery-image] Oct 09 22:10:00.948 INFO O| Oct 09 22:10:00.948 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81672024-10-09T22:10:02.520Z[ recovery-image] Oct 09 22:10:00.948 INFO O| Oct 09 22:10:00.948 INFO STEP 67 (remove_files) COMPLETE
81682024-10-09T22:10:02.520Z[ recovery-image] Oct 09 22:10:00.949 INFO O| Oct 09 22:10:00.948 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81692024-10-09T22:10:02.520Z[ recovery-image] Oct 09 22:10:00.958 INFO O| Oct 09 22:10:00.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81702024-10-09T22:10:02.520Z[ recovery-image] Oct 09 22:10:00.959 INFO O| Oct 09 22:10:00.959 INFO STEP 68 (remove_files) COMPLETE
81712024-10-09T22:10:02.520Z[ recovery-image] Oct 09 22:10:00.959 INFO O| Oct 09 22:10:00.959 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81722024-10-09T22:10:02.528Z[ recovery-image] Oct 09 22:10:00.969 INFO O| Oct 09 22:10:00.969 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81732024-10-09T22:10:02.534Z[ recovery-image] Oct 09 22:10:00.969 INFO O| Oct 09 22:10:00.969 INFO STEP 69 (remove_files) COMPLETE
81742024-10-09T22:10:02.534Z[ recovery-image] Oct 09 22:10:00.969 INFO O| Oct 09 22:10:00.969 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81752024-10-09T22:10:02.541Z[ recovery-image] Oct 09 22:10:00.979 INFO O| Oct 09 22:10:00.979 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81762024-10-09T22:10:02.541Z[ recovery-image] Oct 09 22:10:00.979 INFO O| Oct 09 22:10:00.979 INFO STEP 70 (remove_files) COMPLETE
81772024-10-09T22:10:02.541Z[ recovery-image] Oct 09 22:10:00.979 INFO O| Oct 09 22:10:00.979 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81782024-10-09T22:10:02.547Z[ recovery-image] Oct 09 22:10:00.988 INFO O| Oct 09 22:10:00.988 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81792024-10-09T22:10:02.550Z[ recovery-image] Oct 09 22:10:00.989 INFO O| Oct 09 22:10:00.989 INFO STEP 71 (remove_files) COMPLETE
81802024-10-09T22:10:02.550Z[ recovery-image] Oct 09 22:10:00.989 INFO O| Oct 09 22:10:00.989 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81812024-10-09T22:10:02.557Z[ recovery-image] Oct 09 22:10:00.998 INFO O| Oct 09 22:10:00.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81822024-10-09T22:10:02.560Z[ recovery-image] Oct 09 22:10:00.999 INFO O| Oct 09 22:10:00.999 INFO STEP 72 (remove_files) COMPLETE
81832024-10-09T22:10:02.560Z[ recovery-image] Oct 09 22:10:00.999 INFO O| Oct 09 22:10:00.999 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81842024-10-09T22:10:02.569Z[ recovery-image] Oct 09 22:10:01.010 INFO O| Oct 09 22:10:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81852024-10-09T22:10:02.569Z[ recovery-image] Oct 09 22:10:01.010 INFO O| Oct 09 22:10:01.010 INFO STEP 73 (remove_files) COMPLETE
81862024-10-09T22:10:02.572Z[ recovery-image] Oct 09 22:10:01.010 INFO O| Oct 09 22:10:01.010 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81872024-10-09T22:10:02.578Z[ recovery-image] Oct 09 22:10:01.020 INFO O| Oct 09 22:10:01.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81882024-10-09T22:10:02.581Z[ recovery-image] Oct 09 22:10:01.020 INFO O| Oct 09 22:10:01.020 INFO STEP 74 (remove_files) COMPLETE
81892024-10-09T22:10:02.581Z[ recovery-image] Oct 09 22:10:01.020 INFO O| Oct 09 22:10:01.020 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81902024-10-09T22:10:02.588Z[ recovery-image] Oct 09 22:10:01.029 INFO O| Oct 09 22:10:01.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81912024-10-09T22:10:02.591Z[ recovery-image] Oct 09 22:10:01.030 INFO O| Oct 09 22:10:01.030 INFO STEP 75 (remove_files) COMPLETE
81922024-10-09T22:10:02.591Z[ recovery-image] Oct 09 22:10:01.030 INFO O| Oct 09 22:10:01.030 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81932024-10-09T22:10:02.599Z[ recovery-image] Oct 09 22:10:01.040 INFO O| Oct 09 22:10:01.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81942024-10-09T22:10:02.601Z[ recovery-image] Oct 09 22:10:01.040 INFO O| Oct 09 22:10:01.040 INFO STEP 76 (remove_files) COMPLETE
81952024-10-09T22:10:02.601Z[ recovery-image] Oct 09 22:10:01.040 INFO O| Oct 09 22:10:01.040 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81962024-10-09T22:10:02.608Z[ recovery-image] Oct 09 22:10:01.050 INFO O| Oct 09 22:10:01.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81972024-10-09T22:10:02.611Z[ recovery-image] Oct 09 22:10:01.050 INFO O| Oct 09 22:10:01.050 INFO STEP 77 (remove_files) COMPLETE
81982024-10-09T22:10:02.611Z[ recovery-image] Oct 09 22:10:01.050 INFO O| Oct 09 22:10:01.050 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81992024-10-09T22:10:02.619Z[ recovery-image] Oct 09 22:10:01.060 INFO O| Oct 09 22:10:01.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82002024-10-09T22:10:02.619Z[ recovery-image] Oct 09 22:10:01.060 INFO O| Oct 09 22:10:01.060 INFO STEP 78 (remove_files) COMPLETE
82012024-10-09T22:10:02.619Z[ recovery-image] Oct 09 22:10:01.060 INFO O| Oct 09 22:10:01.060 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82022024-10-09T22:10:02.629Z[ recovery-image] Oct 09 22:10:01.070 INFO O| Oct 09 22:10:01.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82032024-10-09T22:10:02.629Z[ recovery-image] Oct 09 22:10:01.070 INFO O| Oct 09 22:10:01.070 INFO STEP 79 (remove_files) COMPLETE
82042024-10-09T22:10:02.632Z[ recovery-image] Oct 09 22:10:01.070 INFO O| Oct 09 22:10:01.070 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-10-09T22:10:02.639Z[ recovery-image] Oct 09 22:10:01.080 INFO O| Oct 09 22:10:01.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82062024-10-09T22:10:02.639Z[ recovery-image] Oct 09 22:10:01.080 INFO O| Oct 09 22:10:01.080 INFO STEP 80 (remove_files) COMPLETE
82072024-10-09T22:10:02.641Z[ recovery-image] Oct 09 22:10:01.080 INFO O| Oct 09 22:10:01.080 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-09T22:10:02.649Z[ recovery-image] Oct 09 22:10:01.090 INFO O| Oct 09 22:10:01.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82092024-10-09T22:10:02.649Z[ recovery-image] Oct 09 22:10:01.090 INFO O| Oct 09 22:10:01.090 INFO STEP 81 (remove_files) COMPLETE
82102024-10-09T22:10:02.649Z[ recovery-image] Oct 09 22:10:01.090 INFO O| Oct 09 22:10:01.090 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-09T22:10:02.660Z[ recovery-image] Oct 09 22:10:01.100 INFO O| Oct 09 22:10:01.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82122024-10-09T22:10:02.660Z[ recovery-image] Oct 09 22:10:01.100 INFO O| Oct 09 22:10:01.100 INFO STEP 82 (remove_files) COMPLETE
82132024-10-09T22:10:02.663Z[ recovery-image] Oct 09 22:10:01.100 INFO O| Oct 09 22:10:01.100 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-09T22:10:02.670Z[ recovery-image] Oct 09 22:10:01.111 INFO O| Oct 09 22:10:01.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82152024-10-09T22:10:02.670Z[ recovery-image] Oct 09 22:10:01.111 INFO O| Oct 09 22:10:01.111 INFO STEP 83 (remove_files) COMPLETE
82162024-10-09T22:10:02.673Z[ recovery-image] Oct 09 22:10:01.111 INFO O| Oct 09 22:10:01.111 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-09T22:10:02.680Z[ recovery-image] Oct 09 22:10:01.121 INFO O| Oct 09 22:10:01.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82182024-10-09T22:10:02.680Z[ recovery-image] Oct 09 22:10:01.121 INFO O| Oct 09 22:10:01.121 INFO STEP 84 (remove_files) COMPLETE
82192024-10-09T22:10:02.682Z[ recovery-image] Oct 09 22:10:01.121 INFO O| Oct 09 22:10:01.121 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-09T22:10:02.689Z[ recovery-image] Oct 09 22:10:01.130 INFO O| Oct 09 22:10:01.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82212024-10-09T22:10:02.693Z[ recovery-image] Oct 09 22:10:01.131 INFO O| Oct 09 22:10:01.130 INFO STEP 85 (remove_files) COMPLETE
82222024-10-09T22:10:02.693Z[ recovery-image] Oct 09 22:10:01.131 INFO O| Oct 09 22:10:01.131 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-09T22:10:02.699Z[ recovery-image] Oct 09 22:10:01.140 INFO O| Oct 09 22:10:01.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82242024-10-09T22:10:02.699Z[ recovery-image] Oct 09 22:10:01.140 INFO O| Oct 09 22:10:01.140 INFO STEP 86 (remove_files) COMPLETE
82252024-10-09T22:10:02.702Z[ recovery-image] Oct 09 22:10:01.140 INFO O| Oct 09 22:10:01.140 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-09T22:10:02.709Z[ recovery-image] Oct 09 22:10:01.150 INFO O| Oct 09 22:10:01.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82272024-10-09T22:10:02.709Z[ recovery-image] Oct 09 22:10:01.150 INFO O| Oct 09 22:10:01.150 INFO STEP 87 (remove_files) COMPLETE
82282024-10-09T22:10:02.709Z[ recovery-image] Oct 09 22:10:01.150 INFO O| Oct 09 22:10:01.150 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-09T22:10:02.720Z[ recovery-image] Oct 09 22:10:01.161 INFO O| Oct 09 22:10:01.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82302024-10-09T22:10:02.720Z[ recovery-image] Oct 09 22:10:01.161 INFO O| Oct 09 22:10:01.161 INFO STEP 88 (remove_files) COMPLETE
82312024-10-09T22:10:02.720Z[ recovery-image] Oct 09 22:10:01.161 INFO O| Oct 09 22:10:01.161 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-09T22:10:02.731Z[ recovery-image] Oct 09 22:10:01.172 INFO O| Oct 09 22:10:01.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82332024-10-09T22:10:02.735Z[ recovery-image] Oct 09 22:10:01.172 INFO O| Oct 09 22:10:01.172 INFO STEP 89 (remove_files) COMPLETE
82342024-10-09T22:10:02.735Z[ recovery-image] Oct 09 22:10:01.172 INFO O| Oct 09 22:10:01.172 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-09T22:10:02.741Z[ recovery-image] Oct 09 22:10:01.182 INFO O| Oct 09 22:10:01.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82362024-10-09T22:10:02.742Z[ recovery-image] Oct 09 22:10:01.182 INFO O| Oct 09 22:10:01.182 INFO STEP 90 (remove_files) COMPLETE
82372024-10-09T22:10:02.744Z[ recovery-image] Oct 09 22:10:01.183 INFO O| Oct 09 22:10:01.182 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-09T22:10:02.752Z[ recovery-image] Oct 09 22:10:01.193 INFO O| Oct 09 22:10:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82392024-10-09T22:10:02.755Z[ recovery-image] Oct 09 22:10:01.193 INFO O| Oct 09 22:10:01.193 INFO STEP 91 (remove_files) COMPLETE
82402024-10-09T22:10:02.755Z[ recovery-image] Oct 09 22:10:01.193 INFO O| Oct 09 22:10:01.193 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-09T22:10:02.762Z[ recovery-image] Oct 09 22:10:01.203 INFO O| Oct 09 22:10:01.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82422024-10-09T22:10:02.762Z[ recovery-image] Oct 09 22:10:01.203 INFO O| Oct 09 22:10:01.203 INFO STEP 92 (remove_files) COMPLETE
82432024-10-09T22:10:02.762Z[ recovery-image] Oct 09 22:10:01.203 INFO O| Oct 09 22:10:01.203 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-09T22:10:02.772Z[ recovery-image] Oct 09 22:10:01.213 INFO O| Oct 09 22:10:01.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82452024-10-09T22:10:02.772Z[ recovery-image] Oct 09 22:10:01.213 INFO O| Oct 09 22:10:01.213 INFO STEP 93 (remove_files) COMPLETE
82462024-10-09T22:10:02.772Z[ recovery-image] Oct 09 22:10:01.213 INFO O| Oct 09 22:10:01.213 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82472024-10-09T22:10:02.785Z[ recovery-image] Oct 09 22:10:01.226 INFO O| Oct 09 22:10:01.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82482024-10-09T22:10:02.785Z[ recovery-image] Oct 09 22:10:01.226 INFO O| Oct 09 22:10:01.226 INFO STEP 94 (remove_files) COMPLETE
82492024-10-09T22:10:02.788Z[ recovery-image] Oct 09 22:10:01.226 INFO O| Oct 09 22:10:01.226 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82502024-10-09T22:10:02.807Z[ recovery-image] Oct 09 22:10:01.247 INFO O| Oct 09 22:10:01.247 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82512024-10-09T22:10:02.809Z[ recovery-image] Oct 09 22:10:01.248 INFO O| Oct 09 22:10:01.247 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82522024-10-09T22:10:02.846Z[ host-image] Oct 09 22:10:01.287 INFO O| Oct 09 22:10:01.286 INFO O| Actions: Completed 22 actions in 0.52 seconds.
82532024-10-09T22:10:03.040Z[ host-image] Oct 09 22:10:01.480 INFO O| Oct 09 22:10:01.480 INFO O| Done
82542024-10-09T22:10:03.040Z[ host-image] Oct 09 22:10:01.480 INFO O| Oct 09 22:10:01.480 INFO O| Done
82552024-10-09T22:10:03.503Z[ host-image] Oct 09 22:10:01.944 INFO O| Oct 09 22:10:01.944 INFO O| Done
82562024-10-09T22:10:04.677Z[ host-image] Oct 09 22:10:03.118 INFO O| Oct 09 22:10:03.118 INFO O| Done
82572024-10-09T22:10:04.700Z[ host-image] Oct 09 22:10:03.141 INFO O| Oct 09 22:10:03.141 INFO O| Done
82582024-10-09T22:10:04.700Z[ host-image] Oct 09 22:10:03.141 INFO O| Oct 09 22:10:03.141 INFO O| Done
82592024-10-09T22:10:04.710Z[ host-image] Oct 09 22:10:03.151 INFO O| Oct 09 22:10:03.151 INFO O| Done
82602024-10-09T22:10:04.810Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO STEP 14 (pkg_install) COMPLETE
82612024-10-09T22:10:04.810Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82622024-10-09T22:10:04.810Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO skip step because feature "mfg" is not enabled
82632024-10-09T22:10:04.810Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82642024-10-09T22:10:04.813Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO skip step because feature "compliance" is not enabled
82652024-10-09T22:10:04.813Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82662024-10-09T22:10:04.813Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO skip step because feature "stress" is not enabled
82672024-10-09T22:10:04.813Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82682024-10-09T22:10:04.813Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO skip step because feature "nfs" is not enabled
82692024-10-09T22:10:04.814Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82702024-10-09T22:10:04.814Z[ host-image] Oct 09 22:10:03.250 INFO O| Oct 09 22:10:03.250 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82712024-10-09T22:10:04.956Z[ host-image] Oct 09 22:10:03.396 INFO O| Oct 09 22:10:03.396 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
82722024-10-09T22:10:05.026Z[ host-image] Oct 09 22:10:03.466 INFO O| Oct 09 22:10:03.466 INFO completed processing gimlet/ramdisk-01-os
82732024-10-09T22:10:05.029Z[ host-image] Oct 09 22:10:03.468 INFO omicron1 baseline generation...
82742024-10-09T22:10:05.029Z[ host-image] Oct 09 22:10:03.469 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82752024-10-09T22:10:05.418Z[ host-image] Oct 09 22:10:03.858 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22957:20241009T112018Z
82762024-10-09T22:10:10.000Z[ recovery-image] Oct 09 22:10:08.435 INFO O| Oct 09 22:10:08.433 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82772024-10-09T22:10:10.003Z[ recovery-image] Oct 09 22:10:08.435 INFO O| Oct 09 22:10:08.435 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
82782024-10-09T22:10:10.009Z[ recovery-image] Oct 09 22:10:08.449 INFO O| Oct 09 22:10:08.449 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
82792024-10-09T22:10:10.086Z[ recovery-image] Oct 09 22:10:08.526 INFO O| Oct 09 22:10:08.526 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82802024-10-09T22:10:10.086Z[ recovery-image] Oct 09 22:10:08.526 INFO O| Oct 09 22:10:08.526 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 ...
82812024-10-09T22:10:10.089Z[ recovery-image] Oct 09 22:10:08.527 INFO O| Oct 09 22:10:08.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82822024-10-09T22:10:10.089Z[ recovery-image] Oct 09 22:10:08.527 INFO O| Oct 09 22:10:08.527 INFO ok!
82832024-10-09T22:10:10.089Z[ recovery-image] Oct 09 22:10:08.527 INFO O| Oct 09 22:10:08.527 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82842024-10-09T22:10:10.089Z[ recovery-image] Oct 09 22:10:08.528 INFO O| Oct 09 22:10:08.528 INFO STEP 95 (seed_smf) COMPLETE
82852024-10-09T22:10:10.089Z[ recovery-image] Oct 09 22:10:08.528 INFO O| Oct 09 22:10:08.528 INFO steps complete; finalising image!
82862024-10-09T22:10:10.089Z[ recovery-image] Oct 09 22:10:08.528 INFO O| Oct 09 22:10:08.528 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82872024-10-09T22:10:10.120Z[ recovery-image] Oct 09 22:10:08.560 INFO O| Oct 09 22:10:08.560 INFO trim TEMPORARY-gimlet-zfs-recovery: (6% trimmed, started at Wed Oct 9 22:10:08 2024)
82882024-10-09T22:10:10.330Z[ recovery-image] Oct 09 22:10:08.770 INFO O| Oct 09 22:10:08.770 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Wed Oct 9 22:10:08 2024)
82892024-10-09T22:10:10.555Z[ recovery-image] Oct 09 22:10:08.994 INFO O| Oct 09 22:10:08.994 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
82902024-10-09T22:10:10.555Z[ recovery-image] Oct 09 22:10:08.994 INFO O| Oct 09 22:10:08.994 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82912024-10-09T22:10:10.791Z[ recovery-image] Oct 09 22:10:09.231 INFO O| Oct 09 22:10:09.231 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
82922024-10-09T22:10:10.791Z[ recovery-image] Oct 09 22:10:09.231 INFO O| Oct 09 22:10:09.231 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82932024-10-09T22:10:13.914Z[ recovery-image] Oct 09 22:10:12.353 INFO O| Oct 09 22:10:12.353 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82942024-10-09T22:10:13.914Z[ recovery-image] Oct 09 22:10:12.353 INFO O| Oct 09 22:10:12.353 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82952024-10-09T22:10:13.917Z[ recovery-image] Oct 09 22:10:12.353 INFO O| Oct 09 22:10:12.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82962024-10-09T22:10:13.917Z[ recovery-image] Oct 09 22:10:12.353 INFO O| Oct 09 22:10:12.353 INFO completed processing gimlet/zfs-recovery
82972024-10-09T22:10:13.917Z[ recovery-image] Oct 09 22:10:12.353 INFO O| Oct 09 22:10:12.353 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82982024-10-09T22:10:14.183Z[ recovery-image] Oct 09 22:10:12.622 INFO O| Oct 09 22:10:12.622 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82992024-10-09T22:10:14.260Z[ recovery-image] Oct 09 22:10:12.700 INFO BUILD STRING "heads/stlouis-0-gf7ed5cf2b2\n"
83002024-10-09T22:10:14.263Z[ recovery-image] Oct 09 22:10:12.700 INFO expanded image name: "recovery 6323462/${os_short_commit} 2024-10-09 21:42" -> "recovery 6323462/f7ed5cf 2024-10-09 21:42"
83012024-10-09T22:10:14.263Z[ recovery-image] Oct 09 22:10:12.700 INFO output artefacts stored in: "/work/os-recovery"
83022024-10-09T22:10:14.263Z[ recovery-image] Oct 09 22:10:12.700 INFO collecting git info from project "bootserver"...
83032024-10-09T22:10:14.271Z[ recovery-image] Oct 09 22:10:12.710 INFO collecting git info from project "pinprick"...
83042024-10-09T22:10:14.276Z[ recovery-image] Oct 09 22:10:12.716 INFO collecting git info from project "phbl"...
83052024-10-09T22:10:14.282Z[ recovery-image] Oct 09 22:10:12.722 INFO collecting git info from project "amd-firmware"...
83062024-10-09T22:10:14.395Z[ recovery-image] Oct 09 22:10:12.835 INFO collecting git info from project "image-builder"...
83072024-10-09T22:10:14.401Z[ recovery-image] Oct 09 22:10:12.841 INFO collecting git info from project "chelsio-t6-roms"...
83082024-10-09T22:10:14.422Z[ recovery-image] Oct 09 22:10:12.862 INFO collecting git info from project "amd-host-image-builder"...
83092024-10-09T22:10:14.505Z[ recovery-image] Oct 09 22:10:12.944 INFO collecting git info from project "pilot"...
83102024-10-09T22:10:14.516Z[ recovery-image] Oct 09 22:10:12.955 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83112024-10-09T22:10:14.867Z[ recovery-image] Oct 09 22:10:13.306 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83122024-10-09T22:10:15.209Z[ recovery-image] Oct 09 22:10:13.648 INFO creating Oxide boot image...
83132024-10-09T22:10:15.209Z[ recovery-image] Oct 09 22:10:13.648 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 6323462/f7ed5cf 2024-10-09 21:42", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83142024-10-09T22:10:52.485Z[ host-image] Oct 09 22:10:50.920 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22957:20241009T112051Z
83152024-10-09T22:10:52.487Z[ host-image] Oct 09 22:10:50.920 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22957:20241009T112051Z
83162024-10-09T22:10:52.488Z[ host-image] Oct 09 22:10:50.920 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83172024-10-09T22:10:52.488Z[ host-image] Oct 09 22:10:50.920 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83182024-10-09T22:10:52.488Z[ host-image] Oct 09 22:10:50.921 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83192024-10-09T22:10:52.488Z[ host-image] Oct 09 22:10:50.921 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83202024-10-09T22:10:52.488Z[ host-image] Oct 09 22:10:50.922 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83212024-10-09T22:10:52.488Z[ host-image] Oct 09 22:10:50.922 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83222024-10-09T22:10:52.488Z[ host-image] Oct 09 22:10:50.922 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83232024-10-09T22:10:52.488Z[ host-image] Oct 09 22:10:50.922 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83242024-10-09T22:10:52.488Z[ host-image] Oct 09 22:10:50.922 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22957:20241009T112051Z
83252024-10-09T22:10:52.491Z[ host-image] Oct 09 22:10:50.924 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22957:20241009T112052Z
83262024-10-09T22:10:52.491Z[ host-image] Oct 09 22:10:50.924 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22957:20241009T112052Z
83272024-10-09T22:10:52.491Z[ host-image] Oct 09 22:10:50.925 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22957:20241009T112052Z
83282024-10-09T22:10:52.491Z[ host-image] Oct 09 22:10:50.925 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83292024-10-09T22:10:52.491Z[ host-image] Oct 09 22:10:50.926 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22957:20241009T112053Z
83302024-10-09T22:10:52.491Z[ host-image] Oct 09 22:10:50.927 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22957:20241009T112053Z
83312024-10-09T22:10:52.491Z[ host-image] Oct 09 22:10:50.927 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22957:20241009T112053Z
83322024-10-09T22:10:52.492Z[ host-image] Oct 09 22:10:50.927 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22957:20241009T112053Z
83332024-10-09T22:10:52.492Z[ host-image] Oct 09 22:10:50.927 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22957:20241009T112054Z
83342024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.927 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22957:20241009T112054Z
83352024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.927 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22957:20241009T112054Z
83362024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.927 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22957:20241009T112055Z
83372024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.927 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22957:20241009T112055Z
83382024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.928 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22957:20241009T112056Z
83392024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.928 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22957:20241009T112057Z
83402024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.928 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22957:20241009T112058Z
83412024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.928 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22957:20241009T112059Z
83422024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.928 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83432024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.928 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22957:20241009T112100Z
83442024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.928 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22957:20241009T112102Z
83452024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.928 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22957:20241009T112103Z
83462024-10-09T22:10:52.494Z[ host-image] Oct 09 22:10:50.929 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22957:20241009T112103Z
83472024-10-09T22:10:52.495Z[ host-image] Oct 09 22:10:50.930 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22957:20241009T112105Z
83482024-10-09T22:10:52.495Z[ host-image] Oct 09 22:10:50.930 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22957:20241009T112105Z
83492024-10-09T22:10:52.503Z[ host-image] Oct 09 22:10:50.939 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83502024-10-09T22:10:52.506Z[ host-image] Oct 09 22:10:50.939 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22957:20241009T112105Z
83512024-10-09T22:10:52.506Z[ host-image] Oct 09 22:10:50.939 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83522024-10-09T22:10:52.506Z[ host-image] Oct 09 22:10:50.939 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83532024-10-09T22:10:52.506Z[ host-image] Oct 09 22:10:50.940 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83542024-10-09T22:10:52.506Z[ host-image] Oct 09 22:10:50.940 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22957:20241009T112105Z
83552024-10-09T22:10:52.506Z[ host-image] Oct 09 22:10:50.940 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83562024-10-09T22:10:52.506Z[ host-image] Oct 09 22:10:50.941 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83572024-10-09T22:10:52.509Z[ host-image] Oct 09 22:10:50.942 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83582024-10-09T22:10:52.509Z[ host-image] Oct 09 22:10:50.942 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83592024-10-09T22:10:52.519Z[ host-image] Oct 09 22:10:50.955 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83602024-10-09T22:10:52.519Z[ host-image] Oct 09 22:10:50.955 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83612024-10-09T22:10:52.521Z[ host-image] Oct 09 22:10:50.955 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83622024-10-09T22:10:52.521Z[ host-image] Oct 09 22:10:50.955 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83632024-10-09T22:10:52.522Z[ host-image] Oct 09 22:10:50.956 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83642024-10-09T22:10:52.522Z[ host-image] Oct 09 22:10:50.956 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83652024-10-09T22:10:52.557Z[ host-image] Oct 09 22:10:50.992 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83662024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.993 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83672024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.993 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83682024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.994 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22957:20241009T112107Z
83692024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.994 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22957:20241009T112113Z
83702024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.994 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83712024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.994 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22957:20241009T112113Z
83722024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.994 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83732024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.994 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83742024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.995 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83752024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.995 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22957:20241009T112113Z
83762024-10-09T22:10:52.559Z[ host-image] Oct 09 22:10:50.995 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83772024-10-09T22:10:52.564Z[ host-image] Oct 09 22:10:50.999 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83782024-10-09T22:10:52.566Z[ host-image] Oct 09 22:10:51.000 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83792024-10-09T22:10:52.566Z[ host-image] Oct 09 22:10:51.000 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83802024-10-09T22:10:52.566Z[ host-image] Oct 09 22:10:51.000 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22957:20241009T112114Z
83812024-10-09T22:10:52.566Z[ host-image] Oct 09 22:10:51.000 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83822024-10-09T22:10:52.580Z[ host-image] Oct 09 22:10:51.015 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83832024-10-09T22:10:52.582Z[ host-image] Oct 09 22:10:51.015 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22957:20241009T112114Z
83842024-10-09T22:10:52.583Z[ host-image] Oct 09 22:10:51.018 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22957:20241009T112114Z
83852024-10-09T22:10:52.583Z[ host-image] Oct 09 22:10:51.018 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22957:20241009T112114Z
83862024-10-09T22:10:52.583Z[ host-image] Oct 09 22:10:51.018 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83872024-10-09T22:10:52.586Z[ host-image] Oct 09 22:10:51.019 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22957:20241009T112116Z
83882024-10-09T22:10:52.586Z[ host-image] Oct 09 22:10:51.019 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22957:20241009T112116Z
83892024-10-09T22:10:52.586Z[ host-image] Oct 09 22:10:51.019 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22957:20241009T112116Z
83902024-10-09T22:10:52.586Z[ host-image] Oct 09 22:10:51.020 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22957:20241009T112116Z
83912024-10-09T22:10:52.588Z[ host-image] Oct 09 22:10:51.023 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83922024-10-09T22:10:52.588Z[ host-image] Oct 09 22:10:51.024 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22957:20241009T112117Z
83932024-10-09T22:10:52.591Z[ host-image] Oct 09 22:10:51.024 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22957:20241009T112118Z
83942024-10-09T22:10:52.591Z[ host-image] Oct 09 22:10:51.025 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83952024-10-09T22:10:52.591Z[ host-image] Oct 09 22:10:51.025 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22957:20241009T112118Z
83962024-10-09T22:10:52.591Z[ host-image] Oct 09 22:10:51.025 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22957:20241009T112118Z
83972024-10-09T22:10:52.591Z[ host-image] Oct 09 22:10:51.025 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22957:20241009T112118Z
83982024-10-09T22:10:52.591Z[ host-image] Oct 09 22:10:51.026 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22957:20241009T112118Z
83992024-10-09T22:10:52.599Z[ host-image] Oct 09 22:10:51.034 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22957:20241009T112119Z
84002024-10-09T22:10:52.601Z[ host-image] Oct 09 22:10:51.034 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84012024-10-09T22:10:52.601Z[ host-image] Oct 09 22:10:51.036 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22957:20241009T112119Z
84022024-10-09T22:10:52.604Z[ host-image] Oct 09 22:10:51.038 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22957:20241009T112119Z
84032024-10-09T22:10:52.604Z[ host-image] Oct 09 22:10:51.038 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22957:20241009T112119Z
84042024-10-09T22:10:52.604Z[ host-image] Oct 09 22:10:51.038 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22957:20241009T112119Z
84052024-10-09T22:10:52.604Z[ host-image] Oct 09 22:10:51.039 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22957:20241009T112119Z
84062024-10-09T22:10:52.604Z[ host-image] Oct 09 22:10:51.039 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22957:20241009T112120Z
84072024-10-09T22:10:52.614Z[ host-image] Oct 09 22:10:51.049 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22957:20241009T112121Z
84082024-10-09T22:10:52.616Z[ host-image] Oct 09 22:10:51.049 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22957:20241009T112120Z
84092024-10-09T22:10:52.616Z[ host-image] Oct 09 22:10:51.050 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22957:20241009T112120Z
84102024-10-09T22:10:52.616Z[ host-image] Oct 09 22:10:51.051 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22957:20241009T112121Z
84112024-10-09T22:10:52.616Z[ host-image] Oct 09 22:10:51.051 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22957:20241009T112121Z
84122024-10-09T22:10:52.638Z[ host-image] Oct 09 22:10:51.073 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22957:20241009T112124Z
84132024-10-09T22:10:52.640Z[ host-image] Oct 09 22:10:51.073 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22957:20241009T112121Z
84142024-10-09T22:10:52.640Z[ host-image] Oct 09 22:10:51.073 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22957:20241009T112121Z
84152024-10-09T22:10:52.640Z[ host-image] Oct 09 22:10:51.074 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84162024-10-09T22:10:52.640Z[ host-image] Oct 09 22:10:51.074 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84172024-10-09T22:10:52.668Z[ host-image] Oct 09 22:10:51.103 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22957:20241009T112121Z
84182024-10-09T22:10:52.670Z[ host-image] Oct 09 22:10:51.104 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84192024-10-09T22:10:52.670Z[ host-image] Oct 09 22:10:51.104 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22957:20241009T112122Z
84202024-10-09T22:10:52.670Z[ host-image] Oct 09 22:10:51.104 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22957:20241009T112122Z
84212024-10-09T22:10:52.670Z[ host-image] Oct 09 22:10:51.105 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22957:20241009T112122Z
84222024-10-09T22:10:52.670Z[ host-image] Oct 09 22:10:51.105 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84232024-10-09T22:10:52.670Z[ host-image] Oct 09 22:10:51.106 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84242024-10-09T22:10:52.673Z[ host-image] Oct 09 22:10:51.106 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22957:20241009T112123Z
84252024-10-09T22:10:52.673Z[ host-image] Oct 09 22:10:51.107 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22957:20241009T112123Z
84262024-10-09T22:10:52.673Z[ host-image] Oct 09 22:10:51.107 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22957:20241009T112123Z
84272024-10-09T22:10:52.673Z[ host-image] Oct 09 22:10:51.107 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22957:20241009T112123Z
84282024-10-09T22:10:52.673Z[ host-image] Oct 09 22:10:51.107 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22957:20241009T112124Z
84292024-10-09T22:10:52.673Z[ host-image] Oct 09 22:10:51.107 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22957:20241009T112124Z
84302024-10-09T22:10:52.676Z[ host-image] Oct 09 22:10:51.110 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84312024-10-09T22:10:52.676Z[ host-image] Oct 09 22:10:51.111 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22957:20241009T112124Z
84322024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.112 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22957:20241009T112124Z
84332024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.112 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22957:20241009T112125Z
84342024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.113 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22957:20241009T112126Z
84352024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.113 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22957:20241009T112125Z
84362024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.113 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22957:20241009T112125Z
84372024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.113 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84382024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.113 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84392024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.114 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22957:20241009T112127Z
84402024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.114 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22957:20241009T112128Z
84412024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.114 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84422024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.114 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84432024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.114 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84442024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.114 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84452024-10-09T22:10:52.679Z[ host-image] Oct 09 22:10:51.114 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84462024-10-09T22:10:52.682Z[ host-image] Oct 09 22:10:51.115 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84472024-10-09T22:10:52.682Z[ host-image] Oct 09 22:10:51.117 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84482024-10-09T22:10:52.682Z[ host-image] Oct 09 22:10:51.117 INFO O| tempdir @ "/tmp/.tmpsjnthv/tmp"
84492024-10-09T22:10:52.682Z[ host-image] Oct 09 22:10:51.117 INFO O| image root @ "/tmp/.tmpsjnthv/tmp/root"
84502024-10-09T22:10:52.682Z[ host-image] Oct 09 22:10:51.117 INFO O| creating image...
84512024-10-09T22:10:53.173Z[ host-image] Oct 09 22:10:51.608 INFO O| copying publishers...
84522024-10-09T22:11:01.460Z[ host-image] Oct 09 22:10:59.894 INFO O| adding properties...
84532024-10-09T22:11:02.471Z[ host-image] Oct 09 22:11:00.905 INFO O| installing packages...
84542024-10-09T22:11:10.624Z[ recovery-image] Oct 09 22:11:09.057 INFO O| ok, image written!
84552024-10-09T22:11:10.624Z[ recovery-image] Oct 09 22:11:09.057 INFO O| ok, boot_image_csum file written!
84562024-10-09T22:11:10.628Z[ recovery-image] Oct 09 22:11:09.062 INFO creating boot archive (CPIO)...
84572024-10-09T22:11:10.629Z[ recovery-image] Oct 09 22:11:09.062 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
84582024-10-09T22:11:10.637Z[ recovery-image] Oct 09 22:11:09.071 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84592024-10-09T22:11:10.637Z[ recovery-image] Oct 09 22:11:09.071 INFO E| + outfile=/work/os-recovery/cpio
84602024-10-09T22:11:10.637Z[ recovery-image] Oct 09 22:11:09.071 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84612024-10-09T22:11:10.641Z[ recovery-image] Oct 09 22:11:09.073 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84622024-10-09T22:11:10.642Z[ recovery-image] Oct 09 22:11:09.073 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84632024-10-09T22:11:10.671Z[ recovery-image] Oct 09 22:11:09.104 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84642024-10-09T22:11:10.671Z[ recovery-image] Oct 09 22:11:09.104 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84652024-10-09T22:11:10.678Z[ recovery-image] Oct 09 22:11:09.111 INFO creating compressed cpio/unix for nanobl-rs...
84662024-10-09T22:11:10.681Z[ recovery-image] Oct 09 22:11:09.112 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
84672024-10-09T22:11:10.957Z[ recovery-image] Oct 09 22:11:09.391 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84682024-10-09T22:11:15.332Z[ recovery-image] Oct 09 22:11:13.765 INFO creating reset image...
84692024-10-09T22:11:15.334Z[ recovery-image] Oct 09 22:11:13.765 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84702024-10-09T22:11:15.563Z[ recovery-image] Oct 09 22:11:13.996 INFO E| Updating crates.io index
84712024-10-09T22:11:15.656Z[ recovery-image] Oct 09 22:11:14.089 INFO E| Downloading crates ...
84722024-10-09T22:11:15.733Z[ recovery-image] Oct 09 22:11:14.166 INFO E| Downloaded anstyle-parse v0.2.5
84732024-10-09T22:11:15.737Z[ recovery-image] Oct 09 22:11:14.169 INFO E| Downloaded shared_child v1.0.1
84742024-10-09T22:11:15.743Z[ recovery-image] Oct 09 22:11:14.175 INFO E| Downloaded clap_lex v0.7.2
84752024-10-09T22:11:15.745Z[ recovery-image] Oct 09 22:11:14.177 INFO E| Downloaded colorchoice v1.0.2
84762024-10-09T22:11:15.745Z[ recovery-image] Oct 09 22:11:14.178 INFO E| Downloaded duct v0.13.7
84772024-10-09T22:11:15.748Z[ recovery-image] Oct 09 22:11:14.180 INFO E| Downloaded anstyle-query v1.1.1
84782024-10-09T22:11:15.750Z[ recovery-image] Oct 09 22:11:14.181 INFO E| Downloaded clap v4.5.17
84792024-10-09T22:11:15.757Z[ recovery-image] Oct 09 22:11:14.190 INFO E| Downloaded utf8parse v0.2.2
84802024-10-09T22:11:15.760Z[ recovery-image] Oct 09 22:11:14.191 INFO E| Downloaded os_pipe v1.2.1
84812024-10-09T22:11:15.760Z[ recovery-image] Oct 09 22:11:14.192 INFO E| Downloaded is_terminal_polyfill v1.70.1
84822024-10-09T22:11:15.763Z[ recovery-image] Oct 09 22:11:14.194 INFO E| Downloaded anstream v0.6.15
84832024-10-09T22:11:15.774Z[ recovery-image] Oct 09 22:11:14.207 INFO E| Downloaded clap_builder v4.5.17
84842024-10-09T22:11:15.809Z[ recovery-image] Oct 09 22:11:14.242 INFO E| Downloaded libc v0.2.158
84852024-10-09T22:11:15.883Z[ recovery-image] Oct 09 22:11:14.316 INFO E| Compiling proc-macro2 v1.0.86
84862024-10-09T22:11:15.884Z[ recovery-image] Oct 09 22:11:14.316 INFO E| Compiling unicode-ident v1.0.13
84872024-10-09T22:11:15.884Z[ recovery-image] Oct 09 22:11:14.316 INFO E| Compiling libc v0.2.158
84882024-10-09T22:11:15.888Z[ recovery-image] Oct 09 22:11:14.316 INFO E| Compiling utf8parse v0.2.2
84892024-10-09T22:11:15.888Z[ recovery-image] Oct 09 22:11:14.316 INFO E| Compiling anstyle-query v1.1.1
84902024-10-09T22:11:15.888Z[ recovery-image] Oct 09 22:11:14.317 INFO E| Compiling anstyle v1.0.8
84912024-10-09T22:11:15.888Z[ recovery-image] Oct 09 22:11:14.317 INFO E| Compiling is_terminal_polyfill v1.70.1
84922024-10-09T22:11:15.888Z[ recovery-image] Oct 09 22:11:14.317 INFO E| Compiling colorchoice v1.0.2
84932024-10-09T22:11:16.050Z[ recovery-image] Oct 09 22:11:14.482 INFO E| Compiling anstyle-parse v0.2.5
84942024-10-09T22:11:16.082Z[ recovery-image] Oct 09 22:11:14.513 INFO E| Compiling strsim v0.11.1
84952024-10-09T22:11:16.102Z[ recovery-image] Oct 09 22:11:14.535 INFO E| Compiling heck v0.5.0
84962024-10-09T22:11:16.106Z[ recovery-image] Oct 09 22:11:14.538 INFO E| Compiling clap_lex v0.7.2
84972024-10-09T22:11:16.127Z[ recovery-image] Oct 09 22:11:14.559 INFO E| Compiling once_cell v1.19.0
84982024-10-09T22:11:16.346Z[ recovery-image] Oct 09 22:11:14.778 INFO E| Compiling anstream v0.6.15
84992024-10-09T22:11:16.697Z[ recovery-image] Oct 09 22:11:15.129 INFO E| Compiling clap_builder v4.5.17
85002024-10-09T22:11:17.098Z[ recovery-image] Oct 09 22:11:15.530 INFO E| Compiling shared_child v1.0.1
85012024-10-09T22:11:17.098Z[ recovery-image] Oct 09 22:11:15.530 INFO E| Compiling os_pipe v1.2.1
85022024-10-09T22:11:17.240Z[ recovery-image] Oct 09 22:11:15.673 INFO E| Compiling duct v0.13.7
85032024-10-09T22:11:17.299Z[ recovery-image] Oct 09 22:11:15.731 INFO E| Compiling quote v1.0.37
85042024-10-09T22:11:17.585Z[ recovery-image] Oct 09 22:11:16.018 INFO E| Compiling syn v2.0.77
85052024-10-09T22:11:20.654Z[ host-image] Oct 09 22:11:19.086 INFO O| seeding SMF database...
85062024-10-09T22:11:21.551Z[ recovery-image] Oct 09 22:11:19.983 INFO E| Compiling clap_derive v4.5.13
85072024-10-09T22:11:23.361Z[ recovery-image] Oct 09 22:11:21.792 INFO E| Compiling clap v4.5.17
85082024-10-09T22:11:23.412Z[ recovery-image] Oct 09 22:11:21.844 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85092024-10-09T22:11:24.415Z[ recovery-image] Oct 09 22:11:22.846 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
85102024-10-09T22:11:24.425Z[ recovery-image] Oct 09 22:11:22.857 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85112024-10-09T22:11:24.544Z[ recovery-image] Oct 09 22:11:22.976 INFO E| Updating crates.io index
85122024-10-09T22:11:24.610Z[ recovery-image] Oct 09 22:11:23.041 INFO E| Downloading crates ...
85132024-10-09T22:11:24.654Z[ recovery-image] Oct 09 22:11:23.086 INFO E| Downloaded bitstruct v0.1.1
85142024-10-09T22:11:24.668Z[ recovery-image] Oct 09 22:11:23.100 INFO E| Downloaded bitstruct_derive v0.1.0
85152024-10-09T22:11:24.675Z[ recovery-image] Oct 09 22:11:23.107 INFO E| Downloaded seq-macro v0.3.5
85162024-10-09T22:11:24.678Z[ recovery-image] Oct 09 22:11:23.109 INFO E| Downloaded cpio_reader v0.1.1
85172024-10-09T22:11:24.678Z[ recovery-image] Oct 09 22:11:23.110 INFO E| Downloaded bit_field v0.10.2
85182024-10-09T22:11:24.682Z[ recovery-image] Oct 09 22:11:23.114 INFO E| Downloaded raw-cpuid v10.7.0
85192024-10-09T22:11:24.779Z[ recovery-image] Oct 09 22:11:23.210 INFO E| Downloaded x86 v0.52.0
85202024-10-09T22:11:24.837Z[ recovery-image] Oct 09 22:11:23.269 INFO E| Updating crates.io index
85212024-10-09T22:11:24.947Z[ recovery-image] Oct 09 22:11:23.379 INFO E| Downloading crates ...
85222024-10-09T22:11:25.015Z[ recovery-image] Oct 09 22:11:23.447 INFO E| Downloaded compiler_builtins v0.1.125
85232024-10-09T22:11:25.084Z[ recovery-image] Oct 09 22:11:23.515 INFO E| Compiling compiler_builtins v0.1.125
85242024-10-09T22:11:25.084Z[ recovery-image] Oct 09 22:11:23.515 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85252024-10-09T22:11:25.084Z[ recovery-image] Oct 09 22:11:23.515 INFO E| Compiling proc-macro2 v1.0.86
85262024-10-09T22:11:25.084Z[ recovery-image] Oct 09 22:11:23.515 INFO E| Compiling unicode-ident v1.0.13
85272024-10-09T22:11:25.087Z[ recovery-image] Oct 09 22:11:23.515 INFO E| Compiling syn v1.0.109
85282024-10-09T22:11:25.087Z[ recovery-image] Oct 09 22:11:23.516 INFO E| Compiling x86 v0.52.0
85292024-10-09T22:11:25.087Z[ recovery-image] Oct 09 22:11:23.516 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85302024-10-09T22:11:25.090Z[ recovery-image] Oct 09 22:11:23.522 INFO E| Compiling seq-macro v0.3.5
85312024-10-09T22:11:26.227Z[ recovery-image] Oct 09 22:11:24.659 INFO E| Compiling quote v1.0.37
85322024-10-09T22:11:26.492Z[ recovery-image] Oct 09 22:11:24.923 INFO E| Compiling syn v2.0.77
85332024-10-09T22:11:28.870Z[ recovery-image] Oct 09 22:11:27.301 INFO E| Compiling scroll_derive v0.12.0
85342024-10-09T22:11:29.002Z[ host-image] Oct 09 22:11:27.433 INFO O| configuring SMF profile...
85352024-10-09T22:11:29.004Z[ host-image] Oct 09 22:11:27.433 INFO O| modifying shadow(5)...
85362024-10-09T22:11:29.004Z[ host-image] Oct 09 22:11:27.433 INFO O| loading user and group database...
85372024-10-09T22:11:29.004Z[ host-image] Oct 09 22:11:27.433 INFO O| assessing packaged files...
85382024-10-09T22:11:31.278Z[ recovery-image] Oct 09 22:11:29.708 INFO E| Compiling bitstruct_derive v0.1.0
85392024-10-09T22:11:31.768Z[ host-image] Oct 09 22:11:30.199 INFO O| creating archive...
85402024-10-09T22:11:31.801Z[ host-image] Oct 09 22:11:30.232 INFO O| missing from packaging:
85412024-10-09T22:11:31.801Z[ host-image] Oct 09 22:11:30.232 INFO O| "etc/.pwd.lock"
85422024-10-09T22:11:31.804Z[ host-image] Oct 09 22:11:30.232 INFO O| "etc/bash"
85432024-10-09T22:11:31.807Z[ host-image] Oct 09 22:11:30.237 INFO O| "etc/svc/profile/generic.xml"
85442024-10-09T22:11:31.807Z[ host-image] Oct 09 22:11:30.237 INFO O| "etc/svc/profile/inetd_services.xml"
85452024-10-09T22:11:31.807Z[ host-image] Oct 09 22:11:30.237 INFO O| "etc/svc/profile/name_service.xml"
85462024-10-09T22:11:31.807Z[ host-image] Oct 09 22:11:30.237 INFO O| "etc/svc/profile/platform.xml"
85472024-10-09T22:11:31.807Z[ host-image] Oct 09 22:11:30.237 INFO O| "etc/svc/profile/platform_omicron1.xml"
85482024-10-09T22:11:31.807Z[ host-image] Oct 09 22:11:30.237 INFO O| "etc/svc/repository.db"
85492024-10-09T22:11:31.815Z[ host-image] Oct 09 22:11:30.246 INFO O| "opt/ooce/share"
85502024-10-09T22:11:31.815Z[ host-image] Oct 09 22:11:30.246 INFO O| "opt/ooce/share/man"
85512024-10-09T22:11:31.815Z[ host-image] Oct 09 22:11:30.246 INFO O| "opt/ooce/share/man/man1"
85522024-10-09T22:11:31.825Z[ host-image] Oct 09 22:11:30.256 INFO O| finishing archive...
85532024-10-09T22:11:34.638Z[ host-image] Oct 09 22:11:33.068 INFO O| creating gzonly manifest...
85542024-10-09T22:11:34.650Z[ host-image] Oct 09 22:11:33.080 INFO O| ok
85552024-10-09T22:11:34.754Z[ host-image] Oct 09 22:11:33.184 INFO image builder template: ramdisk-02-trim...
85562024-10-09T22:11:34.754Z[ host-image] Oct 09 22:11:33.184 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/.tmpmFhPjs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85572024-10-09T22:11:34.778Z[ host-image] Oct 09 22:11:33.208 INFO O| Oct 09 22:11:33.208 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85582024-10-09T22:11:34.782Z[ host-image] Oct 09 22:11:33.212 INFO O| Oct 09 22:11:33.212 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85592024-10-09T22:11:34.896Z[ host-image] Oct 09 22:11:33.327 INFO O| Oct 09 22:11:33.327 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85602024-10-09T22:11:34.959Z[ host-image] Oct 09 22:11:33.389 INFO O| Oct 09 22:11:33.389 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85612024-10-09T22:11:34.959Z[ host-image] Oct 09 22:11:33.390 INFO O| Oct 09 22:11:33.390 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85622024-10-09T22:11:34.965Z[ host-image] Oct 09 22:11:33.395 INFO O| Oct 09 22:11:33.395 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85632024-10-09T22:11:34.969Z[ host-image] Oct 09 22:11:33.400 INFO O| Oct 09 22:11:33.399 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85642024-10-09T22:11:34.974Z[ host-image] Oct 09 22:11:33.405 INFO O| Oct 09 22:11:33.404 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85652024-10-09T22:11:35.229Z[ host-image] Oct 09 22:11:33.660 INFO O| Oct 09 22:11:33.660 INFO rolled back to input snapshot; work may begin
85662024-10-09T22:11:35.232Z[ host-image] Oct 09 22:11:33.660 INFO O| Oct 09 22:11:33.660 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85672024-10-09T22:11:35.235Z[ host-image] Oct 09 22:11:33.665 INFO O| Oct 09 22:11:33.665 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-10-09T22:11:35.245Z[ host-image] Oct 09 22:11:33.676 INFO O| Oct 09 22:11:33.676 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85692024-10-09T22:11:35.295Z[ host-image] Oct 09 22:11:33.726 INFO O| Oct 09 22:11:33.726 INFO STEP 0 (remove_files) COMPLETE
85702024-10-09T22:11:35.295Z[ host-image] Oct 09 22:11:33.726 INFO O| Oct 09 22:11:33.726 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-10-09T22:11:35.306Z[ host-image] Oct 09 22:11:33.737 INFO O| Oct 09 22:11:33.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85722024-10-09T22:11:35.309Z[ host-image] Oct 09 22:11:33.739 INFO O| Oct 09 22:11:33.739 INFO STEP 1 (remove_files) COMPLETE
85732024-10-09T22:11:35.309Z[ host-image] Oct 09 22:11:33.739 INFO O| Oct 09 22:11:33.739 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-10-09T22:11:35.318Z[ host-image] Oct 09 22:11:33.749 INFO O| Oct 09 22:11:33.749 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85752024-10-09T22:11:35.332Z[ host-image] Oct 09 22:11:33.763 INFO O| Oct 09 22:11:33.763 INFO STEP 2 (remove_files) COMPLETE
85762024-10-09T22:11:35.332Z[ host-image] Oct 09 22:11:33.763 INFO O| Oct 09 22:11:33.763 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-10-09T22:11:35.342Z[ host-image] Oct 09 22:11:33.773 INFO O| Oct 09 22:11:33.773 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85782024-10-09T22:11:35.344Z[ host-image] Oct 09 22:11:33.774 INFO O| Oct 09 22:11:33.774 INFO STEP 3 (remove_files) COMPLETE
85792024-10-09T22:11:35.344Z[ host-image] Oct 09 22:11:33.774 INFO O| Oct 09 22:11:33.774 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-10-09T22:11:35.353Z[ host-image] Oct 09 22:11:33.784 INFO O| Oct 09 22:11:33.784 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85812024-10-09T22:11:35.357Z[ host-image] Oct 09 22:11:33.788 INFO O| Oct 09 22:11:33.788 INFO STEP 4 (remove_files) COMPLETE
85822024-10-09T22:11:35.357Z[ host-image] Oct 09 22:11:33.788 INFO O| Oct 09 22:11:33.788 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-10-09T22:11:35.367Z[ host-image] Oct 09 22:11:33.797 INFO O| Oct 09 22:11:33.797 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85842024-10-09T22:11:35.369Z[ host-image] Oct 09 22:11:33.800 INFO O| Oct 09 22:11:33.800 INFO STEP 5 (remove_files) COMPLETE
85852024-10-09T22:11:35.369Z[ host-image] Oct 09 22:11:33.800 INFO O| Oct 09 22:11:33.800 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-10-09T22:11:35.379Z[ host-image] Oct 09 22:11:33.809 INFO O| Oct 09 22:11:33.809 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85872024-10-09T22:11:35.388Z[ host-image] Oct 09 22:11:33.819 INFO O| Oct 09 22:11:33.819 INFO STEP 6 (remove_files) COMPLETE
85882024-10-09T22:11:35.388Z[ host-image] Oct 09 22:11:33.819 INFO O| Oct 09 22:11:33.819 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-10-09T22:11:35.398Z[ host-image] Oct 09 22:11:33.829 INFO O| Oct 09 22:11:33.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85902024-10-09T22:11:35.410Z[ host-image] Oct 09 22:11:33.840 INFO O| Oct 09 22:11:33.840 INFO STEP 7 (remove_files) COMPLETE
85912024-10-09T22:11:35.410Z[ host-image] Oct 09 22:11:33.840 INFO O| Oct 09 22:11:33.840 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-10-09T22:11:35.419Z[ host-image] Oct 09 22:11:33.850 INFO O| Oct 09 22:11:33.850 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85932024-10-09T22:11:35.493Z[ host-image] Oct 09 22:11:33.923 INFO O| Oct 09 22:11:33.923 INFO STEP 8 (remove_files) COMPLETE
85942024-10-09T22:11:35.493Z[ host-image] Oct 09 22:11:33.923 INFO O| Oct 09 22:11:33.923 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-10-09T22:11:35.503Z[ host-image] Oct 09 22:11:33.934 INFO O| Oct 09 22:11:33.934 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85962024-10-09T22:11:35.582Z[ host-image] Oct 09 22:11:34.012 INFO O| Oct 09 22:11:34.012 INFO STEP 9 (remove_files) COMPLETE
85972024-10-09T22:11:35.582Z[ host-image] Oct 09 22:11:34.012 INFO O| Oct 09 22:11:34.012 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-10-09T22:11:35.593Z[ host-image] Oct 09 22:11:34.023 INFO O| Oct 09 22:11:34.023 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85992024-10-09T22:11:35.596Z[ host-image] Oct 09 22:11:34.027 INFO O| Oct 09 22:11:34.027 INFO STEP 10 (remove_files) COMPLETE
86002024-10-09T22:11:35.596Z[ host-image] Oct 09 22:11:34.027 INFO O| Oct 09 22:11:34.027 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-10-09T22:11:35.606Z[ host-image] Oct 09 22:11:34.036 INFO O| Oct 09 22:11:34.036 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86022024-10-09T22:11:35.608Z[ host-image] Oct 09 22:11:34.037 INFO O| Oct 09 22:11:34.037 INFO STEP 11 (remove_files) COMPLETE
86032024-10-09T22:11:35.608Z[ host-image] Oct 09 22:11:34.037 INFO O| Oct 09 22:11:34.037 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-10-09T22:11:35.616Z[ host-image] Oct 09 22:11:34.047 INFO O| Oct 09 22:11:34.047 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86052024-10-09T22:11:35.619Z[ host-image] Oct 09 22:11:34.048 INFO O| Oct 09 22:11:34.048 INFO STEP 12 (remove_files) COMPLETE
86062024-10-09T22:11:35.619Z[ host-image] Oct 09 22:11:34.048 INFO O| Oct 09 22:11:34.048 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-10-09T22:11:35.628Z[ host-image] Oct 09 22:11:34.059 INFO O| Oct 09 22:11:34.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86082024-10-09T22:11:35.642Z[ host-image] Oct 09 22:11:34.072 INFO O| Oct 09 22:11:34.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86092024-10-09T22:11:35.642Z[ host-image] Oct 09 22:11:34.072 INFO O| Oct 09 22:11:34.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86102024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.072 INFO O| Oct 09 22:11:34.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86112024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.072 INFO O| Oct 09 22:11:34.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86122024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.073 INFO O| Oct 09 22:11:34.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86132024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.073 INFO O| Oct 09 22:11:34.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86142024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.073 INFO O| Oct 09 22:11:34.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86152024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.073 INFO O| Oct 09 22:11:34.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86162024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.073 INFO O| Oct 09 22:11:34.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86172024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.073 INFO O| Oct 09 22:11:34.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86182024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.073 INFO O| Oct 09 22:11:34.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86192024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.074 INFO O| Oct 09 22:11:34.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86202024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.074 INFO O| Oct 09 22:11:34.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86212024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.074 INFO O| Oct 09 22:11:34.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86222024-10-09T22:11:35.646Z[ host-image] Oct 09 22:11:34.074 INFO O| Oct 09 22:11:34.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86232024-10-09T22:11:35.647Z[ host-image] Oct 09 22:11:34.074 INFO O| Oct 09 22:11:34.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86242024-10-09T22:11:35.799Z[ host-image] Oct 09 22:11:34.230 INFO O| Oct 09 22:11:34.230 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86252024-10-09T22:11:35.802Z[ host-image] Oct 09 22:11:34.231 INFO O| Oct 09 22:11:34.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86262024-10-09T22:11:35.808Z[ host-image] Oct 09 22:11:34.239 INFO O| Oct 09 22:11:34.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86272024-10-09T22:11:35.811Z[ host-image] Oct 09 22:11:34.240 INFO O| Oct 09 22:11:34.240 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86282024-10-09T22:11:36.012Z[ host-image] Oct 09 22:11:34.443 INFO O| Oct 09 22:11:34.442 INFO STEP 13 (remove_files) COMPLETE
86292024-10-09T22:11:36.013Z[ host-image] Oct 09 22:11:34.443 INFO O| Oct 09 22:11:34.442 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-10-09T22:11:36.023Z[ host-image] Oct 09 22:11:34.454 INFO O| Oct 09 22:11:34.454 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86312024-10-09T22:11:36.026Z[ host-image] Oct 09 22:11:34.455 INFO O| Oct 09 22:11:34.455 INFO STEP 14 (remove_files) COMPLETE
86322024-10-09T22:11:36.026Z[ host-image] Oct 09 22:11:34.455 INFO O| Oct 09 22:11:34.455 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-10-09T22:11:36.034Z[ host-image] Oct 09 22:11:34.465 INFO O| Oct 09 22:11:34.465 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86342024-10-09T22:11:36.040Z[ host-image] Oct 09 22:11:34.471 INFO O| Oct 09 22:11:34.471 INFO STEP 15 (remove_files) COMPLETE
86352024-10-09T22:11:36.040Z[ host-image] Oct 09 22:11:34.471 INFO O| Oct 09 22:11:34.471 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-10-09T22:11:36.050Z[ host-image] Oct 09 22:11:34.480 INFO O| Oct 09 22:11:34.480 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86372024-10-09T22:11:36.052Z[ host-image] Oct 09 22:11:34.481 INFO O| Oct 09 22:11:34.481 INFO STEP 16 (remove_files) COMPLETE
86382024-10-09T22:11:36.052Z[ host-image] Oct 09 22:11:34.481 INFO O| Oct 09 22:11:34.481 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-10-09T22:11:36.060Z[ host-image] Oct 09 22:11:34.490 INFO O| Oct 09 22:11:34.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86402024-10-09T22:11:36.062Z[ host-image] Oct 09 22:11:34.491 INFO O| Oct 09 22:11:34.491 INFO STEP 17 (remove_files) COMPLETE
86412024-10-09T22:11:36.062Z[ host-image] Oct 09 22:11:34.491 INFO O| Oct 09 22:11:34.491 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-10-09T22:11:36.070Z[ host-image] Oct 09 22:11:34.501 INFO O| Oct 09 22:11:34.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86432024-10-09T22:11:36.070Z[ host-image] Oct 09 22:11:34.501 INFO O| Oct 09 22:11:34.501 INFO STEP 18 (remove_files) COMPLETE
86442024-10-09T22:11:36.073Z[ host-image] Oct 09 22:11:34.501 INFO O| Oct 09 22:11:34.501 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-10-09T22:11:36.080Z[ host-image] Oct 09 22:11:34.511 INFO O| Oct 09 22:11:34.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86462024-10-09T22:11:36.080Z[ host-image] Oct 09 22:11:34.511 INFO O| Oct 09 22:11:34.511 INFO STEP 19 (remove_files) COMPLETE
86472024-10-09T22:11:36.080Z[ host-image] Oct 09 22:11:34.511 INFO O| Oct 09 22:11:34.511 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-10-09T22:11:36.089Z[ host-image] Oct 09 22:11:34.520 INFO O| Oct 09 22:11:34.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86492024-10-09T22:11:36.089Z[ host-image] Oct 09 22:11:34.520 INFO O| Oct 09 22:11:34.520 INFO STEP 20 (remove_files) COMPLETE
86502024-10-09T22:11:36.092Z[ host-image] Oct 09 22:11:34.520 INFO O| Oct 09 22:11:34.520 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-10-09T22:11:36.099Z[ host-image] Oct 09 22:11:34.530 INFO O| Oct 09 22:11:34.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86522024-10-09T22:11:36.099Z[ host-image] Oct 09 22:11:34.530 INFO O| Oct 09 22:11:34.530 INFO STEP 21 (remove_files) COMPLETE
86532024-10-09T22:11:36.099Z[ host-image] Oct 09 22:11:34.530 INFO O| Oct 09 22:11:34.530 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-10-09T22:11:36.109Z[ host-image] Oct 09 22:11:34.539 INFO O| Oct 09 22:11:34.539 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86552024-10-09T22:11:36.111Z[ host-image] Oct 09 22:11:34.539 INFO O| Oct 09 22:11:34.539 INFO STEP 22 (remove_files) COMPLETE
86562024-10-09T22:11:36.111Z[ host-image] Oct 09 22:11:34.539 INFO O| Oct 09 22:11:34.539 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-10-09T22:11:36.118Z[ host-image] Oct 09 22:11:34.549 INFO O| Oct 09 22:11:34.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86582024-10-09T22:11:36.122Z[ host-image] Oct 09 22:11:34.549 INFO O| Oct 09 22:11:34.549 INFO STEP 23 (remove_files) COMPLETE
86592024-10-09T22:11:36.122Z[ host-image] Oct 09 22:11:34.549 INFO O| Oct 09 22:11:34.549 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-10-09T22:11:36.128Z[ host-image] Oct 09 22:11:34.559 INFO O| Oct 09 22:11:34.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86612024-10-09T22:11:36.128Z[ host-image] Oct 09 22:11:34.559 INFO O| Oct 09 22:11:34.559 INFO STEP 24 (remove_files) COMPLETE
86622024-10-09T22:11:36.132Z[ host-image] Oct 09 22:11:34.559 INFO O| Oct 09 22:11:34.559 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-10-09T22:11:36.137Z[ host-image] Oct 09 22:11:34.568 INFO O| Oct 09 22:11:34.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86642024-10-09T22:11:36.140Z[ host-image] Oct 09 22:11:34.568 INFO O| Oct 09 22:11:34.568 INFO STEP 25 (remove_files) COMPLETE
86652024-10-09T22:11:36.140Z[ host-image] Oct 09 22:11:34.568 INFO O| Oct 09 22:11:34.568 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-10-09T22:11:36.148Z[ host-image] Oct 09 22:11:34.578 INFO O| Oct 09 22:11:34.578 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86672024-10-09T22:11:36.148Z[ host-image] Oct 09 22:11:34.579 INFO O| Oct 09 22:11:34.579 INFO STEP 26 (remove_files) COMPLETE
86682024-10-09T22:11:36.150Z[ host-image] Oct 09 22:11:34.579 INFO O| Oct 09 22:11:34.579 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-10-09T22:11:36.158Z[ host-image] Oct 09 22:11:34.589 INFO O| Oct 09 22:11:34.589 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86702024-10-09T22:11:36.158Z[ host-image] Oct 09 22:11:34.589 INFO O| Oct 09 22:11:34.589 INFO STEP 27 (remove_files) COMPLETE
86712024-10-09T22:11:36.161Z[ host-image] Oct 09 22:11:34.589 INFO O| Oct 09 22:11:34.589 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-10-09T22:11:36.168Z[ host-image] Oct 09 22:11:34.599 INFO O| Oct 09 22:11:34.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86732024-10-09T22:11:36.168Z[ host-image] Oct 09 22:11:34.599 INFO O| Oct 09 22:11:34.599 INFO STEP 28 (remove_files) COMPLETE
86742024-10-09T22:11:36.168Z[ host-image] Oct 09 22:11:34.599 INFO O| Oct 09 22:11:34.599 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-10-09T22:11:36.178Z[ host-image] Oct 09 22:11:34.609 INFO O| Oct 09 22:11:34.609 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86762024-10-09T22:11:36.178Z[ host-image] Oct 09 22:11:34.609 INFO O| Oct 09 22:11:34.609 INFO STEP 29 (remove_files) COMPLETE
86772024-10-09T22:11:36.180Z[ host-image] Oct 09 22:11:34.609 INFO O| Oct 09 22:11:34.609 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-10-09T22:11:36.187Z[ host-image] Oct 09 22:11:34.618 INFO O| Oct 09 22:11:34.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86792024-10-09T22:11:36.190Z[ host-image] Oct 09 22:11:34.618 INFO O| Oct 09 22:11:34.618 INFO STEP 30 (remove_files) COMPLETE
86802024-10-09T22:11:36.190Z[ host-image] Oct 09 22:11:34.618 INFO O| Oct 09 22:11:34.618 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-10-09T22:11:36.197Z[ host-image] Oct 09 22:11:34.628 INFO O| Oct 09 22:11:34.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86822024-10-09T22:11:36.199Z[ host-image] Oct 09 22:11:34.628 INFO O| Oct 09 22:11:34.628 INFO STEP 31 (remove_files) COMPLETE
86832024-10-09T22:11:36.199Z[ host-image] Oct 09 22:11:34.628 INFO O| Oct 09 22:11:34.628 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-10-09T22:11:36.208Z[ host-image] Oct 09 22:11:34.637 INFO O| Oct 09 22:11:34.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86852024-10-09T22:11:36.208Z[ host-image] Oct 09 22:11:34.637 INFO O| Oct 09 22:11:34.637 INFO STEP 32 (remove_files) COMPLETE
86862024-10-09T22:11:36.208Z[ host-image] Oct 09 22:11:34.637 INFO O| Oct 09 22:11:34.637 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-10-09T22:11:36.216Z[ host-image] Oct 09 22:11:34.647 INFO O| Oct 09 22:11:34.647 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86882024-10-09T22:11:36.216Z[ host-image] Oct 09 22:11:34.647 INFO O| Oct 09 22:11:34.647 INFO STEP 33 (remove_files) COMPLETE
86892024-10-09T22:11:36.219Z[ host-image] Oct 09 22:11:34.647 INFO O| Oct 09 22:11:34.647 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-10-09T22:11:36.226Z[ host-image] Oct 09 22:11:34.656 INFO O| Oct 09 22:11:34.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86912024-10-09T22:11:36.226Z[ host-image] Oct 09 22:11:34.656 INFO O| Oct 09 22:11:34.656 INFO STEP 34 (remove_files) COMPLETE
86922024-10-09T22:11:36.228Z[ host-image] Oct 09 22:11:34.656 INFO O| Oct 09 22:11:34.656 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-10-09T22:11:36.235Z[ host-image] Oct 09 22:11:34.666 INFO O| Oct 09 22:11:34.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86942024-10-09T22:11:36.235Z[ host-image] Oct 09 22:11:34.666 INFO O| Oct 09 22:11:34.666 INFO STEP 35 (remove_files) COMPLETE
86952024-10-09T22:11:36.235Z[ host-image] Oct 09 22:11:34.666 INFO O| Oct 09 22:11:34.666 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-10-09T22:11:36.245Z[ host-image] Oct 09 22:11:34.675 INFO O| Oct 09 22:11:34.675 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86972024-10-09T22:11:36.247Z[ host-image] Oct 09 22:11:34.675 INFO O| Oct 09 22:11:34.675 INFO STEP 36 (remove_files) COMPLETE
86982024-10-09T22:11:36.247Z[ host-image] Oct 09 22:11:34.675 INFO O| Oct 09 22:11:34.675 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992024-10-09T22:11:36.254Z[ host-image] Oct 09 22:11:34.685 INFO O| Oct 09 22:11:34.685 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87002024-10-09T22:11:36.254Z[ host-image] Oct 09 22:11:34.685 INFO O| Oct 09 22:11:34.685 INFO STEP 37 (remove_files) COMPLETE
87012024-10-09T22:11:36.257Z[ host-image] Oct 09 22:11:34.685 INFO O| Oct 09 22:11:34.685 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-10-09T22:11:36.264Z[ host-image] Oct 09 22:11:34.694 INFO O| Oct 09 22:11:34.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87032024-10-09T22:11:36.264Z[ host-image] Oct 09 22:11:34.694 INFO O| Oct 09 22:11:34.694 INFO STEP 38 (remove_files) COMPLETE
87042024-10-09T22:11:36.264Z[ host-image] Oct 09 22:11:34.694 INFO O| Oct 09 22:11:34.694 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-10-09T22:11:36.273Z[ host-image] Oct 09 22:11:34.704 INFO O| Oct 09 22:11:34.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87062024-10-09T22:11:36.273Z[ host-image] Oct 09 22:11:34.704 INFO O| Oct 09 22:11:34.704 INFO STEP 39 (remove_files) COMPLETE
87072024-10-09T22:11:36.276Z[ host-image] Oct 09 22:11:34.704 INFO O| Oct 09 22:11:34.704 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082024-10-09T22:11:36.283Z[ host-image] Oct 09 22:11:34.713 INFO O| Oct 09 22:11:34.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87092024-10-09T22:11:36.285Z[ host-image] Oct 09 22:11:34.714 INFO O| Oct 09 22:11:34.713 INFO STEP 40 (remove_files) COMPLETE
87102024-10-09T22:11:36.285Z[ host-image] Oct 09 22:11:34.714 INFO O| Oct 09 22:11:34.714 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112024-10-09T22:11:36.293Z[ host-image] Oct 09 22:11:34.723 INFO O| Oct 09 22:11:34.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87122024-10-09T22:11:36.293Z[ host-image] Oct 09 22:11:34.723 INFO O| Oct 09 22:11:34.723 INFO STEP 41 (remove_files) COMPLETE
87132024-10-09T22:11:36.295Z[ host-image] Oct 09 22:11:34.723 INFO O| Oct 09 22:11:34.723 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-10-09T22:11:36.302Z[ host-image] Oct 09 22:11:34.733 INFO O| Oct 09 22:11:34.733 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87152024-10-09T22:11:36.305Z[ host-image] Oct 09 22:11:34.733 INFO O| Oct 09 22:11:34.733 INFO STEP 42 (remove_files) COMPLETE
87162024-10-09T22:11:36.305Z[ host-image] Oct 09 22:11:34.733 INFO O| Oct 09 22:11:34.733 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172024-10-09T22:11:36.312Z[ host-image] Oct 09 22:11:34.742 INFO O| Oct 09 22:11:34.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87182024-10-09T22:11:36.312Z[ host-image] Oct 09 22:11:34.742 INFO O| Oct 09 22:11:34.742 INFO STEP 43 (remove_files) COMPLETE
87192024-10-09T22:11:36.314Z[ host-image] Oct 09 22:11:34.742 INFO O| Oct 09 22:11:34.742 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202024-10-09T22:11:36.321Z[ host-image] Oct 09 22:11:34.752 INFO O| Oct 09 22:11:34.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87212024-10-09T22:11:36.321Z[ host-image] Oct 09 22:11:34.752 INFO O| Oct 09 22:11:34.752 INFO STEP 44 (remove_files) COMPLETE
87222024-10-09T22:11:36.324Z[ host-image] Oct 09 22:11:34.752 INFO O| Oct 09 22:11:34.752 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-10-09T22:11:36.331Z[ host-image] Oct 09 22:11:34.761 INFO O| Oct 09 22:11:34.761 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87242024-10-09T22:11:36.331Z[ host-image] Oct 09 22:11:34.761 INFO O| Oct 09 22:11:34.761 INFO STEP 45 (remove_files) COMPLETE
87252024-10-09T22:11:36.333Z[ host-image] Oct 09 22:11:34.761 INFO O| Oct 09 22:11:34.761 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-10-09T22:11:36.340Z[ host-image] Oct 09 22:11:34.771 INFO O| Oct 09 22:11:34.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87272024-10-09T22:11:36.340Z[ host-image] Oct 09 22:11:34.771 INFO O| Oct 09 22:11:34.771 INFO STEP 46 (remove_files) COMPLETE
87282024-10-09T22:11:36.343Z[ host-image] Oct 09 22:11:34.771 INFO O| Oct 09 22:11:34.771 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-10-09T22:11:36.350Z[ host-image] Oct 09 22:11:34.780 INFO O| Oct 09 22:11:34.780 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87302024-10-09T22:11:36.352Z[ host-image] Oct 09 22:11:34.780 INFO O| Oct 09 22:11:34.780 INFO STEP 47 (remove_files) COMPLETE
87312024-10-09T22:11:36.352Z[ host-image] Oct 09 22:11:34.780 INFO O| Oct 09 22:11:34.780 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-10-09T22:11:36.359Z[ host-image] Oct 09 22:11:34.790 INFO O| Oct 09 22:11:34.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87332024-10-09T22:11:36.362Z[ host-image] Oct 09 22:11:34.790 INFO O| Oct 09 22:11:34.790 INFO STEP 48 (remove_files) COMPLETE
87342024-10-09T22:11:36.362Z[ host-image] Oct 09 22:11:34.790 INFO O| Oct 09 22:11:34.790 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-10-09T22:11:36.369Z[ host-image] Oct 09 22:11:34.800 INFO O| Oct 09 22:11:34.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87362024-10-09T22:11:36.369Z[ host-image] Oct 09 22:11:34.800 INFO O| Oct 09 22:11:34.800 INFO STEP 49 (remove_files) COMPLETE
87372024-10-09T22:11:36.372Z[ host-image] Oct 09 22:11:34.800 INFO O| Oct 09 22:11:34.800 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-10-09T22:11:36.379Z[ host-image] Oct 09 22:11:34.809 INFO O| Oct 09 22:11:34.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87392024-10-09T22:11:36.379Z[ host-image] Oct 09 22:11:34.809 INFO O| Oct 09 22:11:34.809 INFO STEP 50 (remove_files) COMPLETE
87402024-10-09T22:11:36.379Z[ host-image] Oct 09 22:11:34.809 INFO O| Oct 09 22:11:34.809 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-10-09T22:11:36.388Z[ host-image] Oct 09 22:11:34.819 INFO O| Oct 09 22:11:34.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87422024-10-09T22:11:36.388Z[ host-image] Oct 09 22:11:34.819 INFO O| Oct 09 22:11:34.819 INFO STEP 51 (remove_files) COMPLETE
87432024-10-09T22:11:36.391Z[ host-image] Oct 09 22:11:34.819 INFO O| Oct 09 22:11:34.819 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-10-09T22:11:36.398Z[ host-image] Oct 09 22:11:34.829 INFO O| Oct 09 22:11:34.829 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87452024-10-09T22:11:36.401Z[ host-image] Oct 09 22:11:34.829 INFO O| Oct 09 22:11:34.829 INFO STEP 52 (remove_files) COMPLETE
87462024-10-09T22:11:36.401Z[ host-image] Oct 09 22:11:34.829 INFO O| Oct 09 22:11:34.829 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-10-09T22:11:36.407Z[ host-image] Oct 09 22:11:34.838 INFO O| Oct 09 22:11:34.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87482024-10-09T22:11:36.408Z[ host-image] Oct 09 22:11:34.838 INFO O| Oct 09 22:11:34.838 INFO STEP 53 (remove_files) COMPLETE
87492024-10-09T22:11:36.410Z[ host-image] Oct 09 22:11:34.838 INFO O| Oct 09 22:11:34.838 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-10-09T22:11:36.417Z[ host-image] Oct 09 22:11:34.848 INFO O| Oct 09 22:11:34.848 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87512024-10-09T22:11:36.417Z[ host-image] Oct 09 22:11:34.848 INFO O| Oct 09 22:11:34.848 INFO STEP 54 (remove_files) COMPLETE
87522024-10-09T22:11:36.417Z[ host-image] Oct 09 22:11:34.848 INFO O| Oct 09 22:11:34.848 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-10-09T22:11:36.427Z[ host-image] Oct 09 22:11:34.857 INFO O| Oct 09 22:11:34.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87542024-10-09T22:11:36.427Z[ host-image] Oct 09 22:11:34.857 INFO O| Oct 09 22:11:34.857 INFO STEP 55 (remove_files) COMPLETE
87552024-10-09T22:11:36.429Z[ host-image] Oct 09 22:11:34.857 INFO O| Oct 09 22:11:34.857 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-10-09T22:11:36.436Z[ host-image] Oct 09 22:11:34.867 INFO O| Oct 09 22:11:34.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87572024-10-09T22:11:36.436Z[ host-image] Oct 09 22:11:34.867 INFO O| Oct 09 22:11:34.867 INFO STEP 56 (remove_files) COMPLETE
87582024-10-09T22:11:36.436Z[ host-image] Oct 09 22:11:34.867 INFO O| Oct 09 22:11:34.867 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-10-09T22:11:36.447Z[ host-image] Oct 09 22:11:34.876 INFO O| Oct 09 22:11:34.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87602024-10-09T22:11:36.447Z[ host-image] Oct 09 22:11:34.876 INFO O| Oct 09 22:11:34.876 INFO STEP 57 (remove_files) COMPLETE
87612024-10-09T22:11:36.447Z[ host-image] Oct 09 22:11:34.876 INFO O| Oct 09 22:11:34.876 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-10-09T22:11:36.456Z[ host-image] Oct 09 22:11:34.886 INFO O| Oct 09 22:11:34.886 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87632024-10-09T22:11:36.459Z[ host-image] Oct 09 22:11:34.886 INFO O| Oct 09 22:11:34.886 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87642024-10-09T22:11:36.459Z[ host-image] Oct 09 22:11:34.886 INFO O| Oct 09 22:11:34.886 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87652024-10-09T22:11:36.459Z[ host-image] Oct 09 22:11:34.886 INFO O| Oct 09 22:11:34.886 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87662024-10-09T22:11:36.459Z[ host-image] Oct 09 22:11:34.886 INFO O| Oct 09 22:11:34.886 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87672024-10-09T22:11:36.459Z[ host-image] Oct 09 22:11:34.886 INFO O| Oct 09 22:11:34.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87682024-10-09T22:11:36.459Z[ host-image] Oct 09 22:11:34.887 INFO O| Oct 09 22:11:34.886 INFO ok!
87692024-10-09T22:11:36.459Z[ host-image] Oct 09 22:11:34.887 INFO O| Oct 09 22:11:34.886 INFO STEP 58 (ensure_file) COMPLETE
87702024-10-09T22:11:36.459Z[ host-image] Oct 09 22:11:34.887 INFO O| Oct 09 22:11:34.887 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87712024-10-09T22:11:36.465Z[ host-image] Oct 09 22:11:34.896 INFO O| Oct 09 22:11:34.896 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87722024-10-09T22:11:36.466Z[ host-image] Oct 09 22:11:34.896 INFO O| Oct 09 22:11:34.896 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87732024-10-09T22:11:36.468Z[ host-image] Oct 09 22:11:34.896 INFO O| Oct 09 22:11:34.896 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87742024-10-09T22:11:36.468Z[ host-image] Oct 09 22:11:34.896 INFO O| Oct 09 22:11:34.896 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87752024-10-09T22:11:36.468Z[ host-image] Oct 09 22:11:34.896 INFO O| Oct 09 22:11:34.896 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87762024-10-09T22:11:36.468Z[ host-image] Oct 09 22:11:34.896 INFO O| Oct 09 22:11:34.896 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87772024-10-09T22:11:36.468Z[ host-image] Oct 09 22:11:34.896 INFO O| Oct 09 22:11:34.896 INFO ok!
87782024-10-09T22:11:36.468Z[ host-image] Oct 09 22:11:34.896 INFO O| Oct 09 22:11:34.896 INFO STEP 59 (ensure_file) COMPLETE
87792024-10-09T22:11:36.468Z[ host-image] Oct 09 22:11:34.896 INFO O| Oct 09 22:11:34.896 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802024-10-09T22:11:36.475Z[ host-image] Oct 09 22:11:34.906 INFO O| Oct 09 22:11:34.906 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87812024-10-09T22:11:36.478Z[ host-image] Oct 09 22:11:34.906 INFO O| Oct 09 22:11:34.906 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87822024-10-09T22:11:36.478Z[ host-image] Oct 09 22:11:34.906 INFO O| Oct 09 22:11:34.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87832024-10-09T22:11:36.478Z[ host-image] Oct 09 22:11:34.906 INFO O| Oct 09 22:11:34.906 INFO ok!
87842024-10-09T22:11:36.478Z[ host-image] Oct 09 22:11:34.906 INFO O| Oct 09 22:11:34.906 INFO STEP 60 (ensure_file) COMPLETE
87852024-10-09T22:11:36.478Z[ host-image] Oct 09 22:11:34.906 INFO O| Oct 09 22:11:34.906 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862024-10-09T22:11:36.485Z[ host-image] Oct 09 22:11:34.916 INFO O| Oct 09 22:11:34.916 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87872024-10-09T22:11:36.487Z[ host-image] Oct 09 22:11:34.916 INFO O| Oct 09 22:11:34.916 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87882024-10-09T22:11:36.487Z[ host-image] Oct 09 22:11:34.916 INFO O| Oct 09 22:11:34.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87892024-10-09T22:11:36.487Z[ host-image] Oct 09 22:11:34.916 INFO O| Oct 09 22:11:34.916 INFO ok!
87902024-10-09T22:11:36.487Z[ host-image] Oct 09 22:11:34.916 INFO O| Oct 09 22:11:34.916 INFO STEP 61 (ensure_file) COMPLETE
87912024-10-09T22:11:36.488Z[ host-image] Oct 09 22:11:34.916 INFO O| Oct 09 22:11:34.916 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-10-09T22:11:36.496Z[ host-image] Oct 09 22:11:34.926 INFO O| Oct 09 22:11:34.926 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87932024-10-09T22:11:36.496Z[ host-image] Oct 09 22:11:34.926 INFO O| Oct 09 22:11:34.926 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87942024-10-09T22:11:36.498Z[ host-image] Oct 09 22:11:34.927 INFO O| Oct 09 22:11:34.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87952024-10-09T22:11:36.498Z[ host-image] Oct 09 22:11:34.927 INFO O| Oct 09 22:11:34.927 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87962024-10-09T22:11:36.498Z[ host-image] Oct 09 22:11:34.927 INFO O| Oct 09 22:11:34.927 INFO ok!
87972024-10-09T22:11:36.498Z[ host-image] Oct 09 22:11:34.927 INFO O| Oct 09 22:11:34.927 INFO STEP 62 (ensure_file) COMPLETE
87982024-10-09T22:11:36.498Z[ host-image] Oct 09 22:11:34.927 INFO O| Oct 09 22:11:34.927 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992024-10-09T22:11:36.506Z[ host-image] Oct 09 22:11:34.936 INFO O| Oct 09 22:11:34.936 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88002024-10-09T22:11:36.506Z[ host-image] Oct 09 22:11:34.936 INFO O| Oct 09 22:11:34.936 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88012024-10-09T22:11:36.508Z[ host-image] Oct 09 22:11:34.936 INFO O| Oct 09 22:11:34.936 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88022024-10-09T22:11:36.508Z[ host-image] Oct 09 22:11:34.937 INFO O| Oct 09 22:11:34.937 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88032024-10-09T22:11:36.508Z[ host-image] Oct 09 22:11:34.937 INFO O| Oct 09 22:11:34.937 INFO ok!
88042024-10-09T22:11:36.508Z[ host-image] Oct 09 22:11:34.937 INFO O| Oct 09 22:11:34.937 INFO STEP 63 (ensure_file) COMPLETE
88052024-10-09T22:11:36.508Z[ host-image] Oct 09 22:11:34.937 INFO O| Oct 09 22:11:34.937 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-10-09T22:11:36.516Z[ host-image] Oct 09 22:11:34.946 INFO O| Oct 09 22:11:34.946 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88072024-10-09T22:11:36.516Z[ host-image] Oct 09 22:11:34.946 INFO O| Oct 09 22:11:34.946 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88082024-10-09T22:11:36.518Z[ host-image] Oct 09 22:11:34.946 INFO O| Oct 09 22:11:34.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88092024-10-09T22:11:36.519Z[ host-image] Oct 09 22:11:34.946 INFO O| Oct 09 22:11:34.946 INFO ok!
88102024-10-09T22:11:36.519Z[ host-image] Oct 09 22:11:34.946 INFO O| Oct 09 22:11:34.946 INFO STEP 64 (assemble_files) COMPLETE
88112024-10-09T22:11:36.519Z[ host-image] Oct 09 22:11:34.947 INFO O| Oct 09 22:11:34.946 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-10-09T22:11:36.525Z[ host-image] Oct 09 22:11:34.956 INFO O| Oct 09 22:11:34.956 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88132024-10-09T22:11:36.525Z[ host-image] Oct 09 22:11:34.956 INFO O| Oct 09 22:11:34.956 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88142024-10-09T22:11:36.528Z[ host-image] Oct 09 22:11:34.956 INFO O| Oct 09 22:11:34.956 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88152024-10-09T22:11:36.528Z[ host-image] Oct 09 22:11:34.956 INFO O| Oct 09 22:11:34.956 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88162024-10-09T22:11:36.528Z[ host-image] Oct 09 22:11:34.956 INFO O| Oct 09 22:11:34.956 INFO ok!
88172024-10-09T22:11:36.528Z[ host-image] Oct 09 22:11:34.956 INFO O| Oct 09 22:11:34.956 INFO STEP 65 (ensure_file) COMPLETE
88182024-10-09T22:11:36.528Z[ host-image] Oct 09 22:11:34.956 INFO O| Oct 09 22:11:34.956 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-10-09T22:11:36.536Z[ host-image] Oct 09 22:11:34.966 INFO O| Oct 09 22:11:34.966 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88202024-10-09T22:11:36.538Z[ host-image] Oct 09 22:11:34.966 INFO O| Oct 09 22:11:34.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88212024-10-09T22:11:36.538Z[ host-image] Oct 09 22:11:34.966 INFO O| Oct 09 22:11:34.966 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88222024-10-09T22:11:36.538Z[ host-image] Oct 09 22:11:34.966 INFO O| Oct 09 22:11:34.966 INFO STEP 66 (ensure_dir) COMPLETE
88232024-10-09T22:11:36.538Z[ host-image] Oct 09 22:11:34.966 INFO O| Oct 09 22:11:34.966 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-10-09T22:11:36.545Z[ host-image] Oct 09 22:11:34.976 INFO O| Oct 09 22:11:34.976 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88252024-10-09T22:11:36.545Z[ host-image] Oct 09 22:11:34.976 INFO O| Oct 09 22:11:34.976 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 ...
88262024-10-09T22:11:36.553Z[ host-image] Oct 09 22:11:34.983 INFO O| Oct 09 22:11:34.983 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
88272024-10-09T22:11:36.553Z[ host-image] Oct 09 22:11:34.983 INFO O| Oct 09 22:11:34.983 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88282024-10-09T22:11:36.553Z[ host-image] Oct 09 22:11:34.983 INFO O| Oct 09 22:11:34.983 INFO ok!
88292024-10-09T22:11:36.555Z[ host-image] Oct 09 22:11:34.983 INFO O| Oct 09 22:11:34.983 INFO STEP 67 (ensure_file) COMPLETE
88302024-10-09T22:11:36.555Z[ host-image] Oct 09 22:11:34.983 INFO O| Oct 09 22:11:34.983 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-10-09T22:11:36.563Z[ host-image] Oct 09 22:11:34.993 INFO O| Oct 09 22:11:34.993 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88322024-10-09T22:11:36.563Z[ host-image] Oct 09 22:11:34.993 INFO O| Oct 09 22:11:34.993 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 ...
88332024-10-09T22:11:36.565Z[ host-image] Oct 09 22:11:34.993 INFO O| Oct 09 22:11:34.993 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
88342024-10-09T22:11:36.565Z[ host-image] Oct 09 22:11:34.993 INFO O| Oct 09 22:11:34.993 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88352024-10-09T22:11:36.565Z[ host-image] Oct 09 22:11:34.993 INFO O| Oct 09 22:11:34.993 INFO ok!
88362024-10-09T22:11:36.565Z[ host-image] Oct 09 22:11:34.993 INFO O| Oct 09 22:11:34.993 INFO STEP 68 (ensure_file) COMPLETE
88372024-10-09T22:11:36.565Z[ host-image] Oct 09 22:11:34.993 INFO O| Oct 09 22:11:34.993 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382024-10-09T22:11:36.578Z[ host-image] Oct 09 22:11:35.008 INFO O| Oct 09 22:11:35.008 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88392024-10-09T22:11:36.578Z[ host-image] Oct 09 22:11:35.008 INFO O| Oct 09 22:11:35.008 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88402024-10-09T22:11:38.646Z[ host-image] Oct 09 22:11:37.076 INFO O| Oct 09 22:11:37.076 INFO STEP 69 (pack_tar) COMPLETE
88412024-10-09T22:11:38.646Z[ host-image] Oct 09 22:11:37.076 INFO O| Oct 09 22:11:37.076 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88422024-10-09T22:11:38.649Z[ host-image] Oct 09 22:11:37.076 INFO O| Oct 09 22:11:37.076 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88432024-10-09T22:11:38.745Z[ host-image] Oct 09 22:11:37.174 INFO O| Oct 09 22:11:37.174 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88442024-10-09T22:11:38.809Z[ host-image] Oct 09 22:11:37.238 INFO O| Oct 09 22:11:37.238 INFO completed processing gimlet/ramdisk-02-trim
88452024-10-09T22:11:38.818Z[ host-image] Oct 09 22:11:37.240 INFO image builder template: zfs...
88462024-10-09T22:11:38.818Z[ host-image] Oct 09 22:11:37.240 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/.tmpmFhPjs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88472024-10-09T22:11:38.824Z[ host-image] Oct 09 22:11:37.254 INFO O| Oct 09 22:11:37.254 INFO skip include "stress" because feature "stress" is not enabled
88482024-10-09T22:11:38.856Z[ host-image] Oct 09 22:11:37.286 INFO O| Oct 09 22:11:37.286 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88492024-10-09T22:11:38.862Z[ host-image] Oct 09 22:11:37.292 INFO O| Oct 09 22:11:37.292 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88502024-10-09T22:11:38.925Z[ host-image] Oct 09 22:11:37.355 INFO O| Oct 09 22:11:37.355 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88512024-10-09T22:11:38.975Z[ host-image] Oct 09 22:11:37.405 INFO O| Oct 09 22:11:37.405 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88522024-10-09T22:11:38.977Z[ host-image] Oct 09 22:11:37.405 INFO O| Oct 09 22:11:37.405 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88532024-10-09T22:11:38.980Z[ host-image] Oct 09 22:11:37.409 INFO O| Oct 09 22:11:37.409 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88542024-10-09T22:11:39.038Z[ host-image] Oct 09 22:11:37.468 INFO O| Oct 09 22:11:37.468 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88552024-10-09T22:11:39.141Z[ host-image] Oct 09 22:11:37.571 INFO O| Oct 09 22:11:37.571 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88562024-10-09T22:11:39.152Z[ host-image] Oct 09 22:11:37.582 INFO O| Oct 09 22:11:37.582 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88572024-10-09T22:11:39.157Z[ host-image] Oct 09 22:11:37.587 INFO O| Oct 09 22:11:37.587 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88582024-10-09T22:11:39.157Z[ host-image] Oct 09 22:11:37.587 INFO O| Oct 09 22:11:37.587 INFO no lofi found
88592024-10-09T22:11:39.160Z[ host-image] Oct 09 22:11:37.588 INFO O| Oct 09 22:11:37.588 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88602024-10-09T22:11:39.160Z[ host-image] Oct 09 22:11:37.588 INFO O| Oct 09 22:11:37.588 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88612024-10-09T22:11:40.580Z[ host-image] Oct 09 22:11:39.010 INFO O| Oct 09 22:11:39.010 INFO lofi device = /dev/dsk/c2t1d0p0
88622024-10-09T22:11:40.580Z[ host-image] Oct 09 22:11:39.010 INFO O| Oct 09 22:11:39.010 INFO pool device = /dev/dsk/c2t1d0p0
88632024-10-09T22:11:40.580Z[ host-image] Oct 09 22:11:39.010 INFO O| Oct 09 22:11:39.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88642024-10-09T22:11:40.659Z[ host-image] Oct 09 22:11:39.087 INFO O| Oct 09 22:11:39.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88652024-10-09T22:11:40.659Z[ host-image] Oct 09 22:11:39.087 INFO O| Oct 09 22:11:39.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88662024-10-09T22:11:40.677Z[ host-image] Oct 09 22:11:39.107 INFO O| Oct 09 22:11:39.107 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88672024-10-09T22:11:40.733Z[ host-image] Oct 09 22:11:39.163 INFO O| Oct 09 22:11:39.163 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88682024-10-09T22:11:40.772Z[ host-image] Oct 09 22:11:39.201 INFO O| Oct 09 22:11:39.201 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88692024-10-09T22:11:40.786Z[ host-image] Oct 09 22:11:39.216 INFO O| Oct 09 22:11:39.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88702024-10-09T22:11:40.797Z[ host-image] Oct 09 22:11:39.227 INFO O| Oct 09 22:11:39.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88712024-10-09T22:11:40.847Z[ host-image] Oct 09 22:11:39.276 INFO O| Oct 09 22:11:39.276 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88722024-10-09T22:11:40.857Z[ host-image] Oct 09 22:11:39.277 INFO O| Oct 09 22:11:39.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88732024-10-09T22:11:40.857Z[ host-image] Oct 09 22:11:39.277 INFO O| Oct 09 22:11:39.276 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88742024-10-09T22:11:40.857Z[ host-image] Oct 09 22:11:39.286 INFO O| Oct 09 22:11:39.286 INFO boot environment UUID: 6e79f889-2d6e-4037-852d-6780650a051c
88752024-10-09T22:11:40.857Z[ host-image] Oct 09 22:11:39.286 INFO O| Oct 09 22:11:39.286 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6e79f889-2d6e-4037-852d-6780650a051c
88762024-10-09T22:11:40.867Z[ host-image] Oct 09 22:11:39.297 INFO O| Oct 09 22:11:39.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88772024-10-09T22:11:40.879Z[ host-image] Oct 09 22:11:39.309 INFO O| Oct 09 22:11:39.309 INFO STEP 0 (create_be) COMPLETE
88782024-10-09T22:11:40.881Z[ host-image] Oct 09 22:11:39.309 INFO O| Oct 09 22:11:39.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88792024-10-09T22:11:40.894Z[ host-image] Oct 09 22:11:39.324 INFO O| Oct 09 22:11:39.324 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88802024-10-09T22:11:44.337Z[ recovery-image] Oct 09 22:11:42.767 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88812024-10-09T22:11:47.129Z[ recovery-image] Oct 09 22:11:45.557 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88822024-10-09T22:11:51.958Z[ recovery-image] Oct 09 22:11:50.384 INFO E| Compiling bitflags v1.3.2
88832024-10-09T22:11:51.958Z[ recovery-image] Oct 09 22:11:50.384 INFO E| Compiling scroll v0.12.0
88842024-10-09T22:11:51.958Z[ recovery-image] Oct 09 22:11:50.384 INFO E| Compiling bit_field v0.10.2
88852024-10-09T22:11:51.958Z[ recovery-image] Oct 09 22:11:50.384 INFO E| Compiling plain v0.2.3
88862024-10-09T22:11:51.958Z[ recovery-image] Oct 09 22:11:50.384 INFO E| Compiling adler2 v2.0.0
88872024-10-09T22:11:51.958Z[ recovery-image] Oct 09 22:11:50.384 INFO E| Compiling log v0.4.22
88882024-10-09T22:11:51.958Z[ recovery-image] Oct 09 22:11:50.384 INFO E| Compiling bitstruct v0.1.1
88892024-10-09T22:11:52.197Z[ recovery-image] Oct 09 22:11:50.620 INFO E| Compiling raw-cpuid v10.7.0
88902024-10-09T22:11:52.203Z[ recovery-image] Oct 09 22:11:50.625 INFO E| Compiling cpio_reader v0.1.1
88912024-10-09T22:11:52.234Z[ recovery-image] Oct 09 22:11:50.659 INFO E| Compiling miniz_oxide v0.8.0
88922024-10-09T22:11:52.366Z[ recovery-image] Oct 09 22:11:50.794 INFO E| Compiling static_assertions v1.1.0
88932024-10-09T22:11:52.973Z[ recovery-image] Oct 09 22:11:51.401 INFO E| Compiling goblin v0.8.2
88942024-10-09T22:12:02.041Z[ recovery-image] Oct 09 22:12:00.468 INFO E| Finished `release` profile [optimized] target(s) in 37.59s
88952024-10-09T22:12:02.067Z[ recovery-image] Oct 09 22:12:00.494 INFO building host image...
88962024-10-09T22:12:02.067Z[ recovery-image] Oct 09 22:12:00.495 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")
88972024-10-09T22:12:02.760Z[ recovery-image] Oct 09 22:12:01.185 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88982024-10-09T22:12:02.880Z[ host-image] Oct 09 22:12:01.308 INFO O| Oct 09 22:12:01.308 INFO STEP 1 (unpack_tar) COMPLETE
88992024-10-09T22:12:02.880Z[ host-image] Oct 09 22:12:01.308 INFO O| Oct 09 22:12:01.308 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89002024-10-09T22:12:02.892Z[ host-image] Oct 09 22:12:01.320 INFO O| Oct 09 22:12:01.319 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89012024-10-09T22:12:03.002Z[ host-image] Oct 09 22:12:01.430 INFO O| Oct 09 22:12:01.430 INFO STEP 2 (devfsadm) COMPLETE
89022024-10-09T22:12:03.002Z[ host-image] Oct 09 22:12:01.430 INFO O| Oct 09 22:12:01.430 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89032024-10-09T22:12:03.013Z[ host-image] Oct 09 22:12:01.441 INFO O| Oct 09 22:12:01.441 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89042024-10-09T22:12:03.014Z[ host-image] Oct 09 22:12:01.441 INFO O| Oct 09 22:12:01.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89052024-10-09T22:12:03.016Z[ host-image] Oct 09 22:12:01.441 INFO O| Oct 09 22:12:01.441 INFO STEP 3 (ensure_dir) COMPLETE
89062024-10-09T22:12:03.016Z[ host-image] Oct 09 22:12:01.441 INFO O| Oct 09 22:12:01.441 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89072024-10-09T22:12:03.023Z[ host-image] Oct 09 22:12:01.451 INFO O| Oct 09 22:12:01.451 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89082024-10-09T22:12:03.026Z[ host-image] Oct 09 22:12:01.451 INFO O| Oct 09 22:12:01.451 INFO STEP 4 (ensure_dir) COMPLETE
89092024-10-09T22:12:03.026Z[ host-image] Oct 09 22:12:01.451 INFO O| Oct 09 22:12:01.451 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89102024-10-09T22:12:03.033Z[ host-image] Oct 09 22:12:01.461 INFO O| Oct 09 22:12:01.461 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89112024-10-09T22:12:03.033Z[ host-image] Oct 09 22:12:01.461 INFO O| Oct 09 22:12:01.461 INFO STEP 5 (ensure_dir) COMPLETE
89122024-10-09T22:12:03.036Z[ host-image] Oct 09 22:12:01.461 INFO O| Oct 09 22:12:01.461 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89132024-10-09T22:12:03.043Z[ host-image] Oct 09 22:12:01.470 INFO O| Oct 09 22:12:01.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89142024-10-09T22:12:03.045Z[ host-image] Oct 09 22:12:01.470 INFO O| Oct 09 22:12:01.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89152024-10-09T22:12:03.045Z[ host-image] Oct 09 22:12:01.470 INFO O| Oct 09 22:12:01.470 INFO STEP 6 (ensure_dir) COMPLETE
89162024-10-09T22:12:03.045Z[ host-image] Oct 09 22:12:01.470 INFO O| Oct 09 22:12:01.470 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89172024-10-09T22:12:03.052Z[ host-image] Oct 09 22:12:01.480 INFO O| Oct 09 22:12:01.480 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89182024-10-09T22:12:03.052Z[ host-image] Oct 09 22:12:01.480 INFO O| Oct 09 22:12:01.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89192024-10-09T22:12:03.052Z[ host-image] Oct 09 22:12:01.480 INFO O| Oct 09 22:12:01.480 INFO STEP 7 (ensure_dir) COMPLETE
89202024-10-09T22:12:03.052Z[ host-image] Oct 09 22:12:01.480 INFO O| Oct 09 22:12:01.480 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89212024-10-09T22:12:03.062Z[ host-image] Oct 09 22:12:01.490 INFO O| Oct 09 22:12:01.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89222024-10-09T22:12:03.065Z[ host-image] Oct 09 22:12:01.490 INFO O| Oct 09 22:12:01.490 INFO STEP 8 (remove_files) COMPLETE
89232024-10-09T22:12:03.065Z[ host-image] Oct 09 22:12:01.490 INFO O| Oct 09 22:12:01.490 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89242024-10-09T22:12:03.074Z[ host-image] Oct 09 22:12:01.502 INFO O| Oct 09 22:12:01.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89252024-10-09T22:12:03.076Z[ host-image] Oct 09 22:12:01.502 INFO O| Oct 09 22:12:01.502 INFO STEP 9 (remove_files) COMPLETE
89262024-10-09T22:12:03.076Z[ host-image] Oct 09 22:12:01.502 INFO O| Oct 09 22:12:01.502 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272024-10-09T22:12:03.086Z[ host-image] Oct 09 22:12:01.513 INFO O| Oct 09 22:12:01.513 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89282024-10-09T22:12:03.088Z[ host-image] Oct 09 22:12:01.514 INFO O| Oct 09 22:12:01.514 INFO STEP 10 (remove_files) COMPLETE
89292024-10-09T22:12:03.088Z[ host-image] Oct 09 22:12:01.514 INFO O| Oct 09 22:12:01.514 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302024-10-09T22:12:03.096Z[ host-image] Oct 09 22:12:01.524 INFO O| Oct 09 22:12:01.524 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89312024-10-09T22:12:03.099Z[ host-image] Oct 09 22:12:01.524 INFO O| Oct 09 22:12:01.524 INFO STEP 11 (remove_files) COMPLETE
89322024-10-09T22:12:03.099Z[ host-image] Oct 09 22:12:01.524 INFO O| Oct 09 22:12:01.524 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332024-10-09T22:12:03.106Z[ host-image] Oct 09 22:12:01.534 INFO O| Oct 09 22:12:01.534 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89342024-10-09T22:12:03.109Z[ host-image] Oct 09 22:12:01.534 INFO O| Oct 09 22:12:01.534 INFO STEP 12 (remove_files) COMPLETE
89352024-10-09T22:12:03.109Z[ host-image] Oct 09 22:12:01.534 INFO O| Oct 09 22:12:01.534 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-09T22:12:03.116Z[ host-image] Oct 09 22:12:01.543 INFO O| Oct 09 22:12:01.543 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89372024-10-09T22:12:03.118Z[ host-image] Oct 09 22:12:01.543 INFO O| Oct 09 22:12:01.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89382024-10-09T22:12:03.118Z[ host-image] Oct 09 22:12:01.543 INFO O| Oct 09 22:12:01.543 INFO STEP 13 (ensure_dir) COMPLETE
89392024-10-09T22:12:03.118Z[ host-image] Oct 09 22:12:01.543 INFO O| Oct 09 22:12:01.543 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402024-10-09T22:12:03.125Z[ host-image] Oct 09 22:12:01.553 INFO O| Oct 09 22:12:01.553 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89412024-10-09T22:12:03.128Z[ host-image] Oct 09 22:12:01.553 INFO O| Oct 09 22:12:01.553 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89422024-10-09T22:12:03.128Z[ host-image] Oct 09 22:12:01.553 INFO O| Oct 09 22:12:01.553 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89432024-10-09T22:12:03.128Z[ host-image] Oct 09 22:12:01.553 INFO O| Oct 09 22:12:01.553 INFO STEP 14 (ensure_dir) COMPLETE
89442024-10-09T22:12:03.128Z[ host-image] Oct 09 22:12:01.553 INFO O| Oct 09 22:12:01.553 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89452024-10-09T22:12:03.135Z[ host-image] Oct 09 22:12:01.562 INFO O| Oct 09 22:12:01.562 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89462024-10-09T22:12:03.135Z[ host-image] Oct 09 22:12:01.562 INFO O| Oct 09 22:12:01.562 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89472024-10-09T22:12:03.135Z[ host-image] Oct 09 22:12:01.562 INFO O| Oct 09 22:12:01.562 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89482024-10-09T22:12:03.137Z[ host-image] Oct 09 22:12:01.562 INFO O| Oct 09 22:12:01.562 INFO STEP 15 (ensure_dir) COMPLETE
89492024-10-09T22:12:03.137Z[ host-image] Oct 09 22:12:01.562 INFO O| Oct 09 22:12:01.562 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502024-10-09T22:12:03.146Z[ host-image] Oct 09 22:12:01.573 INFO O| Oct 09 22:12:01.573 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89512024-10-09T22:12:03.146Z[ host-image] Oct 09 22:12:01.573 INFO O| Oct 09 22:12:01.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89522024-10-09T22:12:03.146Z[ host-image] Oct 09 22:12:01.573 INFO O| Oct 09 22:12:01.573 INFO STEP 16 (ensure_dir) COMPLETE
89532024-10-09T22:12:03.146Z[ host-image] Oct 09 22:12:01.573 INFO O| Oct 09 22:12:01.573 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89542024-10-09T22:12:03.155Z[ host-image] Oct 09 22:12:01.582 INFO O| Oct 09 22:12:01.582 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89552024-10-09T22:12:03.157Z[ host-image] Oct 09 22:12:01.583 INFO O| Oct 09 22:12:01.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89562024-10-09T22:12:03.157Z[ host-image] Oct 09 22:12:01.583 INFO O| Oct 09 22:12:01.583 INFO STEP 17 (ensure_dir) COMPLETE
89572024-10-09T22:12:03.157Z[ host-image] Oct 09 22:12:01.583 INFO O| Oct 09 22:12:01.583 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89582024-10-09T22:12:03.166Z[ host-image] Oct 09 22:12:01.594 INFO O| Oct 09 22:12:01.594 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89592024-10-09T22:12:03.166Z[ host-image] Oct 09 22:12:01.594 INFO O| Oct 09 22:12:01.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89602024-10-09T22:12:03.169Z[ host-image] Oct 09 22:12:01.594 INFO O| Oct 09 22:12:01.594 INFO ok!
89612024-10-09T22:12:03.169Z[ host-image] Oct 09 22:12:01.594 INFO O| Oct 09 22:12:01.594 INFO STEP 18 (ensure_symlink) COMPLETE
89622024-10-09T22:12:03.169Z[ host-image] Oct 09 22:12:01.594 INFO O| Oct 09 22:12:01.594 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89632024-10-09T22:12:03.177Z[ host-image] Oct 09 22:12:01.605 INFO O| Oct 09 22:12:01.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89642024-10-09T22:12:03.177Z[ host-image] Oct 09 22:12:01.605 INFO O| Oct 09 22:12:01.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89652024-10-09T22:12:03.177Z[ host-image] Oct 09 22:12:01.605 INFO O| Oct 09 22:12:01.605 INFO ok!
89662024-10-09T22:12:03.180Z[ host-image] Oct 09 22:12:01.605 INFO O| Oct 09 22:12:01.605 INFO STEP 19 (ensure_file) COMPLETE
89672024-10-09T22:12:03.180Z[ host-image] Oct 09 22:12:01.605 INFO O| Oct 09 22:12:01.605 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89682024-10-09T22:12:03.187Z[ host-image] Oct 09 22:12:01.614 INFO O| Oct 09 22:12:01.614 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89692024-10-09T22:12:03.187Z[ host-image] Oct 09 22:12:01.614 INFO O| Oct 09 22:12:01.614 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89702024-10-09T22:12:03.189Z[ host-image] Oct 09 22:12:01.615 INFO O| Oct 09 22:12:01.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89712024-10-09T22:12:03.189Z[ host-image] Oct 09 22:12:01.615 INFO O| Oct 09 22:12:01.615 INFO ok!
89722024-10-09T22:12:03.189Z[ host-image] Oct 09 22:12:01.615 INFO O| Oct 09 22:12:01.615 INFO STEP 20 (ensure_symlink) COMPLETE
89732024-10-09T22:12:03.189Z[ host-image] Oct 09 22:12:01.615 INFO O| Oct 09 22:12:01.615 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89742024-10-09T22:12:03.196Z[ host-image] Oct 09 22:12:01.624 INFO O| Oct 09 22:12:01.624 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89752024-10-09T22:12:03.196Z[ host-image] Oct 09 22:12:01.624 INFO O| Oct 09 22:12:01.624 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89762024-10-09T22:12:03.199Z[ host-image] Oct 09 22:12:01.624 INFO O| Oct 09 22:12:01.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89772024-10-09T22:12:03.199Z[ host-image] Oct 09 22:12:01.624 INFO O| Oct 09 22:12:01.624 INFO ok!
89782024-10-09T22:12:03.199Z[ host-image] Oct 09 22:12:01.624 INFO O| Oct 09 22:12:01.624 INFO STEP 21 (ensure_symlink) COMPLETE
89792024-10-09T22:12:03.199Z[ host-image] Oct 09 22:12:01.624 INFO O| Oct 09 22:12:01.624 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89802024-10-09T22:12:03.206Z[ host-image] Oct 09 22:12:01.634 INFO O| Oct 09 22:12:01.634 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89812024-10-09T22:12:03.206Z[ host-image] Oct 09 22:12:01.634 INFO O| Oct 09 22:12:01.634 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89822024-10-09T22:12:03.209Z[ host-image] Oct 09 22:12:01.634 INFO O| Oct 09 22:12:01.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89832024-10-09T22:12:03.209Z[ host-image] Oct 09 22:12:01.634 INFO O| Oct 09 22:12:01.634 INFO ok!
89842024-10-09T22:12:03.209Z[ host-image] Oct 09 22:12:01.634 INFO O| Oct 09 22:12:01.634 INFO STEP 22 (ensure_symlink) COMPLETE
89852024-10-09T22:12:03.209Z[ host-image] Oct 09 22:12:01.634 INFO O| Oct 09 22:12:01.634 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89862024-10-09T22:12:03.216Z[ host-image] Oct 09 22:12:01.643 INFO O| Oct 09 22:12:01.643 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89872024-10-09T22:12:03.216Z[ host-image] Oct 09 22:12:01.643 INFO O| Oct 09 22:12:01.643 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89882024-10-09T22:12:03.218Z[ host-image] Oct 09 22:12:01.644 INFO O| Oct 09 22:12:01.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89892024-10-09T22:12:03.218Z[ host-image] Oct 09 22:12:01.644 INFO O| Oct 09 22:12:01.643 INFO ok!
89902024-10-09T22:12:03.218Z[ host-image] Oct 09 22:12:01.644 INFO O| Oct 09 22:12:01.644 INFO STEP 23 (ensure_symlink) COMPLETE
89912024-10-09T22:12:03.218Z[ host-image] Oct 09 22:12:01.644 INFO O| Oct 09 22:12:01.644 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89922024-10-09T22:12:03.225Z[ host-image] Oct 09 22:12:01.653 INFO O| Oct 09 22:12:01.653 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89932024-10-09T22:12:03.228Z[ host-image] Oct 09 22:12:01.653 INFO O| Oct 09 22:12:01.653 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89942024-10-09T22:12:03.228Z[ host-image] Oct 09 22:12:01.653 INFO O| Oct 09 22:12:01.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89952024-10-09T22:12:03.228Z[ host-image] Oct 09 22:12:01.653 INFO O| Oct 09 22:12:01.653 INFO ok!
89962024-10-09T22:12:03.228Z[ host-image] Oct 09 22:12:01.653 INFO O| Oct 09 22:12:01.653 INFO STEP 24 (ensure_file) COMPLETE
89972024-10-09T22:12:03.228Z[ host-image] Oct 09 22:12:01.653 INFO O| Oct 09 22:12:01.653 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89982024-10-09T22:12:03.237Z[ host-image] Oct 09 22:12:01.664 INFO O| Oct 09 22:12:01.664 INFO updating shadow file
89992024-10-09T22:12:03.240Z[ host-image] Oct 09 22:12:01.665 INFO O| Oct 09 22:12:01.665 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90002024-10-09T22:12:03.240Z[ host-image] Oct 09 22:12:01.665 INFO O| Oct 09 22:12:01.665 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90012024-10-09T22:12:03.240Z[ host-image] Oct 09 22:12:01.665 INFO O| Oct 09 22:12:01.665 INFO STEP 25 (shadow) COMPLETE
90022024-10-09T22:12:03.240Z[ host-image] Oct 09 22:12:01.665 INFO O| Oct 09 22:12:01.665 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90032024-10-09T22:12:03.248Z[ host-image] Oct 09 22:12:01.676 INFO O| Oct 09 22:12:01.675 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90042024-10-09T22:12:03.248Z[ host-image] Oct 09 22:12:01.676 INFO O| Oct 09 22:12:01.676 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90052024-10-09T22:12:03.250Z[ host-image] Oct 09 22:12:01.676 INFO O| Oct 09 22:12:01.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90062024-10-09T22:12:03.250Z[ host-image] Oct 09 22:12:01.676 INFO O| Oct 09 22:12:01.676 INFO ok!
90072024-10-09T22:12:03.250Z[ host-image] Oct 09 22:12:01.676 INFO O| Oct 09 22:12:01.676 INFO STEP 26 (ensure_file) COMPLETE
90082024-10-09T22:12:03.250Z[ host-image] Oct 09 22:12:01.676 INFO O| Oct 09 22:12:01.676 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90092024-10-09T22:12:03.258Z[ host-image] Oct 09 22:12:01.685 INFO O| Oct 09 22:12:01.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90102024-10-09T22:12:03.258Z[ host-image] Oct 09 22:12:01.685 INFO O| Oct 09 22:12:01.685 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90112024-10-09T22:12:03.261Z[ host-image] Oct 09 22:12:01.686 INFO O| Oct 09 22:12:01.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90122024-10-09T22:12:03.261Z[ host-image] Oct 09 22:12:01.686 INFO O| Oct 09 22:12:01.686 INFO ok!
90132024-10-09T22:12:03.261Z[ host-image] Oct 09 22:12:01.686 INFO O| Oct 09 22:12:01.686 INFO STEP 27 (ensure_file) COMPLETE
90142024-10-09T22:12:03.261Z[ host-image] Oct 09 22:12:01.686 INFO O| Oct 09 22:12:01.686 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90152024-10-09T22:12:03.269Z[ host-image] Oct 09 22:12:01.695 INFO O| Oct 09 22:12:01.695 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90162024-10-09T22:12:03.269Z[ host-image] Oct 09 22:12:01.695 INFO O| Oct 09 22:12:01.695 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90172024-10-09T22:12:03.272Z[ host-image] Oct 09 22:12:01.695 INFO O| Oct 09 22:12:01.695 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90182024-10-09T22:12:03.272Z[ host-image] Oct 09 22:12:01.696 INFO O| Oct 09 22:12:01.695 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90192024-10-09T22:12:03.272Z[ host-image] Oct 09 22:12:01.696 INFO O| Oct 09 22:12:01.696 INFO ok!
90202024-10-09T22:12:03.272Z[ host-image] Oct 09 22:12:01.696 INFO O| Oct 09 22:12:01.696 INFO STEP 28 (ensure_file) COMPLETE
90212024-10-09T22:12:03.272Z[ host-image] Oct 09 22:12:01.696 INFO O| Oct 09 22:12:01.696 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90222024-10-09T22:12:03.278Z[ host-image] Oct 09 22:12:01.705 INFO O| Oct 09 22:12:01.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90232024-10-09T22:12:03.278Z[ host-image] Oct 09 22:12:01.705 INFO O| Oct 09 22:12:01.705 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90242024-10-09T22:12:03.283Z[ host-image] Oct 09 22:12:01.705 INFO O| Oct 09 22:12:01.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90252024-10-09T22:12:03.283Z[ host-image] Oct 09 22:12:01.705 INFO O| Oct 09 22:12:01.705 INFO ok!
90262024-10-09T22:12:03.283Z[ host-image] Oct 09 22:12:01.705 INFO O| Oct 09 22:12:01.705 INFO STEP 29 (ensure_file) COMPLETE
90272024-10-09T22:12:03.283Z[ host-image] Oct 09 22:12:01.705 INFO O| Oct 09 22:12:01.705 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90282024-10-09T22:12:03.287Z[ host-image] Oct 09 22:12:01.715 INFO O| Oct 09 22:12:01.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90292024-10-09T22:12:03.290Z[ host-image] Oct 09 22:12:01.715 INFO O| Oct 09 22:12:01.715 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90302024-10-09T22:12:03.290Z[ host-image] Oct 09 22:12:01.715 INFO O| Oct 09 22:12:01.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90312024-10-09T22:12:03.290Z[ host-image] Oct 09 22:12:01.715 INFO O| Oct 09 22:12:01.715 INFO ok!
90322024-10-09T22:12:03.290Z[ host-image] Oct 09 22:12:01.715 INFO O| Oct 09 22:12:01.715 INFO STEP 30 (ensure_file) COMPLETE
90332024-10-09T22:12:03.290Z[ host-image] Oct 09 22:12:01.715 INFO O| Oct 09 22:12:01.715 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90342024-10-09T22:12:03.297Z[ host-image] Oct 09 22:12:01.725 INFO O| Oct 09 22:12:01.725 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90352024-10-09T22:12:03.297Z[ host-image] Oct 09 22:12:01.725 INFO O| Oct 09 22:12:01.725 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90362024-10-09T22:12:03.300Z[ host-image] Oct 09 22:12:01.725 INFO O| Oct 09 22:12:01.725 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90372024-10-09T22:12:03.300Z[ host-image] Oct 09 22:12:01.725 INFO O| Oct 09 22:12:01.725 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90382024-10-09T22:12:03.300Z[ host-image] Oct 09 22:12:01.725 INFO O| Oct 09 22:12:01.725 INFO ok!
90392024-10-09T22:12:03.300Z[ host-image] Oct 09 22:12:01.725 INFO O| Oct 09 22:12:01.725 INFO STEP 31 (ensure_file) COMPLETE
90402024-10-09T22:12:03.300Z[ host-image] Oct 09 22:12:01.725 INFO O| Oct 09 22:12:01.725 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90412024-10-09T22:12:03.307Z[ host-image] Oct 09 22:12:01.735 INFO O| Oct 09 22:12:01.735 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90422024-10-09T22:12:03.307Z[ host-image] Oct 09 22:12:01.735 INFO O| Oct 09 22:12:01.735 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90432024-10-09T22:12:03.310Z[ host-image] Oct 09 22:12:01.735 INFO O| Oct 09 22:12:01.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90442024-10-09T22:12:03.310Z[ host-image] Oct 09 22:12:01.735 INFO O| Oct 09 22:12:01.735 INFO ok!
90452024-10-09T22:12:03.310Z[ host-image] Oct 09 22:12:01.735 INFO O| Oct 09 22:12:01.735 INFO STEP 32 (ensure_file) COMPLETE
90462024-10-09T22:12:03.310Z[ host-image] Oct 09 22:12:01.735 INFO O| Oct 09 22:12:01.735 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90472024-10-09T22:12:03.317Z[ host-image] Oct 09 22:12:01.745 INFO O| Oct 09 22:12:01.745 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90482024-10-09T22:12:03.317Z[ host-image] Oct 09 22:12:01.745 INFO O| Oct 09 22:12:01.745 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90492024-10-09T22:12:03.320Z[ host-image] Oct 09 22:12:01.745 INFO O| Oct 09 22:12:01.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90502024-10-09T22:12:03.320Z[ host-image] Oct 09 22:12:01.745 INFO O| Oct 09 22:12:01.745 INFO ok!
90512024-10-09T22:12:03.320Z[ host-image] Oct 09 22:12:01.745 INFO O| Oct 09 22:12:01.745 INFO STEP 33 (ensure_file) COMPLETE
90522024-10-09T22:12:03.320Z[ host-image] Oct 09 22:12:01.745 INFO O| Oct 09 22:12:01.745 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90532024-10-09T22:12:03.327Z[ host-image] Oct 09 22:12:01.754 INFO O| Oct 09 22:12:01.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90542024-10-09T22:12:03.329Z[ host-image] Oct 09 22:12:01.754 INFO O| Oct 09 22:12:01.754 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90552024-10-09T22:12:03.329Z[ host-image] Oct 09 22:12:01.754 INFO O| Oct 09 22:12:01.754 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90562024-10-09T22:12:03.329Z[ host-image] Oct 09 22:12:01.755 INFO O| Oct 09 22:12:01.754 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90572024-10-09T22:12:03.329Z[ host-image] Oct 09 22:12:01.755 INFO O| Oct 09 22:12:01.755 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90582024-10-09T22:12:03.329Z[ host-image] Oct 09 22:12:01.755 INFO O| Oct 09 22:12:01.755 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90592024-10-09T22:12:03.329Z[ host-image] Oct 09 22:12:01.755 INFO O| Oct 09 22:12:01.755 INFO ok!
90602024-10-09T22:12:03.329Z[ host-image] Oct 09 22:12:01.755 INFO O| Oct 09 22:12:01.755 INFO STEP 34 (ensure_file) COMPLETE
90612024-10-09T22:12:03.329Z[ host-image] Oct 09 22:12:01.755 INFO O| Oct 09 22:12:01.755 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90622024-10-09T22:12:03.337Z[ host-image] Oct 09 22:12:01.764 INFO O| Oct 09 22:12:01.764 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90632024-10-09T22:12:03.339Z[ host-image] Oct 09 22:12:01.764 INFO O| Oct 09 22:12:01.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90642024-10-09T22:12:03.339Z[ host-image] Oct 09 22:12:01.764 INFO O| Oct 09 22:12:01.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90652024-10-09T22:12:03.339Z[ host-image] Oct 09 22:12:01.765 INFO O| Oct 09 22:12:01.765 INFO STEP 35 (ensure_dir) COMPLETE
90662024-10-09T22:12:03.339Z[ host-image] Oct 09 22:12:01.765 INFO O| Oct 09 22:12:01.765 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90672024-10-09T22:12:03.346Z[ host-image] Oct 09 22:12:01.774 INFO O| Oct 09 22:12:01.774 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
90682024-10-09T22:12:03.346Z[ host-image] Oct 09 22:12:01.774 INFO O| Oct 09 22:12:01.774 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 ...
90692024-10-09T22:12:03.349Z[ host-image] Oct 09 22:12:01.774 INFO O| Oct 09 22:12:01.774 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
90702024-10-09T22:12:03.349Z[ host-image] Oct 09 22:12:01.774 INFO O| Oct 09 22:12:01.774 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
90712024-10-09T22:12:03.349Z[ host-image] Oct 09 22:12:01.774 INFO O| Oct 09 22:12:01.774 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
90722024-10-09T22:12:03.349Z[ host-image] Oct 09 22:12:01.774 INFO O| Oct 09 22:12:01.774 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
90732024-10-09T22:12:03.349Z[ host-image] Oct 09 22:12:01.774 INFO O| Oct 09 22:12:01.774 INFO ok!
90742024-10-09T22:12:03.349Z[ host-image] Oct 09 22:12:01.774 INFO O| Oct 09 22:12:01.774 INFO STEP 36 (ensure_file) COMPLETE
90752024-10-09T22:12:03.349Z[ host-image] Oct 09 22:12:01.774 INFO O| Oct 09 22:12:01.774 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90762024-10-09T22:12:03.356Z[ host-image] Oct 09 22:12:01.784 INFO O| Oct 09 22:12:01.784 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90772024-10-09T22:12:03.359Z[ host-image] Oct 09 22:12:01.784 INFO O| Oct 09 22:12:01.784 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 ...
90782024-10-09T22:12:03.359Z[ host-image] Oct 09 22:12:01.784 INFO O| Oct 09 22:12:01.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90792024-10-09T22:12:03.359Z[ host-image] Oct 09 22:12:01.784 INFO O| Oct 09 22:12:01.784 INFO ok!
90802024-10-09T22:12:03.359Z[ host-image] Oct 09 22:12:01.784 INFO O| Oct 09 22:12:01.784 INFO STEP 37 (ensure_symlink) COMPLETE
90812024-10-09T22:12:03.359Z[ host-image] Oct 09 22:12:01.784 INFO O| Oct 09 22:12:01.784 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90822024-10-09T22:12:03.366Z[ host-image] Oct 09 22:12:01.794 INFO O| Oct 09 22:12:01.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90832024-10-09T22:12:03.366Z[ host-image] Oct 09 22:12:01.794 INFO O| Oct 09 22:12:01.794 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90842024-10-09T22:12:03.369Z[ host-image] Oct 09 22:12:01.794 INFO O| Oct 09 22:12:01.794 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90852024-10-09T22:12:03.369Z[ host-image] Oct 09 22:12:01.794 INFO O| Oct 09 22:12:01.794 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90862024-10-09T22:12:03.369Z[ host-image] Oct 09 22:12:01.794 INFO O| Oct 09 22:12:01.794 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90872024-10-09T22:12:03.369Z[ host-image] Oct 09 22:12:01.794 INFO O| Oct 09 22:12:01.794 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90882024-10-09T22:12:03.369Z[ host-image] Oct 09 22:12:01.794 INFO O| Oct 09 22:12:01.794 INFO ok!
90892024-10-09T22:12:03.369Z[ host-image] Oct 09 22:12:01.794 INFO O| Oct 09 22:12:01.794 INFO STEP 38 (ensure_file) COMPLETE
90902024-10-09T22:12:03.369Z[ host-image] Oct 09 22:12:01.794 INFO O| Oct 09 22:12:01.794 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90912024-10-09T22:12:03.376Z[ host-image] Oct 09 22:12:01.804 INFO O| Oct 09 22:12:01.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90922024-10-09T22:12:03.379Z[ host-image] Oct 09 22:12:01.804 INFO O| Oct 09 22:12:01.804 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 ...
90932024-10-09T22:12:03.379Z[ host-image] Oct 09 22:12:01.804 INFO O| Oct 09 22:12:01.804 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
90942024-10-09T22:12:03.379Z[ host-image] Oct 09 22:12:01.804 INFO O| Oct 09 22:12:01.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90952024-10-09T22:12:03.379Z[ host-image] Oct 09 22:12:01.804 INFO O| Oct 09 22:12:01.804 INFO ok!
90962024-10-09T22:12:03.379Z[ host-image] Oct 09 22:12:01.804 INFO O| Oct 09 22:12:01.804 INFO STEP 39 (ensure_file) COMPLETE
90972024-10-09T22:12:03.379Z[ host-image] Oct 09 22:12:01.804 INFO O| Oct 09 22:12:01.804 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90982024-10-09T22:12:03.386Z[ host-image] Oct 09 22:12:01.814 INFO O| Oct 09 22:12:01.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90992024-10-09T22:12:03.386Z[ host-image] Oct 09 22:12:01.814 INFO O| Oct 09 22:12:01.814 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91002024-10-09T22:12:03.389Z[ host-image] Oct 09 22:12:01.814 INFO O| Oct 09 22:12:01.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91012024-10-09T22:12:03.389Z[ host-image] Oct 09 22:12:01.814 INFO O| Oct 09 22:12:01.814 INFO ok!
91022024-10-09T22:12:03.389Z[ host-image] Oct 09 22:12:01.814 INFO O| Oct 09 22:12:01.814 INFO STEP 40 (ensure_file) COMPLETE
91032024-10-09T22:12:03.390Z[ host-image] Oct 09 22:12:01.814 INFO O| Oct 09 22:12:01.814 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91042024-10-09T22:12:03.396Z[ host-image] Oct 09 22:12:01.824 INFO O| Oct 09 22:12:01.824 INFO updating shadow file
91052024-10-09T22:12:03.398Z[ host-image] Oct 09 22:12:01.824 INFO O| Oct 09 22:12:01.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91062024-10-09T22:12:03.398Z[ host-image] Oct 09 22:12:01.824 INFO O| Oct 09 22:12:01.824 INFO STEP 41 (shadow) COMPLETE
91072024-10-09T22:12:03.398Z[ host-image] Oct 09 22:12:01.824 INFO O| Oct 09 22:12:01.824 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91082024-10-09T22:12:03.406Z[ host-image] Oct 09 22:12:01.833 INFO O| Oct 09 22:12:01.833 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91092024-10-09T22:12:03.406Z[ host-image] Oct 09 22:12:01.833 INFO O| Oct 09 22:12:01.833 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91102024-10-09T22:12:03.409Z[ host-image] Oct 09 22:12:01.834 INFO O| Oct 09 22:12:01.834 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91112024-10-09T22:12:03.409Z[ host-image] Oct 09 22:12:01.834 INFO O| Oct 09 22:12:01.834 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91122024-10-09T22:12:03.409Z[ host-image] Oct 09 22:12:01.834 INFO O| Oct 09 22:12:01.834 INFO ok!
91132024-10-09T22:12:03.409Z[ host-image] Oct 09 22:12:01.834 INFO O| Oct 09 22:12:01.834 INFO STEP 42 (ensure_file) COMPLETE
91142024-10-09T22:12:03.409Z[ host-image] Oct 09 22:12:01.834 INFO O| Oct 09 22:12:01.834 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91152024-10-09T22:12:03.409Z[ host-image] Oct 09 22:12:01.834 INFO O| Oct 09 22:12:01.834 INFO skip step because feature "mfg" is not enabled
91162024-10-09T22:12:03.409Z[ host-image] Oct 09 22:12:01.834 INFO O| Oct 09 22:12:01.834 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91172024-10-09T22:12:03.409Z[ host-image] Oct 09 22:12:01.834 INFO O| Oct 09 22:12:01.834 INFO skip step because feature "mfg" is not enabled
91182024-10-09T22:12:03.409Z[ host-image] Oct 09 22:12:01.834 INFO O| Oct 09 22:12:01.834 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91192024-10-09T22:12:03.416Z[ host-image] Oct 09 22:12:01.844 INFO O| Oct 09 22:12:01.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91202024-10-09T22:12:03.419Z[ host-image] Oct 09 22:12:01.844 INFO O| Oct 09 22:12:01.844 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91212024-10-09T22:12:04.069Z[ host-image] Oct 09 22:12:02.496 INFO O| Oct 09 22:12:02.496 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91222024-10-09T22:12:04.069Z[ host-image] Oct 09 22:12:02.496 INFO O| Oct 09 22:12:02.496 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91232024-10-09T22:12:04.069Z[ host-image] Oct 09 22:12:02.496 INFO O| Oct 09 22:12:02.496 INFO ok!
91242024-10-09T22:12:04.069Z[ host-image] Oct 09 22:12:02.496 INFO O| Oct 09 22:12:02.496 INFO STEP 45 (ensure_file) COMPLETE
91252024-10-09T22:12:04.071Z[ host-image] Oct 09 22:12:02.496 INFO O| Oct 09 22:12:02.496 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91262024-10-09T22:12:04.080Z[ host-image] Oct 09 22:12:02.507 INFO O| Oct 09 22:12:02.507 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91272024-10-09T22:12:04.083Z[ host-image] Oct 09 22:12:02.507 INFO O| Oct 09 22:12:02.507 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91282024-10-09T22:12:04.083Z[ host-image] Oct 09 22:12:02.508 INFO O| Oct 09 22:12:02.507 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91292024-10-09T22:12:04.083Z[ host-image] Oct 09 22:12:02.508 INFO O| Oct 09 22:12:02.508 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91302024-10-09T22:12:04.083Z[ host-image] Oct 09 22:12:02.508 INFO O| Oct 09 22:12:02.508 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91312024-10-09T22:12:04.083Z[ host-image] Oct 09 22:12:02.508 INFO O| Oct 09 22:12:02.508 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91322024-10-09T22:12:04.084Z[ host-image] Oct 09 22:12:02.508 INFO O| Oct 09 22:12:02.508 INFO ok!
91332024-10-09T22:12:04.084Z[ host-image] Oct 09 22:12:02.508 INFO O| Oct 09 22:12:02.508 INFO STEP 46 (ensure_file) COMPLETE
91342024-10-09T22:12:04.084Z[ host-image] Oct 09 22:12:02.508 INFO O| Oct 09 22:12:02.508 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91352024-10-09T22:12:04.090Z[ host-image] Oct 09 22:12:02.518 INFO O| Oct 09 22:12:02.517 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91362024-10-09T22:12:04.093Z[ host-image] Oct 09 22:12:02.518 INFO O| Oct 09 22:12:02.518 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 ...
91372024-10-09T22:12:04.093Z[ host-image] Oct 09 22:12:02.518 INFO O| Oct 09 22:12:02.518 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
91382024-10-09T22:12:04.093Z[ host-image] Oct 09 22:12:02.518 INFO O| Oct 09 22:12:02.518 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91392024-10-09T22:12:04.093Z[ host-image] Oct 09 22:12:02.518 INFO O| Oct 09 22:12:02.518 INFO ok!
91402024-10-09T22:12:04.093Z[ host-image] Oct 09 22:12:02.518 INFO O| Oct 09 22:12:02.518 INFO STEP 47 (ensure_file) COMPLETE
91412024-10-09T22:12:04.093Z[ host-image] Oct 09 22:12:02.518 INFO O| Oct 09 22:12:02.518 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91422024-10-09T22:12:04.100Z[ host-image] Oct 09 22:12:02.527 INFO O| Oct 09 22:12:02.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91432024-10-09T22:12:04.100Z[ host-image] Oct 09 22:12:02.527 INFO O| Oct 09 22:12:02.527 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91442024-10-09T22:12:04.103Z[ host-image] Oct 09 22:12:02.527 INFO O| Oct 09 22:12:02.527 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91452024-10-09T22:12:04.103Z[ host-image] Oct 09 22:12:02.528 INFO O| Oct 09 22:12:02.527 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91462024-10-09T22:12:04.104Z[ host-image] Oct 09 22:12:02.528 INFO O| Oct 09 22:12:02.528 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91472024-10-09T22:12:04.104Z[ host-image] Oct 09 22:12:02.528 INFO O| Oct 09 22:12:02.528 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91482024-10-09T22:12:04.104Z[ host-image] Oct 09 22:12:02.528 INFO O| Oct 09 22:12:02.528 INFO ok!
91492024-10-09T22:12:04.104Z[ host-image] Oct 09 22:12:02.528 INFO O| Oct 09 22:12:02.528 INFO STEP 48 (ensure_file) COMPLETE
91502024-10-09T22:12:04.104Z[ host-image] Oct 09 22:12:02.528 INFO O| Oct 09 22:12:02.528 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91512024-10-09T22:12:04.110Z[ host-image] Oct 09 22:12:02.537 INFO O| Oct 09 22:12:02.537 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91522024-10-09T22:12:04.110Z[ host-image] Oct 09 22:12:02.537 INFO O| Oct 09 22:12:02.537 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 ...
91532024-10-09T22:12:04.113Z[ host-image] Oct 09 22:12:02.537 INFO O| Oct 09 22:12:02.537 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
91542024-10-09T22:12:04.113Z[ host-image] Oct 09 22:12:02.537 INFO O| Oct 09 22:12:02.537 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91552024-10-09T22:12:04.113Z[ host-image] Oct 09 22:12:02.537 INFO O| Oct 09 22:12:02.537 INFO ok!
91562024-10-09T22:12:04.113Z[ host-image] Oct 09 22:12:02.537 INFO O| Oct 09 22:12:02.537 INFO STEP 49 (ensure_file) COMPLETE
91572024-10-09T22:12:04.113Z[ host-image] Oct 09 22:12:02.537 INFO O| Oct 09 22:12:02.537 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91582024-10-09T22:12:04.119Z[ host-image] Oct 09 22:12:02.547 INFO O| Oct 09 22:12:02.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91592024-10-09T22:12:04.119Z[ host-image] Oct 09 22:12:02.547 INFO O| Oct 09 22:12:02.547 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91602024-10-09T22:12:04.122Z[ host-image] Oct 09 22:12:02.547 INFO O| Oct 09 22:12:02.547 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91612024-10-09T22:12:04.122Z[ host-image] Oct 09 22:12:02.547 INFO O| Oct 09 22:12:02.547 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91622024-10-09T22:12:04.122Z[ host-image] Oct 09 22:12:02.547 INFO O| Oct 09 22:12:02.547 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91632024-10-09T22:12:04.122Z[ host-image] Oct 09 22:12:02.547 INFO O| Oct 09 22:12:02.547 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91642024-10-09T22:12:04.122Z[ host-image] Oct 09 22:12:02.547 INFO O| Oct 09 22:12:02.547 INFO ok!
91652024-10-09T22:12:04.122Z[ host-image] Oct 09 22:12:02.547 INFO O| Oct 09 22:12:02.547 INFO STEP 50 (ensure_file) COMPLETE
91662024-10-09T22:12:04.122Z[ host-image] Oct 09 22:12:02.547 INFO O| Oct 09 22:12:02.547 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91672024-10-09T22:12:04.129Z[ host-image] Oct 09 22:12:02.556 INFO O| Oct 09 22:12:02.556 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91682024-10-09T22:12:04.132Z[ host-image] Oct 09 22:12:02.556 INFO O| Oct 09 22:12:02.556 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 ...
91692024-10-09T22:12:04.132Z[ host-image] Oct 09 22:12:02.557 INFO O| Oct 09 22:12:02.557 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
91702024-10-09T22:12:04.132Z[ host-image] Oct 09 22:12:02.557 INFO O| Oct 09 22:12:02.557 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91712024-10-09T22:12:04.132Z[ host-image] Oct 09 22:12:02.557 INFO O| Oct 09 22:12:02.557 INFO ok!
91722024-10-09T22:12:04.132Z[ host-image] Oct 09 22:12:02.557 INFO O| Oct 09 22:12:02.557 INFO STEP 51 (ensure_file) COMPLETE
91732024-10-09T22:12:04.132Z[ host-image] Oct 09 22:12:02.557 INFO O| Oct 09 22:12:02.557 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91742024-10-09T22:12:04.139Z[ host-image] Oct 09 22:12:02.567 INFO O| Oct 09 22:12:02.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91752024-10-09T22:12:04.139Z[ host-image] Oct 09 22:12:02.567 INFO O| Oct 09 22:12:02.567 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 ...
91762024-10-09T22:12:04.142Z[ host-image] Oct 09 22:12:02.567 INFO O| Oct 09 22:12:02.567 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
91772024-10-09T22:12:04.142Z[ host-image] Oct 09 22:12:02.567 INFO O| Oct 09 22:12:02.567 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91782024-10-09T22:12:04.142Z[ host-image] Oct 09 22:12:02.567 INFO O| Oct 09 22:12:02.567 INFO ok!
91792024-10-09T22:12:04.142Z[ host-image] Oct 09 22:12:02.567 INFO O| Oct 09 22:12:02.567 INFO STEP 52 (ensure_file) COMPLETE
91802024-10-09T22:12:04.142Z[ host-image] Oct 09 22:12:02.567 INFO O| Oct 09 22:12:02.567 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91812024-10-09T22:12:04.149Z[ host-image] Oct 09 22:12:02.576 INFO O| Oct 09 22:12:02.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91822024-10-09T22:12:04.149Z[ host-image] Oct 09 22:12:02.576 INFO O| Oct 09 22:12:02.576 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 ...
91832024-10-09T22:12:04.151Z[ host-image] Oct 09 22:12:02.576 INFO O| Oct 09 22:12:02.576 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
91842024-10-09T22:12:04.151Z[ host-image] Oct 09 22:12:02.576 INFO O| Oct 09 22:12:02.576 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91852024-10-09T22:12:04.151Z[ host-image] Oct 09 22:12:02.576 INFO O| Oct 09 22:12:02.576 INFO ok!
91862024-10-09T22:12:04.151Z[ host-image] Oct 09 22:12:02.576 INFO O| Oct 09 22:12:02.576 INFO STEP 53 (ensure_file) COMPLETE
91872024-10-09T22:12:04.151Z[ host-image] Oct 09 22:12:02.577 INFO O| Oct 09 22:12:02.576 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-10-09T22:12:04.158Z[ host-image] Oct 09 22:12:02.586 INFO O| Oct 09 22:12:02.586 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91892024-10-09T22:12:04.158Z[ host-image] Oct 09 22:12:02.586 INFO O| Oct 09 22:12:02.586 INFO STEP 54 (ensure_dir) COMPLETE
91902024-10-09T22:12:04.161Z[ host-image] Oct 09 22:12:02.586 INFO O| Oct 09 22:12:02.586 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-10-09T22:12:04.168Z[ host-image] Oct 09 22:12:02.595 INFO O| Oct 09 22:12:02.595 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91922024-10-09T22:12:04.168Z[ host-image] Oct 09 22:12:02.595 INFO O| Oct 09 22:12:02.595 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91932024-10-09T22:12:04.170Z[ host-image] Oct 09 22:12:02.595 INFO O| Oct 09 22:12:02.595 INFO STEP 55 (ensure_dir) COMPLETE
91942024-10-09T22:12:04.170Z[ host-image] Oct 09 22:12:02.595 INFO O| Oct 09 22:12:02.595 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-10-09T22:12:04.177Z[ host-image] Oct 09 22:12:02.605 INFO O| Oct 09 22:12:02.605 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91962024-10-09T22:12:04.180Z[ host-image] Oct 09 22:12:02.605 INFO O| Oct 09 22:12:02.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91972024-10-09T22:12:04.180Z[ host-image] Oct 09 22:12:02.605 INFO O| Oct 09 22:12:02.605 INFO STEP 56 (ensure_dir) COMPLETE
91982024-10-09T22:12:04.180Z[ host-image] Oct 09 22:12:02.605 INFO O| Oct 09 22:12:02.605 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-10-09T22:12:04.187Z[ host-image] Oct 09 22:12:02.615 INFO O| Oct 09 22:12:02.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92002024-10-09T22:12:04.187Z[ host-image] Oct 09 22:12:02.615 INFO O| Oct 09 22:12:02.614 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92012024-10-09T22:12:04.202Z[ host-image] Oct 09 22:12:02.629 INFO O| Oct 09 22:12:02.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92022024-10-09T22:12:04.202Z[ host-image] Oct 09 22:12:02.629 INFO O| Oct 09 22:12:02.629 INFO ok!
92032024-10-09T22:12:04.204Z[ host-image] Oct 09 22:12:02.629 INFO O| Oct 09 22:12:02.629 INFO STEP 57 (ensure_file) COMPLETE
92042024-10-09T22:12:04.204Z[ host-image] Oct 09 22:12:02.629 INFO O| Oct 09 22:12:02.629 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-10-09T22:12:04.211Z[ host-image] Oct 09 22:12:02.639 INFO O| Oct 09 22:12:02.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92062024-10-09T22:12:04.211Z[ host-image] Oct 09 22:12:02.639 INFO O| Oct 09 22:12:02.639 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92072024-10-09T22:12:04.545Z[ recovery-image] Oct 09 22:12:02.970 INFO image complete! materials are in "/work/os-recovery"
92082024-10-09T22:12:04.548Z[ recovery-image]
92092024-10-09T22:12:04.548Z[ recovery-image] real 7:53.399205292
92102024-10-09T22:12:04.548ZOct 09 22:12:02.975 INFO [recovery-image] process exited with exit status: 0 (473.438933664s)
92112024-10-09T22:12:04.548Z[ recovery-image] user 5:03.437479114
92122024-10-09T22:12:04.548Z[ recovery-image] sys 52.356449486
92132024-10-09T22:12:04.548Z[ recovery-image] trap 0.233554506
92142024-10-09T22:12:04.550Z[ recovery-image] tflt 0.379213676
92152024-10-09T22:12:04.550Z[ recovery-image] dflt 1.106735794
92162024-10-09T22:12:04.550Z[ recovery-image] kflt 0.000077361
92172024-10-09T22:12:04.550Z[ recovery-image] lock 16:53.289946120
92182024-10-09T22:12:04.550Z[ recovery-image] slp 47:35.854606484
92192024-10-09T22:12:04.551Z[ recovery-image] lat 2:04.336483425
92202024-10-09T22:12:04.551Z[ recovery-image] stop 3.366521611
92212024-10-09T22:12:05.286Z[ host-image] Oct 09 22:12:03.713 INFO O| Oct 09 22:12:03.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92222024-10-09T22:12:05.286Z[ host-image] Oct 09 22:12:03.713 INFO O| Oct 09 22:12:03.713 INFO ok!
92232024-10-09T22:12:05.289Z[ host-image] Oct 09 22:12:03.713 INFO O| Oct 09 22:12:03.713 INFO STEP 58 (ensure_file) COMPLETE
92242024-10-09T22:12:05.289Z[ host-image] Oct 09 22:12:03.713 INFO O| Oct 09 22:12:03.713 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-10-09T22:12:05.298Z[ host-image] Oct 09 22:12:03.726 INFO O| Oct 09 22:12:03.726 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92262024-10-09T22:12:05.301Z[ host-image] Oct 09 22:12:03.726 INFO O| Oct 09 22:12:03.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92272024-10-09T22:12:05.301Z[ host-image] Oct 09 22:12:03.726 INFO O| Oct 09 22:12:03.726 INFO STEP 59 (ensure_dir) COMPLETE
92282024-10-09T22:12:05.301Z[ host-image] Oct 09 22:12:03.726 INFO O| Oct 09 22:12:03.726 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-10-09T22:12:05.310Z[ host-image] Oct 09 22:12:03.737 INFO O| Oct 09 22:12:03.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92302024-10-09T22:12:05.310Z[ host-image] Oct 09 22:12:03.737 INFO O| Oct 09 22:12:03.737 INFO copying /tmp/.tmpmFhPjs/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 ...
92312024-10-09T22:12:05.312Z[ host-image] Oct 09 22:12:03.737 INFO O| Oct 09 22:12:03.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92322024-10-09T22:12:05.312Z[ host-image] Oct 09 22:12:03.737 INFO O| Oct 09 22:12:03.737 INFO ok!
92332024-10-09T22:12:05.312Z[ host-image] Oct 09 22:12:03.737 INFO O| Oct 09 22:12:03.737 INFO STEP 60 (ensure_file) COMPLETE
92342024-10-09T22:12:05.312Z[ host-image] Oct 09 22:12:03.737 INFO O| Oct 09 22:12:03.737 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-10-09T22:12:05.320Z[ host-image] Oct 09 22:12:03.747 INFO O| Oct 09 22:12:03.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92362024-10-09T22:12:05.322Z[ host-image] Oct 09 22:12:03.747 INFO O| Oct 09 22:12:03.747 INFO copying /tmp/.tmpmFhPjs/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 ...
92372024-10-09T22:12:05.322Z[ host-image] Oct 09 22:12:03.747 INFO O| Oct 09 22:12:03.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92382024-10-09T22:12:05.323Z[ host-image] Oct 09 22:12:03.747 INFO O| Oct 09 22:12:03.747 INFO ok!
92392024-10-09T22:12:05.323Z[ host-image] Oct 09 22:12:03.747 INFO O| Oct 09 22:12:03.747 INFO STEP 61 (ensure_file) COMPLETE
92402024-10-09T22:12:05.323Z[ host-image] Oct 09 22:12:03.747 INFO O| Oct 09 22:12:03.747 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-10-09T22:12:05.330Z[ host-image] Oct 09 22:12:03.757 INFO O| Oct 09 22:12:03.757 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92422024-10-09T22:12:05.332Z[ host-image] Oct 09 22:12:03.757 INFO O| Oct 09 22:12:03.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92432024-10-09T22:12:05.332Z[ host-image] Oct 09 22:12:03.757 INFO O| Oct 09 22:12:03.757 INFO STEP 62 (ensure_dir) COMPLETE
92442024-10-09T22:12:05.332Z[ host-image] Oct 09 22:12:03.757 INFO O| Oct 09 22:12:03.757 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-10-09T22:12:05.340Z[ host-image] Oct 09 22:12:03.767 INFO O| Oct 09 22:12:03.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92462024-10-09T22:12:05.340Z[ host-image] Oct 09 22:12:03.767 INFO O| Oct 09 22:12:03.767 INFO copying /tmp/.tmpmFhPjs/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 ...
92472024-10-09T22:12:05.343Z[ host-image] Oct 09 22:12:03.767 INFO O| Oct 09 22:12:03.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92482024-10-09T22:12:05.343Z[ host-image] Oct 09 22:12:03.767 INFO O| Oct 09 22:12:03.767 INFO ok!
92492024-10-09T22:12:05.343Z[ host-image] Oct 09 22:12:03.767 INFO O| Oct 09 22:12:03.767 INFO STEP 63 (ensure_file) COMPLETE
92502024-10-09T22:12:05.343Z[ host-image] Oct 09 22:12:03.767 INFO O| Oct 09 22:12:03.767 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-10-09T22:12:05.350Z[ host-image] Oct 09 22:12:03.777 INFO O| Oct 09 22:12:03.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92522024-10-09T22:12:05.350Z[ host-image] Oct 09 22:12:03.777 INFO O| Oct 09 22:12:03.777 INFO copying /tmp/.tmpmFhPjs/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 ...
92532024-10-09T22:12:05.352Z[ host-image] Oct 09 22:12:03.777 INFO O| Oct 09 22:12:03.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92542024-10-09T22:12:05.352Z[ host-image] Oct 09 22:12:03.777 INFO O| Oct 09 22:12:03.777 INFO ok!
92552024-10-09T22:12:05.352Z[ host-image] Oct 09 22:12:03.777 INFO O| Oct 09 22:12:03.777 INFO STEP 64 (ensure_file) COMPLETE
92562024-10-09T22:12:05.352Z[ host-image] Oct 09 22:12:03.777 INFO O| Oct 09 22:12:03.777 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-10-09T22:12:05.360Z[ host-image] Oct 09 22:12:03.787 INFO O| Oct 09 22:12:03.787 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92582024-10-09T22:12:05.362Z[ host-image] Oct 09 22:12:03.787 INFO O| Oct 09 22:12:03.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92592024-10-09T22:12:05.362Z[ host-image] Oct 09 22:12:03.787 INFO O| Oct 09 22:12:03.787 INFO STEP 65 (ensure_dir) COMPLETE
92602024-10-09T22:12:05.362Z[ host-image] Oct 09 22:12:03.787 INFO O| Oct 09 22:12:03.787 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-10-09T22:12:05.370Z[ host-image] Oct 09 22:12:03.797 INFO O| Oct 09 22:12:03.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92622024-10-09T22:12:05.370Z[ host-image] Oct 09 22:12:03.797 INFO O| Oct 09 22:12:03.797 INFO copying /tmp/.tmpmFhPjs/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 ...
92632024-10-09T22:12:05.372Z[ host-image] Oct 09 22:12:03.797 INFO O| Oct 09 22:12:03.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92642024-10-09T22:12:05.372Z[ host-image] Oct 09 22:12:03.797 INFO O| Oct 09 22:12:03.797 INFO ok!
92652024-10-09T22:12:05.372Z[ host-image] Oct 09 22:12:03.797 INFO O| Oct 09 22:12:03.797 INFO STEP 66 (ensure_file) COMPLETE
92662024-10-09T22:12:05.373Z[ host-image] Oct 09 22:12:03.797 INFO O| Oct 09 22:12:03.797 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-10-09T22:12:05.379Z[ host-image] Oct 09 22:12:03.807 INFO O| Oct 09 22:12:03.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92682024-10-09T22:12:05.379Z[ host-image] Oct 09 22:12:03.807 INFO O| Oct 09 22:12:03.807 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92692024-10-09T22:12:05.382Z[ host-image] Oct 09 22:12:03.807 INFO O| Oct 09 22:12:03.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92702024-10-09T22:12:05.382Z[ host-image] Oct 09 22:12:03.807 INFO O| Oct 09 22:12:03.807 INFO ok!
92712024-10-09T22:12:05.382Z[ host-image] Oct 09 22:12:03.807 INFO O| Oct 09 22:12:03.807 INFO STEP 67 (ensure_file) COMPLETE
92722024-10-09T22:12:05.382Z[ host-image] Oct 09 22:12:03.807 INFO O| Oct 09 22:12:03.807 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-10-09T22:12:05.389Z[ host-image] Oct 09 22:12:03.816 INFO O| Oct 09 22:12:03.816 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92742024-10-09T22:12:05.389Z[ host-image] Oct 09 22:12:03.816 INFO O| Oct 09 22:12:03.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92752024-10-09T22:12:05.392Z[ host-image] Oct 09 22:12:03.816 INFO O| Oct 09 22:12:03.816 INFO STEP 68 (ensure_dir) COMPLETE
92762024-10-09T22:12:05.392Z[ host-image] Oct 09 22:12:03.816 INFO O| Oct 09 22:12:03.816 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-10-09T22:12:05.399Z[ host-image] Oct 09 22:12:03.826 INFO O| Oct 09 22:12:03.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92782024-10-09T22:12:05.399Z[ host-image] Oct 09 22:12:03.827 INFO O| Oct 09 22:12:03.826 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92792024-10-09T22:12:06.427Z[ host-image] Oct 09 22:12:04.853 INFO O| Oct 09 22:12:04.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92802024-10-09T22:12:06.427Z[ host-image] Oct 09 22:12:04.853 INFO O| Oct 09 22:12:04.853 INFO ok!
92812024-10-09T22:12:06.427Z[ host-image] Oct 09 22:12:04.853 INFO O| Oct 09 22:12:04.853 INFO STEP 69 (ensure_file) COMPLETE
92822024-10-09T22:12:06.429Z[ host-image] Oct 09 22:12:04.853 INFO O| Oct 09 22:12:04.853 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-10-09T22:12:06.437Z[ host-image] Oct 09 22:12:04.864 INFO O| Oct 09 22:12:04.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92842024-10-09T22:12:06.437Z[ host-image] Oct 09 22:12:04.864 INFO O| Oct 09 22:12:04.864 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92852024-10-09T22:12:07.878Z[ host-image] Oct 09 22:12:06.304 INFO O| Oct 09 22:12:06.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92862024-10-09T22:12:07.878Z[ host-image] Oct 09 22:12:06.304 INFO O| Oct 09 22:12:06.304 INFO ok!
92872024-10-09T22:12:07.878Z[ host-image] Oct 09 22:12:06.305 INFO O| Oct 09 22:12:06.304 INFO STEP 70 (ensure_file) COMPLETE
92882024-10-09T22:12:07.881Z[ host-image] Oct 09 22:12:06.305 INFO O| Oct 09 22:12:06.304 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-10-09T22:12:07.889Z[ host-image] Oct 09 22:12:06.316 INFO O| Oct 09 22:12:06.316 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92902024-10-09T22:12:07.891Z[ host-image] Oct 09 22:12:06.316 INFO O| Oct 09 22:12:06.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92912024-10-09T22:12:07.891Z[ host-image] Oct 09 22:12:06.316 INFO O| Oct 09 22:12:06.316 INFO STEP 71 (ensure_dir) COMPLETE
92922024-10-09T22:12:07.891Z[ host-image] Oct 09 22:12:06.316 INFO O| Oct 09 22:12:06.316 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-10-09T22:12:07.898Z[ host-image] Oct 09 22:12:06.325 INFO O| Oct 09 22:12:06.325 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92942024-10-09T22:12:07.901Z[ host-image] Oct 09 22:12:06.326 INFO O| Oct 09 22:12:06.325 INFO copying /tmp/.tmpmFhPjs/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 ...
92952024-10-09T22:12:07.901Z[ host-image] Oct 09 22:12:06.326 INFO O| Oct 09 22:12:06.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92962024-10-09T22:12:07.901Z[ host-image] Oct 09 22:12:06.326 INFO O| Oct 09 22:12:06.326 INFO ok!
92972024-10-09T22:12:07.901Z[ host-image] Oct 09 22:12:06.326 INFO O| Oct 09 22:12:06.326 INFO STEP 72 (ensure_file) COMPLETE
92982024-10-09T22:12:07.901Z[ host-image] Oct 09 22:12:06.326 INFO O| Oct 09 22:12:06.326 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92992024-10-09T22:12:07.908Z[ host-image] Oct 09 22:12:06.335 INFO O| Oct 09 22:12:06.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93002024-10-09T22:12:07.908Z[ host-image] Oct 09 22:12:06.335 INFO O| Oct 09 22:12:06.335 INFO copying /tmp/.tmpmFhPjs/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 ...
93012024-10-09T22:12:07.911Z[ host-image] Oct 09 22:12:06.335 INFO O| Oct 09 22:12:06.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93022024-10-09T22:12:07.911Z[ host-image] Oct 09 22:12:06.335 INFO O| Oct 09 22:12:06.335 INFO ok!
93032024-10-09T22:12:07.911Z[ host-image] Oct 09 22:12:06.335 INFO O| Oct 09 22:12:06.335 INFO STEP 73 (ensure_file) COMPLETE
93042024-10-09T22:12:07.911Z[ host-image] Oct 09 22:12:06.335 INFO O| Oct 09 22:12:06.335 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-10-09T22:12:07.918Z[ host-image] Oct 09 22:12:06.345 INFO O| Oct 09 22:12:06.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93062024-10-09T22:12:07.918Z[ host-image] Oct 09 22:12:06.345 INFO O| Oct 09 22:12:06.345 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93072024-10-09T22:12:07.921Z[ host-image] Oct 09 22:12:06.345 INFO O| Oct 09 22:12:06.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93082024-10-09T22:12:07.921Z[ host-image] Oct 09 22:12:06.345 INFO O| Oct 09 22:12:06.345 INFO ok!
93092024-10-09T22:12:07.921Z[ host-image] Oct 09 22:12:06.345 INFO O| Oct 09 22:12:06.345 INFO STEP 74 (ensure_file) COMPLETE
93102024-10-09T22:12:07.921Z[ host-image] Oct 09 22:12:06.345 INFO O| Oct 09 22:12:06.345 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112024-10-09T22:12:07.928Z[ host-image] Oct 09 22:12:06.355 INFO O| Oct 09 22:12:06.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93122024-10-09T22:12:07.928Z[ host-image] Oct 09 22:12:06.355 INFO O| Oct 09 22:12:06.355 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93132024-10-09T22:12:07.930Z[ host-image] Oct 09 22:12:06.355 INFO O| Oct 09 22:12:06.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93142024-10-09T22:12:07.930Z[ host-image] Oct 09 22:12:06.355 INFO O| Oct 09 22:12:06.355 INFO ok!
93152024-10-09T22:12:07.930Z[ host-image] Oct 09 22:12:06.355 INFO O| Oct 09 22:12:06.355 INFO STEP 75 (ensure_file) COMPLETE
93162024-10-09T22:12:07.930Z[ host-image] Oct 09 22:12:06.355 INFO O| Oct 09 22:12:06.355 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-10-09T22:12:07.937Z[ host-image] Oct 09 22:12:06.364 INFO O| Oct 09 22:12:06.364 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93182024-10-09T22:12:07.937Z[ host-image] Oct 09 22:12:06.364 INFO O| Oct 09 22:12:06.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93192024-10-09T22:12:07.940Z[ host-image] Oct 09 22:12:06.364 INFO O| Oct 09 22:12:06.364 INFO STEP 76 (ensure_dir) COMPLETE
93202024-10-09T22:12:07.940Z[ host-image] Oct 09 22:12:06.364 INFO O| Oct 09 22:12:06.364 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-10-09T22:12:07.948Z[ host-image] Oct 09 22:12:06.374 INFO O| Oct 09 22:12:06.374 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93222024-10-09T22:12:07.948Z[ host-image] Oct 09 22:12:06.374 INFO O| Oct 09 22:12:06.374 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93232024-10-09T22:12:07.952Z[ host-image] Oct 09 22:12:06.376 INFO O| Oct 09 22:12:06.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93242024-10-09T22:12:07.952Z[ host-image] Oct 09 22:12:06.376 INFO O| Oct 09 22:12:06.376 INFO ok!
93252024-10-09T22:12:07.952Z[ host-image] Oct 09 22:12:06.376 INFO O| Oct 09 22:12:06.376 INFO STEP 77 (ensure_file) COMPLETE
93262024-10-09T22:12:07.952Z[ host-image] Oct 09 22:12:06.376 INFO O| Oct 09 22:12:06.376 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-10-09T22:12:07.959Z[ host-image] Oct 09 22:12:06.386 INFO O| Oct 09 22:12:06.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93282024-10-09T22:12:07.962Z[ host-image] Oct 09 22:12:06.386 INFO O| Oct 09 22:12:06.386 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93292024-10-09T22:12:07.962Z[ host-image] Oct 09 22:12:06.386 INFO O| Oct 09 22:12:06.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93302024-10-09T22:12:07.962Z[ host-image] Oct 09 22:12:06.386 INFO O| Oct 09 22:12:06.386 INFO ok!
93312024-10-09T22:12:07.962Z[ host-image] Oct 09 22:12:06.386 INFO O| Oct 09 22:12:06.386 INFO STEP 78 (ensure_file) COMPLETE
93322024-10-09T22:12:07.962Z[ host-image] Oct 09 22:12:06.386 INFO O| Oct 09 22:12:06.386 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-10-09T22:12:07.968Z[ host-image] Oct 09 22:12:06.395 INFO O| Oct 09 22:12:06.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93342024-10-09T22:12:07.971Z[ host-image] Oct 09 22:12:06.395 INFO O| Oct 09 22:12:06.395 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93352024-10-09T22:12:08.582Z[ host-image] Oct 09 22:12:07.009 INFO O| Oct 09 22:12:07.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93362024-10-09T22:12:08.582Z[ host-image] Oct 09 22:12:07.009 INFO O| Oct 09 22:12:07.009 INFO ok!
93372024-10-09T22:12:08.585Z[ host-image] Oct 09 22:12:07.009 INFO O| Oct 09 22:12:07.009 INFO STEP 79 (ensure_file) COMPLETE
93382024-10-09T22:12:08.585Z[ host-image] Oct 09 22:12:07.009 INFO O| Oct 09 22:12:07.009 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-10-09T22:12:08.593Z[ host-image] Oct 09 22:12:07.020 INFO O| Oct 09 22:12:07.020 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93402024-10-09T22:12:08.596Z[ host-image] Oct 09 22:12:07.020 INFO O| Oct 09 22:12:07.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93412024-10-09T22:12:08.596Z[ host-image] Oct 09 22:12:07.020 INFO O| Oct 09 22:12:07.020 INFO STEP 80 (ensure_dir) COMPLETE
93422024-10-09T22:12:08.596Z[ host-image] Oct 09 22:12:07.020 INFO O| Oct 09 22:12:07.020 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-10-09T22:12:08.603Z[ host-image] Oct 09 22:12:07.030 INFO O| Oct 09 22:12:07.030 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93442024-10-09T22:12:08.603Z[ host-image] Oct 09 22:12:07.030 INFO O| Oct 09 22:12:07.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93452024-10-09T22:12:08.603Z[ host-image] Oct 09 22:12:07.030 INFO O| Oct 09 22:12:07.030 INFO STEP 81 (ensure_dir) COMPLETE
93462024-10-09T22:12:08.606Z[ host-image] Oct 09 22:12:07.030 INFO O| Oct 09 22:12:07.030 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472024-10-09T22:12:08.613Z[ host-image] Oct 09 22:12:07.040 INFO O| Oct 09 22:12:07.040 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93482024-10-09T22:12:08.613Z[ host-image] Oct 09 22:12:07.040 INFO O| Oct 09 22:12:07.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93492024-10-09T22:12:08.615Z[ host-image] Oct 09 22:12:07.040 INFO O| Oct 09 22:12:07.040 INFO STEP 82 (ensure_dir) COMPLETE
93502024-10-09T22:12:08.615Z[ host-image] Oct 09 22:12:07.040 INFO O| Oct 09 22:12:07.040 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-10-09T22:12:08.623Z[ host-image] Oct 09 22:12:07.050 INFO O| Oct 09 22:12:07.050 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93522024-10-09T22:12:08.623Z[ host-image] Oct 09 22:12:07.050 INFO O| Oct 09 22:12:07.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93532024-10-09T22:12:08.625Z[ host-image] Oct 09 22:12:07.050 INFO O| Oct 09 22:12:07.050 INFO STEP 83 (ensure_dir) COMPLETE
93542024-10-09T22:12:08.625Z[ host-image] Oct 09 22:12:07.050 INFO O| Oct 09 22:12:07.050 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-10-09T22:12:08.632Z[ host-image] Oct 09 22:12:07.059 INFO O| Oct 09 22:12:07.059 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93562024-10-09T22:12:08.635Z[ host-image] Oct 09 22:12:07.059 INFO O| Oct 09 22:12:07.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93572024-10-09T22:12:08.635Z[ host-image] Oct 09 22:12:07.060 INFO O| Oct 09 22:12:07.059 INFO STEP 84 (ensure_dir) COMPLETE
93582024-10-09T22:12:08.635Z[ host-image] Oct 09 22:12:07.060 INFO O| Oct 09 22:12:07.060 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592024-10-09T22:12:08.642Z[ host-image] Oct 09 22:12:07.069 INFO O| Oct 09 22:12:07.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93602024-10-09T22:12:08.644Z[ host-image] Oct 09 22:12:07.069 INFO O| Oct 09 22:12:07.069 INFO copying /tmp/.tmpmFhPjs/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 ...
93612024-10-09T22:12:08.644Z[ host-image] Oct 09 22:12:07.069 INFO O| Oct 09 22:12:07.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93622024-10-09T22:12:08.644Z[ host-image] Oct 09 22:12:07.069 INFO O| Oct 09 22:12:07.069 INFO ok!
93632024-10-09T22:12:08.645Z[ host-image] Oct 09 22:12:07.069 INFO O| Oct 09 22:12:07.069 INFO STEP 85 (ensure_file) COMPLETE
93642024-10-09T22:12:08.645Z[ host-image] Oct 09 22:12:07.069 INFO O| Oct 09 22:12:07.069 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-10-09T22:12:08.651Z[ host-image] Oct 09 22:12:07.078 INFO O| Oct 09 22:12:07.078 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93662024-10-09T22:12:08.651Z[ host-image] Oct 09 22:12:07.078 INFO O| Oct 09 22:12:07.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93672024-10-09T22:12:08.651Z[ host-image] Oct 09 22:12:07.078 INFO O| Oct 09 22:12:07.078 INFO STEP 86 (ensure_dir) COMPLETE
93682024-10-09T22:12:08.654Z[ host-image] Oct 09 22:12:07.078 INFO O| Oct 09 22:12:07.078 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-10-09T22:12:08.661Z[ host-image] Oct 09 22:12:07.088 INFO O| Oct 09 22:12:07.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93702024-10-09T22:12:08.663Z[ host-image] Oct 09 22:12:07.088 INFO O| Oct 09 22:12:07.088 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93712024-10-09T22:12:08.663Z[ host-image] Oct 09 22:12:07.088 INFO O| Oct 09 22:12:07.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93722024-10-09T22:12:08.663Z[ host-image] Oct 09 22:12:07.088 INFO O| Oct 09 22:12:07.088 INFO ok!
93732024-10-09T22:12:08.663Z[ host-image] Oct 09 22:12:07.088 INFO O| Oct 09 22:12:07.088 INFO STEP 87 (ensure_file) COMPLETE
93742024-10-09T22:12:08.663Z[ host-image] Oct 09 22:12:07.088 INFO O| Oct 09 22:12:07.088 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-10-09T22:12:08.670Z[ host-image] Oct 09 22:12:07.097 INFO O| Oct 09 22:12:07.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93762024-10-09T22:12:08.670Z[ host-image] Oct 09 22:12:07.097 INFO O| Oct 09 22:12:07.097 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93772024-10-09T22:12:08.682Z[ host-image] Oct 09 22:12:07.109 INFO O| Oct 09 22:12:07.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93782024-10-09T22:12:08.682Z[ host-image] Oct 09 22:12:07.109 INFO O| Oct 09 22:12:07.109 INFO ok!
93792024-10-09T22:12:08.682Z[ host-image] Oct 09 22:12:07.109 INFO O| Oct 09 22:12:07.109 INFO STEP 88 (ensure_file) COMPLETE
93802024-10-09T22:12:08.684Z[ host-image] Oct 09 22:12:07.109 INFO O| Oct 09 22:12:07.109 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-10-09T22:12:08.691Z[ host-image] Oct 09 22:12:07.118 INFO O| Oct 09 22:12:07.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93822024-10-09T22:12:08.691Z[ host-image] Oct 09 22:12:07.118 INFO O| Oct 09 22:12:07.118 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93832024-10-09T22:12:09.101Z[ host-image] Oct 09 22:12:07.527 INFO O| Oct 09 22:12:07.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93842024-10-09T22:12:09.101Z[ host-image] Oct 09 22:12:07.527 INFO O| Oct 09 22:12:07.527 INFO ok!
93852024-10-09T22:12:09.101Z[ host-image] Oct 09 22:12:07.527 INFO O| Oct 09 22:12:07.527 INFO STEP 89 (ensure_file) COMPLETE
93862024-10-09T22:12:09.101Z[ host-image] Oct 09 22:12:07.527 INFO O| Oct 09 22:12:07.527 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-10-09T22:12:09.111Z[ host-image] Oct 09 22:12:07.538 INFO O| Oct 09 22:12:07.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93882024-10-09T22:12:09.114Z[ host-image] Oct 09 22:12:07.538 INFO O| Oct 09 22:12:07.538 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93892024-10-09T22:12:09.114Z[ host-image] Oct 09 22:12:07.538 INFO O| Oct 09 22:12:07.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93902024-10-09T22:12:09.114Z[ host-image] Oct 09 22:12:07.538 INFO O| Oct 09 22:12:07.538 INFO ok!
93912024-10-09T22:12:09.114Z[ host-image] Oct 09 22:12:07.538 INFO O| Oct 09 22:12:07.538 INFO STEP 90 (ensure_file) COMPLETE
93922024-10-09T22:12:09.114Z[ host-image] Oct 09 22:12:07.538 INFO O| Oct 09 22:12:07.538 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-10-09T22:12:09.121Z[ host-image] Oct 09 22:12:07.548 INFO O| Oct 09 22:12:07.548 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93942024-10-09T22:12:09.123Z[ host-image] Oct 09 22:12:07.548 INFO O| Oct 09 22:12:07.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93952024-10-09T22:12:09.123Z[ host-image] Oct 09 22:12:07.548 INFO O| Oct 09 22:12:07.548 INFO STEP 91 (ensure_dir) COMPLETE
93962024-10-09T22:12:09.123Z[ host-image] Oct 09 22:12:07.548 INFO O| Oct 09 22:12:07.548 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-10-09T22:12:09.130Z[ host-image] Oct 09 22:12:07.557 INFO O| Oct 09 22:12:07.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93982024-10-09T22:12:09.133Z[ host-image] Oct 09 22:12:07.557 INFO O| Oct 09 22:12:07.557 INFO copying /tmp/.tmpmFhPjs/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 ...
93992024-10-09T22:12:09.133Z[ host-image] Oct 09 22:12:07.557 INFO O| Oct 09 22:12:07.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94002024-10-09T22:12:09.133Z[ host-image] Oct 09 22:12:07.558 INFO O| Oct 09 22:12:07.557 INFO ok!
94012024-10-09T22:12:09.133Z[ host-image] Oct 09 22:12:07.558 INFO O| Oct 09 22:12:07.557 INFO STEP 92 (ensure_file) COMPLETE
94022024-10-09T22:12:09.133Z[ host-image] Oct 09 22:12:07.558 INFO O| Oct 09 22:12:07.557 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-10-09T22:12:09.140Z[ host-image] Oct 09 22:12:07.567 INFO O| Oct 09 22:12:07.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94042024-10-09T22:12:09.140Z[ host-image] Oct 09 22:12:07.567 INFO O| Oct 09 22:12:07.567 INFO copying /tmp/.tmpmFhPjs/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 ...
94052024-10-09T22:12:09.143Z[ host-image] Oct 09 22:12:07.567 INFO O| Oct 09 22:12:07.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94062024-10-09T22:12:09.143Z[ host-image] Oct 09 22:12:07.567 INFO O| Oct 09 22:12:07.567 INFO ok!
94072024-10-09T22:12:09.143Z[ host-image] Oct 09 22:12:07.567 INFO O| Oct 09 22:12:07.567 INFO STEP 93 (ensure_file) COMPLETE
94082024-10-09T22:12:09.143Z[ host-image] Oct 09 22:12:07.567 INFO O| Oct 09 22:12:07.567 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-10-09T22:12:09.149Z[ host-image] Oct 09 22:12:07.576 INFO O| Oct 09 22:12:07.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94102024-10-09T22:12:09.150Z[ host-image] Oct 09 22:12:07.576 INFO O| Oct 09 22:12:07.576 INFO copying /tmp/.tmpmFhPjs/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 ...
94112024-10-09T22:12:09.152Z[ host-image] Oct 09 22:12:07.577 INFO O| Oct 09 22:12:07.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94122024-10-09T22:12:09.152Z[ host-image] Oct 09 22:12:07.577 INFO O| Oct 09 22:12:07.577 INFO ok!
94132024-10-09T22:12:09.152Z[ host-image] Oct 09 22:12:07.577 INFO O| Oct 09 22:12:07.577 INFO STEP 94 (ensure_file) COMPLETE
94142024-10-09T22:12:09.152Z[ host-image] Oct 09 22:12:07.577 INFO O| Oct 09 22:12:07.577 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-10-09T22:12:09.159Z[ host-image] Oct 09 22:12:07.586 INFO O| Oct 09 22:12:07.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94162024-10-09T22:12:09.159Z[ host-image] Oct 09 22:12:07.586 INFO O| Oct 09 22:12:07.586 INFO copying /tmp/.tmpmFhPjs/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 ...
94172024-10-09T22:12:09.159Z[ host-image] Oct 09 22:12:07.586 INFO O| Oct 09 22:12:07.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94182024-10-09T22:12:09.159Z[ host-image] Oct 09 22:12:07.586 INFO O| Oct 09 22:12:07.586 INFO ok!
94192024-10-09T22:12:09.162Z[ host-image] Oct 09 22:12:07.586 INFO O| Oct 09 22:12:07.586 INFO STEP 95 (ensure_file) COMPLETE
94202024-10-09T22:12:09.162Z[ host-image] Oct 09 22:12:07.586 INFO O| Oct 09 22:12:07.586 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-10-09T22:12:09.169Z[ host-image] Oct 09 22:12:07.596 INFO O| Oct 09 22:12:07.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94222024-10-09T22:12:09.169Z[ host-image] Oct 09 22:12:07.596 INFO O| Oct 09 22:12:07.596 INFO copying /tmp/.tmpmFhPjs/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 ...
94232024-10-09T22:12:09.172Z[ host-image] Oct 09 22:12:07.596 INFO O| Oct 09 22:12:07.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94242024-10-09T22:12:09.172Z[ host-image] Oct 09 22:12:07.596 INFO O| Oct 09 22:12:07.596 INFO ok!
94252024-10-09T22:12:09.172Z[ host-image] Oct 09 22:12:07.596 INFO O| Oct 09 22:12:07.596 INFO STEP 96 (ensure_file) COMPLETE
94262024-10-09T22:12:09.172Z[ host-image] Oct 09 22:12:07.596 INFO O| Oct 09 22:12:07.596 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-10-09T22:12:09.179Z[ host-image] Oct 09 22:12:07.606 INFO O| Oct 09 22:12:07.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94282024-10-09T22:12:09.179Z[ host-image] Oct 09 22:12:07.606 INFO O| Oct 09 22:12:07.606 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94292024-10-09T22:12:09.181Z[ host-image] Oct 09 22:12:07.606 INFO O| Oct 09 22:12:07.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94302024-10-09T22:12:09.181Z[ host-image] Oct 09 22:12:07.606 INFO O| Oct 09 22:12:07.606 INFO ok!
94312024-10-09T22:12:09.181Z[ host-image] Oct 09 22:12:07.606 INFO O| Oct 09 22:12:07.606 INFO STEP 97 (ensure_file) COMPLETE
94322024-10-09T22:12:09.181Z[ host-image] Oct 09 22:12:07.606 INFO O| Oct 09 22:12:07.606 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-10-09T22:12:09.188Z[ host-image] Oct 09 22:12:07.615 INFO O| Oct 09 22:12:07.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94342024-10-09T22:12:09.188Z[ host-image] Oct 09 22:12:07.615 INFO O| Oct 09 22:12:07.615 INFO copying /tmp/.tmpmFhPjs/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 ...
94352024-10-09T22:12:09.191Z[ host-image] Oct 09 22:12:07.615 INFO O| Oct 09 22:12:07.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94362024-10-09T22:12:09.191Z[ host-image] Oct 09 22:12:07.615 INFO O| Oct 09 22:12:07.615 INFO ok!
94372024-10-09T22:12:09.191Z[ host-image] Oct 09 22:12:07.615 INFO O| Oct 09 22:12:07.615 INFO STEP 98 (ensure_file) COMPLETE
94382024-10-09T22:12:09.191Z[ host-image] Oct 09 22:12:07.615 INFO O| Oct 09 22:12:07.615 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-10-09T22:12:09.198Z[ host-image] Oct 09 22:12:07.625 INFO O| Oct 09 22:12:07.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94402024-10-09T22:12:09.198Z[ host-image] Oct 09 22:12:07.625 INFO O| Oct 09 22:12:07.625 INFO copying /tmp/.tmpmFhPjs/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 ...
94412024-10-09T22:12:09.200Z[ host-image] Oct 09 22:12:07.625 INFO O| Oct 09 22:12:07.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94422024-10-09T22:12:09.200Z[ host-image] Oct 09 22:12:07.625 INFO O| Oct 09 22:12:07.625 INFO ok!
94432024-10-09T22:12:09.200Z[ host-image] Oct 09 22:12:07.625 INFO O| Oct 09 22:12:07.625 INFO STEP 99 (ensure_file) COMPLETE
94442024-10-09T22:12:09.200Z[ host-image] Oct 09 22:12:07.625 INFO O| Oct 09 22:12:07.625 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-10-09T22:12:09.208Z[ host-image] Oct 09 22:12:07.634 INFO O| Oct 09 22:12:07.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94462024-10-09T22:12:09.208Z[ host-image] Oct 09 22:12:07.634 INFO O| Oct 09 22:12:07.634 INFO copying /tmp/.tmpmFhPjs/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 ...
94472024-10-09T22:12:09.211Z[ host-image] Oct 09 22:12:07.635 INFO O| Oct 09 22:12:07.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94482024-10-09T22:12:09.211Z[ host-image] Oct 09 22:12:07.635 INFO O| Oct 09 22:12:07.635 INFO ok!
94492024-10-09T22:12:09.211Z[ host-image] Oct 09 22:12:07.635 INFO O| Oct 09 22:12:07.635 INFO STEP 100 (ensure_file) COMPLETE
94502024-10-09T22:12:09.211Z[ host-image] Oct 09 22:12:07.635 INFO O| Oct 09 22:12:07.635 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-10-09T22:12:09.217Z[ host-image] Oct 09 22:12:07.644 INFO O| Oct 09 22:12:07.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94522024-10-09T22:12:09.217Z[ host-image] Oct 09 22:12:07.644 INFO O| Oct 09 22:12:07.644 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94532024-10-09T22:12:09.217Z[ host-image] Oct 09 22:12:07.644 INFO O| Oct 09 22:12:07.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94542024-10-09T22:12:09.219Z[ host-image] Oct 09 22:12:07.644 INFO O| Oct 09 22:12:07.644 INFO ok!
94552024-10-09T22:12:09.219Z[ host-image] Oct 09 22:12:07.644 INFO O| Oct 09 22:12:07.644 INFO STEP 101 (ensure_file) COMPLETE
94562024-10-09T22:12:09.219Z[ host-image] Oct 09 22:12:07.644 INFO O| Oct 09 22:12:07.644 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-10-09T22:12:09.226Z[ host-image] Oct 09 22:12:07.653 INFO O| Oct 09 22:12:07.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94582024-10-09T22:12:09.226Z[ host-image] Oct 09 22:12:07.653 INFO O| Oct 09 22:12:07.653 INFO copying /tmp/.tmpmFhPjs/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 ...
94592024-10-09T22:12:09.226Z[ host-image] Oct 09 22:12:07.653 INFO O| Oct 09 22:12:07.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94602024-10-09T22:12:09.229Z[ host-image] Oct 09 22:12:07.653 INFO O| Oct 09 22:12:07.653 INFO ok!
94612024-10-09T22:12:09.229Z[ host-image] Oct 09 22:12:07.653 INFO O| Oct 09 22:12:07.653 INFO STEP 102 (ensure_file) COMPLETE
94622024-10-09T22:12:09.229Z[ host-image] Oct 09 22:12:07.653 INFO O| Oct 09 22:12:07.653 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-10-09T22:12:09.236Z[ host-image] Oct 09 22:12:07.663 INFO O| Oct 09 22:12:07.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94642024-10-09T22:12:09.236Z[ host-image] Oct 09 22:12:07.663 INFO O| Oct 09 22:12:07.663 INFO copying /tmp/.tmpmFhPjs/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 ...
94652024-10-09T22:12:09.239Z[ host-image] Oct 09 22:12:07.663 INFO O| Oct 09 22:12:07.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94662024-10-09T22:12:09.239Z[ host-image] Oct 09 22:12:07.663 INFO O| Oct 09 22:12:07.663 INFO ok!
94672024-10-09T22:12:09.239Z[ host-image] Oct 09 22:12:07.663 INFO O| Oct 09 22:12:07.663 INFO STEP 103 (ensure_file) COMPLETE
94682024-10-09T22:12:09.239Z[ host-image] Oct 09 22:12:07.663 INFO O| Oct 09 22:12:07.663 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-10-09T22:12:09.245Z[ host-image] Oct 09 22:12:07.672 INFO O| Oct 09 22:12:07.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94702024-10-09T22:12:09.248Z[ host-image] Oct 09 22:12:07.672 INFO O| Oct 09 22:12:07.672 INFO copying /tmp/.tmpmFhPjs/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 ...
94712024-10-09T22:12:09.248Z[ host-image] Oct 09 22:12:07.672 INFO O| Oct 09 22:12:07.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94722024-10-09T22:12:09.248Z[ host-image] Oct 09 22:12:07.672 INFO O| Oct 09 22:12:07.672 INFO ok!
94732024-10-09T22:12:09.248Z[ host-image] Oct 09 22:12:07.672 INFO O| Oct 09 22:12:07.672 INFO STEP 104 (ensure_file) COMPLETE
94742024-10-09T22:12:09.248Z[ host-image] Oct 09 22:12:07.672 INFO O| Oct 09 22:12:07.672 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-10-09T22:12:09.255Z[ host-image] Oct 09 22:12:07.682 INFO O| Oct 09 22:12:07.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94762024-10-09T22:12:09.255Z[ host-image] Oct 09 22:12:07.682 INFO O| Oct 09 22:12:07.682 INFO copying /tmp/.tmpmFhPjs/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 ...
94772024-10-09T22:12:09.255Z[ host-image] Oct 09 22:12:07.682 INFO O| Oct 09 22:12:07.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94782024-10-09T22:12:09.257Z[ host-image] Oct 09 22:12:07.682 INFO O| Oct 09 22:12:07.682 INFO ok!
94792024-10-09T22:12:09.257Z[ host-image] Oct 09 22:12:07.682 INFO O| Oct 09 22:12:07.682 INFO STEP 105 (ensure_file) COMPLETE
94802024-10-09T22:12:09.257Z[ host-image] Oct 09 22:12:07.682 INFO O| Oct 09 22:12:07.682 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-10-09T22:12:09.265Z[ host-image] Oct 09 22:12:07.691 INFO O| Oct 09 22:12:07.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94822024-10-09T22:12:09.265Z[ host-image] Oct 09 22:12:07.691 INFO O| Oct 09 22:12:07.691 INFO copying /tmp/.tmpmFhPjs/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 ...
94832024-10-09T22:12:09.267Z[ host-image] Oct 09 22:12:07.691 INFO O| Oct 09 22:12:07.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94842024-10-09T22:12:09.267Z[ host-image] Oct 09 22:12:07.691 INFO O| Oct 09 22:12:07.691 INFO ok!
94852024-10-09T22:12:09.267Z[ host-image] Oct 09 22:12:07.691 INFO O| Oct 09 22:12:07.691 INFO STEP 106 (ensure_file) COMPLETE
94862024-10-09T22:12:09.267Z[ host-image] Oct 09 22:12:07.692 INFO O| Oct 09 22:12:07.691 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-10-09T22:12:09.274Z[ host-image] Oct 09 22:12:07.701 INFO O| Oct 09 22:12:07.701 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94882024-10-09T22:12:09.274Z[ host-image] Oct 09 22:12:07.701 INFO O| Oct 09 22:12:07.701 INFO copying /tmp/.tmpmFhPjs/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 ...
94892024-10-09T22:12:09.276Z[ host-image] Oct 09 22:12:07.701 INFO O| Oct 09 22:12:07.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94902024-10-09T22:12:09.276Z[ host-image] Oct 09 22:12:07.701 INFO O| Oct 09 22:12:07.701 INFO ok!
94912024-10-09T22:12:09.277Z[ host-image] Oct 09 22:12:07.701 INFO O| Oct 09 22:12:07.701 INFO STEP 107 (ensure_file) COMPLETE
94922024-10-09T22:12:09.277Z[ host-image] Oct 09 22:12:07.701 INFO O| Oct 09 22:12:07.701 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-10-09T22:12:09.283Z[ host-image] Oct 09 22:12:07.710 INFO O| Oct 09 22:12:07.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94942024-10-09T22:12:09.286Z[ host-image] Oct 09 22:12:07.710 INFO O| Oct 09 22:12:07.710 INFO copying /tmp/.tmpmFhPjs/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 ...
94952024-10-09T22:12:09.286Z[ host-image] Oct 09 22:12:07.710 INFO O| Oct 09 22:12:07.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94962024-10-09T22:12:09.286Z[ host-image] Oct 09 22:12:07.710 INFO O| Oct 09 22:12:07.710 INFO ok!
94972024-10-09T22:12:09.286Z[ host-image] Oct 09 22:12:07.710 INFO O| Oct 09 22:12:07.710 INFO STEP 108 (ensure_file) COMPLETE
94982024-10-09T22:12:09.286Z[ host-image] Oct 09 22:12:07.710 INFO O| Oct 09 22:12:07.710 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-10-09T22:12:09.293Z[ host-image] Oct 09 22:12:07.720 INFO O| Oct 09 22:12:07.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95002024-10-09T22:12:09.293Z[ host-image] Oct 09 22:12:07.720 INFO O| Oct 09 22:12:07.720 INFO copying /tmp/.tmpmFhPjs/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 ...
95012024-10-09T22:12:09.295Z[ host-image] Oct 09 22:12:07.720 INFO O| Oct 09 22:12:07.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95022024-10-09T22:12:09.296Z[ host-image] Oct 09 22:12:07.720 INFO O| Oct 09 22:12:07.720 INFO ok!
95032024-10-09T22:12:09.296Z[ host-image] Oct 09 22:12:07.720 INFO O| Oct 09 22:12:07.720 INFO STEP 109 (ensure_file) COMPLETE
95042024-10-09T22:12:09.296Z[ host-image] Oct 09 22:12:07.720 INFO O| Oct 09 22:12:07.720 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-10-09T22:12:09.302Z[ host-image] Oct 09 22:12:07.729 INFO O| Oct 09 22:12:07.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95062024-10-09T22:12:09.306Z[ host-image] Oct 09 22:12:07.729 INFO O| Oct 09 22:12:07.729 INFO copying /tmp/.tmpmFhPjs/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 ...
95072024-10-09T22:12:09.306Z[ host-image] Oct 09 22:12:07.729 INFO O| Oct 09 22:12:07.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95082024-10-09T22:12:09.306Z[ host-image] Oct 09 22:12:07.729 INFO O| Oct 09 22:12:07.729 INFO ok!
95092024-10-09T22:12:09.306Z[ host-image] Oct 09 22:12:07.729 INFO O| Oct 09 22:12:07.729 INFO STEP 110 (ensure_file) COMPLETE
95102024-10-09T22:12:09.306Z[ host-image] Oct 09 22:12:07.730 INFO O| Oct 09 22:12:07.729 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-10-09T22:12:09.312Z[ host-image] Oct 09 22:12:07.739 INFO O| Oct 09 22:12:07.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95122024-10-09T22:12:09.312Z[ host-image] Oct 09 22:12:07.739 INFO O| Oct 09 22:12:07.739 INFO copying /tmp/.tmpmFhPjs/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 ...
95132024-10-09T22:12:09.315Z[ host-image] Oct 09 22:12:07.739 INFO O| Oct 09 22:12:07.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95142024-10-09T22:12:09.315Z[ host-image] Oct 09 22:12:07.739 INFO O| Oct 09 22:12:07.739 INFO ok!
95152024-10-09T22:12:09.315Z[ host-image] Oct 09 22:12:07.739 INFO O| Oct 09 22:12:07.739 INFO STEP 111 (ensure_file) COMPLETE
95162024-10-09T22:12:09.315Z[ host-image] Oct 09 22:12:07.739 INFO O| Oct 09 22:12:07.739 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-10-09T22:12:09.322Z[ host-image] Oct 09 22:12:07.749 INFO O| Oct 09 22:12:07.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95182024-10-09T22:12:09.325Z[ host-image] Oct 09 22:12:07.749 INFO O| Oct 09 22:12:07.749 INFO copying /tmp/.tmpmFhPjs/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 ...
95192024-10-09T22:12:09.325Z[ host-image] Oct 09 22:12:07.749 INFO O| Oct 09 22:12:07.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95202024-10-09T22:12:09.325Z[ host-image] Oct 09 22:12:07.749 INFO O| Oct 09 22:12:07.749 INFO ok!
95212024-10-09T22:12:09.325Z[ host-image] Oct 09 22:12:07.749 INFO O| Oct 09 22:12:07.749 INFO STEP 112 (ensure_file) COMPLETE
95222024-10-09T22:12:09.325Z[ host-image] Oct 09 22:12:07.749 INFO O| Oct 09 22:12:07.749 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-10-09T22:12:09.332Z[ host-image] Oct 09 22:12:07.759 INFO O| Oct 09 22:12:07.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95242024-10-09T22:12:09.332Z[ host-image] Oct 09 22:12:07.759 INFO O| Oct 09 22:12:07.759 INFO copying /tmp/.tmpmFhPjs/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 ...
95252024-10-09T22:12:09.334Z[ host-image] Oct 09 22:12:07.759 INFO O| Oct 09 22:12:07.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95262024-10-09T22:12:09.335Z[ host-image] Oct 09 22:12:07.759 INFO O| Oct 09 22:12:07.759 INFO ok!
95272024-10-09T22:12:09.335Z[ host-image] Oct 09 22:12:07.759 INFO O| Oct 09 22:12:07.759 INFO STEP 113 (ensure_file) COMPLETE
95282024-10-09T22:12:09.335Z[ host-image] Oct 09 22:12:07.759 INFO O| Oct 09 22:12:07.759 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-10-09T22:12:09.341Z[ host-image] Oct 09 22:12:07.768 INFO O| Oct 09 22:12:07.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95302024-10-09T22:12:09.342Z[ host-image] Oct 09 22:12:07.768 INFO O| Oct 09 22:12:07.768 INFO copying /tmp/.tmpmFhPjs/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 ...
95312024-10-09T22:12:09.344Z[ host-image] Oct 09 22:12:07.768 INFO O| Oct 09 22:12:07.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95322024-10-09T22:12:09.344Z[ host-image] Oct 09 22:12:07.769 INFO O| Oct 09 22:12:07.768 INFO ok!
95332024-10-09T22:12:09.344Z[ host-image] Oct 09 22:12:07.769 INFO O| Oct 09 22:12:07.768 INFO STEP 114 (ensure_file) COMPLETE
95342024-10-09T22:12:09.344Z[ host-image] Oct 09 22:12:07.769 INFO O| Oct 09 22:12:07.768 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-10-09T22:12:09.357Z[ host-image] Oct 09 22:12:07.783 INFO O| Oct 09 22:12:07.783 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95362024-10-09T22:12:09.357Z[ host-image] Oct 09 22:12:07.783 INFO O| Oct 09 22:12:07.783 INFO copying /tmp/.tmpmFhPjs/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 ...
95372024-10-09T22:12:09.360Z[ host-image] Oct 09 22:12:07.784 INFO O| Oct 09 22:12:07.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95382024-10-09T22:12:09.360Z[ host-image] Oct 09 22:12:07.784 INFO O| Oct 09 22:12:07.784 INFO ok!
95392024-10-09T22:12:09.360Z[ host-image] Oct 09 22:12:07.784 INFO O| Oct 09 22:12:07.784 INFO STEP 115 (ensure_file) COMPLETE
95402024-10-09T22:12:09.360Z[ host-image] Oct 09 22:12:07.784 INFO O| Oct 09 22:12:07.784 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-10-09T22:12:09.368Z[ host-image] Oct 09 22:12:07.794 INFO O| Oct 09 22:12:07.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95422024-10-09T22:12:09.368Z[ host-image] Oct 09 22:12:07.794 INFO O| Oct 09 22:12:07.794 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95432024-10-09T22:12:09.370Z[ host-image] Oct 09 22:12:07.795 INFO O| Oct 09 22:12:07.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95442024-10-09T22:12:09.370Z[ host-image] Oct 09 22:12:07.795 INFO O| Oct 09 22:12:07.795 INFO ok!
95452024-10-09T22:12:09.370Z[ host-image] Oct 09 22:12:07.795 INFO O| Oct 09 22:12:07.795 INFO STEP 116 (ensure_file) COMPLETE
95462024-10-09T22:12:09.370Z[ host-image] Oct 09 22:12:07.795 INFO O| Oct 09 22:12:07.795 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-10-09T22:12:09.378Z[ host-image] Oct 09 22:12:07.804 INFO O| Oct 09 22:12:07.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95482024-10-09T22:12:09.378Z[ host-image] Oct 09 22:12:07.804 INFO O| Oct 09 22:12:07.804 INFO copying /tmp/.tmpmFhPjs/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 ...
95492024-10-09T22:12:09.380Z[ host-image] Oct 09 22:12:07.805 INFO O| Oct 09 22:12:07.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95502024-10-09T22:12:09.380Z[ host-image] Oct 09 22:12:07.805 INFO O| Oct 09 22:12:07.805 INFO ok!
95512024-10-09T22:12:09.380Z[ host-image] Oct 09 22:12:07.805 INFO O| Oct 09 22:12:07.805 INFO STEP 117 (ensure_file) COMPLETE
95522024-10-09T22:12:09.380Z[ host-image] Oct 09 22:12:07.805 INFO O| Oct 09 22:12:07.805 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532024-10-09T22:12:09.387Z[ host-image] Oct 09 22:12:07.814 INFO O| Oct 09 22:12:07.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95542024-10-09T22:12:09.387Z[ host-image] Oct 09 22:12:07.814 INFO O| Oct 09 22:12:07.814 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95552024-10-09T22:12:09.390Z[ host-image] Oct 09 22:12:07.814 INFO O| Oct 09 22:12:07.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95562024-10-09T22:12:09.390Z[ host-image] Oct 09 22:12:07.814 INFO O| Oct 09 22:12:07.814 INFO ok!
95572024-10-09T22:12:09.390Z[ host-image] Oct 09 22:12:07.814 INFO O| Oct 09 22:12:07.814 INFO STEP 118 (ensure_file) COMPLETE
95582024-10-09T22:12:09.390Z[ host-image] Oct 09 22:12:07.814 INFO O| Oct 09 22:12:07.814 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592024-10-09T22:12:09.397Z[ host-image] Oct 09 22:12:07.824 INFO O| Oct 09 22:12:07.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95602024-10-09T22:12:09.397Z[ host-image] Oct 09 22:12:07.824 INFO O| Oct 09 22:12:07.824 INFO copying /tmp/.tmpmFhPjs/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95612024-10-09T22:12:12.850Z[ host-image] Oct 09 22:12:11.276 INFO O| Oct 09 22:12:11.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95622024-10-09T22:12:12.850Z[ host-image] Oct 09 22:12:11.276 INFO O| Oct 09 22:12:11.276 INFO ok!
95632024-10-09T22:12:12.852Z[ host-image] Oct 09 22:12:11.276 INFO O| Oct 09 22:12:11.276 INFO STEP 119 (ensure_file) COMPLETE
95642024-10-09T22:12:12.852Z[ host-image] Oct 09 22:12:11.276 INFO O| Oct 09 22:12:11.276 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-10-09T22:12:12.861Z[ host-image] Oct 09 22:12:11.287 INFO O| Oct 09 22:12:11.287 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95662024-10-09T22:12:12.863Z[ host-image] Oct 09 22:12:11.287 INFO O| Oct 09 22:12:11.287 INFO STEP 120 (ensure_dir) COMPLETE
95672024-10-09T22:12:12.863Z[ host-image] Oct 09 22:12:11.287 INFO O| Oct 09 22:12:11.287 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682024-10-09T22:12:12.870Z[ host-image] Oct 09 22:12:11.297 INFO O| Oct 09 22:12:11.297 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95692024-10-09T22:12:12.870Z[ host-image] Oct 09 22:12:11.297 INFO O| Oct 09 22:12:11.297 INFO STEP 121 (ensure_dir) COMPLETE
95702024-10-09T22:12:12.873Z[ host-image] Oct 09 22:12:11.297 INFO O| Oct 09 22:12:11.297 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-10-09T22:12:12.880Z[ host-image] Oct 09 22:12:11.306 INFO O| Oct 09 22:12:11.306 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95722024-10-09T22:12:12.880Z[ host-image] Oct 09 22:12:11.306 INFO O| Oct 09 22:12:11.306 INFO STEP 122 (ensure_dir) COMPLETE
95732024-10-09T22:12:12.882Z[ host-image] Oct 09 22:12:11.306 INFO O| Oct 09 22:12:11.306 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-10-09T22:12:12.889Z[ host-image] Oct 09 22:12:11.315 INFO O| Oct 09 22:12:11.315 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95752024-10-09T22:12:12.892Z[ host-image] Oct 09 22:12:11.315 INFO O| Oct 09 22:12:11.315 INFO STEP 123 (ensure_dir) COMPLETE
95762024-10-09T22:12:12.892Z[ host-image] Oct 09 22:12:11.315 INFO O| Oct 09 22:12:11.315 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-10-09T22:12:12.898Z[ host-image] Oct 09 22:12:11.325 INFO O| Oct 09 22:12:11.325 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95782024-10-09T22:12:12.898Z[ host-image] Oct 09 22:12:11.325 INFO O| Oct 09 22:12:11.325 INFO copying /tmp/.tmpmFhPjs/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 ...
95792024-10-09T22:12:12.901Z[ host-image] Oct 09 22:12:11.325 INFO O| Oct 09 22:12:11.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95802024-10-09T22:12:12.901Z[ host-image] Oct 09 22:12:11.325 INFO O| Oct 09 22:12:11.325 INFO ok!
95812024-10-09T22:12:12.901Z[ host-image] Oct 09 22:12:11.325 INFO O| Oct 09 22:12:11.325 INFO STEP 124 (ensure_file) COMPLETE
95822024-10-09T22:12:12.901Z[ host-image] Oct 09 22:12:11.325 INFO O| Oct 09 22:12:11.325 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-10-09T22:12:12.908Z[ host-image] Oct 09 22:12:11.334 INFO O| Oct 09 22:12:11.334 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95842024-10-09T22:12:12.908Z[ host-image] Oct 09 22:12:11.334 INFO O| Oct 09 22:12:11.334 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95852024-10-09T22:12:12.910Z[ host-image] Oct 09 22:12:11.334 INFO O| Oct 09 22:12:11.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95862024-10-09T22:12:12.910Z[ host-image] Oct 09 22:12:11.334 INFO O| Oct 09 22:12:11.334 INFO STEP 125 (ensure_dir) COMPLETE
95872024-10-09T22:12:12.910Z[ host-image] Oct 09 22:12:11.334 INFO O| Oct 09 22:12:11.334 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-10-09T22:12:12.917Z[ host-image] Oct 09 22:12:11.344 INFO O| Oct 09 22:12:11.344 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95892024-10-09T22:12:12.917Z[ host-image] Oct 09 22:12:11.344 INFO O| Oct 09 22:12:11.344 INFO copying /tmp/.tmpmFhPjs/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95902024-10-09T22:12:12.920Z[ host-image] Oct 09 22:12:11.344 INFO O| Oct 09 22:12:11.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95912024-10-09T22:12:12.920Z[ host-image] Oct 09 22:12:11.344 INFO O| Oct 09 22:12:11.344 INFO ok!
95922024-10-09T22:12:12.920Z[ host-image] Oct 09 22:12:11.344 INFO O| Oct 09 22:12:11.344 INFO STEP 126 (ensure_file) COMPLETE
95932024-10-09T22:12:12.920Z[ host-image] Oct 09 22:12:11.344 INFO O| Oct 09 22:12:11.344 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95942024-10-09T22:12:12.926Z[ host-image] Oct 09 22:12:11.353 INFO O| Oct 09 22:12:11.353 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95952024-10-09T22:12:12.929Z[ host-image] Oct 09 22:12:11.353 INFO O| Oct 09 22:12:11.353 INFO STEP 127 (remove_files) COMPLETE
95962024-10-09T22:12:12.929Z[ host-image] Oct 09 22:12:11.353 INFO O| Oct 09 22:12:11.353 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95972024-10-09T22:12:12.936Z[ host-image] Oct 09 22:12:11.362 INFO O| Oct 09 22:12:11.362 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95982024-10-09T22:12:12.938Z[ host-image] Oct 09 22:12:11.363 INFO O| Oct 09 22:12:11.363 INFO STEP 128 (remove_files) COMPLETE
95992024-10-09T22:12:12.938Z[ host-image] Oct 09 22:12:11.363 INFO O| Oct 09 22:12:11.363 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96002024-10-09T22:12:12.945Z[ host-image] Oct 09 22:12:11.372 INFO O| Oct 09 22:12:11.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96012024-10-09T22:12:12.948Z[ host-image] Oct 09 22:12:11.372 INFO O| Oct 09 22:12:11.372 INFO STEP 129 (remove_files) COMPLETE
96022024-10-09T22:12:12.948Z[ host-image] Oct 09 22:12:11.372 INFO O| Oct 09 22:12:11.372 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96032024-10-09T22:12:12.955Z[ host-image] Oct 09 22:12:11.381 INFO O| Oct 09 22:12:11.381 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96042024-10-09T22:12:12.957Z[ host-image] Oct 09 22:12:11.381 INFO O| Oct 09 22:12:11.381 INFO STEP 130 (remove_files) COMPLETE
96052024-10-09T22:12:12.957Z[ host-image] Oct 09 22:12:11.381 INFO O| Oct 09 22:12:11.381 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-10-09T22:12:12.964Z[ host-image] Oct 09 22:12:11.391 INFO O| Oct 09 22:12:11.391 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96072024-10-09T22:12:12.967Z[ host-image] Oct 09 22:12:11.391 INFO O| Oct 09 22:12:11.391 INFO STEP 131 (remove_files) COMPLETE
96082024-10-09T22:12:12.967Z[ host-image] Oct 09 22:12:11.391 INFO O| Oct 09 22:12:11.391 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-10-09T22:12:12.973Z[ host-image] Oct 09 22:12:11.400 INFO O| Oct 09 22:12:11.400 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96102024-10-09T22:12:12.976Z[ host-image] Oct 09 22:12:11.400 INFO O| Oct 09 22:12:11.400 INFO STEP 132 (remove_files) COMPLETE
96112024-10-09T22:12:12.976Z[ host-image] Oct 09 22:12:11.400 INFO O| Oct 09 22:12:11.400 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-10-09T22:12:12.983Z[ host-image] Oct 09 22:12:11.409 INFO O| Oct 09 22:12:11.409 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96132024-10-09T22:12:12.983Z[ host-image] Oct 09 22:12:11.409 INFO O| Oct 09 22:12:11.409 INFO STEP 133 (remove_files) COMPLETE
96142024-10-09T22:12:12.985Z[ host-image] Oct 09 22:12:11.409 INFO O| Oct 09 22:12:11.409 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-10-09T22:12:12.992Z[ host-image] Oct 09 22:12:11.419 INFO O| Oct 09 22:12:11.419 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96162024-10-09T22:12:12.993Z[ host-image] Oct 09 22:12:11.419 INFO O| Oct 09 22:12:11.419 INFO STEP 134 (remove_files) COMPLETE
96172024-10-09T22:12:12.993Z[ host-image] Oct 09 22:12:11.419 INFO O| Oct 09 22:12:11.419 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-10-09T22:12:13.002Z[ host-image] Oct 09 22:12:11.428 INFO O| Oct 09 22:12:11.428 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96192024-10-09T22:12:13.002Z[ host-image] Oct 09 22:12:11.428 INFO O| Oct 09 22:12:11.428 INFO STEP 135 (remove_files) COMPLETE
96202024-10-09T22:12:13.002Z[ host-image] Oct 09 22:12:11.428 INFO O| Oct 09 22:12:11.428 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-10-09T22:12:13.011Z[ host-image] Oct 09 22:12:11.437 INFO O| Oct 09 22:12:11.437 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96222024-10-09T22:12:13.011Z[ host-image] Oct 09 22:12:11.437 INFO O| Oct 09 22:12:11.437 INFO STEP 136 (remove_files) COMPLETE
96232024-10-09T22:12:13.013Z[ host-image] Oct 09 22:12:11.437 INFO O| Oct 09 22:12:11.437 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-10-09T22:12:13.020Z[ host-image] Oct 09 22:12:11.447 INFO O| Oct 09 22:12:11.447 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96252024-10-09T22:12:13.023Z[ host-image] Oct 09 22:12:11.447 INFO O| Oct 09 22:12:11.447 INFO STEP 137 (remove_files) COMPLETE
96262024-10-09T22:12:13.023Z[ host-image] Oct 09 22:12:11.447 INFO O| Oct 09 22:12:11.447 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-10-09T22:12:13.029Z[ host-image] Oct 09 22:12:11.456 INFO O| Oct 09 22:12:11.456 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96282024-10-09T22:12:13.029Z[ host-image] Oct 09 22:12:11.456 INFO O| Oct 09 22:12:11.456 INFO STEP 138 (remove_files) COMPLETE
96292024-10-09T22:12:13.032Z[ host-image] Oct 09 22:12:11.456 INFO O| Oct 09 22:12:11.456 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302024-10-09T22:12:13.042Z[ host-image] Oct 09 22:12:11.465 INFO O| Oct 09 22:12:11.465 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96312024-10-09T22:12:13.042Z[ host-image] Oct 09 22:12:11.465 INFO O| Oct 09 22:12:11.465 INFO STEP 139 (remove_files) COMPLETE
96322024-10-09T22:12:13.042Z[ host-image] Oct 09 22:12:11.465 INFO O| Oct 09 22:12:11.465 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332024-10-09T22:12:13.048Z[ host-image] Oct 09 22:12:11.474 INFO O| Oct 09 22:12:11.474 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96342024-10-09T22:12:13.048Z[ host-image] Oct 09 22:12:11.474 INFO O| Oct 09 22:12:11.474 INFO STEP 140 (remove_files) COMPLETE
96352024-10-09T22:12:13.051Z[ host-image] Oct 09 22:12:11.474 INFO O| Oct 09 22:12:11.474 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362024-10-09T22:12:13.057Z[ host-image] Oct 09 22:12:11.484 INFO O| Oct 09 22:12:11.484 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96372024-10-09T22:12:13.057Z[ host-image] Oct 09 22:12:11.484 INFO O| Oct 09 22:12:11.484 INFO STEP 141 (remove_files) COMPLETE
96382024-10-09T22:12:13.060Z[ host-image] Oct 09 22:12:11.484 INFO O| Oct 09 22:12:11.484 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392024-10-09T22:12:13.067Z[ host-image] Oct 09 22:12:11.493 INFO O| Oct 09 22:12:11.493 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96402024-10-09T22:12:13.067Z[ host-image] Oct 09 22:12:11.493 INFO O| Oct 09 22:12:11.493 INFO STEP 142 (remove_files) COMPLETE
96412024-10-09T22:12:13.067Z[ host-image] Oct 09 22:12:11.493 INFO O| Oct 09 22:12:11.493 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422024-10-09T22:12:13.076Z[ host-image] Oct 09 22:12:11.502 INFO O| Oct 09 22:12:11.502 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96432024-10-09T22:12:13.078Z[ host-image] Oct 09 22:12:11.503 INFO O| Oct 09 22:12:11.502 INFO STEP 143 (remove_files) COMPLETE
96442024-10-09T22:12:13.078Z[ host-image] Oct 09 22:12:11.503 INFO O| Oct 09 22:12:11.503 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452024-10-09T22:12:13.085Z[ host-image] Oct 09 22:12:11.512 INFO O| Oct 09 22:12:11.512 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96462024-10-09T22:12:13.085Z[ host-image] Oct 09 22:12:11.512 INFO O| Oct 09 22:12:11.512 INFO STEP 144 (remove_files) COMPLETE
96472024-10-09T22:12:13.085Z[ host-image] Oct 09 22:12:11.512 INFO O| Oct 09 22:12:11.512 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482024-10-09T22:12:13.094Z[ host-image] Oct 09 22:12:11.521 INFO O| Oct 09 22:12:11.521 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96492024-10-09T22:12:13.094Z[ host-image] Oct 09 22:12:11.521 INFO O| Oct 09 22:12:11.521 INFO STEP 145 (remove_files) COMPLETE
96502024-10-09T22:12:13.097Z[ host-image] Oct 09 22:12:11.521 INFO O| Oct 09 22:12:11.521 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512024-10-09T22:12:13.104Z[ host-image] Oct 09 22:12:11.530 INFO O| Oct 09 22:12:11.530 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96522024-10-09T22:12:13.104Z[ host-image] Oct 09 22:12:11.530 INFO O| Oct 09 22:12:11.530 INFO STEP 146 (remove_files) COMPLETE
96532024-10-09T22:12:13.104Z[ host-image] Oct 09 22:12:11.530 INFO O| Oct 09 22:12:11.530 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542024-10-09T22:12:13.113Z[ host-image] Oct 09 22:12:11.540 INFO O| Oct 09 22:12:11.540 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96552024-10-09T22:12:13.116Z[ host-image] Oct 09 22:12:11.540 INFO O| Oct 09 22:12:11.540 INFO STEP 147 (remove_files) COMPLETE
96562024-10-09T22:12:13.116Z[ host-image] Oct 09 22:12:11.540 INFO O| Oct 09 22:12:11.540 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572024-10-09T22:12:13.122Z[ host-image] Oct 09 22:12:11.549 INFO O| Oct 09 22:12:11.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96582024-10-09T22:12:13.122Z[ host-image] Oct 09 22:12:11.549 INFO O| Oct 09 22:12:11.549 INFO STEP 148 (remove_files) COMPLETE
96592024-10-09T22:12:13.125Z[ host-image] Oct 09 22:12:11.549 INFO O| Oct 09 22:12:11.549 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602024-10-09T22:12:13.132Z[ host-image] Oct 09 22:12:11.558 INFO O| Oct 09 22:12:11.558 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96612024-10-09T22:12:13.134Z[ host-image] Oct 09 22:12:11.558 INFO O| Oct 09 22:12:11.558 INFO STEP 149 (remove_files) COMPLETE
96622024-10-09T22:12:13.134Z[ host-image] Oct 09 22:12:11.558 INFO O| Oct 09 22:12:11.558 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632024-10-09T22:12:13.141Z[ host-image] Oct 09 22:12:11.567 INFO O| Oct 09 22:12:11.567 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96642024-10-09T22:12:13.144Z[ host-image] Oct 09 22:12:11.567 INFO O| Oct 09 22:12:11.567 INFO STEP 150 (remove_files) COMPLETE
96652024-10-09T22:12:13.144Z[ host-image] Oct 09 22:12:11.568 INFO O| Oct 09 22:12:11.567 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662024-10-09T22:12:13.151Z[ host-image] Oct 09 22:12:11.577 INFO O| Oct 09 22:12:11.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96672024-10-09T22:12:13.151Z[ host-image] Oct 09 22:12:11.577 INFO O| Oct 09 22:12:11.577 INFO STEP 151 (remove_files) COMPLETE
96682024-10-09T22:12:13.153Z[ host-image] Oct 09 22:12:11.577 INFO O| Oct 09 22:12:11.577 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692024-10-09T22:12:13.161Z[ host-image] Oct 09 22:12:11.587 INFO O| Oct 09 22:12:11.587 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96702024-10-09T22:12:13.161Z[ host-image] Oct 09 22:12:11.587 INFO O| Oct 09 22:12:11.587 INFO STEP 152 (remove_files) COMPLETE
96712024-10-09T22:12:13.163Z[ host-image] Oct 09 22:12:11.587 INFO O| Oct 09 22:12:11.587 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722024-10-09T22:12:13.170Z[ host-image] Oct 09 22:12:11.597 INFO O| Oct 09 22:12:11.597 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96732024-10-09T22:12:13.170Z[ host-image] Oct 09 22:12:11.597 INFO O| Oct 09 22:12:11.597 INFO STEP 153 (remove_files) COMPLETE
96742024-10-09T22:12:13.173Z[ host-image] Oct 09 22:12:11.597 INFO O| Oct 09 22:12:11.597 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752024-10-09T22:12:13.180Z[ host-image] Oct 09 22:12:11.606 INFO O| Oct 09 22:12:11.606 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96762024-10-09T22:12:13.180Z[ host-image] Oct 09 22:12:11.606 INFO O| Oct 09 22:12:11.606 INFO STEP 154 (remove_files) COMPLETE
96772024-10-09T22:12:13.182Z[ host-image] Oct 09 22:12:11.606 INFO O| Oct 09 22:12:11.606 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782024-10-09T22:12:13.189Z[ host-image] Oct 09 22:12:11.615 INFO O| Oct 09 22:12:11.615 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96792024-10-09T22:12:13.189Z[ host-image] Oct 09 22:12:11.615 INFO O| Oct 09 22:12:11.615 INFO STEP 155 (remove_files) COMPLETE
96802024-10-09T22:12:13.191Z[ host-image] Oct 09 22:12:11.615 INFO O| Oct 09 22:12:11.615 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96812024-10-09T22:12:13.204Z[ host-image] Oct 09 22:12:11.630 INFO O| Oct 09 22:12:11.630 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96822024-10-09T22:12:13.206Z[ host-image] Oct 09 22:12:11.630 INFO O| Oct 09 22:12:11.630 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
96832024-10-09T22:12:21.901Z[ host-image] Oct 09 22:12:20.326 INFO O| Oct 09 22:12:20.326 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
96842024-10-09T22:12:21.901Z[ host-image] Oct 09 22:12:20.326 INFO O| Oct 09 22:12:20.326 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96852024-10-09T22:12:21.916Z[ host-image] Oct 09 22:12:20.341 INFO O| Oct 09 22:12:20.341 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96862024-10-09T22:12:21.995Z[ host-image] Oct 09 22:12:20.420 INFO O| Oct 09 22:12:20.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96872024-10-09T22:12:21.995Z[ host-image] Oct 09 22:12:20.420 INFO O| Oct 09 22:12:20.420 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96882024-10-09T22:12:21.998Z[ host-image] Oct 09 22:12:20.423 INFO O| Oct 09 22:12:20.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96892024-10-09T22:12:21.998Z[ host-image] Oct 09 22:12:20.423 INFO O| Oct 09 22:12:20.423 INFO ok!
96902024-10-09T22:12:21.999Z[ host-image] Oct 09 22:12:20.423 INFO O| Oct 09 22:12:20.423 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96912024-10-09T22:12:21.999Z[ host-image] Oct 09 22:12:20.423 INFO O| Oct 09 22:12:20.423 INFO STEP 156 (seed_smf) COMPLETE
96922024-10-09T22:12:21.999Z[ host-image] Oct 09 22:12:20.423 INFO O| Oct 09 22:12:20.423 INFO steps complete; finalising image!
96932024-10-09T22:12:21.999Z[ host-image] Oct 09 22:12:20.423 INFO O| Oct 09 22:12:20.423 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96942024-10-09T22:12:22.137Z[ host-image] Oct 09 22:12:20.562 INFO O| Oct 09 22:12:20.562 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Wed Oct 9 22:12:20 2024)
96952024-10-09T22:12:22.359Z[ host-image] Oct 09 22:12:20.784 INFO O| Oct 09 22:12:20.784 INFO temporary pool has 681M used, 151M avail, 1.86x compressratio
96962024-10-09T22:12:22.359Z[ host-image] Oct 09 22:12:20.784 INFO O| Oct 09 22:12:20.784 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96972024-10-09T22:12:22.656Z[ host-image] Oct 09 22:12:21.081 INFO O| Oct 09 22:12:21.081 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96982024-10-09T22:12:22.656Z[ host-image] Oct 09 22:12:21.081 INFO O| Oct 09 22:12:21.081 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
96992024-10-09T22:12:23.681Z[ host-image] Oct 09 22:12:22.106 INFO O| Oct 09 22:12:22.106 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97002024-10-09T22:12:23.681Z[ host-image] Oct 09 22:12:22.106 INFO O| Oct 09 22:12:22.106 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97012024-10-09T22:12:23.681Z[ host-image] Oct 09 22:12:22.106 INFO O| Oct 09 22:12:22.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97022024-10-09T22:12:23.684Z[ host-image] Oct 09 22:12:22.106 INFO O| Oct 09 22:12:22.106 INFO completed processing gimlet/zfs
97032024-10-09T22:12:23.684Z[ host-image] Oct 09 22:12:22.106 INFO O| Oct 09 22:12:22.106 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97042024-10-09T22:12:30.190Z[ host-image] Oct 09 22:12:28.614 INFO O| Oct 09 22:12:28.614 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97052024-10-09T22:12:30.268Z[ host-image] Oct 09 22:12:28.693 INFO BUILD STRING "heads/stlouis-0-gf7ed5cf2b2\n"
97062024-10-09T22:12:30.268Z[ host-image] Oct 09 22:12:28.693 INFO expanded image name: "ci 6323462/${os_short_commit} 2024-10-09 21:42" -> "ci 6323462/f7ed5cf 2024-10-09 21:42"
97072024-10-09T22:12:30.271Z[ host-image] Oct 09 22:12:28.693 INFO output artefacts stored in: "/work/os-host"
97082024-10-09T22:12:30.271Z[ host-image] Oct 09 22:12:28.693 INFO collecting git info from project "bootserver"...
97092024-10-09T22:12:30.274Z[ host-image] Oct 09 22:12:28.698 INFO collecting git info from project "pinprick"...
97102024-10-09T22:12:30.278Z[ host-image] Oct 09 22:12:28.702 INFO collecting git info from project "phbl"...
97112024-10-09T22:12:30.282Z[ host-image] Oct 09 22:12:28.707 INFO collecting git info from project "amd-firmware"...
97122024-10-09T22:12:30.290Z[ host-image] Oct 09 22:12:28.714 INFO collecting git info from project "image-builder"...
97132024-10-09T22:12:30.294Z[ host-image] Oct 09 22:12:28.719 INFO collecting git info from project "chelsio-t6-roms"...
97142024-10-09T22:12:30.298Z[ host-image] Oct 09 22:12:28.723 INFO collecting git info from project "amd-host-image-builder"...
97152024-10-09T22:12:30.311Z[ host-image] Oct 09 22:12:28.736 INFO collecting git info from project "pilot"...
97162024-10-09T22:12:30.316Z[ host-image] Oct 09 22:12:28.741 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97172024-10-09T22:12:30.674Z[ host-image] Oct 09 22:12:29.098 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97182024-10-09T22:12:31.014Z[ host-image] Oct 09 22:12:29.438 INFO creating Oxide boot image...
97192024-10-09T22:12:31.015Z[ host-image] Oct 09 22:12:29.438 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 6323462/f7ed5cf 2024-10-09 21:42", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97202024-10-09T22:12:31.950Z[ host-image] Oct 09 22:12:30.374 INFO O| ok, image written!
97212024-10-09T22:12:31.950Z[ host-image] Oct 09 22:12:30.374 INFO O| ok, boot_image_csum file written!
97222024-10-09T22:12:31.953Z[ host-image] Oct 09 22:12:30.377 INFO creating boot archive (CPIO)...
97232024-10-09T22:12:31.953Z[ host-image] Oct 09 22:12:30.377 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
97242024-10-09T22:12:31.962Z[ host-image] Oct 09 22:12:30.387 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97252024-10-09T22:12:31.963Z[ host-image] Oct 09 22:12:30.387 INFO E| + outfile=/work/os-host/cpio
97262024-10-09T22:12:31.963Z[ host-image] Oct 09 22:12:30.387 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97272024-10-09T22:12:31.965Z[ host-image] Oct 09 22:12:30.389 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97282024-10-09T22:12:31.965Z[ host-image] Oct 09 22:12:30.389 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97292024-10-09T22:12:31.999Z[ host-image] Oct 09 22:12:30.423 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97302024-10-09T22:12:31.999Z[ host-image] Oct 09 22:12:30.423 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97312024-10-09T22:12:32.007Z[ host-image] Oct 09 22:12:30.431 INFO creating compressed cpio/unix for nanobl-rs...
97322024-10-09T22:12:32.010Z[ host-image] Oct 09 22:12:30.431 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
97332024-10-09T22:12:32.295Z[ host-image] Oct 09 22:12:30.719 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97342024-10-09T22:12:36.635Z[ host-image] Oct 09 22:12:35.058 INFO creating reset image...
97352024-10-09T22:12:36.637Z[ host-image] Oct 09 22:12:35.058 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97362024-10-09T22:12:36.725Z[ host-image] Oct 09 22:12:35.149 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97372024-10-09T22:12:36.728Z[ host-image] Oct 09 22:12:35.150 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97382024-10-09T22:12:36.780Z[ host-image] Oct 09 22:12:35.203 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97392024-10-09T22:12:38.602Z[ host-image] Oct 09 22:12:37.025 INFO E| Finished `release` profile [optimized] target(s) in 1.86s
97402024-10-09T22:12:38.613Z[ host-image] Oct 09 22:12:37.036 INFO building host image...
97412024-10-09T22:12:38.615Z[ host-image] Oct 09 22:12:37.037 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")
97422024-10-09T22:12:39.091Z[ host-image] Oct 09 22:12:37.514 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97432024-10-09T22:13:25.871Z[ host-image] Oct 09 22:13:24.289 INFO image complete! materials are in "/work/os-host"
97442024-10-09T22:13:25.874Z[ host-image]
97452024-10-09T22:13:25.874Z[ host-image] real 9:28.804021760
97462024-10-09T22:13:25.876Z[ host-image] user 4:32.630469550
97472024-10-09T22:13:25.876Z[ host-image] sys 50.888751060
97482024-10-09T22:13:25.876Z[ host-image] trap 0.174402204
97492024-10-09T22:13:25.877Z[ host-image] tflt 0.004386172
97502024-10-09T22:13:25.877Z[ host-image] dflt 0.052321876
97512024-10-09T22:13:25.877Z[ host-image] kflt 0.000141725
97522024-10-09T22:13:25.877Z[ host-image] lock 1:02.758924255
97532024-10-09T22:13:25.877Z[ host-image] slp 52:37.498108461
97542024-10-09T22:13:25.877Z[ host-image] lat 1:22.299718730
97552024-10-09T22:13:25.877Z[ host-image] stop 0.399105335
97562024-10-09T22:13:25.877ZOct 09 22:13:24.293 INFO [host-image] process exited with exit status: 0 (568.821056015s)
97572024-10-09T22:13:25.877ZOct 09 22:13:24.293 INFO [tuf-repo] running task
97582024-10-09T22:13:32.542ZOct 09 22:13:30.959 INFO assembling repository in `/tmp/tufaceouskUSFmd`, component: OmicronRepoAssembler
97592024-10-09T22:13:37.645ZOct 09 22:13:36.062 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97602024-10-09T22:13:37.848ZOct 09 22:13:36.264 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97612024-10-09T22:13:49.547ZOct 09 22:13:47.962 INFO [tuf-repo] task succeeded (23.669041418s)
97622024-10-09T22:13:49.547ZOct 09 22:13:47.962 INFO all jobs completed in 1881.568995709s
97632024-10-09T22:13:50.101Zprocess exited: duration 2458640 ms, exit code 0
 
97642024-10-09T22:13:50.112Zfound 33 output files
97652024-10-09T22:13:50.113Zuploading: /work/manifest.toml (8404 bytes)
97662024-10-09T22:13:51.189Zuploaded: /work/manifest.toml
97672024-10-09T22:13:51.189Zuploading: /work/repo.zip (1813906185 bytes)
97682024-10-09T22:14:28.234Zuploaded: /work/repo.zip
97692024-10-09T22:14:28.234Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97702024-10-09T22:14:29.296Zuploaded: /work/repo.zip.sha256.txt
97712024-10-09T22:14:29.296Zuploading: /work/helios-setup.log (64982 bytes)
97722024-10-09T22:14:30.309Zuploaded: /work/helios-setup.log
97732024-10-09T22:14:30.309Zuploading: /work/host-image.log (195074 bytes)
97742024-10-09T22:14:31.329Zuploaded: /work/host-image.log
97752024-10-09T22:14:31.329Zuploading: /work/host-package.log (23587 bytes)
97762024-10-09T22:14:32.340Zuploaded: /work/host-package.log
97772024-10-09T22:14:32.340Zuploading: /work/host-target.log (101 bytes)
97782024-10-09T22:14:33.350Zuploaded: /work/host-target.log
97792024-10-09T22:14:33.350Zuploading: /work/omicron-package.log (5032 bytes)
97802024-10-09T22:14:34.364Zuploaded: /work/omicron-package.log
97812024-10-09T22:14:34.364Zuploading: /work/phbl-toolchain.log (881 bytes)
97822024-10-09T22:14:35.372Zuploaded: /work/phbl-toolchain.log
97832024-10-09T22:14:35.372Zuploading: /work/recovery-image.log (592517 bytes)
97842024-10-09T22:14:36.406Zuploaded: /work/recovery-image.log
97852024-10-09T22:14:36.406Zuploading: /work/recovery-package.log (321 bytes)
97862024-10-09T22:14:37.415Zuploaded: /work/recovery-package.log
97872024-10-09T22:14:37.415Zuploading: /work/recovery-target.log (98 bytes)
97882024-10-09T22:14:38.444Zuploaded: /work/recovery-target.log
97892024-10-09T22:14:38.444Zuploading: /work/stamp-clickhouse.log (117 bytes)
97902024-10-09T22:14:39.452Zuploaded: /work/stamp-clickhouse.log
97912024-10-09T22:14:39.452Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97922024-10-09T22:14:40.465Zuploaded: /work/stamp-clickhouse_keeper.log
97932024-10-09T22:14:40.465Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97942024-10-09T22:14:41.472Zuploaded: /work/stamp-cockroachdb.log
97952024-10-09T22:14:41.472Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97962024-10-09T22:14:42.480Zuploaded: /work/stamp-crucible-dtrace.log
97972024-10-09T22:14:42.480Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97982024-10-09T22:14:43.487Zuploaded: /work/stamp-crucible-pantry-zone.log
97992024-10-09T22:14:43.487Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98002024-10-09T22:14:44.495Zuploaded: /work/stamp-crucible-zone.log
98012024-10-09T22:14:44.495Zuploading: /work/stamp-external-dns.log (119 bytes)
98022024-10-09T22:14:45.503Zuploaded: /work/stamp-external-dns.log
98032024-10-09T22:14:45.506Zuploading: /work/stamp-installinator.log (103 bytes)
98042024-10-09T22:14:46.510Zuploaded: /work/stamp-installinator.log
98052024-10-09T22:14:46.510Zuploading: /work/stamp-internal-dns.log (119 bytes)
98062024-10-09T22:14:47.519Zuploaded: /work/stamp-internal-dns.log
98072024-10-09T22:14:47.519Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98082024-10-09T22:14:48.527Zuploaded: /work/stamp-mg-ddm-gz.log
98092024-10-09T22:14:48.527Zuploading: /work/stamp-nexus.log (112 bytes)
98102024-10-09T22:14:49.535Zuploaded: /work/stamp-nexus.log
98112024-10-09T22:14:49.538Zuploading: /work/stamp-ntp.log (110 bytes)
98122024-10-09T22:14:50.544Zuploaded: /work/stamp-ntp.log
98132024-10-09T22:14:50.544Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98142024-10-09T22:14:51.553Zuploaded: /work/stamp-omicron-sled-agent.log
98152024-10-09T22:14:51.553Zuploading: /work/stamp-overlay.log (114 bytes)
98162024-10-09T22:14:52.561Zuploaded: /work/stamp-overlay.log
98172024-10-09T22:14:52.561Zuploading: /work/stamp-oximeter.log (115 bytes)
98182024-10-09T22:14:53.570Zuploaded: /work/stamp-oximeter.log
98192024-10-09T22:14:53.570Zuploading: /work/stamp-oxlog.log (109 bytes)
98202024-10-09T22:14:54.578Zuploaded: /work/stamp-oxlog.log
98212024-10-09T22:14:54.578Zuploading: /work/stamp-probe.log (112 bytes)
98222024-10-09T22:14:55.588Zuploaded: /work/stamp-probe.log
98232024-10-09T22:14:55.588Zuploading: /work/stamp-propolis-server.log (122 bytes)
98242024-10-09T22:14:56.596Zuploaded: /work/stamp-propolis-server.log
98252024-10-09T22:14:56.596Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98262024-10-09T22:14:57.605Zuploaded: /work/stamp-pumpkind-gz.log
98272024-10-09T22:14:57.605Zuploading: /work/stamp-switch-asic.log (118 bytes)
98282024-10-09T22:14:58.613Zuploaded: /work/stamp-switch-asic.log
98292024-10-09T22:14:58.613Zuploading: /work/verify-libraries.log (3720 bytes)
98302024-10-09T22:14:59.622Zuploaded: /work/verify-libraries.log