01JF8GY8WMZQETMK5GQQK64ZTH: 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: 01JF8GYVNWYEH4ZWB05Q6VSK4C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-16T20:03:49.452Zjob assigned to worker 01JF8H203ZHK47S3KQPDKG9K0X [factory aws, i-04fb0ba50e3bca9a4] (queued for 2 m 39 s)
 
22024-12-16T20:03:57.820Zstarting task 0: "setup"
32024-12-16T20:03:57.826Z++ uname -s
42024-12-16T20:03:57.831Z+ kern=SunOS
52024-12-16T20:03:57.831Z+ case "$kern" in
62024-12-16T20:03:57.831Z+ groupadd -g 12345 build
72024-12-16T20:03:57.831Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-16T20:03:59.835Z+ zfs create -o mountpoint=/work rpool/work
92024-12-16T20:03:59.918Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-16T20:03:59.921Z+ home_fs=zfs
112024-12-16T20:03:59.921Z+ [[ zfs == autofs ]]
122024-12-16T20:03:59.921Z+ mkdir -p /home/build
132024-12-16T20:03:59.927Z+ chown build:build /home/build /work
142024-12-16T20:04:01.924Z+ chmod 0700 /home/build /work
152024-12-16T20:04:01.927Zprocess exited: duration 4110 ms, exit code 0
 
162024-12-16T20:04:01.933Zstarting task 1: "rust-toolchain"
172024-12-16T20:04:01.938Z+ printf ' * toolchain channel = "%s"
182024-12-16T20:04:01.938Z' 1.81.0
192024-12-16T20:04:01.938Z+ printf ' * toolchain profile = "%s"
202024-12-16T20:04:01.938Z' default
212024-12-16T20:04:01.938Z * toolchain channel = "1.81.0"
222024-12-16T20:04:01.938Z * toolchain profile = "default"
232024-12-16T20:04:01.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-16T20:04:01.940Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-16T20:04:02.071Zinfo: downloading installer
262024-12-16T20:04:03.837Zinfo: profile set to 'default'
272024-12-16T20:04:03.838Zinfo: default host triple is x86_64-unknown-illumos
282024-12-16T20:04:03.840Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-16T20:04:04.010Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-16T20:04:04.010Zinfo: downloading component 'cargo'
312024-12-16T20:04:05.001Zinfo: downloading component 'clippy'
322024-12-16T20:04:05.396Zinfo: downloading component 'rust-docs'
332024-12-16T20:04:06.745Zinfo: downloading component 'rust-std'
342024-12-16T20:04:08.858Zinfo: downloading component 'rustc'
352024-12-16T20:04:16.403Zinfo: downloading component 'rustfmt'
362024-12-16T20:04:16.703Zinfo: installing component 'cargo'
372024-12-16T20:04:17.487Zinfo: installing component 'clippy'
382024-12-16T20:04:17.840Zinfo: installing component 'rust-docs'
392024-12-16T20:04:19.454Zinfo: installing component 'rust-std'
402024-12-16T20:04:21.167Zinfo: installing component 'rustc'
412024-12-16T20:04:26.690Zinfo: installing component 'rustfmt'
422024-12-16T20:04:27.013Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-16T20:04:27.013Z
442024-12-16T20:04:27.390Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-16T20:04:27.390Z
462024-12-16T20:04:27.392Z
472024-12-16T20:04:27.392ZRust is installed now. Great!
482024-12-16T20:04:27.392Z
492024-12-16T20:04:27.393ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-16T20:04:27.393Zenvironment variable. This has not been done automatically.
512024-12-16T20:04:27.393Z
522024-12-16T20:04:27.393ZTo configure your current shell, you need to source
532024-12-16T20:04:27.393Zthe corresponding env file under $HOME/.cargo.
542024-12-16T20:04:27.393Z
552024-12-16T20:04:27.393ZThis is usually done by running one of the following (note the leading DOT):
562024-12-16T20:04:27.393Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-16T20:04:27.393Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-16T20:04:27.464Z+ rustc --version
592024-12-16T20:04:27.528Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-16T20:04:27.531Zprocess exited: duration 25594 ms, exit code 0
 
612024-12-16T20:04:27.536Zstarting task 2: "authentication"
622024-12-16T20:04:27.556Zprocess exited: duration 19 ms, exit code 0
 
632024-12-16T20:04:27.562Zstarting task 3: "clone repository"
642024-12-16T20:04:27.567Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-16T20:04:27.569Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-16T20:04:29.061ZCloning into '/work/oxidecomputer/omicron'...
672024-12-16T20:04:36.194Z+ cd /work/oxidecomputer/omicron
682024-12-16T20:04:36.194Z+ git fetch origin 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17
692024-12-16T20:04:36.575ZFrom https://github.com/oxidecomputer/omicron
702024-12-16T20:04:36.578Z * branch 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 -> FETCH_HEAD
712024-12-16T20:04:36.585Z+ [[ -n john/sled-editor-allocators ]]
722024-12-16T20:04:36.587Z++ git branch --show-current
732024-12-16T20:04:36.590Z+ current=main
742024-12-16T20:04:36.590Z+ [[ main != john/sled-editor-allocators ]]
752024-12-16T20:04:36.590Z+ git branch -f john/sled-editor-allocators 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17
762024-12-16T20:04:36.593Z+ git checkout -f john/sled-editor-allocators
772024-12-16T20:04:36.719ZSwitched to branch 'john/sled-editor-allocators'
782024-12-16T20:04:36.721Z+ git reset --hard 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17
792024-12-16T20:04:36.838ZHEAD is now at 1cfaddce5 doc comment on underlay_ip module
802024-12-16T20:04:36.840Zprocess exited: duration 9275 ms, exit code 0
 
812024-12-16T20:04:36.846Zstarting task 4: "build"
822024-12-16T20:04:36.851Z+ source .github/buildomat/ci-env.sh
832024-12-16T20:04:36.851Z++ export CARGO_TERM_COLOR=always
842024-12-16T20:04:36.851Z++ CARGO_TERM_COLOR=always
852024-12-16T20:04:36.851Z+ cargo --version
862024-12-16T20:04:36.907Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-16T20:04:36.910Z+ rustc --version
882024-12-16T20:04:36.969Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-16T20:04:36.972Z+ cargo tree --locked
902024-12-16T20:04:37.220Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-16T20:04:37.496Z Updating crates.io index
922024-12-16T20:04:37.560Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-16T20:04:38.093Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-16T20:04:38.375Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-16T20:04:38.629Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-16T20:04:38.890Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-16T20:04:39.878Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-16T20:04:41.352Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-16T20:04:42.040Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-16T20:04:42.728Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-16T20:04:42.990Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-16T20:04:43.319Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-16T20:04:43.930Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-16T20:04:44.258Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-16T20:04:44.541Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-16T20:04:44.814Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-16T20:04:45.076Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-16T20:04:45.331Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-16T20:04:45.641Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-16T20:04:45.960Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-16T20:04:46.367Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-16T20:04:46.631Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-16T20:04:47.104Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-16T20:04:47.385Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-16T20:04:47.774Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-16T20:04:48.255Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-16T20:04:48.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-16T20:04:48.782Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-16T20:04:49.039Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-16T20:04:50.428Z Downloading crates ...
1212024-12-16T20:04:50.570Z Downloaded errno v0.3.9
1222024-12-16T20:04:50.573Z Downloaded event-listener v5.3.1
1232024-12-16T20:04:50.580Z Downloaded foreign-types-shared v0.3.1
1242024-12-16T20:04:50.583Z Downloaded escape8259 v0.5.3
1252024-12-16T20:04:50.588Z Downloaded foreign-types-shared v0.1.1
1262024-12-16T20:04:50.593Z Downloaded headers-core v0.3.0
1272024-12-16T20:04:50.595Z Downloaded event-listener-strategy v0.5.2
1282024-12-16T20:04:50.601Z Downloaded foldhash v0.1.3
1292024-12-16T20:04:50.601Z Downloaded aes-gcm v0.10.3
1302024-12-16T20:04:50.605Z Downloaded hubpack_derive v0.1.1
1312024-12-16T20:04:50.605Z Downloaded adler2 v2.0.0
1322024-12-16T20:04:50.605Z Downloaded anes v0.1.6
1332024-12-16T20:04:50.608Z Downloaded foreign-types v0.3.2
1342024-12-16T20:04:50.608Z Downloaded fxhash v0.2.1
1352024-12-16T20:04:50.608Z Downloaded aead v0.5.2
1362024-12-16T20:04:50.611Z Downloaded fallible-iterator v0.2.0
1372024-12-16T20:04:50.614Z Downloaded heck v0.4.1
1382024-12-16T20:04:50.615Z Downloaded futures-sink v0.3.31
1392024-12-16T20:04:50.615Z Downloaded anstream v0.6.15
1402024-12-16T20:04:50.617Z Downloaded http-range v0.1.5
1412024-12-16T20:04:50.624Z Downloaded allocator-api2 v0.2.18
1422024-12-16T20:04:50.624Z Downloaded foreign-types v0.5.0
1432024-12-16T20:04:50.624Z Downloaded futures-core v0.3.31
1442024-12-16T20:04:50.627Z Downloaded fs-err v2.11.0
1452024-12-16T20:04:50.627Z Downloaded aes v0.8.4
1462024-12-16T20:04:50.630Z Downloaded futures-timer v3.0.3
1472024-12-16T20:04:50.632Z Downloaded hex-literal v0.4.1
1482024-12-16T20:04:50.635Z Downloaded heck v0.5.0
1492024-12-16T20:04:50.638Z Downloaded http-body v1.0.1
1502024-12-16T20:04:50.638Z Downloaded hex v0.4.3
1512024-12-16T20:04:50.641Z Downloaded http-body-util v0.1.2
1522024-12-16T20:04:50.641Z Downloaded argon2 v0.5.3
1532024-12-16T20:04:50.644Z Downloaded async-object-pool v0.1.5
1542024-12-16T20:04:50.644Z Downloaded aho-corasick v1.1.3
1552024-12-16T20:04:50.650Z Downloaded hubpack v0.1.2
1562024-12-16T20:04:50.653Z Downloaded arrayref v0.3.9
1572024-12-16T20:04:50.653Z Downloaded hostname v0.4.0
1582024-12-16T20:04:50.656Z Downloaded anstyle v1.0.10
1592024-12-16T20:04:50.658Z Downloaded httpdate v1.0.3
1602024-12-16T20:04:50.660Z Downloaded generic-array v0.14.7
1612024-12-16T20:04:50.660Z Downloaded fixedbitset v0.4.2
1622024-12-16T20:04:50.662Z Downloaded glob v0.3.1
1632024-12-16T20:04:50.665Z Downloaded async-stream-impl v0.3.6
1642024-12-16T20:04:50.665Z Downloaded async-attributes v1.1.2
1652024-12-16T20:04:50.668Z Downloaded hostname v0.3.1
1662024-12-16T20:04:50.668Z Downloaded ciborium v0.2.2
1672024-12-16T20:04:50.670Z Downloaded async-global-executor v2.4.1
1682024-12-16T20:04:50.673Z Downloaded fs_extra v1.3.0
1692024-12-16T20:04:50.676Z Downloaded futures-lite v2.3.0
1702024-12-16T20:04:50.681Z Downloaded futures-channel v0.3.31
1712024-12-16T20:04:50.681Z Downloaded async-executor v1.13.1
1722024-12-16T20:04:50.684Z Downloaded atty v0.2.14
1732024-12-16T20:04:50.684Z Downloaded atomicwrites v0.4.4
1742024-12-16T20:04:50.684Z Downloaded async-channel v1.9.0
1752024-12-16T20:04:50.686Z Downloaded cfg_aliases v0.2.1
1762024-12-16T20:04:50.686Z Downloaded cfg_aliases v0.1.1
1772024-12-16T20:04:50.689Z Downloaded hyper-rustls v0.27.3
1782024-12-16T20:04:50.692Z Downloaded humantime v2.1.0
1792024-12-16T20:04:50.692Z Downloaded httptest v0.16.1
1802024-12-16T20:04:50.695Z Downloaded async-stream v0.3.6
1812024-12-16T20:04:50.697Z Downloaded bb8 v0.8.5
1822024-12-16T20:04:50.697Z Downloaded ascii-canvas v3.0.0
1832024-12-16T20:04:50.700Z Downloaded httparse v1.9.5
1842024-12-16T20:04:50.702Z Downloaded cargo-platform v0.1.8
1852024-12-16T20:04:50.706Z Downloaded hyper-rustls v0.26.0
1862024-12-16T20:04:50.709Z Downloaded highway v1.2.0
1872024-12-16T20:04:50.709Z Downloaded progenitor-client v0.8.0
1882024-12-16T20:04:50.709Z Downloaded byteorder v1.5.0
1892024-12-16T20:04:50.712Z Downloaded rpassword v7.3.1
1902024-12-16T20:04:50.712Z Downloaded cassowary v0.3.0
1912024-12-16T20:04:50.715Z Downloaded hashlink v0.9.1
1922024-12-16T20:04:50.719Z Downloaded cbc v0.1.2
1932024-12-16T20:04:50.719Z Downloaded num-iter v0.1.45
1942024-12-16T20:04:50.723Z Downloaded getrandom v0.2.15
1952024-12-16T20:04:50.723Z Downloaded half v2.4.1
1962024-12-16T20:04:50.726Z Downloaded futures v0.3.31
1972024-12-16T20:04:50.731Z Downloaded sqlparser_derive v0.2.2
1982024-12-16T20:04:50.734Z Downloaded cfg-if v1.0.0
1992024-12-16T20:04:50.734Z Downloaded olpc-cjson v0.1.4
2002024-12-16T20:04:50.734Z Downloaded atomic-waker v1.1.2
2012024-12-16T20:04:50.737Z Downloaded packed_struct v0.10.1
2022024-12-16T20:04:50.740Z Downloaded cexpr v0.6.0
2032024-12-16T20:04:50.740Z Downloaded pkg-config v0.3.31
2042024-12-16T20:04:50.743Z Downloaded phf_generator v0.11.2
2052024-12-16T20:04:50.743Z Downloaded hmac v0.12.1
2062024-12-16T20:04:50.752Z Downloaded chrono-tz-build v0.4.0
2072024-12-16T20:04:50.752Z Downloaded chacha20 v0.9.1
2082024-12-16T20:04:50.752Z Downloaded camino-tempfile v1.1.1
2092024-12-16T20:04:50.752Z Downloaded async-io v2.3.4
2102024-12-16T20:04:50.755Z Downloaded block-buffer v0.10.4
2112024-12-16T20:04:50.755Z Downloaded bzip2 v0.4.4
2122024-12-16T20:04:50.758Z Downloaded powerfmt v0.2.0
2132024-12-16T20:04:50.760Z Downloaded progenitor-macro v0.8.0
2142024-12-16T20:04:50.760Z Downloaded blake2b_simd v1.0.2
2152024-12-16T20:04:50.763Z Downloaded anyhow v1.0.93
2162024-12-16T20:04:50.766Z Downloaded bit-set v0.5.3
2172024-12-16T20:04:50.769Z Downloaded serde_repr v0.1.19
2182024-12-16T20:04:50.769Z Downloaded serde_plain v1.0.2
2192024-12-16T20:04:50.771Z Downloaded want v0.3.1
2202024-12-16T20:04:50.771Z Downloaded crunchy v0.2.2
2212024-12-16T20:04:50.774Z Downloaded rustls-pemfile v1.0.4
2222024-12-16T20:04:50.777Z Downloaded rand_seeder v0.3.0
2232024-12-16T20:04:50.777Z Downloaded static_assertions v1.1.0
2242024-12-16T20:04:50.780Z Downloaded num-rational v0.4.2
2252024-12-16T20:04:50.780Z Downloaded flume v0.11.1
2262024-12-16T20:04:50.786Z Downloaded darling_macro v0.20.10
2272024-12-16T20:04:50.788Z Downloaded downcast v0.11.0
2282024-12-16T20:04:50.789Z Downloaded slog-scope v4.4.0
2292024-12-16T20:04:50.789Z Downloaded zone_cfg_derive v0.3.0
2302024-12-16T20:04:50.793Z Downloaded smallvec v0.6.14
2312024-12-16T20:04:50.793Z Downloaded ciborium-io v0.2.2
2322024-12-16T20:04:50.795Z Downloaded dhcproto-macros v0.1.0
2332024-12-16T20:04:50.795Z Downloaded pem-rfc7468 v0.7.0
2342024-12-16T20:04:50.795Z Downloaded base64ct v1.6.0
2352024-12-16T20:04:50.798Z Downloaded camino v1.1.9
2362024-12-16T20:04:50.801Z Downloaded tls_codec v0.4.1
2372024-12-16T20:04:50.804Z Downloaded thiserror-impl-no-std v2.0.2
2382024-12-16T20:04:50.804Z Downloaded relative-path v1.9.3
2392024-12-16T20:04:50.809Z Downloaded pkcs8 v0.10.2
2402024-12-16T20:04:50.809Z Downloaded icu_provider_macros v1.5.0
2412024-12-16T20:04:50.809Z Downloaded blake2 v0.10.6
2422024-12-16T20:04:50.812Z Downloaded fatfs v0.3.6
2432024-12-16T20:04:50.815Z Downloaded typify-macro v0.2.0
2442024-12-16T20:04:50.819Z Downloaded postgres-types v0.2.8
2452024-12-16T20:04:50.819Z Downloaded md5 v0.7.0
2462024-12-16T20:04:50.827Z Downloaded matches v0.1.10
2472024-12-16T20:04:50.827Z Downloaded ident_case v1.0.1
2482024-12-16T20:04:50.827Z Downloaded tui-tree-widget v0.22.0
2492024-12-16T20:04:50.827Z Downloaded serde_path_to_error v0.1.16
2502024-12-16T20:04:50.827Z Downloaded rand_core v0.6.4
2512024-12-16T20:04:50.827Z Downloaded password-hash v0.4.2
2522024-12-16T20:04:50.830Z Downloaded zeroize v1.8.1
2532024-12-16T20:04:50.833Z Downloaded unarray v0.1.4
2542024-12-16T20:04:50.833Z Downloaded cfg-expr v0.17.0
2552024-12-16T20:04:50.836Z Downloaded pathdiff v0.2.2
2562024-12-16T20:04:50.836Z Downloaded tap v1.0.1
2572024-12-16T20:04:50.841Z Downloaded rustls-native-certs v0.7.3
2582024-12-16T20:04:50.841Z Downloaded zerofrom-derive v0.1.4
2592024-12-16T20:04:50.844Z Downloaded dof v0.3.0
2602024-12-16T20:04:50.844Z Downloaded datatest-stable v0.2.9
2612024-12-16T20:04:50.852Z Downloaded num_threads v0.1.7
2622024-12-16T20:04:50.853Z Downloaded ed25519 v2.2.3
2632024-12-16T20:04:50.867Z Downloaded supports-color v3.0.1
2642024-12-16T20:04:50.867Z Downloaded ciborium-ll v0.2.2
2652024-12-16T20:04:50.867Z Downloaded slog-term v2.9.1
2662024-12-16T20:04:50.867Z Downloaded headers v0.4.0
2672024-12-16T20:04:50.867Z Downloaded constant_time_eq v0.3.1
2682024-12-16T20:04:50.867Z Downloaded termios v0.3.3
2692024-12-16T20:04:50.872Z Downloaded typify v0.2.0
2702024-12-16T20:04:50.872Z Downloaded lalrpop-util v0.19.12
2712024-12-16T20:04:50.872Z Downloaded kv-log-macro v1.0.7
2722024-12-16T20:04:50.872Z Downloaded kstat-rs v0.2.4
2732024-12-16T20:04:50.872Z Downloaded fancy-regex v0.13.0
2742024-12-16T20:04:50.875Z Downloaded newline-converter v0.3.0
2752024-12-16T20:04:50.875Z Downloaded md-5 v0.10.6
2762024-12-16T20:04:50.878Z Downloaded maybe-uninit v2.0.0
2772024-12-16T20:04:50.878Z Downloaded yasna v0.5.2
2782024-12-16T20:04:50.881Z Downloaded slog-envlogger v2.2.0
2792024-12-16T20:04:50.884Z Downloaded subprocess v0.2.9
2802024-12-16T20:04:50.890Z Downloaded chacha20poly1305 v0.10.1
2812024-12-16T20:04:50.890Z Downloaded lazy_static v1.5.0
2822024-12-16T20:04:50.890Z Downloaded pin-utils v0.1.0
2832024-12-16T20:04:50.891Z Downloaded utf16_iter v1.0.5
2842024-12-16T20:04:50.894Z Downloaded tracing-attributes v0.1.27
2852024-12-16T20:04:50.897Z Downloaded ecdsa v0.16.9
2862024-12-16T20:04:50.900Z Downloaded bumpalo v3.16.0
2872024-12-16T20:04:50.900Z Downloaded heapless v0.8.0
2882024-12-16T20:04:50.904Z Downloaded serde-big-array v0.5.1
2892024-12-16T20:04:50.907Z Downloaded value-bag v1.9.0
2902024-12-16T20:04:50.909Z Downloaded target-triple v0.1.3
2912024-12-16T20:04:50.914Z Downloaded typenum v1.17.0
2922024-12-16T20:04:50.914Z Downloaded toolchain_find v0.4.0
2932024-12-16T20:04:50.914Z Downloaded thread-id v4.2.2
2942024-12-16T20:04:50.917Z Downloaded flate2 v1.0.34
2952024-12-16T20:04:50.920Z Downloaded resolv-conf v0.7.0
2962024-12-16T20:04:50.923Z Downloaded base64 v0.21.7
2972024-12-16T20:04:50.927Z Downloaded parking_lot v0.11.2
2982024-12-16T20:04:50.930Z Downloaded rustc-hash v1.1.0
2992024-12-16T20:04:50.932Z Downloaded base64 v0.22.1
3002024-12-16T20:04:50.935Z Downloaded rtoolbox v0.0.2
3012024-12-16T20:04:50.938Z Downloaded quinn-udp v0.5.5
3022024-12-16T20:04:50.940Z Downloaded pest_derive v2.7.14
3032024-12-16T20:04:50.943Z Downloaded strsim v0.11.1
3042024-12-16T20:04:50.943Z Downloaded spin v0.5.2
3052024-12-16T20:04:50.946Z Downloaded slog-json v2.6.1
3062024-12-16T20:04:50.948Z Downloaded strum_macros v0.24.3
3072024-12-16T20:04:50.951Z Downloaded ron v0.8.1
3082024-12-16T20:04:50.954Z Downloaded icu_normalizer_data v1.5.0
3092024-12-16T20:04:50.957Z Downloaded diesel_table_macro_syntax v0.2.0
3102024-12-16T20:04:50.959Z Downloaded zopfli v0.8.1
3112024-12-16T20:04:50.962Z Downloaded postgres-protocol v0.6.7
3122024-12-16T20:04:50.965Z Downloaded const_format_proc_macros v0.2.33
3132024-12-16T20:04:50.967Z Downloaded threadpool v1.8.1
3142024-12-16T20:04:50.967Z Downloaded topological-sort v0.2.2
3152024-12-16T20:04:50.970Z Downloaded instant v0.1.13
3162024-12-16T20:04:50.970Z Downloaded unicode-xid v0.2.6
3172024-12-16T20:04:50.973Z Downloaded which v4.4.2
3182024-12-16T20:04:50.976Z Downloaded usdt v0.5.0
3192024-12-16T20:04:50.976Z Downloaded parking_lot v0.12.3
3202024-12-16T20:04:50.979Z Downloaded hashbrown v0.13.2
3212024-12-16T20:04:50.981Z Downloaded opaque-debug v0.3.1
3222024-12-16T20:04:50.984Z Downloaded num-conv v0.1.0
3232024-12-16T20:04:50.984Z Downloaded mirai-annotations v1.12.0
3242024-12-16T20:04:50.990Z Downloaded hashbrown v0.12.3
3252024-12-16T20:04:50.994Z Downloaded ctr v0.9.2
3262024-12-16T20:04:50.994Z Downloaded semver v1.0.23
3272024-12-16T20:04:50.996Z Downloaded tempfile v3.13.0
3282024-12-16T20:04:51.001Z Downloaded pretty-hex v0.2.1
3292024-12-16T20:04:51.001Z Downloaded pretty-hex v0.4.1
3302024-12-16T20:04:51.001Z Downloaded parking v2.2.1
3312024-12-16T20:04:51.004Z Downloaded icu_properties v1.5.1
3322024-12-16T20:04:51.007Z Downloaded ena v0.14.3
3332024-12-16T20:04:51.007Z Downloaded russh-cryptovec v0.7.3
3342024-12-16T20:04:51.009Z Downloaded dunce v1.0.5
3352024-12-16T20:04:51.009Z Downloaded diesel-dtrace v0.4.2
3362024-12-16T20:04:51.016Z Downloaded rsa v0.9.6
3372024-12-16T20:04:51.016Z Downloaded hyper-tls v0.6.0
3382024-12-16T20:04:51.019Z Downloaded vsss-rs v3.3.4
3392024-12-16T20:04:51.022Z Downloaded strum v0.26.3
3402024-12-16T20:04:51.022Z Downloaded newtype_derive v0.1.6
3412024-12-16T20:04:51.024Z Downloaded whoami v1.5.2
3422024-12-16T20:04:51.024Z Downloaded steno v0.4.1
3432024-12-16T20:04:51.028Z Downloaded ipnetwork v0.20.0
3442024-12-16T20:04:51.031Z Downloaded mockall v0.13.0
3452024-12-16T20:04:51.034Z Downloaded swrite v0.1.0
3462024-12-16T20:04:51.034Z Downloaded internet-checksum v0.2.1
3472024-12-16T20:04:51.037Z Downloaded embedded-io v0.6.1
3482024-12-16T20:04:51.037Z Downloaded csv-core v0.1.11
3492024-12-16T20:04:51.040Z Downloaded nibble_vec v0.1.0
3502024-12-16T20:04:51.040Z Downloaded strum_macros v0.25.3
3512024-12-16T20:04:51.042Z Downloaded usdt-attr-macro v0.5.0
3522024-12-16T20:04:51.042Z Downloaded vte_generate_state_changes v0.1.2
3532024-12-16T20:04:51.046Z Downloaded cookie_store v0.21.0
3542024-12-16T20:04:51.046Z Downloaded try-lock v0.2.5
3552024-12-16T20:04:51.050Z Downloaded packed_struct_codegen v0.10.1
3562024-12-16T20:04:51.050Z Downloaded unicase v2.7.0
3572024-12-16T20:04:51.052Z Downloaded rfc6979 v0.4.0
3582024-12-16T20:04:51.052Z Downloaded write16 v1.0.0
3592024-12-16T20:04:51.052Z Downloaded phf v0.11.2
3602024-12-16T20:04:51.055Z Downloaded pest_generator v2.7.14
3612024-12-16T20:04:51.055Z Downloaded waitgroup v0.1.2
3622024-12-16T20:04:51.057Z Downloaded des v0.8.1
3632024-12-16T20:04:51.061Z Downloaded polling v3.7.3
3642024-12-16T20:04:51.063Z Downloaded derive_builder_macro v0.20.2
3652024-12-16T20:04:51.063Z Downloaded smawk v0.3.2
3662024-12-16T20:04:51.066Z Downloaded icu_provider v1.5.0
3672024-12-16T20:04:51.069Z Downloaded yansi v1.0.1
3682024-12-16T20:04:51.071Z Downloaded litemap v0.7.3
3692024-12-16T20:04:51.074Z Downloaded ssh-encoding v0.2.0
3702024-12-16T20:04:51.076Z Downloaded libtest-mimic v0.7.3
3712024-12-16T20:04:51.076Z Downloaded const_format v0.2.33
3722024-12-16T20:04:51.082Z Downloaded tinystr v0.7.6
3732024-12-16T20:04:51.084Z Downloaded tiny-keccak v2.0.2
3742024-12-16T20:04:51.088Z Downloaded num-complex v0.4.6
3752024-12-16T20:04:51.091Z Downloaded normalize-line-endings v0.3.0
3762024-12-16T20:04:51.091Z Downloaded cookie v0.18.1
3772024-12-16T20:04:51.093Z Downloaded lock_api v0.4.12
3782024-12-16T20:04:51.096Z Downloaded number_prefix v0.4.0
3792024-12-16T20:04:51.096Z Downloaded num-bigint v0.4.6
3802024-12-16T20:04:51.100Z Downloaded parse-size v1.1.0
3812024-12-16T20:04:51.103Z Downloaded version_check v0.9.5
3822024-12-16T20:04:51.103Z Downloaded predicates v3.1.2
3832024-12-16T20:04:51.105Z Downloaded parking_lot_core v0.8.6
3842024-12-16T20:04:51.108Z Downloaded crc-catalog v2.4.0
3852024-12-16T20:04:51.110Z Downloaded crc v3.2.1
3862024-12-16T20:04:51.113Z Downloaded dirs-next v2.0.0
3872024-12-16T20:04:51.115Z Downloaded wyz v0.5.1
3882024-12-16T20:04:51.115Z Downloaded writeable v0.5.5
3892024-12-16T20:04:51.119Z Downloaded wait-timeout v0.2.0
3902024-12-16T20:04:51.121Z Downloaded unicode-bidi v0.3.17
3912024-12-16T20:04:51.121Z Downloaded smallvec v1.13.2
3922024-12-16T20:04:51.124Z Downloaded quinn v0.11.5
3932024-12-16T20:04:51.128Z Downloaded is-terminal v0.4.13
3942024-12-16T20:04:51.130Z Downloaded instability v0.3.2
3952024-12-16T20:04:51.132Z Downloaded lru v0.12.5
3962024-12-16T20:04:51.132Z Downloaded linked-hash-map v0.5.6
3972024-12-16T20:04:51.135Z Downloaded idna_adapter v1.2.0
3982024-12-16T20:04:51.135Z Downloaded icu_locid_transform_data v1.5.0
3992024-12-16T20:04:51.139Z Downloaded ed25519-dalek v2.1.1
4002024-12-16T20:04:51.145Z Downloaded lru-cache v0.1.2
4012024-12-16T20:04:51.145Z Downloaded log v0.4.22
4022024-12-16T20:04:51.147Z Downloaded hashbrown v0.15.1
4032024-12-16T20:04:51.151Z Downloaded parse-display-derive v0.10.0
4042024-12-16T20:04:51.154Z Downloaded socket2 v0.5.7
4052024-12-16T20:04:51.154Z Downloaded memchr v2.7.4
4062024-12-16T20:04:51.164Z Downloaded endian-type v0.1.2
4072024-12-16T20:04:51.168Z Downloaded cstr-argument v0.1.2
4082024-12-16T20:04:51.168Z Downloaded yoke-derive v0.7.4
4092024-12-16T20:04:51.168Z Downloaded vte v0.11.1
4102024-12-16T20:04:51.168Z Downloaded slog-async v2.8.0
4112024-12-16T20:04:51.168Z Downloaded plain v0.2.3
4122024-12-16T20:04:51.168Z Downloaded piper v0.2.4
4132024-12-16T20:04:51.168Z Downloaded crc32fast v1.4.2
4142024-12-16T20:04:51.171Z Downloaded tinytemplate v1.2.1
4152024-12-16T20:04:51.174Z Downloaded env_logger v0.10.2
4162024-12-16T20:04:51.176Z Downloaded indicatif v0.17.9
4172024-12-16T20:04:51.180Z Downloaded sec1 v0.7.3
4182024-12-16T20:04:51.182Z Downloaded test-strategy v0.3.1
4192024-12-16T20:04:51.185Z Downloaded terminal_size v0.4.0
4202024-12-16T20:04:51.188Z Downloaded path-slash v0.1.5
4212024-12-16T20:04:51.190Z Downloaded multimap v0.10.0
4222024-12-16T20:04:51.190Z Downloaded nanorand v0.7.0
4232024-12-16T20:04:51.193Z Downloaded toml v0.7.8
4242024-12-16T20:04:51.196Z Downloaded unicode-linebreak v0.1.5
4252024-12-16T20:04:51.198Z Downloaded utf8_iter v1.0.4
4262024-12-16T20:04:51.198Z Downloaded utf-8 v0.7.6
4272024-12-16T20:04:51.201Z Downloaded toml_datetime v0.6.8
4282024-12-16T20:04:51.204Z Downloaded papergrid v0.11.0
4292024-12-16T20:04:51.207Z Downloaded pin-project-internal v1.1.6
4302024-12-16T20:04:51.209Z Downloaded tabled_derive v0.7.0
4312024-12-16T20:04:51.212Z Downloaded scheduled-thread-pool v0.2.7
4322024-12-16T20:04:51.212Z Downloaded zerocopy-derive v0.8.10
4332024-12-16T20:04:51.218Z Downloaded tower-service v0.3.3
4342024-12-16T20:04:51.221Z Downloaded crc-any v2.5.0
4352024-12-16T20:04:51.225Z Downloaded pkcs1 v0.7.5
4362024-12-16T20:04:51.225Z Downloaded trybuild v1.0.101
4372024-12-16T20:04:51.229Z Downloaded slog-bunyan v2.5.0
4382024-12-16T20:04:51.232Z Downloaded dropshot_endpoint v0.12.0
4392024-12-16T20:04:51.235Z Downloaded take_mut v0.2.2
4402024-12-16T20:04:51.238Z Downloaded libsw v3.3.1
4412024-12-16T20:04:51.238Z Downloaded scroll_derive v0.12.0
4422024-12-16T20:04:51.240Z Downloaded tokio-native-tls v0.3.1
4432024-12-16T20:04:51.243Z Downloaded peg v0.8.4
4442024-12-16T20:04:51.246Z Downloaded pbkdf2 v0.12.2
4452024-12-16T20:04:51.248Z Downloaded proc-macro-crate v1.3.1
4462024-12-16T20:04:51.248Z Downloaded rstest_macros v0.23.0
4472024-12-16T20:04:51.254Z Downloaded path-tree v0.8.1
4482024-12-16T20:04:51.260Z Downloaded paste v1.0.15
4492024-12-16T20:04:51.260Z Downloaded zerovec-derive v0.10.3
4502024-12-16T20:04:51.260Z Downloaded yoke v0.7.4
4512024-12-16T20:04:51.262Z Downloaded rustversion v1.0.17
4522024-12-16T20:04:51.265Z Downloaded peg-runtime v0.8.3
4532024-12-16T20:04:51.265Z Downloaded match_cfg v0.1.0
4542024-12-16T20:04:51.268Z Downloaded pin-project v1.1.6
4552024-12-16T20:04:51.279Z Downloaded target-spec v3.2.2
4562024-12-16T20:04:51.282Z Downloaded tabwriter v1.4.0
4572024-12-16T20:04:51.282Z Downloaded stable_deref_trait v1.2.0
4582024-12-16T20:04:51.285Z Downloaded scrypt v0.11.0
4592024-12-16T20:04:51.285Z Downloaded scroll v0.12.0
4602024-12-16T20:04:51.288Z Downloaded sync-ptr v0.1.1
4612024-12-16T20:04:51.288Z Downloaded target-lexicon v0.12.16
4622024-12-16T20:04:51.292Z Downloaded scopeguard v1.2.0
4632024-12-16T20:04:51.293Z Downloaded schemars_derive v0.8.21
4642024-12-16T20:04:51.296Z Downloaded dirs-sys-next v0.1.2
4652024-12-16T20:04:51.296Z Downloaded memmap2 v0.9.5
4662024-12-16T20:04:51.300Z Downloaded jobserver v0.1.32
4672024-12-16T20:04:51.300Z Downloaded der_derive v0.7.3
4682024-12-16T20:04:51.300Z Downloaded colored v2.1.0
4692024-12-16T20:04:51.303Z Downloaded xattr v1.3.1
4702024-12-16T20:04:51.307Z Downloaded proc-macro-error v1.0.4
4712024-12-16T20:04:51.310Z Downloaded once_cell v1.20.2
4722024-12-16T20:04:51.310Z Downloaded rcgen v0.12.1
4732024-12-16T20:04:51.313Z Downloaded dtrace-parser v0.2.0
4742024-12-16T20:04:51.316Z Downloaded goblin v0.8.2
4752024-12-16T20:04:51.321Z Downloaded is_terminal_polyfill v1.70.1
4762024-12-16T20:04:51.323Z Downloaded oso-derive v0.27.3
4772024-12-16T20:04:51.324Z Downloaded rustls-webpki v0.101.7
4782024-12-16T20:04:51.339Z Downloaded time-core v0.1.2
4792024-12-16T20:04:51.343Z Downloaded aws-lc-rs v1.10.0
4802024-12-16T20:04:51.349Z Downloaded sync_wrapper v1.0.1
4812024-12-16T20:04:51.352Z Downloaded structmeta-derive v0.3.0
4822024-12-16T20:04:51.352Z Downloaded structmeta v0.3.0
4832024-12-16T20:04:51.355Z Downloaded structmeta v0.2.0
4842024-12-16T20:04:51.355Z Downloaded stringprep v0.1.5
4852024-12-16T20:04:51.358Z Downloaded stringmetrics v2.2.2
4862024-12-16T20:04:51.358Z Downloaded strip-ansi-escapes v0.2.0
4872024-12-16T20:04:51.361Z Downloaded signal-hook-mio v0.2.4
4882024-12-16T20:04:51.364Z Downloaded derive_builder_core v0.20.2
4892024-12-16T20:04:51.364Z Downloaded time v0.3.36
4902024-12-16T20:04:51.371Z Downloaded equivalent v1.0.1
4912024-12-16T20:04:51.374Z Downloaded dyn-clone v1.0.17
4922024-12-16T20:04:51.376Z Downloaded cmake v0.1.51
4932024-12-16T20:04:51.376Z Downloaded debug-ignore v1.0.5
4942024-12-16T20:04:51.379Z Downloaded macaddr v1.0.1
4952024-12-16T20:04:51.379Z Downloaded linear-map v1.2.0
4962024-12-16T20:04:51.382Z Downloaded proc-macro-error-attr v1.0.4
4972024-12-16T20:04:51.382Z Downloaded russh-keys v0.45.0
4982024-12-16T20:04:51.385Z Downloaded precomputed-hash v0.1.1
4992024-12-16T20:04:51.389Z Downloaded qorb v0.2.1
5002024-12-16T20:04:51.392Z Downloaded peg-macros v0.8.4
5012024-12-16T20:04:51.395Z Downloaded sha1 v0.10.6
5022024-12-16T20:04:51.395Z Downloaded clang-sys v1.8.1
5032024-12-16T20:04:51.397Z Downloaded publicsuffix v2.2.3
5042024-12-16T20:04:51.401Z Downloaded cipher v0.4.4
5052024-12-16T20:04:51.405Z Downloaded derive_builder v0.20.2
5062024-12-16T20:04:51.408Z Downloaded difflib v0.4.0
5072024-12-16T20:04:51.411Z Downloaded twox-hash v1.6.3
5082024-12-16T20:04:51.411Z Downloaded tokio-macros v2.4.0
5092024-12-16T20:04:51.415Z Downloaded vergen v8.3.2
5102024-12-16T20:04:51.418Z Downloaded convert_case v0.4.0
5112024-12-16T20:04:51.418Z Downloaded uzers v0.12.1
5122024-12-16T20:04:51.421Z Downloaded clap_derive v4.5.18
5132024-12-16T20:04:51.426Z Downloaded async-std v1.13.0
5142024-12-16T20:04:51.443Z Downloaded num-integer v0.1.46
5152024-12-16T20:04:51.458Z Downloaded bitvec v1.0.1
5162024-12-16T20:04:51.462Z Downloaded usdt-macro v0.5.0
5172024-12-16T20:04:51.462Z Downloaded ref-cast-impl v1.0.23
5182024-12-16T20:04:51.462Z Downloaded rand_xorshift v0.3.0
5192024-12-16T20:04:51.462Z Downloaded radium v0.7.0
5202024-12-16T20:04:51.467Z Downloaded r2d2 v0.8.10
5212024-12-16T20:04:51.467Z Downloaded quick-error v1.2.3
5222024-12-16T20:04:51.467Z Downloaded primeorder v0.13.6
5232024-12-16T20:04:51.469Z Downloaded plotters-svg v0.3.7
5242024-12-16T20:04:51.469Z Downloaded phf_shared v0.10.0
5252024-12-16T20:04:51.469Z Downloaded ppv-lite86 v0.2.20
5262024-12-16T20:04:51.472Z Downloaded owo-colors v4.1.0
5272024-12-16T20:04:51.475Z Downloaded salsa20 v0.10.2
5282024-12-16T20:04:51.475Z Downloaded enum-as-inner v0.5.1
5292024-12-16T20:04:51.479Z Downloaded xz2 v0.1.7
5302024-12-16T20:04:51.482Z Downloaded signal-hook v0.3.17
5312024-12-16T20:04:51.482Z Downloaded console v0.15.8
5322024-12-16T20:04:51.486Z Downloaded proptest v1.5.0
5332024-12-16T20:04:51.494Z Downloaded either v1.13.0
5342024-12-16T20:04:51.497Z Downloaded tinyvec_macros v0.1.1
5352024-12-16T20:04:51.501Z Downloaded signal-hook-registry v1.4.2
5362024-12-16T20:04:51.501Z Downloaded nodrop v0.1.14
5372024-12-16T20:04:51.501Z Downloaded num-derive v0.4.2
5382024-12-16T20:04:51.503Z Downloaded hyper-staticfile v0.10.1
5392024-12-16T20:04:51.506Z Downloaded nested v0.1.1
5402024-12-16T20:04:51.506Z Downloaded zone_cfg_derive v0.1.2
5412024-12-16T20:04:51.506Z Downloaded progenitor v0.8.0
5422024-12-16T20:04:51.509Z Downloaded postcard v1.0.10
5432024-12-16T20:04:51.511Z Downloaded ryu v1.0.18
5442024-12-16T20:04:51.514Z Downloaded omicron-zone-package v0.11.1
5452024-12-16T20:04:51.516Z Downloaded mockall_derive v0.13.0
5462024-12-16T20:04:51.524Z Downloaded dropshot_endpoint v0.13.0
5472024-12-16T20:04:51.524Z Downloaded clap v4.5.21
5482024-12-16T20:04:51.531Z Downloaded phf_shared v0.11.2
5492024-12-16T20:04:51.533Z Downloaded utf8parse v0.2.2
5502024-12-16T20:04:51.535Z Downloaded rustc_version v0.1.7
5512024-12-16T20:04:51.535Z Downloaded plotters-backend v0.3.7
5522024-12-16T20:04:51.538Z Downloaded impl-trait-for-tuples v0.2.2
5532024-12-16T20:04:51.541Z Downloaded salty v0.3.0
5542024-12-16T20:04:51.545Z Downloaded indoc v2.0.5
5552024-12-16T20:04:51.550Z Downloaded cobs v0.2.3
5562024-12-16T20:04:51.552Z Downloaded siphasher v0.3.11
5572024-12-16T20:04:51.552Z Downloaded rusty-fork v0.3.0
5582024-12-16T20:04:51.555Z Downloaded slab v0.4.9
5592024-12-16T20:04:51.555Z Downloaded tls_codec_derive v0.4.1
5602024-12-16T20:04:51.558Z Downloaded oso v0.27.3
5612024-12-16T20:04:51.560Z Downloaded miniz_oxide v0.8.0
5622024-12-16T20:04:51.563Z Downloaded zerofrom v0.1.4
5632024-12-16T20:04:51.566Z Downloaded new_debug_unreachable v1.0.6
5642024-12-16T20:04:51.566Z Downloaded doc-comment v0.3.3
5652024-12-16T20:04:51.566Z Downloaded tracing v0.1.40
5662024-12-16T20:04:51.570Z Downloaded tokio-tungstenite v0.24.0
5672024-12-16T20:04:51.577Z Downloaded zone v0.3.0
5682024-12-16T20:04:51.577Z Downloaded time-macros v0.2.18
5692024-12-16T20:04:51.581Z Downloaded serde_yaml v0.9.34+deprecated
5702024-12-16T20:04:51.581Z Downloaded sqlformat v0.2.6
5712024-12-16T20:04:51.584Z Downloaded native-tls v0.2.12
5722024-12-16T20:04:51.587Z Downloaded rust-argon2 v2.1.0
5732024-12-16T20:04:51.587Z Downloaded termtree v0.4.1
5742024-12-16T20:04:51.591Z Downloaded gimli v0.31.1
5752024-12-16T20:04:51.596Z Downloaded defmt-parser v0.3.4
5762024-12-16T20:04:51.598Z Downloaded defmt-macros v0.3.9
5772024-12-16T20:04:51.605Z Downloaded zeroize_derive v1.4.2
5782024-12-16T20:04:51.605Z Downloaded x509-cert v0.2.5
5792024-12-16T20:04:51.607Z Downloaded spki v0.7.3
5802024-12-16T20:04:51.610Z Downloaded tungstenite v0.24.0
5812024-12-16T20:04:51.613Z Downloaded rustls-webpki v0.102.8
5822024-12-16T20:04:51.631Z Downloaded synstructure v0.13.1
5832024-12-16T20:04:51.634Z Downloaded lalrpop v0.19.12
5842024-12-16T20:04:51.642Z Downloaded snafu-derive v0.8.5
5852024-12-16T20:04:51.645Z Downloaded zerocopy v0.6.6
5862024-12-16T20:04:51.648Z Downloaded semver v0.1.20
5872024-12-16T20:04:51.648Z Downloaded libxml v0.3.3
5882024-12-16T20:04:51.653Z Downloaded displaydoc v0.2.5
5892024-12-16T20:04:51.656Z Downloaded string_cache v0.8.7
5902024-12-16T20:04:51.660Z Downloaded thiserror v1.0.69
5912024-12-16T20:04:51.663Z Downloaded idna v1.0.3
5922024-12-16T20:04:51.666Z Downloaded darling v0.20.10
5932024-12-16T20:04:51.670Z Downloaded unsafe-libyaml v0.2.11
5942024-12-16T20:04:51.673Z Downloaded tough v0.19.0
5952024-12-16T20:04:51.684Z Downloaded serde_derive_internals v0.29.1
5962024-12-16T20:04:51.686Z Downloaded tinyvec v1.8.0
5972024-12-16T20:04:51.689Z Downloaded toml_edit v0.19.15
5982024-12-16T20:04:51.704Z Downloaded zerocopy-derive v0.7.35
5992024-12-16T20:04:51.707Z Downloaded webpki-roots v0.26.6
6002024-12-16T20:04:51.710Z Downloaded nu-ansi-term v0.50.1
6012024-12-16T20:04:51.713Z Downloaded derive-where v1.2.7
6022024-12-16T20:04:51.716Z Downloaded tokio-postgres v0.7.12
6032024-12-16T20:04:51.722Z Downloaded parse-zoneinfo v0.3.1
6042024-12-16T20:04:51.725Z Downloaded winnow v0.6.20
6052024-12-16T20:04:51.732Z Downloaded diff v0.1.13
6062024-12-16T20:04:51.735Z Downloaded libloading v0.8.5
6072024-12-16T20:04:51.737Z Downloaded rayon v1.10.0
6082024-12-16T20:04:51.746Z Downloaded zip v0.6.6
6092024-12-16T20:04:51.751Z Downloaded serde_derive v1.0.215
6102024-12-16T20:04:51.753Z Downloaded unicode-normalization v0.1.24
6112024-12-16T20:04:51.757Z Downloaded uuid v1.11.0
6122024-12-16T20:04:51.760Z Downloaded textwrap v0.16.1
6132024-12-16T20:04:51.764Z Downloaded crossterm v0.28.1
6142024-12-16T20:04:51.771Z Downloaded itertools v0.12.1
6152024-12-16T20:04:51.778Z Downloaded clap_builder v4.5.21
6162024-12-16T20:04:51.784Z Downloaded sqlparser v0.45.0
6172024-12-16T20:04:51.790Z Downloaded der v0.7.9
6182024-12-16T20:04:51.795Z Downloaded num-bigint-dig v0.8.4
6192024-12-16T20:04:51.800Z Downloaded zerocopy v0.7.35
6202024-12-16T20:04:51.817Z Downloaded unicode-segmentation v1.12.0
6212024-12-16T20:04:51.820Z Downloaded regex-syntax v0.6.29
6222024-12-16T20:04:51.827Z Downloaded reqwest v0.12.9
6232024-12-16T20:04:51.835Z Downloaded idna v0.2.3
6242024-12-16T20:04:51.842Z Downloaded vcpkg v0.2.15
6252024-12-16T20:04:51.878Z Downloaded zerovec v0.10.4
6262024-12-16T20:04:51.883Z Downloaded reedline v0.35.0
6272024-12-16T20:04:51.890Z Downloaded syn v1.0.109
6282024-12-16T20:04:51.901Z Downloaded itertools v0.13.0
6292024-12-16T20:04:51.908Z Downloaded curve25519-dalek v4.1.3
6302024-12-16T20:04:51.917Z Downloaded zerocopy v0.8.10
6312024-12-16T20:04:51.940Z Downloaded plotters v0.3.7
6322024-12-16T20:04:51.950Z Downloaded rustyline v14.0.0
6332024-12-16T20:04:51.953Z Downloaded chrono-tz v0.10.0
6342024-12-16T20:04:51.960Z Downloaded serde_json v1.0.132
6352024-12-16T20:04:51.967Z Downloaded libm v0.2.8
6362024-12-16T20:04:51.975Z Downloaded regress v0.10.1
6372024-12-16T20:04:51.983Z Downloaded tabled v0.15.0
6382024-12-16T20:04:51.999Z Downloaded idna v0.4.0
6392024-12-16T20:04:52.005Z Downloaded regress v0.9.1
6402024-12-16T20:04:52.013Z Downloaded smoltcp v0.9.1
6412024-12-16T20:04:52.024Z Downloaded diesel v2.2.6
6422024-12-16T20:04:52.045Z Downloaded typify-impl v0.2.0
6432024-12-16T20:04:52.058Z Downloaded unicode-width v0.2.0
6442024-12-16T20:04:52.064Z Downloaded p384 v0.13.0
6452024-12-16T20:04:52.071Z Downloaded rustls v0.21.12
6462024-12-16T20:04:52.081Z Downloaded radix_trie v0.2.1
6472024-12-16T20:04:52.086Z Downloaded object v0.36.5
6482024-12-16T20:04:52.098Z Downloaded smoltcp v0.11.0
6492024-12-16T20:04:52.110Z Downloaded regex v1.11.1
6502024-12-16T20:04:52.123Z Downloaded dropshot v0.13.0
6512024-12-16T20:04:52.143Z Downloaded polar-core v0.27.3
6522024-12-16T20:04:52.150Z Downloaded nix v0.28.0
6532024-12-16T20:04:52.161Z Downloaded nix v0.27.1
6542024-12-16T20:04:52.172Z Downloaded nix v0.29.0
6552024-12-16T20:04:52.198Z Downloaded rustix v0.38.37
6562024-12-16T20:04:52.206Z Downloaded bzip2-sys v0.1.11+1.0.8
6572024-12-16T20:04:52.215Z Downloaded trust-dns-proto v0.22.0
6582024-12-16T20:04:52.226Z Downloaded regex-automata v0.4.8
6592024-12-16T20:04:52.243Z Downloaded idna v0.5.0
6602024-12-16T20:04:52.249Z Downloaded dropshot v0.12.0
6612024-12-16T20:04:52.268Z Downloaded unicode-width v0.1.14
6622024-12-16T20:04:52.273Z Downloaded rustls v0.23.19
6632024-12-16T20:04:52.284Z Downloaded zerocopy-derive v0.6.6
6642024-12-16T20:04:52.293Z Downloaded openapiv3 v2.0.0
6652024-12-16T20:04:52.306Z Downloaded regex-syntax v0.8.5
6662024-12-16T20:04:52.314Z Downloaded itertools v0.10.5
6672024-12-16T20:04:52.320Z Downloaded sled v0.34.7
6682024-12-16T20:04:52.334Z Downloaded ratatui v0.28.1
6692024-12-16T20:04:52.351Z Downloaded portable-atomic v1.9.0
6702024-12-16T20:04:52.360Z Downloaded lzma-sys v0.1.20
6712024-12-16T20:04:52.385Z Downloaded libc v0.2.162
6722024-12-16T20:04:52.411Z Downloaded petgraph v0.6.5
6732024-12-16T20:04:52.428Z Downloaded quick-xml v0.33.0
6742024-12-16T20:04:52.433Z Downloaded openssl v0.10.66
6752024-12-16T20:04:52.444Z Downloaded syn v2.0.87
6762024-12-16T20:04:52.454Z Downloaded csv v1.3.0
6772024-12-16T20:04:52.474Z Downloaded idna v0.3.0
6782024-12-16T20:04:52.481Z Downloaded rustls v0.22.4
6792024-12-16T20:04:52.493Z Downloaded hickory-proto v0.24.1
6802024-12-16T20:04:52.508Z Downloaded object v0.30.4
6812024-12-16T20:04:52.517Z Downloaded sha3 v0.10.8
6822024-12-16T20:04:52.522Z Downloaded tokio v1.40.0
6832024-12-16T20:04:52.556Z Downloaded libz-sys v1.1.20
6842024-12-16T20:04:52.577Z Downloaded bstr v1.10.0
6852024-12-16T20:04:52.587Z Downloaded petname v2.0.2
6862024-12-16T20:04:52.592Z Downloaded elliptic-curve v0.13.8
6872024-12-16T20:04:52.595Z Downloaded rusqlite v0.32.1
6882024-12-16T20:04:52.602Z Downloaded digest v0.10.7
6892024-12-16T20:04:52.604Z Downloaded curve25519-dalek-derive v0.1.1
6902024-12-16T20:04:52.607Z Downloaded tokio-rustls v0.24.1
6912024-12-16T20:04:52.607Z Downloaded snafu v0.8.5
6922024-12-16T20:04:52.612Z Downloaded mio v1.0.2
6932024-12-16T20:04:52.618Z Downloaded quinn-proto v0.11.8
6942024-12-16T20:04:52.625Z Downloaded icu_properties_data v1.5.0
6952024-12-16T20:04:52.635Z Downloaded multer v3.1.0
6962024-12-16T20:04:52.638Z Downloaded ssh-key v0.6.6
6972024-12-16T20:04:52.644Z Downloaded icu_collections v1.5.0
6982024-12-16T20:04:52.650Z Downloaded inout v0.1.3
6992024-12-16T20:04:52.652Z Downloaded crossbeam-utils v0.8.20
7002024-12-16T20:04:52.655Z Downloaded tracing-core v0.1.32
7012024-12-16T20:04:52.655Z Downloaded pest v2.7.14
7022024-12-16T20:04:52.661Z Downloaded chrono v0.4.38
7032024-12-16T20:04:52.671Z Downloaded p256 v0.13.2
7042024-12-16T20:04:52.675Z Downloaded tokio-tungstenite v0.23.1
7052024-12-16T20:04:52.675Z Downloaded itoa v1.0.11
7062024-12-16T20:04:52.678Z Downloaded unicode_categories v0.1.1
7072024-12-16T20:04:52.678Z Downloaded sha2 v0.10.8
7082024-12-16T20:04:52.681Z Downloaded poly1305 v0.8.0
7092024-12-16T20:04:52.684Z Downloaded indoc v1.0.9
7102024-12-16T20:04:52.684Z Downloaded indent_write v2.2.0
7112024-12-16T20:04:52.689Z Downloaded simd-adler32 v0.3.7
7122024-12-16T20:04:52.689Z Downloaded polyval v0.6.2
7132024-12-16T20:04:52.693Z Downloaded const-oid v0.9.6
7142024-12-16T20:04:52.693Z Downloaded winnow v0.5.40
7152024-12-16T20:04:52.699Z Downloaded criterion-plot v0.5.0
7162024-12-16T20:04:52.702Z Downloaded concurrent-queue v2.5.0
7172024-12-16T20:04:52.705Z Downloaded encoding_rs v0.8.34
7182024-12-16T20:04:52.723Z Downloaded httpmock v0.8.0-alpha.1
7192024-12-16T20:04:52.740Z Downloaded crossbeam-deque v0.8.5
7202024-12-16T20:04:52.743Z Downloaded crypto-bigint v0.5.5
7212024-12-16T20:04:52.747Z Downloaded minimal-lexical v0.2.1
7222024-12-16T20:04:52.753Z Downloaded untrusted v0.7.1
7232024-12-16T20:04:52.756Z Downloaded universal-hash v0.5.1
7242024-12-16T20:04:52.756Z Downloaded unicode-truncate v1.1.0
7252024-12-16T20:04:52.756Z Downloaded unicode-properties v0.1.3
7262024-12-16T20:04:52.756Z Downloaded hyper-util v0.1.10
7272024-12-16T20:04:52.760Z Downloaded derive_more v0.99.18
7282024-12-16T20:04:52.764Z Downloaded tokio-util v0.7.12
7292024-12-16T20:04:52.771Z Downloaded unicode-ident v1.0.13
7302024-12-16T20:04:52.774Z Downloaded russh v0.45.0
7312024-12-16T20:04:52.779Z Downloaded bindgen v0.69.5
7322024-12-16T20:04:52.786Z Downloaded serde_with_macros v3.11.0
7332024-12-16T20:04:52.788Z Downloaded indexmap v2.6.0
7342024-12-16T20:04:52.792Z Downloaded criterion v0.5.1
7352024-12-16T20:04:52.799Z Downloaded proc-macro2 v1.0.89
7362024-12-16T20:04:52.804Z Downloaded schemars v0.8.21
7372024-12-16T20:04:52.811Z Downloaded enum-as-inner v0.6.1
7382024-12-16T20:04:52.815Z Downloaded dsl_auto_type v0.1.2
7392024-12-16T20:04:52.815Z Downloaded defmt v0.3.8
7402024-12-16T20:04:52.818Z Downloaded icu_locid v1.5.0
7412024-12-16T20:04:52.823Z Downloaded git2 v0.19.0
7422024-12-16T20:04:52.833Z Downloaded toml v0.8.19
7432024-12-16T20:04:52.836Z Downloaded shell-words v1.1.0
7442024-12-16T20:04:52.836Z Downloaded mime_guess v2.0.5
7452024-12-16T20:04:52.839Z Downloaded icu_locid_transform v1.5.0
7462024-12-16T20:04:52.843Z Downloaded term v0.7.0
7472024-12-16T20:04:52.843Z Downloaded ref-cast v1.0.23
7482024-12-16T20:04:52.846Z Downloaded percent-encoding v2.3.1
7492024-12-16T20:04:52.846Z Downloaded pem v3.0.4
7502024-12-16T20:04:52.848Z Downloaded memmap v0.7.0
7512024-12-16T20:04:52.848Z Downloaded maplit v1.0.2
7522024-12-16T20:04:52.851Z Downloaded managed v0.8.0
7532024-12-16T20:04:52.851Z Downloaded indexmap v1.9.3
7542024-12-16T20:04:52.855Z Downloaded rayon-core v1.12.1
7552024-12-16T20:04:52.858Z Downloaded tungstenite v0.21.0
7562024-12-16T20:04:52.861Z Downloaded toml_edit v0.22.22
7572024-12-16T20:04:52.880Z Downloaded openssl-probe v0.1.5
7582024-12-16T20:04:52.888Z Downloaded openssl-macros v0.1.1
7592024-12-16T20:04:52.888Z Downloaded is_ci v1.2.0
7602024-12-16T20:04:52.888Z Downloaded embedded-io v0.4.0
7612024-12-16T20:04:52.888Z Downloaded rand v0.8.5
7622024-12-16T20:04:52.888Z Downloaded slog v2.7.0
7632024-12-16T20:04:52.896Z Downloaded tungstenite v0.23.0
7642024-12-16T20:04:52.896Z Downloaded libgit2-sys v0.17.0+1.8.1
7652024-12-16T20:04:52.953Z Downloaded serde_with v3.11.0
7662024-12-16T20:04:52.961Z Downloaded h2 v0.4.6
7672024-12-16T20:04:52.967Z Downloaded blake3 v1.5.4
7682024-12-16T20:04:52.974Z Downloaded oorandom v11.1.4
7692024-12-16T20:04:52.977Z Downloaded mime v0.3.17
7702024-12-16T20:04:52.977Z Downloaded memoffset v0.9.1
7712024-12-16T20:04:52.979Z Downloaded zip v2.1.3
7722024-12-16T20:04:52.984Z Downloaded display-error-chain v0.2.2
7732024-12-16T20:04:52.984Z Downloaded deranged v0.3.11
7742024-12-16T20:04:52.984Z Downloaded crypto-common v0.1.6
7752024-12-16T20:04:52.986Z Downloaded colorchoice v1.0.2
7762024-12-16T20:04:52.986Z Downloaded sct v0.7.1
7772024-12-16T20:04:52.989Z Downloaded typed-path v0.9.3
7782024-12-16T20:04:52.993Z Downloaded futures-util v0.3.31
7792024-12-16T20:04:53.005Z Downloaded p521 v0.13.3
7802024-12-16T20:04:53.009Z Downloaded hyper v1.5.0
7812024-12-16T20:04:53.014Z Downloaded hkdf v0.12.4
7822024-12-16T20:04:53.017Z Downloaded similar v2.6.0
7832024-12-16T20:04:53.021Z Downloaded serde v1.0.215
7842024-12-16T20:04:53.024Z Downloaded termcolor v1.4.1
7852024-12-16T20:04:53.027Z Downloaded smf v0.2.3
7862024-12-16T20:04:53.027Z Downloaded slog-dtrace v0.3.0
7872024-12-16T20:04:53.027Z Downloaded shlex v1.3.0
7882024-12-16T20:04:53.030Z Downloaded secrecy v0.8.0
7892024-12-16T20:04:53.030Z Downloaded rstest v0.23.0
7902024-12-16T20:04:53.035Z Downloaded url v2.5.3
7912024-12-16T20:04:53.037Z Downloaded rustfmt-wrapper v0.2.1
7922024-12-16T20:04:53.040Z Downloaded rustc_version v0.4.1
7932024-12-16T20:04:53.040Z Downloaded diesel_derives v2.2.3
7942024-12-16T20:04:53.044Z Downloaded crossbeam-epoch v0.9.18
7952024-12-16T20:04:53.047Z Downloaded nom v7.1.3
7962024-12-16T20:04:53.051Z Downloaded parse-display v0.10.0
7972024-12-16T20:04:53.054Z Downloaded libefi-sys v0.1.0
7982024-12-16T20:04:53.054Z Downloaded compact_str v0.8.0
7992024-12-16T20:04:53.057Z Downloaded env_filter v0.1.2
8002024-12-16T20:04:53.060Z Downloaded usdt-impl v0.5.0
8012024-12-16T20:04:53.060Z Downloaded cpufeatures v0.2.14
8022024-12-16T20:04:53.062Z Downloaded http v1.1.0
8032024-12-16T20:04:53.065Z Downloaded guppy v0.17.8
8042024-12-16T20:04:53.071Z Downloaded samael v0.0.17
8052024-12-16T20:04:53.076Z Downloaded hashbrown v0.14.5
8062024-12-16T20:04:53.082Z Downloaded ssh-cipher v0.2.0
8072024-12-16T20:04:53.085Z Downloaded similar-asserts v1.6.0
8082024-12-16T20:04:53.086Z Downloaded lockfree-object-pool v0.1.6
8092024-12-16T20:04:53.088Z Downloaded crossbeam-channel v0.5.13
8102024-12-16T20:04:53.091Z Downloaded ipnet v2.10.1
8112024-12-16T20:04:53.094Z Downloaded predicates-core v1.0.8
8122024-12-16T20:04:53.094Z Downloaded thiserror v2.0.3
8132024-12-16T20:04:53.098Z Downloaded quote v1.0.37
8142024-12-16T20:04:53.101Z Downloaded icu_normalizer v1.5.0
8152024-12-16T20:04:53.104Z Downloaded clap_lex v0.7.2
8162024-12-16T20:04:53.104Z Downloaded zone v0.1.8
8172024-12-16T20:04:53.107Z Downloaded strum_macros v0.26.4
8182024-12-16T20:04:53.107Z Downloaded spin v0.9.8
8192024-12-16T20:04:53.109Z Downloaded rustc-demangle v0.1.24
8202024-12-16T20:04:53.112Z Downloaded darling_core v0.20.10
8212024-12-16T20:04:53.117Z Downloaded num-traits v0.2.19
8222024-12-16T20:04:53.120Z Downloaded untrusted v0.9.0
8232024-12-16T20:04:53.123Z Downloaded rustc-hash v2.0.0
8242024-12-16T20:04:53.123Z Downloaded thiserror-no-std v2.0.2
8252024-12-16T20:04:53.125Z Downloaded thread_local v1.1.8
8262024-12-16T20:04:53.128Z Downloaded rustls-pki-types v1.10.0
8272024-12-16T20:04:53.131Z Downloaded signal-hook-tokio v0.3.1
8282024-12-16T20:04:53.131Z Downloaded serde-hex v0.1.0
8292024-12-16T20:04:53.134Z Downloaded ucd-trie v0.1.7
8302024-12-16T20:04:53.134Z Downloaded prettyplease v0.2.25
8312024-12-16T20:04:53.137Z Downloaded pretty_assertions v1.4.1
8322024-12-16T20:04:53.140Z Downloaded signature v2.2.0
8332024-12-16T20:04:53.142Z Downloaded same-file v1.0.6
8342024-12-16T20:04:53.142Z Downloaded pin-project-lite v0.2.14
8352024-12-16T20:04:53.146Z Downloaded lazycell v1.3.0
8362024-12-16T20:04:53.148Z Downloaded dhcproto v0.12.0
8372024-12-16T20:04:53.151Z Downloaded tar v0.4.42
8382024-12-16T20:04:53.153Z Downloaded tokio-rustls v0.26.0
8392024-12-16T20:04:53.156Z Downloaded rand_distr v0.4.3
8402024-12-16T20:04:53.158Z Downloaded progenitor-impl v0.8.0
8412024-12-16T20:04:53.161Z Downloaded hickory-resolver v0.24.1
8422024-12-16T20:04:53.164Z Downloaded cc v1.1.30
8432024-12-16T20:04:53.167Z Downloaded env_logger v0.11.5
8442024-12-16T20:04:53.169Z Downloaded openssl-sys v0.9.103
8452024-12-16T20:04:53.174Z Downloaded hickory-server v0.24.1
8462024-12-16T20:04:53.180Z Downloaded psl-types v2.0.11
8472024-12-16T20:04:53.182Z Downloaded proc-macro-crate v3.2.0
8482024-12-16T20:04:53.182Z Downloaded predicates-tree v1.0.11
8492024-12-16T20:04:53.183Z Downloaded num_enum_derive v0.5.11
8502024-12-16T20:04:53.185Z Downloaded num_enum v0.5.11
8512024-12-16T20:04:53.188Z Downloaded num_cpus v1.16.0
8522024-12-16T20:04:53.191Z Downloaded num v0.4.3
8532024-12-16T20:04:53.191Z Downloaded newtype-uuid v1.1.3
8542024-12-16T20:04:53.193Z Downloaded iana-time-zone v0.1.61
8552024-12-16T20:04:53.196Z Downloaded pkcs5 v0.7.1
8562024-12-16T20:04:53.198Z Downloaded expectorate v1.1.0
8572024-12-16T20:04:53.201Z Downloaded ron v0.7.1
8582024-12-16T20:04:53.204Z Downloaded base64 v0.13.1
8592024-12-16T20:04:53.208Z Downloaded backtrace v0.3.74
8602024-12-16T20:04:53.211Z Downloaded tokio-tungstenite v0.21.0
8612024-12-16T20:04:53.215Z Downloaded tokio-stream v0.1.16
8622024-12-16T20:04:53.218Z Downloaded tokio-rustls v0.25.0
8632024-12-16T20:04:53.221Z Downloaded phf_codegen v0.11.2
8642024-12-16T20:04:53.221Z Downloaded pbkdf2 v0.11.0
8652024-12-16T20:04:53.224Z Downloaded data-encoding v2.6.0
8662024-12-16T20:04:53.224Z Downloaded heapless v0.7.17
8672024-12-16T20:04:53.231Z Downloaded sigpipe v0.1.3
8682024-12-16T20:04:53.235Z Downloaded cancel-safe-futures v0.1.5
8692024-12-16T20:04:53.235Z Downloaded walkdir v2.5.0
8702024-12-16T20:04:53.235Z Downloaded keccak v0.1.5
8712024-12-16T20:04:53.235Z Downloaded rustls-pemfile v2.2.0
8722024-12-16T20:04:53.237Z Downloaded bytes v1.8.0
8732024-12-16T20:04:53.240Z Downloaded pest_meta v2.7.14
8742024-12-16T20:04:53.243Z Downloaded parking_lot_core v0.9.10
8752024-12-16T20:04:53.246Z Downloaded thiserror-impl v2.0.3
8762024-12-16T20:04:53.246Z Downloaded thiserror-impl v1.0.69
8772024-12-16T20:04:53.249Z Downloaded password-hash v0.5.0
8782024-12-16T20:04:53.252Z Downloaded partial-io v0.5.4
8792024-12-16T20:04:53.254Z Downloaded bitflags v2.6.0
8802024-12-16T20:04:53.257Z Downloaded slog-stdlog v4.1.1
8812024-12-16T20:04:53.259Z Downloaded serde_tokenstream v0.2.2
8822024-12-16T20:04:53.259Z Downloaded serde_urlencoded v0.7.1
8832024-12-16T20:04:53.261Z Downloaded serde_spanned v0.6.8
8842024-12-16T20:04:53.261Z Downloaded crucible-workspace-hack v0.1.0
8852024-12-16T20:04:53.265Z Downloaded subtle v2.6.1
8862024-12-16T20:04:53.266Z Downloaded structmeta-derive v0.2.0
8872024-12-16T20:04:53.266Z Downloaded async-trait v0.1.83
8882024-12-16T20:04:53.268Z Downloaded serde_regex v1.1.0
8892024-12-16T20:04:53.270Z Downloaded async-task v4.7.1
8902024-12-16T20:04:53.273Z Downloaded rand_chacha v0.3.1
8912024-12-16T20:04:53.273Z Downloaded bcs v0.1.6
8922024-12-16T20:04:53.276Z Downloaded bit-vec v0.6.3
8932024-12-16T20:04:53.276Z Downloaded ff v0.13.0
8942024-12-16T20:04:53.279Z Downloaded async-bb8-diesel v0.2.1
8952024-12-16T20:04:53.281Z Downloaded cargo_metadata v0.18.1
8962024-12-16T20:04:53.281Z Downloaded blocking v1.6.1
8972024-12-16T20:04:53.284Z Downloaded backoff v0.4.0
8982024-12-16T20:04:53.285Z Downloaded autocfg v1.4.0
8992024-12-16T20:04:53.287Z Downloaded async-process v2.3.0
9002024-12-16T20:04:53.290Z Downloaded ring v0.17.8
9012024-12-16T20:04:53.356Z Downloaded async-lock v3.4.0
9022024-12-16T20:04:53.360Z Downloaded assert_cmd v2.0.16
9032024-12-16T20:04:53.363Z Downloaded castaway v0.2.3
9042024-12-16T20:04:53.363Z Downloaded cast v0.3.0
9052024-12-16T20:04:53.363Z Downloaded bytecount v0.6.8
9062024-12-16T20:04:53.366Z Downloaded buf-list v1.0.3
9072024-12-16T20:04:53.370Z Downloaded bitfield-struct v0.6.2
9082024-12-16T20:04:53.370Z Downloaded bitfield v0.14.0
9092024-12-16T20:04:53.370Z Downloaded arrayvec v0.7.6
9102024-12-16T20:04:53.374Z Downloaded bcrypt-pbkdf v0.10.0
9112024-12-16T20:04:53.374Z Downloaded blowfish v0.9.1
9122024-12-16T20:04:53.374Z Downloaded block-padding v0.3.3
9132024-12-16T20:04:53.374Z Downloaded bitflags v1.3.2
9142024-12-16T20:04:53.378Z Downloaded hickory-client v0.24.1
9152024-12-16T20:04:53.380Z Downloaded hash32 v0.2.1
9162024-12-16T20:04:53.380Z Downloaded globset v0.4.15
9172024-12-16T20:04:53.387Z Downloaded assert_matches v1.5.0
9182024-12-16T20:04:53.387Z Downloaded funty v2.0.0
9192024-12-16T20:04:53.387Z Downloaded fallible-streaming-iterator v0.1.9
9202024-12-16T20:04:53.387Z Downloaded base16ct v0.2.0
9212024-12-16T20:04:53.387Z Downloaded async-signal v0.2.10
9222024-12-16T20:04:53.387Z Downloaded async-recursion v1.1.1
9232024-12-16T20:04:53.390Z Downloaded async-channel v2.3.1
9242024-12-16T20:04:53.392Z Downloaded anstyle-parse v0.2.5
9252024-12-16T20:04:53.395Z Downloaded home v0.5.9
9262024-12-16T20:04:53.395Z Downloaded gethostname v0.5.0
9272024-12-16T20:04:53.397Z Downloaded event-listener v2.5.3
9282024-12-16T20:04:53.397Z Downloaded heck v0.3.3
9292024-12-16T20:04:53.400Z Downloaded hash32 v0.3.1
9302024-12-16T20:04:53.400Z Downloaded futures-macro v0.3.31
9312024-12-16T20:04:53.400Z Downloaded group v0.13.0
9322024-12-16T20:04:53.403Z Downloaded fd-lock v4.0.2
9332024-12-16T20:04:53.405Z Downloaded fastrand v2.1.1
9342024-12-16T20:04:53.405Z Downloaded array-init v0.0.4
9352024-12-16T20:04:53.405Z Downloaded arc-swap v1.7.1
9362024-12-16T20:04:53.408Z Downloaded approx v0.5.1
9372024-12-16T20:04:53.411Z Downloaded anstyle-query v1.1.1
9382024-12-16T20:04:53.416Z Downloaded ghash v0.5.1
9392024-12-16T20:04:53.416Z Downloaded futures-task v0.3.31
9402024-12-16T20:04:53.416Z Downloaded foreign-types-macros v0.2.3
9412024-12-16T20:04:53.416Z Downloaded fnv v1.0.7
9422024-12-16T20:04:53.420Z Downloaded float-cmp v0.9.0
9432024-12-16T20:04:53.420Z Downloaded flagset v0.4.6
9442024-12-16T20:04:53.420Z Downloaded futures-io v0.3.31
9452024-12-16T20:04:53.420Z Downloaded futures-executor v0.3.31
9462024-12-16T20:04:53.422Z Downloaded fragile v2.0.0
9472024-12-16T20:04:53.422Z Downloaded assert-json-diff v2.0.2
9482024-12-16T20:04:53.422Z Downloaded form_urlencoded v1.2.1
9492024-12-16T20:04:53.425Z Downloaded float-ord v0.3.2
9502024-12-16T20:04:53.425Z Downloaded filetime v0.2.25
9512024-12-16T20:04:53.429Z Downloaded fallible-iterator v0.3.0
9522024-12-16T20:04:53.429Z Downloaded addr2line v0.24.2
9532024-12-16T20:04:53.431Z Downloaded ahash v0.8.11
9542024-12-16T20:04:53.434Z Downloaded guppy-workspace-hack v0.1.0
9552024-12-16T20:04:53.479Z Downloaded ring v0.16.20
9562024-12-16T20:04:53.559Z Downloaded libsqlite3-sys v0.30.1
9572024-12-16T20:04:53.748Z Downloaded aws-lc-sys v0.22.0
9582024-12-16T20:04:54.281Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-16T20:05:12.637Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-16T20:05:16.662Z Startup: Caching catalogs ... Done
9612024-12-16T20:05:26.673ZPlanning: Solver setup ... Done (9.170s)
9622024-12-16T20:05:26.799ZPlanning: Running solver ... Done (0.126s)
9632024-12-16T20:05:27.058ZPlanning: Finding local manifests ... Done (0.167s)
9642024-12-16T20:05:27.071ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-16T20:05:27.705ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-16T20:05:28.007ZPlanning: Package planning ... Done (0.305s)
9672024-12-16T20:05:28.063ZPlanning: Merging actions ... Done (0.056s)
9682024-12-16T20:05:29.209ZPlanning: Checking for conflicting actions ... Done (1.145s)
9692024-12-16T20:05:37.567ZPlanning: Consolidating action changes ... Done (8.357s)
9702024-12-16T20:05:37.972ZPlanning: Evaluating mediators ... Done (0.403s)
9712024-12-16T20:05:38.110ZPlanning: Planning completed in 21.35 seconds
9722024-12-16T20:05:39.126Z Packages to install: 4
9732024-12-16T20:05:39.126Z Packages to update: 1
9742024-12-16T20:05:39.126Z Mediators to change: 2
9752024-12-16T20:05:39.126Z Services to change: 1
9762024-12-16T20:05:39.129Z Estimated space available: 155.38 GB
9772024-12-16T20:05:39.129ZEstimated space to be consumed: 1.61 GB
9782024-12-16T20:05:39.129Z Create boot environment: No
9792024-12-16T20:05:39.129ZCreate backup boot environment: Yes
9802024-12-16T20:05:39.129Z Rebuild boot archive: No
9812024-12-16T20:05:39.129Z
9822024-12-16T20:05:39.129ZChanged mediators:
9832024-12-16T20:05:39.129Z mediator clang:
9842024-12-16T20:05:39.129Z version: None -> 15 (system default)
9852024-12-16T20:05:39.129Z
9862024-12-16T20:05:39.129Z mediator llvm:
9872024-12-16T20:05:39.129Z version: 14 (system default) -> 15 (system default)
9882024-12-16T20:05:39.129Z
9892024-12-16T20:05:39.129ZChanged packages:
9902024-12-16T20:05:39.129Zhelios-dev
9912024-12-16T20:05:39.129Z developer/build-essential
9922024-12-16T20:05:39.129Z None -> 11-2.0
9932024-12-16T20:05:39.129Z library/libxmlsec1
9942024-12-16T20:05:39.129Z None -> 1.2.35-2.0
9952024-12-16T20:05:39.129Z ooce/developer/clang-15
9962024-12-16T20:05:39.129Z None -> 15.0.7-2.0
9972024-12-16T20:05:39.129Z ooce/developer/llvm-15
9982024-12-16T20:05:39.129Z None -> 15.0.7-2.0
9992024-12-16T20:05:39.129Z package/pkg
10002024-12-16T20:05:39.129Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-16T20:05:39.129Z
10022024-12-16T20:05:39.129ZServices:
10032024-12-16T20:05:39.129Z restart_fmri:
10042024-12-16T20:05:39.129Z svc:/system/update-man-index:default
10052024-12-16T20:05:39.129Z
10062024-12-16T20:05:39.129ZEditable files to change:
10072024-12-16T20:05:39.130Z Update:
10082024-12-16T20:05:39.130Z usr/share/lib/pkg/web/config.shtml
10092024-12-16T20:05:39.631Z
10102024-12-16T20:05:39.631ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-16T20:05:44.633ZDownload: 950/4281 items 19.0/220.6MB 8% complete (3.9M/s)
10122024-12-16T20:05:49.644ZDownload: 2215/4281 items 119.2/220.6MB 54% complete (12.3M/s)
10132024-12-16T20:05:54.645ZDownload: 3108/4281 items 135.9/220.6MB 61% complete (11.6M/s)
10142024-12-16T20:05:59.652ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (10.2M/s)
10152024-12-16T20:05:59.768ZDownload: Completed 220.60 MB in 20.13 seconds (11.0M/s)
10162024-12-16T20:06:02.334Z Actions: 1/5063 actions (Removing old actions)
10172024-12-16T20:06:02.349Z Actions: 194/5063 actions (Installing new actions)
10182024-12-16T20:06:07.394Z Actions: 4087/5063 actions (Installing new actions)
10192024-12-16T20:06:08.200Z Actions: 4226/5063 actions (Updating modified actions)
10202024-12-16T20:06:08.594Z Actions: Completed 5063 actions in 6.26 seconds.
10212024-12-16T20:06:08.815Z Done (0.215s)
10222024-12-16T20:06:08.819Z Done (0.000s)
10232024-12-16T20:06:09.361Z Done (0.544s)
10242024-12-16T20:06:15.893Z Done (6.320s)
10252024-12-16T20:06:16.336Z Done (0.373s)
10262024-12-16T20:06:16.338Z Done (0.000s)
10272024-12-16T20:06:16.486Z Done (0.000s)
10282024-12-16T20:06:17.156ZPlanning: Evaluating mediator changes ... Done
10292024-12-16T20:06:17.315ZPlanning: Checking for conflicting actions ... Done
10302024-12-16T20:06:17.318ZPlanning: Consolidating action changes ... Done
10312024-12-16T20:06:17.581ZPlanning: Evaluating mediators ... Done
10322024-12-16T20:06:17.583ZPlanning: Planning completed in 0.43 seconds
10332024-12-16T20:06:17.619Z Mediators to change: 2
10342024-12-16T20:06:17.619Z Create boot environment: No
10352024-12-16T20:06:17.621ZCreate backup boot environment: No
10362024-12-16T20:06:17.682Z Done
10372024-12-16T20:06:17.682Z Done
10382024-12-16T20:06:18.026Z Done
10392024-12-16T20:06:21.543Z Done
10402024-12-16T20:06:21.629Z Done
10412024-12-16T20:06:21.629Z Done
10422024-12-16T20:06:21.745Z Done
10432024-12-16T20:06:22.349ZPlanning: Evaluating mediator changes ... Done
10442024-12-16T20:06:22.352ZPlanning: Merging actions ... Done
10452024-12-16T20:06:22.537ZPlanning: Checking for conflicting actions ... Done
10462024-12-16T20:06:22.540ZPlanning: Consolidating action changes ... Done
10472024-12-16T20:06:22.801ZPlanning: Evaluating mediators ... Done
10482024-12-16T20:06:22.999ZPlanning: Planning completed in 0.74 seconds
10492024-12-16T20:06:23.014Z Packages to change: 1
10502024-12-16T20:06:23.014Z Mediators to change: 1
10512024-12-16T20:06:23.014Z Services to change: 1
10522024-12-16T20:06:23.014Z Create boot environment: No
10532024-12-16T20:06:23.014ZCreate backup boot environment: Yes
10542024-12-16T20:06:25.136Z Actions: 1/6 actions (Updating modified actions)
10552024-12-16T20:06:25.244Z Actions: Completed 6 actions in 0.11 seconds.
10562024-12-16T20:06:25.244Z Done
10572024-12-16T20:06:25.247Z Done
10582024-12-16T20:06:25.355Z Done
10592024-12-16T20:06:28.867Z Done
10602024-12-16T20:06:28.954Z Done
10612024-12-16T20:06:28.957Z Done
10622024-12-16T20:06:29.069Z Done
10632024-12-16T20:06:29.489ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10642024-12-16T20:06:29.489Zclang system 15 system
10652024-12-16T20:06:29.490Zcsh system system illumos
10662024-12-16T20:06:29.490Zctags system system illumos
10672024-12-16T20:06:29.490Zgcc vendor 12 vendor
10682024-12-16T20:06:29.490Zgcc system 10 system
10692024-12-16T20:06:29.490Zgcc system 7 system
10702024-12-16T20:06:29.490Zgo system 1.20 system
10712024-12-16T20:06:29.490Zgo system 1.19 system
10722024-12-16T20:06:29.490Zllvm system 15 system
10732024-12-16T20:06:29.490Zllvm system 14 system
10742024-12-16T20:06:29.490Zmariadb system 10.6 system
10752024-12-16T20:06:29.490Zmta vendor vendor dma
10762024-12-16T20:06:29.490Zopenjdk system 17 system
10772024-12-16T20:06:29.490Zopenjdk system 11 system
10782024-12-16T20:06:29.490Zopenjdk system 1.8 system
10792024-12-16T20:06:29.490Zopenssl vendor 3 vendor
10802024-12-16T20:06:29.490Zperl system 5.36 system
10812024-12-16T20:06:29.490Zpostgresql system 15 system
10822024-12-16T20:06:29.491Zpostgresql system 13 system
10832024-12-16T20:06:29.491Zpython vendor 3 vendor
10842024-12-16T20:06:29.491Zpython system 2 system
10852024-12-16T20:06:29.491Zpython3 system 3.11 system
10862024-12-16T20:06:29.491Zruby system 3.0 system
10872024-12-16T20:06:29.491Zwords vendor vendor american-english
10882024-12-16T20:06:29.491Zwords system system australian-english
10892024-12-16T20:06:29.491Zwords system system british-english
10902024-12-16T20:06:29.491Zwords system system canadian-english
10912024-12-16T20:06:29.491Zwords system system french
10922024-12-16T20:06:29.491Zwords system system italian
10932024-12-16T20:06:29.491Zwords system system ngerman
10942024-12-16T20:06:29.491Zwords system system ogerman
10952024-12-16T20:06:29.491Zwords system system spanish
10962024-12-16T20:06:29.808ZPUBLISHER TYPE STATUS P LOCATION
10972024-12-16T20:06:29.808Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10982024-12-16T20:06:32.438ZFMRI IFO
10992024-12-16T20:06:32.439Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11002024-12-16T20:06:32.439Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11012024-12-16T20:06:32.439Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11022024-12-16T20:06:32.439Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11032024-12-16T20:06:32.439Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11042024-12-16T20:06:32.439Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11052024-12-16T20:06:32.439Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11062024-12-16T20:06:32.439Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11072024-12-16T20:06:32.439Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11082024-12-16T20:06:32.439Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11092024-12-16T20:06:32.439Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11102024-12-16T20:06:32.439Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11112024-12-16T20:06:32.439Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11122024-12-16T20:06:32.439Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11132024-12-16T20:06:32.439Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11142024-12-16T20:06:33.427Z Downloading crates ...
11152024-12-16T20:06:33.510Z Downloaded cargo_toml v0.20.5
11162024-12-16T20:06:33.643Z Compiling proc-macro2 v1.0.89
11172024-12-16T20:06:33.643Z Compiling unicode-ident v1.0.13
11182024-12-16T20:06:33.646Z Compiling serde v1.0.215
11192024-12-16T20:06:33.646Z Compiling version_check v0.9.5
11202024-12-16T20:06:33.646Z Compiling thiserror v1.0.69
11212024-12-16T20:06:33.647Z Compiling memchr v2.7.4
11222024-12-16T20:06:33.647Z Compiling libc v0.2.162
11232024-12-16T20:06:33.665Z Compiling ryu v1.0.18
11242024-12-16T20:06:33.898Z Compiling ucd-trie v0.1.7
11252024-12-16T20:06:34.029Z Compiling itoa v1.0.11
11262024-12-16T20:06:34.445Z Compiling once_cell v1.20.2
11272024-12-16T20:06:34.445Z Compiling byteorder v1.5.0
11282024-12-16T20:06:34.739Z Compiling rustix v0.38.37
11292024-12-16T20:06:34.918Z Compiling serde_json v1.0.132
11302024-12-16T20:06:35.539Z Compiling bitflags v2.6.0
11312024-12-16T20:06:35.588Z Compiling usdt-impl v0.5.0
11322024-12-16T20:06:35.640Z Compiling proc-macro-error-attr v1.0.4
11332024-12-16T20:06:35.823Z Compiling syn v1.0.109
11342024-12-16T20:06:35.871Z Compiling proc-macro-error v1.0.4
11352024-12-16T20:06:35.942Z Compiling equivalent v1.0.1
11362024-12-16T20:06:35.968Z Compiling plain v0.2.3
11372024-12-16T20:06:36.016Z Compiling log v0.4.22
11382024-12-16T20:06:36.031Z Compiling utf8parse v0.2.2
11392024-12-16T20:06:36.092Z Compiling hashbrown v0.15.1
11402024-12-16T20:06:36.115Z Compiling camino v1.1.9
11412024-12-16T20:06:36.168Z Compiling anstyle-parse v0.2.5
11422024-12-16T20:06:36.351Z Compiling thread-id v4.2.2
11432024-12-16T20:06:36.485Z Compiling autocfg v1.4.0
11442024-12-16T20:06:36.499Z Compiling semver v1.0.23
11452024-12-16T20:06:36.502Z Compiling unicode-width v0.1.14
11462024-12-16T20:06:36.726Z Compiling quote v1.0.37
11472024-12-16T20:06:36.746Z Compiling errno v0.3.9
11482024-12-16T20:06:37.006Z Compiling anstyle v1.0.10
11492024-12-16T20:06:37.022Z Compiling anstyle-query v1.1.1
11502024-12-16T20:06:37.033Z Compiling pretty-hex v0.4.1
11512024-12-16T20:06:37.153Z Compiling syn v2.0.87
11522024-12-16T20:06:37.328Z Compiling indexmap v2.6.0
11532024-12-16T20:06:37.409Z Compiling colorchoice v1.0.2
11542024-12-16T20:06:37.453Z Compiling winnow v0.6.20
11552024-12-16T20:06:37.546Z Compiling is_terminal_polyfill v1.70.1
11562024-12-16T20:06:37.630Z Compiling fs-err v2.11.0
11572024-12-16T20:06:37.649Z Compiling anstream v0.6.15
11582024-12-16T20:06:38.170Z Compiling fnv v1.0.7
11592024-12-16T20:06:38.287Z Compiling bytecount v0.6.8
11602024-12-16T20:06:38.319Z Compiling anyhow v1.0.93
11612024-12-16T20:06:38.491Z Compiling heck v0.5.0
11622024-12-16T20:06:38.702Z Compiling cfg-if v1.0.0
11632024-12-16T20:06:38.778Z Compiling strsim v0.11.1
11642024-12-16T20:06:38.867Z Compiling fastrand v2.1.1
11652024-12-16T20:06:38.981Z Compiling heck v0.4.1
11662024-12-16T20:06:39.188Z Compiling terminal_size v0.4.0
11672024-12-16T20:06:39.380Z Compiling clap_lex v0.7.2
11682024-12-16T20:06:39.446Z Compiling tempfile v3.13.0
11692024-12-16T20:06:39.721Z Compiling clap_builder v4.5.21
11702024-12-16T20:06:39.849Z Compiling papergrid v0.11.0
11712024-12-16T20:06:39.918Z Compiling memmap v0.7.0
11722024-12-16T20:06:39.992Z Compiling smawk v0.3.2
11732024-12-16T20:06:40.239Z Compiling unicode-linebreak v0.1.5
11742024-12-16T20:06:40.713Z Compiling textwrap v0.16.1
11752024-12-16T20:06:40.916Z Compiling swrite v0.1.0
11762024-12-16T20:06:42.541Z Compiling tabled_derive v0.7.0
11772024-12-16T20:06:43.864Z Compiling tabled v0.15.0
11782024-12-16T20:06:45.770Z Compiling serde_derive v1.0.215
11792024-12-16T20:06:45.770Z Compiling thiserror-impl v1.0.69
11802024-12-16T20:06:45.779Z Compiling zerocopy-derive v0.7.35
11812024-12-16T20:06:45.779Z Compiling scroll_derive v0.12.0
11822024-12-16T20:06:45.779Z Compiling clap_derive v4.5.18
11832024-12-16T20:06:46.852Z Compiling scroll v0.12.0
11842024-12-16T20:06:47.358Z Compiling goblin v0.8.2
11852024-12-16T20:06:48.091Z Compiling zerocopy v0.7.35
11862024-12-16T20:06:48.239Z Compiling pest v2.7.14
11872024-12-16T20:06:49.594Z Compiling clap v4.5.21
11882024-12-16T20:06:50.421Z Compiling pest_meta v2.7.14
11892024-12-16T20:06:51.200Z Compiling pest_generator v2.7.14
11902024-12-16T20:06:53.091Z Compiling pest_derive v2.7.14
11912024-12-16T20:06:53.797Z Compiling dtrace-parser v0.2.0
11922024-12-16T20:06:55.555Z Compiling serde_spanned v0.6.8
11932024-12-16T20:06:55.555Z Compiling toml_datetime v0.6.8
11942024-12-16T20:06:55.558Z Compiling cargo-platform v0.1.8
11952024-12-16T20:06:55.956Z Compiling serde_tokenstream v0.2.2
11962024-12-16T20:06:55.981Z Compiling toml_edit v0.22.22
11972024-12-16T20:06:56.062Z Compiling macaddr v1.0.1
11982024-12-16T20:06:56.203Z Compiling camino-tempfile v1.1.1
11992024-12-16T20:06:57.022Z Compiling dof v0.3.0
12002024-12-16T20:06:57.022Z Compiling cargo_metadata v0.18.1
12012024-12-16T20:06:58.667Z Compiling toml v0.8.19
12022024-12-16T20:06:58.819Z Compiling usdt-macro v0.5.0
12032024-12-16T20:06:58.819Z Compiling usdt-attr-macro v0.5.0
12042024-12-16T20:06:59.585Z Compiling cargo_toml v0.20.5
12052024-12-16T20:07:00.148Z Compiling usdt v0.5.0
12062024-12-16T20:07:03.077Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12072024-12-16T20:07:07.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.13s
12082024-12-16T20:07:07.143Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12092024-12-16T20:07:07.953Z Compiling serde v1.0.215
12102024-12-16T20:07:07.956Z Compiling lock_api v0.4.12
12112024-12-16T20:07:07.956Z Compiling scopeguard v1.2.0
12122024-12-16T20:07:07.956Z Compiling value-bag v1.9.0
12132024-12-16T20:07:07.956Z Compiling typenum v1.17.0
12142024-12-16T20:07:07.956Z Compiling generic-array v0.14.7
12152024-12-16T20:07:08.124Z Compiling syn v2.0.87
12162024-12-16T20:07:08.136Z Compiling getrandom v0.2.15
12172024-12-16T20:07:08.236Z Compiling shlex v1.3.0
12182024-12-16T20:07:08.417Z Compiling rand_core v0.6.4
12192024-12-16T20:07:08.517Z Compiling log v0.4.22
12202024-12-16T20:07:08.627Z Compiling subtle v2.6.1
12212024-12-16T20:07:08.627Z Compiling jobserver v0.1.32
12222024-12-16T20:07:08.672Z Compiling smallvec v1.13.2
12232024-12-16T20:07:08.928Z Compiling const-oid v0.9.6
12242024-12-16T20:07:08.958Z Compiling cc v1.1.30
12252024-12-16T20:07:08.974Z Compiling spin v0.9.8
12262024-12-16T20:07:09.062Z Compiling pin-project-lite v0.2.14
12272024-12-16T20:07:09.183Z Compiling rustix v0.38.37
12282024-12-16T20:07:09.386Z Compiling parking_lot_core v0.9.10
12292024-12-16T20:07:09.403Z Compiling futures-core v0.3.31
12302024-12-16T20:07:09.569Z Compiling signal-hook-registry v1.4.2
12312024-12-16T20:07:09.646Z Compiling mio v1.0.2
12322024-12-16T20:07:10.196Z Compiling aho-corasick v1.1.3
12332024-12-16T20:07:10.385Z Compiling parking_lot v0.12.3
12342024-12-16T20:07:10.468Z Compiling regex-syntax v0.8.5
12352024-12-16T20:07:10.720Z Compiling cpufeatures v0.2.14
12362024-12-16T20:07:10.817Z Compiling lazy_static v1.5.0
12372024-12-16T20:07:10.833Z Compiling either v1.13.0
12382024-12-16T20:07:10.927Z Compiling futures-sink v0.3.31
12392024-12-16T20:07:10.943Z Compiling glob v0.3.1
12402024-12-16T20:07:11.078Z Compiling stable_deref_trait v1.2.0
12412024-12-16T20:07:11.187Z Compiling socket2 v0.5.7
12422024-12-16T20:07:11.253Z Compiling slab v0.4.9
12432024-12-16T20:07:11.298Z Compiling prettyplease v0.2.25
12442024-12-16T20:07:11.601Z Compiling minimal-lexical v0.2.1
12452024-12-16T20:07:11.927Z Compiling clang-sys v1.8.1
12462024-12-16T20:07:11.940Z Compiling libloading v0.8.5
12472024-12-16T20:07:12.107Z Compiling nom v7.1.3
12482024-12-16T20:07:12.156Z Compiling serde_json v1.0.132
12492024-12-16T20:07:12.342Z Compiling bindgen v0.69.5
12502024-12-16T20:07:12.456Z Compiling home v0.5.9
12512024-12-16T20:07:12.735Z Compiling itertools v0.10.5
12522024-12-16T20:07:13.133Z Compiling futures-channel v0.3.31
12532024-12-16T20:07:13.208Z Compiling lazycell v1.3.0
12542024-12-16T20:07:13.380Z Compiling futures-task v0.3.31
12552024-12-16T20:07:13.563Z Compiling foldhash v0.1.3
12562024-12-16T20:07:13.667Z Compiling pin-utils v0.1.0
12572024-12-16T20:07:13.755Z Compiling rustc-hash v1.1.0
12582024-12-16T20:07:13.864Z Compiling allocator-api2 v0.2.18
12592024-12-16T20:07:13.905Z Compiling futures-io v0.3.31
12602024-12-16T20:07:14.238Z Compiling regex-automata v0.4.8
12612024-12-16T20:07:14.696Z Compiling hashbrown v0.15.1
12622024-12-16T20:07:15.467Z Compiling synstructure v0.13.1
12632024-12-16T20:07:15.723Z Compiling cexpr v0.6.0
12642024-12-16T20:07:16.026Z Compiling cmake v0.1.51
12652024-12-16T20:07:17.051Z Compiling pkg-config v0.3.31
12662024-12-16T20:07:17.172Z Compiling fs_extra v1.3.0
12672024-12-16T20:07:17.229Z Compiling dunce v1.0.5
12682024-12-16T20:07:17.355Z Compiling libm v0.2.8
12692024-12-16T20:07:17.500Z Compiling tinyvec_macros v0.1.1
12702024-12-16T20:07:17.594Z Compiling tinyvec v1.8.0
12712024-12-16T20:07:17.697Z Compiling num-traits v0.2.19
12722024-12-16T20:07:18.204Z Compiling ring v0.17.8
12732024-12-16T20:07:18.612Z Compiling litemap v0.7.3
12742024-12-16T20:07:18.668Z Compiling unicode-bidi v0.3.17
12752024-12-16T20:07:18.982Z Compiling paste v1.0.15
12762024-12-16T20:07:19.088Z Compiling unicode-normalization v0.1.24
12772024-12-16T20:07:19.168Z Compiling base64ct v1.6.0
12782024-12-16T20:07:19.324Z Compiling writeable v0.5.5
12792024-12-16T20:07:19.725Z Compiling regex v1.11.1
12802024-12-16T20:07:19.819Z Compiling pem-rfc7468 v0.7.0
12812024-12-16T20:07:20.177Z Compiling httparse v1.9.5
12822024-12-16T20:07:20.472Z Compiling aws-lc-rs v1.10.0
12832024-12-16T20:07:20.744Z Compiling flagset v0.4.6
12842024-12-16T20:07:20.919Z Compiling tracing-core v0.1.32
12852024-12-16T20:07:20.959Z Compiling percent-encoding v2.3.1
12862024-12-16T20:07:21.267Z Compiling rustls-pki-types v1.10.0
12872024-12-16T20:07:21.874Z Compiling crossbeam-utils v0.8.20
12882024-12-16T20:07:22.023Z Compiling icu_locid_transform_data v1.5.0
12892024-12-16T20:07:22.192Z Compiling untrusted v0.7.1
12902024-12-16T20:07:22.301Z Compiling untrusted v0.9.0
12912024-12-16T20:07:22.322Z Compiling serde_derive v1.0.215
12922024-12-16T20:07:22.355Z Compiling zeroize_derive v1.4.2
12932024-12-16T20:07:22.416Z Compiling zerocopy-derive v0.7.35
12942024-12-16T20:07:22.463Z Compiling tokio-macros v2.4.0
12952024-12-16T20:07:22.789Z Compiling zerofrom-derive v0.1.4
12962024-12-16T20:07:23.814Z Compiling zeroize v1.8.1
12972024-12-16T20:07:23.965Z Compiling thiserror-impl v1.0.69
12982024-12-16T20:07:24.349Z Compiling yoke-derive v0.7.4
12992024-12-16T20:07:24.617Z Compiling zerocopy v0.7.35
13002024-12-16T20:07:25.592Z Compiling crypto-common v0.1.6
13012024-12-16T20:07:25.817Z Compiling block-buffer v0.10.4
13022024-12-16T20:07:26.061Z Compiling digest v0.10.7
13032024-12-16T20:07:26.078Z Compiling zerovec-derive v0.10.3
13042024-12-16T20:07:26.461Z Compiling hmac v0.12.1
13052024-12-16T20:07:26.580Z Compiling futures-macro v0.3.31
13062024-12-16T20:07:26.705Z Compiling block-padding v0.3.3
13072024-12-16T20:07:26.759Z Compiling zerofrom v0.1.4
13082024-12-16T20:07:26.945Z Compiling displaydoc v0.2.5
13092024-12-16T20:07:26.959Z Compiling inout v0.1.3
13102024-12-16T20:07:27.142Z Compiling thiserror v1.0.69
13112024-12-16T20:07:27.224Z Compiling cipher v0.4.4
13122024-12-16T20:07:27.267Z Compiling sha2 v0.10.8
13132024-12-16T20:07:27.418Z Compiling yoke v0.7.4
13142024-12-16T20:07:27.734Z Compiling ppv-lite86 v0.2.20
13152024-12-16T20:07:27.774Z Compiling icu_provider_macros v1.5.0
13162024-12-16T20:07:28.447Z Compiling futures-util v0.3.31
13172024-12-16T20:07:28.530Z Compiling der_derive v0.7.3
13182024-12-16T20:07:28.543Z Compiling rand_chacha v0.3.1
13192024-12-16T20:07:28.632Z Compiling zerovec v0.10.4
13202024-12-16T20:07:28.818Z Compiling tracing-attributes v0.1.27
13212024-12-16T20:07:30.654Z Compiling tinystr v0.7.6
13222024-12-16T20:07:30.719Z Compiling icu_collections v1.5.0
13232024-12-16T20:07:30.794Z Compiling rand v0.8.5
13242024-12-16T20:07:30.953Z Compiling der v0.7.9
13252024-12-16T20:07:31.085Z Compiling icu_locid v1.5.0
13262024-12-16T20:07:32.135Z Compiling salsa20 v0.10.2
13272024-12-16T20:07:32.331Z Compiling icu_provider v1.5.0
13282024-12-16T20:07:32.585Z Compiling tracing v0.1.40
13292024-12-16T20:07:32.869Z Compiling pest v2.7.14
13302024-12-16T20:07:33.073Z Compiling icu_locid_transform v1.5.0
13312024-12-16T20:07:33.363Z Compiling spki v0.7.3
13322024-12-16T20:07:33.427Z Compiling pbkdf2 v0.12.2
13332024-12-16T20:07:33.630Z Compiling powerfmt v0.2.0
13342024-12-16T20:07:33.730Z Compiling icu_properties_data v1.5.0
13352024-12-16T20:07:33.959Z Compiling time-core v0.1.2
13362024-12-16T20:07:33.987Z Compiling num-conv v0.1.0
13372024-12-16T20:07:34.138Z Compiling mirai-annotations v1.12.0
13382024-12-16T20:07:34.141Z Compiling vcpkg v0.2.15
13392024-12-16T20:07:34.228Z Compiling icu_properties v1.5.1
13402024-12-16T20:07:34.277Z Compiling time-macros v0.2.18
13412024-12-16T20:07:34.307Z Compiling deranged v0.3.11
13422024-12-16T20:07:35.813Z Compiling bitflags v2.6.0
13432024-12-16T20:07:35.877Z Compiling bytes v1.8.0
13442024-12-16T20:07:36.242Z Compiling indexmap v2.6.0
13452024-12-16T20:07:36.317Z Compiling semver v1.0.23
13462024-12-16T20:07:37.069Z Compiling tokio v1.40.0
13472024-12-16T20:07:37.145Z Compiling http v1.1.0
13482024-12-16T20:07:37.436Z Compiling rustc_version v0.4.1
13492024-12-16T20:07:37.743Z Compiling openssl-sys v0.9.103
13502024-12-16T20:07:38.237Z Compiling pest_meta v2.7.14
13512024-12-16T20:07:38.831Z Compiling scrypt v0.11.0
13522024-12-16T20:07:39.032Z Compiling aes v0.8.4
13532024-12-16T20:07:39.280Z Compiling cbc v0.1.2
13542024-12-16T20:07:39.448Z Compiling scroll_derive v0.12.0
13552024-12-16T20:07:39.531Z Compiling utf16_iter v1.0.5
13562024-12-16T20:07:39.634Z Compiling atomic-waker v1.1.2
13572024-12-16T20:07:39.732Z Compiling write16 v1.0.0
13582024-12-16T20:07:39.823Z Compiling icu_normalizer_data v1.5.0
13592024-12-16T20:07:39.853Z Compiling num_threads v0.1.7
13602024-12-16T20:07:39.920Z Compiling utf8_iter v1.0.4
13612024-12-16T20:07:39.978Z Compiling time v0.3.36
13622024-12-16T20:07:40.071Z Compiling which v4.4.2
13632024-12-16T20:07:40.166Z Compiling icu_normalizer v1.5.0
13642024-12-16T20:07:40.913Z Compiling scroll v0.12.0
13652024-12-16T20:07:41.461Z Compiling pkcs5 v0.7.1
13662024-12-16T20:07:41.479Z Compiling pest_generator v2.7.14
13672024-12-16T20:07:42.198Z Compiling http-body v1.0.1
13682024-12-16T20:07:42.250Z Compiling form_urlencoded v1.2.1
13692024-12-16T20:07:42.432Z Compiling slog v2.7.0
13702024-12-16T20:07:42.577Z Compiling try-lock v0.2.5
13712024-12-16T20:07:42.666Z Compiling goblin v0.8.2
13722024-12-16T20:07:42.722Z Compiling want v0.3.1
13732024-12-16T20:07:42.989Z Compiling pkcs8 v0.10.2
13742024-12-16T20:07:43.006Z Compiling idna_adapter v1.2.0
13752024-12-16T20:07:43.221Z Compiling httpdate v1.0.3
13762024-12-16T20:07:43.344Z Compiling idna v1.0.3
13772024-12-16T20:07:43.475Z Compiling pest_derive v2.7.14
13782024-12-16T20:07:43.693Z Compiling serde_tokenstream v0.2.2
13792024-12-16T20:07:44.271Z Compiling dtrace-parser v0.2.0
13802024-12-16T20:07:44.328Z Compiling serde_spanned v0.6.8
13812024-12-16T20:07:44.490Z Compiling uuid v1.11.0
13822024-12-16T20:07:44.554Z Compiling toml_datetime v0.6.8
13832024-12-16T20:07:45.073Z Compiling adler2 v2.0.0
13842024-12-16T20:07:45.119Z Compiling tower-service v0.3.3
13852024-12-16T20:07:45.223Z Compiling iana-time-zone v0.1.61
13862024-12-16T20:07:45.246Z Compiling base64 v0.22.1
13872024-12-16T20:07:45.270Z Compiling openssl v0.10.66
13882024-12-16T20:07:45.675Z Compiling tokio-util v0.7.12
13892024-12-16T20:07:45.692Z Compiling rustversion v1.0.17
13902024-12-16T20:07:45.920Z Compiling match_cfg v0.1.0
13912024-12-16T20:07:45.983Z Compiling foreign-types-shared v0.1.1
13922024-12-16T20:07:46.008Z Compiling hostname v0.3.1
13932024-12-16T20:07:46.090Z Compiling foreign-types v0.3.2
13942024-12-16T20:07:46.209Z Compiling chrono v0.4.38
13952024-12-16T20:07:46.245Z Compiling miniz_oxide v0.8.0
13962024-12-16T20:07:46.431Z Compiling url v2.5.3
13972024-12-16T20:07:47.105Z Compiling h2 v0.4.6
13982024-12-16T20:07:47.769Z Compiling async-trait v0.1.83
13992024-12-16T20:07:47.820Z Compiling openssl-macros v0.1.1
14002024-12-16T20:07:48.402Z Compiling dof v0.3.0
14012024-12-16T20:07:48.562Z Compiling dirs-sys-next v0.1.2
14022024-12-16T20:07:49.265Z Compiling usdt-impl v0.5.0
14032024-12-16T20:07:49.915Z Compiling native-tls v0.2.12
14042024-12-16T20:07:50.235Z Compiling rustls v0.22.4
14052024-12-16T20:07:50.488Z Compiling syn v1.0.109
14062024-12-16T20:07:50.559Z Compiling rustls v0.23.19
14072024-12-16T20:07:50.675Z Compiling data-encoding v2.6.0
14082024-12-16T20:07:50.821Z Compiling siphasher v0.3.11
14092024-12-16T20:07:50.981Z Compiling dirs-next v2.0.0
14102024-12-16T20:07:51.210Z Compiling http-body-util v0.1.2
14112024-12-16T20:07:51.756Z Compiling crossbeam-epoch v0.9.18
14122024-12-16T20:07:52.536Z Compiling heapless v0.7.17
14132024-12-16T20:07:52.589Z Compiling sha1 v0.10.6
14142024-12-16T20:07:52.738Z Compiling signature v2.2.0
14152024-12-16T20:07:52.925Z Compiling bzip2-sys v0.1.11+1.0.8
14162024-12-16T20:07:52.962Z Compiling serde_derive_internals v0.29.1
14172024-12-16T20:07:52.993Z Compiling thread_local v1.1.8
14182024-12-16T20:07:53.014Z Compiling encoding_rs v0.8.34
14192024-12-16T20:07:53.031Z Compiling multer v3.1.0
14202024-12-16T20:07:53.302Z Compiling cookie v0.18.1
14212024-12-16T20:07:53.396Z Compiling ipnet v2.10.1
14222024-12-16T20:07:53.518Z Compiling signal-hook v0.3.17
14232024-12-16T20:07:53.566Z Compiling schemars v0.8.21
14242024-12-16T20:07:53.786Z Compiling unicode-properties v0.1.3
14252024-12-16T20:07:53.886Z Compiling hyper v1.5.0
14262024-12-16T20:07:54.212Z Compiling gimli v0.31.1
14272024-12-16T20:07:54.724Z Compiling mime v0.3.17
14282024-12-16T20:07:55.344Z Compiling rayon-core v1.12.1
14292024-12-16T20:07:55.606Z Compiling openssl-probe v0.1.5
14302024-12-16T20:07:55.708Z Compiling slog-async v2.8.0
14312024-12-16T20:07:55.960Z Compiling schemars_derive v0.8.21
14322024-12-16T20:07:56.295Z Compiling stringprep v0.1.5
14332024-12-16T20:07:57.483Z Compiling hyper-util v0.1.10
14342024-12-16T20:07:57.722Z Compiling toml_edit v0.22.22
14352024-12-16T20:07:58.336Z Compiling usdt-attr-macro v0.5.0
14362024-12-16T20:07:59.317Z Compiling addr2line v0.24.2
14372024-12-16T20:07:59.374Z Compiling usdt-macro v0.5.0
14382024-12-16T20:07:59.606Z Compiling crossbeam-deque v0.8.5
14392024-12-16T20:07:59.914Z Compiling term v0.7.0
14402024-12-16T20:07:59.931Z Compiling slog-json v2.6.1
14412024-12-16T20:07:59.996Z Compiling serde_urlencoded v0.7.1
14422024-12-16T20:08:00.304Z Compiling crossbeam-channel v0.5.13
14432024-12-16T20:08:00.514Z Compiling curve25519-dalek v4.1.3
14442024-12-16T20:08:00.609Z Compiling enum-as-inner v0.6.1
14452024-12-16T20:08:00.809Z Compiling futures-executor v0.3.31
14462024-12-16T20:08:01.117Z Compiling md-5 v0.10.6
14472024-12-16T20:08:01.414Z Compiling async-stream-impl v0.3.6
14482024-12-16T20:08:01.454Z Compiling rustls-pemfile v2.2.0
14492024-12-16T20:08:01.454Z Compiling num-integer v0.1.46
14502024-12-16T20:08:01.502Z Compiling idna v0.3.0
14512024-12-16T20:08:01.736Z Compiling idna v0.4.0
14522024-12-16T20:08:01.793Z Compiling hash32 v0.2.1
14532024-12-16T20:08:02.090Z Compiling ff v0.13.0
14542024-12-16T20:08:02.197Z Compiling is-terminal v0.4.13
14552024-12-16T20:08:02.315Z Compiling dropshot v0.12.0
14562024-12-16T20:08:02.331Z Compiling object v0.36.5
14572024-12-16T20:08:02.581Z Compiling psl-types v2.0.11
14582024-12-16T20:08:02.721Z Compiling portable-atomic v1.9.0
14592024-12-16T20:08:02.767Z Compiling base16ct v0.2.0
14602024-12-16T20:08:03.092Z Compiling quick-error v1.2.3
14612024-12-16T20:08:03.151Z Compiling fallible-iterator v0.2.0
14622024-12-16T20:08:03.229Z Compiling anyhow v1.0.93
14632024-12-16T20:08:03.333Z Compiling smoltcp v0.9.1
14642024-12-16T20:08:03.775Z Compiling num-bigint-dig v0.8.4
14652024-12-16T20:08:03.835Z Compiling rustc-demangle v0.1.24
14662024-12-16T20:08:03.853Z Compiling take_mut v0.2.2
14672024-12-16T20:08:03.998Z Compiling dyn-clone v1.0.17
14682024-12-16T20:08:04.063Z Compiling utf-8 v0.7.6
14692024-12-16T20:08:04.086Z Compiling linked-hash-map v0.5.6
14702024-12-16T20:08:04.402Z Compiling tungstenite v0.24.0
14712024-12-16T20:08:04.469Z Compiling lru-cache v0.1.2
14722024-12-16T20:08:05.229Z Compiling postgres-protocol v0.6.7
14732024-12-16T20:08:06.000Z Compiling resolv-conf v0.7.0
14742024-12-16T20:08:06.108Z Compiling sec1 v0.7.3
14752024-12-16T20:08:06.572Z Compiling publicsuffix v2.2.3
14762024-12-16T20:08:06.682Z Compiling async-stream v0.3.6
14772024-12-16T20:08:06.806Z Compiling hickory-proto v0.24.1
14782024-12-16T20:08:06.825Z Compiling slog-term v2.9.1
14792024-12-16T20:08:06.842Z Compiling group v0.13.0
14802024-12-16T20:08:06.983Z Compiling usdt v0.5.0
14812024-12-16T20:08:07.487Z Compiling num-iter v0.1.45
14822024-12-16T20:08:07.800Z Compiling futures v0.3.31
14832024-12-16T20:08:07.920Z Compiling toml v0.8.19
14842024-12-16T20:08:08.046Z Compiling slog-bunyan v2.5.0
14852024-12-16T20:08:08.388Z Compiling tokio-native-tls v0.3.1
14862024-12-16T20:08:09.685Z Compiling camino v1.1.9
14872024-12-16T20:08:09.800Z Compiling backtrace v0.3.74
14882024-12-16T20:08:09.869Z Compiling phf_shared v0.11.2
14892024-12-16T20:08:10.259Z Compiling dropshot_endpoint v0.12.0
14902024-12-16T20:08:10.433Z Compiling terminal_size v0.4.0
14912024-12-16T20:08:10.542Z Compiling waitgroup v0.1.2
14922024-12-16T20:08:10.649Z Compiling openapiv3 v2.0.0
14932024-12-16T20:08:10.652Z Compiling serde_path_to_error v0.1.16
14942024-12-16T20:08:10.760Z Compiling hkdf v0.12.4
14952024-12-16T20:08:11.026Z Compiling crypto-bigint v0.5.5
14962024-12-16T20:08:11.492Z Compiling zerocopy-derive v0.6.6
14972024-12-16T20:08:13.542Z Compiling curve25519-dalek-derive v0.1.1
14982024-12-16T20:08:13.790Z Compiling webpki-roots v0.26.6
14992024-12-16T20:08:14.005Z Compiling idna v0.5.0
15002024-12-16T20:08:14.113Z Compiling hubpack_derive v0.1.1
15012024-12-16T20:08:14.950Z Compiling hostname v0.4.0
15022024-12-16T20:08:15.046Z Compiling fs-err v2.11.0
15032024-12-16T20:08:15.075Z Compiling crc32fast v1.4.2
15042024-12-16T20:08:15.169Z Compiling ahash v0.8.11
15052024-12-16T20:08:15.244Z Compiling debug-ignore v1.0.5
15062024-12-16T20:08:15.290Z Compiling winnow v0.5.40
15072024-12-16T20:08:15.315Z Compiling bitflags v1.3.2
15082024-12-16T20:08:15.368Z Compiling managed v0.8.0
15092024-12-16T20:08:15.407Z Compiling clap_builder v4.5.21
15102024-12-16T20:08:15.538Z Compiling strum_macros v0.25.3
15112024-12-16T20:08:15.700Z Compiling console v0.15.8
15122024-12-16T20:08:17.229Z Compiling flate2 v1.0.34
15132024-12-16T20:08:17.311Z Compiling hubpack v0.1.2
15142024-12-16T20:08:17.772Z Compiling cookie_store v0.21.0
15152024-12-16T20:08:17.966Z Compiling elliptic-curve v0.13.8
15162024-12-16T20:08:18.201Z Compiling zerocopy v0.6.6
15172024-12-16T20:08:18.814Z Compiling toml_edit v0.19.15
15182024-12-16T20:08:19.087Z Compiling hickory-resolver v0.24.1
15192024-12-16T20:08:19.358Z Compiling phf v0.11.2
15202024-12-16T20:08:19.667Z Compiling signal-hook-mio v0.2.4
15212024-12-16T20:08:19.799Z Compiling rayon v1.10.0
15222024-12-16T20:08:19.833Z Compiling hyper-tls v0.6.0
15232024-12-16T20:08:19.995Z Compiling bzip2 v0.4.4
15242024-12-16T20:08:20.403Z Compiling postgres-types v0.2.8
15252024-12-16T20:08:23.350Z Compiling tokio-tungstenite v0.24.0
15262024-12-16T20:08:23.886Z Compiling ed25519 v2.2.3
15272024-12-16T20:08:24.627Z Compiling phf_shared v0.10.0
15282024-12-16T20:08:24.903Z Compiling tokio-stream v0.1.16
15292024-12-16T20:08:25.043Z Compiling pkcs1 v0.7.5
15302024-12-16T20:08:25.464Z Compiling serde-big-array v0.5.1
15312024-12-16T20:08:25.697Z Compiling clap_derive v4.5.18
15322024-12-16T20:08:25.821Z Compiling rfc6979 v0.4.0
15332024-12-16T20:08:25.838Z Compiling derive-where v1.2.7
15342024-12-16T20:08:25.939Z Compiling serde_repr v0.1.19
15352024-12-16T20:08:26.002Z Compiling float-cmp v0.9.0
15362024-12-16T20:08:26.060Z Compiling bstr v1.10.0
15372024-12-16T20:08:26.228Z Compiling sync_wrapper v1.0.1
15382024-12-16T20:08:26.377Z Compiling fixedbitset v0.4.2
15392024-12-16T20:08:26.804Z Compiling precomputed-hash v0.1.1
15402024-12-16T20:08:26.838Z Compiling predicates-core v1.0.8
15412024-12-16T20:08:26.923Z Compiling unicode-width v0.2.0
15422024-12-16T20:08:27.125Z Compiling normalize-line-endings v0.3.0
15432024-12-16T20:08:27.221Z Compiling number_prefix v0.4.0
15442024-12-16T20:08:27.253Z Compiling static_assertions v1.1.0
15452024-12-16T20:08:27.353Z Compiling new_debug_unreachable v1.0.6
15462024-12-16T20:08:27.444Z Compiling whoami v1.5.2
15472024-12-16T20:08:27.459Z Compiling unicode-segmentation v1.12.0
15482024-12-16T20:08:27.461Z Compiling difflib v0.4.0
15492024-12-16T20:08:27.846Z Compiling bit-vec v0.6.3
15502024-12-16T20:08:28.099Z Compiling predicates v3.1.2
15512024-12-16T20:08:28.291Z Compiling bit-set v0.5.3
15522024-12-16T20:08:28.349Z Compiling similar v2.6.0
15532024-12-16T20:08:28.580Z Compiling tokio-postgres v0.7.12
15542024-12-16T20:08:29.094Z Compiling indicatif v0.17.9
15552024-12-16T20:08:29.370Z Compiling string_cache v0.8.7
15562024-12-16T20:08:29.829Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15572024-12-16T20:08:29.846Z Compiling petgraph v0.6.5
15582024-12-16T20:08:30.802Z Compiling clap v4.5.21
15592024-12-16T20:08:30.820Z Compiling ecdsa v0.16.9
15602024-12-16T20:08:30.922Z Compiling rsa v0.9.6
15612024-12-16T20:08:31.335Z Compiling ed25519-dalek v2.1.1
15622024-12-16T20:08:31.647Z Compiling toml v0.7.8
15632024-12-16T20:08:32.740Z Compiling zip v0.6.6
15642024-12-16T20:08:33.364Z Compiling crossterm v0.28.1
15652024-12-16T20:08:34.423Z Compiling hex v0.4.3
15662024-12-16T20:08:34.850Z Compiling x509-cert v0.2.5
15672024-12-16T20:08:34.867Z Compiling lalrpop-util v0.19.12
15682024-12-16T20:08:34.884Z Compiling unicode-xid v0.2.6
15692024-12-16T20:08:35.008Z Compiling peg-runtime v0.8.3
15702024-12-16T20:08:35.050Z Compiling strum_macros v0.26.4
15712024-12-16T20:08:35.218Z Compiling xattr v1.3.1
15722024-12-16T20:08:35.483Z Compiling filetime v0.2.25
15732024-12-16T20:08:35.784Z Compiling tar v0.4.42
15742024-12-16T20:08:39.841Z Compiling strum v0.26.3
15752024-12-16T20:08:43.486Z Compiling aws-lc-sys v0.22.0
15762024-12-16T20:09:20.007Z Compiling rustls-webpki v0.102.8
15772024-12-16T20:09:23.328Z Compiling tokio-rustls v0.25.0
15782024-12-16T20:09:24.851Z Compiling tokio-rustls v0.26.0
15792024-12-16T20:09:25.244Z Compiling hyper-rustls v0.27.3
15802024-12-16T20:09:25.602Z Compiling reqwest v0.12.9
15812024-12-16T20:09:26.942Z Compiling qorb v0.2.1
15822024-12-16T20:09:31.710Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15832024-12-16T20:09:31.769Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15842024-12-16T20:09:37.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15852024-12-16T20:09:37.259Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15862024-12-16T20:09:37.298ZDec 16 20:09:36.185 INFO Starting download, target: Clickhouse
15872024-12-16T20:09:37.298ZDec 16 20:09:36.186 INFO Starting download, target: Cockroach
15882024-12-16T20:09:37.298ZDec 16 20:09:36.186 INFO Starting download, target: Console
15892024-12-16T20:09:37.301ZDec 16 20:09:36.186 INFO Starting download, target: DendriteOpenapi
15902024-12-16T20:09:37.301ZDec 16 20:09:36.186 INFO Starting download, target: DendriteStub
15912024-12-16T20:09:37.301ZDec 16 20:09:36.186 INFO Starting download, target: MaghemiteMgd
15922024-12-16T20:09:37.301ZDec 16 20:09:36.186 INFO Starting download, target: TransceiverControl
15932024-12-16T20:09:37.301ZDec 16 20:09:36.186 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15942024-12-16T20:09:37.301ZDec 16 20:09:36.186 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15952024-12-16T20:09:37.301ZDec 16 20:09:36.186 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15962024-12-16T20:09:37.301ZDec 16 20:09:36.186 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15972024-12-16T20:09:37.301ZDec 16 20:09:36.187 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15982024-12-16T20:09:37.301ZDec 16 20:09:36.187 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15992024-12-16T20:09:37.301ZDec 16 20:09:36.187 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16002024-12-16T20:09:37.584ZDec 16 20:09:36.454 INFO Download complete, target: DendriteOpenapi
16012024-12-16T20:09:37.706ZDec 16 20:09:36.588 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16022024-12-16T20:09:37.889ZDec 16 20:09:36.742 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16032024-12-16T20:09:38.104ZDec 16 20:09:36.982 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16042024-12-16T20:09:38.210ZDec 16 20:09:37.090 INFO Download complete, target: Console
16052024-12-16T20:09:38.253ZDec 16 20:09:37.131 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16062024-12-16T20:09:38.404ZDec 16 20:09:37.285 INFO Download complete, target: TransceiverControl
16072024-12-16T20:09:38.786ZDec 16 20:09:37.673 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16082024-12-16T20:09:38.786ZDec 16 20:09:37.673 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16092024-12-16T20:09:39.468ZDec 16 20:09:38.356 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16102024-12-16T20:09:41.104ZDec 16 20:09:39.990 INFO Download complete, target: MaghemiteMgd
16112024-12-16T20:09:41.203ZDec 16 20:09:40.089 INFO Download complete, target: DendriteStub
16122024-12-16T20:09:46.314ZDec 16 20:09:45.200 INFO Checking that binary works, target: Cockroach
16132024-12-16T20:09:46.470ZDec 16 20:09:45.356 INFO Download complete, target: Cockroach
16142024-12-16T20:09:51.955ZDec 16 20:09:50.838 INFO Checking that binary works, target: Clickhouse
16152024-12-16T20:09:52.781ZDec 16 20:09:51.666 INFO Download complete, target: Clickhouse
16162024-12-16T20:09:52.789ZAll prerequisites installed successfully
16172024-12-16T20:09:52.792Z
16182024-12-16T20:09:52.792Zreal 4:58.452160206
16192024-12-16T20:09:52.792Zuser 16:08.044013360
16202024-12-16T20:09:52.792Zsys 3:04.568511454
16212024-12-16T20:09:52.793Ztrap 0.500606698
16222024-12-16T20:09:52.793Ztflt 9.897926444
16232024-12-16T20:09:52.793Zdflt 8.378345281
16242024-12-16T20:09:52.793Zkflt 0.518528643
16252024-12-16T20:09:52.793Zlock 32:31.852119951
16262024-12-16T20:09:52.793Zslp 1:02:41.092497027
16272024-12-16T20:09:52.793Zlat 49.669843271
16282024-12-16T20:09:52.793Zstop 1:51.694685192
16292024-12-16T20:09:52.793Z+ source ./tools/include/force-git-over-https.sh
16302024-12-16T20:09:52.793Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16312024-12-16T20:09:52.793Z++ (( i = 0 ))
16322024-12-16T20:09:52.793Z++ (( i < 5 ))
16332024-12-16T20:09:52.793Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16342024-12-16T20:09:52.798Z++ (( i++ ))
16352024-12-16T20:09:52.799Z++ (( i < 5 ))
16362024-12-16T20:09:52.799Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16372024-12-16T20:09:52.799Z++ (( i++ ))
16382024-12-16T20:09:52.799Z++ (( i < 5 ))
16392024-12-16T20:09:52.799Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16402024-12-16T20:09:52.803Z++ (( i++ ))
16412024-12-16T20:09:52.803Z++ (( i < 5 ))
16422024-12-16T20:09:52.803Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16432024-12-16T20:09:52.804Z++ (( i++ ))
16442024-12-16T20:09:52.804Z++ (( i < 5 ))
16452024-12-16T20:09:52.804Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16462024-12-16T20:09:52.807Z++ (( i++ ))
16472024-12-16T20:09:52.807Z++ (( i < 5 ))
16482024-12-16T20:09:52.808Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-16T20:09:52.808Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16502024-12-16T20:09:52.808Z+ rc=0
16512024-12-16T20:09:52.808Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16522024-12-16T20:10:20.919Z+ case $rc in
16532024-12-16T20:10:20.919Z+ pfexec zfs create -p rpool/images/build/host
16542024-12-16T20:10:21.295Z+ pfexec zfs create -p rpool/images/build/recovery
16552024-12-16T20:10:21.345Z+ cargo xtask releng --output-dir /work
16562024-12-16T20:10:21.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16572024-12-16T20:10:21.867Z Running `target/debug/xtask releng --output-dir /work`
16582024-12-16T20:10:22.722Z Compiling proc-macro2 v1.0.89
16592024-12-16T20:10:22.722Z Compiling unicode-ident v1.0.13
16602024-12-16T20:10:22.722Z Compiling libc v0.2.162
16612024-12-16T20:10:22.722Z Compiling serde v1.0.215
16622024-12-16T20:10:22.725Z Compiling autocfg v1.4.0
16632024-12-16T20:10:22.725Z Compiling version_check v0.9.5
16642024-12-16T20:10:22.725Z Compiling cfg-if v1.0.0
16652024-12-16T20:10:22.993Z Compiling memchr v2.7.4
16662024-12-16T20:10:23.021Z Compiling typenum v1.17.0
16672024-12-16T20:10:23.193Z Compiling shlex v1.3.0
16682024-12-16T20:10:23.586Z Compiling value-bag v1.9.0
16692024-12-16T20:10:23.667Z Compiling generic-array v0.14.7
16702024-12-16T20:10:23.709Z Compiling lock_api v0.4.12
16712024-12-16T20:10:23.957Z Compiling scopeguard v1.2.0
16722024-12-16T20:10:24.032Z Compiling log v0.4.22
16732024-12-16T20:10:24.165Z Compiling parking_lot_core v0.9.10
16742024-12-16T20:10:24.443Z Compiling rustix v0.38.37
16752024-12-16T20:10:24.556Z Compiling serde_json v1.0.132
16762024-12-16T20:10:24.723Z Compiling quote v1.0.37
16772024-12-16T20:10:24.835Z Compiling getrandom v0.2.15
16782024-12-16T20:10:24.891Z Compiling jobserver v0.1.32
16792024-12-16T20:10:25.117Z Compiling syn v2.0.87
16802024-12-16T20:10:25.178Z Compiling libm v0.2.8
16812024-12-16T20:10:25.248Z Compiling num-traits v0.2.19
16822024-12-16T20:10:25.343Z Compiling cc v1.1.30
16832024-12-16T20:10:25.363Z Compiling once_cell v1.20.2
16842024-12-16T20:10:25.428Z Compiling thiserror v1.0.69
16852024-12-16T20:10:25.499Z Compiling spin v0.9.8
16862024-12-16T20:10:25.535Z Compiling itoa v1.0.11
16872024-12-16T20:10:25.640Z Compiling aho-corasick v1.1.3
16882024-12-16T20:10:25.754Z Compiling regex-syntax v0.8.5
16892024-12-16T20:10:25.909Z Compiling slab v0.4.9
16902024-12-16T20:10:26.063Z Compiling errno v0.3.9
16912024-12-16T20:10:26.386Z Compiling byteorder v1.5.0
16922024-12-16T20:10:26.808Z Compiling lazy_static v1.5.0
16932024-12-16T20:10:26.853Z Compiling rand_core v0.6.4
16942024-12-16T20:10:27.277Z Compiling glob v0.3.1
16952024-12-16T20:10:27.324Z Compiling either v1.13.0
16962024-12-16T20:10:27.452Z Compiling prettyplease v0.2.25
16972024-12-16T20:10:27.811Z Compiling subtle v2.6.1
16982024-12-16T20:10:27.924Z Compiling minimal-lexical v0.2.1
16992024-12-16T20:10:28.127Z Compiling clang-sys v1.8.1
17002024-12-16T20:10:28.217Z Compiling libloading v0.8.5
17012024-12-16T20:10:28.431Z Compiling nom v7.1.3
17022024-12-16T20:10:28.653Z Compiling home v0.5.9
17032024-12-16T20:10:28.776Z Compiling bindgen v0.69.5
17042024-12-16T20:10:29.276Z Compiling itertools v0.10.5
17052024-12-16T20:10:29.543Z Compiling regex-automata v0.4.8
17062024-12-16T20:10:30.061Z Compiling lazycell v1.3.0
17072024-12-16T20:10:30.323Z Compiling rustc-hash v1.1.0
17082024-12-16T20:10:30.865Z Compiling cmake v0.1.51
17092024-12-16T20:10:31.833Z Compiling smallvec v1.13.2
17102024-12-16T20:10:31.958Z Compiling cexpr v0.6.0
17112024-12-16T20:10:32.081Z Compiling semver v1.0.23
17122024-12-16T20:10:32.124Z Compiling pkg-config v0.3.31
17132024-12-16T20:10:32.184Z Compiling fs_extra v1.3.0
17142024-12-16T20:10:32.319Z Compiling dunce v1.0.5
17152024-12-16T20:10:32.613Z Compiling ring v0.17.8
17162024-12-16T20:10:32.766Z Compiling paste v1.0.15
17172024-12-16T20:10:33.052Z Compiling synstructure v0.13.1
17182024-12-16T20:10:33.400Z Compiling ryu v1.0.18
17192024-12-16T20:10:33.723Z Compiling httparse v1.9.5
17202024-12-16T20:10:33.739Z Compiling const-oid v0.9.6
17212024-12-16T20:10:34.121Z Compiling aws-lc-rs v1.10.0
17222024-12-16T20:10:34.680Z Compiling pin-project-lite v0.2.14
17232024-12-16T20:10:34.785Z Compiling heck v0.5.0
17242024-12-16T20:10:35.370Z Compiling regex v1.11.1
17252024-12-16T20:10:35.659Z Compiling allocator-api2 v0.2.18
17262024-12-16T20:10:35.956Z Compiling futures-core v0.3.31
17272024-12-16T20:10:36.283Z Compiling signal-hook-registry v1.4.2
17282024-12-16T20:10:36.575Z Compiling crossbeam-utils v0.8.20
17292024-12-16T20:10:36.979Z Compiling time-core v0.1.2
17302024-12-16T20:10:37.162Z Compiling num-conv v0.1.0
17312024-12-16T20:10:37.319Z Compiling parking_lot v0.12.3
17322024-12-16T20:10:37.353Z Compiling mio v1.0.2
17332024-12-16T20:10:37.486Z Compiling time-macros v0.2.18
17342024-12-16T20:10:37.959Z Compiling vcpkg v0.2.15
17352024-12-16T20:10:38.289Z Compiling fnv v1.0.7
17362024-12-16T20:10:38.823Z Compiling schemars v0.8.21
17372024-12-16T20:10:38.847Z Compiling serde_derive v1.0.215
17382024-12-16T20:10:39.159Z Compiling zeroize_derive v1.4.2
17392024-12-16T20:10:39.226Z Compiling zerocopy-derive v0.7.35
17402024-12-16T20:10:39.462Z Compiling tokio-macros v2.4.0
17412024-12-16T20:10:39.515Z Compiling thiserror-impl v1.0.69
17422024-12-16T20:10:39.931Z Compiling zerofrom-derive v0.1.4
17432024-12-16T20:10:40.670Z Compiling zeroize v1.8.1
17442024-12-16T20:10:40.965Z Compiling yoke-derive v0.7.4
17452024-12-16T20:10:40.994Z Compiling futures-macro v0.3.31
17462024-12-16T20:10:41.187Z Compiling zerovec-derive v0.10.3
17472024-12-16T20:10:41.614Z Compiling displaydoc v0.2.5
17482024-12-16T20:10:42.547Z Compiling zerocopy v0.7.35
17492024-12-16T20:10:43.017Z Compiling crypto-common v0.1.6
17502024-12-16T20:10:43.317Z Compiling icu_provider_macros v1.5.0
17512024-12-16T20:10:43.431Z Compiling tracing-attributes v0.1.27
17522024-12-16T20:10:43.714Z Compiling block-buffer v0.10.4
17532024-12-16T20:10:44.002Z Compiling der_derive v0.7.3
17542024-12-16T20:10:44.087Z Compiling digest v0.10.7
17552024-12-16T20:10:44.501Z Compiling openssl-sys v0.9.103
17562024-12-16T20:10:45.255Z Compiling serde_derive_internals v0.29.1
17572024-12-16T20:10:46.137Z Compiling socket2 v0.5.7
17582024-12-16T20:10:46.174Z Compiling ahash v0.8.11
17592024-12-16T20:10:47.745Z Compiling schemars_derive v0.8.21
17602024-12-16T20:10:47.785Z Compiling futures-sink v0.3.31
17612024-12-16T20:10:47.977Z Compiling equivalent v1.0.1
17622024-12-16T20:10:48.087Z Compiling cpufeatures v0.2.14
17632024-12-16T20:10:48.203Z Compiling foldhash v0.1.3
17642024-12-16T20:10:48.238Z Compiling stable_deref_trait v1.2.0
17652024-12-16T20:10:48.489Z Compiling hashbrown v0.15.1
17662024-12-16T20:10:48.551Z Compiling slog v2.7.0
17672024-12-16T20:10:49.925Z Compiling futures-channel v0.3.31
17682024-12-16T20:10:50.023Z Compiling zerofrom v0.1.4
17692024-12-16T20:10:50.173Z Compiling scroll_derive v0.12.0
17702024-12-16T20:10:50.293Z Compiling futures-task v0.3.31
17712024-12-16T20:10:50.385Z Compiling futures-io v0.3.31
17722024-12-16T20:10:50.557Z Compiling pin-utils v0.1.0
17732024-12-16T20:10:50.705Z Compiling openssl v0.10.66
17742024-12-16T20:10:50.748Z Compiling ucd-trie v0.1.7
17752024-12-16T20:10:50.789Z Compiling futures-util v0.3.31
17762024-12-16T20:10:50.832Z Compiling yoke v0.7.4
17772024-12-16T20:10:51.251Z Compiling pest v2.7.14
17782024-12-16T20:10:51.390Z Compiling hmac v0.12.1
17792024-12-16T20:10:51.697Z Compiling tinyvec_macros v0.1.1
17802024-12-16T20:10:51.788Z Compiling zerovec v0.10.4
17812024-12-16T20:10:51.843Z Compiling tinyvec v1.8.0
17822024-12-16T20:10:53.235Z Compiling bitflags v2.6.0
17832024-12-16T20:10:53.755Z Compiling bytes v1.8.0
17842024-12-16T20:10:55.211Z Compiling tokio v1.40.0
17852024-12-16T20:10:55.970Z Compiling indexmap v2.6.0
17862024-12-16T20:10:56.053Z Compiling serde_tokenstream v0.2.2
17872024-12-16T20:10:57.881Z Compiling which v4.4.2
17882024-12-16T20:10:58.241Z Compiling http v1.1.0
17892024-12-16T20:10:58.556Z Compiling rustc_version v0.4.1
17902024-12-16T20:10:59.313Z Compiling pest_meta v2.7.14
17912024-12-16T20:10:59.692Z Compiling uuid v1.11.0
17922024-12-16T20:11:00.646Z Compiling block-padding v0.3.3
17932024-12-16T20:11:00.766Z Compiling openssl-macros v0.1.1
17942024-12-16T20:11:00.901Z Compiling iana-time-zone v0.1.61
17952024-12-16T20:11:01.578Z Compiling native-tls v0.2.12
17962024-12-16T20:11:01.660Z Compiling rustls v0.23.19
17972024-12-16T20:11:02.024Z Compiling chrono v0.4.38
17982024-12-16T20:11:02.744Z Compiling inout v0.1.3
17992024-12-16T20:11:03.120Z Compiling pest_generator v2.7.14
18002024-12-16T20:11:03.750Z Compiling unicode-normalization v0.1.24
18012024-12-16T20:11:04.287Z Compiling cipher v0.4.4
18022024-12-16T20:11:04.845Z Compiling tinystr v0.7.6
18032024-12-16T20:11:05.059Z Compiling pest_derive v2.7.14
18042024-12-16T20:11:05.201Z Compiling sha2 v0.10.8
18052024-12-16T20:11:05.618Z Compiling async-trait v0.1.83
18062024-12-16T20:11:05.665Z Compiling cookie v0.18.1
18072024-12-16T20:11:06.086Z Compiling usdt-impl v0.5.0
18082024-12-16T20:11:06.089Z Compiling unicode-bidi v0.3.17
18092024-12-16T20:11:06.452Z Compiling base64ct v1.6.0
18102024-12-16T20:11:07.030Z Compiling writeable v0.5.5
18112024-12-16T20:11:07.493Z Compiling litemap v0.7.3
18122024-12-16T20:11:08.127Z Compiling icu_locid v1.5.0
18132024-12-16T20:11:08.169Z Compiling pem-rfc7468 v0.7.0
18142024-12-16T20:11:09.976Z Compiling scroll v0.12.0
18152024-12-16T20:11:10.709Z Compiling ppv-lite86 v0.2.20
18162024-12-16T20:11:11.107Z Compiling tracing-core v0.1.32
18172024-12-16T20:11:11.605Z Compiling camino v1.1.9
18182024-12-16T20:11:12.090Z Compiling untrusted v0.7.1
18192024-12-16T20:11:12.291Z Compiling rustls-pki-types v1.10.0
18202024-12-16T20:11:13.179Z Compiling aws-lc-sys v0.22.0
18212024-12-16T20:11:13.386Z Compiling plain v0.2.3
18222024-12-16T20:11:13.595Z Compiling percent-encoding v2.3.1
18232024-12-16T20:11:14.084Z Compiling syn v1.0.109
18242024-12-16T20:11:14.165Z Compiling dyn-clone v1.0.17
18252024-12-16T20:11:14.360Z Compiling flagset v0.4.6
18262024-12-16T20:11:14.557Z Compiling der v0.7.9
18272024-12-16T20:11:17.012Z Compiling goblin v0.8.2
18282024-12-16T20:11:17.888Z Compiling tracing v0.1.40
18292024-12-16T20:11:17.909Z Compiling rand_chacha v0.3.1
18302024-12-16T20:11:18.979Z Compiling icu_provider v1.5.0
18312024-12-16T20:11:19.520Z Compiling tokio-util v0.7.12
18322024-12-16T20:11:20.962Z Compiling pretty-hex v0.4.1
18332024-12-16T20:11:21.220Z Compiling rustls v0.22.4
18342024-12-16T20:11:21.675Z Compiling icu_locid_transform_data v1.5.0
18352024-12-16T20:11:21.719Z Compiling mirai-annotations v1.12.0
18362024-12-16T20:11:21.878Z Compiling rayon-core v1.12.1
18372024-12-16T20:11:21.956Z Compiling untrusted v0.9.0
18382024-12-16T20:11:22.154Z Compiling powerfmt v0.2.0
18392024-12-16T20:11:22.409Z Compiling icu_locid_transform v1.5.0
18402024-12-16T20:11:22.686Z Compiling deranged v0.3.11
18412024-12-16T20:11:23.121Z Compiling dof v0.3.0
18422024-12-16T20:11:25.442Z Compiling rand v0.8.5
18432024-12-16T20:11:25.883Z Compiling spki v0.7.3
18442024-12-16T20:11:26.455Z Compiling dtrace-parser v0.2.0
18452024-12-16T20:11:27.128Z Compiling salsa20 v0.10.2
18462024-12-16T20:11:27.425Z Compiling icu_collections v1.5.0
18472024-12-16T20:11:28.283Z Compiling pbkdf2 v0.12.2
18482024-12-16T20:11:28.991Z Compiling bzip2-sys v0.1.11+1.0.8
18492024-12-16T20:11:29.609Z Compiling thread-id v4.2.2
18502024-12-16T20:11:30.098Z Compiling icu_properties_data v1.5.0
18512024-12-16T20:11:30.527Z Compiling atomic-waker v1.1.2
18522024-12-16T20:11:30.708Z Compiling num_threads v0.1.7
18532024-12-16T20:11:31.129Z Compiling time v0.3.36
18542024-12-16T20:11:31.148Z Compiling icu_properties v1.5.1
18552024-12-16T20:11:36.342Z Compiling scrypt v0.11.0
18562024-12-16T20:11:36.894Z Compiling form_urlencoded v1.2.1
18572024-12-16T20:11:37.138Z Compiling aes v0.8.4
18582024-12-16T20:11:37.485Z Compiling cbc v0.1.2
18592024-12-16T20:11:37.675Z Compiling http-body v1.0.1
18602024-12-16T20:11:37.997Z Compiling multer v3.1.0
18612024-12-16T20:11:38.186Z Compiling utf16_iter v1.0.5
18622024-12-16T20:11:38.450Z Compiling utf8_iter v1.0.4
18632024-12-16T20:11:38.506Z Compiling write16 v1.0.0
18642024-12-16T20:11:38.633Z Compiling slog-async v2.8.0
18652024-12-16T20:11:38.652Z Compiling icu_normalizer_data v1.5.0
18662024-12-16T20:11:38.776Z Compiling try-lock v0.2.5
18672024-12-16T20:11:39.161Z Compiling icu_normalizer v1.5.0
18682024-12-16T20:11:39.200Z Compiling want v0.3.1
18692024-12-16T20:11:39.739Z Compiling pkcs5 v0.7.1
18702024-12-16T20:11:43.556Z Compiling h2 v0.4.6
18712024-12-16T20:11:44.917Z Compiling heapless v0.7.17
18722024-12-16T20:11:45.123Z Compiling zerocopy-derive v0.6.6
18732024-12-16T20:11:45.709Z Compiling base64 v0.22.1
18742024-12-16T20:11:45.742Z Compiling num-bigint-dig v0.8.4
18752024-12-16T20:11:46.086Z Compiling signal-hook v0.3.17
18762024-12-16T20:11:46.721Z Compiling anyhow v1.0.93
18772024-12-16T20:11:46.916Z Compiling httpdate v1.0.3
18782024-12-16T20:11:48.323Z Compiling pkcs8 v0.10.2
18792024-12-16T20:11:49.003Z Compiling idna_adapter v1.2.0
18802024-12-16T20:11:49.481Z Compiling usdt-attr-macro v0.5.0
18812024-12-16T20:11:49.963Z Compiling usdt-macro v0.5.0
18822024-12-16T20:11:51.531Z Compiling async-stream-impl v0.3.6
18832024-12-16T20:11:52.024Z Compiling hyper v1.5.0
18842024-12-16T20:11:52.071Z Compiling tower-service v0.3.3
18852024-12-16T20:11:52.221Z Compiling strsim v0.11.1
18862024-12-16T20:11:52.828Z Compiling rustversion v1.0.17
18872024-12-16T20:11:54.445Z Compiling idna v1.0.3
18882024-12-16T20:11:56.212Z Compiling hyper-util v0.1.10
18892024-12-16T20:12:02.598Z Compiling curve25519-dalek v4.1.3
18902024-12-16T20:12:03.012Z Compiling openapiv3 v2.0.0
18912024-12-16T20:12:03.054Z Compiling serde_spanned v0.6.8
18922024-12-16T20:12:03.151Z Compiling toml_datetime v0.6.8
18932024-12-16T20:12:03.328Z Compiling enum-as-inner v0.6.1
18942024-12-16T20:12:03.703Z Compiling dropshot v0.12.0
18952024-12-16T20:12:04.398Z Compiling smoltcp v0.9.1
18962024-12-16T20:12:04.764Z Compiling adler2 v2.0.0
18972024-12-16T20:12:05.005Z Compiling match_cfg v0.1.0
18982024-12-16T20:12:05.049Z Compiling foreign-types-shared v0.1.1
18992024-12-16T20:12:05.103Z Compiling portable-atomic v1.9.0
19002024-12-16T20:12:05.408Z Compiling heck v0.4.1
19012024-12-16T20:12:05.411Z Compiling foreign-types v0.3.2
19022024-12-16T20:12:05.815Z Compiling hostname v0.3.1
19032024-12-16T20:12:05.846Z Compiling miniz_oxide v0.8.0
19042024-12-16T20:12:07.931Z Compiling url v2.5.3
19052024-12-16T20:12:15.705Z Compiling http-body-util v0.1.2
19062024-12-16T20:12:16.135Z Compiling clap_derive v4.5.18
19072024-12-16T20:12:16.617Z Compiling dirs-sys-next v0.1.2
19082024-12-16T20:12:17.241Z Compiling encoding_rs v0.8.34
19092024-12-16T20:12:19.167Z Compiling mime v0.3.17
19102024-12-16T20:12:20.272Z Compiling siphasher v0.3.11
19112024-12-16T20:12:20.885Z Compiling data-encoding v2.6.0
19122024-12-16T20:12:22.368Z Compiling dirs-next v2.0.0
19132024-12-16T20:12:27.381Z Compiling hubpack_derive v0.1.1
19142024-12-16T20:12:28.207Z Compiling serde_urlencoded v0.7.1
19152024-12-16T20:12:28.227Z Compiling crossbeam-epoch v0.9.18
19162024-12-16T20:12:28.808Z Compiling hashbrown v0.14.5
19172024-12-16T20:12:28.918Z Compiling rustls-pemfile v2.2.0
19182024-12-16T20:12:29.385Z Compiling dropshot_endpoint v0.12.0
19192024-12-16T20:12:30.209Z Compiling rustls-webpki v0.102.8
19202024-12-16T20:12:31.089Z Compiling sha1 v0.10.6
19212024-12-16T20:12:31.496Z Compiling signature v2.2.0
19222024-12-16T20:12:31.706Z Compiling curve25519-dalek-derive v0.1.1
19232024-12-16T20:12:31.806Z Compiling thread_local v1.1.8
19242024-12-16T20:12:32.153Z Compiling fs-err v2.11.0
19252024-12-16T20:12:32.447Z Compiling openssl-probe v0.1.5
19262024-12-16T20:12:32.747Z Compiling ipnet v2.10.1
19272024-12-16T20:12:33.471Z Compiling utf8parse v0.2.2
19282024-12-16T20:12:33.754Z Compiling gimli v0.31.1
19292024-12-16T20:12:34.661Z Compiling unicode-properties v0.1.3
19302024-12-16T20:12:35.055Z Compiling winnow v0.6.20
19312024-12-16T20:12:35.693Z Compiling anstyle v1.0.10
19322024-12-16T20:12:36.057Z Compiling stringprep v0.1.5
19332024-12-16T20:12:37.077Z Compiling anstyle-parse v0.2.5
19342024-12-16T20:12:38.666Z Compiling toml_edit v0.22.22
19352024-12-16T20:12:38.742Z Compiling addr2line v0.24.2
19362024-12-16T20:12:38.826Z Compiling regress v0.10.1
19372024-12-16T20:12:39.381Z Compiling crossbeam-deque v0.8.5
19382024-12-16T20:12:39.725Z Compiling term v0.7.0
19392024-12-16T20:12:40.959Z Compiling slog-json v2.6.1
19402024-12-16T20:12:42.112Z Compiling crossbeam-channel v0.5.13
19412024-12-16T20:12:43.928Z Compiling idna v0.3.0
19422024-12-16T20:12:44.575Z Compiling idna v0.4.0
19432024-12-16T20:12:46.160Z Compiling futures-executor v0.3.31
19442024-12-16T20:12:46.315Z Compiling num-integer v0.1.46
19452024-12-16T20:12:46.630Z Compiling md-5 v0.10.6
19462024-12-16T20:12:46.869Z Compiling ff v0.13.0
19472024-12-16T20:12:47.023Z Compiling hash32 v0.2.1
19482024-12-16T20:12:47.114Z Compiling is-terminal v0.4.13
19492024-12-16T20:12:47.180Z Compiling memmap v0.7.0
19502024-12-16T20:12:47.247Z Compiling object v0.36.5
19512024-12-16T20:12:47.387Z Compiling quick-error v1.2.3
19522024-12-16T20:12:47.492Z Compiling anstyle-query v1.1.1
19532024-12-16T20:12:47.538Z Compiling utf-8 v0.7.6
19542024-12-16T20:12:47.639Z Compiling fallible-iterator v0.2.0
19552024-12-16T20:12:47.806Z Compiling psl-types v2.0.11
19562024-12-16T20:12:47.826Z Compiling linked-hash-map v0.5.6
19572024-12-16T20:12:47.997Z Compiling base16ct v0.2.0
19582024-12-16T20:12:48.197Z Compiling take_mut v0.2.2
19592024-12-16T20:12:48.357Z Compiling colorchoice v1.0.2
19602024-12-16T20:12:48.377Z Compiling rustc-demangle v0.1.24
19612024-12-16T20:12:48.493Z Compiling is_terminal_polyfill v1.70.1
19622024-12-16T20:12:48.517Z Compiling publicsuffix v2.2.3
19632024-12-16T20:12:48.636Z Compiling anstream v0.6.15
19642024-12-16T20:12:49.255Z Compiling postgres-protocol v0.6.7
19652024-12-16T20:12:49.305Z Compiling sec1 v0.7.3
19662024-12-16T20:12:49.831Z Compiling lru-cache v0.1.2
19672024-12-16T20:12:50.031Z Compiling tungstenite v0.24.0
19682024-12-16T20:12:50.143Z Compiling resolv-conf v0.7.0
19692024-12-16T20:12:50.397Z Compiling usdt v0.5.0
19702024-12-16T20:12:50.867Z Compiling slog-term v2.9.1
19712024-12-16T20:12:51.303Z Compiling group v0.13.0
19722024-12-16T20:12:51.618Z Compiling num-iter v0.1.45
19732024-12-16T20:12:51.814Z Compiling futures v0.3.31
19742024-12-16T20:12:52.054Z Compiling hickory-proto v0.24.1
19752024-12-16T20:12:52.238Z Compiling tokio-rustls v0.26.0
19762024-12-16T20:12:53.018Z Compiling typify-impl v0.2.0
19772024-12-16T20:12:54.425Z Compiling tokio-rustls v0.25.0
19782024-12-16T20:12:54.444Z Compiling toml v0.8.19
19792024-12-16T20:12:54.831Z Compiling backtrace v0.3.74
19802024-12-16T20:12:55.182Z Compiling slog-bunyan v2.5.0
19812024-12-16T20:12:55.374Z Compiling tokio-native-tls v0.3.1
19822024-12-16T20:12:55.658Z Compiling phf_shared v0.11.2
19832024-12-16T20:12:55.703Z Compiling strum_macros v0.25.3
19842024-12-16T20:12:56.109Z Compiling async-stream v0.3.6
19852024-12-16T20:12:56.438Z Compiling waitgroup v0.1.2
19862024-12-16T20:12:56.552Z Compiling webpki-roots v0.26.6
19872024-12-16T20:12:56.847Z Compiling idna v0.5.0
19882024-12-16T20:12:57.604Z Compiling terminal_size v0.4.0
19892024-12-16T20:12:57.826Z Compiling serde_path_to_error v0.1.16
19902024-12-16T20:12:58.647Z Compiling hkdf v0.12.4
19912024-12-16T20:12:58.878Z Compiling crypto-bigint v0.5.5
19922024-12-16T20:12:58.914Z Compiling serde_repr v0.1.19
19932024-12-16T20:12:59.231Z Compiling derive-where v1.2.7
19942024-12-16T20:12:59.986Z Compiling hostname v0.4.0
19952024-12-16T20:13:00.361Z Compiling crc32fast v1.4.2
19962024-12-16T20:13:00.711Z Compiling managed v0.8.0
19972024-12-16T20:13:01.329Z Compiling clap_lex v0.7.2
19982024-12-16T20:13:01.724Z Compiling bitflags v1.3.2
19992024-12-16T20:13:01.784Z Compiling unicode-width v0.1.14
20002024-12-16T20:13:01.913Z Compiling debug-ignore v1.0.5
20012024-12-16T20:13:02.071Z Compiling winnow v0.5.40
20022024-12-16T20:13:02.343Z Compiling console v0.15.8
20032024-12-16T20:13:02.897Z Compiling elliptic-curve v0.13.8
20042024-12-16T20:13:03.153Z Compiling clap_builder v4.5.21
20052024-12-16T20:13:04.676Z Compiling typify-macro v0.2.0
20062024-12-16T20:13:04.696Z Compiling flate2 v1.0.34
20072024-12-16T20:13:05.575Z Compiling toml_edit v0.19.15
20082024-12-16T20:13:05.843Z Compiling cookie_store v0.21.0
20092024-12-16T20:13:09.863Z Compiling hickory-resolver v0.24.1
20102024-12-16T20:13:10.600Z Compiling hyper-rustls v0.27.3
20112024-12-16T20:13:11.954Z Compiling phf v0.11.2
20122024-12-16T20:13:12.258Z Compiling hyper-tls v0.6.0
20132024-12-16T20:13:12.671Z Compiling signal-hook-mio v0.2.4
20142024-12-16T20:13:12.838Z Compiling rayon v1.10.0
20152024-12-16T20:13:12.950Z Compiling bzip2 v0.4.4
20162024-12-16T20:13:13.113Z Compiling tokio-tungstenite v0.24.0
20172024-12-16T20:13:13.311Z Compiling postgres-types v0.2.8
20182024-12-16T20:13:13.807Z Compiling ed25519 v2.2.3
20192024-12-16T20:13:14.250Z Compiling hubpack v0.1.2
20202024-12-16T20:13:14.311Z Compiling phf_shared v0.10.0
20212024-12-16T20:13:14.673Z Compiling pkcs1 v0.7.5
20222024-12-16T20:13:14.695Z Compiling zerocopy v0.6.6
20232024-12-16T20:13:15.239Z Compiling tokio-stream v0.1.16
20242024-12-16T20:13:16.129Z Compiling serde-big-array v0.5.1
20252024-12-16T20:13:16.269Z Compiling rfc6979 v0.4.0
20262024-12-16T20:13:16.377Z Compiling float-cmp v0.9.0
20272024-12-16T20:13:16.609Z Compiling sync_wrapper v1.0.1
20282024-12-16T20:13:16.771Z Compiling bstr v1.10.0
20292024-12-16T20:13:17.021Z Compiling normalize-line-endings v0.3.0
20302024-12-16T20:13:17.591Z Compiling unicode-width v0.2.0
20312024-12-16T20:13:17.956Z Compiling number_prefix v0.4.0
20322024-12-16T20:13:17.989Z Compiling predicates-core v1.0.8
20332024-12-16T20:13:18.104Z Compiling unicode-segmentation v1.12.0
20342024-12-16T20:13:18.184Z Compiling bit-vec v0.6.3
20352024-12-16T20:13:18.351Z Compiling new_debug_unreachable v1.0.6
20362024-12-16T20:13:18.425Z Compiling whoami v1.5.2
20372024-12-16T20:13:18.455Z Compiling static_assertions v1.1.0
20382024-12-16T20:13:18.561Z Compiling precomputed-hash v0.1.1
20392024-12-16T20:13:18.621Z Compiling fixedbitset v0.4.2
20402024-12-16T20:13:18.689Z Compiling difflib v0.4.0
20412024-12-16T20:13:18.929Z Compiling petgraph v0.6.5
20422024-12-16T20:13:18.964Z Compiling similar v2.6.0
20432024-12-16T20:13:19.035Z Compiling tokio-postgres v0.7.12
20442024-12-16T20:13:19.994Z Compiling predicates v3.1.2
20452024-12-16T20:13:20.976Z Compiling string_cache v0.8.7
20462024-12-16T20:13:21.391Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20472024-12-16T20:13:21.441Z Compiling bit-set v0.5.3
20482024-12-16T20:13:21.726Z Compiling indicatif v0.17.9
20492024-12-16T20:13:23.531Z Compiling reqwest v0.12.9
20502024-12-16T20:13:24.153Z Compiling ecdsa v0.16.9
20512024-12-16T20:13:24.309Z Compiling qorb v0.2.1
20522024-12-16T20:13:25.572Z Compiling rsa v0.9.6
20532024-12-16T20:13:27.215Z Compiling ed25519-dalek v2.1.1
20542024-12-16T20:13:27.773Z Compiling zip v0.6.6
20552024-12-16T20:13:28.177Z Compiling crossterm v0.28.1
20562024-12-16T20:13:28.276Z Compiling toml v0.7.8
20572024-12-16T20:13:29.033Z Compiling clap v4.5.21
20582024-12-16T20:13:30.678Z Compiling x509-cert v0.2.5
20592024-12-16T20:13:31.855Z Compiling hex v0.4.3
20602024-12-16T20:13:34.340Z Compiling peg-runtime v0.8.3
20612024-12-16T20:13:34.962Z Compiling unicode-xid v0.2.6
20622024-12-16T20:13:35.134Z Compiling lalrpop-util v0.19.12
20632024-12-16T20:13:35.683Z Compiling radium v0.7.0
20642024-12-16T20:13:36.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20652024-12-16T20:13:54.244Z Compiling maybe-uninit v2.0.0
20662024-12-16T20:13:54.538Z Compiling ident_case v1.0.1
20672024-12-16T20:13:54.723Z Compiling tap v1.0.1
20682024-12-16T20:13:54.915Z Compiling wyz v0.5.1
20692024-12-16T20:13:56.198Z Compiling darling_core v0.20.10
20702024-12-16T20:14:05.917Z Compiling typify v0.2.0
20712024-12-16T20:14:09.749Z Compiling packed_struct v0.10.1
20722024-12-16T20:14:10.052Z Compiling funty v2.0.0
20732024-12-16T20:14:10.161Z Compiling unsafe-libyaml v0.2.11
20742024-12-16T20:14:11.190Z Compiling bitvec v1.0.1
20752024-12-16T20:14:11.923Z Compiling serde_yaml v0.9.34+deprecated
20762024-12-16T20:14:15.612Z Compiling progenitor-impl v0.8.0
20772024-12-16T20:14:16.299Z Compiling darling_macro v0.20.10
20782024-12-16T20:14:18.301Z Compiling packed_struct_codegen v0.10.1
20792024-12-16T20:14:20.782Z Compiling structmeta-derive v0.3.0
20802024-12-16T20:14:20.785Z Compiling indexmap v1.9.3
20812024-12-16T20:14:21.107Z Compiling nodrop v0.1.14
20822024-12-16T20:14:21.817Z Compiling fastrand v2.1.1
20832024-12-16T20:14:21.966Z Compiling crc-catalog v2.4.0
20842024-12-16T20:14:22.130Z Compiling newtype-uuid v1.1.3
20852024-12-16T20:14:22.230Z Compiling progenitor-macro v0.8.0
20862024-12-16T20:14:22.452Z Compiling tempfile v3.13.0
20872024-12-16T20:14:22.472Z Compiling crc v3.2.1
20882024-12-16T20:14:23.370Z Compiling structmeta v0.3.0
20892024-12-16T20:14:25.020Z Compiling array-init v0.0.4
20902024-12-16T20:14:30.954Z Compiling smallvec v0.6.14
20912024-12-16T20:14:31.469Z Compiling darling v0.20.10
20922024-12-16T20:14:36.926Z Compiling progenitor-client v0.8.0
20932024-12-16T20:14:39.126Z Compiling pin-project-internal v1.1.6
20942024-12-16T20:14:39.256Z Compiling dropshot v0.13.0
20952024-12-16T20:14:39.892Z Compiling termcolor v1.4.1
20962024-12-16T20:14:41.864Z Compiling hashbrown v0.12.3
20972024-12-16T20:14:41.931Z Compiling base64 v0.21.7
20982024-12-16T20:14:43.331Z Compiling bitfield v0.14.0
20992024-12-16T20:14:43.644Z Compiling same-file v1.0.6
21002024-12-16T20:14:43.876Z Compiling walkdir v2.5.0
21012024-12-16T20:14:43.934Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21022024-12-16T20:14:49.831Z Compiling ron v0.8.1
21032024-12-16T20:14:50.885Z Compiling pin-project v1.1.6
21042024-12-16T20:14:55.750Z Compiling env_logger v0.10.2
21052024-12-16T20:15:00.976Z Compiling progenitor v0.8.0
21062024-12-16T20:15:01.272Z Compiling serde_with_macros v3.11.0
21072024-12-16T20:15:01.290Z Compiling serde-hex v0.1.0
21082024-12-16T20:15:01.660Z Compiling parse-display-derive v0.10.0
21092024-12-16T20:15:03.851Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21102024-12-16T20:15:04.922Z Compiling strum_macros v0.26.4
21112024-12-16T20:15:05.508Z Compiling snafu-derive v0.8.5
21122024-12-16T20:15:06.394Z Compiling hashbrown v0.13.2
21132024-12-16T20:15:07.786Z Compiling ipnetwork v0.20.0
21142024-12-16T20:15:07.806Z Compiling xattr v1.3.1
21152024-12-16T20:15:08.129Z Compiling dropshot_endpoint v0.13.0
21162024-12-16T20:15:09.012Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21172024-12-16T20:15:09.411Z Compiling blake3 v1.5.4
21182024-12-16T20:15:09.721Z Compiling ring v0.16.20
21192024-12-16T20:15:09.813Z Compiling filetime v0.2.25
21202024-12-16T20:15:10.004Z Compiling instant v0.1.13
21212024-12-16T20:15:10.151Z Compiling bumpalo v3.16.0
21222024-12-16T20:15:10.171Z Compiling zip v2.1.3
21232024-12-16T20:15:10.484Z Compiling lockfree-object-pool v0.1.6
21242024-12-16T20:15:10.676Z Compiling buf-list v1.0.3
21252024-12-16T20:15:10.726Z Compiling simd-adler32 v0.3.7
21262024-12-16T20:15:11.210Z Compiling crc-any v2.5.0
21272024-12-16T20:15:11.770Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21282024-12-16T20:15:11.899Z Compiling zopfli v0.8.1
21292024-12-16T20:15:12.078Z Compiling snafu v0.8.5
21302024-12-16T20:15:12.193Z Compiling backoff v0.4.0
21312024-12-16T20:15:12.554Z Compiling tar v0.4.42
21322024-12-16T20:15:13.962Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-12-16T20:15:14.222Z Compiling strum v0.26.3
21342024-12-16T20:15:14.429Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-16T20:15:16.028Z Compiling object v0.30.4
21362024-12-16T20:15:17.522Z Compiling parse-display v0.10.0
21372024-12-16T20:15:17.868Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-16T20:15:18.109Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-16T20:15:18.132Z Compiling serde_with v3.11.0
21402024-12-16T20:15:18.452Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412024-12-16T20:15:19.154Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21422024-12-16T20:15:19.441Z Compiling camino-tempfile v1.1.1
21432024-12-16T20:15:19.645Z Compiling globset v0.4.15
21442024-12-16T20:15:20.207Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21452024-12-16T20:15:20.410Z Compiling regress v0.9.1
21462024-12-16T20:15:22.443Z Compiling pem v3.0.4
21472024-12-16T20:15:23.889Z Compiling olpc-cjson v0.1.4
21482024-12-16T20:15:24.244Z Compiling serde_plain v1.0.2
21492024-12-16T20:15:24.762Z Compiling macaddr v1.0.1
21502024-12-16T20:15:25.381Z Compiling async-recursion v1.1.1
21512024-12-16T20:15:26.738Z Compiling memmap2 v0.9.5
21522024-12-16T20:15:26.827Z Compiling arrayvec v0.7.6
21532024-12-16T20:15:27.303Z Compiling constant_time_eq v0.3.1
21542024-12-16T20:15:27.323Z Compiling arrayref v0.3.9
21552024-12-16T20:15:27.436Z Compiling spin v0.5.2
21562024-12-16T20:15:27.458Z Compiling typed-path v0.9.3
21572024-12-16T20:15:27.486Z Compiling path-slash v0.1.5
21582024-12-16T20:15:27.732Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21592024-12-16T20:15:29.010Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21602024-12-16T20:15:31.598Z Compiling tough v0.19.0
21612024-12-16T20:15:34.071Z Compiling itertools v0.13.0
21622024-12-16T20:15:34.787Z Compiling cargo-platform v0.1.8
21632024-12-16T20:15:34.869Z Compiling parse-size v1.1.0
21642024-12-16T20:15:35.171Z Compiling topological-sort v0.2.2
21652024-12-16T20:15:35.446Z Compiling omicron-zone-package v0.11.1
21662024-12-16T20:15:35.864Z Compiling cargo_metadata v0.18.1
21672024-12-16T20:15:37.765Z Compiling shell-words v1.1.0
21682024-12-16T20:15:42.519Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21692024-12-16T20:15:55.119Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21702024-12-16T20:16:09.615Z Finished `release` profile [optimized] target(s) in 5m 47s
21712024-12-16T20:16:09.774Z Running `target/release/omicron-releng --output-dir /work`
21722024-12-16T20:16:09.817ZDec 16 20:16:08.633 DEBG changing working directory to /work/oxidecomputer/omicron
21732024-12-16T20:16:09.917ZDec 16 20:16:08.733 DEBG running: git rev-parse HEAD
21742024-12-16T20:16:09.921ZDec 16 20:16:08.739 DEBG process exited with exit status: 0 (6.720563ms)
21752024-12-16T20:16:09.921ZDec 16 20:16:08.739 INFO version: 12.0.0-0.ci+git1cfaddce5ef
21762024-12-16T20:16:09.961ZDec 16 20:16:08.780 INFO cloning helios to /work/oxidecomputer/helios
21772024-12-16T20:16:09.961ZDec 16 20:16:08.780 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21782024-12-16T20:16:09.966ZCloning into '/work/oxidecomputer/helios'...
21792024-12-16T20:16:10.413ZDec 16 20:16:09.231 DEBG process exited with exit status: 0 (451.339933ms)
21802024-12-16T20:16:10.413ZDec 16 20:16:09.231 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21812024-12-16T20:16:10.420Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21822024-12-16T20:16:10.420Z# branch.head master
21832024-12-16T20:16:10.420Z# branch.upstream origin/master
21842024-12-16T20:16:10.420Z# branch.ab +0 -0
21852024-12-16T20:16:10.424ZDec 16 20:16:09.239 DEBG process exited with exit status: 0 (7.921785ms)
21862024-12-16T20:16:10.424ZDec 16 20:16:09.239 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21872024-12-16T20:16:11.253ZDec 16 20:16:10.071 DEBG process exited with exit status: 0 (831.436843ms)
21882024-12-16T20:16:11.253ZDec 16 20:16:10.071 DEBG running: zfs list rpool/images/build/host
21892024-12-16T20:16:11.259ZNAME USED AVAIL REFER MOUNTPOINT
21902024-12-16T20:16:11.259Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21912024-12-16T20:16:11.262ZDec 16 20:16:10.078 DEBG process exited with exit status: 0 (7.049841ms)
21922024-12-16T20:16:11.262ZDec 16 20:16:10.078 DEBG running: zfs list rpool/images/build/recovery
21932024-12-16T20:16:11.265ZNAME USED AVAIL REFER MOUNTPOINT
21942024-12-16T20:16:11.265Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21952024-12-16T20:16:11.268ZDec 16 20:16:10.084 DEBG process exited with exit status: 0 (5.990589ms)
21962024-12-16T20:16:11.268ZDec 16 20:16:10.085 INFO [hubris-production] running task
21972024-12-16T20:16:11.268ZDec 16 20:16:10.085 INFO [hubris-staging] running task
21982024-12-16T20:16:11.268ZDec 16 20:16:10.085 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21992024-12-16T20:16:11.271ZDec 16 20:16:10.088 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22002024-12-16T20:16:11.334Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22012024-12-16T20:16:11.750Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-16T20:16:12.354Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-16T20:16:12.621Z[ omicron-package] Blocking waiting for file lock on package cache
22042024-12-16T20:16:12.834ZDec 16 20:16:11.652 INFO [hubris-production] task succeeded (1.566959965s)
22052024-12-16T20:16:13.378Z[ omicron-package] Compiling zerocopy v0.8.10
22062024-12-16T20:16:13.381Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22072024-12-16T20:16:13.381Z[ omicron-package] Compiling itertools v0.13.0
22082024-12-16T20:16:13.381Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22092024-12-16T20:16:13.381Z[ omicron-package] Compiling heapless v0.8.0
22102024-12-16T20:16:13.381Z[ omicron-package] Compiling hash32 v0.3.1
22112024-12-16T20:16:13.831Z[ omicron-package] Compiling smoltcp v0.11.0
22122024-12-16T20:16:13.877Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132024-12-16T20:16:14.608Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22142024-12-16T20:16:15.227Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152024-12-16T20:16:15.277Z[ omicron-package] Compiling num_enum_derive v0.5.11
22162024-12-16T20:16:15.410Z[ omicron-package] Compiling cobs v0.2.3
22172024-12-16T20:16:16.108Z[ omicron-package] Compiling postcard v1.0.10
22182024-12-16T20:16:16.221Z[ omicron-package] Compiling proc-macro-error v1.0.4
22192024-12-16T20:16:16.221Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22202024-12-16T20:16:16.291Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22212024-12-16T20:16:16.846Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22222024-12-16T20:16:16.953Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22232024-12-16T20:16:18.385Z[ omicron-package] Compiling tabwriter v1.4.0
22242024-12-16T20:16:18.672Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22252024-12-16T20:16:19.099Z[ omicron-package] Compiling foreign-types v0.5.0
22262024-12-16T20:16:19.281Z[ omicron-package] Compiling num_enum v0.5.11
22272024-12-16T20:16:19.615Z[ omicron-package] Compiling cstr-argument v0.1.2
22282024-12-16T20:16:19.655Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22292024-12-16T20:16:19.730Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22302024-12-16T20:16:19.826Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22312024-12-16T20:16:19.931Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22322024-12-16T20:16:20.116Z[ omicron-package] Compiling pretty-hex v0.2.1
22332024-12-16T20:16:20.369Z[ omicron-package] Compiling thiserror v2.0.3
22342024-12-16T20:16:20.773Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-16T20:16:21.069Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22362024-12-16T20:16:21.342Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372024-12-16T20:16:21.762Z[ omicron-package] Compiling colored v2.1.0
22382024-12-16T20:16:21.926Z[ omicron-package] Compiling thiserror-impl v2.0.3
22392024-12-16T20:16:22.591Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22402024-12-16T20:16:23.152Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22412024-12-16T20:16:24.115Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22422024-12-16T20:16:24.221Z[ omicron-package] Compiling sigpipe v0.1.3
22432024-12-16T20:16:24.497ZDec 16 20:16:23.312 INFO [hubris-staging] task succeeded (13.22727317s)
22442024-12-16T20:16:24.634Z[ omicron-package] Compiling num-derive v0.4.2
22452024-12-16T20:16:25.303Z[ omicron-package] Compiling libefi-sys v0.1.0
22462024-12-16T20:16:25.805Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22472024-12-16T20:16:26.044Z[ omicron-package] Compiling zone v0.3.0
22482024-12-16T20:16:26.245Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22492024-12-16T20:16:26.971Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502024-12-16T20:16:27.186Z[ omicron-package] Compiling smf v0.2.3
22512024-12-16T20:16:28.033Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22522024-12-16T20:16:28.259Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22532024-12-16T20:16:28.830Z[ omicron-package] Compiling bitfield-struct v0.6.2
22542024-12-16T20:16:30.892Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22552024-12-16T20:16:31.022Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22562024-12-16T20:16:31.112Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22572024-12-16T20:16:31.288Z[ omicron-package] Compiling gethostname v0.5.0
22582024-12-16T20:16:31.354Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-16T20:16:31.478Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22602024-12-16T20:16:31.963Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22612024-12-16T20:16:32.843Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22622024-12-16T20:16:35.017Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-16T20:16:36.273Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-16T20:16:37.627Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652024-12-16T20:16:40.607Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22662024-12-16T20:16:41.190Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22672024-12-16T20:16:42.890Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22682024-12-16T20:16:51.912Z[ helios-setup] Dec 16 20:16:50.722 INFO helios repository root is: /work/oxidecomputer/helios
22692024-12-16T20:16:51.914Z[ helios-setup] Dec 16 20:16:50.725 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22702024-12-16T20:16:51.914Z[ helios-setup] Dec 16 20:16:50.725 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
22712024-12-16T20:16:51.914Z[ helios-setup] Dec 16 20:16:50.725 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22722024-12-16T20:16:51.919Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22732024-12-16T20:16:57.324Z[ helios-setup] Dec 16 20:16:56.133 INFO clone ok!, project: amd-firmware
22742024-12-16T20:16:57.327Z[ helios-setup] Dec 16 20:16:56.134 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
22752024-12-16T20:16:57.327Z[ helios-setup] Dec 16 20:16:56.134 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22762024-12-16T20:16:57.329Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22772024-12-16T20:16:58.364Z[ helios-setup] Dec 16 20:16:57.174 INFO clone ok!, project: chelsio-t6-roms
22782024-12-16T20:16:58.367Z[ helios-setup] Dec 16 20:16:57.174 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
22792024-12-16T20:16:58.367Z[ helios-setup] Dec 16 20:16:57.174 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
22802024-12-16T20:16:58.369Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22812024-12-16T20:16:59.481Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22822024-12-16T20:16:59.504Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22832024-12-16T20:17:01.506Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.22s
22842024-12-16T20:17:01.767Z[ omicron-package]
22852024-12-16T20:17:01.767Z[ omicron-package] real 50.442471954
22862024-12-16T20:17:01.767Z[ omicron-package] user 2:56.999481273
22872024-12-16T20:17:01.770Z[ omicron-package] sys 25.945677115
22882024-12-16T20:17:01.770Z[ omicron-package] trap 0.233006659
22892024-12-16T20:17:01.770Z[ omicron-package] tflt 0.530822877
22902024-12-16T20:17:01.770Z[ omicron-package] dflt 0.774069432
22912024-12-16T20:17:01.770Z[ omicron-package] kflt 0.000000000
22922024-12-16T20:17:01.770Z[ omicron-package] lock 6:08.796571793
22932024-12-16T20:17:01.770Z[ omicron-package] slp 9:48.696018295
22942024-12-16T20:17:01.770Z[ omicron-package] lat 1:35.110366306
22952024-12-16T20:17:01.770Z[ omicron-package] stop 1:01.808469775
22962024-12-16T20:17:01.770ZDec 16 20:17:00.576 INFO [omicron-package] process exited with exit status: 0 (50.488358122s)
22972024-12-16T20:17:01.770ZDec 16 20:17:00.577 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
22982024-12-16T20:17:01.850ZDec 16 20:17:00.659 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
22992024-12-16T20:17:01.862Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23002024-12-16T20:17:01.865Z[ recovery-target] Created new build target 'recovery' and set it as active
23012024-12-16T20:17:01.867ZDec 16 20:17:00.674 INFO [recovery-target] process exited with exit status: 0 (97.281789ms)
23022024-12-16T20:17:01.869Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23032024-12-16T20:17:01.869Z[ host-target] Created new build target 'host' and set it as active
23042024-12-16T20:17:01.871ZDec 16 20:17:00.680 INFO [host-target] process exited with exit status: 0 (20.461393ms)
23052024-12-16T20:17:01.871ZDec 16 20:17:00.680 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23062024-12-16T20:17:01.889Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23072024-12-16T20:17:03.103Z[ host-package] Compiling convert_case v0.4.0
23082024-12-16T20:17:03.103Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23092024-12-16T20:17:03.105Z[ host-package] Compiling newline-converter v0.3.0
23102024-12-16T20:17:03.105Z[ host-package] Compiling password-hash v0.5.0
23112024-12-16T20:17:03.105Z[ host-package] Compiling progenitor-client v0.8.0
23122024-12-16T20:17:03.105Z[ host-package] Compiling blake2 v0.10.6
23132024-12-16T20:17:03.105Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23142024-12-16T20:17:03.236Z[ host-package] Compiling owo-colors v4.1.0
23152024-12-16T20:17:03.500Z[ host-package] Compiling expectorate v1.1.0
23162024-12-16T20:17:03.503Z[ host-package] Compiling cancel-safe-futures v0.1.5
23172024-12-16T20:17:03.740Z[ host-package] Compiling progenitor v0.8.0
23182024-12-16T20:17:03.761Z[ host-package] Compiling argon2 v0.5.3
23192024-12-16T20:17:03.838Z[ host-package] Compiling num-rational v0.4.2
23202024-12-16T20:17:03.977Z[ host-package] Compiling num-complex v0.4.6
23212024-12-16T20:17:04.011Z[ host-package] Compiling derive_more v0.99.18
23222024-12-16T20:17:04.048Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23232024-12-16T20:17:04.063Z[ helios-setup] Dec 16 20:17:02.870 INFO clone ok!, project: amd-host-image-builder
23242024-12-16T20:17:04.063Z[ helios-setup] Dec 16 20:17:02.870 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
23252024-12-16T20:17:04.063Z[ helios-setup] Dec 16 20:17:02.870 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23262024-12-16T20:17:04.066Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23272024-12-16T20:17:04.678Z[ helios-setup] Dec 16 20:17:03.486 INFO clone ok!, project: image-builder
23282024-12-16T20:17:04.681Z[ helios-setup] Dec 16 20:17:03.487 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23292024-12-16T20:17:04.681Z[ helios-setup] Dec 16 20:17:03.487 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23302024-12-16T20:17:04.681Z[ helios-setup] Dec 16 20:17:03.487 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
23312024-12-16T20:17:04.681Z[ helios-setup] Dec 16 20:17:03.487 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23322024-12-16T20:17:04.683Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23332024-12-16T20:17:04.744Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23342024-12-16T20:17:04.827Z[ host-package] Compiling atomicwrites v0.4.4
23352024-12-16T20:17:05.248Z[ host-package] Compiling num v0.4.3
23362024-12-16T20:17:05.269Z[ host-package] Compiling libsw v3.3.1
23372024-12-16T20:17:05.348Z[ helios-setup] Dec 16 20:17:04.156 INFO clone ok!, project: pinprick
23382024-12-16T20:17:05.352Z[ helios-setup] Dec 16 20:17:04.156 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
23392024-12-16T20:17:05.352Z[ helios-setup] Dec 16 20:17:04.156 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23402024-12-16T20:17:05.357Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23412024-12-16T20:17:05.360Z[ host-package] Compiling swrite v0.1.0
23422024-12-16T20:17:05.382Z[ host-package] Compiling indent_write v2.2.0
23432024-12-16T20:17:05.382Z[ host-package] Compiling linear-map v1.2.0
23442024-12-16T20:17:05.490Z[ host-package] Compiling float-ord v0.3.2
23452024-12-16T20:17:05.617Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23462024-12-16T20:17:05.663Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23472024-12-16T20:17:05.691Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23482024-12-16T20:17:05.802Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23492024-12-16T20:17:05.999Z[ helios-setup] Dec 16 20:17:04.808 INFO clone ok!, project: phbl
23502024-12-16T20:17:06.004Z[ helios-setup] Dec 16 20:17:04.808 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
23512024-12-16T20:17:06.004Z[ helios-setup] Dec 16 20:17:04.808 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23522024-12-16T20:17:06.007Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23532024-12-16T20:17:06.229Z[ host-package] Compiling highway v1.2.0
23542024-12-16T20:17:06.287Z[ host-package] Compiling semver v0.1.20
23552024-12-16T20:17:06.701Z[ helios-setup] Dec 16 20:17:05.509 INFO clone ok!, project: bootserver
23562024-12-16T20:17:06.706Z[ helios-setup] Dec 16 20:17:05.510 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
23572024-12-16T20:17:06.706Z[ helios-setup] Dec 16 20:17:05.510 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23582024-12-16T20:17:06.709Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23592024-12-16T20:17:06.909Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23602024-12-16T20:17:07.482Z[ host-package] Compiling rustc_version v0.1.7
23612024-12-16T20:17:07.798Z[ host-package] Compiling newtype-uuid v1.1.3
23622024-12-16T20:17:07.872Z[ helios-setup] Dec 16 20:17:06.680 INFO clone ok!, project: pilot
23632024-12-16T20:17:07.874Z[ helios-setup] Dec 16 20:17:06.680 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23642024-12-16T20:17:07.958Z[ host-package] Compiling newtype_derive v0.1.6
23652024-12-16T20:17:08.200Z[ host-package] Compiling dropshot v0.13.0
23662024-12-16T20:17:08.280Z[ host-package] Compiling ipnetwork v0.20.0
23672024-12-16T20:17:08.377Z[ host-package] Compiling instant v0.1.13
23682024-12-16T20:17:08.546Z[ host-package] Compiling humantime v2.1.0
23692024-12-16T20:17:08.953Z[ helios-setup] Dec 16 20:17:07.761 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23702024-12-16T20:17:09.107Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23712024-12-16T20:17:09.482Z[ helios-setup] Dec 16 20:17:08.290 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23722024-12-16T20:17:09.482Z[ helios-setup] Dec 16 20:17:08.290 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23732024-12-16T20:17:09.592Z[ host-package] Compiling backoff v0.4.0
23742024-12-16T20:17:10.012Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23752024-12-16T20:17:10.090Z[ helios-setup] Dec 16 20:17:08.898 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23762024-12-16T20:17:10.469Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23772024-12-16T20:17:10.648Z[ helios-setup] Dec 16 20:17:09.455 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23782024-12-16T20:17:10.648Z[ helios-setup] Dec 16 20:17:09.455 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23792024-12-16T20:17:10.873Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23802024-12-16T20:17:11.261Z[ helios-setup] Dec 16 20:17:10.069 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23812024-12-16T20:17:11.867Z[ helios-setup] Dec 16 20:17:10.674 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23822024-12-16T20:17:11.871Z[ helios-setup] Dec 16 20:17:10.674 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23832024-12-16T20:17:11.871Z[ helios-setup] Dec 16 20:17:10.674 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23842024-12-16T20:17:11.871Z[ helios-setup] Dec 16 20:17:10.674 INFO ok!
23852024-12-16T20:17:11.872Z[ helios-setup] Dec 16 20:17:10.674 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23862024-12-16T20:17:11.872Z[ helios-setup] Dec 16 20:17:10.674 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23872024-12-16T20:17:11.872Z[ helios-setup] Dec 16 20:17:10.674 INFO ok!
23882024-12-16T20:17:11.872Z[ helios-setup] Dec 16 20:17:10.674 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23892024-12-16T20:17:11.872Z[ helios-setup] Dec 16 20:17:10.674 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23902024-12-16T20:17:11.872Z[ helios-setup] Dec 16 20:17:10.675 INFO ok!
23912024-12-16T20:17:11.872Z[ helios-setup] Dec 16 20:17:10.675 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23922024-12-16T20:17:11.872Z[ helios-setup] Dec 16 20:17:10.675 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23932024-12-16T20:17:11.878Z[ helios-setup] Dec 16 20:17:10.685 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23942024-12-16T20:17:12.070Z[ helios-setup] Dec 16 20:17:10.877 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23952024-12-16T20:17:12.070Z[ helios-setup] Dec 16 20:17:10.877 INFO E| info: downloading component 'cargo'
23962024-12-16T20:17:13.450Z[ helios-setup] Dec 16 20:17:12.257 INFO E| info: downloading component 'clippy'
23972024-12-16T20:17:13.674Z[ helios-setup] Dec 16 20:17:12.481 INFO E| info: downloading component 'rust-docs'
23982024-12-16T20:17:14.207Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23992024-12-16T20:17:14.947Z[ helios-setup] Dec 16 20:17:13.754 INFO E| info: downloading component 'rust-src'
24002024-12-16T20:17:15.107Z[ helios-setup] Dec 16 20:17:13.914 INFO E| info: downloading component 'rust-std'
24012024-12-16T20:17:15.376Z[ host-package] Compiling parse-display v0.10.0
24022024-12-16T20:17:15.553Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24032024-12-16T20:17:15.747Z[ host-package] Compiling serde_with v3.11.0
24042024-12-16T20:17:15.955Z[ host-package] Compiling strum v0.26.3
24052024-12-16T20:17:16.146Z[ host-package] Compiling regress v0.9.1
24062024-12-16T20:17:17.230Z[ helios-setup] Dec 16 20:17:16.036 INFO E| info: downloading component 'rustc'
24072024-12-16T20:17:19.006Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24082024-12-16T20:17:20.364Z[ host-package] Compiling macaddr v1.0.1
24092024-12-16T20:17:20.805Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24102024-12-16T20:17:20.865Z[ host-package] Compiling steno v0.4.1
24112024-12-16T20:17:21.478Z[ host-package] Compiling prettyplease v0.2.25
24122024-12-16T20:17:21.516Z[ host-package] Compiling slog-dtrace v0.3.0
24132024-12-16T20:17:22.245Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24142024-12-16T20:17:22.475Z[ helios-setup] Dec 16 20:17:21.280 INFO E| info: downloading component 'rustfmt'
24152024-12-16T20:17:22.811Z[ helios-setup] Dec 16 20:17:21.617 INFO E| info: installing component 'cargo'
24162024-12-16T20:17:23.387Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24172024-12-16T20:17:23.464Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24182024-12-16T20:17:24.064Z[ helios-setup] Dec 16 20:17:22.869 INFO E| info: installing component 'clippy'
24192024-12-16T20:17:24.514Z[ helios-setup] Dec 16 20:17:23.319 INFO E| info: installing component 'rust-docs'
24202024-12-16T20:17:26.306Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24212024-12-16T20:17:27.663Z[ host-package] Compiling half v2.4.1
24222024-12-16T20:17:28.584Z[ host-package] Compiling ciborium-io v0.2.2
24232024-12-16T20:17:28.767Z[ host-package] Compiling ciborium-ll v0.2.2
24242024-12-16T20:17:29.562Z[ host-package] Compiling tungstenite v0.21.0
24252024-12-16T20:17:30.762Z[ helios-setup] Dec 16 20:17:29.566 INFO E| info: installing component 'rust-src'
24262024-12-16T20:17:31.285Z[ helios-setup] Dec 16 20:17:30.088 INFO E| info: installing component 'rust-std'
24272024-12-16T20:17:32.702Z[ host-package] Compiling tokio-tungstenite v0.21.0
24282024-12-16T20:17:33.640Z[ host-package] Compiling ciborium v0.2.2
24292024-12-16T20:17:33.837Z[ helios-setup] Dec 16 20:17:32.640 INFO E| info: installing component 'rustc'
24302024-12-16T20:17:36.320Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24312024-12-16T20:17:39.757Z[ helios-setup] Dec 16 20:17:38.560 INFO E| info: installing component 'rustfmt'
24322024-12-16T20:17:40.175Z[ host-package] Compiling same-file v1.0.6
24332024-12-16T20:17:40.645Z[ helios-setup] Dec 16 20:17:39.447 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24342024-12-16T20:17:41.621Z[ helios-setup] Dec 16 20:17:40.423 INFO E| From https://github.com/oxidecomputer/amd-apcb
24352024-12-16T20:17:41.621Z[ helios-setup] Dec 16 20:17:40.423 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
24362024-12-16T20:17:41.621Z[ helios-setup] Dec 16 20:17:40.423 INFO E| * [new tag] v0.4.3 -> v0.4.3
24372024-12-16T20:17:41.705Z[ helios-setup] Dec 16 20:17:40.507 INFO E| * [new tag] v0.1.3 -> v0.1.3
24382024-12-16T20:17:41.705Z[ helios-setup] Dec 16 20:17:40.507 INFO E| * [new tag] v0.1.4 -> v0.1.4
24392024-12-16T20:17:41.709Z[ helios-setup] Dec 16 20:17:40.507 INFO E| * [new tag] v0.1.5 -> v0.1.5
24402024-12-16T20:17:41.709Z[ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.2.0 -> v0.2.0
24412024-12-16T20:17:41.709Z[ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.3.0 -> v0.3.0
24422024-12-16T20:17:41.709Z[ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.3.1 -> v0.3.1
24432024-12-16T20:17:41.709Z[ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.3.2 -> v0.3.2
24442024-12-16T20:17:41.709Z[ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.3.3 -> v0.3.3
24452024-12-16T20:17:41.709Z[ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.4.0 -> v0.4.0
24462024-12-16T20:17:41.709Z[ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.4.1 -> v0.4.1
24472024-12-16T20:17:41.709Z[ helios-setup] Dec 16 20:17:40.509 INFO E| * [new tag] v0.4.2 -> v0.4.2
24482024-12-16T20:17:41.745Z[ helios-setup] Dec 16 20:17:40.547 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24492024-12-16T20:17:42.221Z[ host-package] Compiling fastrand v2.1.1
24502024-12-16T20:17:42.751Z[ host-package] Compiling display-error-chain v0.2.2
24512024-12-16T20:17:42.837Z[ helios-setup] Dec 16 20:17:41.638 INFO E| From https://github.com/oxidecomputer/amd-efs
24522024-12-16T20:17:42.837Z[ helios-setup] Dec 16 20:17:41.638 INFO E| * [new branch] empty -> origin/empty
24532024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.639 INFO E| * [new branch] issue-99 -> origin/issue-99
24542024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.639 INFO E| * [new branch] main -> origin/main
24552024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.639 INFO E| * [new branch] review -> origin/review
24562024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.639 INFO E| * [new ref] -> origin/HEAD
24572024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.639 INFO E| * [new tag] v0.2.0 -> v0.2.0
24582024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.639 INFO E| * [new tag] v0.2.1 -> v0.2.1
24592024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.2 -> v0.2.2
24602024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.3 -> v0.2.3
24612024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.4 -> v0.2.4
24622024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.5 -> v0.2.5
24632024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.6 -> v0.2.6
24642024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.7 -> v0.2.7
24652024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.3.0 -> v0.3.0
24662024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.3.1 -> v0.3.1
24672024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.4.0 -> v0.4.0
24682024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.4.1 -> v0.4.1
24692024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.4.2 -> v0.4.2
24702024-12-16T20:17:42.840Z[ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.4.3 -> v0.4.3
24712024-12-16T20:17:42.864Z[ helios-setup] Dec 16 20:17:41.665 INFO E| Updating crates.io index
24722024-12-16T20:17:43.003Z[ host-package] Compiling tempfile v3.13.0
24732024-12-16T20:17:43.278Z[ host-package] Compiling walkdir v2.5.0
24742024-12-16T20:17:43.728Z[ host-package] Compiling ring v0.16.20
24752024-12-16T20:17:43.794Z[ host-package] Compiling blake3 v1.5.4
24762024-12-16T20:17:43.828Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24772024-12-16T20:17:43.949Z[ host-package] Compiling xattr v1.3.1
24782024-12-16T20:17:44.215Z[ host-package] Compiling memmap2 v0.9.5
24792024-12-16T20:17:44.303Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24802024-12-16T20:17:44.402Z[ helios-setup] Dec 16 20:17:43.203 INFO E| Downloading crates ...
24812024-12-16T20:17:44.483Z[ helios-setup] Dec 16 20:17:43.284 INFO E| Downloaded ansi_term v0.12.1
24822024-12-16T20:17:44.494Z[ helios-setup] Dec 16 20:17:43.295 INFO E| Downloaded memoffset v0.5.6
24832024-12-16T20:17:44.497Z[ helios-setup] Dec 16 20:17:43.297 INFO E| Downloaded unic-ucd-version v0.9.0
24842024-12-16T20:17:44.499Z[ helios-setup] Dec 16 20:17:43.299 INFO E| Downloaded unic-common v0.9.0
24852024-12-16T20:17:44.499Z[ helios-setup] Dec 16 20:17:43.300 INFO E| Downloaded fletcher v0.1.0
24862024-12-16T20:17:44.502Z[ helios-setup] Dec 16 20:17:43.303 INFO E| Downloaded unic-char-range v0.9.0
24872024-12-16T20:17:44.505Z[ helios-setup] Dec 16 20:17:43.307 INFO E| Downloaded unic-char-property v0.9.0
24882024-12-16T20:17:44.508Z[ helios-setup] Dec 16 20:17:43.309 INFO E| Downloaded parse_int v0.6.0
24892024-12-16T20:17:44.510Z[ helios-setup] Dec 16 20:17:43.311 INFO E| Downloaded strum v0.23.0
24902024-12-16T20:17:44.510Z[ helios-setup] Dec 16 20:17:43.312 INFO E| Downloaded scroll_derive v0.10.5
24912024-12-16T20:17:44.527Z[ helios-setup] Dec 16 20:17:43.329 INFO E| Downloaded unic-ucd-ident v0.9.0
24922024-12-16T20:17:44.530Z[ helios-setup] Dec 16 20:17:43.331 INFO E| Downloaded modular-bitfield-impl v0.11.2
24932024-12-16T20:17:44.532Z[ helios-setup] Dec 16 20:17:43.333 INFO E| Downloaded four-cc v0.3.0
24942024-12-16T20:17:44.534Z[ helios-setup] Dec 16 20:17:43.335 INFO E| Downloaded cfg-if v0.1.10
24952024-12-16T20:17:44.534Z[ host-package] Compiling filetime v0.2.25
24962024-12-16T20:17:44.537Z[ helios-setup] Dec 16 20:17:43.337 INFO E| Downloaded vec_map v0.8.2
24972024-12-16T20:17:44.537Z[ helios-setup] Dec 16 20:17:43.339 INFO E| Downloaded strum_macros v0.23.1
24982024-12-16T20:17:44.540Z[ helios-setup] Dec 16 20:17:43.341 INFO E| Downloaded strsim v0.8.0
24992024-12-16T20:17:44.543Z[ helios-setup] Dec 16 20:17:43.343 INFO E| Downloaded thiserror v1.0.64
25002024-12-16T20:17:44.549Z[ helios-setup] Dec 16 20:17:43.351 INFO E| Downloaded scroll v0.10.2
25012024-12-16T20:17:44.552Z[ helios-setup] Dec 16 20:17:43.354 INFO E| Downloaded serde_derive v1.0.210
25022024-12-16T20:17:44.556Z[ helios-setup] Dec 16 20:17:43.357 INFO E| Downloaded pre-proc-macro v0.2.1
25032024-12-16T20:17:44.559Z[ helios-setup] Dec 16 20:17:43.360 INFO E| Downloaded pest_meta v2.7.13
25042024-12-16T20:17:44.561Z[ helios-setup] Dec 16 20:17:43.363 INFO E| Downloaded once_cell v1.20.1
25052024-12-16T20:17:44.565Z[ helios-setup] Dec 16 20:17:43.367 INFO E| Downloaded toml v0.5.11
25062024-12-16T20:17:44.568Z[ helios-setup] Dec 16 20:17:43.370 INFO E| Downloaded structopt v0.3.26
25072024-12-16T20:17:44.580Z[ helios-setup] Dec 16 20:17:43.382 INFO E| Downloaded serde v1.0.210
25082024-12-16T20:17:44.591Z[ helios-setup] Dec 16 20:17:43.386 INFO E| Downloaded modular-bitfield v0.11.2
25092024-12-16T20:17:44.599Z[ helios-setup] Dec 16 20:17:43.401 INFO E| Downloaded serde_json v1.0.128
25102024-12-16T20:17:44.613Z[ helios-setup] Dec 16 20:17:43.412 INFO E| Downloaded pest v2.7.13
25112024-12-16T20:17:44.617Z[ helios-setup] Dec 16 20:17:43.419 INFO E| Downloaded clap v2.34.0
25122024-12-16T20:17:44.625Z[ helios-setup] Dec 16 20:17:43.427 INFO E| Downloaded syn v2.0.79
25132024-12-16T20:17:44.639Z[ helios-setup] Dec 16 20:17:43.441 INFO E| Downloaded goblin v0.4.3
25142024-12-16T20:17:44.650Z[ helios-setup] Dec 16 20:17:43.449 INFO E| Downloaded proc-macro2 v1.0.86
25152024-12-16T20:17:44.653Z[ helios-setup] Dec 16 20:17:43.450 INFO E| Downloaded pest_derive v2.7.13
25162024-12-16T20:17:44.653Z[ helios-setup] Dec 16 20:17:43.453 INFO E| Downloaded libc v0.2.159
25172024-12-16T20:17:44.685Z[ host-package] Compiling arrayref v0.3.9
25182024-12-16T20:17:44.688Z[ helios-setup] Dec 16 20:17:43.489 INFO E| Downloaded bytesize v1.3.0
25192024-12-16T20:17:44.691Z[ helios-setup] Dec 16 20:17:43.491 INFO E| Downloaded pest_generator v2.7.13
25202024-12-16T20:17:44.694Z[ helios-setup] Dec 16 20:17:43.495 INFO E| Downloaded proc-macro-crate v0.1.5
25212024-12-16T20:17:44.694Z[ helios-setup] Dec 16 20:17:43.495 INFO E| Downloaded pre v0.2.1
25222024-12-16T20:17:44.713Z[ helios-setup] Dec 16 20:17:43.495 INFO E| Downloaded thiserror-impl v1.0.64
25232024-12-16T20:17:44.713Z[ helios-setup] Dec 16 20:17:43.496 INFO E| Downloaded textwrap v0.11.0
25242024-12-16T20:17:44.722Z[ helios-setup] Dec 16 20:17:43.499 INFO E| Downloaded structopt-derive v0.4.18
25252024-12-16T20:17:44.722Z[ helios-setup] Dec 16 20:17:43.500 INFO E| Downloaded semver-parser v0.7.0
25262024-12-16T20:17:44.722Z[ helios-setup] Dec 16 20:17:43.502 INFO E| Downloaded semver v0.9.0
25272024-12-16T20:17:44.722Z[ helios-setup] Dec 16 20:17:43.504 INFO E| Downloaded rustc_version v0.2.3
25282024-12-16T20:17:44.804Z[ helios-setup] Dec 16 20:17:43.606 INFO E| Compiling proc-macro2 v1.0.86
25292024-12-16T20:17:44.804Z[ helios-setup] Dec 16 20:17:43.606 INFO E| Compiling unicode-ident v1.0.13
25302024-12-16T20:17:44.808Z[ helios-setup] Dec 16 20:17:43.610 INFO E| Compiling syn v1.0.109
25312024-12-16T20:17:44.811Z[ helios-setup] Dec 16 20:17:43.610 INFO E| Compiling version_check v0.9.5
25322024-12-16T20:17:44.811Z[ helios-setup] Dec 16 20:17:43.610 INFO E| Compiling memchr v2.7.4
25332024-12-16T20:17:44.811Z[ helios-setup] Dec 16 20:17:43.610 INFO E| Compiling semver-parser v0.7.0
25342024-12-16T20:17:44.829Z[ helios-setup] Dec 16 20:17:43.631 INFO E| Compiling autocfg v1.4.0
25352024-12-16T20:17:44.832Z[ helios-setup] Dec 16 20:17:43.631 INFO E| Compiling thiserror v1.0.64
25362024-12-16T20:17:44.832Z[ host-package] Compiling constant_time_eq v0.3.1
25372024-12-16T20:17:44.889Z[ host-package] Compiling spin v0.5.2
25382024-12-16T20:17:45.229Z[ host-package] Compiling arrayvec v0.7.6
25392024-12-16T20:17:45.327Z[ helios-setup] Dec 16 20:17:44.128 INFO E| Compiling semver v0.9.0
25402024-12-16T20:17:45.509Z[ host-package] Compiling keccak v0.1.5
25412024-12-16T20:17:45.547Z[ host-package] Compiling tar v0.4.42
25422024-12-16T20:17:45.904Z[ helios-setup] Dec 16 20:17:44.706 INFO E| Compiling serde v1.0.210
25432024-12-16T20:17:45.994Z[ helios-setup] Dec 16 20:17:44.795 INFO E| Compiling proc-macro-error-attr v1.0.4
25442024-12-16T20:17:46.314Z[ helios-setup] Dec 16 20:17:45.115 INFO E| Compiling proc-macro-error v1.0.4
25452024-12-16T20:17:46.518Z[ helios-setup] Dec 16 20:17:45.319 INFO E| Compiling rustc_version v0.2.3
25462024-12-16T20:17:46.630Z[ helios-setup] Dec 16 20:17:45.431 INFO E| Compiling serde_json v1.0.128
25472024-12-16T20:17:46.881Z[ helios-setup] Dec 16 20:17:45.682 INFO E| Compiling num-traits v0.2.19
25482024-12-16T20:17:47.083Z[ helios-setup] Dec 16 20:17:45.876 INFO E| Compiling schemars v0.8.21
25492024-12-16T20:17:47.101Z[ helios-setup] Dec 16 20:17:45.902 INFO E| Compiling unicode-segmentation v1.12.0
25502024-12-16T20:17:47.138Z[ helios-setup] Dec 16 20:17:45.939 INFO E| Compiling ryu v1.0.18
25512024-12-16T20:17:47.191Z[ helios-setup] Dec 16 20:17:45.993 INFO E| Compiling itoa v1.0.11
25522024-12-16T20:17:47.453Z[ host-package] Compiling sha3 v0.10.8
25532024-12-16T20:17:47.795Z[ helios-setup] Dec 16 20:17:46.595 INFO E| Compiling pre-proc-macro v0.2.1
25542024-12-16T20:17:47.854Z[ helios-setup] Dec 16 20:17:46.655 INFO E| Compiling memoffset v0.5.6
25552024-12-16T20:17:47.957Z[ helios-setup] Dec 16 20:17:46.758 INFO E| Compiling ucd-trie v0.1.7
25562024-12-16T20:17:47.967Z[ helios-setup] Dec 16 20:17:46.768 INFO E| Compiling dyn-clone v1.0.17
25572024-12-16T20:17:48.183Z[ host-package] Compiling toolchain_find v0.4.0
25582024-12-16T20:17:48.385Z[ helios-setup] Dec 16 20:17:47.186 INFO E| Compiling quote v1.0.37
25592024-12-16T20:17:48.437Z[ helios-setup] Dec 16 20:17:47.238 INFO E| Compiling heck v0.3.3
25602024-12-16T20:17:48.481Z[ helios-setup] Dec 16 20:17:47.282 INFO E| Compiling libc v0.2.159
25612024-12-16T20:17:48.692Z[ helios-setup] Dec 16 20:17:47.493 INFO E| Compiling paste v1.0.15
25622024-12-16T20:17:48.725Z[ host-package] Compiling camino-tempfile v1.1.1
25632024-12-16T20:17:48.843Z[ helios-setup] Dec 16 20:17:47.643 INFO E| Compiling lazy_static v1.5.0
25642024-12-16T20:17:49.026Z[ helios-setup] Dec 16 20:17:47.826 INFO E| Compiling rustversion v1.0.17
25652024-12-16T20:17:49.075Z[ host-package] Compiling const_format_proc_macros v0.2.33
25662024-12-16T20:17:49.187Z[ helios-setup] Dec 16 20:17:47.987 INFO E| Compiling syn v2.0.79
25672024-12-16T20:17:49.370Z[ host-package] Compiling maplit v1.0.2
25682024-12-16T20:17:49.567Z[ host-package] Compiling crunchy v0.2.2
25692024-12-16T20:17:49.778Z[ host-package] Compiling topological-sort v0.2.2
25702024-12-16T20:17:49.861Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25712024-12-16T20:17:49.881Z[ helios-setup] Dec 16 20:17:48.682 INFO E| Compiling pre v0.2.1
25722024-12-16T20:17:49.894Z[ helios-setup] Dec 16 20:17:48.695 INFO E| Compiling once_cell v1.20.1
25732024-12-16T20:17:50.556Z[ helios-setup] Dec 16 20:17:49.356 INFO E| Compiling static_assertions v1.1.0
25742024-12-16T20:17:50.584Z[ host-package] Compiling tiny-keccak v2.0.2
25752024-12-16T20:17:50.633Z[ helios-setup] Dec 16 20:17:49.433 INFO E| Compiling byteorder v1.5.0
25762024-12-16T20:17:50.643Z[ helios-setup] Dec 16 20:17:49.444 INFO E| Compiling cfg-if v0.1.10
25772024-12-16T20:17:51.165Z[ host-package] Compiling dsl_auto_type v0.1.2
25782024-12-16T20:17:51.320Z[ host-package] Compiling phf_generator v0.11.2
25792024-12-16T20:17:51.607Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25802024-12-16T20:17:51.669Z[ host-package] Compiling secrecy v0.8.0
25812024-12-16T20:17:51.789Z[ helios-setup] Dec 16 20:17:50.589 INFO E| Compiling unicode-width v0.1.14
25822024-12-16T20:17:52.223Z[ host-package] Compiling omicron-zone-package v0.11.1
25832024-12-16T20:17:52.638Z[ host-package] Compiling const_format v0.2.33
25842024-12-16T20:17:52.733Z[ helios-setup] Dec 16 20:17:51.533 INFO E| Compiling textwrap v0.11.0
25852024-12-16T20:17:52.886Z[ helios-setup] Dec 16 20:17:51.686 INFO E| Compiling atty v0.2.14
25862024-12-16T20:17:53.304Z[ helios-setup] Dec 16 20:17:52.104 INFO E| Compiling strum v0.23.0
25872024-12-16T20:17:53.417Z[ helios-setup] Dec 16 20:17:52.217 INFO E| Compiling vec_map v0.8.2
25882024-12-16T20:17:53.700Z[ helios-setup] Dec 16 20:17:52.500 INFO E| Compiling parse_int v0.6.0
25892024-12-16T20:17:53.764Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25902024-12-16T20:17:53.880Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25912024-12-16T20:17:53.923Z[ helios-setup] Dec 16 20:17:52.723 INFO E| Compiling unic-common v0.9.0
25922024-12-16T20:17:53.923Z[ helios-setup] Dec 16 20:17:52.723 INFO E| Compiling unic-char-range v0.9.0
25932024-12-16T20:17:53.970Z[ helios-setup] Dec 16 20:17:52.770 INFO E| Compiling strsim v0.8.0
25942024-12-16T20:17:54.048Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25952024-12-16T20:17:54.054Z[ helios-setup] Dec 16 20:17:52.854 INFO E| Compiling bitflags v1.3.2
25962024-12-16T20:17:54.120Z[ helios-setup] Dec 16 20:17:52.919 INFO E| Compiling fletcher v0.1.0
25972024-12-16T20:17:54.144Z[ helios-setup] Dec 16 20:17:52.943 INFO E| Compiling ansi_term v0.12.1
25982024-12-16T20:17:54.211Z[ helios-setup] Dec 16 20:17:53.011 INFO E| Compiling unic-char-property v0.9.0
25992024-12-16T20:17:54.323Z[ helios-setup] Dec 16 20:17:53.123 INFO E| Compiling unic-ucd-version v0.9.0
26002024-12-16T20:17:54.368Z[ helios-setup] Dec 16 20:17:53.168 INFO E| Compiling log v0.4.22
26012024-12-16T20:17:54.420Z[ helios-setup] Dec 16 20:17:53.220 INFO E| Compiling plain v0.2.3
26022024-12-16T20:17:54.487Z[ host-package] Compiling arc-swap v1.7.1
26032024-12-16T20:17:54.497Z[ helios-setup] Dec 16 20:17:53.297 INFO E| Compiling unic-ucd-ident v0.9.0
26042024-12-16T20:17:54.752Z[ helios-setup] Dec 16 20:17:53.546 INFO E| Compiling clap v2.34.0
26052024-12-16T20:17:54.810Z[ host-package] Compiling diesel_derives v2.2.3
26062024-12-16T20:17:54.864Z[ host-package] Compiling r2d2 v0.8.10
26072024-12-16T20:17:55.122Z[ helios-setup] Dec 16 20:17:53.922 INFO E| Compiling bytesize v1.3.0
26082024-12-16T20:17:55.479Z[ host-package] Compiling slog-scope v4.4.0
26092024-12-16T20:17:55.767Z[ host-package] Compiling phf_codegen v0.11.2
26102024-12-16T20:17:55.847Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26112024-12-16T20:17:55.885Z[ host-package] Compiling ascii-canvas v3.0.0
26122024-12-16T20:17:56.266Z[ host-package] Compiling universal-hash v0.5.1
26132024-12-16T20:17:56.735Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26142024-12-16T20:17:56.801Z[ host-package] Compiling parse-zoneinfo v0.3.1
26152024-12-16T20:17:56.875Z[ host-package] Compiling ena v0.14.3
26162024-12-16T20:17:57.590Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26172024-12-16T20:17:57.594Z[ helios-setup] Dec 16 20:17:56.393 INFO E| Compiling serde_derive_internals v0.29.1
26182024-12-16T20:17:58.302Z[ helios-setup] Dec 16 20:17:57.101 INFO E| Compiling toml v0.5.11
26192024-12-16T20:17:59.331Z[ host-package] Compiling regex-syntax v0.6.29
26202024-12-16T20:18:00.999Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26212024-12-16T20:18:01.228Z[ host-package] Compiling diff v0.1.13
26222024-12-16T20:18:01.737Z[ helios-setup] Dec 16 20:18:00.536 INFO E| Compiling proc-macro-crate v0.1.5
26232024-12-16T20:18:02.089Z[ host-package] Compiling opaque-debug v0.3.1
26242024-12-16T20:18:02.385Z[ host-package] Compiling poly1305 v0.8.0
26252024-12-16T20:18:02.984Z[ helios-setup] Dec 16 20:18:01.783 INFO E| Compiling thiserror-impl v1.0.64
26262024-12-16T20:18:03.114Z[ helios-setup] Dec 16 20:18:01.912 INFO E| Compiling serde_derive v1.0.210
26272024-12-16T20:18:03.213Z[ helios-setup] Dec 16 20:18:02.011 INFO E| Compiling schemars_derive v0.8.21
26282024-12-16T20:18:03.304Z[ helios-setup] Dec 16 20:18:02.102 INFO E| Compiling zerocopy-derive v0.6.6
26292024-12-16T20:18:03.332Z[ helios-setup] Dec 16 20:18:02.130 INFO E| Compiling num-derive v0.4.2
26302024-12-16T20:18:04.982Z[ host-package] Compiling thiserror-no-std v2.0.2
26312024-12-16T20:18:05.407Z[ host-package] Compiling chrono-tz-build v0.4.0
26322024-12-16T20:18:07.166Z[ helios-setup] Dec 16 20:18:05.963 INFO E| Compiling zerocopy v0.6.6
26332024-12-16T20:18:07.879Z[ host-package] Compiling lalrpop v0.19.12
26342024-12-16T20:18:08.824Z[ helios-setup] Dec 16 20:18:07.621 INFO E| Compiling pest v2.7.13
26352024-12-16T20:18:09.591Z[ host-package] Compiling slog-stdlog v4.1.1
26362024-12-16T20:18:10.957Z[ helios-setup] Dec 16 20:18:09.754 INFO E| Compiling modular-bitfield-impl v0.11.2
26372024-12-16T20:18:11.482Z[ helios-setup] Dec 16 20:18:10.136 INFO E| Compiling scroll_derive v0.10.5
26382024-12-16T20:18:12.217Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26392024-12-16T20:18:12.564Z[ helios-setup] Dec 16 20:18:11.361 INFO E| Compiling strum_macros v0.23.1
26402024-12-16T20:18:13.701Z[ helios-setup] Dec 16 20:18:12.472 INFO E| Compiling pest_meta v2.7.13
26412024-12-16T20:18:13.826Z[ helios-setup] Dec 16 20:18:12.623 INFO E| Compiling structopt-derive v0.4.18
26422024-12-16T20:18:14.346Z[ helios-setup] Dec 16 20:18:13.142 INFO E| Compiling scroll v0.10.2
26432024-12-16T20:18:14.399Z[ host-package] Compiling diesel v2.2.6
26442024-12-16T20:18:14.450Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26452024-12-16T20:18:15.196Z[ helios-setup] Dec 16 20:18:13.992 INFO E| Compiling goblin v0.4.3
26462024-12-16T20:18:15.298Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472024-12-16T20:18:15.861Z[ host-package] Compiling chacha20 v0.9.1
26482024-12-16T20:18:16.036Z[ helios-setup] Dec 16 20:18:14.831 INFO E| Compiling modular-bitfield v0.11.2
26492024-12-16T20:18:16.859Z[ host-package] Compiling aead v0.5.2
26502024-12-16T20:18:17.236Z[ helios-setup] Dec 16 20:18:16.031 INFO E| Compiling pest_generator v2.7.13
26512024-12-16T20:18:17.819Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26522024-12-16T20:18:19.237Z[ helios-setup] Dec 16 20:18:18.032 INFO E| Compiling structopt v0.3.26
26532024-12-16T20:18:19.435Z[ host-package] Compiling ref-cast v1.0.23
26542024-12-16T20:18:20.630Z[ host-package] Compiling vte v0.11.1
26552024-12-16T20:18:20.960Z[ helios-setup] Dec 16 20:18:19.755 INFO E| Compiling pest_derive v2.7.13
26562024-12-16T20:18:22.671Z[ host-package] Compiling chacha20poly1305 v0.10.1
26572024-12-16T20:18:23.258Z[ host-package] Compiling slog-envlogger v2.2.0
26582024-12-16T20:18:23.539Z[ host-package] Compiling chrono-tz v0.10.0
26592024-12-16T20:18:24.524Z[ host-package] Compiling vsss-rs v3.3.4
26602024-12-16T20:18:26.554Z[ helios-setup] Dec 16 20:18:25.349 INFO E| Compiling json5 v0.4.1
26612024-12-16T20:18:26.557Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26622024-12-16T20:18:26.972Z[ host-package] Compiling derive_builder_core v0.20.2
26632024-12-16T20:18:30.019Z[ host-package] Compiling headers-core v0.3.0
26642024-12-16T20:18:30.592Z[ host-package] Compiling fxhash v0.2.1
26652024-12-16T20:18:30.918Z[ host-package] Compiling libxml v0.3.3
26662024-12-16T20:18:31.405Z[ host-package] Compiling ref-cast-impl v1.0.23
26672024-12-16T20:18:31.447Z[ host-package] Compiling bytecount v0.6.8
26682024-12-16T20:18:31.824Z[ host-package] Compiling papergrid v0.11.0
26692024-12-16T20:18:32.002Z[ helios-setup] Dec 16 20:18:30.795 INFO E| Compiling four-cc v0.3.0
26702024-12-16T20:18:32.002Z[ helios-setup] Dec 16 20:18:30.795 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
26712024-12-16T20:18:32.195Z[ helios-setup] Dec 16 20:18:30.988 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
26722024-12-16T20:18:45.289Z[ host-package] Compiling polar-core v0.27.3
26732024-12-16T20:18:48.146Z[ host-package] Compiling headers v0.4.0
26742024-12-16T20:18:50.138Z[ host-package] Compiling derive_builder_macro v0.20.2
26752024-12-16T20:18:51.648Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26762024-12-16T20:18:52.482Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772024-12-16T20:18:52.544Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782024-12-16T20:18:52.612Z[ host-package] Compiling tabled_derive v0.7.0
26792024-12-16T20:18:52.850Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802024-12-16T20:18:55.049Z[ host-package] Compiling itertools v0.12.1
26812024-12-16T20:18:55.916Z[ host-package] Compiling fd-lock v4.0.2
26822024-12-16T20:18:56.198Z[ host-package] Compiling peg-macros v0.8.4
26832024-12-16T20:18:58.165Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26842024-12-16T20:18:59.397Z[ host-package] Compiling strum_macros v0.24.3
26852024-12-16T20:18:59.504Z[ host-package] Compiling kstat-rs v0.2.4
26862024-12-16T20:18:59.671Z[ host-package] Compiling samael v0.0.17
26872024-12-16T20:18:59.915Z[ host-package] Compiling unicase v2.7.0
26882024-12-16T20:19:00.333Z[ host-package] Compiling nu-ansi-term v0.50.1
26892024-12-16T20:19:00.641Z[ host-package] Compiling indoc v1.0.9
26902024-12-16T20:19:01.657Z[ host-package] Compiling reedline v0.35.0
26912024-12-16T20:19:01.762Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26922024-12-16T20:19:04.700Z[ host-package] Compiling peg v0.8.4
26932024-12-16T20:19:04.912Z[ host-package] Compiling tabled v0.15.0
26942024-12-16T20:19:14.019Z[ helios-setup] Dec 16 20:19:12.804 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
26952024-12-16T20:19:18.989Z[ host-package] Compiling derive_builder v0.20.2
26962024-12-16T20:19:19.253Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26972024-12-16T20:19:24.722Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26982024-12-16T20:19:26.840Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
26992024-12-16T20:19:28.002Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27002024-12-16T20:19:28.367Z[ host-package] Compiling bcs v0.1.6
27012024-12-16T20:19:28.431Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27022024-12-16T20:19:29.661Z[ host-package] Compiling oso-derive v0.27.3
27032024-12-16T20:19:30.770Z[ helios-setup] Dec 16 20:19:29.553 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27042024-12-16T20:19:30.866Z[ host-package] Compiling libz-sys v1.1.20
27052024-12-16T20:19:31.429Z[ host-package] Compiling quick-xml v0.33.0
27062024-12-16T20:19:31.742Z[ host-package] Compiling diesel-dtrace v0.4.2
27072024-12-16T20:19:32.201Z[ host-package] Compiling parking_lot_core v0.8.6
27082024-12-16T20:19:36.462Z[ host-package] Compiling oso v0.27.3
27092024-12-16T20:19:39.809Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102024-12-16T20:19:41.548Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27112024-12-16T20:19:47.668Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27122024-12-16T20:19:51.157Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27132024-12-16T20:19:51.464Z[ host-package] Compiling bb8 v0.8.5
27142024-12-16T20:19:52.086Z[ host-package] Compiling async-bb8-diesel v0.2.1
27152024-12-16T20:19:55.257Z[ host-package] Compiling nibble_vec v0.1.0
27162024-12-16T20:19:55.293Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27172024-12-16T20:19:55.668Z[ host-package] Compiling atty v0.2.14
27182024-12-16T20:19:55.878Z[ host-package] Compiling salty v0.3.0
27192024-12-16T20:19:56.312Z[ host-package] Compiling endian-type v0.1.2
27202024-12-16T20:19:56.601Z[ host-package] Compiling radix_trie v0.2.1
27212024-12-16T20:19:58.096Z[ host-package] Compiling parking_lot v0.11.2
27222024-12-16T20:20:00.578Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27232024-12-16T20:20:06.414Z[ host-package] Compiling sled v0.34.7
27242024-12-16T20:20:18.103Z[ helios-setup] Dec 16 20:20:16.877 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s
27252024-12-16T20:20:18.140Z[ helios-setup] Dec 16 20:20:16.914 INFO building project "amd-host-image-builder" ok (186 seconds)
27262024-12-16T20:20:18.142Z[ helios-setup] Dec 16 20:20:16.914 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27272024-12-16T20:20:18.142Z[ helios-setup] Dec 16 20:20:16.914 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27282024-12-16T20:20:18.409Z[ helios-setup] Dec 16 20:20:17.184 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27292024-12-16T20:20:18.958Z[ helios-setup] Dec 16 20:20:17.732 INFO E| From https://github.com/jclulow/rust-jmclib
27302024-12-16T20:20:18.958Z[ helios-setup] Dec 16 20:20:17.732 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27312024-12-16T20:20:18.978Z[ helios-setup] Dec 16 20:20:17.752 INFO E| Updating crates.io index
27322024-12-16T20:20:19.985Z[ helios-setup] Dec 16 20:20:18.759 INFO E| Downloading crates ...
27332024-12-16T20:20:20.055Z[ helios-setup] Dec 16 20:20:18.830 INFO E| Downloaded anyhow v1.0.72
27342024-12-16T20:20:20.063Z[ helios-setup] Dec 16 20:20:18.837 INFO E| Downloaded cpufeatures v0.2.9
27352024-12-16T20:20:20.066Z[ helios-setup] Dec 16 20:20:18.840 INFO E| Downloaded block-buffer v0.9.0
27362024-12-16T20:20:20.069Z[ helios-setup] Dec 16 20:20:18.841 INFO E| Downloaded opaque-debug v0.3.0
27372024-12-16T20:20:20.072Z[ helios-setup] Dec 16 20:20:18.846 INFO E| Downloaded bitflags v2.3.3
27382024-12-16T20:20:20.076Z[ helios-setup] Dec 16 20:20:18.851 INFO E| Downloaded md-5 v0.9.1
27392024-12-16T20:20:20.084Z[ helios-setup] Dec 16 20:20:18.853 INFO E| Downloaded itoa v1.0.9
27402024-12-16T20:20:20.084Z[ helios-setup] Dec 16 20:20:18.855 INFO E| Downloaded unicode-width v0.1.10
27412024-12-16T20:20:20.084Z[ helios-setup] Dec 16 20:20:18.858 INFO E| Downloaded libdevinfo-sys v1.0.0
27422024-12-16T20:20:20.087Z[ helios-setup] Dec 16 20:20:18.859 INFO E| Downloaded fastrand v2.0.0
27432024-12-16T20:20:20.089Z[ helios-setup] Dec 16 20:20:18.861 INFO E| Downloaded uuid v0.8.2
27442024-12-16T20:20:20.092Z[ helios-setup] Dec 16 20:20:18.867 INFO E| Downloaded walkdir v2.3.3
27452024-12-16T20:20:20.095Z[ helios-setup] Dec 16 20:20:18.869 INFO E| Downloaded once_cell v1.18.0
27462024-12-16T20:20:20.100Z[ helios-setup] Dec 16 20:20:18.874 INFO E| Downloaded tempfile v3.7.0
27472024-12-16T20:20:20.103Z[ helios-setup] Dec 16 20:20:18.878 INFO E| Downloaded getrandom v0.2.10
27482024-12-16T20:20:20.108Z[ helios-setup] Dec 16 20:20:18.883 INFO E| Downloaded unicode-ident v1.0.11
27492024-12-16T20:20:20.113Z[ helios-setup] Dec 16 20:20:18.887 INFO E| Downloaded proc-macro2 v1.0.66
27502024-12-16T20:20:20.117Z[ helios-setup] Dec 16 20:20:18.891 INFO E| Downloaded serde v1.0.193
27512024-12-16T20:20:20.122Z[ helios-setup] Dec 16 20:20:18.897 INFO E| Downloaded typenum v1.16.0
27522024-12-16T20:20:20.129Z[ helios-setup] Dec 16 20:20:18.901 INFO E| Downloaded serde_derive v1.0.193
27532024-12-16T20:20:20.133Z[ helios-setup] Dec 16 20:20:18.905 INFO E| Downloaded ryu v1.0.15
27542024-12-16T20:20:20.136Z[ helios-setup] Dec 16 20:20:18.910 INFO E| Downloaded serde_json v1.0.103
27552024-12-16T20:20:20.148Z[ helios-setup] Dec 16 20:20:18.922 INFO E| Downloaded digest v0.9.0
27562024-12-16T20:20:20.151Z[ helios-setup] Dec 16 20:20:18.924 INFO E| Downloaded sha-1 v0.9.8
27572024-12-16T20:20:20.153Z[ helios-setup] Dec 16 20:20:18.927 INFO E| Downloaded quote v1.0.31
27582024-12-16T20:20:20.156Z[ helios-setup] Dec 16 20:20:18.931 INFO E| Downloaded errno v0.3.1
27592024-12-16T20:20:20.166Z[ helios-setup] Dec 16 20:20:18.940 INFO E| Downloaded syn v2.0.32
27602024-12-16T20:20:20.182Z[ helios-setup] Dec 16 20:20:18.956 INFO E| Downloaded rustix v0.38.4
27612024-12-16T20:20:20.259Z[ helios-setup] Dec 16 20:20:19.033 INFO E| Downloaded libc v0.2.147
27622024-12-16T20:20:20.388Z[ helios-setup] Dec 16 20:20:19.162 INFO E| Compiling libc v0.2.147
27632024-12-16T20:20:20.475Z[ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling proc-macro2 v1.0.66
27642024-12-16T20:20:20.475Z[ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling unicode-ident v1.0.11
27652024-12-16T20:20:20.477Z[ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling cfg-if v1.0.0
27662024-12-16T20:20:20.477Z[ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling typenum v1.16.0
27672024-12-16T20:20:20.477Z[ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling version_check v0.9.4
27682024-12-16T20:20:20.477Z[ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling serde v1.0.193
27692024-12-16T20:20:20.477Z[ helios-setup] Dec 16 20:20:19.250 INFO E| Compiling powerfmt v0.2.0
27702024-12-16T20:20:20.916Z[ helios-setup] Dec 16 20:20:19.690 INFO E| Compiling time-core v0.1.2
27712024-12-16T20:20:21.312Z[ helios-setup] Dec 16 20:20:20.086 INFO E| Compiling slog v2.7.0
27722024-12-16T20:20:21.412Z[ helios-setup] Dec 16 20:20:20.185 INFO E| Compiling itoa v1.0.9
27732024-12-16T20:20:21.563Z[ helios-setup] Dec 16 20:20:20.337 INFO E| Compiling rustix v0.38.4
27742024-12-16T20:20:21.832Z[ helios-setup] Dec 16 20:20:20.605 INFO E| Compiling num-conv v0.1.0
27752024-12-16T20:20:22.039Z[ helios-setup] Dec 16 20:20:20.813 INFO E| Compiling deranged v0.3.11
27762024-12-16T20:20:22.278Z[ helios-setup] Dec 16 20:20:21.051 INFO E| Compiling generic-array v0.14.7
27772024-12-16T20:20:22.548Z[ helios-setup] Dec 16 20:20:21.322 INFO E| Compiling bitflags v2.3.3
27782024-12-16T20:20:22.728Z[ helios-setup] Dec 16 20:20:21.501 INFO E| Compiling time-macros v0.2.18
27792024-12-16T20:20:22.844Z[ helios-setup] Dec 16 20:20:21.618 INFO E| Compiling num_threads v0.1.6
27802024-12-16T20:20:23.160Z[ helios-setup] Dec 16 20:20:21.934 INFO E| Compiling once_cell v1.18.0
27812024-12-16T20:20:23.641Z[ helios-setup] Dec 16 20:20:22.414 INFO E| Compiling quote v1.0.31
27822024-12-16T20:20:24.142Z[ helios-setup] Dec 16 20:20:22.915 INFO E| Compiling dirs-sys-next v0.1.2
27832024-12-16T20:20:24.634Z[ helios-setup] Dec 16 20:20:23.408 INFO E| Compiling syn v2.0.32
27842024-12-16T20:20:24.706Z[ helios-setup] Dec 16 20:20:23.479 INFO E| Compiling dirs-next v2.0.0
27852024-12-16T20:20:24.757Z[ helios-setup] Dec 16 20:20:23.530 INFO E| Compiling errno v0.3.1
27862024-12-16T20:20:25.029Z[ helios-setup] Dec 16 20:20:23.802 INFO E| Compiling term v0.7.0
27872024-12-16T20:20:25.056Z[ helios-setup] Dec 16 20:20:23.829 INFO E| Compiling atty v0.2.14
27882024-12-16T20:20:25.311Z[ helios-setup] Dec 16 20:20:24.084 INFO E| Compiling thread_local v1.1.7
27892024-12-16T20:20:25.844Z[ helios-setup] Dec 16 20:20:24.618 INFO E| Compiling serde_json v1.0.103
27902024-12-16T20:20:26.321Z[ helios-setup] Dec 16 20:20:25.093 INFO E| Compiling fastrand v2.0.0
27912024-12-16T20:20:26.748Z[ helios-setup] Dec 16 20:20:25.521 INFO E| Compiling opaque-debug v0.3.0
27922024-12-16T20:20:26.847Z[ helios-setup] Dec 16 20:20:25.620 INFO E| Compiling anyhow v1.0.72
27932024-12-16T20:20:27.014Z[ helios-setup] Dec 16 20:20:25.786 INFO E| Compiling digest v0.9.0
27942024-12-16T20:20:27.297Z[ helios-setup] Dec 16 20:20:26.069 INFO E| Compiling block-buffer v0.9.0
27952024-12-16T20:20:27.584Z[ helios-setup] Dec 16 20:20:26.357 INFO E| Compiling getrandom v0.2.10
27962024-12-16T20:20:27.610Z[ helios-setup] Dec 16 20:20:26.383 INFO E| Compiling unicode-width v0.1.10
27972024-12-16T20:20:27.631Z[ helios-setup] Dec 16 20:20:26.403 INFO E| Compiling cpufeatures v0.2.9
27982024-12-16T20:20:27.833Z[ helios-setup] Dec 16 20:20:26.606 INFO E| Compiling tempfile v3.7.0
27992024-12-16T20:20:27.893Z[ helios-setup] Dec 16 20:20:26.666 INFO E| Compiling same-file v1.0.6
28002024-12-16T20:20:27.893Z[ helios-setup] Dec 16 20:20:26.666 INFO E| Compiling time v0.3.36
28012024-12-16T20:20:28.291Z[ helios-setup] Dec 16 20:20:27.064 INFO E| Compiling ryu v1.0.15
28022024-12-16T20:20:28.546Z[ helios-setup] Dec 16 20:20:27.319 INFO E| Compiling walkdir v2.3.3
28032024-12-16T20:20:28.798Z[ helios-setup] Dec 16 20:20:27.571 INFO E| Compiling getopts v0.2.21
28042024-12-16T20:20:28.973Z[ helios-setup] Dec 16 20:20:27.746 INFO E| Compiling sha-1 v0.9.8
28052024-12-16T20:20:29.142Z[ helios-setup] Dec 16 20:20:27.913 INFO E| Compiling md-5 v0.9.1
28062024-12-16T20:20:29.877Z[ helios-setup] Dec 16 20:20:28.649 INFO E| Compiling glob v0.3.1
28072024-12-16T20:20:29.895Z[ helios-setup] Dec 16 20:20:28.667 INFO E| Compiling libdevinfo-sys v1.0.0
28082024-12-16T20:20:31.205Z[ helios-setup] Dec 16 20:20:29.977 INFO E| Compiling slog-term v2.9.0
28092024-12-16T20:20:33.702Z[ helios-setup] Dec 16 20:20:32.473 INFO E| Compiling serde_derive v1.0.193
28102024-12-16T20:20:36.002Z[ host-package] Compiling mime_guess v2.0.5
28112024-12-16T20:20:37.316Z[ host-package] Compiling hickory-client v0.24.1
28122024-12-16T20:20:39.189Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28132024-12-16T20:20:40.487Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28142024-12-16T20:20:41.311Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28152024-12-16T20:20:41.858Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28162024-12-16T20:20:43.138Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28172024-12-16T20:20:44.772Z[ host-package] Compiling hickory-server v0.24.1
28182024-12-16T20:20:46.879Z[ helios-setup] Dec 16 20:20:45.649 INFO E| Compiling toml v0.5.11
28192024-12-16T20:20:46.879Z[ helios-setup] Dec 16 20:20:45.649 INFO E| Compiling uuid v0.8.2
28202024-12-16T20:20:47.214Z[ host-package] Compiling primeorder v0.13.6
28212024-12-16T20:20:48.206Z[ host-package] Compiling vergen v8.3.2
28222024-12-16T20:20:48.646Z[ host-package] Compiling env_filter v0.1.2
28232024-12-16T20:20:48.863Z[ helios-setup] Dec 16 20:20:47.632 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28242024-12-16T20:20:50.736Z[ host-package] Compiling cargo-platform v0.1.8
28252024-12-16T20:20:50.761Z[ host-package] Compiling nanorand v0.7.0
28262024-12-16T20:20:51.392Z[ host-package] Compiling memoffset v0.9.1
28272024-12-16T20:20:51.607Z[ host-package] Compiling flume v0.11.1
28282024-12-16T20:20:51.705Z[ host-package] Compiling cargo_metadata v0.18.1
28292024-12-16T20:20:51.850Z[ helios-setup] Dec 16 20:20:50.619 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28302024-12-16T20:20:52.033Z[ host-package] Compiling env_logger v0.11.5
28312024-12-16T20:20:52.562Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28322024-12-16T20:20:53.584Z[ host-package] Compiling p384 v0.13.0
28332024-12-16T20:20:54.032Z[ host-package] Compiling git2 v0.19.0
28342024-12-16T20:20:55.463Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28352024-12-16T20:20:58.675Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28362024-12-16T20:21:00.202Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28372024-12-16T20:21:00.938Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28382024-12-16T20:21:01.501Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28392024-12-16T20:21:05.153Z[ helios-setup] Dec 16 20:21:03.919 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.91s
28402024-12-16T20:21:05.182Z[ helios-setup] Dec 16 20:21:03.948 INFO building project "image-builder" ok (47 seconds)
28412024-12-16T20:21:05.182Z[ helios-setup] Dec 16 20:21:03.948 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28422024-12-16T20:21:05.185Z[ helios-setup] Dec 16 20:21:03.948 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28432024-12-16T20:21:05.480Z[ helios-setup] Dec 16 20:21:04.247 INFO E| Downloading crates ...
28442024-12-16T20:21:05.505Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28452024-12-16T20:21:05.581Z[ helios-setup] Dec 16 20:21:04.347 INFO E| Downloaded miniz_oxide v0.7.2
28462024-12-16T20:21:05.639Z[ helios-setup] Dec 16 20:21:04.406 INFO E| Compiling adler v1.0.2
28472024-12-16T20:21:05.824Z[ helios-setup] Dec 16 20:21:04.590 INFO E| Compiling miniz_oxide v0.7.2
28482024-12-16T20:21:07.358Z[ host-package] Compiling rand_seeder v0.3.0
28492024-12-16T20:21:07.928Z[ host-package] Compiling libsqlite3-sys v0.30.1
28502024-12-16T20:21:08.313Z[ helios-setup] Dec 16 20:21:07.077 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28512024-12-16T20:21:08.542Z[ host-package] Compiling lzma-sys v0.1.20
28522024-12-16T20:21:08.668Z[ host-package] Compiling cfg_aliases v0.2.1
28532024-12-16T20:21:08.831Z[ host-package] Compiling rustls v0.21.12
28542024-12-16T20:21:09.116Z[ helios-setup] Dec 16 20:21:07.881 INFO E| Finished `release` profile [optimized] target(s) in 3.84s
28552024-12-16T20:21:09.126Z[ helios-setup] Dec 16 20:21:07.892 INFO building project "pinprick" ok (3 seconds)
28562024-12-16T20:21:09.126Z[ helios-setup] Dec 16 20:21:07.892 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28572024-12-16T20:21:09.129Z[ helios-setup] Dec 16 20:21:07.892 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28582024-12-16T20:21:09.214Z[ host-package] Compiling http-range v0.1.5
28592024-12-16T20:21:09.335Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28602024-12-16T20:21:09.474Z[ helios-setup] Dec 16 20:21:08.240 INFO E| Downloading crates ...
28612024-12-16T20:21:09.522Z[ host-package] Compiling nix v0.29.0
28622024-12-16T20:21:09.559Z[ helios-setup] Dec 16 20:21:08.325 INFO E| Downloaded generic-array v0.14.6
28632024-12-16T20:21:09.562Z[ helios-setup] Dec 16 20:21:08.328 INFO E| Downloaded sha2 v0.10.5
28642024-12-16T20:21:09.566Z[ helios-setup] Dec 16 20:21:08.332 INFO E| Downloaded flate2 v1.0.25
28652024-12-16T20:21:09.573Z[ helios-setup] Dec 16 20:21:08.339 INFO E| Downloaded miniz_oxide v0.6.2
28662024-12-16T20:21:09.577Z[ helios-setup] Dec 16 20:21:08.343 INFO E| Downloaded typenum v1.15.0
28672024-12-16T20:21:09.581Z[ helios-setup] Dec 16 20:21:08.347 INFO E| Downloaded bytes v1.2.1
28682024-12-16T20:21:09.587Z[ helios-setup] Dec 16 20:21:08.352 INFO E| Downloaded digest v0.10.3
28692024-12-16T20:21:09.589Z[ helios-setup] Dec 16 20:21:08.355 INFO E| Downloaded cpufeatures v0.2.5
28702024-12-16T20:21:09.592Z[ helios-setup] Dec 16 20:21:08.357 INFO E| Downloaded block-buffer v0.10.3
28712024-12-16T20:21:09.594Z[ helios-setup] Dec 16 20:21:08.358 INFO E| Downloaded anyhow v1.0.62
28722024-12-16T20:21:09.639Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28732024-12-16T20:21:09.671Z[ helios-setup] Dec 16 20:21:08.434 INFO E| Compiling version_check v0.9.4
28742024-12-16T20:21:09.677Z[ helios-setup] Dec 16 20:21:08.437 INFO E| Compiling typenum v1.15.0
28752024-12-16T20:21:09.678Z[ helios-setup] Dec 16 20:21:08.437 INFO E| Compiling crc32fast v1.3.2
28762024-12-16T20:21:09.678Z[ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling cfg-if v1.0.0
28772024-12-16T20:21:09.678Z[ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling anyhow v1.0.62
28782024-12-16T20:21:09.678Z[ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling adler v1.0.2
28792024-12-16T20:21:09.678Z[ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling unicode-width v0.1.10
28802024-12-16T20:21:09.678Z[ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling cpufeatures v0.2.5
28812024-12-16T20:21:09.787Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28822024-12-16T20:21:09.947Z[ helios-setup] Dec 16 20:21:08.712 INFO E| Compiling bitflags v1.3.2
28832024-12-16T20:21:09.947Z[ helios-setup] Dec 16 20:21:08.712 INFO E| Compiling bytes v1.2.1
28842024-12-16T20:21:10.070Z[ helios-setup] Dec 16 20:21:08.836 INFO E| Compiling miniz_oxide v0.6.2
28852024-12-16T20:21:10.256Z[ helios-setup] Dec 16 20:21:09.021 INFO E| Compiling getopts v0.2.21
28862024-12-16T20:21:10.950Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872024-12-16T20:21:11.115Z[ helios-setup] Dec 16 20:21:09.880 INFO E| Compiling generic-array v0.14.6
28882024-12-16T20:21:11.953Z[ helios-setup] Dec 16 20:21:10.718 INFO E| Compiling flate2 v1.0.25
28892024-12-16T20:21:13.034Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28902024-12-16T20:21:13.233Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28912024-12-16T20:21:13.294Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28922024-12-16T20:21:13.864Z[ host-package] Compiling sct v0.7.1
28932024-12-16T20:21:14.601Z[ host-package] Compiling rustls-webpki v0.101.7
28942024-12-16T20:21:15.872Z[ helios-setup] Dec 16 20:21:14.637 INFO E| Compiling crypto-common v0.1.6
28952024-12-16T20:21:15.872Z[ helios-setup] Dec 16 20:21:14.637 INFO E| Compiling block-buffer v0.10.3
28962024-12-16T20:21:16.097Z[ helios-setup] Dec 16 20:21:14.861 INFO E| Compiling digest v0.10.3
28972024-12-16T20:21:16.537Z[ helios-setup] Dec 16 20:21:15.301 INFO E| Compiling sha2 v0.10.5
28982024-12-16T20:21:17.057Z[ helios-setup] Dec 16 20:21:15.821 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28992024-12-16T20:21:17.856Z[ host-package] Compiling heck v0.3.3
29002024-12-16T20:21:18.549Z[ host-package] Compiling castaway v0.2.3
29012024-12-16T20:21:18.584Z[ host-package] Compiling csv-core v0.1.11
29022024-12-16T20:21:18.765Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29032024-12-16T20:21:19.142Z[ host-package] Compiling glob v0.3.1
29042024-12-16T20:21:19.425Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29052024-12-16T20:21:19.649Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29062024-12-16T20:21:20.157Z[ host-package] Compiling csv v1.3.0
29072024-12-16T20:21:20.544Z[ host-package] Compiling compact_str v0.8.0
29082024-12-16T20:21:21.650Z[ host-package] Compiling zone_cfg_derive v0.1.2
29092024-12-16T20:21:22.926Z[ helios-setup] Dec 16 20:21:21.689 INFO E| Finished `release` profile [optimized] target(s) in 13.70s
29102024-12-16T20:21:22.941Z[ helios-setup] Dec 16 20:21:21.704 INFO building project "bootserver" ok (13 seconds)
29112024-12-16T20:21:22.942Z[ helios-setup] Dec 16 20:21:21.704 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29122024-12-16T20:21:22.942Z[ helios-setup] Dec 16 20:21:21.704 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29132024-12-16T20:21:23.277Z[ helios-setup] Dec 16 20:21:22.038 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29142024-12-16T20:21:23.511Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29152024-12-16T20:21:24.390Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29162024-12-16T20:21:24.587Z[ helios-setup] Dec 16 20:21:23.350 INFO E| From https://github.com/oxidecomputer/progenitor
29172024-12-16T20:21:24.587Z[ helios-setup] Dec 16 20:21:23.350 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29182024-12-16T20:21:24.622Z[ helios-setup] Dec 16 20:21:23.384 INFO E| * [new tag] v0.1.1 -> v0.1.1
29192024-12-16T20:21:24.622Z[ helios-setup] Dec 16 20:21:23.384 INFO E| * [new tag] v0.2.0 -> v0.2.0
29202024-12-16T20:21:24.737Z[ helios-setup] Dec 16 20:21:23.499 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29212024-12-16T20:21:25.376Z[ helios-setup] Dec 16 20:21:24.139 INFO E| From https://github.com/jclulow/hiercmd
29222024-12-16T20:21:25.376Z[ helios-setup] Dec 16 20:21:24.139 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29232024-12-16T20:21:25.395Z[ helios-setup] Dec 16 20:21:24.158 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29242024-12-16T20:21:25.736Z[ host-package] Compiling hyper-staticfile v0.10.1
29252024-12-16T20:21:25.918Z[ helios-setup] Dec 16 20:21:24.681 INFO E| From https://github.com/jclulow/network-interface
29262024-12-16T20:21:25.918Z[ helios-setup] Dec 16 20:21:24.681 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29272024-12-16T20:21:25.937Z[ helios-setup] Dec 16 20:21:24.700 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29282024-12-16T20:21:26.500Z[ helios-setup] Dec 16 20:21:25.263 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29292024-12-16T20:21:26.500Z[ helios-setup] Dec 16 20:21:25.263 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29302024-12-16T20:21:26.544Z[ helios-setup] Dec 16 20:21:25.306 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29312024-12-16T20:21:27.336Z[ helios-setup] Dec 16 20:21:26.098 INFO E| From https://github.com/oxidecomputer/facade
29322024-12-16T20:21:27.336Z[ helios-setup] Dec 16 20:21:26.098 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29332024-12-16T20:21:27.382Z[ helios-setup] Dec 16 20:21:26.143 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29342024-12-16T20:21:28.072Z[ helios-setup] Dec 16 20:21:26.834 INFO E| From https://github.com/oxidecomputer/dropshot
29352024-12-16T20:21:28.072Z[ helios-setup] Dec 16 20:21:26.834 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29362024-12-16T20:21:28.098Z[ host-package] Compiling nix v0.27.1
29372024-12-16T20:21:28.107Z[ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.3.0 -> v0.3.0
29382024-12-16T20:21:28.107Z[ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.4.0 -> v0.4.0
29392024-12-16T20:21:28.109Z[ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.5.0 -> v0.5.0
29402024-12-16T20:21:28.109Z[ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.5.1 -> v0.5.1
29412024-12-16T20:21:28.109Z[ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.6.0 -> v0.6.0
29422024-12-16T20:21:28.109Z[ helios-setup] Dec 16 20:21:26.870 INFO E| * [new tag] v0.7.0 -> v0.7.0
29432024-12-16T20:21:28.109Z[ helios-setup] Dec 16 20:21:26.870 INFO E| * [new tag] v0.8.0 -> v0.8.0
29442024-12-16T20:21:28.109Z[ helios-setup] Dec 16 20:21:26.870 INFO E| * [new tag] v0.9.0 -> v0.9.0
29452024-12-16T20:21:28.154Z[ helios-setup] Dec 16 20:21:26.916 INFO E| Updating crates.io index
29462024-12-16T20:21:28.805Z[ helios-setup] Dec 16 20:21:27.567 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29472024-12-16T20:21:30.012Z[ helios-setup] Dec 16 20:21:28.772 INFO E| From https://github.com/oxidecomputer/typify
29482024-12-16T20:21:30.012Z[ helios-setup] Dec 16 20:21:28.772 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29492024-12-16T20:21:30.044Z[ helios-setup] Dec 16 20:21:28.806 INFO E| * [new tag] v0.0.10 -> v0.0.10
29502024-12-16T20:21:30.044Z[ helios-setup] Dec 16 20:21:28.806 INFO E| * [new tag] v0.0.11 -> v0.0.11
29512024-12-16T20:21:30.048Z[ helios-setup] Dec 16 20:21:28.806 INFO E| * [new tag] v0.0.4 -> v0.0.4
29522024-12-16T20:21:30.048Z[ helios-setup] Dec 16 20:21:28.806 INFO E| * [new tag] v0.0.5 -> v0.0.5
29532024-12-16T20:21:30.048Z[ helios-setup] Dec 16 20:21:28.807 INFO E| * [new tag] v0.0.7 -> v0.0.7
29542024-12-16T20:21:30.048Z[ helios-setup] Dec 16 20:21:28.807 INFO E| * [new tag] v0.0.8 -> v0.0.8
29552024-12-16T20:21:30.048Z[ helios-setup] Dec 16 20:21:28.807 INFO E| * [new tag] v0.0.9 -> v0.0.9
29562024-12-16T20:21:30.375Z[ helios-setup] Dec 16 20:21:29.137 INFO E| Downloading crates ...
29572024-12-16T20:21:30.562Z[ helios-setup] Dec 16 20:21:29.324 INFO E| Downloaded async-stream-impl v0.3.5
29582024-12-16T20:21:30.565Z[ helios-setup] Dec 16 20:21:29.327 INFO E| Downloaded concolor-override v1.0.0
29592024-12-16T20:21:30.567Z[ helios-setup] Dec 16 20:21:29.328 INFO E| Downloaded bincode v1.3.3
29602024-12-16T20:21:30.578Z[ helios-setup] Dec 16 20:21:29.340 INFO E| Downloaded const-random-macro v0.1.15
29612024-12-16T20:21:30.580Z[ helios-setup] Dec 16 20:21:29.342 INFO E| Downloaded const-random v0.1.15
29622024-12-16T20:21:30.583Z[ helios-setup] Dec 16 20:21:29.344 INFO E| Downloaded project-root v0.2.2
29632024-12-16T20:21:30.583Z[ helios-setup] Dec 16 20:21:29.345 INFO E| Downloaded ahash v0.7.6
29642024-12-16T20:21:30.588Z[ helios-setup] Dec 16 20:21:29.350 INFO E| Downloaded anstyle v0.3.5
29652024-12-16T20:21:30.616Z[ helios-setup] Dec 16 20:21:29.378 INFO E| Downloaded byteorder v1.4.3
29662024-12-16T20:21:30.619Z[ helios-setup] Dec 16 20:21:29.381 INFO E| Downloaded built v0.6.0
29672024-12-16T20:21:30.623Z[ helios-setup] Dec 16 20:21:29.384 INFO E| Downloaded autocfg v1.1.0
29682024-12-16T20:21:30.626Z[ helios-setup] Dec 16 20:21:29.387 INFO E| Downloaded rustls-pemfile v1.0.2
29692024-12-16T20:21:30.629Z[ helios-setup] Dec 16 20:21:29.390 INFO E| Downloaded num_cpus v1.15.0
29702024-12-16T20:21:30.633Z[ helios-setup] Dec 16 20:21:29.395 INFO E| Downloaded percent-encoding v2.2.0
29712024-12-16T20:21:30.636Z[ helios-setup] Dec 16 20:21:29.396 INFO E| Downloaded smartstring v1.0.1
29722024-12-16T20:21:30.638Z[ helios-setup] Dec 16 20:21:29.400 INFO E| Downloaded num_enum v0.5.7
29732024-12-16T20:21:30.645Z[ helios-setup] Dec 16 20:21:29.407 INFO E| Downloaded strsim v0.10.0
29742024-12-16T20:21:30.650Z[ helios-setup] Dec 16 20:21:29.410 INFO E| Downloaded smawk v0.3.1
29752024-12-16T20:21:30.652Z[ helios-setup] Dec 16 20:21:29.414 INFO E| Downloaded try-lock v0.2.4
29762024-12-16T20:21:30.655Z[ helios-setup] Dec 16 20:21:29.416 INFO E| Downloaded itoa v1.0.6
29772024-12-16T20:21:30.658Z[ helios-setup] Dec 16 20:21:29.418 INFO E| Downloaded num_enum_derive v0.5.7
29782024-12-16T20:21:30.661Z[ helios-setup] Dec 16 20:21:29.420 INFO E| Downloaded home v0.5.4
29792024-12-16T20:21:30.661Z[ helios-setup] Dec 16 20:21:29.422 INFO E| Downloaded rustfmt-wrapper v0.2.0
29802024-12-16T20:21:30.663Z[ helios-setup] Dec 16 20:21:29.425 INFO E| Downloaded futures-task v0.3.28
29812024-12-16T20:21:30.666Z[ helios-setup] Dec 16 20:21:29.427 INFO E| Downloaded form_urlencoded v1.1.0
29822024-12-16T20:21:30.669Z[ helios-setup] Dec 16 20:21:29.428 INFO E| Downloaded toolchain_find v0.2.0
29832024-12-16T20:21:30.669Z[ helios-setup] Dec 16 20:21:29.430 INFO E| Downloaded tower-service v0.3.2
29842024-12-16T20:21:30.672Z[ helios-setup] Dec 16 20:21:29.432 INFO E| Downloaded pkg-config v0.3.26
29852024-12-16T20:21:30.675Z[ helios-setup] Dec 16 20:21:29.435 INFO E| Downloaded dyn-clone v1.0.11
29862024-12-16T20:21:30.678Z[ helios-setup] Dec 16 20:21:29.437 INFO E| Downloaded crossbeam-deque v0.8.2
29872024-12-16T20:21:30.681Z[ helios-setup] Dec 16 20:21:29.440 INFO E| Downloaded want v0.3.0
29882024-12-16T20:21:30.681Z[ helios-setup] Dec 16 20:21:29.442 INFO E| Downloaded log v0.4.17
29892024-12-16T20:21:30.684Z[ helios-setup] Dec 16 20:21:29.446 INFO E| Downloaded cargo-lock v8.0.3
29902024-12-16T20:21:30.688Z[ helios-setup] Dec 16 20:21:29.450 INFO E| Downloaded pin-project-lite v0.2.9
29912024-12-16T20:21:30.695Z[ helios-setup] Dec 16 20:21:29.457 INFO E| Downloaded toml_datetime v0.6.1
29922024-12-16T20:21:30.697Z[ helios-setup] Dec 16 20:21:29.459 INFO E| Downloaded terminal_size v0.2.6
29932024-12-16T20:21:30.700Z[ helios-setup] Dec 16 20:21:29.462 INFO E| Downloaded quote v1.0.36
29942024-12-16T20:21:30.704Z[ helios-setup] Dec 16 20:21:29.466 INFO E| Downloaded tokio-macros v2.0.0
29952024-12-16T20:21:30.707Z[ helios-setup] Dec 16 20:21:29.468 INFO E| Downloaded proc-macro-crate v1.2.1
29962024-12-16T20:21:30.709Z[ helios-setup] Dec 16 20:21:29.470 INFO E| Downloaded semver v0.11.0
29972024-12-16T20:21:30.712Z[ helios-setup] Dec 16 20:21:29.473 INFO E| Downloaded slab v0.4.7
29982024-12-16T20:21:30.715Z[ helios-setup] Dec 16 20:21:29.475 INFO E| Downloaded serde_path_to_error v0.1.11
29992024-12-16T20:21:30.718Z[ helios-setup] Dec 16 20:21:29.478 INFO E| Downloaded signal-hook-registry v1.4.0
30002024-12-16T20:21:30.720Z[ helios-setup] Dec 16 20:21:29.480 INFO E| Downloaded utf8parse v0.2.1
30012024-12-16T20:21:30.722Z[ helios-setup] Dec 16 20:21:29.482 INFO E| Downloaded scopeguard v1.1.0
30022024-12-16T20:21:30.722Z[ helios-setup] Dec 16 20:21:29.484 INFO E| Downloaded serde_tokenstream v0.2.0
30032024-12-16T20:21:30.728Z[ helios-setup] Dec 16 20:21:29.490 INFO E| Downloaded sha1 v0.10.5
30042024-12-16T20:21:30.737Z[ helios-setup] Dec 16 20:21:29.499 INFO E| Downloaded semver-parser v0.10.2
30052024-12-16T20:21:30.741Z[ helios-setup] Dec 16 20:21:29.503 INFO E| Downloaded tokio-tungstenite v0.18.0
30062024-12-16T20:21:30.745Z[ helios-setup] Dec 16 20:21:29.507 INFO E| Downloaded sha2 v0.10.6
30072024-12-16T20:21:30.750Z[ helios-setup] Dec 16 20:21:29.512 INFO E| Downloaded semver v1.0.17
30082024-12-16T20:21:30.756Z[ helios-setup] Dec 16 20:21:29.516 INFO E| Downloaded slog-async v2.7.0
30092024-12-16T20:21:30.758Z[ helios-setup] Dec 16 20:21:29.519 INFO E| Downloaded unicode-ident v1.0.8
30102024-12-16T20:21:30.763Z[ helios-setup] Dec 16 20:21:29.525 INFO E| Downloaded toml v0.7.3
30112024-12-16T20:21:30.770Z[ helios-setup] Dec 16 20:21:29.532 INFO E| Downloaded schemars v0.8.12
30122024-12-16T20:21:30.790Z[ helios-setup] Dec 16 20:21:29.552 INFO E| Downloaded serde_yaml v0.9.21
30132024-12-16T20:21:30.796Z[ helios-setup] Dec 16 20:21:29.558 INFO E| Downloaded textwrap v0.16.0
30142024-12-16T20:21:30.801Z[ helios-setup] Dec 16 20:21:29.562 INFO E| Downloaded base64 v0.21.0
30152024-12-16T20:21:30.809Z[ helios-setup] Dec 16 20:21:29.570 INFO E| Downloaded uuid v1.3.0
30162024-12-16T20:21:30.816Z[ helios-setup] Dec 16 20:21:29.577 INFO E| Downloaded tokio-util v0.7.7
30172024-12-16T20:21:30.829Z[ helios-setup] Dec 16 20:21:29.591 INFO E| Downloaded toml_edit v0.19.8
30182024-12-16T20:21:30.872Z[ helios-setup] Dec 16 20:21:29.634 INFO E| Downloaded winnow v0.4.1
30192024-12-16T20:21:30.884Z[ helios-setup] Dec 16 20:21:29.645 INFO E| Downloaded aho-corasick v0.7.20
30202024-12-16T20:21:30.890Z[ helios-setup] Dec 16 20:21:29.652 INFO E| Downloaded unicode-normalization v0.1.22
30212024-12-16T20:21:30.900Z[ helios-setup] Dec 16 20:21:29.662 INFO E| Downloaded serde v1.0.204
30222024-12-16T20:21:30.919Z[ helios-setup] Dec 16 20:21:29.667 INFO E| Downloaded pest v2.5.7
30232024-12-16T20:21:30.923Z[ helios-setup] Dec 16 20:21:29.674 INFO E| Downloaded serde_json v1.0.95
30242024-12-16T20:21:30.991Z[ helios-setup] Dec 16 20:21:29.753 INFO E| Downloaded syn v2.0.72
30252024-12-16T20:21:31.009Z[ helios-setup] Dec 16 20:21:29.770 INFO E| Downloaded h2 v0.3.16
30262024-12-16T20:21:31.018Z[ helios-setup] Dec 16 20:21:29.780 INFO E| Downloaded syn v1.0.107
30272024-12-16T20:21:31.035Z[ helios-setup] Dec 16 20:21:29.797 INFO E| Downloaded git2 v0.16.1
30282024-12-16T20:21:31.048Z[ helios-setup] Dec 16 20:21:29.810 INFO E| Downloaded hyper v0.14.25
30292024-12-16T20:21:31.061Z[ helios-setup] Dec 16 20:21:29.823 INFO E| Downloaded regex v1.7.3
30302024-12-16T20:21:31.075Z[ helios-setup] Dec 16 20:21:29.836 INFO E| Downloaded regress v0.5.0
30312024-12-16T20:21:31.086Z[ helios-setup] Dec 16 20:21:29.848 INFO E| Downloaded rustls v0.21.0
30322024-12-16T20:21:31.104Z[ helios-setup] Dec 16 20:21:29.866 INFO E| Downloaded chrono v0.4.24
30332024-12-16T20:21:31.115Z[ helios-setup] Dec 16 20:21:29.876 INFO E| Downloaded rustix v0.37.3
30342024-12-16T20:21:31.149Z[ helios-setup] Dec 16 20:21:29.911 INFO E| Downloaded reqwest v0.11.16
30352024-12-16T20:21:31.162Z[ helios-setup] Dec 16 20:21:29.924 INFO E| Downloaded rhai v1.14.0
30362024-12-16T20:21:31.182Z[ helios-setup] Dec 16 20:21:29.944 INFO E| Downloaded rayon v1.6.1
30372024-12-16T20:21:31.199Z[ helios-setup] Dec 16 20:21:29.961 INFO E| Downloaded openapiv3 v1.0.2
30382024-12-16T20:21:31.219Z[ helios-setup] Dec 16 20:21:29.981 INFO E| Downloaded futures-util v0.3.28
30392024-12-16T20:21:31.240Z[ helios-setup] Dec 16 20:21:30.002 INFO E| Downloaded clap_builder v4.2.1
30402024-12-16T20:21:31.259Z[ helios-setup] Dec 16 20:21:30.021 INFO E| Downloaded crossbeam-channel v0.5.6
30412024-12-16T20:21:31.267Z[ helios-setup] Dec 16 20:21:30.028 INFO E| Downloaded mio v0.8.5
30422024-12-16T20:21:31.275Z[ helios-setup] Dec 16 20:21:30.036 INFO E| Downloaded http v0.2.9
30432024-12-16T20:21:31.281Z[ helios-setup] Dec 16 20:21:30.043 INFO E| Downloaded url v2.3.1
30442024-12-16T20:21:31.286Z[ helios-setup] Dec 16 20:21:30.048 INFO E| Downloaded unicode-linebreak v0.1.4
30452024-12-16T20:21:31.289Z[ helios-setup] Dec 16 20:21:30.051 INFO E| Downloaded tracing v0.1.37
30462024-12-16T20:21:31.296Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30472024-12-16T20:21:31.303Z[ helios-setup] Dec 16 20:21:30.059 INFO E| Downloaded rustls-webpki v0.100.1
30482024-12-16T20:21:31.327Z[ helios-setup] Dec 16 20:21:30.086 INFO E| Downloaded serde_derive v1.0.204
30492024-12-16T20:21:31.329Z[ helios-setup] Dec 16 20:21:30.090 INFO E| Downloaded unsafe-libyaml v0.2.8
30502024-12-16T20:21:31.334Z[ helios-setup] Dec 16 20:21:30.096 INFO E| Downloaded tracing-core v0.1.30
30512024-12-16T20:21:31.338Z[ helios-setup] Dec 16 20:21:30.100 INFO E| Downloaded tokio v1.27.0
30522024-12-16T20:21:31.393Z[ helios-setup] Dec 16 20:21:30.155 INFO E| Downloaded smallvec v1.10.0
30532024-12-16T20:21:31.396Z[ helios-setup] Dec 16 20:21:30.158 INFO E| Downloaded rayon-core v1.10.2
30542024-12-16T20:21:31.401Z[ helios-setup] Dec 16 20:21:30.163 INFO E| Downloaded clap v4.2.1
30552024-12-16T20:21:31.415Z[ helios-setup] Dec 16 20:21:30.176 INFO E| Downloaded tungstenite v0.18.0
30562024-12-16T20:21:31.448Z[ helios-setup] Dec 16 20:21:30.209 INFO E| Downloaded tinyvec v1.6.0
30572024-12-16T20:21:31.452Z[ helios-setup] Dec 16 20:21:30.214 INFO E| Downloaded libc v0.2.139
30582024-12-16T20:21:31.503Z[ helios-setup] Dec 16 20:21:30.263 INFO E| Downloaded ryu v1.0.13
30592024-12-16T20:21:31.542Z[ helios-setup] Dec 16 20:21:30.268 INFO E| Downloaded memchr v2.5.0
30602024-12-16T20:21:31.545Z[ helios-setup] Dec 16 20:21:30.274 INFO E| Downloaded crossbeam-epoch v0.9.13
30612024-12-16T20:21:31.545Z[ helios-setup] Dec 16 20:21:30.278 INFO E| Downloaded unicode-bidi v0.3.13
30622024-12-16T20:21:31.545Z[ helios-setup] Dec 16 20:21:30.281 INFO E| Downloaded ucd-trie v0.1.5
30632024-12-16T20:21:31.545Z[ helios-setup] Dec 16 20:21:30.284 INFO E| Downloaded tempfile v3.5.0
30642024-12-16T20:21:31.545Z[ helios-setup] Dec 16 20:21:30.288 INFO E| Downloaded serde_derive_internals v0.26.0
30652024-12-16T20:21:31.545Z[ helios-setup] Dec 16 20:21:30.290 INFO E| Downloaded slog-bunyan v2.4.0
30662024-12-16T20:21:31.545Z[ helios-setup] Dec 16 20:21:30.292 INFO E| Downloaded cc v1.0.78
30672024-12-16T20:21:31.545Z[ helios-setup] Dec 16 20:21:30.296 INFO E| Downloaded bytes v1.4.0
30682024-12-16T20:21:31.545Z[ helios-setup] Dec 16 20:21:30.302 INFO E| Downloaded sct v0.7.0
30692024-12-16T20:21:31.550Z[ helios-setup] Dec 16 20:21:30.307 INFO E| Downloaded tokio-rustls v0.24.0
30702024-12-16T20:21:31.550Z[ helios-setup] Dec 16 20:21:30.310 INFO E| Downloaded time v0.1.45
30712024-12-16T20:21:31.553Z[ helios-setup] Dec 16 20:21:30.312 INFO E| Downloaded thiserror v1.0.38
30722024-12-16T20:21:31.558Z[ helios-setup] Dec 16 20:21:30.318 INFO E| Downloaded ipnet v2.7.2
30732024-12-16T20:21:31.561Z[ helios-setup] Dec 16 20:21:30.320 INFO E| Downloaded io-lifetimes v1.0.10
30742024-12-16T20:21:31.564Z[ helios-setup] Dec 16 20:21:30.324 INFO E| Downloaded schemars_derive v0.8.12
30752024-12-16T20:21:31.567Z[ helios-setup] Dec 16 20:21:30.326 INFO E| Downloaded parking_lot v0.12.1
30762024-12-16T20:21:31.569Z[ helios-setup] Dec 16 20:21:30.330 INFO E| Downloaded num-traits v0.2.15
30772024-12-16T20:21:31.572Z[ helios-setup] Dec 16 20:21:30.334 INFO E| Downloaded futures v0.3.28
30782024-12-16T20:21:31.580Z[ helios-setup] Dec 16 20:21:30.341 INFO E| Downloaded crossbeam-utils v0.8.14
30792024-12-16T20:21:31.584Z[ helios-setup] Dec 16 20:21:30.345 INFO E| Downloaded thiserror-impl v1.0.38
30802024-12-16T20:21:31.587Z[ helios-setup] Dec 16 20:21:30.347 INFO E| Downloaded serde_spanned v0.6.1
30812024-12-16T20:21:31.591Z[ helios-setup] Dec 16 20:21:30.349 INFO E| Downloaded rhai_codegen v1.5.0
30822024-12-16T20:21:31.599Z[ helios-setup] Dec 16 20:21:30.360 INFO E| Downloaded ppv-lite86 v0.2.17
30832024-12-16T20:21:31.602Z[ helios-setup] Dec 16 20:21:30.362 INFO E| Downloaded once_cell v1.17.0
30842024-12-16T20:21:31.605Z[ helios-setup] Dec 16 20:21:30.366 INFO E| Downloaded getrandom v0.2.8
30852024-12-16T20:21:31.608Z[ helios-setup] Dec 16 20:21:30.369 INFO E| Downloaded futures-channel v0.3.28
30862024-12-16T20:21:31.611Z[ helios-setup] Dec 16 20:21:30.372 INFO E| Downloaded ahash v0.8.3
30872024-12-16T20:21:31.615Z[ helios-setup] Dec 16 20:21:30.376 INFO E| Downloaded parking_lot_core v0.9.6
30882024-12-16T20:21:31.618Z[ helios-setup] Dec 16 20:21:30.379 INFO E| Downloaded lock_api v0.4.9
30892024-12-16T20:21:31.621Z[ helios-setup] Dec 16 20:21:30.382 INFO E| Downloaded httparse v1.8.0
30902024-12-16T20:21:31.624Z[ helios-setup] Dec 16 20:21:30.385 INFO E| Downloaded anyhow v1.0.68
30912024-12-16T20:21:31.630Z[ helios-setup] Dec 16 20:21:30.391 INFO E| Downloaded camino v1.1.4
30922024-12-16T20:21:31.633Z[ helios-setup] Dec 16 20:21:30.394 INFO E| Downloaded async-trait v0.1.68
30932024-12-16T20:21:31.638Z[ helios-setup] Dec 16 20:21:30.400 INFO E| Downloaded clap_derive v4.2.0
30942024-12-16T20:21:31.642Z[ helios-setup] Dec 16 20:21:30.404 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30952024-12-16T20:21:31.646Z[ helios-setup] Dec 16 20:21:30.407 INFO E| Downloaded num-integer v0.1.45
30962024-12-16T20:21:31.649Z[ helios-setup] Dec 16 20:21:30.411 INFO E| Downloaded futures-sink v0.3.28
30972024-12-16T20:21:31.653Z[ helios-setup] Dec 16 20:21:30.412 INFO E| Downloaded either v1.8.0
30982024-12-16T20:21:31.655Z[ helios-setup] Dec 16 20:21:30.415 INFO E| Downloaded socket2 v0.4.9
30992024-12-16T20:21:31.659Z[ helios-setup] Dec 16 20:21:30.418 INFO E| Downloaded encoding_rs v0.8.32
31002024-12-16T20:21:31.694Z[ helios-setup] Dec 16 20:21:30.455 INFO E| Downloaded paste v1.0.12
31012024-12-16T20:21:31.699Z[ helios-setup] Dec 16 20:21:30.460 INFO E| Downloaded memoffset v0.7.1
31022024-12-16T20:21:31.702Z[ helios-setup] Dec 16 20:21:30.462 INFO E| Downloaded lazy_static v1.4.0
31032024-12-16T20:21:31.704Z[ helios-setup] Dec 16 20:21:30.465 INFO E| Downloaded iana-time-zone v0.1.56
31042024-12-16T20:21:31.707Z[ helios-setup] Dec 16 20:21:30.468 INFO E| Downloaded futures-io v0.3.28
31052024-12-16T20:21:31.710Z[ helios-setup] Dec 16 20:21:30.470 INFO E| Downloaded futures-core v0.3.28
31062024-12-16T20:21:31.713Z[ helios-setup] Dec 16 20:21:30.472 INFO E| Downloaded jobserver v0.1.26
31072024-12-16T20:21:31.715Z[ helios-setup] Dec 16 20:21:30.475 INFO E| Downloaded futures-executor v0.3.28
31082024-12-16T20:21:31.717Z[ helios-setup] Dec 16 20:21:30.478 INFO E| Downloaded fastrand v1.9.0
31092024-12-16T20:21:31.720Z[ helios-setup] Dec 16 20:21:30.480 INFO E| Downloaded concolor-query v0.3.3
31102024-12-16T20:21:31.722Z[ helios-setup] Dec 16 20:21:30.483 INFO E| Downloaded httpdate v1.0.2
31112024-12-16T20:21:31.725Z[ helios-setup] Dec 16 20:21:30.485 INFO E| Downloaded clap_lex v0.4.1
31122024-12-16T20:21:31.728Z[ helios-setup] Dec 16 20:21:30.487 INFO E| Downloaded is-terminal v0.4.7
31132024-12-16T20:21:31.730Z[ helios-setup] Dec 16 20:21:30.491 INFO E| Downloaded http-body v0.4.5
31142024-12-16T20:21:31.733Z[ helios-setup] Dec 16 20:21:30.493 INFO E| Downloaded futures-macro v0.3.28
31152024-12-16T20:21:31.736Z[ helios-setup] Dec 16 20:21:30.495 INFO E| Downloaded digest v0.10.6
31162024-12-16T20:21:31.739Z[ helios-setup] Dec 16 20:21:30.499 INFO E| Downloaded anstream v0.2.6
31172024-12-16T20:21:31.742Z[ helios-setup] Dec 16 20:21:30.502 INFO E| Downloaded async-stream v0.3.5
31182024-12-16T20:21:31.745Z[ helios-setup] Dec 16 20:21:30.506 INFO E| Downloaded anstyle-parse v0.1.1
31192024-12-16T20:21:31.748Z[ helios-setup] Dec 16 20:21:30.509 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31202024-12-16T20:21:31.889Z[ helios-setup] Dec 16 20:21:30.650 INFO E| Downloaded libz-sys v1.1.8
31212024-12-16T20:21:32.110Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31222024-12-16T20:21:32.202Z[ helios-setup] Dec 16 20:21:30.964 INFO E| Compiling proc-macro2 v1.0.86
31232024-12-16T20:21:32.226Z[ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling libc v0.2.139
31242024-12-16T20:21:32.226Z[ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling unicode-ident v1.0.8
31252024-12-16T20:21:32.229Z[ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling autocfg v1.1.0
31262024-12-16T20:21:32.229Z[ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling cfg-if v1.0.0
31272024-12-16T20:21:32.229Z[ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling version_check v0.9.4
31282024-12-16T20:21:32.229Z[ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling serde v1.0.204
31292024-12-16T20:21:32.229Z[ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling syn v1.0.107
31302024-12-16T20:21:32.914Z[ helios-setup] Dec 16 20:21:31.675 INFO E| Compiling memchr v2.5.0
31312024-12-16T20:21:33.188Z[ helios-setup] Dec 16 20:21:31.949 INFO E| Compiling once_cell v1.17.0
31322024-12-16T20:21:33.273Z[ helios-setup] Dec 16 20:21:32.034 INFO E| Compiling log v0.4.17
31332024-12-16T20:21:33.912Z[ helios-setup] Dec 16 20:21:32.673 INFO E| Compiling thiserror v1.0.38
31342024-12-16T20:21:34.063Z[ helios-setup] Dec 16 20:21:32.824 INFO E| Compiling itoa v1.0.6
31352024-12-16T20:21:34.716Z[ helios-setup] Dec 16 20:21:33.477 INFO E| Compiling serde_json v1.0.95
31362024-12-16T20:21:34.927Z[ helios-setup] Dec 16 20:21:33.688 INFO E| Compiling indexmap v1.9.3
31372024-12-16T20:21:35.871Z[ helios-setup] Dec 16 20:21:34.632 INFO E| Compiling quote v1.0.36
31382024-12-16T20:21:35.928Z[ helios-setup] Dec 16 20:21:34.689 INFO E| Compiling pin-project-lite v0.2.9
31392024-12-16T20:21:36.009Z[ helios-setup] Dec 16 20:21:34.770 INFO E| Compiling scopeguard v1.1.0
31402024-12-16T20:21:36.148Z[ helios-setup] Dec 16 20:21:34.909 INFO E| Compiling num-integer v0.1.45
31412024-12-16T20:21:36.214Z[ helios-setup] Dec 16 20:21:34.975 INFO E| Compiling bytes v1.4.0
31422024-12-16T20:21:36.404Z[ helios-setup] Dec 16 20:21:35.164 INFO E| Compiling futures-core v0.3.28
31432024-12-16T20:21:37.228Z[ helios-setup] Dec 16 20:21:35.989 INFO E| Compiling syn v2.0.72
31442024-12-16T20:21:37.326Z[ helios-setup] Dec 16 20:21:36.086 INFO E| Compiling getrandom v0.2.8
31452024-12-16T20:21:37.733Z[ helios-setup] Dec 16 20:21:36.493 INFO E| Compiling jobserver v0.1.26
31462024-12-16T20:21:38.264Z[ helios-setup] Dec 16 20:21:37.024 INFO E| Compiling cc v1.0.78
31472024-12-16T20:21:38.857Z[ helios-setup] Dec 16 20:21:37.617 INFO E| Compiling ryu v1.0.13
31482024-12-16T20:21:39.842Z[ helios-setup] Dec 16 20:21:38.602 INFO E| Compiling lock_api v0.4.9
31492024-12-16T20:21:39.978Z[ helios-setup] Dec 16 20:21:38.738 INFO E| Compiling parking_lot_core v0.9.6
31502024-12-16T20:21:40.120Z[ helios-setup] Dec 16 20:21:38.880 INFO E| Compiling bitflags v1.3.2
31512024-12-16T20:21:40.204Z[ helios-setup] Dec 16 20:21:38.963 INFO E| Compiling typenum v1.16.0
31522024-12-16T20:21:40.256Z[ helios-setup] Dec 16 20:21:39.016 INFO E| Compiling num_cpus v1.15.0
31532024-12-16T20:21:40.798Z[ helios-setup] Dec 16 20:21:39.558 INFO E| Compiling generic-array v0.14.6
31542024-12-16T20:21:40.918Z[ helios-setup] Dec 16 20:21:39.677 INFO E| Compiling slab v0.4.7
31552024-12-16T20:21:41.372Z[ helios-setup] Dec 16 20:21:40.125 INFO E| Compiling futures-task v0.3.28
31562024-12-16T20:21:41.492Z[ helios-setup] Dec 16 20:21:40.252 INFO E| Compiling futures-sink v0.3.28
31572024-12-16T20:21:41.851Z[ helios-setup] Dec 16 20:21:40.611 INFO E| Compiling futures-channel v0.3.28
31582024-12-16T20:21:42.244Z[ helios-setup] Dec 16 20:21:41.003 INFO E| Compiling tokio v1.27.0
31592024-12-16T20:21:42.701Z[ helios-setup] Dec 16 20:21:41.460 INFO E| Compiling schemars v0.8.12
31602024-12-16T20:21:42.857Z[ helios-setup] Dec 16 20:21:41.616 INFO E| Compiling futures-util v0.3.28
31612024-12-16T20:21:43.530Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31622024-12-16T20:21:43.760Z[ helios-setup] Dec 16 20:21:42.520 INFO E| Compiling signal-hook-registry v1.4.0
31632024-12-16T20:21:43.868Z[ helios-setup] Dec 16 20:21:42.628 INFO E| Compiling mio v0.8.5
31642024-12-16T20:21:43.868Z[ helios-setup] Dec 16 20:21:42.628 INFO E| Compiling socket2 v0.4.9
31652024-12-16T20:21:44.211Z[ helios-setup] Dec 16 20:21:42.971 INFO E| Compiling ahash v0.7.6
31662024-12-16T20:21:44.586Z[ helios-setup] Dec 16 20:21:43.345 INFO E| Compiling num-traits v0.2.15
31672024-12-16T20:21:45.257Z[ helios-setup] Dec 16 20:21:44.016 INFO E| Compiling futures-io v0.3.28
31682024-12-16T20:21:45.743Z[ helios-setup] Dec 16 20:21:44.502 INFO E| Compiling io-lifetimes v1.0.10
31692024-12-16T20:21:45.896Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31702024-12-16T20:21:46.012Z[ helios-setup] Dec 16 20:21:44.771 INFO E| Compiling crunchy v0.2.2
31712024-12-16T20:21:46.562Z[ helios-setup] Dec 16 20:21:45.320 INFO E| Compiling pin-utils v0.1.0
31722024-12-16T20:21:46.713Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31732024-12-16T20:21:47.033Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31742024-12-16T20:21:47.363Z[ helios-setup] Dec 16 20:21:46.122 INFO E| Compiling ahash v0.8.3
31752024-12-16T20:21:47.660Z[ helios-setup] Dec 16 20:21:46.418 INFO E| Compiling tiny-keccak v2.0.2
31762024-12-16T20:21:47.892Z[ helios-setup] Dec 16 20:21:46.651 INFO E| Compiling rustix v0.37.3
31772024-12-16T20:21:48.124Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31782024-12-16T20:21:48.431Z[ helios-setup] Dec 16 20:21:47.190 INFO E| Compiling hashbrown v0.12.3
31792024-12-16T20:21:48.601Z[ helios-setup] Dec 16 20:21:47.359 INFO E| Compiling serde_derive_internals v0.26.0
31802024-12-16T20:21:48.851Z[ helios-setup] Dec 16 20:21:47.609 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31812024-12-16T20:21:48.972Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31822024-12-16T20:21:49.692Z[ helios-setup] Dec 16 20:21:48.451 INFO E| Compiling crypto-common v0.1.6
31832024-12-16T20:21:49.951Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31842024-12-16T20:21:49.971Z[ helios-setup] Dec 16 20:21:48.729 INFO E| Compiling block-buffer v0.10.3
31852024-12-16T20:21:50.808Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31862024-12-16T20:21:50.981Z[ helios-setup] Dec 16 20:21:49.739 INFO E| Compiling errno v0.3.1
31872024-12-16T20:21:51.596Z[ helios-setup] Dec 16 20:21:50.354 INFO E| Compiling pkg-config v0.3.26
31882024-12-16T20:21:51.829Z[ helios-setup] Dec 16 20:21:50.587 INFO E| Compiling crossbeam-utils v0.8.14
31892024-12-16T20:21:51.917Z[ helios-setup] Dec 16 20:21:50.675 INFO E| Compiling slog v2.7.0
31902024-12-16T20:21:52.218Z[ helios-setup] Dec 16 20:21:50.976 INFO E| Compiling fnv v1.0.7
31912024-12-16T20:21:52.472Z[ helios-setup] Dec 16 20:21:51.229 INFO E| Compiling http v0.2.9
31922024-12-16T20:21:54.345Z[ helios-setup] Dec 16 20:21:53.103 INFO E| Compiling digest v0.10.6
31932024-12-16T20:21:54.910Z[ helios-setup] Dec 16 20:21:53.668 INFO E| Compiling aho-corasick v0.7.20
31942024-12-16T20:21:55.336Z[ helios-setup] Dec 16 20:21:54.093 INFO E| Compiling percent-encoding v2.2.0
31952024-12-16T20:21:55.401Z[ helios-setup] Dec 16 20:21:54.158 INFO E| Compiling httparse v1.8.0
31962024-12-16T20:21:56.284Z[ helios-setup] Dec 16 20:21:55.040 INFO E| Compiling anyhow v1.0.68
31972024-12-16T20:21:56.358Z[ helios-setup] Dec 16 20:21:55.115 INFO E| Compiling heck v0.4.1
31982024-12-16T20:21:57.266Z[ helios-setup] Dec 16 20:21:56.023 INFO E| Compiling tinyvec_macros v0.1.1
31992024-12-16T20:21:57.499Z[ helios-setup] Dec 16 20:21:56.255 INFO E| Compiling cpufeatures v0.2.5
32002024-12-16T20:21:57.580Z[ helios-setup] Dec 16 20:21:56.337 INFO E| Compiling regex-syntax v0.6.29
32012024-12-16T20:21:58.063Z[ helios-setup] Dec 16 20:21:56.820 INFO E| Compiling unicode-width v0.1.10
32022024-12-16T20:21:58.311Z[ helios-setup] Dec 16 20:21:57.068 INFO E| Compiling tinyvec v1.6.0
32032024-12-16T20:21:58.416Z[ helios-setup] Dec 16 20:21:57.172 INFO E| Compiling thiserror-impl v1.0.38
32042024-12-16T20:21:58.542Z[ helios-setup] Dec 16 20:21:57.298 INFO E| Compiling schemars_derive v0.8.12
32052024-12-16T20:21:58.626Z[ helios-setup] Dec 16 20:21:57.383 INFO E| Compiling const-random-macro v0.1.15
32062024-12-16T20:22:00.600Z[ host-package] Compiling unicode-truncate v1.1.0
32072024-12-16T20:22:00.952Z[ helios-setup] Dec 16 20:21:59.708 INFO E| Compiling form_urlencoded v1.1.0
32082024-12-16T20:22:01.388Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32092024-12-16T20:22:01.397Z[ helios-setup] Dec 16 20:22:00.142 INFO E| Compiling serde_derive v1.0.204
32102024-12-16T20:22:01.537Z[ helios-setup] Dec 16 20:22:00.284 INFO E| Compiling tokio-macros v2.0.0
32112024-12-16T20:22:01.867Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32122024-12-16T20:22:01.886Z[ helios-setup] Dec 16 20:22:00.638 INFO E| Compiling futures-macro v0.3.28
32132024-12-16T20:22:02.309Z[ helios-setup] Dec 16 20:22:01.065 INFO E| Compiling hashbrown v0.13.2
32142024-12-16T20:22:03.081Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32152024-12-16T20:22:04.352Z[ host-package] Compiling hashlink v0.9.1
32162024-12-16T20:22:04.606Z[ helios-setup] Dec 16 20:22:03.361 INFO E| Compiling chrono v0.4.24
32172024-12-16T20:22:04.664Z[ host-package] Compiling tungstenite v0.23.0
32182024-12-16T20:22:04.751Z[ helios-setup] Dec 16 20:22:03.506 INFO E| Compiling regex v1.7.3
32192024-12-16T20:22:04.876Z[ helios-setup] Dec 16 20:22:03.632 INFO E| Compiling libz-sys v1.1.8
32202024-12-16T20:22:06.464Z[ host-package] Compiling lru v0.12.5
32212024-12-16T20:22:06.566Z[ host-package] Compiling instability v0.3.2
32222024-12-16T20:22:06.856Z[ host-package] Compiling base64 v0.13.1
32232024-12-16T20:22:07.389Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32242024-12-16T20:22:07.902Z[ host-package] Compiling cassowary v0.3.0
32252024-12-16T20:22:07.915Z[ helios-setup] Dec 16 20:22:06.670 INFO E| Compiling uuid v1.3.0
32262024-12-16T20:22:08.225Z[ host-package] Compiling fallible-iterator v0.3.0
32272024-12-16T20:22:08.229Z[ helios-setup] Dec 16 20:22:06.981 INFO E| Compiling dyn-clone v1.0.11
32282024-12-16T20:22:08.380Z[ host-package] Compiling ron v0.7.1
32292024-12-16T20:22:08.826Z[ helios-setup] Dec 16 20:22:07.581 INFO E| Compiling regress v0.5.0
32302024-12-16T20:22:08.870Z[ helios-setup] Dec 16 20:22:07.625 INFO E| Compiling unicode-normalization v0.1.22
32312024-12-16T20:22:10.060Z[ host-package] Compiling rusqlite v0.32.1
32322024-12-16T20:22:10.076Z[ helios-setup] Dec 16 20:22:08.831 INFO E| Compiling const-random v0.1.15
32332024-12-16T20:22:11.500Z[ helios-setup] Dec 16 20:22:10.254 INFO E| Compiling getopts v0.2.21
32342024-12-16T20:22:12.239Z[ helios-setup] Dec 16 20:22:10.993 INFO E| Compiling tracing-core v0.1.30
32352024-12-16T20:22:12.542Z[ helios-setup] Dec 16 20:22:11.296 INFO E| Compiling memoffset v0.7.1
32362024-12-16T20:22:13.850Z[ helios-setup] Dec 16 20:22:12.604 INFO E| Compiling powerfmt v0.2.0
32372024-12-16T20:22:13.936Z[ helios-setup] Dec 16 20:22:12.690 INFO E| Compiling unicode-bidi v0.3.13
32382024-12-16T20:22:14.098Z[ helios-setup] Dec 16 20:22:12.851 INFO E| Compiling time-core v0.1.2
32392024-12-16T20:22:14.471Z[ host-package] Compiling ratatui v0.28.1
32402024-12-16T20:22:15.184Z[ host-package] Compiling tokio-tungstenite v0.23.1
32412024-12-16T20:22:15.600Z[ helios-setup] Dec 16 20:22:14.354 INFO E| Compiling num-conv v0.1.0
32422024-12-16T20:22:16.407Z[ helios-setup] Dec 16 20:22:15.160 INFO E| Compiling ucd-trie v0.1.5
32432024-12-16T20:22:16.638Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32442024-12-16T20:22:16.923Z[ helios-setup] Dec 16 20:22:15.676 INFO E| Compiling pest v2.5.7
32452024-12-16T20:22:17.401Z[ helios-setup] Dec 16 20:22:16.154 INFO E| Compiling time-macros v0.2.18
32462024-12-16T20:22:17.542Z[ helios-setup] Dec 16 20:22:16.296 INFO E| Compiling idna v0.3.0
32472024-12-16T20:22:17.977Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32482024-12-16T20:22:19.839Z[ helios-setup] Dec 16 20:22:18.592 INFO E| Compiling deranged v0.3.11
32492024-12-16T20:22:19.936Z[ helios-setup] Dec 16 20:22:18.689 INFO E| Compiling tracing v0.1.37
32502024-12-16T20:22:20.505Z[ host-package] Compiling xz2 v0.1.7
32512024-12-16T20:22:22.812Z[ helios-setup] Dec 16 20:22:21.565 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32522024-12-16T20:22:23.024Z[ host-package] Compiling tokio-rustls v0.24.1
32532024-12-16T20:22:23.750Z[ helios-setup] Dec 16 20:22:22.502 INFO E| Compiling time v0.1.45
32542024-12-16T20:22:24.110Z[ host-package] Compiling zone v0.1.8
32552024-12-16T20:22:24.466Z[ helios-setup] Dec 16 20:22:23.218 INFO E| Compiling crossbeam-epoch v0.9.13
32562024-12-16T20:22:24.688Z[ helios-setup] Dec 16 20:22:23.440 INFO E| Compiling semver v1.0.17
32572024-12-16T20:22:25.851Z[ helios-setup] Dec 16 20:22:24.603 INFO E| Compiling iana-time-zone v0.1.56
32582024-12-16T20:22:26.829Z[ helios-setup] Dec 16 20:22:25.581 INFO E| Compiling num_threads v0.1.6
32592024-12-16T20:22:27.354Z[ helios-setup] Dec 16 20:22:26.106 INFO E| Compiling time v0.3.36
32602024-12-16T20:22:27.884Z[ helios-setup] Dec 16 20:22:26.636 INFO E| Compiling semver-parser v0.10.2
32612024-12-16T20:22:27.976Z[ helios-setup] Dec 16 20:22:26.727 INFO E| Compiling url v2.3.1
32622024-12-16T20:22:29.649Z[ helios-setup] Dec 16 20:22:28.400 INFO E| Compiling toml v0.5.11
32632024-12-16T20:22:30.248Z[ helios-setup] Dec 16 20:22:28.999 INFO E| Compiling serde_tokenstream v0.2.0
32642024-12-16T20:22:30.463Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32652024-12-16T20:22:31.375Z[ helios-setup] Dec 16 20:22:30.126 INFO E| Compiling smallvec v1.10.0
32662024-12-16T20:22:34.051Z[ helios-setup] Dec 16 20:22:32.802 INFO E| Compiling parking_lot v0.12.1
32672024-12-16T20:22:38.882Z[ helios-setup] Dec 16 20:22:37.631 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32682024-12-16T20:22:41.542Z[ helios-setup] Dec 16 20:22:40.291 INFO E| Compiling crossbeam-channel v0.5.6
32692024-12-16T20:22:44.860Z[ helios-setup] Dec 16 20:22:43.609 INFO E| Compiling dirs-sys-next v0.1.2
32702024-12-16T20:22:45.726Z[ helios-setup] Dec 16 20:22:44.475 INFO E| Compiling crc32fast v1.3.2
32712024-12-16T20:22:45.842Z[ helios-setup] Dec 16 20:22:44.590 INFO E| Compiling try-lock v0.2.4
32722024-12-16T20:22:46.336Z[ helios-setup] Dec 16 20:22:45.084 INFO E| Compiling same-file v1.0.6
32732024-12-16T20:22:46.810Z[ helios-setup] Dec 16 20:22:45.558 INFO E| Compiling walkdir v2.3.3
32742024-12-16T20:22:46.971Z[ helios-setup] Dec 16 20:22:45.719 INFO E| Compiling want v0.3.0
32752024-12-16T20:22:47.139Z[ helios-setup] Dec 16 20:22:45.887 INFO E| Compiling dirs-next v2.0.0
32762024-12-16T20:22:48.210Z[ helios-setup] Dec 16 20:22:46.958 INFO E| Compiling proc-macro-crate v1.2.1
32772024-12-16T20:22:50.260Z[ helios-setup] Dec 16 20:22:49.008 INFO E| Compiling semver v0.11.0
32782024-12-16T20:22:52.450Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32792024-12-16T20:22:53.701Z[ helios-setup] Dec 16 20:22:52.447 INFO E| Compiling tokio-util v0.7.7
32802024-12-16T20:22:54.066Z[ helios-setup] Dec 16 20:22:52.813 INFO E| Compiling futures-executor v0.3.28
32812024-12-16T20:22:54.203Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32822024-12-16T20:22:54.298Z[ helios-setup] Dec 16 20:22:53.044 INFO E| Compiling http-body v0.4.5
32832024-12-16T20:22:55.341Z[ helios-setup] Dec 16 20:22:54.087 INFO E| Compiling ring v0.16.20
32842024-12-16T20:22:55.520Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32852024-12-16T20:22:56.112Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32862024-12-16T20:22:56.185Z[ helios-setup] Dec 16 20:22:54.932 INFO E| Compiling h2 v0.3.16
32872024-12-16T20:22:56.292Z[ helios-setup] Dec 16 20:22:55.039 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32882024-12-16T20:22:56.594Z[ helios-setup] Dec 16 20:22:55.341 INFO E| Compiling rand_core v0.6.4
32892024-12-16T20:22:57.953Z[ helios-setup] Dec 16 20:22:56.699 INFO E| Compiling thread_local v1.1.7
32902024-12-16T20:22:58.404Z[ helios-setup] Dec 16 20:22:57.150 INFO E| Compiling tower-service v0.3.2
32912024-12-16T20:22:58.865Z[ helios-setup] Dec 16 20:22:57.610 INFO E| Compiling home v0.5.4
32922024-12-16T20:22:59.169Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32932024-12-16T20:22:59.379Z[ helios-setup] Dec 16 20:22:58.124 INFO E| Compiling lazy_static v1.4.0
32942024-12-16T20:22:59.888Z[ helios-setup] Dec 16 20:22:58.634 INFO E| Compiling adler v1.0.2
32952024-12-16T20:23:00.381Z[ helios-setup] Dec 16 20:22:59.127 INFO E| Compiling rayon-core v1.10.2
32962024-12-16T20:23:00.602Z[ helios-setup] Dec 16 20:22:59.348 INFO E| Compiling base64 v0.21.0
32972024-12-16T20:23:00.824Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32982024-12-16T20:23:00.878Z[ helios-setup] Dec 16 20:22:59.623 INFO E| Compiling httpdate v1.0.2
32992024-12-16T20:23:01.113Z[ helios-setup] Dec 16 20:22:59.859 INFO E| Compiling ppv-lite86 v0.2.17
33002024-12-16T20:23:02.505Z[ helios-setup] Dec 16 20:23:01.251 INFO E| Compiling fastrand v1.9.0
33012024-12-16T20:23:02.878Z[ helios-setup] Dec 16 20:23:01.624 INFO E| Compiling utf8parse v0.2.1
33022024-12-16T20:23:03.361Z[ helios-setup] Dec 16 20:23:02.106 INFO E| Compiling tempfile v3.5.0
33032024-12-16T20:23:03.686Z[ helios-setup] Dec 16 20:23:02.431 INFO E| Compiling anstyle-parse v0.1.1
33042024-12-16T20:23:04.443Z[ helios-setup] Dec 16 20:23:03.188 INFO E| Compiling rand_chacha v0.3.1
33052024-12-16T20:23:04.995Z[ helios-setup] Dec 16 20:23:03.740 INFO E| Compiling miniz_oxide v0.6.2
33062024-12-16T20:23:06.439Z[ host-package] Compiling rustls-pemfile v1.0.4
33072024-12-16T20:23:07.798Z[ helios-setup] Dec 16 20:23:06.542 INFO E| Compiling hyper v0.14.25
33082024-12-16T20:23:08.155Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33092024-12-16T20:23:08.675Z[ helios-setup] Dec 16 20:23:07.419 INFO E| Compiling toolchain_find v0.2.0
33102024-12-16T20:23:09.002Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33112024-12-16T20:23:10.243Z[ helios-setup] Dec 16 20:23:08.987 INFO E| Compiling futures v0.3.28
33122024-12-16T20:23:18.298Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33132024-12-16T20:23:18.725Z[ host-package] Compiling signal-hook-tokio v0.3.1
33142024-12-16T20:23:18.866Z[ host-package] Compiling twox-hash v1.6.3
33152024-12-16T20:23:19.445Z[ host-package] Compiling yasna v0.5.2
33162024-12-16T20:23:19.666Z[ helios-setup] Dec 16 20:23:18.409 INFO E| Compiling crossbeam-deque v0.8.2
33172024-12-16T20:23:20.783Z[ helios-setup] Dec 16 20:23:19.525 INFO E| Compiling cargo-lock v8.0.3
33182024-12-16T20:23:21.106Z[ host-package] Compiling is_ci v1.2.0
33192024-12-16T20:23:21.540Z[ host-package] Compiling unicode-linebreak v0.1.5
33202024-12-16T20:23:22.101Z[ host-package] Compiling smawk v0.3.2
33212024-12-16T20:23:22.628Z[ host-package] Compiling textwrap v0.16.1
33222024-12-16T20:23:22.887Z[ host-package] Compiling rcgen v0.12.1
33232024-12-16T20:23:26.087Z[ host-package] Compiling supports-color v3.0.1
33242024-12-16T20:23:27.726Z[ helios-setup] Dec 16 20:23:26.467 INFO E| Compiling num_enum_derive v0.5.7
33252024-12-16T20:23:29.084Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262024-12-16T20:23:30.233Z[ helios-setup] Dec 16 20:23:28.973 INFO E| Compiling term v0.7.0
33272024-12-16T20:23:31.339Z[ helios-setup] Dec 16 20:23:30.079 INFO E| Compiling serde_urlencoded v0.7.1
33282024-12-16T20:23:31.789Z[ helios-setup] Dec 16 20:23:30.530 INFO E| Compiling sha2 v0.10.6
33292024-12-16T20:23:32.016Z[ helios-setup] Dec 16 20:23:30.756 INFO E| Compiling sha1 v0.10.5
33302024-12-16T20:23:32.504Z[ helios-setup] Dec 16 20:23:31.244 INFO E| Compiling is-terminal v0.4.7
33312024-12-16T20:23:32.892Z[ helios-setup] Dec 16 20:23:31.632 INFO E| Compiling atty v0.2.14
33322024-12-16T20:23:33.030Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33332024-12-16T20:23:33.801Z[ helios-setup] Dec 16 20:23:32.541 INFO E| Compiling concolor-override v1.0.0
33342024-12-16T20:23:34.037Z[ helios-setup] Dec 16 20:23:32.777 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33352024-12-16T20:23:34.531Z[ helios-setup] Dec 16 20:23:33.270 INFO E| Compiling anstyle v0.3.5
33362024-12-16T20:23:34.799Z[ helios-setup] Dec 16 20:23:33.539 INFO E| Compiling concolor-query v0.3.3
33372024-12-16T20:23:38.006Z[ helios-setup] Dec 16 20:23:36.745 INFO E| Compiling anstream v0.2.6
33382024-12-16T20:23:38.871Z[ helios-setup] Dec 16 20:23:37.610 INFO E| Compiling slog-term v2.9.0
33392024-12-16T20:23:39.775Z[ helios-setup] Dec 16 20:23:38.513 INFO E| Compiling num_enum v0.5.7
33402024-12-16T20:23:40.086Z[ helios-setup] Dec 16 20:23:38.824 INFO E| Compiling flate2 v1.0.25
33412024-12-16T20:23:41.437Z[ helios-setup] Dec 16 20:23:40.176 INFO E| Compiling rustfmt-wrapper v0.2.0
33422024-12-16T20:23:42.809Z[ helios-setup] Dec 16 20:23:41.547 INFO E| Compiling rand v0.8.5
33432024-12-16T20:23:42.939Z[ helios-setup] Dec 16 20:23:41.677 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33442024-12-16T20:23:43.032Z[ helios-setup] Dec 16 20:23:41.770 INFO E| Compiling openapiv3 v1.0.2
33452024-12-16T20:23:44.566Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33462024-12-16T20:23:44.686Z[ helios-setup] Dec 16 20:23:43.424 INFO E| Compiling encoding_rs v0.8.32
33472024-12-16T20:23:46.795Z[ helios-setup] Dec 16 20:23:45.532 INFO E| Compiling ipnet v2.7.2
33482024-12-16T20:23:48.245Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33492024-12-16T20:23:51.153Z[ helios-setup] Dec 16 20:23:49.888 INFO E| Compiling clap_lex v0.4.1
33502024-12-16T20:23:52.643Z[ helios-setup] Dec 16 20:23:51.379 INFO E| Compiling untrusted v0.7.1
33512024-12-16T20:23:52.643Z[ helios-setup] Dec 16 20:23:51.380 INFO E| Compiling either v1.8.0
33522024-12-16T20:23:52.699Z[ helios-setup] Dec 16 20:23:51.436 INFO E| Compiling mime v0.3.17
33532024-12-16T20:23:53.005Z[ helios-setup] Dec 16 20:23:51.742 INFO E| Compiling spin v0.5.2
33542024-12-16T20:23:53.422Z[ helios-setup] Dec 16 20:23:52.158 INFO E| Compiling strsim v0.10.0
33552024-12-16T20:23:53.728Z[ helios-setup] Dec 16 20:23:52.464 INFO E| Compiling base64 v0.13.1
33562024-12-16T20:23:54.894Z[ helios-setup] Dec 16 20:23:53.630 INFO E| Compiling unsafe-libyaml v0.2.8
33572024-12-16T20:23:55.378Z[ helios-setup] Dec 16 20:23:54.114 INFO E| Compiling project-root v0.2.2
33582024-12-16T20:23:55.969Z[ helios-setup] Dec 16 20:23:54.705 INFO E| Compiling byteorder v1.4.3
33592024-12-16T20:23:56.692Z[ helios-setup] Dec 16 20:23:55.428 INFO E| Compiling utf-8 v0.7.6
33602024-12-16T20:23:56.832Z[ helios-setup] Dec 16 20:23:55.568 INFO E| Compiling clap_builder v4.2.1
33612024-12-16T20:23:56.998Z[ helios-setup] Dec 16 20:23:55.734 INFO E| Compiling reqwest v0.11.16
33622024-12-16T20:23:57.561Z[ helios-setup] Dec 16 20:23:56.297 INFO E| Compiling tungstenite v0.18.0
33632024-12-16T20:23:57.680Z[ helios-setup] Dec 16 20:23:56.415 INFO E| Compiling rayon v1.6.1
33642024-12-16T20:23:58.555Z[ helios-setup] Dec 16 20:23:57.291 INFO E| Compiling serde_yaml v0.9.21
33652024-12-16T20:24:06.169Z[ helios-setup] Dec 16 20:24:04.903 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33662024-12-16T20:24:06.630Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33672024-12-16T20:24:06.950Z[ helios-setup] Dec 16 20:24:05.684 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33682024-12-16T20:24:08.096Z[ helios-setup] Dec 16 20:24:06.830 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33692024-12-16T20:24:10.481Z[ helios-setup] Dec 16 20:24:09.215 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33702024-12-16T20:24:11.372Z[ helios-setup] Dec 16 20:24:10.105 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33712024-12-16T20:24:12.117Z[ helios-setup] Dec 16 20:24:10.850 INFO E| Compiling clap_derive v4.2.0
33722024-12-16T20:24:17.553Z[ helios-setup] Dec 16 20:24:16.285 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33732024-12-16T20:24:22.273Z[ helios-setup] Dec 16 20:24:21.004 INFO E| Compiling clap v4.2.1
33742024-12-16T20:24:22.616Z[ helios-setup] Dec 16 20:24:21.348 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33752024-12-16T20:24:26.435Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33762024-12-16T20:24:34.695Z[ helios-setup] Dec 16 20:24:33.424 INFO E| Compiling tokio-tungstenite v0.18.0
33772024-12-16T20:24:35.416Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33782024-12-16T20:24:35.901Z[ helios-setup] Dec 16 20:24:34.630 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33792024-12-16T20:24:38.817Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33802024-12-16T20:24:39.525Z[ helios-setup] Dec 16 20:24:38.253 INFO E| Compiling smartstring v1.0.1
33812024-12-16T20:24:40.520Z[ helios-setup] Dec 16 20:24:39.248 INFO E| Compiling rustls v0.21.0
33822024-12-16T20:24:42.578Z[ helios-setup] Dec 16 20:24:41.305 INFO E| Compiling toml_datetime v0.6.1
33832024-12-16T20:24:44.095Z[ helios-setup] Dec 16 20:24:42.823 INFO E| Compiling serde_spanned v0.6.1
33842024-12-16T20:24:44.760Z[ helios-setup] Dec 16 20:24:43.487 INFO E| Compiling static_assertions v1.1.0
33852024-12-16T20:24:44.918Z[ helios-setup] Dec 16 20:24:43.645 INFO E| Compiling async-trait v0.1.68
33862024-12-16T20:24:46.444Z[ helios-setup] Dec 16 20:24:45.172 INFO E| Compiling match_cfg v0.1.0
33872024-12-16T20:24:46.820Z[ helios-setup] Dec 16 20:24:45.547 INFO E| Compiling winnow v0.4.1
33882024-12-16T20:24:50.680Z[ helios-setup] Dec 16 20:24:49.407 INFO E| Compiling camino v1.1.4
33892024-12-16T20:24:51.823Z[ helios-setup] Dec 16 20:24:50.549 INFO E| Compiling slog-async v2.7.0
33902024-12-16T20:24:52.588Z[ helios-setup] Dec 16 20:24:51.314 INFO E| Compiling paste v1.0.12
33912024-12-16T20:24:53.291Z[ helios-setup] Dec 16 20:24:52.017 INFO E| Compiling hostname v0.3.1
33922024-12-16T20:24:53.890Z[ helios-setup] Dec 16 20:24:52.616 INFO E| Compiling toml_edit v0.19.8
33932024-12-16T20:24:54.244Z[ helios-setup] Dec 16 20:24:52.970 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33942024-12-16T20:24:55.726Z[ helios-setup] Dec 16 20:24:54.451 INFO E| Compiling slog-json v2.6.1
33952024-12-16T20:24:56.900Z[ helios-setup] Dec 16 20:24:55.625 INFO E| Compiling unicode-linebreak v0.1.4
33962024-12-16T20:25:00.776Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33972024-12-16T20:25:00.826Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33982024-12-16T20:25:01.979Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33992024-12-16T20:25:02.012Z[ helios-setup] Dec 16 20:25:00.737 INFO E| Compiling async-stream-impl v0.3.5
34002024-12-16T20:25:02.088Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34012024-12-16T20:25:02.321Z[ helios-setup] Dec 16 20:25:01.045 INFO E| Compiling rhai_codegen v1.5.0
34022024-12-16T20:25:04.838Z[ helios-setup] Dec 16 20:25:03.562 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34032024-12-16T20:25:05.786Z[ helios-setup] Dec 16 20:25:04.509 INFO E| Compiling take_mut v0.2.2
34042024-12-16T20:25:07.676Z[ helios-setup] Dec 16 20:25:06.399 INFO E| Compiling rhai v1.14.0
34052024-12-16T20:25:08.877Z[ helios-setup] Dec 16 20:25:07.600 INFO E| Compiling async-stream v0.3.5
34062024-12-16T20:25:10.221Z[ helios-setup] Dec 16 20:25:08.944 INFO E| Compiling toml v0.7.3
34072024-12-16T20:25:10.342Z[ helios-setup] Dec 16 20:25:09.065 INFO E| Compiling slog-bunyan v2.4.0
34082024-12-16T20:25:15.038Z[ helios-setup] Dec 16 20:25:13.760 INFO E| Compiling rustls-pemfile v1.0.2
34092024-12-16T20:25:15.470Z[ host-package] Compiling fatfs v0.3.6
34102024-12-16T20:25:16.567Z[ helios-setup] Dec 16 20:25:15.289 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34112024-12-16T20:25:17.020Z[ helios-setup] Dec 16 20:25:15.742 INFO E| Compiling serde_path_to_error v0.1.11
34122024-12-16T20:25:17.136Z[ helios-setup] Dec 16 20:25:15.856 INFO E| Compiling bincode v1.3.3
34132024-12-16T20:25:17.519Z[ host-package] Compiling subprocess v0.2.9
34142024-12-16T20:25:19.347Z[ helios-setup] Dec 16 20:25:18.066 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34152024-12-16T20:25:20.651Z[ helios-setup] Dec 16 20:25:19.372 INFO E| Compiling terminal_size v0.2.6
34162024-12-16T20:25:20.696Z[ host-package] Compiling rtoolbox v0.0.2
34172024-12-16T20:25:21.013Z[ helios-setup] Dec 16 20:25:19.734 INFO E| Compiling smawk v0.3.1
34182024-12-16T20:25:21.370Z[ helios-setup] Dec 16 20:25:20.091 INFO E| Compiling textwrap v0.16.0
34192024-12-16T20:25:21.384Z[ host-package] Compiling assert_matches v1.5.0
34202024-12-16T20:25:21.508Z[ host-package] Compiling rpassword v7.3.1
34212024-12-16T20:25:22.718Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34222024-12-16T20:25:26.113Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34232024-12-16T20:25:33.178Z[ helios-setup] Dec 16 20:25:31.897 INFO E| Compiling rustls-webpki v0.100.1
34242024-12-16T20:25:33.328Z[ helios-setup] Dec 16 20:25:32.047 INFO E| Compiling sct v0.7.0
34252024-12-16T20:25:34.869Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34262024-12-16T20:25:35.127Z[ host-package] Compiling tui-tree-widget v0.22.0
34272024-12-16T20:25:36.241Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34282024-12-16T20:25:37.167Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34292024-12-16T20:25:39.908Z[ helios-setup] Dec 16 20:25:38.626 INFO E| Compiling git2 v0.16.1
34302024-12-16T20:25:41.370Z[ helios-setup] Dec 16 20:25:40.088 INFO E| Compiling tokio-rustls v0.24.0
34312024-12-16T20:25:47.040Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34322024-12-16T20:25:47.871Z[ host-package] Compiling uzers v0.12.1
34332024-12-16T20:25:52.783Z[ helios-setup] Dec 16 20:25:51.498 INFO E| Compiling built v0.6.0
34342024-12-16T20:25:53.807Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34352024-12-16T20:25:54.935Z[ helios-setup] Dec 16 20:25:53.650 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34362024-12-16T20:25:57.315Z[ helios-setup] Dec 16 20:25:56.030 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34372024-12-16T20:25:58.893Z[ helios-setup] Dec 16 20:25:57.607 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34382024-12-16T20:25:59.744Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34392024-12-16T20:26:03.380Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34402024-12-16T20:26:05.952Z[ helios-setup] Dec 16 20:26:04.665 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34412024-12-16T20:26:09.092Z[ helios-setup] Dec 16 20:26:07.805 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34422024-12-16T20:26:57.810Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34432024-12-16T20:26:58.439Z[ helios-setup] Dec 16 20:26:57.143 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34442024-12-16T20:27:01.660Z[ host-package] Compiling multimap v0.10.0
34452024-12-16T20:28:00.153Z[ helios-setup] Dec 16 20:27:58.789 INFO E| Finished `release` profile [optimized] target(s) in 6m 36s
34462024-12-16T20:28:00.244Z[ helios-setup] Dec 16 20:27:58.927 INFO building project "pilot" ok (397 seconds)
34472024-12-16T20:28:00.256Z[ helios-setup] rm -f helios-build
34482024-12-16T20:28:00.256Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34492024-12-16T20:28:00.256Z[ helios-setup]
34502024-12-16T20:28:00.256Z[ helios-setup] Setup complete! ./helios-build is now available.
34512024-12-16T20:28:00.256Z[ helios-setup]
34522024-12-16T20:28:00.268Z[ helios-setup]
34532024-12-16T20:28:00.268Z[ helios-setup] real 11:48.850228192
34542024-12-16T20:28:00.268Z[ helios-setup] user 28:41.093575920
34552024-12-16T20:28:00.268Z[ helios-setup] sys 3:30.889692845
34562024-12-16T20:28:00.268Z[ helios-setup] trap 1.659240543
34572024-12-16T20:28:00.268Z[ helios-setup] tflt 7.192985008
34582024-12-16T20:28:00.268Z[ helios-setup] dflt 34.204247634
34592024-12-16T20:28:00.268Z[ helios-setup] kflt 0.033867076
34602024-12-16T20:28:00.269Z[ helios-setup] lock 2:06:09.366973764
34612024-12-16T20:28:00.269Z[ helios-setup] slp 3:44:45.246321444
34622024-12-16T20:28:00.269Z[ helios-setup] lat 32:48.360283429
34632024-12-16T20:28:00.269Z[ helios-setup] stop 4:24.854622514
34642024-12-16T20:28:00.269ZDec 16 20:27:58.941 INFO [helios-setup] process exited with exit status: 0 (708.855662218s)
34652024-12-16T20:28:00.269ZDec 16 20:27:58.941 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34662024-12-16T20:28:00.292Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34672024-12-16T20:28:01.158Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34682024-12-16T20:28:01.158Z[ phbl-toolchain] info: downloading component 'cargo'
34692024-12-16T20:28:02.639Z[ phbl-toolchain] info: downloading component 'clippy'
34702024-12-16T20:28:03.150Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34712024-12-16T20:28:08.257Z[ phbl-toolchain] info: downloading component 'miri'
34722024-12-16T20:28:08.412Z[ phbl-toolchain] info: downloading component 'rust-docs'
34732024-12-16T20:28:10.188Z[ phbl-toolchain] info: downloading component 'rust-src'
34742024-12-16T20:28:10.370Z[ phbl-toolchain] info: downloading component 'rust-std'
34752024-12-16T20:28:12.948Z[ phbl-toolchain] info: downloading component 'rustc'
34762024-12-16T20:28:26.339Z[ phbl-toolchain] info: downloading component 'rustfmt'
34772024-12-16T20:28:26.781Z[ phbl-toolchain] info: installing component 'cargo'
34782024-12-16T20:28:26.781Z[ phbl-toolchain] info: installing component 'clippy'
34792024-12-16T20:28:26.781Z[ phbl-toolchain] info: installing component 'llvm-tools'
34802024-12-16T20:28:29.848Z[ phbl-toolchain] info: installing component 'miri'
34812024-12-16T20:28:30.237Z[ phbl-toolchain] info: installing component 'rust-docs'
34822024-12-16T20:28:37.233Z[ phbl-toolchain] info: installing component 'rust-src'
34832024-12-16T20:28:38.176Z[ phbl-toolchain] info: installing component 'rust-std'
34842024-12-16T20:28:40.852Z[ phbl-toolchain] info: installing component 'rustc'
34852024-12-16T20:28:49.845Z[ phbl-toolchain] info: installing component 'rustfmt'
34862024-12-16T20:28:50.742Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34872024-12-16T20:28:50.746ZDec 16 20:28:49.429 INFO [phbl-toolchain] process exited with exit status: 0 (50.487961366s)
34882024-12-16T20:29:50.474Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34892024-12-16T20:30:00.961Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34902024-12-16T20:36:34.596Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 32s
34912024-12-16T20:37:42.962ZDec 16 20:37:41.552 INFO [host-package] process exited with exit status: 0 (1240.871777326s)
34922024-12-16T20:37:42.965ZDec 16 20:37:41.552 INFO [host-stamp] running task
34932024-12-16T20:37:42.965ZDec 16 20:37:41.553 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34942024-12-16T20:37:42.972ZDec 16 20:37:41.562 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+git1cfaddce5ef
34952024-12-16T20:37:42.983ZDec 16 20:37:41.574 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+git1cfaddce5ef
34962024-12-16T20:37:42.991Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34972024-12-16T20:37:42.993Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
34982024-12-16T20:37:42.997ZDec 16 20:37:41.584 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+git1cfaddce5ef
34992024-12-16T20:37:43.004Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35002024-12-16T20:37:43.004ZDec 16 20:37:41.595 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git1cfaddce5ef
35012024-12-16T20:37:43.014Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35022024-12-16T20:37:43.019Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35032024-12-16T20:37:43.019ZDec 16 20:37:41.610 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+git1cfaddce5ef
35042024-12-16T20:37:43.036Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-16T20:37:43.036ZDec 16 20:37:41.627 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+git1cfaddce5ef
35062024-12-16T20:37:43.055ZDec 16 20:37:41.645[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-16T20:37:43.055Z INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+git1cfaddce5ef
35082024-12-16T20:37:43.074Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-16T20:37:43.074ZDec 16 20:37:41.664 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+git1cfaddce5ef
35102024-12-16T20:37:43.086Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35112024-12-16T20:37:43.089Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35122024-12-16T20:37:43.092Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-16T20:37:43.092ZDec 16 20:37:41.682 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (108.584731ms)
35142024-12-16T20:37:43.095ZDec 16 20:37:41.682 INFO [stamp-overlay] process exited with exit status: 0 (36.934974ms)
35152024-12-16T20:37:43.095ZDec 16 20:37:41.683 INFO [stamp-oxlog] process exited with exit status: 0 (56.057348ms)
35162024-12-16T20:37:43.105Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35172024-12-16T20:37:43.150Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35182024-12-16T20:37:43.154ZDec 16 20:37:41.744 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (134.781913ms)
35192024-12-16T20:37:43.243Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35202024-12-16T20:37:43.247ZDec 16 20:37:41.838 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (253.508441ms)
35212024-12-16T20:37:43.360Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35222024-12-16T20:37:43.363ZDec 16 20:37:41.953 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (390.764484ms)
35232024-12-16T20:37:44.096Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35242024-12-16T20:37:44.326Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35252024-12-16T20:37:44.347ZDec 16 20:37:42.769 INFO [stamp-propolis-server] process exited with exit status: 0 (1.174326535s)
35262024-12-16T20:37:46.343Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35272024-12-16T20:37:53.700Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35282024-12-16T20:37:53.704ZDec 16 20:37:52.292 INFO [stamp-switch-asic] process exited with exit status: 0 (10.627198473s)
35292024-12-16T20:37:53.704ZDec 16 20:37:52.292 INFO [host-stamp] task succeeded (10.739951239s)
35302024-12-16T20:37:53.704ZDec 16 20:37:52.292 INFO [host-proto] running task
35312024-12-16T20:37:54.115ZDec 16 20:37:52.702 INFO [host-proto] task succeeded (409.698089ms)
35322024-12-16T20:37:54.115ZDec 16 20:37:52.702 INFO [host-profile] running task
35332024-12-16T20:37:54.118ZDec 16 20:37:52.702 INFO [host-profile] task succeeded (374.031µs)
35342024-12-16T20:37:54.118ZDec 16 20:37:52.702 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmppeKgUt/proto/host/root -N 'ci 1cfaddc/${os_short_commit} 2024-12-16 20:16' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35352024-12-16T20:37:54.135Z[ host-image] Dec 16 20:37:52.723 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35362024-12-16T20:37:54.138Z[ host-image] Dec 16 20:37:52.723 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35372024-12-16T20:37:54.151Z[ host-image] Dec 16 20:37:52.740 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmppeKgUt/proto/host/root"
35382024-12-16T20:37:54.151Z[ host-image] Dec 16 20:37:52.740 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35392024-12-16T20:37:54.154Z[ host-image] Dec 16 20:37:52.740 INFO image builder template: ramdisk-01-os...
35402024-12-16T20:37:54.154Z[ host-image] Dec 16 20:37:52.740 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/.tmppeKgUt/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35412024-12-16T20:37:54.171Z[ host-image] Dec 16 20:37:52.760 INFO O| Dec 16 20:37:52.760 INFO CREATE DATASET: rpool/images/build/host/output
35422024-12-16T20:37:54.699Z[ host-image] Dec 16 20:37:52.954 INFO O| Dec 16 20:37:52.954 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35432024-12-16T20:37:54.721Z[ host-image] Dec 16 20:37:52.959 INFO O| Dec 16 20:37:52.959 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35442024-12-16T20:37:54.721Z[ host-image] Dec 16 20:37:53.200 INFO O| Dec 16 20:37:53.200 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35452024-12-16T20:37:54.721Z[ host-image] Dec 16 20:37:53.275 INFO O| Dec 16 20:37:53.275 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35462024-12-16T20:37:54.721Z[ host-image] Dec 16 20:37:53.276 INFO O| Dec 16 20:37:53.276 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35472024-12-16T20:37:54.721Z[ host-image] Dec 16 20:37:53.276 INFO O| Dec 16 20:37:53.276 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35482024-12-16T20:37:54.721Z[ host-image] Dec 16 20:37:53.276 INFO O| Dec 16 20:37:53.276 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35492024-12-16T20:37:54.721Z[ host-image] Dec 16 20:37:53.285 INFO O| Dec 16 20:37:53.285 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35502024-12-16T20:37:55.018Z[ host-image] Dec 16 20:37:53.606 INFO O| Dec 16 20:37:53.606 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-12-16T20:37:55.034Z[ host-image] Dec 16 20:37:53.622 INFO O| Dec 16 20:37:53.622 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35522024-12-16T20:37:55.623Z[ host-image] Dec 16 20:37:54.211 INFO O| Dec 16 20:37:54.211 INFO O| Caching catalogs ... Done
35532024-12-16T20:37:55.746Z[ host-image] Dec 16 20:37:54.332 INFO O| Dec 16 20:37:54.332 INFO STEP 0 (pkg_image_create) COMPLETE
35542024-12-16T20:37:55.746Z[ host-image] Dec 16 20:37:54.332 INFO O| Dec 16 20:37:54.332 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-12-16T20:37:55.749Z[ host-image] Dec 16 20:37:54.332 INFO O| Dec 16 20:37:54.332 INFO skip step because feature "repo_redist" is not enabled
35562024-12-16T20:37:55.749Z[ host-image] Dec 16 20:37:54.332 INFO O| Dec 16 20:37:54.332 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-16T20:37:55.764Z[ host-image] Dec 16 20:37:54.350 INFO O| Dec 16 20:37:54.350 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"]
35582024-12-16T20:37:56.331Z[ host-image] Dec 16 20:37:54.919 INFO O| Dec 16 20:37:54.919 INFO STEP 2 (pkg_set_publisher) COMPLETE
35592024-12-16T20:37:56.331Z[ host-image] Dec 16 20:37:54.919 INFO O| Dec 16 20:37:54.919 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-16T20:37:56.348Z[ host-image] Dec 16 20:37:54.936 INFO O| Dec 16 20:37:54.936 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"]
35612024-12-16T20:37:56.786Z[ host-image] Dec 16 20:37:55.374 INFO O| Dec 16 20:37:55.374 INFO STEP 3 (pkg_set_publisher) COMPLETE
35622024-12-16T20:37:56.786Z[ host-image] Dec 16 20:37:55.374 INFO O| Dec 16 20:37:55.374 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-16T20:37:56.789Z[ host-image] Dec 16 20:37:55.374 INFO O| Dec 16 20:37:55.374 INFO skip step because feature "repo_redist" is not enabled
35642024-12-16T20:37:56.789Z[ host-image] Dec 16 20:37:55.374 INFO O| Dec 16 20:37:55.374 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-16T20:37:57.327Z[ host-image] Dec 16 20:37:55.915 INFO O| Dec 16 20:37:55.915 INFO variant opensolaris.zone is already global
35662024-12-16T20:37:57.327Z[ host-image] Dec 16 20:37:55.915 INFO O| Dec 16 20:37:55.915 INFO STEP 5 (pkg_change_variant) COMPLETE
35672024-12-16T20:37:57.330Z[ host-image] Dec 16 20:37:55.915 INFO O| Dec 16 20:37:55.915 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-12-16T20:37:57.910Z[ host-image] Dec 16 20:37:56.485 INFO O| Dec 16 20:37:56.485 INFO variant opensolaris.imagetype is full; changing to partial
35692024-12-16T20:37:57.910Z[ host-image] Dec 16 20:37:56.485 INFO O| Dec 16 20:37:56.485 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35702024-12-16T20:38:05.534Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.32s
35712024-12-16T20:38:06.330Z[ host-image] Dec 16 20:38:04.916 INFO O| Dec 16 20:38:04.916 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35722024-12-16T20:38:06.706ZDec 16 20:38:05.293 INFO [recovery-package] process exited with exit status: 0 (23.740036072s)
35732024-12-16T20:38:06.706ZDec 16 20:38:05.293 INFO [recovery-stamp] running task
35742024-12-16T20:38:06.709ZDec 16 20:38:05.293 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35752024-12-16T20:38:06.709ZDec 16 20:38:05.293 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+git1cfaddce5ef
35762024-12-16T20:38:06.727ZDec 16 20:38:05.314 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git1cfaddce5ef
35772024-12-16T20:38:06.737Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35782024-12-16T20:38:06.748Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35792024-12-16T20:38:06.834Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35802024-12-16T20:38:06.842ZDec 16 20:38:05.424 INFO [stamp-installinator] process exited with exit status: 0 (110.213355ms)
35812024-12-16T20:38:06.865Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35822024-12-16T20:38:06.870ZDec 16 20:38:05.456 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (162.40908ms)
35832024-12-16T20:38:06.870ZDec 16 20:38:05.456 INFO [recovery-stamp] task succeeded (163.000927ms)
35842024-12-16T20:38:06.870ZDec 16 20:38:05.456 INFO [recovery-proto] running task
35852024-12-16T20:38:06.870ZDec 16 20:38:05.456 INFO [tuf-stamp] running task
35862024-12-16T20:38:06.873ZDec 16 20:38:05.457 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+git1cfaddce5ef
35872024-12-16T20:38:06.885ZDec 16 20:38:05.471 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+git1cfaddce5ef
35882024-12-16T20:38:06.898Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
35892024-12-16T20:38:06.901ZDec 16 20:38:05.485 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+git1cfaddce5ef
35902024-12-16T20:38:06.912Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-16T20:38:06.916ZDec 16 20:38:05.498 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+git1cfaddce5ef
35922024-12-16T20:38:06.927Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-16T20:38:06.930ZDec 16 20:38:05.514 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git1cfaddce5ef
35942024-12-16T20:38:06.949ZDec 16 20:38:05.535 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+git1cfaddce5ef
35952024-12-16T20:38:06.954Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35962024-12-16T20:38:06.985ZDec 16 20:38:05.571 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+git1cfaddce5ef
35972024-12-16T20:38:06.985Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35982024-12-16T20:38:06.999Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
35992024-12-16T20:38:07.008Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36002024-12-16T20:38:07.013ZDec 16 20:38:05.595 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+git1cfaddce5ef
36012024-12-16T20:38:07.065ZDec 16 20:38:05.651 INFO [recovery-proto] task succeeded (194.813357ms)
36022024-12-16T20:38:07.068ZDec 16 20:38:05.651 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmppeKgUt/proto/recovery/root -N 'recovery 1cfaddc/${os_short_commit} 2024-12-16 20:16' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36032024-12-16T20:38:07.096Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36042024-12-16T20:38:07.099ZDec 16 20:38:05.682 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+git1cfaddce5ef
36052024-12-16T20:38:07.127Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-16T20:38:07.131ZDec 16 20:38:05.713 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+git1cfaddce5ef
36072024-12-16T20:38:07.232Z[ recovery-image] Dec 16 20:38:05.790 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36082024-12-16T20:38:07.232Z[ recovery-image] Dec 16 20:38:05.791 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36092024-12-16T20:38:07.235Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36102024-12-16T20:38:07.235ZDec 16 20:38:05.818 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+git1cfaddce5ef
36112024-12-16T20:38:07.264Z[ recovery-image] Dec 16 20:38:05.834 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmppeKgUt/proto/recovery/root"
36122024-12-16T20:38:07.269Z[ recovery-image] Dec 16 20:38:05.834 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36132024-12-16T20:38:07.269Z[ recovery-image] Dec 16 20:38:05.834 INFO image builder template: ramdisk-01-os...
36142024-12-16T20:38:07.269Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36152024-12-16T20:38:07.269Z[ recovery-image] Dec 16 20:38:05.834 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/.tmppeKgUt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36162024-12-16T20:38:07.269ZDec 16 20:38:05.850 INFO [stamp-probe] process exited with exit status: 0 (393.617306ms)
36172024-12-16T20:38:07.271Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-16T20:38:07.290Z[ recovery-image] Dec 16 20:38:05.873 INFO O| Dec 16 20:38:05.873 INFO CREATE DATASET: rpool/images/build/recovery/output
36192024-12-16T20:38:07.510Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36202024-12-16T20:38:07.518ZDec 16 20:38:06.104 INFO [stamp-ntp] process exited with exit status: 0 (606.548045ms)
36212024-12-16T20:38:07.607Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
36222024-12-16T20:38:07.638Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36232024-12-16T20:38:07.759Z[ recovery-image] Dec 16 20:38:06.345 INFO O| Dec 16 20:38:06.344 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36242024-12-16T20:38:07.765Z[ recovery-image] Dec 16 20:38:06.351 INFO O| Dec 16 20:38:06.350 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36252024-12-16T20:38:08.035Z[ recovery-image] Dec 16 20:38:06.621 INFO O| Dec 16 20:38:06.621 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36262024-12-16T20:38:08.104Z[ recovery-image] Dec 16 20:38:06.690 INFO O| Dec 16 20:38:06.689 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36272024-12-16T20:38:08.106Z[ recovery-image] Dec 16 20:38:06.690 INFO O| Dec 16 20:38:06.690 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-16T20:38:08.106Z[ recovery-image] Dec 16 20:38:06.690 INFO O| Dec 16 20:38:06.690 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-16T20:38:08.106Z[ recovery-image] Dec 16 20:38:06.690 INFO O| Dec 16 20:38:06.690 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36302024-12-16T20:38:08.115Z[ recovery-image] Dec 16 20:38:06.701 INFO O| Dec 16 20:38:06.701 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36312024-12-16T20:38:08.489Z[ recovery-image] Dec 16 20:38:07.075 INFO O| Dec 16 20:38:07.075 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36322024-12-16T20:38:08.524Z[ recovery-image] Dec 16 20:38:07.110 INFO O| Dec 16 20:38:07.110 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36332024-12-16T20:38:08.781Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36342024-12-16T20:38:08.806ZDec 16 20:38:07.391 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.677466184s)
36352024-12-16T20:38:08.825Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36362024-12-16T20:38:08.879ZDec 16 20:38:07.465 INFO [stamp-internal-dns] process exited with exit status: 0 (1.929708564s)
36372024-12-16T20:38:09.174Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36382024-12-16T20:38:09.221ZDec 16 20:38:07.806 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.235303126s)
36392024-12-16T20:38:09.264Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36402024-12-16T20:38:09.280ZDec 16 20:38:07.865 INFO [stamp-external-dns] process exited with exit status: 0 (2.046952214s)
36412024-12-16T20:38:09.288Z[ recovery-image] Dec 16 20:38:07.872 INFO O| Dec 16 20:38:07.872 INFO O| Caching catalogs ... Done
36422024-12-16T20:38:09.393Z[ recovery-image] Dec 16 20:38:07.977 INFO O| Dec 16 20:38:07.977 INFO STEP 0 (pkg_image_create) COMPLETE
36432024-12-16T20:38:09.393Z[ recovery-image] Dec 16 20:38:07.977 INFO O| Dec 16 20:38:07.977 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-12-16T20:38:09.393Z[ recovery-image] Dec 16 20:38:07.977 INFO O| Dec 16 20:38:07.977 INFO skip step because feature "repo_redist" is not enabled
36452024-12-16T20:38:09.396Z[ recovery-image] Dec 16 20:38:07.977 INFO O| Dec 16 20:38:07.977 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-12-16T20:38:09.401Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36472024-12-16T20:38:09.406ZDec 16 20:38:07.990 INFO [stamp-oximeter] process exited with exit status: 0 (2.476797374s)
36482024-12-16T20:38:09.408Z[ recovery-image] Dec 16 20:38:07.994 INFO O| Dec 16 20:38:07.994 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"]
36492024-12-16T20:38:09.874Z[ recovery-image] Dec 16 20:38:08.460 INFO O| Dec 16 20:38:08.460 INFO STEP 2 (pkg_set_publisher) COMPLETE
36502024-12-16T20:38:09.874Z[ recovery-image] Dec 16 20:38:08.460 INFO O| Dec 16 20:38:08.460 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-16T20:38:09.885Z[ recovery-image] Dec 16 20:38:08.471 INFO O| Dec 16 20:38:08.471 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"]
36522024-12-16T20:38:10.288Z[ recovery-image] Dec 16 20:38:08.874 INFO O| Dec 16 20:38:08.874 INFO STEP 3 (pkg_set_publisher) COMPLETE
36532024-12-16T20:38:10.289Z[ recovery-image] Dec 16 20:38:08.874 INFO O| Dec 16 20:38:08.874 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36542024-12-16T20:38:10.293Z[ recovery-image] Dec 16 20:38:08.874 INFO O| Dec 16 20:38:08.874 INFO skip step because feature "repo_redist" is not enabled
36552024-12-16T20:38:10.293Z[ recovery-image] Dec 16 20:38:08.874 INFO O| Dec 16 20:38:08.874 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36562024-12-16T20:38:10.764Z[ recovery-image] Dec 16 20:38:09.349 INFO O| Dec 16 20:38:09.349 INFO variant opensolaris.zone is already global
36572024-12-16T20:38:10.764Z[ recovery-image] Dec 16 20:38:09.349 INFO O| Dec 16 20:38:09.349 INFO STEP 5 (pkg_change_variant) COMPLETE
36582024-12-16T20:38:10.764Z[ recovery-image] Dec 16 20:38:09.349 INFO O| Dec 16 20:38:09.349 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36592024-12-16T20:38:11.003Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36602024-12-16T20:38:11.007ZDec 16 20:38:09.593 INFO [stamp-nexus] process exited with exit status: 0 (4.121451298s)
36612024-12-16T20:38:11.253Z[ recovery-image] Dec 16 20:38:09.838 INFO O| Dec 16 20:38:09.838 INFO variant opensolaris.imagetype is full; changing to partial
36622024-12-16T20:38:11.253Z[ recovery-image] Dec 16 20:38:09.838 INFO O| Dec 16 20:38:09.838 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36632024-12-16T20:38:11.686Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36642024-12-16T20:38:11.853Z[verify-libraries] Compiling home v0.5.9
36652024-12-16T20:38:11.876Z[verify-libraries] Compiling cfg_aliases v0.1.1
36662024-12-16T20:38:11.897Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36672024-12-16T20:38:11.898Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36682024-12-16T20:38:11.900Z[verify-libraries] Compiling unicode_categories v0.1.1
36692024-12-16T20:38:12.051Z[verify-libraries] Compiling nix v0.28.0
36702024-12-16T20:38:12.152Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36712024-12-16T20:38:12.238Z[verify-libraries] Compiling sqlformat v0.2.6
36722024-12-16T20:38:12.241Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36732024-12-16T20:38:12.401Z[verify-libraries] Compiling polyval v0.6.2
36742024-12-16T20:38:13.105Z[ host-image] Dec 16 20:38:11.689 INFO O| Dec 16 20:38:11.689 INFO O| Startup: Caching catalogs ... Done
36752024-12-16T20:38:13.173Z[verify-libraries] Compiling ghash v0.5.1
36762024-12-16T20:38:13.211Z[ host-image] Dec 16 20:38:11.796 INFO O| Dec 16 20:38:11.796 INFO O| Planning: Planning completed in 0.00 seconds
36772024-12-16T20:38:13.214Z[ host-image] Dec 16 20:38:11.797 INFO O| Dec 16 20:38:11.797 INFO O| Planning: Consolidating action changes ... Done
36782024-12-16T20:38:13.214Z[ host-image] Dec 16 20:38:11.797 INFO O| Dec 16 20:38:11.797 INFO O| Planning: Evaluating mediators ... Done
36792024-12-16T20:38:13.214Z[ host-image] Dec 16 20:38:11.798 INFO O| Dec 16 20:38:11.798 INFO O| Planning: Planning completed in 0.00 seconds
36802024-12-16T20:38:13.214Z[ host-image] Dec 16 20:38:11.798 INFO O| Dec 16 20:38:11.798 INFO O| Variants/Facets to change: 1
36812024-12-16T20:38:13.285Z[verify-libraries] Compiling ctr v0.9.2
36822024-12-16T20:38:13.330Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36832024-12-16T20:38:13.371ZDec 16 20:38:11.956 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.361267874s)
36842024-12-16T20:38:13.586Z[verify-libraries] Compiling sqlparser v0.45.0
36852024-12-16T20:38:13.654Z[verify-libraries] Compiling ssh-encoding v0.2.0
36862024-12-16T20:38:13.719Z[verify-libraries] Compiling aes-gcm v0.10.3
36872024-12-16T20:38:13.809Z[verify-libraries] Compiling blowfish v0.9.1
36882024-12-16T20:38:14.237Z[ host-image] Dec 16 20:38:12.821 INFO O| Dec 16 20:38:12.821 INFO O| Done
36892024-12-16T20:38:14.237Z[ host-image] Dec 16 20:38:12.822 INFO O| Dec 16 20:38:12.821 INFO O| Done
36902024-12-16T20:38:14.690Z[verify-libraries] Compiling ssh-cipher v0.2.0
36912024-12-16T20:38:15.481Z[ host-image] Dec 16 20:38:14.065 INFO O| Dec 16 20:38:14.065 INFO O| Done
36922024-12-16T20:38:15.549Z[ host-image] Dec 16 20:38:14.133 INFO O| Dec 16 20:38:14.133 INFO O| Done
36932024-12-16T20:38:15.552Z[ host-image] Dec 16 20:38:14.135 INFO O| Dec 16 20:38:14.135 INFO O| Done
36942024-12-16T20:38:15.552Z[ host-image] Dec 16 20:38:14.135 INFO O| Dec 16 20:38:14.135 INFO O| Done
36952024-12-16T20:38:15.557Z[ host-image] Dec 16 20:38:14.142 INFO O| Dec 16 20:38:14.142 INFO O| Done
36962024-12-16T20:38:15.589Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
36972024-12-16T20:38:16.435Z[verify-libraries] Compiling password-hash v0.4.2
36982024-12-16T20:38:16.944Z[ host-image] Dec 16 20:38:15.528 INFO O| Dec 16 20:38:15.528 INFO STEP 6 (pkg_change_variant) COMPLETE
36992024-12-16T20:38:16.944Z[ host-image] Dec 16 20:38:15.528 INFO O| Dec 16 20:38:15.528 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37002024-12-16T20:38:16.946Z[ host-image] Dec 16 20:38:15.528 INFO O| Dec 16 20:38:15.528 INFO skip step because feature "debug_variant" is not enabled
37012024-12-16T20:38:16.946Z[ host-image] Dec 16 20:38:15.528 INFO O| Dec 16 20:38:15.528 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37022024-12-16T20:38:17.589Z[ host-image] Dec 16 20:38:16.173 INFO O| Dec 16 20:38:16.173 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37032024-12-16T20:38:19.093Z[ host-image] Dec 16 20:38:17.677 INFO O| Dec 16 20:38:17.677 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37042024-12-16T20:38:19.096Z[ host-image] Dec 16 20:38:17.679 INFO O| Dec 16 20:38:17.679 INFO O| Planning: Planning completed in 0.00 seconds
37052024-12-16T20:38:19.096Z[ host-image] Dec 16 20:38:17.680 INFO O| Dec 16 20:38:17.680 INFO O| Planning: Consolidating action changes ... Done
37062024-12-16T20:38:19.096Z[ host-image] Dec 16 20:38:17.680 INFO O| Dec 16 20:38:17.680 INFO O| Planning: Evaluating mediators ... Done
37072024-12-16T20:38:19.099Z[ host-image] Dec 16 20:38:17.680 INFO O| Dec 16 20:38:17.680 INFO O| Planning: Planning completed in 0.00 seconds
37082024-12-16T20:38:19.099Z[ host-image] Dec 16 20:38:17.681 INFO O| Dec 16 20:38:17.681 INFO O| Variants/Facets to change: 1
37092024-12-16T20:38:19.192Z[ host-image] Dec 16 20:38:17.775 INFO O| Dec 16 20:38:17.775 INFO O| Done
37102024-12-16T20:38:19.192Z[ host-image] Dec 16 20:38:17.775 INFO O| Dec 16 20:38:17.775 INFO O| Done
37112024-12-16T20:38:19.341Z[verify-libraries] Compiling rustyline v14.0.0
37122024-12-16T20:38:20.255Z[ host-image] Dec 16 20:38:18.812 INFO O| Dec 16 20:38:18.812 INFO O| Done
37132024-12-16T20:38:20.258Z[verify-libraries] Compiling matches v0.1.10
37142024-12-16T20:38:20.316Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37152024-12-16T20:38:20.358Z[ host-image] Dec 16 20:38:18.942 INFO O| Dec 16 20:38:18.942 INFO O| Done
37162024-12-16T20:38:20.361Z[ host-image] Dec 16 20:38:18.943 INFO O| Dec 16 20:38:18.943 INFO O| Done
37172024-12-16T20:38:20.361Z[ host-image] Dec 16 20:38:18.943 INFO O| Dec 16 20:38:18.943 INFO O| Done
37182024-12-16T20:38:20.366ZDec 16 20:38:18.950 INFO [stamp-clickhouse] process exited with exit status: 0 (13.46480621s)
37192024-12-16T20:38:20.366Z[ host-image] Dec 16 20:38:18.945 INFO O| Dec 16 20:38:18.945 INFO O| Done
37202024-12-16T20:38:20.468Z[ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO STEP 8 (pkg_change_facet) COMPLETE
37212024-12-16T20:38:20.468Z[ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37222024-12-16T20:38:20.468Z[ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO skip step because feature "recovery" is not enabled
37232024-12-16T20:38:20.471Z[ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242024-12-16T20:38:20.471Z[ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO skip step because feature "recovery" is not enabled
37252024-12-16T20:38:20.471Z[ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262024-12-16T20:38:20.502Z[ host-image] Dec 16 20:38:19.070 INFO O| Dec 16 20:38:19.070 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"]
37272024-12-16T20:38:20.515Z[verify-libraries] Compiling idna v0.2.3
37282024-12-16T20:38:20.992Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37292024-12-16T20:38:21.008ZDec 16 20:38:19.592 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.909269374s)
37302024-12-16T20:38:21.008ZDec 16 20:38:19.592 INFO [tuf-stamp] task succeeded (14.135975508s)
37312024-12-16T20:38:21.272Z[verify-libraries] Compiling pbkdf2 v0.11.0
37322024-12-16T20:38:21.601Z[ host-image] Dec 16 20:38:20.185 INFO O| Dec 16 20:38:20.185 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37332024-12-16T20:38:21.780Z[verify-libraries] Compiling ssh-key v0.6.6
37342024-12-16T20:38:21.928Z[verify-libraries] Compiling p521 v0.13.3
37352024-12-16T20:38:24.829Z[ recovery-image] Dec 16 20:38:23.411 INFO O| Dec 16 20:38:23.411 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37362024-12-16T20:38:25.312Z[verify-libraries] Compiling p256 v0.13.2
37372024-12-16T20:38:27.036Z[verify-libraries] Compiling enum-as-inner v0.5.1
37382024-12-16T20:38:28.092Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37392024-12-16T20:38:28.593Z[verify-libraries] Compiling md5 v0.7.0
37402024-12-16T20:38:28.668Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37412024-12-16T20:38:29.179Z[verify-libraries] Compiling russh-keys v0.45.0
37422024-12-16T20:38:33.194Z[ recovery-image] Dec 16 20:38:31.776 INFO O| Dec 16 20:38:31.776 INFO O| Startup: Caching catalogs ... Done
37432024-12-16T20:38:33.300Z[ recovery-image] Dec 16 20:38:31.880 INFO O| Dec 16 20:38:31.880 INFO O| Planning: Planning completed in 0.00 seconds
37442024-12-16T20:38:33.305Z[ recovery-image] Dec 16 20:38:31.881 INFO O| Dec 16 20:38:31.881 INFO O| Planning: Consolidating action changes ... Done
37452024-12-16T20:38:33.305Z[ recovery-image] Dec 16 20:38:31.881 INFO O| Dec 16 20:38:31.881 INFO O| Planning: Evaluating mediators ... Done
37462024-12-16T20:38:33.305Z[ recovery-image] Dec 16 20:38:31.882 INFO O| Dec 16 20:38:31.882 INFO O| Planning: Planning completed in 0.00 seconds
37472024-12-16T20:38:33.305Z[ recovery-image] Dec 16 20:38:31.882 INFO O| Dec 16 20:38:31.882 INFO O| Variants/Facets to change: 1
37482024-12-16T20:38:33.458Z[ recovery-image] Dec 16 20:38:32.038 INFO O| Dec 16 20:38:32.038 INFO O| Done
37492024-12-16T20:38:33.458Z[ recovery-image] Dec 16 20:38:32.038 INFO O| Dec 16 20:38:32.038 INFO O| Done
37502024-12-16T20:38:34.410Z[ recovery-image] Dec 16 20:38:32.989 INFO O| Dec 16 20:38:32.989 INFO O| Done
37512024-12-16T20:38:34.553Z[ recovery-image] Dec 16 20:38:33.134 INFO O| Dec 16 20:38:33.134 INFO O| Done
37522024-12-16T20:38:34.556Z[ recovery-image] Dec 16 20:38:33.135 INFO O| Dec 16 20:38:33.135 INFO O| Done
37532024-12-16T20:38:34.556Z[ recovery-image] Dec 16 20:38:33.135 INFO O| Dec 16 20:38:33.135 INFO O| Done
37542024-12-16T20:38:34.556Z[ recovery-image] Dec 16 20:38:33.137 INFO O| Dec 16 20:38:33.137 INFO O| Done
37552024-12-16T20:38:34.860Z[verify-libraries] Compiling num-bigint v0.4.6
37562024-12-16T20:38:35.203Z[ recovery-image] Dec 16 20:38:33.782 INFO O| Dec 16 20:38:33.782 INFO STEP 6 (pkg_change_variant) COMPLETE
37572024-12-16T20:38:35.203Z[ recovery-image] Dec 16 20:38:33.782 INFO O| Dec 16 20:38:33.782 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37582024-12-16T20:38:35.209Z[ recovery-image] Dec 16 20:38:33.782 INFO O| Dec 16 20:38:33.782 INFO skip step because feature "debug_variant" is not enabled
37592024-12-16T20:38:35.209Z[ recovery-image] Dec 16 20:38:33.782 INFO O| Dec 16 20:38:33.782 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37602024-12-16T20:38:35.933Z[ recovery-image] Dec 16 20:38:34.514 INFO O| Dec 16 20:38:34.514 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37612024-12-16T20:38:37.098Z[ recovery-image] Dec 16 20:38:35.679 INFO O| Dec 16 20:38:35.679 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37622024-12-16T20:38:37.101Z[ recovery-image] Dec 16 20:38:35.681 INFO O| Dec 16 20:38:35.681 INFO O| Planning: Planning completed in 0.00 seconds
37632024-12-16T20:38:37.101Z[ recovery-image] Dec 16 20:38:35.681 INFO O| Dec 16 20:38:35.681 INFO O| Planning: Consolidating action changes ... Done
37642024-12-16T20:38:37.101Z[ recovery-image] Dec 16 20:38:35.681 INFO O| Dec 16 20:38:35.681 INFO O| Planning: Evaluating mediators ... Done
37652024-12-16T20:38:37.101Z[ recovery-image] Dec 16 20:38:35.682 INFO O| Dec 16 20:38:35.682 INFO O| Planning: Planning completed in 0.00 seconds
37662024-12-16T20:38:37.105Z[ recovery-image] Dec 16 20:38:35.682 INFO O| Dec 16 20:38:35.682 INFO O| Variants/Facets to change: 1
37672024-12-16T20:38:37.175Z[ recovery-image] Dec 16 20:38:35.756 INFO O| Dec 16 20:38:35.756 INFO O| Done
37682024-12-16T20:38:37.175Z[ recovery-image] Dec 16 20:38:35.756 INFO O| Dec 16 20:38:35.756 INFO O| Done
37692024-12-16T20:38:38.145Z[ recovery-image] Dec 16 20:38:36.725 INFO O| Dec 16 20:38:36.725 INFO O| Done
37702024-12-16T20:38:38.245Z[ recovery-image] Dec 16 20:38:36.825 INFO O| Dec 16 20:38:36.825 INFO O| Done
37712024-12-16T20:38:38.247Z[ recovery-image] Dec 16 20:38:36.826 INFO O| Dec 16 20:38:36.826 INFO O| Done
37722024-12-16T20:38:38.247Z[ recovery-image] Dec 16 20:38:36.827 INFO O| Dec 16 20:38:36.826 INFO O| Done
37732024-12-16T20:38:38.249Z[ recovery-image] Dec 16 20:38:36.829 INFO O| Dec 16 20:38:36.829 INFO O| Done
37742024-12-16T20:38:38.347Z[ recovery-image] Dec 16 20:38:36.927 INFO O| Dec 16 20:38:36.927 INFO STEP 8 (pkg_change_facet) COMPLETE
37752024-12-16T20:38:38.347Z[ recovery-image] Dec 16 20:38:36.927 INFO O| Dec 16 20:38:36.927 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37762024-12-16T20:38:39.036Z[ recovery-image] Dec 16 20:38:37.604 INFO O| Dec 16 20:38:37.604 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37772024-12-16T20:38:40.085Z[ recovery-image] Dec 16 20:38:38.664 INFO O| Dec 16 20:38:38.664 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37782024-12-16T20:38:40.089Z[ recovery-image] Dec 16 20:38:38.666 INFO O| Dec 16 20:38:38.666 INFO O| Planning: Planning completed in 0.00 seconds
37792024-12-16T20:38:40.089Z[ recovery-image] Dec 16 20:38:38.667 INFO O| Dec 16 20:38:38.667 INFO O| Planning: Consolidating action changes ... Done
37802024-12-16T20:38:40.089Z[ recovery-image] Dec 16 20:38:38.668 INFO O| Dec 16 20:38:38.668 INFO O| Planning: Evaluating mediators ... Done
37812024-12-16T20:38:40.089Z[ recovery-image] Dec 16 20:38:38.668 INFO O| Dec 16 20:38:38.668 INFO O| Planning: Planning completed in 0.00 seconds
37822024-12-16T20:38:40.092Z[ recovery-image] Dec 16 20:38:38.669 INFO O| Dec 16 20:38:38.669 INFO O| Variants/Facets to change: 1
37832024-12-16T20:38:40.186Z[ recovery-image] Dec 16 20:38:38.764 INFO O| Dec 16 20:38:38.764 INFO O| Done
37842024-12-16T20:38:40.186Z[ recovery-image] Dec 16 20:38:38.764 INFO O| Dec 16 20:38:38.764 INFO O| Done
37852024-12-16T20:38:40.990Z[ recovery-image] Dec 16 20:38:39.570 INFO O| Dec 16 20:38:39.570 INFO O| Done
37862024-12-16T20:38:41.126Z[ recovery-image] Dec 16 20:38:39.703 INFO O| Dec 16 20:38:39.703 INFO O| Done
37872024-12-16T20:38:41.131Z[ recovery-image] Dec 16 20:38:39.704 INFO O| Dec 16 20:38:39.704 INFO O| Done
37882024-12-16T20:38:41.131Z[ recovery-image] Dec 16 20:38:39.704 INFO O| Dec 16 20:38:39.704 INFO O| Done
37892024-12-16T20:38:41.132Z[ recovery-image] Dec 16 20:38:39.706 INFO O| Dec 16 20:38:39.706 INFO O| Done
37902024-12-16T20:38:41.242Z[ recovery-image] Dec 16 20:38:39.821 INFO O| Dec 16 20:38:39.821 INFO STEP 9 (pkg_change_facet) COMPLETE
37912024-12-16T20:38:41.242Z[ recovery-image] Dec 16 20:38:39.821 INFO O| Dec 16 20:38:39.821 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37922024-12-16T20:38:42.066Z[ recovery-image] Dec 16 20:38:40.484 INFO O| Dec 16 20:38:40.484 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37932024-12-16T20:38:43.051Z[ recovery-image] Dec 16 20:38:41.631 INFO O| Dec 16 20:38:41.631 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37942024-12-16T20:38:43.054Z[ recovery-image] Dec 16 20:38:41.633 INFO O| Dec 16 20:38:41.632 INFO O| Planning: Planning completed in 0.00 seconds
37952024-12-16T20:38:43.054Z[ recovery-image] Dec 16 20:38:41.633 INFO O| Dec 16 20:38:41.633 INFO O| Planning: Consolidating action changes ... Done
37962024-12-16T20:38:43.054Z[ recovery-image] Dec 16 20:38:41.633 INFO O| Dec 16 20:38:41.633 INFO O| Planning: Evaluating mediators ... Done
37972024-12-16T20:38:43.054Z[ recovery-image] Dec 16 20:38:41.634 INFO O| Dec 16 20:38:41.634 INFO O| Planning: Planning completed in 0.00 seconds
37982024-12-16T20:38:43.057Z[ recovery-image] Dec 16 20:38:41.634 INFO O| Dec 16 20:38:41.634 INFO O| Variants/Facets to change: 1
37992024-12-16T20:38:43.128Z[ recovery-image] Dec 16 20:38:41.707 INFO O| Dec 16 20:38:41.707 INFO O| Done
38002024-12-16T20:38:43.128Z[ recovery-image] Dec 16 20:38:41.708 INFO O| Dec 16 20:38:41.707 INFO O| Done
38012024-12-16T20:38:44.001Z[ recovery-image] Dec 16 20:38:42.580 INFO O| Dec 16 20:38:42.580 INFO O| Done
38022024-12-16T20:38:44.094Z[verify-libraries] Compiling des v0.8.1
38032024-12-16T20:38:44.124Z[ recovery-image] Dec 16 20:38:42.703 INFO O| Dec 16 20:38:42.703 INFO O| Done
38042024-12-16T20:38:44.127Z[ recovery-image] Dec 16 20:38:42.704 INFO O| Dec 16 20:38:42.704 INFO O| Done
38052024-12-16T20:38:44.127Z[ recovery-image] Dec 16 20:38:42.705 INFO O| Dec 16 20:38:42.704 INFO O| Done
38062024-12-16T20:38:44.129Z[ recovery-image] Dec 16 20:38:42.706 INFO O| Dec 16 20:38:42.706 INFO O| Done
38072024-12-16T20:38:44.215Z[ recovery-image] Dec 16 20:38:42.794 INFO O| Dec 16 20:38:42.794 INFO STEP 10 (pkg_change_facet) COMPLETE
38082024-12-16T20:38:44.215Z[ recovery-image] Dec 16 20:38:42.794 INFO O| Dec 16 20:38:42.794 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38092024-12-16T20:38:44.235Z[ recovery-image] Dec 16 20:38:42.814 INFO O| Dec 16 20:38:42.814 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"]
38102024-12-16T20:38:44.814Z[verify-libraries] Compiling hex-literal v0.4.1
38112024-12-16T20:38:45.060Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38122024-12-16T20:38:45.136Z[verify-libraries] Compiling russh v0.45.0
38132024-12-16T20:38:45.224Z[ recovery-image] Dec 16 20:38:43.803 INFO O| Dec 16 20:38:43.803 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38142024-12-16T20:38:46.368Z[verify-libraries] Compiling dhcproto v0.12.0
38152024-12-16T20:38:51.797Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38162024-12-16T20:38:55.862Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38172024-12-16T20:38:57.815Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38182024-12-16T20:39:09.979Z[verify-libraries] Compiling petname v2.0.2
38192024-12-16T20:39:11.386Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38202024-12-16T20:39:12.052Z[verify-libraries] Compiling internet-checksum v0.2.1
38212024-12-16T20:39:12.802Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38222024-12-16T20:39:22.117Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38232024-12-16T20:39:22.574Z[ host-image] Dec 16 20:39:21.146 INFO O| Dec 16 20:39:21.146 INFO O| Planning: Solver setup ... Done
38242024-12-16T20:39:27.226Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38252024-12-16T20:39:34.131Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38262024-12-16T20:39:37.140Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38272024-12-16T20:39:47.289Z[ recovery-image] Dec 16 20:39:45.856 INFO O| Dec 16 20:39:45.856 INFO O| Planning: Solver setup ... Done
38282024-12-16T20:39:57.850Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38292024-12-16T20:40:00.182Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38302024-12-16T20:40:04.490Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38312024-12-16T20:40:26.218Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38322024-12-16T20:40:32.432Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38332024-12-16T20:40:33.021Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38342024-12-16T20:40:33.544Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38352024-12-16T20:40:33.979Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38362024-12-16T20:40:34.422Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38372024-12-16T20:40:36.075Z[verify-libraries] Compiling sync-ptr v0.1.1
38382024-12-16T20:40:36.375Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38392024-12-16T20:40:36.757Z[ host-image] Dec 16 20:40:35.316 INFO O| Dec 16 20:40:35.316 INFO O| Planning: Running solver ... Done
38402024-12-16T20:40:37.326Z[ host-image] Dec 16 20:40:35.882 INFO O| Dec 16 20:40:35.882 INFO O| Planning: Finding local manifests ... Done
38412024-12-16T20:40:37.338Z[ host-image] Dec 16 20:40:35.898 INFO O| Dec 16 20:40:35.898 INFO O| Planning: Fetching manifests: 0/124 0% complete
38422024-12-16T20:40:42.216Z[ host-image] Dec 16 20:40:40.775 INFO O| Dec 16 20:40:40.775 INFO O| Planning: Fetching manifests: 124/124 100% complete
38432024-12-16T20:40:42.921Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38442024-12-16T20:40:43.723Z[ host-image] Dec 16 20:40:42.281 INFO O| Dec 16 20:40:42.281 INFO O| Planning: Package planning ... Done
38452024-12-16T20:40:45.415Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38462024-12-16T20:40:45.609Z[ host-image] Dec 16 20:40:44.167 INFO O| Dec 16 20:40:44.167 INFO O| Planning: Merging actions ... Done
38472024-12-16T20:40:45.942Z[ host-image] Dec 16 20:40:44.500 INFO O| Dec 16 20:40:44.500 INFO O| Planning: Checking for conflicting actions ... Done
38482024-12-16T20:40:46.228Z[ host-image] Dec 16 20:40:44.786 INFO O| Dec 16 20:40:44.785 INFO O| Planning: Consolidating action changes ... Done
38492024-12-16T20:40:46.754Z[ host-image] Dec 16 20:40:45.312 INFO O| Dec 16 20:40:45.312 INFO O| Planning: Evaluating mediators ... Done
38502024-12-16T20:40:49.685Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38512024-12-16T20:40:53.355Z[ host-image] Dec 16 20:40:51.911 INFO O| Dec 16 20:40:51.911 INFO O| Planning: Planning completed in 151.73 seconds
38522024-12-16T20:40:53.376Z[ host-image] Dec 16 20:40:51.933 INFO O| Dec 16 20:40:51.933 INFO O| Packages to install: 124
38532024-12-16T20:40:53.379Z[ host-image] Dec 16 20:40:51.933 INFO O| Dec 16 20:40:51.933 INFO O| Mediators to change: 4
38542024-12-16T20:40:53.379Z[ host-image] Dec 16 20:40:51.933 INFO O| Dec 16 20:40:51.933 INFO O| Services to change: 6
38552024-12-16T20:40:53.501Z[ host-image] Dec 16 20:40:52.058 INFO O| Dec 16 20:40:52.058 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38562024-12-16T20:40:54.822Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38572024-12-16T20:40:58.798Z[ host-image] Dec 16 20:40:57.353 INFO O| Dec 16 20:40:57.353 INFO O| Download: 1023/22774 items 5.8/199.6MB 2% complete (1.3M/s)
38582024-12-16T20:40:59.543Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38592024-12-16T20:41:03.500Z[ recovery-image] Dec 16 20:41:02.055 INFO O| Dec 16 20:41:02.055 INFO O| Planning: Running solver ... Done
38602024-12-16T20:41:04.155Z[ recovery-image] Dec 16 20:41:02.576 INFO O| Dec 16 20:41:02.576 INFO O| Planning: Finding local manifests ... Done
38612024-12-16T20:41:04.179Z[ recovery-image] Dec 16 20:41:02.593 INFO O| Dec 16 20:41:02.593 INFO O| Planning: Fetching manifests: 0/124 0% complete
38622024-12-16T20:41:04.179Z[ host-image] Dec 16 20:41:02.704 INFO O| Dec 16 20:41:02.704 INFO O| Download: 1780/22774 items 12.0/199.6MB 6% complete (1.2M/s)
38632024-12-16T20:41:09.239Z[ host-image] Dec 16 20:41:07.785 INFO O| Dec 16 20:41:07.785 INFO O| Download: 2248/22774 items 24.8/199.6MB 12% complete (1.9M/s)
38642024-12-16T20:41:09.620Z[ recovery-image] Dec 16 20:41:08.173 INFO O| Dec 16 20:41:08.173 INFO O| Planning: Fetching manifests: 124/124 100% complete
38652024-12-16T20:41:10.633Z[ recovery-image] Dec 16 20:41:09.186 INFO O| Dec 16 20:41:09.186 INFO O| Planning: Package planning ... Done
38662024-12-16T20:41:11.463Z[ recovery-image] Dec 16 20:41:10.017 INFO O| Dec 16 20:41:10.016 INFO O| Planning: Merging actions ... Done
38672024-12-16T20:41:11.969Z[ recovery-image] Dec 16 20:41:10.456 INFO O| Dec 16 20:41:10.456 INFO O| Planning: Checking for conflicting actions ... Done
38682024-12-16T20:41:12.096Z[ recovery-image] Dec 16 20:41:10.604 INFO O| Dec 16 20:41:10.604 INFO O| Planning: Consolidating action changes ... Done
38692024-12-16T20:41:12.451Z[ recovery-image] Dec 16 20:41:10.982 INFO O| Dec 16 20:41:10.981 INFO O| Planning: Evaluating mediators ... Done
38702024-12-16T20:41:14.236Z[ host-image] Dec 16 20:41:12.785 INFO O| Dec 16 20:41:12.785 INFO O| Download: 3461/22774 items 35.4/199.6MB 17% complete (2.4M/s)
38712024-12-16T20:41:18.418Z[ recovery-image] Dec 16 20:41:16.970 INFO O| Dec 16 20:41:16.970 INFO O| Planning: Planning completed in 153.17 seconds
38722024-12-16T20:41:18.426Z[ recovery-image] Dec 16 20:41:16.977 INFO O| Dec 16 20:41:16.977 INFO O| Packages to install: 124
38732024-12-16T20:41:18.426Z[ recovery-image] Dec 16 20:41:16.977 INFO O| Dec 16 20:41:16.977 INFO O| Mediators to change: 4
38742024-12-16T20:41:18.426Z[ recovery-image] Dec 16 20:41:16.977 INFO O| Dec 16 20:41:16.977 INFO O| Services to change: 5
38752024-12-16T20:41:18.511Z[ recovery-image] Dec 16 20:41:17.064 INFO O| Dec 16 20:41:17.064 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38762024-12-16T20:41:19.236Z[ host-image] Dec 16 20:41:17.787 INFO O| Dec 16 20:41:17.787 INFO O| Download: 4538/22774 items 42.3/199.6MB 21% complete (1.8M/s)
38772024-12-16T20:41:23.512Z[ recovery-image] Dec 16 20:41:22.064 INFO O| Dec 16 20:41:22.064 INFO O| Download: 961/15848 items 7.6/176.3MB 4% complete (1.5M/s)
38782024-12-16T20:41:23.833Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38792024-12-16T20:41:24.236Z[ host-image] Dec 16 20:41:22.788 INFO O| Dec 16 20:41:22.787 INFO O| Download: 5160/22774 items 46.0/199.6MB 23% complete (1.1M/s)
38802024-12-16T20:41:29.240Z[ host-image] Dec 16 20:41:27.790 INFO O| Dec 16 20:41:27.790 INFO O| Download: 6037/22774 items 46.4/199.6MB 23% complete (425k/s)
38812024-12-16T20:41:30.092Z[ recovery-image] Dec 16 20:41:28.642 INFO O| Dec 16 20:41:28.642 INFO O| Download: 1159/15848 items 9.9/176.3MB 5% complete (1.1M/s)
38822024-12-16T20:41:30.629Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38832024-12-16T20:41:31.218Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38842024-12-16T20:41:32.292Z[verify-libraries] Compiling termios v0.3.3
38852024-12-16T20:41:32.622Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38862024-12-16T20:41:34.246Z[ host-image] Dec 16 20:41:32.795 INFO O| Dec 16 20:41:32.795 INFO O| Download: 6672/22774 items 46.8/199.6MB 23% complete (86.9k/s)
38872024-12-16T20:41:39.286Z[ host-image] Dec 16 20:41:37.834 INFO O| Dec 16 20:41:37.834 INFO O| Download: 7003/22774 items 50.8/199.6MB 25% complete (427k/s)
38882024-12-16T20:41:43.050Z[ recovery-image] Dec 16 20:41:41.596 INFO O| Dec 16 20:41:41.596 INFO O| Download: 1185/15848 items 14.9/176.3MB 8% complete (768k/s)
38892024-12-16T20:41:44.331Z[ host-image] Dec 16 20:41:42.879 INFO O| Dec 16 20:41:42.879 INFO O| Download: 7660/22774 items 58.6/199.6MB 29% complete (1.2M/s)
38902024-12-16T20:41:48.440Z[ recovery-image] Dec 16 20:41:46.986 INFO O| Dec 16 20:41:46.986 INFO O| Download: 1462/15848 items 21.5/176.3MB 12% complete (1.6M/s)
38912024-12-16T20:41:52.161Z[ host-image] Dec 16 20:41:50.707 INFO O| Dec 16 20:41:50.707 INFO O| Download: 7960/22774 items 59.6/199.6MB 29% complete (1.2M/s)
38922024-12-16T20:41:53.985Z[ recovery-image] Dec 16 20:41:52.531 INFO O| Dec 16 20:41:52.531 INFO O| Download: 1510/15848 items 21.9/176.3MB 12% complete (700k/s)
38932024-12-16T20:41:57.038Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38942024-12-16T20:41:57.167Z[ host-image] Dec 16 20:41:55.707 INFO O| Dec 16 20:41:55.707 INFO O| Download: 8260/22774 items 64.0/199.6MB 32% complete (450k/s)
38952024-12-16T20:41:58.988Z[ recovery-image] Dec 16 20:41:57.533 INFO O| Dec 16 20:41:57.533 INFO O| Download: 1591/15848 items 24.8/176.3MB 14% complete (299k/s)
38962024-12-16T20:42:02.497Z[ host-image] Dec 16 20:42:01.041 INFO O| Dec 16 20:42:01.041 INFO O| Download: 8281/22774 items 66.4/199.6MB 33% complete (653k/s)
38972024-12-16T20:42:04.045Z[ recovery-image] Dec 16 20:42:02.590 INFO O| Dec 16 20:42:02.590 INFO O| Download: 2370/15848 items 31.3/176.3MB 17% complete (978k/s)
38982024-12-16T20:42:07.516Z[ host-image] Dec 16 20:42:06.059 INFO O| Dec 16 20:42:06.059 INFO O| Download: 8959/22774 items 72.0/199.6MB 36% complete (894k/s)
38992024-12-16T20:42:09.097Z[ recovery-image] Dec 16 20:42:07.640 INFO O| Dec 16 20:42:07.640 INFO O| Download: 2722/15848 items 33.7/176.3MB 19% complete (944k/s)
39002024-12-16T20:42:09.605Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39012024-12-16T20:42:12.736Z[ host-image] Dec 16 20:42:11.278 INFO O| Dec 16 20:42:11.278 INFO O| Download: 9382/22774 items 81.5/199.6MB 40% complete (1.9M/s)
39022024-12-16T20:42:14.098Z[ recovery-image] Dec 16 20:42:12.641 INFO O| Dec 16 20:42:12.640 INFO O| Download: 3612/15848 items 39.1/176.3MB 22% complete (793k/s)
39032024-12-16T20:42:17.910Z[ host-image] Dec 16 20:42:16.452 INFO O| Dec 16 20:42:16.452 INFO O| Download: 9913/22774 items 83.7/199.6MB 41% complete (1.1M/s)
39042024-12-16T20:42:19.100Z[ recovery-image] Dec 16 20:42:17.642 INFO O| Dec 16 20:42:17.642 INFO O| Download: 4073/15848 items 42.5/176.3MB 24% complete (914k/s)
39052024-12-16T20:42:22.959Z[ host-image] Dec 16 20:42:21.472 INFO O| Dec 16 20:42:21.472 INFO O| Download: 10638/22774 items 89.1/199.6MB 44% complete (910k/s)
39062024-12-16T20:42:24.103Z[ recovery-image] Dec 16 20:42:22.643 INFO O| Dec 16 20:42:22.643 INFO O| Download: 4981/15848 items 43.1/176.3MB 24% complete (412k/s)
39072024-12-16T20:42:27.960Z[ host-image] Dec 16 20:42:26.500 INFO O| Dec 16 20:42:26.500 INFO O| Download: 11090/22774 items 92.0/199.6MB 46% complete (852k/s)
39082024-12-16T20:42:29.444Z[ recovery-image] Dec 16 20:42:27.984 INFO O| Dec 16 20:42:27.984 INFO O| Download: 5698/15848 items 45.3/176.3MB 25% complete (255k/s)
39092024-12-16T20:42:32.973Z[ host-image] Dec 16 20:42:31.512 INFO O| Dec 16 20:42:31.512 INFO O| Download: 11604/22774 items 96.3/199.6MB 48% complete (742k/s)
39102024-12-16T20:42:35.889Z[ recovery-image] Dec 16 20:42:34.428 INFO O| Dec 16 20:42:34.428 INFO O| Download: 5945/15848 items 53.6/176.3MB 30% complete (1.0M/s)
39112024-12-16T20:42:37.974Z[ host-image] Dec 16 20:42:36.512 INFO O| Dec 16 20:42:36.512 INFO O| Download: 12120/22774 items 106.8/199.6MB 53% complete (1.2M/s)
39122024-12-16T20:42:40.890Z[ recovery-image] Dec 16 20:42:39.428 INFO O| Dec 16 20:42:39.428 INFO O| Download: 6850/15848 items 66.7/176.3MB 37% complete (2.0M/s)
39132024-12-16T20:42:43.297Z[ host-image] Dec 16 20:42:41.834 INFO O| Dec 16 20:42:41.834 INFO O| Download: 12314/22774 items 109.5/199.6MB 54% complete (1.3M/s)
39142024-12-16T20:42:46.649Z[ recovery-image] Dec 16 20:42:45.186 INFO O| Dec 16 20:42:45.185 INFO O| Download: 7644/15848 items 73.7/176.3MB 41% complete (2.0M/s)
39152024-12-16T20:42:48.718Z[ host-image] Dec 16 20:42:47.254 INFO O| Dec 16 20:42:47.254 INFO O| Download: 13315/22774 items 110.0/199.6MB 55% complete (446k/s)
39162024-12-16T20:42:51.661Z[ recovery-image] Dec 16 20:42:50.197 INFO O| Dec 16 20:42:50.197 INFO O| Download: 8011/15848 items 79.4/176.3MB 45% complete (725k/s)
39172024-12-16T20:42:53.726Z[ host-image] Dec 16 20:42:52.259 INFO O| Dec 16 20:42:52.259 INFO O| Download: 14155/22774 items 110.4/199.6MB 55% complete (88.5k/s)
39182024-12-16T20:42:57.136Z[ recovery-image] Dec 16 20:42:55.671 INFO O| Dec 16 20:42:55.671 INFO O| Download: 8670/15848 items 82.6/176.3MB 46% complete (883k/s)
39192024-12-16T20:42:58.727Z[ host-image] Dec 16 20:42:57.262 INFO O| Dec 16 20:42:57.262 INFO O| Download: 14448/22774 items 112.0/199.6MB 56% complete (194k/s)
39202024-12-16T20:43:02.138Z[ recovery-image] Dec 16 20:43:00.672 INFO O| Dec 16 20:43:00.672 INFO O| Download: 8716/15848 items 83.7/176.3MB 47% complete (429k/s)
39212024-12-16T20:43:03.734Z[ host-image] Dec 16 20:43:02.267 INFO O| Dec 16 20:43:02.267 INFO O| Download: 14974/22774 items 122.1/199.6MB 61% complete (1.1M/s)
39222024-12-16T20:43:07.721Z[ recovery-image] Dec 16 20:43:06.254 INFO O| Dec 16 20:43:06.254 INFO O| Download: 8775/15848 items 87.4/176.3MB 49% complete (516k/s)
39232024-12-16T20:43:08.746Z[ host-image] Dec 16 20:43:07.279 INFO O| Dec 16 20:43:07.279 INFO O| Download: 15667/22774 items 125.6/199.6MB 62% complete (1.3M/s)
39242024-12-16T20:43:12.880Z[ recovery-image] Dec 16 20:43:11.412 INFO O| Dec 16 20:43:11.412 INFO O| Download: 8925/15848 items 92.6/176.3MB 52% complete (864k/s)
39252024-12-16T20:43:14.063Z[ host-image] Dec 16 20:43:12.595 INFO O| Dec 16 20:43:12.595 INFO O| Download: 15732/22774 items 125.9/199.6MB 63% complete (1.3M/s)
39262024-12-16T20:43:17.902Z[ recovery-image] Dec 16 20:43:16.433 INFO O| Dec 16 20:43:16.433 INFO O| Download: 9725/15848 items 93.0/176.3MB 52% complete (433k/s)
39272024-12-16T20:43:19.244Z[ host-image] Dec 16 20:43:17.775 INFO O| Dec 16 20:43:17.774 INFO O| Download: 15874/22774 items 130.3/199.6MB 65% complete (483k/s)
39282024-12-16T20:43:22.912Z[ recovery-image] Dec 16 20:43:21.442 INFO O| Dec 16 20:43:21.442 INFO O| Download: 10486/15848 items 93.4/176.3MB 52% complete (81.5k/s)
39292024-12-16T20:43:24.246Z[ host-image] Dec 16 20:43:22.776 INFO O| Dec 16 20:43:22.776 INFO O| Download: 16743/22774 items 138.9/199.6MB 69% complete (1.3M/s)
39302024-12-16T20:43:28.155Z[ recovery-image] Dec 16 20:43:26.684 INFO O| Dec 16 20:43:26.684 INFO O| Download: 11010/15848 items 94.7/176.3MB 53% complete (148k/s)
39312024-12-16T20:43:29.262Z[ host-image] Dec 16 20:43:27.777 INFO O| Dec 16 20:43:27.777 INFO O| Download: 17685/22774 items 149.5/199.6MB 74% complete (1.9M/s)
39322024-12-16T20:43:33.156Z[ recovery-image] Dec 16 20:43:31.684 INFO O| Dec 16 20:43:31.684 INFO O| Download: 11345/15848 items 105.1/176.3MB 59% complete (1.1M/s)
39332024-12-16T20:43:34.250Z[ host-image] Dec 16 20:43:32.777 INFO O| Dec 16 20:43:32.777 INFO O| Download: 18342/22774 items 163.1/199.6MB 81% complete (2.4M/s)
39342024-12-16T20:43:38.158Z[ recovery-image] Dec 16 20:43:36.686 INFO O| Dec 16 20:43:36.685 INFO O| Download: 11799/15848 items 122.8/176.3MB 69% complete (2.8M/s)
39352024-12-16T20:43:39.272Z[ host-image] Dec 16 20:43:37.798 INFO O| Dec 16 20:43:37.798 INFO O| Download: 19192/22774 items 166.4/199.6MB 83% complete (1.7M/s)
39362024-12-16T20:43:43.164Z[ recovery-image] Dec 16 20:43:41.686 INFO O| Dec 16 20:43:41.686 INFO O| Download: 12135/15848 items 140.4/176.3MB 79% complete (3.5M/s)
39372024-12-16T20:43:45.706Z[ host-image] Dec 16 20:43:44.229 INFO O| Dec 16 20:43:44.229 INFO O| Download: 20011/22774 items 170.5/199.6MB 85% complete (797k/s)
39382024-12-16T20:43:48.166Z[ recovery-image] Dec 16 20:43:46.691 INFO O| Dec 16 20:43:46.691 INFO O| Download: 12912/15848 items 143.5/176.3MB 81% complete (2.1M/s)
39392024-12-16T20:43:50.721Z[ host-image] Dec 16 20:43:49.246 INFO O| Dec 16 20:43:49.245 INFO O| Download: 20729/22774 items 173.5/199.6MB 86% complete (609k/s)
39402024-12-16T20:43:51.627Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39412024-12-16T20:43:53.169Z[ recovery-image] Dec 16 20:43:51.692 INFO O| Dec 16 20:43:51.692 INFO O| Download: 13442/15848 items 145.5/176.3MB 82% complete (518k/s)
39422024-12-16T20:43:59.401Z[ host-image] Dec 16 20:43:54.455 INFO O| Dec 16 20:43:54.455 INFO O| Download: 21066/22774 items 179.3/199.6MB 89% complete (971k/s)
39432024-12-16T20:43:59.523Z[ recovery-image] Dec 16 20:43:56.701 INFO O| Dec 16 20:43:56.700 INFO O| Download: 14246/15848 items 149.2/176.3MB 84% complete (600k/s)
39442024-12-16T20:44:01.008Z[ host-image] Dec 16 20:43:59.532 INFO O| Dec 16 20:43:59.532 INFO O| Download: 21889/22774 items 190.5/199.6MB 95% complete (1.6M/s)
39452024-12-16T20:44:03.929Z[ recovery-image] Dec 16 20:44:02.452 INFO O| Dec 16 20:44:02.452 INFO O| Download: 14768/15848 items 156.4/176.3MB 88% complete (1.1M/s)
39462024-12-16T20:44:06.248Z[ host-image] Dec 16 20:44:04.771 INFO O| Dec 16 20:44:04.771 INFO O| Download: 22242/22774 items 197.7/199.6MB 99% complete (1.9M/s)
39472024-12-16T20:44:08.948Z[ recovery-image] Dec 16 20:44:07.470 INFO O| Dec 16 20:44:07.470 INFO O| Download: 15359/15848 items 161.5/176.3MB 91% complete (1.2M/s)
39482024-12-16T20:44:10.126Z[ host-image] Dec 16 20:44:08.644 INFO O| Dec 16 20:44:08.644 INFO O| Download: Completed 199.56 MB in 196.59 seconds (1.0M/s)
39492024-12-16T20:44:11.794Z[ host-image] Dec 16 20:44:10.316 INFO O| Dec 16 20:44:10.316 INFO O| Actions: 1/49471 actions (Installing new actions)
39502024-12-16T20:44:14.271Z[ recovery-image] Dec 16 20:44:12.479 INFO O| Dec 16 20:44:12.479 INFO O| Download: 15848/15848 items 176.3/176.3MB 100% complete (2.0M/s)
39512024-12-16T20:44:14.305Z[ recovery-image] Dec 16 20:44:12.488 INFO O| Dec 16 20:44:12.488 INFO O| Download: Completed 176.29 MB in 175.42 seconds (1.0M/s)
39522024-12-16T20:44:15.098Z[ recovery-image] Dec 16 20:44:13.619 INFO O| Dec 16 20:44:13.619 INFO O| Actions: 1/25014 actions (Installing new actions)
39532024-12-16T20:44:16.797Z[ host-image] Dec 16 20:44:15.317 INFO O| Dec 16 20:44:15.317 INFO O| Actions: 9453/49471 actions (Installing new actions)
39542024-12-16T20:44:20.173Z[ recovery-image] Dec 16 20:44:18.654 INFO O| Dec 16 20:44:18.654 INFO O| Actions: 8226/25014 actions (Installing new actions)
39552024-12-16T20:44:21.798Z[ host-image] Dec 16 20:44:20.318 INFO O| Dec 16 20:44:20.318 INFO O| Actions: 15536/49471 actions (Installing new actions)
39562024-12-16T20:44:25.144Z[ recovery-image] Dec 16 20:44:23.664 INFO O| Dec 16 20:44:23.664 INFO O| Actions: 12948/25014 actions (Installing new actions)
39572024-12-16T20:44:26.801Z[ host-image] Dec 16 20:44:25.319 INFO O| Dec 16 20:44:25.319 INFO O| Actions: 20834/49471 actions (Installing new actions)
39582024-12-16T20:44:30.145Z[ recovery-image] Dec 16 20:44:28.664 INFO O| Dec 16 20:44:28.664 INFO O| Actions: 16281/25014 actions (Installing new actions)
39592024-12-16T20:44:30.436Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39602024-12-16T20:44:31.824Z[ host-image] Dec 16 20:44:30.342 INFO O| Dec 16 20:44:30.342 INFO O| Actions: 26604/49471 actions (Installing new actions)
39612024-12-16T20:44:35.150Z[ recovery-image] Dec 16 20:44:33.667 INFO O| Dec 16 20:44:33.667 INFO O| Actions: 24577/25014 actions (Installing new actions)
39622024-12-16T20:44:35.734Z[ recovery-image] Dec 16 20:44:34.237 INFO O| Dec 16 20:44:34.237 INFO O| Actions: Completed 25014 actions in 20.61 seconds.
39632024-12-16T20:44:36.353Z[ host-image] Dec 16 20:44:34.866 INFO O| Dec 16 20:44:34.866 INFO O| Actions: Completed 49471 actions in 24.54 seconds.
39642024-12-16T20:44:36.424Z[ recovery-image] Dec 16 20:44:34.939 INFO O| Dec 16 20:44:34.939 INFO O| Done
39652024-12-16T20:44:36.425Z[ recovery-image] Dec 16 20:44:34.939 INFO O| Dec 16 20:44:34.939 INFO O| Done
39662024-12-16T20:44:37.148Z[ host-image] Dec 16 20:44:35.649 INFO O| Dec 16 20:44:35.649 INFO O| Done
39672024-12-16T20:44:37.148Z[ host-image] Dec 16 20:44:35.649 INFO O| Dec 16 20:44:35.649 INFO O| Done
39682024-12-16T20:44:38.153Z[ recovery-image] Dec 16 20:44:36.669 INFO O| Dec 16 20:44:36.669 INFO O| Done
39692024-12-16T20:44:38.805Z[ host-image] Dec 16 20:44:37.322 INFO O| Dec 16 20:44:37.322 INFO O| Done
39702024-12-16T20:44:40.230Z[ recovery-image] Dec 16 20:44:38.746 INFO O| Dec 16 20:44:38.746 INFO O| Done
39712024-12-16T20:44:40.252Z[ recovery-image] Dec 16 20:44:38.768 INFO O| Dec 16 20:44:38.768 INFO O| Done
39722024-12-16T20:44:41.414Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39732024-12-16T20:44:41.448Z[ host-image] Dec 16 20:44:39.937 INFO O| Dec 16 20:44:39.936 INFO O| Done
39742024-12-16T20:44:41.526Z[ host-image] Dec 16 20:44:40.001 INFO O| Dec 16 20:44:40.001 INFO O| Done
39752024-12-16T20:44:45.147Z[ recovery-image] Dec 16 20:44:43.655 INFO O| Dec 16 20:44:43.655 INFO O| Done
39762024-12-16T20:44:45.945Z[ recovery-image] Dec 16 20:44:44.446 INFO O| Dec 16 20:44:44.446 INFO O| Done
39772024-12-16T20:44:46.446Z[ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.960 INFO STEP 11 (pkg_install) COMPLETE
39782024-12-16T20:44:46.446Z[ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39792024-12-16T20:44:46.449Z[ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO skip step because feature "recovery" is enabled
39802024-12-16T20:44:46.449Z[ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39812024-12-16T20:44:46.449Z[ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO skip step because feature "omicron1" is not enabled
39822024-12-16T20:44:46.449Z[ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39832024-12-16T20:44:46.471Z[ recovery-image] Dec 16 20:44:44.986 INFO O| Dec 16 20:44:44.986 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39842024-12-16T20:44:47.384Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39852024-12-16T20:44:47.789Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39862024-12-16T20:44:49.175Z[ host-image] Dec 16 20:44:47.689 INFO O| Dec 16 20:44:47.689 INFO O| Done
39872024-12-16T20:44:50.059Z[ host-image] Dec 16 20:44:48.574 INFO O| Dec 16 20:44:48.574 INFO O| Done
39882024-12-16T20:44:50.348Z[ recovery-image] Dec 16 20:44:48.862 INFO O| Dec 16 20:44:48.861 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39892024-12-16T20:44:50.691Z[ host-image] Dec 16 20:44:49.205 INFO O| Dec 16 20:44:49.205 INFO STEP 11 (pkg_install) COMPLETE
39902024-12-16T20:44:50.691Z[ host-image] Dec 16 20:44:49.205 INFO O| Dec 16 20:44:49.205 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39912024-12-16T20:44:50.719Z[ host-image] Dec 16 20:44:49.225 INFO O| Dec 16 20:44:49.225 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
39922024-12-16T20:44:51.975Z[ host-image] Dec 16 20:44:50.490 INFO O| Dec 16 20:44:50.490 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39932024-12-16T20:44:55.194Z[ recovery-image] Dec 16 20:44:53.708 INFO O| Dec 16 20:44:53.708 INFO O| Planning: Solver setup ... Done
39942024-12-16T20:44:55.215Z[ recovery-image] Dec 16 20:44:53.715 INFO O| Dec 16 20:44:53.715 INFO O| Planning: Running solver ... Done
39952024-12-16T20:44:55.284Z[ recovery-image] Dec 16 20:44:53.797 INFO O| Dec 16 20:44:53.797 INFO O| Planning: Finding local manifests ... Done
39962024-12-16T20:44:55.287Z[ recovery-image] Dec 16 20:44:53.798 INFO O| Dec 16 20:44:53.798 INFO O| Planning: Fetching manifests: 0/1 0% complete
39972024-12-16T20:44:55.467Z[ recovery-image] Dec 16 20:44:53.974 INFO O| Dec 16 20:44:53.974 INFO O| Planning: Fetching manifests: 1/1 100% complete
39982024-12-16T20:44:55.541Z[ recovery-image] Dec 16 20:44:54.052 INFO O| Dec 16 20:44:54.052 INFO O| Planning: Package planning ... Done
39992024-12-16T20:44:55.544Z[ recovery-image] Dec 16 20:44:54.053 INFO O| Dec 16 20:44:54.053 INFO O| Planning: Merging actions ... Done
40002024-12-16T20:44:55.629Z[ recovery-image] Dec 16 20:44:54.134 INFO O| Dec 16 20:44:54.134 INFO O| Planning: Checking for conflicting actions ... Done
40012024-12-16T20:44:55.634Z[ recovery-image] Dec 16 20:44:54.135 INFO O| Dec 16 20:44:54.135 INFO O| Planning: Consolidating action changes ... Done
40022024-12-16T20:44:55.969Z[ recovery-image] Dec 16 20:44:54.479 INFO O| Dec 16 20:44:54.479 INFO O| Planning: Evaluating mediators ... Done
40032024-12-16T20:44:55.976Z[ recovery-image] Dec 16 20:44:54.480 INFO O| Dec 16 20:44:54.480 INFO O| Planning: Planning completed in 5.62 seconds
40042024-12-16T20:44:55.976Z[ recovery-image] Dec 16 20:44:54.483 INFO O| Dec 16 20:44:54.483 INFO O| Packages to install: 1
40052024-12-16T20:44:56.000Z[ recovery-image] Dec 16 20:44:54.503 INFO O| Dec 16 20:44:54.503 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40062024-12-16T20:44:56.713Z[ recovery-image] Dec 16 20:44:55.227 INFO O| Dec 16 20:44:55.227 INFO O| Download: Completed 9.99 MB in 0.72 seconds (13.8M/s)
40072024-12-16T20:44:56.821Z[ recovery-image] Dec 16 20:44:55.334 INFO O| Dec 16 20:44:55.334 INFO O| Actions: 1/22 actions (Installing new actions)
40082024-12-16T20:44:57.248Z[ recovery-image] Dec 16 20:44:55.762 INFO O| Dec 16 20:44:55.762 INFO O| Actions: Completed 22 actions in 0.43 seconds.
40092024-12-16T20:44:57.478Z[ host-image] Dec 16 20:44:55.991 INFO O| Dec 16 20:44:55.991 INFO O| Planning: Solver setup ... Done
40102024-12-16T20:44:57.485Z[ host-image] Dec 16 20:44:55.999 INFO O| Dec 16 20:44:55.999 INFO O| Planning: Running solver ... Done
40112024-12-16T20:44:57.575Z[ host-image] Dec 16 20:44:56.086 INFO O| Dec 16 20:44:56.086 INFO O| Planning: Finding local manifests ... Done
40122024-12-16T20:44:57.579Z[ host-image] Dec 16 20:44:56.088 INFO O| Dec 16 20:44:56.088 INFO O| Planning: Fetching manifests: 0/5 0% complete
40132024-12-16T20:44:57.892Z[ host-image] Dec 16 20:44:56.404 INFO O| Dec 16 20:44:56.404 INFO O| Planning: Fetching manifests: 5/5 100% complete
40142024-12-16T20:44:57.932Z[ host-image] Dec 16 20:44:56.444 INFO O| Dec 16 20:44:56.444 INFO O| Planning: Package planning ... Done
40152024-12-16T20:44:57.935Z[ recovery-image] Dec 16 20:44:56.446 INFO O| Dec 16 20:44:56.446 INFO O| Done
40162024-12-16T20:44:57.935Z[ recovery-image] Dec 16 20:44:56.446 INFO O| Dec 16 20:44:56.446 INFO O| Done
40172024-12-16T20:44:57.945Z[ host-image] Dec 16 20:44:56.459 INFO O| Dec 16 20:44:56.458 INFO O| Planning: Merging actions ... Done
40182024-12-16T20:44:58.208Z[ host-image] Dec 16 20:44:56.721 INFO O| Dec 16 20:44:56.721 INFO O| Planning: Checking for conflicting actions ... Done
40192024-12-16T20:44:58.212Z[ host-image] Dec 16 20:44:56.724 INFO O| Dec 16 20:44:56.724 INFO O| Planning: Consolidating action changes ... Done
40202024-12-16T20:44:58.758Z[ host-image] Dec 16 20:44:57.271 INFO O| Dec 16 20:44:57.271 INFO O| Planning: Evaluating mediators ... Done
40212024-12-16T20:44:58.761Z[ host-image] Dec 16 20:44:57.273 INFO O| Dec 16 20:44:57.273 INFO O| Planning: Planning completed in 6.78 seconds
40222024-12-16T20:44:58.766Z[ host-image] Dec 16 20:44:57.276 INFO O| Dec 16 20:44:57.276 INFO O| Packages to install: 5
40232024-12-16T20:44:58.766Z[ host-image] Dec 16 20:44:57.276 INFO O| Dec 16 20:44:57.276 INFO O| Services to change: 2
40242024-12-16T20:44:58.783Z[ host-image] Dec 16 20:44:57.296 INFO O| Dec 16 20:44:57.296 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
40252024-12-16T20:44:59.215Z[ recovery-image] Dec 16 20:44:57.726 INFO O| Dec 16 20:44:57.726 INFO O| Done
40262024-12-16T20:44:59.771Z[ host-image] Dec 16 20:44:58.284 INFO O| Dec 16 20:44:58.284 INFO O| Download: Completed 1.44 MB in 0.99 seconds (1.5M/s)
40272024-12-16T20:44:59.913Z[ host-image] Dec 16 20:44:58.426 INFO O| Dec 16 20:44:58.426 INFO O| Actions: 1/305 actions (Installing new actions)
40282024-12-16T20:45:00.078Z[ host-image] Dec 16 20:44:58.591 INFO O| Dec 16 20:44:58.591 INFO O| Actions: Completed 305 actions in 0.16 seconds.
40292024-12-16T20:45:00.514Z[ host-image] Dec 16 20:44:59.027 INFO O| Dec 16 20:44:59.026 INFO O| Done
40302024-12-16T20:45:00.514Z[ host-image] Dec 16 20:44:59.027 INFO O| Dec 16 20:44:59.027 INFO O| Done
40312024-12-16T20:45:01.094Z[ recovery-image] Dec 16 20:44:59.607 INFO O| Dec 16 20:44:59.607 INFO O| Done
40322024-12-16T20:45:01.117Z[ recovery-image] Dec 16 20:44:59.629 INFO O| Dec 16 20:44:59.629 INFO O| Done
40332024-12-16T20:45:01.117Z[ recovery-image] Dec 16 20:44:59.629 INFO O| Dec 16 20:44:59.629 INFO O| Done
40342024-12-16T20:45:01.134Z[ recovery-image] Dec 16 20:44:59.646 INFO O| Dec 16 20:44:59.646 INFO O| Done
40352024-12-16T20:45:01.409Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 14 (pkg_install) COMPLETE
40362024-12-16T20:45:01.409Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40372024-12-16T20:45:01.409Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO skip step because feature "mfg" is not enabled
40382024-12-16T20:45:01.522Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40392024-12-16T20:45:01.523Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO skip step because feature "compliance" is not enabled
40402024-12-16T20:45:01.523Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40412024-12-16T20:45:01.523Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO skip step because feature "stress" is not enabled
40422024-12-16T20:45:01.523Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40432024-12-16T20:45:01.523Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO skip step because feature "nfs" is not enabled
40442024-12-16T20:45:01.523Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40452024-12-16T20:45:01.523Z[ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40462024-12-16T20:45:01.681Z[ recovery-image] Dec 16 20:45:00.023 INFO O| Dec 16 20:45:00.023 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40472024-12-16T20:45:01.802Z[ recovery-image] Dec 16 20:45:00.147 INFO O| Dec 16 20:45:00.147 INFO completed processing gimlet/ramdisk-01-os
40482024-12-16T20:45:01.802Z[ recovery-image] Dec 16 20:45:00.150 INFO image builder template: ramdisk-02-trim...
40492024-12-16T20:45:01.802Z[ recovery-image] Dec 16 20:45:00.151 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/.tmppeKgUt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
40502024-12-16T20:45:01.802Z[ recovery-image] Dec 16 20:45:00.196 INFO O| Dec 16 20:45:00.195 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40512024-12-16T20:45:01.815Z[ recovery-image] Dec 16 20:45:00.209 INFO O| Dec 16 20:45:00.209 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40522024-12-16T20:45:01.893Z[ host-image] Dec 16 20:45:00.406 INFO O| Dec 16 20:45:00.406 INFO O| Done
40532024-12-16T20:45:01.995Z[ recovery-image] Dec 16 20:45:00.508 INFO O| Dec 16 20:45:00.508 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40542024-12-16T20:45:02.090Z[ recovery-image] Dec 16 20:45:00.602 INFO O| Dec 16 20:45:00.602 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40552024-12-16T20:45:02.093Z[ recovery-image] Dec 16 20:45:00.602 INFO O| Dec 16 20:45:00.602 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40562024-12-16T20:45:02.099Z[ recovery-image] Dec 16 20:45:00.611 INFO O| Dec 16 20:45:00.611 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40572024-12-16T20:45:02.175Z[ recovery-image] Dec 16 20:45:00.642 INFO O| Dec 16 20:45:00.620 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40582024-12-16T20:45:02.175Z[ recovery-image] Dec 16 20:45:00.642 INFO O| Dec 16 20:45:00.634 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40592024-12-16T20:45:02.536Z[ recovery-image] Dec 16 20:45:01.049 INFO O| Dec 16 20:45:01.049 INFO rolled back to input snapshot; work may begin
40602024-12-16T20:45:02.536Z[ recovery-image] Dec 16 20:45:01.049 INFO O| Dec 16 20:45:01.049 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40612024-12-16T20:45:02.561Z[ recovery-image] Dec 16 20:45:01.073 INFO O| Dec 16 20:45:01.073 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-16T20:45:02.581Z[ recovery-image] Dec 16 20:45:01.093 INFO O| Dec 16 20:45:01.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40632024-12-16T20:45:02.815Z[ recovery-image] Dec 16 20:45:01.327 INFO O| Dec 16 20:45:01.327 INFO STEP 0 (remove_files) COMPLETE
40642024-12-16T20:45:02.815Z[ recovery-image] Dec 16 20:45:01.327 INFO O| Dec 16 20:45:01.327 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-16T20:45:02.851Z[ recovery-image] Dec 16 20:45:01.364 INFO O| Dec 16 20:45:01.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40662024-12-16T20:45:02.854Z[ recovery-image] Dec 16 20:45:01.366 INFO O| Dec 16 20:45:01.366 INFO STEP 1 (remove_files) COMPLETE
40672024-12-16T20:45:02.854Z[ recovery-image] Dec 16 20:45:01.366 INFO O| Dec 16 20:45:01.366 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-12-16T20:45:02.872Z[ recovery-image] Dec 16 20:45:01.383 INFO O| Dec 16 20:45:01.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40692024-12-16T20:45:02.913Z[ recovery-image] Dec 16 20:45:01.424 INFO O| Dec 16 20:45:01.424 INFO STEP 2 (remove_files) COMPLETE
40702024-12-16T20:45:02.913Z[ recovery-image] Dec 16 20:45:01.424 INFO O| Dec 16 20:45:01.424 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-12-16T20:45:02.931Z[ recovery-image] Dec 16 20:45:01.443 INFO O| Dec 16 20:45:01.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40722024-12-16T20:45:02.935Z[ recovery-image] Dec 16 20:45:01.446 INFO O| Dec 16 20:45:01.446 INFO STEP 3 (remove_files) COMPLETE
40732024-12-16T20:45:02.935Z[ recovery-image] Dec 16 20:45:01.446 INFO O| Dec 16 20:45:01.446 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-12-16T20:45:02.954Z[ recovery-image] Dec 16 20:45:01.466 INFO O| Dec 16 20:45:01.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40752024-12-16T20:45:02.961Z[ recovery-image] Dec 16 20:45:01.473 INFO O| Dec 16 20:45:01.473 INFO STEP 4 (remove_files) COMPLETE
40762024-12-16T20:45:02.964Z[ recovery-image] Dec 16 20:45:01.473 INFO O| Dec 16 20:45:01.473 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40772024-12-16T20:45:03.019Z[ recovery-image] Dec 16 20:45:01.531 INFO O| Dec 16 20:45:01.531 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40782024-12-16T20:45:03.021Z[ recovery-image] Dec 16 20:45:01.531 INFO O| Dec 16 20:45:01.531 INFO STEP 5 (remove_files) COMPLETE
40792024-12-16T20:45:03.022Z[ recovery-image] Dec 16 20:45:01.531 INFO O| Dec 16 20:45:01.531 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-12-16T20:45:03.040Z[ recovery-image] Dec 16 20:45:01.552 INFO O| Dec 16 20:45:01.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40812024-12-16T20:45:03.060Z[ recovery-image] Dec 16 20:45:01.572 INFO O| Dec 16 20:45:01.572 INFO STEP 6 (remove_files) COMPLETE
40822024-12-16T20:45:03.066Z[ recovery-image] Dec 16 20:45:01.572 INFO O| Dec 16 20:45:01.572 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-16T20:45:03.066Z[ recovery-image] Dec 16 20:45:01.572 INFO O| Dec 16 20:45:01.572 INFO skip step because feature "recovery" is enabled
40842024-12-16T20:45:03.066Z[ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.572 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-12-16T20:45:03.066Z[ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.573 INFO skip step because feature "recovery" is enabled
40862024-12-16T20:45:03.066Z[ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.573 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-16T20:45:03.066Z[ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.573 INFO skip step because feature "recovery" is enabled
40882024-12-16T20:45:03.066Z[ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.573 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-12-16T20:45:03.081Z[ recovery-image] Dec 16 20:45:01.594 INFO O| Dec 16 20:45:01.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40902024-12-16T20:45:03.088Z[ recovery-image] Dec 16 20:45:01.600 INFO O| Dec 16 20:45:01.600 INFO STEP 10 (remove_files) COMPLETE
40912024-12-16T20:45:03.091Z[ recovery-image] Dec 16 20:45:01.600 INFO O| Dec 16 20:45:01.600 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-12-16T20:45:03.109Z[ recovery-image] Dec 16 20:45:01.621 INFO O| Dec 16 20:45:01.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40932024-12-16T20:45:03.112Z[ recovery-image] Dec 16 20:45:01.622 INFO O| Dec 16 20:45:01.622 INFO STEP 11 (remove_files) COMPLETE
40942024-12-16T20:45:03.112Z[ recovery-image] Dec 16 20:45:01.623 INFO O| Dec 16 20:45:01.623 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-12-16T20:45:03.137Z[ recovery-image] Dec 16 20:45:01.649 INFO O| Dec 16 20:45:01.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40962024-12-16T20:45:03.140Z[ recovery-image] Dec 16 20:45:01.652 INFO O| Dec 16 20:45:01.652 INFO STEP 12 (remove_files) COMPLETE
40972024-12-16T20:45:03.140Z[ recovery-image] Dec 16 20:45:01.652 INFO O| Dec 16 20:45:01.652 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-12-16T20:45:03.306Z[ recovery-image] Dec 16 20:45:01.815 INFO O| Dec 16 20:45:01.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40992024-12-16T20:45:03.308Z[ recovery-image] Dec 16 20:45:01.821 INFO O| Dec 16 20:45:01.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41002024-12-16T20:45:03.358Z[ recovery-image] Dec 16 20:45:01.855 INFO O| Dec 16 20:45:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41012024-12-16T20:45:03.417Z[ recovery-image] Dec 16 20:45:01.926 INFO O| Dec 16 20:45:01.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41022024-12-16T20:45:03.706Z[ recovery-image] Dec 16 20:45:02.218 INFO O| Dec 16 20:45:02.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41032024-12-16T20:45:03.709Z[ recovery-image] Dec 16 20:45:02.219 INFO O| Dec 16 20:45:02.219 INFO STEP 13 (remove_files) COMPLETE
41042024-12-16T20:45:03.709Z[ recovery-image] Dec 16 20:45:02.219 INFO O| Dec 16 20:45:02.219 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-16T20:45:03.751Z[ recovery-image] Dec 16 20:45:02.263 INFO O| Dec 16 20:45:02.263 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41062024-12-16T20:45:03.761Z[ recovery-image] Dec 16 20:45:02.265 INFO O| Dec 16 20:45:02.265 INFO STEP 14 (remove_files) COMPLETE
41072024-12-16T20:45:03.761Z[ recovery-image] Dec 16 20:45:02.265 INFO O| Dec 16 20:45:02.265 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-16T20:45:03.792Z[ recovery-image] Dec 16 20:45:02.304 INFO O| Dec 16 20:45:02.304 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41092024-12-16T20:45:03.802Z[ recovery-image] Dec 16 20:45:02.314 INFO O| Dec 16 20:45:02.314 INFO STEP 15 (remove_files) COMPLETE
41102024-12-16T20:45:03.802Z[ recovery-image] Dec 16 20:45:02.314 INFO O| Dec 16 20:45:02.314 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-16T20:45:03.822Z[ recovery-image] Dec 16 20:45:02.334 INFO O| Dec 16 20:45:02.334 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41122024-12-16T20:45:03.825Z[ recovery-image] Dec 16 20:45:02.335 INFO O| Dec 16 20:45:02.335 INFO STEP 16 (remove_files) COMPLETE
41132024-12-16T20:45:03.825Z[ recovery-image] Dec 16 20:45:02.335 INFO O| Dec 16 20:45:02.335 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-16T20:45:03.843Z[ recovery-image] Dec 16 20:45:02.355 INFO O| Dec 16 20:45:02.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41152024-12-16T20:45:03.846Z[ recovery-image] Dec 16 20:45:02.357 INFO O| Dec 16 20:45:02.357 INFO STEP 17 (remove_files) COMPLETE
41162024-12-16T20:45:03.846Z[ recovery-image] Dec 16 20:45:02.358 INFO O| Dec 16 20:45:02.357 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-16T20:45:03.874Z[ recovery-image] Dec 16 20:45:02.376 INFO O| Dec 16 20:45:02.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41182024-12-16T20:45:03.880Z[ recovery-image] Dec 16 20:45:02.376 INFO O| Dec 16 20:45:02.376 INFO STEP 18 (remove_files) COMPLETE
41192024-12-16T20:45:03.881Z[ recovery-image] Dec 16 20:45:02.377 INFO O| Dec 16 20:45:02.376 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-16T20:45:03.898Z[ recovery-image] Dec 16 20:45:02.410 INFO O| Dec 16 20:45:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41212024-12-16T20:45:03.898Z[ recovery-image] Dec 16 20:45:02.410 INFO O| Dec 16 20:45:02.410 INFO STEP 19 (remove_files) COMPLETE
41222024-12-16T20:45:03.902Z[ recovery-image] Dec 16 20:45:02.410 INFO O| Dec 16 20:45:02.410 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-16T20:45:03.918Z[ recovery-image] Dec 16 20:45:02.431 INFO O| Dec 16 20:45:02.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41242024-12-16T20:45:03.918Z[ recovery-image] Dec 16 20:45:02.431 INFO O| Dec 16 20:45:02.431 INFO STEP 20 (remove_files) COMPLETE
41252024-12-16T20:45:03.919Z[ recovery-image] Dec 16 20:45:02.431 INFO O| Dec 16 20:45:02.431 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-16T20:45:03.939Z[ recovery-image] Dec 16 20:45:02.450 INFO O| Dec 16 20:45:02.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41272024-12-16T20:45:03.939Z[ recovery-image] Dec 16 20:45:02.450 INFO O| Dec 16 20:45:02.450 INFO STEP 21 (remove_files) COMPLETE
41282024-12-16T20:45:03.939Z[ recovery-image] Dec 16 20:45:02.450 INFO O| Dec 16 20:45:02.450 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-16T20:45:03.957Z[ recovery-image] Dec 16 20:45:02.469 INFO O| Dec 16 20:45:02.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41302024-12-16T20:45:03.957Z[ recovery-image] Dec 16 20:45:02.469 INFO O| Dec 16 20:45:02.469 INFO STEP 22 (remove_files) COMPLETE
41312024-12-16T20:45:03.957Z[ recovery-image] Dec 16 20:45:02.469 INFO O| Dec 16 20:45:02.469 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-16T20:45:04.011Z[ recovery-image] Dec 16 20:45:02.523 INFO O| Dec 16 20:45:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41332024-12-16T20:45:04.017Z[ recovery-image] Dec 16 20:45:02.523 INFO O| Dec 16 20:45:02.523 INFO STEP 23 (remove_files) COMPLETE
41342024-12-16T20:45:04.017Z[ recovery-image] Dec 16 20:45:02.523 INFO O| Dec 16 20:45:02.523 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-16T20:45:04.049Z[ recovery-image] Dec 16 20:45:02.561 INFO O| Dec 16 20:45:02.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41362024-12-16T20:45:04.049Z[ recovery-image] Dec 16 20:45:02.561 INFO O| Dec 16 20:45:02.561 INFO STEP 24 (remove_files) COMPLETE
41372024-12-16T20:45:04.053Z[ recovery-image] Dec 16 20:45:02.561 INFO O| Dec 16 20:45:02.561 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-16T20:45:04.069Z[ recovery-image] Dec 16 20:45:02.579 INFO O| Dec 16 20:45:02.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41392024-12-16T20:45:04.069Z[ recovery-image] Dec 16 20:45:02.579 INFO O| Dec 16 20:45:02.579 INFO STEP 25 (remove_files) COMPLETE
41402024-12-16T20:45:04.069Z[ recovery-image] Dec 16 20:45:02.579 INFO O| Dec 16 20:45:02.579 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-16T20:45:04.086Z[ recovery-image] Dec 16 20:45:02.598 INFO O| Dec 16 20:45:02.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41422024-12-16T20:45:04.086Z[ recovery-image] Dec 16 20:45:02.598 INFO O| Dec 16 20:45:02.598 INFO STEP 26 (remove_files) COMPLETE
41432024-12-16T20:45:04.086Z[ recovery-image] Dec 16 20:45:02.598 INFO O| Dec 16 20:45:02.598 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-16T20:45:04.117Z[ recovery-image] Dec 16 20:45:02.629 INFO O| Dec 16 20:45:02.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41452024-12-16T20:45:04.117Z[ recovery-image] Dec 16 20:45:02.629 INFO O| Dec 16 20:45:02.629 INFO STEP 27 (remove_files) COMPLETE
41462024-12-16T20:45:04.117Z[ recovery-image] Dec 16 20:45:02.629 INFO O| Dec 16 20:45:02.629 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-16T20:45:04.163Z[ recovery-image] Dec 16 20:45:02.673 INFO O| Dec 16 20:45:02.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41482024-12-16T20:45:04.168Z[ recovery-image] Dec 16 20:45:02.673 INFO O| Dec 16 20:45:02.673 INFO STEP 28 (remove_files) COMPLETE
41492024-12-16T20:45:04.168Z[ recovery-image] Dec 16 20:45:02.673 INFO O| Dec 16 20:45:02.673 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-16T20:45:04.181Z[ recovery-image] Dec 16 20:45:02.694 INFO O| Dec 16 20:45:02.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41512024-12-16T20:45:04.182Z[ recovery-image] Dec 16 20:45:02.694 INFO O| Dec 16 20:45:02.694 INFO STEP 29 (remove_files) COMPLETE
41522024-12-16T20:45:04.185Z[ recovery-image] Dec 16 20:45:02.694 INFO O| Dec 16 20:45:02.694 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-16T20:45:04.200Z[ recovery-image] Dec 16 20:45:02.712 INFO O| Dec 16 20:45:02.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41542024-12-16T20:45:04.203Z[ recovery-image] Dec 16 20:45:02.712 INFO O| Dec 16 20:45:02.712 INFO STEP 30 (remove_files) COMPLETE
41552024-12-16T20:45:04.203Z[ recovery-image] Dec 16 20:45:02.713 INFO O| Dec 16 20:45:02.712 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-16T20:45:04.219Z[ recovery-image] Dec 16 20:45:02.730 INFO O| Dec 16 20:45:02.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41572024-12-16T20:45:04.222Z[ recovery-image] Dec 16 20:45:02.731 INFO O| Dec 16 20:45:02.731 INFO STEP 31 (remove_files) COMPLETE
41582024-12-16T20:45:04.223Z[ recovery-image] Dec 16 20:45:02.731 INFO O| Dec 16 20:45:02.731 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-16T20:45:04.236Z[ recovery-image] Dec 16 20:45:02.748 INFO O| Dec 16 20:45:02.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41602024-12-16T20:45:04.239Z[ recovery-image] Dec 16 20:45:02.748 INFO O| Dec 16 20:45:02.748 INFO STEP 32 (remove_files) COMPLETE
41612024-12-16T20:45:04.239Z[ recovery-image] Dec 16 20:45:02.748 INFO O| Dec 16 20:45:02.748 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-16T20:45:04.253Z[ recovery-image] Dec 16 20:45:02.766 INFO O| Dec 16 20:45:02.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41632024-12-16T20:45:04.257Z[ recovery-image] Dec 16 20:45:02.766 INFO O| Dec 16 20:45:02.766 INFO STEP 33 (remove_files) COMPLETE
41642024-12-16T20:45:04.257Z[ recovery-image] Dec 16 20:45:02.766 INFO O| Dec 16 20:45:02.766 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-16T20:45:04.284Z[ recovery-image] Dec 16 20:45:02.796 INFO O| Dec 16 20:45:02.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41662024-12-16T20:45:04.284Z[ recovery-image] Dec 16 20:45:02.796 INFO O| Dec 16 20:45:02.796 INFO STEP 34 (remove_files) COMPLETE
41672024-12-16T20:45:04.287Z[ recovery-image] Dec 16 20:45:02.796 INFO O| Dec 16 20:45:02.796 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-16T20:45:04.321Z[ recovery-image] Dec 16 20:45:02.833 INFO O| Dec 16 20:45:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41692024-12-16T20:45:04.321Z[ recovery-image] Dec 16 20:45:02.833 INFO O| Dec 16 20:45:02.833 INFO STEP 35 (remove_files) COMPLETE
41702024-12-16T20:45:04.321Z[ recovery-image] Dec 16 20:45:02.833 INFO O| Dec 16 20:45:02.833 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-16T20:45:04.340Z[ recovery-image] Dec 16 20:45:02.852 INFO O| Dec 16 20:45:02.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41722024-12-16T20:45:04.340Z[ recovery-image] Dec 16 20:45:02.852 INFO O| Dec 16 20:45:02.852 INFO STEP 36 (remove_files) COMPLETE
41732024-12-16T20:45:04.343Z[ recovery-image] Dec 16 20:45:02.852 INFO O| Dec 16 20:45:02.852 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-16T20:45:04.369Z[ recovery-image] Dec 16 20:45:02.881 INFO O| Dec 16 20:45:02.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41752024-12-16T20:45:04.369Z[ recovery-image] Dec 16 20:45:02.881 INFO O| Dec 16 20:45:02.881 INFO STEP 37 (remove_files) COMPLETE
41762024-12-16T20:45:04.369Z[ recovery-image] Dec 16 20:45:02.881 INFO O| Dec 16 20:45:02.881 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-16T20:45:04.426Z[ recovery-image] Dec 16 20:45:02.937 INFO O| Dec 16 20:45:02.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41782024-12-16T20:45:04.426Z[ recovery-image] Dec 16 20:45:02.937 INFO O| Dec 16 20:45:02.937 INFO STEP 38 (remove_files) COMPLETE
41792024-12-16T20:45:04.426Z[ recovery-image] Dec 16 20:45:02.937 INFO O| Dec 16 20:45:02.937 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-16T20:45:04.445Z[ recovery-image] Dec 16 20:45:02.956 INFO O| Dec 16 20:45:02.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41812024-12-16T20:45:04.445Z[ recovery-image] Dec 16 20:45:02.956 INFO O| Dec 16 20:45:02.956 INFO STEP 39 (remove_files) COMPLETE
41822024-12-16T20:45:04.445Z[ recovery-image] Dec 16 20:45:02.956 INFO O| Dec 16 20:45:02.956 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-16T20:45:04.472Z[ recovery-image] Dec 16 20:45:02.984 INFO O| Dec 16 20:45:02.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41842024-12-16T20:45:04.476Z[ recovery-image] Dec 16 20:45:02.984 INFO O| Dec 16 20:45:02.984 INFO STEP 40 (remove_files) COMPLETE
41852024-12-16T20:45:04.476Z[ recovery-image] Dec 16 20:45:02.984 INFO O| Dec 16 20:45:02.984 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-16T20:45:04.503Z[ recovery-image] Dec 16 20:45:03.015 INFO O| Dec 16 20:45:03.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41872024-12-16T20:45:04.503Z[ recovery-image] Dec 16 20:45:03.015 INFO O| Dec 16 20:45:03.015 INFO STEP 41 (remove_files) COMPLETE
41882024-12-16T20:45:04.506Z[ recovery-image] Dec 16 20:45:03.015 INFO O| Dec 16 20:45:03.015 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-16T20:45:04.523Z[ recovery-image] Dec 16 20:45:03.034 INFO O| Dec 16 20:45:03.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41902024-12-16T20:45:04.523Z[ recovery-image] Dec 16 20:45:03.034 INFO O| Dec 16 20:45:03.034 INFO STEP 42 (remove_files) COMPLETE
41912024-12-16T20:45:04.523Z[ recovery-image] Dec 16 20:45:03.034 INFO O| Dec 16 20:45:03.034 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-16T20:45:04.549Z[ recovery-image] Dec 16 20:45:03.061 INFO O| Dec 16 20:45:03.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41932024-12-16T20:45:04.549Z[ recovery-image] Dec 16 20:45:03.061 INFO O| Dec 16 20:45:03.061 INFO STEP 43 (remove_files) COMPLETE
41942024-12-16T20:45:04.554Z[ recovery-image] Dec 16 20:45:03.061 INFO O| Dec 16 20:45:03.061 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-16T20:45:04.568Z[ recovery-image] Dec 16 20:45:03.080 INFO O| Dec 16 20:45:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41962024-12-16T20:45:04.568Z[ recovery-image] Dec 16 20:45:03.081 INFO O| Dec 16 20:45:03.081 INFO STEP 44 (remove_files) COMPLETE
41972024-12-16T20:45:04.572Z[ recovery-image] Dec 16 20:45:03.081 INFO O| Dec 16 20:45:03.081 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-16T20:45:04.587Z[ recovery-image] Dec 16 20:45:03.099 INFO O| Dec 16 20:45:03.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41992024-12-16T20:45:04.587Z[ recovery-image] Dec 16 20:45:03.099 INFO O| Dec 16 20:45:03.099 INFO STEP 45 (remove_files) COMPLETE
42002024-12-16T20:45:04.587Z[ recovery-image] Dec 16 20:45:03.099 INFO O| Dec 16 20:45:03.099 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-16T20:45:04.606Z[ recovery-image] Dec 16 20:45:03.118 INFO O| Dec 16 20:45:03.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42022024-12-16T20:45:04.606Z[ recovery-image] Dec 16 20:45:03.118 INFO O| Dec 16 20:45:03.118 INFO STEP 46 (remove_files) COMPLETE
42032024-12-16T20:45:04.606Z[ recovery-image] Dec 16 20:45:03.118 INFO O| Dec 16 20:45:03.118 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042024-12-16T20:45:04.624Z[ recovery-image] Dec 16 20:45:03.136 INFO O| Dec 16 20:45:03.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42052024-12-16T20:45:04.624Z[ recovery-image] Dec 16 20:45:03.136 INFO O| Dec 16 20:45:03.136 INFO STEP 47 (remove_files) COMPLETE
42062024-12-16T20:45:04.624Z[ recovery-image] Dec 16 20:45:03.136 INFO O| Dec 16 20:45:03.136 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072024-12-16T20:45:04.642Z[ recovery-image] Dec 16 20:45:03.154 INFO O| Dec 16 20:45:03.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42082024-12-16T20:45:04.642Z[ recovery-image] Dec 16 20:45:03.154 INFO O| Dec 16 20:45:03.154 INFO STEP 48 (remove_files) COMPLETE
42092024-12-16T20:45:04.642Z[ recovery-image] Dec 16 20:45:03.154 INFO O| Dec 16 20:45:03.154 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102024-12-16T20:45:04.659Z[ recovery-image] Dec 16 20:45:03.171 INFO O| Dec 16 20:45:03.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42112024-12-16T20:45:04.659Z[ recovery-image] Dec 16 20:45:03.171 INFO O| Dec 16 20:45:03.171 INFO STEP 49 (remove_files) COMPLETE
42122024-12-16T20:45:04.659Z[ recovery-image] Dec 16 20:45:03.171 INFO O| Dec 16 20:45:03.171 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132024-12-16T20:45:04.686Z[ recovery-image] Dec 16 20:45:03.197 INFO O| Dec 16 20:45:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42142024-12-16T20:45:04.689Z[ recovery-image] Dec 16 20:45:03.197 INFO O| Dec 16 20:45:03.197 INFO STEP 50 (remove_files) COMPLETE
42152024-12-16T20:45:04.689Z[ recovery-image] Dec 16 20:45:03.198 INFO O| Dec 16 20:45:03.197 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162024-12-16T20:45:04.706Z[ recovery-image] Dec 16 20:45:03.218 INFO O| Dec 16 20:45:03.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42172024-12-16T20:45:04.709Z[ recovery-image] Dec 16 20:45:03.218 INFO O| Dec 16 20:45:03.218 INFO STEP 51 (remove_files) COMPLETE
42182024-12-16T20:45:04.709Z[ recovery-image] Dec 16 20:45:03.219 INFO O| Dec 16 20:45:03.219 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192024-12-16T20:45:04.724Z[ host-image] Dec 16 20:45:03.236 INFO O| Dec 16 20:45:03.236 INFO O| Done
42202024-12-16T20:45:04.727Z[ recovery-image] Dec 16 20:45:03.238 INFO O| Dec 16 20:45:03.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42212024-12-16T20:45:04.727Z[ recovery-image] Dec 16 20:45:03.238 INFO O| Dec 16 20:45:03.238 INFO STEP 52 (remove_files) COMPLETE
42222024-12-16T20:45:04.727Z[ recovery-image] Dec 16 20:45:03.239 INFO O| Dec 16 20:45:03.238 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-16T20:45:04.747Z[ recovery-image] Dec 16 20:45:03.258 INFO O| Dec 16 20:45:03.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42242024-12-16T20:45:04.749Z[ recovery-image] Dec 16 20:45:03.259 INFO O| Dec 16 20:45:03.259 INFO STEP 53 (remove_files) COMPLETE
42252024-12-16T20:45:04.749Z[ recovery-image] Dec 16 20:45:03.259 INFO O| Dec 16 20:45:03.259 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-16T20:45:04.773Z[ host-image] Dec 16 20:45:03.285 INFO O| Dec 16 20:45:03.285 INFO O| Done
42272024-12-16T20:45:04.776Z[ host-image] Dec 16 20:45:03.285 INFO O| Dec 16 20:45:03.285 INFO O| Done
42282024-12-16T20:45:04.776Z[ recovery-image] Dec 16 20:45:03.288 INFO O| Dec 16 20:45:03.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42292024-12-16T20:45:04.776Z[ recovery-image] Dec 16 20:45:03.288 INFO O| Dec 16 20:45:03.288 INFO STEP 54 (remove_files) COMPLETE
42302024-12-16T20:45:04.778Z[ recovery-image] Dec 16 20:45:03.288 INFO O| Dec 16 20:45:03.288 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312024-12-16T20:45:04.797Z[ recovery-image] Dec 16 20:45:03.308 INFO O| Dec 16 20:45:03.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42322024-12-16T20:45:04.797Z[ recovery-image] Dec 16 20:45:03.308 INFO O| Dec 16 20:45:03.308 INFO STEP 55 (remove_files) COMPLETE
42332024-12-16T20:45:04.799Z[ recovery-image] Dec 16 20:45:03.308 INFO O| Dec 16 20:45:03.308 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42342024-12-16T20:45:04.814Z[ recovery-image] Dec 16 20:45:03.326 INFO O| Dec 16 20:45:03.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42352024-12-16T20:45:04.814Z[ recovery-image] Dec 16 20:45:03.326 INFO O| Dec 16 20:45:03.326 INFO STEP 56 (remove_files) COMPLETE
42362024-12-16T20:45:04.817Z[ recovery-image] Dec 16 20:45:03.326 INFO O| Dec 16 20:45:03.326 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372024-12-16T20:45:04.817Z[ host-image] Dec 16 20:45:03.329 INFO O| Dec 16 20:45:03.329 INFO O| Done
42382024-12-16T20:45:04.834Z[ recovery-image] Dec 16 20:45:03.346 INFO O| Dec 16 20:45:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42392024-12-16T20:45:04.834Z[ recovery-image] Dec 16 20:45:03.346 INFO O| Dec 16 20:45:03.346 INFO STEP 57 (remove_files) COMPLETE
42402024-12-16T20:45:04.834Z[ recovery-image] Dec 16 20:45:03.346 INFO O| Dec 16 20:45:03.346 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-16T20:45:04.870Z[ recovery-image] Dec 16 20:45:03.382 INFO O| Dec 16 20:45:03.382 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42422024-12-16T20:45:04.870Z[ recovery-image] Dec 16 20:45:03.382 INFO O| Dec 16 20:45:03.382 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42432024-12-16T20:45:04.872Z[ recovery-image] Dec 16 20:45:03.382 INFO O| Dec 16 20:45:03.382 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42442024-12-16T20:45:04.872Z[ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42452024-12-16T20:45:04.873Z[ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42462024-12-16T20:45:04.873Z[ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42472024-12-16T20:45:04.873Z[ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO ok!
42482024-12-16T20:45:04.873Z[ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO STEP 58 (ensure_file) COMPLETE
42492024-12-16T20:45:04.873Z[ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-16T20:45:04.903Z[ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42512024-12-16T20:45:04.903Z[ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42522024-12-16T20:45:04.907Z[ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42532024-12-16T20:45:04.907Z[ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42542024-12-16T20:45:04.907Z[ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42552024-12-16T20:45:04.907Z[ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42562024-12-16T20:45:04.907Z[ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO ok!
42572024-12-16T20:45:04.907Z[ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO STEP 59 (ensure_file) COMPLETE
42582024-12-16T20:45:04.907Z[ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-16T20:45:04.923Z[ recovery-image] Dec 16 20:45:03.434 INFO O| Dec 16 20:45:03.434 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42602024-12-16T20:45:04.923Z[ recovery-image] Dec 16 20:45:03.434 INFO O| Dec 16 20:45:03.434 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42612024-12-16T20:45:04.925Z[ recovery-image] Dec 16 20:45:03.435 INFO O| Dec 16 20:45:03.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42622024-12-16T20:45:04.925Z[ recovery-image] Dec 16 20:45:03.435 INFO O| Dec 16 20:45:03.434 INFO ok!
42632024-12-16T20:45:04.925Z[ recovery-image] Dec 16 20:45:03.435 INFO O| Dec 16 20:45:03.435 INFO STEP 60 (ensure_file) COMPLETE
42642024-12-16T20:45:04.925Z[ recovery-image] Dec 16 20:45:03.435 INFO O| Dec 16 20:45:03.435 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652024-12-16T20:45:04.941Z[ recovery-image] Dec 16 20:45:03.453 INFO O| Dec 16 20:45:03.453 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42662024-12-16T20:45:04.941Z[ recovery-image] Dec 16 20:45:03.453 INFO O| Dec 16 20:45:03.453 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42672024-12-16T20:45:04.942Z[ recovery-image] Dec 16 20:45:03.454 INFO O| Dec 16 20:45:03.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42682024-12-16T20:45:04.942Z[ recovery-image] Dec 16 20:45:03.454 INFO O| Dec 16 20:45:03.454 INFO ok!
42692024-12-16T20:45:04.942Z[ recovery-image] Dec 16 20:45:03.454 INFO O| Dec 16 20:45:03.454 INFO STEP 61 (ensure_file) COMPLETE
42702024-12-16T20:45:04.944Z[ recovery-image] Dec 16 20:45:03.454 INFO O| Dec 16 20:45:03.454 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712024-12-16T20:45:04.974Z[ recovery-image] Dec 16 20:45:03.485 INFO O| Dec 16 20:45:03.485 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42722024-12-16T20:45:04.974Z[ recovery-image] Dec 16 20:45:03.485 INFO O| Dec 16 20:45:03.485 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42732024-12-16T20:45:04.976Z[ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42742024-12-16T20:45:04.976Z[ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42752024-12-16T20:45:04.976Z[ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO ok!
42762024-12-16T20:45:04.976Z[ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO STEP 62 (ensure_file) COMPLETE
42772024-12-16T20:45:04.976Z[ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42782024-12-16T20:45:04.994Z[ host-image] Dec 16 20:45:03.506 INFO O| Dec 16 20:45:03.506 INFO STEP 12 (pkg_install) COMPLETE
42792024-12-16T20:45:04.994Z[ host-image] Dec 16 20:45:03.506 INFO O| Dec 16 20:45:03.506 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42802024-12-16T20:45:05.011Z[ host-image] Dec 16 20:45:03.523 INFO O| Dec 16 20:45:03.523 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42812024-12-16T20:45:05.088Z[ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42822024-12-16T20:45:05.088Z[ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42832024-12-16T20:45:05.088Z[ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42842024-12-16T20:45:05.091Z[ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42852024-12-16T20:45:05.091Z[ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO ok!
42862024-12-16T20:45:05.091Z[ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO STEP 63 (ensure_file) COMPLETE
42872024-12-16T20:45:05.091Z[ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42882024-12-16T20:45:05.105Z[ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42892024-12-16T20:45:05.105Z[ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42902024-12-16T20:45:05.109Z[ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42912024-12-16T20:45:05.109Z[ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO ok!
42922024-12-16T20:45:05.109Z[ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO STEP 64 (assemble_files) COMPLETE
42932024-12-16T20:45:05.109Z[ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42942024-12-16T20:45:05.136Z[ recovery-image] Dec 16 20:45:03.648 INFO O| Dec 16 20:45:03.648 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42952024-12-16T20:45:05.136Z[ recovery-image] Dec 16 20:45:03.648 INFO O| Dec 16 20:45:03.648 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42962024-12-16T20:45:05.136Z[ recovery-image] Dec 16 20:45:03.648 INFO O| Dec 16 20:45:03.648 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42972024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.648 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42982024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO ok!
42992024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 65 (ensure_file) COMPLETE
43002024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43012024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO skip step because feature "omicron1" is not enabled
43022024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO skip step because feature "omicron1" is not enabled
43042024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO skip step because feature "omicron1" is not enabled
43062024-12-16T20:45:05.139Z[ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43072024-12-16T20:45:05.185Z[ recovery-image] Dec 16 20:45:03.697 INFO O| Dec 16 20:45:03.697 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43082024-12-16T20:45:05.185Z[ recovery-image] Dec 16 20:45:03.697 INFO O| Dec 16 20:45:03.697 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43092024-12-16T20:45:06.024Z[ host-image] Dec 16 20:45:04.536 INFO O| Dec 16 20:45:04.536 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43102024-12-16T20:45:07.869Z[ recovery-image] Dec 16 20:45:06.381 INFO O| Dec 16 20:45:06.381 INFO STEP 69 (pack_tar) COMPLETE
43112024-12-16T20:45:07.869Z[ recovery-image] Dec 16 20:45:06.381 INFO O| Dec 16 20:45:06.381 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43122024-12-16T20:45:07.872Z[ recovery-image] Dec 16 20:45:06.381 INFO O| Dec 16 20:45:06.381 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43132024-12-16T20:45:08.013Z[ recovery-image] Dec 16 20:45:06.523 INFO O| Dec 16 20:45:06.523 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43142024-12-16T20:45:08.094Z[ recovery-image] Dec 16 20:45:06.606 INFO O| Dec 16 20:45:06.606 INFO completed processing gimlet/ramdisk-02-trim
43152024-12-16T20:45:08.097Z[ recovery-image] Dec 16 20:45:06.609 INFO image builder template: ramdisk-03-recovery-trim...
43162024-12-16T20:45:08.097Z[ recovery-image] Dec 16 20:45:06.609 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/.tmppeKgUt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
43172024-12-16T20:45:08.325Z[ recovery-image] Dec 16 20:45:06.837 INFO O| Dec 16 20:45:06.837 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43182024-12-16T20:45:08.352Z[ recovery-image] Dec 16 20:45:06.864 INFO O| Dec 16 20:45:06.864 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43192024-12-16T20:45:08.466Z[ recovery-image] Dec 16 20:45:06.978 INFO O| Dec 16 20:45:06.978 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43202024-12-16T20:45:08.550Z[ recovery-image] Dec 16 20:45:07.061 INFO O| Dec 16 20:45:07.061 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43212024-12-16T20:45:08.553Z[ recovery-image] Dec 16 20:45:07.062 INFO O| Dec 16 20:45:07.062 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43222024-12-16T20:45:08.565Z[ recovery-image] Dec 16 20:45:07.077 INFO O| Dec 16 20:45:07.076 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43232024-12-16T20:45:08.572Z[ recovery-image] Dec 16 20:45:07.084 INFO O| Dec 16 20:45:07.084 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43242024-12-16T20:45:08.582Z[ recovery-image] Dec 16 20:45:07.093 INFO O| Dec 16 20:45:07.093 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43252024-12-16T20:45:08.949Z[ recovery-image] Dec 16 20:45:07.461 INFO O| Dec 16 20:45:07.461 INFO rolled back to input snapshot; work may begin
43262024-12-16T20:45:08.949Z[ recovery-image] Dec 16 20:45:07.461 INFO O| Dec 16 20:45:07.461 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43272024-12-16T20:45:08.959Z[ recovery-image] Dec 16 20:45:07.470 INFO O| Dec 16 20:45:07.470 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-16T20:45:08.975Z[ recovery-image] Dec 16 20:45:07.486 INFO O| Dec 16 20:45:07.486 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43292024-12-16T20:45:09.047Z[ recovery-image] Dec 16 20:45:07.558 INFO O| Dec 16 20:45:07.558 INFO STEP 0 (remove_files) COMPLETE
43302024-12-16T20:45:09.047Z[ recovery-image] Dec 16 20:45:07.558 INFO O| Dec 16 20:45:07.558 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-16T20:45:09.099Z[ recovery-image] Dec 16 20:45:07.610 INFO O| Dec 16 20:45:07.610 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43322024-12-16T20:45:09.258Z[ recovery-image] Dec 16 20:45:07.770 INFO O| Dec 16 20:45:07.770 INFO STEP 1 (remove_files) COMPLETE
43332024-12-16T20:45:09.259Z[ recovery-image] Dec 16 20:45:07.770 INFO O| Dec 16 20:45:07.770 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-16T20:45:09.334Z[ recovery-image] Dec 16 20:45:07.846 INFO O| Dec 16 20:45:07.846 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43352024-12-16T20:45:09.382Z[ recovery-image] Dec 16 20:45:07.893 INFO O| Dec 16 20:45:07.893 INFO STEP 2 (remove_files) COMPLETE
43362024-12-16T20:45:09.382Z[ recovery-image] Dec 16 20:45:07.893 INFO O| Dec 16 20:45:07.893 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-16T20:45:09.403Z[ recovery-image] Dec 16 20:45:07.914 INFO O| Dec 16 20:45:07.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43382024-12-16T20:45:09.506Z[ recovery-image] Dec 16 20:45:08.018 INFO O| Dec 16 20:45:08.018 INFO STEP 3 (remove_files) COMPLETE
43392024-12-16T20:45:09.506Z[ recovery-image] Dec 16 20:45:08.018 INFO O| Dec 16 20:45:08.018 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-16T20:45:09.538Z[ recovery-image] Dec 16 20:45:08.049 INFO O| Dec 16 20:45:08.049 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43412024-12-16T20:45:09.860Z[ recovery-image] Dec 16 20:45:08.371 INFO O| Dec 16 20:45:08.371 INFO STEP 4 (remove_files) COMPLETE
43422024-12-16T20:45:09.860Z[ recovery-image] Dec 16 20:45:08.371 INFO O| Dec 16 20:45:08.371 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-16T20:45:09.880Z[ recovery-image] Dec 16 20:45:08.392 INFO O| Dec 16 20:45:08.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43442024-12-16T20:45:09.884Z[ recovery-image] Dec 16 20:45:08.395 INFO O| Dec 16 20:45:08.395 INFO STEP 5 (remove_files) COMPLETE
43452024-12-16T20:45:09.884Z[ recovery-image] Dec 16 20:45:08.395 INFO O| Dec 16 20:45:08.395 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-16T20:45:09.897Z[ host-image] Dec 16 20:45:08.409 INFO O| Dec 16 20:45:08.408 INFO O| Planning: Solver setup ... Done
43472024-12-16T20:45:09.904Z[ host-image] Dec 16 20:45:08.416 INFO O| Dec 16 20:45:08.416 INFO O| Planning: Running solver ... Done
43482024-12-16T20:45:09.917Z[ recovery-image] Dec 16 20:45:08.429 INFO O| Dec 16 20:45:08.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43492024-12-16T20:45:09.921Z[ recovery-image] Dec 16 20:45:08.430 INFO O| Dec 16 20:45:08.430 INFO STEP 6 (remove_files) COMPLETE
43502024-12-16T20:45:09.921Z[ recovery-image] Dec 16 20:45:08.430 INFO O| Dec 16 20:45:08.430 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-12-16T20:45:09.951Z[ recovery-image] Dec 16 20:45:08.462 INFO O| Dec 16 20:45:08.462 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43522024-12-16T20:45:09.976Z[ recovery-image] Dec 16 20:45:08.487 INFO O| Dec 16 20:45:08.487 INFO STEP 7 (remove_files) COMPLETE
43532024-12-16T20:45:09.976Z[ recovery-image] Dec 16 20:45:08.487 INFO O| Dec 16 20:45:08.487 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-12-16T20:45:09.991Z[ host-image] Dec 16 20:45:08.502 INFO O| Dec 16 20:45:08.502 INFO O| Planning: Finding local manifests ... Done
43552024-12-16T20:45:09.995Z[ host-image] Dec 16 20:45:08.504 INFO O| Dec 16 20:45:08.504 INFO O| Planning: Fetching manifests: 0/6 0% complete
43562024-12-16T20:45:10.049Z[ recovery-image] Dec 16 20:45:08.561 INFO O| Dec 16 20:45:08.561 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43572024-12-16T20:45:10.078Z[ recovery-image] Dec 16 20:45:08.590 INFO O| Dec 16 20:45:08.590 INFO STEP 8 (remove_files) COMPLETE
43582024-12-16T20:45:10.078Z[ recovery-image] Dec 16 20:45:08.590 INFO O| Dec 16 20:45:08.590 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-16T20:45:10.106Z[ recovery-image] Dec 16 20:45:08.618 INFO O| Dec 16 20:45:08.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43602024-12-16T20:45:10.109Z[ recovery-image] Dec 16 20:45:08.618 INFO O| Dec 16 20:45:08.618 INFO STEP 9 (remove_files) COMPLETE
43612024-12-16T20:45:10.109Z[ recovery-image] Dec 16 20:45:08.618 INFO O| Dec 16 20:45:08.618 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-16T20:45:10.132Z[ recovery-image] Dec 16 20:45:08.643 INFO O| Dec 16 20:45:08.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43632024-12-16T20:45:10.153Z[ recovery-image] Dec 16 20:45:08.664 INFO O| Dec 16 20:45:08.664 INFO STEP 10 (remove_files) COMPLETE
43642024-12-16T20:45:10.153Z[ recovery-image] Dec 16 20:45:08.664 INFO O| Dec 16 20:45:08.664 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-16T20:45:10.190Z[ recovery-image] Dec 16 20:45:08.701 INFO O| Dec 16 20:45:08.701 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43662024-12-16T20:45:10.339Z[ host-image] Dec 16 20:45:08.851 INFO O| Dec 16 20:45:08.851 INFO O| Planning: Fetching manifests: 6/6 100% complete
43672024-12-16T20:45:10.395Z[ host-image] Dec 16 20:45:08.906 INFO O| Dec 16 20:45:08.905 INFO O| Planning: Package planning ... Done
43682024-12-16T20:45:10.429Z[ host-image] Dec 16 20:45:08.941 INFO O| Dec 16 20:45:08.941 INFO O| Planning: Merging actions ... Done
43692024-12-16T20:45:10.551Z[ host-image] Dec 16 20:45:09.063 INFO O| Dec 16 20:45:09.063 INFO O| Planning: Checking for conflicting actions ... Done
43702024-12-16T20:45:10.558Z[ host-image] Dec 16 20:45:09.070 INFO O| Dec 16 20:45:09.070 INFO O| Planning: Consolidating action changes ... Done
43712024-12-16T20:45:10.996Z[ host-image] Dec 16 20:45:09.506 INFO O| Dec 16 20:45:09.506 INFO O| Planning: Evaluating mediators ... Done
43722024-12-16T20:45:11.000Z[ host-image] Dec 16 20:45:09.511 INFO O| Dec 16 20:45:09.511 INFO O| Planning: Planning completed in 4.97 seconds
43732024-12-16T20:45:11.003Z[ host-image] Dec 16 20:45:09.514 INFO O| Dec 16 20:45:09.514 INFO O| Packages to install: 6
43742024-12-16T20:45:11.003Z[ host-image] Dec 16 20:45:09.514 INFO O| Dec 16 20:45:09.514 INFO O| Mediators to change: 1
43752024-12-16T20:45:11.006Z[ host-image] Dec 16 20:45:09.514 INFO O| Dec 16 20:45:09.514 INFO O| Services to change: 1
43762024-12-16T20:45:11.024Z[ host-image] Dec 16 20:45:09.535 INFO O| Dec 16 20:45:09.535 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43772024-12-16T20:45:11.061Z[ recovery-image] Dec 16 20:45:09.572 INFO O| Dec 16 20:45:09.572 INFO STEP 11 (remove_files) COMPLETE
43782024-12-16T20:45:11.061Z[ recovery-image] Dec 16 20:45:09.572 INFO O| Dec 16 20:45:09.572 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-16T20:45:11.100Z[ recovery-image] Dec 16 20:45:09.611 INFO O| Dec 16 20:45:09.611 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43802024-12-16T20:45:11.104Z[ recovery-image] Dec 16 20:45:09.614 INFO O| Dec 16 20:45:09.614 INFO STEP 12 (remove_files) COMPLETE
43812024-12-16T20:45:11.104Z[ recovery-image] Dec 16 20:45:09.614 INFO O| Dec 16 20:45:09.614 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-16T20:45:11.122Z[ recovery-image] Dec 16 20:45:09.633 INFO O| Dec 16 20:45:09.633 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43832024-12-16T20:45:11.125Z[ recovery-image] Dec 16 20:45:09.637 INFO O| Dec 16 20:45:09.637 INFO STEP 13 (remove_files) COMPLETE
43842024-12-16T20:45:11.125Z[ recovery-image] Dec 16 20:45:09.637 INFO O| Dec 16 20:45:09.637 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-16T20:45:11.175Z[ recovery-image] Dec 16 20:45:09.686 INFO O| Dec 16 20:45:09.686 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43862024-12-16T20:45:11.177Z[ recovery-image] Dec 16 20:45:09.687 INFO O| Dec 16 20:45:09.687 INFO STEP 14 (remove_files) COMPLETE
43872024-12-16T20:45:11.177Z[ recovery-image] Dec 16 20:45:09.687 INFO O| Dec 16 20:45:09.687 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-16T20:45:11.197Z[ recovery-image] Dec 16 20:45:09.708 INFO O| Dec 16 20:45:09.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43892024-12-16T20:45:11.216Z[ recovery-image] Dec 16 20:45:09.726 INFO O| Dec 16 20:45:09.726 INFO STEP 15 (remove_files) COMPLETE
43902024-12-16T20:45:11.216Z[ recovery-image] Dec 16 20:45:09.727 INFO O| Dec 16 20:45:09.726 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-16T20:45:11.255Z[ recovery-image] Dec 16 20:45:09.766 INFO O| Dec 16 20:45:09.766 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43922024-12-16T20:45:11.499Z[ recovery-image] Dec 16 20:45:10.011 INFO O| Dec 16 20:45:10.010 INFO STEP 16 (remove_files) COMPLETE
43932024-12-16T20:45:11.499Z[ recovery-image] Dec 16 20:45:10.011 INFO O| Dec 16 20:45:10.010 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-16T20:45:11.566Z[ recovery-image] Dec 16 20:45:10.077 INFO O| Dec 16 20:45:10.076 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43952024-12-16T20:45:11.568Z[ recovery-image] Dec 16 20:45:10.077 INFO O| Dec 16 20:45:10.077 INFO STEP 17 (remove_files) COMPLETE
43962024-12-16T20:45:11.569Z[ recovery-image] Dec 16 20:45:10.077 INFO O| Dec 16 20:45:10.077 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-16T20:45:11.589Z[ recovery-image] Dec 16 20:45:10.097 INFO O| Dec 16 20:45:10.096 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43982024-12-16T20:45:11.589Z[ recovery-image] Dec 16 20:45:10.097 INFO O| Dec 16 20:45:10.097 INFO STEP 18 (remove_files) COMPLETE
43992024-12-16T20:45:11.589Z[ recovery-image] Dec 16 20:45:10.097 INFO O| Dec 16 20:45:10.097 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-16T20:45:11.605Z[ recovery-image] Dec 16 20:45:10.116 INFO O| Dec 16 20:45:10.116 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44012024-12-16T20:45:11.784Z[ recovery-image] Dec 16 20:45:10.295 INFO O| Dec 16 20:45:10.295 INFO STEP 19 (remove_files) COMPLETE
44022024-12-16T20:45:11.785Z[ recovery-image] Dec 16 20:45:10.295 INFO O| Dec 16 20:45:10.295 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-16T20:45:11.805Z[ recovery-image] Dec 16 20:45:10.315 INFO O| Dec 16 20:45:10.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44042024-12-16T20:45:11.809Z[ recovery-image] Dec 16 20:45:10.317 INFO O| Dec 16 20:45:10.317 INFO STEP 20 (remove_files) COMPLETE
44052024-12-16T20:45:11.809Z[ recovery-image] Dec 16 20:45:10.317 INFO O| Dec 16 20:45:10.317 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-16T20:45:11.869Z[ recovery-image] Dec 16 20:45:10.380 INFO O| Dec 16 20:45:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44072024-12-16T20:45:11.869Z[ recovery-image] Dec 16 20:45:10.380 INFO O| Dec 16 20:45:10.380 INFO STEP 21 (remove_files) COMPLETE
44082024-12-16T20:45:11.873Z[ recovery-image] Dec 16 20:45:10.380 INFO O| Dec 16 20:45:10.380 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-16T20:45:11.888Z[ recovery-image] Dec 16 20:45:10.399 INFO O| Dec 16 20:45:10.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44102024-12-16T20:45:11.917Z[ recovery-image] Dec 16 20:45:10.428 INFO O| Dec 16 20:45:10.428 INFO STEP 22 (remove_files) COMPLETE
44112024-12-16T20:45:11.917Z[ recovery-image] Dec 16 20:45:10.428 INFO O| Dec 16 20:45:10.428 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-16T20:45:11.962Z[ recovery-image] Dec 16 20:45:10.472 INFO O| Dec 16 20:45:10.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44132024-12-16T20:45:11.962Z[ recovery-image] Dec 16 20:45:10.473 INFO O| Dec 16 20:45:10.472 INFO STEP 23 (remove_files) COMPLETE
44142024-12-16T20:45:11.963Z[ recovery-image] Dec 16 20:45:10.473 INFO O| Dec 16 20:45:10.473 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-16T20:45:11.999Z[ recovery-image] Dec 16 20:45:10.511 INFO O| Dec 16 20:45:10.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44162024-12-16T20:45:12.002Z[ recovery-image] Dec 16 20:45:10.512 INFO O| Dec 16 20:45:10.512 INFO STEP 24 (remove_files) COMPLETE
44172024-12-16T20:45:12.002Z[ recovery-image] Dec 16 20:45:10.512 INFO O| Dec 16 20:45:10.512 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-16T20:45:12.070Z[ recovery-image] Dec 16 20:45:10.581 INFO O| Dec 16 20:45:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44192024-12-16T20:45:12.070Z[ recovery-image] Dec 16 20:45:10.581 INFO O| Dec 16 20:45:10.581 INFO STEP 25 (remove_files) COMPLETE
44202024-12-16T20:45:12.070Z[ recovery-image] Dec 16 20:45:10.581 INFO O| Dec 16 20:45:10.581 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-16T20:45:12.110Z[ recovery-image] Dec 16 20:45:10.621 INFO O| Dec 16 20:45:10.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44222024-12-16T20:45:12.110Z[ recovery-image] Dec 16 20:45:10.621 INFO O| Dec 16 20:45:10.621 INFO STEP 26 (remove_files) COMPLETE
44232024-12-16T20:45:12.110Z[ recovery-image] Dec 16 20:45:10.621 INFO O| Dec 16 20:45:10.621 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-16T20:45:12.128Z[ recovery-image] Dec 16 20:45:10.639 INFO O| Dec 16 20:45:10.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44252024-12-16T20:45:12.128Z[ recovery-image] Dec 16 20:45:10.639 INFO O| Dec 16 20:45:10.639 INFO STEP 27 (remove_files) COMPLETE
44262024-12-16T20:45:12.128Z[ recovery-image] Dec 16 20:45:10.639 INFO O| Dec 16 20:45:10.639 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-16T20:45:12.167Z[ recovery-image] Dec 16 20:45:10.678 INFO O| Dec 16 20:45:10.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44282024-12-16T20:45:12.187Z[ recovery-image] Dec 16 20:45:10.698 INFO O| Dec 16 20:45:10.698 INFO STEP 28 (remove_files) COMPLETE
44292024-12-16T20:45:12.187Z[ recovery-image] Dec 16 20:45:10.698 INFO O| Dec 16 20:45:10.698 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-16T20:45:12.244Z[ recovery-image] Dec 16 20:45:10.755 INFO O| Dec 16 20:45:10.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44312024-12-16T20:45:12.244Z[ recovery-image] Dec 16 20:45:10.755 INFO O| Dec 16 20:45:10.755 INFO STEP 29 (remove_files) COMPLETE
44322024-12-16T20:45:12.244Z[ recovery-image] Dec 16 20:45:10.755 INFO O| Dec 16 20:45:10.755 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-16T20:45:12.310Z[ recovery-image] Dec 16 20:45:10.821 INFO O| Dec 16 20:45:10.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44342024-12-16T20:45:12.310Z[ recovery-image] Dec 16 20:45:10.821 INFO O| Dec 16 20:45:10.821 INFO STEP 30 (remove_files) COMPLETE
44352024-12-16T20:45:12.310Z[ recovery-image] Dec 16 20:45:10.821 INFO O| Dec 16 20:45:10.821 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-16T20:45:12.329Z[ recovery-image] Dec 16 20:45:10.840 INFO O| Dec 16 20:45:10.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44372024-12-16T20:45:12.329Z[ recovery-image] Dec 16 20:45:10.840 INFO O| Dec 16 20:45:10.840 INFO STEP 31 (remove_files) COMPLETE
44382024-12-16T20:45:12.329Z[ recovery-image] Dec 16 20:45:10.840 INFO O| Dec 16 20:45:10.840 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-16T20:45:12.348Z[ recovery-image] Dec 16 20:45:10.859 INFO O| Dec 16 20:45:10.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44402024-12-16T20:45:12.351Z[ recovery-image] Dec 16 20:45:10.861 INFO O| Dec 16 20:45:10.861 INFO STEP 32 (remove_files) COMPLETE
44412024-12-16T20:45:12.352Z[ recovery-image] Dec 16 20:45:10.861 INFO O| Dec 16 20:45:10.861 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-16T20:45:12.391Z[ recovery-image] Dec 16 20:45:10.902 INFO O| Dec 16 20:45:10.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44432024-12-16T20:45:12.415Z[ recovery-image] Dec 16 20:45:10.926 INFO O| Dec 16 20:45:10.926 INFO STEP 33 (remove_files) COMPLETE
44442024-12-16T20:45:12.416Z[ recovery-image] Dec 16 20:45:10.926 INFO O| Dec 16 20:45:10.926 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-16T20:45:12.448Z[ recovery-image] Dec 16 20:45:10.959 INFO O| Dec 16 20:45:10.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44462024-12-16T20:45:12.448Z[ recovery-image] Dec 16 20:45:10.959 INFO O| Dec 16 20:45:10.959 INFO STEP 34 (remove_files) COMPLETE
44472024-12-16T20:45:12.451Z[ recovery-image] Dec 16 20:45:10.959 INFO O| Dec 16 20:45:10.959 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-16T20:45:12.470Z[ recovery-image] Dec 16 20:45:10.981 INFO O| Dec 16 20:45:10.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44492024-12-16T20:45:12.470Z[ recovery-image] Dec 16 20:45:10.981 INFO O| Dec 16 20:45:10.981 INFO STEP 35 (remove_files) COMPLETE
44502024-12-16T20:45:12.472Z[ recovery-image] Dec 16 20:45:10.981 INFO O| Dec 16 20:45:10.981 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-16T20:45:12.492Z[ recovery-image] Dec 16 20:45:11.003 INFO O| Dec 16 20:45:11.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44522024-12-16T20:45:12.494Z[ recovery-image] Dec 16 20:45:11.003 INFO O| Dec 16 20:45:11.003 INFO STEP 36 (remove_files) COMPLETE
44532024-12-16T20:45:12.494Z[ recovery-image] Dec 16 20:45:11.003 INFO O| Dec 16 20:45:11.003 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-16T20:45:12.512Z[ recovery-image] Dec 16 20:45:11.023 INFO O| Dec 16 20:45:11.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44552024-12-16T20:45:12.536Z[ recovery-image] Dec 16 20:45:11.046 INFO O| Dec 16 20:45:11.046 INFO STEP 37 (remove_files) COMPLETE
44562024-12-16T20:45:12.536Z[ recovery-image] Dec 16 20:45:11.046 INFO O| Dec 16 20:45:11.046 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-16T20:45:12.569Z[ recovery-image] Dec 16 20:45:11.078 INFO O| Dec 16 20:45:11.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44582024-12-16T20:45:12.569Z[ recovery-image] Dec 16 20:45:11.078 INFO O| Dec 16 20:45:11.078 INFO STEP 38 (remove_files) COMPLETE
44592024-12-16T20:45:12.571Z[ recovery-image] Dec 16 20:45:11.078 INFO O| Dec 16 20:45:11.078 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-16T20:45:12.586Z[ recovery-image] Dec 16 20:45:11.097 INFO O| Dec 16 20:45:11.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44612024-12-16T20:45:12.586Z[ recovery-image] Dec 16 20:45:11.097 INFO O| Dec 16 20:45:11.097 INFO STEP 39 (remove_files) COMPLETE
44622024-12-16T20:45:12.589Z[ recovery-image] Dec 16 20:45:11.097 INFO O| Dec 16 20:45:11.097 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-16T20:45:12.602Z[ recovery-image] Dec 16 20:45:11.114 INFO O| Dec 16 20:45:11.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44642024-12-16T20:45:12.603Z[ recovery-image] Dec 16 20:45:11.114 INFO O| Dec 16 20:45:11.114 INFO STEP 40 (remove_files) COMPLETE
44652024-12-16T20:45:12.605Z[ recovery-image] Dec 16 20:45:11.114 INFO O| Dec 16 20:45:11.114 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-16T20:45:12.621Z[ recovery-image] Dec 16 20:45:11.132 INFO O| Dec 16 20:45:11.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44672024-12-16T20:45:12.621Z[ recovery-image] Dec 16 20:45:11.132 INFO O| Dec 16 20:45:11.132 INFO STEP 41 (remove_files) COMPLETE
44682024-12-16T20:45:12.621Z[ recovery-image] Dec 16 20:45:11.132 INFO O| Dec 16 20:45:11.132 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-16T20:45:12.699Z[ recovery-image] Dec 16 20:45:11.210 INFO O| Dec 16 20:45:11.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44702024-12-16T20:45:12.699Z[ recovery-image] Dec 16 20:45:11.210 INFO O| Dec 16 20:45:11.210 INFO STEP 42 (remove_files) COMPLETE
44712024-12-16T20:45:12.699Z[ recovery-image] Dec 16 20:45:11.210 INFO O| Dec 16 20:45:11.210 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-16T20:45:12.717Z[ recovery-image] Dec 16 20:45:11.228 INFO O| Dec 16 20:45:11.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44732024-12-16T20:45:12.717Z[ recovery-image] Dec 16 20:45:11.229 INFO O| Dec 16 20:45:11.228 INFO STEP 43 (remove_files) COMPLETE
44742024-12-16T20:45:12.720Z[ recovery-image] Dec 16 20:45:11.229 INFO O| Dec 16 20:45:11.229 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-16T20:45:12.737Z[ recovery-image] Dec 16 20:45:11.248 INFO O| Dec 16 20:45:11.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44762024-12-16T20:45:12.737Z[ recovery-image] Dec 16 20:45:11.248 INFO O| Dec 16 20:45:11.248 INFO STEP 44 (remove_files) COMPLETE
44772024-12-16T20:45:12.740Z[ recovery-image] Dec 16 20:45:11.248 INFO O| Dec 16 20:45:11.248 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-16T20:45:12.757Z[ recovery-image] Dec 16 20:45:11.268 INFO O| Dec 16 20:45:11.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44792024-12-16T20:45:12.771Z[ recovery-image] Dec 16 20:45:11.281 INFO O| Dec 16 20:45:11.281 INFO STEP 45 (remove_files) COMPLETE
44802024-12-16T20:45:12.771Z[ recovery-image] Dec 16 20:45:11.281 INFO O| Dec 16 20:45:11.281 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-16T20:45:12.802Z[ recovery-image] Dec 16 20:45:11.313 INFO O| Dec 16 20:45:11.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44822024-12-16T20:45:12.803Z[ recovery-image] Dec 16 20:45:11.314 INFO O| Dec 16 20:45:11.313 INFO STEP 46 (remove_files) COMPLETE
44832024-12-16T20:45:12.803Z[ recovery-image] Dec 16 20:45:11.314 INFO O| Dec 16 20:45:11.314 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-16T20:45:12.834Z[ recovery-image] Dec 16 20:45:11.345 INFO O| Dec 16 20:45:11.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44852024-12-16T20:45:12.857Z[ recovery-image] Dec 16 20:45:11.367 INFO O| Dec 16 20:45:11.367 INFO STEP 47 (remove_files) COMPLETE
44862024-12-16T20:45:12.857Z[ recovery-image] Dec 16 20:45:11.367 INFO O| Dec 16 20:45:11.367 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-16T20:45:12.914Z[ recovery-image] Dec 16 20:45:11.424 INFO O| Dec 16 20:45:11.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44882024-12-16T20:45:12.914Z[ recovery-image] Dec 16 20:45:11.424 INFO O| Dec 16 20:45:11.424 INFO STEP 48 (remove_files) COMPLETE
44892024-12-16T20:45:12.914Z[ recovery-image] Dec 16 20:45:11.424 INFO O| Dec 16 20:45:11.424 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-16T20:45:12.934Z[ recovery-image] Dec 16 20:45:11.445 INFO O| Dec 16 20:45:11.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44912024-12-16T20:45:12.934Z[ recovery-image] Dec 16 20:45:11.445 INFO O| Dec 16 20:45:11.445 INFO STEP 49 (remove_files) COMPLETE
44922024-12-16T20:45:12.936Z[ recovery-image] Dec 16 20:45:11.445 INFO O| Dec 16 20:45:11.445 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-16T20:45:12.955Z[ recovery-image] Dec 16 20:45:11.466 INFO O| Dec 16 20:45:11.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44942024-12-16T20:45:12.965Z[ recovery-image] Dec 16 20:45:11.476 INFO O| Dec 16 20:45:11.476 INFO STEP 50 (remove_files) COMPLETE
44952024-12-16T20:45:12.965Z[ recovery-image] Dec 16 20:45:11.476 INFO O| Dec 16 20:45:11.476 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-16T20:45:13.003Z[ recovery-image] Dec 16 20:45:11.514 INFO O| Dec 16 20:45:11.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44972024-12-16T20:45:13.027Z[ recovery-image] Dec 16 20:45:11.538 INFO O| Dec 16 20:45:11.538 INFO STEP 51 (remove_files) COMPLETE
44982024-12-16T20:45:13.027Z[ recovery-image] Dec 16 20:45:11.538 INFO O| Dec 16 20:45:11.538 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-16T20:45:13.065Z[ recovery-image] Dec 16 20:45:11.576 INFO O| Dec 16 20:45:11.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45002024-12-16T20:45:13.065Z[ recovery-image] Dec 16 20:45:11.576 INFO O| Dec 16 20:45:11.576 INFO STEP 52 (remove_files) COMPLETE
45012024-12-16T20:45:13.068Z[ recovery-image] Dec 16 20:45:11.576 INFO O| Dec 16 20:45:11.576 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-16T20:45:13.093Z[ recovery-image] Dec 16 20:45:11.604 INFO O| Dec 16 20:45:11.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45032024-12-16T20:45:13.093Z[ recovery-image] Dec 16 20:45:11.604 INFO O| Dec 16 20:45:11.604 INFO STEP 53 (remove_files) COMPLETE
45042024-12-16T20:45:13.093Z[ recovery-image] Dec 16 20:45:11.604 INFO O| Dec 16 20:45:11.604 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-16T20:45:13.113Z[ recovery-image] Dec 16 20:45:11.624 INFO O| Dec 16 20:45:11.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45062024-12-16T20:45:13.115Z[ recovery-image] Dec 16 20:45:11.624 INFO O| Dec 16 20:45:11.624 INFO STEP 54 (remove_files) COMPLETE
45072024-12-16T20:45:13.116Z[ recovery-image] Dec 16 20:45:11.624 INFO O| Dec 16 20:45:11.624 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-16T20:45:13.136Z[ recovery-image] Dec 16 20:45:11.645 INFO O| Dec 16 20:45:11.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45092024-12-16T20:45:13.136Z[ recovery-image] Dec 16 20:45:11.645 INFO O| Dec 16 20:45:11.645 INFO STEP 55 (remove_files) COMPLETE
45102024-12-16T20:45:13.136Z[ recovery-image] Dec 16 20:45:11.645 INFO O| Dec 16 20:45:11.645 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-16T20:45:13.194Z[ recovery-image] Dec 16 20:45:11.705 INFO O| Dec 16 20:45:11.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45122024-12-16T20:45:13.194Z[ recovery-image] Dec 16 20:45:11.706 INFO O| Dec 16 20:45:11.705 INFO STEP 56 (remove_files) COMPLETE
45132024-12-16T20:45:13.194Z[ recovery-image] Dec 16 20:45:11.706 INFO O| Dec 16 20:45:11.706 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-16T20:45:13.230Z[ recovery-image] Dec 16 20:45:11.740 INFO O| Dec 16 20:45:11.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45152024-12-16T20:45:13.230Z[ recovery-image] Dec 16 20:45:11.741 INFO O| Dec 16 20:45:11.740 INFO STEP 57 (remove_files) COMPLETE
45162024-12-16T20:45:13.230Z[ recovery-image] Dec 16 20:45:11.741 INFO O| Dec 16 20:45:11.741 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-16T20:45:13.250Z[ recovery-image] Dec 16 20:45:11.760 INFO O| Dec 16 20:45:11.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45182024-12-16T20:45:13.250Z[ recovery-image] Dec 16 20:45:11.760 INFO O| Dec 16 20:45:11.760 INFO STEP 58 (remove_files) COMPLETE
45192024-12-16T20:45:13.250Z[ recovery-image] Dec 16 20:45:11.760 INFO O| Dec 16 20:45:11.760 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-16T20:45:13.269Z[ recovery-image] Dec 16 20:45:11.780 INFO O| Dec 16 20:45:11.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45212024-12-16T20:45:13.269Z[ recovery-image] Dec 16 20:45:11.780 INFO O| Dec 16 20:45:11.780 INFO STEP 59 (remove_files) COMPLETE
45222024-12-16T20:45:13.269Z[ recovery-image] Dec 16 20:45:11.780 INFO O| Dec 16 20:45:11.780 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-16T20:45:13.289Z[ recovery-image] Dec 16 20:45:11.800 INFO O| Dec 16 20:45:11.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45242024-12-16T20:45:13.289Z[ recovery-image] Dec 16 20:45:11.800 INFO O| Dec 16 20:45:11.800 INFO STEP 60 (remove_files) COMPLETE
45252024-12-16T20:45:13.291Z[ recovery-image] Dec 16 20:45:11.800 INFO O| Dec 16 20:45:11.800 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-16T20:45:13.309Z[ recovery-image] Dec 16 20:45:11.820 INFO O| Dec 16 20:45:11.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45272024-12-16T20:45:13.309Z[ recovery-image] Dec 16 20:45:11.820 INFO O| Dec 16 20:45:11.820 INFO STEP 61 (remove_files) COMPLETE
45282024-12-16T20:45:13.309Z[ recovery-image] Dec 16 20:45:11.820 INFO O| Dec 16 20:45:11.820 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-16T20:45:13.329Z[ recovery-image] Dec 16 20:45:11.840 INFO O| Dec 16 20:45:11.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45302024-12-16T20:45:13.329Z[ recovery-image] Dec 16 20:45:11.840 INFO O| Dec 16 20:45:11.840 INFO STEP 62 (remove_files) COMPLETE
45312024-12-16T20:45:13.332Z[ recovery-image] Dec 16 20:45:11.840 INFO O| Dec 16 20:45:11.840 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-16T20:45:13.349Z[ recovery-image] Dec 16 20:45:11.860 INFO O| Dec 16 20:45:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45332024-12-16T20:45:13.354Z[ recovery-image] Dec 16 20:45:11.866 INFO O| Dec 16 20:45:11.865 INFO STEP 63 (remove_files) COMPLETE
45342024-12-16T20:45:13.354Z[ recovery-image] Dec 16 20:45:11.866 INFO O| Dec 16 20:45:11.865 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-16T20:45:13.379Z[ recovery-image] Dec 16 20:45:11.890 INFO O| Dec 16 20:45:11.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45362024-12-16T20:45:13.379Z[ recovery-image] Dec 16 20:45:11.890 INFO O| Dec 16 20:45:11.890 INFO STEP 64 (remove_files) COMPLETE
45372024-12-16T20:45:13.382Z[ recovery-image] Dec 16 20:45:11.890 INFO O| Dec 16 20:45:11.890 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-16T20:45:13.404Z[ recovery-image] Dec 16 20:45:11.914 INFO O| Dec 16 20:45:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45392024-12-16T20:45:13.406Z[ recovery-image] Dec 16 20:45:11.916 INFO O| Dec 16 20:45:11.916 INFO STEP 65 (remove_files) COMPLETE
45402024-12-16T20:45:13.406Z[ recovery-image] Dec 16 20:45:11.916 INFO O| Dec 16 20:45:11.916 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-16T20:45:13.424Z[ recovery-image] Dec 16 20:45:11.935 INFO O| Dec 16 20:45:11.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45422024-12-16T20:45:13.424Z[ recovery-image] Dec 16 20:45:11.935 INFO O| Dec 16 20:45:11.935 INFO STEP 66 (remove_files) COMPLETE
45432024-12-16T20:45:13.424Z[ recovery-image] Dec 16 20:45:11.935 INFO O| Dec 16 20:45:11.935 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-16T20:45:13.446Z[ recovery-image] Dec 16 20:45:11.956 INFO O| Dec 16 20:45:11.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45452024-12-16T20:45:13.446Z[ recovery-image] Dec 16 20:45:11.957 INFO O| Dec 16 20:45:11.957 INFO STEP 67 (remove_files) COMPLETE
45462024-12-16T20:45:13.448Z[ recovery-image] Dec 16 20:45:11.957 INFO O| Dec 16 20:45:11.957 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-16T20:45:13.475Z[ recovery-image] Dec 16 20:45:11.984 INFO O| Dec 16 20:45:11.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45482024-12-16T20:45:13.475Z[ recovery-image] Dec 16 20:45:11.984 INFO O| Dec 16 20:45:11.984 INFO STEP 68 (remove_files) COMPLETE
45492024-12-16T20:45:13.475Z[ recovery-image] Dec 16 20:45:11.984 INFO O| Dec 16 20:45:11.984 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-16T20:45:13.493Z[ recovery-image] Dec 16 20:45:12.003 INFO O| Dec 16 20:45:12.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45512024-12-16T20:45:13.493Z[ recovery-image] Dec 16 20:45:12.003 INFO O| Dec 16 20:45:12.003 INFO STEP 69 (remove_files) COMPLETE
45522024-12-16T20:45:13.496Z[ recovery-image] Dec 16 20:45:12.003 INFO O| Dec 16 20:45:12.003 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-16T20:45:13.511Z[ recovery-image] Dec 16 20:45:12.022 INFO O| Dec 16 20:45:12.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45542024-12-16T20:45:13.511Z[ recovery-image] Dec 16 20:45:12.022 INFO O| Dec 16 20:45:12.022 INFO STEP 70 (remove_files) COMPLETE
45552024-12-16T20:45:13.511Z[ recovery-image] Dec 16 20:45:12.022 INFO O| Dec 16 20:45:12.022 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-16T20:45:13.538Z[ recovery-image] Dec 16 20:45:12.048 INFO O| Dec 16 20:45:12.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45572024-12-16T20:45:13.538Z[ recovery-image] Dec 16 20:45:12.048 INFO O| Dec 16 20:45:12.048 INFO STEP 71 (remove_files) COMPLETE
45582024-12-16T20:45:13.538Z[ recovery-image] Dec 16 20:45:12.048 INFO O| Dec 16 20:45:12.048 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-16T20:45:13.557Z[ recovery-image] Dec 16 20:45:12.068 INFO O| Dec 16 20:45:12.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45602024-12-16T20:45:13.557Z[ recovery-image] Dec 16 20:45:12.068 INFO O| Dec 16 20:45:12.068 INFO STEP 72 (remove_files) COMPLETE
45612024-12-16T20:45:13.557Z[ recovery-image] Dec 16 20:45:12.068 INFO O| Dec 16 20:45:12.068 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-16T20:45:13.597Z[ recovery-image] Dec 16 20:45:12.107 INFO O| Dec 16 20:45:12.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45632024-12-16T20:45:13.597Z[ recovery-image] Dec 16 20:45:12.107 INFO O| Dec 16 20:45:12.107 INFO STEP 73 (remove_files) COMPLETE
45642024-12-16T20:45:13.597Z[ recovery-image] Dec 16 20:45:12.107 INFO O| Dec 16 20:45:12.107 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-16T20:45:13.618Z[ recovery-image] Dec 16 20:45:12.129 INFO O| Dec 16 20:45:12.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45662024-12-16T20:45:13.618Z[ recovery-image] Dec 16 20:45:12.129 INFO O| Dec 16 20:45:12.129 INFO STEP 74 (remove_files) COMPLETE
45672024-12-16T20:45:13.621Z[ recovery-image] Dec 16 20:45:12.129 INFO O| Dec 16 20:45:12.129 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-16T20:45:13.643Z[ recovery-image] Dec 16 20:45:12.154 INFO O| Dec 16 20:45:12.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45692024-12-16T20:45:13.643Z[ recovery-image] Dec 16 20:45:12.154 INFO O| Dec 16 20:45:12.154 INFO STEP 75 (remove_files) COMPLETE
45702024-12-16T20:45:13.643Z[ recovery-image] Dec 16 20:45:12.154 INFO O| Dec 16 20:45:12.154 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-16T20:45:13.667Z[ recovery-image] Dec 16 20:45:12.178 INFO O| Dec 16 20:45:12.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45722024-12-16T20:45:13.667Z[ recovery-image] Dec 16 20:45:12.178 INFO O| Dec 16 20:45:12.178 INFO STEP 76 (remove_files) COMPLETE
45732024-12-16T20:45:13.667Z[ recovery-image] Dec 16 20:45:12.178 INFO O| Dec 16 20:45:12.178 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-16T20:45:13.775Z[ recovery-image] Dec 16 20:45:12.286 INFO O| Dec 16 20:45:12.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45752024-12-16T20:45:13.778Z[ recovery-image] Dec 16 20:45:12.286 INFO O| Dec 16 20:45:12.286 INFO STEP 77 (remove_files) COMPLETE
45762024-12-16T20:45:13.778Z[ recovery-image] Dec 16 20:45:12.286 INFO O| Dec 16 20:45:12.286 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-16T20:45:13.801Z[ recovery-image] Dec 16 20:45:12.312 INFO O| Dec 16 20:45:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45782024-12-16T20:45:13.801Z[ recovery-image] Dec 16 20:45:12.312 INFO O| Dec 16 20:45:12.312 INFO STEP 78 (remove_files) COMPLETE
45792024-12-16T20:45:13.801Z[ recovery-image] Dec 16 20:45:12.312 INFO O| Dec 16 20:45:12.312 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-16T20:45:13.844Z[ recovery-image] Dec 16 20:45:12.353 INFO O| Dec 16 20:45:12.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45812024-12-16T20:45:13.844Z[ recovery-image] Dec 16 20:45:12.353 INFO O| Dec 16 20:45:12.353 INFO STEP 79 (remove_files) COMPLETE
45822024-12-16T20:45:13.844Z[ recovery-image] Dec 16 20:45:12.353 INFO O| Dec 16 20:45:12.353 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-16T20:45:13.861Z[ recovery-image] Dec 16 20:45:12.372 INFO O| Dec 16 20:45:12.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45842024-12-16T20:45:13.861Z[ recovery-image] Dec 16 20:45:12.372 INFO O| Dec 16 20:45:12.372 INFO STEP 80 (remove_files) COMPLETE
45852024-12-16T20:45:13.861Z[ recovery-image] Dec 16 20:45:12.372 INFO O| Dec 16 20:45:12.372 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-16T20:45:13.879Z[ recovery-image] Dec 16 20:45:12.390 INFO O| Dec 16 20:45:12.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45872024-12-16T20:45:13.879Z[ recovery-image] Dec 16 20:45:12.390 INFO O| Dec 16 20:45:12.390 INFO STEP 81 (remove_files) COMPLETE
45882024-12-16T20:45:13.882Z[ recovery-image] Dec 16 20:45:12.390 INFO O| Dec 16 20:45:12.390 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-16T20:45:13.898Z[ recovery-image] Dec 16 20:45:12.408 INFO O| Dec 16 20:45:12.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45902024-12-16T20:45:13.898Z[ recovery-image] Dec 16 20:45:12.408 INFO O| Dec 16 20:45:12.408 INFO STEP 82 (remove_files) COMPLETE
45912024-12-16T20:45:13.898Z[ recovery-image] Dec 16 20:45:12.408 INFO O| Dec 16 20:45:12.408 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-16T20:45:13.917Z[ recovery-image] Dec 16 20:45:12.428 INFO O| Dec 16 20:45:12.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45932024-12-16T20:45:13.917Z[ recovery-image] Dec 16 20:45:12.428 INFO O| Dec 16 20:45:12.428 INFO STEP 83 (remove_files) COMPLETE
45942024-12-16T20:45:13.920Z[ recovery-image] Dec 16 20:45:12.428 INFO O| Dec 16 20:45:12.428 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-16T20:45:13.941Z[ recovery-image] Dec 16 20:45:12.452 INFO O| Dec 16 20:45:12.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45962024-12-16T20:45:13.941Z[ recovery-image] Dec 16 20:45:12.452 INFO O| Dec 16 20:45:12.452 INFO STEP 84 (remove_files) COMPLETE
45972024-12-16T20:45:13.944Z[ recovery-image] Dec 16 20:45:12.452 INFO O| Dec 16 20:45:12.452 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-16T20:45:13.964Z[ recovery-image] Dec 16 20:45:12.475 INFO O| Dec 16 20:45:12.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45992024-12-16T20:45:13.964Z[ recovery-image] Dec 16 20:45:12.475 INFO O| Dec 16 20:45:12.475 INFO STEP 85 (remove_files) COMPLETE
46002024-12-16T20:45:13.964Z[ recovery-image] Dec 16 20:45:12.475 INFO O| Dec 16 20:45:12.475 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-16T20:45:13.984Z[ recovery-image] Dec 16 20:45:12.494 INFO O| Dec 16 20:45:12.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46022024-12-16T20:45:13.987Z[ recovery-image] Dec 16 20:45:12.497 INFO O| Dec 16 20:45:12.497 INFO STEP 86 (remove_files) COMPLETE
46032024-12-16T20:45:13.987Z[ recovery-image] Dec 16 20:45:12.497 INFO O| Dec 16 20:45:12.497 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-16T20:45:14.007Z[ recovery-image] Dec 16 20:45:12.518 INFO O| Dec 16 20:45:12.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46052024-12-16T20:45:14.007Z[ recovery-image] Dec 16 20:45:12.518 INFO O| Dec 16 20:45:12.518 INFO STEP 87 (remove_files) COMPLETE
46062024-12-16T20:45:14.007Z[ recovery-image] Dec 16 20:45:12.518 INFO O| Dec 16 20:45:12.518 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-16T20:45:14.029Z[ recovery-image] Dec 16 20:45:12.540 INFO O| Dec 16 20:45:12.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46082024-12-16T20:45:14.032Z[ recovery-image] Dec 16 20:45:12.540 INFO O| Dec 16 20:45:12.540 INFO STEP 88 (remove_files) COMPLETE
46092024-12-16T20:45:14.032Z[ recovery-image] Dec 16 20:45:12.540 INFO O| Dec 16 20:45:12.540 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-16T20:45:14.051Z[ recovery-image] Dec 16 20:45:12.562 INFO O| Dec 16 20:45:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46112024-12-16T20:45:14.051Z[ recovery-image] Dec 16 20:45:12.562 INFO O| Dec 16 20:45:12.562 INFO STEP 89 (remove_files) COMPLETE
46122024-12-16T20:45:14.054Z[ recovery-image] Dec 16 20:45:12.562 INFO O| Dec 16 20:45:12.562 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-16T20:45:14.101Z[ recovery-image] Dec 16 20:45:12.612 INFO O| Dec 16 20:45:12.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46142024-12-16T20:45:14.102Z[ recovery-image] Dec 16 20:45:12.612 INFO O| Dec 16 20:45:12.612 INFO STEP 90 (remove_files) COMPLETE
46152024-12-16T20:45:14.105Z[ recovery-image] Dec 16 20:45:12.613 INFO O| Dec 16 20:45:12.612 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-16T20:45:14.120Z[ recovery-image] Dec 16 20:45:12.631 INFO O| Dec 16 20:45:12.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46172024-12-16T20:45:14.121Z[ recovery-image] Dec 16 20:45:12.631 INFO O| Dec 16 20:45:12.631 INFO STEP 91 (remove_files) COMPLETE
46182024-12-16T20:45:14.123Z[ recovery-image] Dec 16 20:45:12.631 INFO O| Dec 16 20:45:12.631 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-16T20:45:14.141Z[ recovery-image] Dec 16 20:45:12.652 INFO O| Dec 16 20:45:12.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46202024-12-16T20:45:14.167Z[ recovery-image] Dec 16 20:45:12.678 INFO O| Dec 16 20:45:12.678 INFO STEP 92 (remove_files) COMPLETE
46212024-12-16T20:45:14.168Z[ recovery-image] Dec 16 20:45:12.678 INFO O| Dec 16 20:45:12.678 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-16T20:45:14.229Z[ recovery-image] Dec 16 20:45:12.740 INFO O| Dec 16 20:45:12.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46232024-12-16T20:45:14.229Z[ recovery-image] Dec 16 20:45:12.740 INFO O| Dec 16 20:45:12.740 INFO STEP 93 (remove_files) COMPLETE
46242024-12-16T20:45:14.229Z[ recovery-image] Dec 16 20:45:12.740 INFO O| Dec 16 20:45:12.740 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-16T20:45:14.251Z[ recovery-image] Dec 16 20:45:12.762 INFO O| Dec 16 20:45:12.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46262024-12-16T20:45:14.251Z[ recovery-image] Dec 16 20:45:12.762 INFO O| Dec 16 20:45:12.762 INFO STEP 94 (remove_files) COMPLETE
46272024-12-16T20:45:14.251Z[ recovery-image] Dec 16 20:45:12.762 INFO O| Dec 16 20:45:12.762 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-16T20:45:14.273Z[ recovery-image] Dec 16 20:45:12.783 INFO O| Dec 16 20:45:12.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46292024-12-16T20:45:14.273Z[ recovery-image] Dec 16 20:45:12.783 INFO O| Dec 16 20:45:12.783 INFO STEP 95 (remove_files) COMPLETE
46302024-12-16T20:45:14.275Z[ recovery-image] Dec 16 20:45:12.783 INFO O| Dec 16 20:45:12.783 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-16T20:45:14.294Z[ recovery-image] Dec 16 20:45:12.804 INFO O| Dec 16 20:45:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46322024-12-16T20:45:14.294Z[ recovery-image] Dec 16 20:45:12.804 INFO O| Dec 16 20:45:12.804 INFO STEP 96 (remove_files) COMPLETE
46332024-12-16T20:45:14.294Z[ recovery-image] Dec 16 20:45:12.804 INFO O| Dec 16 20:45:12.804 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-16T20:45:14.314Z[ recovery-image] Dec 16 20:45:12.824 INFO O| Dec 16 20:45:12.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46352024-12-16T20:45:14.316Z[ recovery-image] Dec 16 20:45:12.825 INFO O| Dec 16 20:45:12.825 INFO STEP 97 (remove_files) COMPLETE
46362024-12-16T20:45:14.316Z[ recovery-image] Dec 16 20:45:12.825 INFO O| Dec 16 20:45:12.825 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-16T20:45:14.335Z[ recovery-image] Dec 16 20:45:12.845 INFO O| Dec 16 20:45:12.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46382024-12-16T20:45:14.335Z[ recovery-image] Dec 16 20:45:12.845 INFO O| Dec 16 20:45:12.845 INFO STEP 98 (remove_files) COMPLETE
46392024-12-16T20:45:14.335Z[ recovery-image] Dec 16 20:45:12.845 INFO O| Dec 16 20:45:12.845 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-16T20:45:14.355Z[ recovery-image] Dec 16 20:45:12.866 INFO O| Dec 16 20:45:12.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46412024-12-16T20:45:14.382Z[ recovery-image] Dec 16 20:45:12.892 INFO O| Dec 16 20:45:12.892 INFO STEP 99 (remove_files) COMPLETE
46422024-12-16T20:45:14.382Z[ recovery-image] Dec 16 20:45:12.892 INFO O| Dec 16 20:45:12.892 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-16T20:45:14.419Z[ recovery-image] Dec 16 20:45:12.929 INFO O| Dec 16 20:45:12.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46442024-12-16T20:45:14.419Z[ recovery-image] Dec 16 20:45:12.929 INFO O| Dec 16 20:45:12.929 INFO STEP 100 (remove_files) COMPLETE
46452024-12-16T20:45:14.419Z[ recovery-image] Dec 16 20:45:12.929 INFO O| Dec 16 20:45:12.929 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-16T20:45:14.437Z[ recovery-image] Dec 16 20:45:12.948 INFO O| Dec 16 20:45:12.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46472024-12-16T20:45:14.437Z[ recovery-image] Dec 16 20:45:12.948 INFO O| Dec 16 20:45:12.948 INFO STEP 101 (remove_files) COMPLETE
46482024-12-16T20:45:14.437Z[ recovery-image] Dec 16 20:45:12.948 INFO O| Dec 16 20:45:12.948 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-16T20:45:14.454Z[ recovery-image] Dec 16 20:45:12.965 INFO O| Dec 16 20:45:12.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46502024-12-16T20:45:14.454Z[ recovery-image] Dec 16 20:45:12.965 INFO O| Dec 16 20:45:12.965 INFO STEP 102 (remove_files) COMPLETE
46512024-12-16T20:45:14.454Z[ recovery-image] Dec 16 20:45:12.965 INFO O| Dec 16 20:45:12.965 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-16T20:45:14.475Z[ recovery-image] Dec 16 20:45:12.985 INFO O| Dec 16 20:45:12.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46532024-12-16T20:45:14.475Z[ recovery-image] Dec 16 20:45:12.985 INFO O| Dec 16 20:45:12.985 INFO STEP 103 (remove_files) COMPLETE
46542024-12-16T20:45:14.478Z[ recovery-image] Dec 16 20:45:12.986 INFO O| Dec 16 20:45:12.985 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-16T20:45:14.494Z[ recovery-image] Dec 16 20:45:13.005 INFO O| Dec 16 20:45:13.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46562024-12-16T20:45:14.495Z[ recovery-image] Dec 16 20:45:13.005 INFO O| Dec 16 20:45:13.005 INFO STEP 104 (remove_files) COMPLETE
46572024-12-16T20:45:14.497Z[ recovery-image] Dec 16 20:45:13.005 INFO O| Dec 16 20:45:13.005 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-16T20:45:14.515Z[ recovery-image] Dec 16 20:45:13.025 INFO O| Dec 16 20:45:13.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46592024-12-16T20:45:14.515Z[ recovery-image] Dec 16 20:45:13.025 INFO O| Dec 16 20:45:13.025 INFO STEP 105 (remove_files) COMPLETE
46602024-12-16T20:45:14.518Z[ recovery-image] Dec 16 20:45:13.025 INFO O| Dec 16 20:45:13.025 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-16T20:45:14.548Z[ recovery-image] Dec 16 20:45:13.058 INFO O| Dec 16 20:45:13.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46622024-12-16T20:45:14.548Z[ recovery-image] Dec 16 20:45:13.058 INFO O| Dec 16 20:45:13.058 INFO STEP 106 (remove_files) COMPLETE
46632024-12-16T20:45:14.550Z[ recovery-image] Dec 16 20:45:13.059 INFO O| Dec 16 20:45:13.058 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-16T20:45:14.569Z[ recovery-image] Dec 16 20:45:13.080 INFO O| Dec 16 20:45:13.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46652024-12-16T20:45:14.573Z[ recovery-image] Dec 16 20:45:13.080 INFO O| Dec 16 20:45:13.080 INFO STEP 107 (remove_files) COMPLETE
46662024-12-16T20:45:14.573Z[ recovery-image] Dec 16 20:45:13.080 INFO O| Dec 16 20:45:13.080 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-16T20:45:14.591Z[ recovery-image] Dec 16 20:45:13.102 INFO O| Dec 16 20:45:13.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46682024-12-16T20:45:14.591Z[ recovery-image] Dec 16 20:45:13.102 INFO O| Dec 16 20:45:13.102 INFO STEP 108 (remove_files) COMPLETE
46692024-12-16T20:45:14.591Z[ recovery-image] Dec 16 20:45:13.102 INFO O| Dec 16 20:45:13.102 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-16T20:45:14.611Z[ recovery-image] Dec 16 20:45:13.122 INFO O| Dec 16 20:45:13.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46712024-12-16T20:45:14.637Z[ recovery-image] Dec 16 20:45:13.148 INFO O| Dec 16 20:45:13.148 INFO STEP 109 (remove_files) COMPLETE
46722024-12-16T20:45:14.637Z[ recovery-image] Dec 16 20:45:13.148 INFO O| Dec 16 20:45:13.148 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-16T20:45:14.673Z[ recovery-image] Dec 16 20:45:13.184 INFO O| Dec 16 20:45:13.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46742024-12-16T20:45:14.673Z[ recovery-image] Dec 16 20:45:13.184 INFO O| Dec 16 20:45:13.184 INFO STEP 110 (remove_files) COMPLETE
46752024-12-16T20:45:14.673Z[ recovery-image] Dec 16 20:45:13.184 INFO O| Dec 16 20:45:13.184 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-16T20:45:14.694Z[ recovery-image] Dec 16 20:45:13.204 INFO O| Dec 16 20:45:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46772024-12-16T20:45:14.694Z[ recovery-image] Dec 16 20:45:13.204 INFO O| Dec 16 20:45:13.204 INFO STEP 111 (remove_files) COMPLETE
46782024-12-16T20:45:14.694Z[ recovery-image] Dec 16 20:45:13.204 INFO O| Dec 16 20:45:13.204 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-16T20:45:14.715Z[ recovery-image] Dec 16 20:45:13.224 INFO O| Dec 16 20:45:13.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46802024-12-16T20:45:14.715Z[ recovery-image] Dec 16 20:45:13.224 INFO O| Dec 16 20:45:13.224 INFO STEP 112 (remove_files) COMPLETE
46812024-12-16T20:45:14.717Z[ recovery-image] Dec 16 20:45:13.224 INFO O| Dec 16 20:45:13.224 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-16T20:45:14.734Z[ recovery-image] Dec 16 20:45:13.244 INFO O| Dec 16 20:45:13.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46832024-12-16T20:45:14.734Z[ recovery-image] Dec 16 20:45:13.244 INFO O| Dec 16 20:45:13.244 INFO STEP 113 (remove_files) COMPLETE
46842024-12-16T20:45:14.736Z[ recovery-image] Dec 16 20:45:13.245 INFO O| Dec 16 20:45:13.244 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-16T20:45:14.757Z[ recovery-image] Dec 16 20:45:13.265 INFO O| Dec 16 20:45:13.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46862024-12-16T20:45:14.757Z[ recovery-image] Dec 16 20:45:13.265 INFO O| Dec 16 20:45:13.265 INFO STEP 114 (remove_files) COMPLETE
46872024-12-16T20:45:14.760Z[ recovery-image] Dec 16 20:45:13.265 INFO O| Dec 16 20:45:13.265 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-16T20:45:14.774Z[ recovery-image] Dec 16 20:45:13.284 INFO O| Dec 16 20:45:13.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46892024-12-16T20:45:14.774Z[ recovery-image] Dec 16 20:45:13.284 INFO O| Dec 16 20:45:13.284 INFO STEP 115 (remove_files) COMPLETE
46902024-12-16T20:45:14.777Z[ recovery-image] Dec 16 20:45:13.285 INFO O| Dec 16 20:45:13.284 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-16T20:45:14.793Z[ recovery-image] Dec 16 20:45:13.304 INFO O| Dec 16 20:45:13.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46922024-12-16T20:45:14.793Z[ recovery-image] Dec 16 20:45:13.304 INFO O| Dec 16 20:45:13.304 INFO STEP 116 (remove_files) COMPLETE
46932024-12-16T20:45:14.793Z[ recovery-image] Dec 16 20:45:13.304 INFO O| Dec 16 20:45:13.304 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-16T20:45:14.813Z[ recovery-image] Dec 16 20:45:13.323 INFO O| Dec 16 20:45:13.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46952024-12-16T20:45:14.813Z[ recovery-image] Dec 16 20:45:13.323 INFO O| Dec 16 20:45:13.323 INFO STEP 117 (remove_files) COMPLETE
46962024-12-16T20:45:14.813Z[ recovery-image] Dec 16 20:45:13.323 INFO O| Dec 16 20:45:13.323 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-16T20:45:14.832Z[ recovery-image] Dec 16 20:45:13.343 INFO O| Dec 16 20:45:13.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46982024-12-16T20:45:14.832Z[ recovery-image] Dec 16 20:45:13.343 INFO O| Dec 16 20:45:13.343 INFO STEP 118 (remove_files) COMPLETE
46992024-12-16T20:45:14.835Z[ recovery-image] Dec 16 20:45:13.343 INFO O| Dec 16 20:45:13.343 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-16T20:45:14.852Z[ recovery-image] Dec 16 20:45:13.363 INFO O| Dec 16 20:45:13.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47012024-12-16T20:45:14.852Z[ recovery-image] Dec 16 20:45:13.363 INFO O| Dec 16 20:45:13.363 INFO STEP 119 (remove_files) COMPLETE
47022024-12-16T20:45:14.852Z[ recovery-image] Dec 16 20:45:13.363 INFO O| Dec 16 20:45:13.363 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-16T20:45:14.915Z[ recovery-image] Dec 16 20:45:13.425 INFO O| Dec 16 20:45:13.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47042024-12-16T20:45:14.937Z[ recovery-image] Dec 16 20:45:13.447 INFO O| Dec 16 20:45:13.447 INFO STEP 120 (remove_files) COMPLETE
47052024-12-16T20:45:14.937Z[ recovery-image] Dec 16 20:45:13.447 INFO O| Dec 16 20:45:13.447 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-16T20:45:14.971Z[ recovery-image] Dec 16 20:45:13.482 INFO O| Dec 16 20:45:13.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47072024-12-16T20:45:14.983Z[ recovery-image] Dec 16 20:45:13.494 INFO O| Dec 16 20:45:13.494 INFO STEP 121 (remove_files) COMPLETE
47082024-12-16T20:45:14.983Z[ recovery-image] Dec 16 20:45:13.494 INFO O| Dec 16 20:45:13.494 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-16T20:45:15.015Z[ recovery-image] Dec 16 20:45:13.526 INFO O| Dec 16 20:45:13.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47102024-12-16T20:45:15.015Z[ recovery-image] Dec 16 20:45:13.526 INFO O| Dec 16 20:45:13.526 INFO STEP 122 (remove_files) COMPLETE
47112024-12-16T20:45:15.015Z[ recovery-image] Dec 16 20:45:13.526 INFO O| Dec 16 20:45:13.526 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-16T20:45:15.035Z[ recovery-image] Dec 16 20:45:13.545 INFO O| Dec 16 20:45:13.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47132024-12-16T20:45:15.055Z[ recovery-image] Dec 16 20:45:13.565 INFO O| Dec 16 20:45:13.565 INFO STEP 123 (remove_files) COMPLETE
47142024-12-16T20:45:15.055Z[ recovery-image] Dec 16 20:45:13.565 INFO O| Dec 16 20:45:13.565 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-16T20:45:15.106Z[ recovery-image] Dec 16 20:45:13.606 INFO O| Dec 16 20:45:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47162024-12-16T20:45:15.106Z[ recovery-image] Dec 16 20:45:13.606 INFO O| Dec 16 20:45:13.606 INFO STEP 124 (remove_files) COMPLETE
47172024-12-16T20:45:15.112Z[ recovery-image] Dec 16 20:45:13.606 INFO O| Dec 16 20:45:13.606 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-16T20:45:15.116Z[ recovery-image] Dec 16 20:45:13.626 INFO O| Dec 16 20:45:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47192024-12-16T20:45:15.116Z[ recovery-image] Dec 16 20:45:13.627 INFO O| Dec 16 20:45:13.627 INFO STEP 125 (remove_files) COMPLETE
47202024-12-16T20:45:15.118Z[ recovery-image] Dec 16 20:45:13.627 INFO O| Dec 16 20:45:13.627 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-16T20:45:15.156Z[ recovery-image] Dec 16 20:45:13.666 INFO O| Dec 16 20:45:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47222024-12-16T20:45:15.156Z[ recovery-image] Dec 16 20:45:13.666 INFO O| Dec 16 20:45:13.666 INFO STEP 126 (remove_files) COMPLETE
47232024-12-16T20:45:15.156Z[ recovery-image] Dec 16 20:45:13.666 INFO O| Dec 16 20:45:13.666 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-16T20:45:15.216Z[ recovery-image] Dec 16 20:45:13.726 INFO O| Dec 16 20:45:13.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47252024-12-16T20:45:15.216Z[ recovery-image] Dec 16 20:45:13.726 INFO O| Dec 16 20:45:13.726 INFO STEP 127 (remove_files) COMPLETE
47262024-12-16T20:45:15.220Z[ recovery-image] Dec 16 20:45:13.726 INFO O| Dec 16 20:45:13.726 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-16T20:45:15.236Z[ recovery-image] Dec 16 20:45:13.746 INFO O| Dec 16 20:45:13.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47282024-12-16T20:45:15.236Z[ recovery-image] Dec 16 20:45:13.746 INFO O| Dec 16 20:45:13.746 INFO STEP 128 (remove_files) COMPLETE
47292024-12-16T20:45:15.238Z[ recovery-image] Dec 16 20:45:13.746 INFO O| Dec 16 20:45:13.746 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-16T20:45:15.255Z[ recovery-image] Dec 16 20:45:13.766 INFO O| Dec 16 20:45:13.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47312024-12-16T20:45:15.256Z[ recovery-image] Dec 16 20:45:13.766 INFO O| Dec 16 20:45:13.766 INFO STEP 129 (remove_files) COMPLETE
47322024-12-16T20:45:15.256Z[ recovery-image] Dec 16 20:45:13.766 INFO O| Dec 16 20:45:13.766 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-16T20:45:15.276Z[ recovery-image] Dec 16 20:45:13.785 INFO O| Dec 16 20:45:13.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47342024-12-16T20:45:15.277Z[ recovery-image] Dec 16 20:45:13.785 INFO O| Dec 16 20:45:13.785 INFO STEP 130 (remove_files) COMPLETE
47352024-12-16T20:45:15.277Z[ recovery-image] Dec 16 20:45:13.785 INFO O| Dec 16 20:45:13.785 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-16T20:45:15.304Z[ recovery-image] Dec 16 20:45:13.815 INFO O| Dec 16 20:45:13.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47372024-12-16T20:45:15.304Z[ recovery-image] Dec 16 20:45:13.815 INFO O| Dec 16 20:45:13.815 INFO STEP 131 (remove_files) COMPLETE
47382024-12-16T20:45:15.304Z[ recovery-image] Dec 16 20:45:13.815 INFO O| Dec 16 20:45:13.815 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-16T20:45:15.324Z[ recovery-image] Dec 16 20:45:13.834 INFO O| Dec 16 20:45:13.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47402024-12-16T20:45:15.324Z[ recovery-image] Dec 16 20:45:13.834 INFO O| Dec 16 20:45:13.834 INFO STEP 132 (remove_files) COMPLETE
47412024-12-16T20:45:15.327Z[ recovery-image] Dec 16 20:45:13.834 INFO O| Dec 16 20:45:13.834 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-16T20:45:15.342Z[ recovery-image] Dec 16 20:45:13.853 INFO O| Dec 16 20:45:13.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47432024-12-16T20:45:15.342Z[ recovery-image] Dec 16 20:45:13.853 INFO O| Dec 16 20:45:13.853 INFO STEP 133 (remove_files) COMPLETE
47442024-12-16T20:45:15.343Z[ recovery-image] Dec 16 20:45:13.853 INFO O| Dec 16 20:45:13.853 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-16T20:45:15.361Z[ recovery-image] Dec 16 20:45:13.872 INFO O| Dec 16 20:45:13.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47462024-12-16T20:45:15.361Z[ recovery-image] Dec 16 20:45:13.872 INFO O| Dec 16 20:45:13.872 INFO STEP 134 (remove_files) COMPLETE
47472024-12-16T20:45:15.364Z[ recovery-image] Dec 16 20:45:13.872 INFO O| Dec 16 20:45:13.872 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-16T20:45:15.380Z[ recovery-image] Dec 16 20:45:13.890 INFO O| Dec 16 20:45:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47492024-12-16T20:45:15.380Z[ recovery-image] Dec 16 20:45:13.891 INFO O| Dec 16 20:45:13.891 INFO STEP 135 (remove_files) COMPLETE
47502024-12-16T20:45:15.380Z[ recovery-image] Dec 16 20:45:13.891 INFO O| Dec 16 20:45:13.891 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-16T20:45:15.418Z[ recovery-image] Dec 16 20:45:13.928 INFO O| Dec 16 20:45:13.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47522024-12-16T20:45:15.418Z[ recovery-image] Dec 16 20:45:13.928 INFO O| Dec 16 20:45:13.928 INFO STEP 136 (remove_files) COMPLETE
47532024-12-16T20:45:15.421Z[ recovery-image] Dec 16 20:45:13.928 INFO O| Dec 16 20:45:13.928 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-16T20:45:15.438Z[ recovery-image] Dec 16 20:45:13.949 INFO O| Dec 16 20:45:13.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47552024-12-16T20:45:15.439Z[ recovery-image] Dec 16 20:45:13.949 INFO O| Dec 16 20:45:13.949 INFO STEP 137 (remove_files) COMPLETE
47562024-12-16T20:45:15.439Z[ recovery-image] Dec 16 20:45:13.949 INFO O| Dec 16 20:45:13.949 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-16T20:45:15.458Z[ recovery-image] Dec 16 20:45:13.968 INFO O| Dec 16 20:45:13.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47582024-12-16T20:45:15.466Z[ recovery-image] Dec 16 20:45:13.977 INFO O| Dec 16 20:45:13.977 INFO STEP 138 (remove_files) COMPLETE
47592024-12-16T20:45:15.466Z[ recovery-image] Dec 16 20:45:13.977 INFO O| Dec 16 20:45:13.977 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-16T20:45:15.524Z[ recovery-image] Dec 16 20:45:14.034 INFO O| Dec 16 20:45:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47612024-12-16T20:45:15.524Z[ recovery-image] Dec 16 20:45:14.034 INFO O| Dec 16 20:45:14.034 INFO STEP 139 (remove_files) COMPLETE
47622024-12-16T20:45:15.526Z[ recovery-image] Dec 16 20:45:14.034 INFO O| Dec 16 20:45:14.034 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-16T20:45:15.546Z[ recovery-image] Dec 16 20:45:14.054 INFO O| Dec 16 20:45:14.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47642024-12-16T20:45:15.546Z[ recovery-image] Dec 16 20:45:14.055 INFO O| Dec 16 20:45:14.055 INFO STEP 140 (remove_files) COMPLETE
47652024-12-16T20:45:15.546Z[ recovery-image] Dec 16 20:45:14.055 INFO O| Dec 16 20:45:14.055 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-16T20:45:15.564Z[ recovery-image] Dec 16 20:45:14.074 INFO O| Dec 16 20:45:14.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47672024-12-16T20:45:15.564Z[ recovery-image] Dec 16 20:45:14.074 INFO O| Dec 16 20:45:14.074 INFO STEP 141 (remove_files) COMPLETE
47682024-12-16T20:45:15.564Z[ recovery-image] Dec 16 20:45:14.074 INFO O| Dec 16 20:45:14.074 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-16T20:45:15.583Z[ recovery-image] Dec 16 20:45:14.093 INFO O| Dec 16 20:45:14.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47702024-12-16T20:45:15.583Z[ recovery-image] Dec 16 20:45:14.093 INFO O| Dec 16 20:45:14.093 INFO STEP 142 (remove_files) COMPLETE
47712024-12-16T20:45:15.589Z[ recovery-image] Dec 16 20:45:14.093 INFO O| Dec 16 20:45:14.093 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-16T20:45:15.605Z[ recovery-image] Dec 16 20:45:14.115 INFO O| Dec 16 20:45:14.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47732024-12-16T20:45:15.605Z[ recovery-image] Dec 16 20:45:14.115 INFO O| Dec 16 20:45:14.115 INFO STEP 143 (remove_files) COMPLETE
47742024-12-16T20:45:15.605Z[ recovery-image] Dec 16 20:45:14.115 INFO O| Dec 16 20:45:14.115 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-16T20:45:15.625Z[ recovery-image] Dec 16 20:45:14.136 INFO O| Dec 16 20:45:14.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47762024-12-16T20:45:15.653Z[ recovery-image] Dec 16 20:45:14.164 INFO O| Dec 16 20:45:14.164 INFO STEP 144 (remove_files) COMPLETE
47772024-12-16T20:45:15.654Z[ recovery-image] Dec 16 20:45:14.164 INFO O| Dec 16 20:45:14.164 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-16T20:45:15.686Z[ recovery-image] Dec 16 20:45:14.197 INFO O| Dec 16 20:45:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47792024-12-16T20:45:15.686Z[ recovery-image] Dec 16 20:45:14.197 INFO O| Dec 16 20:45:14.197 INFO STEP 145 (remove_files) COMPLETE
47802024-12-16T20:45:15.686Z[ recovery-image] Dec 16 20:45:14.197 INFO O| Dec 16 20:45:14.197 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-16T20:45:15.733Z[ recovery-image] Dec 16 20:45:14.243 INFO O| Dec 16 20:45:14.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47822024-12-16T20:45:15.733Z[ recovery-image] Dec 16 20:45:14.243 INFO O| Dec 16 20:45:14.243 INFO STEP 146 (remove_files) COMPLETE
47832024-12-16T20:45:15.733Z[ recovery-image] Dec 16 20:45:14.243 INFO O| Dec 16 20:45:14.243 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-16T20:45:15.754Z[ recovery-image] Dec 16 20:45:14.264 INFO O| Dec 16 20:45:14.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47852024-12-16T20:45:15.754Z[ recovery-image] Dec 16 20:45:14.264 INFO O| Dec 16 20:45:14.264 INFO STEP 147 (remove_files) COMPLETE
47862024-12-16T20:45:15.756Z[ recovery-image] Dec 16 20:45:14.264 INFO O| Dec 16 20:45:14.264 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-16T20:45:15.774Z[ recovery-image] Dec 16 20:45:14.285 INFO O| Dec 16 20:45:14.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47882024-12-16T20:45:15.774Z[ recovery-image] Dec 16 20:45:14.285 INFO O| Dec 16 20:45:14.285 INFO STEP 148 (remove_files) COMPLETE
47892024-12-16T20:45:15.774Z[ recovery-image] Dec 16 20:45:14.285 INFO O| Dec 16 20:45:14.285 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-12-16T20:45:15.812Z[ recovery-image] Dec 16 20:45:14.322 INFO O| Dec 16 20:45:14.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47912024-12-16T20:45:15.812Z[ recovery-image] Dec 16 20:45:14.322 INFO O| Dec 16 20:45:14.322 INFO STEP 149 (remove_files) COMPLETE
47922024-12-16T20:45:15.812Z[ recovery-image] Dec 16 20:45:14.322 INFO O| Dec 16 20:45:14.322 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-16T20:45:15.833Z[ recovery-image] Dec 16 20:45:14.344 INFO O| Dec 16 20:45:14.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47942024-12-16T20:45:15.833Z[ recovery-image] Dec 16 20:45:14.344 INFO O| Dec 16 20:45:14.344 INFO STEP 150 (remove_files) COMPLETE
47952024-12-16T20:45:15.835Z[ recovery-image] Dec 16 20:45:14.344 INFO O| Dec 16 20:45:14.344 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-16T20:45:15.853Z[ recovery-image] Dec 16 20:45:14.364 INFO O| Dec 16 20:45:14.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47972024-12-16T20:45:15.853Z[ recovery-image] Dec 16 20:45:14.364 INFO O| Dec 16 20:45:14.364 INFO STEP 151 (remove_files) COMPLETE
47982024-12-16T20:45:15.853Z[ recovery-image] Dec 16 20:45:14.364 INFO O| Dec 16 20:45:14.364 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-12-16T20:45:15.873Z[ recovery-image] Dec 16 20:45:14.384 INFO O| Dec 16 20:45:14.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48002024-12-16T20:45:15.873Z[ recovery-image] Dec 16 20:45:14.384 INFO O| Dec 16 20:45:14.384 INFO STEP 152 (remove_files) COMPLETE
48012024-12-16T20:45:15.876Z[ recovery-image] Dec 16 20:45:14.384 INFO O| Dec 16 20:45:14.384 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-12-16T20:45:15.895Z[ recovery-image] Dec 16 20:45:14.406 INFO O| Dec 16 20:45:14.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48032024-12-16T20:45:15.895Z[ recovery-image] Dec 16 20:45:14.406 INFO O| Dec 16 20:45:14.406 INFO STEP 153 (remove_files) COMPLETE
48042024-12-16T20:45:15.895Z[ recovery-image] Dec 16 20:45:14.406 INFO O| Dec 16 20:45:14.406 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-12-16T20:45:15.937Z[ recovery-image] Dec 16 20:45:14.447 INFO O| Dec 16 20:45:14.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48062024-12-16T20:45:15.940Z[ recovery-image] Dec 16 20:45:14.451 INFO O| Dec 16 20:45:14.451 INFO STEP 154 (remove_files) COMPLETE
48072024-12-16T20:45:15.940Z[ recovery-image] Dec 16 20:45:14.451 INFO O| Dec 16 20:45:14.451 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-12-16T20:45:15.962Z[ recovery-image] Dec 16 20:45:14.472 INFO O| Dec 16 20:45:14.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48092024-12-16T20:45:15.962Z[ recovery-image] Dec 16 20:45:14.472 INFO O| Dec 16 20:45:14.472 INFO STEP 155 (remove_files) COMPLETE
48102024-12-16T20:45:15.962Z[ recovery-image] Dec 16 20:45:14.472 INFO O| Dec 16 20:45:14.472 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-12-16T20:45:16.005Z[ recovery-image] Dec 16 20:45:14.515 INFO O| Dec 16 20:45:14.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48122024-12-16T20:45:16.005Z[ recovery-image] Dec 16 20:45:14.515 INFO O| Dec 16 20:45:14.515 INFO STEP 156 (remove_files) COMPLETE
48132024-12-16T20:45:16.005Z[ recovery-image] Dec 16 20:45:14.515 INFO O| Dec 16 20:45:14.515 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-12-16T20:45:16.026Z[ recovery-image] Dec 16 20:45:14.536 INFO O| Dec 16 20:45:14.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48152024-12-16T20:45:16.026Z[ recovery-image] Dec 16 20:45:14.537 INFO O| Dec 16 20:45:14.537 INFO STEP 157 (remove_files) COMPLETE
48162024-12-16T20:45:16.026Z[ recovery-image] Dec 16 20:45:14.537 INFO O| Dec 16 20:45:14.537 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-12-16T20:45:16.032Z[ host-image] Dec 16 20:45:14.542 INFO O| Dec 16 20:45:14.542 INFO O| Download: 1097/1140 items 5.4/8.4MB 64% complete (946k/s)
48182024-12-16T20:45:16.046Z[ recovery-image] Dec 16 20:45:14.556 INFO O| Dec 16 20:45:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48192024-12-16T20:45:16.046Z[ recovery-image] Dec 16 20:45:14.556 INFO O| Dec 16 20:45:14.556 INFO STEP 158 (remove_files) COMPLETE
48202024-12-16T20:45:16.048Z[ recovery-image] Dec 16 20:45:14.556 INFO O| Dec 16 20:45:14.556 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-16T20:45:16.066Z[ recovery-image] Dec 16 20:45:14.576 INFO O| Dec 16 20:45:14.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48222024-12-16T20:45:16.066Z[ recovery-image] Dec 16 20:45:14.576 INFO O| Dec 16 20:45:14.576 INFO STEP 159 (remove_files) COMPLETE
48232024-12-16T20:45:16.066Z[ recovery-image] Dec 16 20:45:14.576 INFO O| Dec 16 20:45:14.576 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-16T20:45:16.086Z[ recovery-image] Dec 16 20:45:14.596 INFO O| Dec 16 20:45:14.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48252024-12-16T20:45:16.086Z[ recovery-image] Dec 16 20:45:14.596 INFO O| Dec 16 20:45:14.596 INFO STEP 160 (remove_files) COMPLETE
48262024-12-16T20:45:16.086Z[ recovery-image] Dec 16 20:45:14.596 INFO O| Dec 16 20:45:14.596 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-16T20:45:16.116Z[ recovery-image] Dec 16 20:45:14.626 INFO O| Dec 16 20:45:14.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48282024-12-16T20:45:16.116Z[ recovery-image] Dec 16 20:45:14.626 INFO O| Dec 16 20:45:14.626 INFO STEP 161 (remove_files) COMPLETE
48292024-12-16T20:45:16.118Z[ recovery-image] Dec 16 20:45:14.626 INFO O| Dec 16 20:45:14.626 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-16T20:45:16.175Z[ recovery-image] Dec 16 20:45:14.685 INFO O| Dec 16 20:45:14.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48312024-12-16T20:45:16.177Z[ recovery-image] Dec 16 20:45:14.686 INFO O| Dec 16 20:45:14.686 INFO STEP 162 (remove_files) COMPLETE
48322024-12-16T20:45:16.177Z[ recovery-image] Dec 16 20:45:14.686 INFO O| Dec 16 20:45:14.686 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-16T20:45:16.197Z[ recovery-image] Dec 16 20:45:14.708 INFO O| Dec 16 20:45:14.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48342024-12-16T20:45:16.199Z[ recovery-image] Dec 16 20:45:14.708 INFO O| Dec 16 20:45:14.708 INFO STEP 163 (remove_files) COMPLETE
48352024-12-16T20:45:16.199Z[ recovery-image] Dec 16 20:45:14.708 INFO O| Dec 16 20:45:14.708 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-16T20:45:16.219Z[ recovery-image] Dec 16 20:45:14.728 INFO O| Dec 16 20:45:14.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48372024-12-16T20:45:16.221Z[ recovery-image] Dec 16 20:45:14.728 INFO O| Dec 16 20:45:14.728 INFO STEP 164 (remove_files) COMPLETE
48382024-12-16T20:45:16.221Z[ recovery-image] Dec 16 20:45:14.729 INFO O| Dec 16 20:45:14.728 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-16T20:45:16.238Z[ recovery-image] Dec 16 20:45:14.748 INFO O| Dec 16 20:45:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48402024-12-16T20:45:16.256Z[ recovery-image] Dec 16 20:45:14.767 INFO O| Dec 16 20:45:14.767 INFO STEP 165 (remove_files) COMPLETE
48412024-12-16T20:45:16.256Z[ recovery-image] Dec 16 20:45:14.767 INFO O| Dec 16 20:45:14.767 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-16T20:45:16.278Z[ recovery-image] Dec 16 20:45:14.788 INFO O| Dec 16 20:45:14.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48432024-12-16T20:45:16.280Z[ recovery-image] Dec 16 20:45:14.789 INFO O| Dec 16 20:45:14.788 INFO STEP 166 (remove_files) COMPLETE
48442024-12-16T20:45:16.281Z[ recovery-image] Dec 16 20:45:14.789 INFO O| Dec 16 20:45:14.789 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-16T20:45:16.298Z[ recovery-image] Dec 16 20:45:14.808 INFO O| Dec 16 20:45:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48462024-12-16T20:45:16.316Z[ recovery-image] Dec 16 20:45:14.827 INFO O| Dec 16 20:45:14.827 INFO STEP 167 (remove_files) COMPLETE
48472024-12-16T20:45:16.316Z[ recovery-image] Dec 16 20:45:14.827 INFO O| Dec 16 20:45:14.827 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-16T20:45:16.337Z[ recovery-image] Dec 16 20:45:14.848 INFO O| Dec 16 20:45:14.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48492024-12-16T20:45:16.340Z[ recovery-image] Dec 16 20:45:14.848 INFO O| Dec 16 20:45:14.848 INFO STEP 168 (remove_files) COMPLETE
48502024-12-16T20:45:16.340Z[ recovery-image] Dec 16 20:45:14.848 INFO O| Dec 16 20:45:14.848 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-16T20:45:16.358Z[ recovery-image] Dec 16 20:45:14.868 INFO O| Dec 16 20:45:14.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48522024-12-16T20:45:16.358Z[ recovery-image] Dec 16 20:45:14.868 INFO O| Dec 16 20:45:14.868 INFO STEP 169 (remove_files) COMPLETE
48532024-12-16T20:45:16.361Z[ recovery-image] Dec 16 20:45:14.868 INFO O| Dec 16 20:45:14.868 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-16T20:45:16.382Z[ recovery-image] Dec 16 20:45:14.892 INFO O| Dec 16 20:45:14.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48552024-12-16T20:45:16.382Z[ recovery-image] Dec 16 20:45:14.892 INFO O| Dec 16 20:45:14.892 INFO STEP 170 (remove_files) COMPLETE
48562024-12-16T20:45:16.382Z[ recovery-image] Dec 16 20:45:14.892 INFO O| Dec 16 20:45:14.892 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-16T20:45:16.411Z[ recovery-image] Dec 16 20:45:14.921 INFO O| Dec 16 20:45:14.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48582024-12-16T20:45:16.411Z[ recovery-image] Dec 16 20:45:14.921 INFO O| Dec 16 20:45:14.921 INFO STEP 171 (remove_files) COMPLETE
48592024-12-16T20:45:16.414Z[ recovery-image] Dec 16 20:45:14.921 INFO O| Dec 16 20:45:14.921 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-16T20:45:16.433Z[ recovery-image] Dec 16 20:45:14.944 INFO O| Dec 16 20:45:14.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48612024-12-16T20:45:16.434Z[ recovery-image] Dec 16 20:45:14.944 INFO O| Dec 16 20:45:14.944 INFO STEP 172 (remove_files) COMPLETE
48622024-12-16T20:45:16.434Z[ recovery-image] Dec 16 20:45:14.944 INFO O| Dec 16 20:45:14.944 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-16T20:45:16.474Z[ recovery-image] Dec 16 20:45:14.985 INFO O| Dec 16 20:45:14.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48642024-12-16T20:45:16.474Z[ recovery-image] Dec 16 20:45:14.985 INFO O| Dec 16 20:45:14.985 INFO STEP 173 (remove_files) COMPLETE
48652024-12-16T20:45:16.474Z[ recovery-image] Dec 16 20:45:14.985 INFO O| Dec 16 20:45:14.985 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-16T20:45:16.495Z[ recovery-image] Dec 16 20:45:15.005 INFO O| Dec 16 20:45:15.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48672024-12-16T20:45:16.495Z[ recovery-image] Dec 16 20:45:15.005 INFO O| Dec 16 20:45:15.005 INFO STEP 174 (remove_files) COMPLETE
48682024-12-16T20:45:16.498Z[ recovery-image] Dec 16 20:45:15.005 INFO O| Dec 16 20:45:15.005 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-16T20:45:16.514Z[ recovery-image] Dec 16 20:45:15.024 INFO O| Dec 16 20:45:15.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48702024-12-16T20:45:16.514Z[ recovery-image] Dec 16 20:45:15.025 INFO O| Dec 16 20:45:15.025 INFO STEP 175 (remove_files) COMPLETE
48712024-12-16T20:45:16.517Z[ recovery-image] Dec 16 20:45:15.025 INFO O| Dec 16 20:45:15.025 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-16T20:45:16.534Z[ recovery-image] Dec 16 20:45:15.044 INFO O| Dec 16 20:45:15.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48732024-12-16T20:45:16.536Z[ recovery-image] Dec 16 20:45:15.044 INFO O| Dec 16 20:45:15.044 INFO STEP 176 (remove_files) COMPLETE
48742024-12-16T20:45:16.536Z[ recovery-image] Dec 16 20:45:15.044 INFO O| Dec 16 20:45:15.044 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-16T20:45:16.578Z[ recovery-image] Dec 16 20:45:15.089 INFO O| Dec 16 20:45:15.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48762024-12-16T20:45:16.612Z[ recovery-image] Dec 16 20:45:15.121 INFO O| Dec 16 20:45:15.121 INFO STEP 177 (remove_files) COMPLETE
48772024-12-16T20:45:16.612Z[ recovery-image] Dec 16 20:45:15.121 INFO O| Dec 16 20:45:15.121 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-16T20:45:16.635Z[ recovery-image] Dec 16 20:45:15.145 INFO O| Dec 16 20:45:15.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48792024-12-16T20:45:16.635Z[ recovery-image] Dec 16 20:45:15.145 INFO O| Dec 16 20:45:15.145 INFO STEP 178 (remove_files) COMPLETE
48802024-12-16T20:45:16.635Z[ recovery-image] Dec 16 20:45:15.145 INFO O| Dec 16 20:45:15.145 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-16T20:45:16.658Z[ recovery-image] Dec 16 20:45:15.167 INFO O| Dec 16 20:45:15.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48822024-12-16T20:45:16.663Z[ recovery-image] Dec 16 20:45:15.167 INFO O| Dec 16 20:45:15.167 INFO STEP 179 (remove_files) COMPLETE
48832024-12-16T20:45:16.663Z[ recovery-image] Dec 16 20:45:15.167 INFO O| Dec 16 20:45:15.167 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-16T20:45:16.680Z[ recovery-image] Dec 16 20:45:15.190 INFO O| Dec 16 20:45:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48852024-12-16T20:45:16.680Z[ recovery-image] Dec 16 20:45:15.190 INFO O| Dec 16 20:45:15.190 INFO STEP 180 (remove_files) COMPLETE
48862024-12-16T20:45:16.683Z[ recovery-image] Dec 16 20:45:15.190 INFO O| Dec 16 20:45:15.190 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-16T20:45:16.701Z[ recovery-image] Dec 16 20:45:15.212 INFO O| Dec 16 20:45:15.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48882024-12-16T20:45:16.701Z[ recovery-image] Dec 16 20:45:15.212 INFO O| Dec 16 20:45:15.212 INFO STEP 181 (remove_files) COMPLETE
48892024-12-16T20:45:16.701Z[ recovery-image] Dec 16 20:45:15.212 INFO O| Dec 16 20:45:15.212 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-16T20:45:16.722Z[ recovery-image] Dec 16 20:45:15.233 INFO O| Dec 16 20:45:15.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48912024-12-16T20:45:16.723Z[ recovery-image] Dec 16 20:45:15.233 INFO O| Dec 16 20:45:15.233 INFO STEP 182 (remove_files) COMPLETE
48922024-12-16T20:45:16.723Z[ recovery-image] Dec 16 20:45:15.233 INFO O| Dec 16 20:45:15.233 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-16T20:45:16.743Z[ recovery-image] Dec 16 20:45:15.253 INFO O| Dec 16 20:45:15.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48942024-12-16T20:45:16.743Z[ recovery-image] Dec 16 20:45:15.254 INFO O| Dec 16 20:45:15.253 INFO STEP 183 (remove_files) COMPLETE
48952024-12-16T20:45:16.743Z[ recovery-image] Dec 16 20:45:15.254 INFO O| Dec 16 20:45:15.254 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-16T20:45:16.764Z[ recovery-image] Dec 16 20:45:15.274 INFO O| Dec 16 20:45:15.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48972024-12-16T20:45:16.764Z[ recovery-image] Dec 16 20:45:15.274 INFO O| Dec 16 20:45:15.274 INFO STEP 184 (remove_files) COMPLETE
48982024-12-16T20:45:16.767Z[ recovery-image] Dec 16 20:45:15.274 INFO O| Dec 16 20:45:15.274 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-16T20:45:16.785Z[ recovery-image] Dec 16 20:45:15.295 INFO O| Dec 16 20:45:15.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49002024-12-16T20:45:16.785Z[ recovery-image] Dec 16 20:45:15.295 INFO O| Dec 16 20:45:15.295 INFO STEP 185 (remove_files) COMPLETE
49012024-12-16T20:45:16.785Z[ recovery-image] Dec 16 20:45:15.295 INFO O| Dec 16 20:45:15.295 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-16T20:45:16.804Z[ recovery-image] Dec 16 20:45:15.314 INFO O| Dec 16 20:45:15.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49032024-12-16T20:45:16.804Z[ recovery-image] Dec 16 20:45:15.314 INFO O| Dec 16 20:45:15.314 INFO STEP 186 (remove_files) COMPLETE
49042024-12-16T20:45:16.807Z[ recovery-image] Dec 16 20:45:15.314 INFO O| Dec 16 20:45:15.314 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-16T20:45:16.825Z[ recovery-image] Dec 16 20:45:15.335 INFO O| Dec 16 20:45:15.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49062024-12-16T20:45:16.825Z[ recovery-image] Dec 16 20:45:15.335 INFO O| Dec 16 20:45:15.335 INFO STEP 187 (remove_files) COMPLETE
49072024-12-16T20:45:16.825Z[ recovery-image] Dec 16 20:45:15.335 INFO O| Dec 16 20:45:15.335 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-16T20:45:16.845Z[ host-image] Dec 16 20:45:15.355 INFO O| Dec 16 20:45:15.355 INFO O| Download: Completed 8.42 MB in 5.82 seconds (1.4M/s)
49092024-12-16T20:45:16.848Z[ recovery-image] Dec 16 20:45:15.356 INFO O| Dec 16 20:45:15.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49102024-12-16T20:45:16.848Z[ recovery-image] Dec 16 20:45:15.356 INFO O| Dec 16 20:45:15.356 INFO STEP 188 (remove_files) COMPLETE
49112024-12-16T20:45:16.848Z[ recovery-image] Dec 16 20:45:15.356 INFO O| Dec 16 20:45:15.356 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-16T20:45:16.913Z[ recovery-image] Dec 16 20:45:15.423 INFO O| Dec 16 20:45:15.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49132024-12-16T20:45:16.913Z[ recovery-image] Dec 16 20:45:15.423 INFO O| Dec 16 20:45:15.423 INFO STEP 189 (remove_files) COMPLETE
49142024-12-16T20:45:16.917Z[ recovery-image] Dec 16 20:45:15.423 INFO O| Dec 16 20:45:15.423 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-16T20:45:16.953Z[ recovery-image] Dec 16 20:45:15.463 INFO O| Dec 16 20:45:15.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49162024-12-16T20:45:16.953Z[ recovery-image] Dec 16 20:45:15.463 INFO O| Dec 16 20:45:15.463 INFO STEP 190 (remove_files) COMPLETE
49172024-12-16T20:45:16.956Z[ recovery-image] Dec 16 20:45:15.463 INFO O| Dec 16 20:45:15.463 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-16T20:45:16.972Z[ recovery-image] Dec 16 20:45:15.483 INFO O| Dec 16 20:45:15.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49192024-12-16T20:45:16.972Z[ recovery-image] Dec 16 20:45:15.483 INFO O| Dec 16 20:45:15.483 INFO STEP 191 (remove_files) COMPLETE
49202024-12-16T20:45:16.972Z[ recovery-image] Dec 16 20:45:15.483 INFO O| Dec 16 20:45:15.483 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-16T20:45:17.026Z[ recovery-image] Dec 16 20:45:15.536 INFO O| Dec 16 20:45:15.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49222024-12-16T20:45:17.026Z[ recovery-image] Dec 16 20:45:15.536 INFO O| Dec 16 20:45:15.536 INFO STEP 192 (remove_files) COMPLETE
49232024-12-16T20:45:17.026Z[ recovery-image] Dec 16 20:45:15.536 INFO O| Dec 16 20:45:15.536 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-16T20:45:17.030Z[ host-image] Dec 16 20:45:15.540 INFO O| Dec 16 20:45:15.540 INFO O| Actions: 1/1361 actions (Installing new actions)
49252024-12-16T20:45:17.047Z[ recovery-image] Dec 16 20:45:15.558 INFO O| Dec 16 20:45:15.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49262024-12-16T20:45:17.047Z[ recovery-image] Dec 16 20:45:15.558 INFO O| Dec 16 20:45:15.558 INFO STEP 193 (remove_files) COMPLETE
49272024-12-16T20:45:17.047Z[ recovery-image] Dec 16 20:45:15.558 INFO O| Dec 16 20:45:15.558 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-16T20:45:17.068Z[ recovery-image] Dec 16 20:45:15.578 INFO O| Dec 16 20:45:15.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49292024-12-16T20:45:17.068Z[ recovery-image] Dec 16 20:45:15.578 INFO O| Dec 16 20:45:15.578 INFO STEP 194 (remove_files) COMPLETE
49302024-12-16T20:45:17.070Z[ recovery-image] Dec 16 20:45:15.578 INFO O| Dec 16 20:45:15.578 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-16T20:45:17.096Z[ recovery-image] Dec 16 20:45:15.607 INFO O| Dec 16 20:45:15.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49322024-12-16T20:45:17.096Z[ recovery-image] Dec 16 20:45:15.607 INFO O| Dec 16 20:45:15.607 INFO STEP 195 (remove_files) COMPLETE
49332024-12-16T20:45:17.097Z[ recovery-image] Dec 16 20:45:15.607 INFO O| Dec 16 20:45:15.607 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-12-16T20:45:17.129Z[ recovery-image] Dec 16 20:45:15.639 INFO O| Dec 16 20:45:15.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49352024-12-16T20:45:17.129Z[ recovery-image] Dec 16 20:45:15.639 INFO O| Dec 16 20:45:15.639 INFO STEP 196 (remove_files) COMPLETE
49362024-12-16T20:45:17.129Z[ recovery-image] Dec 16 20:45:15.639 INFO O| Dec 16 20:45:15.639 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-16T20:45:17.175Z[ recovery-image] Dec 16 20:45:15.685 INFO O| Dec 16 20:45:15.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49382024-12-16T20:45:17.175Z[ recovery-image] Dec 16 20:45:15.685 INFO O| Dec 16 20:45:15.685 INFO STEP 197 (remove_files) COMPLETE
49392024-12-16T20:45:17.175Z[ recovery-image] Dec 16 20:45:15.685 INFO O| Dec 16 20:45:15.685 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-16T20:45:17.246Z[ recovery-image] Dec 16 20:45:15.756 INFO O| Dec 16 20:45:15.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49412024-12-16T20:45:17.246Z[ recovery-image] Dec 16 20:45:15.756 INFO O| Dec 16 20:45:15.756 INFO STEP 198 (remove_files) COMPLETE
49422024-12-16T20:45:17.249Z[ recovery-image] Dec 16 20:45:15.756 INFO O| Dec 16 20:45:15.756 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-16T20:45:17.265Z[ recovery-image] Dec 16 20:45:15.775 INFO O| Dec 16 20:45:15.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49442024-12-16T20:45:17.265Z[ recovery-image] Dec 16 20:45:15.775 INFO O| Dec 16 20:45:15.775 INFO STEP 199 (remove_files) COMPLETE
49452024-12-16T20:45:17.265Z[ recovery-image] Dec 16 20:45:15.775 INFO O| Dec 16 20:45:15.775 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-16T20:45:17.284Z[ recovery-image] Dec 16 20:45:15.793 INFO O| Dec 16 20:45:15.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49472024-12-16T20:45:17.284Z[ recovery-image] Dec 16 20:45:15.793 INFO O| Dec 16 20:45:15.793 INFO STEP 200 (remove_files) COMPLETE
49482024-12-16T20:45:17.287Z[ recovery-image] Dec 16 20:45:15.793 INFO O| Dec 16 20:45:15.793 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-16T20:45:17.299Z[ recovery-image] Dec 16 20:45:15.809 INFO O| Dec 16 20:45:15.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49502024-12-16T20:45:17.299Z[ recovery-image] Dec 16 20:45:15.809 INFO O| Dec 16 20:45:15.809 INFO STEP 201 (remove_files) COMPLETE
49512024-12-16T20:45:17.302Z[ recovery-image] Dec 16 20:45:15.809 INFO O| Dec 16 20:45:15.809 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-16T20:45:17.317Z[ recovery-image] Dec 16 20:45:15.827 INFO O| Dec 16 20:45:15.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49532024-12-16T20:45:17.317Z[ recovery-image] Dec 16 20:45:15.827 INFO O| Dec 16 20:45:15.827 INFO STEP 202 (remove_files) COMPLETE
49542024-12-16T20:45:17.317Z[ recovery-image] Dec 16 20:45:15.827 INFO O| Dec 16 20:45:15.827 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-16T20:45:17.336Z[ recovery-image] Dec 16 20:45:15.845 INFO O| Dec 16 20:45:15.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49562024-12-16T20:45:17.336Z[ recovery-image] Dec 16 20:45:15.845 INFO O| Dec 16 20:45:15.845 INFO STEP 203 (remove_files) COMPLETE
49572024-12-16T20:45:17.336Z[ recovery-image] Dec 16 20:45:15.845 INFO O| Dec 16 20:45:15.845 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-16T20:45:17.408Z[ recovery-image] Dec 16 20:45:15.918 INFO O| Dec 16 20:45:15.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49592024-12-16T20:45:17.408Z[ recovery-image] Dec 16 20:45:15.918 INFO O| Dec 16 20:45:15.918 INFO STEP 204 (remove_files) COMPLETE
49602024-12-16T20:45:17.408Z[ recovery-image] Dec 16 20:45:15.918 INFO O| Dec 16 20:45:15.918 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-16T20:45:17.431Z[ recovery-image] Dec 16 20:45:15.941 INFO O| Dec 16 20:45:15.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49622024-12-16T20:45:17.434Z[ recovery-image] Dec 16 20:45:15.941 INFO O| Dec 16 20:45:15.941 INFO STEP 205 (remove_files) COMPLETE
49632024-12-16T20:45:17.435Z[ recovery-image] Dec 16 20:45:15.942 INFO O| Dec 16 20:45:15.941 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-16T20:45:17.451Z[ recovery-image] Dec 16 20:45:15.961 INFO O| Dec 16 20:45:15.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49652024-12-16T20:45:17.454Z[ recovery-image] Dec 16 20:45:15.961 INFO O| Dec 16 20:45:15.961 INFO STEP 206 (remove_files) COMPLETE
49662024-12-16T20:45:17.454Z[ recovery-image] Dec 16 20:45:15.961 INFO O| Dec 16 20:45:15.961 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-16T20:45:17.502Z[ recovery-image] Dec 16 20:45:16.011 INFO O| Dec 16 20:45:16.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49682024-12-16T20:45:17.502Z[ recovery-image] Dec 16 20:45:16.012 INFO O| Dec 16 20:45:16.011 INFO STEP 207 (remove_files) COMPLETE
49692024-12-16T20:45:17.506Z[ recovery-image] Dec 16 20:45:16.012 INFO O| Dec 16 20:45:16.012 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-16T20:45:17.522Z[ recovery-image] Dec 16 20:45:16.033 INFO O| Dec 16 20:45:16.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49712024-12-16T20:45:17.527Z[ recovery-image] Dec 16 20:45:16.033 INFO O| Dec 16 20:45:16.033 INFO STEP 208 (remove_files) COMPLETE
49722024-12-16T20:45:17.527Z[ recovery-image] Dec 16 20:45:16.033 INFO O| Dec 16 20:45:16.033 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-16T20:45:17.571Z[ recovery-image] Dec 16 20:45:16.080 INFO O| Dec 16 20:45:16.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49742024-12-16T20:45:17.573Z[ recovery-image] Dec 16 20:45:16.080 INFO O| Dec 16 20:45:16.080 INFO STEP 209 (remove_files) COMPLETE
49752024-12-16T20:45:17.574Z[ recovery-image] Dec 16 20:45:16.080 INFO O| Dec 16 20:45:16.080 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-16T20:45:17.616Z[ recovery-image] Dec 16 20:45:16.127 INFO O| Dec 16 20:45:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49772024-12-16T20:45:17.616Z[ recovery-image] Dec 16 20:45:16.127 INFO O| Dec 16 20:45:16.127 INFO STEP 210 (remove_files) COMPLETE
49782024-12-16T20:45:17.616Z[ recovery-image] Dec 16 20:45:16.127 INFO O| Dec 16 20:45:16.127 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-16T20:45:17.638Z[ recovery-image] Dec 16 20:45:16.146 INFO O| Dec 16 20:45:16.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49802024-12-16T20:45:17.638Z[ recovery-image] Dec 16 20:45:16.146 INFO O| Dec 16 20:45:16.146 INFO STEP 211 (remove_files) COMPLETE
49812024-12-16T20:45:17.638Z[ recovery-image] Dec 16 20:45:16.146 INFO O| Dec 16 20:45:16.146 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-16T20:45:17.655Z[ recovery-image] Dec 16 20:45:16.165 INFO O| Dec 16 20:45:16.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49832024-12-16T20:45:17.655Z[ recovery-image] Dec 16 20:45:16.165 INFO O| Dec 16 20:45:16.165 INFO STEP 212 (remove_files) COMPLETE
49842024-12-16T20:45:17.655Z[ recovery-image] Dec 16 20:45:16.166 INFO O| Dec 16 20:45:16.165 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-16T20:45:17.675Z[ recovery-image] Dec 16 20:45:16.185 INFO O| Dec 16 20:45:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49862024-12-16T20:45:17.675Z[ recovery-image] Dec 16 20:45:16.185 INFO O| Dec 16 20:45:16.185 INFO STEP 213 (remove_files) COMPLETE
49872024-12-16T20:45:17.675Z[ recovery-image] Dec 16 20:45:16.185 INFO O| Dec 16 20:45:16.185 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-16T20:45:17.693Z[ recovery-image] Dec 16 20:45:16.204 INFO O| Dec 16 20:45:16.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49892024-12-16T20:45:17.693Z[ recovery-image] Dec 16 20:45:16.204 INFO O| Dec 16 20:45:16.204 INFO STEP 214 (remove_files) COMPLETE
49902024-12-16T20:45:17.693Z[ recovery-image] Dec 16 20:45:16.204 INFO O| Dec 16 20:45:16.204 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-12-16T20:45:17.712Z[ recovery-image] Dec 16 20:45:16.222 INFO O| Dec 16 20:45:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49922024-12-16T20:45:17.712Z[ recovery-image] Dec 16 20:45:16.222 INFO O| Dec 16 20:45:16.222 INFO STEP 215 (remove_files) COMPLETE
49932024-12-16T20:45:17.715Z[ recovery-image] Dec 16 20:45:16.223 INFO O| Dec 16 20:45:16.222 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-12-16T20:45:17.731Z[ recovery-image] Dec 16 20:45:16.241 INFO O| Dec 16 20:45:16.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49952024-12-16T20:45:17.731Z[ recovery-image] Dec 16 20:45:16.242 INFO O| Dec 16 20:45:16.241 INFO STEP 216 (remove_files) COMPLETE
49962024-12-16T20:45:17.734Z[ recovery-image] Dec 16 20:45:16.242 INFO O| Dec 16 20:45:16.242 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-12-16T20:45:17.751Z[ recovery-image] Dec 16 20:45:16.261 INFO O| Dec 16 20:45:16.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49982024-12-16T20:45:17.754Z[ recovery-image] Dec 16 20:45:16.261 INFO O| Dec 16 20:45:16.261 INFO STEP 217 (remove_files) COMPLETE
49992024-12-16T20:45:17.754Z[ recovery-image] Dec 16 20:45:16.261 INFO O| Dec 16 20:45:16.261 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-12-16T20:45:17.771Z[ recovery-image] Dec 16 20:45:16.280 INFO O| Dec 16 20:45:16.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50012024-12-16T20:45:17.774Z[ recovery-image] Dec 16 20:45:16.280 INFO O| Dec 16 20:45:16.280 INFO STEP 218 (remove_files) COMPLETE
50022024-12-16T20:45:17.774Z[ recovery-image] Dec 16 20:45:16.281 INFO O| Dec 16 20:45:16.280 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-16T20:45:17.774Z[ host-image] Dec 16 20:45:16.281 INFO O| Dec 16 20:45:16.281 INFO O| Actions: Completed 1361 actions in 0.74 seconds.
50042024-12-16T20:45:17.789Z[ recovery-image] Dec 16 20:45:16.299 INFO O| Dec 16 20:45:16.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50052024-12-16T20:45:17.791Z[ recovery-image] Dec 16 20:45:16.299 INFO O| Dec 16 20:45:16.299 INFO STEP 219 (remove_files) COMPLETE
50062024-12-16T20:45:17.791Z[ recovery-image] Dec 16 20:45:16.299 INFO O| Dec 16 20:45:16.299 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-16T20:45:17.809Z[ recovery-image] Dec 16 20:45:16.319 INFO O| Dec 16 20:45:16.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50082024-12-16T20:45:17.809Z[ recovery-image] Dec 16 20:45:16.319 INFO O| Dec 16 20:45:16.319 INFO STEP 220 (remove_files) COMPLETE
50092024-12-16T20:45:17.809Z[ recovery-image] Dec 16 20:45:16.319 INFO O| Dec 16 20:45:16.319 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-16T20:45:17.827Z[ recovery-image] Dec 16 20:45:16.337 INFO O| Dec 16 20:45:16.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50112024-12-16T20:45:17.827Z[ recovery-image] Dec 16 20:45:16.337 INFO O| Dec 16 20:45:16.337 INFO STEP 221 (remove_files) COMPLETE
50122024-12-16T20:45:17.827Z[ recovery-image] Dec 16 20:45:16.337 INFO O| Dec 16 20:45:16.337 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-16T20:45:17.847Z[ recovery-image] Dec 16 20:45:16.355 INFO O| Dec 16 20:45:16.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50142024-12-16T20:45:17.847Z[ recovery-image] Dec 16 20:45:16.355 INFO O| Dec 16 20:45:16.355 INFO STEP 222 (remove_files) COMPLETE
50152024-12-16T20:45:17.849Z[ recovery-image] Dec 16 20:45:16.355 INFO O| Dec 16 20:45:16.355 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-16T20:45:17.862Z[ recovery-image] Dec 16 20:45:16.372 INFO O| Dec 16 20:45:16.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50172024-12-16T20:45:17.862Z[ recovery-image] Dec 16 20:45:16.372 INFO O| Dec 16 20:45:16.372 INFO STEP 223 (remove_files) COMPLETE
50182024-12-16T20:45:17.862Z[ recovery-image] Dec 16 20:45:16.372 INFO O| Dec 16 20:45:16.372 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-16T20:45:17.880Z[ recovery-image] Dec 16 20:45:16.390 INFO O| Dec 16 20:45:16.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50202024-12-16T20:45:17.880Z[ recovery-image] Dec 16 20:45:16.390 INFO O| Dec 16 20:45:16.390 INFO STEP 224 (remove_files) COMPLETE
50212024-12-16T20:45:17.883Z[ recovery-image] Dec 16 20:45:16.390 INFO O| Dec 16 20:45:16.390 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-16T20:45:17.897Z[ recovery-image] Dec 16 20:45:16.408 INFO O| Dec 16 20:45:16.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50232024-12-16T20:45:17.901Z[ recovery-image] Dec 16 20:45:16.408 INFO O| Dec 16 20:45:16.408 INFO STEP 225 (remove_files) COMPLETE
50242024-12-16T20:45:17.901Z[ recovery-image] Dec 16 20:45:16.408 INFO O| Dec 16 20:45:16.408 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-16T20:45:17.916Z[ recovery-image] Dec 16 20:45:16.426 INFO O| Dec 16 20:45:16.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50262024-12-16T20:45:17.919Z[ recovery-image] Dec 16 20:45:16.426 INFO O| Dec 16 20:45:16.426 INFO STEP 226 (remove_files) COMPLETE
50272024-12-16T20:45:17.919Z[ recovery-image] Dec 16 20:45:16.426 INFO O| Dec 16 20:45:16.426 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-16T20:45:17.933Z[ recovery-image] Dec 16 20:45:16.443 INFO O| Dec 16 20:45:16.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50292024-12-16T20:45:17.936Z[ recovery-image] Dec 16 20:45:16.444 INFO O| Dec 16 20:45:16.443 INFO STEP 227 (remove_files) COMPLETE
50302024-12-16T20:45:17.936Z[ recovery-image] Dec 16 20:45:16.444 INFO O| Dec 16 20:45:16.444 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-16T20:45:17.951Z[ recovery-image] Dec 16 20:45:16.461 INFO O| Dec 16 20:45:16.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50322024-12-16T20:45:17.951Z[ recovery-image] Dec 16 20:45:16.461 INFO O| Dec 16 20:45:16.461 INFO STEP 228 (remove_files) COMPLETE
50332024-12-16T20:45:17.953Z[ recovery-image] Dec 16 20:45:16.461 INFO O| Dec 16 20:45:16.461 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-16T20:45:17.969Z[ recovery-image] Dec 16 20:45:16.479 INFO O| Dec 16 20:45:16.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50352024-12-16T20:45:17.972Z[ recovery-image] Dec 16 20:45:16.479 INFO O| Dec 16 20:45:16.479 INFO STEP 229 (remove_files) COMPLETE
50362024-12-16T20:45:17.972Z[ recovery-image] Dec 16 20:45:16.480 INFO O| Dec 16 20:45:16.479 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-16T20:45:17.987Z[ recovery-image] Dec 16 20:45:16.497 INFO O| Dec 16 20:45:16.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50382024-12-16T20:45:17.998Z[ recovery-image] Dec 16 20:45:16.497 INFO O| Dec 16 20:45:16.497 INFO STEP 230 (remove_files) COMPLETE
50392024-12-16T20:45:17.998Z[ recovery-image] Dec 16 20:45:16.497 INFO O| Dec 16 20:45:16.497 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-16T20:45:18.005Z[ recovery-image] Dec 16 20:45:16.515 INFO O| Dec 16 20:45:16.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50412024-12-16T20:45:18.005Z[ recovery-image] Dec 16 20:45:16.515 INFO O| Dec 16 20:45:16.515 INFO STEP 231 (remove_files) COMPLETE
50422024-12-16T20:45:18.008Z[ recovery-image] Dec 16 20:45:16.515 INFO O| Dec 16 20:45:16.515 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-16T20:45:18.028Z[ recovery-image] Dec 16 20:45:16.535 INFO O| Dec 16 20:45:16.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50442024-12-16T20:45:18.028Z[ recovery-image] Dec 16 20:45:16.535 INFO O| Dec 16 20:45:16.535 INFO STEP 232 (remove_files) COMPLETE
50452024-12-16T20:45:18.028Z[ recovery-image] Dec 16 20:45:16.536 INFO O| Dec 16 20:45:16.535 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-16T20:45:18.047Z[ recovery-image] Dec 16 20:45:16.557 INFO O| Dec 16 20:45:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50472024-12-16T20:45:18.047Z[ recovery-image] Dec 16 20:45:16.557 INFO O| Dec 16 20:45:16.557 INFO STEP 233 (remove_files) COMPLETE
50482024-12-16T20:45:18.050Z[ recovery-image] Dec 16 20:45:16.557 INFO O| Dec 16 20:45:16.557 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-16T20:45:18.073Z[ recovery-image] Dec 16 20:45:16.580 INFO O| Dec 16 20:45:16.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50502024-12-16T20:45:18.073Z[ recovery-image] Dec 16 20:45:16.580 INFO O| Dec 16 20:45:16.580 INFO STEP 234 (remove_files) COMPLETE
50512024-12-16T20:45:18.073Z[ recovery-image] Dec 16 20:45:16.580 INFO O| Dec 16 20:45:16.580 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-16T20:45:18.094Z[ recovery-image] Dec 16 20:45:16.603 INFO O| Dec 16 20:45:16.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50532024-12-16T20:45:18.094Z[ recovery-image] Dec 16 20:45:16.603 INFO O| Dec 16 20:45:16.603 INFO STEP 235 (remove_files) COMPLETE
50542024-12-16T20:45:18.094Z[ recovery-image] Dec 16 20:45:16.603 INFO O| Dec 16 20:45:16.603 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-16T20:45:18.121Z[ recovery-image] Dec 16 20:45:16.631 INFO O| Dec 16 20:45:16.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50562024-12-16T20:45:18.121Z[ recovery-image] Dec 16 20:45:16.631 INFO O| Dec 16 20:45:16.631 INFO STEP 236 (remove_files) COMPLETE
50572024-12-16T20:45:18.121Z[ recovery-image] Dec 16 20:45:16.631 INFO O| Dec 16 20:45:16.631 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-16T20:45:18.149Z[ recovery-image] Dec 16 20:45:16.659 INFO O| Dec 16 20:45:16.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50592024-12-16T20:45:18.152Z[ recovery-image] Dec 16 20:45:16.659 INFO O| Dec 16 20:45:16.659 INFO STEP 237 (remove_files) COMPLETE
50602024-12-16T20:45:18.152Z[ recovery-image] Dec 16 20:45:16.660 INFO O| Dec 16 20:45:16.660 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-16T20:45:18.171Z[ recovery-image] Dec 16 20:45:16.681 INFO O| Dec 16 20:45:16.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50622024-12-16T20:45:18.174Z[ recovery-image] Dec 16 20:45:16.681 INFO O| Dec 16 20:45:16.681 INFO STEP 238 (remove_files) COMPLETE
50632024-12-16T20:45:18.174Z[ recovery-image] Dec 16 20:45:16.682 INFO O| Dec 16 20:45:16.681 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-16T20:45:18.190Z[ recovery-image] Dec 16 20:45:16.700 INFO O| Dec 16 20:45:16.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50652024-12-16T20:45:18.192Z[ recovery-image] Dec 16 20:45:16.700 INFO O| Dec 16 20:45:16.700 INFO STEP 239 (remove_files) COMPLETE
50662024-12-16T20:45:18.192Z[ recovery-image] Dec 16 20:45:16.700 INFO O| Dec 16 20:45:16.700 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-16T20:45:18.211Z[ recovery-image] Dec 16 20:45:16.721 INFO O| Dec 16 20:45:16.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50682024-12-16T20:45:18.213Z[ recovery-image] Dec 16 20:45:16.721 INFO O| Dec 16 20:45:16.721 INFO STEP 240 (remove_files) COMPLETE
50692024-12-16T20:45:18.213Z[ recovery-image] Dec 16 20:45:16.721 INFO O| Dec 16 20:45:16.721 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-16T20:45:18.266Z[ recovery-image] Dec 16 20:45:16.776 INFO O| Dec 16 20:45:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50712024-12-16T20:45:18.267Z[ recovery-image] Dec 16 20:45:16.776 INFO O| Dec 16 20:45:16.776 INFO STEP 241 (remove_files) COMPLETE
50722024-12-16T20:45:18.267Z[ recovery-image] Dec 16 20:45:16.776 INFO O| Dec 16 20:45:16.776 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-12-16T20:45:18.298Z[ recovery-image] Dec 16 20:45:16.808 INFO O| Dec 16 20:45:16.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50742024-12-16T20:45:18.298Z[ recovery-image] Dec 16 20:45:16.808 INFO O| Dec 16 20:45:16.808 INFO STEP 242 (remove_files) COMPLETE
50752024-12-16T20:45:18.301Z[ recovery-image] Dec 16 20:45:16.808 INFO O| Dec 16 20:45:16.808 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-12-16T20:45:18.316Z[ recovery-image] Dec 16 20:45:16.826 INFO O| Dec 16 20:45:16.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50772024-12-16T20:45:18.324Z[ host-image] Dec 16 20:45:16.834 INFO O| Dec 16 20:45:16.834 INFO O| Done
50782024-12-16T20:45:18.326Z[ host-image] Dec 16 20:45:16.834 INFO O| Dec 16 20:45:16.834 INFO O| Done
50792024-12-16T20:45:18.348Z[ recovery-image] Dec 16 20:45:16.857 INFO O| Dec 16 20:45:16.857 INFO STEP 243 (remove_files) COMPLETE
50802024-12-16T20:45:18.348Z[ recovery-image] Dec 16 20:45:16.857 INFO O| Dec 16 20:45:16.857 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-16T20:45:18.391Z[ recovery-image] Dec 16 20:45:16.901 INFO O| Dec 16 20:45:16.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50822024-12-16T20:45:18.391Z[ recovery-image] Dec 16 20:45:16.901 INFO O| Dec 16 20:45:16.901 INFO STEP 244 (remove_files) COMPLETE
50832024-12-16T20:45:18.394Z[ recovery-image] Dec 16 20:45:16.901 INFO O| Dec 16 20:45:16.901 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-16T20:45:18.513Z[ recovery-image] Dec 16 20:45:17.023 INFO O| Dec 16 20:45:17.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50852024-12-16T20:45:18.513Z[ recovery-image] Dec 16 20:45:17.023 INFO O| Dec 16 20:45:17.023 INFO STEP 245 (remove_files) COMPLETE
50862024-12-16T20:45:18.516Z[ recovery-image] Dec 16 20:45:17.023 INFO O| Dec 16 20:45:17.023 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-16T20:45:18.531Z[ recovery-image] Dec 16 20:45:17.041 INFO O| Dec 16 20:45:17.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50882024-12-16T20:45:18.531Z[ recovery-image] Dec 16 20:45:17.041 INFO O| Dec 16 20:45:17.041 INFO STEP 246 (remove_files) COMPLETE
50892024-12-16T20:45:18.531Z[ recovery-image] Dec 16 20:45:17.041 INFO O| Dec 16 20:45:17.041 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-16T20:45:18.547Z[ recovery-image] Dec 16 20:45:17.057 INFO O| Dec 16 20:45:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50912024-12-16T20:45:18.547Z[ recovery-image] Dec 16 20:45:17.057 INFO O| Dec 16 20:45:17.057 INFO STEP 247 (remove_files) COMPLETE
50922024-12-16T20:45:18.547Z[ recovery-image] Dec 16 20:45:17.057 INFO O| Dec 16 20:45:17.057 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-16T20:45:18.565Z[ recovery-image] Dec 16 20:45:17.075 INFO O| Dec 16 20:45:17.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50942024-12-16T20:45:18.565Z[ recovery-image] Dec 16 20:45:17.075 INFO O| Dec 16 20:45:17.075 INFO STEP 248 (remove_files) COMPLETE
50952024-12-16T20:45:18.565Z[ recovery-image] Dec 16 20:45:17.076 INFO O| Dec 16 20:45:17.075 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-16T20:45:18.585Z[ recovery-image] Dec 16 20:45:17.095 INFO O| Dec 16 20:45:17.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50972024-12-16T20:45:18.585Z[ recovery-image] Dec 16 20:45:17.095 INFO O| Dec 16 20:45:17.095 INFO STEP 249 (remove_files) COMPLETE
50982024-12-16T20:45:18.585Z[ recovery-image] Dec 16 20:45:17.095 INFO O| Dec 16 20:45:17.095 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-16T20:45:18.619Z[ recovery-image] Dec 16 20:45:17.128 INFO O| Dec 16 20:45:17.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51002024-12-16T20:45:18.619Z[ recovery-image] Dec 16 20:45:17.128 INFO O| Dec 16 20:45:17.128 INFO STEP 250 (remove_files) COMPLETE
51012024-12-16T20:45:18.619Z[ recovery-image] Dec 16 20:45:17.128 INFO O| Dec 16 20:45:17.128 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-16T20:45:18.641Z[ recovery-image] Dec 16 20:45:17.148 INFO O| Dec 16 20:45:17.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51032024-12-16T20:45:18.641Z[ recovery-image] Dec 16 20:45:17.149 INFO O| Dec 16 20:45:17.149 INFO STEP 251 (remove_files) COMPLETE
51042024-12-16T20:45:18.645Z[ recovery-image] Dec 16 20:45:17.149 INFO O| Dec 16 20:45:17.149 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-16T20:45:18.680Z[ recovery-image] Dec 16 20:45:17.189 INFO O| Dec 16 20:45:17.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51062024-12-16T20:45:18.680Z[ recovery-image] Dec 16 20:45:17.189 INFO O| Dec 16 20:45:17.189 INFO STEP 252 (remove_files) COMPLETE
51072024-12-16T20:45:18.680Z[ recovery-image] Dec 16 20:45:17.189 INFO O| Dec 16 20:45:17.189 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-16T20:45:18.699Z[ recovery-image] Dec 16 20:45:17.209 INFO O| Dec 16 20:45:17.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51092024-12-16T20:45:18.699Z[ recovery-image] Dec 16 20:45:17.209 INFO O| Dec 16 20:45:17.209 INFO STEP 253 (remove_files) COMPLETE
51102024-12-16T20:45:18.699Z[ recovery-image] Dec 16 20:45:17.209 INFO O| Dec 16 20:45:17.209 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-16T20:45:18.718Z[ recovery-image] Dec 16 20:45:17.228 INFO O| Dec 16 20:45:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51122024-12-16T20:45:18.719Z[ recovery-image] Dec 16 20:45:17.228 INFO O| Dec 16 20:45:17.228 INFO STEP 254 (remove_files) COMPLETE
51132024-12-16T20:45:18.719Z[ recovery-image] Dec 16 20:45:17.229 INFO O| Dec 16 20:45:17.228 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-16T20:45:18.754Z[ recovery-image] Dec 16 20:45:17.264 INFO O| Dec 16 20:45:17.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51152024-12-16T20:45:18.757Z[ recovery-image] Dec 16 20:45:17.264 INFO O| Dec 16 20:45:17.264 INFO STEP 255 (remove_files) COMPLETE
51162024-12-16T20:45:18.757Z[ recovery-image] Dec 16 20:45:17.264 INFO O| Dec 16 20:45:17.264 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-16T20:45:18.773Z[ recovery-image] Dec 16 20:45:17.283 INFO O| Dec 16 20:45:17.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51182024-12-16T20:45:18.776Z[ recovery-image] Dec 16 20:45:17.283 INFO O| Dec 16 20:45:17.283 INFO STEP 256 (remove_files) COMPLETE
51192024-12-16T20:45:18.776Z[ recovery-image] Dec 16 20:45:17.283 INFO O| Dec 16 20:45:17.283 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-16T20:45:18.796Z[ recovery-image] Dec 16 20:45:17.306 INFO O| Dec 16 20:45:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51212024-12-16T20:45:18.796Z[ recovery-image] Dec 16 20:45:17.306 INFO O| Dec 16 20:45:17.306 INFO STEP 257 (remove_files) COMPLETE
51222024-12-16T20:45:18.799Z[ recovery-image] Dec 16 20:45:17.306 INFO O| Dec 16 20:45:17.306 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-16T20:45:18.855Z[ recovery-image] Dec 16 20:45:17.364 INFO O| Dec 16 20:45:17.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51242024-12-16T20:45:18.855Z[ recovery-image] Dec 16 20:45:17.365 INFO O| Dec 16 20:45:17.365 INFO STEP 258 (remove_files) COMPLETE
51252024-12-16T20:45:18.858Z[ recovery-image] Dec 16 20:45:17.365 INFO O| Dec 16 20:45:17.365 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-16T20:45:18.925Z[ recovery-image] Dec 16 20:45:17.435 INFO O| Dec 16 20:45:17.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51272024-12-16T20:45:18.928Z[ recovery-image] Dec 16 20:45:17.435 INFO O| Dec 16 20:45:17.435 INFO STEP 259 (remove_files) COMPLETE
51282024-12-16T20:45:18.928Z[ recovery-image] Dec 16 20:45:17.435 INFO O| Dec 16 20:45:17.435 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-16T20:45:18.945Z[ recovery-image] Dec 16 20:45:17.455 INFO O| Dec 16 20:45:17.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51302024-12-16T20:45:18.948Z[ recovery-image] Dec 16 20:45:17.456 INFO O| Dec 16 20:45:17.456 INFO STEP 260 (remove_files) COMPLETE
51312024-12-16T20:45:18.948Z[ recovery-image] Dec 16 20:45:17.456 INFO O| Dec 16 20:45:17.456 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-16T20:45:18.966Z[ recovery-image] Dec 16 20:45:17.476 INFO O| Dec 16 20:45:17.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51332024-12-16T20:45:18.968Z[ recovery-image] Dec 16 20:45:17.476 INFO O| Dec 16 20:45:17.476 INFO STEP 261 (remove_files) COMPLETE
51342024-12-16T20:45:18.968Z[ recovery-image] Dec 16 20:45:17.476 INFO O| Dec 16 20:45:17.476 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-16T20:45:19.006Z[ recovery-image] Dec 16 20:45:17.516 INFO O| Dec 16 20:45:17.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51362024-12-16T20:45:19.006Z[ recovery-image] Dec 16 20:45:17.516 INFO O| Dec 16 20:45:17.516 INFO STEP 262 (remove_files) COMPLETE
51372024-12-16T20:45:19.006Z[ recovery-image] Dec 16 20:45:17.516 INFO O| Dec 16 20:45:17.516 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-16T20:45:19.026Z[ recovery-image] Dec 16 20:45:17.536 INFO O| Dec 16 20:45:17.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51392024-12-16T20:45:19.026Z[ recovery-image] Dec 16 20:45:17.536 INFO O| Dec 16 20:45:17.536 INFO STEP 263 (remove_files) COMPLETE
51402024-12-16T20:45:19.026Z[ recovery-image] Dec 16 20:45:17.536 INFO O| Dec 16 20:45:17.536 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-16T20:45:19.059Z[ recovery-image] Dec 16 20:45:17.569 INFO O| Dec 16 20:45:17.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51422024-12-16T20:45:19.059Z[ recovery-image] Dec 16 20:45:17.569 INFO O| Dec 16 20:45:17.569 INFO STEP 264 (remove_files) COMPLETE
51432024-12-16T20:45:19.059Z[ recovery-image] Dec 16 20:45:17.569 INFO O| Dec 16 20:45:17.569 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-16T20:45:19.098Z[ recovery-image] Dec 16 20:45:17.608 INFO O| Dec 16 20:45:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51452024-12-16T20:45:19.098Z[ recovery-image] Dec 16 20:45:17.608 INFO O| Dec 16 20:45:17.608 INFO STEP 265 (remove_files) COMPLETE
51462024-12-16T20:45:19.098Z[ recovery-image] Dec 16 20:45:17.608 INFO O| Dec 16 20:45:17.608 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-16T20:45:19.115Z[ recovery-image] Dec 16 20:45:17.625 INFO O| Dec 16 20:45:17.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51482024-12-16T20:45:19.116Z[ recovery-image] Dec 16 20:45:17.625 INFO O| Dec 16 20:45:17.625 INFO STEP 266 (remove_files) COMPLETE
51492024-12-16T20:45:19.116Z[ recovery-image] Dec 16 20:45:17.625 INFO O| Dec 16 20:45:17.625 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-16T20:45:19.139Z[ recovery-image] Dec 16 20:45:17.649 INFO O| Dec 16 20:45:17.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51512024-12-16T20:45:19.139Z[ recovery-image] Dec 16 20:45:17.649 INFO O| Dec 16 20:45:17.649 INFO STEP 267 (remove_files) COMPLETE
51522024-12-16T20:45:19.143Z[ recovery-image] Dec 16 20:45:17.649 INFO O| Dec 16 20:45:17.649 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-16T20:45:19.175Z[ recovery-image] Dec 16 20:45:17.685 INFO O| Dec 16 20:45:17.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51542024-12-16T20:45:19.178Z[ recovery-image] Dec 16 20:45:17.685 INFO O| Dec 16 20:45:17.685 INFO STEP 268 (remove_files) COMPLETE
51552024-12-16T20:45:19.178Z[ recovery-image] Dec 16 20:45:17.685 INFO O| Dec 16 20:45:17.685 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-16T20:45:19.194Z[ recovery-image] Dec 16 20:45:17.704 INFO O| Dec 16 20:45:17.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51572024-12-16T20:45:19.194Z[ recovery-image] Dec 16 20:45:17.704 INFO O| Dec 16 20:45:17.704 INFO STEP 269 (remove_files) COMPLETE
51582024-12-16T20:45:19.194Z[ recovery-image] Dec 16 20:45:17.704 INFO O| Dec 16 20:45:17.704 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-16T20:45:19.212Z[ recovery-image] Dec 16 20:45:17.722 INFO O| Dec 16 20:45:17.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51602024-12-16T20:45:19.212Z[ recovery-image] Dec 16 20:45:17.722 INFO O| Dec 16 20:45:17.722 INFO STEP 270 (remove_files) COMPLETE
51612024-12-16T20:45:19.212Z[ recovery-image] Dec 16 20:45:17.722 INFO O| Dec 16 20:45:17.722 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-16T20:45:19.230Z[ recovery-image] Dec 16 20:45:17.740 INFO O| Dec 16 20:45:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51632024-12-16T20:45:19.230Z[ recovery-image] Dec 16 20:45:17.740 INFO O| Dec 16 20:45:17.740 INFO STEP 271 (remove_files) COMPLETE
51642024-12-16T20:45:19.230Z[ recovery-image] Dec 16 20:45:17.740 INFO O| Dec 16 20:45:17.740 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-16T20:45:19.248Z[ recovery-image] Dec 16 20:45:17.758 INFO O| Dec 16 20:45:17.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51662024-12-16T20:45:19.248Z[ recovery-image] Dec 16 20:45:17.758 INFO O| Dec 16 20:45:17.758 INFO STEP 272 (remove_files) COMPLETE
51672024-12-16T20:45:19.248Z[ recovery-image] Dec 16 20:45:17.758 INFO O| Dec 16 20:45:17.758 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-16T20:45:19.267Z[ recovery-image] Dec 16 20:45:17.776 INFO O| Dec 16 20:45:17.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51692024-12-16T20:45:19.267Z[ recovery-image] Dec 16 20:45:17.776 INFO O| Dec 16 20:45:17.776 INFO STEP 273 (remove_files) COMPLETE
51702024-12-16T20:45:19.267Z[ recovery-image] Dec 16 20:45:17.776 INFO O| Dec 16 20:45:17.776 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-16T20:45:19.292Z[ recovery-image] Dec 16 20:45:17.802 INFO O| Dec 16 20:45:17.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51722024-12-16T20:45:19.292Z[ recovery-image] Dec 16 20:45:17.802 INFO O| Dec 16 20:45:17.802 INFO STEP 274 (remove_files) COMPLETE
51732024-12-16T20:45:19.292Z[ recovery-image] Dec 16 20:45:17.802 INFO O| Dec 16 20:45:17.802 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-16T20:45:19.314Z[ recovery-image] Dec 16 20:45:17.823 INFO O| Dec 16 20:45:17.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51752024-12-16T20:45:19.314Z[ recovery-image] Dec 16 20:45:17.824 INFO O| Dec 16 20:45:17.823 INFO STEP 275 (remove_files) COMPLETE
51762024-12-16T20:45:19.317Z[ recovery-image] Dec 16 20:45:17.824 INFO O| Dec 16 20:45:17.824 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-16T20:45:19.333Z[ recovery-image] Dec 16 20:45:17.843 INFO O| Dec 16 20:45:17.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51782024-12-16T20:45:19.333Z[ recovery-image] Dec 16 20:45:17.844 INFO O| Dec 16 20:45:17.843 INFO STEP 276 (remove_files) COMPLETE
51792024-12-16T20:45:19.336Z[ recovery-image] Dec 16 20:45:17.844 INFO O| Dec 16 20:45:17.844 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-16T20:45:19.363Z[ recovery-image] Dec 16 20:45:17.873 INFO O| Dec 16 20:45:17.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51812024-12-16T20:45:19.365Z[ recovery-image] Dec 16 20:45:17.873 INFO O| Dec 16 20:45:17.873 INFO STEP 277 (remove_files) COMPLETE
51822024-12-16T20:45:19.365Z[ recovery-image] Dec 16 20:45:17.873 INFO O| Dec 16 20:45:17.873 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-16T20:45:19.390Z[ recovery-image] Dec 16 20:45:17.900 INFO O| Dec 16 20:45:17.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51842024-12-16T20:45:19.392Z[ recovery-image] Dec 16 20:45:17.900 INFO O| Dec 16 20:45:17.900 INFO STEP 278 (remove_files) COMPLETE
51852024-12-16T20:45:19.392Z[ recovery-image] Dec 16 20:45:17.900 INFO O| Dec 16 20:45:17.900 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-16T20:45:19.411Z[ recovery-image] Dec 16 20:45:17.920 INFO O| Dec 16 20:45:17.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51872024-12-16T20:45:19.413Z[ recovery-image] Dec 16 20:45:17.921 INFO O| Dec 16 20:45:17.921 INFO STEP 279 (remove_files) COMPLETE
51882024-12-16T20:45:19.413Z[ recovery-image] Dec 16 20:45:17.921 INFO O| Dec 16 20:45:17.921 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-16T20:45:19.431Z[ recovery-image] Dec 16 20:45:17.941 INFO O| Dec 16 20:45:17.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51902024-12-16T20:45:19.434Z[ recovery-image] Dec 16 20:45:17.941 INFO O| Dec 16 20:45:17.941 INFO STEP 280 (remove_files) COMPLETE
51912024-12-16T20:45:19.434Z[ recovery-image] Dec 16 20:45:17.941 INFO O| Dec 16 20:45:17.941 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-16T20:45:19.453Z[ recovery-image] Dec 16 20:45:17.963 INFO O| Dec 16 20:45:17.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51932024-12-16T20:45:19.456Z[ recovery-image] Dec 16 20:45:17.963 INFO O| Dec 16 20:45:17.963 INFO STEP 281 (remove_files) COMPLETE
51942024-12-16T20:45:19.458Z[ recovery-image] Dec 16 20:45:17.964 INFO O| Dec 16 20:45:17.963 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-16T20:45:19.474Z[ recovery-image] Dec 16 20:45:17.984 INFO O| Dec 16 20:45:17.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51962024-12-16T20:45:19.477Z[ recovery-image] Dec 16 20:45:17.984 INFO O| Dec 16 20:45:17.984 INFO STEP 282 (remove_files) COMPLETE
51972024-12-16T20:45:19.477Z[ recovery-image] Dec 16 20:45:17.984 INFO O| Dec 16 20:45:17.984 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-16T20:45:19.508Z[ recovery-image] Dec 16 20:45:18.017 INFO O| Dec 16 20:45:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51992024-12-16T20:45:19.508Z[ recovery-image] Dec 16 20:45:18.018 INFO O| Dec 16 20:45:18.017 INFO STEP 283 (remove_files) COMPLETE
52002024-12-16T20:45:19.511Z[ recovery-image] Dec 16 20:45:18.018 INFO O| Dec 16 20:45:18.018 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-16T20:45:19.528Z[ recovery-image] Dec 16 20:45:18.038 INFO O| Dec 16 20:45:18.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52022024-12-16T20:45:19.528Z[ recovery-image] Dec 16 20:45:18.038 INFO O| Dec 16 20:45:18.038 INFO STEP 284 (remove_files) COMPLETE
52032024-12-16T20:45:19.528Z[ recovery-image] Dec 16 20:45:18.038 INFO O| Dec 16 20:45:18.038 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-16T20:45:19.548Z[ recovery-image] Dec 16 20:45:18.058 INFO O| Dec 16 20:45:18.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52052024-12-16T20:45:19.548Z[ recovery-image] Dec 16 20:45:18.058 INFO O| Dec 16 20:45:18.058 INFO STEP 285 (remove_files) COMPLETE
52062024-12-16T20:45:19.551Z[ recovery-image] Dec 16 20:45:18.058 INFO O| Dec 16 20:45:18.058 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-16T20:45:19.568Z[ recovery-image] Dec 16 20:45:18.077 INFO O| Dec 16 20:45:18.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52082024-12-16T20:45:19.568Z[ recovery-image] Dec 16 20:45:18.078 INFO O| Dec 16 20:45:18.077 INFO STEP 286 (remove_files) COMPLETE
52092024-12-16T20:45:19.570Z[ recovery-image] Dec 16 20:45:18.078 INFO O| Dec 16 20:45:18.078 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-16T20:45:19.577Z[ host-image] Dec 16 20:45:18.087 INFO O| Dec 16 20:45:18.087 INFO O| Done
52112024-12-16T20:45:19.631Z[ recovery-image] Dec 16 20:45:18.141 INFO O| Dec 16 20:45:18.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52122024-12-16T20:45:19.634Z[ recovery-image] Dec 16 20:45:18.141 INFO O| Dec 16 20:45:18.141 INFO STEP 287 (remove_files) COMPLETE
52132024-12-16T20:45:19.634Z[ recovery-image] Dec 16 20:45:18.141 INFO O| Dec 16 20:45:18.141 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-12-16T20:45:19.660Z[ recovery-image] Dec 16 20:45:18.169 INFO O| Dec 16 20:45:18.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52152024-12-16T20:45:19.660Z[ recovery-image] Dec 16 20:45:18.169 INFO O| Dec 16 20:45:18.169 INFO STEP 288 (remove_files) COMPLETE
52162024-12-16T20:45:19.660Z[ recovery-image] Dec 16 20:45:18.169 INFO O| Dec 16 20:45:18.169 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-12-16T20:45:19.687Z[ recovery-image] Dec 16 20:45:18.196 INFO O| Dec 16 20:45:18.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52182024-12-16T20:45:19.687Z[ recovery-image] Dec 16 20:45:18.196 INFO O| Dec 16 20:45:18.196 INFO STEP 289 (remove_files) COMPLETE
52192024-12-16T20:45:19.689Z[ recovery-image] Dec 16 20:45:18.196 INFO O| Dec 16 20:45:18.196 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-12-16T20:45:19.714Z[ recovery-image] Dec 16 20:45:18.223 INFO O| Dec 16 20:45:18.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52212024-12-16T20:45:19.714Z[ recovery-image] Dec 16 20:45:18.223 INFO O| Dec 16 20:45:18.223 INFO STEP 290 (remove_files) COMPLETE
52222024-12-16T20:45:19.716Z[ recovery-image] Dec 16 20:45:18.223 INFO O| Dec 16 20:45:18.223 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-12-16T20:45:19.770Z[ recovery-image] Dec 16 20:45:18.280 INFO O| Dec 16 20:45:18.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52242024-12-16T20:45:19.770Z[ recovery-image] Dec 16 20:45:18.280 INFO O| Dec 16 20:45:18.279 INFO STEP 291 (remove_files) COMPLETE
52252024-12-16T20:45:19.770Z[ recovery-image] Dec 16 20:45:18.280 INFO O| Dec 16 20:45:18.279 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-12-16T20:45:19.811Z[ recovery-image] Dec 16 20:45:18.321 INFO O| Dec 16 20:45:18.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52272024-12-16T20:45:19.811Z[ recovery-image] Dec 16 20:45:18.321 INFO O| Dec 16 20:45:18.321 INFO STEP 292 (remove_files) COMPLETE
52282024-12-16T20:45:19.811Z[ recovery-image] Dec 16 20:45:18.321 INFO O| Dec 16 20:45:18.321 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-12-16T20:45:19.833Z[ recovery-image] Dec 16 20:45:18.342 INFO O| Dec 16 20:45:18.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52302024-12-16T20:45:19.833Z[ recovery-image] Dec 16 20:45:18.343 INFO O| Dec 16 20:45:18.343 INFO STEP 293 (remove_files) COMPLETE
52312024-12-16T20:45:19.836Z[ recovery-image] Dec 16 20:45:18.343 INFO O| Dec 16 20:45:18.343 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-16T20:45:19.864Z[ recovery-image] Dec 16 20:45:18.374 INFO O| Dec 16 20:45:18.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52332024-12-16T20:45:19.867Z[ recovery-image] Dec 16 20:45:18.374 INFO O| Dec 16 20:45:18.374 INFO STEP 294 (remove_files) COMPLETE
52342024-12-16T20:45:19.867Z[ recovery-image] Dec 16 20:45:18.374 INFO O| Dec 16 20:45:18.374 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-16T20:45:19.883Z[ recovery-image] Dec 16 20:45:18.392 INFO O| Dec 16 20:45:18.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52362024-12-16T20:45:19.883Z[ recovery-image] Dec 16 20:45:18.393 INFO O| Dec 16 20:45:18.393 INFO STEP 295 (remove_files) COMPLETE
52372024-12-16T20:45:19.883Z[ recovery-image] Dec 16 20:45:18.393 INFO O| Dec 16 20:45:18.393 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-16T20:45:19.901Z[ recovery-image] Dec 16 20:45:18.411 INFO O| Dec 16 20:45:18.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52392024-12-16T20:45:19.904Z[ recovery-image] Dec 16 20:45:18.411 INFO O| Dec 16 20:45:18.411 INFO STEP 296 (remove_files) COMPLETE
52402024-12-16T20:45:19.904Z[ recovery-image] Dec 16 20:45:18.411 INFO O| Dec 16 20:45:18.411 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-16T20:45:19.929Z[ recovery-image] Dec 16 20:45:18.438 INFO O| Dec 16 20:45:18.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52422024-12-16T20:45:19.929Z[ recovery-image] Dec 16 20:45:18.438 INFO O| Dec 16 20:45:18.438 INFO STEP 297 (remove_files) COMPLETE
52432024-12-16T20:45:19.929Z[ recovery-image] Dec 16 20:45:18.438 INFO O| Dec 16 20:45:18.438 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-16T20:45:19.956Z[ recovery-image] Dec 16 20:45:18.465 INFO O| Dec 16 20:45:18.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52452024-12-16T20:45:19.956Z[ recovery-image] Dec 16 20:45:18.465 INFO O| Dec 16 20:45:18.465 INFO STEP 298 (remove_files) COMPLETE
52462024-12-16T20:45:19.956Z[ recovery-image] Dec 16 20:45:18.465 INFO O| Dec 16 20:45:18.465 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-16T20:45:19.999Z[ recovery-image] Dec 16 20:45:18.509 INFO O| Dec 16 20:45:18.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52482024-12-16T20:45:19.999Z[ recovery-image] Dec 16 20:45:18.509 INFO O| Dec 16 20:45:18.509 INFO STEP 299 (remove_files) COMPLETE
52492024-12-16T20:45:19.999Z[ recovery-image] Dec 16 20:45:18.509 INFO O| Dec 16 20:45:18.509 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-16T20:45:20.016Z[ recovery-image] Dec 16 20:45:18.526 INFO O| Dec 16 20:45:18.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52512024-12-16T20:45:20.016Z[ recovery-image] Dec 16 20:45:18.526 INFO O| Dec 16 20:45:18.526 INFO STEP 300 (remove_files) COMPLETE
52522024-12-16T20:45:20.016Z[ recovery-image] Dec 16 20:45:18.526 INFO O| Dec 16 20:45:18.526 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-16T20:45:20.049Z[ recovery-image] Dec 16 20:45:18.559 INFO O| Dec 16 20:45:18.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52542024-12-16T20:45:20.049Z[ recovery-image] Dec 16 20:45:18.559 INFO O| Dec 16 20:45:18.559 INFO STEP 301 (remove_files) COMPLETE
52552024-12-16T20:45:20.049Z[ recovery-image] Dec 16 20:45:18.559 INFO O| Dec 16 20:45:18.559 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-16T20:45:20.100Z[ recovery-image] Dec 16 20:45:18.609 INFO O| Dec 16 20:45:18.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52572024-12-16T20:45:20.100Z[ recovery-image] Dec 16 20:45:18.610 INFO O| Dec 16 20:45:18.610 INFO STEP 302 (remove_files) COMPLETE
52582024-12-16T20:45:20.100Z[ recovery-image] Dec 16 20:45:18.610 INFO O| Dec 16 20:45:18.610 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-12-16T20:45:20.122Z[ recovery-image] Dec 16 20:45:18.631 INFO O| Dec 16 20:45:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52602024-12-16T20:45:20.122Z[ recovery-image] Dec 16 20:45:18.631 INFO O| Dec 16 20:45:18.631 INFO STEP 303 (remove_files) COMPLETE
52612024-12-16T20:45:20.122Z[ recovery-image] Dec 16 20:45:18.631 INFO O| Dec 16 20:45:18.631 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-16T20:45:20.150Z[ recovery-image] Dec 16 20:45:18.660 INFO O| Dec 16 20:45:18.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52632024-12-16T20:45:20.151Z[ recovery-image] Dec 16 20:45:18.660 INFO O| Dec 16 20:45:18.660 INFO STEP 304 (remove_files) COMPLETE
52642024-12-16T20:45:20.153Z[ recovery-image] Dec 16 20:45:18.660 INFO O| Dec 16 20:45:18.660 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-16T20:45:20.172Z[ recovery-image] Dec 16 20:45:18.682 INFO O| Dec 16 20:45:18.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52662024-12-16T20:45:20.173Z[ recovery-image] Dec 16 20:45:18.682 INFO O| Dec 16 20:45:18.682 INFO STEP 305 (remove_files) COMPLETE
52672024-12-16T20:45:20.173Z[ recovery-image] Dec 16 20:45:18.682 INFO O| Dec 16 20:45:18.682 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-16T20:45:20.200Z[ recovery-image] Dec 16 20:45:18.709 INFO O| Dec 16 20:45:18.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52692024-12-16T20:45:20.203Z[ recovery-image] Dec 16 20:45:18.709 INFO O| Dec 16 20:45:18.709 INFO STEP 306 (remove_files) COMPLETE
52702024-12-16T20:45:20.203Z[ recovery-image] Dec 16 20:45:18.709 INFO O| Dec 16 20:45:18.709 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-16T20:45:20.218Z[ recovery-image] Dec 16 20:45:18.727 INFO O| Dec 16 20:45:18.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52722024-12-16T20:45:20.218Z[ recovery-image] Dec 16 20:45:18.728 INFO O| Dec 16 20:45:18.728 INFO STEP 307 (remove_files) COMPLETE
52732024-12-16T20:45:20.221Z[ recovery-image] Dec 16 20:45:18.728 INFO O| Dec 16 20:45:18.728 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-16T20:45:20.237Z[ recovery-image] Dec 16 20:45:18.747 INFO O| Dec 16 20:45:18.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52752024-12-16T20:45:20.241Z[ recovery-image] Dec 16 20:45:18.747 INFO O| Dec 16 20:45:18.747 INFO STEP 308 (remove_files) COMPLETE
52762024-12-16T20:45:20.241Z[ recovery-image] Dec 16 20:45:18.747 INFO O| Dec 16 20:45:18.747 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-16T20:45:20.257Z[ recovery-image] Dec 16 20:45:18.766 INFO O| Dec 16 20:45:18.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52782024-12-16T20:45:20.257Z[ recovery-image] Dec 16 20:45:18.767 INFO O| Dec 16 20:45:18.767 INFO STEP 309 (remove_files) COMPLETE
52792024-12-16T20:45:20.260Z[ recovery-image] Dec 16 20:45:18.767 INFO O| Dec 16 20:45:18.767 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-16T20:45:20.283Z[ recovery-image] Dec 16 20:45:18.793 INFO O| Dec 16 20:45:18.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52812024-12-16T20:45:20.283Z[ recovery-image] Dec 16 20:45:18.793 INFO O| Dec 16 20:45:18.793 INFO STEP 310 (remove_files) COMPLETE
52822024-12-16T20:45:20.283Z[ recovery-image] Dec 16 20:45:18.793 INFO O| Dec 16 20:45:18.793 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-16T20:45:20.302Z[ recovery-image] Dec 16 20:45:18.812 INFO O| Dec 16 20:45:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52842024-12-16T20:45:20.305Z[ recovery-image] Dec 16 20:45:18.812 INFO O| Dec 16 20:45:18.812 INFO STEP 311 (remove_files) COMPLETE
52852024-12-16T20:45:20.305Z[ recovery-image] Dec 16 20:45:18.812 INFO O| Dec 16 20:45:18.812 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-16T20:45:20.320Z[ recovery-image] Dec 16 20:45:18.830 INFO O| Dec 16 20:45:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52872024-12-16T20:45:20.320Z[ recovery-image] Dec 16 20:45:18.830 INFO O| Dec 16 20:45:18.830 INFO STEP 312 (remove_files) COMPLETE
52882024-12-16T20:45:20.320Z[ recovery-image] Dec 16 20:45:18.830 INFO O| Dec 16 20:45:18.830 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-16T20:45:20.340Z[ recovery-image] Dec 16 20:45:18.849 INFO O| Dec 16 20:45:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52902024-12-16T20:45:20.340Z[ recovery-image] Dec 16 20:45:18.849 INFO O| Dec 16 20:45:18.849 INFO STEP 313 (remove_files) COMPLETE
52912024-12-16T20:45:20.340Z[ recovery-image] Dec 16 20:45:18.849 INFO O| Dec 16 20:45:18.849 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-16T20:45:20.367Z[ recovery-image] Dec 16 20:45:18.877 INFO O| Dec 16 20:45:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52932024-12-16T20:45:20.371Z[ recovery-image] Dec 16 20:45:18.877 INFO O| Dec 16 20:45:18.877 INFO STEP 314 (remove_files) COMPLETE
52942024-12-16T20:45:20.371Z[ recovery-image] Dec 16 20:45:18.878 INFO O| Dec 16 20:45:18.877 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-16T20:45:20.388Z[ recovery-image] Dec 16 20:45:18.897 INFO O| Dec 16 20:45:18.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52962024-12-16T20:45:20.391Z[ recovery-image] Dec 16 20:45:18.897 INFO O| Dec 16 20:45:18.897 INFO STEP 315 (remove_files) COMPLETE
52972024-12-16T20:45:20.391Z[ recovery-image] Dec 16 20:45:18.897 INFO O| Dec 16 20:45:18.897 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-16T20:45:20.405Z[ recovery-image] Dec 16 20:45:18.914 INFO O| Dec 16 20:45:18.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52992024-12-16T20:45:20.409Z[ recovery-image] Dec 16 20:45:18.915 INFO O| Dec 16 20:45:18.915 INFO STEP 316 (remove_files) COMPLETE
53002024-12-16T20:45:20.409Z[ recovery-image] Dec 16 20:45:18.915 INFO O| Dec 16 20:45:18.915 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-16T20:45:20.430Z[ recovery-image] Dec 16 20:45:18.940 INFO O| Dec 16 20:45:18.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53022024-12-16T20:45:20.430Z[ recovery-image] Dec 16 20:45:18.940 INFO O| Dec 16 20:45:18.940 INFO STEP 317 (remove_files) COMPLETE
53032024-12-16T20:45:20.432Z[ recovery-image] Dec 16 20:45:18.940 INFO O| Dec 16 20:45:18.940 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-16T20:45:20.451Z[ recovery-image] Dec 16 20:45:18.960 INFO O| Dec 16 20:45:18.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53052024-12-16T20:45:20.473Z[ recovery-image] Dec 16 20:45:18.982 INFO O| Dec 16 20:45:18.982 INFO STEP 318 (remove_files) COMPLETE
53062024-12-16T20:45:20.473Z[ recovery-image] Dec 16 20:45:18.982 INFO O| Dec 16 20:45:18.982 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-16T20:45:20.507Z[ recovery-image] Dec 16 20:45:19.016 INFO O| Dec 16 20:45:19.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53082024-12-16T20:45:20.507Z[ recovery-image] Dec 16 20:45:19.017 INFO O| Dec 16 20:45:19.016 INFO STEP 319 (remove_files) COMPLETE
53092024-12-16T20:45:20.507Z[ recovery-image] Dec 16 20:45:19.017 INFO O| Dec 16 20:45:19.017 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-16T20:45:20.529Z[ recovery-image] Dec 16 20:45:19.039 INFO O| Dec 16 20:45:19.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53112024-12-16T20:45:20.529Z[ recovery-image] Dec 16 20:45:19.039 INFO O| Dec 16 20:45:19.039 INFO STEP 320 (remove_files) COMPLETE
53122024-12-16T20:45:20.529Z[ recovery-image] Dec 16 20:45:19.039 INFO O| Dec 16 20:45:19.039 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-16T20:45:20.565Z[ recovery-image] Dec 16 20:45:19.075 INFO O| Dec 16 20:45:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53142024-12-16T20:45:20.565Z[ recovery-image] Dec 16 20:45:19.075 INFO O| Dec 16 20:45:19.075 INFO STEP 321 (remove_files) COMPLETE
53152024-12-16T20:45:20.565Z[ recovery-image] Dec 16 20:45:19.075 INFO O| Dec 16 20:45:19.075 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-16T20:45:20.586Z[ recovery-image] Dec 16 20:45:19.096 INFO O| Dec 16 20:45:19.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53172024-12-16T20:45:20.586Z[ recovery-image] Dec 16 20:45:19.096 INFO O| Dec 16 20:45:19.096 INFO STEP 322 (remove_files) COMPLETE
53182024-12-16T20:45:20.589Z[ recovery-image] Dec 16 20:45:19.096 INFO O| Dec 16 20:45:19.096 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-16T20:45:20.606Z[ recovery-image] Dec 16 20:45:19.115 INFO O| Dec 16 20:45:19.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53202024-12-16T20:45:20.606Z[ recovery-image] Dec 16 20:45:19.116 INFO O| Dec 16 20:45:19.116 INFO STEP 323 (remove_files) COMPLETE
53212024-12-16T20:45:20.609Z[ recovery-image] Dec 16 20:45:19.116 INFO O| Dec 16 20:45:19.116 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-16T20:45:20.626Z[ recovery-image] Dec 16 20:45:19.135 INFO O| Dec 16 20:45:19.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53232024-12-16T20:45:20.626Z[ recovery-image] Dec 16 20:45:19.135 INFO O| Dec 16 20:45:19.135 INFO STEP 324 (remove_files) COMPLETE
53242024-12-16T20:45:20.627Z[ recovery-image] Dec 16 20:45:19.135 INFO O| Dec 16 20:45:19.135 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-16T20:45:20.648Z[ recovery-image] Dec 16 20:45:19.157 INFO O| Dec 16 20:45:19.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53262024-12-16T20:45:20.648Z[ recovery-image] Dec 16 20:45:19.157 INFO O| Dec 16 20:45:19.157 INFO STEP 325 (remove_files) COMPLETE
53272024-12-16T20:45:20.650Z[ recovery-image] Dec 16 20:45:19.157 INFO O| Dec 16 20:45:19.157 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-16T20:45:20.685Z[ recovery-image] Dec 16 20:45:19.194 INFO O| Dec 16 20:45:19.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53292024-12-16T20:45:20.688Z[ recovery-image] Dec 16 20:45:19.194 INFO O| Dec 16 20:45:19.194 INFO STEP 326 (remove_files) COMPLETE
53302024-12-16T20:45:20.688Z[ recovery-image] Dec 16 20:45:19.194 INFO O| Dec 16 20:45:19.194 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-16T20:45:20.755Z[ recovery-image] Dec 16 20:45:19.264 INFO O| Dec 16 20:45:19.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53322024-12-16T20:45:20.755Z[ recovery-image] Dec 16 20:45:19.264 INFO O| Dec 16 20:45:19.264 INFO STEP 327 (remove_files) COMPLETE
53332024-12-16T20:45:20.755Z[ recovery-image] Dec 16 20:45:19.264 INFO O| Dec 16 20:45:19.264 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-16T20:45:20.772Z[ recovery-image] Dec 16 20:45:19.281 INFO O| Dec 16 20:45:19.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53352024-12-16T20:45:20.772Z[ recovery-image] Dec 16 20:45:19.281 INFO O| Dec 16 20:45:19.281 INFO STEP 328 (remove_files) COMPLETE
53362024-12-16T20:45:20.785Z[ recovery-image] Dec 16 20:45:19.282 INFO O| Dec 16 20:45:19.281 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-16T20:45:20.808Z[ recovery-image] Dec 16 20:45:19.317 INFO O| Dec 16 20:45:19.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53382024-12-16T20:45:20.810Z[ recovery-image] Dec 16 20:45:19.317 INFO O| Dec 16 20:45:19.317 INFO STEP 329 (remove_files) COMPLETE
53392024-12-16T20:45:20.811Z[ recovery-image] Dec 16 20:45:19.318 INFO O| Dec 16 20:45:19.317 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-16T20:45:20.826Z[ recovery-image] Dec 16 20:45:19.335 INFO O| Dec 16 20:45:19.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53412024-12-16T20:45:20.828Z[ recovery-image] Dec 16 20:45:19.336 INFO O| Dec 16 20:45:19.335 INFO STEP 330 (remove_files) COMPLETE
53422024-12-16T20:45:20.828Z[ recovery-image] Dec 16 20:45:19.336 INFO O| Dec 16 20:45:19.336 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-16T20:45:20.845Z[ recovery-image] Dec 16 20:45:19.354 INFO O| Dec 16 20:45:19.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53442024-12-16T20:45:20.848Z[ recovery-image] Dec 16 20:45:19.355 INFO O| Dec 16 20:45:19.355 INFO STEP 331 (remove_files) COMPLETE
53452024-12-16T20:45:20.848Z[ recovery-image] Dec 16 20:45:19.355 INFO O| Dec 16 20:45:19.355 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-16T20:45:20.872Z[ recovery-image] Dec 16 20:45:19.381 INFO O| Dec 16 20:45:19.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53472024-12-16T20:45:20.872Z[ recovery-image] Dec 16 20:45:19.381 INFO O| Dec 16 20:45:19.381 INFO STEP 332 (remove_files) COMPLETE
53482024-12-16T20:45:20.875Z[ recovery-image] Dec 16 20:45:19.382 INFO O| Dec 16 20:45:19.381 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-16T20:45:20.890Z[ recovery-image] Dec 16 20:45:19.399 INFO O| Dec 16 20:45:19.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53502024-12-16T20:45:20.890Z[ recovery-image] Dec 16 20:45:19.399 INFO O| Dec 16 20:45:19.399 INFO STEP 333 (remove_files) COMPLETE
53512024-12-16T20:45:20.890Z[ recovery-image] Dec 16 20:45:19.399 INFO O| Dec 16 20:45:19.399 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-16T20:45:20.913Z[ recovery-image] Dec 16 20:45:19.422 INFO O| Dec 16 20:45:19.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53532024-12-16T20:45:20.913Z[ recovery-image] Dec 16 20:45:19.422 INFO O| Dec 16 20:45:19.422 INFO STEP 334 (remove_files) COMPLETE
53542024-12-16T20:45:20.913Z[ recovery-image] Dec 16 20:45:19.422 INFO O| Dec 16 20:45:19.422 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-16T20:45:20.931Z[ recovery-image] Dec 16 20:45:19.441 INFO O| Dec 16 20:45:19.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53562024-12-16T20:45:20.931Z[ recovery-image] Dec 16 20:45:19.441 INFO O| Dec 16 20:45:19.441 INFO STEP 335 (remove_files) COMPLETE
53572024-12-16T20:45:20.931Z[ recovery-image] Dec 16 20:45:19.441 INFO O| Dec 16 20:45:19.441 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-16T20:45:20.991Z[ recovery-image] Dec 16 20:45:19.501 INFO O| Dec 16 20:45:19.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53592024-12-16T20:45:20.991Z[ recovery-image] Dec 16 20:45:19.501 INFO O| Dec 16 20:45:19.501 INFO STEP 336 (remove_files) COMPLETE
53602024-12-16T20:45:20.991Z[ recovery-image] Dec 16 20:45:19.501 INFO O| Dec 16 20:45:19.501 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-16T20:45:21.010Z[ recovery-image] Dec 16 20:45:19.520 INFO O| Dec 16 20:45:19.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53622024-12-16T20:45:21.010Z[ recovery-image] Dec 16 20:45:19.520 INFO O| Dec 16 20:45:19.520 INFO STEP 337 (remove_files) COMPLETE
53632024-12-16T20:45:21.010Z[ recovery-image] Dec 16 20:45:19.520 INFO O| Dec 16 20:45:19.520 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-16T20:45:21.040Z[ recovery-image] Dec 16 20:45:19.550 INFO O| Dec 16 20:45:19.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53652024-12-16T20:45:21.041Z[ recovery-image] Dec 16 20:45:19.550 INFO O| Dec 16 20:45:19.550 INFO STEP 338 (remove_files) COMPLETE
53662024-12-16T20:45:21.044Z[ recovery-image] Dec 16 20:45:19.550 INFO O| Dec 16 20:45:19.550 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-16T20:45:21.102Z[ recovery-image] Dec 16 20:45:19.611 INFO O| Dec 16 20:45:19.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53682024-12-16T20:45:21.104Z[ recovery-image] Dec 16 20:45:19.612 INFO O| Dec 16 20:45:19.611 INFO STEP 339 (remove_files) COMPLETE
53692024-12-16T20:45:21.104Z[ recovery-image] Dec 16 20:45:19.612 INFO O| Dec 16 20:45:19.612 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-16T20:45:21.122Z[ recovery-image] Dec 16 20:45:19.632 INFO O| Dec 16 20:45:19.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53712024-12-16T20:45:21.122Z[ recovery-image] Dec 16 20:45:19.632 INFO O| Dec 16 20:45:19.632 INFO STEP 340 (remove_files) COMPLETE
53722024-12-16T20:45:21.122Z[ recovery-image] Dec 16 20:45:19.632 INFO O| Dec 16 20:45:19.632 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-16T20:45:21.159Z[ recovery-image] Dec 16 20:45:19.668 INFO O| Dec 16 20:45:19.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53742024-12-16T20:45:21.159Z[ recovery-image] Dec 16 20:45:19.668 INFO O| Dec 16 20:45:19.668 INFO STEP 341 (remove_files) COMPLETE
53752024-12-16T20:45:21.159Z[ recovery-image] Dec 16 20:45:19.668 INFO O| Dec 16 20:45:19.668 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-16T20:45:21.177Z[ recovery-image] Dec 16 20:45:19.686 INFO O| Dec 16 20:45:19.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53772024-12-16T20:45:21.177Z[ recovery-image] Dec 16 20:45:19.686 INFO O| Dec 16 20:45:19.686 INFO STEP 342 (remove_files) COMPLETE
53782024-12-16T20:45:21.177Z[ recovery-image] Dec 16 20:45:19.687 INFO O| Dec 16 20:45:19.686 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-16T20:45:21.194Z[ recovery-image] Dec 16 20:45:19.704 INFO O| Dec 16 20:45:19.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53802024-12-16T20:45:21.195Z[ recovery-image] Dec 16 20:45:19.704 INFO O| Dec 16 20:45:19.704 INFO STEP 343 (remove_files) COMPLETE
53812024-12-16T20:45:21.197Z[ recovery-image] Dec 16 20:45:19.704 INFO O| Dec 16 20:45:19.704 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-16T20:45:21.213Z[ recovery-image] Dec 16 20:45:19.721 INFO O| Dec 16 20:45:19.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53832024-12-16T20:45:21.213Z[ recovery-image] Dec 16 20:45:19.721 INFO O| Dec 16 20:45:19.721 INFO STEP 344 (remove_files) COMPLETE
53842024-12-16T20:45:21.213Z[ recovery-image] Dec 16 20:45:19.721 INFO O| Dec 16 20:45:19.721 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-16T20:45:21.230Z[ recovery-image] Dec 16 20:45:19.740 INFO O| Dec 16 20:45:19.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53862024-12-16T20:45:21.230Z[ recovery-image] Dec 16 20:45:19.740 INFO O| Dec 16 20:45:19.740 INFO STEP 345 (remove_files) COMPLETE
53872024-12-16T20:45:21.233Z[ recovery-image] Dec 16 20:45:19.740 INFO O| Dec 16 20:45:19.740 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-16T20:45:21.249Z[ recovery-image] Dec 16 20:45:19.758 INFO O| Dec 16 20:45:19.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53892024-12-16T20:45:21.249Z[ recovery-image] Dec 16 20:45:19.759 INFO O| Dec 16 20:45:19.759 INFO STEP 346 (remove_files) COMPLETE
53902024-12-16T20:45:21.249Z[ recovery-image] Dec 16 20:45:19.759 INFO O| Dec 16 20:45:19.759 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-16T20:45:21.275Z[ recovery-image] Dec 16 20:45:19.783 INFO O| Dec 16 20:45:19.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53922024-12-16T20:45:21.275Z[ recovery-image] Dec 16 20:45:19.783 INFO O| Dec 16 20:45:19.783 INFO STEP 347 (remove_files) COMPLETE
53932024-12-16T20:45:21.275Z[ recovery-image] Dec 16 20:45:19.783 INFO O| Dec 16 20:45:19.783 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-16T20:45:21.308Z[ recovery-image] Dec 16 20:45:19.817 INFO O| Dec 16 20:45:19.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53952024-12-16T20:45:21.311Z[ recovery-image] Dec 16 20:45:19.817 INFO O| Dec 16 20:45:19.817 INFO STEP 348 (remove_files) COMPLETE
53962024-12-16T20:45:21.311Z[ recovery-image] Dec 16 20:45:19.818 INFO O| Dec 16 20:45:19.817 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-16T20:45:21.327Z[ recovery-image] Dec 16 20:45:19.836 INFO O| Dec 16 20:45:19.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53982024-12-16T20:45:21.327Z[ recovery-image] Dec 16 20:45:19.836 INFO O| Dec 16 20:45:19.836 INFO STEP 349 (remove_files) COMPLETE
53992024-12-16T20:45:21.329Z[ recovery-image] Dec 16 20:45:19.837 INFO O| Dec 16 20:45:19.836 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-16T20:45:21.345Z[ recovery-image] Dec 16 20:45:19.854 INFO O| Dec 16 20:45:19.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54012024-12-16T20:45:21.348Z[ recovery-image] Dec 16 20:45:19.855 INFO O| Dec 16 20:45:19.855 INFO STEP 350 (remove_files) COMPLETE
54022024-12-16T20:45:21.348Z[ recovery-image] Dec 16 20:45:19.855 INFO O| Dec 16 20:45:19.855 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-16T20:45:21.363Z[ recovery-image] Dec 16 20:45:19.872 INFO O| Dec 16 20:45:19.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54042024-12-16T20:45:21.363Z[ recovery-image] Dec 16 20:45:19.873 INFO O| Dec 16 20:45:19.873 INFO STEP 351 (remove_files) COMPLETE
54052024-12-16T20:45:21.366Z[ recovery-image] Dec 16 20:45:19.873 INFO O| Dec 16 20:45:19.873 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-16T20:45:21.381Z[ recovery-image] Dec 16 20:45:19.890 INFO O| Dec 16 20:45:19.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54072024-12-16T20:45:21.383Z[ recovery-image] Dec 16 20:45:19.890 INFO O| Dec 16 20:45:19.890 INFO STEP 352 (remove_files) COMPLETE
54082024-12-16T20:45:21.383Z[ recovery-image] Dec 16 20:45:19.890 INFO O| Dec 16 20:45:19.890 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-12-16T20:45:21.405Z[ recovery-image] Dec 16 20:45:19.914 INFO O| Dec 16 20:45:19.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54102024-12-16T20:45:21.405Z[ recovery-image] Dec 16 20:45:19.914 INFO O| Dec 16 20:45:19.914 INFO STEP 353 (remove_files) COMPLETE
54112024-12-16T20:45:21.409Z[ recovery-image] Dec 16 20:45:19.914 INFO O| Dec 16 20:45:19.914 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-12-16T20:45:21.425Z[ recovery-image] Dec 16 20:45:19.934 INFO O| Dec 16 20:45:19.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54132024-12-16T20:45:21.427Z[ recovery-image] Dec 16 20:45:19.934 INFO O| Dec 16 20:45:19.934 INFO STEP 354 (remove_files) COMPLETE
54142024-12-16T20:45:21.427Z[ recovery-image] Dec 16 20:45:19.934 INFO O| Dec 16 20:45:19.934 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-16T20:45:21.465Z[ recovery-image] Dec 16 20:45:19.973 INFO O| Dec 16 20:45:19.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54162024-12-16T20:45:21.468Z[ recovery-image] Dec 16 20:45:19.973 INFO O| Dec 16 20:45:19.973 INFO STEP 355 (remove_files) COMPLETE
54172024-12-16T20:45:21.468Z[ recovery-image] Dec 16 20:45:19.974 INFO O| Dec 16 20:45:19.973 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-12-16T20:45:21.483Z[ recovery-image] Dec 16 20:45:19.993 INFO O| Dec 16 20:45:19.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54192024-12-16T20:45:21.487Z[ recovery-image] Dec 16 20:45:19.993 INFO O| Dec 16 20:45:19.993 INFO STEP 356 (remove_files) COMPLETE
54202024-12-16T20:45:21.487Z[ recovery-image] Dec 16 20:45:19.993 INFO O| Dec 16 20:45:19.993 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-12-16T20:45:21.505Z[ recovery-image] Dec 16 20:45:20.014 INFO O| Dec 16 20:45:20.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54222024-12-16T20:45:21.505Z[ recovery-image] Dec 16 20:45:20.014 INFO O| Dec 16 20:45:20.014 INFO STEP 357 (remove_files) COMPLETE
54232024-12-16T20:45:21.507Z[ recovery-image] Dec 16 20:45:20.014 INFO O| Dec 16 20:45:20.014 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-12-16T20:45:21.525Z[ recovery-image] Dec 16 20:45:20.034 INFO O| Dec 16 20:45:20.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54252024-12-16T20:45:21.525Z[ recovery-image] Dec 16 20:45:20.034 INFO O| Dec 16 20:45:20.034 INFO STEP 358 (remove_files) COMPLETE
54262024-12-16T20:45:21.525Z[ recovery-image] Dec 16 20:45:20.034 INFO O| Dec 16 20:45:20.034 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-12-16T20:45:21.543Z[ recovery-image] Dec 16 20:45:20.053 INFO O| Dec 16 20:45:20.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54282024-12-16T20:45:21.543Z[ recovery-image] Dec 16 20:45:20.053 INFO O| Dec 16 20:45:20.053 INFO STEP 359 (remove_files) COMPLETE
54292024-12-16T20:45:21.543Z[ recovery-image] Dec 16 20:45:20.053 INFO O| Dec 16 20:45:20.053 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-12-16T20:45:21.563Z[ recovery-image] Dec 16 20:45:20.072 INFO O| Dec 16 20:45:20.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54312024-12-16T20:45:21.563Z[ recovery-image] Dec 16 20:45:20.072 INFO O| Dec 16 20:45:20.072 INFO STEP 360 (remove_files) COMPLETE
54322024-12-16T20:45:21.565Z[ recovery-image] Dec 16 20:45:20.072 INFO O| Dec 16 20:45:20.072 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-12-16T20:45:21.585Z[ recovery-image] Dec 16 20:45:20.094 INFO O| Dec 16 20:45:20.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54342024-12-16T20:45:21.585Z[ recovery-image] Dec 16 20:45:20.094 INFO O| Dec 16 20:45:20.094 INFO STEP 361 (remove_files) COMPLETE
54352024-12-16T20:45:21.585Z[ recovery-image] Dec 16 20:45:20.094 INFO O| Dec 16 20:45:20.094 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-12-16T20:45:21.636Z[ recovery-image] Dec 16 20:45:20.145 INFO O| Dec 16 20:45:20.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54372024-12-16T20:45:21.636Z[ recovery-image] Dec 16 20:45:20.145 INFO O| Dec 16 20:45:20.145 INFO STEP 362 (remove_files) COMPLETE
54382024-12-16T20:45:21.636Z[ recovery-image] Dec 16 20:45:20.145 INFO O| Dec 16 20:45:20.145 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-12-16T20:45:21.687Z[ recovery-image] Dec 16 20:45:20.195 INFO O| Dec 16 20:45:20.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54402024-12-16T20:45:21.687Z[ recovery-image] Dec 16 20:45:20.195 INFO O| Dec 16 20:45:20.195 INFO STEP 363 (remove_files) COMPLETE
54412024-12-16T20:45:21.687Z[ recovery-image] Dec 16 20:45:20.196 INFO O| Dec 16 20:45:20.195 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-12-16T20:45:21.706Z[ recovery-image] Dec 16 20:45:20.215 INFO O| Dec 16 20:45:20.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54432024-12-16T20:45:21.706Z[ recovery-image] Dec 16 20:45:20.216 INFO O| Dec 16 20:45:20.216 INFO STEP 364 (remove_files) COMPLETE
54442024-12-16T20:45:21.706Z[ recovery-image] Dec 16 20:45:20.216 INFO O| Dec 16 20:45:20.216 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-12-16T20:45:21.725Z[ recovery-image] Dec 16 20:45:20.235 INFO O| Dec 16 20:45:20.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54462024-12-16T20:45:21.725Z[ recovery-image] Dec 16 20:45:20.235 INFO O| Dec 16 20:45:20.235 INFO STEP 365 (remove_files) COMPLETE
54472024-12-16T20:45:21.725Z[ recovery-image] Dec 16 20:45:20.235 INFO O| Dec 16 20:45:20.235 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-12-16T20:45:21.766Z[ recovery-image] Dec 16 20:45:20.276 INFO O| Dec 16 20:45:20.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54492024-12-16T20:45:21.766Z[ recovery-image] Dec 16 20:45:20.276 INFO O| Dec 16 20:45:20.276 INFO STEP 366 (remove_files) COMPLETE
54502024-12-16T20:45:21.767Z[ recovery-image] Dec 16 20:45:20.276 INFO O| Dec 16 20:45:20.276 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-12-16T20:45:21.788Z[ recovery-image] Dec 16 20:45:20.297 INFO O| Dec 16 20:45:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54522024-12-16T20:45:21.788Z[ recovery-image] Dec 16 20:45:20.297 INFO O| Dec 16 20:45:20.297 INFO STEP 367 (remove_files) COMPLETE
54532024-12-16T20:45:21.788Z[ recovery-image] Dec 16 20:45:20.297 INFO O| Dec 16 20:45:20.297 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-12-16T20:45:21.821Z[ recovery-image] Dec 16 20:45:20.331 INFO O| Dec 16 20:45:20.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54552024-12-16T20:45:21.821Z[ recovery-image] Dec 16 20:45:20.331 INFO O| Dec 16 20:45:20.331 INFO STEP 368 (remove_files) COMPLETE
54562024-12-16T20:45:21.824Z[ recovery-image] Dec 16 20:45:20.331 INFO O| Dec 16 20:45:20.331 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-12-16T20:45:21.840Z[ recovery-image] Dec 16 20:45:20.350 INFO O| Dec 16 20:45:20.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54582024-12-16T20:45:21.840Z[ recovery-image] Dec 16 20:45:20.350 INFO O| Dec 16 20:45:20.350 INFO STEP 369 (remove_files) COMPLETE
54592024-12-16T20:45:21.840Z[ recovery-image] Dec 16 20:45:20.350 INFO O| Dec 16 20:45:20.350 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-12-16T20:45:21.890Z[ recovery-image] Dec 16 20:45:20.400 INFO O| Dec 16 20:45:20.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54612024-12-16T20:45:21.890Z[ recovery-image] Dec 16 20:45:20.400 INFO O| Dec 16 20:45:20.400 INFO STEP 370 (remove_files) COMPLETE
54622024-12-16T20:45:21.890Z[ recovery-image] Dec 16 20:45:20.400 INFO O| Dec 16 20:45:20.400 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-12-16T20:45:21.940Z[ recovery-image] Dec 16 20:45:20.450 INFO O| Dec 16 20:45:20.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54642024-12-16T20:45:21.941Z[ recovery-image] Dec 16 20:45:20.450 INFO O| Dec 16 20:45:20.450 INFO STEP 371 (remove_files) COMPLETE
54652024-12-16T20:45:21.941Z[ recovery-image] Dec 16 20:45:20.450 INFO O| Dec 16 20:45:20.450 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-12-16T20:45:22.002Z[ recovery-image] Dec 16 20:45:20.512 INFO O| Dec 16 20:45:20.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54672024-12-16T20:45:22.003Z[ recovery-image] Dec 16 20:45:20.512 INFO O| Dec 16 20:45:20.512 INFO STEP 372 (remove_files) COMPLETE
54682024-12-16T20:45:22.005Z[ recovery-image] Dec 16 20:45:20.512 INFO O| Dec 16 20:45:20.512 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-12-16T20:45:22.024Z[ recovery-image] Dec 16 20:45:20.531 INFO O| Dec 16 20:45:20.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54702024-12-16T20:45:22.024Z[ recovery-image] Dec 16 20:45:20.531 INFO O| Dec 16 20:45:20.531 INFO STEP 373 (remove_files) COMPLETE
54712024-12-16T20:45:22.024Z[ recovery-image] Dec 16 20:45:20.532 INFO O| Dec 16 20:45:20.531 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-12-16T20:45:22.042Z[ recovery-image] Dec 16 20:45:20.551 INFO O| Dec 16 20:45:20.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54732024-12-16T20:45:22.042Z[ recovery-image] Dec 16 20:45:20.551 INFO O| Dec 16 20:45:20.551 INFO STEP 374 (remove_files) COMPLETE
54742024-12-16T20:45:22.042Z[ recovery-image] Dec 16 20:45:20.551 INFO O| Dec 16 20:45:20.551 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-12-16T20:45:22.077Z[ recovery-image] Dec 16 20:45:20.587 INFO O| Dec 16 20:45:20.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54762024-12-16T20:45:22.078Z[ recovery-image] Dec 16 20:45:20.587 INFO O| Dec 16 20:45:20.587 INFO STEP 375 (remove_files) COMPLETE
54772024-12-16T20:45:22.078Z[ recovery-image] Dec 16 20:45:20.587 INFO O| Dec 16 20:45:20.587 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-16T20:45:22.101Z[ recovery-image] Dec 16 20:45:20.606 INFO O| Dec 16 20:45:20.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54792024-12-16T20:45:22.101Z[ recovery-image] Dec 16 20:45:20.606 INFO O| Dec 16 20:45:20.606 INFO STEP 376 (remove_files) COMPLETE
54802024-12-16T20:45:22.101Z[ recovery-image] Dec 16 20:45:20.606 INFO O| Dec 16 20:45:20.606 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-16T20:45:22.125Z[ recovery-image] Dec 16 20:45:20.634 INFO O| Dec 16 20:45:20.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54822024-12-16T20:45:22.125Z[ recovery-image] Dec 16 20:45:20.635 INFO O| Dec 16 20:45:20.634 INFO STEP 377 (remove_files) COMPLETE
54832024-12-16T20:45:22.125Z[ recovery-image] Dec 16 20:45:20.635 INFO O| Dec 16 20:45:20.635 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-16T20:45:22.151Z[ recovery-image] Dec 16 20:45:20.660 INFO O| Dec 16 20:45:20.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54852024-12-16T20:45:22.154Z[ recovery-image] Dec 16 20:45:20.660 INFO O| Dec 16 20:45:20.660 INFO STEP 378 (remove_files) COMPLETE
54862024-12-16T20:45:22.154Z[ recovery-image] Dec 16 20:45:20.661 INFO O| Dec 16 20:45:20.660 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-16T20:45:22.171Z[ recovery-image] Dec 16 20:45:20.680 INFO O| Dec 16 20:45:20.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54882024-12-16T20:45:22.174Z[ recovery-image] Dec 16 20:45:20.680 INFO O| Dec 16 20:45:20.680 INFO STEP 379 (remove_files) COMPLETE
54892024-12-16T20:45:22.174Z[ recovery-image] Dec 16 20:45:20.680 INFO O| Dec 16 20:45:20.680 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-16T20:45:22.189Z[ recovery-image] Dec 16 20:45:20.698 INFO O| Dec 16 20:45:20.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54912024-12-16T20:45:22.192Z[ recovery-image] Dec 16 20:45:20.698 INFO O| Dec 16 20:45:20.698 INFO STEP 380 (remove_files) COMPLETE
54922024-12-16T20:45:22.192Z[ recovery-image] Dec 16 20:45:20.698 INFO O| Dec 16 20:45:20.698 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-16T20:45:22.210Z[ recovery-image] Dec 16 20:45:20.719 INFO O| Dec 16 20:45:20.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54942024-12-16T20:45:22.213Z[ recovery-image] Dec 16 20:45:20.719 INFO O| Dec 16 20:45:20.719 INFO STEP 381 (remove_files) COMPLETE
54952024-12-16T20:45:22.213Z[ recovery-image] Dec 16 20:45:20.719 INFO O| Dec 16 20:45:20.719 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-16T20:45:22.255Z[ recovery-image] Dec 16 20:45:20.765 INFO O| Dec 16 20:45:20.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54972024-12-16T20:45:22.258Z[ recovery-image] Dec 16 20:45:20.765 INFO O| Dec 16 20:45:20.765 INFO STEP 382 (remove_files) COMPLETE
54982024-12-16T20:45:22.258Z[ recovery-image] Dec 16 20:45:20.765 INFO O| Dec 16 20:45:20.765 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-16T20:45:22.305Z[ recovery-image] Dec 16 20:45:20.814 INFO O| Dec 16 20:45:20.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55002024-12-16T20:45:22.305Z[ recovery-image] Dec 16 20:45:20.815 INFO O| Dec 16 20:45:20.814 INFO STEP 383 (remove_files) COMPLETE
55012024-12-16T20:45:22.305Z[ recovery-image] Dec 16 20:45:20.815 INFO O| Dec 16 20:45:20.815 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-16T20:45:22.327Z[ host-image] Dec 16 20:45:20.836 INFO O| Dec 16 20:45:20.836 INFO O| Done
55032024-12-16T20:45:22.335Z[ recovery-image] Dec 16 20:45:20.844 INFO O| Dec 16 20:45:20.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55042024-12-16T20:45:22.337Z[ recovery-image] Dec 16 20:45:20.844 INFO O| Dec 16 20:45:20.844 INFO STEP 384 (remove_files) COMPLETE
55052024-12-16T20:45:22.337Z[ recovery-image] Dec 16 20:45:20.845 INFO O| Dec 16 20:45:20.844 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-16T20:45:22.363Z[ recovery-image] Dec 16 20:45:20.873 INFO O| Dec 16 20:45:20.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55072024-12-16T20:45:22.364Z[ recovery-image] Dec 16 20:45:20.873 INFO O| Dec 16 20:45:20.873 INFO STEP 385 (remove_files) COMPLETE
55082024-12-16T20:45:22.366Z[ recovery-image] Dec 16 20:45:20.873 INFO O| Dec 16 20:45:20.873 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-16T20:45:22.369Z[ host-image] Dec 16 20:45:20.877 INFO O| Dec 16 20:45:20.877 INFO O| Done
55102024-12-16T20:45:22.369Z[ host-image] Dec 16 20:45:20.877 INFO O| Dec 16 20:45:20.877 INFO O| Done
55112024-12-16T20:45:22.382Z[ recovery-image] Dec 16 20:45:20.891 INFO O| Dec 16 20:45:20.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55122024-12-16T20:45:22.382Z[ recovery-image] Dec 16 20:45:20.891 INFO O| Dec 16 20:45:20.891 INFO STEP 386 (remove_files) COMPLETE
55132024-12-16T20:45:22.385Z[ recovery-image] Dec 16 20:45:20.891 INFO O| Dec 16 20:45:20.891 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-16T20:45:22.400Z[ recovery-image] Dec 16 20:45:20.910 INFO O| Dec 16 20:45:20.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55152024-12-16T20:45:22.400Z[ recovery-image] Dec 16 20:45:20.910 INFO O| Dec 16 20:45:20.910 INFO STEP 387 (remove_files) COMPLETE
55162024-12-16T20:45:22.400Z[ recovery-image] Dec 16 20:45:20.910 INFO O| Dec 16 20:45:20.910 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-16T20:45:22.428Z[ recovery-image] Dec 16 20:45:20.937 INFO O| Dec 16 20:45:20.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55182024-12-16T20:45:22.428Z[ recovery-image] Dec 16 20:45:20.938 INFO O| Dec 16 20:45:20.937 INFO STEP 388 (remove_files) COMPLETE
55192024-12-16T20:45:22.431Z[ recovery-image] Dec 16 20:45:20.938 INFO O| Dec 16 20:45:20.937 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-16T20:45:22.438Z[ host-image] Dec 16 20:45:20.947 INFO O| Dec 16 20:45:20.946 INFO O| Done
55212024-12-16T20:45:22.448Z[ recovery-image] Dec 16 20:45:20.957 INFO O| Dec 16 20:45:20.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55222024-12-16T20:45:22.448Z[ recovery-image] Dec 16 20:45:20.957 INFO O| Dec 16 20:45:20.957 INFO STEP 389 (remove_files) COMPLETE
55232024-12-16T20:45:22.451Z[ recovery-image] Dec 16 20:45:20.957 INFO O| Dec 16 20:45:20.957 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-16T20:45:22.467Z[ recovery-image] Dec 16 20:45:20.976 INFO O| Dec 16 20:45:20.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55252024-12-16T20:45:22.467Z[ recovery-image] Dec 16 20:45:20.976 INFO O| Dec 16 20:45:20.976 INFO STEP 390 (remove_files) COMPLETE
55262024-12-16T20:45:22.470Z[ recovery-image] Dec 16 20:45:20.976 INFO O| Dec 16 20:45:20.976 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-16T20:45:22.486Z[ recovery-image] Dec 16 20:45:20.995 INFO O| Dec 16 20:45:20.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55282024-12-16T20:45:22.486Z[ recovery-image] Dec 16 20:45:20.995 INFO O| Dec 16 20:45:20.995 INFO STEP 391 (remove_files) COMPLETE
55292024-12-16T20:45:22.488Z[ recovery-image] Dec 16 20:45:20.995 INFO O| Dec 16 20:45:20.995 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-16T20:45:22.513Z[ recovery-image] Dec 16 20:45:21.023 INFO O| Dec 16 20:45:21.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55312024-12-16T20:45:22.513Z[ recovery-image] Dec 16 20:45:21.023 INFO O| Dec 16 20:45:21.023 INFO STEP 392 (remove_files) COMPLETE
55322024-12-16T20:45:22.516Z[ recovery-image] Dec 16 20:45:21.023 INFO O| Dec 16 20:45:21.023 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-16T20:45:22.540Z[ recovery-image] Dec 16 20:45:21.049 INFO O| Dec 16 20:45:21.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55342024-12-16T20:45:22.543Z[ recovery-image] Dec 16 20:45:21.049 INFO O| Dec 16 20:45:21.049 INFO STEP 393 (remove_files) COMPLETE
55352024-12-16T20:45:22.543Z[ recovery-image] Dec 16 20:45:21.049 INFO O| Dec 16 20:45:21.049 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-16T20:45:22.561Z[ recovery-image] Dec 16 20:45:21.070 INFO O| Dec 16 20:45:21.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55372024-12-16T20:45:22.561Z[ recovery-image] Dec 16 20:45:21.070 INFO O| Dec 16 20:45:21.070 INFO STEP 394 (remove_files) COMPLETE
55382024-12-16T20:45:22.561Z[ recovery-image] Dec 16 20:45:21.070 INFO O| Dec 16 20:45:21.070 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-16T20:45:22.581Z[ recovery-image] Dec 16 20:45:21.089 INFO O| Dec 16 20:45:21.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55402024-12-16T20:45:22.581Z[ recovery-image] Dec 16 20:45:21.089 INFO O| Dec 16 20:45:21.089 INFO STEP 395 (remove_files) COMPLETE
55412024-12-16T20:45:22.581Z[ recovery-image] Dec 16 20:45:21.089 INFO O| Dec 16 20:45:21.089 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-16T20:45:22.599Z[ host-image] Dec 16 20:45:21.107 INFO O| Dec 16 20:45:21.107 INFO STEP 13 (pkg_install) COMPLETE
55432024-12-16T20:45:22.600Z[ host-image] Dec 16 20:45:21.107 INFO O| Dec 16 20:45:21.107 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
55442024-12-16T20:45:22.615Z[ host-image] Dec 16 20:45:21.125 INFO O| Dec 16 20:45:21.124 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
55452024-12-16T20:45:22.623Z[ recovery-image] Dec 16 20:45:21.132 INFO O| Dec 16 20:45:21.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55462024-12-16T20:45:22.623Z[ recovery-image] Dec 16 20:45:21.132 INFO O| Dec 16 20:45:21.132 INFO STEP 396 (remove_files) COMPLETE
55472024-12-16T20:45:22.626Z[ recovery-image] Dec 16 20:45:21.132 INFO O| Dec 16 20:45:21.132 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-16T20:45:22.643Z[ recovery-image] Dec 16 20:45:21.152 INFO O| Dec 16 20:45:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55492024-12-16T20:45:22.643Z[ recovery-image] Dec 16 20:45:21.152 INFO O| Dec 16 20:45:21.152 INFO STEP 397 (remove_files) COMPLETE
55502024-12-16T20:45:22.643Z[ recovery-image] Dec 16 20:45:21.152 INFO O| Dec 16 20:45:21.152 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-16T20:45:22.661Z[ recovery-image] Dec 16 20:45:21.171 INFO O| Dec 16 20:45:21.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55522024-12-16T20:45:22.662Z[ recovery-image] Dec 16 20:45:21.171 INFO O| Dec 16 20:45:21.171 INFO STEP 398 (remove_files) COMPLETE
55532024-12-16T20:45:22.662Z[ recovery-image] Dec 16 20:45:21.171 INFO O| Dec 16 20:45:21.171 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-16T20:45:22.680Z[ recovery-image] Dec 16 20:45:21.189 INFO O| Dec 16 20:45:21.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55552024-12-16T20:45:22.680Z[ recovery-image] Dec 16 20:45:21.189 INFO O| Dec 16 20:45:21.189 INFO STEP 399 (remove_files) COMPLETE
55562024-12-16T20:45:22.682Z[ recovery-image] Dec 16 20:45:21.189 INFO O| Dec 16 20:45:21.189 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-16T20:45:22.700Z[ recovery-image] Dec 16 20:45:21.209 INFO O| Dec 16 20:45:21.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55582024-12-16T20:45:22.700Z[ recovery-image] Dec 16 20:45:21.209 INFO O| Dec 16 20:45:21.209 INFO STEP 400 (remove_files) COMPLETE
55592024-12-16T20:45:22.702Z[ recovery-image] Dec 16 20:45:21.209 INFO O| Dec 16 20:45:21.209 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-16T20:45:22.719Z[ recovery-image] Dec 16 20:45:21.227 INFO O| Dec 16 20:45:21.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55612024-12-16T20:45:22.719Z[ recovery-image] Dec 16 20:45:21.227 INFO O| Dec 16 20:45:21.227 INFO STEP 401 (remove_files) COMPLETE
55622024-12-16T20:45:22.719Z[ recovery-image] Dec 16 20:45:21.227 INFO O| Dec 16 20:45:21.227 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-16T20:45:22.737Z[ recovery-image] Dec 16 20:45:21.246 INFO O| Dec 16 20:45:21.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55642024-12-16T20:45:22.737Z[ recovery-image] Dec 16 20:45:21.246 INFO O| Dec 16 20:45:21.246 INFO STEP 402 (remove_files) COMPLETE
55652024-12-16T20:45:22.737Z[ recovery-image] Dec 16 20:45:21.246 INFO O| Dec 16 20:45:21.246 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-16T20:45:22.756Z[ recovery-image] Dec 16 20:45:21.265 INFO O| Dec 16 20:45:21.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55672024-12-16T20:45:22.756Z[ recovery-image] Dec 16 20:45:21.265 INFO O| Dec 16 20:45:21.265 INFO STEP 403 (remove_files) COMPLETE
55682024-12-16T20:45:22.756Z[ recovery-image] Dec 16 20:45:21.265 INFO O| Dec 16 20:45:21.265 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-16T20:45:22.774Z[ recovery-image] Dec 16 20:45:21.283 INFO O| Dec 16 20:45:21.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55702024-12-16T20:45:22.774Z[ recovery-image] Dec 16 20:45:21.283 INFO O| Dec 16 20:45:21.283 INFO STEP 404 (remove_files) COMPLETE
55712024-12-16T20:45:22.774Z[ recovery-image] Dec 16 20:45:21.283 INFO O| Dec 16 20:45:21.283 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-16T20:45:22.794Z[ recovery-image] Dec 16 20:45:21.302 INFO O| Dec 16 20:45:21.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55732024-12-16T20:45:22.794Z[ recovery-image] Dec 16 20:45:21.302 INFO O| Dec 16 20:45:21.302 INFO STEP 405 (remove_files) COMPLETE
55742024-12-16T20:45:22.794Z[ recovery-image] Dec 16 20:45:21.302 INFO O| Dec 16 20:45:21.302 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-16T20:45:22.829Z[ recovery-image] Dec 16 20:45:21.338 INFO O| Dec 16 20:45:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55762024-12-16T20:45:22.832Z[ recovery-image] Dec 16 20:45:21.338 INFO O| Dec 16 20:45:21.338 INFO STEP 406 (remove_files) COMPLETE
55772024-12-16T20:45:22.832Z[ recovery-image] Dec 16 20:45:21.339 INFO O| Dec 16 20:45:21.338 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-16T20:45:22.848Z[ recovery-image] Dec 16 20:45:21.357 INFO O| Dec 16 20:45:21.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55792024-12-16T20:45:22.850Z[ recovery-image] Dec 16 20:45:21.357 INFO O| Dec 16 20:45:21.357 INFO STEP 407 (remove_files) COMPLETE
55802024-12-16T20:45:22.850Z[ recovery-image] Dec 16 20:45:21.357 INFO O| Dec 16 20:45:21.357 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-16T20:45:22.864Z[ recovery-image] Dec 16 20:45:21.374 INFO O| Dec 16 20:45:21.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55822024-12-16T20:45:22.867Z[ recovery-image] Dec 16 20:45:21.374 INFO O| Dec 16 20:45:21.374 INFO STEP 408 (remove_files) COMPLETE
55832024-12-16T20:45:22.867Z[ recovery-image] Dec 16 20:45:21.374 INFO O| Dec 16 20:45:21.374 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-16T20:45:22.882Z[ recovery-image] Dec 16 20:45:21.391 INFO O| Dec 16 20:45:21.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55852024-12-16T20:45:22.882Z[ recovery-image] Dec 16 20:45:21.391 INFO O| Dec 16 20:45:21.391 INFO STEP 409 (remove_files) COMPLETE
55862024-12-16T20:45:22.884Z[ recovery-image] Dec 16 20:45:21.391 INFO O| Dec 16 20:45:21.391 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-16T20:45:22.901Z[ recovery-image] Dec 16 20:45:21.409 INFO O| Dec 16 20:45:21.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55882024-12-16T20:45:22.904Z[ recovery-image] Dec 16 20:45:21.409 INFO O| Dec 16 20:45:21.409 INFO STEP 410 (remove_files) COMPLETE
55892024-12-16T20:45:22.904Z[ recovery-image] Dec 16 20:45:21.409 INFO O| Dec 16 20:45:21.409 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-16T20:45:22.942Z[ recovery-image] Dec 16 20:45:21.450 INFO O| Dec 16 20:45:21.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55912024-12-16T20:45:22.942Z[ recovery-image] Dec 16 20:45:21.450 INFO O| Dec 16 20:45:21.450 INFO STEP 411 (remove_files) COMPLETE
55922024-12-16T20:45:22.942Z[ recovery-image] Dec 16 20:45:21.450 INFO O| Dec 16 20:45:21.450 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-16T20:45:22.960Z[ recovery-image] Dec 16 20:45:21.468 INFO O| Dec 16 20:45:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55942024-12-16T20:45:22.960Z[ recovery-image] Dec 16 20:45:21.468 INFO O| Dec 16 20:45:21.468 INFO STEP 412 (remove_files) COMPLETE
55952024-12-16T20:45:22.960Z[ recovery-image] Dec 16 20:45:21.468 INFO O| Dec 16 20:45:21.468 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-16T20:45:22.976Z[ recovery-image] Dec 16 20:45:21.485 INFO O| Dec 16 20:45:21.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55972024-12-16T20:45:22.979Z[ recovery-image] Dec 16 20:45:21.485 INFO O| Dec 16 20:45:21.485 INFO STEP 413 (remove_files) COMPLETE
55982024-12-16T20:45:22.979Z[ recovery-image] Dec 16 20:45:21.485 INFO O| Dec 16 20:45:21.485 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-16T20:45:22.994Z[ recovery-image] Dec 16 20:45:21.503 INFO O| Dec 16 20:45:21.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56002024-12-16T20:45:22.994Z[ recovery-image] Dec 16 20:45:21.503 INFO O| Dec 16 20:45:21.503 INFO STEP 414 (remove_files) COMPLETE
56012024-12-16T20:45:22.994Z[ recovery-image] Dec 16 20:45:21.503 INFO O| Dec 16 20:45:21.503 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-16T20:45:23.039Z[ recovery-image] Dec 16 20:45:21.548 INFO O| Dec 16 20:45:21.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56032024-12-16T20:45:23.039Z[ recovery-image] Dec 16 20:45:21.548 INFO O| Dec 16 20:45:21.548 INFO STEP 415 (remove_files) COMPLETE
56042024-12-16T20:45:23.039Z[ recovery-image] Dec 16 20:45:21.548 INFO O| Dec 16 20:45:21.548 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-16T20:45:23.090Z[ recovery-image] Dec 16 20:45:21.599 INFO O| Dec 16 20:45:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56062024-12-16T20:45:23.090Z[ recovery-image] Dec 16 20:45:21.599 INFO O| Dec 16 20:45:21.599 INFO STEP 416 (remove_files) COMPLETE
56072024-12-16T20:45:23.090Z[ recovery-image] Dec 16 20:45:21.599 INFO O| Dec 16 20:45:21.599 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-16T20:45:23.109Z[ recovery-image] Dec 16 20:45:21.618 INFO O| Dec 16 20:45:21.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56092024-12-16T20:45:23.109Z[ recovery-image] Dec 16 20:45:21.619 INFO O| Dec 16 20:45:21.619 INFO STEP 417 (remove_files) COMPLETE
56102024-12-16T20:45:23.112Z[ recovery-image] Dec 16 20:45:21.619 INFO O| Dec 16 20:45:21.619 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-16T20:45:23.130Z[ recovery-image] Dec 16 20:45:21.638 INFO O| Dec 16 20:45:21.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56122024-12-16T20:45:23.130Z[ recovery-image] Dec 16 20:45:21.638 INFO O| Dec 16 20:45:21.638 INFO STEP 418 (remove_files) COMPLETE
56132024-12-16T20:45:23.130Z[ recovery-image] Dec 16 20:45:21.638 INFO O| Dec 16 20:45:21.638 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-16T20:45:23.185Z[ recovery-image] Dec 16 20:45:21.691 INFO O| Dec 16 20:45:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56152024-12-16T20:45:23.185Z[ recovery-image] Dec 16 20:45:21.691 INFO O| Dec 16 20:45:21.691 INFO STEP 419 (remove_files) COMPLETE
56162024-12-16T20:45:23.185Z[ recovery-image] Dec 16 20:45:21.691 INFO O| Dec 16 20:45:21.691 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-16T20:45:23.249Z[ recovery-image] Dec 16 20:45:21.758 INFO O| Dec 16 20:45:21.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56182024-12-16T20:45:23.249Z[ recovery-image] Dec 16 20:45:21.758 INFO O| Dec 16 20:45:21.758 INFO STEP 420 (remove_files) COMPLETE
56192024-12-16T20:45:23.249Z[ recovery-image] Dec 16 20:45:21.758 INFO O| Dec 16 20:45:21.758 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-16T20:45:23.270Z[ recovery-image] Dec 16 20:45:21.779 INFO O| Dec 16 20:45:21.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56212024-12-16T20:45:23.270Z[ recovery-image] Dec 16 20:45:21.779 INFO O| Dec 16 20:45:21.779 INFO STEP 421 (remove_files) COMPLETE
56222024-12-16T20:45:23.270Z[ recovery-image] Dec 16 20:45:21.779 INFO O| Dec 16 20:45:21.779 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-16T20:45:23.290Z[ recovery-image] Dec 16 20:45:21.799 INFO O| Dec 16 20:45:21.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56242024-12-16T20:45:23.290Z[ recovery-image] Dec 16 20:45:21.799 INFO O| Dec 16 20:45:21.799 INFO STEP 422 (remove_files) COMPLETE
56252024-12-16T20:45:23.290Z[ recovery-image] Dec 16 20:45:21.799 INFO O| Dec 16 20:45:21.799 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-16T20:45:23.310Z[ recovery-image] Dec 16 20:45:21.818 INFO O| Dec 16 20:45:21.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56272024-12-16T20:45:23.310Z[ recovery-image] Dec 16 20:45:21.818 INFO O| Dec 16 20:45:21.818 INFO STEP 423 (remove_files) COMPLETE
56282024-12-16T20:45:23.310Z[ recovery-image] Dec 16 20:45:21.818 INFO O| Dec 16 20:45:21.818 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-16T20:45:23.330Z[ recovery-image] Dec 16 20:45:21.838 INFO O| Dec 16 20:45:21.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56302024-12-16T20:45:23.330Z[ recovery-image] Dec 16 20:45:21.838 INFO O| Dec 16 20:45:21.838 INFO STEP 424 (remove_files) COMPLETE
56312024-12-16T20:45:23.330Z[ recovery-image] Dec 16 20:45:21.838 INFO O| Dec 16 20:45:21.838 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-16T20:45:23.349Z[ recovery-image] Dec 16 20:45:21.857 INFO O| Dec 16 20:45:21.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56332024-12-16T20:45:23.349Z[ recovery-image] Dec 16 20:45:21.857 INFO O| Dec 16 20:45:21.857 INFO STEP 425 (remove_files) COMPLETE
56342024-12-16T20:45:23.349Z[ recovery-image] Dec 16 20:45:21.857 INFO O| Dec 16 20:45:21.857 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-16T20:45:23.385Z[ recovery-image] Dec 16 20:45:21.893 INFO O| Dec 16 20:45:21.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56362024-12-16T20:45:23.385Z[ recovery-image] Dec 16 20:45:21.893 INFO O| Dec 16 20:45:21.893 INFO STEP 426 (remove_files) COMPLETE
56372024-12-16T20:45:23.385Z[ recovery-image] Dec 16 20:45:21.893 INFO O| Dec 16 20:45:21.893 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-16T20:45:23.423Z[ recovery-image] Dec 16 20:45:21.932 INFO O| Dec 16 20:45:21.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56392024-12-16T20:45:23.446Z[ recovery-image] Dec 16 20:45:21.954 INFO O| Dec 16 20:45:21.954 INFO STEP 427 (remove_files) COMPLETE
56402024-12-16T20:45:23.446Z[ recovery-image] Dec 16 20:45:21.954 INFO O| Dec 16 20:45:21.954 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-16T20:45:23.535Z[ recovery-image] Dec 16 20:45:22.043 INFO O| Dec 16 20:45:22.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56422024-12-16T20:45:23.535Z[ recovery-image] Dec 16 20:45:22.043 INFO O| Dec 16 20:45:22.043 INFO STEP 428 (remove_files) COMPLETE
56432024-12-16T20:45:23.538Z[ recovery-image] Dec 16 20:45:22.043 INFO O| Dec 16 20:45:22.043 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-16T20:45:23.554Z[ recovery-image] Dec 16 20:45:22.062 INFO O| Dec 16 20:45:22.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56452024-12-16T20:45:23.554Z[ recovery-image] Dec 16 20:45:22.062 INFO O| Dec 16 20:45:22.062 INFO STEP 429 (remove_files) COMPLETE
56462024-12-16T20:45:23.554Z[ recovery-image] Dec 16 20:45:22.062 INFO O| Dec 16 20:45:22.062 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-16T20:45:23.596Z[ recovery-image] Dec 16 20:45:22.105 INFO O| Dec 16 20:45:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56482024-12-16T20:45:23.596Z[ recovery-image] Dec 16 20:45:22.105 INFO O| Dec 16 20:45:22.105 INFO STEP 430 (remove_files) COMPLETE
56492024-12-16T20:45:23.596Z[ recovery-image] Dec 16 20:45:22.105 INFO O| Dec 16 20:45:22.105 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-16T20:45:23.599Z[ host-image] Dec 16 20:45:22.109 INFO O| Dec 16 20:45:22.109 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
56512024-12-16T20:45:23.627Z[ recovery-image] Dec 16 20:45:22.135 INFO O| Dec 16 20:45:22.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56522024-12-16T20:45:23.627Z[ recovery-image] Dec 16 20:45:22.135 INFO O| Dec 16 20:45:22.135 INFO STEP 431 (remove_files) COMPLETE
56532024-12-16T20:45:23.627Z[ recovery-image] Dec 16 20:45:22.135 INFO O| Dec 16 20:45:22.135 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-16T20:45:23.658Z[ recovery-image] Dec 16 20:45:22.167 INFO O| Dec 16 20:45:22.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56552024-12-16T20:45:23.658Z[ recovery-image] Dec 16 20:45:22.167 INFO O| Dec 16 20:45:22.167 INFO STEP 432 (remove_files) COMPLETE
56562024-12-16T20:45:23.658Z[ recovery-image] Dec 16 20:45:22.167 INFO O| Dec 16 20:45:22.167 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-16T20:45:23.709Z[ recovery-image] Dec 16 20:45:22.218 INFO O| Dec 16 20:45:22.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56582024-12-16T20:45:23.712Z[ recovery-image] Dec 16 20:45:22.218 INFO O| Dec 16 20:45:22.218 INFO STEP 433 (remove_files) COMPLETE
56592024-12-16T20:45:23.712Z[ recovery-image] Dec 16 20:45:22.219 INFO O| Dec 16 20:45:22.218 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-16T20:45:23.729Z[ recovery-image] Dec 16 20:45:22.238 INFO O| Dec 16 20:45:22.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56612024-12-16T20:45:23.733Z[ recovery-image] Dec 16 20:45:22.238 INFO O| Dec 16 20:45:22.238 INFO STEP 434 (remove_files) COMPLETE
56622024-12-16T20:45:23.733Z[ recovery-image] Dec 16 20:45:22.239 INFO O| Dec 16 20:45:22.239 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-16T20:45:23.750Z[ recovery-image] Dec 16 20:45:22.259 INFO O| Dec 16 20:45:22.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56642024-12-16T20:45:23.753Z[ recovery-image] Dec 16 20:45:22.260 INFO O| Dec 16 20:45:22.260 INFO STEP 435 (remove_files) COMPLETE
56652024-12-16T20:45:23.753Z[ recovery-image] Dec 16 20:45:22.260 INFO O| Dec 16 20:45:22.260 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-16T20:45:23.772Z[ recovery-image] Dec 16 20:45:22.281 INFO O| Dec 16 20:45:22.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56672024-12-16T20:45:23.773Z[ recovery-image] Dec 16 20:45:22.281 INFO O| Dec 16 20:45:22.281 INFO STEP 436 (remove_files) COMPLETE
56682024-12-16T20:45:23.776Z[ recovery-image] Dec 16 20:45:22.281 INFO O| Dec 16 20:45:22.281 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-16T20:45:23.792Z[ recovery-image] Dec 16 20:45:22.301 INFO O| Dec 16 20:45:22.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56702024-12-16T20:45:23.792Z[ recovery-image] Dec 16 20:45:22.301 INFO O| Dec 16 20:45:22.301 INFO STEP 437 (remove_files) COMPLETE
56712024-12-16T20:45:23.792Z[ recovery-image] Dec 16 20:45:22.301 INFO O| Dec 16 20:45:22.301 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-16T20:45:23.870Z[ recovery-image] Dec 16 20:45:22.379 INFO O| Dec 16 20:45:22.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56732024-12-16T20:45:23.870Z[ recovery-image] Dec 16 20:45:22.379 INFO O| Dec 16 20:45:22.379 INFO STEP 438 (remove_files) COMPLETE
56742024-12-16T20:45:23.873Z[ recovery-image] Dec 16 20:45:22.379 INFO O| Dec 16 20:45:22.379 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-16T20:45:23.902Z[ recovery-image] Dec 16 20:45:22.411 INFO O| Dec 16 20:45:22.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56762024-12-16T20:45:23.902Z[ recovery-image] Dec 16 20:45:22.411 INFO O| Dec 16 20:45:22.411 INFO STEP 439 (remove_files) COMPLETE
56772024-12-16T20:45:23.902Z[ recovery-image] Dec 16 20:45:22.411 INFO O| Dec 16 20:45:22.411 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-16T20:45:23.924Z[ recovery-image] Dec 16 20:45:22.433 INFO O| Dec 16 20:45:22.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56792024-12-16T20:45:23.927Z[ recovery-image] Dec 16 20:45:22.434 INFO O| Dec 16 20:45:22.433 INFO STEP 440 (remove_files) COMPLETE
56802024-12-16T20:45:23.927Z[ recovery-image] Dec 16 20:45:22.434 INFO O| Dec 16 20:45:22.433 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-16T20:45:23.946Z[ recovery-image] Dec 16 20:45:22.455 INFO O| Dec 16 20:45:22.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56822024-12-16T20:45:23.949Z[ recovery-image] Dec 16 20:45:22.455 INFO O| Dec 16 20:45:22.455 INFO STEP 441 (remove_files) COMPLETE
56832024-12-16T20:45:23.949Z[ recovery-image] Dec 16 20:45:22.455 INFO O| Dec 16 20:45:22.455 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-16T20:45:23.968Z[ recovery-image] Dec 16 20:45:22.476 INFO O| Dec 16 20:45:22.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56852024-12-16T20:45:23.968Z[ recovery-image] Dec 16 20:45:22.477 INFO O| Dec 16 20:45:22.477 INFO STEP 442 (remove_files) COMPLETE
56862024-12-16T20:45:23.968Z[ recovery-image] Dec 16 20:45:22.477 INFO O| Dec 16 20:45:22.477 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-16T20:45:23.987Z[ recovery-image] Dec 16 20:45:22.496 INFO O| Dec 16 20:45:22.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56882024-12-16T20:45:23.987Z[ recovery-image] Dec 16 20:45:22.496 INFO O| Dec 16 20:45:22.496 INFO STEP 443 (remove_files) COMPLETE
56892024-12-16T20:45:23.989Z[ recovery-image] Dec 16 20:45:22.496 INFO O| Dec 16 20:45:22.496 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-16T20:45:24.006Z[ recovery-image] Dec 16 20:45:22.515 INFO O| Dec 16 20:45:22.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56912024-12-16T20:45:24.006Z[ recovery-image] Dec 16 20:45:22.515 INFO O| Dec 16 20:45:22.515 INFO STEP 444 (remove_files) COMPLETE
56922024-12-16T20:45:24.010Z[ recovery-image] Dec 16 20:45:22.515 INFO O| Dec 16 20:45:22.515 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-16T20:45:24.033Z[ recovery-image] Dec 16 20:45:22.541 INFO O| Dec 16 20:45:22.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56942024-12-16T20:45:24.033Z[ recovery-image] Dec 16 20:45:22.541 INFO O| Dec 16 20:45:22.541 INFO STEP 445 (remove_files) COMPLETE
56952024-12-16T20:45:24.036Z[ recovery-image] Dec 16 20:45:22.541 INFO O| Dec 16 20:45:22.541 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-16T20:45:24.052Z[ recovery-image] Dec 16 20:45:22.561 INFO O| Dec 16 20:45:22.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56972024-12-16T20:45:24.052Z[ recovery-image] Dec 16 20:45:22.561 INFO O| Dec 16 20:45:22.561 INFO STEP 446 (remove_files) COMPLETE
56982024-12-16T20:45:24.055Z[ recovery-image] Dec 16 20:45:22.562 INFO O| Dec 16 20:45:22.561 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-16T20:45:24.076Z[ recovery-image] Dec 16 20:45:22.583 INFO O| Dec 16 20:45:22.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57002024-12-16T20:45:24.077Z[ recovery-image] Dec 16 20:45:22.583 INFO O| Dec 16 20:45:22.583 INFO STEP 447 (remove_files) COMPLETE
57012024-12-16T20:45:24.077Z[ recovery-image] Dec 16 20:45:22.583 INFO O| Dec 16 20:45:22.583 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-16T20:45:24.097Z[ recovery-image] Dec 16 20:45:22.606 INFO O| Dec 16 20:45:22.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57032024-12-16T20:45:24.097Z[ recovery-image] Dec 16 20:45:22.606 INFO O| Dec 16 20:45:22.606 INFO STEP 448 (remove_files) COMPLETE
57042024-12-16T20:45:24.097Z[ recovery-image] Dec 16 20:45:22.606 INFO O| Dec 16 20:45:22.606 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-16T20:45:24.133Z[ recovery-image] Dec 16 20:45:22.642 INFO O| Dec 16 20:45:22.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57062024-12-16T20:45:24.133Z[ recovery-image] Dec 16 20:45:22.643 INFO O| Dec 16 20:45:22.642 INFO STEP 449 (remove_files) COMPLETE
57072024-12-16T20:45:24.136Z[ recovery-image] Dec 16 20:45:22.643 INFO O| Dec 16 20:45:22.643 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-16T20:45:24.164Z[ recovery-image] Dec 16 20:45:22.674 INFO O| Dec 16 20:45:22.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57092024-12-16T20:45:24.165Z[ recovery-image] Dec 16 20:45:22.674 INFO O| Dec 16 20:45:22.674 INFO STEP 450 (remove_files) COMPLETE
57102024-12-16T20:45:24.165Z[ recovery-image] Dec 16 20:45:22.674 INFO O| Dec 16 20:45:22.674 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-16T20:45:24.194Z[ recovery-image] Dec 16 20:45:22.703 INFO O| Dec 16 20:45:22.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57122024-12-16T20:45:24.197Z[ recovery-image] Dec 16 20:45:22.703 INFO O| Dec 16 20:45:22.703 INFO STEP 451 (remove_files) COMPLETE
57132024-12-16T20:45:24.197Z[ recovery-image] Dec 16 20:45:22.703 INFO O| Dec 16 20:45:22.703 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-16T20:45:24.214Z[ recovery-image] Dec 16 20:45:22.723 INFO O| Dec 16 20:45:22.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57152024-12-16T20:45:24.218Z[ recovery-image] Dec 16 20:45:22.723 INFO O| Dec 16 20:45:22.723 INFO STEP 452 (remove_files) COMPLETE
57162024-12-16T20:45:24.218Z[ recovery-image] Dec 16 20:45:22.723 INFO O| Dec 16 20:45:22.723 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-16T20:45:24.233Z[ recovery-image] Dec 16 20:45:22.742 INFO O| Dec 16 20:45:22.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57182024-12-16T20:45:24.233Z[ recovery-image] Dec 16 20:45:22.742 INFO O| Dec 16 20:45:22.742 INFO STEP 453 (remove_files) COMPLETE
57192024-12-16T20:45:24.233Z[ recovery-image] Dec 16 20:45:22.742 INFO O| Dec 16 20:45:22.742 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-16T20:45:24.251Z[ recovery-image] Dec 16 20:45:22.760 INFO O| Dec 16 20:45:22.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57212024-12-16T20:45:24.251Z[ recovery-image] Dec 16 20:45:22.760 INFO O| Dec 16 20:45:22.760 INFO STEP 454 (remove_files) COMPLETE
57222024-12-16T20:45:24.251Z[ recovery-image] Dec 16 20:45:22.760 INFO O| Dec 16 20:45:22.760 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-16T20:45:24.270Z[ recovery-image] Dec 16 20:45:22.779 INFO O| Dec 16 20:45:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57242024-12-16T20:45:24.273Z[ recovery-image] Dec 16 20:45:22.779 INFO O| Dec 16 20:45:22.779 INFO STEP 455 (remove_files) COMPLETE
57252024-12-16T20:45:24.273Z[ recovery-image] Dec 16 20:45:22.779 INFO O| Dec 16 20:45:22.779 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-12-16T20:45:24.290Z[ recovery-image] Dec 16 20:45:22.799 INFO O| Dec 16 20:45:22.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57272024-12-16T20:45:24.291Z[ recovery-image] Dec 16 20:45:22.799 INFO O| Dec 16 20:45:22.799 INFO STEP 456 (remove_files) COMPLETE
57282024-12-16T20:45:24.291Z[ recovery-image] Dec 16 20:45:22.799 INFO O| Dec 16 20:45:22.799 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-12-16T20:45:24.315Z[ recovery-image] Dec 16 20:45:22.823 INFO O| Dec 16 20:45:22.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57302024-12-16T20:45:24.315Z[ recovery-image] Dec 16 20:45:22.823 INFO O| Dec 16 20:45:22.823 INFO STEP 457 (remove_files) COMPLETE
57312024-12-16T20:45:24.315Z[ recovery-image] Dec 16 20:45:22.823 INFO O| Dec 16 20:45:22.823 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-16T20:45:24.364Z[ recovery-image] Dec 16 20:45:22.873 INFO O| Dec 16 20:45:22.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57332024-12-16T20:45:24.365Z[ recovery-image] Dec 16 20:45:22.874 INFO O| Dec 16 20:45:22.873 INFO STEP 458 (remove_files) COMPLETE
57342024-12-16T20:45:24.365Z[ recovery-image] Dec 16 20:45:22.874 INFO O| Dec 16 20:45:22.874 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-16T20:45:24.385Z[ recovery-image] Dec 16 20:45:22.894 INFO O| Dec 16 20:45:22.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57362024-12-16T20:45:24.385Z[ recovery-image] Dec 16 20:45:22.894 INFO O| Dec 16 20:45:22.894 INFO STEP 459 (remove_files) COMPLETE
57372024-12-16T20:45:24.385Z[ recovery-image] Dec 16 20:45:22.894 INFO O| Dec 16 20:45:22.894 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-16T20:45:24.426Z[ recovery-image] Dec 16 20:45:22.935 INFO O| Dec 16 20:45:22.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57392024-12-16T20:45:24.426Z[ recovery-image] Dec 16 20:45:22.935 INFO O| Dec 16 20:45:22.935 INFO STEP 460 (remove_files) COMPLETE
57402024-12-16T20:45:24.426Z[ recovery-image] Dec 16 20:45:22.935 INFO O| Dec 16 20:45:22.935 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-16T20:45:24.466Z[ recovery-image] Dec 16 20:45:22.975 INFO O| Dec 16 20:45:22.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57422024-12-16T20:45:24.466Z[ recovery-image] Dec 16 20:45:22.975 INFO O| Dec 16 20:45:22.975 INFO STEP 461 (remove_files) COMPLETE
57432024-12-16T20:45:24.466Z[ recovery-image] Dec 16 20:45:22.975 INFO O| Dec 16 20:45:22.975 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-16T20:45:24.528Z[ recovery-image] Dec 16 20:45:23.037 INFO O| Dec 16 20:45:23.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57452024-12-16T20:45:24.528Z[ recovery-image] Dec 16 20:45:23.037 INFO O| Dec 16 20:45:23.037 INFO STEP 462 (remove_files) COMPLETE
57462024-12-16T20:45:24.528Z[ recovery-image] Dec 16 20:45:23.037 INFO O| Dec 16 20:45:23.037 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-16T20:45:24.557Z[ recovery-image] Dec 16 20:45:23.066 INFO O| Dec 16 20:45:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57482024-12-16T20:45:24.557Z[ recovery-image] Dec 16 20:45:23.066 INFO O| Dec 16 20:45:23.066 INFO STEP 463 (remove_files) COMPLETE
57492024-12-16T20:45:24.560Z[ recovery-image] Dec 16 20:45:23.066 INFO O| Dec 16 20:45:23.066 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-16T20:45:24.597Z[ recovery-image] Dec 16 20:45:23.106 INFO O| Dec 16 20:45:23.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57512024-12-16T20:45:24.597Z[ recovery-image] Dec 16 20:45:23.106 INFO O| Dec 16 20:45:23.106 INFO STEP 464 (remove_files) COMPLETE
57522024-12-16T20:45:24.597Z[ recovery-image] Dec 16 20:45:23.106 INFO O| Dec 16 20:45:23.106 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-16T20:45:24.618Z[ recovery-image] Dec 16 20:45:23.127 INFO O| Dec 16 20:45:23.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57542024-12-16T20:45:24.618Z[ recovery-image] Dec 16 20:45:23.127 INFO O| Dec 16 20:45:23.127 INFO STEP 465 (remove_files) COMPLETE
57552024-12-16T20:45:24.618Z[ recovery-image] Dec 16 20:45:23.127 INFO O| Dec 16 20:45:23.127 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-16T20:45:24.640Z[ recovery-image] Dec 16 20:45:23.147 INFO O| Dec 16 20:45:23.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57572024-12-16T20:45:24.640Z[ recovery-image] Dec 16 20:45:23.147 INFO O| Dec 16 20:45:23.147 INFO STEP 466 (remove_files) COMPLETE
57582024-12-16T20:45:24.640Z[ recovery-image] Dec 16 20:45:23.147 INFO O| Dec 16 20:45:23.147 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-16T20:45:24.676Z[ recovery-image] Dec 16 20:45:23.184 INFO O| Dec 16 20:45:23.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57602024-12-16T20:45:24.676Z[ recovery-image] Dec 16 20:45:23.184 INFO O| Dec 16 20:45:23.184 INFO STEP 467 (remove_files) COMPLETE
57612024-12-16T20:45:24.680Z[ recovery-image] Dec 16 20:45:23.184 INFO O| Dec 16 20:45:23.184 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-16T20:45:24.695Z[ recovery-image] Dec 16 20:45:23.204 INFO O| Dec 16 20:45:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57632024-12-16T20:45:24.695Z[ recovery-image] Dec 16 20:45:23.204 INFO O| Dec 16 20:45:23.204 INFO STEP 468 (remove_files) COMPLETE
57642024-12-16T20:45:24.700Z[ recovery-image] Dec 16 20:45:23.205 INFO O| Dec 16 20:45:23.204 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-16T20:45:24.717Z[ recovery-image] Dec 16 20:45:23.225 INFO O| Dec 16 20:45:23.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57662024-12-16T20:45:24.720Z[ recovery-image] Dec 16 20:45:23.225 INFO O| Dec 16 20:45:23.225 INFO STEP 469 (remove_files) COMPLETE
57672024-12-16T20:45:24.720Z[ recovery-image] Dec 16 20:45:23.225 INFO O| Dec 16 20:45:23.225 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-16T20:45:24.737Z[ recovery-image] Dec 16 20:45:23.245 INFO O| Dec 16 20:45:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57692024-12-16T20:45:24.737Z[ recovery-image] Dec 16 20:45:23.246 INFO O| Dec 16 20:45:23.245 INFO STEP 470 (remove_files) COMPLETE
57702024-12-16T20:45:24.739Z[ recovery-image] Dec 16 20:45:23.246 INFO O| Dec 16 20:45:23.246 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-16T20:45:24.757Z[ recovery-image] Dec 16 20:45:23.265 INFO O| Dec 16 20:45:23.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57722024-12-16T20:45:24.757Z[ recovery-image] Dec 16 20:45:23.265 INFO O| Dec 16 20:45:23.265 INFO STEP 471 (remove_files) COMPLETE
57732024-12-16T20:45:24.757Z[ recovery-image] Dec 16 20:45:23.265 INFO O| Dec 16 20:45:23.265 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-16T20:45:24.790Z[ recovery-image] Dec 16 20:45:23.299 INFO O| Dec 16 20:45:23.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57752024-12-16T20:45:24.790Z[ recovery-image] Dec 16 20:45:23.299 INFO O| Dec 16 20:45:23.299 INFO STEP 472 (remove_files) COMPLETE
57762024-12-16T20:45:24.790Z[ recovery-image] Dec 16 20:45:23.299 INFO O| Dec 16 20:45:23.299 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-16T20:45:24.813Z[ recovery-image] Dec 16 20:45:23.322 INFO O| Dec 16 20:45:23.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57782024-12-16T20:45:24.813Z[ recovery-image] Dec 16 20:45:23.322 INFO O| Dec 16 20:45:23.322 INFO STEP 473 (remove_files) COMPLETE
57792024-12-16T20:45:24.813Z[ recovery-image] Dec 16 20:45:23.322 INFO O| Dec 16 20:45:23.322 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-16T20:45:24.874Z[ recovery-image] Dec 16 20:45:23.382 INFO O| Dec 16 20:45:23.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57812024-12-16T20:45:24.876Z[ recovery-image] Dec 16 20:45:23.383 INFO O| Dec 16 20:45:23.382 INFO STEP 474 (remove_files) COMPLETE
57822024-12-16T20:45:24.876Z[ recovery-image] Dec 16 20:45:23.383 INFO O| Dec 16 20:45:23.382 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-16T20:45:24.925Z[ recovery-image] Dec 16 20:45:23.434 INFO O| Dec 16 20:45:23.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57842024-12-16T20:45:24.925Z[ recovery-image] Dec 16 20:45:23.434 INFO O| Dec 16 20:45:23.434 INFO STEP 475 (remove_files) COMPLETE
57852024-12-16T20:45:24.925Z[ recovery-image] Dec 16 20:45:23.434 INFO O| Dec 16 20:45:23.434 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-16T20:45:24.954Z[ recovery-image] Dec 16 20:45:23.463 INFO O| Dec 16 20:45:23.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57872024-12-16T20:45:24.956Z[ recovery-image] Dec 16 20:45:23.463 INFO O| Dec 16 20:45:23.463 INFO STEP 476 (remove_files) COMPLETE
57882024-12-16T20:45:24.956Z[ recovery-image] Dec 16 20:45:23.463 INFO O| Dec 16 20:45:23.463 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-16T20:45:24.976Z[ recovery-image] Dec 16 20:45:23.485 INFO O| Dec 16 20:45:23.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57902024-12-16T20:45:24.976Z[ recovery-image] Dec 16 20:45:23.485 INFO O| Dec 16 20:45:23.485 INFO STEP 477 (remove_files) COMPLETE
57912024-12-16T20:45:24.976Z[ recovery-image] Dec 16 20:45:23.485 INFO O| Dec 16 20:45:23.485 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-16T20:45:25.019Z[ recovery-image] Dec 16 20:45:23.527 INFO O| Dec 16 20:45:23.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57932024-12-16T20:45:25.019Z[ recovery-image] Dec 16 20:45:23.527 INFO O| Dec 16 20:45:23.527 INFO STEP 478 (remove_files) COMPLETE
57942024-12-16T20:45:25.019Z[ recovery-image] Dec 16 20:45:23.527 INFO O| Dec 16 20:45:23.527 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-16T20:45:25.059Z[ recovery-image] Dec 16 20:45:23.568 INFO O| Dec 16 20:45:23.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57962024-12-16T20:45:25.059Z[ recovery-image] Dec 16 20:45:23.568 INFO O| Dec 16 20:45:23.568 INFO STEP 479 (remove_files) COMPLETE
57972024-12-16T20:45:25.059Z[ recovery-image] Dec 16 20:45:23.568 INFO O| Dec 16 20:45:23.568 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-16T20:45:25.082Z[ recovery-image] Dec 16 20:45:23.585 INFO O| Dec 16 20:45:23.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57992024-12-16T20:45:25.082Z[ recovery-image] Dec 16 20:45:23.585 INFO O| Dec 16 20:45:23.585 INFO STEP 480 (remove_files) COMPLETE
58002024-12-16T20:45:25.082Z[ recovery-image] Dec 16 20:45:23.585 INFO O| Dec 16 20:45:23.585 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-16T20:45:25.094Z[ recovery-image] Dec 16 20:45:23.602 INFO O| Dec 16 20:45:23.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58022024-12-16T20:45:25.094Z[ recovery-image] Dec 16 20:45:23.602 INFO O| Dec 16 20:45:23.602 INFO STEP 481 (remove_files) COMPLETE
58032024-12-16T20:45:25.094Z[ recovery-image] Dec 16 20:45:23.603 INFO O| Dec 16 20:45:23.602 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-16T20:45:25.116Z[ recovery-image] Dec 16 20:45:23.620 INFO O| Dec 16 20:45:23.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58052024-12-16T20:45:25.119Z[ recovery-image] Dec 16 20:45:23.621 INFO O| Dec 16 20:45:23.621 INFO STEP 482 (remove_files) COMPLETE
58062024-12-16T20:45:25.119Z[ recovery-image] Dec 16 20:45:23.621 INFO O| Dec 16 20:45:23.621 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-16T20:45:25.142Z[ recovery-image] Dec 16 20:45:23.651 INFO O| Dec 16 20:45:23.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58082024-12-16T20:45:25.145Z[ recovery-image] Dec 16 20:45:23.652 INFO O| Dec 16 20:45:23.651 INFO STEP 483 (remove_files) COMPLETE
58092024-12-16T20:45:25.145Z[ recovery-image] Dec 16 20:45:23.652 INFO O| Dec 16 20:45:23.652 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-16T20:45:25.174Z[ recovery-image] Dec 16 20:45:23.683 INFO O| Dec 16 20:45:23.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58112024-12-16T20:45:25.174Z[ recovery-image] Dec 16 20:45:23.683 INFO O| Dec 16 20:45:23.683 INFO STEP 484 (remove_files) COMPLETE
58122024-12-16T20:45:25.174Z[ recovery-image] Dec 16 20:45:23.683 INFO O| Dec 16 20:45:23.683 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-16T20:45:25.194Z[ recovery-image] Dec 16 20:45:23.702 INFO O| Dec 16 20:45:23.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58142024-12-16T20:45:25.194Z[ recovery-image] Dec 16 20:45:23.702 INFO O| Dec 16 20:45:23.702 INFO STEP 485 (remove_files) COMPLETE
58152024-12-16T20:45:25.194Z[ recovery-image] Dec 16 20:45:23.702 INFO O| Dec 16 20:45:23.702 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-16T20:45:25.213Z[ recovery-image] Dec 16 20:45:23.721 INFO O| Dec 16 20:45:23.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58172024-12-16T20:45:25.213Z[ recovery-image] Dec 16 20:45:23.721 INFO O| Dec 16 20:45:23.721 INFO STEP 486 (remove_files) COMPLETE
58182024-12-16T20:45:25.213Z[ recovery-image] Dec 16 20:45:23.721 INFO O| Dec 16 20:45:23.721 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-16T20:45:25.234Z[ recovery-image] Dec 16 20:45:23.742 INFO O| Dec 16 20:45:23.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58202024-12-16T20:45:25.234Z[ recovery-image] Dec 16 20:45:23.742 INFO O| Dec 16 20:45:23.742 INFO STEP 487 (remove_files) COMPLETE
58212024-12-16T20:45:25.234Z[ recovery-image] Dec 16 20:45:23.742 INFO O| Dec 16 20:45:23.742 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-16T20:45:25.285Z[ recovery-image] Dec 16 20:45:23.793 INFO O| Dec 16 20:45:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58232024-12-16T20:45:25.288Z[ recovery-image] Dec 16 20:45:23.793 INFO O| Dec 16 20:45:23.793 INFO STEP 488 (remove_files) COMPLETE
58242024-12-16T20:45:25.288Z[ recovery-image] Dec 16 20:45:23.793 INFO O| Dec 16 20:45:23.793 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-16T20:45:25.303Z[ recovery-image] Dec 16 20:45:23.812 INFO O| Dec 16 20:45:23.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58262024-12-16T20:45:25.306Z[ recovery-image] Dec 16 20:45:23.812 INFO O| Dec 16 20:45:23.812 INFO STEP 489 (remove_files) COMPLETE
58272024-12-16T20:45:25.306Z[ recovery-image] Dec 16 20:45:23.812 INFO O| Dec 16 20:45:23.812 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-16T20:45:25.325Z[ recovery-image] Dec 16 20:45:23.834 INFO O| Dec 16 20:45:23.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58292024-12-16T20:45:25.325Z[ recovery-image] Dec 16 20:45:23.834 INFO O| Dec 16 20:45:23.834 INFO STEP 490 (remove_files) COMPLETE
58302024-12-16T20:45:25.325Z[ recovery-image] Dec 16 20:45:23.834 INFO O| Dec 16 20:45:23.834 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-16T20:45:25.355Z[ recovery-image] Dec 16 20:45:23.864 INFO O| Dec 16 20:45:23.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58322024-12-16T20:45:25.355Z[ recovery-image] Dec 16 20:45:23.864 INFO O| Dec 16 20:45:23.864 INFO STEP 491 (remove_files) COMPLETE
58332024-12-16T20:45:25.355Z[ recovery-image] Dec 16 20:45:23.864 INFO O| Dec 16 20:45:23.864 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-16T20:45:25.378Z[ recovery-image] Dec 16 20:45:23.887 INFO O| Dec 16 20:45:23.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58352024-12-16T20:45:25.378Z[ recovery-image] Dec 16 20:45:23.887 INFO O| Dec 16 20:45:23.887 INFO STEP 492 (remove_files) COMPLETE
58362024-12-16T20:45:25.378Z[ recovery-image] Dec 16 20:45:23.887 INFO O| Dec 16 20:45:23.887 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-16T20:45:25.400Z[ recovery-image] Dec 16 20:45:23.909 INFO O| Dec 16 20:45:23.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58382024-12-16T20:45:25.400Z[ recovery-image] Dec 16 20:45:23.909 INFO O| Dec 16 20:45:23.909 INFO STEP 493 (remove_files) COMPLETE
58392024-12-16T20:45:25.403Z[ recovery-image] Dec 16 20:45:23.909 INFO O| Dec 16 20:45:23.909 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-16T20:45:25.422Z[ recovery-image] Dec 16 20:45:23.930 INFO O| Dec 16 20:45:23.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58412024-12-16T20:45:25.422Z[ recovery-image] Dec 16 20:45:23.930 INFO O| Dec 16 20:45:23.930 INFO STEP 494 (remove_files) COMPLETE
58422024-12-16T20:45:25.422Z[ recovery-image] Dec 16 20:45:23.930 INFO O| Dec 16 20:45:23.930 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-16T20:45:25.444Z[ recovery-image] Dec 16 20:45:23.952 INFO O| Dec 16 20:45:23.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58442024-12-16T20:45:25.444Z[ recovery-image] Dec 16 20:45:23.952 INFO O| Dec 16 20:45:23.952 INFO STEP 495 (remove_files) COMPLETE
58452024-12-16T20:45:25.444Z[ recovery-image] Dec 16 20:45:23.952 INFO O| Dec 16 20:45:23.952 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-16T20:45:25.462Z[ recovery-image] Dec 16 20:45:23.971 INFO O| Dec 16 20:45:23.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58472024-12-16T20:45:25.462Z[ recovery-image] Dec 16 20:45:23.971 INFO O| Dec 16 20:45:23.971 INFO STEP 496 (remove_files) COMPLETE
58482024-12-16T20:45:25.462Z[ recovery-image] Dec 16 20:45:23.971 INFO O| Dec 16 20:45:23.971 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-16T20:45:25.497Z[ recovery-image] Dec 16 20:45:24.005 INFO O| Dec 16 20:45:24.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58502024-12-16T20:45:25.500Z[ recovery-image] Dec 16 20:45:24.006 INFO O| Dec 16 20:45:24.006 INFO STEP 497 (remove_files) COMPLETE
58512024-12-16T20:45:25.500Z[ recovery-image] Dec 16 20:45:24.006 INFO O| Dec 16 20:45:24.006 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-16T20:45:25.620Z[ recovery-image] Dec 16 20:45:24.129 INFO O| Dec 16 20:45:24.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58532024-12-16T20:45:25.623Z[ recovery-image] Dec 16 20:45:24.129 INFO O| Dec 16 20:45:24.129 INFO STEP 498 (remove_files) COMPLETE
58542024-12-16T20:45:25.623Z[ recovery-image] Dec 16 20:45:24.129 INFO O| Dec 16 20:45:24.129 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-16T20:45:25.639Z[ recovery-image] Dec 16 20:45:24.147 INFO O| Dec 16 20:45:24.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58562024-12-16T20:45:25.639Z[ recovery-image] Dec 16 20:45:24.147 INFO O| Dec 16 20:45:24.147 INFO STEP 499 (remove_files) COMPLETE
58572024-12-16T20:45:25.639Z[ recovery-image] Dec 16 20:45:24.147 INFO O| Dec 16 20:45:24.147 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-16T20:45:25.695Z[ recovery-image] Dec 16 20:45:24.204 INFO O| Dec 16 20:45:24.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58592024-12-16T20:45:25.695Z[ recovery-image] Dec 16 20:45:24.204 INFO O| Dec 16 20:45:24.204 INFO STEP 500 (remove_files) COMPLETE
58602024-12-16T20:45:25.695Z[ recovery-image] Dec 16 20:45:24.204 INFO O| Dec 16 20:45:24.204 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-16T20:45:25.715Z[ recovery-image] Dec 16 20:45:24.224 INFO O| Dec 16 20:45:24.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58622024-12-16T20:45:25.715Z[ recovery-image] Dec 16 20:45:24.224 INFO O| Dec 16 20:45:24.224 INFO STEP 501 (remove_files) COMPLETE
58632024-12-16T20:45:25.715Z[ recovery-image] Dec 16 20:45:24.224 INFO O| Dec 16 20:45:24.224 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-16T20:45:25.735Z[ recovery-image] Dec 16 20:45:24.244 INFO O| Dec 16 20:45:24.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58652024-12-16T20:45:25.735Z[ recovery-image] Dec 16 20:45:24.244 INFO O| Dec 16 20:45:24.244 INFO STEP 502 (remove_files) COMPLETE
58662024-12-16T20:45:25.735Z[ recovery-image] Dec 16 20:45:24.244 INFO O| Dec 16 20:45:24.244 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-16T20:45:25.773Z[ recovery-image] Dec 16 20:45:24.282 INFO O| Dec 16 20:45:24.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58682024-12-16T20:45:25.773Z[ recovery-image] Dec 16 20:45:24.282 INFO O| Dec 16 20:45:24.282 INFO STEP 503 (remove_files) COMPLETE
58692024-12-16T20:45:25.777Z[ recovery-image] Dec 16 20:45:24.282 INFO O| Dec 16 20:45:24.282 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-16T20:45:25.817Z[ recovery-image] Dec 16 20:45:24.326 INFO O| Dec 16 20:45:24.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58712024-12-16T20:45:25.820Z[ recovery-image] Dec 16 20:45:24.326 INFO O| Dec 16 20:45:24.326 INFO STEP 504 (remove_files) COMPLETE
58722024-12-16T20:45:25.820Z[ recovery-image] Dec 16 20:45:24.326 INFO O| Dec 16 20:45:24.326 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-16T20:45:25.838Z[ recovery-image] Dec 16 20:45:24.346 INFO O| Dec 16 20:45:24.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58742024-12-16T20:45:25.838Z[ recovery-image] Dec 16 20:45:24.346 INFO O| Dec 16 20:45:24.346 INFO STEP 505 (remove_files) COMPLETE
58752024-12-16T20:45:25.841Z[ recovery-image] Dec 16 20:45:24.346 INFO O| Dec 16 20:45:24.346 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-16T20:45:25.858Z[ recovery-image] Dec 16 20:45:24.366 INFO O| Dec 16 20:45:24.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58772024-12-16T20:45:25.878Z[ recovery-image] Dec 16 20:45:24.387 INFO O| Dec 16 20:45:24.387 INFO STEP 506 (remove_files) COMPLETE
58782024-12-16T20:45:25.878Z[ recovery-image] Dec 16 20:45:24.387 INFO O| Dec 16 20:45:24.387 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-16T20:45:25.912Z[ recovery-image] Dec 16 20:45:24.421 INFO O| Dec 16 20:45:24.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58802024-12-16T20:45:25.912Z[ recovery-image] Dec 16 20:45:24.421 INFO O| Dec 16 20:45:24.421 INFO STEP 507 (remove_files) COMPLETE
58812024-12-16T20:45:25.912Z[ recovery-image] Dec 16 20:45:24.421 INFO O| Dec 16 20:45:24.421 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-16T20:45:25.932Z[ recovery-image] Dec 16 20:45:24.440 INFO O| Dec 16 20:45:24.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58832024-12-16T20:45:25.934Z[ recovery-image] Dec 16 20:45:24.440 INFO O| Dec 16 20:45:24.440 INFO STEP 508 (remove_files) COMPLETE
58842024-12-16T20:45:25.934Z[ recovery-image] Dec 16 20:45:24.440 INFO O| Dec 16 20:45:24.440 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-16T20:45:25.950Z[ recovery-image] Dec 16 20:45:24.458 INFO O| Dec 16 20:45:24.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58862024-12-16T20:45:25.950Z[ recovery-image] Dec 16 20:45:24.458 INFO O| Dec 16 20:45:24.458 INFO STEP 509 (remove_files) COMPLETE
58872024-12-16T20:45:25.950Z[ recovery-image] Dec 16 20:45:24.458 INFO O| Dec 16 20:45:24.458 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-16T20:45:25.969Z[ recovery-image] Dec 16 20:45:24.477 INFO O| Dec 16 20:45:24.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58892024-12-16T20:45:25.969Z[ recovery-image] Dec 16 20:45:24.477 INFO O| Dec 16 20:45:24.477 INFO STEP 510 (remove_files) COMPLETE
58902024-12-16T20:45:25.969Z[ recovery-image] Dec 16 20:45:24.477 INFO O| Dec 16 20:45:24.477 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-16T20:45:25.988Z[ recovery-image] Dec 16 20:45:24.496 INFO O| Dec 16 20:45:24.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58922024-12-16T20:45:25.988Z[ recovery-image] Dec 16 20:45:24.496 INFO O| Dec 16 20:45:24.496 INFO STEP 511 (remove_files) COMPLETE
58932024-12-16T20:45:25.988Z[ recovery-image] Dec 16 20:45:24.496 INFO O| Dec 16 20:45:24.496 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-16T20:45:26.027Z[ recovery-image] Dec 16 20:45:24.536 INFO O| Dec 16 20:45:24.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58952024-12-16T20:45:26.027Z[ recovery-image] Dec 16 20:45:24.536 INFO O| Dec 16 20:45:24.536 INFO STEP 512 (remove_files) COMPLETE
58962024-12-16T20:45:26.028Z[ recovery-image] Dec 16 20:45:24.536 INFO O| Dec 16 20:45:24.536 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-16T20:45:26.048Z[ recovery-image] Dec 16 20:45:24.556 INFO O| Dec 16 20:45:24.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58982024-12-16T20:45:26.048Z[ recovery-image] Dec 16 20:45:24.557 INFO O| Dec 16 20:45:24.557 INFO STEP 513 (remove_files) COMPLETE
58992024-12-16T20:45:26.048Z[ recovery-image] Dec 16 20:45:24.557 INFO O| Dec 16 20:45:24.557 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-16T20:45:26.069Z[ recovery-image] Dec 16 20:45:24.577 INFO O| Dec 16 20:45:24.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59012024-12-16T20:45:26.069Z[ recovery-image] Dec 16 20:45:24.577 INFO O| Dec 16 20:45:24.577 INFO STEP 514 (remove_files) COMPLETE
59022024-12-16T20:45:26.069Z[ recovery-image] Dec 16 20:45:24.577 INFO O| Dec 16 20:45:24.577 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-16T20:45:26.091Z[ recovery-image] Dec 16 20:45:24.600 INFO O| Dec 16 20:45:24.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59042024-12-16T20:45:26.091Z[ recovery-image] Dec 16 20:45:24.600 INFO O| Dec 16 20:45:24.600 INFO STEP 515 (remove_files) COMPLETE
59052024-12-16T20:45:26.091Z[ recovery-image] Dec 16 20:45:24.600 INFO O| Dec 16 20:45:24.600 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-16T20:45:26.126Z[ recovery-image] Dec 16 20:45:24.626 INFO O| Dec 16 20:45:24.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59072024-12-16T20:45:26.126Z[ recovery-image] Dec 16 20:45:24.626 INFO O| Dec 16 20:45:24.626 INFO STEP 516 (remove_files) COMPLETE
59082024-12-16T20:45:26.126Z[ recovery-image] Dec 16 20:45:24.626 INFO O| Dec 16 20:45:24.626 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-16T20:45:26.159Z[ recovery-image] Dec 16 20:45:24.668 INFO O| Dec 16 20:45:24.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59102024-12-16T20:45:26.162Z[ recovery-image] Dec 16 20:45:24.668 INFO O| Dec 16 20:45:24.668 INFO STEP 517 (remove_files) COMPLETE
59112024-12-16T20:45:26.162Z[ recovery-image] Dec 16 20:45:24.668 INFO O| Dec 16 20:45:24.668 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-16T20:45:26.201Z[ recovery-image] Dec 16 20:45:24.710 INFO O| Dec 16 20:45:24.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59132024-12-16T20:45:26.201Z[ recovery-image] Dec 16 20:45:24.710 INFO O| Dec 16 20:45:24.710 INFO STEP 518 (remove_files) COMPLETE
59142024-12-16T20:45:26.201Z[ recovery-image] Dec 16 20:45:24.710 INFO O| Dec 16 20:45:24.710 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-16T20:45:26.220Z[ recovery-image] Dec 16 20:45:24.728 INFO O| Dec 16 20:45:24.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59162024-12-16T20:45:26.220Z[ recovery-image] Dec 16 20:45:24.728 INFO O| Dec 16 20:45:24.728 INFO STEP 519 (remove_files) COMPLETE
59172024-12-16T20:45:26.222Z[ recovery-image] Dec 16 20:45:24.728 INFO O| Dec 16 20:45:24.728 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-16T20:45:26.239Z[ recovery-image] Dec 16 20:45:24.747 INFO O| Dec 16 20:45:24.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59192024-12-16T20:45:26.239Z[ recovery-image] Dec 16 20:45:24.747 INFO O| Dec 16 20:45:24.747 INFO STEP 520 (remove_files) COMPLETE
59202024-12-16T20:45:26.239Z[ recovery-image] Dec 16 20:45:24.747 INFO O| Dec 16 20:45:24.747 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-16T20:45:26.258Z[ recovery-image] Dec 16 20:45:24.767 INFO O| Dec 16 20:45:24.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59222024-12-16T20:45:26.258Z[ recovery-image] Dec 16 20:45:24.767 INFO O| Dec 16 20:45:24.767 INFO STEP 521 (remove_files) COMPLETE
59232024-12-16T20:45:26.258Z[ recovery-image] Dec 16 20:45:24.767 INFO O| Dec 16 20:45:24.767 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-16T20:45:26.300Z[ recovery-image] Dec 16 20:45:24.808 INFO O| Dec 16 20:45:24.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59252024-12-16T20:45:26.300Z[ recovery-image] Dec 16 20:45:24.808 INFO O| Dec 16 20:45:24.808 INFO STEP 522 (remove_files) COMPLETE
59262024-12-16T20:45:26.300Z[ recovery-image] Dec 16 20:45:24.808 INFO O| Dec 16 20:45:24.808 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-16T20:45:26.335Z[ recovery-image] Dec 16 20:45:24.844 INFO O| Dec 16 20:45:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59282024-12-16T20:45:26.338Z[ recovery-image] Dec 16 20:45:24.844 INFO O| Dec 16 20:45:24.844 INFO STEP 523 (remove_files) COMPLETE
59292024-12-16T20:45:26.338Z[ recovery-image] Dec 16 20:45:24.844 INFO O| Dec 16 20:45:24.844 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-16T20:45:26.356Z[ recovery-image] Dec 16 20:45:24.864 INFO O| Dec 16 20:45:24.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59312024-12-16T20:45:26.356Z[ recovery-image] Dec 16 20:45:24.864 INFO O| Dec 16 20:45:24.864 INFO STEP 524 (remove_files) COMPLETE
59322024-12-16T20:45:26.356Z[ recovery-image] Dec 16 20:45:24.864 INFO O| Dec 16 20:45:24.864 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-16T20:45:26.411Z[ recovery-image] Dec 16 20:45:24.920 INFO O| Dec 16 20:45:24.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59342024-12-16T20:45:26.411Z[ recovery-image] Dec 16 20:45:24.920 INFO O| Dec 16 20:45:24.920 INFO STEP 525 (remove_files) COMPLETE
59352024-12-16T20:45:26.414Z[ recovery-image] Dec 16 20:45:24.920 INFO O| Dec 16 20:45:24.920 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-16T20:45:26.433Z[ recovery-image] Dec 16 20:45:24.942 INFO O| Dec 16 20:45:24.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59372024-12-16T20:45:26.433Z[ recovery-image] Dec 16 20:45:24.942 INFO O| Dec 16 20:45:24.942 INFO STEP 526 (remove_files) COMPLETE
59382024-12-16T20:45:26.433Z[ recovery-image] Dec 16 20:45:24.942 INFO O| Dec 16 20:45:24.942 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-16T20:45:26.467Z[ recovery-image] Dec 16 20:45:24.976 INFO O| Dec 16 20:45:24.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59402024-12-16T20:45:26.467Z[ recovery-image] Dec 16 20:45:24.976 INFO O| Dec 16 20:45:24.976 INFO STEP 527 (remove_files) COMPLETE
59412024-12-16T20:45:26.467Z[ recovery-image] Dec 16 20:45:24.976 INFO O| Dec 16 20:45:24.976 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-16T20:45:26.488Z[ recovery-image] Dec 16 20:45:24.997 INFO O| Dec 16 20:45:24.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59432024-12-16T20:45:26.488Z[ recovery-image] Dec 16 20:45:24.997 INFO O| Dec 16 20:45:24.997 INFO STEP 528 (remove_files) COMPLETE
59442024-12-16T20:45:26.488Z[ recovery-image] Dec 16 20:45:24.997 INFO O| Dec 16 20:45:24.997 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-16T20:45:26.507Z[ recovery-image] Dec 16 20:45:25.016 INFO O| Dec 16 20:45:25.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59462024-12-16T20:45:26.507Z[ recovery-image] Dec 16 20:45:25.016 INFO O| Dec 16 20:45:25.016 INFO STEP 529 (remove_files) COMPLETE
59472024-12-16T20:45:26.507Z[ recovery-image] Dec 16 20:45:25.016 INFO O| Dec 16 20:45:25.016 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-16T20:45:26.550Z[ recovery-image] Dec 16 20:45:25.056 INFO O| Dec 16 20:45:25.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59492024-12-16T20:45:26.552Z[ recovery-image] Dec 16 20:45:25.056 INFO O| Dec 16 20:45:25.056 INFO STEP 530 (remove_files) COMPLETE
59502024-12-16T20:45:26.553Z[ recovery-image] Dec 16 20:45:25.056 INFO O| Dec 16 20:45:25.056 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-16T20:45:26.568Z[ recovery-image] Dec 16 20:45:25.076 INFO O| Dec 16 20:45:25.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59522024-12-16T20:45:26.568Z[ recovery-image] Dec 16 20:45:25.076 INFO O| Dec 16 20:45:25.076 INFO STEP 531 (remove_files) COMPLETE
59532024-12-16T20:45:26.568Z[ recovery-image] Dec 16 20:45:25.076 INFO O| Dec 16 20:45:25.076 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-16T20:45:26.586Z[ recovery-image] Dec 16 20:45:25.095 INFO O| Dec 16 20:45:25.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59552024-12-16T20:45:26.586Z[ recovery-image] Dec 16 20:45:25.095 INFO O| Dec 16 20:45:25.095 INFO STEP 532 (remove_files) COMPLETE
59562024-12-16T20:45:26.586Z[ recovery-image] Dec 16 20:45:25.095 INFO O| Dec 16 20:45:25.095 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-16T20:45:26.605Z[ recovery-image] Dec 16 20:45:25.113 INFO O| Dec 16 20:45:25.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59582024-12-16T20:45:26.605Z[ recovery-image] Dec 16 20:45:25.113 INFO O| Dec 16 20:45:25.113 INFO STEP 533 (remove_files) COMPLETE
59592024-12-16T20:45:26.605Z[ recovery-image] Dec 16 20:45:25.113 INFO O| Dec 16 20:45:25.113 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-16T20:45:26.625Z[ recovery-image] Dec 16 20:45:25.132 INFO O| Dec 16 20:45:25.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59612024-12-16T20:45:26.625Z[ recovery-image] Dec 16 20:45:25.132 INFO O| Dec 16 20:45:25.132 INFO STEP 534 (remove_files) COMPLETE
59622024-12-16T20:45:26.628Z[ recovery-image] Dec 16 20:45:25.132 INFO O| Dec 16 20:45:25.132 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-16T20:45:26.643Z[ recovery-image] Dec 16 20:45:25.150 INFO O| Dec 16 20:45:25.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59642024-12-16T20:45:26.643Z[ recovery-image] Dec 16 20:45:25.150 INFO O| Dec 16 20:45:25.150 INFO STEP 535 (remove_files) COMPLETE
59652024-12-16T20:45:26.643Z[ recovery-image] Dec 16 20:45:25.150 INFO O| Dec 16 20:45:25.150 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-16T20:45:26.660Z[ recovery-image] Dec 16 20:45:25.169 INFO O| Dec 16 20:45:25.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59672024-12-16T20:45:26.660Z[ recovery-image] Dec 16 20:45:25.169 INFO O| Dec 16 20:45:25.169 INFO STEP 536 (remove_files) COMPLETE
59682024-12-16T20:45:26.660Z[ recovery-image] Dec 16 20:45:25.169 INFO O| Dec 16 20:45:25.169 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-16T20:45:26.718Z[ recovery-image] Dec 16 20:45:25.226 INFO O| Dec 16 20:45:25.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59702024-12-16T20:45:26.718Z[ recovery-image] Dec 16 20:45:25.226 INFO O| Dec 16 20:45:25.226 INFO STEP 537 (remove_files) COMPLETE
59712024-12-16T20:45:26.718Z[ recovery-image] Dec 16 20:45:25.226 INFO O| Dec 16 20:45:25.226 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-16T20:45:26.737Z[ recovery-image] Dec 16 20:45:25.245 INFO O| Dec 16 20:45:25.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59732024-12-16T20:45:26.740Z[ recovery-image] Dec 16 20:45:25.245 INFO O| Dec 16 20:45:25.245 INFO STEP 538 (remove_files) COMPLETE
59742024-12-16T20:45:26.740Z[ recovery-image] Dec 16 20:45:25.245 INFO O| Dec 16 20:45:25.245 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-16T20:45:26.757Z[ recovery-image] Dec 16 20:45:25.264 INFO O| Dec 16 20:45:25.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59762024-12-16T20:45:26.757Z[ recovery-image] Dec 16 20:45:25.265 INFO O| Dec 16 20:45:25.265 INFO STEP 539 (remove_files) COMPLETE
59772024-12-16T20:45:26.757Z[ recovery-image] Dec 16 20:45:25.265 INFO O| Dec 16 20:45:25.265 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-16T20:45:26.784Z[ recovery-image] Dec 16 20:45:25.292 INFO O| Dec 16 20:45:25.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59792024-12-16T20:45:26.784Z[ recovery-image] Dec 16 20:45:25.292 INFO O| Dec 16 20:45:25.292 INFO STEP 540 (remove_files) COMPLETE
59802024-12-16T20:45:26.784Z[ recovery-image] Dec 16 20:45:25.292 INFO O| Dec 16 20:45:25.292 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-16T20:45:26.820Z[ recovery-image] Dec 16 20:45:25.328 INFO O| Dec 16 20:45:25.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59822024-12-16T20:45:26.820Z[ recovery-image] Dec 16 20:45:25.328 INFO O| Dec 16 20:45:25.328 INFO STEP 541 (remove_files) COMPLETE
59832024-12-16T20:45:26.820Z[ recovery-image] Dec 16 20:45:25.328 INFO O| Dec 16 20:45:25.328 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-16T20:45:26.866Z[ recovery-image] Dec 16 20:45:25.374 INFO O| Dec 16 20:45:25.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59852024-12-16T20:45:26.866Z[ recovery-image] Dec 16 20:45:25.374 INFO O| Dec 16 20:45:25.374 INFO STEP 542 (remove_files) COMPLETE
59862024-12-16T20:45:26.869Z[ recovery-image] Dec 16 20:45:25.375 INFO O| Dec 16 20:45:25.374 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-16T20:45:26.938Z[ recovery-image] Dec 16 20:45:25.447 INFO O| Dec 16 20:45:25.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59882024-12-16T20:45:26.939Z[ recovery-image] Dec 16 20:45:25.447 INFO O| Dec 16 20:45:25.447 INFO STEP 543 (remove_files) COMPLETE
59892024-12-16T20:45:26.939Z[ recovery-image] Dec 16 20:45:25.447 INFO O| Dec 16 20:45:25.447 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-16T20:45:26.959Z[ recovery-image] Dec 16 20:45:25.467 INFO O| Dec 16 20:45:25.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59912024-12-16T20:45:26.959Z[ recovery-image] Dec 16 20:45:25.468 INFO O| Dec 16 20:45:25.468 INFO STEP 544 (remove_files) COMPLETE
59922024-12-16T20:45:26.961Z[ recovery-image] Dec 16 20:45:25.468 INFO O| Dec 16 20:45:25.468 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-16T20:45:26.978Z[ recovery-image] Dec 16 20:45:25.486 INFO O| Dec 16 20:45:25.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59942024-12-16T20:45:26.978Z[ recovery-image] Dec 16 20:45:25.486 INFO O| Dec 16 20:45:25.486 INFO STEP 545 (remove_files) COMPLETE
59952024-12-16T20:45:26.978Z[ recovery-image] Dec 16 20:45:25.486 INFO O| Dec 16 20:45:25.486 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-16T20:45:26.996Z[ recovery-image] Dec 16 20:45:25.505 INFO O| Dec 16 20:45:25.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59972024-12-16T20:45:26.996Z[ recovery-image] Dec 16 20:45:25.505 INFO O| Dec 16 20:45:25.505 INFO STEP 546 (remove_files) COMPLETE
59982024-12-16T20:45:26.996Z[ recovery-image] Dec 16 20:45:25.505 INFO O| Dec 16 20:45:25.505 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-16T20:45:27.015Z[ recovery-image] Dec 16 20:45:25.524 INFO O| Dec 16 20:45:25.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60002024-12-16T20:45:27.015Z[ recovery-image] Dec 16 20:45:25.524 INFO O| Dec 16 20:45:25.524 INFO STEP 547 (remove_files) COMPLETE
60012024-12-16T20:45:27.015Z[ recovery-image] Dec 16 20:45:25.524 INFO O| Dec 16 20:45:25.524 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-16T20:45:27.033Z[ recovery-image] Dec 16 20:45:25.542 INFO O| Dec 16 20:45:25.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60032024-12-16T20:45:27.033Z[ recovery-image] Dec 16 20:45:25.542 INFO O| Dec 16 20:45:25.542 INFO STEP 548 (remove_files) COMPLETE
60042024-12-16T20:45:27.033Z[ recovery-image] Dec 16 20:45:25.542 INFO O| Dec 16 20:45:25.542 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-16T20:45:27.051Z[ recovery-image] Dec 16 20:45:25.559 INFO O| Dec 16 20:45:25.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60062024-12-16T20:45:27.051Z[ recovery-image] Dec 16 20:45:25.559 INFO O| Dec 16 20:45:25.559 INFO STEP 549 (remove_files) COMPLETE
60072024-12-16T20:45:27.051Z[ recovery-image] Dec 16 20:45:25.559 INFO O| Dec 16 20:45:25.559 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-16T20:45:27.074Z[ recovery-image] Dec 16 20:45:25.583 INFO O| Dec 16 20:45:25.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60092024-12-16T20:45:27.074Z[ recovery-image] Dec 16 20:45:25.583 INFO O| Dec 16 20:45:25.583 INFO STEP 550 (remove_files) COMPLETE
60102024-12-16T20:45:27.074Z[ recovery-image] Dec 16 20:45:25.583 INFO O| Dec 16 20:45:25.583 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-16T20:45:27.111Z[ recovery-image] Dec 16 20:45:25.620 INFO O| Dec 16 20:45:25.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60122024-12-16T20:45:27.111Z[ recovery-image] Dec 16 20:45:25.620 INFO O| Dec 16 20:45:25.620 INFO STEP 551 (remove_files) COMPLETE
60132024-12-16T20:45:27.111Z[ recovery-image] Dec 16 20:45:25.620 INFO O| Dec 16 20:45:25.620 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-16T20:45:27.130Z[ recovery-image] Dec 16 20:45:25.638 INFO O| Dec 16 20:45:25.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60152024-12-16T20:45:27.130Z[ recovery-image] Dec 16 20:45:25.638 INFO O| Dec 16 20:45:25.638 INFO STEP 552 (remove_files) COMPLETE
60162024-12-16T20:45:27.145Z[ recovery-image] Dec 16 20:45:25.638 INFO O| Dec 16 20:45:25.638 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-16T20:45:27.163Z[ recovery-image] Dec 16 20:45:25.671 INFO O| Dec 16 20:45:25.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60182024-12-16T20:45:27.163Z[ recovery-image] Dec 16 20:45:25.672 INFO O| Dec 16 20:45:25.672 INFO STEP 553 (remove_files) COMPLETE
60192024-12-16T20:45:27.166Z[ recovery-image] Dec 16 20:45:25.672 INFO O| Dec 16 20:45:25.672 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-16T20:45:27.182Z[ recovery-image] Dec 16 20:45:25.691 INFO O| Dec 16 20:45:25.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60212024-12-16T20:45:27.185Z[ recovery-image] Dec 16 20:45:25.691 INFO O| Dec 16 20:45:25.691 INFO STEP 554 (remove_files) COMPLETE
60222024-12-16T20:45:27.185Z[ recovery-image] Dec 16 20:45:25.691 INFO O| Dec 16 20:45:25.691 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-16T20:45:27.244Z[ recovery-image] Dec 16 20:45:25.751 INFO O| Dec 16 20:45:25.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60242024-12-16T20:45:27.265Z[ recovery-image] Dec 16 20:45:25.774 INFO O| Dec 16 20:45:25.774 INFO STEP 555 (remove_files) COMPLETE
60252024-12-16T20:45:27.265Z[ recovery-image] Dec 16 20:45:25.774 INFO O| Dec 16 20:45:25.774 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-16T20:45:27.287Z[ recovery-image] Dec 16 20:45:25.794 INFO O| Dec 16 20:45:25.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60272024-12-16T20:45:27.287Z[ recovery-image] Dec 16 20:45:25.794 INFO O| Dec 16 20:45:25.794 INFO STEP 556 (remove_files) COMPLETE
60282024-12-16T20:45:27.287Z[ recovery-image] Dec 16 20:45:25.794 INFO O| Dec 16 20:45:25.794 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-16T20:45:27.305Z[ recovery-image] Dec 16 20:45:25.813 INFO O| Dec 16 20:45:25.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60302024-12-16T20:45:27.305Z[ recovery-image] Dec 16 20:45:25.813 INFO O| Dec 16 20:45:25.813 INFO STEP 557 (remove_files) COMPLETE
60312024-12-16T20:45:27.305Z[ recovery-image] Dec 16 20:45:25.813 INFO O| Dec 16 20:45:25.813 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-16T20:45:27.325Z[ recovery-image] Dec 16 20:45:25.834 INFO O| Dec 16 20:45:25.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60332024-12-16T20:45:27.325Z[ recovery-image] Dec 16 20:45:25.834 INFO O| Dec 16 20:45:25.834 INFO STEP 558 (remove_files) COMPLETE
60342024-12-16T20:45:27.325Z[ recovery-image] Dec 16 20:45:25.834 INFO O| Dec 16 20:45:25.834 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-16T20:45:27.371Z[ recovery-image] Dec 16 20:45:25.879 INFO O| Dec 16 20:45:25.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60362024-12-16T20:45:27.371Z[ recovery-image] Dec 16 20:45:25.879 INFO O| Dec 16 20:45:25.879 INFO STEP 559 (remove_files) COMPLETE
60372024-12-16T20:45:27.371Z[ recovery-image] Dec 16 20:45:25.879 INFO O| Dec 16 20:45:25.879 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-16T20:45:27.399Z[ recovery-image] Dec 16 20:45:25.906 INFO O| Dec 16 20:45:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60392024-12-16T20:45:27.399Z[ recovery-image] Dec 16 20:45:25.906 INFO O| Dec 16 20:45:25.906 INFO STEP 560 (remove_files) COMPLETE
60402024-12-16T20:45:27.401Z[ recovery-image] Dec 16 20:45:25.906 INFO O| Dec 16 20:45:25.906 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-16T20:45:27.447Z[ recovery-image] Dec 16 20:45:25.956 INFO O| Dec 16 20:45:25.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60422024-12-16T20:45:27.447Z[ recovery-image] Dec 16 20:45:25.956 INFO O| Dec 16 20:45:25.956 INFO STEP 561 (remove_files) COMPLETE
60432024-12-16T20:45:27.448Z[ recovery-image] Dec 16 20:45:25.956 INFO O| Dec 16 20:45:25.956 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-16T20:45:27.462Z[ host-image] Dec 16 20:45:25.970 INFO O| Dec 16 20:45:25.970 INFO O| Planning: Solver setup ... Done
60452024-12-16T20:45:27.468Z[ host-image] Dec 16 20:45:25.976 INFO O| Dec 16 20:45:25.976 INFO O| Planning: Running solver ... Done
60462024-12-16T20:45:27.471Z[ recovery-image] Dec 16 20:45:25.978 INFO O| Dec 16 20:45:25.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60472024-12-16T20:45:27.471Z[ recovery-image] Dec 16 20:45:25.978 INFO O| Dec 16 20:45:25.978 INFO STEP 562 (remove_files) COMPLETE
60482024-12-16T20:45:27.471Z[ recovery-image] Dec 16 20:45:25.978 INFO O| Dec 16 20:45:25.978 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-12-16T20:45:27.493Z[ recovery-image] Dec 16 20:45:26.001 INFO O| Dec 16 20:45:26.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60502024-12-16T20:45:27.493Z[ recovery-image] Dec 16 20:45:26.002 INFO O| Dec 16 20:45:26.001 INFO STEP 563 (remove_files) COMPLETE
60512024-12-16T20:45:27.496Z[ recovery-image] Dec 16 20:45:26.002 INFO O| Dec 16 20:45:26.001 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-12-16T20:45:27.526Z[ recovery-image] Dec 16 20:45:26.033 INFO O| Dec 16 20:45:26.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60532024-12-16T20:45:27.526Z[ recovery-image] Dec 16 20:45:26.033 INFO O| Dec 16 20:45:26.033 INFO STEP 564 (remove_files) COMPLETE
60542024-12-16T20:45:27.526Z[ recovery-image] Dec 16 20:45:26.033 INFO O| Dec 16 20:45:26.033 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-12-16T20:45:27.548Z[ host-image] Dec 16 20:45:26.057 INFO O| Dec 16 20:45:26.057 INFO O| Planning: Finding local manifests ... Done
60562024-12-16T20:45:27.551Z[ host-image] Dec 16 20:45:26.058 INFO O| Dec 16 20:45:26.058 INFO O| Planning: Fetching manifests: 0/1 0% complete
60572024-12-16T20:45:27.575Z[ recovery-image] Dec 16 20:45:26.084 INFO O| Dec 16 20:45:26.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60582024-12-16T20:45:27.578Z[ recovery-image] Dec 16 20:45:26.084 INFO O| Dec 16 20:45:26.084 INFO STEP 565 (remove_files) COMPLETE
60592024-12-16T20:45:27.578Z[ recovery-image] Dec 16 20:45:26.084 INFO O| Dec 16 20:45:26.084 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-16T20:45:27.628Z[ recovery-image] Dec 16 20:45:26.136 INFO O| Dec 16 20:45:26.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60612024-12-16T20:45:27.631Z[ recovery-image] Dec 16 20:45:26.137 INFO O| Dec 16 20:45:26.137 INFO STEP 566 (remove_files) COMPLETE
60622024-12-16T20:45:27.631Z[ recovery-image] Dec 16 20:45:26.137 INFO O| Dec 16 20:45:26.137 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-16T20:45:27.714Z[ recovery-image] Dec 16 20:45:26.223 INFO O| Dec 16 20:45:26.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60642024-12-16T20:45:27.718Z[ recovery-image] Dec 16 20:45:26.223 INFO O| Dec 16 20:45:26.223 INFO STEP 567 (remove_files) COMPLETE
60652024-12-16T20:45:27.718Z[ recovery-image] Dec 16 20:45:26.223 INFO O| Dec 16 20:45:26.223 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-16T20:45:27.728Z[ host-image] Dec 16 20:45:26.236 INFO O| Dec 16 20:45:26.236 INFO O| Planning: Fetching manifests: 1/1 100% complete
60672024-12-16T20:45:27.760Z[ host-image] Dec 16 20:45:26.268 INFO O| Dec 16 20:45:26.268 INFO O| Planning: Package planning ... Done
60682024-12-16T20:45:27.762Z[ host-image] Dec 16 20:45:26.269 INFO O| Dec 16 20:45:26.269 INFO O| Planning: Merging actions ... Done
60692024-12-16T20:45:27.766Z[ recovery-image] Dec 16 20:45:26.274 INFO O| Dec 16 20:45:26.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60702024-12-16T20:45:27.768Z[ recovery-image] Dec 16 20:45:26.275 INFO O| Dec 16 20:45:26.275 INFO STEP 568 (remove_files) COMPLETE
60712024-12-16T20:45:27.768Z[ recovery-image] Dec 16 20:45:26.275 INFO O| Dec 16 20:45:26.275 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-16T20:45:27.784Z[ recovery-image] Dec 16 20:45:26.293 INFO O| Dec 16 20:45:26.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60732024-12-16T20:45:27.787Z[ recovery-image] Dec 16 20:45:26.293 INFO O| Dec 16 20:45:26.293 INFO STEP 569 (remove_files) COMPLETE
60742024-12-16T20:45:27.787Z[ recovery-image] Dec 16 20:45:26.293 INFO O| Dec 16 20:45:26.293 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-16T20:45:27.803Z[ recovery-image] Dec 16 20:45:26.311 INFO O| Dec 16 20:45:26.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60762024-12-16T20:45:27.806Z[ recovery-image] Dec 16 20:45:26.312 INFO O| Dec 16 20:45:26.312 INFO STEP 570 (remove_files) COMPLETE
60772024-12-16T20:45:27.806Z[ recovery-image] Dec 16 20:45:26.312 INFO O| Dec 16 20:45:26.312 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-16T20:45:27.822Z[ recovery-image] Dec 16 20:45:26.331 INFO O| Dec 16 20:45:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60792024-12-16T20:45:27.825Z[ recovery-image] Dec 16 20:45:26.331 INFO O| Dec 16 20:45:26.331 INFO STEP 571 (remove_files) COMPLETE
60802024-12-16T20:45:27.825Z[ recovery-image] Dec 16 20:45:26.331 INFO O| Dec 16 20:45:26.331 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-16T20:45:27.846Z[ recovery-image] Dec 16 20:45:26.354 INFO O| Dec 16 20:45:26.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60822024-12-16T20:45:27.846Z[ recovery-image] Dec 16 20:45:26.354 INFO O| Dec 16 20:45:26.354 INFO STEP 572 (remove_files) COMPLETE
60832024-12-16T20:45:27.846Z[ recovery-image] Dec 16 20:45:26.354 INFO O| Dec 16 20:45:26.354 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-16T20:45:27.866Z[ host-image] Dec 16 20:45:26.374 INFO O| Dec 16 20:45:26.374 INFO O| Planning: Checking for conflicting actions ... Done
60852024-12-16T20:45:27.868Z[ host-image] Dec 16 20:45:26.375 INFO O| Dec 16 20:45:26.375 INFO O| Planning: Consolidating action changes ... Done
60862024-12-16T20:45:27.906Z[ recovery-image] Dec 16 20:45:26.415 INFO O| Dec 16 20:45:26.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60872024-12-16T20:45:27.906Z[ recovery-image] Dec 16 20:45:26.415 INFO O| Dec 16 20:45:26.415 INFO STEP 573 (remove_files) COMPLETE
60882024-12-16T20:45:27.907Z[ recovery-image] Dec 16 20:45:26.415 INFO O| Dec 16 20:45:26.415 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-16T20:45:27.928Z[ recovery-image] Dec 16 20:45:26.436 INFO O| Dec 16 20:45:26.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60902024-12-16T20:45:27.928Z[ recovery-image] Dec 16 20:45:26.436 INFO O| Dec 16 20:45:26.436 INFO STEP 574 (remove_files) COMPLETE
60912024-12-16T20:45:27.928Z[ recovery-image] Dec 16 20:45:26.436 INFO O| Dec 16 20:45:26.436 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-16T20:45:27.951Z[ recovery-image] Dec 16 20:45:26.457 INFO O| Dec 16 20:45:26.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60932024-12-16T20:45:27.951Z[ recovery-image] Dec 16 20:45:26.458 INFO O| Dec 16 20:45:26.457 INFO STEP 575 (remove_files) COMPLETE
60942024-12-16T20:45:27.953Z[ recovery-image] Dec 16 20:45:26.458 INFO O| Dec 16 20:45:26.457 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-16T20:45:27.970Z[ recovery-image] Dec 16 20:45:26.478 INFO O| Dec 16 20:45:26.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60962024-12-16T20:45:27.970Z[ recovery-image] Dec 16 20:45:26.478 INFO O| Dec 16 20:45:26.478 INFO STEP 576 (remove_files) COMPLETE
60972024-12-16T20:45:27.970Z[ recovery-image] Dec 16 20:45:26.478 INFO O| Dec 16 20:45:26.478 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-16T20:45:27.990Z[ recovery-image] Dec 16 20:45:26.499 INFO O| Dec 16 20:45:26.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60992024-12-16T20:45:27.990Z[ recovery-image] Dec 16 20:45:26.499 INFO O| Dec 16 20:45:26.499 INFO STEP 577 (remove_files) COMPLETE
61002024-12-16T20:45:27.990Z[ recovery-image] Dec 16 20:45:26.499 INFO O| Dec 16 20:45:26.499 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-16T20:45:28.014Z[ recovery-image] Dec 16 20:45:26.522 INFO O| Dec 16 20:45:26.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61022024-12-16T20:45:28.014Z[ recovery-image] Dec 16 20:45:26.522 INFO O| Dec 16 20:45:26.522 INFO STEP 578 (remove_files) COMPLETE
61032024-12-16T20:45:28.017Z[ recovery-image] Dec 16 20:45:26.522 INFO O| Dec 16 20:45:26.522 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-16T20:45:28.074Z[ recovery-image] Dec 16 20:45:26.582 INFO O| Dec 16 20:45:26.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61052024-12-16T20:45:28.074Z[ recovery-image] Dec 16 20:45:26.582 INFO O| Dec 16 20:45:26.582 INFO STEP 579 (remove_files) COMPLETE
61062024-12-16T20:45:28.079Z[ recovery-image] Dec 16 20:45:26.583 INFO O| Dec 16 20:45:26.582 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-16T20:45:28.101Z[ recovery-image] Dec 16 20:45:26.609 INFO O| Dec 16 20:45:26.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61082024-12-16T20:45:28.101Z[ recovery-image] Dec 16 20:45:26.610 INFO O| Dec 16 20:45:26.610 INFO STEP 580 (remove_files) COMPLETE
61092024-12-16T20:45:28.101Z[ recovery-image] Dec 16 20:45:26.610 INFO O| Dec 16 20:45:26.610 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-16T20:45:28.120Z[ recovery-image] Dec 16 20:45:26.628 INFO O| Dec 16 20:45:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61112024-12-16T20:45:28.120Z[ recovery-image] Dec 16 20:45:26.628 INFO O| Dec 16 20:45:26.628 INFO STEP 581 (remove_files) COMPLETE
61122024-12-16T20:45:28.120Z[ recovery-image] Dec 16 20:45:26.628 INFO O| Dec 16 20:45:26.628 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-16T20:45:28.164Z[ recovery-image] Dec 16 20:45:26.672 INFO O| Dec 16 20:45:26.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61142024-12-16T20:45:28.164Z[ recovery-image] Dec 16 20:45:26.672 INFO O| Dec 16 20:45:26.672 INFO STEP 582 (remove_files) COMPLETE
61152024-12-16T20:45:28.167Z[ recovery-image] Dec 16 20:45:26.672 INFO O| Dec 16 20:45:26.672 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-16T20:45:28.182Z[ recovery-image] Dec 16 20:45:26.690 INFO O| Dec 16 20:45:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61172024-12-16T20:45:28.182Z[ recovery-image] Dec 16 20:45:26.690 INFO O| Dec 16 20:45:26.690 INFO STEP 583 (remove_files) COMPLETE
61182024-12-16T20:45:28.182Z[ recovery-image] Dec 16 20:45:26.690 INFO O| Dec 16 20:45:26.690 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-16T20:45:28.199Z[ recovery-image] Dec 16 20:45:26.707 INFO O| Dec 16 20:45:26.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61202024-12-16T20:45:28.199Z[ recovery-image] Dec 16 20:45:26.707 INFO O| Dec 16 20:45:26.707 INFO STEP 584 (remove_files) COMPLETE
61212024-12-16T20:45:28.199Z[ recovery-image] Dec 16 20:45:26.707 INFO O| Dec 16 20:45:26.707 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-16T20:45:28.217Z[ recovery-image] Dec 16 20:45:26.726 INFO O| Dec 16 20:45:26.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61232024-12-16T20:45:28.217Z[ recovery-image] Dec 16 20:45:26.726 INFO O| Dec 16 20:45:26.726 INFO STEP 585 (remove_files) COMPLETE
61242024-12-16T20:45:28.217Z[ recovery-image] Dec 16 20:45:26.726 INFO O| Dec 16 20:45:26.726 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-16T20:45:28.236Z[ recovery-image] Dec 16 20:45:26.744 INFO O| Dec 16 20:45:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61262024-12-16T20:45:28.236Z[ recovery-image] Dec 16 20:45:26.745 INFO O| Dec 16 20:45:26.744 INFO STEP 586 (remove_files) COMPLETE
61272024-12-16T20:45:28.236Z[ recovery-image] Dec 16 20:45:26.745 INFO O| Dec 16 20:45:26.745 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-16T20:45:28.264Z[ host-image] Dec 16 20:45:26.773 INFO O| Dec 16 20:45:26.773 INFO O| Planning: Evaluating mediators ... Done
61292024-12-16T20:45:28.267Z[ host-image] Dec 16 20:45:26.774 INFO O| Dec 16 20:45:26.773 INFO O| Planning: Planning completed in 4.66 seconds
61302024-12-16T20:45:28.267Z[ recovery-image] Dec 16 20:45:26.775 INFO O| Dec 16 20:45:26.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61312024-12-16T20:45:28.267Z[ recovery-image] Dec 16 20:45:26.775 INFO O| Dec 16 20:45:26.775 INFO STEP 587 (remove_files) COMPLETE
61322024-12-16T20:45:28.268Z[ recovery-image] Dec 16 20:45:26.775 INFO O| Dec 16 20:45:26.775 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-16T20:45:28.272Z[ host-image] Dec 16 20:45:26.776 INFO O| Dec 16 20:45:26.776 INFO O| Packages to install: 1
61342024-12-16T20:45:28.287Z[ host-image] Dec 16 20:45:26.796 INFO O| Dec 16 20:45:26.796 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
61352024-12-16T20:45:28.304Z[ recovery-image] Dec 16 20:45:26.812 INFO O| Dec 16 20:45:26.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61362024-12-16T20:45:28.304Z[ recovery-image] Dec 16 20:45:26.812 INFO O| Dec 16 20:45:26.812 INFO STEP 588 (remove_files) COMPLETE
61372024-12-16T20:45:28.307Z[ recovery-image] Dec 16 20:45:26.812 INFO O| Dec 16 20:45:26.812 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-16T20:45:28.343Z[ recovery-image] Dec 16 20:45:26.852 INFO O| Dec 16 20:45:26.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61392024-12-16T20:45:28.343Z[ recovery-image] Dec 16 20:45:26.852 INFO O| Dec 16 20:45:26.852 INFO STEP 589 (remove_files) COMPLETE
61402024-12-16T20:45:28.344Z[ recovery-image] Dec 16 20:45:26.852 INFO O| Dec 16 20:45:26.852 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-16T20:45:28.414Z[ recovery-image] Dec 16 20:45:26.922 INFO O| Dec 16 20:45:26.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61422024-12-16T20:45:28.417Z[ recovery-image] Dec 16 20:45:26.923 INFO O| Dec 16 20:45:26.923 INFO STEP 590 (remove_files) COMPLETE
61432024-12-16T20:45:28.417Z[ recovery-image] Dec 16 20:45:26.923 INFO O| Dec 16 20:45:26.923 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-16T20:45:28.449Z[ recovery-image] Dec 16 20:45:26.957 INFO O| Dec 16 20:45:26.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61452024-12-16T20:45:28.453Z[ recovery-image] Dec 16 20:45:26.960 INFO O| Dec 16 20:45:26.960 INFO STEP 591 (remove_files) COMPLETE
61462024-12-16T20:45:28.453Z[ recovery-image] Dec 16 20:45:26.960 INFO O| Dec 16 20:45:26.960 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-16T20:45:28.531Z[ recovery-image] Dec 16 20:45:27.039 INFO O| Dec 16 20:45:27.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61482024-12-16T20:45:28.547Z[ recovery-image] Dec 16 20:45:27.055 INFO O| Dec 16 20:45:27.055 INFO STEP 592 (remove_files) COMPLETE
61492024-12-16T20:45:28.547Z[ recovery-image] Dec 16 20:45:27.055 INFO O| Dec 16 20:45:27.055 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-16T20:45:28.599Z[ recovery-image] Dec 16 20:45:27.107 INFO O| Dec 16 20:45:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61512024-12-16T20:45:28.619Z[ recovery-image] Dec 16 20:45:27.127 INFO O| Dec 16 20:45:27.127 INFO STEP 593 (remove_files) COMPLETE
61522024-12-16T20:45:28.619Z[ recovery-image] Dec 16 20:45:27.127 INFO O| Dec 16 20:45:27.127 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-16T20:45:28.650Z[ recovery-image] Dec 16 20:45:27.158 INFO O| Dec 16 20:45:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61542024-12-16T20:45:28.652Z[ recovery-image] Dec 16 20:45:27.158 INFO O| Dec 16 20:45:27.158 INFO STEP 594 (remove_files) COMPLETE
61552024-12-16T20:45:28.652Z[ recovery-image] Dec 16 20:45:27.158 INFO O| Dec 16 20:45:27.158 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-16T20:45:28.708Z[ recovery-image] Dec 16 20:45:27.216 INFO O| Dec 16 20:45:27.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61572024-12-16T20:45:28.711Z[ recovery-image] Dec 16 20:45:27.217 INFO O| Dec 16 20:45:27.217 INFO STEP 595 (remove_files) COMPLETE
61582024-12-16T20:45:28.711Z[ recovery-image] Dec 16 20:45:27.217 INFO O| Dec 16 20:45:27.217 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-16T20:45:28.726Z[ recovery-image] Dec 16 20:45:27.234 INFO O| Dec 16 20:45:27.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61602024-12-16T20:45:28.728Z[ recovery-image] Dec 16 20:45:27.234 INFO O| Dec 16 20:45:27.234 INFO STEP 596 (remove_files) COMPLETE
61612024-12-16T20:45:28.728Z[ recovery-image] Dec 16 20:45:27.234 INFO O| Dec 16 20:45:27.234 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-16T20:45:28.743Z[ recovery-image] Dec 16 20:45:27.251 INFO O| Dec 16 20:45:27.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61632024-12-16T20:45:28.746Z[ recovery-image] Dec 16 20:45:27.251 INFO O| Dec 16 20:45:27.251 INFO STEP 597 (remove_files) COMPLETE
61642024-12-16T20:45:28.746Z[ recovery-image] Dec 16 20:45:27.251 INFO O| Dec 16 20:45:27.251 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-16T20:45:28.761Z[ recovery-image] Dec 16 20:45:27.269 INFO O| Dec 16 20:45:27.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61662024-12-16T20:45:28.764Z[ recovery-image] Dec 16 20:45:27.269 INFO O| Dec 16 20:45:27.269 INFO STEP 598 (remove_files) COMPLETE
61672024-12-16T20:45:28.764Z[ recovery-image] Dec 16 20:45:27.269 INFO O| Dec 16 20:45:27.269 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-16T20:45:28.779Z[ recovery-image] Dec 16 20:45:27.287 INFO O| Dec 16 20:45:27.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61692024-12-16T20:45:28.782Z[ recovery-image] Dec 16 20:45:27.288 INFO O| Dec 16 20:45:27.287 INFO STEP 599 (remove_files) COMPLETE
61702024-12-16T20:45:28.782Z[ recovery-image] Dec 16 20:45:27.288 INFO O| Dec 16 20:45:27.288 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-16T20:45:28.798Z[ recovery-image] Dec 16 20:45:27.306 INFO O| Dec 16 20:45:27.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61722024-12-16T20:45:28.800Z[ recovery-image] Dec 16 20:45:27.306 INFO O| Dec 16 20:45:27.306 INFO STEP 600 (remove_files) COMPLETE
61732024-12-16T20:45:28.800Z[ recovery-image] Dec 16 20:45:27.307 INFO O| Dec 16 20:45:27.307 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-16T20:45:28.820Z[ recovery-image] Dec 16 20:45:27.328 INFO O| Dec 16 20:45:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61752024-12-16T20:45:28.820Z[ recovery-image] Dec 16 20:45:27.328 INFO O| Dec 16 20:45:27.328 INFO STEP 601 (remove_files) COMPLETE
61762024-12-16T20:45:28.823Z[ recovery-image] Dec 16 20:45:27.328 INFO O| Dec 16 20:45:27.328 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-16T20:45:28.868Z[ recovery-image] Dec 16 20:45:27.356 INFO O| Dec 16 20:45:27.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61782024-12-16T20:45:28.868Z[ recovery-image] Dec 16 20:45:27.357 INFO O| Dec 16 20:45:27.357 INFO STEP 602 (remove_files) COMPLETE
61792024-12-16T20:45:28.871Z[ recovery-image] Dec 16 20:45:27.357 INFO O| Dec 16 20:45:27.357 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-16T20:45:28.879Z[ recovery-image] Dec 16 20:45:27.387 INFO O| Dec 16 20:45:27.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61812024-12-16T20:45:28.882Z[ recovery-image] Dec 16 20:45:27.387 INFO O| Dec 16 20:45:27.387 INFO STEP 603 (remove_files) COMPLETE
61822024-12-16T20:45:28.882Z[ recovery-image] Dec 16 20:45:27.387 INFO O| Dec 16 20:45:27.387 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-16T20:45:28.923Z[ recovery-image] Dec 16 20:45:27.432 INFO O| Dec 16 20:45:27.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61842024-12-16T20:45:28.926Z[ recovery-image] Dec 16 20:45:27.432 INFO O| Dec 16 20:45:27.432 INFO STEP 604 (remove_files) COMPLETE
61852024-12-16T20:45:28.926Z[ recovery-image] Dec 16 20:45:27.432 INFO O| Dec 16 20:45:27.432 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-16T20:45:28.945Z[ recovery-image] Dec 16 20:45:27.453 INFO O| Dec 16 20:45:27.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61872024-12-16T20:45:28.947Z[ recovery-image] Dec 16 20:45:27.453 INFO O| Dec 16 20:45:27.453 INFO STEP 605 (remove_files) COMPLETE
61882024-12-16T20:45:28.947Z[ recovery-image] Dec 16 20:45:27.453 INFO O| Dec 16 20:45:27.453 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-16T20:45:28.966Z[ recovery-image] Dec 16 20:45:27.473 INFO O| Dec 16 20:45:27.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61902024-12-16T20:45:28.969Z[ recovery-image] Dec 16 20:45:27.473 INFO O| Dec 16 20:45:27.473 INFO STEP 606 (remove_files) COMPLETE
61912024-12-16T20:45:28.969Z[ recovery-image] Dec 16 20:45:27.473 INFO O| Dec 16 20:45:27.473 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-16T20:45:28.986Z[ recovery-image] Dec 16 20:45:27.494 INFO O| Dec 16 20:45:27.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61932024-12-16T20:45:28.989Z[ recovery-image] Dec 16 20:45:27.495 INFO O| Dec 16 20:45:27.494 INFO STEP 607 (remove_files) COMPLETE
61942024-12-16T20:45:28.989Z[ recovery-image] Dec 16 20:45:27.495 INFO O| Dec 16 20:45:27.495 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-16T20:45:29.005Z[ recovery-image] Dec 16 20:45:27.513 INFO O| Dec 16 20:45:27.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61962024-12-16T20:45:29.008Z[ recovery-image] Dec 16 20:45:27.514 INFO O| Dec 16 20:45:27.514 INFO STEP 608 (remove_files) COMPLETE
61972024-12-16T20:45:29.008Z[ recovery-image] Dec 16 20:45:27.514 INFO O| Dec 16 20:45:27.514 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-16T20:45:29.028Z[ recovery-image] Dec 16 20:45:27.536 INFO O| Dec 16 20:45:27.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61992024-12-16T20:45:29.030Z[ recovery-image] Dec 16 20:45:27.536 INFO O| Dec 16 20:45:27.536 INFO STEP 609 (remove_files) COMPLETE
62002024-12-16T20:45:29.030Z[ recovery-image] Dec 16 20:45:27.537 INFO O| Dec 16 20:45:27.536 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-16T20:45:29.051Z[ recovery-image] Dec 16 20:45:27.559 INFO O| Dec 16 20:45:27.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62022024-12-16T20:45:29.053Z[ recovery-image] Dec 16 20:45:27.559 INFO O| Dec 16 20:45:27.559 INFO STEP 610 (remove_files) COMPLETE
62032024-12-16T20:45:29.053Z[ recovery-image] Dec 16 20:45:27.560 INFO O| Dec 16 20:45:27.560 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-16T20:45:29.072Z[ recovery-image] Dec 16 20:45:27.580 INFO O| Dec 16 20:45:27.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62052024-12-16T20:45:29.075Z[ recovery-image] Dec 16 20:45:27.580 INFO O| Dec 16 20:45:27.580 INFO STEP 611 (remove_files) COMPLETE
62062024-12-16T20:45:29.075Z[ recovery-image] Dec 16 20:45:27.580 INFO O| Dec 16 20:45:27.580 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-16T20:45:29.094Z[ recovery-image] Dec 16 20:45:27.602 INFO O| Dec 16 20:45:27.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62082024-12-16T20:45:29.096Z[ recovery-image] Dec 16 20:45:27.602 INFO O| Dec 16 20:45:27.602 INFO STEP 612 (remove_files) COMPLETE
62092024-12-16T20:45:29.096Z[ recovery-image] Dec 16 20:45:27.602 INFO O| Dec 16 20:45:27.602 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-16T20:45:29.121Z[ recovery-image] Dec 16 20:45:27.629 INFO O| Dec 16 20:45:27.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62112024-12-16T20:45:29.124Z[ recovery-image] Dec 16 20:45:27.629 INFO O| Dec 16 20:45:27.629 INFO STEP 613 (remove_files) COMPLETE
62122024-12-16T20:45:29.124Z[ recovery-image] Dec 16 20:45:27.630 INFO O| Dec 16 20:45:27.629 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-16T20:45:29.160Z[ host-image] Dec 16 20:45:27.668 INFO O| Dec 16 20:45:27.668 INFO O| Download: Completed 9.99 MB in 0.87 seconds (11.4M/s)
62142024-12-16T20:45:29.174Z[ recovery-image] Dec 16 20:45:27.682 INFO O| Dec 16 20:45:27.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62152024-12-16T20:45:29.174Z[ recovery-image] Dec 16 20:45:27.682 INFO O| Dec 16 20:45:27.682 INFO STEP 614 (remove_files) COMPLETE
62162024-12-16T20:45:29.177Z[ recovery-image] Dec 16 20:45:27.682 INFO O| Dec 16 20:45:27.682 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-16T20:45:29.221Z[ host-image] Dec 16 20:45:27.729 INFO O| Dec 16 20:45:27.729 INFO O| Actions: 1/22 actions (Installing new actions)
62182024-12-16T20:45:29.237Z[ recovery-image] Dec 16 20:45:27.745 INFO O| Dec 16 20:45:27.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62192024-12-16T20:45:29.239Z[ recovery-image] Dec 16 20:45:27.745 INFO O| Dec 16 20:45:27.745 INFO STEP 615 (remove_files) COMPLETE
62202024-12-16T20:45:29.239Z[ recovery-image] Dec 16 20:45:27.745 INFO O| Dec 16 20:45:27.745 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-12-16T20:45:29.259Z[ recovery-image] Dec 16 20:45:27.767 INFO O| Dec 16 20:45:27.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62222024-12-16T20:45:29.261Z[ recovery-image] Dec 16 20:45:27.767 INFO O| Dec 16 20:45:27.767 INFO STEP 616 (remove_files) COMPLETE
62232024-12-16T20:45:29.261Z[ recovery-image] Dec 16 20:45:27.767 INFO O| Dec 16 20:45:27.767 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-12-16T20:45:29.298Z[ recovery-image] Dec 16 20:45:27.799 INFO O| Dec 16 20:45:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62252024-12-16T20:45:29.308Z[ recovery-image] Dec 16 20:45:27.799 INFO O| Dec 16 20:45:27.799 INFO STEP 617 (remove_files) COMPLETE
62262024-12-16T20:45:29.308Z[ recovery-image] Dec 16 20:45:27.800 INFO O| Dec 16 20:45:27.799 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-12-16T20:45:29.317Z[ recovery-image] Dec 16 20:45:27.820 INFO O| Dec 16 20:45:27.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62282024-12-16T20:45:29.318Z[ recovery-image] Dec 16 20:45:27.820 INFO O| Dec 16 20:45:27.820 INFO STEP 618 (remove_files) COMPLETE
62292024-12-16T20:45:29.318Z[ recovery-image] Dec 16 20:45:27.820 INFO O| Dec 16 20:45:27.820 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-12-16T20:45:29.331Z[ recovery-image] Dec 16 20:45:27.839 INFO O| Dec 16 20:45:27.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62312024-12-16T20:45:29.334Z[ recovery-image] Dec 16 20:45:27.839 INFO O| Dec 16 20:45:27.839 INFO STEP 619 (remove_files) COMPLETE
62322024-12-16T20:45:29.334Z[ recovery-image] Dec 16 20:45:27.839 INFO O| Dec 16 20:45:27.839 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-12-16T20:45:29.350Z[ recovery-image] Dec 16 20:45:27.858 INFO O| Dec 16 20:45:27.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62342024-12-16T20:45:29.353Z[ recovery-image] Dec 16 20:45:27.859 INFO O| Dec 16 20:45:27.859 INFO STEP 620 (remove_files) COMPLETE
62352024-12-16T20:45:29.353Z[ recovery-image] Dec 16 20:45:27.859 INFO O| Dec 16 20:45:27.859 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-12-16T20:45:29.372Z[ recovery-image] Dec 16 20:45:27.880 INFO O| Dec 16 20:45:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62372024-12-16T20:45:29.372Z[ recovery-image] Dec 16 20:45:27.880 INFO O| Dec 16 20:45:27.880 INFO STEP 621 (remove_files) COMPLETE
62382024-12-16T20:45:29.372Z[ recovery-image] Dec 16 20:45:27.880 INFO O| Dec 16 20:45:27.880 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-12-16T20:45:29.391Z[ recovery-image] Dec 16 20:45:27.899 INFO O| Dec 16 20:45:27.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62402024-12-16T20:45:29.391Z[ recovery-image] Dec 16 20:45:27.899 INFO O| Dec 16 20:45:27.899 INFO STEP 622 (remove_files) COMPLETE
62412024-12-16T20:45:29.391Z[ recovery-image] Dec 16 20:45:27.899 INFO O| Dec 16 20:45:27.899 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-16T20:45:29.408Z[ recovery-image] Dec 16 20:45:27.917 INFO O| Dec 16 20:45:27.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62432024-12-16T20:45:29.409Z[ recovery-image] Dec 16 20:45:27.917 INFO O| Dec 16 20:45:27.917 INFO STEP 623 (remove_files) COMPLETE
62442024-12-16T20:45:29.411Z[ recovery-image] Dec 16 20:45:27.917 INFO O| Dec 16 20:45:27.917 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-16T20:45:29.440Z[ recovery-image] Dec 16 20:45:27.941 INFO O| Dec 16 20:45:27.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62462024-12-16T20:45:29.444Z[ recovery-image] Dec 16 20:45:27.941 INFO O| Dec 16 20:45:27.941 INFO STEP 624 (remove_files) COMPLETE
62472024-12-16T20:45:29.444Z[ recovery-image] Dec 16 20:45:27.941 INFO O| Dec 16 20:45:27.941 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-16T20:45:29.451Z[ recovery-image] Dec 16 20:45:27.959 INFO O| Dec 16 20:45:27.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62492024-12-16T20:45:29.451Z[ recovery-image] Dec 16 20:45:27.959 INFO O| Dec 16 20:45:27.959 INFO STEP 625 (remove_files) COMPLETE
62502024-12-16T20:45:29.454Z[ recovery-image] Dec 16 20:45:27.959 INFO O| Dec 16 20:45:27.959 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-16T20:45:29.470Z[ recovery-image] Dec 16 20:45:27.978 INFO O| Dec 16 20:45:27.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62522024-12-16T20:45:29.470Z[ recovery-image] Dec 16 20:45:27.978 INFO O| Dec 16 20:45:27.978 INFO STEP 626 (remove_files) COMPLETE
62532024-12-16T20:45:29.473Z[ recovery-image] Dec 16 20:45:27.978 INFO O| Dec 16 20:45:27.978 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-16T20:45:29.488Z[ recovery-image] Dec 16 20:45:27.996 INFO O| Dec 16 20:45:27.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62552024-12-16T20:45:29.488Z[ recovery-image] Dec 16 20:45:27.996 INFO O| Dec 16 20:45:27.996 INFO STEP 627 (remove_files) COMPLETE
62562024-12-16T20:45:29.488Z[ recovery-image] Dec 16 20:45:27.996 INFO O| Dec 16 20:45:27.996 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-16T20:45:29.525Z[ recovery-image] Dec 16 20:45:28.033 INFO O| Dec 16 20:45:28.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62582024-12-16T20:45:29.525Z[ recovery-image] Dec 16 20:45:28.033 INFO O| Dec 16 20:45:28.033 INFO STEP 628 (remove_files) COMPLETE
62592024-12-16T20:45:29.525Z[ recovery-image] Dec 16 20:45:28.033 INFO O| Dec 16 20:45:28.033 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-16T20:45:29.604Z[ recovery-image] Dec 16 20:45:28.112 INFO O| Dec 16 20:45:28.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62612024-12-16T20:45:29.604Z[ recovery-image] Dec 16 20:45:28.112 INFO O| Dec 16 20:45:28.112 INFO STEP 629 (remove_files) COMPLETE
62622024-12-16T20:45:29.604Z[ recovery-image] Dec 16 20:45:28.112 INFO O| Dec 16 20:45:28.112 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-16T20:45:29.625Z[ recovery-image] Dec 16 20:45:28.133 INFO O| Dec 16 20:45:28.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62642024-12-16T20:45:29.625Z[ recovery-image] Dec 16 20:45:28.133 INFO O| Dec 16 20:45:28.133 INFO STEP 630 (remove_files) COMPLETE
62652024-12-16T20:45:29.628Z[ recovery-image] Dec 16 20:45:28.133 INFO O| Dec 16 20:45:28.133 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-16T20:45:29.635Z[ host-image] Dec 16 20:45:28.143 INFO O| Dec 16 20:45:28.143 INFO O| Actions: Completed 22 actions in 0.41 seconds.
62672024-12-16T20:45:29.665Z[ recovery-image] Dec 16 20:45:28.173 INFO O| Dec 16 20:45:28.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62682024-12-16T20:45:29.665Z[ recovery-image] Dec 16 20:45:28.173 INFO O| Dec 16 20:45:28.173 INFO STEP 631 (remove_files) COMPLETE
62692024-12-16T20:45:29.665Z[ recovery-image] Dec 16 20:45:28.173 INFO O| Dec 16 20:45:28.173 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-16T20:45:29.686Z[ recovery-image] Dec 16 20:45:28.193 INFO O| Dec 16 20:45:28.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62712024-12-16T20:45:29.686Z[ recovery-image] Dec 16 20:45:28.193 INFO O| Dec 16 20:45:28.193 INFO STEP 632 (remove_files) COMPLETE
62722024-12-16T20:45:29.688Z[ recovery-image] Dec 16 20:45:28.193 INFO O| Dec 16 20:45:28.193 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-16T20:45:29.706Z[ recovery-image] Dec 16 20:45:28.213 INFO O| Dec 16 20:45:28.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62742024-12-16T20:45:29.706Z[ recovery-image] Dec 16 20:45:28.213 INFO O| Dec 16 20:45:28.213 INFO STEP 633 (remove_files) COMPLETE
62752024-12-16T20:45:29.706Z[ recovery-image] Dec 16 20:45:28.214 INFO O| Dec 16 20:45:28.213 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-16T20:45:29.740Z[ recovery-image] Dec 16 20:45:28.248 INFO O| Dec 16 20:45:28.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62772024-12-16T20:45:29.740Z[ recovery-image] Dec 16 20:45:28.248 INFO O| Dec 16 20:45:28.248 INFO STEP 634 (remove_files) COMPLETE
62782024-12-16T20:45:29.743Z[ recovery-image] Dec 16 20:45:28.248 INFO O| Dec 16 20:45:28.248 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-16T20:45:29.762Z[ recovery-image] Dec 16 20:45:28.270 INFO O| Dec 16 20:45:28.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62802024-12-16T20:45:29.782Z[ recovery-image] Dec 16 20:45:28.290 INFO O| Dec 16 20:45:28.290 INFO STEP 635 (remove_files) COMPLETE
62812024-12-16T20:45:29.782Z[ recovery-image] Dec 16 20:45:28.290 INFO O| Dec 16 20:45:28.290 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-16T20:45:29.815Z[ recovery-image] Dec 16 20:45:28.323 INFO O| Dec 16 20:45:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62832024-12-16T20:45:29.815Z[ recovery-image] Dec 16 20:45:28.324 INFO O| Dec 16 20:45:28.323 INFO STEP 636 (remove_files) COMPLETE
62842024-12-16T20:45:29.815Z[ recovery-image] Dec 16 20:45:28.324 INFO O| Dec 16 20:45:28.324 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-16T20:45:29.836Z[ recovery-image] Dec 16 20:45:28.344 INFO O| Dec 16 20:45:28.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62862024-12-16T20:45:29.836Z[ recovery-image] Dec 16 20:45:28.344 INFO O| Dec 16 20:45:28.344 INFO STEP 637 (remove_files) COMPLETE
62872024-12-16T20:45:29.836Z[ recovery-image] Dec 16 20:45:28.344 INFO O| Dec 16 20:45:28.344 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-16T20:45:29.856Z[ recovery-image] Dec 16 20:45:28.363 INFO O| Dec 16 20:45:28.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62892024-12-16T20:45:29.856Z[ recovery-image] Dec 16 20:45:28.363 INFO O| Dec 16 20:45:28.363 INFO STEP 638 (remove_files) COMPLETE
62902024-12-16T20:45:29.856Z[ recovery-image] Dec 16 20:45:28.363 INFO O| Dec 16 20:45:28.363 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-16T20:45:29.896Z[ recovery-image] Dec 16 20:45:28.404 INFO O| Dec 16 20:45:28.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62922024-12-16T20:45:29.896Z[ recovery-image] Dec 16 20:45:28.404 INFO O| Dec 16 20:45:28.404 INFO STEP 639 (remove_files) COMPLETE
62932024-12-16T20:45:29.896Z[ recovery-image] Dec 16 20:45:28.404 INFO O| Dec 16 20:45:28.404 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-16T20:45:29.917Z[ recovery-image] Dec 16 20:45:28.425 INFO O| Dec 16 20:45:28.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62952024-12-16T20:45:29.917Z[ recovery-image] Dec 16 20:45:28.425 INFO O| Dec 16 20:45:28.425 INFO STEP 640 (remove_files) COMPLETE
62962024-12-16T20:45:29.917Z[ recovery-image] Dec 16 20:45:28.425 INFO O| Dec 16 20:45:28.425 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-16T20:45:29.973Z[ recovery-image] Dec 16 20:45:28.481 INFO O| Dec 16 20:45:28.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62982024-12-16T20:45:29.976Z[ recovery-image] Dec 16 20:45:28.481 INFO O| Dec 16 20:45:28.481 INFO STEP 641 (remove_files) COMPLETE
62992024-12-16T20:45:29.976Z[ recovery-image] Dec 16 20:45:28.481 INFO O| Dec 16 20:45:28.481 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-16T20:45:29.992Z[ recovery-image] Dec 16 20:45:28.500 INFO O| Dec 16 20:45:28.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63012024-12-16T20:45:29.995Z[ recovery-image] Dec 16 20:45:28.500 INFO O| Dec 16 20:45:28.500 INFO STEP 642 (remove_files) COMPLETE
63022024-12-16T20:45:29.995Z[ recovery-image] Dec 16 20:45:28.501 INFO O| Dec 16 20:45:28.501 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-16T20:45:30.042Z[ recovery-image] Dec 16 20:45:28.550 INFO O| Dec 16 20:45:28.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63042024-12-16T20:45:30.043Z[ recovery-image] Dec 16 20:45:28.551 INFO O| Dec 16 20:45:28.551 INFO STEP 643 (remove_files) COMPLETE
63052024-12-16T20:45:30.046Z[ recovery-image] Dec 16 20:45:28.551 INFO O| Dec 16 20:45:28.551 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-16T20:45:30.072Z[ recovery-image] Dec 16 20:45:28.580 INFO O| Dec 16 20:45:28.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63072024-12-16T20:45:30.072Z[ recovery-image] Dec 16 20:45:28.581 INFO O| Dec 16 20:45:28.580 INFO STEP 644 (remove_files) COMPLETE
63082024-12-16T20:45:30.072Z[ recovery-image] Dec 16 20:45:28.581 INFO O| Dec 16 20:45:28.581 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-16T20:45:30.080Z[ host-image] Dec 16 20:45:28.588 INFO O| Dec 16 20:45:28.588 INFO O| Done
63102024-12-16T20:45:30.080Z[ host-image] Dec 16 20:45:28.588 INFO O| Dec 16 20:45:28.588 INFO O| Done
63112024-12-16T20:45:30.103Z[ recovery-image] Dec 16 20:45:28.604 INFO O| Dec 16 20:45:28.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63122024-12-16T20:45:30.106Z[ recovery-image] Dec 16 20:45:28.605 INFO O| Dec 16 20:45:28.605 INFO STEP 645 (remove_files) COMPLETE
63132024-12-16T20:45:30.106Z[ recovery-image] Dec 16 20:45:28.605 INFO O| Dec 16 20:45:28.605 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-12-16T20:45:30.125Z[ recovery-image] Dec 16 20:45:28.632 INFO O| Dec 16 20:45:28.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63152024-12-16T20:45:30.125Z[ recovery-image] Dec 16 20:45:28.632 INFO O| Dec 16 20:45:28.632 INFO STEP 646 (remove_files) COMPLETE
63162024-12-16T20:45:30.127Z[ recovery-image] Dec 16 20:45:28.632 INFO O| Dec 16 20:45:28.632 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-12-16T20:45:30.168Z[ recovery-image] Dec 16 20:45:28.675 INFO O| Dec 16 20:45:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63182024-12-16T20:45:30.171Z[ recovery-image] Dec 16 20:45:28.675 INFO O| Dec 16 20:45:28.675 INFO STEP 647 (remove_files) COMPLETE
63192024-12-16T20:45:30.171Z[ recovery-image] Dec 16 20:45:28.676 INFO O| Dec 16 20:45:28.676 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-12-16T20:45:30.226Z[ recovery-image] Dec 16 20:45:28.733 INFO O| Dec 16 20:45:28.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63212024-12-16T20:45:30.229Z[ recovery-image] Dec 16 20:45:28.733 INFO O| Dec 16 20:45:28.733 INFO STEP 648 (remove_files) COMPLETE
63222024-12-16T20:45:30.229Z[ recovery-image] Dec 16 20:45:28.733 INFO O| Dec 16 20:45:28.733 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-16T20:45:30.263Z[ recovery-image] Dec 16 20:45:28.771 INFO O| Dec 16 20:45:28.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63242024-12-16T20:45:30.265Z[ recovery-image] Dec 16 20:45:28.771 INFO O| Dec 16 20:45:28.771 INFO STEP 649 (remove_files) COMPLETE
63252024-12-16T20:45:30.265Z[ recovery-image] Dec 16 20:45:28.771 INFO O| Dec 16 20:45:28.771 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-16T20:45:30.284Z[ recovery-image] Dec 16 20:45:28.792 INFO O| Dec 16 20:45:28.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63272024-12-16T20:45:30.284Z[ recovery-image] Dec 16 20:45:28.792 INFO O| Dec 16 20:45:28.792 INFO STEP 650 (remove_files) COMPLETE
63282024-12-16T20:45:30.284Z[ recovery-image] Dec 16 20:45:28.792 INFO O| Dec 16 20:45:28.792 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-16T20:45:30.321Z[ recovery-image] Dec 16 20:45:28.829 INFO O| Dec 16 20:45:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63302024-12-16T20:45:30.321Z[ recovery-image] Dec 16 20:45:28.829 INFO O| Dec 16 20:45:28.829 INFO STEP 651 (remove_files) COMPLETE
63312024-12-16T20:45:30.324Z[ recovery-image] Dec 16 20:45:28.829 INFO O| Dec 16 20:45:28.829 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-16T20:45:30.343Z[ recovery-image] Dec 16 20:45:28.850 INFO O| Dec 16 20:45:28.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63332024-12-16T20:45:30.343Z[ recovery-image] Dec 16 20:45:28.851 INFO O| Dec 16 20:45:28.851 INFO STEP 652 (remove_files) COMPLETE
63342024-12-16T20:45:30.345Z[ recovery-image] Dec 16 20:45:28.851 INFO O| Dec 16 20:45:28.851 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-16T20:45:30.396Z[ recovery-image] Dec 16 20:45:28.903 INFO O| Dec 16 20:45:28.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63362024-12-16T20:45:30.399Z[ recovery-image] Dec 16 20:45:28.904 INFO O| Dec 16 20:45:28.904 INFO STEP 653 (remove_files) COMPLETE
63372024-12-16T20:45:30.399Z[ recovery-image] Dec 16 20:45:28.904 INFO O| Dec 16 20:45:28.904 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-16T20:45:30.439Z[ recovery-image] Dec 16 20:45:28.947 INFO O| Dec 16 20:45:28.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63392024-12-16T20:45:30.439Z[ recovery-image] Dec 16 20:45:28.947 INFO O| Dec 16 20:45:28.947 INFO STEP 654 (remove_files) COMPLETE
63402024-12-16T20:45:30.444Z[ recovery-image] Dec 16 20:45:28.947 INFO O| Dec 16 20:45:28.947 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-16T20:45:30.457Z[ recovery-image] Dec 16 20:45:28.965 INFO O| Dec 16 20:45:28.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63422024-12-16T20:45:30.457Z[ recovery-image] Dec 16 20:45:28.965 INFO O| Dec 16 20:45:28.965 INFO STEP 655 (remove_files) COMPLETE
63432024-12-16T20:45:30.460Z[ recovery-image] Dec 16 20:45:28.965 INFO O| Dec 16 20:45:28.965 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-16T20:45:30.479Z[ recovery-image] Dec 16 20:45:28.986 INFO O| Dec 16 20:45:28.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63452024-12-16T20:45:30.479Z[ recovery-image] Dec 16 20:45:28.986 INFO O| Dec 16 20:45:28.986 INFO STEP 656 (remove_files) COMPLETE
63462024-12-16T20:45:30.479Z[ recovery-image] Dec 16 20:45:28.986 INFO O| Dec 16 20:45:28.986 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-16T20:45:30.496Z[ recovery-image] Dec 16 20:45:29.004 INFO O| Dec 16 20:45:29.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63482024-12-16T20:45:30.496Z[ recovery-image] Dec 16 20:45:29.004 INFO O| Dec 16 20:45:29.004 INFO STEP 657 (remove_files) COMPLETE
63492024-12-16T20:45:30.496Z[ recovery-image] Dec 16 20:45:29.004 INFO O| Dec 16 20:45:29.004 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-16T20:45:30.533Z[ recovery-image] Dec 16 20:45:29.040 INFO O| Dec 16 20:45:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63512024-12-16T20:45:30.533Z[ recovery-image] Dec 16 20:45:29.040 INFO O| Dec 16 20:45:29.040 INFO STEP 658 (remove_files) COMPLETE
63522024-12-16T20:45:30.536Z[ recovery-image] Dec 16 20:45:29.040 INFO O| Dec 16 20:45:29.040 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-16T20:45:30.570Z[ recovery-image] Dec 16 20:45:29.078 INFO O| Dec 16 20:45:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63542024-12-16T20:45:30.570Z[ recovery-image] Dec 16 20:45:29.078 INFO O| Dec 16 20:45:29.078 INFO STEP 659 (remove_files) COMPLETE
63552024-12-16T20:45:30.570Z[ recovery-image] Dec 16 20:45:29.078 INFO O| Dec 16 20:45:29.078 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-16T20:45:30.625Z[ recovery-image] Dec 16 20:45:29.133 INFO O| Dec 16 20:45:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63572024-12-16T20:45:30.625Z[ recovery-image] Dec 16 20:45:29.133 INFO O| Dec 16 20:45:29.133 INFO STEP 660 (remove_files) COMPLETE
63582024-12-16T20:45:30.625Z[ recovery-image] Dec 16 20:45:29.133 INFO O| Dec 16 20:45:29.133 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-16T20:45:30.670Z[ recovery-image] Dec 16 20:45:29.177 INFO O| Dec 16 20:45:29.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63602024-12-16T20:45:30.670Z[ recovery-image] Dec 16 20:45:29.177 INFO O| Dec 16 20:45:29.177 INFO STEP 661 (remove_files) COMPLETE
63612024-12-16T20:45:30.673Z[ recovery-image] Dec 16 20:45:29.177 INFO O| Dec 16 20:45:29.177 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-16T20:45:30.707Z[ recovery-image] Dec 16 20:45:29.215 INFO O| Dec 16 20:45:29.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63632024-12-16T20:45:30.710Z[ recovery-image] Dec 16 20:45:29.215 INFO O| Dec 16 20:45:29.215 INFO STEP 662 (remove_files) COMPLETE
63642024-12-16T20:45:30.710Z[ recovery-image] Dec 16 20:45:29.215 INFO O| Dec 16 20:45:29.215 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-16T20:45:30.726Z[ recovery-image] Dec 16 20:45:29.233 INFO O| Dec 16 20:45:29.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63662024-12-16T20:45:30.728Z[ recovery-image] Dec 16 20:45:29.234 INFO O| Dec 16 20:45:29.234 INFO STEP 663 (remove_files) COMPLETE
63672024-12-16T20:45:30.728Z[ recovery-image] Dec 16 20:45:29.234 INFO O| Dec 16 20:45:29.234 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-16T20:45:30.744Z[ recovery-image] Dec 16 20:45:29.251 INFO O| Dec 16 20:45:29.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63692024-12-16T20:45:30.747Z[ recovery-image] Dec 16 20:45:29.252 INFO O| Dec 16 20:45:29.252 INFO STEP 664 (remove_files) COMPLETE
63702024-12-16T20:45:30.747Z[ recovery-image] Dec 16 20:45:29.252 INFO O| Dec 16 20:45:29.252 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-16T20:45:30.780Z[ recovery-image] Dec 16 20:45:29.287 INFO O| Dec 16 20:45:29.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63722024-12-16T20:45:30.780Z[ recovery-image] Dec 16 20:45:29.287 INFO O| Dec 16 20:45:29.287 INFO STEP 665 (remove_files) COMPLETE
63732024-12-16T20:45:30.780Z[ recovery-image] Dec 16 20:45:29.287 INFO O| Dec 16 20:45:29.287 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-16T20:45:30.827Z[ recovery-image] Dec 16 20:45:29.335 INFO O| Dec 16 20:45:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63752024-12-16T20:45:30.830Z[ recovery-image] Dec 16 20:45:29.335 INFO O| Dec 16 20:45:29.335 INFO STEP 666 (remove_files) COMPLETE
63762024-12-16T20:45:30.830Z[ recovery-image] Dec 16 20:45:29.335 INFO O| Dec 16 20:45:29.335 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-16T20:45:30.868Z[ recovery-image] Dec 16 20:45:29.376 INFO O| Dec 16 20:45:29.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63782024-12-16T20:45:30.868Z[ recovery-image] Dec 16 20:45:29.376 INFO O| Dec 16 20:45:29.376 INFO STEP 667 (remove_files) COMPLETE
63792024-12-16T20:45:30.868Z[ recovery-image] Dec 16 20:45:29.376 INFO O| Dec 16 20:45:29.376 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-16T20:45:30.888Z[ recovery-image] Dec 16 20:45:29.396 INFO O| Dec 16 20:45:29.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63812024-12-16T20:45:30.888Z[ recovery-image] Dec 16 20:45:29.396 INFO O| Dec 16 20:45:29.396 INFO STEP 668 (remove_files) COMPLETE
63822024-12-16T20:45:30.891Z[ recovery-image] Dec 16 20:45:29.396 INFO O| Dec 16 20:45:29.396 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-16T20:45:30.908Z[ recovery-image] Dec 16 20:45:29.415 INFO O| Dec 16 20:45:29.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63842024-12-16T20:45:30.908Z[ recovery-image] Dec 16 20:45:29.415 INFO O| Dec 16 20:45:29.415 INFO STEP 669 (remove_files) COMPLETE
63852024-12-16T20:45:30.913Z[ recovery-image] Dec 16 20:45:29.415 INFO O| Dec 16 20:45:29.415 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-16T20:45:30.927Z[ recovery-image] Dec 16 20:45:29.434 INFO O| Dec 16 20:45:29.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63872024-12-16T20:45:30.927Z[ recovery-image] Dec 16 20:45:29.434 INFO O| Dec 16 20:45:29.434 INFO STEP 670 (remove_files) COMPLETE
63882024-12-16T20:45:30.927Z[ recovery-image] Dec 16 20:45:29.434 INFO O| Dec 16 20:45:29.434 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-16T20:45:30.944Z[ recovery-image] Dec 16 20:45:29.452 INFO O| Dec 16 20:45:29.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63902024-12-16T20:45:30.944Z[ recovery-image] Dec 16 20:45:29.452 INFO O| Dec 16 20:45:29.452 INFO STEP 671 (remove_files) COMPLETE
63912024-12-16T20:45:30.944Z[ recovery-image] Dec 16 20:45:29.452 INFO O| Dec 16 20:45:29.452 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-16T20:45:30.962Z[ recovery-image] Dec 16 20:45:29.470 INFO O| Dec 16 20:45:29.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63932024-12-16T20:45:30.962Z[ recovery-image] Dec 16 20:45:29.470 INFO O| Dec 16 20:45:29.470 INFO STEP 672 (remove_files) COMPLETE
63942024-12-16T20:45:30.966Z[ recovery-image] Dec 16 20:45:29.470 INFO O| Dec 16 20:45:29.470 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-16T20:45:30.981Z[ recovery-image] Dec 16 20:45:29.489 INFO O| Dec 16 20:45:29.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63962024-12-16T20:45:30.981Z[ recovery-image] Dec 16 20:45:29.489 INFO O| Dec 16 20:45:29.489 INFO STEP 673 (remove_files) COMPLETE
63972024-12-16T20:45:30.981Z[ recovery-image] Dec 16 20:45:29.489 INFO O| Dec 16 20:45:29.489 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-16T20:45:30.999Z[ recovery-image] Dec 16 20:45:29.507 INFO O| Dec 16 20:45:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63992024-12-16T20:45:30.999Z[ recovery-image] Dec 16 20:45:29.507 INFO O| Dec 16 20:45:29.507 INFO STEP 674 (remove_files) COMPLETE
64002024-12-16T20:45:31.002Z[ recovery-image] Dec 16 20:45:29.507 INFO O| Dec 16 20:45:29.507 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-16T20:45:31.030Z[ recovery-image] Dec 16 20:45:29.537 INFO O| Dec 16 20:45:29.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64022024-12-16T20:45:31.030Z[ recovery-image] Dec 16 20:45:29.537 INFO O| Dec 16 20:45:29.537 INFO STEP 675 (remove_files) COMPLETE
64032024-12-16T20:45:31.030Z[ recovery-image] Dec 16 20:45:29.537 INFO O| Dec 16 20:45:29.537 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-16T20:45:31.071Z[ recovery-image] Dec 16 20:45:29.579 INFO O| Dec 16 20:45:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64052024-12-16T20:45:31.071Z[ recovery-image] Dec 16 20:45:29.579 INFO O| Dec 16 20:45:29.579 INFO STEP 676 (remove_files) COMPLETE
64062024-12-16T20:45:31.071Z[ recovery-image] Dec 16 20:45:29.579 INFO O| Dec 16 20:45:29.579 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-16T20:45:31.100Z[ recovery-image] Dec 16 20:45:29.607 INFO O| Dec 16 20:45:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64082024-12-16T20:45:31.100Z[ recovery-image] Dec 16 20:45:29.608 INFO O| Dec 16 20:45:29.607 INFO STEP 677 (remove_files) COMPLETE
64092024-12-16T20:45:31.100Z[ recovery-image] Dec 16 20:45:29.608 INFO O| Dec 16 20:45:29.608 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-16T20:45:31.116Z[ recovery-image] Dec 16 20:45:29.623 INFO O| Dec 16 20:45:29.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64112024-12-16T20:45:31.116Z[ recovery-image] Dec 16 20:45:29.623 INFO O| Dec 16 20:45:29.623 INFO STEP 678 (remove_files) COMPLETE
64122024-12-16T20:45:31.116Z[ recovery-image] Dec 16 20:45:29.624 INFO O| Dec 16 20:45:29.623 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-16T20:45:31.152Z[ recovery-image] Dec 16 20:45:29.655 INFO O| Dec 16 20:45:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64142024-12-16T20:45:31.152Z[ recovery-image] Dec 16 20:45:29.655 INFO O| Dec 16 20:45:29.655 INFO STEP 679 (remove_files) COMPLETE
64152024-12-16T20:45:31.158Z[ recovery-image] Dec 16 20:45:29.655 INFO O| Dec 16 20:45:29.655 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-16T20:45:31.165Z[ recovery-image] Dec 16 20:45:29.672 INFO O| Dec 16 20:45:29.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64172024-12-16T20:45:31.165Z[ recovery-image] Dec 16 20:45:29.672 INFO O| Dec 16 20:45:29.672 INFO STEP 680 (remove_files) COMPLETE
64182024-12-16T20:45:31.165Z[ recovery-image] Dec 16 20:45:29.672 INFO O| Dec 16 20:45:29.672 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-16T20:45:31.181Z[ recovery-image] Dec 16 20:45:29.688 INFO O| Dec 16 20:45:29.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64202024-12-16T20:45:31.181Z[ recovery-image] Dec 16 20:45:29.688 INFO O| Dec 16 20:45:29.688 INFO STEP 681 (remove_files) COMPLETE
64212024-12-16T20:45:31.181Z[ recovery-image] Dec 16 20:45:29.689 INFO O| Dec 16 20:45:29.688 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-16T20:45:31.197Z[ recovery-image] Dec 16 20:45:29.705 INFO O| Dec 16 20:45:29.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64232024-12-16T20:45:31.201Z[ recovery-image] Dec 16 20:45:29.709 INFO O| Dec 16 20:45:29.709 INFO STEP 682 (remove_files) COMPLETE
64242024-12-16T20:45:31.201Z[ recovery-image] Dec 16 20:45:29.709 INFO O| Dec 16 20:45:29.709 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-16T20:45:31.258Z[ recovery-image] Dec 16 20:45:29.766 INFO O| Dec 16 20:45:29.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64262024-12-16T20:45:31.258Z[ recovery-image] Dec 16 20:45:29.766 INFO O| Dec 16 20:45:29.766 INFO STEP 683 (remove_files) COMPLETE
64272024-12-16T20:45:31.258Z[ recovery-image] Dec 16 20:45:29.766 INFO O| Dec 16 20:45:29.766 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-16T20:45:31.301Z[ recovery-image] Dec 16 20:45:29.809 INFO O| Dec 16 20:45:29.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64292024-12-16T20:45:31.303Z[ recovery-image] Dec 16 20:45:29.809 INFO O| Dec 16 20:45:29.809 INFO STEP 684 (remove_files) COMPLETE
64302024-12-16T20:45:31.304Z[ recovery-image] Dec 16 20:45:29.809 INFO O| Dec 16 20:45:29.809 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-16T20:45:31.353Z[ recovery-image] Dec 16 20:45:29.860 INFO O| Dec 16 20:45:29.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64322024-12-16T20:45:31.353Z[ recovery-image] Dec 16 20:45:29.860 INFO O| Dec 16 20:45:29.860 INFO STEP 685 (remove_files) COMPLETE
64332024-12-16T20:45:31.353Z[ recovery-image] Dec 16 20:45:29.860 INFO O| Dec 16 20:45:29.860 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-16T20:45:31.371Z[ host-image] Dec 16 20:45:29.878 INFO O| Dec 16 20:45:29.878 INFO O| Done
64352024-12-16T20:45:31.387Z[ recovery-image] Dec 16 20:45:29.895 INFO O| Dec 16 20:45:29.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64362024-12-16T20:45:31.387Z[ recovery-image] Dec 16 20:45:29.895 INFO O| Dec 16 20:45:29.895 INFO STEP 686 (remove_files) COMPLETE
64372024-12-16T20:45:31.387Z[ recovery-image] Dec 16 20:45:29.895 INFO O| Dec 16 20:45:29.895 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-16T20:45:31.436Z[ recovery-image] Dec 16 20:45:29.943 INFO O| Dec 16 20:45:29.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64392024-12-16T20:45:31.436Z[ recovery-image] Dec 16 20:45:29.943 INFO O| Dec 16 20:45:29.943 INFO STEP 687 (remove_files) COMPLETE
64402024-12-16T20:45:31.436Z[ recovery-image] Dec 16 20:45:29.943 INFO O| Dec 16 20:45:29.943 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-16T20:45:31.488Z[ recovery-image] Dec 16 20:45:29.995 INFO O| Dec 16 20:45:29.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64422024-12-16T20:45:31.488Z[ recovery-image] Dec 16 20:45:29.995 INFO O| Dec 16 20:45:29.995 INFO STEP 688 (remove_files) COMPLETE
64432024-12-16T20:45:31.488Z[ recovery-image] Dec 16 20:45:29.995 INFO O| Dec 16 20:45:29.995 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-16T20:45:31.524Z[ recovery-image] Dec 16 20:45:30.031 INFO O| Dec 16 20:45:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64452024-12-16T20:45:31.524Z[ recovery-image] Dec 16 20:45:30.031 INFO O| Dec 16 20:45:30.031 INFO STEP 689 (remove_files) COMPLETE
64462024-12-16T20:45:31.524Z[ recovery-image] Dec 16 20:45:30.031 INFO O| Dec 16 20:45:30.031 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-16T20:45:31.559Z[ recovery-image] Dec 16 20:45:30.066 INFO O| Dec 16 20:45:30.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64482024-12-16T20:45:31.559Z[ recovery-image] Dec 16 20:45:30.066 INFO O| Dec 16 20:45:30.066 INFO STEP 690 (remove_files) COMPLETE
64492024-12-16T20:45:31.559Z[ recovery-image] Dec 16 20:45:30.066 INFO O| Dec 16 20:45:30.066 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-16T20:45:31.630Z[ recovery-image] Dec 16 20:45:30.137 INFO O| Dec 16 20:45:30.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64512024-12-16T20:45:31.630Z[ recovery-image] Dec 16 20:45:30.137 INFO O| Dec 16 20:45:30.137 INFO STEP 691 (remove_files) COMPLETE
64522024-12-16T20:45:31.630Z[ recovery-image] Dec 16 20:45:30.137 INFO O| Dec 16 20:45:30.137 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-16T20:45:31.650Z[ recovery-image] Dec 16 20:45:30.158 INFO O| Dec 16 20:45:30.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64542024-12-16T20:45:31.650Z[ recovery-image] Dec 16 20:45:30.158 INFO O| Dec 16 20:45:30.158 INFO STEP 692 (remove_files) COMPLETE
64552024-12-16T20:45:31.650Z[ recovery-image] Dec 16 20:45:30.158 INFO O| Dec 16 20:45:30.158 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-16T20:45:31.670Z[ recovery-image] Dec 16 20:45:30.177 INFO O| Dec 16 20:45:30.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64572024-12-16T20:45:31.670Z[ recovery-image] Dec 16 20:45:30.177 INFO O| Dec 16 20:45:30.177 INFO STEP 693 (remove_files) COMPLETE
64582024-12-16T20:45:31.671Z[ recovery-image] Dec 16 20:45:30.177 INFO O| Dec 16 20:45:30.177 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-16T20:45:31.699Z[ recovery-image] Dec 16 20:45:30.206 INFO O| Dec 16 20:45:30.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64602024-12-16T20:45:31.699Z[ recovery-image] Dec 16 20:45:30.206 INFO O| Dec 16 20:45:30.206 INFO STEP 694 (remove_files) COMPLETE
64612024-12-16T20:45:31.699Z[ recovery-image] Dec 16 20:45:30.206 INFO O| Dec 16 20:45:30.206 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-16T20:45:31.724Z[ recovery-image] Dec 16 20:45:30.231 INFO O| Dec 16 20:45:30.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64632024-12-16T20:45:31.726Z[ recovery-image] Dec 16 20:45:30.231 INFO O| Dec 16 20:45:30.231 INFO STEP 695 (remove_files) COMPLETE
64642024-12-16T20:45:31.726Z[ recovery-image] Dec 16 20:45:30.231 INFO O| Dec 16 20:45:30.231 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-16T20:45:31.743Z[ recovery-image] Dec 16 20:45:30.251 INFO O| Dec 16 20:45:30.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64662024-12-16T20:45:31.743Z[ recovery-image] Dec 16 20:45:30.251 INFO O| Dec 16 20:45:30.251 INFO STEP 696 (remove_files) COMPLETE
64672024-12-16T20:45:31.743Z[ recovery-image] Dec 16 20:45:30.251 INFO O| Dec 16 20:45:30.251 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-16T20:45:31.776Z[ recovery-image] Dec 16 20:45:30.284 INFO O| Dec 16 20:45:30.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64692024-12-16T20:45:31.776Z[ recovery-image] Dec 16 20:45:30.284 INFO O| Dec 16 20:45:30.284 INFO STEP 697 (remove_files) COMPLETE
64702024-12-16T20:45:31.780Z[ recovery-image] Dec 16 20:45:30.284 INFO O| Dec 16 20:45:30.284 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-16T20:45:31.816Z[ recovery-image] Dec 16 20:45:30.322 INFO O| Dec 16 20:45:30.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64722024-12-16T20:45:31.816Z[ recovery-image] Dec 16 20:45:30.322 INFO O| Dec 16 20:45:30.322 INFO STEP 698 (remove_files) COMPLETE
64732024-12-16T20:45:31.816Z[ recovery-image] Dec 16 20:45:30.322 INFO O| Dec 16 20:45:30.322 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-16T20:45:31.834Z[ recovery-image] Dec 16 20:45:30.342 INFO O| Dec 16 20:45:30.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64752024-12-16T20:45:31.834Z[ recovery-image] Dec 16 20:45:30.342 INFO O| Dec 16 20:45:30.342 INFO STEP 699 (remove_files) COMPLETE
64762024-12-16T20:45:31.834Z[ recovery-image] Dec 16 20:45:30.342 INFO O| Dec 16 20:45:30.342 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-16T20:45:31.853Z[ recovery-image] Dec 16 20:45:30.361 INFO O| Dec 16 20:45:30.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64782024-12-16T20:45:31.853Z[ recovery-image] Dec 16 20:45:30.361 INFO O| Dec 16 20:45:30.361 INFO STEP 700 (remove_files) COMPLETE
64792024-12-16T20:45:31.853Z[ recovery-image] Dec 16 20:45:30.361 INFO O| Dec 16 20:45:30.361 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-16T20:45:31.900Z[ recovery-image] Dec 16 20:45:30.408 INFO O| Dec 16 20:45:30.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64812024-12-16T20:45:31.903Z[ recovery-image] Dec 16 20:45:30.408 INFO O| Dec 16 20:45:30.408 INFO STEP 701 (remove_files) COMPLETE
64822024-12-16T20:45:31.903Z[ recovery-image] Dec 16 20:45:30.408 INFO O| Dec 16 20:45:30.408 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-16T20:45:31.923Z[ recovery-image] Dec 16 20:45:30.431 INFO O| Dec 16 20:45:30.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64842024-12-16T20:45:31.927Z[ recovery-image] Dec 16 20:45:30.431 INFO O| Dec 16 20:45:30.431 INFO STEP 702 (remove_files) COMPLETE
64852024-12-16T20:45:31.927Z[ recovery-image] Dec 16 20:45:30.431 INFO O| Dec 16 20:45:30.431 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-16T20:45:31.972Z[ recovery-image] Dec 16 20:45:30.480 INFO O| Dec 16 20:45:30.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64872024-12-16T20:45:31.975Z[ recovery-image] Dec 16 20:45:30.480 INFO O| Dec 16 20:45:30.480 INFO STEP 703 (remove_files) COMPLETE
64882024-12-16T20:45:31.975Z[ recovery-image] Dec 16 20:45:30.480 INFO O| Dec 16 20:45:30.480 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-16T20:45:32.022Z[ recovery-image] Dec 16 20:45:30.530 INFO O| Dec 16 20:45:30.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64902024-12-16T20:45:32.022Z[ recovery-image] Dec 16 20:45:30.530 INFO O| Dec 16 20:45:30.530 INFO STEP 704 (remove_files) COMPLETE
64912024-12-16T20:45:32.025Z[ recovery-image] Dec 16 20:45:30.530 INFO O| Dec 16 20:45:30.530 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-16T20:45:32.063Z[ recovery-image] Dec 16 20:45:30.570 INFO O| Dec 16 20:45:30.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64932024-12-16T20:45:32.066Z[ recovery-image] Dec 16 20:45:30.571 INFO O| Dec 16 20:45:30.570 INFO STEP 705 (remove_files) COMPLETE
64942024-12-16T20:45:32.066Z[ recovery-image] Dec 16 20:45:30.571 INFO O| Dec 16 20:45:30.571 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-16T20:45:32.097Z[ recovery-image] Dec 16 20:45:30.605 INFO O| Dec 16 20:45:30.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64962024-12-16T20:45:32.097Z[ recovery-image] Dec 16 20:45:30.605 INFO O| Dec 16 20:45:30.605 INFO STEP 706 (remove_files) COMPLETE
64972024-12-16T20:45:32.097Z[ recovery-image] Dec 16 20:45:30.605 INFO O| Dec 16 20:45:30.605 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-16T20:45:32.117Z[ recovery-image] Dec 16 20:45:30.624 INFO O| Dec 16 20:45:30.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64992024-12-16T20:45:32.117Z[ recovery-image] Dec 16 20:45:30.625 INFO O| Dec 16 20:45:30.624 INFO STEP 707 (remove_files) COMPLETE
65002024-12-16T20:45:32.117Z[ recovery-image] Dec 16 20:45:30.625 INFO O| Dec 16 20:45:30.624 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-16T20:45:32.149Z[ recovery-image] Dec 16 20:45:30.656 INFO O| Dec 16 20:45:30.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65022024-12-16T20:45:32.149Z[ recovery-image] Dec 16 20:45:30.656 INFO O| Dec 16 20:45:30.656 INFO STEP 708 (remove_files) COMPLETE
65032024-12-16T20:45:32.149Z[ recovery-image] Dec 16 20:45:30.656 INFO O| Dec 16 20:45:30.656 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-16T20:45:32.182Z[ recovery-image] Dec 16 20:45:30.689 INFO O| Dec 16 20:45:30.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65052024-12-16T20:45:32.182Z[ recovery-image] Dec 16 20:45:30.689 INFO O| Dec 16 20:45:30.689 INFO STEP 709 (remove_files) COMPLETE
65062024-12-16T20:45:32.185Z[ recovery-image] Dec 16 20:45:30.689 INFO O| Dec 16 20:45:30.689 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-16T20:45:32.223Z[ recovery-image] Dec 16 20:45:30.730 INFO O| Dec 16 20:45:30.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65082024-12-16T20:45:32.223Z[ recovery-image] Dec 16 20:45:30.731 INFO O| Dec 16 20:45:30.730 INFO STEP 710 (remove_files) COMPLETE
65092024-12-16T20:45:32.223Z[ recovery-image] Dec 16 20:45:30.731 INFO O| Dec 16 20:45:30.730 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-16T20:45:32.264Z[ recovery-image] Dec 16 20:45:30.771 INFO O| Dec 16 20:45:30.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65112024-12-16T20:45:32.264Z[ recovery-image] Dec 16 20:45:30.771 INFO O| Dec 16 20:45:30.771 INFO STEP 711 (remove_files) COMPLETE
65122024-12-16T20:45:32.264Z[ recovery-image] Dec 16 20:45:30.771 INFO O| Dec 16 20:45:30.771 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-16T20:45:32.282Z[ recovery-image] Dec 16 20:45:30.790 INFO O| Dec 16 20:45:30.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65142024-12-16T20:45:32.282Z[ recovery-image] Dec 16 20:45:30.790 INFO O| Dec 16 20:45:30.790 INFO STEP 712 (remove_files) COMPLETE
65152024-12-16T20:45:32.285Z[ recovery-image] Dec 16 20:45:30.790 INFO O| Dec 16 20:45:30.790 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-16T20:45:32.301Z[ recovery-image] Dec 16 20:45:30.808 INFO O| Dec 16 20:45:30.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65172024-12-16T20:45:32.301Z[ recovery-image] Dec 16 20:45:30.808 INFO O| Dec 16 20:45:30.808 INFO STEP 713 (remove_files) COMPLETE
65182024-12-16T20:45:32.301Z[ recovery-image] Dec 16 20:45:30.808 INFO O| Dec 16 20:45:30.808 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-16T20:45:32.319Z[ recovery-image] Dec 16 20:45:30.826 INFO O| Dec 16 20:45:30.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65202024-12-16T20:45:32.319Z[ recovery-image] Dec 16 20:45:30.826 INFO O| Dec 16 20:45:30.826 INFO STEP 714 (remove_files) COMPLETE
65212024-12-16T20:45:32.319Z[ recovery-image] Dec 16 20:45:30.826 INFO O| Dec 16 20:45:30.826 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-16T20:45:32.338Z[ recovery-image] Dec 16 20:45:30.845 INFO O| Dec 16 20:45:30.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65232024-12-16T20:45:32.338Z[ recovery-image] Dec 16 20:45:30.845 INFO O| Dec 16 20:45:30.845 INFO STEP 715 (remove_files) COMPLETE
65242024-12-16T20:45:32.338Z[ recovery-image] Dec 16 20:45:30.845 INFO O| Dec 16 20:45:30.845 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-16T20:45:32.357Z[ recovery-image] Dec 16 20:45:30.865 INFO O| Dec 16 20:45:30.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65262024-12-16T20:45:32.360Z[ recovery-image] Dec 16 20:45:30.866 INFO O| Dec 16 20:45:30.866 INFO STEP 716 (remove_files) COMPLETE
65272024-12-16T20:45:32.360Z[ recovery-image] Dec 16 20:45:30.866 INFO O| Dec 16 20:45:30.866 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-16T20:45:32.384Z[ recovery-image] Dec 16 20:45:30.892 INFO O| Dec 16 20:45:30.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65292024-12-16T20:45:32.384Z[ recovery-image] Dec 16 20:45:30.892 INFO O| Dec 16 20:45:30.892 INFO STEP 717 (remove_files) COMPLETE
65302024-12-16T20:45:32.387Z[ recovery-image] Dec 16 20:45:30.892 INFO O| Dec 16 20:45:30.892 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-16T20:45:32.419Z[ recovery-image] Dec 16 20:45:30.927 INFO O| Dec 16 20:45:30.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65322024-12-16T20:45:32.419Z[ recovery-image] Dec 16 20:45:30.927 INFO O| Dec 16 20:45:30.927 INFO STEP 718 (remove_files) COMPLETE
65332024-12-16T20:45:32.419Z[ recovery-image] Dec 16 20:45:30.927 INFO O| Dec 16 20:45:30.927 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-16T20:45:32.441Z[ recovery-image] Dec 16 20:45:30.949 INFO O| Dec 16 20:45:30.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65352024-12-16T20:45:32.441Z[ recovery-image] Dec 16 20:45:30.949 INFO O| Dec 16 20:45:30.949 INFO STEP 719 (remove_files) COMPLETE
65362024-12-16T20:45:32.444Z[ recovery-image] Dec 16 20:45:30.949 INFO O| Dec 16 20:45:30.949 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-16T20:45:32.461Z[ recovery-image] Dec 16 20:45:30.967 INFO O| Dec 16 20:45:30.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65382024-12-16T20:45:32.461Z[ recovery-image] Dec 16 20:45:30.967 INFO O| Dec 16 20:45:30.967 INFO STEP 720 (remove_files) COMPLETE
65392024-12-16T20:45:32.461Z[ recovery-image] Dec 16 20:45:30.967 INFO O| Dec 16 20:45:30.967 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-16T20:45:32.478Z[ recovery-image] Dec 16 20:45:30.986 INFO O| Dec 16 20:45:30.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65412024-12-16T20:45:32.478Z[ recovery-image] Dec 16 20:45:30.986 INFO O| Dec 16 20:45:30.986 INFO STEP 721 (remove_files) COMPLETE
65422024-12-16T20:45:32.478Z[ recovery-image] Dec 16 20:45:30.986 INFO O| Dec 16 20:45:30.986 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-16T20:45:32.514Z[ recovery-image] Dec 16 20:45:31.022 INFO O| Dec 16 20:45:31.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65442024-12-16T20:45:32.514Z[ recovery-image] Dec 16 20:45:31.022 INFO O| Dec 16 20:45:31.022 INFO STEP 722 (remove_files) COMPLETE
65452024-12-16T20:45:32.514Z[ recovery-image] Dec 16 20:45:31.022 INFO O| Dec 16 20:45:31.022 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-16T20:45:32.535Z[ recovery-image] Dec 16 20:45:31.042 INFO O| Dec 16 20:45:31.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65472024-12-16T20:45:32.535Z[ recovery-image] Dec 16 20:45:31.042 INFO O| Dec 16 20:45:31.042 INFO STEP 723 (remove_files) COMPLETE
65482024-12-16T20:45:32.537Z[ recovery-image] Dec 16 20:45:31.042 INFO O| Dec 16 20:45:31.042 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-16T20:45:32.554Z[ recovery-image] Dec 16 20:45:31.061 INFO O| Dec 16 20:45:31.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65502024-12-16T20:45:32.554Z[ recovery-image] Dec 16 20:45:31.061 INFO O| Dec 16 20:45:31.061 INFO STEP 724 (remove_files) COMPLETE
65512024-12-16T20:45:32.556Z[ recovery-image] Dec 16 20:45:31.061 INFO O| Dec 16 20:45:31.061 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-16T20:45:32.572Z[ recovery-image] Dec 16 20:45:31.079 INFO O| Dec 16 20:45:31.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65532024-12-16T20:45:32.582Z[ recovery-image] Dec 16 20:45:31.090 INFO O| Dec 16 20:45:31.090 INFO STEP 725 (remove_files) COMPLETE
65542024-12-16T20:45:32.582Z[ recovery-image] Dec 16 20:45:31.090 INFO O| Dec 16 20:45:31.090 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-16T20:45:32.604Z[ recovery-image] Dec 16 20:45:31.111 INFO O| Dec 16 20:45:31.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65562024-12-16T20:45:32.607Z[ recovery-image] Dec 16 20:45:31.111 INFO O| Dec 16 20:45:31.111 INFO STEP 726 (remove_files) COMPLETE
65572024-12-16T20:45:32.607Z[ recovery-image] Dec 16 20:45:31.112 INFO O| Dec 16 20:45:31.112 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-16T20:45:32.623Z[ recovery-image] Dec 16 20:45:31.131 INFO O| Dec 16 20:45:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65592024-12-16T20:45:32.645Z[ recovery-image] Dec 16 20:45:31.153 INFO O| Dec 16 20:45:31.153 INFO STEP 727 (remove_files) COMPLETE
65602024-12-16T20:45:32.645Z[ recovery-image] Dec 16 20:45:31.153 INFO O| Dec 16 20:45:31.153 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-16T20:45:32.665Z[ recovery-image] Dec 16 20:45:31.172 INFO O| Dec 16 20:45:31.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65622024-12-16T20:45:32.665Z[ recovery-image] Dec 16 20:45:31.172 INFO O| Dec 16 20:45:31.172 INFO STEP 728 (remove_files) COMPLETE
65632024-12-16T20:45:32.667Z[ recovery-image] Dec 16 20:45:31.173 INFO O| Dec 16 20:45:31.172 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-16T20:45:32.685Z[ recovery-image] Dec 16 20:45:31.192 INFO O| Dec 16 20:45:31.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65652024-12-16T20:45:32.687Z[ recovery-image] Dec 16 20:45:31.192 INFO O| Dec 16 20:45:31.192 INFO STEP 729 (remove_files) COMPLETE
65662024-12-16T20:45:32.687Z[ recovery-image] Dec 16 20:45:31.192 INFO O| Dec 16 20:45:31.192 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-16T20:45:32.706Z[ recovery-image] Dec 16 20:45:31.214 INFO O| Dec 16 20:45:31.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65682024-12-16T20:45:32.709Z[ recovery-image] Dec 16 20:45:31.214 INFO O| Dec 16 20:45:31.214 INFO STEP 730 (remove_files) COMPLETE
65692024-12-16T20:45:32.710Z[ recovery-image] Dec 16 20:45:31.214 INFO O| Dec 16 20:45:31.214 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-16T20:45:32.726Z[ recovery-image] Dec 16 20:45:31.234 INFO O| Dec 16 20:45:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65712024-12-16T20:45:32.729Z[ recovery-image] Dec 16 20:45:31.234 INFO O| Dec 16 20:45:31.234 INFO STEP 731 (remove_files) COMPLETE
65722024-12-16T20:45:32.729Z[ recovery-image] Dec 16 20:45:31.234 INFO O| Dec 16 20:45:31.234 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-16T20:45:32.747Z[ recovery-image] Dec 16 20:45:31.254 INFO O| Dec 16 20:45:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65742024-12-16T20:45:32.750Z[ recovery-image] Dec 16 20:45:31.255 INFO O| Dec 16 20:45:31.255 INFO STEP 732 (remove_files) COMPLETE
65752024-12-16T20:45:32.750Z[ recovery-image] Dec 16 20:45:31.255 INFO O| Dec 16 20:45:31.255 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-16T20:45:32.768Z[ recovery-image] Dec 16 20:45:31.275 INFO O| Dec 16 20:45:31.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65772024-12-16T20:45:32.770Z[ recovery-image] Dec 16 20:45:31.275 INFO O| Dec 16 20:45:31.275 INFO STEP 733 (remove_files) COMPLETE
65782024-12-16T20:45:32.770Z[ recovery-image] Dec 16 20:45:31.276 INFO O| Dec 16 20:45:31.275 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-16T20:45:32.788Z[ recovery-image] Dec 16 20:45:31.295 INFO O| Dec 16 20:45:31.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65802024-12-16T20:45:32.791Z[ recovery-image] Dec 16 20:45:31.295 INFO O| Dec 16 20:45:31.295 INFO STEP 734 (remove_files) COMPLETE
65812024-12-16T20:45:32.791Z[ recovery-image] Dec 16 20:45:31.296 INFO O| Dec 16 20:45:31.295 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-16T20:45:32.808Z[ recovery-image] Dec 16 20:45:31.315 INFO O| Dec 16 20:45:31.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65832024-12-16T20:45:32.811Z[ recovery-image] Dec 16 20:45:31.316 INFO O| Dec 16 20:45:31.315 INFO STEP 735 (remove_files) COMPLETE
65842024-12-16T20:45:32.811Z[ recovery-image] Dec 16 20:45:31.316 INFO O| Dec 16 20:45:31.316 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-16T20:45:32.828Z[ recovery-image] Dec 16 20:45:31.336 INFO O| Dec 16 20:45:31.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65862024-12-16T20:45:32.831Z[ recovery-image] Dec 16 20:45:31.336 INFO O| Dec 16 20:45:31.336 INFO STEP 736 (remove_files) COMPLETE
65872024-12-16T20:45:32.831Z[ recovery-image] Dec 16 20:45:31.336 INFO O| Dec 16 20:45:31.336 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-16T20:45:32.848Z[ recovery-image] Dec 16 20:45:31.355 INFO O| Dec 16 20:45:31.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65892024-12-16T20:45:32.850Z[ recovery-image] Dec 16 20:45:31.355 INFO O| Dec 16 20:45:31.355 INFO STEP 737 (remove_files) COMPLETE
65902024-12-16T20:45:32.850Z[ recovery-image] Dec 16 20:45:31.356 INFO O| Dec 16 20:45:31.356 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-16T20:45:32.868Z[ recovery-image] Dec 16 20:45:31.375 INFO O| Dec 16 20:45:31.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65922024-12-16T20:45:32.870Z[ recovery-image] Dec 16 20:45:31.375 INFO O| Dec 16 20:45:31.375 INFO STEP 738 (remove_files) COMPLETE
65932024-12-16T20:45:32.871Z[ recovery-image] Dec 16 20:45:31.375 INFO O| Dec 16 20:45:31.375 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-16T20:45:32.887Z[ recovery-image] Dec 16 20:45:31.394 INFO O| Dec 16 20:45:31.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65952024-12-16T20:45:32.890Z[ recovery-image] Dec 16 20:45:31.395 INFO O| Dec 16 20:45:31.395 INFO STEP 739 (remove_files) COMPLETE
65962024-12-16T20:45:32.890Z[ recovery-image] Dec 16 20:45:31.395 INFO O| Dec 16 20:45:31.395 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-16T20:45:32.905Z[ recovery-image] Dec 16 20:45:31.413 INFO O| Dec 16 20:45:31.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65982024-12-16T20:45:32.908Z[ recovery-image] Dec 16 20:45:31.413 INFO O| Dec 16 20:45:31.413 INFO STEP 740 (remove_files) COMPLETE
65992024-12-16T20:45:32.908Z[ recovery-image] Dec 16 20:45:31.413 INFO O| Dec 16 20:45:31.413 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-16T20:45:32.924Z[ recovery-image] Dec 16 20:45:31.431 INFO O| Dec 16 20:45:31.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66012024-12-16T20:45:32.927Z[ recovery-image] Dec 16 20:45:31.432 INFO O| Dec 16 20:45:31.432 INFO STEP 741 (remove_files) COMPLETE
66022024-12-16T20:45:32.927Z[ recovery-image] Dec 16 20:45:31.432 INFO O| Dec 16 20:45:31.432 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-16T20:45:32.944Z[ recovery-image] Dec 16 20:45:31.450 INFO O| Dec 16 20:45:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66042024-12-16T20:45:32.947Z[ recovery-image] Dec 16 20:45:31.450 INFO O| Dec 16 20:45:31.450 INFO STEP 742 (remove_files) COMPLETE
66052024-12-16T20:45:32.947Z[ recovery-image] Dec 16 20:45:31.450 INFO O| Dec 16 20:45:31.450 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-16T20:45:32.960Z[ recovery-image] Dec 16 20:45:31.468 INFO O| Dec 16 20:45:31.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66072024-12-16T20:45:32.963Z[ recovery-image] Dec 16 20:45:31.468 INFO O| Dec 16 20:45:31.468 INFO STEP 743 (remove_files) COMPLETE
66082024-12-16T20:45:32.963Z[ recovery-image] Dec 16 20:45:31.468 INFO O| Dec 16 20:45:31.468 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-16T20:45:32.978Z[ recovery-image] Dec 16 20:45:31.486 INFO O| Dec 16 20:45:31.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66102024-12-16T20:45:32.981Z[ recovery-image] Dec 16 20:45:31.486 INFO O| Dec 16 20:45:31.486 INFO STEP 744 (remove_files) COMPLETE
66112024-12-16T20:45:32.981Z[ recovery-image] Dec 16 20:45:31.486 INFO O| Dec 16 20:45:31.486 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-16T20:45:32.998Z[ recovery-image] Dec 16 20:45:31.505 INFO O| Dec 16 20:45:31.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66132024-12-16T20:45:33.001Z[ recovery-image] Dec 16 20:45:31.505 INFO O| Dec 16 20:45:31.505 INFO STEP 745 (remove_files) COMPLETE
66142024-12-16T20:45:33.001Z[ recovery-image] Dec 16 20:45:31.505 INFO O| Dec 16 20:45:31.505 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-16T20:45:33.019Z[ recovery-image] Dec 16 20:45:31.526 INFO O| Dec 16 20:45:31.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66162024-12-16T20:45:33.022Z[ recovery-image] Dec 16 20:45:31.526 INFO O| Dec 16 20:45:31.526 INFO STEP 746 (remove_files) COMPLETE
66172024-12-16T20:45:33.022Z[ recovery-image] Dec 16 20:45:31.526 INFO O| Dec 16 20:45:31.526 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-16T20:45:33.040Z[ recovery-image] Dec 16 20:45:31.548 INFO O| Dec 16 20:45:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66192024-12-16T20:45:33.044Z[ recovery-image] Dec 16 20:45:31.548 INFO O| Dec 16 20:45:31.548 INFO STEP 747 (remove_files) COMPLETE
66202024-12-16T20:45:33.044Z[ recovery-image] Dec 16 20:45:31.548 INFO O| Dec 16 20:45:31.548 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-16T20:45:33.077Z[ recovery-image] Dec 16 20:45:31.585 INFO O| Dec 16 20:45:31.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66222024-12-16T20:45:33.078Z[ recovery-image] Dec 16 20:45:31.585 INFO O| Dec 16 20:45:31.585 INFO STEP 748 (remove_files) COMPLETE
66232024-12-16T20:45:33.078Z[ recovery-image] Dec 16 20:45:31.585 INFO O| Dec 16 20:45:31.585 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-16T20:45:33.097Z[ recovery-image] Dec 16 20:45:31.604 INFO O| Dec 16 20:45:31.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66252024-12-16T20:45:33.097Z[ recovery-image] Dec 16 20:45:31.604 INFO O| Dec 16 20:45:31.604 INFO STEP 749 (remove_files) COMPLETE
66262024-12-16T20:45:33.099Z[ recovery-image] Dec 16 20:45:31.604 INFO O| Dec 16 20:45:31.604 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-16T20:45:33.118Z[ recovery-image] Dec 16 20:45:31.625 INFO O| Dec 16 20:45:31.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66282024-12-16T20:45:33.120Z[ recovery-image] Dec 16 20:45:31.626 INFO O| Dec 16 20:45:31.625 INFO STEP 750 (remove_files) COMPLETE
66292024-12-16T20:45:33.120Z[ recovery-image] Dec 16 20:45:31.626 INFO O| Dec 16 20:45:31.626 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-16T20:45:33.147Z[ recovery-image] Dec 16 20:45:31.654 INFO O| Dec 16 20:45:31.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66312024-12-16T20:45:33.151Z[ recovery-image] Dec 16 20:45:31.655 INFO O| Dec 16 20:45:31.654 INFO STEP 751 (remove_files) COMPLETE
66322024-12-16T20:45:33.151Z[ recovery-image] Dec 16 20:45:31.655 INFO O| Dec 16 20:45:31.655 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-16T20:45:33.166Z[ recovery-image] Dec 16 20:45:31.673 INFO O| Dec 16 20:45:31.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66342024-12-16T20:45:33.169Z[ recovery-image] Dec 16 20:45:31.673 INFO O| Dec 16 20:45:31.673 INFO STEP 752 (remove_files) COMPLETE
66352024-12-16T20:45:33.169Z[ recovery-image] Dec 16 20:45:31.674 INFO O| Dec 16 20:45:31.674 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-16T20:45:33.184Z[ recovery-image] Dec 16 20:45:31.692 INFO O| Dec 16 20:45:31.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66372024-12-16T20:45:33.187Z[ recovery-image] Dec 16 20:45:31.692 INFO O| Dec 16 20:45:31.692 INFO STEP 753 (remove_files) COMPLETE
66382024-12-16T20:45:33.187Z[ recovery-image] Dec 16 20:45:31.692 INFO O| Dec 16 20:45:31.692 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-16T20:45:33.205Z[ recovery-image] Dec 16 20:45:31.711 INFO O| Dec 16 20:45:31.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66402024-12-16T20:45:33.205Z[ recovery-image] Dec 16 20:45:31.711 INFO O| Dec 16 20:45:31.711 INFO STEP 754 (remove_files) COMPLETE
66412024-12-16T20:45:33.205Z[ recovery-image] Dec 16 20:45:31.711 INFO O| Dec 16 20:45:31.711 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-16T20:45:33.223Z[ recovery-image] Dec 16 20:45:31.730 INFO O| Dec 16 20:45:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66432024-12-16T20:45:33.224Z[ recovery-image] Dec 16 20:45:31.730 INFO O| Dec 16 20:45:31.730 INFO STEP 755 (remove_files) COMPLETE
66442024-12-16T20:45:33.226Z[ recovery-image] Dec 16 20:45:31.730 INFO O| Dec 16 20:45:31.730 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-16T20:45:33.241Z[ recovery-image] Dec 16 20:45:31.749 INFO O| Dec 16 20:45:31.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66462024-12-16T20:45:33.244Z[ recovery-image] Dec 16 20:45:31.749 INFO O| Dec 16 20:45:31.749 INFO STEP 756 (remove_files) COMPLETE
66472024-12-16T20:45:33.244Z[ recovery-image] Dec 16 20:45:31.749 INFO O| Dec 16 20:45:31.749 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-16T20:45:33.260Z[ recovery-image] Dec 16 20:45:31.766 INFO O| Dec 16 20:45:31.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66492024-12-16T20:45:33.260Z[ recovery-image] Dec 16 20:45:31.766 INFO O| Dec 16 20:45:31.766 INFO STEP 757 (remove_files) COMPLETE
66502024-12-16T20:45:33.260Z[ recovery-image] Dec 16 20:45:31.767 INFO O| Dec 16 20:45:31.766 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-16T20:45:33.279Z[ recovery-image] Dec 16 20:45:31.785 INFO O| Dec 16 20:45:31.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66522024-12-16T20:45:33.279Z[ recovery-image] Dec 16 20:45:31.785 INFO O| Dec 16 20:45:31.785 INFO STEP 758 (remove_files) COMPLETE
66532024-12-16T20:45:33.279Z[ recovery-image] Dec 16 20:45:31.785 INFO O| Dec 16 20:45:31.785 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-16T20:45:33.297Z[ recovery-image] Dec 16 20:45:31.804 INFO O| Dec 16 20:45:31.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66552024-12-16T20:45:33.297Z[ recovery-image] Dec 16 20:45:31.804 INFO O| Dec 16 20:45:31.804 INFO STEP 759 (remove_files) COMPLETE
66562024-12-16T20:45:33.297Z[ recovery-image] Dec 16 20:45:31.804 INFO O| Dec 16 20:45:31.804 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-16T20:45:33.315Z[ recovery-image] Dec 16 20:45:31.822 INFO O| Dec 16 20:45:31.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66582024-12-16T20:45:33.315Z[ recovery-image] Dec 16 20:45:31.822 INFO O| Dec 16 20:45:31.822 INFO STEP 760 (remove_files) COMPLETE
66592024-12-16T20:45:33.315Z[ recovery-image] Dec 16 20:45:31.822 INFO O| Dec 16 20:45:31.822 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-16T20:45:33.333Z[ recovery-image] Dec 16 20:45:31.840 INFO O| Dec 16 20:45:31.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66612024-12-16T20:45:33.333Z[ recovery-image] Dec 16 20:45:31.840 INFO O| Dec 16 20:45:31.840 INFO STEP 761 (remove_files) COMPLETE
66622024-12-16T20:45:33.333Z[ recovery-image] Dec 16 20:45:31.840 INFO O| Dec 16 20:45:31.840 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-16T20:45:33.351Z[ recovery-image] Dec 16 20:45:31.858 INFO O| Dec 16 20:45:31.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66642024-12-16T20:45:33.352Z[ recovery-image] Dec 16 20:45:31.858 INFO O| Dec 16 20:45:31.858 INFO STEP 762 (remove_files) COMPLETE
66652024-12-16T20:45:33.352Z[ recovery-image] Dec 16 20:45:31.858 INFO O| Dec 16 20:45:31.858 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-16T20:45:33.369Z[ recovery-image] Dec 16 20:45:31.876 INFO O| Dec 16 20:45:31.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66672024-12-16T20:45:33.369Z[ recovery-image] Dec 16 20:45:31.876 INFO O| Dec 16 20:45:31.876 INFO STEP 763 (remove_files) COMPLETE
66682024-12-16T20:45:33.369Z[ recovery-image] Dec 16 20:45:31.876 INFO O| Dec 16 20:45:31.876 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-16T20:45:33.387Z[ recovery-image] Dec 16 20:45:31.894 INFO O| Dec 16 20:45:31.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66702024-12-16T20:45:33.387Z[ recovery-image] Dec 16 20:45:31.894 INFO O| Dec 16 20:45:31.894 INFO STEP 764 (remove_files) COMPLETE
66712024-12-16T20:45:33.387Z[ recovery-image] Dec 16 20:45:31.894 INFO O| Dec 16 20:45:31.894 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-16T20:45:33.412Z[ recovery-image] Dec 16 20:45:31.919 INFO O| Dec 16 20:45:31.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66732024-12-16T20:45:33.412Z[ recovery-image] Dec 16 20:45:31.919 INFO O| Dec 16 20:45:31.919 INFO STEP 765 (remove_files) COMPLETE
66742024-12-16T20:45:33.414Z[ recovery-image] Dec 16 20:45:31.919 INFO O| Dec 16 20:45:31.919 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-16T20:45:33.432Z[ recovery-image] Dec 16 20:45:31.939 INFO O| Dec 16 20:45:31.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66762024-12-16T20:45:33.432Z[ recovery-image] Dec 16 20:45:31.939 INFO O| Dec 16 20:45:31.939 INFO STEP 766 (remove_files) COMPLETE
66772024-12-16T20:45:33.432Z[ recovery-image] Dec 16 20:45:31.939 INFO O| Dec 16 20:45:31.939 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-16T20:45:33.453Z[ recovery-image] Dec 16 20:45:31.959 INFO O| Dec 16 20:45:31.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66792024-12-16T20:45:33.453Z[ recovery-image] Dec 16 20:45:31.959 INFO O| Dec 16 20:45:31.959 INFO STEP 767 (remove_files) COMPLETE
66802024-12-16T20:45:33.453Z[ recovery-image] Dec 16 20:45:31.959 INFO O| Dec 16 20:45:31.959 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-16T20:45:33.470Z[ recovery-image] Dec 16 20:45:31.978 INFO O| Dec 16 20:45:31.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66822024-12-16T20:45:33.470Z[ recovery-image] Dec 16 20:45:31.978 INFO O| Dec 16 20:45:31.978 INFO STEP 768 (remove_files) COMPLETE
66832024-12-16T20:45:33.473Z[ recovery-image] Dec 16 20:45:31.978 INFO O| Dec 16 20:45:31.978 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-16T20:45:33.489Z[ recovery-image] Dec 16 20:45:31.997 INFO O| Dec 16 20:45:31.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66852024-12-16T20:45:33.489Z[ recovery-image] Dec 16 20:45:31.997 INFO O| Dec 16 20:45:31.997 INFO STEP 769 (remove_files) COMPLETE
66862024-12-16T20:45:33.489Z[ recovery-image] Dec 16 20:45:31.997 INFO O| Dec 16 20:45:31.997 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-16T20:45:33.509Z[ recovery-image] Dec 16 20:45:32.017 INFO O| Dec 16 20:45:32.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66882024-12-16T20:45:33.509Z[ recovery-image] Dec 16 20:45:32.017 INFO O| Dec 16 20:45:32.017 INFO STEP 770 (remove_files) COMPLETE
66892024-12-16T20:45:33.510Z[ recovery-image] Dec 16 20:45:32.017 INFO O| Dec 16 20:45:32.017 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-16T20:45:33.529Z[ recovery-image] Dec 16 20:45:32.036 INFO O| Dec 16 20:45:32.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66912024-12-16T20:45:33.529Z[ recovery-image] Dec 16 20:45:32.036 INFO O| Dec 16 20:45:32.036 INFO STEP 771 (remove_files) COMPLETE
66922024-12-16T20:45:33.529Z[ recovery-image] Dec 16 20:45:32.036 INFO O| Dec 16 20:45:32.036 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-16T20:45:33.548Z[ recovery-image] Dec 16 20:45:32.056 INFO O| Dec 16 20:45:32.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66942024-12-16T20:45:33.548Z[ recovery-image] Dec 16 20:45:32.056 INFO O| Dec 16 20:45:32.056 INFO STEP 772 (remove_files) COMPLETE
66952024-12-16T20:45:33.550Z[ recovery-image] Dec 16 20:45:32.056 INFO O| Dec 16 20:45:32.056 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-16T20:45:33.568Z[ recovery-image] Dec 16 20:45:32.076 INFO O| Dec 16 20:45:32.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66972024-12-16T20:45:33.568Z[ recovery-image] Dec 16 20:45:32.076 INFO O| Dec 16 20:45:32.076 INFO STEP 773 (remove_files) COMPLETE
66982024-12-16T20:45:33.568Z[ recovery-image] Dec 16 20:45:32.076 INFO O| Dec 16 20:45:32.076 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-16T20:45:33.587Z[ recovery-image] Dec 16 20:45:32.095 INFO O| Dec 16 20:45:32.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67002024-12-16T20:45:33.587Z[ recovery-image] Dec 16 20:45:32.095 INFO O| Dec 16 20:45:32.095 INFO STEP 774 (remove_files) COMPLETE
67012024-12-16T20:45:33.587Z[ recovery-image] Dec 16 20:45:32.095 INFO O| Dec 16 20:45:32.095 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-16T20:45:33.606Z[ recovery-image] Dec 16 20:45:32.113 INFO O| Dec 16 20:45:32.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67032024-12-16T20:45:33.606Z[ recovery-image] Dec 16 20:45:32.113 INFO O| Dec 16 20:45:32.113 INFO STEP 775 (remove_files) COMPLETE
67042024-12-16T20:45:33.609Z[ recovery-image] Dec 16 20:45:32.113 INFO O| Dec 16 20:45:32.113 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-16T20:45:33.625Z[ recovery-image] Dec 16 20:45:32.133 INFO O| Dec 16 20:45:32.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67062024-12-16T20:45:33.625Z[ recovery-image] Dec 16 20:45:32.133 INFO O| Dec 16 20:45:32.133 INFO STEP 776 (remove_files) COMPLETE
67072024-12-16T20:45:33.625Z[ recovery-image] Dec 16 20:45:32.133 INFO O| Dec 16 20:45:32.133 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-16T20:45:33.645Z[ recovery-image] Dec 16 20:45:32.152 INFO O| Dec 16 20:45:32.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67092024-12-16T20:45:33.645Z[ recovery-image] Dec 16 20:45:32.152 INFO O| Dec 16 20:45:32.152 INFO STEP 777 (remove_files) COMPLETE
67102024-12-16T20:45:33.645Z[ recovery-image] Dec 16 20:45:32.152 INFO O| Dec 16 20:45:32.152 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-16T20:45:33.664Z[ recovery-image] Dec 16 20:45:32.171 INFO O| Dec 16 20:45:32.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67122024-12-16T20:45:33.664Z[ recovery-image] Dec 16 20:45:32.171 INFO O| Dec 16 20:45:32.171 INFO STEP 778 (remove_files) COMPLETE
67132024-12-16T20:45:33.664Z[ recovery-image] Dec 16 20:45:32.171 INFO O| Dec 16 20:45:32.171 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-16T20:45:33.683Z[ recovery-image] Dec 16 20:45:32.190 INFO O| Dec 16 20:45:32.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67152024-12-16T20:45:33.683Z[ recovery-image] Dec 16 20:45:32.190 INFO O| Dec 16 20:45:32.190 INFO STEP 779 (remove_files) COMPLETE
67162024-12-16T20:45:33.683Z[ recovery-image] Dec 16 20:45:32.190 INFO O| Dec 16 20:45:32.190 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-16T20:45:33.701Z[ recovery-image] Dec 16 20:45:32.208 INFO O| Dec 16 20:45:32.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67182024-12-16T20:45:33.701Z[ recovery-image] Dec 16 20:45:32.208 INFO O| Dec 16 20:45:32.208 INFO STEP 780 (remove_files) COMPLETE
67192024-12-16T20:45:33.701Z[ recovery-image] Dec 16 20:45:32.208 INFO O| Dec 16 20:45:32.208 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-16T20:45:33.719Z[ recovery-image] Dec 16 20:45:32.227 INFO O| Dec 16 20:45:32.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67212024-12-16T20:45:33.720Z[ recovery-image] Dec 16 20:45:32.227 INFO O| Dec 16 20:45:32.227 INFO STEP 781 (remove_files) COMPLETE
67222024-12-16T20:45:33.720Z[ recovery-image] Dec 16 20:45:32.227 INFO O| Dec 16 20:45:32.227 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-16T20:45:33.737Z[ recovery-image] Dec 16 20:45:32.245 INFO O| Dec 16 20:45:32.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67242024-12-16T20:45:33.737Z[ recovery-image] Dec 16 20:45:32.245 INFO O| Dec 16 20:45:32.245 INFO STEP 782 (remove_files) COMPLETE
67252024-12-16T20:45:33.737Z[ recovery-image] Dec 16 20:45:32.245 INFO O| Dec 16 20:45:32.245 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-16T20:45:33.756Z[ recovery-image] Dec 16 20:45:32.264 INFO O| Dec 16 20:45:32.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67272024-12-16T20:45:33.756Z[ recovery-image] Dec 16 20:45:32.264 INFO O| Dec 16 20:45:32.264 INFO STEP 783 (remove_files) COMPLETE
67282024-12-16T20:45:33.756Z[ recovery-image] Dec 16 20:45:32.264 INFO O| Dec 16 20:45:32.264 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-16T20:45:33.775Z[ recovery-image] Dec 16 20:45:32.283 INFO O| Dec 16 20:45:32.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67302024-12-16T20:45:33.776Z[ recovery-image] Dec 16 20:45:32.283 INFO O| Dec 16 20:45:32.283 INFO STEP 784 (remove_files) COMPLETE
67312024-12-16T20:45:33.776Z[ recovery-image] Dec 16 20:45:32.283 INFO O| Dec 16 20:45:32.283 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-16T20:45:33.794Z[ recovery-image] Dec 16 20:45:32.302 INFO O| Dec 16 20:45:32.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67332024-12-16T20:45:33.794Z[ recovery-image] Dec 16 20:45:32.302 INFO O| Dec 16 20:45:32.302 INFO STEP 785 (remove_files) COMPLETE
67342024-12-16T20:45:33.795Z[ recovery-image] Dec 16 20:45:32.302 INFO O| Dec 16 20:45:32.302 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-16T20:45:33.855Z[ recovery-image] Dec 16 20:45:32.362 INFO O| Dec 16 20:45:32.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67362024-12-16T20:45:33.857Z[ recovery-image] Dec 16 20:45:32.362 INFO O| Dec 16 20:45:32.362 INFO STEP 786 (remove_files) COMPLETE
67372024-12-16T20:45:33.857Z[ recovery-image] Dec 16 20:45:32.362 INFO O| Dec 16 20:45:32.362 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-16T20:45:33.888Z[ recovery-image] Dec 16 20:45:32.395 INFO O| Dec 16 20:45:32.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67392024-12-16T20:45:33.888Z[ recovery-image] Dec 16 20:45:32.395 INFO O| Dec 16 20:45:32.395 INFO STEP 787 (remove_files) COMPLETE
67402024-12-16T20:45:33.888Z[ recovery-image] Dec 16 20:45:32.395 INFO O| Dec 16 20:45:32.395 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-16T20:45:33.907Z[ recovery-image] Dec 16 20:45:32.415 INFO O| Dec 16 20:45:32.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67422024-12-16T20:45:33.907Z[ recovery-image] Dec 16 20:45:32.415 INFO O| Dec 16 20:45:32.415 INFO STEP 788 (remove_files) COMPLETE
67432024-12-16T20:45:33.910Z[ recovery-image] Dec 16 20:45:32.415 INFO O| Dec 16 20:45:32.415 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-16T20:45:33.925Z[ recovery-image] Dec 16 20:45:32.432 INFO O| Dec 16 20:45:32.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67452024-12-16T20:45:33.925Z[ recovery-image] Dec 16 20:45:32.432 INFO O| Dec 16 20:45:32.432 INFO STEP 789 (remove_files) COMPLETE
67462024-12-16T20:45:33.927Z[ recovery-image] Dec 16 20:45:32.433 INFO O| Dec 16 20:45:32.432 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-16T20:45:33.934Z[ host-image] Dec 16 20:45:32.441 INFO O| Dec 16 20:45:32.440 INFO O| Done
67482024-12-16T20:45:33.943Z[ recovery-image] Dec 16 20:45:32.449 INFO O| Dec 16 20:45:32.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67492024-12-16T20:45:33.943Z[ recovery-image] Dec 16 20:45:32.449 INFO O| Dec 16 20:45:32.449 INFO STEP 790 (remove_files) COMPLETE
67502024-12-16T20:45:33.950Z[ recovery-image] Dec 16 20:45:32.449 INFO O| Dec 16 20:45:32.449 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-16T20:45:33.959Z[ recovery-image] Dec 16 20:45:32.466 INFO O| Dec 16 20:45:32.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67522024-12-16T20:45:33.959Z[ recovery-image] Dec 16 20:45:32.466 INFO O| Dec 16 20:45:32.466 INFO STEP 791 (remove_files) COMPLETE
67532024-12-16T20:45:33.964Z[ recovery-image] Dec 16 20:45:32.466 INFO O| Dec 16 20:45:32.466 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-16T20:45:33.973Z[ host-image] Dec 16 20:45:32.479 INFO O| Dec 16 20:45:32.479 INFO O| Done
67552024-12-16T20:45:33.973Z[ host-image] Dec 16 20:45:32.479 INFO O| Dec 16 20:45:32.479 INFO O| Done
67562024-12-16T20:45:33.978Z[ recovery-image] Dec 16 20:45:32.483 INFO O| Dec 16 20:45:32.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67572024-12-16T20:45:33.978Z[ recovery-image] Dec 16 20:45:32.483 INFO O| Dec 16 20:45:32.483 INFO STEP 792 (remove_files) COMPLETE
67582024-12-16T20:45:33.978Z[ recovery-image] Dec 16 20:45:32.483 INFO O| Dec 16 20:45:32.483 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-16T20:45:33.988Z[ host-image] Dec 16 20:45:32.496 INFO O| Dec 16 20:45:32.496 INFO O| Done
67602024-12-16T20:45:33.992Z[ recovery-image] Dec 16 20:45:32.500 INFO O| Dec 16 20:45:32.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67612024-12-16T20:45:33.995Z[ recovery-image] Dec 16 20:45:32.500 INFO O| Dec 16 20:45:32.500 INFO STEP 793 (remove_files) COMPLETE
67622024-12-16T20:45:33.995Z[ recovery-image] Dec 16 20:45:32.500 INFO O| Dec 16 20:45:32.500 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-16T20:45:34.010Z[ recovery-image] Dec 16 20:45:32.517 INFO O| Dec 16 20:45:32.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67642024-12-16T20:45:34.012Z[ recovery-image] Dec 16 20:45:32.517 INFO O| Dec 16 20:45:32.517 INFO STEP 794 (remove_files) COMPLETE
67652024-12-16T20:45:34.012Z[ recovery-image] Dec 16 20:45:32.517 INFO O| Dec 16 20:45:32.517 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-16T20:45:34.028Z[ recovery-image] Dec 16 20:45:32.535 INFO O| Dec 16 20:45:32.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67672024-12-16T20:45:34.028Z[ recovery-image] Dec 16 20:45:32.535 INFO O| Dec 16 20:45:32.535 INFO STEP 795 (remove_files) COMPLETE
67682024-12-16T20:45:34.028Z[ recovery-image] Dec 16 20:45:32.535 INFO O| Dec 16 20:45:32.535 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-16T20:45:34.044Z[ recovery-image] Dec 16 20:45:32.551 INFO O| Dec 16 20:45:32.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67702024-12-16T20:45:34.044Z[ recovery-image] Dec 16 20:45:32.551 INFO O| Dec 16 20:45:32.551 INFO STEP 796 (remove_files) COMPLETE
67712024-12-16T20:45:34.047Z[ recovery-image] Dec 16 20:45:32.551 INFO O| Dec 16 20:45:32.551 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-16T20:45:34.060Z[ recovery-image] Dec 16 20:45:32.567 INFO O| Dec 16 20:45:32.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67732024-12-16T20:45:34.060Z[ recovery-image] Dec 16 20:45:32.568 INFO O| Dec 16 20:45:32.568 INFO STEP 797 (remove_files) COMPLETE
67742024-12-16T20:45:34.060Z[ recovery-image] Dec 16 20:45:32.568 INFO O| Dec 16 20:45:32.568 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-16T20:45:34.076Z[ recovery-image] Dec 16 20:45:32.584 INFO O| Dec 16 20:45:32.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67762024-12-16T20:45:34.076Z[ recovery-image] Dec 16 20:45:32.584 INFO O| Dec 16 20:45:32.584 INFO STEP 798 (remove_files) COMPLETE
67772024-12-16T20:45:34.076Z[ recovery-image] Dec 16 20:45:32.584 INFO O| Dec 16 20:45:32.584 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-16T20:45:34.093Z[ recovery-image] Dec 16 20:45:32.600 INFO O| Dec 16 20:45:32.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67792024-12-16T20:45:34.107Z[ recovery-image] Dec 16 20:45:32.614 INFO O| Dec 16 20:45:32.613 INFO STEP 799 (remove_files) COMPLETE
67802024-12-16T20:45:34.107Z[ recovery-image] Dec 16 20:45:32.614 INFO O| Dec 16 20:45:32.613 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-16T20:45:34.125Z[ recovery-image] Dec 16 20:45:32.632 INFO O| Dec 16 20:45:32.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67822024-12-16T20:45:34.125Z[ recovery-image] Dec 16 20:45:32.632 INFO O| Dec 16 20:45:32.632 INFO STEP 800 (remove_files) COMPLETE
67832024-12-16T20:45:34.128Z[ recovery-image] Dec 16 20:45:32.632 INFO O| Dec 16 20:45:32.632 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-16T20:45:34.142Z[ recovery-image] Dec 16 20:45:32.649 INFO O| Dec 16 20:45:32.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67852024-12-16T20:45:34.144Z[ recovery-image] Dec 16 20:45:32.650 INFO O| Dec 16 20:45:32.650 INFO STEP 801 (remove_files) COMPLETE
67862024-12-16T20:45:34.144Z[ recovery-image] Dec 16 20:45:32.650 INFO O| Dec 16 20:45:32.650 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-16T20:45:34.147Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 14 (pkg_install) COMPLETE
67882024-12-16T20:45:34.147Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67892024-12-16T20:45:34.147Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO skip step because feature "mfg" is not enabled
67902024-12-16T20:45:34.147Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67912024-12-16T20:45:34.147Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO skip step because feature "compliance" is not enabled
67922024-12-16T20:45:34.147Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67932024-12-16T20:45:34.147Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO skip step because feature "stress" is not enabled
67942024-12-16T20:45:34.147Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67952024-12-16T20:45:34.147Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO skip step because feature "nfs" is not enabled
67962024-12-16T20:45:34.148Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
67972024-12-16T20:45:34.148Z[ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
67982024-12-16T20:45:34.194Z[ recovery-image] Dec 16 20:45:32.701 INFO O| Dec 16 20:45:32.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67992024-12-16T20:45:34.194Z[ recovery-image] Dec 16 20:45:32.701 INFO O| Dec 16 20:45:32.701 INFO STEP 802 (remove_files) COMPLETE
68002024-12-16T20:45:34.194Z[ recovery-image] Dec 16 20:45:32.701 INFO O| Dec 16 20:45:32.701 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-16T20:45:34.197Z[ host-image] Dec 16 20:45:32.704 INFO O| Dec 16 20:45:32.704 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
68022024-12-16T20:45:34.259Z[ recovery-image] Dec 16 20:45:32.766 INFO O| Dec 16 20:45:32.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68032024-12-16T20:45:34.259Z[ recovery-image] Dec 16 20:45:32.766 INFO O| Dec 16 20:45:32.766 INFO STEP 803 (remove_files) COMPLETE
68042024-12-16T20:45:34.259Z[ recovery-image] Dec 16 20:45:32.766 INFO O| Dec 16 20:45:32.766 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-16T20:45:34.279Z[ recovery-image] Dec 16 20:45:32.786 INFO O| Dec 16 20:45:32.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68062024-12-16T20:45:34.279Z[ recovery-image] Dec 16 20:45:32.786 INFO O| Dec 16 20:45:32.786 INFO STEP 804 (remove_files) COMPLETE
68072024-12-16T20:45:34.279Z[ recovery-image] Dec 16 20:45:32.786 INFO O| Dec 16 20:45:32.786 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-16T20:45:34.298Z[ recovery-image] Dec 16 20:45:32.805 INFO O| Dec 16 20:45:32.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68092024-12-16T20:45:34.298Z[ recovery-image] Dec 16 20:45:32.805 INFO O| Dec 16 20:45:32.805 INFO STEP 805 (remove_files) COMPLETE
68102024-12-16T20:45:34.298Z[ recovery-image] Dec 16 20:45:32.805 INFO O| Dec 16 20:45:32.805 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-16T20:45:34.317Z[ recovery-image] Dec 16 20:45:32.824 INFO O| Dec 16 20:45:32.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68122024-12-16T20:45:34.317Z[ recovery-image] Dec 16 20:45:32.824 INFO O| Dec 16 20:45:32.824 INFO STEP 806 (remove_files) COMPLETE
68132024-12-16T20:45:34.320Z[ recovery-image] Dec 16 20:45:32.824 INFO O| Dec 16 20:45:32.824 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-16T20:45:34.324Z[ host-image] Dec 16 20:45:32.827 INFO O| Dec 16 20:45:32.827 INFO completed processing gimlet/ramdisk-01-os
68152024-12-16T20:45:34.328Z[ host-image] Dec 16 20:45:32.830 INFO omicron1 baseline generation...
68162024-12-16T20:45:34.328Z[ host-image] Dec 16 20:45:32.830 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
68172024-12-16T20:45:34.335Z[ recovery-image] Dec 16 20:45:32.842 INFO O| Dec 16 20:45:32.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68182024-12-16T20:45:34.338Z[ recovery-image] Dec 16 20:45:32.842 INFO O| Dec 16 20:45:32.842 INFO STEP 807 (remove_files) COMPLETE
68192024-12-16T20:45:34.338Z[ recovery-image] Dec 16 20:45:32.842 INFO O| Dec 16 20:45:32.842 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-16T20:45:34.386Z[ recovery-image] Dec 16 20:45:32.893 INFO O| Dec 16 20:45:32.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68212024-12-16T20:45:34.386Z[ recovery-image] Dec 16 20:45:32.893 INFO O| Dec 16 20:45:32.893 INFO STEP 808 (remove_files) COMPLETE
68222024-12-16T20:45:34.386Z[ recovery-image] Dec 16 20:45:32.893 INFO O| Dec 16 20:45:32.893 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-16T20:45:34.404Z[ recovery-image] Dec 16 20:45:32.911 INFO O| Dec 16 20:45:32.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68242024-12-16T20:45:34.404Z[ recovery-image] Dec 16 20:45:32.911 INFO O| Dec 16 20:45:32.911 INFO STEP 809 (remove_files) COMPLETE
68252024-12-16T20:45:34.404Z[ recovery-image] Dec 16 20:45:32.911 INFO O| Dec 16 20:45:32.911 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-16T20:45:34.431Z[ recovery-image] Dec 16 20:45:32.938 INFO O| Dec 16 20:45:32.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68272024-12-16T20:45:34.434Z[ recovery-image] Dec 16 20:45:32.938 INFO O| Dec 16 20:45:32.938 INFO STEP 810 (remove_files) COMPLETE
68282024-12-16T20:45:34.434Z[ recovery-image] Dec 16 20:45:32.938 INFO O| Dec 16 20:45:32.938 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-16T20:45:34.473Z[ recovery-image] Dec 16 20:45:32.980 INFO O| Dec 16 20:45:32.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68302024-12-16T20:45:34.473Z[ recovery-image] Dec 16 20:45:32.980 INFO O| Dec 16 20:45:32.980 INFO STEP 811 (remove_files) COMPLETE
68312024-12-16T20:45:34.473Z[ recovery-image] Dec 16 20:45:32.980 INFO O| Dec 16 20:45:32.980 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-16T20:45:34.532Z[ recovery-image] Dec 16 20:45:33.039 INFO O| Dec 16 20:45:33.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68332024-12-16T20:45:34.532Z[ recovery-image] Dec 16 20:45:33.039 INFO O| Dec 16 20:45:33.039 INFO STEP 812 (remove_files) COMPLETE
68342024-12-16T20:45:34.532Z[ recovery-image] Dec 16 20:45:33.039 INFO O| Dec 16 20:45:33.039 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-16T20:45:34.571Z[ recovery-image] Dec 16 20:45:33.078 INFO O| Dec 16 20:45:33.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68362024-12-16T20:45:34.571Z[ recovery-image] Dec 16 20:45:33.078 INFO O| Dec 16 20:45:33.078 INFO STEP 813 (remove_files) COMPLETE
68372024-12-16T20:45:34.571Z[ recovery-image] Dec 16 20:45:33.078 INFO O| Dec 16 20:45:33.078 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-16T20:45:34.586Z[ recovery-image] Dec 16 20:45:33.094 INFO O| Dec 16 20:45:33.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68392024-12-16T20:45:34.587Z[ recovery-image] Dec 16 20:45:33.094 INFO O| Dec 16 20:45:33.094 INFO STEP 814 (remove_files) COMPLETE
68402024-12-16T20:45:34.599Z[ recovery-image] Dec 16 20:45:33.094 INFO O| Dec 16 20:45:33.094 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-16T20:45:34.603Z[ recovery-image] Dec 16 20:45:33.110 INFO O| Dec 16 20:45:33.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68422024-12-16T20:45:34.603Z[ recovery-image] Dec 16 20:45:33.110 INFO O| Dec 16 20:45:33.110 INFO STEP 815 (remove_files) COMPLETE
68432024-12-16T20:45:34.603Z[ recovery-image] Dec 16 20:45:33.110 INFO O| Dec 16 20:45:33.110 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-16T20:45:34.628Z[ recovery-image] Dec 16 20:45:33.135 INFO O| Dec 16 20:45:33.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68452024-12-16T20:45:34.631Z[ recovery-image] Dec 16 20:45:33.135 INFO O| Dec 16 20:45:33.135 INFO STEP 816 (remove_files) COMPLETE
68462024-12-16T20:45:34.631Z[ recovery-image] Dec 16 20:45:33.135 INFO O| Dec 16 20:45:33.135 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-16T20:45:34.667Z[ recovery-image] Dec 16 20:45:33.174 INFO O| Dec 16 20:45:33.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68482024-12-16T20:45:34.667Z[ recovery-image] Dec 16 20:45:33.174 INFO O| Dec 16 20:45:33.174 INFO STEP 817 (remove_files) COMPLETE
68492024-12-16T20:45:34.667Z[ recovery-image] Dec 16 20:45:33.174 INFO O| Dec 16 20:45:33.174 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-16T20:45:34.686Z[ recovery-image] Dec 16 20:45:33.193 INFO O| Dec 16 20:45:33.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68512024-12-16T20:45:34.686Z[ recovery-image] Dec 16 20:45:33.193 INFO O| Dec 16 20:45:33.193 INFO STEP 818 (remove_files) COMPLETE
68522024-12-16T20:45:34.686Z[ recovery-image] Dec 16 20:45:33.193 INFO O| Dec 16 20:45:33.193 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-16T20:45:34.707Z[ recovery-image] Dec 16 20:45:33.214 INFO O| Dec 16 20:45:33.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68542024-12-16T20:45:34.707Z[ recovery-image] Dec 16 20:45:33.214 INFO O| Dec 16 20:45:33.214 INFO STEP 819 (remove_files) COMPLETE
68552024-12-16T20:45:34.707Z[ recovery-image] Dec 16 20:45:33.214 INFO O| Dec 16 20:45:33.214 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-16T20:45:34.734Z[ recovery-image] Dec 16 20:45:33.241 INFO O| Dec 16 20:45:33.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68572024-12-16T20:45:34.734Z[ recovery-image] Dec 16 20:45:33.241 INFO O| Dec 16 20:45:33.241 INFO STEP 820 (remove_files) COMPLETE
68582024-12-16T20:45:35.742Z[ recovery-image] Dec 16 20:45:33.241 INFO O| Dec 16 20:45:33.241 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-16T20:45:35.746Z[ recovery-image] Dec 16 20:45:33.261 INFO O| Dec 16 20:45:33.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68602024-12-16T20:45:35.746Z[ recovery-image] Dec 16 20:45:33.261 INFO O| Dec 16 20:45:33.261 INFO STEP 821 (remove_files) COMPLETE
68612024-12-16T20:45:35.746Z[ recovery-image] Dec 16 20:45:33.261 INFO O| Dec 16 20:45:33.261 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-16T20:45:35.746Z[ recovery-image] Dec 16 20:45:33.292 INFO O| Dec 16 20:45:33.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68632024-12-16T20:45:35.746Z[ recovery-image] Dec 16 20:45:33.292 INFO O| Dec 16 20:45:33.292 INFO STEP 822 (remove_files) COMPLETE
68642024-12-16T20:45:35.746Z[ recovery-image] Dec 16 20:45:33.292 INFO O| Dec 16 20:45:33.292 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-16T20:45:35.747Z[ recovery-image] Dec 16 20:45:33.312 INFO O| Dec 16 20:45:33.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68662024-12-16T20:45:35.747Z[ recovery-image] Dec 16 20:45:33.312 INFO O| Dec 16 20:45:33.312 INFO STEP 823 (remove_files) COMPLETE
68672024-12-16T20:45:35.747Z[ recovery-image] Dec 16 20:45:33.312 INFO O| Dec 16 20:45:33.312 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-16T20:45:35.747Z[ recovery-image] Dec 16 20:45:33.340 INFO O| Dec 16 20:45:33.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68692024-12-16T20:45:35.747Z[ recovery-image] Dec 16 20:45:33.340 INFO O| Dec 16 20:45:33.340 INFO STEP 824 (remove_files) COMPLETE
68702024-12-16T20:45:35.747Z[ recovery-image] Dec 16 20:45:33.340 INFO O| Dec 16 20:45:33.340 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-16T20:45:35.747Z[ recovery-image] Dec 16 20:45:33.361 INFO O| Dec 16 20:45:33.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68722024-12-16T20:45:35.747Z[ recovery-image] Dec 16 20:45:33.361 INFO O| Dec 16 20:45:33.361 INFO STEP 825 (remove_files) COMPLETE
68732024-12-16T20:45:35.747Z[ recovery-image] Dec 16 20:45:33.362 INFO O| Dec 16 20:45:33.361 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.383 INFO O| Dec 16 20:45:33.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68752024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.383 INFO O| Dec 16 20:45:33.383 INFO STEP 826 (remove_files) COMPLETE
68762024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.383 INFO O| Dec 16 20:45:33.383 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.401 INFO O| Dec 16 20:45:33.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68782024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.401 INFO O| Dec 16 20:45:33.401 INFO STEP 827 (remove_files) COMPLETE
68792024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.401 INFO O| Dec 16 20:45:33.401 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.419 INFO O| Dec 16 20:45:33.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68812024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.419 INFO O| Dec 16 20:45:33.419 INFO STEP 828 (remove_files) COMPLETE
68822024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.419 INFO O| Dec 16 20:45:33.419 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.440 INFO O| Dec 16 20:45:33.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68842024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.440 INFO O| Dec 16 20:45:33.440 INFO STEP 829 (remove_files) COMPLETE
68852024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.440 INFO O| Dec 16 20:45:33.440 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.476 INFO O| Dec 16 20:45:33.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68872024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.477 INFO O| Dec 16 20:45:33.477 INFO STEP 830 (remove_files) COMPLETE
68882024-12-16T20:45:35.748Z[ recovery-image] Dec 16 20:45:33.477 INFO O| Dec 16 20:45:33.477 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.516 INFO O| Dec 16 20:45:33.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68902024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.517 INFO O| Dec 16 20:45:33.517 INFO STEP 831 (remove_files) COMPLETE
68912024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.517 INFO O| Dec 16 20:45:33.517 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-16T20:45:35.749Z[ host-image] Dec 16 20:45:33.524 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
68932024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.584 INFO O| Dec 16 20:45:33.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68942024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.584 INFO O| Dec 16 20:45:33.584 INFO STEP 832 (remove_files) COMPLETE
68952024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.584 INFO O| Dec 16 20:45:33.584 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.604 INFO O| Dec 16 20:45:33.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68972024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.604 INFO O| Dec 16 20:45:33.604 INFO STEP 833 (remove_files) COMPLETE
68982024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.605 INFO O| Dec 16 20:45:33.604 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.625 INFO O| Dec 16 20:45:33.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
69002024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.625 INFO O| Dec 16 20:45:33.625 INFO STEP 834 (remove_files) COMPLETE
69012024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.626 INFO O| Dec 16 20:45:33.625 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.667 INFO O| Dec 16 20:45:33.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69032024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.667 INFO O| Dec 16 20:45:33.667 INFO STEP 835 (remove_files) COMPLETE
69042024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.668 INFO O| Dec 16 20:45:33.668 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.687 INFO O| Dec 16 20:45:33.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69062024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.688 INFO O| Dec 16 20:45:33.688 INFO STEP 836 (remove_files) COMPLETE
69072024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.688 INFO O| Dec 16 20:45:33.688 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.707 INFO O| Dec 16 20:45:33.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69092024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.707 INFO O| Dec 16 20:45:33.707 INFO STEP 837 (remove_files) COMPLETE
69102024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.707 INFO O| Dec 16 20:45:33.707 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.726 INFO O| Dec 16 20:45:33.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69122024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.726 INFO O| Dec 16 20:45:33.726 INFO STEP 838 (remove_files) COMPLETE
69132024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.726 INFO O| Dec 16 20:45:33.726 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.744 INFO O| Dec 16 20:45:33.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69152024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.744 INFO O| Dec 16 20:45:33.744 INFO STEP 839 (remove_files) COMPLETE
69162024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.744 INFO O| Dec 16 20:45:33.744 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.776 INFO O| Dec 16 20:45:33.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69182024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.776 INFO O| Dec 16 20:45:33.776 INFO STEP 840 (remove_files) COMPLETE
69192024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.776 INFO O| Dec 16 20:45:33.776 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.796 INFO O| Dec 16 20:45:33.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69212024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.797 INFO O| Dec 16 20:45:33.797 INFO STEP 841 (remove_files) COMPLETE
69222024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.797 INFO O| Dec 16 20:45:33.797 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-16T20:45:35.749Z[ recovery-image] Dec 16 20:45:33.817 INFO O| Dec 16 20:45:33.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69242024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.817 INFO O| Dec 16 20:45:33.817 INFO STEP 842 (remove_files) COMPLETE
69252024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.817 INFO O| Dec 16 20:45:33.817 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.835 INFO O| Dec 16 20:45:33.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69272024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.836 INFO O| Dec 16 20:45:33.835 INFO STEP 843 (remove_files) COMPLETE
69282024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.836 INFO O| Dec 16 20:45:33.836 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.861 INFO O| Dec 16 20:45:33.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69302024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.861 INFO O| Dec 16 20:45:33.861 INFO STEP 844 (remove_files) COMPLETE
69312024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.861 INFO O| Dec 16 20:45:33.861 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.901 INFO O| Dec 16 20:45:33.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69332024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.901 INFO O| Dec 16 20:45:33.901 INFO STEP 845 (remove_files) COMPLETE
69342024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.901 INFO O| Dec 16 20:45:33.901 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-16T20:45:35.750Z[ recovery-image] Dec 16 20:45:33.940 INFO O| Dec 16 20:45:33.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69362024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:33.940 INFO O| Dec 16 20:45:33.940 INFO STEP 846 (remove_files) COMPLETE
69372024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:33.940 INFO O| Dec 16 20:45:33.940 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:33.997 INFO O| Dec 16 20:45:33.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69392024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:33.997 INFO O| Dec 16 20:45:33.997 INFO STEP 847 (remove_files) COMPLETE
69402024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:33.997 INFO O| Dec 16 20:45:33.997 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.017 INFO O| Dec 16 20:45:34.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69422024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.017 INFO O| Dec 16 20:45:34.017 INFO STEP 848 (remove_files) COMPLETE
69432024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.017 INFO O| Dec 16 20:45:34.017 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.037 INFO O| Dec 16 20:45:34.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69452024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.038 INFO O| Dec 16 20:45:34.038 INFO STEP 849 (remove_files) COMPLETE
69462024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.038 INFO O| Dec 16 20:45:34.038 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.057 INFO O| Dec 16 20:45:34.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69482024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.057 INFO O| Dec 16 20:45:34.057 INFO STEP 850 (remove_files) COMPLETE
69492024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.058 INFO O| Dec 16 20:45:34.057 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.076 INFO O| Dec 16 20:45:34.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69512024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.076 INFO O| Dec 16 20:45:34.076 INFO STEP 851 (remove_files) COMPLETE
69522024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.076 INFO O| Dec 16 20:45:34.076 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.097 INFO O| Dec 16 20:45:34.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69542024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.097 INFO O| Dec 16 20:45:34.097 INFO STEP 852 (remove_files) COMPLETE
69552024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.097 INFO O| Dec 16 20:45:34.097 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.116 INFO O| Dec 16 20:45:34.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69572024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.116 INFO O| Dec 16 20:45:34.116 INFO STEP 853 (remove_files) COMPLETE
69582024-12-16T20:45:35.751Z[ recovery-image] Dec 16 20:45:34.117 INFO O| Dec 16 20:45:34.117 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.137 INFO O| Dec 16 20:45:34.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69602024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.137 INFO O| Dec 16 20:45:34.137 INFO STEP 854 (remove_files) COMPLETE
69612024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.137 INFO O| Dec 16 20:45:34.137 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.157 INFO O| Dec 16 20:45:34.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69632024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.158 INFO O| Dec 16 20:45:34.158 INFO STEP 855 (remove_files) COMPLETE
69642024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.158 INFO O| Dec 16 20:45:34.158 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.179 INFO O| Dec 16 20:45:34.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69662024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.179 INFO O| Dec 16 20:45:34.179 INFO STEP 856 (remove_files) COMPLETE
69672024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.180 INFO O| Dec 16 20:45:34.179 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.215 INFO O| Dec 16 20:45:34.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69692024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.216 INFO O| Dec 16 20:45:34.215 INFO STEP 857 (remove_files) COMPLETE
69702024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.216 INFO O| Dec 16 20:45:34.216 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.249 INFO O| Dec 16 20:45:34.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69722024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.258 INFO O| Dec 16 20:45:34.250 INFO STEP 858 (remove_files) COMPLETE
69732024-12-16T20:45:35.754Z[ recovery-image] Dec 16 20:45:34.258 INFO O| Dec 16 20:45:34.258 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-16T20:45:35.770Z[ recovery-image] Dec 16 20:45:34.277 INFO O| Dec 16 20:45:34.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69752024-12-16T20:45:35.772Z[ recovery-image] Dec 16 20:45:34.277 INFO O| Dec 16 20:45:34.277 INFO STEP 859 (remove_files) COMPLETE
69762024-12-16T20:45:35.772Z[ recovery-image] Dec 16 20:45:34.277 INFO O| Dec 16 20:45:34.277 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-16T20:45:35.789Z[ recovery-image] Dec 16 20:45:34.296 INFO O| Dec 16 20:45:34.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69782024-12-16T20:45:35.789Z[ recovery-image] Dec 16 20:45:34.296 INFO O| Dec 16 20:45:34.296 INFO STEP 860 (remove_files) COMPLETE
69792024-12-16T20:45:35.790Z[ recovery-image] Dec 16 20:45:34.296 INFO O| Dec 16 20:45:34.296 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-16T20:45:35.806Z[ recovery-image] Dec 16 20:45:34.313 INFO O| Dec 16 20:45:34.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69812024-12-16T20:45:35.809Z[ recovery-image] Dec 16 20:45:34.313 INFO O| Dec 16 20:45:34.313 INFO STEP 861 (remove_files) COMPLETE
69822024-12-16T20:45:35.809Z[ recovery-image] Dec 16 20:45:34.313 INFO O| Dec 16 20:45:34.313 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-16T20:45:35.827Z[ recovery-image] Dec 16 20:45:34.334 INFO O| Dec 16 20:45:34.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69842024-12-16T20:45:35.827Z[ recovery-image] Dec 16 20:45:34.334 INFO O| Dec 16 20:45:34.334 INFO STEP 862 (remove_files) COMPLETE
69852024-12-16T20:45:35.827Z[ recovery-image] Dec 16 20:45:34.334 INFO O| Dec 16 20:45:34.334 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-16T20:45:35.858Z[ recovery-image] Dec 16 20:45:34.365 INFO O| Dec 16 20:45:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69872024-12-16T20:45:35.865Z[ recovery-image] Dec 16 20:45:34.372 INFO O| Dec 16 20:45:34.372 INFO STEP 863 (remove_files) COMPLETE
69882024-12-16T20:45:35.867Z[ recovery-image] Dec 16 20:45:34.372 INFO O| Dec 16 20:45:34.372 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-16T20:45:35.888Z[ recovery-image] Dec 16 20:45:34.395 INFO O| Dec 16 20:45:34.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69902024-12-16T20:45:35.888Z[ recovery-image] Dec 16 20:45:34.395 INFO O| Dec 16 20:45:34.395 INFO STEP 864 (remove_files) COMPLETE
69912024-12-16T20:45:35.888Z[ recovery-image] Dec 16 20:45:34.395 INFO O| Dec 16 20:45:34.395 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-16T20:45:35.907Z[ recovery-image] Dec 16 20:45:34.414 INFO O| Dec 16 20:45:34.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69932024-12-16T20:45:35.907Z[ recovery-image] Dec 16 20:45:34.414 INFO O| Dec 16 20:45:34.414 INFO STEP 865 (remove_files) COMPLETE
69942024-12-16T20:45:35.910Z[ recovery-image] Dec 16 20:45:34.414 INFO O| Dec 16 20:45:34.414 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-16T20:45:35.925Z[ recovery-image] Dec 16 20:45:34.432 INFO O| Dec 16 20:45:34.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69962024-12-16T20:45:35.925Z[ recovery-image] Dec 16 20:45:34.432 INFO O| Dec 16 20:45:34.432 INFO STEP 866 (remove_files) COMPLETE
69972024-12-16T20:45:35.927Z[ recovery-image] Dec 16 20:45:34.432 INFO O| Dec 16 20:45:34.432 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-16T20:45:35.943Z[ recovery-image] Dec 16 20:45:34.450 INFO O| Dec 16 20:45:34.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69992024-12-16T20:45:35.946Z[ recovery-image] Dec 16 20:45:34.451 INFO O| Dec 16 20:45:34.451 INFO STEP 867 (remove_files) COMPLETE
70002024-12-16T20:45:35.946Z[ recovery-image] Dec 16 20:45:34.451 INFO O| Dec 16 20:45:34.451 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-16T20:45:35.961Z[ recovery-image] Dec 16 20:45:34.468 INFO O| Dec 16 20:45:34.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70022024-12-16T20:45:35.961Z[ recovery-image] Dec 16 20:45:34.468 INFO O| Dec 16 20:45:34.468 INFO STEP 868 (remove_files) COMPLETE
70032024-12-16T20:45:35.961Z[ recovery-image] Dec 16 20:45:34.468 INFO O| Dec 16 20:45:34.468 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-16T20:45:35.979Z[ recovery-image] Dec 16 20:45:34.486 INFO O| Dec 16 20:45:34.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70052024-12-16T20:45:35.979Z[ recovery-image] Dec 16 20:45:34.486 INFO O| Dec 16 20:45:34.486 INFO STEP 869 (remove_files) COMPLETE
70062024-12-16T20:45:35.979Z[ recovery-image] Dec 16 20:45:34.486 INFO O| Dec 16 20:45:34.486 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-16T20:45:35.995Z[ recovery-image] Dec 16 20:45:34.502 INFO O| Dec 16 20:45:34.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70082024-12-16T20:45:35.995Z[ recovery-image] Dec 16 20:45:34.502 INFO O| Dec 16 20:45:34.502 INFO STEP 870 (remove_files) COMPLETE
70092024-12-16T20:45:35.995Z[ recovery-image] Dec 16 20:45:34.502 INFO O| Dec 16 20:45:34.502 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-16T20:45:36.014Z[ recovery-image] Dec 16 20:45:34.519 INFO O| Dec 16 20:45:34.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70112024-12-16T20:45:36.014Z[ recovery-image] Dec 16 20:45:34.519 INFO O| Dec 16 20:45:34.519 INFO STEP 871 (remove_files) COMPLETE
70122024-12-16T20:45:36.014Z[ recovery-image] Dec 16 20:45:34.519 INFO O| Dec 16 20:45:34.519 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-16T20:45:36.030Z[ recovery-image] Dec 16 20:45:34.537 INFO O| Dec 16 20:45:34.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70142024-12-16T20:45:36.030Z[ recovery-image] Dec 16 20:45:34.537 INFO O| Dec 16 20:45:34.537 INFO STEP 872 (remove_files) COMPLETE
70152024-12-16T20:45:36.030Z[ recovery-image] Dec 16 20:45:34.537 INFO O| Dec 16 20:45:34.537 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-16T20:45:36.048Z[ recovery-image] Dec 16 20:45:34.555 INFO O| Dec 16 20:45:34.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70172024-12-16T20:45:36.048Z[ recovery-image] Dec 16 20:45:34.555 INFO O| Dec 16 20:45:34.555 INFO STEP 873 (remove_files) COMPLETE
70182024-12-16T20:45:36.048Z[ recovery-image] Dec 16 20:45:34.555 INFO O| Dec 16 20:45:34.555 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-16T20:45:36.065Z[ recovery-image] Dec 16 20:45:34.572 INFO O| Dec 16 20:45:34.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70202024-12-16T20:45:36.065Z[ recovery-image] Dec 16 20:45:34.572 INFO O| Dec 16 20:45:34.572 INFO STEP 874 (remove_files) COMPLETE
70212024-12-16T20:45:36.067Z[ recovery-image] Dec 16 20:45:34.572 INFO O| Dec 16 20:45:34.572 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-16T20:45:36.083Z[ recovery-image] Dec 16 20:45:34.590 INFO O| Dec 16 20:45:34.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70232024-12-16T20:45:36.083Z[ recovery-image] Dec 16 20:45:34.590 INFO O| Dec 16 20:45:34.590 INFO STEP 875 (remove_files) COMPLETE
70242024-12-16T20:45:36.083Z[ recovery-image] Dec 16 20:45:34.590 INFO O| Dec 16 20:45:34.590 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-16T20:45:36.102Z[ recovery-image] Dec 16 20:45:34.608 INFO O| Dec 16 20:45:34.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70262024-12-16T20:45:36.105Z[ recovery-image] Dec 16 20:45:34.608 INFO O| Dec 16 20:45:34.608 INFO STEP 876 (remove_files) COMPLETE
70272024-12-16T20:45:36.105Z[ recovery-image] Dec 16 20:45:34.608 INFO O| Dec 16 20:45:34.608 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-16T20:45:36.121Z[ recovery-image] Dec 16 20:45:34.627 INFO O| Dec 16 20:45:34.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70292024-12-16T20:45:36.121Z[ recovery-image] Dec 16 20:45:34.628 INFO O| Dec 16 20:45:34.627 INFO STEP 877 (remove_files) COMPLETE
70302024-12-16T20:45:36.124Z[ recovery-image] Dec 16 20:45:34.628 INFO O| Dec 16 20:45:34.628 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-16T20:45:36.142Z[ recovery-image] Dec 16 20:45:34.649 INFO O| Dec 16 20:45:34.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70322024-12-16T20:45:36.145Z[ recovery-image] Dec 16 20:45:34.649 INFO O| Dec 16 20:45:34.649 INFO STEP 878 (remove_files) COMPLETE
70332024-12-16T20:45:36.145Z[ recovery-image] Dec 16 20:45:34.649 INFO O| Dec 16 20:45:34.649 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-16T20:45:36.165Z[ recovery-image] Dec 16 20:45:34.672 INFO O| Dec 16 20:45:34.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70352024-12-16T20:45:36.165Z[ recovery-image] Dec 16 20:45:34.672 INFO O| Dec 16 20:45:34.672 INFO STEP 879 (remove_files) COMPLETE
70362024-12-16T20:45:36.165Z[ recovery-image] Dec 16 20:45:34.672 INFO O| Dec 16 20:45:34.672 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-16T20:45:36.185Z[ recovery-image] Dec 16 20:45:34.692 INFO O| Dec 16 20:45:34.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70382024-12-16T20:45:36.185Z[ recovery-image] Dec 16 20:45:34.692 INFO O| Dec 16 20:45:34.692 INFO STEP 880 (remove_files) COMPLETE
70392024-12-16T20:45:36.185Z[ recovery-image] Dec 16 20:45:34.692 INFO O| Dec 16 20:45:34.692 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-16T20:45:36.204Z[ recovery-image] Dec 16 20:45:34.711 INFO O| Dec 16 20:45:34.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70412024-12-16T20:45:36.207Z[ recovery-image] Dec 16 20:45:34.712 INFO O| Dec 16 20:45:34.712 INFO STEP 881 (remove_files) COMPLETE
70422024-12-16T20:45:36.207Z[ recovery-image] Dec 16 20:45:34.712 INFO O| Dec 16 20:45:34.712 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-16T20:45:36.224Z[ recovery-image] Dec 16 20:45:34.731 INFO O| Dec 16 20:45:34.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70442024-12-16T20:45:36.224Z[ recovery-image] Dec 16 20:45:34.731 INFO O| Dec 16 20:45:34.731 INFO STEP 882 (remove_files) COMPLETE
70452024-12-16T20:45:36.227Z[ recovery-image] Dec 16 20:45:34.731 INFO O| Dec 16 20:45:34.731 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-16T20:45:36.245Z[ recovery-image] Dec 16 20:45:34.751 INFO O| Dec 16 20:45:34.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70472024-12-16T20:45:36.245Z[ recovery-image] Dec 16 20:45:34.752 INFO O| Dec 16 20:45:34.752 INFO STEP 883 (remove_files) COMPLETE
70482024-12-16T20:45:36.245Z[ recovery-image] Dec 16 20:45:34.752 INFO O| Dec 16 20:45:34.752 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-16T20:45:36.262Z[ recovery-image] Dec 16 20:45:34.769 INFO O| Dec 16 20:45:34.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70502024-12-16T20:45:36.262Z[ recovery-image] Dec 16 20:45:34.769 INFO O| Dec 16 20:45:34.769 INFO STEP 884 (remove_files) COMPLETE
70512024-12-16T20:45:36.262Z[ recovery-image] Dec 16 20:45:34.769 INFO O| Dec 16 20:45:34.769 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-16T20:45:36.280Z[ recovery-image] Dec 16 20:45:34.787 INFO O| Dec 16 20:45:34.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70532024-12-16T20:45:36.280Z[ recovery-image] Dec 16 20:45:34.787 INFO O| Dec 16 20:45:34.787 INFO STEP 885 (remove_files) COMPLETE
70542024-12-16T20:45:36.282Z[ recovery-image] Dec 16 20:45:34.787 INFO O| Dec 16 20:45:34.787 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-16T20:45:36.301Z[ recovery-image] Dec 16 20:45:34.807 INFO O| Dec 16 20:45:34.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70562024-12-16T20:45:36.301Z[ recovery-image] Dec 16 20:45:34.807 INFO O| Dec 16 20:45:34.807 INFO STEP 886 (remove_files) COMPLETE
70572024-12-16T20:45:36.301Z[ recovery-image] Dec 16 20:45:34.807 INFO O| Dec 16 20:45:34.807 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-16T20:45:36.317Z[ recovery-image] Dec 16 20:45:34.824 INFO O| Dec 16 20:45:34.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70592024-12-16T20:45:36.320Z[ recovery-image] Dec 16 20:45:34.824 INFO O| Dec 16 20:45:34.824 INFO STEP 887 (remove_files) COMPLETE
70602024-12-16T20:45:36.320Z[ recovery-image] Dec 16 20:45:34.824 INFO O| Dec 16 20:45:34.824 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-16T20:45:36.335Z[ recovery-image] Dec 16 20:45:34.842 INFO O| Dec 16 20:45:34.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70622024-12-16T20:45:36.346Z[ recovery-image] Dec 16 20:45:34.842 INFO O| Dec 16 20:45:34.842 INFO STEP 888 (remove_files) COMPLETE
70632024-12-16T20:45:36.346Z[ recovery-image] Dec 16 20:45:34.843 INFO O| Dec 16 20:45:34.843 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-16T20:45:36.355Z[ recovery-image] Dec 16 20:45:34.860 INFO O| Dec 16 20:45:34.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70652024-12-16T20:45:36.355Z[ recovery-image] Dec 16 20:45:34.860 INFO O| Dec 16 20:45:34.860 INFO STEP 889 (remove_files) COMPLETE
70662024-12-16T20:45:36.355Z[ recovery-image] Dec 16 20:45:34.860 INFO O| Dec 16 20:45:34.860 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-16T20:45:36.371Z[ recovery-image] Dec 16 20:45:34.878 INFO O| Dec 16 20:45:34.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70682024-12-16T20:45:36.374Z[ recovery-image] Dec 16 20:45:34.878 INFO O| Dec 16 20:45:34.878 INFO STEP 890 (remove_files) COMPLETE
70692024-12-16T20:45:36.374Z[ recovery-image] Dec 16 20:45:34.878 INFO O| Dec 16 20:45:34.878 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-16T20:45:36.390Z[ recovery-image] Dec 16 20:45:34.897 INFO O| Dec 16 20:45:34.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70712024-12-16T20:45:36.390Z[ recovery-image] Dec 16 20:45:34.897 INFO O| Dec 16 20:45:34.897 INFO STEP 891 (remove_files) COMPLETE
70722024-12-16T20:45:36.390Z[ recovery-image] Dec 16 20:45:34.897 INFO O| Dec 16 20:45:34.897 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-16T20:45:36.409Z[ recovery-image] Dec 16 20:45:34.916 INFO O| Dec 16 20:45:34.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70742024-12-16T20:45:36.409Z[ recovery-image] Dec 16 20:45:34.916 INFO O| Dec 16 20:45:34.916 INFO STEP 892 (remove_files) COMPLETE
70752024-12-16T20:45:36.412Z[ recovery-image] Dec 16 20:45:34.916 INFO O| Dec 16 20:45:34.916 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-16T20:45:36.428Z[ recovery-image] Dec 16 20:45:34.935 INFO O| Dec 16 20:45:34.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70772024-12-16T20:45:36.428Z[ recovery-image] Dec 16 20:45:34.935 INFO O| Dec 16 20:45:34.935 INFO STEP 893 (remove_files) COMPLETE
70782024-12-16T20:45:36.428Z[ recovery-image] Dec 16 20:45:34.935 INFO O| Dec 16 20:45:34.935 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-16T20:45:36.447Z[ recovery-image] Dec 16 20:45:34.954 INFO O| Dec 16 20:45:34.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70802024-12-16T20:45:36.447Z[ recovery-image] Dec 16 20:45:34.954 INFO O| Dec 16 20:45:34.954 INFO STEP 894 (remove_files) COMPLETE
70812024-12-16T20:45:36.447Z[ recovery-image] Dec 16 20:45:34.954 INFO O| Dec 16 20:45:34.954 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-16T20:45:36.465Z[ recovery-image] Dec 16 20:45:34.972 INFO O| Dec 16 20:45:34.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70832024-12-16T20:45:36.465Z[ recovery-image] Dec 16 20:45:34.972 INFO O| Dec 16 20:45:34.972 INFO STEP 895 (remove_files) COMPLETE
70842024-12-16T20:45:36.466Z[ recovery-image] Dec 16 20:45:34.972 INFO O| Dec 16 20:45:34.972 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-16T20:45:36.482Z[ recovery-image] Dec 16 20:45:34.989 INFO O| Dec 16 20:45:34.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70862024-12-16T20:45:36.484Z[ recovery-image] Dec 16 20:45:34.989 INFO O| Dec 16 20:45:34.989 INFO STEP 896 (remove_files) COMPLETE
70872024-12-16T20:45:36.484Z[ recovery-image] Dec 16 20:45:34.989 INFO O| Dec 16 20:45:34.989 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-16T20:45:36.504Z[ recovery-image] Dec 16 20:45:35.008 INFO O| Dec 16 20:45:35.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70892024-12-16T20:45:36.509Z[ recovery-image] Dec 16 20:45:35.008 INFO O| Dec 16 20:45:35.008 INFO STEP 897 (remove_files) COMPLETE
70902024-12-16T20:45:36.509Z[ recovery-image] Dec 16 20:45:35.008 INFO O| Dec 16 20:45:35.008 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-16T20:45:36.520Z[ recovery-image] Dec 16 20:45:35.027 INFO O| Dec 16 20:45:35.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70922024-12-16T20:45:36.520Z[ recovery-image] Dec 16 20:45:35.027 INFO O| Dec 16 20:45:35.027 INFO STEP 898 (remove_files) COMPLETE
70932024-12-16T20:45:36.523Z[ recovery-image] Dec 16 20:45:35.027 INFO O| Dec 16 20:45:35.027 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-16T20:45:36.539Z[ recovery-image] Dec 16 20:45:35.046 INFO O| Dec 16 20:45:35.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70952024-12-16T20:45:36.544Z[ recovery-image] Dec 16 20:45:35.046 INFO O| Dec 16 20:45:35.046 INFO STEP 899 (remove_files) COMPLETE
70962024-12-16T20:45:36.544Z[ recovery-image] Dec 16 20:45:35.046 INFO O| Dec 16 20:45:35.046 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-16T20:45:36.559Z[ recovery-image] Dec 16 20:45:35.065 INFO O| Dec 16 20:45:35.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70982024-12-16T20:45:36.561Z[ recovery-image] Dec 16 20:45:35.065 INFO O| Dec 16 20:45:35.065 INFO STEP 900 (remove_files) COMPLETE
70992024-12-16T20:45:36.562Z[ recovery-image] Dec 16 20:45:35.065 INFO O| Dec 16 20:45:35.065 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-16T20:45:36.575Z[ recovery-image] Dec 16 20:45:35.082 INFO O| Dec 16 20:45:35.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71012024-12-16T20:45:36.575Z[ recovery-image] Dec 16 20:45:35.082 INFO O| Dec 16 20:45:35.082 INFO STEP 901 (remove_files) COMPLETE
71022024-12-16T20:45:36.575Z[ recovery-image] Dec 16 20:45:35.082 INFO O| Dec 16 20:45:35.082 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-16T20:45:36.594Z[ recovery-image] Dec 16 20:45:35.100 INFO O| Dec 16 20:45:35.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71042024-12-16T20:45:36.594Z[ recovery-image] Dec 16 20:45:35.100 INFO O| Dec 16 20:45:35.100 INFO STEP 902 (remove_files) COMPLETE
71052024-12-16T20:45:36.594Z[ recovery-image] Dec 16 20:45:35.100 INFO O| Dec 16 20:45:35.100 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-16T20:45:36.611Z[ recovery-image] Dec 16 20:45:35.118 INFO O| Dec 16 20:45:35.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71072024-12-16T20:45:36.614Z[ recovery-image] Dec 16 20:45:35.118 INFO O| Dec 16 20:45:35.118 INFO STEP 903 (remove_files) COMPLETE
71082024-12-16T20:45:36.614Z[ recovery-image] Dec 16 20:45:35.118 INFO O| Dec 16 20:45:35.118 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-16T20:45:36.627Z[ recovery-image] Dec 16 20:45:35.134 INFO O| Dec 16 20:45:35.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71102024-12-16T20:45:36.630Z[ recovery-image] Dec 16 20:45:35.134 INFO O| Dec 16 20:45:35.134 INFO STEP 904 (remove_files) COMPLETE
71112024-12-16T20:45:36.630Z[ recovery-image] Dec 16 20:45:35.134 INFO O| Dec 16 20:45:35.134 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-16T20:45:36.643Z[ recovery-image] Dec 16 20:45:35.150 INFO O| Dec 16 20:45:35.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71132024-12-16T20:45:36.643Z[ recovery-image] Dec 16 20:45:35.150 INFO O| Dec 16 20:45:35.150 INFO STEP 905 (remove_files) COMPLETE
71142024-12-16T20:45:36.645Z[ recovery-image] Dec 16 20:45:35.150 INFO O| Dec 16 20:45:35.150 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-16T20:45:36.659Z[ recovery-image] Dec 16 20:45:35.166 INFO O| Dec 16 20:45:35.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71162024-12-16T20:45:36.662Z[ recovery-image] Dec 16 20:45:35.166 INFO O| Dec 16 20:45:35.166 INFO STEP 906 (remove_files) COMPLETE
71172024-12-16T20:45:36.662Z[ recovery-image] Dec 16 20:45:35.166 INFO O| Dec 16 20:45:35.166 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-16T20:45:36.677Z[ recovery-image] Dec 16 20:45:35.183 INFO O| Dec 16 20:45:35.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71192024-12-16T20:45:36.680Z[ recovery-image] Dec 16 20:45:35.183 INFO O| Dec 16 20:45:35.183 INFO STEP 907 (remove_files) COMPLETE
71202024-12-16T20:45:36.680Z[ recovery-image] Dec 16 20:45:35.183 INFO O| Dec 16 20:45:35.183 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-16T20:45:36.696Z[ recovery-image] Dec 16 20:45:35.203 INFO O| Dec 16 20:45:35.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71222024-12-16T20:45:36.699Z[ recovery-image] Dec 16 20:45:35.203 INFO O| Dec 16 20:45:35.203 INFO STEP 908 (remove_files) COMPLETE
71232024-12-16T20:45:36.699Z[ recovery-image] Dec 16 20:45:35.203 INFO O| Dec 16 20:45:35.203 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-16T20:45:36.727Z[ recovery-image] Dec 16 20:45:35.233 INFO O| Dec 16 20:45:35.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71252024-12-16T20:45:36.727Z[ recovery-image] Dec 16 20:45:35.233 INFO O| Dec 16 20:45:35.233 INFO STEP 909 (remove_files) COMPLETE
71262024-12-16T20:45:36.730Z[ recovery-image] Dec 16 20:45:35.233 INFO O| Dec 16 20:45:35.233 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-16T20:45:36.759Z[ recovery-image] Dec 16 20:45:35.266 INFO O| Dec 16 20:45:35.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71282024-12-16T20:45:36.759Z[ recovery-image] Dec 16 20:45:35.266 INFO O| Dec 16 20:45:35.266 INFO STEP 910 (remove_files) COMPLETE
71292024-12-16T20:45:36.762Z[ recovery-image] Dec 16 20:45:35.266 INFO O| Dec 16 20:45:35.266 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-16T20:45:36.777Z[ recovery-image] Dec 16 20:45:35.284 INFO O| Dec 16 20:45:35.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71312024-12-16T20:45:36.777Z[ recovery-image] Dec 16 20:45:35.284 INFO O| Dec 16 20:45:35.284 INFO STEP 911 (remove_files) COMPLETE
71322024-12-16T20:45:36.780Z[ recovery-image] Dec 16 20:45:35.284 INFO O| Dec 16 20:45:35.284 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-16T20:45:36.813Z[ recovery-image] Dec 16 20:45:35.320 INFO O| Dec 16 20:45:35.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71342024-12-16T20:45:36.813Z[ recovery-image] Dec 16 20:45:35.320 INFO O| Dec 16 20:45:35.320 INFO STEP 912 (remove_files) COMPLETE
71352024-12-16T20:45:36.814Z[ recovery-image] Dec 16 20:45:35.320 INFO O| Dec 16 20:45:35.320 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-16T20:45:36.832Z[ recovery-image] Dec 16 20:45:35.339 INFO O| Dec 16 20:45:35.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71372024-12-16T20:45:36.832Z[ recovery-image] Dec 16 20:45:35.339 INFO O| Dec 16 20:45:35.339 INFO STEP 913 (remove_files) COMPLETE
71382024-12-16T20:45:36.832Z[ recovery-image] Dec 16 20:45:35.339 INFO O| Dec 16 20:45:35.339 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-16T20:45:36.863Z[ recovery-image] Dec 16 20:45:35.370 INFO O| Dec 16 20:45:35.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71402024-12-16T20:45:36.863Z[ recovery-image] Dec 16 20:45:35.370 INFO O| Dec 16 20:45:35.370 INFO STEP 914 (remove_files) COMPLETE
71412024-12-16T20:45:36.863Z[ recovery-image] Dec 16 20:45:35.370 INFO O| Dec 16 20:45:35.370 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-16T20:45:36.887Z[ recovery-image] Dec 16 20:45:35.393 INFO O| Dec 16 20:45:35.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71432024-12-16T20:45:36.889Z[ recovery-image] Dec 16 20:45:35.394 INFO O| Dec 16 20:45:35.394 INFO STEP 915 (remove_files) COMPLETE
71442024-12-16T20:45:36.889Z[ recovery-image] Dec 16 20:45:35.394 INFO O| Dec 16 20:45:35.394 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-16T20:45:36.905Z[ recovery-image] Dec 16 20:45:35.412 INFO O| Dec 16 20:45:35.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71462024-12-16T20:45:36.908Z[ recovery-image] Dec 16 20:45:35.412 INFO O| Dec 16 20:45:35.412 INFO STEP 916 (remove_files) COMPLETE
71472024-12-16T20:45:36.908Z[ recovery-image] Dec 16 20:45:35.412 INFO O| Dec 16 20:45:35.412 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-16T20:45:36.924Z[ recovery-image] Dec 16 20:45:35.430 INFO O| Dec 16 20:45:35.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71492024-12-16T20:45:36.927Z[ recovery-image] Dec 16 20:45:35.430 INFO O| Dec 16 20:45:35.430 INFO STEP 917 (remove_files) COMPLETE
71502024-12-16T20:45:36.927Z[ recovery-image] Dec 16 20:45:35.430 INFO O| Dec 16 20:45:35.430 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-16T20:45:36.940Z[ recovery-image] Dec 16 20:45:35.447 INFO O| Dec 16 20:45:35.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71522024-12-16T20:45:36.942Z[ recovery-image] Dec 16 20:45:35.447 INFO O| Dec 16 20:45:35.447 INFO STEP 918 (remove_files) COMPLETE
71532024-12-16T20:45:36.942Z[ recovery-image] Dec 16 20:45:35.447 INFO O| Dec 16 20:45:35.447 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-16T20:45:36.958Z[ recovery-image] Dec 16 20:45:35.465 INFO O| Dec 16 20:45:35.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71552024-12-16T20:45:36.960Z[ recovery-image] Dec 16 20:45:35.465 INFO O| Dec 16 20:45:35.465 INFO STEP 919 (remove_files) COMPLETE
71562024-12-16T20:45:36.960Z[ recovery-image] Dec 16 20:45:35.465 INFO O| Dec 16 20:45:35.465 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-16T20:45:36.977Z[ recovery-image] Dec 16 20:45:35.483 INFO O| Dec 16 20:45:35.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71582024-12-16T20:45:36.979Z[ recovery-image] Dec 16 20:45:35.483 INFO O| Dec 16 20:45:35.483 INFO STEP 920 (remove_files) COMPLETE
71592024-12-16T20:45:36.979Z[ recovery-image] Dec 16 20:45:35.484 INFO O| Dec 16 20:45:35.484 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-16T20:45:36.994Z[ recovery-image] Dec 16 20:45:35.501 INFO O| Dec 16 20:45:35.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71612024-12-16T20:45:36.996Z[ recovery-image] Dec 16 20:45:35.501 INFO O| Dec 16 20:45:35.501 INFO STEP 921 (remove_files) COMPLETE
71622024-12-16T20:45:36.996Z[ recovery-image] Dec 16 20:45:35.501 INFO O| Dec 16 20:45:35.501 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-16T20:45:37.025Z[ recovery-image] Dec 16 20:45:35.532 INFO O| Dec 16 20:45:35.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71642024-12-16T20:45:37.027Z[ recovery-image] Dec 16 20:45:35.532 INFO O| Dec 16 20:45:35.532 INFO STEP 922 (remove_files) COMPLETE
71652024-12-16T20:45:37.027Z[ recovery-image] Dec 16 20:45:35.532 INFO O| Dec 16 20:45:35.532 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-16T20:45:37.043Z[ recovery-image] Dec 16 20:45:35.549 INFO O| Dec 16 20:45:35.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71672024-12-16T20:45:37.046Z[ recovery-image] Dec 16 20:45:35.550 INFO O| Dec 16 20:45:35.550 INFO STEP 923 (remove_files) COMPLETE
71682024-12-16T20:45:37.046Z[ recovery-image] Dec 16 20:45:35.550 INFO O| Dec 16 20:45:35.550 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-16T20:45:37.065Z[ recovery-image] Dec 16 20:45:35.572 INFO O| Dec 16 20:45:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71702024-12-16T20:45:37.068Z[ recovery-image] Dec 16 20:45:35.573 INFO O| Dec 16 20:45:35.573 INFO STEP 924 (remove_files) COMPLETE
71712024-12-16T20:45:37.069Z[ recovery-image] Dec 16 20:45:35.574 INFO O| Dec 16 20:45:35.573 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-16T20:45:37.087Z[ recovery-image] Dec 16 20:45:35.594 INFO O| Dec 16 20:45:35.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71732024-12-16T20:45:37.087Z[ recovery-image] Dec 16 20:45:35.594 INFO O| Dec 16 20:45:35.594 INFO STEP 925 (remove_files) COMPLETE
71742024-12-16T20:45:37.087Z[ recovery-image] Dec 16 20:45:35.594 INFO O| Dec 16 20:45:35.594 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-16T20:45:37.115Z[ recovery-image] Dec 16 20:45:35.621 INFO O| Dec 16 20:45:35.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71762024-12-16T20:45:37.115Z[ recovery-image] Dec 16 20:45:35.621 INFO O| Dec 16 20:45:35.621 INFO STEP 926 (remove_files) COMPLETE
71772024-12-16T20:45:37.115Z[ recovery-image] Dec 16 20:45:35.621 INFO O| Dec 16 20:45:35.621 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-16T20:45:37.137Z[ recovery-image] Dec 16 20:45:35.644 INFO O| Dec 16 20:45:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71792024-12-16T20:45:37.140Z[ recovery-image] Dec 16 20:45:35.644 INFO O| Dec 16 20:45:35.644 INFO STEP 927 (remove_files) COMPLETE
71802024-12-16T20:45:37.140Z[ recovery-image] Dec 16 20:45:35.644 INFO O| Dec 16 20:45:35.644 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-16T20:45:37.159Z[ recovery-image] Dec 16 20:45:35.666 INFO O| Dec 16 20:45:35.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71822024-12-16T20:45:37.162Z[ recovery-image] Dec 16 20:45:35.667 INFO O| Dec 16 20:45:35.667 INFO STEP 928 (remove_files) COMPLETE
71832024-12-16T20:45:37.162Z[ recovery-image] Dec 16 20:45:35.667 INFO O| Dec 16 20:45:35.667 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-16T20:45:37.179Z[ recovery-image] Dec 16 20:45:35.685 INFO O| Dec 16 20:45:35.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71852024-12-16T20:45:37.181Z[ recovery-image] Dec 16 20:45:35.685 INFO O| Dec 16 20:45:35.685 INFO STEP 929 (remove_files) COMPLETE
71862024-12-16T20:45:37.181Z[ recovery-image] Dec 16 20:45:35.686 INFO O| Dec 16 20:45:35.685 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-16T20:45:37.196Z[ recovery-image] Dec 16 20:45:35.703 INFO O| Dec 16 20:45:35.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71882024-12-16T20:45:37.200Z[ recovery-image] Dec 16 20:45:35.703 INFO O| Dec 16 20:45:35.703 INFO STEP 930 (remove_files) COMPLETE
71892024-12-16T20:45:37.201Z[ recovery-image] Dec 16 20:45:35.703 INFO O| Dec 16 20:45:35.703 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-16T20:45:37.214Z[ recovery-image] Dec 16 20:45:35.721 INFO O| Dec 16 20:45:35.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71912024-12-16T20:45:37.222Z[ recovery-image] Dec 16 20:45:35.721 INFO O| Dec 16 20:45:35.721 INFO STEP 931 (remove_files) COMPLETE
71922024-12-16T20:45:37.222Z[ recovery-image] Dec 16 20:45:35.721 INFO O| Dec 16 20:45:35.721 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-16T20:45:37.233Z[ recovery-image] Dec 16 20:45:35.740 INFO O| Dec 16 20:45:35.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71942024-12-16T20:45:37.236Z[ recovery-image] Dec 16 20:45:35.740 INFO O| Dec 16 20:45:35.740 INFO STEP 932 (remove_files) COMPLETE
71952024-12-16T20:45:37.236Z[ recovery-image] Dec 16 20:45:35.740 INFO O| Dec 16 20:45:35.740 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-16T20:45:37.252Z[ recovery-image] Dec 16 20:45:35.759 INFO O| Dec 16 20:45:35.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71972024-12-16T20:45:37.255Z[ recovery-image] Dec 16 20:45:35.759 INFO O| Dec 16 20:45:35.759 INFO STEP 933 (remove_files) COMPLETE
71982024-12-16T20:45:37.255Z[ recovery-image] Dec 16 20:45:35.760 INFO O| Dec 16 20:45:35.759 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-16T20:45:37.273Z[ recovery-image] Dec 16 20:45:35.779 INFO O| Dec 16 20:45:35.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72002024-12-16T20:45:37.275Z[ recovery-image] Dec 16 20:45:35.779 INFO O| Dec 16 20:45:35.779 INFO STEP 934 (remove_files) COMPLETE
72012024-12-16T20:45:37.275Z[ recovery-image] Dec 16 20:45:35.779 INFO O| Dec 16 20:45:35.779 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-16T20:45:37.292Z[ recovery-image] Dec 16 20:45:35.799 INFO O| Dec 16 20:45:35.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72032024-12-16T20:45:37.295Z[ recovery-image] Dec 16 20:45:35.799 INFO O| Dec 16 20:45:35.799 INFO STEP 935 (remove_files) COMPLETE
72042024-12-16T20:45:37.295Z[ recovery-image] Dec 16 20:45:35.799 INFO O| Dec 16 20:45:35.799 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-16T20:45:37.312Z[ recovery-image] Dec 16 20:45:35.818 INFO O| Dec 16 20:45:35.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72062024-12-16T20:45:37.315Z[ recovery-image] Dec 16 20:45:35.818 INFO O| Dec 16 20:45:35.818 INFO STEP 936 (remove_files) COMPLETE
72072024-12-16T20:45:37.315Z[ recovery-image] Dec 16 20:45:35.819 INFO O| Dec 16 20:45:35.818 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-16T20:45:37.332Z[ recovery-image] Dec 16 20:45:35.838 INFO O| Dec 16 20:45:35.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72092024-12-16T20:45:37.332Z[ recovery-image] Dec 16 20:45:35.839 INFO O| Dec 16 20:45:35.838 INFO STEP 937 (remove_files) COMPLETE
72102024-12-16T20:45:37.332Z[ recovery-image] Dec 16 20:45:35.839 INFO O| Dec 16 20:45:35.839 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-16T20:45:37.353Z[ recovery-image] Dec 16 20:45:35.859 INFO O| Dec 16 20:45:35.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72122024-12-16T20:45:37.353Z[ recovery-image] Dec 16 20:45:35.859 INFO O| Dec 16 20:45:35.859 INFO STEP 938 (remove_files) COMPLETE
72132024-12-16T20:45:37.356Z[ recovery-image] Dec 16 20:45:35.859 INFO O| Dec 16 20:45:35.859 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-16T20:45:37.375Z[ recovery-image] Dec 16 20:45:35.880 INFO O| Dec 16 20:45:35.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72152024-12-16T20:45:37.375Z[ recovery-image] Dec 16 20:45:35.881 INFO O| Dec 16 20:45:35.881 INFO STEP 939 (remove_files) COMPLETE
72162024-12-16T20:45:37.375Z[ recovery-image] Dec 16 20:45:35.881 INFO O| Dec 16 20:45:35.881 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-16T20:45:37.394Z[ recovery-image] Dec 16 20:45:35.901 INFO O| Dec 16 20:45:35.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72182024-12-16T20:45:37.394Z[ recovery-image] Dec 16 20:45:35.901 INFO O| Dec 16 20:45:35.901 INFO STEP 940 (remove_files) COMPLETE
72192024-12-16T20:45:37.394Z[ recovery-image] Dec 16 20:45:35.901 INFO O| Dec 16 20:45:35.901 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-16T20:45:37.414Z[ recovery-image] Dec 16 20:45:35.920 INFO O| Dec 16 20:45:35.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72212024-12-16T20:45:37.414Z[ recovery-image] Dec 16 20:45:35.920 INFO O| Dec 16 20:45:35.920 INFO STEP 941 (remove_files) COMPLETE
72222024-12-16T20:45:37.414Z[ recovery-image] Dec 16 20:45:35.920 INFO O| Dec 16 20:45:35.920 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-16T20:45:37.432Z[ recovery-image] Dec 16 20:45:35.938 INFO O| Dec 16 20:45:35.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72242024-12-16T20:45:37.432Z[ recovery-image] Dec 16 20:45:35.938 INFO O| Dec 16 20:45:35.938 INFO STEP 942 (remove_files) COMPLETE
72252024-12-16T20:45:37.432Z[ recovery-image] Dec 16 20:45:35.938 INFO O| Dec 16 20:45:35.938 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-16T20:45:37.452Z[ recovery-image] Dec 16 20:45:35.958 INFO O| Dec 16 20:45:35.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72272024-12-16T20:45:37.452Z[ recovery-image] Dec 16 20:45:35.958 INFO O| Dec 16 20:45:35.958 INFO STEP 943 (remove_files) COMPLETE
72282024-12-16T20:45:37.452Z[ recovery-image] Dec 16 20:45:35.958 INFO O| Dec 16 20:45:35.958 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-16T20:45:37.489Z[ recovery-image] Dec 16 20:45:35.996 INFO O| Dec 16 20:45:35.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72302024-12-16T20:45:37.489Z[ recovery-image] Dec 16 20:45:35.996 INFO O| Dec 16 20:45:35.996 INFO STEP 944 (remove_files) COMPLETE
72312024-12-16T20:45:37.489Z[ recovery-image] Dec 16 20:45:35.996 INFO O| Dec 16 20:45:35.996 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-16T20:45:37.551Z[ recovery-image] Dec 16 20:45:36.057 INFO O| Dec 16 20:45:36.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72332024-12-16T20:45:37.551Z[ recovery-image] Dec 16 20:45:36.058 INFO O| Dec 16 20:45:36.057 INFO STEP 945 (remove_files) COMPLETE
72342024-12-16T20:45:37.551Z[ recovery-image] Dec 16 20:45:36.058 INFO O| Dec 16 20:45:36.057 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-16T20:45:37.572Z[ recovery-image] Dec 16 20:45:36.078 INFO O| Dec 16 20:45:36.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72362024-12-16T20:45:37.572Z[ recovery-image] Dec 16 20:45:36.078 INFO O| Dec 16 20:45:36.078 INFO STEP 946 (remove_files) COMPLETE
72372024-12-16T20:45:37.572Z[ recovery-image] Dec 16 20:45:36.078 INFO O| Dec 16 20:45:36.078 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-16T20:45:37.592Z[ recovery-image] Dec 16 20:45:36.099 INFO O| Dec 16 20:45:36.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72392024-12-16T20:45:37.592Z[ recovery-image] Dec 16 20:45:36.099 INFO O| Dec 16 20:45:36.099 INFO STEP 947 (remove_files) COMPLETE
72402024-12-16T20:45:37.592Z[ recovery-image] Dec 16 20:45:36.099 INFO O| Dec 16 20:45:36.099 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-16T20:45:37.629Z[ recovery-image] Dec 16 20:45:36.136 INFO O| Dec 16 20:45:36.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72422024-12-16T20:45:37.629Z[ recovery-image] Dec 16 20:45:36.136 INFO O| Dec 16 20:45:36.136 INFO STEP 948 (remove_files) COMPLETE
72432024-12-16T20:45:37.629Z[ recovery-image] Dec 16 20:45:36.136 INFO O| Dec 16 20:45:36.136 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-16T20:45:37.659Z[ recovery-image] Dec 16 20:45:36.166 INFO O| Dec 16 20:45:36.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72452024-12-16T20:45:37.659Z[ recovery-image] Dec 16 20:45:36.166 INFO O| Dec 16 20:45:36.166 INFO STEP 949 (remove_files) COMPLETE
72462024-12-16T20:45:37.659Z[ recovery-image] Dec 16 20:45:36.166 INFO O| Dec 16 20:45:36.166 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-16T20:45:37.676Z[ recovery-image] Dec 16 20:45:36.182 INFO O| Dec 16 20:45:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72482024-12-16T20:45:37.677Z[ recovery-image] Dec 16 20:45:36.182 INFO O| Dec 16 20:45:36.182 INFO STEP 950 (remove_files) COMPLETE
72492024-12-16T20:45:37.677Z[ recovery-image] Dec 16 20:45:36.182 INFO O| Dec 16 20:45:36.182 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-16T20:45:37.692Z[ recovery-image] Dec 16 20:45:36.199 INFO O| Dec 16 20:45:36.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72512024-12-16T20:45:37.692Z[ recovery-image] Dec 16 20:45:36.199 INFO O| Dec 16 20:45:36.199 INFO STEP 951 (remove_files) COMPLETE
72522024-12-16T20:45:37.692Z[ recovery-image] Dec 16 20:45:36.199 INFO O| Dec 16 20:45:36.199 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-16T20:45:37.709Z[ recovery-image] Dec 16 20:45:36.216 INFO O| Dec 16 20:45:36.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72542024-12-16T20:45:37.709Z[ recovery-image] Dec 16 20:45:36.216 INFO O| Dec 16 20:45:36.216 INFO STEP 952 (remove_files) COMPLETE
72552024-12-16T20:45:37.712Z[ recovery-image] Dec 16 20:45:36.216 INFO O| Dec 16 20:45:36.216 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-16T20:45:37.727Z[ recovery-image] Dec 16 20:45:36.234 INFO O| Dec 16 20:45:36.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72572024-12-16T20:45:37.727Z[ recovery-image] Dec 16 20:45:36.234 INFO O| Dec 16 20:45:36.234 INFO STEP 953 (remove_files) COMPLETE
72582024-12-16T20:45:37.730Z[ recovery-image] Dec 16 20:45:36.234 INFO O| Dec 16 20:45:36.234 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-16T20:45:37.746Z[ recovery-image] Dec 16 20:45:36.253 INFO O| Dec 16 20:45:36.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72602024-12-16T20:45:37.747Z[ recovery-image] Dec 16 20:45:36.253 INFO O| Dec 16 20:45:36.253 INFO STEP 954 (remove_files) COMPLETE
72612024-12-16T20:45:37.747Z[ recovery-image] Dec 16 20:45:36.253 INFO O| Dec 16 20:45:36.253 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-16T20:45:37.769Z[ recovery-image] Dec 16 20:45:36.275 INFO O| Dec 16 20:45:36.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72632024-12-16T20:45:37.769Z[ recovery-image] Dec 16 20:45:36.275 INFO O| Dec 16 20:45:36.275 INFO STEP 955 (remove_files) COMPLETE
72642024-12-16T20:45:37.769Z[ recovery-image] Dec 16 20:45:36.275 INFO O| Dec 16 20:45:36.275 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-16T20:45:37.788Z[ recovery-image] Dec 16 20:45:36.294 INFO O| Dec 16 20:45:36.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72662024-12-16T20:45:37.788Z[ recovery-image] Dec 16 20:45:36.294 INFO O| Dec 16 20:45:36.294 INFO STEP 956 (remove_files) COMPLETE
72672024-12-16T20:45:37.788Z[ recovery-image] Dec 16 20:45:36.294 INFO O| Dec 16 20:45:36.294 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-16T20:45:37.808Z[ recovery-image] Dec 16 20:45:36.314 INFO O| Dec 16 20:45:36.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72692024-12-16T20:45:37.808Z[ recovery-image] Dec 16 20:45:36.314 INFO O| Dec 16 20:45:36.314 INFO STEP 957 (remove_files) COMPLETE
72702024-12-16T20:45:37.808Z[ recovery-image] Dec 16 20:45:36.314 INFO O| Dec 16 20:45:36.314 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-16T20:45:37.828Z[ recovery-image] Dec 16 20:45:36.333 INFO O| Dec 16 20:45:36.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72722024-12-16T20:45:37.828Z[ recovery-image] Dec 16 20:45:36.333 INFO O| Dec 16 20:45:36.333 INFO STEP 958 (remove_files) COMPLETE
72732024-12-16T20:45:37.828Z[ recovery-image] Dec 16 20:45:36.333 INFO O| Dec 16 20:45:36.333 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-16T20:45:37.847Z[ recovery-image] Dec 16 20:45:36.353 INFO O| Dec 16 20:45:36.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72752024-12-16T20:45:37.847Z[ recovery-image] Dec 16 20:45:36.353 INFO O| Dec 16 20:45:36.353 INFO STEP 959 (remove_files) COMPLETE
72762024-12-16T20:45:37.847Z[ recovery-image] Dec 16 20:45:36.353 INFO O| Dec 16 20:45:36.353 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-16T20:45:37.867Z[ recovery-image] Dec 16 20:45:36.373 INFO O| Dec 16 20:45:36.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72782024-12-16T20:45:37.867Z[ recovery-image] Dec 16 20:45:36.373 INFO O| Dec 16 20:45:36.373 INFO STEP 960 (remove_files) COMPLETE
72792024-12-16T20:45:37.867Z[ recovery-image] Dec 16 20:45:36.373 INFO O| Dec 16 20:45:36.373 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-16T20:45:37.901Z[ recovery-image] Dec 16 20:45:36.407 INFO O| Dec 16 20:45:36.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72812024-12-16T20:45:37.901Z[ recovery-image] Dec 16 20:45:36.407 INFO O| Dec 16 20:45:36.407 INFO STEP 961 (remove_files) COMPLETE
72822024-12-16T20:45:37.901Z[ recovery-image] Dec 16 20:45:36.407 INFO O| Dec 16 20:45:36.407 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-16T20:45:37.922Z[ recovery-image] Dec 16 20:45:36.428 INFO O| Dec 16 20:45:36.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72842024-12-16T20:45:37.922Z[ recovery-image] Dec 16 20:45:36.429 INFO O| Dec 16 20:45:36.428 INFO STEP 962 (remove_files) COMPLETE
72852024-12-16T20:45:37.922Z[ recovery-image] Dec 16 20:45:36.429 INFO O| Dec 16 20:45:36.429 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-16T20:45:37.943Z[ recovery-image] Dec 16 20:45:36.450 INFO O| Dec 16 20:45:36.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72872024-12-16T20:45:37.943Z[ recovery-image] Dec 16 20:45:36.450 INFO O| Dec 16 20:45:36.450 INFO STEP 963 (remove_files) COMPLETE
72882024-12-16T20:45:37.943Z[ recovery-image] Dec 16 20:45:36.450 INFO O| Dec 16 20:45:36.450 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-16T20:45:37.963Z[ recovery-image] Dec 16 20:45:36.470 INFO O| Dec 16 20:45:36.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72902024-12-16T20:45:37.965Z[ recovery-image] Dec 16 20:45:36.470 INFO O| Dec 16 20:45:36.470 INFO STEP 964 (remove_files) COMPLETE
72912024-12-16T20:45:37.966Z[ recovery-image] Dec 16 20:45:36.470 INFO O| Dec 16 20:45:36.470 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-16T20:45:38.026Z[ recovery-image] Dec 16 20:45:36.532 INFO O| Dec 16 20:45:36.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72932024-12-16T20:45:38.028Z[ recovery-image] Dec 16 20:45:36.532 INFO O| Dec 16 20:45:36.532 INFO STEP 965 (remove_files) COMPLETE
72942024-12-16T20:45:38.028Z[ recovery-image] Dec 16 20:45:36.533 INFO O| Dec 16 20:45:36.532 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-16T20:45:38.045Z[ recovery-image] Dec 16 20:45:36.551 INFO O| Dec 16 20:45:36.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72962024-12-16T20:45:38.047Z[ recovery-image] Dec 16 20:45:36.551 INFO O| Dec 16 20:45:36.551 INFO STEP 966 (remove_files) COMPLETE
72972024-12-16T20:45:38.047Z[ recovery-image] Dec 16 20:45:36.552 INFO O| Dec 16 20:45:36.551 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-16T20:45:38.063Z[ recovery-image] Dec 16 20:45:36.570 INFO O| Dec 16 20:45:36.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72992024-12-16T20:45:38.066Z[ recovery-image] Dec 16 20:45:36.570 INFO O| Dec 16 20:45:36.570 INFO STEP 967 (remove_files) COMPLETE
73002024-12-16T20:45:38.066Z[ recovery-image] Dec 16 20:45:36.570 INFO O| Dec 16 20:45:36.570 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-16T20:45:38.081Z[ recovery-image] Dec 16 20:45:36.588 INFO O| Dec 16 20:45:36.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73022024-12-16T20:45:38.081Z[ recovery-image] Dec 16 20:45:36.588 INFO O| Dec 16 20:45:36.588 INFO STEP 968 (remove_files) COMPLETE
73032024-12-16T20:45:38.081Z[ recovery-image] Dec 16 20:45:36.588 INFO O| Dec 16 20:45:36.588 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-16T20:45:38.102Z[ recovery-image] Dec 16 20:45:36.608 INFO O| Dec 16 20:45:36.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73052024-12-16T20:45:38.102Z[ recovery-image] Dec 16 20:45:36.608 INFO O| Dec 16 20:45:36.608 INFO STEP 969 (remove_files) COMPLETE
73062024-12-16T20:45:38.102Z[ recovery-image] Dec 16 20:45:36.608 INFO O| Dec 16 20:45:36.608 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-16T20:45:38.136Z[ recovery-image] Dec 16 20:45:36.642 INFO O| Dec 16 20:45:36.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73082024-12-16T20:45:38.136Z[ recovery-image] Dec 16 20:45:36.642 INFO O| Dec 16 20:45:36.642 INFO STEP 970 (remove_files) COMPLETE
73092024-12-16T20:45:38.136Z[ recovery-image] Dec 16 20:45:36.642 INFO O| Dec 16 20:45:36.642 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-16T20:45:38.175Z[ recovery-image] Dec 16 20:45:36.681 INFO O| Dec 16 20:45:36.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73112024-12-16T20:45:38.175Z[ recovery-image] Dec 16 20:45:36.681 INFO O| Dec 16 20:45:36.681 INFO STEP 971 (remove_files) COMPLETE
73122024-12-16T20:45:38.175Z[ recovery-image] Dec 16 20:45:36.682 INFO O| Dec 16 20:45:36.681 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-16T20:45:38.212Z[ recovery-image] Dec 16 20:45:36.718 INFO O| Dec 16 20:45:36.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73142024-12-16T20:45:38.214Z[ recovery-image] Dec 16 20:45:36.718 INFO O| Dec 16 20:45:36.718 INFO STEP 972 (remove_files) COMPLETE
73152024-12-16T20:45:38.214Z[ recovery-image] Dec 16 20:45:36.718 INFO O| Dec 16 20:45:36.718 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-16T20:45:38.230Z[ recovery-image] Dec 16 20:45:36.737 INFO O| Dec 16 20:45:36.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73172024-12-16T20:45:38.231Z[ recovery-image] Dec 16 20:45:36.737 INFO O| Dec 16 20:45:36.737 INFO STEP 973 (remove_files) COMPLETE
73182024-12-16T20:45:38.235Z[ recovery-image] Dec 16 20:45:36.737 INFO O| Dec 16 20:45:36.737 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-16T20:45:38.250Z[ recovery-image] Dec 16 20:45:36.757 INFO O| Dec 16 20:45:36.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73202024-12-16T20:45:38.250Z[ recovery-image] Dec 16 20:45:36.757 INFO O| Dec 16 20:45:36.757 INFO STEP 974 (remove_files) COMPLETE
73212024-12-16T20:45:38.251Z[ recovery-image] Dec 16 20:45:36.757 INFO O| Dec 16 20:45:36.757 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-16T20:45:38.270Z[ recovery-image] Dec 16 20:45:36.776 INFO O| Dec 16 20:45:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73232024-12-16T20:45:38.270Z[ recovery-image] Dec 16 20:45:36.776 INFO O| Dec 16 20:45:36.776 INFO STEP 975 (remove_files) COMPLETE
73242024-12-16T20:45:38.272Z[ recovery-image] Dec 16 20:45:36.776 INFO O| Dec 16 20:45:36.776 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-16T20:45:38.288Z[ recovery-image] Dec 16 20:45:36.795 INFO O| Dec 16 20:45:36.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73262024-12-16T20:45:38.288Z[ recovery-image] Dec 16 20:45:36.795 INFO O| Dec 16 20:45:36.795 INFO STEP 976 (remove_files) COMPLETE
73272024-12-16T20:45:38.288Z[ recovery-image] Dec 16 20:45:36.795 INFO O| Dec 16 20:45:36.795 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-16T20:45:38.328Z[ recovery-image] Dec 16 20:45:36.834 INFO O| Dec 16 20:45:36.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73292024-12-16T20:45:38.328Z[ recovery-image] Dec 16 20:45:36.834 INFO O| Dec 16 20:45:36.834 INFO STEP 977 (remove_files) COMPLETE
73302024-12-16T20:45:38.330Z[ recovery-image] Dec 16 20:45:36.834 INFO O| Dec 16 20:45:36.834 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-16T20:45:38.345Z[ recovery-image] Dec 16 20:45:36.851 INFO O| Dec 16 20:45:36.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73322024-12-16T20:45:38.345Z[ recovery-image] Dec 16 20:45:36.851 INFO O| Dec 16 20:45:36.851 INFO STEP 978 (remove_files) COMPLETE
73332024-12-16T20:45:38.349Z[ recovery-image] Dec 16 20:45:36.851 INFO O| Dec 16 20:45:36.851 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-16T20:45:38.363Z[ recovery-image] Dec 16 20:45:36.870 INFO O| Dec 16 20:45:36.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73352024-12-16T20:45:38.363Z[ recovery-image] Dec 16 20:45:36.870 INFO O| Dec 16 20:45:36.870 INFO STEP 979 (remove_files) COMPLETE
73362024-12-16T20:45:38.365Z[ recovery-image] Dec 16 20:45:36.870 INFO O| Dec 16 20:45:36.870 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-16T20:45:38.382Z[ recovery-image] Dec 16 20:45:36.889 INFO O| Dec 16 20:45:36.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73382024-12-16T20:45:38.382Z[ recovery-image] Dec 16 20:45:36.889 INFO O| Dec 16 20:45:36.889 INFO STEP 980 (remove_files) COMPLETE
73392024-12-16T20:45:38.382Z[ recovery-image] Dec 16 20:45:36.889 INFO O| Dec 16 20:45:36.889 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-16T20:45:38.401Z[ recovery-image] Dec 16 20:45:36.907 INFO O| Dec 16 20:45:36.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73412024-12-16T20:45:38.401Z[ recovery-image] Dec 16 20:45:36.907 INFO O| Dec 16 20:45:36.907 INFO STEP 981 (remove_files) COMPLETE
73422024-12-16T20:45:38.403Z[ recovery-image] Dec 16 20:45:36.907 INFO O| Dec 16 20:45:36.907 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-16T20:45:38.421Z[ recovery-image] Dec 16 20:45:36.927 INFO O| Dec 16 20:45:36.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73442024-12-16T20:45:38.421Z[ recovery-image] Dec 16 20:45:36.927 INFO O| Dec 16 20:45:36.927 INFO STEP 982 (remove_files) COMPLETE
73452024-12-16T20:45:38.421Z[ recovery-image] Dec 16 20:45:36.927 INFO O| Dec 16 20:45:36.927 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-16T20:45:38.458Z[ recovery-image] Dec 16 20:45:36.964 INFO O| Dec 16 20:45:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73472024-12-16T20:45:38.458Z[ recovery-image] Dec 16 20:45:36.964 INFO O| Dec 16 20:45:36.964 INFO STEP 983 (remove_files) COMPLETE
73482024-12-16T20:45:38.458Z[ recovery-image] Dec 16 20:45:36.964 INFO O| Dec 16 20:45:36.964 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-16T20:45:38.477Z[ recovery-image] Dec 16 20:45:36.984 INFO O| Dec 16 20:45:36.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73502024-12-16T20:45:38.477Z[ recovery-image] Dec 16 20:45:36.984 INFO O| Dec 16 20:45:36.984 INFO STEP 984 (remove_files) COMPLETE
73512024-12-16T20:45:38.478Z[ recovery-image] Dec 16 20:45:36.984 INFO O| Dec 16 20:45:36.984 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-16T20:45:38.495Z[ recovery-image] Dec 16 20:45:37.002 INFO O| Dec 16 20:45:37.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73532024-12-16T20:45:38.498Z[ recovery-image] Dec 16 20:45:37.002 INFO O| Dec 16 20:45:37.002 INFO STEP 985 (remove_files) COMPLETE
73542024-12-16T20:45:38.498Z[ recovery-image] Dec 16 20:45:37.002 INFO O| Dec 16 20:45:37.002 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-16T20:45:38.513Z[ recovery-image] Dec 16 20:45:37.020 INFO O| Dec 16 20:45:37.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73562024-12-16T20:45:38.514Z[ recovery-image] Dec 16 20:45:37.020 INFO O| Dec 16 20:45:37.020 INFO STEP 986 (remove_files) COMPLETE
73572024-12-16T20:45:38.514Z[ recovery-image] Dec 16 20:45:37.020 INFO O| Dec 16 20:45:37.020 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-16T20:45:38.531Z[ recovery-image] Dec 16 20:45:37.038 INFO O| Dec 16 20:45:37.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73592024-12-16T20:45:38.531Z[ recovery-image] Dec 16 20:45:37.038 INFO O| Dec 16 20:45:37.038 INFO STEP 987 (remove_files) COMPLETE
73602024-12-16T20:45:38.534Z[ recovery-image] Dec 16 20:45:37.038 INFO O| Dec 16 20:45:37.038 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-16T20:45:38.550Z[ recovery-image] Dec 16 20:45:37.057 INFO O| Dec 16 20:45:37.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73622024-12-16T20:45:38.550Z[ recovery-image] Dec 16 20:45:37.057 INFO O| Dec 16 20:45:37.057 INFO STEP 988 (remove_files) COMPLETE
73632024-12-16T20:45:38.553Z[ recovery-image] Dec 16 20:45:37.057 INFO O| Dec 16 20:45:37.057 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-16T20:45:38.568Z[ recovery-image] Dec 16 20:45:37.074 INFO O| Dec 16 20:45:37.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73652024-12-16T20:45:38.568Z[ recovery-image] Dec 16 20:45:37.074 INFO O| Dec 16 20:45:37.074 INFO STEP 989 (remove_files) COMPLETE
73662024-12-16T20:45:38.571Z[ recovery-image] Dec 16 20:45:37.074 INFO O| Dec 16 20:45:37.074 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-16T20:45:38.585Z[ recovery-image] Dec 16 20:45:37.091 INFO O| Dec 16 20:45:37.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73682024-12-16T20:45:38.585Z[ recovery-image] Dec 16 20:45:37.092 INFO O| Dec 16 20:45:37.091 INFO STEP 990 (remove_files) COMPLETE
73692024-12-16T20:45:38.585Z[ recovery-image] Dec 16 20:45:37.092 INFO O| Dec 16 20:45:37.091 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-16T20:45:38.602Z[ recovery-image] Dec 16 20:45:37.108 INFO O| Dec 16 20:45:37.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73712024-12-16T20:45:38.602Z[ recovery-image] Dec 16 20:45:37.108 INFO O| Dec 16 20:45:37.108 INFO STEP 991 (remove_files) COMPLETE
73722024-12-16T20:45:38.602Z[ recovery-image] Dec 16 20:45:37.108 INFO O| Dec 16 20:45:37.108 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-16T20:45:38.619Z[ recovery-image] Dec 16 20:45:37.125 INFO O| Dec 16 20:45:37.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73742024-12-16T20:45:38.619Z[ recovery-image] Dec 16 20:45:37.125 INFO O| Dec 16 20:45:37.125 INFO STEP 992 (remove_files) COMPLETE
73752024-12-16T20:45:38.619Z[ recovery-image] Dec 16 20:45:37.125 INFO O| Dec 16 20:45:37.125 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-16T20:45:38.641Z[ recovery-image] Dec 16 20:45:37.148 INFO O| Dec 16 20:45:37.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73772024-12-16T20:45:38.641Z[ recovery-image] Dec 16 20:45:37.148 INFO O| Dec 16 20:45:37.148 INFO STEP 993 (remove_files) COMPLETE
73782024-12-16T20:45:38.641Z[ recovery-image] Dec 16 20:45:37.148 INFO O| Dec 16 20:45:37.148 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-16T20:45:38.661Z[ recovery-image] Dec 16 20:45:37.168 INFO O| Dec 16 20:45:37.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73802024-12-16T20:45:38.661Z[ recovery-image] Dec 16 20:45:37.168 INFO O| Dec 16 20:45:37.168 INFO STEP 994 (remove_files) COMPLETE
73812024-12-16T20:45:38.665Z[ recovery-image] Dec 16 20:45:37.168 INFO O| Dec 16 20:45:37.168 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-16T20:45:38.680Z[ recovery-image] Dec 16 20:45:37.185 INFO O| Dec 16 20:45:37.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73832024-12-16T20:45:38.680Z[ recovery-image] Dec 16 20:45:37.185 INFO O| Dec 16 20:45:37.185 INFO STEP 995 (remove_files) COMPLETE
73842024-12-16T20:45:38.680Z[ recovery-image] Dec 16 20:45:37.185 INFO O| Dec 16 20:45:37.185 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-16T20:45:38.696Z[ recovery-image] Dec 16 20:45:37.203 INFO O| Dec 16 20:45:37.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73862024-12-16T20:45:38.697Z[ recovery-image] Dec 16 20:45:37.203 INFO O| Dec 16 20:45:37.203 INFO STEP 996 (remove_files) COMPLETE
73872024-12-16T20:45:38.699Z[ recovery-image] Dec 16 20:45:37.203 INFO O| Dec 16 20:45:37.203 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-16T20:45:38.713Z[ recovery-image] Dec 16 20:45:37.219 INFO O| Dec 16 20:45:37.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73892024-12-16T20:45:38.713Z[ recovery-image] Dec 16 20:45:37.219 INFO O| Dec 16 20:45:37.219 INFO STEP 997 (remove_files) COMPLETE
73902024-12-16T20:45:38.715Z[ recovery-image] Dec 16 20:45:37.219 INFO O| Dec 16 20:45:37.219 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-16T20:45:38.730Z[ recovery-image] Dec 16 20:45:37.236 INFO O| Dec 16 20:45:37.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73922024-12-16T20:45:38.733Z[ recovery-image] Dec 16 20:45:37.236 INFO O| Dec 16 20:45:37.236 INFO STEP 998 (remove_files) COMPLETE
73932024-12-16T20:45:38.733Z[ recovery-image] Dec 16 20:45:37.236 INFO O| Dec 16 20:45:37.236 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-16T20:45:38.748Z[ recovery-image] Dec 16 20:45:37.255 INFO O| Dec 16 20:45:37.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73952024-12-16T20:45:38.751Z[ recovery-image] Dec 16 20:45:37.255 INFO O| Dec 16 20:45:37.255 INFO STEP 999 (remove_files) COMPLETE
73962024-12-16T20:45:38.751Z[ recovery-image] Dec 16 20:45:37.255 INFO O| Dec 16 20:45:37.255 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-16T20:45:38.767Z[ recovery-image] Dec 16 20:45:37.274 INFO O| Dec 16 20:45:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73982024-12-16T20:45:38.771Z[ recovery-image] Dec 16 20:45:37.274 INFO O| Dec 16 20:45:37.274 INFO STEP 1000 (remove_files) COMPLETE
73992024-12-16T20:45:38.771Z[ recovery-image] Dec 16 20:45:37.274 INFO O| Dec 16 20:45:37.274 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-16T20:45:38.786Z[ recovery-image] Dec 16 20:45:37.293 INFO O| Dec 16 20:45:37.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74012024-12-16T20:45:38.787Z[ recovery-image] Dec 16 20:45:37.293 INFO O| Dec 16 20:45:37.293 INFO STEP 1001 (remove_files) COMPLETE
74022024-12-16T20:45:38.790Z[ recovery-image] Dec 16 20:45:37.293 INFO O| Dec 16 20:45:37.293 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-16T20:45:38.807Z[ recovery-image] Dec 16 20:45:37.313 INFO O| Dec 16 20:45:37.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74042024-12-16T20:45:38.811Z[ recovery-image] Dec 16 20:45:37.314 INFO O| Dec 16 20:45:37.314 INFO STEP 1002 (remove_files) COMPLETE
74052024-12-16T20:45:38.811Z[ recovery-image] Dec 16 20:45:37.314 INFO O| Dec 16 20:45:37.314 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-16T20:45:38.826Z[ recovery-image] Dec 16 20:45:37.333 INFO O| Dec 16 20:45:37.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74072024-12-16T20:45:38.829Z[ recovery-image] Dec 16 20:45:37.333 INFO O| Dec 16 20:45:37.333 INFO STEP 1003 (remove_files) COMPLETE
74082024-12-16T20:45:38.829Z[ recovery-image] Dec 16 20:45:37.333 INFO O| Dec 16 20:45:37.333 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-16T20:45:38.845Z[ recovery-image] Dec 16 20:45:37.352 INFO O| Dec 16 20:45:37.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74102024-12-16T20:45:38.848Z[ recovery-image] Dec 16 20:45:37.352 INFO O| Dec 16 20:45:37.352 INFO STEP 1004 (remove_files) COMPLETE
74112024-12-16T20:45:38.848Z[ recovery-image] Dec 16 20:45:37.352 INFO O| Dec 16 20:45:37.352 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-16T20:45:38.865Z[ recovery-image] Dec 16 20:45:37.371 INFO O| Dec 16 20:45:37.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74132024-12-16T20:45:38.868Z[ recovery-image] Dec 16 20:45:37.371 INFO O| Dec 16 20:45:37.371 INFO STEP 1005 (remove_files) COMPLETE
74142024-12-16T20:45:38.868Z[ recovery-image] Dec 16 20:45:37.371 INFO O| Dec 16 20:45:37.371 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-16T20:45:38.884Z[ recovery-image] Dec 16 20:45:37.390 INFO O| Dec 16 20:45:37.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74162024-12-16T20:45:38.886Z[ recovery-image] Dec 16 20:45:37.390 INFO O| Dec 16 20:45:37.390 INFO STEP 1006 (remove_files) COMPLETE
74172024-12-16T20:45:38.886Z[ recovery-image] Dec 16 20:45:37.390 INFO O| Dec 16 20:45:37.390 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-16T20:45:38.903Z[ recovery-image] Dec 16 20:45:37.409 INFO O| Dec 16 20:45:37.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74192024-12-16T20:45:38.905Z[ recovery-image] Dec 16 20:45:37.409 INFO O| Dec 16 20:45:37.409 INFO STEP 1007 (remove_files) COMPLETE
74202024-12-16T20:45:38.905Z[ recovery-image] Dec 16 20:45:37.410 INFO O| Dec 16 20:45:37.410 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-16T20:45:38.923Z[ recovery-image] Dec 16 20:45:37.429 INFO O| Dec 16 20:45:37.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74222024-12-16T20:45:38.925Z[ recovery-image] Dec 16 20:45:37.429 INFO O| Dec 16 20:45:37.429 INFO STEP 1008 (remove_files) COMPLETE
74232024-12-16T20:45:38.925Z[ recovery-image] Dec 16 20:45:37.429 INFO O| Dec 16 20:45:37.429 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-16T20:45:38.944Z[ recovery-image] Dec 16 20:45:37.448 INFO O| Dec 16 20:45:37.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74252024-12-16T20:45:38.947Z[ recovery-image] Dec 16 20:45:37.449 INFO O| Dec 16 20:45:37.449 INFO STEP 1009 (remove_files) COMPLETE
74262024-12-16T20:45:38.947Z[ recovery-image] Dec 16 20:45:37.449 INFO O| Dec 16 20:45:37.449 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-16T20:45:38.963Z[ recovery-image] Dec 16 20:45:37.468 INFO O| Dec 16 20:45:37.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74282024-12-16T20:45:38.965Z[ recovery-image] Dec 16 20:45:37.468 INFO O| Dec 16 20:45:37.468 INFO STEP 1010 (remove_files) COMPLETE
74292024-12-16T20:45:38.965Z[ recovery-image] Dec 16 20:45:37.468 INFO O| Dec 16 20:45:37.468 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-16T20:45:38.981Z[ recovery-image] Dec 16 20:45:37.488 INFO O| Dec 16 20:45:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74312024-12-16T20:45:38.984Z[ recovery-image] Dec 16 20:45:37.488 INFO O| Dec 16 20:45:37.488 INFO STEP 1011 (remove_files) COMPLETE
74322024-12-16T20:45:38.984Z[ recovery-image] Dec 16 20:45:37.488 INFO O| Dec 16 20:45:37.488 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-16T20:45:39.001Z[ recovery-image] Dec 16 20:45:37.507 INFO O| Dec 16 20:45:37.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74342024-12-16T20:45:39.003Z[ recovery-image] Dec 16 20:45:37.507 INFO O| Dec 16 20:45:37.507 INFO STEP 1012 (remove_files) COMPLETE
74352024-12-16T20:45:39.003Z[ recovery-image] Dec 16 20:45:37.508 INFO O| Dec 16 20:45:37.508 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-16T20:45:39.021Z[ recovery-image] Dec 16 20:45:37.528 INFO O| Dec 16 20:45:37.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74372024-12-16T20:45:39.024Z[ recovery-image] Dec 16 20:45:37.528 INFO O| Dec 16 20:45:37.528 INFO STEP 1013 (remove_files) COMPLETE
74382024-12-16T20:45:39.025Z[ recovery-image] Dec 16 20:45:37.528 INFO O| Dec 16 20:45:37.528 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-16T20:45:39.041Z[ recovery-image] Dec 16 20:45:37.547 INFO O| Dec 16 20:45:37.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74402024-12-16T20:45:39.044Z[ recovery-image] Dec 16 20:45:37.548 INFO O| Dec 16 20:45:37.548 INFO STEP 1014 (remove_files) COMPLETE
74412024-12-16T20:45:39.044Z[ recovery-image] Dec 16 20:45:37.548 INFO O| Dec 16 20:45:37.548 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-16T20:45:39.061Z[ recovery-image] Dec 16 20:45:37.567 INFO O| Dec 16 20:45:37.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74432024-12-16T20:45:39.063Z[ recovery-image] Dec 16 20:45:37.567 INFO O| Dec 16 20:45:37.567 INFO STEP 1015 (remove_files) COMPLETE
74442024-12-16T20:45:39.063Z[ recovery-image] Dec 16 20:45:37.568 INFO O| Dec 16 20:45:37.567 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-16T20:45:39.080Z[ recovery-image] Dec 16 20:45:37.586 INFO O| Dec 16 20:45:37.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74462024-12-16T20:45:39.083Z[ recovery-image] Dec 16 20:45:37.586 INFO O| Dec 16 20:45:37.586 INFO STEP 1016 (remove_files) COMPLETE
74472024-12-16T20:45:39.086Z[ recovery-image] Dec 16 20:45:37.586 INFO O| Dec 16 20:45:37.586 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-16T20:45:39.100Z[ recovery-image] Dec 16 20:45:37.607 INFO O| Dec 16 20:45:37.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74492024-12-16T20:45:39.100Z[ recovery-image] Dec 16 20:45:37.607 INFO O| Dec 16 20:45:37.607 INFO STEP 1017 (remove_files) COMPLETE
74502024-12-16T20:45:39.101Z[ recovery-image] Dec 16 20:45:37.607 INFO O| Dec 16 20:45:37.607 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-16T20:45:39.121Z[ recovery-image] Dec 16 20:45:37.627 INFO O| Dec 16 20:45:37.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74522024-12-16T20:45:39.124Z[ recovery-image] Dec 16 20:45:37.628 INFO O| Dec 16 20:45:37.627 INFO STEP 1018 (remove_files) COMPLETE
74532024-12-16T20:45:39.124Z[ recovery-image] Dec 16 20:45:37.628 INFO O| Dec 16 20:45:37.628 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-16T20:45:39.142Z[ recovery-image] Dec 16 20:45:37.648 INFO O| Dec 16 20:45:37.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74552024-12-16T20:45:39.144Z[ recovery-image] Dec 16 20:45:37.648 INFO O| Dec 16 20:45:37.648 INFO STEP 1019 (remove_files) COMPLETE
74562024-12-16T20:45:39.144Z[ recovery-image] Dec 16 20:45:37.648 INFO O| Dec 16 20:45:37.648 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-16T20:45:39.161Z[ recovery-image] Dec 16 20:45:37.667 INFO O| Dec 16 20:45:37.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74582024-12-16T20:45:39.164Z[ recovery-image] Dec 16 20:45:37.668 INFO O| Dec 16 20:45:37.668 INFO STEP 1020 (remove_files) COMPLETE
74592024-12-16T20:45:39.164Z[ recovery-image] Dec 16 20:45:37.668 INFO O| Dec 16 20:45:37.668 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-16T20:45:39.180Z[ recovery-image] Dec 16 20:45:37.686 INFO O| Dec 16 20:45:37.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74612024-12-16T20:45:39.180Z[ recovery-image] Dec 16 20:45:37.686 INFO O| Dec 16 20:45:37.686 INFO STEP 1021 (remove_files) COMPLETE
74622024-12-16T20:45:39.180Z[ recovery-image] Dec 16 20:45:37.686 INFO O| Dec 16 20:45:37.686 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-16T20:45:39.198Z[ recovery-image] Dec 16 20:45:37.704 INFO O| Dec 16 20:45:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74642024-12-16T20:45:39.198Z[ recovery-image] Dec 16 20:45:37.704 INFO O| Dec 16 20:45:37.704 INFO STEP 1022 (remove_files) COMPLETE
74652024-12-16T20:45:39.198Z[ recovery-image] Dec 16 20:45:37.704 INFO O| Dec 16 20:45:37.704 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-16T20:45:39.216Z[ recovery-image] Dec 16 20:45:37.723 INFO O| Dec 16 20:45:37.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74672024-12-16T20:45:39.217Z[ recovery-image] Dec 16 20:45:37.723 INFO O| Dec 16 20:45:37.723 INFO STEP 1023 (remove_files) COMPLETE
74682024-12-16T20:45:39.217Z[ recovery-image] Dec 16 20:45:37.723 INFO O| Dec 16 20:45:37.723 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-16T20:45:39.236Z[ recovery-image] Dec 16 20:45:37.742 INFO O| Dec 16 20:45:37.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74702024-12-16T20:45:39.236Z[ recovery-image] Dec 16 20:45:37.742 INFO O| Dec 16 20:45:37.742 INFO STEP 1024 (remove_files) COMPLETE
74712024-12-16T20:45:39.236Z[ recovery-image] Dec 16 20:45:37.742 INFO O| Dec 16 20:45:37.742 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-16T20:45:39.260Z[ recovery-image] Dec 16 20:45:37.766 INFO O| Dec 16 20:45:37.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74732024-12-16T20:45:39.263Z[ recovery-image] Dec 16 20:45:37.766 INFO O| Dec 16 20:45:37.766 INFO STEP 1025 (remove_files) COMPLETE
74742024-12-16T20:45:39.263Z[ recovery-image] Dec 16 20:45:37.766 INFO O| Dec 16 20:45:37.766 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-16T20:45:39.279Z[ recovery-image] Dec 16 20:45:37.786 INFO O| Dec 16 20:45:37.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74762024-12-16T20:45:39.279Z[ recovery-image] Dec 16 20:45:37.786 INFO O| Dec 16 20:45:37.786 INFO STEP 1026 (remove_files) COMPLETE
74772024-12-16T20:45:39.279Z[ recovery-image] Dec 16 20:45:37.786 INFO O| Dec 16 20:45:37.786 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-16T20:45:39.299Z[ recovery-image] Dec 16 20:45:37.805 INFO O| Dec 16 20:45:37.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74792024-12-16T20:45:39.301Z[ recovery-image] Dec 16 20:45:37.805 INFO O| Dec 16 20:45:37.805 INFO STEP 1027 (remove_files) COMPLETE
74802024-12-16T20:45:39.301Z[ recovery-image] Dec 16 20:45:37.805 INFO O| Dec 16 20:45:37.805 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-16T20:45:39.316Z[ recovery-image] Dec 16 20:45:37.823 INFO O| Dec 16 20:45:37.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74822024-12-16T20:45:39.316Z[ recovery-image] Dec 16 20:45:37.823 INFO O| Dec 16 20:45:37.823 INFO STEP 1028 (remove_files) COMPLETE
74832024-12-16T20:45:39.316Z[ recovery-image] Dec 16 20:45:37.823 INFO O| Dec 16 20:45:37.823 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-16T20:45:39.332Z[ recovery-image] Dec 16 20:45:37.839 INFO O| Dec 16 20:45:37.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74852024-12-16T20:45:39.332Z[ recovery-image] Dec 16 20:45:37.839 INFO O| Dec 16 20:45:37.839 INFO STEP 1029 (remove_files) COMPLETE
74862024-12-16T20:45:39.335Z[ recovery-image] Dec 16 20:45:37.839 INFO O| Dec 16 20:45:37.839 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-16T20:45:39.349Z[ recovery-image] Dec 16 20:45:37.855 INFO O| Dec 16 20:45:37.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74882024-12-16T20:45:39.349Z[ recovery-image] Dec 16 20:45:37.855 INFO O| Dec 16 20:45:37.855 INFO STEP 1030 (remove_files) COMPLETE
74892024-12-16T20:45:39.352Z[ recovery-image] Dec 16 20:45:37.855 INFO O| Dec 16 20:45:37.855 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-16T20:45:39.365Z[ recovery-image] Dec 16 20:45:37.872 INFO O| Dec 16 20:45:37.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74912024-12-16T20:45:39.368Z[ recovery-image] Dec 16 20:45:37.872 INFO O| Dec 16 20:45:37.872 INFO STEP 1031 (remove_files) COMPLETE
74922024-12-16T20:45:39.368Z[ recovery-image] Dec 16 20:45:37.872 INFO O| Dec 16 20:45:37.872 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-16T20:45:39.383Z[ recovery-image] Dec 16 20:45:37.889 INFO O| Dec 16 20:45:37.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74942024-12-16T20:45:39.383Z[ recovery-image] Dec 16 20:45:37.889 INFO O| Dec 16 20:45:37.889 INFO STEP 1032 (remove_files) COMPLETE
74952024-12-16T20:45:39.383Z[ recovery-image] Dec 16 20:45:37.889 INFO O| Dec 16 20:45:37.889 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-16T20:45:39.400Z[ recovery-image] Dec 16 20:45:37.906 INFO O| Dec 16 20:45:37.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74972024-12-16T20:45:39.400Z[ recovery-image] Dec 16 20:45:37.906 INFO O| Dec 16 20:45:37.906 INFO STEP 1033 (remove_files) COMPLETE
74982024-12-16T20:45:39.400Z[ recovery-image] Dec 16 20:45:37.906 INFO O| Dec 16 20:45:37.906 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-16T20:45:39.417Z[ recovery-image] Dec 16 20:45:37.923 INFO O| Dec 16 20:45:37.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
75002024-12-16T20:45:39.417Z[ recovery-image] Dec 16 20:45:37.924 INFO O| Dec 16 20:45:37.923 INFO STEP 1034 (remove_files) COMPLETE
75012024-12-16T20:45:39.420Z[ recovery-image] Dec 16 20:45:37.924 INFO O| Dec 16 20:45:37.923 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-16T20:45:39.434Z[ recovery-image] Dec 16 20:45:37.941 INFO O| Dec 16 20:45:37.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75032024-12-16T20:45:39.434Z[ recovery-image] Dec 16 20:45:37.941 INFO O| Dec 16 20:45:37.941 INFO STEP 1035 (remove_files) COMPLETE
75042024-12-16T20:45:39.438Z[ recovery-image] Dec 16 20:45:37.941 INFO O| Dec 16 20:45:37.941 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-16T20:45:39.451Z[ recovery-image] Dec 16 20:45:37.957 INFO O| Dec 16 20:45:37.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75062024-12-16T20:45:39.451Z[ recovery-image] Dec 16 20:45:37.957 INFO O| Dec 16 20:45:37.957 INFO STEP 1036 (remove_files) COMPLETE
75072024-12-16T20:45:39.455Z[ recovery-image] Dec 16 20:45:37.957 INFO O| Dec 16 20:45:37.957 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-16T20:45:39.470Z[ recovery-image] Dec 16 20:45:37.975 INFO O| Dec 16 20:45:37.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75092024-12-16T20:45:39.470Z[ recovery-image] Dec 16 20:45:37.975 INFO O| Dec 16 20:45:37.975 INFO STEP 1037 (remove_files) COMPLETE
75102024-12-16T20:45:39.470Z[ recovery-image] Dec 16 20:45:37.975 INFO O| Dec 16 20:45:37.975 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-16T20:45:39.486Z[ recovery-image] Dec 16 20:45:37.993 INFO O| Dec 16 20:45:37.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75122024-12-16T20:45:39.486Z[ recovery-image] Dec 16 20:45:37.993 INFO O| Dec 16 20:45:37.993 INFO STEP 1038 (remove_files) COMPLETE
75132024-12-16T20:45:39.487Z[ recovery-image] Dec 16 20:45:37.993 INFO O| Dec 16 20:45:37.993 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-16T20:45:39.505Z[ recovery-image] Dec 16 20:45:38.011 INFO O| Dec 16 20:45:38.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75152024-12-16T20:45:39.505Z[ recovery-image] Dec 16 20:45:38.011 INFO O| Dec 16 20:45:38.011 INFO STEP 1039 (remove_files) COMPLETE
75162024-12-16T20:45:39.505Z[ recovery-image] Dec 16 20:45:38.011 INFO O| Dec 16 20:45:38.011 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-16T20:45:39.523Z[ recovery-image] Dec 16 20:45:38.030 INFO O| Dec 16 20:45:38.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75182024-12-16T20:45:39.523Z[ recovery-image] Dec 16 20:45:38.030 INFO O| Dec 16 20:45:38.030 INFO STEP 1040 (remove_files) COMPLETE
75192024-12-16T20:45:39.524Z[ recovery-image] Dec 16 20:45:38.030 INFO O| Dec 16 20:45:38.030 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-16T20:45:39.543Z[ recovery-image] Dec 16 20:45:38.048 INFO O| Dec 16 20:45:38.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75212024-12-16T20:45:39.546Z[ recovery-image] Dec 16 20:45:38.049 INFO O| Dec 16 20:45:38.049 INFO STEP 1041 (remove_files) COMPLETE
75222024-12-16T20:45:39.546Z[ recovery-image] Dec 16 20:45:38.049 INFO O| Dec 16 20:45:38.049 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-16T20:45:39.561Z[ recovery-image] Dec 16 20:45:38.067 INFO O| Dec 16 20:45:38.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75242024-12-16T20:45:39.561Z[ recovery-image] Dec 16 20:45:38.068 INFO O| Dec 16 20:45:38.068 INFO STEP 1042 (remove_files) COMPLETE
75252024-12-16T20:45:39.563Z[ recovery-image] Dec 16 20:45:38.068 INFO O| Dec 16 20:45:38.068 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-16T20:45:39.581Z[ recovery-image] Dec 16 20:45:38.087 INFO O| Dec 16 20:45:38.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75272024-12-16T20:45:39.581Z[ recovery-image] Dec 16 20:45:38.087 INFO O| Dec 16 20:45:38.087 INFO STEP 1043 (remove_files) COMPLETE
75282024-12-16T20:45:39.583Z[ recovery-image] Dec 16 20:45:38.087 INFO O| Dec 16 20:45:38.087 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-16T20:45:39.600Z[ recovery-image] Dec 16 20:45:38.106 INFO O| Dec 16 20:45:38.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75302024-12-16T20:45:39.600Z[ recovery-image] Dec 16 20:45:38.106 INFO O| Dec 16 20:45:38.106 INFO STEP 1044 (remove_files) COMPLETE
75312024-12-16T20:45:39.603Z[ recovery-image] Dec 16 20:45:38.106 INFO O| Dec 16 20:45:38.106 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-16T20:45:39.619Z[ recovery-image] Dec 16 20:45:38.126 INFO O| Dec 16 20:45:38.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75332024-12-16T20:45:39.619Z[ recovery-image] Dec 16 20:45:38.126 INFO O| Dec 16 20:45:38.126 INFO STEP 1045 (remove_files) COMPLETE
75342024-12-16T20:45:39.619Z[ recovery-image] Dec 16 20:45:38.126 INFO O| Dec 16 20:45:38.126 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-16T20:45:39.638Z[ recovery-image] Dec 16 20:45:38.145 INFO O| Dec 16 20:45:38.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75362024-12-16T20:45:39.639Z[ recovery-image] Dec 16 20:45:38.145 INFO O| Dec 16 20:45:38.145 INFO STEP 1046 (remove_files) COMPLETE
75372024-12-16T20:45:39.639Z[ recovery-image] Dec 16 20:45:38.145 INFO O| Dec 16 20:45:38.145 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-16T20:45:39.659Z[ recovery-image] Dec 16 20:45:38.165 INFO O| Dec 16 20:45:38.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75392024-12-16T20:45:39.659Z[ recovery-image] Dec 16 20:45:38.165 INFO O| Dec 16 20:45:38.165 INFO STEP 1047 (remove_files) COMPLETE
75402024-12-16T20:45:39.659Z[ recovery-image] Dec 16 20:45:38.165 INFO O| Dec 16 20:45:38.165 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-16T20:45:39.680Z[ recovery-image] Dec 16 20:45:38.186 INFO O| Dec 16 20:45:38.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75422024-12-16T20:45:39.680Z[ recovery-image] Dec 16 20:45:38.186 INFO O| Dec 16 20:45:38.186 INFO STEP 1048 (remove_files) COMPLETE
75432024-12-16T20:45:39.680Z[ recovery-image] Dec 16 20:45:38.186 INFO O| Dec 16 20:45:38.186 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-16T20:45:39.702Z[ recovery-image] Dec 16 20:45:38.208 INFO O| Dec 16 20:45:38.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75452024-12-16T20:45:39.702Z[ recovery-image] Dec 16 20:45:38.208 INFO O| Dec 16 20:45:38.208 INFO STEP 1049 (remove_files) COMPLETE
75462024-12-16T20:45:39.702Z[ recovery-image] Dec 16 20:45:38.208 INFO O| Dec 16 20:45:38.208 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-16T20:45:39.722Z[ recovery-image] Dec 16 20:45:38.229 INFO O| Dec 16 20:45:38.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75482024-12-16T20:45:39.722Z[ recovery-image] Dec 16 20:45:38.229 INFO O| Dec 16 20:45:38.229 INFO STEP 1050 (remove_files) COMPLETE
75492024-12-16T20:45:39.725Z[ recovery-image] Dec 16 20:45:38.229 INFO O| Dec 16 20:45:38.229 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-16T20:45:39.742Z[ recovery-image] Dec 16 20:45:38.248 INFO O| Dec 16 20:45:38.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75512024-12-16T20:45:39.742Z[ recovery-image] Dec 16 20:45:38.248 INFO O| Dec 16 20:45:38.248 INFO STEP 1051 (remove_files) COMPLETE
75522024-12-16T20:45:39.742Z[ recovery-image] Dec 16 20:45:38.248 INFO O| Dec 16 20:45:38.248 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-16T20:45:39.761Z[ recovery-image] Dec 16 20:45:38.267 INFO O| Dec 16 20:45:38.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75542024-12-16T20:45:39.761Z[ recovery-image] Dec 16 20:45:38.267 INFO O| Dec 16 20:45:38.267 INFO STEP 1052 (remove_files) COMPLETE
75552024-12-16T20:45:39.761Z[ recovery-image] Dec 16 20:45:38.267 INFO O| Dec 16 20:45:38.267 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-16T20:45:39.780Z[ recovery-image] Dec 16 20:45:38.285 INFO O| Dec 16 20:45:38.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75572024-12-16T20:45:39.780Z[ recovery-image] Dec 16 20:45:38.285 INFO O| Dec 16 20:45:38.285 INFO STEP 1053 (remove_files) COMPLETE
75582024-12-16T20:45:39.780Z[ recovery-image] Dec 16 20:45:38.285 INFO O| Dec 16 20:45:38.285 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-16T20:45:39.796Z[ recovery-image] Dec 16 20:45:38.302 INFO O| Dec 16 20:45:38.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75602024-12-16T20:45:39.796Z[ recovery-image] Dec 16 20:45:38.302 INFO O| Dec 16 20:45:38.302 INFO STEP 1054 (remove_files) COMPLETE
75612024-12-16T20:45:39.796Z[ recovery-image] Dec 16 20:45:38.302 INFO O| Dec 16 20:45:38.302 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-16T20:45:39.813Z[ recovery-image] Dec 16 20:45:38.319 INFO O| Dec 16 20:45:38.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75632024-12-16T20:45:39.813Z[ recovery-image] Dec 16 20:45:38.320 INFO O| Dec 16 20:45:38.320 INFO STEP 1055 (remove_files) COMPLETE
75642024-12-16T20:45:39.813Z[ recovery-image] Dec 16 20:45:38.320 INFO O| Dec 16 20:45:38.320 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-16T20:45:39.830Z[ recovery-image] Dec 16 20:45:38.336 INFO O| Dec 16 20:45:38.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75662024-12-16T20:45:39.830Z[ recovery-image] Dec 16 20:45:38.336 INFO O| Dec 16 20:45:38.336 INFO STEP 1056 (remove_files) COMPLETE
75672024-12-16T20:45:39.834Z[ recovery-image] Dec 16 20:45:38.337 INFO O| Dec 16 20:45:38.336 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-16T20:45:39.848Z[ recovery-image] Dec 16 20:45:38.354 INFO O| Dec 16 20:45:38.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75692024-12-16T20:45:39.848Z[ recovery-image] Dec 16 20:45:38.354 INFO O| Dec 16 20:45:38.354 INFO STEP 1057 (remove_files) COMPLETE
75702024-12-16T20:45:39.858Z[ recovery-image] Dec 16 20:45:38.354 INFO O| Dec 16 20:45:38.354 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-16T20:45:39.866Z[ recovery-image] Dec 16 20:45:38.373 INFO O| Dec 16 20:45:38.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75722024-12-16T20:45:39.869Z[ recovery-image] Dec 16 20:45:38.373 INFO O| Dec 16 20:45:38.373 INFO STEP 1058 (remove_files) COMPLETE
75732024-12-16T20:45:39.869Z[ recovery-image] Dec 16 20:45:38.373 INFO O| Dec 16 20:45:38.373 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-16T20:45:39.885Z[ recovery-image] Dec 16 20:45:38.391 INFO O| Dec 16 20:45:38.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75752024-12-16T20:45:39.887Z[ recovery-image] Dec 16 20:45:38.392 INFO O| Dec 16 20:45:38.391 INFO STEP 1059 (remove_files) COMPLETE
75762024-12-16T20:45:39.887Z[ recovery-image] Dec 16 20:45:38.392 INFO O| Dec 16 20:45:38.392 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-16T20:45:39.904Z[ recovery-image] Dec 16 20:45:38.411 INFO O| Dec 16 20:45:38.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75782024-12-16T20:45:39.907Z[ recovery-image] Dec 16 20:45:38.411 INFO O| Dec 16 20:45:38.411 INFO STEP 1060 (remove_files) COMPLETE
75792024-12-16T20:45:39.907Z[ recovery-image] Dec 16 20:45:38.411 INFO O| Dec 16 20:45:38.411 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-16T20:45:39.925Z[ recovery-image] Dec 16 20:45:38.432 INFO O| Dec 16 20:45:38.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75812024-12-16T20:45:39.927Z[ recovery-image] Dec 16 20:45:38.432 INFO O| Dec 16 20:45:38.432 INFO STEP 1061 (remove_files) COMPLETE
75822024-12-16T20:45:39.927Z[ recovery-image] Dec 16 20:45:38.432 INFO O| Dec 16 20:45:38.432 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-16T20:45:39.947Z[ recovery-image] Dec 16 20:45:38.452 INFO O| Dec 16 20:45:38.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75842024-12-16T20:45:39.947Z[ recovery-image] Dec 16 20:45:38.452 INFO O| Dec 16 20:45:38.452 INFO STEP 1062 (remove_files) COMPLETE
75852024-12-16T20:45:39.947Z[ recovery-image] Dec 16 20:45:38.452 INFO O| Dec 16 20:45:38.452 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-16T20:45:39.964Z[ recovery-image] Dec 16 20:45:38.470 INFO O| Dec 16 20:45:38.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75872024-12-16T20:45:39.964Z[ recovery-image] Dec 16 20:45:38.470 INFO O| Dec 16 20:45:38.470 INFO STEP 1063 (remove_files) COMPLETE
75882024-12-16T20:45:39.966Z[ recovery-image] Dec 16 20:45:38.470 INFO O| Dec 16 20:45:38.470 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-16T20:45:39.981Z[ recovery-image] Dec 16 20:45:38.488 INFO O| Dec 16 20:45:38.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75902024-12-16T20:45:39.981Z[ recovery-image] Dec 16 20:45:38.488 INFO O| Dec 16 20:45:38.488 INFO STEP 1064 (remove_files) COMPLETE
75912024-12-16T20:45:39.981Z[ recovery-image] Dec 16 20:45:38.488 INFO O| Dec 16 20:45:38.488 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-16T20:45:39.998Z[ recovery-image] Dec 16 20:45:38.505 INFO O| Dec 16 20:45:38.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75932024-12-16T20:45:39.998Z[ recovery-image] Dec 16 20:45:38.505 INFO O| Dec 16 20:45:38.505 INFO STEP 1065 (remove_files) COMPLETE
75942024-12-16T20:45:40.001Z[ recovery-image] Dec 16 20:45:38.505 INFO O| Dec 16 20:45:38.505 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-16T20:45:40.016Z[ recovery-image] Dec 16 20:45:38.522 INFO O| Dec 16 20:45:38.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75962024-12-16T20:45:40.016Z[ recovery-image] Dec 16 20:45:38.522 INFO O| Dec 16 20:45:38.522 INFO STEP 1066 (remove_files) COMPLETE
75972024-12-16T20:45:40.016Z[ recovery-image] Dec 16 20:45:38.522 INFO O| Dec 16 20:45:38.522 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-16T20:45:40.034Z[ recovery-image] Dec 16 20:45:38.539 INFO O| Dec 16 20:45:38.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75992024-12-16T20:45:40.034Z[ recovery-image] Dec 16 20:45:38.539 INFO O| Dec 16 20:45:38.539 INFO STEP 1067 (remove_files) COMPLETE
76002024-12-16T20:45:40.034Z[ recovery-image] Dec 16 20:45:38.539 INFO O| Dec 16 20:45:38.539 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-16T20:45:40.051Z[ recovery-image] Dec 16 20:45:38.557 INFO O| Dec 16 20:45:38.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76022024-12-16T20:45:40.051Z[ recovery-image] Dec 16 20:45:38.557 INFO O| Dec 16 20:45:38.557 INFO STEP 1068 (remove_files) COMPLETE
76032024-12-16T20:45:40.051Z[ recovery-image] Dec 16 20:45:38.557 INFO O| Dec 16 20:45:38.557 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-16T20:45:40.070Z[ recovery-image] Dec 16 20:45:38.576 INFO O| Dec 16 20:45:38.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76052024-12-16T20:45:40.070Z[ recovery-image] Dec 16 20:45:38.576 INFO O| Dec 16 20:45:38.576 INFO STEP 1069 (remove_files) COMPLETE
76062024-12-16T20:45:40.073Z[ recovery-image] Dec 16 20:45:38.576 INFO O| Dec 16 20:45:38.576 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-16T20:45:40.089Z[ recovery-image] Dec 16 20:45:38.595 INFO O| Dec 16 20:45:38.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76082024-12-16T20:45:40.089Z[ recovery-image] Dec 16 20:45:38.595 INFO O| Dec 16 20:45:38.595 INFO STEP 1070 (remove_files) COMPLETE
76092024-12-16T20:45:40.093Z[ recovery-image] Dec 16 20:45:38.595 INFO O| Dec 16 20:45:38.595 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-16T20:45:40.105Z[ recovery-image] Dec 16 20:45:38.611 INFO O| Dec 16 20:45:38.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76112024-12-16T20:45:40.108Z[ recovery-image] Dec 16 20:45:38.612 INFO O| Dec 16 20:45:38.611 INFO STEP 1071 (remove_files) COMPLETE
76122024-12-16T20:45:40.109Z[ recovery-image] Dec 16 20:45:38.612 INFO O| Dec 16 20:45:38.612 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-16T20:45:40.122Z[ recovery-image] Dec 16 20:45:38.628 INFO O| Dec 16 20:45:38.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76142024-12-16T20:45:40.124Z[ recovery-image] Dec 16 20:45:38.628 INFO O| Dec 16 20:45:38.628 INFO STEP 1072 (remove_files) COMPLETE
76152024-12-16T20:45:40.124Z[ recovery-image] Dec 16 20:45:38.628 INFO O| Dec 16 20:45:38.628 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-16T20:45:40.141Z[ recovery-image] Dec 16 20:45:38.647 INFO O| Dec 16 20:45:38.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76172024-12-16T20:45:40.141Z[ recovery-image] Dec 16 20:45:38.648 INFO O| Dec 16 20:45:38.647 INFO STEP 1073 (remove_files) COMPLETE
76182024-12-16T20:45:40.143Z[ recovery-image] Dec 16 20:45:38.648 INFO O| Dec 16 20:45:38.648 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-16T20:45:40.162Z[ recovery-image] Dec 16 20:45:38.668 INFO O| Dec 16 20:45:38.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76202024-12-16T20:45:40.164Z[ recovery-image] Dec 16 20:45:38.668 INFO O| Dec 16 20:45:38.668 INFO STEP 1074 (remove_files) COMPLETE
76212024-12-16T20:45:40.164Z[ recovery-image] Dec 16 20:45:38.668 INFO O| Dec 16 20:45:38.668 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-16T20:45:40.183Z[ recovery-image] Dec 16 20:45:38.689 INFO O| Dec 16 20:45:38.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76232024-12-16T20:45:40.186Z[ recovery-image] Dec 16 20:45:38.689 INFO O| Dec 16 20:45:38.689 INFO STEP 1075 (remove_files) COMPLETE
76242024-12-16T20:45:40.186Z[ recovery-image] Dec 16 20:45:38.689 INFO O| Dec 16 20:45:38.689 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-16T20:45:40.204Z[ recovery-image] Dec 16 20:45:38.710 INFO O| Dec 16 20:45:38.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76262024-12-16T20:45:40.204Z[ recovery-image] Dec 16 20:45:38.710 INFO O| Dec 16 20:45:38.710 INFO STEP 1076 (remove_files) COMPLETE
76272024-12-16T20:45:40.204Z[ recovery-image] Dec 16 20:45:38.710 INFO O| Dec 16 20:45:38.710 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-16T20:45:40.224Z[ recovery-image] Dec 16 20:45:38.731 INFO O| Dec 16 20:45:38.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76292024-12-16T20:45:40.225Z[ recovery-image] Dec 16 20:45:38.731 INFO O| Dec 16 20:45:38.731 INFO STEP 1077 (remove_files) COMPLETE
76302024-12-16T20:45:40.225Z[ recovery-image] Dec 16 20:45:38.731 INFO O| Dec 16 20:45:38.731 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-16T20:45:40.245Z[ recovery-image] Dec 16 20:45:38.750 INFO O| Dec 16 20:45:38.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76322024-12-16T20:45:40.245Z[ recovery-image] Dec 16 20:45:38.750 INFO O| Dec 16 20:45:38.750 INFO STEP 1078 (remove_files) COMPLETE
76332024-12-16T20:45:40.247Z[ recovery-image] Dec 16 20:45:38.750 INFO O| Dec 16 20:45:38.750 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-16T20:45:40.260Z[ recovery-image] Dec 16 20:45:38.766 INFO O| Dec 16 20:45:38.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76352024-12-16T20:45:40.260Z[ recovery-image] Dec 16 20:45:38.766 INFO O| Dec 16 20:45:38.766 INFO STEP 1079 (remove_files) COMPLETE
76362024-12-16T20:45:40.260Z[ recovery-image] Dec 16 20:45:38.766 INFO O| Dec 16 20:45:38.766 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-16T20:45:40.276Z[ recovery-image] Dec 16 20:45:38.782 INFO O| Dec 16 20:45:38.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76382024-12-16T20:45:40.276Z[ recovery-image] Dec 16 20:45:38.782 INFO O| Dec 16 20:45:38.782 INFO STEP 1080 (remove_files) COMPLETE
76392024-12-16T20:45:40.280Z[ recovery-image] Dec 16 20:45:38.782 INFO O| Dec 16 20:45:38.782 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-16T20:45:40.293Z[ recovery-image] Dec 16 20:45:38.799 INFO O| Dec 16 20:45:38.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76412024-12-16T20:45:40.293Z[ recovery-image] Dec 16 20:45:38.799 INFO O| Dec 16 20:45:38.799 INFO STEP 1081 (remove_files) COMPLETE
76422024-12-16T20:45:40.293Z[ recovery-image] Dec 16 20:45:38.799 INFO O| Dec 16 20:45:38.799 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-16T20:45:40.311Z[ recovery-image] Dec 16 20:45:38.816 INFO O| Dec 16 20:45:38.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76442024-12-16T20:45:40.311Z[ recovery-image] Dec 16 20:45:38.816 INFO O| Dec 16 20:45:38.816 INFO STEP 1082 (remove_files) COMPLETE
76452024-12-16T20:45:40.311Z[ recovery-image] Dec 16 20:45:38.816 INFO O| Dec 16 20:45:38.816 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-16T20:45:40.326Z[ recovery-image] Dec 16 20:45:38.832 INFO O| Dec 16 20:45:38.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76472024-12-16T20:45:40.326Z[ recovery-image] Dec 16 20:45:38.833 INFO O| Dec 16 20:45:38.833 INFO STEP 1083 (remove_files) COMPLETE
76482024-12-16T20:45:40.326Z[ recovery-image] Dec 16 20:45:38.833 INFO O| Dec 16 20:45:38.833 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-16T20:45:40.344Z[ recovery-image] Dec 16 20:45:38.850 INFO O| Dec 16 20:45:38.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76502024-12-16T20:45:40.344Z[ recovery-image] Dec 16 20:45:38.850 INFO O| Dec 16 20:45:38.850 INFO STEP 1084 (remove_files) COMPLETE
76512024-12-16T20:45:40.346Z[ recovery-image] Dec 16 20:45:38.850 INFO O| Dec 16 20:45:38.850 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-16T20:45:40.362Z[ recovery-image] Dec 16 20:45:38.869 INFO O| Dec 16 20:45:38.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76532024-12-16T20:45:40.363Z[ recovery-image] Dec 16 20:45:38.869 INFO O| Dec 16 20:45:38.869 INFO STEP 1085 (remove_files) COMPLETE
76542024-12-16T20:45:40.363Z[ recovery-image] Dec 16 20:45:38.869 INFO O| Dec 16 20:45:38.869 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-16T20:45:40.381Z[ recovery-image] Dec 16 20:45:38.887 INFO O| Dec 16 20:45:38.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76562024-12-16T20:45:40.381Z[ recovery-image] Dec 16 20:45:38.887 INFO O| Dec 16 20:45:38.887 INFO STEP 1086 (remove_files) COMPLETE
76572024-12-16T20:45:40.384Z[ recovery-image] Dec 16 20:45:38.887 INFO O| Dec 16 20:45:38.887 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-16T20:45:40.401Z[ recovery-image] Dec 16 20:45:38.907 INFO O| Dec 16 20:45:38.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76592024-12-16T20:45:40.404Z[ recovery-image] Dec 16 20:45:38.908 INFO O| Dec 16 20:45:38.908 INFO STEP 1087 (remove_files) COMPLETE
76602024-12-16T20:45:40.404Z[ recovery-image] Dec 16 20:45:38.908 INFO O| Dec 16 20:45:38.908 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-16T20:45:40.420Z[ recovery-image] Dec 16 20:45:38.926 INFO O| Dec 16 20:45:38.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76622024-12-16T20:45:40.423Z[ recovery-image] Dec 16 20:45:38.926 INFO O| Dec 16 20:45:38.926 INFO STEP 1088 (remove_files) COMPLETE
76632024-12-16T20:45:40.423Z[ recovery-image] Dec 16 20:45:38.926 INFO O| Dec 16 20:45:38.926 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-16T20:45:40.438Z[ recovery-image] Dec 16 20:45:38.943 INFO O| Dec 16 20:45:38.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76652024-12-16T20:45:40.438Z[ recovery-image] Dec 16 20:45:38.943 INFO O| Dec 16 20:45:38.943 INFO STEP 1089 (remove_files) COMPLETE
76662024-12-16T20:45:40.438Z[ recovery-image] Dec 16 20:45:38.943 INFO O| Dec 16 20:45:38.943 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-16T20:45:40.455Z[ recovery-image] Dec 16 20:45:38.961 INFO O| Dec 16 20:45:38.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76682024-12-16T20:45:40.455Z[ recovery-image] Dec 16 20:45:38.961 INFO O| Dec 16 20:45:38.961 INFO STEP 1090 (remove_files) COMPLETE
76692024-12-16T20:45:40.455Z[ recovery-image] Dec 16 20:45:38.961 INFO O| Dec 16 20:45:38.961 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-16T20:45:40.476Z[ recovery-image] Dec 16 20:45:38.981 INFO O| Dec 16 20:45:38.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76712024-12-16T20:45:40.476Z[ recovery-image] Dec 16 20:45:38.981 INFO O| Dec 16 20:45:38.981 INFO STEP 1091 (remove_files) COMPLETE
76722024-12-16T20:45:40.476Z[ recovery-image] Dec 16 20:45:38.981 INFO O| Dec 16 20:45:38.981 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-16T20:45:40.493Z[ recovery-image] Dec 16 20:45:38.999 INFO O| Dec 16 20:45:38.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76742024-12-16T20:45:40.493Z[ recovery-image] Dec 16 20:45:38.999 INFO O| Dec 16 20:45:38.999 INFO STEP 1092 (remove_files) COMPLETE
76752024-12-16T20:45:40.493Z[ recovery-image] Dec 16 20:45:38.999 INFO O| Dec 16 20:45:38.999 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-16T20:45:40.512Z[ recovery-image] Dec 16 20:45:39.018 INFO O| Dec 16 20:45:39.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76772024-12-16T20:45:40.512Z[ recovery-image] Dec 16 20:45:39.018 INFO O| Dec 16 20:45:39.018 INFO STEP 1093 (remove_files) COMPLETE
76782024-12-16T20:45:40.512Z[ recovery-image] Dec 16 20:45:39.018 INFO O| Dec 16 20:45:39.018 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-16T20:45:40.530Z[ recovery-image] Dec 16 20:45:39.037 INFO O| Dec 16 20:45:39.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76802024-12-16T20:45:40.533Z[ recovery-image] Dec 16 20:45:39.037 INFO O| Dec 16 20:45:39.037 INFO STEP 1094 (remove_files) COMPLETE
76812024-12-16T20:45:40.533Z[ recovery-image] Dec 16 20:45:39.037 INFO O| Dec 16 20:45:39.037 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-16T20:45:40.549Z[ recovery-image] Dec 16 20:45:39.055 INFO O| Dec 16 20:45:39.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76832024-12-16T20:45:40.549Z[ recovery-image] Dec 16 20:45:39.055 INFO O| Dec 16 20:45:39.055 INFO STEP 1095 (remove_files) COMPLETE
76842024-12-16T20:45:40.549Z[ recovery-image] Dec 16 20:45:39.055 INFO O| Dec 16 20:45:39.055 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-16T20:45:40.567Z[ recovery-image] Dec 16 20:45:39.073 INFO O| Dec 16 20:45:39.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76862024-12-16T20:45:40.567Z[ recovery-image] Dec 16 20:45:39.073 INFO O| Dec 16 20:45:39.073 INFO STEP 1096 (remove_files) COMPLETE
76872024-12-16T20:45:40.569Z[ recovery-image] Dec 16 20:45:39.073 INFO O| Dec 16 20:45:39.073 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-16T20:45:40.585Z[ recovery-image] Dec 16 20:45:39.090 INFO O| Dec 16 20:45:39.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76892024-12-16T20:45:40.585Z[ recovery-image] Dec 16 20:45:39.090 INFO O| Dec 16 20:45:39.090 INFO STEP 1097 (remove_files) COMPLETE
76902024-12-16T20:45:40.588Z[ recovery-image] Dec 16 20:45:39.090 INFO O| Dec 16 20:45:39.090 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-16T20:45:40.602Z[ recovery-image] Dec 16 20:45:39.107 INFO O| Dec 16 20:45:39.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76922024-12-16T20:45:40.602Z[ recovery-image] Dec 16 20:45:39.107 INFO O| Dec 16 20:45:39.107 INFO STEP 1098 (remove_files) COMPLETE
76932024-12-16T20:45:40.602Z[ recovery-image] Dec 16 20:45:39.107 INFO O| Dec 16 20:45:39.107 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-16T20:45:40.616Z[ recovery-image] Dec 16 20:45:39.122 INFO O| Dec 16 20:45:39.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76952024-12-16T20:45:40.616Z[ recovery-image] Dec 16 20:45:39.122 INFO O| Dec 16 20:45:39.122 INFO STEP 1099 (remove_files) COMPLETE
76962024-12-16T20:45:40.619Z[ recovery-image] Dec 16 20:45:39.123 INFO O| Dec 16 20:45:39.122 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-16T20:45:40.632Z[ recovery-image] Dec 16 20:45:39.138 INFO O| Dec 16 20:45:39.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76982024-12-16T20:45:40.632Z[ recovery-image] Dec 16 20:45:39.138 INFO O| Dec 16 20:45:39.138 INFO STEP 1100 (remove_files) COMPLETE
76992024-12-16T20:45:40.632Z[ recovery-image] Dec 16 20:45:39.138 INFO O| Dec 16 20:45:39.138 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-16T20:45:40.648Z[ recovery-image] Dec 16 20:45:39.154 INFO O| Dec 16 20:45:39.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77012024-12-16T20:45:40.648Z[ recovery-image] Dec 16 20:45:39.155 INFO O| Dec 16 20:45:39.155 INFO STEP 1101 (remove_files) COMPLETE
77022024-12-16T20:45:40.648Z[ recovery-image] Dec 16 20:45:39.155 INFO O| Dec 16 20:45:39.155 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-16T20:45:40.665Z[ recovery-image] Dec 16 20:45:39.171 INFO O| Dec 16 20:45:39.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77042024-12-16T20:45:40.665Z[ recovery-image] Dec 16 20:45:39.171 INFO O| Dec 16 20:45:39.171 INFO STEP 1102 (remove_files) COMPLETE
77052024-12-16T20:45:40.668Z[ recovery-image] Dec 16 20:45:39.171 INFO O| Dec 16 20:45:39.171 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-16T20:45:40.682Z[ recovery-image] Dec 16 20:45:39.188 INFO O| Dec 16 20:45:39.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77072024-12-16T20:45:40.682Z[ recovery-image] Dec 16 20:45:39.188 INFO O| Dec 16 20:45:39.188 INFO STEP 1103 (remove_files) COMPLETE
77082024-12-16T20:45:40.684Z[ recovery-image] Dec 16 20:45:39.188 INFO O| Dec 16 20:45:39.188 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-16T20:45:40.699Z[ recovery-image] Dec 16 20:45:39.205 INFO O| Dec 16 20:45:39.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77102024-12-16T20:45:40.699Z[ recovery-image] Dec 16 20:45:39.205 INFO O| Dec 16 20:45:39.205 INFO STEP 1104 (remove_files) COMPLETE
77112024-12-16T20:45:40.699Z[ recovery-image] Dec 16 20:45:39.205 INFO O| Dec 16 20:45:39.205 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-16T20:45:40.715Z[ recovery-image] Dec 16 20:45:39.222 INFO O| Dec 16 20:45:39.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77132024-12-16T20:45:40.715Z[ recovery-image] Dec 16 20:45:39.222 INFO O| Dec 16 20:45:39.222 INFO STEP 1105 (remove_files) COMPLETE
77142024-12-16T20:45:40.715Z[ recovery-image] Dec 16 20:45:39.222 INFO O| Dec 16 20:45:39.222 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-16T20:45:40.733Z[ recovery-image] Dec 16 20:45:39.239 INFO O| Dec 16 20:45:39.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77162024-12-16T20:45:40.733Z[ recovery-image] Dec 16 20:45:39.240 INFO O| Dec 16 20:45:39.240 INFO STEP 1106 (remove_files) COMPLETE
77172024-12-16T20:45:40.733Z[ recovery-image] Dec 16 20:45:39.240 INFO O| Dec 16 20:45:39.240 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-16T20:45:40.751Z[ recovery-image] Dec 16 20:45:39.257 INFO O| Dec 16 20:45:39.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77192024-12-16T20:45:40.751Z[ recovery-image] Dec 16 20:45:39.257 INFO O| Dec 16 20:45:39.257 INFO STEP 1107 (remove_files) COMPLETE
77202024-12-16T20:45:40.751Z[ recovery-image] Dec 16 20:45:39.257 INFO O| Dec 16 20:45:39.257 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-16T20:45:40.770Z[ recovery-image] Dec 16 20:45:39.276 INFO O| Dec 16 20:45:39.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77222024-12-16T20:45:40.770Z[ recovery-image] Dec 16 20:45:39.276 INFO O| Dec 16 20:45:39.276 INFO STEP 1108 (remove_files) COMPLETE
77232024-12-16T20:45:40.770Z[ recovery-image] Dec 16 20:45:39.276 INFO O| Dec 16 20:45:39.276 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-16T20:45:40.788Z[ recovery-image] Dec 16 20:45:39.294 INFO O| Dec 16 20:45:39.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77252024-12-16T20:45:40.788Z[ recovery-image] Dec 16 20:45:39.294 INFO O| Dec 16 20:45:39.294 INFO STEP 1109 (remove_files) COMPLETE
77262024-12-16T20:45:40.788Z[ recovery-image] Dec 16 20:45:39.294 INFO O| Dec 16 20:45:39.294 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-16T20:45:40.805Z[ recovery-image] Dec 16 20:45:39.311 INFO O| Dec 16 20:45:39.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77282024-12-16T20:45:40.805Z[ recovery-image] Dec 16 20:45:39.311 INFO O| Dec 16 20:45:39.311 INFO STEP 1110 (remove_files) COMPLETE
77292024-12-16T20:45:40.805Z[ recovery-image] Dec 16 20:45:39.311 INFO O| Dec 16 20:45:39.311 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-16T20:45:40.824Z[ recovery-image] Dec 16 20:45:39.328 INFO O| Dec 16 20:45:39.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77312024-12-16T20:45:40.824Z[ recovery-image] Dec 16 20:45:39.328 INFO O| Dec 16 20:45:39.328 INFO STEP 1111 (remove_files) COMPLETE
77322024-12-16T20:45:40.824Z[ recovery-image] Dec 16 20:45:39.328 INFO O| Dec 16 20:45:39.328 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-16T20:45:40.840Z[ recovery-image] Dec 16 20:45:39.345 INFO O| Dec 16 20:45:39.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77342024-12-16T20:45:40.840Z[ recovery-image] Dec 16 20:45:39.346 INFO O| Dec 16 20:45:39.345 INFO STEP 1112 (remove_files) COMPLETE
77352024-12-16T20:45:40.840Z[ recovery-image] Dec 16 20:45:39.346 INFO O| Dec 16 20:45:39.346 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-16T20:45:40.856Z[ recovery-image] Dec 16 20:45:39.363 INFO O| Dec 16 20:45:39.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77372024-12-16T20:45:40.859Z[ recovery-image] Dec 16 20:45:39.363 INFO O| Dec 16 20:45:39.363 INFO STEP 1113 (remove_files) COMPLETE
77382024-12-16T20:45:40.859Z[ recovery-image] Dec 16 20:45:39.363 INFO O| Dec 16 20:45:39.363 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-16T20:45:40.875Z[ recovery-image] Dec 16 20:45:39.381 INFO O| Dec 16 20:45:39.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77402024-12-16T20:45:40.875Z[ recovery-image] Dec 16 20:45:39.381 INFO O| Dec 16 20:45:39.381 INFO STEP 1114 (remove_files) COMPLETE
77412024-12-16T20:45:40.877Z[ recovery-image] Dec 16 20:45:39.381 INFO O| Dec 16 20:45:39.381 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-16T20:45:40.894Z[ recovery-image] Dec 16 20:45:39.400 INFO O| Dec 16 20:45:39.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77432024-12-16T20:45:40.894Z[ recovery-image] Dec 16 20:45:39.401 INFO O| Dec 16 20:45:39.400 INFO STEP 1115 (remove_files) COMPLETE
77442024-12-16T20:45:40.897Z[ recovery-image] Dec 16 20:45:39.401 INFO O| Dec 16 20:45:39.401 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-16T20:45:40.914Z[ recovery-image] Dec 16 20:45:39.419 INFO O| Dec 16 20:45:39.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77462024-12-16T20:45:40.914Z[ recovery-image] Dec 16 20:45:39.419 INFO O| Dec 16 20:45:39.419 INFO STEP 1116 (remove_files) COMPLETE
77472024-12-16T20:45:40.917Z[ recovery-image] Dec 16 20:45:39.419 INFO O| Dec 16 20:45:39.419 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-16T20:45:40.932Z[ recovery-image] Dec 16 20:45:39.439 INFO O| Dec 16 20:45:39.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77492024-12-16T20:45:40.932Z[ recovery-image] Dec 16 20:45:39.439 INFO O| Dec 16 20:45:39.439 INFO STEP 1117 (remove_files) COMPLETE
77502024-12-16T20:45:40.933Z[ recovery-image] Dec 16 20:45:39.439 INFO O| Dec 16 20:45:39.439 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-16T20:45:40.951Z[ recovery-image] Dec 16 20:45:39.457 INFO O| Dec 16 20:45:39.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77522024-12-16T20:45:40.953Z[ recovery-image] Dec 16 20:45:39.457 INFO O| Dec 16 20:45:39.457 INFO STEP 1118 (remove_files) COMPLETE
77532024-12-16T20:45:40.953Z[ recovery-image] Dec 16 20:45:39.457 INFO O| Dec 16 20:45:39.457 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-16T20:45:40.969Z[ recovery-image] Dec 16 20:45:39.475 INFO O| Dec 16 20:45:39.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77552024-12-16T20:45:40.971Z[ recovery-image] Dec 16 20:45:39.475 INFO O| Dec 16 20:45:39.475 INFO STEP 1119 (remove_files) COMPLETE
77562024-12-16T20:45:40.971Z[ recovery-image] Dec 16 20:45:39.475 INFO O| Dec 16 20:45:39.475 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-16T20:45:40.985Z[ recovery-image] Dec 16 20:45:39.491 INFO O| Dec 16 20:45:39.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77582024-12-16T20:45:40.988Z[ recovery-image] Dec 16 20:45:39.491 INFO O| Dec 16 20:45:39.491 INFO STEP 1120 (remove_files) COMPLETE
77592024-12-16T20:45:40.988Z[ recovery-image] Dec 16 20:45:39.491 INFO O| Dec 16 20:45:39.491 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-16T20:45:41.002Z[ recovery-image] Dec 16 20:45:39.508 INFO O| Dec 16 20:45:39.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77612024-12-16T20:45:41.002Z[ recovery-image] Dec 16 20:45:39.508 INFO O| Dec 16 20:45:39.508 INFO STEP 1121 (remove_files) COMPLETE
77622024-12-16T20:45:41.002Z[ recovery-image] Dec 16 20:45:39.508 INFO O| Dec 16 20:45:39.508 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-16T20:45:41.019Z[ recovery-image] Dec 16 20:45:39.525 INFO O| Dec 16 20:45:39.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77642024-12-16T20:45:41.019Z[ recovery-image] Dec 16 20:45:39.525 INFO O| Dec 16 20:45:39.525 INFO STEP 1122 (remove_files) COMPLETE
77652024-12-16T20:45:41.023Z[ recovery-image] Dec 16 20:45:39.525 INFO O| Dec 16 20:45:39.525 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-16T20:45:41.061Z[ recovery-image] Dec 16 20:45:39.567 INFO O| Dec 16 20:45:39.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77672024-12-16T20:45:41.064Z[ recovery-image] Dec 16 20:45:39.567 INFO O| Dec 16 20:45:39.567 INFO STEP 1123 (remove_files) COMPLETE
77682024-12-16T20:45:41.064Z[ recovery-image] Dec 16 20:45:39.568 INFO O| Dec 16 20:45:39.567 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-16T20:45:41.088Z[ recovery-image] Dec 16 20:45:39.594 INFO O| Dec 16 20:45:39.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77702024-12-16T20:45:41.090Z[ recovery-image] Dec 16 20:45:39.594 INFO O| Dec 16 20:45:39.594 INFO STEP 1124 (remove_files) COMPLETE
77712024-12-16T20:45:41.090Z[ recovery-image] Dec 16 20:45:39.594 INFO O| Dec 16 20:45:39.594 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-16T20:45:41.106Z[ recovery-image] Dec 16 20:45:39.612 INFO O| Dec 16 20:45:39.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77732024-12-16T20:45:41.109Z[ recovery-image] Dec 16 20:45:39.613 INFO O| Dec 16 20:45:39.613 INFO STEP 1125 (remove_files) COMPLETE
77742024-12-16T20:45:41.109Z[ recovery-image] Dec 16 20:45:39.613 INFO O| Dec 16 20:45:39.613 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-16T20:45:41.125Z[ recovery-image] Dec 16 20:45:39.631 INFO O| Dec 16 20:45:39.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77762024-12-16T20:45:41.127Z[ recovery-image] Dec 16 20:45:39.631 INFO O| Dec 16 20:45:39.631 INFO STEP 1126 (remove_files) COMPLETE
77772024-12-16T20:45:41.127Z[ recovery-image] Dec 16 20:45:39.631 INFO O| Dec 16 20:45:39.631 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-16T20:45:41.184Z[ recovery-image] Dec 16 20:45:39.690 INFO O| Dec 16 20:45:39.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77792024-12-16T20:45:41.186Z[ recovery-image] Dec 16 20:45:39.690 INFO O| Dec 16 20:45:39.690 INFO STEP 1127 (remove_files) COMPLETE
77802024-12-16T20:45:41.186Z[ recovery-image] Dec 16 20:45:39.690 INFO O| Dec 16 20:45:39.690 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-16T20:45:41.203Z[ recovery-image] Dec 16 20:45:39.709 INFO O| Dec 16 20:45:39.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77822024-12-16T20:45:41.203Z[ recovery-image] Dec 16 20:45:39.709 INFO O| Dec 16 20:45:39.709 INFO STEP 1128 (remove_files) COMPLETE
77832024-12-16T20:45:41.205Z[ recovery-image] Dec 16 20:45:39.709 INFO O| Dec 16 20:45:39.709 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-16T20:45:41.221Z[ recovery-image] Dec 16 20:45:39.727 INFO O| Dec 16 20:45:39.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77852024-12-16T20:45:41.221Z[ recovery-image] Dec 16 20:45:39.727 INFO O| Dec 16 20:45:39.727 INFO STEP 1129 (remove_files) COMPLETE
77862024-12-16T20:45:41.224Z[ recovery-image] Dec 16 20:45:39.727 INFO O| Dec 16 20:45:39.727 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-16T20:45:41.242Z[ recovery-image] Dec 16 20:45:39.748 INFO O| Dec 16 20:45:39.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77882024-12-16T20:45:41.244Z[ recovery-image] Dec 16 20:45:39.748 INFO O| Dec 16 20:45:39.748 INFO STEP 1130 (remove_files) COMPLETE
77892024-12-16T20:45:41.244Z[ recovery-image] Dec 16 20:45:39.748 INFO O| Dec 16 20:45:39.748 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-16T20:45:41.261Z[ recovery-image] Dec 16 20:45:39.767 INFO O| Dec 16 20:45:39.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77912024-12-16T20:45:41.261Z[ recovery-image] Dec 16 20:45:39.767 INFO O| Dec 16 20:45:39.767 INFO STEP 1131 (remove_files) COMPLETE
77922024-12-16T20:45:41.261Z[ recovery-image] Dec 16 20:45:39.767 INFO O| Dec 16 20:45:39.767 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-16T20:45:41.291Z[ recovery-image] Dec 16 20:45:39.796 INFO O| Dec 16 20:45:39.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77942024-12-16T20:45:41.293Z[ recovery-image] Dec 16 20:45:39.797 INFO O| Dec 16 20:45:39.797 INFO STEP 1132 (remove_files) COMPLETE
77952024-12-16T20:45:41.293Z[ recovery-image] Dec 16 20:45:39.797 INFO O| Dec 16 20:45:39.797 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-16T20:45:41.321Z[ recovery-image] Dec 16 20:45:39.827 INFO O| Dec 16 20:45:39.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77972024-12-16T20:45:41.321Z[ recovery-image] Dec 16 20:45:39.827 INFO O| Dec 16 20:45:39.827 INFO STEP 1133 (remove_files) COMPLETE
77982024-12-16T20:45:41.324Z[ recovery-image] Dec 16 20:45:39.827 INFO O| Dec 16 20:45:39.827 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-16T20:45:41.442Z[ recovery-image] Dec 16 20:45:39.948 INFO O| Dec 16 20:45:39.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78002024-12-16T20:45:41.445Z[ recovery-image] Dec 16 20:45:39.949 INFO O| Dec 16 20:45:39.948 INFO STEP 1134 (remove_files) COMPLETE
78012024-12-16T20:45:41.445Z[ recovery-image] Dec 16 20:45:39.949 INFO O| Dec 16 20:45:39.949 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-16T20:45:41.473Z[ recovery-image] Dec 16 20:45:39.979 INFO O| Dec 16 20:45:39.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78032024-12-16T20:45:41.473Z[ recovery-image] Dec 16 20:45:39.979 INFO O| Dec 16 20:45:39.979 INFO STEP 1135 (remove_files) COMPLETE
78042024-12-16T20:45:41.473Z[ recovery-image] Dec 16 20:45:39.979 INFO O| Dec 16 20:45:39.979 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-16T20:45:41.491Z[ recovery-image] Dec 16 20:45:39.996 INFO O| Dec 16 20:45:39.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78062024-12-16T20:45:41.491Z[ recovery-image] Dec 16 20:45:39.996 INFO O| Dec 16 20:45:39.996 INFO STEP 1136 (remove_files) COMPLETE
78072024-12-16T20:45:41.491Z[ recovery-image] Dec 16 20:45:39.996 INFO O| Dec 16 20:45:39.996 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-16T20:45:41.529Z[ recovery-image] Dec 16 20:45:40.035 INFO O| Dec 16 20:45:40.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78092024-12-16T20:45:41.529Z[ recovery-image] Dec 16 20:45:40.036 INFO O| Dec 16 20:45:40.035 INFO STEP 1137 (remove_files) COMPLETE
78102024-12-16T20:45:41.530Z[ recovery-image] Dec 16 20:45:40.036 INFO O| Dec 16 20:45:40.036 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-16T20:45:41.548Z[ recovery-image] Dec 16 20:45:40.054 INFO O| Dec 16 20:45:40.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78122024-12-16T20:45:41.548Z[ recovery-image] Dec 16 20:45:40.054 INFO O| Dec 16 20:45:40.054 INFO STEP 1138 (remove_files) COMPLETE
78132024-12-16T20:45:41.548Z[ recovery-image] Dec 16 20:45:40.054 INFO O| Dec 16 20:45:40.054 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-16T20:45:41.580Z[ recovery-image] Dec 16 20:45:40.072 INFO O| Dec 16 20:45:40.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78152024-12-16T20:45:41.580Z[ recovery-image] Dec 16 20:45:40.072 INFO O| Dec 16 20:45:40.072 INFO STEP 1139 (remove_files) COMPLETE
78162024-12-16T20:45:41.580Z[ recovery-image] Dec 16 20:45:40.072 INFO O| Dec 16 20:45:40.072 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-16T20:45:41.680Z[ recovery-image] Dec 16 20:45:40.186 INFO O| Dec 16 20:45:40.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78182024-12-16T20:45:41.704Z[ recovery-image] Dec 16 20:45:40.210 INFO O| Dec 16 20:45:40.201 INFO STEP 1140 (remove_files) COMPLETE
78192024-12-16T20:45:41.705Z[ recovery-image] Dec 16 20:45:40.210 INFO O| Dec 16 20:45:40.201 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-16T20:45:41.714Z[ recovery-image] Dec 16 20:45:40.220 INFO O| Dec 16 20:45:40.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78212024-12-16T20:45:41.714Z[ recovery-image] Dec 16 20:45:40.220 INFO O| Dec 16 20:45:40.220 INFO STEP 1141 (remove_files) COMPLETE
78222024-12-16T20:45:41.714Z[ recovery-image] Dec 16 20:45:40.220 INFO O| Dec 16 20:45:40.220 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-16T20:45:41.733Z[ recovery-image] Dec 16 20:45:40.239 INFO O| Dec 16 20:45:40.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78242024-12-16T20:45:41.733Z[ recovery-image] Dec 16 20:45:40.239 INFO O| Dec 16 20:45:40.239 INFO STEP 1142 (remove_files) COMPLETE
78252024-12-16T20:45:41.733Z[ recovery-image] Dec 16 20:45:40.239 INFO O| Dec 16 20:45:40.239 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-16T20:45:41.748Z[ recovery-image] Dec 16 20:45:40.254 INFO O| Dec 16 20:45:40.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78272024-12-16T20:45:41.748Z[ recovery-image] Dec 16 20:45:40.254 INFO O| Dec 16 20:45:40.254 INFO STEP 1143 (remove_files) COMPLETE
78282024-12-16T20:45:41.751Z[ recovery-image] Dec 16 20:45:40.254 INFO O| Dec 16 20:45:40.254 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-16T20:45:41.765Z[ recovery-image] Dec 16 20:45:40.271 INFO O| Dec 16 20:45:40.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78302024-12-16T20:45:41.765Z[ recovery-image] Dec 16 20:45:40.271 INFO O| Dec 16 20:45:40.271 INFO STEP 1144 (remove_files) COMPLETE
78312024-12-16T20:45:41.768Z[ recovery-image] Dec 16 20:45:40.271 INFO O| Dec 16 20:45:40.271 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-16T20:45:41.782Z[ recovery-image] Dec 16 20:45:40.288 INFO O| Dec 16 20:45:40.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78332024-12-16T20:45:41.782Z[ recovery-image] Dec 16 20:45:40.288 INFO O| Dec 16 20:45:40.288 INFO STEP 1145 (remove_files) COMPLETE
78342024-12-16T20:45:41.782Z[ recovery-image] Dec 16 20:45:40.288 INFO O| Dec 16 20:45:40.288 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-16T20:45:41.802Z[ recovery-image] Dec 16 20:45:40.306 INFO O| Dec 16 20:45:40.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78362024-12-16T20:45:41.802Z[ recovery-image] Dec 16 20:45:40.306 INFO O| Dec 16 20:45:40.306 INFO STEP 1146 (remove_files) COMPLETE
78372024-12-16T20:45:41.802Z[ recovery-image] Dec 16 20:45:40.306 INFO O| Dec 16 20:45:40.306 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-16T20:45:41.818Z[ recovery-image] Dec 16 20:45:40.323 INFO O| Dec 16 20:45:40.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78392024-12-16T20:45:41.818Z[ recovery-image] Dec 16 20:45:40.323 INFO O| Dec 16 20:45:40.323 INFO STEP 1147 (remove_files) COMPLETE
78402024-12-16T20:45:41.818Z[ recovery-image] Dec 16 20:45:40.324 INFO O| Dec 16 20:45:40.323 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-16T20:45:41.835Z[ recovery-image] Dec 16 20:45:40.340 INFO O| Dec 16 20:45:40.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78422024-12-16T20:45:41.835Z[ recovery-image] Dec 16 20:45:40.340 INFO O| Dec 16 20:45:40.340 INFO STEP 1148 (remove_files) COMPLETE
78432024-12-16T20:45:41.836Z[ recovery-image] Dec 16 20:45:40.341 INFO O| Dec 16 20:45:40.340 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-16T20:45:41.855Z[ recovery-image] Dec 16 20:45:40.360 INFO O| Dec 16 20:45:40.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78452024-12-16T20:45:41.855Z[ recovery-image] Dec 16 20:45:40.360 INFO O| Dec 16 20:45:40.360 INFO STEP 1149 (remove_files) COMPLETE
78462024-12-16T20:45:41.856Z[ recovery-image] Dec 16 20:45:40.360 INFO O| Dec 16 20:45:40.360 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-16T20:45:41.879Z[ recovery-image] Dec 16 20:45:40.385 INFO O| Dec 16 20:45:40.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78482024-12-16T20:45:41.883Z[ recovery-image] Dec 16 20:45:40.385 INFO O| Dec 16 20:45:40.385 INFO STEP 1150 (remove_files) COMPLETE
78492024-12-16T20:45:41.883Z[ recovery-image] Dec 16 20:45:40.385 INFO O| Dec 16 20:45:40.385 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-16T20:45:41.895Z[ recovery-image] Dec 16 20:45:40.401 INFO O| Dec 16 20:45:40.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78512024-12-16T20:45:41.895Z[ recovery-image] Dec 16 20:45:40.401 INFO O| Dec 16 20:45:40.401 INFO STEP 1151 (remove_files) COMPLETE
78522024-12-16T20:45:41.898Z[ recovery-image] Dec 16 20:45:40.401 INFO O| Dec 16 20:45:40.401 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-16T20:45:41.913Z[ recovery-image] Dec 16 20:45:40.419 INFO O| Dec 16 20:45:40.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78542024-12-16T20:45:41.913Z[ recovery-image] Dec 16 20:45:40.419 INFO O| Dec 16 20:45:40.419 INFO STEP 1152 (remove_files) COMPLETE
78552024-12-16T20:45:41.913Z[ recovery-image] Dec 16 20:45:40.419 INFO O| Dec 16 20:45:40.419 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-16T20:45:41.942Z[ recovery-image] Dec 16 20:45:40.448 INFO O| Dec 16 20:45:40.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78572024-12-16T20:45:41.942Z[ recovery-image] Dec 16 20:45:40.448 INFO O| Dec 16 20:45:40.448 INFO STEP 1153 (remove_files) COMPLETE
78582024-12-16T20:45:41.942Z[ recovery-image] Dec 16 20:45:40.448 INFO O| Dec 16 20:45:40.448 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-16T20:45:41.981Z[ recovery-image] Dec 16 20:45:40.484 INFO O| Dec 16 20:45:40.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78602024-12-16T20:45:41.981Z[ recovery-image] Dec 16 20:45:40.484 INFO O| Dec 16 20:45:40.484 INFO STEP 1154 (remove_files) COMPLETE
78612024-12-16T20:45:41.984Z[ recovery-image] Dec 16 20:45:40.484 INFO O| Dec 16 20:45:40.484 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-16T20:45:42.013Z[ recovery-image] Dec 16 20:45:40.519 INFO O| Dec 16 20:45:40.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78632024-12-16T20:45:42.013Z[ recovery-image] Dec 16 20:45:40.519 INFO O| Dec 16 20:45:40.519 INFO STEP 1155 (remove_files) COMPLETE
78642024-12-16T20:45:42.013Z[ recovery-image] Dec 16 20:45:40.519 INFO O| Dec 16 20:45:40.519 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-16T20:45:42.032Z[ recovery-image] Dec 16 20:45:40.538 INFO O| Dec 16 20:45:40.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78662024-12-16T20:45:42.032Z[ recovery-image] Dec 16 20:45:40.538 INFO O| Dec 16 20:45:40.538 INFO STEP 1156 (remove_files) COMPLETE
78672024-12-16T20:45:42.032Z[ recovery-image] Dec 16 20:45:40.538 INFO O| Dec 16 20:45:40.538 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-16T20:45:42.052Z[ recovery-image] Dec 16 20:45:40.557 INFO O| Dec 16 20:45:40.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78692024-12-16T20:45:42.052Z[ recovery-image] Dec 16 20:45:40.558 INFO O| Dec 16 20:45:40.558 INFO STEP 1157 (remove_files) COMPLETE
78702024-12-16T20:45:42.052Z[ recovery-image] Dec 16 20:45:40.558 INFO O| Dec 16 20:45:40.558 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-16T20:45:42.073Z[ recovery-image] Dec 16 20:45:40.579 INFO O| Dec 16 20:45:40.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78722024-12-16T20:45:42.073Z[ recovery-image] Dec 16 20:45:40.579 INFO O| Dec 16 20:45:40.579 INFO STEP 1158 (remove_files) COMPLETE
78732024-12-16T20:45:42.076Z[ recovery-image] Dec 16 20:45:40.579 INFO O| Dec 16 20:45:40.579 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-16T20:45:42.099Z[ recovery-image] Dec 16 20:45:40.603 INFO O| Dec 16 20:45:40.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78752024-12-16T20:45:42.099Z[ recovery-image] Dec 16 20:45:40.604 INFO O| Dec 16 20:45:40.604 INFO STEP 1159 (remove_files) COMPLETE
78762024-12-16T20:45:42.099Z[ recovery-image] Dec 16 20:45:40.604 INFO O| Dec 16 20:45:40.604 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-16T20:45:42.122Z[ recovery-image] Dec 16 20:45:40.628 INFO O| Dec 16 20:45:40.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78782024-12-16T20:45:42.122Z[ recovery-image] Dec 16 20:45:40.628 INFO O| Dec 16 20:45:40.628 INFO STEP 1160 (remove_files) COMPLETE
78792024-12-16T20:45:42.124Z[ recovery-image] Dec 16 20:45:40.628 INFO O| Dec 16 20:45:40.628 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-16T20:45:42.155Z[ recovery-image] Dec 16 20:45:40.661 INFO O| Dec 16 20:45:40.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78812024-12-16T20:45:42.158Z[ recovery-image] Dec 16 20:45:40.661 INFO O| Dec 16 20:45:40.661 INFO STEP 1161 (remove_files) COMPLETE
78822024-12-16T20:45:42.158Z[ recovery-image] Dec 16 20:45:40.661 INFO O| Dec 16 20:45:40.661 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-16T20:45:42.240Z[ recovery-image] Dec 16 20:45:40.746 INFO O| Dec 16 20:45:40.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78842024-12-16T20:45:42.243Z[ recovery-image] Dec 16 20:45:40.746 INFO O| Dec 16 20:45:40.746 INFO STEP 1162 (remove_files) COMPLETE
78852024-12-16T20:45:42.243Z[ recovery-image] Dec 16 20:45:40.746 INFO O| Dec 16 20:45:40.746 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-16T20:45:42.291Z[ recovery-image] Dec 16 20:45:40.797 INFO O| Dec 16 20:45:40.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78872024-12-16T20:45:42.291Z[ recovery-image] Dec 16 20:45:40.797 INFO O| Dec 16 20:45:40.797 INFO STEP 1163 (remove_files) COMPLETE
78882024-12-16T20:45:42.291Z[ recovery-image] Dec 16 20:45:40.797 INFO O| Dec 16 20:45:40.797 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-16T20:45:42.336Z[ recovery-image] Dec 16 20:45:40.842 INFO O| Dec 16 20:45:40.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78902024-12-16T20:45:42.336Z[ recovery-image] Dec 16 20:45:40.842 INFO O| Dec 16 20:45:40.842 INFO STEP 1164 (remove_files) COMPLETE
78912024-12-16T20:45:42.336Z[ recovery-image] Dec 16 20:45:40.842 INFO O| Dec 16 20:45:40.842 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-16T20:45:42.367Z[ recovery-image] Dec 16 20:45:40.872 INFO O| Dec 16 20:45:40.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78932024-12-16T20:45:42.367Z[ recovery-image] Dec 16 20:45:40.872 INFO O| Dec 16 20:45:40.872 INFO STEP 1165 (remove_files) COMPLETE
78942024-12-16T20:45:42.371Z[ recovery-image] Dec 16 20:45:40.872 INFO O| Dec 16 20:45:40.872 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-16T20:45:42.434Z[ recovery-image] Dec 16 20:45:40.940 INFO O| Dec 16 20:45:40.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78962024-12-16T20:45:42.437Z[ recovery-image] Dec 16 20:45:40.940 INFO O| Dec 16 20:45:40.940 INFO STEP 1166 (remove_files) COMPLETE
78972024-12-16T20:45:42.437Z[ recovery-image] Dec 16 20:45:40.940 INFO O| Dec 16 20:45:40.940 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-16T20:45:42.460Z[ recovery-image] Dec 16 20:45:40.966 INFO O| Dec 16 20:45:40.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78992024-12-16T20:45:42.461Z[ recovery-image] Dec 16 20:45:40.966 INFO O| Dec 16 20:45:40.966 INFO STEP 1167 (remove_files) COMPLETE
79002024-12-16T20:45:42.461Z[ recovery-image] Dec 16 20:45:40.966 INFO O| Dec 16 20:45:40.966 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-16T20:45:42.483Z[ recovery-image] Dec 16 20:45:40.988 INFO O| Dec 16 20:45:40.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79022024-12-16T20:45:42.510Z[ recovery-image] Dec 16 20:45:41.016 INFO O| Dec 16 20:45:41.016 INFO STEP 1168 (remove_files) COMPLETE
79032024-12-16T20:45:42.510Z[ recovery-image] Dec 16 20:45:41.016 INFO O| Dec 16 20:45:41.016 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-16T20:45:42.573Z[ recovery-image] Dec 16 20:45:41.078 INFO O| Dec 16 20:45:41.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79052024-12-16T20:45:42.573Z[ recovery-image] Dec 16 20:45:41.079 INFO O| Dec 16 20:45:41.078 INFO STEP 1169 (remove_files) COMPLETE
79062024-12-16T20:45:42.573Z[ recovery-image] Dec 16 20:45:41.079 INFO O| Dec 16 20:45:41.079 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-16T20:45:42.615Z[ recovery-image] Dec 16 20:45:41.121 INFO O| Dec 16 20:45:41.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79082024-12-16T20:45:42.616Z[ recovery-image] Dec 16 20:45:41.121 INFO O| Dec 16 20:45:41.121 INFO STEP 1170 (remove_files) COMPLETE
79092024-12-16T20:45:42.618Z[ recovery-image] Dec 16 20:45:41.122 INFO O| Dec 16 20:45:41.121 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-16T20:45:42.636Z[ recovery-image] Dec 16 20:45:41.141 INFO O| Dec 16 20:45:41.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79112024-12-16T20:45:42.636Z[ recovery-image] Dec 16 20:45:41.142 INFO O| Dec 16 20:45:41.142 INFO STEP 1171 (remove_files) COMPLETE
79122024-12-16T20:45:42.639Z[ recovery-image] Dec 16 20:45:41.142 INFO O| Dec 16 20:45:41.142 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-16T20:45:42.666Z[ recovery-image] Dec 16 20:45:41.172 INFO O| Dec 16 20:45:41.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79142024-12-16T20:45:42.669Z[ recovery-image] Dec 16 20:45:41.172 INFO O| Dec 16 20:45:41.172 INFO STEP 1172 (remove_files) COMPLETE
79152024-12-16T20:45:42.669Z[ recovery-image] Dec 16 20:45:41.172 INFO O| Dec 16 20:45:41.172 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-16T20:45:42.703Z[ recovery-image] Dec 16 20:45:41.208 INFO O| Dec 16 20:45:41.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79172024-12-16T20:45:42.703Z[ recovery-image] Dec 16 20:45:41.208 INFO O| Dec 16 20:45:41.208 INFO STEP 1173 (remove_files) COMPLETE
79182024-12-16T20:45:42.713Z[ recovery-image] Dec 16 20:45:41.208 INFO O| Dec 16 20:45:41.208 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-16T20:45:42.737Z[ recovery-image] Dec 16 20:45:41.242 INFO O| Dec 16 20:45:41.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79202024-12-16T20:45:42.737Z[ recovery-image] Dec 16 20:45:41.242 INFO O| Dec 16 20:45:41.242 INFO STEP 1174 (remove_files) COMPLETE
79212024-12-16T20:45:42.737Z[ recovery-image] Dec 16 20:45:41.242 INFO O| Dec 16 20:45:41.242 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-16T20:45:42.765Z[ recovery-image] Dec 16 20:45:41.271 INFO O| Dec 16 20:45:41.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79232024-12-16T20:45:42.768Z[ recovery-image] Dec 16 20:45:41.271 INFO O| Dec 16 20:45:41.271 INFO STEP 1175 (remove_files) COMPLETE
79242024-12-16T20:45:42.768Z[ recovery-image] Dec 16 20:45:41.271 INFO O| Dec 16 20:45:41.271 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-16T20:45:42.788Z[ recovery-image] Dec 16 20:45:41.294 INFO O| Dec 16 20:45:41.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79262024-12-16T20:45:42.789Z[ recovery-image] Dec 16 20:45:41.294 INFO O| Dec 16 20:45:41.294 INFO STEP 1176 (remove_files) COMPLETE
79272024-12-16T20:45:42.789Z[ recovery-image] Dec 16 20:45:41.294 INFO O| Dec 16 20:45:41.294 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-16T20:45:42.841Z[ recovery-image] Dec 16 20:45:41.346 INFO O| Dec 16 20:45:41.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79292024-12-16T20:45:42.844Z[ recovery-image] Dec 16 20:45:41.346 INFO O| Dec 16 20:45:41.346 INFO STEP 1177 (remove_files) COMPLETE
79302024-12-16T20:45:42.844Z[ recovery-image] Dec 16 20:45:41.347 INFO O| Dec 16 20:45:41.346 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-16T20:45:42.867Z[ recovery-image] Dec 16 20:45:41.373 INFO O| Dec 16 20:45:41.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79322024-12-16T20:45:42.867Z[ recovery-image] Dec 16 20:45:41.373 INFO O| Dec 16 20:45:41.373 INFO STEP 1178 (remove_files) COMPLETE
79332024-12-16T20:45:42.867Z[ recovery-image] Dec 16 20:45:41.373 INFO O| Dec 16 20:45:41.373 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-16T20:45:42.886Z[ recovery-image] Dec 16 20:45:41.392 INFO O| Dec 16 20:45:41.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79352024-12-16T20:45:42.891Z[ recovery-image] Dec 16 20:45:41.392 INFO O| Dec 16 20:45:41.392 INFO STEP 1179 (remove_files) COMPLETE
79362024-12-16T20:45:42.891Z[ recovery-image] Dec 16 20:45:41.392 INFO O| Dec 16 20:45:41.392 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-16T20:45:42.927Z[ recovery-image] Dec 16 20:45:41.433 INFO O| Dec 16 20:45:41.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79382024-12-16T20:45:42.927Z[ recovery-image] Dec 16 20:45:41.433 INFO O| Dec 16 20:45:41.433 INFO STEP 1180 (remove_files) COMPLETE
79392024-12-16T20:45:42.927Z[ recovery-image] Dec 16 20:45:41.433 INFO O| Dec 16 20:45:41.433 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-16T20:45:42.946Z[ recovery-image] Dec 16 20:45:41.452 INFO O| Dec 16 20:45:41.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79412024-12-16T20:45:42.946Z[ recovery-image] Dec 16 20:45:41.452 INFO O| Dec 16 20:45:41.452 INFO STEP 1181 (remove_files) COMPLETE
79422024-12-16T20:45:42.946Z[ recovery-image] Dec 16 20:45:41.452 INFO O| Dec 16 20:45:41.452 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-16T20:45:42.992Z[ recovery-image] Dec 16 20:45:41.498 INFO O| Dec 16 20:45:41.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79442024-12-16T20:45:42.992Z[ recovery-image] Dec 16 20:45:41.498 INFO O| Dec 16 20:45:41.498 INFO STEP 1182 (remove_files) COMPLETE
79452024-12-16T20:45:42.992Z[ recovery-image] Dec 16 20:45:41.498 INFO O| Dec 16 20:45:41.498 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-12-16T20:45:43.013Z[ recovery-image] Dec 16 20:45:41.518 INFO O| Dec 16 20:45:41.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79472024-12-16T20:45:43.013Z[ recovery-image] Dec 16 20:45:41.518 INFO O| Dec 16 20:45:41.518 INFO STEP 1183 (remove_files) COMPLETE
79482024-12-16T20:45:43.013Z[ recovery-image] Dec 16 20:45:41.518 INFO O| Dec 16 20:45:41.518 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-12-16T20:45:43.032Z[ recovery-image] Dec 16 20:45:41.538 INFO O| Dec 16 20:45:41.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79502024-12-16T20:45:43.032Z[ recovery-image] Dec 16 20:45:41.538 INFO O| Dec 16 20:45:41.538 INFO STEP 1184 (remove_files) COMPLETE
79512024-12-16T20:45:43.034Z[ recovery-image] Dec 16 20:45:41.538 INFO O| Dec 16 20:45:41.538 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-12-16T20:45:43.058Z[ recovery-image] Dec 16 20:45:41.563 INFO O| Dec 16 20:45:41.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79532024-12-16T20:45:43.058Z[ recovery-image] Dec 16 20:45:41.563 INFO O| Dec 16 20:45:41.563 INFO STEP 1185 (remove_files) COMPLETE
79542024-12-16T20:45:43.058Z[ recovery-image] Dec 16 20:45:41.563 INFO O| Dec 16 20:45:41.563 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-12-16T20:45:43.076Z[ recovery-image] Dec 16 20:45:41.581 INFO O| Dec 16 20:45:41.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79562024-12-16T20:45:43.076Z[ recovery-image] Dec 16 20:45:41.581 INFO O| Dec 16 20:45:41.581 INFO STEP 1186 (remove_files) COMPLETE
79572024-12-16T20:45:43.083Z[ recovery-image] Dec 16 20:45:41.581 INFO O| Dec 16 20:45:41.581 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-12-16T20:45:43.093Z[ recovery-image] Dec 16 20:45:41.599 INFO O| Dec 16 20:45:41.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79592024-12-16T20:45:43.093Z[ recovery-image] Dec 16 20:45:41.599 INFO O| Dec 16 20:45:41.599 INFO STEP 1187 (remove_files) COMPLETE
79602024-12-16T20:45:43.093Z[ recovery-image] Dec 16 20:45:41.599 INFO O| Dec 16 20:45:41.599 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-12-16T20:45:43.125Z[ recovery-image] Dec 16 20:45:41.631 INFO O| Dec 16 20:45:41.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79622024-12-16T20:45:43.125Z[ recovery-image] Dec 16 20:45:41.631 INFO O| Dec 16 20:45:41.631 INFO STEP 1188 (remove_files) COMPLETE
79632024-12-16T20:45:43.125Z[ recovery-image] Dec 16 20:45:41.631 INFO O| Dec 16 20:45:41.631 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-12-16T20:45:43.148Z[ recovery-image] Dec 16 20:45:41.653 INFO O| Dec 16 20:45:41.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79652024-12-16T20:45:43.148Z[ recovery-image] Dec 16 20:45:41.653 INFO O| Dec 16 20:45:41.653 INFO STEP 1189 (remove_files) COMPLETE
79662024-12-16T20:45:43.148Z[ recovery-image] Dec 16 20:45:41.653 INFO O| Dec 16 20:45:41.653 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-12-16T20:45:43.167Z[ recovery-image] Dec 16 20:45:41.671 INFO O| Dec 16 20:45:41.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79682024-12-16T20:45:43.167Z[ recovery-image] Dec 16 20:45:41.671 INFO O| Dec 16 20:45:41.671 INFO STEP 1190 (remove_files) COMPLETE
79692024-12-16T20:45:43.167Z[ recovery-image] Dec 16 20:45:41.671 INFO O| Dec 16 20:45:41.671 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-12-16T20:45:43.203Z[ recovery-image] Dec 16 20:45:41.709 INFO O| Dec 16 20:45:41.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79712024-12-16T20:45:43.206Z[ recovery-image] Dec 16 20:45:41.709 INFO O| Dec 16 20:45:41.709 INFO STEP 1191 (remove_files) COMPLETE
79722024-12-16T20:45:43.206Z[ recovery-image] Dec 16 20:45:41.709 INFO O| Dec 16 20:45:41.709 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-12-16T20:45:43.243Z[ recovery-image] Dec 16 20:45:41.748 INFO O| Dec 16 20:45:41.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79742024-12-16T20:45:43.243Z[ recovery-image] Dec 16 20:45:41.748 INFO O| Dec 16 20:45:41.748 INFO STEP 1192 (remove_files) COMPLETE
79752024-12-16T20:45:43.245Z[ recovery-image] Dec 16 20:45:41.748 INFO O| Dec 16 20:45:41.748 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-12-16T20:45:43.282Z[ recovery-image] Dec 16 20:45:41.787 INFO O| Dec 16 20:45:41.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79772024-12-16T20:45:43.282Z[ recovery-image] Dec 16 20:45:41.787 INFO O| Dec 16 20:45:41.787 INFO STEP 1193 (remove_files) COMPLETE
79782024-12-16T20:45:43.284Z[ recovery-image] Dec 16 20:45:41.787 INFO O| Dec 16 20:45:41.787 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-12-16T20:45:43.312Z[ recovery-image] Dec 16 20:45:41.818 INFO O| Dec 16 20:45:41.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79802024-12-16T20:45:43.312Z[ recovery-image] Dec 16 20:45:41.818 INFO O| Dec 16 20:45:41.818 INFO STEP 1194 (remove_files) COMPLETE
79812024-12-16T20:45:43.312Z[ recovery-image] Dec 16 20:45:41.818 INFO O| Dec 16 20:45:41.818 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-12-16T20:45:43.331Z[ recovery-image] Dec 16 20:45:41.837 INFO O| Dec 16 20:45:41.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79832024-12-16T20:45:43.331Z[ recovery-image] Dec 16 20:45:41.837 INFO O| Dec 16 20:45:41.837 INFO STEP 1195 (remove_files) COMPLETE
79842024-12-16T20:45:43.332Z[ recovery-image] Dec 16 20:45:41.837 INFO O| Dec 16 20:45:41.837 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852024-12-16T20:45:43.395Z[ recovery-image] Dec 16 20:45:41.901 INFO O| Dec 16 20:45:41.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79862024-12-16T20:45:43.395Z[ recovery-image] Dec 16 20:45:41.901 INFO O| Dec 16 20:45:41.901 INFO STEP 1196 (remove_files) COMPLETE
79872024-12-16T20:45:43.404Z[ recovery-image] Dec 16 20:45:41.901 INFO O| Dec 16 20:45:41.901 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882024-12-16T20:45:43.415Z[ recovery-image] Dec 16 20:45:41.921 INFO O| Dec 16 20:45:41.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79892024-12-16T20:45:43.415Z[ recovery-image] Dec 16 20:45:41.921 INFO O| Dec 16 20:45:41.921 INFO STEP 1197 (remove_files) COMPLETE
79902024-12-16T20:45:43.419Z[ recovery-image] Dec 16 20:45:41.921 INFO O| Dec 16 20:45:41.921 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912024-12-16T20:45:43.434Z[ recovery-image] Dec 16 20:45:41.940 INFO O| Dec 16 20:45:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79922024-12-16T20:45:43.436Z[ recovery-image] Dec 16 20:45:41.940 INFO O| Dec 16 20:45:41.940 INFO STEP 1198 (remove_files) COMPLETE
79932024-12-16T20:45:43.436Z[ recovery-image] Dec 16 20:45:41.940 INFO O| Dec 16 20:45:41.940 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942024-12-16T20:45:43.453Z[ recovery-image] Dec 16 20:45:41.959 INFO O| Dec 16 20:45:41.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79952024-12-16T20:45:43.456Z[ recovery-image] Dec 16 20:45:41.959 INFO O| Dec 16 20:45:41.959 INFO STEP 1199 (remove_files) COMPLETE
79962024-12-16T20:45:43.456Z[ recovery-image] Dec 16 20:45:41.959 INFO O| Dec 16 20:45:41.959 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972024-12-16T20:45:43.484Z[ recovery-image] Dec 16 20:45:41.989 INFO O| Dec 16 20:45:41.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79982024-12-16T20:45:43.484Z[ recovery-image] Dec 16 20:45:41.989 INFO O| Dec 16 20:45:41.989 INFO STEP 1200 (remove_files) COMPLETE
79992024-12-16T20:45:43.487Z[ recovery-image] Dec 16 20:45:41.990 INFO O| Dec 16 20:45:41.989 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002024-12-16T20:45:43.508Z[ recovery-image] Dec 16 20:45:42.014 INFO O| Dec 16 20:45:42.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80012024-12-16T20:45:43.508Z[ recovery-image] Dec 16 20:45:42.014 INFO O| Dec 16 20:45:42.014 INFO STEP 1201 (remove_files) COMPLETE
80022024-12-16T20:45:43.508Z[ recovery-image] Dec 16 20:45:42.014 INFO O| Dec 16 20:45:42.014 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032024-12-16T20:45:43.534Z[ recovery-image] Dec 16 20:45:42.040 INFO O| Dec 16 20:45:42.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80042024-12-16T20:45:43.534Z[ recovery-image] Dec 16 20:45:42.040 INFO O| Dec 16 20:45:42.040 INFO STEP 1202 (remove_files) COMPLETE
80052024-12-16T20:45:43.534Z[ recovery-image] Dec 16 20:45:42.040 INFO O| Dec 16 20:45:42.040 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062024-12-16T20:45:43.584Z[ recovery-image] Dec 16 20:45:42.089 INFO O| Dec 16 20:45:42.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80072024-12-16T20:45:43.584Z[ recovery-image] Dec 16 20:45:42.089 INFO O| Dec 16 20:45:42.089 INFO STEP 1203 (remove_files) COMPLETE
80082024-12-16T20:45:43.584Z[ recovery-image] Dec 16 20:45:42.089 INFO O| Dec 16 20:45:42.089 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092024-12-16T20:45:43.603Z[ recovery-image] Dec 16 20:45:42.109 INFO O| Dec 16 20:45:42.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80102024-12-16T20:45:43.603Z[ recovery-image] Dec 16 20:45:42.109 INFO O| Dec 16 20:45:42.109 INFO STEP 1204 (remove_files) COMPLETE
80112024-12-16T20:45:43.603Z[ recovery-image] Dec 16 20:45:42.109 INFO O| Dec 16 20:45:42.109 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122024-12-16T20:45:43.622Z[ recovery-image] Dec 16 20:45:42.128 INFO O| Dec 16 20:45:42.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80132024-12-16T20:45:43.622Z[ recovery-image] Dec 16 20:45:42.128 INFO O| Dec 16 20:45:42.128 INFO STEP 1205 (remove_files) COMPLETE
80142024-12-16T20:45:43.622Z[ recovery-image] Dec 16 20:45:42.128 INFO O| Dec 16 20:45:42.128 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80152024-12-16T20:45:43.649Z[ recovery-image] Dec 16 20:45:42.155 INFO O| Dec 16 20:45:42.155 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80162024-12-16T20:45:43.649Z[ recovery-image] Dec 16 20:45:42.155 INFO O| Dec 16 20:45:42.155 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80172024-12-16T20:45:45.078Z[ recovery-image] Dec 16 20:45:43.584 INFO O| Dec 16 20:45:43.583 INFO STEP 1206 (pack_tar) COMPLETE
80182024-12-16T20:45:45.078Z[ recovery-image] Dec 16 20:45:43.584 INFO O| Dec 16 20:45:43.584 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80192024-12-16T20:45:45.081Z[ recovery-image] Dec 16 20:45:43.584 INFO O| Dec 16 20:45:43.584 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80202024-12-16T20:45:45.294Z[ recovery-image] Dec 16 20:45:43.799 INFO O| Dec 16 20:45:43.799 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80212024-12-16T20:45:45.418Z[ recovery-image] Dec 16 20:45:43.924 INFO O| Dec 16 20:45:43.924 INFO completed processing gimlet/ramdisk-03-recovery-trim
80222024-12-16T20:45:45.429Z[ recovery-image] Dec 16 20:45:43.933 INFO image builder template: zfs-recovery...
80232024-12-16T20:45:45.429Z[ recovery-image] Dec 16 20:45:43.933 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/.tmppeKgUt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
80242024-12-16T20:45:45.491Z[ recovery-image] Dec 16 20:45:43.996 INFO O| Dec 16 20:45:43.996 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80252024-12-16T20:45:45.507Z[ recovery-image] Dec 16 20:45:44.012 INFO O| Dec 16 20:45:44.012 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80262024-12-16T20:45:45.815Z[ recovery-image] Dec 16 20:45:44.320 INFO O| Dec 16 20:45:44.320 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80272024-12-16T20:45:45.915Z[ recovery-image] Dec 16 20:45:44.420 INFO O| Dec 16 20:45:44.420 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80282024-12-16T20:45:45.915Z[ recovery-image] Dec 16 20:45:44.420 INFO O| Dec 16 20:45:44.420 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80292024-12-16T20:45:45.923Z[ recovery-image] Dec 16 20:45:44.428 INFO O| Dec 16 20:45:44.428 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80302024-12-16T20:45:46.033Z[ recovery-image] Dec 16 20:45:44.538 INFO O| Dec 16 20:45:44.538 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80312024-12-16T20:45:46.086Z[ recovery-image] Dec 16 20:45:44.592 INFO O| Dec 16 20:45:44.591 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80322024-12-16T20:45:46.110Z[ recovery-image] Dec 16 20:45:44.615 INFO O| Dec 16 20:45:44.615 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80332024-12-16T20:45:46.118Z[ recovery-image] Dec 16 20:45:44.623 INFO O| Dec 16 20:45:44.623 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80342024-12-16T20:45:46.125Z[ recovery-image] Dec 16 20:45:44.630 INFO O| Dec 16 20:45:44.630 INFO no lofi found
80352024-12-16T20:45:46.125Z[ recovery-image] Dec 16 20:45:44.631 INFO O| Dec 16 20:45:44.630 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80362024-12-16T20:45:46.125Z[ recovery-image] Dec 16 20:45:44.631 INFO O| Dec 16 20:45:44.630 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80372024-12-16T20:45:48.507Z[ recovery-image] Dec 16 20:45:47.012 INFO O| Dec 16 20:45:47.011 INFO lofi device = /dev/dsk/c2t1d0p0
80382024-12-16T20:45:48.507Z[ recovery-image] Dec 16 20:45:47.012 INFO O| Dec 16 20:45:47.012 INFO pool device = /dev/dsk/c2t1d0p0
80392024-12-16T20:45:48.509Z[ recovery-image] Dec 16 20:45:47.012 INFO O| Dec 16 20:45:47.012 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"]
80402024-12-16T20:45:48.713Z[ recovery-image] Dec 16 20:45:47.218 INFO O| Dec 16 20:45:47.218 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80412024-12-16T20:45:48.713Z[ recovery-image] Dec 16 20:45:47.218 INFO O| Dec 16 20:45:47.218 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80422024-12-16T20:45:48.749Z[ recovery-image] Dec 16 20:45:47.254 INFO O| Dec 16 20:45:47.254 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80432024-12-16T20:45:49.313Z[ recovery-image] Dec 16 20:45:47.589 INFO O| Dec 16 20:45:47.589 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80442024-12-16T20:45:49.337Z[ recovery-image] Dec 16 20:45:47.647 INFO O| Dec 16 20:45:47.647 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80452024-12-16T20:45:49.337Z[ recovery-image] Dec 16 20:45:47.685 INFO O| Dec 16 20:45:47.685 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80462024-12-16T20:45:49.337Z[ recovery-image] Dec 16 20:45:47.707 INFO O| Dec 16 20:45:47.707 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80472024-12-16T20:45:49.337Z[ recovery-image] Dec 16 20:45:47.805 INFO O| Dec 16 20:45:47.805 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80482024-12-16T20:45:49.337Z[ recovery-image] Dec 16 20:45:47.805 INFO O| Dec 16 20:45:47.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80492024-12-16T20:45:49.337Z[ recovery-image] Dec 16 20:45:47.805 INFO O| Dec 16 20:45:47.805 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80502024-12-16T20:45:49.337Z[ recovery-image] Dec 16 20:45:47.819 INFO O| Dec 16 20:45:47.819 INFO boot environment UUID: 3769eaf8-8800-418f-9b05-5fb6fef81e88
80512024-12-16T20:45:49.337Z[ recovery-image] Dec 16 20:45:47.819 INFO O| Dec 16 20:45:47.819 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3769eaf8-8800-418f-9b05-5fb6fef81e88
80522024-12-16T20:45:49.367Z[ recovery-image] Dec 16 20:45:47.872 INFO O| Dec 16 20:45:47.872 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80532024-12-16T20:45:49.408Z[ recovery-image] Dec 16 20:45:47.913 INFO O| Dec 16 20:45:47.913 INFO STEP 0 (create_be) COMPLETE
80542024-12-16T20:45:49.408Z[ recovery-image] Dec 16 20:45:47.913 INFO O| Dec 16 20:45:47.913 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80552024-12-16T20:45:49.455Z[ recovery-image] Dec 16 20:45:47.960 INFO O| Dec 16 20:45:47.960 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"]
80562024-12-16T20:45:56.621Z[ recovery-image] Dec 16 20:45:55.124 INFO O| Dec 16 20:45:55.124 INFO STEP 1 (unpack_tar) COMPLETE
80572024-12-16T20:45:56.621Z[ recovery-image] Dec 16 20:45:55.124 INFO O| Dec 16 20:45:55.124 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80582024-12-16T20:45:56.640Z[ recovery-image] Dec 16 20:45:55.143 INFO O| Dec 16 20:45:55.143 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80592024-12-16T20:45:57.062Z[ recovery-image] Dec 16 20:45:55.566 INFO O| Dec 16 20:45:55.565 INFO STEP 2 (devfsadm) COMPLETE
80602024-12-16T20:45:57.062Z[ recovery-image] Dec 16 20:45:55.566 INFO O| Dec 16 20:45:55.566 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612024-12-16T20:45:57.086Z[ recovery-image] Dec 16 20:45:55.589 INFO O| Dec 16 20:45:55.589 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80622024-12-16T20:45:57.089Z[ recovery-image] Dec 16 20:45:55.589 INFO O| Dec 16 20:45:55.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80632024-12-16T20:45:57.089Z[ recovery-image] Dec 16 20:45:55.589 INFO O| Dec 16 20:45:55.589 INFO STEP 3 (ensure_dir) COMPLETE
80642024-12-16T20:45:57.089Z[ recovery-image] Dec 16 20:45:55.589 INFO O| Dec 16 20:45:55.589 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652024-12-16T20:45:57.110Z[ recovery-image] Dec 16 20:45:55.613 INFO O| Dec 16 20:45:55.613 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80662024-12-16T20:45:57.110Z[ recovery-image] Dec 16 20:45:55.613 INFO O| Dec 16 20:45:55.613 INFO STEP 4 (ensure_dir) COMPLETE
80672024-12-16T20:45:57.110Z[ recovery-image] Dec 16 20:45:55.613 INFO O| Dec 16 20:45:55.613 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80682024-12-16T20:45:57.140Z[ recovery-image] Dec 16 20:45:55.643 INFO O| Dec 16 20:45:55.643 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80692024-12-16T20:45:57.140Z[ recovery-image] Dec 16 20:45:55.643 INFO O| Dec 16 20:45:55.643 INFO STEP 5 (ensure_dir) COMPLETE
80702024-12-16T20:45:57.140Z[ recovery-image] Dec 16 20:45:55.643 INFO O| Dec 16 20:45:55.643 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712024-12-16T20:45:57.164Z[ recovery-image] Dec 16 20:45:55.666 INFO O| Dec 16 20:45:55.666 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80722024-12-16T20:45:57.164Z[ recovery-image] Dec 16 20:45:55.666 INFO O| Dec 16 20:45:55.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80732024-12-16T20:45:57.167Z[ recovery-image] Dec 16 20:45:55.666 INFO O| Dec 16 20:45:55.666 INFO STEP 6 (ensure_dir) COMPLETE
80742024-12-16T20:45:57.167Z[ recovery-image] Dec 16 20:45:55.666 INFO O| Dec 16 20:45:55.666 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80752024-12-16T20:45:57.182Z[ recovery-image] Dec 16 20:45:55.685 INFO O| Dec 16 20:45:55.685 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80762024-12-16T20:45:57.185Z[ recovery-image] Dec 16 20:45:55.686 INFO O| Dec 16 20:45:55.686 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80772024-12-16T20:45:57.185Z[ recovery-image] Dec 16 20:45:55.686 INFO O| Dec 16 20:45:55.686 INFO STEP 7 (ensure_dir) COMPLETE
80782024-12-16T20:45:57.185Z[ recovery-image] Dec 16 20:45:55.686 INFO O| Dec 16 20:45:55.686 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80792024-12-16T20:45:57.202Z[ recovery-image] Dec 16 20:45:55.705 INFO O| Dec 16 20:45:55.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80802024-12-16T20:45:57.204Z[ recovery-image] Dec 16 20:45:55.705 INFO O| Dec 16 20:45:55.705 INFO STEP 8 (remove_files) COMPLETE
80812024-12-16T20:45:57.204Z[ recovery-image] Dec 16 20:45:55.705 INFO O| Dec 16 20:45:55.705 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80822024-12-16T20:45:57.223Z[ recovery-image] Dec 16 20:45:55.724 INFO O| Dec 16 20:45:55.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80832024-12-16T20:45:57.284Z[ recovery-image] Dec 16 20:45:55.788 INFO O| Dec 16 20:45:55.788 INFO STEP 9 (remove_files) COMPLETE
80842024-12-16T20:45:57.284Z[ recovery-image] Dec 16 20:45:55.788 INFO O| Dec 16 20:45:55.788 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80852024-12-16T20:45:57.331Z[ recovery-image] Dec 16 20:45:55.834 INFO O| Dec 16 20:45:55.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80862024-12-16T20:45:57.333Z[ recovery-image] Dec 16 20:45:55.835 INFO O| Dec 16 20:45:55.835 INFO STEP 10 (remove_files) COMPLETE
80872024-12-16T20:45:57.333Z[ recovery-image] Dec 16 20:45:55.835 INFO O| Dec 16 20:45:55.835 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80882024-12-16T20:45:57.361Z[ recovery-image] Dec 16 20:45:55.864 INFO O| Dec 16 20:45:55.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80892024-12-16T20:45:57.364Z[ recovery-image] Dec 16 20:45:55.864 INFO O| Dec 16 20:45:55.864 INFO STEP 11 (remove_files) COMPLETE
80902024-12-16T20:45:57.364Z[ recovery-image] Dec 16 20:45:55.865 INFO O| Dec 16 20:45:55.864 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80912024-12-16T20:45:57.380Z[ recovery-image] Dec 16 20:45:55.883 INFO O| Dec 16 20:45:55.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80922024-12-16T20:45:57.382Z[ recovery-image] Dec 16 20:45:55.884 INFO O| Dec 16 20:45:55.884 INFO STEP 12 (remove_files) COMPLETE
80932024-12-16T20:45:57.382Z[ recovery-image] Dec 16 20:45:55.884 INFO O| Dec 16 20:45:55.884 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80942024-12-16T20:45:57.400Z[ recovery-image] Dec 16 20:45:55.903 INFO O| Dec 16 20:45:55.903 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80952024-12-16T20:45:57.402Z[ recovery-image] Dec 16 20:45:55.903 INFO O| Dec 16 20:45:55.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80962024-12-16T20:45:57.402Z[ recovery-image] Dec 16 20:45:55.903 INFO O| Dec 16 20:45:55.903 INFO STEP 13 (ensure_dir) COMPLETE
80972024-12-16T20:45:57.402Z[ recovery-image] Dec 16 20:45:55.903 INFO O| Dec 16 20:45:55.903 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80982024-12-16T20:45:57.423Z[ recovery-image] Dec 16 20:45:55.921 INFO O| Dec 16 20:45:55.921 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80992024-12-16T20:45:57.423Z[ recovery-image] Dec 16 20:45:55.921 INFO O| Dec 16 20:45:55.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81002024-12-16T20:45:57.423Z[ recovery-image] Dec 16 20:45:55.922 INFO O| Dec 16 20:45:55.922 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81012024-12-16T20:45:57.423Z[ recovery-image] Dec 16 20:45:55.922 INFO O| Dec 16 20:45:55.922 INFO STEP 14 (ensure_dir) COMPLETE
81022024-12-16T20:45:57.423Z[ recovery-image] Dec 16 20:45:55.922 INFO O| Dec 16 20:45:55.922 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81032024-12-16T20:45:57.536Z[ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.038 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81042024-12-16T20:45:57.536Z[ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.039 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81052024-12-16T20:45:57.542Z[ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.039 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81062024-12-16T20:45:57.542Z[ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.039 INFO STEP 15 (ensure_dir) COMPLETE
81072024-12-16T20:45:57.542Z[ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.039 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81082024-12-16T20:45:57.568Z[ recovery-image] Dec 16 20:45:56.071 INFO O| Dec 16 20:45:56.071 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81092024-12-16T20:45:57.568Z[ recovery-image] Dec 16 20:45:56.071 INFO O| Dec 16 20:45:56.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81102024-12-16T20:45:57.573Z[ recovery-image] Dec 16 20:45:56.072 INFO O| Dec 16 20:45:56.072 INFO STEP 16 (ensure_dir) COMPLETE
81112024-12-16T20:45:57.573Z[ recovery-image] Dec 16 20:45:56.072 INFO O| Dec 16 20:45:56.072 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81122024-12-16T20:45:57.631Z[ recovery-image] Dec 16 20:45:56.134 INFO O| Dec 16 20:45:56.134 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81132024-12-16T20:45:57.631Z[ recovery-image] Dec 16 20:45:56.134 INFO O| Dec 16 20:45:56.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81142024-12-16T20:45:57.631Z[ recovery-image] Dec 16 20:45:56.134 INFO O| Dec 16 20:45:56.134 INFO STEP 17 (ensure_dir) COMPLETE
81152024-12-16T20:45:57.634Z[ recovery-image] Dec 16 20:45:56.134 INFO O| Dec 16 20:45:56.134 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81162024-12-16T20:45:57.652Z[ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81172024-12-16T20:45:57.652Z[ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81182024-12-16T20:45:57.652Z[ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO ok!
81192024-12-16T20:45:57.652Z[ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO STEP 18 (ensure_symlink) COMPLETE
81202024-12-16T20:45:57.652Z[ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81212024-12-16T20:45:57.671Z[ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81222024-12-16T20:45:57.671Z[ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81232024-12-16T20:45:57.671Z[ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO ok!
81242024-12-16T20:45:57.671Z[ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO STEP 19 (ensure_file) COMPLETE
81252024-12-16T20:45:57.671Z[ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81262024-12-16T20:45:57.689Z[ recovery-image] Dec 16 20:45:56.191 INFO O| Dec 16 20:45:56.191 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81272024-12-16T20:45:57.689Z[ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.191 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81282024-12-16T20:45:57.694Z[ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81292024-12-16T20:45:57.694Z[ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.192 INFO ok!
81302024-12-16T20:45:57.694Z[ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.192 INFO STEP 20 (ensure_symlink) COMPLETE
81312024-12-16T20:45:57.694Z[ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.192 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81322024-12-16T20:45:57.747Z[ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81332024-12-16T20:45:57.747Z[ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81342024-12-16T20:45:57.750Z[ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81352024-12-16T20:45:57.750Z[ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO ok!
81362024-12-16T20:45:57.750Z[ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO STEP 21 (ensure_symlink) COMPLETE
81372024-12-16T20:45:57.750Z[ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81382024-12-16T20:45:57.808Z[ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81392024-12-16T20:45:57.808Z[ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81402024-12-16T20:45:57.810Z[ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81412024-12-16T20:45:57.810Z[ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO ok!
81422024-12-16T20:45:57.811Z[ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO STEP 22 (ensure_symlink) COMPLETE
81432024-12-16T20:45:57.811Z[ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81442024-12-16T20:45:57.826Z[ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81452024-12-16T20:45:57.826Z[ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81462024-12-16T20:45:57.826Z[ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81472024-12-16T20:45:57.826Z[ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO ok!
81482024-12-16T20:45:57.828Z[ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO STEP 23 (ensure_symlink) COMPLETE
81492024-12-16T20:45:57.828Z[ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81502024-12-16T20:45:57.842Z[ recovery-image] Dec 16 20:45:56.345 INFO O| Dec 16 20:45:56.345 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81512024-12-16T20:45:57.842Z[ recovery-image] Dec 16 20:45:56.345 INFO O| Dec 16 20:45:56.345 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 ...
81522024-12-16T20:45:57.845Z[ recovery-image] Dec 16 20:45:56.346 INFO O| Dec 16 20:45:56.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81532024-12-16T20:45:57.845Z[ recovery-image] Dec 16 20:45:56.346 INFO O| Dec 16 20:45:56.346 INFO ok!
81542024-12-16T20:45:57.845Z[ recovery-image] Dec 16 20:45:56.346 INFO O| Dec 16 20:45:56.346 INFO STEP 24 (ensure_file) COMPLETE
81552024-12-16T20:45:57.845Z[ recovery-image] Dec 16 20:45:56.346 INFO O| Dec 16 20:45:56.346 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81562024-12-16T20:45:57.926Z[ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.428 INFO updating shadow file
81572024-12-16T20:45:57.928Z[ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.429 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81582024-12-16T20:45:57.928Z[ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.429 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81592024-12-16T20:45:57.929Z[ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.429 INFO STEP 25 (shadow) COMPLETE
81602024-12-16T20:45:57.929Z[ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.429 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81612024-12-16T20:45:57.983Z[ recovery-image] Dec 16 20:45:56.486 INFO O| Dec 16 20:45:56.486 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81622024-12-16T20:45:57.984Z[ recovery-image] Dec 16 20:45:56.486 INFO O| Dec 16 20:45:56.486 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81632024-12-16T20:45:57.984Z[ recovery-image] Dec 16 20:45:56.487 INFO O| Dec 16 20:45:56.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81642024-12-16T20:45:57.984Z[ recovery-image] Dec 16 20:45:56.487 INFO O| Dec 16 20:45:56.487 INFO ok!
81652024-12-16T20:45:57.986Z[ recovery-image] Dec 16 20:45:56.487 INFO O| Dec 16 20:45:56.487 INFO STEP 26 (ensure_file) COMPLETE
81662024-12-16T20:45:57.986Z[ recovery-image] Dec 16 20:45:56.487 INFO O| Dec 16 20:45:56.487 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81672024-12-16T20:45:58.042Z[ recovery-image] Dec 16 20:45:56.545 INFO O| Dec 16 20:45:56.545 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81682024-12-16T20:45:58.042Z[ recovery-image] Dec 16 20:45:56.545 INFO O| Dec 16 20:45:56.545 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81692024-12-16T20:45:58.045Z[ recovery-image] Dec 16 20:45:56.546 INFO O| Dec 16 20:45:56.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81702024-12-16T20:45:58.045Z[ recovery-image] Dec 16 20:45:56.546 INFO O| Dec 16 20:45:56.546 INFO ok!
81712024-12-16T20:45:58.045Z[ recovery-image] Dec 16 20:45:56.546 INFO O| Dec 16 20:45:56.546 INFO STEP 27 (ensure_file) COMPLETE
81722024-12-16T20:45:58.045Z[ recovery-image] Dec 16 20:45:56.546 INFO O| Dec 16 20:45:56.546 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81732024-12-16T20:45:58.065Z[ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81742024-12-16T20:45:58.065Z[ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81752024-12-16T20:45:58.065Z[ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81762024-12-16T20:45:58.068Z[ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81772024-12-16T20:45:58.068Z[ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO ok!
81782024-12-16T20:45:58.068Z[ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO STEP 28 (ensure_file) COMPLETE
81792024-12-16T20:45:58.068Z[ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81802024-12-16T20:45:58.086Z[ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81812024-12-16T20:45:58.086Z[ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81822024-12-16T20:45:58.086Z[ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81832024-12-16T20:45:58.089Z[ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO ok!
81842024-12-16T20:45:58.090Z[ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO STEP 29 (ensure_file) COMPLETE
81852024-12-16T20:45:58.090Z[ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81862024-12-16T20:45:58.115Z[ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81872024-12-16T20:45:58.115Z[ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81882024-12-16T20:45:58.115Z[ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81892024-12-16T20:45:58.119Z[ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO ok!
81902024-12-16T20:45:58.119Z[ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO STEP 30 (ensure_file) COMPLETE
81912024-12-16T20:45:58.119Z[ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81922024-12-16T20:45:58.146Z[ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81932024-12-16T20:45:58.146Z[ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81942024-12-16T20:45:58.148Z[ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81952024-12-16T20:45:58.149Z[ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81962024-12-16T20:45:58.149Z[ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO ok!
81972024-12-16T20:45:58.149Z[ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO STEP 31 (ensure_file) COMPLETE
81982024-12-16T20:45:58.149Z[ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81992024-12-16T20:45:58.181Z[ recovery-image] Dec 16 20:45:56.684 INFO O| Dec 16 20:45:56.684 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82002024-12-16T20:45:58.181Z[ recovery-image] Dec 16 20:45:56.684 INFO O| Dec 16 20:45:56.684 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82012024-12-16T20:45:58.184Z[ recovery-image] Dec 16 20:45:56.684 INFO O| Dec 16 20:45:56.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82022024-12-16T20:45:58.184Z[ recovery-image] Dec 16 20:45:56.685 INFO O| Dec 16 20:45:56.684 INFO ok!
82032024-12-16T20:45:58.184Z[ recovery-image] Dec 16 20:45:56.685 INFO O| Dec 16 20:45:56.685 INFO STEP 32 (ensure_file) COMPLETE
82042024-12-16T20:45:58.184Z[ recovery-image] Dec 16 20:45:56.685 INFO O| Dec 16 20:45:56.685 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82052024-12-16T20:45:58.202Z[ recovery-image] Dec 16 20:45:56.705 INFO O| Dec 16 20:45:56.705 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82062024-12-16T20:45:58.202Z[ recovery-image] Dec 16 20:45:56.705 INFO O| Dec 16 20:45:56.705 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82072024-12-16T20:45:58.205Z[ recovery-image] Dec 16 20:45:56.706 INFO O| Dec 16 20:45:56.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82082024-12-16T20:45:58.205Z[ recovery-image] Dec 16 20:45:56.706 INFO O| Dec 16 20:45:56.706 INFO ok!
82092024-12-16T20:45:58.205Z[ recovery-image] Dec 16 20:45:56.706 INFO O| Dec 16 20:45:56.706 INFO STEP 33 (ensure_file) COMPLETE
82102024-12-16T20:45:58.205Z[ recovery-image] Dec 16 20:45:56.706 INFO O| Dec 16 20:45:56.706 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82112024-12-16T20:45:58.240Z[ recovery-image] Dec 16 20:45:56.743 INFO O| Dec 16 20:45:56.743 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82122024-12-16T20:45:58.240Z[ recovery-image] Dec 16 20:45:56.743 INFO O| Dec 16 20:45:56.743 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82132024-12-16T20:45:58.240Z[ recovery-image] Dec 16 20:45:56.743 INFO O| Dec 16 20:45:56.743 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82142024-12-16T20:45:58.243Z[ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82152024-12-16T20:45:58.243Z[ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82162024-12-16T20:45:58.243Z[ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82172024-12-16T20:45:58.243Z[ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO ok!
82182024-12-16T20:45:58.243Z[ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO STEP 34 (ensure_file) COMPLETE
82192024-12-16T20:45:58.243Z[ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82202024-12-16T20:45:58.288Z[ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82212024-12-16T20:45:58.288Z[ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82222024-12-16T20:45:58.289Z[ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82232024-12-16T20:45:58.292Z[ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO STEP 35 (ensure_dir) COMPLETE
82242024-12-16T20:45:58.292Z[ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82252024-12-16T20:45:58.307Z[ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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
82262024-12-16T20:45:58.307Z[ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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 ...
82272024-12-16T20:45:58.307Z[ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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
82282024-12-16T20:45:58.310Z[ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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
82292024-12-16T20:45:58.310Z[ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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
82302024-12-16T20:45:58.310Z[ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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
82312024-12-16T20:45:58.310Z[ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 INFO ok!
82322024-12-16T20:45:58.310Z[ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 INFO STEP 36 (ensure_file) COMPLETE
82332024-12-16T20:45:58.310Z[ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82342024-12-16T20:45:58.344Z[ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82352024-12-16T20:45:58.344Z[ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 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 ...
82362024-12-16T20:45:58.344Z[ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82372024-12-16T20:45:58.347Z[ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO ok!
82382024-12-16T20:45:58.347Z[ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO STEP 37 (ensure_symlink) COMPLETE
82392024-12-16T20:45:58.348Z[ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82402024-12-16T20:45:58.392Z[ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82412024-12-16T20:45:58.392Z[ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82422024-12-16T20:45:58.392Z[ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82432024-12-16T20:45:58.392Z[ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82442024-12-16T20:45:58.395Z[ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82452024-12-16T20:45:58.395Z[ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82462024-12-16T20:45:58.395Z[ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO ok!
82472024-12-16T20:45:58.395Z[ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO STEP 38 (ensure_file) COMPLETE
82482024-12-16T20:45:58.395Z[ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82492024-12-16T20:45:58.410Z[ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82502024-12-16T20:45:58.410Z[ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 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 ...
82512024-12-16T20:45:58.410Z[ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 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
82522024-12-16T20:45:58.410Z[ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82532024-12-16T20:45:58.412Z[ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO ok!
82542024-12-16T20:45:58.412Z[ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO STEP 39 (ensure_file) COMPLETE
82552024-12-16T20:45:58.413Z[ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82562024-12-16T20:45:58.445Z[ recovery-image] Dec 16 20:45:56.948 INFO O| Dec 16 20:45:56.948 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82572024-12-16T20:45:58.445Z[ recovery-image] Dec 16 20:45:56.948 INFO O| Dec 16 20:45:56.948 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82582024-12-16T20:45:58.449Z[ recovery-image] Dec 16 20:45:56.949 INFO O| Dec 16 20:45:56.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82592024-12-16T20:45:58.449Z[ recovery-image] Dec 16 20:45:56.949 INFO O| Dec 16 20:45:56.949 INFO ok!
82602024-12-16T20:45:58.449Z[ recovery-image] Dec 16 20:45:56.949 INFO O| Dec 16 20:45:56.949 INFO STEP 40 (ensure_file) COMPLETE
82612024-12-16T20:45:58.449Z[ recovery-image] Dec 16 20:45:56.949 INFO O| Dec 16 20:45:56.949 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82622024-12-16T20:45:58.465Z[ recovery-image] Dec 16 20:45:56.968 INFO O| Dec 16 20:45:56.968 INFO updating shadow file
82632024-12-16T20:45:58.468Z[ recovery-image] Dec 16 20:45:56.968 INFO O| Dec 16 20:45:56.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82642024-12-16T20:45:58.468Z[ recovery-image] Dec 16 20:45:56.968 INFO O| Dec 16 20:45:56.968 INFO STEP 41 (shadow) COMPLETE
82652024-12-16T20:45:58.468Z[ recovery-image] Dec 16 20:45:56.969 INFO O| Dec 16 20:45:56.969 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82662024-12-16T20:45:58.496Z[ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82672024-12-16T20:45:58.496Z[ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82682024-12-16T20:45:58.499Z[ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82692024-12-16T20:45:58.499Z[ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82702024-12-16T20:45:58.499Z[ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO ok!
82712024-12-16T20:45:58.499Z[ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO STEP 42 (ensure_file) COMPLETE
82722024-12-16T20:45:58.499Z[ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82732024-12-16T20:45:58.555Z[ recovery-image] Dec 16 20:45:57.058 INFO O| Dec 16 20:45:57.058 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82742024-12-16T20:45:58.555Z[ recovery-image] Dec 16 20:45:57.058 INFO O| Dec 16 20:45:57.058 INFO STEP 43 (ensure_dir) COMPLETE
82752024-12-16T20:45:58.555Z[ recovery-image] Dec 16 20:45:57.058 INFO O| Dec 16 20:45:57.058 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82762024-12-16T20:45:58.573Z[ recovery-image] Dec 16 20:45:57.076 INFO O| Dec 16 20:45:57.076 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82772024-12-16T20:45:58.573Z[ recovery-image] Dec 16 20:45:57.076 INFO O| Dec 16 20:45:57.076 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82782024-12-16T20:45:58.573Z[ recovery-image] Dec 16 20:45:57.076 INFO O| Dec 16 20:45:57.076 INFO STEP 44 (ensure_dir) COMPLETE
82792024-12-16T20:45:58.576Z[ recovery-image] Dec 16 20:45:57.076 INFO O| Dec 16 20:45:57.076 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82802024-12-16T20:45:58.591Z[ recovery-image] Dec 16 20:45:57.094 INFO O| Dec 16 20:45:57.094 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82812024-12-16T20:45:58.591Z[ recovery-image] Dec 16 20:45:57.094 INFO O| Dec 16 20:45:57.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82822024-12-16T20:45:58.594Z[ recovery-image] Dec 16 20:45:57.094 INFO O| Dec 16 20:45:57.094 INFO STEP 45 (ensure_dir) COMPLETE
82832024-12-16T20:45:58.594Z[ recovery-image] Dec 16 20:45:57.094 INFO O| Dec 16 20:45:57.094 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842024-12-16T20:45:58.609Z[ recovery-image] Dec 16 20:45:57.112 INFO O| Dec 16 20:45:57.112 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82852024-12-16T20:45:58.609Z[ recovery-image] Dec 16 20:45:57.112 INFO O| Dec 16 20:45:57.112 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82862024-12-16T20:45:58.679Z[ recovery-image] Dec 16 20:45:57.181 INFO O| Dec 16 20:45:57.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82872024-12-16T20:45:58.681Z[ recovery-image] Dec 16 20:45:57.181 INFO O| Dec 16 20:45:57.181 INFO ok!
82882024-12-16T20:45:58.681Z[ recovery-image] Dec 16 20:45:57.181 INFO O| Dec 16 20:45:57.181 INFO STEP 46 (ensure_file) COMPLETE
82892024-12-16T20:45:58.681Z[ recovery-image] Dec 16 20:45:57.181 INFO O| Dec 16 20:45:57.181 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82902024-12-16T20:45:58.698Z[ recovery-image] Dec 16 20:45:57.201 INFO O| Dec 16 20:45:57.201 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82912024-12-16T20:45:58.698Z[ recovery-image] Dec 16 20:45:57.201 INFO O| Dec 16 20:45:57.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82922024-12-16T20:45:58.698Z[ recovery-image] Dec 16 20:45:57.201 INFO O| Dec 16 20:45:57.201 INFO STEP 47 (ensure_dir) COMPLETE
82932024-12-16T20:45:58.698Z[ recovery-image] Dec 16 20:45:57.201 INFO O| Dec 16 20:45:57.201 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82942024-12-16T20:45:58.758Z[ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82952024-12-16T20:45:58.760Z[ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82962024-12-16T20:45:58.760Z[ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82972024-12-16T20:45:58.760Z[ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO ok!
82982024-12-16T20:45:58.760Z[ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO STEP 48 (ensure_file) COMPLETE
82992024-12-16T20:45:58.760Z[ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83002024-12-16T20:45:58.777Z[ recovery-image] Dec 16 20:45:57.280 INFO O| Dec 16 20:45:57.279 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83012024-12-16T20:45:58.779Z[ recovery-image] Dec 16 20:45:57.280 INFO O| Dec 16 20:45:57.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83022024-12-16T20:45:58.779Z[ recovery-image] Dec 16 20:45:57.280 INFO O| Dec 16 20:45:57.280 INFO STEP 49 (ensure_dir) COMPLETE
83032024-12-16T20:45:58.779Z[ recovery-image] Dec 16 20:45:57.280 INFO O| Dec 16 20:45:57.280 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042024-12-16T20:45:58.797Z[ recovery-image] Dec 16 20:45:57.300 INFO O| Dec 16 20:45:57.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83052024-12-16T20:45:58.797Z[ recovery-image] Dec 16 20:45:57.300 INFO O| Dec 16 20:45:57.300 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83062024-12-16T20:45:58.821Z[ recovery-image] Dec 16 20:45:57.323 INFO O| Dec 16 20:45:57.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83072024-12-16T20:45:58.821Z[ recovery-image] Dec 16 20:45:57.323 INFO O| Dec 16 20:45:57.323 INFO ok!
83082024-12-16T20:45:58.823Z[ recovery-image] Dec 16 20:45:57.323 INFO O| Dec 16 20:45:57.323 INFO STEP 50 (ensure_file) COMPLETE
83092024-12-16T20:45:58.823Z[ recovery-image] Dec 16 20:45:57.323 INFO O| Dec 16 20:45:57.323 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83102024-12-16T20:45:58.898Z[ recovery-image] Dec 16 20:45:57.400 INFO O| Dec 16 20:45:57.400 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83112024-12-16T20:45:58.898Z[ recovery-image] Dec 16 20:45:57.401 INFO O| Dec 16 20:45:57.400 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83122024-12-16T20:46:00.831Z[ recovery-image] Dec 16 20:45:59.334 INFO O| Dec 16 20:45:59.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83132024-12-16T20:46:00.831Z[ recovery-image] Dec 16 20:45:59.334 INFO O| Dec 16 20:45:59.334 INFO ok!
83142024-12-16T20:46:00.831Z[ recovery-image] Dec 16 20:45:59.334 INFO O| Dec 16 20:45:59.334 INFO STEP 51 (ensure_file) COMPLETE
83152024-12-16T20:46:00.834Z[ recovery-image] Dec 16 20:45:59.334 INFO O| Dec 16 20:45:59.334 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162024-12-16T20:46:00.850Z[ recovery-image] Dec 16 20:45:59.352 INFO O| Dec 16 20:45:59.352 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83172024-12-16T20:46:00.850Z[ recovery-image] Dec 16 20:45:59.353 INFO O| Dec 16 20:45:59.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83182024-12-16T20:46:00.853Z[ recovery-image] Dec 16 20:45:59.353 INFO O| Dec 16 20:45:59.353 INFO STEP 52 (ensure_dir) COMPLETE
83192024-12-16T20:46:00.853Z[ recovery-image] Dec 16 20:45:59.353 INFO O| Dec 16 20:45:59.353 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83202024-12-16T20:46:00.868Z[ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83212024-12-16T20:46:00.869Z[ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO copying /tmp/.tmppeKgUt/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 ...
83222024-12-16T20:46:00.869Z[ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 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
83232024-12-16T20:46:00.871Z[ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO ok!
83242024-12-16T20:46:00.871Z[ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO STEP 53 (ensure_file) COMPLETE
83252024-12-16T20:46:00.871Z[ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262024-12-16T20:46:00.890Z[ recovery-image] Dec 16 20:45:59.392 INFO O| Dec 16 20:45:59.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83272024-12-16T20:46:00.890Z[ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.392 INFO copying /tmp/.tmppeKgUt/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 ...
83282024-12-16T20:46:00.890Z[ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.393 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
83292024-12-16T20:46:00.893Z[ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.393 INFO ok!
83302024-12-16T20:46:00.893Z[ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.393 INFO STEP 54 (ensure_file) COMPLETE
83312024-12-16T20:46:00.893Z[ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.393 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83322024-12-16T20:46:00.910Z[ recovery-image] Dec 16 20:45:59.413 INFO O| Dec 16 20:45:59.413 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83332024-12-16T20:46:00.910Z[ recovery-image] Dec 16 20:45:59.413 INFO O| Dec 16 20:45:59.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83342024-12-16T20:46:00.913Z[ recovery-image] Dec 16 20:45:59.413 INFO O| Dec 16 20:45:59.413 INFO STEP 55 (ensure_dir) COMPLETE
83352024-12-16T20:46:00.913Z[ recovery-image] Dec 16 20:45:59.413 INFO O| Dec 16 20:45:59.413 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362024-12-16T20:46:00.931Z[ recovery-image] Dec 16 20:45:59.433 INFO O| Dec 16 20:45:59.433 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83372024-12-16T20:46:00.931Z[ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.433 INFO copying /tmp/.tmppeKgUt/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 ...
83382024-12-16T20:46:00.931Z[ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83392024-12-16T20:46:00.931Z[ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.434 INFO ok!
83402024-12-16T20:46:00.933Z[ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.434 INFO STEP 56 (ensure_file) COMPLETE
83412024-12-16T20:46:00.933Z[ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.434 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83422024-12-16T20:46:00.951Z[ recovery-image] Dec 16 20:45:59.453 INFO O| Dec 16 20:45:59.453 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83432024-12-16T20:46:00.951Z[ recovery-image] Dec 16 20:45:59.453 INFO O| Dec 16 20:45:59.453 INFO copying /tmp/.tmppeKgUt/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 ...
83442024-12-16T20:46:00.953Z[ recovery-image] Dec 16 20:45:59.454 INFO O| Dec 16 20:45:59.454 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
83452024-12-16T20:46:00.954Z[ recovery-image] Dec 16 20:45:59.454 INFO O| Dec 16 20:45:59.454 INFO ok!
83462024-12-16T20:46:00.954Z[ recovery-image] Dec 16 20:45:59.454 INFO O| Dec 16 20:45:59.454 INFO STEP 57 (ensure_file) COMPLETE
83472024-12-16T20:46:00.954Z[ recovery-image] Dec 16 20:45:59.454 INFO O| Dec 16 20:45:59.454 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83482024-12-16T20:46:00.972Z[ recovery-image] Dec 16 20:45:59.474 INFO O| Dec 16 20:45:59.474 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83492024-12-16T20:46:00.972Z[ recovery-image] Dec 16 20:45:59.475 INFO O| Dec 16 20:45:59.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83502024-12-16T20:46:00.972Z[ recovery-image] Dec 16 20:45:59.475 INFO O| Dec 16 20:45:59.475 INFO STEP 58 (ensure_dir) COMPLETE
83512024-12-16T20:46:00.974Z[ recovery-image] Dec 16 20:45:59.475 INFO O| Dec 16 20:45:59.475 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522024-12-16T20:46:00.991Z[ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.493 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83532024-12-16T20:46:00.994Z[ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO copying /tmp/.tmppeKgUt/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 ...
83542024-12-16T20:46:00.994Z[ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83552024-12-16T20:46:00.994Z[ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO ok!
83562024-12-16T20:46:00.994Z[ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO STEP 59 (ensure_file) COMPLETE
83572024-12-16T20:46:00.994Z[ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83582024-12-16T20:46:01.013Z[ recovery-image] Dec 16 20:45:59.515 INFO O| Dec 16 20:45:59.515 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83592024-12-16T20:46:01.013Z[ recovery-image] Dec 16 20:45:59.515 INFO O| Dec 16 20:45:59.515 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83602024-12-16T20:46:01.013Z[ recovery-image] Dec 16 20:45:59.515 INFO O| Dec 16 20:45:59.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83612024-12-16T20:46:01.016Z[ recovery-image] Dec 16 20:45:59.516 INFO O| Dec 16 20:45:59.515 INFO ok!
83622024-12-16T20:46:01.016Z[ recovery-image] Dec 16 20:45:59.516 INFO O| Dec 16 20:45:59.516 INFO STEP 60 (ensure_file) COMPLETE
83632024-12-16T20:46:01.016Z[ recovery-image] Dec 16 20:45:59.516 INFO O| Dec 16 20:45:59.516 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83642024-12-16T20:46:01.039Z[ recovery-image] Dec 16 20:45:59.541 INFO O| Dec 16 20:45:59.541 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83652024-12-16T20:46:01.039Z[ recovery-image] Dec 16 20:45:59.542 INFO O| Dec 16 20:45:59.541 INFO STEP 61 (ensure_dir) COMPLETE
83662024-12-16T20:46:01.042Z[ recovery-image] Dec 16 20:45:59.542 INFO O| Dec 16 20:45:59.541 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83672024-12-16T20:46:01.059Z[ recovery-image] Dec 16 20:45:59.561 INFO O| Dec 16 20:45:59.561 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83682024-12-16T20:46:01.061Z[ recovery-image] Dec 16 20:45:59.561 INFO O| Dec 16 20:45:59.561 INFO STEP 62 (ensure_dir) COMPLETE
83692024-12-16T20:46:01.062Z[ recovery-image] Dec 16 20:45:59.561 INFO O| Dec 16 20:45:59.561 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83702024-12-16T20:46:01.086Z[ recovery-image] Dec 16 20:45:59.587 INFO O| Dec 16 20:45:59.587 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83712024-12-16T20:46:01.086Z[ recovery-image] Dec 16 20:45:59.587 INFO O| Dec 16 20:45:59.587 INFO STEP 63 (ensure_dir) COMPLETE
83722024-12-16T20:46:01.086Z[ recovery-image] Dec 16 20:45:59.587 INFO O| Dec 16 20:45:59.587 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83732024-12-16T20:46:01.116Z[ recovery-image] Dec 16 20:45:59.618 INFO O| Dec 16 20:45:59.618 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83742024-12-16T20:46:01.116Z[ recovery-image] Dec 16 20:45:59.619 INFO O| Dec 16 20:45:59.618 INFO STEP 64 (ensure_dir) COMPLETE
83752024-12-16T20:46:01.117Z[ recovery-image] Dec 16 20:45:59.619 INFO O| Dec 16 20:45:59.618 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83762024-12-16T20:46:01.141Z[ recovery-image] Dec 16 20:45:59.643 INFO O| Dec 16 20:45:59.643 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83772024-12-16T20:46:01.141Z[ recovery-image] Dec 16 20:45:59.643 INFO O| Dec 16 20:45:59.643 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83782024-12-16T20:46:01.144Z[ recovery-image] Dec 16 20:45:59.644 INFO O| Dec 16 20:45:59.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83792024-12-16T20:46:01.144Z[ recovery-image] Dec 16 20:45:59.644 INFO O| Dec 16 20:45:59.644 INFO ok!
83802024-12-16T20:46:01.144Z[ recovery-image] Dec 16 20:45:59.644 INFO O| Dec 16 20:45:59.644 INFO STEP 65 (ensure_file) COMPLETE
83812024-12-16T20:46:01.144Z[ recovery-image] Dec 16 20:45:59.644 INFO O| Dec 16 20:45:59.644 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-16T20:46:01.173Z[ recovery-image] Dec 16 20:45:59.675 INFO O| Dec 16 20:45:59.675 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83832024-12-16T20:46:01.176Z[ recovery-image] Dec 16 20:45:59.676 INFO O| Dec 16 20:45:59.676 INFO STEP 66 (remove_files) COMPLETE
83842024-12-16T20:46:01.176Z[ recovery-image] Dec 16 20:45:59.676 INFO O| Dec 16 20:45:59.676 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-16T20:46:01.193Z[ recovery-image] Dec 16 20:45:59.696 INFO O| Dec 16 20:45:59.696 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83862024-12-16T20:46:01.196Z[ recovery-image] Dec 16 20:45:59.696 INFO O| Dec 16 20:45:59.696 INFO STEP 67 (remove_files) COMPLETE
83872024-12-16T20:46:01.196Z[ recovery-image] Dec 16 20:45:59.696 INFO O| Dec 16 20:45:59.696 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-16T20:46:01.234Z[ recovery-image] Dec 16 20:45:59.737 INFO O| Dec 16 20:45:59.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83892024-12-16T20:46:01.237Z[ recovery-image] Dec 16 20:45:59.737 INFO O| Dec 16 20:45:59.737 INFO STEP 68 (remove_files) COMPLETE
83902024-12-16T20:46:01.237Z[ recovery-image] Dec 16 20:45:59.737 INFO O| Dec 16 20:45:59.737 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-16T20:46:01.255Z[ recovery-image] Dec 16 20:45:59.757 INFO O| Dec 16 20:45:59.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83922024-12-16T20:46:01.257Z[ recovery-image] Dec 16 20:45:59.758 INFO O| Dec 16 20:45:59.758 INFO STEP 69 (remove_files) COMPLETE
83932024-12-16T20:46:01.258Z[ recovery-image] Dec 16 20:45:59.758 INFO O| Dec 16 20:45:59.758 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-16T20:46:01.275Z[ recovery-image] Dec 16 20:45:59.778 INFO O| Dec 16 20:45:59.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83952024-12-16T20:46:01.277Z[ recovery-image] Dec 16 20:45:59.778 INFO O| Dec 16 20:45:59.778 INFO STEP 70 (remove_files) COMPLETE
83962024-12-16T20:46:01.277Z[ recovery-image] Dec 16 20:45:59.778 INFO O| Dec 16 20:45:59.778 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-16T20:46:01.296Z[ recovery-image] Dec 16 20:45:59.798 INFO O| Dec 16 20:45:59.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83982024-12-16T20:46:01.298Z[ recovery-image] Dec 16 20:45:59.798 INFO O| Dec 16 20:45:59.798 INFO STEP 71 (remove_files) COMPLETE
83992024-12-16T20:46:01.298Z[ recovery-image] Dec 16 20:45:59.798 INFO O| Dec 16 20:45:59.798 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-16T20:46:01.315Z[ recovery-image] Dec 16 20:45:59.817 INFO O| Dec 16 20:45:59.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84012024-12-16T20:46:01.315Z[ recovery-image] Dec 16 20:45:59.817 INFO O| Dec 16 20:45:59.817 INFO STEP 72 (remove_files) COMPLETE
84022024-12-16T20:46:01.315Z[ recovery-image] Dec 16 20:45:59.817 INFO O| Dec 16 20:45:59.817 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-16T20:46:01.340Z[ recovery-image] Dec 16 20:45:59.843 INFO O| Dec 16 20:45:59.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84042024-12-16T20:46:01.343Z[ recovery-image] Dec 16 20:45:59.843 INFO O| Dec 16 20:45:59.843 INFO STEP 73 (remove_files) COMPLETE
84052024-12-16T20:46:01.343Z[ recovery-image] Dec 16 20:45:59.843 INFO O| Dec 16 20:45:59.843 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-16T20:46:01.361Z[ recovery-image] Dec 16 20:45:59.863 INFO O| Dec 16 20:45:59.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84072024-12-16T20:46:01.361Z[ recovery-image] Dec 16 20:45:59.864 INFO O| Dec 16 20:45:59.864 INFO STEP 74 (remove_files) COMPLETE
84082024-12-16T20:46:01.361Z[ recovery-image] Dec 16 20:45:59.864 INFO O| Dec 16 20:45:59.864 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-16T20:46:01.382Z[ recovery-image] Dec 16 20:45:59.885 INFO O| Dec 16 20:45:59.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84102024-12-16T20:46:01.382Z[ recovery-image] Dec 16 20:45:59.885 INFO O| Dec 16 20:45:59.885 INFO STEP 75 (remove_files) COMPLETE
84112024-12-16T20:46:01.382Z[ recovery-image] Dec 16 20:45:59.885 INFO O| Dec 16 20:45:59.885 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122024-12-16T20:46:01.402Z[ recovery-image] Dec 16 20:45:59.905 INFO O| Dec 16 20:45:59.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84132024-12-16T20:46:01.402Z[ recovery-image] Dec 16 20:45:59.905 INFO O| Dec 16 20:45:59.905 INFO STEP 76 (remove_files) COMPLETE
84142024-12-16T20:46:01.406Z[ recovery-image] Dec 16 20:45:59.905 INFO O| Dec 16 20:45:59.905 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152024-12-16T20:46:01.422Z[ recovery-image] Dec 16 20:45:59.924 INFO O| Dec 16 20:45:59.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84162024-12-16T20:46:01.422Z[ recovery-image] Dec 16 20:45:59.924 INFO O| Dec 16 20:45:59.924 INFO STEP 77 (remove_files) COMPLETE
84172024-12-16T20:46:01.422Z[ recovery-image] Dec 16 20:45:59.924 INFO O| Dec 16 20:45:59.924 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-16T20:46:01.442Z[ recovery-image] Dec 16 20:45:59.941 INFO O| Dec 16 20:45:59.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84192024-12-16T20:46:01.442Z[ recovery-image] Dec 16 20:45:59.941 INFO O| Dec 16 20:45:59.941 INFO STEP 78 (remove_files) COMPLETE
84202024-12-16T20:46:01.444Z[ recovery-image] Dec 16 20:45:59.941 INFO O| Dec 16 20:45:59.941 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-16T20:46:01.457Z[ recovery-image] Dec 16 20:45:59.960 INFO O| Dec 16 20:45:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84222024-12-16T20:46:01.459Z[ recovery-image] Dec 16 20:45:59.960 INFO O| Dec 16 20:45:59.960 INFO STEP 79 (remove_files) COMPLETE
84232024-12-16T20:46:01.459Z[ recovery-image] Dec 16 20:45:59.960 INFO O| Dec 16 20:45:59.960 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-16T20:46:01.475Z[ recovery-image] Dec 16 20:45:59.978 INFO O| Dec 16 20:45:59.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84252024-12-16T20:46:01.478Z[ recovery-image] Dec 16 20:45:59.978 INFO O| Dec 16 20:45:59.978 INFO STEP 80 (remove_files) COMPLETE
84262024-12-16T20:46:01.478Z[ recovery-image] Dec 16 20:45:59.978 INFO O| Dec 16 20:45:59.978 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-16T20:46:01.507Z[ recovery-image] Dec 16 20:46:00.010 INFO O| Dec 16 20:46:00.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84282024-12-16T20:46:01.507Z[ recovery-image] Dec 16 20:46:00.010 INFO O| Dec 16 20:46:00.010 INFO STEP 81 (remove_files) COMPLETE
84292024-12-16T20:46:01.507Z[ recovery-image] Dec 16 20:46:00.010 INFO O| Dec 16 20:46:00.010 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302024-12-16T20:46:01.526Z[ recovery-image] Dec 16 20:46:00.027 INFO O| Dec 16 20:46:00.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84312024-12-16T20:46:01.526Z[ recovery-image] Dec 16 20:46:00.027 INFO O| Dec 16 20:46:00.027 INFO STEP 82 (remove_files) COMPLETE
84322024-12-16T20:46:01.526Z[ recovery-image] Dec 16 20:46:00.027 INFO O| Dec 16 20:46:00.027 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332024-12-16T20:46:01.543Z[ recovery-image] Dec 16 20:46:00.045 INFO O| Dec 16 20:46:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84342024-12-16T20:46:01.543Z[ recovery-image] Dec 16 20:46:00.045 INFO O| Dec 16 20:46:00.045 INFO STEP 83 (remove_files) COMPLETE
84352024-12-16T20:46:01.545Z[ recovery-image] Dec 16 20:46:00.045 INFO O| Dec 16 20:46:00.045 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84362024-12-16T20:46:01.563Z[ recovery-image] Dec 16 20:46:00.065 INFO O| Dec 16 20:46:00.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84372024-12-16T20:46:01.563Z[ recovery-image] Dec 16 20:46:00.065 INFO O| Dec 16 20:46:00.065 INFO STEP 84 (remove_files) COMPLETE
84382024-12-16T20:46:01.563Z[ recovery-image] Dec 16 20:46:00.065 INFO O| Dec 16 20:46:00.065 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84392024-12-16T20:46:01.582Z[ recovery-image] Dec 16 20:46:00.084 INFO O| Dec 16 20:46:00.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84402024-12-16T20:46:01.582Z[ recovery-image] Dec 16 20:46:00.084 INFO O| Dec 16 20:46:00.084 INFO STEP 85 (remove_files) COMPLETE
84412024-12-16T20:46:01.585Z[ recovery-image] Dec 16 20:46:00.084 INFO O| Dec 16 20:46:00.084 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84422024-12-16T20:46:01.602Z[ recovery-image] Dec 16 20:46:00.104 INFO O| Dec 16 20:46:00.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84432024-12-16T20:46:01.604Z[ recovery-image] Dec 16 20:46:00.104 INFO O| Dec 16 20:46:00.104 INFO STEP 86 (remove_files) COMPLETE
84442024-12-16T20:46:01.604Z[ recovery-image] Dec 16 20:46:00.104 INFO O| Dec 16 20:46:00.104 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84452024-12-16T20:46:01.688Z[ recovery-image] Dec 16 20:46:00.189 INFO O| Dec 16 20:46:00.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84462024-12-16T20:46:01.690Z[ recovery-image] Dec 16 20:46:00.190 INFO O| Dec 16 20:46:00.189 INFO STEP 87 (remove_files) COMPLETE
84472024-12-16T20:46:01.691Z[ recovery-image] Dec 16 20:46:00.190 INFO O| Dec 16 20:46:00.190 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84482024-12-16T20:46:01.732Z[ recovery-image] Dec 16 20:46:00.235 INFO O| Dec 16 20:46:00.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84492024-12-16T20:46:01.735Z[ recovery-image] Dec 16 20:46:00.235 INFO O| Dec 16 20:46:00.235 INFO STEP 88 (remove_files) COMPLETE
84502024-12-16T20:46:01.735Z[ recovery-image] Dec 16 20:46:00.235 INFO O| Dec 16 20:46:00.235 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84512024-12-16T20:46:01.753Z[ recovery-image] Dec 16 20:46:00.255 INFO O| Dec 16 20:46:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84522024-12-16T20:46:01.756Z[ recovery-image] Dec 16 20:46:00.256 INFO O| Dec 16 20:46:00.256 INFO STEP 89 (remove_files) COMPLETE
84532024-12-16T20:46:01.756Z[ recovery-image] Dec 16 20:46:00.256 INFO O| Dec 16 20:46:00.256 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84542024-12-16T20:46:01.774Z[ recovery-image] Dec 16 20:46:00.275 INFO O| Dec 16 20:46:00.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84552024-12-16T20:46:01.777Z[ recovery-image] Dec 16 20:46:00.275 INFO O| Dec 16 20:46:00.275 INFO STEP 90 (remove_files) COMPLETE
84562024-12-16T20:46:01.777Z[ recovery-image] Dec 16 20:46:00.276 INFO O| Dec 16 20:46:00.276 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84572024-12-16T20:46:01.794Z[ recovery-image] Dec 16 20:46:00.295 INFO O| Dec 16 20:46:00.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84582024-12-16T20:46:01.797Z[ recovery-image] Dec 16 20:46:00.296 INFO O| Dec 16 20:46:00.296 INFO STEP 91 (remove_files) COMPLETE
84592024-12-16T20:46:01.797Z[ recovery-image] Dec 16 20:46:00.296 INFO O| Dec 16 20:46:00.296 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84602024-12-16T20:46:01.840Z[ recovery-image] Dec 16 20:46:00.342 INFO O| Dec 16 20:46:00.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84612024-12-16T20:46:01.844Z[ recovery-image] Dec 16 20:46:00.342 INFO O| Dec 16 20:46:00.342 INFO STEP 92 (remove_files) COMPLETE
84622024-12-16T20:46:01.844Z[ recovery-image] Dec 16 20:46:00.342 INFO O| Dec 16 20:46:00.342 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84632024-12-16T20:46:01.860Z[ recovery-image] Dec 16 20:46:00.362 INFO O| Dec 16 20:46:00.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84642024-12-16T20:46:01.864Z[ recovery-image] Dec 16 20:46:00.362 INFO O| Dec 16 20:46:00.362 INFO STEP 93 (remove_files) COMPLETE
84652024-12-16T20:46:01.864Z[ recovery-image] Dec 16 20:46:00.362 INFO O| Dec 16 20:46:00.362 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84662024-12-16T20:46:01.881Z[ recovery-image] Dec 16 20:46:00.383 INFO O| Dec 16 20:46:00.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84672024-12-16T20:46:01.883Z[ recovery-image] Dec 16 20:46:00.383 INFO O| Dec 16 20:46:00.383 INFO STEP 94 (remove_files) COMPLETE
84682024-12-16T20:46:01.883Z[ recovery-image] Dec 16 20:46:00.383 INFO O| Dec 16 20:46:00.383 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84692024-12-16T20:46:01.955Z[ recovery-image] Dec 16 20:46:00.457 INFO O| Dec 16 20:46:00.457 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84702024-12-16T20:46:01.957Z[ recovery-image] Dec 16 20:46:00.458 INFO O| Dec 16 20:46:00.457 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84712024-12-16T20:46:09.883Z[ recovery-image] Dec 16 20:46:08.383 INFO O| Dec 16 20:46:08.383 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84722024-12-16T20:46:09.901Z[ recovery-image] Dec 16 20:46:08.402 INFO O| Dec 16 20:46:08.402 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
84732024-12-16T20:46:09.953Z[ recovery-image] Dec 16 20:46:08.402 INFO O| Dec 16 20:46:08.402 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
84742024-12-16T20:46:10.027Z[ recovery-image] Dec 16 20:46:08.528 INFO O| Dec 16 20:46:08.528 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84752024-12-16T20:46:10.032Z[ recovery-image] Dec 16 20:46:08.528 INFO O| Dec 16 20:46:08.528 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 ...
84762024-12-16T20:46:10.032Z[ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84772024-12-16T20:46:10.032Z[ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO ok!
84782024-12-16T20:46:10.032Z[ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84792024-12-16T20:46:10.032Z[ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO STEP 95 (seed_smf) COMPLETE
84802024-12-16T20:46:10.032Z[ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO steps complete; finalising image!
84812024-12-16T20:46:10.032Z[ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84822024-12-16T20:46:10.104Z[ recovery-image] Dec 16 20:46:08.605 INFO O| Dec 16 20:46:08.605 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Mon Dec 16 20:46:08 2024)
84832024-12-16T20:46:10.315Z[ recovery-image] Dec 16 20:46:08.815 INFO O| Dec 16 20:46:08.815 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Mon Dec 16 20:46:08 2024)
84842024-12-16T20:46:10.524Z[ recovery-image] Dec 16 20:46:09.025 INFO O| Dec 16 20:46:09.025 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Mon Dec 16 20:46:08 2024)
84852024-12-16T20:46:10.735Z[ recovery-image] Dec 16 20:46:09.236 INFO O| Dec 16 20:46:09.236 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Mon Dec 16 20:46:08 2024)
84862024-12-16T20:46:10.974Z[ recovery-image] Dec 16 20:46:09.474 INFO O| Dec 16 20:46:09.474 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84872024-12-16T20:46:10.977Z[ recovery-image] Dec 16 20:46:09.474 INFO O| Dec 16 20:46:09.474 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84882024-12-16T20:46:11.700Z[ recovery-image] Dec 16 20:46:10.201 INFO O| Dec 16 20:46:10.201 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
84892024-12-16T20:46:11.700Z[ recovery-image] Dec 16 20:46:10.201 INFO O| Dec 16 20:46:10.201 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84902024-12-16T20:46:17.694Z[ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84912024-12-16T20:46:17.694Z[ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84922024-12-16T20:46:17.697Z[ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84932024-12-16T20:46:17.697Z[ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO completed processing gimlet/zfs-recovery
84942024-12-16T20:46:17.697Z[ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84952024-12-16T20:46:18.095Z[ recovery-image] Dec 16 20:46:16.595 INFO O| Dec 16 20:46:16.587 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84962024-12-16T20:46:18.201Z[ recovery-image] Dec 16 20:46:16.701 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84972024-12-16T20:46:18.204Z[ recovery-image] Dec 16 20:46:16.702 INFO expanded image name: "recovery 1cfaddc/${os_short_commit} 2024-12-16 20:16" -> "recovery 1cfaddc/92ea229 2024-12-16 20:16"
84982024-12-16T20:46:18.204Z[ recovery-image] Dec 16 20:46:16.702 INFO output artefacts stored in: "/work/os-recovery"
84992024-12-16T20:46:18.204Z[ recovery-image] Dec 16 20:46:16.702 INFO collecting git info from project "image-builder"...
85002024-12-16T20:46:18.245Z[ recovery-image] Dec 16 20:46:16.742 INFO collecting git info from project "amd-host-image-builder"...
85012024-12-16T20:46:18.776Z[ recovery-image] Dec 16 20:46:17.275 INFO collecting git info from project "pinprick"...
85022024-12-16T20:46:18.795Z[ recovery-image] Dec 16 20:46:17.285 INFO collecting git info from project "pilot"...
85032024-12-16T20:46:18.813Z[ recovery-image] Dec 16 20:46:17.312 INFO collecting git info from project "amd-firmware"...
85042024-12-16T20:46:19.464Z[ recovery-image] Dec 16 20:46:17.963 INFO collecting git info from project "chelsio-t6-roms"...
85052024-12-16T20:46:19.493Z[ recovery-image] Dec 16 20:46:17.992 INFO collecting git info from project "bootserver"...
85062024-12-16T20:46:19.503Z[ recovery-image] Dec 16 20:46:18.003 INFO collecting git info from project "phbl"...
85072024-12-16T20:46:19.515Z[ recovery-image] Dec 16 20:46:18.014 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85082024-12-16T20:46:20.235Z[ recovery-image] Dec 16 20:46:18.734 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85092024-12-16T20:46:20.987Z[ recovery-image] Dec 16 20:46:19.486 INFO creating Oxide boot image...
85102024-12-16T20:46:20.987Z[ recovery-image] Dec 16 20:46:19.486 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 1cfaddc/92ea229 2024-12-16 20:16", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85112024-12-16T20:47:13.911Z[ host-image] Dec 16 20:47:12.399 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
85122024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
85132024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85142024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85152024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85162024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85172024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85182024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85192024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85202024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85212024-12-16T20:47:13.915Z[ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
85222024-12-16T20:47:13.919Z[ host-image] Dec 16 20:47:12.405 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
85232024-12-16T20:47:13.919Z[ host-image] Dec 16 20:47:12.406 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
85242024-12-16T20:47:13.919Z[ host-image] Dec 16 20:47:12.407 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
85252024-12-16T20:47:13.919Z[ host-image] Dec 16 20:47:12.407 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85262024-12-16T20:47:13.921Z[ host-image] Dec 16 20:47:12.408 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
85272024-12-16T20:47:13.921Z[ host-image] Dec 16 20:47:12.409 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
85282024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.409 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
85292024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.409 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
85302024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
85312024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
85322024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85332024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85342024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85352024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.411 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85362024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.411 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85372024-12-16T20:47:13.923Z[ host-image] Dec 16 20:47:12.411 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85382024-12-16T20:47:13.926Z[ host-image] Dec 16 20:47:12.411 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85392024-12-16T20:47:13.926Z[ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85402024-12-16T20:47:13.926Z[ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85412024-12-16T20:47:13.926Z[ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85422024-12-16T20:47:13.926Z[ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85432024-12-16T20:47:13.926Z[ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85442024-12-16T20:47:13.927Z[ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85452024-12-16T20:47:13.927Z[ host-image] Dec 16 20:47:12.414 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85462024-12-16T20:47:13.927Z[ host-image] Dec 16 20:47:12.414 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85472024-12-16T20:47:13.957Z[ host-image] Dec 16 20:47:12.447 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85482024-12-16T20:47:13.962Z[ host-image] Dec 16 20:47:12.447 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85492024-12-16T20:47:13.962Z[ host-image] Dec 16 20:47:12.447 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85502024-12-16T20:47:13.962Z[ host-image] Dec 16 20:47:12.447 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85512024-12-16T20:47:13.962Z[ host-image] Dec 16 20:47:12.448 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85522024-12-16T20:47:13.962Z[ host-image] Dec 16 20:47:12.449 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85532024-12-16T20:47:13.962Z[ host-image] Dec 16 20:47:12.449 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85542024-12-16T20:47:13.963Z[ host-image] Dec 16 20:47:12.450 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85552024-12-16T20:47:13.966Z[ host-image] Dec 16 20:47:12.451 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85562024-12-16T20:47:13.966Z[ host-image] Dec 16 20:47:12.452 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85572024-12-16T20:47:13.984Z[ host-image] Dec 16 20:47:12.474 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85582024-12-16T20:47:13.984Z[ host-image] Dec 16 20:47:12.474 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85592024-12-16T20:47:13.987Z[ host-image] Dec 16 20:47:12.474 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85602024-12-16T20:47:13.987Z[ host-image] Dec 16 20:47:12.475 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85612024-12-16T20:47:13.987Z[ host-image] Dec 16 20:47:12.476 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85622024-12-16T20:47:13.987Z[ host-image] Dec 16 20:47:12.477 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85632024-12-16T20:47:14.050Z[ host-image] Dec 16 20:47:12.539 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85642024-12-16T20:47:14.053Z[ host-image] Dec 16 20:47:12.540 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85652024-12-16T20:47:14.053Z[ host-image] Dec 16 20:47:12.541 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85662024-12-16T20:47:14.053Z[ host-image] Dec 16 20:47:12.542 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85672024-12-16T20:47:14.053Z[ host-image] Dec 16 20:47:12.542 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85682024-12-16T20:47:14.056Z[ host-image] Dec 16 20:47:12.542 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85692024-12-16T20:47:14.056Z[ host-image] Dec 16 20:47:12.542 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85702024-12-16T20:47:14.056Z[ host-image] Dec 16 20:47:12.543 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85712024-12-16T20:47:14.056Z[ host-image] Dec 16 20:47:12.543 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85722024-12-16T20:47:14.056Z[ host-image] Dec 16 20:47:12.543 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85732024-12-16T20:47:14.056Z[ host-image] Dec 16 20:47:12.543 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85742024-12-16T20:47:14.056Z[ host-image] Dec 16 20:47:12.544 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85752024-12-16T20:47:14.075Z[ host-image] Dec 16 20:47:12.565 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85762024-12-16T20:47:14.075Z[ host-image] Dec 16 20:47:12.565 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85772024-12-16T20:47:14.075Z[ host-image] Dec 16 20:47:12.565 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85782024-12-16T20:47:14.078Z[ host-image] Dec 16 20:47:12.566 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85792024-12-16T20:47:14.078Z[ host-image] Dec 16 20:47:12.566 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85802024-12-16T20:47:14.098Z[ host-image] Dec 16 20:47:12.587 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85812024-12-16T20:47:14.101Z[ host-image] Dec 16 20:47:12.588 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85822024-12-16T20:47:14.103Z[ host-image] Dec 16 20:47:12.591 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85832024-12-16T20:47:14.104Z[ host-image] Dec 16 20:47:12.592 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85842024-12-16T20:47:14.104Z[ host-image] Dec 16 20:47:12.592 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85852024-12-16T20:47:14.104Z[ host-image] Dec 16 20:47:12.593 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85862024-12-16T20:47:14.107Z[ host-image] Dec 16 20:47:12.594 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85872024-12-16T20:47:14.107Z[ host-image] Dec 16 20:47:12.594 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85882024-12-16T20:47:14.107Z[ host-image] Dec 16 20:47:12.594 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85892024-12-16T20:47:14.110Z[ host-image] Dec 16 20:47:12.600 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85902024-12-16T20:47:14.113Z[ host-image] Dec 16 20:47:12.601 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85912024-12-16T20:47:14.113Z[ host-image] Dec 16 20:47:12.602 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85922024-12-16T20:47:14.113Z[ host-image] Dec 16 20:47:12.602 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85932024-12-16T20:47:14.113Z[ host-image] Dec 16 20:47:12.602 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85942024-12-16T20:47:14.114Z[ host-image] Dec 16 20:47:12.603 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85952024-12-16T20:47:14.117Z[ host-image] Dec 16 20:47:12.603 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85962024-12-16T20:47:14.117Z[ host-image] Dec 16 20:47:12.604 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85972024-12-16T20:47:14.154Z[ host-image] Dec 16 20:47:12.642 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85982024-12-16T20:47:14.154Z[ host-image] Dec 16 20:47:12.642 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85992024-12-16T20:47:14.171Z[ host-image] Dec 16 20:47:12.661 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
86002024-12-16T20:47:14.174Z[ host-image] Dec 16 20:47:12.663 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
86012024-12-16T20:47:14.174Z[ host-image] Dec 16 20:47:12.663 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
86022024-12-16T20:47:14.174Z[ host-image] Dec 16 20:47:12.664 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
86032024-12-16T20:47:14.177Z[ host-image] Dec 16 20:47:12.664 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
86042024-12-16T20:47:14.177Z[ host-image] Dec 16 20:47:12.665 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
86052024-12-16T20:47:14.210Z[ host-image] Dec 16 20:47:12.700 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
86062024-12-16T20:47:14.210Z[ host-image] Dec 16 20:47:12.700 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
86072024-12-16T20:47:14.214Z[ host-image] Dec 16 20:47:12.701 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
86082024-12-16T20:47:14.214Z[ host-image] Dec 16 20:47:12.702 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
86092024-12-16T20:47:14.216Z[ host-image] Dec 16 20:47:12.703 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
86102024-12-16T20:47:14.252Z[ host-image] Dec 16 20:47:12.742 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
86112024-12-16T20:47:14.252Z[ host-image] Dec 16 20:47:12.742 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
86122024-12-16T20:47:14.255Z[ host-image] Dec 16 20:47:12.742 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
86132024-12-16T20:47:14.255Z[ host-image] Dec 16 20:47:12.743 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86142024-12-16T20:47:14.255Z[ host-image] Dec 16 20:47:12.743 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86152024-12-16T20:47:14.379Z[ host-image] Dec 16 20:47:12.869 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
86162024-12-16T20:47:14.381Z[ host-image] Dec 16 20:47:12.869 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86172024-12-16T20:47:14.381Z[ host-image] Dec 16 20:47:12.869 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
86182024-12-16T20:47:14.382Z[ host-image] Dec 16 20:47:12.869 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
86192024-12-16T20:47:14.382Z[ host-image] Dec 16 20:47:12.871 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
86202024-12-16T20:47:14.384Z[ host-image] Dec 16 20:47:12.872 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86212024-12-16T20:47:14.384Z[ host-image] Dec 16 20:47:12.873 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86222024-12-16T20:47:14.384Z[ host-image] Dec 16 20:47:12.873 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
86232024-12-16T20:47:14.384Z[ host-image] Dec 16 20:47:12.873 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
86242024-12-16T20:47:14.384Z[ host-image] Dec 16 20:47:12.874 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
86252024-12-16T20:47:14.387Z[ host-image] Dec 16 20:47:12.874 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
86262024-12-16T20:47:14.387Z[ host-image] Dec 16 20:47:12.875 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
86272024-12-16T20:47:14.387Z[ host-image] Dec 16 20:47:12.875 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
86282024-12-16T20:47:14.390Z[ host-image] Dec 16 20:47:12.879 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86292024-12-16T20:47:14.392Z[ host-image] Dec 16 20:47:12.880 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
86302024-12-16T20:47:14.394Z[ host-image] Dec 16 20:47:12.882 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
86312024-12-16T20:47:14.394Z[ host-image] Dec 16 20:47:12.882 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
86322024-12-16T20:47:14.394Z[ host-image] Dec 16 20:47:12.883 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86332024-12-16T20:47:14.394Z[ host-image] Dec 16 20:47:12.883 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86342024-12-16T20:47:14.394Z[ host-image] Dec 16 20:47:12.884 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86352024-12-16T20:47:14.394Z[ host-image] Dec 16 20:47:12.884 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86362024-12-16T20:47:14.394Z[ host-image] Dec 16 20:47:12.884 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86372024-12-16T20:47:14.398Z[ host-image] Dec 16 20:47:12.885 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86382024-12-16T20:47:14.398Z[ host-image] Dec 16 20:47:12.885 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86392024-12-16T20:47:14.398Z[ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86402024-12-16T20:47:14.398Z[ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86412024-12-16T20:47:14.398Z[ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86422024-12-16T20:47:14.398Z[ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86432024-12-16T20:47:14.398Z[ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86442024-12-16T20:47:14.400Z[ host-image] Dec 16 20:47:12.887 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86452024-12-16T20:47:14.400Z[ host-image] Dec 16 20:47:12.890 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86462024-12-16T20:47:14.403Z[ host-image] Dec 16 20:47:12.890 INFO O| tempdir @ "/tmp/.tmp1DMavW/tmp"
86472024-12-16T20:47:14.403Z[ host-image] Dec 16 20:47:12.890 INFO O| image root @ "/tmp/.tmp1DMavW/tmp/root"
86482024-12-16T20:47:14.403Z[ host-image] Dec 16 20:47:12.890 INFO O| creating image...
86492024-12-16T20:47:15.566Z[ host-image] Dec 16 20:47:14.055 INFO O| copying publishers...
86502024-12-16T20:47:31.945Z[ recovery-image] Dec 16 20:47:30.431 INFO O| ok, image written!
86512024-12-16T20:47:31.945Z[ recovery-image] Dec 16 20:47:30.431 INFO O| ok, boot_image_csum file written!
86522024-12-16T20:47:31.952Z[ recovery-image] Dec 16 20:47:30.438 INFO creating boot archive (CPIO)...
86532024-12-16T20:47:31.952Z[ recovery-image] Dec 16 20:47:30.438 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
86542024-12-16T20:47:31.975Z[ recovery-image] Dec 16 20:47:30.462 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86552024-12-16T20:47:31.975Z[ recovery-image] Dec 16 20:47:30.462 INFO E| + outfile=/work/os-recovery/cpio
86562024-12-16T20:47:31.978Z[ recovery-image] Dec 16 20:47:30.462 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86572024-12-16T20:47:31.981Z[ recovery-image] Dec 16 20:47:30.465 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86582024-12-16T20:47:31.981Z[ recovery-image] Dec 16 20:47:30.466 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86592024-12-16T20:47:32.028Z[ recovery-image] Dec 16 20:47:30.514 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86602024-12-16T20:47:32.028Z[ recovery-image] Dec 16 20:47:30.514 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86612024-12-16T20:47:32.038Z[ recovery-image] Dec 16 20:47:30.525 INFO creating compressed cpio/unix for nanobl-rs...
86622024-12-16T20:47:32.038Z[ recovery-image] Dec 16 20:47:30.525 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
86632024-12-16T20:47:32.469Z[ recovery-image] Dec 16 20:47:30.955 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86642024-12-16T20:47:38.288Z[ host-image] Dec 16 20:47:36.773 INFO O| adding properties...
86652024-12-16T20:47:38.845Z[ recovery-image] Dec 16 20:47:37.330 INFO creating reset image...
86662024-12-16T20:47:38.845Z[ recovery-image] Dec 16 20:47:37.330 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86672024-12-16T20:47:39.533Z[ recovery-image] Dec 16 20:47:38.018 INFO E| Updating crates.io index
86682024-12-16T20:47:40.006Z[ recovery-image] Dec 16 20:47:38.491 INFO E| Downloading crates ...
86692024-12-16T20:47:40.191Z[ recovery-image] Dec 16 20:47:38.676 INFO E| Downloaded clap v4.5.17
86702024-12-16T20:47:40.207Z[ recovery-image] Dec 16 20:47:38.692 INFO E| Downloaded shared_child v1.0.1
86712024-12-16T20:47:40.210Z[ recovery-image] Dec 16 20:47:38.694 INFO E| Downloaded clap_derive v4.5.13
86722024-12-16T20:47:40.213Z[ recovery-image] Dec 16 20:47:38.698 INFO E| Downloaded os_pipe v1.2.1
86732024-12-16T20:47:40.215Z[ recovery-image] Dec 16 20:47:38.700 INFO E| Downloaded duct v0.13.7
86742024-12-16T20:47:40.238Z[ recovery-image] Dec 16 20:47:38.723 INFO E| Downloaded clap_builder v4.5.17
86752024-12-16T20:47:40.249Z[ recovery-image] Dec 16 20:47:38.733 INFO E| Downloaded syn v2.0.77
86762024-12-16T20:47:40.318Z[ recovery-image] Dec 16 20:47:38.803 INFO E| Downloaded libc v0.2.158
86772024-12-16T20:47:40.475Z[ recovery-image] Dec 16 20:47:38.960 INFO E| Compiling proc-macro2 v1.0.86
86782024-12-16T20:47:40.514Z[ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling libc v0.2.158
86792024-12-16T20:47:40.514Z[ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling unicode-ident v1.0.13
86802024-12-16T20:47:40.517Z[ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling utf8parse v0.2.2
86812024-12-16T20:47:40.517Z[ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling is_terminal_polyfill v1.70.1
86822024-12-16T20:47:40.517Z[ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling anstyle v1.0.8
86832024-12-16T20:47:40.517Z[ recovery-image] Dec 16 20:47:39.000 INFO E| Compiling colorchoice v1.0.2
86842024-12-16T20:47:40.517Z[ recovery-image] Dec 16 20:47:39.000 INFO E| Compiling anstyle-query v1.1.1
86852024-12-16T20:47:40.568Z[ host-image] Dec 16 20:47:39.052 INFO O| installing packages...
86862024-12-16T20:47:41.191Z[ recovery-image] Dec 16 20:47:39.676 INFO E| Compiling strsim v0.11.1
86872024-12-16T20:47:41.194Z[ recovery-image] Dec 16 20:47:39.676 INFO E| Compiling heck v0.5.0
86882024-12-16T20:47:41.204Z[ recovery-image] Dec 16 20:47:39.689 INFO E| Compiling clap_lex v0.7.2
86892024-12-16T20:47:41.568Z[ recovery-image] Dec 16 20:47:40.052 INFO E| Compiling anstyle-parse v0.2.5
86902024-12-16T20:47:41.575Z[ recovery-image] Dec 16 20:47:40.060 INFO E| Compiling once_cell v1.19.0
86912024-12-16T20:47:42.163Z[ recovery-image] Dec 16 20:47:40.648 INFO E| Compiling anstream v0.6.15
86922024-12-16T20:47:42.713Z[ recovery-image] Dec 16 20:47:41.198 INFO E| Compiling clap_builder v4.5.17
86932024-12-16T20:47:43.036Z[ recovery-image] Dec 16 20:47:41.521 INFO E| Compiling shared_child v1.0.1
86942024-12-16T20:47:43.036Z[ recovery-image] Dec 16 20:47:41.521 INFO E| Compiling os_pipe v1.2.1
86952024-12-16T20:47:43.338Z[ recovery-image] Dec 16 20:47:41.822 INFO E| Compiling duct v0.13.7
86962024-12-16T20:47:43.762Z[ recovery-image] Dec 16 20:47:42.246 INFO E| Compiling quote v1.0.37
86972024-12-16T20:47:44.383Z[ recovery-image] Dec 16 20:47:42.867 INFO E| Compiling syn v2.0.77
86982024-12-16T20:47:55.575Z[ recovery-image] Dec 16 20:47:54.057 INFO E| Compiling clap_derive v4.5.13
86992024-12-16T20:48:00.187Z[ recovery-image] Dec 16 20:47:58.668 INFO E| Compiling clap v4.5.17
87002024-12-16T20:48:00.273Z[ recovery-image] Dec 16 20:47:58.754 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87012024-12-16T20:48:02.236Z[ recovery-image] Dec 16 20:48:00.718 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.21s
87022024-12-16T20:48:02.253Z[ recovery-image] Dec 16 20:48:00.733 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87032024-12-16T20:48:02.588Z[ recovery-image] Dec 16 20:48:01.069 INFO E| Updating crates.io index
87042024-12-16T20:48:02.884Z[ recovery-image] Dec 16 20:48:01.366 INFO E| Downloading crates ...
87052024-12-16T20:48:03.159Z[ recovery-image] Dec 16 20:48:01.640 INFO E| Downloaded bit_field v0.10.2
87062024-12-16T20:48:03.161Z[ recovery-image] Dec 16 20:48:01.642 INFO E| Downloaded bitstruct_derive v0.1.0
87072024-12-16T20:48:03.163Z[ recovery-image] Dec 16 20:48:01.643 INFO E| Downloaded cpio_reader v0.1.1
87082024-12-16T20:48:03.166Z[ recovery-image] Dec 16 20:48:01.645 INFO E| Downloaded seq-macro v0.3.5
87092024-12-16T20:48:03.170Z[ recovery-image] Dec 16 20:48:01.651 INFO E| Downloaded bitstruct v0.1.1
87102024-12-16T20:48:03.179Z[ recovery-image] Dec 16 20:48:01.660 INFO E| Downloaded raw-cpuid v10.7.0
87112024-12-16T20:48:03.192Z[ recovery-image] Dec 16 20:48:01.673 INFO E| Downloaded syn v2.0.85
87122024-12-16T20:48:03.408Z[ recovery-image] Dec 16 20:48:01.889 INFO E| Downloaded x86 v0.52.0
87132024-12-16T20:48:03.501Z[ recovery-image] Dec 16 20:48:01.982 INFO E| Updating crates.io index
87142024-12-16T20:48:03.665Z[ recovery-image] Dec 16 20:48:02.146 INFO E| Downloading crates ...
87152024-12-16T20:48:03.855Z[ recovery-image] Dec 16 20:48:02.336 INFO E| Downloaded hashbrown v0.15.0
87162024-12-16T20:48:03.898Z[ recovery-image] Dec 16 20:48:02.379 INFO E| Downloaded compiler_builtins v0.1.134
87172024-12-16T20:48:04.031Z[ recovery-image] Dec 16 20:48:02.512 INFO E| Compiling compiler_builtins v0.1.134
87182024-12-16T20:48:04.033Z[ recovery-image] Dec 16 20:48:02.512 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87192024-12-16T20:48:04.033Z[ recovery-image] Dec 16 20:48:02.512 INFO E| Compiling proc-macro2 v1.0.89
87202024-12-16T20:48:04.033Z[ recovery-image] Dec 16 20:48:02.512 INFO E| Compiling unicode-ident v1.0.13
87212024-12-16T20:48:04.033Z[ recovery-image] Dec 16 20:48:02.513 INFO E| Compiling syn v1.0.109
87222024-12-16T20:48:04.034Z[ recovery-image] Dec 16 20:48:02.513 INFO E| Compiling x86 v0.52.0
87232024-12-16T20:48:04.034Z[ recovery-image] Dec 16 20:48:02.513 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87242024-12-16T20:48:04.034Z[ recovery-image] Dec 16 20:48:02.513 INFO E| Compiling seq-macro v0.3.5
87252024-12-16T20:48:06.162Z[ recovery-image] Dec 16 20:48:04.642 INFO E| Compiling quote v1.0.37
87262024-12-16T20:48:06.566Z[ recovery-image] Dec 16 20:48:05.047 INFO E| Compiling syn v2.0.85
87272024-12-16T20:48:12.542Z[ recovery-image] Dec 16 20:48:11.021 INFO E| Compiling scroll_derive v0.12.0
87282024-12-16T20:48:16.766Z[ host-image] Dec 16 20:48:15.245 INFO O| seeding SMF database...
87292024-12-16T20:48:18.242Z[ recovery-image] Dec 16 20:48:16.719 INFO E| Compiling bitstruct_derive v0.1.0
87302024-12-16T20:48:30.553Z[ host-image] Dec 16 20:48:29.029 INFO O| configuring SMF profile...
87312024-12-16T20:48:30.555Z[ host-image] Dec 16 20:48:29.029 INFO O| modifying shadow(5)...
87322024-12-16T20:48:30.555Z[ host-image] Dec 16 20:48:29.029 INFO O| loading user and group database...
87332024-12-16T20:48:30.555Z[ host-image] Dec 16 20:48:29.029 INFO O| assessing packaged files...
87342024-12-16T20:48:34.734Z[ host-image] Dec 16 20:48:33.209 INFO O| creating archive...
87352024-12-16T20:48:34.796Z[ host-image] Dec 16 20:48:33.271 INFO O| missing from packaging:
87362024-12-16T20:48:34.796Z[ host-image] Dec 16 20:48:33.271 INFO O| "etc/.pwd.lock"
87372024-12-16T20:48:34.798Z[ host-image] Dec 16 20:48:33.271 INFO O| "etc/bash"
87382024-12-16T20:48:34.806Z[ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/generic.xml"
87392024-12-16T20:48:34.808Z[ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/inetd_services.xml"
87402024-12-16T20:48:34.808Z[ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/name_service.xml"
87412024-12-16T20:48:34.808Z[ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/platform.xml"
87422024-12-16T20:48:34.808Z[ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/platform_omicron1.xml"
87432024-12-16T20:48:34.808Z[ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/repository.db"
87442024-12-16T20:48:34.824Z[ host-image] Dec 16 20:48:33.299 INFO O| "opt/ooce/share"
87452024-12-16T20:48:34.824Z[ host-image] Dec 16 20:48:33.299 INFO O| "opt/ooce/share/man"
87462024-12-16T20:48:34.827Z[ host-image] Dec 16 20:48:33.299 INFO O| "opt/ooce/share/man/man1"
87472024-12-16T20:48:34.838Z[ host-image] Dec 16 20:48:33.313 INFO O| finishing archive...
87482024-12-16T20:48:38.562Z[ host-image] Dec 16 20:48:37.037 INFO O| creating gzonly manifest...
87492024-12-16T20:48:38.572Z[ host-image] Dec 16 20:48:37.047 INFO O| ok
87502024-12-16T20:48:38.740Z[ host-image] Dec 16 20:48:37.215 INFO image builder template: ramdisk-02-trim...
87512024-12-16T20:48:38.740Z[ host-image] Dec 16 20:48:37.215 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/.tmppeKgUt/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
87522024-12-16T20:48:38.786Z[ host-image] Dec 16 20:48:37.261 INFO O| Dec 16 20:48:37.261 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87532024-12-16T20:48:38.814Z[ host-image] Dec 16 20:48:37.289 INFO O| Dec 16 20:48:37.289 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87542024-12-16T20:48:39.023Z[ host-image] Dec 16 20:48:37.498 INFO O| Dec 16 20:48:37.498 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87552024-12-16T20:48:39.128Z[ host-image] Dec 16 20:48:37.602 INFO O| Dec 16 20:48:37.602 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87562024-12-16T20:48:39.128Z[ host-image] Dec 16 20:48:37.603 INFO O| Dec 16 20:48:37.603 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87572024-12-16T20:48:39.146Z[ host-image] Dec 16 20:48:37.621 INFO O| Dec 16 20:48:37.621 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87582024-12-16T20:48:39.154Z[ host-image] Dec 16 20:48:37.628 INFO O| Dec 16 20:48:37.628 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87592024-12-16T20:48:39.177Z[ host-image] Dec 16 20:48:37.652 INFO O| Dec 16 20:48:37.652 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87602024-12-16T20:48:39.753Z[ host-image] Dec 16 20:48:38.227 INFO O| Dec 16 20:48:38.227 INFO rolled back to input snapshot; work may begin
87612024-12-16T20:48:39.753Z[ host-image] Dec 16 20:48:38.227 INFO O| Dec 16 20:48:38.227 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87622024-12-16T20:48:39.794Z[ host-image] Dec 16 20:48:38.268 INFO O| Dec 16 20:48:38.268 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-12-16T20:48:39.814Z[ host-image] Dec 16 20:48:38.288 INFO O| Dec 16 20:48:38.288 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87642024-12-16T20:48:39.950Z[ recovery-image] Dec 16 20:48:38.423 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87652024-12-16T20:48:39.977Z[ host-image] Dec 16 20:48:38.451 INFO O| Dec 16 20:48:38.451 INFO STEP 0 (remove_files) COMPLETE
87662024-12-16T20:48:39.977Z[ host-image] Dec 16 20:48:38.451 INFO O| Dec 16 20:48:38.451 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-12-16T20:48:39.996Z[ host-image] Dec 16 20:48:38.471 INFO O| Dec 16 20:48:38.471 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87682024-12-16T20:48:39.999Z[ host-image] Dec 16 20:48:38.473 INFO O| Dec 16 20:48:38.473 INFO STEP 1 (remove_files) COMPLETE
87692024-12-16T20:48:40.001Z[ host-image] Dec 16 20:48:38.473 INFO O| Dec 16 20:48:38.473 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-12-16T20:48:40.017Z[ host-image] Dec 16 20:48:38.491 INFO O| Dec 16 20:48:38.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87712024-12-16T20:48:40.106Z[ host-image] Dec 16 20:48:38.581 INFO O| Dec 16 20:48:38.581 INFO STEP 2 (remove_files) COMPLETE
87722024-12-16T20:48:40.107Z[ host-image] Dec 16 20:48:38.581 INFO O| Dec 16 20:48:38.581 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-12-16T20:48:40.137Z[ host-image] Dec 16 20:48:38.611 INFO O| Dec 16 20:48:38.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87742024-12-16T20:48:40.140Z[ host-image] Dec 16 20:48:38.614 INFO O| Dec 16 20:48:38.614 INFO STEP 3 (remove_files) COMPLETE
87752024-12-16T20:48:40.142Z[ host-image] Dec 16 20:48:38.614 INFO O| Dec 16 20:48:38.614 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-12-16T20:48:40.180Z[ host-image] Dec 16 20:48:38.655 INFO O| Dec 16 20:48:38.655 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87772024-12-16T20:48:40.186Z[ host-image] Dec 16 20:48:38.660 INFO O| Dec 16 20:48:38.660 INFO STEP 4 (remove_files) COMPLETE
87782024-12-16T20:48:40.186Z[ host-image] Dec 16 20:48:38.661 INFO O| Dec 16 20:48:38.660 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-12-16T20:48:40.242Z[ host-image] Dec 16 20:48:38.716 INFO O| Dec 16 20:48:38.716 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87802024-12-16T20:48:40.246Z[ host-image] Dec 16 20:48:38.721 INFO O| Dec 16 20:48:38.721 INFO STEP 5 (remove_files) COMPLETE
87812024-12-16T20:48:40.249Z[ host-image] Dec 16 20:48:38.721 INFO O| Dec 16 20:48:38.721 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-12-16T20:48:40.334Z[ host-image] Dec 16 20:48:38.808 INFO O| Dec 16 20:48:38.808 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87832024-12-16T20:48:40.354Z[ host-image] Dec 16 20:48:38.828 INFO O| Dec 16 20:48:38.828 INFO STEP 6 (remove_files) COMPLETE
87842024-12-16T20:48:40.354Z[ host-image] Dec 16 20:48:38.828 INFO O| Dec 16 20:48:38.828 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-12-16T20:48:40.438Z[ host-image] Dec 16 20:48:38.911 INFO O| Dec 16 20:48:38.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87862024-12-16T20:48:40.460Z[ host-image] Dec 16 20:48:38.934 INFO O| Dec 16 20:48:38.934 INFO STEP 7 (remove_files) COMPLETE
87872024-12-16T20:48:40.460Z[ host-image] Dec 16 20:48:38.934 INFO O| Dec 16 20:48:38.934 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-12-16T20:48:40.506Z[ host-image] Dec 16 20:48:38.979 INFO O| Dec 16 20:48:38.979 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87892024-12-16T20:48:40.662Z[ host-image] Dec 16 20:48:39.135 INFO O| Dec 16 20:48:39.135 INFO STEP 8 (remove_files) COMPLETE
87902024-12-16T20:48:40.662Z[ host-image] Dec 16 20:48:39.136 INFO O| Dec 16 20:48:39.135 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-12-16T20:48:40.714Z[ host-image] Dec 16 20:48:39.188 INFO O| Dec 16 20:48:39.188 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87922024-12-16T20:48:40.915Z[ host-image] Dec 16 20:48:39.389 INFO O| Dec 16 20:48:39.389 INFO STEP 9 (remove_files) COMPLETE
87932024-12-16T20:48:40.915Z[ host-image] Dec 16 20:48:39.389 INFO O| Dec 16 20:48:39.389 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-12-16T20:48:40.967Z[ host-image] Dec 16 20:48:39.441 INFO O| Dec 16 20:48:39.441 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87952024-12-16T20:48:40.972Z[ host-image] Dec 16 20:48:39.447 INFO O| Dec 16 20:48:39.447 INFO STEP 10 (remove_files) COMPLETE
87962024-12-16T20:48:40.974Z[ host-image] Dec 16 20:48:39.447 INFO O| Dec 16 20:48:39.447 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-12-16T20:48:41.010Z[ host-image] Dec 16 20:48:39.484 INFO O| Dec 16 20:48:39.484 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87982024-12-16T20:48:41.012Z[ host-image] Dec 16 20:48:39.485 INFO O| Dec 16 20:48:39.485 INFO STEP 11 (remove_files) COMPLETE
87992024-12-16T20:48:41.012Z[ host-image] Dec 16 20:48:39.485 INFO O| Dec 16 20:48:39.485 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-12-16T20:48:41.050Z[ host-image] Dec 16 20:48:39.525 INFO O| Dec 16 20:48:39.525 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88012024-12-16T20:48:41.054Z[ host-image] Dec 16 20:48:39.527 INFO O| Dec 16 20:48:39.527 INFO STEP 12 (remove_files) COMPLETE
88022024-12-16T20:48:41.054Z[ host-image] Dec 16 20:48:39.527 INFO O| Dec 16 20:48:39.527 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-12-16T20:48:41.149Z[ host-image] Dec 16 20:48:39.623 INFO O| Dec 16 20:48:39.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88042024-12-16T20:48:41.151Z[ host-image] Dec 16 20:48:39.624 INFO O| Dec 16 20:48:39.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88052024-12-16T20:48:41.152Z[ host-image] Dec 16 20:48:39.624 INFO O| Dec 16 20:48:39.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88062024-12-16T20:48:41.152Z[ host-image] Dec 16 20:48:39.625 INFO O| Dec 16 20:48:39.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88072024-12-16T20:48:41.152Z[ host-image] Dec 16 20:48:39.625 INFO O| Dec 16 20:48:39.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88082024-12-16T20:48:41.152Z[ host-image] Dec 16 20:48:39.625 INFO O| Dec 16 20:48:39.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88092024-12-16T20:48:41.152Z[ host-image] Dec 16 20:48:39.625 INFO O| Dec 16 20:48:39.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88102024-12-16T20:48:41.164Z[ host-image] Dec 16 20:48:39.639 INFO O| Dec 16 20:48:39.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88112024-12-16T20:48:41.164Z[ host-image] Dec 16 20:48:39.639 INFO O| Dec 16 20:48:39.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88122024-12-16T20:48:41.167Z[ host-image] Dec 16 20:48:39.639 INFO O| Dec 16 20:48:39.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88132024-12-16T20:48:41.167Z[ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88142024-12-16T20:48:41.167Z[ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88152024-12-16T20:48:41.167Z[ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88162024-12-16T20:48:41.167Z[ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88172024-12-16T20:48:41.167Z[ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88182024-12-16T20:48:41.167Z[ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88192024-12-16T20:48:41.204Z[ host-image] Dec 16 20:48:39.678 INFO O| Dec 16 20:48:39.678 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88202024-12-16T20:48:41.523Z[ host-image] Dec 16 20:48:39.997 INFO O| Dec 16 20:48:39.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88212024-12-16T20:48:41.551Z[ host-image] Dec 16 20:48:40.025 INFO O| Dec 16 20:48:40.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88222024-12-16T20:48:41.557Z[ host-image] Dec 16 20:48:40.032 INFO O| Dec 16 20:48:40.032 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88232024-12-16T20:48:41.684Z[ host-image] Dec 16 20:48:40.158 INFO O| Dec 16 20:48:40.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88242024-12-16T20:48:42.223Z[ host-image] Dec 16 20:48:40.697 INFO O| Dec 16 20:48:40.697 INFO STEP 13 (remove_files) COMPLETE
88252024-12-16T20:48:42.223Z[ host-image] Dec 16 20:48:40.697 INFO O| Dec 16 20:48:40.697 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262024-12-16T20:48:42.280Z[ host-image] Dec 16 20:48:40.754 INFO O| Dec 16 20:48:40.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88272024-12-16T20:48:42.283Z[ host-image] Dec 16 20:48:40.756 INFO O| Dec 16 20:48:40.756 INFO STEP 14 (remove_files) COMPLETE
88282024-12-16T20:48:42.283Z[ host-image] Dec 16 20:48:40.756 INFO O| Dec 16 20:48:40.756 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292024-12-16T20:48:42.375Z[ host-image] Dec 16 20:48:40.848 INFO O| Dec 16 20:48:40.848 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88302024-12-16T20:48:42.383Z[ host-image] Dec 16 20:48:40.857 INFO O| Dec 16 20:48:40.857 INFO STEP 15 (remove_files) COMPLETE
88312024-12-16T20:48:42.383Z[ host-image] Dec 16 20:48:40.857 INFO O| Dec 16 20:48:40.857 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322024-12-16T20:48:42.401Z[ host-image] Dec 16 20:48:40.874 INFO O| Dec 16 20:48:40.874 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88332024-12-16T20:48:42.401Z[ host-image] Dec 16 20:48:40.875 INFO O| Dec 16 20:48:40.875 INFO STEP 16 (remove_files) COMPLETE
88342024-12-16T20:48:42.402Z[ host-image] Dec 16 20:48:40.875 INFO O| Dec 16 20:48:40.875 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352024-12-16T20:48:42.427Z[ host-image] Dec 16 20:48:40.901 INFO O| Dec 16 20:48:40.901 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88362024-12-16T20:48:42.430Z[ host-image] Dec 16 20:48:40.903 INFO O| Dec 16 20:48:40.903 INFO STEP 17 (remove_files) COMPLETE
88372024-12-16T20:48:42.430Z[ host-image] Dec 16 20:48:40.903 INFO O| Dec 16 20:48:40.903 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382024-12-16T20:48:42.448Z[ host-image] Dec 16 20:48:40.921 INFO O| Dec 16 20:48:40.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88392024-12-16T20:48:42.452Z[ host-image] Dec 16 20:48:40.921 INFO O| Dec 16 20:48:40.921 INFO STEP 18 (remove_files) COMPLETE
88402024-12-16T20:48:42.452Z[ host-image] Dec 16 20:48:40.921 INFO O| Dec 16 20:48:40.921 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412024-12-16T20:48:42.466Z[ host-image] Dec 16 20:48:40.939 INFO O| Dec 16 20:48:40.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88422024-12-16T20:48:42.466Z[ host-image] Dec 16 20:48:40.939 INFO O| Dec 16 20:48:40.939 INFO STEP 19 (remove_files) COMPLETE
88432024-12-16T20:48:42.469Z[ host-image] Dec 16 20:48:40.940 INFO O| Dec 16 20:48:40.939 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88442024-12-16T20:48:42.504Z[ host-image] Dec 16 20:48:40.965 INFO O| Dec 16 20:48:40.965 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88452024-12-16T20:48:42.505Z[ host-image] Dec 16 20:48:40.965 INFO O| Dec 16 20:48:40.965 INFO STEP 20 (remove_files) COMPLETE
88462024-12-16T20:48:42.508Z[ host-image] Dec 16 20:48:40.965 INFO O| Dec 16 20:48:40.965 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472024-12-16T20:48:42.525Z[ host-image] Dec 16 20:48:40.999 INFO O| Dec 16 20:48:40.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88482024-12-16T20:48:42.525Z[ host-image] Dec 16 20:48:40.999 INFO O| Dec 16 20:48:40.999 INFO STEP 21 (remove_files) COMPLETE
88492024-12-16T20:48:42.525Z[ host-image] Dec 16 20:48:40.999 INFO O| Dec 16 20:48:40.999 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502024-12-16T20:48:42.564Z[ host-image] Dec 16 20:48:41.038 INFO O| Dec 16 20:48:41.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88512024-12-16T20:48:42.564Z[ host-image] Dec 16 20:48:41.038 INFO O| Dec 16 20:48:41.038 INFO STEP 22 (remove_files) COMPLETE
88522024-12-16T20:48:42.564Z[ host-image] Dec 16 20:48:41.038 INFO O| Dec 16 20:48:41.038 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88532024-12-16T20:48:42.583Z[ host-image] Dec 16 20:48:41.057 INFO O| Dec 16 20:48:41.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88542024-12-16T20:48:42.583Z[ host-image] Dec 16 20:48:41.057 INFO O| Dec 16 20:48:41.057 INFO STEP 23 (remove_files) COMPLETE
88552024-12-16T20:48:42.586Z[ host-image] Dec 16 20:48:41.057 INFO O| Dec 16 20:48:41.057 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88562024-12-16T20:48:42.615Z[ host-image] Dec 16 20:48:41.089 INFO O| Dec 16 20:48:41.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88572024-12-16T20:48:42.617Z[ host-image] Dec 16 20:48:41.089 INFO O| Dec 16 20:48:41.089 INFO STEP 24 (remove_files) COMPLETE
88582024-12-16T20:48:42.617Z[ host-image] Dec 16 20:48:41.090 INFO O| Dec 16 20:48:41.089 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88592024-12-16T20:48:42.635Z[ host-image] Dec 16 20:48:41.108 INFO O| Dec 16 20:48:41.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88602024-12-16T20:48:42.635Z[ host-image] Dec 16 20:48:41.108 INFO O| Dec 16 20:48:41.108 INFO STEP 25 (remove_files) COMPLETE
88612024-12-16T20:48:42.638Z[ host-image] Dec 16 20:48:41.108 INFO O| Dec 16 20:48:41.108 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88622024-12-16T20:48:42.651Z[ host-image] Dec 16 20:48:41.125 INFO O| Dec 16 20:48:41.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88632024-12-16T20:48:42.653Z[ host-image] Dec 16 20:48:41.125 INFO O| Dec 16 20:48:41.125 INFO STEP 26 (remove_files) COMPLETE
88642024-12-16T20:48:42.653Z[ host-image] Dec 16 20:48:41.125 INFO O| Dec 16 20:48:41.125 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88652024-12-16T20:48:42.666Z[ host-image] Dec 16 20:48:41.140 INFO O| Dec 16 20:48:41.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88662024-12-16T20:48:42.666Z[ host-image] Dec 16 20:48:41.140 INFO O| Dec 16 20:48:41.140 INFO STEP 27 (remove_files) COMPLETE
88672024-12-16T20:48:42.669Z[ host-image] Dec 16 20:48:41.141 INFO O| Dec 16 20:48:41.140 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88682024-12-16T20:48:42.712Z[ host-image] Dec 16 20:48:41.186 INFO O| Dec 16 20:48:41.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88692024-12-16T20:48:42.712Z[ host-image] Dec 16 20:48:41.186 INFO O| Dec 16 20:48:41.186 INFO STEP 28 (remove_files) COMPLETE
88702024-12-16T20:48:42.714Z[ host-image] Dec 16 20:48:41.186 INFO O| Dec 16 20:48:41.186 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88712024-12-16T20:48:42.729Z[ host-image] Dec 16 20:48:41.203 INFO O| Dec 16 20:48:41.203 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88722024-12-16T20:48:42.729Z[ host-image] Dec 16 20:48:41.203 INFO O| Dec 16 20:48:41.203 INFO STEP 29 (remove_files) COMPLETE
88732024-12-16T20:48:42.732Z[ host-image] Dec 16 20:48:41.204 INFO O| Dec 16 20:48:41.203 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88742024-12-16T20:48:42.757Z[ host-image] Dec 16 20:48:41.231 INFO O| Dec 16 20:48:41.222 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88752024-12-16T20:48:42.757Z[ host-image] Dec 16 20:48:41.231 INFO O| Dec 16 20:48:41.222 INFO STEP 30 (remove_files) COMPLETE
88762024-12-16T20:48:42.757Z[ host-image] Dec 16 20:48:41.231 INFO O| Dec 16 20:48:41.222 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88772024-12-16T20:48:42.788Z[ host-image] Dec 16 20:48:41.262 INFO O| Dec 16 20:48:41.262 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88782024-12-16T20:48:42.788Z[ host-image] Dec 16 20:48:41.262 INFO O| Dec 16 20:48:41.262 INFO STEP 31 (remove_files) COMPLETE
88792024-12-16T20:48:42.792Z[ host-image] Dec 16 20:48:41.262 INFO O| Dec 16 20:48:41.262 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88802024-12-16T20:48:42.808Z[ host-image] Dec 16 20:48:41.282 INFO O| Dec 16 20:48:41.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88812024-12-16T20:48:42.808Z[ host-image] Dec 16 20:48:41.282 INFO O| Dec 16 20:48:41.282 INFO STEP 32 (remove_files) COMPLETE
88822024-12-16T20:48:42.808Z[ host-image] Dec 16 20:48:41.282 INFO O| Dec 16 20:48:41.282 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88832024-12-16T20:48:42.826Z[ host-image] Dec 16 20:48:41.299 INFO O| Dec 16 20:48:41.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88842024-12-16T20:48:42.826Z[ host-image] Dec 16 20:48:41.299 INFO O| Dec 16 20:48:41.299 INFO STEP 33 (remove_files) COMPLETE
88852024-12-16T20:48:42.826Z[ host-image] Dec 16 20:48:41.299 INFO O| Dec 16 20:48:41.299 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862024-12-16T20:48:42.840Z[ host-image] Dec 16 20:48:41.314 INFO O| Dec 16 20:48:41.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88872024-12-16T20:48:42.843Z[ host-image] Dec 16 20:48:41.315 INFO O| Dec 16 20:48:41.315 INFO STEP 34 (remove_files) COMPLETE
88882024-12-16T20:48:42.843Z[ host-image] Dec 16 20:48:41.315 INFO O| Dec 16 20:48:41.315 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892024-12-16T20:48:42.861Z[ host-image] Dec 16 20:48:41.335 INFO O| Dec 16 20:48:41.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88902024-12-16T20:48:42.861Z[ host-image] Dec 16 20:48:41.335 INFO O| Dec 16 20:48:41.335 INFO STEP 35 (remove_files) COMPLETE
88912024-12-16T20:48:42.861Z[ host-image] Dec 16 20:48:41.335 INFO O| Dec 16 20:48:41.335 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88922024-12-16T20:48:42.881Z[ host-image] Dec 16 20:48:41.354 INFO O| Dec 16 20:48:41.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88932024-12-16T20:48:42.881Z[ host-image] Dec 16 20:48:41.354 INFO O| Dec 16 20:48:41.354 INFO STEP 36 (remove_files) COMPLETE
88942024-12-16T20:48:42.881Z[ host-image] Dec 16 20:48:41.354 INFO O| Dec 16 20:48:41.354 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88952024-12-16T20:48:42.904Z[ host-image] Dec 16 20:48:41.378 INFO O| Dec 16 20:48:41.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88962024-12-16T20:48:42.904Z[ host-image] Dec 16 20:48:41.379 INFO O| Dec 16 20:48:41.378 INFO STEP 37 (remove_files) COMPLETE
88972024-12-16T20:48:42.907Z[ host-image] Dec 16 20:48:41.379 INFO O| Dec 16 20:48:41.379 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982024-12-16T20:48:42.921Z[ host-image] Dec 16 20:48:41.395 INFO O| Dec 16 20:48:41.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88992024-12-16T20:48:42.921Z[ host-image] Dec 16 20:48:41.395 INFO O| Dec 16 20:48:41.395 INFO STEP 38 (remove_files) COMPLETE
89002024-12-16T20:48:42.923Z[ host-image] Dec 16 20:48:41.395 INFO O| Dec 16 20:48:41.395 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89012024-12-16T20:48:42.937Z[ host-image] Dec 16 20:48:41.411 INFO O| Dec 16 20:48:41.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89022024-12-16T20:48:42.937Z[ host-image] Dec 16 20:48:41.411 INFO O| Dec 16 20:48:41.411 INFO STEP 39 (remove_files) COMPLETE
89032024-12-16T20:48:42.939Z[ host-image] Dec 16 20:48:41.411 INFO O| Dec 16 20:48:41.411 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89042024-12-16T20:48:42.965Z[ host-image] Dec 16 20:48:41.439 INFO O| Dec 16 20:48:41.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89052024-12-16T20:48:42.965Z[ host-image] Dec 16 20:48:41.439 INFO O| Dec 16 20:48:41.439 INFO STEP 40 (remove_files) COMPLETE
89062024-12-16T20:48:42.965Z[ host-image] Dec 16 20:48:41.439 INFO O| Dec 16 20:48:41.439 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89072024-12-16T20:48:42.997Z[ host-image] Dec 16 20:48:41.471 INFO O| Dec 16 20:48:41.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89082024-12-16T20:48:42.997Z[ host-image] Dec 16 20:48:41.471 INFO O| Dec 16 20:48:41.471 INFO STEP 41 (remove_files) COMPLETE
89092024-12-16T20:48:43.000Z[ host-image] Dec 16 20:48:41.471 INFO O| Dec 16 20:48:41.471 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89102024-12-16T20:48:43.055Z[ host-image] Dec 16 20:48:41.529 INFO O| Dec 16 20:48:41.529 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89112024-12-16T20:48:43.055Z[ host-image] Dec 16 20:48:41.530 INFO O| Dec 16 20:48:41.530 INFO STEP 42 (remove_files) COMPLETE
89122024-12-16T20:48:43.059Z[ host-image] Dec 16 20:48:41.530 INFO O| Dec 16 20:48:41.530 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132024-12-16T20:48:43.073Z[ host-image] Dec 16 20:48:41.547 INFO O| Dec 16 20:48:41.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89142024-12-16T20:48:43.073Z[ host-image] Dec 16 20:48:41.547 INFO O| Dec 16 20:48:41.547 INFO STEP 43 (remove_files) COMPLETE
89152024-12-16T20:48:43.077Z[ host-image] Dec 16 20:48:41.547 INFO O| Dec 16 20:48:41.547 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162024-12-16T20:48:43.090Z[ host-image] Dec 16 20:48:41.564 INFO O| Dec 16 20:48:41.564 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89172024-12-16T20:48:43.090Z[ host-image] Dec 16 20:48:41.564 INFO O| Dec 16 20:48:41.564 INFO STEP 44 (remove_files) COMPLETE
89182024-12-16T20:48:43.090Z[ host-image] Dec 16 20:48:41.564 INFO O| Dec 16 20:48:41.564 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192024-12-16T20:48:43.107Z[ host-image] Dec 16 20:48:41.581 INFO O| Dec 16 20:48:41.581 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89202024-12-16T20:48:43.107Z[ host-image] Dec 16 20:48:41.581 INFO O| Dec 16 20:48:41.581 INFO STEP 45 (remove_files) COMPLETE
89212024-12-16T20:48:43.107Z[ host-image] Dec 16 20:48:41.581 INFO O| Dec 16 20:48:41.581 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89222024-12-16T20:48:43.130Z[ host-image] Dec 16 20:48:41.603 INFO O| Dec 16 20:48:41.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89232024-12-16T20:48:43.130Z[ host-image] Dec 16 20:48:41.603 INFO O| Dec 16 20:48:41.603 INFO STEP 46 (remove_files) COMPLETE
89242024-12-16T20:48:43.133Z[ host-image] Dec 16 20:48:41.603 INFO O| Dec 16 20:48:41.603 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89252024-12-16T20:48:43.154Z[ host-image] Dec 16 20:48:41.625 INFO O| Dec 16 20:48:41.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89262024-12-16T20:48:43.155Z[ host-image] Dec 16 20:48:41.625 INFO O| Dec 16 20:48:41.625 INFO STEP 47 (remove_files) COMPLETE
89272024-12-16T20:48:43.158Z[ host-image] Dec 16 20:48:41.625 INFO O| Dec 16 20:48:41.625 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89282024-12-16T20:48:43.192Z[ host-image] Dec 16 20:48:41.665 INFO O| Dec 16 20:48:41.665 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89292024-12-16T20:48:43.192Z[ host-image] Dec 16 20:48:41.665 INFO O| Dec 16 20:48:41.665 INFO STEP 48 (remove_files) COMPLETE
89302024-12-16T20:48:43.192Z[ host-image] Dec 16 20:48:41.665 INFO O| Dec 16 20:48:41.665 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89312024-12-16T20:48:43.246Z[ host-image] Dec 16 20:48:41.720 INFO O| Dec 16 20:48:41.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89322024-12-16T20:48:43.246Z[ host-image] Dec 16 20:48:41.720 INFO O| Dec 16 20:48:41.720 INFO STEP 49 (remove_files) COMPLETE
89332024-12-16T20:48:43.250Z[ host-image] Dec 16 20:48:41.720 INFO O| Dec 16 20:48:41.720 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89342024-12-16T20:48:43.263Z[ host-image] Dec 16 20:48:41.737 INFO O| Dec 16 20:48:41.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89352024-12-16T20:48:43.263Z[ host-image] Dec 16 20:48:41.737 INFO O| Dec 16 20:48:41.737 INFO STEP 50 (remove_files) COMPLETE
89362024-12-16T20:48:43.265Z[ host-image] Dec 16 20:48:41.737 INFO O| Dec 16 20:48:41.737 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372024-12-16T20:48:43.281Z[ host-image] Dec 16 20:48:41.755 INFO O| Dec 16 20:48:41.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89382024-12-16T20:48:43.281Z[ host-image] Dec 16 20:48:41.755 INFO O| Dec 16 20:48:41.755 INFO STEP 51 (remove_files) COMPLETE
89392024-12-16T20:48:43.281Z[ host-image] Dec 16 20:48:41.755 INFO O| Dec 16 20:48:41.755 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89402024-12-16T20:48:43.298Z[ host-image] Dec 16 20:48:41.772 INFO O| Dec 16 20:48:41.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89412024-12-16T20:48:43.298Z[ host-image] Dec 16 20:48:41.772 INFO O| Dec 16 20:48:41.772 INFO STEP 52 (remove_files) COMPLETE
89422024-12-16T20:48:43.298Z[ host-image] Dec 16 20:48:41.772 INFO O| Dec 16 20:48:41.772 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89432024-12-16T20:48:43.316Z[ recovery-image] Dec 16 20:48:41.789 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
89442024-12-16T20:48:43.322Z[ host-image] Dec 16 20:48:41.791 INFO O| Dec 16 20:48:41.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89452024-12-16T20:48:43.322Z[ host-image] Dec 16 20:48:41.791 INFO O| Dec 16 20:48:41.791 INFO STEP 53 (remove_files) COMPLETE
89462024-12-16T20:48:43.323Z[ host-image] Dec 16 20:48:41.791 INFO O| Dec 16 20:48:41.791 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-16T20:48:43.334Z[ host-image] Dec 16 20:48:41.808 INFO O| Dec 16 20:48:41.807 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89482024-12-16T20:48:43.334Z[ host-image] Dec 16 20:48:41.808 INFO O| Dec 16 20:48:41.808 INFO STEP 54 (remove_files) COMPLETE
89492024-12-16T20:48:43.337Z[ host-image] Dec 16 20:48:41.808 INFO O| Dec 16 20:48:41.808 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-16T20:48:43.351Z[ host-image] Dec 16 20:48:41.825 INFO O| Dec 16 20:48:41.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89512024-12-16T20:48:43.351Z[ host-image] Dec 16 20:48:41.825 INFO O| Dec 16 20:48:41.825 INFO STEP 55 (remove_files) COMPLETE
89522024-12-16T20:48:43.351Z[ host-image] Dec 16 20:48:41.825 INFO O| Dec 16 20:48:41.825 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-16T20:48:43.405Z[ host-image] Dec 16 20:48:41.879 INFO O| Dec 16 20:48:41.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89542024-12-16T20:48:43.405Z[ host-image] Dec 16 20:48:41.879 INFO O| Dec 16 20:48:41.879 INFO STEP 56 (remove_files) COMPLETE
89552024-12-16T20:48:43.405Z[ host-image] Dec 16 20:48:41.879 INFO O| Dec 16 20:48:41.879 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562024-12-16T20:48:43.423Z[ host-image] Dec 16 20:48:41.897 INFO O| Dec 16 20:48:41.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89572024-12-16T20:48:43.424Z[ host-image] Dec 16 20:48:41.897 INFO O| Dec 16 20:48:41.897 INFO STEP 57 (remove_files) COMPLETE
89582024-12-16T20:48:43.427Z[ host-image] Dec 16 20:48:41.897 INFO O| Dec 16 20:48:41.897 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592024-12-16T20:48:43.459Z[ host-image] Dec 16 20:48:41.933 INFO O| Dec 16 20:48:41.933 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89602024-12-16T20:48:43.460Z[ host-image] Dec 16 20:48:41.933 INFO O| Dec 16 20:48:41.933 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89612024-12-16T20:48:43.462Z[ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.933 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89622024-12-16T20:48:43.462Z[ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89632024-12-16T20:48:43.462Z[ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89642024-12-16T20:48:43.462Z[ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89652024-12-16T20:48:43.462Z[ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO ok!
89662024-12-16T20:48:43.462Z[ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO STEP 58 (ensure_file) COMPLETE
89672024-12-16T20:48:43.462Z[ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682024-12-16T20:48:43.478Z[ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89692024-12-16T20:48:43.478Z[ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89702024-12-16T20:48:43.480Z[ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89712024-12-16T20:48:43.480Z[ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89722024-12-16T20:48:43.480Z[ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89732024-12-16T20:48:43.481Z[ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89742024-12-16T20:48:43.481Z[ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO ok!
89752024-12-16T20:48:43.481Z[ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO STEP 59 (ensure_file) COMPLETE
89762024-12-16T20:48:43.481Z[ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-16T20:48:43.497Z[ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89782024-12-16T20:48:43.497Z[ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89792024-12-16T20:48:43.500Z[ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89802024-12-16T20:48:43.500Z[ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO ok!
89812024-12-16T20:48:43.500Z[ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO STEP 60 (ensure_file) COMPLETE
89822024-12-16T20:48:43.500Z[ host-image] Dec 16 20:48:41.972 INFO O| Dec 16 20:48:41.971 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-16T20:48:43.516Z[ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89842024-12-16T20:48:43.516Z[ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89852024-12-16T20:48:43.518Z[ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89862024-12-16T20:48:43.519Z[ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO ok!
89872024-12-16T20:48:43.519Z[ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO STEP 61 (ensure_file) COMPLETE
89882024-12-16T20:48:43.519Z[ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-12-16T20:48:43.534Z[ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.007 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89902024-12-16T20:48:43.534Z[ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89912024-12-16T20:48:43.534Z[ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89922024-12-16T20:48:43.536Z[ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89932024-12-16T20:48:43.536Z[ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO ok!
89942024-12-16T20:48:43.536Z[ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO STEP 62 (ensure_file) COMPLETE
89952024-12-16T20:48:43.536Z[ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-16T20:48:43.553Z[ host-image] Dec 16 20:48:42.025 INFO O| Dec 16 20:48:42.025 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89972024-12-16T20:48:43.553Z[ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.025 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89982024-12-16T20:48:43.553Z[ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89992024-12-16T20:48:43.557Z[ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90002024-12-16T20:48:43.557Z[ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO ok!
90012024-12-16T20:48:43.557Z[ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO STEP 63 (ensure_file) COMPLETE
90022024-12-16T20:48:43.557Z[ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032024-12-16T20:48:43.643Z[ host-image] Dec 16 20:48:42.116 INFO O| Dec 16 20:48:42.116 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90042024-12-16T20:48:43.643Z[ host-image] Dec 16 20:48:42.116 INFO O| Dec 16 20:48:42.116 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90052024-12-16T20:48:43.643Z[ host-image] Dec 16 20:48:42.117 INFO O| Dec 16 20:48:42.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90062024-12-16T20:48:43.643Z[ host-image] Dec 16 20:48:42.117 INFO O| Dec 16 20:48:42.117 INFO ok!
90072024-12-16T20:48:43.645Z[ host-image] Dec 16 20:48:42.117 INFO O| Dec 16 20:48:42.117 INFO STEP 64 (assemble_files) COMPLETE
90082024-12-16T20:48:43.645Z[ host-image] Dec 16 20:48:42.117 INFO O| Dec 16 20:48:42.117 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90092024-12-16T20:48:43.664Z[ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90102024-12-16T20:48:43.664Z[ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90112024-12-16T20:48:43.664Z[ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90122024-12-16T20:48:43.668Z[ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90132024-12-16T20:48:43.668Z[ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO ok!
90142024-12-16T20:48:43.669Z[ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO STEP 65 (ensure_file) COMPLETE
90152024-12-16T20:48:43.669Z[ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162024-12-16T20:48:43.701Z[ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90172024-12-16T20:48:43.704Z[ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90182024-12-16T20:48:43.704Z[ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90192024-12-16T20:48:43.704Z[ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO STEP 66 (ensure_dir) COMPLETE
90202024-12-16T20:48:43.704Z[ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90212024-12-16T20:48:43.765Z[ host-image] Dec 16 20:48:42.239 INFO O| Dec 16 20:48:42.239 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90222024-12-16T20:48:43.765Z[ host-image] Dec 16 20:48:42.239 INFO O| Dec 16 20:48:42.239 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 ...
90232024-12-16T20:48:43.781Z[ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.254 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
90242024-12-16T20:48:43.781Z[ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.254 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90252024-12-16T20:48:43.783Z[ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.255 INFO ok!
90262024-12-16T20:48:43.783Z[ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.255 INFO STEP 67 (ensure_file) COMPLETE
90272024-12-16T20:48:43.783Z[ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.255 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282024-12-16T20:48:43.809Z[ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.282 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90292024-12-16T20:48:43.809Z[ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.282 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 ...
90302024-12-16T20:48:43.811Z[ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 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
90312024-12-16T20:48:43.811Z[ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90322024-12-16T20:48:43.811Z[ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 INFO ok!
90332024-12-16T20:48:43.812Z[ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 INFO STEP 68 (ensure_file) COMPLETE
90342024-12-16T20:48:43.812Z[ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352024-12-16T20:48:43.836Z[ host-image] Dec 16 20:48:42.310 INFO O| Dec 16 20:48:42.310 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90362024-12-16T20:48:43.837Z[ host-image] Dec 16 20:48:42.310 INFO O| Dec 16 20:48:42.310 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90372024-12-16T20:48:49.252Z[ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling bitflags v1.3.2
90382024-12-16T20:48:49.252Z[ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling plain v0.2.3
90392024-12-16T20:48:49.252Z[ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling adler2 v2.0.0
90402024-12-16T20:48:49.255Z[ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling bit_field v0.10.2
90412024-12-16T20:48:49.255Z[ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling log v0.4.22
90422024-12-16T20:48:49.255Z[ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling scroll v0.12.0
90432024-12-16T20:48:49.255Z[ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling bitstruct v0.1.1
90442024-12-16T20:48:49.381Z[ recovery-image] Dec 16 20:48:47.854 INFO E| Compiling raw-cpuid v10.7.0
90452024-12-16T20:48:49.392Z[ recovery-image] Dec 16 20:48:47.865 INFO E| Compiling cpio_reader v0.1.1
90462024-12-16T20:48:49.784Z[ recovery-image] Dec 16 20:48:48.256 INFO E| Compiling miniz_oxide v0.8.0
90472024-12-16T20:48:49.881Z[ recovery-image] Dec 16 20:48:48.354 INFO E| Compiling static_assertions v1.1.0
90482024-12-16T20:48:50.063Z[ recovery-image] Dec 16 20:48:48.536 INFO E| Compiling goblin v0.8.2
90492024-12-16T20:48:57.115Z[ host-image] Dec 16 20:48:55.586 INFO O| Dec 16 20:48:55.586 INFO STEP 69 (pack_tar) COMPLETE
90502024-12-16T20:48:57.115Z[ host-image] Dec 16 20:48:55.586 INFO O| Dec 16 20:48:55.586 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90512024-12-16T20:48:57.117Z[ host-image] Dec 16 20:48:55.586 INFO O| Dec 16 20:48:55.586 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90522024-12-16T20:48:57.245Z[ host-image] Dec 16 20:48:55.717 INFO O| Dec 16 20:48:55.717 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90532024-12-16T20:48:57.348Z[ host-image] Dec 16 20:48:55.819 INFO O| Dec 16 20:48:55.819 INFO completed processing gimlet/ramdisk-02-trim
90542024-12-16T20:48:57.351Z[ host-image] Dec 16 20:48:55.822 INFO image builder template: zfs...
90552024-12-16T20:48:57.351Z[ host-image] Dec 16 20:48:55.822 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/.tmppeKgUt/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
90562024-12-16T20:48:57.374Z[ host-image] Dec 16 20:48:55.844 INFO O| Dec 16 20:48:55.844 INFO skip include "stress" because feature "stress" is not enabled
90572024-12-16T20:48:57.428Z[ host-image] Dec 16 20:48:55.897 INFO O| Dec 16 20:48:55.897 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90582024-12-16T20:48:57.447Z[ host-image] Dec 16 20:48:55.918 INFO O| Dec 16 20:48:55.918 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90592024-12-16T20:48:57.537Z[ host-image] Dec 16 20:48:56.008 INFO O| Dec 16 20:48:56.008 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90602024-12-16T20:48:57.668Z[ host-image] Dec 16 20:48:56.139 INFO O| Dec 16 20:48:56.139 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90612024-12-16T20:48:57.670Z[ host-image] Dec 16 20:48:56.139 INFO O| Dec 16 20:48:56.139 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90622024-12-16T20:48:57.680Z[ host-image] Dec 16 20:48:56.152 INFO O| Dec 16 20:48:56.152 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90632024-12-16T20:48:57.779Z[ host-image] Dec 16 20:48:56.250 INFO O| Dec 16 20:48:56.250 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90642024-12-16T20:48:57.948Z[ host-image] Dec 16 20:48:56.419 INFO O| Dec 16 20:48:56.419 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90652024-12-16T20:48:57.982Z[ host-image] Dec 16 20:48:56.453 INFO O| Dec 16 20:48:56.453 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90662024-12-16T20:48:58.032Z[ host-image] Dec 16 20:48:56.503 INFO O| Dec 16 20:48:56.503 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90672024-12-16T20:48:58.032Z[ host-image] Dec 16 20:48:56.503 INFO O| Dec 16 20:48:56.503 INFO no lofi found
90682024-12-16T20:48:58.034Z[ host-image] Dec 16 20:48:56.503 INFO O| Dec 16 20:48:56.503 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90692024-12-16T20:48:58.034Z[ host-image] Dec 16 20:48:56.503 INFO O| Dec 16 20:48:56.503 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90702024-12-16T20:49:00.541Z[ host-image] Dec 16 20:48:59.012 INFO O| Dec 16 20:48:59.012 INFO lofi device = /dev/dsk/c2t1d0p0
90712024-12-16T20:49:00.541Z[ host-image] Dec 16 20:48:59.012 INFO O| Dec 16 20:48:59.012 INFO pool device = /dev/dsk/c2t1d0p0
90722024-12-16T20:49:00.543Z[ host-image] Dec 16 20:48:59.012 INFO O| Dec 16 20:48:59.012 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"]
90732024-12-16T20:49:00.757Z[ host-image] Dec 16 20:48:59.227 INFO O| Dec 16 20:48:59.227 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90742024-12-16T20:49:00.757Z[ host-image] Dec 16 20:48:59.227 INFO O| Dec 16 20:48:59.227 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90752024-12-16T20:49:00.789Z[ host-image] Dec 16 20:48:59.260 INFO O| Dec 16 20:48:59.260 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90762024-12-16T20:49:00.902Z[ host-image] Dec 16 20:48:59.373 INFO O| Dec 16 20:48:59.372 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90772024-12-16T20:49:00.972Z[ host-image] Dec 16 20:48:59.443 INFO O| Dec 16 20:48:59.443 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90782024-12-16T20:49:00.999Z[ host-image] Dec 16 20:48:59.470 INFO O| Dec 16 20:48:59.470 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90792024-12-16T20:49:01.043Z[ host-image] Dec 16 20:48:59.514 INFO O| Dec 16 20:48:59.514 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90802024-12-16T20:49:01.155Z[ host-image] Dec 16 20:48:59.626 INFO O| Dec 16 20:48:59.625 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90812024-12-16T20:49:01.157Z[ host-image] Dec 16 20:48:59.626 INFO O| Dec 16 20:48:59.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90822024-12-16T20:49:01.157Z[ host-image] Dec 16 20:48:59.626 INFO O| Dec 16 20:48:59.626 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90832024-12-16T20:49:01.168Z[ host-image] Dec 16 20:48:59.639 INFO O| Dec 16 20:48:59.639 INFO boot environment UUID: fcd34f21-6bc4-47ed-be87-953f60282691
90842024-12-16T20:49:01.168Z[ host-image] Dec 16 20:48:59.639 INFO O| Dec 16 20:48:59.639 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = fcd34f21-6bc4-47ed-be87-953f60282691
90852024-12-16T20:49:01.189Z[ host-image] Dec 16 20:48:59.660 INFO O| Dec 16 20:48:59.660 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90862024-12-16T20:49:01.220Z[ host-image] Dec 16 20:48:59.691 INFO O| Dec 16 20:48:59.691 INFO STEP 0 (create_be) COMPLETE
90872024-12-16T20:49:01.220Z[ host-image] Dec 16 20:48:59.691 INFO O| Dec 16 20:48:59.691 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90882024-12-16T20:49:01.288Z[ host-image] Dec 16 20:48:59.758 INFO O| Dec 16 20:48:59.758 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90892024-12-16T20:49:02.560Z[ recovery-image] Dec 16 20:49:01.021 INFO E| Finished `release` profile [optimized] target(s) in 1m 00s
90902024-12-16T20:49:02.583Z[ recovery-image] Dec 16 20:49:01.053 INFO building host image...
90912024-12-16T20:49:02.585Z[ recovery-image] Dec 16 20:49:01.054 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")
90922024-12-16T20:49:04.317Z[ recovery-image] Dec 16 20:49:02.788 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90932024-12-16T20:49:09.357Z[ recovery-image] Dec 16 20:49:07.826 INFO image complete! materials are in "/work/os-recovery"
90942024-12-16T20:49:09.362Z[ recovery-image]
90952024-12-16T20:49:09.362Z[ recovery-image] real 11:02.146427267
90962024-12-16T20:49:09.365Z[ recovery-image] user 6:21.659608761
90972024-12-16T20:49:09.365Z[ recovery-image] sys 1:01.240088385
90982024-12-16T20:49:09.365Z[ recovery-image] trap 0.326946795
90992024-12-16T20:49:09.365Z[ recovery-image] tflt 0.612776122
91002024-12-16T20:49:09.365Z[ recovery-image] dflt 3.991330744
91012024-12-16T20:49:09.365Z[ recovery-image] kflt 0.143350723
91022024-12-16T20:49:09.365Z[ recovery-image] lock 25:37.335588602
91032024-12-16T20:49:09.365Z[ recovery-image] slp 1:07:34.978886416
91042024-12-16T20:49:09.365Z[ recovery-image] lat 4:39.766198563
91052024-12-16T20:49:09.365Z[ recovery-image] stop 9.118514648
91062024-12-16T20:49:09.365ZDec 16 20:49:07.833 INFO [recovery-image] process exited with exit status: 0 (662.181873635s)
91072024-12-16T20:49:24.012Z[ host-image] Dec 16 20:49:22.478 INFO O| Dec 16 20:49:22.478 INFO STEP 1 (unpack_tar) COMPLETE
91082024-12-16T20:49:24.015Z[ host-image] Dec 16 20:49:22.478 INFO O| Dec 16 20:49:22.478 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91092024-12-16T20:49:24.027Z[ host-image] Dec 16 20:49:22.494 INFO O| Dec 16 20:49:22.494 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91102024-12-16T20:49:24.372Z[ host-image] Dec 16 20:49:22.838 INFO O| Dec 16 20:49:22.838 INFO STEP 2 (devfsadm) COMPLETE
91112024-12-16T20:49:24.372Z[ host-image] Dec 16 20:49:22.838 INFO O| Dec 16 20:49:22.838 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91122024-12-16T20:49:24.389Z[ host-image] Dec 16 20:49:22.853 INFO O| Dec 16 20:49:22.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91132024-12-16T20:49:24.389Z[ host-image] Dec 16 20:49:22.853 INFO O| Dec 16 20:49:22.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91142024-12-16T20:49:24.391Z[ host-image] Dec 16 20:49:22.853 INFO O| Dec 16 20:49:22.853 INFO STEP 3 (ensure_dir) COMPLETE
91152024-12-16T20:49:24.391Z[ host-image] Dec 16 20:49:22.853 INFO O| Dec 16 20:49:22.853 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-16T20:49:24.400Z[ host-image] Dec 16 20:49:22.867 INFO O| Dec 16 20:49:22.867 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91172024-12-16T20:49:24.400Z[ host-image] Dec 16 20:49:22.867 INFO O| Dec 16 20:49:22.867 INFO STEP 4 (ensure_dir) COMPLETE
91182024-12-16T20:49:24.403Z[ host-image] Dec 16 20:49:22.867 INFO O| Dec 16 20:49:22.867 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91192024-12-16T20:49:24.414Z[ host-image] Dec 16 20:49:22.880 INFO O| Dec 16 20:49:22.880 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91202024-12-16T20:49:24.414Z[ host-image] Dec 16 20:49:22.880 INFO O| Dec 16 20:49:22.880 INFO STEP 5 (ensure_dir) COMPLETE
91212024-12-16T20:49:24.414Z[ host-image] Dec 16 20:49:22.880 INFO O| Dec 16 20:49:22.880 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91222024-12-16T20:49:24.427Z[ host-image] Dec 16 20:49:22.893 INFO O| Dec 16 20:49:22.893 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91232024-12-16T20:49:24.427Z[ host-image] Dec 16 20:49:22.894 INFO O| Dec 16 20:49:22.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91242024-12-16T20:49:24.427Z[ host-image] Dec 16 20:49:22.894 INFO O| Dec 16 20:49:22.894 INFO STEP 6 (ensure_dir) COMPLETE
91252024-12-16T20:49:24.429Z[ host-image] Dec 16 20:49:22.894 INFO O| Dec 16 20:49:22.894 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91262024-12-16T20:49:24.442Z[ host-image] Dec 16 20:49:22.909 INFO O| Dec 16 20:49:22.909 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91272024-12-16T20:49:24.442Z[ host-image] Dec 16 20:49:22.909 INFO O| Dec 16 20:49:22.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91282024-12-16T20:49:24.442Z[ host-image] Dec 16 20:49:22.909 INFO O| Dec 16 20:49:22.909 INFO STEP 7 (ensure_dir) COMPLETE
91292024-12-16T20:49:24.444Z[ host-image] Dec 16 20:49:22.909 INFO O| Dec 16 20:49:22.909 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91302024-12-16T20:49:24.457Z[ host-image] Dec 16 20:49:22.923 INFO O| Dec 16 20:49:22.923 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91312024-12-16T20:49:24.459Z[ host-image] Dec 16 20:49:22.924 INFO O| Dec 16 20:49:22.924 INFO STEP 8 (remove_files) COMPLETE
91322024-12-16T20:49:24.459Z[ host-image] Dec 16 20:49:22.924 INFO O| Dec 16 20:49:22.924 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91332024-12-16T20:49:24.470Z[ host-image] Dec 16 20:49:22.937 INFO O| Dec 16 20:49:22.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91342024-12-16T20:49:24.473Z[ host-image] Dec 16 20:49:22.938 INFO O| Dec 16 20:49:22.938 INFO STEP 9 (remove_files) COMPLETE
91352024-12-16T20:49:24.473Z[ host-image] Dec 16 20:49:22.938 INFO O| Dec 16 20:49:22.938 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91362024-12-16T20:49:24.482Z[ host-image] Dec 16 20:49:22.949 INFO O| Dec 16 20:49:22.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91372024-12-16T20:49:24.485Z[ host-image] Dec 16 20:49:22.950 INFO O| Dec 16 20:49:22.950 INFO STEP 10 (remove_files) COMPLETE
91382024-12-16T20:49:24.485Z[ host-image] Dec 16 20:49:22.950 INFO O| Dec 16 20:49:22.950 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91392024-12-16T20:49:24.496Z[ host-image] Dec 16 20:49:22.963 INFO O| Dec 16 20:49:22.963 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91402024-12-16T20:49:24.496Z[ host-image] Dec 16 20:49:22.963 INFO O| Dec 16 20:49:22.963 INFO STEP 11 (remove_files) COMPLETE
91412024-12-16T20:49:24.498Z[ host-image] Dec 16 20:49:22.963 INFO O| Dec 16 20:49:22.963 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91422024-12-16T20:49:24.507Z[ host-image] Dec 16 20:49:22.974 INFO O| Dec 16 20:49:22.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91432024-12-16T20:49:24.507Z[ host-image] Dec 16 20:49:22.974 INFO O| Dec 16 20:49:22.974 INFO STEP 12 (remove_files) COMPLETE
91442024-12-16T20:49:24.510Z[ host-image] Dec 16 20:49:22.974 INFO O| Dec 16 20:49:22.974 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91452024-12-16T20:49:24.521Z[ host-image] Dec 16 20:49:22.987 INFO O| Dec 16 20:49:22.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91462024-12-16T20:49:24.521Z[ host-image] Dec 16 20:49:22.987 INFO O| Dec 16 20:49:22.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91472024-12-16T20:49:24.521Z[ host-image] Dec 16 20:49:22.987 INFO O| Dec 16 20:49:22.987 INFO STEP 13 (ensure_dir) COMPLETE
91482024-12-16T20:49:24.523Z[ host-image] Dec 16 20:49:22.987 INFO O| Dec 16 20:49:22.987 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91492024-12-16T20:49:24.534Z[ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91502024-12-16T20:49:24.537Z[ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91512024-12-16T20:49:24.537Z[ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91522024-12-16T20:49:24.537Z[ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO STEP 14 (ensure_dir) COMPLETE
91532024-12-16T20:49:24.537Z[ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91542024-12-16T20:49:24.548Z[ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91552024-12-16T20:49:24.551Z[ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91562024-12-16T20:49:24.551Z[ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91572024-12-16T20:49:24.551Z[ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO STEP 15 (ensure_dir) COMPLETE
91582024-12-16T20:49:24.551Z[ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91592024-12-16T20:49:24.562Z[ host-image] Dec 16 20:49:23.029 INFO O| Dec 16 20:49:23.029 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91602024-12-16T20:49:24.562Z[ host-image] Dec 16 20:49:23.029 INFO O| Dec 16 20:49:23.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91612024-12-16T20:49:24.562Z[ host-image] Dec 16 20:49:23.029 INFO O| Dec 16 20:49:23.029 INFO STEP 16 (ensure_dir) COMPLETE
91622024-12-16T20:49:24.562Z[ host-image] Dec 16 20:49:23.029 INFO O| Dec 16 20:49:23.029 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91632024-12-16T20:49:24.573Z[ host-image] Dec 16 20:49:23.040 INFO O| Dec 16 20:49:23.040 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91642024-12-16T20:49:24.573Z[ host-image] Dec 16 20:49:23.040 INFO O| Dec 16 20:49:23.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91652024-12-16T20:49:24.573Z[ host-image] Dec 16 20:49:23.040 INFO O| Dec 16 20:49:23.040 INFO STEP 17 (ensure_dir) COMPLETE
91662024-12-16T20:49:24.576Z[ host-image] Dec 16 20:49:23.040 INFO O| Dec 16 20:49:23.040 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91672024-12-16T20:49:24.587Z[ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91682024-12-16T20:49:24.587Z[ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91692024-12-16T20:49:24.590Z[ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO ok!
91702024-12-16T20:49:24.590Z[ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO STEP 18 (ensure_symlink) COMPLETE
91712024-12-16T20:49:24.590Z[ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91722024-12-16T20:49:24.605Z[ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91732024-12-16T20:49:24.605Z[ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91742024-12-16T20:49:24.605Z[ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO ok!
91752024-12-16T20:49:24.609Z[ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO STEP 19 (ensure_file) COMPLETE
91762024-12-16T20:49:24.609Z[ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91772024-12-16T20:49:24.614Z[ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91782024-12-16T20:49:24.614Z[ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91792024-12-16T20:49:24.616Z[ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91802024-12-16T20:49:24.616Z[ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO ok!
91812024-12-16T20:49:24.616Z[ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO STEP 20 (ensure_symlink) COMPLETE
91822024-12-16T20:49:24.616Z[ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91832024-12-16T20:49:24.626Z[ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91842024-12-16T20:49:24.628Z[ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91852024-12-16T20:49:24.628Z[ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91862024-12-16T20:49:24.628Z[ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO ok!
91872024-12-16T20:49:24.628Z[ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO STEP 21 (ensure_symlink) COMPLETE
91882024-12-16T20:49:24.628Z[ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91892024-12-16T20:49:24.640Z[ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91902024-12-16T20:49:24.640Z[ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91912024-12-16T20:49:24.642Z[ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91922024-12-16T20:49:24.642Z[ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO ok!
91932024-12-16T20:49:24.642Z[ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO STEP 22 (ensure_symlink) COMPLETE
91942024-12-16T20:49:24.642Z[ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91952024-12-16T20:49:24.654Z[ host-image] Dec 16 20:49:23.120 INFO O| Dec 16 20:49:23.120 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91962024-12-16T20:49:24.654Z[ host-image] Dec 16 20:49:23.120 INFO O| Dec 16 20:49:23.120 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91972024-12-16T20:49:24.654Z[ host-image] Dec 16 20:49:23.120 INFO O| Dec 16 20:49:23.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91982024-12-16T20:49:24.656Z[ host-image] Dec 16 20:49:23.120 INFO O| Dec 16 20:49:23.120 INFO ok!
91992024-12-16T20:49:24.656Z[ host-image] Dec 16 20:49:23.121 INFO O| Dec 16 20:49:23.120 INFO STEP 23 (ensure_symlink) COMPLETE
92002024-12-16T20:49:24.656Z[ host-image] Dec 16 20:49:23.121 INFO O| Dec 16 20:49:23.121 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92012024-12-16T20:49:24.665Z[ host-image] Dec 16 20:49:23.131 INFO O| Dec 16 20:49:23.131 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92022024-12-16T20:49:24.667Z[ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92032024-12-16T20:49:24.667Z[ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92042024-12-16T20:49:24.667Z[ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO ok!
92052024-12-16T20:49:24.668Z[ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO STEP 24 (ensure_file) COMPLETE
92062024-12-16T20:49:24.668Z[ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92072024-12-16T20:49:24.676Z[ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO updating shadow file
92082024-12-16T20:49:24.678Z[ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92092024-12-16T20:49:24.679Z[ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92102024-12-16T20:49:24.679Z[ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO STEP 25 (shadow) COMPLETE
92112024-12-16T20:49:24.679Z[ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92122024-12-16T20:49:24.688Z[ host-image] Dec 16 20:49:23.154 INFO O| Dec 16 20:49:23.154 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92132024-12-16T20:49:24.688Z[ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92142024-12-16T20:49:24.690Z[ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92152024-12-16T20:49:24.690Z[ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO ok!
92162024-12-16T20:49:24.690Z[ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO STEP 26 (ensure_file) COMPLETE
92172024-12-16T20:49:24.690Z[ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92182024-12-16T20:49:24.704Z[ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92192024-12-16T20:49:24.704Z[ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92202024-12-16T20:49:24.707Z[ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92212024-12-16T20:49:24.707Z[ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO ok!
92222024-12-16T20:49:24.707Z[ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO STEP 27 (ensure_file) COMPLETE
92232024-12-16T20:49:24.707Z[ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92242024-12-16T20:49:24.719Z[ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92252024-12-16T20:49:24.719Z[ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92262024-12-16T20:49:24.722Z[ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92272024-12-16T20:49:24.722Z[ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92282024-12-16T20:49:24.722Z[ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO ok!
92292024-12-16T20:49:24.722Z[ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO STEP 28 (ensure_file) COMPLETE
92302024-12-16T20:49:24.722Z[ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92312024-12-16T20:49:24.731Z[ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92322024-12-16T20:49:24.731Z[ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92332024-12-16T20:49:24.731Z[ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92342024-12-16T20:49:24.731Z[ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO ok!
92352024-12-16T20:49:24.731Z[ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO STEP 29 (ensure_file) COMPLETE
92362024-12-16T20:49:24.733Z[ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92372024-12-16T20:49:24.742Z[ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92382024-12-16T20:49:24.742Z[ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92392024-12-16T20:49:24.744Z[ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92402024-12-16T20:49:24.744Z[ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO ok!
92412024-12-16T20:49:24.744Z[ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO STEP 30 (ensure_file) COMPLETE
92422024-12-16T20:49:24.744Z[ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92432024-12-16T20:49:24.758Z[ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92442024-12-16T20:49:24.761Z[ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92452024-12-16T20:49:24.761Z[ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92462024-12-16T20:49:24.761Z[ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92472024-12-16T20:49:24.761Z[ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO ok!
92482024-12-16T20:49:24.761Z[ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO STEP 31 (ensure_file) COMPLETE
92492024-12-16T20:49:24.761Z[ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92502024-12-16T20:49:24.773Z[ host-image] Dec 16 20:49:23.239 INFO O| Dec 16 20:49:23.239 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92512024-12-16T20:49:24.773Z[ host-image] Dec 16 20:49:23.239 INFO O| Dec 16 20:49:23.239 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92522024-12-16T20:49:24.775Z[ host-image] Dec 16 20:49:23.240 INFO O| Dec 16 20:49:23.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92532024-12-16T20:49:24.775Z[ host-image] Dec 16 20:49:23.240 INFO O| Dec 16 20:49:23.240 INFO ok!
92542024-12-16T20:49:24.775Z[ host-image] Dec 16 20:49:23.240 INFO O| Dec 16 20:49:23.240 INFO STEP 32 (ensure_file) COMPLETE
92552024-12-16T20:49:24.775Z[ host-image] Dec 16 20:49:23.240 INFO O| Dec 16 20:49:23.240 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92562024-12-16T20:49:24.789Z[ host-image] Dec 16 20:49:23.254 INFO O| Dec 16 20:49:23.254 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92572024-12-16T20:49:24.792Z[ host-image] Dec 16 20:49:23.254 INFO O| Dec 16 20:49:23.254 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92582024-12-16T20:49:24.792Z[ host-image] Dec 16 20:49:23.255 INFO O| Dec 16 20:49:23.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92592024-12-16T20:49:24.792Z[ host-image] Dec 16 20:49:23.255 INFO O| Dec 16 20:49:23.255 INFO ok!
92602024-12-16T20:49:24.792Z[ host-image] Dec 16 20:49:23.255 INFO O| Dec 16 20:49:23.255 INFO STEP 33 (ensure_file) COMPLETE
92612024-12-16T20:49:24.792Z[ host-image] Dec 16 20:49:23.255 INFO O| Dec 16 20:49:23.255 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92622024-12-16T20:49:24.799Z[ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92632024-12-16T20:49:24.799Z[ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92642024-12-16T20:49:24.802Z[ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92652024-12-16T20:49:24.802Z[ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92662024-12-16T20:49:24.802Z[ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92672024-12-16T20:49:24.802Z[ host-image] Dec 16 20:49:23.267 INFO O| Dec 16 20:49:23.267 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92682024-12-16T20:49:24.802Z[ host-image] Dec 16 20:49:23.267 INFO O| Dec 16 20:49:23.267 INFO ok!
92692024-12-16T20:49:24.802Z[ host-image] Dec 16 20:49:23.267 INFO O| Dec 16 20:49:23.267 INFO STEP 34 (ensure_file) COMPLETE
92702024-12-16T20:49:24.802Z[ host-image] Dec 16 20:49:23.267 INFO O| Dec 16 20:49:23.267 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92712024-12-16T20:49:24.813Z[ host-image] Dec 16 20:49:23.280 INFO O| Dec 16 20:49:23.280 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92722024-12-16T20:49:24.816Z[ host-image] Dec 16 20:49:23.280 INFO O| Dec 16 20:49:23.280 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92732024-12-16T20:49:24.816Z[ host-image] Dec 16 20:49:23.280 INFO O| Dec 16 20:49:23.280 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92742024-12-16T20:49:24.816Z[ host-image] Dec 16 20:49:23.280 INFO O| Dec 16 20:49:23.280 INFO STEP 35 (ensure_dir) COMPLETE
92752024-12-16T20:49:24.816Z[ host-image] Dec 16 20:49:23.281 INFO O| Dec 16 20:49:23.281 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92762024-12-16T20:49:24.826Z[ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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
92772024-12-16T20:49:24.826Z[ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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 ...
92782024-12-16T20:49:24.829Z[ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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
92792024-12-16T20:49:24.829Z[ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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
92802024-12-16T20:49:24.829Z[ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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
92812024-12-16T20:49:24.829Z[ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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
92822024-12-16T20:49:24.829Z[ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 INFO ok!
92832024-12-16T20:49:24.829Z[ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 INFO STEP 36 (ensure_file) COMPLETE
92842024-12-16T20:49:24.829Z[ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92852024-12-16T20:49:24.839Z[ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92862024-12-16T20:49:24.839Z[ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 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 ...
92872024-12-16T20:49:24.842Z[ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92882024-12-16T20:49:24.842Z[ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO ok!
92892024-12-16T20:49:24.842Z[ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO STEP 37 (ensure_symlink) COMPLETE
92902024-12-16T20:49:24.842Z[ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92912024-12-16T20:49:24.854Z[ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92922024-12-16T20:49:24.854Z[ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92932024-12-16T20:49:24.854Z[ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92942024-12-16T20:49:24.857Z[ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92952024-12-16T20:49:24.857Z[ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92962024-12-16T20:49:24.857Z[ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92972024-12-16T20:49:24.857Z[ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO ok!
92982024-12-16T20:49:24.857Z[ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO STEP 38 (ensure_file) COMPLETE
92992024-12-16T20:49:24.857Z[ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93002024-12-16T20:49:24.866Z[ host-image] Dec 16 20:49:23.332 INFO O| Dec 16 20:49:23.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93012024-12-16T20:49:24.866Z[ host-image] Dec 16 20:49:23.332 INFO O| Dec 16 20:49:23.332 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 ...
93022024-12-16T20:49:24.868Z[ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 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
93032024-12-16T20:49:24.868Z[ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93042024-12-16T20:49:24.868Z[ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 INFO ok!
93052024-12-16T20:49:24.868Z[ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 INFO STEP 39 (ensure_file) COMPLETE
93062024-12-16T20:49:24.868Z[ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93072024-12-16T20:49:24.877Z[ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93082024-12-16T20:49:24.880Z[ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93092024-12-16T20:49:24.880Z[ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93102024-12-16T20:49:24.880Z[ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO ok!
93112024-12-16T20:49:24.880Z[ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO STEP 40 (ensure_file) COMPLETE
93122024-12-16T20:49:24.880Z[ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93132024-12-16T20:49:24.889Z[ host-image] Dec 16 20:49:23.355 INFO O| Dec 16 20:49:23.355 INFO updating shadow file
93142024-12-16T20:49:24.891Z[ host-image] Dec 16 20:49:23.355 INFO O| Dec 16 20:49:23.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93152024-12-16T20:49:24.891Z[ host-image] Dec 16 20:49:23.355 INFO O| Dec 16 20:49:23.355 INFO STEP 41 (shadow) COMPLETE
93162024-12-16T20:49:24.891Z[ host-image] Dec 16 20:49:23.355 INFO O| Dec 16 20:49:23.355 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93172024-12-16T20:49:24.900Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93182024-12-16T20:49:24.900Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93192024-12-16T20:49:24.902Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93202024-12-16T20:49:24.902Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93212024-12-16T20:49:24.902Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO ok!
93222024-12-16T20:49:24.902Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO STEP 42 (ensure_file) COMPLETE
93232024-12-16T20:49:24.902Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93242024-12-16T20:49:24.902Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO skip step because feature "mfg" is not enabled
93252024-12-16T20:49:24.902Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93262024-12-16T20:49:24.902Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO skip step because feature "mfg" is not enabled
93272024-12-16T20:49:24.903Z[ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93282024-12-16T20:49:24.912Z[ host-image] Dec 16 20:49:23.379 INFO O| Dec 16 20:49:23.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93292024-12-16T20:49:24.912Z[ host-image] Dec 16 20:49:23.379 INFO O| Dec 16 20:49:23.379 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93302024-12-16T20:49:25.671Z[ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93312024-12-16T20:49:25.671Z[ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93322024-12-16T20:49:25.683Z[ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO ok!
93332024-12-16T20:49:25.683Z[ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO STEP 45 (ensure_file) COMPLETE
93342024-12-16T20:49:25.684Z[ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93352024-12-16T20:49:25.686Z[ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93362024-12-16T20:49:25.686Z[ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93372024-12-16T20:49:25.689Z[ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93382024-12-16T20:49:25.689Z[ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93392024-12-16T20:49:25.689Z[ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93402024-12-16T20:49:25.689Z[ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93412024-12-16T20:49:25.689Z[ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO ok!
93422024-12-16T20:49:25.689Z[ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO STEP 46 (ensure_file) COMPLETE
93432024-12-16T20:49:25.691Z[ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93442024-12-16T20:49:25.698Z[ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93452024-12-16T20:49:25.698Z[ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 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 ...
93462024-12-16T20:49:25.700Z[ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 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
93472024-12-16T20:49:25.700Z[ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93482024-12-16T20:49:25.701Z[ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 INFO ok!
93492024-12-16T20:49:25.701Z[ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 INFO STEP 47 (ensure_file) COMPLETE
93502024-12-16T20:49:25.701Z[ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93512024-12-16T20:49:25.714Z[ host-image] Dec 16 20:49:24.180 INFO O| Dec 16 20:49:24.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93522024-12-16T20:49:25.714Z[ host-image] Dec 16 20:49:24.180 INFO O| Dec 16 20:49:24.180 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93532024-12-16T20:49:25.717Z[ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.180 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93542024-12-16T20:49:25.717Z[ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93552024-12-16T20:49:25.717Z[ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93562024-12-16T20:49:25.717Z[ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93572024-12-16T20:49:25.717Z[ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO ok!
93582024-12-16T20:49:25.717Z[ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO STEP 48 (ensure_file) COMPLETE
93592024-12-16T20:49:25.717Z[ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93602024-12-16T20:49:25.727Z[ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93612024-12-16T20:49:25.727Z[ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 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 ...
93622024-12-16T20:49:25.727Z[ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 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
93632024-12-16T20:49:25.730Z[ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93642024-12-16T20:49:25.730Z[ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO ok!
93652024-12-16T20:49:25.730Z[ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO STEP 49 (ensure_file) COMPLETE
93662024-12-16T20:49:25.730Z[ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93672024-12-16T20:49:25.742Z[ host-image] Dec 16 20:49:24.208 INFO O| Dec 16 20:49:24.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93682024-12-16T20:49:25.742Z[ host-image] Dec 16 20:49:24.208 INFO O| Dec 16 20:49:24.208 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93692024-12-16T20:49:25.744Z[ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.208 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93702024-12-16T20:49:25.744Z[ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93712024-12-16T20:49:25.744Z[ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93722024-12-16T20:49:25.744Z[ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93732024-12-16T20:49:25.744Z[ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO ok!
93742024-12-16T20:49:25.744Z[ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO STEP 50 (ensure_file) COMPLETE
93752024-12-16T20:49:25.744Z[ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93762024-12-16T20:49:25.753Z[ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93772024-12-16T20:49:25.753Z[ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 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 ...
93782024-12-16T20:49:25.756Z[ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 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
93792024-12-16T20:49:25.756Z[ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93802024-12-16T20:49:25.756Z[ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO ok!
93812024-12-16T20:49:25.756Z[ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO STEP 51 (ensure_file) COMPLETE
93822024-12-16T20:49:25.756Z[ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93832024-12-16T20:49:25.769Z[ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93842024-12-16T20:49:25.769Z[ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 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 ...
93852024-12-16T20:49:25.771Z[ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 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
93862024-12-16T20:49:25.771Z[ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93872024-12-16T20:49:25.771Z[ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO ok!
93882024-12-16T20:49:25.772Z[ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO STEP 52 (ensure_file) COMPLETE
93892024-12-16T20:49:25.772Z[ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93902024-12-16T20:49:25.780Z[ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93912024-12-16T20:49:25.780Z[ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 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 ...
93922024-12-16T20:49:25.780Z[ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 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
93932024-12-16T20:49:25.782Z[ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93942024-12-16T20:49:25.782Z[ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO ok!
93952024-12-16T20:49:25.782Z[ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO STEP 53 (ensure_file) COMPLETE
93962024-12-16T20:49:25.782Z[ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-12-16T20:49:25.792Z[ host-image] Dec 16 20:49:24.259 INFO O| Dec 16 20:49:24.259 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93982024-12-16T20:49:25.792Z[ host-image] Dec 16 20:49:24.259 INFO O| Dec 16 20:49:24.259 INFO STEP 54 (ensure_dir) COMPLETE
93992024-12-16T20:49:25.792Z[ host-image] Dec 16 20:49:24.259 INFO O| Dec 16 20:49:24.259 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-12-16T20:49:25.805Z[ host-image] Dec 16 20:49:24.271 INFO O| Dec 16 20:49:24.271 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94012024-12-16T20:49:25.805Z[ host-image] Dec 16 20:49:24.272 INFO O| Dec 16 20:49:24.271 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94022024-12-16T20:49:25.807Z[ host-image] Dec 16 20:49:24.272 INFO O| Dec 16 20:49:24.272 INFO STEP 55 (ensure_dir) COMPLETE
94032024-12-16T20:49:25.807Z[ host-image] Dec 16 20:49:24.272 INFO O| Dec 16 20:49:24.272 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-12-16T20:49:25.816Z[ host-image] Dec 16 20:49:24.282 INFO O| Dec 16 20:49:24.282 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94052024-12-16T20:49:25.819Z[ host-image] Dec 16 20:49:24.282 INFO O| Dec 16 20:49:24.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94062024-12-16T20:49:25.819Z[ host-image] Dec 16 20:49:24.282 INFO O| Dec 16 20:49:24.282 INFO STEP 56 (ensure_dir) COMPLETE
94072024-12-16T20:49:25.819Z[ host-image] Dec 16 20:49:24.282 INFO O| Dec 16 20:49:24.282 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-12-16T20:49:25.831Z[ host-image] Dec 16 20:49:24.298 INFO O| Dec 16 20:49:24.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94092024-12-16T20:49:25.834Z[ host-image] Dec 16 20:49:24.298 INFO O| Dec 16 20:49:24.298 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94102024-12-16T20:49:25.847Z[ host-image] Dec 16 20:49:24.313 INFO O| Dec 16 20:49:24.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94112024-12-16T20:49:25.851Z[ host-image] Dec 16 20:49:24.313 INFO O| Dec 16 20:49:24.313 INFO ok!
94122024-12-16T20:49:25.851Z[ host-image] Dec 16 20:49:24.313 INFO O| Dec 16 20:49:24.313 INFO STEP 57 (ensure_file) COMPLETE
94132024-12-16T20:49:25.851Z[ host-image] Dec 16 20:49:24.313 INFO O| Dec 16 20:49:24.313 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-12-16T20:49:25.859Z[ host-image] Dec 16 20:49:24.325 INFO O| Dec 16 20:49:24.325 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94152024-12-16T20:49:25.859Z[ host-image] Dec 16 20:49:24.325 INFO O| Dec 16 20:49:24.325 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94162024-12-16T20:49:27.164Z[ host-image] Dec 16 20:49:25.630 INFO O| Dec 16 20:49:25.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94172024-12-16T20:49:27.164Z[ host-image] Dec 16 20:49:25.630 INFO O| Dec 16 20:49:25.630 INFO ok!
94182024-12-16T20:49:27.164Z[ host-image] Dec 16 20:49:25.630 INFO O| Dec 16 20:49:25.630 INFO STEP 58 (ensure_file) COMPLETE
94192024-12-16T20:49:27.164Z[ host-image] Dec 16 20:49:25.630 INFO O| Dec 16 20:49:25.630 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-12-16T20:49:27.176Z[ host-image] Dec 16 20:49:25.642 INFO O| Dec 16 20:49:25.642 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94212024-12-16T20:49:27.179Z[ host-image] Dec 16 20:49:25.643 INFO O| Dec 16 20:49:25.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94222024-12-16T20:49:27.179Z[ host-image] Dec 16 20:49:25.643 INFO O| Dec 16 20:49:25.643 INFO STEP 59 (ensure_dir) COMPLETE
94232024-12-16T20:49:27.179Z[ host-image] Dec 16 20:49:25.643 INFO O| Dec 16 20:49:25.643 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-12-16T20:49:27.190Z[ host-image] Dec 16 20:49:25.656 INFO O| Dec 16 20:49:25.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94252024-12-16T20:49:27.192Z[ host-image] Dec 16 20:49:25.656 INFO O| Dec 16 20:49:25.656 INFO copying /tmp/.tmppeKgUt/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 ...
94262024-12-16T20:49:27.192Z[ host-image] Dec 16 20:49:25.657 INFO O| Dec 16 20:49:25.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94272024-12-16T20:49:27.192Z[ host-image] Dec 16 20:49:25.657 INFO O| Dec 16 20:49:25.657 INFO ok!
94282024-12-16T20:49:27.192Z[ host-image] Dec 16 20:49:25.657 INFO O| Dec 16 20:49:25.657 INFO STEP 60 (ensure_file) COMPLETE
94292024-12-16T20:49:27.192Z[ host-image] Dec 16 20:49:25.657 INFO O| Dec 16 20:49:25.657 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-12-16T20:49:27.201Z[ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94312024-12-16T20:49:27.201Z[ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO copying /tmp/.tmppeKgUt/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 ...
94322024-12-16T20:49:27.201Z[ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94332024-12-16T20:49:27.203Z[ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO ok!
94342024-12-16T20:49:27.203Z[ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO STEP 61 (ensure_file) COMPLETE
94352024-12-16T20:49:27.203Z[ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-12-16T20:49:27.212Z[ host-image] Dec 16 20:49:25.678 INFO O| Dec 16 20:49:25.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94372024-12-16T20:49:27.212Z[ host-image] Dec 16 20:49:25.678 INFO O| Dec 16 20:49:25.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94382024-12-16T20:49:27.215Z[ host-image] Dec 16 20:49:25.678 INFO O| Dec 16 20:49:25.678 INFO STEP 62 (ensure_dir) COMPLETE
94392024-12-16T20:49:27.215Z[ host-image] Dec 16 20:49:25.678 INFO O| Dec 16 20:49:25.678 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-12-16T20:49:27.227Z[ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94412024-12-16T20:49:27.227Z[ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO copying /tmp/.tmppeKgUt/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 ...
94422024-12-16T20:49:27.227Z[ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94432024-12-16T20:49:27.230Z[ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO ok!
94442024-12-16T20:49:27.230Z[ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO STEP 63 (ensure_file) COMPLETE
94452024-12-16T20:49:27.231Z[ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-12-16T20:49:27.241Z[ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94472024-12-16T20:49:27.241Z[ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO copying /tmp/.tmppeKgUt/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 ...
94482024-12-16T20:49:27.243Z[ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94492024-12-16T20:49:27.243Z[ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO ok!
94502024-12-16T20:49:27.243Z[ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO STEP 64 (ensure_file) COMPLETE
94512024-12-16T20:49:27.243Z[ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-12-16T20:49:27.254Z[ host-image] Dec 16 20:49:25.720 INFO O| Dec 16 20:49:25.720 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94532024-12-16T20:49:27.254Z[ host-image] Dec 16 20:49:25.720 INFO O| Dec 16 20:49:25.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94542024-12-16T20:49:27.256Z[ host-image] Dec 16 20:49:25.720 INFO O| Dec 16 20:49:25.720 INFO STEP 65 (ensure_dir) COMPLETE
94552024-12-16T20:49:27.257Z[ host-image] Dec 16 20:49:25.720 INFO O| Dec 16 20:49:25.720 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-12-16T20:49:27.264Z[ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94572024-12-16T20:49:27.266Z[ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO copying /tmp/.tmppeKgUt/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 ...
94582024-12-16T20:49:27.267Z[ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94592024-12-16T20:49:27.267Z[ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO ok!
94602024-12-16T20:49:27.267Z[ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO STEP 66 (ensure_file) COMPLETE
94612024-12-16T20:49:27.267Z[ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-12-16T20:49:27.277Z[ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94632024-12-16T20:49:27.277Z[ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94642024-12-16T20:49:27.277Z[ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94652024-12-16T20:49:27.279Z[ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO ok!
94662024-12-16T20:49:27.280Z[ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO STEP 67 (ensure_file) COMPLETE
94672024-12-16T20:49:27.280Z[ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-12-16T20:49:27.288Z[ host-image] Dec 16 20:49:25.754 INFO O| Dec 16 20:49:25.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94692024-12-16T20:49:27.290Z[ host-image] Dec 16 20:49:25.754 INFO O| Dec 16 20:49:25.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94702024-12-16T20:49:27.290Z[ host-image] Dec 16 20:49:25.754 INFO O| Dec 16 20:49:25.754 INFO STEP 68 (ensure_dir) COMPLETE
94712024-12-16T20:49:27.290Z[ host-image] Dec 16 20:49:25.754 INFO O| Dec 16 20:49:25.754 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-12-16T20:49:27.301Z[ host-image] Dec 16 20:49:25.767 INFO O| Dec 16 20:49:25.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94732024-12-16T20:49:27.301Z[ host-image] Dec 16 20:49:25.767 INFO O| Dec 16 20:49:25.767 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94742024-12-16T20:49:28.593Z[ host-image] Dec 16 20:49:27.059 INFO O| Dec 16 20:49:27.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94752024-12-16T20:49:28.593Z[ host-image] Dec 16 20:49:27.059 INFO O| Dec 16 20:49:27.059 INFO ok!
94762024-12-16T20:49:28.596Z[ host-image] Dec 16 20:49:27.059 INFO O| Dec 16 20:49:27.059 INFO STEP 69 (ensure_file) COMPLETE
94772024-12-16T20:49:28.596Z[ host-image] Dec 16 20:49:27.059 INFO O| Dec 16 20:49:27.059 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-12-16T20:49:28.607Z[ host-image] Dec 16 20:49:27.073 INFO O| Dec 16 20:49:27.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94792024-12-16T20:49:28.609Z[ host-image] Dec 16 20:49:27.073 INFO O| Dec 16 20:49:27.073 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94802024-12-16T20:49:30.410Z[ host-image] Dec 16 20:49:28.875 INFO O| Dec 16 20:49:28.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94812024-12-16T20:49:30.410Z[ host-image] Dec 16 20:49:28.875 INFO O| Dec 16 20:49:28.875 INFO ok!
94822024-12-16T20:49:30.410Z[ host-image] Dec 16 20:49:28.875 INFO O| Dec 16 20:49:28.875 INFO STEP 70 (ensure_file) COMPLETE
94832024-12-16T20:49:30.412Z[ host-image] Dec 16 20:49:28.875 INFO O| Dec 16 20:49:28.875 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-12-16T20:49:30.444Z[ host-image] Dec 16 20:49:28.893 INFO O| Dec 16 20:49:28.893 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94852024-12-16T20:49:30.444Z[ host-image] Dec 16 20:49:28.893 INFO O| Dec 16 20:49:28.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94862024-12-16T20:49:30.446Z[ host-image] Dec 16 20:49:28.893 INFO O| Dec 16 20:49:28.893 INFO STEP 71 (ensure_dir) COMPLETE
94872024-12-16T20:49:30.446Z[ host-image] Dec 16 20:49:28.893 INFO O| Dec 16 20:49:28.893 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-16T20:49:30.446Z[ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94892024-12-16T20:49:30.446Z[ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO copying /tmp/.tmppeKgUt/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 ...
94902024-12-16T20:49:30.447Z[ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94912024-12-16T20:49:30.447Z[ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO ok!
94922024-12-16T20:49:30.447Z[ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO STEP 72 (ensure_file) COMPLETE
94932024-12-16T20:49:30.447Z[ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-12-16T20:49:30.451Z[ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94952024-12-16T20:49:30.452Z[ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO copying /tmp/.tmppeKgUt/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 ...
94962024-12-16T20:49:30.455Z[ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94972024-12-16T20:49:30.455Z[ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO ok!
94982024-12-16T20:49:30.455Z[ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO STEP 73 (ensure_file) COMPLETE
94992024-12-16T20:49:30.455Z[ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-12-16T20:49:30.463Z[ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95012024-12-16T20:49:30.463Z[ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95022024-12-16T20:49:30.466Z[ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95032024-12-16T20:49:30.466Z[ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO ok!
95042024-12-16T20:49:30.466Z[ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO STEP 74 (ensure_file) COMPLETE
95052024-12-16T20:49:30.466Z[ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-12-16T20:49:30.475Z[ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95072024-12-16T20:49:30.475Z[ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95082024-12-16T20:49:30.475Z[ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95092024-12-16T20:49:30.477Z[ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO ok!
95102024-12-16T20:49:30.477Z[ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO STEP 75 (ensure_file) COMPLETE
95112024-12-16T20:49:30.477Z[ host-image] Dec 16 20:49:28.941 INFO O| Dec 16 20:49:28.940 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-16T20:49:30.486Z[ host-image] Dec 16 20:49:28.952 INFO O| Dec 16 20:49:28.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95132024-12-16T20:49:30.486Z[ host-image] Dec 16 20:49:28.952 INFO O| Dec 16 20:49:28.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95142024-12-16T20:49:30.488Z[ host-image] Dec 16 20:49:28.952 INFO O| Dec 16 20:49:28.952 INFO STEP 76 (ensure_dir) COMPLETE
95152024-12-16T20:49:30.488Z[ host-image] Dec 16 20:49:28.952 INFO O| Dec 16 20:49:28.952 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-12-16T20:49:30.497Z[ host-image] Dec 16 20:49:28.963 INFO O| Dec 16 20:49:28.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95172024-12-16T20:49:30.497Z[ host-image] Dec 16 20:49:28.963 INFO O| Dec 16 20:49:28.963 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95182024-12-16T20:49:30.503Z[ host-image] Dec 16 20:49:28.969 INFO O| Dec 16 20:49:28.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95192024-12-16T20:49:30.503Z[ host-image] Dec 16 20:49:28.969 INFO O| Dec 16 20:49:28.969 INFO ok!
95202024-12-16T20:49:30.505Z[ host-image] Dec 16 20:49:28.969 INFO O| Dec 16 20:49:28.969 INFO STEP 77 (ensure_file) COMPLETE
95212024-12-16T20:49:30.505Z[ host-image] Dec 16 20:49:28.969 INFO O| Dec 16 20:49:28.969 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-16T20:49:30.518Z[ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95232024-12-16T20:49:30.521Z[ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95242024-12-16T20:49:30.521Z[ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95252024-12-16T20:49:30.521Z[ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO ok!
95262024-12-16T20:49:30.521Z[ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO STEP 78 (ensure_file) COMPLETE
95272024-12-16T20:49:30.521Z[ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-16T20:49:30.531Z[ host-image] Dec 16 20:49:28.997 INFO O| Dec 16 20:49:28.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95292024-12-16T20:49:30.531Z[ host-image] Dec 16 20:49:28.997 INFO O| Dec 16 20:49:28.997 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95302024-12-16T20:49:31.701Z[ host-image] Dec 16 20:49:30.166 INFO O| Dec 16 20:49:30.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95312024-12-16T20:49:31.701Z[ host-image] Dec 16 20:49:30.166 INFO O| Dec 16 20:49:30.166 INFO ok!
95322024-12-16T20:49:31.704Z[ host-image] Dec 16 20:49:30.166 INFO O| Dec 16 20:49:30.166 INFO STEP 79 (ensure_file) COMPLETE
95332024-12-16T20:49:31.704Z[ host-image] Dec 16 20:49:30.166 INFO O| Dec 16 20:49:30.166 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-12-16T20:49:31.714Z[ host-image] Dec 16 20:49:30.179 INFO O| Dec 16 20:49:30.179 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95352024-12-16T20:49:31.714Z[ host-image] Dec 16 20:49:30.179 INFO O| Dec 16 20:49:30.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95362024-12-16T20:49:31.714Z[ host-image] Dec 16 20:49:30.180 INFO O| Dec 16 20:49:30.179 INFO STEP 80 (ensure_dir) COMPLETE
95372024-12-16T20:49:31.716Z[ host-image] Dec 16 20:49:30.180 INFO O| Dec 16 20:49:30.180 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-12-16T20:49:31.727Z[ host-image] Dec 16 20:49:30.192 INFO O| Dec 16 20:49:30.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95392024-12-16T20:49:31.727Z[ host-image] Dec 16 20:49:30.192 INFO O| Dec 16 20:49:30.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95402024-12-16T20:49:31.732Z[ host-image] Dec 16 20:49:30.192 INFO O| Dec 16 20:49:30.192 INFO STEP 81 (ensure_dir) COMPLETE
95412024-12-16T20:49:31.732Z[ host-image] Dec 16 20:49:30.192 INFO O| Dec 16 20:49:30.192 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-12-16T20:49:31.739Z[ host-image] Dec 16 20:49:30.204 INFO O| Dec 16 20:49:30.204 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95432024-12-16T20:49:31.739Z[ host-image] Dec 16 20:49:30.204 INFO O| Dec 16 20:49:30.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95442024-12-16T20:49:31.739Z[ host-image] Dec 16 20:49:30.204 INFO O| Dec 16 20:49:30.204 INFO STEP 82 (ensure_dir) COMPLETE
95452024-12-16T20:49:31.743Z[ host-image] Dec 16 20:49:30.204 INFO O| Dec 16 20:49:30.204 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-12-16T20:49:31.753Z[ host-image] Dec 16 20:49:30.218 INFO O| Dec 16 20:49:30.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95472024-12-16T20:49:31.753Z[ host-image] Dec 16 20:49:30.219 INFO O| Dec 16 20:49:30.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95482024-12-16T20:49:31.756Z[ host-image] Dec 16 20:49:30.219 INFO O| Dec 16 20:49:30.219 INFO STEP 83 (ensure_dir) COMPLETE
95492024-12-16T20:49:31.756Z[ host-image] Dec 16 20:49:30.219 INFO O| Dec 16 20:49:30.219 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-16T20:49:31.765Z[ host-image] Dec 16 20:49:30.230 INFO O| Dec 16 20:49:30.230 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95512024-12-16T20:49:31.765Z[ host-image] Dec 16 20:49:30.230 INFO O| Dec 16 20:49:30.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95522024-12-16T20:49:31.765Z[ host-image] Dec 16 20:49:30.230 INFO O| Dec 16 20:49:30.230 INFO STEP 84 (ensure_dir) COMPLETE
95532024-12-16T20:49:31.767Z[ host-image] Dec 16 20:49:30.230 INFO O| Dec 16 20:49:30.230 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-12-16T20:49:31.776Z[ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95552024-12-16T20:49:31.776Z[ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO copying /tmp/.tmppeKgUt/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 ...
95562024-12-16T20:49:31.779Z[ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95572024-12-16T20:49:31.779Z[ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO ok!
95582024-12-16T20:49:31.779Z[ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO STEP 85 (ensure_file) COMPLETE
95592024-12-16T20:49:31.779Z[ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-12-16T20:49:31.789Z[ host-image] Dec 16 20:49:30.254 INFO O| Dec 16 20:49:30.254 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95612024-12-16T20:49:31.789Z[ host-image] Dec 16 20:49:30.254 INFO O| Dec 16 20:49:30.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95622024-12-16T20:49:31.789Z[ host-image] Dec 16 20:49:30.254 INFO O| Dec 16 20:49:30.254 INFO STEP 86 (ensure_dir) COMPLETE
95632024-12-16T20:49:31.791Z[ host-image] Dec 16 20:49:30.254 INFO O| Dec 16 20:49:30.254 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-12-16T20:49:31.805Z[ host-image] Dec 16 20:49:30.270 INFO O| Dec 16 20:49:30.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95652024-12-16T20:49:31.805Z[ host-image] Dec 16 20:49:30.270 INFO O| Dec 16 20:49:30.270 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95662024-12-16T20:49:31.805Z[ host-image] Dec 16 20:49:30.271 INFO O| Dec 16 20:49:30.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95672024-12-16T20:49:31.808Z[ host-image] Dec 16 20:49:30.271 INFO O| Dec 16 20:49:30.271 INFO ok!
95682024-12-16T20:49:31.808Z[ host-image] Dec 16 20:49:30.271 INFO O| Dec 16 20:49:30.271 INFO STEP 87 (ensure_file) COMPLETE
95692024-12-16T20:49:31.808Z[ host-image] Dec 16 20:49:30.271 INFO O| Dec 16 20:49:30.271 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-12-16T20:49:31.820Z[ host-image] Dec 16 20:49:30.285 INFO O| Dec 16 20:49:30.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95712024-12-16T20:49:31.820Z[ host-image] Dec 16 20:49:30.285 INFO O| Dec 16 20:49:30.285 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95722024-12-16T20:49:32.227Z[ host-image] Dec 16 20:49:30.693 INFO O| Dec 16 20:49:30.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95732024-12-16T20:49:32.227Z[ host-image] Dec 16 20:49:30.693 INFO O| Dec 16 20:49:30.693 INFO ok!
95742024-12-16T20:49:32.227Z[ host-image] Dec 16 20:49:30.693 INFO O| Dec 16 20:49:30.693 INFO STEP 88 (ensure_file) COMPLETE
95752024-12-16T20:49:32.230Z[ host-image] Dec 16 20:49:30.693 INFO O| Dec 16 20:49:30.693 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-12-16T20:49:32.239Z[ host-image] Dec 16 20:49:30.704 INFO O| Dec 16 20:49:30.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95772024-12-16T20:49:32.242Z[ host-image] Dec 16 20:49:30.704 INFO O| Dec 16 20:49:30.704 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95782024-12-16T20:49:32.817Z[ host-image] Dec 16 20:49:31.282 INFO O| Dec 16 20:49:31.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95792024-12-16T20:49:32.817Z[ host-image] Dec 16 20:49:31.282 INFO O| Dec 16 20:49:31.282 INFO ok!
95802024-12-16T20:49:32.817Z[ host-image] Dec 16 20:49:31.282 INFO O| Dec 16 20:49:31.282 INFO STEP 89 (ensure_file) COMPLETE
95812024-12-16T20:49:32.820Z[ host-image] Dec 16 20:49:31.282 INFO O| Dec 16 20:49:31.282 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-12-16T20:49:32.830Z[ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95832024-12-16T20:49:32.830Z[ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95842024-12-16T20:49:32.832Z[ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95852024-12-16T20:49:32.832Z[ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO ok!
95862024-12-16T20:49:32.832Z[ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO STEP 90 (ensure_file) COMPLETE
95872024-12-16T20:49:32.832Z[ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-12-16T20:49:32.842Z[ host-image] Dec 16 20:49:31.307 INFO O| Dec 16 20:49:31.307 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95892024-12-16T20:49:32.844Z[ host-image] Dec 16 20:49:31.307 INFO O| Dec 16 20:49:31.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95902024-12-16T20:49:32.844Z[ host-image] Dec 16 20:49:31.307 INFO O| Dec 16 20:49:31.307 INFO STEP 91 (ensure_dir) COMPLETE
95912024-12-16T20:49:32.844Z[ host-image] Dec 16 20:49:31.307 INFO O| Dec 16 20:49:31.307 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-12-16T20:49:32.857Z[ host-image] Dec 16 20:49:31.322 INFO O| Dec 16 20:49:31.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95932024-12-16T20:49:32.857Z[ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.322 INFO copying /tmp/.tmppeKgUt/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 ...
95942024-12-16T20:49:32.859Z[ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95952024-12-16T20:49:32.859Z[ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.323 INFO ok!
95962024-12-16T20:49:32.859Z[ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.323 INFO STEP 92 (ensure_file) COMPLETE
95972024-12-16T20:49:32.859Z[ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.323 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-12-16T20:49:32.869Z[ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95992024-12-16T20:49:32.869Z[ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO copying /tmp/.tmppeKgUt/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 ...
96002024-12-16T20:49:32.869Z[ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96012024-12-16T20:49:32.869Z[ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO ok!
96022024-12-16T20:49:32.871Z[ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO STEP 93 (ensure_file) COMPLETE
96032024-12-16T20:49:32.871Z[ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-16T20:49:32.879Z[ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96052024-12-16T20:49:32.882Z[ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO copying /tmp/.tmppeKgUt/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 ...
96062024-12-16T20:49:32.882Z[ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96072024-12-16T20:49:32.882Z[ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO ok!
96082024-12-16T20:49:32.882Z[ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO STEP 94 (ensure_file) COMPLETE
96092024-12-16T20:49:32.882Z[ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102024-12-16T20:49:32.890Z[ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96112024-12-16T20:49:32.890Z[ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO copying /tmp/.tmppeKgUt/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 ...
96122024-12-16T20:49:32.893Z[ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96132024-12-16T20:49:32.893Z[ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO ok!
96142024-12-16T20:49:32.893Z[ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO STEP 95 (ensure_file) COMPLETE
96152024-12-16T20:49:32.893Z[ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162024-12-16T20:49:32.903Z[ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96172024-12-16T20:49:32.903Z[ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO copying /tmp/.tmppeKgUt/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 ...
96182024-12-16T20:49:32.903Z[ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96192024-12-16T20:49:32.905Z[ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO ok!
96202024-12-16T20:49:32.905Z[ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO STEP 96 (ensure_file) COMPLETE
96212024-12-16T20:49:32.905Z[ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222024-12-16T20:49:32.915Z[ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96232024-12-16T20:49:32.915Z[ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96242024-12-16T20:49:32.918Z[ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96252024-12-16T20:49:32.918Z[ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO ok!
96262024-12-16T20:49:32.918Z[ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO STEP 97 (ensure_file) COMPLETE
96272024-12-16T20:49:32.918Z[ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282024-12-16T20:49:32.930Z[ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96292024-12-16T20:49:32.931Z[ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO copying /tmp/.tmppeKgUt/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 ...
96302024-12-16T20:49:32.933Z[ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96312024-12-16T20:49:32.934Z[ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO ok!
96322024-12-16T20:49:32.934Z[ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO STEP 98 (ensure_file) COMPLETE
96332024-12-16T20:49:32.934Z[ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342024-12-16T20:49:32.942Z[ host-image] Dec 16 20:49:31.407 INFO O| Dec 16 20:49:31.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96352024-12-16T20:49:32.942Z[ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.407 INFO copying /tmp/.tmppeKgUt/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 ...
96362024-12-16T20:49:32.945Z[ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96372024-12-16T20:49:32.945Z[ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.408 INFO ok!
96382024-12-16T20:49:32.945Z[ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.408 INFO STEP 99 (ensure_file) COMPLETE
96392024-12-16T20:49:32.945Z[ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.408 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402024-12-16T20:49:32.953Z[ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96412024-12-16T20:49:32.956Z[ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO copying /tmp/.tmppeKgUt/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 ...
96422024-12-16T20:49:32.956Z[ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96432024-12-16T20:49:32.956Z[ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO ok!
96442024-12-16T20:49:32.956Z[ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO STEP 100 (ensure_file) COMPLETE
96452024-12-16T20:49:32.956Z[ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462024-12-16T20:49:32.966Z[ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96472024-12-16T20:49:32.966Z[ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96482024-12-16T20:49:32.968Z[ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96492024-12-16T20:49:32.968Z[ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO ok!
96502024-12-16T20:49:32.968Z[ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO STEP 101 (ensure_file) COMPLETE
96512024-12-16T20:49:32.968Z[ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522024-12-16T20:49:32.977Z[ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96532024-12-16T20:49:32.977Z[ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO copying /tmp/.tmppeKgUt/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 ...
96542024-12-16T20:49:32.979Z[ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96552024-12-16T20:49:32.979Z[ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO ok!
96562024-12-16T20:49:32.979Z[ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO STEP 102 (ensure_file) COMPLETE
96572024-12-16T20:49:32.979Z[ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582024-12-16T20:49:32.988Z[ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96592024-12-16T20:49:32.990Z[ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO copying /tmp/.tmppeKgUt/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 ...
96602024-12-16T20:49:32.990Z[ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96612024-12-16T20:49:32.990Z[ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO ok!
96622024-12-16T20:49:32.990Z[ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO STEP 103 (ensure_file) COMPLETE
96632024-12-16T20:49:32.990Z[ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642024-12-16T20:49:32.999Z[ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96652024-12-16T20:49:32.999Z[ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO copying /tmp/.tmppeKgUt/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 ...
96662024-12-16T20:49:33.002Z[ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96672024-12-16T20:49:33.002Z[ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO ok!
96682024-12-16T20:49:33.002Z[ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO STEP 104 (ensure_file) COMPLETE
96692024-12-16T20:49:33.002Z[ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702024-12-16T20:49:33.013Z[ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96712024-12-16T20:49:33.013Z[ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO copying /tmp/.tmppeKgUt/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 ...
96722024-12-16T20:49:33.015Z[ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96732024-12-16T20:49:33.015Z[ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO ok!
96742024-12-16T20:49:33.015Z[ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO STEP 105 (ensure_file) COMPLETE
96752024-12-16T20:49:33.015Z[ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762024-12-16T20:49:33.024Z[ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96772024-12-16T20:49:33.024Z[ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO copying /tmp/.tmppeKgUt/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 ...
96782024-12-16T20:49:33.025Z[ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96792024-12-16T20:49:33.027Z[ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO ok!
96802024-12-16T20:49:33.027Z[ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO STEP 106 (ensure_file) COMPLETE
96812024-12-16T20:49:33.027Z[ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822024-12-16T20:49:33.036Z[ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96832024-12-16T20:49:33.036Z[ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO copying /tmp/.tmppeKgUt/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 ...
96842024-12-16T20:49:33.036Z[ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96852024-12-16T20:49:33.038Z[ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO ok!
96862024-12-16T20:49:33.038Z[ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO STEP 107 (ensure_file) COMPLETE
96872024-12-16T20:49:33.038Z[ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882024-12-16T20:49:33.046Z[ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96892024-12-16T20:49:33.046Z[ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO copying /tmp/.tmppeKgUt/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 ...
96902024-12-16T20:49:33.046Z[ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96912024-12-16T20:49:33.048Z[ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO ok!
96922024-12-16T20:49:33.048Z[ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO STEP 108 (ensure_file) COMPLETE
96932024-12-16T20:49:33.048Z[ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942024-12-16T20:49:33.057Z[ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96952024-12-16T20:49:33.057Z[ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO copying /tmp/.tmppeKgUt/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 ...
96962024-12-16T20:49:33.059Z[ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96972024-12-16T20:49:33.059Z[ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO ok!
96982024-12-16T20:49:33.059Z[ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO STEP 109 (ensure_file) COMPLETE
96992024-12-16T20:49:33.059Z[ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002024-12-16T20:49:33.067Z[ host-image] Dec 16 20:49:31.532 INFO O| Dec 16 20:49:31.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97012024-12-16T20:49:33.070Z[ host-image] Dec 16 20:49:31.532 INFO O| Dec 16 20:49:31.532 INFO copying /tmp/.tmppeKgUt/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 ...
97022024-12-16T20:49:33.070Z[ host-image] Dec 16 20:49:31.532 INFO O| Dec 16 20:49:31.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97032024-12-16T20:49:33.070Z[ host-image] Dec 16 20:49:31.533 INFO O| Dec 16 20:49:31.532 INFO ok!
97042024-12-16T20:49:33.070Z[ host-image] Dec 16 20:49:31.533 INFO O| Dec 16 20:49:31.532 INFO STEP 110 (ensure_file) COMPLETE
97052024-12-16T20:49:33.070Z[ host-image] Dec 16 20:49:31.533 INFO O| Dec 16 20:49:31.533 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062024-12-16T20:49:33.077Z[ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97072024-12-16T20:49:33.078Z[ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO copying /tmp/.tmppeKgUt/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 ...
97082024-12-16T20:49:33.080Z[ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97092024-12-16T20:49:33.080Z[ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO ok!
97102024-12-16T20:49:33.080Z[ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO STEP 111 (ensure_file) COMPLETE
97112024-12-16T20:49:33.080Z[ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122024-12-16T20:49:33.090Z[ host-image] Dec 16 20:49:31.555 INFO O| Dec 16 20:49:31.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97132024-12-16T20:49:33.090Z[ host-image] Dec 16 20:49:31.555 INFO O| Dec 16 20:49:31.555 INFO copying /tmp/.tmppeKgUt/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 ...
97142024-12-16T20:49:33.093Z[ host-image] Dec 16 20:49:31.555 INFO O| Dec 16 20:49:31.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97152024-12-16T20:49:33.093Z[ host-image] Dec 16 20:49:31.555 INFO O| Dec 16 20:49:31.555 INFO ok!
97162024-12-16T20:49:33.093Z[ host-image] Dec 16 20:49:31.556 INFO O| Dec 16 20:49:31.555 INFO STEP 112 (ensure_file) COMPLETE
97172024-12-16T20:49:33.093Z[ host-image] Dec 16 20:49:31.556 INFO O| Dec 16 20:49:31.555 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182024-12-16T20:49:33.102Z[ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97192024-12-16T20:49:33.104Z[ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
97202024-12-16T20:49:33.104Z[ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97212024-12-16T20:49:33.104Z[ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO ok!
97222024-12-16T20:49:33.104Z[ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO STEP 113 (ensure_file) COMPLETE
97232024-12-16T20:49:33.104Z[ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242024-12-16T20:49:33.113Z[ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97252024-12-16T20:49:33.113Z[ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO copying /tmp/.tmppeKgUt/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 ...
97262024-12-16T20:49:33.113Z[ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97272024-12-16T20:49:33.116Z[ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO ok!
97282024-12-16T20:49:33.116Z[ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO STEP 114 (ensure_file) COMPLETE
97292024-12-16T20:49:33.116Z[ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302024-12-16T20:49:33.124Z[ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97312024-12-16T20:49:33.127Z[ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
97322024-12-16T20:49:33.127Z[ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97332024-12-16T20:49:33.127Z[ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO ok!
97342024-12-16T20:49:33.127Z[ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO STEP 115 (ensure_file) COMPLETE
97352024-12-16T20:49:33.127Z[ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97362024-12-16T20:49:33.134Z[ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97372024-12-16T20:49:33.134Z[ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO copying /tmp/.tmppeKgUt/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 ...
97382024-12-16T20:49:33.134Z[ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97392024-12-16T20:49:33.134Z[ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO ok!
97402024-12-16T20:49:33.136Z[ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO STEP 116 (ensure_file) COMPLETE
97412024-12-16T20:49:33.136Z[ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97422024-12-16T20:49:33.147Z[ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97432024-12-16T20:49:33.149Z[ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO copying /tmp/.tmppeKgUt/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 ...
97442024-12-16T20:49:33.149Z[ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97452024-12-16T20:49:33.149Z[ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO ok!
97462024-12-16T20:49:33.149Z[ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO STEP 117 (ensure_file) COMPLETE
97472024-12-16T20:49:33.149Z[ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97482024-12-16T20:49:33.160Z[ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97492024-12-16T20:49:33.162Z[ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97502024-12-16T20:49:33.162Z[ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97512024-12-16T20:49:33.162Z[ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO ok!
97522024-12-16T20:49:33.162Z[ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO STEP 118 (ensure_file) COMPLETE
97532024-12-16T20:49:33.162Z[ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542024-12-16T20:49:33.167Z[ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97552024-12-16T20:49:33.167Z[ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO copying /tmp/.tmppeKgUt/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 ...
97562024-12-16T20:49:33.170Z[ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97572024-12-16T20:49:33.170Z[ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO ok!
97582024-12-16T20:49:33.170Z[ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO STEP 119 (ensure_file) COMPLETE
97592024-12-16T20:49:33.170Z[ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602024-12-16T20:49:33.179Z[ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97612024-12-16T20:49:33.179Z[ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97622024-12-16T20:49:33.179Z[ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97632024-12-16T20:49:33.183Z[ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO ok!
97642024-12-16T20:49:33.183Z[ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO STEP 120 (ensure_file) COMPLETE
97652024-12-16T20:49:33.183Z[ host-image] Dec 16 20:49:31.645 INFO O| Dec 16 20:49:31.645 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97662024-12-16T20:49:33.189Z[ host-image] Dec 16 20:49:31.654 INFO O| Dec 16 20:49:31.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97672024-12-16T20:49:33.189Z[ host-image] Dec 16 20:49:31.654 INFO O| Dec 16 20:49:31.654 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97682024-12-16T20:49:37.914Z[ host-image] Dec 16 20:49:36.378 INFO O| Dec 16 20:49:36.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97692024-12-16T20:49:37.914Z[ host-image] Dec 16 20:49:36.379 INFO O| Dec 16 20:49:36.378 INFO ok!
97702024-12-16T20:49:37.916Z[ host-image] Dec 16 20:49:36.379 INFO O| Dec 16 20:49:36.378 INFO STEP 121 (ensure_file) COMPLETE
97712024-12-16T20:49:37.916Z[ host-image] Dec 16 20:49:36.379 INFO O| Dec 16 20:49:36.378 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722024-12-16T20:49:37.926Z[ host-image] Dec 16 20:49:36.390 INFO O| Dec 16 20:49:36.390 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97732024-12-16T20:49:37.926Z[ host-image] Dec 16 20:49:36.390 INFO O| Dec 16 20:49:36.390 INFO STEP 122 (ensure_dir) COMPLETE
97742024-12-16T20:49:37.926Z[ host-image] Dec 16 20:49:36.390 INFO O| Dec 16 20:49:36.390 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752024-12-16T20:49:37.936Z[ host-image] Dec 16 20:49:36.400 INFO O| Dec 16 20:49:36.400 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97762024-12-16T20:49:37.936Z[ host-image] Dec 16 20:49:36.400 INFO O| Dec 16 20:49:36.400 INFO STEP 123 (ensure_dir) COMPLETE
97772024-12-16T20:49:37.936Z[ host-image] Dec 16 20:49:36.400 INFO O| Dec 16 20:49:36.400 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782024-12-16T20:49:37.945Z[ host-image] Dec 16 20:49:36.410 INFO O| Dec 16 20:49:36.410 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97792024-12-16T20:49:37.945Z[ host-image] Dec 16 20:49:36.410 INFO O| Dec 16 20:49:36.410 INFO STEP 124 (ensure_dir) COMPLETE
97802024-12-16T20:49:37.949Z[ host-image] Dec 16 20:49:36.410 INFO O| Dec 16 20:49:36.410 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812024-12-16T20:49:37.955Z[ host-image] Dec 16 20:49:36.419 INFO O| Dec 16 20:49:36.419 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97822024-12-16T20:49:37.955Z[ host-image] Dec 16 20:49:36.419 INFO O| Dec 16 20:49:36.419 INFO STEP 125 (ensure_dir) COMPLETE
97832024-12-16T20:49:37.955Z[ host-image] Dec 16 20:49:36.419 INFO O| Dec 16 20:49:36.419 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97842024-12-16T20:49:37.965Z[ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97852024-12-16T20:49:37.965Z[ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO copying /tmp/.tmppeKgUt/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 ...
97862024-12-16T20:49:37.967Z[ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97872024-12-16T20:49:37.967Z[ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO ok!
97882024-12-16T20:49:37.967Z[ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO STEP 126 (ensure_file) COMPLETE
97892024-12-16T20:49:37.967Z[ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97902024-12-16T20:49:37.975Z[ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97912024-12-16T20:49:37.975Z[ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97922024-12-16T20:49:37.977Z[ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97932024-12-16T20:49:37.977Z[ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO STEP 127 (ensure_dir) COMPLETE
97942024-12-16T20:49:37.977Z[ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952024-12-16T20:49:37.985Z[ host-image] Dec 16 20:49:36.449 INFO O| Dec 16 20:49:36.449 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97962024-12-16T20:49:37.985Z[ host-image] Dec 16 20:49:36.449 INFO O| Dec 16 20:49:36.449 INFO copying /tmp/.tmppeKgUt/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97972024-12-16T20:49:37.988Z[ host-image] Dec 16 20:49:36.450 INFO O| Dec 16 20:49:36.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97982024-12-16T20:49:37.988Z[ host-image] Dec 16 20:49:36.450 INFO O| Dec 16 20:49:36.450 INFO ok!
97992024-12-16T20:49:37.988Z[ host-image] Dec 16 20:49:36.450 INFO O| Dec 16 20:49:36.450 INFO STEP 128 (ensure_file) COMPLETE
98002024-12-16T20:49:37.988Z[ host-image] Dec 16 20:49:36.450 INFO O| Dec 16 20:49:36.450 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012024-12-16T20:49:37.995Z[ host-image] Dec 16 20:49:36.459 INFO O| Dec 16 20:49:36.459 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98022024-12-16T20:49:37.997Z[ host-image] Dec 16 20:49:36.459 INFO O| Dec 16 20:49:36.459 INFO STEP 129 (remove_files) COMPLETE
98032024-12-16T20:49:37.997Z[ host-image] Dec 16 20:49:36.459 INFO O| Dec 16 20:49:36.459 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042024-12-16T20:49:38.005Z[ host-image] Dec 16 20:49:36.469 INFO O| Dec 16 20:49:36.469 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98052024-12-16T20:49:38.007Z[ host-image] Dec 16 20:49:36.469 INFO O| Dec 16 20:49:36.469 INFO STEP 130 (remove_files) COMPLETE
98062024-12-16T20:49:38.007Z[ host-image] Dec 16 20:49:36.469 INFO O| Dec 16 20:49:36.469 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072024-12-16T20:49:38.015Z[ host-image] Dec 16 20:49:36.479 INFO O| Dec 16 20:49:36.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98082024-12-16T20:49:38.017Z[ host-image] Dec 16 20:49:36.479 INFO O| Dec 16 20:49:36.479 INFO STEP 131 (remove_files) COMPLETE
98092024-12-16T20:49:38.017Z[ host-image] Dec 16 20:49:36.479 INFO O| Dec 16 20:49:36.479 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102024-12-16T20:49:38.025Z[ host-image] Dec 16 20:49:36.489 INFO O| Dec 16 20:49:36.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98112024-12-16T20:49:38.027Z[ host-image] Dec 16 20:49:36.489 INFO O| Dec 16 20:49:36.489 INFO STEP 132 (remove_files) COMPLETE
98122024-12-16T20:49:38.027Z[ host-image] Dec 16 20:49:36.489 INFO O| Dec 16 20:49:36.489 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132024-12-16T20:49:38.034Z[ host-image] Dec 16 20:49:36.499 INFO O| Dec 16 20:49:36.499 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98142024-12-16T20:49:38.037Z[ host-image] Dec 16 20:49:36.499 INFO O| Dec 16 20:49:36.499 INFO STEP 133 (remove_files) COMPLETE
98152024-12-16T20:49:38.037Z[ host-image] Dec 16 20:49:36.499 INFO O| Dec 16 20:49:36.499 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162024-12-16T20:49:38.044Z[ host-image] Dec 16 20:49:36.509 INFO O| Dec 16 20:49:36.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98172024-12-16T20:49:38.047Z[ host-image] Dec 16 20:49:36.509 INFO O| Dec 16 20:49:36.509 INFO STEP 134 (remove_files) COMPLETE
98182024-12-16T20:49:38.047Z[ host-image] Dec 16 20:49:36.509 INFO O| Dec 16 20:49:36.509 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192024-12-16T20:49:38.054Z[ host-image] Dec 16 20:49:36.519 INFO O| Dec 16 20:49:36.519 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98202024-12-16T20:49:38.054Z[ host-image] Dec 16 20:49:36.519 INFO O| Dec 16 20:49:36.519 INFO STEP 135 (remove_files) COMPLETE
98212024-12-16T20:49:38.054Z[ host-image] Dec 16 20:49:36.519 INFO O| Dec 16 20:49:36.519 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222024-12-16T20:49:38.066Z[ host-image] Dec 16 20:49:36.529 INFO O| Dec 16 20:49:36.529 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98232024-12-16T20:49:38.069Z[ host-image] Dec 16 20:49:36.529 INFO O| Dec 16 20:49:36.529 INFO STEP 136 (remove_files) COMPLETE
98242024-12-16T20:49:38.069Z[ host-image] Dec 16 20:49:36.529 INFO O| Dec 16 20:49:36.529 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252024-12-16T20:49:38.074Z[ host-image] Dec 16 20:49:36.539 INFO O| Dec 16 20:49:36.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98262024-12-16T20:49:38.075Z[ host-image] Dec 16 20:49:36.539 INFO O| Dec 16 20:49:36.539 INFO STEP 137 (remove_files) COMPLETE
98272024-12-16T20:49:38.075Z[ host-image] Dec 16 20:49:36.539 INFO O| Dec 16 20:49:36.539 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282024-12-16T20:49:38.084Z[ host-image] Dec 16 20:49:36.549 INFO O| Dec 16 20:49:36.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98292024-12-16T20:49:38.084Z[ host-image] Dec 16 20:49:36.549 INFO O| Dec 16 20:49:36.549 INFO STEP 138 (remove_files) COMPLETE
98302024-12-16T20:49:38.087Z[ host-image] Dec 16 20:49:36.549 INFO O| Dec 16 20:49:36.549 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312024-12-16T20:49:38.095Z[ host-image] Dec 16 20:49:36.559 INFO O| Dec 16 20:49:36.559 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98322024-12-16T20:49:38.097Z[ host-image] Dec 16 20:49:36.559 INFO O| Dec 16 20:49:36.559 INFO STEP 139 (remove_files) COMPLETE
98332024-12-16T20:49:38.097Z[ host-image] Dec 16 20:49:36.559 INFO O| Dec 16 20:49:36.559 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342024-12-16T20:49:38.104Z[ host-image] Dec 16 20:49:36.569 INFO O| Dec 16 20:49:36.569 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98352024-12-16T20:49:38.108Z[ host-image] Dec 16 20:49:36.569 INFO O| Dec 16 20:49:36.569 INFO STEP 140 (remove_files) COMPLETE
98362024-12-16T20:49:38.108Z[ host-image] Dec 16 20:49:36.569 INFO O| Dec 16 20:49:36.569 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372024-12-16T20:49:38.114Z[ host-image] Dec 16 20:49:36.579 INFO O| Dec 16 20:49:36.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98382024-12-16T20:49:38.114Z[ host-image] Dec 16 20:49:36.579 INFO O| Dec 16 20:49:36.579 INFO STEP 141 (remove_files) COMPLETE
98392024-12-16T20:49:38.116Z[ host-image] Dec 16 20:49:36.579 INFO O| Dec 16 20:49:36.579 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402024-12-16T20:49:38.124Z[ host-image] Dec 16 20:49:36.588 INFO O| Dec 16 20:49:36.588 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98412024-12-16T20:49:38.124Z[ host-image] Dec 16 20:49:36.588 INFO O| Dec 16 20:49:36.588 INFO STEP 142 (remove_files) COMPLETE
98422024-12-16T20:49:38.124Z[ host-image] Dec 16 20:49:36.588 INFO O| Dec 16 20:49:36.588 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432024-12-16T20:49:38.134Z[ host-image] Dec 16 20:49:36.598 INFO O| Dec 16 20:49:36.598 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98442024-12-16T20:49:38.134Z[ host-image] Dec 16 20:49:36.598 INFO O| Dec 16 20:49:36.598 INFO STEP 143 (remove_files) COMPLETE
98452024-12-16T20:49:38.136Z[ host-image] Dec 16 20:49:36.598 INFO O| Dec 16 20:49:36.598 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462024-12-16T20:49:38.144Z[ host-image] Dec 16 20:49:36.608 INFO O| Dec 16 20:49:36.608 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98472024-12-16T20:49:38.144Z[ host-image] Dec 16 20:49:36.608 INFO O| Dec 16 20:49:36.608 INFO STEP 144 (remove_files) COMPLETE
98482024-12-16T20:49:38.146Z[ host-image] Dec 16 20:49:36.608 INFO O| Dec 16 20:49:36.608 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492024-12-16T20:49:38.155Z[ host-image] Dec 16 20:49:36.618 INFO O| Dec 16 20:49:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98502024-12-16T20:49:38.155Z[ host-image] Dec 16 20:49:36.618 INFO O| Dec 16 20:49:36.618 INFO STEP 145 (remove_files) COMPLETE
98512024-12-16T20:49:38.157Z[ host-image] Dec 16 20:49:36.618 INFO O| Dec 16 20:49:36.618 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522024-12-16T20:49:38.163Z[ host-image] Dec 16 20:49:36.628 INFO O| Dec 16 20:49:36.628 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98532024-12-16T20:49:38.165Z[ host-image] Dec 16 20:49:36.628 INFO O| Dec 16 20:49:36.628 INFO STEP 146 (remove_files) COMPLETE
98542024-12-16T20:49:38.165Z[ host-image] Dec 16 20:49:36.628 INFO O| Dec 16 20:49:36.628 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552024-12-16T20:49:38.173Z[ host-image] Dec 16 20:49:36.637 INFO O| Dec 16 20:49:36.637 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98562024-12-16T20:49:38.173Z[ host-image] Dec 16 20:49:36.637 INFO O| Dec 16 20:49:36.637 INFO STEP 147 (remove_files) COMPLETE
98572024-12-16T20:49:38.175Z[ host-image] Dec 16 20:49:36.637 INFO O| Dec 16 20:49:36.637 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582024-12-16T20:49:38.182Z[ host-image] Dec 16 20:49:36.647 INFO O| Dec 16 20:49:36.647 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98592024-12-16T20:49:38.182Z[ host-image] Dec 16 20:49:36.647 INFO O| Dec 16 20:49:36.647 INFO STEP 148 (remove_files) COMPLETE
98602024-12-16T20:49:38.185Z[ host-image] Dec 16 20:49:36.647 INFO O| Dec 16 20:49:36.647 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612024-12-16T20:49:38.192Z[ host-image] Dec 16 20:49:36.656 INFO O| Dec 16 20:49:36.656 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98622024-12-16T20:49:38.194Z[ host-image] Dec 16 20:49:36.656 INFO O| Dec 16 20:49:36.656 INFO STEP 149 (remove_files) COMPLETE
98632024-12-16T20:49:38.194Z[ host-image] Dec 16 20:49:36.656 INFO O| Dec 16 20:49:36.656 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642024-12-16T20:49:38.202Z[ host-image] Dec 16 20:49:36.666 INFO O| Dec 16 20:49:36.666 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98652024-12-16T20:49:38.204Z[ host-image] Dec 16 20:49:36.666 INFO O| Dec 16 20:49:36.666 INFO STEP 150 (remove_files) COMPLETE
98662024-12-16T20:49:38.204Z[ host-image] Dec 16 20:49:36.666 INFO O| Dec 16 20:49:36.666 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672024-12-16T20:49:38.211Z[ host-image] Dec 16 20:49:36.676 INFO O| Dec 16 20:49:36.676 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98682024-12-16T20:49:38.211Z[ host-image] Dec 16 20:49:36.676 INFO O| Dec 16 20:49:36.676 INFO STEP 151 (remove_files) COMPLETE
98692024-12-16T20:49:38.211Z[ host-image] Dec 16 20:49:36.676 INFO O| Dec 16 20:49:36.676 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98702024-12-16T20:49:38.221Z[ host-image] Dec 16 20:49:36.686 INFO O| Dec 16 20:49:36.685 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98712024-12-16T20:49:38.223Z[ host-image] Dec 16 20:49:36.686 INFO O| Dec 16 20:49:36.686 INFO STEP 152 (remove_files) COMPLETE
98722024-12-16T20:49:38.223Z[ host-image] Dec 16 20:49:36.686 INFO O| Dec 16 20:49:36.686 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98732024-12-16T20:49:38.231Z[ host-image] Dec 16 20:49:36.695 INFO O| Dec 16 20:49:36.695 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98742024-12-16T20:49:38.231Z[ host-image] Dec 16 20:49:36.695 INFO O| Dec 16 20:49:36.695 INFO STEP 153 (remove_files) COMPLETE
98752024-12-16T20:49:38.235Z[ host-image] Dec 16 20:49:36.695 INFO O| Dec 16 20:49:36.695 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98762024-12-16T20:49:38.240Z[ host-image] Dec 16 20:49:36.705 INFO O| Dec 16 20:49:36.705 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98772024-12-16T20:49:38.240Z[ host-image] Dec 16 20:49:36.705 INFO O| Dec 16 20:49:36.705 INFO STEP 154 (remove_files) COMPLETE
98782024-12-16T20:49:38.243Z[ host-image] Dec 16 20:49:36.705 INFO O| Dec 16 20:49:36.705 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98792024-12-16T20:49:38.250Z[ host-image] Dec 16 20:49:36.715 INFO O| Dec 16 20:49:36.715 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98802024-12-16T20:49:38.253Z[ host-image] Dec 16 20:49:36.715 INFO O| Dec 16 20:49:36.715 INFO STEP 155 (remove_files) COMPLETE
98812024-12-16T20:49:38.253Z[ host-image] Dec 16 20:49:36.715 INFO O| Dec 16 20:49:36.715 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98822024-12-16T20:49:38.260Z[ host-image] Dec 16 20:49:36.724 INFO O| Dec 16 20:49:36.724 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98832024-12-16T20:49:38.260Z[ host-image] Dec 16 20:49:36.724 INFO O| Dec 16 20:49:36.724 INFO STEP 156 (remove_files) COMPLETE
98842024-12-16T20:49:38.260Z[ host-image] Dec 16 20:49:36.724 INFO O| Dec 16 20:49:36.724 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98852024-12-16T20:49:38.270Z[ host-image] Dec 16 20:49:36.734 INFO O| Dec 16 20:49:36.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98862024-12-16T20:49:38.270Z[ host-image] Dec 16 20:49:36.734 INFO O| Dec 16 20:49:36.734 INFO STEP 157 (remove_files) COMPLETE
98872024-12-16T20:49:38.272Z[ host-image] Dec 16 20:49:36.734 INFO O| Dec 16 20:49:36.734 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98882024-12-16T20:49:38.284Z[ host-image] Dec 16 20:49:36.749 INFO O| Dec 16 20:49:36.749 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98892024-12-16T20:49:38.287Z[ host-image] Dec 16 20:49:36.749 INFO O| Dec 16 20:49:36.749 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
98902024-12-16T20:49:46.732Z[ host-image] Dec 16 20:49:45.022 INFO O| Dec 16 20:49:45.022 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
98912024-12-16T20:49:46.732Z[ host-image] Dec 16 20:49:45.022 INFO O| Dec 16 20:49:45.022 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98922024-12-16T20:49:46.746Z[ host-image] Dec 16 20:49:45.051 INFO O| Dec 16 20:49:45.051 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98932024-12-16T20:49:46.757Z[ host-image] Dec 16 20:49:45.198 INFO O| Dec 16 20:49:45.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98942024-12-16T20:49:46.757Z[ host-image] Dec 16 20:49:45.198 INFO O| Dec 16 20:49:45.198 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98952024-12-16T20:49:46.757Z[ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98962024-12-16T20:49:46.757Z[ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO ok!
98972024-12-16T20:49:46.757Z[ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98982024-12-16T20:49:46.757Z[ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO STEP 158 (seed_smf) COMPLETE
98992024-12-16T20:49:46.757Z[ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO steps complete; finalising image!
99002024-12-16T20:49:46.757Z[ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99012024-12-16T20:49:46.930Z[ host-image] Dec 16 20:49:45.393 INFO O| Dec 16 20:49:45.393 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Dec 16 20:49:45 2024)
99022024-12-16T20:49:47.148Z[ host-image] Dec 16 20:49:45.610 INFO O| Dec 16 20:49:45.610 INFO trim TEMPORARY-gimlet-zfs: (45% trimmed, started at Mon Dec 16 20:49:45 2024)
99032024-12-16T20:49:47.358Z[ host-image] Dec 16 20:49:45.820 INFO O| Dec 16 20:49:45.820 INFO trim TEMPORARY-gimlet-zfs: (67% trimmed, started at Mon Dec 16 20:49:45 2024)
99042024-12-16T20:49:47.569Z[ host-image] Dec 16 20:49:46.031 INFO O| Dec 16 20:49:46.031 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Mon Dec 16 20:49:45 2024)
99052024-12-16T20:49:47.780Z[ host-image] Dec 16 20:49:46.242 INFO O| Dec 16 20:49:46.242 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Mon Dec 16 20:49:45 2024)
99062024-12-16T20:49:48.027Z[ host-image] Dec 16 20:49:46.453 INFO O| Dec 16 20:49:46.453 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Mon Dec 16 20:49:45 2024)
99072024-12-16T20:49:48.224Z[ host-image] Dec 16 20:49:46.686 INFO O| Dec 16 20:49:46.686 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio
99082024-12-16T20:49:48.224Z[ host-image] Dec 16 20:49:46.686 INFO O| Dec 16 20:49:46.686 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99092024-12-16T20:49:49.076Z[ host-image] Dec 16 20:49:47.539 INFO O| Dec 16 20:49:47.539 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99102024-12-16T20:49:49.077Z[ host-image] Dec 16 20:49:47.539 INFO O| Dec 16 20:49:47.539 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99112024-12-16T20:49:50.897Z[ host-image] Dec 16 20:49:49.357 INFO O| Dec 16 20:49:49.357 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99122024-12-16T20:49:50.897Z[ host-image] Dec 16 20:49:49.358 INFO O| Dec 16 20:49:49.357 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99132024-12-16T20:49:50.898Z[ host-image] Dec 16 20:49:49.358 INFO O| Dec 16 20:49:49.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99142024-12-16T20:49:50.900Z[ host-image] Dec 16 20:49:49.358 INFO O| Dec 16 20:49:49.357 INFO completed processing gimlet/zfs
99152024-12-16T20:49:50.900Z[ host-image] Dec 16 20:49:49.358 INFO O| Dec 16 20:49:49.358 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99162024-12-16T20:49:59.269Z[ host-image] Dec 16 20:49:57.729 INFO O| Dec 16 20:49:57.729 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99172024-12-16T20:49:59.410Z[ host-image] Dec 16 20:49:57.870 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
99182024-12-16T20:49:59.410Z[ host-image] Dec 16 20:49:57.870 INFO expanded image name: "ci 1cfaddc/${os_short_commit} 2024-12-16 20:16" -> "ci 1cfaddc/92ea229 2024-12-16 20:16"
99192024-12-16T20:49:59.415Z[ host-image] Dec 16 20:49:57.870 INFO output artefacts stored in: "/work/os-host"
99202024-12-16T20:49:59.415Z[ host-image] Dec 16 20:49:57.870 INFO collecting git info from project "image-builder"...
99212024-12-16T20:49:59.424Z[ host-image] Dec 16 20:49:57.884 INFO collecting git info from project "amd-host-image-builder"...
99222024-12-16T20:49:59.448Z[ host-image] Dec 16 20:49:57.909 INFO collecting git info from project "pinprick"...
99232024-12-16T20:49:59.456Z[ host-image] Dec 16 20:49:57.917 INFO collecting git info from project "pilot"...
99242024-12-16T20:49:59.465Z[ host-image] Dec 16 20:49:57.926 INFO collecting git info from project "amd-firmware"...
99252024-12-16T20:49:59.480Z[ host-image] Dec 16 20:49:57.940 INFO collecting git info from project "chelsio-t6-roms"...
99262024-12-16T20:49:59.511Z[ host-image] Dec 16 20:49:57.971 INFO collecting git info from project "bootserver"...
99272024-12-16T20:49:59.536Z[ host-image] Dec 16 20:49:57.997 INFO collecting git info from project "phbl"...
99282024-12-16T20:49:59.557Z[ host-image] Dec 16 20:49:58.017 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99292024-12-16T20:50:00.252Z[ host-image] Dec 16 20:49:58.712 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99302024-12-16T20:50:00.948Z[ host-image] Dec 16 20:49:59.408 INFO creating Oxide boot image...
99312024-12-16T20:50:00.948Z[ host-image] Dec 16 20:49:59.408 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 1cfaddc/92ea229 2024-12-16 20:16", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99322024-12-16T20:50:02.342Z[ host-image] Dec 16 20:50:00.802 INFO O| ok, image written!
99332024-12-16T20:50:02.342Z[ host-image] Dec 16 20:50:00.802 INFO O| ok, boot_image_csum file written!
99342024-12-16T20:50:02.346Z[ host-image] Dec 16 20:50:00.806 INFO creating boot archive (CPIO)...
99352024-12-16T20:50:02.346Z[ host-image] Dec 16 20:50:00.806 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
99362024-12-16T20:50:02.355Z[ host-image] Dec 16 20:50:00.816 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99372024-12-16T20:50:02.356Z[ host-image] Dec 16 20:50:00.816 INFO E| + outfile=/work/os-host/cpio
99382024-12-16T20:50:02.356Z[ host-image] Dec 16 20:50:00.816 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99392024-12-16T20:50:02.358Z[ host-image] Dec 16 20:50:00.818 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99402024-12-16T20:50:02.361Z[ host-image] Dec 16 20:50:00.819 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99412024-12-16T20:50:02.419Z[ host-image] Dec 16 20:50:00.877 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99422024-12-16T20:50:02.419Z[ host-image] Dec 16 20:50:00.878 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99432024-12-16T20:50:02.427Z[ host-image] Dec 16 20:50:00.887 INFO creating compressed cpio/unix for nanobl-rs...
99442024-12-16T20:50:02.430Z[ host-image] Dec 16 20:50:00.888 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
99452024-12-16T20:50:02.828Z[ host-image] Dec 16 20:50:01.288 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99462024-12-16T20:50:08.966Z[ host-image] Dec 16 20:50:07.425 INFO creating reset image...
99472024-12-16T20:50:08.966Z[ host-image] Dec 16 20:50:07.425 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99482024-12-16T20:50:09.154Z[ host-image] Dec 16 20:50:07.613 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
99492024-12-16T20:50:09.157Z[ host-image] Dec 16 20:50:07.615 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99502024-12-16T20:50:09.337Z[ host-image] Dec 16 20:50:07.795 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99512024-12-16T20:50:13.683Z[ host-image] Dec 16 20:50:12.141 INFO E| Finished `release` profile [optimized] target(s) in 4.47s
99522024-12-16T20:50:13.700Z[ host-image] Dec 16 20:50:12.158 INFO building host image...
99532024-12-16T20:50:13.703Z[ host-image] Dec 16 20:50:12.158 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")
99542024-12-16T20:50:14.609Z[ host-image] Dec 16 20:50:13.067 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99552024-12-16T20:51:31.270Z[ host-image] Dec 16 20:51:29.714 INFO image complete! materials are in "/work/os-host"
99562024-12-16T20:51:31.273Z[ host-image]
99572024-12-16T20:51:31.273Z[ host-image] real 13:36.995574474
99582024-12-16T20:51:31.275Z[ host-image] user 6:36.514270008
99592024-12-16T20:51:31.275Z[ host-image] sys 1:05.770781898
99602024-12-16T20:51:31.275Z[ host-image] trap 0.307971509
99612024-12-16T20:51:31.275Z[ host-image] tflt 0.191651422
99622024-12-16T20:51:31.275Z[ host-image] dflt 0.233429033
99632024-12-16T20:51:31.275Z[ host-image] kflt 0.009365686
99642024-12-16T20:51:31.276Z[ host-image] lock 9:27.771446201
99652024-12-16T20:51:31.276Z[ host-image] slp 1:11:59.716026220
99662024-12-16T20:51:31.276Z[ host-image] lat 3:04.188863306
99672024-12-16T20:51:31.276Z[ host-image] stop 1.174448151
99682024-12-16T20:51:31.276ZDec 16 20:51:29.718 INFO [host-image] process exited with exit status: 0 (817.015856106s)
99692024-12-16T20:51:31.276ZDec 16 20:51:29.718 INFO [tuf-repo] running task
99702024-12-16T20:51:44.453ZDec 16 20:51:42.895 INFO assembling repository in `/tmp/tufaceous7RAJ4p`, component: OmicronRepoAssembler
99712024-12-16T20:51:56.641ZDec 16 20:51:55.081 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99722024-12-16T20:51:56.929ZDec 16 20:51:55.369 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99732024-12-16T20:52:14.564ZDec 16 20:52:13.001 INFO [tuf-repo] task succeeded (43.282647469s)
99742024-12-16T20:53:24.801Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 14s
99752024-12-16T20:53:25.181ZDec 16 20:53:23.604 INFO [verify-libraries] process exited with exit status: 0 (918.310955347s)
99762024-12-16T20:53:25.181ZDec 16 20:53:23.604 INFO all jobs completed in 2233.519346227s
99772024-12-16T20:53:27.577Zprocess exited: duration 2930214 ms, exit code 0
 
99782024-12-16T20:53:27.591Zfound 33 output files
99792024-12-16T20:53:27.591Zuploading: /work/manifest.toml (8404 bytes)
99802024-12-16T20:53:28.605Zuploaded: /work/manifest.toml
99812024-12-16T20:53:28.612Zuploading: /work/repo.zip (1944752717 bytes)
99822024-12-16T20:54:08.830Zuploaded: /work/repo.zip
99832024-12-16T20:54:08.830Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99842024-12-16T20:54:09.894Zuploaded: /work/repo.zip.sha256.txt
99852024-12-16T20:54:09.894Zuploading: /work/helios-setup.log (66237 bytes)
99862024-12-16T20:54:10.909Zuploaded: /work/helios-setup.log
99872024-12-16T20:54:10.909Zuploading: /work/host-image.log (197996 bytes)
99882024-12-16T20:54:11.930Zuploaded: /work/host-image.log
99892024-12-16T20:54:11.930Zuploading: /work/host-package.log (22349 bytes)
99902024-12-16T20:54:12.939Zuploaded: /work/host-package.log
99912024-12-16T20:54:12.939Zuploading: /work/host-target.log (101 bytes)
99922024-12-16T20:54:13.950Zuploaded: /work/host-target.log
99932024-12-16T20:54:13.950Zuploading: /work/omicron-package.log (5666 bytes)
99942024-12-16T20:54:14.957Zuploaded: /work/omicron-package.log
99952024-12-16T20:54:14.957Zuploading: /work/phbl-toolchain.log (881 bytes)
99962024-12-16T20:54:15.965Zuploaded: /work/phbl-toolchain.log
99972024-12-16T20:54:15.965Zuploading: /work/recovery-image.log (593276 bytes)
99982024-12-16T20:54:16.995Zuploaded: /work/recovery-image.log
99992024-12-16T20:54:16.995Zuploading: /work/recovery-package.log (321 bytes)
100002024-12-16T20:54:18.003Zuploaded: /work/recovery-package.log
100012024-12-16T20:54:18.003Zuploading: /work/recovery-target.log (98 bytes)
100022024-12-16T20:54:19.012Zuploaded: /work/recovery-target.log
100032024-12-16T20:54:19.012Zuploading: /work/stamp-clickhouse.log (117 bytes)
100042024-12-16T20:54:20.020Zuploaded: /work/stamp-clickhouse.log
100052024-12-16T20:54:20.020Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100062024-12-16T20:54:21.030Zuploaded: /work/stamp-clickhouse_keeper.log
100072024-12-16T20:54:21.030Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100082024-12-16T20:54:22.039Zuploaded: /work/stamp-cockroachdb.log
100092024-12-16T20:54:22.039Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100102024-12-16T20:54:23.050Zuploaded: /work/stamp-crucible-dtrace.log
100112024-12-16T20:54:23.050Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100122024-12-16T20:54:24.059Zuploaded: /work/stamp-crucible-pantry-zone.log
100132024-12-16T20:54:24.059Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100142024-12-16T20:54:25.069Zuploaded: /work/stamp-crucible-zone.log
100152024-12-16T20:54:25.069Zuploading: /work/stamp-external-dns.log (119 bytes)
100162024-12-16T20:54:26.076Zuploaded: /work/stamp-external-dns.log
100172024-12-16T20:54:26.077Zuploading: /work/stamp-installinator.log (103 bytes)
100182024-12-16T20:54:27.085Zuploaded: /work/stamp-installinator.log
100192024-12-16T20:54:27.085Zuploading: /work/stamp-internal-dns.log (119 bytes)
100202024-12-16T20:54:28.092Zuploaded: /work/stamp-internal-dns.log
100212024-12-16T20:54:28.093Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100222024-12-16T20:54:29.100Zuploaded: /work/stamp-mg-ddm-gz.log
100232024-12-16T20:54:29.100Zuploading: /work/stamp-nexus.log (112 bytes)
100242024-12-16T20:54:30.108Zuploaded: /work/stamp-nexus.log
100252024-12-16T20:54:30.108Zuploading: /work/stamp-ntp.log (110 bytes)
100262024-12-16T20:54:31.115Zuploaded: /work/stamp-ntp.log
100272024-12-16T20:54:31.115Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100282024-12-16T20:54:32.123Zuploaded: /work/stamp-omicron-sled-agent.log
100292024-12-16T20:54:32.123Zuploading: /work/stamp-overlay.log (114 bytes)
100302024-12-16T20:54:33.131Zuploaded: /work/stamp-overlay.log
100312024-12-16T20:54:33.131Zuploading: /work/stamp-oximeter.log (115 bytes)
100322024-12-16T20:54:34.138Zuploaded: /work/stamp-oximeter.log
100332024-12-16T20:54:34.138Zuploading: /work/stamp-oxlog.log (109 bytes)
100342024-12-16T20:54:35.146Zuploaded: /work/stamp-oxlog.log
100352024-12-16T20:54:35.146Zuploading: /work/stamp-probe.log (112 bytes)
100362024-12-16T20:54:36.169Zuploaded: /work/stamp-probe.log
100372024-12-16T20:54:36.169Zuploading: /work/stamp-propolis-server.log (122 bytes)
100382024-12-16T20:54:37.193Zuploaded: /work/stamp-propolis-server.log
100392024-12-16T20:54:37.193Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100402024-12-16T20:54:38.202Zuploaded: /work/stamp-pumpkind-gz.log
100412024-12-16T20:54:38.202Zuploading: /work/stamp-switch-asic.log (118 bytes)
100422024-12-16T20:54:39.210Zuploaded: /work/stamp-switch-asic.log
100432024-12-16T20:54:39.210Zuploading: /work/verify-libraries.log (5735 bytes)
100442024-12-16T20:54:40.219Zuploaded: /work/verify-libraries.log