01JABBYKZ5M5HF632E10G5QZPZ: 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: 01JABBZ6GVHEQM7NWYH1539BHF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-16T19:14:10.698Zjob assigned to worker 01JABBZCCDV2T6JE8EWHSGSG6G (queued for 58 s)
 
22024-10-16T19:14:19.135Zstarting task 0: "setup"
32024-10-16T19:14:19.144Z++ uname -s
42024-10-16T19:14:19.152Z+ kern=SunOS
52024-10-16T19:14:19.152Z+ case "$kern" in
62024-10-16T19:14:19.152Z+ groupadd -g 12345 build
72024-10-16T19:14:19.152Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-16T19:14:21.158Z+ zfs create -o mountpoint=/work rpool/work
92024-10-16T19:14:21.289Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-16T19:14:21.292Z+ home_fs=zfs
112024-10-16T19:14:21.292Z+ [[ zfs == autofs ]]
122024-10-16T19:14:21.292Z+ mkdir -p /home/build
132024-10-16T19:14:21.294Z+ chown build:build /home/build /work
142024-10-16T19:14:22.296Z+ chmod 0700 /home/build /work
152024-10-16T19:14:22.299Zprocess exited: duration 3166 ms, exit code 0
 
162024-10-16T19:14:22.305Zstarting task 1: "rust-toolchain"
172024-10-16T19:14:22.311Z+ printf ' * toolchain channel = "%s"
182024-10-16T19:14:22.311Z' 1.80.1
192024-10-16T19:14:22.311Z * toolchain channel = "1.80.1"
202024-10-16T19:14:22.311Z+ printf ' * toolchain profile = "%s"
212024-10-16T19:14:22.311Z' default
222024-10-16T19:14:22.311Z * toolchain profile = "default"
232024-10-16T19:14:22.314Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-16T19:14:22.314Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-16T19:14:22.431Zinfo: downloading installer
262024-10-16T19:14:23.753Zinfo: profile set to 'default'
272024-10-16T19:14:23.753Zinfo: default host triple is x86_64-unknown-illumos
282024-10-16T19:14:23.756Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-16T19:14:23.905Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-16T19:14:23.905Zinfo: downloading component 'cargo'
312024-10-16T19:14:24.840Zinfo: downloading component 'clippy'
322024-10-16T19:14:24.917Zinfo: downloading component 'rust-docs'
332024-10-16T19:14:25.949Zinfo: downloading component 'rust-std'
342024-10-16T19:14:27.422Zinfo: downloading component 'rustc'
352024-10-16T19:14:31.162Zinfo: downloading component 'rustfmt'
362024-10-16T19:14:31.382Zinfo: installing component 'cargo'
372024-10-16T19:14:32.288Zinfo: installing component 'clippy'
382024-10-16T19:14:32.711Zinfo: installing component 'rust-docs'
392024-10-16T19:14:34.388Zinfo: installing component 'rust-std'
402024-10-16T19:14:36.076Zinfo: installing component 'rustc'
412024-10-16T19:14:40.969Zinfo: installing component 'rustfmt'
422024-10-16T19:14:41.345Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-16T19:14:41.345Z
442024-10-16T19:14:41.612Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-16T19:14:41.612Z
462024-10-16T19:14:41.614Z
472024-10-16T19:14:41.614ZRust is installed now. Great!
482024-10-16T19:14:41.615Z
492024-10-16T19:14:41.615ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-16T19:14:41.615Zenvironment variable. This has not been done automatically.
512024-10-16T19:14:41.615Z
522024-10-16T19:14:41.615ZTo configure your current shell, you need to source
532024-10-16T19:14:41.615Zthe corresponding env file under $HOME/.cargo.
542024-10-16T19:14:41.615Z
552024-10-16T19:14:41.615ZThis is usually done by running one of the following (note the leading DOT):
562024-10-16T19:14:41.615Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-16T19:14:41.615Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-16T19:14:41.670Z+ rustc --version
592024-10-16T19:14:41.736Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-16T19:14:41.739Zprocess exited: duration 19428 ms, exit code 0
 
612024-10-16T19:14:41.745Zstarting task 2: "authentication"
622024-10-16T19:14:41.766Zprocess exited: duration 21 ms, exit code 0
 
632024-10-16T19:14:41.770Zstarting task 3: "clone repository"
642024-10-16T19:14:41.776Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-16T19:14:41.778Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-16T19:14:42.052ZCloning into '/work/oxidecomputer/omicron'...
672024-10-16T19:14:49.005Z+ cd /work/oxidecomputer/omicron
682024-10-16T19:14:49.005Z+ git fetch origin ee7ff3f015a07846eacc0ea64bff5f06525860d5
692024-10-16T19:14:49.321ZFrom https://github.com/oxidecomputer/omicron
702024-10-16T19:14:49.321Z * branch ee7ff3f015a07846eacc0ea64bff5f06525860d5 -> FETCH_HEAD
712024-10-16T19:14:49.332Z+ [[ -n bump-console-f7d6dafd ]]
722024-10-16T19:14:49.334Z++ git branch --show-current
732024-10-16T19:14:49.337Z+ current=main
742024-10-16T19:14:49.337Z+ [[ main != bump-console-f7d6dafd ]]
752024-10-16T19:14:49.337Z+ git branch -f bump-console-f7d6dafd ee7ff3f015a07846eacc0ea64bff5f06525860d5
762024-10-16T19:14:49.339Z+ git checkout -f bump-console-f7d6dafd
772024-10-16T19:14:49.502ZSwitched to branch 'bump-console-f7d6dafd'
782024-10-16T19:14:49.504Z+ git reset --hard ee7ff3f015a07846eacc0ea64bff5f06525860d5
792024-10-16T19:14:49.515ZHEAD is now at ee7ff3f01 Bump web console
802024-10-16T19:14:49.517Zprocess exited: duration 7742 ms, exit code 0
 
812024-10-16T19:14:49.522Zstarting task 4: "build"
822024-10-16T19:14:49.527Z+ source .github/buildomat/ci-env.sh
832024-10-16T19:14:49.527Z++ export CARGO_TERM_COLOR=always
842024-10-16T19:14:49.527Z++ CARGO_TERM_COLOR=always
852024-10-16T19:14:49.530Z+ cargo --version
862024-10-16T19:14:49.583Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-16T19:14:49.585Z+ rustc --version
882024-10-16T19:14:49.643Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-16T19:14:49.645Z+ cargo tree --locked
902024-10-16T19:14:49.892Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-16T19:14:50.469Z Updating crates.io index
922024-10-16T19:14:50.471Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-16T19:14:51.299Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-16T19:14:51.609Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-16T19:14:51.856Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-16T19:14:52.127Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-16T19:14:52.911Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-16T19:14:55.322Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-16T19:14:56.360Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-16T19:14:57.159Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-16T19:14:57.429Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-16T19:14:57.710Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-16T19:14:58.326Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-16T19:14:58.688Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-10-16T19:14:58.975Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-10-16T19:14:59.255Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-10-16T19:14:59.527Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-10-16T19:14:59.789Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-10-16T19:15:00.137Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-10-16T19:15:00.496Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-10-16T19:15:00.842Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-10-16T19:15:01.102Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-16T19:15:01.620Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-16T19:15:01.939Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-16T19:15:02.366Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-16T19:15:02.749Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-16T19:15:03.058Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-16T19:15:03.369Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-16T19:15:04.686Z Downloading crates ...
1202024-10-16T19:15:04.813Z Downloaded assert_matches v1.5.0
1212024-10-16T19:15:04.835Z Downloaded atty v0.2.14
1222024-10-16T19:15:04.835Z Downloaded cipher v0.4.4
1232024-10-16T19:15:04.835Z Downloaded futures-sink v0.3.31
1242024-10-16T19:15:04.835Z Downloaded foreign-types v0.3.2
1252024-10-16T19:15:04.835Z Downloaded funty v2.0.0
1262024-10-16T19:15:04.835Z Downloaded foreign-types-macros v0.2.3
1272024-10-16T19:15:04.835Z Downloaded ff v0.13.0
1282024-10-16T19:15:04.835Z Downloaded float-ord v0.3.2
1292024-10-16T19:15:04.835Z Downloaded ciborium-io v0.2.2
1302024-10-16T19:15:04.836Z Downloaded async-global-executor v2.4.1
1312024-10-16T19:15:04.836Z Downloaded cfg_aliases v0.1.1
1322024-10-16T19:15:04.836Z Downloaded foreign-types-shared v0.3.1
1332024-10-16T19:15:04.837Z Downloaded adler2 v2.0.0
1342024-10-16T19:15:04.837Z Downloaded headers-core v0.3.0
1352024-10-16T19:15:04.837Z Downloaded atomic-waker v1.1.2
1362024-10-16T19:15:04.837Z Downloaded async-stream v0.3.6
1372024-10-16T19:15:04.846Z Downloaded assert-json-diff v2.0.2
1382024-10-16T19:15:04.846Z Downloaded ident_case v1.0.1
1392024-10-16T19:15:04.846Z Downloaded hubpack_derive v0.1.1
1402024-10-16T19:15:04.846Z Downloaded base16ct v0.2.0
1412024-10-16T19:15:04.846Z Downloaded async-signal v0.2.10
1422024-10-16T19:15:04.846Z Downloaded guppy-workspace-hack v0.1.0
1432024-10-16T19:15:04.846Z Downloaded futures-timer v3.0.3
1442024-10-16T19:15:04.846Z Downloaded fragile v2.0.0
1452024-10-16T19:15:04.847Z Downloaded futures-lite v2.3.0
1462024-10-16T19:15:04.847Z Downloaded cargo-platform v0.1.8
1472024-10-16T19:15:04.852Z Downloaded http-body-util v0.1.2
1482024-10-16T19:15:04.852Z Downloaded ghash v0.5.1
1492024-10-16T19:15:04.852Z Downloaded block-buffer v0.10.4
1502024-10-16T19:15:04.852Z Downloaded cassowary v0.3.0
1512024-10-16T19:15:04.852Z Downloaded addr2line v0.24.2
1522024-10-16T19:15:04.852Z Downloaded http-body v0.4.6
1532024-10-16T19:15:04.859Z Downloaded home v0.5.9
1542024-10-16T19:15:04.859Z Downloaded fixedbitset v0.4.2
1552024-10-16T19:15:04.860Z Downloaded hash32 v0.3.1
1562024-10-16T19:15:04.860Z Downloaded hubpack v0.1.2
1572024-10-16T19:15:04.860Z Downloaded parse-size v1.0.0
1582024-10-16T19:15:04.864Z Downloaded futures-channel v0.3.31
1592024-10-16T19:15:04.865Z Downloaded filetime v0.2.25
1602024-10-16T19:15:04.865Z Downloaded hostname v0.4.0
1612024-10-16T19:15:04.876Z Downloaded globset v0.4.15
1622024-10-16T19:15:04.876Z Downloaded async-process v2.3.0
1632024-10-16T19:15:04.876Z Downloaded castaway v0.2.3
1642024-10-16T19:15:04.877Z Downloaded hashlink v0.9.1
1652024-10-16T19:15:04.880Z Downloaded hyper-staticfile v0.10.1
1662024-10-16T19:15:04.880Z Downloaded async-stream-impl v0.3.6
1672024-10-16T19:15:04.881Z Downloaded async-object-pool v0.1.5
1682024-10-16T19:15:04.881Z Downloaded hyper-rustls v0.26.0
1692024-10-16T19:15:04.885Z Downloaded foreign-types-shared v0.1.1
1702024-10-16T19:15:04.885Z Downloaded arrayref v0.3.9
1712024-10-16T19:15:04.885Z Downloaded atomicwrites v0.4.4
1722024-10-16T19:15:04.892Z Downloaded httparse v1.9.5
1732024-10-16T19:15:04.892Z Downloaded fallible-streaming-iterator v0.1.9
1742024-10-16T19:15:04.892Z Downloaded http-body v1.0.1
1752024-10-16T19:15:04.892Z Downloaded bcs v0.1.6
1762024-10-16T19:15:04.899Z Downloaded cfg_aliases v0.2.1
1772024-10-16T19:15:04.900Z Downloaded http-range v0.1.5
1782024-10-16T19:15:04.900Z Downloaded ahash v0.8.11
1792024-10-16T19:15:04.909Z Downloaded bitfield v0.14.0
1802024-10-16T19:15:04.909Z Downloaded hex v0.4.3
1812024-10-16T19:15:04.910Z Downloaded parse-display v0.10.0
1822024-10-16T19:15:04.910Z Downloaded hickory-client v0.24.1
1832024-10-16T19:15:04.910Z Downloaded fatfs v0.3.6
1842024-10-16T19:15:04.926Z Downloaded half v2.4.1
1852024-10-16T19:15:04.926Z Downloaded blake2b_simd v1.0.2
1862024-10-16T19:15:04.926Z Downloaded async-task v4.7.1
1872024-10-16T19:15:04.931Z Downloaded aead v0.5.2
1882024-10-16T19:15:04.932Z Downloaded scroll_derive v0.12.0
1892024-10-16T19:15:04.932Z Downloaded olpc-cjson v0.1.4
1902024-10-16T19:15:04.932Z Downloaded futures-task v0.3.31
1912024-10-16T19:15:04.932Z Downloaded futures-core v0.3.31
1922024-10-16T19:15:04.932Z Downloaded fs-err v2.11.0
1932024-10-16T19:15:04.932Z Downloaded form_urlencoded v1.2.1
1942024-10-16T19:15:04.932Z Downloaded foldhash v0.1.3
1952024-10-16T19:15:04.932Z Downloaded hostname v0.3.1
1962024-10-16T19:15:04.932Z Downloaded heck v0.3.3
1972024-10-16T19:15:04.937Z Downloaded httpdate v1.0.3
1982024-10-16T19:15:04.937Z Downloaded autocfg v1.4.0
1992024-10-16T19:15:04.937Z Downloaded async-channel v1.9.0
2002024-10-16T19:15:04.940Z Downloaded bb8 v0.8.5
2012024-10-16T19:15:04.940Z Downloaded strum v0.26.3
2022024-10-16T19:15:04.940Z Downloaded async-recursion v1.1.1
2032024-10-16T19:15:04.945Z Downloaded glob v0.3.1
2042024-10-16T19:15:04.968Z Downloaded cast v0.3.0
2052024-10-16T19:15:04.968Z Downloaded hyper-tls v0.6.0
2062024-10-16T19:15:04.968Z Downloaded ciborium-ll v0.2.2
2072024-10-16T19:15:04.968Z Downloaded hash32 v0.2.1
2082024-10-16T19:15:04.968Z Downloaded cbc v0.1.2
2092024-10-16T19:15:04.968Z Downloaded sigpipe v0.1.3
2102024-10-16T19:15:04.968Z Downloaded cargo_metadata v0.18.1
2112024-10-16T19:15:04.989Z Downloaded humantime v2.1.0
2122024-10-16T19:15:04.989Z Downloaded heck v0.5.0
2132024-10-16T19:15:04.989Z Downloaded cfg-expr v0.17.0
2142024-10-16T19:15:04.989Z Downloaded hyper-util v0.1.9
2152024-10-16T19:15:04.990Z Downloaded cfg-if v1.0.0
2162024-10-16T19:15:04.990Z Downloaded waitgroup v0.1.2
2172024-10-16T19:15:04.990Z Downloaded rpassword v7.3.1
2182024-10-16T19:15:04.990Z Downloaded structmeta-derive v0.3.0
2192024-10-16T19:15:04.990Z Downloaded scrypt v0.11.0
2202024-10-16T19:15:04.990Z Downloaded pin-utils v0.1.0
2212024-10-16T19:15:04.990Z Downloaded rustfmt-wrapper v0.2.1
2222024-10-16T19:15:04.990Z Downloaded async-executor v1.13.1
2232024-10-16T19:15:04.991Z Downloaded argon2 v0.5.3
2242024-10-16T19:15:04.995Z Downloaded powerfmt v0.2.0
2252024-10-16T19:15:04.995Z Downloaded ppv-lite86 v0.2.20
2262024-10-16T19:15:04.995Z Downloaded ascii-canvas v3.0.0
2272024-10-16T19:15:04.995Z Downloaded foreign-types v0.5.0
2282024-10-16T19:15:04.996Z Downloaded siphasher v0.3.11
2292024-10-16T19:15:04.996Z Downloaded camino-tempfile v1.1.1
2302024-10-16T19:15:04.996Z Downloaded highway v1.2.0
2312024-10-16T19:15:04.996Z Downloaded getrandom v0.2.15
2322024-10-16T19:15:05.004Z Downloaded serde_regex v1.1.0
2332024-10-16T19:15:05.004Z Downloaded strum_macros v0.25.3
2342024-10-16T19:15:05.025Z Downloaded stable_deref_trait v1.2.0
2352024-10-16T19:15:05.025Z Downloaded hyper-rustls v0.27.3
2362024-10-16T19:15:05.025Z Downloaded cancel-safe-futures v0.1.5
2372024-10-16T19:15:05.025Z Downloaded cexpr v0.6.0
2382024-10-16T19:15:05.025Z Downloaded camino v1.1.9
2392024-10-16T19:15:05.025Z Downloaded cstr-argument v0.1.2
2402024-10-16T19:15:05.026Z Downloaded thread-id v4.2.2
2412024-10-16T19:15:05.026Z Downloaded iana-time-zone v0.1.61
2422024-10-16T19:15:05.040Z Downloaded darling_macro v0.20.10
2432024-10-16T19:15:05.040Z Downloaded dtrace-parser v0.2.0
2442024-10-16T19:15:05.040Z Downloaded packed_struct v0.10.1
2452024-10-16T19:15:05.040Z Downloaded ciborium v0.2.2
2462024-10-16T19:15:05.041Z Downloaded derive_builder_macro v0.20.2
2472024-10-16T19:15:05.041Z Downloaded structmeta-derive v0.2.0
2482024-10-16T19:15:05.041Z Downloaded cc v1.1.30
2492024-10-16T19:15:05.041Z Downloaded structmeta v0.3.0
2502024-10-16T19:15:05.041Z Downloaded unicase v2.7.0
2512024-10-16T19:15:05.041Z Downloaded typify-macro v0.2.0
2522024-10-16T19:15:05.041Z Downloaded thiserror v1.0.64
2532024-10-16T19:15:05.048Z Downloaded pest_derive v2.7.14
2542024-10-16T19:15:05.048Z Downloaded slab v0.4.9
2552024-10-16T19:15:05.052Z Downloaded normalize-line-endings v0.3.0
2562024-10-16T19:15:05.052Z Downloaded postgres-types v0.2.8
2572024-10-16T19:15:05.052Z Downloaded postgres-protocol v0.6.7
2582024-10-16T19:15:05.059Z Downloaded hmac v0.12.1
2592024-10-16T19:15:05.059Z Downloaded snafu-derive v0.8.5
2602024-10-16T19:15:05.059Z Downloaded openssl-probe v0.1.5
2612024-10-16T19:15:05.059Z Downloaded openssl-macros v0.1.1
2622024-10-16T19:15:05.062Z Downloaded criterion-plot v0.5.0
2632024-10-16T19:15:05.065Z Downloaded futures v0.3.31
2642024-10-16T19:15:05.070Z Downloaded wait-timeout v0.2.0
2652024-10-16T19:15:05.073Z Downloaded zone v0.3.0
2662024-10-16T19:15:05.073Z Downloaded blake2 v0.10.6
2672024-10-16T19:15:05.078Z Downloaded bitflags v2.6.0
2682024-10-16T19:15:05.080Z Downloaded path-slash v0.1.5
2692024-10-16T19:15:05.080Z Downloaded phf_shared v0.10.0
2702024-10-16T19:15:05.083Z Downloaded oso v0.27.3
2712024-10-16T19:15:05.086Z Downloaded env_filter v0.1.2
2722024-10-16T19:15:05.089Z Downloaded indoc v1.0.9
2732024-10-16T19:15:05.092Z Downloaded defmt-parser v0.3.4
2742024-10-16T19:15:05.092Z Downloaded arc-swap v1.7.1
2752024-10-16T19:15:05.096Z Downloaded crypto-common v0.1.6
2762024-10-16T19:15:05.099Z Downloaded allocator-api2 v0.2.18
2772024-10-16T19:15:05.101Z Downloaded base64 v0.21.7
2782024-10-16T19:15:05.106Z Downloaded lazy_static v1.5.0
2792024-10-16T19:15:05.108Z Downloaded tower-service v0.3.3
2802024-10-16T19:15:05.111Z Downloaded signal-hook-tokio v0.3.1
2812024-10-16T19:15:05.111Z Downloaded time-core v0.1.2
2822024-10-16T19:15:05.113Z Downloaded pest_generator v2.7.14
2832024-10-16T19:15:05.116Z Downloaded nodrop v0.1.14
2842024-10-16T19:15:05.116Z Downloaded pkg-config v0.3.31
2852024-10-16T19:15:05.119Z Downloaded memoffset v0.9.1
2862024-10-16T19:15:05.119Z Downloaded md-5 v0.10.6
2872024-10-16T19:15:05.121Z Downloaded num_enum_derive v0.5.11
2882024-10-16T19:15:05.124Z Downloaded memmap v0.7.0
2892024-10-16T19:15:05.124Z Downloaded typify v0.2.0
2902024-10-16T19:15:05.127Z Downloaded pin-project-lite v0.2.14
2912024-10-16T19:15:05.133Z Downloaded hashbrown v0.12.3
2922024-10-16T19:15:05.138Z Downloaded proc-macro-crate v3.2.0
2932024-10-16T19:15:05.140Z Downloaded usdt-macro v0.5.0
2942024-10-16T19:15:05.154Z Downloaded flume v0.11.0
2952024-10-16T19:15:05.154Z Downloaded primeorder v0.13.6
2962024-10-16T19:15:05.154Z Downloaded rustls-pemfile v1.0.4
2972024-10-16T19:15:05.154Z Downloaded signal-hook-registry v1.4.2
2982024-10-16T19:15:05.154Z Downloaded jobserver v0.1.32
2992024-10-16T19:15:05.158Z Downloaded textwrap v0.16.1
3002024-10-16T19:15:05.158Z Downloaded ucd-trie v0.1.7
3012024-10-16T19:15:05.162Z Downloaded heapless v0.7.17
3022024-10-16T19:15:05.167Z Downloaded instant v0.1.13
3032024-10-16T19:15:05.172Z Downloaded equivalent v1.0.1
3042024-10-16T19:15:05.172Z Downloaded serde-hex v0.1.0
3052024-10-16T19:15:05.172Z Downloaded stringmetrics v2.2.2
3062024-10-16T19:15:05.176Z Downloaded termios v0.3.3
3072024-10-16T19:15:05.176Z Downloaded twox-hash v1.6.3
3082024-10-16T19:15:05.182Z Downloaded tiny-keccak v2.0.2
3092024-10-16T19:15:05.182Z Downloaded pkcs8 v0.10.2
3102024-10-16T19:15:05.188Z Downloaded const-oid v0.9.6
3112024-10-16T19:15:05.188Z Downloaded memmap2 v0.9.5
3122024-10-16T19:15:05.188Z Downloaded newtype_derive v0.1.6
3132024-10-16T19:15:05.191Z Downloaded newline-converter v0.3.0
3142024-10-16T19:15:05.191Z Downloaded heapless v0.8.0
3152024-10-16T19:15:05.206Z Downloaded target-spec v3.2.2
3162024-10-16T19:15:05.211Z Downloaded r2d2 v0.8.10
3172024-10-16T19:15:05.211Z Downloaded paste v1.0.15
3182024-10-16T19:15:05.211Z Downloaded crossbeam-deque v0.8.5
3192024-10-16T19:15:05.211Z Downloaded plotters-svg v0.3.7
3202024-10-16T19:15:05.211Z Downloaded xattr v1.3.1
3212024-10-16T19:15:05.211Z Downloaded dirs-sys-next v0.1.2
3222024-10-16T19:15:05.211Z Downloaded indexmap v1.9.3
3232024-10-16T19:15:05.215Z Downloaded ron v0.8.1
3242024-10-16T19:15:05.224Z Downloaded tokio-tungstenite v0.23.1
3252024-10-16T19:15:05.231Z Downloaded peg-runtime v0.8.3
3262024-10-16T19:15:05.231Z Downloaded russh-cryptovec v0.7.3
3272024-10-16T19:15:05.231Z Downloaded linked-hash-map v0.5.6
3282024-10-16T19:15:05.238Z Downloaded enum-as-inner v0.5.1
3292024-10-16T19:15:05.238Z Downloaded spin v0.9.8
3302024-10-16T19:15:05.238Z Downloaded linear-map v1.2.0
3312024-10-16T19:15:05.238Z Downloaded dirs-next v2.0.0
3322024-10-16T19:15:05.268Z Downloaded internet-checksum v0.2.1
3332024-10-16T19:15:05.268Z Downloaded snafu v0.8.5
3342024-10-16T19:15:05.280Z Downloaded sync_wrapper v1.0.1
3352024-10-16T19:15:05.280Z Downloaded toolchain_find v0.4.0
3362024-10-16T19:15:05.280Z Downloaded backtrace v0.3.74
3372024-10-16T19:15:05.280Z Downloaded ena v0.14.3
3382024-10-16T19:15:05.280Z Downloaded newtype-uuid v1.1.2
3392024-10-16T19:15:05.280Z Downloaded libsw v3.3.1
3402024-10-16T19:15:05.280Z Downloaded libefi-sys v0.1.0
3412024-10-16T19:15:05.280Z Downloaded swrite v0.1.0
3422024-10-16T19:15:05.280Z Downloaded rand_chacha v0.3.1
3432024-10-16T19:15:05.280Z Downloaded progenitor-macro v0.8.0
3442024-10-16T19:15:05.280Z Downloaded rustls-pki-types v1.9.0
3452024-10-16T19:15:05.281Z Downloaded resolv-conf v0.7.0
3462024-10-16T19:15:05.281Z Downloaded num-iter v0.1.45
3472024-10-16T19:15:05.286Z Downloaded vsss-rs v3.3.4
3482024-10-16T19:15:05.286Z Downloaded hashbrown v0.13.2
3492024-10-16T19:15:05.286Z Downloaded indicatif v0.17.8
3502024-10-16T19:15:05.314Z Downloaded vte_generate_state_changes v0.1.2
3512024-10-16T19:15:05.314Z Downloaded plotters-backend v0.3.7
3522024-10-16T19:15:05.315Z Downloaded peg v0.8.4
3532024-10-16T19:15:05.380Z Downloaded progenitor-client v0.8.0
3542024-10-16T19:15:05.381Z Downloaded tokio-native-tls v0.3.1
3552024-10-16T19:15:05.382Z Downloaded slog-envlogger v2.2.0
3562024-10-16T19:15:05.382Z Downloaded num-rational v0.4.2
3572024-10-16T19:15:05.382Z Downloaded rand_distr v0.4.3
3582024-10-16T19:15:05.382Z Downloaded crc32fast v1.4.2
3592024-10-16T19:15:05.382Z Downloaded hashbrown v0.14.5
3602024-10-16T19:15:05.382Z Downloaded string_cache v0.8.7
3612024-10-16T19:15:05.382Z Downloaded new_debug_unreachable v1.0.6
3622024-10-16T19:15:05.383Z Downloaded crc v3.2.1
3632024-10-16T19:15:05.383Z Downloaded indexmap v2.6.0
3642024-10-16T19:15:05.383Z Downloaded serde_derive v1.0.210
3652024-10-16T19:15:05.403Z Downloaded take_mut v0.2.2
3662024-10-16T19:15:05.404Z Downloaded trybuild v1.0.100
3672024-10-16T19:15:05.404Z Downloaded smallvec v0.6.14
3682024-10-16T19:15:05.404Z Downloaded event-listener v2.5.3
3692024-10-16T19:15:05.404Z Downloaded parking_lot_core v0.9.10
3702024-10-16T19:15:05.404Z Downloaded prettyplease v0.2.22
3712024-10-16T19:15:05.404Z Downloaded kv-log-macro v1.0.7
3722024-10-16T19:15:05.404Z Downloaded termtree v0.4.1
3732024-10-16T19:15:05.404Z Downloaded packed_struct_codegen v0.10.1
3742024-10-16T19:15:05.405Z Downloaded constant_time_eq v0.3.1
3752024-10-16T19:15:05.405Z Downloaded xz2 v0.1.7
3762024-10-16T19:15:05.405Z Downloaded progenitor-impl v0.8.0
3772024-10-16T19:15:05.405Z Downloaded crucible-workspace-hack v0.1.0
3782024-10-16T19:15:05.405Z Downloaded curve25519-dalek-derive v0.1.1
3792024-10-16T19:15:05.406Z Downloaded nibble_vec v0.1.0
3802024-10-16T19:15:05.407Z Downloaded crunchy v0.2.2
3812024-10-16T19:15:05.407Z Downloaded progenitor v0.8.0
3822024-10-16T19:15:05.407Z Downloaded rustls-native-certs v0.7.3
3832024-10-16T19:15:05.407Z Downloaded piper v0.2.4
3842024-10-16T19:15:05.407Z Downloaded rustc-hash v2.0.0
3852024-10-16T19:15:05.407Z Downloaded yasna v0.5.2
3862024-10-16T19:15:05.407Z Downloaded serde_derive_internals v0.29.1
3872024-10-16T19:15:05.408Z Downloaded x509-cert v0.2.5
3882024-10-16T19:15:05.408Z Downloaded usdt-impl v0.5.0
3892024-10-16T19:15:05.408Z Downloaded escape8259 v0.5.3
3902024-10-16T19:15:05.408Z Downloaded darling v0.20.10
3912024-10-16T19:15:05.424Z Downloaded serde_repr v0.1.19
3922024-10-16T19:15:05.424Z Downloaded spki v0.7.3
3932024-10-16T19:15:05.424Z Downloaded tungstenite v0.23.0
3942024-10-16T19:15:05.425Z Downloaded p521 v0.13.3
3952024-10-16T19:15:05.425Z Downloaded secrecy v0.8.0
3962024-10-16T19:15:05.425Z Downloaded toml_datetime v0.6.8
3972024-10-16T19:15:05.425Z Downloaded compact_str v0.8.0
3982024-10-16T19:15:05.439Z Downloaded is_terminal_polyfill v1.70.1
3992024-10-16T19:15:05.439Z Downloaded oso-derive v0.27.3
4002024-10-16T19:15:05.439Z Downloaded ssh-key v0.6.6
4012024-10-16T19:15:05.439Z Downloaded tabled_derive v0.7.0
4022024-10-16T19:15:05.439Z Downloaded want v0.3.1
4032024-10-16T19:15:05.439Z Downloaded untrusted v0.9.0
4042024-10-16T19:15:05.439Z Downloaded which v4.4.2
4052024-10-16T19:15:05.447Z Downloaded mime_guess v2.0.5
4062024-10-16T19:15:05.447Z Downloaded ecdsa v0.16.9
4072024-10-16T19:15:05.447Z Downloaded crc-any v2.5.0
4082024-10-16T19:15:05.448Z Downloaded memchr v2.7.4
4092024-10-16T19:15:05.448Z Downloaded plotters v0.3.7
4102024-10-16T19:15:05.465Z Downloaded serde_path_to_error v0.1.16
4112024-10-16T19:15:05.509Z Downloaded sqlparser_derive v0.2.2
4122024-10-16T19:15:05.509Z Downloaded usdt-attr-macro v0.5.0
4132024-10-16T19:15:05.510Z Downloaded errno v0.3.9
4142024-10-16T19:15:05.510Z Downloaded num-conv v0.1.0
4152024-10-16T19:15:05.510Z Downloaded hashbrown v0.15.0
4162024-10-16T19:15:05.510Z Downloaded owo-colors v4.1.0
4172024-10-16T19:15:05.510Z Downloaded proc-macro-error-attr v1.0.4
4182024-10-16T19:15:05.510Z Downloaded percent-encoding v2.3.1
4192024-10-16T19:15:05.510Z Downloaded hyper v1.4.1
4202024-10-16T19:15:05.510Z Downloaded nanorand v0.7.0
4212024-10-16T19:15:05.522Z Downloaded precomputed-hash v0.1.1
4222024-10-16T19:15:05.523Z Downloaded pem v3.0.4
4232024-10-16T19:15:05.523Z Downloaded crossbeam-channel v0.5.13
4242024-10-16T19:15:05.523Z Downloaded multimap v0.10.0
4252024-10-16T19:15:05.523Z Downloaded strsim v0.11.1
4262024-10-16T19:15:05.523Z Downloaded futures-util v0.3.31
4272024-10-16T19:15:05.524Z Downloaded rand v0.8.5
4282024-10-16T19:15:05.524Z Downloaded unicode-linebreak v0.1.5
4292024-10-16T19:15:05.524Z Downloaded socket2 v0.5.7
4302024-10-16T19:15:05.524Z Downloaded ssh-encoding v0.2.0
4312024-10-16T19:15:05.587Z Downloaded darling_core v0.20.10
4322024-10-16T19:15:05.587Z Downloaded ipnetwork v0.20.0
4332024-10-16T19:15:05.587Z Downloaded whoami v1.5.2
4342024-10-16T19:15:05.587Z Downloaded slog-scope v4.4.0
4352024-10-16T19:15:05.588Z Downloaded serde_spanned v0.6.8
4362024-10-16T19:15:05.588Z Downloaded ssh-cipher v0.2.0
4372024-10-16T19:15:05.588Z Downloaded toml v0.8.19
4382024-10-16T19:15:05.588Z Downloaded sqlformat v0.2.6
4392024-10-16T19:15:05.588Z Downloaded utf8parse v0.2.2
4402024-10-16T19:15:05.588Z Downloaded deranged v0.3.11
4412024-10-16T19:15:05.607Z Downloaded native-tls v0.2.12
4422024-10-16T19:15:05.608Z Downloaded papergrid v0.11.0
4432024-10-16T19:15:05.608Z Downloaded rfc6979 v0.4.0
4442024-10-16T19:15:05.608Z Downloaded colorchoice v1.0.2
4452024-10-16T19:15:05.608Z Downloaded aho-corasick v1.1.3
4462024-10-16T19:15:05.608Z Downloaded rusty-fork v0.3.0
4472024-10-16T19:15:05.609Z Downloaded rustversion v1.0.17
4482024-10-16T19:15:05.609Z Downloaded plain v0.2.3
4492024-10-16T19:15:05.609Z Downloaded rayon v1.10.0
4502024-10-16T19:15:05.609Z Downloaded mockall v0.13.0
4512024-10-16T19:15:05.609Z Downloaded slog-json v2.6.1
4522024-10-16T19:15:05.610Z Downloaded quick-xml v0.33.0
4532024-10-16T19:15:05.610Z Downloaded phf_generator v0.11.2
4542024-10-16T19:15:05.610Z Downloaded display-error-chain v0.2.1
4552024-10-16T19:15:05.610Z Downloaded doc-comment v0.3.3
4562024-10-16T19:15:05.611Z Downloaded parking_lot v0.11.2
4572024-10-16T19:15:05.611Z Downloaded indoc v2.0.5
4582024-10-16T19:15:05.611Z Downloaded convert_case v0.4.0
4592024-10-16T19:15:05.631Z Downloaded slog-bunyan v2.5.0
4602024-10-16T19:15:05.631Z Downloaded slog-async v2.8.0
4612024-10-16T19:15:05.631Z Downloaded zone_cfg_derive v0.3.0
4622024-10-16T19:15:05.632Z Downloaded once_cell v1.20.2
4632024-10-16T19:15:05.632Z Downloaded git2 v0.19.0
4642024-10-16T19:15:05.632Z Downloaded tokio-rustls v0.26.0
4652024-10-16T19:15:05.632Z Downloaded num_threads v0.1.7
4662024-10-16T19:15:05.650Z Downloaded nested v0.1.1
4672024-10-16T19:15:05.651Z Downloaded yansi v1.0.1
4682024-10-16T19:15:05.651Z Downloaded sec1 v0.7.3
4692024-10-16T19:15:05.651Z Downloaded goblin v0.8.2
4702024-10-16T19:15:05.652Z Downloaded zerocopy v0.6.6
4712024-10-16T19:15:05.652Z Downloaded tinyvec_macros v0.1.1
4722024-10-16T19:15:05.652Z Downloaded slog-dtrace v0.3.0
4732024-10-16T19:15:05.657Z Downloaded tls_codec_derive v0.4.1
4742024-10-16T19:15:05.686Z Downloaded pathdiff v0.2.2
4752024-10-16T19:15:05.687Z Downloaded quinn-udp v0.5.5
4762024-10-16T19:15:05.687Z Downloaded phf v0.11.2
4772024-10-16T19:15:05.687Z Downloaded universal-hash v0.5.1
4782024-10-16T19:15:05.687Z Downloaded try-lock v0.2.5
4792024-10-16T19:15:05.687Z Downloaded cookie_store v0.21.0
4802024-10-16T19:15:05.687Z Downloaded salty v0.3.0
4812024-10-16T19:15:05.691Z Downloaded is-terminal v0.4.13
4822024-10-16T19:15:05.691Z Downloaded match_cfg v0.1.0
4832024-10-16T19:15:05.691Z Downloaded poly1305 v0.8.0
4842024-10-16T19:15:05.692Z Downloaded difflib v0.4.0
4852024-10-16T19:15:05.692Z Downloaded const_format_proc_macros v0.2.33
4862024-10-16T19:15:05.692Z Downloaded pretty-hex v0.4.1
4872024-10-16T19:15:05.692Z Downloaded num_enum v0.5.11
4882024-10-16T19:15:05.692Z Downloaded num_cpus v1.16.0
4892024-10-16T19:15:05.717Z Downloaded zone_cfg_derive v0.1.2
4902024-10-16T19:15:05.717Z Downloaded tls_codec v0.4.1
4912024-10-16T19:15:05.717Z Downloaded crypto-bigint v0.5.5
4922024-10-16T19:15:05.717Z Downloaded derive-where v1.2.7
4932024-10-16T19:15:05.717Z Downloaded defmt-macros v0.3.9
4942024-10-16T19:15:05.717Z Downloaded diesel_table_macro_syntax v0.2.0
4952024-10-16T19:15:05.741Z Downloaded number_prefix v0.4.0
4962024-10-16T19:15:05.741Z Downloaded libloading v0.8.5
4972024-10-16T19:15:05.741Z Downloaded num-derive v0.4.2
4982024-10-16T19:15:05.741Z Downloaded pretty-hex v0.2.1
4992024-10-16T19:15:05.742Z Downloaded cpufeatures v0.2.14
5002024-10-16T19:15:05.742Z Downloaded cobs v0.2.3
5012024-10-16T19:15:05.742Z Downloaded unicode-xid v0.2.6
5022024-10-16T19:15:05.742Z Downloaded managed v0.8.0
5032024-10-16T19:15:05.742Z Downloaded clap_derive v4.5.18
5042024-10-16T19:15:05.742Z Downloaded quote v1.0.37
5052024-10-16T19:15:05.742Z Downloaded cookie v0.18.1
5062024-10-16T19:15:05.742Z Downloaded downcast v0.11.0
5072024-10-16T19:15:05.742Z Downloaded serde_with_macros v3.11.0
5082024-10-16T19:15:05.742Z Downloaded topological-sort v0.2.2
5092024-10-16T19:15:05.743Z Downloaded term v0.7.0
5102024-10-16T19:15:05.762Z Downloaded dhcproto-macros v0.1.0
5112024-10-16T19:15:05.763Z Downloaded strum_macros v0.26.4
5122024-10-16T19:15:05.763Z Downloaded matches v0.1.10
5132024-10-16T19:15:05.763Z Downloaded smawk v0.3.2
5142024-10-16T19:15:05.763Z Downloaded terminal_size v0.4.0
5152024-10-16T19:15:05.763Z Downloaded tap v1.0.1
5162024-10-16T19:15:05.763Z Downloaded defmt v0.3.8
5172024-10-16T19:15:05.764Z Downloaded slog-stdlog v4.1.1
5182024-10-16T19:15:05.764Z Downloaded shlex v1.3.0
5192024-10-16T19:15:05.764Z Downloaded path-tree v0.8.1
5202024-10-16T19:15:05.781Z Downloaded target-lexicon v0.12.16
5212024-10-16T19:15:05.781Z Downloaded slog v2.7.0
5222024-10-16T19:15:05.781Z Downloaded event-listener-strategy v0.5.2
5232024-10-16T19:15:05.781Z Downloaded relative-path v1.9.3
5242024-10-16T19:15:05.781Z Downloaded chrono v0.4.38
5252024-10-16T19:15:05.781Z Downloaded diff v0.1.13
5262024-10-16T19:15:05.782Z Downloaded opaque-debug v0.3.1
5272024-10-16T19:15:05.782Z Downloaded log v0.4.22
5282024-10-16T19:15:05.811Z Downloaded shell-words v1.1.0
5292024-10-16T19:15:05.811Z Downloaded predicates-tree v1.0.11
5302024-10-16T19:15:05.811Z Downloaded dof v0.3.0
5312024-10-16T19:15:05.814Z Downloaded mime v0.3.17
5322024-10-16T19:15:05.814Z Downloaded maybe-uninit v2.0.0
5332024-10-16T19:15:05.814Z Downloaded lru-cache v0.1.2
5342024-10-16T19:15:05.815Z Downloaded embedded-io v0.4.0
5352024-10-16T19:15:05.815Z Downloaded blake3 v1.5.4
5362024-10-16T19:15:05.816Z Downloaded macaddr v1.0.1
5372024-10-16T19:15:05.816Z Downloaded same-file v1.0.6
5382024-10-16T19:15:05.829Z Downloaded indent_write v2.2.0
5392024-10-16T19:15:05.830Z Downloaded is_ci v1.2.0
5402024-10-16T19:15:05.830Z Downloaded scheduled-thread-pool v0.2.7
5412024-10-16T19:15:05.830Z Downloaded ryu v1.0.18
5422024-10-16T19:15:05.830Z Downloaded unicode-truncate v1.1.0
5432024-10-16T19:15:05.830Z Downloaded psl-types v2.0.11
5442024-10-16T19:15:05.831Z Downloaded password-hash v0.4.2
5452024-10-16T19:15:05.831Z Downloaded tempfile v3.13.0
5462024-10-16T19:15:05.831Z Downloaded tokio-stream v0.1.16
5472024-10-16T19:15:05.831Z Downloaded fallible-iterator v0.3.0
5482024-10-16T19:15:05.831Z Downloaded untrusted v0.7.1
5492024-10-16T19:15:05.831Z Downloaded rand_xorshift v0.3.0
5502024-10-16T19:15:05.831Z Downloaded der v0.7.9
5512024-10-16T19:15:05.832Z Downloaded rand_core v0.6.4
5522024-10-16T19:15:05.849Z Downloaded tracing v0.1.40
5532024-10-16T19:15:05.849Z Downloaded oorandom v11.1.4
5542024-10-16T19:15:05.849Z Downloaded subtle v2.6.1
5552024-10-16T19:15:05.849Z Downloaded minimal-lexical v0.2.1
5562024-10-16T19:15:05.850Z Downloaded crossbeam-utils v0.8.20
5572024-10-16T19:15:05.850Z Downloaded scopeguard v1.2.0
5582024-10-16T19:15:05.850Z Downloaded fallible-iterator v0.2.0
5592024-10-16T19:15:05.885Z Downloaded crossbeam-epoch v0.9.18
5602024-10-16T19:15:05.886Z Downloaded clap_lex v0.7.2
5612024-10-16T19:15:05.886Z Downloaded zone v0.1.8
5622024-10-16T19:15:05.886Z Downloaded nu-ansi-term v0.50.1
5632024-10-16T19:15:05.886Z Downloaded async-std v1.13.0
5642024-10-16T19:15:05.903Z Downloaded bindgen v0.69.5
5652024-10-16T19:15:05.904Z Downloaded impl-trait-for-tuples v0.2.2
5662024-10-16T19:15:05.904Z Downloaded slog-term v2.9.1
5672024-10-16T19:15:05.904Z Downloaded predicates-core v1.0.8
5682024-10-16T19:15:05.904Z Downloaded parking_lot_core v0.8.6
5692024-10-16T19:15:05.904Z Downloaded parse-zoneinfo v0.3.1
5702024-10-16T19:15:05.904Z Downloaded thread_local v1.1.8
5712024-10-16T19:15:05.905Z Downloaded unicode-normalization v0.1.24
5722024-10-16T19:15:05.905Z Downloaded toml v0.7.8
5732024-10-16T19:15:05.919Z Downloaded dropshot_endpoint v0.12.0
5742024-10-16T19:15:05.919Z Downloaded samael v0.0.17
5752024-10-16T19:15:05.919Z Downloaded rustls-webpki v0.101.7
5762024-10-16T19:15:05.936Z Downloaded tar v0.4.42
5772024-10-16T19:15:05.936Z Downloaded ipnet v2.10.1
5782024-10-16T19:15:05.965Z Downloaded parking_lot v0.12.3
5792024-10-16T19:15:05.965Z Downloaded pest_meta v2.7.14
5802024-10-16T19:15:05.965Z Downloaded sqlparser v0.45.0
5812024-10-16T19:15:05.965Z Downloaded zip v0.6.6
5822024-10-16T19:15:05.965Z Downloaded itertools v0.13.0
5832024-10-16T19:15:06.005Z Downloaded subprocess v0.2.9
5842024-10-16T19:15:06.005Z Downloaded pretty_assertions v1.4.1
5852024-10-16T19:15:06.005Z Downloaded schemars v0.8.21
5862024-10-16T19:15:06.005Z Downloaded tracing-core v0.1.32
5872024-10-16T19:15:06.005Z Downloaded rcgen v0.12.1
5882024-10-16T19:15:06.005Z Downloaded url v2.5.2
5892024-10-16T19:15:06.005Z Downloaded rstest_macros v0.23.0
5902024-10-16T19:15:06.058Z Downloaded libm v0.2.8
5912024-10-16T19:15:06.059Z Downloaded unicode_categories v0.1.1
5922024-10-16T19:15:06.059Z Downloaded winnow v0.5.40
5932024-10-16T19:15:06.059Z Downloaded itertools v0.10.5
5942024-10-16T19:15:06.059Z Downloaded tokio-rustls v0.25.0
5952024-10-16T19:15:06.059Z Downloaded diesel_derives v2.2.3
5962024-10-16T19:15:06.059Z Downloaded proptest v1.5.0
5972024-10-16T19:15:06.119Z Downloaded rustyline v14.0.0
5982024-10-16T19:15:06.119Z Downloaded expectorate v1.1.0
5992024-10-16T19:15:06.119Z Downloaded rusqlite v0.32.1
6002024-10-16T19:15:06.119Z Downloaded num-bigint v0.4.6
6012024-10-16T19:15:06.120Z Downloaded publicsuffix v2.2.3
6022024-10-16T19:15:06.120Z Downloaded typed-path v0.7.1
6032024-10-16T19:15:06.120Z Downloaded serde_with v3.11.0
6042024-10-16T19:15:06.120Z Downloaded lalrpop v0.19.12
6052024-10-16T19:15:06.121Z Downloaded tough v0.17.1
6062024-10-16T19:15:06.206Z Downloaded itertools v0.12.1
6072024-10-16T19:15:06.207Z Downloaded p384 v0.13.0
6082024-10-16T19:15:06.207Z Downloaded num-bigint-dig v0.8.4
6092024-10-16T19:15:06.207Z Downloaded vcpkg v0.2.15
6102024-10-16T19:15:06.253Z Downloaded reqwest v0.11.27
6112024-10-16T19:15:06.253Z Downloaded idna v0.3.0
6122024-10-16T19:15:06.254Z Downloaded webpki-roots v0.26.6
6132024-10-16T19:15:06.254Z Downloaded crossterm v0.28.1
6142024-10-16T19:15:06.254Z Downloaded idna v0.4.0
6152024-10-16T19:15:06.254Z Downloaded nix v0.29.0
6162024-10-16T19:15:06.254Z Downloaded reedline v0.35.0
6172024-10-16T19:15:06.254Z Downloaded regex v1.11.0
6182024-10-16T19:15:06.254Z Downloaded nix v0.28.0
6192024-10-16T19:15:06.255Z Downloaded syn v1.0.109
6202024-10-16T19:15:06.298Z Downloaded zerocopy v0.7.35
6212024-10-16T19:15:06.298Z Downloaded smoltcp v0.11.0
6222024-10-16T19:15:06.298Z Downloaded regress v0.10.1
6232024-10-16T19:15:06.300Z Downloaded regex-syntax v0.6.29
6242024-10-16T19:15:06.324Z Downloaded regress v0.9.1
6252024-10-16T19:15:06.324Z Downloaded quinn-proto v0.11.8
6262024-10-16T19:15:06.324Z Downloaded syn v2.0.79
6272024-10-16T19:15:06.336Z Downloaded trust-dns-proto v0.22.0
6282024-10-16T19:15:06.336Z Downloaded zerocopy-derive v0.6.6
6292024-10-16T19:15:06.341Z Downloaded openapiv3 v2.0.0
6302024-10-16T19:15:06.345Z Downloaded tabled v0.15.0
6312024-10-16T19:15:06.371Z Downloaded rustls-webpki v0.102.8
6322024-10-16T19:15:06.384Z Downloaded object v0.30.4
6332024-10-16T19:15:06.391Z Downloaded rustls v0.23.14
6342024-10-16T19:15:06.404Z Downloaded unicode-width v0.1.14
6352024-10-16T19:15:06.410Z Downloaded smoltcp v0.9.1
6362024-10-16T19:15:06.421Z Downloaded rustls v0.22.4
6372024-10-16T19:15:06.436Z Downloaded dropshot v0.12.0
6382024-10-16T19:15:06.456Z Downloaded rustls v0.21.12
6392024-10-16T19:15:06.467Z Downloaded typify-impl v0.2.0
6402024-10-16T19:15:06.482Z Downloaded diesel v2.2.4
6412024-10-16T19:15:06.501Z Downloaded bzip2-sys v0.1.11+1.0.8
6422024-10-16T19:15:06.513Z Downloaded sled v0.34.7
6432024-10-16T19:15:06.525Z Downloaded lzma-sys v0.1.20
6442024-10-16T19:15:06.559Z Downloaded regex-automata v0.4.8
6452024-10-16T19:15:06.573Z Downloaded ratatui v0.28.1
6462024-10-16T19:15:06.595Z Downloaded petgraph v0.6.5
6472024-10-16T19:15:06.610Z Downloaded tokio v1.40.0
6482024-10-16T19:15:06.651Z Downloaded csv v1.3.0
6492024-10-16T19:15:06.669Z Downloaded libz-sys v1.1.20
6502024-10-16T19:15:06.692Z Downloaded sha3 v0.10.8
6512024-10-16T19:15:06.695Z Downloaded libc v0.2.159
6522024-10-16T19:15:06.730Z Downloaded chrono-tz v0.10.0
6532024-10-16T19:15:06.733Z Downloaded idna v0.5.0
6542024-10-16T19:15:06.736Z Downloaded curve25519-dalek v4.1.3
6552024-10-16T19:15:06.752Z Downloaded encoding_rs v0.8.34
6562024-10-16T19:15:06.767Z Downloaded httpmock v0.8.0-alpha.1
6572024-10-16T19:15:06.785Z Downloaded bstr v1.10.0
6582024-10-16T19:15:06.794Z Downloaded libgit2-sys v0.17.0+1.8.1
6592024-10-16T19:15:06.850Z Downloaded regex-syntax v0.8.5
6602024-10-16T19:15:06.858Z Downloaded object v0.36.5
6612024-10-16T19:15:06.869Z Downloaded radix_trie v0.2.1
6622024-10-16T19:15:06.874Z Downloaded openssl v0.10.66
6632024-10-16T19:15:06.884Z Downloaded nix v0.27.1
6642024-10-16T19:15:06.896Z Downloaded hickory-proto v0.24.1
6652024-10-16T19:15:06.909Z Downloaded rustix v0.38.37
6662024-10-16T19:15:06.933Z Downloaded idna v0.2.3
6672024-10-16T19:15:06.939Z Downloaded polar-core v0.27.3
6682024-10-16T19:15:06.946Z Downloaded reqwest v0.12.8
6692024-10-16T19:15:06.956Z Downloaded winnow v0.6.20
6702024-10-16T19:15:06.963Z Downloaded dhcproto v0.12.0
6712024-10-16T19:15:06.966Z Downloaded pest v2.7.14
6722024-10-16T19:15:06.971Z Downloaded serde_json v1.0.128
6732024-10-16T19:15:06.979Z Downloaded gimli v0.31.1
6742024-10-16T19:15:06.986Z Downloaded russh v0.45.0
6752024-10-16T19:15:06.993Z Downloaded bitvec v1.0.1
6762024-10-16T19:15:07.006Z Downloaded elliptic-curve v0.13.8
6772024-10-16T19:15:07.009Z Downloaded clang-sys v1.8.1
6782024-10-16T19:15:07.012Z Downloaded clap v4.5.20
6792024-10-16T19:15:07.021Z Downloaded num-traits v0.2.19
6802024-10-16T19:15:07.024Z Downloaded ed25519-dalek v2.1.1
6812024-10-16T19:15:07.029Z Downloaded inout v0.1.3
6822024-10-16T19:15:07.029Z Downloaded num v0.4.3
6832024-10-16T19:15:07.029Z Downloaded vte v0.11.1
6842024-10-16T19:15:07.033Z Downloaded tokio-macros v2.4.0
6852024-10-16T19:15:07.033Z Downloaded threadpool v1.8.1
6862024-10-16T19:15:07.033Z Downloaded smf v0.2.3
6872024-10-16T19:15:07.034Z Downloaded toml_edit v0.19.15
6882024-10-16T19:15:07.047Z Downloaded unicode-ident v1.0.13
6892024-10-16T19:15:07.053Z Downloaded toml_edit v0.22.22
6902024-10-16T19:15:07.071Z Downloaded unicode-segmentation v1.12.0
6912024-10-16T19:15:07.077Z Downloaded clap_builder v4.5.20
6922024-10-16T19:15:07.079Z Downloaded maplit v1.0.2
6932024-10-16T19:15:07.081Z Downloaded predicates v3.1.2
6942024-10-16T19:15:07.084Z Downloaded scroll v0.12.0
6952024-10-16T19:15:07.084Z Downloaded time v0.3.36
6962024-10-16T19:15:07.090Z Downloaded libxml v0.3.3
6972024-10-16T19:15:07.095Z Downloaded colored v2.1.0
6982024-10-16T19:15:07.098Z Downloaded termcolor v1.4.1
6992024-10-16T19:15:07.102Z Downloaded partial-io v0.5.4
7002024-10-16T19:15:07.107Z Downloaded num-complex v0.4.6
7012024-10-16T19:15:07.107Z Downloaded typenum v1.17.0
7022024-10-16T19:15:07.107Z Downloaded portable-atomic v1.9.0
7032024-10-16T19:15:07.112Z Downloaded radium v0.7.0
7042024-10-16T19:15:07.115Z Downloaded lru v0.12.5
7052024-10-16T19:15:07.115Z Downloaded either v1.13.0
7062024-10-16T19:15:07.115Z Downloaded der_derive v0.7.3
7072024-10-16T19:15:07.117Z Downloaded mockall_derive v0.13.0
7082024-10-16T19:15:07.117Z Downloaded pin-project v1.1.6
7092024-10-16T19:15:07.128Z Downloaded p256 v0.13.2
7102024-10-16T19:15:07.131Z Downloaded proc-macro2 v1.0.87
7112024-10-16T19:15:07.134Z Downloaded unicode-bidi v0.3.17
7122024-10-16T19:15:07.137Z Downloaded lock_api v0.4.12
7132024-10-16T19:15:07.137Z Downloaded uuid v1.10.0
7142024-10-16T19:15:07.142Z Downloaded embedded-io v0.6.1
7152024-10-16T19:15:07.151Z Downloaded pem-rfc7468 v0.7.0
7162024-10-16T19:15:07.151Z Downloaded event-listener v5.3.1
7172024-10-16T19:15:07.151Z Downloaded test-strategy v0.3.1
7182024-10-16T19:15:07.151Z Downloaded polyval v0.6.2
7192024-10-16T19:15:07.151Z Downloaded multer v3.1.0
7202024-10-16T19:15:07.155Z Downloaded russh-keys v0.45.0
7212024-10-16T19:15:07.155Z Downloaded tokio-postgres v0.7.12
7222024-10-16T19:15:07.158Z Downloaded usdt v0.5.0
7232024-10-16T19:15:07.163Z Downloaded proc-macro-error v1.0.4
7242024-10-16T19:15:07.163Z Downloaded openssl-sys v0.9.103
7252024-10-16T19:15:07.168Z Downloaded hyper v0.14.30
7262024-10-16T19:15:07.175Z Downloaded nom v7.1.3
7272024-10-16T19:15:07.180Z Downloaded criterion v0.5.1
7282024-10-16T19:15:07.187Z Downloaded mio v1.0.2
7292024-10-16T19:15:07.192Z Downloaded serde_tokenstream v0.2.2
7302024-10-16T19:15:07.194Z Downloaded rtoolbox v0.0.2
7312024-10-16T19:15:07.196Z Downloaded walkdir v2.5.0
7322024-10-16T19:15:07.196Z Downloaded value-bag v1.9.0
7332024-10-16T19:15:07.199Z Downloaded uzers v0.11.3
7342024-10-16T19:15:07.202Z Downloaded steno v0.4.1
7352024-10-16T19:15:07.206Z Downloaded h2 v0.4.6
7362024-10-16T19:15:07.210Z Downloaded static_assertions v1.1.0
7372024-10-16T19:15:07.212Z Downloaded serde_urlencoded v0.7.1
7382024-10-16T19:15:07.215Z Downloaded debug-ignore v1.0.5
7392024-10-16T19:15:07.215Z Downloaded rust-argon2 v2.1.0
7402024-10-16T19:15:07.220Z Downloaded tokio-rustls v0.24.1
7412024-10-16T19:15:07.220Z Downloaded phf_shared v0.11.2
7422024-10-16T19:15:07.220Z Downloaded serde_yaml v0.9.34+deprecated
7432024-10-16T19:15:07.223Z Downloaded csv-core v0.1.11
7442024-10-16T19:15:07.225Z Downloaded unicode-properties v0.1.3
7452024-10-16T19:15:07.225Z Downloaded ctr v0.9.2
7462024-10-16T19:15:07.228Z Downloaded pin-project-internal v1.1.6
7472024-10-16T19:15:07.230Z Downloaded polling v3.7.3
7482024-10-16T19:15:07.232Z Downloaded serde v1.0.210
7492024-10-16T19:15:07.238Z Downloaded tokio-util v0.7.12
7502024-10-16T19:15:07.241Z Downloaded h2 v0.3.26
7512024-10-16T19:15:07.247Z Downloaded rustc-hash v1.1.0
7522024-10-16T19:15:07.252Z Downloaded ref-cast-impl v1.0.23
7532024-10-16T19:15:07.252Z Downloaded ref-cast v1.0.23
7542024-10-16T19:15:07.252Z Downloaded unsafe-libyaml v0.2.11
7552024-10-16T19:15:07.255Z Downloaded guppy v0.17.8
7562024-10-16T19:15:07.259Z Downloaded semver v1.0.23
7572024-10-16T19:15:07.263Z Downloaded semver v0.1.20
7582024-10-16T19:15:07.267Z Downloaded itoa v1.0.11
7592024-10-16T19:15:07.267Z Downloaded miniz_oxide v0.8.0
7602024-10-16T19:15:07.267Z Downloaded lazycell v1.3.0
7612024-10-16T19:15:07.267Z Downloaded keccak v0.1.5
7622024-10-16T19:15:07.270Z Downloaded wyz v0.5.1
7632024-10-16T19:15:07.270Z Downloaded rstest v0.23.0
7642024-10-16T19:15:07.275Z Downloaded hkdf v0.12.4
7652024-10-16T19:15:07.280Z Downloaded pbkdf2 v0.11.0
7662024-10-16T19:15:07.283Z Downloaded ed25519 v2.2.3
7672024-10-16T19:15:07.283Z Downloaded supports-color v3.0.1
7682024-10-16T19:15:07.283Z Downloaded strip-ansi-escapes v0.2.0
7692024-10-16T19:15:07.283Z Downloaded smallvec v1.13.2
7702024-10-16T19:15:07.287Z Downloaded vergen v8.3.2
7712024-10-16T19:15:07.291Z Downloaded num-integer v0.1.46
7722024-10-16T19:15:07.291Z Downloaded signal-hook v0.3.17
7732024-10-16T19:15:07.293Z Downloaded pbkdf2 v0.12.2
7742024-10-16T19:15:07.293Z Downloaded ron v0.7.1
7752024-10-16T19:15:07.296Z Downloaded qorb v0.0.2
7762024-10-16T19:15:07.300Z Downloaded tinyvec v1.8.0
7772024-10-16T19:15:07.305Z Downloaded schemars_derive v0.8.21
7782024-10-16T19:15:07.305Z Downloaded pkcs5 v0.7.1
7792024-10-16T19:15:07.308Z Downloaded const_format v0.2.33
7802024-10-16T19:15:07.314Z Downloaded kstat-rs v0.2.4
7812024-10-16T19:15:07.316Z Downloaded instability v0.3.2
7822024-10-16T19:15:07.317Z Downloaded datatest-stable v0.2.9
7832024-10-16T19:15:07.317Z Downloaded zerocopy-derive v0.7.35
7842024-10-16T19:15:07.326Z Downloaded sync_wrapper v0.1.2
7852024-10-16T19:15:07.328Z Downloaded digest v0.10.7
7862024-10-16T19:15:07.328Z Downloaded http v0.2.12
7872024-10-16T19:15:07.328Z Downloaded time-macros v0.2.18
7882024-10-16T19:15:07.328Z Downloaded omicron-zone-package v0.11.1
7892024-10-16T19:15:07.331Z Downloaded signature v2.2.0
7902024-10-16T19:15:07.334Z Downloaded data-encoding v2.6.0
7912024-10-16T19:15:07.334Z Downloaded crc-catalog v2.4.0
7922024-10-16T19:15:07.338Z Downloaded tinytemplate v1.2.1
7932024-10-16T19:15:07.338Z Downloaded rsa v0.9.6
7942024-10-16T19:15:07.343Z Downloaded chacha20poly1305 v0.10.1
7952024-10-16T19:15:07.345Z Downloaded quinn v0.11.5
7962024-10-16T19:15:07.351Z Downloaded diesel-dtrace v0.3.0
7972024-10-16T19:15:07.355Z Downloaded concurrent-queue v2.5.0
7982024-10-16T19:15:07.355Z Downloaded password-hash v0.5.0
7992024-10-16T19:15:07.355Z Downloaded version_check v0.9.5
8002024-10-16T19:15:07.355Z Downloaded rustls-pemfile v2.2.0
8012024-10-16T19:15:07.357Z Downloaded rustc-demangle v0.1.24
8022024-10-16T19:15:07.362Z Downloaded env_logger v0.10.2
8032024-10-16T19:15:07.362Z Downloaded zeroize_derive v1.4.2
8042024-10-16T19:15:07.362Z Downloaded zeroize v1.8.1
8052024-10-16T19:15:07.364Z Downloaded ring v0.17.8
8062024-10-16T19:15:07.432Z Downloaded tui-tree-widget v0.22.0
8072024-10-16T19:15:07.435Z Downloaded console v0.15.8
8082024-10-16T19:15:07.437Z Downloaded pkcs1 v0.7.5
8092024-10-16T19:15:07.439Z Downloaded parking v2.2.1
8102024-10-16T19:15:07.439Z Downloaded derive_more v0.99.18
8112024-10-16T19:15:07.445Z Downloaded tungstenite v0.21.0
8122024-10-16T19:15:07.448Z Downloaded tabwriter v1.4.0
8132024-10-16T19:15:07.451Z Downloaded stringprep v0.1.5
8142024-10-16T19:15:07.451Z Downloaded signal-hook-mio v0.2.4
8152024-10-16T19:15:07.451Z Downloaded spin v0.5.2
8162024-10-16T19:15:07.453Z Downloaded libtest-mimic v0.7.3
8172024-10-16T19:15:07.453Z Downloaded base64 v0.22.1
8182024-10-16T19:15:07.457Z Downloaded endian-type v0.1.2
8192024-10-16T19:15:07.459Z Downloaded rayon-core v1.12.1
8202024-10-16T19:15:07.461Z Downloaded aes v0.8.4
8212024-10-16T19:15:07.466Z Downloaded postcard v1.0.10
8222024-10-16T19:15:07.468Z Downloaded env_logger v0.11.5
8232024-10-16T19:15:07.471Z Downloaded rand_seeder v0.3.0
8242024-10-16T19:15:07.471Z Downloaded proc-macro-crate v1.3.1
8252024-10-16T19:15:07.476Z Downloaded derive_builder_core v0.20.2
8262024-10-16T19:15:07.476Z Downloaded derive_builder v0.20.2
8272024-10-16T19:15:07.479Z Downloaded similar v2.6.0
8282024-10-16T19:15:07.482Z Downloaded des v0.8.1
8292024-10-16T19:15:07.484Z Downloaded flate2 v1.0.34
8302024-10-16T19:15:07.497Z Downloaded base64 v0.13.1
8312024-10-16T19:15:07.499Z Downloaded headers v0.4.0
8322024-10-16T19:15:07.499Z Downloaded async-io v2.3.4
8332024-10-16T19:15:07.503Z Downloaded strum_macros v0.24.3
8342024-10-16T19:15:07.503Z Downloaded serde-big-array v0.5.1
8352024-10-16T19:15:07.505Z Downloaded hickory-server v0.24.1
8362024-10-16T19:15:07.509Z Downloaded lalrpop-util v0.19.12
8372024-10-16T19:15:07.509Z Downloaded ring v0.16.20
8382024-10-16T19:15:07.593Z Downloaded tracing-attributes v0.1.27
8392024-10-16T19:15:07.595Z Downloaded libsqlite3-sys v0.30.1
8402024-10-16T19:15:07.669Z Downloaded tokio-tungstenite v0.21.0
8412024-10-16T19:15:07.672Z Downloaded enum-as-inner v0.6.1
8422024-10-16T19:15:07.674Z Downloaded dyn-clone v1.0.17
8432024-10-16T19:15:07.674Z Downloaded md5 v0.7.0
8442024-10-16T19:15:07.677Z Downloaded dsl_auto_type v0.1.2
8452024-10-16T19:15:07.677Z Downloaded unarray v0.1.4
8462024-10-16T19:15:07.677Z Downloaded sha2 v0.10.8
8472024-10-16T19:15:07.681Z Downloaded anstream v0.6.15
8482024-10-16T19:15:07.685Z Downloaded utf-8 v0.7.6
8492024-10-16T19:15:07.685Z Downloaded quick-error v1.2.3
8502024-10-16T19:15:07.685Z Downloaded http v1.1.0
8512024-10-16T19:15:07.688Z Downloaded hickory-resolver v0.24.1
8522024-10-16T19:15:07.691Z Downloaded sct v0.7.1
8532024-10-16T19:15:07.695Z Downloaded structmeta v0.2.0
8542024-10-16T19:15:07.698Z Downloaded bzip2 v0.4.4
8552024-10-16T19:15:07.698Z Downloaded thiserror-no-std v2.0.2
8562024-10-16T19:15:07.701Z Downloaded thiserror-impl-no-std v2.0.2
8572024-10-16T19:15:07.704Z Downloaded thiserror-impl v1.0.64
8582024-10-16T19:15:07.704Z Downloaded sha1 v0.10.6
8592024-10-16T19:15:07.706Z Downloaded bytes v1.7.2
8602024-10-16T19:15:07.708Z Downloaded async-trait v0.1.83
8612024-10-16T19:15:07.711Z Downloaded assert_cmd v2.0.16
8622024-10-16T19:15:07.715Z Downloaded anstyle-query v1.1.1
8632024-10-16T19:15:07.715Z Downloaded httptest v0.16.1
8642024-10-16T19:15:07.718Z Downloaded similar-asserts v1.6.0
8652024-10-16T19:15:07.718Z Downloaded serde_plain v1.0.2
8662024-10-16T19:15:07.721Z Downloaded arrayvec v0.7.6
8672024-10-16T19:15:07.721Z Downloaded salsa20 v0.10.2
8682024-10-16T19:15:07.723Z Downloaded rustc_version v0.4.1
8692024-10-16T19:15:07.723Z Downloaded rustc_version v0.1.7
8702024-10-16T19:15:07.725Z Downloaded phf_codegen v0.11.2
8712024-10-16T19:15:07.725Z Downloaded parse-display-derive v0.10.0
8722024-10-16T19:15:07.725Z Downloaded peg-macros v0.8.4
8732024-10-16T19:15:07.728Z Downloaded hex-literal v0.4.1
8742024-10-16T19:15:07.728Z Downloaded bitfield-struct v0.6.2
8752024-10-16T19:15:07.731Z Downloaded aes-gcm v0.10.3
8762024-10-16T19:15:07.734Z Downloaded generic-array v0.14.7
8772024-10-16T19:15:07.734Z Downloaded byteorder v1.5.0
8782024-10-16T19:15:07.736Z Downloaded buf-list v1.0.3
8792024-10-16T19:15:07.738Z Downloaded blowfish v0.9.1
8802024-10-16T19:15:07.738Z Downloaded block-padding v0.3.3
8812024-10-16T19:15:07.738Z Downloaded bit-vec v0.6.3
8822024-10-16T19:15:07.741Z Downloaded futures-io v0.3.31
8832024-10-16T19:15:07.741Z Downloaded flagset v0.4.6
8842024-10-16T19:15:07.744Z Downloaded float-cmp v0.9.0
8852024-10-16T19:15:07.744Z Downloaded futures-macro v0.3.31
8862024-10-16T19:15:07.744Z Downloaded async-attributes v1.1.2
8872024-10-16T19:15:07.746Z Downloaded approx v0.5.1
8882024-10-16T19:15:07.746Z Downloaded fd-lock v4.0.2
8892024-10-16T19:15:07.749Z Downloaded anyhow v1.0.89
8902024-10-16T19:15:07.755Z Downloaded gethostname v0.5.0
8912024-10-16T19:15:07.758Z Downloaded fastrand v2.1.1
8922024-10-16T19:15:07.758Z Downloaded base64ct v1.6.0
8932024-10-16T19:15:07.758Z Downloaded backoff v0.4.0
8942024-10-16T19:15:07.758Z Downloaded chacha20 v0.9.1
8952024-10-16T19:15:07.761Z Downloaded bitflags v1.3.2
8962024-10-16T19:15:07.764Z Downloaded async-lock v3.4.0
8972024-10-16T19:15:07.764Z Downloaded async-bb8-diesel v0.2.1
8982024-10-16T19:15:07.768Z Downloaded heck v0.4.1
8992024-10-16T19:15:07.771Z Downloaded group v0.13.0
9002024-10-16T19:15:07.771Z Downloaded chrono-tz-build v0.4.0
9012024-10-16T19:15:07.772Z Downloaded blocking v1.6.1
9022024-10-16T19:15:07.772Z Downloaded async-channel v2.3.1
9032024-10-16T19:15:07.772Z Downloaded fnv v1.0.7
9042024-10-16T19:15:07.775Z Downloaded bcrypt-pbkdf v0.10.0
9052024-10-16T19:15:07.775Z Downloaded futures-executor v0.3.31
9062024-10-16T19:15:07.775Z Downloaded bytecount v0.6.8
9072024-10-16T19:15:07.778Z Downloaded bit-set v0.5.3
9082024-10-16T19:15:07.779Z Downloaded fancy-regex v0.13.0
9092024-10-16T19:15:07.781Z Downloaded fxhash v0.2.1
9102024-10-16T19:15:07.781Z Downloaded anstyle-parse v0.2.5
9112024-10-16T19:15:07.788Z Downloaded anes v0.1.6
9122024-10-16T19:15:07.791Z Downloaded array-init v0.0.4
9132024-10-16T19:15:07.791Z Downloaded anstyle v1.0.8
9142024-10-16T19:15:08.067Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9152024-10-16T19:15:31.409Z Startup: Refreshing catalog 'helios-dev' ... Done
9162024-10-16T19:15:34.739Z Startup: Caching catalogs ... Done
9172024-10-16T19:15:40.795ZPlanning: Solver setup ... Done (5.330s)
9182024-10-16T19:15:40.875ZPlanning: Running solver ... Done (0.080s)
9192024-10-16T19:15:41.085ZPlanning: Finding local manifests ... Done (0.138s)
9202024-10-16T19:15:41.098ZPlanning: Fetching manifests: 0/5 0% complete
9212024-10-16T19:15:41.327ZPlanning: Fetching manifests: 5/5 100% complete
9222024-10-16T19:15:41.758ZPlanning: Package planning ... Done (0.431s)
9232024-10-16T19:15:41.814ZPlanning: Merging actions ... Done (0.056s)
9242024-10-16T19:15:43.321ZPlanning: Checking for conflicting actions ... Done (1.506s)
9252024-10-16T19:15:52.641ZPlanning: Consolidating action changes ... Done (9.317s)
9262024-10-16T19:15:53.092ZPlanning: Evaluating mediators ... Done (0.451s)
9272024-10-16T19:15:53.235ZPlanning: Planning completed in 18.41 seconds
9282024-10-16T19:15:54.721Z Packages to install: 4
9292024-10-16T19:15:54.721Z Packages to update: 1
9302024-10-16T19:15:54.724Z Mediators to change: 2
9312024-10-16T19:15:54.725Z Services to change: 1
9322024-10-16T19:15:54.725Z Estimated space available: 155.48 GB
9332024-10-16T19:15:54.725ZEstimated space to be consumed: 1.57 GB
9342024-10-16T19:15:54.725Z Create boot environment: No
9352024-10-16T19:15:54.725ZCreate backup boot environment: Yes
9362024-10-16T19:15:54.725Z Rebuild boot archive: No
9372024-10-16T19:15:54.725Z
9382024-10-16T19:15:54.725ZChanged mediators:
9392024-10-16T19:15:54.725Z mediator clang:
9402024-10-16T19:15:54.725Z version: None -> 15 (system default)
9412024-10-16T19:15:54.725Z
9422024-10-16T19:15:54.725Z mediator llvm:
9432024-10-16T19:15:54.725Z version: 14 (system default) -> 15 (system default)
9442024-10-16T19:15:54.725Z
9452024-10-16T19:15:54.725ZChanged packages:
9462024-10-16T19:15:54.725Zhelios-dev
9472024-10-16T19:15:54.725Z developer/build-essential
9482024-10-16T19:15:54.725Z None -> 11-2.0
9492024-10-16T19:15:54.725Z library/libxmlsec1
9502024-10-16T19:15:54.725Z None -> 1.2.35-2.0
9512024-10-16T19:15:54.725Z ooce/developer/clang-15
9522024-10-16T19:15:54.725Z None -> 15.0.7-2.0
9532024-10-16T19:15:54.725Z ooce/developer/llvm-15
9542024-10-16T19:15:54.725Z None -> 15.0.7-2.0
9552024-10-16T19:15:54.725Z package/pkg
9562024-10-16T19:15:54.725Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9572024-10-16T19:15:54.725Z
9582024-10-16T19:15:54.725ZServices:
9592024-10-16T19:15:54.725Z restart_fmri:
9602024-10-16T19:15:54.725Z svc:/system/update-man-index:default
9612024-10-16T19:15:54.725Z
9622024-10-16T19:15:54.725ZEditable files to change:
9632024-10-16T19:15:54.725Z Update:
9642024-10-16T19:15:54.726Z usr/share/lib/pkg/web/config.shtml
9652024-10-16T19:15:55.277Z
9662024-10-16T19:15:55.277ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9672024-10-16T19:16:00.280ZDownload: 921/4281 items 18.9/220.6MB 8% complete (3.9M/s)
9682024-10-16T19:16:05.285ZDownload: 1307/4281 items 107.6/220.6MB 48% complete (10.9M/s)
9692024-10-16T19:16:10.287ZDownload: 2826/4281 items 121.1/220.6MB 54% complete (10.2M/s)
9702024-10-16T19:16:15.291ZDownload: 3422/4281 items 215.2/220.6MB 97% complete (10.8M/s)
9712024-10-16T19:16:18.773ZDownload: Completed 220.60 MB in 23.49 seconds (9.4M/s)
9722024-10-16T19:16:21.102Z Actions: 1/5063 actions (Removing old actions)
9732024-10-16T19:16:21.122Z Actions: 194/5063 actions (Installing new actions)
9742024-10-16T19:16:26.557Z Actions: 4079/5063 actions (Installing new actions)
9752024-10-16T19:16:27.705Z Actions: 4226/5063 actions (Updating modified actions)
9762024-10-16T19:16:28.108Z Actions: Completed 5063 actions in 7.00 seconds.
9772024-10-16T19:16:28.464Z Done (0.348s)
9782024-10-16T19:16:28.467Z Done (0.000s)
9792024-10-16T19:16:28.945Z Done (0.479s)
9802024-10-16T19:16:36.484Z Done (7.338s)
9812024-10-16T19:16:36.951Z Done (0.397s)
9822024-10-16T19:16:36.954Z Done (0.000s)
9832024-10-16T19:16:37.167Z Done (0.000s)
9842024-10-16T19:16:37.821ZPlanning: Evaluating mediator changes ... Done
9852024-10-16T19:16:37.983ZPlanning: Checking for conflicting actions ... Done
9862024-10-16T19:16:37.985ZPlanning: Consolidating action changes ... Done
9872024-10-16T19:16:38.253ZPlanning: Evaluating mediators ... Done
9882024-10-16T19:16:38.255ZPlanning: Planning completed in 0.43 seconds
9892024-10-16T19:16:38.292Z Mediators to change: 2
9902024-10-16T19:16:38.292Z Create boot environment: No
9912024-10-16T19:16:38.294ZCreate backup boot environment: No
9922024-10-16T19:16:38.379Z Done
9932024-10-16T19:16:38.380Z Done
9942024-10-16T19:16:38.694Z Done
9952024-10-16T19:16:42.267Z Done
9962024-10-16T19:16:42.356Z Done
9972024-10-16T19:16:42.358Z Done
9982024-10-16T19:16:42.556Z Done
9992024-10-16T19:16:43.175ZPlanning: Evaluating mediator changes ... Done
10002024-10-16T19:16:43.178ZPlanning: Merging actions ... Done
10012024-10-16T19:16:43.365ZPlanning: Checking for conflicting actions ... Done
10022024-10-16T19:16:43.367ZPlanning: Consolidating action changes ... Done
10032024-10-16T19:16:43.638ZPlanning: Evaluating mediators ... Done
10042024-10-16T19:16:43.695ZPlanning: Planning completed in 0.77 seconds
10052024-10-16T19:16:43.735Z Packages to change: 1
10062024-10-16T19:16:43.735Z Mediators to change: 1
10072024-10-16T19:16:43.737Z Services to change: 1
10082024-10-16T19:16:43.737Z Create boot environment: No
10092024-10-16T19:16:43.737ZCreate backup boot environment: Yes
10102024-10-16T19:16:46.180Z Actions: 1/6 actions (Updating modified actions)
10112024-10-16T19:16:46.323Z Actions: Completed 6 actions in 0.14 seconds.
10122024-10-16T19:16:46.326Z Done
10132024-10-16T19:16:46.326Z Done
10142024-10-16T19:16:46.422Z Done
10152024-10-16T19:16:49.997Z Done
10162024-10-16T19:16:50.086Z Done
10172024-10-16T19:16:50.089Z Done
10182024-10-16T19:16:50.292Z Done
10192024-10-16T19:16:50.738ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10202024-10-16T19:16:50.738Zclang system 15 system
10212024-10-16T19:16:50.738Zcsh system system illumos
10222024-10-16T19:16:50.738Zctags system system illumos
10232024-10-16T19:16:50.738Zgcc vendor 12 vendor
10242024-10-16T19:16:50.738Zgcc system 10 system
10252024-10-16T19:16:50.738Zgcc system 7 system
10262024-10-16T19:16:50.738Zgo system 1.20 system
10272024-10-16T19:16:50.738Zgo system 1.19 system
10282024-10-16T19:16:50.738Zllvm system 15 system
10292024-10-16T19:16:50.738Zllvm system 14 system
10302024-10-16T19:16:50.738Zmariadb system 10.6 system
10312024-10-16T19:16:50.738Zmta vendor vendor dma
10322024-10-16T19:16:50.738Zopenjdk system 17 system
10332024-10-16T19:16:50.738Zopenjdk system 11 system
10342024-10-16T19:16:50.738Zopenjdk system 1.8 system
10352024-10-16T19:16:50.738Zopenssl vendor 3 vendor
10362024-10-16T19:16:50.738Zperl system 5.36 system
10372024-10-16T19:16:50.738Zpostgresql system 15 system
10382024-10-16T19:16:50.738Zpostgresql system 13 system
10392024-10-16T19:16:50.738Zpython vendor 3 vendor
10402024-10-16T19:16:50.738Zpython system 2 system
10412024-10-16T19:16:50.738Zpython3 system 3.11 system
10422024-10-16T19:16:50.738Zruby system 3.0 system
10432024-10-16T19:16:50.738Zwords vendor vendor american-english
10442024-10-16T19:16:50.738Zwords system system australian-english
10452024-10-16T19:16:50.738Zwords system system british-english
10462024-10-16T19:16:50.738Zwords system system canadian-english
10472024-10-16T19:16:50.738Zwords system system french
10482024-10-16T19:16:50.738Zwords system system italian
10492024-10-16T19:16:50.738Zwords system system ngerman
10502024-10-16T19:16:50.738Zwords system system ogerman
10512024-10-16T19:16:50.739Zwords system system spanish
10522024-10-16T19:16:51.069ZPUBLISHER TYPE STATUS P LOCATION
10532024-10-16T19:16:51.069Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10542024-10-16T19:16:53.287ZFMRI IFO
10552024-10-16T19:16:53.287Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10562024-10-16T19:16:53.287Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10572024-10-16T19:16:53.287Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10582024-10-16T19:16:53.287Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10592024-10-16T19:16:53.287Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10602024-10-16T19:16:53.287Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10612024-10-16T19:16:53.287Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10622024-10-16T19:16:53.288Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10632024-10-16T19:16:53.288Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10642024-10-16T19:16:53.288Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10652024-10-16T19:16:53.288Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10662024-10-16T19:16:53.288Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10672024-10-16T19:16:53.288Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10682024-10-16T19:16:54.314Z Downloading crates ...
10692024-10-16T19:16:54.424Z Downloaded cargo_toml v0.20.5
10702024-10-16T19:16:54.567Z Compiling proc-macro2 v1.0.87
10712024-10-16T19:16:54.567Z Compiling unicode-ident v1.0.13
10722024-10-16T19:16:54.583Z Compiling serde v1.0.210
10732024-10-16T19:16:54.583Z Compiling version_check v0.9.5
10742024-10-16T19:16:54.583Z Compiling thiserror v1.0.64
10752024-10-16T19:16:54.583Z Compiling memchr v2.7.4
10762024-10-16T19:16:54.583Z Compiling libc v0.2.159
10772024-10-16T19:16:54.583Z Compiling ryu v1.0.18
10782024-10-16T19:16:54.814Z Compiling itoa v1.0.11
10792024-10-16T19:16:54.943Z Compiling ucd-trie v0.1.7
10802024-10-16T19:16:55.363Z Compiling once_cell v1.20.2
10812024-10-16T19:16:55.426Z Compiling byteorder v1.5.0
10822024-10-16T19:16:55.661Z Compiling serde_json v1.0.128
10832024-10-16T19:16:55.906Z Compiling rustix v0.38.37
10842024-10-16T19:16:56.768Z Compiling bitflags v2.6.0
10852024-10-16T19:16:56.838Z Compiling usdt-impl v0.5.0
10862024-10-16T19:16:56.840Z Compiling proc-macro-error-attr v1.0.4
10872024-10-16T19:16:56.840Z Compiling syn v1.0.109
10882024-10-16T19:16:57.110Z Compiling proc-macro-error v1.0.4
10892024-10-16T19:16:57.157Z Compiling hashbrown v0.15.0
10902024-10-16T19:16:57.188Z Compiling equivalent v1.0.1
10912024-10-16T19:16:57.279Z Compiling camino v1.1.9
10922024-10-16T19:16:57.291Z Compiling utf8parse v0.2.2
10932024-10-16T19:16:57.398Z Compiling plain v0.2.3
10942024-10-16T19:16:57.426Z Compiling log v0.4.22
10952024-10-16T19:16:57.535Z Compiling thread-id v4.2.2
10962024-10-16T19:16:57.576Z Compiling anstyle-parse v0.2.5
10972024-10-16T19:16:57.632Z Compiling quote v1.0.37
10982024-10-16T19:16:57.802Z Compiling winnow v0.6.20
10992024-10-16T19:16:57.883Z Compiling anstyle-query v1.1.1
11002024-10-16T19:16:57.977Z Compiling syn v2.0.79
11012024-10-16T19:16:58.009Z Compiling errno v0.3.9
11022024-10-16T19:16:58.302Z Compiling indexmap v2.6.0
11032024-10-16T19:16:58.314Z Compiling is_terminal_polyfill v1.70.1
11042024-10-16T19:16:58.351Z Compiling pretty-hex v0.4.1
11052024-10-16T19:16:58.415Z Compiling autocfg v1.4.0
11062024-10-16T19:16:58.539Z Compiling semver v1.0.23
11072024-10-16T19:16:59.060Z Compiling unicode-width v0.1.14
11082024-10-16T19:16:59.561Z Compiling anstyle v1.0.8
11092024-10-16T19:16:59.565Z Compiling colorchoice v1.0.2
11102024-10-16T19:16:59.593Z Compiling fs-err v2.11.0
11112024-10-16T19:16:59.803Z Compiling anyhow v1.0.89
11122024-10-16T19:16:59.816Z Compiling fnv v1.0.7
11132024-10-16T19:16:59.877Z Compiling heck v0.5.0
11142024-10-16T19:16:59.927Z Compiling anstream v0.6.15
11152024-10-16T19:16:59.996Z Compiling strsim v0.11.1
11162024-10-16T19:17:00.426Z Compiling terminal_size v0.4.0
11172024-10-16T19:17:00.441Z Compiling bytecount v0.6.8
11182024-10-16T19:17:00.635Z Compiling heck v0.4.1
11192024-10-16T19:17:00.648Z Compiling clap_lex v0.7.2
11202024-10-16T19:17:01.062Z Compiling fastrand v2.1.1
11212024-10-16T19:17:01.134Z Compiling cfg-if v1.0.0
11222024-10-16T19:17:01.150Z Compiling clap_builder v4.5.20
11232024-10-16T19:17:01.163Z Compiling papergrid v0.11.0
11242024-10-16T19:17:01.384Z Compiling tempfile v3.13.0
11252024-10-16T19:17:01.604Z Compiling memmap v0.7.0
11262024-10-16T19:17:01.660Z Compiling unicode-linebreak v0.1.5
11272024-10-16T19:17:01.685Z Compiling smawk v0.3.2
11282024-10-16T19:17:02.151Z Compiling textwrap v0.16.1
11292024-10-16T19:17:02.232Z Compiling swrite v0.1.0
11302024-10-16T19:17:03.510Z Compiling tabled_derive v0.7.0
11312024-10-16T19:17:04.947Z Compiling tabled v0.15.0
11322024-10-16T19:17:06.779Z Compiling serde_derive v1.0.210
11332024-10-16T19:17:06.779Z Compiling thiserror-impl v1.0.64
11342024-10-16T19:17:06.781Z Compiling zerocopy-derive v0.7.35
11352024-10-16T19:17:06.843Z Compiling scroll_derive v0.12.0
11362024-10-16T19:17:06.859Z Compiling clap_derive v4.5.18
11372024-10-16T19:17:08.125Z Compiling scroll v0.12.0
11382024-10-16T19:17:08.591Z Compiling goblin v0.8.2
11392024-10-16T19:17:08.606Z Compiling zerocopy v0.7.35
11402024-10-16T19:17:09.271Z Compiling pest v2.7.14
11412024-10-16T19:17:10.363Z Compiling clap v4.5.20
11422024-10-16T19:17:11.478Z Compiling pest_meta v2.7.14
11432024-10-16T19:17:12.320Z Compiling pest_generator v2.7.14
11442024-10-16T19:17:14.317Z Compiling pest_derive v2.7.14
11452024-10-16T19:17:15.098Z Compiling dtrace-parser v0.2.0
11462024-10-16T19:17:16.849Z Compiling serde_tokenstream v0.2.2
11472024-10-16T19:17:16.931Z Compiling serde_spanned v0.6.8
11482024-10-16T19:17:16.931Z Compiling toml_datetime v0.6.8
11492024-10-16T19:17:17.156Z Compiling cargo-platform v0.1.8
11502024-10-16T19:17:17.335Z Compiling toml_edit v0.22.22
11512024-10-16T19:17:17.396Z Compiling macaddr v1.0.1
11522024-10-16T19:17:17.610Z Compiling camino-tempfile v1.1.1
11532024-10-16T19:17:18.287Z Compiling dof v0.3.0
11542024-10-16T19:17:18.383Z Compiling cargo_metadata v0.18.1
11552024-10-16T19:17:20.028Z Compiling usdt-macro v0.5.0
11562024-10-16T19:17:20.028Z Compiling usdt-attr-macro v0.5.0
11572024-10-16T19:17:20.111Z Compiling toml v0.8.19
11582024-10-16T19:17:20.994Z Compiling cargo_toml v0.20.5
11592024-10-16T19:17:21.436Z Compiling usdt v0.5.0
11602024-10-16T19:17:24.542Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11612024-10-16T19:17:28.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.77s
11622024-10-16T19:17:28.577Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11632024-10-16T19:17:29.468Z Compiling serde v1.0.210
11642024-10-16T19:17:29.471Z Compiling typenum v1.17.0
11652024-10-16T19:17:29.471Z Compiling lock_api v0.4.12
11662024-10-16T19:17:29.471Z Compiling generic-array v0.14.7
11672024-10-16T19:17:29.471Z Compiling scopeguard v1.2.0
11682024-10-16T19:17:29.471Z Compiling subtle v2.6.1
11692024-10-16T19:17:29.607Z Compiling syn v2.0.79
11702024-10-16T19:17:29.611Z Compiling getrandom v0.2.15
11712024-10-16T19:17:29.787Z Compiling value-bag v1.9.0
11722024-10-16T19:17:29.881Z Compiling rand_core v0.6.4
11732024-10-16T19:17:30.031Z Compiling const-oid v0.9.6
11742024-10-16T19:17:30.074Z Compiling pin-project-lite v0.2.14
11752024-10-16T19:17:30.183Z Compiling smallvec v1.13.2
11762024-10-16T19:17:30.200Z Compiling jobserver v0.1.32
11772024-10-16T19:17:30.438Z Compiling log v0.4.22
11782024-10-16T19:17:30.438Z Compiling parking_lot_core v0.9.10
11792024-10-16T19:17:30.575Z Compiling shlex v1.3.0
11802024-10-16T19:17:30.613Z Compiling futures-core v0.3.31
11812024-10-16T19:17:30.857Z Compiling cc v1.1.30
11822024-10-16T19:17:30.985Z Compiling signal-hook-registry v1.4.2
11832024-10-16T19:17:31.105Z Compiling mio v1.0.2
11842024-10-16T19:17:31.312Z Compiling parking_lot v0.12.3
11852024-10-16T19:17:31.586Z Compiling cpufeatures v0.2.14
11862024-10-16T19:17:31.685Z Compiling futures-sink v0.3.31
11872024-10-16T19:17:31.824Z Compiling spin v0.9.8
11882024-10-16T19:17:31.842Z Compiling socket2 v0.5.7
11892024-10-16T19:17:32.076Z Compiling slab v0.4.9
11902024-10-16T19:17:32.228Z Compiling serde_json v1.0.128
11912024-10-16T19:17:32.259Z Compiling futures-channel v0.3.31
11922024-10-16T19:17:32.284Z Compiling foldhash v0.1.3
11932024-10-16T19:17:32.298Z Compiling tinyvec_macros v0.1.1
11942024-10-16T19:17:32.385Z Compiling allocator-api2 v0.2.18
11952024-10-16T19:17:32.574Z Compiling futures-io v0.3.31
11962024-10-16T19:17:32.597Z Compiling futures-task v0.3.31
11972024-10-16T19:17:32.639Z Compiling pin-utils v0.1.0
11982024-10-16T19:17:32.737Z Compiling tinyvec v1.8.0
11992024-10-16T19:17:32.799Z Compiling libm v0.2.8
12002024-10-16T19:17:32.823Z Compiling num-traits v0.2.19
12012024-10-16T19:17:32.883Z Compiling unicode-bidi v0.3.17
12022024-10-16T19:17:32.900Z Compiling base64ct v1.6.0
12032024-10-16T19:17:33.124Z Compiling hashbrown v0.15.0
12042024-10-16T19:17:33.451Z Compiling pem-rfc7468 v0.7.0
12052024-10-16T19:17:33.489Z Compiling flagset v0.4.6
12062024-10-16T19:17:33.698Z Compiling httparse v1.9.5
12072024-10-16T19:17:34.194Z Compiling unicode-normalization v0.1.24
12082024-10-16T19:17:34.326Z Compiling tracing-core v0.1.32
12092024-10-16T19:17:34.463Z Compiling percent-encoding v2.3.1
12102024-10-16T19:17:34.538Z Compiling rustls-pki-types v1.9.0
12112024-10-16T19:17:34.567Z Compiling crossbeam-utils v0.8.20
12122024-10-16T19:17:34.960Z Compiling ring v0.17.8
12132024-10-16T19:17:35.257Z Compiling num-conv v0.1.0
12142024-10-16T19:17:35.316Z Compiling untrusted v0.9.0
12152024-10-16T19:17:35.500Z Compiling time-core v0.1.2
12162024-10-16T19:17:35.553Z Compiling vcpkg v0.2.15
12172024-10-16T19:17:35.581Z Compiling pkg-config v0.3.31
12182024-10-16T19:17:35.623Z Compiling powerfmt v0.2.0
12192024-10-16T19:17:35.676Z Compiling time-macros v0.2.18
12202024-10-16T19:17:36.011Z Compiling deranged v0.3.11
12212024-10-16T19:17:36.256Z Compiling atomic-waker v1.1.2
12222024-10-16T19:17:36.436Z Compiling num_threads v0.1.7
12232024-10-16T19:17:36.551Z Compiling form_urlencoded v1.2.1
12242024-10-16T19:17:36.856Z Compiling rustix v0.38.37
12252024-10-16T19:17:36.962Z Compiling slog v2.7.0
12262024-10-16T19:17:37.036Z Compiling try-lock v0.2.5
12272024-10-16T19:17:37.162Z Compiling want v0.3.1
12282024-10-16T19:17:37.441Z Compiling httpdate v1.0.3
12292024-10-16T19:17:37.604Z Compiling openssl-sys v0.9.103
12302024-10-16T19:17:37.718Z Compiling idna v0.5.0
12312024-10-16T19:17:37.820Z Compiling base64 v0.22.1
12322024-10-16T19:17:37.873Z Compiling match_cfg v0.1.0
12332024-10-16T19:17:37.967Z Compiling rustversion v1.0.17
12342024-10-16T19:17:38.262Z Compiling openssl v0.10.66
12352024-10-16T19:17:38.547Z Compiling iana-time-zone v0.1.61
12362024-10-16T19:17:38.654Z Compiling foreign-types-shared v0.1.1
12372024-10-16T19:17:38.669Z Compiling tower-service v0.3.3
12382024-10-16T19:17:38.703Z Compiling time v0.3.36
12392024-10-16T19:17:38.742Z Compiling foreign-types v0.3.2
12402024-10-16T19:17:38.829Z Compiling url v2.5.2
12412024-10-16T19:17:38.831Z Compiling hostname v0.3.1
12422024-10-16T19:17:38.943Z Compiling dirs-sys-next v0.1.2
12432024-10-16T19:17:39.055Z Compiling aho-corasick v1.1.3
12442024-10-16T19:17:39.141Z Compiling rustls v0.22.4
12452024-10-16T19:17:39.402Z Compiling syn v1.0.109
12462024-10-16T19:17:39.512Z Compiling native-tls v0.2.12
12472024-10-16T19:17:39.876Z Compiling data-encoding v2.6.0
12482024-10-16T19:17:40.011Z Compiling regex-syntax v0.8.5
12492024-10-16T19:17:40.534Z Compiling rustls v0.23.14
12502024-10-16T19:17:40.817Z Compiling adler2 v2.0.0
12512024-10-16T19:17:41.001Z Compiling siphasher v0.3.11
12522024-10-16T19:17:41.020Z Compiling miniz_oxide v0.8.0
12532024-10-16T19:17:41.396Z Compiling dirs-next v2.0.0
12542024-10-16T19:17:42.160Z Compiling serde_derive_internals v0.29.1
12552024-10-16T19:17:42.548Z Compiling crossbeam-epoch v0.9.18
12562024-10-16T19:17:42.895Z Compiling lazy_static v1.5.0
12572024-10-16T19:17:43.015Z Compiling thread_local v1.1.8
12582024-10-16T19:17:43.274Z Compiling multer v3.1.0
12592024-10-16T19:17:43.319Z Compiling serde_derive v1.0.210
12602024-10-16T19:17:43.546Z Compiling zeroize_derive v1.4.2
12612024-10-16T19:17:43.550Z Compiling zerocopy-derive v0.7.35
12622024-10-16T19:17:43.594Z Compiling tokio-macros v2.4.0
12632024-10-16T19:17:44.255Z Compiling thiserror-impl v1.0.64
12642024-10-16T19:17:44.758Z Compiling futures-macro v0.3.31
12652024-10-16T19:17:45.059Z Compiling zeroize v1.8.1
12662024-10-16T19:17:45.180Z Compiling der_derive v0.7.3
12672024-10-16T19:17:45.829Z Compiling zerocopy v0.7.35
12682024-10-16T19:17:46.312Z Compiling tracing-attributes v0.1.27
12692024-10-16T19:17:46.714Z Compiling futures-util v0.3.31
12702024-10-16T19:17:46.890Z Compiling crypto-common v0.1.6
12712024-10-16T19:17:47.132Z Compiling block-buffer v0.10.4
12722024-10-16T19:17:47.385Z Compiling digest v0.10.7
12732024-10-16T19:17:47.404Z Compiling block-padding v0.3.3
12742024-10-16T19:17:47.436Z Compiling thiserror v1.0.64
12752024-10-16T19:17:47.534Z Compiling ppv-lite86 v0.2.20
12762024-10-16T19:17:47.569Z Compiling der v0.7.9
12772024-10-16T19:17:47.645Z Compiling inout v0.1.3
12782024-10-16T19:17:47.861Z Compiling hmac v0.12.1
12792024-10-16T19:17:47.926Z Compiling cipher v0.4.4
12802024-10-16T19:17:48.080Z Compiling sha2 v0.10.8
12812024-10-16T19:17:48.373Z Compiling rand_chacha v0.3.1
12822024-10-16T19:17:48.411Z Compiling salsa20 v0.10.2
12832024-10-16T19:17:48.622Z Compiling pbkdf2 v0.12.2
12842024-10-16T19:17:48.798Z Compiling rand v0.8.5
12852024-10-16T19:17:49.501Z Compiling pest v2.7.14
12862024-10-16T19:17:50.097Z Compiling tracing v0.1.40
12872024-10-16T19:17:50.643Z Compiling spki v0.7.3
12882024-10-16T19:17:50.884Z Compiling scrypt v0.11.0
12892024-10-16T19:17:50.977Z Compiling aes v0.8.4
12902024-10-16T19:17:51.016Z Compiling cbc v0.1.2
12912024-10-16T19:17:51.235Z Compiling scroll_derive v0.12.0
12922024-10-16T19:17:51.564Z Compiling openssl-macros v0.1.1
12932024-10-16T19:17:51.654Z Compiling async-trait v0.1.83
12942024-10-16T19:17:52.258Z Compiling pest_meta v2.7.14
12952024-10-16T19:17:52.566Z Compiling pkcs5 v0.7.1
12962024-10-16T19:17:52.695Z Compiling scroll v0.12.0
12972024-10-16T19:17:52.733Z Compiling rustls-webpki v0.102.8
12982024-10-16T19:17:53.270Z Compiling goblin v0.8.2
12992024-10-16T19:17:53.763Z Compiling pest_generator v2.7.14
13002024-10-16T19:17:53.798Z Compiling pkcs8 v0.10.2
13012024-10-16T19:17:54.477Z Compiling signature v2.2.0
13022024-10-16T19:17:54.499Z Compiling sha1 v0.10.6
13032024-10-16T19:17:54.531Z Compiling regex-automata v0.4.8
13042024-10-16T19:17:54.776Z Compiling encoding_rs v0.8.34
13052024-10-16T19:17:54.824Z Compiling cookie v0.18.1
13062024-10-16T19:17:54.922Z Compiling unicode-properties v0.1.3
13072024-10-16T19:17:55.141Z Compiling either v1.13.0
13082024-10-16T19:17:55.371Z Compiling openssl-probe v0.1.5
13092024-10-16T19:17:55.617Z Compiling ipnet v2.10.1
13102024-10-16T19:17:55.739Z Compiling rayon-core v1.12.1
13112024-10-16T19:17:55.811Z Compiling mime v0.3.17
13122024-10-16T19:17:56.032Z Compiling signal-hook v0.3.17
13132024-10-16T19:17:56.313Z Compiling gimli v0.31.1
13142024-10-16T19:17:56.446Z Compiling schemars v0.8.21
13152024-10-16T19:17:56.822Z Compiling paste v1.0.15
13162024-10-16T19:17:56.834Z Compiling slog-async v2.8.0
13172024-10-16T19:17:57.316Z Compiling bytes v1.7.2
13182024-10-16T19:17:57.350Z Compiling indexmap v2.6.0
13192024-10-16T19:17:57.386Z Compiling bitflags v2.6.0
13202024-10-16T19:17:57.858Z Compiling semver v1.0.23
13212024-10-16T19:17:58.609Z Compiling tokio v1.40.0
13222024-10-16T19:17:58.611Z Compiling http v1.1.0
13232024-10-16T19:17:58.814Z Compiling rustc_version v0.4.1
13242024-10-16T19:17:59.218Z Compiling pest_derive v2.7.14
13252024-10-16T19:17:59.604Z Compiling dof v0.3.0
13262024-10-16T19:18:00.031Z Compiling dtrace-parser v0.2.0
13272024-10-16T19:18:00.433Z Compiling http-body v1.0.1
13282024-10-16T19:18:01.176Z Compiling serde_spanned v0.6.8
13292024-10-16T19:18:01.407Z Compiling serde_tokenstream v0.2.2
13302024-10-16T19:18:01.486Z Compiling toml_datetime v0.6.8
13312024-10-16T19:18:01.818Z Compiling uuid v1.10.0
13322024-10-16T19:18:02.018Z Compiling usdt-impl v0.5.0
13332024-10-16T19:18:02.040Z Compiling chrono v0.4.38
13342024-10-16T19:18:02.241Z Compiling http-body-util v0.1.2
13352024-10-16T19:18:02.762Z Compiling heapless v0.7.17
13362024-10-16T19:18:03.322Z Compiling toml_edit v0.22.22
13372024-10-16T19:18:03.593Z Compiling addr2line v0.24.2
13382024-10-16T19:18:03.855Z Compiling usdt-macro v0.5.0
13392024-10-16T19:18:04.282Z Compiling usdt-attr-macro v0.5.0
13402024-10-16T19:18:05.411Z Compiling curve25519-dalek v4.1.3
13412024-10-16T19:18:05.799Z Compiling slog-json v2.6.1
13422024-10-16T19:18:06.058Z Compiling serde_urlencoded v0.7.1
13432024-10-16T19:18:06.143Z Compiling stringprep v0.1.5
13442024-10-16T19:18:06.569Z Compiling futures-executor v0.3.31
13452024-10-16T19:18:07.150Z Compiling tokio-util v0.7.12
13462024-10-16T19:18:07.274Z Compiling md-5 v0.10.6
13472024-10-16T19:18:07.539Z Compiling schemars_derive v0.8.21
13482024-10-16T19:18:07.622Z Compiling async-stream-impl v0.3.6
13492024-10-16T19:18:08.535Z Compiling h2 v0.4.6
13502024-10-16T19:18:09.018Z Compiling enum-as-inner v0.6.1
13512024-10-16T19:18:10.838Z Compiling crossbeam-deque v0.8.5
13522024-10-16T19:18:10.968Z Compiling term v0.7.0
13532024-10-16T19:18:11.695Z Compiling crossbeam-channel v0.5.13
13542024-10-16T19:18:11.915Z Compiling num-integer v0.1.46
13552024-10-16T19:18:12.512Z Compiling rustls-pemfile v2.2.0
13562024-10-16T19:18:12.716Z Compiling idna v0.3.0
13572024-10-16T19:18:12.809Z Compiling idna v0.4.0
13582024-10-16T19:18:12.847Z Compiling hash32 v0.2.1
13592024-10-16T19:18:13.224Z Compiling ff v0.13.0
13602024-10-16T19:18:13.464Z Compiling is-terminal v0.4.13
13612024-10-16T19:18:13.598Z Compiling dropshot v0.12.0
13622024-10-16T19:18:13.912Z Compiling object v0.36.5
13632024-10-16T19:18:13.977Z Compiling take_mut v0.2.2
13642024-10-16T19:18:14.166Z Compiling num-bigint-dig v0.8.4
13652024-10-16T19:18:14.369Z Compiling linked-hash-map v0.5.6
13662024-10-16T19:18:14.391Z Compiling dyn-clone v1.0.17
13672024-10-16T19:18:14.456Z Compiling fallible-iterator v0.2.0
13682024-10-16T19:18:14.614Z Compiling base16ct v0.2.0
13692024-10-16T19:18:14.745Z Compiling portable-atomic v1.9.0
13702024-10-16T19:18:14.943Z Compiling smoltcp v0.9.1
13712024-10-16T19:18:15.178Z Compiling utf-8 v0.7.6
13722024-10-16T19:18:15.521Z Compiling hyper v1.4.1
13732024-10-16T19:18:15.733Z Compiling anyhow v1.0.89
13742024-10-16T19:18:15.834Z Compiling rustc-demangle v0.1.24
13752024-10-16T19:18:16.397Z Compiling stable_deref_trait v1.2.0
13762024-10-16T19:18:16.488Z Compiling quick-error v1.2.3
13772024-10-16T19:18:16.506Z Compiling psl-types v2.0.11
13782024-10-16T19:18:16.635Z Compiling resolv-conf v0.7.0
13792024-10-16T19:18:16.695Z Compiling publicsuffix v2.2.3
13802024-10-16T19:18:17.220Z Compiling tungstenite v0.23.0
13812024-10-16T19:18:17.424Z Compiling postgres-protocol v0.6.7
13822024-10-16T19:18:18.001Z Compiling hyper-util v0.1.9
13832024-10-16T19:18:18.806Z Compiling sec1 v0.7.3
13842024-10-16T19:18:19.177Z Compiling lru-cache v0.1.2
13852024-10-16T19:18:19.651Z Compiling hickory-proto v0.24.1
13862024-10-16T19:18:19.718Z Compiling slog-term v2.9.1
13872024-10-16T19:18:20.632Z Compiling usdt v0.5.0
13882024-10-16T19:18:20.654Z Compiling group v0.13.0
13892024-10-16T19:18:20.968Z Compiling backtrace v0.3.74
13902024-10-16T19:18:20.994Z Compiling num-iter v0.1.45
13912024-10-16T19:18:21.141Z Compiling tokio-rustls v0.26.0
13922024-10-16T19:18:21.182Z Compiling tokio-rustls v0.25.0
13932024-10-16T19:18:21.602Z Compiling tokio-native-tls v0.3.1
13942024-10-16T19:18:21.602Z Compiling async-stream v0.3.6
13952024-10-16T19:18:21.885Z Compiling futures v0.3.31
13962024-10-16T19:18:21.926Z Compiling toml v0.8.19
13972024-10-16T19:18:23.110Z Compiling camino v1.1.9
13982024-10-16T19:18:23.146Z Compiling slog-bunyan v2.5.0
13992024-10-16T19:18:23.474Z Compiling terminal_size v0.4.0
14002024-10-16T19:18:23.636Z Compiling dropshot_endpoint v0.12.0
14012024-10-16T19:18:23.684Z Compiling openapiv3 v2.0.0
14022024-10-16T19:18:23.774Z Compiling serde_path_to_error v0.1.16
14032024-10-16T19:18:24.083Z Compiling hkdf v0.12.4
14042024-10-16T19:18:24.211Z Compiling crypto-bigint v0.5.5
14052024-10-16T19:18:24.346Z Compiling zerocopy-derive v0.6.6
14062024-10-16T19:18:24.539Z Compiling curve25519-dalek-derive v0.1.1
14072024-10-16T19:18:24.591Z Compiling phf_shared v0.11.2
14082024-10-16T19:18:24.990Z Compiling waitgroup v0.1.2
14092024-10-16T19:18:25.209Z Compiling webpki-roots v0.26.6
14102024-10-16T19:18:25.415Z Compiling hostname v0.4.0
14112024-10-16T19:18:25.432Z Compiling hubpack_derive v0.1.1
14122024-10-16T19:18:25.693Z Compiling fs-err v2.11.0
14132024-10-16T19:18:26.005Z Compiling ahash v0.8.11
14142024-10-16T19:18:26.095Z Compiling winnow v0.5.40
14152024-10-16T19:18:26.353Z Compiling managed v0.8.0
14162024-10-16T19:18:26.355Z Compiling debug-ignore v1.0.5
14172024-10-16T19:18:26.513Z Compiling bitflags v1.3.2
14182024-10-16T19:18:26.598Z Compiling zerocopy v0.6.6
14192024-10-16T19:18:26.622Z Compiling hubpack v0.1.2
14202024-10-16T19:18:27.085Z Compiling clap_builder v4.5.20
14212024-10-16T19:18:27.490Z Compiling elliptic-curve v0.13.8
14222024-10-16T19:18:28.110Z Compiling strum_macros v0.25.3
14232024-10-16T19:18:28.452Z Compiling console v0.15.8
14242024-10-16T19:18:29.870Z Compiling toml_edit v0.19.15
14252024-10-16T19:18:30.068Z Compiling hyper-rustls v0.27.3
14262024-10-16T19:18:30.087Z Compiling hickory-resolver v0.24.1
14272024-10-16T19:18:30.446Z Compiling phf v0.11.2
14282024-10-16T19:18:30.733Z Compiling signal-hook-mio v0.2.4
14292024-10-16T19:18:30.756Z Compiling cookie_store v0.21.0
14302024-10-16T19:18:30.912Z Compiling rayon v1.10.0
14312024-10-16T19:18:32.293Z Compiling hyper-tls v0.6.0
14322024-10-16T19:18:33.226Z Compiling tokio-tungstenite v0.23.1
14332024-10-16T19:18:33.756Z Compiling postgres-types v0.2.8
14342024-10-16T19:18:35.788Z Compiling tokio-stream v0.1.16
14352024-10-16T19:18:36.539Z Compiling bstr v1.10.0
14362024-10-16T19:18:36.670Z Compiling regex v1.11.0
14372024-10-16T19:18:36.860Z Compiling serde-big-array v0.5.1
14382024-10-16T19:18:36.862Z Compiling ed25519 v2.2.3
14392024-10-16T19:18:37.101Z Compiling pkcs1 v0.7.5
14402024-10-16T19:18:37.235Z Compiling rfc6979 v0.4.0
14412024-10-16T19:18:37.427Z Compiling serde_repr v0.1.19
14422024-10-16T19:18:37.759Z Compiling derive-where v1.2.7
14432024-10-16T19:18:37.862Z Compiling clap_derive v4.5.18
14442024-10-16T19:18:37.895Z Compiling phf_shared v0.10.0
14452024-10-16T19:18:38.154Z Compiling float-cmp v0.9.0
14462024-10-16T19:18:38.307Z Compiling sync_wrapper v1.0.1
14472024-10-16T19:18:38.347Z Compiling crc32fast v1.4.2
14482024-10-16T19:18:38.381Z Compiling new_debug_unreachable v1.0.6
14492024-10-16T19:18:38.457Z Compiling minimal-lexical v0.2.1
14502024-10-16T19:18:38.478Z Compiling normalize-line-endings v0.3.0
14512024-10-16T19:18:38.713Z Compiling number_prefix v0.4.0
14522024-10-16T19:18:38.718Z Compiling unicode-segmentation v1.12.0
14532024-10-16T19:18:38.718Z Compiling predicates-core v1.0.8
14542024-10-16T19:18:38.829Z Compiling static_assertions v1.1.0
14552024-10-16T19:18:38.874Z Compiling whoami v1.5.2
14562024-10-16T19:18:38.932Z Compiling precomputed-hash v0.1.1
14572024-10-16T19:18:38.969Z Compiling fixedbitset v0.4.2
14582024-10-16T19:18:39.026Z Compiling difflib v0.4.0
14592024-10-16T19:18:39.051Z Compiling bit-vec v0.6.3
14602024-10-16T19:18:39.434Z Compiling bit-set v0.5.3
14612024-10-16T19:18:39.505Z Compiling predicates v3.1.2
14622024-10-16T19:18:39.522Z Compiling similar v2.6.0
14632024-10-16T19:18:39.538Z Compiling petgraph v0.6.5
14642024-10-16T19:18:39.725Z Compiling tokio-postgres v0.7.12
14652024-10-16T19:18:40.662Z Compiling string_cache v0.8.7
14662024-10-16T19:18:41.109Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14672024-10-16T19:18:41.260Z Compiling nom v7.1.3
14682024-10-16T19:18:41.318Z Compiling qorb v0.0.2
14692024-10-16T19:18:42.038Z Compiling indicatif v0.17.8
14702024-10-16T19:18:42.917Z Compiling clap v4.5.20
14712024-10-16T19:18:43.044Z Compiling flate2 v1.0.34
14722024-10-16T19:18:43.585Z Compiling reqwest v0.12.8
14732024-10-16T19:18:44.005Z Compiling rsa v0.9.6
14742024-10-16T19:18:44.266Z Compiling ecdsa v0.16.9
14752024-10-16T19:18:44.953Z Compiling ed25519-dalek v2.1.1
14762024-10-16T19:18:45.120Z Compiling toml v0.7.8
14772024-10-16T19:18:45.588Z Compiling crossterm v0.28.1
14782024-10-16T19:18:47.137Z Compiling hex v0.4.3
14792024-10-16T19:18:47.460Z Compiling itertools v0.12.1
14802024-10-16T19:18:47.493Z Compiling itertools v0.10.5
14812024-10-16T19:18:47.536Z Compiling x509-cert v0.2.5
14822024-10-16T19:18:47.752Z Compiling unicode-xid v0.2.6
14832024-10-16T19:18:47.939Z Compiling peg-runtime v0.8.3
14842024-10-16T19:18:47.993Z Compiling lalrpop-util v0.19.12
14852024-10-16T19:18:48.359Z Compiling xattr v1.3.1
14862024-10-16T19:18:48.570Z Compiling strum_macros v0.26.4
14872024-10-16T19:18:48.638Z Compiling filetime v0.2.25
14882024-10-16T19:18:48.963Z Compiling tar v0.4.42
14892024-10-16T19:18:52.123Z Compiling strum v0.26.3
14902024-10-16T19:18:52.630Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14912024-10-16T19:18:52.880Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14922024-10-16T19:18:58.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14932024-10-16T19:18:58.475Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14942024-10-16T19:18:58.516ZOct 16 19:18:58.168 INFO Starting download, target: Cockroach
14952024-10-16T19:18:58.516ZOct 16 19:18:58.168 INFO Starting download, target: Console
14962024-10-16T19:18:58.519ZOct 16 19:18:58.168 INFO Starting download, target: Clickhouse
14972024-10-16T19:18:58.519ZOct 16 19:18:58.168 INFO Starting download, target: DendriteOpenapi
14982024-10-16T19:18:58.519ZOct 16 19:18:58.168 INFO Starting download, target: DendriteStub
14992024-10-16T19:18:58.519ZOct 16 19:18:58.168 INFO Starting download, target: MaghemiteMgd
15002024-10-16T19:18:58.519ZOct 16 19:18:58.168 INFO Starting download, target: TransceiverControl
15012024-10-16T19:18:58.519ZOct 16 19:18:58.169 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15022024-10-16T19:18:58.519ZOct 16 19:18:58.169 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15032024-10-16T19:18:58.519ZOct 16 19:18:58.169 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15042024-10-16T19:18:58.519ZOct 16 19:18:58.169 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15052024-10-16T19:18:58.519ZOct 16 19:18:58.169 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15062024-10-16T19:18:58.519ZOct 16 19:18:58.169 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15072024-10-16T19:18:58.519ZOct 16 19:18:58.169 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15082024-10-16T19:18:58.825ZOct 16 19:18:58.476 INFO Download complete, target: DendriteOpenapi
15092024-10-16T19:18:58.967ZOct 16 19:18:58.606 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15102024-10-16T19:18:59.034ZOct 16 19:18:58.684 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15112024-10-16T19:18:59.330ZOct 16 19:18:58.981 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15122024-10-16T19:18:59.426ZOct 16 19:18:59.077 INFO Download complete, target: Console
15132024-10-16T19:18:59.497ZOct 16 19:18:59.148 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15142024-10-16T19:18:59.768ZOct 16 19:18:59.419 INFO Download complete, target: TransceiverControl
15152024-10-16T19:18:59.827ZOct 16 19:18:59.479 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15162024-10-16T19:18:59.827ZOct 16 19:18:59.479 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15172024-10-16T19:19:00.819ZOct 16 19:19:00.470 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15182024-10-16T19:19:02.582ZOct 16 19:19:02.233 INFO Download complete, target: DendriteStub
15192024-10-16T19:19:02.842ZOct 16 19:19:02.492 INFO Download complete, target: MaghemiteMgd
15202024-10-16T19:19:08.144ZOct 16 19:19:07.792 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15212024-10-16T19:19:08.467ZOct 16 19:19:08.115 INFO Checking that binary works, target: Cockroach
15222024-10-16T19:19:08.629ZOct 16 19:19:08.277 INFO Download complete, target: Cockroach
15232024-10-16T19:19:14.737ZOct 16 19:19:14.384 INFO Checking that binary works, target: Clickhouse
15242024-10-16T19:19:15.253ZOct 16 19:19:14.900 INFO Download complete, target: Clickhouse
15252024-10-16T19:19:15.260ZAll prerequisites installed successfully
15262024-10-16T19:19:15.263Z
15272024-10-16T19:19:15.263Zreal 4:07.123830560
15282024-10-16T19:19:15.263Zuser 12:40.036111326
15292024-10-16T19:19:15.263Zsys 2:37.889586110
15302024-10-16T19:19:15.263Ztrap 0.439471528
15312024-10-16T19:19:15.263Ztflt 6.264526639
15322024-10-16T19:19:15.263Zdflt 5.892860892
15332024-10-16T19:19:15.263Zkflt 0.498507067
15342024-10-16T19:19:15.263Zlock 26:54.998651778
15352024-10-16T19:19:15.263Zslp 50:40.089393526
15362024-10-16T19:19:15.263Zlat 41.215079951
15372024-10-16T19:19:15.263Zstop 1:49.759980490
15382024-10-16T19:19:15.263Z+ source ./tools/include/force-git-over-https.sh
15392024-10-16T19:19:15.263Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15402024-10-16T19:19:15.263Z++ (( i = 0 ))
15412024-10-16T19:19:15.263Z++ (( i < 5 ))
15422024-10-16T19:19:15.264Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15432024-10-16T19:19:15.266Z++ (( i++ ))
15442024-10-16T19:19:15.266Z++ (( i < 5 ))
15452024-10-16T19:19:15.266Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15462024-10-16T19:19:15.269Z++ (( i++ ))
15472024-10-16T19:19:15.269Z++ (( i < 5 ))
15482024-10-16T19:19:15.269Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15492024-10-16T19:19:15.272Z++ (( i++ ))
15502024-10-16T19:19:15.272Z++ (( i < 5 ))
15512024-10-16T19:19:15.272Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15522024-10-16T19:19:15.275Z++ (( i++ ))
15532024-10-16T19:19:15.275Z++ (( i < 5 ))
15542024-10-16T19:19:15.275Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15552024-10-16T19:19:15.278Z++ (( i++ ))
15562024-10-16T19:19:15.278Z++ (( i < 5 ))
15572024-10-16T19:19:15.278Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15582024-10-16T19:19:15.278Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15592024-10-16T19:19:15.280Z+ rc=0
15602024-10-16T19:19:15.280Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15612024-10-16T19:19:40.320Z+ case $rc in
15622024-10-16T19:19:40.321Z+ pfexec zfs create -p rpool/images/build/host
15632024-10-16T19:19:40.567Z+ pfexec zfs create -p rpool/images/build/recovery
15642024-10-16T19:19:40.651Z+ cargo xtask releng --output-dir /work
15652024-10-16T19:19:41.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15662024-10-16T19:19:41.236Z Running `target/debug/xtask releng --output-dir /work`
15672024-10-16T19:19:42.182Z Compiling proc-macro2 v1.0.87
15682024-10-16T19:19:42.182Z Compiling unicode-ident v1.0.13
15692024-10-16T19:19:42.182Z Compiling libc v0.2.159
15702024-10-16T19:19:42.182Z Compiling serde v1.0.210
15712024-10-16T19:19:42.185Z Compiling autocfg v1.4.0
15722024-10-16T19:19:42.185Z Compiling version_check v0.9.5
15732024-10-16T19:19:42.185Z Compiling cfg-if v1.0.0
15742024-10-16T19:19:42.440Z Compiling typenum v1.17.0
15752024-10-16T19:19:42.442Z Compiling shlex v1.3.0
15762024-10-16T19:19:42.475Z Compiling memchr v2.7.4
15772024-10-16T19:19:42.936Z Compiling generic-array v0.14.7
15782024-10-16T19:19:42.974Z Compiling parking_lot_core v0.9.10
15792024-10-16T19:19:43.264Z Compiling lock_api v0.4.12
15802024-10-16T19:19:43.377Z Compiling serde_json v1.0.128
15812024-10-16T19:19:43.434Z Compiling libm v0.2.8
15822024-10-16T19:19:43.572Z Compiling value-bag v1.9.0
15832024-10-16T19:19:43.699Z Compiling num-traits v0.2.19
15842024-10-16T19:19:43.797Z Compiling slab v0.4.9
15852024-10-16T19:19:43.991Z Compiling quote v1.0.37
15862024-10-16T19:19:44.020Z Compiling once_cell v1.20.2
15872024-10-16T19:19:44.140Z Compiling log v0.4.22
15882024-10-16T19:19:44.388Z Compiling syn v2.0.79
15892024-10-16T19:19:44.531Z Compiling getrandom v0.2.15
15902024-10-16T19:19:44.657Z Compiling jobserver v0.1.32
15912024-10-16T19:19:44.825Z Compiling thiserror v1.0.64
15922024-10-16T19:19:44.985Z Compiling itoa v1.0.11
15932024-10-16T19:19:45.027Z Compiling cc v1.1.30
15942024-10-16T19:19:45.355Z Compiling scopeguard v1.2.0
15952024-10-16T19:19:45.416Z Compiling rand_core v0.6.4
15962024-10-16T19:19:45.464Z Compiling byteorder v1.5.0
15972024-10-16T19:19:46.075Z Compiling subtle v2.6.1
15982024-10-16T19:19:46.550Z Compiling semver v1.0.23
15992024-10-16T19:19:46.642Z Compiling pin-project-lite v0.2.14
16002024-10-16T19:19:46.756Z Compiling smallvec v1.13.2
16012024-10-16T19:19:46.948Z Compiling httparse v1.9.5
16022024-10-16T19:19:46.972Z Compiling heck v0.5.0
16032024-10-16T19:19:47.064Z Compiling const-oid v0.9.6
16042024-10-16T19:19:47.316Z Compiling ryu v1.0.18
16052024-10-16T19:19:47.426Z Compiling pkg-config v0.3.31
16062024-10-16T19:19:47.688Z Compiling allocator-api2 v0.2.18
16072024-10-16T19:19:47.732Z Compiling futures-core v0.3.31
16082024-10-16T19:19:48.001Z Compiling signal-hook-registry v1.4.2
16092024-10-16T19:19:48.595Z Compiling parking_lot v0.12.3
16102024-10-16T19:19:48.658Z Compiling ring v0.17.8
16112024-10-16T19:19:48.661Z Compiling mio v1.0.2
16122024-10-16T19:19:49.580Z Compiling socket2 v0.5.7
16132024-10-16T19:19:49.647Z Compiling crossbeam-utils v0.8.20
16142024-10-16T19:19:49.917Z Compiling num-conv v0.1.0
16152024-10-16T19:19:50.251Z Compiling fnv v1.0.7
16162024-10-16T19:19:50.282Z Compiling time-core v0.1.2
16172024-10-16T19:19:50.285Z Compiling vcpkg v0.2.15
16182024-10-16T19:19:50.357Z Compiling futures-sink v0.3.31
16192024-10-16T19:19:50.479Z Compiling time-macros v0.2.18
16202024-10-16T19:19:51.114Z Compiling ahash v0.8.11
16212024-10-16T19:19:51.179Z Compiling schemars v0.8.21
16222024-10-16T19:19:51.636Z Compiling spin v0.9.8
16232024-10-16T19:19:52.064Z Compiling openssl-sys v0.9.103
16242024-10-16T19:19:52.135Z Compiling serde_derive_internals v0.29.1
16252024-10-16T19:19:52.701Z Compiling foldhash v0.1.3
16262024-10-16T19:19:53.103Z Compiling equivalent v1.0.1
16272024-10-16T19:19:53.148Z Compiling rustix v0.38.37
16282024-10-16T19:19:53.324Z Compiling cpufeatures v0.2.14
16292024-10-16T19:19:53.485Z Compiling hashbrown v0.15.0
16302024-10-16T19:19:54.190Z Compiling futures-channel v0.3.31
16312024-10-16T19:19:54.528Z Compiling futures-io v0.3.31
16322024-10-16T19:19:54.745Z Compiling pin-utils v0.1.0
16332024-10-16T19:19:54.784Z Compiling slog v2.7.0
16342024-10-16T19:19:54.855Z Compiling futures-task v0.3.31
16352024-10-16T19:19:55.044Z Compiling tinyvec_macros v0.1.1
16362024-10-16T19:19:55.202Z Compiling tinyvec v1.8.0
16372024-10-16T19:19:55.243Z Compiling openssl v0.10.66
16382024-10-16T19:19:55.481Z Compiling ucd-trie v0.1.7
16392024-10-16T19:19:55.752Z Compiling iana-time-zone v0.1.61
16402024-10-16T19:19:55.782Z Compiling unicode-bidi v0.3.17
16412024-10-16T19:19:56.004Z Compiling tracing-core v0.1.32
16422024-10-16T19:19:56.157Z Compiling native-tls v0.2.12
16432024-10-16T19:19:56.160Z Compiling rustls v0.23.14
16442024-10-16T19:19:56.676Z Compiling base64ct v1.6.0
16452024-10-16T19:19:57.018Z Compiling unicode-normalization v0.1.24
16462024-10-16T19:19:57.397Z Compiling pem-rfc7468 v0.7.0
16472024-10-16T19:19:57.801Z Compiling serde_derive v1.0.210
16482024-10-16T19:19:58.066Z Compiling zeroize_derive v1.4.2
16492024-10-16T19:19:58.317Z Compiling zerocopy-derive v0.7.35
16502024-10-16T19:19:58.412Z Compiling tokio-macros v2.4.0
16512024-10-16T19:19:58.548Z Compiling thiserror-impl v1.0.64
16522024-10-16T19:19:58.592Z Compiling futures-macro v0.3.31
16532024-10-16T19:19:58.794Z Compiling tracing-attributes v0.1.27
16542024-10-16T19:19:59.933Z Compiling zeroize v1.8.1
16552024-10-16T19:20:00.503Z Compiling zerocopy v0.7.35
16562024-10-16T19:20:01.617Z Compiling der_derive v0.7.3
16572024-10-16T19:20:01.945Z Compiling crypto-common v0.1.6
16582024-10-16T19:20:02.176Z Compiling block-buffer v0.10.4
16592024-10-16T19:20:02.347Z Compiling schemars_derive v0.8.21
16602024-10-16T19:20:02.404Z Compiling futures-util v0.3.31
16612024-10-16T19:20:02.463Z Compiling digest v0.10.7
16622024-10-16T19:20:02.834Z Compiling hmac v0.12.1
16632024-10-16T19:20:02.863Z Compiling scroll_derive v0.12.0
16642024-10-16T19:20:03.051Z Compiling block-padding v0.3.3
16652024-10-16T19:20:03.072Z Compiling pest v2.7.14
16662024-10-16T19:20:03.922Z Compiling inout v0.1.3
16672024-10-16T19:20:04.187Z Compiling openssl-macros v0.1.1
16682024-10-16T19:20:04.350Z Compiling cipher v0.4.4
16692024-10-16T19:20:05.039Z Compiling sha2 v0.10.8
16702024-10-16T19:20:05.107Z Compiling tracing v0.1.40
16712024-10-16T19:20:05.906Z Compiling pest_meta v2.7.14
16722024-10-16T19:20:06.050Z Compiling ppv-lite86 v0.2.20
16732024-10-16T19:20:06.461Z Compiling async-trait v0.1.83
16742024-10-16T19:20:08.942Z Compiling pest_generator v2.7.14
16752024-10-16T19:20:09.658Z Compiling usdt-impl v0.5.0
16762024-10-16T19:20:10.018Z Compiling cookie v0.18.1
16772024-10-16T19:20:10.058Z Compiling percent-encoding v2.3.1
16782024-10-16T19:20:10.343Z Compiling syn v1.0.109
16792024-10-16T19:20:10.540Z Compiling dyn-clone v1.0.17
16802024-10-16T19:20:10.730Z Compiling pest_derive v2.7.14
16812024-10-16T19:20:10.750Z Compiling flagset v0.4.6
16822024-10-16T19:20:10.970Z Compiling der v0.7.9
16832024-10-16T19:20:10.992Z Compiling rand_chacha v0.3.1
16842024-10-16T19:20:11.420Z Compiling bytes v1.7.2
16852024-10-16T19:20:12.173Z Compiling bitflags v2.6.0
16862024-10-16T19:20:12.194Z Compiling indexmap v2.6.0
16872024-10-16T19:20:12.788Z Compiling tokio v1.40.0
16882024-10-16T19:20:13.782Z Compiling http v1.1.0
16892024-10-16T19:20:14.120Z Compiling serde_tokenstream v0.2.2
16902024-10-16T19:20:14.264Z Compiling rustc_version v0.4.1
16912024-10-16T19:20:14.396Z Compiling uuid v1.10.0
16922024-10-16T19:20:14.552Z Compiling chrono v0.4.38
16932024-10-16T19:20:15.849Z Compiling scroll v0.12.0
16942024-10-16T19:20:16.473Z Compiling aho-corasick v1.1.3
16952024-10-16T19:20:18.514Z Compiling rustls-pki-types v1.9.0
16962024-10-16T19:20:19.680Z Compiling rayon-core v1.12.1
16972024-10-16T19:20:19.741Z Compiling regex-syntax v0.8.5
16982024-10-16T19:20:20.142Z Compiling camino v1.1.9
16992024-10-16T19:20:20.406Z Compiling plain v0.2.3
17002024-10-16T19:20:20.605Z Compiling goblin v0.8.2
17012024-10-16T19:20:21.411Z Compiling spki v0.7.3
17022024-10-16T19:20:21.879Z Compiling rand v0.8.5
17032024-10-16T19:20:22.123Z Compiling tokio-util v0.7.12
17042024-10-16T19:20:23.616Z Compiling regex-automata v0.4.8
17052024-10-16T19:20:24.465Z Compiling salsa20 v0.10.2
17062024-10-16T19:20:24.768Z Compiling pbkdf2 v0.12.2
17072024-10-16T19:20:27.041Z Compiling rustls v0.22.4
17082024-10-16T19:20:27.073Z Compiling untrusted v0.9.0
17092024-10-16T19:20:27.318Z Compiling powerfmt v0.2.0
17102024-10-16T19:20:27.383Z Compiling try-lock v0.2.5
17112024-10-16T19:20:27.612Z Compiling pretty-hex v0.4.1
17122024-10-16T19:20:27.776Z Compiling deranged v0.3.11
17132024-10-16T19:20:27.959Z Compiling dof v0.3.0
17142024-10-16T19:20:28.688Z Compiling want v0.3.1
17152024-10-16T19:20:31.733Z Compiling scrypt v0.11.0
17162024-10-16T19:20:31.892Z Compiling dtrace-parser v0.2.0
17172024-10-16T19:20:32.281Z Compiling form_urlencoded v1.2.1
17182024-10-16T19:20:32.651Z Compiling cbc v0.1.2
17192024-10-16T19:20:32.953Z Compiling aes v0.8.4
17202024-10-16T19:20:33.075Z Compiling errno v0.3.9
17212024-10-16T19:20:33.180Z Compiling thread-id v4.2.2
17222024-10-16T19:20:33.432Z Compiling httpdate v1.0.3
17232024-10-16T19:20:33.794Z Compiling num_threads v0.1.7
17242024-10-16T19:20:34.006Z Compiling atomic-waker v1.1.2
17252024-10-16T19:20:34.195Z Compiling time v0.3.36
17262024-10-16T19:20:34.246Z Compiling pkcs5 v0.7.1
17272024-10-16T19:20:37.020Z Compiling rustls-webpki v0.102.8
17282024-10-16T19:20:38.052Z Compiling http-body v1.0.1
17292024-10-16T19:20:38.424Z Compiling heapless v0.7.17
17302024-10-16T19:20:38.627Z Compiling zerocopy-derive v0.6.6
17312024-10-16T19:20:38.960Z Compiling multer v3.1.0
17322024-10-16T19:20:39.279Z Compiling signal-hook v0.3.17
17332024-10-16T19:20:39.397Z Compiling num-bigint-dig v0.8.4
17342024-10-16T19:20:39.715Z Compiling tower-service v0.3.3
17352024-10-16T19:20:39.856Z Compiling anyhow v1.0.89
17362024-10-16T19:20:39.914Z Compiling slog-async v2.8.0
17372024-10-16T19:20:40.432Z Compiling pkcs8 v0.10.2
17382024-10-16T19:20:40.489Z Compiling h2 v0.4.6
17392024-10-16T19:20:41.165Z Compiling regex v1.11.0
17402024-10-16T19:20:42.083Z Compiling idna v0.5.0
17412024-10-16T19:20:42.506Z Compiling paste v1.0.15
17422024-10-16T19:20:42.857Z Compiling rustversion v1.0.17
17432024-10-16T19:20:43.004Z Compiling strsim v0.11.1
17442024-10-16T19:20:43.352Z Compiling base64 v0.22.1
17452024-10-16T19:20:43.870Z Compiling url v2.5.2
17462024-10-16T19:20:46.509Z Compiling usdt-macro v0.5.0
17472024-10-16T19:20:46.556Z Compiling usdt-attr-macro v0.5.0
17482024-10-16T19:20:48.122Z Compiling hyper v1.4.1
17492024-10-16T19:20:49.429Z Compiling curve25519-dalek v4.1.3
17502024-10-16T19:20:49.723Z Compiling openapiv3 v2.0.0
17512024-10-16T19:20:50.042Z Compiling toml_datetime v0.6.8
17522024-10-16T19:20:50.574Z Compiling serde_spanned v0.6.8
17532024-10-16T19:20:51.051Z Compiling enum-as-inner v0.6.1
17542024-10-16T19:20:51.140Z Compiling async-stream-impl v0.3.6
17552024-10-16T19:20:52.402Z Compiling dropshot v0.12.0
17562024-10-16T19:20:52.598Z Compiling portable-atomic v1.9.0
17572024-10-16T19:20:52.815Z Compiling match_cfg v0.1.0
17582024-10-16T19:20:53.613Z Compiling smoltcp v0.9.1
17592024-10-16T19:20:53.916Z Compiling foreign-types-shared v0.1.1
17602024-10-16T19:20:53.988Z Compiling hyper-util v0.1.9
17612024-10-16T19:20:54.038Z Compiling foreign-types v0.3.2
17622024-10-16T19:20:54.143Z Compiling hostname v0.3.1
17632024-10-16T19:20:57.744Z Compiling clap_derive v4.5.18
17642024-10-16T19:20:58.459Z Compiling dirs-sys-next v0.1.2
17652024-10-16T19:20:59.208Z Compiling encoding_rs v0.8.34
17662024-10-16T19:20:59.223Z Compiling ipnet v2.10.1
17672024-10-16T19:21:02.006Z Compiling data-encoding v2.6.0
17682024-10-16T19:21:02.883Z Compiling siphasher v0.3.11
17692024-10-16T19:21:03.508Z Compiling adler2 v2.0.0
17702024-10-16T19:21:03.747Z Compiling mime v0.3.17
17712024-10-16T19:21:04.076Z Compiling miniz_oxide v0.8.0
17722024-10-16T19:21:07.251Z Compiling dirs-next v2.0.0
17732024-10-16T19:21:10.859Z Compiling hubpack_derive v0.1.1
17742024-10-16T19:21:10.961Z Compiling http-body-util v0.1.2
17752024-10-16T19:21:11.167Z Compiling serde_urlencoded v0.7.1
17762024-10-16T19:21:11.447Z Compiling crossbeam-epoch v0.9.18
17772024-10-16T19:21:11.763Z Compiling dropshot_endpoint v0.12.0
17782024-10-16T19:21:11.915Z Compiling hashbrown v0.14.5
17792024-10-16T19:21:12.184Z Compiling sha1 v0.10.6
17802024-10-16T19:21:12.245Z Compiling signature v2.2.0
17812024-10-16T19:21:12.534Z Compiling curve25519-dalek-derive v0.1.1
17822024-10-16T19:21:12.583Z Compiling lazy_static v1.5.0
17832024-10-16T19:21:12.717Z Compiling thread_local v1.1.8
17842024-10-16T19:21:13.296Z Compiling fs-err v2.11.0
17852024-10-16T19:21:13.641Z Compiling openssl-probe v0.1.5
17862024-10-16T19:21:14.079Z Compiling gimli v0.31.1
17872024-10-16T19:21:14.293Z Compiling unicode-properties v0.1.3
17882024-10-16T19:21:14.388Z Compiling winnow v0.6.20
17892024-10-16T19:21:14.710Z Compiling either v1.13.0
17902024-10-16T19:21:15.063Z Compiling utf8parse v0.2.2
17912024-10-16T19:21:15.272Z Compiling anstyle v1.0.8
17922024-10-16T19:21:16.135Z Compiling anstyle-parse v0.2.5
17932024-10-16T19:21:16.223Z Compiling stringprep v0.1.5
17942024-10-16T19:21:17.157Z Compiling regress v0.10.1
17952024-10-16T19:21:17.346Z Compiling crossbeam-deque v0.8.5
17962024-10-16T19:21:18.529Z Compiling toml_edit v0.22.22
17972024-10-16T19:21:19.327Z Compiling addr2line v0.24.2
17982024-10-16T19:21:20.158Z Compiling term v0.7.0
17992024-10-16T19:21:21.693Z Compiling slog-json v2.6.1
18002024-10-16T19:21:22.881Z Compiling crossbeam-channel v0.5.13
18012024-10-16T19:21:23.551Z Compiling rustls-pemfile v2.2.0
18022024-10-16T19:21:24.617Z Compiling futures-executor v0.3.31
18032024-10-16T19:21:24.751Z Compiling md-5 v0.10.6
18042024-10-16T19:21:25.072Z Compiling idna v0.3.0
18052024-10-16T19:21:25.210Z Compiling idna v0.4.0
18062024-10-16T19:21:26.564Z Compiling num-integer v0.1.46
18072024-10-16T19:21:26.687Z Compiling ff v0.13.0
18082024-10-16T19:21:26.881Z Compiling hash32 v0.2.1
18092024-10-16T19:21:26.919Z Compiling is-terminal v0.4.13
18102024-10-16T19:21:27.060Z Compiling memmap v0.7.0
18112024-10-16T19:21:27.154Z Compiling object v0.36.5
18122024-10-16T19:21:27.255Z Compiling base16ct v0.2.0
18132024-10-16T19:21:27.276Z Compiling stable_deref_trait v1.2.0
18142024-10-16T19:21:27.387Z Compiling is_terminal_polyfill v1.70.1
18152024-10-16T19:21:27.402Z Compiling psl-types v2.0.11
18162024-10-16T19:21:27.520Z Compiling anstyle-query v1.1.1
18172024-10-16T19:21:27.542Z Compiling colorchoice v1.0.2
18182024-10-16T19:21:27.597Z Compiling take_mut v0.2.2
18192024-10-16T19:21:27.678Z Compiling quick-error v1.2.3
18202024-10-16T19:21:27.704Z Compiling fallible-iterator v0.2.0
18212024-10-16T19:21:27.758Z Compiling linked-hash-map v0.5.6
18222024-10-16T19:21:28.134Z Compiling rustc-demangle v0.1.24
18232024-10-16T19:21:28.330Z Compiling utf-8 v0.7.6
18242024-10-16T19:21:28.421Z Compiling heck v0.4.1
18252024-10-16T19:21:28.626Z Compiling tungstenite v0.23.0
18262024-10-16T19:21:28.853Z Compiling strum_macros v0.25.3
18272024-10-16T19:21:29.014Z Compiling postgres-protocol v0.6.7
18282024-10-16T19:21:30.221Z Compiling lru-cache v0.1.2
18292024-10-16T19:21:30.410Z Compiling resolv-conf v0.7.0
18302024-10-16T19:21:31.097Z Compiling anstream v0.6.15
18312024-10-16T19:21:31.396Z Compiling publicsuffix v2.2.3
18322024-10-16T19:21:31.668Z Compiling sec1 v0.7.3
18332024-10-16T19:21:31.764Z Compiling usdt v0.5.0
18342024-10-16T19:21:32.200Z Compiling num-iter v0.1.45
18352024-10-16T19:21:32.247Z Compiling slog-term v2.9.1
18362024-10-16T19:21:32.403Z Compiling group v0.13.0
18372024-10-16T19:21:32.712Z Compiling hickory-proto v0.24.1
18382024-10-16T19:21:32.928Z Compiling futures v0.3.31
18392024-10-16T19:21:34.009Z Compiling tokio-rustls v0.26.0
18402024-10-16T19:21:34.470Z Compiling backtrace v0.3.74
18412024-10-16T19:21:35.923Z Compiling tokio-rustls v0.25.0
18422024-10-16T19:21:36.347Z Compiling toml v0.8.19
18432024-10-16T19:21:36.544Z Compiling slog-bunyan v2.5.0
18442024-10-16T19:21:36.575Z Compiling typify-impl v0.2.0
18452024-10-16T19:21:36.756Z Compiling tokio-native-tls v0.3.1
18462024-10-16T19:21:37.041Z Compiling terminal_size v0.4.0
18472024-10-16T19:21:37.259Z Compiling phf_shared v0.11.2
18482024-10-16T19:21:37.513Z Compiling async-stream v0.3.6
18492024-10-16T19:21:37.821Z Compiling waitgroup v0.1.2
18502024-10-16T19:21:37.925Z Compiling webpki-roots v0.26.6
18512024-10-16T19:21:38.024Z Compiling serde_path_to_error v0.1.16
18522024-10-16T19:21:38.229Z Compiling hkdf v0.12.4
18532024-10-16T19:21:38.337Z Compiling crypto-bigint v0.5.5
18542024-10-16T19:21:38.852Z Compiling derive-where v1.2.7
18552024-10-16T19:21:41.768Z Compiling serde_repr v0.1.19
18562024-10-16T19:21:41.789Z Compiling hostname v0.4.0
18572024-10-16T19:21:41.933Z Compiling winnow v0.5.40
18582024-10-16T19:21:41.957Z Compiling bitflags v1.3.2
18592024-10-16T19:21:42.007Z Compiling debug-ignore v1.0.5
18602024-10-16T19:21:42.069Z Compiling unicode-width v0.1.14
18612024-10-16T19:21:42.155Z Compiling clap_lex v0.7.2
18622024-10-16T19:21:42.577Z Compiling managed v0.8.0
18632024-10-16T19:21:42.848Z Compiling console v0.15.8
18642024-10-16T19:21:43.138Z Compiling clap_builder v4.5.20
18652024-10-16T19:21:44.191Z Compiling elliptic-curve v0.13.8
18662024-10-16T19:21:45.461Z Compiling toml_edit v0.19.15
18672024-10-16T19:21:45.716Z Compiling hickory-resolver v0.24.1
18682024-10-16T19:21:47.641Z Compiling hyper-rustls v0.27.3
18692024-10-16T19:21:48.649Z Compiling typify-macro v0.2.0
18702024-10-16T19:21:51.052Z Compiling phf v0.11.2
18712024-10-16T19:21:51.404Z Compiling hyper-tls v0.6.0
18722024-10-16T19:21:51.754Z Compiling signal-hook-mio v0.2.4
18732024-10-16T19:21:51.933Z Compiling rayon v1.10.0
18742024-10-16T19:21:52.228Z Compiling cookie_store v0.21.0
18752024-10-16T19:21:52.433Z Compiling postgres-types v0.2.8
18762024-10-16T19:21:52.662Z Compiling tokio-tungstenite v0.23.1
18772024-10-16T19:21:52.865Z Compiling ed25519 v2.2.3
18782024-10-16T19:21:53.073Z Compiling hubpack v0.1.2
18792024-10-16T19:21:53.211Z Compiling phf_shared v0.10.0
18802024-10-16T19:21:53.550Z Compiling pkcs1 v0.7.5
18812024-10-16T19:21:53.599Z Compiling zerocopy v0.6.6
18822024-10-16T19:21:53.771Z Compiling bstr v1.10.0
18832024-10-16T19:21:54.472Z Compiling tokio-stream v0.1.16
18842024-10-16T19:21:54.617Z Compiling serde-big-array v0.5.1
18852024-10-16T19:21:54.856Z Compiling rfc6979 v0.4.0
18862024-10-16T19:21:55.131Z Compiling float-cmp v0.9.0
18872024-10-16T19:21:55.346Z Compiling sync_wrapper v1.0.1
18882024-10-16T19:21:55.393Z Compiling crc32fast v1.4.2
18892024-10-16T19:21:55.601Z Compiling number_prefix v0.4.0
18902024-10-16T19:21:55.662Z Compiling bit-vec v0.6.3
18912024-10-16T19:21:55.704Z Compiling unicode-segmentation v1.12.0
18922024-10-16T19:21:55.865Z Compiling precomputed-hash v0.1.1
18932024-10-16T19:21:55.954Z Compiling whoami v1.5.2
18942024-10-16T19:21:55.989Z Compiling predicates-core v1.0.8
18952024-10-16T19:21:56.079Z Compiling difflib v0.4.0
18962024-10-16T19:21:56.507Z Compiling fixedbitset v0.4.2
18972024-10-16T19:21:56.558Z Compiling minimal-lexical v0.2.1
18982024-10-16T19:21:56.645Z Compiling normalize-line-endings v0.3.0
18992024-10-16T19:21:56.708Z Compiling static_assertions v1.1.0
19002024-10-16T19:21:56.777Z Compiling new_debug_unreachable v1.0.6
19012024-10-16T19:21:56.823Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19022024-10-16T19:21:56.882Z Compiling string_cache v0.8.7
19032024-10-16T19:21:56.904Z Compiling petgraph v0.6.5
19042024-10-16T19:21:57.035Z Compiling nom v7.1.3
19052024-10-16T19:21:57.241Z Compiling predicates v3.1.2
19062024-10-16T19:21:57.304Z Compiling similar v2.6.0
19072024-10-16T19:21:58.759Z Compiling indicatif v0.17.8
19082024-10-16T19:21:59.292Z Compiling tokio-postgres v0.7.12
19092024-10-16T19:22:00.612Z Compiling bit-set v0.5.3
19102024-10-16T19:22:02.924Z Compiling flate2 v1.0.34
19112024-10-16T19:22:03.433Z Compiling reqwest v0.12.8
19122024-10-16T19:22:03.468Z Compiling qorb v0.0.2
19132024-10-16T19:22:03.823Z Compiling ecdsa v0.16.9
19142024-10-16T19:22:04.837Z Compiling rsa v0.9.6
19152024-10-16T19:22:06.012Z Compiling ed25519-dalek v2.1.1
19162024-10-16T19:22:06.552Z Compiling crossterm v0.28.1
19172024-10-16T19:22:06.885Z Compiling toml v0.7.8
19182024-10-16T19:22:07.097Z Compiling clap v4.5.20
19192024-10-16T19:22:07.254Z Compiling itertools v0.10.5
19202024-10-16T19:22:08.417Z Compiling itertools v0.12.1
19212024-10-16T19:22:10.263Z Compiling x509-cert v0.2.5
19222024-10-16T19:22:11.375Z Compiling hex v0.4.3
19232024-10-16T19:22:14.085Z Compiling lalrpop-util v0.19.12
19242024-10-16T19:22:14.777Z Compiling radium v0.7.0
19252024-10-16T19:22:14.904Z Compiling unicode-xid v0.2.6
19262024-10-16T19:22:15.235Z Compiling peg-runtime v0.8.3
19272024-10-16T19:22:15.779Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19282024-10-16T19:22:23.102Z Compiling maybe-uninit v2.0.0
19292024-10-16T19:22:24.500Z Compiling tap v1.0.1
19302024-10-16T19:22:24.703Z Compiling ident_case v1.0.1
19312024-10-16T19:22:24.896Z Compiling darling_core v0.20.10
19322024-10-16T19:22:28.751Z Compiling wyz v0.5.1
19332024-10-16T19:22:42.612Z Compiling typify v0.2.0
19342024-10-16T19:22:45.385Z Compiling http v0.2.12
19352024-10-16T19:22:47.131Z Compiling bzip2-sys v0.1.11+1.0.8
19362024-10-16T19:22:48.939Z Compiling packed_struct v0.10.1
19372024-10-16T19:22:49.382Z Compiling funty v2.0.0
19382024-10-16T19:22:49.424Z Compiling base64 v0.21.7
19392024-10-16T19:22:50.208Z Compiling unsafe-libyaml v0.2.11
19402024-10-16T19:22:50.542Z Compiling bitvec v1.0.1
19412024-10-16T19:22:51.822Z Compiling serde_yaml v0.9.34+deprecated
19422024-10-16T19:22:59.177Z Compiling progenitor-impl v0.8.0
19432024-10-16T19:23:01.981Z Compiling darling_macro v0.20.10
19442024-10-16T19:23:03.500Z Compiling packed_struct_codegen v0.10.1
19452024-10-16T19:23:05.781Z Compiling structmeta-derive v0.3.0
19462024-10-16T19:23:06.312Z Compiling indexmap v1.9.3
19472024-10-16T19:23:06.662Z Compiling crc-catalog v2.4.0
19482024-10-16T19:23:07.358Z Compiling fastrand v2.1.1
19492024-10-16T19:23:08.019Z Compiling newtype-uuid v1.1.2
19502024-10-16T19:23:08.316Z Compiling nodrop v0.1.14
19512024-10-16T19:23:08.411Z Compiling structmeta v0.3.0
19522024-10-16T19:23:08.443Z Compiling array-init v0.0.4
19532024-10-16T19:23:10.529Z Compiling tempfile v3.13.0
19542024-10-16T19:23:10.568Z Compiling crc v3.2.1
19552024-10-16T19:23:11.879Z Compiling progenitor-macro v0.8.0
19562024-10-16T19:23:14.696Z Compiling darling v0.20.10
19572024-10-16T19:23:14.833Z Compiling smallvec v0.6.14
19582024-10-16T19:23:19.386Z Compiling h2 v0.3.26
19592024-10-16T19:23:20.481Z Compiling http-body v0.4.6
19602024-10-16T19:23:21.028Z Compiling progenitor-client v0.8.0
19612024-10-16T19:23:26.677Z Compiling pin-project-internal v1.1.6
19622024-10-16T19:23:27.739Z Compiling termcolor v1.4.1
19632024-10-16T19:23:28.034Z Compiling bitfield v0.14.0
19642024-10-16T19:23:28.800Z Compiling hashbrown v0.12.3
19652024-10-16T19:23:30.353Z Compiling same-file v1.0.6
19662024-10-16T19:23:30.632Z Compiling walkdir v2.5.0
19672024-10-16T19:23:37.480Z Compiling pin-project v1.1.6
19682024-10-16T19:23:37.656Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19692024-10-16T19:23:37.773Z Compiling env_logger v0.10.2
19702024-10-16T19:23:40.725Z Compiling hyper v0.14.30
19712024-10-16T19:23:41.069Z Compiling progenitor v0.8.0
19722024-10-16T19:23:44.647Z Compiling serde-hex v0.1.0
19732024-10-16T19:23:48.628Z Compiling bzip2 v0.4.4
19742024-10-16T19:23:49.064Z Compiling serde_with_macros v3.11.0
19752024-10-16T19:23:49.755Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19762024-10-16T19:23:50.099Z Compiling parse-display-derive v0.10.0
19772024-10-16T19:23:51.761Z Compiling ron v0.8.1
19782024-10-16T19:23:53.307Z Compiling strum_macros v0.26.4
19792024-10-16T19:23:54.033Z Compiling ipnetwork v0.20.0
19802024-10-16T19:23:55.280Z Compiling hashbrown v0.13.2
19812024-10-16T19:23:55.701Z Compiling xattr v1.3.1
19822024-10-16T19:23:56.046Z Compiling snafu-derive v0.8.5
19832024-10-16T19:23:56.193Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19842024-10-16T19:23:56.628Z Compiling ring v0.16.20
19852024-10-16T19:23:56.936Z Compiling blake3 v1.5.4
19862024-10-16T19:23:57.560Z Compiling filetime v0.2.25
19872024-10-16T19:23:57.635Z Compiling instant v0.1.13
19882024-10-16T19:23:57.747Z Compiling buf-list v1.0.3
19892024-10-16T19:23:57.791Z Compiling sync_wrapper v0.1.2
19902024-10-16T19:23:57.793Z Compiling crc-any v2.5.0
19912024-10-16T19:23:57.928Z Compiling reqwest v0.11.27
19922024-10-16T19:23:58.336Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19932024-10-16T19:23:58.357Z Compiling strum v0.26.3
19942024-10-16T19:23:58.552Z Compiling tar v0.4.42
19952024-10-16T19:23:58.756Z Compiling backoff v0.4.0
19962024-10-16T19:23:59.795Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19972024-10-16T19:24:00.019Z Compiling object v0.30.4
19982024-10-16T19:24:00.764Z Compiling snafu v0.8.5
19992024-10-16T19:24:02.076Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20002024-10-16T19:24:03.770Z Compiling parse-display v0.10.0
20012024-10-16T19:24:04.924Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20022024-10-16T19:24:05.716Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20032024-10-16T19:24:05.738Z Compiling serde_with v3.11.0
20042024-10-16T19:24:06.277Z Compiling zip v0.6.6
20052024-10-16T19:24:06.642Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20062024-10-16T19:24:07.368Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20072024-10-16T19:24:08.959Z Compiling camino-tempfile v1.1.1
20082024-10-16T19:24:09.709Z Compiling globset v0.4.15
20092024-10-16T19:24:10.013Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20102024-10-16T19:24:10.218Z Compiling regress v0.9.1
20112024-10-16T19:24:13.099Z Compiling pem v3.0.4
20122024-10-16T19:24:14.594Z Compiling olpc-cjson v0.1.4
20132024-10-16T19:24:14.598Z Compiling serde_plain v1.0.2
20142024-10-16T19:24:14.929Z Compiling macaddr v1.0.1
20152024-10-16T19:24:15.110Z Compiling async-recursion v1.1.1
20162024-10-16T19:24:15.526Z Compiling memmap2 v0.9.5
20172024-10-16T19:24:16.155Z Compiling path-slash v0.1.5
20182024-10-16T19:24:16.175Z Compiling spin v0.5.2
20192024-10-16T19:24:16.400Z Compiling arrayvec v0.7.6
20202024-10-16T19:24:16.497Z Compiling arrayref v0.3.9
20212024-10-16T19:24:16.603Z Compiling typed-path v0.7.1
20222024-10-16T19:24:16.623Z Compiling constant_time_eq v0.3.1
20232024-10-16T19:24:16.812Z Compiling untrusted v0.7.1
20242024-10-16T19:24:17.300Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20252024-10-16T19:24:18.840Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20262024-10-16T19:24:19.503Z Compiling tough v0.17.1
20272024-10-16T19:24:21.421Z Compiling itertools v0.13.0
20282024-10-16T19:24:23.311Z Compiling cargo-platform v0.1.8
20292024-10-16T19:24:24.429Z Compiling parse-size v1.0.0
20302024-10-16T19:24:24.477Z Compiling topological-sort v0.2.2
20312024-10-16T19:24:24.729Z Compiling omicron-zone-package v0.11.1
20322024-10-16T19:24:24.755Z Compiling cargo_metadata v0.18.1
20332024-10-16T19:24:25.105Z Compiling shell-words v1.1.0
20342024-10-16T19:24:31.498Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20352024-10-16T19:24:45.048Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20362024-10-16T19:24:59.765Z Finished `release` profile [optimized] target(s) in 5m 18s
20372024-10-16T19:24:59.921Z Running `target/release/omicron-releng --output-dir /work`
20382024-10-16T19:24:59.968ZOct 16 19:24:59.518 DEBG changing working directory to /work/oxidecomputer/omicron
20392024-10-16T19:25:00.064ZOct 16 19:24:59.616 DEBG running: git rev-parse HEAD
20402024-10-16T19:25:00.070ZOct 16 19:24:59.623 DEBG process exited with exit status: 0 (6.50511ms)
20412024-10-16T19:25:00.070ZOct 16 19:24:59.623 INFO version: 12.0.0-0.ci+gitee7ff3f015a
20422024-10-16T19:25:00.110ZOct 16 19:24:59.663 INFO cloning helios to /work/oxidecomputer/helios
20432024-10-16T19:25:00.111ZOct 16 19:24:59.663 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20442024-10-16T19:25:00.116ZCloning into '/work/oxidecomputer/helios'...
20452024-10-16T19:25:00.641ZOct 16 19:25:00.193 DEBG process exited with exit status: 0 (530.128595ms)
20462024-10-16T19:25:00.641ZOct 16 19:25:00.193 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20472024-10-16T19:25:00.649Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20482024-10-16T19:25:00.649Z# branch.head master
20492024-10-16T19:25:00.649Z# branch.upstream origin/master
20502024-10-16T19:25:00.649Z# branch.ab +0 -0
20512024-10-16T19:25:00.651ZOct 16 19:25:00.202 DEBG process exited with exit status: 0 (8.175835ms)
20522024-10-16T19:25:00.651ZOct 16 19:25:00.202 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20532024-10-16T19:25:01.526ZOct 16 19:25:01.077 DEBG process exited with exit status: 0 (875.583665ms)
20542024-10-16T19:25:01.526ZOct 16 19:25:01.077 DEBG running: zfs list rpool/images/build/host
20552024-10-16T19:25:01.533ZNAME USED AVAIL REFER MOUNTPOINT
20562024-10-16T19:25:01.534Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20572024-10-16T19:25:01.536ZOct 16 19:25:01.085 DEBG process exited with exit status: 0 (7.858666ms)
20582024-10-16T19:25:01.536ZOct 16 19:25:01.085 DEBG running: zfs list rpool/images/build/recovery
20592024-10-16T19:25:01.539ZNAME USED AVAIL REFER MOUNTPOINT
20602024-10-16T19:25:01.539Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20612024-10-16T19:25:01.541ZOct 16 19:25:01.092 DEBG process exited with exit status: 0 (6.553389ms)
20622024-10-16T19:25:01.541ZOct 16 19:25:01.093 INFO [hubris-production] running task
20632024-10-16T19:25:01.542ZOct 16 19:25:01.093 INFO [hubris-staging] running task
20642024-10-16T19:25:01.542ZOct 16 19:25:01.093 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20652024-10-16T19:25:01.545ZOct 16 19:25:01.097 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20662024-10-16T19:25:01.906Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20672024-10-16T19:25:02.066Z[ omicron-package] Blocking waiting for file lock on package cache
20682024-10-16T19:25:02.765Z[ omicron-package] Blocking waiting for file lock on package cache
20692024-10-16T19:25:03.066Z[ omicron-package] Blocking waiting for file lock on package cache
20702024-10-16T19:25:03.771ZOct 16 19:25:03.323 INFO [hubris-production] task succeeded (2.230063436s)
20712024-10-16T19:25:03.853Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20722024-10-16T19:25:03.855Z[ omicron-package] Compiling heapless v0.8.0
20732024-10-16T19:25:04.142Z[ omicron-package] Compiling hash32 v0.3.1
20742024-10-16T19:25:04.145Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20752024-10-16T19:25:04.145Z[ omicron-package] Compiling smoltcp v0.11.0
20762024-10-16T19:25:04.145Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20772024-10-16T19:25:04.145Z[ omicron-package] Compiling cobs v0.2.3
20782024-10-16T19:25:04.145Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20792024-10-16T19:25:04.928Z[ omicron-package] Compiling postcard v1.0.10
20802024-10-16T19:25:05.306Z[ omicron-package] Compiling proc-macro-error v1.0.4
20812024-10-16T19:25:05.306Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20822024-10-16T19:25:05.507Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20832024-10-16T19:25:05.658Z[ omicron-package] Compiling num_enum_derive v0.5.11
20842024-10-16T19:25:06.171Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20852024-10-16T19:25:06.233Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20862024-10-16T19:25:06.899Z[ omicron-package] Compiling tabwriter v1.4.0
20872024-10-16T19:25:07.165Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882024-10-16T19:25:07.241Z[ omicron-package] Compiling cstr-argument v0.1.2
20892024-10-16T19:25:07.241Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20902024-10-16T19:25:08.083Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20912024-10-16T19:25:08.361Z[ omicron-package] Compiling foreign-types v0.5.0
20922024-10-16T19:25:08.439Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20932024-10-16T19:25:08.612Z[ omicron-package] Compiling pretty-hex v0.2.1
20942024-10-16T19:25:08.764Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952024-10-16T19:25:09.202Z[ omicron-package] Compiling colored v2.1.0
20962024-10-16T19:25:09.318Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20972024-10-16T19:25:09.390Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20982024-10-16T19:25:09.805Z[ omicron-package] Compiling num_enum v0.5.11
20992024-10-16T19:25:09.928Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21002024-10-16T19:25:10.112Z[ omicron-package] Compiling sigpipe v0.1.3
21012024-10-16T19:25:10.225Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21022024-10-16T19:25:10.228Z[ omicron-package] Compiling num-derive v0.4.2
21032024-10-16T19:25:10.652Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21042024-10-16T19:25:10.655Z[ omicron-package] Compiling libefi-sys v0.1.0
21052024-10-16T19:25:10.655Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21062024-10-16T19:25:11.313Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21072024-10-16T19:25:11.564Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21082024-10-16T19:25:11.786Z[ omicron-package] Compiling smf v0.2.3
21092024-10-16T19:25:11.929Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21102024-10-16T19:25:12.447Z[ omicron-package] Compiling bitfield-struct v0.6.2
21112024-10-16T19:25:13.569ZOct 16 19:25:13.117 INFO [hubris-staging] task succeeded (12.024243622s)
21122024-10-16T19:25:13.728Z[ omicron-package] Compiling zone v0.3.0
21132024-10-16T19:25:15.378Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21142024-10-16T19:25:15.422Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21152024-10-16T19:25:15.829Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21162024-10-16T19:25:16.751Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21172024-10-16T19:25:17.475Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21182024-10-16T19:25:17.734Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21192024-10-16T19:25:17.952Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21202024-10-16T19:25:18.289Z[ omicron-package] Compiling gethostname v0.5.0
21212024-10-16T19:25:19.299Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-16T19:25:22.033Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21232024-10-16T19:25:24.718Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242024-10-16T19:25:25.392Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252024-10-16T19:25:26.932Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21262024-10-16T19:25:42.088Z[ helios-setup] Oct 16 19:25:41.629 INFO helios repository root is: /work/oxidecomputer/helios
21272024-10-16T19:25:42.090Z[ helios-setup] Oct 16 19:25:41.631 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21282024-10-16T19:25:42.090Z[ helios-setup] Oct 16 19:25:41.631 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
21292024-10-16T19:25:42.093Z[ helios-setup] Oct 16 19:25:41.631 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21302024-10-16T19:25:42.095Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21312024-10-16T19:25:43.112Z[ helios-setup] Oct 16 19:25:42.652 INFO clone ok!, project: phbl
21322024-10-16T19:25:43.114Z[ helios-setup] Oct 16 19:25:42.652 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
21332024-10-16T19:25:43.114Z[ helios-setup] Oct 16 19:25:42.652 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21342024-10-16T19:25:43.117Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21352024-10-16T19:25:46.628Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.06s
21362024-10-16T19:25:46.857Z[ omicron-package]
21372024-10-16T19:25:46.857Z[ omicron-package] real 45.255327367
21382024-10-16T19:25:46.860Z[ omicron-package] user 2:39.364402221
21392024-10-16T19:25:46.860Z[ omicron-package] sys 20.822465974
21402024-10-16T19:25:46.860Z[ omicron-package] trap 0.172429011
21412024-10-16T19:25:46.860Z[ omicron-package] tflt 0.424687918
21422024-10-16T19:25:46.860Z[ omicron-package] dflt 0.607965196
21432024-10-16T19:25:46.860Z[ omicron-package] kflt 0.000843774
21442024-10-16T19:25:46.860Z[ omicron-package] lock 5:07.979213662
21452024-10-16T19:25:46.860Z[ omicron-package] slp 8:32.906899041
21462024-10-16T19:25:46.860Z[ omicron-package] lat 1:36.963723530
21472024-10-16T19:25:46.860Z[ omicron-package] stop 52.323600544
21482024-10-16T19:25:46.860ZOct 16 19:25:46.397 INFO [omicron-package] process exited with exit status: 0 (45.300487614s)
21492024-10-16T19:25:46.860ZOct 16 19:25:46.397 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
21502024-10-16T19:25:46.932ZOct 16 19:25:46.471 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21512024-10-16T19:25:46.944Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21522024-10-16T19:25:46.946Z[ host-target] Created new build target 'host' and set it as active
21532024-10-16T19:25:46.946ZOct 16 19:25:46.486 INFO [host-target] process exited with exit status: 0 (88.034476ms)
21542024-10-16T19:25:46.946ZOct 16 19:25:46.486 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21552024-10-16T19:25:46.955Z[ recovery-target] Created new build target 'recovery' and set it as active
21562024-10-16T19:25:46.957Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21572024-10-16T19:25:46.957ZOct 16 19:25:46.496 INFO [recovery-target] process exited with exit status: 0 (24.468787ms)
21582024-10-16T19:25:46.964Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21592024-10-16T19:25:48.191Z[ host-package] Compiling convert_case v0.4.0
21602024-10-16T19:25:48.192Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21612024-10-16T19:25:48.195Z[ host-package] Compiling password-hash v0.5.0
21622024-10-16T19:25:48.195Z[ host-package] Compiling blake2 v0.10.6
21632024-10-16T19:25:48.195Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21642024-10-16T19:25:48.195Z[ host-package] Compiling newline-converter v0.3.0
21652024-10-16T19:25:48.195Z[ host-package] Compiling cancel-safe-futures v0.1.5
21662024-10-16T19:25:48.245Z[ helios-setup] Oct 16 19:25:47.784 INFO clone ok!, project: amd-firmware
21672024-10-16T19:25:48.248Z[ helios-setup] Oct 16 19:25:47.784 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
21682024-10-16T19:25:48.248Z[ helios-setup] Oct 16 19:25:47.784 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21692024-10-16T19:25:48.248Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21702024-10-16T19:25:48.368Z[ host-package] Compiling owo-colors v4.1.0
21712024-10-16T19:25:48.553Z[ host-package] Compiling expectorate v1.1.0
21722024-10-16T19:25:48.576Z[ host-package] Compiling libsw v3.3.1
21732024-10-16T19:25:48.784Z[ host-package] Compiling linear-map v1.2.0
21742024-10-16T19:25:48.851Z[ helios-setup] Oct 16 19:25:48.390 INFO clone ok!, project: image-builder
21752024-10-16T19:25:48.854Z[ helios-setup] Oct 16 19:25:48.390 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
21762024-10-16T19:25:48.854Z[ helios-setup] Oct 16 19:25:48.390 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21772024-10-16T19:25:48.856Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21782024-10-16T19:25:48.971Z[ host-package] Compiling argon2 v0.5.3
21792024-10-16T19:25:49.111Z[ host-package] Compiling derive_more v0.99.18
21802024-10-16T19:25:49.186Z[ host-package] Compiling indent_write v2.2.0
21812024-10-16T19:25:49.374Z[ host-package] Compiling swrite v0.1.0
21822024-10-16T19:25:49.423Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21832024-10-16T19:25:49.502Z[ host-package] Compiling progenitor-client v0.8.0
21842024-10-16T19:25:49.521Z[ host-package] Compiling atomicwrites v0.4.4
21852024-10-16T19:25:49.871Z[ helios-setup] Oct 16 19:25:49.410 INFO clone ok!, project: chelsio-t6-roms
21862024-10-16T19:25:49.871Z[ helios-setup] Oct 16 19:25:49.410 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21872024-10-16T19:25:49.875Z[ helios-setup] Oct 16 19:25:49.410 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
21882024-10-16T19:25:49.875Z[ helios-setup] Oct 16 19:25:49.410 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21892024-10-16T19:25:49.878Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21902024-10-16T19:25:49.922Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21912024-10-16T19:25:50.045Z[ host-package] Compiling progenitor v0.8.0
21922024-10-16T19:25:50.161Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21932024-10-16T19:25:50.289Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21942024-10-16T19:25:50.475Z[ host-package] Compiling num-rational v0.4.2
21952024-10-16T19:25:50.532Z[ host-package] Compiling num-complex v0.4.6
21962024-10-16T19:25:50.582Z[ helios-setup] Oct 16 19:25:50.120 INFO clone ok!, project: bootserver
21972024-10-16T19:25:50.584Z[ helios-setup] Oct 16 19:25:50.120 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
21982024-10-16T19:25:50.584Z[ helios-setup] Oct 16 19:25:50.120 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21992024-10-16T19:25:50.587Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22002024-10-16T19:25:51.370Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22012024-10-16T19:25:51.667Z[ host-package] Compiling prettyplease v0.2.22
22022024-10-16T19:25:51.754Z[ helios-setup] Oct 16 19:25:51.292 INFO clone ok!, project: pilot
22032024-10-16T19:25:51.756Z[ helios-setup] Oct 16 19:25:51.292 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22042024-10-16T19:25:51.756Z[ helios-setup] Oct 16 19:25:51.292 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
22052024-10-16T19:25:51.756Z[ helios-setup] Oct 16 19:25:51.292 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22062024-10-16T19:25:51.759Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22072024-10-16T19:25:51.994Z[ host-package] Compiling num v0.4.3
22082024-10-16T19:25:52.033Z[ host-package] Compiling float-ord v0.3.2
22092024-10-16T19:25:52.120Z[ host-package] Compiling semver v0.1.20
22102024-10-16T19:25:52.207Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22112024-10-16T19:25:52.472Z[ helios-setup] Oct 16 19:25:52.010 INFO clone ok!, project: pinprick
22122024-10-16T19:25:52.474Z[ helios-setup] Oct 16 19:25:52.010 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
22132024-10-16T19:25:52.475Z[ helios-setup] Oct 16 19:25:52.010 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
22142024-10-16T19:25:52.477Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22152024-10-16T19:25:52.743Z[ host-package] Compiling rustc_version v0.1.7
22162024-10-16T19:25:53.124Z[ host-package] Compiling highway v1.2.0
22172024-10-16T19:25:53.146Z[ host-package] Compiling newtype_derive v0.1.6
22182024-10-16T19:25:53.602Z[ host-package] Compiling humantime v2.1.0
22192024-10-16T19:25:53.663Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22202024-10-16T19:25:53.684Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22212024-10-16T19:25:54.613Z[ host-package] Compiling home v0.5.9
22222024-10-16T19:25:54.636Z[ host-package] Compiling steno v0.4.1
22232024-10-16T19:25:55.899Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22242024-10-16T19:25:57.762Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22252024-10-16T19:25:58.939Z[ host-package] Compiling newtype-uuid v1.1.2
22262024-10-16T19:25:58.963Z[ host-package] Compiling ipnetwork v0.20.0
22272024-10-16T19:25:59.319Z[ host-package] Compiling slog-dtrace v0.3.0
22282024-10-16T19:25:59.692Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22292024-10-16T19:25:59.843Z[ host-package] Compiling instant v0.1.13
22302024-10-16T19:26:00.022Z[ host-package] Compiling backoff v0.4.0
22312024-10-16T19:26:00.213Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22322024-10-16T19:26:00.390Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22332024-10-16T19:26:00.766Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22342024-10-16T19:26:00.952Z[ host-package] Compiling parse-display v0.10.0
22352024-10-16T19:26:01.552Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22362024-10-16T19:26:01.822Z[ host-package] Compiling strum v0.26.3
22372024-10-16T19:26:02.050Z[ host-package] Compiling serde_with v3.11.0
22382024-10-16T19:26:02.162Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22392024-10-16T19:26:02.177Z[ helios-setup] Oct 16 19:26:01.712 INFO clone ok!, project: amd-host-image-builder
22402024-10-16T19:26:02.180Z[ helios-setup] Oct 16 19:26:01.713 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22412024-10-16T19:26:03.158Z[ helios-setup] Oct 16 19:26:02.692 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22422024-10-16T19:26:03.677Z[ helios-setup] Oct 16 19:26:03.212 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22432024-10-16T19:26:03.677Z[ helios-setup] Oct 16 19:26:03.212 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22442024-10-16T19:26:04.222Z[ helios-setup] Oct 16 19:26:03.756 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22452024-10-16T19:26:04.796Z[ helios-setup] Oct 16 19:26:04.330 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22462024-10-16T19:26:04.799Z[ helios-setup] Oct 16 19:26:04.331 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22472024-10-16T19:26:04.874Z[ host-package] Compiling regress v0.9.1
22482024-10-16T19:26:05.324Z[ helios-setup] Oct 16 19:26:04.858 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22492024-10-16T19:26:05.890Z[ helios-setup] Oct 16 19:26:05.424 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22502024-10-16T19:26:05.893Z[ helios-setup] Oct 16 19:26:05.424 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22512024-10-16T19:26:05.893Z[ helios-setup] Oct 16 19:26:05.425 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22522024-10-16T19:26:05.893Z[ helios-setup] Oct 16 19:26:05.425 INFO ok!
22532024-10-16T19:26:05.893Z[ helios-setup] Oct 16 19:26:05.425 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22542024-10-16T19:26:05.893Z[ helios-setup] Oct 16 19:26:05.425 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22552024-10-16T19:26:05.893Z[ helios-setup] Oct 16 19:26:05.425 INFO ok!
22562024-10-16T19:26:05.893Z[ helios-setup] Oct 16 19:26:05.425 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22572024-10-16T19:26:05.893Z[ helios-setup] Oct 16 19:26:05.425 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22582024-10-16T19:26:05.894Z[ helios-setup] Oct 16 19:26:05.425 INFO ok!
22592024-10-16T19:26:05.894Z[ helios-setup] Oct 16 19:26:05.425 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22602024-10-16T19:26:05.894Z[ helios-setup] Oct 16 19:26:05.425 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22612024-10-16T19:26:06.245Z[ helios-setup] Oct 16 19:26:05.779 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22622024-10-16T19:26:06.406Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22632024-10-16T19:26:06.859Z[ helios-setup] Oct 16 19:26:06.393 INFO E| From https://github.com/jclulow/rust-jmclib
22642024-10-16T19:26:06.859Z[ helios-setup] Oct 16 19:26:06.393 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
22652024-10-16T19:26:06.881Z[ helios-setup] Oct 16 19:26:06.415 INFO E| Updating crates.io index
22662024-10-16T19:26:07.015Z[ helios-setup] Oct 16 19:26:06.549 INFO E| Downloading crates ...
22672024-10-16T19:26:07.134Z[ helios-setup] Oct 16 19:26:06.668 INFO E| Downloaded block-buffer v0.9.0
22682024-10-16T19:26:07.137Z[ helios-setup] Oct 16 19:26:06.670 INFO E| Downloaded bitflags v2.3.3
22692024-10-16T19:26:07.174Z[ helios-setup] Oct 16 19:26:06.707 INFO E| Downloaded opaque-debug v0.3.0
22702024-10-16T19:26:07.176Z[ helios-setup] Oct 16 19:26:06.709 INFO E| Downloaded libdevinfo-sys v1.0.0
22712024-10-16T19:26:07.205Z[ helios-setup] Oct 16 19:26:06.739 INFO E| Downloaded md-5 v0.9.1
22722024-10-16T19:26:07.208Z[ helios-setup] Oct 16 19:26:06.741 INFO E| Downloaded itoa v1.0.9
22732024-10-16T19:26:07.210Z[ helios-setup] Oct 16 19:26:06.743 INFO E| Downloaded fastrand v2.0.0
22742024-10-16T19:26:07.217Z[ helios-setup] Oct 16 19:26:06.751 INFO E| Downloaded errno v0.3.1
22752024-10-16T19:26:07.219Z[ helios-setup] Oct 16 19:26:06.753 INFO E| Downloaded walkdir v2.3.3
22762024-10-16T19:26:07.229Z[ helios-setup] Oct 16 19:26:06.763 INFO E| Downloaded sha-1 v0.9.8
22772024-10-16T19:26:07.232Z[ helios-setup] Oct 16 19:26:06.766 INFO E| Downloaded unicode-ident v1.0.11
22782024-10-16T19:26:07.237Z[ helios-setup] Oct 16 19:26:06.770 INFO E| Downloaded toml v0.5.11
22792024-10-16T19:26:07.254Z[ helios-setup] Oct 16 19:26:06.788 INFO E| Downloaded tempfile v3.7.0
22802024-10-16T19:26:07.258Z[ helios-setup] Oct 16 19:26:06.792 INFO E| Downloaded uuid v0.8.2
22812024-10-16T19:26:07.263Z[ helios-setup] Oct 16 19:26:06.797 INFO E| Downloaded typenum v1.16.0
22822024-10-16T19:26:07.267Z[ helios-setup] Oct 16 19:26:06.801 INFO E| Downloaded serde_derive v1.0.193
22832024-10-16T19:26:07.293Z[ helios-setup] Oct 16 19:26:06.827 INFO E| Downloaded serde_json v1.0.103
22842024-10-16T19:26:07.305Z[ helios-setup] Oct 16 19:26:06.838 INFO E| Downloaded serde v1.0.193
22852024-10-16T19:26:07.310Z[ helios-setup] Oct 16 19:26:06.844 INFO E| Downloaded ryu v1.0.15
22862024-10-16T19:26:07.315Z[ helios-setup] Oct 16 19:26:06.849 INFO E| Downloaded syn v2.0.32
22872024-10-16T19:26:07.333Z[ helios-setup] Oct 16 19:26:06.866 INFO E| Downloaded rustix v0.38.4
22882024-10-16T19:26:07.364Z[ helios-setup] Oct 16 19:26:06.898 INFO E| Downloaded proc-macro2 v1.0.66
22892024-10-16T19:26:07.368Z[ helios-setup] Oct 16 19:26:06.902 INFO E| Downloaded once_cell v1.18.0
22902024-10-16T19:26:07.372Z[ helios-setup] Oct 16 19:26:06.906 INFO E| Downloaded libc v0.2.147
22912024-10-16T19:26:07.412Z[ helios-setup] Oct 16 19:26:06.946 INFO E| Downloaded anyhow v1.0.72
22922024-10-16T19:26:07.418Z[ helios-setup] Oct 16 19:26:06.952 INFO E| Downloaded getrandom v0.2.10
22932024-10-16T19:26:07.423Z[ helios-setup] Oct 16 19:26:06.957 INFO E| Downloaded quote v1.0.31
22942024-10-16T19:26:07.429Z[ helios-setup] Oct 16 19:26:06.961 INFO E| Downloaded unicode-width v0.1.10
22952024-10-16T19:26:07.431Z[ helios-setup] Oct 16 19:26:06.963 INFO E| Downloaded digest v0.9.0
22962024-10-16T19:26:07.434Z[ helios-setup] Oct 16 19:26:06.965 INFO E| Downloaded cpufeatures v0.2.9
22972024-10-16T19:26:07.633Z[ helios-setup] Oct 16 19:26:07.167 INFO E| Compiling libc v0.2.147
22982024-10-16T19:26:07.633Z[ helios-setup] Oct 16 19:26:07.167 INFO E| Compiling proc-macro2 v1.0.66
22992024-10-16T19:26:07.633Z[ helios-setup] Oct 16 19:26:07.167 INFO E| Compiling cfg-if v1.0.0
23002024-10-16T19:26:07.636Z[ helios-setup] Oct 16 19:26:07.167 INFO E| Compiling unicode-ident v1.0.11
23012024-10-16T19:26:07.636Z[ helios-setup] Oct 16 19:26:07.167 INFO E| Compiling version_check v0.9.4
23022024-10-16T19:26:07.636Z[ helios-setup] Oct 16 19:26:07.167 INFO E| Compiling typenum v1.16.0
23032024-10-16T19:26:07.636Z[ helios-setup] Oct 16 19:26:07.167 INFO E| Compiling serde v1.0.193
23042024-10-16T19:26:07.636Z[ helios-setup] Oct 16 19:26:07.167 INFO E| Compiling rustix v0.38.4
23052024-10-16T19:26:08.306Z[ helios-setup] Oct 16 19:26:07.840 INFO E| Compiling num-conv v0.1.0
23062024-10-16T19:26:08.351Z[ host-package] Compiling macaddr v1.0.1
23072024-10-16T19:26:08.772Z[ helios-setup] Oct 16 19:26:08.306 INFO E| Compiling time-core v0.1.2
23082024-10-16T19:26:09.006Z[ helios-setup] Oct 16 19:26:08.539 INFO E| Compiling slog v2.7.0
23092024-10-16T19:26:09.029Z[ helios-setup] Oct 16 19:26:08.562 INFO E| Compiling itoa v1.0.9
23102024-10-16T19:26:09.559Z[ helios-setup] Oct 16 19:26:09.092 INFO E| Compiling powerfmt v0.2.0
23112024-10-16T19:26:09.601Z[ helios-setup] Oct 16 19:26:09.134 INFO E| Compiling time-macros v0.2.18
23122024-10-16T19:26:09.720Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23132024-10-16T19:26:09.731Z[ helios-setup] Oct 16 19:26:09.265 INFO E| Compiling generic-array v0.14.7
23142024-10-16T19:26:09.840Z[ helios-setup] Oct 16 19:26:09.373 INFO E| Compiling num_threads v0.1.6
23152024-10-16T19:26:10.064Z[ helios-setup] Oct 16 19:26:09.596 INFO E| Compiling deranged v0.3.11
23162024-10-16T19:26:10.199Z[ helios-setup] Oct 16 19:26:09.732 INFO E| Compiling bitflags v2.3.3
23172024-10-16T19:26:10.337Z[ helios-setup] Oct 16 19:26:09.869 INFO E| Compiling once_cell v1.18.0
23182024-10-16T19:26:11.270Z[ helios-setup] Oct 16 19:26:10.802 INFO E| Compiling quote v1.0.31
23192024-10-16T19:26:11.358Z[ helios-setup] Oct 16 19:26:10.891 INFO E| Compiling dirs-sys-next v0.1.2
23202024-10-16T19:26:11.669Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23212024-10-16T19:26:11.773Z[ helios-setup] Oct 16 19:26:11.305 INFO E| Compiling errno v0.3.1
23222024-10-16T19:26:12.027Z[ helios-setup] Oct 16 19:26:11.559 INFO E| Compiling dirs-next v2.0.0
23232024-10-16T19:26:12.216Z[ host-package] Compiling display-error-chain v0.2.1
23242024-10-16T19:26:12.256Z[ helios-setup] Oct 16 19:26:11.788 INFO E| Compiling syn v2.0.32
23252024-10-16T19:26:12.298Z[ helios-setup] Oct 16 19:26:11.831 INFO E| Compiling term v0.7.0
23262024-10-16T19:26:12.518Z[ helios-setup] Oct 16 19:26:12.050 INFO E| Compiling atty v0.2.14
23272024-10-16T19:26:12.721Z[ helios-setup] Oct 16 19:26:12.253 INFO E| Compiling thread_local v1.1.7
23282024-10-16T19:26:12.879Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23292024-10-16T19:26:12.998Z[ helios-setup] Oct 16 19:26:12.530 INFO E| Compiling anyhow v1.0.72
23302024-10-16T19:26:13.806Z[ helios-setup] Oct 16 19:26:13.338 INFO E| Compiling serde_json v1.0.103
23312024-10-16T19:26:14.121Z[ helios-setup] Oct 16 19:26:13.653 INFO E| Compiling opaque-debug v0.3.0
23322024-10-16T19:26:14.206Z[ helios-setup] Oct 16 19:26:13.737 INFO E| Compiling fastrand v2.0.0
23332024-10-16T19:26:14.993Z[ helios-setup] Oct 16 19:26:14.525 INFO E| Compiling block-buffer v0.9.0
23342024-10-16T19:26:15.007Z[ helios-setup] Oct 16 19:26:14.538 INFO E| Compiling digest v0.9.0
23352024-10-16T19:26:15.087Z[ helios-setup] Oct 16 19:26:14.619 INFO E| Compiling getrandom v0.2.10
23362024-10-16T19:26:15.307Z[ helios-setup] Oct 16 19:26:14.838 INFO E| Compiling cpufeatures v0.2.9
23372024-10-16T19:26:15.320Z[ helios-setup] Oct 16 19:26:14.852 INFO E| Compiling same-file v1.0.6
23382024-10-16T19:26:15.401Z[ helios-setup] Oct 16 19:26:14.932 INFO E| Compiling tempfile v3.7.0
23392024-10-16T19:26:15.415Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23402024-10-16T19:26:15.462Z[ helios-setup] Oct 16 19:26:14.994 INFO E| Compiling unicode-width v0.1.10
23412024-10-16T19:26:15.479Z[ helios-setup] Oct 16 19:26:15.010 INFO E| Compiling ryu v1.0.15
23422024-10-16T19:26:15.678Z[ helios-setup] Oct 16 19:26:15.209 INFO E| Compiling time v0.3.36
23432024-10-16T19:26:15.698Z[ helios-setup] Oct 16 19:26:15.229 INFO E| Compiling getopts v0.2.21
23442024-10-16T19:26:15.910Z[ helios-setup] Oct 16 19:26:15.442 INFO E| Compiling walkdir v2.3.3
23452024-10-16T19:26:16.051Z[ helios-setup] Oct 16 19:26:15.582 INFO E| Compiling sha-1 v0.9.8
23462024-10-16T19:26:16.246Z[ helios-setup] Oct 16 19:26:15.778 INFO E| Compiling md-5 v0.9.1
23472024-10-16T19:26:17.230Z[ helios-setup] Oct 16 19:26:16.761 INFO E| Compiling libdevinfo-sys v1.0.0
23482024-10-16T19:26:17.237Z[ helios-setup] Oct 16 19:26:16.767 INFO E| Compiling glob v0.3.1
23492024-10-16T19:26:19.154Z[ helios-setup] Oct 16 19:26:18.685 INFO E| Compiling slog-term v2.9.0
23502024-10-16T19:26:19.323Z[ host-package] Compiling half v2.4.1
23512024-10-16T19:26:20.239Z[ host-package] Compiling ciborium-io v0.2.2
23522024-10-16T19:26:20.662Z[ host-package] Compiling ciborium-ll v0.2.2
23532024-10-16T19:26:21.536Z[ host-package] Compiling tungstenite v0.21.0
23542024-10-16T19:26:21.875Z[ helios-setup] Oct 16 19:26:21.405 INFO E| Compiling serde_derive v1.0.193
23552024-10-16T19:26:24.074Z[ host-package] Compiling tokio-tungstenite v0.21.0
23562024-10-16T19:26:24.541Z[ host-package] Compiling ciborium v0.2.2
23572024-10-16T19:26:24.725Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23582024-10-16T19:26:26.933Z[ host-package] Compiling fastrand v2.1.1
23592024-10-16T19:26:27.280Z[ host-package] Compiling same-file v1.0.6
23602024-10-16T19:26:27.561Z[ host-package] Compiling walkdir v2.5.0
23612024-10-16T19:26:27.561Z[ host-package] Compiling tempfile v3.13.0
23622024-10-16T19:26:28.505Z[ host-package] Compiling blake3 v1.5.4
23632024-10-16T19:26:29.498Z[ host-package] Compiling ring v0.16.20
23642024-10-16T19:26:31.877Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23652024-10-16T19:26:33.692Z[ host-package] Compiling xattr v1.3.1
23662024-10-16T19:26:33.978Z[ host-package] Compiling filetime v0.2.25
23672024-10-16T19:26:34.398Z[ host-package] Compiling memmap2 v0.9.5
23682024-10-16T19:26:34.507Z[ host-package] Compiling arrayvec v0.7.6
23692024-10-16T19:26:35.011Z[ host-package] Compiling spin v0.5.2
23702024-10-16T19:26:35.033Z[ host-package] Compiling keccak v0.1.5
23712024-10-16T19:26:35.296Z[ host-package] Compiling constant_time_eq v0.3.1
23722024-10-16T19:26:35.526Z[ host-package] Compiling arrayref v0.3.9
23732024-10-16T19:26:35.607Z[ host-package] Compiling untrusted v0.7.1
23742024-10-16T19:26:36.153Z[ host-package] Compiling sha3 v0.10.8
23752024-10-16T19:26:36.358Z[ host-package] Compiling tar v0.4.42
23762024-10-16T19:26:36.517Z[ helios-setup] Oct 16 19:26:36.043 INFO E| Compiling toml v0.5.11
23772024-10-16T19:26:36.517Z[ helios-setup] Oct 16 19:26:36.043 INFO E| Compiling uuid v0.8.2
23782024-10-16T19:26:37.265Z[ host-package] Compiling camino-tempfile v1.1.1
23792024-10-16T19:26:37.556Z[ host-package] Compiling toolchain_find v0.4.0
23802024-10-16T19:26:37.807Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23812024-10-16T19:26:37.948Z[ host-package] Compiling nibble_vec v0.1.0
23822024-10-16T19:26:38.252Z[ host-package] Compiling endian-type v0.1.2
23832024-10-16T19:26:38.254Z[ host-package] Compiling topological-sort v0.2.2
23842024-10-16T19:26:38.568Z[ host-package] Compiling maplit v1.0.2
23852024-10-16T19:26:38.724Z[ helios-setup] Oct 16 19:26:38.249 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23862024-10-16T19:26:38.726Z[ host-package] Compiling crunchy v0.2.2
23872024-10-16T19:26:38.802Z[ host-package] Compiling glob v0.3.1
23882024-10-16T19:26:38.922Z[ host-package] Compiling omicron-zone-package v0.11.1
23892024-10-16T19:26:39.475Z[ host-package] Compiling radix_trie v0.2.1
23902024-10-16T19:26:39.788Z[ host-package] Compiling clang-sys v1.8.1
23912024-10-16T19:26:40.187Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23922024-10-16T19:26:40.576Z[ host-package] Compiling tiny-keccak v2.0.2
23932024-10-16T19:26:41.065Z[ host-package] Compiling dsl_auto_type v0.1.2
23942024-10-16T19:26:41.122Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23952024-10-16T19:26:41.233Z[ helios-setup] Oct 16 19:26:40.757 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23962024-10-16T19:26:41.299Z[ host-package] Compiling secrecy v0.8.0
23972024-10-16T19:26:41.424Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23982024-10-16T19:26:41.637Z[ host-package] Compiling arc-swap v1.7.1
23992024-10-16T19:26:41.858Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24002024-10-16T19:26:42.365Z[ host-package] Compiling slog-scope v4.4.0
24012024-10-16T19:26:42.369Z[ host-package] Compiling r2d2 v0.8.10
24022024-10-16T19:26:42.661Z[ host-package] Compiling diesel_derives v2.2.3
24032024-10-16T19:26:42.950Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24042024-10-16T19:26:43.147Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24052024-10-16T19:26:43.290Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
24062024-10-16T19:26:43.329Z[ host-package] Compiling ascii-canvas v3.0.0
24072024-10-16T19:26:43.707Z[ host-package] Compiling universal-hash v0.5.1
24082024-10-16T19:26:43.900Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24092024-10-16T19:26:44.256Z[ host-package] Compiling ena v0.14.3
24102024-10-16T19:26:44.749Z[ host-package] Compiling libloading v0.8.5
24112024-10-16T19:26:45.208Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24122024-10-16T19:26:45.254Z[ host-package] Compiling opaque-debug v0.3.1
24132024-10-16T19:26:45.389Z[ host-package] Compiling bindgen v0.69.5
24142024-10-16T19:26:46.044Z[ host-package] Compiling regex-syntax v0.6.29
24152024-10-16T19:26:46.888Z[ host-package] Compiling diff v0.1.13
24162024-10-16T19:26:47.516Z[ host-package] Compiling thiserror-no-std v2.0.2
24172024-10-16T19:26:47.747Z[ host-package] Compiling poly1305 v0.8.0
24182024-10-16T19:26:52.417Z[ host-package] Compiling lalrpop v0.19.12
24192024-10-16T19:26:55.178Z[ helios-setup] Oct 16 19:26:54.698 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.17s
24202024-10-16T19:26:55.214Z[ helios-setup] Oct 16 19:26:54.734 INFO building project "image-builder" ok (49 seconds)
24212024-10-16T19:26:55.214Z[ helios-setup] Oct 16 19:26:54.734 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24222024-10-16T19:26:55.218Z[ helios-setup] Oct 16 19:26:54.734 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24232024-10-16T19:26:55.531Z[ helios-setup] Oct 16 19:26:55.051 INFO E| Downloading crates ...
24242024-10-16T19:26:55.644Z[ helios-setup] Oct 16 19:26:55.164 INFO E| Downloaded sha2 v0.10.5
24252024-10-16T19:26:55.649Z[ helios-setup] Oct 16 19:26:55.169 INFO E| Downloaded generic-array v0.14.6
24262024-10-16T19:26:55.678Z[ helios-setup] Oct 16 19:26:55.198 INFO E| Downloaded typenum v1.15.0
24272024-10-16T19:26:55.688Z[ helios-setup] Oct 16 19:26:55.203 INFO E| Downloaded miniz_oxide v0.6.2
24282024-10-16T19:26:55.688Z[ helios-setup] Oct 16 19:26:55.206 INFO E| Downloaded flate2 v1.0.25
24292024-10-16T19:26:55.693Z[ helios-setup] Oct 16 19:26:55.213 INFO E| Downloaded digest v0.10.3
24302024-10-16T19:26:55.696Z[ helios-setup] Oct 16 19:26:55.216 INFO E| Downloaded cpufeatures v0.2.5
24312024-10-16T19:26:55.718Z[ helios-setup] Oct 16 19:26:55.217 INFO E| Downloaded bytes v1.2.1
24322024-10-16T19:26:55.732Z[ helios-setup] Oct 16 19:26:55.223 INFO E| Downloaded block-buffer v0.10.3
24332024-10-16T19:26:55.733Z[ helios-setup] Oct 16 19:26:55.245 INFO E| Downloaded anyhow v1.0.62
24342024-10-16T19:26:55.879Z[ helios-setup] Oct 16 19:26:55.399 INFO E| Compiling version_check v0.9.4
24352024-10-16T19:26:55.882Z[ helios-setup] Oct 16 19:26:55.400 INFO E| Compiling typenum v1.15.0
24362024-10-16T19:26:55.882Z[ helios-setup] Oct 16 19:26:55.400 INFO E| Compiling crc32fast v1.3.2
24372024-10-16T19:26:55.882Z[ helios-setup] Oct 16 19:26:55.400 INFO E| Compiling cfg-if v1.0.0
24382024-10-16T19:26:55.882Z[ helios-setup] Oct 16 19:26:55.400 INFO E| Compiling adler v1.0.2
24392024-10-16T19:26:55.882Z[ helios-setup] Oct 16 19:26:55.400 INFO E| Compiling anyhow v1.0.62
24402024-10-16T19:26:55.882Z[ helios-setup] Oct 16 19:26:55.400 INFO E| Compiling unicode-width v0.1.10
24412024-10-16T19:26:55.882Z[ helios-setup] Oct 16 19:26:55.400 INFO E| Compiling cpufeatures v0.2.5
24422024-10-16T19:26:55.933Z[ host-package] Compiling diesel v2.2.4
24432024-10-16T19:26:56.291Z[ helios-setup] Oct 16 19:26:55.811 INFO E| Compiling bitflags v1.3.2
24442024-10-16T19:26:56.397Z[ helios-setup] Oct 16 19:26:55.917 INFO E| Compiling bytes v1.2.1
24452024-10-16T19:26:56.618Z[ helios-setup] Oct 16 19:26:56.138 INFO E| Compiling miniz_oxide v0.6.2
24462024-10-16T19:26:56.824Z[ helios-setup] Oct 16 19:26:56.344 INFO E| Compiling getopts v0.2.21
24472024-10-16T19:26:57.492Z[ helios-setup] Oct 16 19:26:57.012 INFO E| Compiling generic-array v0.14.6
24482024-10-16T19:26:58.498Z[ helios-setup] Oct 16 19:26:58.017 INFO E| Compiling flate2 v1.0.25
24492024-10-16T19:27:01.724Z[ helios-setup] Oct 16 19:27:01.243 INFO E| Compiling crypto-common v0.1.6
24502024-10-16T19:27:01.724Z[ helios-setup] Oct 16 19:27:01.243 INFO E| Compiling block-buffer v0.10.3
24512024-10-16T19:27:01.961Z[ helios-setup] Oct 16 19:27:01.479 INFO E| Compiling digest v0.10.3
24522024-10-16T19:27:02.328Z[ helios-setup] Oct 16 19:27:01.847 INFO E| Compiling sha2 v0.10.5
24532024-10-16T19:27:02.838Z[ helios-setup] Oct 16 19:27:02.357 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24542024-10-16T19:27:03.524Z[ host-package] Compiling slog-stdlog v4.1.1
24552024-10-16T19:27:05.344Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24562024-10-16T19:27:06.915Z[ host-package] Compiling which v4.4.2
24572024-10-16T19:27:08.045Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24582024-10-16T19:27:08.117Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24592024-10-16T19:27:08.296Z[ helios-setup] Oct 16 19:27:07.813 INFO E| Finished `release` profile [optimized] target(s) in 12.99s
24602024-10-16T19:27:08.311Z[ helios-setup] Oct 16 19:27:07.828 INFO building project "bootserver" ok (13 seconds)
24612024-10-16T19:27:08.311Z[ helios-setup] Oct 16 19:27:07.828 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24622024-10-16T19:27:08.311Z[ helios-setup] Oct 16 19:27:07.828 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24632024-10-16T19:27:08.416Z[ host-package] Compiling chacha20 v0.9.1
24642024-10-16T19:27:08.454Z[ host-package] Compiling cexpr v0.6.0
24652024-10-16T19:27:08.665Z[ helios-setup] Oct 16 19:27:08.182 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24662024-10-16T19:27:08.962Z[ host-package] Compiling aead v0.5.2
24672024-10-16T19:27:09.313Z[ host-package] Compiling lazycell v1.3.0
24682024-10-16T19:27:09.510Z[ host-package] Compiling rustc-hash v1.1.0
24692024-10-16T19:27:09.814Z[ host-package] Compiling ref-cast v1.0.23
24702024-10-16T19:27:09.953Z[ helios-setup] Oct 16 19:27:09.469 INFO E| From https://github.com/oxidecomputer/progenitor
24712024-10-16T19:27:09.953Z[ helios-setup] Oct 16 19:27:09.470 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24722024-10-16T19:27:09.986Z[ helios-setup] Oct 16 19:27:09.502 INFO E| * [new tag] v0.1.1 -> v0.1.1
24732024-10-16T19:27:09.986Z[ helios-setup] Oct 16 19:27:09.503 INFO E| * [new tag] v0.2.0 -> v0.2.0
24742024-10-16T19:27:10.140Z[ helios-setup] Oct 16 19:27:09.656 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24752024-10-16T19:27:10.449Z[ host-package] Compiling chacha20poly1305 v0.10.1
24762024-10-16T19:27:10.623Z[ helios-setup] Oct 16 19:27:10.140 INFO E| From https://github.com/jclulow/hiercmd
24772024-10-16T19:27:10.624Z[ helios-setup] Oct 16 19:27:10.140 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24782024-10-16T19:27:10.644Z[ helios-setup] Oct 16 19:27:10.160 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24792024-10-16T19:27:10.750Z[ host-package] Compiling slog-envlogger v2.2.0
24802024-10-16T19:27:11.149Z[ helios-setup] Oct 16 19:27:10.666 INFO E| From https://github.com/jclulow/network-interface
24812024-10-16T19:27:11.150Z[ helios-setup] Oct 16 19:27:10.666 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24822024-10-16T19:27:11.179Z[ helios-setup] Oct 16 19:27:10.695 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24832024-10-16T19:27:11.761Z[ helios-setup] Oct 16 19:27:11.277 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24842024-10-16T19:27:11.761Z[ helios-setup] Oct 16 19:27:11.277 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24852024-10-16T19:27:11.802Z[ helios-setup] Oct 16 19:27:11.318 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24862024-10-16T19:27:12.591Z[ helios-setup] Oct 16 19:27:12.107 INFO E| From https://github.com/oxidecomputer/facade
24872024-10-16T19:27:12.591Z[ helios-setup] Oct 16 19:27:12.107 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24882024-10-16T19:27:12.635Z[ helios-setup] Oct 16 19:27:12.150 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24892024-10-16T19:27:13.413Z[ helios-setup] Oct 16 19:27:12.928 INFO E| From https://github.com/oxidecomputer/dropshot
24902024-10-16T19:27:13.413Z[ helios-setup] Oct 16 19:27:12.928 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24912024-10-16T19:27:13.417Z[ host-package] Compiling vsss-rs v3.3.4
24922024-10-16T19:27:13.449Z[ helios-setup] Oct 16 19:27:12.963 INFO E| * [new tag] v0.3.0 -> v0.3.0
24932024-10-16T19:27:13.449Z[ helios-setup] Oct 16 19:27:12.963 INFO E| * [new tag] v0.4.0 -> v0.4.0
24942024-10-16T19:27:13.449Z[ helios-setup] Oct 16 19:27:12.963 INFO E| * [new tag] v0.5.0 -> v0.5.0
24952024-10-16T19:27:13.449Z[ helios-setup] Oct 16 19:27:12.963 INFO E| * [new tag] v0.5.1 -> v0.5.1
24962024-10-16T19:27:13.449Z[ helios-setup] Oct 16 19:27:12.963 INFO E| * [new tag] v0.6.0 -> v0.6.0
24972024-10-16T19:27:13.449Z[ helios-setup] Oct 16 19:27:12.964 INFO E| * [new tag] v0.7.0 -> v0.7.0
24982024-10-16T19:27:13.449Z[ helios-setup] Oct 16 19:27:12.964 INFO E| * [new tag] v0.8.0 -> v0.8.0
24992024-10-16T19:27:13.449Z[ helios-setup] Oct 16 19:27:12.964 INFO E| * [new tag] v0.9.0 -> v0.9.0
25002024-10-16T19:27:13.500Z[ helios-setup] Oct 16 19:27:13.016 INFO E| Updating crates.io index
25012024-10-16T19:27:13.636Z[ helios-setup] Oct 16 19:27:13.151 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
25022024-10-16T19:27:14.595Z[ helios-setup] Oct 16 19:27:14.110 INFO E| From https://github.com/oxidecomputer/typify
25032024-10-16T19:27:14.595Z[ helios-setup] Oct 16 19:27:14.110 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
25042024-10-16T19:27:14.628Z[ helios-setup] Oct 16 19:27:14.143 INFO E| * [new tag] v0.0.10 -> v0.0.10
25052024-10-16T19:27:14.628Z[ helios-setup] Oct 16 19:27:14.143 INFO E| * [new tag] v0.0.11 -> v0.0.11
25062024-10-16T19:27:14.631Z[ helios-setup] Oct 16 19:27:14.143 INFO E| * [new tag] v0.0.4 -> v0.0.4
25072024-10-16T19:27:14.631Z[ helios-setup] Oct 16 19:27:14.143 INFO E| * [new tag] v0.0.5 -> v0.0.5
25082024-10-16T19:27:14.631Z[ helios-setup] Oct 16 19:27:14.143 INFO E| * [new tag] v0.0.7 -> v0.0.7
25092024-10-16T19:27:14.631Z[ helios-setup] Oct 16 19:27:14.144 INFO E| * [new tag] v0.0.8 -> v0.0.8
25102024-10-16T19:27:14.631Z[ helios-setup] Oct 16 19:27:14.144 INFO E| * [new tag] v0.0.9 -> v0.0.9
25112024-10-16T19:27:15.165Z[ helios-setup] Oct 16 19:27:14.679 INFO E| Downloading crates ...
25122024-10-16T19:27:15.282Z[ helios-setup] Oct 16 19:27:14.798 INFO E| Downloaded async-stream-impl v0.3.5
25132024-10-16T19:27:15.299Z[ helios-setup] Oct 16 19:27:14.814 INFO E| Downloaded const-random v0.1.15
25142024-10-16T19:27:15.301Z[ helios-setup] Oct 16 19:27:14.816 INFO E| Downloaded concolor-override v1.0.0
25152024-10-16T19:27:15.313Z[ helios-setup] Oct 16 19:27:14.829 INFO E| Downloaded byteorder v1.4.3
25162024-10-16T19:27:15.317Z[ helios-setup] Oct 16 19:27:14.832 INFO E| Downloaded aho-corasick v0.7.20
25172024-10-16T19:27:15.324Z[ helios-setup] Oct 16 19:27:14.838 INFO E| Downloaded project-root v0.2.2
25182024-10-16T19:27:15.327Z[ helios-setup] Oct 16 19:27:14.840 INFO E| Downloaded crossbeam-deque v0.8.2
25192024-10-16T19:27:15.330Z[ helios-setup] Oct 16 19:27:14.845 INFO E| Downloaded is-terminal v0.4.7
25202024-10-16T19:27:15.333Z[ helios-setup] Oct 16 19:27:14.847 INFO E| Downloaded proc-macro-crate v1.2.1
25212024-10-16T19:27:15.360Z[ helios-setup] Oct 16 19:27:14.875 INFO E| Downloaded bincode v1.3.3
25222024-10-16T19:27:15.364Z[ helios-setup] Oct 16 19:27:14.879 INFO E| Downloaded want v0.3.0
25232024-10-16T19:27:15.368Z[ helios-setup] Oct 16 19:27:14.883 INFO E| Downloaded try-lock v0.2.4
25242024-10-16T19:27:15.370Z[ helios-setup] Oct 16 19:27:14.885 INFO E| Downloaded sha1 v0.10.5
25252024-10-16T19:27:15.373Z[ helios-setup] Oct 16 19:27:14.888 INFO E| Downloaded percent-encoding v2.2.0
25262024-10-16T19:27:15.375Z[ helios-setup] Oct 16 19:27:14.890 INFO E| Downloaded num_enum_derive v0.5.7
25272024-10-16T19:27:15.377Z[ helios-setup] Oct 16 19:27:14.891 INFO E| Downloaded parking_lot_core v0.9.6
25282024-10-16T19:27:15.380Z[ helios-setup] Oct 16 19:27:14.895 INFO E| Downloaded camino v1.1.4
25292024-10-16T19:27:15.384Z[ helios-setup] Oct 16 19:27:14.899 INFO E| Downloaded thiserror v1.0.38
25302024-10-16T19:27:15.392Z[ helios-setup] Oct 16 19:27:14.907 INFO E| Downloaded pin-project-lite v0.2.9
25312024-10-16T19:27:15.401Z[ helios-setup] Oct 16 19:27:14.916 INFO E| Downloaded serde_path_to_error v0.1.11
25322024-10-16T19:27:15.404Z[ helios-setup] Oct 16 19:27:14.919 INFO E| Downloaded utf8parse v0.2.1
25332024-10-16T19:27:15.406Z[ helios-setup] Oct 16 19:27:14.921 INFO E| Downloaded tokio-macros v2.0.0
25342024-10-16T19:27:15.408Z[ helios-setup] Oct 16 19:27:14.923 INFO E| Downloaded smartstring v1.0.1
25352024-10-16T19:27:15.412Z[ helios-setup] Oct 16 19:27:14.927 INFO E| Downloaded tower-service v0.3.2
25362024-10-16T19:27:15.414Z[ helios-setup] Oct 16 19:27:14.928 INFO E| Downloaded io-lifetimes v1.0.10
25372024-10-16T19:27:15.418Z[ helios-setup] Oct 16 19:27:14.933 INFO E| Downloaded anstream v0.2.6
25382024-10-16T19:27:15.421Z[ helios-setup] Oct 16 19:27:14.936 INFO E| Downloaded tokio-rustls v0.24.0
25392024-10-16T19:27:15.426Z[ helios-setup] Oct 16 19:27:14.940 INFO E| Downloaded rhai_codegen v1.5.0
25402024-10-16T19:27:15.439Z[ helios-setup] Oct 16 19:27:14.954 INFO E| Downloaded lock_api v0.4.9
25412024-10-16T19:27:15.442Z[ helios-setup] Oct 16 19:27:14.957 INFO E| Downloaded toolchain_find v0.2.0
25422024-10-16T19:27:15.444Z[ helios-setup] Oct 16 19:27:14.958 INFO E| Downloaded thiserror-impl v1.0.38
25432024-10-16T19:27:15.447Z[ helios-setup] Oct 16 19:27:14.960 INFO E| Downloaded tempfile v3.5.0
25442024-10-16T19:27:15.449Z[ helios-setup] Oct 16 19:27:14.963 INFO E| Downloaded smawk v0.3.1
25452024-10-16T19:27:15.451Z[ helios-setup] Oct 16 19:27:14.965 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25462024-10-16T19:27:15.453Z[ helios-setup] Oct 16 19:27:14.969 INFO E| Downloaded lazy_static v1.4.0
25472024-10-16T19:27:15.456Z[ helios-setup] Oct 16 19:27:14.970 INFO E| Downloaded smallvec v1.10.0
25482024-10-16T19:27:15.459Z[ helios-setup] Oct 16 19:27:14.974 INFO E| Downloaded unicode-bidi v0.3.13
25492024-10-16T19:27:15.462Z[ helios-setup] Oct 16 19:27:14.977 INFO E| Downloaded rustfmt-wrapper v0.2.0
25502024-10-16T19:27:15.464Z[ helios-setup] Oct 16 19:27:14.979 INFO E| Downloaded paste v1.0.12
25512024-10-16T19:27:15.468Z[ helios-setup] Oct 16 19:27:14.984 INFO E| Downloaded ucd-trie v0.1.5
25522024-10-16T19:27:15.471Z[ helios-setup] Oct 16 19:27:14.986 INFO E| Downloaded rustls-pemfile v1.0.2
25532024-10-16T19:27:15.475Z[ helios-setup] Oct 16 19:27:14.990 INFO E| Downloaded dyn-clone v1.0.11
25542024-10-16T19:27:15.478Z[ helios-setup] Oct 16 19:27:14.993 INFO E| Downloaded schemars_derive v0.8.12
25552024-10-16T19:27:15.480Z[ helios-setup] Oct 16 19:27:14.995 INFO E| Downloaded schemars v0.8.12
25562024-10-16T19:27:15.500Z[ helios-setup] Oct 16 19:27:15.015 INFO E| Downloaded cc v1.0.78
25572024-10-16T19:27:15.504Z[ helios-setup] Oct 16 19:27:15.019 INFO E| Downloaded unsafe-libyaml v0.2.8
25582024-10-16T19:27:15.510Z[ helios-setup] Oct 16 19:27:15.025 INFO E| Downloaded toml_datetime v0.6.1
25592024-10-16T19:27:15.513Z[ helios-setup] Oct 16 19:27:15.027 INFO E| Downloaded serde v1.0.204
25602024-10-16T19:27:15.518Z[ helios-setup] Oct 16 19:27:15.033 INFO E| Downloaded tokio-tungstenite v0.18.0
25612024-10-16T19:27:15.522Z[ helios-setup] Oct 16 19:27:15.037 INFO E| Downloaded clap v4.2.1
25622024-10-16T19:27:15.538Z[ helios-setup] Oct 16 19:27:15.053 INFO E| Downloaded ryu v1.0.13
25632024-10-16T19:27:15.544Z[ helios-setup] Oct 16 19:27:15.059 INFO E| Downloaded tungstenite v0.18.0
25642024-10-16T19:27:15.551Z[ helios-setup] Oct 16 19:27:15.065 INFO E| Downloaded uuid v1.3.0
25652024-10-16T19:27:15.556Z[ helios-setup] Oct 16 19:27:15.072 INFO E| Downloaded toml_edit v0.19.8
25662024-10-16T19:27:15.608Z[ helios-setup] Oct 16 19:27:15.123 INFO E| Downloaded tracing-core v0.1.30
25672024-10-16T19:27:15.613Z[ helios-setup] Oct 16 19:27:15.127 INFO E| Downloaded tokio-util v0.7.7
25682024-10-16T19:27:15.621Z[ helios-setup] Oct 16 19:27:15.136 INFO E| Downloaded rayon-core v1.10.2
25692024-10-16T19:27:15.627Z[ helios-setup] Oct 16 19:27:15.142 INFO E| Downloaded serde_json v1.0.95
25702024-10-16T19:27:15.639Z[ helios-setup] Oct 16 19:27:15.153 INFO E| Downloaded winnow v0.4.1
25712024-10-16T19:27:15.651Z[ helios-setup] Oct 16 19:27:15.166 INFO E| Downloaded syn v1.0.107
25722024-10-16T19:27:15.668Z[ helios-setup] Oct 16 19:27:15.183 INFO E| Downloaded pest v2.5.7
25732024-10-16T19:27:15.676Z[ helios-setup] Oct 16 19:27:15.191 INFO E| Downloaded syn v2.0.72
25742024-10-16T19:27:15.695Z[ helios-setup] Oct 16 19:27:15.210 INFO E| Downloaded reqwest v0.11.16
25752024-10-16T19:27:15.707Z[ helios-setup] Oct 16 19:27:15.222 INFO E| Downloaded tokio v1.27.0
25762024-10-16T19:27:15.783Z[ helios-setup] Oct 16 19:27:15.298 INFO E| Downloaded rayon v1.6.1
25772024-10-16T19:27:15.820Z[ helios-setup] Oct 16 19:27:15.335 INFO E| Downloaded h2 v0.3.16
25782024-10-16T19:27:15.831Z[ helios-setup] Oct 16 19:27:15.346 INFO E| Downloaded hyper v0.14.25
25792024-10-16T19:27:15.844Z[ helios-setup] Oct 16 19:27:15.359 INFO E| Downloaded regex v1.7.3
25802024-10-16T19:27:15.858Z[ helios-setup] Oct 16 19:27:15.373 INFO E| Downloaded chrono v0.4.24
25812024-10-16T19:27:15.869Z[ helios-setup] Oct 16 19:27:15.384 INFO E| Downloaded regress v0.5.0
25822024-10-16T19:27:15.882Z[ helios-setup] Oct 16 19:27:15.397 INFO E| Downloaded git2 v0.16.1
25832024-10-16T19:27:15.895Z[ helios-setup] Oct 16 19:27:15.410 INFO E| Downloaded rustix v0.37.3
25842024-10-16T19:27:15.926Z[ helios-setup] Oct 16 19:27:15.441 INFO E| Downloaded clap_builder v4.2.1
25852024-10-16T19:27:15.936Z[ helios-setup] Oct 16 19:27:15.451 INFO E| Downloaded rhai v1.14.0
25862024-10-16T19:27:15.956Z[ helios-setup] Oct 16 19:27:15.471 INFO E| Downloaded openapiv3 v1.0.2
25872024-10-16T19:27:15.974Z[ helios-setup] Oct 16 19:27:15.489 INFO E| Downloaded futures-util v0.3.28
25882024-10-16T19:27:16.001Z[ helios-setup] Oct 16 19:27:15.515 INFO E| Downloaded mio v0.8.5
25892024-10-16T19:27:16.010Z[ helios-setup] Oct 16 19:27:15.525 INFO E| Downloaded rustls v0.21.0
25902024-10-16T19:27:16.029Z[ helios-setup] Oct 16 19:27:15.544 INFO E| Downloaded http v0.2.9
25912024-10-16T19:27:16.035Z[ helios-setup] Oct 16 19:27:15.550 INFO E| Downloaded unicode-normalization v0.1.22
25922024-10-16T19:27:16.041Z[ helios-setup] Oct 16 19:27:15.556 INFO E| Downloaded memchr v2.5.0
25932024-10-16T19:27:16.048Z[ helios-setup] Oct 16 19:27:15.563 INFO E| Downloaded libc v0.2.139
25942024-10-16T19:27:16.093Z[ helios-setup] Oct 16 19:27:15.608 INFO E| Downloaded proc-macro2 v1.0.86
25952024-10-16T19:27:16.098Z[ helios-setup] Oct 16 19:27:15.613 INFO E| Downloaded crossbeam-channel v0.5.6
25962024-10-16T19:27:16.106Z[ helios-setup] Oct 16 19:27:15.621 INFO E| Downloaded bytes v1.4.0
25972024-10-16T19:27:16.114Z[ helios-setup] Oct 16 19:27:15.629 INFO E| Downloaded base64 v0.21.0
25982024-10-16T19:27:16.120Z[ helios-setup] Oct 16 19:27:15.635 INFO E| Downloaded url v2.3.1
25992024-10-16T19:27:16.125Z[ helios-setup] Oct 16 19:27:15.640 INFO E| Downloaded serde_yaml v0.9.21
26002024-10-16T19:27:16.139Z[ helios-setup] Oct 16 19:27:15.654 INFO E| Downloaded tracing v0.1.37
26012024-10-16T19:27:16.147Z[ helios-setup] Oct 16 19:27:15.662 INFO E| Downloaded serde_derive v1.0.204
26022024-10-16T19:27:16.152Z[ helios-setup] Oct 16 19:27:15.667 INFO E| Downloaded parking_lot v0.12.1
26032024-10-16T19:27:16.157Z[ helios-setup] Oct 16 19:27:15.672 INFO E| Downloaded once_cell v1.17.0
26042024-10-16T19:27:16.161Z[ helios-setup] Oct 16 19:27:15.676 INFO E| Downloaded num-traits v0.2.15
26052024-10-16T19:27:16.166Z[ helios-setup] Oct 16 19:27:15.681 INFO E| Downloaded ipnet v2.7.2
26062024-10-16T19:27:16.169Z[ helios-setup] Oct 16 19:27:15.684 INFO E| Downloaded crossbeam-utils v0.8.14
26072024-10-16T19:27:16.174Z[ helios-setup] Oct 16 19:27:15.690 INFO E| Downloaded rustls-webpki v0.100.1
26082024-10-16T19:27:16.186Z[ helios-setup] Oct 16 19:27:15.701 INFO E| Downloaded unicode-linebreak v0.1.4
26092024-10-16T19:27:16.190Z[ helios-setup] Oct 16 19:27:15.705 INFO E| Downloaded unicode-ident v1.0.8
26102024-10-16T19:27:16.195Z[ helios-setup] Oct 16 19:27:15.710 INFO E| Downloaded socket2 v0.4.9
26112024-10-16T19:27:16.198Z[ helios-setup] Oct 16 19:27:15.713 INFO E| Downloaded anyhow v1.0.68
26122024-10-16T19:27:16.205Z[ helios-setup] Oct 16 19:27:15.720 INFO E| Downloaded toml v0.7.3
26132024-10-16T19:27:16.225Z[ helios-setup] Oct 16 19:27:15.739 INFO E| Downloaded time v0.1.45
26142024-10-16T19:27:16.227Z[ helios-setup] Oct 16 19:27:15.742 INFO E| Downloaded quote v1.0.36
26152024-10-16T19:27:16.251Z[ helios-setup] Oct 16 19:27:15.766 INFO E| Downloaded encoding_rs v0.8.32
26162024-10-16T19:27:16.316Z[ helios-setup] Oct 16 19:27:15.831 INFO E| Downloaded httparse v1.8.0
26172024-10-16T19:27:16.319Z[ helios-setup] Oct 16 19:27:15.834 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26182024-10-16T19:27:16.432Z[ helios-setup] Oct 16 19:27:15.946 INFO E| Downloaded getrandom v0.2.8
26192024-10-16T19:27:16.436Z[ helios-setup] Oct 16 19:27:15.951 INFO E| Downloaded futures-channel v0.3.28
26202024-10-16T19:27:16.440Z[ helios-setup] Oct 16 19:27:15.954 INFO E| Downloaded cargo-lock v8.0.3
26212024-10-16T19:27:16.444Z[ helios-setup] Oct 16 19:27:15.959 INFO E| Downloaded async-trait v0.1.68
26222024-10-16T19:27:16.451Z[ helios-setup] Oct 16 19:27:15.966 INFO E| Downloaded anstyle-parse v0.1.1
26232024-10-16T19:27:16.517Z[ helios-setup] Oct 16 19:27:15.969 INFO E| Downloaded ahash v0.8.3
26242024-10-16T19:27:16.520Z[ helios-setup] Oct 16 19:27:15.974 INFO E| Downloaded textwrap v0.16.0
26252024-10-16T19:27:16.520Z[ helios-setup] Oct 16 19:27:15.978 INFO E| Downloaded terminal_size v0.2.6
26262024-10-16T19:27:16.520Z[ helios-setup] Oct 16 19:27:15.980 INFO E| Downloaded num_enum v0.5.7
26272024-10-16T19:27:16.520Z[ helios-setup] Oct 16 19:27:15.987 INFO E| Downloaded itoa v1.0.6
26282024-10-16T19:27:16.520Z[ helios-setup] Oct 16 19:27:15.990 INFO E| Downloaded iana-time-zone v0.1.56
26292024-10-16T19:27:16.520Z[ helios-setup] Oct 16 19:27:15.994 INFO E| Downloaded futures-task v0.3.28
26302024-10-16T19:27:16.520Z[ helios-setup] Oct 16 19:27:15.996 INFO E| Downloaded libz-sys v1.1.8
26312024-10-16T19:27:16.585Z[ helios-setup] Oct 16 19:27:16.100 INFO E| Downloaded tinyvec v1.6.0
26322024-10-16T19:27:16.590Z[ helios-setup] Oct 16 19:27:16.105 INFO E| Downloaded futures-executor v0.3.28
26332024-10-16T19:27:16.592Z[ helios-setup] Oct 16 19:27:16.107 INFO E| Downloaded sha2 v0.10.6
26342024-10-16T19:27:16.595Z[ helios-setup] Oct 16 19:27:16.110 INFO E| Downloaded form_urlencoded v1.1.0
26352024-10-16T19:27:16.598Z[ helios-setup] Oct 16 19:27:16.112 INFO E| Downloaded ppv-lite86 v0.2.17
26362024-10-16T19:27:16.600Z[ helios-setup] Oct 16 19:27:16.114 INFO E| Downloaded home v0.5.4
26372024-10-16T19:27:16.600Z[ helios-setup] Oct 16 19:27:16.115 INFO E| Downloaded futures-sink v0.3.28
26382024-10-16T19:27:16.603Z[ helios-setup] Oct 16 19:27:16.116 INFO E| Downloaded futures v0.3.28
26392024-10-16T19:27:16.610Z[ helios-setup] Oct 16 19:27:16.125 INFO E| Downloaded either v1.8.0
26402024-10-16T19:27:16.612Z[ helios-setup] Oct 16 19:27:16.127 INFO E| Downloaded concolor-query v0.3.3
26412024-10-16T19:27:16.615Z[ helios-setup] Oct 16 19:27:16.129 INFO E| Downloaded clap_lex v0.4.1
26422024-10-16T19:27:16.617Z[ helios-setup] Oct 16 19:27:16.130 INFO E| Downloaded built v0.6.0
26432024-10-16T19:27:16.619Z[ helios-setup] Oct 16 19:27:16.132 INFO E| Downloaded jobserver v0.1.26
26442024-10-16T19:27:16.622Z[ helios-setup] Oct 16 19:27:16.135 INFO E| Downloaded crossbeam-epoch v0.9.13
26452024-10-16T19:27:16.625Z[ helios-setup] Oct 16 19:27:16.140 INFO E| Downloaded strsim v0.10.0
26462024-10-16T19:27:16.627Z[ helios-setup] Oct 16 19:27:16.142 INFO E| Downloaded slab v0.4.7
26472024-10-16T19:27:16.629Z[ helios-setup] Oct 16 19:27:16.144 INFO E| Downloaded slog-async v2.7.0
26482024-10-16T19:27:16.631Z[ helios-setup] Oct 16 19:27:16.146 INFO E| Downloaded serde_derive_internals v0.26.0
26492024-10-16T19:27:16.635Z[ helios-setup] Oct 16 19:27:16.148 INFO E| Downloaded semver-parser v0.10.2
26502024-10-16T19:27:16.638Z[ helios-setup] Oct 16 19:27:16.151 INFO E| Downloaded signal-hook-registry v1.4.0
26512024-10-16T19:27:16.640Z[ helios-setup] Oct 16 19:27:16.153 INFO E| Downloaded scopeguard v1.1.0
26522024-10-16T19:27:16.640Z[ helios-setup] Oct 16 19:27:16.155 INFO E| Downloaded semver v0.11.0
26532024-10-16T19:27:16.644Z[ helios-setup] Oct 16 19:27:16.157 INFO E| Downloaded const-random-macro v0.1.15
26542024-10-16T19:27:16.647Z[ helios-setup] Oct 16 19:27:16.159 INFO E| Downloaded serde_tokenstream v0.2.0
26552024-10-16T19:27:16.649Z[ helios-setup] Oct 16 19:27:16.164 INFO E| Downloaded serde_spanned v0.6.1
26562024-10-16T19:27:16.652Z[ helios-setup] Oct 16 19:27:16.166 INFO E| Downloaded log v0.4.17
26572024-10-16T19:27:16.655Z[ helios-setup] Oct 16 19:27:16.170 INFO E| Downloaded async-stream v0.3.5
26582024-10-16T19:27:16.658Z[ helios-setup] Oct 16 19:27:16.173 INFO E| Downloaded ahash v0.7.6
26592024-10-16T19:27:16.662Z[ helios-setup] Oct 16 19:27:16.177 INFO E| Downloaded num-integer v0.1.45
26602024-10-16T19:27:16.665Z[ helios-setup] Oct 16 19:27:16.180 INFO E| Downloaded httpdate v1.0.2
26612024-10-16T19:27:16.668Z[ helios-setup] Oct 16 19:27:16.182 INFO E| Downloaded futures-macro v0.3.28
26622024-10-16T19:27:16.671Z[ helios-setup] Oct 16 19:27:16.183 INFO E| Downloaded slog-bunyan v2.4.0
26632024-10-16T19:27:16.671Z[ helios-setup] Oct 16 19:27:16.185 INFO E| Downloaded semver v1.0.17
26642024-10-16T19:27:16.674Z[ helios-setup] Oct 16 19:27:16.189 INFO E| Downloaded sct v0.7.0
26652024-10-16T19:27:16.680Z[ helios-setup] Oct 16 19:27:16.195 INFO E| Downloaded pkg-config v0.3.26
26662024-10-16T19:27:16.682Z[ helios-setup] Oct 16 19:27:16.197 INFO E| Downloaded num_cpus v1.15.0
26672024-10-16T19:27:16.686Z[ helios-setup] Oct 16 19:27:16.201 INFO E| Downloaded futures-io v0.3.28
26682024-10-16T19:27:16.689Z[ helios-setup] Oct 16 19:27:16.203 INFO E| Downloaded futures-core v0.3.28
26692024-10-16T19:27:16.691Z[ helios-setup] Oct 16 19:27:16.205 INFO E| Downloaded clap_derive v4.2.0
26702024-10-16T19:27:16.694Z[ helios-setup] Oct 16 19:27:16.209 INFO E| Downloaded autocfg v1.1.0
26712024-10-16T19:27:16.697Z[ helios-setup] Oct 16 19:27:16.211 INFO E| Downloaded anstyle v0.3.5
26722024-10-16T19:27:16.699Z[ helios-setup] Oct 16 19:27:16.213 INFO E| Downloaded memoffset v0.7.1
26732024-10-16T19:27:16.702Z[ helios-setup] Oct 16 19:27:16.215 INFO E| Downloaded http-body v0.4.5
26742024-10-16T19:27:16.704Z[ helios-setup] Oct 16 19:27:16.217 INFO E| Downloaded fastrand v1.9.0
26752024-10-16T19:27:16.707Z[ helios-setup] Oct 16 19:27:16.220 INFO E| Downloaded digest v0.10.6
26762024-10-16T19:27:17.064Z[ helios-setup] Oct 16 19:27:16.579 INFO E| Compiling proc-macro2 v1.0.86
26772024-10-16T19:27:17.084Z[ helios-setup] Oct 16 19:27:16.579 INFO E| Compiling libc v0.2.139
26782024-10-16T19:27:17.084Z[ helios-setup] Oct 16 19:27:16.579 INFO E| Compiling unicode-ident v1.0.8
26792024-10-16T19:27:17.084Z[ helios-setup] Oct 16 19:27:16.579 INFO E| Compiling autocfg v1.1.0
26802024-10-16T19:27:17.084Z[ helios-setup] Oct 16 19:27:16.580 INFO E| Compiling cfg-if v1.0.0
26812024-10-16T19:27:17.084Z[ helios-setup] Oct 16 19:27:16.580 INFO E| Compiling version_check v0.9.4
26822024-10-16T19:27:17.084Z[ helios-setup] Oct 16 19:27:16.580 INFO E| Compiling serde v1.0.204
26832024-10-16T19:27:17.084Z[ helios-setup] Oct 16 19:27:16.580 INFO E| Compiling syn v1.0.107
26842024-10-16T19:27:17.319Z[ helios-setup] Oct 16 19:27:16.833 INFO E| Compiling memchr v2.5.0
26852024-10-16T19:27:17.812Z[ helios-setup] Oct 16 19:27:17.308 INFO E| Compiling once_cell v1.17.0
26862024-10-16T19:27:18.459Z[ helios-setup] Oct 16 19:27:17.970 INFO E| Compiling thiserror v1.0.38
26872024-10-16T19:27:18.460Z[ helios-setup] Oct 16 19:27:17.970 INFO E| Compiling log v0.4.17
26882024-10-16T19:27:18.817Z[ helios-setup] Oct 16 19:27:18.329 INFO E| Compiling itoa v1.0.6
26892024-10-16T19:27:19.314Z[ helios-setup] Oct 16 19:27:18.828 INFO E| Compiling serde_json v1.0.95
26902024-10-16T19:27:19.443Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26912024-10-16T19:27:20.221Z[ helios-setup] Oct 16 19:27:19.735 INFO E| Compiling indexmap v1.9.3
26922024-10-16T19:27:20.286Z[ host-package] Compiling derive_builder_core v0.20.2
26932024-10-16T19:27:20.311Z[ helios-setup] Oct 16 19:27:19.825 INFO E| Compiling scopeguard v1.1.0
26942024-10-16T19:27:20.689Z[ helios-setup] Oct 16 19:27:20.202 INFO E| Compiling getrandom v0.2.8
26952024-10-16T19:27:20.960Z[ helios-setup] Oct 16 19:27:20.473 INFO E| Compiling quote v1.0.36
26962024-10-16T19:27:21.029Z[ helios-setup] Oct 16 19:27:20.543 INFO E| Compiling pin-project-lite v0.2.9
26972024-10-16T19:27:21.171Z[ helios-setup] Oct 16 19:27:20.685 INFO E| Compiling num-integer v0.1.45
26982024-10-16T19:27:21.368Z[ helios-setup] Oct 16 19:27:20.882 INFO E| Compiling futures-core v0.3.28
26992024-10-16T19:27:21.528Z[ helios-setup] Oct 16 19:27:21.041 INFO E| Compiling jobserver v0.1.26
27002024-10-16T19:27:21.889Z[ helios-setup] Oct 16 19:27:21.402 INFO E| Compiling syn v2.0.72
27012024-10-16T19:27:22.412Z[ helios-setup] Oct 16 19:27:21.925 INFO E| Compiling cc v1.0.78
27022024-10-16T19:27:22.469Z[ helios-setup] Oct 16 19:27:21.982 INFO E| Compiling bytes v1.4.0
27032024-10-16T19:27:22.865Z[ helios-setup] Oct 16 19:27:22.376 INFO E| Compiling ryu v1.0.13
27042024-10-16T19:27:23.907Z[ helios-setup] Oct 16 19:27:23.419 INFO E| Compiling lock_api v0.4.9
27052024-10-16T19:27:24.262Z[ helios-setup] Oct 16 19:27:23.775 INFO E| Compiling bitflags v1.3.2
27062024-10-16T19:27:24.448Z[ helios-setup] Oct 16 19:27:23.960 INFO E| Compiling typenum v1.16.0
27072024-10-16T19:27:24.573Z[ helios-setup] Oct 16 19:27:24.086 INFO E| Compiling parking_lot_core v0.9.6
27082024-10-16T19:27:24.675Z[ helios-setup] Oct 16 19:27:24.187 INFO E| Compiling num_cpus v1.15.0
27092024-10-16T19:27:24.685Z[ host-package] Compiling headers-core v0.3.0
27102024-10-16T19:27:25.272Z[ host-package] Compiling fxhash v0.2.1
27112024-10-16T19:27:25.288Z[ helios-setup] Oct 16 19:27:24.800 INFO E| Compiling slab v0.4.7
27122024-10-16T19:27:25.468Z[ helios-setup] Oct 16 19:27:24.981 INFO E| Compiling generic-array v0.14.6
27132024-10-16T19:27:25.599Z[ helios-setup] Oct 16 19:27:25.112 INFO E| Compiling futures-sink v0.3.28
27142024-10-16T19:27:25.942Z[ helios-setup] Oct 16 19:27:25.454 INFO E| Compiling futures-task v0.3.28
27152024-10-16T19:27:26.111Z[ helios-setup] Oct 16 19:27:25.624 INFO E| Compiling futures-channel v0.3.28
27162024-10-16T19:27:26.115Z[ host-package] Compiling libxml v0.3.3
27172024-10-16T19:27:26.492Z[ helios-setup] Oct 16 19:27:26.004 INFO E| Compiling tokio v1.27.0
27182024-10-16T19:27:26.996Z[ helios-setup] Oct 16 19:27:26.508 INFO E| Compiling futures-util v0.3.28
27192024-10-16T19:27:27.009Z[ helios-setup] Oct 16 19:27:26.521 INFO E| Compiling schemars v0.8.12
27202024-10-16T19:27:27.029Z[ host-package] Compiling ref-cast-impl v1.0.23
27212024-10-16T19:27:27.673Z[ host-package] Compiling headers v0.4.0
27222024-10-16T19:27:27.759Z[ helios-setup] Oct 16 19:27:27.271 INFO E| Compiling mio v0.8.5
27232024-10-16T19:27:27.924Z[ helios-setup] Oct 16 19:27:27.435 INFO E| Compiling socket2 v0.4.9
27242024-10-16T19:27:28.195Z[ helios-setup] Oct 16 19:27:27.707 INFO E| Compiling signal-hook-registry v1.4.0
27252024-10-16T19:27:28.351Z[ helios-setup] Oct 16 19:27:27.863 INFO E| Compiling num-traits v0.2.15
27262024-10-16T19:27:28.377Z[ helios-setup] Oct 16 19:27:27.889 INFO E| Compiling ahash v0.7.6
27272024-10-16T19:27:28.503Z[ host-package] Compiling polar-core v0.27.3
27282024-10-16T19:27:28.930Z[ helios-setup] Oct 16 19:27:28.441 INFO E| Compiling io-lifetimes v1.0.10
27292024-10-16T19:27:29.638Z[ helios-setup] Oct 16 19:27:29.149 INFO E| Compiling crunchy v0.2.2
27302024-10-16T19:27:29.882Z[ host-package] Compiling derive_builder_macro v0.20.2
27312024-10-16T19:27:30.221Z[ helios-setup] Oct 16 19:27:29.732 INFO E| Compiling pin-utils v0.1.0
27322024-10-16T19:27:30.452Z[ helios-setup] Oct 16 19:27:29.963 INFO E| Compiling futures-io v0.3.28
27332024-10-16T19:27:30.759Z[ host-package] Compiling samael v0.0.17
27342024-10-16T19:27:31.154Z[ helios-setup] Oct 16 19:27:30.665 INFO E| Compiling ahash v0.8.3
27352024-10-16T19:27:31.493Z[ helios-setup] Oct 16 19:27:31.004 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27362024-10-16T19:27:31.560Z[ helios-setup] Oct 16 19:27:31.071 INFO E| Compiling hashbrown v0.12.3
27372024-10-16T19:27:31.653Z[ helios-setup] Oct 16 19:27:31.163 INFO E| Compiling tiny-keccak v2.0.2
27382024-10-16T19:27:31.830Z[ helios-setup] Oct 16 19:27:31.341 INFO E| Compiling rustix v0.37.3
27392024-10-16T19:27:32.668Z[ helios-setup] Oct 16 19:27:32.177 INFO E| Compiling crypto-common v0.1.6
27402024-10-16T19:27:32.832Z[ helios-setup] Oct 16 19:27:32.343 INFO E| Compiling block-buffer v0.10.3
27412024-10-16T19:27:33.611Z[ helios-setup] Oct 16 19:27:33.121 INFO E| Compiling errno v0.3.1
27422024-10-16T19:27:33.809Z[ helios-setup] Oct 16 19:27:33.319 INFO E| Compiling serde_derive_internals v0.26.0
27432024-10-16T19:27:34.103Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27442024-10-16T19:27:34.238Z[ helios-setup] Oct 16 19:27:33.748 INFO E| Compiling pkg-config v0.3.26
27452024-10-16T19:27:34.289Z[ helios-setup] Oct 16 19:27:33.799 INFO E| Compiling slog v2.7.0
27462024-10-16T19:27:34.322Z[ helios-setup] Oct 16 19:27:33.832 INFO E| Compiling crossbeam-utils v0.8.14
27472024-10-16T19:27:34.980Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27482024-10-16T19:27:35.077Z[ helios-setup] Oct 16 19:27:34.587 INFO E| Compiling fnv v1.0.7
27492024-10-16T19:27:35.537Z[ helios-setup] Oct 16 19:27:35.046 INFO E| Compiling http v0.2.9
27502024-10-16T19:27:35.732Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27512024-10-16T19:27:38.052Z[ helios-setup] Oct 16 19:27:37.561 INFO E| Compiling digest v0.10.6
27522024-10-16T19:27:38.718Z[ helios-setup] Oct 16 19:27:38.226 INFO E| Compiling aho-corasick v0.7.20
27532024-10-16T19:27:38.770Z[ helios-setup] Oct 16 19:27:38.279 INFO E| Compiling unicode-width v0.1.10
27542024-10-16T19:27:39.167Z[ helios-setup] Oct 16 19:27:38.676 INFO E| Compiling tinyvec_macros v0.1.1
27552024-10-16T19:27:39.312Z[ helios-setup] Oct 16 19:27:38.820 INFO E| Compiling cpufeatures v0.2.5
27562024-10-16T19:27:39.341Z[ helios-setup] Oct 16 19:27:38.849 INFO E| Compiling percent-encoding v2.2.0
27572024-10-16T19:27:39.444Z[ helios-setup] Oct 16 19:27:38.952 INFO E| Compiling regex-syntax v0.6.29
27582024-10-16T19:27:39.594Z[ host-package] Compiling phf_generator v0.11.2
27592024-10-16T19:27:40.069Z[ host-package] Compiling strum_macros v0.24.3
27602024-10-16T19:27:40.268Z[ helios-setup] Oct 16 19:27:39.775 INFO E| Compiling anyhow v1.0.68
27612024-10-16T19:27:41.041Z[ helios-setup] Oct 16 19:27:40.549 INFO E| Compiling heck v0.4.1
27622024-10-16T19:27:41.885Z[ helios-setup] Oct 16 19:27:41.393 INFO E| Compiling httparse v1.8.0
27632024-10-16T19:27:42.270Z[ helios-setup] Oct 16 19:27:41.778 INFO E| Compiling tinyvec v1.6.0
27642024-10-16T19:27:42.995Z[ helios-setup] Oct 16 19:27:42.503 INFO E| Compiling const-random-macro v0.1.15
27652024-10-16T19:27:43.021Z[ helios-setup] Oct 16 19:27:42.528 INFO E| Compiling form_urlencoded v1.1.0
27662024-10-16T19:27:43.886Z[ helios-setup] Oct 16 19:27:43.393 INFO E| Compiling hashbrown v0.13.2
27672024-10-16T19:27:44.169Z[ helios-setup] Oct 16 19:27:43.677 INFO E| Compiling thiserror-impl v1.0.38
27682024-10-16T19:27:44.402Z[ helios-setup] Oct 16 19:27:43.909 INFO E| Compiling schemars_derive v0.8.12
27692024-10-16T19:27:44.791Z[ helios-setup] Oct 16 19:27:44.298 INFO E| Compiling serde_derive v1.0.204
27702024-10-16T19:27:45.257Z[ helios-setup] Oct 16 19:27:44.763 INFO E| Compiling tokio-macros v2.0.0
27712024-10-16T19:27:45.322Z[ host-package] Compiling kstat-rs v0.2.4
27722024-10-16T19:27:45.866Z[ helios-setup] Oct 16 19:27:45.373 INFO E| Compiling futures-macro v0.3.28
27732024-10-16T19:27:46.430Z[ helios-setup] Oct 16 19:27:45.936 INFO E| Compiling regex v1.7.3
27742024-10-16T19:27:46.870Z[ host-package] Compiling unicase v2.7.0
27752024-10-16T19:27:47.245Z[ host-package] Compiling indoc v1.0.9
27762024-10-16T19:27:47.547Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27772024-10-16T19:27:48.281Z[ helios-setup] Oct 16 19:27:47.787 INFO E| Compiling chrono v0.4.24
27782024-10-16T19:27:49.364Z[ host-package] Compiling phf_codegen v0.11.2
27792024-10-16T19:27:49.542Z[ helios-setup] Oct 16 19:27:49.048 INFO E| Compiling libz-sys v1.1.8
27802024-10-16T19:27:50.204Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27812024-10-16T19:27:51.801Z[ helios-setup] Oct 16 19:27:51.306 INFO E| Compiling dyn-clone v1.0.11
27822024-10-16T19:27:51.949Z[ helios-setup] Oct 16 19:27:51.454 INFO E| Compiling uuid v1.3.0
27832024-10-16T19:27:52.215Z[ helios-setup] Oct 16 19:27:51.720 INFO E| Compiling unicode-normalization v0.1.22
27842024-10-16T19:27:52.320Z[ helios-setup] Oct 16 19:27:51.825 INFO E| Compiling regress v0.5.0
27852024-10-16T19:27:53.069Z[ helios-setup] Oct 16 19:27:52.574 INFO E| Compiling const-random v0.1.15
27862024-10-16T19:27:54.851Z[ helios-setup] Oct 16 19:27:54.355 INFO E| Compiling getopts v0.2.21
27872024-10-16T19:27:55.184Z[ helios-setup] Oct 16 19:27:54.688 INFO E| Compiling tracing-core v0.1.30
27882024-10-16T19:27:55.715Z[ helios-setup] Oct 16 19:27:55.219 INFO E| Compiling memoffset v0.7.1
27892024-10-16T19:27:55.861Z[ helios-setup] Oct 16 19:27:55.365 INFO E| Compiling time-core v0.1.2
27902024-10-16T19:27:56.207Z[ helios-setup] Oct 16 19:27:55.711 INFO E| Compiling unicode-bidi v0.3.13
27912024-10-16T19:27:56.428Z[ helios-setup] Oct 16 19:27:55.932 INFO E| Compiling num-conv v0.1.0
27922024-10-16T19:27:57.274Z[ helios-setup] Oct 16 19:27:56.777 INFO E| Compiling ucd-trie v0.1.5
27932024-10-16T19:27:59.021Z[ helios-setup] Oct 16 19:27:58.522 INFO E| Compiling powerfmt v0.2.0
27942024-10-16T19:27:59.299Z[ helios-setup] Oct 16 19:27:58.802 INFO E| Compiling pest v2.5.7
27952024-10-16T19:27:59.959Z[ helios-setup] Oct 16 19:27:59.462 INFO E| Compiling idna v0.3.0
27962024-10-16T19:28:00.069Z[ helios-setup] Oct 16 19:27:59.572 INFO E| Compiling deranged v0.3.11
27972024-10-16T19:28:02.135Z[ host-package] Compiling derive_builder v0.20.2
27982024-10-16T19:28:02.969Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27992024-10-16T19:28:03.031Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28002024-10-16T19:28:03.894Z[ helios-setup] Oct 16 19:28:03.396 INFO E| Compiling time-macros v0.2.18
28012024-10-16T19:28:04.047Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28022024-10-16T19:28:05.025Z[ helios-setup] Oct 16 19:28:04.401 INFO E| Compiling tracing v0.1.37
28032024-10-16T19:28:06.366Z[ helios-setup] Oct 16 19:28:05.868 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28042024-10-16T19:28:06.817Z[ helios-setup] Oct 16 19:28:06.318 INFO E| Compiling time v0.1.45
28052024-10-16T19:28:07.228Z[ helios-setup] Oct 16 19:28:06.728 INFO E| Compiling crossbeam-epoch v0.9.13
28062024-10-16T19:28:07.867Z[ helios-setup] Oct 16 19:28:07.366 INFO E| Compiling semver v1.0.17
28072024-10-16T19:28:09.227Z[ helios-setup] Oct 16 19:28:08.727 INFO E| Compiling num_threads v0.1.6
28082024-10-16T19:28:09.581Z[ helios-setup] Oct 16 19:28:09.081 INFO E| Compiling iana-time-zone v0.1.56
28092024-10-16T19:28:10.005Z[ helios-setup] Oct 16 19:28:09.505 INFO E| Compiling time v0.3.36
28102024-10-16T19:28:11.494Z[ helios-setup] Oct 16 19:28:10.994 INFO E| Compiling semver-parser v0.10.2
28112024-10-16T19:28:11.696Z[ host-package] Compiling oso-derive v0.27.3
28122024-10-16T19:28:11.783Z[ helios-setup] Oct 16 19:28:11.283 INFO E| Compiling toml v0.5.11
28132024-10-16T19:28:12.786Z[ helios-setup] Oct 16 19:28:12.285 INFO E| Compiling smallvec v1.10.0
28142024-10-16T19:28:14.422Z[ host-package] Compiling parse-zoneinfo v0.3.1
28152024-10-16T19:28:15.904Z[ helios-setup] Oct 16 19:28:15.402 INFO E| Compiling parking_lot v0.12.1
28162024-10-16T19:28:15.979Z[ helios-setup] Oct 16 19:28:15.477 INFO E| Compiling serde_tokenstream v0.2.0
28172024-10-16T19:28:17.557Z[ host-package] Compiling libz-sys v1.1.20
28182024-10-16T19:28:17.741Z[ host-package] Compiling quick-xml v0.33.0
28192024-10-16T19:28:18.345Z[ helios-setup] Oct 16 19:28:17.842 INFO E| Compiling url v2.3.1
28202024-10-16T19:28:19.286Z[ host-package] Compiling diesel-dtrace v0.3.0
28212024-10-16T19:28:20.302Z[ host-package] Compiling cfg_aliases v0.1.1
28222024-10-16T19:28:20.855Z[ host-package] Compiling parking_lot_core v0.8.6
28232024-10-16T19:28:21.298Z[ helios-setup] Oct 16 19:28:20.795 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28242024-10-16T19:28:22.128Z[ host-package] Compiling nix v0.28.0
28252024-10-16T19:28:23.659Z[ host-package] Compiling oso v0.27.3
28262024-10-16T19:28:24.229Z[ host-package] Compiling chrono-tz-build v0.4.0
28272024-10-16T19:28:24.537Z[ helios-setup] Oct 16 19:28:24.033 INFO E| Compiling crossbeam-channel v0.5.6
28282024-10-16T19:28:25.803Z[ helios-setup] Oct 16 19:28:25.299 INFO E| Compiling dirs-sys-next v0.1.2
28292024-10-16T19:28:26.360Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28302024-10-16T19:28:26.641Z[ helios-setup] Oct 16 19:28:26.136 INFO E| Compiling same-file v1.0.6
28312024-10-16T19:28:27.293Z[ helios-setup] Oct 16 19:28:26.788 INFO E| Compiling try-lock v0.2.4
28322024-10-16T19:28:27.675Z[ helios-setup] Oct 16 19:28:27.170 INFO E| Compiling crc32fast v1.3.2
28332024-10-16T19:28:28.284Z[ helios-setup] Oct 16 19:28:27.779 INFO E| Compiling want v0.3.0
28342024-10-16T19:28:29.047Z[ helios-setup] Oct 16 19:28:28.541 INFO E| Compiling walkdir v2.3.3
28352024-10-16T19:28:29.124Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28362024-10-16T19:28:29.469Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28372024-10-16T19:28:29.635Z[ helios-setup] Oct 16 19:28:29.129 INFO E| Compiling dirs-next v2.0.0
28382024-10-16T19:28:30.591Z[ helios-setup] Oct 16 19:28:30.085 INFO E| Compiling proc-macro-crate v1.2.1
28392024-10-16T19:28:32.244Z[ helios-setup] Oct 16 19:28:31.738 INFO E| Compiling semver v0.11.0
28402024-10-16T19:28:34.414Z[ helios-setup] Oct 16 19:28:33.907 INFO E| Compiling tokio-util v0.7.7
28412024-10-16T19:28:35.197Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28422024-10-16T19:28:36.060Z[ host-package] Compiling bb8 v0.8.5
28432024-10-16T19:28:36.231Z[ helios-setup] Oct 16 19:28:35.724 INFO E| Compiling futures-executor v0.3.28
28442024-10-16T19:28:36.989Z[ helios-setup] Oct 16 19:28:36.482 INFO E| Compiling h2 v0.3.16
28452024-10-16T19:28:37.288Z[ host-package] Compiling const_format_proc_macros v0.2.33
28462024-10-16T19:28:38.888Z[ helios-setup] Oct 16 19:28:38.381 INFO E| Compiling http-body v0.4.5
28472024-10-16T19:28:38.910Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28482024-10-16T19:28:39.080Z[ helios-setup] Oct 16 19:28:38.572 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28492024-10-16T19:28:39.250Z[ helios-setup] Oct 16 19:28:38.742 INFO E| Compiling ring v0.16.20
28502024-10-16T19:28:40.195Z[ helios-setup] Oct 16 19:28:39.686 INFO E| Compiling rand_core v0.6.4
28512024-10-16T19:28:40.264Z[ host-package] Compiling vte v0.11.1
28522024-10-16T19:28:41.235Z[ host-package] Compiling const_format v0.2.33
28532024-10-16T19:28:41.561Z[ helios-setup] Oct 16 19:28:41.052 INFO E| Compiling thread_local v1.1.7
28542024-10-16T19:28:41.744Z[ helios-setup] Oct 16 19:28:41.235 INFO E| Compiling fastrand v1.9.0
28552024-10-16T19:28:43.064Z[ helios-setup] Oct 16 19:28:42.555 INFO E| Compiling rayon-core v1.10.2
28562024-10-16T19:28:43.504Z[ host-package] Compiling async-bb8-diesel v0.2.1
28572024-10-16T19:28:43.537Z[ helios-setup] Oct 16 19:28:43.028 INFO E| Compiling tower-service v0.3.2
28582024-10-16T19:28:43.796Z[ helios-setup] Oct 16 19:28:43.286 INFO E| Compiling adler v1.0.2
28592024-10-16T19:28:43.967Z[ helios-setup] Oct 16 19:28:43.457 INFO E| Compiling base64 v0.21.0
28602024-10-16T19:28:44.046Z[ host-package] Compiling chrono-tz v0.10.0
28612024-10-16T19:28:44.143Z[ helios-setup] Oct 16 19:28:43.634 INFO E| Compiling lazy_static v1.4.0
28622024-10-16T19:28:44.373Z[ helios-setup] Oct 16 19:28:43.860 INFO E| Compiling home v0.5.4
28632024-10-16T19:28:44.960Z[ helios-setup] Oct 16 19:28:44.450 INFO E| Compiling utf8parse v0.2.1
28642024-10-16T19:28:45.367Z[ helios-setup] Oct 16 19:28:44.857 INFO E| Compiling ppv-lite86 v0.2.17
28652024-10-16T19:28:46.221Z[ helios-setup] Oct 16 19:28:45.711 INFO E| Compiling httpdate v1.0.2
28662024-10-16T19:28:47.141Z[ helios-setup] Oct 16 19:28:46.631 INFO E| Compiling rand_chacha v0.3.1
28672024-10-16T19:28:47.222Z[ host-package] Compiling fd-lock v4.0.2
28682024-10-16T19:28:47.426Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28692024-10-16T19:28:47.651Z[ helios-setup] Oct 16 19:28:47.141 INFO E| Compiling hyper v0.14.25
28702024-10-16T19:28:47.805Z[ host-package] Compiling atty v0.2.14
28712024-10-16T19:28:47.910Z[ helios-setup] Oct 16 19:28:47.399 INFO E| Compiling anstyle-parse v0.1.1
28722024-10-16T19:28:48.322Z[ host-package] Compiling salty v0.3.0
28732024-10-16T19:28:48.936Z[ helios-setup] Oct 16 19:28:48.426 INFO E| Compiling toolchain_find v0.2.0
28742024-10-16T19:28:49.228Z[ host-package] Compiling bytecount v0.6.8
28752024-10-16T19:28:49.966Z[ helios-setup] Oct 16 19:28:49.455 INFO E| Compiling miniz_oxide v0.6.2
28762024-10-16T19:28:50.068Z[ host-package] Compiling papergrid v0.11.0
28772024-10-16T19:28:50.540Z[ helios-setup] Oct 16 19:28:50.029 INFO E| Compiling tempfile v3.5.0
28782024-10-16T19:28:51.901Z[ helios-setup] Oct 16 19:28:51.390 INFO E| Compiling futures v0.3.28
28792024-10-16T19:29:00.527Z[ host-package] Compiling parking_lot v0.11.2
28802024-10-16T19:29:01.038Z[ helios-setup] Oct 16 19:29:00.524 INFO E| Compiling crossbeam-deque v0.8.2
28812024-10-16T19:29:05.942Z[ helios-setup] Oct 16 19:29:05.426 INFO E| Compiling cargo-lock v8.0.3
28822024-10-16T19:29:07.615Z[ helios-setup] Oct 16 19:29:07.099 INFO E| Compiling num_enum_derive v0.5.7
28832024-10-16T19:29:11.815Z[ helios-setup] Oct 16 19:29:11.298 INFO E| Compiling term v0.7.0
28842024-10-16T19:29:12.415Z[ helios-setup] Oct 16 19:29:11.897 INFO E| Compiling serde_urlencoded v0.7.1
28852024-10-16T19:29:12.445Z[ helios-setup] Oct 16 19:29:11.928 INFO E| Compiling is-terminal v0.4.7
28862024-10-16T19:29:13.045Z[ helios-setup] Oct 16 19:29:12.527 INFO E| Compiling sha1 v0.10.5
28872024-10-16T19:29:13.306Z[ helios-setup] Oct 16 19:29:12.787 INFO E| Compiling sha2 v0.10.6
28882024-10-16T19:29:14.034Z[ helios-setup] Oct 16 19:29:13.517 INFO E| Compiling atty v0.2.14
28892024-10-16T19:29:14.320Z[ helios-setup] Oct 16 19:29:13.803 INFO E| Compiling anstyle v0.3.5
28902024-10-16T19:29:14.466Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28912024-10-16T19:29:14.848Z[ helios-setup] Oct 16 19:29:14.330 INFO E| Compiling concolor-query v0.3.3
28922024-10-16T19:29:15.367Z[ helios-setup] Oct 16 19:29:14.849 INFO E| Compiling concolor-override v1.0.0
28932024-10-16T19:29:16.074Z[ helios-setup] Oct 16 19:29:15.555 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28942024-10-16T19:29:16.543Z[ host-package] Compiling tabled_derive v0.7.0
28952024-10-16T19:29:18.432Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28962024-10-16T19:29:19.980Z[ helios-setup] Oct 16 19:29:19.461 INFO E| Compiling anstream v0.2.6
28972024-10-16T19:29:20.050Z[ helios-setup] Oct 16 19:29:19.531 INFO E| Compiling slog-term v2.9.0
28982024-10-16T19:29:21.022Z[ host-package] Compiling peg-macros v0.8.4
28992024-10-16T19:29:21.058Z[ helios-setup] Oct 16 19:29:20.538 INFO E| Compiling flate2 v1.0.25
29002024-10-16T19:29:21.630Z[ helios-setup] Oct 16 19:29:21.109 INFO E| Compiling num_enum v0.5.7
29012024-10-16T19:29:22.062Z[ helios-setup] Oct 16 19:29:21.542 INFO E| Compiling rustfmt-wrapper v0.2.0
29022024-10-16T19:29:22.192Z[ helios-setup] Oct 16 19:29:21.671 INFO E| Compiling rand v0.8.5
29032024-10-16T19:29:23.416Z[ helios-setup] Oct 16 19:29:22.896 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29042024-10-16T19:29:23.802Z[ helios-setup] Oct 16 19:29:23.280 INFO E| Compiling openapiv3 v1.0.2
29052024-10-16T19:29:25.279Z[ helios-setup] Oct 16 19:29:24.759 INFO E| Compiling encoding_rs v0.8.32
29062024-10-16T19:29:26.066Z[ helios-setup] Oct 16 19:29:25.545 INFO E| Compiling unsafe-libyaml v0.2.8
29072024-10-16T19:29:27.170Z[ host-package] Compiling sqlparser_derive v0.2.2
29082024-10-16T19:29:27.757Z[ host-package] Compiling nu-ansi-term v0.50.1
29092024-10-16T19:29:29.692Z[ helios-setup] Oct 16 19:29:29.170 INFO E| Compiling project-root v0.2.2
29102024-10-16T19:29:29.947Z[ host-package] Compiling unicode_categories v0.1.1
29112024-10-16T19:29:30.241Z[ host-package] Compiling rustyline v14.0.0
29122024-10-16T19:29:30.302Z[ helios-setup] Oct 16 19:29:29.780 INFO E| Compiling base64 v0.13.1
29132024-10-16T19:29:30.951Z[ host-package] Compiling sqlformat v0.2.6
29142024-10-16T19:29:31.858Z[ helios-setup] Oct 16 19:29:31.336 INFO E| Compiling utf-8 v0.7.6
29152024-10-16T19:29:31.963Z[ helios-setup] Oct 16 19:29:31.440 INFO E| Compiling strsim v0.10.0
29162024-10-16T19:29:32.430Z[ helios-setup] Oct 16 19:29:31.907 INFO E| Compiling spin v0.5.2
29172024-10-16T19:29:33.241Z[ helios-setup] Oct 16 19:29:32.718 INFO E| Compiling untrusted v0.7.1
29182024-10-16T19:29:33.281Z[ helios-setup] Oct 16 19:29:32.758 INFO E| Compiling either v1.8.0
29192024-10-16T19:29:33.569Z[ helios-setup] Oct 16 19:29:33.046 INFO E| Compiling mime v0.3.17
29202024-10-16T19:29:34.084Z[ helios-setup] Oct 16 19:29:33.561 INFO E| Compiling ipnet v2.7.2
29212024-10-16T19:29:35.471Z[ helios-setup] Oct 16 19:29:34.948 INFO E| Compiling byteorder v1.4.3
29222024-10-16T19:29:36.098Z[ helios-setup] Oct 16 19:29:35.575 INFO E| Compiling clap_lex v0.4.1
29232024-10-16T19:29:36.775Z[ helios-setup] Oct 16 19:29:36.252 INFO E| Compiling clap_builder v4.2.1
29242024-10-16T19:29:36.922Z[ helios-setup] Oct 16 19:29:36.398 INFO E| Compiling tungstenite v0.18.0
29252024-10-16T19:29:37.404Z[ helios-setup] Oct 16 19:29:36.880 INFO E| Compiling reqwest v0.11.16
29262024-10-16T19:29:38.815Z[ helios-setup] Oct 16 19:29:38.291 INFO E| Compiling rayon v1.6.1
29272024-10-16T19:29:39.454Z[ helios-setup] Oct 16 19:29:38.712 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29282024-10-16T19:29:46.688Z[ helios-setup] Oct 16 19:29:46.161 INFO E| Compiling serde_yaml v0.9.21
29292024-10-16T19:29:47.292Z[ helios-setup] Oct 16 19:29:46.765 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29302024-10-16T19:29:49.480Z[ helios-setup] Oct 16 19:29:48.953 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29312024-10-16T19:29:51.570Z[ helios-setup] Oct 16 19:29:51.042 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29322024-10-16T19:29:51.783Z[ helios-setup] Oct 16 19:29:51.255 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29332024-10-16T19:29:52.765Z[ helios-setup] Oct 16 19:29:52.237 INFO E| Compiling clap_derive v4.2.0
29342024-10-16T19:29:53.814Z[ host-package] Compiling sqlparser v0.45.0
29352024-10-16T19:29:54.099Z[ helios-setup] Oct 16 19:29:53.570 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29362024-10-16T19:29:54.232Z[ host-package] Compiling reedline v0.35.0
29372024-10-16T19:29:56.091Z[ helios-setup] Oct 16 19:29:55.562 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29382024-10-16T19:30:00.431Z[ host-package] Compiling peg v0.8.4
29392024-10-16T19:30:01.303Z[ host-package] Compiling tabled v0.15.0
29402024-10-16T19:30:02.011Z[ helios-setup] Oct 16 19:30:01.481 INFO E| Compiling clap v4.2.1
29412024-10-16T19:30:12.792Z[ host-package] Compiling sled v0.34.7
29422024-10-16T19:30:12.795Z[ host-package] Compiling mime_guess v2.0.5
29432024-10-16T19:30:19.770Z[ helios-setup] Oct 16 19:30:19.235 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29442024-10-16T19:30:20.937Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29452024-10-16T19:30:22.991Z[ helios-setup] Oct 16 19:30:22.454 INFO E| Compiling tokio-tungstenite v0.18.0
29462024-10-16T19:30:24.372Z[ helios-setup] Oct 16 19:30:23.835 INFO E| Compiling smartstring v1.0.1
29472024-10-16T19:30:25.426Z[ host-package] Compiling hickory-client v0.24.1
29482024-10-16T19:30:25.708Z[ helios-setup] Oct 16 19:30:25.170 INFO E| Compiling rustls v0.21.0
29492024-10-16T19:30:28.012Z[ helios-setup] Oct 16 19:30:27.475 INFO E| Compiling serde_spanned v0.6.1
29502024-10-16T19:30:28.673Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
29512024-10-16T19:30:28.749Z[ helios-setup] Oct 16 19:30:28.211 INFO E| Compiling toml_datetime v0.6.1
29522024-10-16T19:30:28.825Z[ helios-setup] Oct 16 19:30:28.287 INFO E| Compiling static_assertions v1.1.0
29532024-10-16T19:30:29.312Z[ helios-setup] Oct 16 19:30:28.774 INFO E| Compiling match_cfg v0.1.0
29542024-10-16T19:30:29.685Z[ helios-setup] Oct 16 19:30:29.144 INFO E| Compiling camino v1.1.4
29552024-10-16T19:30:29.818Z[ helios-setup] Oct 16 19:30:29.279 INFO E| Compiling winnow v0.4.1
29562024-10-16T19:30:30.352Z[ helios-setup] Oct 16 19:30:29.810 INFO E| Compiling slog-async v2.7.0
29572024-10-16T19:30:31.181Z[ helios-setup] Oct 16 19:30:30.643 INFO E| Compiling paste v1.0.12
29582024-10-16T19:30:31.691Z[ helios-setup] Oct 16 19:30:31.150 INFO E| Compiling async-trait v0.1.68
29592024-10-16T19:30:32.938Z[ helios-setup] Oct 16 19:30:32.398 INFO E| Compiling hostname v0.3.1
29602024-10-16T19:30:33.464Z[ helios-setup] Oct 16 19:30:32.924 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29612024-10-16T19:30:34.538Z[ helios-setup] Oct 16 19:30:33.998 INFO E| Compiling slog-json v2.6.1
29622024-10-16T19:30:35.111Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29632024-10-16T19:30:36.323Z[ helios-setup] Oct 16 19:30:35.783 INFO E| Compiling unicode-linebreak v0.1.4
29642024-10-16T19:30:37.497Z[ helios-setup] Oct 16 19:30:36.956 INFO E| Compiling toml_edit v0.19.8
29652024-10-16T19:30:37.977Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29662024-10-16T19:30:40.156Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29672024-10-16T19:30:41.849Z[ helios-setup] Oct 16 19:30:41.307 INFO E| Compiling async-stream-impl v0.3.5
29682024-10-16T19:30:41.886Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29692024-10-16T19:30:43.169Z[ host-package] Compiling hickory-server v0.24.1
29702024-10-16T19:30:43.172Z[ helios-setup] Oct 16 19:30:42.019 INFO E| Compiling rhai_codegen v1.5.0
29712024-10-16T19:30:45.206Z[ helios-setup] Oct 16 19:30:44.664 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29722024-10-16T19:30:45.474Z[ host-package] Compiling primeorder v0.13.6
29732024-10-16T19:30:46.229Z[ helios-setup] Oct 16 19:30:45.686 INFO E| Compiling take_mut v0.2.2
29742024-10-16T19:30:46.318Z[ host-package] Compiling vergen v8.3.2
29752024-10-16T19:30:47.031Z[ host-package] Compiling bcs v0.1.6
29762024-10-16T19:30:47.247Z[ host-package] Compiling env_filter v0.1.2
29772024-10-16T19:30:47.734Z[ helios-setup] Oct 16 19:30:47.191 INFO E| Compiling rhai v1.14.0
29782024-10-16T19:30:48.835Z[ host-package] Compiling cargo-platform v0.1.8
29792024-10-16T19:30:49.710Z[ host-package] Compiling nanorand v0.7.0
29802024-10-16T19:30:50.141Z[ helios-setup] Oct 16 19:30:49.597 INFO E| Compiling async-stream v0.3.5
29812024-10-16T19:30:50.282Z[ host-package] Compiling memoffset v0.9.1
29822024-10-16T19:30:51.158Z[ host-package] Compiling flume v0.11.0
29832024-10-16T19:30:51.288Z[ helios-setup] Oct 16 19:30:50.744 INFO E| Compiling toml v0.7.3
29842024-10-16T19:30:52.035Z[ host-package] Compiling cargo_metadata v0.18.1
29852024-10-16T19:30:52.959Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29862024-10-16T19:30:53.284Z[ helios-setup] Oct 16 19:30:52.739 INFO E| Compiling slog-bunyan v2.4.0
29872024-10-16T19:30:57.538Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29882024-10-16T19:30:58.760Z[ helios-setup] Oct 16 19:30:58.213 INFO E| Compiling rustls-pemfile v1.0.2
29892024-10-16T19:30:58.831Z[ host-package] Compiling env_logger v0.11.5
29902024-10-16T19:31:00.080Z[ helios-setup] Oct 16 19:30:59.533 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29912024-10-16T19:31:00.497Z[ helios-setup] Oct 16 19:30:59.950 INFO E| Compiling bincode v1.3.3
29922024-10-16T19:31:01.655Z[ host-package] Compiling p384 v0.13.0
29932024-10-16T19:31:02.636Z[ helios-setup] Oct 16 19:31:02.087 INFO E| Compiling serde_path_to_error v0.1.11
29942024-10-16T19:31:02.982Z[ helios-setup] Oct 16 19:31:02.435 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29952024-10-16T19:31:03.365Z[ helios-setup] Oct 16 19:31:02.818 INFO E| Compiling terminal_size v0.2.6
29962024-10-16T19:31:04.086Z[ helios-setup] Oct 16 19:31:03.538 INFO E| Compiling smawk v0.3.1
29972024-10-16T19:31:04.462Z[ helios-setup] Oct 16 19:31:03.914 INFO E| Compiling textwrap v0.16.0
29982024-10-16T19:31:06.522Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29992024-10-16T19:31:13.261Z[ helios-setup] Oct 16 19:31:12.711 INFO E| Compiling sct v0.7.0
30002024-10-16T19:31:13.306Z[ helios-setup] Oct 16 19:31:12.756 INFO E| Compiling rustls-webpki v0.100.1
30012024-10-16T19:31:14.630Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30022024-10-16T19:31:21.496Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30032024-10-16T19:31:21.914Z[ helios-setup] Oct 16 19:31:21.361 INFO E| Compiling git2 v0.16.1
30042024-10-16T19:31:22.400Z[ host-package] Compiling git2 v0.19.0
30052024-10-16T19:31:23.110Z[ helios-setup] Oct 16 19:31:22.557 INFO E| Compiling tokio-rustls v0.24.0
30062024-10-16T19:31:23.343Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30072024-10-16T19:31:28.842Z[ host-package] Compiling libsqlite3-sys v0.30.1
30082024-10-16T19:31:30.061Z[ host-package] Compiling lzma-sys v0.1.20
30092024-10-16T19:31:31.819Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30102024-10-16T19:31:32.786Z[ host-package] Compiling rustls v0.21.12
30112024-10-16T19:31:33.417Z[ host-package] Compiling cfg_aliases v0.2.1
30122024-10-16T19:31:34.028Z[ host-package] Compiling nix v0.29.0
30132024-10-16T19:31:34.463Z[ helios-setup] Oct 16 19:31:33.907 INFO E| Compiling built v0.6.0
30142024-10-16T19:31:36.451Z[ helios-setup] Oct 16 19:31:35.895 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30152024-10-16T19:31:38.502Z[ helios-setup] Oct 16 19:31:37.945 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30162024-10-16T19:31:38.685Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30172024-10-16T19:31:39.004Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30182024-10-16T19:31:39.524Z[ helios-setup] Oct 16 19:31:38.967 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30192024-10-16T19:31:41.445Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30202024-10-16T19:31:42.838Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30212024-10-16T19:31:48.308Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30222024-10-16T19:31:54.525Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30232024-10-16T19:31:55.658Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30242024-10-16T19:31:56.864Z[ host-package] Compiling sct v0.7.1
30252024-10-16T19:31:57.747Z[ host-package] Compiling rustls-webpki v0.101.7
30262024-10-16T19:32:01.440Z[ host-package] Compiling heck v0.3.3
30272024-10-16T19:32:01.903Z[ host-package] Compiling castaway v0.2.3
30282024-10-16T19:32:02.218Z[ host-package] Compiling rand_seeder v0.3.0
30292024-10-16T19:32:02.692Z[ host-package] Compiling csv-core v0.1.11
30302024-10-16T19:32:02.846Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30312024-10-16T19:32:03.364Z[ host-package] Compiling http-range v0.1.5
30322024-10-16T19:32:03.677Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30332024-10-16T19:32:04.255Z[ host-package] Compiling hyper-staticfile v0.10.1
30342024-10-16T19:32:05.186Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30352024-10-16T19:32:05.215Z[ helios-setup] Oct 16 19:32:04.651 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30362024-10-16T19:32:06.435Z[ host-package] Compiling csv v1.3.0
30372024-10-16T19:32:07.649Z[ helios-setup] Oct 16 19:32:07.084 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30382024-10-16T19:32:07.790Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30392024-10-16T19:32:08.105Z[ host-package] Compiling compact_str v0.8.0
30402024-10-16T19:32:09.260Z[ host-package] Compiling zone_cfg_derive v0.1.2
30412024-10-16T19:32:11.610Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30422024-10-16T19:32:14.587Z[ host-package] Compiling nix v0.27.1
30432024-10-16T19:32:20.518Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30442024-10-16T19:32:21.331Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30452024-10-16T19:32:22.600Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30462024-10-16T19:32:32.713Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30472024-10-16T19:32:33.968Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30482024-10-16T19:32:39.905Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30492024-10-16T19:32:40.741Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30502024-10-16T19:32:41.496Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30512024-10-16T19:32:42.487Z[ host-package] Compiling unicode-truncate v1.1.0
30522024-10-16T19:32:43.087Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30532024-10-16T19:32:44.359Z[ host-package] Compiling hashlink v0.9.1
30542024-10-16T19:32:44.939Z[ host-package] Compiling lru v0.12.5
30552024-10-16T19:32:45.939Z[ host-package] Compiling instability v0.3.2
30562024-10-16T19:32:46.299Z[ host-package] Compiling fallible-iterator v0.3.0
30572024-10-16T19:32:46.762Z[ host-package] Compiling cassowary v0.3.0
30582024-10-16T19:32:47.801Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30592024-10-16T19:32:47.984Z[ host-package] Compiling base64 v0.13.1
30602024-10-16T19:32:48.345Z[ host-package] Compiling rusqlite v0.32.1
30612024-10-16T19:32:49.349Z[ host-package] Compiling ron v0.7.1
30622024-10-16T19:32:51.627Z[ host-package] Compiling ratatui v0.28.1
30632024-10-16T19:32:52.655Z[ helios-setup] Oct 16 19:32:52.078 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30642024-10-16T19:32:55.165Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30652024-10-16T19:32:55.245Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30662024-10-16T19:32:57.296Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30672024-10-16T19:32:58.161Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30682024-10-16T19:33:00.983Z[ host-package] Compiling xz2 v0.1.7
30692024-10-16T19:33:01.720Z[ host-package] Compiling tokio-rustls v0.24.1
30702024-10-16T19:33:02.297Z[ host-package] Compiling zone v0.1.8
30712024-10-16T19:33:06.349Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30722024-10-16T19:33:23.708Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30732024-10-16T19:33:25.186Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30742024-10-16T19:33:26.421Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30752024-10-16T19:33:31.695Z[ host-package] Compiling rustls-pemfile v1.0.4
30762024-10-16T19:33:33.360Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30772024-10-16T19:33:33.454Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30782024-10-16T19:33:34.486Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30792024-10-16T19:33:35.382Z[ host-package] Compiling signal-hook-tokio v0.3.1
30802024-10-16T19:33:35.981Z[ host-package] Compiling twox-hash v1.6.3
30812024-10-16T19:33:37.334Z[ host-package] Compiling yasna v0.5.2
30822024-10-16T19:33:37.846Z[ host-package] Compiling smawk v0.3.2
30832024-10-16T19:33:38.490Z[ host-package] Compiling is_ci v1.2.0
30842024-10-16T19:33:39.397Z[ host-package] Compiling unicode-linebreak v0.1.5
30852024-10-16T19:33:40.662Z[ host-package] Compiling textwrap v0.16.1
30862024-10-16T19:33:42.580Z[ host-package] Compiling rcgen v0.12.1
30872024-10-16T19:33:43.734Z[ host-package] Compiling supports-color v3.0.1
30882024-10-16T19:33:44.718Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
30892024-10-16T19:33:48.391Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30902024-10-16T19:33:55.062Z[ helios-setup] Oct 16 19:33:54.467 INFO E| Finished `release` profile [optimized] target(s) in 6m 46s
30912024-10-16T19:33:55.205Z[ helios-setup] Oct 16 19:33:54.611 INFO building project "pilot" ok (406 seconds)
30922024-10-16T19:33:55.206Z[ helios-setup] Oct 16 19:33:54.611 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30932024-10-16T19:33:55.206Z[ helios-setup] Oct 16 19:33:54.611 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30942024-10-16T19:33:55.508Z[ helios-setup] Oct 16 19:33:54.913 INFO E| Downloading crates ...
30952024-10-16T19:33:55.623Z[ helios-setup] Oct 16 19:33:55.029 INFO E| Downloaded miniz_oxide v0.7.2
30962024-10-16T19:33:55.701Z[ helios-setup] Oct 16 19:33:55.105 INFO E| Compiling adler v1.0.2
30972024-10-16T19:33:55.920Z[ helios-setup] Oct 16 19:33:55.325 INFO E| Compiling miniz_oxide v0.7.2
30982024-10-16T19:33:57.296Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30992024-10-16T19:33:58.765Z[ helios-setup] Oct 16 19:33:58.170 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31002024-10-16T19:33:59.683Z[ helios-setup] Oct 16 19:33:59.080 INFO E| Finished `release` profile [optimized] target(s) in 4.36s
31012024-10-16T19:33:59.698Z[ helios-setup] Oct 16 19:33:59.091 INFO building project "pinprick" ok (4 seconds)
31022024-10-16T19:33:59.699Z[ helios-setup] Oct 16 19:33:59.092 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31032024-10-16T19:33:59.699Z[ helios-setup] Oct 16 19:33:59.092 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31042024-10-16T19:33:59.709Z[ helios-setup] Oct 16 19:33:59.101 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
31052024-10-16T19:33:59.941Z[ helios-setup] Oct 16 19:33:59.344 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
31062024-10-16T19:33:59.941Z[ helios-setup] Oct 16 19:33:59.344 INFO E| info: downloading component 'cargo'
31072024-10-16T19:34:00.325Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31082024-10-16T19:34:01.152Z[ helios-setup] Oct 16 19:34:00.553 INFO E| info: downloading component 'clippy'
31092024-10-16T19:34:01.419Z[ helios-setup] Oct 16 19:34:00.823 INFO E| info: downloading component 'rust-docs'
31102024-10-16T19:34:02.776Z[ helios-setup] Oct 16 19:34:02.179 INFO E| info: downloading component 'rust-src'
31112024-10-16T19:34:02.969Z[ helios-setup] Oct 16 19:34:02.371 INFO E| info: downloading component 'rust-std'
31122024-10-16T19:34:04.975Z[ helios-setup] Oct 16 19:34:04.378 INFO E| info: downloading component 'rustc'
31132024-10-16T19:34:09.898Z[ helios-setup] Oct 16 19:34:09.299 INFO E| info: downloading component 'rustfmt'
31142024-10-16T19:34:10.520Z[ helios-setup] Oct 16 19:34:09.921 INFO E| info: installing component 'cargo'
31152024-10-16T19:34:11.579Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31162024-10-16T19:34:11.979Z[ helios-setup] Oct 16 19:34:11.380 INFO E| info: installing component 'clippy'
31172024-10-16T19:34:12.008Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31182024-10-16T19:34:12.462Z[ helios-setup] Oct 16 19:34:11.862 INFO E| info: installing component 'rust-docs'
31192024-10-16T19:34:13.309Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31202024-10-16T19:34:14.066Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31212024-10-16T19:34:17.538Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31222024-10-16T19:34:18.347Z[ helios-setup] Oct 16 19:34:17.746 INFO E| info: installing component 'rust-src'
31232024-10-16T19:34:18.938Z[ helios-setup] Oct 16 19:34:18.337 INFO E| info: installing component 'rust-std'
31242024-10-16T19:34:21.906Z[ helios-setup] Oct 16 19:34:21.305 INFO E| info: installing component 'rustc'
31252024-10-16T19:34:25.612Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31262024-10-16T19:34:26.208Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31272024-10-16T19:34:27.856Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31282024-10-16T19:34:28.663Z[ helios-setup] Oct 16 19:34:28.059 INFO E| info: installing component 'rustfmt'
31292024-10-16T19:34:29.624Z[ helios-setup] Oct 16 19:34:29.019 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31302024-10-16T19:34:30.527Z[ helios-setup] Oct 16 19:34:29.922 INFO E| From https://github.com/oxidecomputer/amd-apcb
31312024-10-16T19:34:30.527Z[ helios-setup] Oct 16 19:34:29.922 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
31322024-10-16T19:34:30.527Z[ helios-setup] Oct 16 19:34:29.922 INFO E| * [new tag] v0.4.1 -> v0.4.1
31332024-10-16T19:34:30.559Z[ helios-setup] Oct 16 19:34:29.954 INFO E| * [new tag] v0.1.3 -> v0.1.3
31342024-10-16T19:34:30.559Z[ helios-setup] Oct 16 19:34:29.954 INFO E| * [new tag] v0.1.4 -> v0.1.4
31352024-10-16T19:34:30.561Z[ helios-setup] Oct 16 19:34:29.955 INFO E| * [new tag] v0.1.5 -> v0.1.5
31362024-10-16T19:34:30.561Z[ helios-setup] Oct 16 19:34:29.955 INFO E| * [new tag] v0.2.0 -> v0.2.0
31372024-10-16T19:34:30.561Z[ helios-setup] Oct 16 19:34:29.955 INFO E| * [new tag] v0.3.0 -> v0.3.0
31382024-10-16T19:34:30.561Z[ helios-setup] Oct 16 19:34:29.955 INFO E| * [new tag] v0.3.1 -> v0.3.1
31392024-10-16T19:34:30.561Z[ helios-setup] Oct 16 19:34:29.955 INFO E| * [new tag] v0.3.2 -> v0.3.2
31402024-10-16T19:34:30.561Z[ helios-setup] Oct 16 19:34:29.955 INFO E| * [new tag] v0.3.3 -> v0.3.3
31412024-10-16T19:34:30.561Z[ helios-setup] Oct 16 19:34:29.955 INFO E| * [new tag] v0.4.0 -> v0.4.0
31422024-10-16T19:34:30.611Z[ helios-setup] Oct 16 19:34:30.007 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31432024-10-16T19:34:31.578Z[ helios-setup] Oct 16 19:34:30.974 INFO E| From https://github.com/oxidecomputer/amd-efs
31442024-10-16T19:34:31.578Z[ helios-setup] Oct 16 19:34:30.974 INFO E| * [new branch] empty -> origin/empty
31452024-10-16T19:34:31.578Z[ helios-setup] Oct 16 19:34:30.974 INFO E| * [new branch] issue-117 -> origin/issue-117
31462024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.974 INFO E| * [new branch] issue-99 -> origin/issue-99
31472024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.974 INFO E| * [new branch] main -> origin/main
31482024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.974 INFO E| * [new branch] review -> origin/review
31492024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.974 INFO E| * [new ref] -> origin/HEAD
31502024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.975 INFO E| * [new tag] v0.2.0 -> v0.2.0
31512024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.975 INFO E| * [new tag] v0.2.1 -> v0.2.1
31522024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.975 INFO E| * [new tag] v0.2.2 -> v0.2.2
31532024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.975 INFO E| * [new tag] v0.2.3 -> v0.2.3
31542024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.975 INFO E| * [new tag] v0.2.4 -> v0.2.4
31552024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.975 INFO E| * [new tag] v0.2.5 -> v0.2.5
31562024-10-16T19:34:31.581Z[ helios-setup] Oct 16 19:34:30.976 INFO E| * [new tag] v0.2.6 -> v0.2.6
31572024-10-16T19:34:31.582Z[ helios-setup] Oct 16 19:34:30.976 INFO E| * [new tag] v0.2.7 -> v0.2.7
31582024-10-16T19:34:31.582Z[ helios-setup] Oct 16 19:34:30.976 INFO E| * [new tag] v0.3.0 -> v0.3.0
31592024-10-16T19:34:31.582Z[ helios-setup] Oct 16 19:34:30.976 INFO E| * [new tag] v0.3.1 -> v0.3.1
31602024-10-16T19:34:31.582Z[ helios-setup] Oct 16 19:34:30.976 INFO E| * [new tag] v0.4.0 -> v0.4.0
31612024-10-16T19:34:31.582Z[ helios-setup] Oct 16 19:34:30.976 INFO E| * [new tag] v0.4.1 -> v0.4.1
31622024-10-16T19:34:31.607Z[ helios-setup] Oct 16 19:34:31.003 INFO E| Updating crates.io index
31632024-10-16T19:34:31.802Z[ helios-setup] Oct 16 19:34:31.196 INFO E| Downloading crates ...
31642024-10-16T19:34:31.956Z[ helios-setup] Oct 16 19:34:31.351 INFO E| Downloaded cfg-if v0.1.10
31652024-10-16T19:34:32.038Z[ helios-setup] Oct 16 19:34:31.433 INFO E| Downloaded unic-char-range v0.9.0
31662024-10-16T19:34:32.040Z[ helios-setup] Oct 16 19:34:31.435 INFO E| Downloaded strum v0.23.0
31672024-10-16T19:34:32.052Z[ helios-setup] Oct 16 19:34:31.436 INFO E| Downloaded scroll_derive v0.10.5
31682024-10-16T19:34:32.052Z[ helios-setup] Oct 16 19:34:31.438 INFO E| Downloaded rustc_version v0.2.3
31692024-10-16T19:34:32.052Z[ helios-setup] Oct 16 19:34:31.439 INFO E| Downloaded pre v0.2.1
31702024-10-16T19:34:32.052Z[ helios-setup] Oct 16 19:34:31.441 INFO E| Downloaded vec_map v0.8.2
31712024-10-16T19:34:32.052Z[ helios-setup] Oct 16 19:34:31.443 INFO E| Downloaded unic-ucd-ident v0.9.0
31722024-10-16T19:34:32.052Z[ helios-setup] Oct 16 19:34:31.446 INFO E| Downloaded semver-parser v0.7.0
31732024-10-16T19:34:32.054Z[ helios-setup] Oct 16 19:34:31.447 INFO E| Downloaded pest_generator v2.7.13
31742024-10-16T19:34:32.058Z[ helios-setup] Oct 16 19:34:31.454 INFO E| Downloaded unic-ucd-version v0.9.0
31752024-10-16T19:34:32.061Z[ helios-setup] Oct 16 19:34:31.455 INFO E| Downloaded unic-common v0.9.0
31762024-10-16T19:34:32.064Z[ helios-setup] Oct 16 19:34:31.457 INFO E| Downloaded pre-proc-macro v0.2.1
31772024-10-16T19:34:32.066Z[ helios-setup] Oct 16 19:34:31.460 INFO E| Downloaded strum_macros v0.23.1
31782024-10-16T19:34:32.069Z[ helios-setup] Oct 16 19:34:31.463 INFO E| Downloaded semver v0.9.0
31792024-10-16T19:34:32.071Z[ helios-setup] Oct 16 19:34:31.465 INFO E| Downloaded structopt-derive v0.4.18
31802024-10-16T19:34:32.073Z[ helios-setup] Oct 16 19:34:31.467 INFO E| Downloaded modular-bitfield v0.11.2
31812024-10-16T19:34:32.090Z[ helios-setup] Oct 16 19:34:31.485 INFO E| Downloaded structopt v0.3.26
31822024-10-16T19:34:32.101Z[ helios-setup] Oct 16 19:34:31.497 INFO E| Downloaded scroll v0.10.2
31832024-10-16T19:34:32.105Z[ helios-setup] Oct 16 19:34:31.499 INFO E| Downloaded pest_meta v2.7.13
31842024-10-16T19:34:32.107Z[ helios-setup] Oct 16 19:34:31.502 INFO E| Downloaded pest v2.7.13
31852024-10-16T19:34:32.114Z[ helios-setup] Oct 16 19:34:31.509 INFO E| Downloaded clap v2.34.0
31862024-10-16T19:34:32.124Z[ helios-setup] Oct 16 19:34:31.519 INFO E| Downloaded goblin v0.4.3
31872024-10-16T19:34:32.132Z[ helios-setup] Oct 16 19:34:31.527 INFO E| Downloaded strsim v0.8.0
31882024-10-16T19:34:32.135Z[ helios-setup] Oct 16 19:34:31.529 INFO E| Downloaded proc-macro-crate v0.1.5
31892024-10-16T19:34:32.137Z[ helios-setup] Oct 16 19:34:31.530 INFO E| Downloaded pest_derive v2.7.13
31902024-10-16T19:34:32.140Z[ helios-setup] Oct 16 19:34:31.534 INFO E| Downloaded once_cell v1.20.1
31912024-10-16T19:34:32.143Z[ helios-setup] Oct 16 19:34:31.537 INFO E| Downloaded four-cc v0.3.0
31922024-10-16T19:34:32.146Z[ helios-setup] Oct 16 19:34:31.539 INFO E| Downloaded bytesize v1.3.0
31932024-10-16T19:34:32.146Z[ helios-setup] Oct 16 19:34:31.540 INFO E| Downloaded unic-char-property v0.9.0
31942024-10-16T19:34:32.148Z[ helios-setup] Oct 16 19:34:31.542 INFO E| Downloaded textwrap v0.11.0
31952024-10-16T19:34:32.151Z[ helios-setup] Oct 16 19:34:31.544 INFO E| Downloaded ansi_term v0.12.1
31962024-10-16T19:34:32.153Z[ helios-setup] Oct 16 19:34:31.547 INFO E| Downloaded modular-bitfield-impl v0.11.2
31972024-10-16T19:34:32.156Z[ helios-setup] Oct 16 19:34:31.549 INFO E| Downloaded parse_int v0.6.0
31982024-10-16T19:34:32.156Z[ helios-setup] Oct 16 19:34:31.550 INFO E| Downloaded memoffset v0.5.6
31992024-10-16T19:34:32.156Z[ helios-setup] Oct 16 19:34:31.551 INFO E| Downloaded fletcher v0.1.0
32002024-10-16T19:34:32.241Z[ helios-setup] Oct 16 19:34:31.636 INFO E| Compiling proc-macro2 v1.0.86
32012024-10-16T19:34:32.241Z[ helios-setup] Oct 16 19:34:31.637 INFO E| Compiling unicode-ident v1.0.13
32022024-10-16T19:34:32.244Z[ helios-setup] Oct 16 19:34:31.637 INFO E| Compiling syn v1.0.109
32032024-10-16T19:34:32.244Z[ helios-setup] Oct 16 19:34:31.637 INFO E| Compiling version_check v0.9.5
32042024-10-16T19:34:32.244Z[ helios-setup] Oct 16 19:34:31.637 INFO E| Compiling memchr v2.7.4
32052024-10-16T19:34:32.244Z[ helios-setup] Oct 16 19:34:31.637 INFO E| Compiling semver-parser v0.7.0
32062024-10-16T19:34:32.244Z[ helios-setup] Oct 16 19:34:31.637 INFO E| Compiling autocfg v1.4.0
32072024-10-16T19:34:32.244Z[ helios-setup] Oct 16 19:34:31.637 INFO E| Compiling thiserror v1.0.64
32082024-10-16T19:34:32.587Z[ helios-setup] Oct 16 19:34:31.982 INFO E| Compiling serde v1.0.210
32092024-10-16T19:34:33.688Z[ helios-setup] Oct 16 19:34:33.082 INFO E| Compiling semver v0.9.0
32102024-10-16T19:34:33.925Z[ helios-setup] Oct 16 19:34:33.319 INFO E| Compiling serde_json v1.0.128
32112024-10-16T19:34:34.038Z[ helios-setup] Oct 16 19:34:33.433 INFO E| Compiling proc-macro-error-attr v1.0.4
32122024-10-16T19:34:34.347Z[ host-package] Compiling fatfs v0.3.6
32132024-10-16T19:34:34.443Z[ helios-setup] Oct 16 19:34:33.837 INFO E| Compiling rustc_version v0.2.3
32142024-10-16T19:34:34.519Z[ helios-setup] Oct 16 19:34:33.914 INFO E| Compiling proc-macro-error v1.0.4
32152024-10-16T19:34:34.555Z[ helios-setup] Oct 16 19:34:33.950 INFO E| Compiling num-traits v0.2.19
32162024-10-16T19:34:34.818Z[ helios-setup] Oct 16 19:34:34.212 INFO E| Compiling schemars v0.8.21
32172024-10-16T19:34:35.016Z[ helios-setup] Oct 16 19:34:34.410 INFO E| Compiling itoa v1.0.11
32182024-10-16T19:34:35.227Z[ helios-setup] Oct 16 19:34:34.621 INFO E| Compiling quote v1.0.37
32192024-10-16T19:34:35.573Z[ helios-setup] Oct 16 19:34:34.968 INFO E| Compiling ryu v1.0.18
32202024-10-16T19:34:35.596Z[ helios-setup] Oct 16 19:34:34.990 INFO E| Compiling unicode-segmentation v1.12.0
32212024-10-16T19:34:35.713Z[ helios-setup] Oct 16 19:34:35.105 INFO E| Compiling pre-proc-macro v0.2.1
32222024-10-16T19:34:35.880Z[ helios-setup] Oct 16 19:34:35.274 INFO E| Compiling memoffset v0.5.6
32232024-10-16T19:34:36.230Z[ helios-setup] Oct 16 19:34:35.623 INFO E| Compiling syn v2.0.79
32242024-10-16T19:34:36.410Z[ helios-setup] Oct 16 19:34:35.803 INFO E| Compiling rustversion v1.0.17
32252024-10-16T19:34:36.468Z[ helios-setup] Oct 16 19:34:35.861 INFO E| Compiling lazy_static v1.5.0
32262024-10-16T19:34:36.654Z[ helios-setup] Oct 16 19:34:36.047 INFO E| Compiling ucd-trie v0.1.7
32272024-10-16T19:34:36.679Z[ helios-setup] Oct 16 19:34:36.072 INFO E| Compiling libc v0.2.159
32282024-10-16T19:34:37.297Z[ host-package] Compiling rtoolbox v0.0.2
32292024-10-16T19:34:37.354Z[ helios-setup] Oct 16 19:34:36.748 INFO E| Compiling heck v0.3.3
32302024-10-16T19:34:38.040Z[ helios-setup] Oct 16 19:34:37.431 INFO E| Compiling dyn-clone v1.0.17
32312024-10-16T19:34:38.205Z[ helios-setup] Oct 16 19:34:37.598 INFO E| Compiling paste v1.0.15
32322024-10-16T19:34:38.429Z[ helios-setup] Oct 16 19:34:37.822 INFO E| Compiling pre v0.2.1
32332024-10-16T19:34:38.435Z[ host-package] Compiling subprocess v0.2.9
32342024-10-16T19:34:38.490Z[ helios-setup] Oct 16 19:34:37.884 INFO E| Compiling static_assertions v1.1.0
32352024-10-16T19:34:38.538Z[ helios-setup] Oct 16 19:34:37.932 INFO E| Compiling once_cell v1.20.1
32362024-10-16T19:34:38.583Z[ helios-setup] Oct 16 19:34:37.976 INFO E| Compiling byteorder v1.5.0
32372024-10-16T19:34:39.206Z[ helios-setup] Oct 16 19:34:38.600 INFO E| Compiling cfg-if v0.1.10
32382024-10-16T19:34:39.816Z[ helios-setup] Oct 16 19:34:39.209 INFO E| Compiling unicode-width v0.1.14
32392024-10-16T19:34:39.967Z[ host-package] Compiling assert_matches v1.5.0
32402024-10-16T19:34:40.947Z[ helios-setup] Oct 16 19:34:40.339 INFO E| Compiling atty v0.2.14
32412024-10-16T19:34:41.192Z[ helios-setup] Oct 16 19:34:40.584 INFO E| Compiling textwrap v0.11.0
32422024-10-16T19:34:41.304Z[ helios-setup] Oct 16 19:34:40.696 INFO E| Compiling vec_map v0.8.2
32432024-10-16T19:34:41.677Z[ helios-setup] Oct 16 19:34:41.070 INFO E| Compiling unic-char-range v0.9.0
32442024-10-16T19:34:41.926Z[ helios-setup] Oct 16 19:34:41.318 INFO E| Compiling strsim v0.8.0
32452024-10-16T19:34:42.136Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32462024-10-16T19:34:42.258Z[ helios-setup] Oct 16 19:34:41.650 INFO E| Compiling strum v0.23.0
32472024-10-16T19:34:42.329Z[ helios-setup] Oct 16 19:34:41.721 INFO E| Compiling ansi_term v0.12.1
32482024-10-16T19:34:42.463Z[ helios-setup] Oct 16 19:34:41.855 INFO E| Compiling fletcher v0.1.0
32492024-10-16T19:34:42.615Z[ helios-setup] Oct 16 19:34:42.007 INFO E| Compiling parse_int v0.6.0
32502024-10-16T19:34:43.033Z[ helios-setup] Oct 16 19:34:42.425 INFO E| Compiling bitflags v1.3.2
32512024-10-16T19:34:43.066Z[ helios-setup] Oct 16 19:34:42.458 INFO E| Compiling unic-common v0.9.0
32522024-10-16T19:34:43.122Z[ helios-setup] Oct 16 19:34:42.514 INFO E| Compiling clap v2.34.0
32532024-10-16T19:34:43.198Z[ helios-setup] Oct 16 19:34:42.591 INFO E| Compiling unic-char-property v0.9.0
32542024-10-16T19:34:43.383Z[ helios-setup] Oct 16 19:34:42.775 INFO E| Compiling unic-ucd-version v0.9.0
32552024-10-16T19:34:43.399Z[ helios-setup] Oct 16 19:34:42.791 INFO E| Compiling log v0.4.22
32562024-10-16T19:34:43.498Z[ helios-setup] Oct 16 19:34:42.890 INFO E| Compiling plain v0.2.3
32572024-10-16T19:34:43.500Z[ helios-setup] Oct 16 19:34:42.890 INFO E| Compiling unic-ucd-ident v0.9.0
32582024-10-16T19:34:43.552Z[ helios-setup] Oct 16 19:34:42.944 INFO E| Compiling bytesize v1.3.0
32592024-10-16T19:34:44.984Z[ helios-setup] Oct 16 19:34:44.375 INFO E| Compiling serde_derive_internals v0.29.1
32602024-10-16T19:34:45.224Z[ host-package] Compiling rpassword v7.3.1
32612024-10-16T19:34:46.277Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32622024-10-16T19:34:46.662Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32632024-10-16T19:34:47.272Z[ helios-setup] Oct 16 19:34:46.663 INFO E| Compiling toml v0.5.11
32642024-10-16T19:34:50.139Z[ helios-setup] Oct 16 19:34:49.529 INFO E| Compiling proc-macro-crate v0.1.5
32652024-10-16T19:34:50.574Z[ helios-setup] Oct 16 19:34:49.965 INFO E| Compiling thiserror-impl v1.0.64
32662024-10-16T19:34:50.623Z[ helios-setup] Oct 16 19:34:50.013 INFO E| Compiling serde_derive v1.0.210
32672024-10-16T19:34:51.128Z[ helios-setup] Oct 16 19:34:50.518 INFO E| Compiling schemars_derive v0.8.21
32682024-10-16T19:34:51.674Z[ helios-setup] Oct 16 19:34:51.063 INFO E| Compiling zerocopy-derive v0.6.6
32692024-10-16T19:34:52.699Z[ helios-setup] Oct 16 19:34:52.088 INFO E| Compiling num-derive v0.4.2
32702024-10-16T19:34:55.698Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32712024-10-16T19:34:55.846Z[ helios-setup] Oct 16 19:34:55.234 INFO E| Compiling zerocopy v0.6.6
32722024-10-16T19:34:56.417Z[ helios-setup] Oct 16 19:34:55.806 INFO E| Compiling pest v2.7.13
32732024-10-16T19:34:58.131Z[ helios-setup] Oct 16 19:34:57.519 INFO E| Compiling modular-bitfield-impl v0.11.2
32742024-10-16T19:34:58.131Z[ helios-setup] Oct 16 19:34:57.519 INFO E| Compiling strum_macros v0.23.1
32752024-10-16T19:34:58.491Z[ helios-setup] Oct 16 19:34:57.879 INFO E| Compiling scroll_derive v0.10.5
32762024-10-16T19:34:59.404Z[ helios-setup] Oct 16 19:34:58.791 INFO E| Compiling structopt-derive v0.4.18
32772024-10-16T19:35:01.736Z[ helios-setup] Oct 16 19:35:01.123 INFO E| Compiling pest_meta v2.7.13
32782024-10-16T19:35:02.553Z[ helios-setup] Oct 16 19:35:01.940 INFO E| Compiling scroll v0.10.2
32792024-10-16T19:35:03.776Z[ helios-setup] Oct 16 19:35:03.163 INFO E| Compiling goblin v0.4.3
32802024-10-16T19:35:04.217Z[ helios-setup] Oct 16 19:35:03.603 INFO E| Compiling modular-bitfield v0.11.2
32812024-10-16T19:35:04.609Z[ helios-setup] Oct 16 19:35:03.994 INFO E| Compiling pest_generator v2.7.13
32822024-10-16T19:35:05.164Z[ helios-setup] Oct 16 19:35:04.550 INFO E| Compiling structopt v0.3.26
32832024-10-16T19:35:07.825Z[ host-package] Compiling tui-tree-widget v0.22.0
32842024-10-16T19:35:08.425Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32852024-10-16T19:35:10.089Z[ helios-setup] Oct 16 19:35:09.474 INFO E| Compiling pest_derive v2.7.13
32862024-10-16T19:35:14.745Z[ helios-setup] Oct 16 19:35:14.127 INFO E| Compiling json5 v0.4.1
32872024-10-16T19:35:18.359Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32882024-10-16T19:35:20.505Z[ helios-setup] Oct 16 19:35:19.887 INFO E| Compiling four-cc v0.3.0
32892024-10-16T19:35:20.505Z[ helios-setup] Oct 16 19:35:19.887 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
32902024-10-16T19:35:20.789Z[ helios-setup] Oct 16 19:35:20.171 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
32912024-10-16T19:35:25.490Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32922024-10-16T19:35:25.996Z[ host-package] Compiling uzers v0.11.3
32932024-10-16T19:35:29.244Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32942024-10-16T19:35:35.832Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32952024-10-16T19:35:36.948Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32962024-10-16T19:36:02.988Z[ helios-setup] Oct 16 19:36:02.359 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
32972024-10-16T19:36:07.402Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32982024-10-16T19:36:08.956Z[ host-package] Compiling multimap v0.10.0
32992024-10-16T19:36:20.968Z[ helios-setup] Oct 16 19:36:20.333 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33002024-10-16T19:37:17.305Z[ helios-setup] Oct 16 19:37:16.654 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 47s
33012024-10-16T19:37:17.341Z[ helios-setup] Oct 16 19:37:16.691 INFO building project "amd-host-image-builder" ok (197 seconds)
33022024-10-16T19:37:17.343Z[ helios-setup] rm -f helios-build
33032024-10-16T19:37:17.345Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33042024-10-16T19:37:17.349Z[ helios-setup]
33052024-10-16T19:37:17.352Z[ helios-setup] Setup complete! ./helios-build is now available.
33062024-10-16T19:37:17.352Z[ helios-setup]
33072024-10-16T19:37:17.355Z[ helios-setup]
33082024-10-16T19:37:17.355Z[ helios-setup] real 12:15.604531570
33092024-10-16T19:37:17.355Z[ helios-setup] user 29:00.850759265
33102024-10-16T19:37:17.355Z[ helios-setup] sys 3:34.209472295
33112024-10-16T19:37:17.355Z[ helios-setup] trap 1.757048639
33122024-10-16T19:37:17.355Z[ helios-setup] tflt 6.744143137
33132024-10-16T19:37:17.355Z[ helios-setup] dflt 39.691791359
33142024-10-16T19:37:17.355Z[ helios-setup] kflt 0.049955202
33152024-10-16T19:37:17.355Z[ helios-setup] lock 2:08:08.576462249
33162024-10-16T19:37:17.355Z[ helios-setup] slp 3:47:51.131028139
33172024-10-16T19:37:17.355Z[ helios-setup] lat 32:57.053568702
33182024-10-16T19:37:17.355Z[ helios-setup] stop 3:57.006342821
33192024-10-16T19:37:17.355ZOct 16 19:37:16.704 INFO [helios-setup] process exited with exit status: 0 (735.610797844s)
33202024-10-16T19:37:17.355ZOct 16 19:37:16.704 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33212024-10-16T19:37:17.382Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33222024-10-16T19:37:17.707Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33232024-10-16T19:37:17.709Z[ phbl-toolchain] info: downloading component 'cargo'
33242024-10-16T19:37:19.250Z[ phbl-toolchain] info: downloading component 'clippy'
33252024-10-16T19:37:19.692Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33262024-10-16T19:37:25.205Z[ phbl-toolchain] info: downloading component 'miri'
33272024-10-16T19:37:25.420Z[ phbl-toolchain] info: downloading component 'rust-docs'
33282024-10-16T19:37:26.906Z[ phbl-toolchain] info: downloading component 'rust-src'
33292024-10-16T19:37:27.506Z[ phbl-toolchain] info: downloading component 'rust-std'
33302024-10-16T19:37:29.842Z[ phbl-toolchain] info: downloading component 'rustc'
33312024-10-16T19:37:38.192Z[ phbl-toolchain] info: downloading component 'rustfmt'
33322024-10-16T19:37:38.593Z[ phbl-toolchain] info: installing component 'cargo'
33332024-10-16T19:37:40.115Z[ phbl-toolchain] info: installing component 'clippy'
33342024-10-16T19:37:40.753Z[ phbl-toolchain] info: installing component 'llvm-tools'
33352024-10-16T19:37:47.299Z[ phbl-toolchain] info: installing component 'miri'
33362024-10-16T19:37:47.675Z[ phbl-toolchain] info: installing component 'rust-docs'
33372024-10-16T19:37:55.277Z[ phbl-toolchain] info: installing component 'rust-src'
33382024-10-16T19:37:56.119Z[ phbl-toolchain] info: installing component 'rust-std'
33392024-10-16T19:37:58.974Z[ phbl-toolchain] info: installing component 'rustc'
33402024-10-16T19:38:08.961Z[ phbl-toolchain] info: installing component 'rustfmt'
33412024-10-16T19:38:09.865Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33422024-10-16T19:38:09.868ZOct 16 19:38:09.203 INFO [phbl-toolchain] process exited with exit status: 0 (52.498713668s)
33432024-10-16T19:38:44.280Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33442024-10-16T19:38:55.059Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33452024-10-16T19:45:32.376Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 44s
33462024-10-16T19:46:35.135ZOct 16 19:46:34.332 INFO [host-package] process exited with exit status: 0 (1247.846150739s)
33472024-10-16T19:46:35.137ZOct 16 19:46:34.332 INFO [host-stamp] running task
33482024-10-16T19:46:35.138ZOct 16 19:46:34.333 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33492024-10-16T19:46:35.144ZOct 16 19:46:34.341 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+gitee7ff3f015a
33502024-10-16T19:46:35.151ZOct 16 19:46:34.348 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+gitee7ff3f015a
33512024-10-16T19:46:35.156Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33522024-10-16T19:46:35.158ZOct 16 19:46:34.356 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+gitee7ff3f015a
33532024-10-16T19:46:35.164Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33542024-10-16T19:46:35.164Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33552024-10-16T19:46:35.166Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33562024-10-16T19:46:35.169ZOct 16 19:46:34.364 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+gitee7ff3f015a
33572024-10-16T19:46:35.177Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33582024-10-16T19:46:35.181Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-10-16T19:46:35.181ZOct 16 19:46:34.375 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+gitee7ff3f015a
33602024-10-16T19:46:35.189ZOct 16 19:46:34.386 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+gitee7ff3f015a
33612024-10-16T19:46:35.192Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-16T19:46:35.201Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-10-16T19:46:35.204ZOct 16 19:46:34.399 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+gitee7ff3f015a
33642024-10-16T19:46:35.215Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-16T19:46:35.215ZOct 16 19:46:34.412 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+gitee7ff3f015a
33662024-10-16T19:46:35.225Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33672024-10-16T19:46:35.228ZOct 16 19:46:34.425 INFO [stamp-overlay] process exited with exit status: 0 (83.691428ms)
33682024-10-16T19:46:35.228ZOct 16 19:46:34.425 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (69.85549ms)
33692024-10-16T19:46:35.231Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33702024-10-16T19:46:35.231ZOct 16 19:46:34.426 INFO [stamp-oxlog] process exited with exit status: 0 (39.336655ms)
33712024-10-16T19:46:35.240Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33722024-10-16T19:46:35.258Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33732024-10-16T19:46:35.262ZOct 16 19:46:34.459 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (111.147116ms)
33742024-10-16T19:46:35.402Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33752024-10-16T19:46:35.405ZOct 16 19:46:34.602 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (238.727158ms)
33762024-10-16T19:46:35.566Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33772024-10-16T19:46:35.570ZOct 16 19:46:34.767 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (354.507196ms)
33782024-10-16T19:46:36.382Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33792024-10-16T19:46:36.385ZOct 16 19:46:35.582 INFO [stamp-propolis-server] process exited with exit status: 0 (1.207219754s)
33802024-10-16T19:46:36.573Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33812024-10-16T19:46:39.020Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33822024-10-16T19:46:45.562Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33832024-10-16T19:46:45.565ZOct 16 19:46:44.759 INFO [stamp-switch-asic] process exited with exit status: 0 (10.360249707s)
33842024-10-16T19:46:45.567ZOct 16 19:46:44.759 INFO [host-stamp] task succeeded (10.427214826s)
33852024-10-16T19:46:45.567ZOct 16 19:46:44.759 INFO [host-proto] running task
33862024-10-16T19:46:45.941ZOct 16 19:46:45.135 INFO [host-proto] task succeeded (375.821774ms)
33872024-10-16T19:46:45.942ZOct 16 19:46:45.135 INFO [host-profile] running task
33882024-10-16T19:46:45.945ZOct 16 19:46:45.136 INFO [host-profile] task succeeded (291.673µs)
33892024-10-16T19:46:45.945ZOct 16 19:46:45.136 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpYwelpl/proto/host/root -N 'ci ee7ff3f/${os_short_commit} 2024-10-16 19:25' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33902024-10-16T19:46:45.960Z[ host-image] Oct 16 19:46:45.154 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33912024-10-16T19:46:45.963Z[ host-image] Oct 16 19:46:45.154 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33922024-10-16T19:46:45.975Z[ host-image] Oct 16 19:46:45.169 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpYwelpl/proto/host/root"
33932024-10-16T19:46:45.975Z[ host-image] Oct 16 19:46:45.169 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33942024-10-16T19:46:45.977Z[ host-image] Oct 16 19:46:45.169 INFO image builder template: ramdisk-01-os...
33952024-10-16T19:46:45.977Z[ host-image] Oct 16 19:46:45.169 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/.tmpYwelpl/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33962024-10-16T19:46:45.995Z[ host-image] Oct 16 19:46:45.189 INFO O| Oct 16 19:46:45.188 INFO CREATE DATASET: rpool/images/build/host/output
33972024-10-16T19:46:46.673Z[ host-image] Oct 16 19:46:45.867 INFO O| Oct 16 19:46:45.867 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33982024-10-16T19:46:46.678Z[ host-image] Oct 16 19:46:45.872 INFO O| Oct 16 19:46:45.872 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33992024-10-16T19:46:47.002Z[ host-image] Oct 16 19:46:46.195 INFO O| Oct 16 19:46:46.195 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34002024-10-16T19:46:47.074Z[ host-image] Oct 16 19:46:46.267 INFO O| Oct 16 19:46:46.267 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34012024-10-16T19:46:47.077Z[ host-image] Oct 16 19:46:46.268 INFO O| Oct 16 19:46:46.268 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34022024-10-16T19:46:47.077Z[ host-image] Oct 16 19:46:46.268 INFO O| Oct 16 19:46:46.268 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34032024-10-16T19:46:47.077Z[ host-image] Oct 16 19:46:46.268 INFO O| Oct 16 19:46:46.268 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34042024-10-16T19:46:47.084Z[ host-image] Oct 16 19:46:46.278 INFO O| Oct 16 19:46:46.278 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34052024-10-16T19:46:47.315Z[ host-image] Oct 16 19:46:46.508 INFO O| Oct 16 19:46:46.508 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34062024-10-16T19:46:47.331Z[ host-image] Oct 16 19:46:46.524 INFO O| Oct 16 19:46:46.524 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34072024-10-16T19:46:47.901Z[ host-image] Oct 16 19:46:47.094 INFO O| Oct 16 19:46:47.094 INFO O| Caching catalogs ... Done
34082024-10-16T19:46:48.021Z[ host-image] Oct 16 19:46:47.214 INFO O| Oct 16 19:46:47.214 INFO STEP 0 (pkg_image_create) COMPLETE
34092024-10-16T19:46:48.021Z[ host-image] Oct 16 19:46:47.214 INFO O| Oct 16 19:46:47.214 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34102024-10-16T19:46:48.021Z[ host-image] Oct 16 19:46:47.214 INFO O| Oct 16 19:46:47.214 INFO skip step because feature "repo_redist" is not enabled
34112024-10-16T19:46:48.025Z[ host-image] Oct 16 19:46:47.214 INFO O| Oct 16 19:46:47.214 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34122024-10-16T19:46:48.038Z[ host-image] Oct 16 19:46:47.231 INFO O| Oct 16 19:46:47.230 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"]
34132024-10-16T19:46:48.610Z[ host-image] Oct 16 19:46:47.803 INFO O| Oct 16 19:46:47.803 INFO STEP 2 (pkg_set_publisher) COMPLETE
34142024-10-16T19:46:48.610Z[ host-image] Oct 16 19:46:47.803 INFO O| Oct 16 19:46:47.803 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-10-16T19:46:48.628Z[ host-image] Oct 16 19:46:47.819 INFO O| Oct 16 19:46:47.819 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
34162024-10-16T19:46:49.176Z[ host-image] Oct 16 19:46:48.369 INFO O| Oct 16 19:46:48.369 INFO STEP 3 (pkg_set_publisher) COMPLETE
34172024-10-16T19:46:49.177Z[ host-image] Oct 16 19:46:48.369 INFO O| Oct 16 19:46:48.369 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-10-16T19:46:49.180Z[ host-image] Oct 16 19:46:48.369 INFO O| Oct 16 19:46:48.369 INFO skip step because feature "repo_redist" is not enabled
34192024-10-16T19:46:49.180Z[ host-image] Oct 16 19:46:48.369 INFO O| Oct 16 19:46:48.369 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34202024-10-16T19:46:49.689Z[ host-image] Oct 16 19:46:48.882 INFO O| Oct 16 19:46:48.882 INFO variant opensolaris.zone is already global
34212024-10-16T19:46:49.690Z[ host-image] Oct 16 19:46:48.882 INFO O| Oct 16 19:46:48.882 INFO STEP 5 (pkg_change_variant) COMPLETE
34222024-10-16T19:46:49.693Z[ host-image] Oct 16 19:46:48.882 INFO O| Oct 16 19:46:48.882 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34232024-10-16T19:46:50.235Z[ host-image] Oct 16 19:46:49.427 INFO O| Oct 16 19:46:49.427 INFO variant opensolaris.imagetype is full; changing to partial
34242024-10-16T19:46:50.235Z[ host-image] Oct 16 19:46:49.427 INFO O| Oct 16 19:46:49.427 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34252024-10-16T19:46:57.139Z[ host-image] Oct 16 19:46:56.329 INFO O| Oct 16 19:46:56.329 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34262024-10-16T19:46:58.337Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.93s
34272024-10-16T19:46:59.917ZOct 16 19:46:59.107 INFO [recovery-package] process exited with exit status: 0 (24.774627627s)
34282024-10-16T19:46:59.917ZOct 16 19:46:59.107 INFO [recovery-stamp] running task
34292024-10-16T19:46:59.920ZOct 16 19:46:59.108 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34302024-10-16T19:46:59.920ZOct 16 19:46:59.108 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitee7ff3f015a
34312024-10-16T19:46:59.937ZOct 16 19:46:59.127 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+gitee7ff3f015a
34322024-10-16T19:46:59.946Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34332024-10-16T19:46:59.955Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34342024-10-16T19:47:00.035Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34352024-10-16T19:47:00.040ZOct 16 19:46:59.227 INFO [stamp-installinator] process exited with exit status: 0 (119.214813ms)
34362024-10-16T19:47:00.080Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34372024-10-16T19:47:00.084ZOct 16 19:46:59.274 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (146.634397ms)
34382024-10-16T19:47:00.086ZOct 16 19:46:59.274 INFO [recovery-stamp] task succeeded (166.22974ms)
34392024-10-16T19:47:00.086ZOct 16 19:46:59.274 INFO [recovery-proto] running task
34402024-10-16T19:47:00.087ZOct 16 19:46:59.274 INFO [tuf-stamp] running task
34412024-10-16T19:47:00.087ZOct 16 19:46:59.274 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+gitee7ff3f015a
34422024-10-16T19:47:00.100ZOct 16 19:46:59.290 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+gitee7ff3f015a
34432024-10-16T19:47:00.114Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34442024-10-16T19:47:00.116ZOct 16 19:46:59.303 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+gitee7ff3f015a
34452024-10-16T19:47:00.123Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34462024-10-16T19:47:00.128ZOct 16 19:46:59.318 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+gitee7ff3f015a
34472024-10-16T19:47:00.145Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34482024-10-16T19:47:00.149ZOct 16 19:46:59.335 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+gitee7ff3f015a
34492024-10-16T19:47:00.164ZOct 16 19:46:59.353 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+gitee7ff3f015a
34502024-10-16T19:47:00.193Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34512024-10-16T19:47:00.197Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34522024-10-16T19:47:00.197ZOct 16 19:46:59.384 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+gitee7ff3f015a
34532024-10-16T19:47:00.232Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34542024-10-16T19:47:00.234ZOct 16 19:46:59.421 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+gitee7ff3f015a
34552024-10-16T19:47:00.255Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34562024-10-16T19:47:00.257Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34572024-10-16T19:47:00.257ZOct 16 19:46:59.446 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+gitee7ff3f015a
34582024-10-16T19:47:00.308Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34592024-10-16T19:47:00.308ZOct 16 19:46:59.497 INFO [recovery-proto] task succeeded (223.461136ms)
34602024-10-16T19:47:00.312ZOct 16 19:46:59.498 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+gitee7ff3f015a
34612024-10-16T19:47:00.312ZOct 16 19:46:59.498 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpYwelpl/proto/recovery/root -N 'recovery ee7ff3f/${os_short_commit} 2024-10-16 19:25' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34622024-10-16T19:47:00.368Z[ recovery-image] Oct 16 19:46:59.533 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34632024-10-16T19:47:00.371Z[ recovery-image] Oct 16 19:46:59.533 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34642024-10-16T19:47:00.372Z[ recovery-image] Oct 16 19:46:59.549 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpYwelpl/proto/recovery/root"
34652024-10-16T19:47:00.372Z[ recovery-image] Oct 16 19:46:59.549 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34662024-10-16T19:47:00.372Z[ recovery-image] Oct 16 19:46:59.549 INFO image builder template: ramdisk-01-os...
34672024-10-16T19:47:00.372Z[ recovery-image] Oct 16 19:46:59.549 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/.tmpYwelpl/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34682024-10-16T19:47:00.385Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34692024-10-16T19:47:00.388ZOct 16 19:46:59.575 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+gitee7ff3f015a
34702024-10-16T19:47:00.690Z[ host-image] Oct 16 19:46:59.792 INFO O| Oct 16 19:46:59.792 INFO O| Startup: Caching catalogs ... Done
34712024-10-16T19:47:00.694Z[ recovery-image] Oct 16 19:46:59.609 INFO O| Oct 16 19:46:59.607 INFO CREATE DATASET: rpool/images/build/recovery/output
34722024-10-16T19:47:00.694Z[ host-image] Oct 16 19:46:59.875 INFO O| Oct 16 19:46:59.875 INFO O| Planning: Planning completed in 0.00 seconds
34732024-10-16T19:47:00.694Z[ host-image] Oct 16 19:46:59.876 INFO O| Oct 16 19:46:59.876 INFO O| Planning: Consolidating action changes ... Done
34742024-10-16T19:47:00.694Z[ host-image] Oct 16 19:46:59.876 INFO O| Oct 16 19:46:59.876 INFO O| Planning: Evaluating mediators ... Done
34752024-10-16T19:47:00.694Z[ host-image] Oct 16 19:46:59.876 INFO O| Oct 16 19:46:59.876 INFO O| Planning: Planning completed in 0.00 seconds
34762024-10-16T19:47:00.694Z[ host-image] Oct 16 19:46:59.877 INFO O| Oct 16 19:46:59.877 INFO O| Variants/Facets to change: 1
34772024-10-16T19:47:00.697Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34782024-10-16T19:47:00.697ZOct 16 19:46:59.886 INFO [stamp-probe] process exited with exit status: 0 (582.733188ms)
34792024-10-16T19:47:00.709Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34802024-10-16T19:47:00.795Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34812024-10-16T19:47:00.831ZOct 16 19:47:00.020 INFO [stamp-ntp] process exited with exit status: 0 (636.58854ms)
34822024-10-16T19:47:01.168Z[ recovery-image] Oct 16 19:47:00.357 INFO O| Oct 16 19:47:00.357 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34832024-10-16T19:47:01.174Z[ recovery-image] Oct 16 19:47:00.364 INFO O| Oct 16 19:47:00.363 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34842024-10-16T19:47:01.416Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34852024-10-16T19:47:01.454ZOct 16 19:47:00.644 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.369480562s)
34862024-10-16T19:47:01.611Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
34872024-10-16T19:47:01.616Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34882024-10-16T19:47:01.632ZOct 16 19:47:00.821 INFO [stamp-external-dns] process exited with exit status: 0 (1.467070257s)
34892024-10-16T19:47:01.645Z[ host-image] Oct 16 19:47:00.821 INFO O| Oct 16 19:47:00.821 INFO O| Done
34902024-10-16T19:47:01.645Z[ host-image] Oct 16 19:47:00.821 INFO O| Oct 16 19:47:00.821 INFO O| Done
34912024-10-16T19:47:01.650Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34922024-10-16T19:47:01.687Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34932024-10-16T19:47:01.700ZOct 16 19:47:00.890 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.599873585s)
34942024-10-16T19:47:01.749Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34952024-10-16T19:47:01.752ZOct 16 19:47:00.942 INFO [stamp-internal-dns] process exited with exit status: 0 (1.443921414s)
34962024-10-16T19:47:02.272Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34972024-10-16T19:47:02.275ZOct 16 19:47:01.465 INFO [stamp-oximeter] process exited with exit status: 0 (2.130091553s)
34982024-10-16T19:47:02.321Z[ host-image] Oct 16 19:47:01.509 INFO O| Oct 16 19:47:01.509 INFO O| Done
34992024-10-16T19:47:02.356Z[ recovery-image] Oct 16 19:47:01.545 INFO O| Oct 16 19:47:01.545 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
35002024-10-16T19:47:02.372Z[ host-image] Oct 16 19:47:01.562 INFO O| Oct 16 19:47:01.561 INFO O| Done
35012024-10-16T19:47:02.375Z[ host-image] Oct 16 19:47:01.563 INFO O| Oct 16 19:47:01.563 INFO O| Done
35022024-10-16T19:47:02.375Z[ host-image] Oct 16 19:47:01.563 INFO O| Oct 16 19:47:01.563 INFO O| Done
35032024-10-16T19:47:02.375Z[ host-image] Oct 16 19:47:01.564 INFO O| Oct 16 19:47:01.564 INFO O| Done
35042024-10-16T19:47:02.545Z[ recovery-image] Oct 16 19:47:01.733 INFO O| Oct 16 19:47:01.733 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35052024-10-16T19:47:02.545Z[ recovery-image] Oct 16 19:47:01.733 INFO O| Oct 16 19:47:01.733 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35062024-10-16T19:47:02.555Z[ recovery-image] Oct 16 19:47:01.733 INFO O| Oct 16 19:47:01.733 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35072024-10-16T19:47:02.555Z[ recovery-image] Oct 16 19:47:01.733 INFO O| Oct 16 19:47:01.733 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35082024-10-16T19:47:02.559Z[ recovery-image] Oct 16 19:47:01.748 INFO O| Oct 16 19:47:01.748 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35092024-10-16T19:47:02.865Z[ host-image] Oct 16 19:47:02.031 INFO O| Oct 16 19:47:02.031 INFO STEP 6 (pkg_change_variant) COMPLETE
35102024-10-16T19:47:02.866Z[ host-image] Oct 16 19:47:02.031 INFO O| Oct 16 19:47:02.031 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35112024-10-16T19:47:02.869Z[ host-image] Oct 16 19:47:02.031 INFO O| Oct 16 19:47:02.031 INFO skip step because feature "debug_variant" is not enabled
35122024-10-16T19:47:02.869Z[ host-image] Oct 16 19:47:02.031 INFO O| Oct 16 19:47:02.031 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35132024-10-16T19:47:03.147Z[ recovery-image] Oct 16 19:47:02.335 INFO O| Oct 16 19:47:02.335 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35142024-10-16T19:47:03.158Z[ recovery-image] Oct 16 19:47:02.347 INFO O| Oct 16 19:47:02.347 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35152024-10-16T19:47:03.325Z[ host-image] Oct 16 19:47:02.514 INFO O| Oct 16 19:47:02.514 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35162024-10-16T19:47:03.632Z[ recovery-image] Oct 16 19:47:02.821 INFO O| Oct 16 19:47:02.821 INFO O| Caching catalogs ... Done
35172024-10-16T19:47:03.723Z[ recovery-image] Oct 16 19:47:02.911 INFO O| Oct 16 19:47:02.911 INFO STEP 0 (pkg_image_create) COMPLETE
35182024-10-16T19:47:03.723Z[ recovery-image] Oct 16 19:47:02.911 INFO O| Oct 16 19:47:02.911 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-10-16T19:47:03.723Z[ recovery-image] Oct 16 19:47:02.911 INFO O| Oct 16 19:47:02.911 INFO skip step because feature "repo_redist" is not enabled
35202024-10-16T19:47:03.723Z[ recovery-image] Oct 16 19:47:02.911 INFO O| Oct 16 19:47:02.911 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35212024-10-16T19:47:03.736Z[ recovery-image] Oct 16 19:47:02.925 INFO O| Oct 16 19:47:02.925 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"]
35222024-10-16T19:47:03.932Z[ host-image] Oct 16 19:47:03.120 INFO O| Oct 16 19:47:03.120 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35232024-10-16T19:47:03.960Z[ host-image] Oct 16 19:47:03.122 INFO O| Oct 16 19:47:03.121 INFO O| Planning: Planning completed in 0.00 seconds
35242024-10-16T19:47:03.960Z[ host-image] Oct 16 19:47:03.122 INFO O| Oct 16 19:47:03.122 INFO O| Planning: Consolidating action changes ... Done
35252024-10-16T19:47:03.961Z[ host-image] Oct 16 19:47:03.122 INFO O| Oct 16 19:47:03.122 INFO O| Planning: Evaluating mediators ... Done
35262024-10-16T19:47:03.961Z[ host-image] Oct 16 19:47:03.123 INFO O| Oct 16 19:47:03.123 INFO O| Planning: Planning completed in 0.00 seconds
35272024-10-16T19:47:03.961Z[ host-image] Oct 16 19:47:03.123 INFO O| Oct 16 19:47:03.123 INFO O| Variants/Facets to change: 1
35282024-10-16T19:47:03.966Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35292024-10-16T19:47:03.966ZOct 16 19:47:03.132 INFO [stamp-nexus] process exited with exit status: 0 (3.707490465s)
35302024-10-16T19:47:03.966Z[ host-image] Oct 16 19:47:03.141 INFO O| Oct 16 19:47:03.141 INFO O| Done
35312024-10-16T19:47:03.966Z[ host-image] Oct 16 19:47:03.141 INFO O| Oct 16 19:47:03.141 INFO O| Done
35322024-10-16T19:47:04.156Z[ recovery-image] Oct 16 19:47:03.345 INFO O| Oct 16 19:47:03.345 INFO STEP 2 (pkg_set_publisher) COMPLETE
35332024-10-16T19:47:04.156Z[ recovery-image] Oct 16 19:47:03.345 INFO O| Oct 16 19:47:03.345 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35342024-10-16T19:47:04.174Z[ recovery-image] Oct 16 19:47:03.359 INFO O| Oct 16 19:47:03.359 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"]
35352024-10-16T19:47:04.449Z[ host-image] Oct 16 19:47:03.636 INFO O| Oct 16 19:47:03.636 INFO O| Done
35362024-10-16T19:47:04.526Z[ host-image] Oct 16 19:47:03.702 INFO O| Oct 16 19:47:03.702 INFO O| Done
35372024-10-16T19:47:04.562Z[ host-image] Oct 16 19:47:03.703 INFO O| Oct 16 19:47:03.703 INFO O| Done
35382024-10-16T19:47:04.562Z[ host-image] Oct 16 19:47:03.703 INFO O| Oct 16 19:47:03.703 INFO O| Done
35392024-10-16T19:47:04.562Z[ host-image] Oct 16 19:47:03.705 INFO O| Oct 16 19:47:03.705 INFO O| Done
35402024-10-16T19:47:04.603Z[ host-image] Oct 16 19:47:03.780 INFO O| Oct 16 19:47:03.779 INFO STEP 8 (pkg_change_facet) COMPLETE
35412024-10-16T19:47:04.604Z[ host-image] Oct 16 19:47:03.780 INFO O| Oct 16 19:47:03.779 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35422024-10-16T19:47:04.604Z[ host-image] Oct 16 19:47:03.780 INFO O| Oct 16 19:47:03.780 INFO skip step because feature "recovery" is not enabled
35432024-10-16T19:47:04.604Z[ host-image] Oct 16 19:47:03.780 INFO O| Oct 16 19:47:03.780 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35442024-10-16T19:47:04.612Z[ host-image] Oct 16 19:47:03.780 INFO O| Oct 16 19:47:03.780 INFO skip step because feature "recovery" is not enabled
35452024-10-16T19:47:04.613Z[ host-image] Oct 16 19:47:03.780 INFO O| Oct 16 19:47:03.780 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35462024-10-16T19:47:04.613Z[ host-image] Oct 16 19:47:03.796 INFO O| Oct 16 19:47:03.796 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"]
35472024-10-16T19:47:04.635Z[ recovery-image] Oct 16 19:47:03.823 INFO O| Oct 16 19:47:03.823 INFO STEP 3 (pkg_set_publisher) COMPLETE
35482024-10-16T19:47:04.635Z[ recovery-image] Oct 16 19:47:03.823 INFO O| Oct 16 19:47:03.823 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35492024-10-16T19:47:04.640Z[ recovery-image] Oct 16 19:47:03.823 INFO O| Oct 16 19:47:03.823 INFO skip step because feature "repo_redist" is not enabled
35502024-10-16T19:47:04.640Z[ recovery-image] Oct 16 19:47:03.823 INFO O| Oct 16 19:47:03.823 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-10-16T19:47:05.085Z[ recovery-image] Oct 16 19:47:04.272 INFO O| Oct 16 19:47:04.272 INFO variant opensolaris.zone is already global
35522024-10-16T19:47:05.085Z[ recovery-image] Oct 16 19:47:04.273 INFO O| Oct 16 19:47:04.272 INFO STEP 5 (pkg_change_variant) COMPLETE
35532024-10-16T19:47:05.085Z[ recovery-image] Oct 16 19:47:04.273 INFO O| Oct 16 19:47:04.272 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-10-16T19:47:05.137Z[ host-image] Oct 16 19:47:04.325 INFO O| Oct 16 19:47:04.325 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35552024-10-16T19:47:05.519Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35562024-10-16T19:47:05.522Z[verify-libraries] Compiling polyval v0.6.2
35572024-10-16T19:47:05.543Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35582024-10-16T19:47:05.547ZOct 16 19:47:04.736 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.417391324s)
35592024-10-16T19:47:05.571Z[ recovery-image] Oct 16 19:47:04.759 INFO O| Oct 16 19:47:04.759 INFO variant opensolaris.imagetype is full; changing to partial
35602024-10-16T19:47:05.571Z[ recovery-image] Oct 16 19:47:04.759 INFO O| Oct 16 19:47:04.759 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35612024-10-16T19:47:05.675Z[verify-libraries] Compiling ctr v0.9.2
35622024-10-16T19:47:05.713Z[verify-libraries] Compiling ssh-encoding v0.2.0
35632024-10-16T19:47:05.718Z[verify-libraries] Compiling blowfish v0.9.1
35642024-10-16T19:47:05.814Z[verify-libraries] Compiling password-hash v0.4.2
35652024-10-16T19:47:05.815Z[verify-libraries] Compiling matches v0.1.10
35662024-10-16T19:47:05.916Z[verify-libraries] Compiling p521 v0.13.3
35672024-10-16T19:47:06.094Z[verify-libraries] Compiling ghash v0.5.1
35682024-10-16T19:47:06.224Z[verify-libraries] Compiling idna v0.2.3
35692024-10-16T19:47:06.323Z[verify-libraries] Compiling p256 v0.13.2
35702024-10-16T19:47:06.551Z[verify-libraries] Compiling aes-gcm v0.10.3
35712024-10-16T19:47:06.719Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35722024-10-16T19:47:07.114Z[verify-libraries] Compiling ssh-cipher v0.2.0
35732024-10-16T19:47:07.154Z[verify-libraries] Compiling pbkdf2 v0.11.0
35742024-10-16T19:47:07.241Z[verify-libraries] Compiling enum-as-inner v0.5.1
35752024-10-16T19:47:07.737Z[verify-libraries] Compiling ssh-key v0.6.6
35762024-10-16T19:47:08.787Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35772024-10-16T19:47:08.792Z[verify-libraries] Compiling md5 v0.7.0
35782024-10-16T19:47:09.424Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35792024-10-16T19:47:09.515Z[verify-libraries] Compiling num-bigint v0.4.6
35802024-10-16T19:47:09.629Z[verify-libraries] Compiling des v0.8.1
35812024-10-16T19:47:10.472Z[verify-libraries] Compiling hex-literal v0.4.1
35822024-10-16T19:47:10.807Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35832024-10-16T19:47:10.812Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35842024-10-16T19:47:10.869Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35852024-10-16T19:47:10.885ZOct 16 19:47:10.072 INFO [stamp-clickhouse] process exited with exit status: 0 (10.496766076s)
35862024-10-16T19:47:11.264Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35872024-10-16T19:47:11.310ZOct 16 19:47:10.496 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.049901252s)
35882024-10-16T19:47:11.315ZOct 16 19:47:10.496 INFO [tuf-stamp] task succeeded (11.222119861s)
35892024-10-16T19:47:12.036Z[verify-libraries] Compiling russh-keys v0.45.0
35902024-10-16T19:47:12.441Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35912024-10-16T19:47:13.213Z[verify-libraries] Compiling internet-checksum v0.2.1
35922024-10-16T19:47:13.589Z[verify-libraries] Compiling heck v0.4.1
35932024-10-16T19:47:19.215Z[verify-libraries] Compiling russh v0.45.0
35942024-10-16T19:47:19.262Z[ recovery-image] Oct 16 19:47:15.465 INFO O| Oct 16 19:47:15.465 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35952024-10-16T19:47:19.766Z[verify-libraries] Compiling dhcproto v0.12.0
35962024-10-16T19:47:20.834Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35972024-10-16T19:47:23.106Z[ recovery-image] Oct 16 19:47:22.290 INFO O| Oct 16 19:47:22.289 INFO O| Startup: Caching catalogs ... Done
35982024-10-16T19:47:23.273Z[ recovery-image] Oct 16 19:47:22.456 INFO O| Oct 16 19:47:22.456 INFO O| Planning: Planning completed in 0.01 seconds
35992024-10-16T19:47:23.277Z[ recovery-image] Oct 16 19:47:22.457 INFO O| Oct 16 19:47:22.457 INFO O| Planning: Consolidating action changes ... Done
36002024-10-16T19:47:23.277Z[ recovery-image] Oct 16 19:47:22.457 INFO O| Oct 16 19:47:22.457 INFO O| Planning: Evaluating mediators ... Done
36012024-10-16T19:47:23.277Z[ recovery-image] Oct 16 19:47:22.457 INFO O| Oct 16 19:47:22.457 INFO O| Planning: Planning completed in 0.01 seconds
36022024-10-16T19:47:23.277Z[ recovery-image] Oct 16 19:47:22.458 INFO O| Oct 16 19:47:22.458 INFO O| Variants/Facets to change: 1
36032024-10-16T19:47:23.434Z[ recovery-image] Oct 16 19:47:22.617 INFO O| Oct 16 19:47:22.616 INFO O| Done
36042024-10-16T19:47:23.434Z[ recovery-image] Oct 16 19:47:22.617 INFO O| Oct 16 19:47:22.616 INFO O| Done
36052024-10-16T19:47:24.351Z[ recovery-image] Oct 16 19:47:23.534 INFO O| Oct 16 19:47:23.534 INFO O| Done
36062024-10-16T19:47:24.442Z[ recovery-image] Oct 16 19:47:23.624 INFO O| Oct 16 19:47:23.624 INFO O| Done
36072024-10-16T19:47:24.446Z[ recovery-image] Oct 16 19:47:23.626 INFO O| Oct 16 19:47:23.626 INFO O| Done
36082024-10-16T19:47:24.446Z[ recovery-image] Oct 16 19:47:23.626 INFO O| Oct 16 19:47:23.626 INFO O| Done
36092024-10-16T19:47:24.446Z[ recovery-image] Oct 16 19:47:23.628 INFO O| Oct 16 19:47:23.628 INFO O| Done
36102024-10-16T19:47:25.000Z[ recovery-image] Oct 16 19:47:24.183 INFO O| Oct 16 19:47:24.183 INFO STEP 6 (pkg_change_variant) COMPLETE
36112024-10-16T19:47:25.000Z[ recovery-image] Oct 16 19:47:24.183 INFO O| Oct 16 19:47:24.183 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36122024-10-16T19:47:25.003Z[ recovery-image] Oct 16 19:47:24.183 INFO O| Oct 16 19:47:24.183 INFO skip step because feature "debug_variant" is not enabled
36132024-10-16T19:47:25.003Z[ recovery-image] Oct 16 19:47:24.183 INFO O| Oct 16 19:47:24.183 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36142024-10-16T19:47:25.621Z[ recovery-image] Oct 16 19:47:24.803 INFO O| Oct 16 19:47:24.803 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36152024-10-16T19:47:26.782Z[ recovery-image] Oct 16 19:47:25.964 INFO O| Oct 16 19:47:25.964 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36162024-10-16T19:47:26.785Z[ recovery-image] Oct 16 19:47:25.966 INFO O| Oct 16 19:47:25.966 INFO O| Planning: Planning completed in 0.00 seconds
36172024-10-16T19:47:26.785Z[ recovery-image] Oct 16 19:47:25.967 INFO O| Oct 16 19:47:25.967 INFO O| Planning: Consolidating action changes ... Done
36182024-10-16T19:47:26.787Z[ recovery-image] Oct 16 19:47:25.968 INFO O| Oct 16 19:47:25.967 INFO O| Planning: Evaluating mediators ... Done
36192024-10-16T19:47:26.787Z[ recovery-image] Oct 16 19:47:25.968 INFO O| Oct 16 19:47:25.968 INFO O| Planning: Planning completed in 0.00 seconds
36202024-10-16T19:47:26.787Z[ recovery-image] Oct 16 19:47:25.969 INFO O| Oct 16 19:47:25.969 INFO O| Variants/Facets to change: 1
36212024-10-16T19:47:26.898Z[ recovery-image] Oct 16 19:47:26.081 INFO O| Oct 16 19:47:26.081 INFO O| Done
36222024-10-16T19:47:26.898Z[ recovery-image] Oct 16 19:47:26.081 INFO O| Oct 16 19:47:26.081 INFO O| Done
36232024-10-16T19:47:27.668Z[ recovery-image] Oct 16 19:47:26.851 INFO O| Oct 16 19:47:26.850 INFO O| Done
36242024-10-16T19:47:27.748Z[ recovery-image] Oct 16 19:47:26.931 INFO O| Oct 16 19:47:26.931 INFO O| Done
36252024-10-16T19:47:27.751Z[ recovery-image] Oct 16 19:47:26.932 INFO O| Oct 16 19:47:26.932 INFO O| Done
36262024-10-16T19:47:27.751Z[ recovery-image] Oct 16 19:47:26.932 INFO O| Oct 16 19:47:26.932 INFO O| Done
36272024-10-16T19:47:27.754Z[ recovery-image] Oct 16 19:47:26.934 INFO O| Oct 16 19:47:26.934 INFO O| Done
36282024-10-16T19:47:27.879Z[ recovery-image] Oct 16 19:47:27.061 INFO O| Oct 16 19:47:27.061 INFO STEP 8 (pkg_change_facet) COMPLETE
36292024-10-16T19:47:27.879Z[ recovery-image] Oct 16 19:47:27.061 INFO O| Oct 16 19:47:27.061 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36302024-10-16T19:47:28.496Z[ recovery-image] Oct 16 19:47:27.678 INFO O| Oct 16 19:47:27.678 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36312024-10-16T19:47:29.550Z[ recovery-image] Oct 16 19:47:28.732 INFO O| Oct 16 19:47:28.732 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36322024-10-16T19:47:29.553Z[ recovery-image] Oct 16 19:47:28.734 INFO O| Oct 16 19:47:28.734 INFO O| Planning: Planning completed in 0.00 seconds
36332024-10-16T19:47:29.553Z[ recovery-image] Oct 16 19:47:28.735 INFO O| Oct 16 19:47:28.735 INFO O| Planning: Consolidating action changes ... Done
36342024-10-16T19:47:29.553Z[ recovery-image] Oct 16 19:47:28.735 INFO O| Oct 16 19:47:28.735 INFO O| Planning: Evaluating mediators ... Done
36352024-10-16T19:47:29.555Z[ recovery-image] Oct 16 19:47:28.736 INFO O| Oct 16 19:47:28.735 INFO O| Planning: Planning completed in 0.00 seconds
36362024-10-16T19:47:29.555Z[ recovery-image] Oct 16 19:47:28.736 INFO O| Oct 16 19:47:28.736 INFO O| Variants/Facets to change: 1
36372024-10-16T19:47:29.615Z[ recovery-image] Oct 16 19:47:28.797 INFO O| Oct 16 19:47:28.797 INFO O| Done
36382024-10-16T19:47:29.616Z[ recovery-image] Oct 16 19:47:28.797 INFO O| Oct 16 19:47:28.797 INFO O| Done
36392024-10-16T19:47:30.219Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36402024-10-16T19:47:30.236Z[ recovery-image] Oct 16 19:47:29.417 INFO O| Oct 16 19:47:29.417 INFO O| Done
36412024-10-16T19:47:30.303Z[ recovery-image] Oct 16 19:47:29.484 INFO O| Oct 16 19:47:29.484 INFO O| Done
36422024-10-16T19:47:30.306Z[ recovery-image] Oct 16 19:47:29.485 INFO O| Oct 16 19:47:29.485 INFO O| Done
36432024-10-16T19:47:30.306Z[ recovery-image] Oct 16 19:47:29.485 INFO O| Oct 16 19:47:29.485 INFO O| Done
36442024-10-16T19:47:30.306Z[ recovery-image] Oct 16 19:47:29.487 INFO O| Oct 16 19:47:29.487 INFO O| Done
36452024-10-16T19:47:30.429Z[ recovery-image] Oct 16 19:47:29.609 INFO O| Oct 16 19:47:29.609 INFO STEP 9 (pkg_change_facet) COMPLETE
36462024-10-16T19:47:30.429Z[ recovery-image] Oct 16 19:47:29.609 INFO O| Oct 16 19:47:29.609 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-10-16T19:47:30.827Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36482024-10-16T19:47:31.055Z[ recovery-image] Oct 16 19:47:30.231 INFO O| Oct 16 19:47:30.231 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36492024-10-16T19:47:31.356Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36502024-10-16T19:47:31.770Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36512024-10-16T19:47:31.809Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36522024-10-16T19:47:32.048Z[ recovery-image] Oct 16 19:47:31.229 INFO O| Oct 16 19:47:31.228 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36532024-10-16T19:47:32.051Z[ recovery-image] Oct 16 19:47:31.231 INFO O| Oct 16 19:47:31.231 INFO O| Planning: Planning completed in 0.00 seconds
36542024-10-16T19:47:32.051Z[ recovery-image] Oct 16 19:47:31.232 INFO O| Oct 16 19:47:31.232 INFO O| Planning: Consolidating action changes ... Done
36552024-10-16T19:47:32.051Z[ recovery-image] Oct 16 19:47:31.232 INFO O| Oct 16 19:47:31.232 INFO O| Planning: Evaluating mediators ... Done
36562024-10-16T19:47:32.051Z[ recovery-image] Oct 16 19:47:31.232 INFO O| Oct 16 19:47:31.232 INFO O| Planning: Planning completed in 0.00 seconds
36572024-10-16T19:47:33.057Z[ recovery-image] Oct 16 19:47:31.233 INFO O| Oct 16 19:47:31.233 INFO O| Variants/Facets to change: 1
36582024-10-16T19:47:33.060Z[ recovery-image] Oct 16 19:47:31.341 INFO O| Oct 16 19:47:31.341 INFO O| Done
36592024-10-16T19:47:33.060Z[ recovery-image] Oct 16 19:47:31.341 INFO O| Oct 16 19:47:31.341 INFO O| Done
36602024-10-16T19:47:33.060Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36612024-10-16T19:47:33.061Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36622024-10-16T19:47:33.061Z[ recovery-image] Oct 16 19:47:31.920 INFO O| Oct 16 19:47:31.920 INFO O| Done
36632024-10-16T19:47:33.061Z[ recovery-image] Oct 16 19:47:32.014 INFO O| Oct 16 19:47:32.014 INFO O| Done
36642024-10-16T19:47:33.061Z[ recovery-image] Oct 16 19:47:32.015 INFO O| Oct 16 19:47:32.015 INFO O| Done
36652024-10-16T19:47:33.061Z[ recovery-image] Oct 16 19:47:32.015 INFO O| Oct 16 19:47:32.015 INFO O| Done
36662024-10-16T19:47:33.061Z[ recovery-image] Oct 16 19:47:32.017 INFO O| Oct 16 19:47:32.017 INFO O| Done
36672024-10-16T19:47:33.062Z[ recovery-image] Oct 16 19:47:32.133 INFO O| Oct 16 19:47:32.133 INFO STEP 10 (pkg_change_facet) COMPLETE
36682024-10-16T19:47:33.062Z[ recovery-image] Oct 16 19:47:32.133 INFO O| Oct 16 19:47:32.133 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-10-16T19:47:33.062Z[ recovery-image] Oct 16 19:47:32.154 INFO O| Oct 16 19:47:32.153 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"]
36702024-10-16T19:47:33.375Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36712024-10-16T19:47:34.191Z[ recovery-image] Oct 16 19:47:33.371 INFO O| Oct 16 19:47:33.371 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36722024-10-16T19:47:37.813Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36732024-10-16T19:47:42.258Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36742024-10-16T19:47:44.248Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36752024-10-16T19:47:44.654Z[verify-libraries] Compiling termios v0.3.3
36762024-10-16T19:47:45.058Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36772024-10-16T19:47:52.527Z[ host-image] Oct 16 19:47:51.702 INFO O| Oct 16 19:47:51.702 INFO O| Planning: Solver setup ... Done
36782024-10-16T19:48:02.679Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36792024-10-16T19:48:21.453Z[ recovery-image] Oct 16 19:48:20.621 INFO O| Oct 16 19:48:20.620 INFO O| Planning: Solver setup ... Done
36802024-10-16T19:48:40.256Z[ host-image] Oct 16 19:48:39.419 INFO O| Oct 16 19:48:39.418 INFO O| Planning: Running solver ... Done
36812024-10-16T19:48:40.694Z[ host-image] Oct 16 19:48:39.856 INFO O| Oct 16 19:48:39.856 INFO O| Planning: Finding local manifests ... Done
36822024-10-16T19:48:40.707Z[ host-image] Oct 16 19:48:39.869 INFO O| Oct 16 19:48:39.869 INFO O| Planning: Fetching manifests: 0/124 0% complete
36832024-10-16T19:48:45.440Z[ host-image] Oct 16 19:48:44.601 INFO O| Oct 16 19:48:44.601 INFO O| Planning: Fetching manifests: 124/124 100% complete
36842024-10-16T19:48:46.728Z[ host-image] Oct 16 19:48:45.889 INFO O| Oct 16 19:48:45.889 INFO O| Planning: Package planning ... Done
36852024-10-16T19:48:48.436Z[ host-image] Oct 16 19:48:47.597 INFO O| Oct 16 19:48:47.596 INFO O| Planning: Merging actions ... Done
36862024-10-16T19:48:48.861Z[ host-image] Oct 16 19:48:48.021 INFO O| Oct 16 19:48:48.021 INFO O| Planning: Checking for conflicting actions ... Done
36872024-10-16T19:48:49.210Z[ host-image] Oct 16 19:48:48.370 INFO O| Oct 16 19:48:48.370 INFO O| Planning: Consolidating action changes ... Done
36882024-10-16T19:48:49.809Z[ host-image] Oct 16 19:48:48.969 INFO O| Oct 16 19:48:48.969 INFO O| Planning: Evaluating mediators ... Done
36892024-10-16T19:48:52.323Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36902024-10-16T19:48:56.213Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36912024-10-16T19:48:56.417Z[ host-image] Oct 16 19:48:55.575 INFO O| Oct 16 19:48:55.575 INFO O| Planning: Planning completed in 111.25 seconds
36922024-10-16T19:48:56.425Z[ host-image] Oct 16 19:48:55.583 INFO O| Oct 16 19:48:55.583 INFO O| Packages to install: 124
36932024-10-16T19:48:56.428Z[ host-image] Oct 16 19:48:55.583 INFO O| Oct 16 19:48:55.583 INFO O| Mediators to change: 4
36942024-10-16T19:48:56.428Z[ host-image] Oct 16 19:48:55.583 INFO O| Oct 16 19:48:55.583 INFO O| Services to change: 6
36952024-10-16T19:48:56.582Z[ host-image] Oct 16 19:48:55.740 INFO O| Oct 16 19:48:55.740 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
36962024-10-16T19:49:01.701Z[ host-image] Oct 16 19:49:00.858 INFO O| Oct 16 19:49:00.857 INFO O| Download: 1070/22734 items 6.7/196.5MB 3% complete (1.4M/s)
36972024-10-16T19:49:06.968Z[ host-image] Oct 16 19:49:06.123 INFO O| Oct 16 19:49:06.123 INFO O| Download: 1791/22734 items 13.2/196.5MB 6% complete (1.2M/s)
36982024-10-16T19:49:08.342Z[ recovery-image] Oct 16 19:49:07.496 INFO O| Oct 16 19:49:07.496 INFO O| Planning: Running solver ... Done
36992024-10-16T19:49:08.796Z[ recovery-image] Oct 16 19:49:07.950 INFO O| Oct 16 19:49:07.950 INFO O| Planning: Finding local manifests ... Done
37002024-10-16T19:49:08.814Z[ recovery-image] Oct 16 19:49:07.968 INFO O| Oct 16 19:49:07.968 INFO O| Planning: Fetching manifests: 0/124 0% complete
37012024-10-16T19:49:09.726Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37022024-10-16T19:49:11.971Z[ host-image] Oct 16 19:49:11.125 INFO O| Oct 16 19:49:11.125 INFO O| Download: 2265/22734 items 24.9/196.5MB 12% complete (1.8M/s)
37032024-10-16T19:49:13.398Z[ recovery-image] Oct 16 19:49:12.551 INFO O| Oct 16 19:49:12.551 INFO O| Planning: Fetching manifests: 124/124 100% complete
37042024-10-16T19:49:14.585Z[ recovery-image] Oct 16 19:49:13.738 INFO O| Oct 16 19:49:13.738 INFO O| Planning: Package planning ... Done
37052024-10-16T19:49:15.262Z[ recovery-image] Oct 16 19:49:14.414 INFO O| Oct 16 19:49:14.414 INFO O| Planning: Merging actions ... Done
37062024-10-16T19:49:15.432Z[ recovery-image] Oct 16 19:49:14.584 INFO O| Oct 16 19:49:14.584 INFO O| Planning: Checking for conflicting actions ... Done
37072024-10-16T19:49:15.551Z[ recovery-image] Oct 16 19:49:14.704 INFO O| Oct 16 19:49:14.704 INFO O| Planning: Consolidating action changes ... Done
37082024-10-16T19:49:15.892Z[ recovery-image] Oct 16 19:49:15.045 INFO O| Oct 16 19:49:15.045 INFO O| Planning: Evaluating mediators ... Done
37092024-10-16T19:49:17.007Z[ host-image] Oct 16 19:49:16.159 INFO O| Oct 16 19:49:16.159 INFO O| Download: 3479/22734 items 35.4/196.5MB 18% complete (2.2M/s)
37102024-10-16T19:49:21.885Z[ recovery-image] Oct 16 19:49:21.036 INFO O| Oct 16 19:49:21.036 INFO O| Planning: Planning completed in 107.66 seconds
37112024-10-16T19:49:21.890Z[ recovery-image] Oct 16 19:49:21.042 INFO O| Oct 16 19:49:21.041 INFO O| Packages to install: 124
37122024-10-16T19:49:21.890Z[ recovery-image] Oct 16 19:49:21.042 INFO O| Oct 16 19:49:21.041 INFO O| Mediators to change: 4
37132024-10-16T19:49:21.893Z[ recovery-image] Oct 16 19:49:21.042 INFO O| Oct 16 19:49:21.041 INFO O| Services to change: 5
37142024-10-16T19:49:21.984Z[ recovery-image] Oct 16 19:49:21.135 INFO O| Oct 16 19:49:21.135 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37152024-10-16T19:49:22.184Z[ host-image] Oct 16 19:49:21.335 INFO O| Oct 16 19:49:21.335 INFO O| Download: 4537/22734 items 42.3/196.5MB 21% complete (1.8M/s)
37162024-10-16T19:49:27.179Z[ recovery-image] Oct 16 19:49:26.328 INFO O| Oct 16 19:49:26.328 INFO O| Download: 1069/15836 items 8.6/173.3MB 4% complete (1.8M/s)
37172024-10-16T19:49:27.186Z[ host-image] Oct 16 19:49:26.335 INFO O| Oct 16 19:49:26.335 INFO O| Download: 5115/22734 items 45.9/196.5MB 23% complete (1.1M/s)
37182024-10-16T19:49:29.164Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37192024-10-16T19:49:32.205Z[ host-image] Oct 16 19:49:31.354 INFO O| Oct 16 19:49:31.352 INFO O| Download: 6141/22734 items 46.5/196.5MB 23% complete (440k/s)
37202024-10-16T19:49:32.445Z[ recovery-image] Oct 16 19:49:31.593 INFO O| Oct 16 19:49:31.593 INFO O| Download: 1316/15836 items 20.2/173.3MB 11% complete (2.0M/s)
37212024-10-16T19:49:37.445Z[ host-image] Oct 16 19:49:36.592 INFO O| Oct 16 19:49:36.592 INFO O| Download: 6983/22734 items 50.4/196.5MB 25% complete (450k/s)
37222024-10-16T19:49:37.857Z[ recovery-image] Oct 16 19:49:37.003 INFO O| Oct 16 19:49:37.003 INFO O| Download: 1528/15836 items 22.1/173.3MB 12% complete (1.6M/s)
37232024-10-16T19:49:40.481Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242024-10-16T19:49:42.452Z[ host-image] Oct 16 19:49:41.597 INFO O| Oct 16 19:49:41.597 INFO O| Download: 7961/22734 items 59.6/196.5MB 30% complete (1.3M/s)
37252024-10-16T19:49:42.863Z[ recovery-image] Oct 16 19:49:42.006 INFO O| Oct 16 19:49:42.003 INFO O| Download: 2199/15836 items 31.1/173.3MB 17% complete (1.1M/s)
37262024-10-16T19:49:45.453Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37272024-10-16T19:49:47.791Z[ host-image] Oct 16 19:49:46.936 INFO O| Oct 16 19:49:46.935 INFO O| Download: 8376/22734 items 69.1/196.5MB 35% complete (1.9M/s)
37282024-10-16T19:49:47.878Z[ recovery-image] Oct 16 19:49:47.022 INFO O| Oct 16 19:49:47.022 INFO O| Download: 3156/15836 items 37.4/173.3MB 21% complete (1.5M/s)
37292024-10-16T19:49:50.879Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37302024-10-16T19:49:52.793Z[ host-image] Oct 16 19:49:51.936 INFO O| Oct 16 19:49:51.935 INFO O| Download: 9392/22734 items 81.5/196.5MB 41% complete (2.2M/s)
37312024-10-16T19:49:52.974Z[ recovery-image] Oct 16 19:49:52.116 INFO O| Oct 16 19:49:52.116 INFO O| Download: 3689/15836 items 40.1/173.3MB 23% complete (961k/s)
37322024-10-16T19:49:57.816Z[ host-image] Oct 16 19:49:56.957 INFO O| Oct 16 19:49:56.957 INFO O| Download: 10408/22734 items 88.0/196.5MB 44% complete (1.9M/s)
37332024-10-16T19:49:57.995Z[ recovery-image] Oct 16 19:49:57.136 INFO O| Oct 16 19:49:57.136 INFO O| Download: 4440/15836 items 42.8/173.3MB 24% complete (552k/s)
37342024-10-16T19:50:02.840Z[ host-image] Oct 16 19:50:01.980 INFO O| Oct 16 19:50:01.980 INFO O| Download: 11087/22734 items 91.8/196.5MB 46% complete (1.0M/s)
37352024-10-16T19:50:03.015Z[ recovery-image] Oct 16 19:50:02.154 INFO O| Oct 16 19:50:02.154 INFO O| Download: 5388/15836 items 43.3/173.3MB 25% complete (331k/s)
37362024-10-16T19:50:07.857Z[ host-image] Oct 16 19:50:06.995 INFO O| Oct 16 19:50:06.995 INFO O| Download: 11688/22734 items 96.3/196.5MB 49% complete (863k/s)
37372024-10-16T19:50:08.061Z[ recovery-image] Oct 16 19:50:07.199 INFO O| Oct 16 19:50:07.199 INFO O| Download: 5910/15836 items 53.0/173.3MB 30% complete (1.0M/s)
37382024-10-16T19:50:12.875Z[ host-image] Oct 16 19:50:12.012 INFO O| Oct 16 19:50:12.012 INFO O| Download: 12369/22734 items 109.5/196.5MB 55% complete (1.8M/s)
37392024-10-16T19:50:13.062Z[ recovery-image] Oct 16 19:50:12.199 INFO O| Oct 16 19:50:12.199 INFO O| Download: 6352/15836 items 62.9/173.3MB 36% complete (1.9M/s)
37402024-10-16T19:50:18.126Z[ recovery-image] Oct 16 19:50:17.261 INFO O| Oct 16 19:50:17.261 INFO O| Download: 7204/15836 items 73.2/173.3MB 42% complete (2.0M/s)
37412024-10-16T19:50:18.525Z[ host-image] Oct 16 19:50:17.660 INFO O| Oct 16 19:50:17.660 INFO O| Download: 13313/22734 items 109.9/196.5MB 55% complete (1.4M/s)
37422024-10-16T19:50:23.127Z[ recovery-image] Oct 16 19:50:22.261 INFO O| Oct 16 19:50:22.261 INFO O| Download: 7756/15836 items 74.9/173.3MB 43% complete (1.2M/s)
37432024-10-16T19:50:23.530Z[ host-image] Oct 16 19:50:22.663 INFO O| Oct 16 19:50:22.663 INFO O| Download: 14244/22734 items 110.6/196.5MB 56% complete (109k/s)
37442024-10-16T19:50:28.169Z[ recovery-image] Oct 16 19:50:27.302 INFO O| Oct 16 19:50:27.302 INFO O| Download: 7971/15836 items 78.5/173.3MB 45% complete (951k/s)
37452024-10-16T19:50:28.535Z[ host-image] Oct 16 19:50:27.667 INFO O| Oct 16 19:50:27.667 INFO O| Download: 15370/22734 items 125.3/196.5MB 63% complete (1.5M/s)
37462024-10-16T19:50:33.308Z[ recovery-image] Oct 16 19:50:32.428 INFO O| Oct 16 19:50:32.428 INFO O| Download: 8677/15836 items 83.2/173.3MB 48% complete (895k/s)
37472024-10-16T19:50:33.544Z[ host-image] Oct 16 19:50:32.675 INFO O| Oct 16 19:50:32.675 INFO O| Download: 16448/22734 items 134.9/196.5MB 68% complete (2.4M/s)
37482024-10-16T19:50:39.085Z[ recovery-image] Oct 16 19:50:37.445 INFO O| Oct 16 19:50:37.445 INFO O| Download: 9237/15836 items 92.8/173.3MB 53% complete (1.6M/s)
37492024-10-16T19:50:39.104Z[ host-image] Oct 16 19:50:37.781 INFO O| Oct 16 19:50:37.781 INFO O| Download: 17362/22734 items 141.0/196.5MB 71% complete (1.5M/s)
37502024-10-16T19:50:43.335Z[ recovery-image] Oct 16 19:50:42.463 INFO O| Oct 16 19:50:42.463 INFO O| Download: 10164/15836 items 93.2/173.3MB 53% complete (1021k/s)
37512024-10-16T19:50:43.732Z[ host-image] Oct 16 19:50:42.860 INFO O| Oct 16 19:50:42.860 INFO O| Download: 17937/22734 items 158.9/196.5MB 80% complete (2.4M/s)
37522024-10-16T19:50:48.346Z[ recovery-image] Oct 16 19:50:47.474 INFO O| Oct 16 19:50:47.473 INFO O| Download: 10908/15836 items 93.8/173.3MB 54% complete (110k/s)
37532024-10-16T19:50:48.757Z[ host-image] Oct 16 19:50:47.884 INFO O| Oct 16 19:50:47.884 INFO O| Download: 18947/22734 items 163.0/196.5MB 82% complete (2.3M/s)
37542024-10-16T19:50:53.357Z[ recovery-image] Oct 16 19:50:52.483 INFO O| Oct 16 19:50:52.483 INFO O| Download: 11259/15836 items 103.1/173.3MB 59% complete (1008k/s)
37552024-10-16T19:50:53.815Z[ host-image] Oct 16 19:50:52.940 INFO O| Oct 16 19:50:52.940 INFO O| Download: 19962/22734 items 167.2/196.5MB 85% complete (846k/s)
37562024-10-16T19:50:58.418Z[ recovery-image] Oct 16 19:50:57.542 INFO O| Oct 16 19:50:57.542 INFO O| Download: 11806/15836 items 124.0/173.3MB 71% complete (2.9M/s)
37572024-10-16T19:50:58.967Z[ host-image] Oct 16 19:50:58.091 INFO O| Oct 16 19:50:58.091 INFO O| Download: 20611/22734 items 169.7/196.5MB 86% complete (677k/s)
37582024-10-16T19:51:03.434Z[ recovery-image] Oct 16 19:51:02.557 INFO O| Oct 16 19:51:02.557 INFO O| Download: 12508/15836 items 139.1/173.3MB 80% complete (3.6M/s)
37592024-10-16T19:51:04.325Z[ host-image] Oct 16 19:51:03.448 INFO O| Oct 16 19:51:03.448 INFO O| Download: 21031/22734 items 176.4/196.5MB 89% complete (1001k/s)
37602024-10-16T19:51:08.452Z[ recovery-image] Oct 16 19:51:07.573 INFO O| Oct 16 19:51:07.573 INFO O| Download: 13312/15836 items 142.4/173.3MB 82% complete (1.9M/s)
37612024-10-16T19:51:09.533Z[ host-image] Oct 16 19:51:08.655 INFO O| Oct 16 19:51:08.655 INFO O| Download: 21911/22734 items 188.6/196.5MB 95% complete (1.9M/s)
37622024-10-16T19:51:13.470Z[ recovery-image] Oct 16 19:51:12.590 INFO O| Oct 16 19:51:12.590 INFO O| Download: 14500/15836 items 147.1/173.3MB 84% complete (814k/s)
37632024-10-16T19:51:14.561Z[ host-image] Oct 16 19:51:13.680 INFO O| Oct 16 19:51:13.680 INFO O| Download: 22218/22734 items 195.0/196.5MB 99% complete (1.9M/s)
37642024-10-16T19:51:16.759Z[ host-image] Oct 16 19:51:15.878 INFO O| Oct 16 19:51:15.878 INFO O| Download: Completed 196.54 MB in 140.14 seconds (1.4M/s)
37652024-10-16T19:51:18.266Z[ host-image] Oct 16 19:51:17.385 INFO O| Oct 16 19:51:17.385 INFO O| Actions: 1/49270 actions (Installing new actions)
37662024-10-16T19:51:18.478Z[ recovery-image] Oct 16 19:51:17.597 INFO O| Oct 16 19:51:17.596 INFO O| Download: 15014/15836 items 154.9/173.3MB 89% complete (1.3M/s)
37672024-10-16T19:51:23.269Z[ host-image] Oct 16 19:51:22.386 INFO O| Oct 16 19:51:22.386 INFO O| Actions: 9326/49270 actions (Installing new actions)
37682024-10-16T19:51:23.628Z[ recovery-image] Oct 16 19:51:22.745 INFO O| Oct 16 19:51:22.745 INFO O| Download: 15632/15836 items 167.3/173.3MB 96% complete (2.0M/s)
37692024-10-16T19:51:25.222Z[ recovery-image] Oct 16 19:51:24.339 INFO O| Oct 16 19:51:24.339 INFO O| Download: Completed 173.31 MB in 123.20 seconds (1.4M/s)
37702024-10-16T19:51:26.798Z[ recovery-image] Oct 16 19:51:25.914 INFO O| Oct 16 19:51:25.914 INFO O| Actions: 1/24971 actions (Installing new actions)
37712024-10-16T19:51:28.271Z[ host-image] Oct 16 19:51:27.386 INFO O| Oct 16 19:51:27.386 INFO O| Actions: 15921/49270 actions (Installing new actions)
37722024-10-16T19:51:31.812Z[ recovery-image] Oct 16 19:51:30.927 INFO O| Oct 16 19:51:30.927 INFO O| Actions: 7243/24971 actions (Installing new actions)
37732024-10-16T19:51:33.295Z[ host-image] Oct 16 19:51:32.410 INFO O| Oct 16 19:51:32.410 INFO O| Actions: 21717/49270 actions (Installing new actions)
37742024-10-16T19:51:36.813Z[ recovery-image] Oct 16 19:51:35.927 INFO O| Oct 16 19:51:35.927 INFO O| Actions: 14080/24971 actions (Installing new actions)
37752024-10-16T19:51:38.297Z[ host-image] Oct 16 19:51:37.410 INFO O| Oct 16 19:51:37.410 INFO O| Actions: 41501/49270 actions (Installing new actions)
37762024-10-16T19:51:41.815Z[ recovery-image] Oct 16 19:51:40.927 INFO O| Oct 16 19:51:40.927 INFO O| Actions: 23660/24971 actions (Installing new actions)
37772024-10-16T19:51:43.309Z[ host-image] Oct 16 19:51:42.421 INFO O| Oct 16 19:51:42.421 INFO O| Actions: 48769/49270 actions (Installing new actions)
37782024-10-16T19:51:46.819Z[ recovery-image] Oct 16 19:51:45.930 INFO O| Oct 16 19:51:45.930 INFO O| Actions: 24568/24971 actions (Installing new actions)
37792024-10-16T19:51:47.247Z[ host-image] Oct 16 19:51:46.358 INFO O| Oct 16 19:51:46.358 INFO O| Actions: Completed 49270 actions in 28.97 seconds.
37802024-10-16T19:51:47.763Z[ recovery-image] Oct 16 19:51:46.873 INFO O| Oct 16 19:51:46.873 INFO O| Actions: Completed 24971 actions in 20.96 seconds.
37812024-10-16T19:51:48.041Z[ host-image] Oct 16 19:51:47.151 INFO O| Oct 16 19:51:47.151 INFO O| Done
37822024-10-16T19:51:48.041Z[ host-image] Oct 16 19:51:47.151 INFO O| Oct 16 19:51:47.151 INFO O| Done
37832024-10-16T19:51:48.343Z[ recovery-image] Oct 16 19:51:47.452 INFO O| Oct 16 19:51:47.452 INFO O| Done
37842024-10-16T19:51:48.343Z[ recovery-image] Oct 16 19:51:47.452 INFO O| Oct 16 19:51:47.452 INFO O| Done
37852024-10-16T19:51:49.494Z[ host-image] Oct 16 19:51:48.604 INFO O| Oct 16 19:51:48.604 INFO O| Done
37862024-10-16T19:51:49.813Z[ recovery-image] Oct 16 19:51:48.923 INFO O| Oct 16 19:51:48.923 INFO O| Done
37872024-10-16T19:51:51.624Z[ recovery-image] Oct 16 19:51:50.717 INFO O| Oct 16 19:51:50.716 INFO O| Done
37882024-10-16T19:51:51.721Z[ recovery-image] Oct 16 19:51:50.830 INFO O| Oct 16 19:51:50.830 INFO O| Done
37892024-10-16T19:51:52.004Z[ host-image] Oct 16 19:51:51.114 INFO O| Oct 16 19:51:51.114 INFO O| Done
37902024-10-16T19:51:52.246Z[ host-image] Oct 16 19:51:51.184 INFO O| Oct 16 19:51:51.184 INFO O| Done
37912024-10-16T19:51:56.394Z[ recovery-image] Oct 16 19:51:55.502 INFO O| Oct 16 19:51:55.502 INFO O| Done
37922024-10-16T19:51:57.171Z[ recovery-image] Oct 16 19:51:56.279 INFO O| Oct 16 19:51:56.279 INFO O| Done
37932024-10-16T19:51:57.587Z[ recovery-image] Oct 16 19:51:56.695 INFO O| Oct 16 19:51:56.695 INFO STEP 11 (pkg_install) COMPLETE
37942024-10-16T19:51:57.587Z[ recovery-image] Oct 16 19:51:56.695 INFO O| Oct 16 19:51:56.695 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37952024-10-16T19:51:57.587Z[ recovery-image] Oct 16 19:51:56.695 INFO O| Oct 16 19:51:56.695 INFO skip step because feature "recovery" is enabled
37962024-10-16T19:51:57.591Z[ recovery-image] Oct 16 19:51:56.695 INFO O| Oct 16 19:51:56.695 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37972024-10-16T19:51:57.591Z[ recovery-image] Oct 16 19:51:56.695 INFO O| Oct 16 19:51:56.695 INFO skip step because feature "omicron1" is not enabled
37982024-10-16T19:51:57.591Z[ recovery-image] Oct 16 19:51:56.695 INFO O| Oct 16 19:51:56.695 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37992024-10-16T19:51:57.605Z[ recovery-image] Oct 16 19:51:56.713 INFO O| Oct 16 19:51:56.713 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38002024-10-16T19:51:59.440Z[ recovery-image] Oct 16 19:51:58.547 INFO O| Oct 16 19:51:58.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38012024-10-16T19:51:59.962Z[ host-image] Oct 16 19:51:59.069 INFO O| Oct 16 19:51:59.069 INFO O| Done
38022024-10-16T19:52:01.040Z[ host-image] Oct 16 19:52:00.147 INFO O| Oct 16 19:52:00.147 INFO O| Done
38032024-10-16T19:52:01.460Z[ host-image] Oct 16 19:52:00.563 INFO O| Oct 16 19:52:00.563 INFO STEP 11 (pkg_install) COMPLETE
38042024-10-16T19:52:01.460Z[ host-image] Oct 16 19:52:00.563 INFO O| Oct 16 19:52:00.563 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38052024-10-16T19:52:01.475Z[ host-image] Oct 16 19:52:00.581 INFO O| Oct 16 19:52:00.581 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38062024-10-16T19:52:02.833Z[ recovery-image] Oct 16 19:52:01.939 INFO O| Oct 16 19:52:01.939 INFO O| Planning: Solver setup ... Done
38072024-10-16T19:52:02.840Z[ recovery-image] Oct 16 19:52:01.946 INFO O| Oct 16 19:52:01.946 INFO O| Planning: Running solver ... Done
38082024-10-16T19:52:02.850Z[ host-image] Oct 16 19:52:01.956 INFO O| Oct 16 19:52:01.956 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38092024-10-16T19:52:02.928Z[ recovery-image] Oct 16 19:52:02.034 INFO O| Oct 16 19:52:02.034 INFO O| Planning: Finding local manifests ... Done
38102024-10-16T19:52:02.932Z[ recovery-image] Oct 16 19:52:02.035 INFO O| Oct 16 19:52:02.035 INFO O| Planning: Fetching manifests: 0/1 0% complete
38112024-10-16T19:52:03.074Z[ recovery-image] Oct 16 19:52:02.179 INFO O| Oct 16 19:52:02.179 INFO O| Planning: Fetching manifests: 1/1 100% complete
38122024-10-16T19:52:03.102Z[ recovery-image] Oct 16 19:52:02.208 INFO O| Oct 16 19:52:02.208 INFO O| Planning: Package planning ... Done
38132024-10-16T19:52:03.106Z[ recovery-image] Oct 16 19:52:02.209 INFO O| Oct 16 19:52:02.209 INFO O| Planning: Merging actions ... Done
38142024-10-16T19:52:03.174Z[ recovery-image] Oct 16 19:52:02.281 INFO O| Oct 16 19:52:02.280 INFO O| Planning: Checking for conflicting actions ... Done
38152024-10-16T19:52:03.185Z[ recovery-image] Oct 16 19:52:02.281 INFO O| Oct 16 19:52:02.281 INFO O| Planning: Consolidating action changes ... Done
38162024-10-16T19:52:03.493Z[ recovery-image] Oct 16 19:52:02.598 INFO O| Oct 16 19:52:02.598 INFO O| Planning: Evaluating mediators ... Done
38172024-10-16T19:52:03.502Z[ recovery-image] Oct 16 19:52:02.599 INFO O| Oct 16 19:52:02.599 INFO O| Planning: Planning completed in 4.05 seconds
38182024-10-16T19:52:03.502Z[ recovery-image] Oct 16 19:52:02.601 INFO O| Oct 16 19:52:02.601 INFO O| Packages to install: 1
38192024-10-16T19:52:03.511Z[ recovery-image] Oct 16 19:52:02.618 INFO O| Oct 16 19:52:02.618 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38202024-10-16T19:52:04.766Z[ recovery-image] Oct 16 19:52:03.872 INFO O| Oct 16 19:52:03.872 INFO O| Download: Completed 20.80 MB in 1.25 seconds (16.6M/s)
38212024-10-16T19:52:04.876Z[ recovery-image] Oct 16 19:52:03.980 INFO O| Oct 16 19:52:03.980 INFO O| Actions: 1/22 actions (Installing new actions)
38222024-10-16T19:52:05.932Z[ recovery-image] Oct 16 19:52:05.038 INFO O| Oct 16 19:52:05.038 INFO O| Actions: Completed 22 actions in 1.06 seconds.
38232024-10-16T19:52:06.504Z[ recovery-image] Oct 16 19:52:05.610 INFO O| Oct 16 19:52:05.609 INFO O| Done
38242024-10-16T19:52:06.504Z[ recovery-image] Oct 16 19:52:05.610 INFO O| Oct 16 19:52:05.610 INFO O| Done
38252024-10-16T19:52:07.205Z[ host-image] Oct 16 19:52:06.311 INFO O| Oct 16 19:52:06.311 INFO O| Planning: Solver setup ... Done
38262024-10-16T19:52:07.220Z[ host-image] Oct 16 19:52:06.326 INFO O| Oct 16 19:52:06.326 INFO O| Planning: Running solver ... Done
38272024-10-16T19:52:07.306Z[ host-image] Oct 16 19:52:06.411 INFO O| Oct 16 19:52:06.411 INFO O| Planning: Finding local manifests ... Done
38282024-10-16T19:52:07.322Z[ host-image] Oct 16 19:52:06.427 INFO O| Oct 16 19:52:06.427 INFO O| Planning: Fetching manifests: 0/4 0% complete
38292024-10-16T19:52:07.580Z[ host-image] Oct 16 19:52:06.686 INFO O| Oct 16 19:52:06.686 INFO O| Planning: Fetching manifests: 4/4 100% complete
38302024-10-16T19:52:07.602Z[ recovery-image] Oct 16 19:52:06.708 INFO O| Oct 16 19:52:06.708 INFO O| Done
38312024-10-16T19:52:07.615Z[ host-image] Oct 16 19:52:06.721 INFO O| Oct 16 19:52:06.721 INFO O| Planning: Package planning ... Done
38322024-10-16T19:52:07.636Z[ host-image] Oct 16 19:52:06.725 INFO O| Oct 16 19:52:06.725 INFO O| Planning: Merging actions ... Done
38332024-10-16T19:52:07.842Z[ host-image] Oct 16 19:52:06.947 INFO O| Oct 16 19:52:06.947 INFO O| Planning: Checking for conflicting actions ... Done
38342024-10-16T19:52:07.857Z[ host-image] Oct 16 19:52:06.949 INFO O| Oct 16 19:52:06.949 INFO O| Planning: Consolidating action changes ... Done
38352024-10-16T19:52:08.305Z[ host-image] Oct 16 19:52:07.405 INFO O| Oct 16 19:52:07.405 INFO O| Planning: Evaluating mediators ... Done
38362024-10-16T19:52:08.308Z[ host-image] Oct 16 19:52:07.408 INFO O| Oct 16 19:52:07.407 INFO O| Planning: Planning completed in 5.45 seconds
38372024-10-16T19:52:08.308Z[ host-image] Oct 16 19:52:07.409 INFO O| Oct 16 19:52:07.409 INFO O| Packages to install: 4
38382024-10-16T19:52:08.308Z[ host-image] Oct 16 19:52:07.409 INFO O| Oct 16 19:52:07.409 INFO O| Services to change: 2
38392024-10-16T19:52:08.336Z[ host-image] Oct 16 19:52:07.441 INFO O| Oct 16 19:52:07.441 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38402024-10-16T19:52:11.945Z[ recovery-image] Oct 16 19:52:08.678 INFO O| Oct 16 19:52:08.677 INFO O| Done
38412024-10-16T19:52:11.953Z[ recovery-image] Oct 16 19:52:08.699 INFO O| Oct 16 19:52:08.699 INFO O| Done
38422024-10-16T19:52:11.953Z[ recovery-image] Oct 16 19:52:08.699 INFO O| Oct 16 19:52:08.699 INFO O| Done
38432024-10-16T19:52:11.953Z[ recovery-image] Oct 16 19:52:08.717 INFO O| Oct 16 19:52:08.717 INFO O| Done
38442024-10-16T19:52:11.968Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO STEP 14 (pkg_install) COMPLETE
38452024-10-16T19:52:11.968Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38462024-10-16T19:52:11.968Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO skip step because feature "mfg" is not enabled
38472024-10-16T19:52:11.968Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38482024-10-16T19:52:11.968Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO skip step because feature "compliance" is not enabled
38492024-10-16T19:52:11.968Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38502024-10-16T19:52:11.968Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO skip step because feature "stress" is not enabled
38512024-10-16T19:52:11.968Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38522024-10-16T19:52:11.969Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO skip step because feature "nfs" is not enabled
38532024-10-16T19:52:11.969Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38542024-10-16T19:52:11.969Z[ recovery-image] Oct 16 19:52:08.881 INFO O| Oct 16 19:52:08.881 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38552024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.076 INFO O| Oct 16 19:52:09.076 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38562024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.262 INFO O| Oct 16 19:52:09.262 INFO completed processing gimlet/ramdisk-01-os
38572024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.266 INFO image builder template: ramdisk-02-trim...
38582024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.266 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/.tmpYwelpl/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38592024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.307 INFO O| Oct 16 19:52:09.307 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38602024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.314 INFO O| Oct 16 19:52:09.314 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38612024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.424 INFO O| Oct 16 19:52:09.424 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38622024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.524 INFO O| Oct 16 19:52:09.524 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38632024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.524 INFO O| Oct 16 19:52:09.524 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38642024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.532 INFO O| Oct 16 19:52:09.532 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38652024-10-16T19:52:11.970Z[ recovery-image] Oct 16 19:52:09.539 INFO O| Oct 16 19:52:09.539 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38662024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.548 INFO O| Oct 16 19:52:09.548 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38672024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.788 INFO O| Oct 16 19:52:09.788 INFO rolled back to input snapshot; work may begin
38682024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.788 INFO O| Oct 16 19:52:09.788 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38692024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.796 INFO O| Oct 16 19:52:09.796 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.814 INFO O| Oct 16 19:52:09.814 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38712024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.890 INFO O| Oct 16 19:52:09.890 INFO STEP 0 (remove_files) COMPLETE
38722024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.890 INFO O| Oct 16 19:52:09.890 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.908 INFO O| Oct 16 19:52:09.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38742024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.911 INFO O| Oct 16 19:52:09.911 INFO STEP 1 (remove_files) COMPLETE
38752024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.911 INFO O| Oct 16 19:52:09.911 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.928 INFO O| Oct 16 19:52:09.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38772024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.949 INFO O| Oct 16 19:52:09.949 INFO STEP 2 (remove_files) COMPLETE
38782024-10-16T19:52:11.971Z[ recovery-image] Oct 16 19:52:09.949 INFO O| Oct 16 19:52:09.949 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-16T19:52:11.972Z[ recovery-image] Oct 16 19:52:09.966 INFO O| Oct 16 19:52:09.966 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38802024-10-16T19:52:11.972Z[ recovery-image] Oct 16 19:52:09.969 INFO O| Oct 16 19:52:09.969 INFO STEP 3 (remove_files) COMPLETE
38812024-10-16T19:52:11.972Z[ recovery-image] Oct 16 19:52:09.969 INFO O| Oct 16 19:52:09.969 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-16T19:52:11.973Z[ recovery-image] Oct 16 19:52:09.984 INFO O| Oct 16 19:52:09.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38832024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:09.990 INFO O| Oct 16 19:52:09.990 INFO STEP 4 (remove_files) COMPLETE
38842024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:09.990 INFO O| Oct 16 19:52:09.990 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.006 INFO O| Oct 16 19:52:10.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38862024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.006 INFO O| Oct 16 19:52:10.006 INFO STEP 5 (remove_files) COMPLETE
38872024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.006 INFO O| Oct 16 19:52:10.006 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.024 INFO O| Oct 16 19:52:10.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38892024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.042 INFO O| Oct 16 19:52:10.042 INFO STEP 6 (remove_files) COMPLETE
38902024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.042 INFO O| Oct 16 19:52:10.042 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.042 INFO O| Oct 16 19:52:10.042 INFO skip step because feature "recovery" is enabled
38922024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.042 INFO O| Oct 16 19:52:10.042 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.042 INFO O| Oct 16 19:52:10.042 INFO skip step because feature "recovery" is enabled
38942024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.042 INFO O| Oct 16 19:52:10.042 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.042 INFO O| Oct 16 19:52:10.042 INFO skip step because feature "recovery" is enabled
38962024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.042 INFO O| Oct 16 19:52:10.042 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.060 INFO O| Oct 16 19:52:10.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38982024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.065 INFO O| Oct 16 19:52:10.065 INFO STEP 10 (remove_files) COMPLETE
38992024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.065 INFO O| Oct 16 19:52:10.065 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.083 INFO O| Oct 16 19:52:10.083 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
39012024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.085 INFO O| Oct 16 19:52:10.085 INFO STEP 11 (remove_files) COMPLETE
39022024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.085 INFO O| Oct 16 19:52:10.085 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.102 INFO O| Oct 16 19:52:10.102 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
39042024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.104 INFO O| Oct 16 19:52:10.104 INFO STEP 12 (remove_files) COMPLETE
39052024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.104 INFO O| Oct 16 19:52:10.104 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.421 INFO O| Oct 16 19:52:10.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39072024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.422 INFO O| Oct 16 19:52:10.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39082024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.423 INFO O| Oct 16 19:52:10.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39092024-10-16T19:52:11.974Z[ recovery-image] Oct 16 19:52:10.426 INFO O| Oct 16 19:52:10.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39102024-10-16T19:52:11.976Z[ recovery-image] Oct 16 19:52:10.456 INFO O| Oct 16 19:52:10.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39112024-10-16T19:52:11.976Z[ recovery-image] Oct 16 19:52:10.457 INFO O| Oct 16 19:52:10.456 INFO STEP 13 (remove_files) COMPLETE
39122024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.457 INFO O| Oct 16 19:52:10.457 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.469 INFO O| Oct 16 19:52:10.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39142024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.471 INFO O| Oct 16 19:52:10.471 INFO STEP 14 (remove_files) COMPLETE
39152024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.471 INFO O| Oct 16 19:52:10.471 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.488 INFO O| Oct 16 19:52:10.488 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39172024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.497 INFO O| Oct 16 19:52:10.497 INFO STEP 15 (remove_files) COMPLETE
39182024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.498 INFO O| Oct 16 19:52:10.497 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.516 INFO O| Oct 16 19:52:10.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39202024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.516 INFO O| Oct 16 19:52:10.516 INFO STEP 16 (remove_files) COMPLETE
39212024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.516 INFO O| Oct 16 19:52:10.516 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.528 INFO O| Oct 16 19:52:10.528 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39232024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.530 INFO O| Oct 16 19:52:10.530 INFO STEP 17 (remove_files) COMPLETE
39242024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.530 INFO O| Oct 16 19:52:10.530 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.542 INFO O| Oct 16 19:52:10.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39262024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.542 INFO O| Oct 16 19:52:10.542 INFO STEP 18 (remove_files) COMPLETE
39272024-10-16T19:52:11.978Z[ recovery-image] Oct 16 19:52:10.542 INFO O| Oct 16 19:52:10.542 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.557 INFO O| Oct 16 19:52:10.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39292024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.557 INFO O| Oct 16 19:52:10.557 INFO STEP 19 (remove_files) COMPLETE
39302024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.557 INFO O| Oct 16 19:52:10.557 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.569 INFO O| Oct 16 19:52:10.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39322024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.569 INFO O| Oct 16 19:52:10.569 INFO STEP 20 (remove_files) COMPLETE
39332024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.569 INFO O| Oct 16 19:52:10.569 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.581 INFO O| Oct 16 19:52:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39352024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.581 INFO O| Oct 16 19:52:10.581 INFO STEP 21 (remove_files) COMPLETE
39362024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.581 INFO O| Oct 16 19:52:10.581 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.592 INFO O| Oct 16 19:52:10.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39382024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.592 INFO O| Oct 16 19:52:10.592 INFO STEP 22 (remove_files) COMPLETE
39392024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.592 INFO O| Oct 16 19:52:10.592 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.604 INFO O| Oct 16 19:52:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39412024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.604 INFO O| Oct 16 19:52:10.604 INFO STEP 23 (remove_files) COMPLETE
39422024-10-16T19:52:11.979Z[ recovery-image] Oct 16 19:52:10.604 INFO O| Oct 16 19:52:10.604 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-16T19:52:11.981Z[ recovery-image] Oct 16 19:52:10.618 INFO O| Oct 16 19:52:10.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39442024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.618 INFO O| Oct 16 19:52:10.618 INFO STEP 24 (remove_files) COMPLETE
39452024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.618 INFO O| Oct 16 19:52:10.618 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.634 INFO O| Oct 16 19:52:10.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39472024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.634 INFO O| Oct 16 19:52:10.634 INFO STEP 25 (remove_files) COMPLETE
39482024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.634 INFO O| Oct 16 19:52:10.634 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.648 INFO O| Oct 16 19:52:10.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39502024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.648 INFO O| Oct 16 19:52:10.648 INFO STEP 26 (remove_files) COMPLETE
39512024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.648 INFO O| Oct 16 19:52:10.648 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.666 INFO O| Oct 16 19:52:10.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39532024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.666 INFO O| Oct 16 19:52:10.666 INFO STEP 27 (remove_files) COMPLETE
39542024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.666 INFO O| Oct 16 19:52:10.666 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.681 INFO O| Oct 16 19:52:10.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39562024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.682 INFO O| Oct 16 19:52:10.682 INFO STEP 28 (remove_files) COMPLETE
39572024-10-16T19:52:11.987Z[ recovery-image] Oct 16 19:52:10.682 INFO O| Oct 16 19:52:10.682 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.695 INFO O| Oct 16 19:52:10.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39592024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.695 INFO O| Oct 16 19:52:10.695 INFO STEP 29 (remove_files) COMPLETE
39602024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.695 INFO O| Oct 16 19:52:10.695 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.711 INFO O| Oct 16 19:52:10.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39622024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.711 INFO O| Oct 16 19:52:10.711 INFO STEP 30 (remove_files) COMPLETE
39632024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.711 INFO O| Oct 16 19:52:10.711 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.725 INFO O| Oct 16 19:52:10.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39652024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.726 INFO O| Oct 16 19:52:10.726 INFO STEP 31 (remove_files) COMPLETE
39662024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.726 INFO O| Oct 16 19:52:10.726 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.741 INFO O| Oct 16 19:52:10.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39682024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.741 INFO O| Oct 16 19:52:10.741 INFO STEP 32 (remove_files) COMPLETE
39692024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.741 INFO O| Oct 16 19:52:10.741 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.756 INFO O| Oct 16 19:52:10.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39712024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.756 INFO O| Oct 16 19:52:10.756 INFO STEP 33 (remove_files) COMPLETE
39722024-10-16T19:52:11.991Z[ recovery-image] Oct 16 19:52:10.756 INFO O| Oct 16 19:52:10.756 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.767 INFO O| Oct 16 19:52:10.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39742024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.767 INFO O| Oct 16 19:52:10.767 INFO STEP 34 (remove_files) COMPLETE
39752024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.767 INFO O| Oct 16 19:52:10.767 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.779 INFO O| Oct 16 19:52:10.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39772024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.779 INFO O| Oct 16 19:52:10.779 INFO STEP 35 (remove_files) COMPLETE
39782024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.779 INFO O| Oct 16 19:52:10.779 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39792024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.791 INFO O| Oct 16 19:52:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39802024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.791 INFO O| Oct 16 19:52:10.791 INFO STEP 36 (remove_files) COMPLETE
39812024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.791 INFO O| Oct 16 19:52:10.791 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.803 INFO O| Oct 16 19:52:10.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39832024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.803 INFO O| Oct 16 19:52:10.803 INFO STEP 37 (remove_files) COMPLETE
39842024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.803 INFO O| Oct 16 19:52:10.803 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.814 INFO O| Oct 16 19:52:10.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39862024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.814 INFO O| Oct 16 19:52:10.814 INFO STEP 38 (remove_files) COMPLETE
39872024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.814 INFO O| Oct 16 19:52:10.814 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.829 INFO O| Oct 16 19:52:10.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39892024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.829 INFO O| Oct 16 19:52:10.829 INFO STEP 39 (remove_files) COMPLETE
39902024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.829 INFO O| Oct 16 19:52:10.829 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.845 INFO O| Oct 16 19:52:10.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39922024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.845 INFO O| Oct 16 19:52:10.845 INFO STEP 40 (remove_files) COMPLETE
39932024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.845 INFO O| Oct 16 19:52:10.845 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.860 INFO O| Oct 16 19:52:10.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39952024-10-16T19:52:11.992Z[ recovery-image] Oct 16 19:52:10.860 INFO O| Oct 16 19:52:10.860 INFO STEP 41 (remove_files) COMPLETE
39962024-10-16T19:52:11.993Z[ recovery-image] Oct 16 19:52:10.860 INFO O| Oct 16 19:52:10.860 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-16T19:52:11.993Z[ recovery-image] Oct 16 19:52:10.877 INFO O| Oct 16 19:52:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39982024-10-16T19:52:11.993Z[ recovery-image] Oct 16 19:52:10.877 INFO O| Oct 16 19:52:10.877 INFO STEP 42 (remove_files) COMPLETE
39992024-10-16T19:52:11.993Z[ recovery-image] Oct 16 19:52:10.877 INFO O| Oct 16 19:52:10.877 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-16T19:52:11.993Z[ recovery-image] Oct 16 19:52:10.893 INFO O| Oct 16 19:52:10.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
40012024-10-16T19:52:11.993Z[ recovery-image] Oct 16 19:52:10.893 INFO O| Oct 16 19:52:10.893 INFO STEP 43 (remove_files) COMPLETE
40022024-10-16T19:52:11.993Z[ recovery-image] Oct 16 19:52:10.893 INFO O| Oct 16 19:52:10.893 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.908 INFO O| Oct 16 19:52:10.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40042024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.909 INFO O| Oct 16 19:52:10.909 INFO STEP 44 (remove_files) COMPLETE
40052024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.909 INFO O| Oct 16 19:52:10.909 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.924 INFO O| Oct 16 19:52:10.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40072024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.924 INFO O| Oct 16 19:52:10.924 INFO STEP 45 (remove_files) COMPLETE
40082024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.924 INFO O| Oct 16 19:52:10.924 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40092024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.939 INFO O| Oct 16 19:52:10.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40102024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.939 INFO O| Oct 16 19:52:10.939 INFO STEP 46 (remove_files) COMPLETE
40112024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.939 INFO O| Oct 16 19:52:10.939 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.953 INFO O| Oct 16 19:52:10.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40132024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.953 INFO O| Oct 16 19:52:10.953 INFO STEP 47 (remove_files) COMPLETE
40142024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.953 INFO O| Oct 16 19:52:10.953 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.964 INFO O| Oct 16 19:52:10.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40162024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.964 INFO O| Oct 16 19:52:10.964 INFO STEP 48 (remove_files) COMPLETE
40172024-10-16T19:52:11.995Z[ recovery-image] Oct 16 19:52:10.964 INFO O| Oct 16 19:52:10.964 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-10-16T19:52:11.996Z[ recovery-image] Oct 16 19:52:10.975 INFO O| Oct 16 19:52:10.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40192024-10-16T19:52:11.996Z[ recovery-image] Oct 16 19:52:10.975 INFO O| Oct 16 19:52:10.975 INFO STEP 49 (remove_files) COMPLETE
40202024-10-16T19:52:11.996Z[ recovery-image] Oct 16 19:52:10.975 INFO O| Oct 16 19:52:10.975 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-10-16T19:52:11.996Z[ recovery-image] Oct 16 19:52:10.988 INFO O| Oct 16 19:52:10.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40222024-10-16T19:52:11.996Z[ recovery-image] Oct 16 19:52:10.988 INFO O| Oct 16 19:52:10.988 INFO STEP 50 (remove_files) COMPLETE
40232024-10-16T19:52:11.996Z[ recovery-image] Oct 16 19:52:10.988 INFO O| Oct 16 19:52:10.988 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-10-16T19:52:11.996Z[ recovery-image] Oct 16 19:52:11.005 INFO O| Oct 16 19:52:11.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40252024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.005 INFO O| Oct 16 19:52:11.005 INFO STEP 51 (remove_files) COMPLETE
40262024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.005 INFO O| Oct 16 19:52:11.005 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.021 INFO O| Oct 16 19:52:11.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40282024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.021 INFO O| Oct 16 19:52:11.021 INFO STEP 52 (remove_files) COMPLETE
40292024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.021 INFO O| Oct 16 19:52:11.021 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.037 INFO O| Oct 16 19:52:11.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40312024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.037 INFO O| Oct 16 19:52:11.037 INFO STEP 53 (remove_files) COMPLETE
40322024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.037 INFO O| Oct 16 19:52:11.037 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.049 INFO O| Oct 16 19:52:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40342024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.049 INFO O| Oct 16 19:52:11.049 INFO STEP 54 (remove_files) COMPLETE
40352024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.050 INFO O| Oct 16 19:52:11.049 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40362024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.061 INFO O| Oct 16 19:52:11.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40372024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.061 INFO O| Oct 16 19:52:11.061 INFO STEP 55 (remove_files) COMPLETE
40382024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.061 INFO O| Oct 16 19:52:11.061 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.073 INFO O| Oct 16 19:52:11.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40402024-10-16T19:52:11.997Z[ recovery-image] Oct 16 19:52:11.073 INFO O| Oct 16 19:52:11.073 INFO STEP 56 (remove_files) COMPLETE
40412024-10-16T19:52:11.998Z[ recovery-image] Oct 16 19:52:11.073 INFO O| Oct 16 19:52:11.073 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-10-16T19:52:11.998Z[ recovery-image] Oct 16 19:52:11.085 INFO O| Oct 16 19:52:11.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40432024-10-16T19:52:11.998Z[ recovery-image] Oct 16 19:52:11.085 INFO O| Oct 16 19:52:11.085 INFO STEP 57 (remove_files) COMPLETE
40442024-10-16T19:52:12.001Z[ recovery-image] Oct 16 19:52:11.085 INFO O| Oct 16 19:52:11.085 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-10-16T19:52:12.001Z[ recovery-image] Oct 16 19:52:11.099 INFO O| Oct 16 19:52:11.099 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40462024-10-16T19:52:12.001Z[ recovery-image] Oct 16 19:52:11.099 INFO O| Oct 16 19:52:11.099 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40472024-10-16T19:52:12.001Z[ recovery-image] Oct 16 19:52:11.099 INFO O| Oct 16 19:52:11.099 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40482024-10-16T19:52:12.001Z[ recovery-image] Oct 16 19:52:11.099 INFO O| Oct 16 19:52:11.099 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40492024-10-16T19:52:12.002Z[ recovery-image] Oct 16 19:52:11.099 INFO O| Oct 16 19:52:11.099 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40502024-10-16T19:52:12.002Z[ recovery-image] Oct 16 19:52:11.099 INFO O| Oct 16 19:52:11.099 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40512024-10-16T19:52:12.002Z[ recovery-image] Oct 16 19:52:11.099 INFO O| Oct 16 19:52:11.099 INFO ok!
40522024-10-16T19:52:12.002Z[ recovery-image] Oct 16 19:52:11.099 INFO O| Oct 16 19:52:11.099 INFO STEP 58 (ensure_file) COMPLETE
40532024-10-16T19:52:12.002Z[ recovery-image] Oct 16 19:52:11.099 INFO O| Oct 16 19:52:11.099 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-10-16T19:52:12.009Z[ recovery-image] Oct 16 19:52:11.114 INFO O| Oct 16 19:52:11.114 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40552024-10-16T19:52:12.010Z[ recovery-image] Oct 16 19:52:11.114 INFO O| Oct 16 19:52:11.114 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40562024-10-16T19:52:12.012Z[ recovery-image] Oct 16 19:52:11.114 INFO O| Oct 16 19:52:11.114 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40572024-10-16T19:52:12.012Z[ recovery-image] Oct 16 19:52:11.114 INFO O| Oct 16 19:52:11.114 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40582024-10-16T19:52:12.012Z[ recovery-image] Oct 16 19:52:11.114 INFO O| Oct 16 19:52:11.114 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40592024-10-16T19:52:12.012Z[ recovery-image] Oct 16 19:52:11.114 INFO O| Oct 16 19:52:11.114 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40602024-10-16T19:52:12.012Z[ recovery-image] Oct 16 19:52:11.114 INFO O| Oct 16 19:52:11.114 INFO ok!
40612024-10-16T19:52:12.012Z[ recovery-image] Oct 16 19:52:11.114 INFO O| Oct 16 19:52:11.114 INFO STEP 59 (ensure_file) COMPLETE
40622024-10-16T19:52:12.012Z[ recovery-image] Oct 16 19:52:11.114 INFO O| Oct 16 19:52:11.114 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-10-16T19:52:12.021Z[ recovery-image] Oct 16 19:52:11.126 INFO O| Oct 16 19:52:11.126 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40642024-10-16T19:52:12.021Z[ recovery-image] Oct 16 19:52:11.126 INFO O| Oct 16 19:52:11.126 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40652024-10-16T19:52:12.021Z[ recovery-image] Oct 16 19:52:11.126 INFO O| Oct 16 19:52:11.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40662024-10-16T19:52:12.024Z[ recovery-image] Oct 16 19:52:11.126 INFO O| Oct 16 19:52:11.126 INFO ok!
40672024-10-16T19:52:12.024Z[ recovery-image] Oct 16 19:52:11.126 INFO O| Oct 16 19:52:11.126 INFO STEP 60 (ensure_file) COMPLETE
40682024-10-16T19:52:12.024Z[ recovery-image] Oct 16 19:52:11.126 INFO O| Oct 16 19:52:11.126 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-10-16T19:52:12.035Z[ recovery-image] Oct 16 19:52:11.139 INFO O| Oct 16 19:52:11.139 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40702024-10-16T19:52:12.035Z[ recovery-image] Oct 16 19:52:11.139 INFO O| Oct 16 19:52:11.139 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40712024-10-16T19:52:12.037Z[ recovery-image] Oct 16 19:52:11.139 INFO O| Oct 16 19:52:11.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40722024-10-16T19:52:12.037Z[ recovery-image] Oct 16 19:52:11.139 INFO O| Oct 16 19:52:11.139 INFO ok!
40732024-10-16T19:52:12.037Z[ recovery-image] Oct 16 19:52:11.139 INFO O| Oct 16 19:52:11.139 INFO STEP 61 (ensure_file) COMPLETE
40742024-10-16T19:52:12.037Z[ recovery-image] Oct 16 19:52:11.140 INFO O| Oct 16 19:52:11.139 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-10-16T19:52:12.068Z[ recovery-image] Oct 16 19:52:11.172 INFO O| Oct 16 19:52:11.172 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40762024-10-16T19:52:12.071Z[ recovery-image] Oct 16 19:52:11.172 INFO O| Oct 16 19:52:11.172 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40772024-10-16T19:52:12.071Z[ recovery-image] Oct 16 19:52:11.173 INFO O| Oct 16 19:52:11.173 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40782024-10-16T19:52:12.074Z[ recovery-image] Oct 16 19:52:11.173 INFO O| Oct 16 19:52:11.173 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40792024-10-16T19:52:12.074Z[ recovery-image] Oct 16 19:52:11.173 INFO O| Oct 16 19:52:11.173 INFO ok!
40802024-10-16T19:52:12.074Z[ recovery-image] Oct 16 19:52:11.173 INFO O| Oct 16 19:52:11.173 INFO STEP 62 (ensure_file) COMPLETE
40812024-10-16T19:52:12.074Z[ recovery-image] Oct 16 19:52:11.173 INFO O| Oct 16 19:52:11.173 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-10-16T19:52:12.087Z[ recovery-image] Oct 16 19:52:11.191 INFO O| Oct 16 19:52:11.191 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40832024-10-16T19:52:12.087Z[ recovery-image] Oct 16 19:52:11.191 INFO O| Oct 16 19:52:11.191 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40842024-10-16T19:52:12.090Z[ recovery-image] Oct 16 19:52:11.192 INFO O| Oct 16 19:52:11.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40852024-10-16T19:52:12.090Z[ recovery-image] Oct 16 19:52:11.192 INFO O| Oct 16 19:52:11.192 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40862024-10-16T19:52:12.090Z[ recovery-image] Oct 16 19:52:11.192 INFO O| Oct 16 19:52:11.192 INFO ok!
40872024-10-16T19:52:12.090Z[ recovery-image] Oct 16 19:52:11.192 INFO O| Oct 16 19:52:11.192 INFO STEP 63 (ensure_file) COMPLETE
40882024-10-16T19:52:12.090Z[ recovery-image] Oct 16 19:52:11.192 INFO O| Oct 16 19:52:11.192 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-10-16T19:52:12.110Z[ recovery-image] Oct 16 19:52:11.214 INFO O| Oct 16 19:52:11.214 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40902024-10-16T19:52:12.110Z[ recovery-image] Oct 16 19:52:11.214 INFO O| Oct 16 19:52:11.214 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40912024-10-16T19:52:12.112Z[ recovery-image] Oct 16 19:52:11.214 INFO O| Oct 16 19:52:11.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40922024-10-16T19:52:12.112Z[ recovery-image] Oct 16 19:52:11.214 INFO O| Oct 16 19:52:11.214 INFO ok!
40932024-10-16T19:52:12.114Z[ recovery-image] Oct 16 19:52:11.214 INFO O| Oct 16 19:52:11.214 INFO STEP 64 (assemble_files) COMPLETE
40942024-10-16T19:52:12.114Z[ recovery-image] Oct 16 19:52:11.214 INFO O| Oct 16 19:52:11.214 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-10-16T19:52:12.162Z[ recovery-image] Oct 16 19:52:11.266 INFO O| Oct 16 19:52:11.266 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40962024-10-16T19:52:12.171Z[ recovery-image] Oct 16 19:52:11.266 INFO O| Oct 16 19:52:11.266 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40972024-10-16T19:52:12.171Z[ recovery-image] Oct 16 19:52:11.266 INFO O| Oct 16 19:52:11.266 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40982024-10-16T19:52:12.171Z[ recovery-image] Oct 16 19:52:11.266 INFO O| Oct 16 19:52:11.266 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40992024-10-16T19:52:12.174Z[ recovery-image] Oct 16 19:52:11.266 INFO O| Oct 16 19:52:11.266 INFO ok!
41002024-10-16T19:52:12.174Z[ recovery-image] Oct 16 19:52:11.267 INFO O| Oct 16 19:52:11.266 INFO STEP 65 (ensure_file) COMPLETE
41012024-10-16T19:52:12.174Z[ recovery-image] Oct 16 19:52:11.267 INFO O| Oct 16 19:52:11.267 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-10-16T19:52:12.174Z[ recovery-image] Oct 16 19:52:11.267 INFO O| Oct 16 19:52:11.267 INFO skip step because feature "omicron1" is not enabled
41032024-10-16T19:52:12.174Z[ recovery-image] Oct 16 19:52:11.267 INFO O| Oct 16 19:52:11.267 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-10-16T19:52:12.174Z[ recovery-image] Oct 16 19:52:11.267 INFO O| Oct 16 19:52:11.267 INFO skip step because feature "omicron1" is not enabled
41052024-10-16T19:52:12.174Z[ recovery-image] Oct 16 19:52:11.267 INFO O| Oct 16 19:52:11.267 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-10-16T19:52:12.174Z[ recovery-image] Oct 16 19:52:11.267 INFO O| Oct 16 19:52:11.267 INFO skip step because feature "omicron1" is not enabled
41072024-10-16T19:52:12.174Z[ recovery-image] Oct 16 19:52:11.267 INFO O| Oct 16 19:52:11.267 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-10-16T19:52:12.202Z[ recovery-image] Oct 16 19:52:11.306 INFO O| Oct 16 19:52:11.306 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41092024-10-16T19:52:12.205Z[ recovery-image] Oct 16 19:52:11.306 INFO O| Oct 16 19:52:11.306 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41102024-10-16T19:52:12.330Z[ host-image] Oct 16 19:52:11.435 INFO O| Oct 16 19:52:11.434 INFO O| Download: Completed 1.39 MB in 3.99 seconds (356k/s)
41112024-10-16T19:52:12.372Z[ host-image] Oct 16 19:52:11.477 INFO O| Oct 16 19:52:11.476 INFO O| Actions: 1/238 actions (Installing new actions)
41122024-10-16T19:52:12.551Z[ host-image] Oct 16 19:52:11.654 INFO O| Oct 16 19:52:11.654 INFO O| Actions: Completed 238 actions in 0.18 seconds.
41132024-10-16T19:52:12.993Z[ host-image] Oct 16 19:52:12.096 INFO O| Oct 16 19:52:12.096 INFO O| Done
41142024-10-16T19:52:12.993Z[ host-image] Oct 16 19:52:12.096 INFO O| Oct 16 19:52:12.096 INFO O| Done
41152024-10-16T19:52:14.072Z[ host-image] Oct 16 19:52:13.176 INFO O| Oct 16 19:52:13.175 INFO O| Done
41162024-10-16T19:52:15.020Z[ recovery-image] Oct 16 19:52:14.123 INFO O| Oct 16 19:52:14.123 INFO STEP 69 (pack_tar) COMPLETE
41172024-10-16T19:52:15.020Z[ recovery-image] Oct 16 19:52:14.123 INFO O| Oct 16 19:52:14.123 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41182024-10-16T19:52:15.025Z[ recovery-image] Oct 16 19:52:14.123 INFO O| Oct 16 19:52:14.123 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41192024-10-16T19:52:15.883Z[ recovery-image] Oct 16 19:52:14.986 INFO O| Oct 16 19:52:14.986 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41202024-10-16T19:52:16.149Z[ recovery-image] Oct 16 19:52:15.252 INFO O| Oct 16 19:52:15.252 INFO completed processing gimlet/ramdisk-02-trim
41212024-10-16T19:52:16.154Z[ recovery-image] Oct 16 19:52:15.255 INFO image builder template: ramdisk-03-recovery-trim...
41222024-10-16T19:52:16.154Z[ recovery-image] Oct 16 19:52:15.255 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/.tmpYwelpl/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41232024-10-16T19:52:16.371Z[ recovery-image] Oct 16 19:52:15.474 INFO O| Oct 16 19:52:15.474 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41242024-10-16T19:52:16.390Z[ recovery-image] Oct 16 19:52:15.493 INFO O| Oct 16 19:52:15.493 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41252024-10-16T19:52:16.520Z[ recovery-image] Oct 16 19:52:15.622 INFO O| Oct 16 19:52:15.622 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41262024-10-16T19:52:16.614Z[ recovery-image] Oct 16 19:52:15.717 INFO O| Oct 16 19:52:15.717 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41272024-10-16T19:52:16.617Z[ recovery-image] Oct 16 19:52:15.717 INFO O| Oct 16 19:52:15.717 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41282024-10-16T19:52:16.775Z[ recovery-image] Oct 16 19:52:15.733 INFO O| Oct 16 19:52:15.732 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41292024-10-16T19:52:16.780Z[ recovery-image] Oct 16 19:52:15.740 INFO O| Oct 16 19:52:15.740 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41302024-10-16T19:52:16.783Z[ recovery-image] Oct 16 19:52:15.750 INFO O| Oct 16 19:52:15.750 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41312024-10-16T19:52:17.063Z[ host-image] Oct 16 19:52:16.166 INFO O| Oct 16 19:52:16.166 INFO O| Done
41322024-10-16T19:52:17.106Z[ host-image] Oct 16 19:52:16.209 INFO O| Oct 16 19:52:16.209 INFO O| Done
41332024-10-16T19:52:17.125Z[ recovery-image] Oct 16 19:52:16.228 INFO O| Oct 16 19:52:16.228 INFO rolled back to input snapshot; work may begin
41342024-10-16T19:52:17.125Z[ recovery-image] Oct 16 19:52:16.228 INFO O| Oct 16 19:52:16.228 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41352024-10-16T19:52:17.128Z[ host-image] Oct 16 19:52:16.231 INFO O| Oct 16 19:52:16.231 INFO O| Done
41362024-10-16T19:52:17.134Z[ recovery-image] Oct 16 19:52:16.237 INFO O| Oct 16 19:52:16.237 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-16T19:52:17.157Z[ host-image] Oct 16 19:52:16.260 INFO O| Oct 16 19:52:16.260 INFO O| Done
41382024-10-16T19:52:17.168Z[ recovery-image] Oct 16 19:52:16.271 INFO O| Oct 16 19:52:16.271 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41392024-10-16T19:52:17.192Z[ recovery-image] Oct 16 19:52:16.295 INFO O| Oct 16 19:52:16.295 INFO STEP 0 (remove_files) COMPLETE
41402024-10-16T19:52:17.192Z[ recovery-image] Oct 16 19:52:16.295 INFO O| Oct 16 19:52:16.295 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-10-16T19:52:17.211Z[ recovery-image] Oct 16 19:52:16.313 INFO O| Oct 16 19:52:16.313 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41422024-10-16T19:52:17.344Z[ host-image] Oct 16 19:52:16.447 INFO O| Oct 16 19:52:16.447 INFO STEP 12 (pkg_install) COMPLETE
41432024-10-16T19:52:17.344Z[ host-image] Oct 16 19:52:16.447 INFO O| Oct 16 19:52:16.447 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41442024-10-16T19:52:17.363Z[ host-image] Oct 16 19:52:16.466 INFO O| Oct 16 19:52:16.466 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41452024-10-16T19:52:17.680Z[ recovery-image] Oct 16 19:52:16.783 INFO O| Oct 16 19:52:16.782 INFO STEP 1 (remove_files) COMPLETE
41462024-10-16T19:52:17.680Z[ recovery-image] Oct 16 19:52:16.783 INFO O| Oct 16 19:52:16.783 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-10-16T19:52:17.717Z[ recovery-image] Oct 16 19:52:16.820 INFO O| Oct 16 19:52:16.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41482024-10-16T19:52:17.720Z[ recovery-image] Oct 16 19:52:16.822 INFO O| Oct 16 19:52:16.822 INFO STEP 2 (remove_files) COMPLETE
41492024-10-16T19:52:17.720Z[ recovery-image] Oct 16 19:52:16.822 INFO O| Oct 16 19:52:16.822 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-10-16T19:52:17.742Z[ recovery-image] Oct 16 19:52:16.845 INFO O| Oct 16 19:52:16.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41512024-10-16T19:52:17.833Z[ recovery-image] Oct 16 19:52:16.935 INFO O| Oct 16 19:52:16.935 INFO STEP 3 (remove_files) COMPLETE
41522024-10-16T19:52:17.835Z[ recovery-image] Oct 16 19:52:16.936 INFO O| Oct 16 19:52:16.936 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-10-16T19:52:17.852Z[ recovery-image] Oct 16 19:52:16.955 INFO O| Oct 16 19:52:16.955 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41542024-10-16T19:52:18.405Z[ recovery-image] Oct 16 19:52:17.507 INFO O| Oct 16 19:52:17.507 INFO STEP 4 (remove_files) COMPLETE
41552024-10-16T19:52:18.405Z[ recovery-image] Oct 16 19:52:17.507 INFO O| Oct 16 19:52:17.507 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-10-16T19:52:18.439Z[ recovery-image] Oct 16 19:52:17.541 INFO O| Oct 16 19:52:17.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41572024-10-16T19:52:18.478Z[ host-image] Oct 16 19:52:17.581 INFO O| Oct 16 19:52:17.581 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41582024-10-16T19:52:18.507Z[ recovery-image] Oct 16 19:52:17.608 INFO O| Oct 16 19:52:17.607 INFO STEP 5 (remove_files) COMPLETE
41592024-10-16T19:52:18.507Z[ recovery-image] Oct 16 19:52:17.608 INFO O| Oct 16 19:52:17.608 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-10-16T19:52:18.539Z[ recovery-image] Oct 16 19:52:17.641 INFO O| Oct 16 19:52:17.641 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41612024-10-16T19:52:18.564Z[ recovery-image] Oct 16 19:52:17.666 INFO O| Oct 16 19:52:17.666 INFO STEP 6 (remove_files) COMPLETE
41622024-10-16T19:52:18.564Z[ recovery-image] Oct 16 19:52:17.666 INFO O| Oct 16 19:52:17.666 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-10-16T19:52:18.584Z[ recovery-image] Oct 16 19:52:17.686 INFO O| Oct 16 19:52:17.686 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41642024-10-16T19:52:18.588Z[ recovery-image] Oct 16 19:52:17.688 INFO O| Oct 16 19:52:17.687 INFO STEP 7 (remove_files) COMPLETE
41652024-10-16T19:52:18.588Z[ recovery-image] Oct 16 19:52:17.688 INFO O| Oct 16 19:52:17.687 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-10-16T19:52:18.603Z[ recovery-image] Oct 16 19:52:17.705 INFO O| Oct 16 19:52:17.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41672024-10-16T19:52:18.638Z[ recovery-image] Oct 16 19:52:17.739 INFO O| Oct 16 19:52:17.739 INFO STEP 8 (remove_files) COMPLETE
41682024-10-16T19:52:18.638Z[ recovery-image] Oct 16 19:52:17.739 INFO O| Oct 16 19:52:17.739 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-10-16T19:52:18.672Z[ recovery-image] Oct 16 19:52:17.774 INFO O| Oct 16 19:52:17.774 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41702024-10-16T19:52:18.676Z[ recovery-image] Oct 16 19:52:17.775 INFO O| Oct 16 19:52:17.775 INFO STEP 9 (remove_files) COMPLETE
41712024-10-16T19:52:18.676Z[ recovery-image] Oct 16 19:52:17.775 INFO O| Oct 16 19:52:17.775 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-10-16T19:52:18.703Z[ recovery-image] Oct 16 19:52:17.805 INFO O| Oct 16 19:52:17.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41732024-10-16T19:52:18.706Z[ recovery-image] Oct 16 19:52:17.807 INFO O| Oct 16 19:52:17.807 INFO STEP 10 (remove_files) COMPLETE
41742024-10-16T19:52:18.706Z[ recovery-image] Oct 16 19:52:17.807 INFO O| Oct 16 19:52:17.807 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-10-16T19:52:18.731Z[ recovery-image] Oct 16 19:52:17.833 INFO O| Oct 16 19:52:17.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41762024-10-16T19:52:19.296Z[ recovery-image] Oct 16 19:52:18.397 INFO O| Oct 16 19:52:18.396 INFO STEP 11 (remove_files) COMPLETE
41772024-10-16T19:52:19.296Z[ recovery-image] Oct 16 19:52:18.397 INFO O| Oct 16 19:52:18.397 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-10-16T19:52:19.344Z[ recovery-image] Oct 16 19:52:18.446 INFO O| Oct 16 19:52:18.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41792024-10-16T19:52:19.389Z[ recovery-image] Oct 16 19:52:18.490 INFO O| Oct 16 19:52:18.490 INFO STEP 12 (remove_files) COMPLETE
41802024-10-16T19:52:19.389Z[ recovery-image] Oct 16 19:52:18.490 INFO O| Oct 16 19:52:18.490 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-10-16T19:52:19.450Z[ recovery-image] Oct 16 19:52:18.551 INFO O| Oct 16 19:52:18.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41822024-10-16T19:52:19.471Z[ recovery-image] Oct 16 19:52:18.573 INFO O| Oct 16 19:52:18.572 INFO STEP 13 (remove_files) COMPLETE
41832024-10-16T19:52:19.471Z[ recovery-image] Oct 16 19:52:18.573 INFO O| Oct 16 19:52:18.573 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-10-16T19:52:19.533Z[ recovery-image] Oct 16 19:52:18.634 INFO O| Oct 16 19:52:18.634 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41852024-10-16T19:52:19.536Z[ recovery-image] Oct 16 19:52:18.635 INFO O| Oct 16 19:52:18.634 INFO STEP 14 (remove_files) COMPLETE
41862024-10-16T19:52:19.536Z[ recovery-image] Oct 16 19:52:18.635 INFO O| Oct 16 19:52:18.635 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-10-16T19:52:19.553Z[ recovery-image] Oct 16 19:52:18.655 INFO O| Oct 16 19:52:18.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41882024-10-16T19:52:19.557Z[ recovery-image] Oct 16 19:52:18.657 INFO O| Oct 16 19:52:18.657 INFO STEP 15 (remove_files) COMPLETE
41892024-10-16T19:52:19.558Z[ recovery-image] Oct 16 19:52:18.657 INFO O| Oct 16 19:52:18.657 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-10-16T19:52:19.577Z[ recovery-image] Oct 16 19:52:18.679 INFO O| Oct 16 19:52:18.679 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41912024-10-16T19:52:19.601Z[ recovery-image] Oct 16 19:52:18.703 INFO O| Oct 16 19:52:18.703 INFO STEP 16 (remove_files) COMPLETE
41922024-10-16T19:52:19.601Z[ recovery-image] Oct 16 19:52:18.703 INFO O| Oct 16 19:52:18.703 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-10-16T19:52:19.627Z[ recovery-image] Oct 16 19:52:18.729 INFO O| Oct 16 19:52:18.728 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41942024-10-16T19:52:19.627Z[ recovery-image] Oct 16 19:52:18.729 INFO O| Oct 16 19:52:18.729 INFO STEP 17 (remove_files) COMPLETE
41952024-10-16T19:52:19.630Z[ recovery-image] Oct 16 19:52:18.729 INFO O| Oct 16 19:52:18.729 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-10-16T19:52:19.663Z[ recovery-image] Oct 16 19:52:18.765 INFO O| Oct 16 19:52:18.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41972024-10-16T19:52:19.667Z[ recovery-image] Oct 16 19:52:18.765 INFO O| Oct 16 19:52:18.765 INFO STEP 18 (remove_files) COMPLETE
41982024-10-16T19:52:19.667Z[ recovery-image] Oct 16 19:52:18.765 INFO O| Oct 16 19:52:18.765 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-10-16T19:52:19.681Z[ recovery-image] Oct 16 19:52:18.783 INFO O| Oct 16 19:52:18.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
42002024-10-16T19:52:19.766Z[ recovery-image] Oct 16 19:52:18.868 INFO O| Oct 16 19:52:18.868 INFO STEP 19 (remove_files) COMPLETE
42012024-10-16T19:52:19.766Z[ recovery-image] Oct 16 19:52:18.868 INFO O| Oct 16 19:52:18.868 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-16T19:52:19.834Z[ recovery-image] Oct 16 19:52:18.936 INFO O| Oct 16 19:52:18.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42032024-10-16T19:52:19.841Z[ recovery-image] Oct 16 19:52:18.942 INFO O| Oct 16 19:52:18.942 INFO STEP 20 (remove_files) COMPLETE
42042024-10-16T19:52:19.841Z[ recovery-image] Oct 16 19:52:18.942 INFO O| Oct 16 19:52:18.942 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-16T19:52:19.868Z[ recovery-image] Oct 16 19:52:18.970 INFO O| Oct 16 19:52:18.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42062024-10-16T19:52:19.871Z[ recovery-image] Oct 16 19:52:18.970 INFO O| Oct 16 19:52:18.970 INFO STEP 21 (remove_files) COMPLETE
42072024-10-16T19:52:19.871Z[ recovery-image] Oct 16 19:52:18.970 INFO O| Oct 16 19:52:18.970 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-16T19:52:19.918Z[ recovery-image] Oct 16 19:52:19.019 INFO O| Oct 16 19:52:19.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42092024-10-16T19:52:19.942Z[ recovery-image] Oct 16 19:52:19.043 INFO O| Oct 16 19:52:19.043 INFO STEP 22 (remove_files) COMPLETE
42102024-10-16T19:52:19.945Z[ recovery-image] Oct 16 19:52:19.043 INFO O| Oct 16 19:52:19.043 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-16T19:52:19.998Z[ recovery-image] Oct 16 19:52:19.100 INFO O| Oct 16 19:52:19.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42122024-10-16T19:52:19.999Z[ recovery-image] Oct 16 19:52:19.100 INFO O| Oct 16 19:52:19.100 INFO STEP 23 (remove_files) COMPLETE
42132024-10-16T19:52:19.999Z[ recovery-image] Oct 16 19:52:19.100 INFO O| Oct 16 19:52:19.100 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-10-16T19:52:20.024Z[ recovery-image] Oct 16 19:52:19.123 INFO O| Oct 16 19:52:19.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42152024-10-16T19:52:20.045Z[ recovery-image] Oct 16 19:52:19.146 INFO O| Oct 16 19:52:19.146 INFO STEP 24 (remove_files) COMPLETE
42162024-10-16T19:52:20.045Z[ recovery-image] Oct 16 19:52:19.146 INFO O| Oct 16 19:52:19.146 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-10-16T19:52:20.076Z[ recovery-image] Oct 16 19:52:19.177 INFO O| Oct 16 19:52:19.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42182024-10-16T19:52:20.076Z[ recovery-image] Oct 16 19:52:19.177 INFO O| Oct 16 19:52:19.177 INFO STEP 25 (remove_files) COMPLETE
42192024-10-16T19:52:20.079Z[ recovery-image] Oct 16 19:52:19.177 INFO O| Oct 16 19:52:19.177 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-10-16T19:52:20.110Z[ recovery-image] Oct 16 19:52:19.212 INFO O| Oct 16 19:52:19.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42212024-10-16T19:52:20.110Z[ recovery-image] Oct 16 19:52:19.212 INFO O| Oct 16 19:52:19.212 INFO STEP 26 (remove_files) COMPLETE
42222024-10-16T19:52:20.110Z[ recovery-image] Oct 16 19:52:19.212 INFO O| Oct 16 19:52:19.212 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-10-16T19:52:20.128Z[ recovery-image] Oct 16 19:52:19.230 INFO O| Oct 16 19:52:19.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42242024-10-16T19:52:20.128Z[ recovery-image] Oct 16 19:52:19.230 INFO O| Oct 16 19:52:19.230 INFO STEP 27 (remove_files) COMPLETE
42252024-10-16T19:52:20.128Z[ recovery-image] Oct 16 19:52:19.230 INFO O| Oct 16 19:52:19.230 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-10-16T19:52:20.145Z[ recovery-image] Oct 16 19:52:19.248 INFO O| Oct 16 19:52:19.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42272024-10-16T19:52:20.170Z[ recovery-image] Oct 16 19:52:19.272 INFO O| Oct 16 19:52:19.272 INFO STEP 28 (remove_files) COMPLETE
42282024-10-16T19:52:20.170Z[ recovery-image] Oct 16 19:52:19.272 INFO O| Oct 16 19:52:19.272 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-10-16T19:52:20.224Z[ recovery-image] Oct 16 19:52:19.325 INFO O| Oct 16 19:52:19.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42302024-10-16T19:52:20.224Z[ recovery-image] Oct 16 19:52:19.326 INFO O| Oct 16 19:52:19.326 INFO STEP 29 (remove_files) COMPLETE
42312024-10-16T19:52:20.227Z[ recovery-image] Oct 16 19:52:19.326 INFO O| Oct 16 19:52:19.326 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-10-16T19:52:20.242Z[ recovery-image] Oct 16 19:52:19.344 INFO O| Oct 16 19:52:19.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42332024-10-16T19:52:20.242Z[ recovery-image] Oct 16 19:52:19.344 INFO O| Oct 16 19:52:19.344 INFO STEP 30 (remove_files) COMPLETE
42342024-10-16T19:52:20.243Z[ recovery-image] Oct 16 19:52:19.344 INFO O| Oct 16 19:52:19.344 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-10-16T19:52:20.260Z[ recovery-image] Oct 16 19:52:19.362 INFO O| Oct 16 19:52:19.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42362024-10-16T19:52:20.263Z[ recovery-image] Oct 16 19:52:19.363 INFO O| Oct 16 19:52:19.363 INFO STEP 31 (remove_files) COMPLETE
42372024-10-16T19:52:20.263Z[ recovery-image] Oct 16 19:52:19.363 INFO O| Oct 16 19:52:19.363 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-10-16T19:52:20.299Z[ recovery-image] Oct 16 19:52:19.401 INFO O| Oct 16 19:52:19.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42392024-10-16T19:52:20.301Z[ recovery-image] Oct 16 19:52:19.401 INFO O| Oct 16 19:52:19.401 INFO STEP 32 (remove_files) COMPLETE
42402024-10-16T19:52:20.302Z[ recovery-image] Oct 16 19:52:19.401 INFO O| Oct 16 19:52:19.401 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-10-16T19:52:20.331Z[ recovery-image] Oct 16 19:52:19.433 INFO O| Oct 16 19:52:19.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42422024-10-16T19:52:20.331Z[ recovery-image] Oct 16 19:52:19.433 INFO O| Oct 16 19:52:19.433 INFO STEP 33 (remove_files) COMPLETE
42432024-10-16T19:52:20.331Z[ recovery-image] Oct 16 19:52:19.433 INFO O| Oct 16 19:52:19.433 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-10-16T19:52:20.349Z[ recovery-image] Oct 16 19:52:19.451 INFO O| Oct 16 19:52:19.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42452024-10-16T19:52:20.349Z[ recovery-image] Oct 16 19:52:19.451 INFO O| Oct 16 19:52:19.451 INFO STEP 34 (remove_files) COMPLETE
42462024-10-16T19:52:20.349Z[ recovery-image] Oct 16 19:52:19.451 INFO O| Oct 16 19:52:19.451 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-10-16T19:52:20.386Z[ recovery-image] Oct 16 19:52:19.488 INFO O| Oct 16 19:52:19.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42482024-10-16T19:52:20.404Z[ recovery-image] Oct 16 19:52:19.506 INFO O| Oct 16 19:52:19.506 INFO STEP 35 (remove_files) COMPLETE
42492024-10-16T19:52:20.404Z[ recovery-image] Oct 16 19:52:19.506 INFO O| Oct 16 19:52:19.506 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-10-16T19:52:20.442Z[ recovery-image] Oct 16 19:52:19.543 INFO O| Oct 16 19:52:19.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42512024-10-16T19:52:20.442Z[ recovery-image] Oct 16 19:52:19.544 INFO O| Oct 16 19:52:19.543 INFO STEP 36 (remove_files) COMPLETE
42522024-10-16T19:52:20.450Z[ recovery-image] Oct 16 19:52:19.544 INFO O| Oct 16 19:52:19.543 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-10-16T19:52:20.459Z[ recovery-image] Oct 16 19:52:19.561 INFO O| Oct 16 19:52:19.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42542024-10-16T19:52:20.460Z[ recovery-image] Oct 16 19:52:19.561 INFO O| Oct 16 19:52:19.561 INFO STEP 37 (remove_files) COMPLETE
42552024-10-16T19:52:20.460Z[ recovery-image] Oct 16 19:52:19.561 INFO O| Oct 16 19:52:19.561 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-10-16T19:52:20.490Z[ recovery-image] Oct 16 19:52:19.591 INFO O| Oct 16 19:52:19.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42572024-10-16T19:52:20.490Z[ recovery-image] Oct 16 19:52:19.592 INFO O| Oct 16 19:52:19.592 INFO STEP 38 (remove_files) COMPLETE
42582024-10-16T19:52:20.494Z[ recovery-image] Oct 16 19:52:19.592 INFO O| Oct 16 19:52:19.592 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-10-16T19:52:20.521Z[ recovery-image] Oct 16 19:52:19.622 INFO O| Oct 16 19:52:19.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42602024-10-16T19:52:20.521Z[ recovery-image] Oct 16 19:52:19.622 INFO O| Oct 16 19:52:19.622 INFO STEP 39 (remove_files) COMPLETE
42612024-10-16T19:52:20.525Z[ recovery-image] Oct 16 19:52:19.622 INFO O| Oct 16 19:52:19.622 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-10-16T19:52:20.643Z[ recovery-image] Oct 16 19:52:19.741 INFO O| Oct 16 19:52:19.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42632024-10-16T19:52:20.643Z[ recovery-image] Oct 16 19:52:19.741 INFO O| Oct 16 19:52:19.741 INFO STEP 40 (remove_files) COMPLETE
42642024-10-16T19:52:20.646Z[ recovery-image] Oct 16 19:52:19.741 INFO O| Oct 16 19:52:19.741 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-10-16T19:52:20.658Z[ recovery-image] Oct 16 19:52:19.759 INFO O| Oct 16 19:52:19.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42662024-10-16T19:52:20.658Z[ recovery-image] Oct 16 19:52:19.759 INFO O| Oct 16 19:52:19.759 INFO STEP 41 (remove_files) COMPLETE
42672024-10-16T19:52:20.658Z[ recovery-image] Oct 16 19:52:19.759 INFO O| Oct 16 19:52:19.759 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-10-16T19:52:20.695Z[ recovery-image] Oct 16 19:52:19.796 INFO O| Oct 16 19:52:19.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42692024-10-16T19:52:20.695Z[ recovery-image] Oct 16 19:52:19.796 INFO O| Oct 16 19:52:19.796 INFO STEP 42 (remove_files) COMPLETE
42702024-10-16T19:52:20.695Z[ recovery-image] Oct 16 19:52:19.796 INFO O| Oct 16 19:52:19.796 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-10-16T19:52:20.725Z[ recovery-image] Oct 16 19:52:19.827 INFO O| Oct 16 19:52:19.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42722024-10-16T19:52:20.727Z[ recovery-image] Oct 16 19:52:19.827 INFO O| Oct 16 19:52:19.827 INFO STEP 43 (remove_files) COMPLETE
42732024-10-16T19:52:20.727Z[ recovery-image] Oct 16 19:52:19.827 INFO O| Oct 16 19:52:19.827 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-10-16T19:52:20.743Z[ recovery-image] Oct 16 19:52:19.845 INFO O| Oct 16 19:52:19.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42752024-10-16T19:52:20.746Z[ recovery-image] Oct 16 19:52:19.845 INFO O| Oct 16 19:52:19.845 INFO STEP 44 (remove_files) COMPLETE
42762024-10-16T19:52:20.746Z[ recovery-image] Oct 16 19:52:19.845 INFO O| Oct 16 19:52:19.845 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-10-16T19:52:20.761Z[ recovery-image] Oct 16 19:52:19.862 INFO O| Oct 16 19:52:19.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42782024-10-16T19:52:20.761Z[ recovery-image] Oct 16 19:52:19.862 INFO O| Oct 16 19:52:19.862 INFO STEP 45 (remove_files) COMPLETE
42792024-10-16T19:52:20.761Z[ recovery-image] Oct 16 19:52:19.862 INFO O| Oct 16 19:52:19.862 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-10-16T19:52:20.791Z[ recovery-image] Oct 16 19:52:19.893 INFO O| Oct 16 19:52:19.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42812024-10-16T19:52:20.791Z[ recovery-image] Oct 16 19:52:19.893 INFO O| Oct 16 19:52:19.893 INFO STEP 46 (remove_files) COMPLETE
42822024-10-16T19:52:20.794Z[ recovery-image] Oct 16 19:52:19.893 INFO O| Oct 16 19:52:19.893 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-10-16T19:52:20.824Z[ recovery-image] Oct 16 19:52:19.925 INFO O| Oct 16 19:52:19.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42842024-10-16T19:52:20.824Z[ recovery-image] Oct 16 19:52:19.925 INFO O| Oct 16 19:52:19.925 INFO STEP 47 (remove_files) COMPLETE
42852024-10-16T19:52:20.827Z[ recovery-image] Oct 16 19:52:19.926 INFO O| Oct 16 19:52:19.925 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-10-16T19:52:20.841Z[ recovery-image] Oct 16 19:52:19.943 INFO O| Oct 16 19:52:19.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42872024-10-16T19:52:20.841Z[ recovery-image] Oct 16 19:52:19.943 INFO O| Oct 16 19:52:19.943 INFO STEP 48 (remove_files) COMPLETE
42882024-10-16T19:52:20.845Z[ recovery-image] Oct 16 19:52:19.943 INFO O| Oct 16 19:52:19.943 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-10-16T19:52:20.859Z[ recovery-image] Oct 16 19:52:19.961 INFO O| Oct 16 19:52:19.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42902024-10-16T19:52:20.859Z[ recovery-image] Oct 16 19:52:19.961 INFO O| Oct 16 19:52:19.961 INFO STEP 49 (remove_files) COMPLETE
42912024-10-16T19:52:20.859Z[ recovery-image] Oct 16 19:52:19.961 INFO O| Oct 16 19:52:19.961 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-10-16T19:52:20.897Z[ recovery-image] Oct 16 19:52:19.999 INFO O| Oct 16 19:52:19.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42932024-10-16T19:52:20.897Z[ recovery-image] Oct 16 19:52:19.999 INFO O| Oct 16 19:52:19.999 INFO STEP 50 (remove_files) COMPLETE
42942024-10-16T19:52:20.897Z[ recovery-image] Oct 16 19:52:19.999 INFO O| Oct 16 19:52:19.999 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-10-16T19:52:20.916Z[ recovery-image] Oct 16 19:52:20.017 INFO O| Oct 16 19:52:20.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42962024-10-16T19:52:20.916Z[ recovery-image] Oct 16 19:52:20.017 INFO O| Oct 16 19:52:20.017 INFO STEP 51 (remove_files) COMPLETE
42972024-10-16T19:52:20.916Z[ recovery-image] Oct 16 19:52:20.018 INFO O| Oct 16 19:52:20.017 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-10-16T19:52:20.948Z[ recovery-image] Oct 16 19:52:20.050 INFO O| Oct 16 19:52:20.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42992024-10-16T19:52:20.948Z[ recovery-image] Oct 16 19:52:20.050 INFO O| Oct 16 19:52:20.050 INFO STEP 52 (remove_files) COMPLETE
43002024-10-16T19:52:20.952Z[ recovery-image] Oct 16 19:52:20.050 INFO O| Oct 16 19:52:20.050 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-10-16T19:52:20.966Z[ recovery-image] Oct 16 19:52:20.068 INFO O| Oct 16 19:52:20.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43022024-10-16T19:52:20.986Z[ recovery-image] Oct 16 19:52:20.088 INFO O| Oct 16 19:52:20.088 INFO STEP 53 (remove_files) COMPLETE
43032024-10-16T19:52:20.986Z[ recovery-image] Oct 16 19:52:20.088 INFO O| Oct 16 19:52:20.088 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-10-16T19:52:21.017Z[ recovery-image] Oct 16 19:52:20.118 INFO O| Oct 16 19:52:20.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43052024-10-16T19:52:21.017Z[ recovery-image] Oct 16 19:52:20.118 INFO O| Oct 16 19:52:20.118 INFO STEP 54 (remove_files) COMPLETE
43062024-10-16T19:52:21.017Z[ recovery-image] Oct 16 19:52:20.118 INFO O| Oct 16 19:52:20.118 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-10-16T19:52:21.084Z[ recovery-image] Oct 16 19:52:20.186 INFO O| Oct 16 19:52:20.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43082024-10-16T19:52:21.104Z[ recovery-image] Oct 16 19:52:20.206 INFO O| Oct 16 19:52:20.206 INFO STEP 55 (remove_files) COMPLETE
43092024-10-16T19:52:21.104Z[ recovery-image] Oct 16 19:52:20.206 INFO O| Oct 16 19:52:20.206 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-10-16T19:52:21.142Z[ recovery-image] Oct 16 19:52:20.244 INFO O| Oct 16 19:52:20.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43112024-10-16T19:52:21.142Z[ recovery-image] Oct 16 19:52:20.244 INFO O| Oct 16 19:52:20.244 INFO STEP 56 (remove_files) COMPLETE
43122024-10-16T19:52:21.145Z[ recovery-image] Oct 16 19:52:20.244 INFO O| Oct 16 19:52:20.244 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-10-16T19:52:21.161Z[ recovery-image] Oct 16 19:52:20.262 INFO O| Oct 16 19:52:20.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43142024-10-16T19:52:21.161Z[ recovery-image] Oct 16 19:52:20.262 INFO O| Oct 16 19:52:20.262 INFO STEP 57 (remove_files) COMPLETE
43152024-10-16T19:52:21.164Z[ recovery-image] Oct 16 19:52:20.262 INFO O| Oct 16 19:52:20.262 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-10-16T19:52:21.196Z[ recovery-image] Oct 16 19:52:20.298 INFO O| Oct 16 19:52:20.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43172024-10-16T19:52:21.199Z[ recovery-image] Oct 16 19:52:20.298 INFO O| Oct 16 19:52:20.298 INFO STEP 58 (remove_files) COMPLETE
43182024-10-16T19:52:21.199Z[ recovery-image] Oct 16 19:52:20.298 INFO O| Oct 16 19:52:20.298 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-10-16T19:52:21.217Z[ recovery-image] Oct 16 19:52:20.319 INFO O| Oct 16 19:52:20.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43202024-10-16T19:52:21.222Z[ recovery-image] Oct 16 19:52:20.324 INFO O| Oct 16 19:52:20.324 INFO STEP 59 (remove_files) COMPLETE
43212024-10-16T19:52:21.222Z[ recovery-image] Oct 16 19:52:20.324 INFO O| Oct 16 19:52:20.324 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-10-16T19:52:21.257Z[ recovery-image] Oct 16 19:52:20.359 INFO O| Oct 16 19:52:20.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43232024-10-16T19:52:21.267Z[ recovery-image] Oct 16 19:52:20.369 INFO O| Oct 16 19:52:20.369 INFO STEP 60 (remove_files) COMPLETE
43242024-10-16T19:52:21.267Z[ recovery-image] Oct 16 19:52:20.369 INFO O| Oct 16 19:52:20.369 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-10-16T19:52:21.285Z[ recovery-image] Oct 16 19:52:20.387 INFO O| Oct 16 19:52:20.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43262024-10-16T19:52:21.290Z[ recovery-image] Oct 16 19:52:20.388 INFO O| Oct 16 19:52:20.387 INFO STEP 61 (remove_files) COMPLETE
43272024-10-16T19:52:21.290Z[ recovery-image] Oct 16 19:52:20.388 INFO O| Oct 16 19:52:20.388 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-10-16T19:52:21.306Z[ recovery-image] Oct 16 19:52:20.408 INFO O| Oct 16 19:52:20.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43292024-10-16T19:52:21.309Z[ recovery-image] Oct 16 19:52:20.409 INFO O| Oct 16 19:52:20.408 INFO STEP 62 (remove_files) COMPLETE
43302024-10-16T19:52:21.309Z[ recovery-image] Oct 16 19:52:20.409 INFO O| Oct 16 19:52:20.409 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-10-16T19:52:21.345Z[ recovery-image] Oct 16 19:52:20.447 INFO O| Oct 16 19:52:20.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43322024-10-16T19:52:21.348Z[ recovery-image] Oct 16 19:52:20.447 INFO O| Oct 16 19:52:20.447 INFO STEP 63 (remove_files) COMPLETE
43332024-10-16T19:52:21.348Z[ recovery-image] Oct 16 19:52:20.448 INFO O| Oct 16 19:52:20.447 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-10-16T19:52:21.368Z[ recovery-image] Oct 16 19:52:20.470 INFO O| Oct 16 19:52:20.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43352024-10-16T19:52:21.370Z[ recovery-image] Oct 16 19:52:20.470 INFO O| Oct 16 19:52:20.470 INFO STEP 64 (remove_files) COMPLETE
43362024-10-16T19:52:21.370Z[ recovery-image] Oct 16 19:52:20.470 INFO O| Oct 16 19:52:20.470 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-10-16T19:52:21.429Z[ recovery-image] Oct 16 19:52:20.530 INFO O| Oct 16 19:52:20.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43382024-10-16T19:52:21.434Z[ recovery-image] Oct 16 19:52:20.530 INFO O| Oct 16 19:52:20.530 INFO STEP 65 (remove_files) COMPLETE
43392024-10-16T19:52:21.434Z[ recovery-image] Oct 16 19:52:20.530 INFO O| Oct 16 19:52:20.530 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-10-16T19:52:21.486Z[ recovery-image] Oct 16 19:52:20.587 INFO O| Oct 16 19:52:20.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43412024-10-16T19:52:21.489Z[ recovery-image] Oct 16 19:52:20.587 INFO O| Oct 16 19:52:20.587 INFO STEP 66 (remove_files) COMPLETE
43422024-10-16T19:52:21.489Z[ recovery-image] Oct 16 19:52:20.587 INFO O| Oct 16 19:52:20.587 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-10-16T19:52:21.506Z[ recovery-image] Oct 16 19:52:20.607 INFO O| Oct 16 19:52:20.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43442024-10-16T19:52:21.509Z[ recovery-image] Oct 16 19:52:20.607 INFO O| Oct 16 19:52:20.607 INFO STEP 67 (remove_files) COMPLETE
43452024-10-16T19:52:21.509Z[ recovery-image] Oct 16 19:52:20.607 INFO O| Oct 16 19:52:20.607 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-10-16T19:52:21.540Z[ recovery-image] Oct 16 19:52:20.640 INFO O| Oct 16 19:52:20.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43472024-10-16T19:52:21.540Z[ recovery-image] Oct 16 19:52:20.640 INFO O| Oct 16 19:52:20.640 INFO STEP 68 (remove_files) COMPLETE
43482024-10-16T19:52:21.540Z[ recovery-image] Oct 16 19:52:20.640 INFO O| Oct 16 19:52:20.640 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-16T19:52:21.644Z[ recovery-image] Oct 16 19:52:20.746 INFO O| Oct 16 19:52:20.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43502024-10-16T19:52:21.644Z[ recovery-image] Oct 16 19:52:20.746 INFO O| Oct 16 19:52:20.746 INFO STEP 69 (remove_files) COMPLETE
43512024-10-16T19:52:21.644Z[ recovery-image] Oct 16 19:52:20.746 INFO O| Oct 16 19:52:20.746 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-16T19:52:21.663Z[ recovery-image] Oct 16 19:52:20.765 INFO O| Oct 16 19:52:20.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43532024-10-16T19:52:21.663Z[ recovery-image] Oct 16 19:52:20.765 INFO O| Oct 16 19:52:20.765 INFO STEP 70 (remove_files) COMPLETE
43542024-10-16T19:52:21.667Z[ recovery-image] Oct 16 19:52:20.765 INFO O| Oct 16 19:52:20.765 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-10-16T19:52:21.682Z[ recovery-image] Oct 16 19:52:20.784 INFO O| Oct 16 19:52:20.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43562024-10-16T19:52:21.682Z[ recovery-image] Oct 16 19:52:20.784 INFO O| Oct 16 19:52:20.784 INFO STEP 71 (remove_files) COMPLETE
43572024-10-16T19:52:21.682Z[ recovery-image] Oct 16 19:52:20.784 INFO O| Oct 16 19:52:20.784 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-10-16T19:52:21.769Z[ recovery-image] Oct 16 19:52:20.871 INFO O| Oct 16 19:52:20.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43592024-10-16T19:52:21.769Z[ recovery-image] Oct 16 19:52:20.871 INFO O| Oct 16 19:52:20.871 INFO STEP 72 (remove_files) COMPLETE
43602024-10-16T19:52:21.769Z[ recovery-image] Oct 16 19:52:20.871 INFO O| Oct 16 19:52:20.871 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-10-16T19:52:21.791Z[ recovery-image] Oct 16 19:52:20.893 INFO O| Oct 16 19:52:20.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43622024-10-16T19:52:21.791Z[ recovery-image] Oct 16 19:52:20.893 INFO O| Oct 16 19:52:20.893 INFO STEP 73 (remove_files) COMPLETE
43632024-10-16T19:52:21.791Z[ recovery-image] Oct 16 19:52:20.893 INFO O| Oct 16 19:52:20.893 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-10-16T19:52:21.833Z[ recovery-image] Oct 16 19:52:20.935 INFO O| Oct 16 19:52:20.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43652024-10-16T19:52:21.853Z[ recovery-image] Oct 16 19:52:20.955 INFO O| Oct 16 19:52:20.955 INFO STEP 74 (remove_files) COMPLETE
43662024-10-16T19:52:21.853Z[ recovery-image] Oct 16 19:52:20.955 INFO O| Oct 16 19:52:20.955 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-10-16T19:52:21.879Z[ recovery-image] Oct 16 19:52:20.980 INFO O| Oct 16 19:52:20.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43682024-10-16T19:52:21.879Z[ recovery-image] Oct 16 19:52:20.980 INFO O| Oct 16 19:52:20.980 INFO STEP 75 (remove_files) COMPLETE
43692024-10-16T19:52:21.879Z[ recovery-image] Oct 16 19:52:20.980 INFO O| Oct 16 19:52:20.980 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-10-16T19:52:21.921Z[ recovery-image] Oct 16 19:52:21.021 INFO O| Oct 16 19:52:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43712024-10-16T19:52:21.921Z[ recovery-image] Oct 16 19:52:21.021 INFO O| Oct 16 19:52:21.021 INFO STEP 76 (remove_files) COMPLETE
43722024-10-16T19:52:21.921Z[ recovery-image] Oct 16 19:52:21.021 INFO O| Oct 16 19:52:21.021 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-16T19:52:21.991Z[ recovery-image] Oct 16 19:52:21.092 INFO O| Oct 16 19:52:21.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43742024-10-16T19:52:21.995Z[ recovery-image] Oct 16 19:52:21.092 INFO O| Oct 16 19:52:21.092 INFO STEP 77 (remove_files) COMPLETE
43752024-10-16T19:52:21.995Z[ recovery-image] Oct 16 19:52:21.092 INFO O| Oct 16 19:52:21.092 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-16T19:52:22.013Z[ recovery-image] Oct 16 19:52:21.114 INFO O| Oct 16 19:52:21.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43772024-10-16T19:52:22.018Z[ recovery-image] Oct 16 19:52:21.114 INFO O| Oct 16 19:52:21.114 INFO STEP 78 (remove_files) COMPLETE
43782024-10-16T19:52:22.018Z[ recovery-image] Oct 16 19:52:21.114 INFO O| Oct 16 19:52:21.114 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-10-16T19:52:22.035Z[ recovery-image] Oct 16 19:52:21.134 INFO O| Oct 16 19:52:21.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43802024-10-16T19:52:22.042Z[ recovery-image] Oct 16 19:52:21.134 INFO O| Oct 16 19:52:21.134 INFO STEP 79 (remove_files) COMPLETE
43812024-10-16T19:52:22.042Z[ recovery-image] Oct 16 19:52:21.134 INFO O| Oct 16 19:52:21.134 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-10-16T19:52:22.053Z[ recovery-image] Oct 16 19:52:21.154 INFO O| Oct 16 19:52:21.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43832024-10-16T19:52:22.056Z[ recovery-image] Oct 16 19:52:21.154 INFO O| Oct 16 19:52:21.154 INFO STEP 80 (remove_files) COMPLETE
43842024-10-16T19:52:22.056Z[ recovery-image] Oct 16 19:52:21.154 INFO O| Oct 16 19:52:21.154 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-10-16T19:52:22.079Z[ recovery-image] Oct 16 19:52:21.179 INFO O| Oct 16 19:52:21.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43862024-10-16T19:52:22.079Z[ recovery-image] Oct 16 19:52:21.180 INFO O| Oct 16 19:52:21.180 INFO STEP 81 (remove_files) COMPLETE
43872024-10-16T19:52:22.079Z[ recovery-image] Oct 16 19:52:21.180 INFO O| Oct 16 19:52:21.180 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-10-16T19:52:22.107Z[ host-image] Oct 16 19:52:21.208 INFO O| Oct 16 19:52:21.208 INFO O| Planning: Solver setup ... Done
43892024-10-16T19:52:22.114Z[ host-image] Oct 16 19:52:21.216 INFO O| Oct 16 19:52:21.215 INFO O| Planning: Running solver ... Done
43902024-10-16T19:52:22.144Z[ recovery-image] Oct 16 19:52:21.245 INFO O| Oct 16 19:52:21.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43912024-10-16T19:52:22.144Z[ recovery-image] Oct 16 19:52:21.245 INFO O| Oct 16 19:52:21.245 INFO STEP 82 (remove_files) COMPLETE
43922024-10-16T19:52:22.144Z[ recovery-image] Oct 16 19:52:21.245 INFO O| Oct 16 19:52:21.245 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-10-16T19:52:22.187Z[ recovery-image] Oct 16 19:52:21.287 INFO O| Oct 16 19:52:21.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43942024-10-16T19:52:22.187Z[ recovery-image] Oct 16 19:52:21.287 INFO O| Oct 16 19:52:21.287 INFO STEP 83 (remove_files) COMPLETE
43952024-10-16T19:52:22.187Z[ recovery-image] Oct 16 19:52:21.287 INFO O| Oct 16 19:52:21.287 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-10-16T19:52:22.215Z[ host-image] Oct 16 19:52:21.316 INFO O| Oct 16 19:52:21.316 INFO O| Planning: Finding local manifests ... Done
43972024-10-16T19:52:22.218Z[ host-image] Oct 16 19:52:21.319 INFO O| Oct 16 19:52:21.318 INFO O| Planning: Fetching manifests: 0/6 0% complete
43982024-10-16T19:52:22.244Z[ recovery-image] Oct 16 19:52:21.345 INFO O| Oct 16 19:52:21.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43992024-10-16T19:52:22.244Z[ recovery-image] Oct 16 19:52:21.345 INFO O| Oct 16 19:52:21.345 INFO STEP 84 (remove_files) COMPLETE
44002024-10-16T19:52:22.244Z[ recovery-image] Oct 16 19:52:21.345 INFO O| Oct 16 19:52:21.345 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-16T19:52:22.264Z[ recovery-image] Oct 16 19:52:21.365 INFO O| Oct 16 19:52:21.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44022024-10-16T19:52:22.264Z[ recovery-image] Oct 16 19:52:21.365 INFO O| Oct 16 19:52:21.365 INFO STEP 85 (remove_files) COMPLETE
44032024-10-16T19:52:22.267Z[ recovery-image] Oct 16 19:52:21.365 INFO O| Oct 16 19:52:21.365 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-16T19:52:22.282Z[ recovery-image] Oct 16 19:52:21.383 INFO O| Oct 16 19:52:21.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44052024-10-16T19:52:22.282Z[ recovery-image] Oct 16 19:52:21.383 INFO O| Oct 16 19:52:21.383 INFO STEP 86 (remove_files) COMPLETE
44062024-10-16T19:52:22.282Z[ recovery-image] Oct 16 19:52:21.383 INFO O| Oct 16 19:52:21.383 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-16T19:52:22.307Z[ recovery-image] Oct 16 19:52:21.406 INFO O| Oct 16 19:52:21.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44082024-10-16T19:52:22.312Z[ recovery-image] Oct 16 19:52:21.406 INFO O| Oct 16 19:52:21.406 INFO STEP 87 (remove_files) COMPLETE
44092024-10-16T19:52:22.313Z[ recovery-image] Oct 16 19:52:21.407 INFO O| Oct 16 19:52:21.406 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-16T19:52:22.327Z[ recovery-image] Oct 16 19:52:21.427 INFO O| Oct 16 19:52:21.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44112024-10-16T19:52:22.331Z[ recovery-image] Oct 16 19:52:21.427 INFO O| Oct 16 19:52:21.427 INFO STEP 88 (remove_files) COMPLETE
44122024-10-16T19:52:22.331Z[ recovery-image] Oct 16 19:52:21.428 INFO O| Oct 16 19:52:21.427 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-16T19:52:22.347Z[ recovery-image] Oct 16 19:52:21.447 INFO O| Oct 16 19:52:21.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44142024-10-16T19:52:22.364Z[ recovery-image] Oct 16 19:52:21.464 INFO O| Oct 16 19:52:21.464 INFO STEP 89 (remove_files) COMPLETE
44152024-10-16T19:52:22.364Z[ recovery-image] Oct 16 19:52:21.464 INFO O| Oct 16 19:52:21.464 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-16T19:52:22.432Z[ recovery-image] Oct 16 19:52:21.533 INFO O| Oct 16 19:52:21.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44172024-10-16T19:52:22.432Z[ recovery-image] Oct 16 19:52:21.533 INFO O| Oct 16 19:52:21.533 INFO STEP 90 (remove_files) COMPLETE
44182024-10-16T19:52:22.432Z[ recovery-image] Oct 16 19:52:21.533 INFO O| Oct 16 19:52:21.533 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-16T19:52:22.467Z[ recovery-image] Oct 16 19:52:21.568 INFO O| Oct 16 19:52:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44202024-10-16T19:52:22.471Z[ recovery-image] Oct 16 19:52:21.568 INFO O| Oct 16 19:52:21.568 INFO STEP 91 (remove_files) COMPLETE
44212024-10-16T19:52:22.471Z[ recovery-image] Oct 16 19:52:21.568 INFO O| Oct 16 19:52:21.568 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-16T19:52:22.490Z[ recovery-image] Oct 16 19:52:21.590 INFO O| Oct 16 19:52:21.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44232024-10-16T19:52:22.490Z[ recovery-image] Oct 16 19:52:21.590 INFO O| Oct 16 19:52:21.590 INFO STEP 92 (remove_files) COMPLETE
44242024-10-16T19:52:22.490Z[ recovery-image] Oct 16 19:52:21.590 INFO O| Oct 16 19:52:21.590 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-10-16T19:52:22.551Z[ host-image] Oct 16 19:52:21.651 INFO O| Oct 16 19:52:21.651 INFO O| Planning: Fetching manifests: 6/6 100% complete
44262024-10-16T19:52:22.561Z[ recovery-image] Oct 16 19:52:21.659 INFO O| Oct 16 19:52:21.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44272024-10-16T19:52:22.561Z[ recovery-image] Oct 16 19:52:21.660 INFO O| Oct 16 19:52:21.659 INFO STEP 93 (remove_files) COMPLETE
44282024-10-16T19:52:22.561Z[ recovery-image] Oct 16 19:52:21.660 INFO O| Oct 16 19:52:21.660 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-10-16T19:52:22.603Z[ recovery-image] Oct 16 19:52:21.701 INFO O| Oct 16 19:52:21.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44302024-10-16T19:52:22.603Z[ recovery-image] Oct 16 19:52:21.701 INFO O| Oct 16 19:52:21.701 INFO STEP 94 (remove_files) COMPLETE
44312024-10-16T19:52:22.603Z[ recovery-image] Oct 16 19:52:21.701 INFO O| Oct 16 19:52:21.701 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-10-16T19:52:22.624Z[ recovery-image] Oct 16 19:52:21.723 INFO O| Oct 16 19:52:21.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44332024-10-16T19:52:22.624Z[ recovery-image] Oct 16 19:52:21.723 INFO O| Oct 16 19:52:21.723 INFO STEP 95 (remove_files) COMPLETE
44342024-10-16T19:52:22.658Z[ recovery-image] Oct 16 19:52:21.723 INFO O| Oct 16 19:52:21.723 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-10-16T19:52:22.673Z[ recovery-image] Oct 16 19:52:21.744 INFO O| Oct 16 19:52:21.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44362024-10-16T19:52:22.673Z[ recovery-image] Oct 16 19:52:21.744 INFO O| Oct 16 19:52:21.744 INFO STEP 96 (remove_files) COMPLETE
44372024-10-16T19:52:22.673Z[ recovery-image] Oct 16 19:52:21.744 INFO O| Oct 16 19:52:21.744 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-10-16T19:52:22.676Z[ recovery-image] Oct 16 19:52:21.774 INFO O| Oct 16 19:52:21.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44392024-10-16T19:52:22.676Z[ recovery-image] Oct 16 19:52:21.774 INFO O| Oct 16 19:52:21.774 INFO STEP 97 (remove_files) COMPLETE
44402024-10-16T19:52:22.676Z[ recovery-image] Oct 16 19:52:21.774 INFO O| Oct 16 19:52:21.774 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-10-16T19:52:22.702Z[ host-image] Oct 16 19:52:21.803 INFO O| Oct 16 19:52:21.803 INFO O| Planning: Package planning ... Done
44422024-10-16T19:52:22.707Z[ recovery-image] Oct 16 19:52:21.807 INFO O| Oct 16 19:52:21.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44432024-10-16T19:52:22.709Z[ recovery-image] Oct 16 19:52:21.807 INFO O| Oct 16 19:52:21.807 INFO STEP 98 (remove_files) COMPLETE
44442024-10-16T19:52:22.712Z[ recovery-image] Oct 16 19:52:21.807 INFO O| Oct 16 19:52:21.807 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-10-16T19:52:22.750Z[ recovery-image] Oct 16 19:52:21.850 INFO O| Oct 16 19:52:21.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44462024-10-16T19:52:22.753Z[ recovery-image] Oct 16 19:52:21.851 INFO O| Oct 16 19:52:21.851 INFO STEP 99 (remove_files) COMPLETE
44472024-10-16T19:52:22.753Z[ recovery-image] Oct 16 19:52:21.851 INFO O| Oct 16 19:52:21.851 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-10-16T19:52:22.757Z[ host-image] Oct 16 19:52:21.857 INFO O| Oct 16 19:52:21.857 INFO O| Planning: Merging actions ... Done
44492024-10-16T19:52:22.783Z[ recovery-image] Oct 16 19:52:21.869 INFO O| Oct 16 19:52:21.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44502024-10-16T19:52:22.786Z[ recovery-image] Oct 16 19:52:21.870 INFO O| Oct 16 19:52:21.869 INFO STEP 100 (remove_files) COMPLETE
44512024-10-16T19:52:22.787Z[ recovery-image] Oct 16 19:52:21.870 INFO O| Oct 16 19:52:21.870 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-10-16T19:52:22.800Z[ recovery-image] Oct 16 19:52:21.901 INFO O| Oct 16 19:52:21.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44532024-10-16T19:52:22.800Z[ recovery-image] Oct 16 19:52:21.901 INFO O| Oct 16 19:52:21.901 INFO STEP 101 (remove_files) COMPLETE
44542024-10-16T19:52:22.800Z[ recovery-image] Oct 16 19:52:21.901 INFO O| Oct 16 19:52:21.901 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-16T19:52:22.820Z[ recovery-image] Oct 16 19:52:21.921 INFO O| Oct 16 19:52:21.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44562024-10-16T19:52:22.821Z[ recovery-image] Oct 16 19:52:21.921 INFO O| Oct 16 19:52:21.921 INFO STEP 102 (remove_files) COMPLETE
44572024-10-16T19:52:22.821Z[ recovery-image] Oct 16 19:52:21.921 INFO O| Oct 16 19:52:21.921 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-16T19:52:22.839Z[ recovery-image] Oct 16 19:52:21.939 INFO O| Oct 16 19:52:21.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44592024-10-16T19:52:22.840Z[ recovery-image] Oct 16 19:52:21.939 INFO O| Oct 16 19:52:21.939 INFO STEP 103 (remove_files) COMPLETE
44602024-10-16T19:52:22.846Z[ recovery-image] Oct 16 19:52:21.939 INFO O| Oct 16 19:52:21.939 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-16T19:52:22.857Z[ recovery-image] Oct 16 19:52:21.958 INFO O| Oct 16 19:52:21.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44622024-10-16T19:52:22.857Z[ recovery-image] Oct 16 19:52:21.958 INFO O| Oct 16 19:52:21.958 INFO STEP 104 (remove_files) COMPLETE
44632024-10-16T19:52:22.861Z[ recovery-image] Oct 16 19:52:21.958 INFO O| Oct 16 19:52:21.958 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-16T19:52:22.893Z[ recovery-image] Oct 16 19:52:21.994 INFO O| Oct 16 19:52:21.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44652024-10-16T19:52:22.895Z[ recovery-image] Oct 16 19:52:21.994 INFO O| Oct 16 19:52:21.994 INFO STEP 105 (remove_files) COMPLETE
44662024-10-16T19:52:22.895Z[ recovery-image] Oct 16 19:52:21.994 INFO O| Oct 16 19:52:21.994 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-16T19:52:22.918Z[ host-image] Oct 16 19:52:22.019 INFO O| Oct 16 19:52:22.019 INFO O| Planning: Checking for conflicting actions ... Done
44682024-10-16T19:52:22.925Z[ host-image] Oct 16 19:52:22.026 INFO O| Oct 16 19:52:22.026 INFO O| Planning: Consolidating action changes ... Done
44692024-10-16T19:52:22.951Z[ recovery-image] Oct 16 19:52:22.052 INFO O| Oct 16 19:52:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44702024-10-16T19:52:22.951Z[ recovery-image] Oct 16 19:52:22.052 INFO O| Oct 16 19:52:22.052 INFO STEP 106 (remove_files) COMPLETE
44712024-10-16T19:52:22.951Z[ recovery-image] Oct 16 19:52:22.052 INFO O| Oct 16 19:52:22.052 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-10-16T19:52:22.971Z[ recovery-image] Oct 16 19:52:22.072 INFO O| Oct 16 19:52:22.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44732024-10-16T19:52:22.971Z[ recovery-image] Oct 16 19:52:22.072 INFO O| Oct 16 19:52:22.072 INFO STEP 107 (remove_files) COMPLETE
44742024-10-16T19:52:22.974Z[ recovery-image] Oct 16 19:52:22.072 INFO O| Oct 16 19:52:22.072 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-10-16T19:52:23.010Z[ recovery-image] Oct 16 19:52:22.111 INFO O| Oct 16 19:52:22.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44762024-10-16T19:52:23.010Z[ recovery-image] Oct 16 19:52:22.111 INFO O| Oct 16 19:52:22.111 INFO STEP 108 (remove_files) COMPLETE
44772024-10-16T19:52:23.011Z[ recovery-image] Oct 16 19:52:22.111 INFO O| Oct 16 19:52:22.111 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-10-16T19:52:23.046Z[ recovery-image] Oct 16 19:52:22.146 INFO O| Oct 16 19:52:22.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44792024-10-16T19:52:23.050Z[ recovery-image] Oct 16 19:52:22.147 INFO O| Oct 16 19:52:22.146 INFO STEP 109 (remove_files) COMPLETE
44802024-10-16T19:52:23.051Z[ recovery-image] Oct 16 19:52:22.147 INFO O| Oct 16 19:52:22.147 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-10-16T19:52:23.069Z[ recovery-image] Oct 16 19:52:22.169 INFO O| Oct 16 19:52:22.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44822024-10-16T19:52:23.074Z[ recovery-image] Oct 16 19:52:22.169 INFO O| Oct 16 19:52:22.169 INFO STEP 110 (remove_files) COMPLETE
44832024-10-16T19:52:23.074Z[ recovery-image] Oct 16 19:52:22.169 INFO O| Oct 16 19:52:22.169 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-10-16T19:52:23.110Z[ recovery-image] Oct 16 19:52:22.209 INFO O| Oct 16 19:52:22.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44852024-10-16T19:52:23.115Z[ recovery-image] Oct 16 19:52:22.209 INFO O| Oct 16 19:52:22.209 INFO STEP 111 (remove_files) COMPLETE
44862024-10-16T19:52:23.115Z[ recovery-image] Oct 16 19:52:22.209 INFO O| Oct 16 19:52:22.209 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-10-16T19:52:23.129Z[ recovery-image] Oct 16 19:52:22.230 INFO O| Oct 16 19:52:22.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44882024-10-16T19:52:23.133Z[ recovery-image] Oct 16 19:52:22.230 INFO O| Oct 16 19:52:22.230 INFO STEP 112 (remove_files) COMPLETE
44892024-10-16T19:52:23.134Z[ recovery-image] Oct 16 19:52:22.230 INFO O| Oct 16 19:52:22.230 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-10-16T19:52:23.148Z[ recovery-image] Oct 16 19:52:22.248 INFO O| Oct 16 19:52:22.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44912024-10-16T19:52:23.154Z[ recovery-image] Oct 16 19:52:22.248 INFO O| Oct 16 19:52:22.248 INFO STEP 113 (remove_files) COMPLETE
44922024-10-16T19:52:23.154Z[ recovery-image] Oct 16 19:52:22.249 INFO O| Oct 16 19:52:22.248 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-16T19:52:23.167Z[ recovery-image] Oct 16 19:52:22.267 INFO O| Oct 16 19:52:22.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44942024-10-16T19:52:23.170Z[ recovery-image] Oct 16 19:52:22.267 INFO O| Oct 16 19:52:22.267 INFO STEP 114 (remove_files) COMPLETE
44952024-10-16T19:52:23.170Z[ recovery-image] Oct 16 19:52:22.267 INFO O| Oct 16 19:52:22.267 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-10-16T19:52:23.220Z[ recovery-image] Oct 16 19:52:22.321 INFO O| Oct 16 19:52:22.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44972024-10-16T19:52:23.223Z[ recovery-image] Oct 16 19:52:22.321 INFO O| Oct 16 19:52:22.321 INFO STEP 115 (remove_files) COMPLETE
44982024-10-16T19:52:23.224Z[ recovery-image] Oct 16 19:52:22.321 INFO O| Oct 16 19:52:22.321 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-10-16T19:52:23.239Z[ recovery-image] Oct 16 19:52:22.339 INFO O| Oct 16 19:52:22.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
45002024-10-16T19:52:23.239Z[ recovery-image] Oct 16 19:52:22.340 INFO O| Oct 16 19:52:22.340 INFO STEP 116 (remove_files) COMPLETE
45012024-10-16T19:52:23.242Z[ recovery-image] Oct 16 19:52:22.340 INFO O| Oct 16 19:52:22.340 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-10-16T19:52:23.264Z[ recovery-image] Oct 16 19:52:22.365 INFO O| Oct 16 19:52:22.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
45032024-10-16T19:52:23.267Z[ recovery-image] Oct 16 19:52:22.365 INFO O| Oct 16 19:52:22.365 INFO STEP 117 (remove_files) COMPLETE
45042024-10-16T19:52:23.267Z[ recovery-image] Oct 16 19:52:22.365 INFO O| Oct 16 19:52:22.365 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-10-16T19:52:23.283Z[ recovery-image] Oct 16 19:52:22.384 INFO O| Oct 16 19:52:22.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45062024-10-16T19:52:23.286Z[ recovery-image] Oct 16 19:52:22.384 INFO O| Oct 16 19:52:22.384 INFO STEP 118 (remove_files) COMPLETE
45072024-10-16T19:52:23.286Z[ recovery-image] Oct 16 19:52:22.384 INFO O| Oct 16 19:52:22.384 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-10-16T19:52:23.286Z[ host-image] Oct 16 19:52:22.387 INFO O| Oct 16 19:52:22.387 INFO O| Planning: Evaluating mediators ... Done
45092024-10-16T19:52:23.291Z[ host-image] Oct 16 19:52:22.392 INFO O| Oct 16 19:52:22.392 INFO O| Planning: Planning completed in 4.81 seconds
45102024-10-16T19:52:23.294Z[ host-image] Oct 16 19:52:22.395 INFO O| Oct 16 19:52:22.395 INFO O| Packages to install: 6
45112024-10-16T19:52:23.294Z[ host-image] Oct 16 19:52:22.395 INFO O| Oct 16 19:52:22.395 INFO O| Mediators to change: 1
45122024-10-16T19:52:23.294Z[ host-image] Oct 16 19:52:22.395 INFO O| Oct 16 19:52:22.395 INFO O| Services to change: 1
45132024-10-16T19:52:23.303Z[ recovery-image] Oct 16 19:52:22.404 INFO O| Oct 16 19:52:22.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45142024-10-16T19:52:23.307Z[ recovery-image] Oct 16 19:52:22.405 INFO O| Oct 16 19:52:22.405 INFO STEP 119 (remove_files) COMPLETE
45152024-10-16T19:52:23.307Z[ recovery-image] Oct 16 19:52:22.405 INFO O| Oct 16 19:52:22.405 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-16T19:52:23.323Z[ recovery-image] Oct 16 19:52:22.424 INFO O| Oct 16 19:52:22.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45172024-10-16T19:52:23.328Z[ host-image] Oct 16 19:52:22.425 INFO O| Oct 16 19:52:22.425 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
45182024-10-16T19:52:23.350Z[ recovery-image] Oct 16 19:52:22.449 INFO O| Oct 16 19:52:22.449 INFO STEP 120 (remove_files) COMPLETE
45192024-10-16T19:52:23.351Z[ recovery-image] Oct 16 19:52:22.449 INFO O| Oct 16 19:52:22.449 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-16T19:52:23.371Z[ recovery-image] Oct 16 19:52:22.469 INFO O| Oct 16 19:52:22.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45212024-10-16T19:52:23.371Z[ recovery-image] Oct 16 19:52:22.469 INFO O| Oct 16 19:52:22.469 INFO STEP 121 (remove_files) COMPLETE
45222024-10-16T19:52:23.388Z[ recovery-image] Oct 16 19:52:22.469 INFO O| Oct 16 19:52:22.469 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-16T19:52:23.397Z[ recovery-image] Oct 16 19:52:22.486 INFO O| Oct 16 19:52:22.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45242024-10-16T19:52:23.397Z[ recovery-image] Oct 16 19:52:22.486 INFO O| Oct 16 19:52:22.486 INFO STEP 122 (remove_files) COMPLETE
45252024-10-16T19:52:23.397Z[ recovery-image] Oct 16 19:52:22.486 INFO O| Oct 16 19:52:22.486 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-16T19:52:23.404Z[ recovery-image] Oct 16 19:52:22.504 INFO O| Oct 16 19:52:22.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45272024-10-16T19:52:23.407Z[ recovery-image] Oct 16 19:52:22.505 INFO O| Oct 16 19:52:22.505 INFO STEP 123 (remove_files) COMPLETE
45282024-10-16T19:52:23.407Z[ recovery-image] Oct 16 19:52:22.505 INFO O| Oct 16 19:52:22.505 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-16T19:52:23.441Z[ recovery-image] Oct 16 19:52:22.540 INFO O| Oct 16 19:52:22.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45302024-10-16T19:52:23.442Z[ recovery-image] Oct 16 19:52:22.540 INFO O| Oct 16 19:52:22.540 INFO STEP 124 (remove_files) COMPLETE
45312024-10-16T19:52:23.443Z[ recovery-image] Oct 16 19:52:22.540 INFO O| Oct 16 19:52:22.540 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-16T19:52:23.478Z[ recovery-image] Oct 16 19:52:22.579 INFO O| Oct 16 19:52:22.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45332024-10-16T19:52:23.478Z[ recovery-image] Oct 16 19:52:22.579 INFO O| Oct 16 19:52:22.579 INFO STEP 125 (remove_files) COMPLETE
45342024-10-16T19:52:23.481Z[ recovery-image] Oct 16 19:52:22.579 INFO O| Oct 16 19:52:22.579 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-16T19:52:23.496Z[ recovery-image] Oct 16 19:52:22.597 INFO O| Oct 16 19:52:22.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45362024-10-16T19:52:23.496Z[ recovery-image] Oct 16 19:52:22.597 INFO O| Oct 16 19:52:22.597 INFO STEP 126 (remove_files) COMPLETE
45372024-10-16T19:52:23.497Z[ recovery-image] Oct 16 19:52:22.597 INFO O| Oct 16 19:52:22.597 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-16T19:52:23.515Z[ recovery-image] Oct 16 19:52:22.616 INFO O| Oct 16 19:52:22.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45392024-10-16T19:52:23.515Z[ recovery-image] Oct 16 19:52:22.616 INFO O| Oct 16 19:52:22.616 INFO STEP 127 (remove_files) COMPLETE
45402024-10-16T19:52:23.515Z[ recovery-image] Oct 16 19:52:22.616 INFO O| Oct 16 19:52:22.616 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-16T19:52:23.533Z[ recovery-image] Oct 16 19:52:22.633 INFO O| Oct 16 19:52:22.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45422024-10-16T19:52:23.533Z[ recovery-image] Oct 16 19:52:22.633 INFO O| Oct 16 19:52:22.633 INFO STEP 128 (remove_files) COMPLETE
45432024-10-16T19:52:23.534Z[ recovery-image] Oct 16 19:52:22.633 INFO O| Oct 16 19:52:22.633 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-16T19:52:23.552Z[ recovery-image] Oct 16 19:52:22.652 INFO O| Oct 16 19:52:22.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45452024-10-16T19:52:23.552Z[ recovery-image] Oct 16 19:52:22.652 INFO O| Oct 16 19:52:22.652 INFO STEP 129 (remove_files) COMPLETE
45462024-10-16T19:52:23.552Z[ recovery-image] Oct 16 19:52:22.652 INFO O| Oct 16 19:52:22.652 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-16T19:52:23.571Z[ recovery-image] Oct 16 19:52:22.672 INFO O| Oct 16 19:52:22.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45482024-10-16T19:52:23.571Z[ recovery-image] Oct 16 19:52:22.672 INFO O| Oct 16 19:52:22.672 INFO STEP 130 (remove_files) COMPLETE
45492024-10-16T19:52:23.571Z[ recovery-image] Oct 16 19:52:22.672 INFO O| Oct 16 19:52:22.672 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-16T19:52:23.590Z[ recovery-image] Oct 16 19:52:22.691 INFO O| Oct 16 19:52:22.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45512024-10-16T19:52:23.595Z[ recovery-image] Oct 16 19:52:22.696 INFO O| Oct 16 19:52:22.696 INFO STEP 131 (remove_files) COMPLETE
45522024-10-16T19:52:23.598Z[ recovery-image] Oct 16 19:52:22.696 INFO O| Oct 16 19:52:22.696 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-16T19:52:23.664Z[ recovery-image] Oct 16 19:52:22.764 INFO O| Oct 16 19:52:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45542024-10-16T19:52:23.664Z[ recovery-image] Oct 16 19:52:22.765 INFO O| Oct 16 19:52:22.765 INFO STEP 132 (remove_files) COMPLETE
45552024-10-16T19:52:23.667Z[ recovery-image] Oct 16 19:52:22.765 INFO O| Oct 16 19:52:22.765 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-16T19:52:23.683Z[ recovery-image] Oct 16 19:52:22.784 INFO O| Oct 16 19:52:22.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45572024-10-16T19:52:23.683Z[ recovery-image] Oct 16 19:52:22.784 INFO O| Oct 16 19:52:22.784 INFO STEP 133 (remove_files) COMPLETE
45582024-10-16T19:52:23.683Z[ recovery-image] Oct 16 19:52:22.784 INFO O| Oct 16 19:52:22.784 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-16T19:52:23.701Z[ recovery-image] Oct 16 19:52:22.802 INFO O| Oct 16 19:52:22.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45602024-10-16T19:52:23.701Z[ recovery-image] Oct 16 19:52:22.802 INFO O| Oct 16 19:52:22.802 INFO STEP 134 (remove_files) COMPLETE
45612024-10-16T19:52:23.701Z[ recovery-image] Oct 16 19:52:22.802 INFO O| Oct 16 19:52:22.802 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-16T19:52:23.724Z[ recovery-image] Oct 16 19:52:22.825 INFO O| Oct 16 19:52:22.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45632024-10-16T19:52:23.724Z[ recovery-image] Oct 16 19:52:22.825 INFO O| Oct 16 19:52:22.825 INFO STEP 135 (remove_files) COMPLETE
45642024-10-16T19:52:23.724Z[ recovery-image] Oct 16 19:52:22.825 INFO O| Oct 16 19:52:22.825 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-16T19:52:23.743Z[ recovery-image] Oct 16 19:52:22.844 INFO O| Oct 16 19:52:22.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45662024-10-16T19:52:23.746Z[ recovery-image] Oct 16 19:52:22.844 INFO O| Oct 16 19:52:22.844 INFO STEP 136 (remove_files) COMPLETE
45672024-10-16T19:52:23.746Z[ recovery-image] Oct 16 19:52:22.844 INFO O| Oct 16 19:52:22.844 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-16T19:52:23.763Z[ recovery-image] Oct 16 19:52:22.864 INFO O| Oct 16 19:52:22.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45692024-10-16T19:52:23.763Z[ recovery-image] Oct 16 19:52:22.864 INFO O| Oct 16 19:52:22.864 INFO STEP 137 (remove_files) COMPLETE
45702024-10-16T19:52:23.763Z[ recovery-image] Oct 16 19:52:22.864 INFO O| Oct 16 19:52:22.864 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-16T19:52:23.782Z[ recovery-image] Oct 16 19:52:22.883 INFO O| Oct 16 19:52:22.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45722024-10-16T19:52:23.782Z[ recovery-image] Oct 16 19:52:22.883 INFO O| Oct 16 19:52:22.883 INFO STEP 138 (remove_files) COMPLETE
45732024-10-16T19:52:23.783Z[ recovery-image] Oct 16 19:52:22.883 INFO O| Oct 16 19:52:22.883 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-16T19:52:23.800Z[ recovery-image] Oct 16 19:52:22.901 INFO O| Oct 16 19:52:22.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45752024-10-16T19:52:23.800Z[ recovery-image] Oct 16 19:52:22.901 INFO O| Oct 16 19:52:22.901 INFO STEP 139 (remove_files) COMPLETE
45762024-10-16T19:52:23.800Z[ recovery-image] Oct 16 19:52:22.901 INFO O| Oct 16 19:52:22.901 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-16T19:52:23.819Z[ recovery-image] Oct 16 19:52:22.920 INFO O| Oct 16 19:52:22.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45782024-10-16T19:52:23.819Z[ recovery-image] Oct 16 19:52:22.920 INFO O| Oct 16 19:52:22.920 INFO STEP 140 (remove_files) COMPLETE
45792024-10-16T19:52:23.819Z[ recovery-image] Oct 16 19:52:22.920 INFO O| Oct 16 19:52:22.920 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-16T19:52:23.836Z[ recovery-image] Oct 16 19:52:22.937 INFO O| Oct 16 19:52:22.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45812024-10-16T19:52:23.837Z[ recovery-image] Oct 16 19:52:22.937 INFO O| Oct 16 19:52:22.937 INFO STEP 141 (remove_files) COMPLETE
45822024-10-16T19:52:23.837Z[ recovery-image] Oct 16 19:52:22.937 INFO O| Oct 16 19:52:22.937 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-16T19:52:23.897Z[ recovery-image] Oct 16 19:52:22.998 INFO O| Oct 16 19:52:22.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45842024-10-16T19:52:23.900Z[ recovery-image] Oct 16 19:52:22.998 INFO O| Oct 16 19:52:22.998 INFO STEP 142 (remove_files) COMPLETE
45852024-10-16T19:52:23.900Z[ recovery-image] Oct 16 19:52:22.998 INFO O| Oct 16 19:52:22.998 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-16T19:52:23.919Z[ recovery-image] Oct 16 19:52:23.019 INFO O| Oct 16 19:52:23.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45872024-10-16T19:52:23.919Z[ recovery-image] Oct 16 19:52:23.019 INFO O| Oct 16 19:52:23.019 INFO STEP 143 (remove_files) COMPLETE
45882024-10-16T19:52:23.919Z[ recovery-image] Oct 16 19:52:23.019 INFO O| Oct 16 19:52:23.019 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-16T19:52:23.944Z[ recovery-image] Oct 16 19:52:23.044 INFO O| Oct 16 19:52:23.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45902024-10-16T19:52:23.944Z[ recovery-image] Oct 16 19:52:23.044 INFO O| Oct 16 19:52:23.044 INFO STEP 144 (remove_files) COMPLETE
45912024-10-16T19:52:23.944Z[ recovery-image] Oct 16 19:52:23.044 INFO O| Oct 16 19:52:23.044 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-16T19:52:23.965Z[ recovery-image] Oct 16 19:52:23.065 INFO O| Oct 16 19:52:23.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45932024-10-16T19:52:23.965Z[ recovery-image] Oct 16 19:52:23.065 INFO O| Oct 16 19:52:23.065 INFO STEP 145 (remove_files) COMPLETE
45942024-10-16T19:52:23.966Z[ recovery-image] Oct 16 19:52:23.066 INFO O| Oct 16 19:52:23.065 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-16T19:52:23.987Z[ recovery-image] Oct 16 19:52:23.088 INFO O| Oct 16 19:52:23.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45962024-10-16T19:52:23.987Z[ recovery-image] Oct 16 19:52:23.088 INFO O| Oct 16 19:52:23.088 INFO STEP 146 (remove_files) COMPLETE
45972024-10-16T19:52:23.987Z[ recovery-image] Oct 16 19:52:23.088 INFO O| Oct 16 19:52:23.088 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-16T19:52:24.031Z[ recovery-image] Oct 16 19:52:23.132 INFO O| Oct 16 19:52:23.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45992024-10-16T19:52:24.035Z[ recovery-image] Oct 16 19:52:23.132 INFO O| Oct 16 19:52:23.132 INFO STEP 147 (remove_files) COMPLETE
46002024-10-16T19:52:24.035Z[ recovery-image] Oct 16 19:52:23.132 INFO O| Oct 16 19:52:23.132 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-16T19:52:24.050Z[ recovery-image] Oct 16 19:52:23.151 INFO O| Oct 16 19:52:23.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
46022024-10-16T19:52:24.055Z[ recovery-image] Oct 16 19:52:23.151 INFO O| Oct 16 19:52:23.151 INFO STEP 148 (remove_files) COMPLETE
46032024-10-16T19:52:24.055Z[ recovery-image] Oct 16 19:52:23.151 INFO O| Oct 16 19:52:23.151 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-16T19:52:24.069Z[ recovery-image] Oct 16 19:52:23.170 INFO O| Oct 16 19:52:23.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
46052024-10-16T19:52:24.072Z[ recovery-image] Oct 16 19:52:23.170 INFO O| Oct 16 19:52:23.170 INFO STEP 149 (remove_files) COMPLETE
46062024-10-16T19:52:24.073Z[ recovery-image] Oct 16 19:52:23.170 INFO O| Oct 16 19:52:23.170 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-16T19:52:24.088Z[ recovery-image] Oct 16 19:52:23.189 INFO O| Oct 16 19:52:23.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
46082024-10-16T19:52:24.091Z[ recovery-image] Oct 16 19:52:23.189 INFO O| Oct 16 19:52:23.189 INFO STEP 150 (remove_files) COMPLETE
46092024-10-16T19:52:24.091Z[ recovery-image] Oct 16 19:52:23.189 INFO O| Oct 16 19:52:23.189 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-16T19:52:24.107Z[ recovery-image] Oct 16 19:52:23.208 INFO O| Oct 16 19:52:23.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46112024-10-16T19:52:24.110Z[ recovery-image] Oct 16 19:52:23.208 INFO O| Oct 16 19:52:23.208 INFO STEP 151 (remove_files) COMPLETE
46122024-10-16T19:52:24.110Z[ recovery-image] Oct 16 19:52:23.208 INFO O| Oct 16 19:52:23.208 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-16T19:52:24.143Z[ recovery-image] Oct 16 19:52:23.243 INFO O| Oct 16 19:52:23.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46142024-10-16T19:52:24.143Z[ recovery-image] Oct 16 19:52:23.243 INFO O| Oct 16 19:52:23.243 INFO STEP 152 (remove_files) COMPLETE
46152024-10-16T19:52:24.143Z[ recovery-image] Oct 16 19:52:23.243 INFO O| Oct 16 19:52:23.243 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-16T19:52:24.180Z[ recovery-image] Oct 16 19:52:23.280 INFO O| Oct 16 19:52:23.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46172024-10-16T19:52:24.180Z[ recovery-image] Oct 16 19:52:23.280 INFO O| Oct 16 19:52:23.280 INFO STEP 153 (remove_files) COMPLETE
46182024-10-16T19:52:24.180Z[ recovery-image] Oct 16 19:52:23.280 INFO O| Oct 16 19:52:23.280 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-16T19:52:24.220Z[ recovery-image] Oct 16 19:52:23.318 INFO O| Oct 16 19:52:23.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46202024-10-16T19:52:24.220Z[ recovery-image] Oct 16 19:52:23.318 INFO O| Oct 16 19:52:23.318 INFO STEP 154 (remove_files) COMPLETE
46212024-10-16T19:52:24.220Z[ recovery-image] Oct 16 19:52:23.318 INFO O| Oct 16 19:52:23.318 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-16T19:52:24.238Z[ recovery-image] Oct 16 19:52:23.338 INFO O| Oct 16 19:52:23.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46232024-10-16T19:52:24.238Z[ recovery-image] Oct 16 19:52:23.338 INFO O| Oct 16 19:52:23.338 INFO STEP 155 (remove_files) COMPLETE
46242024-10-16T19:52:24.238Z[ recovery-image] Oct 16 19:52:23.338 INFO O| Oct 16 19:52:23.338 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-16T19:52:24.257Z[ recovery-image] Oct 16 19:52:23.357 INFO O| Oct 16 19:52:23.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46262024-10-16T19:52:24.280Z[ recovery-image] Oct 16 19:52:23.381 INFO O| Oct 16 19:52:23.381 INFO STEP 156 (remove_files) COMPLETE
46272024-10-16T19:52:24.280Z[ recovery-image] Oct 16 19:52:23.381 INFO O| Oct 16 19:52:23.381 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-16T19:52:24.318Z[ recovery-image] Oct 16 19:52:23.418 INFO O| Oct 16 19:52:23.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46292024-10-16T19:52:24.318Z[ recovery-image] Oct 16 19:52:23.418 INFO O| Oct 16 19:52:23.418 INFO STEP 157 (remove_files) COMPLETE
46302024-10-16T19:52:24.321Z[ recovery-image] Oct 16 19:52:23.418 INFO O| Oct 16 19:52:23.418 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-16T19:52:24.354Z[ recovery-image] Oct 16 19:52:23.454 INFO O| Oct 16 19:52:23.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46322024-10-16T19:52:24.354Z[ recovery-image] Oct 16 19:52:23.454 INFO O| Oct 16 19:52:23.454 INFO STEP 158 (remove_files) COMPLETE
46332024-10-16T19:52:24.358Z[ recovery-image] Oct 16 19:52:23.454 INFO O| Oct 16 19:52:23.454 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-16T19:52:24.372Z[ recovery-image] Oct 16 19:52:23.472 INFO O| Oct 16 19:52:23.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46352024-10-16T19:52:24.372Z[ recovery-image] Oct 16 19:52:23.473 INFO O| Oct 16 19:52:23.472 INFO STEP 159 (remove_files) COMPLETE
46362024-10-16T19:52:24.375Z[ recovery-image] Oct 16 19:52:23.473 INFO O| Oct 16 19:52:23.472 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-16T19:52:24.389Z[ recovery-image] Oct 16 19:52:23.490 INFO O| Oct 16 19:52:23.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46382024-10-16T19:52:24.389Z[ recovery-image] Oct 16 19:52:23.490 INFO O| Oct 16 19:52:23.490 INFO STEP 160 (remove_files) COMPLETE
46392024-10-16T19:52:24.389Z[ recovery-image] Oct 16 19:52:23.490 INFO O| Oct 16 19:52:23.490 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-16T19:52:24.406Z[ recovery-image] Oct 16 19:52:23.507 INFO O| Oct 16 19:52:23.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46412024-10-16T19:52:24.406Z[ recovery-image] Oct 16 19:52:23.507 INFO O| Oct 16 19:52:23.507 INFO STEP 161 (remove_files) COMPLETE
46422024-10-16T19:52:24.410Z[ recovery-image] Oct 16 19:52:23.507 INFO O| Oct 16 19:52:23.507 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-16T19:52:24.424Z[ recovery-image] Oct 16 19:52:23.524 INFO O| Oct 16 19:52:23.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46442024-10-16T19:52:24.424Z[ recovery-image] Oct 16 19:52:23.525 INFO O| Oct 16 19:52:23.524 INFO STEP 162 (remove_files) COMPLETE
46452024-10-16T19:52:24.426Z[ recovery-image] Oct 16 19:52:23.525 INFO O| Oct 16 19:52:23.525 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-16T19:52:24.441Z[ recovery-image] Oct 16 19:52:23.542 INFO O| Oct 16 19:52:23.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46472024-10-16T19:52:24.444Z[ recovery-image] Oct 16 19:52:23.542 INFO O| Oct 16 19:52:23.542 INFO STEP 163 (remove_files) COMPLETE
46482024-10-16T19:52:24.444Z[ recovery-image] Oct 16 19:52:23.542 INFO O| Oct 16 19:52:23.542 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-16T19:52:24.458Z[ recovery-image] Oct 16 19:52:23.559 INFO O| Oct 16 19:52:23.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46502024-10-16T19:52:24.458Z[ recovery-image] Oct 16 19:52:23.559 INFO O| Oct 16 19:52:23.559 INFO STEP 164 (remove_files) COMPLETE
46512024-10-16T19:52:24.462Z[ recovery-image] Oct 16 19:52:23.559 INFO O| Oct 16 19:52:23.559 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-16T19:52:24.476Z[ recovery-image] Oct 16 19:52:23.576 INFO O| Oct 16 19:52:23.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46532024-10-16T19:52:24.476Z[ recovery-image] Oct 16 19:52:23.576 INFO O| Oct 16 19:52:23.576 INFO STEP 165 (remove_files) COMPLETE
46542024-10-16T19:52:24.479Z[ recovery-image] Oct 16 19:52:23.576 INFO O| Oct 16 19:52:23.576 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-16T19:52:24.504Z[ recovery-image] Oct 16 19:52:23.604 INFO O| Oct 16 19:52:23.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46562024-10-16T19:52:24.506Z[ recovery-image] Oct 16 19:52:23.604 INFO O| Oct 16 19:52:23.604 INFO STEP 166 (remove_files) COMPLETE
46572024-10-16T19:52:24.506Z[ recovery-image] Oct 16 19:52:23.605 INFO O| Oct 16 19:52:23.604 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-16T19:52:24.541Z[ recovery-image] Oct 16 19:52:23.642 INFO O| Oct 16 19:52:23.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46592024-10-16T19:52:24.545Z[ recovery-image] Oct 16 19:52:23.642 INFO O| Oct 16 19:52:23.642 INFO STEP 167 (remove_files) COMPLETE
46602024-10-16T19:52:24.545Z[ recovery-image] Oct 16 19:52:23.642 INFO O| Oct 16 19:52:23.642 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-16T19:52:24.559Z[ recovery-image] Oct 16 19:52:23.660 INFO O| Oct 16 19:52:23.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46622024-10-16T19:52:24.559Z[ recovery-image] Oct 16 19:52:23.660 INFO O| Oct 16 19:52:23.660 INFO STEP 168 (remove_files) COMPLETE
46632024-10-16T19:52:24.564Z[ recovery-image] Oct 16 19:52:23.660 INFO O| Oct 16 19:52:23.660 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-16T19:52:24.579Z[ recovery-image] Oct 16 19:52:23.677 INFO O| Oct 16 19:52:23.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46652024-10-16T19:52:24.579Z[ recovery-image] Oct 16 19:52:23.678 INFO O| Oct 16 19:52:23.677 INFO STEP 169 (remove_files) COMPLETE
46662024-10-16T19:52:24.582Z[ recovery-image] Oct 16 19:52:23.678 INFO O| Oct 16 19:52:23.678 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-16T19:52:24.594Z[ recovery-image] Oct 16 19:52:23.695 INFO O| Oct 16 19:52:23.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46682024-10-16T19:52:24.594Z[ recovery-image] Oct 16 19:52:23.695 INFO O| Oct 16 19:52:23.695 INFO STEP 170 (remove_files) COMPLETE
46692024-10-16T19:52:24.598Z[ recovery-image] Oct 16 19:52:23.695 INFO O| Oct 16 19:52:23.695 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-16T19:52:24.627Z[ recovery-image] Oct 16 19:52:23.727 INFO O| Oct 16 19:52:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46712024-10-16T19:52:24.627Z[ recovery-image] Oct 16 19:52:23.727 INFO O| Oct 16 19:52:23.727 INFO STEP 171 (remove_files) COMPLETE
46722024-10-16T19:52:24.630Z[ recovery-image] Oct 16 19:52:23.727 INFO O| Oct 16 19:52:23.727 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-16T19:52:24.669Z[ recovery-image] Oct 16 19:52:23.769 INFO O| Oct 16 19:52:23.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46742024-10-16T19:52:24.672Z[ recovery-image] Oct 16 19:52:23.770 INFO O| Oct 16 19:52:23.770 INFO STEP 172 (remove_files) COMPLETE
46752024-10-16T19:52:24.672Z[ recovery-image] Oct 16 19:52:23.770 INFO O| Oct 16 19:52:23.770 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-16T19:52:24.700Z[ recovery-image] Oct 16 19:52:23.800 INFO O| Oct 16 19:52:23.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46772024-10-16T19:52:24.700Z[ recovery-image] Oct 16 19:52:23.800 INFO O| Oct 16 19:52:23.800 INFO STEP 173 (remove_files) COMPLETE
46782024-10-16T19:52:24.703Z[ recovery-image] Oct 16 19:52:23.800 INFO O| Oct 16 19:52:23.800 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-16T19:52:24.732Z[ recovery-image] Oct 16 19:52:23.832 INFO O| Oct 16 19:52:23.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46802024-10-16T19:52:24.732Z[ recovery-image] Oct 16 19:52:23.832 INFO O| Oct 16 19:52:23.832 INFO STEP 174 (remove_files) COMPLETE
46812024-10-16T19:52:24.732Z[ recovery-image] Oct 16 19:52:23.832 INFO O| Oct 16 19:52:23.832 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-16T19:52:24.753Z[ recovery-image] Oct 16 19:52:23.854 INFO O| Oct 16 19:52:23.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46832024-10-16T19:52:24.753Z[ recovery-image] Oct 16 19:52:23.854 INFO O| Oct 16 19:52:23.854 INFO STEP 175 (remove_files) COMPLETE
46842024-10-16T19:52:24.753Z[ recovery-image] Oct 16 19:52:23.854 INFO O| Oct 16 19:52:23.854 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-16T19:52:24.773Z[ recovery-image] Oct 16 19:52:23.873 INFO O| Oct 16 19:52:23.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46862024-10-16T19:52:24.773Z[ recovery-image] Oct 16 19:52:23.873 INFO O| Oct 16 19:52:23.873 INFO STEP 176 (remove_files) COMPLETE
46872024-10-16T19:52:24.776Z[ recovery-image] Oct 16 19:52:23.873 INFO O| Oct 16 19:52:23.873 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-16T19:52:24.792Z[ recovery-image] Oct 16 19:52:23.893 INFO O| Oct 16 19:52:23.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46892024-10-16T19:52:24.792Z[ recovery-image] Oct 16 19:52:23.893 INFO O| Oct 16 19:52:23.893 INFO STEP 177 (remove_files) COMPLETE
46902024-10-16T19:52:24.792Z[ recovery-image] Oct 16 19:52:23.893 INFO O| Oct 16 19:52:23.893 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-16T19:52:24.812Z[ recovery-image] Oct 16 19:52:23.912 INFO O| Oct 16 19:52:23.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46922024-10-16T19:52:24.815Z[ recovery-image] Oct 16 19:52:23.912 INFO O| Oct 16 19:52:23.912 INFO STEP 178 (remove_files) COMPLETE
46932024-10-16T19:52:24.815Z[ recovery-image] Oct 16 19:52:23.913 INFO O| Oct 16 19:52:23.912 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-16T19:52:24.831Z[ recovery-image] Oct 16 19:52:23.932 INFO O| Oct 16 19:52:23.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46952024-10-16T19:52:24.831Z[ recovery-image] Oct 16 19:52:23.932 INFO O| Oct 16 19:52:23.932 INFO STEP 179 (remove_files) COMPLETE
46962024-10-16T19:52:24.834Z[ recovery-image] Oct 16 19:52:23.932 INFO O| Oct 16 19:52:23.932 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-16T19:52:24.849Z[ recovery-image] Oct 16 19:52:23.950 INFO O| Oct 16 19:52:23.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46982024-10-16T19:52:24.849Z[ recovery-image] Oct 16 19:52:23.950 INFO O| Oct 16 19:52:23.950 INFO STEP 180 (remove_files) COMPLETE
46992024-10-16T19:52:24.859Z[ recovery-image] Oct 16 19:52:23.950 INFO O| Oct 16 19:52:23.950 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-16T19:52:24.868Z[ recovery-image] Oct 16 19:52:23.969 INFO O| Oct 16 19:52:23.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
47012024-10-16T19:52:24.885Z[ recovery-image] Oct 16 19:52:23.983 INFO O| Oct 16 19:52:23.983 INFO STEP 181 (remove_files) COMPLETE
47022024-10-16T19:52:24.885Z[ recovery-image] Oct 16 19:52:23.983 INFO O| Oct 16 19:52:23.983 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-10-16T19:52:24.935Z[ recovery-image] Oct 16 19:52:24.036 INFO O| Oct 16 19:52:24.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47042024-10-16T19:52:24.935Z[ recovery-image] Oct 16 19:52:24.036 INFO O| Oct 16 19:52:24.036 INFO STEP 182 (remove_files) COMPLETE
47052024-10-16T19:52:24.938Z[ recovery-image] Oct 16 19:52:24.036 INFO O| Oct 16 19:52:24.036 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-10-16T19:52:24.955Z[ recovery-image] Oct 16 19:52:24.055 INFO O| Oct 16 19:52:24.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47072024-10-16T19:52:24.955Z[ recovery-image] Oct 16 19:52:24.055 INFO O| Oct 16 19:52:24.055 INFO STEP 183 (remove_files) COMPLETE
47082024-10-16T19:52:24.955Z[ recovery-image] Oct 16 19:52:24.055 INFO O| Oct 16 19:52:24.055 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-10-16T19:52:24.974Z[ recovery-image] Oct 16 19:52:24.074 INFO O| Oct 16 19:52:24.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47102024-10-16T19:52:24.974Z[ recovery-image] Oct 16 19:52:24.074 INFO O| Oct 16 19:52:24.074 INFO STEP 184 (remove_files) COMPLETE
47112024-10-16T19:52:24.977Z[ recovery-image] Oct 16 19:52:24.074 INFO O| Oct 16 19:52:24.074 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-10-16T19:52:24.991Z[ recovery-image] Oct 16 19:52:24.091 INFO O| Oct 16 19:52:24.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47132024-10-16T19:52:24.991Z[ recovery-image] Oct 16 19:52:24.091 INFO O| Oct 16 19:52:24.091 INFO STEP 185 (remove_files) COMPLETE
47142024-10-16T19:52:24.994Z[ recovery-image] Oct 16 19:52:24.092 INFO O| Oct 16 19:52:24.091 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-10-16T19:52:25.008Z[ recovery-image] Oct 16 19:52:24.108 INFO O| Oct 16 19:52:24.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47162024-10-16T19:52:25.008Z[ recovery-image] Oct 16 19:52:24.109 INFO O| Oct 16 19:52:24.108 INFO STEP 186 (remove_files) COMPLETE
47172024-10-16T19:52:25.008Z[ recovery-image] Oct 16 19:52:24.109 INFO O| Oct 16 19:52:24.109 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-10-16T19:52:25.028Z[ recovery-image] Oct 16 19:52:24.128 INFO O| Oct 16 19:52:24.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47192024-10-16T19:52:25.029Z[ recovery-image] Oct 16 19:52:24.128 INFO O| Oct 16 19:52:24.128 INFO STEP 187 (remove_files) COMPLETE
47202024-10-16T19:52:25.029Z[ recovery-image] Oct 16 19:52:24.128 INFO O| Oct 16 19:52:24.128 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-16T19:52:25.062Z[ recovery-image] Oct 16 19:52:24.162 INFO O| Oct 16 19:52:24.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47222024-10-16T19:52:25.062Z[ recovery-image] Oct 16 19:52:24.162 INFO O| Oct 16 19:52:24.162 INFO STEP 188 (remove_files) COMPLETE
47232024-10-16T19:52:25.065Z[ recovery-image] Oct 16 19:52:24.162 INFO O| Oct 16 19:52:24.162 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-10-16T19:52:25.082Z[ recovery-image] Oct 16 19:52:24.183 INFO O| Oct 16 19:52:24.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47252024-10-16T19:52:25.082Z[ recovery-image] Oct 16 19:52:24.183 INFO O| Oct 16 19:52:24.183 INFO STEP 189 (remove_files) COMPLETE
47262024-10-16T19:52:25.086Z[ recovery-image] Oct 16 19:52:24.183 INFO O| Oct 16 19:52:24.183 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-10-16T19:52:25.102Z[ recovery-image] Oct 16 19:52:24.202 INFO O| Oct 16 19:52:24.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47282024-10-16T19:52:25.102Z[ recovery-image] Oct 16 19:52:24.202 INFO O| Oct 16 19:52:24.202 INFO STEP 190 (remove_files) COMPLETE
47292024-10-16T19:52:25.105Z[ recovery-image] Oct 16 19:52:24.202 INFO O| Oct 16 19:52:24.202 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-10-16T19:52:25.120Z[ recovery-image] Oct 16 19:52:24.220 INFO O| Oct 16 19:52:24.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47312024-10-16T19:52:25.120Z[ recovery-image] Oct 16 19:52:24.220 INFO O| Oct 16 19:52:24.220 INFO STEP 191 (remove_files) COMPLETE
47322024-10-16T19:52:25.123Z[ recovery-image] Oct 16 19:52:24.220 INFO O| Oct 16 19:52:24.220 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-10-16T19:52:25.138Z[ recovery-image] Oct 16 19:52:24.238 INFO O| Oct 16 19:52:24.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47342024-10-16T19:52:25.138Z[ recovery-image] Oct 16 19:52:24.238 INFO O| Oct 16 19:52:24.238 INFO STEP 192 (remove_files) COMPLETE
47352024-10-16T19:52:25.138Z[ recovery-image] Oct 16 19:52:24.238 INFO O| Oct 16 19:52:24.238 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-10-16T19:52:25.174Z[ recovery-image] Oct 16 19:52:24.274 INFO O| Oct 16 19:52:24.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47372024-10-16T19:52:25.174Z[ recovery-image] Oct 16 19:52:24.275 INFO O| Oct 16 19:52:24.274 INFO STEP 193 (remove_files) COMPLETE
47382024-10-16T19:52:25.174Z[ recovery-image] Oct 16 19:52:24.275 INFO O| Oct 16 19:52:24.274 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-10-16T19:52:25.192Z[ recovery-image] Oct 16 19:52:24.292 INFO O| Oct 16 19:52:24.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47402024-10-16T19:52:25.192Z[ recovery-image] Oct 16 19:52:24.292 INFO O| Oct 16 19:52:24.292 INFO STEP 194 (remove_files) COMPLETE
47412024-10-16T19:52:25.192Z[ recovery-image] Oct 16 19:52:24.292 INFO O| Oct 16 19:52:24.292 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-10-16T19:52:25.209Z[ recovery-image] Oct 16 19:52:24.310 INFO O| Oct 16 19:52:24.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47432024-10-16T19:52:25.210Z[ recovery-image] Oct 16 19:52:24.310 INFO O| Oct 16 19:52:24.310 INFO STEP 195 (remove_files) COMPLETE
47442024-10-16T19:52:25.213Z[ recovery-image] Oct 16 19:52:24.310 INFO O| Oct 16 19:52:24.310 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-10-16T19:52:25.245Z[ recovery-image] Oct 16 19:52:24.345 INFO O| Oct 16 19:52:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47462024-10-16T19:52:25.245Z[ recovery-image] Oct 16 19:52:24.345 INFO O| Oct 16 19:52:24.345 INFO STEP 196 (remove_files) COMPLETE
47472024-10-16T19:52:25.245Z[ recovery-image] Oct 16 19:52:24.345 INFO O| Oct 16 19:52:24.345 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-10-16T19:52:25.264Z[ recovery-image] Oct 16 19:52:24.364 INFO O| Oct 16 19:52:24.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47492024-10-16T19:52:25.265Z[ recovery-image] Oct 16 19:52:24.364 INFO O| Oct 16 19:52:24.364 INFO STEP 197 (remove_files) COMPLETE
47502024-10-16T19:52:25.265Z[ recovery-image] Oct 16 19:52:24.364 INFO O| Oct 16 19:52:24.364 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-10-16T19:52:25.328Z[ recovery-image] Oct 16 19:52:24.428 INFO O| Oct 16 19:52:24.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47522024-10-16T19:52:25.328Z[ recovery-image] Oct 16 19:52:24.428 INFO O| Oct 16 19:52:24.428 INFO STEP 198 (remove_files) COMPLETE
47532024-10-16T19:52:25.331Z[ recovery-image] Oct 16 19:52:24.428 INFO O| Oct 16 19:52:24.428 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-10-16T19:52:25.350Z[ recovery-image] Oct 16 19:52:24.450 INFO O| Oct 16 19:52:24.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47552024-10-16T19:52:25.350Z[ recovery-image] Oct 16 19:52:24.450 INFO O| Oct 16 19:52:24.450 INFO STEP 199 (remove_files) COMPLETE
47562024-10-16T19:52:25.350Z[ recovery-image] Oct 16 19:52:24.450 INFO O| Oct 16 19:52:24.450 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-10-16T19:52:25.382Z[ recovery-image] Oct 16 19:52:24.482 INFO O| Oct 16 19:52:24.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47582024-10-16T19:52:25.382Z[ recovery-image] Oct 16 19:52:24.482 INFO O| Oct 16 19:52:24.482 INFO STEP 200 (remove_files) COMPLETE
47592024-10-16T19:52:25.385Z[ recovery-image] Oct 16 19:52:24.482 INFO O| Oct 16 19:52:24.482 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-10-16T19:52:25.401Z[ recovery-image] Oct 16 19:52:24.502 INFO O| Oct 16 19:52:24.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47612024-10-16T19:52:25.402Z[ recovery-image] Oct 16 19:52:24.502 INFO O| Oct 16 19:52:24.502 INFO STEP 201 (remove_files) COMPLETE
47622024-10-16T19:52:25.405Z[ recovery-image] Oct 16 19:52:24.502 INFO O| Oct 16 19:52:24.502 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-10-16T19:52:25.421Z[ recovery-image] Oct 16 19:52:24.521 INFO O| Oct 16 19:52:24.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47642024-10-16T19:52:25.421Z[ recovery-image] Oct 16 19:52:24.521 INFO O| Oct 16 19:52:24.521 INFO STEP 202 (remove_files) COMPLETE
47652024-10-16T19:52:25.424Z[ recovery-image] Oct 16 19:52:24.522 INFO O| Oct 16 19:52:24.521 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-10-16T19:52:25.442Z[ recovery-image] Oct 16 19:52:24.541 INFO O| Oct 16 19:52:24.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47672024-10-16T19:52:25.442Z[ recovery-image] Oct 16 19:52:24.541 INFO O| Oct 16 19:52:24.541 INFO STEP 203 (remove_files) COMPLETE
47682024-10-16T19:52:25.443Z[ recovery-image] Oct 16 19:52:24.541 INFO O| Oct 16 19:52:24.541 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-10-16T19:52:25.461Z[ recovery-image] Oct 16 19:52:24.561 INFO O| Oct 16 19:52:24.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47702024-10-16T19:52:25.461Z[ recovery-image] Oct 16 19:52:24.561 INFO O| Oct 16 19:52:24.561 INFO STEP 204 (remove_files) COMPLETE
47712024-10-16T19:52:25.464Z[ recovery-image] Oct 16 19:52:24.561 INFO O| Oct 16 19:52:24.561 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-10-16T19:52:25.491Z[ recovery-image] Oct 16 19:52:24.591 INFO O| Oct 16 19:52:24.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47732024-10-16T19:52:25.491Z[ recovery-image] Oct 16 19:52:24.591 INFO O| Oct 16 19:52:24.591 INFO STEP 205 (remove_files) COMPLETE
47742024-10-16T19:52:25.491Z[ recovery-image] Oct 16 19:52:24.591 INFO O| Oct 16 19:52:24.591 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-10-16T19:52:25.510Z[ recovery-image] Oct 16 19:52:24.611 INFO O| Oct 16 19:52:24.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47762024-10-16T19:52:25.510Z[ recovery-image] Oct 16 19:52:24.611 INFO O| Oct 16 19:52:24.611 INFO STEP 206 (remove_files) COMPLETE
47772024-10-16T19:52:25.510Z[ recovery-image] Oct 16 19:52:24.611 INFO O| Oct 16 19:52:24.611 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-16T19:52:25.542Z[ recovery-image] Oct 16 19:52:24.642 INFO O| Oct 16 19:52:24.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47792024-10-16T19:52:25.542Z[ recovery-image] Oct 16 19:52:24.642 INFO O| Oct 16 19:52:24.642 INFO STEP 207 (remove_files) COMPLETE
47802024-10-16T19:52:25.545Z[ recovery-image] Oct 16 19:52:24.642 INFO O| Oct 16 19:52:24.642 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-16T19:52:25.562Z[ recovery-image] Oct 16 19:52:24.661 INFO O| Oct 16 19:52:24.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47822024-10-16T19:52:25.562Z[ recovery-image] Oct 16 19:52:24.661 INFO O| Oct 16 19:52:24.661 INFO STEP 208 (remove_files) COMPLETE
47832024-10-16T19:52:25.562Z[ recovery-image] Oct 16 19:52:24.661 INFO O| Oct 16 19:52:24.661 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-16T19:52:25.580Z[ recovery-image] Oct 16 19:52:24.680 INFO O| Oct 16 19:52:24.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47852024-10-16T19:52:25.580Z[ recovery-image] Oct 16 19:52:24.680 INFO O| Oct 16 19:52:24.680 INFO STEP 209 (remove_files) COMPLETE
47862024-10-16T19:52:25.580Z[ recovery-image] Oct 16 19:52:24.680 INFO O| Oct 16 19:52:24.680 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-16T19:52:25.598Z[ recovery-image] Oct 16 19:52:24.698 INFO O| Oct 16 19:52:24.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47882024-10-16T19:52:25.598Z[ recovery-image] Oct 16 19:52:24.698 INFO O| Oct 16 19:52:24.698 INFO STEP 210 (remove_files) COMPLETE
47892024-10-16T19:52:25.598Z[ recovery-image] Oct 16 19:52:24.698 INFO O| Oct 16 19:52:24.698 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-10-16T19:52:25.616Z[ recovery-image] Oct 16 19:52:24.716 INFO O| Oct 16 19:52:24.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47912024-10-16T19:52:25.616Z[ recovery-image] Oct 16 19:52:24.716 INFO O| Oct 16 19:52:24.716 INFO STEP 211 (remove_files) COMPLETE
47922024-10-16T19:52:25.617Z[ recovery-image] Oct 16 19:52:24.716 INFO O| Oct 16 19:52:24.716 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-10-16T19:52:25.640Z[ recovery-image] Oct 16 19:52:24.739 INFO O| Oct 16 19:52:24.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47942024-10-16T19:52:25.640Z[ recovery-image] Oct 16 19:52:24.739 INFO O| Oct 16 19:52:24.739 INFO STEP 212 (remove_files) COMPLETE
47952024-10-16T19:52:25.640Z[ recovery-image] Oct 16 19:52:24.739 INFO O| Oct 16 19:52:24.739 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-16T19:52:25.676Z[ recovery-image] Oct 16 19:52:24.775 INFO O| Oct 16 19:52:24.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47972024-10-16T19:52:25.676Z[ recovery-image] Oct 16 19:52:24.775 INFO O| Oct 16 19:52:24.775 INFO STEP 213 (remove_files) COMPLETE
47982024-10-16T19:52:25.676Z[ recovery-image] Oct 16 19:52:24.775 INFO O| Oct 16 19:52:24.775 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-16T19:52:25.710Z[ recovery-image] Oct 16 19:52:24.810 INFO O| Oct 16 19:52:24.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
48002024-10-16T19:52:25.710Z[ recovery-image] Oct 16 19:52:24.810 INFO O| Oct 16 19:52:24.810 INFO STEP 214 (remove_files) COMPLETE
48012024-10-16T19:52:25.710Z[ recovery-image] Oct 16 19:52:24.810 INFO O| Oct 16 19:52:24.810 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-10-16T19:52:25.745Z[ recovery-image] Oct 16 19:52:24.845 INFO O| Oct 16 19:52:24.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48032024-10-16T19:52:25.747Z[ recovery-image] Oct 16 19:52:24.845 INFO O| Oct 16 19:52:24.845 INFO STEP 215 (remove_files) COMPLETE
48042024-10-16T19:52:25.748Z[ recovery-image] Oct 16 19:52:24.845 INFO O| Oct 16 19:52:24.845 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-16T19:52:25.764Z[ recovery-image] Oct 16 19:52:24.864 INFO O| Oct 16 19:52:24.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48062024-10-16T19:52:25.764Z[ recovery-image] Oct 16 19:52:24.865 INFO O| Oct 16 19:52:24.865 INFO STEP 216 (remove_files) COMPLETE
48072024-10-16T19:52:25.767Z[ recovery-image] Oct 16 19:52:24.865 INFO O| Oct 16 19:52:24.865 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-16T19:52:25.783Z[ recovery-image] Oct 16 19:52:24.884 INFO O| Oct 16 19:52:24.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48092024-10-16T19:52:25.786Z[ recovery-image] Oct 16 19:52:24.884 INFO O| Oct 16 19:52:24.884 INFO STEP 217 (remove_files) COMPLETE
48102024-10-16T19:52:25.786Z[ recovery-image] Oct 16 19:52:24.884 INFO O| Oct 16 19:52:24.884 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-16T19:52:25.801Z[ recovery-image] Oct 16 19:52:24.902 INFO O| Oct 16 19:52:24.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48122024-10-16T19:52:25.805Z[ recovery-image] Oct 16 19:52:24.902 INFO O| Oct 16 19:52:24.902 INFO STEP 218 (remove_files) COMPLETE
48132024-10-16T19:52:25.805Z[ recovery-image] Oct 16 19:52:24.902 INFO O| Oct 16 19:52:24.902 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-16T19:52:25.820Z[ recovery-image] Oct 16 19:52:24.921 INFO O| Oct 16 19:52:24.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48152024-10-16T19:52:25.823Z[ recovery-image] Oct 16 19:52:24.921 INFO O| Oct 16 19:52:24.921 INFO STEP 219 (remove_files) COMPLETE
48162024-10-16T19:52:25.823Z[ recovery-image] Oct 16 19:52:24.921 INFO O| Oct 16 19:52:24.921 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-16T19:52:25.838Z[ recovery-image] Oct 16 19:52:24.939 INFO O| Oct 16 19:52:24.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48182024-10-16T19:52:25.841Z[ recovery-image] Oct 16 19:52:24.939 INFO O| Oct 16 19:52:24.939 INFO STEP 220 (remove_files) COMPLETE
48192024-10-16T19:52:25.841Z[ recovery-image] Oct 16 19:52:24.939 INFO O| Oct 16 19:52:24.939 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-16T19:52:25.878Z[ recovery-image] Oct 16 19:52:24.977 INFO O| Oct 16 19:52:24.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48212024-10-16T19:52:25.878Z[ recovery-image] Oct 16 19:52:24.977 INFO O| Oct 16 19:52:24.977 INFO STEP 221 (remove_files) COMPLETE
48222024-10-16T19:52:25.878Z[ recovery-image] Oct 16 19:52:24.977 INFO O| Oct 16 19:52:24.977 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-16T19:52:25.896Z[ recovery-image] Oct 16 19:52:24.996 INFO O| Oct 16 19:52:24.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48242024-10-16T19:52:25.896Z[ recovery-image] Oct 16 19:52:24.996 INFO O| Oct 16 19:52:24.996 INFO STEP 222 (remove_files) COMPLETE
48252024-10-16T19:52:25.896Z[ recovery-image] Oct 16 19:52:24.996 INFO O| Oct 16 19:52:24.996 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-16T19:52:25.914Z[ recovery-image] Oct 16 19:52:25.015 INFO O| Oct 16 19:52:25.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48272024-10-16T19:52:25.914Z[ recovery-image] Oct 16 19:52:25.015 INFO O| Oct 16 19:52:25.015 INFO STEP 223 (remove_files) COMPLETE
48282024-10-16T19:52:25.915Z[ recovery-image] Oct 16 19:52:25.015 INFO O| Oct 16 19:52:25.015 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-16T19:52:25.933Z[ recovery-image] Oct 16 19:52:25.033 INFO O| Oct 16 19:52:25.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48302024-10-16T19:52:25.933Z[ recovery-image] Oct 16 19:52:25.033 INFO O| Oct 16 19:52:25.033 INFO STEP 224 (remove_files) COMPLETE
48312024-10-16T19:52:25.933Z[ recovery-image] Oct 16 19:52:25.033 INFO O| Oct 16 19:52:25.033 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-16T19:52:25.951Z[ recovery-image] Oct 16 19:52:25.050 INFO O| Oct 16 19:52:25.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48332024-10-16T19:52:25.951Z[ recovery-image] Oct 16 19:52:25.051 INFO O| Oct 16 19:52:25.051 INFO STEP 225 (remove_files) COMPLETE
48342024-10-16T19:52:25.951Z[ recovery-image] Oct 16 19:52:25.051 INFO O| Oct 16 19:52:25.051 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-16T19:52:25.969Z[ recovery-image] Oct 16 19:52:25.069 INFO O| Oct 16 19:52:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48362024-10-16T19:52:25.970Z[ recovery-image] Oct 16 19:52:25.069 INFO O| Oct 16 19:52:25.069 INFO STEP 226 (remove_files) COMPLETE
48372024-10-16T19:52:25.970Z[ recovery-image] Oct 16 19:52:25.069 INFO O| Oct 16 19:52:25.069 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-16T19:52:25.993Z[ recovery-image] Oct 16 19:52:25.093 INFO O| Oct 16 19:52:25.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48392024-10-16T19:52:25.993Z[ recovery-image] Oct 16 19:52:25.093 INFO O| Oct 16 19:52:25.093 INFO STEP 227 (remove_files) COMPLETE
48402024-10-16T19:52:25.993Z[ recovery-image] Oct 16 19:52:25.093 INFO O| Oct 16 19:52:25.093 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-16T19:52:26.013Z[ recovery-image] Oct 16 19:52:25.113 INFO O| Oct 16 19:52:25.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48422024-10-16T19:52:26.013Z[ recovery-image] Oct 16 19:52:25.113 INFO O| Oct 16 19:52:25.113 INFO STEP 228 (remove_files) COMPLETE
48432024-10-16T19:52:26.013Z[ recovery-image] Oct 16 19:52:25.113 INFO O| Oct 16 19:52:25.113 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-16T19:52:26.032Z[ recovery-image] Oct 16 19:52:25.131 INFO O| Oct 16 19:52:25.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48452024-10-16T19:52:26.032Z[ recovery-image] Oct 16 19:52:25.131 INFO O| Oct 16 19:52:25.131 INFO STEP 229 (remove_files) COMPLETE
48462024-10-16T19:52:26.032Z[ recovery-image] Oct 16 19:52:25.131 INFO O| Oct 16 19:52:25.131 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-16T19:52:26.049Z[ recovery-image] Oct 16 19:52:25.148 INFO O| Oct 16 19:52:25.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48482024-10-16T19:52:26.049Z[ recovery-image] Oct 16 19:52:25.149 INFO O| Oct 16 19:52:25.148 INFO STEP 230 (remove_files) COMPLETE
48492024-10-16T19:52:26.049Z[ recovery-image] Oct 16 19:52:25.149 INFO O| Oct 16 19:52:25.149 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-16T19:52:26.067Z[ recovery-image] Oct 16 19:52:25.167 INFO O| Oct 16 19:52:25.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48512024-10-16T19:52:26.067Z[ recovery-image] Oct 16 19:52:25.167 INFO O| Oct 16 19:52:25.167 INFO STEP 231 (remove_files) COMPLETE
48522024-10-16T19:52:26.067Z[ recovery-image] Oct 16 19:52:25.167 INFO O| Oct 16 19:52:25.167 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-16T19:52:26.086Z[ recovery-image] Oct 16 19:52:25.185 INFO O| Oct 16 19:52:25.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48542024-10-16T19:52:26.086Z[ recovery-image] Oct 16 19:52:25.185 INFO O| Oct 16 19:52:25.185 INFO STEP 232 (remove_files) COMPLETE
48552024-10-16T19:52:26.086Z[ recovery-image] Oct 16 19:52:25.185 INFO O| Oct 16 19:52:25.185 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-16T19:52:26.121Z[ recovery-image] Oct 16 19:52:25.221 INFO O| Oct 16 19:52:25.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48572024-10-16T19:52:26.121Z[ recovery-image] Oct 16 19:52:25.221 INFO O| Oct 16 19:52:25.221 INFO STEP 233 (remove_files) COMPLETE
48582024-10-16T19:52:26.121Z[ recovery-image] Oct 16 19:52:25.221 INFO O| Oct 16 19:52:25.221 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-16T19:52:26.141Z[ recovery-image] Oct 16 19:52:25.242 INFO O| Oct 16 19:52:25.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48602024-10-16T19:52:26.142Z[ recovery-image] Oct 16 19:52:25.242 INFO O| Oct 16 19:52:25.242 INFO STEP 234 (remove_files) COMPLETE
48612024-10-16T19:52:26.145Z[ recovery-image] Oct 16 19:52:25.242 INFO O| Oct 16 19:52:25.242 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-16T19:52:26.235Z[ recovery-image] Oct 16 19:52:25.335 INFO O| Oct 16 19:52:25.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48632024-10-16T19:52:26.235Z[ recovery-image] Oct 16 19:52:25.335 INFO O| Oct 16 19:52:25.335 INFO STEP 235 (remove_files) COMPLETE
48642024-10-16T19:52:26.239Z[ recovery-image] Oct 16 19:52:25.335 INFO O| Oct 16 19:52:25.335 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-16T19:52:26.256Z[ recovery-image] Oct 16 19:52:25.356 INFO O| Oct 16 19:52:25.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48662024-10-16T19:52:26.256Z[ recovery-image] Oct 16 19:52:25.357 INFO O| Oct 16 19:52:25.357 INFO STEP 236 (remove_files) COMPLETE
48672024-10-16T19:52:26.256Z[ recovery-image] Oct 16 19:52:25.357 INFO O| Oct 16 19:52:25.357 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-16T19:52:26.278Z[ recovery-image] Oct 16 19:52:25.378 INFO O| Oct 16 19:52:25.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48692024-10-16T19:52:26.280Z[ recovery-image] Oct 16 19:52:25.379 INFO O| Oct 16 19:52:25.379 INFO STEP 237 (remove_files) COMPLETE
48702024-10-16T19:52:26.283Z[ recovery-image] Oct 16 19:52:25.379 INFO O| Oct 16 19:52:25.379 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-16T19:52:26.299Z[ recovery-image] Oct 16 19:52:25.400 INFO O| Oct 16 19:52:25.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48722024-10-16T19:52:26.299Z[ recovery-image] Oct 16 19:52:25.400 INFO O| Oct 16 19:52:25.400 INFO STEP 238 (remove_files) COMPLETE
48732024-10-16T19:52:26.302Z[ recovery-image] Oct 16 19:52:25.400 INFO O| Oct 16 19:52:25.400 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-16T19:52:26.330Z[ recovery-image] Oct 16 19:52:25.430 INFO O| Oct 16 19:52:25.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48752024-10-16T19:52:26.330Z[ recovery-image] Oct 16 19:52:25.430 INFO O| Oct 16 19:52:25.430 INFO STEP 239 (remove_files) COMPLETE
48762024-10-16T19:52:26.333Z[ recovery-image] Oct 16 19:52:25.431 INFO O| Oct 16 19:52:25.430 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-16T19:52:26.350Z[ recovery-image] Oct 16 19:52:25.450 INFO O| Oct 16 19:52:25.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48782024-10-16T19:52:26.350Z[ recovery-image] Oct 16 19:52:25.450 INFO O| Oct 16 19:52:25.450 INFO STEP 240 (remove_files) COMPLETE
48792024-10-16T19:52:26.353Z[ recovery-image] Oct 16 19:52:25.451 INFO O| Oct 16 19:52:25.450 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-16T19:52:26.372Z[ recovery-image] Oct 16 19:52:25.472 INFO O| Oct 16 19:52:25.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48812024-10-16T19:52:26.372Z[ recovery-image] Oct 16 19:52:25.472 INFO O| Oct 16 19:52:25.472 INFO STEP 241 (remove_files) COMPLETE
48822024-10-16T19:52:26.375Z[ recovery-image] Oct 16 19:52:25.472 INFO O| Oct 16 19:52:25.472 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-16T19:52:26.391Z[ recovery-image] Oct 16 19:52:25.491 INFO O| Oct 16 19:52:25.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48842024-10-16T19:52:26.391Z[ recovery-image] Oct 16 19:52:25.491 INFO O| Oct 16 19:52:25.491 INFO STEP 242 (remove_files) COMPLETE
48852024-10-16T19:52:26.391Z[ recovery-image] Oct 16 19:52:25.491 INFO O| Oct 16 19:52:25.491 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-16T19:52:26.442Z[ recovery-image] Oct 16 19:52:25.542 INFO O| Oct 16 19:52:25.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48872024-10-16T19:52:26.443Z[ recovery-image] Oct 16 19:52:25.542 INFO O| Oct 16 19:52:25.542 INFO STEP 243 (remove_files) COMPLETE
48882024-10-16T19:52:26.443Z[ recovery-image] Oct 16 19:52:25.542 INFO O| Oct 16 19:52:25.542 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-16T19:52:26.462Z[ recovery-image] Oct 16 19:52:25.562 INFO O| Oct 16 19:52:25.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48902024-10-16T19:52:26.462Z[ recovery-image] Oct 16 19:52:25.562 INFO O| Oct 16 19:52:25.562 INFO STEP 244 (remove_files) COMPLETE
48912024-10-16T19:52:26.464Z[ recovery-image] Oct 16 19:52:25.562 INFO O| Oct 16 19:52:25.562 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-16T19:52:26.494Z[ recovery-image] Oct 16 19:52:25.593 INFO O| Oct 16 19:52:25.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48932024-10-16T19:52:26.494Z[ recovery-image] Oct 16 19:52:25.593 INFO O| Oct 16 19:52:25.593 INFO STEP 245 (remove_files) COMPLETE
48942024-10-16T19:52:26.494Z[ recovery-image] Oct 16 19:52:25.594 INFO O| Oct 16 19:52:25.593 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-16T19:52:26.512Z[ recovery-image] Oct 16 19:52:25.612 INFO O| Oct 16 19:52:25.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48962024-10-16T19:52:26.512Z[ recovery-image] Oct 16 19:52:25.612 INFO O| Oct 16 19:52:25.612 INFO STEP 246 (remove_files) COMPLETE
48972024-10-16T19:52:26.512Z[ recovery-image] Oct 16 19:52:25.612 INFO O| Oct 16 19:52:25.612 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-16T19:52:26.529Z[ recovery-image] Oct 16 19:52:25.629 INFO O| Oct 16 19:52:25.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48992024-10-16T19:52:26.529Z[ recovery-image] Oct 16 19:52:25.630 INFO O| Oct 16 19:52:25.629 INFO STEP 247 (remove_files) COMPLETE
49002024-10-16T19:52:26.530Z[ recovery-image] Oct 16 19:52:25.630 INFO O| Oct 16 19:52:25.630 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-16T19:52:26.548Z[ recovery-image] Oct 16 19:52:25.648 INFO O| Oct 16 19:52:25.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49022024-10-16T19:52:26.551Z[ recovery-image] Oct 16 19:52:25.648 INFO O| Oct 16 19:52:25.648 INFO STEP 248 (remove_files) COMPLETE
49032024-10-16T19:52:26.551Z[ recovery-image] Oct 16 19:52:25.648 INFO O| Oct 16 19:52:25.648 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-16T19:52:26.567Z[ recovery-image] Oct 16 19:52:25.667 INFO O| Oct 16 19:52:25.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49052024-10-16T19:52:26.567Z[ recovery-image] Oct 16 19:52:25.667 INFO O| Oct 16 19:52:25.667 INFO STEP 249 (remove_files) COMPLETE
49062024-10-16T19:52:26.567Z[ recovery-image] Oct 16 19:52:25.667 INFO O| Oct 16 19:52:25.667 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-16T19:52:26.585Z[ recovery-image] Oct 16 19:52:25.686 INFO O| Oct 16 19:52:25.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49082024-10-16T19:52:26.586Z[ recovery-image] Oct 16 19:52:25.686 INFO O| Oct 16 19:52:25.686 INFO STEP 250 (remove_files) COMPLETE
49092024-10-16T19:52:26.586Z[ recovery-image] Oct 16 19:52:25.686 INFO O| Oct 16 19:52:25.686 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-16T19:52:26.605Z[ recovery-image] Oct 16 19:52:25.705 INFO O| Oct 16 19:52:25.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49112024-10-16T19:52:26.605Z[ recovery-image] Oct 16 19:52:25.705 INFO O| Oct 16 19:52:25.705 INFO STEP 251 (remove_files) COMPLETE
49122024-10-16T19:52:26.605Z[ recovery-image] Oct 16 19:52:25.705 INFO O| Oct 16 19:52:25.705 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-16T19:52:26.625Z[ recovery-image] Oct 16 19:52:25.724 INFO O| Oct 16 19:52:25.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49142024-10-16T19:52:26.625Z[ recovery-image] Oct 16 19:52:25.724 INFO O| Oct 16 19:52:25.724 INFO STEP 252 (remove_files) COMPLETE
49152024-10-16T19:52:26.625Z[ recovery-image] Oct 16 19:52:25.724 INFO O| Oct 16 19:52:25.724 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-16T19:52:26.643Z[ recovery-image] Oct 16 19:52:25.743 INFO O| Oct 16 19:52:25.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49172024-10-16T19:52:26.643Z[ recovery-image] Oct 16 19:52:25.743 INFO O| Oct 16 19:52:25.743 INFO STEP 253 (remove_files) COMPLETE
49182024-10-16T19:52:26.643Z[ recovery-image] Oct 16 19:52:25.743 INFO O| Oct 16 19:52:25.743 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-16T19:52:26.668Z[ recovery-image] Oct 16 19:52:25.768 INFO O| Oct 16 19:52:25.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49202024-10-16T19:52:26.668Z[ recovery-image] Oct 16 19:52:25.768 INFO O| Oct 16 19:52:25.768 INFO STEP 254 (remove_files) COMPLETE
49212024-10-16T19:52:26.668Z[ recovery-image] Oct 16 19:52:25.768 INFO O| Oct 16 19:52:25.768 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-16T19:52:26.708Z[ recovery-image] Oct 16 19:52:25.808 INFO O| Oct 16 19:52:25.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49232024-10-16T19:52:26.708Z[ recovery-image] Oct 16 19:52:25.808 INFO O| Oct 16 19:52:25.808 INFO STEP 255 (remove_files) COMPLETE
49242024-10-16T19:52:26.708Z[ recovery-image] Oct 16 19:52:25.808 INFO O| Oct 16 19:52:25.808 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-16T19:52:26.749Z[ recovery-image] Oct 16 19:52:25.849 INFO O| Oct 16 19:52:25.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49262024-10-16T19:52:26.750Z[ recovery-image] Oct 16 19:52:25.849 INFO O| Oct 16 19:52:25.849 INFO STEP 256 (remove_files) COMPLETE
49272024-10-16T19:52:26.750Z[ recovery-image] Oct 16 19:52:25.849 INFO O| Oct 16 19:52:25.849 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-16T19:52:26.768Z[ recovery-image] Oct 16 19:52:25.868 INFO O| Oct 16 19:52:25.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49292024-10-16T19:52:26.771Z[ recovery-image] Oct 16 19:52:25.868 INFO O| Oct 16 19:52:25.868 INFO STEP 257 (remove_files) COMPLETE
49302024-10-16T19:52:26.771Z[ recovery-image] Oct 16 19:52:25.869 INFO O| Oct 16 19:52:25.868 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-16T19:52:26.790Z[ recovery-image] Oct 16 19:52:25.890 INFO O| Oct 16 19:52:25.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49322024-10-16T19:52:26.794Z[ recovery-image] Oct 16 19:52:25.891 INFO O| Oct 16 19:52:25.891 INFO STEP 258 (remove_files) COMPLETE
49332024-10-16T19:52:26.794Z[ recovery-image] Oct 16 19:52:25.891 INFO O| Oct 16 19:52:25.891 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-16T19:52:26.812Z[ recovery-image] Oct 16 19:52:25.912 INFO O| Oct 16 19:52:25.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49352024-10-16T19:52:26.817Z[ recovery-image] Oct 16 19:52:25.918 INFO O| Oct 16 19:52:25.918 INFO STEP 259 (remove_files) COMPLETE
49362024-10-16T19:52:26.820Z[ recovery-image] Oct 16 19:52:25.918 INFO O| Oct 16 19:52:25.918 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-16T19:52:26.837Z[ recovery-image] Oct 16 19:52:25.937 INFO O| Oct 16 19:52:25.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49382024-10-16T19:52:26.840Z[ recovery-image] Oct 16 19:52:25.937 INFO O| Oct 16 19:52:25.937 INFO STEP 260 (remove_files) COMPLETE
49392024-10-16T19:52:26.840Z[ recovery-image] Oct 16 19:52:25.937 INFO O| Oct 16 19:52:25.937 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-16T19:52:26.856Z[ recovery-image] Oct 16 19:52:25.956 INFO O| Oct 16 19:52:25.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49412024-10-16T19:52:26.859Z[ recovery-image] Oct 16 19:52:25.956 INFO O| Oct 16 19:52:25.956 INFO STEP 261 (remove_files) COMPLETE
49422024-10-16T19:52:26.859Z[ recovery-image] Oct 16 19:52:25.956 INFO O| Oct 16 19:52:25.956 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-16T19:52:26.875Z[ recovery-image] Oct 16 19:52:25.975 INFO O| Oct 16 19:52:25.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49442024-10-16T19:52:26.878Z[ recovery-image] Oct 16 19:52:25.975 INFO O| Oct 16 19:52:25.975 INFO STEP 262 (remove_files) COMPLETE
49452024-10-16T19:52:26.878Z[ recovery-image] Oct 16 19:52:25.975 INFO O| Oct 16 19:52:25.975 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-16T19:52:26.906Z[ recovery-image] Oct 16 19:52:26.006 INFO O| Oct 16 19:52:26.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49472024-10-16T19:52:26.909Z[ recovery-image] Oct 16 19:52:26.007 INFO O| Oct 16 19:52:26.006 INFO STEP 263 (remove_files) COMPLETE
49482024-10-16T19:52:26.910Z[ recovery-image] Oct 16 19:52:26.007 INFO O| Oct 16 19:52:26.007 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-10-16T19:52:26.928Z[ recovery-image] Oct 16 19:52:26.028 INFO O| Oct 16 19:52:26.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49502024-10-16T19:52:26.931Z[ recovery-image] Oct 16 19:52:26.029 INFO O| Oct 16 19:52:26.029 INFO STEP 264 (remove_files) COMPLETE
49512024-10-16T19:52:26.932Z[ recovery-image] Oct 16 19:52:26.029 INFO O| Oct 16 19:52:26.029 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-10-16T19:52:27.006Z[ recovery-image] Oct 16 19:52:26.106 INFO O| Oct 16 19:52:26.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49532024-10-16T19:52:27.006Z[ recovery-image] Oct 16 19:52:26.106 INFO O| Oct 16 19:52:26.106 INFO STEP 265 (remove_files) COMPLETE
49542024-10-16T19:52:27.006Z[ recovery-image] Oct 16 19:52:26.106 INFO O| Oct 16 19:52:26.106 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-16T19:52:27.029Z[ recovery-image] Oct 16 19:52:26.126 INFO O| Oct 16 19:52:26.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49562024-10-16T19:52:27.029Z[ recovery-image] Oct 16 19:52:26.127 INFO O| Oct 16 19:52:26.126 INFO STEP 266 (remove_files) COMPLETE
49572024-10-16T19:52:27.029Z[ recovery-image] Oct 16 19:52:26.127 INFO O| Oct 16 19:52:26.127 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-16T19:52:27.046Z[ recovery-image] Oct 16 19:52:26.146 INFO O| Oct 16 19:52:26.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49592024-10-16T19:52:27.046Z[ recovery-image] Oct 16 19:52:26.146 INFO O| Oct 16 19:52:26.146 INFO STEP 267 (remove_files) COMPLETE
49602024-10-16T19:52:27.049Z[ recovery-image] Oct 16 19:52:26.146 INFO O| Oct 16 19:52:26.146 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-16T19:52:27.068Z[ recovery-image] Oct 16 19:52:26.167 INFO O| Oct 16 19:52:26.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49622024-10-16T19:52:27.068Z[ recovery-image] Oct 16 19:52:26.167 INFO O| Oct 16 19:52:26.167 INFO STEP 268 (remove_files) COMPLETE
49632024-10-16T19:52:27.068Z[ recovery-image] Oct 16 19:52:26.167 INFO O| Oct 16 19:52:26.167 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-16T19:52:27.087Z[ recovery-image] Oct 16 19:52:26.187 INFO O| Oct 16 19:52:26.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49652024-10-16T19:52:27.087Z[ recovery-image] Oct 16 19:52:26.187 INFO O| Oct 16 19:52:26.187 INFO STEP 269 (remove_files) COMPLETE
49662024-10-16T19:52:27.090Z[ recovery-image] Oct 16 19:52:26.187 INFO O| Oct 16 19:52:26.187 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-10-16T19:52:27.131Z[ recovery-image] Oct 16 19:52:26.231 INFO O| Oct 16 19:52:26.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49682024-10-16T19:52:27.131Z[ recovery-image] Oct 16 19:52:26.231 INFO O| Oct 16 19:52:26.231 INFO STEP 270 (remove_files) COMPLETE
49692024-10-16T19:52:27.131Z[ recovery-image] Oct 16 19:52:26.231 INFO O| Oct 16 19:52:26.231 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-10-16T19:52:27.191Z[ recovery-image] Oct 16 19:52:26.291 INFO O| Oct 16 19:52:26.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49712024-10-16T19:52:27.192Z[ recovery-image] Oct 16 19:52:26.291 INFO O| Oct 16 19:52:26.291 INFO STEP 271 (remove_files) COMPLETE
49722024-10-16T19:52:27.192Z[ recovery-image] Oct 16 19:52:26.291 INFO O| Oct 16 19:52:26.291 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-10-16T19:52:27.250Z[ recovery-image] Oct 16 19:52:26.349 INFO O| Oct 16 19:52:26.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49742024-10-16T19:52:27.250Z[ recovery-image] Oct 16 19:52:26.350 INFO O| Oct 16 19:52:26.350 INFO STEP 272 (remove_files) COMPLETE
49752024-10-16T19:52:27.250Z[ recovery-image] Oct 16 19:52:26.350 INFO O| Oct 16 19:52:26.350 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-16T19:52:27.310Z[ recovery-image] Oct 16 19:52:26.409 INFO O| Oct 16 19:52:26.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49772024-10-16T19:52:27.310Z[ recovery-image] Oct 16 19:52:26.410 INFO O| Oct 16 19:52:26.409 INFO STEP 273 (remove_files) COMPLETE
49782024-10-16T19:52:27.310Z[ recovery-image] Oct 16 19:52:26.410 INFO O| Oct 16 19:52:26.410 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-16T19:52:27.369Z[ recovery-image] Oct 16 19:52:26.468 INFO O| Oct 16 19:52:26.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49802024-10-16T19:52:27.369Z[ recovery-image] Oct 16 19:52:26.468 INFO O| Oct 16 19:52:26.468 INFO STEP 274 (remove_files) COMPLETE
49812024-10-16T19:52:27.369Z[ recovery-image] Oct 16 19:52:26.469 INFO O| Oct 16 19:52:26.468 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-16T19:52:27.387Z[ recovery-image] Oct 16 19:52:26.487 INFO O| Oct 16 19:52:26.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49832024-10-16T19:52:27.387Z[ recovery-image] Oct 16 19:52:26.487 INFO O| Oct 16 19:52:26.487 INFO STEP 275 (remove_files) COMPLETE
49842024-10-16T19:52:27.387Z[ recovery-image] Oct 16 19:52:26.487 INFO O| Oct 16 19:52:26.487 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-10-16T19:52:27.406Z[ recovery-image] Oct 16 19:52:26.505 INFO O| Oct 16 19:52:26.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49862024-10-16T19:52:27.407Z[ recovery-image] Oct 16 19:52:26.505 INFO O| Oct 16 19:52:26.505 INFO STEP 276 (remove_files) COMPLETE
49872024-10-16T19:52:27.410Z[ recovery-image] Oct 16 19:52:26.506 INFO O| Oct 16 19:52:26.505 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-10-16T19:52:27.424Z[ recovery-image] Oct 16 19:52:26.524 INFO O| Oct 16 19:52:26.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49892024-10-16T19:52:27.427Z[ recovery-image] Oct 16 19:52:26.524 INFO O| Oct 16 19:52:26.524 INFO STEP 277 (remove_files) COMPLETE
49902024-10-16T19:52:27.427Z[ recovery-image] Oct 16 19:52:26.524 INFO O| Oct 16 19:52:26.524 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-10-16T19:52:27.443Z[ recovery-image] Oct 16 19:52:26.543 INFO O| Oct 16 19:52:26.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49922024-10-16T19:52:27.443Z[ recovery-image] Oct 16 19:52:26.543 INFO O| Oct 16 19:52:26.543 INFO STEP 278 (remove_files) COMPLETE
49932024-10-16T19:52:27.443Z[ recovery-image] Oct 16 19:52:26.543 INFO O| Oct 16 19:52:26.543 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-10-16T19:52:27.462Z[ recovery-image] Oct 16 19:52:26.562 INFO O| Oct 16 19:52:26.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49952024-10-16T19:52:27.466Z[ recovery-image] Oct 16 19:52:26.562 INFO O| Oct 16 19:52:26.562 INFO STEP 279 (remove_files) COMPLETE
49962024-10-16T19:52:27.466Z[ recovery-image] Oct 16 19:52:26.562 INFO O| Oct 16 19:52:26.562 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-10-16T19:52:27.482Z[ recovery-image] Oct 16 19:52:26.581 INFO O| Oct 16 19:52:26.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49982024-10-16T19:52:27.482Z[ recovery-image] Oct 16 19:52:26.581 INFO O| Oct 16 19:52:26.581 INFO STEP 280 (remove_files) COMPLETE
49992024-10-16T19:52:27.482Z[ recovery-image] Oct 16 19:52:26.581 INFO O| Oct 16 19:52:26.581 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-10-16T19:52:27.500Z[ recovery-image] Oct 16 19:52:26.600 INFO O| Oct 16 19:52:26.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50012024-10-16T19:52:27.500Z[ recovery-image] Oct 16 19:52:26.600 INFO O| Oct 16 19:52:26.600 INFO STEP 281 (remove_files) COMPLETE
50022024-10-16T19:52:27.505Z[ recovery-image] Oct 16 19:52:26.600 INFO O| Oct 16 19:52:26.600 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-10-16T19:52:27.520Z[ recovery-image] Oct 16 19:52:26.619 INFO O| Oct 16 19:52:26.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50042024-10-16T19:52:27.520Z[ recovery-image] Oct 16 19:52:26.619 INFO O| Oct 16 19:52:26.619 INFO STEP 282 (remove_files) COMPLETE
50052024-10-16T19:52:27.523Z[ recovery-image] Oct 16 19:52:26.619 INFO O| Oct 16 19:52:26.619 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-10-16T19:52:27.538Z[ recovery-image] Oct 16 19:52:26.638 INFO O| Oct 16 19:52:26.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50072024-10-16T19:52:27.539Z[ recovery-image] Oct 16 19:52:26.638 INFO O| Oct 16 19:52:26.638 INFO STEP 283 (remove_files) COMPLETE
50082024-10-16T19:52:27.542Z[ recovery-image] Oct 16 19:52:26.638 INFO O| Oct 16 19:52:26.638 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-10-16T19:52:27.556Z[ recovery-image] Oct 16 19:52:26.656 INFO O| Oct 16 19:52:26.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50102024-10-16T19:52:27.556Z[ recovery-image] Oct 16 19:52:26.656 INFO O| Oct 16 19:52:26.656 INFO STEP 284 (remove_files) COMPLETE
50112024-10-16T19:52:27.556Z[ recovery-image] Oct 16 19:52:26.656 INFO O| Oct 16 19:52:26.656 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-10-16T19:52:27.575Z[ recovery-image] Oct 16 19:52:26.675 INFO O| Oct 16 19:52:26.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50132024-10-16T19:52:27.575Z[ recovery-image] Oct 16 19:52:26.675 INFO O| Oct 16 19:52:26.675 INFO STEP 285 (remove_files) COMPLETE
50142024-10-16T19:52:27.575Z[ recovery-image] Oct 16 19:52:26.675 INFO O| Oct 16 19:52:26.675 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-10-16T19:52:27.595Z[ recovery-image] Oct 16 19:52:26.694 INFO O| Oct 16 19:52:26.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50162024-10-16T19:52:27.595Z[ recovery-image] Oct 16 19:52:26.694 INFO O| Oct 16 19:52:26.694 INFO STEP 286 (remove_files) COMPLETE
50172024-10-16T19:52:27.598Z[ recovery-image] Oct 16 19:52:26.694 INFO O| Oct 16 19:52:26.694 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-10-16T19:52:27.613Z[ recovery-image] Oct 16 19:52:26.712 INFO O| Oct 16 19:52:26.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50192024-10-16T19:52:27.613Z[ recovery-image] Oct 16 19:52:26.713 INFO O| Oct 16 19:52:26.713 INFO STEP 287 (remove_files) COMPLETE
50202024-10-16T19:52:27.613Z[ recovery-image] Oct 16 19:52:26.713 INFO O| Oct 16 19:52:26.713 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-10-16T19:52:27.632Z[ recovery-image] Oct 16 19:52:26.731 INFO O| Oct 16 19:52:26.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50222024-10-16T19:52:27.632Z[ recovery-image] Oct 16 19:52:26.731 INFO O| Oct 16 19:52:26.731 INFO STEP 288 (remove_files) COMPLETE
50232024-10-16T19:52:27.632Z[ recovery-image] Oct 16 19:52:26.731 INFO O| Oct 16 19:52:26.731 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-16T19:52:27.651Z[ recovery-image] Oct 16 19:52:26.750 INFO O| Oct 16 19:52:26.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50252024-10-16T19:52:27.651Z[ recovery-image] Oct 16 19:52:26.750 INFO O| Oct 16 19:52:26.750 INFO STEP 289 (remove_files) COMPLETE
50262024-10-16T19:52:27.651Z[ recovery-image] Oct 16 19:52:26.750 INFO O| Oct 16 19:52:26.750 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-16T19:52:27.682Z[ recovery-image] Oct 16 19:52:26.782 INFO O| Oct 16 19:52:26.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50282024-10-16T19:52:27.682Z[ recovery-image] Oct 16 19:52:26.782 INFO O| Oct 16 19:52:26.782 INFO STEP 290 (remove_files) COMPLETE
50292024-10-16T19:52:27.685Z[ recovery-image] Oct 16 19:52:26.782 INFO O| Oct 16 19:52:26.782 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-16T19:52:27.723Z[ recovery-image] Oct 16 19:52:26.821 INFO O| Oct 16 19:52:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50312024-10-16T19:52:27.723Z[ recovery-image] Oct 16 19:52:26.822 INFO O| Oct 16 19:52:26.822 INFO STEP 291 (remove_files) COMPLETE
50322024-10-16T19:52:27.726Z[ recovery-image] Oct 16 19:52:26.822 INFO O| Oct 16 19:52:26.822 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-16T19:52:27.741Z[ recovery-image] Oct 16 19:52:26.841 INFO O| Oct 16 19:52:26.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50342024-10-16T19:52:27.741Z[ recovery-image] Oct 16 19:52:26.841 INFO O| Oct 16 19:52:26.841 INFO STEP 292 (remove_files) COMPLETE
50352024-10-16T19:52:27.744Z[ recovery-image] Oct 16 19:52:26.841 INFO O| Oct 16 19:52:26.841 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-10-16T19:52:27.758Z[ recovery-image] Oct 16 19:52:26.858 INFO O| Oct 16 19:52:26.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50372024-10-16T19:52:27.758Z[ recovery-image] Oct 16 19:52:26.858 INFO O| Oct 16 19:52:26.858 INFO STEP 293 (remove_files) COMPLETE
50382024-10-16T19:52:27.761Z[ recovery-image] Oct 16 19:52:26.858 INFO O| Oct 16 19:52:26.858 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-10-16T19:52:27.778Z[ recovery-image] Oct 16 19:52:26.877 INFO O| Oct 16 19:52:26.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50402024-10-16T19:52:27.778Z[ recovery-image] Oct 16 19:52:26.877 INFO O| Oct 16 19:52:26.877 INFO STEP 294 (remove_files) COMPLETE
50412024-10-16T19:52:27.778Z[ recovery-image] Oct 16 19:52:26.878 INFO O| Oct 16 19:52:26.877 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-10-16T19:52:27.797Z[ recovery-image] Oct 16 19:52:26.897 INFO O| Oct 16 19:52:26.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50432024-10-16T19:52:27.797Z[ recovery-image] Oct 16 19:52:26.897 INFO O| Oct 16 19:52:26.897 INFO STEP 295 (remove_files) COMPLETE
50442024-10-16T19:52:27.798Z[ recovery-image] Oct 16 19:52:26.897 INFO O| Oct 16 19:52:26.897 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-10-16T19:52:27.816Z[ recovery-image] Oct 16 19:52:26.915 INFO O| Oct 16 19:52:26.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50462024-10-16T19:52:27.817Z[ recovery-image] Oct 16 19:52:26.915 INFO O| Oct 16 19:52:26.915 INFO STEP 296 (remove_files) COMPLETE
50472024-10-16T19:52:27.817Z[ recovery-image] Oct 16 19:52:26.915 INFO O| Oct 16 19:52:26.915 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-10-16T19:52:27.833Z[ recovery-image] Oct 16 19:52:26.933 INFO O| Oct 16 19:52:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50492024-10-16T19:52:27.833Z[ recovery-image] Oct 16 19:52:26.933 INFO O| Oct 16 19:52:26.933 INFO STEP 297 (remove_files) COMPLETE
50502024-10-16T19:52:27.833Z[ recovery-image] Oct 16 19:52:26.933 INFO O| Oct 16 19:52:26.933 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-10-16T19:52:27.851Z[ recovery-image] Oct 16 19:52:26.950 INFO O| Oct 16 19:52:26.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50522024-10-16T19:52:27.851Z[ recovery-image] Oct 16 19:52:26.951 INFO O| Oct 16 19:52:26.951 INFO STEP 298 (remove_files) COMPLETE
50532024-10-16T19:52:27.851Z[ recovery-image] Oct 16 19:52:26.951 INFO O| Oct 16 19:52:26.951 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-10-16T19:52:27.891Z[ recovery-image] Oct 16 19:52:26.991 INFO O| Oct 16 19:52:26.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50552024-10-16T19:52:27.891Z[ recovery-image] Oct 16 19:52:26.991 INFO O| Oct 16 19:52:26.991 INFO STEP 299 (remove_files) COMPLETE
50562024-10-16T19:52:27.891Z[ recovery-image] Oct 16 19:52:26.991 INFO O| Oct 16 19:52:26.991 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-10-16T19:52:27.914Z[ recovery-image] Oct 16 19:52:27.013 INFO O| Oct 16 19:52:27.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50582024-10-16T19:52:27.914Z[ recovery-image] Oct 16 19:52:27.013 INFO O| Oct 16 19:52:27.013 INFO STEP 300 (remove_files) COMPLETE
50592024-10-16T19:52:27.914Z[ recovery-image] Oct 16 19:52:27.013 INFO O| Oct 16 19:52:27.013 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-10-16T19:52:27.934Z[ recovery-image] Oct 16 19:52:27.032 INFO O| Oct 16 19:52:27.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50612024-10-16T19:52:27.934Z[ recovery-image] Oct 16 19:52:27.032 INFO O| Oct 16 19:52:27.032 INFO STEP 301 (remove_files) COMPLETE
50622024-10-16T19:52:27.934Z[ recovery-image] Oct 16 19:52:27.032 INFO O| Oct 16 19:52:27.032 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-10-16T19:52:27.954Z[ recovery-image] Oct 16 19:52:27.052 INFO O| Oct 16 19:52:27.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50642024-10-16T19:52:27.954Z[ recovery-image] Oct 16 19:52:27.052 INFO O| Oct 16 19:52:27.052 INFO STEP 302 (remove_files) COMPLETE
50652024-10-16T19:52:27.954Z[ recovery-image] Oct 16 19:52:27.052 INFO O| Oct 16 19:52:27.052 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-10-16T19:52:27.973Z[ recovery-image] Oct 16 19:52:27.072 INFO O| Oct 16 19:52:27.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50672024-10-16T19:52:27.973Z[ recovery-image] Oct 16 19:52:27.072 INFO O| Oct 16 19:52:27.072 INFO STEP 303 (remove_files) COMPLETE
50682024-10-16T19:52:27.973Z[ recovery-image] Oct 16 19:52:27.072 INFO O| Oct 16 19:52:27.072 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-10-16T19:52:27.991Z[ recovery-image] Oct 16 19:52:27.090 INFO O| Oct 16 19:52:27.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50702024-10-16T19:52:27.991Z[ recovery-image] Oct 16 19:52:27.090 INFO O| Oct 16 19:52:27.090 INFO STEP 304 (remove_files) COMPLETE
50712024-10-16T19:52:27.991Z[ recovery-image] Oct 16 19:52:27.090 INFO O| Oct 16 19:52:27.090 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-10-16T19:52:28.009Z[ recovery-image] Oct 16 19:52:27.108 INFO O| Oct 16 19:52:27.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50732024-10-16T19:52:28.009Z[ recovery-image] Oct 16 19:52:27.108 INFO O| Oct 16 19:52:27.108 INFO STEP 305 (remove_files) COMPLETE
50742024-10-16T19:52:28.009Z[ recovery-image] Oct 16 19:52:27.108 INFO O| Oct 16 19:52:27.108 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-10-16T19:52:28.030Z[ recovery-image] Oct 16 19:52:27.125 INFO O| Oct 16 19:52:27.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50762024-10-16T19:52:28.031Z[ recovery-image] Oct 16 19:52:27.125 INFO O| Oct 16 19:52:27.125 INFO STEP 306 (remove_files) COMPLETE
50772024-10-16T19:52:28.036Z[ recovery-image] Oct 16 19:52:27.125 INFO O| Oct 16 19:52:27.125 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-10-16T19:52:28.044Z[ recovery-image] Oct 16 19:52:27.144 INFO O| Oct 16 19:52:27.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50792024-10-16T19:52:28.044Z[ recovery-image] Oct 16 19:52:27.144 INFO O| Oct 16 19:52:27.144 INFO STEP 307 (remove_files) COMPLETE
50802024-10-16T19:52:28.048Z[ recovery-image] Oct 16 19:52:27.144 INFO O| Oct 16 19:52:27.144 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-10-16T19:52:28.065Z[ recovery-image] Oct 16 19:52:27.165 INFO O| Oct 16 19:52:27.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50822024-10-16T19:52:28.065Z[ recovery-image] Oct 16 19:52:27.165 INFO O| Oct 16 19:52:27.165 INFO STEP 308 (remove_files) COMPLETE
50832024-10-16T19:52:28.065Z[ recovery-image] Oct 16 19:52:27.165 INFO O| Oct 16 19:52:27.165 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-10-16T19:52:28.085Z[ recovery-image] Oct 16 19:52:27.184 INFO O| Oct 16 19:52:27.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50852024-10-16T19:52:28.085Z[ recovery-image] Oct 16 19:52:27.184 INFO O| Oct 16 19:52:27.184 INFO STEP 309 (remove_files) COMPLETE
50862024-10-16T19:52:28.085Z[ recovery-image] Oct 16 19:52:27.184 INFO O| Oct 16 19:52:27.184 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-10-16T19:52:28.103Z[ recovery-image] Oct 16 19:52:27.202 INFO O| Oct 16 19:52:27.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50882024-10-16T19:52:28.103Z[ recovery-image] Oct 16 19:52:27.203 INFO O| Oct 16 19:52:27.203 INFO STEP 310 (remove_files) COMPLETE
50892024-10-16T19:52:28.103Z[ recovery-image] Oct 16 19:52:27.203 INFO O| Oct 16 19:52:27.203 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-10-16T19:52:28.122Z[ recovery-image] Oct 16 19:52:27.222 INFO O| Oct 16 19:52:27.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50912024-10-16T19:52:28.122Z[ recovery-image] Oct 16 19:52:27.222 INFO O| Oct 16 19:52:27.222 INFO STEP 311 (remove_files) COMPLETE
50922024-10-16T19:52:28.122Z[ recovery-image] Oct 16 19:52:27.222 INFO O| Oct 16 19:52:27.222 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-10-16T19:52:28.140Z[ recovery-image] Oct 16 19:52:27.239 INFO O| Oct 16 19:52:27.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50942024-10-16T19:52:28.140Z[ recovery-image] Oct 16 19:52:27.239 INFO O| Oct 16 19:52:27.239 INFO STEP 312 (remove_files) COMPLETE
50952024-10-16T19:52:28.140Z[ recovery-image] Oct 16 19:52:27.239 INFO O| Oct 16 19:52:27.239 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-10-16T19:52:28.157Z[ recovery-image] Oct 16 19:52:27.256 INFO O| Oct 16 19:52:27.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50972024-10-16T19:52:28.157Z[ recovery-image] Oct 16 19:52:27.256 INFO O| Oct 16 19:52:27.256 INFO STEP 313 (remove_files) COMPLETE
50982024-10-16T19:52:28.157Z[ recovery-image] Oct 16 19:52:27.256 INFO O| Oct 16 19:52:27.256 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-10-16T19:52:28.225Z[ recovery-image] Oct 16 19:52:27.324 INFO O| Oct 16 19:52:27.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51002024-10-16T19:52:28.225Z[ recovery-image] Oct 16 19:52:27.324 INFO O| Oct 16 19:52:27.324 INFO STEP 314 (remove_files) COMPLETE
51012024-10-16T19:52:28.225Z[ recovery-image] Oct 16 19:52:27.324 INFO O| Oct 16 19:52:27.324 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-10-16T19:52:28.283Z[ recovery-image] Oct 16 19:52:27.382 INFO O| Oct 16 19:52:27.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51032024-10-16T19:52:28.283Z[ recovery-image] Oct 16 19:52:27.382 INFO O| Oct 16 19:52:27.382 INFO STEP 315 (remove_files) COMPLETE
51042024-10-16T19:52:28.283Z[ recovery-image] Oct 16 19:52:27.382 INFO O| Oct 16 19:52:27.382 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-10-16T19:52:28.317Z[ recovery-image] Oct 16 19:52:27.416 INFO O| Oct 16 19:52:27.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51062024-10-16T19:52:28.317Z[ recovery-image] Oct 16 19:52:27.416 INFO O| Oct 16 19:52:27.416 INFO STEP 316 (remove_files) COMPLETE
51072024-10-16T19:52:28.317Z[ recovery-image] Oct 16 19:52:27.416 INFO O| Oct 16 19:52:27.416 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-10-16T19:52:28.327Z[ host-image] Oct 16 19:52:27.425 INFO O| Oct 16 19:52:27.425 INFO O| Download: 707/1140 items 2.9/8.4MB 34% complete (615k/s)
51092024-10-16T19:52:28.339Z[ recovery-image] Oct 16 19:52:27.437 INFO O| Oct 16 19:52:27.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51102024-10-16T19:52:28.340Z[ recovery-image] Oct 16 19:52:27.437 INFO O| Oct 16 19:52:27.437 INFO STEP 317 (remove_files) COMPLETE
51112024-10-16T19:52:28.343Z[ recovery-image] Oct 16 19:52:27.437 INFO O| Oct 16 19:52:27.437 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-16T19:52:28.356Z[ recovery-image] Oct 16 19:52:27.456 INFO O| Oct 16 19:52:27.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51132024-10-16T19:52:28.359Z[ recovery-image] Oct 16 19:52:27.457 INFO O| Oct 16 19:52:27.457 INFO STEP 318 (remove_files) COMPLETE
51142024-10-16T19:52:28.359Z[ recovery-image] Oct 16 19:52:27.457 INFO O| Oct 16 19:52:27.457 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-16T19:52:28.375Z[ recovery-image] Oct 16 19:52:27.475 INFO O| Oct 16 19:52:27.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51162024-10-16T19:52:28.379Z[ recovery-image] Oct 16 19:52:27.475 INFO O| Oct 16 19:52:27.475 INFO STEP 319 (remove_files) COMPLETE
51172024-10-16T19:52:28.379Z[ recovery-image] Oct 16 19:52:27.475 INFO O| Oct 16 19:52:27.475 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-16T19:52:28.395Z[ recovery-image] Oct 16 19:52:27.495 INFO O| Oct 16 19:52:27.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51192024-10-16T19:52:28.398Z[ recovery-image] Oct 16 19:52:27.495 INFO O| Oct 16 19:52:27.495 INFO STEP 320 (remove_files) COMPLETE
51202024-10-16T19:52:28.398Z[ recovery-image] Oct 16 19:52:27.495 INFO O| Oct 16 19:52:27.495 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-16T19:52:28.415Z[ recovery-image] Oct 16 19:52:27.513 INFO O| Oct 16 19:52:27.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51222024-10-16T19:52:28.415Z[ recovery-image] Oct 16 19:52:27.513 INFO O| Oct 16 19:52:27.513 INFO STEP 321 (remove_files) COMPLETE
51232024-10-16T19:52:28.416Z[ recovery-image] Oct 16 19:52:27.513 INFO O| Oct 16 19:52:27.513 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-16T19:52:28.432Z[ recovery-image] Oct 16 19:52:27.532 INFO O| Oct 16 19:52:27.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51252024-10-16T19:52:28.432Z[ recovery-image] Oct 16 19:52:27.532 INFO O| Oct 16 19:52:27.532 INFO STEP 322 (remove_files) COMPLETE
51262024-10-16T19:52:28.432Z[ recovery-image] Oct 16 19:52:27.532 INFO O| Oct 16 19:52:27.532 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-16T19:52:28.489Z[ recovery-image] Oct 16 19:52:27.550 INFO O| Oct 16 19:52:27.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51282024-10-16T19:52:28.489Z[ recovery-image] Oct 16 19:52:27.551 INFO O| Oct 16 19:52:27.550 INFO STEP 323 (remove_files) COMPLETE
51292024-10-16T19:52:28.490Z[ recovery-image] Oct 16 19:52:27.551 INFO O| Oct 16 19:52:27.551 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-16T19:52:28.510Z[ recovery-image] Oct 16 19:52:27.572 INFO O| Oct 16 19:52:27.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51312024-10-16T19:52:28.510Z[ recovery-image] Oct 16 19:52:27.572 INFO O| Oct 16 19:52:27.572 INFO STEP 324 (remove_files) COMPLETE
51322024-10-16T19:52:28.510Z[ recovery-image] Oct 16 19:52:27.572 INFO O| Oct 16 19:52:27.572 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-16T19:52:28.529Z[ recovery-image] Oct 16 19:52:27.593 INFO O| Oct 16 19:52:27.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51342024-10-16T19:52:28.529Z[ recovery-image] Oct 16 19:52:27.594 INFO O| Oct 16 19:52:27.593 INFO STEP 325 (remove_files) COMPLETE
51352024-10-16T19:52:28.529Z[ recovery-image] Oct 16 19:52:27.594 INFO O| Oct 16 19:52:27.594 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-16T19:52:28.549Z[ recovery-image] Oct 16 19:52:27.639 INFO O| Oct 16 19:52:27.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51372024-10-16T19:52:28.549Z[ recovery-image] Oct 16 19:52:27.639 INFO O| Oct 16 19:52:27.639 INFO STEP 326 (remove_files) COMPLETE
51382024-10-16T19:52:28.570Z[ recovery-image] Oct 16 19:52:27.640 INFO O| Oct 16 19:52:27.640 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-16T19:52:28.586Z[ recovery-image] Oct 16 19:52:27.671 INFO O| Oct 16 19:52:27.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51402024-10-16T19:52:28.586Z[ recovery-image] Oct 16 19:52:27.671 INFO O| Oct 16 19:52:27.671 INFO STEP 327 (remove_files) COMPLETE
51412024-10-16T19:52:28.586Z[ recovery-image] Oct 16 19:52:27.671 INFO O| Oct 16 19:52:27.671 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-16T19:52:28.731Z[ recovery-image] Oct 16 19:52:27.691 INFO O| Oct 16 19:52:27.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51432024-10-16T19:52:28.735Z[ recovery-image] Oct 16 19:52:27.691 INFO O| Oct 16 19:52:27.691 INFO STEP 328 (remove_files) COMPLETE
51442024-10-16T19:52:28.735Z[ recovery-image] Oct 16 19:52:27.691 INFO O| Oct 16 19:52:27.691 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.711 INFO O| Oct 16 19:52:27.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51462024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.711 INFO O| Oct 16 19:52:27.711 INFO STEP 329 (remove_files) COMPLETE
51472024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.711 INFO O| Oct 16 19:52:27.711 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.730 INFO O| Oct 16 19:52:27.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51492024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.731 INFO O| Oct 16 19:52:27.731 INFO STEP 330 (remove_files) COMPLETE
51502024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.731 INFO O| Oct 16 19:52:27.731 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.754 INFO O| Oct 16 19:52:27.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51522024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.754 INFO O| Oct 16 19:52:27.754 INFO STEP 331 (remove_files) COMPLETE
51532024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.754 INFO O| Oct 16 19:52:27.754 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.783 INFO O| Oct 16 19:52:27.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51552024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.783 INFO O| Oct 16 19:52:27.783 INFO STEP 332 (remove_files) COMPLETE
51562024-10-16T19:52:28.736Z[ recovery-image] Oct 16 19:52:27.783 INFO O| Oct 16 19:52:27.783 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-10-16T19:52:28.740Z[ recovery-image] Oct 16 19:52:27.835 INFO O| Oct 16 19:52:27.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51582024-10-16T19:52:28.740Z[ recovery-image] Oct 16 19:52:27.835 INFO O| Oct 16 19:52:27.835 INFO STEP 333 (remove_files) COMPLETE
51592024-10-16T19:52:28.740Z[ recovery-image] Oct 16 19:52:27.835 INFO O| Oct 16 19:52:27.835 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-10-16T19:52:28.757Z[ recovery-image] Oct 16 19:52:27.856 INFO O| Oct 16 19:52:27.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51612024-10-16T19:52:28.760Z[ recovery-image] Oct 16 19:52:27.857 INFO O| Oct 16 19:52:27.856 INFO STEP 334 (remove_files) COMPLETE
51622024-10-16T19:52:28.760Z[ recovery-image] Oct 16 19:52:27.857 INFO O| Oct 16 19:52:27.857 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-10-16T19:52:28.777Z[ recovery-image] Oct 16 19:52:27.877 INFO O| Oct 16 19:52:27.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51642024-10-16T19:52:28.781Z[ recovery-image] Oct 16 19:52:27.877 INFO O| Oct 16 19:52:27.877 INFO STEP 335 (remove_files) COMPLETE
51652024-10-16T19:52:28.781Z[ recovery-image] Oct 16 19:52:27.877 INFO O| Oct 16 19:52:27.877 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-10-16T19:52:28.800Z[ recovery-image] Oct 16 19:52:27.899 INFO O| Oct 16 19:52:27.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51672024-10-16T19:52:28.803Z[ recovery-image] Oct 16 19:52:27.900 INFO O| Oct 16 19:52:27.900 INFO STEP 336 (remove_files) COMPLETE
51682024-10-16T19:52:28.803Z[ recovery-image] Oct 16 19:52:27.900 INFO O| Oct 16 19:52:27.900 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-10-16T19:52:28.824Z[ recovery-image] Oct 16 19:52:27.924 INFO O| Oct 16 19:52:27.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51702024-10-16T19:52:28.824Z[ recovery-image] Oct 16 19:52:27.924 INFO O| Oct 16 19:52:27.924 INFO STEP 337 (remove_files) COMPLETE
51712024-10-16T19:52:28.825Z[ recovery-image] Oct 16 19:52:27.924 INFO O| Oct 16 19:52:27.924 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-10-16T19:52:28.847Z[ recovery-image] Oct 16 19:52:27.947 INFO O| Oct 16 19:52:27.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51732024-10-16T19:52:28.847Z[ recovery-image] Oct 16 19:52:27.947 INFO O| Oct 16 19:52:27.947 INFO STEP 338 (remove_files) COMPLETE
51742024-10-16T19:52:28.847Z[ recovery-image] Oct 16 19:52:27.947 INFO O| Oct 16 19:52:27.947 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-10-16T19:52:28.887Z[ recovery-image] Oct 16 19:52:27.987 INFO O| Oct 16 19:52:27.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51762024-10-16T19:52:28.890Z[ recovery-image] Oct 16 19:52:27.987 INFO O| Oct 16 19:52:27.987 INFO STEP 339 (remove_files) COMPLETE
51772024-10-16T19:52:28.891Z[ recovery-image] Oct 16 19:52:27.987 INFO O| Oct 16 19:52:27.987 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-10-16T19:52:28.910Z[ recovery-image] Oct 16 19:52:28.010 INFO O| Oct 16 19:52:28.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51792024-10-16T19:52:28.913Z[ recovery-image] Oct 16 19:52:28.010 INFO O| Oct 16 19:52:28.010 INFO STEP 340 (remove_files) COMPLETE
51802024-10-16T19:52:28.913Z[ recovery-image] Oct 16 19:52:28.010 INFO O| Oct 16 19:52:28.010 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-10-16T19:52:28.932Z[ recovery-image] Oct 16 19:52:28.031 INFO O| Oct 16 19:52:28.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51822024-10-16T19:52:28.935Z[ recovery-image] Oct 16 19:52:28.031 INFO O| Oct 16 19:52:28.031 INFO STEP 341 (remove_files) COMPLETE
51832024-10-16T19:52:28.935Z[ recovery-image] Oct 16 19:52:28.031 INFO O| Oct 16 19:52:28.031 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-10-16T19:52:28.964Z[ recovery-image] Oct 16 19:52:28.063 INFO O| Oct 16 19:52:28.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51852024-10-16T19:52:28.964Z[ recovery-image] Oct 16 19:52:28.063 INFO O| Oct 16 19:52:28.063 INFO STEP 342 (remove_files) COMPLETE
51862024-10-16T19:52:28.964Z[ recovery-image] Oct 16 19:52:28.063 INFO O| Oct 16 19:52:28.063 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-10-16T19:52:29.022Z[ recovery-image] Oct 16 19:52:28.122 INFO O| Oct 16 19:52:28.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51882024-10-16T19:52:29.023Z[ recovery-image] Oct 16 19:52:28.122 INFO O| Oct 16 19:52:28.122 INFO STEP 343 (remove_files) COMPLETE
51892024-10-16T19:52:29.023Z[ recovery-image] Oct 16 19:52:28.122 INFO O| Oct 16 19:52:28.122 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-16T19:52:29.043Z[ recovery-image] Oct 16 19:52:28.141 INFO O| Oct 16 19:52:28.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51912024-10-16T19:52:29.043Z[ recovery-image] Oct 16 19:52:28.141 INFO O| Oct 16 19:52:28.141 INFO STEP 344 (remove_files) COMPLETE
51922024-10-16T19:52:29.043Z[ recovery-image] Oct 16 19:52:28.141 INFO O| Oct 16 19:52:28.141 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-16T19:52:29.063Z[ recovery-image] Oct 16 19:52:28.160 INFO O| Oct 16 19:52:28.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51942024-10-16T19:52:29.063Z[ recovery-image] Oct 16 19:52:28.160 INFO O| Oct 16 19:52:28.160 INFO STEP 345 (remove_files) COMPLETE
51952024-10-16T19:52:29.063Z[ recovery-image] Oct 16 19:52:28.160 INFO O| Oct 16 19:52:28.160 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-16T19:52:29.081Z[ recovery-image] Oct 16 19:52:28.181 INFO O| Oct 16 19:52:28.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51972024-10-16T19:52:29.081Z[ recovery-image] Oct 16 19:52:28.181 INFO O| Oct 16 19:52:28.181 INFO STEP 346 (remove_files) COMPLETE
51982024-10-16T19:52:29.084Z[ recovery-image] Oct 16 19:52:28.181 INFO O| Oct 16 19:52:28.181 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-16T19:52:29.100Z[ recovery-image] Oct 16 19:52:28.200 INFO O| Oct 16 19:52:28.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52002024-10-16T19:52:29.100Z[ recovery-image] Oct 16 19:52:28.200 INFO O| Oct 16 19:52:28.200 INFO STEP 347 (remove_files) COMPLETE
52012024-10-16T19:52:29.100Z[ recovery-image] Oct 16 19:52:28.200 INFO O| Oct 16 19:52:28.200 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-16T19:52:29.119Z[ recovery-image] Oct 16 19:52:28.218 INFO O| Oct 16 19:52:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52032024-10-16T19:52:29.122Z[ recovery-image] Oct 16 19:52:28.218 INFO O| Oct 16 19:52:28.218 INFO STEP 348 (remove_files) COMPLETE
52042024-10-16T19:52:29.122Z[ recovery-image] Oct 16 19:52:28.218 INFO O| Oct 16 19:52:28.218 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-16T19:52:29.137Z[ recovery-image] Oct 16 19:52:28.237 INFO O| Oct 16 19:52:28.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52062024-10-16T19:52:29.141Z[ recovery-image] Oct 16 19:52:28.237 INFO O| Oct 16 19:52:28.237 INFO STEP 349 (remove_files) COMPLETE
52072024-10-16T19:52:29.141Z[ recovery-image] Oct 16 19:52:28.237 INFO O| Oct 16 19:52:28.237 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-16T19:52:29.156Z[ recovery-image] Oct 16 19:52:28.255 INFO O| Oct 16 19:52:28.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52092024-10-16T19:52:29.156Z[ recovery-image] Oct 16 19:52:28.256 INFO O| Oct 16 19:52:28.255 INFO STEP 350 (remove_files) COMPLETE
52102024-10-16T19:52:29.156Z[ recovery-image] Oct 16 19:52:28.256 INFO O| Oct 16 19:52:28.255 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-16T19:52:29.176Z[ recovery-image] Oct 16 19:52:28.276 INFO O| Oct 16 19:52:28.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52122024-10-16T19:52:29.177Z[ recovery-image] Oct 16 19:52:28.276 INFO O| Oct 16 19:52:28.276 INFO STEP 351 (remove_files) COMPLETE
52132024-10-16T19:52:29.180Z[ recovery-image] Oct 16 19:52:28.276 INFO O| Oct 16 19:52:28.276 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-16T19:52:29.239Z[ recovery-image] Oct 16 19:52:28.338 INFO O| Oct 16 19:52:28.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52152024-10-16T19:52:29.239Z[ recovery-image] Oct 16 19:52:28.338 INFO O| Oct 16 19:52:28.338 INFO STEP 352 (remove_files) COMPLETE
52162024-10-16T19:52:29.243Z[ recovery-image] Oct 16 19:52:28.338 INFO O| Oct 16 19:52:28.338 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-16T19:52:29.276Z[ recovery-image] Oct 16 19:52:28.375 INFO O| Oct 16 19:52:28.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52182024-10-16T19:52:29.276Z[ recovery-image] Oct 16 19:52:28.375 INFO O| Oct 16 19:52:28.375 INFO STEP 353 (remove_files) COMPLETE
52192024-10-16T19:52:29.276Z[ recovery-image] Oct 16 19:52:28.375 INFO O| Oct 16 19:52:28.375 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-16T19:52:29.300Z[ recovery-image] Oct 16 19:52:28.399 INFO O| Oct 16 19:52:28.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52212024-10-16T19:52:29.303Z[ recovery-image] Oct 16 19:52:28.399 INFO O| Oct 16 19:52:28.399 INFO STEP 354 (remove_files) COMPLETE
52222024-10-16T19:52:29.303Z[ recovery-image] Oct 16 19:52:28.399 INFO O| Oct 16 19:52:28.399 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-16T19:52:29.320Z[ recovery-image] Oct 16 19:52:28.420 INFO O| Oct 16 19:52:28.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52242024-10-16T19:52:29.323Z[ recovery-image] Oct 16 19:52:28.420 INFO O| Oct 16 19:52:28.420 INFO STEP 355 (remove_files) COMPLETE
52252024-10-16T19:52:29.323Z[ recovery-image] Oct 16 19:52:28.420 INFO O| Oct 16 19:52:28.420 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-16T19:52:29.339Z[ recovery-image] Oct 16 19:52:28.439 INFO O| Oct 16 19:52:28.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52272024-10-16T19:52:29.343Z[ recovery-image] Oct 16 19:52:28.439 INFO O| Oct 16 19:52:28.439 INFO STEP 356 (remove_files) COMPLETE
52282024-10-16T19:52:29.343Z[ recovery-image] Oct 16 19:52:28.439 INFO O| Oct 16 19:52:28.439 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-16T19:52:29.358Z[ recovery-image] Oct 16 19:52:28.457 INFO O| Oct 16 19:52:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52302024-10-16T19:52:29.361Z[ recovery-image] Oct 16 19:52:28.457 INFO O| Oct 16 19:52:28.457 INFO STEP 357 (remove_files) COMPLETE
52312024-10-16T19:52:29.361Z[ recovery-image] Oct 16 19:52:28.457 INFO O| Oct 16 19:52:28.457 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-16T19:52:29.377Z[ recovery-image] Oct 16 19:52:28.477 INFO O| Oct 16 19:52:28.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52332024-10-16T19:52:29.382Z[ recovery-image] Oct 16 19:52:28.477 INFO O| Oct 16 19:52:28.477 INFO STEP 358 (remove_files) COMPLETE
52342024-10-16T19:52:29.382Z[ recovery-image] Oct 16 19:52:28.477 INFO O| Oct 16 19:52:28.477 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-16T19:52:29.415Z[ recovery-image] Oct 16 19:52:28.514 INFO O| Oct 16 19:52:28.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52362024-10-16T19:52:29.415Z[ recovery-image] Oct 16 19:52:28.514 INFO O| Oct 16 19:52:28.514 INFO STEP 359 (remove_files) COMPLETE
52372024-10-16T19:52:29.415Z[ recovery-image] Oct 16 19:52:28.514 INFO O| Oct 16 19:52:28.514 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-16T19:52:29.453Z[ recovery-image] Oct 16 19:52:28.552 INFO O| Oct 16 19:52:28.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52392024-10-16T19:52:29.453Z[ recovery-image] Oct 16 19:52:28.552 INFO O| Oct 16 19:52:28.552 INFO STEP 360 (remove_files) COMPLETE
52402024-10-16T19:52:29.453Z[ recovery-image] Oct 16 19:52:28.552 INFO O| Oct 16 19:52:28.552 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-16T19:52:29.517Z[ recovery-image] Oct 16 19:52:28.616 INFO O| Oct 16 19:52:28.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52422024-10-16T19:52:29.517Z[ recovery-image] Oct 16 19:52:28.616 INFO O| Oct 16 19:52:28.616 INFO STEP 361 (remove_files) COMPLETE
52432024-10-16T19:52:29.517Z[ recovery-image] Oct 16 19:52:28.616 INFO O| Oct 16 19:52:28.616 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-16T19:52:29.576Z[ recovery-image] Oct 16 19:52:28.675 INFO O| Oct 16 19:52:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52452024-10-16T19:52:29.576Z[ recovery-image] Oct 16 19:52:28.675 INFO O| Oct 16 19:52:28.675 INFO STEP 362 (remove_files) COMPLETE
52462024-10-16T19:52:29.576Z[ recovery-image] Oct 16 19:52:28.675 INFO O| Oct 16 19:52:28.675 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-16T19:52:29.631Z[ recovery-image] Oct 16 19:52:28.730 INFO O| Oct 16 19:52:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52482024-10-16T19:52:29.631Z[ recovery-image] Oct 16 19:52:28.730 INFO O| Oct 16 19:52:28.730 INFO STEP 363 (remove_files) COMPLETE
52492024-10-16T19:52:29.631Z[ recovery-image] Oct 16 19:52:28.730 INFO O| Oct 16 19:52:28.730 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-16T19:52:29.649Z[ recovery-image] Oct 16 19:52:28.748 INFO O| Oct 16 19:52:28.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52512024-10-16T19:52:29.649Z[ recovery-image] Oct 16 19:52:28.748 INFO O| Oct 16 19:52:28.748 INFO STEP 364 (remove_files) COMPLETE
52522024-10-16T19:52:29.649Z[ recovery-image] Oct 16 19:52:28.748 INFO O| Oct 16 19:52:28.748 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-16T19:52:29.682Z[ recovery-image] Oct 16 19:52:28.781 INFO O| Oct 16 19:52:28.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52542024-10-16T19:52:29.682Z[ recovery-image] Oct 16 19:52:28.781 INFO O| Oct 16 19:52:28.781 INFO STEP 365 (remove_files) COMPLETE
52552024-10-16T19:52:29.682Z[ recovery-image] Oct 16 19:52:28.781 INFO O| Oct 16 19:52:28.781 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-16T19:52:29.738Z[ recovery-image] Oct 16 19:52:28.837 INFO O| Oct 16 19:52:28.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52572024-10-16T19:52:29.738Z[ recovery-image] Oct 16 19:52:28.837 INFO O| Oct 16 19:52:28.837 INFO STEP 366 (remove_files) COMPLETE
52582024-10-16T19:52:29.738Z[ recovery-image] Oct 16 19:52:28.837 INFO O| Oct 16 19:52:28.837 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-16T19:52:29.796Z[ recovery-image] Oct 16 19:52:28.895 INFO O| Oct 16 19:52:28.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52602024-10-16T19:52:29.796Z[ recovery-image] Oct 16 19:52:28.895 INFO O| Oct 16 19:52:28.895 INFO STEP 367 (remove_files) COMPLETE
52612024-10-16T19:52:29.796Z[ recovery-image] Oct 16 19:52:28.895 INFO O| Oct 16 19:52:28.895 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-16T19:52:29.816Z[ recovery-image] Oct 16 19:52:28.914 INFO O| Oct 16 19:52:28.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52632024-10-16T19:52:29.816Z[ recovery-image] Oct 16 19:52:28.914 INFO O| Oct 16 19:52:28.914 INFO STEP 368 (remove_files) COMPLETE
52642024-10-16T19:52:29.816Z[ recovery-image] Oct 16 19:52:28.914 INFO O| Oct 16 19:52:28.914 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-16T19:52:29.834Z[ recovery-image] Oct 16 19:52:28.933 INFO O| Oct 16 19:52:28.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52662024-10-16T19:52:29.834Z[ recovery-image] Oct 16 19:52:28.934 INFO O| Oct 16 19:52:28.933 INFO STEP 369 (remove_files) COMPLETE
52672024-10-16T19:52:29.835Z[ recovery-image] Oct 16 19:52:28.934 INFO O| Oct 16 19:52:28.934 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-16T19:52:29.853Z[ recovery-image] Oct 16 19:52:28.952 INFO O| Oct 16 19:52:28.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52692024-10-16T19:52:29.853Z[ recovery-image] Oct 16 19:52:28.952 INFO O| Oct 16 19:52:28.952 INFO STEP 370 (remove_files) COMPLETE
52702024-10-16T19:52:29.853Z[ recovery-image] Oct 16 19:52:28.952 INFO O| Oct 16 19:52:28.952 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-16T19:52:29.877Z[ recovery-image] Oct 16 19:52:28.976 INFO O| Oct 16 19:52:28.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52722024-10-16T19:52:29.880Z[ recovery-image] Oct 16 19:52:28.977 INFO O| Oct 16 19:52:28.977 INFO STEP 371 (remove_files) COMPLETE
52732024-10-16T19:52:29.882Z[ recovery-image] Oct 16 19:52:28.977 INFO O| Oct 16 19:52:28.977 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-16T19:52:29.898Z[ recovery-image] Oct 16 19:52:28.997 INFO O| Oct 16 19:52:28.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52752024-10-16T19:52:29.901Z[ recovery-image] Oct 16 19:52:28.997 INFO O| Oct 16 19:52:28.997 INFO STEP 372 (remove_files) COMPLETE
52762024-10-16T19:52:29.901Z[ recovery-image] Oct 16 19:52:28.997 INFO O| Oct 16 19:52:28.997 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-16T19:52:29.922Z[ recovery-image] Oct 16 19:52:29.022 INFO O| Oct 16 19:52:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52782024-10-16T19:52:29.925Z[ recovery-image] Oct 16 19:52:29.022 INFO O| Oct 16 19:52:29.022 INFO STEP 373 (remove_files) COMPLETE
52792024-10-16T19:52:29.926Z[ recovery-image] Oct 16 19:52:29.022 INFO O| Oct 16 19:52:29.022 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-16T19:52:29.944Z[ recovery-image] Oct 16 19:52:29.043 INFO O| Oct 16 19:52:29.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52812024-10-16T19:52:29.946Z[ recovery-image] Oct 16 19:52:29.043 INFO O| Oct 16 19:52:29.043 INFO STEP 374 (remove_files) COMPLETE
52822024-10-16T19:52:29.946Z[ recovery-image] Oct 16 19:52:29.043 INFO O| Oct 16 19:52:29.043 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-16T19:52:29.964Z[ recovery-image] Oct 16 19:52:29.062 INFO O| Oct 16 19:52:29.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52842024-10-16T19:52:29.967Z[ recovery-image] Oct 16 19:52:29.063 INFO O| Oct 16 19:52:29.063 INFO STEP 375 (remove_files) COMPLETE
52852024-10-16T19:52:29.967Z[ recovery-image] Oct 16 19:52:29.063 INFO O| Oct 16 19:52:29.063 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-10-16T19:52:29.983Z[ recovery-image] Oct 16 19:52:29.082 INFO O| Oct 16 19:52:29.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52872024-10-16T19:52:29.986Z[ recovery-image] Oct 16 19:52:29.082 INFO O| Oct 16 19:52:29.082 INFO STEP 376 (remove_files) COMPLETE
52882024-10-16T19:52:29.986Z[ recovery-image] Oct 16 19:52:29.082 INFO O| Oct 16 19:52:29.082 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-10-16T19:52:30.003Z[ recovery-image] Oct 16 19:52:29.102 INFO O| Oct 16 19:52:29.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52902024-10-16T19:52:30.008Z[ recovery-image] Oct 16 19:52:29.102 INFO O| Oct 16 19:52:29.102 INFO STEP 377 (remove_files) COMPLETE
52912024-10-16T19:52:30.008Z[ recovery-image] Oct 16 19:52:29.103 INFO O| Oct 16 19:52:29.102 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-10-16T19:52:30.023Z[ recovery-image] Oct 16 19:52:29.121 INFO O| Oct 16 19:52:29.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52932024-10-16T19:52:30.027Z[ recovery-image] Oct 16 19:52:29.121 INFO O| Oct 16 19:52:29.121 INFO STEP 378 (remove_files) COMPLETE
52942024-10-16T19:52:30.027Z[ recovery-image] Oct 16 19:52:29.121 INFO O| Oct 16 19:52:29.121 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-10-16T19:52:30.041Z[ recovery-image] Oct 16 19:52:29.140 INFO O| Oct 16 19:52:29.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52962024-10-16T19:52:30.044Z[ recovery-image] Oct 16 19:52:29.140 INFO O| Oct 16 19:52:29.140 INFO STEP 379 (remove_files) COMPLETE
52972024-10-16T19:52:30.044Z[ recovery-image] Oct 16 19:52:29.140 INFO O| Oct 16 19:52:29.140 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-10-16T19:52:30.060Z[ recovery-image] Oct 16 19:52:29.159 INFO O| Oct 16 19:52:29.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52992024-10-16T19:52:30.066Z[ recovery-image] Oct 16 19:52:29.159 INFO O| Oct 16 19:52:29.159 INFO STEP 380 (remove_files) COMPLETE
53002024-10-16T19:52:30.066Z[ recovery-image] Oct 16 19:52:29.159 INFO O| Oct 16 19:52:29.159 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-10-16T19:52:30.079Z[ recovery-image] Oct 16 19:52:29.178 INFO O| Oct 16 19:52:29.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53022024-10-16T19:52:30.082Z[ recovery-image] Oct 16 19:52:29.178 INFO O| Oct 16 19:52:29.178 INFO STEP 381 (remove_files) COMPLETE
53032024-10-16T19:52:30.082Z[ recovery-image] Oct 16 19:52:29.178 INFO O| Oct 16 19:52:29.178 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-10-16T19:52:30.150Z[ recovery-image] Oct 16 19:52:29.249 INFO O| Oct 16 19:52:29.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53052024-10-16T19:52:30.150Z[ recovery-image] Oct 16 19:52:29.249 INFO O| Oct 16 19:52:29.249 INFO STEP 382 (remove_files) COMPLETE
53062024-10-16T19:52:30.153Z[ recovery-image] Oct 16 19:52:29.249 INFO O| Oct 16 19:52:29.249 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-10-16T19:52:30.189Z[ recovery-image] Oct 16 19:52:29.288 INFO O| Oct 16 19:52:29.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53082024-10-16T19:52:30.189Z[ recovery-image] Oct 16 19:52:29.288 INFO O| Oct 16 19:52:29.288 INFO STEP 383 (remove_files) COMPLETE
53092024-10-16T19:52:30.192Z[ recovery-image] Oct 16 19:52:29.288 INFO O| Oct 16 19:52:29.288 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-10-16T19:52:30.209Z[ recovery-image] Oct 16 19:52:29.308 INFO O| Oct 16 19:52:29.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53112024-10-16T19:52:30.209Z[ recovery-image] Oct 16 19:52:29.308 INFO O| Oct 16 19:52:29.308 INFO STEP 384 (remove_files) COMPLETE
53122024-10-16T19:52:30.209Z[ recovery-image] Oct 16 19:52:29.308 INFO O| Oct 16 19:52:29.308 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-10-16T19:52:30.340Z[ recovery-image] Oct 16 19:52:29.433 INFO O| Oct 16 19:52:29.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53142024-10-16T19:52:30.385Z[ recovery-image] Oct 16 19:52:29.433 INFO O| Oct 16 19:52:29.433 INFO STEP 385 (remove_files) COMPLETE
53152024-10-16T19:52:30.386Z[ recovery-image] Oct 16 19:52:29.433 INFO O| Oct 16 19:52:29.433 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-10-16T19:52:30.386Z[ recovery-image] Oct 16 19:52:29.459 INFO O| Oct 16 19:52:29.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53172024-10-16T19:52:30.386Z[ recovery-image] Oct 16 19:52:29.459 INFO O| Oct 16 19:52:29.459 INFO STEP 386 (remove_files) COMPLETE
53182024-10-16T19:52:30.386Z[ recovery-image] Oct 16 19:52:29.459 INFO O| Oct 16 19:52:29.459 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-10-16T19:52:30.386Z[ recovery-image] Oct 16 19:52:29.480 INFO O| Oct 16 19:52:29.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53202024-10-16T19:52:30.386Z[ recovery-image] Oct 16 19:52:29.480 INFO O| Oct 16 19:52:29.480 INFO STEP 387 (remove_files) COMPLETE
53212024-10-16T19:52:30.386Z[ recovery-image] Oct 16 19:52:29.480 INFO O| Oct 16 19:52:29.480 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-10-16T19:52:30.414Z[ recovery-image] Oct 16 19:52:29.499 INFO O| Oct 16 19:52:29.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53232024-10-16T19:52:30.414Z[ recovery-image] Oct 16 19:52:29.499 INFO O| Oct 16 19:52:29.499 INFO STEP 388 (remove_files) COMPLETE
53242024-10-16T19:52:30.414Z[ recovery-image] Oct 16 19:52:29.499 INFO O| Oct 16 19:52:29.499 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-10-16T19:52:30.419Z[ recovery-image] Oct 16 19:52:29.518 INFO O| Oct 16 19:52:29.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53262024-10-16T19:52:30.419Z[ recovery-image] Oct 16 19:52:29.518 INFO O| Oct 16 19:52:29.518 INFO STEP 389 (remove_files) COMPLETE
53272024-10-16T19:52:30.419Z[ recovery-image] Oct 16 19:52:29.518 INFO O| Oct 16 19:52:29.518 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-10-16T19:52:30.438Z[ recovery-image] Oct 16 19:52:29.536 INFO O| Oct 16 19:52:29.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53292024-10-16T19:52:30.447Z[ recovery-image] Oct 16 19:52:29.546 INFO O| Oct 16 19:52:29.546 INFO STEP 390 (remove_files) COMPLETE
53302024-10-16T19:52:30.448Z[ recovery-image] Oct 16 19:52:29.546 INFO O| Oct 16 19:52:29.546 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-10-16T19:52:30.479Z[ recovery-image] Oct 16 19:52:29.578 INFO O| Oct 16 19:52:29.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53322024-10-16T19:52:30.479Z[ recovery-image] Oct 16 19:52:29.578 INFO O| Oct 16 19:52:29.578 INFO STEP 391 (remove_files) COMPLETE
53332024-10-16T19:52:30.479Z[ recovery-image] Oct 16 19:52:29.578 INFO O| Oct 16 19:52:29.578 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-10-16T19:52:30.498Z[ recovery-image] Oct 16 19:52:29.597 INFO O| Oct 16 19:52:29.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53352024-10-16T19:52:30.498Z[ recovery-image] Oct 16 19:52:29.597 INFO O| Oct 16 19:52:29.597 INFO STEP 392 (remove_files) COMPLETE
53362024-10-16T19:52:30.500Z[ recovery-image] Oct 16 19:52:29.597 INFO O| Oct 16 19:52:29.597 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-10-16T19:52:30.517Z[ recovery-image] Oct 16 19:52:29.616 INFO O| Oct 16 19:52:29.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53382024-10-16T19:52:30.517Z[ recovery-image] Oct 16 19:52:29.616 INFO O| Oct 16 19:52:29.616 INFO STEP 393 (remove_files) COMPLETE
53392024-10-16T19:52:30.520Z[ recovery-image] Oct 16 19:52:29.616 INFO O| Oct 16 19:52:29.616 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-10-16T19:52:30.537Z[ recovery-image] Oct 16 19:52:29.636 INFO O| Oct 16 19:52:29.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53412024-10-16T19:52:30.537Z[ recovery-image] Oct 16 19:52:29.636 INFO O| Oct 16 19:52:29.636 INFO STEP 394 (remove_files) COMPLETE
53422024-10-16T19:52:30.540Z[ recovery-image] Oct 16 19:52:29.636 INFO O| Oct 16 19:52:29.636 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-10-16T19:52:30.556Z[ recovery-image] Oct 16 19:52:29.656 INFO O| Oct 16 19:52:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53442024-10-16T19:52:30.557Z[ recovery-image] Oct 16 19:52:29.656 INFO O| Oct 16 19:52:29.656 INFO STEP 395 (remove_files) COMPLETE
53452024-10-16T19:52:30.557Z[ recovery-image] Oct 16 19:52:29.656 INFO O| Oct 16 19:52:29.656 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-10-16T19:52:30.578Z[ recovery-image] Oct 16 19:52:29.676 INFO O| Oct 16 19:52:29.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53472024-10-16T19:52:30.578Z[ recovery-image] Oct 16 19:52:29.677 INFO O| Oct 16 19:52:29.676 INFO STEP 396 (remove_files) COMPLETE
53482024-10-16T19:52:30.578Z[ recovery-image] Oct 16 19:52:29.677 INFO O| Oct 16 19:52:29.677 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-10-16T19:52:30.597Z[ recovery-image] Oct 16 19:52:29.695 INFO O| Oct 16 19:52:29.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53502024-10-16T19:52:30.598Z[ recovery-image] Oct 16 19:52:29.695 INFO O| Oct 16 19:52:29.695 INFO STEP 397 (remove_files) COMPLETE
53512024-10-16T19:52:30.598Z[ recovery-image] Oct 16 19:52:29.695 INFO O| Oct 16 19:52:29.695 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-10-16T19:52:30.616Z[ recovery-image] Oct 16 19:52:29.714 INFO O| Oct 16 19:52:29.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53532024-10-16T19:52:30.616Z[ recovery-image] Oct 16 19:52:29.714 INFO O| Oct 16 19:52:29.714 INFO STEP 398 (remove_files) COMPLETE
53542024-10-16T19:52:30.616Z[ recovery-image] Oct 16 19:52:29.714 INFO O| Oct 16 19:52:29.714 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-10-16T19:52:30.634Z[ recovery-image] Oct 16 19:52:29.733 INFO O| Oct 16 19:52:29.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53562024-10-16T19:52:30.634Z[ recovery-image] Oct 16 19:52:29.733 INFO O| Oct 16 19:52:29.733 INFO STEP 399 (remove_files) COMPLETE
53572024-10-16T19:52:30.637Z[ recovery-image] Oct 16 19:52:29.733 INFO O| Oct 16 19:52:29.733 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-10-16T19:52:30.654Z[ recovery-image] Oct 16 19:52:29.753 INFO O| Oct 16 19:52:29.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53592024-10-16T19:52:30.654Z[ recovery-image] Oct 16 19:52:29.753 INFO O| Oct 16 19:52:29.753 INFO STEP 400 (remove_files) COMPLETE
53602024-10-16T19:52:30.654Z[ recovery-image] Oct 16 19:52:29.753 INFO O| Oct 16 19:52:29.753 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-10-16T19:52:30.684Z[ recovery-image] Oct 16 19:52:29.783 INFO O| Oct 16 19:52:29.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53622024-10-16T19:52:30.684Z[ recovery-image] Oct 16 19:52:29.783 INFO O| Oct 16 19:52:29.783 INFO STEP 401 (remove_files) COMPLETE
53632024-10-16T19:52:30.688Z[ recovery-image] Oct 16 19:52:29.783 INFO O| Oct 16 19:52:29.783 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-10-16T19:52:30.733Z[ recovery-image] Oct 16 19:52:29.832 INFO O| Oct 16 19:52:29.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53652024-10-16T19:52:30.736Z[ recovery-image] Oct 16 19:52:29.832 INFO O| Oct 16 19:52:29.832 INFO STEP 402 (remove_files) COMPLETE
53662024-10-16T19:52:30.736Z[ recovery-image] Oct 16 19:52:29.833 INFO O| Oct 16 19:52:29.832 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-10-16T19:52:30.796Z[ recovery-image] Oct 16 19:52:29.895 INFO O| Oct 16 19:52:29.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53682024-10-16T19:52:30.800Z[ recovery-image] Oct 16 19:52:29.895 INFO O| Oct 16 19:52:29.895 INFO STEP 403 (remove_files) COMPLETE
53692024-10-16T19:52:30.800Z[ recovery-image] Oct 16 19:52:29.895 INFO O| Oct 16 19:52:29.895 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-10-16T19:52:30.815Z[ recovery-image] Oct 16 19:52:29.914 INFO O| Oct 16 19:52:29.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53712024-10-16T19:52:30.819Z[ recovery-image] Oct 16 19:52:29.914 INFO O| Oct 16 19:52:29.914 INFO STEP 404 (remove_files) COMPLETE
53722024-10-16T19:52:30.819Z[ recovery-image] Oct 16 19:52:29.914 INFO O| Oct 16 19:52:29.914 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-10-16T19:52:30.834Z[ recovery-image] Oct 16 19:52:29.933 INFO O| Oct 16 19:52:29.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53742024-10-16T19:52:30.838Z[ recovery-image] Oct 16 19:52:29.933 INFO O| Oct 16 19:52:29.933 INFO STEP 405 (remove_files) COMPLETE
53752024-10-16T19:52:30.838Z[ recovery-image] Oct 16 19:52:29.933 INFO O| Oct 16 19:52:29.933 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-10-16T19:52:30.853Z[ recovery-image] Oct 16 19:52:29.952 INFO O| Oct 16 19:52:29.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53772024-10-16T19:52:30.853Z[ recovery-image] Oct 16 19:52:29.952 INFO O| Oct 16 19:52:29.952 INFO STEP 406 (remove_files) COMPLETE
53782024-10-16T19:52:30.856Z[ recovery-image] Oct 16 19:52:29.952 INFO O| Oct 16 19:52:29.952 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-10-16T19:52:30.872Z[ recovery-image] Oct 16 19:52:29.970 INFO O| Oct 16 19:52:29.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53802024-10-16T19:52:30.880Z[ recovery-image] Oct 16 19:52:29.970 INFO O| Oct 16 19:52:29.970 INFO STEP 407 (remove_files) COMPLETE
53812024-10-16T19:52:30.880Z[ recovery-image] Oct 16 19:52:29.970 INFO O| Oct 16 19:52:29.970 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-10-16T19:52:30.906Z[ recovery-image] Oct 16 19:52:30.004 INFO O| Oct 16 19:52:30.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53832024-10-16T19:52:30.906Z[ recovery-image] Oct 16 19:52:30.005 INFO O| Oct 16 19:52:30.005 INFO STEP 408 (remove_files) COMPLETE
53842024-10-16T19:52:30.906Z[ recovery-image] Oct 16 19:52:30.005 INFO O| Oct 16 19:52:30.005 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-10-16T19:52:30.925Z[ recovery-image] Oct 16 19:52:30.024 INFO O| Oct 16 19:52:30.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53862024-10-16T19:52:30.925Z[ recovery-image] Oct 16 19:52:30.024 INFO O| Oct 16 19:52:30.024 INFO STEP 409 (remove_files) COMPLETE
53872024-10-16T19:52:30.925Z[ recovery-image] Oct 16 19:52:30.024 INFO O| Oct 16 19:52:30.024 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-10-16T19:52:30.944Z[ recovery-image] Oct 16 19:52:30.043 INFO O| Oct 16 19:52:30.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53892024-10-16T19:52:30.944Z[ recovery-image] Oct 16 19:52:30.043 INFO O| Oct 16 19:52:30.043 INFO STEP 410 (remove_files) COMPLETE
53902024-10-16T19:52:30.948Z[ recovery-image] Oct 16 19:52:30.043 INFO O| Oct 16 19:52:30.043 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-10-16T19:52:30.981Z[ recovery-image] Oct 16 19:52:30.080 INFO O| Oct 16 19:52:30.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53922024-10-16T19:52:30.984Z[ recovery-image] Oct 16 19:52:30.080 INFO O| Oct 16 19:52:30.080 INFO STEP 411 (remove_files) COMPLETE
53932024-10-16T19:52:30.984Z[ recovery-image] Oct 16 19:52:30.080 INFO O| Oct 16 19:52:30.080 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-10-16T19:52:31.002Z[ recovery-image] Oct 16 19:52:30.101 INFO O| Oct 16 19:52:30.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53952024-10-16T19:52:31.005Z[ recovery-image] Oct 16 19:52:30.101 INFO O| Oct 16 19:52:30.101 INFO STEP 412 (remove_files) COMPLETE
53962024-10-16T19:52:31.005Z[ recovery-image] Oct 16 19:52:30.101 INFO O| Oct 16 19:52:30.101 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-10-16T19:52:31.022Z[ recovery-image] Oct 16 19:52:30.121 INFO O| Oct 16 19:52:30.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53982024-10-16T19:52:31.025Z[ recovery-image] Oct 16 19:52:30.122 INFO O| Oct 16 19:52:30.122 INFO STEP 413 (remove_files) COMPLETE
53992024-10-16T19:52:31.025Z[ recovery-image] Oct 16 19:52:30.122 INFO O| Oct 16 19:52:30.122 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-10-16T19:52:31.065Z[ recovery-image] Oct 16 19:52:30.163 INFO O| Oct 16 19:52:30.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54012024-10-16T19:52:31.065Z[ recovery-image] Oct 16 19:52:30.164 INFO O| Oct 16 19:52:30.164 INFO STEP 414 (remove_files) COMPLETE
54022024-10-16T19:52:31.068Z[ recovery-image] Oct 16 19:52:30.164 INFO O| Oct 16 19:52:30.164 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-10-16T19:52:31.084Z[ recovery-image] Oct 16 19:52:30.183 INFO O| Oct 16 19:52:30.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54042024-10-16T19:52:31.087Z[ recovery-image] Oct 16 19:52:30.183 INFO O| Oct 16 19:52:30.183 INFO STEP 415 (remove_files) COMPLETE
54052024-10-16T19:52:31.087Z[ recovery-image] Oct 16 19:52:30.184 INFO O| Oct 16 19:52:30.183 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-10-16T19:52:31.103Z[ recovery-image] Oct 16 19:52:30.202 INFO O| Oct 16 19:52:30.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54072024-10-16T19:52:31.106Z[ recovery-image] Oct 16 19:52:30.202 INFO O| Oct 16 19:52:30.202 INFO STEP 416 (remove_files) COMPLETE
54082024-10-16T19:52:31.106Z[ recovery-image] Oct 16 19:52:30.202 INFO O| Oct 16 19:52:30.202 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-10-16T19:52:31.123Z[ recovery-image] Oct 16 19:52:30.222 INFO O| Oct 16 19:52:30.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54102024-10-16T19:52:31.125Z[ recovery-image] Oct 16 19:52:30.222 INFO O| Oct 16 19:52:30.222 INFO STEP 417 (remove_files) COMPLETE
54112024-10-16T19:52:31.125Z[ recovery-image] Oct 16 19:52:30.222 INFO O| Oct 16 19:52:30.222 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-10-16T19:52:31.154Z[ recovery-image] Oct 16 19:52:30.252 INFO O| Oct 16 19:52:30.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54132024-10-16T19:52:31.154Z[ recovery-image] Oct 16 19:52:30.253 INFO O| Oct 16 19:52:30.252 INFO STEP 418 (remove_files) COMPLETE
54142024-10-16T19:52:31.154Z[ recovery-image] Oct 16 19:52:30.253 INFO O| Oct 16 19:52:30.253 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-10-16T19:52:31.172Z[ recovery-image] Oct 16 19:52:30.271 INFO O| Oct 16 19:52:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54162024-10-16T19:52:31.172Z[ recovery-image] Oct 16 19:52:30.271 INFO O| Oct 16 19:52:30.271 INFO STEP 419 (remove_files) COMPLETE
54172024-10-16T19:52:31.172Z[ recovery-image] Oct 16 19:52:30.271 INFO O| Oct 16 19:52:30.271 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-10-16T19:52:31.191Z[ recovery-image] Oct 16 19:52:30.290 INFO O| Oct 16 19:52:30.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54192024-10-16T19:52:31.191Z[ recovery-image] Oct 16 19:52:30.290 INFO O| Oct 16 19:52:30.290 INFO STEP 420 (remove_files) COMPLETE
54202024-10-16T19:52:31.195Z[ recovery-image] Oct 16 19:52:30.290 INFO O| Oct 16 19:52:30.290 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-10-16T19:52:31.210Z[ recovery-image] Oct 16 19:52:30.309 INFO O| Oct 16 19:52:30.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54222024-10-16T19:52:31.210Z[ recovery-image] Oct 16 19:52:30.309 INFO O| Oct 16 19:52:30.309 INFO STEP 421 (remove_files) COMPLETE
54232024-10-16T19:52:31.214Z[ recovery-image] Oct 16 19:52:30.309 INFO O| Oct 16 19:52:30.309 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-10-16T19:52:31.259Z[ recovery-image] Oct 16 19:52:30.358 INFO O| Oct 16 19:52:30.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54252024-10-16T19:52:31.259Z[ recovery-image] Oct 16 19:52:30.358 INFO O| Oct 16 19:52:30.358 INFO STEP 422 (remove_files) COMPLETE
54262024-10-16T19:52:31.259Z[ recovery-image] Oct 16 19:52:30.358 INFO O| Oct 16 19:52:30.358 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-10-16T19:52:31.280Z[ recovery-image] Oct 16 19:52:30.378 INFO O| Oct 16 19:52:30.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54282024-10-16T19:52:31.280Z[ recovery-image] Oct 16 19:52:30.378 INFO O| Oct 16 19:52:30.378 INFO STEP 423 (remove_files) COMPLETE
54292024-10-16T19:52:31.280Z[ recovery-image] Oct 16 19:52:30.378 INFO O| Oct 16 19:52:30.378 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-10-16T19:52:31.311Z[ recovery-image] Oct 16 19:52:30.395 INFO O| Oct 16 19:52:30.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54312024-10-16T19:52:31.311Z[ recovery-image] Oct 16 19:52:30.395 INFO O| Oct 16 19:52:30.395 INFO STEP 424 (remove_files) COMPLETE
54322024-10-16T19:52:31.311Z[ recovery-image] Oct 16 19:52:30.395 INFO O| Oct 16 19:52:30.395 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-10-16T19:52:31.316Z[ recovery-image] Oct 16 19:52:30.414 INFO O| Oct 16 19:52:30.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54342024-10-16T19:52:31.316Z[ recovery-image] Oct 16 19:52:30.414 INFO O| Oct 16 19:52:30.414 INFO STEP 425 (remove_files) COMPLETE
54352024-10-16T19:52:31.316Z[ recovery-image] Oct 16 19:52:30.414 INFO O| Oct 16 19:52:30.414 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-10-16T19:52:31.335Z[ recovery-image] Oct 16 19:52:30.433 INFO O| Oct 16 19:52:30.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54372024-10-16T19:52:31.335Z[ recovery-image] Oct 16 19:52:30.433 INFO O| Oct 16 19:52:30.433 INFO STEP 426 (remove_files) COMPLETE
54382024-10-16T19:52:31.335Z[ recovery-image] Oct 16 19:52:30.433 INFO O| Oct 16 19:52:30.433 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-10-16T19:52:31.354Z[ recovery-image] Oct 16 19:52:30.452 INFO O| Oct 16 19:52:30.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54402024-10-16T19:52:31.354Z[ recovery-image] Oct 16 19:52:30.452 INFO O| Oct 16 19:52:30.452 INFO STEP 427 (remove_files) COMPLETE
54412024-10-16T19:52:31.354Z[ recovery-image] Oct 16 19:52:30.452 INFO O| Oct 16 19:52:30.452 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-10-16T19:52:31.389Z[ recovery-image] Oct 16 19:52:30.488 INFO O| Oct 16 19:52:30.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54432024-10-16T19:52:31.423Z[ recovery-image] Oct 16 19:52:30.522 INFO O| Oct 16 19:52:30.522 INFO STEP 428 (remove_files) COMPLETE
54442024-10-16T19:52:31.423Z[ recovery-image] Oct 16 19:52:30.522 INFO O| Oct 16 19:52:30.522 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-10-16T19:52:31.443Z[ recovery-image] Oct 16 19:52:30.542 INFO O| Oct 16 19:52:30.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54462024-10-16T19:52:31.446Z[ recovery-image] Oct 16 19:52:30.542 INFO O| Oct 16 19:52:30.542 INFO STEP 429 (remove_files) COMPLETE
54472024-10-16T19:52:31.446Z[ recovery-image] Oct 16 19:52:30.542 INFO O| Oct 16 19:52:30.542 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-10-16T19:52:31.464Z[ recovery-image] Oct 16 19:52:30.562 INFO O| Oct 16 19:52:30.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54492024-10-16T19:52:31.464Z[ recovery-image] Oct 16 19:52:30.562 INFO O| Oct 16 19:52:30.562 INFO STEP 430 (remove_files) COMPLETE
54502024-10-16T19:52:31.464Z[ recovery-image] Oct 16 19:52:30.562 INFO O| Oct 16 19:52:30.562 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-10-16T19:52:31.485Z[ recovery-image] Oct 16 19:52:30.583 INFO O| Oct 16 19:52:30.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54522024-10-16T19:52:31.485Z[ recovery-image] Oct 16 19:52:30.584 INFO O| Oct 16 19:52:30.584 INFO STEP 431 (remove_files) COMPLETE
54532024-10-16T19:52:31.486Z[ recovery-image] Oct 16 19:52:30.584 INFO O| Oct 16 19:52:30.584 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-10-16T19:52:31.505Z[ recovery-image] Oct 16 19:52:30.603 INFO O| Oct 16 19:52:30.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54552024-10-16T19:52:31.505Z[ recovery-image] Oct 16 19:52:30.603 INFO O| Oct 16 19:52:30.603 INFO STEP 432 (remove_files) COMPLETE
54562024-10-16T19:52:31.505Z[ recovery-image] Oct 16 19:52:30.603 INFO O| Oct 16 19:52:30.603 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-10-16T19:52:31.544Z[ recovery-image] Oct 16 19:52:30.642 INFO O| Oct 16 19:52:30.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54582024-10-16T19:52:31.544Z[ recovery-image] Oct 16 19:52:30.642 INFO O| Oct 16 19:52:30.642 INFO STEP 433 (remove_files) COMPLETE
54592024-10-16T19:52:31.548Z[ recovery-image] Oct 16 19:52:30.642 INFO O| Oct 16 19:52:30.642 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-10-16T19:52:31.588Z[ recovery-image] Oct 16 19:52:30.687 INFO O| Oct 16 19:52:30.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54612024-10-16T19:52:31.589Z[ recovery-image] Oct 16 19:52:30.688 INFO O| Oct 16 19:52:30.687 INFO STEP 434 (remove_files) COMPLETE
54622024-10-16T19:52:31.589Z[ recovery-image] Oct 16 19:52:30.688 INFO O| Oct 16 19:52:30.688 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-10-16T19:52:31.642Z[ recovery-image] Oct 16 19:52:30.739 INFO O| Oct 16 19:52:30.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54642024-10-16T19:52:31.642Z[ recovery-image] Oct 16 19:52:30.739 INFO O| Oct 16 19:52:30.739 INFO STEP 435 (remove_files) COMPLETE
54652024-10-16T19:52:31.642Z[ recovery-image] Oct 16 19:52:30.739 INFO O| Oct 16 19:52:30.739 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-10-16T19:52:31.665Z[ host-image] Oct 16 19:52:30.764 INFO O| Oct 16 19:52:30.764 INFO O| Download: Completed 8.42 MB in 8.34 seconds (1.0M/s)
54672024-10-16T19:52:31.670Z[ recovery-image] Oct 16 19:52:30.769 INFO O| Oct 16 19:52:30.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54682024-10-16T19:52:31.670Z[ recovery-image] Oct 16 19:52:30.769 INFO O| Oct 16 19:52:30.769 INFO STEP 436 (remove_files) COMPLETE
54692024-10-16T19:52:31.671Z[ recovery-image] Oct 16 19:52:30.769 INFO O| Oct 16 19:52:30.769 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-16T19:52:31.695Z[ recovery-image] Oct 16 19:52:30.794 INFO O| Oct 16 19:52:30.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54712024-10-16T19:52:31.696Z[ recovery-image] Oct 16 19:52:30.794 INFO O| Oct 16 19:52:30.794 INFO STEP 437 (remove_files) COMPLETE
54722024-10-16T19:52:31.696Z[ recovery-image] Oct 16 19:52:30.794 INFO O| Oct 16 19:52:30.794 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-16T19:52:32.127Z[ recovery-image] Oct 16 19:52:31.226 INFO O| Oct 16 19:52:31.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54742024-10-16T19:52:32.137Z[ recovery-image] Oct 16 19:52:31.226 INFO O| Oct 16 19:52:31.226 INFO STEP 438 (remove_files) COMPLETE
54752024-10-16T19:52:32.137Z[ recovery-image] Oct 16 19:52:31.226 INFO O| Oct 16 19:52:31.226 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-16T19:52:32.147Z[ recovery-image] Oct 16 19:52:31.246 INFO O| Oct 16 19:52:31.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54772024-10-16T19:52:32.147Z[ recovery-image] Oct 16 19:52:31.246 INFO O| Oct 16 19:52:31.246 INFO STEP 439 (remove_files) COMPLETE
54782024-10-16T19:52:32.154Z[ recovery-image] Oct 16 19:52:31.246 INFO O| Oct 16 19:52:31.246 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-16T19:52:32.188Z[ recovery-image] Oct 16 19:52:31.286 INFO O| Oct 16 19:52:31.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54802024-10-16T19:52:32.191Z[ recovery-image] Oct 16 19:52:31.286 INFO O| Oct 16 19:52:31.286 INFO STEP 440 (remove_files) COMPLETE
54812024-10-16T19:52:32.191Z[ recovery-image] Oct 16 19:52:31.287 INFO O| Oct 16 19:52:31.287 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-16T19:52:32.209Z[ host-image] Oct 16 19:52:31.300 INFO O| Oct 16 19:52:31.300 INFO O| Actions: 1/1361 actions (Installing new actions)
54832024-10-16T19:52:32.259Z[ recovery-image] Oct 16 19:52:31.355 INFO O| Oct 16 19:52:31.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54842024-10-16T19:52:32.261Z[ recovery-image] Oct 16 19:52:31.355 INFO O| Oct 16 19:52:31.355 INFO STEP 441 (remove_files) COMPLETE
54852024-10-16T19:52:32.262Z[ recovery-image] Oct 16 19:52:31.355 INFO O| Oct 16 19:52:31.355 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-10-16T19:52:32.278Z[ recovery-image] Oct 16 19:52:31.371 INFO O| Oct 16 19:52:31.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54872024-10-16T19:52:32.292Z[ recovery-image] Oct 16 19:52:31.372 INFO O| Oct 16 19:52:31.372 INFO STEP 442 (remove_files) COMPLETE
54882024-10-16T19:52:32.292Z[ recovery-image] Oct 16 19:52:31.372 INFO O| Oct 16 19:52:31.372 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-10-16T19:52:32.296Z[ recovery-image] Oct 16 19:52:31.388 INFO O| Oct 16 19:52:31.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54902024-10-16T19:52:32.296Z[ recovery-image] Oct 16 19:52:31.388 INFO O| Oct 16 19:52:31.388 INFO STEP 443 (remove_files) COMPLETE
54912024-10-16T19:52:32.296Z[ recovery-image] Oct 16 19:52:31.388 INFO O| Oct 16 19:52:31.388 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-16T19:52:32.309Z[ recovery-image] Oct 16 19:52:31.408 INFO O| Oct 16 19:52:31.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54932024-10-16T19:52:32.313Z[ recovery-image] Oct 16 19:52:31.408 INFO O| Oct 16 19:52:31.408 INFO STEP 444 (remove_files) COMPLETE
54942024-10-16T19:52:32.313Z[ recovery-image] Oct 16 19:52:31.408 INFO O| Oct 16 19:52:31.408 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-10-16T19:52:32.354Z[ recovery-image] Oct 16 19:52:31.452 INFO O| Oct 16 19:52:31.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54962024-10-16T19:52:32.358Z[ recovery-image] Oct 16 19:52:31.452 INFO O| Oct 16 19:52:31.452 INFO STEP 445 (remove_files) COMPLETE
54972024-10-16T19:52:32.358Z[ recovery-image] Oct 16 19:52:31.453 INFO O| Oct 16 19:52:31.452 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-10-16T19:52:32.375Z[ recovery-image] Oct 16 19:52:31.473 INFO O| Oct 16 19:52:31.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54992024-10-16T19:52:32.402Z[ recovery-image] Oct 16 19:52:31.500 INFO O| Oct 16 19:52:31.500 INFO STEP 446 (remove_files) COMPLETE
55002024-10-16T19:52:32.402Z[ recovery-image] Oct 16 19:52:31.500 INFO O| Oct 16 19:52:31.500 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-10-16T19:52:32.423Z[ recovery-image] Oct 16 19:52:31.521 INFO O| Oct 16 19:52:31.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55022024-10-16T19:52:32.429Z[ recovery-image] Oct 16 19:52:31.521 INFO O| Oct 16 19:52:31.521 INFO STEP 447 (remove_files) COMPLETE
55032024-10-16T19:52:32.429Z[ recovery-image] Oct 16 19:52:31.522 INFO O| Oct 16 19:52:31.521 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-10-16T19:52:32.467Z[ recovery-image] Oct 16 19:52:31.564 INFO O| Oct 16 19:52:31.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55052024-10-16T19:52:32.479Z[ recovery-image] Oct 16 19:52:31.564 INFO O| Oct 16 19:52:31.564 INFO STEP 448 (remove_files) COMPLETE
55062024-10-16T19:52:32.479Z[ recovery-image] Oct 16 19:52:31.564 INFO O| Oct 16 19:52:31.564 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-10-16T19:52:32.489Z[ recovery-image] Oct 16 19:52:31.583 INFO O| Oct 16 19:52:31.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55082024-10-16T19:52:32.489Z[ recovery-image] Oct 16 19:52:31.583 INFO O| Oct 16 19:52:31.583 INFO STEP 449 (remove_files) COMPLETE
55092024-10-16T19:52:32.489Z[ recovery-image] Oct 16 19:52:31.583 INFO O| Oct 16 19:52:31.583 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-10-16T19:52:32.501Z[ recovery-image] Oct 16 19:52:31.600 INFO O| Oct 16 19:52:31.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55112024-10-16T19:52:32.502Z[ recovery-image] Oct 16 19:52:31.600 INFO O| Oct 16 19:52:31.600 INFO STEP 450 (remove_files) COMPLETE
55122024-10-16T19:52:32.504Z[ recovery-image] Oct 16 19:52:31.600 INFO O| Oct 16 19:52:31.600 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-10-16T19:52:32.518Z[ recovery-image] Oct 16 19:52:31.617 INFO O| Oct 16 19:52:31.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55142024-10-16T19:52:32.518Z[ recovery-image] Oct 16 19:52:31.617 INFO O| Oct 16 19:52:31.617 INFO STEP 451 (remove_files) COMPLETE
55152024-10-16T19:52:32.521Z[ recovery-image] Oct 16 19:52:31.617 INFO O| Oct 16 19:52:31.617 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-10-16T19:52:32.543Z[ recovery-image] Oct 16 19:52:31.641 INFO O| Oct 16 19:52:31.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55172024-10-16T19:52:32.544Z[ recovery-image] Oct 16 19:52:31.641 INFO O| Oct 16 19:52:31.641 INFO STEP 452 (remove_files) COMPLETE
55182024-10-16T19:52:32.547Z[ recovery-image] Oct 16 19:52:31.641 INFO O| Oct 16 19:52:31.641 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-10-16T19:52:32.621Z[ recovery-image] Oct 16 19:52:31.719 INFO O| Oct 16 19:52:31.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55202024-10-16T19:52:32.621Z[ recovery-image] Oct 16 19:52:31.719 INFO O| Oct 16 19:52:31.719 INFO STEP 453 (remove_files) COMPLETE
55212024-10-16T19:52:32.621Z[ recovery-image] Oct 16 19:52:31.719 INFO O| Oct 16 19:52:31.719 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-10-16T19:52:32.638Z[ recovery-image] Oct 16 19:52:31.736 INFO O| Oct 16 19:52:31.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55232024-10-16T19:52:32.638Z[ recovery-image] Oct 16 19:52:31.736 INFO O| Oct 16 19:52:31.736 INFO STEP 454 (remove_files) COMPLETE
55242024-10-16T19:52:32.638Z[ recovery-image] Oct 16 19:52:31.736 INFO O| Oct 16 19:52:31.736 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-10-16T19:52:32.662Z[ recovery-image] Oct 16 19:52:31.760 INFO O| Oct 16 19:52:31.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55262024-10-16T19:52:32.662Z[ recovery-image] Oct 16 19:52:31.760 INFO O| Oct 16 19:52:31.760 INFO STEP 455 (remove_files) COMPLETE
55272024-10-16T19:52:32.665Z[ recovery-image] Oct 16 19:52:31.761 INFO O| Oct 16 19:52:31.760 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-16T19:52:32.689Z[ recovery-image] Oct 16 19:52:31.787 INFO O| Oct 16 19:52:31.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55292024-10-16T19:52:32.689Z[ recovery-image] Oct 16 19:52:31.787 INFO O| Oct 16 19:52:31.787 INFO STEP 456 (remove_files) COMPLETE
55302024-10-16T19:52:32.689Z[ recovery-image] Oct 16 19:52:31.787 INFO O| Oct 16 19:52:31.787 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-16T19:52:32.712Z[ recovery-image] Oct 16 19:52:31.810 INFO O| Oct 16 19:52:31.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55322024-10-16T19:52:32.712Z[ recovery-image] Oct 16 19:52:31.810 INFO O| Oct 16 19:52:31.810 INFO STEP 457 (remove_files) COMPLETE
55332024-10-16T19:52:32.720Z[ recovery-image] Oct 16 19:52:31.811 INFO O| Oct 16 19:52:31.810 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-10-16T19:52:32.732Z[ recovery-image] Oct 16 19:52:31.831 INFO O| Oct 16 19:52:31.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55352024-10-16T19:52:32.735Z[ recovery-image] Oct 16 19:52:31.831 INFO O| Oct 16 19:52:31.831 INFO STEP 458 (remove_files) COMPLETE
55362024-10-16T19:52:32.735Z[ recovery-image] Oct 16 19:52:31.831 INFO O| Oct 16 19:52:31.831 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-10-16T19:52:32.753Z[ recovery-image] Oct 16 19:52:31.851 INFO O| Oct 16 19:52:31.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55382024-10-16T19:52:32.758Z[ recovery-image] Oct 16 19:52:31.852 INFO O| Oct 16 19:52:31.851 INFO STEP 459 (remove_files) COMPLETE
55392024-10-16T19:52:32.758Z[ recovery-image] Oct 16 19:52:31.852 INFO O| Oct 16 19:52:31.852 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-10-16T19:52:32.786Z[ recovery-image] Oct 16 19:52:31.880 INFO O| Oct 16 19:52:31.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55412024-10-16T19:52:32.786Z[ recovery-image] Oct 16 19:52:31.880 INFO O| Oct 16 19:52:31.880 INFO STEP 460 (remove_files) COMPLETE
55422024-10-16T19:52:32.793Z[ recovery-image] Oct 16 19:52:31.880 INFO O| Oct 16 19:52:31.880 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-10-16T19:52:32.843Z[ recovery-image] Oct 16 19:52:31.940 INFO O| Oct 16 19:52:31.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55442024-10-16T19:52:32.844Z[ recovery-image] Oct 16 19:52:31.940 INFO O| Oct 16 19:52:31.940 INFO STEP 461 (remove_files) COMPLETE
55452024-10-16T19:52:32.844Z[ recovery-image] Oct 16 19:52:31.940 INFO O| Oct 16 19:52:31.940 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-16T19:52:32.886Z[ recovery-image] Oct 16 19:52:31.984 INFO O| Oct 16 19:52:31.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55472024-10-16T19:52:32.886Z[ recovery-image] Oct 16 19:52:31.984 INFO O| Oct 16 19:52:31.984 INFO STEP 462 (remove_files) COMPLETE
55482024-10-16T19:52:32.889Z[ recovery-image] Oct 16 19:52:31.984 INFO O| Oct 16 19:52:31.984 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-16T19:52:32.927Z[ recovery-image] Oct 16 19:52:32.025 INFO O| Oct 16 19:52:32.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55502024-10-16T19:52:32.927Z[ recovery-image] Oct 16 19:52:32.025 INFO O| Oct 16 19:52:32.025 INFO STEP 463 (remove_files) COMPLETE
55512024-10-16T19:52:32.931Z[ recovery-image] Oct 16 19:52:32.025 INFO O| Oct 16 19:52:32.025 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-10-16T19:52:32.946Z[ recovery-image] Oct 16 19:52:32.044 INFO O| Oct 16 19:52:32.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55532024-10-16T19:52:32.946Z[ recovery-image] Oct 16 19:52:32.044 INFO O| Oct 16 19:52:32.044 INFO STEP 464 (remove_files) COMPLETE
55542024-10-16T19:52:32.949Z[ recovery-image] Oct 16 19:52:32.045 INFO O| Oct 16 19:52:32.044 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-10-16T19:52:32.973Z[ recovery-image] Oct 16 19:52:32.071 INFO O| Oct 16 19:52:32.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55562024-10-16T19:52:32.983Z[ recovery-image] Oct 16 19:52:32.082 INFO O| Oct 16 19:52:32.082 INFO STEP 465 (remove_files) COMPLETE
55572024-10-16T19:52:32.983Z[ recovery-image] Oct 16 19:52:32.082 INFO O| Oct 16 19:52:32.082 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-10-16T19:52:33.001Z[ host-image] Oct 16 19:52:32.100 INFO O| Oct 16 19:52:32.100 INFO O| Actions: Completed 1361 actions in 0.80 seconds.
55592024-10-16T19:52:33.005Z[ recovery-image] Oct 16 19:52:32.102 INFO O| Oct 16 19:52:32.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55602024-10-16T19:52:33.005Z[ recovery-image] Oct 16 19:52:32.102 INFO O| Oct 16 19:52:32.102 INFO STEP 466 (remove_files) COMPLETE
55612024-10-16T19:52:33.005Z[ recovery-image] Oct 16 19:52:32.103 INFO O| Oct 16 19:52:32.102 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-10-16T19:52:33.027Z[ recovery-image] Oct 16 19:52:32.125 INFO O| Oct 16 19:52:32.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55632024-10-16T19:52:33.027Z[ recovery-image] Oct 16 19:52:32.125 INFO O| Oct 16 19:52:32.125 INFO STEP 467 (remove_files) COMPLETE
55642024-10-16T19:52:33.030Z[ recovery-image] Oct 16 19:52:32.125 INFO O| Oct 16 19:52:32.125 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-10-16T19:52:33.046Z[ recovery-image] Oct 16 19:52:32.144 INFO O| Oct 16 19:52:32.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55662024-10-16T19:52:33.046Z[ recovery-image] Oct 16 19:52:32.145 INFO O| Oct 16 19:52:32.144 INFO STEP 468 (remove_files) COMPLETE
55672024-10-16T19:52:33.046Z[ recovery-image] Oct 16 19:52:32.145 INFO O| Oct 16 19:52:32.145 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-10-16T19:52:33.065Z[ recovery-image] Oct 16 19:52:32.163 INFO O| Oct 16 19:52:32.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55692024-10-16T19:52:33.065Z[ recovery-image] Oct 16 19:52:32.163 INFO O| Oct 16 19:52:32.163 INFO STEP 469 (remove_files) COMPLETE
55702024-10-16T19:52:33.068Z[ recovery-image] Oct 16 19:52:32.163 INFO O| Oct 16 19:52:32.163 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-10-16T19:52:33.096Z[ recovery-image] Oct 16 19:52:32.193 INFO O| Oct 16 19:52:32.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55722024-10-16T19:52:33.097Z[ recovery-image] Oct 16 19:52:32.193 INFO O| Oct 16 19:52:32.193 INFO STEP 470 (remove_files) COMPLETE
55732024-10-16T19:52:33.097Z[ recovery-image] Oct 16 19:52:32.193 INFO O| Oct 16 19:52:32.193 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-10-16T19:52:33.127Z[ recovery-image] Oct 16 19:52:32.225 INFO O| Oct 16 19:52:32.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55752024-10-16T19:52:33.127Z[ recovery-image] Oct 16 19:52:32.225 INFO O| Oct 16 19:52:32.225 INFO STEP 471 (remove_files) COMPLETE
55762024-10-16T19:52:33.128Z[ recovery-image] Oct 16 19:52:32.225 INFO O| Oct 16 19:52:32.225 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-16T19:52:33.178Z[ recovery-image] Oct 16 19:52:32.276 INFO O| Oct 16 19:52:32.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55782024-10-16T19:52:33.178Z[ recovery-image] Oct 16 19:52:32.276 INFO O| Oct 16 19:52:32.276 INFO STEP 472 (remove_files) COMPLETE
55792024-10-16T19:52:33.179Z[ recovery-image] Oct 16 19:52:32.276 INFO O| Oct 16 19:52:32.276 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-16T19:52:33.198Z[ recovery-image] Oct 16 19:52:32.296 INFO O| Oct 16 19:52:32.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55812024-10-16T19:52:33.209Z[ recovery-image] Oct 16 19:52:32.308 INFO O| Oct 16 19:52:32.308 INFO STEP 473 (remove_files) COMPLETE
55822024-10-16T19:52:33.210Z[ recovery-image] Oct 16 19:52:32.308 INFO O| Oct 16 19:52:32.308 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-16T19:52:33.244Z[ recovery-image] Oct 16 19:52:32.341 INFO O| Oct 16 19:52:32.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55842024-10-16T19:52:33.245Z[ recovery-image] Oct 16 19:52:32.341 INFO O| Oct 16 19:52:32.341 INFO STEP 474 (remove_files) COMPLETE
55852024-10-16T19:52:33.245Z[ recovery-image] Oct 16 19:52:32.341 INFO O| Oct 16 19:52:32.341 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-10-16T19:52:33.294Z[ recovery-image] Oct 16 19:52:32.391 INFO O| Oct 16 19:52:32.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55872024-10-16T19:52:33.294Z[ recovery-image] Oct 16 19:52:32.391 INFO O| Oct 16 19:52:32.391 INFO STEP 475 (remove_files) COMPLETE
55882024-10-16T19:52:33.294Z[ recovery-image] Oct 16 19:52:32.391 INFO O| Oct 16 19:52:32.391 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-10-16T19:52:33.362Z[ recovery-image] Oct 16 19:52:32.459 INFO O| Oct 16 19:52:32.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55902024-10-16T19:52:33.362Z[ recovery-image] Oct 16 19:52:32.459 INFO O| Oct 16 19:52:32.459 INFO STEP 476 (remove_files) COMPLETE
55912024-10-16T19:52:33.362Z[ recovery-image] Oct 16 19:52:32.459 INFO O| Oct 16 19:52:32.459 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-16T19:52:33.409Z[ recovery-image] Oct 16 19:52:32.501 INFO O| Oct 16 19:52:32.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55932024-10-16T19:52:33.409Z[ recovery-image] Oct 16 19:52:32.501 INFO O| Oct 16 19:52:32.501 INFO STEP 477 (remove_files) COMPLETE
55942024-10-16T19:52:33.409Z[ recovery-image] Oct 16 19:52:32.501 INFO O| Oct 16 19:52:32.501 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-10-16T19:52:33.424Z[ recovery-image] Oct 16 19:52:32.522 INFO O| Oct 16 19:52:32.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55962024-10-16T19:52:33.425Z[ recovery-image] Oct 16 19:52:32.522 INFO O| Oct 16 19:52:32.522 INFO STEP 478 (remove_files) COMPLETE
55972024-10-16T19:52:33.429Z[ recovery-image] Oct 16 19:52:32.522 INFO O| Oct 16 19:52:32.522 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-10-16T19:52:33.444Z[ recovery-image] Oct 16 19:52:32.543 INFO O| Oct 16 19:52:32.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55992024-10-16T19:52:33.444Z[ recovery-image] Oct 16 19:52:32.543 INFO O| Oct 16 19:52:32.543 INFO STEP 479 (remove_files) COMPLETE
56002024-10-16T19:52:33.447Z[ recovery-image] Oct 16 19:52:32.543 INFO O| Oct 16 19:52:32.543 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-10-16T19:52:33.485Z[ recovery-image] Oct 16 19:52:32.583 INFO O| Oct 16 19:52:32.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56022024-10-16T19:52:33.486Z[ recovery-image] Oct 16 19:52:32.583 INFO O| Oct 16 19:52:32.583 INFO STEP 480 (remove_files) COMPLETE
56032024-10-16T19:52:33.489Z[ recovery-image] Oct 16 19:52:32.583 INFO O| Oct 16 19:52:32.583 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-10-16T19:52:33.507Z[ recovery-image] Oct 16 19:52:32.603 INFO O| Oct 16 19:52:32.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56052024-10-16T19:52:33.507Z[ recovery-image] Oct 16 19:52:32.603 INFO O| Oct 16 19:52:32.603 INFO STEP 481 (remove_files) COMPLETE
56062024-10-16T19:52:33.507Z[ recovery-image] Oct 16 19:52:32.603 INFO O| Oct 16 19:52:32.603 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-10-16T19:52:33.531Z[ recovery-image] Oct 16 19:52:32.628 INFO O| Oct 16 19:52:32.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56082024-10-16T19:52:33.531Z[ recovery-image] Oct 16 19:52:32.628 INFO O| Oct 16 19:52:32.628 INFO STEP 482 (remove_files) COMPLETE
56092024-10-16T19:52:33.532Z[ recovery-image] Oct 16 19:52:32.628 INFO O| Oct 16 19:52:32.628 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-10-16T19:52:33.563Z[ host-image] Oct 16 19:52:32.658 INFO O| Oct 16 19:52:32.658 INFO O| Done
56112024-10-16T19:52:33.563Z[ host-image] Oct 16 19:52:32.658 INFO O| Oct 16 19:52:32.658 INFO O| Done
56122024-10-16T19:52:33.604Z[ recovery-image] Oct 16 19:52:32.701 INFO O| Oct 16 19:52:32.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56132024-10-16T19:52:33.604Z[ recovery-image] Oct 16 19:52:32.702 INFO O| Oct 16 19:52:32.702 INFO STEP 483 (remove_files) COMPLETE
56142024-10-16T19:52:33.604Z[ recovery-image] Oct 16 19:52:32.702 INFO O| Oct 16 19:52:32.702 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-16T19:52:33.627Z[ recovery-image] Oct 16 19:52:32.721 INFO O| Oct 16 19:52:32.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56162024-10-16T19:52:33.630Z[ recovery-image] Oct 16 19:52:32.721 INFO O| Oct 16 19:52:32.721 INFO STEP 484 (remove_files) COMPLETE
56172024-10-16T19:52:33.630Z[ recovery-image] Oct 16 19:52:32.721 INFO O| Oct 16 19:52:32.721 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-16T19:52:33.643Z[ recovery-image] Oct 16 19:52:32.740 INFO O| Oct 16 19:52:32.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56192024-10-16T19:52:33.643Z[ recovery-image] Oct 16 19:52:32.740 INFO O| Oct 16 19:52:32.740 INFO STEP 485 (remove_files) COMPLETE
56202024-10-16T19:52:33.643Z[ recovery-image] Oct 16 19:52:32.740 INFO O| Oct 16 19:52:32.740 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-16T19:52:33.671Z[ recovery-image] Oct 16 19:52:32.767 INFO O| Oct 16 19:52:32.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56222024-10-16T19:52:33.671Z[ recovery-image] Oct 16 19:52:32.767 INFO O| Oct 16 19:52:32.767 INFO STEP 486 (remove_files) COMPLETE
56232024-10-16T19:52:33.671Z[ recovery-image] Oct 16 19:52:32.767 INFO O| Oct 16 19:52:32.767 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-16T19:52:33.709Z[ recovery-image] Oct 16 19:52:32.807 INFO O| Oct 16 19:52:32.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56252024-10-16T19:52:33.710Z[ recovery-image] Oct 16 19:52:32.807 INFO O| Oct 16 19:52:32.807 INFO STEP 487 (remove_files) COMPLETE
56262024-10-16T19:52:33.713Z[ recovery-image] Oct 16 19:52:32.807 INFO O| Oct 16 19:52:32.807 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-16T19:52:33.751Z[ recovery-image] Oct 16 19:52:32.849 INFO O| Oct 16 19:52:32.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56282024-10-16T19:52:33.754Z[ recovery-image] Oct 16 19:52:32.850 INFO O| Oct 16 19:52:32.850 INFO STEP 488 (remove_files) COMPLETE
56292024-10-16T19:52:33.754Z[ recovery-image] Oct 16 19:52:32.850 INFO O| Oct 16 19:52:32.850 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-16T19:52:33.790Z[ recovery-image] Oct 16 19:52:32.867 INFO O| Oct 16 19:52:32.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56312024-10-16T19:52:33.802Z[ recovery-image] Oct 16 19:52:32.867 INFO O| Oct 16 19:52:32.867 INFO STEP 489 (remove_files) COMPLETE
56322024-10-16T19:52:33.802Z[ recovery-image] Oct 16 19:52:32.867 INFO O| Oct 16 19:52:32.867 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-10-16T19:52:33.802Z[ recovery-image] Oct 16 19:52:32.883 INFO O| Oct 16 19:52:32.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56342024-10-16T19:52:33.802Z[ recovery-image] Oct 16 19:52:32.883 INFO O| Oct 16 19:52:32.883 INFO STEP 490 (remove_files) COMPLETE
56352024-10-16T19:52:33.802Z[ recovery-image] Oct 16 19:52:32.884 INFO O| Oct 16 19:52:32.883 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-10-16T19:52:33.805Z[ recovery-image] Oct 16 19:52:32.902 INFO O| Oct 16 19:52:32.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56372024-10-16T19:52:33.805Z[ recovery-image] Oct 16 19:52:32.902 INFO O| Oct 16 19:52:32.902 INFO STEP 491 (remove_files) COMPLETE
56382024-10-16T19:52:33.805Z[ recovery-image] Oct 16 19:52:32.902 INFO O| Oct 16 19:52:32.902 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-10-16T19:52:33.870Z[ recovery-image] Oct 16 19:52:32.947 INFO O| Oct 16 19:52:32.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56402024-10-16T19:52:33.879Z[ recovery-image] Oct 16 19:52:32.947 INFO O| Oct 16 19:52:32.947 INFO STEP 492 (remove_files) COMPLETE
56412024-10-16T19:52:33.880Z[ recovery-image] Oct 16 19:52:32.947 INFO O| Oct 16 19:52:32.947 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-10-16T19:52:33.880Z[ recovery-image] Oct 16 19:52:32.965 INFO O| Oct 16 19:52:32.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56432024-10-16T19:52:33.880Z[ recovery-image] Oct 16 19:52:32.965 INFO O| Oct 16 19:52:32.965 INFO STEP 493 (remove_files) COMPLETE
56442024-10-16T19:52:33.880Z[ recovery-image] Oct 16 19:52:32.965 INFO O| Oct 16 19:52:32.965 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-16T19:52:33.962Z[ recovery-image] Oct 16 19:52:33.059 INFO O| Oct 16 19:52:33.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56462024-10-16T19:52:33.965Z[ recovery-image] Oct 16 19:52:33.059 INFO O| Oct 16 19:52:33.059 INFO STEP 494 (remove_files) COMPLETE
56472024-10-16T19:52:33.965Z[ recovery-image] Oct 16 19:52:33.059 INFO O| Oct 16 19:52:33.059 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-16T19:52:33.982Z[ recovery-image] Oct 16 19:52:33.080 INFO O| Oct 16 19:52:33.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56492024-10-16T19:52:33.982Z[ recovery-image] Oct 16 19:52:33.080 INFO O| Oct 16 19:52:33.080 INFO STEP 495 (remove_files) COMPLETE
56502024-10-16T19:52:33.985Z[ recovery-image] Oct 16 19:52:33.080 INFO O| Oct 16 19:52:33.080 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-16T19:52:34.024Z[ recovery-image] Oct 16 19:52:33.120 INFO O| Oct 16 19:52:33.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56522024-10-16T19:52:34.024Z[ recovery-image] Oct 16 19:52:33.120 INFO O| Oct 16 19:52:33.120 INFO STEP 496 (remove_files) COMPLETE
56532024-10-16T19:52:34.025Z[ recovery-image] Oct 16 19:52:33.120 INFO O| Oct 16 19:52:33.120 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-16T19:52:34.055Z[ recovery-image] Oct 16 19:52:33.152 INFO O| Oct 16 19:52:33.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56552024-10-16T19:52:34.055Z[ recovery-image] Oct 16 19:52:33.152 INFO O| Oct 16 19:52:33.152 INFO STEP 497 (remove_files) COMPLETE
56562024-10-16T19:52:34.055Z[ recovery-image] Oct 16 19:52:33.152 INFO O| Oct 16 19:52:33.152 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-16T19:52:34.088Z[ recovery-image] Oct 16 19:52:33.185 INFO O| Oct 16 19:52:33.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56582024-10-16T19:52:34.088Z[ recovery-image] Oct 16 19:52:33.185 INFO O| Oct 16 19:52:33.185 INFO STEP 498 (remove_files) COMPLETE
56592024-10-16T19:52:34.088Z[ recovery-image] Oct 16 19:52:33.185 INFO O| Oct 16 19:52:33.185 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-16T19:52:34.107Z[ recovery-image] Oct 16 19:52:33.202 INFO O| Oct 16 19:52:33.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56612024-10-16T19:52:34.107Z[ recovery-image] Oct 16 19:52:33.202 INFO O| Oct 16 19:52:33.202 INFO STEP 499 (remove_files) COMPLETE
56622024-10-16T19:52:34.107Z[ recovery-image] Oct 16 19:52:33.202 INFO O| Oct 16 19:52:33.202 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-16T19:52:34.122Z[ recovery-image] Oct 16 19:52:33.219 INFO O| Oct 16 19:52:33.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56642024-10-16T19:52:34.122Z[ recovery-image] Oct 16 19:52:33.219 INFO O| Oct 16 19:52:33.219 INFO STEP 500 (remove_files) COMPLETE
56652024-10-16T19:52:34.122Z[ recovery-image] Oct 16 19:52:33.219 INFO O| Oct 16 19:52:33.219 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-16T19:52:34.141Z[ recovery-image] Oct 16 19:52:33.237 INFO O| Oct 16 19:52:33.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56672024-10-16T19:52:34.141Z[ recovery-image] Oct 16 19:52:33.237 INFO O| Oct 16 19:52:33.237 INFO STEP 501 (remove_files) COMPLETE
56682024-10-16T19:52:34.141Z[ recovery-image] Oct 16 19:52:33.237 INFO O| Oct 16 19:52:33.237 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-16T19:52:34.177Z[ recovery-image] Oct 16 19:52:33.274 INFO O| Oct 16 19:52:33.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56702024-10-16T19:52:34.178Z[ recovery-image] Oct 16 19:52:33.274 INFO O| Oct 16 19:52:33.274 INFO STEP 502 (remove_files) COMPLETE
56712024-10-16T19:52:34.178Z[ recovery-image] Oct 16 19:52:33.274 INFO O| Oct 16 19:52:33.274 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-16T19:52:34.216Z[ recovery-image] Oct 16 19:52:33.311 INFO O| Oct 16 19:52:33.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56732024-10-16T19:52:34.217Z[ recovery-image] Oct 16 19:52:33.311 INFO O| Oct 16 19:52:33.311 INFO STEP 503 (remove_files) COMPLETE
56742024-10-16T19:52:34.217Z[ recovery-image] Oct 16 19:52:33.311 INFO O| Oct 16 19:52:33.311 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-16T19:52:34.255Z[ recovery-image] Oct 16 19:52:33.347 INFO O| Oct 16 19:52:33.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56762024-10-16T19:52:34.256Z[ recovery-image] Oct 16 19:52:33.347 INFO O| Oct 16 19:52:33.347 INFO STEP 504 (remove_files) COMPLETE
56772024-10-16T19:52:34.256Z[ recovery-image] Oct 16 19:52:33.347 INFO O| Oct 16 19:52:33.347 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-16T19:52:34.310Z[ recovery-image] Oct 16 19:52:33.407 INFO O| Oct 16 19:52:33.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56792024-10-16T19:52:34.311Z[ recovery-image] Oct 16 19:52:33.407 INFO O| Oct 16 19:52:33.407 INFO STEP 505 (remove_files) COMPLETE
56802024-10-16T19:52:34.311Z[ recovery-image] Oct 16 19:52:33.407 INFO O| Oct 16 19:52:33.407 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-16T19:52:34.330Z[ recovery-image] Oct 16 19:52:33.427 INFO O| Oct 16 19:52:33.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56822024-10-16T19:52:34.353Z[ recovery-image] Oct 16 19:52:33.450 INFO O| Oct 16 19:52:33.450 INFO STEP 506 (remove_files) COMPLETE
56832024-10-16T19:52:34.353Z[ recovery-image] Oct 16 19:52:33.450 INFO O| Oct 16 19:52:33.450 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-16T19:52:34.380Z[ recovery-image] Oct 16 19:52:33.478 INFO O| Oct 16 19:52:33.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56852024-10-16T19:52:34.380Z[ recovery-image] Oct 16 19:52:33.478 INFO O| Oct 16 19:52:33.478 INFO STEP 507 (remove_files) COMPLETE
56862024-10-16T19:52:34.380Z[ recovery-image] Oct 16 19:52:33.478 INFO O| Oct 16 19:52:33.478 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-16T19:52:34.401Z[ recovery-image] Oct 16 19:52:33.498 INFO O| Oct 16 19:52:33.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56882024-10-16T19:52:34.401Z[ recovery-image] Oct 16 19:52:33.498 INFO O| Oct 16 19:52:33.498 INFO STEP 508 (remove_files) COMPLETE
56892024-10-16T19:52:34.401Z[ recovery-image] Oct 16 19:52:33.498 INFO O| Oct 16 19:52:33.498 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-16T19:52:34.418Z[ recovery-image] Oct 16 19:52:33.516 INFO O| Oct 16 19:52:33.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56912024-10-16T19:52:34.418Z[ recovery-image] Oct 16 19:52:33.516 INFO O| Oct 16 19:52:33.516 INFO STEP 509 (remove_files) COMPLETE
56922024-10-16T19:52:34.421Z[ recovery-image] Oct 16 19:52:33.516 INFO O| Oct 16 19:52:33.516 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-16T19:52:34.435Z[ recovery-image] Oct 16 19:52:33.533 INFO O| Oct 16 19:52:33.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56942024-10-16T19:52:34.435Z[ recovery-image] Oct 16 19:52:33.533 INFO O| Oct 16 19:52:33.533 INFO STEP 510 (remove_files) COMPLETE
56952024-10-16T19:52:34.438Z[ recovery-image] Oct 16 19:52:33.533 INFO O| Oct 16 19:52:33.533 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-16T19:52:34.452Z[ recovery-image] Oct 16 19:52:33.550 INFO O| Oct 16 19:52:33.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56972024-10-16T19:52:34.453Z[ recovery-image] Oct 16 19:52:33.550 INFO O| Oct 16 19:52:33.550 INFO STEP 511 (remove_files) COMPLETE
56982024-10-16T19:52:34.453Z[ recovery-image] Oct 16 19:52:33.550 INFO O| Oct 16 19:52:33.550 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-16T19:52:34.482Z[ recovery-image] Oct 16 19:52:33.580 INFO O| Oct 16 19:52:33.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57002024-10-16T19:52:34.482Z[ recovery-image] Oct 16 19:52:33.580 INFO O| Oct 16 19:52:33.580 INFO STEP 512 (remove_files) COMPLETE
57012024-10-16T19:52:34.485Z[ recovery-image] Oct 16 19:52:33.580 INFO O| Oct 16 19:52:33.580 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-16T19:52:34.517Z[ recovery-image] Oct 16 19:52:33.615 INFO O| Oct 16 19:52:33.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57032024-10-16T19:52:34.517Z[ recovery-image] Oct 16 19:52:33.615 INFO O| Oct 16 19:52:33.615 INFO STEP 513 (remove_files) COMPLETE
57042024-10-16T19:52:34.517Z[ recovery-image] Oct 16 19:52:33.615 INFO O| Oct 16 19:52:33.615 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-16T19:52:34.552Z[ recovery-image] Oct 16 19:52:33.650 INFO O| Oct 16 19:52:33.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57062024-10-16T19:52:34.552Z[ recovery-image] Oct 16 19:52:33.650 INFO O| Oct 16 19:52:33.650 INFO STEP 514 (remove_files) COMPLETE
57072024-10-16T19:52:34.552Z[ recovery-image] Oct 16 19:52:33.650 INFO O| Oct 16 19:52:33.650 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-16T19:52:34.583Z[ recovery-image] Oct 16 19:52:33.681 INFO O| Oct 16 19:52:33.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57092024-10-16T19:52:34.583Z[ recovery-image] Oct 16 19:52:33.681 INFO O| Oct 16 19:52:33.681 INFO STEP 515 (remove_files) COMPLETE
57102024-10-16T19:52:34.583Z[ recovery-image] Oct 16 19:52:33.681 INFO O| Oct 16 19:52:33.681 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-16T19:52:34.602Z[ recovery-image] Oct 16 19:52:33.700 INFO O| Oct 16 19:52:33.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57122024-10-16T19:52:34.602Z[ recovery-image] Oct 16 19:52:33.700 INFO O| Oct 16 19:52:33.700 INFO STEP 516 (remove_files) COMPLETE
57132024-10-16T19:52:34.602Z[ recovery-image] Oct 16 19:52:33.700 INFO O| Oct 16 19:52:33.700 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-16T19:52:34.631Z[ recovery-image] Oct 16 19:52:33.729 INFO O| Oct 16 19:52:33.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57152024-10-16T19:52:34.631Z[ recovery-image] Oct 16 19:52:33.729 INFO O| Oct 16 19:52:33.729 INFO STEP 517 (remove_files) COMPLETE
57162024-10-16T19:52:34.631Z[ recovery-image] Oct 16 19:52:33.729 INFO O| Oct 16 19:52:33.729 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-16T19:52:34.660Z[ host-image] Oct 16 19:52:33.758 INFO O| Oct 16 19:52:33.758 INFO O| Done
57182024-10-16T19:52:34.663Z[ recovery-image] Oct 16 19:52:33.761 INFO O| Oct 16 19:52:33.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57192024-10-16T19:52:34.666Z[ recovery-image] Oct 16 19:52:33.761 INFO O| Oct 16 19:52:33.761 INFO STEP 518 (remove_files) COMPLETE
57202024-10-16T19:52:34.666Z[ recovery-image] Oct 16 19:52:33.761 INFO O| Oct 16 19:52:33.761 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-10-16T19:52:34.689Z[ recovery-image] Oct 16 19:52:33.787 INFO O| Oct 16 19:52:33.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57222024-10-16T19:52:34.689Z[ recovery-image] Oct 16 19:52:33.787 INFO O| Oct 16 19:52:33.787 INFO STEP 519 (remove_files) COMPLETE
57232024-10-16T19:52:34.689Z[ recovery-image] Oct 16 19:52:33.787 INFO O| Oct 16 19:52:33.787 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-10-16T19:52:34.737Z[ recovery-image] Oct 16 19:52:33.835 INFO O| Oct 16 19:52:33.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57252024-10-16T19:52:34.740Z[ recovery-image] Oct 16 19:52:33.836 INFO O| Oct 16 19:52:33.836 INFO STEP 520 (remove_files) COMPLETE
57262024-10-16T19:52:34.740Z[ recovery-image] Oct 16 19:52:33.836 INFO O| Oct 16 19:52:33.836 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-10-16T19:52:34.759Z[ recovery-image] Oct 16 19:52:33.857 INFO O| Oct 16 19:52:33.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57282024-10-16T19:52:34.766Z[ recovery-image] Oct 16 19:52:33.857 INFO O| Oct 16 19:52:33.857 INFO STEP 521 (remove_files) COMPLETE
57292024-10-16T19:52:34.766Z[ recovery-image] Oct 16 19:52:33.857 INFO O| Oct 16 19:52:33.857 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-10-16T19:52:34.805Z[ recovery-image] Oct 16 19:52:33.903 INFO O| Oct 16 19:52:33.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57312024-10-16T19:52:34.805Z[ recovery-image] Oct 16 19:52:33.903 INFO O| Oct 16 19:52:33.903 INFO STEP 522 (remove_files) COMPLETE
57322024-10-16T19:52:34.805Z[ recovery-image] Oct 16 19:52:33.903 INFO O| Oct 16 19:52:33.903 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-10-16T19:52:34.826Z[ recovery-image] Oct 16 19:52:33.923 INFO O| Oct 16 19:52:33.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57342024-10-16T19:52:34.826Z[ recovery-image] Oct 16 19:52:33.924 INFO O| Oct 16 19:52:33.924 INFO STEP 523 (remove_files) COMPLETE
57352024-10-16T19:52:34.826Z[ recovery-image] Oct 16 19:52:33.924 INFO O| Oct 16 19:52:33.924 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-10-16T19:52:34.845Z[ recovery-image] Oct 16 19:52:33.943 INFO O| Oct 16 19:52:33.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57372024-10-16T19:52:34.845Z[ recovery-image] Oct 16 19:52:33.943 INFO O| Oct 16 19:52:33.943 INFO STEP 524 (remove_files) COMPLETE
57382024-10-16T19:52:34.846Z[ recovery-image] Oct 16 19:52:33.943 INFO O| Oct 16 19:52:33.943 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-10-16T19:52:34.865Z[ recovery-image] Oct 16 19:52:33.962 INFO O| Oct 16 19:52:33.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57402024-10-16T19:52:34.865Z[ recovery-image] Oct 16 19:52:33.962 INFO O| Oct 16 19:52:33.962 INFO STEP 525 (remove_files) COMPLETE
57412024-10-16T19:52:34.865Z[ recovery-image] Oct 16 19:52:33.962 INFO O| Oct 16 19:52:33.962 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-10-16T19:52:34.884Z[ recovery-image] Oct 16 19:52:33.982 INFO O| Oct 16 19:52:33.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57432024-10-16T19:52:34.884Z[ recovery-image] Oct 16 19:52:33.982 INFO O| Oct 16 19:52:33.982 INFO STEP 526 (remove_files) COMPLETE
57442024-10-16T19:52:34.884Z[ recovery-image] Oct 16 19:52:33.982 INFO O| Oct 16 19:52:33.982 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-10-16T19:52:34.936Z[ recovery-image] Oct 16 19:52:34.034 INFO O| Oct 16 19:52:34.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57462024-10-16T19:52:34.936Z[ recovery-image] Oct 16 19:52:34.034 INFO O| Oct 16 19:52:34.034 INFO STEP 527 (remove_files) COMPLETE
57472024-10-16T19:52:34.936Z[ recovery-image] Oct 16 19:52:34.034 INFO O| Oct 16 19:52:34.034 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-10-16T19:52:34.959Z[ recovery-image] Oct 16 19:52:34.057 INFO O| Oct 16 19:52:34.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57492024-10-16T19:52:34.959Z[ recovery-image] Oct 16 19:52:34.057 INFO O| Oct 16 19:52:34.057 INFO STEP 528 (remove_files) COMPLETE
57502024-10-16T19:52:34.962Z[ recovery-image] Oct 16 19:52:34.057 INFO O| Oct 16 19:52:34.057 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-10-16T19:52:35.017Z[ recovery-image] Oct 16 19:52:34.115 INFO O| Oct 16 19:52:34.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57522024-10-16T19:52:35.017Z[ recovery-image] Oct 16 19:52:34.115 INFO O| Oct 16 19:52:34.115 INFO STEP 529 (remove_files) COMPLETE
57532024-10-16T19:52:35.017Z[ recovery-image] Oct 16 19:52:34.115 INFO O| Oct 16 19:52:34.115 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-10-16T19:52:35.072Z[ recovery-image] Oct 16 19:52:34.170 INFO O| Oct 16 19:52:34.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57552024-10-16T19:52:35.072Z[ recovery-image] Oct 16 19:52:34.170 INFO O| Oct 16 19:52:34.170 INFO STEP 530 (remove_files) COMPLETE
57562024-10-16T19:52:35.072Z[ recovery-image] Oct 16 19:52:34.170 INFO O| Oct 16 19:52:34.170 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-10-16T19:52:35.091Z[ recovery-image] Oct 16 19:52:34.188 INFO O| Oct 16 19:52:34.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57582024-10-16T19:52:35.091Z[ recovery-image] Oct 16 19:52:34.188 INFO O| Oct 16 19:52:34.188 INFO STEP 531 (remove_files) COMPLETE
57592024-10-16T19:52:35.091Z[ recovery-image] Oct 16 19:52:34.188 INFO O| Oct 16 19:52:34.188 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-10-16T19:52:35.112Z[ recovery-image] Oct 16 19:52:34.210 INFO O| Oct 16 19:52:34.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57612024-10-16T19:52:35.112Z[ recovery-image] Oct 16 19:52:34.210 INFO O| Oct 16 19:52:34.210 INFO STEP 532 (remove_files) COMPLETE
57622024-10-16T19:52:35.112Z[ recovery-image] Oct 16 19:52:34.210 INFO O| Oct 16 19:52:34.210 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-10-16T19:52:35.132Z[ recovery-image] Oct 16 19:52:34.230 INFO O| Oct 16 19:52:34.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57642024-10-16T19:52:35.132Z[ recovery-image] Oct 16 19:52:34.230 INFO O| Oct 16 19:52:34.230 INFO STEP 533 (remove_files) COMPLETE
57652024-10-16T19:52:35.132Z[ recovery-image] Oct 16 19:52:34.230 INFO O| Oct 16 19:52:34.230 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-10-16T19:52:35.150Z[ recovery-image] Oct 16 19:52:34.248 INFO O| Oct 16 19:52:34.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57672024-10-16T19:52:35.153Z[ recovery-image] Oct 16 19:52:34.248 INFO O| Oct 16 19:52:34.248 INFO STEP 534 (remove_files) COMPLETE
57682024-10-16T19:52:35.153Z[ recovery-image] Oct 16 19:52:34.248 INFO O| Oct 16 19:52:34.248 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-10-16T19:52:35.168Z[ recovery-image] Oct 16 19:52:34.266 INFO O| Oct 16 19:52:34.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57702024-10-16T19:52:35.168Z[ recovery-image] Oct 16 19:52:34.266 INFO O| Oct 16 19:52:34.266 INFO STEP 535 (remove_files) COMPLETE
57712024-10-16T19:52:35.168Z[ recovery-image] Oct 16 19:52:34.266 INFO O| Oct 16 19:52:34.266 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-10-16T19:52:35.200Z[ recovery-image] Oct 16 19:52:34.298 INFO O| Oct 16 19:52:34.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57732024-10-16T19:52:35.200Z[ recovery-image] Oct 16 19:52:34.298 INFO O| Oct 16 19:52:34.298 INFO STEP 536 (remove_files) COMPLETE
57742024-10-16T19:52:35.200Z[ recovery-image] Oct 16 19:52:34.298 INFO O| Oct 16 19:52:34.298 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-10-16T19:52:35.219Z[ recovery-image] Oct 16 19:52:34.316 INFO O| Oct 16 19:52:34.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57762024-10-16T19:52:35.219Z[ recovery-image] Oct 16 19:52:34.316 INFO O| Oct 16 19:52:34.316 INFO STEP 537 (remove_files) COMPLETE
57772024-10-16T19:52:35.220Z[ recovery-image] Oct 16 19:52:34.317 INFO O| Oct 16 19:52:34.316 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-10-16T19:52:35.236Z[ recovery-image] Oct 16 19:52:34.334 INFO O| Oct 16 19:52:34.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57792024-10-16T19:52:35.236Z[ recovery-image] Oct 16 19:52:34.334 INFO O| Oct 16 19:52:34.334 INFO STEP 538 (remove_files) COMPLETE
57802024-10-16T19:52:35.236Z[ recovery-image] Oct 16 19:52:34.334 INFO O| Oct 16 19:52:34.334 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-10-16T19:52:35.254Z[ recovery-image] Oct 16 19:52:34.352 INFO O| Oct 16 19:52:34.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57822024-10-16T19:52:35.254Z[ recovery-image] Oct 16 19:52:34.352 INFO O| Oct 16 19:52:34.352 INFO STEP 539 (remove_files) COMPLETE
57832024-10-16T19:52:35.254Z[ recovery-image] Oct 16 19:52:34.352 INFO O| Oct 16 19:52:34.352 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-10-16T19:52:35.295Z[ recovery-image] Oct 16 19:52:34.393 INFO O| Oct 16 19:52:34.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57852024-10-16T19:52:35.295Z[ recovery-image] Oct 16 19:52:34.393 INFO O| Oct 16 19:52:34.393 INFO STEP 540 (remove_files) COMPLETE
57862024-10-16T19:52:35.295Z[ recovery-image] Oct 16 19:52:34.393 INFO O| Oct 16 19:52:34.393 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-10-16T19:52:35.319Z[ recovery-image] Oct 16 19:52:34.417 INFO O| Oct 16 19:52:34.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57882024-10-16T19:52:35.319Z[ recovery-image] Oct 16 19:52:34.417 INFO O| Oct 16 19:52:34.417 INFO STEP 541 (remove_files) COMPLETE
57892024-10-16T19:52:35.320Z[ recovery-image] Oct 16 19:52:34.417 INFO O| Oct 16 19:52:34.417 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-10-16T19:52:35.341Z[ recovery-image] Oct 16 19:52:34.439 INFO O| Oct 16 19:52:34.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57912024-10-16T19:52:35.341Z[ recovery-image] Oct 16 19:52:34.439 INFO O| Oct 16 19:52:34.439 INFO STEP 542 (remove_files) COMPLETE
57922024-10-16T19:52:35.341Z[ recovery-image] Oct 16 19:52:34.439 INFO O| Oct 16 19:52:34.439 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-10-16T19:52:35.361Z[ recovery-image] Oct 16 19:52:34.459 INFO O| Oct 16 19:52:34.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57942024-10-16T19:52:35.361Z[ recovery-image] Oct 16 19:52:34.459 INFO O| Oct 16 19:52:34.459 INFO STEP 543 (remove_files) COMPLETE
57952024-10-16T19:52:35.364Z[ recovery-image] Oct 16 19:52:34.459 INFO O| Oct 16 19:52:34.459 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-10-16T19:52:35.379Z[ recovery-image] Oct 16 19:52:34.477 INFO O| Oct 16 19:52:34.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57972024-10-16T19:52:35.381Z[ recovery-image] Oct 16 19:52:34.477 INFO O| Oct 16 19:52:34.477 INFO STEP 544 (remove_files) COMPLETE
57982024-10-16T19:52:35.381Z[ recovery-image] Oct 16 19:52:34.478 INFO O| Oct 16 19:52:34.477 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-10-16T19:52:35.398Z[ recovery-image] Oct 16 19:52:34.496 INFO O| Oct 16 19:52:34.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
58002024-10-16T19:52:35.398Z[ recovery-image] Oct 16 19:52:34.497 INFO O| Oct 16 19:52:34.496 INFO STEP 545 (remove_files) COMPLETE
58012024-10-16T19:52:35.401Z[ recovery-image] Oct 16 19:52:34.497 INFO O| Oct 16 19:52:34.497 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-10-16T19:52:35.417Z[ recovery-image] Oct 16 19:52:34.515 INFO O| Oct 16 19:52:34.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58032024-10-16T19:52:35.417Z[ recovery-image] Oct 16 19:52:34.515 INFO O| Oct 16 19:52:34.515 INFO STEP 546 (remove_files) COMPLETE
58042024-10-16T19:52:35.417Z[ recovery-image] Oct 16 19:52:34.515 INFO O| Oct 16 19:52:34.515 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-10-16T19:52:35.441Z[ recovery-image] Oct 16 19:52:34.538 INFO O| Oct 16 19:52:34.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58062024-10-16T19:52:35.441Z[ recovery-image] Oct 16 19:52:34.538 INFO O| Oct 16 19:52:34.538 INFO STEP 547 (remove_files) COMPLETE
58072024-10-16T19:52:35.443Z[ recovery-image] Oct 16 19:52:34.538 INFO O| Oct 16 19:52:34.538 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-10-16T19:52:35.461Z[ recovery-image] Oct 16 19:52:34.559 INFO O| Oct 16 19:52:34.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58092024-10-16T19:52:35.466Z[ recovery-image] Oct 16 19:52:34.564 INFO O| Oct 16 19:52:34.564 INFO STEP 548 (remove_files) COMPLETE
58102024-10-16T19:52:35.466Z[ recovery-image] Oct 16 19:52:34.564 INFO O| Oct 16 19:52:34.564 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-10-16T19:52:35.485Z[ recovery-image] Oct 16 19:52:34.583 INFO O| Oct 16 19:52:34.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58122024-10-16T19:52:35.488Z[ recovery-image] Oct 16 19:52:34.583 INFO O| Oct 16 19:52:34.583 INFO STEP 549 (remove_files) COMPLETE
58132024-10-16T19:52:35.488Z[ recovery-image] Oct 16 19:52:34.584 INFO O| Oct 16 19:52:34.583 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-10-16T19:52:35.505Z[ recovery-image] Oct 16 19:52:34.603 INFO O| Oct 16 19:52:34.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58152024-10-16T19:52:35.507Z[ recovery-image] Oct 16 19:52:34.603 INFO O| Oct 16 19:52:34.603 INFO STEP 550 (remove_files) COMPLETE
58162024-10-16T19:52:35.507Z[ recovery-image] Oct 16 19:52:34.603 INFO O| Oct 16 19:52:34.603 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-10-16T19:52:35.553Z[ recovery-image] Oct 16 19:52:34.651 INFO O| Oct 16 19:52:34.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58182024-10-16T19:52:35.553Z[ recovery-image] Oct 16 19:52:34.651 INFO O| Oct 16 19:52:34.651 INFO STEP 551 (remove_files) COMPLETE
58192024-10-16T19:52:35.553Z[ recovery-image] Oct 16 19:52:34.651 INFO O| Oct 16 19:52:34.651 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-10-16T19:52:35.573Z[ recovery-image] Oct 16 19:52:34.671 INFO O| Oct 16 19:52:34.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58212024-10-16T19:52:35.573Z[ recovery-image] Oct 16 19:52:34.671 INFO O| Oct 16 19:52:34.671 INFO STEP 552 (remove_files) COMPLETE
58222024-10-16T19:52:35.574Z[ recovery-image] Oct 16 19:52:34.671 INFO O| Oct 16 19:52:34.671 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-10-16T19:52:35.594Z[ recovery-image] Oct 16 19:52:34.691 INFO O| Oct 16 19:52:34.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58242024-10-16T19:52:35.594Z[ recovery-image] Oct 16 19:52:34.691 INFO O| Oct 16 19:52:34.691 INFO STEP 553 (remove_files) COMPLETE
58252024-10-16T19:52:35.594Z[ recovery-image] Oct 16 19:52:34.691 INFO O| Oct 16 19:52:34.691 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-10-16T19:52:35.613Z[ recovery-image] Oct 16 19:52:34.710 INFO O| Oct 16 19:52:34.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58272024-10-16T19:52:35.616Z[ recovery-image] Oct 16 19:52:34.714 INFO O| Oct 16 19:52:34.714 INFO STEP 554 (remove_files) COMPLETE
58282024-10-16T19:52:35.616Z[ recovery-image] Oct 16 19:52:34.714 INFO O| Oct 16 19:52:34.714 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-10-16T19:52:35.639Z[ recovery-image] Oct 16 19:52:34.735 INFO O| Oct 16 19:52:34.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58302024-10-16T19:52:35.645Z[ recovery-image] Oct 16 19:52:34.743 INFO O| Oct 16 19:52:34.743 INFO STEP 555 (remove_files) COMPLETE
58312024-10-16T19:52:35.645Z[ recovery-image] Oct 16 19:52:34.743 INFO O| Oct 16 19:52:34.743 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-10-16T19:52:35.665Z[ recovery-image] Oct 16 19:52:34.763 INFO O| Oct 16 19:52:34.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58332024-10-16T19:52:35.668Z[ recovery-image] Oct 16 19:52:34.763 INFO O| Oct 16 19:52:34.763 INFO STEP 556 (remove_files) COMPLETE
58342024-10-16T19:52:35.668Z[ recovery-image] Oct 16 19:52:34.763 INFO O| Oct 16 19:52:34.763 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-10-16T19:52:35.697Z[ recovery-image] Oct 16 19:52:34.795 INFO O| Oct 16 19:52:34.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58362024-10-16T19:52:35.697Z[ recovery-image] Oct 16 19:52:34.795 INFO O| Oct 16 19:52:34.795 INFO STEP 557 (remove_files) COMPLETE
58372024-10-16T19:52:35.699Z[ recovery-image] Oct 16 19:52:34.795 INFO O| Oct 16 19:52:34.795 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-10-16T19:52:35.773Z[ recovery-image] Oct 16 19:52:34.871 INFO O| Oct 16 19:52:34.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58392024-10-16T19:52:35.773Z[ recovery-image] Oct 16 19:52:34.871 INFO O| Oct 16 19:52:34.871 INFO STEP 558 (remove_files) COMPLETE
58402024-10-16T19:52:35.773Z[ recovery-image] Oct 16 19:52:34.871 INFO O| Oct 16 19:52:34.871 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-10-16T19:52:35.793Z[ recovery-image] Oct 16 19:52:34.891 INFO O| Oct 16 19:52:34.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58422024-10-16T19:52:35.793Z[ recovery-image] Oct 16 19:52:34.891 INFO O| Oct 16 19:52:34.891 INFO STEP 559 (remove_files) COMPLETE
58432024-10-16T19:52:35.793Z[ recovery-image] Oct 16 19:52:34.891 INFO O| Oct 16 19:52:34.891 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-10-16T19:52:35.811Z[ recovery-image] Oct 16 19:52:34.909 INFO O| Oct 16 19:52:34.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58452024-10-16T19:52:35.811Z[ recovery-image] Oct 16 19:52:34.909 INFO O| Oct 16 19:52:34.909 INFO STEP 560 (remove_files) COMPLETE
58462024-10-16T19:52:35.814Z[ recovery-image] Oct 16 19:52:34.909 INFO O| Oct 16 19:52:34.909 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-10-16T19:52:35.838Z[ recovery-image] Oct 16 19:52:34.935 INFO O| Oct 16 19:52:34.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58482024-10-16T19:52:35.840Z[ recovery-image] Oct 16 19:52:34.935 INFO O| Oct 16 19:52:34.935 INFO STEP 561 (remove_files) COMPLETE
58492024-10-16T19:52:35.840Z[ recovery-image] Oct 16 19:52:34.936 INFO O| Oct 16 19:52:34.935 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-10-16T19:52:35.870Z[ recovery-image] Oct 16 19:52:34.968 INFO O| Oct 16 19:52:34.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58512024-10-16T19:52:35.870Z[ recovery-image] Oct 16 19:52:34.968 INFO O| Oct 16 19:52:34.968 INFO STEP 562 (remove_files) COMPLETE
58522024-10-16T19:52:35.871Z[ recovery-image] Oct 16 19:52:34.968 INFO O| Oct 16 19:52:34.968 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-10-16T19:52:35.934Z[ recovery-image] Oct 16 19:52:35.031 INFO O| Oct 16 19:52:35.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58542024-10-16T19:52:35.936Z[ recovery-image] Oct 16 19:52:35.031 INFO O| Oct 16 19:52:35.031 INFO STEP 563 (remove_files) COMPLETE
58552024-10-16T19:52:35.936Z[ recovery-image] Oct 16 19:52:35.031 INFO O| Oct 16 19:52:35.031 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-10-16T19:52:35.953Z[ recovery-image] Oct 16 19:52:35.051 INFO O| Oct 16 19:52:35.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58572024-10-16T19:52:35.953Z[ recovery-image] Oct 16 19:52:35.051 INFO O| Oct 16 19:52:35.051 INFO STEP 564 (remove_files) COMPLETE
58582024-10-16T19:52:35.956Z[ recovery-image] Oct 16 19:52:35.051 INFO O| Oct 16 19:52:35.051 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-10-16T19:52:35.993Z[ recovery-image] Oct 16 19:52:35.090 INFO O| Oct 16 19:52:35.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58602024-10-16T19:52:35.995Z[ recovery-image] Oct 16 19:52:35.090 INFO O| Oct 16 19:52:35.090 INFO STEP 565 (remove_files) COMPLETE
58612024-10-16T19:52:35.995Z[ recovery-image] Oct 16 19:52:35.091 INFO O| Oct 16 19:52:35.091 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-10-16T19:52:36.011Z[ recovery-image] Oct 16 19:52:35.109 INFO O| Oct 16 19:52:35.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58632024-10-16T19:52:36.011Z[ recovery-image] Oct 16 19:52:35.109 INFO O| Oct 16 19:52:35.109 INFO STEP 566 (remove_files) COMPLETE
58642024-10-16T19:52:36.014Z[ recovery-image] Oct 16 19:52:35.109 INFO O| Oct 16 19:52:35.109 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-10-16T19:52:36.029Z[ recovery-image] Oct 16 19:52:35.125 INFO O| Oct 16 19:52:35.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58662024-10-16T19:52:36.030Z[ recovery-image] Oct 16 19:52:35.126 INFO O| Oct 16 19:52:35.126 INFO STEP 567 (remove_files) COMPLETE
58672024-10-16T19:52:36.034Z[ recovery-image] Oct 16 19:52:35.126 INFO O| Oct 16 19:52:35.126 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-10-16T19:52:36.044Z[ recovery-image] Oct 16 19:52:35.142 INFO O| Oct 16 19:52:35.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58692024-10-16T19:52:36.047Z[ recovery-image] Oct 16 19:52:35.142 INFO O| Oct 16 19:52:35.142 INFO STEP 568 (remove_files) COMPLETE
58702024-10-16T19:52:36.049Z[ recovery-image] Oct 16 19:52:35.142 INFO O| Oct 16 19:52:35.142 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-10-16T19:52:36.070Z[ recovery-image] Oct 16 19:52:35.167 INFO O| Oct 16 19:52:35.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58722024-10-16T19:52:36.072Z[ recovery-image] Oct 16 19:52:35.168 INFO O| Oct 16 19:52:35.167 INFO STEP 569 (remove_files) COMPLETE
58732024-10-16T19:52:36.072Z[ recovery-image] Oct 16 19:52:35.168 INFO O| Oct 16 19:52:35.168 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-10-16T19:52:36.090Z[ recovery-image] Oct 16 19:52:35.187 INFO O| Oct 16 19:52:35.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58752024-10-16T19:52:36.093Z[ recovery-image] Oct 16 19:52:35.188 INFO O| Oct 16 19:52:35.187 INFO STEP 570 (remove_files) COMPLETE
58762024-10-16T19:52:36.093Z[ recovery-image] Oct 16 19:52:35.188 INFO O| Oct 16 19:52:35.188 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-10-16T19:52:36.126Z[ recovery-image] Oct 16 19:52:35.224 INFO O| Oct 16 19:52:35.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58782024-10-16T19:52:36.126Z[ recovery-image] Oct 16 19:52:35.224 INFO O| Oct 16 19:52:35.224 INFO STEP 571 (remove_files) COMPLETE
58792024-10-16T19:52:36.129Z[ recovery-image] Oct 16 19:52:35.224 INFO O| Oct 16 19:52:35.224 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-10-16T19:52:36.187Z[ recovery-image] Oct 16 19:52:35.284 INFO O| Oct 16 19:52:35.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58812024-10-16T19:52:36.187Z[ recovery-image] Oct 16 19:52:35.284 INFO O| Oct 16 19:52:35.284 INFO STEP 572 (remove_files) COMPLETE
58822024-10-16T19:52:36.187Z[ recovery-image] Oct 16 19:52:35.284 INFO O| Oct 16 19:52:35.284 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-10-16T19:52:36.245Z[ recovery-image] Oct 16 19:52:35.342 INFO O| Oct 16 19:52:35.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58842024-10-16T19:52:36.245Z[ recovery-image] Oct 16 19:52:35.342 INFO O| Oct 16 19:52:35.342 INFO STEP 573 (remove_files) COMPLETE
58852024-10-16T19:52:36.247Z[ recovery-image] Oct 16 19:52:35.342 INFO O| Oct 16 19:52:35.342 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-10-16T19:52:36.265Z[ recovery-image] Oct 16 19:52:35.362 INFO O| Oct 16 19:52:35.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58872024-10-16T19:52:36.265Z[ recovery-image] Oct 16 19:52:35.362 INFO O| Oct 16 19:52:35.362 INFO STEP 574 (remove_files) COMPLETE
58882024-10-16T19:52:36.265Z[ recovery-image] Oct 16 19:52:35.362 INFO O| Oct 16 19:52:35.362 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-10-16T19:52:36.294Z[ recovery-image] Oct 16 19:52:35.391 INFO O| Oct 16 19:52:35.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58902024-10-16T19:52:36.294Z[ recovery-image] Oct 16 19:52:35.391 INFO O| Oct 16 19:52:35.391 INFO STEP 575 (remove_files) COMPLETE
58912024-10-16T19:52:36.294Z[ recovery-image] Oct 16 19:52:35.391 INFO O| Oct 16 19:52:35.391 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-10-16T19:52:36.315Z[ recovery-image] Oct 16 19:52:35.412 INFO O| Oct 16 19:52:35.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58932024-10-16T19:52:36.315Z[ recovery-image] Oct 16 19:52:35.412 INFO O| Oct 16 19:52:35.412 INFO STEP 576 (remove_files) COMPLETE
58942024-10-16T19:52:36.315Z[ recovery-image] Oct 16 19:52:35.412 INFO O| Oct 16 19:52:35.412 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-10-16T19:52:36.334Z[ recovery-image] Oct 16 19:52:35.431 INFO O| Oct 16 19:52:35.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58962024-10-16T19:52:36.336Z[ recovery-image] Oct 16 19:52:35.432 INFO O| Oct 16 19:52:35.432 INFO STEP 577 (remove_files) COMPLETE
58972024-10-16T19:52:36.336Z[ recovery-image] Oct 16 19:52:35.432 INFO O| Oct 16 19:52:35.432 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-10-16T19:52:36.384Z[ recovery-image] Oct 16 19:52:35.481 INFO O| Oct 16 19:52:35.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58992024-10-16T19:52:36.384Z[ recovery-image] Oct 16 19:52:35.481 INFO O| Oct 16 19:52:35.481 INFO STEP 578 (remove_files) COMPLETE
59002024-10-16T19:52:36.384Z[ recovery-image] Oct 16 19:52:35.481 INFO O| Oct 16 19:52:35.481 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-10-16T19:52:36.451Z[ recovery-image] Oct 16 19:52:35.548 INFO O| Oct 16 19:52:35.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59022024-10-16T19:52:36.451Z[ recovery-image] Oct 16 19:52:35.548 INFO O| Oct 16 19:52:35.548 INFO STEP 579 (remove_files) COMPLETE
59032024-10-16T19:52:36.454Z[ recovery-image] Oct 16 19:52:35.548 INFO O| Oct 16 19:52:35.548 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-10-16T19:52:36.471Z[ recovery-image] Oct 16 19:52:35.569 INFO O| Oct 16 19:52:35.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59052024-10-16T19:52:36.474Z[ recovery-image] Oct 16 19:52:35.569 INFO O| Oct 16 19:52:35.569 INFO STEP 580 (remove_files) COMPLETE
59062024-10-16T19:52:36.474Z[ recovery-image] Oct 16 19:52:35.570 INFO O| Oct 16 19:52:35.569 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-10-16T19:52:36.493Z[ recovery-image] Oct 16 19:52:35.590 INFO O| Oct 16 19:52:35.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59082024-10-16T19:52:36.493Z[ recovery-image] Oct 16 19:52:35.590 INFO O| Oct 16 19:52:35.590 INFO STEP 581 (remove_files) COMPLETE
59092024-10-16T19:52:36.493Z[ recovery-image] Oct 16 19:52:35.590 INFO O| Oct 16 19:52:35.590 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-10-16T19:52:36.512Z[ recovery-image] Oct 16 19:52:35.609 INFO O| Oct 16 19:52:35.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59112024-10-16T19:52:36.512Z[ recovery-image] Oct 16 19:52:35.609 INFO O| Oct 16 19:52:35.609 INFO STEP 582 (remove_files) COMPLETE
59122024-10-16T19:52:36.512Z[ recovery-image] Oct 16 19:52:35.609 INFO O| Oct 16 19:52:35.609 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-10-16T19:52:36.531Z[ recovery-image] Oct 16 19:52:35.628 INFO O| Oct 16 19:52:35.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59142024-10-16T19:52:36.531Z[ recovery-image] Oct 16 19:52:35.628 INFO O| Oct 16 19:52:35.628 INFO STEP 583 (remove_files) COMPLETE
59152024-10-16T19:52:36.531Z[ recovery-image] Oct 16 19:52:35.628 INFO O| Oct 16 19:52:35.628 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-10-16T19:52:36.550Z[ recovery-image] Oct 16 19:52:35.648 INFO O| Oct 16 19:52:35.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59172024-10-16T19:52:36.550Z[ recovery-image] Oct 16 19:52:35.648 INFO O| Oct 16 19:52:35.648 INFO STEP 584 (remove_files) COMPLETE
59182024-10-16T19:52:36.551Z[ recovery-image] Oct 16 19:52:35.648 INFO O| Oct 16 19:52:35.648 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-10-16T19:52:36.592Z[ recovery-image] Oct 16 19:52:35.688 INFO O| Oct 16 19:52:35.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59202024-10-16T19:52:36.592Z[ recovery-image] Oct 16 19:52:35.688 INFO O| Oct 16 19:52:35.688 INFO STEP 585 (remove_files) COMPLETE
59212024-10-16T19:52:36.592Z[ recovery-image] Oct 16 19:52:35.688 INFO O| Oct 16 19:52:35.688 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-10-16T19:52:36.610Z[ recovery-image] Oct 16 19:52:35.708 INFO O| Oct 16 19:52:35.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59232024-10-16T19:52:36.611Z[ recovery-image] Oct 16 19:52:35.708 INFO O| Oct 16 19:52:35.708 INFO STEP 586 (remove_files) COMPLETE
59242024-10-16T19:52:36.611Z[ recovery-image] Oct 16 19:52:35.708 INFO O| Oct 16 19:52:35.708 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-10-16T19:52:36.644Z[ recovery-image] Oct 16 19:52:35.742 INFO O| Oct 16 19:52:35.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59262024-10-16T19:52:36.645Z[ recovery-image] Oct 16 19:52:35.742 INFO O| Oct 16 19:52:35.742 INFO STEP 587 (remove_files) COMPLETE
59272024-10-16T19:52:36.645Z[ recovery-image] Oct 16 19:52:35.742 INFO O| Oct 16 19:52:35.742 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-10-16T19:52:36.663Z[ recovery-image] Oct 16 19:52:35.761 INFO O| Oct 16 19:52:35.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59292024-10-16T19:52:36.669Z[ recovery-image] Oct 16 19:52:35.767 INFO O| Oct 16 19:52:35.767 INFO STEP 588 (remove_files) COMPLETE
59302024-10-16T19:52:36.672Z[ recovery-image] Oct 16 19:52:35.767 INFO O| Oct 16 19:52:35.767 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-10-16T19:52:36.704Z[ recovery-image] Oct 16 19:52:35.802 INFO O| Oct 16 19:52:35.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59322024-10-16T19:52:36.704Z[ recovery-image] Oct 16 19:52:35.802 INFO O| Oct 16 19:52:35.802 INFO STEP 589 (remove_files) COMPLETE
59332024-10-16T19:52:36.704Z[ recovery-image] Oct 16 19:52:35.802 INFO O| Oct 16 19:52:35.802 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-10-16T19:52:36.746Z[ recovery-image] Oct 16 19:52:35.844 INFO O| Oct 16 19:52:35.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59352024-10-16T19:52:36.746Z[ recovery-image] Oct 16 19:52:35.844 INFO O| Oct 16 19:52:35.844 INFO STEP 590 (remove_files) COMPLETE
59362024-10-16T19:52:36.749Z[ recovery-image] Oct 16 19:52:35.844 INFO O| Oct 16 19:52:35.844 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-10-16T19:52:36.804Z[ recovery-image] Oct 16 19:52:35.901 INFO O| Oct 16 19:52:35.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59382024-10-16T19:52:36.806Z[ recovery-image] Oct 16 19:52:35.901 INFO O| Oct 16 19:52:35.901 INFO STEP 591 (remove_files) COMPLETE
59392024-10-16T19:52:36.806Z[ recovery-image] Oct 16 19:52:35.901 INFO O| Oct 16 19:52:35.901 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-10-16T19:52:36.826Z[ recovery-image] Oct 16 19:52:35.923 INFO O| Oct 16 19:52:35.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59412024-10-16T19:52:36.826Z[ recovery-image] Oct 16 19:52:35.924 INFO O| Oct 16 19:52:35.923 INFO STEP 592 (remove_files) COMPLETE
59422024-10-16T19:52:36.826Z[ recovery-image] Oct 16 19:52:35.924 INFO O| Oct 16 19:52:35.924 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-10-16T19:52:36.854Z[ recovery-image] Oct 16 19:52:35.951 INFO O| Oct 16 19:52:35.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59442024-10-16T19:52:36.854Z[ recovery-image] Oct 16 19:52:35.951 INFO O| Oct 16 19:52:35.951 INFO STEP 593 (remove_files) COMPLETE
59452024-10-16T19:52:36.856Z[ recovery-image] Oct 16 19:52:35.951 INFO O| Oct 16 19:52:35.951 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-10-16T19:52:36.875Z[ recovery-image] Oct 16 19:52:35.972 INFO O| Oct 16 19:52:35.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59472024-10-16T19:52:36.875Z[ recovery-image] Oct 16 19:52:35.972 INFO O| Oct 16 19:52:35.972 INFO STEP 594 (remove_files) COMPLETE
59482024-10-16T19:52:36.875Z[ recovery-image] Oct 16 19:52:35.972 INFO O| Oct 16 19:52:35.972 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-10-16T19:52:36.895Z[ recovery-image] Oct 16 19:52:35.992 INFO O| Oct 16 19:52:35.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59502024-10-16T19:52:36.895Z[ recovery-image] Oct 16 19:52:35.992 INFO O| Oct 16 19:52:35.992 INFO STEP 595 (remove_files) COMPLETE
59512024-10-16T19:52:36.895Z[ recovery-image] Oct 16 19:52:35.992 INFO O| Oct 16 19:52:35.992 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-10-16T19:52:37.042Z[ recovery-image] Oct 16 19:52:36.140 INFO O| Oct 16 19:52:36.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59532024-10-16T19:52:37.045Z[ recovery-image] Oct 16 19:52:36.140 INFO O| Oct 16 19:52:36.140 INFO STEP 596 (remove_files) COMPLETE
59542024-10-16T19:52:37.045Z[ recovery-image] Oct 16 19:52:36.140 INFO O| Oct 16 19:52:36.140 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-10-16T19:52:37.131Z[ recovery-image] Oct 16 19:52:36.228 INFO O| Oct 16 19:52:36.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59562024-10-16T19:52:37.133Z[ recovery-image] Oct 16 19:52:36.228 INFO O| Oct 16 19:52:36.228 INFO STEP 597 (remove_files) COMPLETE
59572024-10-16T19:52:37.133Z[ recovery-image] Oct 16 19:52:36.228 INFO O| Oct 16 19:52:36.228 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-10-16T19:52:37.165Z[ recovery-image] Oct 16 19:52:36.262 INFO O| Oct 16 19:52:36.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59592024-10-16T19:52:37.165Z[ recovery-image] Oct 16 19:52:36.262 INFO O| Oct 16 19:52:36.262 INFO STEP 598 (remove_files) COMPLETE
59602024-10-16T19:52:37.165Z[ recovery-image] Oct 16 19:52:36.262 INFO O| Oct 16 19:52:36.262 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-10-16T19:52:37.201Z[ recovery-image] Oct 16 19:52:36.298 INFO O| Oct 16 19:52:36.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59622024-10-16T19:52:37.201Z[ recovery-image] Oct 16 19:52:36.298 INFO O| Oct 16 19:52:36.298 INFO STEP 599 (remove_files) COMPLETE
59632024-10-16T19:52:37.202Z[ recovery-image] Oct 16 19:52:36.298 INFO O| Oct 16 19:52:36.298 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-10-16T19:52:37.244Z[ recovery-image] Oct 16 19:52:36.341 INFO O| Oct 16 19:52:36.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59652024-10-16T19:52:37.244Z[ recovery-image] Oct 16 19:52:36.341 INFO O| Oct 16 19:52:36.341 INFO STEP 600 (remove_files) COMPLETE
59662024-10-16T19:52:37.244Z[ recovery-image] Oct 16 19:52:36.341 INFO O| Oct 16 19:52:36.341 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-10-16T19:52:37.276Z[ recovery-image] Oct 16 19:52:36.373 INFO O| Oct 16 19:52:36.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59682024-10-16T19:52:37.278Z[ recovery-image] Oct 16 19:52:36.373 INFO O| Oct 16 19:52:36.373 INFO STEP 601 (remove_files) COMPLETE
59692024-10-16T19:52:37.278Z[ recovery-image] Oct 16 19:52:36.373 INFO O| Oct 16 19:52:36.373 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-10-16T19:52:37.299Z[ recovery-image] Oct 16 19:52:36.395 INFO O| Oct 16 19:52:36.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59712024-10-16T19:52:37.299Z[ recovery-image] Oct 16 19:52:36.395 INFO O| Oct 16 19:52:36.395 INFO STEP 602 (remove_files) COMPLETE
59722024-10-16T19:52:37.299Z[ recovery-image] Oct 16 19:52:36.395 INFO O| Oct 16 19:52:36.395 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-10-16T19:52:37.319Z[ recovery-image] Oct 16 19:52:36.416 INFO O| Oct 16 19:52:36.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59742024-10-16T19:52:37.319Z[ recovery-image] Oct 16 19:52:36.416 INFO O| Oct 16 19:52:36.416 INFO STEP 603 (remove_files) COMPLETE
59752024-10-16T19:52:37.319Z[ recovery-image] Oct 16 19:52:36.416 INFO O| Oct 16 19:52:36.416 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-10-16T19:52:37.371Z[ recovery-image] Oct 16 19:52:36.469 INFO O| Oct 16 19:52:36.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59772024-10-16T19:52:37.371Z[ recovery-image] Oct 16 19:52:36.469 INFO O| Oct 16 19:52:36.469 INFO STEP 604 (remove_files) COMPLETE
59782024-10-16T19:52:37.372Z[ recovery-image] Oct 16 19:52:36.469 INFO O| Oct 16 19:52:36.469 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-10-16T19:52:37.392Z[ recovery-image] Oct 16 19:52:36.489 INFO O| Oct 16 19:52:36.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59802024-10-16T19:52:37.392Z[ recovery-image] Oct 16 19:52:36.489 INFO O| Oct 16 19:52:36.489 INFO STEP 605 (remove_files) COMPLETE
59812024-10-16T19:52:37.392Z[ recovery-image] Oct 16 19:52:36.489 INFO O| Oct 16 19:52:36.489 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-10-16T19:52:37.412Z[ recovery-image] Oct 16 19:52:36.509 INFO O| Oct 16 19:52:36.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59832024-10-16T19:52:37.412Z[ recovery-image] Oct 16 19:52:36.509 INFO O| Oct 16 19:52:36.509 INFO STEP 606 (remove_files) COMPLETE
59842024-10-16T19:52:37.415Z[ recovery-image] Oct 16 19:52:36.509 INFO O| Oct 16 19:52:36.509 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-10-16T19:52:37.431Z[ recovery-image] Oct 16 19:52:36.529 INFO O| Oct 16 19:52:36.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59862024-10-16T19:52:37.431Z[ recovery-image] Oct 16 19:52:36.529 INFO O| Oct 16 19:52:36.529 INFO STEP 607 (remove_files) COMPLETE
59872024-10-16T19:52:37.434Z[ recovery-image] Oct 16 19:52:36.529 INFO O| Oct 16 19:52:36.529 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-10-16T19:52:37.461Z[ recovery-image] Oct 16 19:52:36.558 INFO O| Oct 16 19:52:36.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59892024-10-16T19:52:37.461Z[ recovery-image] Oct 16 19:52:36.558 INFO O| Oct 16 19:52:36.558 INFO STEP 608 (remove_files) COMPLETE
59902024-10-16T19:52:37.461Z[ recovery-image] Oct 16 19:52:36.558 INFO O| Oct 16 19:52:36.558 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-10-16T19:52:37.500Z[ recovery-image] Oct 16 19:52:36.597 INFO O| Oct 16 19:52:36.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59922024-10-16T19:52:37.500Z[ recovery-image] Oct 16 19:52:36.597 INFO O| Oct 16 19:52:36.597 INFO STEP 609 (remove_files) COMPLETE
59932024-10-16T19:52:37.500Z[ recovery-image] Oct 16 19:52:36.597 INFO O| Oct 16 19:52:36.597 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-10-16T19:52:37.533Z[ recovery-image] Oct 16 19:52:36.631 INFO O| Oct 16 19:52:36.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59952024-10-16T19:52:37.533Z[ recovery-image] Oct 16 19:52:36.631 INFO O| Oct 16 19:52:36.631 INFO STEP 610 (remove_files) COMPLETE
59962024-10-16T19:52:37.534Z[ recovery-image] Oct 16 19:52:36.631 INFO O| Oct 16 19:52:36.631 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-10-16T19:52:37.569Z[ recovery-image] Oct 16 19:52:36.666 INFO O| Oct 16 19:52:36.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59982024-10-16T19:52:37.569Z[ recovery-image] Oct 16 19:52:36.666 INFO O| Oct 16 19:52:36.666 INFO STEP 611 (remove_files) COMPLETE
59992024-10-16T19:52:37.572Z[ recovery-image] Oct 16 19:52:36.666 INFO O| Oct 16 19:52:36.666 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-10-16T19:52:37.628Z[ recovery-image] Oct 16 19:52:36.725 INFO O| Oct 16 19:52:36.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60012024-10-16T19:52:37.628Z[ recovery-image] Oct 16 19:52:36.725 INFO O| Oct 16 19:52:36.725 INFO STEP 612 (remove_files) COMPLETE
60022024-10-16T19:52:37.628Z[ recovery-image] Oct 16 19:52:36.725 INFO O| Oct 16 19:52:36.725 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-10-16T19:52:37.679Z[ host-image] Oct 16 19:52:36.776 INFO O| Oct 16 19:52:36.776 INFO O| Done
60042024-10-16T19:52:37.681Z[ recovery-image] Oct 16 19:52:36.776 INFO O| Oct 16 19:52:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60052024-10-16T19:52:37.681Z[ recovery-image] Oct 16 19:52:36.776 INFO O| Oct 16 19:52:36.776 INFO STEP 613 (remove_files) COMPLETE
60062024-10-16T19:52:37.681Z[ recovery-image] Oct 16 19:52:36.776 INFO O| Oct 16 19:52:36.776 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-16T19:52:37.698Z[ recovery-image] Oct 16 19:52:36.795 INFO O| Oct 16 19:52:36.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60082024-10-16T19:52:37.698Z[ recovery-image] Oct 16 19:52:36.796 INFO O| Oct 16 19:52:36.795 INFO STEP 614 (remove_files) COMPLETE
60092024-10-16T19:52:37.698Z[ recovery-image] Oct 16 19:52:36.796 INFO O| Oct 16 19:52:36.795 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-16T19:52:37.717Z[ recovery-image] Oct 16 19:52:36.814 INFO O| Oct 16 19:52:36.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60112024-10-16T19:52:37.719Z[ recovery-image] Oct 16 19:52:36.814 INFO O| Oct 16 19:52:36.814 INFO STEP 615 (remove_files) COMPLETE
60122024-10-16T19:52:37.719Z[ recovery-image] Oct 16 19:52:36.814 INFO O| Oct 16 19:52:36.814 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-16T19:52:37.735Z[ host-image] Oct 16 19:52:36.833 INFO O| Oct 16 19:52:36.833 INFO O| Done
60142024-10-16T19:52:37.735Z[ host-image] Oct 16 19:52:36.833 INFO O| Oct 16 19:52:36.833 INFO O| Done
60152024-10-16T19:52:37.789Z[ recovery-image] Oct 16 19:52:36.886 INFO O| Oct 16 19:52:36.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60162024-10-16T19:52:37.789Z[ recovery-image] Oct 16 19:52:36.886 INFO O| Oct 16 19:52:36.886 INFO STEP 616 (remove_files) COMPLETE
60172024-10-16T19:52:37.789Z[ recovery-image] Oct 16 19:52:36.886 INFO O| Oct 16 19:52:36.886 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-10-16T19:52:37.801Z[ host-image] Oct 16 19:52:36.898 INFO O| Oct 16 19:52:36.898 INFO O| Done
60192024-10-16T19:52:37.855Z[ recovery-image] Oct 16 19:52:36.952 INFO O| Oct 16 19:52:36.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60202024-10-16T19:52:37.855Z[ recovery-image] Oct 16 19:52:36.952 INFO O| Oct 16 19:52:36.952 INFO STEP 617 (remove_files) COMPLETE
60212024-10-16T19:52:37.855Z[ recovery-image] Oct 16 19:52:36.952 INFO O| Oct 16 19:52:36.952 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-16T19:52:37.885Z[ recovery-image] Oct 16 19:52:36.982 INFO O| Oct 16 19:52:36.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60232024-10-16T19:52:37.887Z[ recovery-image] Oct 16 19:52:36.982 INFO O| Oct 16 19:52:36.982 INFO STEP 618 (remove_files) COMPLETE
60242024-10-16T19:52:37.887Z[ recovery-image] Oct 16 19:52:36.982 INFO O| Oct 16 19:52:36.982 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-16T19:52:37.907Z[ recovery-image] Oct 16 19:52:37.004 INFO O| Oct 16 19:52:37.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60262024-10-16T19:52:37.909Z[ recovery-image] Oct 16 19:52:37.004 INFO O| Oct 16 19:52:37.004 INFO STEP 619 (remove_files) COMPLETE
60272024-10-16T19:52:37.909Z[ recovery-image] Oct 16 19:52:37.005 INFO O| Oct 16 19:52:37.004 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-16T19:52:37.929Z[ recovery-image] Oct 16 19:52:37.026 INFO O| Oct 16 19:52:37.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60292024-10-16T19:52:37.931Z[ recovery-image] Oct 16 19:52:37.026 INFO O| Oct 16 19:52:37.026 INFO STEP 620 (remove_files) COMPLETE
60302024-10-16T19:52:37.932Z[ recovery-image] Oct 16 19:52:37.026 INFO O| Oct 16 19:52:37.026 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-16T19:52:37.950Z[ recovery-image] Oct 16 19:52:37.047 INFO O| Oct 16 19:52:37.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60322024-10-16T19:52:37.952Z[ recovery-image] Oct 16 19:52:37.047 INFO O| Oct 16 19:52:37.047 INFO STEP 621 (remove_files) COMPLETE
60332024-10-16T19:52:37.952Z[ recovery-image] Oct 16 19:52:37.048 INFO O| Oct 16 19:52:37.047 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-16T19:52:38.017Z[ recovery-image] Oct 16 19:52:37.114 INFO O| Oct 16 19:52:37.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60352024-10-16T19:52:38.017Z[ recovery-image] Oct 16 19:52:37.114 INFO O| Oct 16 19:52:37.114 INFO STEP 622 (remove_files) COMPLETE
60362024-10-16T19:52:38.017Z[ recovery-image] Oct 16 19:52:37.114 INFO O| Oct 16 19:52:37.114 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-16T19:52:38.048Z[ recovery-image] Oct 16 19:52:37.145 INFO O| Oct 16 19:52:37.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60382024-10-16T19:52:38.048Z[ recovery-image] Oct 16 19:52:37.145 INFO O| Oct 16 19:52:37.145 INFO STEP 623 (remove_files) COMPLETE
60392024-10-16T19:52:38.048Z[ recovery-image] Oct 16 19:52:37.145 INFO O| Oct 16 19:52:37.145 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-16T19:52:38.061Z[ host-image] Oct 16 19:52:37.159 INFO O| Oct 16 19:52:37.159 INFO STEP 13 (pkg_install) COMPLETE
60412024-10-16T19:52:38.062Z[ host-image] Oct 16 19:52:37.159 INFO O| Oct 16 19:52:37.159 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
60422024-10-16T19:52:38.068Z[ recovery-image] Oct 16 19:52:37.165 INFO O| Oct 16 19:52:37.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60432024-10-16T19:52:38.068Z[ recovery-image] Oct 16 19:52:37.165 INFO O| Oct 16 19:52:37.165 INFO STEP 624 (remove_files) COMPLETE
60442024-10-16T19:52:38.071Z[ recovery-image] Oct 16 19:52:37.165 INFO O| Oct 16 19:52:37.165 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-10-16T19:52:38.079Z[ host-image] Oct 16 19:52:37.176 INFO O| Oct 16 19:52:37.176 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
60462024-10-16T19:52:38.150Z[ recovery-image] Oct 16 19:52:37.247 INFO O| Oct 16 19:52:37.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60472024-10-16T19:52:38.150Z[ recovery-image] Oct 16 19:52:37.247 INFO O| Oct 16 19:52:37.247 INFO STEP 625 (remove_files) COMPLETE
60482024-10-16T19:52:38.150Z[ recovery-image] Oct 16 19:52:37.247 INFO O| Oct 16 19:52:37.247 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-16T19:52:38.220Z[ recovery-image] Oct 16 19:52:37.317 INFO O| Oct 16 19:52:37.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60502024-10-16T19:52:38.223Z[ recovery-image] Oct 16 19:52:37.320 INFO O| Oct 16 19:52:37.320 INFO STEP 626 (remove_files) COMPLETE
60512024-10-16T19:52:38.223Z[ recovery-image] Oct 16 19:52:37.320 INFO O| Oct 16 19:52:37.320 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-16T19:52:38.304Z[ recovery-image] Oct 16 19:52:37.401 INFO O| Oct 16 19:52:37.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60532024-10-16T19:52:38.304Z[ recovery-image] Oct 16 19:52:37.401 INFO O| Oct 16 19:52:37.401 INFO STEP 627 (remove_files) COMPLETE
60542024-10-16T19:52:38.304Z[ recovery-image] Oct 16 19:52:37.401 INFO O| Oct 16 19:52:37.401 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-16T19:52:38.354Z[ recovery-image] Oct 16 19:52:37.451 INFO O| Oct 16 19:52:37.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60562024-10-16T19:52:38.358Z[ recovery-image] Oct 16 19:52:37.452 INFO O| Oct 16 19:52:37.451 INFO STEP 628 (remove_files) COMPLETE
60572024-10-16T19:52:38.358Z[ recovery-image] Oct 16 19:52:37.452 INFO O| Oct 16 19:52:37.452 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-16T19:52:38.374Z[ recovery-image] Oct 16 19:52:37.471 INFO O| Oct 16 19:52:37.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60592024-10-16T19:52:38.376Z[ recovery-image] Oct 16 19:52:37.471 INFO O| Oct 16 19:52:37.471 INFO STEP 629 (remove_files) COMPLETE
60602024-10-16T19:52:38.376Z[ recovery-image] Oct 16 19:52:37.471 INFO O| Oct 16 19:52:37.471 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-16T19:52:38.412Z[ recovery-image] Oct 16 19:52:37.509 INFO O| Oct 16 19:52:37.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60622024-10-16T19:52:38.412Z[ recovery-image] Oct 16 19:52:37.509 INFO O| Oct 16 19:52:37.509 INFO STEP 630 (remove_files) COMPLETE
60632024-10-16T19:52:38.412Z[ recovery-image] Oct 16 19:52:37.509 INFO O| Oct 16 19:52:37.509 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-16T19:52:38.447Z[ recovery-image] Oct 16 19:52:37.544 INFO O| Oct 16 19:52:37.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60652024-10-16T19:52:38.447Z[ recovery-image] Oct 16 19:52:37.544 INFO O| Oct 16 19:52:37.544 INFO STEP 631 (remove_files) COMPLETE
60662024-10-16T19:52:38.447Z[ recovery-image] Oct 16 19:52:37.544 INFO O| Oct 16 19:52:37.544 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-16T19:52:38.524Z[ recovery-image] Oct 16 19:52:37.619 INFO O| Oct 16 19:52:37.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60682024-10-16T19:52:38.524Z[ recovery-image] Oct 16 19:52:37.619 INFO O| Oct 16 19:52:37.619 INFO STEP 632 (remove_files) COMPLETE
60692024-10-16T19:52:38.524Z[ recovery-image] Oct 16 19:52:37.619 INFO O| Oct 16 19:52:37.619 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-16T19:52:38.544Z[ recovery-image] Oct 16 19:52:37.641 INFO O| Oct 16 19:52:37.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60712024-10-16T19:52:38.544Z[ recovery-image] Oct 16 19:52:37.641 INFO O| Oct 16 19:52:37.641 INFO STEP 633 (remove_files) COMPLETE
60722024-10-16T19:52:38.547Z[ recovery-image] Oct 16 19:52:37.641 INFO O| Oct 16 19:52:37.641 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-16T19:52:38.564Z[ recovery-image] Oct 16 19:52:37.661 INFO O| Oct 16 19:52:37.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60742024-10-16T19:52:38.564Z[ recovery-image] Oct 16 19:52:37.661 INFO O| Oct 16 19:52:37.661 INFO STEP 634 (remove_files) COMPLETE
60752024-10-16T19:52:38.573Z[ recovery-image] Oct 16 19:52:37.661 INFO O| Oct 16 19:52:37.661 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-16T19:52:38.602Z[ recovery-image] Oct 16 19:52:37.699 INFO O| Oct 16 19:52:37.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60772024-10-16T19:52:38.602Z[ recovery-image] Oct 16 19:52:37.699 INFO O| Oct 16 19:52:37.699 INFO STEP 635 (remove_files) COMPLETE
60782024-10-16T19:52:38.602Z[ recovery-image] Oct 16 19:52:37.699 INFO O| Oct 16 19:52:37.699 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-16T19:52:38.655Z[ recovery-image] Oct 16 19:52:37.752 INFO O| Oct 16 19:52:37.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60802024-10-16T19:52:38.656Z[ recovery-image] Oct 16 19:52:37.753 INFO O| Oct 16 19:52:37.752 INFO STEP 636 (remove_files) COMPLETE
60812024-10-16T19:52:38.656Z[ recovery-image] Oct 16 19:52:37.753 INFO O| Oct 16 19:52:37.753 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-16T19:52:38.692Z[ recovery-image] Oct 16 19:52:37.789 INFO O| Oct 16 19:52:37.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60832024-10-16T19:52:38.692Z[ recovery-image] Oct 16 19:52:37.789 INFO O| Oct 16 19:52:37.789 INFO STEP 637 (remove_files) COMPLETE
60842024-10-16T19:52:38.692Z[ recovery-image] Oct 16 19:52:37.789 INFO O| Oct 16 19:52:37.789 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-10-16T19:52:38.743Z[ recovery-image] Oct 16 19:52:37.840 INFO O| Oct 16 19:52:37.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60862024-10-16T19:52:38.747Z[ recovery-image] Oct 16 19:52:37.841 INFO O| Oct 16 19:52:37.840 INFO STEP 638 (remove_files) COMPLETE
60872024-10-16T19:52:38.747Z[ recovery-image] Oct 16 19:52:37.841 INFO O| Oct 16 19:52:37.841 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-16T19:52:38.805Z[ recovery-image] Oct 16 19:52:37.901 INFO O| Oct 16 19:52:37.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60892024-10-16T19:52:38.808Z[ recovery-image] Oct 16 19:52:37.902 INFO O| Oct 16 19:52:37.902 INFO STEP 639 (remove_files) COMPLETE
60902024-10-16T19:52:38.809Z[ recovery-image] Oct 16 19:52:37.902 INFO O| Oct 16 19:52:37.902 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-10-16T19:52:38.825Z[ recovery-image] Oct 16 19:52:37.922 INFO O| Oct 16 19:52:37.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60922024-10-16T19:52:38.828Z[ recovery-image] Oct 16 19:52:37.923 INFO O| Oct 16 19:52:37.923 INFO STEP 640 (remove_files) COMPLETE
60932024-10-16T19:52:38.828Z[ recovery-image] Oct 16 19:52:37.923 INFO O| Oct 16 19:52:37.923 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-10-16T19:52:38.846Z[ recovery-image] Oct 16 19:52:37.943 INFO O| Oct 16 19:52:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60952024-10-16T19:52:38.846Z[ recovery-image] Oct 16 19:52:37.943 INFO O| Oct 16 19:52:37.943 INFO STEP 641 (remove_files) COMPLETE
60962024-10-16T19:52:38.846Z[ recovery-image] Oct 16 19:52:37.943 INFO O| Oct 16 19:52:37.943 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-10-16T19:52:38.866Z[ recovery-image] Oct 16 19:52:37.963 INFO O| Oct 16 19:52:37.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60982024-10-16T19:52:38.867Z[ recovery-image] Oct 16 19:52:37.964 INFO O| Oct 16 19:52:37.963 INFO STEP 642 (remove_files) COMPLETE
60992024-10-16T19:52:38.867Z[ recovery-image] Oct 16 19:52:37.964 INFO O| Oct 16 19:52:37.964 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-10-16T19:52:38.893Z[ recovery-image] Oct 16 19:52:37.990 INFO O| Oct 16 19:52:37.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
61012024-10-16T19:52:38.895Z[ recovery-image] Oct 16 19:52:37.990 INFO O| Oct 16 19:52:37.990 INFO STEP 643 (remove_files) COMPLETE
61022024-10-16T19:52:38.897Z[ recovery-image] Oct 16 19:52:37.990 INFO O| Oct 16 19:52:37.990 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-10-16T19:52:38.953Z[ recovery-image] Oct 16 19:52:38.050 INFO O| Oct 16 19:52:38.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61042024-10-16T19:52:38.953Z[ recovery-image] Oct 16 19:52:38.050 INFO O| Oct 16 19:52:38.050 INFO STEP 644 (remove_files) COMPLETE
61052024-10-16T19:52:38.954Z[ recovery-image] Oct 16 19:52:38.050 INFO O| Oct 16 19:52:38.050 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-10-16T19:52:38.972Z[ recovery-image] Oct 16 19:52:38.068 INFO O| Oct 16 19:52:38.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61072024-10-16T19:52:38.972Z[ recovery-image] Oct 16 19:52:38.068 INFO O| Oct 16 19:52:38.068 INFO STEP 645 (remove_files) COMPLETE
61082024-10-16T19:52:38.972Z[ recovery-image] Oct 16 19:52:38.068 INFO O| Oct 16 19:52:38.068 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-10-16T19:52:38.987Z[ recovery-image] Oct 16 19:52:38.084 INFO O| Oct 16 19:52:38.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61102024-10-16T19:52:38.987Z[ recovery-image] Oct 16 19:52:38.084 INFO O| Oct 16 19:52:38.084 INFO STEP 646 (remove_files) COMPLETE
61112024-10-16T19:52:38.987Z[ recovery-image] Oct 16 19:52:38.084 INFO O| Oct 16 19:52:38.084 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-10-16T19:52:39.047Z[ recovery-image] Oct 16 19:52:38.144 INFO O| Oct 16 19:52:38.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61132024-10-16T19:52:39.049Z[ recovery-image] Oct 16 19:52:38.144 INFO O| Oct 16 19:52:38.144 INFO STEP 647 (remove_files) COMPLETE
61142024-10-16T19:52:39.050Z[ recovery-image] Oct 16 19:52:38.144 INFO O| Oct 16 19:52:38.144 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-10-16T19:52:39.069Z[ recovery-image] Oct 16 19:52:38.166 INFO O| Oct 16 19:52:38.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61162024-10-16T19:52:39.070Z[ recovery-image] Oct 16 19:52:38.166 INFO O| Oct 16 19:52:38.166 INFO STEP 648 (remove_files) COMPLETE
61172024-10-16T19:52:39.073Z[ recovery-image] Oct 16 19:52:38.166 INFO O| Oct 16 19:52:38.166 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-10-16T19:52:39.109Z[ recovery-image] Oct 16 19:52:38.205 INFO O| Oct 16 19:52:38.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61192024-10-16T19:52:39.109Z[ recovery-image] Oct 16 19:52:38.205 INFO O| Oct 16 19:52:38.205 INFO STEP 649 (remove_files) COMPLETE
61202024-10-16T19:52:39.109Z[ recovery-image] Oct 16 19:52:38.205 INFO O| Oct 16 19:52:38.205 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-10-16T19:52:39.148Z[ recovery-image] Oct 16 19:52:38.244 INFO O| Oct 16 19:52:38.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61222024-10-16T19:52:39.148Z[ recovery-image] Oct 16 19:52:38.244 INFO O| Oct 16 19:52:38.244 INFO STEP 650 (remove_files) COMPLETE
61232024-10-16T19:52:39.148Z[ recovery-image] Oct 16 19:52:38.245 INFO O| Oct 16 19:52:38.244 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-10-16T19:52:39.165Z[ recovery-image] Oct 16 19:52:38.262 INFO O| Oct 16 19:52:38.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61252024-10-16T19:52:39.165Z[ recovery-image] Oct 16 19:52:38.262 INFO O| Oct 16 19:52:38.262 INFO STEP 651 (remove_files) COMPLETE
61262024-10-16T19:52:39.165Z[ recovery-image] Oct 16 19:52:38.262 INFO O| Oct 16 19:52:38.262 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-10-16T19:52:39.183Z[ recovery-image] Oct 16 19:52:38.279 INFO O| Oct 16 19:52:38.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61282024-10-16T19:52:39.183Z[ recovery-image] Oct 16 19:52:38.279 INFO O| Oct 16 19:52:38.279 INFO STEP 652 (remove_files) COMPLETE
61292024-10-16T19:52:39.183Z[ recovery-image] Oct 16 19:52:38.279 INFO O| Oct 16 19:52:38.279 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-10-16T19:52:39.202Z[ recovery-image] Oct 16 19:52:38.299 INFO O| Oct 16 19:52:38.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61312024-10-16T19:52:39.205Z[ recovery-image] Oct 16 19:52:38.299 INFO O| Oct 16 19:52:38.299 INFO STEP 653 (remove_files) COMPLETE
61322024-10-16T19:52:39.205Z[ recovery-image] Oct 16 19:52:38.299 INFO O| Oct 16 19:52:38.299 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-10-16T19:52:39.222Z[ recovery-image] Oct 16 19:52:38.319 INFO O| Oct 16 19:52:38.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61342024-10-16T19:52:39.224Z[ recovery-image] Oct 16 19:52:38.319 INFO O| Oct 16 19:52:38.319 INFO STEP 654 (remove_files) COMPLETE
61352024-10-16T19:52:39.224Z[ recovery-image] Oct 16 19:52:38.319 INFO O| Oct 16 19:52:38.319 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-10-16T19:52:39.227Z[ host-image] Oct 16 19:52:38.322 INFO O| Oct 16 19:52:38.322 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
61372024-10-16T19:52:39.243Z[ recovery-image] Oct 16 19:52:38.339 INFO O| Oct 16 19:52:38.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61382024-10-16T19:52:39.246Z[ recovery-image] Oct 16 19:52:38.340 INFO O| Oct 16 19:52:38.340 INFO STEP 655 (remove_files) COMPLETE
61392024-10-16T19:52:39.246Z[ recovery-image] Oct 16 19:52:38.340 INFO O| Oct 16 19:52:38.340 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-10-16T19:52:39.263Z[ recovery-image] Oct 16 19:52:38.360 INFO O| Oct 16 19:52:38.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61412024-10-16T19:52:39.266Z[ recovery-image] Oct 16 19:52:38.360 INFO O| Oct 16 19:52:38.360 INFO STEP 656 (remove_files) COMPLETE
61422024-10-16T19:52:39.266Z[ recovery-image] Oct 16 19:52:38.360 INFO O| Oct 16 19:52:38.360 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-10-16T19:52:39.283Z[ recovery-image] Oct 16 19:52:38.380 INFO O| Oct 16 19:52:38.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61442024-10-16T19:52:39.286Z[ recovery-image] Oct 16 19:52:38.380 INFO O| Oct 16 19:52:38.380 INFO STEP 657 (remove_files) COMPLETE
61452024-10-16T19:52:39.286Z[ recovery-image] Oct 16 19:52:38.380 INFO O| Oct 16 19:52:38.380 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-10-16T19:52:39.360Z[ recovery-image] Oct 16 19:52:38.435 INFO O| Oct 16 19:52:38.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61472024-10-16T19:52:39.361Z[ recovery-image] Oct 16 19:52:38.435 INFO O| Oct 16 19:52:38.435 INFO STEP 658 (remove_files) COMPLETE
61482024-10-16T19:52:39.361Z[ recovery-image] Oct 16 19:52:38.435 INFO O| Oct 16 19:52:38.435 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-10-16T19:52:39.361Z[ recovery-image] Oct 16 19:52:38.456 INFO O| Oct 16 19:52:38.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61502024-10-16T19:52:39.361Z[ recovery-image] Oct 16 19:52:38.456 INFO O| Oct 16 19:52:38.456 INFO STEP 659 (remove_files) COMPLETE
61512024-10-16T19:52:39.361Z[ recovery-image] Oct 16 19:52:38.456 INFO O| Oct 16 19:52:38.456 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-10-16T19:52:39.378Z[ recovery-image] Oct 16 19:52:38.474 INFO O| Oct 16 19:52:38.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61532024-10-16T19:52:39.404Z[ recovery-image] Oct 16 19:52:38.500 INFO O| Oct 16 19:52:38.500 INFO STEP 660 (remove_files) COMPLETE
61542024-10-16T19:52:39.404Z[ recovery-image] Oct 16 19:52:38.500 INFO O| Oct 16 19:52:38.500 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-10-16T19:52:39.437Z[ recovery-image] Oct 16 19:52:38.533 INFO O| Oct 16 19:52:38.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61562024-10-16T19:52:39.437Z[ recovery-image] Oct 16 19:52:38.533 INFO O| Oct 16 19:52:38.533 INFO STEP 661 (remove_files) COMPLETE
61572024-10-16T19:52:39.437Z[ recovery-image] Oct 16 19:52:38.533 INFO O| Oct 16 19:52:38.533 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-10-16T19:52:39.460Z[ recovery-image] Oct 16 19:52:38.557 INFO O| Oct 16 19:52:38.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61592024-10-16T19:52:39.461Z[ recovery-image] Oct 16 19:52:38.557 INFO O| Oct 16 19:52:38.557 INFO STEP 662 (remove_files) COMPLETE
61602024-10-16T19:52:39.463Z[ recovery-image] Oct 16 19:52:38.557 INFO O| Oct 16 19:52:38.557 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-10-16T19:52:39.541Z[ recovery-image] Oct 16 19:52:38.638 INFO O| Oct 16 19:52:38.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61622024-10-16T19:52:39.541Z[ recovery-image] Oct 16 19:52:38.638 INFO O| Oct 16 19:52:38.638 INFO STEP 663 (remove_files) COMPLETE
61632024-10-16T19:52:39.541Z[ recovery-image] Oct 16 19:52:38.638 INFO O| Oct 16 19:52:38.638 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-10-16T19:52:39.569Z[ recovery-image] Oct 16 19:52:38.666 INFO O| Oct 16 19:52:38.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61652024-10-16T19:52:39.637Z[ recovery-image] Oct 16 19:52:38.666 INFO O| Oct 16 19:52:38.666 INFO STEP 664 (remove_files) COMPLETE
61662024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.667 INFO O| Oct 16 19:52:38.667 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.684 INFO O| Oct 16 19:52:38.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61682024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.685 INFO O| Oct 16 19:52:38.685 INFO STEP 665 (remove_files) COMPLETE
61692024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.685 INFO O| Oct 16 19:52:38.685 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.701 INFO O| Oct 16 19:52:38.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61712024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.701 INFO O| Oct 16 19:52:38.701 INFO STEP 666 (remove_files) COMPLETE
61722024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.701 INFO O| Oct 16 19:52:38.701 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.718 INFO O| Oct 16 19:52:38.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61742024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.718 INFO O| Oct 16 19:52:38.718 INFO STEP 667 (remove_files) COMPLETE
61752024-10-16T19:52:39.639Z[ recovery-image] Oct 16 19:52:38.718 INFO O| Oct 16 19:52:38.718 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-10-16T19:52:39.642Z[ recovery-image] Oct 16 19:52:38.738 INFO O| Oct 16 19:52:38.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61772024-10-16T19:52:39.642Z[ recovery-image] Oct 16 19:52:38.738 INFO O| Oct 16 19:52:38.738 INFO STEP 668 (remove_files) COMPLETE
61782024-10-16T19:52:39.649Z[ recovery-image] Oct 16 19:52:38.739 INFO O| Oct 16 19:52:38.738 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-10-16T19:52:39.661Z[ recovery-image] Oct 16 19:52:38.758 INFO O| Oct 16 19:52:38.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61802024-10-16T19:52:39.664Z[ recovery-image] Oct 16 19:52:38.758 INFO O| Oct 16 19:52:38.758 INFO STEP 669 (remove_files) COMPLETE
61812024-10-16T19:52:39.664Z[ recovery-image] Oct 16 19:52:38.758 INFO O| Oct 16 19:52:38.758 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-10-16T19:52:39.681Z[ recovery-image] Oct 16 19:52:38.777 INFO O| Oct 16 19:52:38.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61832024-10-16T19:52:39.685Z[ recovery-image] Oct 16 19:52:38.778 INFO O| Oct 16 19:52:38.778 INFO STEP 670 (remove_files) COMPLETE
61842024-10-16T19:52:39.685Z[ recovery-image] Oct 16 19:52:38.778 INFO O| Oct 16 19:52:38.778 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-10-16T19:52:39.724Z[ recovery-image] Oct 16 19:52:38.820 INFO O| Oct 16 19:52:38.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61862024-10-16T19:52:39.726Z[ recovery-image] Oct 16 19:52:38.821 INFO O| Oct 16 19:52:38.821 INFO STEP 671 (remove_files) COMPLETE
61872024-10-16T19:52:39.726Z[ recovery-image] Oct 16 19:52:38.821 INFO O| Oct 16 19:52:38.821 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-10-16T19:52:39.795Z[ recovery-image] Oct 16 19:52:38.891 INFO O| Oct 16 19:52:38.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61892024-10-16T19:52:39.796Z[ recovery-image] Oct 16 19:52:38.891 INFO O| Oct 16 19:52:38.891 INFO STEP 672 (remove_files) COMPLETE
61902024-10-16T19:52:39.796Z[ recovery-image] Oct 16 19:52:38.891 INFO O| Oct 16 19:52:38.891 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-10-16T19:52:39.841Z[ recovery-image] Oct 16 19:52:38.937 INFO O| Oct 16 19:52:38.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61922024-10-16T19:52:39.841Z[ recovery-image] Oct 16 19:52:38.937 INFO O| Oct 16 19:52:38.936 INFO STEP 673 (remove_files) COMPLETE
61932024-10-16T19:52:39.843Z[ recovery-image] Oct 16 19:52:38.937 INFO O| Oct 16 19:52:38.936 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-10-16T19:52:39.861Z[ recovery-image] Oct 16 19:52:38.957 INFO O| Oct 16 19:52:38.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61952024-10-16T19:52:39.861Z[ recovery-image] Oct 16 19:52:38.958 INFO O| Oct 16 19:52:38.957 INFO STEP 674 (remove_files) COMPLETE
61962024-10-16T19:52:39.861Z[ recovery-image] Oct 16 19:52:38.958 INFO O| Oct 16 19:52:38.957 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-10-16T19:52:39.883Z[ recovery-image] Oct 16 19:52:38.980 INFO O| Oct 16 19:52:38.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61982024-10-16T19:52:39.883Z[ recovery-image] Oct 16 19:52:38.980 INFO O| Oct 16 19:52:38.977 INFO STEP 675 (remove_files) COMPLETE
61992024-10-16T19:52:39.886Z[ recovery-image] Oct 16 19:52:38.980 INFO O| Oct 16 19:52:38.977 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-10-16T19:52:39.902Z[ recovery-image] Oct 16 19:52:38.998 INFO O| Oct 16 19:52:38.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
62012024-10-16T19:52:39.902Z[ recovery-image] Oct 16 19:52:38.998 INFO O| Oct 16 19:52:38.996 INFO STEP 676 (remove_files) COMPLETE
62022024-10-16T19:52:39.902Z[ recovery-image] Oct 16 19:52:38.998 INFO O| Oct 16 19:52:38.996 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-10-16T19:52:39.920Z[ recovery-image] Oct 16 19:52:39.017 INFO O| Oct 16 19:52:39.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62042024-10-16T19:52:39.921Z[ recovery-image] Oct 16 19:52:39.017 INFO O| Oct 16 19:52:39.017 INFO STEP 677 (remove_files) COMPLETE
62052024-10-16T19:52:39.921Z[ recovery-image] Oct 16 19:52:39.017 INFO O| Oct 16 19:52:39.017 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-10-16T19:52:40.034Z[ recovery-image] Oct 16 19:52:39.099 INFO O| Oct 16 19:52:39.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62072024-10-16T19:52:40.034Z[ recovery-image] Oct 16 19:52:39.099 INFO O| Oct 16 19:52:39.099 INFO STEP 678 (remove_files) COMPLETE
62082024-10-16T19:52:40.034Z[ recovery-image] Oct 16 19:52:39.100 INFO O| Oct 16 19:52:39.099 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-10-16T19:52:40.086Z[ recovery-image] Oct 16 19:52:39.183 INFO O| Oct 16 19:52:39.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62102024-10-16T19:52:40.089Z[ recovery-image] Oct 16 19:52:39.183 INFO O| Oct 16 19:52:39.183 INFO STEP 679 (remove_files) COMPLETE
62112024-10-16T19:52:40.090Z[ recovery-image] Oct 16 19:52:39.183 INFO O| Oct 16 19:52:39.183 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-10-16T19:52:40.106Z[ recovery-image] Oct 16 19:52:39.202 INFO O| Oct 16 19:52:39.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62132024-10-16T19:52:40.106Z[ recovery-image] Oct 16 19:52:39.202 INFO O| Oct 16 19:52:39.202 INFO STEP 680 (remove_files) COMPLETE
62142024-10-16T19:52:40.106Z[ recovery-image] Oct 16 19:52:39.202 INFO O| Oct 16 19:52:39.202 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-10-16T19:52:40.124Z[ recovery-image] Oct 16 19:52:39.220 INFO O| Oct 16 19:52:39.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62162024-10-16T19:52:40.124Z[ recovery-image] Oct 16 19:52:39.220 INFO O| Oct 16 19:52:39.220 INFO STEP 681 (remove_files) COMPLETE
62172024-10-16T19:52:40.124Z[ recovery-image] Oct 16 19:52:39.220 INFO O| Oct 16 19:52:39.220 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-10-16T19:52:40.153Z[ recovery-image] Oct 16 19:52:39.240 INFO O| Oct 16 19:52:39.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62192024-10-16T19:52:40.154Z[ recovery-image] Oct 16 19:52:39.240 INFO O| Oct 16 19:52:39.240 INFO STEP 682 (remove_files) COMPLETE
62202024-10-16T19:52:40.157Z[ recovery-image] Oct 16 19:52:39.240 INFO O| Oct 16 19:52:39.240 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-10-16T19:52:40.164Z[ recovery-image] Oct 16 19:52:39.261 INFO O| Oct 16 19:52:39.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62222024-10-16T19:52:40.164Z[ recovery-image] Oct 16 19:52:39.261 INFO O| Oct 16 19:52:39.261 INFO STEP 683 (remove_files) COMPLETE
62232024-10-16T19:52:40.167Z[ recovery-image] Oct 16 19:52:39.261 INFO O| Oct 16 19:52:39.261 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-10-16T19:52:40.186Z[ recovery-image] Oct 16 19:52:39.282 INFO O| Oct 16 19:52:39.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62252024-10-16T19:52:40.186Z[ recovery-image] Oct 16 19:52:39.283 INFO O| Oct 16 19:52:39.283 INFO STEP 684 (remove_files) COMPLETE
62262024-10-16T19:52:40.186Z[ recovery-image] Oct 16 19:52:39.283 INFO O| Oct 16 19:52:39.283 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-10-16T19:52:40.206Z[ recovery-image] Oct 16 19:52:39.303 INFO O| Oct 16 19:52:39.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62282024-10-16T19:52:40.206Z[ recovery-image] Oct 16 19:52:39.303 INFO O| Oct 16 19:52:39.303 INFO STEP 685 (remove_files) COMPLETE
62292024-10-16T19:52:40.209Z[ recovery-image] Oct 16 19:52:39.303 INFO O| Oct 16 19:52:39.303 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-10-16T19:52:40.226Z[ recovery-image] Oct 16 19:52:39.322 INFO O| Oct 16 19:52:39.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62312024-10-16T19:52:40.226Z[ recovery-image] Oct 16 19:52:39.322 INFO O| Oct 16 19:52:39.322 INFO STEP 686 (remove_files) COMPLETE
62322024-10-16T19:52:40.226Z[ recovery-image] Oct 16 19:52:39.322 INFO O| Oct 16 19:52:39.322 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-10-16T19:52:40.281Z[ recovery-image] Oct 16 19:52:39.359 INFO O| Oct 16 19:52:39.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62342024-10-16T19:52:40.282Z[ recovery-image] Oct 16 19:52:39.359 INFO O| Oct 16 19:52:39.359 INFO STEP 687 (remove_files) COMPLETE
62352024-10-16T19:52:40.283Z[ recovery-image] Oct 16 19:52:39.359 INFO O| Oct 16 19:52:39.359 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-10-16T19:52:40.283Z[ recovery-image] Oct 16 19:52:39.377 INFO O| Oct 16 19:52:39.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62372024-10-16T19:52:40.283Z[ recovery-image] Oct 16 19:52:39.377 INFO O| Oct 16 19:52:39.377 INFO STEP 688 (remove_files) COMPLETE
62382024-10-16T19:52:40.283Z[ recovery-image] Oct 16 19:52:39.377 INFO O| Oct 16 19:52:39.377 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-10-16T19:52:40.298Z[ recovery-image] Oct 16 19:52:39.394 INFO O| Oct 16 19:52:39.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62402024-10-16T19:52:40.298Z[ recovery-image] Oct 16 19:52:39.394 INFO O| Oct 16 19:52:39.394 INFO STEP 689 (remove_files) COMPLETE
62412024-10-16T19:52:40.298Z[ recovery-image] Oct 16 19:52:39.394 INFO O| Oct 16 19:52:39.394 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-10-16T19:52:40.339Z[ recovery-image] Oct 16 19:52:39.436 INFO O| Oct 16 19:52:39.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62432024-10-16T19:52:40.339Z[ recovery-image] Oct 16 19:52:39.436 INFO O| Oct 16 19:52:39.436 INFO STEP 690 (remove_files) COMPLETE
62442024-10-16T19:52:40.342Z[ recovery-image] Oct 16 19:52:39.436 INFO O| Oct 16 19:52:39.436 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-10-16T19:52:40.357Z[ recovery-image] Oct 16 19:52:39.454 INFO O| Oct 16 19:52:39.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62462024-10-16T19:52:40.357Z[ recovery-image] Oct 16 19:52:39.454 INFO O| Oct 16 19:52:39.454 INFO STEP 691 (remove_files) COMPLETE
62472024-10-16T19:52:40.357Z[ recovery-image] Oct 16 19:52:39.454 INFO O| Oct 16 19:52:39.454 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-10-16T19:52:40.377Z[ recovery-image] Oct 16 19:52:39.473 INFO O| Oct 16 19:52:39.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62492024-10-16T19:52:40.378Z[ recovery-image] Oct 16 19:52:39.473 INFO O| Oct 16 19:52:39.471 INFO STEP 692 (remove_files) COMPLETE
62502024-10-16T19:52:40.381Z[ recovery-image] Oct 16 19:52:39.473 INFO O| Oct 16 19:52:39.471 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-10-16T19:52:40.405Z[ recovery-image] Oct 16 19:52:39.502 INFO O| Oct 16 19:52:39.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62522024-10-16T19:52:40.405Z[ recovery-image] Oct 16 19:52:39.502 INFO O| Oct 16 19:52:39.495 INFO STEP 693 (remove_files) COMPLETE
62532024-10-16T19:52:40.408Z[ recovery-image] Oct 16 19:52:39.502 INFO O| Oct 16 19:52:39.495 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-10-16T19:52:40.443Z[ recovery-image] Oct 16 19:52:39.539 INFO O| Oct 16 19:52:39.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62552024-10-16T19:52:40.443Z[ recovery-image] Oct 16 19:52:39.539 INFO O| Oct 16 19:52:39.539 INFO STEP 694 (remove_files) COMPLETE
62562024-10-16T19:52:40.443Z[ recovery-image] Oct 16 19:52:39.539 INFO O| Oct 16 19:52:39.539 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-10-16T19:52:40.461Z[ recovery-image] Oct 16 19:52:39.557 INFO O| Oct 16 19:52:39.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62582024-10-16T19:52:40.461Z[ recovery-image] Oct 16 19:52:39.557 INFO O| Oct 16 19:52:39.557 INFO STEP 695 (remove_files) COMPLETE
62592024-10-16T19:52:40.461Z[ recovery-image] Oct 16 19:52:39.557 INFO O| Oct 16 19:52:39.557 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-10-16T19:52:40.480Z[ recovery-image] Oct 16 19:52:39.576 INFO O| Oct 16 19:52:39.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62612024-10-16T19:52:40.480Z[ recovery-image] Oct 16 19:52:39.576 INFO O| Oct 16 19:52:39.576 INFO STEP 696 (remove_files) COMPLETE
62622024-10-16T19:52:40.480Z[ recovery-image] Oct 16 19:52:39.576 INFO O| Oct 16 19:52:39.576 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-10-16T19:52:40.513Z[ recovery-image] Oct 16 19:52:39.608 INFO O| Oct 16 19:52:39.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62642024-10-16T19:52:40.516Z[ recovery-image] Oct 16 19:52:39.608 INFO O| Oct 16 19:52:39.608 INFO STEP 697 (remove_files) COMPLETE
62652024-10-16T19:52:40.516Z[ recovery-image] Oct 16 19:52:39.608 INFO O| Oct 16 19:52:39.608 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-10-16T19:52:40.548Z[ recovery-image] Oct 16 19:52:39.643 INFO O| Oct 16 19:52:39.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62672024-10-16T19:52:40.548Z[ recovery-image] Oct 16 19:52:39.644 INFO O| Oct 16 19:52:39.643 INFO STEP 698 (remove_files) COMPLETE
62682024-10-16T19:52:40.548Z[ recovery-image] Oct 16 19:52:39.644 INFO O| Oct 16 19:52:39.644 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-10-16T19:52:40.567Z[ recovery-image] Oct 16 19:52:39.663 INFO O| Oct 16 19:52:39.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62702024-10-16T19:52:40.568Z[ recovery-image] Oct 16 19:52:39.663 INFO O| Oct 16 19:52:39.663 INFO STEP 699 (remove_files) COMPLETE
62712024-10-16T19:52:40.568Z[ recovery-image] Oct 16 19:52:39.663 INFO O| Oct 16 19:52:39.663 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-10-16T19:52:40.595Z[ recovery-image] Oct 16 19:52:39.691 INFO O| Oct 16 19:52:39.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62732024-10-16T19:52:40.595Z[ recovery-image] Oct 16 19:52:39.691 INFO O| Oct 16 19:52:39.691 INFO STEP 700 (remove_files) COMPLETE
62742024-10-16T19:52:40.595Z[ recovery-image] Oct 16 19:52:39.691 INFO O| Oct 16 19:52:39.691 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-10-16T19:52:40.695Z[ recovery-image] Oct 16 19:52:39.791 INFO O| Oct 16 19:52:39.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62762024-10-16T19:52:40.695Z[ recovery-image] Oct 16 19:52:39.791 INFO O| Oct 16 19:52:39.791 INFO STEP 701 (remove_files) COMPLETE
62772024-10-16T19:52:40.695Z[ recovery-image] Oct 16 19:52:39.791 INFO O| Oct 16 19:52:39.791 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-10-16T19:52:40.713Z[ recovery-image] Oct 16 19:52:39.810 INFO O| Oct 16 19:52:39.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62792024-10-16T19:52:40.714Z[ recovery-image] Oct 16 19:52:39.810 INFO O| Oct 16 19:52:39.810 INFO STEP 702 (remove_files) COMPLETE
62802024-10-16T19:52:40.714Z[ recovery-image] Oct 16 19:52:39.810 INFO O| Oct 16 19:52:39.810 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-10-16T19:52:40.732Z[ recovery-image] Oct 16 19:52:39.829 INFO O| Oct 16 19:52:39.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62822024-10-16T19:52:40.733Z[ recovery-image] Oct 16 19:52:39.829 INFO O| Oct 16 19:52:39.829 INFO STEP 703 (remove_files) COMPLETE
62832024-10-16T19:52:40.733Z[ recovery-image] Oct 16 19:52:39.829 INFO O| Oct 16 19:52:39.829 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-10-16T19:52:40.771Z[ recovery-image] Oct 16 19:52:39.866 INFO O| Oct 16 19:52:39.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62852024-10-16T19:52:40.771Z[ recovery-image] Oct 16 19:52:39.866 INFO O| Oct 16 19:52:39.866 INFO STEP 704 (remove_files) COMPLETE
62862024-10-16T19:52:40.771Z[ recovery-image] Oct 16 19:52:39.866 INFO O| Oct 16 19:52:39.866 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-10-16T19:52:41.038Z[ recovery-image] Oct 16 19:52:40.134 INFO O| Oct 16 19:52:40.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62882024-10-16T19:52:41.038Z[ recovery-image] Oct 16 19:52:40.134 INFO O| Oct 16 19:52:40.134 INFO STEP 705 (remove_files) COMPLETE
62892024-10-16T19:52:41.052Z[ recovery-image] Oct 16 19:52:40.134 INFO O| Oct 16 19:52:40.134 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-10-16T19:52:41.082Z[ recovery-image] Oct 16 19:52:40.165 INFO O| Oct 16 19:52:40.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62912024-10-16T19:52:41.082Z[ recovery-image] Oct 16 19:52:40.165 INFO O| Oct 16 19:52:40.165 INFO STEP 706 (remove_files) COMPLETE
62922024-10-16T19:52:41.082Z[ recovery-image] Oct 16 19:52:40.165 INFO O| Oct 16 19:52:40.165 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-10-16T19:52:41.094Z[ recovery-image] Oct 16 19:52:40.183 INFO O| Oct 16 19:52:40.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62942024-10-16T19:52:41.094Z[ recovery-image] Oct 16 19:52:40.183 INFO O| Oct 16 19:52:40.183 INFO STEP 707 (remove_files) COMPLETE
62952024-10-16T19:52:41.094Z[ recovery-image] Oct 16 19:52:40.183 INFO O| Oct 16 19:52:40.183 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-10-16T19:52:41.104Z[ recovery-image] Oct 16 19:52:40.200 INFO O| Oct 16 19:52:40.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62972024-10-16T19:52:41.104Z[ recovery-image] Oct 16 19:52:40.200 INFO O| Oct 16 19:52:40.200 INFO STEP 708 (remove_files) COMPLETE
62982024-10-16T19:52:41.104Z[ recovery-image] Oct 16 19:52:40.200 INFO O| Oct 16 19:52:40.200 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-10-16T19:52:41.129Z[ recovery-image] Oct 16 19:52:40.217 INFO O| Oct 16 19:52:40.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
63002024-10-16T19:52:41.129Z[ recovery-image] Oct 16 19:52:40.217 INFO O| Oct 16 19:52:40.217 INFO STEP 709 (remove_files) COMPLETE
63012024-10-16T19:52:41.129Z[ recovery-image] Oct 16 19:52:40.217 INFO O| Oct 16 19:52:40.217 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-10-16T19:52:41.147Z[ recovery-image] Oct 16 19:52:40.236 INFO O| Oct 16 19:52:40.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63032024-10-16T19:52:41.157Z[ recovery-image] Oct 16 19:52:40.236 INFO O| Oct 16 19:52:40.236 INFO STEP 710 (remove_files) COMPLETE
63042024-10-16T19:52:41.157Z[ recovery-image] Oct 16 19:52:40.236 INFO O| Oct 16 19:52:40.236 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-10-16T19:52:41.160Z[ recovery-image] Oct 16 19:52:40.256 INFO O| Oct 16 19:52:40.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63062024-10-16T19:52:41.160Z[ recovery-image] Oct 16 19:52:40.256 INFO O| Oct 16 19:52:40.256 INFO STEP 711 (remove_files) COMPLETE
63072024-10-16T19:52:41.160Z[ recovery-image] Oct 16 19:52:40.256 INFO O| Oct 16 19:52:40.256 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-10-16T19:52:41.178Z[ recovery-image] Oct 16 19:52:40.274 INFO O| Oct 16 19:52:40.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63092024-10-16T19:52:41.178Z[ recovery-image] Oct 16 19:52:40.274 INFO O| Oct 16 19:52:40.274 INFO STEP 712 (remove_files) COMPLETE
63102024-10-16T19:52:41.178Z[ recovery-image] Oct 16 19:52:40.274 INFO O| Oct 16 19:52:40.274 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-10-16T19:52:41.207Z[ recovery-image] Oct 16 19:52:40.303 INFO O| Oct 16 19:52:40.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63122024-10-16T19:52:41.207Z[ recovery-image] Oct 16 19:52:40.303 INFO O| Oct 16 19:52:40.303 INFO STEP 713 (remove_files) COMPLETE
63132024-10-16T19:52:41.211Z[ recovery-image] Oct 16 19:52:40.303 INFO O| Oct 16 19:52:40.303 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-10-16T19:52:41.468Z[ recovery-image] Oct 16 19:52:40.564 INFO O| Oct 16 19:52:40.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63152024-10-16T19:52:41.468Z[ recovery-image] Oct 16 19:52:40.564 INFO O| Oct 16 19:52:40.564 INFO STEP 714 (remove_files) COMPLETE
63162024-10-16T19:52:41.468Z[ recovery-image] Oct 16 19:52:40.564 INFO O| Oct 16 19:52:40.564 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-10-16T19:52:41.537Z[ recovery-image] Oct 16 19:52:40.624 INFO O| Oct 16 19:52:40.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63182024-10-16T19:52:41.537Z[ recovery-image] Oct 16 19:52:40.624 INFO O| Oct 16 19:52:40.624 INFO STEP 715 (remove_files) COMPLETE
63192024-10-16T19:52:41.537Z[ recovery-image] Oct 16 19:52:40.624 INFO O| Oct 16 19:52:40.624 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-10-16T19:52:41.546Z[ recovery-image] Oct 16 19:52:40.642 INFO O| Oct 16 19:52:40.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63212024-10-16T19:52:41.549Z[ recovery-image] Oct 16 19:52:40.643 INFO O| Oct 16 19:52:40.642 INFO STEP 716 (remove_files) COMPLETE
63222024-10-16T19:52:41.549Z[ recovery-image] Oct 16 19:52:40.643 INFO O| Oct 16 19:52:40.643 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-10-16T19:52:41.568Z[ recovery-image] Oct 16 19:52:40.664 INFO O| Oct 16 19:52:40.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63242024-10-16T19:52:41.571Z[ recovery-image] Oct 16 19:52:40.664 INFO O| Oct 16 19:52:40.664 INFO STEP 717 (remove_files) COMPLETE
63252024-10-16T19:52:41.571Z[ recovery-image] Oct 16 19:52:40.664 INFO O| Oct 16 19:52:40.664 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-10-16T19:52:41.629Z[ recovery-image] Oct 16 19:52:40.725 INFO O| Oct 16 19:52:40.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63272024-10-16T19:52:41.629Z[ recovery-image] Oct 16 19:52:40.725 INFO O| Oct 16 19:52:40.725 INFO STEP 718 (remove_files) COMPLETE
63282024-10-16T19:52:41.631Z[ recovery-image] Oct 16 19:52:40.725 INFO O| Oct 16 19:52:40.725 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-10-16T19:52:41.649Z[ recovery-image] Oct 16 19:52:40.746 INFO O| Oct 16 19:52:40.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63302024-10-16T19:52:41.649Z[ recovery-image] Oct 16 19:52:40.746 INFO O| Oct 16 19:52:40.744 INFO STEP 719 (remove_files) COMPLETE
63312024-10-16T19:52:41.652Z[ recovery-image] Oct 16 19:52:40.746 INFO O| Oct 16 19:52:40.744 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-10-16T19:52:41.677Z[ recovery-image] Oct 16 19:52:40.773 INFO O| Oct 16 19:52:40.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63332024-10-16T19:52:41.677Z[ recovery-image] Oct 16 19:52:40.774 INFO O| Oct 16 19:52:40.774 INFO STEP 720 (remove_files) COMPLETE
63342024-10-16T19:52:41.677Z[ recovery-image] Oct 16 19:52:40.774 INFO O| Oct 16 19:52:40.774 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-10-16T19:52:41.744Z[ recovery-image] Oct 16 19:52:40.840 INFO O| Oct 16 19:52:40.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63362024-10-16T19:52:41.744Z[ recovery-image] Oct 16 19:52:40.840 INFO O| Oct 16 19:52:40.840 INFO STEP 721 (remove_files) COMPLETE
63372024-10-16T19:52:41.744Z[ recovery-image] Oct 16 19:52:40.840 INFO O| Oct 16 19:52:40.840 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-10-16T19:52:41.766Z[ recovery-image] Oct 16 19:52:40.862 INFO O| Oct 16 19:52:40.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63392024-10-16T19:52:41.768Z[ recovery-image] Oct 16 19:52:40.862 INFO O| Oct 16 19:52:40.862 INFO STEP 722 (remove_files) COMPLETE
63402024-10-16T19:52:41.770Z[ recovery-image] Oct 16 19:52:40.862 INFO O| Oct 16 19:52:40.862 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-10-16T19:52:41.785Z[ recovery-image] Oct 16 19:52:40.881 INFO O| Oct 16 19:52:40.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63422024-10-16T19:52:41.785Z[ recovery-image] Oct 16 19:52:40.881 INFO O| Oct 16 19:52:40.881 INFO STEP 723 (remove_files) COMPLETE
63432024-10-16T19:52:41.785Z[ recovery-image] Oct 16 19:52:40.881 INFO O| Oct 16 19:52:40.881 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-10-16T19:52:41.803Z[ recovery-image] Oct 16 19:52:40.899 INFO O| Oct 16 19:52:40.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63452024-10-16T19:52:41.803Z[ recovery-image] Oct 16 19:52:40.899 INFO O| Oct 16 19:52:40.899 INFO STEP 724 (remove_files) COMPLETE
63462024-10-16T19:52:41.803Z[ recovery-image] Oct 16 19:52:40.899 INFO O| Oct 16 19:52:40.899 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-10-16T19:52:41.821Z[ recovery-image] Oct 16 19:52:40.917 INFO O| Oct 16 19:52:40.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63482024-10-16T19:52:41.821Z[ recovery-image] Oct 16 19:52:40.917 INFO O| Oct 16 19:52:40.917 INFO STEP 725 (remove_files) COMPLETE
63492024-10-16T19:52:41.821Z[ recovery-image] Oct 16 19:52:40.917 INFO O| Oct 16 19:52:40.917 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-10-16T19:52:41.839Z[ recovery-image] Oct 16 19:52:40.935 INFO O| Oct 16 19:52:40.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63512024-10-16T19:52:41.839Z[ recovery-image] Oct 16 19:52:40.935 INFO O| Oct 16 19:52:40.935 INFO STEP 726 (remove_files) COMPLETE
63522024-10-16T19:52:41.841Z[ recovery-image] Oct 16 19:52:40.935 INFO O| Oct 16 19:52:40.935 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-10-16T19:52:41.871Z[ recovery-image] Oct 16 19:52:40.967 INFO O| Oct 16 19:52:40.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63542024-10-16T19:52:41.871Z[ recovery-image] Oct 16 19:52:40.967 INFO O| Oct 16 19:52:40.967 INFO STEP 727 (remove_files) COMPLETE
63552024-10-16T19:52:41.873Z[ recovery-image] Oct 16 19:52:40.967 INFO O| Oct 16 19:52:40.967 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-10-16T19:52:41.890Z[ recovery-image] Oct 16 19:52:40.986 INFO O| Oct 16 19:52:40.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63572024-10-16T19:52:41.890Z[ recovery-image] Oct 16 19:52:40.986 INFO O| Oct 16 19:52:40.986 INFO STEP 728 (remove_files) COMPLETE
63582024-10-16T19:52:41.890Z[ recovery-image] Oct 16 19:52:40.986 INFO O| Oct 16 19:52:40.986 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-10-16T19:52:41.913Z[ recovery-image] Oct 16 19:52:41.009 INFO O| Oct 16 19:52:41.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63602024-10-16T19:52:41.913Z[ recovery-image] Oct 16 19:52:41.009 INFO O| Oct 16 19:52:41.009 INFO STEP 729 (remove_files) COMPLETE
63612024-10-16T19:52:41.915Z[ recovery-image] Oct 16 19:52:41.009 INFO O| Oct 16 19:52:41.009 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-10-16T19:52:42.051Z[ recovery-image] Oct 16 19:52:41.147 INFO O| Oct 16 19:52:41.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63632024-10-16T19:52:42.051Z[ recovery-image] Oct 16 19:52:41.147 INFO O| Oct 16 19:52:41.147 INFO STEP 730 (remove_files) COMPLETE
63642024-10-16T19:52:42.054Z[ recovery-image] Oct 16 19:52:41.147 INFO O| Oct 16 19:52:41.147 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-10-16T19:52:42.087Z[ recovery-image] Oct 16 19:52:41.183 INFO O| Oct 16 19:52:41.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63662024-10-16T19:52:42.087Z[ recovery-image] Oct 16 19:52:41.183 INFO O| Oct 16 19:52:41.183 INFO STEP 731 (remove_files) COMPLETE
63672024-10-16T19:52:42.087Z[ recovery-image] Oct 16 19:52:41.183 INFO O| Oct 16 19:52:41.183 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-10-16T19:52:42.129Z[ recovery-image] Oct 16 19:52:41.224 INFO O| Oct 16 19:52:41.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63692024-10-16T19:52:42.129Z[ recovery-image] Oct 16 19:52:41.225 INFO O| Oct 16 19:52:41.225 INFO STEP 732 (remove_files) COMPLETE
63702024-10-16T19:52:42.129Z[ recovery-image] Oct 16 19:52:41.225 INFO O| Oct 16 19:52:41.225 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-10-16T19:52:42.170Z[ recovery-image] Oct 16 19:52:41.265 INFO O| Oct 16 19:52:41.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63722024-10-16T19:52:42.170Z[ recovery-image] Oct 16 19:52:41.266 INFO O| Oct 16 19:52:41.266 INFO STEP 733 (remove_files) COMPLETE
63732024-10-16T19:52:42.170Z[ recovery-image] Oct 16 19:52:41.266 INFO O| Oct 16 19:52:41.266 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-10-16T19:52:42.267Z[ recovery-image] Oct 16 19:52:41.363 INFO O| Oct 16 19:52:41.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63752024-10-16T19:52:42.267Z[ recovery-image] Oct 16 19:52:41.363 INFO O| Oct 16 19:52:41.363 INFO STEP 734 (remove_files) COMPLETE
63762024-10-16T19:52:42.267Z[ recovery-image] Oct 16 19:52:41.363 INFO O| Oct 16 19:52:41.363 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-10-16T19:52:42.287Z[ recovery-image] Oct 16 19:52:41.383 INFO O| Oct 16 19:52:41.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63782024-10-16T19:52:42.287Z[ recovery-image] Oct 16 19:52:41.383 INFO O| Oct 16 19:52:41.383 INFO STEP 735 (remove_files) COMPLETE
63792024-10-16T19:52:42.287Z[ recovery-image] Oct 16 19:52:41.383 INFO O| Oct 16 19:52:41.383 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-10-16T19:52:42.308Z[ recovery-image] Oct 16 19:52:41.404 INFO O| Oct 16 19:52:41.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63812024-10-16T19:52:42.308Z[ recovery-image] Oct 16 19:52:41.404 INFO O| Oct 16 19:52:41.404 INFO STEP 736 (remove_files) COMPLETE
63822024-10-16T19:52:42.312Z[ recovery-image] Oct 16 19:52:41.405 INFO O| Oct 16 19:52:41.404 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-10-16T19:52:42.329Z[ recovery-image] Oct 16 19:52:41.424 INFO O| Oct 16 19:52:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63842024-10-16T19:52:42.329Z[ recovery-image] Oct 16 19:52:41.424 INFO O| Oct 16 19:52:41.424 INFO STEP 737 (remove_files) COMPLETE
63852024-10-16T19:52:42.329Z[ recovery-image] Oct 16 19:52:41.424 INFO O| Oct 16 19:52:41.424 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-10-16T19:52:42.349Z[ recovery-image] Oct 16 19:52:41.444 INFO O| Oct 16 19:52:41.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63872024-10-16T19:52:42.349Z[ recovery-image] Oct 16 19:52:41.444 INFO O| Oct 16 19:52:41.444 INFO STEP 738 (remove_files) COMPLETE
63882024-10-16T19:52:42.349Z[ recovery-image] Oct 16 19:52:41.444 INFO O| Oct 16 19:52:41.444 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-10-16T19:52:42.368Z[ recovery-image] Oct 16 19:52:41.464 INFO O| Oct 16 19:52:41.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63902024-10-16T19:52:42.368Z[ recovery-image] Oct 16 19:52:41.464 INFO O| Oct 16 19:52:41.464 INFO STEP 739 (remove_files) COMPLETE
63912024-10-16T19:52:42.368Z[ recovery-image] Oct 16 19:52:41.464 INFO O| Oct 16 19:52:41.464 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-10-16T19:52:42.388Z[ recovery-image] Oct 16 19:52:41.484 INFO O| Oct 16 19:52:41.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63932024-10-16T19:52:42.410Z[ recovery-image] Oct 16 19:52:41.506 INFO O| Oct 16 19:52:41.506 INFO STEP 740 (remove_files) COMPLETE
63942024-10-16T19:52:42.411Z[ recovery-image] Oct 16 19:52:41.506 INFO O| Oct 16 19:52:41.506 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-10-16T19:52:42.464Z[ recovery-image] Oct 16 19:52:41.560 INFO O| Oct 16 19:52:41.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63962024-10-16T19:52:42.464Z[ recovery-image] Oct 16 19:52:41.560 INFO O| Oct 16 19:52:41.560 INFO STEP 741 (remove_files) COMPLETE
63972024-10-16T19:52:42.467Z[ recovery-image] Oct 16 19:52:41.560 INFO O| Oct 16 19:52:41.560 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-10-16T19:52:42.507Z[ recovery-image] Oct 16 19:52:41.603 INFO O| Oct 16 19:52:41.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63992024-10-16T19:52:42.507Z[ recovery-image] Oct 16 19:52:41.603 INFO O| Oct 16 19:52:41.603 INFO STEP 742 (remove_files) COMPLETE
64002024-10-16T19:52:42.510Z[ recovery-image] Oct 16 19:52:41.603 INFO O| Oct 16 19:52:41.603 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-10-16T19:52:42.525Z[ recovery-image] Oct 16 19:52:41.620 INFO O| Oct 16 19:52:41.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64022024-10-16T19:52:42.525Z[ recovery-image] Oct 16 19:52:41.621 INFO O| Oct 16 19:52:41.620 INFO STEP 743 (remove_files) COMPLETE
64032024-10-16T19:52:42.525Z[ recovery-image] Oct 16 19:52:41.621 INFO O| Oct 16 19:52:41.620 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-10-16T19:52:42.543Z[ recovery-image] Oct 16 19:52:41.639 INFO O| Oct 16 19:52:41.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64052024-10-16T19:52:42.543Z[ recovery-image] Oct 16 19:52:41.639 INFO O| Oct 16 19:52:41.639 INFO STEP 744 (remove_files) COMPLETE
64062024-10-16T19:52:42.543Z[ recovery-image] Oct 16 19:52:41.639 INFO O| Oct 16 19:52:41.639 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-10-16T19:52:42.562Z[ recovery-image] Oct 16 19:52:41.656 INFO O| Oct 16 19:52:41.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64082024-10-16T19:52:42.564Z[ recovery-image] Oct 16 19:52:41.656 INFO O| Oct 16 19:52:41.656 INFO STEP 745 (remove_files) COMPLETE
64092024-10-16T19:52:42.564Z[ recovery-image] Oct 16 19:52:41.656 INFO O| Oct 16 19:52:41.656 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-10-16T19:52:42.576Z[ recovery-image] Oct 16 19:52:41.672 INFO O| Oct 16 19:52:41.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64112024-10-16T19:52:42.577Z[ recovery-image] Oct 16 19:52:41.672 INFO O| Oct 16 19:52:41.672 INFO STEP 746 (remove_files) COMPLETE
64122024-10-16T19:52:42.577Z[ recovery-image] Oct 16 19:52:41.672 INFO O| Oct 16 19:52:41.672 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-10-16T19:52:42.594Z[ recovery-image] Oct 16 19:52:41.689 INFO O| Oct 16 19:52:41.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64142024-10-16T19:52:42.595Z[ recovery-image] Oct 16 19:52:41.689 INFO O| Oct 16 19:52:41.689 INFO STEP 747 (remove_files) COMPLETE
64152024-10-16T19:52:42.595Z[ recovery-image] Oct 16 19:52:41.689 INFO O| Oct 16 19:52:41.689 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-10-16T19:52:42.610Z[ recovery-image] Oct 16 19:52:41.706 INFO O| Oct 16 19:52:41.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64172024-10-16T19:52:42.610Z[ recovery-image] Oct 16 19:52:41.706 INFO O| Oct 16 19:52:41.706 INFO STEP 748 (remove_files) COMPLETE
64182024-10-16T19:52:42.610Z[ recovery-image] Oct 16 19:52:41.706 INFO O| Oct 16 19:52:41.706 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-10-16T19:52:42.637Z[ recovery-image] Oct 16 19:52:41.733 INFO O| Oct 16 19:52:41.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64202024-10-16T19:52:42.640Z[ recovery-image] Oct 16 19:52:41.733 INFO O| Oct 16 19:52:41.733 INFO STEP 749 (remove_files) COMPLETE
64212024-10-16T19:52:42.640Z[ recovery-image] Oct 16 19:52:41.733 INFO O| Oct 16 19:52:41.733 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-10-16T19:52:42.662Z[ recovery-image] Oct 16 19:52:41.758 INFO O| Oct 16 19:52:41.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64232024-10-16T19:52:42.664Z[ recovery-image] Oct 16 19:52:41.758 INFO O| Oct 16 19:52:41.758 INFO STEP 750 (remove_files) COMPLETE
64242024-10-16T19:52:42.664Z[ recovery-image] Oct 16 19:52:41.758 INFO O| Oct 16 19:52:41.758 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-10-16T19:52:42.681Z[ recovery-image] Oct 16 19:52:41.777 INFO O| Oct 16 19:52:41.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64262024-10-16T19:52:42.681Z[ recovery-image] Oct 16 19:52:41.777 INFO O| Oct 16 19:52:41.777 INFO STEP 751 (remove_files) COMPLETE
64272024-10-16T19:52:42.682Z[ recovery-image] Oct 16 19:52:41.777 INFO O| Oct 16 19:52:41.777 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-10-16T19:52:42.700Z[ recovery-image] Oct 16 19:52:41.796 INFO O| Oct 16 19:52:41.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64292024-10-16T19:52:42.703Z[ recovery-image] Oct 16 19:52:41.797 INFO O| Oct 16 19:52:41.796 INFO STEP 752 (remove_files) COMPLETE
64302024-10-16T19:52:42.703Z[ recovery-image] Oct 16 19:52:41.797 INFO O| Oct 16 19:52:41.797 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-10-16T19:52:42.719Z[ recovery-image] Oct 16 19:52:41.815 INFO O| Oct 16 19:52:41.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64322024-10-16T19:52:42.722Z[ recovery-image] Oct 16 19:52:41.816 INFO O| Oct 16 19:52:41.815 INFO STEP 753 (remove_files) COMPLETE
64332024-10-16T19:52:42.722Z[ recovery-image] Oct 16 19:52:41.816 INFO O| Oct 16 19:52:41.816 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-10-16T19:52:42.739Z[ recovery-image] Oct 16 19:52:41.835 INFO O| Oct 16 19:52:41.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64352024-10-16T19:52:42.755Z[ recovery-image] Oct 16 19:52:41.851 INFO O| Oct 16 19:52:41.851 INFO STEP 754 (remove_files) COMPLETE
64362024-10-16T19:52:42.758Z[ recovery-image] Oct 16 19:52:41.851 INFO O| Oct 16 19:52:41.851 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-10-16T19:52:42.776Z[ recovery-image] Oct 16 19:52:41.872 INFO O| Oct 16 19:52:41.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64382024-10-16T19:52:42.779Z[ recovery-image] Oct 16 19:52:41.873 INFO O| Oct 16 19:52:41.872 INFO STEP 755 (remove_files) COMPLETE
64392024-10-16T19:52:42.779Z[ recovery-image] Oct 16 19:52:41.873 INFO O| Oct 16 19:52:41.873 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-10-16T19:52:42.796Z[ recovery-image] Oct 16 19:52:41.892 INFO O| Oct 16 19:52:41.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64412024-10-16T19:52:42.798Z[ recovery-image] Oct 16 19:52:41.892 INFO O| Oct 16 19:52:41.892 INFO STEP 756 (remove_files) COMPLETE
64422024-10-16T19:52:42.798Z[ recovery-image] Oct 16 19:52:41.892 INFO O| Oct 16 19:52:41.892 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-10-16T19:52:42.815Z[ recovery-image] Oct 16 19:52:41.911 INFO O| Oct 16 19:52:41.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64442024-10-16T19:52:42.817Z[ recovery-image] Oct 16 19:52:41.911 INFO O| Oct 16 19:52:41.911 INFO STEP 757 (remove_files) COMPLETE
64452024-10-16T19:52:42.817Z[ recovery-image] Oct 16 19:52:41.911 INFO O| Oct 16 19:52:41.911 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-10-16T19:52:42.831Z[ recovery-image] Oct 16 19:52:41.927 INFO O| Oct 16 19:52:41.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64472024-10-16T19:52:42.844Z[ host-image] Oct 16 19:52:41.939 INFO O| Oct 16 19:52:41.938 INFO O| Planning: Solver setup ... Done
64482024-10-16T19:52:42.850Z[ host-image] Oct 16 19:52:41.946 INFO O| Oct 16 19:52:41.946 INFO O| Planning: Running solver ... Done
64492024-10-16T19:52:42.875Z[ recovery-image] Oct 16 19:52:41.971 INFO O| Oct 16 19:52:41.971 INFO STEP 758 (remove_files) COMPLETE
64502024-10-16T19:52:42.875Z[ recovery-image] Oct 16 19:52:41.971 INFO O| Oct 16 19:52:41.971 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-16T19:52:42.893Z[ recovery-image] Oct 16 19:52:41.989 INFO O| Oct 16 19:52:41.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64522024-10-16T19:52:42.898Z[ recovery-image] Oct 16 19:52:41.994 INFO O| Oct 16 19:52:41.994 INFO STEP 759 (remove_files) COMPLETE
64532024-10-16T19:52:42.901Z[ recovery-image] Oct 16 19:52:41.994 INFO O| Oct 16 19:52:41.994 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-16T19:52:42.915Z[ recovery-image] Oct 16 19:52:42.011 INFO O| Oct 16 19:52:42.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64552024-10-16T19:52:42.918Z[ recovery-image] Oct 16 19:52:42.011 INFO O| Oct 16 19:52:42.011 INFO STEP 760 (remove_files) COMPLETE
64562024-10-16T19:52:42.918Z[ recovery-image] Oct 16 19:52:42.011 INFO O| Oct 16 19:52:42.011 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-16T19:52:42.922Z[ host-image] Oct 16 19:52:42.018 INFO O| Oct 16 19:52:42.018 INFO O| Planning: Finding local manifests ... Done
64582024-10-16T19:52:42.924Z[ host-image] Oct 16 19:52:42.019 INFO O| Oct 16 19:52:42.019 INFO O| Planning: Fetching manifests: 0/1 0% complete
64592024-10-16T19:52:42.932Z[ recovery-image] Oct 16 19:52:42.027 INFO O| Oct 16 19:52:42.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64602024-10-16T19:52:42.932Z[ recovery-image] Oct 16 19:52:42.028 INFO O| Oct 16 19:52:42.028 INFO STEP 761 (remove_files) COMPLETE
64612024-10-16T19:52:42.935Z[ recovery-image] Oct 16 19:52:42.028 INFO O| Oct 16 19:52:42.028 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-16T19:52:42.947Z[ recovery-image] Oct 16 19:52:42.043 INFO O| Oct 16 19:52:42.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64632024-10-16T19:52:42.947Z[ recovery-image] Oct 16 19:52:42.043 INFO O| Oct 16 19:52:42.043 INFO STEP 762 (remove_files) COMPLETE
64642024-10-16T19:52:42.950Z[ recovery-image] Oct 16 19:52:42.043 INFO O| Oct 16 19:52:42.043 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-16T19:52:42.963Z[ recovery-image] Oct 16 19:52:42.059 INFO O| Oct 16 19:52:42.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64662024-10-16T19:52:42.963Z[ recovery-image] Oct 16 19:52:42.059 INFO O| Oct 16 19:52:42.059 INFO STEP 763 (remove_files) COMPLETE
64672024-10-16T19:52:42.967Z[ recovery-image] Oct 16 19:52:42.060 INFO O| Oct 16 19:52:42.059 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-16T19:52:42.979Z[ recovery-image] Oct 16 19:52:42.075 INFO O| Oct 16 19:52:42.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64692024-10-16T19:52:42.980Z[ recovery-image] Oct 16 19:52:42.075 INFO O| Oct 16 19:52:42.075 INFO STEP 764 (remove_files) COMPLETE
64702024-10-16T19:52:42.982Z[ recovery-image] Oct 16 19:52:42.075 INFO O| Oct 16 19:52:42.075 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-16T19:52:42.995Z[ recovery-image] Oct 16 19:52:42.091 INFO O| Oct 16 19:52:42.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64722024-10-16T19:52:42.995Z[ recovery-image] Oct 16 19:52:42.091 INFO O| Oct 16 19:52:42.091 INFO STEP 765 (remove_files) COMPLETE
64732024-10-16T19:52:42.998Z[ recovery-image] Oct 16 19:52:42.091 INFO O| Oct 16 19:52:42.091 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-16T19:52:43.011Z[ recovery-image] Oct 16 19:52:42.107 INFO O| Oct 16 19:52:42.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64752024-10-16T19:52:43.011Z[ recovery-image] Oct 16 19:52:42.107 INFO O| Oct 16 19:52:42.107 INFO STEP 766 (remove_files) COMPLETE
64762024-10-16T19:52:43.011Z[ recovery-image] Oct 16 19:52:42.107 INFO O| Oct 16 19:52:42.107 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-16T19:52:43.027Z[ recovery-image] Oct 16 19:52:42.123 INFO O| Oct 16 19:52:42.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64782024-10-16T19:52:43.027Z[ recovery-image] Oct 16 19:52:42.123 INFO O| Oct 16 19:52:42.123 INFO STEP 767 (remove_files) COMPLETE
64792024-10-16T19:52:43.030Z[ recovery-image] Oct 16 19:52:42.123 INFO O| Oct 16 19:52:42.123 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-16T19:52:43.036Z[ host-image] Oct 16 19:52:42.132 INFO O| Oct 16 19:52:42.132 INFO O| Planning: Fetching manifests: 1/1 100% complete
64812024-10-16T19:52:43.043Z[ recovery-image] Oct 16 19:52:42.139 INFO O| Oct 16 19:52:42.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64822024-10-16T19:52:43.046Z[ recovery-image] Oct 16 19:52:42.140 INFO O| Oct 16 19:52:42.140 INFO STEP 768 (remove_files) COMPLETE
64832024-10-16T19:52:43.046Z[ recovery-image] Oct 16 19:52:42.140 INFO O| Oct 16 19:52:42.140 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-16T19:52:43.061Z[ recovery-image] Oct 16 19:52:42.156 INFO O| Oct 16 19:52:42.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64852024-10-16T19:52:43.063Z[ recovery-image] Oct 16 19:52:42.157 INFO O| Oct 16 19:52:42.157 INFO STEP 769 (remove_files) COMPLETE
64862024-10-16T19:52:43.064Z[ recovery-image] Oct 16 19:52:42.157 INFO O| Oct 16 19:52:42.157 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-16T19:52:43.068Z[ host-image] Oct 16 19:52:42.163 INFO O| Oct 16 19:52:42.163 INFO O| Planning: Package planning ... Done
64882024-10-16T19:52:43.070Z[ host-image] Oct 16 19:52:42.164 INFO O| Oct 16 19:52:42.164 INFO O| Planning: Merging actions ... Done
64892024-10-16T19:52:43.075Z[ recovery-image] Oct 16 19:52:42.171 INFO O| Oct 16 19:52:42.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64902024-10-16T19:52:43.077Z[ recovery-image] Oct 16 19:52:42.171 INFO O| Oct 16 19:52:42.171 INFO STEP 770 (remove_files) COMPLETE
64912024-10-16T19:52:43.077Z[ recovery-image] Oct 16 19:52:42.171 INFO O| Oct 16 19:52:42.171 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-16T19:52:43.087Z[ recovery-image] Oct 16 19:52:42.183 INFO O| Oct 16 19:52:42.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64932024-10-16T19:52:43.087Z[ recovery-image] Oct 16 19:52:42.183 INFO O| Oct 16 19:52:42.183 INFO STEP 771 (remove_files) COMPLETE
64942024-10-16T19:52:43.090Z[ recovery-image] Oct 16 19:52:42.183 INFO O| Oct 16 19:52:42.183 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-16T19:52:43.099Z[ recovery-image] Oct 16 19:52:42.194 INFO O| Oct 16 19:52:42.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64962024-10-16T19:52:43.100Z[ recovery-image] Oct 16 19:52:42.195 INFO O| Oct 16 19:52:42.195 INFO STEP 772 (remove_files) COMPLETE
64972024-10-16T19:52:43.100Z[ recovery-image] Oct 16 19:52:42.195 INFO O| Oct 16 19:52:42.195 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-16T19:52:43.116Z[ recovery-image] Oct 16 19:52:42.211 INFO O| Oct 16 19:52:42.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64992024-10-16T19:52:43.116Z[ recovery-image] Oct 16 19:52:42.212 INFO O| Oct 16 19:52:42.211 INFO STEP 773 (remove_files) COMPLETE
65002024-10-16T19:52:43.116Z[ recovery-image] Oct 16 19:52:42.212 INFO O| Oct 16 19:52:42.211 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-16T19:52:43.132Z[ recovery-image] Oct 16 19:52:42.228 INFO O| Oct 16 19:52:42.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
65022024-10-16T19:52:43.132Z[ recovery-image] Oct 16 19:52:42.228 INFO O| Oct 16 19:52:42.228 INFO STEP 774 (remove_files) COMPLETE
65032024-10-16T19:52:43.135Z[ recovery-image] Oct 16 19:52:42.228 INFO O| Oct 16 19:52:42.228 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-16T19:52:43.150Z[ recovery-image] Oct 16 19:52:42.246 INFO O| Oct 16 19:52:42.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
65052024-10-16T19:52:43.150Z[ recovery-image] Oct 16 19:52:42.246 INFO O| Oct 16 19:52:42.246 INFO STEP 775 (remove_files) COMPLETE
65062024-10-16T19:52:43.153Z[ recovery-image] Oct 16 19:52:42.246 INFO O| Oct 16 19:52:42.246 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-16T19:52:43.155Z[ host-image] Oct 16 19:52:42.250 INFO O| Oct 16 19:52:42.250 INFO O| Planning: Checking for conflicting actions ... Done
65082024-10-16T19:52:43.155Z[ host-image] Oct 16 19:52:42.251 INFO O| Oct 16 19:52:42.251 INFO O| Planning: Consolidating action changes ... Done
65092024-10-16T19:52:43.167Z[ recovery-image] Oct 16 19:52:42.263 INFO O| Oct 16 19:52:42.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65102024-10-16T19:52:43.168Z[ recovery-image] Oct 16 19:52:42.263 INFO O| Oct 16 19:52:42.263 INFO STEP 776 (remove_files) COMPLETE
65112024-10-16T19:52:43.168Z[ recovery-image] Oct 16 19:52:42.263 INFO O| Oct 16 19:52:42.263 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-10-16T19:52:43.184Z[ recovery-image] Oct 16 19:52:42.280 INFO O| Oct 16 19:52:42.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65132024-10-16T19:52:43.184Z[ recovery-image] Oct 16 19:52:42.280 INFO O| Oct 16 19:52:42.280 INFO STEP 777 (remove_files) COMPLETE
65142024-10-16T19:52:43.186Z[ recovery-image] Oct 16 19:52:42.280 INFO O| Oct 16 19:52:42.280 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-10-16T19:52:43.201Z[ recovery-image] Oct 16 19:52:42.296 INFO O| Oct 16 19:52:42.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65162024-10-16T19:52:43.201Z[ recovery-image] Oct 16 19:52:42.297 INFO O| Oct 16 19:52:42.296 INFO STEP 778 (remove_files) COMPLETE
65172024-10-16T19:52:43.201Z[ recovery-image] Oct 16 19:52:42.297 INFO O| Oct 16 19:52:42.296 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-10-16T19:52:43.217Z[ recovery-image] Oct 16 19:52:42.313 INFO O| Oct 16 19:52:42.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65192024-10-16T19:52:43.217Z[ recovery-image] Oct 16 19:52:42.313 INFO O| Oct 16 19:52:42.313 INFO STEP 779 (remove_files) COMPLETE
65202024-10-16T19:52:43.220Z[ recovery-image] Oct 16 19:52:42.313 INFO O| Oct 16 19:52:42.313 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-10-16T19:52:43.235Z[ recovery-image] Oct 16 19:52:42.330 INFO O| Oct 16 19:52:42.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65222024-10-16T19:52:43.235Z[ recovery-image] Oct 16 19:52:42.330 INFO O| Oct 16 19:52:42.330 INFO STEP 780 (remove_files) COMPLETE
65232024-10-16T19:52:43.235Z[ recovery-image] Oct 16 19:52:42.331 INFO O| Oct 16 19:52:42.330 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-10-16T19:52:43.252Z[ recovery-image] Oct 16 19:52:42.348 INFO O| Oct 16 19:52:42.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65252024-10-16T19:52:43.252Z[ recovery-image] Oct 16 19:52:42.348 INFO O| Oct 16 19:52:42.348 INFO STEP 781 (remove_files) COMPLETE
65262024-10-16T19:52:43.255Z[ recovery-image] Oct 16 19:52:42.348 INFO O| Oct 16 19:52:42.348 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-10-16T19:52:43.271Z[ recovery-image] Oct 16 19:52:42.366 INFO O| Oct 16 19:52:42.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65282024-10-16T19:52:43.271Z[ recovery-image] Oct 16 19:52:42.367 INFO O| Oct 16 19:52:42.366 INFO STEP 782 (remove_files) COMPLETE
65292024-10-16T19:52:43.271Z[ recovery-image] Oct 16 19:52:42.367 INFO O| Oct 16 19:52:42.367 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-10-16T19:52:43.288Z[ recovery-image] Oct 16 19:52:42.384 INFO O| Oct 16 19:52:42.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65312024-10-16T19:52:43.289Z[ recovery-image] Oct 16 19:52:42.384 INFO O| Oct 16 19:52:42.384 INFO STEP 783 (remove_files) COMPLETE
65322024-10-16T19:52:43.289Z[ recovery-image] Oct 16 19:52:42.384 INFO O| Oct 16 19:52:42.384 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-10-16T19:52:43.305Z[ recovery-image] Oct 16 19:52:42.401 INFO O| Oct 16 19:52:42.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65342024-10-16T19:52:43.308Z[ recovery-image] Oct 16 19:52:42.401 INFO O| Oct 16 19:52:42.401 INFO STEP 784 (remove_files) COMPLETE
65352024-10-16T19:52:43.308Z[ recovery-image] Oct 16 19:52:42.401 INFO O| Oct 16 19:52:42.401 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-10-16T19:52:44.325Z[ recovery-image] Oct 16 19:52:42.418 INFO O| Oct 16 19:52:42.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65372024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.418 INFO O| Oct 16 19:52:42.418 INFO STEP 785 (remove_files) COMPLETE
65382024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.418 INFO O| Oct 16 19:52:42.418 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.435 INFO O| Oct 16 19:52:42.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65402024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.435 INFO O| Oct 16 19:52:42.435 INFO STEP 786 (remove_files) COMPLETE
65412024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.435 INFO O| Oct 16 19:52:42.435 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.453 INFO O| Oct 16 19:52:42.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65432024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.453 INFO O| Oct 16 19:52:42.453 INFO STEP 787 (remove_files) COMPLETE
65442024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.453 INFO O| Oct 16 19:52:42.453 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.472 INFO O| Oct 16 19:52:42.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65462024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.472 INFO O| Oct 16 19:52:42.472 INFO STEP 788 (remove_files) COMPLETE
65472024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.472 INFO O| Oct 16 19:52:42.472 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.487 INFO O| Oct 16 19:52:42.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65492024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.487 INFO O| Oct 16 19:52:42.487 INFO STEP 789 (remove_files) COMPLETE
65502024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.488 INFO O| Oct 16 19:52:42.487 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.500 INFO O| Oct 16 19:52:42.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65522024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.500 INFO O| Oct 16 19:52:42.500 INFO STEP 790 (remove_files) COMPLETE
65532024-10-16T19:52:44.329Z[ recovery-image] Oct 16 19:52:42.500 INFO O| Oct 16 19:52:42.500 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-10-16T19:52:44.330Z[ host-image] Oct 16 19:52:42.501 INFO O| Oct 16 19:52:42.501 INFO O| Planning: Evaluating mediators ... Done
65552024-10-16T19:52:44.330Z[ host-image] Oct 16 19:52:42.502 INFO O| Oct 16 19:52:42.501 INFO O| Planning: Planning completed in 4.18 seconds
65562024-10-16T19:52:44.330Z[ host-image] Oct 16 19:52:42.504 INFO O| Oct 16 19:52:42.504 INFO O| Packages to install: 1
65572024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.516 INFO O| Oct 16 19:52:42.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65582024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.516 INFO O| Oct 16 19:52:42.516 INFO STEP 791 (remove_files) COMPLETE
65592024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.516 INFO O| Oct 16 19:52:42.516 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-10-16T19:52:44.331Z[ host-image] Oct 16 19:52:42.523 INFO O| Oct 16 19:52:42.523 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
65612024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.529 INFO O| Oct 16 19:52:42.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65622024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.529 INFO O| Oct 16 19:52:42.529 INFO STEP 792 (remove_files) COMPLETE
65632024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.529 INFO O| Oct 16 19:52:42.529 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.542 INFO O| Oct 16 19:52:42.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65652024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.542 INFO O| Oct 16 19:52:42.542 INFO STEP 793 (remove_files) COMPLETE
65662024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.542 INFO O| Oct 16 19:52:42.542 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.554 INFO O| Oct 16 19:52:42.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65682024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.554 INFO O| Oct 16 19:52:42.554 INFO STEP 794 (remove_files) COMPLETE
65692024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.554 INFO O| Oct 16 19:52:42.554 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.569 INFO O| Oct 16 19:52:42.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65712024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.569 INFO O| Oct 16 19:52:42.569 INFO STEP 795 (remove_files) COMPLETE
65722024-10-16T19:52:44.331Z[ recovery-image] Oct 16 19:52:42.569 INFO O| Oct 16 19:52:42.569 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.584 INFO O| Oct 16 19:52:42.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65742024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.585 INFO O| Oct 16 19:52:42.584 INFO STEP 796 (remove_files) COMPLETE
65752024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.585 INFO O| Oct 16 19:52:42.585 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.596 INFO O| Oct 16 19:52:42.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65772024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.597 INFO O| Oct 16 19:52:42.596 INFO STEP 797 (remove_files) COMPLETE
65782024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.597 INFO O| Oct 16 19:52:42.597 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.610 INFO O| Oct 16 19:52:42.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65802024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.611 INFO O| Oct 16 19:52:42.611 INFO STEP 798 (remove_files) COMPLETE
65812024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.611 INFO O| Oct 16 19:52:42.611 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.626 INFO O| Oct 16 19:52:42.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65832024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.626 INFO O| Oct 16 19:52:42.626 INFO STEP 799 (remove_files) COMPLETE
65842024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.626 INFO O| Oct 16 19:52:42.626 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.638 INFO O| Oct 16 19:52:42.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65862024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.639 INFO O| Oct 16 19:52:42.639 INFO STEP 800 (remove_files) COMPLETE
65872024-10-16T19:52:44.332Z[ recovery-image] Oct 16 19:52:42.639 INFO O| Oct 16 19:52:42.639 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.652 INFO O| Oct 16 19:52:42.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65892024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.652 INFO O| Oct 16 19:52:42.652 INFO STEP 801 (remove_files) COMPLETE
65902024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.652 INFO O| Oct 16 19:52:42.652 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.663 INFO O| Oct 16 19:52:42.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65922024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.663 INFO O| Oct 16 19:52:42.663 INFO STEP 802 (remove_files) COMPLETE
65932024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.663 INFO O| Oct 16 19:52:42.663 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.676 INFO O| Oct 16 19:52:42.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65952024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.676 INFO O| Oct 16 19:52:42.676 INFO STEP 803 (remove_files) COMPLETE
65962024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.676 INFO O| Oct 16 19:52:42.676 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.689 INFO O| Oct 16 19:52:42.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65982024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.690 INFO O| Oct 16 19:52:42.689 INFO STEP 804 (remove_files) COMPLETE
65992024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.690 INFO O| Oct 16 19:52:42.690 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-10-16T19:52:44.333Z[ recovery-image] Oct 16 19:52:42.711 INFO O| Oct 16 19:52:42.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
66012024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.712 INFO O| Oct 16 19:52:42.711 INFO STEP 805 (remove_files) COMPLETE
66022024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.712 INFO O| Oct 16 19:52:42.711 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.724 INFO O| Oct 16 19:52:42.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
66042024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.724 INFO O| Oct 16 19:52:42.724 INFO STEP 806 (remove_files) COMPLETE
66052024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.724 INFO O| Oct 16 19:52:42.724 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.735 INFO O| Oct 16 19:52:42.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
66072024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.735 INFO O| Oct 16 19:52:42.735 INFO STEP 807 (remove_files) COMPLETE
66082024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.735 INFO O| Oct 16 19:52:42.735 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.747 INFO O| Oct 16 19:52:42.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
66102024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.747 INFO O| Oct 16 19:52:42.747 INFO STEP 808 (remove_files) COMPLETE
66112024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.747 INFO O| Oct 16 19:52:42.747 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.758 INFO O| Oct 16 19:52:42.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66132024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.758 INFO O| Oct 16 19:52:42.758 INFO STEP 809 (remove_files) COMPLETE
66142024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.758 INFO O| Oct 16 19:52:42.758 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.769 INFO O| Oct 16 19:52:42.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66162024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.770 INFO O| Oct 16 19:52:42.770 INFO STEP 810 (remove_files) COMPLETE
66172024-10-16T19:52:44.334Z[ recovery-image] Oct 16 19:52:42.770 INFO O| Oct 16 19:52:42.770 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.781 INFO O| Oct 16 19:52:42.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66192024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.781 INFO O| Oct 16 19:52:42.781 INFO STEP 811 (remove_files) COMPLETE
66202024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.781 INFO O| Oct 16 19:52:42.781 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.794 INFO O| Oct 16 19:52:42.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66222024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.794 INFO O| Oct 16 19:52:42.794 INFO STEP 812 (remove_files) COMPLETE
66232024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.794 INFO O| Oct 16 19:52:42.794 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.806 INFO O| Oct 16 19:52:42.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66252024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.806 INFO O| Oct 16 19:52:42.806 INFO STEP 813 (remove_files) COMPLETE
66262024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.806 INFO O| Oct 16 19:52:42.806 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.821 INFO O| Oct 16 19:52:42.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66282024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.821 INFO O| Oct 16 19:52:42.821 INFO STEP 814 (remove_files) COMPLETE
66292024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.821 INFO O| Oct 16 19:52:42.821 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.836 INFO O| Oct 16 19:52:42.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66312024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.836 INFO O| Oct 16 19:52:42.836 INFO STEP 815 (remove_files) COMPLETE
66322024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.836 INFO O| Oct 16 19:52:42.836 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.851 INFO O| Oct 16 19:52:42.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66342024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.851 INFO O| Oct 16 19:52:42.851 INFO STEP 816 (remove_files) COMPLETE
66352024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.851 INFO O| Oct 16 19:52:42.851 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-10-16T19:52:44.335Z[ recovery-image] Oct 16 19:52:42.865 INFO O| Oct 16 19:52:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66372024-10-16T19:52:44.339Z[ recovery-image] Oct 16 19:52:42.865 INFO O| Oct 16 19:52:42.865 INFO STEP 817 (remove_files) COMPLETE
66382024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.865 INFO O| Oct 16 19:52:42.865 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.876 INFO O| Oct 16 19:52:42.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66402024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.876 INFO O| Oct 16 19:52:42.876 INFO STEP 818 (remove_files) COMPLETE
66412024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.876 INFO O| Oct 16 19:52:42.876 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.886 INFO O| Oct 16 19:52:42.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66432024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.886 INFO O| Oct 16 19:52:42.886 INFO STEP 819 (remove_files) COMPLETE
66442024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.886 INFO O| Oct 16 19:52:42.886 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.896 INFO O| Oct 16 19:52:42.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66462024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.896 INFO O| Oct 16 19:52:42.896 INFO STEP 820 (remove_files) COMPLETE
66472024-10-16T19:52:44.340Z[ recovery-image] Oct 16 19:52:42.896 INFO O| Oct 16 19:52:42.896 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-10-16T19:52:44.341Z[ host-image] Oct 16 19:52:42.900 INFO O| Oct 16 19:52:42.900 INFO O| Download: Completed 20.80 MB in 0.38 seconds (55.2M/s)
66492024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.907 INFO O| Oct 16 19:52:42.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66502024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.907 INFO O| Oct 16 19:52:42.907 INFO STEP 821 (remove_files) COMPLETE
66512024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.907 INFO O| Oct 16 19:52:42.907 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.918 INFO O| Oct 16 19:52:42.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66532024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.918 INFO O| Oct 16 19:52:42.918 INFO STEP 822 (remove_files) COMPLETE
66542024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.918 INFO O| Oct 16 19:52:42.918 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-16T19:52:44.341Z[ host-image] Oct 16 19:52:42.927 INFO O| Oct 16 19:52:42.927 INFO O| Actions: 1/22 actions (Installing new actions)
66562024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.930 INFO O| Oct 16 19:52:42.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66572024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.930 INFO O| Oct 16 19:52:42.930 INFO STEP 823 (remove_files) COMPLETE
66582024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.930 INFO O| Oct 16 19:52:42.930 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.945 INFO O| Oct 16 19:52:42.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66602024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.945 INFO O| Oct 16 19:52:42.945 INFO STEP 824 (remove_files) COMPLETE
66612024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.945 INFO O| Oct 16 19:52:42.945 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-10-16T19:52:44.341Z[ recovery-image] Oct 16 19:52:42.957 INFO O| Oct 16 19:52:42.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66632024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:42.958 INFO O| Oct 16 19:52:42.958 INFO STEP 825 (remove_files) COMPLETE
66642024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:42.958 INFO O| Oct 16 19:52:42.958 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:42.972 INFO O| Oct 16 19:52:42.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66662024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:42.972 INFO O| Oct 16 19:52:42.972 INFO STEP 826 (remove_files) COMPLETE
66672024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:42.972 INFO O| Oct 16 19:52:42.972 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:42.987 INFO O| Oct 16 19:52:42.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66692024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:42.987 INFO O| Oct 16 19:52:42.987 INFO STEP 827 (remove_files) COMPLETE
66702024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:42.987 INFO O| Oct 16 19:52:42.987 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:43.001 INFO O| Oct 16 19:52:43.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66722024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:43.001 INFO O| Oct 16 19:52:43.001 INFO STEP 828 (remove_files) COMPLETE
66732024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:43.001 INFO O| Oct 16 19:52:43.001 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:43.013 INFO O| Oct 16 19:52:43.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66752024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:43.013 INFO O| Oct 16 19:52:43.013 INFO STEP 829 (remove_files) COMPLETE
66762024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:43.013 INFO O| Oct 16 19:52:43.013 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-10-16T19:52:44.343Z[ recovery-image] Oct 16 19:52:43.023 INFO O| Oct 16 19:52:43.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66782024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.023 INFO O| Oct 16 19:52:43.023 INFO STEP 830 (remove_files) COMPLETE
66792024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.024 INFO O| Oct 16 19:52:43.023 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.038 INFO O| Oct 16 19:52:43.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66812024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.038 INFO O| Oct 16 19:52:43.038 INFO STEP 831 (remove_files) COMPLETE
66822024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.038 INFO O| Oct 16 19:52:43.038 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.051 INFO O| Oct 16 19:52:43.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66842024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.051 INFO O| Oct 16 19:52:43.051 INFO STEP 832 (remove_files) COMPLETE
66852024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.051 INFO O| Oct 16 19:52:43.051 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.062 INFO O| Oct 16 19:52:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66872024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.062 INFO O| Oct 16 19:52:43.062 INFO STEP 833 (remove_files) COMPLETE
66882024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.062 INFO O| Oct 16 19:52:43.062 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.072 INFO O| Oct 16 19:52:43.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66902024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.073 INFO O| Oct 16 19:52:43.072 INFO STEP 834 (remove_files) COMPLETE
66912024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.073 INFO O| Oct 16 19:52:43.072 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-10-16T19:52:44.344Z[ recovery-image] Oct 16 19:52:43.087 INFO O| Oct 16 19:52:43.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66932024-10-16T19:52:44.346Z[ recovery-image] Oct 16 19:52:43.087 INFO O| Oct 16 19:52:43.087 INFO STEP 835 (remove_files) COMPLETE
66942024-10-16T19:52:44.346Z[ recovery-image] Oct 16 19:52:43.087 INFO O| Oct 16 19:52:43.087 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-10-16T19:52:44.346Z[ recovery-image] Oct 16 19:52:43.100 INFO O| Oct 16 19:52:43.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66962024-10-16T19:52:44.346Z[ recovery-image] Oct 16 19:52:43.101 INFO O| Oct 16 19:52:43.101 INFO STEP 836 (remove_files) COMPLETE
66972024-10-16T19:52:44.346Z[ recovery-image] Oct 16 19:52:43.101 INFO O| Oct 16 19:52:43.101 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-10-16T19:52:44.346Z[ recovery-image] Oct 16 19:52:43.113 INFO O| Oct 16 19:52:43.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66992024-10-16T19:52:44.346Z[ recovery-image] Oct 16 19:52:43.114 INFO O| Oct 16 19:52:43.113 INFO STEP 837 (remove_files) COMPLETE
67002024-10-16T19:52:44.346Z[ recovery-image] Oct 16 19:52:43.114 INFO O| Oct 16 19:52:43.114 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-10-16T19:52:44.346Z[ recovery-image] Oct 16 19:52:43.126 INFO O| Oct 16 19:52:43.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
67022024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.126 INFO O| Oct 16 19:52:43.126 INFO STEP 838 (remove_files) COMPLETE
67032024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.126 INFO O| Oct 16 19:52:43.126 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.137 INFO O| Oct 16 19:52:43.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
67052024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.137 INFO O| Oct 16 19:52:43.137 INFO STEP 839 (remove_files) COMPLETE
67062024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.137 INFO O| Oct 16 19:52:43.137 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.151 INFO O| Oct 16 19:52:43.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
67082024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.151 INFO O| Oct 16 19:52:43.151 INFO STEP 840 (remove_files) COMPLETE
67092024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.151 INFO O| Oct 16 19:52:43.151 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.166 INFO O| Oct 16 19:52:43.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
67112024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.166 INFO O| Oct 16 19:52:43.166 INFO STEP 841 (remove_files) COMPLETE
67122024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.166 INFO O| Oct 16 19:52:43.166 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.180 INFO O| Oct 16 19:52:43.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67142024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.180 INFO O| Oct 16 19:52:43.180 INFO STEP 842 (remove_files) COMPLETE
67152024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.180 INFO O| Oct 16 19:52:43.180 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.194 INFO O| Oct 16 19:52:43.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67172024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.194 INFO O| Oct 16 19:52:43.194 INFO STEP 843 (remove_files) COMPLETE
67182024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.194 INFO O| Oct 16 19:52:43.194 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.209 INFO O| Oct 16 19:52:43.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67202024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.209 INFO O| Oct 16 19:52:43.209 INFO STEP 844 (remove_files) COMPLETE
67212024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.209 INFO O| Oct 16 19:52:43.209 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-10-16T19:52:44.347Z[ recovery-image] Oct 16 19:52:43.224 INFO O| Oct 16 19:52:43.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67232024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.224 INFO O| Oct 16 19:52:43.224 INFO STEP 845 (remove_files) COMPLETE
67242024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.224 INFO O| Oct 16 19:52:43.224 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.238 INFO O| Oct 16 19:52:43.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67262024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.238 INFO O| Oct 16 19:52:43.238 INFO STEP 846 (remove_files) COMPLETE
67272024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.238 INFO O| Oct 16 19:52:43.238 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.249 INFO O| Oct 16 19:52:43.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67292024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.249 INFO O| Oct 16 19:52:43.249 INFO STEP 847 (remove_files) COMPLETE
67302024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.249 INFO O| Oct 16 19:52:43.249 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.264 INFO O| Oct 16 19:52:43.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67322024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.264 INFO O| Oct 16 19:52:43.264 INFO STEP 848 (remove_files) COMPLETE
67332024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.264 INFO O| Oct 16 19:52:43.264 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.277 INFO O| Oct 16 19:52:43.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67352024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.277 INFO O| Oct 16 19:52:43.277 INFO STEP 849 (remove_files) COMPLETE
67362024-10-16T19:52:44.348Z[ recovery-image] Oct 16 19:52:43.277 INFO O| Oct 16 19:52:43.277 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-10-16T19:52:44.351Z[ recovery-image] Oct 16 19:52:43.288 INFO O| Oct 16 19:52:43.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67382024-10-16T19:52:44.351Z[ recovery-image] Oct 16 19:52:43.288 INFO O| Oct 16 19:52:43.288 INFO STEP 850 (remove_files) COMPLETE
67392024-10-16T19:52:44.351Z[ recovery-image] Oct 16 19:52:43.288 INFO O| Oct 16 19:52:43.288 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-10-16T19:52:44.351Z[ recovery-image] Oct 16 19:52:43.298 INFO O| Oct 16 19:52:43.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67412024-10-16T19:52:44.351Z[ recovery-image] Oct 16 19:52:43.298 INFO O| Oct 16 19:52:43.298 INFO STEP 851 (remove_files) COMPLETE
67422024-10-16T19:52:44.351Z[ recovery-image] Oct 16 19:52:43.299 INFO O| Oct 16 19:52:43.298 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-10-16T19:52:44.351Z[ recovery-image] Oct 16 19:52:43.313 INFO O| Oct 16 19:52:43.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67442024-10-16T19:52:44.351Z[ recovery-image] Oct 16 19:52:43.313 INFO O| Oct 16 19:52:43.313 INFO STEP 852 (remove_files) COMPLETE
67452024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.313 INFO O| Oct 16 19:52:43.313 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.328 INFO O| Oct 16 19:52:43.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67472024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.328 INFO O| Oct 16 19:52:43.328 INFO STEP 853 (remove_files) COMPLETE
67482024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.328 INFO O| Oct 16 19:52:43.328 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.344 INFO O| Oct 16 19:52:43.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67502024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.344 INFO O| Oct 16 19:52:43.344 INFO STEP 854 (remove_files) COMPLETE
67512024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.344 INFO O| Oct 16 19:52:43.344 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.356 INFO O| Oct 16 19:52:43.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67532024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.356 INFO O| Oct 16 19:52:43.356 INFO STEP 855 (remove_files) COMPLETE
67542024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.356 INFO O| Oct 16 19:52:43.356 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.367 INFO O| Oct 16 19:52:43.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67562024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.367 INFO O| Oct 16 19:52:43.367 INFO STEP 856 (remove_files) COMPLETE
67572024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.367 INFO O| Oct 16 19:52:43.367 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.378 INFO O| Oct 16 19:52:43.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67592024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.378 INFO O| Oct 16 19:52:43.378 INFO STEP 857 (remove_files) COMPLETE
67602024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.379 INFO O| Oct 16 19:52:43.378 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.389 INFO O| Oct 16 19:52:43.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67622024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.389 INFO O| Oct 16 19:52:43.389 INFO STEP 858 (remove_files) COMPLETE
67632024-10-16T19:52:44.352Z[ recovery-image] Oct 16 19:52:43.389 INFO O| Oct 16 19:52:43.389 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.399 INFO O| Oct 16 19:52:43.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67652024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.399 INFO O| Oct 16 19:52:43.399 INFO STEP 859 (remove_files) COMPLETE
67662024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.399 INFO O| Oct 16 19:52:43.399 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.409 INFO O| Oct 16 19:52:43.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67682024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.409 INFO O| Oct 16 19:52:43.409 INFO STEP 860 (remove_files) COMPLETE
67692024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.409 INFO O| Oct 16 19:52:43.409 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.429 INFO O| Oct 16 19:52:43.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67712024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.429 INFO O| Oct 16 19:52:43.429 INFO STEP 861 (remove_files) COMPLETE
67722024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.429 INFO O| Oct 16 19:52:43.429 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.446 INFO O| Oct 16 19:52:43.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67742024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.446 INFO O| Oct 16 19:52:43.446 INFO STEP 862 (remove_files) COMPLETE
67752024-10-16T19:52:44.353Z[ recovery-image] Oct 16 19:52:43.446 INFO O| Oct 16 19:52:43.446 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-10-16T19:52:44.364Z[ recovery-image] Oct 16 19:52:43.460 INFO O| Oct 16 19:52:43.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67772024-10-16T19:52:44.364Z[ recovery-image] Oct 16 19:52:43.460 INFO O| Oct 16 19:52:43.460 INFO STEP 863 (remove_files) COMPLETE
67782024-10-16T19:52:44.366Z[ recovery-image] Oct 16 19:52:43.460 INFO O| Oct 16 19:52:43.460 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-10-16T19:52:44.375Z[ recovery-image] Oct 16 19:52:43.470 INFO O| Oct 16 19:52:43.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67802024-10-16T19:52:44.375Z[ recovery-image] Oct 16 19:52:43.470 INFO O| Oct 16 19:52:43.470 INFO STEP 864 (remove_files) COMPLETE
67812024-10-16T19:52:44.378Z[ recovery-image] Oct 16 19:52:43.470 INFO O| Oct 16 19:52:43.470 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-10-16T19:52:44.385Z[ recovery-image] Oct 16 19:52:43.480 INFO O| Oct 16 19:52:43.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67832024-10-16T19:52:44.385Z[ recovery-image] Oct 16 19:52:43.480 INFO O| Oct 16 19:52:43.480 INFO STEP 865 (remove_files) COMPLETE
67842024-10-16T19:52:44.388Z[ recovery-image] Oct 16 19:52:43.480 INFO O| Oct 16 19:52:43.480 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-10-16T19:52:44.395Z[ recovery-image] Oct 16 19:52:43.491 INFO O| Oct 16 19:52:43.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67862024-10-16T19:52:44.398Z[ recovery-image] Oct 16 19:52:43.491 INFO O| Oct 16 19:52:43.491 INFO STEP 866 (remove_files) COMPLETE
67872024-10-16T19:52:44.398Z[ recovery-image] Oct 16 19:52:43.491 INFO O| Oct 16 19:52:43.491 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-10-16T19:52:44.406Z[ recovery-image] Oct 16 19:52:43.501 INFO O| Oct 16 19:52:43.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67892024-10-16T19:52:44.406Z[ recovery-image] Oct 16 19:52:43.501 INFO O| Oct 16 19:52:43.501 INFO STEP 867 (remove_files) COMPLETE
67902024-10-16T19:52:44.408Z[ recovery-image] Oct 16 19:52:43.501 INFO O| Oct 16 19:52:43.501 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-10-16T19:52:44.416Z[ recovery-image] Oct 16 19:52:43.512 INFO O| Oct 16 19:52:43.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67922024-10-16T19:52:44.416Z[ recovery-image] Oct 16 19:52:43.512 INFO O| Oct 16 19:52:43.512 INFO STEP 868 (remove_files) COMPLETE
67932024-10-16T19:52:44.416Z[ recovery-image] Oct 16 19:52:43.512 INFO O| Oct 16 19:52:43.512 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-10-16T19:52:44.426Z[ recovery-image] Oct 16 19:52:43.522 INFO O| Oct 16 19:52:43.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67952024-10-16T19:52:44.427Z[ recovery-image] Oct 16 19:52:43.522 INFO O| Oct 16 19:52:43.522 INFO STEP 869 (remove_files) COMPLETE
67962024-10-16T19:52:44.427Z[ recovery-image] Oct 16 19:52:43.522 INFO O| Oct 16 19:52:43.522 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-10-16T19:52:44.437Z[ recovery-image] Oct 16 19:52:43.533 INFO O| Oct 16 19:52:43.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67982024-10-16T19:52:44.440Z[ recovery-image] Oct 16 19:52:43.533 INFO O| Oct 16 19:52:43.533 INFO STEP 870 (remove_files) COMPLETE
67992024-10-16T19:52:44.440Z[ recovery-image] Oct 16 19:52:43.533 INFO O| Oct 16 19:52:43.533 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-10-16T19:52:44.448Z[ recovery-image] Oct 16 19:52:43.544 INFO O| Oct 16 19:52:43.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
68012024-10-16T19:52:44.451Z[ recovery-image] Oct 16 19:52:43.544 INFO O| Oct 16 19:52:43.544 INFO STEP 871 (remove_files) COMPLETE
68022024-10-16T19:52:44.451Z[ recovery-image] Oct 16 19:52:43.544 INFO O| Oct 16 19:52:43.544 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-10-16T19:52:44.459Z[ recovery-image] Oct 16 19:52:43.554 INFO O| Oct 16 19:52:43.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
68042024-10-16T19:52:44.461Z[ recovery-image] Oct 16 19:52:43.555 INFO O| Oct 16 19:52:43.555 INFO STEP 872 (remove_files) COMPLETE
68052024-10-16T19:52:44.461Z[ recovery-image] Oct 16 19:52:43.555 INFO O| Oct 16 19:52:43.555 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-10-16T19:52:44.470Z[ recovery-image] Oct 16 19:52:43.565 INFO O| Oct 16 19:52:43.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
68072024-10-16T19:52:44.470Z[ recovery-image] Oct 16 19:52:43.566 INFO O| Oct 16 19:52:43.565 INFO STEP 873 (remove_files) COMPLETE
68082024-10-16T19:52:44.472Z[ recovery-image] Oct 16 19:52:43.566 INFO O| Oct 16 19:52:43.565 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-10-16T19:52:44.480Z[ recovery-image] Oct 16 19:52:43.576 INFO O| Oct 16 19:52:43.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68102024-10-16T19:52:44.483Z[ recovery-image] Oct 16 19:52:43.576 INFO O| Oct 16 19:52:43.576 INFO STEP 874 (remove_files) COMPLETE
68112024-10-16T19:52:44.483Z[ recovery-image] Oct 16 19:52:43.576 INFO O| Oct 16 19:52:43.576 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-16T19:52:44.491Z[ recovery-image] Oct 16 19:52:43.586 INFO O| Oct 16 19:52:43.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68132024-10-16T19:52:44.491Z[ recovery-image] Oct 16 19:52:43.586 INFO O| Oct 16 19:52:43.586 INFO STEP 875 (remove_files) COMPLETE
68142024-10-16T19:52:44.494Z[ recovery-image] Oct 16 19:52:43.586 INFO O| Oct 16 19:52:43.586 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-16T19:52:44.501Z[ recovery-image] Oct 16 19:52:43.596 INFO O| Oct 16 19:52:43.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68162024-10-16T19:52:44.501Z[ recovery-image] Oct 16 19:52:43.596 INFO O| Oct 16 19:52:43.596 INFO STEP 876 (remove_files) COMPLETE
68172024-10-16T19:52:44.503Z[ recovery-image] Oct 16 19:52:43.596 INFO O| Oct 16 19:52:43.596 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-16T19:52:44.510Z[ recovery-image] Oct 16 19:52:43.606 INFO O| Oct 16 19:52:43.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68192024-10-16T19:52:44.511Z[ recovery-image] Oct 16 19:52:43.606 INFO O| Oct 16 19:52:43.606 INFO STEP 877 (remove_files) COMPLETE
68202024-10-16T19:52:44.511Z[ recovery-image] Oct 16 19:52:43.606 INFO O| Oct 16 19:52:43.606 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-10-16T19:52:44.521Z[ recovery-image] Oct 16 19:52:43.616 INFO O| Oct 16 19:52:43.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68222024-10-16T19:52:44.523Z[ recovery-image] Oct 16 19:52:43.616 INFO O| Oct 16 19:52:43.616 INFO STEP 878 (remove_files) COMPLETE
68232024-10-16T19:52:44.523Z[ recovery-image] Oct 16 19:52:43.617 INFO O| Oct 16 19:52:43.616 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-10-16T19:52:44.532Z[ recovery-image] Oct 16 19:52:43.628 INFO O| Oct 16 19:52:43.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68252024-10-16T19:52:44.533Z[ recovery-image] Oct 16 19:52:43.628 INFO O| Oct 16 19:52:43.628 INFO STEP 879 (remove_files) COMPLETE
68262024-10-16T19:52:44.535Z[ recovery-image] Oct 16 19:52:43.628 INFO O| Oct 16 19:52:43.628 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-10-16T19:52:44.540Z[ host-image] Oct 16 19:52:43.635 INFO O| Oct 16 19:52:43.635 INFO O| Actions: Completed 22 actions in 0.71 seconds.
68282024-10-16T19:52:44.543Z[ recovery-image] Oct 16 19:52:43.638 INFO O| Oct 16 19:52:43.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68292024-10-16T19:52:44.543Z[ recovery-image] Oct 16 19:52:43.638 INFO O| Oct 16 19:52:43.638 INFO STEP 880 (remove_files) COMPLETE
68302024-10-16T19:52:44.543Z[ recovery-image] Oct 16 19:52:43.638 INFO O| Oct 16 19:52:43.638 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-16T19:52:44.553Z[ recovery-image] Oct 16 19:52:43.648 INFO O| Oct 16 19:52:43.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68322024-10-16T19:52:44.555Z[ recovery-image] Oct 16 19:52:43.648 INFO O| Oct 16 19:52:43.648 INFO STEP 881 (remove_files) COMPLETE
68332024-10-16T19:52:44.555Z[ recovery-image] Oct 16 19:52:43.648 INFO O| Oct 16 19:52:43.648 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-16T19:52:44.564Z[ recovery-image] Oct 16 19:52:43.660 INFO O| Oct 16 19:52:43.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68352024-10-16T19:52:44.565Z[ recovery-image] Oct 16 19:52:43.660 INFO O| Oct 16 19:52:43.660 INFO STEP 882 (remove_files) COMPLETE
68362024-10-16T19:52:44.567Z[ recovery-image] Oct 16 19:52:43.660 INFO O| Oct 16 19:52:43.660 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-16T19:52:44.577Z[ recovery-image] Oct 16 19:52:43.673 INFO O| Oct 16 19:52:43.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68382024-10-16T19:52:44.577Z[ recovery-image] Oct 16 19:52:43.673 INFO O| Oct 16 19:52:43.673 INFO STEP 883 (remove_files) COMPLETE
68392024-10-16T19:52:44.577Z[ recovery-image] Oct 16 19:52:43.673 INFO O| Oct 16 19:52:43.673 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-16T19:52:44.588Z[ recovery-image] Oct 16 19:52:43.683 INFO O| Oct 16 19:52:43.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68412024-10-16T19:52:44.588Z[ recovery-image] Oct 16 19:52:43.684 INFO O| Oct 16 19:52:43.683 INFO STEP 884 (remove_files) COMPLETE
68422024-10-16T19:52:44.590Z[ recovery-image] Oct 16 19:52:43.684 INFO O| Oct 16 19:52:43.684 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-16T19:52:44.600Z[ recovery-image] Oct 16 19:52:43.695 INFO O| Oct 16 19:52:43.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68442024-10-16T19:52:44.602Z[ recovery-image] Oct 16 19:52:43.696 INFO O| Oct 16 19:52:43.696 INFO STEP 885 (remove_files) COMPLETE
68452024-10-16T19:52:44.602Z[ recovery-image] Oct 16 19:52:43.696 INFO O| Oct 16 19:52:43.696 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-16T19:52:44.612Z[ recovery-image] Oct 16 19:52:43.707 INFO O| Oct 16 19:52:43.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68472024-10-16T19:52:44.612Z[ recovery-image] Oct 16 19:52:43.708 INFO O| Oct 16 19:52:43.707 INFO STEP 886 (remove_files) COMPLETE
68482024-10-16T19:52:44.614Z[ recovery-image] Oct 16 19:52:43.708 INFO O| Oct 16 19:52:43.708 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-16T19:52:44.623Z[ recovery-image] Oct 16 19:52:43.719 INFO O| Oct 16 19:52:43.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68502024-10-16T19:52:44.626Z[ recovery-image] Oct 16 19:52:43.719 INFO O| Oct 16 19:52:43.719 INFO STEP 887 (remove_files) COMPLETE
68512024-10-16T19:52:44.626Z[ recovery-image] Oct 16 19:52:43.719 INFO O| Oct 16 19:52:43.719 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-16T19:52:44.636Z[ recovery-image] Oct 16 19:52:43.732 INFO O| Oct 16 19:52:43.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68532024-10-16T19:52:44.636Z[ recovery-image] Oct 16 19:52:43.732 INFO O| Oct 16 19:52:43.732 INFO STEP 888 (remove_files) COMPLETE
68542024-10-16T19:52:44.639Z[ recovery-image] Oct 16 19:52:43.732 INFO O| Oct 16 19:52:43.732 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-16T19:52:44.647Z[ recovery-image] Oct 16 19:52:43.742 INFO O| Oct 16 19:52:43.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68562024-10-16T19:52:44.649Z[ recovery-image] Oct 16 19:52:43.742 INFO O| Oct 16 19:52:43.742 INFO STEP 889 (remove_files) COMPLETE
68572024-10-16T19:52:44.649Z[ recovery-image] Oct 16 19:52:43.742 INFO O| Oct 16 19:52:43.742 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-16T19:52:44.660Z[ recovery-image] Oct 16 19:52:43.755 INFO O| Oct 16 19:52:43.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68592024-10-16T19:52:44.660Z[ recovery-image] Oct 16 19:52:43.755 INFO O| Oct 16 19:52:43.755 INFO STEP 890 (remove_files) COMPLETE
68602024-10-16T19:52:44.662Z[ recovery-image] Oct 16 19:52:43.755 INFO O| Oct 16 19:52:43.755 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-16T19:52:44.674Z[ recovery-image] Oct 16 19:52:43.770 INFO O| Oct 16 19:52:43.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68622024-10-16T19:52:44.677Z[ recovery-image] Oct 16 19:52:43.770 INFO O| Oct 16 19:52:43.770 INFO STEP 891 (remove_files) COMPLETE
68632024-10-16T19:52:44.677Z[ recovery-image] Oct 16 19:52:43.770 INFO O| Oct 16 19:52:43.770 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-16T19:52:44.687Z[ recovery-image] Oct 16 19:52:43.783 INFO O| Oct 16 19:52:43.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68652024-10-16T19:52:44.687Z[ recovery-image] Oct 16 19:52:43.783 INFO O| Oct 16 19:52:43.783 INFO STEP 892 (remove_files) COMPLETE
68662024-10-16T19:52:44.690Z[ recovery-image] Oct 16 19:52:43.783 INFO O| Oct 16 19:52:43.783 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-16T19:52:44.700Z[ recovery-image] Oct 16 19:52:43.796 INFO O| Oct 16 19:52:43.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68682024-10-16T19:52:44.700Z[ recovery-image] Oct 16 19:52:43.796 INFO O| Oct 16 19:52:43.796 INFO STEP 893 (remove_files) COMPLETE
68692024-10-16T19:52:44.700Z[ recovery-image] Oct 16 19:52:43.796 INFO O| Oct 16 19:52:43.796 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-16T19:52:44.714Z[ recovery-image] Oct 16 19:52:43.809 INFO O| Oct 16 19:52:43.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68712024-10-16T19:52:44.716Z[ recovery-image] Oct 16 19:52:43.809 INFO O| Oct 16 19:52:43.809 INFO STEP 894 (remove_files) COMPLETE
68722024-10-16T19:52:44.716Z[ recovery-image] Oct 16 19:52:43.809 INFO O| Oct 16 19:52:43.809 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-16T19:52:44.726Z[ recovery-image] Oct 16 19:52:43.822 INFO O| Oct 16 19:52:43.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68742024-10-16T19:52:44.726Z[ recovery-image] Oct 16 19:52:43.822 INFO O| Oct 16 19:52:43.822 INFO STEP 895 (remove_files) COMPLETE
68752024-10-16T19:52:44.726Z[ recovery-image] Oct 16 19:52:43.822 INFO O| Oct 16 19:52:43.822 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-16T19:52:44.739Z[ recovery-image] Oct 16 19:52:43.835 INFO O| Oct 16 19:52:43.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68772024-10-16T19:52:44.739Z[ recovery-image] Oct 16 19:52:43.835 INFO O| Oct 16 19:52:43.835 INFO STEP 896 (remove_files) COMPLETE
68782024-10-16T19:52:44.742Z[ recovery-image] Oct 16 19:52:43.835 INFO O| Oct 16 19:52:43.835 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-16T19:52:44.754Z[ recovery-image] Oct 16 19:52:43.849 INFO O| Oct 16 19:52:43.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68802024-10-16T19:52:44.754Z[ recovery-image] Oct 16 19:52:43.849 INFO O| Oct 16 19:52:43.849 INFO STEP 897 (remove_files) COMPLETE
68812024-10-16T19:52:44.754Z[ recovery-image] Oct 16 19:52:43.850 INFO O| Oct 16 19:52:43.849 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-16T19:52:44.768Z[ recovery-image] Oct 16 19:52:43.863 INFO O| Oct 16 19:52:43.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68832024-10-16T19:52:44.768Z[ recovery-image] Oct 16 19:52:43.863 INFO O| Oct 16 19:52:43.863 INFO STEP 898 (remove_files) COMPLETE
68842024-10-16T19:52:44.768Z[ recovery-image] Oct 16 19:52:43.863 INFO O| Oct 16 19:52:43.863 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-16T19:52:44.780Z[ recovery-image] Oct 16 19:52:43.875 INFO O| Oct 16 19:52:43.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68862024-10-16T19:52:44.782Z[ recovery-image] Oct 16 19:52:43.876 INFO O| Oct 16 19:52:43.876 INFO STEP 899 (remove_files) COMPLETE
68872024-10-16T19:52:44.782Z[ recovery-image] Oct 16 19:52:43.876 INFO O| Oct 16 19:52:43.876 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-16T19:52:44.792Z[ recovery-image] Oct 16 19:52:43.888 INFO O| Oct 16 19:52:43.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68892024-10-16T19:52:44.795Z[ recovery-image] Oct 16 19:52:43.888 INFO O| Oct 16 19:52:43.888 INFO STEP 900 (remove_files) COMPLETE
68902024-10-16T19:52:44.795Z[ recovery-image] Oct 16 19:52:43.888 INFO O| Oct 16 19:52:43.888 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-16T19:52:44.806Z[ recovery-image] Oct 16 19:52:43.901 INFO O| Oct 16 19:52:43.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68922024-10-16T19:52:44.808Z[ recovery-image] Oct 16 19:52:43.901 INFO O| Oct 16 19:52:43.901 INFO STEP 901 (remove_files) COMPLETE
68932024-10-16T19:52:44.808Z[ recovery-image] Oct 16 19:52:43.901 INFO O| Oct 16 19:52:43.901 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-16T19:52:44.818Z[ recovery-image] Oct 16 19:52:43.913 INFO O| Oct 16 19:52:43.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68952024-10-16T19:52:44.820Z[ recovery-image] Oct 16 19:52:43.913 INFO O| Oct 16 19:52:43.913 INFO STEP 902 (remove_files) COMPLETE
68962024-10-16T19:52:44.820Z[ recovery-image] Oct 16 19:52:43.913 INFO O| Oct 16 19:52:43.913 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-16T19:52:44.829Z[ host-image] Oct 16 19:52:43.925 INFO O| Oct 16 19:52:43.925 INFO O| Done
68982024-10-16T19:52:44.829Z[ host-image] Oct 16 19:52:43.925 INFO O| Oct 16 19:52:43.925 INFO O| Done
68992024-10-16T19:52:44.832Z[ recovery-image] Oct 16 19:52:43.925 INFO O| Oct 16 19:52:43.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
69002024-10-16T19:52:44.832Z[ recovery-image] Oct 16 19:52:43.926 INFO O| Oct 16 19:52:43.926 INFO STEP 903 (remove_files) COMPLETE
69012024-10-16T19:52:44.832Z[ recovery-image] Oct 16 19:52:43.926 INFO O| Oct 16 19:52:43.926 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-10-16T19:52:44.843Z[ recovery-image] Oct 16 19:52:43.938 INFO O| Oct 16 19:52:43.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
69032024-10-16T19:52:44.843Z[ recovery-image] Oct 16 19:52:43.938 INFO O| Oct 16 19:52:43.938 INFO STEP 904 (remove_files) COMPLETE
69042024-10-16T19:52:44.843Z[ recovery-image] Oct 16 19:52:43.938 INFO O| Oct 16 19:52:43.938 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-10-16T19:52:44.854Z[ recovery-image] Oct 16 19:52:43.950 INFO O| Oct 16 19:52:43.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
69062024-10-16T19:52:44.854Z[ recovery-image] Oct 16 19:52:43.950 INFO O| Oct 16 19:52:43.950 INFO STEP 905 (remove_files) COMPLETE
69072024-10-16T19:52:44.854Z[ recovery-image] Oct 16 19:52:43.950 INFO O| Oct 16 19:52:43.950 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-10-16T19:52:44.865Z[ recovery-image] Oct 16 19:52:43.961 INFO O| Oct 16 19:52:43.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
69092024-10-16T19:52:44.865Z[ recovery-image] Oct 16 19:52:43.961 INFO O| Oct 16 19:52:43.961 INFO STEP 906 (remove_files) COMPLETE
69102024-10-16T19:52:44.867Z[ recovery-image] Oct 16 19:52:43.961 INFO O| Oct 16 19:52:43.961 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-10-16T19:52:44.876Z[ recovery-image] Oct 16 19:52:43.971 INFO O| Oct 16 19:52:43.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69122024-10-16T19:52:44.876Z[ recovery-image] Oct 16 19:52:43.972 INFO O| Oct 16 19:52:43.971 INFO STEP 907 (remove_files) COMPLETE
69132024-10-16T19:52:44.878Z[ recovery-image] Oct 16 19:52:43.972 INFO O| Oct 16 19:52:43.972 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-10-16T19:52:44.887Z[ recovery-image] Oct 16 19:52:43.982 INFO O| Oct 16 19:52:43.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69152024-10-16T19:52:44.887Z[ recovery-image] Oct 16 19:52:43.982 INFO O| Oct 16 19:52:43.982 INFO STEP 908 (remove_files) COMPLETE
69162024-10-16T19:52:44.887Z[ recovery-image] Oct 16 19:52:43.982 INFO O| Oct 16 19:52:43.982 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-10-16T19:52:44.897Z[ recovery-image] Oct 16 19:52:43.993 INFO O| Oct 16 19:52:43.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69182024-10-16T19:52:44.897Z[ recovery-image] Oct 16 19:52:43.993 INFO O| Oct 16 19:52:43.993 INFO STEP 909 (remove_files) COMPLETE
69192024-10-16T19:52:44.900Z[ recovery-image] Oct 16 19:52:43.993 INFO O| Oct 16 19:52:43.993 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-10-16T19:52:44.908Z[ recovery-image] Oct 16 19:52:44.004 INFO O| Oct 16 19:52:44.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69212024-10-16T19:52:44.908Z[ recovery-image] Oct 16 19:52:44.004 INFO O| Oct 16 19:52:44.004 INFO STEP 910 (remove_files) COMPLETE
69222024-10-16T19:52:44.910Z[ recovery-image] Oct 16 19:52:44.004 INFO O| Oct 16 19:52:44.004 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-10-16T19:52:44.919Z[ recovery-image] Oct 16 19:52:44.015 INFO O| Oct 16 19:52:44.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69242024-10-16T19:52:44.922Z[ recovery-image] Oct 16 19:52:44.015 INFO O| Oct 16 19:52:44.015 INFO STEP 911 (remove_files) COMPLETE
69252024-10-16T19:52:44.922Z[ recovery-image] Oct 16 19:52:44.015 INFO O| Oct 16 19:52:44.015 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-10-16T19:52:44.931Z[ recovery-image] Oct 16 19:52:44.025 INFO O| Oct 16 19:52:44.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69272024-10-16T19:52:44.931Z[ recovery-image] Oct 16 19:52:44.025 INFO O| Oct 16 19:52:44.025 INFO STEP 912 (remove_files) COMPLETE
69282024-10-16T19:52:44.933Z[ recovery-image] Oct 16 19:52:44.025 INFO O| Oct 16 19:52:44.025 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-10-16T19:52:44.941Z[ recovery-image] Oct 16 19:52:44.036 INFO O| Oct 16 19:52:44.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69302024-10-16T19:52:44.944Z[ recovery-image] Oct 16 19:52:44.036 INFO O| Oct 16 19:52:44.036 INFO STEP 913 (remove_files) COMPLETE
69312024-10-16T19:52:44.944Z[ recovery-image] Oct 16 19:52:44.036 INFO O| Oct 16 19:52:44.036 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-10-16T19:52:44.951Z[ recovery-image] Oct 16 19:52:44.047 INFO O| Oct 16 19:52:44.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69332024-10-16T19:52:44.952Z[ recovery-image] Oct 16 19:52:44.047 INFO O| Oct 16 19:52:44.047 INFO STEP 914 (remove_files) COMPLETE
69342024-10-16T19:52:44.955Z[ recovery-image] Oct 16 19:52:44.047 INFO O| Oct 16 19:52:44.047 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-10-16T19:52:44.962Z[ recovery-image] Oct 16 19:52:44.057 INFO O| Oct 16 19:52:44.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69362024-10-16T19:52:44.962Z[ recovery-image] Oct 16 19:52:44.057 INFO O| Oct 16 19:52:44.057 INFO STEP 915 (remove_files) COMPLETE
69372024-10-16T19:52:44.964Z[ recovery-image] Oct 16 19:52:44.057 INFO O| Oct 16 19:52:44.057 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-10-16T19:52:44.972Z[ recovery-image] Oct 16 19:52:44.068 INFO O| Oct 16 19:52:44.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69392024-10-16T19:52:44.972Z[ recovery-image] Oct 16 19:52:44.068 INFO O| Oct 16 19:52:44.068 INFO STEP 916 (remove_files) COMPLETE
69402024-10-16T19:52:44.974Z[ recovery-image] Oct 16 19:52:44.068 INFO O| Oct 16 19:52:44.068 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-10-16T19:52:44.983Z[ recovery-image] Oct 16 19:52:44.078 INFO O| Oct 16 19:52:44.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69422024-10-16T19:52:44.985Z[ recovery-image] Oct 16 19:52:44.078 INFO O| Oct 16 19:52:44.078 INFO STEP 917 (remove_files) COMPLETE
69432024-10-16T19:52:44.985Z[ recovery-image] Oct 16 19:52:44.078 INFO O| Oct 16 19:52:44.078 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-10-16T19:52:44.993Z[ recovery-image] Oct 16 19:52:44.089 INFO O| Oct 16 19:52:44.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69452024-10-16T19:52:44.993Z[ recovery-image] Oct 16 19:52:44.089 INFO O| Oct 16 19:52:44.089 INFO STEP 918 (remove_files) COMPLETE
69462024-10-16T19:52:44.996Z[ recovery-image] Oct 16 19:52:44.089 INFO O| Oct 16 19:52:44.089 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-10-16T19:52:45.003Z[ recovery-image] Oct 16 19:52:44.099 INFO O| Oct 16 19:52:44.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69482024-10-16T19:52:45.007Z[ recovery-image] Oct 16 19:52:44.099 INFO O| Oct 16 19:52:44.099 INFO STEP 919 (remove_files) COMPLETE
69492024-10-16T19:52:45.007Z[ recovery-image] Oct 16 19:52:44.099 INFO O| Oct 16 19:52:44.099 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-10-16T19:52:45.014Z[ recovery-image] Oct 16 19:52:44.109 INFO O| Oct 16 19:52:44.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69512024-10-16T19:52:45.014Z[ recovery-image] Oct 16 19:52:44.109 INFO O| Oct 16 19:52:44.109 INFO STEP 920 (remove_files) COMPLETE
69522024-10-16T19:52:45.017Z[ recovery-image] Oct 16 19:52:44.109 INFO O| Oct 16 19:52:44.109 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-10-16T19:52:45.024Z[ recovery-image] Oct 16 19:52:44.119 INFO O| Oct 16 19:52:44.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69542024-10-16T19:52:45.024Z[ recovery-image] Oct 16 19:52:44.119 INFO O| Oct 16 19:52:44.119 INFO STEP 921 (remove_files) COMPLETE
69552024-10-16T19:52:45.026Z[ recovery-image] Oct 16 19:52:44.119 INFO O| Oct 16 19:52:44.119 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-10-16T19:52:45.034Z[ recovery-image] Oct 16 19:52:44.130 INFO O| Oct 16 19:52:44.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69572024-10-16T19:52:45.035Z[ recovery-image] Oct 16 19:52:44.130 INFO O| Oct 16 19:52:44.130 INFO STEP 922 (remove_files) COMPLETE
69582024-10-16T19:52:45.035Z[ recovery-image] Oct 16 19:52:44.130 INFO O| Oct 16 19:52:44.130 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-10-16T19:52:45.045Z[ recovery-image] Oct 16 19:52:44.140 INFO O| Oct 16 19:52:44.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69602024-10-16T19:52:45.045Z[ recovery-image] Oct 16 19:52:44.140 INFO O| Oct 16 19:52:44.140 INFO STEP 923 (remove_files) COMPLETE
69612024-10-16T19:52:45.045Z[ recovery-image] Oct 16 19:52:44.140 INFO O| Oct 16 19:52:44.140 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-10-16T19:52:45.055Z[ recovery-image] Oct 16 19:52:44.150 INFO O| Oct 16 19:52:44.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69632024-10-16T19:52:45.058Z[ recovery-image] Oct 16 19:52:44.150 INFO O| Oct 16 19:52:44.150 INFO STEP 924 (remove_files) COMPLETE
69642024-10-16T19:52:45.058Z[ recovery-image] Oct 16 19:52:44.150 INFO O| Oct 16 19:52:44.150 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-10-16T19:52:45.065Z[ recovery-image] Oct 16 19:52:44.160 INFO O| Oct 16 19:52:44.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69662024-10-16T19:52:45.065Z[ recovery-image] Oct 16 19:52:44.160 INFO O| Oct 16 19:52:44.160 INFO STEP 925 (remove_files) COMPLETE
69672024-10-16T19:52:45.067Z[ recovery-image] Oct 16 19:52:44.160 INFO O| Oct 16 19:52:44.160 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-10-16T19:52:45.075Z[ recovery-image] Oct 16 19:52:44.171 INFO O| Oct 16 19:52:44.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69692024-10-16T19:52:45.077Z[ recovery-image] Oct 16 19:52:44.171 INFO O| Oct 16 19:52:44.171 INFO STEP 926 (remove_files) COMPLETE
69702024-10-16T19:52:45.077Z[ recovery-image] Oct 16 19:52:44.171 INFO O| Oct 16 19:52:44.171 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-10-16T19:52:45.086Z[ recovery-image] Oct 16 19:52:44.181 INFO O| Oct 16 19:52:44.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69722024-10-16T19:52:45.088Z[ recovery-image] Oct 16 19:52:44.182 INFO O| Oct 16 19:52:44.182 INFO STEP 927 (remove_files) COMPLETE
69732024-10-16T19:52:45.088Z[ recovery-image] Oct 16 19:52:44.182 INFO O| Oct 16 19:52:44.182 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-16T19:52:45.096Z[ recovery-image] Oct 16 19:52:44.192 INFO O| Oct 16 19:52:44.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69752024-10-16T19:52:45.099Z[ recovery-image] Oct 16 19:52:44.192 INFO O| Oct 16 19:52:44.192 INFO STEP 928 (remove_files) COMPLETE
69762024-10-16T19:52:45.099Z[ recovery-image] Oct 16 19:52:44.192 INFO O| Oct 16 19:52:44.192 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-10-16T19:52:45.107Z[ recovery-image] Oct 16 19:52:44.202 INFO O| Oct 16 19:52:44.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69782024-10-16T19:52:45.108Z[ recovery-image] Oct 16 19:52:44.202 INFO O| Oct 16 19:52:44.202 INFO STEP 929 (remove_files) COMPLETE
69792024-10-16T19:52:45.110Z[ recovery-image] Oct 16 19:52:44.202 INFO O| Oct 16 19:52:44.202 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-10-16T19:52:45.117Z[ recovery-image] Oct 16 19:52:44.212 INFO O| Oct 16 19:52:44.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69812024-10-16T19:52:45.119Z[ recovery-image] Oct 16 19:52:44.212 INFO O| Oct 16 19:52:44.212 INFO STEP 930 (remove_files) COMPLETE
69822024-10-16T19:52:45.119Z[ recovery-image] Oct 16 19:52:44.213 INFO O| Oct 16 19:52:44.212 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-10-16T19:52:45.127Z[ recovery-image] Oct 16 19:52:44.222 INFO O| Oct 16 19:52:44.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69842024-10-16T19:52:45.127Z[ recovery-image] Oct 16 19:52:44.223 INFO O| Oct 16 19:52:44.222 INFO STEP 931 (remove_files) COMPLETE
69852024-10-16T19:52:45.127Z[ recovery-image] Oct 16 19:52:44.223 INFO O| Oct 16 19:52:44.223 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-10-16T19:52:45.137Z[ recovery-image] Oct 16 19:52:44.233 INFO O| Oct 16 19:52:44.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69872024-10-16T19:52:45.137Z[ recovery-image] Oct 16 19:52:44.233 INFO O| Oct 16 19:52:44.233 INFO STEP 932 (remove_files) COMPLETE
69882024-10-16T19:52:45.140Z[ recovery-image] Oct 16 19:52:44.233 INFO O| Oct 16 19:52:44.233 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-10-16T19:52:45.147Z[ recovery-image] Oct 16 19:52:44.243 INFO O| Oct 16 19:52:44.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69902024-10-16T19:52:45.147Z[ recovery-image] Oct 16 19:52:44.243 INFO O| Oct 16 19:52:44.243 INFO STEP 933 (remove_files) COMPLETE
69912024-10-16T19:52:45.147Z[ recovery-image] Oct 16 19:52:44.243 INFO O| Oct 16 19:52:44.243 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-10-16T19:52:45.158Z[ recovery-image] Oct 16 19:52:44.253 INFO O| Oct 16 19:52:44.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69932024-10-16T19:52:45.160Z[ recovery-image] Oct 16 19:52:44.253 INFO O| Oct 16 19:52:44.253 INFO STEP 934 (remove_files) COMPLETE
69942024-10-16T19:52:45.160Z[ recovery-image] Oct 16 19:52:44.253 INFO O| Oct 16 19:52:44.253 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-10-16T19:52:45.168Z[ recovery-image] Oct 16 19:52:44.264 INFO O| Oct 16 19:52:44.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69962024-10-16T19:52:45.171Z[ recovery-image] Oct 16 19:52:44.264 INFO O| Oct 16 19:52:44.264 INFO STEP 935 (remove_files) COMPLETE
69972024-10-16T19:52:45.171Z[ recovery-image] Oct 16 19:52:44.264 INFO O| Oct 16 19:52:44.264 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-10-16T19:52:45.178Z[ recovery-image] Oct 16 19:52:44.274 INFO O| Oct 16 19:52:44.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69992024-10-16T19:52:45.178Z[ recovery-image] Oct 16 19:52:44.274 INFO O| Oct 16 19:52:44.274 INFO STEP 936 (remove_files) COMPLETE
70002024-10-16T19:52:45.181Z[ recovery-image] Oct 16 19:52:44.274 INFO O| Oct 16 19:52:44.274 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-10-16T19:52:45.189Z[ recovery-image] Oct 16 19:52:44.284 INFO O| Oct 16 19:52:44.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
70022024-10-16T19:52:45.189Z[ recovery-image] Oct 16 19:52:44.284 INFO O| Oct 16 19:52:44.284 INFO STEP 937 (remove_files) COMPLETE
70032024-10-16T19:52:45.191Z[ recovery-image] Oct 16 19:52:44.284 INFO O| Oct 16 19:52:44.284 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-10-16T19:52:45.199Z[ recovery-image] Oct 16 19:52:44.295 INFO O| Oct 16 19:52:44.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
70052024-10-16T19:52:45.202Z[ recovery-image] Oct 16 19:52:44.295 INFO O| Oct 16 19:52:44.295 INFO STEP 938 (remove_files) COMPLETE
70062024-10-16T19:52:45.202Z[ recovery-image] Oct 16 19:52:44.295 INFO O| Oct 16 19:52:44.295 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-10-16T19:52:45.210Z[ recovery-image] Oct 16 19:52:44.305 INFO O| Oct 16 19:52:44.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70082024-10-16T19:52:45.211Z[ recovery-image] Oct 16 19:52:44.305 INFO O| Oct 16 19:52:44.305 INFO STEP 939 (remove_files) COMPLETE
70092024-10-16T19:52:45.214Z[ recovery-image] Oct 16 19:52:44.306 INFO O| Oct 16 19:52:44.305 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-10-16T19:52:45.220Z[ recovery-image] Oct 16 19:52:44.316 INFO O| Oct 16 19:52:44.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70112024-10-16T19:52:45.223Z[ recovery-image] Oct 16 19:52:44.316 INFO O| Oct 16 19:52:44.316 INFO STEP 940 (remove_files) COMPLETE
70122024-10-16T19:52:45.223Z[ recovery-image] Oct 16 19:52:44.316 INFO O| Oct 16 19:52:44.316 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-10-16T19:52:45.232Z[ recovery-image] Oct 16 19:52:44.328 INFO O| Oct 16 19:52:44.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70142024-10-16T19:52:45.232Z[ recovery-image] Oct 16 19:52:44.328 INFO O| Oct 16 19:52:44.328 INFO STEP 941 (remove_files) COMPLETE
70152024-10-16T19:52:45.232Z[ recovery-image] Oct 16 19:52:44.328 INFO O| Oct 16 19:52:44.328 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-10-16T19:52:45.243Z[ recovery-image] Oct 16 19:52:44.338 INFO O| Oct 16 19:52:44.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70172024-10-16T19:52:45.243Z[ recovery-image] Oct 16 19:52:44.338 INFO O| Oct 16 19:52:44.338 INFO STEP 942 (remove_files) COMPLETE
70182024-10-16T19:52:45.245Z[ recovery-image] Oct 16 19:52:44.338 INFO O| Oct 16 19:52:44.338 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-10-16T19:52:45.253Z[ recovery-image] Oct 16 19:52:44.348 INFO O| Oct 16 19:52:44.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70202024-10-16T19:52:45.253Z[ recovery-image] Oct 16 19:52:44.348 INFO O| Oct 16 19:52:44.348 INFO STEP 943 (remove_files) COMPLETE
70212024-10-16T19:52:45.253Z[ recovery-image] Oct 16 19:52:44.348 INFO O| Oct 16 19:52:44.348 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-10-16T19:52:45.263Z[ recovery-image] Oct 16 19:52:44.359 INFO O| Oct 16 19:52:44.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70232024-10-16T19:52:45.265Z[ recovery-image] Oct 16 19:52:44.359 INFO O| Oct 16 19:52:44.359 INFO STEP 944 (remove_files) COMPLETE
70242024-10-16T19:52:45.265Z[ recovery-image] Oct 16 19:52:44.359 INFO O| Oct 16 19:52:44.359 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-10-16T19:52:45.275Z[ recovery-image] Oct 16 19:52:44.370 INFO O| Oct 16 19:52:44.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70262024-10-16T19:52:45.275Z[ recovery-image] Oct 16 19:52:44.370 INFO O| Oct 16 19:52:44.370 INFO STEP 945 (remove_files) COMPLETE
70272024-10-16T19:52:45.275Z[ recovery-image] Oct 16 19:52:44.370 INFO O| Oct 16 19:52:44.370 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-10-16T19:52:45.286Z[ recovery-image] Oct 16 19:52:44.382 INFO O| Oct 16 19:52:44.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70292024-10-16T19:52:45.286Z[ recovery-image] Oct 16 19:52:44.382 INFO O| Oct 16 19:52:44.382 INFO STEP 946 (remove_files) COMPLETE
70302024-10-16T19:52:45.289Z[ recovery-image] Oct 16 19:52:44.382 INFO O| Oct 16 19:52:44.382 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-10-16T19:52:45.298Z[ recovery-image] Oct 16 19:52:44.393 INFO O| Oct 16 19:52:44.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70322024-10-16T19:52:45.298Z[ recovery-image] Oct 16 19:52:44.393 INFO O| Oct 16 19:52:44.393 INFO STEP 947 (remove_files) COMPLETE
70332024-10-16T19:52:45.301Z[ recovery-image] Oct 16 19:52:44.393 INFO O| Oct 16 19:52:44.393 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-10-16T19:52:45.310Z[ recovery-image] Oct 16 19:52:44.406 INFO O| Oct 16 19:52:44.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70352024-10-16T19:52:45.310Z[ recovery-image] Oct 16 19:52:44.406 INFO O| Oct 16 19:52:44.406 INFO STEP 948 (remove_files) COMPLETE
70362024-10-16T19:52:45.310Z[ recovery-image] Oct 16 19:52:44.406 INFO O| Oct 16 19:52:44.406 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-10-16T19:52:45.316Z[ host-image] Oct 16 19:52:44.412 INFO O| Oct 16 19:52:44.412 INFO O| Done
70382024-10-16T19:52:45.323Z[ recovery-image] Oct 16 19:52:44.419 INFO O| Oct 16 19:52:44.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70392024-10-16T19:52:45.323Z[ recovery-image] Oct 16 19:52:44.419 INFO O| Oct 16 19:52:44.419 INFO STEP 949 (remove_files) COMPLETE
70402024-10-16T19:52:45.326Z[ recovery-image] Oct 16 19:52:44.419 INFO O| Oct 16 19:52:44.419 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-16T19:52:45.336Z[ recovery-image] Oct 16 19:52:44.432 INFO O| Oct 16 19:52:44.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70422024-10-16T19:52:45.336Z[ recovery-image] Oct 16 19:52:44.432 INFO O| Oct 16 19:52:44.432 INFO STEP 950 (remove_files) COMPLETE
70432024-10-16T19:52:45.339Z[ recovery-image] Oct 16 19:52:44.432 INFO O| Oct 16 19:52:44.432 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-16T19:52:45.349Z[ recovery-image] Oct 16 19:52:44.444 INFO O| Oct 16 19:52:44.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70452024-10-16T19:52:45.352Z[ recovery-image] Oct 16 19:52:44.445 INFO O| Oct 16 19:52:44.445 INFO STEP 951 (remove_files) COMPLETE
70462024-10-16T19:52:45.352Z[ recovery-image] Oct 16 19:52:44.445 INFO O| Oct 16 19:52:44.445 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-16T19:52:45.361Z[ recovery-image] Oct 16 19:52:44.457 INFO O| Oct 16 19:52:44.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70482024-10-16T19:52:45.362Z[ recovery-image] Oct 16 19:52:44.457 INFO O| Oct 16 19:52:44.457 INFO STEP 952 (remove_files) COMPLETE
70492024-10-16T19:52:45.365Z[ recovery-image] Oct 16 19:52:44.457 INFO O| Oct 16 19:52:44.457 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-16T19:52:45.374Z[ recovery-image] Oct 16 19:52:44.469 INFO O| Oct 16 19:52:44.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70512024-10-16T19:52:45.374Z[ recovery-image] Oct 16 19:52:44.469 INFO O| Oct 16 19:52:44.469 INFO STEP 953 (remove_files) COMPLETE
70522024-10-16T19:52:45.376Z[ recovery-image] Oct 16 19:52:44.469 INFO O| Oct 16 19:52:44.469 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-16T19:52:45.386Z[ recovery-image] Oct 16 19:52:44.482 INFO O| Oct 16 19:52:44.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70542024-10-16T19:52:45.386Z[ recovery-image] Oct 16 19:52:44.482 INFO O| Oct 16 19:52:44.482 INFO STEP 954 (remove_files) COMPLETE
70552024-10-16T19:52:45.389Z[ recovery-image] Oct 16 19:52:44.482 INFO O| Oct 16 19:52:44.482 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-16T19:52:45.399Z[ recovery-image] Oct 16 19:52:44.495 INFO O| Oct 16 19:52:44.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70572024-10-16T19:52:45.399Z[ recovery-image] Oct 16 19:52:44.495 INFO O| Oct 16 19:52:44.495 INFO STEP 955 (remove_files) COMPLETE
70582024-10-16T19:52:45.402Z[ recovery-image] Oct 16 19:52:44.495 INFO O| Oct 16 19:52:44.495 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-16T19:52:45.412Z[ recovery-image] Oct 16 19:52:44.507 INFO O| Oct 16 19:52:44.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70602024-10-16T19:52:45.412Z[ recovery-image] Oct 16 19:52:44.507 INFO O| Oct 16 19:52:44.507 INFO STEP 956 (remove_files) COMPLETE
70612024-10-16T19:52:45.412Z[ recovery-image] Oct 16 19:52:44.507 INFO O| Oct 16 19:52:44.507 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-16T19:52:45.423Z[ recovery-image] Oct 16 19:52:44.519 INFO O| Oct 16 19:52:44.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70632024-10-16T19:52:45.423Z[ recovery-image] Oct 16 19:52:44.519 INFO O| Oct 16 19:52:44.519 INFO STEP 957 (remove_files) COMPLETE
70642024-10-16T19:52:45.426Z[ recovery-image] Oct 16 19:52:44.519 INFO O| Oct 16 19:52:44.519 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-16T19:52:45.435Z[ recovery-image] Oct 16 19:52:44.531 INFO O| Oct 16 19:52:44.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70662024-10-16T19:52:45.435Z[ recovery-image] Oct 16 19:52:44.531 INFO O| Oct 16 19:52:44.531 INFO STEP 958 (remove_files) COMPLETE
70672024-10-16T19:52:45.435Z[ recovery-image] Oct 16 19:52:44.531 INFO O| Oct 16 19:52:44.531 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-16T19:52:45.448Z[ recovery-image] Oct 16 19:52:44.544 INFO O| Oct 16 19:52:44.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70692024-10-16T19:52:45.448Z[ recovery-image] Oct 16 19:52:44.544 INFO O| Oct 16 19:52:44.544 INFO STEP 959 (remove_files) COMPLETE
70702024-10-16T19:52:45.451Z[ recovery-image] Oct 16 19:52:44.544 INFO O| Oct 16 19:52:44.544 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-10-16T19:52:45.460Z[ recovery-image] Oct 16 19:52:44.555 INFO O| Oct 16 19:52:44.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70722024-10-16T19:52:45.462Z[ recovery-image] Oct 16 19:52:44.555 INFO O| Oct 16 19:52:44.555 INFO STEP 960 (remove_files) COMPLETE
70732024-10-16T19:52:45.462Z[ recovery-image] Oct 16 19:52:44.555 INFO O| Oct 16 19:52:44.555 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-10-16T19:52:45.472Z[ recovery-image] Oct 16 19:52:44.567 INFO O| Oct 16 19:52:44.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70752024-10-16T19:52:45.472Z[ recovery-image] Oct 16 19:52:44.567 INFO O| Oct 16 19:52:44.567 INFO STEP 961 (remove_files) COMPLETE
70762024-10-16T19:52:45.474Z[ recovery-image] Oct 16 19:52:44.567 INFO O| Oct 16 19:52:44.567 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-10-16T19:52:45.482Z[ recovery-image] Oct 16 19:52:44.578 INFO O| Oct 16 19:52:44.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70782024-10-16T19:52:45.485Z[ recovery-image] Oct 16 19:52:44.578 INFO O| Oct 16 19:52:44.578 INFO STEP 962 (remove_files) COMPLETE
70792024-10-16T19:52:45.485Z[ recovery-image] Oct 16 19:52:44.578 INFO O| Oct 16 19:52:44.578 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-10-16T19:52:45.493Z[ recovery-image] Oct 16 19:52:44.588 INFO O| Oct 16 19:52:44.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70812024-10-16T19:52:45.493Z[ recovery-image] Oct 16 19:52:44.588 INFO O| Oct 16 19:52:44.588 INFO STEP 963 (remove_files) COMPLETE
70822024-10-16T19:52:45.495Z[ recovery-image] Oct 16 19:52:44.588 INFO O| Oct 16 19:52:44.588 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-10-16T19:52:45.503Z[ recovery-image] Oct 16 19:52:44.598 INFO O| Oct 16 19:52:44.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70842024-10-16T19:52:45.506Z[ recovery-image] Oct 16 19:52:44.599 INFO O| Oct 16 19:52:44.599 INFO STEP 964 (remove_files) COMPLETE
70852024-10-16T19:52:45.506Z[ recovery-image] Oct 16 19:52:44.599 INFO O| Oct 16 19:52:44.599 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-10-16T19:52:45.514Z[ recovery-image] Oct 16 19:52:44.609 INFO O| Oct 16 19:52:44.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70872024-10-16T19:52:45.516Z[ recovery-image] Oct 16 19:52:44.609 INFO O| Oct 16 19:52:44.609 INFO STEP 965 (remove_files) COMPLETE
70882024-10-16T19:52:45.516Z[ recovery-image] Oct 16 19:52:44.609 INFO O| Oct 16 19:52:44.609 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-10-16T19:52:45.524Z[ recovery-image] Oct 16 19:52:44.619 INFO O| Oct 16 19:52:44.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70902024-10-16T19:52:45.526Z[ recovery-image] Oct 16 19:52:44.619 INFO O| Oct 16 19:52:44.619 INFO STEP 966 (remove_files) COMPLETE
70912024-10-16T19:52:45.526Z[ recovery-image] Oct 16 19:52:44.619 INFO O| Oct 16 19:52:44.619 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-10-16T19:52:45.535Z[ recovery-image] Oct 16 19:52:44.630 INFO O| Oct 16 19:52:44.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70932024-10-16T19:52:45.535Z[ recovery-image] Oct 16 19:52:44.630 INFO O| Oct 16 19:52:44.630 INFO STEP 967 (remove_files) COMPLETE
70942024-10-16T19:52:45.537Z[ recovery-image] Oct 16 19:52:44.630 INFO O| Oct 16 19:52:44.630 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-10-16T19:52:45.545Z[ recovery-image] Oct 16 19:52:44.640 INFO O| Oct 16 19:52:44.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70962024-10-16T19:52:45.545Z[ recovery-image] Oct 16 19:52:44.641 INFO O| Oct 16 19:52:44.641 INFO STEP 968 (remove_files) COMPLETE
70972024-10-16T19:52:45.547Z[ recovery-image] Oct 16 19:52:44.641 INFO O| Oct 16 19:52:44.641 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-10-16T19:52:45.556Z[ recovery-image] Oct 16 19:52:44.651 INFO O| Oct 16 19:52:44.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70992024-10-16T19:52:45.556Z[ recovery-image] Oct 16 19:52:44.651 INFO O| Oct 16 19:52:44.651 INFO STEP 969 (remove_files) COMPLETE
71002024-10-16T19:52:45.558Z[ recovery-image] Oct 16 19:52:44.651 INFO O| Oct 16 19:52:44.651 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-10-16T19:52:45.566Z[ recovery-image] Oct 16 19:52:44.661 INFO O| Oct 16 19:52:44.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
71022024-10-16T19:52:45.566Z[ recovery-image] Oct 16 19:52:44.661 INFO O| Oct 16 19:52:44.661 INFO STEP 970 (remove_files) COMPLETE
71032024-10-16T19:52:45.568Z[ recovery-image] Oct 16 19:52:44.661 INFO O| Oct 16 19:52:44.661 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-10-16T19:52:45.576Z[ recovery-image] Oct 16 19:52:44.672 INFO O| Oct 16 19:52:44.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
71052024-10-16T19:52:45.576Z[ recovery-image] Oct 16 19:52:44.672 INFO O| Oct 16 19:52:44.672 INFO STEP 971 (remove_files) COMPLETE
71062024-10-16T19:52:45.579Z[ recovery-image] Oct 16 19:52:44.672 INFO O| Oct 16 19:52:44.672 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-10-16T19:52:45.587Z[ recovery-image] Oct 16 19:52:44.682 INFO O| Oct 16 19:52:44.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71082024-10-16T19:52:45.589Z[ recovery-image] Oct 16 19:52:44.682 INFO O| Oct 16 19:52:44.682 INFO STEP 972 (remove_files) COMPLETE
71092024-10-16T19:52:45.589Z[ recovery-image] Oct 16 19:52:44.682 INFO O| Oct 16 19:52:44.682 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-10-16T19:52:45.597Z[ recovery-image] Oct 16 19:52:44.693 INFO O| Oct 16 19:52:44.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71112024-10-16T19:52:45.600Z[ recovery-image] Oct 16 19:52:44.693 INFO O| Oct 16 19:52:44.693 INFO STEP 973 (remove_files) COMPLETE
71122024-10-16T19:52:45.600Z[ recovery-image] Oct 16 19:52:44.693 INFO O| Oct 16 19:52:44.693 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-10-16T19:52:45.608Z[ recovery-image] Oct 16 19:52:44.703 INFO O| Oct 16 19:52:44.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71142024-10-16T19:52:45.610Z[ recovery-image] Oct 16 19:52:44.703 INFO O| Oct 16 19:52:44.703 INFO STEP 974 (remove_files) COMPLETE
71152024-10-16T19:52:45.610Z[ recovery-image] Oct 16 19:52:44.703 INFO O| Oct 16 19:52:44.703 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-10-16T19:52:45.618Z[ recovery-image] Oct 16 19:52:44.713 INFO O| Oct 16 19:52:44.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71172024-10-16T19:52:45.618Z[ recovery-image] Oct 16 19:52:44.713 INFO O| Oct 16 19:52:44.713 INFO STEP 975 (remove_files) COMPLETE
71182024-10-16T19:52:45.618Z[ recovery-image] Oct 16 19:52:44.713 INFO O| Oct 16 19:52:44.713 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-10-16T19:52:45.628Z[ recovery-image] Oct 16 19:52:44.724 INFO O| Oct 16 19:52:44.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71202024-10-16T19:52:45.628Z[ recovery-image] Oct 16 19:52:44.724 INFO O| Oct 16 19:52:44.724 INFO STEP 976 (remove_files) COMPLETE
71212024-10-16T19:52:45.631Z[ recovery-image] Oct 16 19:52:44.724 INFO O| Oct 16 19:52:44.724 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-10-16T19:52:45.639Z[ recovery-image] Oct 16 19:52:44.734 INFO O| Oct 16 19:52:44.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71232024-10-16T19:52:45.641Z[ recovery-image] Oct 16 19:52:44.734 INFO O| Oct 16 19:52:44.734 INFO STEP 977 (remove_files) COMPLETE
71242024-10-16T19:52:45.641Z[ recovery-image] Oct 16 19:52:44.734 INFO O| Oct 16 19:52:44.734 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-10-16T19:52:45.649Z[ recovery-image] Oct 16 19:52:44.745 INFO O| Oct 16 19:52:44.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71262024-10-16T19:52:45.652Z[ recovery-image] Oct 16 19:52:44.745 INFO O| Oct 16 19:52:44.745 INFO STEP 978 (remove_files) COMPLETE
71272024-10-16T19:52:45.652Z[ recovery-image] Oct 16 19:52:44.745 INFO O| Oct 16 19:52:44.745 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-10-16T19:52:45.660Z[ recovery-image] Oct 16 19:52:44.755 INFO O| Oct 16 19:52:44.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71292024-10-16T19:52:45.660Z[ recovery-image] Oct 16 19:52:44.755 INFO O| Oct 16 19:52:44.755 INFO STEP 979 (remove_files) COMPLETE
71302024-10-16T19:52:45.660Z[ recovery-image] Oct 16 19:52:44.755 INFO O| Oct 16 19:52:44.755 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-10-16T19:52:45.670Z[ recovery-image] Oct 16 19:52:44.765 INFO O| Oct 16 19:52:44.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71322024-10-16T19:52:45.670Z[ recovery-image] Oct 16 19:52:44.765 INFO O| Oct 16 19:52:44.765 INFO STEP 980 (remove_files) COMPLETE
71332024-10-16T19:52:45.672Z[ recovery-image] Oct 16 19:52:44.765 INFO O| Oct 16 19:52:44.765 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-10-16T19:52:45.680Z[ recovery-image] Oct 16 19:52:44.776 INFO O| Oct 16 19:52:44.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71352024-10-16T19:52:45.683Z[ recovery-image] Oct 16 19:52:44.776 INFO O| Oct 16 19:52:44.776 INFO STEP 981 (remove_files) COMPLETE
71362024-10-16T19:52:45.683Z[ recovery-image] Oct 16 19:52:44.776 INFO O| Oct 16 19:52:44.776 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-10-16T19:52:45.690Z[ recovery-image] Oct 16 19:52:44.786 INFO O| Oct 16 19:52:44.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71382024-10-16T19:52:45.690Z[ recovery-image] Oct 16 19:52:44.786 INFO O| Oct 16 19:52:44.786 INFO STEP 982 (remove_files) COMPLETE
71392024-10-16T19:52:45.691Z[ recovery-image] Oct 16 19:52:44.786 INFO O| Oct 16 19:52:44.786 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-10-16T19:52:45.701Z[ recovery-image] Oct 16 19:52:44.796 INFO O| Oct 16 19:52:44.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71412024-10-16T19:52:45.701Z[ recovery-image] Oct 16 19:52:44.796 INFO O| Oct 16 19:52:44.796 INFO STEP 983 (remove_files) COMPLETE
71422024-10-16T19:52:45.703Z[ recovery-image] Oct 16 19:52:44.796 INFO O| Oct 16 19:52:44.796 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-10-16T19:52:45.711Z[ recovery-image] Oct 16 19:52:44.806 INFO O| Oct 16 19:52:44.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71442024-10-16T19:52:45.713Z[ recovery-image] Oct 16 19:52:44.806 INFO O| Oct 16 19:52:44.806 INFO STEP 984 (remove_files) COMPLETE
71452024-10-16T19:52:45.713Z[ recovery-image] Oct 16 19:52:44.806 INFO O| Oct 16 19:52:44.806 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-10-16T19:52:45.721Z[ recovery-image] Oct 16 19:52:44.816 INFO O| Oct 16 19:52:44.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71472024-10-16T19:52:45.724Z[ recovery-image] Oct 16 19:52:44.816 INFO O| Oct 16 19:52:44.816 INFO STEP 985 (remove_files) COMPLETE
71482024-10-16T19:52:45.724Z[ recovery-image] Oct 16 19:52:44.817 INFO O| Oct 16 19:52:44.816 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-10-16T19:52:45.731Z[ recovery-image] Oct 16 19:52:44.827 INFO O| Oct 16 19:52:44.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71502024-10-16T19:52:45.731Z[ recovery-image] Oct 16 19:52:44.827 INFO O| Oct 16 19:52:44.827 INFO STEP 986 (remove_files) COMPLETE
71512024-10-16T19:52:45.734Z[ recovery-image] Oct 16 19:52:44.827 INFO O| Oct 16 19:52:44.827 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-10-16T19:52:45.741Z[ recovery-image] Oct 16 19:52:44.837 INFO O| Oct 16 19:52:44.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71532024-10-16T19:52:45.741Z[ recovery-image] Oct 16 19:52:44.837 INFO O| Oct 16 19:52:44.837 INFO STEP 987 (remove_files) COMPLETE
71542024-10-16T19:52:45.745Z[ recovery-image] Oct 16 19:52:44.837 INFO O| Oct 16 19:52:44.837 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-10-16T19:52:45.752Z[ recovery-image] Oct 16 19:52:44.848 INFO O| Oct 16 19:52:44.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71562024-10-16T19:52:45.752Z[ recovery-image] Oct 16 19:52:44.848 INFO O| Oct 16 19:52:44.848 INFO STEP 988 (remove_files) COMPLETE
71572024-10-16T19:52:45.752Z[ recovery-image] Oct 16 19:52:44.848 INFO O| Oct 16 19:52:44.848 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-10-16T19:52:45.764Z[ recovery-image] Oct 16 19:52:44.859 INFO O| Oct 16 19:52:44.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71592024-10-16T19:52:45.764Z[ recovery-image] Oct 16 19:52:44.859 INFO O| Oct 16 19:52:44.859 INFO STEP 989 (remove_files) COMPLETE
71602024-10-16T19:52:45.766Z[ recovery-image] Oct 16 19:52:44.859 INFO O| Oct 16 19:52:44.859 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-10-16T19:52:45.775Z[ recovery-image] Oct 16 19:52:44.870 INFO O| Oct 16 19:52:44.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71622024-10-16T19:52:45.775Z[ recovery-image] Oct 16 19:52:44.870 INFO O| Oct 16 19:52:44.870 INFO STEP 990 (remove_files) COMPLETE
71632024-10-16T19:52:45.775Z[ recovery-image] Oct 16 19:52:44.870 INFO O| Oct 16 19:52:44.870 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-10-16T19:52:45.786Z[ recovery-image] Oct 16 19:52:44.881 INFO O| Oct 16 19:52:44.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71652024-10-16T19:52:45.786Z[ recovery-image] Oct 16 19:52:44.881 INFO O| Oct 16 19:52:44.881 INFO STEP 991 (remove_files) COMPLETE
71662024-10-16T19:52:45.789Z[ recovery-image] Oct 16 19:52:44.881 INFO O| Oct 16 19:52:44.881 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-10-16T19:52:45.797Z[ recovery-image] Oct 16 19:52:44.892 INFO O| Oct 16 19:52:44.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71682024-10-16T19:52:45.797Z[ recovery-image] Oct 16 19:52:44.892 INFO O| Oct 16 19:52:44.892 INFO STEP 992 (remove_files) COMPLETE
71692024-10-16T19:52:45.799Z[ recovery-image] Oct 16 19:52:44.892 INFO O| Oct 16 19:52:44.892 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-10-16T19:52:45.807Z[ recovery-image] Oct 16 19:52:44.903 INFO O| Oct 16 19:52:44.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71712024-10-16T19:52:45.810Z[ recovery-image] Oct 16 19:52:44.903 INFO O| Oct 16 19:52:44.903 INFO STEP 993 (remove_files) COMPLETE
71722024-10-16T19:52:45.810Z[ recovery-image] Oct 16 19:52:44.903 INFO O| Oct 16 19:52:44.903 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-10-16T19:52:45.818Z[ recovery-image] Oct 16 19:52:44.913 INFO O| Oct 16 19:52:44.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71742024-10-16T19:52:45.818Z[ recovery-image] Oct 16 19:52:44.913 INFO O| Oct 16 19:52:44.913 INFO STEP 994 (remove_files) COMPLETE
71752024-10-16T19:52:45.818Z[ recovery-image] Oct 16 19:52:44.913 INFO O| Oct 16 19:52:44.913 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-10-16T19:52:45.828Z[ recovery-image] Oct 16 19:52:44.923 INFO O| Oct 16 19:52:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71772024-10-16T19:52:45.828Z[ recovery-image] Oct 16 19:52:44.924 INFO O| Oct 16 19:52:44.924 INFO STEP 995 (remove_files) COMPLETE
71782024-10-16T19:52:45.831Z[ recovery-image] Oct 16 19:52:44.924 INFO O| Oct 16 19:52:44.924 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-10-16T19:52:45.839Z[ recovery-image] Oct 16 19:52:44.934 INFO O| Oct 16 19:52:44.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71802024-10-16T19:52:45.839Z[ recovery-image] Oct 16 19:52:44.934 INFO O| Oct 16 19:52:44.934 INFO STEP 996 (remove_files) COMPLETE
71812024-10-16T19:52:45.841Z[ recovery-image] Oct 16 19:52:44.934 INFO O| Oct 16 19:52:44.934 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-10-16T19:52:45.849Z[ recovery-image] Oct 16 19:52:44.945 INFO O| Oct 16 19:52:44.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71832024-10-16T19:52:45.849Z[ recovery-image] Oct 16 19:52:44.945 INFO O| Oct 16 19:52:44.945 INFO STEP 997 (remove_files) COMPLETE
71842024-10-16T19:52:45.849Z[ recovery-image] Oct 16 19:52:44.945 INFO O| Oct 16 19:52:44.945 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-10-16T19:52:45.860Z[ recovery-image] Oct 16 19:52:44.955 INFO O| Oct 16 19:52:44.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71862024-10-16T19:52:45.860Z[ recovery-image] Oct 16 19:52:44.955 INFO O| Oct 16 19:52:44.955 INFO STEP 998 (remove_files) COMPLETE
71872024-10-16T19:52:45.860Z[ recovery-image] Oct 16 19:52:44.955 INFO O| Oct 16 19:52:44.955 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-10-16T19:52:45.870Z[ recovery-image] Oct 16 19:52:44.966 INFO O| Oct 16 19:52:44.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71892024-10-16T19:52:45.870Z[ recovery-image] Oct 16 19:52:44.966 INFO O| Oct 16 19:52:44.966 INFO STEP 999 (remove_files) COMPLETE
71902024-10-16T19:52:45.870Z[ recovery-image] Oct 16 19:52:44.966 INFO O| Oct 16 19:52:44.966 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-10-16T19:52:45.881Z[ recovery-image] Oct 16 19:52:44.976 INFO O| Oct 16 19:52:44.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71922024-10-16T19:52:45.881Z[ recovery-image] Oct 16 19:52:44.976 INFO O| Oct 16 19:52:44.976 INFO STEP 1000 (remove_files) COMPLETE
71932024-10-16T19:52:45.883Z[ recovery-image] Oct 16 19:52:44.976 INFO O| Oct 16 19:52:44.976 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-10-16T19:52:45.892Z[ recovery-image] Oct 16 19:52:44.987 INFO O| Oct 16 19:52:44.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71952024-10-16T19:52:45.892Z[ recovery-image] Oct 16 19:52:44.987 INFO O| Oct 16 19:52:44.987 INFO STEP 1001 (remove_files) COMPLETE
71962024-10-16T19:52:45.892Z[ recovery-image] Oct 16 19:52:44.987 INFO O| Oct 16 19:52:44.987 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-10-16T19:52:45.903Z[ recovery-image] Oct 16 19:52:44.998 INFO O| Oct 16 19:52:44.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71982024-10-16T19:52:45.903Z[ recovery-image] Oct 16 19:52:44.998 INFO O| Oct 16 19:52:44.998 INFO STEP 1002 (remove_files) COMPLETE
71992024-10-16T19:52:45.905Z[ recovery-image] Oct 16 19:52:44.998 INFO O| Oct 16 19:52:44.998 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-10-16T19:52:45.914Z[ recovery-image] Oct 16 19:52:45.009 INFO O| Oct 16 19:52:45.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
72012024-10-16T19:52:45.914Z[ recovery-image] Oct 16 19:52:45.009 INFO O| Oct 16 19:52:45.009 INFO STEP 1003 (remove_files) COMPLETE
72022024-10-16T19:52:45.914Z[ recovery-image] Oct 16 19:52:45.009 INFO O| Oct 16 19:52:45.009 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-10-16T19:52:45.925Z[ recovery-image] Oct 16 19:52:45.020 INFO O| Oct 16 19:52:45.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
72042024-10-16T19:52:45.925Z[ recovery-image] Oct 16 19:52:45.020 INFO O| Oct 16 19:52:45.020 INFO STEP 1004 (remove_files) COMPLETE
72052024-10-16T19:52:45.925Z[ recovery-image] Oct 16 19:52:45.020 INFO O| Oct 16 19:52:45.020 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-10-16T19:52:45.936Z[ recovery-image] Oct 16 19:52:45.031 INFO O| Oct 16 19:52:45.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
72072024-10-16T19:52:45.936Z[ recovery-image] Oct 16 19:52:45.031 INFO O| Oct 16 19:52:45.031 INFO STEP 1005 (remove_files) COMPLETE
72082024-10-16T19:52:45.936Z[ recovery-image] Oct 16 19:52:45.031 INFO O| Oct 16 19:52:45.031 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-10-16T19:52:45.946Z[ recovery-image] Oct 16 19:52:45.042 INFO O| Oct 16 19:52:45.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72102024-10-16T19:52:45.947Z[ recovery-image] Oct 16 19:52:45.042 INFO O| Oct 16 19:52:45.042 INFO STEP 1006 (remove_files) COMPLETE
72112024-10-16T19:52:45.947Z[ recovery-image] Oct 16 19:52:45.042 INFO O| Oct 16 19:52:45.042 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-10-16T19:52:45.957Z[ recovery-image] Oct 16 19:52:45.053 INFO O| Oct 16 19:52:45.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72132024-10-16T19:52:45.958Z[ recovery-image] Oct 16 19:52:45.053 INFO O| Oct 16 19:52:45.053 INFO STEP 1007 (remove_files) COMPLETE
72142024-10-16T19:52:45.962Z[ recovery-image] Oct 16 19:52:45.053 INFO O| Oct 16 19:52:45.053 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-10-16T19:52:45.968Z[ recovery-image] Oct 16 19:52:45.063 INFO O| Oct 16 19:52:45.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72162024-10-16T19:52:45.968Z[ recovery-image] Oct 16 19:52:45.063 INFO O| Oct 16 19:52:45.063 INFO STEP 1008 (remove_files) COMPLETE
72172024-10-16T19:52:45.970Z[ recovery-image] Oct 16 19:52:45.063 INFO O| Oct 16 19:52:45.063 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-10-16T19:52:45.978Z[ recovery-image] Oct 16 19:52:45.074 INFO O| Oct 16 19:52:45.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72192024-10-16T19:52:45.978Z[ recovery-image] Oct 16 19:52:45.074 INFO O| Oct 16 19:52:45.074 INFO STEP 1009 (remove_files) COMPLETE
72202024-10-16T19:52:45.979Z[ recovery-image] Oct 16 19:52:45.074 INFO O| Oct 16 19:52:45.074 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-10-16T19:52:45.989Z[ recovery-image] Oct 16 19:52:45.084 INFO O| Oct 16 19:52:45.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72222024-10-16T19:52:45.989Z[ recovery-image] Oct 16 19:52:45.084 INFO O| Oct 16 19:52:45.084 INFO STEP 1010 (remove_files) COMPLETE
72232024-10-16T19:52:45.992Z[ recovery-image] Oct 16 19:52:45.084 INFO O| Oct 16 19:52:45.084 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-10-16T19:52:45.999Z[ recovery-image] Oct 16 19:52:45.094 INFO O| Oct 16 19:52:45.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72252024-10-16T19:52:45.999Z[ recovery-image] Oct 16 19:52:45.094 INFO O| Oct 16 19:52:45.094 INFO STEP 1011 (remove_files) COMPLETE
72262024-10-16T19:52:46.003Z[ recovery-image] Oct 16 19:52:45.094 INFO O| Oct 16 19:52:45.094 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-10-16T19:52:46.010Z[ recovery-image] Oct 16 19:52:45.105 INFO O| Oct 16 19:52:45.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72282024-10-16T19:52:46.013Z[ recovery-image] Oct 16 19:52:45.105 INFO O| Oct 16 19:52:45.105 INFO STEP 1012 (remove_files) COMPLETE
72292024-10-16T19:52:46.013Z[ recovery-image] Oct 16 19:52:45.105 INFO O| Oct 16 19:52:45.105 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-10-16T19:52:46.020Z[ recovery-image] Oct 16 19:52:45.115 INFO O| Oct 16 19:52:45.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72312024-10-16T19:52:46.023Z[ recovery-image] Oct 16 19:52:45.116 INFO O| Oct 16 19:52:45.116 INFO STEP 1013 (remove_files) COMPLETE
72322024-10-16T19:52:46.023Z[ recovery-image] Oct 16 19:52:45.116 INFO O| Oct 16 19:52:45.116 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-10-16T19:52:46.031Z[ recovery-image] Oct 16 19:52:45.126 INFO O| Oct 16 19:52:45.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72342024-10-16T19:52:46.031Z[ recovery-image] Oct 16 19:52:45.126 INFO O| Oct 16 19:52:45.126 INFO STEP 1014 (remove_files) COMPLETE
72352024-10-16T19:52:46.031Z[ recovery-image] Oct 16 19:52:45.126 INFO O| Oct 16 19:52:45.126 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-10-16T19:52:46.042Z[ recovery-image] Oct 16 19:52:45.137 INFO O| Oct 16 19:52:45.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72372024-10-16T19:52:46.044Z[ recovery-image] Oct 16 19:52:45.137 INFO O| Oct 16 19:52:45.137 INFO STEP 1015 (remove_files) COMPLETE
72382024-10-16T19:52:46.044Z[ recovery-image] Oct 16 19:52:45.137 INFO O| Oct 16 19:52:45.137 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-10-16T19:52:46.052Z[ recovery-image] Oct 16 19:52:45.147 INFO O| Oct 16 19:52:45.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72402024-10-16T19:52:46.055Z[ recovery-image] Oct 16 19:52:45.147 INFO O| Oct 16 19:52:45.147 INFO STEP 1016 (remove_files) COMPLETE
72412024-10-16T19:52:46.055Z[ recovery-image] Oct 16 19:52:45.147 INFO O| Oct 16 19:52:45.147 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-10-16T19:52:46.063Z[ recovery-image] Oct 16 19:52:45.158 INFO O| Oct 16 19:52:45.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72432024-10-16T19:52:46.065Z[ recovery-image] Oct 16 19:52:45.158 INFO O| Oct 16 19:52:45.158 INFO STEP 1017 (remove_files) COMPLETE
72442024-10-16T19:52:46.065Z[ recovery-image] Oct 16 19:52:45.158 INFO O| Oct 16 19:52:45.158 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-10-16T19:52:46.073Z[ recovery-image] Oct 16 19:52:45.168 INFO O| Oct 16 19:52:45.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72462024-10-16T19:52:46.073Z[ recovery-image] Oct 16 19:52:45.168 INFO O| Oct 16 19:52:45.168 INFO STEP 1018 (remove_files) COMPLETE
72472024-10-16T19:52:46.073Z[ recovery-image] Oct 16 19:52:45.168 INFO O| Oct 16 19:52:45.168 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-16T19:52:46.083Z[ recovery-image] Oct 16 19:52:45.178 INFO O| Oct 16 19:52:45.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72492024-10-16T19:52:46.083Z[ recovery-image] Oct 16 19:52:45.179 INFO O| Oct 16 19:52:45.179 INFO STEP 1019 (remove_files) COMPLETE
72502024-10-16T19:52:46.083Z[ recovery-image] Oct 16 19:52:45.179 INFO O| Oct 16 19:52:45.179 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-16T19:52:46.094Z[ recovery-image] Oct 16 19:52:45.189 INFO O| Oct 16 19:52:45.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72522024-10-16T19:52:46.096Z[ recovery-image] Oct 16 19:52:45.189 INFO O| Oct 16 19:52:45.189 INFO STEP 1020 (remove_files) COMPLETE
72532024-10-16T19:52:46.096Z[ recovery-image] Oct 16 19:52:45.189 INFO O| Oct 16 19:52:45.189 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-16T19:52:46.105Z[ recovery-image] Oct 16 19:52:45.200 INFO O| Oct 16 19:52:45.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72552024-10-16T19:52:46.105Z[ recovery-image] Oct 16 19:52:45.200 INFO O| Oct 16 19:52:45.200 INFO STEP 1021 (remove_files) COMPLETE
72562024-10-16T19:52:46.107Z[ recovery-image] Oct 16 19:52:45.200 INFO O| Oct 16 19:52:45.200 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-16T19:52:46.115Z[ recovery-image] Oct 16 19:52:45.210 INFO O| Oct 16 19:52:45.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72582024-10-16T19:52:46.115Z[ recovery-image] Oct 16 19:52:45.210 INFO O| Oct 16 19:52:45.210 INFO STEP 1022 (remove_files) COMPLETE
72592024-10-16T19:52:46.115Z[ recovery-image] Oct 16 19:52:45.210 INFO O| Oct 16 19:52:45.210 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-16T19:52:46.126Z[ recovery-image] Oct 16 19:52:45.221 INFO O| Oct 16 19:52:45.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72612024-10-16T19:52:46.126Z[ recovery-image] Oct 16 19:52:45.221 INFO O| Oct 16 19:52:45.221 INFO STEP 1023 (remove_files) COMPLETE
72622024-10-16T19:52:46.129Z[ recovery-image] Oct 16 19:52:45.222 INFO O| Oct 16 19:52:45.221 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-16T19:52:46.138Z[ recovery-image] Oct 16 19:52:45.233 INFO O| Oct 16 19:52:45.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72642024-10-16T19:52:46.141Z[ recovery-image] Oct 16 19:52:45.234 INFO O| Oct 16 19:52:45.234 INFO STEP 1024 (remove_files) COMPLETE
72652024-10-16T19:52:46.141Z[ recovery-image] Oct 16 19:52:45.234 INFO O| Oct 16 19:52:45.234 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-16T19:52:46.151Z[ recovery-image] Oct 16 19:52:45.246 INFO O| Oct 16 19:52:45.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72672024-10-16T19:52:46.154Z[ recovery-image] Oct 16 19:52:45.246 INFO O| Oct 16 19:52:45.246 INFO STEP 1025 (remove_files) COMPLETE
72682024-10-16T19:52:46.154Z[ recovery-image] Oct 16 19:52:45.246 INFO O| Oct 16 19:52:45.246 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-16T19:52:46.162Z[ recovery-image] Oct 16 19:52:45.258 INFO O| Oct 16 19:52:45.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72702024-10-16T19:52:46.166Z[ recovery-image] Oct 16 19:52:45.258 INFO O| Oct 16 19:52:45.258 INFO STEP 1026 (remove_files) COMPLETE
72712024-10-16T19:52:46.166Z[ recovery-image] Oct 16 19:52:45.258 INFO O| Oct 16 19:52:45.258 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-16T19:52:46.174Z[ recovery-image] Oct 16 19:52:45.269 INFO O| Oct 16 19:52:45.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72732024-10-16T19:52:46.176Z[ recovery-image] Oct 16 19:52:45.269 INFO O| Oct 16 19:52:45.269 INFO STEP 1027 (remove_files) COMPLETE
72742024-10-16T19:52:46.176Z[ recovery-image] Oct 16 19:52:45.269 INFO O| Oct 16 19:52:45.269 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-16T19:52:46.185Z[ recovery-image] Oct 16 19:52:45.280 INFO O| Oct 16 19:52:45.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72762024-10-16T19:52:46.185Z[ recovery-image] Oct 16 19:52:45.280 INFO O| Oct 16 19:52:45.280 INFO STEP 1028 (remove_files) COMPLETE
72772024-10-16T19:52:46.187Z[ recovery-image] Oct 16 19:52:45.280 INFO O| Oct 16 19:52:45.280 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-16T19:52:46.196Z[ recovery-image] Oct 16 19:52:45.291 INFO O| Oct 16 19:52:45.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72792024-10-16T19:52:46.196Z[ recovery-image] Oct 16 19:52:45.291 INFO O| Oct 16 19:52:45.291 INFO STEP 1029 (remove_files) COMPLETE
72802024-10-16T19:52:46.196Z[ recovery-image] Oct 16 19:52:45.291 INFO O| Oct 16 19:52:45.291 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-16T19:52:46.208Z[ recovery-image] Oct 16 19:52:45.303 INFO O| Oct 16 19:52:45.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72822024-10-16T19:52:46.208Z[ recovery-image] Oct 16 19:52:45.303 INFO O| Oct 16 19:52:45.303 INFO STEP 1030 (remove_files) COMPLETE
72832024-10-16T19:52:46.208Z[ recovery-image] Oct 16 19:52:45.303 INFO O| Oct 16 19:52:45.303 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-16T19:52:46.219Z[ recovery-image] Oct 16 19:52:45.314 INFO O| Oct 16 19:52:45.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72852024-10-16T19:52:46.219Z[ recovery-image] Oct 16 19:52:45.314 INFO O| Oct 16 19:52:45.314 INFO STEP 1031 (remove_files) COMPLETE
72862024-10-16T19:52:46.221Z[ recovery-image] Oct 16 19:52:45.314 INFO O| Oct 16 19:52:45.314 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-16T19:52:46.231Z[ recovery-image] Oct 16 19:52:45.326 INFO O| Oct 16 19:52:45.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72882024-10-16T19:52:46.231Z[ recovery-image] Oct 16 19:52:45.326 INFO O| Oct 16 19:52:45.326 INFO STEP 1032 (remove_files) COMPLETE
72892024-10-16T19:52:46.231Z[ recovery-image] Oct 16 19:52:45.326 INFO O| Oct 16 19:52:45.326 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-16T19:52:46.242Z[ recovery-image] Oct 16 19:52:45.337 INFO O| Oct 16 19:52:45.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72912024-10-16T19:52:46.242Z[ recovery-image] Oct 16 19:52:45.338 INFO O| Oct 16 19:52:45.337 INFO STEP 1033 (remove_files) COMPLETE
72922024-10-16T19:52:46.245Z[ recovery-image] Oct 16 19:52:45.338 INFO O| Oct 16 19:52:45.338 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-16T19:52:46.254Z[ recovery-image] Oct 16 19:52:45.349 INFO O| Oct 16 19:52:45.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72942024-10-16T19:52:46.254Z[ recovery-image] Oct 16 19:52:45.349 INFO O| Oct 16 19:52:45.349 INFO STEP 1034 (remove_files) COMPLETE
72952024-10-16T19:52:46.254Z[ recovery-image] Oct 16 19:52:45.349 INFO O| Oct 16 19:52:45.349 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-16T19:52:46.264Z[ recovery-image] Oct 16 19:52:45.359 INFO O| Oct 16 19:52:45.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72972024-10-16T19:52:46.266Z[ recovery-image] Oct 16 19:52:45.359 INFO O| Oct 16 19:52:45.359 INFO STEP 1035 (remove_files) COMPLETE
72982024-10-16T19:52:46.266Z[ recovery-image] Oct 16 19:52:45.359 INFO O| Oct 16 19:52:45.359 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-16T19:52:46.274Z[ recovery-image] Oct 16 19:52:45.369 INFO O| Oct 16 19:52:45.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
73002024-10-16T19:52:46.277Z[ recovery-image] Oct 16 19:52:45.369 INFO O| Oct 16 19:52:45.369 INFO STEP 1036 (remove_files) COMPLETE
73012024-10-16T19:52:46.277Z[ recovery-image] Oct 16 19:52:45.369 INFO O| Oct 16 19:52:45.369 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-16T19:52:46.285Z[ recovery-image] Oct 16 19:52:45.380 INFO O| Oct 16 19:52:45.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73032024-10-16T19:52:46.287Z[ recovery-image] Oct 16 19:52:45.380 INFO O| Oct 16 19:52:45.380 INFO STEP 1037 (remove_files) COMPLETE
73042024-10-16T19:52:46.287Z[ recovery-image] Oct 16 19:52:45.380 INFO O| Oct 16 19:52:45.380 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-16T19:52:46.295Z[ recovery-image] Oct 16 19:52:45.390 INFO O| Oct 16 19:52:45.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
73062024-10-16T19:52:46.295Z[ recovery-image] Oct 16 19:52:45.390 INFO O| Oct 16 19:52:45.390 INFO STEP 1038 (remove_files) COMPLETE
73072024-10-16T19:52:46.297Z[ recovery-image] Oct 16 19:52:45.390 INFO O| Oct 16 19:52:45.390 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-10-16T19:52:46.307Z[ recovery-image] Oct 16 19:52:45.402 INFO O| Oct 16 19:52:45.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73092024-10-16T19:52:46.307Z[ recovery-image] Oct 16 19:52:45.402 INFO O| Oct 16 19:52:45.402 INFO STEP 1039 (remove_files) COMPLETE
73102024-10-16T19:52:46.307Z[ recovery-image] Oct 16 19:52:45.402 INFO O| Oct 16 19:52:45.402 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-10-16T19:52:46.318Z[ recovery-image] Oct 16 19:52:45.413 INFO O| Oct 16 19:52:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73122024-10-16T19:52:46.320Z[ recovery-image] Oct 16 19:52:45.413 INFO O| Oct 16 19:52:45.413 INFO STEP 1040 (remove_files) COMPLETE
73132024-10-16T19:52:46.320Z[ recovery-image] Oct 16 19:52:45.413 INFO O| Oct 16 19:52:45.413 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-16T19:52:46.329Z[ recovery-image] Oct 16 19:52:45.424 INFO O| Oct 16 19:52:45.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73152024-10-16T19:52:46.331Z[ recovery-image] Oct 16 19:52:45.424 INFO O| Oct 16 19:52:45.424 INFO STEP 1041 (remove_files) COMPLETE
73162024-10-16T19:52:46.331Z[ recovery-image] Oct 16 19:52:45.424 INFO O| Oct 16 19:52:45.424 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-16T19:52:46.339Z[ recovery-image] Oct 16 19:52:45.435 INFO O| Oct 16 19:52:45.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73182024-10-16T19:52:46.339Z[ recovery-image] Oct 16 19:52:45.435 INFO O| Oct 16 19:52:45.435 INFO STEP 1042 (remove_files) COMPLETE
73192024-10-16T19:52:46.339Z[ recovery-image] Oct 16 19:52:45.435 INFO O| Oct 16 19:52:45.435 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-16T19:52:46.350Z[ recovery-image] Oct 16 19:52:45.445 INFO O| Oct 16 19:52:45.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73212024-10-16T19:52:46.350Z[ recovery-image] Oct 16 19:52:45.445 INFO O| Oct 16 19:52:45.445 INFO STEP 1043 (remove_files) COMPLETE
73222024-10-16T19:52:46.350Z[ recovery-image] Oct 16 19:52:45.445 INFO O| Oct 16 19:52:45.445 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-16T19:52:46.361Z[ recovery-image] Oct 16 19:52:45.456 INFO O| Oct 16 19:52:45.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73242024-10-16T19:52:46.363Z[ recovery-image] Oct 16 19:52:45.456 INFO O| Oct 16 19:52:45.456 INFO STEP 1044 (remove_files) COMPLETE
73252024-10-16T19:52:46.363Z[ recovery-image] Oct 16 19:52:45.456 INFO O| Oct 16 19:52:45.456 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-16T19:52:46.371Z[ recovery-image] Oct 16 19:52:45.467 INFO O| Oct 16 19:52:45.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73272024-10-16T19:52:46.374Z[ recovery-image] Oct 16 19:52:45.467 INFO O| Oct 16 19:52:45.467 INFO STEP 1045 (remove_files) COMPLETE
73282024-10-16T19:52:46.374Z[ recovery-image] Oct 16 19:52:45.467 INFO O| Oct 16 19:52:45.467 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-16T19:52:46.382Z[ recovery-image] Oct 16 19:52:45.477 INFO O| Oct 16 19:52:45.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73302024-10-16T19:52:46.385Z[ recovery-image] Oct 16 19:52:45.477 INFO O| Oct 16 19:52:45.477 INFO STEP 1046 (remove_files) COMPLETE
73312024-10-16T19:52:46.385Z[ recovery-image] Oct 16 19:52:45.478 INFO O| Oct 16 19:52:45.477 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-16T19:52:46.393Z[ recovery-image] Oct 16 19:52:45.488 INFO O| Oct 16 19:52:45.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73332024-10-16T19:52:46.395Z[ recovery-image] Oct 16 19:52:45.488 INFO O| Oct 16 19:52:45.488 INFO STEP 1047 (remove_files) COMPLETE
73342024-10-16T19:52:46.395Z[ recovery-image] Oct 16 19:52:45.488 INFO O| Oct 16 19:52:45.488 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-16T19:52:46.404Z[ recovery-image] Oct 16 19:52:45.499 INFO O| Oct 16 19:52:45.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73362024-10-16T19:52:46.406Z[ recovery-image] Oct 16 19:52:45.499 INFO O| Oct 16 19:52:45.499 INFO STEP 1048 (remove_files) COMPLETE
73372024-10-16T19:52:46.406Z[ recovery-image] Oct 16 19:52:45.499 INFO O| Oct 16 19:52:45.499 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-16T19:52:46.415Z[ recovery-image] Oct 16 19:52:45.510 INFO O| Oct 16 19:52:45.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73392024-10-16T19:52:46.417Z[ recovery-image] Oct 16 19:52:45.510 INFO O| Oct 16 19:52:45.510 INFO STEP 1049 (remove_files) COMPLETE
73402024-10-16T19:52:46.417Z[ recovery-image] Oct 16 19:52:45.510 INFO O| Oct 16 19:52:45.510 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-16T19:52:46.425Z[ recovery-image] Oct 16 19:52:45.521 INFO O| Oct 16 19:52:45.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73422024-10-16T19:52:46.425Z[ recovery-image] Oct 16 19:52:45.521 INFO O| Oct 16 19:52:45.521 INFO STEP 1050 (remove_files) COMPLETE
73432024-10-16T19:52:46.428Z[ recovery-image] Oct 16 19:52:45.521 INFO O| Oct 16 19:52:45.521 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-10-16T19:52:46.436Z[ recovery-image] Oct 16 19:52:45.531 INFO O| Oct 16 19:52:45.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73452024-10-16T19:52:46.438Z[ recovery-image] Oct 16 19:52:45.531 INFO O| Oct 16 19:52:45.531 INFO STEP 1051 (remove_files) COMPLETE
73462024-10-16T19:52:46.438Z[ recovery-image] Oct 16 19:52:45.531 INFO O| Oct 16 19:52:45.531 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-10-16T19:52:46.447Z[ recovery-image] Oct 16 19:52:45.542 INFO O| Oct 16 19:52:45.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73482024-10-16T19:52:46.447Z[ recovery-image] Oct 16 19:52:45.542 INFO O| Oct 16 19:52:45.542 INFO STEP 1052 (remove_files) COMPLETE
73492024-10-16T19:52:46.447Z[ recovery-image] Oct 16 19:52:45.542 INFO O| Oct 16 19:52:45.542 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-16T19:52:46.459Z[ recovery-image] Oct 16 19:52:45.554 INFO O| Oct 16 19:52:45.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73512024-10-16T19:52:46.459Z[ recovery-image] Oct 16 19:52:45.554 INFO O| Oct 16 19:52:45.554 INFO STEP 1053 (remove_files) COMPLETE
73522024-10-16T19:52:46.461Z[ recovery-image] Oct 16 19:52:45.554 INFO O| Oct 16 19:52:45.554 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-16T19:52:46.469Z[ recovery-image] Oct 16 19:52:45.564 INFO O| Oct 16 19:52:45.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73542024-10-16T19:52:46.469Z[ recovery-image] Oct 16 19:52:45.564 INFO O| Oct 16 19:52:45.564 INFO STEP 1054 (remove_files) COMPLETE
73552024-10-16T19:52:46.469Z[ recovery-image] Oct 16 19:52:45.565 INFO O| Oct 16 19:52:45.564 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-16T19:52:46.480Z[ recovery-image] Oct 16 19:52:45.575 INFO O| Oct 16 19:52:45.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73572024-10-16T19:52:46.482Z[ recovery-image] Oct 16 19:52:45.575 INFO O| Oct 16 19:52:45.575 INFO STEP 1055 (remove_files) COMPLETE
73582024-10-16T19:52:46.482Z[ recovery-image] Oct 16 19:52:45.575 INFO O| Oct 16 19:52:45.575 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-16T19:52:46.490Z[ recovery-image] Oct 16 19:52:45.585 INFO O| Oct 16 19:52:45.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73602024-10-16T19:52:46.490Z[ recovery-image] Oct 16 19:52:45.585 INFO O| Oct 16 19:52:45.585 INFO STEP 1056 (remove_files) COMPLETE
73612024-10-16T19:52:46.493Z[ recovery-image] Oct 16 19:52:45.585 INFO O| Oct 16 19:52:45.585 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-16T19:52:46.500Z[ recovery-image] Oct 16 19:52:45.595 INFO O| Oct 16 19:52:45.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73632024-10-16T19:52:46.503Z[ recovery-image] Oct 16 19:52:45.595 INFO O| Oct 16 19:52:45.595 INFO STEP 1057 (remove_files) COMPLETE
73642024-10-16T19:52:46.503Z[ recovery-image] Oct 16 19:52:45.596 INFO O| Oct 16 19:52:45.595 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-16T19:52:46.510Z[ recovery-image] Oct 16 19:52:45.606 INFO O| Oct 16 19:52:45.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73662024-10-16T19:52:46.513Z[ recovery-image] Oct 16 19:52:45.606 INFO O| Oct 16 19:52:45.606 INFO STEP 1058 (remove_files) COMPLETE
73672024-10-16T19:52:46.513Z[ recovery-image] Oct 16 19:52:45.606 INFO O| Oct 16 19:52:45.606 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-16T19:52:46.520Z[ recovery-image] Oct 16 19:52:45.616 INFO O| Oct 16 19:52:45.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73692024-10-16T19:52:46.523Z[ recovery-image] Oct 16 19:52:45.616 INFO O| Oct 16 19:52:45.616 INFO STEP 1059 (remove_files) COMPLETE
73702024-10-16T19:52:46.523Z[ recovery-image] Oct 16 19:52:45.616 INFO O| Oct 16 19:52:45.616 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-16T19:52:46.531Z[ recovery-image] Oct 16 19:52:45.626 INFO O| Oct 16 19:52:45.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73722024-10-16T19:52:46.533Z[ recovery-image] Oct 16 19:52:45.626 INFO O| Oct 16 19:52:45.626 INFO STEP 1060 (remove_files) COMPLETE
73732024-10-16T19:52:46.533Z[ recovery-image] Oct 16 19:52:45.626 INFO O| Oct 16 19:52:45.626 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-16T19:52:46.541Z[ recovery-image] Oct 16 19:52:45.636 INFO O| Oct 16 19:52:45.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73752024-10-16T19:52:46.543Z[ recovery-image] Oct 16 19:52:45.636 INFO O| Oct 16 19:52:45.636 INFO STEP 1061 (remove_files) COMPLETE
73762024-10-16T19:52:46.543Z[ recovery-image] Oct 16 19:52:45.636 INFO O| Oct 16 19:52:45.636 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-16T19:52:46.552Z[ recovery-image] Oct 16 19:52:45.647 INFO O| Oct 16 19:52:45.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73782024-10-16T19:52:46.552Z[ recovery-image] Oct 16 19:52:45.647 INFO O| Oct 16 19:52:45.647 INFO STEP 1062 (remove_files) COMPLETE
73792024-10-16T19:52:46.554Z[ recovery-image] Oct 16 19:52:45.647 INFO O| Oct 16 19:52:45.647 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-10-16T19:52:46.562Z[ recovery-image] Oct 16 19:52:45.657 INFO O| Oct 16 19:52:45.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73812024-10-16T19:52:46.565Z[ recovery-image] Oct 16 19:52:45.657 INFO O| Oct 16 19:52:45.657 INFO STEP 1063 (remove_files) COMPLETE
73822024-10-16T19:52:46.565Z[ recovery-image] Oct 16 19:52:45.657 INFO O| Oct 16 19:52:45.657 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-10-16T19:52:46.573Z[ recovery-image] Oct 16 19:52:45.668 INFO O| Oct 16 19:52:45.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73842024-10-16T19:52:46.573Z[ recovery-image] Oct 16 19:52:45.668 INFO O| Oct 16 19:52:45.668 INFO STEP 1064 (remove_files) COMPLETE
73852024-10-16T19:52:46.576Z[ recovery-image] Oct 16 19:52:45.668 INFO O| Oct 16 19:52:45.668 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-10-16T19:52:46.585Z[ recovery-image] Oct 16 19:52:45.680 INFO O| Oct 16 19:52:45.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73872024-10-16T19:52:46.588Z[ recovery-image] Oct 16 19:52:45.681 INFO O| Oct 16 19:52:45.681 INFO STEP 1065 (remove_files) COMPLETE
73882024-10-16T19:52:46.588Z[ recovery-image] Oct 16 19:52:45.681 INFO O| Oct 16 19:52:45.681 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-10-16T19:52:46.596Z[ recovery-image] Oct 16 19:52:45.691 INFO O| Oct 16 19:52:45.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73902024-10-16T19:52:46.596Z[ recovery-image] Oct 16 19:52:45.691 INFO O| Oct 16 19:52:45.691 INFO STEP 1066 (remove_files) COMPLETE
73912024-10-16T19:52:46.599Z[ recovery-image] Oct 16 19:52:45.691 INFO O| Oct 16 19:52:45.691 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-16T19:52:46.606Z[ recovery-image] Oct 16 19:52:45.701 INFO O| Oct 16 19:52:45.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73932024-10-16T19:52:46.609Z[ recovery-image] Oct 16 19:52:45.701 INFO O| Oct 16 19:52:45.701 INFO STEP 1067 (remove_files) COMPLETE
73942024-10-16T19:52:46.609Z[ recovery-image] Oct 16 19:52:45.701 INFO O| Oct 16 19:52:45.701 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-10-16T19:52:46.617Z[ recovery-image] Oct 16 19:52:45.712 INFO O| Oct 16 19:52:45.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73962024-10-16T19:52:46.617Z[ recovery-image] Oct 16 19:52:45.712 INFO O| Oct 16 19:52:45.712 INFO STEP 1068 (remove_files) COMPLETE
73972024-10-16T19:52:46.617Z[ recovery-image] Oct 16 19:52:45.712 INFO O| Oct 16 19:52:45.712 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-10-16T19:52:46.627Z[ recovery-image] Oct 16 19:52:45.722 INFO O| Oct 16 19:52:45.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73992024-10-16T19:52:46.627Z[ recovery-image] Oct 16 19:52:45.722 INFO O| Oct 16 19:52:45.722 INFO STEP 1069 (remove_files) COMPLETE
74002024-10-16T19:52:46.630Z[ recovery-image] Oct 16 19:52:45.723 INFO O| Oct 16 19:52:45.722 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-10-16T19:52:46.638Z[ recovery-image] Oct 16 19:52:45.733 INFO O| Oct 16 19:52:45.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74022024-10-16T19:52:46.640Z[ recovery-image] Oct 16 19:52:45.733 INFO O| Oct 16 19:52:45.733 INFO STEP 1070 (remove_files) COMPLETE
74032024-10-16T19:52:46.640Z[ recovery-image] Oct 16 19:52:45.733 INFO O| Oct 16 19:52:45.733 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-10-16T19:52:46.643Z[ host-image] Oct 16 19:52:45.737 INFO O| Oct 16 19:52:45.737 INFO O| Done
74052024-10-16T19:52:46.648Z[ recovery-image] Oct 16 19:52:45.744 INFO O| Oct 16 19:52:45.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74062024-10-16T19:52:46.651Z[ recovery-image] Oct 16 19:52:45.744 INFO O| Oct 16 19:52:45.744 INFO STEP 1071 (remove_files) COMPLETE
74072024-10-16T19:52:46.651Z[ recovery-image] Oct 16 19:52:45.744 INFO O| Oct 16 19:52:45.744 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-10-16T19:52:46.659Z[ recovery-image] Oct 16 19:52:45.754 INFO O| Oct 16 19:52:45.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74092024-10-16T19:52:46.659Z[ recovery-image] Oct 16 19:52:45.755 INFO O| Oct 16 19:52:45.755 INFO STEP 1072 (remove_files) COMPLETE
74102024-10-16T19:52:46.662Z[ recovery-image] Oct 16 19:52:45.755 INFO O| Oct 16 19:52:45.755 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-10-16T19:52:46.667Z[ host-image] Oct 16 19:52:45.762 INFO O| Oct 16 19:52:45.762 INFO O| Done
74122024-10-16T19:52:46.670Z[ host-image] Oct 16 19:52:45.762 INFO O| Oct 16 19:52:45.762 INFO O| Done
74132024-10-16T19:52:46.672Z[ recovery-image] Oct 16 19:52:45.766 INFO O| Oct 16 19:52:45.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74142024-10-16T19:52:46.673Z[ recovery-image] Oct 16 19:52:45.766 INFO O| Oct 16 19:52:45.766 INFO STEP 1073 (remove_files) COMPLETE
74152024-10-16T19:52:46.673Z[ recovery-image] Oct 16 19:52:45.766 INFO O| Oct 16 19:52:45.766 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-10-16T19:52:46.677Z[ host-image] Oct 16 19:52:45.773 INFO O| Oct 16 19:52:45.773 INFO O| Done
74172024-10-16T19:52:46.682Z[ recovery-image] Oct 16 19:52:45.777 INFO O| Oct 16 19:52:45.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74182024-10-16T19:52:46.684Z[ recovery-image] Oct 16 19:52:45.777 INFO O| Oct 16 19:52:45.777 INFO STEP 1074 (remove_files) COMPLETE
74192024-10-16T19:52:46.684Z[ recovery-image] Oct 16 19:52:45.777 INFO O| Oct 16 19:52:45.777 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-10-16T19:52:46.694Z[ recovery-image] Oct 16 19:52:45.789 INFO O| Oct 16 19:52:45.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74212024-10-16T19:52:46.694Z[ recovery-image] Oct 16 19:52:45.789 INFO O| Oct 16 19:52:45.789 INFO STEP 1075 (remove_files) COMPLETE
74222024-10-16T19:52:46.696Z[ recovery-image] Oct 16 19:52:45.789 INFO O| Oct 16 19:52:45.789 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-10-16T19:52:46.706Z[ recovery-image] Oct 16 19:52:45.801 INFO O| Oct 16 19:52:45.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74242024-10-16T19:52:46.708Z[ recovery-image] Oct 16 19:52:45.801 INFO O| Oct 16 19:52:45.801 INFO STEP 1076 (remove_files) COMPLETE
74252024-10-16T19:52:46.708Z[ recovery-image] Oct 16 19:52:45.801 INFO O| Oct 16 19:52:45.801 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-10-16T19:52:46.717Z[ recovery-image] Oct 16 19:52:45.812 INFO O| Oct 16 19:52:45.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74272024-10-16T19:52:46.719Z[ recovery-image] Oct 16 19:52:45.812 INFO O| Oct 16 19:52:45.812 INFO STEP 1077 (remove_files) COMPLETE
74282024-10-16T19:52:46.719Z[ recovery-image] Oct 16 19:52:45.812 INFO O| Oct 16 19:52:45.812 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-10-16T19:52:46.728Z[ recovery-image] Oct 16 19:52:45.823 INFO O| Oct 16 19:52:45.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74302024-10-16T19:52:46.731Z[ recovery-image] Oct 16 19:52:45.823 INFO O| Oct 16 19:52:45.823 INFO STEP 1078 (remove_files) COMPLETE
74312024-10-16T19:52:46.731Z[ recovery-image] Oct 16 19:52:45.824 INFO O| Oct 16 19:52:45.823 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-10-16T19:52:46.739Z[ recovery-image] Oct 16 19:52:45.834 INFO O| Oct 16 19:52:45.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74332024-10-16T19:52:46.739Z[ recovery-image] Oct 16 19:52:45.834 INFO O| Oct 16 19:52:45.834 INFO STEP 1079 (remove_files) COMPLETE
74342024-10-16T19:52:46.742Z[ recovery-image] Oct 16 19:52:45.835 INFO O| Oct 16 19:52:45.834 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-10-16T19:52:46.751Z[ recovery-image] Oct 16 19:52:45.846 INFO O| Oct 16 19:52:45.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74362024-10-16T19:52:46.751Z[ recovery-image] Oct 16 19:52:45.846 INFO O| Oct 16 19:52:45.846 INFO STEP 1080 (remove_files) COMPLETE
74372024-10-16T19:52:46.753Z[ recovery-image] Oct 16 19:52:45.846 INFO O| Oct 16 19:52:45.846 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-10-16T19:52:46.762Z[ recovery-image] Oct 16 19:52:45.857 INFO O| Oct 16 19:52:45.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74392024-10-16T19:52:46.764Z[ recovery-image] Oct 16 19:52:45.857 INFO O| Oct 16 19:52:45.857 INFO STEP 1081 (remove_files) COMPLETE
74402024-10-16T19:52:46.764Z[ recovery-image] Oct 16 19:52:45.857 INFO O| Oct 16 19:52:45.857 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-10-16T19:52:46.773Z[ recovery-image] Oct 16 19:52:45.868 INFO O| Oct 16 19:52:45.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74422024-10-16T19:52:46.773Z[ recovery-image] Oct 16 19:52:45.868 INFO O| Oct 16 19:52:45.868 INFO STEP 1082 (remove_files) COMPLETE
74432024-10-16T19:52:46.776Z[ recovery-image] Oct 16 19:52:45.868 INFO O| Oct 16 19:52:45.868 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-10-16T19:52:46.784Z[ recovery-image] Oct 16 19:52:45.879 INFO O| Oct 16 19:52:45.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74452024-10-16T19:52:46.788Z[ recovery-image] Oct 16 19:52:45.879 INFO O| Oct 16 19:52:45.879 INFO STEP 1083 (remove_files) COMPLETE
74462024-10-16T19:52:46.788Z[ recovery-image] Oct 16 19:52:45.879 INFO O| Oct 16 19:52:45.879 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-10-16T19:52:46.788Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO STEP 14 (pkg_install) COMPLETE
74482024-10-16T19:52:46.788Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74492024-10-16T19:52:46.788Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO skip step because feature "mfg" is not enabled
74502024-10-16T19:52:46.788Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74512024-10-16T19:52:46.788Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO skip step because feature "compliance" is not enabled
74522024-10-16T19:52:46.788Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74532024-10-16T19:52:46.788Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO skip step because feature "stress" is not enabled
74542024-10-16T19:52:46.791Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74552024-10-16T19:52:46.791Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO skip step because feature "nfs" is not enabled
74562024-10-16T19:52:46.791Z[ host-image] Oct 16 19:52:45.882 INFO O| Oct 16 19:52:45.882 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
74572024-10-16T19:52:46.791Z[ host-image] Oct 16 19:52:45.883 INFO O| Oct 16 19:52:45.882 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
74582024-10-16T19:52:46.804Z[ recovery-image] Oct 16 19:52:45.897 INFO O| Oct 16 19:52:45.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74592024-10-16T19:52:46.804Z[ recovery-image] Oct 16 19:52:45.897 INFO O| Oct 16 19:52:45.897 INFO STEP 1084 (remove_files) COMPLETE
74602024-10-16T19:52:46.804Z[ recovery-image] Oct 16 19:52:45.897 INFO O| Oct 16 19:52:45.897 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-16T19:52:46.827Z[ recovery-image] Oct 16 19:52:45.921 INFO O| Oct 16 19:52:45.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74622024-10-16T19:52:46.827Z[ recovery-image] Oct 16 19:52:45.921 INFO O| Oct 16 19:52:45.920 INFO STEP 1085 (remove_files) COMPLETE
74632024-10-16T19:52:46.828Z[ recovery-image] Oct 16 19:52:45.921 INFO O| Oct 16 19:52:45.920 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-16T19:52:46.844Z[ recovery-image] Oct 16 19:52:45.938 INFO O| Oct 16 19:52:45.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74652024-10-16T19:52:46.844Z[ recovery-image] Oct 16 19:52:45.939 INFO O| Oct 16 19:52:45.939 INFO STEP 1086 (remove_files) COMPLETE
74662024-10-16T19:52:46.844Z[ recovery-image] Oct 16 19:52:45.939 INFO O| Oct 16 19:52:45.939 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-16T19:52:46.856Z[ recovery-image] Oct 16 19:52:45.951 INFO O| Oct 16 19:52:45.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74682024-10-16T19:52:46.859Z[ recovery-image] Oct 16 19:52:45.951 INFO O| Oct 16 19:52:45.951 INFO STEP 1087 (remove_files) COMPLETE
74692024-10-16T19:52:46.859Z[ recovery-image] Oct 16 19:52:45.951 INFO O| Oct 16 19:52:45.951 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-16T19:52:46.869Z[ recovery-image] Oct 16 19:52:45.964 INFO O| Oct 16 19:52:45.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74712024-10-16T19:52:46.869Z[ recovery-image] Oct 16 19:52:45.964 INFO O| Oct 16 19:52:45.964 INFO STEP 1088 (remove_files) COMPLETE
74722024-10-16T19:52:46.871Z[ recovery-image] Oct 16 19:52:45.964 INFO O| Oct 16 19:52:45.964 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-16T19:52:46.881Z[ recovery-image] Oct 16 19:52:45.976 INFO O| Oct 16 19:52:45.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74742024-10-16T19:52:46.881Z[ recovery-image] Oct 16 19:52:45.976 INFO O| Oct 16 19:52:45.976 INFO STEP 1089 (remove_files) COMPLETE
74752024-10-16T19:52:46.883Z[ recovery-image] Oct 16 19:52:45.976 INFO O| Oct 16 19:52:45.976 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-16T19:52:46.892Z[ recovery-image] Oct 16 19:52:45.987 INFO O| Oct 16 19:52:45.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74772024-10-16T19:52:46.892Z[ recovery-image] Oct 16 19:52:45.987 INFO O| Oct 16 19:52:45.987 INFO STEP 1090 (remove_files) COMPLETE
74782024-10-16T19:52:46.892Z[ recovery-image] Oct 16 19:52:45.987 INFO O| Oct 16 19:52:45.987 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-16T19:52:46.904Z[ recovery-image] Oct 16 19:52:45.999 INFO O| Oct 16 19:52:45.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74802024-10-16T19:52:46.904Z[ recovery-image] Oct 16 19:52:45.999 INFO O| Oct 16 19:52:45.999 INFO STEP 1091 (remove_files) COMPLETE
74812024-10-16T19:52:46.904Z[ recovery-image] Oct 16 19:52:45.999 INFO O| Oct 16 19:52:45.999 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-16T19:52:46.915Z[ recovery-image] Oct 16 19:52:46.010 INFO O| Oct 16 19:52:46.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74832024-10-16T19:52:46.918Z[ recovery-image] Oct 16 19:52:46.010 INFO O| Oct 16 19:52:46.010 INFO STEP 1092 (remove_files) COMPLETE
74842024-10-16T19:52:46.918Z[ recovery-image] Oct 16 19:52:46.010 INFO O| Oct 16 19:52:46.010 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-16T19:52:46.926Z[ recovery-image] Oct 16 19:52:46.021 INFO O| Oct 16 19:52:46.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74862024-10-16T19:52:46.926Z[ recovery-image] Oct 16 19:52:46.021 INFO O| Oct 16 19:52:46.021 INFO STEP 1093 (remove_files) COMPLETE
74872024-10-16T19:52:46.929Z[ recovery-image] Oct 16 19:52:46.021 INFO O| Oct 16 19:52:46.021 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-16T19:52:46.937Z[ recovery-image] Oct 16 19:52:46.032 INFO O| Oct 16 19:52:46.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74892024-10-16T19:52:46.940Z[ recovery-image] Oct 16 19:52:46.032 INFO O| Oct 16 19:52:46.032 INFO STEP 1094 (remove_files) COMPLETE
74902024-10-16T19:52:46.940Z[ recovery-image] Oct 16 19:52:46.032 INFO O| Oct 16 19:52:46.032 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-16T19:52:46.949Z[ recovery-image] Oct 16 19:52:46.044 INFO O| Oct 16 19:52:46.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74922024-10-16T19:52:46.952Z[ recovery-image] Oct 16 19:52:46.044 INFO O| Oct 16 19:52:46.044 INFO STEP 1095 (remove_files) COMPLETE
74932024-10-16T19:52:46.952Z[ recovery-image] Oct 16 19:52:46.045 INFO O| Oct 16 19:52:46.044 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-16T19:52:46.961Z[ recovery-image] Oct 16 19:52:46.056 INFO O| Oct 16 19:52:46.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74952024-10-16T19:52:46.961Z[ recovery-image] Oct 16 19:52:46.056 INFO O| Oct 16 19:52:46.056 INFO STEP 1096 (remove_files) COMPLETE
74962024-10-16T19:52:46.961Z[ recovery-image] Oct 16 19:52:46.056 INFO O| Oct 16 19:52:46.056 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-16T19:52:46.973Z[ recovery-image] Oct 16 19:52:46.067 INFO O| Oct 16 19:52:46.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74982024-10-16T19:52:46.975Z[ recovery-image] Oct 16 19:52:46.068 INFO O| Oct 16 19:52:46.068 INFO STEP 1097 (remove_files) COMPLETE
74992024-10-16T19:52:46.975Z[ recovery-image] Oct 16 19:52:46.068 INFO O| Oct 16 19:52:46.068 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-16T19:52:46.984Z[ recovery-image] Oct 16 19:52:46.079 INFO O| Oct 16 19:52:46.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
75012024-10-16T19:52:46.986Z[ recovery-image] Oct 16 19:52:46.079 INFO O| Oct 16 19:52:46.079 INFO STEP 1098 (remove_files) COMPLETE
75022024-10-16T19:52:46.986Z[ recovery-image] Oct 16 19:52:46.079 INFO O| Oct 16 19:52:46.079 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-16T19:52:46.995Z[ recovery-image] Oct 16 19:52:46.090 INFO O| Oct 16 19:52:46.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
75042024-10-16T19:52:46.995Z[ recovery-image] Oct 16 19:52:46.090 INFO O| Oct 16 19:52:46.090 INFO STEP 1099 (remove_files) COMPLETE
75052024-10-16T19:52:46.995Z[ recovery-image] Oct 16 19:52:46.090 INFO O| Oct 16 19:52:46.090 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-16T19:52:47.006Z[ recovery-image] Oct 16 19:52:46.101 INFO O| Oct 16 19:52:46.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75072024-10-16T19:52:47.006Z[ recovery-image] Oct 16 19:52:46.101 INFO O| Oct 16 19:52:46.101 INFO STEP 1100 (remove_files) COMPLETE
75082024-10-16T19:52:47.009Z[ recovery-image] Oct 16 19:52:46.101 INFO O| Oct 16 19:52:46.101 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-16T19:52:47.016Z[ recovery-image] Oct 16 19:52:46.111 INFO O| Oct 16 19:52:46.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75102024-10-16T19:52:47.020Z[ recovery-image] Oct 16 19:52:46.111 INFO O| Oct 16 19:52:46.111 INFO STEP 1101 (remove_files) COMPLETE
75112024-10-16T19:52:47.020Z[ recovery-image] Oct 16 19:52:46.111 INFO O| Oct 16 19:52:46.111 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-16T19:52:47.028Z[ recovery-image] Oct 16 19:52:46.123 INFO O| Oct 16 19:52:46.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75132024-10-16T19:52:47.028Z[ recovery-image] Oct 16 19:52:46.123 INFO O| Oct 16 19:52:46.123 INFO STEP 1102 (remove_files) COMPLETE
75142024-10-16T19:52:47.028Z[ recovery-image] Oct 16 19:52:46.123 INFO O| Oct 16 19:52:46.123 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-16T19:52:47.038Z[ recovery-image] Oct 16 19:52:46.133 INFO O| Oct 16 19:52:46.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75162024-10-16T19:52:47.038Z[ recovery-image] Oct 16 19:52:46.133 INFO O| Oct 16 19:52:46.133 INFO STEP 1103 (remove_files) COMPLETE
75172024-10-16T19:52:47.040Z[ recovery-image] Oct 16 19:52:46.133 INFO O| Oct 16 19:52:46.133 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-16T19:52:47.048Z[ recovery-image] Oct 16 19:52:46.143 INFO O| Oct 16 19:52:46.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75192024-10-16T19:52:47.048Z[ recovery-image] Oct 16 19:52:46.143 INFO O| Oct 16 19:52:46.143 INFO STEP 1104 (remove_files) COMPLETE
75202024-10-16T19:52:47.048Z[ recovery-image] Oct 16 19:52:46.143 INFO O| Oct 16 19:52:46.143 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-16T19:52:47.059Z[ recovery-image] Oct 16 19:52:46.154 INFO O| Oct 16 19:52:46.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75222024-10-16T19:52:47.063Z[ recovery-image] Oct 16 19:52:46.154 INFO O| Oct 16 19:52:46.154 INFO STEP 1105 (remove_files) COMPLETE
75232024-10-16T19:52:47.063Z[ recovery-image] Oct 16 19:52:46.154 INFO O| Oct 16 19:52:46.154 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-16T19:52:47.063Z[ host-image] Oct 16 19:52:46.154 INFO O| Oct 16 19:52:46.154 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75252024-10-16T19:52:47.071Z[ recovery-image] Oct 16 19:52:46.166 INFO O| Oct 16 19:52:46.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75262024-10-16T19:52:47.073Z[ recovery-image] Oct 16 19:52:46.166 INFO O| Oct 16 19:52:46.166 INFO STEP 1106 (remove_files) COMPLETE
75272024-10-16T19:52:47.073Z[ recovery-image] Oct 16 19:52:46.166 INFO O| Oct 16 19:52:46.166 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-10-16T19:52:47.081Z[ recovery-image] Oct 16 19:52:46.176 INFO O| Oct 16 19:52:46.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75292024-10-16T19:52:47.088Z[ recovery-image] Oct 16 19:52:46.176 INFO O| Oct 16 19:52:46.176 INFO STEP 1107 (remove_files) COMPLETE
75302024-10-16T19:52:47.088Z[ recovery-image] Oct 16 19:52:46.176 INFO O| Oct 16 19:52:46.176 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-10-16T19:52:47.098Z[ recovery-image] Oct 16 19:52:46.192 INFO O| Oct 16 19:52:46.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75322024-10-16T19:52:47.098Z[ recovery-image] Oct 16 19:52:46.192 INFO O| Oct 16 19:52:46.191 INFO STEP 1108 (remove_files) COMPLETE
75332024-10-16T19:52:47.098Z[ recovery-image] Oct 16 19:52:46.192 INFO O| Oct 16 19:52:46.191 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-10-16T19:52:47.116Z[ recovery-image] Oct 16 19:52:46.211 INFO O| Oct 16 19:52:46.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75352024-10-16T19:52:47.116Z[ recovery-image] Oct 16 19:52:46.211 INFO O| Oct 16 19:52:46.211 INFO STEP 1109 (remove_files) COMPLETE
75362024-10-16T19:52:47.116Z[ recovery-image] Oct 16 19:52:46.211 INFO O| Oct 16 19:52:46.211 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-10-16T19:52:47.127Z[ recovery-image] Oct 16 19:52:46.222 INFO O| Oct 16 19:52:46.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75382024-10-16T19:52:47.130Z[ recovery-image] Oct 16 19:52:46.222 INFO O| Oct 16 19:52:46.222 INFO STEP 1110 (remove_files) COMPLETE
75392024-10-16T19:52:47.130Z[ recovery-image] Oct 16 19:52:46.222 INFO O| Oct 16 19:52:46.222 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-10-16T19:52:47.138Z[ recovery-image] Oct 16 19:52:46.233 INFO O| Oct 16 19:52:46.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75412024-10-16T19:52:47.138Z[ recovery-image] Oct 16 19:52:46.233 INFO O| Oct 16 19:52:46.233 INFO STEP 1111 (remove_files) COMPLETE
75422024-10-16T19:52:47.141Z[ recovery-image] Oct 16 19:52:46.233 INFO O| Oct 16 19:52:46.233 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-10-16T19:52:47.149Z[ recovery-image] Oct 16 19:52:46.244 INFO O| Oct 16 19:52:46.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75442024-10-16T19:52:47.152Z[ recovery-image] Oct 16 19:52:46.244 INFO O| Oct 16 19:52:46.244 INFO STEP 1112 (remove_files) COMPLETE
75452024-10-16T19:52:47.152Z[ recovery-image] Oct 16 19:52:46.244 INFO O| Oct 16 19:52:46.244 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-10-16T19:52:47.162Z[ recovery-image] Oct 16 19:52:46.257 INFO O| Oct 16 19:52:46.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75472024-10-16T19:52:47.162Z[ recovery-image] Oct 16 19:52:46.257 INFO O| Oct 16 19:52:46.257 INFO STEP 1113 (remove_files) COMPLETE
75482024-10-16T19:52:47.162Z[ recovery-image] Oct 16 19:52:46.257 INFO O| Oct 16 19:52:46.257 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-16T19:52:47.174Z[ recovery-image] Oct 16 19:52:46.268 INFO O| Oct 16 19:52:46.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75502024-10-16T19:52:47.174Z[ recovery-image] Oct 16 19:52:46.269 INFO O| Oct 16 19:52:46.269 INFO STEP 1114 (remove_files) COMPLETE
75512024-10-16T19:52:47.176Z[ recovery-image] Oct 16 19:52:46.269 INFO O| Oct 16 19:52:46.269 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-16T19:52:47.185Z[ recovery-image] Oct 16 19:52:46.279 INFO O| Oct 16 19:52:46.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75532024-10-16T19:52:47.187Z[ recovery-image] Oct 16 19:52:46.280 INFO O| Oct 16 19:52:46.280 INFO STEP 1115 (remove_files) COMPLETE
75542024-10-16T19:52:47.187Z[ recovery-image] Oct 16 19:52:46.280 INFO O| Oct 16 19:52:46.280 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-16T19:52:47.195Z[ recovery-image] Oct 16 19:52:46.290 INFO O| Oct 16 19:52:46.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75562024-10-16T19:52:47.199Z[ recovery-image] Oct 16 19:52:46.290 INFO O| Oct 16 19:52:46.290 INFO STEP 1116 (remove_files) COMPLETE
75572024-10-16T19:52:47.199Z[ recovery-image] Oct 16 19:52:46.290 INFO O| Oct 16 19:52:46.290 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-16T19:52:47.207Z[ recovery-image] Oct 16 19:52:46.301 INFO O| Oct 16 19:52:46.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75592024-10-16T19:52:47.209Z[ recovery-image] Oct 16 19:52:46.302 INFO O| Oct 16 19:52:46.302 INFO STEP 1117 (remove_files) COMPLETE
75602024-10-16T19:52:47.209Z[ recovery-image] Oct 16 19:52:46.302 INFO O| Oct 16 19:52:46.302 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-16T19:52:47.218Z[ recovery-image] Oct 16 19:52:46.313 INFO O| Oct 16 19:52:46.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75622024-10-16T19:52:47.221Z[ recovery-image] Oct 16 19:52:46.313 INFO O| Oct 16 19:52:46.313 INFO STEP 1118 (remove_files) COMPLETE
75632024-10-16T19:52:47.221Z[ recovery-image] Oct 16 19:52:46.313 INFO O| Oct 16 19:52:46.313 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-16T19:52:47.230Z[ recovery-image] Oct 16 19:52:46.325 INFO O| Oct 16 19:52:46.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75652024-10-16T19:52:47.230Z[ recovery-image] Oct 16 19:52:46.325 INFO O| Oct 16 19:52:46.325 INFO STEP 1119 (remove_files) COMPLETE
75662024-10-16T19:52:47.230Z[ recovery-image] Oct 16 19:52:46.325 INFO O| Oct 16 19:52:46.325 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-16T19:52:47.240Z[ recovery-image] Oct 16 19:52:46.335 INFO O| Oct 16 19:52:46.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75682024-10-16T19:52:47.243Z[ recovery-image] Oct 16 19:52:46.335 INFO O| Oct 16 19:52:46.335 INFO STEP 1120 (remove_files) COMPLETE
75692024-10-16T19:52:47.243Z[ recovery-image] Oct 16 19:52:46.335 INFO O| Oct 16 19:52:46.335 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-16T19:52:47.251Z[ recovery-image] Oct 16 19:52:46.346 INFO O| Oct 16 19:52:46.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75712024-10-16T19:52:47.251Z[ recovery-image] Oct 16 19:52:46.346 INFO O| Oct 16 19:52:46.346 INFO STEP 1121 (remove_files) COMPLETE
75722024-10-16T19:52:47.254Z[ recovery-image] Oct 16 19:52:46.346 INFO O| Oct 16 19:52:46.346 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-16T19:52:47.262Z[ recovery-image] Oct 16 19:52:46.357 INFO O| Oct 16 19:52:46.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75742024-10-16T19:52:47.265Z[ recovery-image] Oct 16 19:52:46.357 INFO O| Oct 16 19:52:46.357 INFO STEP 1122 (remove_files) COMPLETE
75752024-10-16T19:52:47.265Z[ recovery-image] Oct 16 19:52:46.357 INFO O| Oct 16 19:52:46.357 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-16T19:52:47.272Z[ recovery-image] Oct 16 19:52:46.367 INFO O| Oct 16 19:52:46.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75772024-10-16T19:52:47.275Z[ recovery-image] Oct 16 19:52:46.367 INFO O| Oct 16 19:52:46.367 INFO STEP 1123 (remove_files) COMPLETE
75782024-10-16T19:52:47.275Z[ recovery-image] Oct 16 19:52:46.367 INFO O| Oct 16 19:52:46.367 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-16T19:52:47.283Z[ recovery-image] Oct 16 19:52:46.378 INFO O| Oct 16 19:52:46.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75802024-10-16T19:52:47.286Z[ recovery-image] Oct 16 19:52:46.378 INFO O| Oct 16 19:52:46.378 INFO STEP 1124 (remove_files) COMPLETE
75812024-10-16T19:52:47.286Z[ recovery-image] Oct 16 19:52:46.378 INFO O| Oct 16 19:52:46.378 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-16T19:52:47.288Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 43s
75832024-10-16T19:52:47.294Z[ recovery-image] Oct 16 19:52:46.389 INFO O| Oct 16 19:52:46.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75842024-10-16T19:52:47.296Z[ recovery-image] Oct 16 19:52:46.389 INFO O| Oct 16 19:52:46.389 INFO STEP 1125 (remove_files) COMPLETE
75852024-10-16T19:52:47.296Z[ recovery-image] Oct 16 19:52:46.389 INFO O| Oct 16 19:52:46.389 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-10-16T19:52:47.300Z[ host-image] Oct 16 19:52:46.394 INFO O| Oct 16 19:52:46.393 INFO completed processing gimlet/ramdisk-01-os
75872024-10-16T19:52:47.303Z[ host-image] Oct 16 19:52:46.396 INFO omicron1 baseline generation...
75882024-10-16T19:52:47.303Z[ host-image] Oct 16 19:52:46.397 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
75892024-10-16T19:52:47.305Z[ recovery-image] Oct 16 19:52:46.399 INFO O| Oct 16 19:52:46.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75902024-10-16T19:52:47.306Z[ recovery-image] Oct 16 19:52:46.399 INFO O| Oct 16 19:52:46.399 INFO STEP 1126 (remove_files) COMPLETE
75912024-10-16T19:52:47.306Z[ recovery-image] Oct 16 19:52:46.399 INFO O| Oct 16 19:52:46.399 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-10-16T19:52:47.314Z[ recovery-image] Oct 16 19:52:46.409 INFO O| Oct 16 19:52:46.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75932024-10-16T19:52:47.317Z[ recovery-image] Oct 16 19:52:46.409 INFO O| Oct 16 19:52:46.409 INFO STEP 1127 (remove_files) COMPLETE
75942024-10-16T19:52:47.317Z[ recovery-image] Oct 16 19:52:46.409 INFO O| Oct 16 19:52:46.409 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-10-16T19:52:47.325Z[ recovery-image] Oct 16 19:52:46.420 INFO O| Oct 16 19:52:46.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75962024-10-16T19:52:47.325Z[ recovery-image] Oct 16 19:52:46.420 INFO O| Oct 16 19:52:46.420 INFO STEP 1128 (remove_files) COMPLETE
75972024-10-16T19:52:47.328Z[ recovery-image] Oct 16 19:52:46.420 INFO O| Oct 16 19:52:46.420 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-10-16T19:52:47.338Z[ recovery-image] Oct 16 19:52:46.432 INFO O| Oct 16 19:52:46.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75992024-10-16T19:52:47.338Z[ recovery-image] Oct 16 19:52:46.433 INFO O| Oct 16 19:52:46.433 INFO STEP 1129 (remove_files) COMPLETE
76002024-10-16T19:52:47.340Z[ recovery-image] Oct 16 19:52:46.433 INFO O| Oct 16 19:52:46.433 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-10-16T19:52:47.350Z[ recovery-image] Oct 16 19:52:46.445 INFO O| Oct 16 19:52:46.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
76022024-10-16T19:52:47.352Z[ recovery-image] Oct 16 19:52:46.445 INFO O| Oct 16 19:52:46.445 INFO STEP 1130 (remove_files) COMPLETE
76032024-10-16T19:52:47.352Z[ recovery-image] Oct 16 19:52:46.445 INFO O| Oct 16 19:52:46.445 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-10-16T19:52:47.362Z[ recovery-image] Oct 16 19:52:46.457 INFO O| Oct 16 19:52:46.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
76052024-10-16T19:52:47.365Z[ recovery-image] Oct 16 19:52:46.457 INFO O| Oct 16 19:52:46.457 INFO STEP 1131 (remove_files) COMPLETE
76062024-10-16T19:52:47.365Z[ recovery-image] Oct 16 19:52:46.457 INFO O| Oct 16 19:52:46.457 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-10-16T19:52:47.375Z[ recovery-image] Oct 16 19:52:46.470 INFO O| Oct 16 19:52:46.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
76082024-10-16T19:52:47.375Z[ recovery-image] Oct 16 19:52:46.470 INFO O| Oct 16 19:52:46.470 INFO STEP 1132 (remove_files) COMPLETE
76092024-10-16T19:52:47.378Z[ recovery-image] Oct 16 19:52:46.470 INFO O| Oct 16 19:52:46.470 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-10-16T19:52:47.387Z[ recovery-image] Oct 16 19:52:46.481 INFO O| Oct 16 19:52:46.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
76112024-10-16T19:52:47.387Z[ recovery-image] Oct 16 19:52:46.482 INFO O| Oct 16 19:52:46.482 INFO STEP 1133 (remove_files) COMPLETE
76122024-10-16T19:52:47.387Z[ recovery-image] Oct 16 19:52:46.482 INFO O| Oct 16 19:52:46.482 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-10-16T19:52:47.397Z[ recovery-image] Oct 16 19:52:46.492 INFO O| Oct 16 19:52:46.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
76142024-10-16T19:52:47.400Z[ recovery-image] Oct 16 19:52:46.492 INFO O| Oct 16 19:52:46.492 INFO STEP 1134 (remove_files) COMPLETE
76152024-10-16T19:52:47.400Z[ recovery-image] Oct 16 19:52:46.492 INFO O| Oct 16 19:52:46.492 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-10-16T19:52:47.409Z[ recovery-image] Oct 16 19:52:46.504 INFO O| Oct 16 19:52:46.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76172024-10-16T19:52:47.409Z[ recovery-image] Oct 16 19:52:46.504 INFO O| Oct 16 19:52:46.504 INFO STEP 1135 (remove_files) COMPLETE
76182024-10-16T19:52:47.412Z[ recovery-image] Oct 16 19:52:46.504 INFO O| Oct 16 19:52:46.504 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-10-16T19:52:47.421Z[ recovery-image] Oct 16 19:52:46.516 INFO O| Oct 16 19:52:46.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76202024-10-16T19:52:47.423Z[ recovery-image] Oct 16 19:52:46.516 INFO O| Oct 16 19:52:46.516 INFO STEP 1136 (remove_files) COMPLETE
76212024-10-16T19:52:47.423Z[ recovery-image] Oct 16 19:52:46.516 INFO O| Oct 16 19:52:46.516 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-10-16T19:52:47.432Z[ recovery-image] Oct 16 19:52:46.527 INFO O| Oct 16 19:52:46.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76232024-10-16T19:52:47.432Z[ recovery-image] Oct 16 19:52:46.527 INFO O| Oct 16 19:52:46.527 INFO STEP 1137 (remove_files) COMPLETE
76242024-10-16T19:52:47.435Z[ recovery-image] Oct 16 19:52:46.527 INFO O| Oct 16 19:52:46.527 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-10-16T19:52:47.442Z[ recovery-image] Oct 16 19:52:46.537 INFO O| Oct 16 19:52:46.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76262024-10-16T19:52:47.442Z[ recovery-image] Oct 16 19:52:46.537 INFO O| Oct 16 19:52:46.537 INFO STEP 1138 (remove_files) COMPLETE
76272024-10-16T19:52:47.445Z[ recovery-image] Oct 16 19:52:46.537 INFO O| Oct 16 19:52:46.537 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-10-16T19:52:47.452Z[ recovery-image] Oct 16 19:52:46.547 INFO O| Oct 16 19:52:46.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76292024-10-16T19:52:47.452Z[ recovery-image] Oct 16 19:52:46.547 INFO O| Oct 16 19:52:46.547 INFO STEP 1139 (remove_files) COMPLETE
76302024-10-16T19:52:47.455Z[ recovery-image] Oct 16 19:52:46.547 INFO O| Oct 16 19:52:46.547 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-10-16T19:52:47.463Z[ recovery-image] Oct 16 19:52:46.558 INFO O| Oct 16 19:52:46.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76322024-10-16T19:52:47.463Z[ recovery-image] Oct 16 19:52:46.558 INFO O| Oct 16 19:52:46.558 INFO STEP 1140 (remove_files) COMPLETE
76332024-10-16T19:52:47.463Z[ recovery-image] Oct 16 19:52:46.558 INFO O| Oct 16 19:52:46.558 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-10-16T19:52:47.473Z[ recovery-image] Oct 16 19:52:46.568 INFO O| Oct 16 19:52:46.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76352024-10-16T19:52:47.476Z[ recovery-image] Oct 16 19:52:46.568 INFO O| Oct 16 19:52:46.568 INFO STEP 1141 (remove_files) COMPLETE
76362024-10-16T19:52:47.476Z[ recovery-image] Oct 16 19:52:46.568 INFO O| Oct 16 19:52:46.568 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-10-16T19:52:47.484Z[ recovery-image] Oct 16 19:52:46.579 INFO O| Oct 16 19:52:46.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76382024-10-16T19:52:47.484Z[ recovery-image] Oct 16 19:52:46.579 INFO O| Oct 16 19:52:46.579 INFO STEP 1142 (remove_files) COMPLETE
76392024-10-16T19:52:47.486Z[ recovery-image] Oct 16 19:52:46.579 INFO O| Oct 16 19:52:46.579 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-10-16T19:52:47.494Z[ recovery-image] Oct 16 19:52:46.589 INFO O| Oct 16 19:52:46.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76412024-10-16T19:52:47.494Z[ recovery-image] Oct 16 19:52:46.589 INFO O| Oct 16 19:52:46.589 INFO STEP 1143 (remove_files) COMPLETE
76422024-10-16T19:52:47.496Z[ recovery-image] Oct 16 19:52:46.589 INFO O| Oct 16 19:52:46.589 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-10-16T19:52:47.504Z[ recovery-image] Oct 16 19:52:46.598 INFO O| Oct 16 19:52:46.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76442024-10-16T19:52:47.504Z[ recovery-image] Oct 16 19:52:46.599 INFO O| Oct 16 19:52:46.598 INFO STEP 1144 (remove_files) COMPLETE
76452024-10-16T19:52:47.504Z[ recovery-image] Oct 16 19:52:46.599 INFO O| Oct 16 19:52:46.599 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-10-16T19:52:47.513Z[ recovery-image] Oct 16 19:52:46.608 INFO O| Oct 16 19:52:46.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76472024-10-16T19:52:47.513Z[ recovery-image] Oct 16 19:52:46.608 INFO O| Oct 16 19:52:46.608 INFO STEP 1145 (remove_files) COMPLETE
76482024-10-16T19:52:47.516Z[ recovery-image] Oct 16 19:52:46.608 INFO O| Oct 16 19:52:46.608 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-10-16T19:52:47.524Z[ recovery-image] Oct 16 19:52:46.619 INFO O| Oct 16 19:52:46.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76502024-10-16T19:52:47.527Z[ recovery-image] Oct 16 19:52:46.619 INFO O| Oct 16 19:52:46.619 INFO STEP 1146 (remove_files) COMPLETE
76512024-10-16T19:52:47.527Z[ recovery-image] Oct 16 19:52:46.619 INFO O| Oct 16 19:52:46.619 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-10-16T19:52:47.534Z[ recovery-image] Oct 16 19:52:46.628 INFO O| Oct 16 19:52:46.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76532024-10-16T19:52:47.534Z[ recovery-image] Oct 16 19:52:46.629 INFO O| Oct 16 19:52:46.628 INFO STEP 1147 (remove_files) COMPLETE
76542024-10-16T19:52:47.536Z[ recovery-image] Oct 16 19:52:46.629 INFO O| Oct 16 19:52:46.628 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-10-16T19:52:47.544Z[ recovery-image] Oct 16 19:52:46.638 INFO O| Oct 16 19:52:46.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76562024-10-16T19:52:47.546Z[ recovery-image] Oct 16 19:52:46.639 INFO O| Oct 16 19:52:46.638 INFO STEP 1148 (remove_files) COMPLETE
76572024-10-16T19:52:47.546Z[ recovery-image] Oct 16 19:52:46.639 INFO O| Oct 16 19:52:46.638 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-10-16T19:52:47.557Z[ recovery-image] Oct 16 19:52:46.652 INFO O| Oct 16 19:52:46.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76592024-10-16T19:52:47.560Z[ recovery-image] Oct 16 19:52:46.652 INFO O| Oct 16 19:52:46.652 INFO STEP 1149 (remove_files) COMPLETE
76602024-10-16T19:52:47.560Z[ recovery-image] Oct 16 19:52:46.652 INFO O| Oct 16 19:52:46.652 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-10-16T19:52:47.569Z[ recovery-image] Oct 16 19:52:46.664 INFO O| Oct 16 19:52:46.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76622024-10-16T19:52:47.574Z[ recovery-image] Oct 16 19:52:46.665 INFO O| Oct 16 19:52:46.664 INFO STEP 1150 (remove_files) COMPLETE
76632024-10-16T19:52:47.574Z[ recovery-image] Oct 16 19:52:46.665 INFO O| Oct 16 19:52:46.665 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-10-16T19:52:47.582Z[ recovery-image] Oct 16 19:52:46.677 INFO O| Oct 16 19:52:46.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76652024-10-16T19:52:47.582Z[ recovery-image] Oct 16 19:52:46.677 INFO O| Oct 16 19:52:46.677 INFO STEP 1151 (remove_files) COMPLETE
76662024-10-16T19:52:47.582Z[ recovery-image] Oct 16 19:52:46.677 INFO O| Oct 16 19:52:46.677 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-10-16T19:52:47.592Z[ recovery-image] Oct 16 19:52:46.687 INFO O| Oct 16 19:52:46.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76682024-10-16T19:52:47.592Z[ recovery-image] Oct 16 19:52:46.687 INFO O| Oct 16 19:52:46.687 INFO STEP 1152 (remove_files) COMPLETE
76692024-10-16T19:52:47.592Z[ recovery-image] Oct 16 19:52:46.687 INFO O| Oct 16 19:52:46.687 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-10-16T19:52:47.603Z[ recovery-image] Oct 16 19:52:46.697 INFO O| Oct 16 19:52:46.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76712024-10-16T19:52:47.605Z[ recovery-image] Oct 16 19:52:46.697 INFO O| Oct 16 19:52:46.697 INFO STEP 1153 (remove_files) COMPLETE
76722024-10-16T19:52:47.605Z[ recovery-image] Oct 16 19:52:46.697 INFO O| Oct 16 19:52:46.697 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-10-16T19:52:47.613Z[ recovery-image] Oct 16 19:52:46.708 INFO O| Oct 16 19:52:46.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76742024-10-16T19:52:47.616Z[ recovery-image] Oct 16 19:52:46.708 INFO O| Oct 16 19:52:46.708 INFO STEP 1154 (remove_files) COMPLETE
76752024-10-16T19:52:47.616Z[ recovery-image] Oct 16 19:52:46.708 INFO O| Oct 16 19:52:46.708 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-10-16T19:52:47.624Z[ recovery-image] Oct 16 19:52:46.719 INFO O| Oct 16 19:52:46.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76772024-10-16T19:52:47.624Z[ recovery-image] Oct 16 19:52:46.719 INFO O| Oct 16 19:52:46.719 INFO STEP 1155 (remove_files) COMPLETE
76782024-10-16T19:52:47.624Z[ recovery-image] Oct 16 19:52:46.719 INFO O| Oct 16 19:52:46.719 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-10-16T19:52:47.634Z[ recovery-image] Oct 16 19:52:46.729 INFO O| Oct 16 19:52:46.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76802024-10-16T19:52:47.634Z[ recovery-image] Oct 16 19:52:46.729 INFO O| Oct 16 19:52:46.729 INFO STEP 1156 (remove_files) COMPLETE
76812024-10-16T19:52:47.637Z[ recovery-image] Oct 16 19:52:46.729 INFO O| Oct 16 19:52:46.729 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-10-16T19:52:47.637ZOct 16 19:52:46.730 INFO [verify-libraries] process exited with exit status: 0 (347.622618386s)
76832024-10-16T19:52:47.644Z[ recovery-image] Oct 16 19:52:46.739 INFO O| Oct 16 19:52:46.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76842024-10-16T19:52:47.644Z[ recovery-image] Oct 16 19:52:46.739 INFO O| Oct 16 19:52:46.739 INFO STEP 1157 (remove_files) COMPLETE
76852024-10-16T19:52:47.647Z[ recovery-image] Oct 16 19:52:46.739 INFO O| Oct 16 19:52:46.739 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-16T19:52:47.654Z[ recovery-image] Oct 16 19:52:46.749 INFO O| Oct 16 19:52:46.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76872024-10-16T19:52:47.657Z[ recovery-image] Oct 16 19:52:46.749 INFO O| Oct 16 19:52:46.749 INFO STEP 1158 (remove_files) COMPLETE
76882024-10-16T19:52:47.657Z[ recovery-image] Oct 16 19:52:46.749 INFO O| Oct 16 19:52:46.749 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-16T19:52:47.663Z[ recovery-image] Oct 16 19:52:46.758 INFO O| Oct 16 19:52:46.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76902024-10-16T19:52:47.664Z[ recovery-image] Oct 16 19:52:46.758 INFO O| Oct 16 19:52:46.758 INFO STEP 1159 (remove_files) COMPLETE
76912024-10-16T19:52:47.666Z[ recovery-image] Oct 16 19:52:46.758 INFO O| Oct 16 19:52:46.758 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-16T19:52:47.673Z[ recovery-image] Oct 16 19:52:46.768 INFO O| Oct 16 19:52:46.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76932024-10-16T19:52:47.675Z[ recovery-image] Oct 16 19:52:46.768 INFO O| Oct 16 19:52:46.768 INFO STEP 1160 (remove_files) COMPLETE
76942024-10-16T19:52:47.676Z[ recovery-image] Oct 16 19:52:46.768 INFO O| Oct 16 19:52:46.768 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-16T19:52:47.683Z[ recovery-image] Oct 16 19:52:46.777 INFO O| Oct 16 19:52:46.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76962024-10-16T19:52:47.683Z[ recovery-image] Oct 16 19:52:46.777 INFO O| Oct 16 19:52:46.777 INFO STEP 1161 (remove_files) COMPLETE
76972024-10-16T19:52:47.683Z[ recovery-image] Oct 16 19:52:46.777 INFO O| Oct 16 19:52:46.777 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-16T19:52:47.692Z[ recovery-image] Oct 16 19:52:46.787 INFO O| Oct 16 19:52:46.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76992024-10-16T19:52:47.692Z[ recovery-image] Oct 16 19:52:46.787 INFO O| Oct 16 19:52:46.787 INFO STEP 1162 (remove_files) COMPLETE
77002024-10-16T19:52:47.694Z[ recovery-image] Oct 16 19:52:46.787 INFO O| Oct 16 19:52:46.787 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-16T19:52:47.702Z[ recovery-image] Oct 16 19:52:46.797 INFO O| Oct 16 19:52:46.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77022024-10-16T19:52:47.702Z[ recovery-image] Oct 16 19:52:46.797 INFO O| Oct 16 19:52:46.797 INFO STEP 1163 (remove_files) COMPLETE
77032024-10-16T19:52:47.705Z[ recovery-image] Oct 16 19:52:46.797 INFO O| Oct 16 19:52:46.797 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-16T19:52:47.713Z[ recovery-image] Oct 16 19:52:46.807 INFO O| Oct 16 19:52:46.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
77052024-10-16T19:52:47.715Z[ recovery-image] Oct 16 19:52:46.808 INFO O| Oct 16 19:52:46.807 INFO STEP 1164 (remove_files) COMPLETE
77062024-10-16T19:52:47.715Z[ recovery-image] Oct 16 19:52:46.808 INFO O| Oct 16 19:52:46.807 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-16T19:52:47.723Z[ recovery-image] Oct 16 19:52:46.818 INFO O| Oct 16 19:52:46.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
77082024-10-16T19:52:47.723Z[ recovery-image] Oct 16 19:52:46.818 INFO O| Oct 16 19:52:46.818 INFO STEP 1165 (remove_files) COMPLETE
77092024-10-16T19:52:47.723Z[ recovery-image] Oct 16 19:52:46.818 INFO O| Oct 16 19:52:46.818 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-16T19:52:47.733Z[ recovery-image] Oct 16 19:52:46.828 INFO O| Oct 16 19:52:46.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
77112024-10-16T19:52:47.733Z[ recovery-image] Oct 16 19:52:46.828 INFO O| Oct 16 19:52:46.828 INFO STEP 1166 (remove_files) COMPLETE
77122024-10-16T19:52:47.736Z[ recovery-image] Oct 16 19:52:46.828 INFO O| Oct 16 19:52:46.828 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-16T19:52:47.741Z[ host-image] Oct 16 19:52:46.836 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22969:20241016T084615Z
77142024-10-16T19:52:47.743Z[ recovery-image] Oct 16 19:52:46.838 INFO O| Oct 16 19:52:46.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
77152024-10-16T19:52:47.743Z[ recovery-image] Oct 16 19:52:46.838 INFO O| Oct 16 19:52:46.838 INFO STEP 1167 (remove_files) COMPLETE
77162024-10-16T19:52:47.743Z[ recovery-image] Oct 16 19:52:46.838 INFO O| Oct 16 19:52:46.838 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-10-16T19:52:47.753Z[ recovery-image] Oct 16 19:52:46.848 INFO O| Oct 16 19:52:46.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77182024-10-16T19:52:47.753Z[ recovery-image] Oct 16 19:52:46.848 INFO O| Oct 16 19:52:46.848 INFO STEP 1168 (remove_files) COMPLETE
77192024-10-16T19:52:47.756Z[ recovery-image] Oct 16 19:52:46.848 INFO O| Oct 16 19:52:46.848 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-10-16T19:52:47.764Z[ recovery-image] Oct 16 19:52:46.859 INFO O| Oct 16 19:52:46.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77212024-10-16T19:52:47.767Z[ recovery-image] Oct 16 19:52:46.859 INFO O| Oct 16 19:52:46.859 INFO STEP 1169 (remove_files) COMPLETE
77222024-10-16T19:52:47.767Z[ recovery-image] Oct 16 19:52:46.859 INFO O| Oct 16 19:52:46.859 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-10-16T19:52:47.774Z[ recovery-image] Oct 16 19:52:46.869 INFO O| Oct 16 19:52:46.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77242024-10-16T19:52:47.774Z[ recovery-image] Oct 16 19:52:46.869 INFO O| Oct 16 19:52:46.869 INFO STEP 1170 (remove_files) COMPLETE
77252024-10-16T19:52:47.774Z[ recovery-image] Oct 16 19:52:46.869 INFO O| Oct 16 19:52:46.869 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-10-16T19:52:47.784Z[ recovery-image] Oct 16 19:52:46.879 INFO O| Oct 16 19:52:46.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77272024-10-16T19:52:47.784Z[ recovery-image] Oct 16 19:52:46.879 INFO O| Oct 16 19:52:46.879 INFO STEP 1171 (remove_files) COMPLETE
77282024-10-16T19:52:47.787Z[ recovery-image] Oct 16 19:52:46.879 INFO O| Oct 16 19:52:46.879 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-10-16T19:52:47.794Z[ recovery-image] Oct 16 19:52:46.889 INFO O| Oct 16 19:52:46.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77302024-10-16T19:52:47.794Z[ recovery-image] Oct 16 19:52:46.889 INFO O| Oct 16 19:52:46.889 INFO STEP 1172 (remove_files) COMPLETE
77312024-10-16T19:52:47.797Z[ recovery-image] Oct 16 19:52:46.889 INFO O| Oct 16 19:52:46.889 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-10-16T19:52:47.803Z[ recovery-image] Oct 16 19:52:46.898 INFO O| Oct 16 19:52:46.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77332024-10-16T19:52:47.806Z[ recovery-image] Oct 16 19:52:46.898 INFO O| Oct 16 19:52:46.898 INFO STEP 1173 (remove_files) COMPLETE
77342024-10-16T19:52:47.806Z[ recovery-image] Oct 16 19:52:46.898 INFO O| Oct 16 19:52:46.898 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-10-16T19:52:47.814Z[ recovery-image] Oct 16 19:52:46.908 INFO O| Oct 16 19:52:46.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77362024-10-16T19:52:47.814Z[ recovery-image] Oct 16 19:52:46.909 INFO O| Oct 16 19:52:46.909 INFO STEP 1174 (remove_files) COMPLETE
77372024-10-16T19:52:47.814Z[ recovery-image] Oct 16 19:52:46.909 INFO O| Oct 16 19:52:46.909 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-10-16T19:52:47.824Z[ recovery-image] Oct 16 19:52:46.918 INFO O| Oct 16 19:52:46.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77392024-10-16T19:52:47.826Z[ recovery-image] Oct 16 19:52:46.919 INFO O| Oct 16 19:52:46.919 INFO STEP 1175 (remove_files) COMPLETE
77402024-10-16T19:52:47.826Z[ recovery-image] Oct 16 19:52:46.919 INFO O| Oct 16 19:52:46.919 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-10-16T19:52:47.834Z[ recovery-image] Oct 16 19:52:46.928 INFO O| Oct 16 19:52:46.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77422024-10-16T19:52:47.834Z[ recovery-image] Oct 16 19:52:46.928 INFO O| Oct 16 19:52:46.928 INFO STEP 1176 (remove_files) COMPLETE
77432024-10-16T19:52:47.836Z[ recovery-image] Oct 16 19:52:46.928 INFO O| Oct 16 19:52:46.928 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-10-16T19:52:47.844Z[ recovery-image] Oct 16 19:52:46.938 INFO O| Oct 16 19:52:46.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77452024-10-16T19:52:47.844Z[ recovery-image] Oct 16 19:52:46.938 INFO O| Oct 16 19:52:46.938 INFO STEP 1177 (remove_files) COMPLETE
77462024-10-16T19:52:47.846Z[ recovery-image] Oct 16 19:52:46.938 INFO O| Oct 16 19:52:46.938 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-10-16T19:52:47.854Z[ recovery-image] Oct 16 19:52:46.949 INFO O| Oct 16 19:52:46.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77482024-10-16T19:52:47.856Z[ recovery-image] Oct 16 19:52:46.949 INFO O| Oct 16 19:52:46.949 INFO STEP 1178 (remove_files) COMPLETE
77492024-10-16T19:52:47.856Z[ recovery-image] Oct 16 19:52:46.949 INFO O| Oct 16 19:52:46.949 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-10-16T19:52:47.864Z[ recovery-image] Oct 16 19:52:46.958 INFO O| Oct 16 19:52:46.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77512024-10-16T19:52:47.864Z[ recovery-image] Oct 16 19:52:46.959 INFO O| Oct 16 19:52:46.959 INFO STEP 1179 (remove_files) COMPLETE
77522024-10-16T19:52:47.864Z[ recovery-image] Oct 16 19:52:46.959 INFO O| Oct 16 19:52:46.959 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-16T19:52:47.874Z[ recovery-image] Oct 16 19:52:46.968 INFO O| Oct 16 19:52:46.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77542024-10-16T19:52:47.874Z[ recovery-image] Oct 16 19:52:46.968 INFO O| Oct 16 19:52:46.968 INFO STEP 1180 (remove_files) COMPLETE
77552024-10-16T19:52:47.876Z[ recovery-image] Oct 16 19:52:46.968 INFO O| Oct 16 19:52:46.968 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-10-16T19:52:47.883Z[ recovery-image] Oct 16 19:52:46.978 INFO O| Oct 16 19:52:46.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77572024-10-16T19:52:47.886Z[ recovery-image] Oct 16 19:52:46.978 INFO O| Oct 16 19:52:46.978 INFO STEP 1181 (remove_files) COMPLETE
77582024-10-16T19:52:47.887Z[ recovery-image] Oct 16 19:52:46.978 INFO O| Oct 16 19:52:46.978 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-10-16T19:52:47.893Z[ recovery-image] Oct 16 19:52:46.987 INFO O| Oct 16 19:52:46.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77602024-10-16T19:52:47.893Z[ recovery-image] Oct 16 19:52:46.987 INFO O| Oct 16 19:52:46.987 INFO STEP 1182 (remove_files) COMPLETE
77612024-10-16T19:52:47.893Z[ recovery-image] Oct 16 19:52:46.988 INFO O| Oct 16 19:52:46.987 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-10-16T19:52:47.903Z[ recovery-image] Oct 16 19:52:46.998 INFO O| Oct 16 19:52:46.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77632024-10-16T19:52:47.903Z[ recovery-image] Oct 16 19:52:46.998 INFO O| Oct 16 19:52:46.998 INFO STEP 1183 (remove_files) COMPLETE
77642024-10-16T19:52:47.906Z[ recovery-image] Oct 16 19:52:46.998 INFO O| Oct 16 19:52:46.998 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-10-16T19:52:47.914Z[ recovery-image] Oct 16 19:52:47.009 INFO O| Oct 16 19:52:47.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77662024-10-16T19:52:47.914Z[ recovery-image] Oct 16 19:52:47.009 INFO O| Oct 16 19:52:47.009 INFO STEP 1184 (remove_files) COMPLETE
77672024-10-16T19:52:47.914Z[ recovery-image] Oct 16 19:52:47.009 INFO O| Oct 16 19:52:47.009 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-10-16T19:52:47.924Z[ recovery-image] Oct 16 19:52:47.019 INFO O| Oct 16 19:52:47.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77692024-10-16T19:52:47.924Z[ recovery-image] Oct 16 19:52:47.019 INFO O| Oct 16 19:52:47.019 INFO STEP 1185 (remove_files) COMPLETE
77702024-10-16T19:52:47.927Z[ recovery-image] Oct 16 19:52:47.019 INFO O| Oct 16 19:52:47.019 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-10-16T19:52:47.936Z[ recovery-image] Oct 16 19:52:47.031 INFO O| Oct 16 19:52:47.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77722024-10-16T19:52:47.939Z[ recovery-image] Oct 16 19:52:47.031 INFO O| Oct 16 19:52:47.031 INFO STEP 1186 (remove_files) COMPLETE
77732024-10-16T19:52:47.939Z[ recovery-image] Oct 16 19:52:47.031 INFO O| Oct 16 19:52:47.031 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-10-16T19:52:47.947Z[ recovery-image] Oct 16 19:52:47.041 INFO O| Oct 16 19:52:47.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77752024-10-16T19:52:47.947Z[ recovery-image] Oct 16 19:52:47.041 INFO O| Oct 16 19:52:47.041 INFO STEP 1187 (remove_files) COMPLETE
77762024-10-16T19:52:47.947Z[ recovery-image] Oct 16 19:52:47.041 INFO O| Oct 16 19:52:47.041 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-10-16T19:52:47.957Z[ recovery-image] Oct 16 19:52:47.051 INFO O| Oct 16 19:52:47.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77782024-10-16T19:52:47.957Z[ recovery-image] Oct 16 19:52:47.051 INFO O| Oct 16 19:52:47.051 INFO STEP 1188 (remove_files) COMPLETE
77792024-10-16T19:52:47.957Z[ recovery-image] Oct 16 19:52:47.051 INFO O| Oct 16 19:52:47.051 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-10-16T19:52:47.967Z[ recovery-image] Oct 16 19:52:47.061 INFO O| Oct 16 19:52:47.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77812024-10-16T19:52:47.967Z[ recovery-image] Oct 16 19:52:47.061 INFO O| Oct 16 19:52:47.061 INFO STEP 1189 (remove_files) COMPLETE
77822024-10-16T19:52:47.969Z[ recovery-image] Oct 16 19:52:47.062 INFO O| Oct 16 19:52:47.061 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-10-16T19:52:47.977Z[ recovery-image] Oct 16 19:52:47.071 INFO O| Oct 16 19:52:47.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77842024-10-16T19:52:47.979Z[ recovery-image] Oct 16 19:52:47.071 INFO O| Oct 16 19:52:47.071 INFO STEP 1190 (remove_files) COMPLETE
77852024-10-16T19:52:47.979Z[ recovery-image] Oct 16 19:52:47.072 INFO O| Oct 16 19:52:47.071 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-10-16T19:52:47.987Z[ recovery-image] Oct 16 19:52:47.081 INFO O| Oct 16 19:52:47.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77872024-10-16T19:52:47.987Z[ recovery-image] Oct 16 19:52:47.081 INFO O| Oct 16 19:52:47.081 INFO STEP 1191 (remove_files) COMPLETE
77882024-10-16T19:52:47.990Z[ recovery-image] Oct 16 19:52:47.082 INFO O| Oct 16 19:52:47.081 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-10-16T19:52:47.997Z[ recovery-image] Oct 16 19:52:47.091 INFO O| Oct 16 19:52:47.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77902024-10-16T19:52:47.997Z[ recovery-image] Oct 16 19:52:47.092 INFO O| Oct 16 19:52:47.091 INFO STEP 1192 (remove_files) COMPLETE
77912024-10-16T19:52:48.001Z[ recovery-image] Oct 16 19:52:47.092 INFO O| Oct 16 19:52:47.091 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-10-16T19:52:48.007Z[ recovery-image] Oct 16 19:52:47.101 INFO O| Oct 16 19:52:47.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77932024-10-16T19:52:48.007Z[ recovery-image] Oct 16 19:52:47.101 INFO O| Oct 16 19:52:47.101 INFO STEP 1193 (remove_files) COMPLETE
77942024-10-16T19:52:48.010Z[ recovery-image] Oct 16 19:52:47.101 INFO O| Oct 16 19:52:47.101 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-10-16T19:52:48.017Z[ recovery-image] Oct 16 19:52:47.111 INFO O| Oct 16 19:52:47.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77962024-10-16T19:52:48.017Z[ recovery-image] Oct 16 19:52:47.111 INFO O| Oct 16 19:52:47.111 INFO STEP 1194 (remove_files) COMPLETE
77972024-10-16T19:52:48.022Z[ recovery-image] Oct 16 19:52:47.111 INFO O| Oct 16 19:52:47.111 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-10-16T19:52:48.029Z[ recovery-image] Oct 16 19:52:47.123 INFO O| Oct 16 19:52:47.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77992024-10-16T19:52:48.029Z[ recovery-image] Oct 16 19:52:47.123 INFO O| Oct 16 19:52:47.123 INFO STEP 1195 (remove_files) COMPLETE
78002024-10-16T19:52:48.031Z[ recovery-image] Oct 16 19:52:47.123 INFO O| Oct 16 19:52:47.123 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-10-16T19:52:48.039Z[ recovery-image] Oct 16 19:52:47.134 INFO O| Oct 16 19:52:47.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
78022024-10-16T19:52:48.041Z[ recovery-image] Oct 16 19:52:47.134 INFO O| Oct 16 19:52:47.134 INFO STEP 1196 (remove_files) COMPLETE
78032024-10-16T19:52:48.043Z[ recovery-image] Oct 16 19:52:47.134 INFO O| Oct 16 19:52:47.134 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-10-16T19:52:48.050Z[ recovery-image] Oct 16 19:52:47.145 INFO O| Oct 16 19:52:47.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
78052024-10-16T19:52:48.050Z[ recovery-image] Oct 16 19:52:47.145 INFO O| Oct 16 19:52:47.145 INFO STEP 1197 (remove_files) COMPLETE
78062024-10-16T19:52:48.053Z[ recovery-image] Oct 16 19:52:47.145 INFO O| Oct 16 19:52:47.145 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-10-16T19:52:48.060Z[ recovery-image] Oct 16 19:52:47.155 INFO O| Oct 16 19:52:47.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
78082024-10-16T19:52:48.060Z[ recovery-image] Oct 16 19:52:47.155 INFO O| Oct 16 19:52:47.155 INFO STEP 1198 (remove_files) COMPLETE
78092024-10-16T19:52:48.060Z[ recovery-image] Oct 16 19:52:47.155 INFO O| Oct 16 19:52:47.155 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-10-16T19:52:48.072Z[ recovery-image] Oct 16 19:52:47.167 INFO O| Oct 16 19:52:47.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
78112024-10-16T19:52:48.072Z[ recovery-image] Oct 16 19:52:47.167 INFO O| Oct 16 19:52:47.167 INFO STEP 1199 (remove_files) COMPLETE
78122024-10-16T19:52:48.075Z[ recovery-image] Oct 16 19:52:47.167 INFO O| Oct 16 19:52:47.167 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-10-16T19:52:48.083Z[ recovery-image] Oct 16 19:52:47.177 INFO O| Oct 16 19:52:47.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
78142024-10-16T19:52:48.083Z[ recovery-image] Oct 16 19:52:47.178 INFO O| Oct 16 19:52:47.177 INFO STEP 1200 (remove_files) COMPLETE
78152024-10-16T19:52:48.085Z[ recovery-image] Oct 16 19:52:47.178 INFO O| Oct 16 19:52:47.177 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-10-16T19:52:48.093Z[ recovery-image] Oct 16 19:52:47.188 INFO O| Oct 16 19:52:47.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78172024-10-16T19:52:48.093Z[ recovery-image] Oct 16 19:52:47.188 INFO O| Oct 16 19:52:47.188 INFO STEP 1201 (remove_files) COMPLETE
78182024-10-16T19:52:48.096Z[ recovery-image] Oct 16 19:52:47.188 INFO O| Oct 16 19:52:47.188 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-10-16T19:52:48.103Z[ recovery-image] Oct 16 19:52:47.198 INFO O| Oct 16 19:52:47.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78202024-10-16T19:52:48.103Z[ recovery-image] Oct 16 19:52:47.198 INFO O| Oct 16 19:52:47.198 INFO STEP 1202 (remove_files) COMPLETE
78212024-10-16T19:52:48.103Z[ recovery-image] Oct 16 19:52:47.198 INFO O| Oct 16 19:52:47.198 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-10-16T19:52:48.115Z[ recovery-image] Oct 16 19:52:47.209 INFO O| Oct 16 19:52:47.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78232024-10-16T19:52:48.115Z[ recovery-image] Oct 16 19:52:47.210 INFO O| Oct 16 19:52:47.209 INFO STEP 1203 (remove_files) COMPLETE
78242024-10-16T19:52:48.115Z[ recovery-image] Oct 16 19:52:47.210 INFO O| Oct 16 19:52:47.210 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-10-16T19:52:48.125Z[ recovery-image] Oct 16 19:52:47.220 INFO O| Oct 16 19:52:47.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78262024-10-16T19:52:48.127Z[ recovery-image] Oct 16 19:52:47.220 INFO O| Oct 16 19:52:47.220 INFO STEP 1204 (remove_files) COMPLETE
78272024-10-16T19:52:48.127Z[ recovery-image] Oct 16 19:52:47.220 INFO O| Oct 16 19:52:47.220 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-10-16T19:52:48.136Z[ recovery-image] Oct 16 19:52:47.231 INFO O| Oct 16 19:52:47.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78292024-10-16T19:52:48.136Z[ recovery-image] Oct 16 19:52:47.231 INFO O| Oct 16 19:52:47.231 INFO STEP 1205 (remove_files) COMPLETE
78302024-10-16T19:52:48.139Z[ recovery-image] Oct 16 19:52:47.231 INFO O| Oct 16 19:52:47.231 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78312024-10-16T19:52:48.153Z[ recovery-image] Oct 16 19:52:47.248 INFO O| Oct 16 19:52:47.248 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78322024-10-16T19:52:48.156Z[ recovery-image] Oct 16 19:52:47.248 INFO O| Oct 16 19:52:47.248 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78332024-10-16T19:52:48.901Z[ recovery-image] Oct 16 19:52:47.995 INFO O| Oct 16 19:52:47.995 INFO STEP 1206 (pack_tar) COMPLETE
78342024-10-16T19:52:48.901Z[ recovery-image] Oct 16 19:52:47.995 INFO O| Oct 16 19:52:47.995 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78352024-10-16T19:52:48.904Z[ recovery-image] Oct 16 19:52:47.995 INFO O| Oct 16 19:52:47.995 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78362024-10-16T19:52:49.393Z[ recovery-image] Oct 16 19:52:48.487 INFO O| Oct 16 19:52:48.487 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78372024-10-16T19:52:49.471Z[ recovery-image] Oct 16 19:52:48.565 INFO O| Oct 16 19:52:48.565 INFO completed processing gimlet/ramdisk-03-recovery-trim
78382024-10-16T19:52:49.477Z[ recovery-image] Oct 16 19:52:48.571 INFO image builder template: zfs-recovery...
78392024-10-16T19:52:49.479Z[ recovery-image] Oct 16 19:52:48.571 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/.tmpYwelpl/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
78402024-10-16T19:52:49.508Z[ recovery-image] Oct 16 19:52:48.603 INFO O| Oct 16 19:52:48.603 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78412024-10-16T19:52:49.512Z[ recovery-image] Oct 16 19:52:48.607 INFO O| Oct 16 19:52:48.607 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78422024-10-16T19:52:49.596Z[ recovery-image] Oct 16 19:52:48.690 INFO O| Oct 16 19:52:48.690 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78432024-10-16T19:52:49.672Z[ recovery-image] Oct 16 19:52:48.766 INFO O| Oct 16 19:52:48.766 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78442024-10-16T19:52:49.673Z[ recovery-image] Oct 16 19:52:48.767 INFO O| Oct 16 19:52:48.767 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78452024-10-16T19:52:49.682Z[ recovery-image] Oct 16 19:52:48.771 INFO O| Oct 16 19:52:48.771 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78462024-10-16T19:52:49.747Z[ recovery-image] Oct 16 19:52:48.841 INFO O| Oct 16 19:52:48.841 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78472024-10-16T19:52:49.810Z[ recovery-image] Oct 16 19:52:48.904 INFO O| Oct 16 19:52:48.904 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78482024-10-16T19:52:49.820Z[ recovery-image] Oct 16 19:52:48.914 INFO O| Oct 16 19:52:48.914 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78492024-10-16T19:52:49.825Z[ recovery-image] Oct 16 19:52:48.919 INFO O| Oct 16 19:52:48.919 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78502024-10-16T19:52:49.828Z[ recovery-image] Oct 16 19:52:48.920 INFO O| Oct 16 19:52:48.920 INFO no lofi found
78512024-10-16T19:52:49.828Z[ recovery-image] Oct 16 19:52:48.920 INFO O| Oct 16 19:52:48.920 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78522024-10-16T19:52:49.828Z[ recovery-image] Oct 16 19:52:48.920 INFO O| Oct 16 19:52:48.920 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78532024-10-16T19:52:51.917Z[ recovery-image] Oct 16 19:52:51.010 INFO O| Oct 16 19:52:51.010 INFO lofi device = /dev/dsk/c2t1d0p0
78542024-10-16T19:52:51.918Z[ recovery-image] Oct 16 19:52:51.010 INFO O| Oct 16 19:52:51.010 INFO pool device = /dev/dsk/c2t1d0p0
78552024-10-16T19:52:51.921Z[ recovery-image] Oct 16 19:52:51.010 INFO O| Oct 16 19:52:51.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78562024-10-16T19:52:51.994Z[ recovery-image] Oct 16 19:52:51.087 INFO O| Oct 16 19:52:51.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78572024-10-16T19:52:51.994Z[ recovery-image] Oct 16 19:52:51.087 INFO O| Oct 16 19:52:51.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78582024-10-16T19:52:52.012Z[ recovery-image] Oct 16 19:52:51.105 INFO O| Oct 16 19:52:51.105 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78592024-10-16T19:52:52.072Z[ recovery-image] Oct 16 19:52:51.166 INFO O| Oct 16 19:52:51.166 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78602024-10-16T19:52:52.111Z[ recovery-image] Oct 16 19:52:51.204 INFO O| Oct 16 19:52:51.204 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78612024-10-16T19:52:52.126Z[ recovery-image] Oct 16 19:52:51.220 INFO O| Oct 16 19:52:51.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78622024-10-16T19:52:52.137Z[ recovery-image] Oct 16 19:52:51.231 INFO O| Oct 16 19:52:51.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78632024-10-16T19:52:52.185Z[ recovery-image] Oct 16 19:52:51.277 INFO O| Oct 16 19:52:51.277 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78642024-10-16T19:52:52.185Z[ recovery-image] Oct 16 19:52:51.277 INFO O| Oct 16 19:52:51.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78652024-10-16T19:52:52.188Z[ recovery-image] Oct 16 19:52:51.277 INFO O| Oct 16 19:52:51.277 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78662024-10-16T19:52:52.195Z[ recovery-image] Oct 16 19:52:51.289 INFO O| Oct 16 19:52:51.289 INFO boot environment UUID: 891cb965-5574-40a6-b260-ccc23e3d6a05
78672024-10-16T19:52:52.195Z[ recovery-image] Oct 16 19:52:51.289 INFO O| Oct 16 19:52:51.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 891cb965-5574-40a6-b260-ccc23e3d6a05
78682024-10-16T19:52:52.206Z[ recovery-image] Oct 16 19:52:51.300 INFO O| Oct 16 19:52:51.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78692024-10-16T19:52:52.217Z[ recovery-image] Oct 16 19:52:51.311 INFO O| Oct 16 19:52:51.310 INFO STEP 0 (create_be) COMPLETE
78702024-10-16T19:52:52.217Z[ recovery-image] Oct 16 19:52:51.311 INFO O| Oct 16 19:52:51.311 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78712024-10-16T19:52:52.232Z[ recovery-image] Oct 16 19:52:51.326 INFO O| Oct 16 19:52:51.326 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"]
78722024-10-16T19:52:54.276Z[ recovery-image] Oct 16 19:52:53.369 INFO O| Oct 16 19:52:53.369 INFO STEP 1 (unpack_tar) COMPLETE
78732024-10-16T19:52:54.276Z[ recovery-image] Oct 16 19:52:53.369 INFO O| Oct 16 19:52:53.369 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78742024-10-16T19:52:54.287Z[ recovery-image] Oct 16 19:52:53.380 INFO O| Oct 16 19:52:53.380 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78752024-10-16T19:52:54.718Z[ recovery-image] Oct 16 19:52:53.810 INFO O| Oct 16 19:52:53.810 INFO STEP 2 (devfsadm) COMPLETE
78762024-10-16T19:52:54.718Z[ recovery-image] Oct 16 19:52:53.810 INFO O| Oct 16 19:52:53.810 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78772024-10-16T19:52:54.730Z[ recovery-image] Oct 16 19:52:53.822 INFO O| Oct 16 19:52:53.822 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78782024-10-16T19:52:54.730Z[ recovery-image] Oct 16 19:52:53.823 INFO O| Oct 16 19:52:53.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78792024-10-16T19:52:54.730Z[ recovery-image] Oct 16 19:52:53.823 INFO O| Oct 16 19:52:53.823 INFO STEP 3 (ensure_dir) COMPLETE
78802024-10-16T19:52:54.732Z[ recovery-image] Oct 16 19:52:53.823 INFO O| Oct 16 19:52:53.823 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78812024-10-16T19:52:54.740Z[ recovery-image] Oct 16 19:52:53.833 INFO O| Oct 16 19:52:53.833 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78822024-10-16T19:52:54.743Z[ recovery-image] Oct 16 19:52:53.833 INFO O| Oct 16 19:52:53.833 INFO STEP 4 (ensure_dir) COMPLETE
78832024-10-16T19:52:54.743Z[ recovery-image] Oct 16 19:52:53.833 INFO O| Oct 16 19:52:53.833 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78842024-10-16T19:52:54.750Z[ recovery-image] Oct 16 19:52:53.843 INFO O| Oct 16 19:52:53.843 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78852024-10-16T19:52:54.753Z[ recovery-image] Oct 16 19:52:53.843 INFO O| Oct 16 19:52:53.843 INFO STEP 5 (ensure_dir) COMPLETE
78862024-10-16T19:52:54.753Z[ recovery-image] Oct 16 19:52:53.843 INFO O| Oct 16 19:52:53.843 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78872024-10-16T19:52:54.760Z[ recovery-image] Oct 16 19:52:53.853 INFO O| Oct 16 19:52:53.853 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78882024-10-16T19:52:54.762Z[ recovery-image] Oct 16 19:52:53.853 INFO O| Oct 16 19:52:53.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78892024-10-16T19:52:54.762Z[ recovery-image] Oct 16 19:52:53.853 INFO O| Oct 16 19:52:53.853 INFO STEP 6 (ensure_dir) COMPLETE
78902024-10-16T19:52:54.762Z[ recovery-image] Oct 16 19:52:53.853 INFO O| Oct 16 19:52:53.853 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-16T19:52:54.770Z[ recovery-image] Oct 16 19:52:53.863 INFO O| Oct 16 19:52:53.863 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78922024-10-16T19:52:54.773Z[ recovery-image] Oct 16 19:52:53.863 INFO O| Oct 16 19:52:53.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78932024-10-16T19:52:54.773Z[ recovery-image] Oct 16 19:52:53.863 INFO O| Oct 16 19:52:53.863 INFO STEP 7 (ensure_dir) COMPLETE
78942024-10-16T19:52:54.773Z[ recovery-image] Oct 16 19:52:53.863 INFO O| Oct 16 19:52:53.863 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78952024-10-16T19:52:54.780Z[ recovery-image] Oct 16 19:52:53.873 INFO O| Oct 16 19:52:53.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78962024-10-16T19:52:54.783Z[ recovery-image] Oct 16 19:52:53.874 INFO O| Oct 16 19:52:53.874 INFO STEP 8 (remove_files) COMPLETE
78972024-10-16T19:52:54.784Z[ recovery-image] Oct 16 19:52:53.874 INFO O| Oct 16 19:52:53.874 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78982024-10-16T19:52:54.791Z[ recovery-image] Oct 16 19:52:53.884 INFO O| Oct 16 19:52:53.884 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78992024-10-16T19:52:54.794Z[ recovery-image] Oct 16 19:52:53.884 INFO O| Oct 16 19:52:53.884 INFO STEP 9 (remove_files) COMPLETE
79002024-10-16T19:52:54.795Z[ recovery-image] Oct 16 19:52:53.884 INFO O| Oct 16 19:52:53.884 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79012024-10-16T19:52:54.801Z[ recovery-image] Oct 16 19:52:53.894 INFO O| Oct 16 19:52:53.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79022024-10-16T19:52:54.804Z[ recovery-image] Oct 16 19:52:53.895 INFO O| Oct 16 19:52:53.895 INFO STEP 10 (remove_files) COMPLETE
79032024-10-16T19:52:54.804Z[ recovery-image] Oct 16 19:52:53.895 INFO O| Oct 16 19:52:53.895 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79042024-10-16T19:52:54.812Z[ recovery-image] Oct 16 19:52:53.905 INFO O| Oct 16 19:52:53.905 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79052024-10-16T19:52:54.812Z[ recovery-image] Oct 16 19:52:53.905 INFO O| Oct 16 19:52:53.905 INFO STEP 11 (remove_files) COMPLETE
79062024-10-16T19:52:54.812Z[ recovery-image] Oct 16 19:52:53.905 INFO O| Oct 16 19:52:53.905 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79072024-10-16T19:52:54.822Z[ recovery-image] Oct 16 19:52:53.915 INFO O| Oct 16 19:52:53.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79082024-10-16T19:52:54.822Z[ recovery-image] Oct 16 19:52:53.915 INFO O| Oct 16 19:52:53.915 INFO STEP 12 (remove_files) COMPLETE
79092024-10-16T19:52:54.824Z[ recovery-image] Oct 16 19:52:53.915 INFO O| Oct 16 19:52:53.915 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79102024-10-16T19:52:54.834Z[ recovery-image] Oct 16 19:52:53.927 INFO O| Oct 16 19:52:53.927 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79112024-10-16T19:52:54.834Z[ recovery-image] Oct 16 19:52:53.927 INFO O| Oct 16 19:52:53.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79122024-10-16T19:52:54.837Z[ recovery-image] Oct 16 19:52:53.927 INFO O| Oct 16 19:52:53.927 INFO STEP 13 (ensure_dir) COMPLETE
79132024-10-16T19:52:54.837Z[ recovery-image] Oct 16 19:52:53.927 INFO O| Oct 16 19:52:53.927 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79142024-10-16T19:52:54.845Z[ recovery-image] Oct 16 19:52:53.938 INFO O| Oct 16 19:52:53.937 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79152024-10-16T19:52:54.847Z[ recovery-image] Oct 16 19:52:53.938 INFO O| Oct 16 19:52:53.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79162024-10-16T19:52:54.847Z[ recovery-image] Oct 16 19:52:53.938 INFO O| Oct 16 19:52:53.938 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79172024-10-16T19:52:54.847Z[ recovery-image] Oct 16 19:52:53.938 INFO O| Oct 16 19:52:53.938 INFO STEP 14 (ensure_dir) COMPLETE
79182024-10-16T19:52:54.847Z[ recovery-image] Oct 16 19:52:53.938 INFO O| Oct 16 19:52:53.938 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79192024-10-16T19:52:54.855Z[ recovery-image] Oct 16 19:52:53.948 INFO O| Oct 16 19:52:53.948 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79202024-10-16T19:52:54.855Z[ recovery-image] Oct 16 19:52:53.948 INFO O| Oct 16 19:52:53.948 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79212024-10-16T19:52:54.858Z[ recovery-image] Oct 16 19:52:53.948 INFO O| Oct 16 19:52:53.948 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79222024-10-16T19:52:54.858Z[ recovery-image] Oct 16 19:52:53.948 INFO O| Oct 16 19:52:53.948 INFO STEP 15 (ensure_dir) COMPLETE
79232024-10-16T19:52:54.858Z[ recovery-image] Oct 16 19:52:53.948 INFO O| Oct 16 19:52:53.948 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79242024-10-16T19:52:54.866Z[ recovery-image] Oct 16 19:52:53.959 INFO O| Oct 16 19:52:53.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79252024-10-16T19:52:54.866Z[ recovery-image] Oct 16 19:52:53.959 INFO O| Oct 16 19:52:53.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79262024-10-16T19:52:54.868Z[ recovery-image] Oct 16 19:52:53.959 INFO O| Oct 16 19:52:53.959 INFO STEP 16 (ensure_dir) COMPLETE
79272024-10-16T19:52:54.868Z[ recovery-image] Oct 16 19:52:53.959 INFO O| Oct 16 19:52:53.959 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79282024-10-16T19:52:54.877Z[ recovery-image] Oct 16 19:52:53.970 INFO O| Oct 16 19:52:53.970 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79292024-10-16T19:52:54.881Z[ recovery-image] Oct 16 19:52:53.970 INFO O| Oct 16 19:52:53.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79302024-10-16T19:52:54.881Z[ recovery-image] Oct 16 19:52:53.970 INFO O| Oct 16 19:52:53.970 INFO STEP 17 (ensure_dir) COMPLETE
79312024-10-16T19:52:54.881Z[ recovery-image] Oct 16 19:52:53.970 INFO O| Oct 16 19:52:53.970 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79322024-10-16T19:52:54.887Z[ recovery-image] Oct 16 19:52:53.980 INFO O| Oct 16 19:52:53.980 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79332024-10-16T19:52:54.890Z[ recovery-image] Oct 16 19:52:53.980 INFO O| Oct 16 19:52:53.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79342024-10-16T19:52:54.890Z[ recovery-image] Oct 16 19:52:53.980 INFO O| Oct 16 19:52:53.980 INFO ok!
79352024-10-16T19:52:54.890Z[ recovery-image] Oct 16 19:52:53.980 INFO O| Oct 16 19:52:53.980 INFO STEP 18 (ensure_symlink) COMPLETE
79362024-10-16T19:52:54.890Z[ recovery-image] Oct 16 19:52:53.980 INFO O| Oct 16 19:52:53.980 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79372024-10-16T19:52:54.897Z[ recovery-image] Oct 16 19:52:53.990 INFO O| Oct 16 19:52:53.990 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79382024-10-16T19:52:54.897Z[ recovery-image] Oct 16 19:52:53.990 INFO O| Oct 16 19:52:53.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79392024-10-16T19:52:54.900Z[ recovery-image] Oct 16 19:52:53.990 INFO O| Oct 16 19:52:53.990 INFO ok!
79402024-10-16T19:52:54.900Z[ recovery-image] Oct 16 19:52:53.990 INFO O| Oct 16 19:52:53.990 INFO STEP 19 (ensure_file) COMPLETE
79412024-10-16T19:52:54.900Z[ recovery-image] Oct 16 19:52:53.990 INFO O| Oct 16 19:52:53.990 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79422024-10-16T19:52:54.907Z[ recovery-image] Oct 16 19:52:54.000 INFO O| Oct 16 19:52:54.000 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79432024-10-16T19:52:54.908Z[ recovery-image] Oct 16 19:52:54.000 INFO O| Oct 16 19:52:54.000 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79442024-10-16T19:52:54.910Z[ recovery-image] Oct 16 19:52:54.001 INFO O| Oct 16 19:52:54.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79452024-10-16T19:52:54.910Z[ recovery-image] Oct 16 19:52:54.001 INFO O| Oct 16 19:52:54.001 INFO ok!
79462024-10-16T19:52:54.910Z[ recovery-image] Oct 16 19:52:54.001 INFO O| Oct 16 19:52:54.001 INFO STEP 20 (ensure_symlink) COMPLETE
79472024-10-16T19:52:54.911Z[ recovery-image] Oct 16 19:52:54.001 INFO O| Oct 16 19:52:54.001 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79482024-10-16T19:52:54.919Z[ recovery-image] Oct 16 19:52:54.012 INFO O| Oct 16 19:52:54.012 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79492024-10-16T19:52:54.919Z[ recovery-image] Oct 16 19:52:54.012 INFO O| Oct 16 19:52:54.012 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79502024-10-16T19:52:54.920Z[ recovery-image] Oct 16 19:52:54.012 INFO O| Oct 16 19:52:54.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79512024-10-16T19:52:54.923Z[ recovery-image] Oct 16 19:52:54.012 INFO O| Oct 16 19:52:54.012 INFO ok!
79522024-10-16T19:52:54.923Z[ recovery-image] Oct 16 19:52:54.012 INFO O| Oct 16 19:52:54.012 INFO STEP 21 (ensure_symlink) COMPLETE
79532024-10-16T19:52:54.923Z[ recovery-image] Oct 16 19:52:54.012 INFO O| Oct 16 19:52:54.012 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79542024-10-16T19:52:54.931Z[ recovery-image] Oct 16 19:52:54.022 INFO O| Oct 16 19:52:54.022 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79552024-10-16T19:52:54.933Z[ recovery-image] Oct 16 19:52:54.022 INFO O| Oct 16 19:52:54.022 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79562024-10-16T19:52:54.933Z[ recovery-image] Oct 16 19:52:54.022 INFO O| Oct 16 19:52:54.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79572024-10-16T19:52:54.933Z[ recovery-image] Oct 16 19:52:54.022 INFO O| Oct 16 19:52:54.022 INFO ok!
79582024-10-16T19:52:54.934Z[ recovery-image] Oct 16 19:52:54.022 INFO O| Oct 16 19:52:54.022 INFO STEP 22 (ensure_symlink) COMPLETE
79592024-10-16T19:52:54.934Z[ recovery-image] Oct 16 19:52:54.022 INFO O| Oct 16 19:52:54.022 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79602024-10-16T19:52:54.942Z[ recovery-image] Oct 16 19:52:54.035 INFO O| Oct 16 19:52:54.035 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79612024-10-16T19:52:54.945Z[ recovery-image] Oct 16 19:52:54.035 INFO O| Oct 16 19:52:54.035 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79622024-10-16T19:52:54.945Z[ recovery-image] Oct 16 19:52:54.035 INFO O| Oct 16 19:52:54.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79632024-10-16T19:52:54.945Z[ recovery-image] Oct 16 19:52:54.035 INFO O| Oct 16 19:52:54.035 INFO ok!
79642024-10-16T19:52:54.945Z[ recovery-image] Oct 16 19:52:54.035 INFO O| Oct 16 19:52:54.035 INFO STEP 23 (ensure_symlink) COMPLETE
79652024-10-16T19:52:54.945Z[ recovery-image] Oct 16 19:52:54.035 INFO O| Oct 16 19:52:54.035 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79662024-10-16T19:52:54.952Z[ recovery-image] Oct 16 19:52:54.045 INFO O| Oct 16 19:52:54.045 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79672024-10-16T19:52:54.952Z[ recovery-image] Oct 16 19:52:54.045 INFO O| Oct 16 19:52:54.045 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 ...
79682024-10-16T19:52:54.955Z[ recovery-image] Oct 16 19:52:54.045 INFO O| Oct 16 19:52:54.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79692024-10-16T19:52:54.955Z[ recovery-image] Oct 16 19:52:54.045 INFO O| Oct 16 19:52:54.045 INFO ok!
79702024-10-16T19:52:54.955Z[ recovery-image] Oct 16 19:52:54.045 INFO O| Oct 16 19:52:54.045 INFO STEP 24 (ensure_file) COMPLETE
79712024-10-16T19:52:54.955Z[ recovery-image] Oct 16 19:52:54.046 INFO O| Oct 16 19:52:54.045 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79722024-10-16T19:52:54.963Z[ recovery-image] Oct 16 19:52:54.056 INFO O| Oct 16 19:52:54.056 INFO updating shadow file
79732024-10-16T19:52:54.965Z[ recovery-image] Oct 16 19:52:54.056 INFO O| Oct 16 19:52:54.056 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79742024-10-16T19:52:54.966Z[ recovery-image] Oct 16 19:52:54.056 INFO O| Oct 16 19:52:54.056 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79752024-10-16T19:52:54.966Z[ recovery-image] Oct 16 19:52:54.056 INFO O| Oct 16 19:52:54.056 INFO STEP 25 (shadow) COMPLETE
79762024-10-16T19:52:54.966Z[ recovery-image] Oct 16 19:52:54.056 INFO O| Oct 16 19:52:54.056 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79772024-10-16T19:52:54.973Z[ recovery-image] Oct 16 19:52:54.066 INFO O| Oct 16 19:52:54.066 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79782024-10-16T19:52:54.973Z[ recovery-image] Oct 16 19:52:54.066 INFO O| Oct 16 19:52:54.066 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79792024-10-16T19:52:54.976Z[ recovery-image] Oct 16 19:52:54.066 INFO O| Oct 16 19:52:54.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79802024-10-16T19:52:54.976Z[ recovery-image] Oct 16 19:52:54.066 INFO O| Oct 16 19:52:54.066 INFO ok!
79812024-10-16T19:52:54.976Z[ recovery-image] Oct 16 19:52:54.066 INFO O| Oct 16 19:52:54.066 INFO STEP 26 (ensure_file) COMPLETE
79822024-10-16T19:52:54.976Z[ recovery-image] Oct 16 19:52:54.066 INFO O| Oct 16 19:52:54.066 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79832024-10-16T19:52:54.984Z[ recovery-image] Oct 16 19:52:54.076 INFO O| Oct 16 19:52:54.076 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79842024-10-16T19:52:54.986Z[ recovery-image] Oct 16 19:52:54.076 INFO O| Oct 16 19:52:54.076 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79852024-10-16T19:52:54.986Z[ recovery-image] Oct 16 19:52:54.077 INFO O| Oct 16 19:52:54.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79862024-10-16T19:52:54.986Z[ recovery-image] Oct 16 19:52:54.077 INFO O| Oct 16 19:52:54.077 INFO ok!
79872024-10-16T19:52:54.986Z[ recovery-image] Oct 16 19:52:54.077 INFO O| Oct 16 19:52:54.077 INFO STEP 27 (ensure_file) COMPLETE
79882024-10-16T19:52:54.986Z[ recovery-image] Oct 16 19:52:54.077 INFO O| Oct 16 19:52:54.077 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79892024-10-16T19:52:54.994Z[ recovery-image] Oct 16 19:52:54.087 INFO O| Oct 16 19:52:54.087 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79902024-10-16T19:52:54.994Z[ recovery-image] Oct 16 19:52:54.087 INFO O| Oct 16 19:52:54.087 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79912024-10-16T19:52:54.996Z[ recovery-image] Oct 16 19:52:54.087 INFO O| Oct 16 19:52:54.087 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79922024-10-16T19:52:54.997Z[ recovery-image] Oct 16 19:52:54.087 INFO O| Oct 16 19:52:54.087 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79932024-10-16T19:52:54.997Z[ recovery-image] Oct 16 19:52:54.087 INFO O| Oct 16 19:52:54.087 INFO ok!
79942024-10-16T19:52:54.997Z[ recovery-image] Oct 16 19:52:54.087 INFO O| Oct 16 19:52:54.087 INFO STEP 28 (ensure_file) COMPLETE
79952024-10-16T19:52:54.997Z[ recovery-image] Oct 16 19:52:54.087 INFO O| Oct 16 19:52:54.087 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79962024-10-16T19:52:55.005Z[ recovery-image] Oct 16 19:52:54.097 INFO O| Oct 16 19:52:54.097 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79972024-10-16T19:52:55.007Z[ recovery-image] Oct 16 19:52:54.097 INFO O| Oct 16 19:52:54.097 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79982024-10-16T19:52:55.007Z[ recovery-image] Oct 16 19:52:54.097 INFO O| Oct 16 19:52:54.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79992024-10-16T19:52:55.007Z[ recovery-image] Oct 16 19:52:54.097 INFO O| Oct 16 19:52:54.097 INFO ok!
80002024-10-16T19:52:55.007Z[ recovery-image] Oct 16 19:52:54.097 INFO O| Oct 16 19:52:54.097 INFO STEP 29 (ensure_file) COMPLETE
80012024-10-16T19:52:55.007Z[ recovery-image] Oct 16 19:52:54.097 INFO O| Oct 16 19:52:54.097 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80022024-10-16T19:52:55.017Z[ recovery-image] Oct 16 19:52:54.110 INFO O| Oct 16 19:52:54.110 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80032024-10-16T19:52:55.017Z[ recovery-image] Oct 16 19:52:54.110 INFO O| Oct 16 19:52:54.110 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80042024-10-16T19:52:55.021Z[ recovery-image] Oct 16 19:52:54.110 INFO O| Oct 16 19:52:54.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80052024-10-16T19:52:55.021Z[ recovery-image] Oct 16 19:52:54.110 INFO O| Oct 16 19:52:54.110 INFO ok!
80062024-10-16T19:52:55.021Z[ recovery-image] Oct 16 19:52:54.110 INFO O| Oct 16 19:52:54.110 INFO STEP 30 (ensure_file) COMPLETE
80072024-10-16T19:52:55.021Z[ recovery-image] Oct 16 19:52:54.110 INFO O| Oct 16 19:52:54.110 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80082024-10-16T19:52:55.028Z[ recovery-image] Oct 16 19:52:54.120 INFO O| Oct 16 19:52:54.120 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80092024-10-16T19:52:55.028Z[ recovery-image] Oct 16 19:52:54.120 INFO O| Oct 16 19:52:54.120 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80102024-10-16T19:52:55.030Z[ recovery-image] Oct 16 19:52:54.121 INFO O| Oct 16 19:52:54.121 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80112024-10-16T19:52:55.030Z[ recovery-image] Oct 16 19:52:54.121 INFO O| Oct 16 19:52:54.121 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80122024-10-16T19:52:55.030Z[ recovery-image] Oct 16 19:52:54.121 INFO O| Oct 16 19:52:54.121 INFO ok!
80132024-10-16T19:52:55.030Z[ recovery-image] Oct 16 19:52:54.121 INFO O| Oct 16 19:52:54.121 INFO STEP 31 (ensure_file) COMPLETE
80142024-10-16T19:52:55.030Z[ recovery-image] Oct 16 19:52:54.121 INFO O| Oct 16 19:52:54.121 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80152024-10-16T19:52:55.038Z[ recovery-image] Oct 16 19:52:54.131 INFO O| Oct 16 19:52:54.131 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80162024-10-16T19:52:55.038Z[ recovery-image] Oct 16 19:52:54.131 INFO O| Oct 16 19:52:54.131 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80172024-10-16T19:52:55.040Z[ recovery-image] Oct 16 19:52:54.131 INFO O| Oct 16 19:52:54.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80182024-10-16T19:52:55.041Z[ recovery-image] Oct 16 19:52:54.131 INFO O| Oct 16 19:52:54.131 INFO ok!
80192024-10-16T19:52:55.041Z[ recovery-image] Oct 16 19:52:54.131 INFO O| Oct 16 19:52:54.131 INFO STEP 32 (ensure_file) COMPLETE
80202024-10-16T19:52:55.041Z[ recovery-image] Oct 16 19:52:54.131 INFO O| Oct 16 19:52:54.131 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80212024-10-16T19:52:55.049Z[ recovery-image] Oct 16 19:52:54.141 INFO O| Oct 16 19:52:54.141 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80222024-10-16T19:52:55.049Z[ recovery-image] Oct 16 19:52:54.141 INFO O| Oct 16 19:52:54.141 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80232024-10-16T19:52:55.051Z[ recovery-image] Oct 16 19:52:54.141 INFO O| Oct 16 19:52:54.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80242024-10-16T19:52:55.051Z[ recovery-image] Oct 16 19:52:54.141 INFO O| Oct 16 19:52:54.141 INFO ok!
80252024-10-16T19:52:55.051Z[ recovery-image] Oct 16 19:52:54.141 INFO O| Oct 16 19:52:54.141 INFO STEP 33 (ensure_file) COMPLETE
80262024-10-16T19:52:55.051Z[ recovery-image] Oct 16 19:52:54.141 INFO O| Oct 16 19:52:54.141 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80272024-10-16T19:52:55.058Z[ recovery-image] Oct 16 19:52:54.151 INFO O| Oct 16 19:52:54.151 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80282024-10-16T19:52:55.058Z[ recovery-image] Oct 16 19:52:54.151 INFO O| Oct 16 19:52:54.151 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80292024-10-16T19:52:55.061Z[ recovery-image] Oct 16 19:52:54.151 INFO O| Oct 16 19:52:54.151 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80302024-10-16T19:52:55.061Z[ recovery-image] Oct 16 19:52:54.151 INFO O| Oct 16 19:52:54.151 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80312024-10-16T19:52:55.061Z[ recovery-image] Oct 16 19:52:54.151 INFO O| Oct 16 19:52:54.151 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80322024-10-16T19:52:55.061Z[ recovery-image] Oct 16 19:52:54.151 INFO O| Oct 16 19:52:54.151 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80332024-10-16T19:52:55.062Z[ recovery-image] Oct 16 19:52:54.151 INFO O| Oct 16 19:52:54.151 INFO ok!
80342024-10-16T19:52:55.062Z[ recovery-image] Oct 16 19:52:54.151 INFO O| Oct 16 19:52:54.151 INFO STEP 34 (ensure_file) COMPLETE
80352024-10-16T19:52:55.062Z[ recovery-image] Oct 16 19:52:54.151 INFO O| Oct 16 19:52:54.151 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80362024-10-16T19:52:55.068Z[ recovery-image] Oct 16 19:52:54.161 INFO O| Oct 16 19:52:54.161 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80372024-10-16T19:52:55.071Z[ recovery-image] Oct 16 19:52:54.161 INFO O| Oct 16 19:52:54.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80382024-10-16T19:52:55.071Z[ recovery-image] Oct 16 19:52:54.161 INFO O| Oct 16 19:52:54.161 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80392024-10-16T19:52:55.071Z[ recovery-image] Oct 16 19:52:54.161 INFO O| Oct 16 19:52:54.161 INFO STEP 35 (ensure_dir) COMPLETE
80402024-10-16T19:52:55.071Z[ recovery-image] Oct 16 19:52:54.161 INFO O| Oct 16 19:52:54.161 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80412024-10-16T19:52:55.080Z[ recovery-image] Oct 16 19:52:54.172 INFO O| Oct 16 19:52:54.172 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
80422024-10-16T19:52:55.080Z[ recovery-image] Oct 16 19:52:54.172 INFO O| Oct 16 19:52:54.172 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 ...
80432024-10-16T19:52:55.082Z[ recovery-image] Oct 16 19:52:54.173 INFO O| Oct 16 19:52:54.173 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
80442024-10-16T19:52:55.082Z[ recovery-image] Oct 16 19:52:54.173 INFO O| Oct 16 19:52:54.173 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
80452024-10-16T19:52:55.082Z[ recovery-image] Oct 16 19:52:54.173 INFO O| Oct 16 19:52:54.173 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
80462024-10-16T19:52:55.083Z[ recovery-image] Oct 16 19:52:54.173 INFO O| Oct 16 19:52:54.173 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
80472024-10-16T19:52:55.083Z[ recovery-image] Oct 16 19:52:54.173 INFO O| Oct 16 19:52:54.173 INFO ok!
80482024-10-16T19:52:55.083Z[ recovery-image] Oct 16 19:52:54.173 INFO O| Oct 16 19:52:54.173 INFO STEP 36 (ensure_file) COMPLETE
80492024-10-16T19:52:55.083Z[ recovery-image] Oct 16 19:52:54.173 INFO O| Oct 16 19:52:54.173 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80502024-10-16T19:52:55.090Z[ recovery-image] Oct 16 19:52:54.183 INFO O| Oct 16 19:52:54.182 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80512024-10-16T19:52:55.090Z[ recovery-image] Oct 16 19:52:54.183 INFO O| Oct 16 19:52:54.183 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 ...
80522024-10-16T19:52:55.092Z[ recovery-image] Oct 16 19:52:54.183 INFO O| Oct 16 19:52:54.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80532024-10-16T19:52:55.092Z[ recovery-image] Oct 16 19:52:54.183 INFO O| Oct 16 19:52:54.183 INFO ok!
80542024-10-16T19:52:55.092Z[ recovery-image] Oct 16 19:52:54.183 INFO O| Oct 16 19:52:54.183 INFO STEP 37 (ensure_symlink) COMPLETE
80552024-10-16T19:52:55.092Z[ recovery-image] Oct 16 19:52:54.183 INFO O| Oct 16 19:52:54.183 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80562024-10-16T19:52:55.100Z[ recovery-image] Oct 16 19:52:54.193 INFO O| Oct 16 19:52:54.193 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80572024-10-16T19:52:55.100Z[ recovery-image] Oct 16 19:52:54.193 INFO O| Oct 16 19:52:54.193 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80582024-10-16T19:52:55.102Z[ recovery-image] Oct 16 19:52:54.193 INFO O| Oct 16 19:52:54.193 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80592024-10-16T19:52:55.102Z[ recovery-image] Oct 16 19:52:54.193 INFO O| Oct 16 19:52:54.193 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80602024-10-16T19:52:55.102Z[ recovery-image] Oct 16 19:52:54.193 INFO O| Oct 16 19:52:54.193 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80612024-10-16T19:52:55.102Z[ recovery-image] Oct 16 19:52:54.193 INFO O| Oct 16 19:52:54.193 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80622024-10-16T19:52:55.102Z[ recovery-image] Oct 16 19:52:54.193 INFO O| Oct 16 19:52:54.193 INFO ok!
80632024-10-16T19:52:55.102Z[ recovery-image] Oct 16 19:52:54.193 INFO O| Oct 16 19:52:54.193 INFO STEP 38 (ensure_file) COMPLETE
80642024-10-16T19:52:55.102Z[ recovery-image] Oct 16 19:52:54.193 INFO O| Oct 16 19:52:54.193 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80652024-10-16T19:52:55.110Z[ recovery-image] Oct 16 19:52:54.203 INFO O| Oct 16 19:52:54.203 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80662024-10-16T19:52:55.110Z[ recovery-image] Oct 16 19:52:54.203 INFO O| Oct 16 19:52:54.203 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 ...
80672024-10-16T19:52:55.113Z[ recovery-image] Oct 16 19:52:54.203 INFO O| Oct 16 19:52:54.203 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
80682024-10-16T19:52:55.113Z[ recovery-image] Oct 16 19:52:54.203 INFO O| Oct 16 19:52:54.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80692024-10-16T19:52:55.113Z[ recovery-image] Oct 16 19:52:54.203 INFO O| Oct 16 19:52:54.203 INFO ok!
80702024-10-16T19:52:55.113Z[ recovery-image] Oct 16 19:52:54.203 INFO O| Oct 16 19:52:54.203 INFO STEP 39 (ensure_file) COMPLETE
80712024-10-16T19:52:55.113Z[ recovery-image] Oct 16 19:52:54.203 INFO O| Oct 16 19:52:54.203 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80722024-10-16T19:52:55.120Z[ recovery-image] Oct 16 19:52:54.213 INFO O| Oct 16 19:52:54.213 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80732024-10-16T19:52:55.120Z[ recovery-image] Oct 16 19:52:54.213 INFO O| Oct 16 19:52:54.213 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80742024-10-16T19:52:55.123Z[ recovery-image] Oct 16 19:52:54.213 INFO O| Oct 16 19:52:54.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80752024-10-16T19:52:55.123Z[ recovery-image] Oct 16 19:52:54.213 INFO O| Oct 16 19:52:54.213 INFO ok!
80762024-10-16T19:52:55.123Z[ recovery-image] Oct 16 19:52:54.213 INFO O| Oct 16 19:52:54.213 INFO STEP 40 (ensure_file) COMPLETE
80772024-10-16T19:52:55.123Z[ recovery-image] Oct 16 19:52:54.213 INFO O| Oct 16 19:52:54.213 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80782024-10-16T19:52:55.133Z[ recovery-image] Oct 16 19:52:54.226 INFO O| Oct 16 19:52:54.226 INFO updating shadow file
80792024-10-16T19:52:55.135Z[ recovery-image] Oct 16 19:52:54.226 INFO O| Oct 16 19:52:54.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80802024-10-16T19:52:55.135Z[ recovery-image] Oct 16 19:52:54.226 INFO O| Oct 16 19:52:54.226 INFO STEP 41 (shadow) COMPLETE
80812024-10-16T19:52:55.135Z[ recovery-image] Oct 16 19:52:54.226 INFO O| Oct 16 19:52:54.226 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80822024-10-16T19:52:55.144Z[ recovery-image] Oct 16 19:52:54.237 INFO O| Oct 16 19:52:54.236 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80832024-10-16T19:52:55.144Z[ recovery-image] Oct 16 19:52:54.237 INFO O| Oct 16 19:52:54.237 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80842024-10-16T19:52:55.146Z[ recovery-image] Oct 16 19:52:54.237 INFO O| Oct 16 19:52:54.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80852024-10-16T19:52:55.146Z[ recovery-image] Oct 16 19:52:54.237 INFO O| Oct 16 19:52:54.237 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80862024-10-16T19:52:55.146Z[ recovery-image] Oct 16 19:52:54.237 INFO O| Oct 16 19:52:54.237 INFO ok!
80872024-10-16T19:52:55.146Z[ recovery-image] Oct 16 19:52:54.237 INFO O| Oct 16 19:52:54.237 INFO STEP 42 (ensure_file) COMPLETE
80882024-10-16T19:52:55.146Z[ recovery-image] Oct 16 19:52:54.237 INFO O| Oct 16 19:52:54.237 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80892024-10-16T19:52:55.156Z[ recovery-image] Oct 16 19:52:54.249 INFO O| Oct 16 19:52:54.248 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80902024-10-16T19:52:55.156Z[ recovery-image] Oct 16 19:52:54.249 INFO O| Oct 16 19:52:54.249 INFO STEP 43 (ensure_dir) COMPLETE
80912024-10-16T19:52:55.158Z[ recovery-image] Oct 16 19:52:54.249 INFO O| Oct 16 19:52:54.249 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80922024-10-16T19:52:55.166Z[ recovery-image] Oct 16 19:52:54.259 INFO O| Oct 16 19:52:54.259 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80932024-10-16T19:52:55.168Z[ recovery-image] Oct 16 19:52:54.259 INFO O| Oct 16 19:52:54.259 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80942024-10-16T19:52:55.168Z[ recovery-image] Oct 16 19:52:54.259 INFO O| Oct 16 19:52:54.259 INFO STEP 44 (ensure_dir) COMPLETE
80952024-10-16T19:52:55.168Z[ recovery-image] Oct 16 19:52:54.259 INFO O| Oct 16 19:52:54.259 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-16T19:52:55.177Z[ recovery-image] Oct 16 19:52:54.270 INFO O| Oct 16 19:52:54.270 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80972024-10-16T19:52:55.179Z[ recovery-image] Oct 16 19:52:54.270 INFO O| Oct 16 19:52:54.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80982024-10-16T19:52:55.180Z[ recovery-image] Oct 16 19:52:54.270 INFO O| Oct 16 19:52:54.270 INFO STEP 45 (ensure_dir) COMPLETE
80992024-10-16T19:52:55.180Z[ recovery-image] Oct 16 19:52:54.270 INFO O| Oct 16 19:52:54.270 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81002024-10-16T19:52:55.188Z[ recovery-image] Oct 16 19:52:54.281 INFO O| Oct 16 19:52:54.280 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81012024-10-16T19:52:55.188Z[ recovery-image] Oct 16 19:52:54.281 INFO O| Oct 16 19:52:54.281 INFO copying /tmp/.tmpYwelpl/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81022024-10-16T19:52:55.219Z[ recovery-image] Oct 16 19:52:54.312 INFO O| Oct 16 19:52:54.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81032024-10-16T19:52:55.219Z[ recovery-image] Oct 16 19:52:54.312 INFO O| Oct 16 19:52:54.312 INFO ok!
81042024-10-16T19:52:55.223Z[ recovery-image] Oct 16 19:52:54.312 INFO O| Oct 16 19:52:54.312 INFO STEP 46 (ensure_file) COMPLETE
81052024-10-16T19:52:55.223Z[ recovery-image] Oct 16 19:52:54.312 INFO O| Oct 16 19:52:54.312 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81062024-10-16T19:52:55.231Z[ recovery-image] Oct 16 19:52:54.324 INFO O| Oct 16 19:52:54.324 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81072024-10-16T19:52:55.234Z[ recovery-image] Oct 16 19:52:54.324 INFO O| Oct 16 19:52:54.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81082024-10-16T19:52:55.234Z[ recovery-image] Oct 16 19:52:54.324 INFO O| Oct 16 19:52:54.324 INFO STEP 47 (ensure_dir) COMPLETE
81092024-10-16T19:52:55.234Z[ recovery-image] Oct 16 19:52:54.324 INFO O| Oct 16 19:52:54.324 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81102024-10-16T19:52:55.242Z[ recovery-image] Oct 16 19:52:54.334 INFO O| Oct 16 19:52:54.334 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81112024-10-16T19:52:55.242Z[ recovery-image] Oct 16 19:52:54.334 INFO O| Oct 16 19:52:54.334 INFO copying /tmp/.tmpYwelpl/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81122024-10-16T19:52:55.244Z[ recovery-image] Oct 16 19:52:54.335 INFO O| Oct 16 19:52:54.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81132024-10-16T19:52:55.245Z[ recovery-image] Oct 16 19:52:54.335 INFO O| Oct 16 19:52:54.335 INFO ok!
81142024-10-16T19:52:55.245Z[ recovery-image] Oct 16 19:52:54.335 INFO O| Oct 16 19:52:54.335 INFO STEP 48 (ensure_file) COMPLETE
81152024-10-16T19:52:55.245Z[ recovery-image] Oct 16 19:52:54.335 INFO O| Oct 16 19:52:54.335 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81162024-10-16T19:52:55.257Z[ recovery-image] Oct 16 19:52:54.349 INFO O| Oct 16 19:52:54.349 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81172024-10-16T19:52:55.259Z[ recovery-image] Oct 16 19:52:54.350 INFO O| Oct 16 19:52:54.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81182024-10-16T19:52:55.259Z[ recovery-image] Oct 16 19:52:54.350 INFO O| Oct 16 19:52:54.350 INFO STEP 49 (ensure_dir) COMPLETE
81192024-10-16T19:52:55.259Z[ recovery-image] Oct 16 19:52:54.350 INFO O| Oct 16 19:52:54.350 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81202024-10-16T19:52:55.282Z[ recovery-image] Oct 16 19:52:54.370 INFO O| Oct 16 19:52:54.370 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81212024-10-16T19:52:55.286Z[ recovery-image] Oct 16 19:52:54.370 INFO O| Oct 16 19:52:54.370 INFO copying /tmp/.tmpYwelpl/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81222024-10-16T19:52:55.307Z[ recovery-image] Oct 16 19:52:54.396 INFO O| Oct 16 19:52:54.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81232024-10-16T19:52:55.310Z[ recovery-image] Oct 16 19:52:54.397 INFO O| Oct 16 19:52:54.397 INFO ok!
81242024-10-16T19:52:55.310Z[ recovery-image] Oct 16 19:52:54.397 INFO O| Oct 16 19:52:54.397 INFO STEP 50 (ensure_file) COMPLETE
81252024-10-16T19:52:55.310Z[ recovery-image] Oct 16 19:52:54.397 INFO O| Oct 16 19:52:54.397 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81262024-10-16T19:52:55.327Z[ recovery-image] Oct 16 19:52:54.419 INFO O| Oct 16 19:52:54.419 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81272024-10-16T19:52:55.332Z[ recovery-image] Oct 16 19:52:54.420 INFO O| Oct 16 19:52:54.420 INFO copying /tmp/.tmpYwelpl/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81282024-10-16T19:52:55.859Z[ recovery-image] Oct 16 19:52:54.951 INFO O| Oct 16 19:52:54.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81292024-10-16T19:52:55.859Z[ recovery-image] Oct 16 19:52:54.951 INFO O| Oct 16 19:52:54.951 INFO ok!
81302024-10-16T19:52:55.861Z[ recovery-image] Oct 16 19:52:54.951 INFO O| Oct 16 19:52:54.951 INFO STEP 51 (ensure_file) COMPLETE
81312024-10-16T19:52:55.861Z[ recovery-image] Oct 16 19:52:54.951 INFO O| Oct 16 19:52:54.951 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81322024-10-16T19:52:55.870Z[ recovery-image] Oct 16 19:52:54.962 INFO O| Oct 16 19:52:54.962 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81332024-10-16T19:52:55.872Z[ recovery-image] Oct 16 19:52:54.962 INFO O| Oct 16 19:52:54.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81342024-10-16T19:52:55.872Z[ recovery-image] Oct 16 19:52:54.962 INFO O| Oct 16 19:52:54.962 INFO STEP 52 (ensure_dir) COMPLETE
81352024-10-16T19:52:55.872Z[ recovery-image] Oct 16 19:52:54.962 INFO O| Oct 16 19:52:54.962 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81362024-10-16T19:52:55.880Z[ recovery-image] Oct 16 19:52:54.972 INFO O| Oct 16 19:52:54.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81372024-10-16T19:52:55.883Z[ recovery-image] Oct 16 19:52:54.973 INFO O| Oct 16 19:52:54.972 INFO copying /tmp/.tmpYwelpl/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 ...
81382024-10-16T19:52:55.883Z[ recovery-image] Oct 16 19:52:54.973 INFO O| Oct 16 19:52:54.973 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
81392024-10-16T19:52:55.883Z[ recovery-image] Oct 16 19:52:54.973 INFO O| Oct 16 19:52:54.973 INFO ok!
81402024-10-16T19:52:55.883Z[ recovery-image] Oct 16 19:52:54.973 INFO O| Oct 16 19:52:54.973 INFO STEP 53 (ensure_file) COMPLETE
81412024-10-16T19:52:55.883Z[ recovery-image] Oct 16 19:52:54.973 INFO O| Oct 16 19:52:54.973 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81422024-10-16T19:52:55.890Z[ recovery-image] Oct 16 19:52:54.983 INFO O| Oct 16 19:52:54.983 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81432024-10-16T19:52:55.890Z[ recovery-image] Oct 16 19:52:54.983 INFO O| Oct 16 19:52:54.983 INFO copying /tmp/.tmpYwelpl/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 ...
81442024-10-16T19:52:55.893Z[ recovery-image] Oct 16 19:52:54.983 INFO O| Oct 16 19:52:54.983 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
81452024-10-16T19:52:55.893Z[ recovery-image] Oct 16 19:52:54.983 INFO O| Oct 16 19:52:54.983 INFO ok!
81462024-10-16T19:52:55.893Z[ recovery-image] Oct 16 19:52:54.983 INFO O| Oct 16 19:52:54.983 INFO STEP 54 (ensure_file) COMPLETE
81472024-10-16T19:52:55.893Z[ recovery-image] Oct 16 19:52:54.983 INFO O| Oct 16 19:52:54.983 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81482024-10-16T19:52:55.901Z[ recovery-image] Oct 16 19:52:54.993 INFO O| Oct 16 19:52:54.993 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81492024-10-16T19:52:55.901Z[ recovery-image] Oct 16 19:52:54.993 INFO O| Oct 16 19:52:54.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81502024-10-16T19:52:55.903Z[ recovery-image] Oct 16 19:52:54.993 INFO O| Oct 16 19:52:54.993 INFO STEP 55 (ensure_dir) COMPLETE
81512024-10-16T19:52:55.903Z[ recovery-image] Oct 16 19:52:54.993 INFO O| Oct 16 19:52:54.993 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81522024-10-16T19:52:55.912Z[ recovery-image] Oct 16 19:52:55.004 INFO O| Oct 16 19:52:55.004 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81532024-10-16T19:52:55.915Z[ recovery-image] Oct 16 19:52:55.004 INFO O| Oct 16 19:52:55.004 INFO copying /tmp/.tmpYwelpl/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 ...
81542024-10-16T19:52:55.915Z[ recovery-image] Oct 16 19:52:55.004 INFO O| Oct 16 19:52:55.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81552024-10-16T19:52:55.915Z[ recovery-image] Oct 16 19:52:55.004 INFO O| Oct 16 19:52:55.004 INFO ok!
81562024-10-16T19:52:55.917Z[ recovery-image] Oct 16 19:52:55.004 INFO O| Oct 16 19:52:55.004 INFO STEP 56 (ensure_file) COMPLETE
81572024-10-16T19:52:55.917Z[ recovery-image] Oct 16 19:52:55.004 INFO O| Oct 16 19:52:55.004 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81582024-10-16T19:52:55.923Z[ recovery-image] Oct 16 19:52:55.015 INFO O| Oct 16 19:52:55.015 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81592024-10-16T19:52:55.923Z[ recovery-image] Oct 16 19:52:55.015 INFO O| Oct 16 19:52:55.015 INFO copying /tmp/.tmpYwelpl/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 ...
81602024-10-16T19:52:55.923Z[ recovery-image] Oct 16 19:52:55.015 INFO O| Oct 16 19:52:55.015 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
81612024-10-16T19:52:55.925Z[ recovery-image] Oct 16 19:52:55.015 INFO O| Oct 16 19:52:55.015 INFO ok!
81622024-10-16T19:52:55.925Z[ recovery-image] Oct 16 19:52:55.015 INFO O| Oct 16 19:52:55.015 INFO STEP 57 (ensure_file) COMPLETE
81632024-10-16T19:52:55.925Z[ recovery-image] Oct 16 19:52:55.015 INFO O| Oct 16 19:52:55.015 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81642024-10-16T19:52:55.933Z[ recovery-image] Oct 16 19:52:55.025 INFO O| Oct 16 19:52:55.025 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81652024-10-16T19:52:55.935Z[ recovery-image] Oct 16 19:52:55.025 INFO O| Oct 16 19:52:55.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81662024-10-16T19:52:55.936Z[ recovery-image] Oct 16 19:52:55.025 INFO O| Oct 16 19:52:55.025 INFO STEP 58 (ensure_dir) COMPLETE
81672024-10-16T19:52:55.936Z[ recovery-image] Oct 16 19:52:55.025 INFO O| Oct 16 19:52:55.025 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81682024-10-16T19:52:55.944Z[ recovery-image] Oct 16 19:52:55.037 INFO O| Oct 16 19:52:55.037 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81692024-10-16T19:52:55.944Z[ recovery-image] Oct 16 19:52:55.037 INFO O| Oct 16 19:52:55.037 INFO copying /tmp/.tmpYwelpl/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 ...
81702024-10-16T19:52:55.947Z[ recovery-image] Oct 16 19:52:55.037 INFO O| Oct 16 19:52:55.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81712024-10-16T19:52:55.947Z[ recovery-image] Oct 16 19:52:55.037 INFO O| Oct 16 19:52:55.037 INFO ok!
81722024-10-16T19:52:55.947Z[ recovery-image] Oct 16 19:52:55.037 INFO O| Oct 16 19:52:55.037 INFO STEP 59 (ensure_file) COMPLETE
81732024-10-16T19:52:55.947Z[ recovery-image] Oct 16 19:52:55.037 INFO O| Oct 16 19:52:55.037 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81742024-10-16T19:52:55.955Z[ recovery-image] Oct 16 19:52:55.047 INFO O| Oct 16 19:52:55.047 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81752024-10-16T19:52:55.955Z[ recovery-image] Oct 16 19:52:55.047 INFO O| Oct 16 19:52:55.047 INFO copying /tmp/.tmpYwelpl/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81762024-10-16T19:52:55.957Z[ recovery-image] Oct 16 19:52:55.047 INFO O| Oct 16 19:52:55.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81772024-10-16T19:52:55.957Z[ recovery-image] Oct 16 19:52:55.047 INFO O| Oct 16 19:52:55.047 INFO ok!
81782024-10-16T19:52:55.957Z[ recovery-image] Oct 16 19:52:55.047 INFO O| Oct 16 19:52:55.047 INFO STEP 60 (ensure_file) COMPLETE
81792024-10-16T19:52:55.957Z[ recovery-image] Oct 16 19:52:55.047 INFO O| Oct 16 19:52:55.047 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81802024-10-16T19:52:55.965Z[ recovery-image] Oct 16 19:52:55.057 INFO O| Oct 16 19:52:55.057 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81812024-10-16T19:52:55.967Z[ recovery-image] Oct 16 19:52:55.057 INFO O| Oct 16 19:52:55.057 INFO STEP 61 (ensure_dir) COMPLETE
81822024-10-16T19:52:55.967Z[ recovery-image] Oct 16 19:52:55.057 INFO O| Oct 16 19:52:55.057 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81832024-10-16T19:52:55.979Z[ recovery-image] Oct 16 19:52:55.067 INFO O| Oct 16 19:52:55.067 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81842024-10-16T19:52:55.979Z[ recovery-image] Oct 16 19:52:55.067 INFO O| Oct 16 19:52:55.067 INFO STEP 62 (ensure_dir) COMPLETE
81852024-10-16T19:52:55.980Z[ recovery-image] Oct 16 19:52:55.067 INFO O| Oct 16 19:52:55.067 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81862024-10-16T19:52:55.985Z[ recovery-image] Oct 16 19:52:55.077 INFO O| Oct 16 19:52:55.077 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81872024-10-16T19:52:55.986Z[ recovery-image] Oct 16 19:52:55.077 INFO O| Oct 16 19:52:55.077 INFO STEP 63 (ensure_dir) COMPLETE
81882024-10-16T19:52:55.989Z[ recovery-image] Oct 16 19:52:55.077 INFO O| Oct 16 19:52:55.077 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81892024-10-16T19:52:55.995Z[ recovery-image] Oct 16 19:52:55.087 INFO O| Oct 16 19:52:55.087 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81902024-10-16T19:52:55.995Z[ recovery-image] Oct 16 19:52:55.087 INFO O| Oct 16 19:52:55.087 INFO STEP 64 (ensure_dir) COMPLETE
81912024-10-16T19:52:56.000Z[ recovery-image] Oct 16 19:52:55.087 INFO O| Oct 16 19:52:55.087 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81922024-10-16T19:52:56.005Z[ recovery-image] Oct 16 19:52:55.097 INFO O| Oct 16 19:52:55.097 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81932024-10-16T19:52:56.005Z[ recovery-image] Oct 16 19:52:55.097 INFO O| Oct 16 19:52:55.097 INFO copying /tmp/.tmpYwelpl/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81942024-10-16T19:52:56.008Z[ recovery-image] Oct 16 19:52:55.098 INFO O| Oct 16 19:52:55.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81952024-10-16T19:52:56.008Z[ recovery-image] Oct 16 19:52:55.098 INFO O| Oct 16 19:52:55.098 INFO ok!
81962024-10-16T19:52:56.008Z[ recovery-image] Oct 16 19:52:55.098 INFO O| Oct 16 19:52:55.098 INFO STEP 65 (ensure_file) COMPLETE
81972024-10-16T19:52:56.008Z[ recovery-image] Oct 16 19:52:55.098 INFO O| Oct 16 19:52:55.098 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81982024-10-16T19:52:56.016Z[ recovery-image] Oct 16 19:52:55.108 INFO O| Oct 16 19:52:55.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81992024-10-16T19:52:56.019Z[ recovery-image] Oct 16 19:52:55.108 INFO O| Oct 16 19:52:55.108 INFO STEP 66 (remove_files) COMPLETE
82002024-10-16T19:52:56.019Z[ recovery-image] Oct 16 19:52:55.108 INFO O| Oct 16 19:52:55.108 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82012024-10-16T19:52:56.026Z[ recovery-image] Oct 16 19:52:55.119 INFO O| Oct 16 19:52:55.118 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82022024-10-16T19:52:56.030Z[ recovery-image] Oct 16 19:52:55.119 INFO O| Oct 16 19:52:55.119 INFO STEP 67 (remove_files) COMPLETE
82032024-10-16T19:52:56.030Z[ recovery-image] Oct 16 19:52:55.119 INFO O| Oct 16 19:52:55.119 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82042024-10-16T19:52:56.037Z[ recovery-image] Oct 16 19:52:55.129 INFO O| Oct 16 19:52:55.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82052024-10-16T19:52:56.040Z[ recovery-image] Oct 16 19:52:55.129 INFO O| Oct 16 19:52:55.129 INFO STEP 68 (remove_files) COMPLETE
82062024-10-16T19:52:56.041Z[ recovery-image] Oct 16 19:52:55.129 INFO O| Oct 16 19:52:55.129 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82072024-10-16T19:52:56.048Z[ recovery-image] Oct 16 19:52:55.139 INFO O| Oct 16 19:52:55.139 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82082024-10-16T19:52:56.051Z[ recovery-image] Oct 16 19:52:55.139 INFO O| Oct 16 19:52:55.139 INFO STEP 69 (remove_files) COMPLETE
82092024-10-16T19:52:56.051Z[ recovery-image] Oct 16 19:52:55.139 INFO O| Oct 16 19:52:55.139 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82102024-10-16T19:52:56.058Z[ recovery-image] Oct 16 19:52:55.149 INFO O| Oct 16 19:52:55.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82112024-10-16T19:52:56.060Z[ recovery-image] Oct 16 19:52:55.149 INFO O| Oct 16 19:52:55.149 INFO STEP 70 (remove_files) COMPLETE
82122024-10-16T19:52:56.060Z[ recovery-image] Oct 16 19:52:55.149 INFO O| Oct 16 19:52:55.149 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82132024-10-16T19:52:56.067Z[ recovery-image] Oct 16 19:52:55.159 INFO O| Oct 16 19:52:55.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82142024-10-16T19:52:56.071Z[ recovery-image] Oct 16 19:52:55.159 INFO O| Oct 16 19:52:55.159 INFO STEP 71 (remove_files) COMPLETE
82152024-10-16T19:52:56.071Z[ recovery-image] Oct 16 19:52:55.160 INFO O| Oct 16 19:52:55.159 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82162024-10-16T19:52:56.077Z[ recovery-image] Oct 16 19:52:55.169 INFO O| Oct 16 19:52:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82172024-10-16T19:52:56.078Z[ recovery-image] Oct 16 19:52:55.170 INFO O| Oct 16 19:52:55.169 INFO STEP 72 (remove_files) COMPLETE
82182024-10-16T19:52:56.081Z[ recovery-image] Oct 16 19:52:55.170 INFO O| Oct 16 19:52:55.170 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82192024-10-16T19:52:56.095Z[ recovery-image] Oct 16 19:52:55.180 INFO O| Oct 16 19:52:55.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82202024-10-16T19:52:56.095Z[ recovery-image] Oct 16 19:52:55.180 INFO O| Oct 16 19:52:55.180 INFO STEP 73 (remove_files) COMPLETE
82212024-10-16T19:52:56.099Z[ recovery-image] Oct 16 19:52:55.180 INFO O| Oct 16 19:52:55.180 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82222024-10-16T19:52:56.099Z[ recovery-image] Oct 16 19:52:55.190 INFO O| Oct 16 19:52:55.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82232024-10-16T19:52:56.099Z[ recovery-image] Oct 16 19:52:55.190 INFO O| Oct 16 19:52:55.190 INFO STEP 74 (remove_files) COMPLETE
82242024-10-16T19:52:56.099Z[ recovery-image] Oct 16 19:52:55.190 INFO O| Oct 16 19:52:55.190 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82252024-10-16T19:52:56.109Z[ recovery-image] Oct 16 19:52:55.201 INFO O| Oct 16 19:52:55.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82262024-10-16T19:52:56.109Z[ recovery-image] Oct 16 19:52:55.201 INFO O| Oct 16 19:52:55.201 INFO STEP 75 (remove_files) COMPLETE
82272024-10-16T19:52:56.109Z[ recovery-image] Oct 16 19:52:55.201 INFO O| Oct 16 19:52:55.201 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82282024-10-16T19:52:56.119Z[ recovery-image] Oct 16 19:52:55.211 INFO O| Oct 16 19:52:55.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82292024-10-16T19:52:56.119Z[ recovery-image] Oct 16 19:52:55.211 INFO O| Oct 16 19:52:55.211 INFO STEP 76 (remove_files) COMPLETE
82302024-10-16T19:52:56.119Z[ recovery-image] Oct 16 19:52:55.211 INFO O| Oct 16 19:52:55.211 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82312024-10-16T19:52:56.129Z[ recovery-image] Oct 16 19:52:55.221 INFO O| Oct 16 19:52:55.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82322024-10-16T19:52:56.129Z[ recovery-image] Oct 16 19:52:55.221 INFO O| Oct 16 19:52:55.221 INFO STEP 77 (remove_files) COMPLETE
82332024-10-16T19:52:56.130Z[ recovery-image] Oct 16 19:52:55.221 INFO O| Oct 16 19:52:55.221 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82342024-10-16T19:52:56.139Z[ recovery-image] Oct 16 19:52:55.231 INFO O| Oct 16 19:52:55.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82352024-10-16T19:52:56.141Z[ recovery-image] Oct 16 19:52:55.231 INFO O| Oct 16 19:52:55.231 INFO STEP 78 (remove_files) COMPLETE
82362024-10-16T19:52:56.141Z[ recovery-image] Oct 16 19:52:55.231 INFO O| Oct 16 19:52:55.231 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82372024-10-16T19:52:56.150Z[ recovery-image] Oct 16 19:52:55.242 INFO O| Oct 16 19:52:55.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82382024-10-16T19:52:56.150Z[ recovery-image] Oct 16 19:52:55.242 INFO O| Oct 16 19:52:55.242 INFO STEP 79 (remove_files) COMPLETE
82392024-10-16T19:52:56.154Z[ recovery-image] Oct 16 19:52:55.242 INFO O| Oct 16 19:52:55.242 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82402024-10-16T19:52:56.160Z[ recovery-image] Oct 16 19:52:55.252 INFO O| Oct 16 19:52:55.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82412024-10-16T19:52:56.160Z[ recovery-image] Oct 16 19:52:55.253 INFO O| Oct 16 19:52:55.252 INFO STEP 80 (remove_files) COMPLETE
82422024-10-16T19:52:56.160Z[ recovery-image] Oct 16 19:52:55.253 INFO O| Oct 16 19:52:55.253 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82432024-10-16T19:52:56.171Z[ recovery-image] Oct 16 19:52:55.263 INFO O| Oct 16 19:52:55.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82442024-10-16T19:52:56.171Z[ recovery-image] Oct 16 19:52:55.263 INFO O| Oct 16 19:52:55.263 INFO STEP 81 (remove_files) COMPLETE
82452024-10-16T19:52:56.173Z[ recovery-image] Oct 16 19:52:55.263 INFO O| Oct 16 19:52:55.263 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82462024-10-16T19:52:56.182Z[ recovery-image] Oct 16 19:52:55.274 INFO O| Oct 16 19:52:55.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82472024-10-16T19:52:56.182Z[ recovery-image] Oct 16 19:52:55.274 INFO O| Oct 16 19:52:55.274 INFO STEP 82 (remove_files) COMPLETE
82482024-10-16T19:52:56.185Z[ recovery-image] Oct 16 19:52:55.274 INFO O| Oct 16 19:52:55.274 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82492024-10-16T19:52:56.192Z[ recovery-image] Oct 16 19:52:55.284 INFO O| Oct 16 19:52:55.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82502024-10-16T19:52:56.192Z[ recovery-image] Oct 16 19:52:55.285 INFO O| Oct 16 19:52:55.284 INFO STEP 83 (remove_files) COMPLETE
82512024-10-16T19:52:56.192Z[ recovery-image] Oct 16 19:52:55.285 INFO O| Oct 16 19:52:55.285 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82522024-10-16T19:52:56.203Z[ recovery-image] Oct 16 19:52:55.295 INFO O| Oct 16 19:52:55.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82532024-10-16T19:52:56.205Z[ recovery-image] Oct 16 19:52:55.295 INFO O| Oct 16 19:52:55.295 INFO STEP 84 (remove_files) COMPLETE
82542024-10-16T19:52:56.205Z[ recovery-image] Oct 16 19:52:55.295 INFO O| Oct 16 19:52:55.295 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82552024-10-16T19:52:56.213Z[ recovery-image] Oct 16 19:52:55.306 INFO O| Oct 16 19:52:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82562024-10-16T19:52:56.215Z[ recovery-image] Oct 16 19:52:55.306 INFO O| Oct 16 19:52:55.306 INFO STEP 85 (remove_files) COMPLETE
82572024-10-16T19:52:56.215Z[ recovery-image] Oct 16 19:52:55.306 INFO O| Oct 16 19:52:55.306 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82582024-10-16T19:52:56.223Z[ recovery-image] Oct 16 19:52:55.316 INFO O| Oct 16 19:52:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82592024-10-16T19:52:56.223Z[ recovery-image] Oct 16 19:52:55.316 INFO O| Oct 16 19:52:55.316 INFO STEP 86 (remove_files) COMPLETE
82602024-10-16T19:52:56.226Z[ recovery-image] Oct 16 19:52:55.316 INFO O| Oct 16 19:52:55.316 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82612024-10-16T19:52:56.233Z[ recovery-image] Oct 16 19:52:55.326 INFO O| Oct 16 19:52:55.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82622024-10-16T19:52:56.233Z[ recovery-image] Oct 16 19:52:55.326 INFO O| Oct 16 19:52:55.326 INFO STEP 87 (remove_files) COMPLETE
82632024-10-16T19:52:56.233Z[ recovery-image] Oct 16 19:52:55.326 INFO O| Oct 16 19:52:55.326 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82642024-10-16T19:52:56.243Z[ recovery-image] Oct 16 19:52:55.336 INFO O| Oct 16 19:52:55.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82652024-10-16T19:52:56.246Z[ recovery-image] Oct 16 19:52:55.336 INFO O| Oct 16 19:52:55.336 INFO STEP 88 (remove_files) COMPLETE
82662024-10-16T19:52:56.246Z[ recovery-image] Oct 16 19:52:55.336 INFO O| Oct 16 19:52:55.336 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82672024-10-16T19:52:56.254Z[ recovery-image] Oct 16 19:52:55.346 INFO O| Oct 16 19:52:55.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82682024-10-16T19:52:56.256Z[ recovery-image] Oct 16 19:52:55.346 INFO O| Oct 16 19:52:55.346 INFO STEP 89 (remove_files) COMPLETE
82692024-10-16T19:52:56.256Z[ recovery-image] Oct 16 19:52:55.346 INFO O| Oct 16 19:52:55.346 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82702024-10-16T19:52:56.264Z[ recovery-image] Oct 16 19:52:55.356 INFO O| Oct 16 19:52:55.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82712024-10-16T19:52:56.264Z[ recovery-image] Oct 16 19:52:55.356 INFO O| Oct 16 19:52:55.356 INFO STEP 90 (remove_files) COMPLETE
82722024-10-16T19:52:56.264Z[ recovery-image] Oct 16 19:52:55.356 INFO O| Oct 16 19:52:55.356 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82732024-10-16T19:52:56.274Z[ recovery-image] Oct 16 19:52:55.367 INFO O| Oct 16 19:52:55.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82742024-10-16T19:52:56.275Z[ recovery-image] Oct 16 19:52:55.367 INFO O| Oct 16 19:52:55.367 INFO STEP 91 (remove_files) COMPLETE
82752024-10-16T19:52:56.277Z[ recovery-image] Oct 16 19:52:55.367 INFO O| Oct 16 19:52:55.367 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82762024-10-16T19:52:56.284Z[ recovery-image] Oct 16 19:52:55.377 INFO O| Oct 16 19:52:55.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82772024-10-16T19:52:56.286Z[ recovery-image] Oct 16 19:52:55.377 INFO O| Oct 16 19:52:55.377 INFO STEP 92 (remove_files) COMPLETE
82782024-10-16T19:52:56.286Z[ recovery-image] Oct 16 19:52:55.377 INFO O| Oct 16 19:52:55.377 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82792024-10-16T19:52:56.294Z[ recovery-image] Oct 16 19:52:55.387 INFO O| Oct 16 19:52:55.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82802024-10-16T19:52:56.294Z[ recovery-image] Oct 16 19:52:55.387 INFO O| Oct 16 19:52:55.387 INFO STEP 93 (remove_files) COMPLETE
82812024-10-16T19:52:56.297Z[ recovery-image] Oct 16 19:52:55.387 INFO O| Oct 16 19:52:55.387 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82822024-10-16T19:52:56.304Z[ recovery-image] Oct 16 19:52:55.397 INFO O| Oct 16 19:52:55.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82832024-10-16T19:52:56.304Z[ recovery-image] Oct 16 19:52:55.397 INFO O| Oct 16 19:52:55.397 INFO STEP 94 (remove_files) COMPLETE
82842024-10-16T19:52:56.307Z[ recovery-image] Oct 16 19:52:55.397 INFO O| Oct 16 19:52:55.397 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82852024-10-16T19:52:56.321Z[ recovery-image] Oct 16 19:52:55.412 INFO O| Oct 16 19:52:55.412 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82862024-10-16T19:52:56.324Z[ recovery-image] Oct 16 19:52:55.413 INFO O| Oct 16 19:52:55.413 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82872024-10-16T19:53:04.473Z[ recovery-image] Oct 16 19:53:03.563 INFO O| Oct 16 19:53:03.562 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
82882024-10-16T19:53:04.473Z[ recovery-image] Oct 16 19:53:03.563 INFO O| Oct 16 19:53:03.562 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82892024-10-16T19:53:04.486Z[ recovery-image] Oct 16 19:53:03.576 INFO O| Oct 16 19:53:03.576 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
82902024-10-16T19:53:04.562Z[ recovery-image] Oct 16 19:53:03.652 INFO O| Oct 16 19:53:03.651 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82912024-10-16T19:53:04.562Z[ recovery-image] Oct 16 19:53:03.652 INFO O| Oct 16 19:53:03.652 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 ...
82922024-10-16T19:53:04.564Z[ recovery-image] Oct 16 19:53:03.653 INFO O| Oct 16 19:53:03.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82932024-10-16T19:53:04.564Z[ recovery-image] Oct 16 19:53:03.653 INFO O| Oct 16 19:53:03.653 INFO ok!
82942024-10-16T19:53:04.565Z[ recovery-image] Oct 16 19:53:03.653 INFO O| Oct 16 19:53:03.653 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82952024-10-16T19:53:04.565Z[ recovery-image] Oct 16 19:53:03.653 INFO O| Oct 16 19:53:03.653 INFO STEP 95 (seed_smf) COMPLETE
82962024-10-16T19:53:04.565Z[ recovery-image] Oct 16 19:53:03.653 INFO O| Oct 16 19:53:03.653 INFO steps complete; finalising image!
82972024-10-16T19:53:04.565Z[ recovery-image] Oct 16 19:53:03.654 INFO O| Oct 16 19:53:03.654 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82982024-10-16T19:53:04.598Z[ recovery-image] Oct 16 19:53:03.688 INFO O| Oct 16 19:53:03.688 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Wed Oct 16 19:53:03 2024)
82992024-10-16T19:53:04.804Z[ recovery-image] Oct 16 19:53:03.894 INFO O| Oct 16 19:53:03.894 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Wed Oct 16 19:53:03 2024)
83002024-10-16T19:53:05.012Z[ recovery-image] Oct 16 19:53:04.102 INFO O| Oct 16 19:53:04.101 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Wed Oct 16 19:53:03 2024)
83012024-10-16T19:53:05.235Z[ recovery-image] Oct 16 19:53:04.325 INFO O| Oct 16 19:53:04.325 INFO temporary pool has 402M used, 1.36G avail, 1.00x compressratio
83022024-10-16T19:53:05.235Z[ recovery-image] Oct 16 19:53:04.325 INFO O| Oct 16 19:53:04.325 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83032024-10-16T19:53:05.495Z[ recovery-image] Oct 16 19:53:04.584 INFO O| Oct 16 19:53:04.584 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
83042024-10-16T19:53:05.495Z[ recovery-image] Oct 16 19:53:04.584 INFO O| Oct 16 19:53:04.584 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83052024-10-16T19:53:08.592Z[ recovery-image] Oct 16 19:53:07.681 INFO O| Oct 16 19:53:07.681 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83062024-10-16T19:53:08.592Z[ recovery-image] Oct 16 19:53:07.681 INFO O| Oct 16 19:53:07.681 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83072024-10-16T19:53:08.595Z[ recovery-image] Oct 16 19:53:07.681 INFO O| Oct 16 19:53:07.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83082024-10-16T19:53:08.595Z[ recovery-image] Oct 16 19:53:07.681 INFO O| Oct 16 19:53:07.681 INFO completed processing gimlet/zfs-recovery
83092024-10-16T19:53:08.595Z[ recovery-image] Oct 16 19:53:07.681 INFO O| Oct 16 19:53:07.681 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83102024-10-16T19:53:09.086Z[ recovery-image] Oct 16 19:53:08.175 INFO O| Oct 16 19:53:08.175 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83112024-10-16T19:53:09.187Z[ recovery-image] Oct 16 19:53:08.275 INFO BUILD STRING "heads/stlouis-0-g33fa570ff4\n"
83122024-10-16T19:53:09.189Z[ recovery-image] Oct 16 19:53:08.276 INFO expanded image name: "recovery ee7ff3f/${os_short_commit} 2024-10-16 19:25" -> "recovery ee7ff3f/33fa570 2024-10-16 19:25"
83132024-10-16T19:53:09.189Z[ recovery-image] Oct 16 19:53:08.276 INFO output artefacts stored in: "/work/os-recovery"
83142024-10-16T19:53:09.189Z[ recovery-image] Oct 16 19:53:08.276 INFO collecting git info from project "pinprick"...
83152024-10-16T19:53:09.197Z[ recovery-image] Oct 16 19:53:08.286 INFO collecting git info from project "amd-host-image-builder"...
83162024-10-16T19:53:09.435Z[ recovery-image] Oct 16 19:53:08.523 INFO collecting git info from project "bootserver"...
83172024-10-16T19:53:09.440Z[ recovery-image] Oct 16 19:53:08.529 INFO collecting git info from project "image-builder"...
83182024-10-16T19:53:09.446Z[ recovery-image] Oct 16 19:53:08.535 INFO collecting git info from project "phbl"...
83192024-10-16T19:53:09.453Z[ recovery-image] Oct 16 19:53:08.542 INFO collecting git info from project "pilot"...
83202024-10-16T19:53:09.464Z[ recovery-image] Oct 16 19:53:08.553 INFO collecting git info from project "amd-firmware"...
83212024-10-16T19:53:09.709Z[ recovery-image] Oct 16 19:53:08.798 INFO collecting git info from project "chelsio-t6-roms"...
83222024-10-16T19:53:09.730Z[ recovery-image] Oct 16 19:53:08.819 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83232024-10-16T19:53:10.093Z[ recovery-image] Oct 16 19:53:09.181 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83242024-10-16T19:53:10.456Z[ recovery-image] Oct 16 19:53:09.544 INFO creating Oxide boot image...
83252024-10-16T19:53:10.456Z[ recovery-image] Oct 16 19:53:09.545 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ee7ff3f/33fa570 2024-10-16 19:25", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83262024-10-16T19:53:37.654Z[ host-image] Oct 16 19:53:36.734 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22969:20241016T084649Z
83272024-10-16T19:53:37.654Z[ host-image] Oct 16 19:53:36.735 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22969:20241016T084649Z
83282024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.735 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83292024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.735 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83302024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.735 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83312024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.735 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83322024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.736 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83332024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.736 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83342024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.736 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83352024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.736 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83362024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.736 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22969:20241016T084650Z
83372024-10-16T19:53:37.657Z[ host-image] Oct 16 19:53:36.738 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22969:20241016T084651Z
83382024-10-16T19:53:37.660Z[ host-image] Oct 16 19:53:36.739 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22969:20241016T084651Z
83392024-10-16T19:53:37.660Z[ host-image] Oct 16 19:53:36.739 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22969:20241016T084651Z
83402024-10-16T19:53:37.660Z[ host-image] Oct 16 19:53:36.740 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83412024-10-16T19:53:37.660Z[ host-image] Oct 16 19:53:36.740 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22969:20241016T084651Z
83422024-10-16T19:53:37.660Z[ host-image] Oct 16 19:53:36.741 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22969:20241016T084651Z
83432024-10-16T19:53:37.660Z[ host-image] Oct 16 19:53:36.741 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22969:20241016T084651Z
83442024-10-16T19:53:37.660Z[ host-image] Oct 16 19:53:36.741 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22969:20241016T084651Z
83452024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.741 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22969:20241016T084652Z
83462024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.742 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22969:20241016T084652Z
83472024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.742 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22969:20241016T084652Z
83482024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.742 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22969:20241016T084653Z
83492024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.742 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22969:20241016T084654Z
83502024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.742 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22969:20241016T084655Z
83512024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.742 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22969:20241016T084655Z
83522024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.742 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22969:20241016T084656Z
83532024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.743 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22969:20241016T084657Z
83542024-10-16T19:53:37.663Z[ host-image] Oct 16 19:53:36.743 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83552024-10-16T19:53:37.664Z[ host-image] Oct 16 19:53:36.743 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22969:20241016T084658Z
83562024-10-16T19:53:37.664Z[ host-image] Oct 16 19:53:36.743 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22969:20241016T084701Z
83572024-10-16T19:53:37.664Z[ host-image] Oct 16 19:53:36.743 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22969:20241016T084701Z
83582024-10-16T19:53:37.664Z[ host-image] Oct 16 19:53:36.743 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22969:20241016T084702Z
83592024-10-16T19:53:37.666Z[ host-image] Oct 16 19:53:36.744 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22969:20241016T084703Z
83602024-10-16T19:53:37.666Z[ host-image] Oct 16 19:53:36.744 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22969:20241016T084704Z
83612024-10-16T19:53:37.672Z[ host-image] Oct 16 19:53:36.754 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83622024-10-16T19:53:37.672Z[ host-image] Oct 16 19:53:36.754 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22969:20241016T084704Z
83632024-10-16T19:53:37.675Z[ host-image] Oct 16 19:53:36.754 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83642024-10-16T19:53:37.675Z[ host-image] Oct 16 19:53:36.754 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83652024-10-16T19:53:37.675Z[ host-image] Oct 16 19:53:36.755 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83662024-10-16T19:53:37.675Z[ host-image] Oct 16 19:53:36.755 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22969:20241016T084704Z
83672024-10-16T19:53:37.675Z[ host-image] Oct 16 19:53:36.755 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83682024-10-16T19:53:37.675Z[ host-image] Oct 16 19:53:36.755 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83692024-10-16T19:53:37.677Z[ host-image] Oct 16 19:53:36.756 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83702024-10-16T19:53:37.677Z[ host-image] Oct 16 19:53:36.757 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83712024-10-16T19:53:37.688Z[ host-image] Oct 16 19:53:36.769 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83722024-10-16T19:53:37.691Z[ host-image] Oct 16 19:53:36.769 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83732024-10-16T19:53:37.691Z[ host-image] Oct 16 19:53:36.769 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83742024-10-16T19:53:37.691Z[ host-image] Oct 16 19:53:36.770 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83752024-10-16T19:53:37.691Z[ host-image] Oct 16 19:53:36.770 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83762024-10-16T19:53:37.691Z[ host-image] Oct 16 19:53:36.771 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83772024-10-16T19:53:37.726Z[ host-image] Oct 16 19:53:36.807 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83782024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.807 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83792024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.807 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83802024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.808 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22969:20241016T084706Z
83812024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.808 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22969:20241016T084712Z
83822024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.809 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83832024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.809 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22969:20241016T084712Z
83842024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.809 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83852024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.809 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83862024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.809 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83872024-10-16T19:53:37.728Z[ host-image] Oct 16 19:53:36.809 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22969:20241016T084712Z
83882024-10-16T19:53:37.729Z[ host-image] Oct 16 19:53:36.809 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83892024-10-16T19:53:37.733Z[ host-image] Oct 16 19:53:36.814 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83902024-10-16T19:53:37.735Z[ host-image] Oct 16 19:53:36.814 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83912024-10-16T19:53:37.735Z[ host-image] Oct 16 19:53:36.814 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83922024-10-16T19:53:37.735Z[ host-image] Oct 16 19:53:36.815 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22969:20241016T084713Z
83932024-10-16T19:53:37.735Z[ host-image] Oct 16 19:53:36.815 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83942024-10-16T19:53:37.748Z[ host-image] Oct 16 19:53:36.829 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83952024-10-16T19:53:37.752Z[ host-image] Oct 16 19:53:36.830 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22969:20241016T084713Z
83962024-10-16T19:53:37.752Z[ host-image] Oct 16 19:53:36.832 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22969:20241016T084713Z
83972024-10-16T19:53:37.752Z[ host-image] Oct 16 19:53:36.832 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22969:20241016T084714Z
83982024-10-16T19:53:37.752Z[ host-image] Oct 16 19:53:36.832 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83992024-10-16T19:53:37.752Z[ host-image] Oct 16 19:53:36.833 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22969:20241016T084715Z
84002024-10-16T19:53:37.754Z[ host-image] Oct 16 19:53:36.833 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22969:20241016T084715Z
84012024-10-16T19:53:37.754Z[ host-image] Oct 16 19:53:36.833 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22969:20241016T084715Z
84022024-10-16T19:53:37.754Z[ host-image] Oct 16 19:53:36.834 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22969:20241016T084715Z
84032024-10-16T19:53:37.757Z[ host-image] Oct 16 19:53:36.837 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84042024-10-16T19:53:37.757Z[ host-image] Oct 16 19:53:36.838 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22969:20241016T084716Z
84052024-10-16T19:53:37.761Z[ host-image] Oct 16 19:53:36.838 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22969:20241016T084717Z
84062024-10-16T19:53:37.761Z[ host-image] Oct 16 19:53:36.839 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84072024-10-16T19:53:37.761Z[ host-image] Oct 16 19:53:36.839 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22969:20241016T084717Z
84082024-10-16T19:53:37.761Z[ host-image] Oct 16 19:53:36.839 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22969:20241016T084717Z
84092024-10-16T19:53:37.761Z[ host-image] Oct 16 19:53:36.839 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22969:20241016T084717Z
84102024-10-16T19:53:37.761Z[ host-image] Oct 16 19:53:36.840 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22969:20241016T084718Z
84112024-10-16T19:53:37.767Z[ host-image] Oct 16 19:53:36.848 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22969:20241016T084718Z
84122024-10-16T19:53:37.769Z[ host-image] Oct 16 19:53:36.848 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84132024-10-16T19:53:37.769Z[ host-image] Oct 16 19:53:36.850 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22969:20241016T084718Z
84142024-10-16T19:53:37.772Z[ host-image] Oct 16 19:53:36.851 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22969:20241016T084718Z
84152024-10-16T19:53:37.772Z[ host-image] Oct 16 19:53:36.851 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22969:20241016T084718Z
84162024-10-16T19:53:37.772Z[ host-image] Oct 16 19:53:36.852 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22969:20241016T084718Z
84172024-10-16T19:53:37.772Z[ host-image] Oct 16 19:53:36.852 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22969:20241016T084718Z
84182024-10-16T19:53:37.772Z[ host-image] Oct 16 19:53:36.853 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22969:20241016T084719Z
84192024-10-16T19:53:37.782Z[ host-image] Oct 16 19:53:36.863 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22969:20241016T084720Z
84202024-10-16T19:53:37.784Z[ host-image] Oct 16 19:53:36.863 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22969:20241016T084719Z
84212024-10-16T19:53:37.785Z[ host-image] Oct 16 19:53:36.863 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22969:20241016T084720Z
84222024-10-16T19:53:37.785Z[ host-image] Oct 16 19:53:36.864 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22969:20241016T084720Z
84232024-10-16T19:53:37.785Z[ host-image] Oct 16 19:53:36.865 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22969:20241016T084720Z
84242024-10-16T19:53:37.805Z[ host-image] Oct 16 19:53:36.886 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22969:20241016T084723Z
84252024-10-16T19:53:37.808Z[ host-image] Oct 16 19:53:36.887 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22969:20241016T084720Z
84262024-10-16T19:53:37.808Z[ host-image] Oct 16 19:53:36.887 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22969:20241016T084720Z
84272024-10-16T19:53:37.808Z[ host-image] Oct 16 19:53:36.887 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84282024-10-16T19:53:37.808Z[ host-image] Oct 16 19:53:36.887 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84292024-10-16T19:53:37.835Z[ host-image] Oct 16 19:53:36.916 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22969:20241016T084721Z
84302024-10-16T19:53:37.837Z[ host-image] Oct 16 19:53:36.916 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84312024-10-16T19:53:37.837Z[ host-image] Oct 16 19:53:36.916 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22969:20241016T084721Z
84322024-10-16T19:53:37.837Z[ host-image] Oct 16 19:53:36.917 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22969:20241016T084721Z
84332024-10-16T19:53:37.837Z[ host-image] Oct 16 19:53:36.918 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22969:20241016T084721Z
84342024-10-16T19:53:37.837Z[ host-image] Oct 16 19:53:36.918 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84352024-10-16T19:53:37.842Z[ host-image] Oct 16 19:53:36.919 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84362024-10-16T19:53:37.842Z[ host-image] Oct 16 19:53:36.919 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22969:20241016T084722Z
84372024-10-16T19:53:37.842Z[ host-image] Oct 16 19:53:36.919 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22969:20241016T084722Z
84382024-10-16T19:53:37.842Z[ host-image] Oct 16 19:53:36.919 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22969:20241016T084722Z
84392024-10-16T19:53:37.842Z[ host-image] Oct 16 19:53:36.920 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22969:20241016T084722Z
84402024-10-16T19:53:37.842Z[ host-image] Oct 16 19:53:36.920 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22969:20241016T084723Z
84412024-10-16T19:53:37.842Z[ host-image] Oct 16 19:53:36.920 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22969:20241016T084723Z
84422024-10-16T19:53:37.845Z[ host-image] Oct 16 19:53:36.923 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84432024-10-16T19:53:37.845Z[ host-image] Oct 16 19:53:36.923 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22969:20241016T084724Z
84442024-10-16T19:53:37.845Z[ host-image] Oct 16 19:53:36.925 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22969:20241016T084724Z
84452024-10-16T19:53:37.845Z[ host-image] Oct 16 19:53:36.925 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22969:20241016T084724Z
84462024-10-16T19:53:37.845Z[ host-image] Oct 16 19:53:36.925 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22969:20241016T084725Z
84472024-10-16T19:53:37.845Z[ host-image] Oct 16 19:53:36.925 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22969:20241016T084724Z
84482024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.926 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22969:20241016T084725Z
84492024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.926 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84502024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.926 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84512024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.926 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22969:20241016T084727Z
84522024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.927 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22969:20241016T084727Z
84532024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.927 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84542024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.927 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84552024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.927 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84562024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.927 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84572024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.927 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84582024-10-16T19:53:37.847Z[ host-image] Oct 16 19:53:36.928 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84592024-10-16T19:53:37.850Z[ host-image] Oct 16 19:53:36.929 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84602024-10-16T19:53:37.850Z[ host-image] Oct 16 19:53:36.929 INFO O| tempdir @ "/tmp/.tmpxHsoUK/tmp"
84612024-10-16T19:53:37.850Z[ host-image] Oct 16 19:53:36.929 INFO O| image root @ "/tmp/.tmpxHsoUK/tmp/root"
84622024-10-16T19:53:37.850Z[ host-image] Oct 16 19:53:36.929 INFO O| creating image...
84632024-10-16T19:53:38.347Z[ host-image] Oct 16 19:53:37.428 INFO O| copying publishers...
84642024-10-16T19:53:46.580Z[ host-image] Oct 16 19:53:45.658 INFO O| adding properties...
84652024-10-16T19:53:47.726Z[ host-image] Oct 16 19:53:46.804 INFO O| installing packages...
84662024-10-16T19:54:03.171Z[ recovery-image] Oct 16 19:54:02.098 INFO O| ok, image written!
84672024-10-16T19:54:03.171Z[ recovery-image] Oct 16 19:54:02.098 INFO O| ok, boot_image_csum file written!
84682024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.105 INFO creating boot archive (CPIO)...
84692024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.105 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
84702024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.113 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84712024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.113 INFO E| + outfile=/work/os-recovery/cpio
84722024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.113 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84732024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.115 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84742024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.115 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84752024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.149 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84762024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.149 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84772024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.157 INFO creating compressed cpio/unix for nanobl-rs...
84782024-10-16T19:54:03.176Z[ recovery-image] Oct 16 19:54:02.158 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
84792024-10-16T19:54:03.370Z[ recovery-image] Oct 16 19:54:02.444 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84802024-10-16T19:54:03.865Z[ host-image] Oct 16 19:54:02.938 INFO O| seeding SMF database...
84812024-10-16T19:54:07.726Z[ recovery-image] Oct 16 19:54:06.799 INFO creating reset image...
84822024-10-16T19:54:07.729Z[ recovery-image] Oct 16 19:54:06.799 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84832024-10-16T19:54:07.971Z[ recovery-image] Oct 16 19:54:07.044 INFO E| Updating crates.io index
84842024-10-16T19:54:08.062Z[ recovery-image] Oct 16 19:54:07.134 INFO E| Downloading crates ...
84852024-10-16T19:54:08.128Z[ recovery-image] Oct 16 19:54:07.201 INFO E| Downloaded shared_child v1.0.1
84862024-10-16T19:54:08.135Z[ recovery-image] Oct 16 19:54:07.207 INFO E| Downloaded clap v4.5.17
84872024-10-16T19:54:08.145Z[ recovery-image] Oct 16 19:54:07.218 INFO E| Downloaded os_pipe v1.2.1
84882024-10-16T19:54:08.147Z[ recovery-image] Oct 16 19:54:07.219 INFO E| Downloaded clap_builder v4.5.17
84892024-10-16T19:54:08.153Z[ recovery-image] Oct 16 19:54:07.226 INFO E| Downloaded duct v0.13.7
84902024-10-16T19:54:08.188Z[ recovery-image] Oct 16 19:54:07.260 INFO E| Downloaded libc v0.2.158
84912024-10-16T19:54:08.263Z[ recovery-image] Oct 16 19:54:07.336 INFO E| Compiling proc-macro2 v1.0.86
84922024-10-16T19:54:08.263Z[ recovery-image] Oct 16 19:54:07.336 INFO E| Compiling libc v0.2.158
84932024-10-16T19:54:08.264Z[ recovery-image] Oct 16 19:54:07.336 INFO E| Compiling unicode-ident v1.0.13
84942024-10-16T19:54:08.264Z[ recovery-image] Oct 16 19:54:07.336 INFO E| Compiling utf8parse v0.2.2
84952024-10-16T19:54:08.266Z[ recovery-image] Oct 16 19:54:07.336 INFO E| Compiling anstyle-query v1.1.1
84962024-10-16T19:54:08.266Z[ recovery-image] Oct 16 19:54:07.336 INFO E| Compiling colorchoice v1.0.2
84972024-10-16T19:54:08.266Z[ recovery-image] Oct 16 19:54:07.336 INFO E| Compiling is_terminal_polyfill v1.70.1
84982024-10-16T19:54:08.267Z[ recovery-image] Oct 16 19:54:07.336 INFO E| Compiling anstyle v1.0.8
84992024-10-16T19:54:08.490Z[ recovery-image] Oct 16 19:54:07.560 INFO E| Compiling anstyle-parse v0.2.5
85002024-10-16T19:54:08.492Z[ recovery-image] Oct 16 19:54:07.560 INFO E| Compiling strsim v0.11.1
85012024-10-16T19:54:08.492Z[ recovery-image] Oct 16 19:54:07.561 INFO E| Compiling clap_lex v0.7.2
85022024-10-16T19:54:08.502Z[ recovery-image] Oct 16 19:54:07.575 INFO E| Compiling heck v0.5.0
85032024-10-16T19:54:08.658Z[ recovery-image] Oct 16 19:54:07.729 INFO E| Compiling once_cell v1.19.0
85042024-10-16T19:54:08.942Z[ recovery-image] Oct 16 19:54:08.014 INFO E| Compiling anstream v0.6.15
85052024-10-16T19:54:09.289Z[ recovery-image] Oct 16 19:54:08.361 INFO E| Compiling clap_builder v4.5.17
85062024-10-16T19:54:09.534Z[ recovery-image] Oct 16 19:54:08.606 INFO E| Compiling shared_child v1.0.1
85072024-10-16T19:54:09.534Z[ recovery-image] Oct 16 19:54:08.606 INFO E| Compiling os_pipe v1.2.1
85082024-10-16T19:54:09.677Z[ recovery-image] Oct 16 19:54:08.750 INFO E| Compiling duct v0.13.7
85092024-10-16T19:54:09.761Z[ recovery-image] Oct 16 19:54:08.833 INFO E| Compiling quote v1.0.37
85102024-10-16T19:54:10.081Z[ recovery-image] Oct 16 19:54:09.153 INFO E| Compiling syn v2.0.77
85112024-10-16T19:54:12.307Z[ host-image] Oct 16 19:54:11.379 INFO O| configuring SMF profile...
85122024-10-16T19:54:12.310Z[ host-image] Oct 16 19:54:11.379 INFO O| modifying shadow(5)...
85132024-10-16T19:54:12.310Z[ host-image] Oct 16 19:54:11.379 INFO O| loading user and group database...
85142024-10-16T19:54:12.310Z[ host-image] Oct 16 19:54:11.379 INFO O| assessing packaged files...
85152024-10-16T19:54:13.969Z[ recovery-image] Oct 16 19:54:13.040 INFO E| Compiling clap_derive v4.5.13
85162024-10-16T19:54:15.018Z[ host-image] Oct 16 19:54:14.088 INFO O| creating archive...
85172024-10-16T19:54:15.051Z[ host-image] Oct 16 19:54:14.122 INFO O| missing from packaging:
85182024-10-16T19:54:15.051Z[ host-image] Oct 16 19:54:14.122 INFO O| "etc/.pwd.lock"
85192024-10-16T19:54:15.054Z[ host-image] Oct 16 19:54:14.122 INFO O| "etc/bash"
85202024-10-16T19:54:15.056Z[ host-image] Oct 16 19:54:14.127 INFO O| "etc/svc/profile/generic.xml"
85212024-10-16T19:54:15.056Z[ host-image] Oct 16 19:54:14.127 INFO O| "etc/svc/profile/inetd_services.xml"
85222024-10-16T19:54:15.056Z[ host-image] Oct 16 19:54:14.127 INFO O| "etc/svc/profile/name_service.xml"
85232024-10-16T19:54:15.056Z[ host-image] Oct 16 19:54:14.127 INFO O| "etc/svc/profile/platform.xml"
85242024-10-16T19:54:15.056Z[ host-image] Oct 16 19:54:14.127 INFO O| "etc/svc/profile/platform_omicron1.xml"
85252024-10-16T19:54:15.056Z[ host-image] Oct 16 19:54:14.127 INFO O| "etc/svc/repository.db"
85262024-10-16T19:54:15.065Z[ host-image] Oct 16 19:54:14.136 INFO O| "opt/ooce/share"
85272024-10-16T19:54:15.065Z[ host-image] Oct 16 19:54:14.136 INFO O| "opt/ooce/share/man"
85282024-10-16T19:54:15.065Z[ host-image] Oct 16 19:54:14.136 INFO O| "opt/ooce/share/man/man1"
85292024-10-16T19:54:15.075Z[ host-image] Oct 16 19:54:14.145 INFO O| finishing archive...
85302024-10-16T19:54:15.831Z[ recovery-image] Oct 16 19:54:14.902 INFO E| Compiling clap v4.5.17
85312024-10-16T19:54:15.885Z[ recovery-image] Oct 16 19:54:14.955 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85322024-10-16T19:54:16.865Z[ recovery-image] Oct 16 19:54:15.935 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
85332024-10-16T19:54:16.876Z[ recovery-image] Oct 16 19:54:15.946 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85342024-10-16T19:54:17.002Z[ recovery-image] Oct 16 19:54:16.072 INFO E| Updating crates.io index
85352024-10-16T19:54:17.294Z[ recovery-image] Oct 16 19:54:16.363 INFO E| Downloading crates ...
85362024-10-16T19:54:17.334Z[ recovery-image] Oct 16 19:54:16.404 INFO E| Downloaded bitstruct v0.1.1
85372024-10-16T19:54:17.337Z[ recovery-image] Oct 16 19:54:16.406 INFO E| Downloaded bitstruct_derive v0.1.0
85382024-10-16T19:54:17.343Z[ recovery-image] Oct 16 19:54:16.414 INFO E| Downloaded raw-cpuid v10.7.0
85392024-10-16T19:54:17.349Z[ recovery-image] Oct 16 19:54:16.418 INFO E| Downloaded seq-macro v0.3.5
85402024-10-16T19:54:17.351Z[ recovery-image] Oct 16 19:54:16.419 INFO E| Downloaded bit_field v0.10.2
85412024-10-16T19:54:17.446Z[ recovery-image] Oct 16 19:54:16.516 INFO E| Downloaded x86 v0.52.0
85422024-10-16T19:54:17.494Z[ recovery-image] Oct 16 19:54:16.564 INFO E| Downloaded cpio_reader v0.1.1
85432024-10-16T19:54:17.507Z[ recovery-image] Oct 16 19:54:16.577 INFO E| Updating crates.io index
85442024-10-16T19:54:17.581Z[ recovery-image] Oct 16 19:54:16.651 INFO E| Downloading crates ...
85452024-10-16T19:54:17.639Z[ recovery-image] Oct 16 19:54:16.709 INFO E| Downloaded unicode-width v0.1.13
85462024-10-16T19:54:17.650Z[ recovery-image] Oct 16 19:54:16.720 INFO E| Downloaded compiler_builtins v0.1.125
85472024-10-16T19:54:17.722Z[ recovery-image] Oct 16 19:54:16.792 INFO E| Compiling compiler_builtins v0.1.125
85482024-10-16T19:54:17.722Z[ recovery-image] Oct 16 19:54:16.792 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85492024-10-16T19:54:17.725Z[ recovery-image] Oct 16 19:54:16.792 INFO E| Compiling proc-macro2 v1.0.86
85502024-10-16T19:54:17.725Z[ recovery-image] Oct 16 19:54:16.792 INFO E| Compiling unicode-ident v1.0.13
85512024-10-16T19:54:17.726Z[ recovery-image] Oct 16 19:54:16.793 INFO E| Compiling syn v1.0.109
85522024-10-16T19:54:17.726Z[ recovery-image] Oct 16 19:54:16.793 INFO E| Compiling x86 v0.52.0
85532024-10-16T19:54:17.728Z[ recovery-image] Oct 16 19:54:16.798 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85542024-10-16T19:54:17.732Z[ recovery-image] Oct 16 19:54:16.798 INFO E| Compiling seq-macro v0.3.5
85552024-10-16T19:54:18.013Z[ host-image] Oct 16 19:54:17.082 INFO O| creating gzonly manifest...
85562024-10-16T19:54:18.046Z[ host-image] Oct 16 19:54:17.115 INFO O| ok
85572024-10-16T19:54:18.195Z[ host-image] Oct 16 19:54:17.264 INFO image builder template: ramdisk-02-trim...
85582024-10-16T19:54:18.195Z[ host-image] Oct 16 19:54:17.264 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/.tmpYwelpl/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85592024-10-16T19:54:18.229Z[ host-image] Oct 16 19:54:17.299 INFO O| Oct 16 19:54:17.298 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85602024-10-16T19:54:18.235Z[ host-image] Oct 16 19:54:17.305 INFO O| Oct 16 19:54:17.305 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85612024-10-16T19:54:18.484Z[ host-image] Oct 16 19:54:17.554 INFO O| Oct 16 19:54:17.554 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85622024-10-16T19:54:18.695Z[ host-image] Oct 16 19:54:17.764 INFO O| Oct 16 19:54:17.764 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85632024-10-16T19:54:18.697Z[ host-image] Oct 16 19:54:17.765 INFO O| Oct 16 19:54:17.765 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85642024-10-16T19:54:18.700Z[ host-image] Oct 16 19:54:17.770 INFO O| Oct 16 19:54:17.770 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85652024-10-16T19:54:18.705Z[ host-image] Oct 16 19:54:17.775 INFO O| Oct 16 19:54:17.775 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85662024-10-16T19:54:18.709Z[ host-image] Oct 16 19:54:17.779 INFO O| Oct 16 19:54:17.779 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85672024-10-16T19:54:18.916Z[ recovery-image] Oct 16 19:54:17.985 INFO E| Compiling quote v1.0.37
85682024-10-16T19:54:18.996Z[ host-image] Oct 16 19:54:18.065 INFO O| Oct 16 19:54:18.065 INFO rolled back to input snapshot; work may begin
85692024-10-16T19:54:18.996Z[ host-image] Oct 16 19:54:18.065 INFO O| Oct 16 19:54:18.065 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85702024-10-16T19:54:19.009Z[ host-image] Oct 16 19:54:18.078 INFO O| Oct 16 19:54:18.077 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-10-16T19:54:19.023Z[ host-image] Oct 16 19:54:18.093 INFO O| Oct 16 19:54:18.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85722024-10-16T19:54:19.084Z[ host-image] Oct 16 19:54:18.153 INFO O| Oct 16 19:54:18.153 INFO STEP 0 (remove_files) COMPLETE
85732024-10-16T19:54:19.084Z[ host-image] Oct 16 19:54:18.154 INFO O| Oct 16 19:54:18.153 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-10-16T19:54:19.099Z[ host-image] Oct 16 19:54:18.169 INFO O| Oct 16 19:54:18.169 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85752024-10-16T19:54:19.103Z[ host-image] Oct 16 19:54:18.171 INFO O| Oct 16 19:54:18.171 INFO STEP 1 (remove_files) COMPLETE
85762024-10-16T19:54:19.103Z[ host-image] Oct 16 19:54:18.171 INFO O| Oct 16 19:54:18.171 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-10-16T19:54:19.113Z[ host-image] Oct 16 19:54:18.183 INFO O| Oct 16 19:54:18.183 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85782024-10-16T19:54:19.127Z[ host-image] Oct 16 19:54:18.197 INFO O| Oct 16 19:54:18.197 INFO STEP 2 (remove_files) COMPLETE
85792024-10-16T19:54:19.127Z[ host-image] Oct 16 19:54:18.197 INFO O| Oct 16 19:54:18.197 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-10-16T19:54:19.139Z[ host-image] Oct 16 19:54:18.209 INFO O| Oct 16 19:54:18.209 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85812024-10-16T19:54:19.143Z[ host-image] Oct 16 19:54:18.211 INFO O| Oct 16 19:54:18.210 INFO STEP 3 (remove_files) COMPLETE
85822024-10-16T19:54:19.143Z[ host-image] Oct 16 19:54:18.211 INFO O| Oct 16 19:54:18.210 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-10-16T19:54:19.152Z[ host-image] Oct 16 19:54:18.222 INFO O| Oct 16 19:54:18.222 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85842024-10-16T19:54:19.156Z[ host-image] Oct 16 19:54:18.226 INFO O| Oct 16 19:54:18.226 INFO STEP 4 (remove_files) COMPLETE
85852024-10-16T19:54:19.156Z[ host-image] Oct 16 19:54:18.226 INFO O| Oct 16 19:54:18.226 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-10-16T19:54:19.167Z[ host-image] Oct 16 19:54:18.237 INFO O| Oct 16 19:54:18.237 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85872024-10-16T19:54:19.170Z[ host-image] Oct 16 19:54:18.240 INFO O| Oct 16 19:54:18.240 INFO STEP 5 (remove_files) COMPLETE
85882024-10-16T19:54:19.172Z[ host-image] Oct 16 19:54:18.240 INFO O| Oct 16 19:54:18.240 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-10-16T19:54:19.181Z[ host-image] Oct 16 19:54:18.251 INFO O| Oct 16 19:54:18.251 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85902024-10-16T19:54:19.183Z[ recovery-image] Oct 16 19:54:18.251 INFO E| Compiling syn v2.0.77
85912024-10-16T19:54:19.195Z[ host-image] Oct 16 19:54:18.264 INFO O| Oct 16 19:54:18.264 INFO STEP 6 (remove_files) COMPLETE
85922024-10-16T19:54:19.195Z[ host-image] Oct 16 19:54:18.264 INFO O| Oct 16 19:54:18.264 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-10-16T19:54:19.210Z[ host-image] Oct 16 19:54:18.280 INFO O| Oct 16 19:54:18.279 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85942024-10-16T19:54:19.226Z[ host-image] Oct 16 19:54:18.295 INFO O| Oct 16 19:54:18.295 INFO STEP 7 (remove_files) COMPLETE
85952024-10-16T19:54:19.226Z[ host-image] Oct 16 19:54:18.295 INFO O| Oct 16 19:54:18.295 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-10-16T19:54:19.243Z[ host-image] Oct 16 19:54:18.312 INFO O| Oct 16 19:54:18.312 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85972024-10-16T19:54:19.333Z[ host-image] Oct 16 19:54:18.403 INFO O| Oct 16 19:54:18.402 INFO STEP 8 (remove_files) COMPLETE
85982024-10-16T19:54:19.333Z[ host-image] Oct 16 19:54:18.403 INFO O| Oct 16 19:54:18.403 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-10-16T19:54:19.345Z[ host-image] Oct 16 19:54:18.414 INFO O| Oct 16 19:54:18.414 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86002024-10-16T19:54:19.422Z[ host-image] Oct 16 19:54:18.491 INFO O| Oct 16 19:54:18.491 INFO STEP 9 (remove_files) COMPLETE
86012024-10-16T19:54:19.422Z[ host-image] Oct 16 19:54:18.491 INFO O| Oct 16 19:54:18.491 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-10-16T19:54:19.436Z[ host-image] Oct 16 19:54:18.505 INFO O| Oct 16 19:54:18.505 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86032024-10-16T19:54:19.439Z[ host-image] Oct 16 19:54:18.509 INFO O| Oct 16 19:54:18.509 INFO STEP 10 (remove_files) COMPLETE
86042024-10-16T19:54:19.439Z[ host-image] Oct 16 19:54:18.509 INFO O| Oct 16 19:54:18.509 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-10-16T19:54:19.454Z[ host-image] Oct 16 19:54:18.523 INFO O| Oct 16 19:54:18.523 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86062024-10-16T19:54:19.456Z[ host-image] Oct 16 19:54:18.524 INFO O| Oct 16 19:54:18.524 INFO STEP 11 (remove_files) COMPLETE
86072024-10-16T19:54:19.456Z[ host-image] Oct 16 19:54:18.524 INFO O| Oct 16 19:54:18.524 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-10-16T19:54:19.469Z[ host-image] Oct 16 19:54:18.538 INFO O| Oct 16 19:54:18.538 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86092024-10-16T19:54:19.472Z[ host-image] Oct 16 19:54:18.540 INFO O| Oct 16 19:54:18.540 INFO STEP 12 (remove_files) COMPLETE
86102024-10-16T19:54:19.472Z[ host-image] Oct 16 19:54:18.540 INFO O| Oct 16 19:54:18.540 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-10-16T19:54:19.493Z[ host-image] Oct 16 19:54:18.563 INFO O| Oct 16 19:54:18.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86122024-10-16T19:54:19.496Z[ host-image] Oct 16 19:54:18.564 INFO O| Oct 16 19:54:18.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86132024-10-16T19:54:19.500Z[ host-image] Oct 16 19:54:18.569 INFO O| Oct 16 19:54:18.569 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86142024-10-16T19:54:19.503Z[ host-image] Oct 16 19:54:18.573 INFO O| Oct 16 19:54:18.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86152024-10-16T19:54:19.907Z[ host-image] Oct 16 19:54:18.976 INFO O| Oct 16 19:54:18.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86162024-10-16T19:54:19.910Z[ host-image] Oct 16 19:54:18.977 INFO O| Oct 16 19:54:18.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86172024-10-16T19:54:19.910Z[ host-image] Oct 16 19:54:18.977 INFO O| Oct 16 19:54:18.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86182024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.977 INFO O| Oct 16 19:54:18.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86192024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.977 INFO O| Oct 16 19:54:18.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86202024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.977 INFO O| Oct 16 19:54:18.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86212024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.978 INFO O| Oct 16 19:54:18.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86222024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.978 INFO O| Oct 16 19:54:18.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86232024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.978 INFO O| Oct 16 19:54:18.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86242024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.978 INFO O| Oct 16 19:54:18.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86252024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.978 INFO O| Oct 16 19:54:18.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86262024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.978 INFO O| Oct 16 19:54:18.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86272024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.978 INFO O| Oct 16 19:54:18.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86282024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.978 INFO O| Oct 16 19:54:18.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86292024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.979 INFO O| Oct 16 19:54:18.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86302024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.979 INFO O| Oct 16 19:54:18.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86312024-10-16T19:54:19.911Z[ host-image] Oct 16 19:54:18.979 INFO O| Oct 16 19:54:18.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86322024-10-16T19:54:19.917Z[ host-image] Oct 16 19:54:18.986 INFO O| Oct 16 19:54:18.986 INFO STEP 13 (remove_files) COMPLETE
86332024-10-16T19:54:19.919Z[ host-image] Oct 16 19:54:18.986 INFO O| Oct 16 19:54:18.986 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-10-16T19:54:19.933Z[ host-image] Oct 16 19:54:19.003 INFO O| Oct 16 19:54:19.003 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86352024-10-16T19:54:19.935Z[ host-image] Oct 16 19:54:19.004 INFO O| Oct 16 19:54:19.004 INFO STEP 14 (remove_files) COMPLETE
86362024-10-16T19:54:19.935Z[ host-image] Oct 16 19:54:19.004 INFO O| Oct 16 19:54:19.004 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86372024-10-16T19:54:19.950Z[ host-image] Oct 16 19:54:19.019 INFO O| Oct 16 19:54:19.019 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86382024-10-16T19:54:19.956Z[ host-image] Oct 16 19:54:19.026 INFO O| Oct 16 19:54:19.026 INFO STEP 15 (remove_files) COMPLETE
86392024-10-16T19:54:19.956Z[ host-image] Oct 16 19:54:19.026 INFO O| Oct 16 19:54:19.026 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86402024-10-16T19:54:19.971Z[ host-image] Oct 16 19:54:19.041 INFO O| Oct 16 19:54:19.041 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86412024-10-16T19:54:19.973Z[ host-image] Oct 16 19:54:19.041 INFO O| Oct 16 19:54:19.041 INFO STEP 16 (remove_files) COMPLETE
86422024-10-16T19:54:19.973Z[ host-image] Oct 16 19:54:19.041 INFO O| Oct 16 19:54:19.041 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-10-16T19:54:19.986Z[ host-image] Oct 16 19:54:19.055 INFO O| Oct 16 19:54:19.055 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86442024-10-16T19:54:19.989Z[ host-image] Oct 16 19:54:19.057 INFO O| Oct 16 19:54:19.057 INFO STEP 17 (remove_files) COMPLETE
86452024-10-16T19:54:19.989Z[ host-image] Oct 16 19:54:19.057 INFO O| Oct 16 19:54:19.057 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86462024-10-16T19:54:20.002Z[ host-image] Oct 16 19:54:19.071 INFO O| Oct 16 19:54:19.071 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86472024-10-16T19:54:20.002Z[ host-image] Oct 16 19:54:19.071 INFO O| Oct 16 19:54:19.071 INFO STEP 18 (remove_files) COMPLETE
86482024-10-16T19:54:20.006Z[ host-image] Oct 16 19:54:19.071 INFO O| Oct 16 19:54:19.071 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86492024-10-16T19:54:20.012Z[ host-image] Oct 16 19:54:19.082 INFO O| Oct 16 19:54:19.082 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86502024-10-16T19:54:20.013Z[ host-image] Oct 16 19:54:19.082 INFO O| Oct 16 19:54:19.082 INFO STEP 19 (remove_files) COMPLETE
86512024-10-16T19:54:20.015Z[ host-image] Oct 16 19:54:19.082 INFO O| Oct 16 19:54:19.082 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86522024-10-16T19:54:20.028Z[ host-image] Oct 16 19:54:19.097 INFO O| Oct 16 19:54:19.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86532024-10-16T19:54:20.028Z[ host-image] Oct 16 19:54:19.097 INFO O| Oct 16 19:54:19.097 INFO STEP 20 (remove_files) COMPLETE
86542024-10-16T19:54:20.030Z[ host-image] Oct 16 19:54:19.097 INFO O| Oct 16 19:54:19.097 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-10-16T19:54:20.043Z[ host-image] Oct 16 19:54:19.113 INFO O| Oct 16 19:54:19.112 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86562024-10-16T19:54:20.046Z[ host-image] Oct 16 19:54:19.113 INFO O| Oct 16 19:54:19.113 INFO STEP 21 (remove_files) COMPLETE
86572024-10-16T19:54:20.046Z[ host-image] Oct 16 19:54:19.113 INFO O| Oct 16 19:54:19.113 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86582024-10-16T19:54:20.058Z[ host-image] Oct 16 19:54:19.127 INFO O| Oct 16 19:54:19.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86592024-10-16T19:54:20.058Z[ host-image] Oct 16 19:54:19.127 INFO O| Oct 16 19:54:19.127 INFO STEP 22 (remove_files) COMPLETE
86602024-10-16T19:54:20.058Z[ host-image] Oct 16 19:54:19.127 INFO O| Oct 16 19:54:19.127 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86612024-10-16T19:54:20.073Z[ host-image] Oct 16 19:54:19.142 INFO O| Oct 16 19:54:19.142 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86622024-10-16T19:54:20.073Z[ host-image] Oct 16 19:54:19.142 INFO O| Oct 16 19:54:19.142 INFO STEP 23 (remove_files) COMPLETE
86632024-10-16T19:54:20.075Z[ host-image] Oct 16 19:54:19.142 INFO O| Oct 16 19:54:19.142 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86642024-10-16T19:54:20.088Z[ host-image] Oct 16 19:54:19.157 INFO O| Oct 16 19:54:19.157 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86652024-10-16T19:54:20.088Z[ host-image] Oct 16 19:54:19.157 INFO O| Oct 16 19:54:19.157 INFO STEP 24 (remove_files) COMPLETE
86662024-10-16T19:54:20.088Z[ host-image] Oct 16 19:54:19.157 INFO O| Oct 16 19:54:19.157 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86672024-10-16T19:54:20.098Z[ host-image] Oct 16 19:54:19.168 INFO O| Oct 16 19:54:19.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86682024-10-16T19:54:20.099Z[ host-image] Oct 16 19:54:19.168 INFO O| Oct 16 19:54:19.168 INFO STEP 25 (remove_files) COMPLETE
86692024-10-16T19:54:20.099Z[ host-image] Oct 16 19:54:19.168 INFO O| Oct 16 19:54:19.168 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86702024-10-16T19:54:20.108Z[ host-image] Oct 16 19:54:19.178 INFO O| Oct 16 19:54:19.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86712024-10-16T19:54:20.108Z[ host-image] Oct 16 19:54:19.178 INFO O| Oct 16 19:54:19.178 INFO STEP 26 (remove_files) COMPLETE
86722024-10-16T19:54:20.111Z[ host-image] Oct 16 19:54:19.178 INFO O| Oct 16 19:54:19.178 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86732024-10-16T19:54:20.120Z[ host-image] Oct 16 19:54:19.189 INFO O| Oct 16 19:54:19.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86742024-10-16T19:54:20.120Z[ host-image] Oct 16 19:54:19.189 INFO O| Oct 16 19:54:19.189 INFO STEP 27 (remove_files) COMPLETE
86752024-10-16T19:54:20.122Z[ host-image] Oct 16 19:54:19.189 INFO O| Oct 16 19:54:19.189 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86762024-10-16T19:54:20.130Z[ host-image] Oct 16 19:54:19.199 INFO O| Oct 16 19:54:19.199 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86772024-10-16T19:54:20.130Z[ host-image] Oct 16 19:54:19.199 INFO O| Oct 16 19:54:19.199 INFO STEP 28 (remove_files) COMPLETE
86782024-10-16T19:54:20.130Z[ host-image] Oct 16 19:54:19.199 INFO O| Oct 16 19:54:19.199 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86792024-10-16T19:54:20.139Z[ host-image] Oct 16 19:54:19.209 INFO O| Oct 16 19:54:19.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86802024-10-16T19:54:20.142Z[ host-image] Oct 16 19:54:19.209 INFO O| Oct 16 19:54:19.209 INFO STEP 29 (remove_files) COMPLETE
86812024-10-16T19:54:20.142Z[ host-image] Oct 16 19:54:19.209 INFO O| Oct 16 19:54:19.209 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822024-10-16T19:54:20.149Z[ host-image] Oct 16 19:54:19.219 INFO O| Oct 16 19:54:19.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86832024-10-16T19:54:20.150Z[ host-image] Oct 16 19:54:19.219 INFO O| Oct 16 19:54:19.219 INFO STEP 30 (remove_files) COMPLETE
86842024-10-16T19:54:20.152Z[ host-image] Oct 16 19:54:19.219 INFO O| Oct 16 19:54:19.219 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86852024-10-16T19:54:20.159Z[ host-image] Oct 16 19:54:19.229 INFO O| Oct 16 19:54:19.229 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86862024-10-16T19:54:20.159Z[ host-image] Oct 16 19:54:19.229 INFO O| Oct 16 19:54:19.229 INFO STEP 31 (remove_files) COMPLETE
86872024-10-16T19:54:20.162Z[ host-image] Oct 16 19:54:19.229 INFO O| Oct 16 19:54:19.229 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882024-10-16T19:54:20.169Z[ host-image] Oct 16 19:54:19.239 INFO O| Oct 16 19:54:19.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86892024-10-16T19:54:20.169Z[ host-image] Oct 16 19:54:19.239 INFO O| Oct 16 19:54:19.239 INFO STEP 32 (remove_files) COMPLETE
86902024-10-16T19:54:20.172Z[ host-image] Oct 16 19:54:19.239 INFO O| Oct 16 19:54:19.239 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912024-10-16T19:54:20.179Z[ host-image] Oct 16 19:54:19.249 INFO O| Oct 16 19:54:19.249 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86922024-10-16T19:54:20.180Z[ host-image] Oct 16 19:54:19.249 INFO O| Oct 16 19:54:19.249 INFO STEP 33 (remove_files) COMPLETE
86932024-10-16T19:54:20.180Z[ host-image] Oct 16 19:54:19.249 INFO O| Oct 16 19:54:19.249 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942024-10-16T19:54:20.190Z[ host-image] Oct 16 19:54:19.259 INFO O| Oct 16 19:54:19.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86952024-10-16T19:54:20.190Z[ host-image] Oct 16 19:54:19.259 INFO O| Oct 16 19:54:19.259 INFO STEP 34 (remove_files) COMPLETE
86962024-10-16T19:54:20.192Z[ host-image] Oct 16 19:54:19.259 INFO O| Oct 16 19:54:19.259 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972024-10-16T19:54:20.200Z[ host-image] Oct 16 19:54:19.269 INFO O| Oct 16 19:54:19.269 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86982024-10-16T19:54:20.200Z[ host-image] Oct 16 19:54:19.269 INFO O| Oct 16 19:54:19.269 INFO STEP 35 (remove_files) COMPLETE
86992024-10-16T19:54:20.203Z[ host-image] Oct 16 19:54:19.269 INFO O| Oct 16 19:54:19.269 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87002024-10-16T19:54:20.215Z[ host-image] Oct 16 19:54:19.284 INFO O| Oct 16 19:54:19.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87012024-10-16T19:54:20.215Z[ host-image] Oct 16 19:54:19.284 INFO O| Oct 16 19:54:19.284 INFO STEP 36 (remove_files) COMPLETE
87022024-10-16T19:54:20.215Z[ host-image] Oct 16 19:54:19.284 INFO O| Oct 16 19:54:19.284 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032024-10-16T19:54:20.226Z[ host-image] Oct 16 19:54:19.296 INFO O| Oct 16 19:54:19.296 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87042024-10-16T19:54:20.227Z[ host-image] Oct 16 19:54:19.296 INFO O| Oct 16 19:54:19.296 INFO STEP 37 (remove_files) COMPLETE
87052024-10-16T19:54:20.229Z[ host-image] Oct 16 19:54:19.296 INFO O| Oct 16 19:54:19.296 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87062024-10-16T19:54:20.239Z[ host-image] Oct 16 19:54:19.308 INFO O| Oct 16 19:54:19.308 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87072024-10-16T19:54:20.239Z[ host-image] Oct 16 19:54:19.308 INFO O| Oct 16 19:54:19.308 INFO STEP 38 (remove_files) COMPLETE
87082024-10-16T19:54:20.241Z[ host-image] Oct 16 19:54:19.308 INFO O| Oct 16 19:54:19.308 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87092024-10-16T19:54:20.250Z[ host-image] Oct 16 19:54:19.319 INFO O| Oct 16 19:54:19.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87102024-10-16T19:54:20.250Z[ host-image] Oct 16 19:54:19.319 INFO O| Oct 16 19:54:19.319 INFO STEP 39 (remove_files) COMPLETE
87112024-10-16T19:54:20.250Z[ host-image] Oct 16 19:54:19.319 INFO O| Oct 16 19:54:19.319 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122024-10-16T19:54:20.261Z[ host-image] Oct 16 19:54:19.330 INFO O| Oct 16 19:54:19.330 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87132024-10-16T19:54:20.261Z[ host-image] Oct 16 19:54:19.330 INFO O| Oct 16 19:54:19.330 INFO STEP 40 (remove_files) COMPLETE
87142024-10-16T19:54:20.264Z[ host-image] Oct 16 19:54:19.330 INFO O| Oct 16 19:54:19.330 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87152024-10-16T19:54:20.272Z[ host-image] Oct 16 19:54:19.342 INFO O| Oct 16 19:54:19.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87162024-10-16T19:54:20.272Z[ host-image] Oct 16 19:54:19.342 INFO O| Oct 16 19:54:19.342 INFO STEP 41 (remove_files) COMPLETE
87172024-10-16T19:54:20.272Z[ host-image] Oct 16 19:54:19.342 INFO O| Oct 16 19:54:19.342 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87182024-10-16T19:54:20.287Z[ host-image] Oct 16 19:54:19.357 INFO O| Oct 16 19:54:19.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87192024-10-16T19:54:20.287Z[ host-image] Oct 16 19:54:19.357 INFO O| Oct 16 19:54:19.357 INFO STEP 42 (remove_files) COMPLETE
87202024-10-16T19:54:20.287Z[ host-image] Oct 16 19:54:19.357 INFO O| Oct 16 19:54:19.357 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212024-10-16T19:54:20.298Z[ host-image] Oct 16 19:54:19.368 INFO O| Oct 16 19:54:19.368 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87222024-10-16T19:54:20.298Z[ host-image] Oct 16 19:54:19.368 INFO O| Oct 16 19:54:19.368 INFO STEP 43 (remove_files) COMPLETE
87232024-10-16T19:54:20.300Z[ host-image] Oct 16 19:54:19.368 INFO O| Oct 16 19:54:19.368 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87242024-10-16T19:54:20.308Z[ host-image] Oct 16 19:54:19.378 INFO O| Oct 16 19:54:19.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87252024-10-16T19:54:20.309Z[ host-image] Oct 16 19:54:19.378 INFO O| Oct 16 19:54:19.378 INFO STEP 44 (remove_files) COMPLETE
87262024-10-16T19:54:20.309Z[ host-image] Oct 16 19:54:19.378 INFO O| Oct 16 19:54:19.378 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272024-10-16T19:54:20.320Z[ host-image] Oct 16 19:54:19.389 INFO O| Oct 16 19:54:19.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87282024-10-16T19:54:20.320Z[ host-image] Oct 16 19:54:19.389 INFO O| Oct 16 19:54:19.389 INFO STEP 45 (remove_files) COMPLETE
87292024-10-16T19:54:20.322Z[ host-image] Oct 16 19:54:19.389 INFO O| Oct 16 19:54:19.389 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302024-10-16T19:54:20.331Z[ host-image] Oct 16 19:54:19.400 INFO O| Oct 16 19:54:19.400 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87312024-10-16T19:54:20.334Z[ host-image] Oct 16 19:54:19.400 INFO O| Oct 16 19:54:19.400 INFO STEP 46 (remove_files) COMPLETE
87322024-10-16T19:54:20.334Z[ host-image] Oct 16 19:54:19.400 INFO O| Oct 16 19:54:19.400 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87332024-10-16T19:54:20.342Z[ host-image] Oct 16 19:54:19.411 INFO O| Oct 16 19:54:19.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87342024-10-16T19:54:20.342Z[ host-image] Oct 16 19:54:19.411 INFO O| Oct 16 19:54:19.411 INFO STEP 47 (remove_files) COMPLETE
87352024-10-16T19:54:20.344Z[ host-image] Oct 16 19:54:19.411 INFO O| Oct 16 19:54:19.411 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87362024-10-16T19:54:20.354Z[ host-image] Oct 16 19:54:19.424 INFO O| Oct 16 19:54:19.423 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87372024-10-16T19:54:20.354Z[ host-image] Oct 16 19:54:19.424 INFO O| Oct 16 19:54:19.424 INFO STEP 48 (remove_files) COMPLETE
87382024-10-16T19:54:20.358Z[ host-image] Oct 16 19:54:19.424 INFO O| Oct 16 19:54:19.424 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87392024-10-16T19:54:20.370Z[ host-image] Oct 16 19:54:19.439 INFO O| Oct 16 19:54:19.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87402024-10-16T19:54:20.370Z[ host-image] Oct 16 19:54:19.439 INFO O| Oct 16 19:54:19.439 INFO STEP 49 (remove_files) COMPLETE
87412024-10-16T19:54:20.372Z[ host-image] Oct 16 19:54:19.439 INFO O| Oct 16 19:54:19.439 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87422024-10-16T19:54:20.385Z[ host-image] Oct 16 19:54:19.454 INFO O| Oct 16 19:54:19.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87432024-10-16T19:54:20.385Z[ host-image] Oct 16 19:54:19.454 INFO O| Oct 16 19:54:19.454 INFO STEP 50 (remove_files) COMPLETE
87442024-10-16T19:54:20.385Z[ host-image] Oct 16 19:54:19.454 INFO O| Oct 16 19:54:19.454 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87452024-10-16T19:54:20.397Z[ host-image] Oct 16 19:54:19.466 INFO O| Oct 16 19:54:19.466 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87462024-10-16T19:54:20.397Z[ host-image] Oct 16 19:54:19.466 INFO O| Oct 16 19:54:19.466 INFO STEP 51 (remove_files) COMPLETE
87472024-10-16T19:54:20.400Z[ host-image] Oct 16 19:54:19.466 INFO O| Oct 16 19:54:19.466 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-10-16T19:54:20.408Z[ host-image] Oct 16 19:54:19.478 INFO O| Oct 16 19:54:19.477 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87492024-10-16T19:54:20.408Z[ host-image] Oct 16 19:54:19.478 INFO O| Oct 16 19:54:19.478 INFO STEP 52 (remove_files) COMPLETE
87502024-10-16T19:54:20.408Z[ host-image] Oct 16 19:54:19.478 INFO O| Oct 16 19:54:19.478 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-10-16T19:54:20.422Z[ host-image] Oct 16 19:54:19.492 INFO O| Oct 16 19:54:19.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87522024-10-16T19:54:20.425Z[ host-image] Oct 16 19:54:19.492 INFO O| Oct 16 19:54:19.492 INFO STEP 53 (remove_files) COMPLETE
87532024-10-16T19:54:20.425Z[ host-image] Oct 16 19:54:19.492 INFO O| Oct 16 19:54:19.492 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-10-16T19:54:20.433Z[ host-image] Oct 16 19:54:19.502 INFO O| Oct 16 19:54:19.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87552024-10-16T19:54:20.433Z[ host-image] Oct 16 19:54:19.502 INFO O| Oct 16 19:54:19.502 INFO STEP 54 (remove_files) COMPLETE
87562024-10-16T19:54:20.433Z[ host-image] Oct 16 19:54:19.502 INFO O| Oct 16 19:54:19.502 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-10-16T19:54:20.444Z[ host-image] Oct 16 19:54:19.513 INFO O| Oct 16 19:54:19.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87582024-10-16T19:54:20.444Z[ host-image] Oct 16 19:54:19.513 INFO O| Oct 16 19:54:19.513 INFO STEP 55 (remove_files) COMPLETE
87592024-10-16T19:54:20.446Z[ host-image] Oct 16 19:54:19.513 INFO O| Oct 16 19:54:19.513 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-10-16T19:54:20.457Z[ host-image] Oct 16 19:54:19.526 INFO O| Oct 16 19:54:19.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87612024-10-16T19:54:20.457Z[ host-image] Oct 16 19:54:19.526 INFO O| Oct 16 19:54:19.526 INFO STEP 56 (remove_files) COMPLETE
87622024-10-16T19:54:20.459Z[ host-image] Oct 16 19:54:19.526 INFO O| Oct 16 19:54:19.526 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-10-16T19:54:20.471Z[ host-image] Oct 16 19:54:19.540 INFO O| Oct 16 19:54:19.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87642024-10-16T19:54:20.473Z[ host-image] Oct 16 19:54:19.540 INFO O| Oct 16 19:54:19.540 INFO STEP 57 (remove_files) COMPLETE
87652024-10-16T19:54:20.473Z[ host-image] Oct 16 19:54:19.540 INFO O| Oct 16 19:54:19.540 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-10-16T19:54:20.483Z[ host-image] Oct 16 19:54:19.553 INFO O| Oct 16 19:54:19.552 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87672024-10-16T19:54:20.483Z[ host-image] Oct 16 19:54:19.553 INFO O| Oct 16 19:54:19.553 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87682024-10-16T19:54:20.486Z[ host-image] Oct 16 19:54:19.553 INFO O| Oct 16 19:54:19.553 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87692024-10-16T19:54:20.486Z[ host-image] Oct 16 19:54:19.553 INFO O| Oct 16 19:54:19.553 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87702024-10-16T19:54:20.486Z[ host-image] Oct 16 19:54:19.553 INFO O| Oct 16 19:54:19.553 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87712024-10-16T19:54:20.486Z[ host-image] Oct 16 19:54:19.553 INFO O| Oct 16 19:54:19.553 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87722024-10-16T19:54:20.486Z[ host-image] Oct 16 19:54:19.553 INFO O| Oct 16 19:54:19.553 INFO ok!
87732024-10-16T19:54:20.486Z[ host-image] Oct 16 19:54:19.553 INFO O| Oct 16 19:54:19.553 INFO STEP 58 (ensure_file) COMPLETE
87742024-10-16T19:54:20.486Z[ host-image] Oct 16 19:54:19.553 INFO O| Oct 16 19:54:19.553 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-10-16T19:54:20.496Z[ host-image] Oct 16 19:54:19.565 INFO O| Oct 16 19:54:19.565 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87762024-10-16T19:54:20.496Z[ host-image] Oct 16 19:54:19.566 INFO O| Oct 16 19:54:19.566 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87772024-10-16T19:54:20.499Z[ host-image] Oct 16 19:54:19.566 INFO O| Oct 16 19:54:19.566 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87782024-10-16T19:54:20.499Z[ host-image] Oct 16 19:54:19.566 INFO O| Oct 16 19:54:19.566 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87792024-10-16T19:54:20.499Z[ host-image] Oct 16 19:54:19.566 INFO O| Oct 16 19:54:19.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87802024-10-16T19:54:20.499Z[ host-image] Oct 16 19:54:19.566 INFO O| Oct 16 19:54:19.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87812024-10-16T19:54:20.499Z[ host-image] Oct 16 19:54:19.566 INFO O| Oct 16 19:54:19.566 INFO ok!
87822024-10-16T19:54:20.499Z[ host-image] Oct 16 19:54:19.566 INFO O| Oct 16 19:54:19.566 INFO STEP 59 (ensure_file) COMPLETE
87832024-10-16T19:54:20.499Z[ host-image] Oct 16 19:54:19.566 INFO O| Oct 16 19:54:19.566 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-10-16T19:54:20.508Z[ host-image] Oct 16 19:54:19.577 INFO O| Oct 16 19:54:19.577 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87852024-10-16T19:54:20.508Z[ host-image] Oct 16 19:54:19.577 INFO O| Oct 16 19:54:19.577 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87862024-10-16T19:54:20.510Z[ host-image] Oct 16 19:54:19.577 INFO O| Oct 16 19:54:19.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87872024-10-16T19:54:20.510Z[ host-image] Oct 16 19:54:19.577 INFO O| Oct 16 19:54:19.577 INFO ok!
87882024-10-16T19:54:20.510Z[ host-image] Oct 16 19:54:19.577 INFO O| Oct 16 19:54:19.577 INFO STEP 60 (ensure_file) COMPLETE
87892024-10-16T19:54:20.510Z[ host-image] Oct 16 19:54:19.577 INFO O| Oct 16 19:54:19.577 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902024-10-16T19:54:20.521Z[ host-image] Oct 16 19:54:19.590 INFO O| Oct 16 19:54:19.590 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87912024-10-16T19:54:20.521Z[ host-image] Oct 16 19:54:19.590 INFO O| Oct 16 19:54:19.590 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87922024-10-16T19:54:20.523Z[ host-image] Oct 16 19:54:19.590 INFO O| Oct 16 19:54:19.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87932024-10-16T19:54:20.523Z[ host-image] Oct 16 19:54:19.591 INFO O| Oct 16 19:54:19.590 INFO ok!
87942024-10-16T19:54:20.523Z[ host-image] Oct 16 19:54:19.591 INFO O| Oct 16 19:54:19.590 INFO STEP 61 (ensure_file) COMPLETE
87952024-10-16T19:54:20.523Z[ host-image] Oct 16 19:54:19.591 INFO O| Oct 16 19:54:19.590 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962024-10-16T19:54:20.532Z[ host-image] Oct 16 19:54:19.601 INFO O| Oct 16 19:54:19.601 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87972024-10-16T19:54:20.532Z[ host-image] Oct 16 19:54:19.601 INFO O| Oct 16 19:54:19.601 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87982024-10-16T19:54:20.535Z[ host-image] Oct 16 19:54:19.602 INFO O| Oct 16 19:54:19.601 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87992024-10-16T19:54:20.535Z[ host-image] Oct 16 19:54:19.602 INFO O| Oct 16 19:54:19.602 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88002024-10-16T19:54:20.535Z[ host-image] Oct 16 19:54:19.602 INFO O| Oct 16 19:54:19.602 INFO ok!
88012024-10-16T19:54:20.535Z[ host-image] Oct 16 19:54:19.602 INFO O| Oct 16 19:54:19.602 INFO STEP 62 (ensure_file) COMPLETE
88022024-10-16T19:54:20.535Z[ host-image] Oct 16 19:54:19.602 INFO O| Oct 16 19:54:19.602 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-10-16T19:54:20.543Z[ host-image] Oct 16 19:54:19.612 INFO O| Oct 16 19:54:19.612 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88042024-10-16T19:54:20.543Z[ host-image] Oct 16 19:54:19.612 INFO O| Oct 16 19:54:19.612 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88052024-10-16T19:54:20.546Z[ host-image] Oct 16 19:54:19.612 INFO O| Oct 16 19:54:19.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88062024-10-16T19:54:20.546Z[ host-image] Oct 16 19:54:19.612 INFO O| Oct 16 19:54:19.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88072024-10-16T19:54:20.546Z[ host-image] Oct 16 19:54:19.612 INFO O| Oct 16 19:54:19.612 INFO ok!
88082024-10-16T19:54:20.546Z[ host-image] Oct 16 19:54:19.612 INFO O| Oct 16 19:54:19.612 INFO STEP 63 (ensure_file) COMPLETE
88092024-10-16T19:54:20.546Z[ host-image] Oct 16 19:54:19.612 INFO O| Oct 16 19:54:19.612 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-10-16T19:54:20.556Z[ host-image] Oct 16 19:54:19.625 INFO O| Oct 16 19:54:19.625 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88112024-10-16T19:54:20.556Z[ host-image] Oct 16 19:54:19.625 INFO O| Oct 16 19:54:19.625 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88122024-10-16T19:54:20.556Z[ host-image] Oct 16 19:54:19.625 INFO O| Oct 16 19:54:19.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88132024-10-16T19:54:20.559Z[ host-image] Oct 16 19:54:19.625 INFO O| Oct 16 19:54:19.625 INFO ok!
88142024-10-16T19:54:20.559Z[ host-image] Oct 16 19:54:19.625 INFO O| Oct 16 19:54:19.625 INFO STEP 64 (assemble_files) COMPLETE
88152024-10-16T19:54:20.559Z[ host-image] Oct 16 19:54:19.625 INFO O| Oct 16 19:54:19.625 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-10-16T19:54:20.569Z[ host-image] Oct 16 19:54:19.638 INFO O| Oct 16 19:54:19.638 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88172024-10-16T19:54:20.569Z[ host-image] Oct 16 19:54:19.638 INFO O| Oct 16 19:54:19.638 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88182024-10-16T19:54:20.569Z[ host-image] Oct 16 19:54:19.638 INFO O| Oct 16 19:54:19.638 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88192024-10-16T19:54:20.572Z[ host-image] Oct 16 19:54:19.638 INFO O| Oct 16 19:54:19.638 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88202024-10-16T19:54:20.572Z[ host-image] Oct 16 19:54:19.638 INFO O| Oct 16 19:54:19.638 INFO ok!
88212024-10-16T19:54:20.572Z[ host-image] Oct 16 19:54:19.638 INFO O| Oct 16 19:54:19.638 INFO STEP 65 (ensure_file) COMPLETE
88222024-10-16T19:54:20.572Z[ host-image] Oct 16 19:54:19.639 INFO O| Oct 16 19:54:19.638 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232024-10-16T19:54:20.583Z[ host-image] Oct 16 19:54:19.652 INFO O| Oct 16 19:54:19.652 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88242024-10-16T19:54:20.583Z[ host-image] Oct 16 19:54:19.652 INFO O| Oct 16 19:54:19.652 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88252024-10-16T19:54:20.583Z[ host-image] Oct 16 19:54:19.652 INFO O| Oct 16 19:54:19.652 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88262024-10-16T19:54:20.586Z[ host-image] Oct 16 19:54:19.652 INFO O| Oct 16 19:54:19.652 INFO STEP 66 (ensure_dir) COMPLETE
88272024-10-16T19:54:20.586Z[ host-image] Oct 16 19:54:19.652 INFO O| Oct 16 19:54:19.652 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-10-16T19:54:20.595Z[ host-image] Oct 16 19:54:19.664 INFO O| Oct 16 19:54:19.664 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88292024-10-16T19:54:20.595Z[ host-image] Oct 16 19:54:19.664 INFO O| Oct 16 19:54:19.664 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 ...
88302024-10-16T19:54:20.606Z[ host-image] Oct 16 19:54:19.675 INFO O| Oct 16 19:54:19.675 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
88312024-10-16T19:54:20.606Z[ host-image] Oct 16 19:54:19.675 INFO O| Oct 16 19:54:19.675 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88322024-10-16T19:54:20.608Z[ host-image] Oct 16 19:54:19.675 INFO O| Oct 16 19:54:19.675 INFO ok!
88332024-10-16T19:54:20.608Z[ host-image] Oct 16 19:54:19.675 INFO O| Oct 16 19:54:19.675 INFO STEP 67 (ensure_file) COMPLETE
88342024-10-16T19:54:20.608Z[ host-image] Oct 16 19:54:19.675 INFO O| Oct 16 19:54:19.675 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352024-10-16T19:54:20.619Z[ host-image] Oct 16 19:54:19.689 INFO O| Oct 16 19:54:19.688 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88362024-10-16T19:54:20.619Z[ host-image] Oct 16 19:54:19.689 INFO O| Oct 16 19:54:19.688 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 ...
88372024-10-16T19:54:20.624Z[ host-image] Oct 16 19:54:19.689 INFO O| Oct 16 19:54:19.689 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
88382024-10-16T19:54:20.624Z[ host-image] Oct 16 19:54:19.689 INFO O| Oct 16 19:54:19.689 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88392024-10-16T19:54:20.624Z[ host-image] Oct 16 19:54:19.689 INFO O| Oct 16 19:54:19.689 INFO ok!
88402024-10-16T19:54:20.624Z[ host-image] Oct 16 19:54:19.689 INFO O| Oct 16 19:54:19.689 INFO STEP 68 (ensure_file) COMPLETE
88412024-10-16T19:54:20.624Z[ host-image] Oct 16 19:54:19.689 INFO O| Oct 16 19:54:19.689 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-10-16T19:54:20.636Z[ host-image] Oct 16 19:54:19.705 INFO O| Oct 16 19:54:19.705 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88432024-10-16T19:54:20.636Z[ host-image] Oct 16 19:54:19.705 INFO O| Oct 16 19:54:19.705 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88442024-10-16T19:54:21.746Z[ recovery-image] Oct 16 19:54:20.815 INFO E| Compiling scroll_derive v0.12.0
88452024-10-16T19:54:22.978Z[ host-image] Oct 16 19:54:22.046 INFO O| Oct 16 19:54:22.046 INFO STEP 69 (pack_tar) COMPLETE
88462024-10-16T19:54:22.978Z[ host-image] Oct 16 19:54:22.046 INFO O| Oct 16 19:54:22.046 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88472024-10-16T19:54:22.981Z[ host-image] Oct 16 19:54:22.046 INFO O| Oct 16 19:54:22.046 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88482024-10-16T19:54:23.889Z[ host-image] Oct 16 19:54:22.957 INFO O| Oct 16 19:54:22.957 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88492024-10-16T19:54:23.986Z[ host-image] Oct 16 19:54:23.054 INFO O| Oct 16 19:54:23.054 INFO completed processing gimlet/ramdisk-02-trim
88502024-10-16T19:54:23.988Z[ host-image] Oct 16 19:54:23.056 INFO image builder template: zfs...
88512024-10-16T19:54:23.988Z[ host-image] Oct 16 19:54:23.056 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/.tmpYwelpl/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88522024-10-16T19:54:24.002Z[ host-image] Oct 16 19:54:23.071 INFO O| Oct 16 19:54:23.070 INFO skip include "stress" because feature "stress" is not enabled
88532024-10-16T19:54:24.036Z[ host-image] Oct 16 19:54:23.104 INFO O| Oct 16 19:54:23.104 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88542024-10-16T19:54:24.040Z[ host-image] Oct 16 19:54:23.108 INFO O| Oct 16 19:54:23.108 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88552024-10-16T19:54:24.179Z[ host-image] Oct 16 19:54:23.247 INFO O| Oct 16 19:54:23.247 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88562024-10-16T19:54:24.281Z[ host-image] Oct 16 19:54:23.348 INFO O| Oct 16 19:54:23.348 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88572024-10-16T19:54:24.281Z[ host-image] Oct 16 19:54:23.348 INFO O| Oct 16 19:54:23.348 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88582024-10-16T19:54:24.287Z[ host-image] Oct 16 19:54:23.355 INFO O| Oct 16 19:54:23.355 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88592024-10-16T19:54:24.299Z[ recovery-image] Oct 16 19:54:23.367 INFO E| Compiling bitstruct_derive v0.1.0
88602024-10-16T19:54:24.370Z[ host-image] Oct 16 19:54:23.436 INFO O| Oct 16 19:54:23.436 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88612024-10-16T19:54:24.447Z[ host-image] Oct 16 19:54:23.516 INFO O| Oct 16 19:54:23.515 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88622024-10-16T19:54:24.458Z[ host-image] Oct 16 19:54:23.526 INFO O| Oct 16 19:54:23.526 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88632024-10-16T19:54:24.463Z[ host-image] Oct 16 19:54:23.531 INFO O| Oct 16 19:54:23.531 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88642024-10-16T19:54:24.465Z[ host-image] Oct 16 19:54:23.531 INFO O| Oct 16 19:54:23.531 INFO no lofi found
88652024-10-16T19:54:24.465Z[ host-image] Oct 16 19:54:23.531 INFO O| Oct 16 19:54:23.531 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88662024-10-16T19:54:24.465Z[ host-image] Oct 16 19:54:23.531 INFO O| Oct 16 19:54:23.531 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88672024-10-16T19:54:25.943Z[ host-image] Oct 16 19:54:25.011 INFO O| Oct 16 19:54:25.011 INFO lofi device = /dev/dsk/c2t1d0p0
88682024-10-16T19:54:25.943Z[ host-image] Oct 16 19:54:25.011 INFO O| Oct 16 19:54:25.011 INFO pool device = /dev/dsk/c2t1d0p0
88692024-10-16T19:54:25.946Z[ host-image] Oct 16 19:54:25.011 INFO O| Oct 16 19:54:25.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88702024-10-16T19:54:26.018Z[ host-image] Oct 16 19:54:25.084 INFO O| Oct 16 19:54:25.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88712024-10-16T19:54:26.018Z[ host-image] Oct 16 19:54:25.084 INFO O| Oct 16 19:54:25.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88722024-10-16T19:54:26.037Z[ host-image] Oct 16 19:54:25.105 INFO O| Oct 16 19:54:25.105 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88732024-10-16T19:54:26.093Z[ host-image] Oct 16 19:54:25.161 INFO O| Oct 16 19:54:25.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88742024-10-16T19:54:26.131Z[ host-image] Oct 16 19:54:25.199 INFO O| Oct 16 19:54:25.199 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88752024-10-16T19:54:26.145Z[ host-image] Oct 16 19:54:25.213 INFO O| Oct 16 19:54:25.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88762024-10-16T19:54:26.156Z[ host-image] Oct 16 19:54:25.223 INFO O| Oct 16 19:54:25.223 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88772024-10-16T19:54:26.200Z[ host-image] Oct 16 19:54:25.268 INFO O| Oct 16 19:54:25.268 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88782024-10-16T19:54:26.203Z[ host-image] Oct 16 19:54:25.268 INFO O| Oct 16 19:54:25.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88792024-10-16T19:54:26.203Z[ host-image] Oct 16 19:54:25.268 INFO O| Oct 16 19:54:25.268 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88802024-10-16T19:54:26.216Z[ host-image] Oct 16 19:54:25.281 INFO O| Oct 16 19:54:25.281 INFO boot environment UUID: 83abe86f-3203-4538-8914-3d895dce0b43
88812024-10-16T19:54:26.216Z[ host-image] Oct 16 19:54:25.281 INFO O| Oct 16 19:54:25.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 83abe86f-3203-4538-8914-3d895dce0b43
88822024-10-16T19:54:26.224Z[ host-image] Oct 16 19:54:25.292 INFO O| Oct 16 19:54:25.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88832024-10-16T19:54:26.235Z[ host-image] Oct 16 19:54:25.302 INFO O| Oct 16 19:54:25.302 INFO STEP 0 (create_be) COMPLETE
88842024-10-16T19:54:26.235Z[ host-image] Oct 16 19:54:25.302 INFO O| Oct 16 19:54:25.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88852024-10-16T19:54:26.250Z[ host-image] Oct 16 19:54:25.317 INFO O| Oct 16 19:54:25.317 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88862024-10-16T19:54:39.536Z[ recovery-image] Oct 16 19:54:38.595 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88872024-10-16T19:54:42.499Z[ recovery-image] Oct 16 19:54:41.562 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88882024-10-16T19:54:46.970Z[ recovery-image] Oct 16 19:54:46.032 INFO E| Compiling bitflags v1.3.2
88892024-10-16T19:54:46.970Z[ recovery-image] Oct 16 19:54:46.032 INFO E| Compiling bit_field v0.10.2
88902024-10-16T19:54:46.972Z[ recovery-image] Oct 16 19:54:46.032 INFO E| Compiling adler2 v2.0.0
88912024-10-16T19:54:46.973Z[ recovery-image] Oct 16 19:54:46.032 INFO E| Compiling scroll v0.12.0
88922024-10-16T19:54:46.973Z[ recovery-image] Oct 16 19:54:46.032 INFO E| Compiling log v0.4.22
88932024-10-16T19:54:46.973Z[ recovery-image] Oct 16 19:54:46.032 INFO E| Compiling plain v0.2.3
88942024-10-16T19:54:46.973Z[ recovery-image] Oct 16 19:54:46.032 INFO E| Compiling bitstruct v0.1.1
88952024-10-16T19:54:46.980Z[ host-image] Oct 16 19:54:46.043 INFO O| Oct 16 19:54:46.042 INFO STEP 1 (unpack_tar) COMPLETE
88962024-10-16T19:54:46.983Z[ host-image] Oct 16 19:54:46.043 INFO O| Oct 16 19:54:46.042 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88972024-10-16T19:54:46.998Z[ host-image] Oct 16 19:54:46.060 INFO O| Oct 16 19:54:46.060 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88982024-10-16T19:54:47.139Z[ recovery-image] Oct 16 19:54:46.201 INFO E| Compiling raw-cpuid v10.7.0
88992024-10-16T19:54:47.145Z[ recovery-image] Oct 16 19:54:46.201 INFO E| Compiling miniz_oxide v0.8.0
89002024-10-16T19:54:47.148Z[ recovery-image] Oct 16 19:54:46.210 INFO E| Compiling cpio_reader v0.1.1
89012024-10-16T19:54:47.264Z[ recovery-image] Oct 16 19:54:46.326 INFO E| Compiling static_assertions v1.1.0
89022024-10-16T19:54:47.295Z[ host-image] Oct 16 19:54:46.357 INFO O| Oct 16 19:54:46.357 INFO STEP 2 (devfsadm) COMPLETE
89032024-10-16T19:54:47.298Z[ host-image] Oct 16 19:54:46.357 INFO O| Oct 16 19:54:46.357 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89042024-10-16T19:54:47.313Z[ host-image] Oct 16 19:54:46.375 INFO O| Oct 16 19:54:46.375 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89052024-10-16T19:54:47.313Z[ host-image] Oct 16 19:54:46.375 INFO O| Oct 16 19:54:46.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89062024-10-16T19:54:47.316Z[ host-image] Oct 16 19:54:46.375 INFO O| Oct 16 19:54:46.375 INFO STEP 3 (ensure_dir) COMPLETE
89072024-10-16T19:54:47.316Z[ host-image] Oct 16 19:54:46.375 INFO O| Oct 16 19:54:46.375 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89082024-10-16T19:54:47.339Z[ host-image] Oct 16 19:54:46.400 INFO O| Oct 16 19:54:46.400 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89092024-10-16T19:54:47.339Z[ host-image] Oct 16 19:54:46.400 INFO O| Oct 16 19:54:46.400 INFO STEP 4 (ensure_dir) COMPLETE
89102024-10-16T19:54:47.341Z[ host-image] Oct 16 19:54:46.400 INFO O| Oct 16 19:54:46.400 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89112024-10-16T19:54:47.368Z[ host-image] Oct 16 19:54:46.429 INFO O| Oct 16 19:54:46.429 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89122024-10-16T19:54:47.368Z[ host-image] Oct 16 19:54:46.429 INFO O| Oct 16 19:54:46.429 INFO STEP 5 (ensure_dir) COMPLETE
89132024-10-16T19:54:47.368Z[ host-image] Oct 16 19:54:46.429 INFO O| Oct 16 19:54:46.429 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89142024-10-16T19:54:47.400Z[ host-image] Oct 16 19:54:46.462 INFO O| Oct 16 19:54:46.462 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89152024-10-16T19:54:47.400Z[ host-image] Oct 16 19:54:46.462 INFO O| Oct 16 19:54:46.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89162024-10-16T19:54:47.404Z[ host-image] Oct 16 19:54:46.462 INFO O| Oct 16 19:54:46.462 INFO STEP 6 (ensure_dir) COMPLETE
89172024-10-16T19:54:47.404Z[ host-image] Oct 16 19:54:46.462 INFO O| Oct 16 19:54:46.462 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89182024-10-16T19:54:47.421Z[ host-image] Oct 16 19:54:46.483 INFO O| Oct 16 19:54:46.482 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89192024-10-16T19:54:47.421Z[ host-image] Oct 16 19:54:46.483 INFO O| Oct 16 19:54:46.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89202024-10-16T19:54:47.424Z[ host-image] Oct 16 19:54:46.483 INFO O| Oct 16 19:54:46.483 INFO STEP 7 (ensure_dir) COMPLETE
89212024-10-16T19:54:47.424Z[ host-image] Oct 16 19:54:46.483 INFO O| Oct 16 19:54:46.483 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222024-10-16T19:54:47.442Z[ host-image] Oct 16 19:54:46.500 INFO O| Oct 16 19:54:46.500 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89232024-10-16T19:54:47.442Z[ host-image] Oct 16 19:54:46.501 INFO O| Oct 16 19:54:46.501 INFO STEP 8 (remove_files) COMPLETE
89242024-10-16T19:54:47.442Z[ host-image] Oct 16 19:54:46.501 INFO O| Oct 16 19:54:46.501 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89252024-10-16T19:54:47.471Z[ host-image] Oct 16 19:54:46.532 INFO O| Oct 16 19:54:46.532 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89262024-10-16T19:54:47.473Z[ host-image] Oct 16 19:54:46.534 INFO O| Oct 16 19:54:46.534 INFO STEP 9 (remove_files) COMPLETE
89272024-10-16T19:54:47.473Z[ host-image] Oct 16 19:54:46.534 INFO O| Oct 16 19:54:46.534 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89282024-10-16T19:54:47.492Z[ host-image] Oct 16 19:54:46.554 INFO O| Oct 16 19:54:46.554 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89292024-10-16T19:54:47.496Z[ host-image] Oct 16 19:54:46.555 INFO O| Oct 16 19:54:46.555 INFO STEP 10 (remove_files) COMPLETE
89302024-10-16T19:54:47.496Z[ host-image] Oct 16 19:54:46.556 INFO O| Oct 16 19:54:46.555 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89312024-10-16T19:54:47.519Z[ host-image] Oct 16 19:54:46.581 INFO O| Oct 16 19:54:46.581 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89322024-10-16T19:54:47.521Z[ host-image] Oct 16 19:54:46.581 INFO O| Oct 16 19:54:46.581 INFO STEP 11 (remove_files) COMPLETE
89332024-10-16T19:54:47.521Z[ host-image] Oct 16 19:54:46.581 INFO O| Oct 16 19:54:46.581 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89342024-10-16T19:54:47.539Z[ host-image] Oct 16 19:54:46.601 INFO O| Oct 16 19:54:46.600 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89352024-10-16T19:54:47.542Z[ host-image] Oct 16 19:54:46.601 INFO O| Oct 16 19:54:46.601 INFO STEP 12 (remove_files) COMPLETE
89362024-10-16T19:54:47.542Z[ host-image] Oct 16 19:54:46.601 INFO O| Oct 16 19:54:46.601 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372024-10-16T19:54:47.557Z[ host-image] Oct 16 19:54:46.619 INFO O| Oct 16 19:54:46.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89382024-10-16T19:54:47.557Z[ host-image] Oct 16 19:54:46.619 INFO O| Oct 16 19:54:46.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89392024-10-16T19:54:47.557Z[ host-image] Oct 16 19:54:46.619 INFO O| Oct 16 19:54:46.619 INFO STEP 13 (ensure_dir) COMPLETE
89402024-10-16T19:54:47.560Z[ host-image] Oct 16 19:54:46.619 INFO O| Oct 16 19:54:46.619 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89412024-10-16T19:54:47.575Z[ host-image] Oct 16 19:54:46.637 INFO O| Oct 16 19:54:46.637 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89422024-10-16T19:54:47.575Z[ host-image] Oct 16 19:54:46.637 INFO O| Oct 16 19:54:46.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89432024-10-16T19:54:47.575Z[ host-image] Oct 16 19:54:46.637 INFO O| Oct 16 19:54:46.637 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89442024-10-16T19:54:47.578Z[ host-image] Oct 16 19:54:46.637 INFO O| Oct 16 19:54:46.637 INFO STEP 14 (ensure_dir) COMPLETE
89452024-10-16T19:54:47.578Z[ host-image] Oct 16 19:54:46.637 INFO O| Oct 16 19:54:46.637 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462024-10-16T19:54:47.593Z[ host-image] Oct 16 19:54:46.655 INFO O| Oct 16 19:54:46.655 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89472024-10-16T19:54:47.594Z[ host-image] Oct 16 19:54:46.655 INFO O| Oct 16 19:54:46.655 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89482024-10-16T19:54:47.594Z[ host-image] Oct 16 19:54:46.655 INFO O| Oct 16 19:54:46.655 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89492024-10-16T19:54:47.596Z[ host-image] Oct 16 19:54:46.655 INFO O| Oct 16 19:54:46.655 INFO STEP 15 (ensure_dir) COMPLETE
89502024-10-16T19:54:47.596Z[ host-image] Oct 16 19:54:46.655 INFO O| Oct 16 19:54:46.655 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89512024-10-16T19:54:47.614Z[ host-image] Oct 16 19:54:46.675 INFO O| Oct 16 19:54:46.675 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89522024-10-16T19:54:47.614Z[ host-image] Oct 16 19:54:46.675 INFO O| Oct 16 19:54:46.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89532024-10-16T19:54:47.614Z[ host-image] Oct 16 19:54:46.675 INFO O| Oct 16 19:54:46.675 INFO STEP 16 (ensure_dir) COMPLETE
89542024-10-16T19:54:47.617Z[ host-image] Oct 16 19:54:46.675 INFO O| Oct 16 19:54:46.675 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552024-10-16T19:54:47.633Z[ host-image] Oct 16 19:54:46.695 INFO O| Oct 16 19:54:46.695 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89562024-10-16T19:54:47.633Z[ host-image] Oct 16 19:54:46.695 INFO O| Oct 16 19:54:46.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89572024-10-16T19:54:47.633Z[ host-image] Oct 16 19:54:46.695 INFO O| Oct 16 19:54:46.695 INFO STEP 17 (ensure_dir) COMPLETE
89582024-10-16T19:54:47.636Z[ host-image] Oct 16 19:54:46.695 INFO O| Oct 16 19:54:46.695 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592024-10-16T19:54:47.652Z[ host-image] Oct 16 19:54:46.714 INFO O| Oct 16 19:54:46.714 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89602024-10-16T19:54:47.652Z[ host-image] Oct 16 19:54:46.714 INFO O| Oct 16 19:54:46.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89612024-10-16T19:54:47.655Z[ host-image] Oct 16 19:54:46.714 INFO O| Oct 16 19:54:46.714 INFO ok!
89622024-10-16T19:54:47.655Z[ host-image] Oct 16 19:54:46.714 INFO O| Oct 16 19:54:46.714 INFO STEP 18 (ensure_symlink) COMPLETE
89632024-10-16T19:54:47.655Z[ host-image] Oct 16 19:54:46.714 INFO O| Oct 16 19:54:46.714 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89642024-10-16T19:54:47.671Z[ host-image] Oct 16 19:54:46.733 INFO O| Oct 16 19:54:46.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89652024-10-16T19:54:47.671Z[ host-image] Oct 16 19:54:46.733 INFO O| Oct 16 19:54:46.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89662024-10-16T19:54:47.674Z[ host-image] Oct 16 19:54:46.733 INFO O| Oct 16 19:54:46.733 INFO ok!
89672024-10-16T19:54:47.674Z[ host-image] Oct 16 19:54:46.733 INFO O| Oct 16 19:54:46.733 INFO STEP 19 (ensure_file) COMPLETE
89682024-10-16T19:54:47.674Z[ host-image] Oct 16 19:54:46.733 INFO O| Oct 16 19:54:46.733 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89692024-10-16T19:54:47.689Z[ host-image] Oct 16 19:54:46.751 INFO O| Oct 16 19:54:46.751 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89702024-10-16T19:54:47.689Z[ host-image] Oct 16 19:54:46.751 INFO O| Oct 16 19:54:46.751 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89712024-10-16T19:54:47.692Z[ host-image] Oct 16 19:54:46.751 INFO O| Oct 16 19:54:46.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89722024-10-16T19:54:47.692Z[ host-image] Oct 16 19:54:46.751 INFO O| Oct 16 19:54:46.751 INFO ok!
89732024-10-16T19:54:47.692Z[ host-image] Oct 16 19:54:46.751 INFO O| Oct 16 19:54:46.751 INFO STEP 20 (ensure_symlink) COMPLETE
89742024-10-16T19:54:47.692Z[ host-image] Oct 16 19:54:46.751 INFO O| Oct 16 19:54:46.751 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89752024-10-16T19:54:47.709Z[ host-image] Oct 16 19:54:46.770 INFO O| Oct 16 19:54:46.770 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89762024-10-16T19:54:47.709Z[ host-image] Oct 16 19:54:46.770 INFO O| Oct 16 19:54:46.770 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89772024-10-16T19:54:47.709Z[ host-image] Oct 16 19:54:46.770 INFO O| Oct 16 19:54:46.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89782024-10-16T19:54:47.711Z[ host-image] Oct 16 19:54:46.771 INFO O| Oct 16 19:54:46.770 INFO ok!
89792024-10-16T19:54:47.711Z[ host-image] Oct 16 19:54:46.771 INFO O| Oct 16 19:54:46.771 INFO STEP 21 (ensure_symlink) COMPLETE
89802024-10-16T19:54:47.711Z[ host-image] Oct 16 19:54:46.771 INFO O| Oct 16 19:54:46.771 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89812024-10-16T19:54:47.719Z[ recovery-image] Oct 16 19:54:46.781 INFO E| Compiling goblin v0.8.2
89822024-10-16T19:54:47.733Z[ host-image] Oct 16 19:54:46.794 INFO O| Oct 16 19:54:46.794 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89832024-10-16T19:54:47.734Z[ host-image] Oct 16 19:54:46.794 INFO O| Oct 16 19:54:46.794 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89842024-10-16T19:54:47.734Z[ host-image] Oct 16 19:54:46.794 INFO O| Oct 16 19:54:46.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89852024-10-16T19:54:47.734Z[ host-image] Oct 16 19:54:46.794 INFO O| Oct 16 19:54:46.794 INFO ok!
89862024-10-16T19:54:47.736Z[ host-image] Oct 16 19:54:46.794 INFO O| Oct 16 19:54:46.794 INFO STEP 22 (ensure_symlink) COMPLETE
89872024-10-16T19:54:47.736Z[ host-image] Oct 16 19:54:46.794 INFO O| Oct 16 19:54:46.794 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89882024-10-16T19:54:47.752Z[ host-image] Oct 16 19:54:46.814 INFO O| Oct 16 19:54:46.814 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89892024-10-16T19:54:47.752Z[ host-image] Oct 16 19:54:46.814 INFO O| Oct 16 19:54:46.814 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89902024-10-16T19:54:47.756Z[ host-image] Oct 16 19:54:46.814 INFO O| Oct 16 19:54:46.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89912024-10-16T19:54:47.756Z[ host-image] Oct 16 19:54:46.814 INFO O| Oct 16 19:54:46.814 INFO ok!
89922024-10-16T19:54:47.756Z[ host-image] Oct 16 19:54:46.814 INFO O| Oct 16 19:54:46.814 INFO STEP 23 (ensure_symlink) COMPLETE
89932024-10-16T19:54:47.756Z[ host-image] Oct 16 19:54:46.814 INFO O| Oct 16 19:54:46.814 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89942024-10-16T19:54:47.769Z[ host-image] Oct 16 19:54:46.831 INFO O| Oct 16 19:54:46.831 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89952024-10-16T19:54:47.769Z[ host-image] Oct 16 19:54:46.831 INFO O| Oct 16 19:54:46.831 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89962024-10-16T19:54:47.772Z[ host-image] Oct 16 19:54:46.831 INFO O| Oct 16 19:54:46.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89972024-10-16T19:54:47.772Z[ host-image] Oct 16 19:54:46.831 INFO O| Oct 16 19:54:46.831 INFO ok!
89982024-10-16T19:54:47.773Z[ host-image] Oct 16 19:54:46.831 INFO O| Oct 16 19:54:46.831 INFO STEP 24 (ensure_file) COMPLETE
89992024-10-16T19:54:47.773Z[ host-image] Oct 16 19:54:46.831 INFO O| Oct 16 19:54:46.831 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90002024-10-16T19:54:47.787Z[ host-image] Oct 16 19:54:46.849 INFO O| Oct 16 19:54:46.849 INFO updating shadow file
90012024-10-16T19:54:47.790Z[ host-image] Oct 16 19:54:46.849 INFO O| Oct 16 19:54:46.849 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90022024-10-16T19:54:47.790Z[ host-image] Oct 16 19:54:46.849 INFO O| Oct 16 19:54:46.849 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90032024-10-16T19:54:47.790Z[ host-image] Oct 16 19:54:46.849 INFO O| Oct 16 19:54:46.849 INFO STEP 25 (shadow) COMPLETE
90042024-10-16T19:54:47.790Z[ host-image] Oct 16 19:54:46.849 INFO O| Oct 16 19:54:46.849 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90052024-10-16T19:54:47.799Z[ host-image] Oct 16 19:54:46.861 INFO O| Oct 16 19:54:46.861 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90062024-10-16T19:54:47.799Z[ host-image] Oct 16 19:54:46.861 INFO O| Oct 16 19:54:46.861 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90072024-10-16T19:54:47.802Z[ host-image] Oct 16 19:54:46.861 INFO O| Oct 16 19:54:46.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90082024-10-16T19:54:47.802Z[ host-image] Oct 16 19:54:46.861 INFO O| Oct 16 19:54:46.861 INFO ok!
90092024-10-16T19:54:47.802Z[ host-image] Oct 16 19:54:46.861 INFO O| Oct 16 19:54:46.861 INFO STEP 26 (ensure_file) COMPLETE
90102024-10-16T19:54:47.802Z[ host-image] Oct 16 19:54:46.861 INFO O| Oct 16 19:54:46.861 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90112024-10-16T19:54:47.811Z[ host-image] Oct 16 19:54:46.873 INFO O| Oct 16 19:54:46.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90122024-10-16T19:54:47.811Z[ host-image] Oct 16 19:54:46.873 INFO O| Oct 16 19:54:46.873 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90132024-10-16T19:54:47.814Z[ host-image] Oct 16 19:54:46.873 INFO O| Oct 16 19:54:46.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90142024-10-16T19:54:47.814Z[ host-image] Oct 16 19:54:46.873 INFO O| Oct 16 19:54:46.873 INFO ok!
90152024-10-16T19:54:47.814Z[ host-image] Oct 16 19:54:46.873 INFO O| Oct 16 19:54:46.873 INFO STEP 27 (ensure_file) COMPLETE
90162024-10-16T19:54:47.814Z[ host-image] Oct 16 19:54:46.873 INFO O| Oct 16 19:54:46.873 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90172024-10-16T19:54:47.823Z[ host-image] Oct 16 19:54:46.885 INFO O| Oct 16 19:54:46.885 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90182024-10-16T19:54:47.823Z[ host-image] Oct 16 19:54:46.885 INFO O| Oct 16 19:54:46.885 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90192024-10-16T19:54:47.826Z[ host-image] Oct 16 19:54:46.885 INFO O| Oct 16 19:54:46.885 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90202024-10-16T19:54:47.826Z[ host-image] Oct 16 19:54:46.885 INFO O| Oct 16 19:54:46.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90212024-10-16T19:54:47.826Z[ host-image] Oct 16 19:54:46.885 INFO O| Oct 16 19:54:46.885 INFO ok!
90222024-10-16T19:54:47.826Z[ host-image] Oct 16 19:54:46.886 INFO O| Oct 16 19:54:46.886 INFO STEP 28 (ensure_file) COMPLETE
90232024-10-16T19:54:47.826Z[ host-image] Oct 16 19:54:46.886 INFO O| Oct 16 19:54:46.886 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90242024-10-16T19:54:47.840Z[ host-image] Oct 16 19:54:46.902 INFO O| Oct 16 19:54:46.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90252024-10-16T19:54:47.840Z[ host-image] Oct 16 19:54:46.902 INFO O| Oct 16 19:54:46.902 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90262024-10-16T19:54:47.843Z[ host-image] Oct 16 19:54:46.902 INFO O| Oct 16 19:54:46.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90272024-10-16T19:54:47.843Z[ host-image] Oct 16 19:54:46.902 INFO O| Oct 16 19:54:46.902 INFO ok!
90282024-10-16T19:54:47.843Z[ host-image] Oct 16 19:54:46.902 INFO O| Oct 16 19:54:46.902 INFO STEP 29 (ensure_file) COMPLETE
90292024-10-16T19:54:47.843Z[ host-image] Oct 16 19:54:46.902 INFO O| Oct 16 19:54:46.902 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90302024-10-16T19:54:47.855Z[ host-image] Oct 16 19:54:46.916 INFO O| Oct 16 19:54:46.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90312024-10-16T19:54:47.855Z[ host-image] Oct 16 19:54:46.916 INFO O| Oct 16 19:54:46.916 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90322024-10-16T19:54:47.857Z[ host-image] Oct 16 19:54:46.917 INFO O| Oct 16 19:54:46.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90332024-10-16T19:54:47.857Z[ host-image] Oct 16 19:54:46.917 INFO O| Oct 16 19:54:46.917 INFO ok!
90342024-10-16T19:54:47.857Z[ host-image] Oct 16 19:54:46.917 INFO O| Oct 16 19:54:46.917 INFO STEP 30 (ensure_file) COMPLETE
90352024-10-16T19:54:47.857Z[ host-image] Oct 16 19:54:46.917 INFO O| Oct 16 19:54:46.917 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90362024-10-16T19:54:47.871Z[ host-image] Oct 16 19:54:46.933 INFO O| Oct 16 19:54:46.933 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90372024-10-16T19:54:47.871Z[ host-image] Oct 16 19:54:46.933 INFO O| Oct 16 19:54:46.933 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90382024-10-16T19:54:47.873Z[ host-image] Oct 16 19:54:46.933 INFO O| Oct 16 19:54:46.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90392024-10-16T19:54:47.873Z[ host-image] Oct 16 19:54:46.933 INFO O| Oct 16 19:54:46.933 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90402024-10-16T19:54:47.873Z[ host-image] Oct 16 19:54:46.933 INFO O| Oct 16 19:54:46.933 INFO ok!
90412024-10-16T19:54:47.874Z[ host-image] Oct 16 19:54:46.933 INFO O| Oct 16 19:54:46.933 INFO STEP 31 (ensure_file) COMPLETE
90422024-10-16T19:54:47.874Z[ host-image] Oct 16 19:54:46.933 INFO O| Oct 16 19:54:46.933 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90432024-10-16T19:54:47.884Z[ host-image] Oct 16 19:54:46.946 INFO O| Oct 16 19:54:46.946 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90442024-10-16T19:54:47.885Z[ host-image] Oct 16 19:54:46.946 INFO O| Oct 16 19:54:46.946 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90452024-10-16T19:54:47.887Z[ host-image] Oct 16 19:54:46.946 INFO O| Oct 16 19:54:46.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90462024-10-16T19:54:47.887Z[ host-image] Oct 16 19:54:46.946 INFO O| Oct 16 19:54:46.946 INFO ok!
90472024-10-16T19:54:47.887Z[ host-image] Oct 16 19:54:46.946 INFO O| Oct 16 19:54:46.946 INFO STEP 32 (ensure_file) COMPLETE
90482024-10-16T19:54:47.887Z[ host-image] Oct 16 19:54:46.946 INFO O| Oct 16 19:54:46.946 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90492024-10-16T19:54:47.896Z[ host-image] Oct 16 19:54:46.958 INFO O| Oct 16 19:54:46.958 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90502024-10-16T19:54:47.896Z[ host-image] Oct 16 19:54:46.958 INFO O| Oct 16 19:54:46.958 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90512024-10-16T19:54:47.898Z[ host-image] Oct 16 19:54:46.958 INFO O| Oct 16 19:54:46.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90522024-10-16T19:54:47.898Z[ host-image] Oct 16 19:54:46.958 INFO O| Oct 16 19:54:46.958 INFO ok!
90532024-10-16T19:54:47.898Z[ host-image] Oct 16 19:54:46.958 INFO O| Oct 16 19:54:46.958 INFO STEP 33 (ensure_file) COMPLETE
90542024-10-16T19:54:47.898Z[ host-image] Oct 16 19:54:46.958 INFO O| Oct 16 19:54:46.958 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90552024-10-16T19:54:47.911Z[ host-image] Oct 16 19:54:46.973 INFO O| Oct 16 19:54:46.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90562024-10-16T19:54:47.911Z[ host-image] Oct 16 19:54:46.973 INFO O| Oct 16 19:54:46.972 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90572024-10-16T19:54:47.911Z[ host-image] Oct 16 19:54:46.973 INFO O| Oct 16 19:54:46.973 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90582024-10-16T19:54:47.913Z[ host-image] Oct 16 19:54:46.973 INFO O| Oct 16 19:54:46.973 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90592024-10-16T19:54:47.913Z[ host-image] Oct 16 19:54:46.973 INFO O| Oct 16 19:54:46.973 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90602024-10-16T19:54:47.914Z[ host-image] Oct 16 19:54:46.973 INFO O| Oct 16 19:54:46.973 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90612024-10-16T19:54:47.914Z[ host-image] Oct 16 19:54:46.973 INFO O| Oct 16 19:54:46.973 INFO ok!
90622024-10-16T19:54:47.914Z[ host-image] Oct 16 19:54:46.973 INFO O| Oct 16 19:54:46.973 INFO STEP 34 (ensure_file) COMPLETE
90632024-10-16T19:54:47.914Z[ host-image] Oct 16 19:54:46.973 INFO O| Oct 16 19:54:46.973 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90642024-10-16T19:54:47.926Z[ host-image] Oct 16 19:54:46.988 INFO O| Oct 16 19:54:46.988 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90652024-10-16T19:54:47.926Z[ host-image] Oct 16 19:54:46.988 INFO O| Oct 16 19:54:46.988 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90662024-10-16T19:54:47.929Z[ host-image] Oct 16 19:54:46.988 INFO O| Oct 16 19:54:46.988 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90672024-10-16T19:54:47.929Z[ host-image] Oct 16 19:54:46.988 INFO O| Oct 16 19:54:46.988 INFO STEP 35 (ensure_dir) COMPLETE
90682024-10-16T19:54:47.929Z[ host-image] Oct 16 19:54:46.988 INFO O| Oct 16 19:54:46.988 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90692024-10-16T19:54:47.940Z[ host-image] Oct 16 19:54:47.002 INFO O| Oct 16 19:54:47.002 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
90702024-10-16T19:54:47.940Z[ host-image] Oct 16 19:54:47.002 INFO O| Oct 16 19:54:47.002 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 ...
90712024-10-16T19:54:47.943Z[ host-image] Oct 16 19:54:47.002 INFO O| Oct 16 19:54:47.002 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
90722024-10-16T19:54:47.943Z[ host-image] Oct 16 19:54:47.002 INFO O| Oct 16 19:54:47.002 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
90732024-10-16T19:54:47.943Z[ host-image] Oct 16 19:54:47.002 INFO O| Oct 16 19:54:47.002 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
90742024-10-16T19:54:47.944Z[ host-image] Oct 16 19:54:47.003 INFO O| Oct 16 19:54:47.002 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
90752024-10-16T19:54:47.944Z[ host-image] Oct 16 19:54:47.003 INFO O| Oct 16 19:54:47.002 INFO ok!
90762024-10-16T19:54:47.944Z[ host-image] Oct 16 19:54:47.003 INFO O| Oct 16 19:54:47.002 INFO STEP 36 (ensure_file) COMPLETE
90772024-10-16T19:54:47.944Z[ host-image] Oct 16 19:54:47.003 INFO O| Oct 16 19:54:47.003 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90782024-10-16T19:54:47.956Z[ host-image] Oct 16 19:54:47.018 INFO O| Oct 16 19:54:47.018 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90792024-10-16T19:54:47.956Z[ host-image] Oct 16 19:54:47.018 INFO O| Oct 16 19:54:47.018 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 ...
90802024-10-16T19:54:47.959Z[ host-image] Oct 16 19:54:47.018 INFO O| Oct 16 19:54:47.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90812024-10-16T19:54:47.959Z[ host-image] Oct 16 19:54:47.018 INFO O| Oct 16 19:54:47.018 INFO ok!
90822024-10-16T19:54:47.959Z[ host-image] Oct 16 19:54:47.018 INFO O| Oct 16 19:54:47.018 INFO STEP 37 (ensure_symlink) COMPLETE
90832024-10-16T19:54:47.959Z[ host-image] Oct 16 19:54:47.018 INFO O| Oct 16 19:54:47.018 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90842024-10-16T19:54:47.973Z[ host-image] Oct 16 19:54:47.035 INFO O| Oct 16 19:54:47.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90852024-10-16T19:54:47.973Z[ host-image] Oct 16 19:54:47.035 INFO O| Oct 16 19:54:47.035 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90862024-10-16T19:54:47.976Z[ host-image] Oct 16 19:54:47.035 INFO O| Oct 16 19:54:47.035 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90872024-10-16T19:54:47.976Z[ host-image] Oct 16 19:54:47.035 INFO O| Oct 16 19:54:47.035 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90882024-10-16T19:54:47.976Z[ host-image] Oct 16 19:54:47.035 INFO O| Oct 16 19:54:47.035 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90892024-10-16T19:54:47.976Z[ host-image] Oct 16 19:54:47.035 INFO O| Oct 16 19:54:47.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90902024-10-16T19:54:47.976Z[ host-image] Oct 16 19:54:47.035 INFO O| Oct 16 19:54:47.035 INFO ok!
90912024-10-16T19:54:47.977Z[ host-image] Oct 16 19:54:47.035 INFO O| Oct 16 19:54:47.035 INFO STEP 38 (ensure_file) COMPLETE
90922024-10-16T19:54:47.977Z[ host-image] Oct 16 19:54:47.035 INFO O| Oct 16 19:54:47.035 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90932024-10-16T19:54:47.989Z[ host-image] Oct 16 19:54:47.051 INFO O| Oct 16 19:54:47.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90942024-10-16T19:54:47.990Z[ host-image] Oct 16 19:54:47.051 INFO O| Oct 16 19:54:47.051 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 ...
90952024-10-16T19:54:47.992Z[ host-image] Oct 16 19:54:47.051 INFO O| Oct 16 19:54:47.051 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
90962024-10-16T19:54:47.993Z[ host-image] Oct 16 19:54:47.051 INFO O| Oct 16 19:54:47.051 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90972024-10-16T19:54:47.993Z[ host-image] Oct 16 19:54:47.051 INFO O| Oct 16 19:54:47.051 INFO ok!
90982024-10-16T19:54:47.993Z[ host-image] Oct 16 19:54:47.052 INFO O| Oct 16 19:54:47.052 INFO STEP 39 (ensure_file) COMPLETE
90992024-10-16T19:54:47.993Z[ host-image] Oct 16 19:54:47.052 INFO O| Oct 16 19:54:47.052 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91002024-10-16T19:54:48.004Z[ host-image] Oct 16 19:54:47.066 INFO O| Oct 16 19:54:47.066 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91012024-10-16T19:54:48.004Z[ host-image] Oct 16 19:54:47.066 INFO O| Oct 16 19:54:47.066 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91022024-10-16T19:54:48.007Z[ host-image] Oct 16 19:54:47.066 INFO O| Oct 16 19:54:47.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91032024-10-16T19:54:48.007Z[ host-image] Oct 16 19:54:47.066 INFO O| Oct 16 19:54:47.066 INFO ok!
91042024-10-16T19:54:48.007Z[ host-image] Oct 16 19:54:47.066 INFO O| Oct 16 19:54:47.066 INFO STEP 40 (ensure_file) COMPLETE
91052024-10-16T19:54:48.007Z[ host-image] Oct 16 19:54:47.066 INFO O| Oct 16 19:54:47.066 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91062024-10-16T19:54:48.025Z[ host-image] Oct 16 19:54:47.084 INFO O| Oct 16 19:54:47.084 INFO updating shadow file
91072024-10-16T19:54:48.027Z[ host-image] Oct 16 19:54:47.084 INFO O| Oct 16 19:54:47.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91082024-10-16T19:54:48.027Z[ host-image] Oct 16 19:54:47.084 INFO O| Oct 16 19:54:47.084 INFO STEP 41 (shadow) COMPLETE
91092024-10-16T19:54:48.027Z[ host-image] Oct 16 19:54:47.084 INFO O| Oct 16 19:54:47.084 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91102024-10-16T19:54:48.036Z[ host-image] Oct 16 19:54:47.097 INFO O| Oct 16 19:54:47.097 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91112024-10-16T19:54:48.036Z[ host-image] Oct 16 19:54:47.097 INFO O| Oct 16 19:54:47.097 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91122024-10-16T19:54:48.039Z[ host-image] Oct 16 19:54:47.098 INFO O| Oct 16 19:54:47.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91132024-10-16T19:54:48.039Z[ host-image] Oct 16 19:54:47.098 INFO O| Oct 16 19:54:47.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91142024-10-16T19:54:48.039Z[ host-image] Oct 16 19:54:47.098 INFO O| Oct 16 19:54:47.098 INFO ok!
91152024-10-16T19:54:48.039Z[ host-image] Oct 16 19:54:47.098 INFO O| Oct 16 19:54:47.098 INFO STEP 42 (ensure_file) COMPLETE
91162024-10-16T19:54:48.040Z[ host-image] Oct 16 19:54:47.098 INFO O| Oct 16 19:54:47.098 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91172024-10-16T19:54:48.040Z[ host-image] Oct 16 19:54:47.098 INFO O| Oct 16 19:54:47.098 INFO skip step because feature "mfg" is not enabled
91182024-10-16T19:54:48.040Z[ host-image] Oct 16 19:54:47.098 INFO O| Oct 16 19:54:47.098 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91192024-10-16T19:54:48.040Z[ host-image] Oct 16 19:54:47.098 INFO O| Oct 16 19:54:47.098 INFO skip step because feature "mfg" is not enabled
91202024-10-16T19:54:48.040Z[ host-image] Oct 16 19:54:47.098 INFO O| Oct 16 19:54:47.098 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91212024-10-16T19:54:48.055Z[ host-image] Oct 16 19:54:47.117 INFO O| Oct 16 19:54:47.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91222024-10-16T19:54:48.055Z[ host-image] Oct 16 19:54:47.117 INFO O| Oct 16 19:54:47.116 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91232024-10-16T19:54:48.871Z[ host-image] Oct 16 19:54:47.932 INFO O| Oct 16 19:54:47.932 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91242024-10-16T19:54:48.871Z[ host-image] Oct 16 19:54:47.932 INFO O| Oct 16 19:54:47.932 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91252024-10-16T19:54:48.874Z[ host-image] Oct 16 19:54:47.932 INFO O| Oct 16 19:54:47.932 INFO ok!
91262024-10-16T19:54:48.874Z[ host-image] Oct 16 19:54:47.932 INFO O| Oct 16 19:54:47.932 INFO STEP 45 (ensure_file) COMPLETE
91272024-10-16T19:54:48.874Z[ host-image] Oct 16 19:54:47.932 INFO O| Oct 16 19:54:47.932 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91282024-10-16T19:54:48.890Z[ host-image] Oct 16 19:54:47.952 INFO O| Oct 16 19:54:47.951 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91292024-10-16T19:54:48.890Z[ host-image] Oct 16 19:54:47.952 INFO O| Oct 16 19:54:47.952 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91302024-10-16T19:54:48.893Z[ host-image] Oct 16 19:54:47.952 INFO O| Oct 16 19:54:47.952 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91312024-10-16T19:54:48.893Z[ host-image] Oct 16 19:54:47.952 INFO O| Oct 16 19:54:47.952 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91322024-10-16T19:54:48.893Z[ host-image] Oct 16 19:54:47.952 INFO O| Oct 16 19:54:47.952 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91332024-10-16T19:54:48.894Z[ host-image] Oct 16 19:54:47.952 INFO O| Oct 16 19:54:47.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91342024-10-16T19:54:48.894Z[ host-image] Oct 16 19:54:47.952 INFO O| Oct 16 19:54:47.952 INFO ok!
91352024-10-16T19:54:48.894Z[ host-image] Oct 16 19:54:47.952 INFO O| Oct 16 19:54:47.952 INFO STEP 46 (ensure_file) COMPLETE
91362024-10-16T19:54:48.894Z[ host-image] Oct 16 19:54:47.952 INFO O| Oct 16 19:54:47.952 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91372024-10-16T19:54:48.907Z[ host-image] Oct 16 19:54:47.968 INFO O| Oct 16 19:54:47.968 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91382024-10-16T19:54:48.907Z[ host-image] Oct 16 19:54:47.969 INFO O| Oct 16 19:54:47.968 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 ...
91392024-10-16T19:54:48.909Z[ host-image] Oct 16 19:54:47.969 INFO O| Oct 16 19:54:47.969 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
91402024-10-16T19:54:48.909Z[ host-image] Oct 16 19:54:47.969 INFO O| Oct 16 19:54:47.969 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91412024-10-16T19:54:48.909Z[ host-image] Oct 16 19:54:47.969 INFO O| Oct 16 19:54:47.969 INFO ok!
91422024-10-16T19:54:48.909Z[ host-image] Oct 16 19:54:47.969 INFO O| Oct 16 19:54:47.969 INFO STEP 47 (ensure_file) COMPLETE
91432024-10-16T19:54:48.909Z[ host-image] Oct 16 19:54:47.969 INFO O| Oct 16 19:54:47.969 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91442024-10-16T19:54:48.920Z[ host-image] Oct 16 19:54:47.981 INFO O| Oct 16 19:54:47.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91452024-10-16T19:54:48.920Z[ host-image] Oct 16 19:54:47.981 INFO O| Oct 16 19:54:47.981 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91462024-10-16T19:54:48.920Z[ host-image] Oct 16 19:54:47.981 INFO O| Oct 16 19:54:47.981 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91472024-10-16T19:54:48.922Z[ host-image] Oct 16 19:54:47.981 INFO O| Oct 16 19:54:47.981 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91482024-10-16T19:54:48.923Z[ host-image] Oct 16 19:54:47.981 INFO O| Oct 16 19:54:47.981 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91492024-10-16T19:54:48.923Z[ host-image] Oct 16 19:54:47.981 INFO O| Oct 16 19:54:47.981 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91502024-10-16T19:54:48.923Z[ host-image] Oct 16 19:54:47.981 INFO O| Oct 16 19:54:47.981 INFO ok!
91512024-10-16T19:54:48.923Z[ host-image] Oct 16 19:54:47.981 INFO O| Oct 16 19:54:47.981 INFO STEP 48 (ensure_file) COMPLETE
91522024-10-16T19:54:48.923Z[ host-image] Oct 16 19:54:47.981 INFO O| Oct 16 19:54:47.981 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91532024-10-16T19:54:48.932Z[ host-image] Oct 16 19:54:47.994 INFO O| Oct 16 19:54:47.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91542024-10-16T19:54:48.932Z[ host-image] Oct 16 19:54:47.994 INFO O| Oct 16 19:54:47.994 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 ...
91552024-10-16T19:54:48.935Z[ host-image] Oct 16 19:54:47.994 INFO O| Oct 16 19:54:47.994 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
91562024-10-16T19:54:48.935Z[ host-image] Oct 16 19:54:47.994 INFO O| Oct 16 19:54:47.994 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91572024-10-16T19:54:48.935Z[ host-image] Oct 16 19:54:47.994 INFO O| Oct 16 19:54:47.994 INFO ok!
91582024-10-16T19:54:48.935Z[ host-image] Oct 16 19:54:47.994 INFO O| Oct 16 19:54:47.994 INFO STEP 49 (ensure_file) COMPLETE
91592024-10-16T19:54:48.935Z[ host-image] Oct 16 19:54:47.994 INFO O| Oct 16 19:54:47.994 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91602024-10-16T19:54:48.949Z[ host-image] Oct 16 19:54:48.010 INFO O| Oct 16 19:54:48.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91612024-10-16T19:54:48.949Z[ host-image] Oct 16 19:54:48.011 INFO O| Oct 16 19:54:48.010 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91622024-10-16T19:54:48.954Z[ host-image] Oct 16 19:54:48.011 INFO O| Oct 16 19:54:48.011 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91632024-10-16T19:54:48.954Z[ host-image] Oct 16 19:54:48.011 INFO O| Oct 16 19:54:48.011 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91642024-10-16T19:54:48.954Z[ host-image] Oct 16 19:54:48.011 INFO O| Oct 16 19:54:48.011 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91652024-10-16T19:54:48.954Z[ host-image] Oct 16 19:54:48.011 INFO O| Oct 16 19:54:48.011 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91662024-10-16T19:54:48.954Z[ host-image] Oct 16 19:54:48.011 INFO O| Oct 16 19:54:48.011 INFO ok!
91672024-10-16T19:54:48.954Z[ host-image] Oct 16 19:54:48.011 INFO O| Oct 16 19:54:48.011 INFO STEP 50 (ensure_file) COMPLETE
91682024-10-16T19:54:48.954Z[ host-image] Oct 16 19:54:48.011 INFO O| Oct 16 19:54:48.011 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91692024-10-16T19:54:48.966Z[ host-image] Oct 16 19:54:48.027 INFO O| Oct 16 19:54:48.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91702024-10-16T19:54:48.966Z[ host-image] Oct 16 19:54:48.027 INFO O| Oct 16 19:54:48.027 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 ...
91712024-10-16T19:54:48.968Z[ host-image] Oct 16 19:54:48.027 INFO O| Oct 16 19:54:48.027 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
91722024-10-16T19:54:48.968Z[ host-image] Oct 16 19:54:48.027 INFO O| Oct 16 19:54:48.027 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91732024-10-16T19:54:48.968Z[ host-image] Oct 16 19:54:48.027 INFO O| Oct 16 19:54:48.027 INFO ok!
91742024-10-16T19:54:48.968Z[ host-image] Oct 16 19:54:48.027 INFO O| Oct 16 19:54:48.027 INFO STEP 51 (ensure_file) COMPLETE
91752024-10-16T19:54:48.968Z[ host-image] Oct 16 19:54:48.027 INFO O| Oct 16 19:54:48.027 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91762024-10-16T19:54:48.983Z[ host-image] Oct 16 19:54:48.044 INFO O| Oct 16 19:54:48.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91772024-10-16T19:54:48.983Z[ host-image] Oct 16 19:54:48.044 INFO O| Oct 16 19:54:48.044 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 ...
91782024-10-16T19:54:48.985Z[ host-image] Oct 16 19:54:48.044 INFO O| Oct 16 19:54:48.044 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
91792024-10-16T19:54:48.985Z[ host-image] Oct 16 19:54:48.044 INFO O| Oct 16 19:54:48.044 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91802024-10-16T19:54:48.985Z[ host-image] Oct 16 19:54:48.044 INFO O| Oct 16 19:54:48.044 INFO ok!
91812024-10-16T19:54:48.985Z[ host-image] Oct 16 19:54:48.045 INFO O| Oct 16 19:54:48.044 INFO STEP 52 (ensure_file) COMPLETE
91822024-10-16T19:54:48.985Z[ host-image] Oct 16 19:54:48.045 INFO O| Oct 16 19:54:48.045 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91832024-10-16T19:54:49.001Z[ host-image] Oct 16 19:54:48.062 INFO O| Oct 16 19:54:48.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91842024-10-16T19:54:49.001Z[ host-image] Oct 16 19:54:48.062 INFO O| Oct 16 19:54:48.062 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 ...
91852024-10-16T19:54:49.003Z[ host-image] Oct 16 19:54:48.062 INFO O| Oct 16 19:54:48.062 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
91862024-10-16T19:54:49.003Z[ host-image] Oct 16 19:54:48.062 INFO O| Oct 16 19:54:48.062 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91872024-10-16T19:54:49.003Z[ host-image] Oct 16 19:54:48.062 INFO O| Oct 16 19:54:48.062 INFO ok!
91882024-10-16T19:54:49.003Z[ host-image] Oct 16 19:54:48.062 INFO O| Oct 16 19:54:48.062 INFO STEP 53 (ensure_file) COMPLETE
91892024-10-16T19:54:49.004Z[ host-image] Oct 16 19:54:48.062 INFO O| Oct 16 19:54:48.062 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91902024-10-16T19:54:49.016Z[ host-image] Oct 16 19:54:48.077 INFO O| Oct 16 19:54:48.077 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91912024-10-16T19:54:49.016Z[ host-image] Oct 16 19:54:48.077 INFO O| Oct 16 19:54:48.077 INFO STEP 54 (ensure_dir) COMPLETE
91922024-10-16T19:54:49.019Z[ host-image] Oct 16 19:54:48.077 INFO O| Oct 16 19:54:48.077 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-10-16T19:54:49.028Z[ host-image] Oct 16 19:54:48.089 INFO O| Oct 16 19:54:48.089 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91942024-10-16T19:54:49.028Z[ host-image] Oct 16 19:54:48.089 INFO O| Oct 16 19:54:48.089 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91952024-10-16T19:54:49.030Z[ host-image] Oct 16 19:54:48.089 INFO O| Oct 16 19:54:48.089 INFO STEP 55 (ensure_dir) COMPLETE
91962024-10-16T19:54:49.030Z[ host-image] Oct 16 19:54:48.089 INFO O| Oct 16 19:54:48.089 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-10-16T19:54:49.045Z[ host-image] Oct 16 19:54:48.107 INFO O| Oct 16 19:54:48.107 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91982024-10-16T19:54:49.046Z[ host-image] Oct 16 19:54:48.107 INFO O| Oct 16 19:54:48.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91992024-10-16T19:54:49.048Z[ host-image] Oct 16 19:54:48.107 INFO O| Oct 16 19:54:48.107 INFO STEP 56 (ensure_dir) COMPLETE
92002024-10-16T19:54:49.048Z[ host-image] Oct 16 19:54:48.107 INFO O| Oct 16 19:54:48.107 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-10-16T19:54:49.062Z[ host-image] Oct 16 19:54:48.123 INFO O| Oct 16 19:54:48.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92022024-10-16T19:54:49.062Z[ host-image] Oct 16 19:54:48.123 INFO O| Oct 16 19:54:48.123 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92032024-10-16T19:54:49.080Z[ host-image] Oct 16 19:54:48.141 INFO O| Oct 16 19:54:48.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92042024-10-16T19:54:49.080Z[ host-image] Oct 16 19:54:48.141 INFO O| Oct 16 19:54:48.141 INFO ok!
92052024-10-16T19:54:49.080Z[ host-image] Oct 16 19:54:48.141 INFO O| Oct 16 19:54:48.141 INFO STEP 57 (ensure_file) COMPLETE
92062024-10-16T19:54:49.080Z[ host-image] Oct 16 19:54:48.141 INFO O| Oct 16 19:54:48.141 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-10-16T19:54:49.097Z[ host-image] Oct 16 19:54:48.158 INFO O| Oct 16 19:54:48.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92082024-10-16T19:54:49.097Z[ host-image] Oct 16 19:54:48.158 INFO O| Oct 16 19:54:48.158 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92092024-10-16T19:54:50.479Z[ host-image] Oct 16 19:54:49.540 INFO O| Oct 16 19:54:49.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92102024-10-16T19:54:50.479Z[ host-image] Oct 16 19:54:49.540 INFO O| Oct 16 19:54:49.540 INFO ok!
92112024-10-16T19:54:50.482Z[ host-image] Oct 16 19:54:49.540 INFO O| Oct 16 19:54:49.540 INFO STEP 58 (ensure_file) COMPLETE
92122024-10-16T19:54:50.482Z[ host-image] Oct 16 19:54:49.540 INFO O| Oct 16 19:54:49.540 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-10-16T19:54:50.517Z[ host-image] Oct 16 19:54:49.578 INFO O| Oct 16 19:54:49.578 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92142024-10-16T19:54:50.517Z[ host-image] Oct 16 19:54:49.578 INFO O| Oct 16 19:54:49.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92152024-10-16T19:54:50.520Z[ host-image] Oct 16 19:54:49.578 INFO O| Oct 16 19:54:49.578 INFO STEP 59 (ensure_dir) COMPLETE
92162024-10-16T19:54:50.520Z[ host-image] Oct 16 19:54:49.578 INFO O| Oct 16 19:54:49.578 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-10-16T19:54:50.573Z[ host-image] Oct 16 19:54:49.633 INFO O| Oct 16 19:54:49.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92182024-10-16T19:54:50.573Z[ host-image] Oct 16 19:54:49.634 INFO O| Oct 16 19:54:49.633 INFO copying /tmp/.tmpYwelpl/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 ...
92192024-10-16T19:54:50.576Z[ host-image] Oct 16 19:54:49.634 INFO O| Oct 16 19:54:49.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92202024-10-16T19:54:50.576Z[ host-image] Oct 16 19:54:49.634 INFO O| Oct 16 19:54:49.634 INFO ok!
92212024-10-16T19:54:50.576Z[ host-image] Oct 16 19:54:49.634 INFO O| Oct 16 19:54:49.634 INFO STEP 60 (ensure_file) COMPLETE
92222024-10-16T19:54:50.576Z[ host-image] Oct 16 19:54:49.634 INFO O| Oct 16 19:54:49.634 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-10-16T19:54:50.593Z[ host-image] Oct 16 19:54:49.654 INFO O| Oct 16 19:54:49.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92242024-10-16T19:54:50.593Z[ host-image] Oct 16 19:54:49.654 INFO O| Oct 16 19:54:49.654 INFO copying /tmp/.tmpYwelpl/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 ...
92252024-10-16T19:54:50.593Z[ host-image] Oct 16 19:54:49.654 INFO O| Oct 16 19:54:49.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92262024-10-16T19:54:50.593Z[ host-image] Oct 16 19:54:49.654 INFO O| Oct 16 19:54:49.654 INFO ok!
92272024-10-16T19:54:50.596Z[ host-image] Oct 16 19:54:49.654 INFO O| Oct 16 19:54:49.654 INFO STEP 61 (ensure_file) COMPLETE
92282024-10-16T19:54:50.597Z[ host-image] Oct 16 19:54:49.654 INFO O| Oct 16 19:54:49.654 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-10-16T19:54:50.613Z[ host-image] Oct 16 19:54:49.674 INFO O| Oct 16 19:54:49.674 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92302024-10-16T19:54:50.613Z[ host-image] Oct 16 19:54:49.674 INFO O| Oct 16 19:54:49.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92312024-10-16T19:54:50.613Z[ host-image] Oct 16 19:54:49.674 INFO O| Oct 16 19:54:49.674 INFO STEP 62 (ensure_dir) COMPLETE
92322024-10-16T19:54:50.616Z[ host-image] Oct 16 19:54:49.674 INFO O| Oct 16 19:54:49.674 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-10-16T19:54:50.633Z[ host-image] Oct 16 19:54:49.693 INFO O| Oct 16 19:54:49.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92342024-10-16T19:54:50.633Z[ host-image] Oct 16 19:54:49.693 INFO O| Oct 16 19:54:49.693 INFO copying /tmp/.tmpYwelpl/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 ...
92352024-10-16T19:54:50.633Z[ host-image] Oct 16 19:54:49.694 INFO O| Oct 16 19:54:49.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92362024-10-16T19:54:50.633Z[ host-image] Oct 16 19:54:49.694 INFO O| Oct 16 19:54:49.693 INFO ok!
92372024-10-16T19:54:50.633Z[ host-image] Oct 16 19:54:49.694 INFO O| Oct 16 19:54:49.694 INFO STEP 63 (ensure_file) COMPLETE
92382024-10-16T19:54:50.636Z[ host-image] Oct 16 19:54:49.694 INFO O| Oct 16 19:54:49.694 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-10-16T19:54:50.662Z[ host-image] Oct 16 19:54:49.723 INFO O| Oct 16 19:54:49.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92402024-10-16T19:54:50.662Z[ host-image] Oct 16 19:54:49.723 INFO O| Oct 16 19:54:49.722 INFO copying /tmp/.tmpYwelpl/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 ...
92412024-10-16T19:54:50.664Z[ host-image] Oct 16 19:54:49.723 INFO O| Oct 16 19:54:49.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92422024-10-16T19:54:50.664Z[ host-image] Oct 16 19:54:49.723 INFO O| Oct 16 19:54:49.723 INFO ok!
92432024-10-16T19:54:50.664Z[ host-image] Oct 16 19:54:49.723 INFO O| Oct 16 19:54:49.723 INFO STEP 64 (ensure_file) COMPLETE
92442024-10-16T19:54:50.664Z[ host-image] Oct 16 19:54:49.723 INFO O| Oct 16 19:54:49.723 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-10-16T19:54:50.700Z[ host-image] Oct 16 19:54:49.761 INFO O| Oct 16 19:54:49.761 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92462024-10-16T19:54:50.700Z[ host-image] Oct 16 19:54:49.761 INFO O| Oct 16 19:54:49.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92472024-10-16T19:54:50.700Z[ host-image] Oct 16 19:54:49.761 INFO O| Oct 16 19:54:49.761 INFO STEP 65 (ensure_dir) COMPLETE
92482024-10-16T19:54:50.702Z[ host-image] Oct 16 19:54:49.761 INFO O| Oct 16 19:54:49.761 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-10-16T19:54:50.719Z[ host-image] Oct 16 19:54:49.779 INFO O| Oct 16 19:54:49.779 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92502024-10-16T19:54:50.719Z[ host-image] Oct 16 19:54:49.779 INFO O| Oct 16 19:54:49.779 INFO copying /tmp/.tmpYwelpl/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 ...
92512024-10-16T19:54:50.719Z[ host-image] Oct 16 19:54:49.779 INFO O| Oct 16 19:54:49.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92522024-10-16T19:54:50.719Z[ host-image] Oct 16 19:54:49.779 INFO O| Oct 16 19:54:49.779 INFO ok!
92532024-10-16T19:54:50.720Z[ host-image] Oct 16 19:54:49.779 INFO O| Oct 16 19:54:49.779 INFO STEP 66 (ensure_file) COMPLETE
92542024-10-16T19:54:50.720Z[ host-image] Oct 16 19:54:49.779 INFO O| Oct 16 19:54:49.779 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-10-16T19:54:50.737Z[ host-image] Oct 16 19:54:49.798 INFO O| Oct 16 19:54:49.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92562024-10-16T19:54:50.737Z[ host-image] Oct 16 19:54:49.798 INFO O| Oct 16 19:54:49.798 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92572024-10-16T19:54:50.741Z[ host-image] Oct 16 19:54:49.798 INFO O| Oct 16 19:54:49.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92582024-10-16T19:54:50.741Z[ host-image] Oct 16 19:54:49.799 INFO O| Oct 16 19:54:49.799 INFO ok!
92592024-10-16T19:54:50.741Z[ host-image] Oct 16 19:54:49.799 INFO O| Oct 16 19:54:49.799 INFO STEP 67 (ensure_file) COMPLETE
92602024-10-16T19:54:50.741Z[ host-image] Oct 16 19:54:49.799 INFO O| Oct 16 19:54:49.799 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-10-16T19:54:50.795Z[ host-image] Oct 16 19:54:49.856 INFO O| Oct 16 19:54:49.856 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92622024-10-16T19:54:50.798Z[ host-image] Oct 16 19:54:49.857 INFO O| Oct 16 19:54:49.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92632024-10-16T19:54:50.798Z[ host-image] Oct 16 19:54:49.857 INFO O| Oct 16 19:54:49.857 INFO STEP 68 (ensure_dir) COMPLETE
92642024-10-16T19:54:50.798Z[ host-image] Oct 16 19:54:49.857 INFO O| Oct 16 19:54:49.857 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-10-16T19:54:50.818Z[ host-image] Oct 16 19:54:49.879 INFO O| Oct 16 19:54:49.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92662024-10-16T19:54:50.818Z[ host-image] Oct 16 19:54:49.879 INFO O| Oct 16 19:54:49.879 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92672024-10-16T19:54:52.009Z[ host-image] Oct 16 19:54:51.070 INFO O| Oct 16 19:54:51.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92682024-10-16T19:54:52.009Z[ host-image] Oct 16 19:54:51.070 INFO O| Oct 16 19:54:51.070 INFO ok!
92692024-10-16T19:54:52.012Z[ host-image] Oct 16 19:54:51.070 INFO O| Oct 16 19:54:51.070 INFO STEP 69 (ensure_file) COMPLETE
92702024-10-16T19:54:52.012Z[ host-image] Oct 16 19:54:51.070 INFO O| Oct 16 19:54:51.070 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-10-16T19:54:52.021Z[ host-image] Oct 16 19:54:51.082 INFO O| Oct 16 19:54:51.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92722024-10-16T19:54:52.021Z[ host-image] Oct 16 19:54:51.082 INFO O| Oct 16 19:54:51.082 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92732024-10-16T19:54:53.600Z[ host-image] Oct 16 19:54:52.660 INFO O| Oct 16 19:54:52.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92742024-10-16T19:54:53.600Z[ host-image] Oct 16 19:54:52.660 INFO O| Oct 16 19:54:52.660 INFO ok!
92752024-10-16T19:54:53.603Z[ host-image] Oct 16 19:54:52.660 INFO O| Oct 16 19:54:52.660 INFO STEP 70 (ensure_file) COMPLETE
92762024-10-16T19:54:53.603Z[ host-image] Oct 16 19:54:52.660 INFO O| Oct 16 19:54:52.660 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-10-16T19:54:53.612Z[ host-image] Oct 16 19:54:52.672 INFO O| Oct 16 19:54:52.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92782024-10-16T19:54:53.612Z[ host-image] Oct 16 19:54:52.672 INFO O| Oct 16 19:54:52.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92792024-10-16T19:54:53.612Z[ host-image] Oct 16 19:54:52.672 INFO O| Oct 16 19:54:52.672 INFO STEP 71 (ensure_dir) COMPLETE
92802024-10-16T19:54:53.614Z[ host-image] Oct 16 19:54:52.672 INFO O| Oct 16 19:54:52.672 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92812024-10-16T19:54:53.623Z[ host-image] Oct 16 19:54:52.683 INFO O| Oct 16 19:54:52.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92822024-10-16T19:54:53.623Z[ host-image] Oct 16 19:54:52.683 INFO O| Oct 16 19:54:52.683 INFO copying /tmp/.tmpYwelpl/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 ...
92832024-10-16T19:54:53.625Z[ host-image] Oct 16 19:54:52.683 INFO O| Oct 16 19:54:52.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92842024-10-16T19:54:53.625Z[ host-image] Oct 16 19:54:52.683 INFO O| Oct 16 19:54:52.683 INFO ok!
92852024-10-16T19:54:53.625Z[ host-image] Oct 16 19:54:52.683 INFO O| Oct 16 19:54:52.683 INFO STEP 72 (ensure_file) COMPLETE
92862024-10-16T19:54:53.625Z[ host-image] Oct 16 19:54:52.683 INFO O| Oct 16 19:54:52.683 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872024-10-16T19:54:53.636Z[ host-image] Oct 16 19:54:52.697 INFO O| Oct 16 19:54:52.697 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92882024-10-16T19:54:53.636Z[ host-image] Oct 16 19:54:52.697 INFO O| Oct 16 19:54:52.697 INFO copying /tmp/.tmpYwelpl/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 ...
92892024-10-16T19:54:53.639Z[ host-image] Oct 16 19:54:52.697 INFO O| Oct 16 19:54:52.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92902024-10-16T19:54:53.639Z[ host-image] Oct 16 19:54:52.697 INFO O| Oct 16 19:54:52.697 INFO ok!
92912024-10-16T19:54:53.639Z[ host-image] Oct 16 19:54:52.697 INFO O| Oct 16 19:54:52.697 INFO STEP 73 (ensure_file) COMPLETE
92922024-10-16T19:54:53.639Z[ host-image] Oct 16 19:54:52.697 INFO O| Oct 16 19:54:52.697 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-10-16T19:54:53.648Z[ host-image] Oct 16 19:54:52.708 INFO O| Oct 16 19:54:52.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92942024-10-16T19:54:53.648Z[ host-image] Oct 16 19:54:52.708 INFO O| Oct 16 19:54:52.708 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92952024-10-16T19:54:53.650Z[ host-image] Oct 16 19:54:52.708 INFO O| Oct 16 19:54:52.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92962024-10-16T19:54:53.650Z[ host-image] Oct 16 19:54:52.708 INFO O| Oct 16 19:54:52.708 INFO ok!
92972024-10-16T19:54:53.650Z[ host-image] Oct 16 19:54:52.708 INFO O| Oct 16 19:54:52.708 INFO STEP 74 (ensure_file) COMPLETE
92982024-10-16T19:54:53.650Z[ host-image] Oct 16 19:54:52.708 INFO O| Oct 16 19:54:52.708 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92992024-10-16T19:54:53.661Z[ host-image] Oct 16 19:54:52.721 INFO O| Oct 16 19:54:52.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93002024-10-16T19:54:53.661Z[ host-image] Oct 16 19:54:52.721 INFO O| Oct 16 19:54:52.721 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93012024-10-16T19:54:53.664Z[ host-image] Oct 16 19:54:52.721 INFO O| Oct 16 19:54:52.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93022024-10-16T19:54:53.664Z[ host-image] Oct 16 19:54:52.721 INFO O| Oct 16 19:54:52.721 INFO ok!
93032024-10-16T19:54:53.664Z[ host-image] Oct 16 19:54:52.721 INFO O| Oct 16 19:54:52.721 INFO STEP 75 (ensure_file) COMPLETE
93042024-10-16T19:54:53.664Z[ host-image] Oct 16 19:54:52.721 INFO O| Oct 16 19:54:52.721 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-10-16T19:54:53.674Z[ host-image] Oct 16 19:54:52.734 INFO O| Oct 16 19:54:52.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93062024-10-16T19:54:53.674Z[ host-image] Oct 16 19:54:52.734 INFO O| Oct 16 19:54:52.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93072024-10-16T19:54:53.674Z[ host-image] Oct 16 19:54:52.734 INFO O| Oct 16 19:54:52.734 INFO STEP 76 (ensure_dir) COMPLETE
93082024-10-16T19:54:53.676Z[ host-image] Oct 16 19:54:52.734 INFO O| Oct 16 19:54:52.734 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-10-16T19:54:53.686Z[ host-image] Oct 16 19:54:52.746 INFO O| Oct 16 19:54:52.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93102024-10-16T19:54:53.689Z[ host-image] Oct 16 19:54:52.746 INFO O| Oct 16 19:54:52.746 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93112024-10-16T19:54:53.691Z[ host-image] Oct 16 19:54:52.749 INFO O| Oct 16 19:54:52.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93122024-10-16T19:54:53.691Z[ host-image] Oct 16 19:54:52.749 INFO O| Oct 16 19:54:52.749 INFO ok!
93132024-10-16T19:54:53.691Z[ host-image] Oct 16 19:54:52.749 INFO O| Oct 16 19:54:52.749 INFO STEP 77 (ensure_file) COMPLETE
93142024-10-16T19:54:53.691Z[ host-image] Oct 16 19:54:52.749 INFO O| Oct 16 19:54:52.749 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-10-16T19:54:53.699Z[ host-image] Oct 16 19:54:52.760 INFO O| Oct 16 19:54:52.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93162024-10-16T19:54:53.699Z[ host-image] Oct 16 19:54:52.760 INFO O| Oct 16 19:54:52.760 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93172024-10-16T19:54:53.702Z[ host-image] Oct 16 19:54:52.760 INFO O| Oct 16 19:54:52.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93182024-10-16T19:54:53.702Z[ host-image] Oct 16 19:54:52.760 INFO O| Oct 16 19:54:52.760 INFO ok!
93192024-10-16T19:54:53.702Z[ host-image] Oct 16 19:54:52.760 INFO O| Oct 16 19:54:52.760 INFO STEP 78 (ensure_file) COMPLETE
93202024-10-16T19:54:53.702Z[ host-image] Oct 16 19:54:52.760 INFO O| Oct 16 19:54:52.760 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-10-16T19:54:53.710Z[ host-image] Oct 16 19:54:52.771 INFO O| Oct 16 19:54:52.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93222024-10-16T19:54:53.710Z[ host-image] Oct 16 19:54:52.771 INFO O| Oct 16 19:54:52.770 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93232024-10-16T19:54:54.746Z[ host-image] Oct 16 19:54:53.806 INFO O| Oct 16 19:54:53.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93242024-10-16T19:54:54.746Z[ host-image] Oct 16 19:54:53.806 INFO O| Oct 16 19:54:53.806 INFO ok!
93252024-10-16T19:54:54.749Z[ host-image] Oct 16 19:54:53.806 INFO O| Oct 16 19:54:53.806 INFO STEP 79 (ensure_file) COMPLETE
93262024-10-16T19:54:54.749Z[ host-image] Oct 16 19:54:53.806 INFO O| Oct 16 19:54:53.806 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-10-16T19:54:54.761Z[ host-image] Oct 16 19:54:53.820 INFO O| Oct 16 19:54:53.820 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93282024-10-16T19:54:54.761Z[ host-image] Oct 16 19:54:53.821 INFO O| Oct 16 19:54:53.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93292024-10-16T19:54:54.763Z[ host-image] Oct 16 19:54:53.821 INFO O| Oct 16 19:54:53.821 INFO STEP 80 (ensure_dir) COMPLETE
93302024-10-16T19:54:54.763Z[ host-image] Oct 16 19:54:53.821 INFO O| Oct 16 19:54:53.821 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-10-16T19:54:54.771Z[ host-image] Oct 16 19:54:53.831 INFO O| Oct 16 19:54:53.831 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93322024-10-16T19:54:54.771Z[ host-image] Oct 16 19:54:53.831 INFO O| Oct 16 19:54:53.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93332024-10-16T19:54:54.771Z[ host-image] Oct 16 19:54:53.831 INFO O| Oct 16 19:54:53.831 INFO STEP 81 (ensure_dir) COMPLETE
93342024-10-16T19:54:54.774Z[ host-image] Oct 16 19:54:53.831 INFO O| Oct 16 19:54:53.831 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352024-10-16T19:54:54.781Z[ host-image] Oct 16 19:54:53.841 INFO O| Oct 16 19:54:53.841 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93362024-10-16T19:54:54.781Z[ host-image] Oct 16 19:54:53.841 INFO O| Oct 16 19:54:53.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93372024-10-16T19:54:54.784Z[ host-image] Oct 16 19:54:53.841 INFO O| Oct 16 19:54:53.841 INFO STEP 82 (ensure_dir) COMPLETE
93382024-10-16T19:54:54.784Z[ host-image] Oct 16 19:54:53.841 INFO O| Oct 16 19:54:53.841 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-10-16T19:54:54.791Z[ host-image] Oct 16 19:54:53.851 INFO O| Oct 16 19:54:53.851 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93402024-10-16T19:54:54.794Z[ host-image] Oct 16 19:54:53.852 INFO O| Oct 16 19:54:53.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93412024-10-16T19:54:54.794Z[ host-image] Oct 16 19:54:53.852 INFO O| Oct 16 19:54:53.852 INFO STEP 83 (ensure_dir) COMPLETE
93422024-10-16T19:54:54.794Z[ host-image] Oct 16 19:54:53.852 INFO O| Oct 16 19:54:53.852 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-10-16T19:54:54.803Z[ host-image] Oct 16 19:54:53.862 INFO O| Oct 16 19:54:53.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93442024-10-16T19:54:54.803Z[ host-image] Oct 16 19:54:53.862 INFO O| Oct 16 19:54:53.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93452024-10-16T19:54:54.803Z[ host-image] Oct 16 19:54:53.862 INFO O| Oct 16 19:54:53.862 INFO STEP 84 (ensure_dir) COMPLETE
93462024-10-16T19:54:54.803Z[ host-image] Oct 16 19:54:53.862 INFO O| Oct 16 19:54:53.862 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472024-10-16T19:54:54.812Z[ host-image] Oct 16 19:54:53.872 INFO O| Oct 16 19:54:53.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93482024-10-16T19:54:54.813Z[ host-image] Oct 16 19:54:53.873 INFO O| Oct 16 19:54:53.872 INFO copying /tmp/.tmpYwelpl/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 ...
93492024-10-16T19:54:54.815Z[ host-image] Oct 16 19:54:53.873 INFO O| Oct 16 19:54:53.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93502024-10-16T19:54:54.815Z[ host-image] Oct 16 19:54:53.873 INFO O| Oct 16 19:54:53.873 INFO ok!
93512024-10-16T19:54:54.815Z[ host-image] Oct 16 19:54:53.873 INFO O| Oct 16 19:54:53.873 INFO STEP 85 (ensure_file) COMPLETE
93522024-10-16T19:54:54.815Z[ host-image] Oct 16 19:54:53.873 INFO O| Oct 16 19:54:53.873 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93532024-10-16T19:54:54.823Z[ host-image] Oct 16 19:54:53.883 INFO O| Oct 16 19:54:53.883 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93542024-10-16T19:54:54.823Z[ host-image] Oct 16 19:54:53.883 INFO O| Oct 16 19:54:53.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93552024-10-16T19:54:54.823Z[ host-image] Oct 16 19:54:53.883 INFO O| Oct 16 19:54:53.883 INFO STEP 86 (ensure_dir) COMPLETE
93562024-10-16T19:54:54.826Z[ host-image] Oct 16 19:54:53.883 INFO O| Oct 16 19:54:53.883 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-10-16T19:54:54.834Z[ host-image] Oct 16 19:54:53.894 INFO O| Oct 16 19:54:53.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93582024-10-16T19:54:54.836Z[ host-image] Oct 16 19:54:53.894 INFO O| Oct 16 19:54:53.894 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93592024-10-16T19:54:54.836Z[ host-image] Oct 16 19:54:53.894 INFO O| Oct 16 19:54:53.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93602024-10-16T19:54:54.836Z[ host-image] Oct 16 19:54:53.894 INFO O| Oct 16 19:54:53.894 INFO ok!
93612024-10-16T19:54:54.836Z[ host-image] Oct 16 19:54:53.894 INFO O| Oct 16 19:54:53.894 INFO STEP 87 (ensure_file) COMPLETE
93622024-10-16T19:54:54.836Z[ host-image] Oct 16 19:54:53.894 INFO O| Oct 16 19:54:53.894 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-10-16T19:54:54.844Z[ host-image] Oct 16 19:54:53.904 INFO O| Oct 16 19:54:53.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93642024-10-16T19:54:54.844Z[ host-image] Oct 16 19:54:53.904 INFO O| Oct 16 19:54:53.904 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93652024-10-16T19:54:54.854Z[ host-image] Oct 16 19:54:53.914 INFO O| Oct 16 19:54:53.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93662024-10-16T19:54:54.854Z[ host-image] Oct 16 19:54:53.914 INFO O| Oct 16 19:54:53.914 INFO ok!
93672024-10-16T19:54:54.856Z[ host-image] Oct 16 19:54:53.914 INFO O| Oct 16 19:54:53.914 INFO STEP 88 (ensure_file) COMPLETE
93682024-10-16T19:54:54.856Z[ host-image] Oct 16 19:54:53.914 INFO O| Oct 16 19:54:53.914 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-10-16T19:54:54.865Z[ host-image] Oct 16 19:54:53.924 INFO O| Oct 16 19:54:53.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93702024-10-16T19:54:54.865Z[ host-image] Oct 16 19:54:53.925 INFO O| Oct 16 19:54:53.924 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93712024-10-16T19:54:55.251Z[ host-image] Oct 16 19:54:54.310 INFO O| Oct 16 19:54:54.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93722024-10-16T19:54:55.251Z[ host-image] Oct 16 19:54:54.310 INFO O| Oct 16 19:54:54.310 INFO ok!
93732024-10-16T19:54:55.271Z[ host-image] Oct 16 19:54:54.310 INFO O| Oct 16 19:54:54.310 INFO STEP 89 (ensure_file) COMPLETE
93742024-10-16T19:54:55.271Z[ host-image] Oct 16 19:54:54.310 INFO O| Oct 16 19:54:54.310 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.322 INFO O| Oct 16 19:54:54.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93762024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.322 INFO O| Oct 16 19:54:54.322 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93772024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.323 INFO O| Oct 16 19:54:54.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93782024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.323 INFO O| Oct 16 19:54:54.323 INFO ok!
93792024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.323 INFO O| Oct 16 19:54:54.323 INFO STEP 90 (ensure_file) COMPLETE
93802024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.323 INFO O| Oct 16 19:54:54.323 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.333 INFO O| Oct 16 19:54:54.333 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93822024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.333 INFO O| Oct 16 19:54:54.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93832024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.333 INFO O| Oct 16 19:54:54.333 INFO STEP 91 (ensure_dir) COMPLETE
93842024-10-16T19:54:55.280Z[ host-image] Oct 16 19:54:54.333 INFO O| Oct 16 19:54:54.333 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-10-16T19:54:55.289Z[ host-image] Oct 16 19:54:54.343 INFO O| Oct 16 19:54:54.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93862024-10-16T19:54:55.290Z[ host-image] Oct 16 19:54:54.343 INFO O| Oct 16 19:54:54.343 INFO copying /tmp/.tmpYwelpl/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 ...
93872024-10-16T19:54:55.290Z[ host-image] Oct 16 19:54:54.343 INFO O| Oct 16 19:54:54.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93882024-10-16T19:54:55.290Z[ host-image] Oct 16 19:54:54.343 INFO O| Oct 16 19:54:54.343 INFO ok!
93892024-10-16T19:54:55.290Z[ host-image] Oct 16 19:54:54.343 INFO O| Oct 16 19:54:54.343 INFO STEP 92 (ensure_file) COMPLETE
93902024-10-16T19:54:55.290Z[ host-image] Oct 16 19:54:54.343 INFO O| Oct 16 19:54:54.343 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-10-16T19:54:55.293Z[ host-image] Oct 16 19:54:54.353 INFO O| Oct 16 19:54:54.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93922024-10-16T19:54:55.293Z[ host-image] Oct 16 19:54:54.353 INFO O| Oct 16 19:54:54.353 INFO copying /tmp/.tmpYwelpl/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 ...
93932024-10-16T19:54:55.295Z[ host-image] Oct 16 19:54:54.353 INFO O| Oct 16 19:54:54.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93942024-10-16T19:54:55.295Z[ host-image] Oct 16 19:54:54.353 INFO O| Oct 16 19:54:54.353 INFO ok!
93952024-10-16T19:54:55.295Z[ host-image] Oct 16 19:54:54.353 INFO O| Oct 16 19:54:54.353 INFO STEP 93 (ensure_file) COMPLETE
93962024-10-16T19:54:55.295Z[ host-image] Oct 16 19:54:54.353 INFO O| Oct 16 19:54:54.353 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-10-16T19:54:55.304Z[ host-image] Oct 16 19:54:54.364 INFO O| Oct 16 19:54:54.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93982024-10-16T19:54:55.304Z[ host-image] Oct 16 19:54:54.364 INFO O| Oct 16 19:54:54.364 INFO copying /tmp/.tmpYwelpl/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 ...
93992024-10-16T19:54:55.307Z[ host-image] Oct 16 19:54:54.364 INFO O| Oct 16 19:54:54.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94002024-10-16T19:54:55.307Z[ host-image] Oct 16 19:54:54.364 INFO O| Oct 16 19:54:54.364 INFO ok!
94012024-10-16T19:54:55.307Z[ host-image] Oct 16 19:54:54.364 INFO O| Oct 16 19:54:54.364 INFO STEP 94 (ensure_file) COMPLETE
94022024-10-16T19:54:55.307Z[ host-image] Oct 16 19:54:54.364 INFO O| Oct 16 19:54:54.364 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-10-16T19:54:55.317Z[ host-image] Oct 16 19:54:54.377 INFO O| Oct 16 19:54:54.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94042024-10-16T19:54:55.317Z[ host-image] Oct 16 19:54:54.377 INFO O| Oct 16 19:54:54.377 INFO copying /tmp/.tmpYwelpl/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 ...
94052024-10-16T19:54:55.317Z[ host-image] Oct 16 19:54:54.377 INFO O| Oct 16 19:54:54.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94062024-10-16T19:54:55.320Z[ host-image] Oct 16 19:54:54.377 INFO O| Oct 16 19:54:54.377 INFO ok!
94072024-10-16T19:54:55.320Z[ host-image] Oct 16 19:54:54.377 INFO O| Oct 16 19:54:54.377 INFO STEP 95 (ensure_file) COMPLETE
94082024-10-16T19:54:55.320Z[ host-image] Oct 16 19:54:54.377 INFO O| Oct 16 19:54:54.377 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-10-16T19:54:55.330Z[ host-image] Oct 16 19:54:54.390 INFO O| Oct 16 19:54:54.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94102024-10-16T19:54:55.332Z[ host-image] Oct 16 19:54:54.390 INFO O| Oct 16 19:54:54.390 INFO copying /tmp/.tmpYwelpl/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 ...
94112024-10-16T19:54:55.332Z[ host-image] Oct 16 19:54:54.390 INFO O| Oct 16 19:54:54.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94122024-10-16T19:54:55.332Z[ host-image] Oct 16 19:54:54.390 INFO O| Oct 16 19:54:54.390 INFO ok!
94132024-10-16T19:54:55.332Z[ host-image] Oct 16 19:54:54.390 INFO O| Oct 16 19:54:54.390 INFO STEP 96 (ensure_file) COMPLETE
94142024-10-16T19:54:55.333Z[ host-image] Oct 16 19:54:54.390 INFO O| Oct 16 19:54:54.390 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-10-16T19:54:55.342Z[ host-image] Oct 16 19:54:54.402 INFO O| Oct 16 19:54:54.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94162024-10-16T19:54:55.342Z[ host-image] Oct 16 19:54:54.402 INFO O| Oct 16 19:54:54.402 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94172024-10-16T19:54:55.344Z[ host-image] Oct 16 19:54:54.402 INFO O| Oct 16 19:54:54.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94182024-10-16T19:54:55.345Z[ host-image] Oct 16 19:54:54.402 INFO O| Oct 16 19:54:54.402 INFO ok!
94192024-10-16T19:54:55.345Z[ host-image] Oct 16 19:54:54.402 INFO O| Oct 16 19:54:54.402 INFO STEP 97 (ensure_file) COMPLETE
94202024-10-16T19:54:55.345Z[ host-image] Oct 16 19:54:54.402 INFO O| Oct 16 19:54:54.402 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-10-16T19:54:55.353Z[ host-image] Oct 16 19:54:54.413 INFO O| Oct 16 19:54:54.412 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94222024-10-16T19:54:55.355Z[ host-image] Oct 16 19:54:54.413 INFO O| Oct 16 19:54:54.413 INFO copying /tmp/.tmpYwelpl/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 ...
94232024-10-16T19:54:55.355Z[ host-image] Oct 16 19:54:54.413 INFO O| Oct 16 19:54:54.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94242024-10-16T19:54:55.355Z[ host-image] Oct 16 19:54:54.413 INFO O| Oct 16 19:54:54.413 INFO ok!
94252024-10-16T19:54:55.355Z[ host-image] Oct 16 19:54:54.413 INFO O| Oct 16 19:54:54.413 INFO STEP 98 (ensure_file) COMPLETE
94262024-10-16T19:54:55.355Z[ host-image] Oct 16 19:54:54.413 INFO O| Oct 16 19:54:54.413 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-10-16T19:54:55.364Z[ host-image] Oct 16 19:54:54.423 INFO O| Oct 16 19:54:54.423 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94282024-10-16T19:54:55.366Z[ host-image] Oct 16 19:54:54.423 INFO O| Oct 16 19:54:54.423 INFO copying /tmp/.tmpYwelpl/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 ...
94292024-10-16T19:54:55.366Z[ host-image] Oct 16 19:54:54.424 INFO O| Oct 16 19:54:54.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94302024-10-16T19:54:55.366Z[ host-image] Oct 16 19:54:54.424 INFO O| Oct 16 19:54:54.424 INFO ok!
94312024-10-16T19:54:55.367Z[ host-image] Oct 16 19:54:54.424 INFO O| Oct 16 19:54:54.424 INFO STEP 99 (ensure_file) COMPLETE
94322024-10-16T19:54:55.367Z[ host-image] Oct 16 19:54:54.424 INFO O| Oct 16 19:54:54.424 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-10-16T19:54:55.374Z[ host-image] Oct 16 19:54:54.434 INFO O| Oct 16 19:54:54.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94342024-10-16T19:54:55.374Z[ host-image] Oct 16 19:54:54.434 INFO O| Oct 16 19:54:54.434 INFO copying /tmp/.tmpYwelpl/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 ...
94352024-10-16T19:54:55.374Z[ host-image] Oct 16 19:54:54.434 INFO O| Oct 16 19:54:54.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94362024-10-16T19:54:55.377Z[ host-image] Oct 16 19:54:54.434 INFO O| Oct 16 19:54:54.434 INFO ok!
94372024-10-16T19:54:55.377Z[ host-image] Oct 16 19:54:54.434 INFO O| Oct 16 19:54:54.434 INFO STEP 100 (ensure_file) COMPLETE
94382024-10-16T19:54:55.377Z[ host-image] Oct 16 19:54:54.434 INFO O| Oct 16 19:54:54.434 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-10-16T19:54:55.385Z[ host-image] Oct 16 19:54:54.444 INFO O| Oct 16 19:54:54.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94402024-10-16T19:54:55.385Z[ host-image] Oct 16 19:54:54.444 INFO O| Oct 16 19:54:54.444 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94412024-10-16T19:54:55.387Z[ host-image] Oct 16 19:54:54.445 INFO O| Oct 16 19:54:54.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94422024-10-16T19:54:55.387Z[ host-image] Oct 16 19:54:54.445 INFO O| Oct 16 19:54:54.444 INFO ok!
94432024-10-16T19:54:55.387Z[ host-image] Oct 16 19:54:54.445 INFO O| Oct 16 19:54:54.445 INFO STEP 101 (ensure_file) COMPLETE
94442024-10-16T19:54:55.387Z[ host-image] Oct 16 19:54:54.445 INFO O| Oct 16 19:54:54.445 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-10-16T19:54:55.395Z[ host-image] Oct 16 19:54:54.455 INFO O| Oct 16 19:54:54.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94462024-10-16T19:54:55.397Z[ host-image] Oct 16 19:54:54.455 INFO O| Oct 16 19:54:54.455 INFO copying /tmp/.tmpYwelpl/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 ...
94472024-10-16T19:54:55.399Z[ host-image] Oct 16 19:54:54.455 INFO O| Oct 16 19:54:54.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94482024-10-16T19:54:55.399Z[ host-image] Oct 16 19:54:54.455 INFO O| Oct 16 19:54:54.455 INFO ok!
94492024-10-16T19:54:55.399Z[ host-image] Oct 16 19:54:54.455 INFO O| Oct 16 19:54:54.455 INFO STEP 102 (ensure_file) COMPLETE
94502024-10-16T19:54:55.399Z[ host-image] Oct 16 19:54:54.455 INFO O| Oct 16 19:54:54.455 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-10-16T19:54:55.405Z[ host-image] Oct 16 19:54:54.465 INFO O| Oct 16 19:54:54.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94522024-10-16T19:54:55.406Z[ host-image] Oct 16 19:54:54.465 INFO O| Oct 16 19:54:54.465 INFO copying /tmp/.tmpYwelpl/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 ...
94532024-10-16T19:54:55.408Z[ host-image] Oct 16 19:54:54.465 INFO O| Oct 16 19:54:54.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94542024-10-16T19:54:55.408Z[ host-image] Oct 16 19:54:54.465 INFO O| Oct 16 19:54:54.465 INFO ok!
94552024-10-16T19:54:55.408Z[ host-image] Oct 16 19:54:54.465 INFO O| Oct 16 19:54:54.465 INFO STEP 103 (ensure_file) COMPLETE
94562024-10-16T19:54:55.408Z[ host-image] Oct 16 19:54:54.465 INFO O| Oct 16 19:54:54.465 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-10-16T19:54:55.415Z[ host-image] Oct 16 19:54:54.475 INFO O| Oct 16 19:54:54.475 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94582024-10-16T19:54:55.415Z[ host-image] Oct 16 19:54:54.475 INFO O| Oct 16 19:54:54.475 INFO copying /tmp/.tmpYwelpl/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 ...
94592024-10-16T19:54:55.418Z[ host-image] Oct 16 19:54:54.475 INFO O| Oct 16 19:54:54.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94602024-10-16T19:54:55.419Z[ host-image] Oct 16 19:54:54.475 INFO O| Oct 16 19:54:54.475 INFO ok!
94612024-10-16T19:54:55.419Z[ host-image] Oct 16 19:54:54.475 INFO O| Oct 16 19:54:54.475 INFO STEP 104 (ensure_file) COMPLETE
94622024-10-16T19:54:55.419Z[ host-image] Oct 16 19:54:54.476 INFO O| Oct 16 19:54:54.475 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-10-16T19:54:55.426Z[ host-image] Oct 16 19:54:54.486 INFO O| Oct 16 19:54:54.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94642024-10-16T19:54:55.426Z[ host-image] Oct 16 19:54:54.486 INFO O| Oct 16 19:54:54.486 INFO copying /tmp/.tmpYwelpl/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 ...
94652024-10-16T19:54:55.428Z[ host-image] Oct 16 19:54:54.486 INFO O| Oct 16 19:54:54.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94662024-10-16T19:54:55.428Z[ host-image] Oct 16 19:54:54.486 INFO O| Oct 16 19:54:54.486 INFO ok!
94672024-10-16T19:54:55.428Z[ host-image] Oct 16 19:54:54.486 INFO O| Oct 16 19:54:54.486 INFO STEP 105 (ensure_file) COMPLETE
94682024-10-16T19:54:55.429Z[ host-image] Oct 16 19:54:54.486 INFO O| Oct 16 19:54:54.486 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-10-16T19:54:55.436Z[ host-image] Oct 16 19:54:54.496 INFO O| Oct 16 19:54:54.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94702024-10-16T19:54:55.436Z[ host-image] Oct 16 19:54:54.496 INFO O| Oct 16 19:54:54.496 INFO copying /tmp/.tmpYwelpl/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 ...
94712024-10-16T19:54:55.436Z[ host-image] Oct 16 19:54:54.496 INFO O| Oct 16 19:54:54.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94722024-10-16T19:54:55.438Z[ host-image] Oct 16 19:54:54.496 INFO O| Oct 16 19:54:54.496 INFO ok!
94732024-10-16T19:54:55.439Z[ host-image] Oct 16 19:54:54.496 INFO O| Oct 16 19:54:54.496 INFO STEP 106 (ensure_file) COMPLETE
94742024-10-16T19:54:55.439Z[ host-image] Oct 16 19:54:54.496 INFO O| Oct 16 19:54:54.496 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-10-16T19:54:55.446Z[ host-image] Oct 16 19:54:54.506 INFO O| Oct 16 19:54:54.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94762024-10-16T19:54:55.450Z[ host-image] Oct 16 19:54:54.506 INFO O| Oct 16 19:54:54.506 INFO copying /tmp/.tmpYwelpl/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 ...
94772024-10-16T19:54:55.450Z[ host-image] Oct 16 19:54:54.506 INFO O| Oct 16 19:54:54.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94782024-10-16T19:54:55.450Z[ host-image] Oct 16 19:54:54.506 INFO O| Oct 16 19:54:54.506 INFO ok!
94792024-10-16T19:54:55.450Z[ host-image] Oct 16 19:54:54.506 INFO O| Oct 16 19:54:54.506 INFO STEP 107 (ensure_file) COMPLETE
94802024-10-16T19:54:55.450Z[ host-image] Oct 16 19:54:54.506 INFO O| Oct 16 19:54:54.506 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-10-16T19:54:55.457Z[ host-image] Oct 16 19:54:54.517 INFO O| Oct 16 19:54:54.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94822024-10-16T19:54:55.457Z[ host-image] Oct 16 19:54:54.517 INFO O| Oct 16 19:54:54.517 INFO copying /tmp/.tmpYwelpl/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 ...
94832024-10-16T19:54:55.459Z[ host-image] Oct 16 19:54:54.517 INFO O| Oct 16 19:54:54.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94842024-10-16T19:54:55.459Z[ host-image] Oct 16 19:54:54.517 INFO O| Oct 16 19:54:54.517 INFO ok!
94852024-10-16T19:54:55.459Z[ host-image] Oct 16 19:54:54.517 INFO O| Oct 16 19:54:54.517 INFO STEP 108 (ensure_file) COMPLETE
94862024-10-16T19:54:55.459Z[ host-image] Oct 16 19:54:54.517 INFO O| Oct 16 19:54:54.517 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-10-16T19:54:55.468Z[ host-image] Oct 16 19:54:54.528 INFO O| Oct 16 19:54:54.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94882024-10-16T19:54:55.470Z[ host-image] Oct 16 19:54:54.528 INFO O| Oct 16 19:54:54.528 INFO copying /tmp/.tmpYwelpl/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 ...
94892024-10-16T19:54:55.471Z[ host-image] Oct 16 19:54:54.528 INFO O| Oct 16 19:54:54.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94902024-10-16T19:54:55.471Z[ host-image] Oct 16 19:54:54.528 INFO O| Oct 16 19:54:54.528 INFO ok!
94912024-10-16T19:54:55.471Z[ host-image] Oct 16 19:54:54.528 INFO O| Oct 16 19:54:54.528 INFO STEP 109 (ensure_file) COMPLETE
94922024-10-16T19:54:55.471Z[ host-image] Oct 16 19:54:54.528 INFO O| Oct 16 19:54:54.528 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-10-16T19:54:55.478Z[ host-image] Oct 16 19:54:54.538 INFO O| Oct 16 19:54:54.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94942024-10-16T19:54:55.478Z[ host-image] Oct 16 19:54:54.538 INFO O| Oct 16 19:54:54.538 INFO copying /tmp/.tmpYwelpl/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 ...
94952024-10-16T19:54:55.481Z[ host-image] Oct 16 19:54:54.538 INFO O| Oct 16 19:54:54.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94962024-10-16T19:54:55.481Z[ host-image] Oct 16 19:54:54.538 INFO O| Oct 16 19:54:54.538 INFO ok!
94972024-10-16T19:54:55.481Z[ host-image] Oct 16 19:54:54.538 INFO O| Oct 16 19:54:54.538 INFO STEP 110 (ensure_file) COMPLETE
94982024-10-16T19:54:55.481Z[ host-image] Oct 16 19:54:54.538 INFO O| Oct 16 19:54:54.538 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-10-16T19:54:55.489Z[ host-image] Oct 16 19:54:54.548 INFO O| Oct 16 19:54:54.548 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95002024-10-16T19:54:55.489Z[ host-image] Oct 16 19:54:54.548 INFO O| Oct 16 19:54:54.548 INFO copying /tmp/.tmpYwelpl/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 ...
95012024-10-16T19:54:55.491Z[ host-image] Oct 16 19:54:54.549 INFO O| Oct 16 19:54:54.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95022024-10-16T19:54:55.491Z[ host-image] Oct 16 19:54:54.549 INFO O| Oct 16 19:54:54.549 INFO ok!
95032024-10-16T19:54:55.491Z[ host-image] Oct 16 19:54:54.549 INFO O| Oct 16 19:54:54.549 INFO STEP 111 (ensure_file) COMPLETE
95042024-10-16T19:54:55.491Z[ host-image] Oct 16 19:54:54.549 INFO O| Oct 16 19:54:54.549 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-10-16T19:54:55.499Z[ host-image] Oct 16 19:54:54.559 INFO O| Oct 16 19:54:54.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95062024-10-16T19:54:55.499Z[ host-image] Oct 16 19:54:54.559 INFO O| Oct 16 19:54:54.559 INFO copying /tmp/.tmpYwelpl/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 ...
95072024-10-16T19:54:55.502Z[ host-image] Oct 16 19:54:54.559 INFO O| Oct 16 19:54:54.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95082024-10-16T19:54:55.502Z[ host-image] Oct 16 19:54:54.559 INFO O| Oct 16 19:54:54.559 INFO ok!
95092024-10-16T19:54:55.502Z[ host-image] Oct 16 19:54:54.559 INFO O| Oct 16 19:54:54.559 INFO STEP 112 (ensure_file) COMPLETE
95102024-10-16T19:54:55.502Z[ host-image] Oct 16 19:54:54.559 INFO O| Oct 16 19:54:54.559 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-10-16T19:54:55.509Z[ host-image] Oct 16 19:54:54.569 INFO O| Oct 16 19:54:54.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95122024-10-16T19:54:55.509Z[ host-image] Oct 16 19:54:54.569 INFO O| Oct 16 19:54:54.569 INFO copying /tmp/.tmpYwelpl/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 ...
95132024-10-16T19:54:55.512Z[ host-image] Oct 16 19:54:54.569 INFO O| Oct 16 19:54:54.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95142024-10-16T19:54:55.512Z[ host-image] Oct 16 19:54:54.569 INFO O| Oct 16 19:54:54.569 INFO ok!
95152024-10-16T19:54:55.512Z[ host-image] Oct 16 19:54:54.569 INFO O| Oct 16 19:54:54.569 INFO STEP 113 (ensure_file) COMPLETE
95162024-10-16T19:54:55.512Z[ host-image] Oct 16 19:54:54.569 INFO O| Oct 16 19:54:54.569 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-10-16T19:54:55.520Z[ host-image] Oct 16 19:54:54.579 INFO O| Oct 16 19:54:54.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95182024-10-16T19:54:55.520Z[ host-image] Oct 16 19:54:54.580 INFO O| Oct 16 19:54:54.579 INFO copying /tmp/.tmpYwelpl/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 ...
95192024-10-16T19:54:55.520Z[ host-image] Oct 16 19:54:54.580 INFO O| Oct 16 19:54:54.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95202024-10-16T19:54:55.523Z[ host-image] Oct 16 19:54:54.580 INFO O| Oct 16 19:54:54.580 INFO ok!
95212024-10-16T19:54:55.523Z[ host-image] Oct 16 19:54:54.580 INFO O| Oct 16 19:54:54.580 INFO STEP 114 (ensure_file) COMPLETE
95222024-10-16T19:54:55.523Z[ host-image] Oct 16 19:54:54.580 INFO O| Oct 16 19:54:54.580 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-10-16T19:54:55.530Z[ host-image] Oct 16 19:54:54.590 INFO O| Oct 16 19:54:54.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95242024-10-16T19:54:55.530Z[ host-image] Oct 16 19:54:54.590 INFO O| Oct 16 19:54:54.590 INFO copying /tmp/.tmpYwelpl/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 ...
95252024-10-16T19:54:55.533Z[ host-image] Oct 16 19:54:54.590 INFO O| Oct 16 19:54:54.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95262024-10-16T19:54:55.533Z[ host-image] Oct 16 19:54:54.590 INFO O| Oct 16 19:54:54.590 INFO ok!
95272024-10-16T19:54:55.533Z[ host-image] Oct 16 19:54:54.590 INFO O| Oct 16 19:54:54.590 INFO STEP 115 (ensure_file) COMPLETE
95282024-10-16T19:54:55.533Z[ host-image] Oct 16 19:54:54.590 INFO O| Oct 16 19:54:54.590 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-10-16T19:54:55.541Z[ host-image] Oct 16 19:54:54.601 INFO O| Oct 16 19:54:54.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95302024-10-16T19:54:55.541Z[ host-image] Oct 16 19:54:54.601 INFO O| Oct 16 19:54:54.601 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95312024-10-16T19:54:55.543Z[ host-image] Oct 16 19:54:54.601 INFO O| Oct 16 19:54:54.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95322024-10-16T19:54:55.543Z[ host-image] Oct 16 19:54:54.601 INFO O| Oct 16 19:54:54.601 INFO ok!
95332024-10-16T19:54:55.543Z[ host-image] Oct 16 19:54:54.601 INFO O| Oct 16 19:54:54.601 INFO STEP 116 (ensure_file) COMPLETE
95342024-10-16T19:54:55.543Z[ host-image] Oct 16 19:54:54.601 INFO O| Oct 16 19:54:54.601 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-10-16T19:54:55.551Z[ host-image] Oct 16 19:54:54.611 INFO O| Oct 16 19:54:54.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95362024-10-16T19:54:55.551Z[ host-image] Oct 16 19:54:54.611 INFO O| Oct 16 19:54:54.611 INFO copying /tmp/.tmpYwelpl/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 ...
95372024-10-16T19:54:55.553Z[ host-image] Oct 16 19:54:54.611 INFO O| Oct 16 19:54:54.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95382024-10-16T19:54:55.554Z[ host-image] Oct 16 19:54:54.611 INFO O| Oct 16 19:54:54.611 INFO ok!
95392024-10-16T19:54:55.554Z[ host-image] Oct 16 19:54:54.611 INFO O| Oct 16 19:54:54.611 INFO STEP 117 (ensure_file) COMPLETE
95402024-10-16T19:54:55.554Z[ host-image] Oct 16 19:54:54.611 INFO O| Oct 16 19:54:54.611 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-10-16T19:54:55.562Z[ host-image] Oct 16 19:54:54.622 INFO O| Oct 16 19:54:54.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95422024-10-16T19:54:55.564Z[ host-image] Oct 16 19:54:54.622 INFO O| Oct 16 19:54:54.622 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95432024-10-16T19:54:55.564Z[ host-image] Oct 16 19:54:54.622 INFO O| Oct 16 19:54:54.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95442024-10-16T19:54:55.565Z[ host-image] Oct 16 19:54:54.622 INFO O| Oct 16 19:54:54.622 INFO ok!
95452024-10-16T19:54:55.565Z[ host-image] Oct 16 19:54:54.622 INFO O| Oct 16 19:54:54.622 INFO STEP 118 (ensure_file) COMPLETE
95462024-10-16T19:54:55.565Z[ host-image] Oct 16 19:54:54.622 INFO O| Oct 16 19:54:54.622 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-10-16T19:54:55.572Z[ host-image] Oct 16 19:54:54.632 INFO O| Oct 16 19:54:54.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95482024-10-16T19:54:55.575Z[ host-image] Oct 16 19:54:54.632 INFO O| Oct 16 19:54:54.632 INFO copying /tmp/.tmpYwelpl/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95492024-10-16T19:54:55.970Z[ recovery-image] Oct 16 19:54:55.026 INFO E| Finished `release` profile [optimized] target(s) in 39.06s
95502024-10-16T19:54:55.994Z[ recovery-image] Oct 16 19:54:55.054 INFO building host image...
95512024-10-16T19:54:55.997Z[ recovery-image] Oct 16 19:54:55.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")
95522024-10-16T19:54:56.754Z[ recovery-image] Oct 16 19:54:55.813 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95532024-10-16T19:54:58.951Z[ recovery-image] Oct 16 19:54:58.009 INFO image complete! materials are in "/work/os-recovery"
95542024-10-16T19:54:58.955Z[ recovery-image]
95552024-10-16T19:54:58.958Z[ recovery-image] real 7:58.483306181
95562024-10-16T19:54:58.958Z[ recovery-image] user 5:14.226260542
95572024-10-16T19:54:58.958Z[ recovery-image] sys 54.991692900
95582024-10-16T19:54:58.958Z[ recovery-image] trap 0.254118743
95592024-10-16T19:54:58.958Z[ recovery-image] tflt 0.398727924
95602024-10-16T19:54:58.958Z[ recovery-image] dflt 1.030822939
95612024-10-16T19:54:58.958Z[ recovery-image] kflt 0.000065576
95622024-10-16T19:54:58.958Z[ recovery-image] lock 11:52.337128874
95632024-10-16T19:54:58.958Z[ recovery-image] slp 47:34.449139860
95642024-10-16T19:54:58.958Z[ recovery-image] lat 2:10.525465958
95652024-10-16T19:54:58.958Z[ recovery-image] stop 3.666430429
95662024-10-16T19:54:58.958ZOct 16 19:54:58.015 INFO [recovery-image] process exited with exit status: 0 (478.517241614s)
95672024-10-16T19:54:59.968Z[ host-image] Oct 16 19:54:59.027 INFO O| Oct 16 19:54:59.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95682024-10-16T19:54:59.969Z[ host-image] Oct 16 19:54:59.027 INFO O| Oct 16 19:54:59.027 INFO ok!
95692024-10-16T19:54:59.971Z[ host-image] Oct 16 19:54:59.027 INFO O| Oct 16 19:54:59.027 INFO STEP 119 (ensure_file) COMPLETE
95702024-10-16T19:54:59.971Z[ host-image] Oct 16 19:54:59.027 INFO O| Oct 16 19:54:59.027 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-10-16T19:54:59.980Z[ host-image] Oct 16 19:54:59.039 INFO O| Oct 16 19:54:59.039 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95722024-10-16T19:54:59.980Z[ host-image] Oct 16 19:54:59.039 INFO O| Oct 16 19:54:59.039 INFO STEP 120 (ensure_dir) COMPLETE
95732024-10-16T19:54:59.983Z[ host-image] Oct 16 19:54:59.039 INFO O| Oct 16 19:54:59.039 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-10-16T19:54:59.991Z[ host-image] Oct 16 19:54:59.049 INFO O| Oct 16 19:54:59.049 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95752024-10-16T19:54:59.991Z[ host-image] Oct 16 19:54:59.049 INFO O| Oct 16 19:54:59.049 INFO STEP 121 (ensure_dir) COMPLETE
95762024-10-16T19:54:59.991Z[ host-image] Oct 16 19:54:59.049 INFO O| Oct 16 19:54:59.049 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-10-16T19:55:00.001Z[ host-image] Oct 16 19:54:59.059 INFO O| Oct 16 19:54:59.059 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95782024-10-16T19:55:00.004Z[ host-image] Oct 16 19:54:59.059 INFO O| Oct 16 19:54:59.059 INFO STEP 122 (ensure_dir) COMPLETE
95792024-10-16T19:55:00.004Z[ host-image] Oct 16 19:54:59.059 INFO O| Oct 16 19:54:59.059 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-10-16T19:55:00.011Z[ host-image] Oct 16 19:54:59.069 INFO O| Oct 16 19:54:59.069 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95812024-10-16T19:55:00.011Z[ host-image] Oct 16 19:54:59.069 INFO O| Oct 16 19:54:59.069 INFO STEP 123 (ensure_dir) COMPLETE
95822024-10-16T19:55:00.011Z[ host-image] Oct 16 19:54:59.069 INFO O| Oct 16 19:54:59.069 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-10-16T19:55:00.021Z[ host-image] Oct 16 19:54:59.079 INFO O| Oct 16 19:54:59.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95842024-10-16T19:55:00.022Z[ host-image] Oct 16 19:54:59.079 INFO O| Oct 16 19:54:59.079 INFO copying /tmp/.tmpYwelpl/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 ...
95852024-10-16T19:55:00.025Z[ host-image] Oct 16 19:54:59.080 INFO O| Oct 16 19:54:59.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95862024-10-16T19:55:00.025Z[ host-image] Oct 16 19:54:59.080 INFO O| Oct 16 19:54:59.080 INFO ok!
95872024-10-16T19:55:00.025Z[ host-image] Oct 16 19:54:59.080 INFO O| Oct 16 19:54:59.080 INFO STEP 124 (ensure_file) COMPLETE
95882024-10-16T19:55:00.025Z[ host-image] Oct 16 19:54:59.080 INFO O| Oct 16 19:54:59.080 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-10-16T19:55:00.031Z[ host-image] Oct 16 19:54:59.090 INFO O| Oct 16 19:54:59.089 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95902024-10-16T19:55:00.031Z[ host-image] Oct 16 19:54:59.090 INFO O| Oct 16 19:54:59.090 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95912024-10-16T19:55:00.033Z[ host-image] Oct 16 19:54:59.090 INFO O| Oct 16 19:54:59.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95922024-10-16T19:55:00.033Z[ host-image] Oct 16 19:54:59.090 INFO O| Oct 16 19:54:59.090 INFO STEP 125 (ensure_dir) COMPLETE
95932024-10-16T19:55:00.033Z[ host-image] Oct 16 19:54:59.090 INFO O| Oct 16 19:54:59.090 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-10-16T19:55:00.042Z[ host-image] Oct 16 19:54:59.100 INFO O| Oct 16 19:54:59.100 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95952024-10-16T19:55:00.042Z[ host-image] Oct 16 19:54:59.100 INFO O| Oct 16 19:54:59.100 INFO copying /tmp/.tmpYwelpl/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95962024-10-16T19:55:00.044Z[ host-image] Oct 16 19:54:59.101 INFO O| Oct 16 19:54:59.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95972024-10-16T19:55:00.044Z[ host-image] Oct 16 19:54:59.101 INFO O| Oct 16 19:54:59.101 INFO ok!
95982024-10-16T19:55:00.044Z[ host-image] Oct 16 19:54:59.101 INFO O| Oct 16 19:54:59.101 INFO STEP 126 (ensure_file) COMPLETE
95992024-10-16T19:55:00.044Z[ host-image] Oct 16 19:54:59.101 INFO O| Oct 16 19:54:59.101 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96002024-10-16T19:55:00.052Z[ host-image] Oct 16 19:54:59.111 INFO O| Oct 16 19:54:59.111 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96012024-10-16T19:55:00.055Z[ host-image] Oct 16 19:54:59.111 INFO O| Oct 16 19:54:59.111 INFO STEP 127 (remove_files) COMPLETE
96022024-10-16T19:55:00.055Z[ host-image] Oct 16 19:54:59.111 INFO O| Oct 16 19:54:59.111 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96032024-10-16T19:55:00.062Z[ host-image] Oct 16 19:54:59.121 INFO O| Oct 16 19:54:59.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96042024-10-16T19:55:00.065Z[ host-image] Oct 16 19:54:59.121 INFO O| Oct 16 19:54:59.121 INFO STEP 128 (remove_files) COMPLETE
96052024-10-16T19:55:00.065Z[ host-image] Oct 16 19:54:59.121 INFO O| Oct 16 19:54:59.121 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-10-16T19:55:00.074Z[ host-image] Oct 16 19:54:59.131 INFO O| Oct 16 19:54:59.131 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96072024-10-16T19:55:00.074Z[ host-image] Oct 16 19:54:59.132 INFO O| Oct 16 19:54:59.131 INFO STEP 129 (remove_files) COMPLETE
96082024-10-16T19:55:00.074Z[ host-image] Oct 16 19:54:59.132 INFO O| Oct 16 19:54:59.131 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-10-16T19:55:00.083Z[ host-image] Oct 16 19:54:59.142 INFO O| Oct 16 19:54:59.142 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96102024-10-16T19:55:00.085Z[ host-image] Oct 16 19:54:59.142 INFO O| Oct 16 19:54:59.142 INFO STEP 130 (remove_files) COMPLETE
96112024-10-16T19:55:00.085Z[ host-image] Oct 16 19:54:59.142 INFO O| Oct 16 19:54:59.142 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-10-16T19:55:00.107Z[ host-image] Oct 16 19:54:59.152 INFO O| Oct 16 19:54:59.152 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96132024-10-16T19:55:00.111Z[ host-image] Oct 16 19:54:59.152 INFO O| Oct 16 19:54:59.152 INFO STEP 131 (remove_files) COMPLETE
96142024-10-16T19:55:00.111Z[ host-image] Oct 16 19:54:59.152 INFO O| Oct 16 19:54:59.152 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-10-16T19:55:00.111Z[ host-image] Oct 16 19:54:59.162 INFO O| Oct 16 19:54:59.162 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96162024-10-16T19:55:00.111Z[ host-image] Oct 16 19:54:59.162 INFO O| Oct 16 19:54:59.162 INFO STEP 132 (remove_files) COMPLETE
96172024-10-16T19:55:00.111Z[ host-image] Oct 16 19:54:59.162 INFO O| Oct 16 19:54:59.162 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-10-16T19:55:00.114Z[ host-image] Oct 16 19:54:59.173 INFO O| Oct 16 19:54:59.172 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96192024-10-16T19:55:00.117Z[ host-image] Oct 16 19:54:59.173 INFO O| Oct 16 19:54:59.173 INFO STEP 133 (remove_files) COMPLETE
96202024-10-16T19:55:00.117Z[ host-image] Oct 16 19:54:59.173 INFO O| Oct 16 19:54:59.173 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-10-16T19:55:00.124Z[ host-image] Oct 16 19:54:59.183 INFO O| Oct 16 19:54:59.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96222024-10-16T19:55:00.124Z[ host-image] Oct 16 19:54:59.183 INFO O| Oct 16 19:54:59.183 INFO STEP 134 (remove_files) COMPLETE
96232024-10-16T19:55:00.127Z[ host-image] Oct 16 19:54:59.183 INFO O| Oct 16 19:54:59.183 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-10-16T19:55:00.134Z[ host-image] Oct 16 19:54:59.192 INFO O| Oct 16 19:54:59.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96252024-10-16T19:55:00.134Z[ host-image] Oct 16 19:54:59.193 INFO O| Oct 16 19:54:59.193 INFO STEP 135 (remove_files) COMPLETE
96262024-10-16T19:55:00.134Z[ host-image] Oct 16 19:54:59.193 INFO O| Oct 16 19:54:59.193 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-10-16T19:55:00.144Z[ host-image] Oct 16 19:54:59.203 INFO O| Oct 16 19:54:59.203 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96282024-10-16T19:55:00.144Z[ host-image] Oct 16 19:54:59.203 INFO O| Oct 16 19:54:59.203 INFO STEP 136 (remove_files) COMPLETE
96292024-10-16T19:55:00.147Z[ host-image] Oct 16 19:54:59.203 INFO O| Oct 16 19:54:59.203 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302024-10-16T19:55:00.154Z[ host-image] Oct 16 19:54:59.213 INFO O| Oct 16 19:54:59.213 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96312024-10-16T19:55:00.157Z[ host-image] Oct 16 19:54:59.213 INFO O| Oct 16 19:54:59.213 INFO STEP 137 (remove_files) COMPLETE
96322024-10-16T19:55:00.157Z[ host-image] Oct 16 19:54:59.213 INFO O| Oct 16 19:54:59.213 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332024-10-16T19:55:00.165Z[ host-image] Oct 16 19:54:59.223 INFO O| Oct 16 19:54:59.223 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96342024-10-16T19:55:00.167Z[ host-image] Oct 16 19:54:59.223 INFO O| Oct 16 19:54:59.223 INFO STEP 138 (remove_files) COMPLETE
96352024-10-16T19:55:00.167Z[ host-image] Oct 16 19:54:59.223 INFO O| Oct 16 19:54:59.223 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362024-10-16T19:55:00.175Z[ host-image] Oct 16 19:54:59.234 INFO O| Oct 16 19:54:59.234 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96372024-10-16T19:55:00.178Z[ host-image] Oct 16 19:54:59.234 INFO O| Oct 16 19:54:59.234 INFO STEP 139 (remove_files) COMPLETE
96382024-10-16T19:55:00.178Z[ host-image] Oct 16 19:54:59.234 INFO O| Oct 16 19:54:59.234 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392024-10-16T19:55:00.185Z[ host-image] Oct 16 19:54:59.244 INFO O| Oct 16 19:54:59.244 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96402024-10-16T19:55:00.185Z[ host-image] Oct 16 19:54:59.244 INFO O| Oct 16 19:54:59.244 INFO STEP 140 (remove_files) COMPLETE
96412024-10-16T19:55:00.188Z[ host-image] Oct 16 19:54:59.244 INFO O| Oct 16 19:54:59.244 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422024-10-16T19:55:00.197Z[ host-image] Oct 16 19:54:59.254 INFO O| Oct 16 19:54:59.254 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96432024-10-16T19:55:00.197Z[ host-image] Oct 16 19:54:59.254 INFO O| Oct 16 19:54:59.254 INFO STEP 141 (remove_files) COMPLETE
96442024-10-16T19:55:00.199Z[ host-image] Oct 16 19:54:59.254 INFO O| Oct 16 19:54:59.254 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452024-10-16T19:55:00.206Z[ host-image] Oct 16 19:54:59.264 INFO O| Oct 16 19:54:59.264 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96462024-10-16T19:55:00.206Z[ host-image] Oct 16 19:54:59.264 INFO O| Oct 16 19:54:59.264 INFO STEP 142 (remove_files) COMPLETE
96472024-10-16T19:55:00.208Z[ host-image] Oct 16 19:54:59.264 INFO O| Oct 16 19:54:59.264 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482024-10-16T19:55:00.216Z[ host-image] Oct 16 19:54:59.274 INFO O| Oct 16 19:54:59.274 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96492024-10-16T19:55:00.216Z[ host-image] Oct 16 19:54:59.274 INFO O| Oct 16 19:54:59.274 INFO STEP 143 (remove_files) COMPLETE
96502024-10-16T19:55:00.216Z[ host-image] Oct 16 19:54:59.274 INFO O| Oct 16 19:54:59.274 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512024-10-16T19:55:00.226Z[ host-image] Oct 16 19:54:59.284 INFO O| Oct 16 19:54:59.284 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96522024-10-16T19:55:00.226Z[ host-image] Oct 16 19:54:59.284 INFO O| Oct 16 19:54:59.284 INFO STEP 144 (remove_files) COMPLETE
96532024-10-16T19:55:00.228Z[ host-image] Oct 16 19:54:59.284 INFO O| Oct 16 19:54:59.284 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542024-10-16T19:55:00.236Z[ host-image] Oct 16 19:54:59.294 INFO O| Oct 16 19:54:59.294 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96552024-10-16T19:55:00.236Z[ host-image] Oct 16 19:54:59.294 INFO O| Oct 16 19:54:59.294 INFO STEP 145 (remove_files) COMPLETE
96562024-10-16T19:55:00.238Z[ host-image] Oct 16 19:54:59.294 INFO O| Oct 16 19:54:59.294 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572024-10-16T19:55:00.246Z[ host-image] Oct 16 19:54:59.305 INFO O| Oct 16 19:54:59.305 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96582024-10-16T19:55:00.246Z[ host-image] Oct 16 19:54:59.305 INFO O| Oct 16 19:54:59.305 INFO STEP 146 (remove_files) COMPLETE
96592024-10-16T19:55:00.246Z[ host-image] Oct 16 19:54:59.305 INFO O| Oct 16 19:54:59.305 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602024-10-16T19:55:00.256Z[ host-image] Oct 16 19:54:59.315 INFO O| Oct 16 19:54:59.315 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96612024-10-16T19:55:00.259Z[ host-image] Oct 16 19:54:59.315 INFO O| Oct 16 19:54:59.315 INFO STEP 147 (remove_files) COMPLETE
96622024-10-16T19:55:00.259Z[ host-image] Oct 16 19:54:59.315 INFO O| Oct 16 19:54:59.315 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632024-10-16T19:55:00.266Z[ host-image] Oct 16 19:54:59.325 INFO O| Oct 16 19:54:59.325 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96642024-10-16T19:55:00.269Z[ host-image] Oct 16 19:54:59.325 INFO O| Oct 16 19:54:59.325 INFO STEP 148 (remove_files) COMPLETE
96652024-10-16T19:55:00.269Z[ host-image] Oct 16 19:54:59.325 INFO O| Oct 16 19:54:59.325 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662024-10-16T19:55:00.276Z[ host-image] Oct 16 19:54:59.335 INFO O| Oct 16 19:54:59.335 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96672024-10-16T19:55:00.277Z[ host-image] Oct 16 19:54:59.335 INFO O| Oct 16 19:54:59.335 INFO STEP 149 (remove_files) COMPLETE
96682024-10-16T19:55:00.279Z[ host-image] Oct 16 19:54:59.335 INFO O| Oct 16 19:54:59.335 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692024-10-16T19:55:00.286Z[ host-image] Oct 16 19:54:59.345 INFO O| Oct 16 19:54:59.345 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96702024-10-16T19:55:00.289Z[ host-image] Oct 16 19:54:59.345 INFO O| Oct 16 19:54:59.345 INFO STEP 150 (remove_files) COMPLETE
96712024-10-16T19:55:00.289Z[ host-image] Oct 16 19:54:59.345 INFO O| Oct 16 19:54:59.345 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722024-10-16T19:55:00.296Z[ host-image] Oct 16 19:54:59.355 INFO O| Oct 16 19:54:59.355 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96732024-10-16T19:55:00.299Z[ host-image] Oct 16 19:54:59.355 INFO O| Oct 16 19:54:59.355 INFO STEP 151 (remove_files) COMPLETE
96742024-10-16T19:55:00.299Z[ host-image] Oct 16 19:54:59.355 INFO O| Oct 16 19:54:59.355 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752024-10-16T19:55:00.306Z[ host-image] Oct 16 19:54:59.365 INFO O| Oct 16 19:54:59.365 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96762024-10-16T19:55:00.306Z[ host-image] Oct 16 19:54:59.365 INFO O| Oct 16 19:54:59.365 INFO STEP 152 (remove_files) COMPLETE
96772024-10-16T19:55:00.309Z[ host-image] Oct 16 19:54:59.365 INFO O| Oct 16 19:54:59.365 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782024-10-16T19:55:00.317Z[ host-image] Oct 16 19:54:59.375 INFO O| Oct 16 19:54:59.375 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96792024-10-16T19:55:00.317Z[ host-image] Oct 16 19:54:59.375 INFO O| Oct 16 19:54:59.375 INFO STEP 153 (remove_files) COMPLETE
96802024-10-16T19:55:00.317Z[ host-image] Oct 16 19:54:59.375 INFO O| Oct 16 19:54:59.375 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812024-10-16T19:55:00.328Z[ host-image] Oct 16 19:54:59.385 INFO O| Oct 16 19:54:59.385 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96822024-10-16T19:55:00.330Z[ host-image] Oct 16 19:54:59.385 INFO O| Oct 16 19:54:59.385 INFO STEP 154 (remove_files) COMPLETE
96832024-10-16T19:55:00.330Z[ host-image] Oct 16 19:54:59.385 INFO O| Oct 16 19:54:59.385 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842024-10-16T19:55:00.337Z[ host-image] Oct 16 19:54:59.396 INFO O| Oct 16 19:54:59.395 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96852024-10-16T19:55:00.337Z[ host-image] Oct 16 19:54:59.396 INFO O| Oct 16 19:54:59.396 INFO STEP 155 (remove_files) COMPLETE
96862024-10-16T19:55:00.339Z[ host-image] Oct 16 19:54:59.396 INFO O| Oct 16 19:54:59.396 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96872024-10-16T19:55:00.352Z[ host-image] Oct 16 19:54:59.411 INFO O| Oct 16 19:54:59.411 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96882024-10-16T19:55:00.355Z[ host-image] Oct 16 19:54:59.411 INFO O| Oct 16 19:54:59.411 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96892024-10-16T19:55:09.900Z[ host-image] Oct 16 19:55:08.956 INFO O| Oct 16 19:55:08.956 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
96902024-10-16T19:55:09.901Z[ host-image] Oct 16 19:55:08.956 INFO O| Oct 16 19:55:08.956 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96912024-10-16T19:55:09.916Z[ host-image] Oct 16 19:55:08.972 INFO O| Oct 16 19:55:08.972 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "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", "SVCCFG_CHECKHASH": "1"}
96922024-10-16T19:55:09.999Z[ host-image] Oct 16 19:55:09.055 INFO O| Oct 16 19:55:09.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96932024-10-16T19:55:09.999Z[ host-image] Oct 16 19:55:09.055 INFO O| Oct 16 19:55:09.055 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96942024-10-16T19:55:10.002Z[ host-image] Oct 16 19:55:09.056 INFO O| Oct 16 19:55:09.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96952024-10-16T19:55:10.002Z[ host-image] Oct 16 19:55:09.057 INFO O| Oct 16 19:55:09.056 INFO ok!
96962024-10-16T19:55:10.002Z[ host-image] Oct 16 19:55:09.057 INFO O| Oct 16 19:55:09.056 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96972024-10-16T19:55:10.002Z[ host-image] Oct 16 19:55:09.057 INFO O| Oct 16 19:55:09.057 INFO STEP 156 (seed_smf) COMPLETE
96982024-10-16T19:55:10.002Z[ host-image] Oct 16 19:55:09.057 INFO O| Oct 16 19:55:09.057 INFO steps complete; finalising image!
96992024-10-16T19:55:10.002Z[ host-image] Oct 16 19:55:09.057 INFO O| Oct 16 19:55:09.057 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97002024-10-16T19:55:10.141Z[ host-image] Oct 16 19:55:09.196 INFO O| Oct 16 19:55:09.196 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 16 19:55:09 2024)
97012024-10-16T19:55:10.364Z[ host-image] Oct 16 19:55:09.419 INFO O| Oct 16 19:55:09.419 INFO temporary pool has 684M used, 148M avail, 1.86x compressratio
97022024-10-16T19:55:10.364Z[ host-image] Oct 16 19:55:09.419 INFO O| Oct 16 19:55:09.419 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97032024-10-16T19:55:10.663Z[ host-image] Oct 16 19:55:09.719 INFO O| Oct 16 19:55:09.719 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97042024-10-16T19:55:10.663Z[ host-image] Oct 16 19:55:09.719 INFO O| Oct 16 19:55:09.719 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97052024-10-16T19:55:11.690Z[ host-image] Oct 16 19:55:10.745 INFO O| Oct 16 19:55:10.745 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97062024-10-16T19:55:11.690Z[ host-image] Oct 16 19:55:10.745 INFO O| Oct 16 19:55:10.745 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97072024-10-16T19:55:11.693Z[ host-image] Oct 16 19:55:10.745 INFO O| Oct 16 19:55:10.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97082024-10-16T19:55:11.693Z[ host-image] Oct 16 19:55:10.745 INFO O| Oct 16 19:55:10.745 INFO completed processing gimlet/zfs
97092024-10-16T19:55:11.693Z[ host-image] Oct 16 19:55:10.745 INFO O| Oct 16 19:55:10.745 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97102024-10-16T19:55:19.381Z[ host-image] Oct 16 19:55:18.434 INFO O| Oct 16 19:55:18.434 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97112024-10-16T19:55:19.464Z[ host-image] Oct 16 19:55:18.517 INFO BUILD STRING "heads/stlouis-0-g33fa570ff4\n"
97122024-10-16T19:55:19.464Z[ host-image] Oct 16 19:55:18.517 INFO expanded image name: "ci ee7ff3f/${os_short_commit} 2024-10-16 19:25" -> "ci ee7ff3f/33fa570 2024-10-16 19:25"
97132024-10-16T19:55:19.467Z[ host-image] Oct 16 19:55:18.517 INFO output artefacts stored in: "/work/os-host"
97142024-10-16T19:55:19.467Z[ host-image] Oct 16 19:55:18.517 INFO collecting git info from project "pinprick"...
97152024-10-16T19:55:19.469Z[ host-image] Oct 16 19:55:18.522 INFO collecting git info from project "amd-host-image-builder"...
97162024-10-16T19:55:19.483Z[ host-image] Oct 16 19:55:18.536 INFO collecting git info from project "bootserver"...
97172024-10-16T19:55:19.487Z[ host-image] Oct 16 19:55:18.540 INFO collecting git info from project "image-builder"...
97182024-10-16T19:55:19.491Z[ host-image] Oct 16 19:55:18.545 INFO collecting git info from project "phbl"...
97192024-10-16T19:55:19.496Z[ host-image] Oct 16 19:55:18.549 INFO collecting git info from project "pilot"...
97202024-10-16T19:55:19.501Z[ host-image] Oct 16 19:55:18.554 INFO collecting git info from project "amd-firmware"...
97212024-10-16T19:55:19.509Z[ host-image] Oct 16 19:55:18.563 INFO collecting git info from project "chelsio-t6-roms"...
97222024-10-16T19:55:19.514Z[ host-image] Oct 16 19:55:18.567 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97232024-10-16T19:55:19.882Z[ host-image] Oct 16 19:55:18.934 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97242024-10-16T19:55:20.229Z[ host-image] Oct 16 19:55:19.281 INFO creating Oxide boot image...
97252024-10-16T19:55:20.229Z[ host-image] Oct 16 19:55:19.281 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ee7ff3f/33fa570 2024-10-16 19:25", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97262024-10-16T19:55:21.146Z[ host-image] Oct 16 19:55:20.198 INFO O| ok, image written!
97272024-10-16T19:55:21.146Z[ host-image] Oct 16 19:55:20.198 INFO O| ok, boot_image_csum file written!
97282024-10-16T19:55:21.148Z[ host-image] Oct 16 19:55:20.201 INFO creating boot archive (CPIO)...
97292024-10-16T19:55:21.148Z[ host-image] Oct 16 19:55:20.201 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
97302024-10-16T19:55:21.157Z[ host-image] Oct 16 19:55:20.210 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97312024-10-16T19:55:21.160Z[ host-image] Oct 16 19:55:20.210 INFO E| + outfile=/work/os-host/cpio
97322024-10-16T19:55:21.160Z[ host-image] Oct 16 19:55:20.210 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97332024-10-16T19:55:21.160Z[ host-image] Oct 16 19:55:20.212 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97342024-10-16T19:55:21.160Z[ host-image] Oct 16 19:55:20.212 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97352024-10-16T19:55:21.192Z[ host-image] Oct 16 19:55:20.244 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97362024-10-16T19:55:21.192Z[ host-image] Oct 16 19:55:20.244 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97372024-10-16T19:55:21.199Z[ host-image] Oct 16 19:55:20.251 INFO creating compressed cpio/unix for nanobl-rs...
97382024-10-16T19:55:21.201Z[ host-image] Oct 16 19:55:20.251 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
97392024-10-16T19:55:21.493Z[ host-image] Oct 16 19:55:20.545 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97402024-10-16T19:55:25.856Z[ host-image] Oct 16 19:55:24.907 INFO creating reset image...
97412024-10-16T19:55:25.859Z[ host-image] Oct 16 19:55:24.908 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97422024-10-16T19:55:25.948Z[ host-image] Oct 16 19:55:24.999 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97432024-10-16T19:55:25.951Z[ host-image] Oct 16 19:55:25.000 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97442024-10-16T19:55:26.008Z[ host-image] Oct 16 19:55:25.059 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97452024-10-16T19:55:27.814Z[ host-image] Oct 16 19:55:26.864 INFO E| Finished `release` profile [optimized] target(s) in 1.85s
97462024-10-16T19:55:27.825Z[ host-image] Oct 16 19:55:26.876 INFO building host image...
97472024-10-16T19:55:27.827Z[ host-image] Oct 16 19:55:26.876 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")
97482024-10-16T19:55:28.314Z[ host-image] Oct 16 19:55:27.365 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97492024-10-16T19:56:15.413Z[ host-image] Oct 16 19:56:14.450 INFO image complete! materials are in "/work/os-host"
97502024-10-16T19:56:15.416Z[ host-image]
97512024-10-16T19:56:15.416Z[ host-image] real 9:29.301320432
97522024-10-16T19:56:15.416Z[ host-image] user 4:50.140075481
97532024-10-16T19:56:15.416Z[ host-image] sys 54.103667081
97542024-10-16T19:56:15.418Z[ host-image] trap 0.196332416
97552024-10-16T19:56:15.418Z[ host-image] tflt 0.002375194
97562024-10-16T19:56:15.418Z[ host-image] dflt 0.058337186
97572024-10-16T19:56:15.418Z[ host-image] kflt 0.000000000
97582024-10-16T19:56:15.419Z[ host-image] lock 7:02.353185210
97592024-10-16T19:56:15.419Z[ host-image] slp 52:00.700859682
97602024-10-16T19:56:15.419Z[ host-image] lat 1:28.461859512
97612024-10-16T19:56:15.419Z[ host-image] stop 0.713985505
97622024-10-16T19:56:15.419ZOct 16 19:56:14.454 INFO [host-image] process exited with exit status: 0 (569.318365088s)
97632024-10-16T19:56:15.419ZOct 16 19:56:14.454 INFO [tuf-repo] running task
97642024-10-16T19:56:22.234ZOct 16 19:56:21.270 INFO assembling repository in `/tmp/tufaceousbVC3mN`, component: OmicronRepoAssembler
97652024-10-16T19:56:27.451ZOct 16 19:56:26.485 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97662024-10-16T19:56:27.659ZOct 16 19:56:26.693 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97672024-10-16T19:56:39.182ZOct 16 19:56:38.213 INFO [tuf-repo] task succeeded (23.758856485s)
97682024-10-16T19:56:39.183ZOct 16 19:56:38.213 INFO all jobs completed in 1897.120529326s
97692024-10-16T19:56:39.766Zprocess exited: duration 2509555 ms, exit code 0
 
97702024-10-16T19:56:39.776Zfound 33 output files
97712024-10-16T19:56:39.777Zuploading: /work/manifest.toml (8404 bytes)
97722024-10-16T19:56:40.789Zuploaded: /work/manifest.toml
97732024-10-16T19:56:40.789Zuploading: /work/repo.zip (1849803227 bytes)
97742024-10-16T19:57:06.099Zuploaded: /work/repo.zip
97752024-10-16T19:57:06.099Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97762024-10-16T19:57:07.116Zuploaded: /work/repo.zip.sha256.txt
97772024-10-16T19:57:07.117Zuploading: /work/helios-setup.log (65538 bytes)
97782024-10-16T19:57:08.130Zuploaded: /work/helios-setup.log
97792024-10-16T19:57:08.131Zuploading: /work/host-image.log (194444 bytes)
97802024-10-16T19:57:09.145Zuploaded: /work/host-image.log
97812024-10-16T19:57:09.147Zuploading: /work/host-package.log (22320 bytes)
97822024-10-16T19:57:10.157Zuploaded: /work/host-package.log
97832024-10-16T19:57:10.157Zuploading: /work/host-target.log (101 bytes)
97842024-10-16T19:57:11.168Zuploaded: /work/host-target.log
97852024-10-16T19:57:11.169Zuploading: /work/omicron-package.log (5011 bytes)
97862024-10-16T19:57:12.177Zuploaded: /work/omicron-package.log
97872024-10-16T19:57:12.179Zuploading: /work/phbl-toolchain.log (881 bytes)
97882024-10-16T19:57:13.186Zuploaded: /work/phbl-toolchain.log
97892024-10-16T19:57:13.186Zuploading: /work/recovery-image.log (591961 bytes)
97902024-10-16T19:57:14.207Zuploaded: /work/recovery-image.log
97912024-10-16T19:57:14.210Zuploading: /work/recovery-package.log (321 bytes)
97922024-10-16T19:57:15.216Zuploaded: /work/recovery-package.log
97932024-10-16T19:57:15.216Zuploading: /work/recovery-target.log (57 bytes)
97942024-10-16T19:57:16.224Zuploaded: /work/recovery-target.log
97952024-10-16T19:57:16.224Zuploading: /work/stamp-clickhouse.log (117 bytes)
97962024-10-16T19:57:17.233Zuploaded: /work/stamp-clickhouse.log
97972024-10-16T19:57:17.233Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97982024-10-16T19:57:18.243Zuploaded: /work/stamp-clickhouse_keeper.log
97992024-10-16T19:57:18.248Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98002024-10-16T19:57:19.255Zuploaded: /work/stamp-cockroachdb.log
98012024-10-16T19:57:19.255Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98022024-10-16T19:57:20.262Zuploaded: /work/stamp-crucible-dtrace.log
98032024-10-16T19:57:20.262Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98042024-10-16T19:57:21.269Zuploaded: /work/stamp-crucible-pantry-zone.log
98052024-10-16T19:57:21.272Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98062024-10-16T19:57:22.279Zuploaded: /work/stamp-crucible-zone.log
98072024-10-16T19:57:22.279Zuploading: /work/stamp-external-dns.log (119 bytes)
98082024-10-16T19:57:23.288Zuploaded: /work/stamp-external-dns.log
98092024-10-16T19:57:23.288Zuploading: /work/stamp-installinator.log (103 bytes)
98102024-10-16T19:57:24.296Zuploaded: /work/stamp-installinator.log
98112024-10-16T19:57:24.296Zuploading: /work/stamp-internal-dns.log (119 bytes)
98122024-10-16T19:57:25.306Zuploaded: /work/stamp-internal-dns.log
98132024-10-16T19:57:25.306Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98142024-10-16T19:57:26.314Zuploaded: /work/stamp-mg-ddm-gz.log
98152024-10-16T19:57:26.314Zuploading: /work/stamp-nexus.log (112 bytes)
98162024-10-16T19:57:27.323Zuploaded: /work/stamp-nexus.log
98172024-10-16T19:57:27.323Zuploading: /work/stamp-ntp.log (110 bytes)
98182024-10-16T19:57:28.331Zuploaded: /work/stamp-ntp.log
98192024-10-16T19:57:28.331Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98202024-10-16T19:57:29.340Zuploaded: /work/stamp-omicron-sled-agent.log
98212024-10-16T19:57:29.340Zuploading: /work/stamp-overlay.log (114 bytes)
98222024-10-16T19:57:30.348Zuploaded: /work/stamp-overlay.log
98232024-10-16T19:57:30.348Zuploading: /work/stamp-oximeter.log (115 bytes)
98242024-10-16T19:57:31.357Zuploaded: /work/stamp-oximeter.log
98252024-10-16T19:57:31.357Zuploading: /work/stamp-oxlog.log (109 bytes)
98262024-10-16T19:57:32.369Zuploaded: /work/stamp-oxlog.log
98272024-10-16T19:57:32.369Zuploading: /work/stamp-probe.log (112 bytes)
98282024-10-16T19:57:33.389Zuploaded: /work/stamp-probe.log
98292024-10-16T19:57:33.389Zuploading: /work/stamp-propolis-server.log (122 bytes)
98302024-10-16T19:57:34.410Zuploaded: /work/stamp-propolis-server.log
98312024-10-16T19:57:34.411Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98322024-10-16T19:57:35.422Zuploaded: /work/stamp-pumpkind-gz.log
98332024-10-16T19:57:35.422Zuploading: /work/stamp-switch-asic.log (118 bytes)
98342024-10-16T19:57:36.430Zuploaded: /work/stamp-switch-asic.log
98352024-10-16T19:57:36.430Zuploading: /work/verify-libraries.log (3720 bytes)
98362024-10-16T19:57:37.439Zuploaded: /work/verify-libraries.log