01JE41H9TYMPSK7PG8GK8YHGD2: 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: 01JE41HTQM1X78A4QEBKK09SSD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-02T16:00:25.251Zjob assigned to worker 01JE41HRDWPZF8PXVQQJHJXNBW [factory aws, i-0ba90b5498ff79970] (queued for 1 m 10 s)
 
22024-12-02T16:00:33.147Zstarting task 0: "setup"
32024-12-02T16:00:33.157Z++ uname -s
42024-12-02T16:00:33.159Z+ kern=SunOS
52024-12-02T16:00:33.159Z+ case "$kern" in
62024-12-02T16:00:33.159Z+ groupadd -g 12345 build
72024-12-02T16:00:33.162Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-02T16:00:35.167Z+ zfs create -o mountpoint=/work rpool/work
92024-12-02T16:00:35.247Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-02T16:00:35.250Z+ home_fs=zfs
112024-12-02T16:00:35.250Z+ [[ zfs == autofs ]]
122024-12-02T16:00:35.250Z+ mkdir -p /home/build
132024-12-02T16:00:35.252Z+ chown build:build /home/build /work
142024-12-02T16:00:37.253Z+ chmod 0700 /home/build /work
152024-12-02T16:00:37.256Zprocess exited: duration 4108 ms, exit code 0
 
162024-12-02T16:00:37.261Zstarting task 1: "rust-toolchain"
172024-12-02T16:00:37.266Z+ printf ' * toolchain channel = "%s"
182024-12-02T16:00:37.266Z' 1.81.0
192024-12-02T16:00:37.266Z+ printf ' * toolchain profile = "%s"
202024-12-02T16:00:37.266Z * toolchain channel = "1.81.0"
212024-12-02T16:00:37.266Z' default
222024-12-02T16:00:37.266Z * toolchain profile = "default"
232024-12-02T16:00:37.275Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-02T16:00:37.275Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-02T16:00:37.389Zinfo: downloading installer
262024-12-02T16:00:39.048Zinfo: profile set to 'default'
272024-12-02T16:00:39.048Zinfo: default host triple is x86_64-unknown-illumos
282024-12-02T16:00:39.050Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-02T16:00:39.199Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-02T16:00:39.200Zinfo: downloading component 'cargo'
312024-12-02T16:00:40.034Zinfo: downloading component 'clippy'
322024-12-02T16:00:40.345Zinfo: downloading component 'rust-docs'
332024-12-02T16:00:41.510Zinfo: downloading component 'rust-std'
342024-12-02T16:00:43.319Zinfo: downloading component 'rustc'
352024-12-02T16:00:49.792Zinfo: downloading component 'rustfmt'
362024-12-02T16:00:50.043Zinfo: installing component 'cargo'
372024-12-02T16:00:50.849Zinfo: installing component 'clippy'
382024-12-02T16:00:51.204Zinfo: installing component 'rust-docs'
392024-12-02T16:00:52.826Zinfo: installing component 'rust-std'
402024-12-02T16:00:54.464Zinfo: installing component 'rustc'
412024-12-02T16:00:59.955Zinfo: installing component 'rustfmt'
422024-12-02T16:01:00.278Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-02T16:01:00.278Z
442024-12-02T16:01:00.637Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-02T16:01:00.637Z
462024-12-02T16:01:00.640Z
472024-12-02T16:01:00.640ZRust is installed now. Great!
482024-12-02T16:01:00.640Z
492024-12-02T16:01:00.640ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-02T16:01:00.640Zenvironment variable. This has not been done automatically.
512024-12-02T16:01:00.640Z
522024-12-02T16:01:00.640ZTo configure your current shell, you need to source
532024-12-02T16:01:00.640Zthe corresponding env file under $HOME/.cargo.
542024-12-02T16:01:00.640Z
552024-12-02T16:01:00.640ZThis is usually done by running one of the following (note the leading DOT):
562024-12-02T16:01:00.640Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-02T16:01:00.640Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-02T16:01:00.708Z+ rustc --version
592024-12-02T16:01:00.769Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-02T16:01:00.772Zprocess exited: duration 23508 ms, exit code 0
 
612024-12-02T16:01:00.776Zstarting task 2: "authentication"
622024-12-02T16:01:00.797Zprocess exited: duration 20 ms, exit code 0
 
632024-12-02T16:01:00.803Zstarting task 3: "clone repository"
642024-12-02T16:01:00.806Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-02T16:01:00.809Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-02T16:01:01.548ZCloning into '/work/oxidecomputer/omicron'...
672024-12-02T16:01:08.720Z+ cd /work/oxidecomputer/omicron
682024-12-02T16:01:08.721Z+ git fetch origin 86522dc9102036feccd3de257415fc594cbc98e1
692024-12-02T16:01:09.039ZFrom https://github.com/oxidecomputer/omicron
702024-12-02T16:01:09.039Z * branch 86522dc9102036feccd3de257415fc594cbc98e1 -> FETCH_HEAD
712024-12-02T16:01:09.048Z+ [[ -n john/fix-oximeter-refresh-stops-on-failure ]]
722024-12-02T16:01:09.050Z++ git branch --show-current
732024-12-02T16:01:09.052Z+ current=main
742024-12-02T16:01:09.052Z+ [[ main != john/fix-oximeter-refresh-stops-on-failure ]]
752024-12-02T16:01:09.052Z+ git branch -f john/fix-oximeter-refresh-stops-on-failure 86522dc9102036feccd3de257415fc594cbc98e1
762024-12-02T16:01:09.055Z+ git checkout -f john/fix-oximeter-refresh-stops-on-failure
772024-12-02T16:01:09.227ZSwitched to branch 'john/fix-oximeter-refresh-stops-on-failure'
782024-12-02T16:01:09.229Z+ git reset --hard 86522dc9102036feccd3de257415fc594cbc98e1
792024-12-02T16:01:09.394ZHEAD is now at 86522dc91 use slog-error-chain to get more details on errors
802024-12-02T16:01:09.396Zprocess exited: duration 8592 ms, exit code 0
 
812024-12-02T16:01:09.403Zstarting task 4: "build"
822024-12-02T16:01:09.406Z+ source .github/buildomat/ci-env.sh
832024-12-02T16:01:09.409Z++ export CARGO_TERM_COLOR=always
842024-12-02T16:01:09.409Z++ CARGO_TERM_COLOR=always
852024-12-02T16:01:09.410Z+ cargo --version
862024-12-02T16:01:09.455Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-02T16:01:09.458Z+ rustc --version
882024-12-02T16:01:09.517Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-02T16:01:09.520Z+ cargo tree --locked
902024-12-02T16:01:09.770Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-02T16:01:10.051Z Updating crates.io index
922024-12-02T16:01:10.053Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-02T16:01:10.735Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-02T16:01:11.140Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-02T16:01:11.415Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-02T16:01:11.718Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-02T16:01:12.536Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-02T16:01:15.115Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-02T16:01:16.409Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-02T16:01:17.247Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-02T16:01:17.540Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-02T16:01:17.983Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-02T16:01:18.723Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-02T16:01:18.996Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-02T16:01:19.469Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-02T16:01:19.702Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-02T16:01:20.009Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-02T16:01:20.291Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-02T16:01:20.575Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-02T16:01:20.877Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-02T16:01:21.287Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-02T16:01:21.587Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-02T16:01:22.087Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-02T16:01:22.628Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-02T16:01:23.138Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-02T16:01:23.527Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-02T16:01:23.885Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-02T16:01:24.153Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-02T16:01:24.452Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-02T16:01:26.090Z Downloading crates ...
1212024-12-02T16:01:26.232Z Downloaded ciborium v0.2.2
1222024-12-02T16:01:26.240Z Downloaded event-listener v5.3.1
1232024-12-02T16:01:26.242Z Downloaded escape8259 v0.5.3
1242024-12-02T16:01:26.248Z Downloaded event-listener-strategy v0.5.2
1252024-12-02T16:01:26.251Z Downloaded errno v0.3.9
1262024-12-02T16:01:26.253Z Downloaded addr2line v0.24.2
1272024-12-02T16:01:26.256Z Downloaded fancy-regex v0.13.0
1282024-12-02T16:01:26.259Z Downloaded adler2 v2.0.0
1292024-12-02T16:01:26.261Z Downloaded fallible-iterator v0.3.0
1302024-12-02T16:01:26.264Z Downloaded event-listener v2.5.3
1312024-12-02T16:01:26.264Z Downloaded fallible-iterator v0.2.0
1322024-12-02T16:01:26.266Z Downloaded expectorate v1.1.0
1332024-12-02T16:01:26.268Z Downloaded aes v0.8.4
1342024-12-02T16:01:26.271Z Downloaded aead v0.5.2
1352024-12-02T16:01:26.274Z Downloaded allocator-api2 v0.2.18
1362024-12-02T16:01:26.278Z Downloaded ahash v0.8.11
1372024-12-02T16:01:26.281Z Downloaded fd-lock v4.0.2
1382024-12-02T16:01:26.283Z Downloaded async-bb8-diesel v0.2.1
1392024-12-02T16:01:26.286Z Downloaded fastrand v2.1.1
1402024-12-02T16:01:26.288Z Downloaded fatfs v0.3.6
1412024-12-02T16:01:26.292Z Downloaded flate2 v1.0.34
1422024-12-02T16:01:26.298Z Downloaded fragile v2.0.0
1432024-12-02T16:01:26.301Z Downloaded fnv v1.0.7
1442024-12-02T16:01:26.303Z Downloaded float-ord v0.3.2
1452024-12-02T16:01:26.303Z Downloaded fixedbitset v0.4.2
1462024-12-02T16:01:26.305Z Downloaded foreign-types v0.5.0
1472024-12-02T16:01:26.307Z Downloaded foreign-types-shared v0.1.1
1482024-12-02T16:01:26.310Z Downloaded foreign-types-macros v0.2.3
1492024-12-02T16:01:26.310Z Downloaded async-stream-impl v0.3.6
1502024-12-02T16:01:26.310Z Downloaded async-process v2.3.0
1512024-12-02T16:01:26.313Z Downloaded atty v0.2.14
1522024-12-02T16:01:26.316Z Downloaded ascii-canvas v3.0.0
1532024-12-02T16:01:26.316Z Downloaded async-executor v1.13.1
1542024-12-02T16:01:26.319Z Downloaded flagset v0.4.6
1552024-12-02T16:01:26.322Z Downloaded atomicwrites v0.4.4
1562024-12-02T16:01:26.322Z Downloaded anstyle-parse v0.2.5
1572024-12-02T16:01:26.325Z Downloaded ghash v0.5.1
1582024-12-02T16:01:26.327Z Downloaded fxhash v0.2.1
1592024-12-02T16:01:26.330Z Downloaded async-global-executor v2.4.1
1602024-12-02T16:01:26.330Z Downloaded async-attributes v1.1.2
1612024-12-02T16:01:26.332Z Downloaded anstyle v1.0.10
1622024-12-02T16:01:26.335Z Downloaded futures-util v0.3.31
1632024-12-02T16:01:26.347Z Downloaded http-body v1.0.1
1642024-12-02T16:01:26.350Z Downloaded async-object-pool v0.1.5
1652024-12-02T16:01:26.353Z Downloaded async-lock v3.4.0
1662024-12-02T16:01:26.353Z Downloaded array-init v0.0.4
1672024-12-02T16:01:26.353Z Downloaded headers-core v0.3.0
1682024-12-02T16:01:26.355Z Downloaded bit-vec v0.6.3
1692024-12-02T16:01:26.357Z Downloaded glob v0.3.1
1702024-12-02T16:01:26.357Z Downloaded anstream v0.6.15
1712024-12-02T16:01:26.360Z Downloaded group v0.13.0
1722024-12-02T16:01:26.363Z Downloaded chrono-tz-build v0.4.0
1732024-12-02T16:01:26.365Z Downloaded bb8 v0.8.5
1742024-12-02T16:01:26.365Z Downloaded gethostname v0.5.0
1752024-12-02T16:01:26.368Z Downloaded generic-array v0.14.7
1762024-12-02T16:01:26.370Z Downloaded castaway v0.2.3
1772024-12-02T16:01:26.370Z Downloaded http-range v0.1.5
1782024-12-02T16:01:26.373Z Downloaded cfg_aliases v0.1.1
1792024-12-02T16:01:26.373Z Downloaded cast v0.3.0
1802024-12-02T16:01:26.375Z Downloaded hubpack_derive v0.1.1
1812024-12-02T16:01:26.375Z Downloaded opaque-debug v0.3.1
1822024-12-02T16:01:26.378Z Downloaded progenitor-client v0.8.0
1832024-12-02T16:01:26.378Z Downloaded cassowary v0.3.0
1842024-12-02T16:01:26.381Z Downloaded bitfield v0.14.0
1852024-12-02T16:01:26.381Z Downloaded heck v0.5.0
1862024-12-02T16:01:26.384Z Downloaded cargo_metadata v0.18.1
1872024-12-02T16:01:26.386Z Downloaded num_threads v0.1.7
1882024-12-02T16:01:26.388Z Downloaded buf-list v1.0.3
1892024-12-02T16:01:26.388Z Downloaded atomic-waker v1.1.2
1902024-12-02T16:01:26.391Z Downloaded cfg-if v1.0.0
1912024-12-02T16:01:26.393Z Downloaded path-slash v0.1.5
1922024-12-02T16:01:26.396Z Downloaded humantime v2.1.0
1932024-12-02T16:01:26.396Z Downloaded http-body-util v0.1.2
1942024-12-02T16:01:26.399Z Downloaded blocking v1.6.1
1952024-12-02T16:01:26.401Z Downloaded hashlink v0.9.1
1962024-12-02T16:01:26.403Z Downloaded getrandom v0.2.15
1972024-12-02T16:01:26.406Z Downloaded globset v0.4.15
1982024-12-02T16:01:26.409Z Downloaded sigpipe v0.1.3
1992024-12-02T16:01:26.409Z Downloaded pretty-hex v0.2.1
2002024-12-02T16:01:26.411Z Downloaded serde-big-array v0.5.1
2012024-12-02T16:01:26.413Z Downloaded home v0.5.9
2022024-12-02T16:01:26.413Z Downloaded futures-channel v0.3.31
2032024-12-02T16:01:26.416Z Downloaded cbc v0.1.2
2042024-12-02T16:01:26.418Z Downloaded hubpack v0.1.2
2052024-12-02T16:01:26.420Z Downloaded pem v3.0.4
2062024-12-02T16:01:26.423Z Downloaded psl-types v2.0.11
2072024-12-02T16:01:26.423Z Downloaded phf_codegen v0.11.2
2082024-12-02T16:01:26.423Z Downloaded async-trait v0.1.83
2092024-12-02T16:01:26.426Z Downloaded anyhow v1.0.93
2102024-12-02T16:01:26.431Z Downloaded progenitor-macro v0.8.0
2112024-12-02T16:01:26.434Z Downloaded camino v1.1.9
2122024-12-02T16:01:26.436Z Downloaded hash32 v0.3.1
2132024-12-02T16:01:26.439Z Downloaded take_mut v0.2.2
2142024-12-02T16:01:26.439Z Downloaded cancel-safe-futures v0.1.5
2152024-12-02T16:01:26.441Z Downloaded resolv-conf v0.7.0
2162024-12-02T16:01:26.444Z Downloaded hickory-client v0.24.1
2172024-12-02T16:01:26.446Z Downloaded parking v2.2.1
2182024-12-02T16:01:26.449Z Downloaded arc-swap v1.7.1
2192024-12-02T16:01:26.452Z Downloaded yoke-derive v0.7.4
2202024-12-02T16:01:26.454Z Downloaded httparse v1.9.5
2212024-12-02T16:01:26.458Z Downloaded ciborium-io v0.2.2
2222024-12-02T16:01:26.460Z Downloaded subtle v2.6.1
2232024-12-02T16:01:26.460Z Downloaded strsim v0.11.1
2242024-12-02T16:01:26.462Z Downloaded target-triple v0.1.3
2252024-12-02T16:01:26.465Z Downloaded blake2b_simd v1.0.2
2262024-12-02T16:01:26.465Z Downloaded powerfmt v0.2.0
2272024-12-02T16:01:26.467Z Downloaded pin-project-internal v1.1.6
2282024-12-02T16:01:26.469Z Downloaded base64ct v1.6.0
2292024-12-02T16:01:26.472Z Downloaded untrusted v0.7.1
2302024-12-02T16:01:26.474Z Downloaded predicates-core v1.0.8
2312024-12-02T16:01:26.474Z Downloaded highway v1.2.0
2322024-12-02T16:01:26.477Z Downloaded signature v2.2.0
2332024-12-02T16:01:26.479Z Downloaded bzip2 v0.4.4
2342024-12-02T16:01:26.482Z Downloaded cstr-argument v0.1.2
2352024-12-02T16:01:26.482Z Downloaded quick-error v1.2.3
2362024-12-02T16:01:26.484Z Downloaded rustls-native-certs v0.7.3
2372024-12-02T16:01:26.486Z Downloaded tinystr v0.7.6
2382024-12-02T16:01:26.488Z Downloaded sha2 v0.10.8
2392024-12-02T16:01:26.491Z Downloaded rustls-pemfile v1.0.4
2402024-12-02T16:01:26.493Z Downloaded tui-tree-widget v0.22.0
2412024-12-02T16:01:26.496Z Downloaded httptest v0.16.1
2422024-12-02T16:01:26.499Z Downloaded hmac v0.12.1
2432024-12-02T16:01:26.501Z Downloaded is_ci v1.2.0
2442024-12-02T16:01:26.501Z Downloaded dtrace-parser v0.2.0
2452024-12-02T16:01:26.504Z Downloaded which v4.4.2
2462024-12-02T16:01:26.504Z Downloaded derive_builder_macro v0.20.2
2472024-12-02T16:01:26.506Z Downloaded slog-stdlog v4.1.1
2482024-12-02T16:01:26.509Z Downloaded crc v3.2.1
2492024-12-02T16:01:26.511Z Downloaded structmeta v0.2.0
2502024-12-02T16:01:26.513Z Downloaded parking_lot v0.11.2
2512024-12-02T16:01:26.516Z Downloaded slog-scope v4.4.0
2522024-12-02T16:01:26.516Z Downloaded slog-async v2.8.0
2532024-12-02T16:01:26.519Z Downloaded progenitor-impl v0.8.0
2542024-12-02T16:01:26.521Z Downloaded dyn-clone v1.0.17
2552024-12-02T16:01:26.524Z Downloaded blake2 v0.10.6
2562024-12-02T16:01:26.526Z Downloaded match_cfg v0.1.0
2572024-12-02T16:01:26.526Z Downloaded nested v0.1.1
2582024-12-02T16:01:26.528Z Downloaded matches v0.1.10
2592024-12-02T16:01:26.530Z Downloaded target-spec v3.2.2
2602024-12-02T16:01:26.532Z Downloaded normalize-line-endings v0.3.0
2612024-12-02T16:01:26.532Z Downloaded tinytemplate v1.2.1
2622024-12-02T16:01:26.535Z Downloaded nodrop v0.1.14
2632024-12-02T16:01:26.535Z Downloaded untrusted v0.9.0
2642024-12-02T16:01:26.537Z Downloaded backtrace v0.3.74
2652024-12-02T16:01:26.542Z Downloaded hyper-rustls v0.26.0
2662024-12-02T16:01:26.545Z Downloaded zerovec-derive v0.10.3
2672024-12-02T16:01:26.547Z Downloaded tokio-tungstenite v0.24.0
2682024-12-02T16:01:26.550Z Downloaded cmake v0.1.51
2692024-12-02T16:01:26.552Z Downloaded clap_lex v0.7.2
2702024-12-02T16:01:26.554Z Downloaded whoami v1.5.2
2712024-12-02T16:01:26.556Z Downloaded rustls-pemfile v2.2.0
2722024-12-02T16:01:26.558Z Downloaded subprocess v0.2.9
2732024-12-02T16:01:26.561Z Downloaded ed25519 v2.2.3
2742024-12-02T16:01:26.564Z Downloaded dunce v1.0.5
2752024-12-02T16:01:26.566Z Downloaded russh-cryptovec v0.7.3
2762024-12-02T16:01:26.568Z Downloaded base64 v0.21.7
2772024-12-02T16:01:26.571Z Downloaded kv-log-macro v1.0.7
2782024-12-02T16:01:26.573Z Downloaded kstat-rs v0.2.4
2792024-12-02T16:01:26.576Z Downloaded oso v0.27.3
2802024-12-02T16:01:26.578Z Downloaded chacha20poly1305 v0.10.1
2812024-12-02T16:01:26.580Z Downloaded maplit v1.0.2
2822024-12-02T16:01:26.583Z Downloaded csv-core v0.1.11
2832024-12-02T16:01:26.585Z Downloaded idna_adapter v1.2.0
2842024-12-02T16:01:26.585Z Downloaded tinyvec v1.8.0
2852024-12-02T16:01:26.588Z Downloaded packed_struct v0.10.1
2862024-12-02T16:01:26.590Z Downloaded packed_struct_codegen v0.10.1
2872024-12-02T16:01:26.592Z Downloaded oorandom v11.1.4
2882024-12-02T16:01:26.595Z Downloaded lalrpop-util v0.19.12
2892024-12-02T16:01:26.595Z Downloaded piper v0.2.4
2902024-12-02T16:01:26.597Z Downloaded toml v0.8.19
2912024-12-02T16:01:26.600Z Downloaded tinyvec_macros v0.1.1
2922024-12-02T16:01:26.602Z Downloaded usdt-attr-macro v0.5.0
2932024-12-02T16:01:26.602Z Downloaded try-lock v0.2.5
2942024-12-02T16:01:26.605Z Downloaded toml v0.7.8
2952024-12-02T16:01:26.608Z Downloaded usdt-macro v0.5.0
2962024-12-02T16:01:26.608Z Downloaded plotters-backend v0.3.7
2972024-12-02T16:01:26.610Z Downloaded rand_xorshift v0.3.0
2982024-12-02T16:01:26.612Z Downloaded primeorder v0.13.6
2992024-12-02T16:01:26.612Z Downloaded derive_builder v0.20.2
3002024-12-02T16:01:26.618Z Downloaded heapless v0.7.17
3012024-12-02T16:01:26.622Z Downloaded rustc-hash v2.0.0
3022024-12-02T16:01:26.624Z Downloaded r2d2 v0.8.10
3032024-12-02T16:01:26.627Z Downloaded jobserver v0.1.32
3042024-12-02T16:01:26.629Z Downloaded serde_repr v0.1.19
3052024-12-02T16:01:26.631Z Downloaded darling_macro v0.20.10
3062024-12-02T16:01:26.631Z Downloaded rustc_version v0.4.1
3072024-12-02T16:01:26.634Z Downloaded ref-cast v1.0.23
3082024-12-02T16:01:26.636Z Downloaded convert_case v0.4.0
3092024-12-02T16:01:26.639Z Downloaded simd-adler32 v0.3.7
3102024-12-02T16:01:26.641Z Downloaded serde_regex v1.1.0
3112024-12-02T16:01:26.641Z Downloaded hickory-server v0.24.1
3122024-12-02T16:01:26.647Z Downloaded ssh-cipher v0.2.0
3132024-12-02T16:01:26.650Z Downloaded string_cache v0.8.7
3142024-12-02T16:01:26.653Z Downloaded postcard v1.0.10
3152024-12-02T16:01:26.656Z Downloaded dirs-next v2.0.0
3162024-12-02T16:01:26.656Z Downloaded smallvec v0.6.14
3172024-12-02T16:01:26.659Z Downloaded equivalent v1.0.1
3182024-12-02T16:01:26.659Z Downloaded derive_builder_core v0.20.2
3192024-12-02T16:01:26.661Z Downloaded pem-rfc7468 v0.7.0
3202024-12-02T16:01:26.663Z Downloaded password-hash v0.4.2
3212024-12-02T16:01:26.665Z Downloaded partial-io v0.5.4
3222024-12-02T16:01:26.668Z Downloaded mirai-annotations v1.12.0
3232024-12-02T16:01:26.670Z Downloaded rustc-demangle v0.1.24
3242024-12-02T16:01:26.671Z Downloaded openssl-probe v0.1.5
3252024-12-02T16:01:26.673Z Downloaded openssl-macros v0.1.1
3262024-12-02T16:01:26.673Z Downloaded thiserror v1.0.69
3272024-12-02T16:01:26.678Z Downloaded zerofrom-derive v0.1.4
3282024-12-02T16:01:26.681Z Downloaded usdt v0.5.0
3292024-12-02T16:01:26.681Z Downloaded zerocopy v0.6.6
3302024-12-02T16:01:26.684Z Downloaded xattr v1.3.1
3312024-12-02T16:01:26.686Z Downloaded wyz v0.5.1
3322024-12-02T16:01:26.688Z Downloaded tls_codec v0.4.1
3332024-12-02T16:01:26.691Z Downloaded rustc-hash v1.1.0
3342024-12-02T16:01:26.694Z Downloaded rust-argon2 v2.1.0
3352024-12-02T16:01:26.694Z Downloaded ecdsa v0.16.9
3362024-12-02T16:01:26.696Z Downloaded cc v1.1.30
3372024-12-02T16:01:26.699Z Downloaded oso-derive v0.27.3
3382024-12-02T16:01:26.702Z Downloaded term v0.7.0
3392024-12-02T16:01:26.704Z Downloaded shlex v1.3.0
3402024-12-02T16:01:26.707Z Downloaded zeroize_derive v1.4.2
3412024-12-02T16:01:26.709Z Downloaded debug-ignore v1.0.5
3422024-12-02T16:01:26.709Z Downloaded data-encoding v2.6.0
3432024-12-02T16:01:26.712Z Downloaded hashbrown v0.12.3
3442024-12-02T16:01:26.716Z Downloaded is_terminal_polyfill v1.70.1
3452024-12-02T16:01:26.718Z Downloaded is-terminal v0.4.13
3462024-12-02T16:01:26.721Z Downloaded sqlparser_derive v0.2.2
3472024-12-02T16:01:26.721Z Downloaded tar v0.4.42
3482024-12-02T16:01:26.724Z Downloaded sync_wrapper v1.0.1
3492024-12-02T16:01:26.726Z Downloaded strum_macros v0.24.3
3502024-12-02T16:01:26.728Z Downloaded num_enum v0.5.11
3512024-12-02T16:01:26.732Z Downloaded signal-hook-tokio v0.3.1
3522024-12-02T16:01:26.734Z Downloaded hickory-resolver v0.24.1
3532024-12-02T16:01:26.738Z Downloaded pin-utils v0.1.0
3542024-12-02T16:01:26.740Z Downloaded num v0.4.3
3552024-12-02T16:01:26.743Z Downloaded tower-service v0.3.3
3562024-12-02T16:01:26.743Z Downloaded lru-cache v0.1.2
3572024-12-02T16:01:26.745Z Downloaded env_logger v0.11.5
3582024-12-02T16:01:26.747Z Downloaded proc-macro-crate v3.2.0
3592024-12-02T16:01:26.749Z Downloaded scopeguard v1.2.0
3602024-12-02T16:01:26.751Z Downloaded salsa20 v0.10.2
3612024-12-02T16:01:26.751Z Downloaded rand_seeder v0.3.0
3622024-12-02T16:01:26.755Z Downloaded rand_chacha v0.3.1
3632024-12-02T16:01:26.758Z Downloaded usdt-impl v0.5.0
3642024-12-02T16:01:26.758Z Downloaded tokio-rustls v0.26.0
3652024-12-02T16:01:26.761Z Downloaded want v0.3.1
3662024-12-02T16:01:26.761Z Downloaded textwrap v0.16.1
3672024-12-02T16:01:26.764Z Downloaded serde_path_to_error v0.1.16
3682024-12-02T16:01:26.766Z Downloaded phf v0.11.2
3692024-12-02T16:01:26.769Z Downloaded unicode-properties v0.1.3
3702024-12-02T16:01:26.771Z Downloaded trybuild v1.0.101
3712024-12-02T16:01:26.774Z Downloaded ssh-encoding v0.2.0
3722024-12-02T16:01:26.777Z Downloaded crossbeam-deque v0.8.5
3732024-12-02T16:01:26.780Z Downloaded once_cell v1.20.2
3742024-12-02T16:01:26.783Z Downloaded endian-type v0.1.2
3752024-12-02T16:01:26.783Z Downloaded dhcproto-macros v0.1.0
3762024-12-02T16:01:26.783Z Downloaded write16 v1.0.0
3772024-12-02T16:01:26.785Z Downloaded semver v0.1.20
3782024-12-02T16:01:26.788Z Downloaded russh-keys v0.45.0
3792024-12-02T16:01:26.790Z Downloaded polyval v0.6.2
3802024-12-02T16:01:26.793Z Downloaded pin-project-lite v0.2.14
3812024-12-02T16:01:26.796Z Downloaded postgres-protocol v0.6.7
3822024-12-02T16:01:26.798Z Downloaded similar-asserts v1.6.0
3832024-12-02T16:01:26.801Z Downloaded rand_core v0.6.4
3842024-12-02T16:01:26.805Z Downloaded num-conv v0.1.0
3852024-12-02T16:01:26.805Z Downloaded signal-hook-registry v1.4.2
3862024-12-02T16:01:26.808Z Downloaded url v2.5.3
3872024-12-02T16:01:26.810Z Downloaded threadpool v1.8.1
3882024-12-02T16:01:26.810Z Downloaded termcolor v1.4.1
3892024-12-02T16:01:26.813Z Downloaded unicode-truncate v1.1.0
3902024-12-02T16:01:26.815Z Downloaded litemap v0.7.3
3912024-12-02T16:01:26.818Z Downloaded writeable v0.5.5
3922024-12-02T16:01:26.820Z Downloaded phf_shared v0.10.0
3932024-12-02T16:01:26.820Z Downloaded cookie v0.18.1
3942024-12-02T16:01:26.823Z Downloaded ron v0.7.1
3952024-12-02T16:01:26.828Z Downloaded proc-macro-error v1.0.4
3962024-12-02T16:01:26.831Z Downloaded proc-macro-crate v1.3.1
3972024-12-02T16:01:26.834Z Downloaded serde_derive v1.0.215
3982024-12-02T16:01:26.836Z Downloaded omicron-zone-package v0.11.1
3992024-12-02T16:01:26.839Z Downloaded defmt-parser v0.3.4
4002024-12-02T16:01:26.841Z Downloaded indoc v2.0.5
4012024-12-02T16:01:26.844Z Downloaded thread_local v1.1.8
4022024-12-02T16:01:26.847Z Downloaded const_format_proc_macros v0.2.33
4032024-12-02T16:01:26.850Z Downloaded serde_plain v1.0.2
4042024-12-02T16:01:26.850Z Downloaded env_logger v0.10.2
4052024-12-02T16:01:26.853Z Downloaded tempfile v3.13.0
4062024-12-02T16:01:26.856Z Downloaded inout v0.1.3
4072024-12-02T16:01:26.859Z Downloaded indoc v1.0.9
4082024-12-02T16:01:26.861Z Downloaded impl-trait-for-tuples v0.2.2
4092024-12-02T16:01:26.864Z Downloaded managed v0.8.0
4102024-12-02T16:01:26.866Z Downloaded lru v0.12.5
4112024-12-02T16:01:26.868Z Downloaded vte_generate_state_changes v0.1.2
4122024-12-02T16:01:26.868Z Downloaded icu_properties v1.5.1
4132024-12-02T16:01:26.871Z Downloaded cipher v0.4.4
4142024-12-02T16:01:26.873Z Downloaded zone_cfg_derive v0.1.2
4152024-12-02T16:01:26.876Z Downloaded parse-display v0.10.0
4162024-12-02T16:01:26.876Z Downloaded num-derive v0.4.2
4172024-12-02T16:01:26.880Z Downloaded peg v0.8.4
4182024-12-02T16:01:26.882Z Downloaded phf_shared v0.11.2
4192024-12-02T16:01:26.885Z Downloaded pbkdf2 v0.12.2
4202024-12-02T16:01:26.885Z Downloaded unsafe-libyaml v0.2.11
4212024-12-02T16:01:26.889Z Downloaded mio v1.0.2
4222024-12-02T16:01:26.895Z Downloaded crossterm v0.28.1
4232024-12-02T16:01:26.903Z Downloaded instant v0.1.13
4242024-12-02T16:01:26.905Z Downloaded zip v0.6.6
4252024-12-02T16:01:26.909Z Downloaded compact_str v0.8.0
4262024-12-02T16:01:26.913Z Downloaded guppy v0.17.8
4272024-12-02T16:01:26.920Z Downloaded parse-size v1.1.0
4282024-12-02T16:01:26.922Z Downloaded rand_distr v0.4.3
4292024-12-02T16:01:26.925Z Downloaded tls_codec_derive v0.4.1
4302024-12-02T16:01:26.927Z Downloaded similar v2.6.0
4312024-12-02T16:01:26.932Z Downloaded precomputed-hash v0.1.1
4322024-12-02T16:01:26.934Z Downloaded crc-catalog v2.4.0
4332024-12-02T16:01:26.937Z Downloaded constant_time_eq v0.3.1
4342024-12-02T16:01:26.937Z Downloaded cobs v0.2.3
4352024-12-02T16:01:26.940Z Downloaded version_check v0.9.5
4362024-12-02T16:01:26.940Z Downloaded pkcs8 v0.10.2
4372024-12-02T16:01:26.942Z Downloaded native-tls v0.2.12
4382024-12-02T16:01:26.947Z Downloaded typenum v1.17.0
4392024-12-02T16:01:26.949Z Downloaded embedded-io v0.4.0
4402024-12-02T16:01:26.952Z Downloaded crossbeam-epoch v0.9.18
4412024-12-02T16:01:26.955Z Downloaded hashbrown v0.15.0
4422024-12-02T16:01:26.958Z Downloaded time-core v0.1.2
4432024-12-02T16:01:26.961Z Downloaded ipnetwork v0.20.0
4442024-12-02T16:01:26.963Z Downloaded maybe-uninit v2.0.0
4452024-12-02T16:01:26.966Z Downloaded serde_with_macros v3.11.0
4462024-12-02T16:01:26.966Z Downloaded crossbeam-utils v0.8.20
4472024-12-02T16:01:26.969Z Downloaded termtree v0.4.1
4482024-12-02T16:01:26.972Z Downloaded rayon-core v1.12.1
4492024-12-02T16:01:26.974Z Downloaded tracing-attributes v0.1.27
4502024-12-02T16:01:26.977Z Downloaded radium v0.7.0
4512024-12-02T16:01:26.979Z Downloaded ppv-lite86 v0.2.20
4522024-12-02T16:01:26.982Z Downloaded x509-cert v0.2.5
4532024-12-02T16:01:26.988Z Downloaded hyper v1.5.0
4542024-12-02T16:01:26.994Z Downloaded cookie_store v0.21.0
4552024-12-02T16:01:26.997Z Downloaded criterion-plot v0.5.0
4562024-12-02T16:01:27.003Z Downloaded vsss-rs v3.3.4
4572024-12-02T16:01:27.005Z Downloaded serde-hex v0.1.0
4582024-12-02T16:01:27.005Z Downloaded crc32fast v1.4.2
4592024-12-02T16:01:27.008Z Downloaded russh v0.45.0
4602024-12-02T16:01:27.013Z Downloaded sct v0.7.1
4612024-12-02T16:01:27.016Z Downloaded toml_edit v0.19.15
4622024-12-02T16:01:27.034Z Downloaded termios v0.3.3
4632024-12-02T16:01:27.036Z Downloaded hkdf v0.12.4
4642024-12-02T16:01:27.038Z Downloaded structmeta-derive v0.3.0
4652024-12-02T16:01:27.041Z Downloaded multer v3.1.0
4662024-12-02T16:01:27.043Z Downloaded sync-ptr v0.1.1
4672024-12-02T16:01:27.043Z Downloaded tokio-native-tls v0.3.1
4682024-12-02T16:01:27.046Z Downloaded num-rational v0.4.2
4692024-12-02T16:01:27.048Z Downloaded swrite v0.1.0
4702024-12-02T16:01:27.051Z Downloaded tokio-postgres v0.7.12
4712024-12-02T16:01:27.054Z Downloaded tokio-macros v2.4.0
4722024-12-02T16:01:27.056Z Downloaded vergen v8.3.2
4732024-12-02T16:01:27.058Z Downloaded thread-id v4.2.2
4742024-12-02T16:01:27.061Z Downloaded pest_generator v2.7.14
4752024-12-02T16:01:27.064Z Downloaded scroll_derive v0.12.0
4762024-12-02T16:01:27.064Z Downloaded zerofrom v0.1.4
4772024-12-02T16:01:27.066Z Downloaded display-error-chain v0.2.2
4782024-12-02T16:01:27.066Z Downloaded difflib v0.4.0
4792024-12-02T16:01:27.066Z Downloaded reedline v0.35.0
4802024-12-02T16:01:27.074Z Downloaded new_debug_unreachable v1.0.6
4812024-12-02T16:01:27.077Z Downloaded crunchy v0.2.2
4822024-12-02T16:01:27.077Z Downloaded libefi-sys v0.1.0
4832024-12-02T16:01:27.079Z Downloaded crucible-workspace-hack v0.1.0
4842024-12-02T16:01:27.079Z Downloaded mime v0.3.17
4852024-12-02T16:01:27.082Z Downloaded md-5 v0.10.6
4862024-12-02T16:01:27.084Z Downloaded schemars_derive v0.8.21
4872024-12-02T16:01:27.085Z Downloaded vte v0.11.1
4882024-12-02T16:01:27.087Z Downloaded num_cpus v1.16.0
4892024-12-02T16:01:27.090Z Downloaded parse-display-derive v0.10.0
4902024-12-02T16:01:27.092Z Downloaded snafu-derive v0.8.5
4912024-12-02T16:01:27.095Z Downloaded blake3 v1.5.4
4922024-12-02T16:01:27.101Z Downloaded same-file v1.0.6
4932024-12-02T16:01:27.103Z Downloaded rtoolbox v0.0.2
4942024-12-02T16:01:27.106Z Downloaded secrecy v0.8.0
4952024-12-02T16:01:27.108Z Downloaded supports-color v3.0.1
4962024-12-02T16:01:27.108Z Downloaded darling v0.20.10
4972024-12-02T16:01:27.112Z Downloaded time-macros v0.2.18
4982024-12-02T16:01:27.115Z Downloaded unicode-linebreak v0.1.5
4992024-12-02T16:01:27.118Z Downloaded topological-sort v0.2.2
5002024-12-02T16:01:27.118Z Downloaded crc-any v2.5.0
5012024-12-02T16:01:27.120Z Downloaded utf8_iter v1.0.4
5022024-12-02T16:01:27.123Z Downloaded waitgroup v0.1.2
5032024-12-02T16:01:27.123Z Downloaded utf8parse v0.2.2
5042024-12-02T16:01:27.126Z Downloaded iana-time-zone v0.1.61
5052024-12-02T16:01:27.128Z Downloaded chrono v0.4.38
5062024-12-02T16:01:27.135Z Downloaded dof v0.3.0
5072024-12-02T16:01:27.137Z Downloaded downcast v0.11.0
5082024-12-02T16:01:27.139Z Downloaded goblin v0.8.2
5092024-12-02T16:01:27.145Z Downloaded olpc-cjson v0.1.4
5102024-12-02T16:01:27.147Z Downloaded lazycell v1.3.0
5112024-12-02T16:01:27.149Z Downloaded mime_guess v2.0.5
5122024-12-02T16:01:27.151Z Downloaded owo-colors v4.1.0
5132024-12-02T16:01:27.153Z Downloaded lazy_static v1.5.0
5142024-12-02T16:01:27.156Z Downloaded minimal-lexical v0.2.1
5152024-12-02T16:01:27.159Z Downloaded pathdiff v0.2.2
5162024-12-02T16:01:27.162Z Downloaded async-std v1.13.0
5172024-12-02T16:01:27.181Z Downloaded peg-runtime v0.8.3
5182024-12-02T16:01:27.184Z Downloaded spki v0.7.3
5192024-12-02T16:01:27.184Z Downloaded parking_lot_core v0.8.6
5202024-12-02T16:01:27.186Z Downloaded ron v0.8.1
5212024-12-02T16:01:27.192Z Downloaded unicase v2.7.0
5222024-12-02T16:01:27.194Z Downloaded synstructure v0.13.1
5232024-12-02T16:01:27.196Z Downloaded semver v1.0.23
5242024-12-02T16:01:27.198Z Downloaded walkdir v2.5.0
5252024-12-02T16:01:27.200Z Downloaded yasna v0.5.2
5262024-12-02T16:01:27.203Z Downloaded clang-sys v1.8.1
5272024-12-02T16:01:27.205Z Downloaded zopfli v0.8.1
5282024-12-02T16:01:27.208Z Downloaded icu_locid v1.5.0
5292024-12-02T16:01:27.213Z Downloaded pretty-hex v0.4.1
5302024-12-02T16:01:27.216Z Downloaded snafu v0.8.5
5312024-12-02T16:01:27.221Z Downloaded percent-encoding v2.3.1
5322024-12-02T16:01:27.224Z Downloaded pbkdf2 v0.11.0
5332024-12-02T16:01:27.226Z Downloaded ident_case v1.0.1
5342024-12-02T16:01:27.229Z Downloaded quick-xml v0.33.0
5352024-12-02T16:01:27.233Z Downloaded sqlformat v0.2.6
5362024-12-02T16:01:27.236Z Downloaded poly1305 v0.8.0
5372024-12-02T16:01:27.238Z Downloaded serde_derive_internals v0.29.1
5382024-12-02T16:01:27.241Z Downloaded icu_provider_macros v1.5.0
5392024-12-02T16:01:27.243Z Downloaded toolchain_find v0.4.0
5402024-12-02T16:01:27.243Z Downloaded password-hash v0.5.0
5412024-12-02T16:01:27.246Z Downloaded serde_yaml v0.9.34+deprecated
5422024-12-02T16:01:27.250Z Downloaded utf-8 v0.7.6
5432024-12-02T16:01:27.253Z Downloaded reqwest v0.12.9
5442024-12-02T16:01:27.260Z Downloaded md5 v0.7.0
5452024-12-02T16:01:27.263Z Downloaded defmt-macros v0.3.9
5462024-12-02T16:01:27.265Z Downloaded curve25519-dalek-derive v0.1.1
5472024-12-02T16:01:27.267Z Downloaded toml_datetime v0.6.8
5482024-12-02T16:01:27.267Z Downloaded spin v0.5.2
5492024-12-02T16:01:27.270Z Downloaded tabled_derive v0.7.0
5502024-12-02T16:01:27.272Z Downloaded deranged v0.3.11
5512024-12-02T16:01:27.272Z Downloaded xz2 v0.1.7
5522024-12-02T16:01:27.275Z Downloaded static_assertions v1.1.0
5532024-12-02T16:01:27.277Z Downloaded papergrid v0.11.0
5542024-12-02T16:01:27.280Z Downloaded zone_cfg_derive v0.3.0
5552024-12-02T16:01:27.283Z Downloaded nibble_vec v0.1.0
5562024-12-02T16:01:27.285Z Downloaded plotters-svg v0.3.7
5572024-12-02T16:01:27.285Z Downloaded peg-macros v0.8.4
5582024-12-02T16:01:27.287Z Downloaded schemars v0.8.21
5592024-12-02T16:01:27.298Z Downloaded rpassword v7.3.1
5602024-12-02T16:01:27.300Z Downloaded vcpkg v0.2.15
5612024-12-02T16:01:27.336Z Downloaded signal-hook-mio v0.2.4
5622024-12-02T16:01:27.339Z Downloaded pkg-config v0.3.31
5632024-12-02T16:01:27.339Z Downloaded memmap v0.7.0
5642024-12-02T16:01:27.342Z Downloaded unarray v0.1.4
5652024-12-02T16:01:27.342Z Downloaded const-oid v0.9.6
5662024-12-02T16:01:27.344Z Downloaded defmt v0.3.8
5672024-12-02T16:01:27.348Z Downloaded stable_deref_trait v1.2.0
5682024-12-02T16:01:27.350Z Downloaded rstest_macros v0.23.0
5692024-12-02T16:01:27.352Z Downloaded rustyline v14.0.0
5702024-12-02T16:01:27.357Z Downloaded newtype_derive v0.1.6
5712024-12-02T16:01:27.360Z Downloaded doc-comment v0.3.3
5722024-12-02T16:01:27.360Z Downloaded diesel_table_macro_syntax v0.2.0
5732024-12-02T16:01:27.362Z Downloaded newline-converter v0.3.0
5742024-12-02T16:01:27.362Z Downloaded number_prefix v0.4.0
5752024-12-02T16:01:27.364Z Downloaded terminal_size v0.4.0
5762024-12-02T16:01:27.364Z Downloaded rustversion v1.0.17
5772024-12-02T16:01:27.367Z Downloaded wait-timeout v0.2.0
5782024-12-02T16:01:27.370Z Downloaded multimap v0.10.0
5792024-12-02T16:01:27.370Z Downloaded memoffset v0.9.1
5802024-12-02T16:01:27.372Z Downloaded rusty-fork v0.3.0
5812024-12-02T16:01:27.375Z Downloaded samael v0.0.17
5822024-12-02T16:01:27.378Z Downloaded siphasher v0.3.11
5832024-12-02T16:01:27.381Z Downloaded unicode-ident v1.0.13
5842024-12-02T16:01:27.383Z Downloaded zone v0.3.0
5852024-12-02T16:01:27.385Z Downloaded zone v0.1.8
5862024-12-02T16:01:27.386Z Downloaded icu_collections v1.5.0
5872024-12-02T16:01:27.391Z Downloaded strum_macros v0.25.3
5882024-12-02T16:01:27.393Z Downloaded zerocopy-derive v0.7.35
5892024-12-02T16:01:27.398Z Downloaded colorchoice v1.0.2
5902024-12-02T16:01:27.400Z Downloaded git2 v0.19.0
5912024-12-02T16:01:27.408Z Downloaded tabwriter v1.4.0
5922024-12-02T16:01:27.410Z Downloaded utf16_iter v1.0.5
5932024-12-02T16:01:27.413Z Downloaded stringprep v0.1.5
5942024-12-02T16:01:27.413Z Downloaded lockfree-object-pool v0.1.6
5952024-12-02T16:01:27.415Z Downloaded shell-words v1.1.0
5962024-12-02T16:01:27.417Z Downloaded concurrent-queue v2.5.0
5972024-12-02T16:01:27.419Z Downloaded progenitor v0.8.0
5982024-12-02T16:01:27.421Z Downloaded yoke v0.7.4
5992024-12-02T16:01:27.421Z Downloaded uzers v0.12.1
6002024-12-02T16:01:27.424Z Downloaded signal-hook v0.3.17
6012024-12-02T16:01:27.427Z Downloaded petname v2.0.2
6022024-12-02T16:01:27.433Z Downloaded icu_normalizer_data v1.5.0
6032024-12-02T16:01:27.435Z Downloaded ucd-trie v0.1.7
6042024-12-02T16:01:27.438Z Downloaded dhcproto v0.12.0
6052024-12-02T16:01:27.440Z Downloaded stringmetrics v2.2.2
6062024-12-02T16:01:27.443Z Downloaded rustfmt-wrapper v0.2.1
6072024-12-02T16:01:27.446Z Downloaded crypto-bigint v0.5.5
6082024-12-02T16:01:27.450Z Downloaded plain v0.2.3
6092024-12-02T16:01:27.453Z Downloaded colored v2.1.0
6102024-12-02T16:01:27.455Z Downloaded linked-hash-map v0.5.6
6112024-12-02T16:01:27.455Z Downloaded ed25519-dalek v2.1.1
6122024-12-02T16:01:27.460Z Downloaded rand v0.8.5
6132024-12-02T16:01:27.463Z Downloaded console v0.15.8
6142024-12-02T16:01:27.466Z Downloaded hyper-util v0.1.10
6152024-12-02T16:01:27.470Z Downloaded lock_api v0.4.12
6162024-12-02T16:01:27.472Z Downloaded libtest-mimic v0.7.3
6172024-12-02T16:01:27.476Z Downloaded rustls-pki-types v1.9.0
6182024-12-02T16:01:27.478Z Downloaded icu_provider v1.5.0
6192024-12-02T16:01:27.480Z Downloaded derive-where v1.2.7
6202024-12-02T16:01:27.484Z Downloaded tokio-rustls v0.24.1
6212024-12-02T16:01:27.486Z Downloaded spin v0.9.8
6222024-12-02T16:01:27.489Z Downloaded parse-zoneinfo v0.3.1
6232024-12-02T16:01:27.491Z Downloaded zip v2.1.3
6242024-12-02T16:01:27.496Z Downloaded tokio-tungstenite v0.21.0
6252024-12-02T16:01:27.499Z Downloaded icu_locid_transform_data v1.5.0
6262024-12-02T16:01:27.501Z Downloaded syn v1.0.109
6272024-12-02T16:01:27.512Z Downloaded uuid v1.11.0
6282024-12-02T16:01:27.514Z Downloaded unicode-width v0.2.0
6292024-12-02T16:01:27.521Z Downloaded num-traits v0.2.19
6302024-12-02T16:01:27.523Z Downloaded der v0.7.9
6312024-12-02T16:01:27.529Z Downloaded crossbeam-channel v0.5.13
6322024-12-02T16:01:27.533Z Downloaded pretty_assertions v1.4.1
6332024-12-02T16:01:27.535Z Downloaded lalrpop v0.19.12
6342024-12-02T16:01:27.547Z Downloaded yansi v1.0.1
6352024-12-02T16:01:27.550Z Downloaded rayon v1.10.0
6362024-12-02T16:01:27.559Z Downloaded time v0.3.36
6372024-12-02T16:01:27.566Z Downloaded p521 v0.13.3
6382024-12-02T16:01:27.571Z Downloaded gimli v0.31.1
6392024-12-02T16:01:27.579Z Downloaded prettyplease v0.2.25
6402024-12-02T16:01:27.582Z Downloaded unicode_categories v0.1.1
6412024-12-02T16:01:27.585Z Downloaded rustls-webpki v0.101.7
6422024-12-02T16:01:27.599Z Downloaded memchr v2.7.4
6432024-12-02T16:01:27.604Z Downloaded zerocopy-derive v0.8.10
6442024-12-02T16:01:27.611Z Downloaded quinn v0.11.5
6452024-12-02T16:01:27.614Z Downloaded libm v0.2.8
6462024-12-02T16:01:27.622Z Downloaded tough v0.19.0
6472024-12-02T16:01:27.631Z Downloaded itertools v0.13.0
6482024-12-02T16:01:27.638Z Downloaded idna v0.5.0
6492024-12-02T16:01:27.645Z Downloaded idna v0.4.0
6502024-12-02T16:01:27.652Z Downloaded icu_properties_data v1.5.0
6512024-12-02T16:01:27.663Z Downloaded libxml v0.3.3
6522024-12-02T16:01:27.669Z Downloaded zerocopy v0.7.35
6532024-12-02T16:01:27.684Z Downloaded serde_json v1.0.132
6542024-12-02T16:01:27.691Z Downloaded quinn-proto v0.11.8
6552024-12-02T16:01:27.698Z Downloaded zerocopy v0.8.10
6562024-12-02T16:01:27.721Z Downloaded unicode-width v0.1.14
6572024-12-02T16:01:27.726Z Downloaded bstr v1.10.0
6582024-12-02T16:01:27.737Z Downloaded idna v0.2.3
6592024-12-02T16:01:27.743Z Downloaded chrono-tz v0.10.0
6602024-12-02T16:01:27.751Z Downloaded plotters v0.3.7
6612024-12-02T16:01:27.760Z Downloaded hickory-proto v0.24.1
6622024-12-02T16:01:27.775Z Downloaded rustls v0.22.4
6632024-12-02T16:01:27.789Z Downloaded salty v0.3.0
6642024-12-02T16:01:27.795Z Downloaded regress v0.9.1
6652024-12-02T16:01:27.803Z Downloaded regress v0.10.1
6662024-12-02T16:01:27.812Z Downloaded idna v0.3.0
6672024-12-02T16:01:27.819Z Downloaded rustls v0.21.12
6682024-12-02T16:01:27.831Z Downloaded radix_trie v0.2.1
6692024-12-02T16:01:27.836Z Downloaded object v0.36.5
6702024-12-02T16:01:27.848Z Downloaded diesel v2.2.4
6712024-12-02T16:01:27.866Z Downloaded regex v1.11.1
6722024-12-02T16:01:27.879Z Downloaded smoltcp v0.9.1
6732024-12-02T16:01:27.890Z Downloaded polar-core v0.27.3
6742024-12-02T16:01:27.898Z Downloaded regex-syntax v0.8.5
6752024-12-02T16:01:27.907Z Downloaded object v0.30.4
6762024-12-02T16:01:27.917Z Downloaded regex-syntax v0.6.29
6772024-12-02T16:01:27.924Z Downloaded smoltcp v0.11.0
6782024-12-02T16:01:27.937Z Downloaded curve25519-dalek v4.1.3
6792024-12-02T16:01:27.945Z Downloaded sled v0.34.7
6802024-12-02T16:01:27.956Z Downloaded bzip2-sys v0.1.11+1.0.8
6812024-12-02T16:01:27.967Z Downloaded trust-dns-proto v0.22.0
6822024-12-02T16:01:27.979Z Downloaded typify-impl v0.2.0
6832024-12-02T16:01:27.993Z Downloaded openapiv3 v2.0.0
6842024-12-02T16:01:28.004Z Downloaded ratatui v0.28.1
6852024-12-02T16:01:28.023Z Downloaded pest v2.7.14
6862024-12-02T16:01:28.028Z Downloaded petgraph v0.6.5
6872024-12-02T16:01:28.044Z Downloaded rustix v0.38.37
6882024-12-02T16:01:28.065Z Downloaded regex-automata v0.4.8
6892024-12-02T16:01:28.082Z Downloaded rustls-webpki v0.102.8
6902024-12-02T16:01:28.098Z Downloaded zerocopy-derive v0.6.6
6912024-12-02T16:01:28.107Z Downloaded lzma-sys v0.1.20
6922024-12-02T16:01:28.134Z Downloaded webpki-roots v0.26.6
6932024-12-02T16:01:28.137Z Downloaded nix v0.29.0
6942024-12-02T16:01:28.148Z Downloaded csv v1.3.0
6952024-12-02T16:01:28.167Z Downloaded openssl v0.10.66
6962024-12-02T16:01:28.175Z Downloaded nix v0.28.0
6972024-12-02T16:01:28.186Z Downloaded dropshot v0.13.0
6982024-12-02T16:01:28.206Z Downloaded dropshot v0.12.0
6992024-12-02T16:01:28.223Z Downloaded rusqlite v0.32.1
7002024-12-02T16:01:28.229Z Downloaded tabled v0.15.0
7012024-12-02T16:01:28.244Z Downloaded syn v2.0.87
7022024-12-02T16:01:28.254Z Downloaded nix v0.27.1
7032024-12-02T16:01:28.263Z Downloaded rustls v0.23.14
7042024-12-02T16:01:28.274Z Downloaded rsa v0.9.6
7052024-12-02T16:01:28.279Z Downloaded criterion v0.5.1
7062024-12-02T16:01:28.285Z Downloaded serde_with v3.11.0
7072024-12-02T16:01:28.293Z Downloaded winnow v0.6.20
7082024-12-02T16:01:28.303Z Downloaded sqlparser v0.45.0
7092024-12-02T16:01:28.307Z Downloaded unicode-bidi v0.3.17
7102024-12-02T16:01:28.309Z Downloaded libsw v3.3.1
7112024-12-02T16:01:28.312Z Downloaded postgres-types v0.2.8
7122024-12-02T16:01:28.314Z Downloaded linear-map v1.2.0
7132024-12-02T16:01:28.314Z Downloaded memmap2 v0.9.5
7142024-12-02T16:01:28.317Z Downloaded tokio v1.40.0
7152024-12-02T16:01:28.352Z Downloaded displaydoc v0.2.5
7162024-12-02T16:01:28.354Z Downloaded strip-ansi-escapes v0.2.0
7172024-12-02T16:01:28.357Z Downloaded rstest v0.23.0
7182024-12-02T16:01:28.360Z Downloaded itertools v0.12.1
7192024-12-02T16:01:28.366Z Downloaded libc v0.2.162
7202024-12-02T16:01:28.392Z Downloaded ssh-key v0.6.6
7212024-12-02T16:01:28.399Z Downloaded p384 v0.13.0
7222024-12-02T16:01:28.404Z Downloaded proptest v1.5.0
7232024-12-02T16:01:28.413Z Downloaded sha3 v0.10.8
7242024-12-02T16:01:28.416Z Downloaded slab v0.4.9
7252024-12-02T16:01:28.419Z Downloaded path-tree v0.8.1
7262024-12-02T16:01:28.419Z Downloaded typify-macro v0.2.0
7272024-12-02T16:01:28.421Z Downloaded serde_urlencoded v0.7.1
7282024-12-02T16:01:28.421Z Downloaded serde_spanned v0.6.8
7292024-12-02T16:01:28.424Z Downloaded predicates v3.1.2
7302024-12-02T16:01:28.426Z Downloaded strum_macros v0.26.4
7312024-12-02T16:01:28.429Z Downloaded newtype-uuid v1.1.3
7322024-12-02T16:01:28.429Z Downloaded icu_locid_transform v1.5.0
7332024-12-02T16:01:28.431Z Downloaded icu_normalizer v1.5.0
7342024-12-02T16:01:28.434Z Downloaded unicode-normalization v0.1.24
7352024-12-02T16:01:28.437Z Downloaded libz-sys v1.1.20
7362024-12-02T16:01:28.457Z Downloaded itertools v0.10.5
7372024-12-02T16:01:28.463Z Downloaded der_derive v0.7.3
7382024-12-02T16:01:28.466Z Downloaded darling_core v0.20.10
7392024-12-02T16:01:28.469Z Downloaded clap v4.5.21
7402024-12-02T16:01:28.476Z Downloaded unicode-xid v0.2.6
7412024-12-02T16:01:28.479Z Downloaded tokio-stream v0.1.16
7422024-12-02T16:01:28.481Z Downloaded tokio-rustls v0.25.0
7432024-12-02T16:01:28.483Z Downloaded diff v0.1.13
7442024-12-02T16:01:28.486Z Downloaded p256 v0.13.2
7452024-12-02T16:01:28.488Z Downloaded tracing v0.1.40
7462024-12-02T16:01:28.493Z Downloaded hyper-tls v0.6.0
7472024-12-02T16:01:28.495Z Downloaded either v1.13.0
7482024-12-02T16:01:28.495Z Downloaded hyper-staticfile v0.10.1
7492024-12-02T16:01:28.498Z Downloaded clap_builder v4.5.21
7502024-12-02T16:01:28.504Z Downloaded bindgen v0.69.5
7512024-12-02T16:01:28.510Z Downloaded idna v1.0.3
7522024-12-02T16:01:28.514Z Downloaded unicode-segmentation v1.12.0
7532024-12-02T16:01:28.517Z Downloaded portable-atomic v1.9.0
7542024-12-02T16:01:28.523Z Downloaded phf_generator v0.11.2
7552024-12-02T16:01:28.526Z Downloaded nanorand v0.7.0
7562024-12-02T16:01:28.528Z Downloaded scroll v0.12.0
7572024-12-02T16:01:28.530Z Downloaded scheduled-thread-pool v0.2.7
7582024-12-02T16:01:28.530Z Downloaded num-bigint v0.4.6
7592024-12-02T16:01:28.534Z Downloaded bitvec v1.0.1
7602024-12-02T16:01:28.548Z Downloaded libloading v0.8.5
7612024-12-02T16:01:28.551Z Downloaded log v0.4.22
7622024-12-02T16:01:28.553Z Downloaded pest_meta v2.7.14
7632024-12-02T16:01:28.556Z Downloaded elliptic-curve v0.13.8
7642024-12-02T16:01:28.558Z Downloaded diesel_derives v2.2.3
7652024-12-02T16:01:28.562Z Downloaded tracing-core v0.1.32
7662024-12-02T16:01:28.564Z Downloaded quinn-udp v0.5.5
7672024-12-02T16:01:28.567Z Downloaded paste v1.0.15
7682024-12-02T16:01:28.569Z Downloaded mockall_derive v0.13.0
7692024-12-02T16:01:28.572Z Downloaded zerovec v0.10.4
7702024-12-02T16:01:28.576Z Downloaded typed-path v0.9.3
7712024-12-02T16:01:28.582Z Downloaded toml_edit v0.22.22
7722024-12-02T16:01:28.602Z Downloaded h2 v0.4.6
7732024-12-02T16:01:28.608Z Downloaded winnow v0.5.40
7742024-12-02T16:01:28.616Z Downloaded thiserror-no-std v2.0.2
7752024-12-02T16:01:28.619Z Downloaded thiserror-impl-no-std v2.0.2
7762024-12-02T16:01:28.622Z Downloaded ipnet v2.10.1
7772024-12-02T16:01:28.624Z Downloaded pin-project v1.1.6
7782024-12-02T16:01:28.632Z Downloaded const_format v0.2.33
7792024-12-02T16:01:28.636Z Downloaded httpmock v0.8.0-alpha.1
7802024-12-02T16:01:28.652Z Downloaded rcgen v0.12.1
7812024-12-02T16:01:28.655Z Downloaded hashbrown v0.14.5
7822024-12-02T16:01:28.660Z Downloaded indexmap v2.6.0
7832024-12-02T16:01:28.664Z Downloaded steno v0.4.1
7842024-12-02T16:01:28.667Z Downloaded num-iter v0.1.45
7852024-12-02T16:01:28.669Z Downloaded num-bigint-dig v0.8.4
7862024-12-02T16:01:28.672Z Downloaded smallvec v1.13.2
7872024-12-02T16:01:28.675Z Downloaded embedded-io v0.6.1
7882024-12-02T16:01:28.678Z Downloaded strum v0.26.3
7892024-12-02T16:01:28.678Z Downloaded internet-checksum v0.2.1
7902024-12-02T16:01:28.678Z Downloaded ryu v1.0.18
7912024-12-02T16:01:28.680Z Downloaded indexmap v1.9.3
7922024-12-02T16:01:28.683Z Downloaded thiserror-impl v1.0.69
7932024-12-02T16:01:28.685Z Downloaded indicatif v0.17.9
7942024-12-02T16:01:28.688Z Downloaded encoding_rs v0.8.34
7952024-12-02T16:01:28.713Z Downloaded tokio-util v0.7.12
7962024-12-02T16:01:28.719Z Downloaded tiny-keccak v2.0.2
7972024-12-02T16:01:28.721Z Downloaded structmeta-derive v0.2.0
7982024-12-02T16:01:28.724Z Downloaded structmeta v0.3.0
7992024-12-02T16:01:28.724Z Downloaded parking_lot_core v0.9.10
8002024-12-02T16:01:28.727Z Downloaded num-complex v0.4.6
8012024-12-02T16:01:28.727Z Downloaded nu-ansi-term v0.50.1
8022024-12-02T16:01:28.730Z Downloaded nom v7.1.3
8032024-12-02T16:01:28.733Z Downloaded smf v0.2.3
8042024-12-02T16:01:28.735Z Downloaded smawk v0.3.2
8052024-12-02T16:01:28.735Z Downloaded sec1 v0.7.3
8062024-12-02T16:01:28.738Z Downloaded relative-path v1.9.3
8072024-12-02T16:01:28.738Z Downloaded ref-cast-impl v1.0.23
8082024-12-02T16:01:28.740Z Downloaded proc-macro-error-attr v1.0.4
8092024-12-02T16:01:28.740Z Downloaded typify v0.2.0
8102024-12-02T16:01:28.742Z Downloaded ciborium-ll v0.2.2
8112024-12-02T16:01:28.745Z Downloaded tokio-tungstenite v0.23.1
8122024-12-02T16:01:28.747Z Downloaded instability v0.3.2
8132024-12-02T16:01:28.747Z Downloaded openssl-sys v0.9.103
8142024-12-02T16:01:28.751Z Downloaded indent_write v2.2.0
8152024-12-02T16:01:28.753Z Downloaded env_filter v0.1.2
8162024-12-02T16:01:28.756Z Downloaded enum-as-inner v0.6.1
8172024-12-02T16:01:28.756Z Downloaded enum-as-inner v0.5.1
8182024-12-02T16:01:28.758Z Downloaded diesel-dtrace v0.3.0
8192024-12-02T16:01:28.758Z Downloaded socket2 v0.5.7
8202024-12-02T16:01:28.761Z Downloaded slog v2.7.0
8212024-12-02T16:01:28.763Z Downloaded aws-lc-rs v1.10.0
8222024-12-02T16:01:28.771Z Downloaded proc-macro2 v1.0.89
8232024-12-02T16:01:28.773Z Downloaded hashbrown v0.13.2
8242024-12-02T16:01:28.777Z Downloaded test-strategy v0.3.1
8252024-12-02T16:01:28.780Z Downloaded qorb v0.2.1
8262024-12-02T16:01:28.784Z Downloaded publicsuffix v2.2.3
8272024-12-02T16:01:28.787Z Downloaded mockall v0.13.0
8282024-12-02T16:01:28.789Z Downloaded macaddr v1.0.1
8292024-12-02T16:01:28.791Z Downloaded dropshot_endpoint v0.13.0
8302024-12-02T16:01:28.794Z Downloaded miniz_oxide v0.8.0
8312024-12-02T16:01:28.797Z Downloaded dirs-sys-next v0.1.2
8322024-12-02T16:01:28.797Z Downloaded digest v0.10.7
8332024-12-02T16:01:28.800Z Downloaded http v1.1.0
8342024-12-02T16:01:28.823Z Downloaded datatest-stable v0.2.9
8352024-12-02T16:01:28.837Z Downloaded derive_more v0.99.18
8362024-12-02T16:01:28.848Z Downloaded serde v1.0.215
8372024-12-02T16:01:28.852Z Downloaded libgit2-sys v0.17.0+1.8.1
8382024-12-02T16:01:28.926Z Downloaded zeroize v1.8.1
8392024-12-02T16:01:28.929Z Downloaded ena v0.14.3
8402024-12-02T16:01:28.929Z Downloaded crypto-common v0.1.6
8412024-12-02T16:01:28.933Z Downloaded universal-hash v0.5.1
8422024-12-02T16:01:28.933Z Downloaded quote v1.0.37
8432024-12-02T16:01:28.936Z Downloaded dropshot_endpoint v0.12.0
8442024-12-02T16:01:28.940Z Downloaded tungstenite v0.24.0
8452024-12-02T16:01:28.943Z Downloaded tungstenite v0.23.0
8462024-12-02T16:01:28.946Z Downloaded tungstenite v0.21.0
8472024-12-02T16:01:28.946Z Downloaded bumpalo v3.16.0
8482024-12-02T16:01:28.949Z Downloaded des v0.8.1
8492024-12-02T16:01:28.952Z Downloaded clap_derive v4.5.18
8502024-12-02T16:01:28.954Z Downloaded heapless v0.8.0
8512024-12-02T16:01:28.956Z Downloaded half v2.4.1
8522024-12-02T16:01:28.958Z Downloaded target-lexicon v0.12.16
8532024-12-02T16:01:28.960Z Downloaded predicates-tree v1.0.11
8542024-12-02T16:01:28.961Z Downloaded pkcs5 v0.7.1
8552024-12-02T16:01:28.964Z Downloaded base64 v0.22.1
8562024-12-02T16:01:28.967Z Downloaded keccak v0.1.5
8572024-12-02T16:01:28.970Z Downloaded itoa v1.0.11
8582024-12-02T16:01:28.970Z Downloaded slog-term v2.9.1
8592024-12-02T16:01:28.972Z Downloaded slog-json v2.6.1
8602024-12-02T16:01:28.974Z Downloaded parking_lot v0.12.3
8612024-12-02T16:01:28.977Z Downloaded dsl_auto_type v0.1.2
8622024-12-02T16:01:28.977Z Downloaded ctr v0.9.2
8632024-12-02T16:01:28.979Z Downloaded polling v3.7.3
8642024-12-02T16:01:28.982Z Downloaded headers v0.4.0
8652024-12-02T16:01:28.985Z Downloaded value-bag v1.9.0
8662024-12-02T16:01:28.987Z Downloaded twox-hash v1.6.3
8672024-12-02T16:01:28.990Z Downloaded hyper-rustls v0.27.3
8682024-12-02T16:01:28.993Z Downloaded pkcs1 v0.7.5
8692024-12-02T16:01:28.995Z Downloaded tap v1.0.1
8702024-12-02T16:01:28.995Z Downloaded pest_derive v2.7.14
8712024-12-02T16:01:28.997Z Downloaded cpufeatures v0.2.14
8722024-12-02T16:01:28.997Z Downloaded bytes v1.8.0
8732024-12-02T16:01:29.003Z Downloaded slog-envlogger v2.2.0
8742024-12-02T16:01:29.003Z Downloaded slog-dtrace v0.3.0
8752024-12-02T16:01:29.003Z Downloaded slog-bunyan v2.5.0
8762024-12-02T16:01:29.006Z Downloaded serde_tokenstream v0.2.2
8772024-12-02T16:01:29.006Z Downloaded num-integer v0.1.46
8782024-12-02T16:01:29.006Z Downloaded rustc_version v0.1.7
8792024-12-02T16:01:29.009Z Downloaded rfc6979 v0.4.0
8802024-12-02T16:01:29.009Z Downloaded base64 v0.13.1
8812024-12-02T16:01:29.011Z Downloaded async-io v2.3.4
8822024-12-02T16:01:29.014Z Downloaded cfg-expr v0.17.0
8832024-12-02T16:01:29.016Z Downloaded sha1 v0.10.6
8842024-12-02T16:01:29.018Z Downloaded scrypt v0.11.0
8852024-12-02T16:01:29.018Z Downloaded futures v0.3.31
8862024-12-02T16:01:29.022Z Downloaded chacha20 v0.9.1
8872024-12-02T16:01:29.025Z Downloaded bitflags v2.6.0
8882024-12-02T16:01:29.027Z Downloaded futures-lite v2.3.0
8892024-12-02T16:01:29.029Z Downloaded num_enum_derive v0.5.11
8902024-12-02T16:01:29.032Z Downloaded async-task v4.7.1
8912024-12-02T16:01:29.032Z Downloaded camino-tempfile v1.1.1
8922024-12-02T16:01:29.034Z Downloaded blowfish v0.9.1
8932024-12-02T16:01:29.034Z Downloaded async-recursion v1.1.1
8942024-12-02T16:01:29.037Z Downloaded bytecount v0.6.8
8952024-12-02T16:01:29.040Z Downloaded block-padding v0.3.3
8962024-12-02T16:01:29.040Z Downloaded cexpr v0.6.0
8972024-12-02T16:01:29.044Z Downloaded cargo-platform v0.1.8
8982024-12-02T16:01:29.044Z Downloaded bitfield-struct v0.6.2
8992024-12-02T16:01:29.046Z Downloaded bcs v0.1.6
9002024-12-02T16:01:29.046Z Downloaded assert_cmd v2.0.16
9012024-12-02T16:01:29.046Z Downloaded fs-err v2.11.0
9022024-12-02T16:01:29.049Z Downloaded fallible-streaming-iterator v0.1.9
9032024-12-02T16:01:29.049Z Downloaded httpdate v1.0.3
9042024-12-02T16:01:29.052Z Downloaded hostname v0.4.0
9052024-12-02T16:01:29.052Z Downloaded hostname v0.3.1
9062024-12-02T16:01:29.055Z Downloaded hex-literal v0.4.1
9072024-12-02T16:01:29.055Z Downloaded heck v0.4.1
9082024-12-02T16:01:29.055Z Downloaded fs_extra v1.3.0
9092024-12-02T16:01:29.057Z Downloaded byteorder v1.5.0
9102024-12-02T16:01:29.057Z Downloaded bitflags v1.3.2
9112024-12-02T16:01:29.060Z Downloaded base16ct v0.2.0
9122024-12-02T16:01:29.063Z Downloaded block-buffer v0.10.4
9132024-12-02T16:01:29.063Z Downloaded bit-set v0.5.3
9142024-12-02T16:01:29.065Z Downloaded async-signal v0.2.10
9152024-12-02T16:01:29.065Z Downloaded assert-json-diff v2.0.2
9162024-12-02T16:01:29.065Z Downloaded async-channel v2.3.1
9172024-12-02T16:01:29.068Z Downloaded heck v0.3.3
9182024-12-02T16:01:29.068Z Downloaded hash32 v0.2.1
9192024-12-02T16:01:29.070Z Downloaded hex v0.4.3
9202024-12-02T16:01:29.070Z Downloaded bcrypt-pbkdf v0.10.0
9212024-12-02T16:01:29.072Z Downloaded futures-task v0.3.31
9222024-12-02T16:01:29.072Z Downloaded backoff v0.4.0
9232024-12-02T16:01:29.075Z Downloaded autocfg v1.4.0
9242024-12-02T16:01:29.077Z Downloaded argon2 v0.5.3
9252024-12-02T16:01:29.077Z Downloaded async-stream v0.3.6
9262024-12-02T16:01:29.080Z Downloaded async-channel v1.9.0
9272024-12-02T16:01:29.080Z Downloaded anstyle-query v1.1.1
9282024-12-02T16:01:29.082Z Downloaded guppy-workspace-hack v0.1.0
9292024-12-02T16:01:29.082Z Downloaded futures-macro v0.3.31
9302024-12-02T16:01:29.082Z Downloaded foldhash v0.1.3
9312024-12-02T16:01:29.082Z Downloaded cfg_aliases v0.2.1
9322024-12-02T16:01:29.084Z Downloaded futures-timer v3.0.3
9332024-12-02T16:01:29.084Z Downloaded futures-sink v0.3.31
9342024-12-02T16:01:29.087Z Downloaded futures-io v0.3.31
9352024-12-02T16:01:29.087Z Downloaded futures-executor v0.3.31
9362024-12-02T16:01:29.089Z Downloaded futures-core v0.3.31
9372024-12-02T16:01:29.089Z Downloaded funty v2.0.0
9382024-12-02T16:01:29.089Z Downloaded anes v0.1.6
9392024-12-02T16:01:29.092Z Downloaded arrayref v0.3.9
9402024-12-02T16:01:29.095Z Downloaded aho-corasick v1.1.3
9412024-12-02T16:01:29.097Z Downloaded aes-gcm v0.10.3
9422024-12-02T16:01:29.103Z Downloaded form_urlencoded v1.2.1
9432024-12-02T16:01:29.105Z Downloaded foreign-types-shared v0.3.1
9442024-12-02T16:01:29.105Z Downloaded foreign-types v0.3.2
9452024-12-02T16:01:29.105Z Downloaded flume v0.11.1
9462024-12-02T16:01:29.108Z Downloaded float-cmp v0.9.0
9472024-12-02T16:01:29.111Z Downloaded assert_matches v1.5.0
9482024-12-02T16:01:29.111Z Downloaded arrayvec v0.7.6
9492024-12-02T16:01:29.113Z Downloaded approx v0.5.1
9502024-12-02T16:01:29.115Z Downloaded filetime v0.2.25
9512024-12-02T16:01:29.115Z Downloaded ff v0.13.0
9522024-12-02T16:01:29.308Z Downloaded aws-lc-sys v0.22.0
9532024-12-02T16:01:29.585Z Downloaded ring v0.17.8
9542024-12-02T16:01:29.766Z Downloaded ring v0.16.20
9552024-12-02T16:01:29.842Z Downloaded libsqlite3-sys v0.30.1
9562024-12-02T16:01:30.199Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9572024-12-02T16:01:48.000Z Startup: Refreshing catalog 'helios-dev' ... Done
9582024-12-02T16:01:52.053Z Startup: Caching catalogs ... Done
9592024-12-02T16:02:01.593ZPlanning: Solver setup ... Done (8.685s)
9602024-12-02T16:02:01.715ZPlanning: Running solver ... Done (0.122s)
9612024-12-02T16:02:02.037ZPlanning: Finding local manifests ... Done (0.224s)
9622024-12-02T16:02:02.074ZPlanning: Fetching manifests: 0/5 0% complete
9632024-12-02T16:02:02.366ZPlanning: Fetching manifests: 5/5 100% complete
9642024-12-02T16:02:02.650ZPlanning: Package planning ... Done (0.284s)
9652024-12-02T16:02:02.706ZPlanning: Merging actions ... Done (0.056s)
9662024-12-02T16:02:03.723ZPlanning: Checking for conflicting actions ... Done (1.017s)
9672024-12-02T16:02:11.893ZPlanning: Consolidating action changes ... Done (8.168s)
9682024-12-02T16:02:12.272ZPlanning: Evaluating mediators ... Done (0.379s)
9692024-12-02T16:02:12.493ZPlanning: Planning completed in 20.35 seconds
9702024-12-02T16:02:13.432Z Packages to install: 4
9712024-12-02T16:02:13.432Z Packages to update: 1
9722024-12-02T16:02:13.434Z Mediators to change: 2
9732024-12-02T16:02:13.434Z Services to change: 1
9742024-12-02T16:02:13.434Z Estimated space available: 155.38 GB
9752024-12-02T16:02:13.434ZEstimated space to be consumed: 1.61 GB
9762024-12-02T16:02:13.435Z Create boot environment: No
9772024-12-02T16:02:13.435ZCreate backup boot environment: Yes
9782024-12-02T16:02:13.435Z Rebuild boot archive: No
9792024-12-02T16:02:13.435Z
9802024-12-02T16:02:13.435ZChanged mediators:
9812024-12-02T16:02:13.435Z mediator clang:
9822024-12-02T16:02:13.435Z version: None -> 15 (system default)
9832024-12-02T16:02:13.435Z
9842024-12-02T16:02:13.435Z mediator llvm:
9852024-12-02T16:02:13.435Z version: 14 (system default) -> 15 (system default)
9862024-12-02T16:02:13.435Z
9872024-12-02T16:02:13.435ZChanged packages:
9882024-12-02T16:02:13.435Zhelios-dev
9892024-12-02T16:02:13.435Z developer/build-essential
9902024-12-02T16:02:13.435Z None -> 11-2.0
9912024-12-02T16:02:13.435Z library/libxmlsec1
9922024-12-02T16:02:13.435Z None -> 1.2.35-2.0
9932024-12-02T16:02:13.435Z ooce/developer/clang-15
9942024-12-02T16:02:13.435Z None -> 15.0.7-2.0
9952024-12-02T16:02:13.435Z ooce/developer/llvm-15
9962024-12-02T16:02:13.435Z None -> 15.0.7-2.0
9972024-12-02T16:02:13.435Z package/pkg
9982024-12-02T16:02:13.435Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9992024-12-02T16:02:13.435Z
10002024-12-02T16:02:13.435ZServices:
10012024-12-02T16:02:13.435Z restart_fmri:
10022024-12-02T16:02:13.435Z svc:/system/update-man-index:default
10032024-12-02T16:02:13.435Z
10042024-12-02T16:02:13.435ZEditable files to change:
10052024-12-02T16:02:13.435Z Update:
10062024-12-02T16:02:13.435Z usr/share/lib/pkg/web/config.shtml
10072024-12-02T16:02:13.834Z
10082024-12-02T16:02:13.834ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10092024-12-02T16:02:18.863ZDownload: 1190/4281 items 62.3/220.6MB 28% complete (12.4M/s)
10102024-12-02T16:02:23.857ZDownload: 2351/4281 items 119.9/220.6MB 54% complete (12.1M/s)
10112024-12-02T16:02:28.858ZDownload: 3747/4281 items 217.8/220.6MB 98% complete (15.7M/s)
10122024-12-02T16:02:30.627ZDownload: Completed 220.60 MB in 16.79 seconds (13.1M/s)
10132024-12-02T16:02:33.158Z Actions: 1/5063 actions (Removing old actions)
10142024-12-02T16:02:33.172Z Actions: 194/5063 actions (Installing new actions)
10152024-12-02T16:02:38.212Z Actions: 4115/5063 actions (Installing new actions)
10162024-12-02T16:02:38.474Z Actions: 4226/5063 actions (Updating modified actions)
10172024-12-02T16:02:38.807Z Actions: Completed 5063 actions in 5.65 seconds.
10182024-12-02T16:02:39.032Z Done (0.218s)
10192024-12-02T16:02:39.034Z Done (0.000s)
10202024-12-02T16:02:39.577Z Done (0.542s)
10212024-12-02T16:02:45.102Z Done (5.311s)
10222024-12-02T16:02:45.429Z Done (0.260s)
10232024-12-02T16:02:45.432Z Done (0.000s)
10242024-12-02T16:02:45.588Z Done (0.000s)
10252024-12-02T16:02:46.266ZPlanning: Evaluating mediator changes ... Done
10262024-12-02T16:02:46.424ZPlanning: Checking for conflicting actions ... Done
10272024-12-02T16:02:46.427ZPlanning: Consolidating action changes ... Done
10282024-12-02T16:02:46.693ZPlanning: Evaluating mediators ... Done
10292024-12-02T16:02:46.696ZPlanning: Planning completed in 0.43 seconds
10302024-12-02T16:02:46.731Z Mediators to change: 2
10312024-12-02T16:02:46.734Z Create boot environment: No
10322024-12-02T16:02:46.734ZCreate backup boot environment: No
10332024-12-02T16:02:46.809Z Done
10342024-12-02T16:02:46.809Z Done
10352024-12-02T16:02:47.155Z Done
10362024-12-02T16:02:50.770Z Done
10372024-12-02T16:02:50.864Z Done
10382024-12-02T16:02:50.867Z Done
10392024-12-02T16:02:50.977Z Done
10402024-12-02T16:02:51.580ZPlanning: Evaluating mediator changes ... Done
10412024-12-02T16:02:51.582ZPlanning: Merging actions ... Done
10422024-12-02T16:02:51.770ZPlanning: Checking for conflicting actions ... Done
10432024-12-02T16:02:51.772ZPlanning: Consolidating action changes ... Done
10442024-12-02T16:02:52.034ZPlanning: Evaluating mediators ... Done
10452024-12-02T16:02:52.088ZPlanning: Planning completed in 0.75 seconds
10462024-12-02T16:02:52.126Z Packages to change: 1
10472024-12-02T16:02:52.126Z Mediators to change: 1
10482024-12-02T16:02:52.129Z Services to change: 1
10492024-12-02T16:02:52.129Z Create boot environment: No
10502024-12-02T16:02:52.129ZCreate backup boot environment: Yes
10512024-12-02T16:02:54.160Z Actions: 1/6 actions (Updating modified actions)
10522024-12-02T16:02:54.201Z Actions: Completed 6 actions in 0.04 seconds.
10532024-12-02T16:02:54.204Z Done
10542024-12-02T16:02:54.204Z Done
10552024-12-02T16:02:54.314Z Done
10562024-12-02T16:02:57.926Z Done
10572024-12-02T16:02:58.017Z Done
10582024-12-02T16:02:58.020Z Done
10592024-12-02T16:02:58.131Z Done
10602024-12-02T16:02:58.565ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10612024-12-02T16:02:58.565Zclang system 15 system
10622024-12-02T16:02:58.565Zcsh system system illumos
10632024-12-02T16:02:58.565Zctags system system illumos
10642024-12-02T16:02:58.566Zgcc vendor 12 vendor
10652024-12-02T16:02:58.566Zgcc system 10 system
10662024-12-02T16:02:58.566Zgcc system 7 system
10672024-12-02T16:02:58.566Zgo system 1.20 system
10682024-12-02T16:02:58.566Zgo system 1.19 system
10692024-12-02T16:02:58.566Zllvm system 15 system
10702024-12-02T16:02:58.566Zllvm system 14 system
10712024-12-02T16:02:58.566Zmariadb system 10.6 system
10722024-12-02T16:02:58.566Zmta vendor vendor dma
10732024-12-02T16:02:58.566Zopenjdk system 17 system
10742024-12-02T16:02:58.566Zopenjdk system 11 system
10752024-12-02T16:02:58.566Zopenjdk system 1.8 system
10762024-12-02T16:02:58.566Zopenssl vendor 3 vendor
10772024-12-02T16:02:58.566Zperl system 5.36 system
10782024-12-02T16:02:58.566Zpostgresql system 15 system
10792024-12-02T16:02:58.566Zpostgresql system 13 system
10802024-12-02T16:02:58.566Zpython vendor 3 vendor
10812024-12-02T16:02:58.566Zpython system 2 system
10822024-12-02T16:02:58.566Zpython3 system 3.11 system
10832024-12-02T16:02:58.566Zruby system 3.0 system
10842024-12-02T16:02:58.566Zwords vendor vendor american-english
10852024-12-02T16:02:58.566Zwords system system australian-english
10862024-12-02T16:02:58.566Zwords system system british-english
10872024-12-02T16:02:58.566Zwords system system canadian-english
10882024-12-02T16:02:58.566Zwords system system french
10892024-12-02T16:02:58.566Zwords system system italian
10902024-12-02T16:02:58.566Zwords system system ngerman
10912024-12-02T16:02:58.566Zwords system system ogerman
10922024-12-02T16:02:58.566Zwords system system spanish
10932024-12-02T16:02:58.899ZPUBLISHER TYPE STATUS P LOCATION
10942024-12-02T16:02:58.899Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10952024-12-02T16:03:01.546ZFMRI IFO
10962024-12-02T16:03:01.546Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10972024-12-02T16:03:01.546Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10982024-12-02T16:03:01.546Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10992024-12-02T16:03:01.546Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11002024-12-02T16:03:01.546Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11012024-12-02T16:03:01.546Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11022024-12-02T16:03:01.546Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11032024-12-02T16:03:01.546Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11042024-12-02T16:03:01.546Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11052024-12-02T16:03:01.546Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11062024-12-02T16:03:01.547Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11072024-12-02T16:03:01.547Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11082024-12-02T16:03:01.547Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11092024-12-02T16:03:01.547Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11102024-12-02T16:03:01.547Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11112024-12-02T16:03:02.570Z Downloading crates ...
11122024-12-02T16:03:02.700Z Downloaded cargo_toml v0.20.5
11132024-12-02T16:03:02.834Z Compiling proc-macro2 v1.0.89
11142024-12-02T16:03:02.834Z Compiling unicode-ident v1.0.13
11152024-12-02T16:03:02.836Z Compiling serde v1.0.215
11162024-12-02T16:03:02.837Z Compiling version_check v0.9.5
11172024-12-02T16:03:02.837Z Compiling memchr v2.7.4
11182024-12-02T16:03:02.856Z Compiling thiserror v1.0.69
11192024-12-02T16:03:02.858Z Compiling libc v0.2.162
11202024-12-02T16:03:02.861Z Compiling itoa v1.0.11
11212024-12-02T16:03:03.080Z Compiling ryu v1.0.18
11222024-12-02T16:03:03.093Z Compiling ucd-trie v0.1.7
11232024-12-02T16:03:03.404Z Compiling once_cell v1.20.2
11242024-12-02T16:03:03.695Z Compiling byteorder v1.5.0
11252024-12-02T16:03:03.734Z Compiling serde_json v1.0.132
11262024-12-02T16:03:04.062Z Compiling rustix v0.38.37
11272024-12-02T16:03:04.176Z Compiling bitflags v2.6.0
11282024-12-02T16:03:04.366Z Compiling proc-macro-error-attr v1.0.4
11292024-12-02T16:03:04.395Z Compiling usdt-impl v0.5.0
11302024-12-02T16:03:04.452Z Compiling syn v1.0.109
11312024-12-02T16:03:04.596Z Compiling proc-macro-error v1.0.4
11322024-12-02T16:03:04.679Z Compiling equivalent v1.0.1
11332024-12-02T16:03:04.775Z Compiling plain v0.2.3
11342024-12-02T16:03:04.854Z Compiling utf8parse v0.2.2
11352024-12-02T16:03:04.866Z Compiling log v0.4.22
11362024-12-02T16:03:04.907Z Compiling camino v1.1.9
11372024-12-02T16:03:04.923Z Compiling hashbrown v0.15.0
11382024-12-02T16:03:04.994Z Compiling anstyle-parse v0.2.5
11392024-12-02T16:03:05.239Z Compiling quote v1.0.37
11402024-12-02T16:03:05.301Z Compiling pretty-hex v0.4.1
11412024-12-02T16:03:05.518Z Compiling errno v0.3.9
11422024-12-02T16:03:05.586Z Compiling thread-id v4.2.2
11432024-12-02T16:03:05.589Z Compiling anstyle v1.0.10
11442024-12-02T16:03:05.642Z Compiling syn v2.0.87
11452024-12-02T16:03:05.739Z Compiling is_terminal_polyfill v1.70.1
11462024-12-02T16:03:05.862Z Compiling semver v1.0.23
11472024-12-02T16:03:05.951Z Compiling anstyle-query v1.1.1
11482024-12-02T16:03:06.017Z Compiling colorchoice v1.0.2
11492024-12-02T16:03:06.090Z Compiling indexmap v2.6.0
11502024-12-02T16:03:06.160Z Compiling unicode-width v0.1.14
11512024-12-02T16:03:06.171Z Compiling winnow v0.6.20
11522024-12-02T16:03:06.361Z Compiling autocfg v1.4.0
11532024-12-02T16:03:06.725Z Compiling anstream v0.6.15
11542024-12-02T16:03:07.440Z Compiling fs-err v2.11.0
11552024-12-02T16:03:07.473Z Compiling clap_lex v0.7.2
11562024-12-02T16:03:07.541Z Compiling fastrand v2.1.1
11572024-12-02T16:03:07.564Z Compiling strsim v0.11.1
11582024-12-02T16:03:07.713Z Compiling bytecount v0.6.8
11592024-12-02T16:03:07.927Z Compiling terminal_size v0.4.0
11602024-12-02T16:03:07.960Z Compiling heck v0.5.0
11612024-12-02T16:03:08.136Z Compiling fnv v1.0.7
11622024-12-02T16:03:08.149Z Compiling cfg-if v1.0.0
11632024-12-02T16:03:08.267Z Compiling anyhow v1.0.93
11642024-12-02T16:03:08.523Z Compiling heck v0.4.1
11652024-12-02T16:03:08.535Z Compiling papergrid v0.11.0
11662024-12-02T16:03:08.607Z Compiling tempfile v3.13.0
11672024-12-02T16:03:09.030Z Compiling clap_builder v4.5.21
11682024-12-02T16:03:09.357Z Compiling memmap v0.7.0
11692024-12-02T16:03:09.415Z Compiling unicode-linebreak v0.1.5
11702024-12-02T16:03:09.502Z Compiling smawk v0.3.2
11712024-12-02T16:03:09.897Z Compiling textwrap v0.16.1
11722024-12-02T16:03:09.989Z Compiling swrite v0.1.0
11732024-12-02T16:03:11.372Z Compiling tabled_derive v0.7.0
11742024-12-02T16:03:12.815Z Compiling tabled v0.15.0
11752024-12-02T16:03:14.642Z Compiling serde_derive v1.0.215
11762024-12-02T16:03:14.645Z Compiling thiserror-impl v1.0.69
11772024-12-02T16:03:14.645Z Compiling zerocopy-derive v0.7.35
11782024-12-02T16:03:14.645Z Compiling scroll_derive v0.12.0
11792024-12-02T16:03:14.645Z Compiling clap_derive v4.5.18
11802024-12-02T16:03:15.688Z Compiling scroll v0.12.0
11812024-12-02T16:03:16.176Z Compiling goblin v0.8.2
11822024-12-02T16:03:16.405Z Compiling zerocopy v0.7.35
11832024-12-02T16:03:17.359Z Compiling pest v2.7.14
11842024-12-02T16:03:18.660Z Compiling clap v4.5.21
11852024-12-02T16:03:19.554Z Compiling pest_meta v2.7.14
11862024-12-02T16:03:20.384Z Compiling pest_generator v2.7.14
11872024-12-02T16:03:22.123Z Compiling pest_derive v2.7.14
11882024-12-02T16:03:22.837Z Compiling dtrace-parser v0.2.0
11892024-12-02T16:03:24.648Z Compiling serde_spanned v0.6.8
11902024-12-02T16:03:24.648Z Compiling toml_datetime v0.6.8
11912024-12-02T16:03:24.651Z Compiling cargo-platform v0.1.8
11922024-12-02T16:03:25.046Z Compiling serde_tokenstream v0.2.2
11932024-12-02T16:03:25.091Z Compiling toml_edit v0.22.22
11942024-12-02T16:03:25.170Z Compiling macaddr v1.0.1
11952024-12-02T16:03:25.312Z Compiling camino-tempfile v1.1.1
11962024-12-02T16:03:26.144Z Compiling dof v0.3.0
11972024-12-02T16:03:26.144Z Compiling cargo_metadata v0.18.1
11982024-12-02T16:03:27.873Z Compiling toml v0.8.19
11992024-12-02T16:03:28.002Z Compiling usdt-attr-macro v0.5.0
12002024-12-02T16:03:28.002Z Compiling usdt-macro v0.5.0
12012024-12-02T16:03:28.718Z Compiling cargo_toml v0.20.5
12022024-12-02T16:03:29.299Z Compiling usdt v0.5.0
12032024-12-02T16:03:32.270Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12042024-12-02T16:03:36.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.38s
12052024-12-02T16:03:36.500Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12062024-12-02T16:03:37.331Z Compiling serde v1.0.215
12072024-12-02T16:03:37.333Z Compiling lock_api v0.4.12
12082024-12-02T16:03:37.334Z Compiling scopeguard v1.2.0
12092024-12-02T16:03:37.334Z Compiling value-bag v1.9.0
12102024-12-02T16:03:37.334Z Compiling typenum v1.17.0
12112024-12-02T16:03:37.334Z Compiling generic-array v0.14.7
12122024-12-02T16:03:37.490Z Compiling syn v2.0.87
12132024-12-02T16:03:37.505Z Compiling getrandom v0.2.15
12142024-12-02T16:03:37.651Z Compiling shlex v1.3.0
12152024-12-02T16:03:37.738Z Compiling rand_core v0.6.4
12162024-12-02T16:03:37.911Z Compiling log v0.4.22
12172024-12-02T16:03:38.033Z Compiling subtle v2.6.1
12182024-12-02T16:03:38.095Z Compiling jobserver v0.1.32
12192024-12-02T16:03:38.116Z Compiling smallvec v1.13.2
12202024-12-02T16:03:38.289Z Compiling const-oid v0.9.6
12212024-12-02T16:03:38.345Z Compiling spin v0.9.8
12222024-12-02T16:03:38.405Z Compiling pin-project-lite v0.2.14
12232024-12-02T16:03:38.521Z Compiling cc v1.1.30
12242024-12-02T16:03:38.540Z Compiling rustix v0.38.37
12252024-12-02T16:03:38.739Z Compiling parking_lot_core v0.9.10
12262024-12-02T16:03:38.812Z Compiling futures-core v0.3.31
12272024-12-02T16:03:38.982Z Compiling signal-hook-registry v1.4.2
12282024-12-02T16:03:39.021Z Compiling mio v1.0.2
12292024-12-02T16:03:39.423Z Compiling aho-corasick v1.1.3
12302024-12-02T16:03:39.834Z Compiling parking_lot v0.12.3
12312024-12-02T16:03:39.852Z Compiling cpufeatures v0.2.14
12322024-12-02T16:03:39.958Z Compiling either v1.13.0
12332024-12-02T16:03:40.166Z Compiling regex-syntax v0.8.5
12342024-12-02T16:03:40.247Z Compiling lazy_static v1.5.0
12352024-12-02T16:03:40.375Z Compiling futures-sink v0.3.31
12362024-12-02T16:03:40.378Z Compiling stable_deref_trait v1.2.0
12372024-12-02T16:03:40.478Z Compiling glob v0.3.1
12382024-12-02T16:03:40.548Z Compiling socket2 v0.5.7
12392024-12-02T16:03:40.688Z Compiling slab v0.4.9
12402024-12-02T16:03:40.764Z Compiling prettyplease v0.2.25
12412024-12-02T16:03:41.110Z Compiling minimal-lexical v0.2.1
12422024-12-02T16:03:41.414Z Compiling libloading v0.8.5
12432024-12-02T16:03:41.473Z Compiling clang-sys v1.8.1
12442024-12-02T16:03:41.499Z Compiling nom v7.1.3
12452024-12-02T16:03:41.623Z Compiling bindgen v0.69.5
12462024-12-02T16:03:41.836Z Compiling home v0.5.9
12472024-12-02T16:03:42.101Z Compiling serde_json v1.0.132
12482024-12-02T16:03:42.422Z Compiling futures-channel v0.3.31
12492024-12-02T16:03:42.439Z Compiling itertools v0.12.1
12502024-12-02T16:03:42.740Z Compiling futures-io v0.3.31
12512024-12-02T16:03:42.842Z Compiling allocator-api2 v0.2.18
12522024-12-02T16:03:43.082Z Compiling rustc-hash v1.1.0
12532024-12-02T16:03:43.241Z Compiling pin-utils v0.1.0
12542024-12-02T16:03:43.347Z Compiling lazycell v1.3.0
12552024-12-02T16:03:43.535Z Compiling foldhash v0.1.3
12562024-12-02T16:03:43.672Z Compiling futures-task v0.3.31
12572024-12-02T16:03:43.836Z Compiling regex-automata v0.4.8
12582024-12-02T16:03:43.976Z Compiling hashbrown v0.15.0
12592024-12-02T16:03:45.102Z Compiling synstructure v0.13.1
12602024-12-02T16:03:45.294Z Compiling cexpr v0.6.0
12612024-12-02T16:03:45.589Z Compiling cmake v0.1.51
12622024-12-02T16:03:46.629Z Compiling pkg-config v0.3.31
12632024-12-02T16:03:46.816Z Compiling fs_extra v1.3.0
12642024-12-02T16:03:47.011Z Compiling dunce v1.0.5
12652024-12-02T16:03:47.083Z Compiling libm v0.2.8
12662024-12-02T16:03:47.139Z Compiling tinyvec_macros v0.1.1
12672024-12-02T16:03:47.235Z Compiling tinyvec v1.8.0
12682024-12-02T16:03:47.408Z Compiling num-traits v0.2.19
12692024-12-02T16:03:47.909Z Compiling ring v0.17.8
12702024-12-02T16:03:48.244Z Compiling paste v1.0.15
12712024-12-02T16:03:48.519Z Compiling litemap v0.7.3
12722024-12-02T16:03:48.765Z Compiling unicode-normalization v0.1.24
12732024-12-02T16:03:48.807Z Compiling base64ct v1.6.0
12742024-12-02T16:03:48.867Z Compiling unicode-bidi v0.3.17
12752024-12-02T16:03:48.924Z Compiling writeable v0.5.5
12762024-12-02T16:03:49.298Z Compiling regex v1.11.1
12772024-12-02T16:03:49.504Z Compiling pem-rfc7468 v0.7.0
12782024-12-02T16:03:50.220Z Compiling flagset v0.4.6
12792024-12-02T16:03:50.238Z Compiling httparse v1.9.5
12802024-12-02T16:03:50.366Z Compiling aws-lc-rs v1.10.0
12812024-12-02T16:03:50.786Z Compiling tracing-core v0.1.32
12822024-12-02T16:03:50.986Z Compiling rustls-pki-types v1.9.0
12832024-12-02T16:03:51.532Z Compiling crossbeam-utils v0.8.20
12842024-12-02T16:03:51.813Z Compiling percent-encoding v2.3.1
12852024-12-02T16:03:51.871Z Compiling serde_derive v1.0.215
12862024-12-02T16:03:52.016Z Compiling zeroize_derive v1.4.2
12872024-12-02T16:03:52.092Z Compiling zerocopy-derive v0.7.35
12882024-12-02T16:03:52.134Z Compiling tokio-macros v2.4.0
12892024-12-02T16:03:52.156Z Compiling zerofrom-derive v0.1.4
12902024-12-02T16:03:53.590Z Compiling zeroize v1.8.1
12912024-12-02T16:03:53.710Z Compiling yoke-derive v0.7.4
12922024-12-02T16:03:54.227Z Compiling zerocopy v0.7.35
12932024-12-02T16:03:54.423Z Compiling thiserror-impl v1.0.69
12942024-12-02T16:03:55.275Z Compiling crypto-common v0.1.6
12952024-12-02T16:03:55.521Z Compiling block-buffer v0.10.4
12962024-12-02T16:03:55.752Z Compiling digest v0.10.7
12972024-12-02T16:03:55.810Z Compiling zerovec-derive v0.10.3
12982024-12-02T16:03:56.218Z Compiling zerofrom v0.1.4
12992024-12-02T16:03:56.237Z Compiling hmac v0.12.1
13002024-12-02T16:03:56.429Z Compiling futures-macro v0.3.31
13012024-12-02T16:03:56.450Z Compiling block-padding v0.3.3
13022024-12-02T16:03:56.473Z Compiling displaydoc v0.2.5
13032024-12-02T16:03:56.626Z Compiling yoke v0.7.4
13042024-12-02T16:03:56.694Z Compiling inout v0.1.3
13052024-12-02T16:03:56.963Z Compiling cipher v0.4.4
13062024-12-02T16:03:57.001Z Compiling sha2 v0.10.8
13072024-12-02T16:03:57.471Z Compiling ppv-lite86 v0.2.20
13082024-12-02T16:03:57.628Z Compiling thiserror v1.0.69
13092024-12-02T16:03:57.774Z Compiling der_derive v0.7.3
13102024-12-02T16:03:58.191Z Compiling icu_provider_macros v1.5.0
13112024-12-02T16:03:58.300Z Compiling futures-util v0.3.31
13122024-12-02T16:03:58.319Z Compiling rand_chacha v0.3.1
13132024-12-02T16:03:58.351Z Compiling zerovec v0.10.4
13142024-12-02T16:03:59.338Z Compiling tracing-attributes v0.1.27
13152024-12-02T16:04:00.205Z Compiling tinystr v0.7.6
13162024-12-02T16:04:00.419Z Compiling der v0.7.9
13172024-12-02T16:04:00.515Z Compiling icu_locid_transform_data v1.5.0
13182024-12-02T16:04:00.536Z Compiling icu_collections v1.5.0
13192024-12-02T16:04:00.618Z Compiling icu_locid v1.5.0
13202024-12-02T16:04:00.638Z Compiling rand v0.8.5
13212024-12-02T16:04:01.871Z Compiling icu_provider v1.5.0
13222024-12-02T16:04:02.728Z Compiling icu_locid_transform v1.5.0
13232024-12-02T16:04:02.829Z Compiling spki v0.7.3
13242024-12-02T16:04:02.960Z Compiling pest v2.7.14
13252024-12-02T16:04:03.044Z Compiling tracing v0.1.40
13262024-12-02T16:04:03.224Z Compiling salsa20 v0.10.2
13272024-12-02T16:04:03.451Z Compiling pbkdf2 v0.12.2
13282024-12-02T16:04:03.623Z Compiling powerfmt v0.2.0
13292024-12-02T16:04:03.670Z Compiling num-conv v0.1.0
13302024-12-02T16:04:03.931Z Compiling mirai-annotations v1.12.0
13312024-12-02T16:04:04.007Z Compiling vcpkg v0.2.15
13322024-12-02T16:04:04.111Z Compiling untrusted v0.7.1
13332024-12-02T16:04:04.298Z Compiling icu_properties_data v1.5.0
13342024-12-02T16:04:04.316Z Compiling untrusted v0.9.0
13352024-12-02T16:04:04.374Z Compiling time-core v0.1.2
13362024-12-02T16:04:04.484Z Compiling deranged v0.3.11
13372024-12-02T16:04:04.538Z Compiling icu_properties v1.5.1
13382024-12-02T16:04:04.555Z Compiling time-macros v0.2.18
13392024-12-02T16:04:05.316Z Compiling scrypt v0.11.0
13402024-12-02T16:04:05.832Z Compiling bitflags v2.6.0
13412024-12-02T16:04:05.854Z Compiling bytes v1.8.0
13422024-12-02T16:04:06.070Z Compiling indexmap v2.6.0
13432024-12-02T16:04:06.336Z Compiling semver v1.0.23
13442024-12-02T16:04:07.115Z Compiling tokio v1.40.0
13452024-12-02T16:04:07.154Z Compiling http v1.1.0
13462024-12-02T16:04:07.547Z Compiling rustc_version v0.4.1
13472024-12-02T16:04:07.824Z Compiling openssl-sys v0.9.103
13482024-12-02T16:04:08.340Z Compiling pest_meta v2.7.14
13492024-12-02T16:04:09.178Z Compiling aes v0.8.4
13502024-12-02T16:04:09.493Z Compiling cbc v0.1.2
13512024-12-02T16:04:09.696Z Compiling scroll_derive v0.12.0
13522024-12-02T16:04:09.737Z Compiling num_threads v0.1.7
13532024-12-02T16:04:09.878Z Compiling utf16_iter v1.0.5
13542024-12-02T16:04:10.086Z Compiling write16 v1.0.0
13552024-12-02T16:04:10.217Z Compiling icu_normalizer_data v1.5.0
13562024-12-02T16:04:10.272Z Compiling atomic-waker v1.1.2
13572024-12-02T16:04:10.313Z Compiling which v4.4.2
13582024-12-02T16:04:10.452Z Compiling utf8_iter v1.0.4
13592024-12-02T16:04:10.535Z Compiling pkcs5 v0.7.1
13602024-12-02T16:04:10.925Z Compiling icu_normalizer v1.5.0
13612024-12-02T16:04:11.204Z Compiling scroll v0.12.0
13622024-12-02T16:04:11.774Z Compiling time v0.3.36
13632024-12-02T16:04:11.794Z Compiling pest_generator v2.7.14
13642024-12-02T16:04:12.042Z Compiling http-body v1.0.1
13652024-12-02T16:04:12.195Z Compiling form_urlencoded v1.2.1
13662024-12-02T16:04:12.270Z Compiling try-lock v0.2.5
13672024-12-02T16:04:12.430Z Compiling slog v2.7.0
13682024-12-02T16:04:12.516Z Compiling goblin v0.8.2
13692024-12-02T16:04:13.009Z Compiling want v0.3.1
13702024-12-02T16:04:13.029Z Compiling idna_adapter v1.2.0
13712024-12-02T16:04:13.285Z Compiling pkcs8 v0.10.2
13722024-12-02T16:04:13.342Z Compiling httpdate v1.0.3
13732024-12-02T16:04:13.466Z Compiling idna v1.0.3
13742024-12-02T16:04:13.885Z Compiling pest_derive v2.7.14
13752024-12-02T16:04:14.034Z Compiling uuid v1.11.0
13762024-12-02T16:04:14.641Z Compiling serde_spanned v0.6.8
13772024-12-02T16:04:14.698Z Compiling dtrace-parser v0.2.0
13782024-12-02T16:04:14.877Z Compiling serde_tokenstream v0.2.2
13792024-12-02T16:04:15.285Z Compiling toml_datetime v0.6.8
13802024-12-02T16:04:15.503Z Compiling base64 v0.22.1
13812024-12-02T16:04:15.520Z Compiling openssl v0.10.66
13822024-12-02T16:04:15.804Z Compiling tokio-util v0.7.12
13832024-12-02T16:04:15.929Z Compiling adler2 v2.0.0
13842024-12-02T16:04:16.140Z Compiling foreign-types-shared v0.1.1
13852024-12-02T16:04:16.256Z Compiling iana-time-zone v0.1.61
13862024-12-02T16:04:16.259Z Compiling tower-service v0.3.3
13872024-12-02T16:04:16.405Z Compiling match_cfg v0.1.0
13882024-12-02T16:04:16.504Z Compiling rustversion v1.0.17
13892024-12-02T16:04:16.727Z Compiling hostname v0.3.1
13902024-12-02T16:04:16.877Z Compiling h2 v0.4.6
13912024-12-02T16:04:16.975Z Compiling chrono v0.4.38
13922024-12-02T16:04:17.169Z Compiling foreign-types v0.3.2
13932024-12-02T16:04:17.266Z Compiling miniz_oxide v0.8.0
13942024-12-02T16:04:17.314Z Compiling url v2.5.3
13952024-12-02T16:04:18.778Z Compiling dof v0.3.0
13962024-12-02T16:04:18.844Z Compiling openssl-macros v0.1.1
13972024-12-02T16:04:19.365Z Compiling async-trait v0.1.83
13982024-12-02T16:04:19.615Z Compiling usdt-impl v0.5.0
13992024-12-02T16:04:20.794Z Compiling dirs-sys-next v0.1.2
14002024-12-02T16:04:21.022Z Compiling siphasher v0.3.11
14012024-12-02T16:04:21.232Z Compiling syn v1.0.109
14022024-12-02T16:04:21.427Z Compiling rustls v0.22.4
14032024-12-02T16:04:21.447Z Compiling data-encoding v2.6.0
14042024-12-02T16:04:21.689Z Compiling rustls v0.23.14
14052024-12-02T16:04:21.850Z Compiling native-tls v0.2.12
14062024-12-02T16:04:22.067Z Compiling dirs-next v2.0.0
14072024-12-02T16:04:22.254Z Compiling http-body-util v0.1.2
14082024-12-02T16:04:22.788Z Compiling crossbeam-epoch v0.9.18
14092024-12-02T16:04:23.042Z Compiling heapless v0.7.17
14102024-12-02T16:04:23.086Z Compiling signature v2.2.0
14112024-12-02T16:04:23.400Z Compiling sha1 v0.10.6
14122024-12-02T16:04:23.519Z Compiling bzip2-sys v0.1.11+1.0.8
14132024-12-02T16:04:23.601Z Compiling serde_derive_internals v0.29.1
14142024-12-02T16:04:23.655Z Compiling thread_local v1.1.8
14152024-12-02T16:04:23.843Z Compiling encoding_rs v0.8.34
14162024-12-02T16:04:23.846Z Compiling cookie v0.18.1
14172024-12-02T16:04:24.003Z Compiling hyper v1.5.0
14182024-12-02T16:04:24.119Z Compiling multer v3.1.0
14192024-12-02T16:04:24.186Z Compiling mime v0.3.17
14202024-12-02T16:04:24.381Z Compiling rayon-core v1.12.1
14212024-12-02T16:04:24.655Z Compiling unicode-properties v0.1.3
14222024-12-02T16:04:24.767Z Compiling slog-async v2.8.0
14232024-12-02T16:04:25.073Z Compiling openssl-probe v0.1.5
14242024-12-02T16:04:25.285Z Compiling ipnet v2.10.1
14252024-12-02T16:04:25.475Z Compiling schemars v0.8.21
14262024-12-02T16:04:25.821Z Compiling signal-hook v0.3.17
14272024-12-02T16:04:26.087Z Compiling gimli v0.31.1
14282024-12-02T16:04:26.465Z Compiling hyper-util v0.1.10
14292024-12-02T16:04:26.533Z Compiling toml_edit v0.22.22
14302024-12-02T16:04:27.637Z Compiling schemars_derive v0.8.21
14312024-12-02T16:04:28.300Z Compiling stringprep v0.1.5
14322024-12-02T16:04:29.636Z Compiling crossbeam-deque v0.8.5
14332024-12-02T16:04:29.709Z Compiling usdt-macro v0.5.0
14342024-12-02T16:04:29.975Z Compiling usdt-attr-macro v0.5.0
14352024-12-02T16:04:30.771Z Compiling addr2line v0.24.2
14362024-12-02T16:04:31.043Z Compiling term v0.7.0
14372024-12-02T16:04:31.209Z Compiling slog-json v2.6.1
14382024-12-02T16:04:31.264Z Compiling serde_urlencoded v0.7.1
14392024-12-02T16:04:31.490Z Compiling crossbeam-channel v0.5.13
14402024-12-02T16:04:31.569Z Compiling curve25519-dalek v4.1.3
14412024-12-02T16:04:31.586Z Compiling enum-as-inner v0.6.1
14422024-12-02T16:04:31.788Z Compiling futures-executor v0.3.31
14432024-12-02T16:04:32.184Z Compiling md-5 v0.10.6
14442024-12-02T16:04:32.359Z Compiling async-stream-impl v0.3.6
14452024-12-02T16:04:32.466Z Compiling num-integer v0.1.46
14462024-12-02T16:04:32.566Z Compiling rustls-pemfile v2.2.0
14472024-12-02T16:04:32.595Z Compiling idna v0.4.0
14482024-12-02T16:04:32.713Z Compiling idna v0.3.0
14492024-12-02T16:04:32.907Z Compiling hash32 v0.2.1
14502024-12-02T16:04:33.276Z Compiling ff v0.13.0
14512024-12-02T16:04:33.342Z Compiling is-terminal v0.4.13
14522024-12-02T16:04:33.476Z Compiling dropshot v0.12.0
14532024-12-02T16:04:33.502Z Compiling object v0.36.5
14542024-12-02T16:04:33.761Z Compiling rustc-demangle v0.1.24
14552024-12-02T16:04:33.810Z Compiling fallible-iterator v0.2.0
14562024-12-02T16:04:34.394Z Compiling base16ct v0.2.0
14572024-12-02T16:04:34.479Z Compiling smoltcp v0.9.1
14582024-12-02T16:04:34.535Z Compiling quick-error v1.2.3
14592024-12-02T16:04:34.689Z Compiling linked-hash-map v0.5.6
14602024-12-02T16:04:34.717Z Compiling anyhow v1.0.93
14612024-12-02T16:04:34.747Z Compiling num-bigint-dig v0.8.4
14622024-12-02T16:04:34.870Z Compiling portable-atomic v1.9.0
14632024-12-02T16:04:35.040Z Compiling utf-8 v0.7.6
14642024-12-02T16:04:35.056Z Compiling psl-types v2.0.11
14652024-12-02T16:04:35.192Z Compiling dyn-clone v1.0.17
14662024-12-02T16:04:35.245Z Compiling take_mut v0.2.2
14672024-12-02T16:04:35.426Z Compiling tungstenite v0.24.0
14682024-12-02T16:04:35.728Z Compiling publicsuffix v2.2.3
14692024-12-02T16:04:36.046Z Compiling lru-cache v0.1.2
14702024-12-02T16:04:36.064Z Compiling resolv-conf v0.7.0
14712024-12-02T16:04:36.235Z Compiling sec1 v0.7.3
14722024-12-02T16:04:36.673Z Compiling postgres-protocol v0.6.7
14732024-12-02T16:04:36.845Z Compiling async-stream v0.3.6
14742024-12-02T16:04:36.937Z Compiling hickory-proto v0.24.1
14752024-12-02T16:04:37.157Z Compiling usdt v0.5.0
14762024-12-02T16:04:37.676Z Compiling group v0.13.0
14772024-12-02T16:04:37.827Z Compiling slog-term v2.9.1
14782024-12-02T16:04:38.038Z Compiling num-iter v0.1.45
14792024-12-02T16:04:38.367Z Compiling futures v0.3.31
14802024-12-02T16:04:38.498Z Compiling slog-bunyan v2.5.0
14812024-12-02T16:04:39.177Z Compiling toml v0.8.19
14822024-12-02T16:04:39.263Z Compiling tokio-native-tls v0.3.1
14832024-12-02T16:04:40.386Z Compiling camino v1.1.9
14842024-12-02T16:04:40.673Z Compiling phf_shared v0.11.2
14852024-12-02T16:04:41.007Z Compiling backtrace v0.3.74
14862024-12-02T16:04:41.052Z Compiling dropshot_endpoint v0.12.0
14872024-12-02T16:04:41.354Z Compiling waitgroup v0.1.2
14882024-12-02T16:04:41.591Z Compiling terminal_size v0.4.0
14892024-12-02T16:04:41.661Z Compiling openapiv3 v2.0.0
14902024-12-02T16:04:41.733Z Compiling serde_path_to_error v0.1.16
14912024-12-02T16:04:41.816Z Compiling hkdf v0.12.4
14922024-12-02T16:04:42.074Z Compiling crypto-bigint v0.5.5
14932024-12-02T16:04:42.602Z Compiling curve25519-dalek-derive v0.1.1
14942024-12-02T16:04:44.273Z Compiling zerocopy-derive v0.6.6
14952024-12-02T16:04:44.858Z Compiling webpki-roots v0.26.6
14962024-12-02T16:04:45.085Z Compiling idna v0.5.0
14972024-12-02T16:04:45.700Z Compiling hubpack_derive v0.1.1
14982024-12-02T16:04:45.775Z Compiling hostname v0.4.0
14992024-12-02T16:04:46.060Z Compiling fs-err v2.11.0
15002024-12-02T16:04:46.199Z Compiling ahash v0.8.11
15012024-12-02T16:04:46.345Z Compiling crc32fast v1.4.2
15022024-12-02T16:04:46.523Z Compiling debug-ignore v1.0.5
15032024-12-02T16:04:46.586Z Compiling managed v0.8.0
15042024-12-02T16:04:46.656Z Compiling bitflags v1.3.2
15052024-12-02T16:04:46.674Z Compiling winnow v0.5.40
15062024-12-02T16:04:46.700Z Compiling clap_builder v4.5.21
15072024-12-02T16:04:46.752Z Compiling strum_macros v0.25.3
15082024-12-02T16:04:46.771Z Compiling console v0.15.8
15092024-12-02T16:04:47.510Z Compiling hubpack v0.1.2
15102024-12-02T16:04:47.990Z Compiling zerocopy v0.6.6
15112024-12-02T16:04:48.285Z Compiling flate2 v1.0.34
15122024-12-02T16:04:48.664Z Compiling cookie_store v0.21.0
15132024-12-02T16:04:48.885Z Compiling elliptic-curve v0.13.8
15142024-12-02T16:04:49.303Z Compiling hickory-resolver v0.24.1
15152024-12-02T16:04:50.306Z Compiling toml_edit v0.19.15
15162024-12-02T16:04:50.550Z Compiling signal-hook-mio v0.2.4
15172024-12-02T16:04:50.656Z Compiling phf v0.11.2
15182024-12-02T16:04:50.710Z Compiling rayon v1.10.0
15192024-12-02T16:04:50.948Z Compiling hyper-tls v0.6.0
15202024-12-02T16:04:51.077Z Compiling bzip2 v0.4.4
15212024-12-02T16:04:51.489Z Compiling postgres-types v0.2.8
15222024-12-02T16:04:53.047Z Compiling tokio-tungstenite v0.24.0
15232024-12-02T16:04:54.993Z Compiling ed25519 v2.2.3
15242024-12-02T16:04:55.610Z Compiling phf_shared v0.10.0
15252024-12-02T16:04:56.033Z Compiling tokio-stream v0.1.16
15262024-12-02T16:04:56.245Z Compiling pkcs1 v0.7.5
15272024-12-02T16:04:56.308Z Compiling serde-big-array v0.5.1
15282024-12-02T16:04:56.555Z Compiling clap_derive v4.5.18
15292024-12-02T16:04:56.900Z Compiling rfc6979 v0.4.0
15302024-12-02T16:04:57.136Z Compiling serde_repr v0.1.19
15312024-12-02T16:04:57.141Z Compiling derive-where v1.2.7
15322024-12-02T16:04:57.281Z Compiling float-cmp v0.9.0
15332024-12-02T16:04:57.326Z Compiling bstr v1.10.0
15342024-12-02T16:04:57.504Z Compiling sync_wrapper v1.0.1
15352024-12-02T16:04:57.662Z Compiling fixedbitset v0.4.2
15362024-12-02T16:04:58.185Z Compiling bit-vec v0.6.3
15372024-12-02T16:04:58.327Z Compiling unicode-segmentation v1.12.0
15382024-12-02T16:04:58.561Z Compiling number_prefix v0.4.0
15392024-12-02T16:04:58.677Z Compiling unicode-width v0.2.0
15402024-12-02T16:04:58.786Z Compiling predicates-core v1.0.8
15412024-12-02T16:04:59.159Z Compiling whoami v1.5.2
15422024-12-02T16:04:59.176Z Compiling precomputed-hash v0.1.1
15432024-12-02T16:04:59.212Z Compiling difflib v0.4.0
15442024-12-02T16:04:59.212Z Compiling static_assertions v1.1.0
15452024-12-02T16:04:59.295Z Compiling normalize-line-endings v0.3.0
15462024-12-02T16:04:59.337Z Compiling new_debug_unreachable v1.0.6
15472024-12-02T16:04:59.429Z Compiling string_cache v0.8.7
15482024-12-02T16:04:59.447Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15492024-12-02T16:04:59.791Z Compiling predicates v3.1.2
15502024-12-02T16:04:59.918Z Compiling tokio-postgres v0.7.12
15512024-12-02T16:05:00.865Z Compiling indicatif v0.17.9
15522024-12-02T16:05:00.910Z Compiling similar v2.6.0
15532024-12-02T16:05:01.579Z Compiling bit-set v0.5.3
15542024-12-02T16:05:01.774Z Compiling clap v4.5.21
15552024-12-02T16:05:01.869Z Compiling petgraph v0.6.5
15562024-12-02T16:05:01.904Z Compiling ecdsa v0.16.9
15572024-12-02T16:05:02.792Z Compiling rsa v0.9.6
15582024-12-02T16:05:03.168Z Compiling ed25519-dalek v2.1.1
15592024-12-02T16:05:03.460Z Compiling toml v0.7.8
15602024-12-02T16:05:04.548Z Compiling zip v0.6.6
15612024-12-02T16:05:05.197Z Compiling crossterm v0.28.1
15622024-12-02T16:05:06.189Z Compiling hex v0.4.3
15632024-12-02T16:05:06.208Z Compiling x509-cert v0.2.5
15642024-12-02T16:05:06.683Z Compiling itertools v0.10.5
15652024-12-02T16:05:06.687Z Compiling unicode-xid v0.2.6
15662024-12-02T16:05:06.715Z Compiling peg-runtime v0.8.3
15672024-12-02T16:05:06.834Z Compiling lalrpop-util v0.19.12
15682024-12-02T16:05:06.880Z Compiling strum_macros v0.26.4
15692024-12-02T16:05:07.209Z Compiling xattr v1.3.1
15702024-12-02T16:05:07.377Z Compiling filetime v0.2.25
15712024-12-02T16:05:07.690Z Compiling tar v0.4.42
15722024-12-02T16:05:12.136Z Compiling strum v0.26.3
15732024-12-02T16:05:14.792Z Compiling aws-lc-sys v0.22.0
15742024-12-02T16:05:53.174Z Compiling rustls-webpki v0.102.8
15752024-12-02T16:05:56.653Z Compiling tokio-rustls v0.25.0
15762024-12-02T16:05:58.194Z Compiling tokio-rustls v0.26.0
15772024-12-02T16:05:58.597Z Compiling hyper-rustls v0.27.3
15782024-12-02T16:05:59.043Z Compiling reqwest v0.12.9
15792024-12-02T16:06:00.349Z Compiling qorb v0.2.1
15802024-12-02T16:06:04.988Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15812024-12-02T16:06:05.219Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15822024-12-02T16:06:11.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15832024-12-02T16:06:11.247Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15842024-12-02T16:06:11.289ZDec 02 16:06:10.725 INFO Starting download, target: Console
15852024-12-02T16:06:11.289ZDec 02 16:06:10.726 INFO Starting download, target: DendriteOpenapi
15862024-12-02T16:06:11.289ZDec 02 16:06:10.726 INFO Starting download, target: DendriteStub
15872024-12-02T16:06:11.292ZDec 02 16:06:10.726 INFO Starting download, target: Cockroach
15882024-12-02T16:06:11.292ZDec 02 16:06:10.726 INFO Starting download, target: Clickhouse
15892024-12-02T16:06:11.292ZDec 02 16:06:10.726 INFO Starting download, target: MaghemiteMgd
15902024-12-02T16:06:11.293ZDec 02 16:06:10.726 INFO Starting download, target: TransceiverControl
15912024-12-02T16:06:11.293ZDec 02 16:06:10.726 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15922024-12-02T16:06:11.293ZDec 02 16:06:10.726 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15932024-12-02T16:06:11.293ZDec 02 16:06:10.726 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15942024-12-02T16:06:11.293ZDec 02 16:06:10.726 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15952024-12-02T16:06:11.293ZDec 02 16:06:10.726 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15962024-12-02T16:06:11.293ZDec 02 16:06:10.726 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15972024-12-02T16:06:11.293ZDec 02 16:06:10.727 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15982024-12-02T16:06:11.486ZDec 02 16:06:10.922 INFO Download complete, target: DendriteOpenapi
15992024-12-02T16:06:11.657ZDec 02 16:06:11.071 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16002024-12-02T16:06:11.860ZDec 02 16:06:11.274 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16012024-12-02T16:06:12.235ZDec 02 16:06:11.597 INFO Download complete, target: Console
16022024-12-02T16:06:12.344ZDec 02 16:06:11.694 INFO Download complete, target: TransceiverControl
16032024-12-02T16:06:12.897ZDec 02 16:06:12.277 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16042024-12-02T16:06:13.047ZDec 02 16:06:12.468 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16052024-12-02T16:06:13.549ZDec 02 16:06:12.984 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16062024-12-02T16:06:14.001ZDec 02 16:06:13.437 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16072024-12-02T16:06:14.001ZDec 02 16:06:13.437 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16082024-12-02T16:06:15.674ZDec 02 16:06:15.110 INFO Download complete, target: DendriteStub
16092024-12-02T16:06:15.864ZDec 02 16:06:15.300 INFO Download complete, target: MaghemiteMgd
16102024-12-02T16:06:21.054ZDec 02 16:06:20.489 INFO Checking that binary works, target: Cockroach
16112024-12-02T16:06:21.217ZDec 02 16:06:20.652 INFO Download complete, target: Cockroach
16122024-12-02T16:06:25.485ZDec 02 16:06:24.920 INFO Checking that binary works, target: Clickhouse
16132024-12-02T16:06:26.359ZDec 02 16:06:25.794 INFO Download complete, target: Clickhouse
16142024-12-02T16:06:26.366ZAll prerequisites installed successfully
16152024-12-02T16:06:26.369Z
16162024-12-02T16:06:26.369Zreal 4:56.134887531
16172024-12-02T16:06:26.369Zuser 16:24.281703876
16182024-12-02T16:06:26.369Zsys 3:10.172743540
16192024-12-02T16:06:26.369Ztrap 0.502921806
16202024-12-02T16:06:26.369Ztflt 10.752803173
16212024-12-02T16:06:26.369Zdflt 7.767353926
16222024-12-02T16:06:26.369Zkflt 0.457374604
16232024-12-02T16:06:26.369Zlock 32:02.593350955
16242024-12-02T16:06:26.369Zslp 1:03:28.179652849
16252024-12-02T16:06:26.369Zlat 50.346709631
16262024-12-02T16:06:26.369Zstop 2:03.246991063
16272024-12-02T16:06:26.369Z+ source ./tools/include/force-git-over-https.sh
16282024-12-02T16:06:26.369Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16292024-12-02T16:06:26.369Z++ (( i = 0 ))
16302024-12-02T16:06:26.369Z++ (( i < 5 ))
16312024-12-02T16:06:26.369Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16322024-12-02T16:06:26.371Z++ (( i++ ))
16332024-12-02T16:06:26.372Z++ (( i < 5 ))
16342024-12-02T16:06:26.372Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16352024-12-02T16:06:26.374Z++ (( i++ ))
16362024-12-02T16:06:26.374Z++ (( i < 5 ))
16372024-12-02T16:06:26.374Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16382024-12-02T16:06:26.377Z++ (( i++ ))
16392024-12-02T16:06:26.377Z++ (( i < 5 ))
16402024-12-02T16:06:26.377Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16412024-12-02T16:06:26.380Z++ (( i++ ))
16422024-12-02T16:06:26.380Z++ (( i < 5 ))
16432024-12-02T16:06:26.380Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16442024-12-02T16:06:26.383Z++ (( i++ ))
16452024-12-02T16:06:26.383Z++ (( i < 5 ))
16462024-12-02T16:06:26.383Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16472024-12-02T16:06:26.383Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-02T16:06:26.383Z+ rc=0
16492024-12-02T16:06:26.383Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16502024-12-02T16:06:55.236Z+ case $rc in
16512024-12-02T16:06:55.236Z+ pfexec zfs create -p rpool/images/build/host
16522024-12-02T16:06:55.465Z+ pfexec zfs create -p rpool/images/build/recovery
16532024-12-02T16:06:55.530Z+ cargo xtask releng --output-dir /work
16542024-12-02T16:06:56.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16552024-12-02T16:06:56.072Z Running `target/debug/xtask releng --output-dir /work`
16562024-12-02T16:06:57.000Z Compiling proc-macro2 v1.0.89
16572024-12-02T16:06:57.000Z Compiling unicode-ident v1.0.13
16582024-12-02T16:06:57.003Z Compiling libc v0.2.162
16592024-12-02T16:06:57.003Z Compiling serde v1.0.215
16602024-12-02T16:06:57.003Z Compiling autocfg v1.4.0
16612024-12-02T16:06:57.003Z Compiling version_check v0.9.5
16622024-12-02T16:06:57.131Z Compiling cfg-if v1.0.0
16632024-12-02T16:06:57.276Z Compiling memchr v2.7.4
16642024-12-02T16:06:57.305Z Compiling typenum v1.17.0
16652024-12-02T16:06:57.359Z Compiling shlex v1.3.0
16662024-12-02T16:06:57.800Z Compiling value-bag v1.9.0
16672024-12-02T16:06:57.833Z Compiling scopeguard v1.2.0
16682024-12-02T16:06:58.052Z Compiling generic-array v0.14.7
16692024-12-02T16:06:58.110Z Compiling lock_api v0.4.12
16702024-12-02T16:06:58.266Z Compiling log v0.4.22
16712024-12-02T16:06:58.358Z Compiling rustix v0.38.37
16722024-12-02T16:06:58.763Z Compiling parking_lot_core v0.9.10
16732024-12-02T16:06:59.033Z Compiling quote v1.0.37
16742024-12-02T16:06:59.055Z Compiling serde_json v1.0.132
16752024-12-02T16:06:59.086Z Compiling libm v0.2.8
16762024-12-02T16:06:59.165Z Compiling num-traits v0.2.19
16772024-12-02T16:06:59.371Z Compiling jobserver v0.1.32
16782024-12-02T16:06:59.414Z Compiling syn v2.0.87
16792024-12-02T16:06:59.459Z Compiling getrandom v0.2.15
16802024-12-02T16:06:59.512Z Compiling thiserror v1.0.69
16812024-12-02T16:06:59.683Z Compiling once_cell v1.20.2
16822024-12-02T16:06:59.796Z Compiling cc v1.1.30
16832024-12-02T16:06:59.832Z Compiling spin v0.9.8
16842024-12-02T16:06:59.968Z Compiling itoa v1.0.11
16852024-12-02T16:07:00.038Z Compiling aho-corasick v1.1.3
16862024-12-02T16:07:00.089Z Compiling regex-syntax v0.8.5
16872024-12-02T16:07:00.203Z Compiling slab v0.4.9
16882024-12-02T16:07:00.242Z Compiling errno v0.3.9
16892024-12-02T16:07:00.982Z Compiling byteorder v1.5.0
16902024-12-02T16:07:01.300Z Compiling either v1.13.0
16912024-12-02T16:07:01.584Z Compiling lazy_static v1.5.0
16922024-12-02T16:07:01.628Z Compiling rand_core v0.6.4
16932024-12-02T16:07:01.801Z Compiling glob v0.3.1
16942024-12-02T16:07:02.021Z Compiling subtle v2.6.1
16952024-12-02T16:07:02.073Z Compiling prettyplease v0.2.25
16962024-12-02T16:07:02.403Z Compiling minimal-lexical v0.2.1
16972024-12-02T16:07:02.563Z Compiling libloading v0.8.5
16982024-12-02T16:07:02.642Z Compiling clang-sys v1.8.1
16992024-12-02T16:07:02.952Z Compiling nom v7.1.3
17002024-12-02T16:07:03.365Z Compiling bindgen v0.69.5
17012024-12-02T16:07:03.487Z Compiling home v0.5.9
17022024-12-02T16:07:03.737Z Compiling itertools v0.12.1
17032024-12-02T16:07:03.869Z Compiling regex-automata v0.4.8
17042024-12-02T16:07:04.481Z Compiling lazycell v1.3.0
17052024-12-02T16:07:04.985Z Compiling rustc-hash v1.1.0
17062024-12-02T16:07:05.284Z Compiling cmake v0.1.51
17072024-12-02T16:07:06.247Z Compiling semver v1.0.23
17082024-12-02T16:07:06.341Z Compiling fs_extra v1.3.0
17092024-12-02T16:07:06.777Z Compiling cexpr v0.6.0
17102024-12-02T16:07:06.805Z Compiling pkg-config v0.3.31
17112024-12-02T16:07:06.924Z Compiling dunce v1.0.5
17122024-12-02T16:07:06.926Z Compiling smallvec v1.13.2
17132024-12-02T16:07:07.022Z Compiling ring v0.17.8
17142024-12-02T16:07:07.490Z Compiling synstructure v0.13.1
17152024-12-02T16:07:08.119Z Compiling heck v0.5.0
17162024-12-02T16:07:08.191Z Compiling ryu v1.0.18
17172024-12-02T16:07:08.550Z Compiling paste v1.0.15
17182024-12-02T16:07:08.602Z Compiling aws-lc-rs v1.10.0
17192024-12-02T16:07:08.950Z Compiling const-oid v0.9.6
17202024-12-02T16:07:09.077Z Compiling httparse v1.9.5
17212024-12-02T16:07:09.249Z Compiling pin-project-lite v0.2.14
17222024-12-02T16:07:09.413Z Compiling allocator-api2 v0.2.18
17232024-12-02T16:07:09.816Z Compiling regex v1.11.1
17242024-12-02T16:07:10.538Z Compiling futures-core v0.3.31
17252024-12-02T16:07:11.030Z Compiling signal-hook-registry v1.4.2
17262024-12-02T16:07:11.089Z Compiling num-conv v0.1.0
17272024-12-02T16:07:11.092Z Compiling time-core v0.1.2
17282024-12-02T16:07:11.309Z Compiling crossbeam-utils v0.8.20
17292024-12-02T16:07:11.972Z Compiling time-macros v0.2.18
17302024-12-02T16:07:12.180Z Compiling parking_lot v0.12.3
17312024-12-02T16:07:12.441Z Compiling mio v1.0.2
17322024-12-02T16:07:12.839Z Compiling vcpkg v0.2.15
17332024-12-02T16:07:13.093Z Compiling fnv v1.0.7
17342024-12-02T16:07:13.178Z Compiling serde_derive v1.0.215
17352024-12-02T16:07:13.283Z Compiling zeroize_derive v1.4.2
17362024-12-02T16:07:14.138Z Compiling zerocopy-derive v0.7.35
17372024-12-02T16:07:14.507Z Compiling tokio-macros v2.4.0
17382024-12-02T16:07:14.578Z Compiling thiserror-impl v1.0.69
17392024-12-02T16:07:14.891Z Compiling zerofrom-derive v0.1.4
17402024-12-02T16:07:15.025Z Compiling zeroize v1.8.1
17412024-12-02T16:07:15.615Z Compiling yoke-derive v0.7.4
17422024-12-02T16:07:15.644Z Compiling futures-macro v0.3.31
17432024-12-02T16:07:15.702Z Compiling zerovec-derive v0.10.3
17442024-12-02T16:07:16.308Z Compiling displaydoc v0.2.5
17452024-12-02T16:07:17.608Z Compiling zerocopy v0.7.35
17462024-12-02T16:07:17.958Z Compiling crypto-common v0.1.6
17472024-12-02T16:07:18.000Z Compiling icu_provider_macros v1.5.0
17482024-12-02T16:07:18.175Z Compiling tracing-attributes v0.1.27
17492024-12-02T16:07:18.434Z Compiling block-buffer v0.10.4
17502024-12-02T16:07:18.731Z Compiling digest v0.10.7
17512024-12-02T16:07:18.741Z Compiling der_derive v0.7.3
17522024-12-02T16:07:19.231Z Compiling openssl-sys v0.9.103
17532024-12-02T16:07:19.551Z Compiling schemars v0.8.21
17542024-12-02T16:07:20.363Z Compiling serde_derive_internals v0.29.1
17552024-12-02T16:07:20.970Z Compiling socket2 v0.5.7
17562024-12-02T16:07:21.600Z Compiling ahash v0.8.11
17572024-12-02T16:07:22.754Z Compiling schemars_derive v0.8.21
17582024-12-02T16:07:22.944Z Compiling futures-sink v0.3.31
17592024-12-02T16:07:23.136Z Compiling foldhash v0.1.3
17602024-12-02T16:07:23.196Z Compiling cpufeatures v0.2.14
17612024-12-02T16:07:23.354Z Compiling equivalent v1.0.1
17622024-12-02T16:07:23.522Z Compiling hashbrown v0.15.0
17632024-12-02T16:07:23.525Z Compiling stable_deref_trait v1.2.0
17642024-12-02T16:07:23.890Z Compiling slog v2.7.0
17652024-12-02T16:07:25.246Z Compiling futures-channel v0.3.31
17662024-12-02T16:07:25.408Z Compiling zerofrom v0.1.4
17672024-12-02T16:07:25.580Z Compiling scroll_derive v0.12.0
17682024-12-02T16:07:25.741Z Compiling futures-task v0.3.31
17692024-12-02T16:07:25.777Z Compiling openssl v0.10.66
17702024-12-02T16:07:25.832Z Compiling ucd-trie v0.1.7
17712024-12-02T16:07:25.876Z Compiling futures-io v0.3.31
17722024-12-02T16:07:26.088Z Compiling pin-utils v0.1.0
17732024-12-02T16:07:26.139Z Compiling pest v2.7.14
17742024-12-02T16:07:26.220Z Compiling futures-util v0.3.31
17752024-12-02T16:07:26.290Z Compiling yoke v0.7.4
17762024-12-02T16:07:26.760Z Compiling hmac v0.12.1
17772024-12-02T16:07:27.063Z Compiling tinyvec_macros v0.1.1
17782024-12-02T16:07:27.174Z Compiling tinyvec v1.8.0
17792024-12-02T16:07:27.256Z Compiling zerovec v0.10.4
17802024-12-02T16:07:27.856Z Compiling bitflags v2.6.0
17812024-12-02T16:07:28.388Z Compiling bytes v1.8.0
17822024-12-02T16:07:30.299Z Compiling tokio v1.40.0
17832024-12-02T16:07:30.682Z Compiling serde_tokenstream v0.2.2
17842024-12-02T16:07:31.364Z Compiling indexmap v2.6.0
17852024-12-02T16:07:32.938Z Compiling which v4.4.2
17862024-12-02T16:07:33.681Z Compiling http v1.1.0
17872024-12-02T16:07:34.116Z Compiling rustc_version v0.4.1
17882024-12-02T16:07:34.884Z Compiling pest_meta v2.7.14
17892024-12-02T16:07:35.204Z Compiling uuid v1.11.0
17902024-12-02T16:07:36.209Z Compiling block-padding v0.3.3
17912024-12-02T16:07:36.518Z Compiling openssl-macros v0.1.1
17922024-12-02T16:07:36.729Z Compiling iana-time-zone v0.1.61
17932024-12-02T16:07:37.249Z Compiling native-tls v0.2.12
17942024-12-02T16:07:37.455Z Compiling rustls v0.23.14
17952024-12-02T16:07:37.722Z Compiling chrono v0.4.38
17962024-12-02T16:07:38.080Z Compiling inout v0.1.3
17972024-12-02T16:07:38.412Z Compiling pest_generator v2.7.14
17982024-12-02T16:07:39.357Z Compiling unicode-normalization v0.1.24
17992024-12-02T16:07:39.389Z Compiling cipher v0.4.4
18002024-12-02T16:07:39.923Z Compiling tinystr v0.7.6
18012024-12-02T16:07:40.393Z Compiling pest_derive v2.7.14
18022024-12-02T16:07:40.778Z Compiling sha2 v0.10.8
18032024-12-02T16:07:41.038Z Compiling async-trait v0.1.83
18042024-12-02T16:07:41.363Z Compiling usdt-impl v0.5.0
18052024-12-02T16:07:41.444Z Compiling cookie v0.18.1
18062024-12-02T16:07:41.821Z Compiling unicode-bidi v0.3.17
18072024-12-02T16:07:42.459Z Compiling litemap v0.7.3
18082024-12-02T16:07:42.942Z Compiling base64ct v1.6.0
18092024-12-02T16:07:43.639Z Compiling writeable v0.5.5
18102024-12-02T16:07:43.843Z Compiling pem-rfc7468 v0.7.0
18112024-12-02T16:07:44.255Z Compiling icu_locid v1.5.0
18122024-12-02T16:07:44.979Z Compiling scroll v0.12.0
18132024-12-02T16:07:45.859Z Compiling ppv-lite86 v0.2.20
18142024-12-02T16:07:46.819Z Compiling tracing-core v0.1.32
18152024-12-02T16:07:47.117Z Compiling percent-encoding v2.3.1
18162024-12-02T16:07:47.630Z Compiling plain v0.2.3
18172024-12-02T16:07:47.871Z Compiling camino v1.1.9
18182024-12-02T16:07:48.381Z Compiling flagset v0.4.6
18192024-12-02T16:07:48.616Z Compiling untrusted v0.7.1
18202024-12-02T16:07:48.620Z Compiling aws-lc-sys v0.22.0
18212024-12-02T16:07:48.823Z Compiling dyn-clone v1.0.17
18222024-12-02T16:07:49.031Z Compiling syn v1.0.109
18232024-12-02T16:07:49.181Z Compiling rustls-pki-types v1.9.0
18242024-12-02T16:07:51.164Z Compiling der v0.7.9
18252024-12-02T16:07:52.055Z Compiling goblin v0.8.2
18262024-12-02T16:07:53.336Z Compiling tracing v0.1.40
18272024-12-02T16:07:53.544Z Compiling rand_chacha v0.3.1
18282024-12-02T16:07:54.472Z Compiling icu_provider v1.5.0
18292024-12-02T16:07:55.308Z Compiling tokio-util v0.7.12
18302024-12-02T16:07:57.182Z Compiling powerfmt v0.2.0
18312024-12-02T16:07:57.208Z Compiling icu_locid_transform_data v1.5.0
18322024-12-02T16:07:57.368Z Compiling pretty-hex v0.4.1
18332024-12-02T16:07:57.765Z Compiling rayon-core v1.12.1
18342024-12-02T16:07:57.768Z Compiling mirai-annotations v1.12.0
18352024-12-02T16:07:58.024Z Compiling rustls v0.22.4
18362024-12-02T16:07:58.066Z Compiling untrusted v0.9.0
18372024-12-02T16:07:58.124Z Compiling icu_locid_transform v1.5.0
18382024-12-02T16:07:58.220Z Compiling deranged v0.3.11
18392024-12-02T16:07:58.315Z Compiling dof v0.3.0
18402024-12-02T16:08:01.288Z Compiling rand v0.8.5
18412024-12-02T16:08:01.537Z Compiling spki v0.7.3
18422024-12-02T16:08:02.066Z Compiling dtrace-parser v0.2.0
18432024-12-02T16:08:03.101Z Compiling salsa20 v0.10.2
18442024-12-02T16:08:03.441Z Compiling icu_collections v1.5.0
18452024-12-02T16:08:03.931Z Compiling pbkdf2 v0.12.2
18462024-12-02T16:08:05.129Z Compiling bzip2-sys v0.1.11+1.0.8
18472024-12-02T16:08:05.253Z Compiling thread-id v4.2.2
18482024-12-02T16:08:05.541Z Compiling icu_properties_data v1.5.0
18492024-12-02T16:08:06.066Z Compiling atomic-waker v1.1.2
18502024-12-02T16:08:06.306Z Compiling num_threads v0.1.7
18512024-12-02T16:08:07.118Z Compiling icu_properties v1.5.1
18522024-12-02T16:08:07.635Z Compiling time v0.3.36
18532024-12-02T16:08:12.241Z Compiling scrypt v0.11.0
18542024-12-02T16:08:12.482Z Compiling form_urlencoded v1.2.1
18552024-12-02T16:08:12.509Z Compiling aes v0.8.4
18562024-12-02T16:08:12.809Z Compiling cbc v0.1.2
18572024-12-02T16:08:13.109Z Compiling http-body v1.0.1
18582024-12-02T16:08:13.491Z Compiling multer v3.1.0
18592024-12-02T16:08:13.555Z Compiling utf8_iter v1.0.4
18602024-12-02T16:08:13.794Z Compiling slog-async v2.8.0
18612024-12-02T16:08:13.816Z Compiling utf16_iter v1.0.5
18622024-12-02T16:08:14.275Z Compiling try-lock v0.2.5
18632024-12-02T16:08:14.315Z Compiling icu_normalizer_data v1.5.0
18642024-12-02T16:08:14.501Z Compiling write16 v1.0.0
18652024-12-02T16:08:14.901Z Compiling icu_normalizer v1.5.0
18662024-12-02T16:08:15.210Z Compiling want v0.3.1
18672024-12-02T16:08:16.810Z Compiling pkcs5 v0.7.1
18682024-12-02T16:08:20.216Z Compiling h2 v0.4.6
18692024-12-02T16:08:20.813Z Compiling heapless v0.7.17
18702024-12-02T16:08:21.223Z Compiling zerocopy-derive v0.6.6
18712024-12-02T16:08:21.747Z Compiling signal-hook v0.3.17
18722024-12-02T16:08:22.113Z Compiling base64 v0.22.1
18732024-12-02T16:08:22.139Z Compiling num-bigint-dig v0.8.4
18742024-12-02T16:08:22.457Z Compiling anyhow v1.0.93
18752024-12-02T16:08:23.108Z Compiling httpdate v1.0.3
18762024-12-02T16:08:24.574Z Compiling pkcs8 v0.10.2
18772024-12-02T16:08:24.599Z Compiling idna_adapter v1.2.0
18782024-12-02T16:08:25.273Z Compiling usdt-macro v0.5.0
18792024-12-02T16:08:25.445Z Compiling usdt-attr-macro v0.5.0
18802024-12-02T16:08:27.156Z Compiling async-stream-impl v0.3.6
18812024-12-02T16:08:27.594Z Compiling tower-service v0.3.3
18822024-12-02T16:08:27.742Z Compiling rustversion v1.0.17
18832024-12-02T16:08:28.319Z Compiling strsim v0.11.1
18842024-12-02T16:08:28.435Z Compiling hyper v1.5.0
18852024-12-02T16:08:30.036Z Compiling idna v1.0.3
18862024-12-02T16:08:34.954Z Compiling hyper-util v0.1.10
18872024-12-02T16:08:37.207Z Compiling curve25519-dalek v4.1.3
18882024-12-02T16:08:37.636Z Compiling openapiv3 v2.0.0
18892024-12-02T16:08:38.676Z Compiling toml_datetime v0.6.8
18902024-12-02T16:08:38.715Z Compiling serde_spanned v0.6.8
18912024-12-02T16:08:39.047Z Compiling enum-as-inner v0.6.1
18922024-12-02T16:08:40.264Z Compiling dropshot v0.12.0
18932024-12-02T16:08:40.307Z Compiling adler2 v2.0.0
18942024-12-02T16:08:40.784Z Compiling foreign-types-shared v0.1.1
18952024-12-02T16:08:41.121Z Compiling portable-atomic v1.9.0
18962024-12-02T16:08:41.794Z Compiling smoltcp v0.9.1
18972024-12-02T16:08:42.287Z Compiling match_cfg v0.1.0
18982024-12-02T16:08:42.416Z Compiling hostname v0.3.1
18992024-12-02T16:08:42.523Z Compiling foreign-types v0.3.2
19002024-12-02T16:08:42.728Z Compiling miniz_oxide v0.8.0
19012024-12-02T16:08:44.479Z Compiling url v2.5.3
19022024-12-02T16:08:51.779Z Compiling http-body-util v0.1.2
19032024-12-02T16:08:52.467Z Compiling clap_derive v4.5.18
19042024-12-02T16:08:52.513Z Compiling dirs-sys-next v0.1.2
19052024-12-02T16:08:53.377Z Compiling encoding_rs v0.8.34
19062024-12-02T16:08:55.218Z Compiling siphasher v0.3.11
19072024-12-02T16:08:55.891Z Compiling data-encoding v2.6.0
19082024-12-02T16:08:57.539Z Compiling mime v0.3.17
19092024-12-02T16:08:58.634Z Compiling dirs-next v2.0.0
19102024-12-02T16:09:03.963Z Compiling hubpack_derive v0.1.1
19112024-12-02T16:09:04.332Z Compiling serde_urlencoded v0.7.1
19122024-12-02T16:09:04.793Z Compiling crossbeam-epoch v0.9.18
19132024-12-02T16:09:04.932Z Compiling hashbrown v0.14.5
19142024-12-02T16:09:05.485Z Compiling rustls-pemfile v2.2.0
19152024-12-02T16:09:06.003Z Compiling dropshot_endpoint v0.12.0
19162024-12-02T16:09:07.036Z Compiling rustls-webpki v0.102.8
19172024-12-02T16:09:07.456Z Compiling sha1 v0.10.6
19182024-12-02T16:09:07.852Z Compiling signature v2.2.0
19192024-12-02T16:09:07.876Z Compiling curve25519-dalek-derive v0.1.1
19202024-12-02T16:09:08.188Z Compiling thread_local v1.1.8
19212024-12-02T16:09:08.694Z Compiling fs-err v2.11.0
19222024-12-02T16:09:09.003Z Compiling utf8parse v0.2.2
19232024-12-02T16:09:09.181Z Compiling winnow v0.6.20
19242024-12-02T16:09:09.248Z Compiling openssl-probe v0.1.5
19252024-12-02T16:09:09.725Z Compiling anstyle v1.0.10
19262024-12-02T16:09:10.162Z Compiling ipnet v2.10.1
19272024-12-02T16:09:10.191Z Compiling unicode-properties v0.1.3
19282024-12-02T16:09:11.727Z Compiling gimli v0.31.1
19292024-12-02T16:09:12.869Z Compiling toml_edit v0.22.22
19302024-12-02T16:09:13.113Z Compiling stringprep v0.1.5
19312024-12-02T16:09:14.138Z Compiling anstyle-parse v0.2.5
19322024-12-02T16:09:15.878Z Compiling regress v0.10.1
19332024-12-02T16:09:16.812Z Compiling addr2line v0.24.2
19342024-12-02T16:09:17.501Z Compiling crossbeam-deque v0.8.5
19352024-12-02T16:09:17.879Z Compiling term v0.7.0
19362024-12-02T16:09:19.169Z Compiling slog-json v2.6.1
19372024-12-02T16:09:20.336Z Compiling crossbeam-channel v0.5.13
19382024-12-02T16:09:21.103Z Compiling idna v0.3.0
19392024-12-02T16:09:21.362Z Compiling idna v0.4.0
19402024-12-02T16:09:22.975Z Compiling futures-executor v0.3.31
19412024-12-02T16:09:23.427Z Compiling num-integer v0.1.46
19422024-12-02T16:09:23.470Z Compiling md-5 v0.10.6
19432024-12-02T16:09:23.738Z Compiling ff v0.13.0
19442024-12-02T16:09:23.798Z Compiling hash32 v0.2.1
19452024-12-02T16:09:23.986Z Compiling is-terminal v0.4.13
19462024-12-02T16:09:24.128Z Compiling memmap v0.7.0
19472024-12-02T16:09:24.149Z Compiling object v0.36.5
19482024-12-02T16:09:24.180Z Compiling fallible-iterator v0.2.0
19492024-12-02T16:09:24.453Z Compiling colorchoice v1.0.2
19502024-12-02T16:09:24.636Z Compiling utf-8 v0.7.6
19512024-12-02T16:09:24.929Z Compiling is_terminal_polyfill v1.70.1
19522024-12-02T16:09:24.932Z Compiling quick-error v1.2.3
19532024-12-02T16:09:25.022Z Compiling heck v0.4.1
19542024-12-02T16:09:25.064Z Compiling rustc-demangle v0.1.24
19552024-12-02T16:09:25.114Z Compiling anstyle-query v1.1.1
19562024-12-02T16:09:25.281Z Compiling psl-types v2.0.11
19572024-12-02T16:09:25.441Z Compiling take_mut v0.2.2
19582024-12-02T16:09:25.496Z Compiling base16ct v0.2.0
19592024-12-02T16:09:25.623Z Compiling linked-hash-map v0.5.6
19602024-12-02T16:09:25.928Z Compiling sec1 v0.7.3
19612024-12-02T16:09:26.006Z Compiling lru-cache v0.1.2
19622024-12-02T16:09:26.068Z Compiling publicsuffix v2.2.3
19632024-12-02T16:09:26.520Z Compiling strum_macros v0.25.3
19642024-12-02T16:09:26.675Z Compiling anstream v0.6.15
19652024-12-02T16:09:27.267Z Compiling resolv-conf v0.7.0
19662024-12-02T16:09:27.350Z Compiling postgres-protocol v0.6.7
19672024-12-02T16:09:27.883Z Compiling tungstenite v0.24.0
19682024-12-02T16:09:27.951Z Compiling usdt v0.5.0
19692024-12-02T16:09:28.565Z Compiling slog-term v2.9.1
19702024-12-02T16:09:29.690Z Compiling num-iter v0.1.45
19712024-12-02T16:09:29.710Z Compiling group v0.13.0
19722024-12-02T16:09:29.888Z Compiling futures v0.3.31
19732024-12-02T16:09:30.030Z Compiling hickory-proto v0.24.1
19742024-12-02T16:09:30.186Z Compiling tokio-rustls v0.26.0
19752024-12-02T16:09:31.199Z Compiling typify-impl v0.2.0
19762024-12-02T16:09:31.901Z Compiling backtrace v0.3.74
19772024-12-02T16:09:32.280Z Compiling slog-bunyan v2.5.0
19782024-12-02T16:09:32.500Z Compiling tokio-rustls v0.25.0
19792024-12-02T16:09:32.504Z Compiling toml v0.8.19
19802024-12-02T16:09:32.941Z Compiling tokio-native-tls v0.3.1
19812024-12-02T16:09:33.265Z Compiling phf_shared v0.11.2
19822024-12-02T16:09:33.624Z Compiling async-stream v0.3.6
19832024-12-02T16:09:33.942Z Compiling waitgroup v0.1.2
19842024-12-02T16:09:34.037Z Compiling webpki-roots v0.26.6
19852024-12-02T16:09:34.235Z Compiling idna v0.5.0
19862024-12-02T16:09:34.345Z Compiling terminal_size v0.4.0
19872024-12-02T16:09:34.568Z Compiling serde_path_to_error v0.1.16
19882024-12-02T16:09:35.348Z Compiling hkdf v0.12.4
19892024-12-02T16:09:35.461Z Compiling crypto-bigint v0.5.5
19902024-12-02T16:09:35.598Z Compiling derive-where v1.2.7
19912024-12-02T16:09:35.747Z Compiling serde_repr v0.1.19
19922024-12-02T16:09:37.001Z Compiling hostname v0.4.0
19932024-12-02T16:09:37.240Z Compiling crc32fast v1.4.2
19942024-12-02T16:09:38.101Z Compiling bitflags v1.3.2
19952024-12-02T16:09:38.214Z Compiling clap_lex v0.7.2
19962024-12-02T16:09:38.639Z Compiling unicode-width v0.1.14
19972024-12-02T16:09:38.661Z Compiling winnow v0.5.40
19982024-12-02T16:09:39.086Z Compiling debug-ignore v1.0.5
19992024-12-02T16:09:39.154Z Compiling managed v0.8.0
20002024-12-02T16:09:40.324Z Compiling console v0.15.8
20012024-12-02T16:09:41.913Z Compiling clap_builder v4.5.21
20022024-12-02T16:09:42.023Z Compiling elliptic-curve v0.13.8
20032024-12-02T16:09:42.547Z Compiling toml_edit v0.19.15
20042024-12-02T16:09:42.763Z Compiling flate2 v1.0.34
20052024-12-02T16:09:43.084Z Compiling typify-macro v0.2.0
20062024-12-02T16:09:43.729Z Compiling hickory-resolver v0.24.1
20072024-12-02T16:09:43.974Z Compiling cookie_store v0.21.0
20082024-12-02T16:09:47.399Z Compiling hyper-rustls v0.27.3
20092024-12-02T16:09:49.656Z Compiling phf v0.11.2
20102024-12-02T16:09:49.998Z Compiling hyper-tls v0.6.0
20112024-12-02T16:09:50.404Z Compiling signal-hook-mio v0.2.4
20122024-12-02T16:09:50.456Z Compiling rayon v1.10.0
20132024-12-02T16:09:50.621Z Compiling bzip2 v0.4.4
20142024-12-02T16:09:51.018Z Compiling tokio-tungstenite v0.24.0
20152024-12-02T16:09:51.314Z Compiling postgres-types v0.2.8
20162024-12-02T16:09:51.561Z Compiling ed25519 v2.2.3
20172024-12-02T16:09:51.607Z Compiling hubpack v0.1.2
20182024-12-02T16:09:52.007Z Compiling phf_shared v0.10.0
20192024-12-02T16:09:52.083Z Compiling pkcs1 v0.7.5
20202024-12-02T16:09:52.597Z Compiling zerocopy v0.6.6
20212024-12-02T16:09:52.690Z Compiling tokio-stream v0.1.16
20222024-12-02T16:09:53.540Z Compiling serde-big-array v0.5.1
20232024-12-02T16:09:53.632Z Compiling rfc6979 v0.4.0
20242024-12-02T16:09:53.791Z Compiling float-cmp v0.9.0
20252024-12-02T16:09:54.012Z Compiling sync_wrapper v1.0.1
20262024-12-02T16:09:54.187Z Compiling bstr v1.10.0
20272024-12-02T16:09:54.513Z Compiling unicode-segmentation v1.12.0
20282024-12-02T16:09:55.283Z Compiling predicates-core v1.0.8
20292024-12-02T16:09:55.304Z Compiling bit-vec v0.6.3
20302024-12-02T16:09:55.392Z Compiling fixedbitset v0.4.2
20312024-12-02T16:09:55.637Z Compiling unicode-width v0.2.0
20322024-12-02T16:09:55.837Z Compiling difflib v0.4.0
20332024-12-02T16:09:55.858Z Compiling static_assertions v1.1.0
20342024-12-02T16:09:55.926Z Compiling precomputed-hash v0.1.1
20352024-12-02T16:09:55.966Z Compiling whoami v1.5.2
20362024-12-02T16:09:56.050Z Compiling normalize-line-endings v0.3.0
20372024-12-02T16:09:56.205Z Compiling number_prefix v0.4.0
20382024-12-02T16:09:56.439Z Compiling new_debug_unreachable v1.0.6
20392024-12-02T16:09:56.640Z Compiling string_cache v0.8.7
20402024-12-02T16:09:56.696Z Compiling indicatif v0.17.9
20412024-12-02T16:09:57.088Z Compiling tokio-postgres v0.7.12
20422024-12-02T16:09:57.847Z Compiling predicates v3.1.2
20432024-12-02T16:09:58.603Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20442024-12-02T16:09:59.040Z Compiling petgraph v0.6.5
20452024-12-02T16:09:59.349Z Compiling bit-set v0.5.3
20462024-12-02T16:09:59.640Z Compiling similar v2.6.0
20472024-12-02T16:10:02.566Z Compiling reqwest v0.12.9
20482024-12-02T16:10:02.877Z Compiling ecdsa v0.16.9
20492024-12-02T16:10:03.319Z Compiling qorb v0.2.1
20502024-12-02T16:10:03.545Z Compiling rsa v0.9.6
20512024-12-02T16:10:03.737Z Compiling ed25519-dalek v2.1.1
20522024-12-02T16:10:04.281Z Compiling zip v0.6.6
20532024-12-02T16:10:04.572Z Compiling crossterm v0.28.1
20542024-12-02T16:10:05.209Z Compiling toml v0.7.8
20552024-12-02T16:10:05.562Z Compiling clap v4.5.21
20562024-12-02T16:10:08.071Z Compiling x509-cert v0.2.5
20572024-12-02T16:10:08.769Z Compiling hex v0.4.3
20582024-12-02T16:10:10.715Z Compiling itertools v0.10.5
20592024-12-02T16:10:12.113Z Compiling radium v0.7.0
20602024-12-02T16:10:12.385Z Compiling peg-runtime v0.8.3
20612024-12-02T16:10:13.038Z Compiling lalrpop-util v0.19.12
20622024-12-02T16:10:13.453Z Compiling unicode-xid v0.2.6
20632024-12-02T16:10:14.689Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20642024-12-02T16:10:31.743Z Compiling tap v1.0.1
20652024-12-02T16:10:31.800Z Compiling maybe-uninit v2.0.0
20662024-12-02T16:10:32.484Z Compiling ident_case v1.0.1
20672024-12-02T16:10:32.733Z Compiling darling_core v0.20.10
20682024-12-02T16:10:38.269Z Compiling wyz v0.5.1
20692024-12-02T16:10:44.448Z Compiling typify v0.2.0
20702024-12-02T16:10:48.782Z Compiling funty v2.0.0
20712024-12-02T16:10:48.981Z Compiling unsafe-libyaml v0.2.11
20722024-12-02T16:10:49.278Z Compiling packed_struct v0.10.1
20732024-12-02T16:10:50.083Z Compiling bitvec v1.0.1
20742024-12-02T16:10:50.542Z Compiling serde_yaml v0.9.34+deprecated
20752024-12-02T16:10:54.598Z Compiling progenitor-impl v0.8.0
20762024-12-02T16:10:56.431Z Compiling darling_macro v0.20.10
20772024-12-02T16:10:57.526Z Compiling packed_struct_codegen v0.10.1
20782024-12-02T16:11:00.013Z Compiling structmeta-derive v0.3.0
20792024-12-02T16:11:00.031Z Compiling indexmap v1.9.3
20802024-12-02T16:11:00.469Z Compiling crc-catalog v2.4.0
20812024-12-02T16:11:00.705Z Compiling fastrand v2.1.1
20822024-12-02T16:11:01.293Z Compiling newtype-uuid v1.1.3
20832024-12-02T16:11:01.420Z Compiling nodrop v0.1.14
20842024-12-02T16:11:01.518Z Compiling progenitor-macro v0.8.0
20852024-12-02T16:11:01.570Z Compiling array-init v0.0.4
20862024-12-02T16:11:02.625Z Compiling structmeta v0.3.0
20872024-12-02T16:11:03.037Z Compiling tempfile v3.13.0
20882024-12-02T16:11:03.721Z Compiling crc v3.2.1
20892024-12-02T16:11:09.209Z Compiling darling v0.20.10
20902024-12-02T16:11:09.712Z Compiling smallvec v0.6.14
20912024-12-02T16:11:16.113Z Compiling progenitor-client v0.8.0
20922024-12-02T16:11:18.752Z Compiling pin-project-internal v1.1.6
20932024-12-02T16:11:18.973Z Compiling dropshot v0.13.0
20942024-12-02T16:11:19.131Z Compiling termcolor v1.4.1
20952024-12-02T16:11:20.316Z Compiling base64 v0.21.7
20962024-12-02T16:11:21.655Z Compiling hashbrown v0.12.3
20972024-12-02T16:11:21.698Z Compiling same-file v1.0.6
20982024-12-02T16:11:22.795Z Compiling bitfield v0.14.0
20992024-12-02T16:11:23.082Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21002024-12-02T16:11:26.260Z Compiling walkdir v2.5.0
21012024-12-02T16:11:30.718Z Compiling pin-project v1.1.6
21022024-12-02T16:11:35.370Z Compiling ron v0.8.1
21032024-12-02T16:11:36.455Z Compiling env_logger v0.10.2
21042024-12-02T16:11:40.580Z Compiling progenitor v0.8.0
21052024-12-02T16:11:40.911Z Compiling serde-hex v0.1.0
21062024-12-02T16:11:41.392Z Compiling serde_with_macros v3.11.0
21072024-12-02T16:11:41.669Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21082024-12-02T16:11:42.007Z Compiling parse-display-derive v0.10.0
21092024-12-02T16:11:45.654Z Compiling strum_macros v0.26.4
21102024-12-02T16:11:46.067Z Compiling hashbrown v0.13.2
21112024-12-02T16:11:46.259Z Compiling ipnetwork v0.20.0
21122024-12-02T16:11:47.471Z Compiling xattr v1.3.1
21132024-12-02T16:11:47.684Z Compiling dropshot_endpoint v0.13.0
21142024-12-02T16:11:47.813Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21152024-12-02T16:11:48.109Z Compiling snafu-derive v0.8.5
21162024-12-02T16:11:48.567Z Compiling ring v0.16.20
21172024-12-02T16:11:49.615Z Compiling blake3 v1.5.4
21182024-12-02T16:11:49.674Z Compiling filetime v0.2.25
21192024-12-02T16:11:50.028Z Compiling instant v0.1.13
21202024-12-02T16:11:50.210Z Compiling lockfree-object-pool v0.1.6
21212024-12-02T16:11:50.232Z Compiling simd-adler32 v0.3.7
21222024-12-02T16:11:50.252Z Compiling crc-any v2.5.0
21232024-12-02T16:11:50.510Z Compiling zip v2.1.3
21242024-12-02T16:11:51.260Z Compiling bumpalo v3.16.0
21252024-12-02T16:11:51.303Z Compiling buf-list v1.0.3
21262024-12-02T16:11:51.557Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21272024-12-02T16:11:51.577Z Compiling strum v0.26.3
21282024-12-02T16:11:51.784Z Compiling zopfli v0.8.1
21292024-12-02T16:11:51.944Z Compiling backoff v0.4.0
21302024-12-02T16:11:52.269Z Compiling tar v0.4.42
21312024-12-02T16:11:52.936Z Compiling snafu v0.8.5
21322024-12-02T16:11:54.292Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-12-02T16:11:54.522Z Compiling object v0.30.4
21342024-12-02T16:11:56.015Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-02T16:11:57.156Z Compiling parse-display v0.10.0
21362024-12-02T16:11:58.005Z Compiling serde_with v3.11.0
21372024-12-02T16:11:58.356Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-02T16:11:58.979Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-02T16:11:59.137Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21402024-12-02T16:11:59.709Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21412024-12-02T16:11:59.871Z Compiling camino-tempfile v1.1.1
21422024-12-02T16:12:00.560Z Compiling globset v0.4.15
21432024-12-02T16:12:00.682Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21442024-12-02T16:12:00.895Z Compiling regress v0.9.1
21452024-12-02T16:12:02.494Z Compiling pem v3.0.4
21462024-12-02T16:12:04.017Z Compiling olpc-cjson v0.1.4
21472024-12-02T16:12:04.377Z Compiling macaddr v1.0.1
21482024-12-02T16:12:05.102Z Compiling serde_plain v1.0.2
21492024-12-02T16:12:05.652Z Compiling async-recursion v1.1.1
21502024-12-02T16:12:06.862Z Compiling memmap2 v0.9.5
21512024-12-02T16:12:07.154Z Compiling arrayvec v0.7.6
21522024-12-02T16:12:07.467Z Compiling constant_time_eq v0.3.1
21532024-12-02T16:12:07.667Z Compiling arrayref v0.3.9
21542024-12-02T16:12:07.671Z Compiling spin v0.5.2
21552024-12-02T16:12:07.751Z Compiling typed-path v0.9.3
21562024-12-02T16:12:07.794Z Compiling path-slash v0.1.5
21572024-12-02T16:12:07.947Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21582024-12-02T16:12:09.590Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21592024-12-02T16:12:10.810Z Compiling tough v0.19.0
21602024-12-02T16:12:15.241Z Compiling itertools v0.13.0
21612024-12-02T16:12:15.354Z Compiling cargo-platform v0.1.8
21622024-12-02T16:12:15.977Z Compiling parse-size v1.1.0
21632024-12-02T16:12:16.289Z Compiling topological-sort v0.2.2
21642024-12-02T16:12:16.429Z Compiling cargo_metadata v0.18.1
21652024-12-02T16:12:16.591Z Compiling omicron-zone-package v0.11.1
21662024-12-02T16:12:18.708Z Compiling shell-words v1.1.0
21672024-12-02T16:12:23.210Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21682024-12-02T16:12:36.634Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21692024-12-02T16:12:52.647Z Finished `release` profile [optimized] target(s) in 5m 56s
21702024-12-02T16:12:52.831Z Running `target/release/omicron-releng --output-dir /work`
21712024-12-02T16:12:52.889ZDec 02 16:12:52.286 DEBG changing working directory to /work/oxidecomputer/omicron
21722024-12-02T16:12:53.005ZDec 02 16:12:52.401 DEBG running: git rev-parse HEAD
21732024-12-02T16:12:53.012ZDec 02 16:12:52.408 DEBG process exited with exit status: 0 (7.174305ms)
21742024-12-02T16:12:53.012ZDec 02 16:12:52.408 INFO version: 12.0.0-0.ci+git86522dc9102
21752024-12-02T16:12:53.053ZDec 02 16:12:52.450 INFO cloning helios to /work/oxidecomputer/helios
21762024-12-02T16:12:53.053ZDec 02 16:12:52.450 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21772024-12-02T16:12:53.060ZCloning into '/work/oxidecomputer/helios'...
21782024-12-02T16:12:53.593ZDec 02 16:12:52.989 DEBG process exited with exit status: 0 (538.841456ms)
21792024-12-02T16:12:53.593ZDec 02 16:12:52.989 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21802024-12-02T16:12:53.602Z# branch.oid 59a814adacfd4f9258f38e9a0f40d343da9323a7
21812024-12-02T16:12:53.602Z# branch.head master
21822024-12-02T16:12:53.602Z# branch.upstream origin/master
21832024-12-02T16:12:53.602Z# branch.ab +0 -0
21842024-12-02T16:12:53.605ZDec 02 16:12:53.000 DEBG process exited with exit status: 0 (10.494543ms)
21852024-12-02T16:12:53.605ZDec 02 16:12:53.000 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21862024-12-02T16:12:54.600ZDec 02 16:12:53.996 DEBG process exited with exit status: 0 (996.520328ms)
21872024-12-02T16:12:54.600ZDec 02 16:12:53.996 DEBG running: zfs list rpool/images/build/host
21882024-12-02T16:12:54.608ZNAME USED AVAIL REFER MOUNTPOINT
21892024-12-02T16:12:54.608Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21902024-12-02T16:12:54.611ZDec 02 16:12:54.006 DEBG process exited with exit status: 0 (9.362598ms)
21912024-12-02T16:12:54.611ZDec 02 16:12:54.006 DEBG running: zfs list rpool/images/build/recovery
21922024-12-02T16:12:54.617ZNAME USED AVAIL REFER MOUNTPOINT
21932024-12-02T16:12:54.617Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21942024-12-02T16:12:54.620ZDec 02 16:12:54.015 DEBG process exited with exit status: 0 (8.730527ms)
21952024-12-02T16:12:54.620ZDec 02 16:12:54.015 INFO [hubris-production] running task
21962024-12-02T16:12:54.620ZDec 02 16:12:54.016 INFO [hubris-staging] running task
21972024-12-02T16:12:54.622ZDec 02 16:12:54.016 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
21982024-12-02T16:12:54.624ZDec 02 16:12:54.021 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21992024-12-02T16:12:54.704Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22002024-12-02T16:12:55.142Z[ omicron-package] Blocking waiting for file lock on package cache
22012024-12-02T16:12:55.755Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-02T16:12:56.369ZDec 02 16:12:55.765 INFO [hubris-production] task succeeded (1.749556373s)
22032024-12-02T16:12:57.050Z[ omicron-package] Compiling zerocopy v0.8.10
22042024-12-02T16:12:57.053Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22052024-12-02T16:12:57.053Z[ omicron-package] Compiling itertools v0.13.0
22062024-12-02T16:12:57.053Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22072024-12-02T16:12:57.053Z[ omicron-package] Compiling heapless v0.8.0
22082024-12-02T16:12:57.228Z[ omicron-package] Compiling hash32 v0.3.1
22092024-12-02T16:12:57.230Z[ omicron-package] Compiling smoltcp v0.11.0
22102024-12-02T16:12:57.230Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22112024-12-02T16:12:58.170Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22122024-12-02T16:12:58.604Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22132024-12-02T16:12:58.759Z[ omicron-package] Compiling num_enum_derive v0.5.11
22142024-12-02T16:12:58.855Z[ omicron-package] Compiling cobs v0.2.3
22152024-12-02T16:12:59.362Z[ omicron-package] Compiling postcard v1.0.10
22162024-12-02T16:12:59.558Z[ omicron-package] Compiling proc-macro-error v1.0.4
22172024-12-02T16:12:59.760Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22182024-12-02T16:12:59.993Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22192024-12-02T16:13:00.442Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22202024-12-02T16:13:00.859Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22212024-12-02T16:13:01.792Z[ omicron-package] Compiling tabwriter v1.4.0
22222024-12-02T16:13:02.365Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22232024-12-02T16:13:02.662Z[ omicron-package] Compiling foreign-types v0.5.0
22242024-12-02T16:13:03.179Z[ omicron-package] Compiling cstr-argument v0.1.2
22252024-12-02T16:13:03.331Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22262024-12-02T16:13:03.508Z[ omicron-package] Compiling num_enum v0.5.11
22272024-12-02T16:13:03.511Z[ omicron-package] Compiling pretty-hex v0.2.1
22282024-12-02T16:13:03.892Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22292024-12-02T16:13:04.079Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22302024-12-02T16:13:04.333Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22312024-12-02T16:13:04.427Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22322024-12-02T16:13:04.827Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22332024-12-02T16:13:05.107Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22342024-12-02T16:13:05.356Z[ omicron-package] Compiling colored v2.1.0
22352024-12-02T16:13:05.463Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22362024-12-02T16:13:05.950Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22372024-12-02T16:13:06.975Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22382024-12-02T16:13:07.092Z[ omicron-package] Compiling sigpipe v0.1.3
22392024-12-02T16:13:07.411Z[ omicron-package] Compiling num-derive v0.4.2
22402024-12-02T16:13:07.492Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22412024-12-02T16:13:07.768Z[ omicron-package] Compiling libefi-sys v0.1.0
22422024-12-02T16:13:08.595Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22432024-12-02T16:13:08.998Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22442024-12-02T16:13:10.314Z[ omicron-package] Compiling zone v0.3.0
22452024-12-02T16:13:10.501Z[ omicron-package] Compiling smf v0.2.3
22462024-12-02T16:13:11.372Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22472024-12-02T16:13:12.502Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
22482024-12-02T16:13:12.543Z[ omicron-package] Compiling bitfield-struct v0.6.2
22492024-12-02T16:13:14.820Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22502024-12-02T16:13:15.401Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22512024-12-02T16:13:15.737Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22522024-12-02T16:13:16.327Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22532024-12-02T16:13:16.401Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22542024-12-02T16:13:16.615Z[ omicron-package] Compiling gethostname v0.5.0
22552024-12-02T16:13:17.322Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22562024-12-02T16:13:18.402Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22572024-12-02T16:13:20.480Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22582024-12-02T16:13:20.832ZDec 02 16:13:20.226 INFO [hubris-staging] task succeeded (26.210228235s)
22592024-12-02T16:13:21.984Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22602024-12-02T16:13:23.487Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22612024-12-02T16:13:26.566Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22622024-12-02T16:13:27.235Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22632024-12-02T16:13:29.033Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22642024-12-02T16:13:38.386Z[ helios-setup] Dec 02 16:13:37.778 INFO helios repository root is: /work/oxidecomputer/helios
22652024-12-02T16:13:38.389Z[ helios-setup] Dec 02 16:13:37.780 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22662024-12-02T16:13:38.389Z[ helios-setup] Dec 02 16:13:37.781 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
22672024-12-02T16:13:38.391Z[ helios-setup] Dec 02 16:13:37.781 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
22682024-12-02T16:13:38.394Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22692024-12-02T16:13:39.726Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22702024-12-02T16:13:39.735Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22712024-12-02T16:13:46.325Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
22722024-12-02T16:13:46.335Z[ helios-setup] Dec 02 16:13:45.726 INFO clone ok!, project: amd-host-image-builder
22732024-12-02T16:13:46.338Z[ helios-setup] Dec 02 16:13:45.727 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
22742024-12-02T16:13:46.338Z[ helios-setup] Dec 02 16:13:45.727 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22752024-12-02T16:13:46.340Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22762024-12-02T16:13:46.897Z[ helios-setup] Dec 02 16:13:46.287 INFO clone ok!, project: image-builder
22772024-12-02T16:13:46.900Z[ helios-setup] Dec 02 16:13:46.288 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
22782024-12-02T16:13:46.901Z[ helios-setup] Dec 02 16:13:46.288 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22792024-12-02T16:13:46.901Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22802024-12-02T16:13:47.371Z[ helios-setup] Dec 02 16:13:46.762 INFO clone ok!, project: bootserver
22812024-12-02T16:13:47.374Z[ helios-setup] Dec 02 16:13:46.762 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
22822024-12-02T16:13:47.374Z[ helios-setup] Dec 02 16:13:46.762 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22832024-12-02T16:13:47.377Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22842024-12-02T16:13:47.988Z[ omicron-package] Finished `release` profile [optimized] target(s) in 53.35s
22852024-12-02T16:13:48.231Z[ omicron-package]
22862024-12-02T16:13:48.231Z[ omicron-package] real 53.556461790
22872024-12-02T16:13:48.231Z[ omicron-package] user 3:01.926425455
22882024-12-02T16:13:48.231Z[ omicron-package] sys 26.375061689
22892024-12-02T16:13:48.231Z[ omicron-package] trap 0.416399143
22902024-12-02T16:13:48.231Z[ omicron-package] tflt 0.411650534
22912024-12-02T16:13:48.231Z[ omicron-package] dflt 0.751882314
22922024-12-02T16:13:48.231Z[ omicron-package] kflt 0.028585747
22932024-12-02T16:13:48.231Z[ omicron-package] lock 6:06.353139644
22942024-12-02T16:13:48.232Z[ omicron-package] slp 10:45.694441854
22952024-12-02T16:13:48.232Z[ omicron-package] lat 1:45.196165427
22962024-12-02T16:13:48.232Z[ omicron-package] stop 56.589804599
22972024-12-02T16:13:48.232ZDec 02 16:13:47.622 INFO [omicron-package] process exited with exit status: 0 (53.605972279s)
22982024-12-02T16:13:48.232ZDec 02 16:13:47.623 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
22992024-12-02T16:13:48.312ZDec 02 16:13:47.703 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
23002024-12-02T16:13:48.324Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23012024-12-02T16:13:48.326Z[ recovery-target] Created new build target 'recovery' and set it as active
23022024-12-02T16:13:48.328ZDec 02 16:13:47.718 INFO [recovery-target] process exited with exit status: 0 (95.213477ms)
23032024-12-02T16:13:48.333Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23042024-12-02T16:13:48.336Z[ host-target] Created new build target 'host' and set it as active
23052024-12-02T16:13:48.336ZDec 02 16:13:47.726 INFO [host-target] process exited with exit status: 0 (23.659623ms)
23062024-12-02T16:13:48.336ZDec 02 16:13:47.727 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23072024-12-02T16:13:48.356Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23082024-12-02T16:13:49.622Z[ host-package] Compiling convert_case v0.4.0
23092024-12-02T16:13:49.622Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23102024-12-02T16:13:49.624Z[ host-package] Compiling newline-converter v0.3.0
23112024-12-02T16:13:49.760Z[ host-package] Compiling password-hash v0.5.0
23122024-12-02T16:13:49.762Z[ host-package] Compiling progenitor-client v0.8.0
23132024-12-02T16:13:49.762Z[ host-package] Compiling blake2 v0.10.6
23142024-12-02T16:13:49.777Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23152024-12-02T16:13:49.871Z[ host-package] Compiling cancel-safe-futures v0.1.5
23162024-12-02T16:13:50.024Z[ host-package] Compiling expectorate v1.1.0
23172024-12-02T16:13:50.053Z[ host-package] Compiling owo-colors v4.1.0
23182024-12-02T16:13:50.238Z[ host-package] Compiling progenitor v0.8.0
23192024-12-02T16:13:50.281Z[ host-package] Compiling num-rational v0.4.2
23202024-12-02T16:13:50.317Z[ host-package] Compiling argon2 v0.5.3
23212024-12-02T16:13:50.410Z[ host-package] Compiling num-complex v0.4.6
23222024-12-02T16:13:50.501Z[ host-package] Compiling derive_more v0.99.18
23232024-12-02T16:13:51.403Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23242024-12-02T16:13:51.820Z[ host-package] Compiling num v0.4.3
23252024-12-02T16:13:51.854Z[ host-package] Compiling atomicwrites v0.4.4
23262024-12-02T16:13:51.973Z[ host-package] Compiling libsw v3.3.1
23272024-12-02T16:13:52.067Z[ host-package] Compiling indent_write v2.2.0
23282024-12-02T16:13:52.127Z[ host-package] Compiling linear-map v1.2.0
23292024-12-02T16:13:52.371Z[ host-package] Compiling swrite v0.1.0
23302024-12-02T16:13:52.393Z[ host-package] Compiling float-ord v0.3.2
23312024-12-02T16:13:52.479Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23322024-12-02T16:13:52.559Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23332024-12-02T16:13:52.596Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23342024-12-02T16:13:52.632Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23352024-12-02T16:13:52.918Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23362024-12-02T16:13:53.069Z[ host-package] Compiling highway v1.2.0
23372024-12-02T16:13:53.707Z[ host-package] Compiling semver v0.1.20
23382024-12-02T16:13:53.720Z[ helios-setup] Dec 02 16:13:53.111 INFO clone ok!, project: amd-firmware
23392024-12-02T16:13:53.724Z[ helios-setup] Dec 02 16:13:53.111 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23402024-12-02T16:13:53.724Z[ helios-setup] Dec 02 16:13:53.111 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
23412024-12-02T16:13:53.724Z[ helios-setup] Dec 02 16:13:53.111 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23422024-12-02T16:13:53.727Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23432024-12-02T16:13:54.333Z[ host-package] Compiling rustc_version v0.1.7
23442024-12-02T16:13:54.714Z[ host-package] Compiling newtype-uuid v1.1.3
23452024-12-02T16:13:54.778Z[ helios-setup] Dec 02 16:13:54.168 INFO clone ok!, project: pilot
23462024-12-02T16:13:54.781Z[ helios-setup] Dec 02 16:13:54.169 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23472024-12-02T16:13:54.781Z[ helios-setup] Dec 02 16:13:54.169 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
23482024-12-02T16:13:54.781Z[ helios-setup] Dec 02 16:13:54.169 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23492024-12-02T16:13:54.784Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23502024-12-02T16:13:54.944Z[ host-package] Compiling newtype_derive v0.1.6
23512024-12-02T16:13:55.110Z[ host-package] Compiling dropshot v0.13.0
23522024-12-02T16:13:55.200Z[ host-package] Compiling ipnetwork v0.20.0
23532024-12-02T16:13:55.383Z[ host-package] Compiling instant v0.1.13
23542024-12-02T16:13:55.604Z[ host-package] Compiling humantime v2.1.0
23552024-12-02T16:13:55.935Z[ helios-setup] Dec 02 16:13:55.325 INFO clone ok!, project: chelsio-t6-roms
23562024-12-02T16:13:55.938Z[ helios-setup] Dec 02 16:13:55.326 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
23572024-12-02T16:13:55.938Z[ helios-setup] Dec 02 16:13:55.326 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23582024-12-02T16:13:55.941Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23592024-12-02T16:13:56.120Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23602024-12-02T16:13:56.572Z[ host-package] Compiling backoff v0.4.0
23612024-12-02T16:13:56.737Z[ helios-setup] Dec 02 16:13:56.127 INFO clone ok!, project: phbl
23622024-12-02T16:13:56.740Z[ helios-setup] Dec 02 16:13:56.127 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
23632024-12-02T16:13:56.740Z[ helios-setup] Dec 02 16:13:56.127 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23642024-12-02T16:13:56.743Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23652024-12-02T16:13:57.101Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23662024-12-02T16:13:57.436Z[ helios-setup] Dec 02 16:13:56.826 INFO clone ok!, project: pinprick
23672024-12-02T16:13:57.439Z[ helios-setup] Dec 02 16:13:56.826 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23682024-12-02T16:13:57.494Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23692024-12-02T16:13:57.741Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23702024-12-02T16:13:58.464Z[ helios-setup] Dec 02 16:13:57.854 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23712024-12-02T16:13:59.070Z[ helios-setup] Dec 02 16:13:58.460 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23722024-12-02T16:13:59.073Z[ helios-setup] Dec 02 16:13:58.460 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23732024-12-02T16:13:59.766Z[ helios-setup] Dec 02 16:13:59.155 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23742024-12-02T16:14:00.458Z[ helios-setup] Dec 02 16:13:59.848 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23752024-12-02T16:14:00.458Z[ helios-setup] Dec 02 16:13:59.848 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23762024-12-02T16:14:01.112Z[ helios-setup] Dec 02 16:14:00.501 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23772024-12-02T16:14:01.474Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23782024-12-02T16:14:01.745Z[ helios-setup] Dec 02 16:14:01.135 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23792024-12-02T16:14:01.745Z[ helios-setup] Dec 02 16:14:01.135 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23802024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.135 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23812024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.135 INFO ok!
23822024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.135 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23832024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.135 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23842024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.135 INFO ok!
23852024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.135 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23862024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.135 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23872024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.135 INFO ok!
23882024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.136 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23892024-12-02T16:14:01.749Z[ helios-setup] Dec 02 16:14:01.136 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23902024-12-02T16:14:01.757Z[ helios-setup] Dec 02 16:14:01.146 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23912024-12-02T16:14:02.058Z[ helios-setup] Dec 02 16:14:01.448 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23922024-12-02T16:14:02.058Z[ helios-setup] Dec 02 16:14:01.448 INFO E| info: downloading component 'cargo'
23932024-12-02T16:14:02.124Z[ host-package] Compiling parse-display v0.10.0
23942024-12-02T16:14:02.782Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23952024-12-02T16:14:03.017Z[ host-package] Compiling strum v0.26.3
23962024-12-02T16:14:03.058Z[ host-package] Compiling serde_with v3.11.0
23972024-12-02T16:14:03.247Z[ host-package] Compiling regress v0.9.1
23982024-12-02T16:14:03.389Z[ helios-setup] Dec 02 16:14:02.778 INFO E| info: downloading component 'clippy'
23992024-12-02T16:14:03.703Z[ helios-setup] Dec 02 16:14:03.093 INFO E| info: downloading component 'rust-docs'
24002024-12-02T16:14:05.107Z[ helios-setup] Dec 02 16:14:04.496 INFO E| info: downloading component 'rust-src'
24012024-12-02T16:14:05.354Z[ helios-setup] Dec 02 16:14:04.743 INFO E| info: downloading component 'rust-std'
24022024-12-02T16:14:07.199Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24032024-12-02T16:14:07.556Z[ helios-setup] Dec 02 16:14:06.945 INFO E| info: downloading component 'rustc'
24042024-12-02T16:14:08.833Z[ host-package] Compiling macaddr v1.0.1
24052024-12-02T16:14:09.208Z[ host-package] Compiling steno v0.4.1
24062024-12-02T16:14:09.248Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24072024-12-02T16:14:09.574Z[ host-package] Compiling prettyplease v0.2.25
24082024-12-02T16:14:09.613Z[ host-package] Compiling slog-dtrace v0.3.0
24092024-12-02T16:14:10.071Z[ host-package] Compiling tungstenite v0.21.0
24102024-12-02T16:14:10.328Z[ host-package] Compiling display-error-chain v0.2.2
24112024-12-02T16:14:12.283Z[ host-package] Compiling tokio-tungstenite v0.21.0
24122024-12-02T16:14:13.030Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24132024-12-02T16:14:13.249Z[ helios-setup] Dec 02 16:14:12.637 INFO E| info: downloading component 'rustfmt'
24142024-12-02T16:14:13.528Z[ helios-setup] Dec 02 16:14:12.917 INFO E| info: installing component 'cargo'
24152024-12-02T16:14:14.721Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24162024-12-02T16:14:14.806Z[ helios-setup] Dec 02 16:14:14.194 INFO E| info: installing component 'clippy'
24172024-12-02T16:14:15.210Z[ helios-setup] Dec 02 16:14:14.598 INFO E| info: installing component 'rust-docs'
24182024-12-02T16:14:15.768Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24192024-12-02T16:14:16.218Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24202024-12-02T16:14:17.265Z[ host-package] Compiling arc-swap v1.7.1
24212024-12-02T16:14:18.156Z[ host-package] Compiling slog-scope v4.4.0
24222024-12-02T16:14:19.207Z[ host-package] Compiling half v2.4.1
24232024-12-02T16:14:20.062Z[ host-package] Compiling ciborium-io v0.2.2
24242024-12-02T16:14:20.259Z[ host-package] Compiling ciborium-ll v0.2.2
24252024-12-02T16:14:21.267Z[ host-package] Compiling slog-stdlog v4.1.1
24262024-12-02T16:14:21.511Z[ helios-setup] Dec 02 16:14:20.899 INFO E| info: installing component 'rust-src'
24272024-12-02T16:14:21.686Z[ host-package] Compiling slog-envlogger v2.2.0
24282024-12-02T16:14:22.053Z[ helios-setup] Dec 02 16:14:21.440 INFO E| info: installing component 'rust-std'
24292024-12-02T16:14:22.421Z[ host-package] Compiling ciborium v0.2.2
24302024-12-02T16:14:24.700Z[ helios-setup] Dec 02 16:14:24.087 INFO E| info: installing component 'rustc'
24312024-12-02T16:14:25.002Z[ host-package] Compiling nibble_vec v0.1.0
24322024-12-02T16:14:25.150Z[ host-package] Compiling endian-type v0.1.2
24332024-12-02T16:14:25.503Z[ host-package] Compiling radix_trie v0.2.1
24342024-12-02T16:14:26.801Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24352024-12-02T16:14:31.265Z[ helios-setup] Dec 02 16:14:30.651 INFO E| info: installing component 'rustfmt'
24362024-12-02T16:14:32.099Z[ helios-setup] Dec 02 16:14:31.485 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24372024-12-02T16:14:33.027Z[ helios-setup] Dec 02 16:14:32.413 INFO E| From https://github.com/oxidecomputer/amd-apcb
24382024-12-02T16:14:33.027Z[ helios-setup] Dec 02 16:14:32.413 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
24392024-12-02T16:14:33.027Z[ helios-setup] Dec 02 16:14:32.413 INFO E| * [new tag] v0.4.3 -> v0.4.3
24402024-12-02T16:14:33.059Z[ helios-setup] Dec 02 16:14:32.445 INFO E| * [new tag] v0.1.3 -> v0.1.3
24412024-12-02T16:14:33.059Z[ helios-setup] Dec 02 16:14:32.445 INFO E| * [new tag] v0.1.4 -> v0.1.4
24422024-12-02T16:14:33.059Z[ helios-setup] Dec 02 16:14:32.445 INFO E| * [new tag] v0.1.5 -> v0.1.5
24432024-12-02T16:14:33.062Z[ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.2.0 -> v0.2.0
24442024-12-02T16:14:33.062Z[ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.3.0 -> v0.3.0
24452024-12-02T16:14:33.062Z[ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.3.1 -> v0.3.1
24462024-12-02T16:14:33.062Z[ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.3.2 -> v0.3.2
24472024-12-02T16:14:33.062Z[ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.3.3 -> v0.3.3
24482024-12-02T16:14:33.062Z[ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.4.0 -> v0.4.0
24492024-12-02T16:14:33.062Z[ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.4.1 -> v0.4.1
24502024-12-02T16:14:33.062Z[ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.4.2 -> v0.4.2
24512024-12-02T16:14:33.119Z[ helios-setup] Dec 02 16:14:32.505 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24522024-12-02T16:14:33.360Z[ host-package] Compiling fastrand v2.1.1
24532024-12-02T16:14:33.914Z[ host-package] Compiling same-file v1.0.6
24542024-12-02T16:14:33.990Z[ helios-setup] Dec 02 16:14:33.376 INFO E| From https://github.com/oxidecomputer/amd-efs
24552024-12-02T16:14:33.990Z[ helios-setup] Dec 02 16:14:33.376 INFO E| * [new branch] empty -> origin/empty
24562024-12-02T16:14:33.990Z[ helios-setup] Dec 02 16:14:33.376 INFO E| * [new branch] issue-99 -> origin/issue-99
24572024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.376 INFO E| * [new branch] main -> origin/main
24582024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.377 INFO E| * [new branch] review -> origin/review
24592024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.377 INFO E| * [new ref] -> origin/HEAD
24602024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.377 INFO E| * [new tag] v0.2.0 -> v0.2.0
24612024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.377 INFO E| * [new tag] v0.2.1 -> v0.2.1
24622024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.377 INFO E| * [new tag] v0.2.2 -> v0.2.2
24632024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.3 -> v0.2.3
24642024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.4 -> v0.2.4
24652024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.5 -> v0.2.5
24662024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.6 -> v0.2.6
24672024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.7 -> v0.2.7
24682024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.3.0 -> v0.3.0
24692024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.3.1 -> v0.3.1
24702024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.379 INFO E| * [new tag] v0.4.0 -> v0.4.0
24712024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.379 INFO E| * [new tag] v0.4.1 -> v0.4.1
24722024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.379 INFO E| * [new tag] v0.4.2 -> v0.4.2
24732024-12-02T16:14:33.993Z[ helios-setup] Dec 02 16:14:33.379 INFO E| * [new tag] v0.4.3 -> v0.4.3
24742024-12-02T16:14:34.018Z[ helios-setup] Dec 02 16:14:33.404 INFO E| Updating crates.io index
24752024-12-02T16:14:34.196Z[ host-package] Compiling walkdir v2.5.0
24762024-12-02T16:14:34.228Z[ host-package] Compiling tempfile v3.13.0
24772024-12-02T16:14:34.277Z[ helios-setup] Dec 02 16:14:33.663 INFO E| Downloading crates ...
24782024-12-02T16:14:34.313Z[ host-package] Compiling ring v0.16.20
24792024-12-02T16:14:34.469Z[ helios-setup] Dec 02 16:14:33.855 INFO E| Downloaded ansi_term v0.12.1
24802024-12-02T16:14:34.472Z[ helios-setup] Dec 02 16:14:33.858 INFO E| Downloaded fletcher v0.1.0
24812024-12-02T16:14:34.475Z[ helios-setup] Dec 02 16:14:33.860 INFO E| Downloaded bytesize v1.3.0
24822024-12-02T16:14:34.485Z[ helios-setup] Dec 02 16:14:33.871 INFO E| Downloaded cfg-if v0.1.10
24832024-12-02T16:14:34.488Z[ helios-setup] Dec 02 16:14:33.873 INFO E| Downloaded four-cc v0.3.0
24842024-12-02T16:14:34.496Z[ helios-setup] Dec 02 16:14:33.882 INFO E| Downloaded goblin v0.4.3
24852024-12-02T16:14:34.522Z[ helios-setup] Dec 02 16:14:33.908 INFO E| Downloaded proc-macro-crate v0.1.5
24862024-12-02T16:14:34.524Z[ helios-setup] Dec 02 16:14:33.911 INFO E| Downloaded memoffset v0.5.6
24872024-12-02T16:14:34.527Z[ helios-setup] Dec 02 16:14:33.913 INFO E| Downloaded scroll_derive v0.10.5
24882024-12-02T16:14:34.530Z[ helios-setup] Dec 02 16:14:33.916 INFO E| Downloaded parse_int v0.6.0
24892024-12-02T16:14:34.533Z[ helios-setup] Dec 02 16:14:33.920 INFO E| Downloaded unic-common v0.9.0
24902024-12-02T16:14:34.536Z[ helios-setup] Dec 02 16:14:33.921 INFO E| Downloaded strum v0.23.0
24912024-12-02T16:14:34.539Z[ helios-setup] Dec 02 16:14:33.926 INFO E| Downloaded unic-char-range v0.9.0
24922024-12-02T16:14:34.595Z[ helios-setup] Dec 02 16:14:33.981 INFO E| Downloaded unic-ucd-version v0.9.0
24932024-12-02T16:14:34.597Z[ helios-setup] Dec 02 16:14:33.982 INFO E| Downloaded unic-ucd-ident v0.9.0
24942024-12-02T16:14:34.600Z[ helios-setup] Dec 02 16:14:33.985 INFO E| Downloaded unic-char-property v0.9.0
24952024-12-02T16:14:34.600Z[ helios-setup] Dec 02 16:14:33.986 INFO E| Downloaded textwrap v0.11.0
24962024-12-02T16:14:34.603Z[ helios-setup] Dec 02 16:14:33.989 INFO E| Downloaded semver-parser v0.7.0
24972024-12-02T16:14:34.605Z[ helios-setup] Dec 02 16:14:33.990 INFO E| Downloaded strsim v0.8.0
24982024-12-02T16:14:34.608Z[ helios-setup] Dec 02 16:14:33.992 INFO E| Downloaded rustc_version v0.2.3
24992024-12-02T16:14:34.608Z[ helios-setup] Dec 02 16:14:33.993 INFO E| Downloaded thiserror-impl v1.0.64
25002024-12-02T16:14:34.610Z[ helios-setup] Dec 02 16:14:33.995 INFO E| Downloaded thiserror v1.0.64
25012024-12-02T16:14:34.617Z[ helios-setup] Dec 02 16:14:34.003 INFO E| Downloaded vec_map v0.8.2
25022024-12-02T16:14:34.620Z[ helios-setup] Dec 02 16:14:34.005 INFO E| Downloaded pest_derive v2.7.13
25032024-12-02T16:14:34.622Z[ helios-setup] Dec 02 16:14:34.008 INFO E| Downloaded strum_macros v0.23.1
25042024-12-02T16:14:34.625Z[ helios-setup] Dec 02 16:14:34.011 INFO E| Downloaded pre-proc-macro v0.2.1
25052024-12-02T16:14:34.628Z[ helios-setup] Dec 02 16:14:34.013 INFO E| Downloaded pre v0.2.1
25062024-12-02T16:14:34.628Z[ helios-setup] Dec 02 16:14:34.014 INFO E| Downloaded once_cell v1.20.1
25072024-12-02T16:14:34.631Z[ helios-setup] Dec 02 16:14:34.018 INFO E| Downloaded semver v0.9.0
25082024-12-02T16:14:34.633Z[ helios-setup] Dec 02 16:14:34.020 INFO E| Downloaded toml v0.5.11
25092024-12-02T16:14:34.636Z[ helios-setup] Dec 02 16:14:34.023 INFO E| Downloaded pest_meta v2.7.13
25102024-12-02T16:14:34.641Z[ helios-setup] Dec 02 16:14:34.026 INFO E| Downloaded scroll v0.10.2
25112024-12-02T16:14:34.643Z[ helios-setup] Dec 02 16:14:34.029 INFO E| Downloaded structopt v0.3.26
25122024-12-02T16:14:34.656Z[ helios-setup] Dec 02 16:14:34.042 INFO E| Downloaded serde_derive v1.0.210
25132024-12-02T16:14:34.660Z[ helios-setup] Dec 02 16:14:34.047 INFO E| Downloaded serde v1.0.210
25142024-12-02T16:14:34.665Z[ helios-setup] Dec 02 16:14:34.052 INFO E| Downloaded proc-macro2 v1.0.86
25152024-12-02T16:14:34.670Z[ helios-setup] Dec 02 16:14:34.056 INFO E| Downloaded modular-bitfield v0.11.2
25162024-12-02T16:14:34.687Z[ helios-setup] Dec 02 16:14:34.074 INFO E| Downloaded serde_json v1.0.128
25172024-12-02T16:14:34.724Z[ helios-setup] Dec 02 16:14:34.110 INFO E| Downloaded syn v2.0.79
25182024-12-02T16:14:34.742Z[ helios-setup] Dec 02 16:14:34.128 INFO E| Downloaded clap v2.34.0
25192024-12-02T16:14:34.754Z[ helios-setup] Dec 02 16:14:34.140 INFO E| Downloaded pest v2.7.13
25202024-12-02T16:14:34.762Z[ helios-setup] Dec 02 16:14:34.149 INFO E| Downloaded libc v0.2.159
25212024-12-02T16:14:34.803Z[ helios-setup] Dec 02 16:14:34.189 INFO E| Downloaded structopt-derive v0.4.18
25222024-12-02T16:14:34.806Z[ helios-setup] Dec 02 16:14:34.191 INFO E| Downloaded pest_generator v2.7.13
25232024-12-02T16:14:34.808Z[ helios-setup] Dec 02 16:14:34.193 INFO E| Downloaded modular-bitfield-impl v0.11.2
25242024-12-02T16:14:34.902Z[ helios-setup] Dec 02 16:14:34.288 INFO E| Compiling proc-macro2 v1.0.86
25252024-12-02T16:14:34.910Z[ helios-setup] Dec 02 16:14:34.296 INFO E| Compiling unicode-ident v1.0.13
25262024-12-02T16:14:34.910Z[ helios-setup] Dec 02 16:14:34.296 INFO E| Compiling syn v1.0.109
25272024-12-02T16:14:34.913Z[ helios-setup] Dec 02 16:14:34.296 INFO E| Compiling version_check v0.9.5
25282024-12-02T16:14:34.969Z[ host-package] Compiling blake3 v1.5.4
25292024-12-02T16:14:35.108Z[ helios-setup] Dec 02 16:14:34.494 INFO E| Compiling memchr v2.7.4
25302024-12-02T16:14:35.108Z[ helios-setup] Dec 02 16:14:34.494 INFO E| Compiling autocfg v1.4.0
25312024-12-02T16:14:35.111Z[ helios-setup] Dec 02 16:14:34.494 INFO E| Compiling semver-parser v0.7.0
25322024-12-02T16:14:35.111Z[ helios-setup] Dec 02 16:14:34.494 INFO E| Compiling thiserror v1.0.64
25332024-12-02T16:14:35.253Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25342024-12-02T16:14:35.431Z[ helios-setup] Dec 02 16:14:34.817 INFO E| Compiling serde v1.0.210
25352024-12-02T16:14:35.803Z[ host-package] Compiling xattr v1.3.1
25362024-12-02T16:14:36.259Z[ host-package] Compiling memmap2 v0.9.5
25372024-12-02T16:14:36.490Z[ host-package] Compiling filetime v0.2.25
25382024-12-02T16:14:36.521Z[ helios-setup] Dec 02 16:14:35.907 INFO E| Compiling semver v0.9.0
25392024-12-02T16:14:36.698Z[ helios-setup] Dec 02 16:14:36.084 INFO E| Compiling proc-macro-error-attr v1.0.4
25402024-12-02T16:14:36.788Z[ helios-setup] Dec 02 16:14:36.174 INFO E| Compiling proc-macro-error v1.0.4
25412024-12-02T16:14:37.043Z[ helios-setup] Dec 02 16:14:36.430 INFO E| Compiling serde_json v1.0.128
25422024-12-02T16:14:37.139Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432024-12-02T16:14:37.241Z[ host-package] Compiling keccak v0.1.5
25442024-12-02T16:14:37.337Z[ helios-setup] Dec 02 16:14:36.723 INFO E| Compiling rustc_version v0.2.3
25452024-12-02T16:14:37.346Z[ host-package] Compiling arrayref v0.3.9
25462024-12-02T16:14:37.376Z[ helios-setup] Dec 02 16:14:36.762 INFO E| Compiling num-traits v0.2.19
25472024-12-02T16:14:37.580Z[ helios-setup] Dec 02 16:14:36.966 INFO E| Compiling ryu v1.0.18
25482024-12-02T16:14:37.629Z[ helios-setup] Dec 02 16:14:37.015 INFO E| Compiling schemars v0.8.21
25492024-12-02T16:14:37.928Z[ helios-setup] Dec 02 16:14:37.313 INFO E| Compiling quote v1.0.37
25502024-12-02T16:14:37.945Z[ host-package] Compiling spin v0.5.2
25512024-12-02T16:14:38.056Z[ helios-setup] Dec 02 16:14:37.442 INFO E| Compiling itoa v1.0.11
25522024-12-02T16:14:38.286Z[ helios-setup] Dec 02 16:14:37.671 INFO E| Compiling unicode-segmentation v1.12.0
25532024-12-02T16:14:38.446Z[ host-package] Compiling constant_time_eq v0.3.1
25542024-12-02T16:14:38.502Z[ helios-setup] Dec 02 16:14:37.888 INFO E| Compiling syn v2.0.79
25552024-12-02T16:14:38.728Z[ helios-setup] Dec 02 16:14:38.114 INFO E| Compiling pre-proc-macro v0.2.1
25562024-12-02T16:14:38.969Z[ host-package] Compiling arrayvec v0.7.6
25572024-12-02T16:14:39.236Z[ host-package] Compiling sha3 v0.10.8
25582024-12-02T16:14:39.383Z[ helios-setup] Dec 02 16:14:38.769 INFO E| Compiling memoffset v0.5.6
25592024-12-02T16:14:39.633Z[ helios-setup] Dec 02 16:14:39.019 INFO E| Compiling lazy_static v1.5.0
25602024-12-02T16:14:39.644Z[ helios-setup] Dec 02 16:14:39.030 INFO E| Compiling rustversion v1.0.17
25612024-12-02T16:14:39.786Z[ host-package] Compiling tar v0.4.42
25622024-12-02T16:14:39.881Z[ helios-setup] Dec 02 16:14:39.267 INFO E| Compiling heck v0.3.3
25632024-12-02T16:14:40.086Z[ host-package] Compiling camino-tempfile v1.1.1
25642024-12-02T16:14:40.402Z[ helios-setup] Dec 02 16:14:39.787 INFO E| Compiling paste v1.0.15
25652024-12-02T16:14:40.402Z[ helios-setup] Dec 02 16:14:39.787 INFO E| Compiling ucd-trie v0.1.7
25662024-12-02T16:14:40.587Z[ helios-setup] Dec 02 16:14:39.972 INFO E| Compiling dyn-clone v1.0.17
25672024-12-02T16:14:41.034Z[ host-package] Compiling toolchain_find v0.4.0
25682024-12-02T16:14:41.075Z[ helios-setup] Dec 02 16:14:40.461 INFO E| Compiling libc v0.2.159
25692024-12-02T16:14:41.284Z[ host-package] Compiling const_format_proc_macros v0.2.33
25702024-12-02T16:14:41.414Z[ helios-setup] Dec 02 16:14:40.800 INFO E| Compiling pre v0.2.1
25712024-12-02T16:14:41.834Z[ helios-setup] Dec 02 16:14:41.219 INFO E| Compiling cfg-if v0.1.10
25722024-12-02T16:14:41.970Z[ helios-setup] Dec 02 16:14:41.356 INFO E| Compiling once_cell v1.20.1
25732024-12-02T16:14:42.060Z[ helios-setup] Dec 02 16:14:41.445 INFO E| Compiling static_assertions v1.1.0
25742024-12-02T16:14:42.159Z[ helios-setup] Dec 02 16:14:41.545 INFO E| Compiling byteorder v1.5.0
25752024-12-02T16:14:42.262Z[ host-package] Compiling topological-sort v0.2.2
25762024-12-02T16:14:42.639Z[ host-package] Compiling crunchy v0.2.2
25772024-12-02T16:14:42.903Z[ helios-setup] Dec 02 16:14:42.289 INFO E| Compiling unicode-width v0.1.14
25782024-12-02T16:14:42.992Z[ host-package] Compiling maplit v1.0.2
25792024-12-02T16:14:43.387Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25802024-12-02T16:14:43.872Z[ host-package] Compiling tiny-keccak v2.0.2
25812024-12-02T16:14:44.041Z[ helios-setup] Dec 02 16:14:43.426 INFO E| Compiling atty v0.2.14
25822024-12-02T16:14:44.270Z[ helios-setup] Dec 02 16:14:43.655 INFO E| Compiling textwrap v0.11.0
25832024-12-02T16:14:44.308Z[ helios-setup] Dec 02 16:14:43.693 INFO E| Compiling bitflags v1.3.2
25842024-12-02T16:14:44.423Z[ helios-setup] Dec 02 16:14:43.808 INFO E| Compiling vec_map v0.8.2
25852024-12-02T16:14:44.426Z[ host-package] Compiling omicron-zone-package v0.11.1
25862024-12-02T16:14:44.613Z[ host-package] Compiling dsl_auto_type v0.1.2
25872024-12-02T16:14:44.978Z[ helios-setup] Dec 02 16:14:44.363 INFO E| Compiling unic-char-range v0.9.0
25882024-12-02T16:14:45.025Z[ host-package] Compiling phf_generator v0.11.2
25892024-12-02T16:14:45.121Z[ helios-setup] Dec 02 16:14:44.506 INFO E| Compiling strum v0.23.0
25902024-12-02T16:14:45.143Z[ host-package] Compiling const_format v0.2.33
25912024-12-02T16:14:45.316Z[ helios-setup] Dec 02 16:14:44.694 INFO E| Compiling fletcher v0.1.0
25922024-12-02T16:14:45.362Z[ helios-setup] Dec 02 16:14:44.746 INFO E| Compiling ansi_term v0.12.1
25932024-12-02T16:14:45.439Z[ helios-setup] Dec 02 16:14:44.824 INFO E| Compiling strsim v0.8.0
25942024-12-02T16:14:45.542Z[ helios-setup] Dec 02 16:14:44.926 INFO E| Compiling unic-common v0.9.0
25952024-12-02T16:14:45.693Z[ helios-setup] Dec 02 16:14:45.078 INFO E| Compiling parse_int v0.6.0
25962024-12-02T16:14:45.838Z[ helios-setup] Dec 02 16:14:45.224 INFO E| Compiling unic-ucd-version v0.9.0
25972024-12-02T16:14:45.855Z[ helios-setup] Dec 02 16:14:45.241 INFO E| Compiling unic-char-property v0.9.0
25982024-12-02T16:14:45.882Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25992024-12-02T16:14:45.950Z[ helios-setup] Dec 02 16:14:45.335 INFO E| Compiling plain v0.2.3
26002024-12-02T16:14:46.144Z[ helios-setup] Dec 02 16:14:45.528 INFO E| Compiling clap v2.34.0
26012024-12-02T16:14:46.156Z[ helios-setup] Dec 02 16:14:45.541 INFO E| Compiling log v0.4.22
26022024-12-02T16:14:46.174Z[ helios-setup] Dec 02 16:14:45.559 INFO E| Compiling unic-ucd-ident v0.9.0
26032024-12-02T16:14:46.181Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26042024-12-02T16:14:46.547Z[ helios-setup] Dec 02 16:14:45.931 INFO E| Compiling bytesize v1.3.0
26052024-12-02T16:14:46.589Z[ host-package] Compiling secrecy v0.8.0
26062024-12-02T16:14:47.255Z[ helios-setup] Dec 02 16:14:46.640 INFO E| Compiling serde_derive_internals v0.29.1
26072024-12-02T16:14:47.305Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26082024-12-02T16:14:47.431Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26092024-12-02T16:14:47.581Z[ host-package] Compiling r2d2 v0.8.10
26102024-12-02T16:14:48.029Z[ host-package] Compiling phf_codegen v0.11.2
26112024-12-02T16:14:48.152Z[ host-package] Compiling diesel_derives v2.2.3
26122024-12-02T16:14:48.392Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26132024-12-02T16:14:48.395Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26142024-12-02T16:14:48.451Z[ host-package] Compiling ascii-canvas v3.0.0
26152024-12-02T16:14:48.903Z[ host-package] Compiling universal-hash v0.5.1
26162024-12-02T16:14:49.305Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26172024-12-02T16:14:49.368Z[ host-package] Compiling parse-zoneinfo v0.3.1
26182024-12-02T16:14:50.307Z[ helios-setup] Dec 02 16:14:49.691 INFO E| Compiling toml v0.5.11
26192024-12-02T16:14:52.090Z[ host-package] Compiling lzma-sys v0.1.20
26202024-12-02T16:14:52.688Z[ helios-setup] Dec 02 16:14:52.072 INFO E| Compiling thiserror-impl v1.0.64
26212024-12-02T16:14:52.707Z[ helios-setup] Dec 02 16:14:52.092 INFO E| Compiling serde_derive v1.0.210
26222024-12-02T16:14:52.710Z[ helios-setup] Dec 02 16:14:52.092 INFO E| Compiling schemars_derive v0.8.21
26232024-12-02T16:14:53.090Z[ host-package] Compiling ena v0.14.3
26242024-12-02T16:14:53.400Z[ helios-setup] Dec 02 16:14:52.784 INFO E| Compiling zerocopy-derive v0.6.6
26252024-12-02T16:14:53.498Z[ helios-setup] Dec 02 16:14:52.882 INFO E| Compiling num-derive v0.4.2
26262024-12-02T16:14:54.036Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26272024-12-02T16:14:54.236Z[ host-package] Compiling regex-syntax v0.6.29
26282024-12-02T16:14:54.569Z[ host-package] Compiling diff v0.1.13
26292024-12-02T16:14:55.966Z[ host-package] Compiling opaque-debug v0.3.1
26302024-12-02T16:14:56.408Z[ host-package] Compiling cfg_aliases v0.1.1
26312024-12-02T16:14:56.846Z[ helios-setup] Dec 02 16:14:56.230 INFO E| Compiling proc-macro-crate v0.1.5
26322024-12-02T16:14:56.957Z[ host-package] Compiling nix v0.28.0
26332024-12-02T16:14:57.574Z[ helios-setup] Dec 02 16:14:56.957 INFO E| Compiling zerocopy v0.6.6
26342024-12-02T16:14:58.749Z[ helios-setup] Dec 02 16:14:58.132 INFO E| Compiling pest v2.7.13
26352024-12-02T16:14:58.859Z[ host-package] Compiling poly1305 v0.8.0
26362024-12-02T16:15:01.481Z[ host-package] Compiling thiserror-no-std v2.0.2
26372024-12-02T16:15:01.691Z[ host-package] Compiling lalrpop v0.19.12
26382024-12-02T16:15:01.769Z[ helios-setup] Dec 02 16:15:01.152 INFO E| Compiling modular-bitfield-impl v0.11.2
26392024-12-02T16:15:01.808Z[ helios-setup] Dec 02 16:15:01.192 INFO E| Compiling strum_macros v0.23.1
26402024-12-02T16:15:02.582Z[ helios-setup] Dec 02 16:15:01.965 INFO E| Compiling scroll_derive v0.10.5
26412024-12-02T16:15:04.144Z[ helios-setup] Dec 02 16:15:03.527 INFO E| Compiling pest_meta v2.7.13
26422024-12-02T16:15:04.726Z[ helios-setup] Dec 02 16:15:04.109 INFO E| Compiling structopt-derive v0.4.18
26432024-12-02T16:15:06.065Z[ host-package] Compiling chrono-tz-build v0.4.0
26442024-12-02T16:15:06.967Z[ helios-setup] Dec 02 16:15:06.350 INFO E| Compiling scroll v0.10.2
26452024-12-02T16:15:07.368Z[ helios-setup] Dec 02 16:15:06.749 INFO E| Compiling pest_generator v2.7.13
26462024-12-02T16:15:08.111Z[ helios-setup] Dec 02 16:15:07.494 INFO E| Compiling modular-bitfield v0.11.2
26472024-12-02T16:15:08.429Z[ helios-setup] Dec 02 16:15:07.812 INFO E| Compiling goblin v0.4.3
26482024-12-02T16:15:09.769Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26492024-12-02T16:15:10.742Z[ helios-setup] Dec 02 16:15:10.124 INFO E| Compiling structopt v0.3.26
26502024-12-02T16:15:10.793Z[ host-package] Compiling diesel v2.2.4
26512024-12-02T16:15:11.954Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26522024-12-02T16:15:12.001Z[ helios-setup] Dec 02 16:15:11.383 INFO E| Compiling pest_derive v2.7.13
26532024-12-02T16:15:12.453Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542024-12-02T16:15:12.913Z[ host-package] Compiling chacha20 v0.9.1
26552024-12-02T16:15:13.547Z[ host-package] Compiling heck v0.3.3
26562024-12-02T16:15:14.248Z[ host-package] Compiling aead v0.5.2
26572024-12-02T16:15:14.760Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26582024-12-02T16:15:15.772Z[ host-package] Compiling ref-cast v1.0.23
26592024-12-02T16:15:16.537Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26602024-12-02T16:15:17.219Z[ host-package] Compiling vte v0.11.1
26612024-12-02T16:15:18.482Z[ helios-setup] Dec 02 16:15:17.863 INFO E| Compiling json5 v0.4.1
26622024-12-02T16:15:18.773Z[ host-package] Compiling chacha20poly1305 v0.10.1
26632024-12-02T16:15:19.125Z[ host-package] Compiling zone_cfg_derive v0.1.2
26642024-12-02T16:15:19.359Z[ host-package] Compiling chrono-tz v0.10.0
26652024-12-02T16:15:20.912Z[ host-package] Compiling vsss-rs v3.3.4
26662024-12-02T16:15:21.257Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672024-12-02T16:15:21.774Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26682024-12-02T16:15:22.976Z[ host-package] Compiling derive_builder_core v0.20.2
26692024-12-02T16:15:24.674Z[ helios-setup] Dec 02 16:15:24.055 INFO E| Compiling four-cc v0.3.0
26702024-12-02T16:15:24.674Z[ helios-setup] Dec 02 16:15:24.055 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
26712024-12-02T16:15:24.909Z[ helios-setup] Dec 02 16:15:24.290 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
26722024-12-02T16:15:26.432Z[ host-package] Compiling fd-lock v4.0.2
26732024-12-02T16:15:26.830Z[ host-package] Compiling headers-core v0.3.0
26742024-12-02T16:15:27.268Z[ host-package] Compiling fxhash v0.2.1
26752024-12-02T16:15:28.135Z[ host-package] Compiling libxml v0.3.3
26762024-12-02T16:15:28.248Z[ host-package] Compiling ref-cast-impl v1.0.23
26772024-12-02T16:15:28.680Z[ host-package] Compiling base64 v0.13.1
26782024-12-02T16:15:29.905Z[ host-package] Compiling bytecount v0.6.8
26792024-12-02T16:15:30.403Z[ host-package] Compiling papergrid v0.11.0
26802024-12-02T16:15:30.666Z[ host-package] Compiling ron v0.7.1
26812024-12-02T16:15:41.389Z[ host-package] Compiling polar-core v0.27.3
26822024-12-02T16:15:45.809Z[ host-package] Compiling headers v0.4.0
26832024-12-02T16:15:47.110Z[ host-package] Compiling derive_builder_macro v0.20.2
26842024-12-02T16:15:48.087Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26852024-12-02T16:15:50.184Z[ host-package] Compiling zone v0.1.8
26862024-12-02T16:15:54.037Z[ host-package] Compiling xz2 v0.1.7
26872024-12-02T16:15:55.428Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26882024-12-02T16:15:55.956Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26892024-12-02T16:15:56.178Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26902024-12-02T16:15:56.508Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26912024-12-02T16:15:57.014Z[ host-package] Compiling tabled_derive v0.7.0
26922024-12-02T16:15:59.727Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26932024-12-02T16:15:59.761Z[ host-package] Compiling yasna v0.5.2
26942024-12-02T16:16:01.307Z[ host-package] Compiling peg-macros v0.8.4
26952024-12-02T16:16:03.542Z[ host-package] Compiling strum_macros v0.24.3
26962024-12-02T16:16:04.796Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26972024-12-02T16:16:05.266Z[ host-package] Compiling kstat-rs v0.2.4
26982024-12-02T16:16:06.047Z[ host-package] Compiling samael v0.0.17
26992024-12-02T16:16:06.523Z[ host-package] Compiling sqlparser_derive v0.2.2
27002024-12-02T16:16:07.002Z[ host-package] Compiling unicase v2.7.0
27012024-12-02T16:16:07.355Z[ host-package] Compiling nu-ansi-term v0.50.1
27022024-12-02T16:16:07.384Z[ host-package] Compiling unicode_categories v0.1.1
27032024-12-02T16:16:07.425Z[ host-package] Compiling indoc v1.0.9
27042024-12-02T16:16:07.834Z[ host-package] Compiling home v0.5.9
27052024-12-02T16:16:07.915Z[ host-package] Compiling sqlparser v0.45.0
27062024-12-02T16:16:08.169Z[ host-package] Compiling rustyline v14.0.0
27072024-12-02T16:16:08.652Z[ host-package] Compiling reedline v0.35.0
27082024-12-02T16:16:09.139Z[ helios-setup] Dec 02 16:16:08.515 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27092024-12-02T16:16:12.814Z[ host-package] Compiling sqlformat v0.2.6
27102024-12-02T16:16:17.356Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112024-12-02T16:16:20.885Z[ host-package] Compiling peg v0.8.4
27122024-12-02T16:16:21.172Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27132024-12-02T16:16:23.015Z[ host-package] Compiling rcgen v0.12.1
27142024-12-02T16:16:25.873Z[ host-package] Compiling tabled v0.15.0
27152024-12-02T16:16:26.783Z[ helios-setup] Dec 02 16:16:26.158 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27162024-12-02T16:16:36.577Z[ host-package] Compiling derive_builder v0.20.2
27172024-12-02T16:16:36.827Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27182024-12-02T16:16:44.583Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27192024-12-02T16:16:45.278Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27202024-12-02T16:16:47.996Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27212024-12-02T16:16:48.420Z[ host-package] Compiling bcs v0.1.6
27222024-12-02T16:16:49.183Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27232024-12-02T16:16:49.568Z[ host-package] Compiling oso-derive v0.27.3
27242024-12-02T16:16:50.779Z[ host-package] Compiling libz-sys v1.1.20
27252024-12-02T16:16:51.621Z[ host-package] Compiling quick-xml v0.33.0
27262024-12-02T16:16:57.761Z[ host-package] Compiling subprocess v0.2.9
27272024-12-02T16:16:59.195Z[ host-package] Compiling diesel-dtrace v0.3.0
27282024-12-02T16:16:59.403Z[ host-package] Compiling parking_lot_core v0.8.6
27292024-12-02T16:17:00.284Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27302024-12-02T16:17:03.950Z[ host-package] Compiling oso v0.27.3
27312024-12-02T16:17:15.104Z[ helios-setup] Dec 02 16:17:14.474 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s
27322024-12-02T16:17:15.141Z[ helios-setup] Dec 02 16:17:14.511 INFO building project "amd-host-image-builder" ok (193 seconds)
27332024-12-02T16:17:15.143Z[ helios-setup] Dec 02 16:17:14.511 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27342024-12-02T16:17:15.143Z[ helios-setup] Dec 02 16:17:14.511 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27352024-12-02T16:17:15.482Z[ helios-setup] Dec 02 16:17:14.852 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27362024-12-02T16:17:16.057Z[ helios-setup] Dec 02 16:17:15.427 INFO E| From https://github.com/jclulow/rust-jmclib
27372024-12-02T16:17:16.057Z[ helios-setup] Dec 02 16:17:15.427 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27382024-12-02T16:17:16.114Z[ helios-setup] Dec 02 16:17:15.484 INFO E| Updating crates.io index
27392024-12-02T16:17:16.340Z[ helios-setup] Dec 02 16:17:15.710 INFO E| Downloading crates ...
27402024-12-02T16:17:16.460Z[ helios-setup] Dec 02 16:17:15.830 INFO E| Downloaded digest v0.9.0
27412024-12-02T16:17:16.468Z[ helios-setup] Dec 02 16:17:15.838 INFO E| Downloaded anyhow v1.0.72
27422024-12-02T16:17:16.476Z[ helios-setup] Dec 02 16:17:15.846 INFO E| Downloaded opaque-debug v0.3.0
27432024-12-02T16:17:16.479Z[ helios-setup] Dec 02 16:17:15.847 INFO E| Downloaded itoa v1.0.9
27442024-12-02T16:17:16.479Z[ helios-setup] Dec 02 16:17:15.849 INFO E| Downloaded block-buffer v0.9.0
27452024-12-02T16:17:16.485Z[ helios-setup] Dec 02 16:17:15.855 INFO E| Downloaded md-5 v0.9.1
27462024-12-02T16:17:16.488Z[ helios-setup] Dec 02 16:17:15.858 INFO E| Downloaded errno v0.3.1
27472024-12-02T16:17:16.490Z[ helios-setup] Dec 02 16:17:15.860 INFO E| Downloaded fastrand v2.0.0
27482024-12-02T16:17:16.494Z[ helios-setup] Dec 02 16:17:15.862 INFO E| Downloaded libdevinfo-sys v1.0.0
27492024-12-02T16:17:16.494Z[ helios-setup] Dec 02 16:17:15.863 INFO E| Downloaded cpufeatures v0.2.9
27502024-12-02T16:17:16.496Z[ helios-setup] Dec 02 16:17:15.865 INFO E| Downloaded walkdir v2.3.3
27512024-12-02T16:17:16.499Z[ helios-setup] Dec 02 16:17:15.870 INFO E| Downloaded sha-1 v0.9.8
27522024-12-02T16:17:16.504Z[ helios-setup] Dec 02 16:17:15.875 INFO E| Downloaded bitflags v2.3.3
27532024-12-02T16:17:16.513Z[ helios-setup] Dec 02 16:17:15.883 INFO E| Downloaded tempfile v3.7.0
27542024-12-02T16:17:16.516Z[ helios-setup] Dec 02 16:17:15.887 INFO E| Downloaded once_cell v1.18.0
27552024-12-02T16:17:16.521Z[ helios-setup] Dec 02 16:17:15.891 INFO E| Downloaded getrandom v0.2.10
27562024-12-02T16:17:16.536Z[ helios-setup] Dec 02 16:17:15.906 INFO E| Downloaded uuid v0.8.2
27572024-12-02T16:17:16.540Z[ helios-setup] Dec 02 16:17:15.911 INFO E| Downloaded serde_derive v1.0.193
27582024-12-02T16:17:16.544Z[ helios-setup] Dec 02 16:17:15.914 INFO E| Downloaded ryu v1.0.15
27592024-12-02T16:17:16.548Z[ helios-setup] Dec 02 16:17:15.919 INFO E| Downloaded serde v1.0.193
27602024-12-02T16:17:16.553Z[ helios-setup] Dec 02 16:17:15.923 INFO E| Downloaded quote v1.0.31
27612024-12-02T16:17:16.557Z[ helios-setup] Dec 02 16:17:15.927 INFO E| Downloaded proc-macro2 v1.0.66
27622024-12-02T16:17:16.560Z[ helios-setup] Dec 02 16:17:15.931 INFO E| Downloaded unicode-width v0.1.10
27632024-12-02T16:17:16.564Z[ helios-setup] Dec 02 16:17:15.933 INFO E| Downloaded unicode-ident v1.0.11
27642024-12-02T16:17:16.567Z[ helios-setup] Dec 02 16:17:15.938 INFO E| Downloaded typenum v1.16.0
27652024-12-02T16:17:16.595Z[ helios-setup] Dec 02 16:17:15.965 INFO E| Downloaded serde_json v1.0.103
27662024-12-02T16:17:16.606Z[ helios-setup] Dec 02 16:17:15.976 INFO E| Downloaded syn v2.0.32
27672024-12-02T16:17:16.650Z[ helios-setup] Dec 02 16:17:16.020 INFO E| Downloaded rustix v0.38.4
27682024-12-02T16:17:16.707Z[ helios-setup] Dec 02 16:17:16.077 INFO E| Downloaded libc v0.2.147
27692024-12-02T16:17:16.878Z[ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling libc v0.2.147
27702024-12-02T16:17:16.878Z[ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling proc-macro2 v1.0.66
27712024-12-02T16:17:16.881Z[ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling cfg-if v1.0.0
27722024-12-02T16:17:16.881Z[ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling unicode-ident v1.0.11
27732024-12-02T16:17:16.881Z[ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling typenum v1.16.0
27742024-12-02T16:17:16.881Z[ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling version_check v0.9.4
27752024-12-02T16:17:16.881Z[ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling serde v1.0.193
27762024-12-02T16:17:16.881Z[ helios-setup] Dec 02 16:17:16.249 INFO E| Compiling rustix v0.38.4
27772024-12-02T16:17:17.476Z[ helios-setup] Dec 02 16:17:16.846 INFO E| Compiling itoa v1.0.9
27782024-12-02T16:17:17.786Z[ helios-setup] Dec 02 16:17:17.156 INFO E| Compiling num-conv v0.1.0
27792024-12-02T16:17:17.888Z[ helios-setup] Dec 02 16:17:17.258 INFO E| Compiling slog v2.7.0
27802024-12-02T16:17:18.445Z[ helios-setup] Dec 02 16:17:17.815 INFO E| Compiling powerfmt v0.2.0
27812024-12-02T16:17:18.691Z[ helios-setup] Dec 02 16:17:18.061 INFO E| Compiling time-core v0.1.2
27822024-12-02T16:17:18.867Z[ helios-setup] Dec 02 16:17:18.236 INFO E| Compiling generic-array v0.14.7
27832024-12-02T16:17:19.066Z[ helios-setup] Dec 02 16:17:18.436 INFO E| Compiling time-macros v0.2.18
27842024-12-02T16:17:19.140Z[ helios-setup] Dec 02 16:17:18.510 INFO E| Compiling deranged v0.3.11
27852024-12-02T16:17:19.241Z[ helios-setup] Dec 02 16:17:18.605 INFO E| Compiling bitflags v2.3.3
27862024-12-02T16:17:19.515Z[ helios-setup] Dec 02 16:17:18.885 INFO E| Compiling once_cell v1.18.0
27872024-12-02T16:17:19.539Z[ helios-setup] Dec 02 16:17:18.909 INFO E| Compiling num_threads v0.1.6
27882024-12-02T16:17:20.111Z[ helios-setup] Dec 02 16:17:19.481 INFO E| Compiling quote v1.0.31
27892024-12-02T16:17:20.283Z[ helios-setup] Dec 02 16:17:19.652 INFO E| Compiling thread_local v1.1.7
27902024-12-02T16:17:21.246Z[ helios-setup] Dec 02 16:17:20.616 INFO E| Compiling syn v2.0.32
27912024-12-02T16:17:21.550Z[ helios-setup] Dec 02 16:17:20.920 INFO E| Compiling dirs-sys-next v0.1.2
27922024-12-02T16:17:21.609Z[ helios-setup] Dec 02 16:17:20.979 INFO E| Compiling errno v0.3.1
27932024-12-02T16:17:21.634Z[ helios-setup] Dec 02 16:17:21.004 INFO E| Compiling atty v0.2.14
27942024-12-02T16:17:22.056Z[ helios-setup] Dec 02 16:17:21.425 INFO E| Compiling dirs-next v2.0.0
27952024-12-02T16:17:22.462Z[ helios-setup] Dec 02 16:17:21.832 INFO E| Compiling term v0.7.0
27962024-12-02T16:17:22.504Z[ helios-setup] Dec 02 16:17:21.874 INFO E| Compiling fastrand v2.0.0
27972024-12-02T16:17:23.078Z[ helios-setup] Dec 02 16:17:22.448 INFO E| Compiling opaque-debug v0.3.0
27982024-12-02T16:17:23.376Z[ helios-setup] Dec 02 16:17:22.746 INFO E| Compiling anyhow v1.0.72
27992024-12-02T16:17:23.402Z[ helios-setup] Dec 02 16:17:22.771 INFO E| Compiling serde_json v1.0.103
28002024-12-02T16:17:23.825Z[ helios-setup] Dec 02 16:17:23.194 INFO E| Compiling getrandom v0.2.10
28012024-12-02T16:17:24.318Z[ helios-setup] Dec 02 16:17:23.687 INFO E| Compiling digest v0.9.0
28022024-12-02T16:17:24.609Z[ helios-setup] Dec 02 16:17:23.979 INFO E| Compiling block-buffer v0.9.0
28032024-12-02T16:17:24.881Z[ helios-setup] Dec 02 16:17:24.250 INFO E| Compiling cpufeatures v0.2.9
28042024-12-02T16:17:24.977Z[ helios-setup] Dec 02 16:17:24.346 INFO E| Compiling unicode-width v0.1.10
28052024-12-02T16:17:25.015Z[ helios-setup] Dec 02 16:17:24.385 INFO E| Compiling time v0.3.36
28062024-12-02T16:17:25.021Z[ helios-setup] Dec 02 16:17:24.390 INFO E| Compiling ryu v1.0.15
28072024-12-02T16:17:25.265Z[ helios-setup] Dec 02 16:17:24.634 INFO E| Compiling tempfile v3.7.0
28082024-12-02T16:17:25.280Z[ helios-setup] Dec 02 16:17:24.650 INFO E| Compiling same-file v1.0.6
28092024-12-02T16:17:25.923Z[ helios-setup] Dec 02 16:17:25.292 INFO E| Compiling walkdir v2.3.3
28102024-12-02T16:17:25.953Z[ helios-setup] Dec 02 16:17:25.322 INFO E| Compiling getopts v0.2.21
28112024-12-02T16:17:26.297Z[ helios-setup] Dec 02 16:17:25.666 INFO E| Compiling sha-1 v0.9.8
28122024-12-02T16:17:26.617Z[ helios-setup] Dec 02 16:17:25.986 INFO E| Compiling md-5 v0.9.1
28132024-12-02T16:17:27.115Z[ helios-setup] Dec 02 16:17:26.485 INFO E| Compiling glob v0.3.1
28142024-12-02T16:17:27.404Z[ helios-setup] Dec 02 16:17:26.773 INFO E| Compiling libdevinfo-sys v1.0.0
28152024-12-02T16:17:28.662Z[ helios-setup] Dec 02 16:17:28.031 INFO E| Compiling slog-term v2.9.0
28162024-12-02T16:17:29.341Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28172024-12-02T16:17:31.515Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28182024-12-02T16:17:31.536Z[ helios-setup] Dec 02 16:17:30.905 INFO E| Compiling serde_derive v1.0.193
28192024-12-02T16:17:38.014Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28202024-12-02T16:17:41.672Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28212024-12-02T16:17:42.191Z[ host-package] Compiling bb8 v0.8.5
28222024-12-02T16:17:43.019Z[ host-package] Compiling async-bb8-diesel v0.2.1
28232024-12-02T16:17:45.915Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28242024-12-02T16:17:46.158Z[ host-package] Compiling atty v0.2.14
28252024-12-02T16:17:46.403Z[ host-package] Compiling salty v0.3.0
28262024-12-02T16:17:46.574Z[ helios-setup] Dec 02 16:17:45.941 INFO E| Compiling toml v0.5.11
28272024-12-02T16:17:46.578Z[ helios-setup] Dec 02 16:17:45.942 INFO E| Compiling uuid v0.8.2
28282024-12-02T16:17:47.842Z[ host-package] Compiling parking_lot v0.11.2
28292024-12-02T16:17:48.804Z[ helios-setup] Dec 02 16:17:48.171 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28302024-12-02T16:17:50.473Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28312024-12-02T16:17:51.916Z[ helios-setup] Dec 02 16:17:51.283 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28322024-12-02T16:17:55.260Z[ host-package] Compiling sled v0.34.7
28332024-12-02T16:17:56.102Z[ host-package] Compiling mime_guess v2.0.5
28342024-12-02T16:17:57.571Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28352024-12-02T16:17:58.480Z[ host-package] Compiling hickory-client v0.24.1
28362024-12-02T16:18:00.382Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28372024-12-02T16:18:02.355Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28382024-12-02T16:18:03.740Z[ helios-setup] Dec 02 16:18:03.105 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.49s
28392024-12-02T16:18:03.773Z[ helios-setup] Dec 02 16:18:03.138 INFO building project "image-builder" ok (48 seconds)
28402024-12-02T16:18:03.773Z[ helios-setup] Dec 02 16:18:03.139 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28412024-12-02T16:18:03.773Z[ helios-setup] Dec 02 16:18:03.139 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28422024-12-02T16:18:03.877Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28432024-12-02T16:18:04.067Z[ helios-setup] Dec 02 16:18:03.432 INFO E| Downloading crates ...
28442024-12-02T16:18:04.130Z[ helios-setup] Dec 02 16:18:03.496 INFO E| Downloaded sha2 v0.10.5
28452024-12-02T16:18:04.142Z[ helios-setup] Dec 02 16:18:03.507 INFO E| Downloaded flate2 v1.0.25
28462024-12-02T16:18:04.153Z[ helios-setup] Dec 02 16:18:03.518 INFO E| Downloaded generic-array v0.14.6
28472024-12-02T16:18:04.155Z[ helios-setup] Dec 02 16:18:03.520 INFO E| Downloaded digest v0.10.3
28482024-12-02T16:18:04.158Z[ helios-setup] Dec 02 16:18:03.524 INFO E| Downloaded miniz_oxide v0.6.2
28492024-12-02T16:18:04.163Z[ helios-setup] Dec 02 16:18:03.527 INFO E| Downloaded typenum v1.15.0
28502024-12-02T16:18:04.171Z[ helios-setup] Dec 02 16:18:03.537 INFO E| Downloaded bytes v1.2.1
28512024-12-02T16:18:04.178Z[ helios-setup] Dec 02 16:18:03.543 INFO E| Downloaded anyhow v1.0.62
28522024-12-02T16:18:04.184Z[ helios-setup] Dec 02 16:18:03.550 INFO E| Downloaded block-buffer v0.10.3
28532024-12-02T16:18:04.187Z[ helios-setup] Dec 02 16:18:03.551 INFO E| Downloaded cpufeatures v0.2.5
28542024-12-02T16:18:04.257Z[ helios-setup] Dec 02 16:18:03.622 INFO E| Compiling typenum v1.15.0
28552024-12-02T16:18:04.257Z[ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling version_check v0.9.4
28562024-12-02T16:18:04.257Z[ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling cfg-if v1.0.0
28572024-12-02T16:18:04.260Z[ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling crc32fast v1.3.2
28582024-12-02T16:18:04.260Z[ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling anyhow v1.0.62
28592024-12-02T16:18:04.260Z[ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling adler v1.0.2
28602024-12-02T16:18:04.260Z[ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling cpufeatures v0.2.5
28612024-12-02T16:18:04.260Z[ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling unicode-width v0.1.10
28622024-12-02T16:18:04.556Z[ helios-setup] Dec 02 16:18:03.921 INFO E| Compiling bitflags v1.3.2
28632024-12-02T16:18:04.709Z[ helios-setup] Dec 02 16:18:04.074 INFO E| Compiling miniz_oxide v0.6.2
28642024-12-02T16:18:04.867Z[ helios-setup] Dec 02 16:18:04.233 INFO E| Compiling getopts v0.2.21
28652024-12-02T16:18:04.950Z[ helios-setup] Dec 02 16:18:04.315 INFO E| Compiling bytes v1.2.1
28662024-12-02T16:18:05.599Z[ helios-setup] Dec 02 16:18:04.965 INFO E| Compiling generic-array v0.14.6
28672024-12-02T16:18:06.437Z[ helios-setup] Dec 02 16:18:05.802 INFO E| Compiling flate2 v1.0.25
28682024-12-02T16:18:08.877Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28692024-12-02T16:18:10.456Z[ helios-setup] Dec 02 16:18:09.821 INFO E| Compiling block-buffer v0.10.3
28702024-12-02T16:18:10.459Z[ helios-setup] Dec 02 16:18:09.821 INFO E| Compiling crypto-common v0.1.6
28712024-12-02T16:18:10.563Z[ host-package] Compiling hickory-server v0.24.1
28722024-12-02T16:18:10.680Z[ helios-setup] Dec 02 16:18:10.045 INFO E| Compiling digest v0.10.3
28732024-12-02T16:18:11.103Z[ helios-setup] Dec 02 16:18:10.467 INFO E| Compiling sha2 v0.10.5
28742024-12-02T16:18:11.588Z[ helios-setup] Dec 02 16:18:10.953 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28752024-12-02T16:18:17.202Z[ helios-setup] Dec 02 16:18:16.566 INFO E| Finished `release` profile [optimized] target(s) in 13.34s
28762024-12-02T16:18:17.218Z[ helios-setup] Dec 02 16:18:16.582 INFO building project "bootserver" ok (13 seconds)
28772024-12-02T16:18:17.218Z[ helios-setup] Dec 02 16:18:16.582 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28782024-12-02T16:18:17.218Z[ helios-setup] Dec 02 16:18:16.583 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28792024-12-02T16:18:17.534Z[ helios-setup] Dec 02 16:18:16.898 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28802024-12-02T16:18:18.552Z[ helios-setup] Dec 02 16:18:17.916 INFO E| From https://github.com/oxidecomputer/progenitor
28812024-12-02T16:18:18.552Z[ helios-setup] Dec 02 16:18:17.916 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28822024-12-02T16:18:18.587Z[ helios-setup] Dec 02 16:18:17.951 INFO E| * [new tag] v0.1.1 -> v0.1.1
28832024-12-02T16:18:18.587Z[ helios-setup] Dec 02 16:18:17.951 INFO E| * [new tag] v0.2.0 -> v0.2.0
28842024-12-02T16:18:18.699Z[ helios-setup] Dec 02 16:18:18.062 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28852024-12-02T16:18:19.214Z[ helios-setup] Dec 02 16:18:18.578 INFO E| From https://github.com/jclulow/hiercmd
28862024-12-02T16:18:19.214Z[ helios-setup] Dec 02 16:18:18.578 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28872024-12-02T16:18:19.253Z[ helios-setup] Dec 02 16:18:18.617 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28882024-12-02T16:18:19.841Z[ helios-setup] Dec 02 16:18:19.205 INFO E| From https://github.com/jclulow/network-interface
28892024-12-02T16:18:19.841Z[ helios-setup] Dec 02 16:18:19.205 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28902024-12-02T16:18:19.861Z[ helios-setup] Dec 02 16:18:19.225 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28912024-12-02T16:18:20.402Z[ helios-setup] Dec 02 16:18:19.766 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28922024-12-02T16:18:20.402Z[ helios-setup] Dec 02 16:18:19.766 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28932024-12-02T16:18:20.436Z[ helios-setup] Dec 02 16:18:19.800 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28942024-12-02T16:18:21.257Z[ helios-setup] Dec 02 16:18:20.621 INFO E| From https://github.com/oxidecomputer/facade
28952024-12-02T16:18:21.257Z[ helios-setup] Dec 02 16:18:20.621 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28962024-12-02T16:18:21.302Z[ helios-setup] Dec 02 16:18:20.666 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28972024-12-02T16:18:22.151Z[ helios-setup] Dec 02 16:18:21.515 INFO E| From https://github.com/oxidecomputer/dropshot
28982024-12-02T16:18:22.151Z[ helios-setup] Dec 02 16:18:21.515 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28992024-12-02T16:18:22.190Z[ helios-setup] Dec 02 16:18:21.553 INFO E| * [new tag] v0.3.0 -> v0.3.0
29002024-12-02T16:18:22.190Z[ helios-setup] Dec 02 16:18:21.553 INFO E| * [new tag] v0.4.0 -> v0.4.0
29012024-12-02T16:18:22.192Z[ helios-setup] Dec 02 16:18:21.553 INFO E| * [new tag] v0.5.0 -> v0.5.0
29022024-12-02T16:18:22.192Z[ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.5.1 -> v0.5.1
29032024-12-02T16:18:22.192Z[ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.6.0 -> v0.6.0
29042024-12-02T16:18:22.192Z[ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.7.0 -> v0.7.0
29052024-12-02T16:18:22.193Z[ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.8.0 -> v0.8.0
29062024-12-02T16:18:22.193Z[ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.9.0 -> v0.9.0
29072024-12-02T16:18:22.239Z[ helios-setup] Dec 02 16:18:21.603 INFO E| Updating crates.io index
29082024-12-02T16:18:22.273Z[ helios-setup] Dec 02 16:18:21.636 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29092024-12-02T16:18:23.083Z[ helios-setup] Dec 02 16:18:22.446 INFO E| From https://github.com/oxidecomputer/typify
29102024-12-02T16:18:23.083Z[ helios-setup] Dec 02 16:18:22.446 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29112024-12-02T16:18:23.116Z[ helios-setup] Dec 02 16:18:22.479 INFO E| * [new tag] v0.0.10 -> v0.0.10
29122024-12-02T16:18:23.116Z[ helios-setup] Dec 02 16:18:22.479 INFO E| * [new tag] v0.0.11 -> v0.0.11
29132024-12-02T16:18:23.120Z[ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.4 -> v0.0.4
29142024-12-02T16:18:23.120Z[ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.5 -> v0.0.5
29152024-12-02T16:18:23.120Z[ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.7 -> v0.0.7
29162024-12-02T16:18:23.120Z[ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.8 -> v0.0.8
29172024-12-02T16:18:23.120Z[ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.9 -> v0.0.9
29182024-12-02T16:18:23.634Z[ helios-setup] Dec 02 16:18:22.997 INFO E| Downloading crates ...
29192024-12-02T16:18:23.896Z[ helios-setup] Dec 02 16:18:23.260 INFO E| Downloaded ahash v0.7.6
29202024-12-02T16:18:23.902Z[ helios-setup] Dec 02 16:18:23.265 INFO E| Downloaded anstyle v0.3.5
29212024-12-02T16:18:23.908Z[ helios-setup] Dec 02 16:18:23.272 INFO E| Downloaded anstyle-parse v0.1.1
29222024-12-02T16:18:23.908Z[ helios-setup] Dec 02 16:18:23.272 INFO E| Downloaded ahash v0.8.3
29232024-12-02T16:18:23.917Z[ helios-setup] Dec 02 16:18:23.280 INFO E| Downloaded aho-corasick v0.7.20
29242024-12-02T16:18:23.924Z[ helios-setup] Dec 02 16:18:23.288 INFO E| Downloaded bytes v1.4.0
29252024-12-02T16:18:23.932Z[ helios-setup] Dec 02 16:18:23.295 INFO E| Downloaded built v0.6.0
29262024-12-02T16:18:23.935Z[ helios-setup] Dec 02 16:18:23.298 INFO E| Downloaded async-stream v0.3.5
29272024-12-02T16:18:23.939Z[ helios-setup] Dec 02 16:18:23.302 INFO E| Downloaded concolor-override v1.0.0
29282024-12-02T16:18:23.941Z[ helios-setup] Dec 02 16:18:23.304 INFO E| Downloaded bincode v1.3.3
29292024-12-02T16:18:23.945Z[ helios-setup] Dec 02 16:18:23.309 INFO E| Downloaded const-random-macro v0.1.15
29302024-12-02T16:18:23.947Z[ helios-setup] Dec 02 16:18:23.310 INFO E| Downloaded const-random v0.1.15
29312024-12-02T16:18:23.950Z[ helios-setup] Dec 02 16:18:23.313 INFO E| Downloaded concolor-query v0.3.3
29322024-12-02T16:18:23.953Z[ helios-setup] Dec 02 16:18:23.314 INFO E| Downloaded async-trait v0.1.68
29332024-12-02T16:18:23.958Z[ helios-setup] Dec 02 16:18:23.322 INFO E| Downloaded clap_derive v4.2.0
29342024-12-02T16:18:23.966Z[ helios-setup] Dec 02 16:18:23.330 INFO E| Downloaded futures-sink v0.3.28
29352024-12-02T16:18:23.968Z[ helios-setup] Dec 02 16:18:23.332 INFO E| Downloaded byteorder v1.4.3
29362024-12-02T16:18:23.972Z[ helios-setup] Dec 02 16:18:23.336 INFO E| Downloaded form_urlencoded v1.1.0
29372024-12-02T16:18:23.975Z[ helios-setup] Dec 02 16:18:23.338 INFO E| Downloaded dyn-clone v1.0.11
29382024-12-02T16:18:23.978Z[ helios-setup] Dec 02 16:18:23.341 INFO E| Downloaded clap_lex v0.4.1
29392024-12-02T16:18:23.980Z[ helios-setup] Dec 02 16:18:23.343 INFO E| Downloaded project-root v0.2.2
29402024-12-02T16:18:23.982Z[ helios-setup] Dec 02 16:18:23.344 INFO E| Downloaded base64 v0.21.0
29412024-12-02T16:18:23.986Z[ helios-setup] Dec 02 16:18:23.350 INFO E| Downloaded either v1.8.0
29422024-12-02T16:18:23.989Z[ helios-setup] Dec 02 16:18:23.353 INFO E| Downloaded anyhow v1.0.68
29432024-12-02T16:18:23.996Z[ helios-setup] Dec 02 16:18:23.360 INFO E| Downloaded rustls-pemfile v1.0.2
29442024-12-02T16:18:23.999Z[ helios-setup] Dec 02 16:18:23.363 INFO E| Downloaded percent-encoding v2.2.0
29452024-12-02T16:18:24.002Z[ helios-setup] Dec 02 16:18:23.365 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29462024-12-02T16:18:24.006Z[ helios-setup] Dec 02 16:18:23.368 INFO E| Downloaded futures-io v0.3.28
29472024-12-02T16:18:24.008Z[ helios-setup] Dec 02 16:18:23.370 INFO E| Downloaded memoffset v0.7.1
29482024-12-02T16:18:24.011Z[ helios-setup] Dec 02 16:18:23.373 INFO E| Downloaded lazy_static v1.4.0
29492024-12-02T16:18:24.011Z[ helios-setup] Dec 02 16:18:23.374 INFO E| Downloaded futures-task v0.3.28
29502024-12-02T16:18:24.013Z[ helios-setup] Dec 02 16:18:23.377 INFO E| Downloaded tungstenite v0.18.0
29512024-12-02T16:18:24.019Z[ helios-setup] Dec 02 16:18:23.383 INFO E| Downloaded ppv-lite86 v0.2.17
29522024-12-02T16:18:24.021Z[ helios-setup] Dec 02 16:18:23.385 INFO E| Downloaded unicode-ident v1.0.8
29532024-12-02T16:18:24.025Z[ helios-setup] Dec 02 16:18:23.389 INFO E| Downloaded tower-service v0.3.2
29542024-12-02T16:18:24.028Z[ helios-setup] Dec 02 16:18:23.391 INFO E| Downloaded unicode-bidi v0.3.13
29552024-12-02T16:18:24.031Z[ helios-setup] Dec 02 16:18:23.395 INFO E| Downloaded serde_path_to_error v0.1.11
29562024-12-02T16:18:24.033Z[ helios-setup] Dec 02 16:18:23.397 INFO E| Downloaded unicode-linebreak v0.1.4
29572024-12-02T16:18:24.037Z[ helios-setup] Dec 02 16:18:23.401 INFO E| Downloaded proc-macro-crate v1.2.1
29582024-12-02T16:18:24.040Z[ helios-setup] Dec 02 16:18:23.403 INFO E| Downloaded serde_tokenstream v0.2.0
29592024-12-02T16:18:24.048Z[ helios-setup] Dec 02 16:18:23.411 INFO E| Downloaded semver-parser v0.10.2
29602024-12-02T16:18:24.051Z[ helios-setup] Dec 02 16:18:23.415 INFO E| Downloaded sct v0.7.0
29612024-12-02T16:18:24.058Z[ helios-setup] Dec 02 16:18:23.421 INFO E| Downloaded terminal_size v0.2.6
29622024-12-02T16:18:24.061Z[ helios-setup] Dec 02 16:18:23.424 INFO E| Downloaded slog-async v2.7.0
29632024-12-02T16:18:24.063Z[ helios-setup] Dec 02 16:18:23.426 INFO E| Downloaded cargo-lock v8.0.3
29642024-12-02T16:18:24.067Z[ helios-setup] Dec 02 16:18:23.431 INFO E| Downloaded toolchain_find v0.2.0
29652024-12-02T16:18:24.070Z[ helios-setup] Dec 02 16:18:23.433 INFO E| Downloaded ryu v1.0.13
29662024-12-02T16:18:24.075Z[ helios-setup] Dec 02 16:18:23.439 INFO E| Downloaded tokio-rustls v0.24.0
29672024-12-02T16:18:24.079Z[ helios-setup] Dec 02 16:18:23.442 INFO E| Downloaded tinyvec v1.6.0
29682024-12-02T16:18:24.084Z[ helios-setup] Dec 02 16:18:23.448 INFO E| Downloaded tokio-tungstenite v0.18.0
29692024-12-02T16:18:24.088Z[ helios-setup] Dec 02 16:18:23.452 INFO E| Downloaded toml v0.7.3
29702024-12-02T16:18:24.094Z[ helios-setup] Dec 02 16:18:23.457 INFO E| Downloaded thiserror-impl v1.0.38
29712024-12-02T16:18:24.097Z[ helios-setup] Dec 02 16:18:23.460 INFO E| Downloaded once_cell v1.17.0
29722024-12-02T16:18:24.101Z[ helios-setup] Dec 02 16:18:23.464 INFO E| Downloaded toml_edit v0.19.8
29732024-12-02T16:18:24.129Z[ helios-setup] Dec 02 16:18:23.493 INFO E| Downloaded pkg-config v0.3.26
29742024-12-02T16:18:24.132Z[ helios-setup] Dec 02 16:18:23.495 INFO E| Downloaded httparse v1.8.0
29752024-12-02T16:18:24.135Z[ helios-setup] Dec 02 16:18:23.498 INFO E| Downloaded pin-project-lite v0.2.9
29762024-12-02T16:18:24.142Z[ helios-setup] Dec 02 16:18:23.506 INFO E| Downloaded smartstring v1.0.1
29772024-12-02T16:18:24.146Z[ helios-setup] Dec 02 16:18:23.510 INFO E| Downloaded syn v1.0.107
29782024-12-02T16:18:24.163Z[ helios-setup] Dec 02 16:18:23.527 INFO E| Downloaded serde_derive_internals v0.26.0
29792024-12-02T16:18:24.167Z[ helios-setup] Dec 02 16:18:23.529 INFO E| Downloaded parking_lot v0.12.1
29802024-12-02T16:18:24.169Z[ helios-setup] Dec 02 16:18:23.533 INFO E| Downloaded tokio-macros v2.0.0
29812024-12-02T16:18:24.172Z[ helios-setup] Dec 02 16:18:23.535 INFO E| Downloaded clap v4.2.1
29822024-12-02T16:18:24.187Z[ helios-setup] Dec 02 16:18:23.550 INFO E| Downloaded quote v1.0.36
29832024-12-02T16:18:24.191Z[ helios-setup] Dec 02 16:18:23.554 INFO E| Downloaded cc v1.0.78
29842024-12-02T16:18:24.195Z[ helios-setup] Dec 02 16:18:23.558 INFO E| Downloaded socket2 v0.4.9
29852024-12-02T16:18:24.197Z[ helios-setup] Dec 02 16:18:23.561 INFO E| Downloaded io-lifetimes v1.0.10
29862024-12-02T16:18:24.202Z[ helios-setup] Dec 02 16:18:23.566 INFO E| Downloaded getrandom v0.2.8
29872024-12-02T16:18:24.205Z[ helios-setup] Dec 02 16:18:23.569 INFO E| Downloaded parking_lot_core v0.9.6
29882024-12-02T16:18:24.208Z[ helios-setup] Dec 02 16:18:23.572 INFO E| Downloaded num-traits v0.2.15
29892024-12-02T16:18:24.213Z[ helios-setup] Dec 02 16:18:23.577 INFO E| Downloaded memchr v2.5.0
29902024-12-02T16:18:24.220Z[ helios-setup] Dec 02 16:18:23.583 INFO E| Downloaded log v0.4.17
29912024-12-02T16:18:24.230Z[ helios-setup] Dec 02 16:18:23.593 INFO E| Downloaded rustls-webpki v0.100.1
29922024-12-02T16:18:24.239Z[ helios-setup] Dec 02 16:18:23.603 INFO E| Downloaded tracing-core v0.1.30
29932024-12-02T16:18:24.243Z[ helios-setup] Dec 02 16:18:23.607 INFO E| Downloaded crossbeam-channel v0.5.6
29942024-12-02T16:18:24.250Z[ helios-setup] Dec 02 16:18:23.614 INFO E| Downloaded http v0.2.9
29952024-12-02T16:18:24.255Z[ helios-setup] Dec 02 16:18:23.619 INFO E| Downloaded unsafe-libyaml v0.2.8
29962024-12-02T16:18:24.261Z[ helios-setup] Dec 02 16:18:23.624 INFO E| Downloaded url v2.3.1
29972024-12-02T16:18:24.265Z[ helios-setup] Dec 02 16:18:23.629 INFO E| Downloaded tracing v0.1.37
29982024-12-02T16:18:24.272Z[ helios-setup] Dec 02 16:18:23.635 INFO E| Downloaded serde v1.0.204
29992024-12-02T16:18:24.278Z[ helios-setup] Dec 02 16:18:23.640 INFO E| Downloaded mio v0.8.5
30002024-12-02T16:18:24.285Z[ helios-setup] Dec 02 16:18:23.648 INFO E| Downloaded tokio-util v0.7.7
30012024-12-02T16:18:24.294Z[ helios-setup] Dec 02 16:18:23.658 INFO E| Downloaded pest v2.5.7
30022024-12-02T16:18:24.303Z[ helios-setup] Dec 02 16:18:23.664 INFO E| Downloaded unicode-normalization v0.1.22
30032024-12-02T16:18:24.306Z[ helios-setup] Dec 02 16:18:23.669 INFO E| Downloaded serde_derive v1.0.204
30042024-12-02T16:18:24.309Z[ helios-setup] Dec 02 16:18:23.672 INFO E| Downloaded rayon-core v1.10.2
30052024-12-02T16:18:24.314Z[ helios-setup] Dec 02 16:18:23.678 INFO E| Downloaded clap_builder v4.2.1
30062024-12-02T16:18:24.323Z[ helios-setup] Dec 02 16:18:23.686 INFO E| Downloaded futures-channel v0.3.28
30072024-12-02T16:18:24.331Z[ helios-setup] Dec 02 16:18:23.695 INFO E| Downloaded h2 v0.3.16
30082024-12-02T16:18:24.340Z[ helios-setup] Dec 02 16:18:23.704 INFO E| Downloaded futures-util v0.3.28
30092024-12-02T16:18:24.358Z[ helios-setup] Dec 02 16:18:23.721 INFO E| Downloaded serde_json v1.0.95
30102024-12-02T16:18:24.368Z[ helios-setup] Dec 02 16:18:23.731 INFO E| Downloaded rayon v1.6.1
30112024-12-02T16:18:24.379Z[ helios-setup] Dec 02 16:18:23.743 INFO E| Downloaded reqwest v0.11.16
30122024-12-02T16:18:24.390Z[ helios-setup] Dec 02 16:18:23.753 INFO E| Downloaded hyper v0.14.25
30132024-12-02T16:18:24.401Z[ helios-setup] Dec 02 16:18:23.764 INFO E| Downloaded git2 v0.16.1
30142024-12-02T16:18:24.411Z[ helios-setup] Dec 02 16:18:23.775 INFO E| Downloaded chrono v0.4.24
30152024-12-02T16:18:24.421Z[ helios-setup] Dec 02 16:18:23.784 INFO E| Downloaded regress v0.5.0
30162024-12-02T16:18:24.430Z[ helios-setup] Dec 02 16:18:23.794 INFO E| Downloaded regex v1.7.3
30172024-12-02T16:18:24.441Z[ helios-setup] Dec 02 16:18:23.804 INFO E| Downloaded futures v0.3.28
30182024-12-02T16:18:24.447Z[ helios-setup] Dec 02 16:18:23.811 INFO E| Downloaded syn v2.0.72
30192024-12-02T16:18:24.463Z[ helios-setup] Dec 02 16:18:23.826 INFO E| Downloaded rustix v0.37.3
30202024-12-02T16:18:24.490Z[ helios-setup] Dec 02 16:18:23.853 INFO E| Downloaded rustls v0.21.0
30212024-12-02T16:18:24.511Z[ helios-setup] Dec 02 16:18:23.875 INFO E| Downloaded rhai v1.14.0
30222024-12-02T16:18:24.530Z[ helios-setup] Dec 02 16:18:23.894 INFO E| Downloaded crossbeam-utils v0.8.14
30232024-12-02T16:18:24.535Z[ helios-setup] Dec 02 16:18:23.898 INFO E| Downloaded crossbeam-epoch v0.9.13
30242024-12-02T16:18:24.539Z[ helios-setup] Dec 02 16:18:23.902 INFO E| Downloaded winnow v0.4.1
30252024-12-02T16:18:24.551Z[ helios-setup] Dec 02 16:18:23.915 INFO E| Downloaded rhai_codegen v1.5.0
30262024-12-02T16:18:24.564Z[ helios-setup] Dec 02 16:18:23.927 INFO E| Downloaded openapiv3 v1.0.2
30272024-12-02T16:18:24.584Z[ helios-setup] Dec 02 16:18:23.947 INFO E| Downloaded textwrap v0.16.0
30282024-12-02T16:18:24.588Z[ helios-setup] Dec 02 16:18:23.952 INFO E| Downloaded tempfile v3.5.0
30292024-12-02T16:18:24.593Z[ helios-setup] Dec 02 16:18:23.955 INFO E| Downloaded uuid v1.3.0
30302024-12-02T16:18:24.598Z[ helios-setup] Dec 02 16:18:23.962 INFO E| Downloaded paste v1.0.12
30312024-12-02T16:18:24.603Z[ helios-setup] Dec 02 16:18:23.967 INFO E| Downloaded serde_yaml v0.9.21
30322024-12-02T16:18:24.609Z[ helios-setup] Dec 02 16:18:23.973 INFO E| Downloaded schemars v0.8.12
30332024-12-02T16:18:24.627Z[ helios-setup] Dec 02 16:18:23.990 INFO E| Downloaded smawk v0.3.1
30342024-12-02T16:18:24.629Z[ helios-setup] Dec 02 16:18:23.993 INFO E| Downloaded slab v0.4.7
30352024-12-02T16:18:24.632Z[ helios-setup] Dec 02 16:18:23.995 INFO E| Downloaded serde_spanned v0.6.1
30362024-12-02T16:18:24.636Z[ helios-setup] Dec 02 16:18:23.996 INFO E| Downloaded time v0.1.45
30372024-12-02T16:18:24.636Z[ helios-setup] Dec 02 16:18:23.999 INFO E| Downloaded thiserror v1.0.38
30382024-12-02T16:18:24.640Z[ host-package] Compiling primeorder v0.13.6
30392024-12-02T16:18:24.662Z[ helios-setup] Dec 02 16:18:24.005 INFO E| Downloaded smallvec v1.10.0
30402024-12-02T16:18:24.662Z[ helios-setup] Dec 02 16:18:24.016 INFO E| Downloaded semver v1.0.17
30412024-12-02T16:18:24.665Z[ helios-setup] Dec 02 16:18:24.019 INFO E| Downloaded libc v0.2.139
30422024-12-02T16:18:24.695Z[ helios-setup] Dec 02 16:18:24.058 INFO E| Downloaded scopeguard v1.1.0
30432024-12-02T16:18:24.699Z[ helios-setup] Dec 02 16:18:24.060 INFO E| Downloaded lock_api v0.4.9
30442024-12-02T16:18:24.701Z[ helios-setup] Dec 02 16:18:24.063 INFO E| Downloaded ipnet v2.7.2
30452024-12-02T16:18:24.704Z[ helios-setup] Dec 02 16:18:24.065 INFO E| Downloaded toml_datetime v0.6.1
30462024-12-02T16:18:24.704Z[ helios-setup] Dec 02 16:18:24.067 INFO E| Downloaded strsim v0.10.0
30472024-12-02T16:18:24.706Z[ helios-setup] Dec 02 16:18:24.069 INFO E| Downloaded slog-bunyan v2.4.0
30482024-12-02T16:18:24.709Z[ helios-setup] Dec 02 16:18:24.071 INFO E| Downloaded jobserver v0.1.26
30492024-12-02T16:18:24.711Z[ helios-setup] Dec 02 16:18:24.073 INFO E| Downloaded camino v1.1.4
30502024-12-02T16:18:24.714Z[ helios-setup] Dec 02 16:18:24.076 INFO E| Downloaded signal-hook-registry v1.4.0
30512024-12-02T16:18:24.716Z[ helios-setup] Dec 02 16:18:24.078 INFO E| Downloaded tokio v1.27.0
30522024-12-02T16:18:24.798Z[ helios-setup] Dec 02 16:18:24.161 INFO E| Downloaded sha2 v0.10.6
30532024-12-02T16:18:24.801Z[ helios-setup] Dec 02 16:18:24.165 INFO E| Downloaded sha1 v0.10.5
30542024-12-02T16:18:24.804Z[ helios-setup] Dec 02 16:18:24.167 INFO E| Downloaded rustfmt-wrapper v0.2.0
30552024-12-02T16:18:24.806Z[ helios-setup] Dec 02 16:18:24.169 INFO E| Downloaded schemars_derive v0.8.12
30562024-12-02T16:18:24.809Z[ helios-setup] Dec 02 16:18:24.172 INFO E| Downloaded num_enum_derive v0.5.7
30572024-12-02T16:18:24.812Z[ helios-setup] Dec 02 16:18:24.173 INFO E| Downloaded httpdate v1.0.2
30582024-12-02T16:18:24.812Z[ helios-setup] Dec 02 16:18:24.175 INFO E| Downloaded semver v0.11.0
30592024-12-02T16:18:24.814Z[ helios-setup] Dec 02 16:18:24.178 INFO E| Downloaded utf8parse v0.2.1
30602024-12-02T16:18:24.817Z[ helios-setup] Dec 02 16:18:24.179 INFO E| Downloaded want v0.3.0
30612024-12-02T16:18:24.817Z[ helios-setup] Dec 02 16:18:24.180 INFO E| Downloaded ucd-trie v0.1.5
30622024-12-02T16:18:24.819Z[ helios-setup] Dec 02 16:18:24.182 INFO E| Downloaded iana-time-zone v0.1.56
30632024-12-02T16:18:24.822Z[ helios-setup] Dec 02 16:18:24.185 INFO E| Downloaded num_enum v0.5.7
30642024-12-02T16:18:24.828Z[ helios-setup] Dec 02 16:18:24.191 INFO E| Downloaded num_cpus v1.15.0
30652024-12-02T16:18:24.832Z[ helios-setup] Dec 02 16:18:24.196 INFO E| Downloaded num-integer v0.1.45
30662024-12-02T16:18:24.835Z[ helios-setup] Dec 02 16:18:24.198 INFO E| Downloaded itoa v1.0.6
30672024-12-02T16:18:24.838Z[ helios-setup] Dec 02 16:18:24.200 INFO E| Downloaded try-lock v0.2.4
30682024-12-02T16:18:24.840Z[ helios-setup] Dec 02 16:18:24.202 INFO E| Downloaded is-terminal v0.4.7
30692024-12-02T16:18:24.840Z[ helios-setup] Dec 02 16:18:24.203 INFO E| Downloaded http-body v0.4.5
30702024-12-02T16:18:24.842Z[ helios-setup] Dec 02 16:18:24.206 INFO E| Downloaded home v0.5.4
30712024-12-02T16:18:24.845Z[ helios-setup] Dec 02 16:18:24.207 INFO E| Downloaded crossbeam-deque v0.8.2
30722024-12-02T16:18:24.848Z[ helios-setup] Dec 02 16:18:24.209 INFO E| Downloaded futures-macro v0.3.28
30732024-12-02T16:18:24.848Z[ helios-setup] Dec 02 16:18:24.211 INFO E| Downloaded futures-executor v0.3.28
30742024-12-02T16:18:24.851Z[ helios-setup] Dec 02 16:18:24.213 INFO E| Downloaded futures-core v0.3.28
30752024-12-02T16:18:24.853Z[ helios-setup] Dec 02 16:18:24.215 INFO E| Downloaded fastrand v1.9.0
30762024-12-02T16:18:24.855Z[ helios-setup] Dec 02 16:18:24.217 INFO E| Downloaded digest v0.10.6
30772024-12-02T16:18:24.858Z[ helios-setup] Dec 02 16:18:24.220 INFO E| Downloaded autocfg v1.1.0
30782024-12-02T16:18:24.860Z[ helios-setup] Dec 02 16:18:24.223 INFO E| Downloaded async-stream-impl v0.3.5
30792024-12-02T16:18:24.862Z[ helios-setup] Dec 02 16:18:24.224 INFO E| Downloaded anstream v0.2.6
30802024-12-02T16:18:24.947Z[ helios-setup] Dec 02 16:18:24.311 INFO E| Downloaded encoding_rs v0.8.32
30812024-12-02T16:18:25.067Z[ helios-setup] Dec 02 16:18:24.430 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30822024-12-02T16:18:25.227Z[ helios-setup] Dec 02 16:18:24.567 INFO E| Downloaded libz-sys v1.1.8
30832024-12-02T16:18:25.289Z[ host-package] Compiling vergen v8.3.2
30842024-12-02T16:18:25.530Z[ helios-setup] Dec 02 16:18:24.893 INFO E| Compiling proc-macro2 v1.0.86
30852024-12-02T16:18:25.622Z[ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling libc v0.2.139
30862024-12-02T16:18:25.622Z[ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling unicode-ident v1.0.8
30872024-12-02T16:18:25.625Z[ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling autocfg v1.1.0
30882024-12-02T16:18:25.625Z[ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling cfg-if v1.0.0
30892024-12-02T16:18:25.625Z[ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling version_check v0.9.4
30902024-12-02T16:18:25.625Z[ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling serde v1.0.204
30912024-12-02T16:18:25.625Z[ helios-setup] Dec 02 16:18:24.987 INFO E| Compiling syn v1.0.107
30922024-12-02T16:18:25.667Z[ host-package] Compiling env_filter v0.1.2
30932024-12-02T16:18:26.417Z[ helios-setup] Dec 02 16:18:25.780 INFO E| Compiling memchr v2.5.0
30942024-12-02T16:18:26.934Z[ helios-setup] Dec 02 16:18:26.297 INFO E| Compiling once_cell v1.17.0
30952024-12-02T16:18:27.568Z[ helios-setup] Dec 02 16:18:26.931 INFO E| Compiling log v0.4.17
30962024-12-02T16:18:27.640Z[ helios-setup] Dec 02 16:18:27.003 INFO E| Compiling thiserror v1.0.38
30972024-12-02T16:18:28.101Z[ helios-setup] Dec 02 16:18:27.464 INFO E| Compiling serde_json v1.0.95
30982024-12-02T16:18:28.136Z[ host-package] Compiling cargo-platform v0.1.8
30992024-12-02T16:18:28.435Z[ helios-setup] Dec 02 16:18:27.798 INFO E| Compiling itoa v1.0.6
31002024-12-02T16:18:29.195Z[ helios-setup] Dec 02 16:18:28.555 INFO E| Compiling quote v1.0.36
31012024-12-02T16:18:29.411Z[ host-package] Compiling nanorand v0.7.0
31022024-12-02T16:18:29.511Z[ helios-setup] Dec 02 16:18:28.874 INFO E| Compiling getrandom v0.2.8
31032024-12-02T16:18:29.657Z[ helios-setup] Dec 02 16:18:29.020 INFO E| Compiling indexmap v1.9.3
31042024-12-02T16:18:29.659Z[ host-package] Compiling memoffset v0.9.1
31052024-12-02T16:18:30.081Z[ helios-setup] Dec 02 16:18:29.444 INFO E| Compiling syn v2.0.72
31062024-12-02T16:18:30.365Z[ helios-setup] Dec 02 16:18:29.728 INFO E| Compiling jobserver v0.1.26
31072024-12-02T16:18:30.500Z[ helios-setup] Dec 02 16:18:29.863 INFO E| Compiling pin-project-lite v0.2.9
31082024-12-02T16:18:30.500Z[ helios-setup] Dec 02 16:18:29.863 INFO E| Compiling scopeguard v1.1.0
31092024-12-02T16:18:30.643Z[ host-package] Compiling flume v0.11.1
31102024-12-02T16:18:30.855Z[ helios-setup] Dec 02 16:18:30.214 INFO E| Compiling num-integer v0.1.45
31112024-12-02T16:18:30.855Z[ helios-setup] Dec 02 16:18:30.214 INFO E| Compiling bytes v1.4.0
31122024-12-02T16:18:30.957Z[ helios-setup] Dec 02 16:18:30.320 INFO E| Compiling futures-core v0.3.28
31132024-12-02T16:18:31.130Z[ helios-setup] Dec 02 16:18:30.493 INFO E| Compiling cc v1.0.78
31142024-12-02T16:18:31.267Z[ host-package] Compiling cargo_metadata v0.18.1
31152024-12-02T16:18:31.715Z[ helios-setup] Dec 02 16:18:31.078 INFO E| Compiling ryu v1.0.13
31162024-12-02T16:18:32.634Z[ host-package] Compiling env_logger v0.11.5
31172024-12-02T16:18:32.847Z[ helios-setup] Dec 02 16:18:32.210 INFO E| Compiling lock_api v0.4.9
31182024-12-02T16:18:32.950Z[ helios-setup] Dec 02 16:18:32.313 INFO E| Compiling bitflags v1.3.2
31192024-12-02T16:18:33.059Z[ helios-setup] Dec 02 16:18:32.421 INFO E| Compiling typenum v1.16.0
31202024-12-02T16:18:33.278Z[ helios-setup] Dec 02 16:18:32.641 INFO E| Compiling parking_lot_core v0.9.6
31212024-12-02T16:18:33.812Z[ helios-setup] Dec 02 16:18:33.175 INFO E| Compiling num_cpus v1.15.0
31222024-12-02T16:18:34.346Z[ helios-setup] Dec 02 16:18:33.709 INFO E| Compiling generic-array v0.14.6
31232024-12-02T16:18:34.439Z[ helios-setup] Dec 02 16:18:33.802 INFO E| Compiling slab v0.4.7
31242024-12-02T16:18:34.562Z[ helios-setup] Dec 02 16:18:33.925 INFO E| Compiling futures-sink v0.3.28
31252024-12-02T16:18:34.677Z[ helios-setup] Dec 02 16:18:34.020 INFO E| Compiling futures-channel v0.3.28
31262024-12-02T16:18:35.024Z[ helios-setup] Dec 02 16:18:34.386 INFO E| Compiling futures-task v0.3.28
31272024-12-02T16:18:35.130Z[ host-package] Compiling p384 v0.13.0
31282024-12-02T16:18:35.613Z[ helios-setup] Dec 02 16:18:34.976 INFO E| Compiling tokio v1.27.0
31292024-12-02T16:18:35.729Z[ helios-setup] Dec 02 16:18:35.091 INFO E| Compiling futures-util v0.3.28
31302024-12-02T16:18:35.822Z[ helios-setup] Dec 02 16:18:35.183 INFO E| Compiling schemars v0.8.12
31312024-12-02T16:18:36.522Z[ helios-setup] Dec 02 16:18:35.884 INFO E| Compiling mio v0.8.5
31322024-12-02T16:18:36.749Z[ helios-setup] Dec 02 16:18:36.111 INFO E| Compiling socket2 v0.4.9
31332024-12-02T16:18:37.088Z[ helios-setup] Dec 02 16:18:36.450 INFO E| Compiling signal-hook-registry v1.4.0
31342024-12-02T16:18:37.106Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31352024-12-02T16:18:37.224Z[ helios-setup] Dec 02 16:18:36.586 INFO E| Compiling ahash v0.7.6
31362024-12-02T16:18:37.528Z[ helios-setup] Dec 02 16:18:36.890 INFO E| Compiling num-traits v0.2.15
31372024-12-02T16:18:38.573Z[ helios-setup] Dec 02 16:18:37.935 INFO E| Compiling pin-utils v0.1.0
31382024-12-02T16:18:38.900Z[ helios-setup] Dec 02 16:18:38.262 INFO E| Compiling futures-io v0.3.28
31392024-12-02T16:18:39.089Z[ helios-setup] Dec 02 16:18:38.451 INFO E| Compiling crunchy v0.2.2
31402024-12-02T16:18:39.613Z[ helios-setup] Dec 02 16:18:38.975 INFO E| Compiling io-lifetimes v1.0.10
31412024-12-02T16:18:40.192Z[ helios-setup] Dec 02 16:18:39.554 INFO E| Compiling ahash v0.8.3
31422024-12-02T16:18:40.442Z[ helios-setup] Dec 02 16:18:39.804 INFO E| Compiling tiny-keccak v2.0.2
31432024-12-02T16:18:41.258Z[ helios-setup] Dec 02 16:18:40.620 INFO E| Compiling rustix v0.37.3
31442024-12-02T16:18:41.433Z[ helios-setup] Dec 02 16:18:40.794 INFO E| Compiling hashbrown v0.12.3
31452024-12-02T16:18:41.485Z[ helios-setup] Dec 02 16:18:40.847 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31462024-12-02T16:18:41.676Z[ helios-setup] Dec 02 16:18:41.038 INFO E| Compiling serde_derive_internals v0.26.0
31472024-12-02T16:18:42.567Z[ helios-setup] Dec 02 16:18:41.928 INFO E| Compiling block-buffer v0.10.3
31482024-12-02T16:18:43.288Z[ helios-setup] Dec 02 16:18:42.650 INFO E| Compiling crypto-common v0.1.6
31492024-12-02T16:18:43.972Z[ helios-setup] Dec 02 16:18:43.333 INFO E| Compiling errno v0.3.1
31502024-12-02T16:18:44.479Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31512024-12-02T16:18:44.504Z[ helios-setup] Dec 02 16:18:43.865 INFO E| Compiling slog v2.7.0
31522024-12-02T16:18:44.565Z[ helios-setup] Dec 02 16:18:43.927 INFO E| Compiling crossbeam-utils v0.8.14
31532024-12-02T16:18:44.731Z[ helios-setup] Dec 02 16:18:44.092 INFO E| Compiling pkg-config v0.3.26
31542024-12-02T16:18:45.075Z[ helios-setup] Dec 02 16:18:44.437 INFO E| Compiling fnv v1.0.7
31552024-12-02T16:18:45.520Z[ helios-setup] Dec 02 16:18:44.881 INFO E| Compiling http v0.2.9
31562024-12-02T16:18:46.892Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31572024-12-02T16:18:47.322Z[ helios-setup] Dec 02 16:18:46.683 INFO E| Compiling digest v0.10.6
31582024-12-02T16:18:48.332Z[ host-package] Compiling git2 v0.19.0
31592024-12-02T16:18:48.529Z[ helios-setup] Dec 02 16:18:47.890 INFO E| Compiling aho-corasick v0.7.20
31602024-12-02T16:18:48.586Z[ helios-setup] Dec 02 16:18:47.947 INFO E| Compiling heck v0.4.1
31612024-12-02T16:18:49.180Z[ helios-setup] Dec 02 16:18:48.541 INFO E| Compiling unicode-width v0.1.10
31622024-12-02T16:18:49.522Z[ helios-setup] Dec 02 16:18:48.883 INFO E| Compiling percent-encoding v2.2.0
31632024-12-02T16:18:49.558Z[ helios-setup] Dec 02 16:18:48.919 INFO E| Compiling anyhow v1.0.68
31642024-12-02T16:18:50.701Z[ helios-setup] Dec 02 16:18:50.062 INFO E| Compiling regex-syntax v0.6.29
31652024-12-02T16:18:50.851Z[ helios-setup] Dec 02 16:18:50.212 INFO E| Compiling cpufeatures v0.2.5
31662024-12-02T16:18:50.931Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31672024-12-02T16:18:51.363Z[ helios-setup] Dec 02 16:18:50.724 INFO E| Compiling httparse v1.8.0
31682024-12-02T16:18:51.582Z[ helios-setup] Dec 02 16:18:50.942 INFO E| Compiling tinyvec_macros v0.1.1
31692024-12-02T16:18:51.792Z[ helios-setup] Dec 02 16:18:51.153 INFO E| Compiling thiserror-impl v1.0.38
31702024-12-02T16:18:51.927Z[ helios-setup] Dec 02 16:18:51.288 INFO E| Compiling schemars_derive v0.8.12
31712024-12-02T16:18:52.152Z[ helios-setup] Dec 02 16:18:51.513 INFO E| Compiling tinyvec v1.6.0
31722024-12-02T16:18:53.073Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31732024-12-02T16:18:53.186Z[ helios-setup] Dec 02 16:18:52.546 INFO E| Compiling const-random-macro v0.1.15
31742024-12-02T16:18:53.316Z[ helios-setup] Dec 02 16:18:52.677 INFO E| Compiling serde_derive v1.0.204
31752024-12-02T16:18:54.164Z[ helios-setup] Dec 02 16:18:53.524 INFO E| Compiling tokio-macros v2.0.0
31762024-12-02T16:18:55.338Z[ helios-setup] Dec 02 16:18:54.698 INFO E| Compiling futures-macro v0.3.28
31772024-12-02T16:18:56.025Z[ helios-setup] Dec 02 16:18:55.385 INFO E| Compiling form_urlencoded v1.1.0
31782024-12-02T16:18:56.550Z[ helios-setup] Dec 02 16:18:55.910 INFO E| Compiling hashbrown v0.13.2
31792024-12-02T16:18:57.439Z[ helios-setup] Dec 02 16:18:56.800 INFO E| Compiling libz-sys v1.1.8
31802024-12-02T16:18:58.241Z[ helios-setup] Dec 02 16:18:57.601 INFO E| Compiling regex v1.7.3
31812024-12-02T16:18:58.342Z[ helios-setup] Dec 02 16:18:57.694 INFO E| Compiling chrono v0.4.24
31822024-12-02T16:19:01.533Z[ helios-setup] Dec 02 16:19:00.893 INFO E| Compiling uuid v1.3.0
31832024-12-02T16:19:02.026Z[ helios-setup] Dec 02 16:19:01.386 INFO E| Compiling dyn-clone v1.0.11
31842024-12-02T16:19:02.607Z[ helios-setup] Dec 02 16:19:01.966 INFO E| Compiling regress v0.5.0
31852024-12-02T16:19:02.668Z[ helios-setup] Dec 02 16:19:02.027 INFO E| Compiling unicode-normalization v0.1.22
31862024-12-02T16:19:03.051Z[ helios-setup] Dec 02 16:19:02.410 INFO E| Compiling const-random v0.1.15
31872024-12-02T16:19:03.246Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31882024-12-02T16:19:05.047Z[ helios-setup] Dec 02 16:19:04.320 INFO E| Compiling getopts v0.2.21
31892024-12-02T16:19:05.582Z[ helios-setup] Dec 02 16:19:04.941 INFO E| Compiling tracing-core v0.1.30
31902024-12-02T16:19:05.764Z[ helios-setup] Dec 02 16:19:05.123 INFO E| Compiling memoffset v0.7.1
31912024-12-02T16:19:06.336Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
31922024-12-02T16:19:06.543Z[ helios-setup] Dec 02 16:19:05.902 INFO E| Compiling unicode-bidi v0.3.13
31932024-12-02T16:19:07.310Z[ helios-setup] Dec 02 16:19:06.669 INFO E| Compiling powerfmt v0.2.0
31942024-12-02T16:19:07.363Z[ host-package] Compiling rand_seeder v0.3.0
31952024-12-02T16:19:08.385Z[ host-package] Compiling libsqlite3-sys v0.30.1
31962024-12-02T16:19:09.179Z[ helios-setup] Dec 02 16:19:08.537 INFO E| Compiling time-core v0.1.2
31972024-12-02T16:19:09.438Z[ helios-setup] Dec 02 16:19:08.797 INFO E| Compiling ucd-trie v0.1.5
31982024-12-02T16:19:09.773Z[ helios-setup] Dec 02 16:19:09.119 INFO E| Compiling num-conv v0.1.0
31992024-12-02T16:19:10.006Z[ host-package] Compiling http-range v0.1.5
32002024-12-02T16:19:10.063Z[ host-package] Compiling cfg_aliases v0.2.1
32012024-12-02T16:19:10.365Z[ host-package] Compiling rustls v0.21.12
32022024-12-02T16:19:10.795Z[ helios-setup] Dec 02 16:19:10.154 INFO E| Compiling time-macros v0.2.18
32032024-12-02T16:19:11.122Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32042024-12-02T16:19:11.262Z[ host-package] Compiling nix v0.29.0
32052024-12-02T16:19:11.644Z[ helios-setup] Dec 02 16:19:11.003 INFO E| Compiling pest v2.5.7
32062024-12-02T16:19:11.749Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32072024-12-02T16:19:12.306Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32082024-12-02T16:19:12.568Z[ helios-setup] Dec 02 16:19:11.925 INFO E| Compiling idna v0.3.0
32092024-12-02T16:19:14.477Z[ helios-setup] Dec 02 16:19:13.835 INFO E| Compiling deranged v0.3.11
32102024-12-02T16:19:15.361Z[ helios-setup] Dec 02 16:19:14.717 INFO E| Compiling tracing v0.1.37
32112024-12-02T16:19:15.622Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32122024-12-02T16:19:16.499Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32132024-12-02T16:19:16.960Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32142024-12-02T16:19:17.360Z[ helios-setup] Dec 02 16:19:16.718 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32152024-12-02T16:19:17.691Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32162024-12-02T16:19:18.349Z[ helios-setup] Dec 02 16:19:17.707 INFO E| Compiling time v0.1.45
32172024-12-02T16:19:18.540Z[ host-package] Compiling rustls-webpki v0.101.7
32182024-12-02T16:19:19.068Z[ helios-setup] Dec 02 16:19:18.425 INFO E| Compiling crossbeam-epoch v0.9.13
32192024-12-02T16:19:19.261Z[ helios-setup] Dec 02 16:19:18.619 INFO E| Compiling semver v1.0.17
32202024-12-02T16:19:20.293Z[ helios-setup] Dec 02 16:19:19.650 INFO E| Compiling iana-time-zone v0.1.56
32212024-12-02T16:19:21.129Z[ helios-setup] Dec 02 16:19:20.486 INFO E| Compiling num_threads v0.1.6
32222024-12-02T16:19:21.667Z[ helios-setup] Dec 02 16:19:21.025 INFO E| Compiling toml v0.5.11
32232024-12-02T16:19:22.399Z[ helios-setup] Dec 02 16:19:21.757 INFO E| Compiling smallvec v1.10.0
32242024-12-02T16:19:22.664Z[ host-package] Compiling sct v0.7.1
32252024-12-02T16:19:23.257Z[ helios-setup] Dec 02 16:19:22.615 INFO E| Compiling serde_tokenstream v0.2.0
32262024-12-02T16:19:23.653Z[ host-package] Compiling castaway v0.2.3
32272024-12-02T16:19:24.139Z[ host-package] Compiling csv-core v0.1.11
32282024-12-02T16:19:24.941Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32292024-12-02T16:19:25.210Z[ helios-setup] Dec 02 16:19:24.567 INFO E| Compiling time v0.3.36
32302024-12-02T16:19:25.546Z[ host-package] Compiling glob v0.3.1
32312024-12-02T16:19:25.670Z[ host-package] Compiling csv v1.3.0
32322024-12-02T16:19:25.893Z[ host-package] Compiling compact_str v0.8.0
32332024-12-02T16:19:26.415Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
32342024-12-02T16:19:26.686Z[ helios-setup] Dec 02 16:19:26.043 INFO E| Compiling parking_lot v0.12.1
32352024-12-02T16:19:29.878Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32362024-12-02T16:19:30.035Z[ host-package] Compiling nix v0.27.1
32372024-12-02T16:19:31.033Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32382024-12-02T16:19:32.439Z[ helios-setup] Dec 02 16:19:31.795 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32392024-12-02T16:19:33.464Z[ helios-setup] Dec 02 16:19:32.819 INFO E| Compiling semver-parser v0.10.2
32402024-12-02T16:19:33.671Z[ host-package] Compiling hyper-staticfile v0.10.1
32412024-12-02T16:19:34.471Z[ helios-setup] Dec 02 16:19:33.827 INFO E| Compiling url v2.3.1
32422024-12-02T16:19:38.846Z[ helios-setup] Dec 02 16:19:38.202 INFO E| Compiling crossbeam-channel v0.5.6
32432024-12-02T16:19:39.282Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32442024-12-02T16:19:39.729Z[ helios-setup] Dec 02 16:19:39.085 INFO E| Compiling dirs-sys-next v0.1.2
32452024-12-02T16:19:40.997Z[ helios-setup] Dec 02 16:19:40.353 INFO E| Compiling try-lock v0.2.4
32462024-12-02T16:19:41.453Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32472024-12-02T16:19:41.482Z[ helios-setup] Dec 02 16:19:40.838 INFO E| Compiling crc32fast v1.3.2
32482024-12-02T16:19:42.228Z[ helios-setup] Dec 02 16:19:41.583 INFO E| Compiling same-file v1.0.6
32492024-12-02T16:19:42.338Z[ helios-setup] Dec 02 16:19:41.693 INFO E| Compiling want v0.3.0
32502024-12-02T16:19:42.740Z[ helios-setup] Dec 02 16:19:42.096 INFO E| Compiling walkdir v2.3.3
32512024-12-02T16:19:42.817Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32522024-12-02T16:19:43.156Z[ helios-setup] Dec 02 16:19:42.512 INFO E| Compiling dirs-next v2.0.0
32532024-12-02T16:19:43.867Z[ helios-setup] Dec 02 16:19:43.222 INFO E| Compiling semver v0.11.0
32542024-12-02T16:19:45.466Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
32552024-12-02T16:19:46.048Z[ helios-setup] Dec 02 16:19:45.403 INFO E| Compiling proc-macro-crate v1.2.1
32562024-12-02T16:19:47.726Z[ helios-setup] Dec 02 16:19:47.081 INFO E| Compiling tokio-util v0.7.7
32572024-12-02T16:19:48.028Z[ helios-setup] Dec 02 16:19:47.383 INFO E| Compiling futures-executor v0.3.28
32582024-12-02T16:19:48.090Z[ helios-setup] Dec 02 16:19:47.445 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32592024-12-02T16:19:49.334Z[ helios-setup] Dec 02 16:19:48.688 INFO E| Compiling http-body v0.4.5
32602024-12-02T16:19:50.302Z[ helios-setup] Dec 02 16:19:49.657 INFO E| Compiling ring v0.16.20
32612024-12-02T16:19:50.994Z[ helios-setup] Dec 02 16:19:50.349 INFO E| Compiling h2 v0.3.16
32622024-12-02T16:19:51.345Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32632024-12-02T16:19:52.897Z[ helios-setup] Dec 02 16:19:52.251 INFO E| Compiling rand_core v0.6.4
32642024-12-02T16:19:53.362Z[ helios-setup] Dec 02 16:19:52.716 INFO E| Compiling thread_local v1.1.7
32652024-12-02T16:19:54.299Z[ helios-setup] Dec 02 16:19:53.653 INFO E| Compiling home v0.5.4
32662024-12-02T16:19:54.736Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32672024-12-02T16:19:54.884Z[ helios-setup] Dec 02 16:19:54.238 INFO E| Compiling httpdate v1.0.2
32682024-12-02T16:19:55.644Z[ helios-setup] Dec 02 16:19:54.998 INFO E| Compiling rayon-core v1.10.2
32692024-12-02T16:19:56.497Z[ helios-setup] Dec 02 16:19:55.851 INFO E| Compiling utf8parse v0.2.1
32702024-12-02T16:19:56.533Z[ helios-setup] Dec 02 16:19:55.888 INFO E| Compiling fastrand v1.9.0
32712024-12-02T16:19:56.654Z[ helios-setup] Dec 02 16:19:56.008 INFO E| Compiling adler v1.0.2
32722024-12-02T16:19:56.896Z[ helios-setup] Dec 02 16:19:56.250 INFO E| Compiling ppv-lite86 v0.2.17
32732024-12-02T16:19:57.242Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32742024-12-02T16:19:57.307Z[ helios-setup] Dec 02 16:19:56.661 INFO E| Compiling tower-service v0.3.2
32752024-12-02T16:19:57.579Z[ helios-setup] Dec 02 16:19:56.933 INFO E| Compiling base64 v0.21.0
32762024-12-02T16:19:58.050Z[ helios-setup] Dec 02 16:19:57.404 INFO E| Compiling lazy_static v1.4.0
32772024-12-02T16:19:58.257Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782024-12-02T16:19:58.370Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32792024-12-02T16:19:59.167Z[ host-package] Compiling unicode-truncate v1.1.0
32802024-12-02T16:19:59.199Z[ helios-setup] Dec 02 16:19:58.553 INFO E| Compiling rand_chacha v0.3.1
32812024-12-02T16:19:59.340Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32822024-12-02T16:19:59.805Z[ helios-setup] Dec 02 16:19:59.159 INFO E| Compiling toolchain_find v0.2.0
32832024-12-02T16:20:00.029Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32842024-12-02T16:20:00.853Z[ helios-setup] Dec 02 16:20:00.207 INFO E| Compiling tempfile v3.5.0
32852024-12-02T16:20:02.391Z[ helios-setup] Dec 02 16:20:01.745 INFO E| Compiling hyper v0.14.25
32862024-12-02T16:20:02.538Z[ helios-setup] Dec 02 16:20:01.892 INFO E| Compiling miniz_oxide v0.6.2
32872024-12-02T16:20:02.557Z[ helios-setup] Dec 02 16:20:01.911 INFO E| Compiling anstyle-parse v0.1.1
32882024-12-02T16:20:05.602Z[ host-package] Compiling hashlink v0.9.1
32892024-12-02T16:20:05.851Z[ host-package] Compiling tungstenite v0.23.0
32902024-12-02T16:20:07.966Z[ host-package] Compiling lru v0.12.5
32912024-12-02T16:20:08.737Z[ host-package] Compiling instability v0.3.2
32922024-12-02T16:20:08.789Z[ helios-setup] Dec 02 16:20:08.142 INFO E| Compiling futures v0.3.28
32932024-12-02T16:20:09.061Z[ helios-setup] Dec 02 16:20:08.412 INFO E| Compiling num_enum_derive v0.5.7
32942024-12-02T16:20:11.073Z[ host-package] Compiling fallible-iterator v0.3.0
32952024-12-02T16:20:12.989Z[ host-package] Compiling cassowary v0.3.0
32962024-12-02T16:20:13.441Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32972024-12-02T16:20:13.795Z[ host-package] Compiling tokio-tungstenite v0.23.1
32982024-12-02T16:20:14.457Z[ host-package] Compiling rusqlite v0.32.1
32992024-12-02T16:20:15.483Z[ host-package] Compiling ratatui v0.28.1
33002024-12-02T16:20:16.211Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33012024-12-02T16:20:20.888Z[ helios-setup] Dec 02 16:20:20.239 INFO E| Compiling cargo-lock v8.0.3
33022024-12-02T16:20:21.078Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33032024-12-02T16:20:22.386Z[ helios-setup] Dec 02 16:20:21.737 INFO E| Compiling crossbeam-deque v0.8.2
33042024-12-02T16:20:22.465Z[ helios-setup] Dec 02 16:20:21.817 INFO E| Compiling term v0.7.0
33052024-12-02T16:20:24.841Z[ helios-setup] Dec 02 16:20:24.192 INFO E| Compiling serde_urlencoded v0.7.1
33062024-12-02T16:20:25.075Z[ helios-setup] Dec 02 16:20:24.427 INFO E| Compiling sha2 v0.10.6
33072024-12-02T16:20:26.273Z[ helios-setup] Dec 02 16:20:25.624 INFO E| Compiling sha1 v0.10.5
33082024-12-02T16:20:27.498Z[ helios-setup] Dec 02 16:20:26.849 INFO E| Compiling is-terminal v0.4.7
33092024-12-02T16:20:28.060Z[ helios-setup] Dec 02 16:20:27.411 INFO E| Compiling atty v0.2.14
33102024-12-02T16:20:28.438Z[ helios-setup] Dec 02 16:20:27.789 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33112024-12-02T16:20:29.469Z[ helios-setup] Dec 02 16:20:28.820 INFO E| Compiling concolor-query v0.3.3
33122024-12-02T16:20:29.859Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33132024-12-02T16:20:30.333Z[ helios-setup] Dec 02 16:20:29.684 INFO E| Compiling anstyle v0.3.5
33142024-12-02T16:20:31.124Z[ helios-setup] Dec 02 16:20:30.475 INFO E| Compiling concolor-override v1.0.0
33152024-12-02T16:20:31.409Z[ helios-setup] Dec 02 16:20:30.760 INFO E| Compiling anstream v0.2.6
33162024-12-02T16:20:33.013Z[ helios-setup] Dec 02 16:20:32.363 INFO E| Compiling slog-term v2.9.0
33172024-12-02T16:20:33.228Z[ helios-setup] Dec 02 16:20:32.579 INFO E| Compiling flate2 v1.0.25
33182024-12-02T16:20:34.994Z[ host-package] Compiling tokio-rustls v0.24.1
33192024-12-02T16:20:35.467Z[ helios-setup] Dec 02 16:20:34.817 INFO E| Compiling num_enum v0.5.7
33202024-12-02T16:20:35.697Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33212024-12-02T16:20:35.789Z[ helios-setup] Dec 02 16:20:35.138 INFO E| Compiling rustfmt-wrapper v0.2.0
33222024-12-02T16:20:36.019Z[ helios-setup] Dec 02 16:20:35.370 INFO E| Compiling rand v0.8.5
33232024-12-02T16:20:36.333Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242024-12-02T16:20:37.360Z[ helios-setup] Dec 02 16:20:36.710 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33252024-12-02T16:20:37.629Z[ helios-setup] Dec 02 16:20:36.979 INFO E| Compiling openapiv3 v1.0.2
33262024-12-02T16:20:39.120Z[ helios-setup] Dec 02 16:20:38.469 INFO E| Compiling encoding_rs v0.8.32
33272024-12-02T16:20:39.991Z[ helios-setup] Dec 02 16:20:39.341 INFO E| Compiling spin v0.5.2
33282024-12-02T16:20:40.448Z[ helios-setup] Dec 02 16:20:39.798 INFO E| Compiling utf-8 v0.7.6
33292024-12-02T16:20:41.456Z[ helios-setup] Dec 02 16:20:40.806 INFO E| Compiling either v1.8.0
33302024-12-02T16:20:42.456Z[ helios-setup] Dec 02 16:20:41.805 INFO E| Compiling project-root v0.2.2
33312024-12-02T16:20:43.376Z[ helios-setup] Dec 02 16:20:42.725 INFO E| Compiling clap_lex v0.4.1
33322024-12-02T16:20:45.019Z[ helios-setup] Dec 02 16:20:44.368 INFO E| Compiling byteorder v1.4.3
33332024-12-02T16:20:46.547Z[ helios-setup] Dec 02 16:20:45.896 INFO E| Compiling ipnet v2.7.2
33342024-12-02T16:20:46.622Z[ helios-setup] Dec 02 16:20:45.971 INFO E| Compiling mime v0.3.17
33352024-12-02T16:20:47.129Z[ helios-setup] Dec 02 16:20:46.478 INFO E| Compiling unsafe-libyaml v0.2.8
33362024-12-02T16:20:49.160Z[ helios-setup] Dec 02 16:20:48.509 INFO E| Compiling strsim v0.10.0
33372024-12-02T16:20:50.719Z[ helios-setup] Dec 02 16:20:50.068 INFO E| Compiling untrusted v0.7.1
33382024-12-02T16:20:51.132Z[ helios-setup] Dec 02 16:20:50.481 INFO E| Compiling base64 v0.13.1
33392024-12-02T16:20:52.583Z[ helios-setup] Dec 02 16:20:51.931 INFO E| Compiling tungstenite v0.18.0
33402024-12-02T16:20:52.731Z[ helios-setup] Dec 02 16:20:52.080 INFO E| Compiling clap_builder v4.2.1
33412024-12-02T16:20:52.842Z[ helios-setup] Dec 02 16:20:52.191 INFO E| Compiling serde_yaml v0.9.21
33422024-12-02T16:20:53.184Z[ helios-setup] Dec 02 16:20:52.533 INFO E| Compiling reqwest v0.11.16
33432024-12-02T16:20:54.430Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33442024-12-02T16:20:59.268Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33452024-12-02T16:21:00.526Z[ helios-setup] Dec 02 16:20:59.873 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33462024-12-02T16:21:01.028Z[ helios-setup] Dec 02 16:21:00.376 INFO E| Compiling rayon v1.6.1
33472024-12-02T16:21:01.829Z[ host-package] Compiling rustls-pemfile v1.0.4
33482024-12-02T16:21:02.328Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33492024-12-02T16:21:03.352Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33502024-12-02T16:21:03.462Z[ helios-setup] Dec 02 16:21:02.809 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33512024-12-02T16:21:03.497Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33522024-12-02T16:21:04.066Z[ host-package] Compiling signal-hook-tokio v0.3.1
33532024-12-02T16:21:04.520Z[ host-package] Compiling twox-hash v1.6.3
33542024-12-02T16:21:05.154Z[ host-package] Compiling unicode-linebreak v0.1.5
33552024-12-02T16:21:06.005Z[ helios-setup] Dec 02 16:21:05.352 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33562024-12-02T16:21:06.320Z[ host-package] Compiling smawk v0.3.2
33572024-12-02T16:21:06.777Z[ host-package] Compiling is_ci v1.2.0
33582024-12-02T16:21:07.090Z[ host-package] Compiling supports-color v3.0.1
33592024-12-02T16:21:07.456Z[ host-package] Compiling textwrap v0.16.1
33602024-12-02T16:21:08.836Z[ helios-setup] Dec 02 16:21:08.183 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33612024-12-02T16:21:11.330Z[ helios-setup] Dec 02 16:21:10.677 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33622024-12-02T16:21:11.632Z[ helios-setup] Dec 02 16:21:10.978 INFO E| Compiling clap_derive v4.2.0
33632024-12-02T16:21:11.795Z[ helios-setup] Dec 02 16:21:11.141 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33642024-12-02T16:21:14.095Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33652024-12-02T16:21:17.054Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33662024-12-02T16:21:20.905Z[ helios-setup] Dec 02 16:21:20.251 INFO E| Compiling clap v4.2.1
33672024-12-02T16:21:21.450Z[ helios-setup] Dec 02 16:21:20.795 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33682024-12-02T16:21:33.524Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33692024-12-02T16:21:34.325Z[ helios-setup] Dec 02 16:21:33.670 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33702024-12-02T16:21:37.681Z[ helios-setup] Dec 02 16:21:37.024 INFO E| Compiling tokio-tungstenite v0.18.0
33712024-12-02T16:21:39.375Z[ helios-setup] Dec 02 16:21:38.719 INFO E| Compiling smartstring v1.0.1
33722024-12-02T16:21:40.378Z[ helios-setup] Dec 02 16:21:39.722 INFO E| Compiling rustls v0.21.0
33732024-12-02T16:21:42.898Z[ helios-setup] Dec 02 16:21:42.241 INFO E| Compiling rustls-webpki v0.100.1
33742024-12-02T16:21:45.982Z[ helios-setup] Dec 02 16:21:45.325 INFO E| Compiling sct v0.7.0
33752024-12-02T16:21:46.785Z[ helios-setup] Dec 02 16:21:46.128 INFO E| Compiling toml_datetime v0.6.1
33762024-12-02T16:21:47.106Z[ helios-setup] Dec 02 16:21:46.450 INFO E| Compiling serde_spanned v0.6.1
33772024-12-02T16:21:47.402Z[ helios-setup] Dec 02 16:21:46.745 INFO E| Compiling match_cfg v0.1.0
33782024-12-02T16:21:47.722Z[ helios-setup] Dec 02 16:21:47.065 INFO E| Compiling paste v1.0.12
33792024-12-02T16:21:47.824Z[ helios-setup] Dec 02 16:21:47.167 INFO E| Compiling async-trait v0.1.68
33802024-12-02T16:21:48.147Z[ helios-setup] Dec 02 16:21:47.490 INFO E| Compiling winnow v0.4.1
33812024-12-02T16:21:49.045Z[ helios-setup] Dec 02 16:21:48.388 INFO E| Compiling slog-async v2.7.0
33822024-12-02T16:21:49.225Z[ helios-setup] Dec 02 16:21:48.568 INFO E| Compiling camino v1.1.4
33832024-12-02T16:21:50.470Z[ helios-setup] Dec 02 16:21:49.813 INFO E| Compiling static_assertions v1.1.0
33842024-12-02T16:21:50.716Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33852024-12-02T16:21:50.842Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33862024-12-02T16:21:51.254Z[ helios-setup] Dec 02 16:21:50.597 INFO E| Compiling hostname v0.3.1
33872024-12-02T16:21:52.278Z[ helios-setup] Dec 02 16:21:51.621 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33882024-12-02T16:21:56.535Z[ helios-setup] Dec 02 16:21:55.877 INFO E| Compiling toml_edit v0.19.8
33892024-12-02T16:22:00.027Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33902024-12-02T16:22:04.373Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33912024-12-02T16:22:05.812Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33922024-12-02T16:22:07.227Z[ helios-setup] Dec 02 16:22:06.568 INFO E| Compiling slog-json v2.6.1
33932024-12-02T16:22:08.477Z[ helios-setup] Dec 02 16:22:07.818 INFO E| Compiling unicode-linebreak v0.1.4
33942024-12-02T16:22:08.539Z[ helios-setup] Dec 02 16:22:07.880 INFO E| Compiling async-stream-impl v0.3.5
33952024-12-02T16:22:08.623Z[ helios-setup] Dec 02 16:22:07.964 INFO E| Compiling rhai_codegen v1.5.0
33962024-12-02T16:22:11.365Z[ helios-setup] Dec 02 16:22:10.706 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33972024-12-02T16:22:12.360Z[ helios-setup] Dec 02 16:22:11.701 INFO E| Compiling take_mut v0.2.2
33982024-12-02T16:22:13.580Z[ helios-setup] Dec 02 16:22:12.920 INFO E| Compiling async-stream v0.3.5
33992024-12-02T16:22:13.665Z[ helios-setup] Dec 02 16:22:13.005 INFO E| Compiling rhai v1.14.0
34002024-12-02T16:22:14.325Z[ helios-setup] Dec 02 16:22:13.666 INFO E| Compiling slog-bunyan v2.4.0
34012024-12-02T16:22:14.479Z[ helios-setup] Dec 02 16:22:13.819 INFO E| Compiling toml v0.7.3
34022024-12-02T16:22:15.164Z[ helios-setup] Dec 02 16:22:14.504 INFO E| Compiling tokio-rustls v0.24.0
34032024-12-02T16:22:21.986Z[ helios-setup] Dec 02 16:22:21.326 INFO E| Compiling rustls-pemfile v1.0.2
34042024-12-02T16:22:22.310Z[ helios-setup] Dec 02 16:22:21.649 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34052024-12-02T16:22:23.551Z[ helios-setup] Dec 02 16:22:22.890 INFO E| Compiling serde_path_to_error v0.1.11
34062024-12-02T16:22:23.758Z[ helios-setup] Dec 02 16:22:23.097 INFO E| Compiling bincode v1.3.3
34072024-12-02T16:22:25.828Z[ helios-setup] Dec 02 16:22:25.168 INFO E| Compiling terminal_size v0.2.6
34082024-12-02T16:22:26.237Z[ helios-setup] Dec 02 16:22:25.577 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34092024-12-02T16:22:26.662Z[ helios-setup] Dec 02 16:22:26.002 INFO E| Compiling smawk v0.3.1
34102024-12-02T16:22:27.164Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34112024-12-02T16:22:27.459Z[ helios-setup] Dec 02 16:22:26.798 INFO E| Compiling textwrap v0.16.0
34122024-12-02T16:22:27.786Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
34132024-12-02T16:22:41.357Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34142024-12-02T16:22:44.919Z[ host-package] Compiling fatfs v0.3.6
34152024-12-02T16:22:48.230Z[ host-package] Compiling rtoolbox v0.0.2
34162024-12-02T16:22:49.578Z[ host-package] Compiling assert_matches v1.5.0
34172024-12-02T16:22:51.320Z[ host-package] Compiling rpassword v7.3.1
34182024-12-02T16:22:52.165Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34192024-12-02T16:22:53.010Z[ helios-setup] Dec 02 16:22:52.347 INFO E| Compiling git2 v0.16.1
34202024-12-02T16:22:56.550Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34212024-12-02T16:22:58.426Z[ helios-setup] Dec 02 16:22:57.762 INFO E| Compiling built v0.6.0
34222024-12-02T16:23:02.736Z[ helios-setup] Dec 02 16:23:02.072 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34232024-12-02T16:23:04.357Z[ helios-setup] Dec 02 16:23:03.692 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34242024-12-02T16:23:05.029Z[ helios-setup] Dec 02 16:23:04.364 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34252024-12-02T16:23:05.718Z[ host-package] Compiling tui-tree-widget v0.22.0
34262024-12-02T16:23:06.505Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34272024-12-02T16:23:07.744Z[ helios-setup] Dec 02 16:23:07.079 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34282024-12-02T16:23:09.862Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34292024-12-02T16:23:10.483Z[ helios-setup] Dec 02 16:23:09.817 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34302024-12-02T16:23:10.485Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34312024-12-02T16:23:11.316Z[ host-package] Compiling uzers v0.12.1
34322024-12-02T16:23:16.805Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34332024-12-02T16:23:34.972Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34342024-12-02T16:23:39.601Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34352024-12-02T16:24:03.171Z[ helios-setup] Dec 02 16:24:02.500 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34362024-12-02T16:24:22.210Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34372024-12-02T16:24:22.306Z[ host-package] Compiling multimap v0.10.0
34382024-12-02T16:25:13.984Z[ helios-setup] Dec 02 16:25:13.307 INFO E| Finished `release` profile [optimized] target(s) in 6m 56s
34392024-12-02T16:25:14.108Z[ helios-setup] Dec 02 16:25:13.430 INFO building project "pilot" ok (416 seconds)
34402024-12-02T16:25:14.110Z[ helios-setup] Dec 02 16:25:13.431 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34412024-12-02T16:25:14.110Z[ helios-setup] Dec 02 16:25:13.431 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34422024-12-02T16:25:14.479Z[ helios-setup] Dec 02 16:25:13.801 INFO E| Downloading crates ...
34432024-12-02T16:25:14.535Z[ helios-setup] Dec 02 16:25:13.858 INFO E| Downloaded miniz_oxide v0.7.2
34442024-12-02T16:25:14.613Z[ helios-setup] Dec 02 16:25:13.935 INFO E| Compiling adler v1.0.2
34452024-12-02T16:25:14.741Z[ helios-setup] Dec 02 16:25:14.063 INFO E| Compiling miniz_oxide v0.7.2
34462024-12-02T16:25:17.998Z[ helios-setup] Dec 02 16:25:17.319 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34472024-12-02T16:25:19.148Z[ helios-setup] Dec 02 16:25:18.454 INFO E| Finished `release` profile [optimized] target(s) in 4.92s
34482024-12-02T16:25:19.180Z[ helios-setup] Dec 02 16:25:18.467 INFO building project "pinprick" ok (5 seconds)
34492024-12-02T16:25:19.181Z[ helios-setup] rm -f helios-build
34502024-12-02T16:25:19.183Z[ helios-setup]
34512024-12-02T16:25:19.183Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34522024-12-02T16:25:19.183Z[ helios-setup] real 12:24.452858339
34532024-12-02T16:25:19.183ZDec 02 16:25:18.503 INFO [helios-setup] process exited with exit status: 0 (744.482273005s)
34542024-12-02T16:25:19.183Z[ helios-setup]
34552024-12-02T16:25:19.183Z[ helios-setup] Setup complete! ./helios-build is now available.
34562024-12-02T16:25:19.183Z[ helios-setup] user 29:22.305744658
34572024-12-02T16:25:19.183Z[ helios-setup]
34582024-12-02T16:25:19.183Z[ helios-setup] sys 3:40.952406891
34592024-12-02T16:25:19.183Z[ helios-setup] trap 1.866766531
34602024-12-02T16:25:19.183Z[ helios-setup] tflt 7.686310902
34612024-12-02T16:25:19.183Z[ helios-setup] dflt 38.172758001
34622024-12-02T16:25:19.183Z[ helios-setup] kflt 0.065817443
34632024-12-02T16:25:19.183Z[ helios-setup] lock 2:11:44.853254370
34642024-12-02T16:25:19.183Z[ helios-setup] slp 3:49:38.456181420
34652024-12-02T16:25:19.184Z[ helios-setup] lat 33:32.745616728
34662024-12-02T16:25:19.184Z[ helios-setup] stop 4:17.612634105
34672024-12-02T16:25:19.186ZDec 02 16:25:18.506 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34682024-12-02T16:25:19.211Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34692024-12-02T16:25:19.442Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34702024-12-02T16:25:19.442Z[ phbl-toolchain] info: downloading component 'cargo'
34712024-12-02T16:25:20.587Z[ phbl-toolchain] info: downloading component 'clippy'
34722024-12-02T16:25:21.250Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34732024-12-02T16:25:26.261Z[ phbl-toolchain] info: downloading component 'miri'
34742024-12-02T16:25:26.695Z[ phbl-toolchain] info: downloading component 'rust-docs'
34752024-12-02T16:25:28.173Z[ phbl-toolchain] info: downloading component 'rust-src'
34762024-12-02T16:25:28.381Z[ phbl-toolchain] info: downloading component 'rust-std'
34772024-12-02T16:25:30.551Z[ phbl-toolchain] info: downloading component 'rustc'
34782024-12-02T16:25:38.758Z[ phbl-toolchain] info: downloading component 'rustfmt'
34792024-12-02T16:25:39.286Z[ phbl-toolchain] info: installing component 'cargo'
34802024-12-02T16:25:40.552Z[ phbl-toolchain] info: installing component 'clippy'
34812024-12-02T16:25:41.113Z[ phbl-toolchain] info: installing component 'llvm-tools'
34822024-12-02T16:25:46.879Z[ phbl-toolchain] info: installing component 'miri'
34832024-12-02T16:25:47.230Z[ phbl-toolchain] info: installing component 'rust-docs'
34842024-12-02T16:25:53.598Z[ phbl-toolchain] info: installing component 'rust-src'
34852024-12-02T16:25:54.203Z[ phbl-toolchain] info: installing component 'rust-std'
34862024-12-02T16:25:56.762Z[ phbl-toolchain] info: installing component 'rustc'
34872024-12-02T16:26:05.745Z[ phbl-toolchain] info: installing component 'rustfmt'
34882024-12-02T16:26:06.515Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34892024-12-02T16:26:06.520ZDec 02 16:26:05.835 INFO [phbl-toolchain] process exited with exit status: 0 (47.329073292s)
34902024-12-02T16:27:05.322Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34912024-12-02T16:27:07.587Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34922024-12-02T16:34:01.033Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 12s
34932024-12-02T16:35:10.185ZDec 02 16:35:09.448 INFO [host-package] process exited with exit status: 0 (1281.721446364s)
34942024-12-02T16:35:10.185ZDec 02 16:35:09.448 INFO [host-stamp] running task
34952024-12-02T16:35:10.188ZDec 02 16:35:09.449 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34962024-12-02T16:35:10.195ZDec 02 16:35:09.459 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+git86522dc9102
34972024-12-02T16:35:10.209ZDec 02 16:35:09.473 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+git86522dc9102
34982024-12-02T16:35:10.219Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34992024-12-02T16:35:10.219Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35002024-12-02T16:35:10.224ZDec 02 16:35:09.487 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+git86522dc9102
35012024-12-02T16:35:10.243Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-02T16:35:10.243ZDec 02 16:35:09.506 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+git86522dc9102
35032024-12-02T16:35:10.258Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-02T16:35:10.258ZDec 02 16:35:09.522 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+git86522dc9102
35052024-12-02T16:35:10.272Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35062024-12-02T16:35:10.278ZDec 02 16:35:09.541 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+git86522dc9102
35072024-12-02T16:35:10.281Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-02T16:35:10.292Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35092024-12-02T16:35:10.296Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35102024-12-02T16:35:10.296ZDec 02 16:35:09.560 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+git86522dc9102
35112024-12-02T16:35:10.309Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35122024-12-02T16:35:10.314Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-02T16:35:10.314ZDec 02 16:35:09.578 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+git86522dc9102
35142024-12-02T16:35:10.334ZDec 02 16:35:09.598 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (138.973223ms)
35152024-12-02T16:35:10.334Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-02T16:35:10.337ZDec 02 16:35:09.598 INFO [stamp-oxlog] process exited with exit status: 0 (110.663214ms)
35172024-12-02T16:35:10.337ZDec 02 16:35:09.598 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (76.199211ms)
35182024-12-02T16:35:10.348Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35192024-12-02T16:35:10.351Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35202024-12-02T16:35:10.353ZDec 02 16:35:09.617 INFO [stamp-overlay] process exited with exit status: 0 (39.253648ms)
35212024-12-02T16:35:10.507Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35222024-12-02T16:35:10.511ZDec 02 16:35:09.775 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.402973ms)
35232024-12-02T16:35:10.711Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35242024-12-02T16:35:10.715ZDec 02 16:35:09.977 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (417.198277ms)
35252024-12-02T16:35:11.388Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35262024-12-02T16:35:11.392ZDec 02 16:35:10.655 INFO [stamp-propolis-server] process exited with exit status: 0 (1.148725086s)
35272024-12-02T16:35:11.659Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35282024-12-02T16:35:14.372Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35292024-12-02T16:35:21.128Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35302024-12-02T16:35:21.132ZDec 02 16:35:20.394 INFO [stamp-switch-asic] process exited with exit status: 0 (10.921073796s)
35312024-12-02T16:35:21.132ZDec 02 16:35:20.394 INFO [host-stamp] task succeeded (10.945962955s)
35322024-12-02T16:35:21.136ZDec 02 16:35:20.394 INFO [host-proto] running task
35332024-12-02T16:35:21.556ZDec 02 16:35:20.818 INFO [host-proto] task succeeded (423.46855ms)
35342024-12-02T16:35:21.556ZDec 02 16:35:20.818 INFO [host-profile] running task
35352024-12-02T16:35:21.561ZDec 02 16:35:20.818 INFO [host-profile] task succeeded (391.381µs)
35362024-12-02T16:35:21.561ZDec 02 16:35:20.818 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.301' -P /tmp/.tmpcAIMQT/proto/host/root -N 'ci 86522dc/${os_short_commit} 2024-12-02 16:12' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35372024-12-02T16:35:21.576Z[ host-image] Dec 02 16:35:20.838 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35382024-12-02T16:35:21.576Z[ host-image] Dec 02 16:35:20.838 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35392024-12-02T16:35:21.593Z[ host-image] Dec 02 16:35:20.854 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpcAIMQT/proto/host/root"
35402024-12-02T16:35:21.596Z[ host-image] Dec 02 16:35:20.855 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35412024-12-02T16:35:21.599Z[ host-image] Dec 02 16:35:20.855 INFO image builder template: ramdisk-01-os...
35422024-12-02T16:35:21.599Z[ host-image] Dec 02 16:35:20.856 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/.tmpcAIMQT/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.301", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35432024-12-02T16:35:21.617Z[ host-image] Dec 02 16:35:20.879 INFO O| Dec 02 16:35:20.879 INFO CREATE DATASET: rpool/images/build/host/output
35442024-12-02T16:35:22.023Z[ host-image] Dec 02 16:35:21.285 INFO O| Dec 02 16:35:21.285 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35452024-12-02T16:35:22.027Z[ host-image] Dec 02 16:35:21.290 INFO O| Dec 02 16:35:21.290 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35462024-12-02T16:35:22.196Z[ host-image] Dec 02 16:35:21.458 INFO O| Dec 02 16:35:21.458 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35472024-12-02T16:35:22.243Z[ host-image] Dec 02 16:35:21.505 INFO O| Dec 02 16:35:21.505 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35482024-12-02T16:35:22.246Z[ host-image] Dec 02 16:35:21.505 INFO O| Dec 02 16:35:21.505 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35492024-12-02T16:35:22.246Z[ host-image] Dec 02 16:35:21.505 INFO O| Dec 02 16:35:21.505 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35502024-12-02T16:35:22.246Z[ host-image] Dec 02 16:35:21.505 INFO O| Dec 02 16:35:21.505 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35512024-12-02T16:35:22.252Z[ host-image] Dec 02 16:35:21.513 INFO O| Dec 02 16:35:21.513 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35522024-12-02T16:35:22.600Z[ host-image] Dec 02 16:35:21.861 INFO O| Dec 02 16:35:21.861 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-12-02T16:35:22.610Z[ host-image] Dec 02 16:35:21.872 INFO O| Dec 02 16:35:21.872 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35542024-12-02T16:35:23.017Z[ host-image] Dec 02 16:35:22.279 INFO O| Dec 02 16:35:22.279 INFO O| Caching catalogs ... Done
35552024-12-02T16:35:23.135Z[ host-image] Dec 02 16:35:22.397 INFO O| Dec 02 16:35:22.397 INFO STEP 0 (pkg_image_create) COMPLETE
35562024-12-02T16:35:23.135Z[ host-image] Dec 02 16:35:22.397 INFO O| Dec 02 16:35:22.397 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-02T16:35:23.138Z[ host-image] Dec 02 16:35:22.397 INFO O| Dec 02 16:35:22.397 INFO skip step because feature "repo_redist" is not enabled
35582024-12-02T16:35:23.138Z[ host-image] Dec 02 16:35:22.397 INFO O| Dec 02 16:35:22.397 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-12-02T16:35:23.153Z[ host-image] Dec 02 16:35:22.415 INFO O| Dec 02 16:35:22.415 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35602024-12-02T16:35:23.649Z[ host-image] Dec 02 16:35:22.911 INFO O| Dec 02 16:35:22.911 INFO STEP 2 (pkg_set_publisher) COMPLETE
35612024-12-02T16:35:23.649Z[ host-image] Dec 02 16:35:22.911 INFO O| Dec 02 16:35:22.911 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-02T16:35:23.666Z[ host-image] Dec 02 16:35:22.927 INFO O| Dec 02 16:35:22.927 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35632024-12-02T16:35:24.254Z[ host-image] Dec 02 16:35:23.516 INFO O| Dec 02 16:35:23.515 INFO STEP 3 (pkg_set_publisher) COMPLETE
35642024-12-02T16:35:24.254Z[ host-image] Dec 02 16:35:23.516 INFO O| Dec 02 16:35:23.516 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-02T16:35:24.257Z[ host-image] Dec 02 16:35:23.516 INFO O| Dec 02 16:35:23.516 INFO skip step because feature "repo_redist" is not enabled
35662024-12-02T16:35:24.257Z[ host-image] Dec 02 16:35:23.516 INFO O| Dec 02 16:35:23.516 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-12-02T16:35:24.829Z[ host-image] Dec 02 16:35:24.091 INFO O| Dec 02 16:35:24.091 INFO variant opensolaris.zone is already global
35682024-12-02T16:35:24.830Z[ host-image] Dec 02 16:35:24.091 INFO O| Dec 02 16:35:24.091 INFO STEP 5 (pkg_change_variant) COMPLETE
35692024-12-02T16:35:24.832Z[ host-image] Dec 02 16:35:24.091 INFO O| Dec 02 16:35:24.091 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-12-02T16:35:25.374Z[ host-image] Dec 02 16:35:24.636 INFO O| Dec 02 16:35:24.635 INFO variant opensolaris.imagetype is full; changing to partial
35712024-12-02T16:35:25.378Z[ host-image] Dec 02 16:35:24.636 INFO O| Dec 02 16:35:24.636 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35722024-12-02T16:35:33.993Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.55s
35732024-12-02T16:35:34.250Z[ host-image] Dec 02 16:35:33.510 INFO O| Dec 02 16:35:33.510 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35742024-12-02T16:35:35.648ZDec 02 16:35:34.908 INFO [recovery-package] process exited with exit status: 0 (25.459462766s)
35752024-12-02T16:35:35.648ZDec 02 16:35:34.908 INFO [recovery-stamp] running task
35762024-12-02T16:35:35.651ZDec 02 16:35:34.909 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35772024-12-02T16:35:35.651ZDec 02 16:35:34.909 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+git86522dc9102
35782024-12-02T16:35:35.665ZDec 02 16:35:34.926 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git86522dc9102
35792024-12-02T16:35:35.677Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35802024-12-02T16:35:35.682Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35812024-12-02T16:35:35.771Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35822024-12-02T16:35:35.775ZDec 02 16:35:35.036 INFO [stamp-installinator] process exited with exit status: 0 (109.762872ms)
35832024-12-02T16:35:35.797Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35842024-12-02T16:35:35.802ZDec 02 16:35:35.062 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (152.946441ms)
35852024-12-02T16:35:35.802ZDec 02 16:35:35.062 INFO [recovery-stamp] task succeeded (153.441554ms)
35862024-12-02T16:35:35.802ZDec 02 16:35:35.062 INFO [recovery-proto] running task
35872024-12-02T16:35:35.802ZDec 02 16:35:35.062 INFO [tuf-stamp] running task
35882024-12-02T16:35:35.805ZDec 02 16:35:35.063 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+git86522dc9102
35892024-12-02T16:35:35.820ZDec 02 16:35:35.081 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+git86522dc9102
35902024-12-02T16:35:35.835Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-02T16:35:35.838ZDec 02 16:35:35.096 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+git86522dc9102
35922024-12-02T16:35:35.854Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-02T16:35:35.856ZDec 02 16:35:35.115 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+git86522dc9102
35942024-12-02T16:35:35.873Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-02T16:35:35.875ZDec 02 16:35:35.134 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+git86522dc9102
35962024-12-02T16:35:35.899Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-02T16:35:35.901ZDec 02 16:35:35.160 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+git86522dc9102
35982024-12-02T16:35:35.929Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-02T16:35:35.932ZDec 02 16:35:35.190 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+git86522dc9102
36002024-12-02T16:35:35.976Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36012024-12-02T16:35:35.978Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36022024-12-02T16:35:35.978ZDec 02 16:35:35.238 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+git86522dc9102
36032024-12-02T16:35:36.052Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36042024-12-02T16:35:36.055ZDec 02 16:35:35.313 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+git86522dc9102
36052024-12-02T16:35:36.148ZDec 02 16:35:35.409 INFO [recovery-proto] task succeeded (346.876309ms)
36062024-12-02T16:35:36.149Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36072024-12-02T16:35:36.152ZDec 02 16:35:35.409 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+git86522dc9102
36082024-12-02T16:35:36.232Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-02T16:35:36.235ZDec 02 16:35:35.493 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+git86522dc9102
36102024-12-02T16:35:36.359Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-02T16:35:36.362ZDec 02 16:35:35.620 INFO [stamp-probe] process exited with exit status: 0 (523.964466ms)
36122024-12-02T16:35:36.387Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36132024-12-02T16:35:36.406ZDec 02 16:35:35.667 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.301' -P /tmp/.tmpcAIMQT/proto/recovery/root -N 'recovery 86522dc/${os_short_commit} 2024-12-02 16:12' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36142024-12-02T16:35:36.460Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
36152024-12-02T16:35:36.475Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36162024-12-02T16:35:36.492Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36172024-12-02T16:35:36.499Z[ recovery-image] Dec 02 16:35:35.760 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36182024-12-02T16:35:36.499Z[ recovery-image] Dec 02 16:35:35.760 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36192024-12-02T16:35:36.513ZDec 02 16:35:35.774 INFO [stamp-ntp] process exited with exit status: 0 (584.563633ms)
36202024-12-02T16:35:36.530Z[ recovery-image] Dec 02 16:35:35.791 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpcAIMQT/proto/recovery/root"
36212024-12-02T16:35:36.531Z[ recovery-image] Dec 02 16:35:35.791 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36222024-12-02T16:35:36.533Z[ recovery-image] Dec 02 16:35:35.792 INFO image builder template: ramdisk-01-os...
36232024-12-02T16:35:36.533Z[ recovery-image] Dec 02 16:35:35.792 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/.tmpcAIMQT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.301", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36242024-12-02T16:35:36.573Z[ recovery-image] Dec 02 16:35:35.834 INFO O| Dec 02 16:35:35.833 INFO CREATE DATASET: rpool/images/build/recovery/output
36252024-12-02T16:35:37.072Z[ recovery-image] Dec 02 16:35:36.333 INFO O| Dec 02 16:35:36.333 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36262024-12-02T16:35:37.107Z[ recovery-image] Dec 02 16:35:36.367 INFO O| Dec 02 16:35:36.367 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36272024-12-02T16:35:37.559Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36282024-12-02T16:35:37.571Z[ recovery-image] Dec 02 16:35:36.831 INFO O| Dec 02 16:35:36.831 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36292024-12-02T16:35:37.590ZDec 02 16:35:36.850 INFO [stamp-external-dns] process exited with exit status: 0 (1.769639377s)
36302024-12-02T16:35:37.652Z[ recovery-image] Dec 02 16:35:36.913 INFO O| Dec 02 16:35:36.913 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36312024-12-02T16:35:37.652Z[ recovery-image] Dec 02 16:35:36.913 INFO O| Dec 02 16:35:36.913 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36322024-12-02T16:35:37.655Z[ recovery-image] Dec 02 16:35:36.913 INFO O| Dec 02 16:35:36.913 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36332024-12-02T16:35:37.655Z[ recovery-image] Dec 02 16:35:36.913 INFO O| Dec 02 16:35:36.913 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36342024-12-02T16:35:37.664Z[ recovery-image] Dec 02 16:35:36.924 INFO O| Dec 02 16:35:36.924 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36352024-12-02T16:35:37.684Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36362024-12-02T16:35:37.732ZDec 02 16:35:36.991 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.6773173s)
36372024-12-02T16:35:37.737Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36382024-12-02T16:35:37.778ZDec 02 16:35:37.038 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.975178103s)
36392024-12-02T16:35:37.990Z[ recovery-image] Dec 02 16:35:37.251 INFO O| Dec 02 16:35:37.251 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36402024-12-02T16:35:37.995Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36412024-12-02T16:35:38.003ZDec 02 16:35:37.263 INFO [stamp-internal-dns] process exited with exit status: 0 (1.854214852s)
36422024-12-02T16:35:38.011Z[ recovery-image] Dec 02 16:35:37.271 INFO O| Dec 02 16:35:37.271 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36432024-12-02T16:35:38.283Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36442024-12-02T16:35:38.289ZDec 02 16:35:37.549 INFO [stamp-oximeter] process exited with exit status: 0 (2.43344211s)
36452024-12-02T16:35:38.522Z[ recovery-image] Dec 02 16:35:37.782 INFO O| Dec 02 16:35:37.782 INFO O| Caching catalogs ... Done
36462024-12-02T16:35:38.631Z[ recovery-image] Dec 02 16:35:37.891 INFO O| Dec 02 16:35:37.891 INFO STEP 0 (pkg_image_create) COMPLETE
36472024-12-02T16:35:38.631Z[ recovery-image] Dec 02 16:35:37.891 INFO O| Dec 02 16:35:37.891 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36482024-12-02T16:35:38.634Z[ recovery-image] Dec 02 16:35:37.891 INFO O| Dec 02 16:35:37.891 INFO skip step because feature "repo_redist" is not enabled
36492024-12-02T16:35:38.634Z[ recovery-image] Dec 02 16:35:37.891 INFO O| Dec 02 16:35:37.891 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-12-02T16:35:38.645Z[ recovery-image] Dec 02 16:35:37.906 INFO O| Dec 02 16:35:37.905 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36512024-12-02T16:35:39.085Z[ recovery-image] Dec 02 16:35:38.345 INFO O| Dec 02 16:35:38.345 INFO STEP 2 (pkg_set_publisher) COMPLETE
36522024-12-02T16:35:39.085Z[ recovery-image] Dec 02 16:35:38.346 INFO O| Dec 02 16:35:38.345 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-12-02T16:35:39.099Z[ recovery-image] Dec 02 16:35:38.360 INFO O| Dec 02 16:35:38.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36542024-12-02T16:35:39.515Z[ recovery-image] Dec 02 16:35:38.776 INFO O| Dec 02 16:35:38.776 INFO STEP 3 (pkg_set_publisher) COMPLETE
36552024-12-02T16:35:39.515Z[ recovery-image] Dec 02 16:35:38.776 INFO O| Dec 02 16:35:38.776 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36562024-12-02T16:35:39.515Z[ recovery-image] Dec 02 16:35:38.776 INFO O| Dec 02 16:35:38.776 INFO skip step because feature "repo_redist" is not enabled
36572024-12-02T16:35:39.518Z[ recovery-image] Dec 02 16:35:38.776 INFO O| Dec 02 16:35:38.776 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582024-12-02T16:35:39.940Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36592024-12-02T16:35:39.944ZDec 02 16:35:39.205 INFO [stamp-nexus] process exited with exit status: 0 (4.070928137s)
36602024-12-02T16:35:39.947Z[ recovery-image] Dec 02 16:35:39.208 INFO O| Dec 02 16:35:39.208 INFO variant opensolaris.zone is already global
36612024-12-02T16:35:39.947Z[ recovery-image] Dec 02 16:35:39.208 INFO O| Dec 02 16:35:39.208 INFO STEP 5 (pkg_change_variant) COMPLETE
36622024-12-02T16:35:39.949Z[ recovery-image] Dec 02 16:35:39.208 INFO O| Dec 02 16:35:39.208 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36632024-12-02T16:35:40.146Z[ host-image] Dec 02 16:35:39.407 INFO O| Dec 02 16:35:39.407 INFO O| Startup: Caching catalogs ... Done
36642024-12-02T16:35:40.246Z[ host-image] Dec 02 16:35:39.505 INFO O| Dec 02 16:35:39.504 INFO O| Planning: Planning completed in 0.00 seconds
36652024-12-02T16:35:40.249Z[ host-image] Dec 02 16:35:39.505 INFO O| Dec 02 16:35:39.505 INFO O| Planning: Consolidating action changes ... Done
36662024-12-02T16:35:40.249Z[ host-image] Dec 02 16:35:39.505 INFO O| Dec 02 16:35:39.505 INFO O| Planning: Evaluating mediators ... Done
36672024-12-02T16:35:40.249Z[ host-image] Dec 02 16:35:39.506 INFO O| Dec 02 16:35:39.506 INFO O| Planning: Planning completed in 0.00 seconds
36682024-12-02T16:35:40.249Z[ host-image] Dec 02 16:35:39.506 INFO O| Dec 02 16:35:39.506 INFO O| Variants/Facets to change: 1
36692024-12-02T16:35:40.271Z[ host-image] Dec 02 16:35:39.530 INFO O| Dec 02 16:35:39.530 INFO O| Done
36702024-12-02T16:35:40.271Z[ host-image] Dec 02 16:35:39.530 INFO O| Dec 02 16:35:39.530 INFO O| Done
36712024-12-02T16:35:40.315Z[ recovery-image] Dec 02 16:35:39.576 INFO O| Dec 02 16:35:39.575 INFO variant opensolaris.imagetype is full; changing to partial
36722024-12-02T16:35:40.315Z[ recovery-image] Dec 02 16:35:39.576 INFO O| Dec 02 16:35:39.576 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36732024-12-02T16:35:40.994Z[ host-image] Dec 02 16:35:40.255 INFO O| Dec 02 16:35:40.255 INFO O| Done
36742024-12-02T16:35:41.049Z[ host-image] Dec 02 16:35:40.309 INFO O| Dec 02 16:35:40.309 INFO O| Done
36752024-12-02T16:35:41.051Z[ host-image] Dec 02 16:35:40.311 INFO O| Dec 02 16:35:40.311 INFO O| Done
36762024-12-02T16:35:41.051Z[ host-image] Dec 02 16:35:40.311 INFO O| Dec 02 16:35:40.311 INFO O| Done
36772024-12-02T16:35:41.054Z[ host-image] Dec 02 16:35:40.313 INFO O| Dec 02 16:35:40.313 INFO O| Done
36782024-12-02T16:35:41.068Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36792024-12-02T16:35:41.068Z[verify-libraries] Compiling polyval v0.6.2
36802024-12-02T16:35:41.242Z[verify-libraries] Compiling ctr v0.9.2
36812024-12-02T16:35:41.278Z[verify-libraries] Compiling ssh-encoding v0.2.0
36822024-12-02T16:35:41.278Z[verify-libraries] Compiling blowfish v0.9.1
36832024-12-02T16:35:41.278Z[verify-libraries] Compiling password-hash v0.4.2
36842024-12-02T16:35:41.278Z[verify-libraries] Compiling matches v0.1.10
36852024-12-02T16:35:41.534Z[verify-libraries] Compiling ghash v0.5.1
36862024-12-02T16:35:41.720Z[verify-libraries] Compiling aes-gcm v0.10.3
36872024-12-02T16:35:41.724Z[ host-image] Dec 02 16:35:40.985 INFO O| Dec 02 16:35:40.985 INFO STEP 6 (pkg_change_variant) COMPLETE
36882024-12-02T16:35:41.724Z[ host-image] Dec 02 16:35:40.985 INFO O| Dec 02 16:35:40.985 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36892024-12-02T16:35:41.724Z[ host-image] Dec 02 16:35:40.985 INFO O| Dec 02 16:35:40.985 INFO skip step because feature "debug_variant" is not enabled
36902024-12-02T16:35:41.724Z[ host-image] Dec 02 16:35:40.985 INFO O| Dec 02 16:35:40.985 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36912024-12-02T16:35:41.762Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36922024-12-02T16:35:41.773ZDec 02 16:35:41.030 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.869845178s)
36932024-12-02T16:35:41.787Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
36942024-12-02T16:35:41.855Z[verify-libraries] Compiling idna v0.2.3
36952024-12-02T16:35:41.959Z[verify-libraries] Compiling p521 v0.13.3
36962024-12-02T16:35:42.043Z[verify-libraries] Compiling p256 v0.13.2
36972024-12-02T16:35:42.137Z[verify-libraries] Compiling ssh-cipher v0.2.0
36982024-12-02T16:35:42.390Z[ host-image] Dec 02 16:35:41.650 INFO O| Dec 02 16:35:41.650 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36992024-12-02T16:35:42.555Z[verify-libraries] Compiling pbkdf2 v0.11.0
37002024-12-02T16:35:42.996Z[verify-libraries] Compiling ssh-key v0.6.6
37012024-12-02T16:35:43.298Z[verify-libraries] Compiling enum-as-inner v0.5.1
37022024-12-02T16:35:43.869Z[ host-image] Dec 02 16:35:43.129 INFO O| Dec 02 16:35:43.129 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37032024-12-02T16:35:43.872Z[ host-image] Dec 02 16:35:43.131 INFO O| Dec 02 16:35:43.131 INFO O| Planning: Planning completed in 0.00 seconds
37042024-12-02T16:35:43.872Z[ host-image] Dec 02 16:35:43.132 INFO O| Dec 02 16:35:43.132 INFO O| Planning: Consolidating action changes ... Done
37052024-12-02T16:35:43.872Z[ host-image] Dec 02 16:35:43.132 INFO O| Dec 02 16:35:43.132 INFO O| Planning: Evaluating mediators ... Done
37062024-12-02T16:35:43.875Z[ host-image] Dec 02 16:35:43.132 INFO O| Dec 02 16:35:43.132 INFO O| Planning: Planning completed in 0.00 seconds
37072024-12-02T16:35:43.875Z[ host-image] Dec 02 16:35:43.133 INFO O| Dec 02 16:35:43.133 INFO O| Variants/Facets to change: 1
37082024-12-02T16:35:43.918Z[ host-image] Dec 02 16:35:43.178 INFO O| Dec 02 16:35:43.178 INFO O| Done
37092024-12-02T16:35:43.918Z[ host-image] Dec 02 16:35:43.179 INFO O| Dec 02 16:35:43.178 INFO O| Done
37102024-12-02T16:35:44.509Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37112024-12-02T16:35:44.760Z[ host-image] Dec 02 16:35:44.020 INFO O| Dec 02 16:35:44.020 INFO O| Done
37122024-12-02T16:35:44.862Z[ host-image] Dec 02 16:35:44.121 INFO O| Dec 02 16:35:44.121 INFO O| Done
37132024-12-02T16:35:44.864Z[ host-image] Dec 02 16:35:44.123 INFO O| Dec 02 16:35:44.123 INFO O| Done
37142024-12-02T16:35:44.864Z[ host-image] Dec 02 16:35:44.123 INFO O| Dec 02 16:35:44.123 INFO O| Done
37152024-12-02T16:35:44.866Z[ host-image] Dec 02 16:35:44.125 INFO O| Dec 02 16:35:44.125 INFO O| Done
37162024-12-02T16:35:44.944Z[verify-libraries] Compiling md5 v0.7.0
37172024-12-02T16:35:45.069Z[ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO STEP 8 (pkg_change_facet) COMPLETE
37182024-12-02T16:35:45.069Z[ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37192024-12-02T16:35:45.072Z[ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO skip step because feature "recovery" is not enabled
37202024-12-02T16:35:45.072Z[ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212024-12-02T16:35:45.072Z[ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO skip step because feature "recovery" is not enabled
37222024-12-02T16:35:45.072Z[ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-12-02T16:35:45.086Z[ host-image] Dec 02 16:35:44.346 INFO O| Dec 02 16:35:44.346 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"]
37242024-12-02T16:35:45.162Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37252024-12-02T16:35:45.367Z[verify-libraries] Compiling num-bigint v0.4.6
37262024-12-02T16:35:45.891Z[verify-libraries] Compiling des v0.8.1
37272024-12-02T16:35:46.394Z[ host-image] Dec 02 16:35:45.651 INFO O| Dec 02 16:35:45.651 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37282024-12-02T16:35:46.692Z[verify-libraries] Compiling russh-keys v0.45.0
37292024-12-02T16:35:47.102Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37302024-12-02T16:35:47.667Z[verify-libraries] Compiling hex-literal v0.4.1
37312024-12-02T16:35:48.043Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37322024-12-02T16:35:48.601Z[verify-libraries] Compiling petname v2.0.2
37332024-12-02T16:35:50.047Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37342024-12-02T16:35:50.074ZDec 02 16:35:49.332 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.094021437s)
37352024-12-02T16:35:50.153Z[verify-libraries] Compiling russh v0.45.0
37362024-12-02T16:35:50.350Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37372024-12-02T16:35:50.416ZDec 02 16:35:49.675 INFO [stamp-clickhouse] process exited with exit status: 0 (14.182190989s)
37382024-12-02T16:35:50.416ZDec 02 16:35:49.675 INFO [tuf-stamp] task succeeded (14.613198527s)
37392024-12-02T16:35:53.275Z[ recovery-image] Dec 02 16:35:52.516 INFO O| Dec 02 16:35:52.516 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37402024-12-02T16:35:55.760Z[verify-libraries] Compiling dhcproto v0.12.0
37412024-12-02T16:35:56.446Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37422024-12-02T16:35:57.191Z[verify-libraries] Compiling internet-checksum v0.2.1
37432024-12-02T16:35:57.953Z[verify-libraries] Compiling heck v0.4.1
37442024-12-02T16:35:59.571Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37452024-12-02T16:36:01.529Z[ recovery-image] Dec 02 16:36:00.787 INFO O| Dec 02 16:36:00.787 INFO O| Startup: Caching catalogs ... Done
37462024-12-02T16:36:01.715Z[ recovery-image] Dec 02 16:36:00.973 INFO O| Dec 02 16:36:00.973 INFO O| Planning: Planning completed in 0.00 seconds
37472024-12-02T16:36:01.717Z[ recovery-image] Dec 02 16:36:00.974 INFO O| Dec 02 16:36:00.974 INFO O| Planning: Consolidating action changes ... Done
37482024-12-02T16:36:01.718Z[ recovery-image] Dec 02 16:36:00.974 INFO O| Dec 02 16:36:00.974 INFO O| Planning: Evaluating mediators ... Done
37492024-12-02T16:36:01.718Z[ recovery-image] Dec 02 16:36:00.974 INFO O| Dec 02 16:36:00.974 INFO O| Planning: Planning completed in 0.00 seconds
37502024-12-02T16:36:01.718Z[ recovery-image] Dec 02 16:36:00.975 INFO O| Dec 02 16:36:00.975 INFO O| Variants/Facets to change: 1
37512024-12-02T16:36:01.820Z[ recovery-image] Dec 02 16:36:01.078 INFO O| Dec 02 16:36:01.078 INFO O| Done
37522024-12-02T16:36:01.820Z[ recovery-image] Dec 02 16:36:01.078 INFO O| Dec 02 16:36:01.078 INFO O| Done
37532024-12-02T16:36:02.857Z[ recovery-image] Dec 02 16:36:02.115 INFO O| Dec 02 16:36:02.115 INFO O| Done
37542024-12-02T16:36:02.940Z[ recovery-image] Dec 02 16:36:02.198 INFO O| Dec 02 16:36:02.198 INFO O| Done
37552024-12-02T16:36:02.942Z[ recovery-image] Dec 02 16:36:02.200 INFO O| Dec 02 16:36:02.200 INFO O| Done
37562024-12-02T16:36:02.942Z[ recovery-image] Dec 02 16:36:02.200 INFO O| Dec 02 16:36:02.200 INFO O| Done
37572024-12-02T16:36:02.945Z[ recovery-image] Dec 02 16:36:02.202 INFO O| Dec 02 16:36:02.202 INFO O| Done
37582024-12-02T16:36:03.711Z[ recovery-image] Dec 02 16:36:02.968 INFO O| Dec 02 16:36:02.968 INFO STEP 6 (pkg_change_variant) COMPLETE
37592024-12-02T16:36:03.711Z[ recovery-image] Dec 02 16:36:02.968 INFO O| Dec 02 16:36:02.968 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37602024-12-02T16:36:03.713Z[ recovery-image] Dec 02 16:36:02.968 INFO O| Dec 02 16:36:02.968 INFO skip step because feature "debug_variant" is not enabled
37612024-12-02T16:36:03.713Z[ recovery-image] Dec 02 16:36:02.968 INFO O| Dec 02 16:36:02.968 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37622024-12-02T16:36:04.336Z[ recovery-image] Dec 02 16:36:03.594 INFO O| Dec 02 16:36:03.594 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37632024-12-02T16:36:05.394Z[ recovery-image] Dec 02 16:36:04.652 INFO O| Dec 02 16:36:04.652 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37642024-12-02T16:36:05.397Z[ recovery-image] Dec 02 16:36:04.654 INFO O| Dec 02 16:36:04.654 INFO O| Planning: Planning completed in 0.00 seconds
37652024-12-02T16:36:05.397Z[ recovery-image] Dec 02 16:36:04.654 INFO O| Dec 02 16:36:04.654 INFO O| Planning: Consolidating action changes ... Done
37662024-12-02T16:36:05.397Z[ recovery-image] Dec 02 16:36:04.655 INFO O| Dec 02 16:36:04.654 INFO O| Planning: Evaluating mediators ... Done
37672024-12-02T16:36:05.400Z[ recovery-image] Dec 02 16:36:04.655 INFO O| Dec 02 16:36:04.655 INFO O| Planning: Planning completed in 0.00 seconds
37682024-12-02T16:36:05.400Z[ recovery-image] Dec 02 16:36:04.656 INFO O| Dec 02 16:36:04.656 INFO O| Variants/Facets to change: 1
37692024-12-02T16:36:05.495Z[ recovery-image] Dec 02 16:36:04.753 INFO O| Dec 02 16:36:04.753 INFO O| Done
37702024-12-02T16:36:05.495Z[ recovery-image] Dec 02 16:36:04.753 INFO O| Dec 02 16:36:04.753 INFO O| Done
37712024-12-02T16:36:06.226Z[ recovery-image] Dec 02 16:36:05.483 INFO O| Dec 02 16:36:05.483 INFO O| Done
37722024-12-02T16:36:06.314Z[ recovery-image] Dec 02 16:36:05.572 INFO O| Dec 02 16:36:05.572 INFO O| Done
37732024-12-02T16:36:06.320Z[ recovery-image] Dec 02 16:36:05.573 INFO O| Dec 02 16:36:05.573 INFO O| Done
37742024-12-02T16:36:06.320Z[ recovery-image] Dec 02 16:36:05.573 INFO O| Dec 02 16:36:05.573 INFO O| Done
37752024-12-02T16:36:06.323Z[ recovery-image] Dec 02 16:36:05.578 INFO O| Dec 02 16:36:05.575 INFO O| Done
37762024-12-02T16:36:06.454Z[ recovery-image] Dec 02 16:36:05.712 INFO O| Dec 02 16:36:05.712 INFO STEP 8 (pkg_change_facet) COMPLETE
37772024-12-02T16:36:06.454Z[ recovery-image] Dec 02 16:36:05.712 INFO O| Dec 02 16:36:05.712 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37782024-12-02T16:36:07.072Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37792024-12-02T16:36:07.125Z[ recovery-image] Dec 02 16:36:06.383 INFO O| Dec 02 16:36:06.382 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37802024-12-02T16:36:08.395Z[ recovery-image] Dec 02 16:36:07.652 INFO O| Dec 02 16:36:07.652 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37812024-12-02T16:36:08.397Z[ recovery-image] Dec 02 16:36:07.654 INFO O| Dec 02 16:36:07.654 INFO O| Planning: Planning completed in 0.00 seconds
37822024-12-02T16:36:08.400Z[ recovery-image] Dec 02 16:36:07.655 INFO O| Dec 02 16:36:07.655 INFO O| Planning: Consolidating action changes ... Done
37832024-12-02T16:36:08.400Z[ recovery-image] Dec 02 16:36:07.655 INFO O| Dec 02 16:36:07.655 INFO O| Planning: Evaluating mediators ... Done
37842024-12-02T16:36:08.400Z[ recovery-image] Dec 02 16:36:07.656 INFO O| Dec 02 16:36:07.656 INFO O| Planning: Planning completed in 0.00 seconds
37852024-12-02T16:36:08.400Z[ recovery-image] Dec 02 16:36:07.656 INFO O| Dec 02 16:36:07.656 INFO O| Variants/Facets to change: 1
37862024-12-02T16:36:08.495Z[ recovery-image] Dec 02 16:36:07.753 INFO O| Dec 02 16:36:07.753 INFO O| Done
37872024-12-02T16:36:08.495Z[ recovery-image] Dec 02 16:36:07.753 INFO O| Dec 02 16:36:07.753 INFO O| Done
37882024-12-02T16:36:08.757Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
37892024-12-02T16:36:09.147Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37902024-12-02T16:36:09.291Z[ recovery-image] Dec 02 16:36:08.548 INFO O| Dec 02 16:36:08.548 INFO O| Done
37912024-12-02T16:36:09.364Z[ recovery-image] Dec 02 16:36:08.622 INFO O| Dec 02 16:36:08.622 INFO O| Done
37922024-12-02T16:36:09.367Z[ recovery-image] Dec 02 16:36:08.623 INFO O| Dec 02 16:36:08.623 INFO O| Done
37932024-12-02T16:36:09.367Z[ recovery-image] Dec 02 16:36:08.623 INFO O| Dec 02 16:36:08.623 INFO O| Done
37942024-12-02T16:36:09.369Z[ recovery-image] Dec 02 16:36:08.625 INFO O| Dec 02 16:36:08.625 INFO O| Done
37952024-12-02T16:36:09.455Z[ recovery-image] Dec 02 16:36:08.712 INFO O| Dec 02 16:36:08.712 INFO STEP 9 (pkg_change_facet) COMPLETE
37962024-12-02T16:36:09.456Z[ recovery-image] Dec 02 16:36:08.712 INFO O| Dec 02 16:36:08.712 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37972024-12-02T16:36:09.611Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37982024-12-02T16:36:10.088Z[ recovery-image] Dec 02 16:36:09.345 INFO O| Dec 02 16:36:09.345 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37992024-12-02T16:36:10.118Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38002024-12-02T16:36:10.483Z[verify-libraries] Compiling sync-ptr v0.1.1
38012024-12-02T16:36:10.815Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38022024-12-02T16:36:10.906Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38032024-12-02T16:36:11.205Z[ recovery-image] Dec 02 16:36:10.463 INFO O| Dec 02 16:36:10.463 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38042024-12-02T16:36:11.209Z[ recovery-image] Dec 02 16:36:10.465 INFO O| Dec 02 16:36:10.465 INFO O| Planning: Planning completed in 0.00 seconds
38052024-12-02T16:36:11.212Z[ recovery-image] Dec 02 16:36:10.466 INFO O| Dec 02 16:36:10.466 INFO O| Planning: Consolidating action changes ... Done
38062024-12-02T16:36:11.212Z[ recovery-image] Dec 02 16:36:10.466 INFO O| Dec 02 16:36:10.466 INFO O| Planning: Evaluating mediators ... Done
38072024-12-02T16:36:11.212Z[ recovery-image] Dec 02 16:36:10.466 INFO O| Dec 02 16:36:10.466 INFO O| Planning: Planning completed in 0.00 seconds
38082024-12-02T16:36:11.212Z[ recovery-image] Dec 02 16:36:10.467 INFO O| Dec 02 16:36:10.467 INFO O| Variants/Facets to change: 1
38092024-12-02T16:36:11.307Z[ recovery-image] Dec 02 16:36:10.564 INFO O| Dec 02 16:36:10.564 INFO O| Done
38102024-12-02T16:36:11.307Z[ recovery-image] Dec 02 16:36:10.564 INFO O| Dec 02 16:36:10.564 INFO O| Done
38112024-12-02T16:36:12.112Z[ recovery-image] Dec 02 16:36:11.369 INFO O| Dec 02 16:36:11.369 INFO O| Done
38122024-12-02T16:36:12.219Z[ recovery-image] Dec 02 16:36:11.477 INFO O| Dec 02 16:36:11.477 INFO O| Done
38132024-12-02T16:36:12.222Z[ recovery-image] Dec 02 16:36:11.478 INFO O| Dec 02 16:36:11.478 INFO O| Done
38142024-12-02T16:36:12.222Z[ recovery-image] Dec 02 16:36:11.478 INFO O| Dec 02 16:36:11.478 INFO O| Done
38152024-12-02T16:36:12.225Z[ recovery-image] Dec 02 16:36:11.480 INFO O| Dec 02 16:36:11.480 INFO O| Done
38162024-12-02T16:36:12.322Z[ recovery-image] Dec 02 16:36:11.579 INFO O| Dec 02 16:36:11.579 INFO STEP 10 (pkg_change_facet) COMPLETE
38172024-12-02T16:36:12.322Z[ recovery-image] Dec 02 16:36:11.579 INFO O| Dec 02 16:36:11.579 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38182024-12-02T16:36:12.343Z[ recovery-image] Dec 02 16:36:11.600 INFO O| Dec 02 16:36:11.600 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"]
38192024-12-02T16:36:13.558Z[ recovery-image] Dec 02 16:36:12.815 INFO O| Dec 02 16:36:12.815 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38202024-12-02T16:36:14.347Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38212024-12-02T16:36:15.861Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38222024-12-02T16:36:17.310Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38232024-12-02T16:36:18.739Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38242024-12-02T16:36:26.987Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38252024-12-02T16:36:29.712Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38262024-12-02T16:36:30.645Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38272024-12-02T16:36:32.435Z[verify-libraries] Compiling termios v0.3.3
38282024-12-02T16:36:32.894Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38292024-12-02T16:36:47.327Z[ host-image] Dec 02 16:36:46.580 INFO O| Dec 02 16:36:46.580 INFO O| Planning: Solver setup ... Done
38302024-12-02T16:36:49.027Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38312024-12-02T16:37:02.040Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38322024-12-02T16:37:13.187Z[ recovery-image] Dec 02 16:37:12.438 INFO O| Dec 02 16:37:12.438 INFO O| Planning: Solver setup ... Done
38332024-12-02T16:37:43.820Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38342024-12-02T16:37:52.766Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38352024-12-02T16:37:54.992Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38362024-12-02T16:38:01.317Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38372024-12-02T16:38:01.433Z[ host-image] Dec 02 16:37:59.725 INFO O| Dec 02 16:37:59.725 INFO O| Planning: Running solver ... Done
38382024-12-02T16:38:01.433Z[ host-image] Dec 02 16:38:00.313 INFO O| Dec 02 16:38:00.313 INFO O| Planning: Finding local manifests ... Done
38392024-12-02T16:38:01.433Z[ host-image] Dec 02 16:38:00.332 INFO O| Dec 02 16:38:00.332 INFO O| Planning: Fetching manifests: 0/124 0% complete
38402024-12-02T16:38:10.223Z[ host-image] Dec 02 16:38:05.163 INFO O| Dec 02 16:38:05.163 INFO O| Planning: Fetching manifests: 124/124 100% complete
38412024-12-02T16:38:10.301Z[ host-image] Dec 02 16:38:06.499 INFO O| Dec 02 16:38:06.499 INFO O| Planning: Package planning ... Done
38422024-12-02T16:38:10.330Z[ host-image] Dec 02 16:38:08.235 INFO O| Dec 02 16:38:08.235 INFO O| Planning: Merging actions ... Done
38432024-12-02T16:38:10.330Z[ host-image] Dec 02 16:38:08.841 INFO O| Dec 02 16:38:08.841 INFO O| Planning: Checking for conflicting actions ... Done
38442024-12-02T16:38:10.330Z[ host-image] Dec 02 16:38:09.135 INFO O| Dec 02 16:38:09.135 INFO O| Planning: Consolidating action changes ... Done
38452024-12-02T16:38:10.451Z[ host-image] Dec 02 16:38:09.697 INFO O| Dec 02 16:38:09.697 INFO O| Planning: Evaluating mediators ... Done
38462024-12-02T16:38:16.802Z[ host-image] Dec 02 16:38:16.047 INFO O| Dec 02 16:38:16.047 INFO O| Planning: Planning completed in 150.40 seconds
38472024-12-02T16:38:16.813Z[ host-image] Dec 02 16:38:16.054 INFO O| Dec 02 16:38:16.054 INFO O| Packages to install: 124
38482024-12-02T16:38:16.822Z[ host-image] Dec 02 16:38:16.054 INFO O| Dec 02 16:38:16.054 INFO O| Mediators to change: 4
38492024-12-02T16:38:16.822Z[ host-image] Dec 02 16:38:16.054 INFO O| Dec 02 16:38:16.054 INFO O| Services to change: 6
38502024-12-02T16:38:16.918Z[ host-image] Dec 02 16:38:16.162 INFO O| Dec 02 16:38:16.162 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38512024-12-02T16:38:21.918Z[ host-image] Dec 02 16:38:21.162 INFO O| Dec 02 16:38:21.162 INFO O| Download: 1302/22774 items 8.1/199.6MB 4% complete (1.6M/s)
38522024-12-02T16:38:26.120Z[ recovery-image] Dec 02 16:38:25.364 INFO O| Dec 02 16:38:25.364 INFO O| Planning: Running solver ... Done
38532024-12-02T16:38:26.751Z[ recovery-image] Dec 02 16:38:25.995 INFO O| Dec 02 16:38:25.994 INFO O| Planning: Finding local manifests ... Done
38542024-12-02T16:38:26.769Z[ recovery-image] Dec 02 16:38:26.013 INFO O| Dec 02 16:38:26.013 INFO O| Planning: Fetching manifests: 0/124 0% complete
38552024-12-02T16:38:27.258Z[ host-image] Dec 02 16:38:26.501 INFO O| Dec 02 16:38:26.501 INFO O| Download: 1804/22774 items 16.0/199.6MB 8% complete (1.5M/s)
38562024-12-02T16:38:30.218Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38572024-12-02T16:38:31.076Z[ recovery-image] Dec 02 16:38:30.320 INFO O| Dec 02 16:38:30.320 INFO O| Planning: Fetching manifests: 124/124 100% complete
38582024-12-02T16:38:32.269Z[ host-image] Dec 02 16:38:31.512 INFO O| Dec 02 16:38:31.512 INFO O| Download: 2536/22774 items 30.4/199.6MB 15% complete (2.2M/s)
38592024-12-02T16:38:32.418Z[ recovery-image] Dec 02 16:38:31.661 INFO O| Dec 02 16:38:31.661 INFO O| Planning: Package planning ... Done
38602024-12-02T16:38:33.118Z[ recovery-image] Dec 02 16:38:32.361 INFO O| Dec 02 16:38:32.361 INFO O| Planning: Merging actions ... Done
38612024-12-02T16:38:33.612Z[ recovery-image] Dec 02 16:38:32.856 INFO O| Dec 02 16:38:32.855 INFO O| Planning: Checking for conflicting actions ... Done
38622024-12-02T16:38:33.827Z[ recovery-image] Dec 02 16:38:33.070 INFO O| Dec 02 16:38:33.070 INFO O| Planning: Consolidating action changes ... Done
38632024-12-02T16:38:34.147Z[ recovery-image] Dec 02 16:38:33.390 INFO O| Dec 02 16:38:33.390 INFO O| Planning: Evaluating mediators ... Done
38642024-12-02T16:38:37.274Z[ host-image] Dec 02 16:38:36.516 INFO O| Dec 02 16:38:36.516 INFO O| Download: 3841/22774 items 39.8/199.6MB 19% complete (2.4M/s)
38652024-12-02T16:38:40.138Z[ recovery-image] Dec 02 16:38:39.381 INFO O| Dec 02 16:38:39.381 INFO O| Planning: Planning completed in 146.56 seconds
38662024-12-02T16:38:40.146Z[ recovery-image] Dec 02 16:38:39.388 INFO O| Dec 02 16:38:39.388 INFO O| Packages to install: 124
38672024-12-02T16:38:40.146Z[ recovery-image] Dec 02 16:38:39.388 INFO O| Dec 02 16:38:39.388 INFO O| Mediators to change: 4
38682024-12-02T16:38:40.146Z[ recovery-image] Dec 02 16:38:39.388 INFO O| Dec 02 16:38:39.388 INFO O| Services to change: 5
38692024-12-02T16:38:40.229Z[ recovery-image] Dec 02 16:38:39.472 INFO O| Dec 02 16:38:39.471 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38702024-12-02T16:38:42.283Z[ host-image] Dec 02 16:38:41.525 INFO O| Dec 02 16:38:41.525 INFO O| Download: 4629/22774 items 42.9/199.6MB 21% complete (1.3M/s)
38712024-12-02T16:38:44.555Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38722024-12-02T16:38:45.507Z[ recovery-image] Dec 02 16:38:44.748 INFO O| Dec 02 16:38:44.748 INFO O| Download: 1099/15848 items 9.2/176.3MB 5% complete (1.9M/s)
38732024-12-02T16:38:47.302Z[ host-image] Dec 02 16:38:46.544 INFO O| Dec 02 16:38:46.544 INFO O| Download: 5240/22774 items 46.0/199.6MB 23% complete (643k/s)
38742024-12-02T16:38:50.236Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
38752024-12-02T16:38:50.516Z[ recovery-image] Dec 02 16:38:49.757 INFO O| Dec 02 16:38:49.757 INFO O| Download: 1376/15848 items 20.4/176.3MB 11% complete (2.0M/s)
38762024-12-02T16:38:52.307Z[ host-image] Dec 02 16:38:51.546 INFO O| Dec 02 16:38:51.546 INFO O| Download: 6204/22774 items 46.5/199.6MB 23% complete (372k/s)
38772024-12-02T16:38:55.521Z[ recovery-image] Dec 02 16:38:54.762 INFO O| Dec 02 16:38:54.762 INFO O| Download: 1691/15848 items 27.9/176.3MB 15% complete (1.8M/s)
38782024-12-02T16:38:57.413Z[ host-image] Dec 02 16:38:56.654 INFO O| Dec 02 16:38:56.653 INFO O| Download: 6967/22774 items 50.1/199.6MB 25% complete (378k/s)
38792024-12-02T16:39:00.797Z[ recovery-image] Dec 02 16:39:00.037 INFO O| Dec 02 16:39:00.037 INFO O| Download: 2728/15848 items 33.9/176.3MB 19% complete (1.3M/s)
38802024-12-02T16:39:02.430Z[ host-image] Dec 02 16:39:01.670 INFO O| Dec 02 16:39:01.670 INFO O| Download: 7708/22774 items 58.8/199.6MB 29% complete (1.2M/s)
38812024-12-02T16:39:05.797Z[ recovery-image] Dec 02 16:39:05.037 INFO O| Dec 02 16:39:05.037 INFO O| Download: 3612/15848 items 39.1/176.3MB 22% complete (1.3M/s)
38822024-12-02T16:39:07.436Z[ host-image] Dec 02 16:39:06.676 INFO O| Dec 02 16:39:06.676 INFO O| Download: 8320/22774 items 68.6/199.6MB 34% complete (1.8M/s)
38832024-12-02T16:39:10.799Z[ recovery-image] Dec 02 16:39:10.039 INFO O| Dec 02 16:39:10.039 INFO O| Download: 4517/15848 items 42.8/176.3MB 24% complete (921k/s)
38842024-12-02T16:39:12.604Z[ host-image] Dec 02 16:39:11.843 INFO O| Dec 02 16:39:11.843 INFO O| Download: 9380/22774 items 81.5/199.6MB 40% complete (2.2M/s)
38852024-12-02T16:39:17.292Z[ recovery-image] Dec 02 16:39:16.531 INFO O| Dec 02 16:39:16.530 INFO O| Download: 5664/15848 items 44.5/176.3MB 25% complete (537k/s)
38862024-12-02T16:39:17.604Z[ host-image] Dec 02 16:39:16.843 INFO O| Dec 02 16:39:16.843 INFO O| Download: 10417/22774 items 88.0/199.6MB 44% complete (2.0M/s)
38872024-12-02T16:39:22.885Z[ host-image] Dec 02 16:39:22.123 INFO O| Dec 02 16:39:22.123 INFO O| Download: 11173/22774 items 93.8/199.6MB 47% complete (1.3M/s)
38882024-12-02T16:39:23.122Z[ recovery-image] Dec 02 16:39:22.361 INFO O| Dec 02 16:39:22.360 INFO O| Download: 5951/15848 items 53.6/176.3MB 30% complete (1.1M/s)
38892024-12-02T16:39:27.892Z[ host-image] Dec 02 16:39:27.130 INFO O| Dec 02 16:39:27.130 INFO O| Download: 11900/22774 items 96.5/199.6MB 48% complete (850k/s)
38902024-12-02T16:39:28.123Z[ recovery-image] Dec 02 16:39:27.361 INFO O| Dec 02 16:39:27.361 INFO O| Download: 6868/15848 items 67.6/176.3MB 38% complete (2.2M/s)
38912024-12-02T16:39:32.893Z[ host-image] Dec 02 16:39:32.130 INFO O| Dec 02 16:39:32.130 INFO O| Download: 12114/22774 items 104.0/199.6MB 52% complete (890k/s)
38922024-12-02T16:39:33.125Z[ recovery-image] Dec 02 16:39:32.362 INFO O| Dec 02 16:39:32.362 INFO O| Download: 7666/15848 items 73.9/176.3MB 41% complete (2.0M/s)
38932024-12-02T16:39:37.893Z[ host-image] Dec 02 16:39:37.130 INFO O| Dec 02 16:39:37.130 INFO O| Download: 12997/22774 items 109.8/199.6MB 55% complete (1.3M/s)
38942024-12-02T16:39:41.918Z[ recovery-image] Dec 02 16:39:41.154 INFO O| Dec 02 16:39:41.154 INFO O| Download: 7971/15848 items 78.8/176.3MB 44% complete (1.4M/s)
38952024-12-02T16:39:43.160Z[ host-image] Dec 02 16:39:42.396 INFO O| Dec 02 16:39:42.396 INFO O| Download: 13325/22774 items 110.0/199.6MB 55% complete (991k/s)
38962024-12-02T16:39:46.944Z[ recovery-image] Dec 02 16:39:46.180 INFO O| Dec 02 16:39:46.180 INFO O| Download: 8779/15848 items 90.3/176.3MB 51% complete (1.1M/s)
38972024-12-02T16:39:48.189Z[ host-image] Dec 02 16:39:47.423 INFO O| Dec 02 16:39:47.423 INFO O| Download: 13903/22774 items 110.3/199.6MB 55% complete (79.5k/s)
38982024-12-02T16:39:51.946Z[ recovery-image] Dec 02 16:39:51.181 INFO O| Dec 02 16:39:51.181 INFO O| Download: 9368/15848 items 92.8/176.3MB 52% complete (1.4M/s)
38992024-12-02T16:39:53.469Z[ host-image] Dec 02 16:39:52.704 INFO O| Dec 02 16:39:52.704 INFO O| Download: 14466/22774 items 112.3/199.6MB 56% complete (238k/s)
39002024-12-02T16:39:56.950Z[ recovery-image] Dec 02 16:39:56.185 INFO O| Dec 02 16:39:56.185 INFO O| Download: 10274/15848 items 93.3/176.3MB 52% complete (367k/s)
39012024-12-02T16:39:58.470Z[ host-image] Dec 02 16:39:57.704 INFO O| Dec 02 16:39:57.704 INFO O| Download: 15250/22774 items 121.6/199.6MB 60% complete (1.1M/s)
39022024-12-02T16:40:02.063Z[ recovery-image] Dec 02 16:40:01.297 INFO O| Dec 02 16:40:01.297 INFO O| Download: 11006/15848 items 94.6/176.3MB 53% complete (167k/s)
39032024-12-02T16:40:03.537Z[ host-image] Dec 02 16:40:02.771 INFO O| Dec 02 16:40:02.771 INFO O| Download: 15856/22774 items 130.3/199.6MB 65% complete (1.8M/s)
39042024-12-02T16:40:07.145Z[ recovery-image] Dec 02 16:40:06.379 INFO O| Dec 02 16:40:06.379 INFO O| Download: 11398/15848 items 107.0/176.3MB 60% complete (1.4M/s)
39052024-12-02T16:40:08.654Z[ host-image] Dec 02 16:40:07.887 INFO O| Dec 02 16:40:07.887 INFO O| Download: 16958/22774 items 142.8/199.6MB 71% complete (2.0M/s)
39062024-12-02T16:40:12.406Z[ recovery-image] Dec 02 16:40:11.640 INFO O| Dec 02 16:40:11.640 INFO O| Download: 11515/15848 items 111.4/176.3MB 63% complete (1.6M/s)
39072024-12-02T16:40:13.873Z[ host-image] Dec 02 16:40:13.106 INFO O| Dec 02 16:40:13.106 INFO O| Download: 17947/22774 items 160.2/199.6MB 80% complete (2.9M/s)
39082024-12-02T16:40:17.409Z[ recovery-image] Dec 02 16:40:16.642 INFO O| Dec 02 16:40:16.641 INFO O| Download: 11953/15848 items 136.3/176.3MB 77% complete (3.4M/s)
39092024-12-02T16:40:18.882Z[ host-image] Dec 02 16:40:18.115 INFO O| Dec 02 16:40:18.115 INFO O| Download: 18988/22774 items 165.4/199.6MB 82% complete (2.2M/s)
39102024-12-02T16:40:22.418Z[ recovery-image] Dec 02 16:40:21.650 INFO O| Dec 02 16:40:21.650 INFO O| Download: 12729/15848 items 142.6/176.3MB 80% complete (3.2M/s)
39112024-12-02T16:40:23.902Z[ host-image] Dec 02 16:40:23.134 INFO O| Dec 02 16:40:23.134 INFO O| Download: 19966/22774 items 169.6/199.6MB 84% complete (962k/s)
39122024-12-02T16:40:27.438Z[ recovery-image] Dec 02 16:40:26.669 INFO O| Dec 02 16:40:26.669 INFO O| Download: 13504/15848 items 145.4/176.3MB 82% complete (1004k/s)
39132024-12-02T16:40:28.981Z[ host-image] Dec 02 16:40:28.212 INFO O| Dec 02 16:40:28.212 INFO O| Download: 20638/22774 items 172.5/199.6MB 86% complete (742k/s)
39142024-12-02T16:40:32.451Z[ recovery-image] Dec 02 16:40:31.680 INFO O| Dec 02 16:40:31.679 INFO O| Download: 14587/15848 items 150.3/176.3MB 85% complete (786k/s)
39152024-12-02T16:40:34.129Z[ host-image] Dec 02 16:40:33.360 INFO O| Dec 02 16:40:33.360 INFO O| Download: 20975/22774 items 178.9/199.6MB 89% complete (956k/s)
39162024-12-02T16:40:37.601Z[ recovery-image] Dec 02 16:40:36.831 INFO O| Dec 02 16:40:36.831 INFO O| Download: 14813/15848 items 157.0/176.3MB 89% complete (1.2M/s)
39172024-12-02T16:40:39.136Z[ host-image] Dec 02 16:40:38.366 INFO O| Dec 02 16:40:38.366 INFO O| Download: 21894/22774 items 190.5/199.6MB 95% complete (1.7M/s)
39182024-12-02T16:40:42.842Z[ recovery-image] Dec 02 16:40:42.072 INFO O| Dec 02 16:40:42.072 INFO O| Download: 15562/15848 items 169.1/176.3MB 95% complete (1.9M/s)
39192024-12-02T16:40:44.178Z[ host-image] Dec 02 16:40:43.408 INFO O| Dec 02 16:40:43.408 INFO O| Download: 22291/22774 items 199.0/199.6MB 99% complete (2.0M/s)
39202024-12-02T16:40:46.139Z[ host-image] Dec 02 16:40:45.369 INFO O| Dec 02 16:40:45.369 INFO O| Download: Completed 199.56 MB in 149.21 seconds (1.3M/s)
39212024-12-02T16:40:47.661Z[ recovery-image] Dec 02 16:40:46.890 INFO O| Dec 02 16:40:46.890 INFO O| Download: Completed 176.29 MB in 127.42 seconds (1.4M/s)
39222024-12-02T16:40:47.814Z[ host-image] Dec 02 16:40:47.044 INFO O| Dec 02 16:40:47.044 INFO O| Actions: 1/49471 actions (Installing new actions)
39232024-12-02T16:40:48.792Z[ recovery-image] Dec 02 16:40:48.022 INFO O| Dec 02 16:40:48.021 INFO O| Actions: 1/25014 actions (Installing new actions)
39242024-12-02T16:40:52.815Z[ host-image] Dec 02 16:40:52.045 INFO O| Dec 02 16:40:52.044 INFO O| Actions: 9023/49471 actions (Installing new actions)
39252024-12-02T16:40:53.797Z[ recovery-image] Dec 02 16:40:53.026 INFO O| Dec 02 16:40:53.026 INFO O| Actions: 9667/25014 actions (Installing new actions)
39262024-12-02T16:40:57.839Z[ host-image] Dec 02 16:40:57.068 INFO O| Dec 02 16:40:57.068 INFO O| Actions: 14195/49471 actions (Installing new actions)
39272024-12-02T16:40:58.829Z[ recovery-image] Dec 02 16:40:58.058 INFO O| Dec 02 16:40:58.058 INFO O| Actions: 17362/25014 actions (Installing new actions)
39282024-12-02T16:41:02.840Z[ host-image] Dec 02 16:41:02.068 INFO O| Dec 02 16:41:02.068 INFO O| Actions: 20540/49471 actions (Installing new actions)
39292024-12-02T16:41:02.920Z[ recovery-image] Dec 02 16:41:02.148 INFO O| Dec 02 16:41:02.148 INFO O| Actions: Completed 25014 actions in 14.12 seconds.
39302024-12-02T16:41:03.694Z[ recovery-image] Dec 02 16:41:02.923 INFO O| Dec 02 16:41:02.922 INFO O| Done
39312024-12-02T16:41:03.694Z[ recovery-image] Dec 02 16:41:02.923 INFO O| Dec 02 16:41:02.922 INFO O| Done
39322024-12-02T16:41:05.508Z[ recovery-image] Dec 02 16:41:04.722 INFO O| Dec 02 16:41:04.721 INFO O| Done
39332024-12-02T16:41:07.699Z[ recovery-image] Dec 02 16:41:06.927 INFO O| Dec 02 16:41:06.927 INFO O| Done
39342024-12-02T16:41:07.723Z[ recovery-image] Dec 02 16:41:06.951 INFO O| Dec 02 16:41:06.951 INFO O| Done
39352024-12-02T16:41:07.840Z[ host-image] Dec 02 16:41:07.068 INFO O| Dec 02 16:41:07.068 INFO O| Actions: 28691/49471 actions (Installing new actions)
39362024-12-02T16:41:11.139Z[ host-image] Dec 02 16:41:10.367 INFO O| Dec 02 16:41:10.366 INFO O| Actions: Completed 49471 actions in 23.32 seconds.
39372024-12-02T16:41:11.727Z[ host-image] Dec 02 16:41:10.955 INFO O| Dec 02 16:41:10.954 INFO O| Done
39382024-12-02T16:41:11.727Z[ host-image] Dec 02 16:41:10.955 INFO O| Dec 02 16:41:10.954 INFO O| Done
39392024-12-02T16:41:12.544Z[ recovery-image] Dec 02 16:41:11.771 INFO O| Dec 02 16:41:11.771 INFO O| Done
39402024-12-02T16:41:13.169Z[ recovery-image] Dec 02 16:41:12.397 INFO O| Dec 02 16:41:12.396 INFO O| Done
39412024-12-02T16:41:13.324Z[ host-image] Dec 02 16:41:12.551 INFO O| Dec 02 16:41:12.551 INFO O| Done
39422024-12-02T16:41:13.664Z[ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO STEP 11 (pkg_install) COMPLETE
39432024-12-02T16:41:13.664Z[ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39442024-12-02T16:41:13.664Z[ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO skip step because feature "recovery" is enabled
39452024-12-02T16:41:13.664Z[ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39462024-12-02T16:41:13.664Z[ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO skip step because feature "omicron1" is not enabled
39472024-12-02T16:41:13.664Z[ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39482024-12-02T16:41:13.682Z[ recovery-image] Dec 02 16:41:12.909 INFO O| Dec 02 16:41:12.909 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.301"]
39492024-12-02T16:41:14.833Z[ recovery-image] Dec 02 16:41:14.061 INFO O| Dec 02 16:41:14.061 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39502024-12-02T16:41:16.117Z[ host-image] Dec 02 16:41:15.342 INFO O| Dec 02 16:41:15.342 INFO O| Done
39512024-12-02T16:41:16.156Z[ host-image] Dec 02 16:41:15.383 INFO O| Dec 02 16:41:15.383 INFO O| Done
39522024-12-02T16:41:19.456Z[ recovery-image] Dec 02 16:41:18.682 INFO O| Dec 02 16:41:18.682 INFO O| Planning: Solver setup ... Done
39532024-12-02T16:41:19.462Z[ recovery-image] Dec 02 16:41:18.689 INFO O| Dec 02 16:41:18.689 INFO O| Planning: Running solver ... Done
39542024-12-02T16:41:19.550Z[ recovery-image] Dec 02 16:41:18.776 INFO O| Dec 02 16:41:18.776 INFO O| Planning: Finding local manifests ... Done
39552024-12-02T16:41:19.553Z[ recovery-image] Dec 02 16:41:18.777 INFO O| Dec 02 16:41:18.777 INFO O| Planning: Fetching manifests: 0/1 0% complete
39562024-12-02T16:41:19.737Z[ recovery-image] Dec 02 16:41:18.963 INFO O| Dec 02 16:41:18.963 INFO O| Planning: Fetching manifests: 1/1 100% complete
39572024-12-02T16:41:19.765Z[ recovery-image] Dec 02 16:41:18.991 INFO O| Dec 02 16:41:18.991 INFO O| Planning: Package planning ... Done
39582024-12-02T16:41:19.767Z[ recovery-image] Dec 02 16:41:18.991 INFO O| Dec 02 16:41:18.991 INFO O| Planning: Merging actions ... Done
39592024-12-02T16:41:19.848Z[ recovery-image] Dec 02 16:41:19.075 INFO O| Dec 02 16:41:19.074 INFO O| Planning: Checking for conflicting actions ... Done
39602024-12-02T16:41:19.850Z[ recovery-image] Dec 02 16:41:19.075 INFO O| Dec 02 16:41:19.075 INFO O| Planning: Consolidating action changes ... Done
39612024-12-02T16:41:20.086Z[ recovery-image] Dec 02 16:41:19.312 INFO O| Dec 02 16:41:19.312 INFO O| Planning: Evaluating mediators ... Done
39622024-12-02T16:41:20.089Z[ recovery-image] Dec 02 16:41:19.313 INFO O| Dec 02 16:41:19.313 INFO O| Planning: Planning completed in 5.25 seconds
39632024-12-02T16:41:20.092Z[ recovery-image] Dec 02 16:41:19.316 INFO O| Dec 02 16:41:19.316 INFO O| Packages to install: 1
39642024-12-02T16:41:20.109Z[ recovery-image] Dec 02 16:41:19.335 INFO O| Dec 02 16:41:19.335 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39652024-12-02T16:41:20.663Z[ recovery-image] Dec 02 16:41:19.889 INFO O| Dec 02 16:41:19.889 INFO O| Download: Completed 10.00 MB in 0.55 seconds (18.0M/s)
39662024-12-02T16:41:20.794Z[ recovery-image] Dec 02 16:41:20.020 INFO O| Dec 02 16:41:20.020 INFO O| Actions: 1/22 actions (Installing new actions)
39672024-12-02T16:41:21.194Z[ recovery-image] Dec 02 16:41:20.421 INFO O| Dec 02 16:41:20.420 INFO O| Actions: Completed 22 actions in 0.40 seconds.
39682024-12-02T16:41:21.899Z[ recovery-image] Dec 02 16:41:21.125 INFO O| Dec 02 16:41:21.125 INFO O| Done
39692024-12-02T16:41:21.899Z[ recovery-image] Dec 02 16:41:21.125 INFO O| Dec 02 16:41:21.125 INFO O| Done
39702024-12-02T16:41:23.190Z[ recovery-image] Dec 02 16:41:22.416 INFO O| Dec 02 16:41:22.416 INFO O| Done
39712024-12-02T16:41:24.866Z[ recovery-image] Dec 02 16:41:24.092 INFO O| Dec 02 16:41:24.092 INFO O| Done
39722024-12-02T16:41:24.919Z[ recovery-image] Dec 02 16:41:24.131 INFO O| Dec 02 16:41:24.130 INFO O| Done
39732024-12-02T16:41:24.923Z[ recovery-image] Dec 02 16:41:24.131 INFO O| Dec 02 16:41:24.131 INFO O| Done
39742024-12-02T16:41:24.926Z[ recovery-image] Dec 02 16:41:24.149 INFO O| Dec 02 16:41:24.149 INFO O| Done
39752024-12-02T16:41:25.097Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 14 (pkg_install) COMPLETE
39762024-12-02T16:41:25.097Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39772024-12-02T16:41:25.097Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO skip step because feature "mfg" is not enabled
39782024-12-02T16:41:25.100Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39792024-12-02T16:41:25.100Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO skip step because feature "compliance" is not enabled
39802024-12-02T16:41:25.100Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39812024-12-02T16:41:25.101Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO skip step because feature "stress" is not enabled
39822024-12-02T16:41:25.101Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39832024-12-02T16:41:25.101Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO skip step because feature "nfs" is not enabled
39842024-12-02T16:41:25.101Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39852024-12-02T16:41:25.101Z[ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39862024-12-02T16:41:25.402Z[ recovery-image] Dec 02 16:41:24.628 INFO O| Dec 02 16:41:24.628 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
39872024-12-02T16:41:25.551Z[ recovery-image] Dec 02 16:41:24.759 INFO O| Dec 02 16:41:24.759 INFO completed processing gimlet/ramdisk-01-os
39882024-12-02T16:41:25.551Z[ recovery-image] Dec 02 16:41:24.762 INFO image builder template: ramdisk-02-trim...
39892024-12-02T16:41:25.551Z[ recovery-image] Dec 02 16:41:24.762 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/.tmpcAIMQT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.301", "-n", "ramdisk-02-trim"], pwd: None
39902024-12-02T16:41:25.624Z[ recovery-image] Dec 02 16:41:24.850 INFO O| Dec 02 16:41:24.850 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39912024-12-02T16:41:25.645Z[ recovery-image] Dec 02 16:41:24.871 INFO O| Dec 02 16:41:24.871 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39922024-12-02T16:41:25.755Z[ recovery-image] Dec 02 16:41:24.981 INFO O| Dec 02 16:41:24.981 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
39932024-12-02T16:41:25.836Z[ recovery-image] Dec 02 16:41:25.062 INFO O| Dec 02 16:41:25.061 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39942024-12-02T16:41:25.838Z[ recovery-image] Dec 02 16:41:25.062 INFO O| Dec 02 16:41:25.062 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39952024-12-02T16:41:25.844Z[ recovery-image] Dec 02 16:41:25.071 INFO O| Dec 02 16:41:25.071 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39962024-12-02T16:41:25.852Z[ recovery-image] Dec 02 16:41:25.078 INFO O| Dec 02 16:41:25.078 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39972024-12-02T16:41:25.860Z[ recovery-image] Dec 02 16:41:25.086 INFO O| Dec 02 16:41:25.086 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39982024-12-02T16:41:25.932Z[ host-image] Dec 02 16:41:25.158 INFO O| Dec 02 16:41:25.158 INFO O| Done
39992024-12-02T16:41:26.437Z[ recovery-image] Dec 02 16:41:25.663 INFO O| Dec 02 16:41:25.663 INFO rolled back to input snapshot; work may begin
40002024-12-02T16:41:26.437Z[ recovery-image] Dec 02 16:41:25.663 INFO O| Dec 02 16:41:25.663 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40012024-12-02T16:41:26.446Z[ recovery-image] Dec 02 16:41:25.672 INFO O| Dec 02 16:41:25.672 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-12-02T16:41:26.466Z[ recovery-image] Dec 02 16:41:25.692 INFO O| Dec 02 16:41:25.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40032024-12-02T16:41:26.523Z[ recovery-image] Dec 02 16:41:25.749 INFO O| Dec 02 16:41:25.749 INFO STEP 0 (remove_files) COMPLETE
40042024-12-02T16:41:26.523Z[ recovery-image] Dec 02 16:41:25.749 INFO O| Dec 02 16:41:25.749 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40052024-12-02T16:41:26.542Z[ recovery-image] Dec 02 16:41:25.768 INFO O| Dec 02 16:41:25.768 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40062024-12-02T16:41:26.545Z[ recovery-image] Dec 02 16:41:25.771 INFO O| Dec 02 16:41:25.771 INFO STEP 1 (remove_files) COMPLETE
40072024-12-02T16:41:26.547Z[ recovery-image] Dec 02 16:41:25.771 INFO O| Dec 02 16:41:25.771 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-12-02T16:41:26.562Z[ recovery-image] Dec 02 16:41:25.788 INFO O| Dec 02 16:41:25.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40092024-12-02T16:41:26.586Z[ recovery-image] Dec 02 16:41:25.812 INFO O| Dec 02 16:41:25.812 INFO STEP 2 (remove_files) COMPLETE
40102024-12-02T16:41:26.586Z[ recovery-image] Dec 02 16:41:25.812 INFO O| Dec 02 16:41:25.812 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40112024-12-02T16:41:26.604Z[ recovery-image] Dec 02 16:41:25.830 INFO O| Dec 02 16:41:25.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40122024-12-02T16:41:26.607Z[ recovery-image] Dec 02 16:41:25.833 INFO O| Dec 02 16:41:25.833 INFO STEP 3 (remove_files) COMPLETE
40132024-12-02T16:41:26.607Z[ recovery-image] Dec 02 16:41:25.833 INFO O| Dec 02 16:41:25.833 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40142024-12-02T16:41:26.624Z[ recovery-image] Dec 02 16:41:25.850 INFO O| Dec 02 16:41:25.850 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40152024-12-02T16:41:26.630Z[ recovery-image] Dec 02 16:41:25.856 INFO O| Dec 02 16:41:25.856 INFO STEP 4 (remove_files) COMPLETE
40162024-12-02T16:41:26.630Z[ recovery-image] Dec 02 16:41:25.856 INFO O| Dec 02 16:41:25.856 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-12-02T16:41:26.648Z[ recovery-image] Dec 02 16:41:25.874 INFO O| Dec 02 16:41:25.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40182024-12-02T16:41:26.651Z[ recovery-image] Dec 02 16:41:25.874 INFO O| Dec 02 16:41:25.874 INFO STEP 5 (remove_files) COMPLETE
40192024-12-02T16:41:26.651Z[ recovery-image] Dec 02 16:41:25.874 INFO O| Dec 02 16:41:25.874 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-12-02T16:41:26.665Z[ recovery-image] Dec 02 16:41:25.891 INFO O| Dec 02 16:41:25.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40212024-12-02T16:41:26.685Z[ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.910 INFO STEP 6 (remove_files) COMPLETE
40222024-12-02T16:41:26.685Z[ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40232024-12-02T16:41:26.687Z[ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO skip step because feature "recovery" is enabled
40242024-12-02T16:41:26.688Z[ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-12-02T16:41:26.688Z[ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO skip step because feature "recovery" is enabled
40262024-12-02T16:41:26.688Z[ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-12-02T16:41:26.688Z[ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO skip step because feature "recovery" is enabled
40282024-12-02T16:41:26.688Z[ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40292024-12-02T16:41:26.702Z[ recovery-image] Dec 02 16:41:25.928 INFO O| Dec 02 16:41:25.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40302024-12-02T16:41:26.707Z[ recovery-image] Dec 02 16:41:25.933 INFO O| Dec 02 16:41:25.933 INFO STEP 10 (remove_files) COMPLETE
40312024-12-02T16:41:26.710Z[ recovery-image] Dec 02 16:41:25.933 INFO O| Dec 02 16:41:25.933 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40322024-12-02T16:41:26.725Z[ recovery-image] Dec 02 16:41:25.951 INFO O| Dec 02 16:41:25.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40332024-12-02T16:41:26.727Z[ recovery-image] Dec 02 16:41:25.953 INFO O| Dec 02 16:41:25.953 INFO STEP 11 (remove_files) COMPLETE
40342024-12-02T16:41:26.727Z[ recovery-image] Dec 02 16:41:25.953 INFO O| Dec 02 16:41:25.953 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-12-02T16:41:26.744Z[ recovery-image] Dec 02 16:41:25.970 INFO O| Dec 02 16:41:25.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40362024-12-02T16:41:26.747Z[ recovery-image] Dec 02 16:41:25.972 INFO O| Dec 02 16:41:25.972 INFO STEP 12 (remove_files) COMPLETE
40372024-12-02T16:41:26.749Z[ recovery-image] Dec 02 16:41:25.973 INFO O| Dec 02 16:41:25.972 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40382024-12-02T16:41:26.811Z[ host-image] Dec 02 16:41:26.037 INFO O| Dec 02 16:41:26.037 INFO O| Done
40392024-12-02T16:41:26.827Z[ recovery-image] Dec 02 16:41:26.053 INFO O| Dec 02 16:41:26.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40402024-12-02T16:41:26.830Z[ recovery-image] Dec 02 16:41:26.057 INFO O| Dec 02 16:41:26.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40412024-12-02T16:41:26.887Z[ recovery-image] Dec 02 16:41:26.113 INFO O| Dec 02 16:41:26.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40422024-12-02T16:41:26.890Z[ recovery-image] Dec 02 16:41:26.116 INFO O| Dec 02 16:41:26.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40432024-12-02T16:41:27.123Z[ recovery-image] Dec 02 16:41:26.348 INFO O| Dec 02 16:41:26.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40442024-12-02T16:41:27.134Z[ recovery-image] Dec 02 16:41:26.360 INFO O| Dec 02 16:41:26.360 INFO STEP 13 (remove_files) COMPLETE
40452024-12-02T16:41:27.134Z[ recovery-image] Dec 02 16:41:26.360 INFO O| Dec 02 16:41:26.360 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40462024-12-02T16:41:27.150Z[ recovery-image] Dec 02 16:41:26.376 INFO O| Dec 02 16:41:26.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40472024-12-02T16:41:27.152Z[ recovery-image] Dec 02 16:41:26.378 INFO O| Dec 02 16:41:26.378 INFO STEP 14 (remove_files) COMPLETE
40482024-12-02T16:41:27.152Z[ recovery-image] Dec 02 16:41:26.378 INFO O| Dec 02 16:41:26.378 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-12-02T16:41:27.168Z[ recovery-image] Dec 02 16:41:26.394 INFO O| Dec 02 16:41:26.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40502024-12-02T16:41:27.178Z[ recovery-image] Dec 02 16:41:26.404 INFO O| Dec 02 16:41:26.404 INFO STEP 15 (remove_files) COMPLETE
40512024-12-02T16:41:27.178Z[ recovery-image] Dec 02 16:41:26.404 INFO O| Dec 02 16:41:26.404 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-12-02T16:41:27.193Z[ recovery-image] Dec 02 16:41:26.420 INFO O| Dec 02 16:41:26.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40532024-12-02T16:41:27.196Z[ recovery-image] Dec 02 16:41:26.420 INFO O| Dec 02 16:41:26.420 INFO STEP 16 (remove_files) COMPLETE
40542024-12-02T16:41:27.196Z[ recovery-image] Dec 02 16:41:26.420 INFO O| Dec 02 16:41:26.420 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40552024-12-02T16:41:27.206Z[ recovery-image] Dec 02 16:41:26.432 INFO O| Dec 02 16:41:26.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40562024-12-02T16:41:27.208Z[ recovery-image] Dec 02 16:41:26.434 INFO O| Dec 02 16:41:26.434 INFO STEP 17 (remove_files) COMPLETE
40572024-12-02T16:41:27.208Z[ recovery-image] Dec 02 16:41:26.434 INFO O| Dec 02 16:41:26.434 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40582024-12-02T16:41:27.225Z[ recovery-image] Dec 02 16:41:26.451 INFO O| Dec 02 16:41:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40592024-12-02T16:41:27.227Z[ recovery-image] Dec 02 16:41:26.451 INFO O| Dec 02 16:41:26.451 INFO STEP 18 (remove_files) COMPLETE
40602024-12-02T16:41:27.227Z[ recovery-image] Dec 02 16:41:26.451 INFO O| Dec 02 16:41:26.451 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40612024-12-02T16:41:27.241Z[ recovery-image] Dec 02 16:41:26.467 INFO O| Dec 02 16:41:26.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40622024-12-02T16:41:27.244Z[ recovery-image] Dec 02 16:41:26.467 INFO O| Dec 02 16:41:26.467 INFO STEP 19 (remove_files) COMPLETE
40632024-12-02T16:41:27.244Z[ recovery-image] Dec 02 16:41:26.467 INFO O| Dec 02 16:41:26.467 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40642024-12-02T16:41:27.247Z[ host-image] Dec 02 16:41:26.472 INFO O| Dec 02 16:41:26.472 INFO STEP 11 (pkg_install) COMPLETE
40652024-12-02T16:41:27.247Z[ host-image] Dec 02 16:41:26.472 INFO O| Dec 02 16:41:26.472 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40662024-12-02T16:41:27.256Z[ recovery-image] Dec 02 16:41:26.482 INFO O| Dec 02 16:41:26.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40672024-12-02T16:41:27.256Z[ recovery-image] Dec 02 16:41:26.482 INFO O| Dec 02 16:41:26.482 INFO STEP 20 (remove_files) COMPLETE
40682024-12-02T16:41:27.258Z[ recovery-image] Dec 02 16:41:26.482 INFO O| Dec 02 16:41:26.482 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-02T16:41:27.263Z[ host-image] Dec 02 16:41:26.489 INFO O| Dec 02 16:41:26.489 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
40702024-12-02T16:41:27.272Z[ recovery-image] Dec 02 16:41:26.498 INFO O| Dec 02 16:41:26.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40712024-12-02T16:41:27.272Z[ recovery-image] Dec 02 16:41:26.498 INFO O| Dec 02 16:41:26.498 INFO STEP 21 (remove_files) COMPLETE
40722024-12-02T16:41:27.274Z[ recovery-image] Dec 02 16:41:26.498 INFO O| Dec 02 16:41:26.498 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40732024-12-02T16:41:27.288Z[ recovery-image] Dec 02 16:41:26.514 INFO O| Dec 02 16:41:26.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40742024-12-02T16:41:27.288Z[ recovery-image] Dec 02 16:41:26.514 INFO O| Dec 02 16:41:26.514 INFO STEP 22 (remove_files) COMPLETE
40752024-12-02T16:41:27.290Z[ recovery-image] Dec 02 16:41:26.514 INFO O| Dec 02 16:41:26.514 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-12-02T16:41:27.303Z[ recovery-image] Dec 02 16:41:26.529 INFO O| Dec 02 16:41:26.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40772024-12-02T16:41:27.303Z[ recovery-image] Dec 02 16:41:26.529 INFO O| Dec 02 16:41:26.529 INFO STEP 23 (remove_files) COMPLETE
40782024-12-02T16:41:27.303Z[ recovery-image] Dec 02 16:41:26.530 INFO O| Dec 02 16:41:26.529 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40792024-12-02T16:41:27.319Z[ recovery-image] Dec 02 16:41:26.545 INFO O| Dec 02 16:41:26.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40802024-12-02T16:41:27.319Z[ recovery-image] Dec 02 16:41:26.545 INFO O| Dec 02 16:41:26.545 INFO STEP 24 (remove_files) COMPLETE
40812024-12-02T16:41:27.319Z[ recovery-image] Dec 02 16:41:26.545 INFO O| Dec 02 16:41:26.545 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-12-02T16:41:27.333Z[ recovery-image] Dec 02 16:41:26.559 INFO O| Dec 02 16:41:26.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
40832024-12-02T16:41:27.333Z[ recovery-image] Dec 02 16:41:26.560 INFO O| Dec 02 16:41:26.560 INFO STEP 25 (remove_files) COMPLETE
40842024-12-02T16:41:27.333Z[ recovery-image] Dec 02 16:41:26.560 INFO O| Dec 02 16:41:26.560 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-12-02T16:41:27.350Z[ recovery-image] Dec 02 16:41:26.576 INFO O| Dec 02 16:41:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
40862024-12-02T16:41:27.352Z[ recovery-image] Dec 02 16:41:26.576 INFO O| Dec 02 16:41:26.576 INFO STEP 26 (remove_files) COMPLETE
40872024-12-02T16:41:27.352Z[ recovery-image] Dec 02 16:41:26.576 INFO O| Dec 02 16:41:26.576 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-12-02T16:41:27.361Z[ recovery-image] Dec 02 16:41:26.588 INFO O| Dec 02 16:41:26.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
40892024-12-02T16:41:27.362Z[ recovery-image] Dec 02 16:41:26.588 INFO O| Dec 02 16:41:26.588 INFO STEP 27 (remove_files) COMPLETE
40902024-12-02T16:41:27.365Z[ recovery-image] Dec 02 16:41:26.588 INFO O| Dec 02 16:41:26.588 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-12-02T16:41:27.372Z[ recovery-image] Dec 02 16:41:26.598 INFO O| Dec 02 16:41:26.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
40922024-12-02T16:41:27.372Z[ recovery-image] Dec 02 16:41:26.598 INFO O| Dec 02 16:41:26.598 INFO STEP 28 (remove_files) COMPLETE
40932024-12-02T16:41:27.375Z[ recovery-image] Dec 02 16:41:26.599 INFO O| Dec 02 16:41:26.598 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40942024-12-02T16:41:27.386Z[ recovery-image] Dec 02 16:41:26.612 INFO O| Dec 02 16:41:26.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
40952024-12-02T16:41:27.386Z[ recovery-image] Dec 02 16:41:26.612 INFO O| Dec 02 16:41:26.612 INFO STEP 29 (remove_files) COMPLETE
40962024-12-02T16:41:27.386Z[ recovery-image] Dec 02 16:41:26.612 INFO O| Dec 02 16:41:26.612 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-02T16:41:27.402Z[ recovery-image] Dec 02 16:41:26.628 INFO O| Dec 02 16:41:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
40982024-12-02T16:41:27.402Z[ recovery-image] Dec 02 16:41:26.628 INFO O| Dec 02 16:41:26.628 INFO STEP 30 (remove_files) COMPLETE
40992024-12-02T16:41:27.402Z[ recovery-image] Dec 02 16:41:26.628 INFO O| Dec 02 16:41:26.628 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-12-02T16:41:27.417Z[ recovery-image] Dec 02 16:41:26.643 INFO O| Dec 02 16:41:26.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41012024-12-02T16:41:27.420Z[ recovery-image] Dec 02 16:41:26.643 INFO O| Dec 02 16:41:26.643 INFO STEP 31 (remove_files) COMPLETE
41022024-12-02T16:41:27.421Z[ recovery-image] Dec 02 16:41:26.643 INFO O| Dec 02 16:41:26.643 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-02T16:41:27.430Z[ recovery-image] Dec 02 16:41:26.656 INFO O| Dec 02 16:41:26.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41042024-12-02T16:41:27.430Z[ recovery-image] Dec 02 16:41:26.656 INFO O| Dec 02 16:41:26.656 INFO STEP 32 (remove_files) COMPLETE
41052024-12-02T16:41:27.433Z[ recovery-image] Dec 02 16:41:26.656 INFO O| Dec 02 16:41:26.656 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-12-02T16:41:27.444Z[ recovery-image] Dec 02 16:41:26.670 INFO O| Dec 02 16:41:26.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41072024-12-02T16:41:27.444Z[ recovery-image] Dec 02 16:41:26.670 INFO O| Dec 02 16:41:26.670 INFO STEP 33 (remove_files) COMPLETE
41082024-12-02T16:41:27.444Z[ recovery-image] Dec 02 16:41:26.670 INFO O| Dec 02 16:41:26.670 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-12-02T16:41:27.460Z[ recovery-image] Dec 02 16:41:26.686 INFO O| Dec 02 16:41:26.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41102024-12-02T16:41:27.462Z[ recovery-image] Dec 02 16:41:26.686 INFO O| Dec 02 16:41:26.686 INFO STEP 34 (remove_files) COMPLETE
41112024-12-02T16:41:27.462Z[ recovery-image] Dec 02 16:41:26.686 INFO O| Dec 02 16:41:26.686 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-12-02T16:41:27.475Z[ recovery-image] Dec 02 16:41:26.701 INFO O| Dec 02 16:41:26.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41132024-12-02T16:41:27.475Z[ recovery-image] Dec 02 16:41:26.701 INFO O| Dec 02 16:41:26.701 INFO STEP 35 (remove_files) COMPLETE
41142024-12-02T16:41:27.478Z[ recovery-image] Dec 02 16:41:26.701 INFO O| Dec 02 16:41:26.701 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-12-02T16:41:27.492Z[ recovery-image] Dec 02 16:41:26.718 INFO O| Dec 02 16:41:26.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41162024-12-02T16:41:27.492Z[ recovery-image] Dec 02 16:41:26.718 INFO O| Dec 02 16:41:26.718 INFO STEP 36 (remove_files) COMPLETE
41172024-12-02T16:41:27.493Z[ recovery-image] Dec 02 16:41:26.719 INFO O| Dec 02 16:41:26.718 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41182024-12-02T16:41:27.509Z[ recovery-image] Dec 02 16:41:26.735 INFO O| Dec 02 16:41:26.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41192024-12-02T16:41:27.509Z[ recovery-image] Dec 02 16:41:26.735 INFO O| Dec 02 16:41:26.735 INFO STEP 37 (remove_files) COMPLETE
41202024-12-02T16:41:27.512Z[ recovery-image] Dec 02 16:41:26.736 INFO O| Dec 02 16:41:26.735 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-12-02T16:41:27.524Z[ recovery-image] Dec 02 16:41:26.750 INFO O| Dec 02 16:41:26.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41222024-12-02T16:41:27.524Z[ recovery-image] Dec 02 16:41:26.750 INFO O| Dec 02 16:41:26.750 INFO STEP 38 (remove_files) COMPLETE
41232024-12-02T16:41:27.527Z[ recovery-image] Dec 02 16:41:26.750 INFO O| Dec 02 16:41:26.750 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-02T16:41:27.542Z[ recovery-image] Dec 02 16:41:26.767 INFO O| Dec 02 16:41:26.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41252024-12-02T16:41:27.543Z[ recovery-image] Dec 02 16:41:26.767 INFO O| Dec 02 16:41:26.767 INFO STEP 39 (remove_files) COMPLETE
41262024-12-02T16:41:27.543Z[ recovery-image] Dec 02 16:41:26.767 INFO O| Dec 02 16:41:26.767 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272024-12-02T16:41:27.559Z[ recovery-image] Dec 02 16:41:26.784 INFO O| Dec 02 16:41:26.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41282024-12-02T16:41:27.560Z[ recovery-image] Dec 02 16:41:26.784 INFO O| Dec 02 16:41:26.784 INFO STEP 40 (remove_files) COMPLETE
41292024-12-02T16:41:27.560Z[ recovery-image] Dec 02 16:41:26.784 INFO O| Dec 02 16:41:26.784 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41302024-12-02T16:41:27.570Z[ recovery-image] Dec 02 16:41:26.796 INFO O| Dec 02 16:41:26.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41312024-12-02T16:41:27.570Z[ recovery-image] Dec 02 16:41:26.796 INFO O| Dec 02 16:41:26.796 INFO STEP 41 (remove_files) COMPLETE
41322024-12-02T16:41:27.573Z[ recovery-image] Dec 02 16:41:26.796 INFO O| Dec 02 16:41:26.796 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41332024-12-02T16:41:27.584Z[ recovery-image] Dec 02 16:41:26.810 INFO O| Dec 02 16:41:26.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41342024-12-02T16:41:27.586Z[ recovery-image] Dec 02 16:41:26.810 INFO O| Dec 02 16:41:26.810 INFO STEP 42 (remove_files) COMPLETE
41352024-12-02T16:41:27.586Z[ recovery-image] Dec 02 16:41:26.810 INFO O| Dec 02 16:41:26.810 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41362024-12-02T16:41:27.595Z[ recovery-image] Dec 02 16:41:26.821 INFO O| Dec 02 16:41:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41372024-12-02T16:41:27.596Z[ recovery-image] Dec 02 16:41:26.821 INFO O| Dec 02 16:41:26.821 INFO STEP 43 (remove_files) COMPLETE
41382024-12-02T16:41:27.598Z[ recovery-image] Dec 02 16:41:26.821 INFO O| Dec 02 16:41:26.821 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41392024-12-02T16:41:27.607Z[ recovery-image] Dec 02 16:41:26.833 INFO O| Dec 02 16:41:26.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41402024-12-02T16:41:27.610Z[ recovery-image] Dec 02 16:41:26.835 INFO O| Dec 02 16:41:26.835 INFO STEP 44 (remove_files) COMPLETE
41412024-12-02T16:41:27.610Z[ recovery-image] Dec 02 16:41:26.835 INFO O| Dec 02 16:41:26.835 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422024-12-02T16:41:27.620Z[ recovery-image] Dec 02 16:41:26.846 INFO O| Dec 02 16:41:26.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41432024-12-02T16:41:27.620Z[ recovery-image] Dec 02 16:41:26.846 INFO O| Dec 02 16:41:26.846 INFO STEP 45 (remove_files) COMPLETE
41442024-12-02T16:41:27.620Z[ recovery-image] Dec 02 16:41:26.846 INFO O| Dec 02 16:41:26.846 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-02T16:41:27.636Z[ recovery-image] Dec 02 16:41:26.861 INFO O| Dec 02 16:41:26.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41462024-12-02T16:41:27.636Z[ recovery-image] Dec 02 16:41:26.861 INFO O| Dec 02 16:41:26.861 INFO STEP 46 (remove_files) COMPLETE
41472024-12-02T16:41:27.639Z[ recovery-image] Dec 02 16:41:26.861 INFO O| Dec 02 16:41:26.861 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-02T16:41:27.652Z[ recovery-image] Dec 02 16:41:26.878 INFO O| Dec 02 16:41:26.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41492024-12-02T16:41:27.652Z[ recovery-image] Dec 02 16:41:26.878 INFO O| Dec 02 16:41:26.878 INFO STEP 47 (remove_files) COMPLETE
41502024-12-02T16:41:27.652Z[ recovery-image] Dec 02 16:41:26.878 INFO O| Dec 02 16:41:26.878 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-02T16:41:27.668Z[ recovery-image] Dec 02 16:41:26.894 INFO O| Dec 02 16:41:26.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41522024-12-02T16:41:27.668Z[ recovery-image] Dec 02 16:41:26.894 INFO O| Dec 02 16:41:26.894 INFO STEP 48 (remove_files) COMPLETE
41532024-12-02T16:41:27.668Z[ recovery-image] Dec 02 16:41:26.894 INFO O| Dec 02 16:41:26.894 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-02T16:41:27.681Z[ recovery-image] Dec 02 16:41:26.907 INFO O| Dec 02 16:41:26.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41552024-12-02T16:41:27.681Z[ recovery-image] Dec 02 16:41:26.908 INFO O| Dec 02 16:41:26.908 INFO STEP 49 (remove_files) COMPLETE
41562024-12-02T16:41:27.684Z[ recovery-image] Dec 02 16:41:26.908 INFO O| Dec 02 16:41:26.908 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-02T16:41:27.692Z[ recovery-image] Dec 02 16:41:26.918 INFO O| Dec 02 16:41:26.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41582024-12-02T16:41:27.692Z[ recovery-image] Dec 02 16:41:26.918 INFO O| Dec 02 16:41:26.918 INFO STEP 50 (remove_files) COMPLETE
41592024-12-02T16:41:27.694Z[ recovery-image] Dec 02 16:41:26.918 INFO O| Dec 02 16:41:26.918 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-02T16:41:27.707Z[ recovery-image] Dec 02 16:41:26.933 INFO O| Dec 02 16:41:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41612024-12-02T16:41:27.707Z[ recovery-image] Dec 02 16:41:26.933 INFO O| Dec 02 16:41:26.933 INFO STEP 51 (remove_files) COMPLETE
41622024-12-02T16:41:27.710Z[ recovery-image] Dec 02 16:41:26.933 INFO O| Dec 02 16:41:26.933 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-02T16:41:27.718Z[ recovery-image] Dec 02 16:41:26.944 INFO O| Dec 02 16:41:26.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41642024-12-02T16:41:27.718Z[ recovery-image] Dec 02 16:41:26.944 INFO O| Dec 02 16:41:26.944 INFO STEP 52 (remove_files) COMPLETE
41652024-12-02T16:41:27.718Z[ recovery-image] Dec 02 16:41:26.944 INFO O| Dec 02 16:41:26.944 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-02T16:41:27.733Z[ recovery-image] Dec 02 16:41:26.959 INFO O| Dec 02 16:41:26.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41672024-12-02T16:41:27.733Z[ recovery-image] Dec 02 16:41:26.959 INFO O| Dec 02 16:41:26.959 INFO STEP 53 (remove_files) COMPLETE
41682024-12-02T16:41:27.735Z[ recovery-image] Dec 02 16:41:26.959 INFO O| Dec 02 16:41:26.959 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-02T16:41:27.746Z[ recovery-image] Dec 02 16:41:26.972 INFO O| Dec 02 16:41:26.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41702024-12-02T16:41:27.746Z[ recovery-image] Dec 02 16:41:26.973 INFO O| Dec 02 16:41:26.972 INFO STEP 54 (remove_files) COMPLETE
41712024-12-02T16:41:27.749Z[ recovery-image] Dec 02 16:41:26.973 INFO O| Dec 02 16:41:26.973 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-02T16:41:27.760Z[ recovery-image] Dec 02 16:41:26.986 INFO O| Dec 02 16:41:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41732024-12-02T16:41:27.760Z[ recovery-image] Dec 02 16:41:26.986 INFO O| Dec 02 16:41:26.986 INFO STEP 55 (remove_files) COMPLETE
41742024-12-02T16:41:27.763Z[ recovery-image] Dec 02 16:41:26.986 INFO O| Dec 02 16:41:26.986 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-02T16:41:27.771Z[ recovery-image] Dec 02 16:41:26.997 INFO O| Dec 02 16:41:26.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41762024-12-02T16:41:27.771Z[ recovery-image] Dec 02 16:41:26.998 INFO O| Dec 02 16:41:26.997 INFO STEP 56 (remove_files) COMPLETE
41772024-12-02T16:41:27.774Z[ recovery-image] Dec 02 16:41:26.998 INFO O| Dec 02 16:41:26.998 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-02T16:41:27.783Z[ recovery-image] Dec 02 16:41:27.009 INFO O| Dec 02 16:41:27.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41792024-12-02T16:41:27.783Z[ recovery-image] Dec 02 16:41:27.009 INFO O| Dec 02 16:41:27.009 INFO STEP 57 (remove_files) COMPLETE
41802024-12-02T16:41:27.785Z[ recovery-image] Dec 02 16:41:27.009 INFO O| Dec 02 16:41:27.009 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-02T16:41:27.796Z[ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.021 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41822024-12-02T16:41:27.796Z[ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
41832024-12-02T16:41:27.796Z[ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41842024-12-02T16:41:27.798Z[ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41852024-12-02T16:41:27.798Z[ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41862024-12-02T16:41:27.798Z[ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41872024-12-02T16:41:27.798Z[ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO ok!
41882024-12-02T16:41:27.798Z[ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO STEP 58 (ensure_file) COMPLETE
41892024-12-02T16:41:27.798Z[ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-02T16:41:27.809Z[ recovery-image] Dec 02 16:41:27.034 INFO O| Dec 02 16:41:27.034 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
41912024-12-02T16:41:27.809Z[ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.034 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
41922024-12-02T16:41:27.811Z[ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41932024-12-02T16:41:27.811Z[ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41942024-12-02T16:41:27.811Z[ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41952024-12-02T16:41:27.811Z[ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41962024-12-02T16:41:27.811Z[ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO ok!
41972024-12-02T16:41:27.811Z[ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO STEP 59 (ensure_file) COMPLETE
41982024-12-02T16:41:27.811Z[ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-02T16:41:27.820Z[ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42002024-12-02T16:41:27.820Z[ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42012024-12-02T16:41:27.822Z[ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42022024-12-02T16:41:27.822Z[ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO ok!
42032024-12-02T16:41:27.822Z[ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO STEP 60 (ensure_file) COMPLETE
42042024-12-02T16:41:27.822Z[ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-02T16:41:27.836Z[ recovery-image] Dec 02 16:41:27.061 INFO O| Dec 02 16:41:27.061 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42062024-12-02T16:41:27.836Z[ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42072024-12-02T16:41:27.837Z[ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42082024-12-02T16:41:27.839Z[ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO ok!
42092024-12-02T16:41:27.839Z[ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO STEP 61 (ensure_file) COMPLETE
42102024-12-02T16:41:27.839Z[ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-02T16:41:27.849Z[ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42122024-12-02T16:41:27.849Z[ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42132024-12-02T16:41:27.852Z[ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42142024-12-02T16:41:27.852Z[ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42152024-12-02T16:41:27.852Z[ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO ok!
42162024-12-02T16:41:27.852Z[ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO STEP 62 (ensure_file) COMPLETE
42172024-12-02T16:41:27.852Z[ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182024-12-02T16:41:27.860Z[ recovery-image] Dec 02 16:41:27.086 INFO O| Dec 02 16:41:27.086 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42192024-12-02T16:41:27.863Z[ recovery-image] Dec 02 16:41:27.086 INFO O| Dec 02 16:41:27.086 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42202024-12-02T16:41:27.863Z[ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.086 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42212024-12-02T16:41:27.863Z[ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.087 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42222024-12-02T16:41:27.863Z[ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.087 INFO ok!
42232024-12-02T16:41:27.863Z[ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.087 INFO STEP 63 (ensure_file) COMPLETE
42242024-12-02T16:41:27.863Z[ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.087 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42252024-12-02T16:41:27.872Z[ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42262024-12-02T16:41:27.872Z[ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42272024-12-02T16:41:27.874Z[ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42282024-12-02T16:41:27.874Z[ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO ok!
42292024-12-02T16:41:27.874Z[ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO STEP 64 (assemble_files) COMPLETE
42302024-12-02T16:41:27.874Z[ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312024-12-02T16:41:27.882Z[ recovery-image] Dec 02 16:41:27.108 INFO O| Dec 02 16:41:27.108 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42322024-12-02T16:41:27.882Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.108 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42332024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42342024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42352024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO ok!
42362024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 65 (ensure_file) COMPLETE
42372024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO skip step because feature "omicron1" is not enabled
42392024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO skip step because feature "omicron1" is not enabled
42412024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO skip step because feature "omicron1" is not enabled
42432024-12-02T16:41:27.885Z[ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-02T16:41:27.904Z[ recovery-image] Dec 02 16:41:27.130 INFO O| Dec 02 16:41:27.130 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42452024-12-02T16:41:27.904Z[ recovery-image] Dec 02 16:41:27.130 INFO O| Dec 02 16:41:27.130 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42462024-12-02T16:41:27.929Z[ host-image] Dec 02 16:41:27.155 INFO O| Dec 02 16:41:27.155 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42472024-12-02T16:41:29.434Z[ recovery-image] Dec 02 16:41:28.659 INFO O| Dec 02 16:41:28.659 INFO STEP 69 (pack_tar) COMPLETE
42482024-12-02T16:41:29.434Z[ recovery-image] Dec 02 16:41:28.660 INFO O| Dec 02 16:41:28.659 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42492024-12-02T16:41:29.436Z[ recovery-image] Dec 02 16:41:28.660 INFO O| Dec 02 16:41:28.659 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42502024-12-02T16:41:29.897Z[ recovery-image] Dec 02 16:41:29.123 INFO O| Dec 02 16:41:29.123 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42512024-12-02T16:41:29.970Z[ recovery-image] Dec 02 16:41:29.195 INFO O| Dec 02 16:41:29.195 INFO completed processing gimlet/ramdisk-02-trim
42522024-12-02T16:41:29.972Z[ recovery-image] Dec 02 16:41:29.198 INFO image builder template: ramdisk-03-recovery-trim...
42532024-12-02T16:41:29.972Z[ recovery-image] Dec 02 16:41:29.198 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/.tmpcAIMQT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.301", "-n", "ramdisk-03-recovery-trim"], pwd: None
42542024-12-02T16:41:30.080Z[ recovery-image] Dec 02 16:41:29.306 INFO O| Dec 02 16:41:29.306 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42552024-12-02T16:41:30.084Z[ recovery-image] Dec 02 16:41:29.310 INFO O| Dec 02 16:41:29.310 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42562024-12-02T16:41:30.156Z[ recovery-image] Dec 02 16:41:29.382 INFO O| Dec 02 16:41:29.381 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42572024-12-02T16:41:30.205Z[ recovery-image] Dec 02 16:41:29.430 INFO O| Dec 02 16:41:29.430 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42582024-12-02T16:41:30.208Z[ recovery-image] Dec 02 16:41:29.431 INFO O| Dec 02 16:41:29.430 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42592024-12-02T16:41:30.213Z[ recovery-image] Dec 02 16:41:29.439 INFO O| Dec 02 16:41:29.439 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42602024-12-02T16:41:30.218Z[ recovery-image] Dec 02 16:41:29.443 INFO O| Dec 02 16:41:29.443 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42612024-12-02T16:41:30.223Z[ recovery-image] Dec 02 16:41:29.449 INFO O| Dec 02 16:41:29.449 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42622024-12-02T16:41:30.438Z[ recovery-image] Dec 02 16:41:29.664 INFO O| Dec 02 16:41:29.664 INFO rolled back to input snapshot; work may begin
42632024-12-02T16:41:30.438Z[ recovery-image] Dec 02 16:41:29.664 INFO O| Dec 02 16:41:29.664 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42642024-12-02T16:41:30.444Z[ recovery-image] Dec 02 16:41:29.670 INFO O| Dec 02 16:41:29.669 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-12-02T16:41:30.454Z[ recovery-image] Dec 02 16:41:29.680 INFO O| Dec 02 16:41:29.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42662024-12-02T16:41:30.457Z[ recovery-image] Dec 02 16:41:29.683 INFO O| Dec 02 16:41:29.683 INFO STEP 0 (remove_files) COMPLETE
42672024-12-02T16:41:30.457Z[ recovery-image] Dec 02 16:41:29.683 INFO O| Dec 02 16:41:29.683 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-12-02T16:41:30.470Z[ recovery-image] Dec 02 16:41:29.696 INFO O| Dec 02 16:41:29.696 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42692024-12-02T16:41:30.512Z[ host-image] Dec 02 16:41:29.738 INFO O| Dec 02 16:41:29.738 INFO O| Planning: Solver setup ... Done
42702024-12-02T16:41:30.516Z[ host-image] Dec 02 16:41:29.742 INFO O| Dec 02 16:41:29.742 INFO O| Planning: Running solver ... Done
42712024-12-02T16:41:30.520Z[ recovery-image] Dec 02 16:41:29.746 INFO O| Dec 02 16:41:29.746 INFO STEP 1 (remove_files) COMPLETE
42722024-12-02T16:41:30.520Z[ recovery-image] Dec 02 16:41:29.746 INFO O| Dec 02 16:41:29.746 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-12-02T16:41:30.534Z[ recovery-image] Dec 02 16:41:29.760 INFO O| Dec 02 16:41:29.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42742024-12-02T16:41:30.536Z[ recovery-image] Dec 02 16:41:29.761 INFO O| Dec 02 16:41:29.761 INFO STEP 2 (remove_files) COMPLETE
42752024-12-02T16:41:30.536Z[ recovery-image] Dec 02 16:41:29.761 INFO O| Dec 02 16:41:29.761 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-12-02T16:41:30.547Z[ recovery-image] Dec 02 16:41:29.773 INFO O| Dec 02 16:41:29.773 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
42772024-12-02T16:41:30.582Z[ host-image] Dec 02 16:41:29.808 INFO O| Dec 02 16:41:29.808 INFO O| Planning: Finding local manifests ... Done
42782024-12-02T16:41:30.585Z[ host-image] Dec 02 16:41:29.809 INFO O| Dec 02 16:41:29.809 INFO O| Planning: Fetching manifests: 0/5 0% complete
42792024-12-02T16:41:30.585Z[ recovery-image] Dec 02 16:41:29.810 INFO O| Dec 02 16:41:29.810 INFO STEP 3 (remove_files) COMPLETE
42802024-12-02T16:41:30.585Z[ recovery-image] Dec 02 16:41:29.810 INFO O| Dec 02 16:41:29.810 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-12-02T16:41:30.598Z[ recovery-image] Dec 02 16:41:29.823 INFO O| Dec 02 16:41:29.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
42822024-12-02T16:41:30.609Z[ recovery-image] Dec 02 16:41:29.834 INFO O| Dec 02 16:41:29.834 INFO STEP 4 (remove_files) COMPLETE
42832024-12-02T16:41:30.609Z[ recovery-image] Dec 02 16:41:29.834 INFO O| Dec 02 16:41:29.834 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-12-02T16:41:30.621Z[ recovery-image] Dec 02 16:41:29.847 INFO O| Dec 02 16:41:29.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
42852024-12-02T16:41:30.625Z[ recovery-image] Dec 02 16:41:29.850 INFO O| Dec 02 16:41:29.850 INFO STEP 5 (remove_files) COMPLETE
42862024-12-02T16:41:30.625Z[ recovery-image] Dec 02 16:41:29.850 INFO O| Dec 02 16:41:29.850 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-12-02T16:41:30.636Z[ recovery-image] Dec 02 16:41:29.862 INFO O| Dec 02 16:41:29.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
42882024-12-02T16:41:30.639Z[ recovery-image] Dec 02 16:41:29.864 INFO O| Dec 02 16:41:29.864 INFO STEP 6 (remove_files) COMPLETE
42892024-12-02T16:41:30.639Z[ recovery-image] Dec 02 16:41:29.864 INFO O| Dec 02 16:41:29.864 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-12-02T16:41:30.650Z[ recovery-image] Dec 02 16:41:29.876 INFO O| Dec 02 16:41:29.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
42912024-12-02T16:41:30.652Z[ recovery-image] Dec 02 16:41:29.877 INFO O| Dec 02 16:41:29.877 INFO STEP 7 (remove_files) COMPLETE
42922024-12-02T16:41:30.652Z[ recovery-image] Dec 02 16:41:29.877 INFO O| Dec 02 16:41:29.877 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-12-02T16:41:30.662Z[ recovery-image] Dec 02 16:41:29.887 INFO O| Dec 02 16:41:29.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
42942024-12-02T16:41:30.665Z[ recovery-image] Dec 02 16:41:29.891 INFO O| Dec 02 16:41:29.891 INFO STEP 8 (remove_files) COMPLETE
42952024-12-02T16:41:30.665Z[ recovery-image] Dec 02 16:41:29.891 INFO O| Dec 02 16:41:29.891 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-12-02T16:41:30.676Z[ recovery-image] Dec 02 16:41:29.902 INFO O| Dec 02 16:41:29.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
42972024-12-02T16:41:30.679Z[ recovery-image] Dec 02 16:41:29.902 INFO O| Dec 02 16:41:29.902 INFO STEP 9 (remove_files) COMPLETE
42982024-12-02T16:41:30.679Z[ recovery-image] Dec 02 16:41:29.902 INFO O| Dec 02 16:41:29.902 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-12-02T16:41:30.690Z[ recovery-image] Dec 02 16:41:29.915 INFO O| Dec 02 16:41:29.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43002024-12-02T16:41:30.692Z[ recovery-image] Dec 02 16:41:29.916 INFO O| Dec 02 16:41:29.916 INFO STEP 10 (remove_files) COMPLETE
43012024-12-02T16:41:30.692Z[ recovery-image] Dec 02 16:41:29.916 INFO O| Dec 02 16:41:29.916 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-12-02T16:41:30.704Z[ recovery-image] Dec 02 16:41:29.930 INFO O| Dec 02 16:41:29.930 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43032024-12-02T16:41:30.730Z[ host-image] Dec 02 16:41:29.956 INFO O| Dec 02 16:41:29.956 INFO O| Planning: Fetching manifests: 5/5 100% complete
43042024-12-02T16:41:30.751Z[ recovery-image] Dec 02 16:41:29.975 INFO O| Dec 02 16:41:29.975 INFO STEP 11 (remove_files) COMPLETE
43052024-12-02T16:41:30.751Z[ recovery-image] Dec 02 16:41:29.975 INFO O| Dec 02 16:41:29.975 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-12-02T16:41:30.756Z[ host-image] Dec 02 16:41:29.981 INFO O| Dec 02 16:41:29.981 INFO O| Planning: Package planning ... Done
43072024-12-02T16:41:30.759Z[ host-image] Dec 02 16:41:29.985 INFO O| Dec 02 16:41:29.985 INFO O| Planning: Merging actions ... Done
43082024-12-02T16:41:30.762Z[ recovery-image] Dec 02 16:41:29.987 INFO O| Dec 02 16:41:29.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43092024-12-02T16:41:30.764Z[ recovery-image] Dec 02 16:41:29.988 INFO O| Dec 02 16:41:29.988 INFO STEP 12 (remove_files) COMPLETE
43102024-12-02T16:41:30.764Z[ recovery-image] Dec 02 16:41:29.988 INFO O| Dec 02 16:41:29.988 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-12-02T16:41:30.773Z[ recovery-image] Dec 02 16:41:29.999 INFO O| Dec 02 16:41:29.999 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43122024-12-02T16:41:30.776Z[ recovery-image] Dec 02 16:41:30.001 INFO O| Dec 02 16:41:30.001 INFO STEP 13 (remove_files) COMPLETE
43132024-12-02T16:41:30.776Z[ recovery-image] Dec 02 16:41:30.002 INFO O| Dec 02 16:41:30.001 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-12-02T16:41:30.790Z[ recovery-image] Dec 02 16:41:30.015 INFO O| Dec 02 16:41:30.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43152024-12-02T16:41:30.792Z[ recovery-image] Dec 02 16:41:30.016 INFO O| Dec 02 16:41:30.016 INFO STEP 14 (remove_files) COMPLETE
43162024-12-02T16:41:30.792Z[ recovery-image] Dec 02 16:41:30.016 INFO O| Dec 02 16:41:30.016 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-12-02T16:41:30.803Z[ recovery-image] Dec 02 16:41:30.029 INFO O| Dec 02 16:41:30.029 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43182024-12-02T16:41:30.806Z[ recovery-image] Dec 02 16:41:30.030 INFO O| Dec 02 16:41:30.030 INFO STEP 15 (remove_files) COMPLETE
43192024-12-02T16:41:30.806Z[ recovery-image] Dec 02 16:41:30.030 INFO O| Dec 02 16:41:30.030 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-12-02T16:41:30.817Z[ recovery-image] Dec 02 16:41:30.043 INFO O| Dec 02 16:41:30.043 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43212024-12-02T16:41:30.824Z[ recovery-image] Dec 02 16:41:30.050 INFO O| Dec 02 16:41:30.050 INFO STEP 16 (remove_files) COMPLETE
43222024-12-02T16:41:30.824Z[ recovery-image] Dec 02 16:41:30.050 INFO O| Dec 02 16:41:30.050 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-12-02T16:41:30.837Z[ recovery-image] Dec 02 16:41:30.063 INFO O| Dec 02 16:41:30.063 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43242024-12-02T16:41:30.840Z[ recovery-image] Dec 02 16:41:30.063 INFO O| Dec 02 16:41:30.063 INFO STEP 17 (remove_files) COMPLETE
43252024-12-02T16:41:30.840Z[ recovery-image] Dec 02 16:41:30.063 INFO O| Dec 02 16:41:30.063 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-12-02T16:41:30.843Z[ host-image] Dec 02 16:41:30.069 INFO O| Dec 02 16:41:30.069 INFO O| Planning: Checking for conflicting actions ... Done
43272024-12-02T16:41:30.846Z[ host-image] Dec 02 16:41:30.071 INFO O| Dec 02 16:41:30.071 INFO O| Planning: Consolidating action changes ... Done
43282024-12-02T16:41:30.849Z[ recovery-image] Dec 02 16:41:30.075 INFO O| Dec 02 16:41:30.075 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43292024-12-02T16:41:30.852Z[ recovery-image] Dec 02 16:41:30.075 INFO O| Dec 02 16:41:30.075 INFO STEP 18 (remove_files) COMPLETE
43302024-12-02T16:41:30.852Z[ recovery-image] Dec 02 16:41:30.075 INFO O| Dec 02 16:41:30.075 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-02T16:41:30.861Z[ recovery-image] Dec 02 16:41:30.087 INFO O| Dec 02 16:41:30.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43322024-12-02T16:41:30.901Z[ recovery-image] Dec 02 16:41:30.126 INFO O| Dec 02 16:41:30.126 INFO STEP 19 (remove_files) COMPLETE
43332024-12-02T16:41:30.901Z[ recovery-image] Dec 02 16:41:30.126 INFO O| Dec 02 16:41:30.126 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-02T16:41:30.915Z[ recovery-image] Dec 02 16:41:30.140 INFO O| Dec 02 16:41:30.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43352024-12-02T16:41:30.917Z[ recovery-image] Dec 02 16:41:30.141 INFO O| Dec 02 16:41:30.141 INFO STEP 20 (remove_files) COMPLETE
43362024-12-02T16:41:30.918Z[ recovery-image] Dec 02 16:41:30.141 INFO O| Dec 02 16:41:30.141 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-02T16:41:30.927Z[ recovery-image] Dec 02 16:41:30.153 INFO O| Dec 02 16:41:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43382024-12-02T16:41:30.930Z[ recovery-image] Dec 02 16:41:30.153 INFO O| Dec 02 16:41:30.153 INFO STEP 21 (remove_files) COMPLETE
43392024-12-02T16:41:30.930Z[ recovery-image] Dec 02 16:41:30.153 INFO O| Dec 02 16:41:30.153 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-02T16:41:30.938Z[ recovery-image] Dec 02 16:41:30.164 INFO O| Dec 02 16:41:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43412024-12-02T16:41:30.940Z[ recovery-image] Dec 02 16:41:30.164 INFO O| Dec 02 16:41:30.164 INFO STEP 22 (remove_files) COMPLETE
43422024-12-02T16:41:30.940Z[ recovery-image] Dec 02 16:41:30.164 INFO O| Dec 02 16:41:30.164 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-02T16:41:30.950Z[ recovery-image] Dec 02 16:41:30.176 INFO O| Dec 02 16:41:30.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43442024-12-02T16:41:30.953Z[ recovery-image] Dec 02 16:41:30.176 INFO O| Dec 02 16:41:30.176 INFO STEP 23 (remove_files) COMPLETE
43452024-12-02T16:41:30.953Z[ recovery-image] Dec 02 16:41:30.176 INFO O| Dec 02 16:41:30.176 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-02T16:41:30.963Z[ recovery-image] Dec 02 16:41:30.188 INFO O| Dec 02 16:41:30.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43472024-12-02T16:41:30.963Z[ recovery-image] Dec 02 16:41:30.188 INFO O| Dec 02 16:41:30.188 INFO STEP 24 (remove_files) COMPLETE
43482024-12-02T16:41:30.965Z[ recovery-image] Dec 02 16:41:30.188 INFO O| Dec 02 16:41:30.188 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-02T16:41:30.974Z[ recovery-image] Dec 02 16:41:30.200 INFO O| Dec 02 16:41:30.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43502024-12-02T16:41:30.974Z[ recovery-image] Dec 02 16:41:30.200 INFO O| Dec 02 16:41:30.200 INFO STEP 25 (remove_files) COMPLETE
43512024-12-02T16:41:30.977Z[ recovery-image] Dec 02 16:41:30.200 INFO O| Dec 02 16:41:30.200 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-02T16:41:30.987Z[ recovery-image] Dec 02 16:41:30.213 INFO O| Dec 02 16:41:30.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43532024-12-02T16:41:30.987Z[ recovery-image] Dec 02 16:41:30.213 INFO O| Dec 02 16:41:30.213 INFO STEP 26 (remove_files) COMPLETE
43542024-12-02T16:41:30.989Z[ recovery-image] Dec 02 16:41:30.213 INFO O| Dec 02 16:41:30.213 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-02T16:41:31.000Z[ recovery-image] Dec 02 16:41:30.225 INFO O| Dec 02 16:41:30.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43562024-12-02T16:41:31.003Z[ recovery-image] Dec 02 16:41:30.226 INFO O| Dec 02 16:41:30.226 INFO STEP 27 (remove_files) COMPLETE
43572024-12-02T16:41:31.003Z[ recovery-image] Dec 02 16:41:30.226 INFO O| Dec 02 16:41:30.226 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-02T16:41:31.012Z[ recovery-image] Dec 02 16:41:30.238 INFO O| Dec 02 16:41:30.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43592024-12-02T16:41:31.016Z[ recovery-image] Dec 02 16:41:30.239 INFO O| Dec 02 16:41:30.239 INFO STEP 28 (remove_files) COMPLETE
43602024-12-02T16:41:31.017Z[ recovery-image] Dec 02 16:41:30.239 INFO O| Dec 02 16:41:30.239 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-02T16:41:31.024Z[ recovery-image] Dec 02 16:41:30.250 INFO O| Dec 02 16:41:30.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43622024-12-02T16:41:31.025Z[ recovery-image] Dec 02 16:41:30.250 INFO O| Dec 02 16:41:30.250 INFO STEP 29 (remove_files) COMPLETE
43632024-12-02T16:41:31.028Z[ recovery-image] Dec 02 16:41:30.250 INFO O| Dec 02 16:41:30.250 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-02T16:41:31.035Z[ recovery-image] Dec 02 16:41:30.261 INFO O| Dec 02 16:41:30.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43652024-12-02T16:41:31.035Z[ recovery-image] Dec 02 16:41:30.261 INFO O| Dec 02 16:41:30.261 INFO STEP 30 (remove_files) COMPLETE
43662024-12-02T16:41:31.038Z[ recovery-image] Dec 02 16:41:30.261 INFO O| Dec 02 16:41:30.261 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-02T16:41:31.047Z[ recovery-image] Dec 02 16:41:30.272 INFO O| Dec 02 16:41:30.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43682024-12-02T16:41:31.049Z[ recovery-image] Dec 02 16:41:30.272 INFO O| Dec 02 16:41:30.272 INFO STEP 31 (remove_files) COMPLETE
43692024-12-02T16:41:31.049Z[ recovery-image] Dec 02 16:41:30.272 INFO O| Dec 02 16:41:30.272 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-02T16:41:31.056Z[ recovery-image] Dec 02 16:41:30.282 INFO O| Dec 02 16:41:30.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43712024-12-02T16:41:31.058Z[ recovery-image] Dec 02 16:41:30.283 INFO O| Dec 02 16:41:30.283 INFO STEP 32 (remove_files) COMPLETE
43722024-12-02T16:41:31.058Z[ recovery-image] Dec 02 16:41:30.283 INFO O| Dec 02 16:41:30.283 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-02T16:41:31.067Z[ recovery-image] Dec 02 16:41:30.293 INFO O| Dec 02 16:41:30.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43742024-12-02T16:41:31.067Z[ recovery-image] Dec 02 16:41:30.293 INFO O| Dec 02 16:41:30.293 INFO STEP 33 (remove_files) COMPLETE
43752024-12-02T16:41:31.070Z[ recovery-image] Dec 02 16:41:30.293 INFO O| Dec 02 16:41:30.293 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-02T16:41:31.077Z[ recovery-image] Dec 02 16:41:30.303 INFO O| Dec 02 16:41:30.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43772024-12-02T16:41:31.079Z[ recovery-image] Dec 02 16:41:30.303 INFO O| Dec 02 16:41:30.303 INFO STEP 34 (remove_files) COMPLETE
43782024-12-02T16:41:31.079Z[ recovery-image] Dec 02 16:41:30.303 INFO O| Dec 02 16:41:30.303 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-02T16:41:31.087Z[ recovery-image] Dec 02 16:41:30.313 INFO O| Dec 02 16:41:30.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
43802024-12-02T16:41:31.090Z[ recovery-image] Dec 02 16:41:30.314 INFO O| Dec 02 16:41:30.313 INFO STEP 35 (remove_files) COMPLETE
43812024-12-02T16:41:31.090Z[ recovery-image] Dec 02 16:41:30.314 INFO O| Dec 02 16:41:30.313 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-02T16:41:31.098Z[ recovery-image] Dec 02 16:41:30.323 INFO O| Dec 02 16:41:30.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
43832024-12-02T16:41:31.101Z[ recovery-image] Dec 02 16:41:30.324 INFO O| Dec 02 16:41:30.324 INFO STEP 36 (remove_files) COMPLETE
43842024-12-02T16:41:31.101Z[ recovery-image] Dec 02 16:41:30.324 INFO O| Dec 02 16:41:30.324 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-02T16:41:31.108Z[ recovery-image] Dec 02 16:41:30.334 INFO O| Dec 02 16:41:30.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
43862024-12-02T16:41:31.111Z[ recovery-image] Dec 02 16:41:30.334 INFO O| Dec 02 16:41:30.334 INFO STEP 37 (remove_files) COMPLETE
43872024-12-02T16:41:31.111Z[ recovery-image] Dec 02 16:41:30.334 INFO O| Dec 02 16:41:30.334 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-02T16:41:31.118Z[ recovery-image] Dec 02 16:41:30.344 INFO O| Dec 02 16:41:30.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
43892024-12-02T16:41:31.118Z[ recovery-image] Dec 02 16:41:30.344 INFO O| Dec 02 16:41:30.344 INFO STEP 38 (remove_files) COMPLETE
43902024-12-02T16:41:31.121Z[ recovery-image] Dec 02 16:41:30.344 INFO O| Dec 02 16:41:30.344 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-02T16:41:31.130Z[ recovery-image] Dec 02 16:41:30.356 INFO O| Dec 02 16:41:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
43922024-12-02T16:41:31.131Z[ recovery-image] Dec 02 16:41:30.356 INFO O| Dec 02 16:41:30.356 INFO STEP 39 (remove_files) COMPLETE
43932024-12-02T16:41:31.134Z[ recovery-image] Dec 02 16:41:30.356 INFO O| Dec 02 16:41:30.356 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-02T16:41:31.143Z[ recovery-image] Dec 02 16:41:30.368 INFO O| Dec 02 16:41:30.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
43952024-12-02T16:41:31.145Z[ recovery-image] Dec 02 16:41:30.368 INFO O| Dec 02 16:41:30.368 INFO STEP 40 (remove_files) COMPLETE
43962024-12-02T16:41:31.145Z[ recovery-image] Dec 02 16:41:30.368 INFO O| Dec 02 16:41:30.368 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-02T16:41:31.148Z[ host-image] Dec 02 16:41:30.371 INFO O| Dec 02 16:41:30.371 INFO O| Planning: Evaluating mediators ... Done
43982024-12-02T16:41:31.148Z[ host-image] Dec 02 16:41:30.373 INFO O| Dec 02 16:41:30.373 INFO O| Planning: Planning completed in 3.22 seconds
43992024-12-02T16:41:31.151Z[ host-image] Dec 02 16:41:30.375 INFO O| Dec 02 16:41:30.375 INFO O| Packages to install: 5
44002024-12-02T16:41:31.151Z[ host-image] Dec 02 16:41:30.375 INFO O| Dec 02 16:41:30.375 INFO O| Services to change: 2
44012024-12-02T16:41:31.155Z[ recovery-image] Dec 02 16:41:30.380 INFO O| Dec 02 16:41:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44022024-12-02T16:41:31.155Z[ recovery-image] Dec 02 16:41:30.381 INFO O| Dec 02 16:41:30.381 INFO STEP 41 (remove_files) COMPLETE
44032024-12-02T16:41:31.157Z[ recovery-image] Dec 02 16:41:30.381 INFO O| Dec 02 16:41:30.381 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-12-02T16:41:31.161Z[ host-image] Dec 02 16:41:30.387 INFO O| Dec 02 16:41:30.387 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
44052024-12-02T16:41:31.166Z[ recovery-image] Dec 02 16:41:30.392 INFO O| Dec 02 16:41:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44062024-12-02T16:41:31.168Z[ recovery-image] Dec 02 16:41:30.392 INFO O| Dec 02 16:41:30.392 INFO STEP 42 (remove_files) COMPLETE
44072024-12-02T16:41:31.168Z[ recovery-image] Dec 02 16:41:30.392 INFO O| Dec 02 16:41:30.392 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-02T16:41:31.179Z[ recovery-image] Dec 02 16:41:30.405 INFO O| Dec 02 16:41:30.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44092024-12-02T16:41:31.179Z[ recovery-image] Dec 02 16:41:30.405 INFO O| Dec 02 16:41:30.405 INFO STEP 43 (remove_files) COMPLETE
44102024-12-02T16:41:31.181Z[ recovery-image] Dec 02 16:41:30.405 INFO O| Dec 02 16:41:30.405 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-02T16:41:31.189Z[ recovery-image] Dec 02 16:41:30.415 INFO O| Dec 02 16:41:30.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44122024-12-02T16:41:31.190Z[ recovery-image] Dec 02 16:41:30.415 INFO O| Dec 02 16:41:30.415 INFO STEP 44 (remove_files) COMPLETE
44132024-12-02T16:41:31.193Z[ recovery-image] Dec 02 16:41:30.415 INFO O| Dec 02 16:41:30.415 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-02T16:41:31.201Z[ recovery-image] Dec 02 16:41:30.426 INFO O| Dec 02 16:41:30.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44152024-12-02T16:41:31.203Z[ recovery-image] Dec 02 16:41:30.427 INFO O| Dec 02 16:41:30.427 INFO STEP 45 (remove_files) COMPLETE
44162024-12-02T16:41:31.203Z[ recovery-image] Dec 02 16:41:30.427 INFO O| Dec 02 16:41:30.427 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-02T16:41:31.211Z[ recovery-image] Dec 02 16:41:30.437 INFO O| Dec 02 16:41:30.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44182024-12-02T16:41:31.211Z[ recovery-image] Dec 02 16:41:30.437 INFO O| Dec 02 16:41:30.437 INFO STEP 46 (remove_files) COMPLETE
44192024-12-02T16:41:31.211Z[ recovery-image] Dec 02 16:41:30.437 INFO O| Dec 02 16:41:30.437 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-02T16:41:31.223Z[ recovery-image] Dec 02 16:41:30.448 INFO O| Dec 02 16:41:30.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44212024-12-02T16:41:31.223Z[ recovery-image] Dec 02 16:41:30.448 INFO O| Dec 02 16:41:30.448 INFO STEP 47 (remove_files) COMPLETE
44222024-12-02T16:41:31.226Z[ recovery-image] Dec 02 16:41:30.448 INFO O| Dec 02 16:41:30.448 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-02T16:41:31.233Z[ recovery-image] Dec 02 16:41:30.459 INFO O| Dec 02 16:41:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44242024-12-02T16:41:31.236Z[ recovery-image] Dec 02 16:41:30.459 INFO O| Dec 02 16:41:30.459 INFO STEP 48 (remove_files) COMPLETE
44252024-12-02T16:41:31.236Z[ recovery-image] Dec 02 16:41:30.459 INFO O| Dec 02 16:41:30.459 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-02T16:41:31.244Z[ recovery-image] Dec 02 16:41:30.470 INFO O| Dec 02 16:41:30.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44272024-12-02T16:41:31.244Z[ recovery-image] Dec 02 16:41:30.470 INFO O| Dec 02 16:41:30.470 INFO STEP 49 (remove_files) COMPLETE
44282024-12-02T16:41:31.244Z[ recovery-image] Dec 02 16:41:30.470 INFO O| Dec 02 16:41:30.470 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-02T16:41:31.255Z[ recovery-image] Dec 02 16:41:30.480 INFO O| Dec 02 16:41:30.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44302024-12-02T16:41:31.255Z[ recovery-image] Dec 02 16:41:30.481 INFO O| Dec 02 16:41:30.480 INFO STEP 50 (remove_files) COMPLETE
44312024-12-02T16:41:31.255Z[ recovery-image] Dec 02 16:41:30.481 INFO O| Dec 02 16:41:30.480 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-02T16:41:31.265Z[ recovery-image] Dec 02 16:41:30.491 INFO O| Dec 02 16:41:30.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44332024-12-02T16:41:31.265Z[ recovery-image] Dec 02 16:41:30.491 INFO O| Dec 02 16:41:30.491 INFO STEP 51 (remove_files) COMPLETE
44342024-12-02T16:41:31.268Z[ recovery-image] Dec 02 16:41:30.491 INFO O| Dec 02 16:41:30.491 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-02T16:41:31.275Z[ recovery-image] Dec 02 16:41:30.501 INFO O| Dec 02 16:41:30.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44362024-12-02T16:41:31.275Z[ recovery-image] Dec 02 16:41:30.501 INFO O| Dec 02 16:41:30.501 INFO STEP 52 (remove_files) COMPLETE
44372024-12-02T16:41:31.278Z[ recovery-image] Dec 02 16:41:30.501 INFO O| Dec 02 16:41:30.501 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-02T16:41:31.285Z[ recovery-image] Dec 02 16:41:30.511 INFO O| Dec 02 16:41:30.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44392024-12-02T16:41:31.288Z[ recovery-image] Dec 02 16:41:30.511 INFO O| Dec 02 16:41:30.511 INFO STEP 53 (remove_files) COMPLETE
44402024-12-02T16:41:31.288Z[ recovery-image] Dec 02 16:41:30.511 INFO O| Dec 02 16:41:30.511 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-02T16:41:31.295Z[ recovery-image] Dec 02 16:41:30.521 INFO O| Dec 02 16:41:30.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44422024-12-02T16:41:31.295Z[ recovery-image] Dec 02 16:41:30.521 INFO O| Dec 02 16:41:30.521 INFO STEP 54 (remove_files) COMPLETE
44432024-12-02T16:41:31.295Z[ recovery-image] Dec 02 16:41:30.521 INFO O| Dec 02 16:41:30.521 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-02T16:41:31.306Z[ recovery-image] Dec 02 16:41:30.531 INFO O| Dec 02 16:41:30.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44452024-12-02T16:41:31.306Z[ recovery-image] Dec 02 16:41:30.531 INFO O| Dec 02 16:41:30.531 INFO STEP 55 (remove_files) COMPLETE
44462024-12-02T16:41:31.308Z[ recovery-image] Dec 02 16:41:30.531 INFO O| Dec 02 16:41:30.531 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-02T16:41:31.316Z[ recovery-image] Dec 02 16:41:30.542 INFO O| Dec 02 16:41:30.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44482024-12-02T16:41:31.318Z[ recovery-image] Dec 02 16:41:30.542 INFO O| Dec 02 16:41:30.542 INFO STEP 56 (remove_files) COMPLETE
44492024-12-02T16:41:31.318Z[ recovery-image] Dec 02 16:41:30.542 INFO O| Dec 02 16:41:30.542 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-02T16:41:31.327Z[ recovery-image] Dec 02 16:41:30.553 INFO O| Dec 02 16:41:30.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44512024-12-02T16:41:31.329Z[ recovery-image] Dec 02 16:41:30.553 INFO O| Dec 02 16:41:30.553 INFO STEP 57 (remove_files) COMPLETE
44522024-12-02T16:41:31.329Z[ recovery-image] Dec 02 16:41:30.553 INFO O| Dec 02 16:41:30.553 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-02T16:41:31.338Z[ recovery-image] Dec 02 16:41:30.564 INFO O| Dec 02 16:41:30.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44542024-12-02T16:41:31.338Z[ recovery-image] Dec 02 16:41:30.564 INFO O| Dec 02 16:41:30.564 INFO STEP 58 (remove_files) COMPLETE
44552024-12-02T16:41:31.340Z[ recovery-image] Dec 02 16:41:30.564 INFO O| Dec 02 16:41:30.564 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-02T16:41:31.348Z[ recovery-image] Dec 02 16:41:30.574 INFO O| Dec 02 16:41:30.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44572024-12-02T16:41:31.348Z[ recovery-image] Dec 02 16:41:30.574 INFO O| Dec 02 16:41:30.574 INFO STEP 59 (remove_files) COMPLETE
44582024-12-02T16:41:31.348Z[ recovery-image] Dec 02 16:41:30.574 INFO O| Dec 02 16:41:30.574 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-02T16:41:31.358Z[ recovery-image] Dec 02 16:41:30.583 INFO O| Dec 02 16:41:30.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44602024-12-02T16:41:31.358Z[ recovery-image] Dec 02 16:41:30.584 INFO O| Dec 02 16:41:30.584 INFO STEP 60 (remove_files) COMPLETE
44612024-12-02T16:41:31.360Z[ recovery-image] Dec 02 16:41:30.584 INFO O| Dec 02 16:41:30.584 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-02T16:41:31.367Z[ recovery-image] Dec 02 16:41:30.593 INFO O| Dec 02 16:41:30.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44632024-12-02T16:41:31.368Z[ recovery-image] Dec 02 16:41:30.593 INFO O| Dec 02 16:41:30.593 INFO STEP 61 (remove_files) COMPLETE
44642024-12-02T16:41:31.370Z[ recovery-image] Dec 02 16:41:30.593 INFO O| Dec 02 16:41:30.593 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-02T16:41:31.377Z[ recovery-image] Dec 02 16:41:30.603 INFO O| Dec 02 16:41:30.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44662024-12-02T16:41:31.377Z[ recovery-image] Dec 02 16:41:30.603 INFO O| Dec 02 16:41:30.603 INFO STEP 62 (remove_files) COMPLETE
44672024-12-02T16:41:31.380Z[ recovery-image] Dec 02 16:41:30.603 INFO O| Dec 02 16:41:30.603 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-02T16:41:31.387Z[ recovery-image] Dec 02 16:41:30.613 INFO O| Dec 02 16:41:30.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44692024-12-02T16:41:31.387Z[ recovery-image] Dec 02 16:41:30.613 INFO O| Dec 02 16:41:30.613 INFO STEP 63 (remove_files) COMPLETE
44702024-12-02T16:41:31.390Z[ recovery-image] Dec 02 16:41:30.613 INFO O| Dec 02 16:41:30.613 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-02T16:41:31.397Z[ recovery-image] Dec 02 16:41:30.623 INFO O| Dec 02 16:41:30.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44722024-12-02T16:41:31.397Z[ recovery-image] Dec 02 16:41:30.623 INFO O| Dec 02 16:41:30.623 INFO STEP 64 (remove_files) COMPLETE
44732024-12-02T16:41:31.398Z[ recovery-image] Dec 02 16:41:30.623 INFO O| Dec 02 16:41:30.623 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-02T16:41:31.407Z[ recovery-image] Dec 02 16:41:30.633 INFO O| Dec 02 16:41:30.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44752024-12-02T16:41:31.407Z[ recovery-image] Dec 02 16:41:30.633 INFO O| Dec 02 16:41:30.633 INFO STEP 65 (remove_files) COMPLETE
44762024-12-02T16:41:31.407Z[ recovery-image] Dec 02 16:41:30.633 INFO O| Dec 02 16:41:30.633 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-02T16:41:31.417Z[ recovery-image] Dec 02 16:41:30.643 INFO O| Dec 02 16:41:30.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44782024-12-02T16:41:31.417Z[ recovery-image] Dec 02 16:41:30.643 INFO O| Dec 02 16:41:30.643 INFO STEP 66 (remove_files) COMPLETE
44792024-12-02T16:41:31.420Z[ recovery-image] Dec 02 16:41:30.643 INFO O| Dec 02 16:41:30.643 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-02T16:41:31.427Z[ recovery-image] Dec 02 16:41:30.653 INFO O| Dec 02 16:41:30.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
44812024-12-02T16:41:31.427Z[ recovery-image] Dec 02 16:41:30.653 INFO O| Dec 02 16:41:30.653 INFO STEP 67 (remove_files) COMPLETE
44822024-12-02T16:41:31.429Z[ recovery-image] Dec 02 16:41:30.653 INFO O| Dec 02 16:41:30.653 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-02T16:41:31.437Z[ recovery-image] Dec 02 16:41:30.663 INFO O| Dec 02 16:41:30.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
44842024-12-02T16:41:31.440Z[ recovery-image] Dec 02 16:41:30.663 INFO O| Dec 02 16:41:30.663 INFO STEP 68 (remove_files) COMPLETE
44852024-12-02T16:41:31.440Z[ recovery-image] Dec 02 16:41:30.663 INFO O| Dec 02 16:41:30.663 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-02T16:41:31.447Z[ recovery-image] Dec 02 16:41:30.673 INFO O| Dec 02 16:41:30.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
44872024-12-02T16:41:31.447Z[ recovery-image] Dec 02 16:41:30.673 INFO O| Dec 02 16:41:30.673 INFO STEP 69 (remove_files) COMPLETE
44882024-12-02T16:41:31.447Z[ recovery-image] Dec 02 16:41:30.673 INFO O| Dec 02 16:41:30.673 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-02T16:41:31.457Z[ recovery-image] Dec 02 16:41:30.682 INFO O| Dec 02 16:41:30.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
44902024-12-02T16:41:31.457Z[ recovery-image] Dec 02 16:41:30.682 INFO O| Dec 02 16:41:30.682 INFO STEP 70 (remove_files) COMPLETE
44912024-12-02T16:41:31.459Z[ recovery-image] Dec 02 16:41:30.682 INFO O| Dec 02 16:41:30.682 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-02T16:41:31.466Z[ recovery-image] Dec 02 16:41:30.692 INFO O| Dec 02 16:41:30.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
44932024-12-02T16:41:31.469Z[ recovery-image] Dec 02 16:41:30.692 INFO O| Dec 02 16:41:30.692 INFO STEP 71 (remove_files) COMPLETE
44942024-12-02T16:41:31.469Z[ recovery-image] Dec 02 16:41:30.692 INFO O| Dec 02 16:41:30.692 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-02T16:41:31.476Z[ recovery-image] Dec 02 16:41:30.702 INFO O| Dec 02 16:41:30.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
44962024-12-02T16:41:31.476Z[ recovery-image] Dec 02 16:41:30.702 INFO O| Dec 02 16:41:30.702 INFO STEP 72 (remove_files) COMPLETE
44972024-12-02T16:41:31.478Z[ recovery-image] Dec 02 16:41:30.702 INFO O| Dec 02 16:41:30.702 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-02T16:41:31.486Z[ recovery-image] Dec 02 16:41:30.711 INFO O| Dec 02 16:41:30.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
44992024-12-02T16:41:31.488Z[ recovery-image] Dec 02 16:41:30.712 INFO O| Dec 02 16:41:30.712 INFO STEP 73 (remove_files) COMPLETE
45002024-12-02T16:41:31.488Z[ recovery-image] Dec 02 16:41:30.712 INFO O| Dec 02 16:41:30.712 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-02T16:41:31.496Z[ recovery-image] Dec 02 16:41:30.721 INFO O| Dec 02 16:41:30.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45022024-12-02T16:41:31.496Z[ recovery-image] Dec 02 16:41:30.722 INFO O| Dec 02 16:41:30.722 INFO STEP 74 (remove_files) COMPLETE
45032024-12-02T16:41:31.499Z[ recovery-image] Dec 02 16:41:30.722 INFO O| Dec 02 16:41:30.722 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-02T16:41:31.505Z[ recovery-image] Dec 02 16:41:30.731 INFO O| Dec 02 16:41:30.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45052024-12-02T16:41:31.508Z[ recovery-image] Dec 02 16:41:30.732 INFO O| Dec 02 16:41:30.732 INFO STEP 75 (remove_files) COMPLETE
45062024-12-02T16:41:31.508Z[ recovery-image] Dec 02 16:41:30.732 INFO O| Dec 02 16:41:30.732 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-02T16:41:31.516Z[ recovery-image] Dec 02 16:41:30.742 INFO O| Dec 02 16:41:30.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45082024-12-02T16:41:31.516Z[ recovery-image] Dec 02 16:41:30.742 INFO O| Dec 02 16:41:30.742 INFO STEP 76 (remove_files) COMPLETE
45092024-12-02T16:41:31.516Z[ recovery-image] Dec 02 16:41:30.742 INFO O| Dec 02 16:41:30.742 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-02T16:41:31.526Z[ recovery-image] Dec 02 16:41:30.751 INFO O| Dec 02 16:41:30.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45112024-12-02T16:41:31.526Z[ recovery-image] Dec 02 16:41:30.751 INFO O| Dec 02 16:41:30.751 INFO STEP 77 (remove_files) COMPLETE
45122024-12-02T16:41:31.528Z[ recovery-image] Dec 02 16:41:30.752 INFO O| Dec 02 16:41:30.751 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-02T16:41:31.536Z[ recovery-image] Dec 02 16:41:30.761 INFO O| Dec 02 16:41:30.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45142024-12-02T16:41:31.536Z[ recovery-image] Dec 02 16:41:30.761 INFO O| Dec 02 16:41:30.761 INFO STEP 78 (remove_files) COMPLETE
45152024-12-02T16:41:31.536Z[ recovery-image] Dec 02 16:41:30.761 INFO O| Dec 02 16:41:30.761 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-02T16:41:31.545Z[ recovery-image] Dec 02 16:41:30.771 INFO O| Dec 02 16:41:30.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45172024-12-02T16:41:31.546Z[ recovery-image] Dec 02 16:41:30.771 INFO O| Dec 02 16:41:30.771 INFO STEP 79 (remove_files) COMPLETE
45182024-12-02T16:41:31.548Z[ recovery-image] Dec 02 16:41:30.771 INFO O| Dec 02 16:41:30.771 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-02T16:41:31.555Z[ recovery-image] Dec 02 16:41:30.781 INFO O| Dec 02 16:41:30.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45202024-12-02T16:41:31.555Z[ recovery-image] Dec 02 16:41:30.781 INFO O| Dec 02 16:41:30.781 INFO STEP 80 (remove_files) COMPLETE
45212024-12-02T16:41:31.555Z[ recovery-image] Dec 02 16:41:30.781 INFO O| Dec 02 16:41:30.781 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-02T16:41:31.564Z[ recovery-image] Dec 02 16:41:30.790 INFO O| Dec 02 16:41:30.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45232024-12-02T16:41:31.565Z[ recovery-image] Dec 02 16:41:30.790 INFO O| Dec 02 16:41:30.790 INFO STEP 81 (remove_files) COMPLETE
45242024-12-02T16:41:31.567Z[ recovery-image] Dec 02 16:41:30.790 INFO O| Dec 02 16:41:30.790 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-02T16:41:31.574Z[ recovery-image] Dec 02 16:41:30.800 INFO O| Dec 02 16:41:30.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45262024-12-02T16:41:31.574Z[ recovery-image] Dec 02 16:41:30.800 INFO O| Dec 02 16:41:30.800 INFO STEP 82 (remove_files) COMPLETE
45272024-12-02T16:41:31.581Z[ recovery-image] Dec 02 16:41:30.800 INFO O| Dec 02 16:41:30.800 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-02T16:41:31.589Z[ recovery-image] Dec 02 16:41:30.810 INFO O| Dec 02 16:41:30.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45292024-12-02T16:41:31.589Z[ recovery-image] Dec 02 16:41:30.810 INFO O| Dec 02 16:41:30.810 INFO STEP 83 (remove_files) COMPLETE
45302024-12-02T16:41:31.589Z[ recovery-image] Dec 02 16:41:30.810 INFO O| Dec 02 16:41:30.810 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-12-02T16:41:31.597Z[ recovery-image] Dec 02 16:41:30.820 INFO O| Dec 02 16:41:30.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45322024-12-02T16:41:31.597Z[ recovery-image] Dec 02 16:41:30.820 INFO O| Dec 02 16:41:30.820 INFO STEP 84 (remove_files) COMPLETE
45332024-12-02T16:41:31.597Z[ recovery-image] Dec 02 16:41:30.820 INFO O| Dec 02 16:41:30.820 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-12-02T16:41:31.605Z[ recovery-image] Dec 02 16:41:30.829 INFO O| Dec 02 16:41:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45352024-12-02T16:41:31.605Z[ recovery-image] Dec 02 16:41:30.829 INFO O| Dec 02 16:41:30.829 INFO STEP 85 (remove_files) COMPLETE
45362024-12-02T16:41:31.605Z[ recovery-image] Dec 02 16:41:30.829 INFO O| Dec 02 16:41:30.829 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-12-02T16:41:31.614Z[ recovery-image] Dec 02 16:41:30.839 INFO O| Dec 02 16:41:30.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45382024-12-02T16:41:31.614Z[ recovery-image] Dec 02 16:41:30.839 INFO O| Dec 02 16:41:30.839 INFO STEP 86 (remove_files) COMPLETE
45392024-12-02T16:41:31.614Z[ recovery-image] Dec 02 16:41:30.839 INFO O| Dec 02 16:41:30.839 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-12-02T16:41:31.623Z[ recovery-image] Dec 02 16:41:30.848 INFO O| Dec 02 16:41:30.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45412024-12-02T16:41:31.625Z[ recovery-image] Dec 02 16:41:30.849 INFO O| Dec 02 16:41:30.848 INFO STEP 87 (remove_files) COMPLETE
45422024-12-02T16:41:31.625Z[ recovery-image] Dec 02 16:41:30.849 INFO O| Dec 02 16:41:30.849 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-12-02T16:41:31.633Z[ recovery-image] Dec 02 16:41:30.858 INFO O| Dec 02 16:41:30.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45442024-12-02T16:41:31.635Z[ recovery-image] Dec 02 16:41:30.859 INFO O| Dec 02 16:41:30.859 INFO STEP 88 (remove_files) COMPLETE
45452024-12-02T16:41:31.635Z[ recovery-image] Dec 02 16:41:30.859 INFO O| Dec 02 16:41:30.859 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-12-02T16:41:31.643Z[ recovery-image] Dec 02 16:41:30.869 INFO O| Dec 02 16:41:30.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45472024-12-02T16:41:31.643Z[ recovery-image] Dec 02 16:41:30.869 INFO O| Dec 02 16:41:30.869 INFO STEP 89 (remove_files) COMPLETE
45482024-12-02T16:41:31.646Z[ recovery-image] Dec 02 16:41:30.869 INFO O| Dec 02 16:41:30.869 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-12-02T16:41:31.653Z[ recovery-image] Dec 02 16:41:30.879 INFO O| Dec 02 16:41:30.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45502024-12-02T16:41:31.653Z[ recovery-image] Dec 02 16:41:30.879 INFO O| Dec 02 16:41:30.879 INFO STEP 90 (remove_files) COMPLETE
45512024-12-02T16:41:31.653Z[ recovery-image] Dec 02 16:41:30.879 INFO O| Dec 02 16:41:30.879 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-12-02T16:41:31.663Z[ recovery-image] Dec 02 16:41:30.889 INFO O| Dec 02 16:41:30.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45532024-12-02T16:41:31.666Z[ recovery-image] Dec 02 16:41:30.889 INFO O| Dec 02 16:41:30.889 INFO STEP 91 (remove_files) COMPLETE
45542024-12-02T16:41:31.666Z[ recovery-image] Dec 02 16:41:30.889 INFO O| Dec 02 16:41:30.889 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-12-02T16:41:31.673Z[ recovery-image] Dec 02 16:41:30.899 INFO O| Dec 02 16:41:30.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45562024-12-02T16:41:31.673Z[ recovery-image] Dec 02 16:41:30.899 INFO O| Dec 02 16:41:30.899 INFO STEP 92 (remove_files) COMPLETE
45572024-12-02T16:41:31.676Z[ recovery-image] Dec 02 16:41:30.899 INFO O| Dec 02 16:41:30.899 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-12-02T16:41:31.683Z[ recovery-image] Dec 02 16:41:30.909 INFO O| Dec 02 16:41:30.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45592024-12-02T16:41:31.683Z[ recovery-image] Dec 02 16:41:30.909 INFO O| Dec 02 16:41:30.909 INFO STEP 93 (remove_files) COMPLETE
45602024-12-02T16:41:31.683Z[ recovery-image] Dec 02 16:41:30.909 INFO O| Dec 02 16:41:30.909 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-12-02T16:41:31.693Z[ recovery-image] Dec 02 16:41:30.919 INFO O| Dec 02 16:41:30.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45622024-12-02T16:41:31.693Z[ recovery-image] Dec 02 16:41:30.919 INFO O| Dec 02 16:41:30.919 INFO STEP 94 (remove_files) COMPLETE
45632024-12-02T16:41:31.696Z[ recovery-image] Dec 02 16:41:30.919 INFO O| Dec 02 16:41:30.919 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-12-02T16:41:31.703Z[ recovery-image] Dec 02 16:41:30.929 INFO O| Dec 02 16:41:30.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45652024-12-02T16:41:31.703Z[ recovery-image] Dec 02 16:41:30.929 INFO O| Dec 02 16:41:30.929 INFO STEP 95 (remove_files) COMPLETE
45662024-12-02T16:41:31.706Z[ recovery-image] Dec 02 16:41:30.929 INFO O| Dec 02 16:41:30.929 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-12-02T16:41:31.713Z[ recovery-image] Dec 02 16:41:30.939 INFO O| Dec 02 16:41:30.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45682024-12-02T16:41:31.713Z[ recovery-image] Dec 02 16:41:30.939 INFO O| Dec 02 16:41:30.939 INFO STEP 96 (remove_files) COMPLETE
45692024-12-02T16:41:31.715Z[ recovery-image] Dec 02 16:41:30.939 INFO O| Dec 02 16:41:30.939 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-12-02T16:41:31.723Z[ recovery-image] Dec 02 16:41:30.949 INFO O| Dec 02 16:41:30.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45712024-12-02T16:41:31.723Z[ recovery-image] Dec 02 16:41:30.949 INFO O| Dec 02 16:41:30.949 INFO STEP 97 (remove_files) COMPLETE
45722024-12-02T16:41:31.726Z[ recovery-image] Dec 02 16:41:30.949 INFO O| Dec 02 16:41:30.949 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-12-02T16:41:31.733Z[ recovery-image] Dec 02 16:41:30.959 INFO O| Dec 02 16:41:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45742024-12-02T16:41:31.733Z[ recovery-image] Dec 02 16:41:30.959 INFO O| Dec 02 16:41:30.959 INFO STEP 98 (remove_files) COMPLETE
45752024-12-02T16:41:31.735Z[ recovery-image] Dec 02 16:41:30.959 INFO O| Dec 02 16:41:30.959 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-12-02T16:41:31.743Z[ recovery-image] Dec 02 16:41:30.968 INFO O| Dec 02 16:41:30.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45772024-12-02T16:41:31.743Z[ recovery-image] Dec 02 16:41:30.969 INFO O| Dec 02 16:41:30.969 INFO STEP 99 (remove_files) COMPLETE
45782024-12-02T16:41:31.745Z[ recovery-image] Dec 02 16:41:30.969 INFO O| Dec 02 16:41:30.969 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-12-02T16:41:31.752Z[ recovery-image] Dec 02 16:41:30.978 INFO O| Dec 02 16:41:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
45802024-12-02T16:41:31.752Z[ recovery-image] Dec 02 16:41:30.978 INFO O| Dec 02 16:41:30.978 INFO STEP 100 (remove_files) COMPLETE
45812024-12-02T16:41:31.752Z[ recovery-image] Dec 02 16:41:30.978 INFO O| Dec 02 16:41:30.978 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-12-02T16:41:31.762Z[ recovery-image] Dec 02 16:41:30.988 INFO O| Dec 02 16:41:30.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
45832024-12-02T16:41:31.762Z[ recovery-image] Dec 02 16:41:30.988 INFO O| Dec 02 16:41:30.988 INFO STEP 101 (remove_files) COMPLETE
45842024-12-02T16:41:31.765Z[ recovery-image] Dec 02 16:41:30.988 INFO O| Dec 02 16:41:30.988 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-12-02T16:41:31.765Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 52s
45862024-12-02T16:41:31.772Z[ recovery-image] Dec 02 16:41:30.998 INFO O| Dec 02 16:41:30.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
45872024-12-02T16:41:31.775Z[ recovery-image] Dec 02 16:41:30.998 INFO O| Dec 02 16:41:30.998 INFO STEP 102 (remove_files) COMPLETE
45882024-12-02T16:41:31.775Z[ recovery-image] Dec 02 16:41:30.998 INFO O| Dec 02 16:41:30.998 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-02T16:41:31.785Z[ recovery-image] Dec 02 16:41:31.010 INFO O| Dec 02 16:41:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
45902024-12-02T16:41:31.785Z[ recovery-image] Dec 02 16:41:31.010 INFO O| Dec 02 16:41:31.010 INFO STEP 103 (remove_files) COMPLETE
45912024-12-02T16:41:31.785Z[ recovery-image] Dec 02 16:41:31.010 INFO O| Dec 02 16:41:31.010 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-02T16:41:31.796Z[ recovery-image] Dec 02 16:41:31.020 INFO O| Dec 02 16:41:31.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
45932024-12-02T16:41:31.796Z[ recovery-image] Dec 02 16:41:31.020 INFO O| Dec 02 16:41:31.020 INFO STEP 104 (remove_files) COMPLETE
45942024-12-02T16:41:31.798Z[ recovery-image] Dec 02 16:41:31.020 INFO O| Dec 02 16:41:31.020 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-02T16:41:31.808Z[ recovery-image] Dec 02 16:41:31.032 INFO O| Dec 02 16:41:31.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
45962024-12-02T16:41:31.808Z[ recovery-image] Dec 02 16:41:31.032 INFO O| Dec 02 16:41:31.032 INFO STEP 105 (remove_files) COMPLETE
45972024-12-02T16:41:31.808Z[ recovery-image] Dec 02 16:41:31.032 INFO O| Dec 02 16:41:31.032 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-02T16:41:31.817Z[ recovery-image] Dec 02 16:41:31.043 INFO O| Dec 02 16:41:31.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
45992024-12-02T16:41:31.817Z[ recovery-image] Dec 02 16:41:31.043 INFO O| Dec 02 16:41:31.043 INFO STEP 106 (remove_files) COMPLETE
46002024-12-02T16:41:31.818Z[ recovery-image] Dec 02 16:41:31.043 INFO O| Dec 02 16:41:31.043 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-02T16:41:31.828Z[ recovery-image] Dec 02 16:41:31.054 INFO O| Dec 02 16:41:31.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46022024-12-02T16:41:31.828Z[ recovery-image] Dec 02 16:41:31.054 INFO O| Dec 02 16:41:31.054 INFO STEP 107 (remove_files) COMPLETE
46032024-12-02T16:41:31.828Z[ recovery-image] Dec 02 16:41:31.054 INFO O| Dec 02 16:41:31.054 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-02T16:41:31.838Z[ recovery-image] Dec 02 16:41:31.064 INFO O| Dec 02 16:41:31.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46052024-12-02T16:41:31.838Z[ recovery-image] Dec 02 16:41:31.064 INFO O| Dec 02 16:41:31.064 INFO STEP 108 (remove_files) COMPLETE
46062024-12-02T16:41:31.843Z[ recovery-image] Dec 02 16:41:31.064 INFO O| Dec 02 16:41:31.064 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-02T16:41:31.848Z[ recovery-image] Dec 02 16:41:31.074 INFO O| Dec 02 16:41:31.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46082024-12-02T16:41:31.848Z[ recovery-image] Dec 02 16:41:31.074 INFO O| Dec 02 16:41:31.074 INFO STEP 109 (remove_files) COMPLETE
46092024-12-02T16:41:31.851Z[ recovery-image] Dec 02 16:41:31.074 INFO O| Dec 02 16:41:31.074 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-02T16:41:31.858Z[ recovery-image] Dec 02 16:41:31.083 INFO O| Dec 02 16:41:31.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46112024-12-02T16:41:31.858Z[ recovery-image] Dec 02 16:41:31.083 INFO O| Dec 02 16:41:31.083 INFO STEP 110 (remove_files) COMPLETE
46122024-12-02T16:41:31.861Z[ recovery-image] Dec 02 16:41:31.083 INFO O| Dec 02 16:41:31.083 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-02T16:41:31.867Z[ recovery-image] Dec 02 16:41:31.093 INFO O| Dec 02 16:41:31.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46142024-12-02T16:41:31.867Z[ recovery-image] Dec 02 16:41:31.093 INFO O| Dec 02 16:41:31.093 INFO STEP 111 (remove_files) COMPLETE
46152024-12-02T16:41:31.867Z[ recovery-image] Dec 02 16:41:31.093 INFO O| Dec 02 16:41:31.093 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-02T16:41:31.877Z[ recovery-image] Dec 02 16:41:31.102 INFO O| Dec 02 16:41:31.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46172024-12-02T16:41:31.877Z[ recovery-image] Dec 02 16:41:31.102 INFO O| Dec 02 16:41:31.102 INFO STEP 112 (remove_files) COMPLETE
46182024-12-02T16:41:31.880Z[ recovery-image] Dec 02 16:41:31.102 INFO O| Dec 02 16:41:31.102 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-02T16:41:31.886Z[ recovery-image] Dec 02 16:41:31.112 INFO O| Dec 02 16:41:31.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46202024-12-02T16:41:31.889Z[ recovery-image] Dec 02 16:41:31.112 INFO O| Dec 02 16:41:31.112 INFO STEP 113 (remove_files) COMPLETE
46212024-12-02T16:41:31.889Z[ recovery-image] Dec 02 16:41:31.112 INFO O| Dec 02 16:41:31.112 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-02T16:41:31.896Z[ recovery-image] Dec 02 16:41:31.121 INFO O| Dec 02 16:41:31.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46232024-12-02T16:41:31.898Z[ recovery-image] Dec 02 16:41:31.121 INFO O| Dec 02 16:41:31.121 INFO STEP 114 (remove_files) COMPLETE
46242024-12-02T16:41:31.898Z[ recovery-image] Dec 02 16:41:31.121 INFO O| Dec 02 16:41:31.121 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-02T16:41:31.905Z[ recovery-image] Dec 02 16:41:31.131 INFO O| Dec 02 16:41:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46262024-12-02T16:41:31.908Z[ recovery-image] Dec 02 16:41:31.131 INFO O| Dec 02 16:41:31.131 INFO STEP 115 (remove_files) COMPLETE
46272024-12-02T16:41:31.908Z[ recovery-image] Dec 02 16:41:31.131 INFO O| Dec 02 16:41:31.131 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-02T16:41:31.916Z[ recovery-image] Dec 02 16:41:31.142 INFO O| Dec 02 16:41:31.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46292024-12-02T16:41:31.916Z[ recovery-image] Dec 02 16:41:31.142 INFO O| Dec 02 16:41:31.142 INFO STEP 116 (remove_files) COMPLETE
46302024-12-02T16:41:31.920Z[ recovery-image] Dec 02 16:41:31.142 INFO O| Dec 02 16:41:31.142 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-02T16:41:31.926Z[ recovery-image] Dec 02 16:41:31.152 INFO O| Dec 02 16:41:31.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46322024-12-02T16:41:31.926Z[ recovery-image] Dec 02 16:41:31.152 INFO O| Dec 02 16:41:31.152 INFO STEP 117 (remove_files) COMPLETE
46332024-12-02T16:41:31.929Z[ recovery-image] Dec 02 16:41:31.152 INFO O| Dec 02 16:41:31.152 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-02T16:41:31.936Z[ recovery-image] Dec 02 16:41:31.161 INFO O| Dec 02 16:41:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46352024-12-02T16:41:31.936Z[ recovery-image] Dec 02 16:41:31.161 INFO O| Dec 02 16:41:31.161 INFO STEP 118 (remove_files) COMPLETE
46362024-12-02T16:41:31.938Z[ recovery-image] Dec 02 16:41:31.162 INFO O| Dec 02 16:41:31.161 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-02T16:41:31.945Z[ recovery-image] Dec 02 16:41:31.171 INFO O| Dec 02 16:41:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46382024-12-02T16:41:31.945Z[ recovery-image] Dec 02 16:41:31.171 INFO O| Dec 02 16:41:31.171 INFO STEP 119 (remove_files) COMPLETE
46392024-12-02T16:41:31.945Z[ recovery-image] Dec 02 16:41:31.171 INFO O| Dec 02 16:41:31.171 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-02T16:41:31.955Z[ recovery-image] Dec 02 16:41:31.180 INFO O| Dec 02 16:41:31.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46412024-12-02T16:41:31.958Z[ recovery-image] Dec 02 16:41:31.180 INFO O| Dec 02 16:41:31.180 INFO STEP 120 (remove_files) COMPLETE
46422024-12-02T16:41:31.958Z[ recovery-image] Dec 02 16:41:31.180 INFO O| Dec 02 16:41:31.180 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-02T16:41:31.964Z[ recovery-image] Dec 02 16:41:31.190 INFO O| Dec 02 16:41:31.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46442024-12-02T16:41:31.964Z[ recovery-image] Dec 02 16:41:31.190 INFO O| Dec 02 16:41:31.190 INFO STEP 121 (remove_files) COMPLETE
46452024-12-02T16:41:31.964Z[ recovery-image] Dec 02 16:41:31.190 INFO O| Dec 02 16:41:31.190 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-02T16:41:31.973Z[ recovery-image] Dec 02 16:41:31.199 INFO O| Dec 02 16:41:31.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46472024-12-02T16:41:31.973Z[ recovery-image] Dec 02 16:41:31.199 INFO O| Dec 02 16:41:31.199 INFO STEP 122 (remove_files) COMPLETE
46482024-12-02T16:41:31.973Z[ recovery-image] Dec 02 16:41:31.199 INFO O| Dec 02 16:41:31.199 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-02T16:41:31.983Z[ recovery-image] Dec 02 16:41:31.208 INFO O| Dec 02 16:41:31.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46502024-12-02T16:41:31.983Z[ recovery-image] Dec 02 16:41:31.208 INFO O| Dec 02 16:41:31.208 INFO STEP 123 (remove_files) COMPLETE
46512024-12-02T16:41:31.985Z[ recovery-image] Dec 02 16:41:31.209 INFO O| Dec 02 16:41:31.208 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-02T16:41:31.992Z[ recovery-image] Dec 02 16:41:31.218 INFO O| Dec 02 16:41:31.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46532024-12-02T16:41:31.992Z[ recovery-image] Dec 02 16:41:31.218 INFO O| Dec 02 16:41:31.218 INFO STEP 124 (remove_files) COMPLETE
46542024-12-02T16:41:31.995Z[ recovery-image] Dec 02 16:41:31.218 INFO O| Dec 02 16:41:31.218 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-02T16:41:32.002Z[ recovery-image] Dec 02 16:41:31.227 INFO O| Dec 02 16:41:31.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46562024-12-02T16:41:32.002Z[ recovery-image] Dec 02 16:41:31.228 INFO O| Dec 02 16:41:31.227 INFO STEP 125 (remove_files) COMPLETE
46572024-12-02T16:41:32.004Z[ recovery-image] Dec 02 16:41:31.228 INFO O| Dec 02 16:41:31.228 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-02T16:41:32.012Z[ recovery-image] Dec 02 16:41:31.237 INFO O| Dec 02 16:41:31.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46592024-12-02T16:41:32.014Z[ recovery-image] Dec 02 16:41:31.237 INFO O| Dec 02 16:41:31.237 INFO STEP 126 (remove_files) COMPLETE
46602024-12-02T16:41:32.014Z[ recovery-image] Dec 02 16:41:31.237 INFO O| Dec 02 16:41:31.237 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-02T16:41:32.022Z[ recovery-image] Dec 02 16:41:31.247 INFO O| Dec 02 16:41:31.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46622024-12-02T16:41:32.022Z[ recovery-image] Dec 02 16:41:31.248 INFO O| Dec 02 16:41:31.248 INFO STEP 127 (remove_files) COMPLETE
46632024-12-02T16:41:32.024Z[ recovery-image] Dec 02 16:41:31.248 INFO O| Dec 02 16:41:31.248 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-02T16:41:32.032Z[ recovery-image] Dec 02 16:41:31.257 INFO O| Dec 02 16:41:31.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46652024-12-02T16:41:32.032Z[ recovery-image] Dec 02 16:41:31.257 INFO O| Dec 02 16:41:31.257 INFO STEP 128 (remove_files) COMPLETE
46662024-12-02T16:41:32.032Z[ recovery-image] Dec 02 16:41:31.257 INFO O| Dec 02 16:41:31.257 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-02T16:41:32.041Z[ recovery-image] Dec 02 16:41:31.267 INFO O| Dec 02 16:41:31.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46682024-12-02T16:41:32.041Z[ recovery-image] Dec 02 16:41:31.267 INFO O| Dec 02 16:41:31.267 INFO STEP 129 (remove_files) COMPLETE
46692024-12-02T16:41:32.044Z[ recovery-image] Dec 02 16:41:31.267 INFO O| Dec 02 16:41:31.267 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-02T16:41:32.051Z[ recovery-image] Dec 02 16:41:31.276 INFO O| Dec 02 16:41:31.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46712024-12-02T16:41:32.053Z[ recovery-image] Dec 02 16:41:31.277 INFO O| Dec 02 16:41:31.277 INFO STEP 130 (remove_files) COMPLETE
46722024-12-02T16:41:32.053Z[ recovery-image] Dec 02 16:41:31.277 INFO O| Dec 02 16:41:31.277 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-02T16:41:32.060Z[ recovery-image] Dec 02 16:41:31.286 INFO O| Dec 02 16:41:31.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46742024-12-02T16:41:32.060Z[ recovery-image] Dec 02 16:41:31.286 INFO O| Dec 02 16:41:31.286 INFO STEP 131 (remove_files) COMPLETE
46752024-12-02T16:41:32.060Z[ recovery-image] Dec 02 16:41:31.286 INFO O| Dec 02 16:41:31.286 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-02T16:41:32.070Z[ recovery-image] Dec 02 16:41:31.295 INFO O| Dec 02 16:41:31.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46772024-12-02T16:41:32.070Z[ recovery-image] Dec 02 16:41:31.295 INFO O| Dec 02 16:41:31.295 INFO STEP 132 (remove_files) COMPLETE
46782024-12-02T16:41:32.070Z[ recovery-image] Dec 02 16:41:31.295 INFO O| Dec 02 16:41:31.295 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-02T16:41:32.075ZDec 02 16:41:31.301 INFO [verify-libraries] process exited with exit status: 0 (356.392250491s)
46802024-12-02T16:41:32.079Z[ recovery-image] Dec 02 16:41:31.305 INFO O| Dec 02 16:41:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
46812024-12-02T16:41:32.079Z[ recovery-image] Dec 02 16:41:31.305 INFO O| Dec 02 16:41:31.305 INFO STEP 133 (remove_files) COMPLETE
46822024-12-02T16:41:32.081Z[ recovery-image] Dec 02 16:41:31.305 INFO O| Dec 02 16:41:31.305 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-02T16:41:32.089Z[ recovery-image] Dec 02 16:41:31.314 INFO O| Dec 02 16:41:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
46842024-12-02T16:41:32.089Z[ recovery-image] Dec 02 16:41:31.315 INFO O| Dec 02 16:41:31.314 INFO STEP 134 (remove_files) COMPLETE
46852024-12-02T16:41:32.092Z[ recovery-image] Dec 02 16:41:31.315 INFO O| Dec 02 16:41:31.315 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-02T16:41:32.098Z[ recovery-image] Dec 02 16:41:31.324 INFO O| Dec 02 16:41:31.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
46872024-12-02T16:41:32.098Z[ recovery-image] Dec 02 16:41:31.324 INFO O| Dec 02 16:41:31.324 INFO STEP 135 (remove_files) COMPLETE
46882024-12-02T16:41:32.098Z[ recovery-image] Dec 02 16:41:31.324 INFO O| Dec 02 16:41:31.324 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-02T16:41:32.108Z[ recovery-image] Dec 02 16:41:31.334 INFO O| Dec 02 16:41:31.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
46902024-12-02T16:41:32.108Z[ recovery-image] Dec 02 16:41:31.334 INFO O| Dec 02 16:41:31.334 INFO STEP 136 (remove_files) COMPLETE
46912024-12-02T16:41:32.108Z[ recovery-image] Dec 02 16:41:31.334 INFO O| Dec 02 16:41:31.334 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-02T16:41:32.117Z[ recovery-image] Dec 02 16:41:31.343 INFO O| Dec 02 16:41:31.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
46932024-12-02T16:41:32.120Z[ recovery-image] Dec 02 16:41:31.343 INFO O| Dec 02 16:41:31.343 INFO STEP 137 (remove_files) COMPLETE
46942024-12-02T16:41:32.120Z[ recovery-image] Dec 02 16:41:31.343 INFO O| Dec 02 16:41:31.343 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-02T16:41:32.127Z[ recovery-image] Dec 02 16:41:31.353 INFO O| Dec 02 16:41:31.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
46962024-12-02T16:41:32.127Z[ recovery-image] Dec 02 16:41:31.353 INFO O| Dec 02 16:41:31.353 INFO STEP 138 (remove_files) COMPLETE
46972024-12-02T16:41:32.130Z[ recovery-image] Dec 02 16:41:31.353 INFO O| Dec 02 16:41:31.353 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-02T16:41:32.137Z[ recovery-image] Dec 02 16:41:31.362 INFO O| Dec 02 16:41:31.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
46992024-12-02T16:41:32.139Z[ recovery-image] Dec 02 16:41:31.362 INFO O| Dec 02 16:41:31.362 INFO STEP 139 (remove_files) COMPLETE
47002024-12-02T16:41:32.139Z[ recovery-image] Dec 02 16:41:31.363 INFO O| Dec 02 16:41:31.362 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-02T16:41:32.146Z[ recovery-image] Dec 02 16:41:31.372 INFO O| Dec 02 16:41:31.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47022024-12-02T16:41:32.149Z[ recovery-image] Dec 02 16:41:31.372 INFO O| Dec 02 16:41:31.372 INFO STEP 140 (remove_files) COMPLETE
47032024-12-02T16:41:32.149Z[ recovery-image] Dec 02 16:41:31.372 INFO O| Dec 02 16:41:31.372 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-02T16:41:32.157Z[ recovery-image] Dec 02 16:41:31.383 INFO O| Dec 02 16:41:31.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47052024-12-02T16:41:32.157Z[ recovery-image] Dec 02 16:41:31.383 INFO O| Dec 02 16:41:31.383 INFO STEP 141 (remove_files) COMPLETE
47062024-12-02T16:41:32.160Z[ recovery-image] Dec 02 16:41:31.383 INFO O| Dec 02 16:41:31.383 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-02T16:41:32.170Z[ host-image] Dec 02 16:41:31.395 INFO O| Dec 02 16:41:31.395 INFO O| Download: Completed 1.44 MB in 1.01 seconds (1.4M/s)
47082024-12-02T16:41:32.170Z[ recovery-image] Dec 02 16:41:31.395 INFO O| Dec 02 16:41:31.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47092024-12-02T16:41:32.172Z[ recovery-image] Dec 02 16:41:31.395 INFO O| Dec 02 16:41:31.395 INFO STEP 142 (remove_files) COMPLETE
47102024-12-02T16:41:32.172Z[ recovery-image] Dec 02 16:41:31.396 INFO O| Dec 02 16:41:31.395 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-12-02T16:41:32.182Z[ recovery-image] Dec 02 16:41:31.408 INFO O| Dec 02 16:41:31.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47122024-12-02T16:41:32.182Z[ recovery-image] Dec 02 16:41:31.408 INFO O| Dec 02 16:41:31.408 INFO STEP 143 (remove_files) COMPLETE
47132024-12-02T16:41:32.190Z[ recovery-image] Dec 02 16:41:31.408 INFO O| Dec 02 16:41:31.408 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-12-02T16:41:32.196Z[ recovery-image] Dec 02 16:41:31.422 INFO O| Dec 02 16:41:31.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47152024-12-02T16:41:32.197Z[ recovery-image] Dec 02 16:41:31.422 INFO O| Dec 02 16:41:31.422 INFO STEP 144 (remove_files) COMPLETE
47162024-12-02T16:41:32.197Z[ recovery-image] Dec 02 16:41:31.422 INFO O| Dec 02 16:41:31.422 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-12-02T16:41:32.210Z[ host-image] Dec 02 16:41:31.429 INFO O| Dec 02 16:41:31.429 INFO O| Actions: 1/305 actions (Installing new actions)
47182024-12-02T16:41:32.219Z[ recovery-image] Dec 02 16:41:31.436 INFO O| Dec 02 16:41:31.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47192024-12-02T16:41:32.219Z[ recovery-image] Dec 02 16:41:31.436 INFO O| Dec 02 16:41:31.436 INFO STEP 145 (remove_files) COMPLETE
47202024-12-02T16:41:32.219Z[ recovery-image] Dec 02 16:41:31.436 INFO O| Dec 02 16:41:31.436 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-02T16:41:32.227Z[ recovery-image] Dec 02 16:41:31.450 INFO O| Dec 02 16:41:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47222024-12-02T16:41:32.227Z[ recovery-image] Dec 02 16:41:31.450 INFO O| Dec 02 16:41:31.450 INFO STEP 146 (remove_files) COMPLETE
47232024-12-02T16:41:32.227Z[ recovery-image] Dec 02 16:41:31.450 INFO O| Dec 02 16:41:31.450 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-02T16:41:32.236Z[ recovery-image] Dec 02 16:41:31.460 INFO O| Dec 02 16:41:31.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47252024-12-02T16:41:32.236Z[ recovery-image] Dec 02 16:41:31.460 INFO O| Dec 02 16:41:31.460 INFO STEP 147 (remove_files) COMPLETE
47262024-12-02T16:41:32.238Z[ recovery-image] Dec 02 16:41:31.460 INFO O| Dec 02 16:41:31.460 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-02T16:41:32.244Z[ recovery-image] Dec 02 16:41:31.470 INFO O| Dec 02 16:41:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47282024-12-02T16:41:32.247Z[ recovery-image] Dec 02 16:41:31.471 INFO O| Dec 02 16:41:31.470 INFO STEP 148 (remove_files) COMPLETE
47292024-12-02T16:41:32.247Z[ recovery-image] Dec 02 16:41:31.471 INFO O| Dec 02 16:41:31.470 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-02T16:41:32.254Z[ recovery-image] Dec 02 16:41:31.480 INFO O| Dec 02 16:41:31.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47312024-12-02T16:41:32.254Z[ recovery-image] Dec 02 16:41:31.480 INFO O| Dec 02 16:41:31.480 INFO STEP 149 (remove_files) COMPLETE
47322024-12-02T16:41:32.256Z[ recovery-image] Dec 02 16:41:31.480 INFO O| Dec 02 16:41:31.480 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-02T16:41:32.264Z[ recovery-image] Dec 02 16:41:31.489 INFO O| Dec 02 16:41:31.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47342024-12-02T16:41:32.264Z[ recovery-image] Dec 02 16:41:31.489 INFO O| Dec 02 16:41:31.489 INFO STEP 150 (remove_files) COMPLETE
47352024-12-02T16:41:32.264Z[ recovery-image] Dec 02 16:41:31.489 INFO O| Dec 02 16:41:31.489 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-02T16:41:32.273Z[ recovery-image] Dec 02 16:41:31.499 INFO O| Dec 02 16:41:31.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47372024-12-02T16:41:32.275Z[ recovery-image] Dec 02 16:41:31.499 INFO O| Dec 02 16:41:31.499 INFO STEP 151 (remove_files) COMPLETE
47382024-12-02T16:41:32.275Z[ recovery-image] Dec 02 16:41:31.499 INFO O| Dec 02 16:41:31.499 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-02T16:41:32.283Z[ recovery-image] Dec 02 16:41:31.508 INFO O| Dec 02 16:41:31.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47402024-12-02T16:41:32.283Z[ recovery-image] Dec 02 16:41:31.508 INFO O| Dec 02 16:41:31.508 INFO STEP 152 (remove_files) COMPLETE
47412024-12-02T16:41:32.283Z[ recovery-image] Dec 02 16:41:31.508 INFO O| Dec 02 16:41:31.508 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-02T16:41:32.293Z[ recovery-image] Dec 02 16:41:31.518 INFO O| Dec 02 16:41:31.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47432024-12-02T16:41:32.293Z[ recovery-image] Dec 02 16:41:31.518 INFO O| Dec 02 16:41:31.518 INFO STEP 153 (remove_files) COMPLETE
47442024-12-02T16:41:32.293Z[ recovery-image] Dec 02 16:41:31.518 INFO O| Dec 02 16:41:31.518 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-02T16:41:32.302Z[ recovery-image] Dec 02 16:41:31.528 INFO O| Dec 02 16:41:31.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47462024-12-02T16:41:32.302Z[ recovery-image] Dec 02 16:41:31.528 INFO O| Dec 02 16:41:31.528 INFO STEP 154 (remove_files) COMPLETE
47472024-12-02T16:41:32.302Z[ recovery-image] Dec 02 16:41:31.528 INFO O| Dec 02 16:41:31.528 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-02T16:41:32.311Z[ host-image] Dec 02 16:41:31.537 INFO O| Dec 02 16:41:31.536 INFO O| Actions: Completed 305 actions in 0.11 seconds.
47492024-12-02T16:41:32.313Z[ recovery-image] Dec 02 16:41:31.537 INFO O| Dec 02 16:41:31.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47502024-12-02T16:41:32.313Z[ recovery-image] Dec 02 16:41:31.537 INFO O| Dec 02 16:41:31.537 INFO STEP 155 (remove_files) COMPLETE
47512024-12-02T16:41:32.313Z[ recovery-image] Dec 02 16:41:31.537 INFO O| Dec 02 16:41:31.537 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-02T16:41:32.321Z[ recovery-image] Dec 02 16:41:31.547 INFO O| Dec 02 16:41:31.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47532024-12-02T16:41:32.321Z[ recovery-image] Dec 02 16:41:31.547 INFO O| Dec 02 16:41:31.547 INFO STEP 156 (remove_files) COMPLETE
47542024-12-02T16:41:32.325Z[ recovery-image] Dec 02 16:41:31.547 INFO O| Dec 02 16:41:31.547 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-02T16:41:32.331Z[ recovery-image] Dec 02 16:41:31.557 INFO O| Dec 02 16:41:31.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47562024-12-02T16:41:32.331Z[ recovery-image] Dec 02 16:41:31.557 INFO O| Dec 02 16:41:31.557 INFO STEP 157 (remove_files) COMPLETE
47572024-12-02T16:41:32.331Z[ recovery-image] Dec 02 16:41:31.557 INFO O| Dec 02 16:41:31.557 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-02T16:41:32.341Z[ recovery-image] Dec 02 16:41:31.566 INFO O| Dec 02 16:41:31.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47592024-12-02T16:41:32.341Z[ recovery-image] Dec 02 16:41:31.566 INFO O| Dec 02 16:41:31.566 INFO STEP 158 (remove_files) COMPLETE
47602024-12-02T16:41:32.341Z[ recovery-image] Dec 02 16:41:31.566 INFO O| Dec 02 16:41:31.566 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-02T16:41:32.350Z[ recovery-image] Dec 02 16:41:31.576 INFO O| Dec 02 16:41:31.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47622024-12-02T16:41:32.351Z[ recovery-image] Dec 02 16:41:31.576 INFO O| Dec 02 16:41:31.576 INFO STEP 159 (remove_files) COMPLETE
47632024-12-02T16:41:32.353Z[ recovery-image] Dec 02 16:41:31.576 INFO O| Dec 02 16:41:31.576 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-02T16:41:32.360Z[ recovery-image] Dec 02 16:41:31.586 INFO O| Dec 02 16:41:31.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47652024-12-02T16:41:32.360Z[ recovery-image] Dec 02 16:41:31.586 INFO O| Dec 02 16:41:31.586 INFO STEP 160 (remove_files) COMPLETE
47662024-12-02T16:41:32.360Z[ recovery-image] Dec 02 16:41:31.586 INFO O| Dec 02 16:41:31.586 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-02T16:41:32.370Z[ recovery-image] Dec 02 16:41:31.595 INFO O| Dec 02 16:41:31.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47682024-12-02T16:41:32.374Z[ recovery-image] Dec 02 16:41:31.595 INFO O| Dec 02 16:41:31.595 INFO STEP 161 (remove_files) COMPLETE
47692024-12-02T16:41:32.374Z[ recovery-image] Dec 02 16:41:31.596 INFO O| Dec 02 16:41:31.595 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-02T16:41:32.380Z[ recovery-image] Dec 02 16:41:31.605 INFO O| Dec 02 16:41:31.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47712024-12-02T16:41:32.380Z[ recovery-image] Dec 02 16:41:31.605 INFO O| Dec 02 16:41:31.605 INFO STEP 162 (remove_files) COMPLETE
47722024-12-02T16:41:32.382Z[ recovery-image] Dec 02 16:41:31.605 INFO O| Dec 02 16:41:31.605 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-02T16:41:32.389Z[ recovery-image] Dec 02 16:41:31.615 INFO O| Dec 02 16:41:31.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47742024-12-02T16:41:32.393Z[ recovery-image] Dec 02 16:41:31.615 INFO O| Dec 02 16:41:31.615 INFO STEP 163 (remove_files) COMPLETE
47752024-12-02T16:41:32.393Z[ recovery-image] Dec 02 16:41:31.615 INFO O| Dec 02 16:41:31.615 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-02T16:41:32.399Z[ recovery-image] Dec 02 16:41:31.625 INFO O| Dec 02 16:41:31.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
47772024-12-02T16:41:32.399Z[ recovery-image] Dec 02 16:41:31.625 INFO O| Dec 02 16:41:31.625 INFO STEP 164 (remove_files) COMPLETE
47782024-12-02T16:41:32.399Z[ recovery-image] Dec 02 16:41:31.625 INFO O| Dec 02 16:41:31.625 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-02T16:41:32.409Z[ recovery-image] Dec 02 16:41:31.634 INFO O| Dec 02 16:41:31.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
47802024-12-02T16:41:32.409Z[ recovery-image] Dec 02 16:41:31.634 INFO O| Dec 02 16:41:31.634 INFO STEP 165 (remove_files) COMPLETE
47812024-12-02T16:41:32.409Z[ recovery-image] Dec 02 16:41:31.634 INFO O| Dec 02 16:41:31.634 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-02T16:41:32.418Z[ recovery-image] Dec 02 16:41:31.644 INFO O| Dec 02 16:41:31.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
47832024-12-02T16:41:32.423Z[ recovery-image] Dec 02 16:41:31.645 INFO O| Dec 02 16:41:31.645 INFO STEP 166 (remove_files) COMPLETE
47842024-12-02T16:41:32.423Z[ recovery-image] Dec 02 16:41:31.645 INFO O| Dec 02 16:41:31.645 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-02T16:41:32.428Z[ recovery-image] Dec 02 16:41:31.654 INFO O| Dec 02 16:41:31.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
47862024-12-02T16:41:32.428Z[ recovery-image] Dec 02 16:41:31.654 INFO O| Dec 02 16:41:31.654 INFO STEP 167 (remove_files) COMPLETE
47872024-12-02T16:41:32.428Z[ recovery-image] Dec 02 16:41:31.654 INFO O| Dec 02 16:41:31.654 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-02T16:41:32.438Z[ recovery-image] Dec 02 16:41:31.664 INFO O| Dec 02 16:41:31.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
47892024-12-02T16:41:32.438Z[ recovery-image] Dec 02 16:41:31.664 INFO O| Dec 02 16:41:31.664 INFO STEP 168 (remove_files) COMPLETE
47902024-12-02T16:41:32.438Z[ recovery-image] Dec 02 16:41:31.664 INFO O| Dec 02 16:41:31.664 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-02T16:41:32.449Z[ recovery-image] Dec 02 16:41:31.675 INFO O| Dec 02 16:41:31.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
47922024-12-02T16:41:32.450Z[ recovery-image] Dec 02 16:41:31.675 INFO O| Dec 02 16:41:31.675 INFO STEP 169 (remove_files) COMPLETE
47932024-12-02T16:41:32.452Z[ recovery-image] Dec 02 16:41:31.675 INFO O| Dec 02 16:41:31.675 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-02T16:41:32.459Z[ recovery-image] Dec 02 16:41:31.685 INFO O| Dec 02 16:41:31.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
47952024-12-02T16:41:32.459Z[ recovery-image] Dec 02 16:41:31.685 INFO O| Dec 02 16:41:31.685 INFO STEP 170 (remove_files) COMPLETE
47962024-12-02T16:41:32.462Z[ recovery-image] Dec 02 16:41:31.685 INFO O| Dec 02 16:41:31.685 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-02T16:41:32.469Z[ recovery-image] Dec 02 16:41:31.695 INFO O| Dec 02 16:41:31.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
47982024-12-02T16:41:32.469Z[ recovery-image] Dec 02 16:41:31.695 INFO O| Dec 02 16:41:31.695 INFO STEP 171 (remove_files) COMPLETE
47992024-12-02T16:41:32.472Z[ recovery-image] Dec 02 16:41:31.695 INFO O| Dec 02 16:41:31.695 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-02T16:41:32.481Z[ recovery-image] Dec 02 16:41:31.707 INFO O| Dec 02 16:41:31.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48012024-12-02T16:41:32.481Z[ recovery-image] Dec 02 16:41:31.707 INFO O| Dec 02 16:41:31.707 INFO STEP 172 (remove_files) COMPLETE
48022024-12-02T16:41:32.481Z[ recovery-image] Dec 02 16:41:31.707 INFO O| Dec 02 16:41:31.707 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-02T16:41:32.493Z[ recovery-image] Dec 02 16:41:31.718 INFO O| Dec 02 16:41:31.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48042024-12-02T16:41:32.493Z[ recovery-image] Dec 02 16:41:31.718 INFO O| Dec 02 16:41:31.718 INFO STEP 173 (remove_files) COMPLETE
48052024-12-02T16:41:32.495Z[ recovery-image] Dec 02 16:41:31.718 INFO O| Dec 02 16:41:31.718 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-02T16:41:32.503Z[ recovery-image] Dec 02 16:41:31.729 INFO O| Dec 02 16:41:31.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48072024-12-02T16:41:32.503Z[ recovery-image] Dec 02 16:41:31.729 INFO O| Dec 02 16:41:31.729 INFO STEP 174 (remove_files) COMPLETE
48082024-12-02T16:41:32.505Z[ recovery-image] Dec 02 16:41:31.729 INFO O| Dec 02 16:41:31.729 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-02T16:41:32.515Z[ recovery-image] Dec 02 16:41:31.740 INFO O| Dec 02 16:41:31.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48102024-12-02T16:41:32.517Z[ recovery-image] Dec 02 16:41:31.740 INFO O| Dec 02 16:41:31.740 INFO STEP 175 (remove_files) COMPLETE
48112024-12-02T16:41:32.517Z[ recovery-image] Dec 02 16:41:31.740 INFO O| Dec 02 16:41:31.740 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-02T16:41:32.527Z[ recovery-image] Dec 02 16:41:31.752 INFO O| Dec 02 16:41:31.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48132024-12-02T16:41:32.527Z[ recovery-image] Dec 02 16:41:31.752 INFO O| Dec 02 16:41:31.752 INFO STEP 176 (remove_files) COMPLETE
48142024-12-02T16:41:32.527Z[ recovery-image] Dec 02 16:41:31.752 INFO O| Dec 02 16:41:31.752 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-02T16:41:32.537Z[ recovery-image] Dec 02 16:41:31.763 INFO O| Dec 02 16:41:31.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48162024-12-02T16:41:32.537Z[ recovery-image] Dec 02 16:41:31.763 INFO O| Dec 02 16:41:31.763 INFO STEP 177 (remove_files) COMPLETE
48172024-12-02T16:41:32.537Z[ recovery-image] Dec 02 16:41:31.763 INFO O| Dec 02 16:41:31.763 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-02T16:41:32.548Z[ recovery-image] Dec 02 16:41:31.773 INFO O| Dec 02 16:41:31.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48192024-12-02T16:41:32.550Z[ recovery-image] Dec 02 16:41:31.773 INFO O| Dec 02 16:41:31.773 INFO STEP 178 (remove_files) COMPLETE
48202024-12-02T16:41:32.550Z[ recovery-image] Dec 02 16:41:31.773 INFO O| Dec 02 16:41:31.773 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-02T16:41:32.558Z[ recovery-image] Dec 02 16:41:31.784 INFO O| Dec 02 16:41:31.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48222024-12-02T16:41:32.558Z[ recovery-image] Dec 02 16:41:31.784 INFO O| Dec 02 16:41:31.784 INFO STEP 179 (remove_files) COMPLETE
48232024-12-02T16:41:32.560Z[ recovery-image] Dec 02 16:41:31.784 INFO O| Dec 02 16:41:31.784 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-02T16:41:32.569Z[ recovery-image] Dec 02 16:41:31.794 INFO O| Dec 02 16:41:31.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48252024-12-02T16:41:32.569Z[ recovery-image] Dec 02 16:41:31.794 INFO O| Dec 02 16:41:31.794 INFO STEP 180 (remove_files) COMPLETE
48262024-12-02T16:41:32.571Z[ recovery-image] Dec 02 16:41:31.794 INFO O| Dec 02 16:41:31.794 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-02T16:41:32.579Z[ recovery-image] Dec 02 16:41:31.805 INFO O| Dec 02 16:41:31.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48282024-12-02T16:41:32.579Z[ recovery-image] Dec 02 16:41:31.805 INFO O| Dec 02 16:41:31.805 INFO STEP 181 (remove_files) COMPLETE
48292024-12-02T16:41:32.579Z[ recovery-image] Dec 02 16:41:31.805 INFO O| Dec 02 16:41:31.805 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-02T16:41:32.589Z[ recovery-image] Dec 02 16:41:31.815 INFO O| Dec 02 16:41:31.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48312024-12-02T16:41:32.589Z[ recovery-image] Dec 02 16:41:31.815 INFO O| Dec 02 16:41:31.815 INFO STEP 182 (remove_files) COMPLETE
48322024-12-02T16:41:32.589Z[ recovery-image] Dec 02 16:41:31.815 INFO O| Dec 02 16:41:31.815 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-02T16:41:32.599Z[ recovery-image] Dec 02 16:41:31.825 INFO O| Dec 02 16:41:31.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48342024-12-02T16:41:32.599Z[ recovery-image] Dec 02 16:41:31.825 INFO O| Dec 02 16:41:31.825 INFO STEP 183 (remove_files) COMPLETE
48352024-12-02T16:41:32.602Z[ recovery-image] Dec 02 16:41:31.825 INFO O| Dec 02 16:41:31.825 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-02T16:41:32.609Z[ recovery-image] Dec 02 16:41:31.835 INFO O| Dec 02 16:41:31.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48372024-12-02T16:41:32.609Z[ recovery-image] Dec 02 16:41:31.835 INFO O| Dec 02 16:41:31.835 INFO STEP 184 (remove_files) COMPLETE
48382024-12-02T16:41:32.609Z[ recovery-image] Dec 02 16:41:31.835 INFO O| Dec 02 16:41:31.835 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-02T16:41:32.620Z[ recovery-image] Dec 02 16:41:31.845 INFO O| Dec 02 16:41:31.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48402024-12-02T16:41:32.620Z[ recovery-image] Dec 02 16:41:31.845 INFO O| Dec 02 16:41:31.845 INFO STEP 185 (remove_files) COMPLETE
48412024-12-02T16:41:32.622Z[ recovery-image] Dec 02 16:41:31.845 INFO O| Dec 02 16:41:31.845 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-02T16:41:32.630Z[ recovery-image] Dec 02 16:41:31.855 INFO O| Dec 02 16:41:31.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48432024-12-02T16:41:32.632Z[ recovery-image] Dec 02 16:41:31.855 INFO O| Dec 02 16:41:31.855 INFO STEP 186 (remove_files) COMPLETE
48442024-12-02T16:41:32.632Z[ recovery-image] Dec 02 16:41:31.855 INFO O| Dec 02 16:41:31.855 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-02T16:41:32.640Z[ recovery-image] Dec 02 16:41:31.865 INFO O| Dec 02 16:41:31.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48462024-12-02T16:41:32.643Z[ recovery-image] Dec 02 16:41:31.865 INFO O| Dec 02 16:41:31.865 INFO STEP 187 (remove_files) COMPLETE
48472024-12-02T16:41:32.644Z[ recovery-image] Dec 02 16:41:31.865 INFO O| Dec 02 16:41:31.865 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-02T16:41:32.649Z[ recovery-image] Dec 02 16:41:31.875 INFO O| Dec 02 16:41:31.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48492024-12-02T16:41:32.649Z[ recovery-image] Dec 02 16:41:31.875 INFO O| Dec 02 16:41:31.875 INFO STEP 188 (remove_files) COMPLETE
48502024-12-02T16:41:32.652Z[ recovery-image] Dec 02 16:41:31.875 INFO O| Dec 02 16:41:31.875 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-02T16:41:32.659Z[ recovery-image] Dec 02 16:41:31.885 INFO O| Dec 02 16:41:31.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48522024-12-02T16:41:32.659Z[ recovery-image] Dec 02 16:41:31.885 INFO O| Dec 02 16:41:31.885 INFO STEP 189 (remove_files) COMPLETE
48532024-12-02T16:41:32.659Z[ recovery-image] Dec 02 16:41:31.885 INFO O| Dec 02 16:41:31.885 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-02T16:41:32.666Z[ host-image] Dec 02 16:41:31.892 INFO O| Dec 02 16:41:31.892 INFO O| Done
48552024-12-02T16:41:32.666Z[ host-image] Dec 02 16:41:31.892 INFO O| Dec 02 16:41:31.892 INFO O| Done
48562024-12-02T16:41:32.669Z[ recovery-image] Dec 02 16:41:31.894 INFO O| Dec 02 16:41:31.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48572024-12-02T16:41:32.669Z[ recovery-image] Dec 02 16:41:31.895 INFO O| Dec 02 16:41:31.895 INFO STEP 190 (remove_files) COMPLETE
48582024-12-02T16:41:32.669Z[ recovery-image] Dec 02 16:41:31.895 INFO O| Dec 02 16:41:31.895 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-12-02T16:41:32.679Z[ recovery-image] Dec 02 16:41:31.904 INFO O| Dec 02 16:41:31.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48602024-12-02T16:41:32.681Z[ recovery-image] Dec 02 16:41:31.904 INFO O| Dec 02 16:41:31.904 INFO STEP 191 (remove_files) COMPLETE
48612024-12-02T16:41:32.681Z[ recovery-image] Dec 02 16:41:31.904 INFO O| Dec 02 16:41:31.904 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-12-02T16:41:32.688Z[ recovery-image] Dec 02 16:41:31.914 INFO O| Dec 02 16:41:31.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48632024-12-02T16:41:32.688Z[ recovery-image] Dec 02 16:41:31.914 INFO O| Dec 02 16:41:31.914 INFO STEP 192 (remove_files) COMPLETE
48642024-12-02T16:41:32.691Z[ recovery-image] Dec 02 16:41:31.914 INFO O| Dec 02 16:41:31.914 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-12-02T16:41:32.698Z[ recovery-image] Dec 02 16:41:31.924 INFO O| Dec 02 16:41:31.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48662024-12-02T16:41:32.698Z[ recovery-image] Dec 02 16:41:31.924 INFO O| Dec 02 16:41:31.924 INFO STEP 193 (remove_files) COMPLETE
48672024-12-02T16:41:32.701Z[ recovery-image] Dec 02 16:41:31.924 INFO O| Dec 02 16:41:31.924 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-12-02T16:41:32.708Z[ recovery-image] Dec 02 16:41:31.933 INFO O| Dec 02 16:41:31.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48692024-12-02T16:41:32.708Z[ recovery-image] Dec 02 16:41:31.933 INFO O| Dec 02 16:41:31.933 INFO STEP 194 (remove_files) COMPLETE
48702024-12-02T16:41:32.710Z[ recovery-image] Dec 02 16:41:31.933 INFO O| Dec 02 16:41:31.933 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-12-02T16:41:32.718Z[ recovery-image] Dec 02 16:41:31.943 INFO O| Dec 02 16:41:31.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48722024-12-02T16:41:32.718Z[ recovery-image] Dec 02 16:41:31.943 INFO O| Dec 02 16:41:31.943 INFO STEP 195 (remove_files) COMPLETE
48732024-12-02T16:41:32.720Z[ recovery-image] Dec 02 16:41:31.943 INFO O| Dec 02 16:41:31.943 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-12-02T16:41:32.728Z[ recovery-image] Dec 02 16:41:31.953 INFO O| Dec 02 16:41:31.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48752024-12-02T16:41:32.728Z[ recovery-image] Dec 02 16:41:31.953 INFO O| Dec 02 16:41:31.953 INFO STEP 196 (remove_files) COMPLETE
48762024-12-02T16:41:32.730Z[ recovery-image] Dec 02 16:41:31.953 INFO O| Dec 02 16:41:31.953 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-12-02T16:41:32.737Z[ recovery-image] Dec 02 16:41:31.963 INFO O| Dec 02 16:41:31.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
48782024-12-02T16:41:32.740Z[ recovery-image] Dec 02 16:41:31.963 INFO O| Dec 02 16:41:31.963 INFO STEP 197 (remove_files) COMPLETE
48792024-12-02T16:41:32.740Z[ recovery-image] Dec 02 16:41:31.963 INFO O| Dec 02 16:41:31.963 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-12-02T16:41:32.747Z[ recovery-image] Dec 02 16:41:31.972 INFO O| Dec 02 16:41:31.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
48812024-12-02T16:41:32.747Z[ recovery-image] Dec 02 16:41:31.972 INFO O| Dec 02 16:41:31.972 INFO STEP 198 (remove_files) COMPLETE
48822024-12-02T16:41:32.749Z[ recovery-image] Dec 02 16:41:31.972 INFO O| Dec 02 16:41:31.972 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-12-02T16:41:32.756Z[ recovery-image] Dec 02 16:41:31.981 INFO O| Dec 02 16:41:31.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
48842024-12-02T16:41:32.756Z[ recovery-image] Dec 02 16:41:31.982 INFO O| Dec 02 16:41:31.982 INFO STEP 199 (remove_files) COMPLETE
48852024-12-02T16:41:32.758Z[ recovery-image] Dec 02 16:41:31.982 INFO O| Dec 02 16:41:31.982 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-12-02T16:41:32.765Z[ recovery-image] Dec 02 16:41:31.991 INFO O| Dec 02 16:41:31.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
48872024-12-02T16:41:32.765Z[ recovery-image] Dec 02 16:41:31.991 INFO O| Dec 02 16:41:31.991 INFO STEP 200 (remove_files) COMPLETE
48882024-12-02T16:41:32.768Z[ recovery-image] Dec 02 16:41:31.991 INFO O| Dec 02 16:41:31.991 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-12-02T16:41:32.774Z[ recovery-image] Dec 02 16:41:32.000 INFO O| Dec 02 16:41:32.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
48902024-12-02T16:41:32.774Z[ recovery-image] Dec 02 16:41:32.000 INFO O| Dec 02 16:41:32.000 INFO STEP 201 (remove_files) COMPLETE
48912024-12-02T16:41:32.778Z[ recovery-image] Dec 02 16:41:32.000 INFO O| Dec 02 16:41:32.000 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-12-02T16:41:32.785Z[ recovery-image] Dec 02 16:41:32.010 INFO O| Dec 02 16:41:32.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
48932024-12-02T16:41:32.785Z[ recovery-image] Dec 02 16:41:32.010 INFO O| Dec 02 16:41:32.010 INFO STEP 202 (remove_files) COMPLETE
48942024-12-02T16:41:32.787Z[ recovery-image] Dec 02 16:41:32.010 INFO O| Dec 02 16:41:32.010 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-12-02T16:41:32.794Z[ recovery-image] Dec 02 16:41:32.020 INFO O| Dec 02 16:41:32.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
48962024-12-02T16:41:32.794Z[ recovery-image] Dec 02 16:41:32.020 INFO O| Dec 02 16:41:32.020 INFO STEP 203 (remove_files) COMPLETE
48972024-12-02T16:41:32.797Z[ recovery-image] Dec 02 16:41:32.020 INFO O| Dec 02 16:41:32.020 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-12-02T16:41:32.804Z[ recovery-image] Dec 02 16:41:32.029 INFO O| Dec 02 16:41:32.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
48992024-12-02T16:41:32.804Z[ recovery-image] Dec 02 16:41:32.029 INFO O| Dec 02 16:41:32.029 INFO STEP 204 (remove_files) COMPLETE
49002024-12-02T16:41:32.806Z[ recovery-image] Dec 02 16:41:32.029 INFO O| Dec 02 16:41:32.029 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-12-02T16:41:32.813Z[ recovery-image] Dec 02 16:41:32.039 INFO O| Dec 02 16:41:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49022024-12-02T16:41:32.813Z[ recovery-image] Dec 02 16:41:32.039 INFO O| Dec 02 16:41:32.039 INFO STEP 205 (remove_files) COMPLETE
49032024-12-02T16:41:32.815Z[ recovery-image] Dec 02 16:41:32.039 INFO O| Dec 02 16:41:32.039 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-12-02T16:41:32.822Z[ recovery-image] Dec 02 16:41:32.048 INFO O| Dec 02 16:41:32.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49052024-12-02T16:41:32.822Z[ recovery-image] Dec 02 16:41:32.048 INFO O| Dec 02 16:41:32.048 INFO STEP 206 (remove_files) COMPLETE
49062024-12-02T16:41:32.822Z[ recovery-image] Dec 02 16:41:32.048 INFO O| Dec 02 16:41:32.048 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-12-02T16:41:32.832Z[ recovery-image] Dec 02 16:41:32.057 INFO O| Dec 02 16:41:32.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49082024-12-02T16:41:32.832Z[ recovery-image] Dec 02 16:41:32.057 INFO O| Dec 02 16:41:32.057 INFO STEP 207 (remove_files) COMPLETE
49092024-12-02T16:41:32.834Z[ recovery-image] Dec 02 16:41:32.057 INFO O| Dec 02 16:41:32.057 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-12-02T16:41:32.841Z[ recovery-image] Dec 02 16:41:32.067 INFO O| Dec 02 16:41:32.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49112024-12-02T16:41:32.843Z[ recovery-image] Dec 02 16:41:32.067 INFO O| Dec 02 16:41:32.067 INFO STEP 208 (remove_files) COMPLETE
49122024-12-02T16:41:32.843Z[ recovery-image] Dec 02 16:41:32.067 INFO O| Dec 02 16:41:32.067 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-12-02T16:41:32.850Z[ recovery-image] Dec 02 16:41:32.076 INFO O| Dec 02 16:41:32.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49142024-12-02T16:41:32.853Z[ recovery-image] Dec 02 16:41:32.076 INFO O| Dec 02 16:41:32.076 INFO STEP 209 (remove_files) COMPLETE
49152024-12-02T16:41:32.853Z[ recovery-image] Dec 02 16:41:32.076 INFO O| Dec 02 16:41:32.076 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-12-02T16:41:32.860Z[ recovery-image] Dec 02 16:41:32.085 INFO O| Dec 02 16:41:32.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49172024-12-02T16:41:32.860Z[ recovery-image] Dec 02 16:41:32.085 INFO O| Dec 02 16:41:32.085 INFO STEP 210 (remove_files) COMPLETE
49182024-12-02T16:41:32.862Z[ recovery-image] Dec 02 16:41:32.085 INFO O| Dec 02 16:41:32.085 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-02T16:41:32.869Z[ recovery-image] Dec 02 16:41:32.095 INFO O| Dec 02 16:41:32.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49202024-12-02T16:41:32.870Z[ recovery-image] Dec 02 16:41:32.095 INFO O| Dec 02 16:41:32.095 INFO STEP 211 (remove_files) COMPLETE
49212024-12-02T16:41:32.872Z[ recovery-image] Dec 02 16:41:32.095 INFO O| Dec 02 16:41:32.095 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-02T16:41:32.879Z[ recovery-image] Dec 02 16:41:32.104 INFO O| Dec 02 16:41:32.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49232024-12-02T16:41:32.879Z[ recovery-image] Dec 02 16:41:32.104 INFO O| Dec 02 16:41:32.104 INFO STEP 212 (remove_files) COMPLETE
49242024-12-02T16:41:32.879Z[ recovery-image] Dec 02 16:41:32.105 INFO O| Dec 02 16:41:32.104 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-12-02T16:41:32.888Z[ recovery-image] Dec 02 16:41:32.114 INFO O| Dec 02 16:41:32.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49262024-12-02T16:41:32.893Z[ recovery-image] Dec 02 16:41:32.114 INFO O| Dec 02 16:41:32.114 INFO STEP 213 (remove_files) COMPLETE
49272024-12-02T16:41:32.893Z[ recovery-image] Dec 02 16:41:32.114 INFO O| Dec 02 16:41:32.114 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-02T16:41:32.898Z[ recovery-image] Dec 02 16:41:32.123 INFO O| Dec 02 16:41:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49292024-12-02T16:41:32.898Z[ recovery-image] Dec 02 16:41:32.123 INFO O| Dec 02 16:41:32.123 INFO STEP 214 (remove_files) COMPLETE
49302024-12-02T16:41:32.900Z[ recovery-image] Dec 02 16:41:32.123 INFO O| Dec 02 16:41:32.123 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-02T16:41:32.908Z[ recovery-image] Dec 02 16:41:32.134 INFO O| Dec 02 16:41:32.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49322024-12-02T16:41:32.909Z[ recovery-image] Dec 02 16:41:32.134 INFO O| Dec 02 16:41:32.134 INFO STEP 215 (remove_files) COMPLETE
49332024-12-02T16:41:32.911Z[ recovery-image] Dec 02 16:41:32.134 INFO O| Dec 02 16:41:32.134 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-12-02T16:41:32.918Z[ recovery-image] Dec 02 16:41:32.144 INFO O| Dec 02 16:41:32.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49352024-12-02T16:41:32.922Z[ recovery-image] Dec 02 16:41:32.144 INFO O| Dec 02 16:41:32.144 INFO STEP 216 (remove_files) COMPLETE
49362024-12-02T16:41:32.922Z[ recovery-image] Dec 02 16:41:32.144 INFO O| Dec 02 16:41:32.144 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-02T16:41:32.928Z[ recovery-image] Dec 02 16:41:32.153 INFO O| Dec 02 16:41:32.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49382024-12-02T16:41:32.928Z[ recovery-image] Dec 02 16:41:32.153 INFO O| Dec 02 16:41:32.153 INFO STEP 217 (remove_files) COMPLETE
49392024-12-02T16:41:32.931Z[ recovery-image] Dec 02 16:41:32.154 INFO O| Dec 02 16:41:32.153 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-02T16:41:32.937Z[ recovery-image] Dec 02 16:41:32.163 INFO O| Dec 02 16:41:32.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49412024-12-02T16:41:32.937Z[ recovery-image] Dec 02 16:41:32.163 INFO O| Dec 02 16:41:32.163 INFO STEP 218 (remove_files) COMPLETE
49422024-12-02T16:41:32.940Z[ recovery-image] Dec 02 16:41:32.163 INFO O| Dec 02 16:41:32.163 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-02T16:41:32.948Z[ recovery-image] Dec 02 16:41:32.173 INFO O| Dec 02 16:41:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49442024-12-02T16:41:32.948Z[ recovery-image] Dec 02 16:41:32.173 INFO O| Dec 02 16:41:32.173 INFO STEP 219 (remove_files) COMPLETE
49452024-12-02T16:41:32.951Z[ recovery-image] Dec 02 16:41:32.173 INFO O| Dec 02 16:41:32.173 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-02T16:41:32.957Z[ recovery-image] Dec 02 16:41:32.182 INFO O| Dec 02 16:41:32.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49472024-12-02T16:41:32.957Z[ recovery-image] Dec 02 16:41:32.182 INFO O| Dec 02 16:41:32.182 INFO STEP 220 (remove_files) COMPLETE
49482024-12-02T16:41:32.957Z[ recovery-image] Dec 02 16:41:32.182 INFO O| Dec 02 16:41:32.182 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-02T16:41:32.967Z[ recovery-image] Dec 02 16:41:32.192 INFO O| Dec 02 16:41:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49502024-12-02T16:41:32.967Z[ recovery-image] Dec 02 16:41:32.192 INFO O| Dec 02 16:41:32.192 INFO STEP 221 (remove_files) COMPLETE
49512024-12-02T16:41:32.967Z[ recovery-image] Dec 02 16:41:32.192 INFO O| Dec 02 16:41:32.192 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-02T16:41:32.976Z[ recovery-image] Dec 02 16:41:32.201 INFO O| Dec 02 16:41:32.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49532024-12-02T16:41:32.976Z[ recovery-image] Dec 02 16:41:32.201 INFO O| Dec 02 16:41:32.201 INFO STEP 222 (remove_files) COMPLETE
49542024-12-02T16:41:32.979Z[ recovery-image] Dec 02 16:41:32.201 INFO O| Dec 02 16:41:32.201 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-02T16:41:32.985Z[ recovery-image] Dec 02 16:41:32.211 INFO O| Dec 02 16:41:32.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49562024-12-02T16:41:32.985Z[ recovery-image] Dec 02 16:41:32.211 INFO O| Dec 02 16:41:32.211 INFO STEP 223 (remove_files) COMPLETE
49572024-12-02T16:41:32.985Z[ recovery-image] Dec 02 16:41:32.211 INFO O| Dec 02 16:41:32.211 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-02T16:41:32.995Z[ recovery-image] Dec 02 16:41:32.220 INFO O| Dec 02 16:41:32.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49592024-12-02T16:41:32.997Z[ recovery-image] Dec 02 16:41:32.220 INFO O| Dec 02 16:41:32.220 INFO STEP 224 (remove_files) COMPLETE
49602024-12-02T16:41:32.997Z[ recovery-image] Dec 02 16:41:32.220 INFO O| Dec 02 16:41:32.220 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-02T16:41:33.005Z[ recovery-image] Dec 02 16:41:32.229 INFO O| Dec 02 16:41:32.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49622024-12-02T16:41:33.009Z[ recovery-image] Dec 02 16:41:32.230 INFO O| Dec 02 16:41:32.230 INFO STEP 225 (remove_files) COMPLETE
49632024-12-02T16:41:33.009Z[ recovery-image] Dec 02 16:41:32.230 INFO O| Dec 02 16:41:32.230 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-02T16:41:33.013Z[ recovery-image] Dec 02 16:41:32.239 INFO O| Dec 02 16:41:32.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49652024-12-02T16:41:33.016Z[ recovery-image] Dec 02 16:41:32.239 INFO O| Dec 02 16:41:32.239 INFO STEP 226 (remove_files) COMPLETE
49662024-12-02T16:41:33.016Z[ recovery-image] Dec 02 16:41:32.239 INFO O| Dec 02 16:41:32.239 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-02T16:41:33.023Z[ recovery-image] Dec 02 16:41:32.249 INFO O| Dec 02 16:41:32.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49682024-12-02T16:41:33.023Z[ recovery-image] Dec 02 16:41:32.249 INFO O| Dec 02 16:41:32.249 INFO STEP 227 (remove_files) COMPLETE
49692024-12-02T16:41:33.027Z[ recovery-image] Dec 02 16:41:32.249 INFO O| Dec 02 16:41:32.249 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-02T16:41:33.033Z[ recovery-image] Dec 02 16:41:32.258 INFO O| Dec 02 16:41:32.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49712024-12-02T16:41:33.033Z[ recovery-image] Dec 02 16:41:32.258 INFO O| Dec 02 16:41:32.258 INFO STEP 228 (remove_files) COMPLETE
49722024-12-02T16:41:33.033Z[ recovery-image] Dec 02 16:41:32.258 INFO O| Dec 02 16:41:32.258 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-02T16:41:33.042Z[ recovery-image] Dec 02 16:41:32.268 INFO O| Dec 02 16:41:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49742024-12-02T16:41:33.043Z[ recovery-image] Dec 02 16:41:32.268 INFO O| Dec 02 16:41:32.268 INFO STEP 229 (remove_files) COMPLETE
49752024-12-02T16:41:33.045Z[ recovery-image] Dec 02 16:41:32.268 INFO O| Dec 02 16:41:32.268 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-02T16:41:33.055Z[ recovery-image] Dec 02 16:41:32.278 INFO O| Dec 02 16:41:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
49772024-12-02T16:41:33.055Z[ recovery-image] Dec 02 16:41:32.278 INFO O| Dec 02 16:41:32.278 INFO STEP 230 (remove_files) COMPLETE
49782024-12-02T16:41:33.056Z[ recovery-image] Dec 02 16:41:32.278 INFO O| Dec 02 16:41:32.278 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-02T16:41:33.062Z[ recovery-image] Dec 02 16:41:32.288 INFO O| Dec 02 16:41:32.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
49802024-12-02T16:41:33.065Z[ recovery-image] Dec 02 16:41:32.288 INFO O| Dec 02 16:41:32.288 INFO STEP 231 (remove_files) COMPLETE
49812024-12-02T16:41:33.065Z[ recovery-image] Dec 02 16:41:32.288 INFO O| Dec 02 16:41:32.288 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-02T16:41:33.072Z[ recovery-image] Dec 02 16:41:32.297 INFO O| Dec 02 16:41:32.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
49832024-12-02T16:41:33.072Z[ recovery-image] Dec 02 16:41:32.297 INFO O| Dec 02 16:41:32.297 INFO STEP 232 (remove_files) COMPLETE
49842024-12-02T16:41:33.074Z[ recovery-image] Dec 02 16:41:32.297 INFO O| Dec 02 16:41:32.297 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-02T16:41:33.081Z[ recovery-image] Dec 02 16:41:32.307 INFO O| Dec 02 16:41:32.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
49862024-12-02T16:41:33.081Z[ recovery-image] Dec 02 16:41:32.307 INFO O| Dec 02 16:41:32.307 INFO STEP 233 (remove_files) COMPLETE
49872024-12-02T16:41:33.083Z[ recovery-image] Dec 02 16:41:32.307 INFO O| Dec 02 16:41:32.307 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-02T16:41:33.091Z[ recovery-image] Dec 02 16:41:32.316 INFO O| Dec 02 16:41:32.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
49892024-12-02T16:41:33.091Z[ recovery-image] Dec 02 16:41:32.316 INFO O| Dec 02 16:41:32.316 INFO STEP 234 (remove_files) COMPLETE
49902024-12-02T16:41:33.091Z[ recovery-image] Dec 02 16:41:32.316 INFO O| Dec 02 16:41:32.316 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-12-02T16:41:33.100Z[ recovery-image] Dec 02 16:41:32.326 INFO O| Dec 02 16:41:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
49922024-12-02T16:41:33.100Z[ recovery-image] Dec 02 16:41:32.326 INFO O| Dec 02 16:41:32.326 INFO STEP 235 (remove_files) COMPLETE
49932024-12-02T16:41:33.102Z[ recovery-image] Dec 02 16:41:32.326 INFO O| Dec 02 16:41:32.326 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-12-02T16:41:33.109Z[ recovery-image] Dec 02 16:41:32.335 INFO O| Dec 02 16:41:32.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
49952024-12-02T16:41:33.112Z[ recovery-image] Dec 02 16:41:32.335 INFO O| Dec 02 16:41:32.335 INFO STEP 236 (remove_files) COMPLETE
49962024-12-02T16:41:33.112Z[ recovery-image] Dec 02 16:41:32.336 INFO O| Dec 02 16:41:32.335 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-12-02T16:41:33.119Z[ recovery-image] Dec 02 16:41:32.345 INFO O| Dec 02 16:41:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
49982024-12-02T16:41:33.119Z[ recovery-image] Dec 02 16:41:32.345 INFO O| Dec 02 16:41:32.345 INFO STEP 237 (remove_files) COMPLETE
49992024-12-02T16:41:33.119Z[ recovery-image] Dec 02 16:41:32.345 INFO O| Dec 02 16:41:32.345 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-12-02T16:41:33.128Z[ recovery-image] Dec 02 16:41:32.354 INFO O| Dec 02 16:41:32.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50012024-12-02T16:41:33.129Z[ recovery-image] Dec 02 16:41:32.354 INFO O| Dec 02 16:41:32.354 INFO STEP 238 (remove_files) COMPLETE
50022024-12-02T16:41:33.129Z[ recovery-image] Dec 02 16:41:32.354 INFO O| Dec 02 16:41:32.354 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-02T16:41:33.138Z[ recovery-image] Dec 02 16:41:32.364 INFO O| Dec 02 16:41:32.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50042024-12-02T16:41:33.138Z[ recovery-image] Dec 02 16:41:32.364 INFO O| Dec 02 16:41:32.364 INFO STEP 239 (remove_files) COMPLETE
50052024-12-02T16:41:33.138Z[ recovery-image] Dec 02 16:41:32.364 INFO O| Dec 02 16:41:32.364 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-12-02T16:41:33.147Z[ recovery-image] Dec 02 16:41:32.373 INFO O| Dec 02 16:41:32.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50072024-12-02T16:41:33.147Z[ recovery-image] Dec 02 16:41:32.373 INFO O| Dec 02 16:41:32.373 INFO STEP 240 (remove_files) COMPLETE
50082024-12-02T16:41:33.147Z[ recovery-image] Dec 02 16:41:32.373 INFO O| Dec 02 16:41:32.373 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-12-02T16:41:33.157Z[ recovery-image] Dec 02 16:41:32.382 INFO O| Dec 02 16:41:32.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50102024-12-02T16:41:33.159Z[ recovery-image] Dec 02 16:41:32.382 INFO O| Dec 02 16:41:32.382 INFO STEP 241 (remove_files) COMPLETE
50112024-12-02T16:41:33.160Z[ recovery-image] Dec 02 16:41:32.382 INFO O| Dec 02 16:41:32.382 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-12-02T16:41:33.166Z[ recovery-image] Dec 02 16:41:32.392 INFO O| Dec 02 16:41:32.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50132024-12-02T16:41:33.166Z[ recovery-image] Dec 02 16:41:32.392 INFO O| Dec 02 16:41:32.392 INFO STEP 242 (remove_files) COMPLETE
50142024-12-02T16:41:33.169Z[ recovery-image] Dec 02 16:41:32.392 INFO O| Dec 02 16:41:32.392 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-12-02T16:41:33.176Z[ recovery-image] Dec 02 16:41:32.402 INFO O| Dec 02 16:41:32.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50162024-12-02T16:41:33.176Z[ recovery-image] Dec 02 16:41:32.402 INFO O| Dec 02 16:41:32.402 INFO STEP 243 (remove_files) COMPLETE
50172024-12-02T16:41:33.178Z[ recovery-image] Dec 02 16:41:32.402 INFO O| Dec 02 16:41:32.402 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-12-02T16:41:33.185Z[ recovery-image] Dec 02 16:41:32.411 INFO O| Dec 02 16:41:32.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50192024-12-02T16:41:33.185Z[ recovery-image] Dec 02 16:41:32.411 INFO O| Dec 02 16:41:32.411 INFO STEP 244 (remove_files) COMPLETE
50202024-12-02T16:41:33.185Z[ recovery-image] Dec 02 16:41:32.411 INFO O| Dec 02 16:41:32.411 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-12-02T16:41:33.195Z[ recovery-image] Dec 02 16:41:32.420 INFO O| Dec 02 16:41:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50222024-12-02T16:41:33.195Z[ recovery-image] Dec 02 16:41:32.420 INFO O| Dec 02 16:41:32.420 INFO STEP 245 (remove_files) COMPLETE
50232024-12-02T16:41:33.197Z[ recovery-image] Dec 02 16:41:32.420 INFO O| Dec 02 16:41:32.420 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-12-02T16:41:33.204Z[ recovery-image] Dec 02 16:41:32.430 INFO O| Dec 02 16:41:32.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50252024-12-02T16:41:33.204Z[ recovery-image] Dec 02 16:41:32.430 INFO O| Dec 02 16:41:32.430 INFO STEP 246 (remove_files) COMPLETE
50262024-12-02T16:41:33.206Z[ recovery-image] Dec 02 16:41:32.430 INFO O| Dec 02 16:41:32.430 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-12-02T16:41:33.209Z[ host-image] Dec 02 16:41:32.432 INFO O| Dec 02 16:41:32.432 INFO O| Done
50282024-12-02T16:41:33.213Z[ recovery-image] Dec 02 16:41:32.439 INFO O| Dec 02 16:41:32.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50292024-12-02T16:41:33.217Z[ recovery-image] Dec 02 16:41:32.439 INFO O| Dec 02 16:41:32.439 INFO STEP 247 (remove_files) COMPLETE
50302024-12-02T16:41:33.217Z[ recovery-image] Dec 02 16:41:32.439 INFO O| Dec 02 16:41:32.439 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-02T16:41:33.224Z[ recovery-image] Dec 02 16:41:32.448 INFO O| Dec 02 16:41:32.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50322024-12-02T16:41:33.230Z[ recovery-image] Dec 02 16:41:32.449 INFO O| Dec 02 16:41:32.449 INFO STEP 248 (remove_files) COMPLETE
50332024-12-02T16:41:33.230Z[ recovery-image] Dec 02 16:41:32.449 INFO O| Dec 02 16:41:32.449 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-02T16:41:33.240Z[ recovery-image] Dec 02 16:41:32.458 INFO O| Dec 02 16:41:32.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50352024-12-02T16:41:33.240Z[ recovery-image] Dec 02 16:41:32.458 INFO O| Dec 02 16:41:32.458 INFO STEP 249 (remove_files) COMPLETE
50362024-12-02T16:41:33.240Z[ recovery-image] Dec 02 16:41:32.458 INFO O| Dec 02 16:41:32.458 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-02T16:41:33.243Z[ recovery-image] Dec 02 16:41:32.467 INFO O| Dec 02 16:41:32.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50382024-12-02T16:41:33.243Z[ recovery-image] Dec 02 16:41:32.468 INFO O| Dec 02 16:41:32.468 INFO STEP 250 (remove_files) COMPLETE
50392024-12-02T16:41:33.243Z[ recovery-image] Dec 02 16:41:32.468 INFO O| Dec 02 16:41:32.468 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-02T16:41:33.252Z[ recovery-image] Dec 02 16:41:32.477 INFO O| Dec 02 16:41:32.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50412024-12-02T16:41:33.252Z[ recovery-image] Dec 02 16:41:32.477 INFO O| Dec 02 16:41:32.477 INFO STEP 251 (remove_files) COMPLETE
50422024-12-02T16:41:33.254Z[ recovery-image] Dec 02 16:41:32.477 INFO O| Dec 02 16:41:32.477 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-02T16:41:33.261Z[ recovery-image] Dec 02 16:41:32.487 INFO O| Dec 02 16:41:32.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50442024-12-02T16:41:33.261Z[ recovery-image] Dec 02 16:41:32.487 INFO O| Dec 02 16:41:32.487 INFO STEP 252 (remove_files) COMPLETE
50452024-12-02T16:41:33.263Z[ recovery-image] Dec 02 16:41:32.487 INFO O| Dec 02 16:41:32.487 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-02T16:41:33.271Z[ recovery-image] Dec 02 16:41:32.496 INFO O| Dec 02 16:41:32.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50472024-12-02T16:41:33.271Z[ recovery-image] Dec 02 16:41:32.496 INFO O| Dec 02 16:41:32.496 INFO STEP 253 (remove_files) COMPLETE
50482024-12-02T16:41:33.273Z[ recovery-image] Dec 02 16:41:32.496 INFO O| Dec 02 16:41:32.496 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-02T16:41:33.280Z[ recovery-image] Dec 02 16:41:32.506 INFO O| Dec 02 16:41:32.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50502024-12-02T16:41:33.280Z[ recovery-image] Dec 02 16:41:32.506 INFO O| Dec 02 16:41:32.506 INFO STEP 254 (remove_files) COMPLETE
50512024-12-02T16:41:33.283Z[ recovery-image] Dec 02 16:41:32.506 INFO O| Dec 02 16:41:32.506 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-02T16:41:33.290Z[ recovery-image] Dec 02 16:41:32.516 INFO O| Dec 02 16:41:32.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50532024-12-02T16:41:33.290Z[ recovery-image] Dec 02 16:41:32.516 INFO O| Dec 02 16:41:32.516 INFO STEP 255 (remove_files) COMPLETE
50542024-12-02T16:41:33.293Z[ recovery-image] Dec 02 16:41:32.516 INFO O| Dec 02 16:41:32.516 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-02T16:41:33.300Z[ recovery-image] Dec 02 16:41:32.525 INFO O| Dec 02 16:41:32.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50562024-12-02T16:41:33.302Z[ recovery-image] Dec 02 16:41:32.526 INFO O| Dec 02 16:41:32.526 INFO STEP 256 (remove_files) COMPLETE
50572024-12-02T16:41:33.302Z[ recovery-image] Dec 02 16:41:32.526 INFO O| Dec 02 16:41:32.526 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-02T16:41:33.311Z[ recovery-image] Dec 02 16:41:32.537 INFO O| Dec 02 16:41:32.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50592024-12-02T16:41:33.311Z[ recovery-image] Dec 02 16:41:32.537 INFO O| Dec 02 16:41:32.537 INFO STEP 257 (remove_files) COMPLETE
50602024-12-02T16:41:33.313Z[ recovery-image] Dec 02 16:41:32.537 INFO O| Dec 02 16:41:32.537 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-02T16:41:33.321Z[ recovery-image] Dec 02 16:41:32.546 INFO O| Dec 02 16:41:32.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50622024-12-02T16:41:33.323Z[ recovery-image] Dec 02 16:41:32.547 INFO O| Dec 02 16:41:32.547 INFO STEP 258 (remove_files) COMPLETE
50632024-12-02T16:41:33.323Z[ recovery-image] Dec 02 16:41:32.547 INFO O| Dec 02 16:41:32.547 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-02T16:41:33.331Z[ recovery-image] Dec 02 16:41:32.556 INFO O| Dec 02 16:41:32.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50652024-12-02T16:41:33.334Z[ recovery-image] Dec 02 16:41:32.556 INFO O| Dec 02 16:41:32.556 INFO STEP 259 (remove_files) COMPLETE
50662024-12-02T16:41:33.334Z[ recovery-image] Dec 02 16:41:32.556 INFO O| Dec 02 16:41:32.556 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-02T16:41:33.340Z[ recovery-image] Dec 02 16:41:32.566 INFO O| Dec 02 16:41:32.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50682024-12-02T16:41:33.343Z[ recovery-image] Dec 02 16:41:32.566 INFO O| Dec 02 16:41:32.566 INFO STEP 260 (remove_files) COMPLETE
50692024-12-02T16:41:33.343Z[ recovery-image] Dec 02 16:41:32.566 INFO O| Dec 02 16:41:32.566 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-02T16:41:33.350Z[ recovery-image] Dec 02 16:41:32.576 INFO O| Dec 02 16:41:32.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50712024-12-02T16:41:33.353Z[ recovery-image] Dec 02 16:41:32.576 INFO O| Dec 02 16:41:32.576 INFO STEP 261 (remove_files) COMPLETE
50722024-12-02T16:41:33.353Z[ recovery-image] Dec 02 16:41:32.576 INFO O| Dec 02 16:41:32.576 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-12-02T16:41:33.360Z[ recovery-image] Dec 02 16:41:32.586 INFO O| Dec 02 16:41:32.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50742024-12-02T16:41:33.362Z[ recovery-image] Dec 02 16:41:32.586 INFO O| Dec 02 16:41:32.586 INFO STEP 262 (remove_files) COMPLETE
50752024-12-02T16:41:33.362Z[ recovery-image] Dec 02 16:41:32.586 INFO O| Dec 02 16:41:32.586 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-12-02T16:41:33.370Z[ recovery-image] Dec 02 16:41:32.596 INFO O| Dec 02 16:41:32.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50772024-12-02T16:41:33.370Z[ recovery-image] Dec 02 16:41:32.596 INFO O| Dec 02 16:41:32.596 INFO STEP 263 (remove_files) COMPLETE
50782024-12-02T16:41:33.370Z[ recovery-image] Dec 02 16:41:32.596 INFO O| Dec 02 16:41:32.596 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-12-02T16:41:33.380Z[ recovery-image] Dec 02 16:41:32.605 INFO O| Dec 02 16:41:32.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
50802024-12-02T16:41:33.382Z[ recovery-image] Dec 02 16:41:32.606 INFO O| Dec 02 16:41:32.606 INFO STEP 264 (remove_files) COMPLETE
50812024-12-02T16:41:33.382Z[ recovery-image] Dec 02 16:41:32.606 INFO O| Dec 02 16:41:32.606 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-12-02T16:41:33.390Z[ recovery-image] Dec 02 16:41:32.615 INFO O| Dec 02 16:41:32.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
50832024-12-02T16:41:33.392Z[ recovery-image] Dec 02 16:41:32.615 INFO O| Dec 02 16:41:32.615 INFO STEP 265 (remove_files) COMPLETE
50842024-12-02T16:41:33.392Z[ recovery-image] Dec 02 16:41:32.615 INFO O| Dec 02 16:41:32.615 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-12-02T16:41:33.400Z[ recovery-image] Dec 02 16:41:32.625 INFO O| Dec 02 16:41:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
50862024-12-02T16:41:33.402Z[ recovery-image] Dec 02 16:41:32.625 INFO O| Dec 02 16:41:32.625 INFO STEP 266 (remove_files) COMPLETE
50872024-12-02T16:41:33.403Z[ recovery-image] Dec 02 16:41:32.625 INFO O| Dec 02 16:41:32.625 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-12-02T16:41:33.409Z[ recovery-image] Dec 02 16:41:32.635 INFO O| Dec 02 16:41:32.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
50892024-12-02T16:41:33.409Z[ recovery-image] Dec 02 16:41:32.635 INFO O| Dec 02 16:41:32.635 INFO STEP 267 (remove_files) COMPLETE
50902024-12-02T16:41:33.409Z[ recovery-image] Dec 02 16:41:32.635 INFO O| Dec 02 16:41:32.635 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-12-02T16:41:33.419Z[ recovery-image] Dec 02 16:41:32.645 INFO O| Dec 02 16:41:32.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
50922024-12-02T16:41:33.421Z[ recovery-image] Dec 02 16:41:32.645 INFO O| Dec 02 16:41:32.645 INFO STEP 268 (remove_files) COMPLETE
50932024-12-02T16:41:33.421Z[ recovery-image] Dec 02 16:41:32.645 INFO O| Dec 02 16:41:32.645 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-12-02T16:41:33.429Z[ recovery-image] Dec 02 16:41:32.654 INFO O| Dec 02 16:41:32.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
50952024-12-02T16:41:33.429Z[ recovery-image] Dec 02 16:41:32.654 INFO O| Dec 02 16:41:32.654 INFO STEP 269 (remove_files) COMPLETE
50962024-12-02T16:41:33.431Z[ recovery-image] Dec 02 16:41:32.655 INFO O| Dec 02 16:41:32.654 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-12-02T16:41:33.439Z[ recovery-image] Dec 02 16:41:32.664 INFO O| Dec 02 16:41:32.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
50982024-12-02T16:41:33.441Z[ recovery-image] Dec 02 16:41:32.664 INFO O| Dec 02 16:41:32.664 INFO STEP 270 (remove_files) COMPLETE
50992024-12-02T16:41:33.441Z[ recovery-image] Dec 02 16:41:32.664 INFO O| Dec 02 16:41:32.664 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-12-02T16:41:33.448Z[ recovery-image] Dec 02 16:41:32.674 INFO O| Dec 02 16:41:32.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51012024-12-02T16:41:33.451Z[ recovery-image] Dec 02 16:41:32.674 INFO O| Dec 02 16:41:32.674 INFO STEP 271 (remove_files) COMPLETE
51022024-12-02T16:41:33.452Z[ recovery-image] Dec 02 16:41:32.674 INFO O| Dec 02 16:41:32.674 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-12-02T16:41:33.460Z[ recovery-image] Dec 02 16:41:32.686 INFO O| Dec 02 16:41:32.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51042024-12-02T16:41:33.463Z[ recovery-image] Dec 02 16:41:32.686 INFO O| Dec 02 16:41:32.686 INFO STEP 272 (remove_files) COMPLETE
51052024-12-02T16:41:33.463Z[ recovery-image] Dec 02 16:41:32.686 INFO O| Dec 02 16:41:32.686 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-12-02T16:41:33.470Z[ recovery-image] Dec 02 16:41:32.695 INFO O| Dec 02 16:41:32.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51072024-12-02T16:41:33.470Z[ recovery-image] Dec 02 16:41:32.696 INFO O| Dec 02 16:41:32.695 INFO STEP 273 (remove_files) COMPLETE
51082024-12-02T16:41:33.470Z[ recovery-image] Dec 02 16:41:32.696 INFO O| Dec 02 16:41:32.695 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-12-02T16:41:33.480Z[ recovery-image] Dec 02 16:41:32.706 INFO O| Dec 02 16:41:32.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51102024-12-02T16:41:33.483Z[ recovery-image] Dec 02 16:41:32.706 INFO O| Dec 02 16:41:32.706 INFO STEP 274 (remove_files) COMPLETE
51112024-12-02T16:41:33.483Z[ recovery-image] Dec 02 16:41:32.706 INFO O| Dec 02 16:41:32.706 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-12-02T16:41:33.490Z[ recovery-image] Dec 02 16:41:32.716 INFO O| Dec 02 16:41:32.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51132024-12-02T16:41:33.490Z[ recovery-image] Dec 02 16:41:32.716 INFO O| Dec 02 16:41:32.716 INFO STEP 275 (remove_files) COMPLETE
51142024-12-02T16:41:33.490Z[ recovery-image] Dec 02 16:41:32.716 INFO O| Dec 02 16:41:32.716 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-12-02T16:41:33.500Z[ recovery-image] Dec 02 16:41:32.725 INFO O| Dec 02 16:41:32.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51162024-12-02T16:41:33.503Z[ recovery-image] Dec 02 16:41:32.726 INFO O| Dec 02 16:41:32.725 INFO STEP 276 (remove_files) COMPLETE
51172024-12-02T16:41:33.503Z[ recovery-image] Dec 02 16:41:32.726 INFO O| Dec 02 16:41:32.726 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-12-02T16:41:33.509Z[ recovery-image] Dec 02 16:41:32.735 INFO O| Dec 02 16:41:32.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51192024-12-02T16:41:33.509Z[ recovery-image] Dec 02 16:41:32.735 INFO O| Dec 02 16:41:32.735 INFO STEP 277 (remove_files) COMPLETE
51202024-12-02T16:41:33.509Z[ recovery-image] Dec 02 16:41:32.735 INFO O| Dec 02 16:41:32.735 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-02T16:41:33.519Z[ recovery-image] Dec 02 16:41:32.744 INFO O| Dec 02 16:41:32.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51222024-12-02T16:41:33.519Z[ recovery-image] Dec 02 16:41:32.744 INFO O| Dec 02 16:41:32.744 INFO STEP 278 (remove_files) COMPLETE
51232024-12-02T16:41:33.521Z[ recovery-image] Dec 02 16:41:32.744 INFO O| Dec 02 16:41:32.744 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-02T16:41:33.528Z[ recovery-image] Dec 02 16:41:32.754 INFO O| Dec 02 16:41:32.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51252024-12-02T16:41:33.528Z[ recovery-image] Dec 02 16:41:32.754 INFO O| Dec 02 16:41:32.754 INFO STEP 279 (remove_files) COMPLETE
51262024-12-02T16:41:33.528Z[ recovery-image] Dec 02 16:41:32.754 INFO O| Dec 02 16:41:32.754 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-02T16:41:33.537Z[ recovery-image] Dec 02 16:41:32.763 INFO O| Dec 02 16:41:32.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51282024-12-02T16:41:33.537Z[ recovery-image] Dec 02 16:41:32.763 INFO O| Dec 02 16:41:32.763 INFO STEP 280 (remove_files) COMPLETE
51292024-12-02T16:41:33.537Z[ recovery-image] Dec 02 16:41:32.763 INFO O| Dec 02 16:41:32.763 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-02T16:41:33.547Z[ recovery-image] Dec 02 16:41:32.772 INFO O| Dec 02 16:41:32.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51312024-12-02T16:41:33.547Z[ recovery-image] Dec 02 16:41:32.772 INFO O| Dec 02 16:41:32.772 INFO STEP 281 (remove_files) COMPLETE
51322024-12-02T16:41:33.549Z[ recovery-image] Dec 02 16:41:32.772 INFO O| Dec 02 16:41:32.772 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-02T16:41:33.556Z[ recovery-image] Dec 02 16:41:32.781 INFO O| Dec 02 16:41:32.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51342024-12-02T16:41:33.556Z[ recovery-image] Dec 02 16:41:32.781 INFO O| Dec 02 16:41:32.781 INFO STEP 282 (remove_files) COMPLETE
51352024-12-02T16:41:33.556Z[ recovery-image] Dec 02 16:41:32.781 INFO O| Dec 02 16:41:32.781 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-02T16:41:33.565Z[ recovery-image] Dec 02 16:41:32.790 INFO O| Dec 02 16:41:32.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51372024-12-02T16:41:33.568Z[ recovery-image] Dec 02 16:41:32.791 INFO O| Dec 02 16:41:32.791 INFO STEP 283 (remove_files) COMPLETE
51382024-12-02T16:41:33.568Z[ recovery-image] Dec 02 16:41:32.791 INFO O| Dec 02 16:41:32.791 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-02T16:41:33.574Z[ recovery-image] Dec 02 16:41:32.800 INFO O| Dec 02 16:41:32.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51402024-12-02T16:41:33.574Z[ recovery-image] Dec 02 16:41:32.800 INFO O| Dec 02 16:41:32.800 INFO STEP 284 (remove_files) COMPLETE
51412024-12-02T16:41:33.576Z[ recovery-image] Dec 02 16:41:32.800 INFO O| Dec 02 16:41:32.800 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-02T16:41:33.583Z[ recovery-image] Dec 02 16:41:32.809 INFO O| Dec 02 16:41:32.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51432024-12-02T16:41:33.583Z[ recovery-image] Dec 02 16:41:32.809 INFO O| Dec 02 16:41:32.809 INFO STEP 285 (remove_files) COMPLETE
51442024-12-02T16:41:33.586Z[ recovery-image] Dec 02 16:41:32.809 INFO O| Dec 02 16:41:32.809 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-02T16:41:33.593Z[ recovery-image] Dec 02 16:41:32.819 INFO O| Dec 02 16:41:32.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51462024-12-02T16:41:33.593Z[ recovery-image] Dec 02 16:41:32.819 INFO O| Dec 02 16:41:32.819 INFO STEP 286 (remove_files) COMPLETE
51472024-12-02T16:41:33.595Z[ recovery-image] Dec 02 16:41:32.819 INFO O| Dec 02 16:41:32.819 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-02T16:41:33.604Z[ recovery-image] Dec 02 16:41:32.829 INFO O| Dec 02 16:41:32.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51492024-12-02T16:41:33.606Z[ recovery-image] Dec 02 16:41:32.830 INFO O| Dec 02 16:41:32.830 INFO STEP 287 (remove_files) COMPLETE
51502024-12-02T16:41:33.607Z[ recovery-image] Dec 02 16:41:32.830 INFO O| Dec 02 16:41:32.830 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-02T16:41:33.614Z[ recovery-image] Dec 02 16:41:32.839 INFO O| Dec 02 16:41:32.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51522024-12-02T16:41:33.616Z[ recovery-image] Dec 02 16:41:32.839 INFO O| Dec 02 16:41:32.839 INFO STEP 288 (remove_files) COMPLETE
51532024-12-02T16:41:33.616Z[ recovery-image] Dec 02 16:41:32.839 INFO O| Dec 02 16:41:32.839 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-12-02T16:41:33.623Z[ recovery-image] Dec 02 16:41:32.849 INFO O| Dec 02 16:41:32.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51552024-12-02T16:41:33.623Z[ recovery-image] Dec 02 16:41:32.849 INFO O| Dec 02 16:41:32.849 INFO STEP 289 (remove_files) COMPLETE
51562024-12-02T16:41:33.623Z[ recovery-image] Dec 02 16:41:32.849 INFO O| Dec 02 16:41:32.849 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-12-02T16:41:33.633Z[ recovery-image] Dec 02 16:41:32.859 INFO O| Dec 02 16:41:32.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51582024-12-02T16:41:33.633Z[ recovery-image] Dec 02 16:41:32.859 INFO O| Dec 02 16:41:32.859 INFO STEP 290 (remove_files) COMPLETE
51592024-12-02T16:41:33.636Z[ recovery-image] Dec 02 16:41:32.859 INFO O| Dec 02 16:41:32.859 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-12-02T16:41:33.643Z[ recovery-image] Dec 02 16:41:32.868 INFO O| Dec 02 16:41:32.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51612024-12-02T16:41:33.643Z[ recovery-image] Dec 02 16:41:32.868 INFO O| Dec 02 16:41:32.868 INFO STEP 291 (remove_files) COMPLETE
51622024-12-02T16:41:33.645Z[ recovery-image] Dec 02 16:41:32.868 INFO O| Dec 02 16:41:32.868 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-12-02T16:41:33.652Z[ recovery-image] Dec 02 16:41:32.878 INFO O| Dec 02 16:41:32.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51642024-12-02T16:41:33.652Z[ recovery-image] Dec 02 16:41:32.878 INFO O| Dec 02 16:41:32.878 INFO STEP 292 (remove_files) COMPLETE
51652024-12-02T16:41:33.656Z[ recovery-image] Dec 02 16:41:32.878 INFO O| Dec 02 16:41:32.878 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-12-02T16:41:33.661Z[ recovery-image] Dec 02 16:41:32.887 INFO O| Dec 02 16:41:32.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51672024-12-02T16:41:33.661Z[ recovery-image] Dec 02 16:41:32.887 INFO O| Dec 02 16:41:32.887 INFO STEP 293 (remove_files) COMPLETE
51682024-12-02T16:41:33.664Z[ recovery-image] Dec 02 16:41:32.887 INFO O| Dec 02 16:41:32.887 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-12-02T16:41:33.671Z[ recovery-image] Dec 02 16:41:32.897 INFO O| Dec 02 16:41:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51702024-12-02T16:41:33.671Z[ recovery-image] Dec 02 16:41:32.897 INFO O| Dec 02 16:41:32.897 INFO STEP 294 (remove_files) COMPLETE
51712024-12-02T16:41:33.671Z[ recovery-image] Dec 02 16:41:32.897 INFO O| Dec 02 16:41:32.897 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-12-02T16:41:33.681Z[ recovery-image] Dec 02 16:41:32.906 INFO O| Dec 02 16:41:32.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51732024-12-02T16:41:33.681Z[ recovery-image] Dec 02 16:41:32.906 INFO O| Dec 02 16:41:32.906 INFO STEP 295 (remove_files) COMPLETE
51742024-12-02T16:41:33.681Z[ recovery-image] Dec 02 16:41:32.906 INFO O| Dec 02 16:41:32.906 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-12-02T16:41:33.690Z[ recovery-image] Dec 02 16:41:32.916 INFO O| Dec 02 16:41:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51762024-12-02T16:41:33.690Z[ recovery-image] Dec 02 16:41:32.916 INFO O| Dec 02 16:41:32.916 INFO STEP 296 (remove_files) COMPLETE
51772024-12-02T16:41:33.693Z[ recovery-image] Dec 02 16:41:32.916 INFO O| Dec 02 16:41:32.916 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-12-02T16:41:33.700Z[ recovery-image] Dec 02 16:41:32.926 INFO O| Dec 02 16:41:32.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
51792024-12-02T16:41:33.700Z[ recovery-image] Dec 02 16:41:32.926 INFO O| Dec 02 16:41:32.926 INFO STEP 297 (remove_files) COMPLETE
51802024-12-02T16:41:33.700Z[ recovery-image] Dec 02 16:41:32.926 INFO O| Dec 02 16:41:32.926 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-12-02T16:41:33.711Z[ recovery-image] Dec 02 16:41:32.936 INFO O| Dec 02 16:41:32.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
51822024-12-02T16:41:33.711Z[ recovery-image] Dec 02 16:41:32.936 INFO O| Dec 02 16:41:32.936 INFO STEP 298 (remove_files) COMPLETE
51832024-12-02T16:41:33.713Z[ recovery-image] Dec 02 16:41:32.936 INFO O| Dec 02 16:41:32.936 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-12-02T16:41:33.721Z[ recovery-image] Dec 02 16:41:32.946 INFO O| Dec 02 16:41:32.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
51852024-12-02T16:41:33.721Z[ recovery-image] Dec 02 16:41:32.946 INFO O| Dec 02 16:41:32.946 INFO STEP 299 (remove_files) COMPLETE
51862024-12-02T16:41:33.723Z[ recovery-image] Dec 02 16:41:32.946 INFO O| Dec 02 16:41:32.946 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-12-02T16:41:33.731Z[ recovery-image] Dec 02 16:41:32.956 INFO O| Dec 02 16:41:32.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
51882024-12-02T16:41:33.731Z[ recovery-image] Dec 02 16:41:32.956 INFO O| Dec 02 16:41:32.956 INFO STEP 300 (remove_files) COMPLETE
51892024-12-02T16:41:33.731Z[ recovery-image] Dec 02 16:41:32.956 INFO O| Dec 02 16:41:32.956 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-12-02T16:41:33.740Z[ recovery-image] Dec 02 16:41:32.966 INFO O| Dec 02 16:41:32.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
51912024-12-02T16:41:33.740Z[ recovery-image] Dec 02 16:41:32.966 INFO O| Dec 02 16:41:32.966 INFO STEP 301 (remove_files) COMPLETE
51922024-12-02T16:41:33.740Z[ recovery-image] Dec 02 16:41:32.966 INFO O| Dec 02 16:41:32.966 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-12-02T16:41:33.750Z[ recovery-image] Dec 02 16:41:32.975 INFO O| Dec 02 16:41:32.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
51942024-12-02T16:41:33.750Z[ recovery-image] Dec 02 16:41:32.975 INFO O| Dec 02 16:41:32.975 INFO STEP 302 (remove_files) COMPLETE
51952024-12-02T16:41:33.752Z[ recovery-image] Dec 02 16:41:32.975 INFO O| Dec 02 16:41:32.975 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-12-02T16:41:33.759Z[ recovery-image] Dec 02 16:41:32.985 INFO O| Dec 02 16:41:32.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
51972024-12-02T16:41:33.759Z[ recovery-image] Dec 02 16:41:32.985 INFO O| Dec 02 16:41:32.985 INFO STEP 303 (remove_files) COMPLETE
51982024-12-02T16:41:33.762Z[ recovery-image] Dec 02 16:41:32.985 INFO O| Dec 02 16:41:32.985 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-12-02T16:41:33.769Z[ recovery-image] Dec 02 16:41:32.994 INFO O| Dec 02 16:41:32.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52002024-12-02T16:41:33.769Z[ recovery-image] Dec 02 16:41:32.994 INFO O| Dec 02 16:41:32.994 INFO STEP 304 (remove_files) COMPLETE
52012024-12-02T16:41:33.772Z[ recovery-image] Dec 02 16:41:32.994 INFO O| Dec 02 16:41:32.994 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-12-02T16:41:33.778Z[ recovery-image] Dec 02 16:41:33.004 INFO O| Dec 02 16:41:33.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52032024-12-02T16:41:33.779Z[ recovery-image] Dec 02 16:41:33.004 INFO O| Dec 02 16:41:33.004 INFO STEP 305 (remove_files) COMPLETE
52042024-12-02T16:41:33.781Z[ recovery-image] Dec 02 16:41:33.004 INFO O| Dec 02 16:41:33.004 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-12-02T16:41:33.788Z[ recovery-image] Dec 02 16:41:33.014 INFO O| Dec 02 16:41:33.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52062024-12-02T16:41:33.788Z[ recovery-image] Dec 02 16:41:33.014 INFO O| Dec 02 16:41:33.014 INFO STEP 306 (remove_files) COMPLETE
52072024-12-02T16:41:33.791Z[ recovery-image] Dec 02 16:41:33.014 INFO O| Dec 02 16:41:33.014 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-12-02T16:41:33.798Z[ recovery-image] Dec 02 16:41:33.024 INFO O| Dec 02 16:41:33.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52092024-12-02T16:41:33.801Z[ recovery-image] Dec 02 16:41:33.024 INFO O| Dec 02 16:41:33.024 INFO STEP 307 (remove_files) COMPLETE
52102024-12-02T16:41:33.801Z[ recovery-image] Dec 02 16:41:33.024 INFO O| Dec 02 16:41:33.024 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-12-02T16:41:33.807Z[ recovery-image] Dec 02 16:41:33.033 INFO O| Dec 02 16:41:33.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52122024-12-02T16:41:33.810Z[ recovery-image] Dec 02 16:41:33.034 INFO O| Dec 02 16:41:33.034 INFO STEP 308 (remove_files) COMPLETE
52132024-12-02T16:41:33.810Z[ recovery-image] Dec 02 16:41:33.034 INFO O| Dec 02 16:41:33.034 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-12-02T16:41:33.818Z[ recovery-image] Dec 02 16:41:33.043 INFO O| Dec 02 16:41:33.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52152024-12-02T16:41:33.818Z[ recovery-image] Dec 02 16:41:33.043 INFO O| Dec 02 16:41:33.043 INFO STEP 309 (remove_files) COMPLETE
52162024-12-02T16:41:33.820Z[ recovery-image] Dec 02 16:41:33.043 INFO O| Dec 02 16:41:33.043 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-12-02T16:41:33.828Z[ recovery-image] Dec 02 16:41:33.053 INFO O| Dec 02 16:41:33.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52182024-12-02T16:41:33.831Z[ recovery-image] Dec 02 16:41:33.053 INFO O| Dec 02 16:41:33.053 INFO STEP 310 (remove_files) COMPLETE
52192024-12-02T16:41:33.831Z[ recovery-image] Dec 02 16:41:33.053 INFO O| Dec 02 16:41:33.053 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-12-02T16:41:33.837Z[ recovery-image] Dec 02 16:41:33.063 INFO O| Dec 02 16:41:33.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52212024-12-02T16:41:33.837Z[ recovery-image] Dec 02 16:41:33.063 INFO O| Dec 02 16:41:33.063 INFO STEP 311 (remove_files) COMPLETE
52222024-12-02T16:41:33.840Z[ recovery-image] Dec 02 16:41:33.063 INFO O| Dec 02 16:41:33.063 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-12-02T16:41:33.847Z[ recovery-image] Dec 02 16:41:33.072 INFO O| Dec 02 16:41:33.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52242024-12-02T16:41:33.849Z[ recovery-image] Dec 02 16:41:33.072 INFO O| Dec 02 16:41:33.072 INFO STEP 312 (remove_files) COMPLETE
52252024-12-02T16:41:33.849Z[ recovery-image] Dec 02 16:41:33.073 INFO O| Dec 02 16:41:33.072 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-12-02T16:41:33.856Z[ recovery-image] Dec 02 16:41:33.082 INFO O| Dec 02 16:41:33.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52272024-12-02T16:41:33.856Z[ recovery-image] Dec 02 16:41:33.082 INFO O| Dec 02 16:41:33.082 INFO STEP 313 (remove_files) COMPLETE
52282024-12-02T16:41:33.859Z[ recovery-image] Dec 02 16:41:33.082 INFO O| Dec 02 16:41:33.082 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-12-02T16:41:33.868Z[ recovery-image] Dec 02 16:41:33.091 INFO O| Dec 02 16:41:33.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52302024-12-02T16:41:33.868Z[ recovery-image] Dec 02 16:41:33.091 INFO O| Dec 02 16:41:33.091 INFO STEP 314 (remove_files) COMPLETE
52312024-12-02T16:41:33.871Z[ recovery-image] Dec 02 16:41:33.091 INFO O| Dec 02 16:41:33.091 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-02T16:41:33.875Z[ recovery-image] Dec 02 16:41:33.100 INFO O| Dec 02 16:41:33.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52332024-12-02T16:41:33.875Z[ recovery-image] Dec 02 16:41:33.101 INFO O| Dec 02 16:41:33.100 INFO STEP 315 (remove_files) COMPLETE
52342024-12-02T16:41:33.875Z[ recovery-image] Dec 02 16:41:33.101 INFO O| Dec 02 16:41:33.101 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-02T16:41:33.884Z[ recovery-image] Dec 02 16:41:33.110 INFO O| Dec 02 16:41:33.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52362024-12-02T16:41:33.884Z[ recovery-image] Dec 02 16:41:33.110 INFO O| Dec 02 16:41:33.110 INFO STEP 316 (remove_files) COMPLETE
52372024-12-02T16:41:33.887Z[ recovery-image] Dec 02 16:41:33.110 INFO O| Dec 02 16:41:33.110 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-02T16:41:33.894Z[ recovery-image] Dec 02 16:41:33.119 INFO O| Dec 02 16:41:33.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52392024-12-02T16:41:33.894Z[ recovery-image] Dec 02 16:41:33.119 INFO O| Dec 02 16:41:33.119 INFO STEP 317 (remove_files) COMPLETE
52402024-12-02T16:41:33.896Z[ recovery-image] Dec 02 16:41:33.119 INFO O| Dec 02 16:41:33.119 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-02T16:41:33.904Z[ recovery-image] Dec 02 16:41:33.129 INFO O| Dec 02 16:41:33.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52422024-12-02T16:41:33.904Z[ recovery-image] Dec 02 16:41:33.129 INFO O| Dec 02 16:41:33.129 INFO STEP 318 (remove_files) COMPLETE
52432024-12-02T16:41:33.904Z[ recovery-image] Dec 02 16:41:33.129 INFO O| Dec 02 16:41:33.129 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-02T16:41:33.913Z[ recovery-image] Dec 02 16:41:33.138 INFO O| Dec 02 16:41:33.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52452024-12-02T16:41:33.913Z[ recovery-image] Dec 02 16:41:33.138 INFO O| Dec 02 16:41:33.138 INFO STEP 319 (remove_files) COMPLETE
52462024-12-02T16:41:33.913Z[ recovery-image] Dec 02 16:41:33.138 INFO O| Dec 02 16:41:33.138 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-02T16:41:33.922Z[ recovery-image] Dec 02 16:41:33.148 INFO O| Dec 02 16:41:33.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52482024-12-02T16:41:33.922Z[ recovery-image] Dec 02 16:41:33.148 INFO O| Dec 02 16:41:33.148 INFO STEP 320 (remove_files) COMPLETE
52492024-12-02T16:41:33.922Z[ recovery-image] Dec 02 16:41:33.148 INFO O| Dec 02 16:41:33.148 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-02T16:41:33.932Z[ recovery-image] Dec 02 16:41:33.157 INFO O| Dec 02 16:41:33.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52512024-12-02T16:41:33.932Z[ recovery-image] Dec 02 16:41:33.158 INFO O| Dec 02 16:41:33.157 INFO STEP 321 (remove_files) COMPLETE
52522024-12-02T16:41:33.934Z[ recovery-image] Dec 02 16:41:33.158 INFO O| Dec 02 16:41:33.158 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-02T16:41:33.942Z[ recovery-image] Dec 02 16:41:33.167 INFO O| Dec 02 16:41:33.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52542024-12-02T16:41:33.944Z[ recovery-image] Dec 02 16:41:33.167 INFO O| Dec 02 16:41:33.167 INFO STEP 322 (remove_files) COMPLETE
52552024-12-02T16:41:33.944Z[ recovery-image] Dec 02 16:41:33.167 INFO O| Dec 02 16:41:33.167 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-02T16:41:33.952Z[ recovery-image] Dec 02 16:41:33.178 INFO O| Dec 02 16:41:33.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52572024-12-02T16:41:33.952Z[ recovery-image] Dec 02 16:41:33.178 INFO O| Dec 02 16:41:33.178 INFO STEP 323 (remove_files) COMPLETE
52582024-12-02T16:41:33.952Z[ recovery-image] Dec 02 16:41:33.178 INFO O| Dec 02 16:41:33.178 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-12-02T16:41:33.963Z[ recovery-image] Dec 02 16:41:33.188 INFO O| Dec 02 16:41:33.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52602024-12-02T16:41:33.965Z[ recovery-image] Dec 02 16:41:33.188 INFO O| Dec 02 16:41:33.188 INFO STEP 324 (remove_files) COMPLETE
52612024-12-02T16:41:33.965Z[ recovery-image] Dec 02 16:41:33.188 INFO O| Dec 02 16:41:33.188 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-02T16:41:33.972Z[ recovery-image] Dec 02 16:41:33.198 INFO O| Dec 02 16:41:33.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52632024-12-02T16:41:33.972Z[ recovery-image] Dec 02 16:41:33.198 INFO O| Dec 02 16:41:33.198 INFO STEP 325 (remove_files) COMPLETE
52642024-12-02T16:41:33.972Z[ recovery-image] Dec 02 16:41:33.198 INFO O| Dec 02 16:41:33.198 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-02T16:41:33.982Z[ recovery-image] Dec 02 16:41:33.208 INFO O| Dec 02 16:41:33.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52662024-12-02T16:41:33.982Z[ recovery-image] Dec 02 16:41:33.208 INFO O| Dec 02 16:41:33.208 INFO STEP 326 (remove_files) COMPLETE
52672024-12-02T16:41:33.985Z[ recovery-image] Dec 02 16:41:33.208 INFO O| Dec 02 16:41:33.208 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-02T16:41:33.992Z[ recovery-image] Dec 02 16:41:33.217 INFO O| Dec 02 16:41:33.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52692024-12-02T16:41:33.992Z[ recovery-image] Dec 02 16:41:33.217 INFO O| Dec 02 16:41:33.217 INFO STEP 327 (remove_files) COMPLETE
52702024-12-02T16:41:33.994Z[ recovery-image] Dec 02 16:41:33.217 INFO O| Dec 02 16:41:33.217 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-02T16:41:34.001Z[ recovery-image] Dec 02 16:41:33.226 INFO O| Dec 02 16:41:33.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52722024-12-02T16:41:34.001Z[ recovery-image] Dec 02 16:41:33.227 INFO O| Dec 02 16:41:33.227 INFO STEP 328 (remove_files) COMPLETE
52732024-12-02T16:41:34.001Z[ recovery-image] Dec 02 16:41:33.227 INFO O| Dec 02 16:41:33.227 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-02T16:41:34.010Z[ recovery-image] Dec 02 16:41:33.236 INFO O| Dec 02 16:41:33.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52752024-12-02T16:41:34.011Z[ recovery-image] Dec 02 16:41:33.236 INFO O| Dec 02 16:41:33.236 INFO STEP 329 (remove_files) COMPLETE
52762024-12-02T16:41:34.011Z[ recovery-image] Dec 02 16:41:33.236 INFO O| Dec 02 16:41:33.236 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-02T16:41:34.020Z[ recovery-image] Dec 02 16:41:33.245 INFO O| Dec 02 16:41:33.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
52782024-12-02T16:41:34.020Z[ recovery-image] Dec 02 16:41:33.245 INFO O| Dec 02 16:41:33.245 INFO STEP 330 (remove_files) COMPLETE
52792024-12-02T16:41:34.020Z[ recovery-image] Dec 02 16:41:33.245 INFO O| Dec 02 16:41:33.245 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-02T16:41:34.029Z[ recovery-image] Dec 02 16:41:33.255 INFO O| Dec 02 16:41:33.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
52812024-12-02T16:41:34.029Z[ recovery-image] Dec 02 16:41:33.255 INFO O| Dec 02 16:41:33.255 INFO STEP 331 (remove_files) COMPLETE
52822024-12-02T16:41:34.030Z[ recovery-image] Dec 02 16:41:33.255 INFO O| Dec 02 16:41:33.255 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-02T16:41:34.039Z[ recovery-image] Dec 02 16:41:33.264 INFO O| Dec 02 16:41:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
52842024-12-02T16:41:34.039Z[ recovery-image] Dec 02 16:41:33.264 INFO O| Dec 02 16:41:33.264 INFO STEP 332 (remove_files) COMPLETE
52852024-12-02T16:41:34.041Z[ recovery-image] Dec 02 16:41:33.264 INFO O| Dec 02 16:41:33.264 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-02T16:41:34.048Z[ recovery-image] Dec 02 16:41:33.274 INFO O| Dec 02 16:41:33.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
52872024-12-02T16:41:34.048Z[ recovery-image] Dec 02 16:41:33.274 INFO O| Dec 02 16:41:33.274 INFO STEP 333 (remove_files) COMPLETE
52882024-12-02T16:41:34.051Z[ recovery-image] Dec 02 16:41:33.274 INFO O| Dec 02 16:41:33.274 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-02T16:41:34.059Z[ recovery-image] Dec 02 16:41:33.283 INFO O| Dec 02 16:41:33.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
52902024-12-02T16:41:34.059Z[ recovery-image] Dec 02 16:41:33.283 INFO O| Dec 02 16:41:33.283 INFO STEP 334 (remove_files) COMPLETE
52912024-12-02T16:41:34.062Z[ recovery-image] Dec 02 16:41:33.283 INFO O| Dec 02 16:41:33.283 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-02T16:41:34.067Z[ recovery-image] Dec 02 16:41:33.293 INFO O| Dec 02 16:41:33.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
52932024-12-02T16:41:34.073Z[ recovery-image] Dec 02 16:41:33.293 INFO O| Dec 02 16:41:33.293 INFO STEP 335 (remove_files) COMPLETE
52942024-12-02T16:41:34.073Z[ recovery-image] Dec 02 16:41:33.293 INFO O| Dec 02 16:41:33.293 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-02T16:41:34.076Z[ recovery-image] Dec 02 16:41:33.302 INFO O| Dec 02 16:41:33.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
52962024-12-02T16:41:34.077Z[ recovery-image] Dec 02 16:41:33.302 INFO O| Dec 02 16:41:33.302 INFO STEP 336 (remove_files) COMPLETE
52972024-12-02T16:41:34.079Z[ recovery-image] Dec 02 16:41:33.302 INFO O| Dec 02 16:41:33.302 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-02T16:41:34.086Z[ recovery-image] Dec 02 16:41:33.312 INFO O| Dec 02 16:41:33.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
52992024-12-02T16:41:34.086Z[ recovery-image] Dec 02 16:41:33.312 INFO O| Dec 02 16:41:33.312 INFO STEP 337 (remove_files) COMPLETE
53002024-12-02T16:41:34.089Z[ recovery-image] Dec 02 16:41:33.312 INFO O| Dec 02 16:41:33.312 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-02T16:41:34.095Z[ recovery-image] Dec 02 16:41:33.321 INFO O| Dec 02 16:41:33.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53022024-12-02T16:41:34.096Z[ recovery-image] Dec 02 16:41:33.321 INFO O| Dec 02 16:41:33.321 INFO STEP 338 (remove_files) COMPLETE
53032024-12-02T16:41:34.096Z[ recovery-image] Dec 02 16:41:33.321 INFO O| Dec 02 16:41:33.321 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-02T16:41:34.105Z[ recovery-image] Dec 02 16:41:33.330 INFO O| Dec 02 16:41:33.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53052024-12-02T16:41:34.105Z[ recovery-image] Dec 02 16:41:33.330 INFO O| Dec 02 16:41:33.330 INFO STEP 339 (remove_files) COMPLETE
53062024-12-02T16:41:34.114Z[ recovery-image] Dec 02 16:41:33.330 INFO O| Dec 02 16:41:33.330 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-02T16:41:34.115Z[ recovery-image] Dec 02 16:41:33.340 INFO O| Dec 02 16:41:33.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53082024-12-02T16:41:34.115Z[ recovery-image] Dec 02 16:41:33.340 INFO O| Dec 02 16:41:33.340 INFO STEP 340 (remove_files) COMPLETE
53092024-12-02T16:41:34.115Z[ recovery-image] Dec 02 16:41:33.340 INFO O| Dec 02 16:41:33.340 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-02T16:41:34.124Z[ recovery-image] Dec 02 16:41:33.349 INFO O| Dec 02 16:41:33.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53112024-12-02T16:41:34.124Z[ recovery-image] Dec 02 16:41:33.349 INFO O| Dec 02 16:41:33.349 INFO STEP 341 (remove_files) COMPLETE
53122024-12-02T16:41:34.126Z[ recovery-image] Dec 02 16:41:33.349 INFO O| Dec 02 16:41:33.349 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-02T16:41:34.133Z[ recovery-image] Dec 02 16:41:33.359 INFO O| Dec 02 16:41:33.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53142024-12-02T16:41:34.136Z[ recovery-image] Dec 02 16:41:33.359 INFO O| Dec 02 16:41:33.359 INFO STEP 342 (remove_files) COMPLETE
53152024-12-02T16:41:34.136Z[ recovery-image] Dec 02 16:41:33.359 INFO O| Dec 02 16:41:33.359 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-02T16:41:34.143Z[ recovery-image] Dec 02 16:41:33.368 INFO O| Dec 02 16:41:33.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53172024-12-02T16:41:34.145Z[ recovery-image] Dec 02 16:41:33.368 INFO O| Dec 02 16:41:33.368 INFO STEP 343 (remove_files) COMPLETE
53182024-12-02T16:41:34.145Z[ recovery-image] Dec 02 16:41:33.368 INFO O| Dec 02 16:41:33.368 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-02T16:41:34.152Z[ recovery-image] Dec 02 16:41:33.378 INFO O| Dec 02 16:41:33.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53202024-12-02T16:41:34.153Z[ recovery-image] Dec 02 16:41:33.378 INFO O| Dec 02 16:41:33.378 INFO STEP 344 (remove_files) COMPLETE
53212024-12-02T16:41:34.153Z[ recovery-image] Dec 02 16:41:33.378 INFO O| Dec 02 16:41:33.378 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-02T16:41:34.164Z[ recovery-image] Dec 02 16:41:33.390 INFO O| Dec 02 16:41:33.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53232024-12-02T16:41:34.164Z[ recovery-image] Dec 02 16:41:33.390 INFO O| Dec 02 16:41:33.390 INFO STEP 345 (remove_files) COMPLETE
53242024-12-02T16:41:34.164Z[ recovery-image] Dec 02 16:41:33.390 INFO O| Dec 02 16:41:33.390 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-02T16:41:34.174Z[ recovery-image] Dec 02 16:41:33.399 INFO O| Dec 02 16:41:33.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53262024-12-02T16:41:34.174Z[ recovery-image] Dec 02 16:41:33.399 INFO O| Dec 02 16:41:33.399 INFO STEP 346 (remove_files) COMPLETE
53272024-12-02T16:41:34.174Z[ recovery-image] Dec 02 16:41:33.399 INFO O| Dec 02 16:41:33.399 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-02T16:41:34.185Z[ recovery-image] Dec 02 16:41:33.411 INFO O| Dec 02 16:41:33.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53292024-12-02T16:41:34.185Z[ recovery-image] Dec 02 16:41:33.411 INFO O| Dec 02 16:41:33.411 INFO STEP 347 (remove_files) COMPLETE
53302024-12-02T16:41:34.185Z[ recovery-image] Dec 02 16:41:33.411 INFO O| Dec 02 16:41:33.411 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-02T16:41:34.195Z[ recovery-image] Dec 02 16:41:33.421 INFO O| Dec 02 16:41:33.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53322024-12-02T16:41:34.195Z[ recovery-image] Dec 02 16:41:33.421 INFO O| Dec 02 16:41:33.421 INFO STEP 348 (remove_files) COMPLETE
53332024-12-02T16:41:34.198Z[ recovery-image] Dec 02 16:41:33.421 INFO O| Dec 02 16:41:33.421 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-02T16:41:34.207Z[ recovery-image] Dec 02 16:41:33.432 INFO O| Dec 02 16:41:33.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53352024-12-02T16:41:34.209Z[ recovery-image] Dec 02 16:41:33.433 INFO O| Dec 02 16:41:33.433 INFO STEP 349 (remove_files) COMPLETE
53362024-12-02T16:41:34.209Z[ recovery-image] Dec 02 16:41:33.433 INFO O| Dec 02 16:41:33.433 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-02T16:41:34.217Z[ recovery-image] Dec 02 16:41:33.442 INFO O| Dec 02 16:41:33.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53382024-12-02T16:41:34.219Z[ recovery-image] Dec 02 16:41:33.442 INFO O| Dec 02 16:41:33.442 INFO STEP 350 (remove_files) COMPLETE
53392024-12-02T16:41:34.219Z[ recovery-image] Dec 02 16:41:33.442 INFO O| Dec 02 16:41:33.442 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-02T16:41:34.228Z[ recovery-image] Dec 02 16:41:33.452 INFO O| Dec 02 16:41:33.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53412024-12-02T16:41:34.228Z[ recovery-image] Dec 02 16:41:33.452 INFO O| Dec 02 16:41:33.452 INFO STEP 351 (remove_files) COMPLETE
53422024-12-02T16:41:34.230Z[ recovery-image] Dec 02 16:41:33.452 INFO O| Dec 02 16:41:33.452 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-02T16:41:34.236Z[ recovery-image] Dec 02 16:41:33.462 INFO O| Dec 02 16:41:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53442024-12-02T16:41:34.236Z[ recovery-image] Dec 02 16:41:33.462 INFO O| Dec 02 16:41:33.462 INFO STEP 352 (remove_files) COMPLETE
53452024-12-02T16:41:34.238Z[ recovery-image] Dec 02 16:41:33.462 INFO O| Dec 02 16:41:33.462 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-02T16:41:34.246Z[ recovery-image] Dec 02 16:41:33.471 INFO O| Dec 02 16:41:33.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53472024-12-02T16:41:34.246Z[ recovery-image] Dec 02 16:41:33.471 INFO O| Dec 02 16:41:33.471 INFO STEP 353 (remove_files) COMPLETE
53482024-12-02T16:41:34.248Z[ recovery-image] Dec 02 16:41:33.471 INFO O| Dec 02 16:41:33.471 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-02T16:41:34.255Z[ recovery-image] Dec 02 16:41:33.481 INFO O| Dec 02 16:41:33.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53502024-12-02T16:41:34.257Z[ recovery-image] Dec 02 16:41:33.481 INFO O| Dec 02 16:41:33.481 INFO STEP 354 (remove_files) COMPLETE
53512024-12-02T16:41:34.257Z[ recovery-image] Dec 02 16:41:33.481 INFO O| Dec 02 16:41:33.481 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-02T16:41:34.264Z[ recovery-image] Dec 02 16:41:33.490 INFO O| Dec 02 16:41:33.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53532024-12-02T16:41:34.264Z[ recovery-image] Dec 02 16:41:33.490 INFO O| Dec 02 16:41:33.490 INFO STEP 355 (remove_files) COMPLETE
53542024-12-02T16:41:34.267Z[ recovery-image] Dec 02 16:41:33.490 INFO O| Dec 02 16:41:33.490 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-02T16:41:34.274Z[ recovery-image] Dec 02 16:41:33.499 INFO O| Dec 02 16:41:33.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53562024-12-02T16:41:34.274Z[ recovery-image] Dec 02 16:41:33.499 INFO O| Dec 02 16:41:33.499 INFO STEP 356 (remove_files) COMPLETE
53572024-12-02T16:41:34.276Z[ recovery-image] Dec 02 16:41:33.499 INFO O| Dec 02 16:41:33.499 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-02T16:41:34.283Z[ recovery-image] Dec 02 16:41:33.509 INFO O| Dec 02 16:41:33.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53592024-12-02T16:41:34.283Z[ recovery-image] Dec 02 16:41:33.509 INFO O| Dec 02 16:41:33.509 INFO STEP 357 (remove_files) COMPLETE
53602024-12-02T16:41:34.283Z[ recovery-image] Dec 02 16:41:33.509 INFO O| Dec 02 16:41:33.509 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-02T16:41:34.293Z[ recovery-image] Dec 02 16:41:33.518 INFO O| Dec 02 16:41:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53622024-12-02T16:41:34.293Z[ recovery-image] Dec 02 16:41:33.519 INFO O| Dec 02 16:41:33.518 INFO STEP 358 (remove_files) COMPLETE
53632024-12-02T16:41:34.295Z[ recovery-image] Dec 02 16:41:33.519 INFO O| Dec 02 16:41:33.519 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-02T16:41:34.302Z[ recovery-image] Dec 02 16:41:33.528 INFO O| Dec 02 16:41:33.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53652024-12-02T16:41:34.303Z[ recovery-image] Dec 02 16:41:33.528 INFO O| Dec 02 16:41:33.528 INFO STEP 359 (remove_files) COMPLETE
53662024-12-02T16:41:34.306Z[ recovery-image] Dec 02 16:41:33.528 INFO O| Dec 02 16:41:33.528 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-02T16:41:34.312Z[ recovery-image] Dec 02 16:41:33.537 INFO O| Dec 02 16:41:33.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53682024-12-02T16:41:34.312Z[ recovery-image] Dec 02 16:41:33.537 INFO O| Dec 02 16:41:33.537 INFO STEP 360 (remove_files) COMPLETE
53692024-12-02T16:41:34.312Z[ recovery-image] Dec 02 16:41:33.537 INFO O| Dec 02 16:41:33.537 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-02T16:41:34.321Z[ recovery-image] Dec 02 16:41:33.547 INFO O| Dec 02 16:41:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53712024-12-02T16:41:34.321Z[ recovery-image] Dec 02 16:41:33.547 INFO O| Dec 02 16:41:33.547 INFO STEP 361 (remove_files) COMPLETE
53722024-12-02T16:41:34.321Z[ recovery-image] Dec 02 16:41:33.547 INFO O| Dec 02 16:41:33.547 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-02T16:41:34.331Z[ recovery-image] Dec 02 16:41:33.557 INFO O| Dec 02 16:41:33.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
53742024-12-02T16:41:34.331Z[ recovery-image] Dec 02 16:41:33.557 INFO O| Dec 02 16:41:33.557 INFO STEP 362 (remove_files) COMPLETE
53752024-12-02T16:41:34.331Z[ recovery-image] Dec 02 16:41:33.557 INFO O| Dec 02 16:41:33.557 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-02T16:41:34.341Z[ recovery-image] Dec 02 16:41:33.566 INFO O| Dec 02 16:41:33.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
53772024-12-02T16:41:34.341Z[ recovery-image] Dec 02 16:41:33.566 INFO O| Dec 02 16:41:33.566 INFO STEP 363 (remove_files) COMPLETE
53782024-12-02T16:41:34.343Z[ recovery-image] Dec 02 16:41:33.566 INFO O| Dec 02 16:41:33.566 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-02T16:41:34.350Z[ recovery-image] Dec 02 16:41:33.576 INFO O| Dec 02 16:41:33.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
53802024-12-02T16:41:34.353Z[ recovery-image] Dec 02 16:41:33.576 INFO O| Dec 02 16:41:33.576 INFO STEP 364 (remove_files) COMPLETE
53812024-12-02T16:41:34.353Z[ recovery-image] Dec 02 16:41:33.576 INFO O| Dec 02 16:41:33.576 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-02T16:41:34.359Z[ recovery-image] Dec 02 16:41:33.585 INFO O| Dec 02 16:41:33.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
53832024-12-02T16:41:34.360Z[ recovery-image] Dec 02 16:41:33.585 INFO O| Dec 02 16:41:33.585 INFO STEP 365 (remove_files) COMPLETE
53842024-12-02T16:41:34.362Z[ recovery-image] Dec 02 16:41:33.585 INFO O| Dec 02 16:41:33.585 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-02T16:41:34.369Z[ recovery-image] Dec 02 16:41:33.594 INFO O| Dec 02 16:41:33.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
53862024-12-02T16:41:34.369Z[ recovery-image] Dec 02 16:41:33.594 INFO O| Dec 02 16:41:33.594 INFO STEP 366 (remove_files) COMPLETE
53872024-12-02T16:41:34.369Z[ recovery-image] Dec 02 16:41:33.594 INFO O| Dec 02 16:41:33.594 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-02T16:41:34.378Z[ recovery-image] Dec 02 16:41:33.604 INFO O| Dec 02 16:41:33.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
53892024-12-02T16:41:34.381Z[ recovery-image] Dec 02 16:41:33.604 INFO O| Dec 02 16:41:33.604 INFO STEP 367 (remove_files) COMPLETE
53902024-12-02T16:41:34.381Z[ recovery-image] Dec 02 16:41:33.604 INFO O| Dec 02 16:41:33.604 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-02T16:41:34.389Z[ recovery-image] Dec 02 16:41:33.613 INFO O| Dec 02 16:41:33.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
53922024-12-02T16:41:34.389Z[ recovery-image] Dec 02 16:41:33.613 INFO O| Dec 02 16:41:33.613 INFO STEP 368 (remove_files) COMPLETE
53932024-12-02T16:41:34.392Z[ recovery-image] Dec 02 16:41:33.613 INFO O| Dec 02 16:41:33.613 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-02T16:41:34.397Z[ recovery-image] Dec 02 16:41:33.623 INFO O| Dec 02 16:41:33.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
53952024-12-02T16:41:34.397Z[ recovery-image] Dec 02 16:41:33.623 INFO O| Dec 02 16:41:33.623 INFO STEP 369 (remove_files) COMPLETE
53962024-12-02T16:41:34.397Z[ recovery-image] Dec 02 16:41:33.623 INFO O| Dec 02 16:41:33.623 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-02T16:41:34.407Z[ recovery-image] Dec 02 16:41:33.632 INFO O| Dec 02 16:41:33.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
53982024-12-02T16:41:34.407Z[ recovery-image] Dec 02 16:41:33.632 INFO O| Dec 02 16:41:33.632 INFO STEP 370 (remove_files) COMPLETE
53992024-12-02T16:41:34.409Z[ recovery-image] Dec 02 16:41:33.632 INFO O| Dec 02 16:41:33.632 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-02T16:41:34.416Z[ recovery-image] Dec 02 16:41:33.642 INFO O| Dec 02 16:41:33.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54012024-12-02T16:41:34.416Z[ recovery-image] Dec 02 16:41:33.642 INFO O| Dec 02 16:41:33.642 INFO STEP 371 (remove_files) COMPLETE
54022024-12-02T16:41:34.419Z[ recovery-image] Dec 02 16:41:33.642 INFO O| Dec 02 16:41:33.642 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-02T16:41:34.422Z[ host-image] Dec 02 16:41:33.645 INFO O| Dec 02 16:41:33.645 INFO O| Done
54042024-12-02T16:41:34.426Z[ recovery-image] Dec 02 16:41:33.652 INFO O| Dec 02 16:41:33.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54052024-12-02T16:41:34.426Z[ recovery-image] Dec 02 16:41:33.652 INFO O| Dec 02 16:41:33.652 INFO STEP 372 (remove_files) COMPLETE
54062024-12-02T16:41:34.426Z[ recovery-image] Dec 02 16:41:33.652 INFO O| Dec 02 16:41:33.652 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-02T16:41:34.436Z[ recovery-image] Dec 02 16:41:33.661 INFO O| Dec 02 16:41:33.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54082024-12-02T16:41:34.436Z[ recovery-image] Dec 02 16:41:33.661 INFO O| Dec 02 16:41:33.661 INFO STEP 373 (remove_files) COMPLETE
54092024-12-02T16:41:34.439Z[ recovery-image] Dec 02 16:41:33.661 INFO O| Dec 02 16:41:33.661 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-02T16:41:34.445Z[ host-image] Dec 02 16:41:33.670 INFO O| Dec 02 16:41:33.670 INFO O| Done
54112024-12-02T16:41:34.445Z[ host-image] Dec 02 16:41:33.670 INFO O| Dec 02 16:41:33.670 INFO O| Done
54122024-12-02T16:41:34.447Z[ recovery-image] Dec 02 16:41:33.672 INFO O| Dec 02 16:41:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54132024-12-02T16:41:34.447Z[ recovery-image] Dec 02 16:41:33.672 INFO O| Dec 02 16:41:33.672 INFO STEP 374 (remove_files) COMPLETE
54142024-12-02T16:41:34.447Z[ recovery-image] Dec 02 16:41:33.672 INFO O| Dec 02 16:41:33.672 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-02T16:41:34.458Z[ recovery-image] Dec 02 16:41:33.683 INFO O| Dec 02 16:41:33.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54162024-12-02T16:41:34.458Z[ recovery-image] Dec 02 16:41:33.684 INFO O| Dec 02 16:41:33.683 INFO STEP 375 (remove_files) COMPLETE
54172024-12-02T16:41:34.461Z[ recovery-image] Dec 02 16:41:33.684 INFO O| Dec 02 16:41:33.684 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-12-02T16:41:34.464Z[ host-image] Dec 02 16:41:33.687 INFO O| Dec 02 16:41:33.687 INFO O| Done
54192024-12-02T16:41:34.468Z[ recovery-image] Dec 02 16:41:33.693 INFO O| Dec 02 16:41:33.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54202024-12-02T16:41:34.470Z[ recovery-image] Dec 02 16:41:33.693 INFO O| Dec 02 16:41:33.693 INFO STEP 376 (remove_files) COMPLETE
54212024-12-02T16:41:34.470Z[ recovery-image] Dec 02 16:41:33.693 INFO O| Dec 02 16:41:33.693 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-02T16:41:34.478Z[ recovery-image] Dec 02 16:41:33.704 INFO O| Dec 02 16:41:33.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54232024-12-02T16:41:34.478Z[ recovery-image] Dec 02 16:41:33.704 INFO O| Dec 02 16:41:33.704 INFO STEP 377 (remove_files) COMPLETE
54242024-12-02T16:41:34.481Z[ recovery-image] Dec 02 16:41:33.704 INFO O| Dec 02 16:41:33.704 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-02T16:41:34.490Z[ recovery-image] Dec 02 16:41:33.715 INFO O| Dec 02 16:41:33.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54262024-12-02T16:41:34.490Z[ recovery-image] Dec 02 16:41:33.715 INFO O| Dec 02 16:41:33.715 INFO STEP 378 (remove_files) COMPLETE
54272024-12-02T16:41:34.493Z[ recovery-image] Dec 02 16:41:33.715 INFO O| Dec 02 16:41:33.715 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-02T16:41:34.501Z[ recovery-image] Dec 02 16:41:33.726 INFO O| Dec 02 16:41:33.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54292024-12-02T16:41:34.501Z[ recovery-image] Dec 02 16:41:33.726 INFO O| Dec 02 16:41:33.726 INFO STEP 379 (remove_files) COMPLETE
54302024-12-02T16:41:34.501Z[ recovery-image] Dec 02 16:41:33.726 INFO O| Dec 02 16:41:33.726 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-02T16:41:34.511Z[ recovery-image] Dec 02 16:41:33.736 INFO O| Dec 02 16:41:33.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54322024-12-02T16:41:34.511Z[ recovery-image] Dec 02 16:41:33.736 INFO O| Dec 02 16:41:33.736 INFO STEP 380 (remove_files) COMPLETE
54332024-12-02T16:41:34.514Z[ recovery-image] Dec 02 16:41:33.736 INFO O| Dec 02 16:41:33.736 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-02T16:41:34.521Z[ recovery-image] Dec 02 16:41:33.746 INFO O| Dec 02 16:41:33.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54352024-12-02T16:41:34.521Z[ recovery-image] Dec 02 16:41:33.746 INFO O| Dec 02 16:41:33.746 INFO STEP 381 (remove_files) COMPLETE
54362024-12-02T16:41:34.526Z[ recovery-image] Dec 02 16:41:33.746 INFO O| Dec 02 16:41:33.746 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-02T16:41:34.531Z[ recovery-image] Dec 02 16:41:33.756 INFO O| Dec 02 16:41:33.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54382024-12-02T16:41:34.531Z[ recovery-image] Dec 02 16:41:33.756 INFO O| Dec 02 16:41:33.756 INFO STEP 382 (remove_files) COMPLETE
54392024-12-02T16:41:34.534Z[ recovery-image] Dec 02 16:41:33.757 INFO O| Dec 02 16:41:33.756 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-02T16:41:34.541Z[ recovery-image] Dec 02 16:41:33.766 INFO O| Dec 02 16:41:33.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54412024-12-02T16:41:34.541Z[ recovery-image] Dec 02 16:41:33.766 INFO O| Dec 02 16:41:33.766 INFO STEP 383 (remove_files) COMPLETE
54422024-12-02T16:41:34.543Z[ recovery-image] Dec 02 16:41:33.766 INFO O| Dec 02 16:41:33.766 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-02T16:41:34.551Z[ recovery-image] Dec 02 16:41:33.776 INFO O| Dec 02 16:41:33.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54442024-12-02T16:41:34.551Z[ recovery-image] Dec 02 16:41:33.776 INFO O| Dec 02 16:41:33.776 INFO STEP 384 (remove_files) COMPLETE
54452024-12-02T16:41:34.553Z[ recovery-image] Dec 02 16:41:33.776 INFO O| Dec 02 16:41:33.776 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-02T16:41:34.561Z[ recovery-image] Dec 02 16:41:33.786 INFO O| Dec 02 16:41:33.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54472024-12-02T16:41:34.561Z[ recovery-image] Dec 02 16:41:33.786 INFO O| Dec 02 16:41:33.786 INFO STEP 385 (remove_files) COMPLETE
54482024-12-02T16:41:34.565Z[ recovery-image] Dec 02 16:41:33.786 INFO O| Dec 02 16:41:33.786 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-02T16:41:34.570Z[ recovery-image] Dec 02 16:41:33.796 INFO O| Dec 02 16:41:33.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54502024-12-02T16:41:34.570Z[ recovery-image] Dec 02 16:41:33.796 INFO O| Dec 02 16:41:33.796 INFO STEP 386 (remove_files) COMPLETE
54512024-12-02T16:41:34.575Z[ recovery-image] Dec 02 16:41:33.796 INFO O| Dec 02 16:41:33.796 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-02T16:41:34.575Z[ host-image] Dec 02 16:41:33.798 INFO O| Dec 02 16:41:33.798 INFO STEP 12 (pkg_install) COMPLETE
54532024-12-02T16:41:34.575Z[ host-image] Dec 02 16:41:33.798 INFO O| Dec 02 16:41:33.798 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54542024-12-02T16:41:34.580Z[ recovery-image] Dec 02 16:41:33.806 INFO O| Dec 02 16:41:33.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54552024-12-02T16:41:34.581Z[ recovery-image] Dec 02 16:41:33.806 INFO O| Dec 02 16:41:33.806 INFO STEP 387 (remove_files) COMPLETE
54562024-12-02T16:41:34.583Z[ recovery-image] Dec 02 16:41:33.806 INFO O| Dec 02 16:41:33.806 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-12-02T16:41:34.586Z[ host-image] Dec 02 16:41:33.809 INFO O| Dec 02 16:41:33.809 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
54582024-12-02T16:41:34.590Z[ recovery-image] Dec 02 16:41:33.816 INFO O| Dec 02 16:41:33.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54592024-12-02T16:41:34.590Z[ recovery-image] Dec 02 16:41:33.816 INFO O| Dec 02 16:41:33.816 INFO STEP 388 (remove_files) COMPLETE
54602024-12-02T16:41:34.591Z[ recovery-image] Dec 02 16:41:33.816 INFO O| Dec 02 16:41:33.816 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-02T16:41:34.600Z[ recovery-image] Dec 02 16:41:33.826 INFO O| Dec 02 16:41:33.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54622024-12-02T16:41:34.600Z[ recovery-image] Dec 02 16:41:33.826 INFO O| Dec 02 16:41:33.826 INFO STEP 389 (remove_files) COMPLETE
54632024-12-02T16:41:34.600Z[ recovery-image] Dec 02 16:41:33.826 INFO O| Dec 02 16:41:33.826 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-02T16:41:34.610Z[ recovery-image] Dec 02 16:41:33.835 INFO O| Dec 02 16:41:33.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54652024-12-02T16:41:34.610Z[ recovery-image] Dec 02 16:41:33.835 INFO O| Dec 02 16:41:33.835 INFO STEP 390 (remove_files) COMPLETE
54662024-12-02T16:41:34.613Z[ recovery-image] Dec 02 16:41:33.835 INFO O| Dec 02 16:41:33.835 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-02T16:41:34.619Z[ recovery-image] Dec 02 16:41:33.845 INFO O| Dec 02 16:41:33.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54682024-12-02T16:41:34.621Z[ recovery-image] Dec 02 16:41:33.845 INFO O| Dec 02 16:41:33.845 INFO STEP 391 (remove_files) COMPLETE
54692024-12-02T16:41:34.624Z[ recovery-image] Dec 02 16:41:33.845 INFO O| Dec 02 16:41:33.845 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-02T16:41:34.629Z[ recovery-image] Dec 02 16:41:33.854 INFO O| Dec 02 16:41:33.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54712024-12-02T16:41:34.629Z[ recovery-image] Dec 02 16:41:33.854 INFO O| Dec 02 16:41:33.854 INFO STEP 392 (remove_files) COMPLETE
54722024-12-02T16:41:34.631Z[ recovery-image] Dec 02 16:41:33.854 INFO O| Dec 02 16:41:33.854 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-02T16:41:34.638Z[ recovery-image] Dec 02 16:41:33.864 INFO O| Dec 02 16:41:33.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54742024-12-02T16:41:34.638Z[ recovery-image] Dec 02 16:41:33.864 INFO O| Dec 02 16:41:33.864 INFO STEP 393 (remove_files) COMPLETE
54752024-12-02T16:41:34.638Z[ recovery-image] Dec 02 16:41:33.864 INFO O| Dec 02 16:41:33.864 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-02T16:41:34.648Z[ recovery-image] Dec 02 16:41:33.873 INFO O| Dec 02 16:41:33.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54772024-12-02T16:41:34.648Z[ recovery-image] Dec 02 16:41:33.873 INFO O| Dec 02 16:41:33.873 INFO STEP 394 (remove_files) COMPLETE
54782024-12-02T16:41:34.650Z[ recovery-image] Dec 02 16:41:33.873 INFO O| Dec 02 16:41:33.873 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-02T16:41:34.657Z[ recovery-image] Dec 02 16:41:33.882 INFO O| Dec 02 16:41:33.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54802024-12-02T16:41:34.657Z[ recovery-image] Dec 02 16:41:33.882 INFO O| Dec 02 16:41:33.882 INFO STEP 395 (remove_files) COMPLETE
54812024-12-02T16:41:34.657Z[ recovery-image] Dec 02 16:41:33.882 INFO O| Dec 02 16:41:33.882 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-02T16:41:34.666Z[ recovery-image] Dec 02 16:41:33.892 INFO O| Dec 02 16:41:33.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54832024-12-02T16:41:34.669Z[ recovery-image] Dec 02 16:41:33.892 INFO O| Dec 02 16:41:33.892 INFO STEP 396 (remove_files) COMPLETE
54842024-12-02T16:41:34.669Z[ recovery-image] Dec 02 16:41:33.892 INFO O| Dec 02 16:41:33.892 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-02T16:41:34.676Z[ recovery-image] Dec 02 16:41:33.901 INFO O| Dec 02 16:41:33.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
54862024-12-02T16:41:34.678Z[ recovery-image] Dec 02 16:41:33.901 INFO O| Dec 02 16:41:33.901 INFO STEP 397 (remove_files) COMPLETE
54872024-12-02T16:41:34.678Z[ recovery-image] Dec 02 16:41:33.901 INFO O| Dec 02 16:41:33.901 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-02T16:41:34.685Z[ recovery-image] Dec 02 16:41:33.911 INFO O| Dec 02 16:41:33.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
54892024-12-02T16:41:34.688Z[ recovery-image] Dec 02 16:41:33.911 INFO O| Dec 02 16:41:33.911 INFO STEP 398 (remove_files) COMPLETE
54902024-12-02T16:41:34.688Z[ recovery-image] Dec 02 16:41:33.911 INFO O| Dec 02 16:41:33.911 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-02T16:41:34.694Z[ recovery-image] Dec 02 16:41:33.920 INFO O| Dec 02 16:41:33.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
54922024-12-02T16:41:34.697Z[ recovery-image] Dec 02 16:41:33.920 INFO O| Dec 02 16:41:33.920 INFO STEP 399 (remove_files) COMPLETE
54932024-12-02T16:41:34.697Z[ recovery-image] Dec 02 16:41:33.920 INFO O| Dec 02 16:41:33.920 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-02T16:41:34.704Z[ recovery-image] Dec 02 16:41:33.929 INFO O| Dec 02 16:41:33.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
54952024-12-02T16:41:34.704Z[ recovery-image] Dec 02 16:41:33.929 INFO O| Dec 02 16:41:33.929 INFO STEP 400 (remove_files) COMPLETE
54962024-12-02T16:41:34.706Z[ recovery-image] Dec 02 16:41:33.930 INFO O| Dec 02 16:41:33.929 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-02T16:41:34.713Z[ recovery-image] Dec 02 16:41:33.939 INFO O| Dec 02 16:41:33.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
54982024-12-02T16:41:34.713Z[ recovery-image] Dec 02 16:41:33.939 INFO O| Dec 02 16:41:33.939 INFO STEP 401 (remove_files) COMPLETE
54992024-12-02T16:41:34.716Z[ recovery-image] Dec 02 16:41:33.939 INFO O| Dec 02 16:41:33.939 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-02T16:41:34.723Z[ recovery-image] Dec 02 16:41:33.948 INFO O| Dec 02 16:41:33.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55012024-12-02T16:41:34.723Z[ recovery-image] Dec 02 16:41:33.948 INFO O| Dec 02 16:41:33.948 INFO STEP 402 (remove_files) COMPLETE
55022024-12-02T16:41:34.725Z[ recovery-image] Dec 02 16:41:33.949 INFO O| Dec 02 16:41:33.948 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-02T16:41:34.733Z[ recovery-image] Dec 02 16:41:33.958 INFO O| Dec 02 16:41:33.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55042024-12-02T16:41:34.733Z[ recovery-image] Dec 02 16:41:33.958 INFO O| Dec 02 16:41:33.958 INFO STEP 403 (remove_files) COMPLETE
55052024-12-02T16:41:34.736Z[ recovery-image] Dec 02 16:41:33.958 INFO O| Dec 02 16:41:33.958 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-02T16:41:34.742Z[ recovery-image] Dec 02 16:41:33.968 INFO O| Dec 02 16:41:33.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55072024-12-02T16:41:34.743Z[ recovery-image] Dec 02 16:41:33.968 INFO O| Dec 02 16:41:33.968 INFO STEP 404 (remove_files) COMPLETE
55082024-12-02T16:41:34.745Z[ recovery-image] Dec 02 16:41:33.968 INFO O| Dec 02 16:41:33.968 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-02T16:41:34.752Z[ recovery-image] Dec 02 16:41:33.978 INFO O| Dec 02 16:41:33.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55102024-12-02T16:41:34.752Z[ recovery-image] Dec 02 16:41:33.978 INFO O| Dec 02 16:41:33.978 INFO STEP 405 (remove_files) COMPLETE
55112024-12-02T16:41:34.755Z[ recovery-image] Dec 02 16:41:33.978 INFO O| Dec 02 16:41:33.978 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-02T16:41:34.762Z[ recovery-image] Dec 02 16:41:33.987 INFO O| Dec 02 16:41:33.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55132024-12-02T16:41:34.762Z[ recovery-image] Dec 02 16:41:33.987 INFO O| Dec 02 16:41:33.987 INFO STEP 406 (remove_files) COMPLETE
55142024-12-02T16:41:34.765Z[ recovery-image] Dec 02 16:41:33.987 INFO O| Dec 02 16:41:33.987 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-02T16:41:34.771Z[ recovery-image] Dec 02 16:41:33.997 INFO O| Dec 02 16:41:33.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55162024-12-02T16:41:34.771Z[ recovery-image] Dec 02 16:41:33.997 INFO O| Dec 02 16:41:33.997 INFO STEP 407 (remove_files) COMPLETE
55172024-12-02T16:41:34.774Z[ recovery-image] Dec 02 16:41:33.997 INFO O| Dec 02 16:41:33.997 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-02T16:41:34.782Z[ recovery-image] Dec 02 16:41:34.007 INFO O| Dec 02 16:41:34.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55192024-12-02T16:41:34.782Z[ recovery-image] Dec 02 16:41:34.007 INFO O| Dec 02 16:41:34.007 INFO STEP 408 (remove_files) COMPLETE
55202024-12-02T16:41:34.784Z[ recovery-image] Dec 02 16:41:34.007 INFO O| Dec 02 16:41:34.007 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-02T16:41:34.795Z[ recovery-image] Dec 02 16:41:34.020 INFO O| Dec 02 16:41:34.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55222024-12-02T16:41:34.795Z[ recovery-image] Dec 02 16:41:34.020 INFO O| Dec 02 16:41:34.020 INFO STEP 409 (remove_files) COMPLETE
55232024-12-02T16:41:34.797Z[ recovery-image] Dec 02 16:41:34.020 INFO O| Dec 02 16:41:34.020 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-02T16:41:34.806Z[ recovery-image] Dec 02 16:41:34.032 INFO O| Dec 02 16:41:34.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55252024-12-02T16:41:34.806Z[ recovery-image] Dec 02 16:41:34.032 INFO O| Dec 02 16:41:34.032 INFO STEP 410 (remove_files) COMPLETE
55262024-12-02T16:41:34.809Z[ recovery-image] Dec 02 16:41:34.032 INFO O| Dec 02 16:41:34.032 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-02T16:41:34.818Z[ recovery-image] Dec 02 16:41:34.043 INFO O| Dec 02 16:41:34.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55282024-12-02T16:41:34.818Z[ recovery-image] Dec 02 16:41:34.043 INFO O| Dec 02 16:41:34.043 INFO STEP 411 (remove_files) COMPLETE
55292024-12-02T16:41:34.818Z[ recovery-image] Dec 02 16:41:34.043 INFO O| Dec 02 16:41:34.043 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-02T16:41:34.828Z[ recovery-image] Dec 02 16:41:34.053 INFO O| Dec 02 16:41:34.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55312024-12-02T16:41:34.828Z[ recovery-image] Dec 02 16:41:34.053 INFO O| Dec 02 16:41:34.053 INFO STEP 412 (remove_files) COMPLETE
55322024-12-02T16:41:34.828Z[ recovery-image] Dec 02 16:41:34.053 INFO O| Dec 02 16:41:34.053 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-02T16:41:34.837Z[ recovery-image] Dec 02 16:41:34.063 INFO O| Dec 02 16:41:34.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55342024-12-02T16:41:34.837Z[ recovery-image] Dec 02 16:41:34.063 INFO O| Dec 02 16:41:34.063 INFO STEP 413 (remove_files) COMPLETE
55352024-12-02T16:41:34.840Z[ recovery-image] Dec 02 16:41:34.063 INFO O| Dec 02 16:41:34.063 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-02T16:41:34.847Z[ recovery-image] Dec 02 16:41:34.072 INFO O| Dec 02 16:41:34.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55372024-12-02T16:41:34.847Z[ recovery-image] Dec 02 16:41:34.072 INFO O| Dec 02 16:41:34.072 INFO STEP 414 (remove_files) COMPLETE
55382024-12-02T16:41:34.847Z[ recovery-image] Dec 02 16:41:34.072 INFO O| Dec 02 16:41:34.072 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-02T16:41:34.859Z[ recovery-image] Dec 02 16:41:34.084 INFO O| Dec 02 16:41:34.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55402024-12-02T16:41:34.859Z[ recovery-image] Dec 02 16:41:34.084 INFO O| Dec 02 16:41:34.084 INFO STEP 415 (remove_files) COMPLETE
55412024-12-02T16:41:34.859Z[ recovery-image] Dec 02 16:41:34.084 INFO O| Dec 02 16:41:34.084 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-02T16:41:34.870Z[ recovery-image] Dec 02 16:41:34.095 INFO O| Dec 02 16:41:34.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55432024-12-02T16:41:34.870Z[ recovery-image] Dec 02 16:41:34.095 INFO O| Dec 02 16:41:34.095 INFO STEP 416 (remove_files) COMPLETE
55442024-12-02T16:41:34.872Z[ recovery-image] Dec 02 16:41:34.095 INFO O| Dec 02 16:41:34.095 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-02T16:41:34.880Z[ recovery-image] Dec 02 16:41:34.105 INFO O| Dec 02 16:41:34.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55462024-12-02T16:41:34.880Z[ recovery-image] Dec 02 16:41:34.105 INFO O| Dec 02 16:41:34.105 INFO STEP 417 (remove_files) COMPLETE
55472024-12-02T16:41:34.882Z[ recovery-image] Dec 02 16:41:34.105 INFO O| Dec 02 16:41:34.105 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-02T16:41:34.889Z[ recovery-image] Dec 02 16:41:34.115 INFO O| Dec 02 16:41:34.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55492024-12-02T16:41:34.892Z[ recovery-image] Dec 02 16:41:34.115 INFO O| Dec 02 16:41:34.115 INFO STEP 418 (remove_files) COMPLETE
55502024-12-02T16:41:34.892Z[ recovery-image] Dec 02 16:41:34.115 INFO O| Dec 02 16:41:34.115 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-02T16:41:34.899Z[ recovery-image] Dec 02 16:41:34.125 INFO O| Dec 02 16:41:34.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55522024-12-02T16:41:34.902Z[ recovery-image] Dec 02 16:41:34.125 INFO O| Dec 02 16:41:34.125 INFO STEP 419 (remove_files) COMPLETE
55532024-12-02T16:41:34.902Z[ recovery-image] Dec 02 16:41:34.125 INFO O| Dec 02 16:41:34.125 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-02T16:41:34.909Z[ recovery-image] Dec 02 16:41:34.134 INFO O| Dec 02 16:41:34.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55552024-12-02T16:41:34.911Z[ recovery-image] Dec 02 16:41:34.134 INFO O| Dec 02 16:41:34.134 INFO STEP 420 (remove_files) COMPLETE
55562024-12-02T16:41:34.912Z[ recovery-image] Dec 02 16:41:34.134 INFO O| Dec 02 16:41:34.134 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-02T16:41:34.919Z[ recovery-image] Dec 02 16:41:34.144 INFO O| Dec 02 16:41:34.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55582024-12-02T16:41:34.919Z[ recovery-image] Dec 02 16:41:34.144 INFO O| Dec 02 16:41:34.144 INFO STEP 421 (remove_files) COMPLETE
55592024-12-02T16:41:34.921Z[ recovery-image] Dec 02 16:41:34.144 INFO O| Dec 02 16:41:34.144 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-02T16:41:34.928Z[ recovery-image] Dec 02 16:41:34.154 INFO O| Dec 02 16:41:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55612024-12-02T16:41:34.928Z[ recovery-image] Dec 02 16:41:34.154 INFO O| Dec 02 16:41:34.154 INFO STEP 422 (remove_files) COMPLETE
55622024-12-02T16:41:34.931Z[ recovery-image] Dec 02 16:41:34.154 INFO O| Dec 02 16:41:34.154 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-02T16:41:34.938Z[ recovery-image] Dec 02 16:41:34.163 INFO O| Dec 02 16:41:34.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55642024-12-02T16:41:34.938Z[ recovery-image] Dec 02 16:41:34.163 INFO O| Dec 02 16:41:34.163 INFO STEP 423 (remove_files) COMPLETE
55652024-12-02T16:41:34.938Z[ recovery-image] Dec 02 16:41:34.163 INFO O| Dec 02 16:41:34.163 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-02T16:41:34.947Z[ recovery-image] Dec 02 16:41:34.173 INFO O| Dec 02 16:41:34.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55672024-12-02T16:41:34.949Z[ recovery-image] Dec 02 16:41:34.173 INFO O| Dec 02 16:41:34.173 INFO STEP 424 (remove_files) COMPLETE
55682024-12-02T16:41:34.949Z[ recovery-image] Dec 02 16:41:34.173 INFO O| Dec 02 16:41:34.173 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-02T16:41:34.957Z[ recovery-image] Dec 02 16:41:34.183 INFO O| Dec 02 16:41:34.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55702024-12-02T16:41:34.957Z[ recovery-image] Dec 02 16:41:34.183 INFO O| Dec 02 16:41:34.183 INFO STEP 425 (remove_files) COMPLETE
55712024-12-02T16:41:34.957Z[ recovery-image] Dec 02 16:41:34.183 INFO O| Dec 02 16:41:34.183 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-02T16:41:34.967Z[ recovery-image] Dec 02 16:41:34.192 INFO O| Dec 02 16:41:34.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55732024-12-02T16:41:34.967Z[ recovery-image] Dec 02 16:41:34.192 INFO O| Dec 02 16:41:34.192 INFO STEP 426 (remove_files) COMPLETE
55742024-12-02T16:41:34.967Z[ recovery-image] Dec 02 16:41:34.192 INFO O| Dec 02 16:41:34.192 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-02T16:41:34.977Z[ recovery-image] Dec 02 16:41:34.202 INFO O| Dec 02 16:41:34.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55762024-12-02T16:41:34.977Z[ recovery-image] Dec 02 16:41:34.202 INFO O| Dec 02 16:41:34.202 INFO STEP 427 (remove_files) COMPLETE
55772024-12-02T16:41:34.979Z[ recovery-image] Dec 02 16:41:34.202 INFO O| Dec 02 16:41:34.202 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-02T16:41:34.986Z[ recovery-image] Dec 02 16:41:34.212 INFO O| Dec 02 16:41:34.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55792024-12-02T16:41:34.986Z[ recovery-image] Dec 02 16:41:34.212 INFO O| Dec 02 16:41:34.212 INFO STEP 428 (remove_files) COMPLETE
55802024-12-02T16:41:34.986Z[ recovery-image] Dec 02 16:41:34.212 INFO O| Dec 02 16:41:34.212 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-02T16:41:34.996Z[ recovery-image] Dec 02 16:41:34.221 INFO O| Dec 02 16:41:34.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
55822024-12-02T16:41:34.996Z[ recovery-image] Dec 02 16:41:34.221 INFO O| Dec 02 16:41:34.221 INFO STEP 429 (remove_files) COMPLETE
55832024-12-02T16:41:34.998Z[ recovery-image] Dec 02 16:41:34.222 INFO O| Dec 02 16:41:34.221 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-02T16:41:35.006Z[ recovery-image] Dec 02 16:41:34.231 INFO O| Dec 02 16:41:34.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
55852024-12-02T16:41:35.006Z[ recovery-image] Dec 02 16:41:34.231 INFO O| Dec 02 16:41:34.231 INFO STEP 430 (remove_files) COMPLETE
55862024-12-02T16:41:35.006Z[ recovery-image] Dec 02 16:41:34.231 INFO O| Dec 02 16:41:34.231 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-02T16:41:35.015Z[ recovery-image] Dec 02 16:41:34.241 INFO O| Dec 02 16:41:34.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
55882024-12-02T16:41:35.015Z[ recovery-image] Dec 02 16:41:34.241 INFO O| Dec 02 16:41:34.241 INFO STEP 431 (remove_files) COMPLETE
55892024-12-02T16:41:35.019Z[ recovery-image] Dec 02 16:41:34.241 INFO O| Dec 02 16:41:34.241 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-02T16:41:35.025Z[ recovery-image] Dec 02 16:41:34.250 INFO O| Dec 02 16:41:34.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
55912024-12-02T16:41:35.025Z[ recovery-image] Dec 02 16:41:34.250 INFO O| Dec 02 16:41:34.250 INFO STEP 432 (remove_files) COMPLETE
55922024-12-02T16:41:35.025Z[ recovery-image] Dec 02 16:41:34.250 INFO O| Dec 02 16:41:34.250 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-02T16:41:35.034Z[ recovery-image] Dec 02 16:41:34.260 INFO O| Dec 02 16:41:34.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
55942024-12-02T16:41:35.034Z[ recovery-image] Dec 02 16:41:34.260 INFO O| Dec 02 16:41:34.260 INFO STEP 433 (remove_files) COMPLETE
55952024-12-02T16:41:35.034Z[ recovery-image] Dec 02 16:41:34.260 INFO O| Dec 02 16:41:34.260 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-02T16:41:35.044Z[ recovery-image] Dec 02 16:41:34.269 INFO O| Dec 02 16:41:34.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
55972024-12-02T16:41:35.044Z[ recovery-image] Dec 02 16:41:34.269 INFO O| Dec 02 16:41:34.269 INFO STEP 434 (remove_files) COMPLETE
55982024-12-02T16:41:35.044Z[ recovery-image] Dec 02 16:41:34.270 INFO O| Dec 02 16:41:34.269 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-02T16:41:35.054Z[ recovery-image] Dec 02 16:41:34.279 INFO O| Dec 02 16:41:34.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56002024-12-02T16:41:35.054Z[ recovery-image] Dec 02 16:41:34.279 INFO O| Dec 02 16:41:34.279 INFO STEP 435 (remove_files) COMPLETE
56012024-12-02T16:41:35.056Z[ recovery-image] Dec 02 16:41:34.279 INFO O| Dec 02 16:41:34.279 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-02T16:41:35.063Z[ recovery-image] Dec 02 16:41:34.289 INFO O| Dec 02 16:41:34.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56032024-12-02T16:41:35.066Z[ recovery-image] Dec 02 16:41:34.289 INFO O| Dec 02 16:41:34.289 INFO STEP 436 (remove_files) COMPLETE
56042024-12-02T16:41:35.066Z[ recovery-image] Dec 02 16:41:34.289 INFO O| Dec 02 16:41:34.289 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-02T16:41:35.066Z[ host-image] Dec 02 16:41:34.291 INFO O| Dec 02 16:41:34.291 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
56062024-12-02T16:41:35.073Z[ recovery-image] Dec 02 16:41:34.298 INFO O| Dec 02 16:41:34.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56072024-12-02T16:41:35.073Z[ recovery-image] Dec 02 16:41:34.298 INFO O| Dec 02 16:41:34.298 INFO STEP 437 (remove_files) COMPLETE
56082024-12-02T16:41:35.075Z[ recovery-image] Dec 02 16:41:34.298 INFO O| Dec 02 16:41:34.298 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-02T16:41:35.083Z[ recovery-image] Dec 02 16:41:34.308 INFO O| Dec 02 16:41:34.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56102024-12-02T16:41:35.086Z[ recovery-image] Dec 02 16:41:34.308 INFO O| Dec 02 16:41:34.308 INFO STEP 438 (remove_files) COMPLETE
56112024-12-02T16:41:35.086Z[ recovery-image] Dec 02 16:41:34.308 INFO O| Dec 02 16:41:34.308 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-02T16:41:35.093Z[ recovery-image] Dec 02 16:41:34.318 INFO O| Dec 02 16:41:34.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56132024-12-02T16:41:35.093Z[ recovery-image] Dec 02 16:41:34.318 INFO O| Dec 02 16:41:34.318 INFO STEP 439 (remove_files) COMPLETE
56142024-12-02T16:41:35.095Z[ recovery-image] Dec 02 16:41:34.318 INFO O| Dec 02 16:41:34.318 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-02T16:41:35.102Z[ recovery-image] Dec 02 16:41:34.328 INFO O| Dec 02 16:41:34.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56162024-12-02T16:41:35.102Z[ recovery-image] Dec 02 16:41:34.328 INFO O| Dec 02 16:41:34.328 INFO STEP 440 (remove_files) COMPLETE
56172024-12-02T16:41:35.105Z[ recovery-image] Dec 02 16:41:34.328 INFO O| Dec 02 16:41:34.328 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-02T16:41:35.112Z[ recovery-image] Dec 02 16:41:34.337 INFO O| Dec 02 16:41:34.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56192024-12-02T16:41:35.112Z[ recovery-image] Dec 02 16:41:34.338 INFO O| Dec 02 16:41:34.337 INFO STEP 441 (remove_files) COMPLETE
56202024-12-02T16:41:35.112Z[ recovery-image] Dec 02 16:41:34.338 INFO O| Dec 02 16:41:34.337 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-02T16:41:35.122Z[ recovery-image] Dec 02 16:41:34.347 INFO O| Dec 02 16:41:34.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56222024-12-02T16:41:35.122Z[ recovery-image] Dec 02 16:41:34.347 INFO O| Dec 02 16:41:34.347 INFO STEP 442 (remove_files) COMPLETE
56232024-12-02T16:41:35.124Z[ recovery-image] Dec 02 16:41:34.347 INFO O| Dec 02 16:41:34.347 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-02T16:41:35.131Z[ recovery-image] Dec 02 16:41:34.357 INFO O| Dec 02 16:41:34.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56252024-12-02T16:41:35.131Z[ recovery-image] Dec 02 16:41:34.357 INFO O| Dec 02 16:41:34.357 INFO STEP 443 (remove_files) COMPLETE
56262024-12-02T16:41:35.131Z[ recovery-image] Dec 02 16:41:34.357 INFO O| Dec 02 16:41:34.357 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-02T16:41:35.141Z[ recovery-image] Dec 02 16:41:34.366 INFO O| Dec 02 16:41:34.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56282024-12-02T16:41:35.141Z[ recovery-image] Dec 02 16:41:34.366 INFO O| Dec 02 16:41:34.366 INFO STEP 444 (remove_files) COMPLETE
56292024-12-02T16:41:35.141Z[ recovery-image] Dec 02 16:41:34.366 INFO O| Dec 02 16:41:34.366 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-02T16:41:35.151Z[ recovery-image] Dec 02 16:41:34.376 INFO O| Dec 02 16:41:34.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56312024-12-02T16:41:35.151Z[ recovery-image] Dec 02 16:41:34.376 INFO O| Dec 02 16:41:34.376 INFO STEP 445 (remove_files) COMPLETE
56322024-12-02T16:41:35.154Z[ recovery-image] Dec 02 16:41:34.376 INFO O| Dec 02 16:41:34.376 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-02T16:41:35.161Z[ recovery-image] Dec 02 16:41:34.386 INFO O| Dec 02 16:41:34.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56342024-12-02T16:41:35.161Z[ recovery-image] Dec 02 16:41:34.386 INFO O| Dec 02 16:41:34.386 INFO STEP 446 (remove_files) COMPLETE
56352024-12-02T16:41:35.163Z[ recovery-image] Dec 02 16:41:34.387 INFO O| Dec 02 16:41:34.386 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-02T16:41:35.171Z[ recovery-image] Dec 02 16:41:34.396 INFO O| Dec 02 16:41:34.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56372024-12-02T16:41:35.174Z[ recovery-image] Dec 02 16:41:34.396 INFO O| Dec 02 16:41:34.396 INFO STEP 447 (remove_files) COMPLETE
56382024-12-02T16:41:35.174Z[ recovery-image] Dec 02 16:41:34.396 INFO O| Dec 02 16:41:34.396 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-02T16:41:35.181Z[ recovery-image] Dec 02 16:41:34.406 INFO O| Dec 02 16:41:34.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56402024-12-02T16:41:35.181Z[ recovery-image] Dec 02 16:41:34.406 INFO O| Dec 02 16:41:34.406 INFO STEP 448 (remove_files) COMPLETE
56412024-12-02T16:41:35.181Z[ recovery-image] Dec 02 16:41:34.406 INFO O| Dec 02 16:41:34.406 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-02T16:41:35.190Z[ recovery-image] Dec 02 16:41:34.416 INFO O| Dec 02 16:41:34.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56432024-12-02T16:41:35.190Z[ recovery-image] Dec 02 16:41:34.416 INFO O| Dec 02 16:41:34.416 INFO STEP 449 (remove_files) COMPLETE
56442024-12-02T16:41:35.193Z[ recovery-image] Dec 02 16:41:34.416 INFO O| Dec 02 16:41:34.416 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-02T16:41:35.200Z[ recovery-image] Dec 02 16:41:34.425 INFO O| Dec 02 16:41:34.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56462024-12-02T16:41:35.200Z[ recovery-image] Dec 02 16:41:34.425 INFO O| Dec 02 16:41:34.425 INFO STEP 450 (remove_files) COMPLETE
56472024-12-02T16:41:35.202Z[ recovery-image] Dec 02 16:41:34.425 INFO O| Dec 02 16:41:34.425 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-02T16:41:35.211Z[ recovery-image] Dec 02 16:41:34.435 INFO O| Dec 02 16:41:34.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56492024-12-02T16:41:35.211Z[ recovery-image] Dec 02 16:41:34.435 INFO O| Dec 02 16:41:34.435 INFO STEP 451 (remove_files) COMPLETE
56502024-12-02T16:41:35.214Z[ recovery-image] Dec 02 16:41:34.435 INFO O| Dec 02 16:41:34.435 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-02T16:41:35.219Z[ recovery-image] Dec 02 16:41:34.445 INFO O| Dec 02 16:41:34.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56522024-12-02T16:41:35.222Z[ recovery-image] Dec 02 16:41:34.445 INFO O| Dec 02 16:41:34.445 INFO STEP 452 (remove_files) COMPLETE
56532024-12-02T16:41:35.222Z[ recovery-image] Dec 02 16:41:34.445 INFO O| Dec 02 16:41:34.445 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-02T16:41:35.230Z[ recovery-image] Dec 02 16:41:34.456 INFO O| Dec 02 16:41:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56552024-12-02T16:41:35.231Z[ recovery-image] Dec 02 16:41:34.456 INFO O| Dec 02 16:41:34.456 INFO STEP 453 (remove_files) COMPLETE
56562024-12-02T16:41:35.231Z[ recovery-image] Dec 02 16:41:34.456 INFO O| Dec 02 16:41:34.456 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-02T16:41:35.240Z[ recovery-image] Dec 02 16:41:34.466 INFO O| Dec 02 16:41:34.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56582024-12-02T16:41:35.241Z[ recovery-image] Dec 02 16:41:34.466 INFO O| Dec 02 16:41:34.466 INFO STEP 454 (remove_files) COMPLETE
56592024-12-02T16:41:35.241Z[ recovery-image] Dec 02 16:41:34.466 INFO O| Dec 02 16:41:34.466 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-02T16:41:35.250Z[ recovery-image] Dec 02 16:41:34.476 INFO O| Dec 02 16:41:34.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56612024-12-02T16:41:35.250Z[ recovery-image] Dec 02 16:41:34.476 INFO O| Dec 02 16:41:34.476 INFO STEP 455 (remove_files) COMPLETE
56622024-12-02T16:41:35.250Z[ recovery-image] Dec 02 16:41:34.476 INFO O| Dec 02 16:41:34.476 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-02T16:41:35.260Z[ recovery-image] Dec 02 16:41:34.485 INFO O| Dec 02 16:41:34.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56642024-12-02T16:41:35.260Z[ recovery-image] Dec 02 16:41:34.485 INFO O| Dec 02 16:41:34.485 INFO STEP 456 (remove_files) COMPLETE
56652024-12-02T16:41:35.260Z[ recovery-image] Dec 02 16:41:34.485 INFO O| Dec 02 16:41:34.485 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-02T16:41:35.269Z[ recovery-image] Dec 02 16:41:34.495 INFO O| Dec 02 16:41:34.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56672024-12-02T16:41:35.272Z[ recovery-image] Dec 02 16:41:34.495 INFO O| Dec 02 16:41:34.495 INFO STEP 457 (remove_files) COMPLETE
56682024-12-02T16:41:35.272Z[ recovery-image] Dec 02 16:41:34.495 INFO O| Dec 02 16:41:34.495 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-02T16:41:35.279Z[ recovery-image] Dec 02 16:41:34.504 INFO O| Dec 02 16:41:34.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56702024-12-02T16:41:35.279Z[ recovery-image] Dec 02 16:41:34.505 INFO O| Dec 02 16:41:34.504 INFO STEP 458 (remove_files) COMPLETE
56712024-12-02T16:41:35.279Z[ recovery-image] Dec 02 16:41:34.505 INFO O| Dec 02 16:41:34.505 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-02T16:41:35.289Z[ recovery-image] Dec 02 16:41:34.514 INFO O| Dec 02 16:41:34.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56732024-12-02T16:41:35.289Z[ recovery-image] Dec 02 16:41:34.514 INFO O| Dec 02 16:41:34.514 INFO STEP 459 (remove_files) COMPLETE
56742024-12-02T16:41:35.289Z[ recovery-image] Dec 02 16:41:34.514 INFO O| Dec 02 16:41:34.514 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-02T16:41:35.298Z[ recovery-image] Dec 02 16:41:34.523 INFO O| Dec 02 16:41:34.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56762024-12-02T16:41:35.301Z[ recovery-image] Dec 02 16:41:34.523 INFO O| Dec 02 16:41:34.523 INFO STEP 460 (remove_files) COMPLETE
56772024-12-02T16:41:35.301Z[ recovery-image] Dec 02 16:41:34.523 INFO O| Dec 02 16:41:34.523 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-02T16:41:35.308Z[ recovery-image] Dec 02 16:41:34.533 INFO O| Dec 02 16:41:34.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
56792024-12-02T16:41:35.308Z[ recovery-image] Dec 02 16:41:34.533 INFO O| Dec 02 16:41:34.533 INFO STEP 461 (remove_files) COMPLETE
56802024-12-02T16:41:35.311Z[ recovery-image] Dec 02 16:41:34.533 INFO O| Dec 02 16:41:34.533 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-02T16:41:35.319Z[ recovery-image] Dec 02 16:41:34.544 INFO O| Dec 02 16:41:34.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
56822024-12-02T16:41:35.319Z[ recovery-image] Dec 02 16:41:34.544 INFO O| Dec 02 16:41:34.544 INFO STEP 462 (remove_files) COMPLETE
56832024-12-02T16:41:35.321Z[ recovery-image] Dec 02 16:41:34.544 INFO O| Dec 02 16:41:34.544 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-02T16:41:35.328Z[ recovery-image] Dec 02 16:41:34.554 INFO O| Dec 02 16:41:34.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
56852024-12-02T16:41:35.328Z[ recovery-image] Dec 02 16:41:34.554 INFO O| Dec 02 16:41:34.554 INFO STEP 463 (remove_files) COMPLETE
56862024-12-02T16:41:35.331Z[ recovery-image] Dec 02 16:41:34.554 INFO O| Dec 02 16:41:34.554 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-02T16:41:35.340Z[ recovery-image] Dec 02 16:41:34.563 INFO O| Dec 02 16:41:34.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
56882024-12-02T16:41:35.340Z[ recovery-image] Dec 02 16:41:34.564 INFO O| Dec 02 16:41:34.563 INFO STEP 464 (remove_files) COMPLETE
56892024-12-02T16:41:35.340Z[ recovery-image] Dec 02 16:41:34.564 INFO O| Dec 02 16:41:34.563 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-02T16:41:35.348Z[ recovery-image] Dec 02 16:41:34.573 INFO O| Dec 02 16:41:34.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
56912024-12-02T16:41:35.348Z[ recovery-image] Dec 02 16:41:34.573 INFO O| Dec 02 16:41:34.573 INFO STEP 465 (remove_files) COMPLETE
56922024-12-02T16:41:35.350Z[ recovery-image] Dec 02 16:41:34.573 INFO O| Dec 02 16:41:34.573 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-02T16:41:35.357Z[ recovery-image] Dec 02 16:41:34.583 INFO O| Dec 02 16:41:34.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
56942024-12-02T16:41:35.357Z[ recovery-image] Dec 02 16:41:34.583 INFO O| Dec 02 16:41:34.583 INFO STEP 466 (remove_files) COMPLETE
56952024-12-02T16:41:35.359Z[ recovery-image] Dec 02 16:41:34.583 INFO O| Dec 02 16:41:34.583 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-02T16:41:35.367Z[ recovery-image] Dec 02 16:41:34.592 INFO O| Dec 02 16:41:34.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
56972024-12-02T16:41:35.369Z[ recovery-image] Dec 02 16:41:34.592 INFO O| Dec 02 16:41:34.592 INFO STEP 467 (remove_files) COMPLETE
56982024-12-02T16:41:35.369Z[ recovery-image] Dec 02 16:41:34.592 INFO O| Dec 02 16:41:34.592 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-02T16:41:35.377Z[ recovery-image] Dec 02 16:41:34.602 INFO O| Dec 02 16:41:34.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57002024-12-02T16:41:35.380Z[ recovery-image] Dec 02 16:41:34.602 INFO O| Dec 02 16:41:34.602 INFO STEP 468 (remove_files) COMPLETE
57012024-12-02T16:41:35.380Z[ recovery-image] Dec 02 16:41:34.602 INFO O| Dec 02 16:41:34.602 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-02T16:41:35.386Z[ recovery-image] Dec 02 16:41:34.612 INFO O| Dec 02 16:41:34.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57032024-12-02T16:41:35.386Z[ recovery-image] Dec 02 16:41:34.612 INFO O| Dec 02 16:41:34.612 INFO STEP 469 (remove_files) COMPLETE
57042024-12-02T16:41:35.386Z[ recovery-image] Dec 02 16:41:34.612 INFO O| Dec 02 16:41:34.612 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-02T16:41:35.417Z[ recovery-image] Dec 02 16:41:34.642 INFO O| Dec 02 16:41:34.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57062024-12-02T16:41:35.420Z[ recovery-image] Dec 02 16:41:34.643 INFO O| Dec 02 16:41:34.643 INFO STEP 470 (remove_files) COMPLETE
57072024-12-02T16:41:35.420Z[ recovery-image] Dec 02 16:41:34.643 INFO O| Dec 02 16:41:34.643 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-02T16:41:35.443Z[ recovery-image] Dec 02 16:41:34.666 INFO O| Dec 02 16:41:34.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57092024-12-02T16:41:35.443Z[ recovery-image] Dec 02 16:41:34.666 INFO O| Dec 02 16:41:34.665 INFO STEP 471 (remove_files) COMPLETE
57102024-12-02T16:41:35.446Z[ recovery-image] Dec 02 16:41:34.666 INFO O| Dec 02 16:41:34.665 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-02T16:41:35.457Z[ recovery-image] Dec 02 16:41:34.682 INFO O| Dec 02 16:41:34.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57122024-12-02T16:41:35.457Z[ recovery-image] Dec 02 16:41:34.682 INFO O| Dec 02 16:41:34.682 INFO STEP 472 (remove_files) COMPLETE
57132024-12-02T16:41:35.457Z[ recovery-image] Dec 02 16:41:34.682 INFO O| Dec 02 16:41:34.682 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-02T16:41:35.469Z[ recovery-image] Dec 02 16:41:34.695 INFO O| Dec 02 16:41:34.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57152024-12-02T16:41:35.469Z[ recovery-image] Dec 02 16:41:34.695 INFO O| Dec 02 16:41:34.695 INFO STEP 473 (remove_files) COMPLETE
57162024-12-02T16:41:35.470Z[ recovery-image] Dec 02 16:41:34.695 INFO O| Dec 02 16:41:34.695 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-02T16:41:35.481Z[ recovery-image] Dec 02 16:41:34.707 INFO O| Dec 02 16:41:34.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57182024-12-02T16:41:35.481Z[ recovery-image] Dec 02 16:41:34.707 INFO O| Dec 02 16:41:34.707 INFO STEP 474 (remove_files) COMPLETE
57192024-12-02T16:41:35.481Z[ recovery-image] Dec 02 16:41:34.707 INFO O| Dec 02 16:41:34.707 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-02T16:41:35.493Z[ recovery-image] Dec 02 16:41:34.718 INFO O| Dec 02 16:41:34.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57212024-12-02T16:41:35.493Z[ recovery-image] Dec 02 16:41:34.718 INFO O| Dec 02 16:41:34.718 INFO STEP 475 (remove_files) COMPLETE
57222024-12-02T16:41:35.495Z[ recovery-image] Dec 02 16:41:34.718 INFO O| Dec 02 16:41:34.718 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-02T16:41:35.505Z[ recovery-image] Dec 02 16:41:34.730 INFO O| Dec 02 16:41:34.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57242024-12-02T16:41:35.505Z[ recovery-image] Dec 02 16:41:34.730 INFO O| Dec 02 16:41:34.730 INFO STEP 476 (remove_files) COMPLETE
57252024-12-02T16:41:35.507Z[ recovery-image] Dec 02 16:41:34.730 INFO O| Dec 02 16:41:34.730 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-12-02T16:41:35.517Z[ recovery-image] Dec 02 16:41:34.742 INFO O| Dec 02 16:41:34.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57272024-12-02T16:41:35.517Z[ recovery-image] Dec 02 16:41:34.742 INFO O| Dec 02 16:41:34.742 INFO STEP 477 (remove_files) COMPLETE
57282024-12-02T16:41:35.520Z[ recovery-image] Dec 02 16:41:34.742 INFO O| Dec 02 16:41:34.742 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-12-02T16:41:35.531Z[ recovery-image] Dec 02 16:41:34.756 INFO O| Dec 02 16:41:34.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57302024-12-02T16:41:35.531Z[ recovery-image] Dec 02 16:41:34.756 INFO O| Dec 02 16:41:34.756 INFO STEP 478 (remove_files) COMPLETE
57312024-12-02T16:41:35.533Z[ recovery-image] Dec 02 16:41:34.756 INFO O| Dec 02 16:41:34.756 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-02T16:41:35.543Z[ recovery-image] Dec 02 16:41:34.768 INFO O| Dec 02 16:41:34.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57332024-12-02T16:41:35.543Z[ recovery-image] Dec 02 16:41:34.768 INFO O| Dec 02 16:41:34.768 INFO STEP 479 (remove_files) COMPLETE
57342024-12-02T16:41:35.543Z[ recovery-image] Dec 02 16:41:34.768 INFO O| Dec 02 16:41:34.768 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-02T16:41:35.553Z[ recovery-image] Dec 02 16:41:34.778 INFO O| Dec 02 16:41:34.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57362024-12-02T16:41:35.553Z[ recovery-image] Dec 02 16:41:34.779 INFO O| Dec 02 16:41:34.779 INFO STEP 480 (remove_files) COMPLETE
57372024-12-02T16:41:35.553Z[ recovery-image] Dec 02 16:41:34.779 INFO O| Dec 02 16:41:34.779 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-02T16:41:35.565Z[ recovery-image] Dec 02 16:41:34.790 INFO O| Dec 02 16:41:34.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57392024-12-02T16:41:35.565Z[ recovery-image] Dec 02 16:41:34.790 INFO O| Dec 02 16:41:34.790 INFO STEP 481 (remove_files) COMPLETE
57402024-12-02T16:41:35.567Z[ recovery-image] Dec 02 16:41:34.790 INFO O| Dec 02 16:41:34.790 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-02T16:41:35.576Z[ recovery-image] Dec 02 16:41:34.801 INFO O| Dec 02 16:41:34.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57422024-12-02T16:41:35.576Z[ recovery-image] Dec 02 16:41:34.801 INFO O| Dec 02 16:41:34.801 INFO STEP 482 (remove_files) COMPLETE
57432024-12-02T16:41:35.578Z[ recovery-image] Dec 02 16:41:34.801 INFO O| Dec 02 16:41:34.801 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-02T16:41:35.586Z[ recovery-image] Dec 02 16:41:34.812 INFO O| Dec 02 16:41:34.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57452024-12-02T16:41:35.589Z[ recovery-image] Dec 02 16:41:34.812 INFO O| Dec 02 16:41:34.812 INFO STEP 483 (remove_files) COMPLETE
57462024-12-02T16:41:35.589Z[ recovery-image] Dec 02 16:41:34.812 INFO O| Dec 02 16:41:34.812 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-02T16:41:35.597Z[ recovery-image] Dec 02 16:41:34.822 INFO O| Dec 02 16:41:34.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57482024-12-02T16:41:35.599Z[ recovery-image] Dec 02 16:41:34.823 INFO O| Dec 02 16:41:34.823 INFO STEP 484 (remove_files) COMPLETE
57492024-12-02T16:41:35.599Z[ recovery-image] Dec 02 16:41:34.823 INFO O| Dec 02 16:41:34.823 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-02T16:41:35.608Z[ recovery-image] Dec 02 16:41:34.834 INFO O| Dec 02 16:41:34.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57512024-12-02T16:41:35.608Z[ recovery-image] Dec 02 16:41:34.834 INFO O| Dec 02 16:41:34.834 INFO STEP 485 (remove_files) COMPLETE
57522024-12-02T16:41:35.611Z[ recovery-image] Dec 02 16:41:34.834 INFO O| Dec 02 16:41:34.834 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-02T16:41:35.621Z[ recovery-image] Dec 02 16:41:34.847 INFO O| Dec 02 16:41:34.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57542024-12-02T16:41:35.621Z[ recovery-image] Dec 02 16:41:34.847 INFO O| Dec 02 16:41:34.847 INFO STEP 486 (remove_files) COMPLETE
57552024-12-02T16:41:35.624Z[ recovery-image] Dec 02 16:41:34.847 INFO O| Dec 02 16:41:34.847 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-02T16:41:35.635Z[ recovery-image] Dec 02 16:41:34.859 INFO O| Dec 02 16:41:34.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57572024-12-02T16:41:35.635Z[ recovery-image] Dec 02 16:41:34.859 INFO O| Dec 02 16:41:34.859 INFO STEP 487 (remove_files) COMPLETE
57582024-12-02T16:41:35.635Z[ recovery-image] Dec 02 16:41:34.859 INFO O| Dec 02 16:41:34.859 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-02T16:41:35.645Z[ recovery-image] Dec 02 16:41:34.871 INFO O| Dec 02 16:41:34.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57602024-12-02T16:41:35.646Z[ recovery-image] Dec 02 16:41:34.871 INFO O| Dec 02 16:41:34.871 INFO STEP 488 (remove_files) COMPLETE
57612024-12-02T16:41:35.648Z[ recovery-image] Dec 02 16:41:34.871 INFO O| Dec 02 16:41:34.871 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-02T16:41:35.657Z[ recovery-image] Dec 02 16:41:34.883 INFO O| Dec 02 16:41:34.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57632024-12-02T16:41:35.657Z[ recovery-image] Dec 02 16:41:34.883 INFO O| Dec 02 16:41:34.883 INFO STEP 489 (remove_files) COMPLETE
57642024-12-02T16:41:35.662Z[ recovery-image] Dec 02 16:41:34.883 INFO O| Dec 02 16:41:34.883 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-02T16:41:35.667Z[ recovery-image] Dec 02 16:41:34.893 INFO O| Dec 02 16:41:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57662024-12-02T16:41:35.667Z[ recovery-image] Dec 02 16:41:34.893 INFO O| Dec 02 16:41:34.893 INFO STEP 490 (remove_files) COMPLETE
57672024-12-02T16:41:35.667Z[ recovery-image] Dec 02 16:41:34.893 INFO O| Dec 02 16:41:34.893 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-02T16:41:35.679Z[ recovery-image] Dec 02 16:41:34.904 INFO O| Dec 02 16:41:34.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57692024-12-02T16:41:35.679Z[ recovery-image] Dec 02 16:41:34.904 INFO O| Dec 02 16:41:34.904 INFO STEP 491 (remove_files) COMPLETE
57702024-12-02T16:41:35.681Z[ recovery-image] Dec 02 16:41:34.904 INFO O| Dec 02 16:41:34.904 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-02T16:41:35.689Z[ recovery-image] Dec 02 16:41:34.914 INFO O| Dec 02 16:41:34.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57722024-12-02T16:41:35.691Z[ recovery-image] Dec 02 16:41:34.914 INFO O| Dec 02 16:41:34.914 INFO STEP 492 (remove_files) COMPLETE
57732024-12-02T16:41:35.691Z[ recovery-image] Dec 02 16:41:34.914 INFO O| Dec 02 16:41:34.914 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-02T16:41:35.700Z[ recovery-image] Dec 02 16:41:34.925 INFO O| Dec 02 16:41:34.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57752024-12-02T16:41:35.703Z[ recovery-image] Dec 02 16:41:34.925 INFO O| Dec 02 16:41:34.925 INFO STEP 493 (remove_files) COMPLETE
57762024-12-02T16:41:35.703Z[ recovery-image] Dec 02 16:41:34.925 INFO O| Dec 02 16:41:34.925 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-02T16:41:35.709Z[ recovery-image] Dec 02 16:41:34.935 INFO O| Dec 02 16:41:34.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57782024-12-02T16:41:35.712Z[ recovery-image] Dec 02 16:41:34.935 INFO O| Dec 02 16:41:34.935 INFO STEP 494 (remove_files) COMPLETE
57792024-12-02T16:41:35.712Z[ recovery-image] Dec 02 16:41:34.935 INFO O| Dec 02 16:41:34.935 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-02T16:41:35.719Z[ recovery-image] Dec 02 16:41:34.944 INFO O| Dec 02 16:41:34.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
57812024-12-02T16:41:35.719Z[ recovery-image] Dec 02 16:41:34.944 INFO O| Dec 02 16:41:34.944 INFO STEP 495 (remove_files) COMPLETE
57822024-12-02T16:41:35.719Z[ recovery-image] Dec 02 16:41:34.944 INFO O| Dec 02 16:41:34.944 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-02T16:41:35.729Z[ recovery-image] Dec 02 16:41:34.954 INFO O| Dec 02 16:41:34.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
57842024-12-02T16:41:35.729Z[ recovery-image] Dec 02 16:41:34.954 INFO O| Dec 02 16:41:34.954 INFO STEP 496 (remove_files) COMPLETE
57852024-12-02T16:41:35.729Z[ recovery-image] Dec 02 16:41:34.954 INFO O| Dec 02 16:41:34.954 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-02T16:41:35.738Z[ recovery-image] Dec 02 16:41:34.964 INFO O| Dec 02 16:41:34.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
57872024-12-02T16:41:35.738Z[ recovery-image] Dec 02 16:41:34.964 INFO O| Dec 02 16:41:34.964 INFO STEP 497 (remove_files) COMPLETE
57882024-12-02T16:41:35.739Z[ recovery-image] Dec 02 16:41:34.964 INFO O| Dec 02 16:41:34.964 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-02T16:41:35.748Z[ recovery-image] Dec 02 16:41:34.973 INFO O| Dec 02 16:41:34.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
57902024-12-02T16:41:35.752Z[ recovery-image] Dec 02 16:41:34.973 INFO O| Dec 02 16:41:34.973 INFO STEP 498 (remove_files) COMPLETE
57912024-12-02T16:41:35.752Z[ recovery-image] Dec 02 16:41:34.973 INFO O| Dec 02 16:41:34.973 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-02T16:41:35.758Z[ recovery-image] Dec 02 16:41:34.983 INFO O| Dec 02 16:41:34.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
57932024-12-02T16:41:35.762Z[ recovery-image] Dec 02 16:41:34.983 INFO O| Dec 02 16:41:34.983 INFO STEP 499 (remove_files) COMPLETE
57942024-12-02T16:41:35.762Z[ recovery-image] Dec 02 16:41:34.983 INFO O| Dec 02 16:41:34.983 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-02T16:41:35.767Z[ recovery-image] Dec 02 16:41:34.993 INFO O| Dec 02 16:41:34.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
57962024-12-02T16:41:35.768Z[ recovery-image] Dec 02 16:41:34.993 INFO O| Dec 02 16:41:34.993 INFO STEP 500 (remove_files) COMPLETE
57972024-12-02T16:41:35.770Z[ recovery-image] Dec 02 16:41:34.993 INFO O| Dec 02 16:41:34.993 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-02T16:41:35.779Z[ recovery-image] Dec 02 16:41:35.005 INFO O| Dec 02 16:41:35.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
57992024-12-02T16:41:35.779Z[ recovery-image] Dec 02 16:41:35.005 INFO O| Dec 02 16:41:35.005 INFO STEP 501 (remove_files) COMPLETE
58002024-12-02T16:41:35.780Z[ recovery-image] Dec 02 16:41:35.005 INFO O| Dec 02 16:41:35.005 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-02T16:41:35.792Z[ recovery-image] Dec 02 16:41:35.015 INFO O| Dec 02 16:41:35.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58022024-12-02T16:41:35.792Z[ recovery-image] Dec 02 16:41:35.015 INFO O| Dec 02 16:41:35.015 INFO STEP 502 (remove_files) COMPLETE
58032024-12-02T16:41:35.792Z[ recovery-image] Dec 02 16:41:35.015 INFO O| Dec 02 16:41:35.015 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-02T16:41:35.800Z[ recovery-image] Dec 02 16:41:35.026 INFO O| Dec 02 16:41:35.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58052024-12-02T16:41:35.800Z[ recovery-image] Dec 02 16:41:35.026 INFO O| Dec 02 16:41:35.026 INFO STEP 503 (remove_files) COMPLETE
58062024-12-02T16:41:35.805Z[ recovery-image] Dec 02 16:41:35.026 INFO O| Dec 02 16:41:35.026 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-02T16:41:35.811Z[ recovery-image] Dec 02 16:41:35.036 INFO O| Dec 02 16:41:35.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58082024-12-02T16:41:35.811Z[ recovery-image] Dec 02 16:41:35.036 INFO O| Dec 02 16:41:35.036 INFO STEP 504 (remove_files) COMPLETE
58092024-12-02T16:41:35.811Z[ recovery-image] Dec 02 16:41:35.036 INFO O| Dec 02 16:41:35.036 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-02T16:41:35.821Z[ recovery-image] Dec 02 16:41:35.046 INFO O| Dec 02 16:41:35.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58112024-12-02T16:41:35.821Z[ recovery-image] Dec 02 16:41:35.046 INFO O| Dec 02 16:41:35.046 INFO STEP 505 (remove_files) COMPLETE
58122024-12-02T16:41:35.825Z[ recovery-image] Dec 02 16:41:35.046 INFO O| Dec 02 16:41:35.046 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-02T16:41:35.833Z[ recovery-image] Dec 02 16:41:35.056 INFO O| Dec 02 16:41:35.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58142024-12-02T16:41:35.834Z[ recovery-image] Dec 02 16:41:35.057 INFO O| Dec 02 16:41:35.057 INFO STEP 506 (remove_files) COMPLETE
58152024-12-02T16:41:35.834Z[ recovery-image] Dec 02 16:41:35.057 INFO O| Dec 02 16:41:35.057 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-02T16:41:35.843Z[ recovery-image] Dec 02 16:41:35.068 INFO O| Dec 02 16:41:35.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58172024-12-02T16:41:35.843Z[ recovery-image] Dec 02 16:41:35.068 INFO O| Dec 02 16:41:35.068 INFO STEP 507 (remove_files) COMPLETE
58182024-12-02T16:41:35.843Z[ recovery-image] Dec 02 16:41:35.068 INFO O| Dec 02 16:41:35.068 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-02T16:41:35.854Z[ recovery-image] Dec 02 16:41:35.079 INFO O| Dec 02 16:41:35.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58202024-12-02T16:41:35.854Z[ recovery-image] Dec 02 16:41:35.079 INFO O| Dec 02 16:41:35.079 INFO STEP 508 (remove_files) COMPLETE
58212024-12-02T16:41:35.854Z[ recovery-image] Dec 02 16:41:35.079 INFO O| Dec 02 16:41:35.079 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-02T16:41:35.864Z[ recovery-image] Dec 02 16:41:35.089 INFO O| Dec 02 16:41:35.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58232024-12-02T16:41:35.864Z[ recovery-image] Dec 02 16:41:35.089 INFO O| Dec 02 16:41:35.089 INFO STEP 509 (remove_files) COMPLETE
58242024-12-02T16:41:35.868Z[ recovery-image] Dec 02 16:41:35.089 INFO O| Dec 02 16:41:35.089 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-02T16:41:35.874Z[ recovery-image] Dec 02 16:41:35.099 INFO O| Dec 02 16:41:35.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58262024-12-02T16:41:35.874Z[ recovery-image] Dec 02 16:41:35.099 INFO O| Dec 02 16:41:35.099 INFO STEP 510 (remove_files) COMPLETE
58272024-12-02T16:41:35.876Z[ recovery-image] Dec 02 16:41:35.099 INFO O| Dec 02 16:41:35.099 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-02T16:41:35.884Z[ recovery-image] Dec 02 16:41:35.109 INFO O| Dec 02 16:41:35.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58292024-12-02T16:41:35.884Z[ recovery-image] Dec 02 16:41:35.109 INFO O| Dec 02 16:41:35.109 INFO STEP 511 (remove_files) COMPLETE
58302024-12-02T16:41:35.887Z[ recovery-image] Dec 02 16:41:35.109 INFO O| Dec 02 16:41:35.109 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-02T16:41:35.895Z[ recovery-image] Dec 02 16:41:35.119 INFO O| Dec 02 16:41:35.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58322024-12-02T16:41:35.895Z[ recovery-image] Dec 02 16:41:35.119 INFO O| Dec 02 16:41:35.119 INFO STEP 512 (remove_files) COMPLETE
58332024-12-02T16:41:35.895Z[ recovery-image] Dec 02 16:41:35.119 INFO O| Dec 02 16:41:35.119 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-02T16:41:35.903Z[ recovery-image] Dec 02 16:41:35.129 INFO O| Dec 02 16:41:35.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58352024-12-02T16:41:35.906Z[ recovery-image] Dec 02 16:41:35.129 INFO O| Dec 02 16:41:35.129 INFO STEP 513 (remove_files) COMPLETE
58362024-12-02T16:41:35.906Z[ recovery-image] Dec 02 16:41:35.129 INFO O| Dec 02 16:41:35.129 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-02T16:41:35.913Z[ recovery-image] Dec 02 16:41:35.139 INFO O| Dec 02 16:41:35.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58382024-12-02T16:41:35.916Z[ recovery-image] Dec 02 16:41:35.139 INFO O| Dec 02 16:41:35.139 INFO STEP 514 (remove_files) COMPLETE
58392024-12-02T16:41:35.916Z[ recovery-image] Dec 02 16:41:35.139 INFO O| Dec 02 16:41:35.139 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-02T16:41:35.923Z[ recovery-image] Dec 02 16:41:35.148 INFO O| Dec 02 16:41:35.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58412024-12-02T16:41:35.923Z[ recovery-image] Dec 02 16:41:35.148 INFO O| Dec 02 16:41:35.148 INFO STEP 515 (remove_files) COMPLETE
58422024-12-02T16:41:35.926Z[ recovery-image] Dec 02 16:41:35.149 INFO O| Dec 02 16:41:35.148 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-02T16:41:35.933Z[ recovery-image] Dec 02 16:41:35.158 INFO O| Dec 02 16:41:35.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58442024-12-02T16:41:35.933Z[ recovery-image] Dec 02 16:41:35.158 INFO O| Dec 02 16:41:35.158 INFO STEP 516 (remove_files) COMPLETE
58452024-12-02T16:41:35.935Z[ recovery-image] Dec 02 16:41:35.158 INFO O| Dec 02 16:41:35.158 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-02T16:41:35.943Z[ recovery-image] Dec 02 16:41:35.167 INFO O| Dec 02 16:41:35.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58472024-12-02T16:41:35.945Z[ recovery-image] Dec 02 16:41:35.167 INFO O| Dec 02 16:41:35.167 INFO STEP 517 (remove_files) COMPLETE
58482024-12-02T16:41:35.945Z[ recovery-image] Dec 02 16:41:35.167 INFO O| Dec 02 16:41:35.167 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-02T16:41:35.951Z[ recovery-image] Dec 02 16:41:35.177 INFO O| Dec 02 16:41:35.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58502024-12-02T16:41:35.951Z[ recovery-image] Dec 02 16:41:35.177 INFO O| Dec 02 16:41:35.177 INFO STEP 518 (remove_files) COMPLETE
58512024-12-02T16:41:35.954Z[ recovery-image] Dec 02 16:41:35.177 INFO O| Dec 02 16:41:35.177 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-02T16:41:35.961Z[ recovery-image] Dec 02 16:41:35.186 INFO O| Dec 02 16:41:35.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58532024-12-02T16:41:35.961Z[ recovery-image] Dec 02 16:41:35.186 INFO O| Dec 02 16:41:35.186 INFO STEP 519 (remove_files) COMPLETE
58542024-12-02T16:41:35.961Z[ recovery-image] Dec 02 16:41:35.186 INFO O| Dec 02 16:41:35.186 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-02T16:41:35.971Z[ recovery-image] Dec 02 16:41:35.196 INFO O| Dec 02 16:41:35.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58562024-12-02T16:41:35.971Z[ recovery-image] Dec 02 16:41:35.196 INFO O| Dec 02 16:41:35.196 INFO STEP 520 (remove_files) COMPLETE
58572024-12-02T16:41:35.974Z[ recovery-image] Dec 02 16:41:35.196 INFO O| Dec 02 16:41:35.196 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-02T16:41:35.981Z[ recovery-image] Dec 02 16:41:35.205 INFO O| Dec 02 16:41:35.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58592024-12-02T16:41:35.981Z[ recovery-image] Dec 02 16:41:35.205 INFO O| Dec 02 16:41:35.205 INFO STEP 521 (remove_files) COMPLETE
58602024-12-02T16:41:35.983Z[ recovery-image] Dec 02 16:41:35.205 INFO O| Dec 02 16:41:35.205 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-02T16:41:35.989Z[ recovery-image] Dec 02 16:41:35.214 INFO O| Dec 02 16:41:35.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58622024-12-02T16:41:35.992Z[ recovery-image] Dec 02 16:41:35.215 INFO O| Dec 02 16:41:35.215 INFO STEP 522 (remove_files) COMPLETE
58632024-12-02T16:41:35.992Z[ recovery-image] Dec 02 16:41:35.215 INFO O| Dec 02 16:41:35.215 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-02T16:41:35.999Z[ recovery-image] Dec 02 16:41:35.224 INFO O| Dec 02 16:41:35.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58652024-12-02T16:41:35.999Z[ recovery-image] Dec 02 16:41:35.224 INFO O| Dec 02 16:41:35.224 INFO STEP 523 (remove_files) COMPLETE
58662024-12-02T16:41:36.002Z[ recovery-image] Dec 02 16:41:35.224 INFO O| Dec 02 16:41:35.224 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-02T16:41:36.008Z[ recovery-image] Dec 02 16:41:35.233 INFO O| Dec 02 16:41:35.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58682024-12-02T16:41:36.008Z[ recovery-image] Dec 02 16:41:35.233 INFO O| Dec 02 16:41:35.233 INFO STEP 524 (remove_files) COMPLETE
58692024-12-02T16:41:36.012Z[ recovery-image] Dec 02 16:41:35.233 INFO O| Dec 02 16:41:35.233 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-02T16:41:36.017Z[ recovery-image] Dec 02 16:41:35.243 INFO O| Dec 02 16:41:35.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58712024-12-02T16:41:36.017Z[ recovery-image] Dec 02 16:41:35.243 INFO O| Dec 02 16:41:35.243 INFO STEP 525 (remove_files) COMPLETE
58722024-12-02T16:41:36.018Z[ recovery-image] Dec 02 16:41:35.243 INFO O| Dec 02 16:41:35.243 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-02T16:41:36.027Z[ recovery-image] Dec 02 16:41:35.252 INFO O| Dec 02 16:41:35.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58742024-12-02T16:41:36.030Z[ recovery-image] Dec 02 16:41:35.252 INFO O| Dec 02 16:41:35.252 INFO STEP 526 (remove_files) COMPLETE
58752024-12-02T16:41:36.030Z[ recovery-image] Dec 02 16:41:35.252 INFO O| Dec 02 16:41:35.252 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-02T16:41:36.036Z[ recovery-image] Dec 02 16:41:35.262 INFO O| Dec 02 16:41:35.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58772024-12-02T16:41:36.036Z[ recovery-image] Dec 02 16:41:35.262 INFO O| Dec 02 16:41:35.262 INFO STEP 527 (remove_files) COMPLETE
58782024-12-02T16:41:36.036Z[ recovery-image] Dec 02 16:41:35.262 INFO O| Dec 02 16:41:35.262 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-02T16:41:36.046Z[ recovery-image] Dec 02 16:41:35.272 INFO O| Dec 02 16:41:35.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58802024-12-02T16:41:36.049Z[ recovery-image] Dec 02 16:41:35.272 INFO O| Dec 02 16:41:35.272 INFO STEP 528 (remove_files) COMPLETE
58812024-12-02T16:41:36.049Z[ recovery-image] Dec 02 16:41:35.272 INFO O| Dec 02 16:41:35.272 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-02T16:41:36.056Z[ recovery-image] Dec 02 16:41:35.281 INFO O| Dec 02 16:41:35.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
58832024-12-02T16:41:36.056Z[ recovery-image] Dec 02 16:41:35.281 INFO O| Dec 02 16:41:35.281 INFO STEP 529 (remove_files) COMPLETE
58842024-12-02T16:41:36.056Z[ recovery-image] Dec 02 16:41:35.281 INFO O| Dec 02 16:41:35.281 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-02T16:41:36.067Z[ recovery-image] Dec 02 16:41:35.291 INFO O| Dec 02 16:41:35.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
58862024-12-02T16:41:36.067Z[ recovery-image] Dec 02 16:41:35.291 INFO O| Dec 02 16:41:35.291 INFO STEP 530 (remove_files) COMPLETE
58872024-12-02T16:41:36.067Z[ recovery-image] Dec 02 16:41:35.291 INFO O| Dec 02 16:41:35.291 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-02T16:41:36.075Z[ recovery-image] Dec 02 16:41:35.300 INFO O| Dec 02 16:41:35.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
58892024-12-02T16:41:36.075Z[ recovery-image] Dec 02 16:41:35.300 INFO O| Dec 02 16:41:35.300 INFO STEP 531 (remove_files) COMPLETE
58902024-12-02T16:41:36.075Z[ recovery-image] Dec 02 16:41:35.300 INFO O| Dec 02 16:41:35.300 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-02T16:41:36.084Z[ recovery-image] Dec 02 16:41:35.309 INFO O| Dec 02 16:41:35.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
58922024-12-02T16:41:36.086Z[ recovery-image] Dec 02 16:41:35.310 INFO O| Dec 02 16:41:35.309 INFO STEP 532 (remove_files) COMPLETE
58932024-12-02T16:41:36.086Z[ recovery-image] Dec 02 16:41:35.310 INFO O| Dec 02 16:41:35.310 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-02T16:41:36.093Z[ recovery-image] Dec 02 16:41:35.319 INFO O| Dec 02 16:41:35.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
58952024-12-02T16:41:36.096Z[ recovery-image] Dec 02 16:41:35.319 INFO O| Dec 02 16:41:35.319 INFO STEP 533 (remove_files) COMPLETE
58962024-12-02T16:41:36.096Z[ recovery-image] Dec 02 16:41:35.319 INFO O| Dec 02 16:41:35.319 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-02T16:41:36.103Z[ recovery-image] Dec 02 16:41:35.328 INFO O| Dec 02 16:41:35.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
58982024-12-02T16:41:36.105Z[ recovery-image] Dec 02 16:41:35.328 INFO O| Dec 02 16:41:35.328 INFO STEP 534 (remove_files) COMPLETE
58992024-12-02T16:41:36.105Z[ recovery-image] Dec 02 16:41:35.328 INFO O| Dec 02 16:41:35.328 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-02T16:41:36.113Z[ recovery-image] Dec 02 16:41:35.338 INFO O| Dec 02 16:41:35.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59012024-12-02T16:41:36.113Z[ recovery-image] Dec 02 16:41:35.338 INFO O| Dec 02 16:41:35.338 INFO STEP 535 (remove_files) COMPLETE
59022024-12-02T16:41:36.113Z[ recovery-image] Dec 02 16:41:35.338 INFO O| Dec 02 16:41:35.338 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-02T16:41:36.122Z[ recovery-image] Dec 02 16:41:35.347 INFO O| Dec 02 16:41:35.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59042024-12-02T16:41:36.122Z[ recovery-image] Dec 02 16:41:35.347 INFO O| Dec 02 16:41:35.347 INFO STEP 536 (remove_files) COMPLETE
59052024-12-02T16:41:36.122Z[ recovery-image] Dec 02 16:41:35.347 INFO O| Dec 02 16:41:35.347 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-02T16:41:36.134Z[ recovery-image] Dec 02 16:41:35.359 INFO O| Dec 02 16:41:35.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59072024-12-02T16:41:36.134Z[ recovery-image] Dec 02 16:41:35.359 INFO O| Dec 02 16:41:35.359 INFO STEP 537 (remove_files) COMPLETE
59082024-12-02T16:41:36.136Z[ recovery-image] Dec 02 16:41:35.359 INFO O| Dec 02 16:41:35.359 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-02T16:41:36.144Z[ recovery-image] Dec 02 16:41:35.369 INFO O| Dec 02 16:41:35.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59102024-12-02T16:41:36.144Z[ recovery-image] Dec 02 16:41:35.369 INFO O| Dec 02 16:41:35.369 INFO STEP 538 (remove_files) COMPLETE
59112024-12-02T16:41:36.144Z[ recovery-image] Dec 02 16:41:35.369 INFO O| Dec 02 16:41:35.369 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-02T16:41:36.154Z[ recovery-image] Dec 02 16:41:35.379 INFO O| Dec 02 16:41:35.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59132024-12-02T16:41:36.156Z[ recovery-image] Dec 02 16:41:35.379 INFO O| Dec 02 16:41:35.379 INFO STEP 539 (remove_files) COMPLETE
59142024-12-02T16:41:36.156Z[ recovery-image] Dec 02 16:41:35.379 INFO O| Dec 02 16:41:35.379 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-02T16:41:36.165Z[ recovery-image] Dec 02 16:41:35.390 INFO O| Dec 02 16:41:35.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59162024-12-02T16:41:36.165Z[ recovery-image] Dec 02 16:41:35.390 INFO O| Dec 02 16:41:35.390 INFO STEP 540 (remove_files) COMPLETE
59172024-12-02T16:41:36.165Z[ recovery-image] Dec 02 16:41:35.390 INFO O| Dec 02 16:41:35.390 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-02T16:41:36.175Z[ recovery-image] Dec 02 16:41:35.401 INFO O| Dec 02 16:41:35.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59192024-12-02T16:41:36.175Z[ recovery-image] Dec 02 16:41:35.401 INFO O| Dec 02 16:41:35.401 INFO STEP 541 (remove_files) COMPLETE
59202024-12-02T16:41:36.178Z[ recovery-image] Dec 02 16:41:35.401 INFO O| Dec 02 16:41:35.401 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-02T16:41:36.186Z[ recovery-image] Dec 02 16:41:35.411 INFO O| Dec 02 16:41:35.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59222024-12-02T16:41:36.186Z[ recovery-image] Dec 02 16:41:35.411 INFO O| Dec 02 16:41:35.411 INFO STEP 542 (remove_files) COMPLETE
59232024-12-02T16:41:36.188Z[ recovery-image] Dec 02 16:41:35.411 INFO O| Dec 02 16:41:35.411 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-02T16:41:36.197Z[ recovery-image] Dec 02 16:41:35.422 INFO O| Dec 02 16:41:35.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59252024-12-02T16:41:36.197Z[ recovery-image] Dec 02 16:41:35.422 INFO O| Dec 02 16:41:35.422 INFO STEP 543 (remove_files) COMPLETE
59262024-12-02T16:41:36.201Z[ recovery-image] Dec 02 16:41:35.422 INFO O| Dec 02 16:41:35.422 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-02T16:41:36.209Z[ recovery-image] Dec 02 16:41:35.434 INFO O| Dec 02 16:41:35.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59282024-12-02T16:41:36.209Z[ recovery-image] Dec 02 16:41:35.434 INFO O| Dec 02 16:41:35.434 INFO STEP 544 (remove_files) COMPLETE
59292024-12-02T16:41:36.211Z[ recovery-image] Dec 02 16:41:35.434 INFO O| Dec 02 16:41:35.434 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-02T16:41:36.221Z[ recovery-image] Dec 02 16:41:35.445 INFO O| Dec 02 16:41:35.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59312024-12-02T16:41:36.224Z[ recovery-image] Dec 02 16:41:35.445 INFO O| Dec 02 16:41:35.445 INFO STEP 545 (remove_files) COMPLETE
59322024-12-02T16:41:36.224Z[ recovery-image] Dec 02 16:41:35.445 INFO O| Dec 02 16:41:35.445 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-02T16:41:36.230Z[ recovery-image] Dec 02 16:41:35.456 INFO O| Dec 02 16:41:35.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59342024-12-02T16:41:36.233Z[ recovery-image] Dec 02 16:41:35.456 INFO O| Dec 02 16:41:35.456 INFO STEP 546 (remove_files) COMPLETE
59352024-12-02T16:41:36.233Z[ recovery-image] Dec 02 16:41:35.456 INFO O| Dec 02 16:41:35.456 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-02T16:41:36.240Z[ recovery-image] Dec 02 16:41:35.465 INFO O| Dec 02 16:41:35.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59372024-12-02T16:41:36.242Z[ recovery-image] Dec 02 16:41:35.466 INFO O| Dec 02 16:41:35.465 INFO STEP 547 (remove_files) COMPLETE
59382024-12-02T16:41:36.242Z[ recovery-image] Dec 02 16:41:35.466 INFO O| Dec 02 16:41:35.466 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-02T16:41:36.250Z[ recovery-image] Dec 02 16:41:35.475 INFO O| Dec 02 16:41:35.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59402024-12-02T16:41:36.252Z[ recovery-image] Dec 02 16:41:35.476 INFO O| Dec 02 16:41:35.476 INFO STEP 548 (remove_files) COMPLETE
59412024-12-02T16:41:36.252Z[ recovery-image] Dec 02 16:41:35.476 INFO O| Dec 02 16:41:35.476 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-02T16:41:36.261Z[ recovery-image] Dec 02 16:41:35.485 INFO O| Dec 02 16:41:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59432024-12-02T16:41:36.261Z[ recovery-image] Dec 02 16:41:35.485 INFO O| Dec 02 16:41:35.485 INFO STEP 549 (remove_files) COMPLETE
59442024-12-02T16:41:36.261Z[ recovery-image] Dec 02 16:41:35.485 INFO O| Dec 02 16:41:35.485 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-02T16:41:36.269Z[ recovery-image] Dec 02 16:41:35.495 INFO O| Dec 02 16:41:35.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59462024-12-02T16:41:36.269Z[ recovery-image] Dec 02 16:41:35.495 INFO O| Dec 02 16:41:35.495 INFO STEP 550 (remove_files) COMPLETE
59472024-12-02T16:41:36.272Z[ recovery-image] Dec 02 16:41:35.495 INFO O| Dec 02 16:41:35.495 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-02T16:41:36.279Z[ recovery-image] Dec 02 16:41:35.504 INFO O| Dec 02 16:41:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59492024-12-02T16:41:36.279Z[ recovery-image] Dec 02 16:41:35.504 INFO O| Dec 02 16:41:35.504 INFO STEP 551 (remove_files) COMPLETE
59502024-12-02T16:41:36.281Z[ recovery-image] Dec 02 16:41:35.504 INFO O| Dec 02 16:41:35.504 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-02T16:41:36.289Z[ recovery-image] Dec 02 16:41:35.514 INFO O| Dec 02 16:41:35.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59522024-12-02T16:41:36.289Z[ recovery-image] Dec 02 16:41:35.514 INFO O| Dec 02 16:41:35.514 INFO STEP 552 (remove_files) COMPLETE
59532024-12-02T16:41:36.291Z[ recovery-image] Dec 02 16:41:35.514 INFO O| Dec 02 16:41:35.514 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-02T16:41:36.298Z[ recovery-image] Dec 02 16:41:35.524 INFO O| Dec 02 16:41:35.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59552024-12-02T16:41:36.298Z[ recovery-image] Dec 02 16:41:35.524 INFO O| Dec 02 16:41:35.524 INFO STEP 553 (remove_files) COMPLETE
59562024-12-02T16:41:36.301Z[ recovery-image] Dec 02 16:41:35.524 INFO O| Dec 02 16:41:35.524 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-02T16:41:36.308Z[ recovery-image] Dec 02 16:41:35.533 INFO O| Dec 02 16:41:35.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59582024-12-02T16:41:36.310Z[ recovery-image] Dec 02 16:41:35.534 INFO O| Dec 02 16:41:35.534 INFO STEP 554 (remove_files) COMPLETE
59592024-12-02T16:41:36.310Z[ recovery-image] Dec 02 16:41:35.534 INFO O| Dec 02 16:41:35.534 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-02T16:41:36.318Z[ recovery-image] Dec 02 16:41:35.543 INFO O| Dec 02 16:41:35.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59612024-12-02T16:41:36.318Z[ recovery-image] Dec 02 16:41:35.543 INFO O| Dec 02 16:41:35.543 INFO STEP 555 (remove_files) COMPLETE
59622024-12-02T16:41:36.320Z[ recovery-image] Dec 02 16:41:35.543 INFO O| Dec 02 16:41:35.543 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-02T16:41:36.327Z[ recovery-image] Dec 02 16:41:35.553 INFO O| Dec 02 16:41:35.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59642024-12-02T16:41:36.328Z[ recovery-image] Dec 02 16:41:35.553 INFO O| Dec 02 16:41:35.553 INFO STEP 556 (remove_files) COMPLETE
59652024-12-02T16:41:36.330Z[ recovery-image] Dec 02 16:41:35.553 INFO O| Dec 02 16:41:35.553 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-02T16:41:36.337Z[ recovery-image] Dec 02 16:41:35.562 INFO O| Dec 02 16:41:35.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59672024-12-02T16:41:36.337Z[ recovery-image] Dec 02 16:41:35.562 INFO O| Dec 02 16:41:35.562 INFO STEP 557 (remove_files) COMPLETE
59682024-12-02T16:41:36.340Z[ recovery-image] Dec 02 16:41:35.562 INFO O| Dec 02 16:41:35.562 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-02T16:41:36.346Z[ recovery-image] Dec 02 16:41:35.572 INFO O| Dec 02 16:41:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59702024-12-02T16:41:36.346Z[ recovery-image] Dec 02 16:41:35.572 INFO O| Dec 02 16:41:35.572 INFO STEP 558 (remove_files) COMPLETE
59712024-12-02T16:41:36.349Z[ recovery-image] Dec 02 16:41:35.572 INFO O| Dec 02 16:41:35.572 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-02T16:41:36.356Z[ recovery-image] Dec 02 16:41:35.581 INFO O| Dec 02 16:41:35.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59732024-12-02T16:41:36.356Z[ recovery-image] Dec 02 16:41:35.581 INFO O| Dec 02 16:41:35.581 INFO STEP 559 (remove_files) COMPLETE
59742024-12-02T16:41:36.358Z[ recovery-image] Dec 02 16:41:35.581 INFO O| Dec 02 16:41:35.581 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-02T16:41:36.365Z[ recovery-image] Dec 02 16:41:35.591 INFO O| Dec 02 16:41:35.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59762024-12-02T16:41:36.365Z[ recovery-image] Dec 02 16:41:35.591 INFO O| Dec 02 16:41:35.591 INFO STEP 560 (remove_files) COMPLETE
59772024-12-02T16:41:36.365Z[ recovery-image] Dec 02 16:41:35.591 INFO O| Dec 02 16:41:35.591 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-02T16:41:36.375Z[ recovery-image] Dec 02 16:41:35.600 INFO O| Dec 02 16:41:35.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
59792024-12-02T16:41:36.375Z[ recovery-image] Dec 02 16:41:35.600 INFO O| Dec 02 16:41:35.600 INFO STEP 561 (remove_files) COMPLETE
59802024-12-02T16:41:36.377Z[ recovery-image] Dec 02 16:41:35.600 INFO O| Dec 02 16:41:35.600 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-02T16:41:36.384Z[ recovery-image] Dec 02 16:41:35.610 INFO O| Dec 02 16:41:35.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
59822024-12-02T16:41:36.387Z[ recovery-image] Dec 02 16:41:35.610 INFO O| Dec 02 16:41:35.610 INFO STEP 562 (remove_files) COMPLETE
59832024-12-02T16:41:36.387Z[ recovery-image] Dec 02 16:41:35.610 INFO O| Dec 02 16:41:35.610 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-02T16:41:36.394Z[ recovery-image] Dec 02 16:41:35.619 INFO O| Dec 02 16:41:35.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
59852024-12-02T16:41:36.394Z[ recovery-image] Dec 02 16:41:35.619 INFO O| Dec 02 16:41:35.619 INFO STEP 563 (remove_files) COMPLETE
59862024-12-02T16:41:36.396Z[ recovery-image] Dec 02 16:41:35.619 INFO O| Dec 02 16:41:35.619 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-02T16:41:36.404Z[ recovery-image] Dec 02 16:41:35.629 INFO O| Dec 02 16:41:35.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
59882024-12-02T16:41:36.407Z[ recovery-image] Dec 02 16:41:35.629 INFO O| Dec 02 16:41:35.629 INFO STEP 564 (remove_files) COMPLETE
59892024-12-02T16:41:36.407Z[ recovery-image] Dec 02 16:41:35.629 INFO O| Dec 02 16:41:35.629 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-02T16:41:36.413Z[ recovery-image] Dec 02 16:41:35.638 INFO O| Dec 02 16:41:35.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
59912024-12-02T16:41:36.415Z[ recovery-image] Dec 02 16:41:35.638 INFO O| Dec 02 16:41:35.638 INFO STEP 565 (remove_files) COMPLETE
59922024-12-02T16:41:36.415Z[ recovery-image] Dec 02 16:41:35.638 INFO O| Dec 02 16:41:35.638 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-02T16:41:36.423Z[ recovery-image] Dec 02 16:41:35.648 INFO O| Dec 02 16:41:35.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
59942024-12-02T16:41:36.423Z[ recovery-image] Dec 02 16:41:35.648 INFO O| Dec 02 16:41:35.648 INFO STEP 566 (remove_files) COMPLETE
59952024-12-02T16:41:36.423Z[ recovery-image] Dec 02 16:41:35.648 INFO O| Dec 02 16:41:35.648 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-02T16:41:36.433Z[ recovery-image] Dec 02 16:41:35.658 INFO O| Dec 02 16:41:35.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
59972024-12-02T16:41:36.435Z[ recovery-image] Dec 02 16:41:35.658 INFO O| Dec 02 16:41:35.658 INFO STEP 567 (remove_files) COMPLETE
59982024-12-02T16:41:36.435Z[ recovery-image] Dec 02 16:41:35.658 INFO O| Dec 02 16:41:35.658 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-02T16:41:36.443Z[ recovery-image] Dec 02 16:41:35.668 INFO O| Dec 02 16:41:35.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60002024-12-02T16:41:36.443Z[ recovery-image] Dec 02 16:41:35.668 INFO O| Dec 02 16:41:35.668 INFO STEP 568 (remove_files) COMPLETE
60012024-12-02T16:41:36.445Z[ recovery-image] Dec 02 16:41:35.668 INFO O| Dec 02 16:41:35.668 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-02T16:41:36.454Z[ recovery-image] Dec 02 16:41:35.679 INFO O| Dec 02 16:41:35.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60032024-12-02T16:41:36.456Z[ recovery-image] Dec 02 16:41:35.680 INFO O| Dec 02 16:41:35.680 INFO STEP 569 (remove_files) COMPLETE
60042024-12-02T16:41:36.456Z[ recovery-image] Dec 02 16:41:35.680 INFO O| Dec 02 16:41:35.680 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-02T16:41:36.464Z[ recovery-image] Dec 02 16:41:35.689 INFO O| Dec 02 16:41:35.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60062024-12-02T16:41:36.464Z[ recovery-image] Dec 02 16:41:35.689 INFO O| Dec 02 16:41:35.689 INFO STEP 570 (remove_files) COMPLETE
60072024-12-02T16:41:36.466Z[ recovery-image] Dec 02 16:41:35.689 INFO O| Dec 02 16:41:35.689 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-02T16:41:36.473Z[ recovery-image] Dec 02 16:41:35.699 INFO O| Dec 02 16:41:35.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60092024-12-02T16:41:36.473Z[ recovery-image] Dec 02 16:41:35.699 INFO O| Dec 02 16:41:35.699 INFO STEP 571 (remove_files) COMPLETE
60102024-12-02T16:41:36.473Z[ recovery-image] Dec 02 16:41:35.699 INFO O| Dec 02 16:41:35.699 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-02T16:41:36.484Z[ recovery-image] Dec 02 16:41:35.709 INFO O| Dec 02 16:41:35.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60122024-12-02T16:41:36.484Z[ recovery-image] Dec 02 16:41:35.709 INFO O| Dec 02 16:41:35.709 INFO STEP 572 (remove_files) COMPLETE
60132024-12-02T16:41:36.484Z[ recovery-image] Dec 02 16:41:35.709 INFO O| Dec 02 16:41:35.709 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-02T16:41:36.493Z[ recovery-image] Dec 02 16:41:35.719 INFO O| Dec 02 16:41:35.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60152024-12-02T16:41:36.496Z[ recovery-image] Dec 02 16:41:35.719 INFO O| Dec 02 16:41:35.719 INFO STEP 573 (remove_files) COMPLETE
60162024-12-02T16:41:36.496Z[ recovery-image] Dec 02 16:41:35.719 INFO O| Dec 02 16:41:35.719 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-02T16:41:36.503Z[ recovery-image] Dec 02 16:41:35.728 INFO O| Dec 02 16:41:35.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60182024-12-02T16:41:36.503Z[ recovery-image] Dec 02 16:41:35.728 INFO O| Dec 02 16:41:35.728 INFO STEP 574 (remove_files) COMPLETE
60192024-12-02T16:41:36.505Z[ recovery-image] Dec 02 16:41:35.728 INFO O| Dec 02 16:41:35.728 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-02T16:41:36.512Z[ recovery-image] Dec 02 16:41:35.738 INFO O| Dec 02 16:41:35.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60212024-12-02T16:41:36.515Z[ recovery-image] Dec 02 16:41:35.738 INFO O| Dec 02 16:41:35.738 INFO STEP 575 (remove_files) COMPLETE
60222024-12-02T16:41:36.515Z[ recovery-image] Dec 02 16:41:35.738 INFO O| Dec 02 16:41:35.738 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-02T16:41:36.522Z[ recovery-image] Dec 02 16:41:35.748 INFO O| Dec 02 16:41:35.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60242024-12-02T16:41:36.523Z[ recovery-image] Dec 02 16:41:35.748 INFO O| Dec 02 16:41:35.748 INFO STEP 576 (remove_files) COMPLETE
60252024-12-02T16:41:36.523Z[ recovery-image] Dec 02 16:41:35.748 INFO O| Dec 02 16:41:35.748 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-02T16:41:36.532Z[ recovery-image] Dec 02 16:41:35.757 INFO O| Dec 02 16:41:35.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60272024-12-02T16:41:36.532Z[ recovery-image] Dec 02 16:41:35.757 INFO O| Dec 02 16:41:35.757 INFO STEP 577 (remove_files) COMPLETE
60282024-12-02T16:41:36.534Z[ recovery-image] Dec 02 16:41:35.757 INFO O| Dec 02 16:41:35.757 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-02T16:41:36.543Z[ recovery-image] Dec 02 16:41:35.768 INFO O| Dec 02 16:41:35.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60302024-12-02T16:41:36.543Z[ recovery-image] Dec 02 16:41:35.768 INFO O| Dec 02 16:41:35.768 INFO STEP 578 (remove_files) COMPLETE
60312024-12-02T16:41:36.546Z[ recovery-image] Dec 02 16:41:35.768 INFO O| Dec 02 16:41:35.768 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-02T16:41:36.554Z[ recovery-image] Dec 02 16:41:35.780 INFO O| Dec 02 16:41:35.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60332024-12-02T16:41:36.554Z[ recovery-image] Dec 02 16:41:35.780 INFO O| Dec 02 16:41:35.780 INFO STEP 579 (remove_files) COMPLETE
60342024-12-02T16:41:36.557Z[ recovery-image] Dec 02 16:41:35.780 INFO O| Dec 02 16:41:35.780 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-02T16:41:36.564Z[ recovery-image] Dec 02 16:41:35.790 INFO O| Dec 02 16:41:35.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60362024-12-02T16:41:36.564Z[ recovery-image] Dec 02 16:41:35.790 INFO O| Dec 02 16:41:35.790 INFO STEP 580 (remove_files) COMPLETE
60372024-12-02T16:41:36.565Z[ recovery-image] Dec 02 16:41:35.790 INFO O| Dec 02 16:41:35.790 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-02T16:41:36.575Z[ recovery-image] Dec 02 16:41:35.800 INFO O| Dec 02 16:41:35.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60392024-12-02T16:41:36.575Z[ recovery-image] Dec 02 16:41:35.800 INFO O| Dec 02 16:41:35.800 INFO STEP 581 (remove_files) COMPLETE
60402024-12-02T16:41:36.578Z[ recovery-image] Dec 02 16:41:35.800 INFO O| Dec 02 16:41:35.800 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-02T16:41:36.586Z[ recovery-image] Dec 02 16:41:35.811 INFO O| Dec 02 16:41:35.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60422024-12-02T16:41:36.586Z[ recovery-image] Dec 02 16:41:35.811 INFO O| Dec 02 16:41:35.811 INFO STEP 582 (remove_files) COMPLETE
60432024-12-02T16:41:36.586Z[ recovery-image] Dec 02 16:41:35.811 INFO O| Dec 02 16:41:35.811 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-02T16:41:36.597Z[ recovery-image] Dec 02 16:41:35.822 INFO O| Dec 02 16:41:35.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60452024-12-02T16:41:36.597Z[ recovery-image] Dec 02 16:41:35.822 INFO O| Dec 02 16:41:35.822 INFO STEP 583 (remove_files) COMPLETE
60462024-12-02T16:41:36.597Z[ recovery-image] Dec 02 16:41:35.822 INFO O| Dec 02 16:41:35.822 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-02T16:41:36.607Z[ recovery-image] Dec 02 16:41:35.833 INFO O| Dec 02 16:41:35.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60482024-12-02T16:41:36.607Z[ recovery-image] Dec 02 16:41:35.833 INFO O| Dec 02 16:41:35.833 INFO STEP 584 (remove_files) COMPLETE
60492024-12-02T16:41:36.610Z[ recovery-image] Dec 02 16:41:35.833 INFO O| Dec 02 16:41:35.833 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-02T16:41:36.618Z[ recovery-image] Dec 02 16:41:35.843 INFO O| Dec 02 16:41:35.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60512024-12-02T16:41:36.618Z[ recovery-image] Dec 02 16:41:35.844 INFO O| Dec 02 16:41:35.844 INFO STEP 585 (remove_files) COMPLETE
60522024-12-02T16:41:36.618Z[ recovery-image] Dec 02 16:41:35.844 INFO O| Dec 02 16:41:35.844 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-02T16:41:36.631Z[ recovery-image] Dec 02 16:41:35.856 INFO O| Dec 02 16:41:35.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60542024-12-02T16:41:36.631Z[ recovery-image] Dec 02 16:41:35.856 INFO O| Dec 02 16:41:35.856 INFO STEP 586 (remove_files) COMPLETE
60552024-12-02T16:41:36.633Z[ recovery-image] Dec 02 16:41:35.856 INFO O| Dec 02 16:41:35.856 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-02T16:41:36.643Z[ recovery-image] Dec 02 16:41:35.868 INFO O| Dec 02 16:41:35.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60572024-12-02T16:41:36.643Z[ recovery-image] Dec 02 16:41:35.868 INFO O| Dec 02 16:41:35.868 INFO STEP 587 (remove_files) COMPLETE
60582024-12-02T16:41:36.643Z[ recovery-image] Dec 02 16:41:35.868 INFO O| Dec 02 16:41:35.868 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-02T16:41:36.655Z[ recovery-image] Dec 02 16:41:35.880 INFO O| Dec 02 16:41:35.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60602024-12-02T16:41:36.658Z[ recovery-image] Dec 02 16:41:35.881 INFO O| Dec 02 16:41:35.880 INFO STEP 588 (remove_files) COMPLETE
60612024-12-02T16:41:36.658Z[ recovery-image] Dec 02 16:41:35.881 INFO O| Dec 02 16:41:35.880 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-02T16:41:36.666Z[ recovery-image] Dec 02 16:41:35.891 INFO O| Dec 02 16:41:35.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60632024-12-02T16:41:36.668Z[ recovery-image] Dec 02 16:41:35.891 INFO O| Dec 02 16:41:35.891 INFO STEP 589 (remove_files) COMPLETE
60642024-12-02T16:41:36.668Z[ recovery-image] Dec 02 16:41:35.891 INFO O| Dec 02 16:41:35.891 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-02T16:41:36.676Z[ recovery-image] Dec 02 16:41:35.901 INFO O| Dec 02 16:41:35.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60662024-12-02T16:41:36.678Z[ recovery-image] Dec 02 16:41:35.901 INFO O| Dec 02 16:41:35.901 INFO STEP 590 (remove_files) COMPLETE
60672024-12-02T16:41:36.678Z[ recovery-image] Dec 02 16:41:35.901 INFO O| Dec 02 16:41:35.901 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-02T16:41:36.686Z[ recovery-image] Dec 02 16:41:35.911 INFO O| Dec 02 16:41:35.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60692024-12-02T16:41:36.688Z[ recovery-image] Dec 02 16:41:35.911 INFO O| Dec 02 16:41:35.911 INFO STEP 591 (remove_files) COMPLETE
60702024-12-02T16:41:36.688Z[ recovery-image] Dec 02 16:41:35.911 INFO O| Dec 02 16:41:35.911 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-02T16:41:36.696Z[ recovery-image] Dec 02 16:41:35.921 INFO O| Dec 02 16:41:35.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60722024-12-02T16:41:36.696Z[ recovery-image] Dec 02 16:41:35.921 INFO O| Dec 02 16:41:35.921 INFO STEP 592 (remove_files) COMPLETE
60732024-12-02T16:41:36.696Z[ recovery-image] Dec 02 16:41:35.921 INFO O| Dec 02 16:41:35.921 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-02T16:41:36.705Z[ recovery-image] Dec 02 16:41:35.930 INFO O| Dec 02 16:41:35.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60752024-12-02T16:41:36.708Z[ recovery-image] Dec 02 16:41:35.930 INFO O| Dec 02 16:41:35.930 INFO STEP 593 (remove_files) COMPLETE
60762024-12-02T16:41:36.708Z[ recovery-image] Dec 02 16:41:35.931 INFO O| Dec 02 16:41:35.930 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-02T16:41:36.715Z[ recovery-image] Dec 02 16:41:35.940 INFO O| Dec 02 16:41:35.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
60782024-12-02T16:41:36.717Z[ recovery-image] Dec 02 16:41:35.940 INFO O| Dec 02 16:41:35.940 INFO STEP 594 (remove_files) COMPLETE
60792024-12-02T16:41:36.718Z[ recovery-image] Dec 02 16:41:35.940 INFO O| Dec 02 16:41:35.940 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-02T16:41:36.724Z[ recovery-image] Dec 02 16:41:35.950 INFO O| Dec 02 16:41:35.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
60812024-12-02T16:41:36.727Z[ recovery-image] Dec 02 16:41:35.950 INFO O| Dec 02 16:41:35.950 INFO STEP 595 (remove_files) COMPLETE
60822024-12-02T16:41:36.727Z[ recovery-image] Dec 02 16:41:35.950 INFO O| Dec 02 16:41:35.950 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-02T16:41:36.734Z[ recovery-image] Dec 02 16:41:35.959 INFO O| Dec 02 16:41:35.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
60842024-12-02T16:41:36.734Z[ recovery-image] Dec 02 16:41:35.960 INFO O| Dec 02 16:41:35.960 INFO STEP 596 (remove_files) COMPLETE
60852024-12-02T16:41:36.734Z[ recovery-image] Dec 02 16:41:35.960 INFO O| Dec 02 16:41:35.960 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-02T16:41:36.744Z[ recovery-image] Dec 02 16:41:35.969 INFO O| Dec 02 16:41:35.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
60872024-12-02T16:41:36.746Z[ recovery-image] Dec 02 16:41:35.969 INFO O| Dec 02 16:41:35.969 INFO STEP 597 (remove_files) COMPLETE
60882024-12-02T16:41:36.746Z[ recovery-image] Dec 02 16:41:35.969 INFO O| Dec 02 16:41:35.969 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-02T16:41:36.753Z[ recovery-image] Dec 02 16:41:35.978 INFO O| Dec 02 16:41:35.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
60902024-12-02T16:41:36.753Z[ recovery-image] Dec 02 16:41:35.978 INFO O| Dec 02 16:41:35.978 INFO STEP 598 (remove_files) COMPLETE
60912024-12-02T16:41:36.755Z[ recovery-image] Dec 02 16:41:35.978 INFO O| Dec 02 16:41:35.978 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-02T16:41:36.763Z[ recovery-image] Dec 02 16:41:35.988 INFO O| Dec 02 16:41:35.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
60932024-12-02T16:41:36.763Z[ recovery-image] Dec 02 16:41:35.988 INFO O| Dec 02 16:41:35.988 INFO STEP 599 (remove_files) COMPLETE
60942024-12-02T16:41:36.765Z[ recovery-image] Dec 02 16:41:35.988 INFO O| Dec 02 16:41:35.988 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-02T16:41:36.772Z[ recovery-image] Dec 02 16:41:35.998 INFO O| Dec 02 16:41:35.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
60962024-12-02T16:41:36.772Z[ recovery-image] Dec 02 16:41:35.998 INFO O| Dec 02 16:41:35.998 INFO STEP 600 (remove_files) COMPLETE
60972024-12-02T16:41:36.775Z[ recovery-image] Dec 02 16:41:35.998 INFO O| Dec 02 16:41:35.998 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-02T16:41:36.782Z[ recovery-image] Dec 02 16:41:36.007 INFO O| Dec 02 16:41:36.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
60992024-12-02T16:41:36.782Z[ recovery-image] Dec 02 16:41:36.008 INFO O| Dec 02 16:41:36.008 INFO STEP 601 (remove_files) COMPLETE
61002024-12-02T16:41:36.785Z[ recovery-image] Dec 02 16:41:36.008 INFO O| Dec 02 16:41:36.008 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-02T16:41:36.792Z[ recovery-image] Dec 02 16:41:36.017 INFO O| Dec 02 16:41:36.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61022024-12-02T16:41:36.792Z[ recovery-image] Dec 02 16:41:36.017 INFO O| Dec 02 16:41:36.017 INFO STEP 602 (remove_files) COMPLETE
61032024-12-02T16:41:36.792Z[ recovery-image] Dec 02 16:41:36.017 INFO O| Dec 02 16:41:36.017 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-02T16:41:36.801Z[ recovery-image] Dec 02 16:41:36.027 INFO O| Dec 02 16:41:36.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61052024-12-02T16:41:36.804Z[ recovery-image] Dec 02 16:41:36.027 INFO O| Dec 02 16:41:36.027 INFO STEP 603 (remove_files) COMPLETE
61062024-12-02T16:41:36.804Z[ recovery-image] Dec 02 16:41:36.027 INFO O| Dec 02 16:41:36.027 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-02T16:41:36.811Z[ recovery-image] Dec 02 16:41:36.036 INFO O| Dec 02 16:41:36.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61082024-12-02T16:41:36.811Z[ recovery-image] Dec 02 16:41:36.036 INFO O| Dec 02 16:41:36.036 INFO STEP 604 (remove_files) COMPLETE
61092024-12-02T16:41:36.811Z[ recovery-image] Dec 02 16:41:36.036 INFO O| Dec 02 16:41:36.036 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-02T16:41:36.821Z[ recovery-image] Dec 02 16:41:36.046 INFO O| Dec 02 16:41:36.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61112024-12-02T16:41:36.821Z[ recovery-image] Dec 02 16:41:36.046 INFO O| Dec 02 16:41:36.046 INFO STEP 605 (remove_files) COMPLETE
61122024-12-02T16:41:36.823Z[ recovery-image] Dec 02 16:41:36.046 INFO O| Dec 02 16:41:36.046 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-02T16:41:36.830Z[ recovery-image] Dec 02 16:41:36.056 INFO O| Dec 02 16:41:36.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61142024-12-02T16:41:36.831Z[ recovery-image] Dec 02 16:41:36.056 INFO O| Dec 02 16:41:36.056 INFO STEP 606 (remove_files) COMPLETE
61152024-12-02T16:41:36.833Z[ recovery-image] Dec 02 16:41:36.056 INFO O| Dec 02 16:41:36.056 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-02T16:41:36.840Z[ recovery-image] Dec 02 16:41:36.065 INFO O| Dec 02 16:41:36.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61172024-12-02T16:41:36.840Z[ recovery-image] Dec 02 16:41:36.065 INFO O| Dec 02 16:41:36.065 INFO STEP 607 (remove_files) COMPLETE
61182024-12-02T16:41:36.840Z[ recovery-image] Dec 02 16:41:36.065 INFO O| Dec 02 16:41:36.065 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-02T16:41:36.850Z[ recovery-image] Dec 02 16:41:36.075 INFO O| Dec 02 16:41:36.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61202024-12-02T16:41:36.850Z[ recovery-image] Dec 02 16:41:36.075 INFO O| Dec 02 16:41:36.075 INFO STEP 608 (remove_files) COMPLETE
61212024-12-02T16:41:36.850Z[ recovery-image] Dec 02 16:41:36.075 INFO O| Dec 02 16:41:36.075 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-02T16:41:36.859Z[ recovery-image] Dec 02 16:41:36.085 INFO O| Dec 02 16:41:36.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61232024-12-02T16:41:36.859Z[ recovery-image] Dec 02 16:41:36.085 INFO O| Dec 02 16:41:36.085 INFO STEP 609 (remove_files) COMPLETE
61242024-12-02T16:41:36.859Z[ recovery-image] Dec 02 16:41:36.085 INFO O| Dec 02 16:41:36.085 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-02T16:41:36.869Z[ recovery-image] Dec 02 16:41:36.094 INFO O| Dec 02 16:41:36.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61262024-12-02T16:41:36.869Z[ recovery-image] Dec 02 16:41:36.094 INFO O| Dec 02 16:41:36.094 INFO STEP 610 (remove_files) COMPLETE
61272024-12-02T16:41:36.869Z[ recovery-image] Dec 02 16:41:36.094 INFO O| Dec 02 16:41:36.094 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-02T16:41:36.879Z[ recovery-image] Dec 02 16:41:36.104 INFO O| Dec 02 16:41:36.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61292024-12-02T16:41:36.879Z[ recovery-image] Dec 02 16:41:36.104 INFO O| Dec 02 16:41:36.104 INFO STEP 611 (remove_files) COMPLETE
61302024-12-02T16:41:36.882Z[ recovery-image] Dec 02 16:41:36.104 INFO O| Dec 02 16:41:36.104 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-02T16:41:36.889Z[ recovery-image] Dec 02 16:41:36.114 INFO O| Dec 02 16:41:36.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61322024-12-02T16:41:36.892Z[ recovery-image] Dec 02 16:41:36.114 INFO O| Dec 02 16:41:36.114 INFO STEP 612 (remove_files) COMPLETE
61332024-12-02T16:41:36.892Z[ recovery-image] Dec 02 16:41:36.114 INFO O| Dec 02 16:41:36.114 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-12-02T16:41:36.899Z[ recovery-image] Dec 02 16:41:36.124 INFO O| Dec 02 16:41:36.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61352024-12-02T16:41:36.899Z[ recovery-image] Dec 02 16:41:36.124 INFO O| Dec 02 16:41:36.124 INFO STEP 613 (remove_files) COMPLETE
61362024-12-02T16:41:36.902Z[ recovery-image] Dec 02 16:41:36.124 INFO O| Dec 02 16:41:36.124 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-12-02T16:41:36.909Z[ recovery-image] Dec 02 16:41:36.134 INFO O| Dec 02 16:41:36.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61382024-12-02T16:41:36.909Z[ recovery-image] Dec 02 16:41:36.134 INFO O| Dec 02 16:41:36.134 INFO STEP 614 (remove_files) COMPLETE
61392024-12-02T16:41:36.912Z[ recovery-image] Dec 02 16:41:36.134 INFO O| Dec 02 16:41:36.134 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-12-02T16:41:36.919Z[ recovery-image] Dec 02 16:41:36.144 INFO O| Dec 02 16:41:36.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61412024-12-02T16:41:36.921Z[ recovery-image] Dec 02 16:41:36.144 INFO O| Dec 02 16:41:36.144 INFO STEP 615 (remove_files) COMPLETE
61422024-12-02T16:41:36.921Z[ recovery-image] Dec 02 16:41:36.144 INFO O| Dec 02 16:41:36.144 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-12-02T16:41:36.928Z[ recovery-image] Dec 02 16:41:36.154 INFO O| Dec 02 16:41:36.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61442024-12-02T16:41:36.931Z[ recovery-image] Dec 02 16:41:36.154 INFO O| Dec 02 16:41:36.154 INFO STEP 616 (remove_files) COMPLETE
61452024-12-02T16:41:36.931Z[ recovery-image] Dec 02 16:41:36.154 INFO O| Dec 02 16:41:36.154 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-12-02T16:41:36.938Z[ recovery-image] Dec 02 16:41:36.163 INFO O| Dec 02 16:41:36.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61472024-12-02T16:41:36.938Z[ recovery-image] Dec 02 16:41:36.163 INFO O| Dec 02 16:41:36.163 INFO STEP 617 (remove_files) COMPLETE
61482024-12-02T16:41:36.938Z[ recovery-image] Dec 02 16:41:36.163 INFO O| Dec 02 16:41:36.163 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-12-02T16:41:36.947Z[ recovery-image] Dec 02 16:41:36.173 INFO O| Dec 02 16:41:36.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61502024-12-02T16:41:36.947Z[ recovery-image] Dec 02 16:41:36.173 INFO O| Dec 02 16:41:36.173 INFO STEP 618 (remove_files) COMPLETE
61512024-12-02T16:41:36.950Z[ recovery-image] Dec 02 16:41:36.173 INFO O| Dec 02 16:41:36.173 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-12-02T16:41:36.957Z[ recovery-image] Dec 02 16:41:36.182 INFO O| Dec 02 16:41:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61532024-12-02T16:41:36.959Z[ recovery-image] Dec 02 16:41:36.182 INFO O| Dec 02 16:41:36.182 INFO STEP 619 (remove_files) COMPLETE
61542024-12-02T16:41:36.959Z[ recovery-image] Dec 02 16:41:36.182 INFO O| Dec 02 16:41:36.182 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-12-02T16:41:36.967Z[ recovery-image] Dec 02 16:41:36.192 INFO O| Dec 02 16:41:36.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61562024-12-02T16:41:36.970Z[ recovery-image] Dec 02 16:41:36.192 INFO O| Dec 02 16:41:36.192 INFO STEP 620 (remove_files) COMPLETE
61572024-12-02T16:41:36.970Z[ recovery-image] Dec 02 16:41:36.192 INFO O| Dec 02 16:41:36.192 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-12-02T16:41:36.976Z[ recovery-image] Dec 02 16:41:36.201 INFO O| Dec 02 16:41:36.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61592024-12-02T16:41:36.976Z[ recovery-image] Dec 02 16:41:36.201 INFO O| Dec 02 16:41:36.201 INFO STEP 621 (remove_files) COMPLETE
61602024-12-02T16:41:36.978Z[ recovery-image] Dec 02 16:41:36.201 INFO O| Dec 02 16:41:36.201 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-12-02T16:41:36.985Z[ recovery-image] Dec 02 16:41:36.210 INFO O| Dec 02 16:41:36.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61622024-12-02T16:41:36.985Z[ recovery-image] Dec 02 16:41:36.211 INFO O| Dec 02 16:41:36.211 INFO STEP 622 (remove_files) COMPLETE
61632024-12-02T16:41:36.987Z[ recovery-image] Dec 02 16:41:36.211 INFO O| Dec 02 16:41:36.211 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-02T16:41:36.995Z[ recovery-image] Dec 02 16:41:36.220 INFO O| Dec 02 16:41:36.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61652024-12-02T16:41:36.995Z[ recovery-image] Dec 02 16:41:36.220 INFO O| Dec 02 16:41:36.220 INFO STEP 623 (remove_files) COMPLETE
61662024-12-02T16:41:36.997Z[ recovery-image] Dec 02 16:41:36.220 INFO O| Dec 02 16:41:36.220 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-12-02T16:41:37.004Z[ recovery-image] Dec 02 16:41:36.230 INFO O| Dec 02 16:41:36.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61682024-12-02T16:41:37.007Z[ recovery-image] Dec 02 16:41:36.230 INFO O| Dec 02 16:41:36.230 INFO STEP 624 (remove_files) COMPLETE
61692024-12-02T16:41:37.007Z[ recovery-image] Dec 02 16:41:36.230 INFO O| Dec 02 16:41:36.230 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-12-02T16:41:37.014Z[ recovery-image] Dec 02 16:41:36.240 INFO O| Dec 02 16:41:36.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
61712024-12-02T16:41:37.017Z[ recovery-image] Dec 02 16:41:36.240 INFO O| Dec 02 16:41:36.240 INFO STEP 625 (remove_files) COMPLETE
61722024-12-02T16:41:37.017Z[ recovery-image] Dec 02 16:41:36.240 INFO O| Dec 02 16:41:36.240 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-12-02T16:41:37.024Z[ recovery-image] Dec 02 16:41:36.249 INFO O| Dec 02 16:41:36.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61742024-12-02T16:41:37.024Z[ recovery-image] Dec 02 16:41:36.249 INFO O| Dec 02 16:41:36.249 INFO STEP 626 (remove_files) COMPLETE
61752024-12-02T16:41:37.027Z[ recovery-image] Dec 02 16:41:36.249 INFO O| Dec 02 16:41:36.249 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-12-02T16:41:37.033Z[ recovery-image] Dec 02 16:41:36.259 INFO O| Dec 02 16:41:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
61772024-12-02T16:41:37.033Z[ recovery-image] Dec 02 16:41:36.259 INFO O| Dec 02 16:41:36.259 INFO STEP 627 (remove_files) COMPLETE
61782024-12-02T16:41:37.038Z[ recovery-image] Dec 02 16:41:36.259 INFO O| Dec 02 16:41:36.259 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-12-02T16:41:37.043Z[ recovery-image] Dec 02 16:41:36.268 INFO O| Dec 02 16:41:36.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
61802024-12-02T16:41:37.043Z[ recovery-image] Dec 02 16:41:36.268 INFO O| Dec 02 16:41:36.268 INFO STEP 628 (remove_files) COMPLETE
61812024-12-02T16:41:37.043Z[ recovery-image] Dec 02 16:41:36.268 INFO O| Dec 02 16:41:36.268 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-12-02T16:41:37.052Z[ recovery-image] Dec 02 16:41:36.278 INFO O| Dec 02 16:41:36.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
61832024-12-02T16:41:37.052Z[ recovery-image] Dec 02 16:41:36.278 INFO O| Dec 02 16:41:36.278 INFO STEP 629 (remove_files) COMPLETE
61842024-12-02T16:41:37.055Z[ recovery-image] Dec 02 16:41:36.278 INFO O| Dec 02 16:41:36.278 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-12-02T16:41:37.062Z[ recovery-image] Dec 02 16:41:36.287 INFO O| Dec 02 16:41:36.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
61862024-12-02T16:41:37.062Z[ recovery-image] Dec 02 16:41:36.287 INFO O| Dec 02 16:41:36.287 INFO STEP 630 (remove_files) COMPLETE
61872024-12-02T16:41:37.064Z[ recovery-image] Dec 02 16:41:36.287 INFO O| Dec 02 16:41:36.287 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-12-02T16:41:37.071Z[ recovery-image] Dec 02 16:41:36.297 INFO O| Dec 02 16:41:36.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
61892024-12-02T16:41:37.071Z[ recovery-image] Dec 02 16:41:36.297 INFO O| Dec 02 16:41:36.297 INFO STEP 631 (remove_files) COMPLETE
61902024-12-02T16:41:37.071Z[ recovery-image] Dec 02 16:41:36.297 INFO O| Dec 02 16:41:36.297 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-12-02T16:41:37.081Z[ recovery-image] Dec 02 16:41:36.306 INFO O| Dec 02 16:41:36.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
61922024-12-02T16:41:37.081Z[ recovery-image] Dec 02 16:41:36.306 INFO O| Dec 02 16:41:36.306 INFO STEP 632 (remove_files) COMPLETE
61932024-12-02T16:41:37.081Z[ recovery-image] Dec 02 16:41:36.306 INFO O| Dec 02 16:41:36.306 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-12-02T16:41:37.090Z[ recovery-image] Dec 02 16:41:36.316 INFO O| Dec 02 16:41:36.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
61952024-12-02T16:41:37.090Z[ recovery-image] Dec 02 16:41:36.316 INFO O| Dec 02 16:41:36.316 INFO STEP 633 (remove_files) COMPLETE
61962024-12-02T16:41:37.093Z[ recovery-image] Dec 02 16:41:36.316 INFO O| Dec 02 16:41:36.316 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-12-02T16:41:37.100Z[ recovery-image] Dec 02 16:41:36.325 INFO O| Dec 02 16:41:36.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
61982024-12-02T16:41:37.100Z[ recovery-image] Dec 02 16:41:36.325 INFO O| Dec 02 16:41:36.325 INFO STEP 634 (remove_files) COMPLETE
61992024-12-02T16:41:37.100Z[ recovery-image] Dec 02 16:41:36.325 INFO O| Dec 02 16:41:36.325 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-12-02T16:41:37.109Z[ recovery-image] Dec 02 16:41:36.334 INFO O| Dec 02 16:41:36.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62012024-12-02T16:41:37.109Z[ recovery-image] Dec 02 16:41:36.334 INFO O| Dec 02 16:41:36.334 INFO STEP 635 (remove_files) COMPLETE
62022024-12-02T16:41:37.109Z[ recovery-image] Dec 02 16:41:36.334 INFO O| Dec 02 16:41:36.334 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-12-02T16:41:37.118Z[ recovery-image] Dec 02 16:41:36.344 INFO O| Dec 02 16:41:36.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62042024-12-02T16:41:37.121Z[ recovery-image] Dec 02 16:41:36.344 INFO O| Dec 02 16:41:36.344 INFO STEP 636 (remove_files) COMPLETE
62052024-12-02T16:41:37.121Z[ recovery-image] Dec 02 16:41:36.344 INFO O| Dec 02 16:41:36.344 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-12-02T16:41:37.128Z[ recovery-image] Dec 02 16:41:36.353 INFO O| Dec 02 16:41:36.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62072024-12-02T16:41:37.128Z[ recovery-image] Dec 02 16:41:36.353 INFO O| Dec 02 16:41:36.353 INFO STEP 637 (remove_files) COMPLETE
62082024-12-02T16:41:37.131Z[ recovery-image] Dec 02 16:41:36.353 INFO O| Dec 02 16:41:36.353 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-12-02T16:41:37.134Z[ host-image] Dec 02 16:41:36.357 INFO O| Dec 02 16:41:36.357 INFO O| Planning: Solver setup ... Done
62102024-12-02T16:41:37.137Z[ host-image] Dec 02 16:41:36.361 INFO O| Dec 02 16:41:36.361 INFO O| Planning: Running solver ... Done
62112024-12-02T16:41:37.139Z[ recovery-image] Dec 02 16:41:36.362 INFO O| Dec 02 16:41:36.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62122024-12-02T16:41:37.139Z[ recovery-image] Dec 02 16:41:36.362 INFO O| Dec 02 16:41:36.362 INFO STEP 638 (remove_files) COMPLETE
62132024-12-02T16:41:37.139Z[ recovery-image] Dec 02 16:41:36.362 INFO O| Dec 02 16:41:36.362 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-02T16:41:37.147Z[ recovery-image] Dec 02 16:41:36.372 INFO O| Dec 02 16:41:36.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62152024-12-02T16:41:37.149Z[ recovery-image] Dec 02 16:41:36.372 INFO O| Dec 02 16:41:36.372 INFO STEP 639 (remove_files) COMPLETE
62162024-12-02T16:41:37.149Z[ recovery-image] Dec 02 16:41:36.372 INFO O| Dec 02 16:41:36.372 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-02T16:41:37.157Z[ recovery-image] Dec 02 16:41:36.382 INFO O| Dec 02 16:41:36.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62182024-12-02T16:41:37.159Z[ recovery-image] Dec 02 16:41:36.382 INFO O| Dec 02 16:41:36.382 INFO STEP 640 (remove_files) COMPLETE
62192024-12-02T16:41:37.159Z[ recovery-image] Dec 02 16:41:36.382 INFO O| Dec 02 16:41:36.382 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-02T16:41:37.166Z[ recovery-image] Dec 02 16:41:36.392 INFO O| Dec 02 16:41:36.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62212024-12-02T16:41:37.166Z[ recovery-image] Dec 02 16:41:36.392 INFO O| Dec 02 16:41:36.392 INFO STEP 641 (remove_files) COMPLETE
62222024-12-02T16:41:37.169Z[ recovery-image] Dec 02 16:41:36.392 INFO O| Dec 02 16:41:36.392 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-02T16:41:37.176Z[ recovery-image] Dec 02 16:41:36.401 INFO O| Dec 02 16:41:36.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62242024-12-02T16:41:37.176Z[ recovery-image] Dec 02 16:41:36.401 INFO O| Dec 02 16:41:36.401 INFO STEP 642 (remove_files) COMPLETE
62252024-12-02T16:41:37.176Z[ recovery-image] Dec 02 16:41:36.401 INFO O| Dec 02 16:41:36.401 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-02T16:41:37.185Z[ recovery-image] Dec 02 16:41:36.411 INFO O| Dec 02 16:41:36.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62272024-12-02T16:41:37.186Z[ recovery-image] Dec 02 16:41:36.411 INFO O| Dec 02 16:41:36.411 INFO STEP 643 (remove_files) COMPLETE
62282024-12-02T16:41:37.186Z[ recovery-image] Dec 02 16:41:36.411 INFO O| Dec 02 16:41:36.411 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-02T16:41:37.194Z[ host-image] Dec 02 16:41:36.419 INFO O| Dec 02 16:41:36.419 INFO O| Planning: Finding local manifests ... Done
62302024-12-02T16:41:37.196Z[ recovery-image] Dec 02 16:41:36.420 INFO O| Dec 02 16:41:36.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62312024-12-02T16:41:37.196Z[ recovery-image] Dec 02 16:41:36.420 INFO O| Dec 02 16:41:36.420 INFO STEP 644 (remove_files) COMPLETE
62322024-12-02T16:41:37.196Z[ recovery-image] Dec 02 16:41:36.420 INFO O| Dec 02 16:41:36.420 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-12-02T16:41:37.196Z[ host-image] Dec 02 16:41:36.421 INFO O| Dec 02 16:41:36.421 INFO O| Planning: Fetching manifests: 0/6 0% complete
62342024-12-02T16:41:37.205Z[ recovery-image] Dec 02 16:41:36.430 INFO O| Dec 02 16:41:36.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62352024-12-02T16:41:37.208Z[ recovery-image] Dec 02 16:41:36.431 INFO O| Dec 02 16:41:36.431 INFO STEP 645 (remove_files) COMPLETE
62362024-12-02T16:41:37.208Z[ recovery-image] Dec 02 16:41:36.431 INFO O| Dec 02 16:41:36.431 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-02T16:41:37.215Z[ recovery-image] Dec 02 16:41:36.440 INFO O| Dec 02 16:41:36.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62382024-12-02T16:41:37.215Z[ recovery-image] Dec 02 16:41:36.440 INFO O| Dec 02 16:41:36.440 INFO STEP 646 (remove_files) COMPLETE
62392024-12-02T16:41:37.215Z[ recovery-image] Dec 02 16:41:36.440 INFO O| Dec 02 16:41:36.440 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-02T16:41:37.225Z[ recovery-image] Dec 02 16:41:36.451 INFO O| Dec 02 16:41:36.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62412024-12-02T16:41:37.225Z[ recovery-image] Dec 02 16:41:36.451 INFO O| Dec 02 16:41:36.451 INFO STEP 647 (remove_files) COMPLETE
62422024-12-02T16:41:37.225Z[ recovery-image] Dec 02 16:41:36.451 INFO O| Dec 02 16:41:36.451 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-02T16:41:37.235Z[ recovery-image] Dec 02 16:41:36.460 INFO O| Dec 02 16:41:36.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62442024-12-02T16:41:37.235Z[ recovery-image] Dec 02 16:41:36.460 INFO O| Dec 02 16:41:36.460 INFO STEP 648 (remove_files) COMPLETE
62452024-12-02T16:41:37.235Z[ recovery-image] Dec 02 16:41:36.460 INFO O| Dec 02 16:41:36.460 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-02T16:41:37.244Z[ recovery-image] Dec 02 16:41:36.470 INFO O| Dec 02 16:41:36.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62472024-12-02T16:41:37.244Z[ recovery-image] Dec 02 16:41:36.470 INFO O| Dec 02 16:41:36.470 INFO STEP 649 (remove_files) COMPLETE
62482024-12-02T16:41:37.247Z[ recovery-image] Dec 02 16:41:36.470 INFO O| Dec 02 16:41:36.470 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-02T16:41:37.254Z[ recovery-image] Dec 02 16:41:36.479 INFO O| Dec 02 16:41:36.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62502024-12-02T16:41:37.254Z[ recovery-image] Dec 02 16:41:36.479 INFO O| Dec 02 16:41:36.479 INFO STEP 650 (remove_files) COMPLETE
62512024-12-02T16:41:37.254Z[ recovery-image] Dec 02 16:41:36.479 INFO O| Dec 02 16:41:36.479 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-12-02T16:41:37.264Z[ recovery-image] Dec 02 16:41:36.489 INFO O| Dec 02 16:41:36.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62532024-12-02T16:41:37.264Z[ recovery-image] Dec 02 16:41:36.489 INFO O| Dec 02 16:41:36.489 INFO STEP 651 (remove_files) COMPLETE
62542024-12-02T16:41:37.264Z[ recovery-image] Dec 02 16:41:36.489 INFO O| Dec 02 16:41:36.489 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-12-02T16:41:37.273Z[ recovery-image] Dec 02 16:41:36.499 INFO O| Dec 02 16:41:36.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62562024-12-02T16:41:37.276Z[ recovery-image] Dec 02 16:41:36.499 INFO O| Dec 02 16:41:36.499 INFO STEP 652 (remove_files) COMPLETE
62572024-12-02T16:41:37.276Z[ recovery-image] Dec 02 16:41:36.499 INFO O| Dec 02 16:41:36.499 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-12-02T16:41:37.284Z[ recovery-image] Dec 02 16:41:36.509 INFO O| Dec 02 16:41:36.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62592024-12-02T16:41:37.284Z[ recovery-image] Dec 02 16:41:36.509 INFO O| Dec 02 16:41:36.509 INFO STEP 653 (remove_files) COMPLETE
62602024-12-02T16:41:37.284Z[ recovery-image] Dec 02 16:41:36.509 INFO O| Dec 02 16:41:36.509 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-02T16:41:37.293Z[ recovery-image] Dec 02 16:41:36.519 INFO O| Dec 02 16:41:36.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62622024-12-02T16:41:37.297Z[ recovery-image] Dec 02 16:41:36.519 INFO O| Dec 02 16:41:36.519 INFO STEP 654 (remove_files) COMPLETE
62632024-12-02T16:41:37.297Z[ recovery-image] Dec 02 16:41:36.519 INFO O| Dec 02 16:41:36.519 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-02T16:41:37.304Z[ recovery-image] Dec 02 16:41:36.529 INFO O| Dec 02 16:41:36.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62652024-12-02T16:41:37.307Z[ recovery-image] Dec 02 16:41:36.529 INFO O| Dec 02 16:41:36.529 INFO STEP 655 (remove_files) COMPLETE
62662024-12-02T16:41:37.307Z[ recovery-image] Dec 02 16:41:36.529 INFO O| Dec 02 16:41:36.529 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-02T16:41:37.314Z[ recovery-image] Dec 02 16:41:36.539 INFO O| Dec 02 16:41:36.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62682024-12-02T16:41:37.317Z[ recovery-image] Dec 02 16:41:36.540 INFO O| Dec 02 16:41:36.539 INFO STEP 656 (remove_files) COMPLETE
62692024-12-02T16:41:37.317Z[ recovery-image] Dec 02 16:41:36.540 INFO O| Dec 02 16:41:36.540 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-02T16:41:37.324Z[ recovery-image] Dec 02 16:41:36.549 INFO O| Dec 02 16:41:36.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62712024-12-02T16:41:37.324Z[ recovery-image] Dec 02 16:41:36.549 INFO O| Dec 02 16:41:36.549 INFO STEP 657 (remove_files) COMPLETE
62722024-12-02T16:41:37.326Z[ recovery-image] Dec 02 16:41:36.549 INFO O| Dec 02 16:41:36.549 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-02T16:41:37.334Z[ recovery-image] Dec 02 16:41:36.559 INFO O| Dec 02 16:41:36.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62742024-12-02T16:41:37.336Z[ recovery-image] Dec 02 16:41:36.559 INFO O| Dec 02 16:41:36.559 INFO STEP 658 (remove_files) COMPLETE
62752024-12-02T16:41:37.336Z[ recovery-image] Dec 02 16:41:36.559 INFO O| Dec 02 16:41:36.559 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-02T16:41:37.344Z[ recovery-image] Dec 02 16:41:36.569 INFO O| Dec 02 16:41:36.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62772024-12-02T16:41:37.344Z[ recovery-image] Dec 02 16:41:36.569 INFO O| Dec 02 16:41:36.569 INFO STEP 659 (remove_files) COMPLETE
62782024-12-02T16:41:37.344Z[ recovery-image] Dec 02 16:41:36.569 INFO O| Dec 02 16:41:36.569 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-02T16:41:37.353Z[ recovery-image] Dec 02 16:41:36.578 INFO O| Dec 02 16:41:36.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
62802024-12-02T16:41:37.353Z[ recovery-image] Dec 02 16:41:36.578 INFO O| Dec 02 16:41:36.578 INFO STEP 660 (remove_files) COMPLETE
62812024-12-02T16:41:37.356Z[ recovery-image] Dec 02 16:41:36.578 INFO O| Dec 02 16:41:36.578 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-02T16:41:37.359Z[ host-image] Dec 02 16:41:36.584 INFO O| Dec 02 16:41:36.584 INFO O| Planning: Fetching manifests: 6/6 100% complete
62832024-12-02T16:41:37.363Z[ recovery-image] Dec 02 16:41:36.588 INFO O| Dec 02 16:41:36.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
62842024-12-02T16:41:37.363Z[ recovery-image] Dec 02 16:41:36.588 INFO O| Dec 02 16:41:36.588 INFO STEP 661 (remove_files) COMPLETE
62852024-12-02T16:41:37.366Z[ recovery-image] Dec 02 16:41:36.588 INFO O| Dec 02 16:41:36.588 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-02T16:41:37.373Z[ recovery-image] Dec 02 16:41:36.598 INFO O| Dec 02 16:41:36.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
62872024-12-02T16:41:37.373Z[ recovery-image] Dec 02 16:41:36.598 INFO O| Dec 02 16:41:36.598 INFO STEP 662 (remove_files) COMPLETE
62882024-12-02T16:41:37.373Z[ recovery-image] Dec 02 16:41:36.598 INFO O| Dec 02 16:41:36.598 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-02T16:41:37.383Z[ recovery-image] Dec 02 16:41:36.609 INFO O| Dec 02 16:41:36.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
62902024-12-02T16:41:37.384Z[ recovery-image] Dec 02 16:41:36.609 INFO O| Dec 02 16:41:36.609 INFO STEP 663 (remove_files) COMPLETE
62912024-12-02T16:41:37.386Z[ recovery-image] Dec 02 16:41:36.609 INFO O| Dec 02 16:41:36.609 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-02T16:41:37.393Z[ recovery-image] Dec 02 16:41:36.618 INFO O| Dec 02 16:41:36.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
62932024-12-02T16:41:37.393Z[ host-image] Dec 02 16:41:36.618 INFO O| Dec 02 16:41:36.618 INFO O| Planning: Package planning ... Done
62942024-12-02T16:41:37.393Z[ recovery-image] Dec 02 16:41:36.618 INFO O| Dec 02 16:41:36.618 INFO STEP 664 (remove_files) COMPLETE
62952024-12-02T16:41:37.395Z[ recovery-image] Dec 02 16:41:36.618 INFO O| Dec 02 16:41:36.618 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-12-02T16:41:37.403Z[ recovery-image] Dec 02 16:41:36.628 INFO O| Dec 02 16:41:36.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
62972024-12-02T16:41:37.403Z[ recovery-image] Dec 02 16:41:36.628 INFO O| Dec 02 16:41:36.628 INFO STEP 665 (remove_files) COMPLETE
62982024-12-02T16:41:37.403Z[ recovery-image] Dec 02 16:41:36.628 INFO O| Dec 02 16:41:36.628 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-12-02T16:41:37.412Z[ host-image] Dec 02 16:41:36.637 INFO O| Dec 02 16:41:36.637 INFO O| Planning: Merging actions ... Done
63002024-12-02T16:41:37.415Z[ recovery-image] Dec 02 16:41:36.637 INFO O| Dec 02 16:41:36.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63012024-12-02T16:41:37.415Z[ recovery-image] Dec 02 16:41:36.638 INFO O| Dec 02 16:41:36.638 INFO STEP 666 (remove_files) COMPLETE
63022024-12-02T16:41:37.415Z[ recovery-image] Dec 02 16:41:36.638 INFO O| Dec 02 16:41:36.638 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-02T16:41:37.422Z[ recovery-image] Dec 02 16:41:36.647 INFO O| Dec 02 16:41:36.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63042024-12-02T16:41:37.422Z[ recovery-image] Dec 02 16:41:36.647 INFO O| Dec 02 16:41:36.647 INFO STEP 667 (remove_files) COMPLETE
63052024-12-02T16:41:37.425Z[ recovery-image] Dec 02 16:41:36.648 INFO O| Dec 02 16:41:36.647 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-02T16:41:37.432Z[ recovery-image] Dec 02 16:41:36.657 INFO O| Dec 02 16:41:36.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63072024-12-02T16:41:37.432Z[ recovery-image] Dec 02 16:41:36.657 INFO O| Dec 02 16:41:36.657 INFO STEP 668 (remove_files) COMPLETE
63082024-12-02T16:41:37.432Z[ recovery-image] Dec 02 16:41:36.657 INFO O| Dec 02 16:41:36.657 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-02T16:41:37.442Z[ recovery-image] Dec 02 16:41:36.667 INFO O| Dec 02 16:41:36.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63102024-12-02T16:41:37.442Z[ recovery-image] Dec 02 16:41:36.667 INFO O| Dec 02 16:41:36.667 INFO STEP 669 (remove_files) COMPLETE
63112024-12-02T16:41:37.445Z[ recovery-image] Dec 02 16:41:36.667 INFO O| Dec 02 16:41:36.667 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-02T16:41:37.453Z[ recovery-image] Dec 02 16:41:36.677 INFO O| Dec 02 16:41:36.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63132024-12-02T16:41:37.453Z[ recovery-image] Dec 02 16:41:36.677 INFO O| Dec 02 16:41:36.677 INFO STEP 670 (remove_files) COMPLETE
63142024-12-02T16:41:37.453Z[ recovery-image] Dec 02 16:41:36.677 INFO O| Dec 02 16:41:36.677 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-02T16:41:37.461Z[ recovery-image] Dec 02 16:41:36.686 INFO O| Dec 02 16:41:36.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63162024-12-02T16:41:37.461Z[ recovery-image] Dec 02 16:41:36.686 INFO O| Dec 02 16:41:36.686 INFO STEP 671 (remove_files) COMPLETE
63172024-12-02T16:41:37.464Z[ recovery-image] Dec 02 16:41:36.686 INFO O| Dec 02 16:41:36.686 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-02T16:41:37.471Z[ recovery-image] Dec 02 16:41:36.696 INFO O| Dec 02 16:41:36.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63192024-12-02T16:41:37.471Z[ recovery-image] Dec 02 16:41:36.696 INFO O| Dec 02 16:41:36.696 INFO STEP 672 (remove_files) COMPLETE
63202024-12-02T16:41:37.471Z[ recovery-image] Dec 02 16:41:36.696 INFO O| Dec 02 16:41:36.696 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-02T16:41:37.480Z[ recovery-image] Dec 02 16:41:36.705 INFO O| Dec 02 16:41:36.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63222024-12-02T16:41:37.480Z[ recovery-image] Dec 02 16:41:36.705 INFO O| Dec 02 16:41:36.705 INFO STEP 673 (remove_files) COMPLETE
63232024-12-02T16:41:37.482Z[ recovery-image] Dec 02 16:41:36.705 INFO O| Dec 02 16:41:36.705 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-02T16:41:37.485Z[ host-image] Dec 02 16:41:36.708 INFO O| Dec 02 16:41:36.708 INFO O| Planning: Checking for conflicting actions ... Done
63252024-12-02T16:41:37.488Z[ host-image] Dec 02 16:41:36.712 INFO O| Dec 02 16:41:36.712 INFO O| Planning: Consolidating action changes ... Done
63262024-12-02T16:41:37.490Z[ recovery-image] Dec 02 16:41:36.715 INFO O| Dec 02 16:41:36.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63272024-12-02T16:41:37.490Z[ recovery-image] Dec 02 16:41:36.715 INFO O| Dec 02 16:41:36.715 INFO STEP 674 (remove_files) COMPLETE
63282024-12-02T16:41:37.490Z[ recovery-image] Dec 02 16:41:36.715 INFO O| Dec 02 16:41:36.715 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-02T16:41:37.499Z[ recovery-image] Dec 02 16:41:36.724 INFO O| Dec 02 16:41:36.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63302024-12-02T16:41:37.501Z[ recovery-image] Dec 02 16:41:36.724 INFO O| Dec 02 16:41:36.724 INFO STEP 675 (remove_files) COMPLETE
63312024-12-02T16:41:37.501Z[ recovery-image] Dec 02 16:41:36.724 INFO O| Dec 02 16:41:36.724 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-02T16:41:37.508Z[ recovery-image] Dec 02 16:41:36.733 INFO O| Dec 02 16:41:36.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63332024-12-02T16:41:37.508Z[ recovery-image] Dec 02 16:41:36.733 INFO O| Dec 02 16:41:36.733 INFO STEP 676 (remove_files) COMPLETE
63342024-12-02T16:41:37.512Z[ recovery-image] Dec 02 16:41:36.733 INFO O| Dec 02 16:41:36.733 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-02T16:41:37.523Z[ recovery-image] Dec 02 16:41:36.743 INFO O| Dec 02 16:41:36.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63362024-12-02T16:41:37.523Z[ recovery-image] Dec 02 16:41:36.743 INFO O| Dec 02 16:41:36.743 INFO STEP 677 (remove_files) COMPLETE
63372024-12-02T16:41:37.523Z[ recovery-image] Dec 02 16:41:36.743 INFO O| Dec 02 16:41:36.743 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-02T16:41:37.528Z[ recovery-image] Dec 02 16:41:36.752 INFO O| Dec 02 16:41:36.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63392024-12-02T16:41:37.528Z[ recovery-image] Dec 02 16:41:36.752 INFO O| Dec 02 16:41:36.752 INFO STEP 678 (remove_files) COMPLETE
63402024-12-02T16:41:37.531Z[ recovery-image] Dec 02 16:41:36.752 INFO O| Dec 02 16:41:36.752 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-02T16:41:37.537Z[ recovery-image] Dec 02 16:41:36.762 INFO O| Dec 02 16:41:36.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63422024-12-02T16:41:37.537Z[ recovery-image] Dec 02 16:41:36.762 INFO O| Dec 02 16:41:36.762 INFO STEP 679 (remove_files) COMPLETE
63432024-12-02T16:41:37.539Z[ recovery-image] Dec 02 16:41:36.762 INFO O| Dec 02 16:41:36.762 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-02T16:41:37.546Z[ recovery-image] Dec 02 16:41:36.771 INFO O| Dec 02 16:41:36.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63452024-12-02T16:41:37.548Z[ recovery-image] Dec 02 16:41:36.771 INFO O| Dec 02 16:41:36.771 INFO STEP 680 (remove_files) COMPLETE
63462024-12-02T16:41:37.548Z[ recovery-image] Dec 02 16:41:36.771 INFO O| Dec 02 16:41:36.771 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-02T16:41:37.555Z[ recovery-image] Dec 02 16:41:36.780 INFO O| Dec 02 16:41:36.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63482024-12-02T16:41:37.555Z[ recovery-image] Dec 02 16:41:36.781 INFO O| Dec 02 16:41:36.780 INFO STEP 681 (remove_files) COMPLETE
63492024-12-02T16:41:37.558Z[ recovery-image] Dec 02 16:41:36.781 INFO O| Dec 02 16:41:36.781 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-02T16:41:37.565Z[ recovery-image] Dec 02 16:41:36.790 INFO O| Dec 02 16:41:36.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63512024-12-02T16:41:37.565Z[ recovery-image] Dec 02 16:41:36.791 INFO O| Dec 02 16:41:36.790 INFO STEP 682 (remove_files) COMPLETE
63522024-12-02T16:41:37.565Z[ recovery-image] Dec 02 16:41:36.791 INFO O| Dec 02 16:41:36.791 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-02T16:41:37.575Z[ recovery-image] Dec 02 16:41:36.800 INFO O| Dec 02 16:41:36.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63542024-12-02T16:41:37.575Z[ recovery-image] Dec 02 16:41:36.800 INFO O| Dec 02 16:41:36.800 INFO STEP 683 (remove_files) COMPLETE
63552024-12-02T16:41:37.575Z[ recovery-image] Dec 02 16:41:36.800 INFO O| Dec 02 16:41:36.800 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-02T16:41:37.584Z[ recovery-image] Dec 02 16:41:36.810 INFO O| Dec 02 16:41:36.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63572024-12-02T16:41:37.584Z[ recovery-image] Dec 02 16:41:36.810 INFO O| Dec 02 16:41:36.810 INFO STEP 684 (remove_files) COMPLETE
63582024-12-02T16:41:37.587Z[ recovery-image] Dec 02 16:41:36.810 INFO O| Dec 02 16:41:36.810 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-02T16:41:37.594Z[ recovery-image] Dec 02 16:41:36.819 INFO O| Dec 02 16:41:36.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63602024-12-02T16:41:37.594Z[ recovery-image] Dec 02 16:41:36.819 INFO O| Dec 02 16:41:36.819 INFO STEP 685 (remove_files) COMPLETE
63612024-12-02T16:41:37.597Z[ recovery-image] Dec 02 16:41:36.819 INFO O| Dec 02 16:41:36.819 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-02T16:41:37.603Z[ recovery-image] Dec 02 16:41:36.829 INFO O| Dec 02 16:41:36.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63632024-12-02T16:41:37.604Z[ recovery-image] Dec 02 16:41:36.829 INFO O| Dec 02 16:41:36.829 INFO STEP 686 (remove_files) COMPLETE
63642024-12-02T16:41:37.606Z[ recovery-image] Dec 02 16:41:36.829 INFO O| Dec 02 16:41:36.829 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-02T16:41:37.615Z[ recovery-image] Dec 02 16:41:36.840 INFO O| Dec 02 16:41:36.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63662024-12-02T16:41:37.615Z[ recovery-image] Dec 02 16:41:36.840 INFO O| Dec 02 16:41:36.840 INFO STEP 687 (remove_files) COMPLETE
63672024-12-02T16:41:37.618Z[ recovery-image] Dec 02 16:41:36.840 INFO O| Dec 02 16:41:36.840 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-02T16:41:37.625Z[ recovery-image] Dec 02 16:41:36.850 INFO O| Dec 02 16:41:36.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63692024-12-02T16:41:37.628Z[ recovery-image] Dec 02 16:41:36.850 INFO O| Dec 02 16:41:36.850 INFO STEP 688 (remove_files) COMPLETE
63702024-12-02T16:41:37.628Z[ recovery-image] Dec 02 16:41:36.850 INFO O| Dec 02 16:41:36.850 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-02T16:41:37.635Z[ recovery-image] Dec 02 16:41:36.861 INFO O| Dec 02 16:41:36.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63722024-12-02T16:41:37.636Z[ recovery-image] Dec 02 16:41:36.861 INFO O| Dec 02 16:41:36.861 INFO STEP 689 (remove_files) COMPLETE
63732024-12-02T16:41:37.636Z[ recovery-image] Dec 02 16:41:36.861 INFO O| Dec 02 16:41:36.861 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-02T16:41:37.646Z[ recovery-image] Dec 02 16:41:36.871 INFO O| Dec 02 16:41:36.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63752024-12-02T16:41:37.646Z[ recovery-image] Dec 02 16:41:36.871 INFO O| Dec 02 16:41:36.871 INFO STEP 690 (remove_files) COMPLETE
63762024-12-02T16:41:37.646Z[ recovery-image] Dec 02 16:41:36.871 INFO O| Dec 02 16:41:36.871 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-02T16:41:37.656Z[ recovery-image] Dec 02 16:41:36.881 INFO O| Dec 02 16:41:36.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63782024-12-02T16:41:37.656Z[ recovery-image] Dec 02 16:41:36.881 INFO O| Dec 02 16:41:36.881 INFO STEP 691 (remove_files) COMPLETE
63792024-12-02T16:41:37.658Z[ recovery-image] Dec 02 16:41:36.881 INFO O| Dec 02 16:41:36.881 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-02T16:41:37.666Z[ recovery-image] Dec 02 16:41:36.891 INFO O| Dec 02 16:41:36.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63812024-12-02T16:41:37.666Z[ recovery-image] Dec 02 16:41:36.891 INFO O| Dec 02 16:41:36.891 INFO STEP 692 (remove_files) COMPLETE
63822024-12-02T16:41:37.669Z[ recovery-image] Dec 02 16:41:36.891 INFO O| Dec 02 16:41:36.891 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-02T16:41:37.676Z[ recovery-image] Dec 02 16:41:36.902 INFO O| Dec 02 16:41:36.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
63842024-12-02T16:41:37.677Z[ recovery-image] Dec 02 16:41:36.902 INFO O| Dec 02 16:41:36.902 INFO STEP 693 (remove_files) COMPLETE
63852024-12-02T16:41:37.679Z[ recovery-image] Dec 02 16:41:36.902 INFO O| Dec 02 16:41:36.902 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-02T16:41:37.688Z[ recovery-image] Dec 02 16:41:36.913 INFO O| Dec 02 16:41:36.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
63872024-12-02T16:41:37.688Z[ recovery-image] Dec 02 16:41:36.913 INFO O| Dec 02 16:41:36.913 INFO STEP 694 (remove_files) COMPLETE
63882024-12-02T16:41:37.688Z[ recovery-image] Dec 02 16:41:36.914 INFO O| Dec 02 16:41:36.913 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-02T16:41:37.699Z[ recovery-image] Dec 02 16:41:36.924 INFO O| Dec 02 16:41:36.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
63902024-12-02T16:41:37.699Z[ recovery-image] Dec 02 16:41:36.925 INFO O| Dec 02 16:41:36.925 INFO STEP 695 (remove_files) COMPLETE
63912024-12-02T16:41:37.699Z[ recovery-image] Dec 02 16:41:36.925 INFO O| Dec 02 16:41:36.925 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-02T16:41:37.710Z[ recovery-image] Dec 02 16:41:36.935 INFO O| Dec 02 16:41:36.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
63932024-12-02T16:41:37.710Z[ recovery-image] Dec 02 16:41:36.935 INFO O| Dec 02 16:41:36.935 INFO STEP 696 (remove_files) COMPLETE
63942024-12-02T16:41:37.714Z[ recovery-image] Dec 02 16:41:36.935 INFO O| Dec 02 16:41:36.935 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-02T16:41:37.719Z[ recovery-image] Dec 02 16:41:36.945 INFO O| Dec 02 16:41:36.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
63962024-12-02T16:41:37.720Z[ recovery-image] Dec 02 16:41:36.945 INFO O| Dec 02 16:41:36.945 INFO STEP 697 (remove_files) COMPLETE
63972024-12-02T16:41:37.722Z[ recovery-image] Dec 02 16:41:36.945 INFO O| Dec 02 16:41:36.945 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-02T16:41:37.729Z[ recovery-image] Dec 02 16:41:36.954 INFO O| Dec 02 16:41:36.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
63992024-12-02T16:41:37.731Z[ recovery-image] Dec 02 16:41:36.954 INFO O| Dec 02 16:41:36.954 INFO STEP 698 (remove_files) COMPLETE
64002024-12-02T16:41:37.731Z[ recovery-image] Dec 02 16:41:36.954 INFO O| Dec 02 16:41:36.954 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-02T16:41:37.739Z[ recovery-image] Dec 02 16:41:36.964 INFO O| Dec 02 16:41:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64022024-12-02T16:41:37.739Z[ recovery-image] Dec 02 16:41:36.964 INFO O| Dec 02 16:41:36.964 INFO STEP 699 (remove_files) COMPLETE
64032024-12-02T16:41:37.741Z[ recovery-image] Dec 02 16:41:36.964 INFO O| Dec 02 16:41:36.964 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-02T16:41:37.748Z[ recovery-image] Dec 02 16:41:36.973 INFO O| Dec 02 16:41:36.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64052024-12-02T16:41:37.748Z[ recovery-image] Dec 02 16:41:36.973 INFO O| Dec 02 16:41:36.973 INFO STEP 700 (remove_files) COMPLETE
64062024-12-02T16:41:37.751Z[ recovery-image] Dec 02 16:41:36.973 INFO O| Dec 02 16:41:36.973 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-02T16:41:37.758Z[ recovery-image] Dec 02 16:41:36.983 INFO O| Dec 02 16:41:36.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64082024-12-02T16:41:37.758Z[ recovery-image] Dec 02 16:41:36.983 INFO O| Dec 02 16:41:36.983 INFO STEP 701 (remove_files) COMPLETE
64092024-12-02T16:41:37.760Z[ recovery-image] Dec 02 16:41:36.983 INFO O| Dec 02 16:41:36.983 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-02T16:41:37.767Z[ recovery-image] Dec 02 16:41:36.993 INFO O| Dec 02 16:41:36.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64112024-12-02T16:41:37.767Z[ recovery-image] Dec 02 16:41:36.993 INFO O| Dec 02 16:41:36.993 INFO STEP 702 (remove_files) COMPLETE
64122024-12-02T16:41:37.767Z[ recovery-image] Dec 02 16:41:36.993 INFO O| Dec 02 16:41:36.993 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-02T16:41:37.770Z[ host-image] Dec 02 16:41:36.993 INFO O| Dec 02 16:41:36.993 INFO O| Planning: Evaluating mediators ... Done
64142024-12-02T16:41:37.773Z[ host-image] Dec 02 16:41:36.996 INFO O| Dec 02 16:41:36.996 INFO O| Planning: Planning completed in 2.70 seconds
64152024-12-02T16:41:37.773Z[ host-image] Dec 02 16:41:36.998 INFO O| Dec 02 16:41:36.998 INFO O| Packages to install: 6
64162024-12-02T16:41:37.773Z[ host-image] Dec 02 16:41:36.998 INFO O| Dec 02 16:41:36.998 INFO O| Mediators to change: 1
64172024-12-02T16:41:37.773Z[ host-image] Dec 02 16:41:36.998 INFO O| Dec 02 16:41:36.998 INFO O| Services to change: 1
64182024-12-02T16:41:37.778Z[ recovery-image] Dec 02 16:41:37.003 INFO O| Dec 02 16:41:37.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64192024-12-02T16:41:37.781Z[ recovery-image] Dec 02 16:41:37.003 INFO O| Dec 02 16:41:37.003 INFO STEP 703 (remove_files) COMPLETE
64202024-12-02T16:41:37.781Z[ recovery-image] Dec 02 16:41:37.003 INFO O| Dec 02 16:41:37.003 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-02T16:41:37.785Z[ host-image] Dec 02 16:41:37.011 INFO O| Dec 02 16:41:37.011 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
64222024-12-02T16:41:37.788Z[ recovery-image] Dec 02 16:41:37.014 INFO O| Dec 02 16:41:37.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64232024-12-02T16:41:37.791Z[ recovery-image] Dec 02 16:41:37.014 INFO O| Dec 02 16:41:37.014 INFO STEP 704 (remove_files) COMPLETE
64242024-12-02T16:41:37.791Z[ recovery-image] Dec 02 16:41:37.014 INFO O| Dec 02 16:41:37.014 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-02T16:41:37.799Z[ recovery-image] Dec 02 16:41:37.024 INFO O| Dec 02 16:41:37.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64262024-12-02T16:41:37.801Z[ recovery-image] Dec 02 16:41:37.024 INFO O| Dec 02 16:41:37.024 INFO STEP 705 (remove_files) COMPLETE
64272024-12-02T16:41:37.801Z[ recovery-image] Dec 02 16:41:37.024 INFO O| Dec 02 16:41:37.024 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-02T16:41:37.809Z[ recovery-image] Dec 02 16:41:37.034 INFO O| Dec 02 16:41:37.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64292024-12-02T16:41:37.809Z[ recovery-image] Dec 02 16:41:37.034 INFO O| Dec 02 16:41:37.034 INFO STEP 706 (remove_files) COMPLETE
64302024-12-02T16:41:37.811Z[ recovery-image] Dec 02 16:41:37.034 INFO O| Dec 02 16:41:37.034 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-02T16:41:37.820Z[ recovery-image] Dec 02 16:41:37.045 INFO O| Dec 02 16:41:37.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64322024-12-02T16:41:37.820Z[ recovery-image] Dec 02 16:41:37.045 INFO O| Dec 02 16:41:37.045 INFO STEP 707 (remove_files) COMPLETE
64332024-12-02T16:41:37.822Z[ recovery-image] Dec 02 16:41:37.045 INFO O| Dec 02 16:41:37.045 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-02T16:41:37.830Z[ recovery-image] Dec 02 16:41:37.055 INFO O| Dec 02 16:41:37.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64352024-12-02T16:41:37.833Z[ recovery-image] Dec 02 16:41:37.055 INFO O| Dec 02 16:41:37.055 INFO STEP 708 (remove_files) COMPLETE
64362024-12-02T16:41:37.833Z[ recovery-image] Dec 02 16:41:37.055 INFO O| Dec 02 16:41:37.055 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-02T16:41:37.840Z[ recovery-image] Dec 02 16:41:37.065 INFO O| Dec 02 16:41:37.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64382024-12-02T16:41:37.840Z[ recovery-image] Dec 02 16:41:37.065 INFO O| Dec 02 16:41:37.065 INFO STEP 709 (remove_files) COMPLETE
64392024-12-02T16:41:37.840Z[ recovery-image] Dec 02 16:41:37.065 INFO O| Dec 02 16:41:37.065 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-02T16:41:37.851Z[ recovery-image] Dec 02 16:41:37.076 INFO O| Dec 02 16:41:37.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64412024-12-02T16:41:37.851Z[ recovery-image] Dec 02 16:41:37.076 INFO O| Dec 02 16:41:37.076 INFO STEP 710 (remove_files) COMPLETE
64422024-12-02T16:41:37.853Z[ recovery-image] Dec 02 16:41:37.076 INFO O| Dec 02 16:41:37.076 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-02T16:41:37.861Z[ recovery-image] Dec 02 16:41:37.086 INFO O| Dec 02 16:41:37.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64442024-12-02T16:41:37.863Z[ recovery-image] Dec 02 16:41:37.086 INFO O| Dec 02 16:41:37.086 INFO STEP 711 (remove_files) COMPLETE
64452024-12-02T16:41:37.863Z[ recovery-image] Dec 02 16:41:37.086 INFO O| Dec 02 16:41:37.086 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-02T16:41:37.870Z[ recovery-image] Dec 02 16:41:37.096 INFO O| Dec 02 16:41:37.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64472024-12-02T16:41:37.871Z[ recovery-image] Dec 02 16:41:37.096 INFO O| Dec 02 16:41:37.096 INFO STEP 712 (remove_files) COMPLETE
64482024-12-02T16:41:37.871Z[ recovery-image] Dec 02 16:41:37.096 INFO O| Dec 02 16:41:37.096 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-02T16:41:37.880Z[ recovery-image] Dec 02 16:41:37.105 INFO O| Dec 02 16:41:37.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64502024-12-02T16:41:37.880Z[ recovery-image] Dec 02 16:41:37.105 INFO O| Dec 02 16:41:37.105 INFO STEP 713 (remove_files) COMPLETE
64512024-12-02T16:41:37.880Z[ recovery-image] Dec 02 16:41:37.105 INFO O| Dec 02 16:41:37.105 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-02T16:41:37.889Z[ recovery-image] Dec 02 16:41:37.115 INFO O| Dec 02 16:41:37.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64532024-12-02T16:41:37.890Z[ recovery-image] Dec 02 16:41:37.115 INFO O| Dec 02 16:41:37.115 INFO STEP 714 (remove_files) COMPLETE
64542024-12-02T16:41:37.892Z[ recovery-image] Dec 02 16:41:37.115 INFO O| Dec 02 16:41:37.115 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-02T16:41:37.899Z[ recovery-image] Dec 02 16:41:37.124 INFO O| Dec 02 16:41:37.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64562024-12-02T16:41:37.899Z[ recovery-image] Dec 02 16:41:37.124 INFO O| Dec 02 16:41:37.124 INFO STEP 715 (remove_files) COMPLETE
64572024-12-02T16:41:37.901Z[ recovery-image] Dec 02 16:41:37.124 INFO O| Dec 02 16:41:37.124 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-02T16:41:37.908Z[ recovery-image] Dec 02 16:41:37.134 INFO O| Dec 02 16:41:37.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64592024-12-02T16:41:37.908Z[ recovery-image] Dec 02 16:41:37.134 INFO O| Dec 02 16:41:37.134 INFO STEP 716 (remove_files) COMPLETE
64602024-12-02T16:41:37.911Z[ recovery-image] Dec 02 16:41:37.134 INFO O| Dec 02 16:41:37.134 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-02T16:41:37.918Z[ recovery-image] Dec 02 16:41:37.143 INFO O| Dec 02 16:41:37.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64622024-12-02T16:41:37.918Z[ recovery-image] Dec 02 16:41:37.143 INFO O| Dec 02 16:41:37.143 INFO STEP 717 (remove_files) COMPLETE
64632024-12-02T16:41:37.920Z[ recovery-image] Dec 02 16:41:37.143 INFO O| Dec 02 16:41:37.143 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-02T16:41:37.927Z[ recovery-image] Dec 02 16:41:37.153 INFO O| Dec 02 16:41:37.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64652024-12-02T16:41:37.927Z[ recovery-image] Dec 02 16:41:37.153 INFO O| Dec 02 16:41:37.153 INFO STEP 718 (remove_files) COMPLETE
64662024-12-02T16:41:37.930Z[ recovery-image] Dec 02 16:41:37.153 INFO O| Dec 02 16:41:37.153 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-02T16:41:37.937Z[ recovery-image] Dec 02 16:41:37.162 INFO O| Dec 02 16:41:37.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64682024-12-02T16:41:37.939Z[ recovery-image] Dec 02 16:41:37.162 INFO O| Dec 02 16:41:37.162 INFO STEP 719 (remove_files) COMPLETE
64692024-12-02T16:41:37.939Z[ recovery-image] Dec 02 16:41:37.162 INFO O| Dec 02 16:41:37.162 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-02T16:41:37.947Z[ recovery-image] Dec 02 16:41:37.172 INFO O| Dec 02 16:41:37.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64712024-12-02T16:41:37.947Z[ recovery-image] Dec 02 16:41:37.172 INFO O| Dec 02 16:41:37.172 INFO STEP 720 (remove_files) COMPLETE
64722024-12-02T16:41:37.947Z[ recovery-image] Dec 02 16:41:37.172 INFO O| Dec 02 16:41:37.172 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-02T16:41:37.956Z[ recovery-image] Dec 02 16:41:37.181 INFO O| Dec 02 16:41:37.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64742024-12-02T16:41:37.956Z[ recovery-image] Dec 02 16:41:37.181 INFO O| Dec 02 16:41:37.181 INFO STEP 721 (remove_files) COMPLETE
64752024-12-02T16:41:37.958Z[ recovery-image] Dec 02 16:41:37.181 INFO O| Dec 02 16:41:37.181 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-02T16:41:37.966Z[ recovery-image] Dec 02 16:41:37.191 INFO O| Dec 02 16:41:37.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64772024-12-02T16:41:37.966Z[ recovery-image] Dec 02 16:41:37.191 INFO O| Dec 02 16:41:37.191 INFO STEP 722 (remove_files) COMPLETE
64782024-12-02T16:41:37.966Z[ recovery-image] Dec 02 16:41:37.191 INFO O| Dec 02 16:41:37.191 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-02T16:41:37.975Z[ recovery-image] Dec 02 16:41:37.200 INFO O| Dec 02 16:41:37.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64802024-12-02T16:41:37.975Z[ recovery-image] Dec 02 16:41:37.200 INFO O| Dec 02 16:41:37.200 INFO STEP 723 (remove_files) COMPLETE
64812024-12-02T16:41:37.975Z[ recovery-image] Dec 02 16:41:37.200 INFO O| Dec 02 16:41:37.200 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-02T16:41:37.985Z[ recovery-image] Dec 02 16:41:37.210 INFO O| Dec 02 16:41:37.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64832024-12-02T16:41:37.985Z[ recovery-image] Dec 02 16:41:37.210 INFO O| Dec 02 16:41:37.210 INFO STEP 724 (remove_files) COMPLETE
64842024-12-02T16:41:37.988Z[ recovery-image] Dec 02 16:41:37.210 INFO O| Dec 02 16:41:37.210 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-12-02T16:41:37.994Z[ recovery-image] Dec 02 16:41:37.219 INFO O| Dec 02 16:41:37.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64862024-12-02T16:41:37.997Z[ recovery-image] Dec 02 16:41:37.219 INFO O| Dec 02 16:41:37.219 INFO STEP 725 (remove_files) COMPLETE
64872024-12-02T16:41:37.997Z[ recovery-image] Dec 02 16:41:37.219 INFO O| Dec 02 16:41:37.219 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-12-02T16:41:38.004Z[ recovery-image] Dec 02 16:41:37.229 INFO O| Dec 02 16:41:37.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
64892024-12-02T16:41:38.006Z[ recovery-image] Dec 02 16:41:37.229 INFO O| Dec 02 16:41:37.229 INFO STEP 726 (remove_files) COMPLETE
64902024-12-02T16:41:38.006Z[ recovery-image] Dec 02 16:41:37.229 INFO O| Dec 02 16:41:37.229 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-12-02T16:41:38.013Z[ recovery-image] Dec 02 16:41:37.238 INFO O| Dec 02 16:41:37.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
64922024-12-02T16:41:38.016Z[ recovery-image] Dec 02 16:41:37.238 INFO O| Dec 02 16:41:37.238 INFO STEP 727 (remove_files) COMPLETE
64932024-12-02T16:41:38.016Z[ recovery-image] Dec 02 16:41:37.238 INFO O| Dec 02 16:41:37.238 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-02T16:41:38.023Z[ recovery-image] Dec 02 16:41:37.248 INFO O| Dec 02 16:41:37.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
64952024-12-02T16:41:38.023Z[ recovery-image] Dec 02 16:41:37.248 INFO O| Dec 02 16:41:37.248 INFO STEP 728 (remove_files) COMPLETE
64962024-12-02T16:41:38.025Z[ recovery-image] Dec 02 16:41:37.248 INFO O| Dec 02 16:41:37.248 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-02T16:41:38.032Z[ recovery-image] Dec 02 16:41:37.257 INFO O| Dec 02 16:41:37.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
64982024-12-02T16:41:38.035Z[ recovery-image] Dec 02 16:41:37.258 INFO O| Dec 02 16:41:37.258 INFO STEP 729 (remove_files) COMPLETE
64992024-12-02T16:41:38.035Z[ recovery-image] Dec 02 16:41:37.258 INFO O| Dec 02 16:41:37.258 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-12-02T16:41:38.042Z[ recovery-image] Dec 02 16:41:37.267 INFO O| Dec 02 16:41:37.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65012024-12-02T16:41:38.045Z[ recovery-image] Dec 02 16:41:37.267 INFO O| Dec 02 16:41:37.267 INFO STEP 730 (remove_files) COMPLETE
65022024-12-02T16:41:38.045Z[ recovery-image] Dec 02 16:41:37.267 INFO O| Dec 02 16:41:37.267 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-12-02T16:41:38.051Z[ recovery-image] Dec 02 16:41:37.277 INFO O| Dec 02 16:41:37.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65042024-12-02T16:41:38.054Z[ recovery-image] Dec 02 16:41:37.277 INFO O| Dec 02 16:41:37.277 INFO STEP 731 (remove_files) COMPLETE
65052024-12-02T16:41:38.054Z[ recovery-image] Dec 02 16:41:37.277 INFO O| Dec 02 16:41:37.277 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-12-02T16:41:38.061Z[ recovery-image] Dec 02 16:41:37.286 INFO O| Dec 02 16:41:37.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65072024-12-02T16:41:38.061Z[ recovery-image] Dec 02 16:41:37.286 INFO O| Dec 02 16:41:37.286 INFO STEP 732 (remove_files) COMPLETE
65082024-12-02T16:41:38.064Z[ recovery-image] Dec 02 16:41:37.286 INFO O| Dec 02 16:41:37.286 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-12-02T16:41:38.071Z[ recovery-image] Dec 02 16:41:37.296 INFO O| Dec 02 16:41:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65102024-12-02T16:41:38.078Z[ recovery-image] Dec 02 16:41:37.296 INFO O| Dec 02 16:41:37.296 INFO STEP 733 (remove_files) COMPLETE
65112024-12-02T16:41:38.078Z[ recovery-image] Dec 02 16:41:37.296 INFO O| Dec 02 16:41:37.296 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-12-02T16:41:38.080Z[ recovery-image] Dec 02 16:41:37.305 INFO O| Dec 02 16:41:37.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65132024-12-02T16:41:38.080Z[ recovery-image] Dec 02 16:41:37.305 INFO O| Dec 02 16:41:37.305 INFO STEP 734 (remove_files) COMPLETE
65142024-12-02T16:41:38.080Z[ recovery-image] Dec 02 16:41:37.305 INFO O| Dec 02 16:41:37.305 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-12-02T16:41:38.090Z[ recovery-image] Dec 02 16:41:37.315 INFO O| Dec 02 16:41:37.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65162024-12-02T16:41:38.092Z[ recovery-image] Dec 02 16:41:37.315 INFO O| Dec 02 16:41:37.315 INFO STEP 735 (remove_files) COMPLETE
65172024-12-02T16:41:38.092Z[ recovery-image] Dec 02 16:41:37.316 INFO O| Dec 02 16:41:37.315 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-12-02T16:41:38.100Z[ recovery-image] Dec 02 16:41:37.325 INFO O| Dec 02 16:41:37.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65192024-12-02T16:41:38.100Z[ recovery-image] Dec 02 16:41:37.325 INFO O| Dec 02 16:41:37.325 INFO STEP 736 (remove_files) COMPLETE
65202024-12-02T16:41:38.100Z[ recovery-image] Dec 02 16:41:37.325 INFO O| Dec 02 16:41:37.325 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-02T16:41:38.109Z[ recovery-image] Dec 02 16:41:37.335 INFO O| Dec 02 16:41:37.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65222024-12-02T16:41:38.109Z[ recovery-image] Dec 02 16:41:37.335 INFO O| Dec 02 16:41:37.335 INFO STEP 737 (remove_files) COMPLETE
65232024-12-02T16:41:38.109Z[ recovery-image] Dec 02 16:41:37.335 INFO O| Dec 02 16:41:37.335 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-02T16:41:38.119Z[ recovery-image] Dec 02 16:41:37.344 INFO O| Dec 02 16:41:37.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65252024-12-02T16:41:38.119Z[ recovery-image] Dec 02 16:41:37.344 INFO O| Dec 02 16:41:37.344 INFO STEP 738 (remove_files) COMPLETE
65262024-12-02T16:41:38.119Z[ recovery-image] Dec 02 16:41:37.344 INFO O| Dec 02 16:41:37.344 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-12-02T16:41:38.128Z[ recovery-image] Dec 02 16:41:37.354 INFO O| Dec 02 16:41:37.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65282024-12-02T16:41:38.128Z[ recovery-image] Dec 02 16:41:37.354 INFO O| Dec 02 16:41:37.354 INFO STEP 739 (remove_files) COMPLETE
65292024-12-02T16:41:38.131Z[ recovery-image] Dec 02 16:41:37.354 INFO O| Dec 02 16:41:37.354 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-02T16:41:38.138Z[ recovery-image] Dec 02 16:41:37.363 INFO O| Dec 02 16:41:37.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65312024-12-02T16:41:38.140Z[ recovery-image] Dec 02 16:41:37.363 INFO O| Dec 02 16:41:37.363 INFO STEP 740 (remove_files) COMPLETE
65322024-12-02T16:41:38.140Z[ recovery-image] Dec 02 16:41:37.363 INFO O| Dec 02 16:41:37.363 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-02T16:41:38.147Z[ recovery-image] Dec 02 16:41:37.372 INFO O| Dec 02 16:41:37.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65342024-12-02T16:41:38.147Z[ recovery-image] Dec 02 16:41:37.373 INFO O| Dec 02 16:41:37.373 INFO STEP 741 (remove_files) COMPLETE
65352024-12-02T16:41:38.150Z[ recovery-image] Dec 02 16:41:37.373 INFO O| Dec 02 16:41:37.373 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-02T16:41:38.157Z[ recovery-image] Dec 02 16:41:37.382 INFO O| Dec 02 16:41:37.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65372024-12-02T16:41:38.157Z[ recovery-image] Dec 02 16:41:37.382 INFO O| Dec 02 16:41:37.382 INFO STEP 742 (remove_files) COMPLETE
65382024-12-02T16:41:38.157Z[ recovery-image] Dec 02 16:41:37.382 INFO O| Dec 02 16:41:37.382 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-02T16:41:38.166Z[ recovery-image] Dec 02 16:41:37.392 INFO O| Dec 02 16:41:37.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65402024-12-02T16:41:38.167Z[ recovery-image] Dec 02 16:41:37.392 INFO O| Dec 02 16:41:37.392 INFO STEP 743 (remove_files) COMPLETE
65412024-12-02T16:41:38.169Z[ recovery-image] Dec 02 16:41:37.392 INFO O| Dec 02 16:41:37.392 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-02T16:41:38.176Z[ recovery-image] Dec 02 16:41:37.401 INFO O| Dec 02 16:41:37.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65432024-12-02T16:41:38.178Z[ recovery-image] Dec 02 16:41:37.402 INFO O| Dec 02 16:41:37.402 INFO STEP 744 (remove_files) COMPLETE
65442024-12-02T16:41:38.178Z[ recovery-image] Dec 02 16:41:37.402 INFO O| Dec 02 16:41:37.402 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-02T16:41:38.186Z[ recovery-image] Dec 02 16:41:37.411 INFO O| Dec 02 16:41:37.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65462024-12-02T16:41:38.186Z[ recovery-image] Dec 02 16:41:37.411 INFO O| Dec 02 16:41:37.411 INFO STEP 745 (remove_files) COMPLETE
65472024-12-02T16:41:38.186Z[ recovery-image] Dec 02 16:41:37.411 INFO O| Dec 02 16:41:37.411 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-02T16:41:38.196Z[ recovery-image] Dec 02 16:41:37.421 INFO O| Dec 02 16:41:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65492024-12-02T16:41:38.196Z[ recovery-image] Dec 02 16:41:37.421 INFO O| Dec 02 16:41:37.421 INFO STEP 746 (remove_files) COMPLETE
65502024-12-02T16:41:38.196Z[ recovery-image] Dec 02 16:41:37.421 INFO O| Dec 02 16:41:37.421 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-02T16:41:38.205Z[ recovery-image] Dec 02 16:41:37.430 INFO O| Dec 02 16:41:37.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65522024-12-02T16:41:38.208Z[ recovery-image] Dec 02 16:41:37.431 INFO O| Dec 02 16:41:37.431 INFO STEP 747 (remove_files) COMPLETE
65532024-12-02T16:41:38.208Z[ recovery-image] Dec 02 16:41:37.431 INFO O| Dec 02 16:41:37.431 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-02T16:41:38.216Z[ recovery-image] Dec 02 16:41:37.440 INFO O| Dec 02 16:41:37.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65552024-12-02T16:41:38.216Z[ recovery-image] Dec 02 16:41:37.440 INFO O| Dec 02 16:41:37.440 INFO STEP 748 (remove_files) COMPLETE
65562024-12-02T16:41:38.219Z[ recovery-image] Dec 02 16:41:37.440 INFO O| Dec 02 16:41:37.440 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-02T16:41:38.225Z[ recovery-image] Dec 02 16:41:37.450 INFO O| Dec 02 16:41:37.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65582024-12-02T16:41:38.227Z[ recovery-image] Dec 02 16:41:37.450 INFO O| Dec 02 16:41:37.450 INFO STEP 749 (remove_files) COMPLETE
65592024-12-02T16:41:38.227Z[ recovery-image] Dec 02 16:41:37.450 INFO O| Dec 02 16:41:37.450 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-02T16:41:38.234Z[ recovery-image] Dec 02 16:41:37.459 INFO O| Dec 02 16:41:37.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65612024-12-02T16:41:38.234Z[ recovery-image] Dec 02 16:41:37.459 INFO O| Dec 02 16:41:37.459 INFO STEP 750 (remove_files) COMPLETE
65622024-12-02T16:41:38.237Z[ recovery-image] Dec 02 16:41:37.459 INFO O| Dec 02 16:41:37.459 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-02T16:41:38.244Z[ recovery-image] Dec 02 16:41:37.469 INFO O| Dec 02 16:41:37.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65642024-12-02T16:41:38.244Z[ recovery-image] Dec 02 16:41:37.469 INFO O| Dec 02 16:41:37.469 INFO STEP 751 (remove_files) COMPLETE
65652024-12-02T16:41:38.244Z[ recovery-image] Dec 02 16:41:37.469 INFO O| Dec 02 16:41:37.469 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-02T16:41:38.253Z[ recovery-image] Dec 02 16:41:37.478 INFO O| Dec 02 16:41:37.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65672024-12-02T16:41:38.253Z[ recovery-image] Dec 02 16:41:37.478 INFO O| Dec 02 16:41:37.478 INFO STEP 752 (remove_files) COMPLETE
65682024-12-02T16:41:38.256Z[ recovery-image] Dec 02 16:41:37.478 INFO O| Dec 02 16:41:37.478 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-02T16:41:38.263Z[ recovery-image] Dec 02 16:41:37.488 INFO O| Dec 02 16:41:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65702024-12-02T16:41:38.263Z[ recovery-image] Dec 02 16:41:37.488 INFO O| Dec 02 16:41:37.488 INFO STEP 753 (remove_files) COMPLETE
65712024-12-02T16:41:38.266Z[ recovery-image] Dec 02 16:41:37.488 INFO O| Dec 02 16:41:37.488 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-02T16:41:38.272Z[ recovery-image] Dec 02 16:41:37.497 INFO O| Dec 02 16:41:37.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65732024-12-02T16:41:38.272Z[ recovery-image] Dec 02 16:41:37.497 INFO O| Dec 02 16:41:37.497 INFO STEP 754 (remove_files) COMPLETE
65742024-12-02T16:41:38.272Z[ recovery-image] Dec 02 16:41:37.497 INFO O| Dec 02 16:41:37.497 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-02T16:41:38.281Z[ recovery-image] Dec 02 16:41:37.507 INFO O| Dec 02 16:41:37.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65762024-12-02T16:41:38.281Z[ recovery-image] Dec 02 16:41:37.507 INFO O| Dec 02 16:41:37.507 INFO STEP 755 (remove_files) COMPLETE
65772024-12-02T16:41:38.284Z[ recovery-image] Dec 02 16:41:37.507 INFO O| Dec 02 16:41:37.507 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-02T16:41:38.291Z[ recovery-image] Dec 02 16:41:37.516 INFO O| Dec 02 16:41:37.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65792024-12-02T16:41:38.294Z[ recovery-image] Dec 02 16:41:37.516 INFO O| Dec 02 16:41:37.516 INFO STEP 756 (remove_files) COMPLETE
65802024-12-02T16:41:38.294Z[ recovery-image] Dec 02 16:41:37.516 INFO O| Dec 02 16:41:37.516 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-02T16:41:38.301Z[ recovery-image] Dec 02 16:41:37.526 INFO O| Dec 02 16:41:37.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65822024-12-02T16:41:38.301Z[ recovery-image] Dec 02 16:41:37.526 INFO O| Dec 02 16:41:37.526 INFO STEP 757 (remove_files) COMPLETE
65832024-12-02T16:41:38.301Z[ recovery-image] Dec 02 16:41:37.526 INFO O| Dec 02 16:41:37.526 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-02T16:41:38.310Z[ recovery-image] Dec 02 16:41:37.535 INFO O| Dec 02 16:41:37.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65852024-12-02T16:41:38.312Z[ recovery-image] Dec 02 16:41:37.535 INFO O| Dec 02 16:41:37.535 INFO STEP 758 (remove_files) COMPLETE
65862024-12-02T16:41:38.312Z[ recovery-image] Dec 02 16:41:37.535 INFO O| Dec 02 16:41:37.535 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-02T16:41:38.320Z[ recovery-image] Dec 02 16:41:37.545 INFO O| Dec 02 16:41:37.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
65882024-12-02T16:41:38.322Z[ recovery-image] Dec 02 16:41:37.545 INFO O| Dec 02 16:41:37.545 INFO STEP 759 (remove_files) COMPLETE
65892024-12-02T16:41:38.322Z[ recovery-image] Dec 02 16:41:37.545 INFO O| Dec 02 16:41:37.545 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-02T16:41:38.329Z[ recovery-image] Dec 02 16:41:37.554 INFO O| Dec 02 16:41:37.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
65912024-12-02T16:41:38.329Z[ recovery-image] Dec 02 16:41:37.555 INFO O| Dec 02 16:41:37.555 INFO STEP 760 (remove_files) COMPLETE
65922024-12-02T16:41:38.329Z[ recovery-image] Dec 02 16:41:37.555 INFO O| Dec 02 16:41:37.555 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-02T16:41:38.339Z[ recovery-image] Dec 02 16:41:37.564 INFO O| Dec 02 16:41:37.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
65942024-12-02T16:41:38.341Z[ recovery-image] Dec 02 16:41:37.564 INFO O| Dec 02 16:41:37.564 INFO STEP 761 (remove_files) COMPLETE
65952024-12-02T16:41:38.341Z[ recovery-image] Dec 02 16:41:37.564 INFO O| Dec 02 16:41:37.564 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-02T16:41:38.348Z[ recovery-image] Dec 02 16:41:37.573 INFO O| Dec 02 16:41:37.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
65972024-12-02T16:41:38.348Z[ recovery-image] Dec 02 16:41:37.574 INFO O| Dec 02 16:41:37.573 INFO STEP 762 (remove_files) COMPLETE
65982024-12-02T16:41:38.351Z[ recovery-image] Dec 02 16:41:37.574 INFO O| Dec 02 16:41:37.574 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-02T16:41:38.358Z[ recovery-image] Dec 02 16:41:37.583 INFO O| Dec 02 16:41:37.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66002024-12-02T16:41:38.358Z[ recovery-image] Dec 02 16:41:37.583 INFO O| Dec 02 16:41:37.583 INFO STEP 763 (remove_files) COMPLETE
66012024-12-02T16:41:38.360Z[ recovery-image] Dec 02 16:41:37.583 INFO O| Dec 02 16:41:37.583 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-02T16:41:38.367Z[ recovery-image] Dec 02 16:41:37.592 INFO O| Dec 02 16:41:37.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66032024-12-02T16:41:38.367Z[ recovery-image] Dec 02 16:41:37.592 INFO O| Dec 02 16:41:37.592 INFO STEP 764 (remove_files) COMPLETE
66042024-12-02T16:41:38.367Z[ recovery-image] Dec 02 16:41:37.592 INFO O| Dec 02 16:41:37.592 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-02T16:41:38.377Z[ recovery-image] Dec 02 16:41:37.602 INFO O| Dec 02 16:41:37.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66062024-12-02T16:41:38.379Z[ recovery-image] Dec 02 16:41:37.602 INFO O| Dec 02 16:41:37.602 INFO STEP 765 (remove_files) COMPLETE
66072024-12-02T16:41:38.379Z[ recovery-image] Dec 02 16:41:37.602 INFO O| Dec 02 16:41:37.602 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-02T16:41:38.386Z[ recovery-image] Dec 02 16:41:37.611 INFO O| Dec 02 16:41:37.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66092024-12-02T16:41:38.386Z[ recovery-image] Dec 02 16:41:37.611 INFO O| Dec 02 16:41:37.611 INFO STEP 766 (remove_files) COMPLETE
66102024-12-02T16:41:38.388Z[ recovery-image] Dec 02 16:41:37.611 INFO O| Dec 02 16:41:37.611 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-02T16:41:38.396Z[ recovery-image] Dec 02 16:41:37.621 INFO O| Dec 02 16:41:37.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66122024-12-02T16:41:38.396Z[ recovery-image] Dec 02 16:41:37.621 INFO O| Dec 02 16:41:37.621 INFO STEP 767 (remove_files) COMPLETE
66132024-12-02T16:41:38.397Z[ recovery-image] Dec 02 16:41:37.621 INFO O| Dec 02 16:41:37.621 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-02T16:41:38.406Z[ recovery-image] Dec 02 16:41:37.631 INFO O| Dec 02 16:41:37.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66152024-12-02T16:41:38.406Z[ recovery-image] Dec 02 16:41:37.631 INFO O| Dec 02 16:41:37.631 INFO STEP 768 (remove_files) COMPLETE
66162024-12-02T16:41:38.408Z[ recovery-image] Dec 02 16:41:37.631 INFO O| Dec 02 16:41:37.631 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-02T16:41:38.415Z[ recovery-image] Dec 02 16:41:37.640 INFO O| Dec 02 16:41:37.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66182024-12-02T16:41:38.417Z[ recovery-image] Dec 02 16:41:37.640 INFO O| Dec 02 16:41:37.640 INFO STEP 769 (remove_files) COMPLETE
66192024-12-02T16:41:38.417Z[ recovery-image] Dec 02 16:41:37.640 INFO O| Dec 02 16:41:37.640 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-02T16:41:38.424Z[ recovery-image] Dec 02 16:41:37.649 INFO O| Dec 02 16:41:37.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66212024-12-02T16:41:38.424Z[ recovery-image] Dec 02 16:41:37.650 INFO O| Dec 02 16:41:37.650 INFO STEP 770 (remove_files) COMPLETE
66222024-12-02T16:41:38.424Z[ recovery-image] Dec 02 16:41:37.650 INFO O| Dec 02 16:41:37.650 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-02T16:41:38.434Z[ recovery-image] Dec 02 16:41:37.659 INFO O| Dec 02 16:41:37.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66242024-12-02T16:41:38.437Z[ recovery-image] Dec 02 16:41:37.659 INFO O| Dec 02 16:41:37.659 INFO STEP 771 (remove_files) COMPLETE
66252024-12-02T16:41:38.437Z[ recovery-image] Dec 02 16:41:37.659 INFO O| Dec 02 16:41:37.659 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-02T16:41:38.443Z[ recovery-image] Dec 02 16:41:37.668 INFO O| Dec 02 16:41:37.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66272024-12-02T16:41:38.443Z[ recovery-image] Dec 02 16:41:37.668 INFO O| Dec 02 16:41:37.668 INFO STEP 772 (remove_files) COMPLETE
66282024-12-02T16:41:38.446Z[ recovery-image] Dec 02 16:41:37.668 INFO O| Dec 02 16:41:37.668 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-02T16:41:38.452Z[ recovery-image] Dec 02 16:41:37.678 INFO O| Dec 02 16:41:37.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66302024-12-02T16:41:38.452Z[ recovery-image] Dec 02 16:41:37.678 INFO O| Dec 02 16:41:37.678 INFO STEP 773 (remove_files) COMPLETE
66312024-12-02T16:41:38.455Z[ recovery-image] Dec 02 16:41:37.678 INFO O| Dec 02 16:41:37.678 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-02T16:41:38.462Z[ recovery-image] Dec 02 16:41:37.687 INFO O| Dec 02 16:41:37.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66332024-12-02T16:41:38.462Z[ recovery-image] Dec 02 16:41:37.687 INFO O| Dec 02 16:41:37.687 INFO STEP 774 (remove_files) COMPLETE
66342024-12-02T16:41:38.464Z[ recovery-image] Dec 02 16:41:37.687 INFO O| Dec 02 16:41:37.687 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-12-02T16:41:38.471Z[ recovery-image] Dec 02 16:41:37.696 INFO O| Dec 02 16:41:37.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66362024-12-02T16:41:38.471Z[ recovery-image] Dec 02 16:41:37.696 INFO O| Dec 02 16:41:37.696 INFO STEP 775 (remove_files) COMPLETE
66372024-12-02T16:41:38.474Z[ recovery-image] Dec 02 16:41:37.696 INFO O| Dec 02 16:41:37.696 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-02T16:41:38.481Z[ recovery-image] Dec 02 16:41:37.706 INFO O| Dec 02 16:41:37.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66392024-12-02T16:41:38.483Z[ recovery-image] Dec 02 16:41:37.706 INFO O| Dec 02 16:41:37.706 INFO STEP 776 (remove_files) COMPLETE
66402024-12-02T16:41:38.483Z[ recovery-image] Dec 02 16:41:37.706 INFO O| Dec 02 16:41:37.706 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-02T16:41:38.490Z[ recovery-image] Dec 02 16:41:37.715 INFO O| Dec 02 16:41:37.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66422024-12-02T16:41:38.490Z[ recovery-image] Dec 02 16:41:37.715 INFO O| Dec 02 16:41:37.715 INFO STEP 777 (remove_files) COMPLETE
66432024-12-02T16:41:38.490Z[ recovery-image] Dec 02 16:41:37.715 INFO O| Dec 02 16:41:37.715 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-02T16:41:38.500Z[ recovery-image] Dec 02 16:41:37.725 INFO O| Dec 02 16:41:37.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66452024-12-02T16:41:38.500Z[ recovery-image] Dec 02 16:41:37.725 INFO O| Dec 02 16:41:37.725 INFO STEP 778 (remove_files) COMPLETE
66462024-12-02T16:41:38.502Z[ recovery-image] Dec 02 16:41:37.725 INFO O| Dec 02 16:41:37.725 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-02T16:41:38.509Z[ recovery-image] Dec 02 16:41:37.734 INFO O| Dec 02 16:41:37.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66482024-12-02T16:41:38.511Z[ recovery-image] Dec 02 16:41:37.734 INFO O| Dec 02 16:41:37.734 INFO STEP 779 (remove_files) COMPLETE
66492024-12-02T16:41:38.511Z[ recovery-image] Dec 02 16:41:37.734 INFO O| Dec 02 16:41:37.734 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-02T16:41:38.519Z[ recovery-image] Dec 02 16:41:37.744 INFO O| Dec 02 16:41:37.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66512024-12-02T16:41:38.519Z[ recovery-image] Dec 02 16:41:37.744 INFO O| Dec 02 16:41:37.744 INFO STEP 780 (remove_files) COMPLETE
66522024-12-02T16:41:38.521Z[ recovery-image] Dec 02 16:41:37.744 INFO O| Dec 02 16:41:37.744 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-02T16:41:38.528Z[ recovery-image] Dec 02 16:41:37.753 INFO O| Dec 02 16:41:37.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66542024-12-02T16:41:38.528Z[ recovery-image] Dec 02 16:41:37.753 INFO O| Dec 02 16:41:37.753 INFO STEP 781 (remove_files) COMPLETE
66552024-12-02T16:41:38.528Z[ recovery-image] Dec 02 16:41:37.753 INFO O| Dec 02 16:41:37.753 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-02T16:41:38.540Z[ recovery-image] Dec 02 16:41:37.763 INFO O| Dec 02 16:41:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66572024-12-02T16:41:38.540Z[ recovery-image] Dec 02 16:41:37.763 INFO O| Dec 02 16:41:37.763 INFO STEP 782 (remove_files) COMPLETE
66582024-12-02T16:41:38.540Z[ recovery-image] Dec 02 16:41:37.763 INFO O| Dec 02 16:41:37.763 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-02T16:41:38.547Z[ recovery-image] Dec 02 16:41:37.772 INFO O| Dec 02 16:41:37.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66602024-12-02T16:41:38.547Z[ recovery-image] Dec 02 16:41:37.772 INFO O| Dec 02 16:41:37.772 INFO STEP 783 (remove_files) COMPLETE
66612024-12-02T16:41:38.549Z[ recovery-image] Dec 02 16:41:37.772 INFO O| Dec 02 16:41:37.772 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-02T16:41:38.556Z[ recovery-image] Dec 02 16:41:37.781 INFO O| Dec 02 16:41:37.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66632024-12-02T16:41:38.556Z[ recovery-image] Dec 02 16:41:37.781 INFO O| Dec 02 16:41:37.781 INFO STEP 784 (remove_files) COMPLETE
66642024-12-02T16:41:38.556Z[ recovery-image] Dec 02 16:41:37.781 INFO O| Dec 02 16:41:37.781 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-02T16:41:38.566Z[ recovery-image] Dec 02 16:41:37.791 INFO O| Dec 02 16:41:37.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66662024-12-02T16:41:38.569Z[ recovery-image] Dec 02 16:41:37.791 INFO O| Dec 02 16:41:37.791 INFO STEP 785 (remove_files) COMPLETE
66672024-12-02T16:41:38.569Z[ recovery-image] Dec 02 16:41:37.791 INFO O| Dec 02 16:41:37.791 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-02T16:41:38.575Z[ recovery-image] Dec 02 16:41:37.800 INFO O| Dec 02 16:41:37.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66692024-12-02T16:41:38.577Z[ recovery-image] Dec 02 16:41:37.800 INFO O| Dec 02 16:41:37.800 INFO STEP 786 (remove_files) COMPLETE
66702024-12-02T16:41:38.577Z[ recovery-image] Dec 02 16:41:37.800 INFO O| Dec 02 16:41:37.800 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-02T16:41:38.585Z[ recovery-image] Dec 02 16:41:37.810 INFO O| Dec 02 16:41:37.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66722024-12-02T16:41:38.585Z[ recovery-image] Dec 02 16:41:37.810 INFO O| Dec 02 16:41:37.810 INFO STEP 787 (remove_files) COMPLETE
66732024-12-02T16:41:38.587Z[ recovery-image] Dec 02 16:41:37.810 INFO O| Dec 02 16:41:37.810 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-02T16:41:38.594Z[ recovery-image] Dec 02 16:41:37.819 INFO O| Dec 02 16:41:37.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66752024-12-02T16:41:38.594Z[ recovery-image] Dec 02 16:41:37.819 INFO O| Dec 02 16:41:37.819 INFO STEP 788 (remove_files) COMPLETE
66762024-12-02T16:41:38.594Z[ recovery-image] Dec 02 16:41:37.819 INFO O| Dec 02 16:41:37.819 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-02T16:41:38.603Z[ recovery-image] Dec 02 16:41:37.829 INFO O| Dec 02 16:41:37.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66782024-12-02T16:41:38.604Z[ recovery-image] Dec 02 16:41:37.829 INFO O| Dec 02 16:41:37.829 INFO STEP 789 (remove_files) COMPLETE
66792024-12-02T16:41:38.606Z[ recovery-image] Dec 02 16:41:37.829 INFO O| Dec 02 16:41:37.829 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-02T16:41:38.613Z[ recovery-image] Dec 02 16:41:37.838 INFO O| Dec 02 16:41:37.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66812024-12-02T16:41:38.613Z[ recovery-image] Dec 02 16:41:37.838 INFO O| Dec 02 16:41:37.838 INFO STEP 790 (remove_files) COMPLETE
66822024-12-02T16:41:38.613Z[ recovery-image] Dec 02 16:41:37.838 INFO O| Dec 02 16:41:37.838 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-02T16:41:38.622Z[ recovery-image] Dec 02 16:41:37.847 INFO O| Dec 02 16:41:37.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66842024-12-02T16:41:38.622Z[ recovery-image] Dec 02 16:41:37.847 INFO O| Dec 02 16:41:37.847 INFO STEP 791 (remove_files) COMPLETE
66852024-12-02T16:41:38.622Z[ recovery-image] Dec 02 16:41:37.847 INFO O| Dec 02 16:41:37.847 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-02T16:41:38.632Z[ recovery-image] Dec 02 16:41:37.857 INFO O| Dec 02 16:41:37.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
66872024-12-02T16:41:38.632Z[ recovery-image] Dec 02 16:41:37.857 INFO O| Dec 02 16:41:37.857 INFO STEP 792 (remove_files) COMPLETE
66882024-12-02T16:41:38.632Z[ recovery-image] Dec 02 16:41:37.857 INFO O| Dec 02 16:41:37.857 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-12-02T16:41:38.641Z[ recovery-image] Dec 02 16:41:37.866 INFO O| Dec 02 16:41:37.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
66902024-12-02T16:41:38.641Z[ recovery-image] Dec 02 16:41:37.866 INFO O| Dec 02 16:41:37.866 INFO STEP 793 (remove_files) COMPLETE
66912024-12-02T16:41:38.641Z[ recovery-image] Dec 02 16:41:37.866 INFO O| Dec 02 16:41:37.866 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-12-02T16:41:38.650Z[ recovery-image] Dec 02 16:41:37.876 INFO O| Dec 02 16:41:37.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
66932024-12-02T16:41:38.651Z[ recovery-image] Dec 02 16:41:37.876 INFO O| Dec 02 16:41:37.876 INFO STEP 794 (remove_files) COMPLETE
66942024-12-02T16:41:38.653Z[ recovery-image] Dec 02 16:41:37.876 INFO O| Dec 02 16:41:37.876 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-12-02T16:41:38.660Z[ recovery-image] Dec 02 16:41:37.885 INFO O| Dec 02 16:41:37.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
66962024-12-02T16:41:38.660Z[ recovery-image] Dec 02 16:41:37.885 INFO O| Dec 02 16:41:37.885 INFO STEP 795 (remove_files) COMPLETE
66972024-12-02T16:41:38.663Z[ recovery-image] Dec 02 16:41:37.885 INFO O| Dec 02 16:41:37.885 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-02T16:41:38.669Z[ recovery-image] Dec 02 16:41:37.894 INFO O| Dec 02 16:41:37.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
66992024-12-02T16:41:38.672Z[ recovery-image] Dec 02 16:41:37.895 INFO O| Dec 02 16:41:37.894 INFO STEP 796 (remove_files) COMPLETE
67002024-12-02T16:41:38.672Z[ recovery-image] Dec 02 16:41:37.895 INFO O| Dec 02 16:41:37.895 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-02T16:41:38.679Z[ recovery-image] Dec 02 16:41:37.904 INFO O| Dec 02 16:41:37.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67022024-12-02T16:41:38.681Z[ recovery-image] Dec 02 16:41:37.904 INFO O| Dec 02 16:41:37.904 INFO STEP 797 (remove_files) COMPLETE
67032024-12-02T16:41:38.681Z[ recovery-image] Dec 02 16:41:37.905 INFO O| Dec 02 16:41:37.904 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-02T16:41:38.689Z[ recovery-image] Dec 02 16:41:37.914 INFO O| Dec 02 16:41:37.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67052024-12-02T16:41:38.689Z[ recovery-image] Dec 02 16:41:37.914 INFO O| Dec 02 16:41:37.914 INFO STEP 798 (remove_files) COMPLETE
67062024-12-02T16:41:38.689Z[ recovery-image] Dec 02 16:41:37.914 INFO O| Dec 02 16:41:37.914 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-12-02T16:41:38.698Z[ recovery-image] Dec 02 16:41:37.923 INFO O| Dec 02 16:41:37.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67082024-12-02T16:41:38.698Z[ recovery-image] Dec 02 16:41:37.923 INFO O| Dec 02 16:41:37.923 INFO STEP 799 (remove_files) COMPLETE
67092024-12-02T16:41:38.701Z[ recovery-image] Dec 02 16:41:37.923 INFO O| Dec 02 16:41:37.923 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-12-02T16:41:38.708Z[ recovery-image] Dec 02 16:41:37.933 INFO O| Dec 02 16:41:37.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67112024-12-02T16:41:38.708Z[ recovery-image] Dec 02 16:41:37.933 INFO O| Dec 02 16:41:37.933 INFO STEP 800 (remove_files) COMPLETE
67122024-12-02T16:41:38.710Z[ recovery-image] Dec 02 16:41:37.933 INFO O| Dec 02 16:41:37.933 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-12-02T16:41:38.717Z[ recovery-image] Dec 02 16:41:37.942 INFO O| Dec 02 16:41:37.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67142024-12-02T16:41:38.717Z[ recovery-image] Dec 02 16:41:37.942 INFO O| Dec 02 16:41:37.942 INFO STEP 801 (remove_files) COMPLETE
67152024-12-02T16:41:38.719Z[ recovery-image] Dec 02 16:41:37.942 INFO O| Dec 02 16:41:37.942 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-12-02T16:41:38.726Z[ recovery-image] Dec 02 16:41:37.951 INFO O| Dec 02 16:41:37.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67172024-12-02T16:41:38.726Z[ recovery-image] Dec 02 16:41:37.952 INFO O| Dec 02 16:41:37.952 INFO STEP 802 (remove_files) COMPLETE
67182024-12-02T16:41:38.729Z[ recovery-image] Dec 02 16:41:37.952 INFO O| Dec 02 16:41:37.952 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-12-02T16:41:38.736Z[ recovery-image] Dec 02 16:41:37.961 INFO O| Dec 02 16:41:37.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67202024-12-02T16:41:38.736Z[ recovery-image] Dec 02 16:41:37.961 INFO O| Dec 02 16:41:37.961 INFO STEP 803 (remove_files) COMPLETE
67212024-12-02T16:41:38.739Z[ recovery-image] Dec 02 16:41:37.961 INFO O| Dec 02 16:41:37.961 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-12-02T16:41:38.745Z[ recovery-image] Dec 02 16:41:37.970 INFO O| Dec 02 16:41:37.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67232024-12-02T16:41:38.745Z[ recovery-image] Dec 02 16:41:37.970 INFO O| Dec 02 16:41:37.970 INFO STEP 804 (remove_files) COMPLETE
67242024-12-02T16:41:38.747Z[ recovery-image] Dec 02 16:41:37.970 INFO O| Dec 02 16:41:37.970 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-12-02T16:41:38.755Z[ recovery-image] Dec 02 16:41:37.980 INFO O| Dec 02 16:41:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67262024-12-02T16:41:38.755Z[ recovery-image] Dec 02 16:41:37.980 INFO O| Dec 02 16:41:37.980 INFO STEP 805 (remove_files) COMPLETE
67272024-12-02T16:41:38.755Z[ recovery-image] Dec 02 16:41:37.980 INFO O| Dec 02 16:41:37.980 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-02T16:41:38.764Z[ recovery-image] Dec 02 16:41:37.989 INFO O| Dec 02 16:41:37.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67292024-12-02T16:41:38.764Z[ recovery-image] Dec 02 16:41:37.989 INFO O| Dec 02 16:41:37.989 INFO STEP 806 (remove_files) COMPLETE
67302024-12-02T16:41:38.767Z[ recovery-image] Dec 02 16:41:37.989 INFO O| Dec 02 16:41:37.989 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-02T16:41:38.773Z[ recovery-image] Dec 02 16:41:37.998 INFO O| Dec 02 16:41:37.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67322024-12-02T16:41:38.776Z[ recovery-image] Dec 02 16:41:37.999 INFO O| Dec 02 16:41:37.998 INFO STEP 807 (remove_files) COMPLETE
67332024-12-02T16:41:38.776Z[ recovery-image] Dec 02 16:41:37.999 INFO O| Dec 02 16:41:37.999 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-02T16:41:38.784Z[ recovery-image] Dec 02 16:41:38.009 INFO O| Dec 02 16:41:38.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67352024-12-02T16:41:38.784Z[ recovery-image] Dec 02 16:41:38.009 INFO O| Dec 02 16:41:38.009 INFO STEP 808 (remove_files) COMPLETE
67362024-12-02T16:41:38.786Z[ recovery-image] Dec 02 16:41:38.009 INFO O| Dec 02 16:41:38.009 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-02T16:41:38.794Z[ recovery-image] Dec 02 16:41:38.019 INFO O| Dec 02 16:41:38.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67382024-12-02T16:41:38.794Z[ recovery-image] Dec 02 16:41:38.019 INFO O| Dec 02 16:41:38.019 INFO STEP 809 (remove_files) COMPLETE
67392024-12-02T16:41:38.794Z[ recovery-image] Dec 02 16:41:38.019 INFO O| Dec 02 16:41:38.019 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-12-02T16:41:38.803Z[ recovery-image] Dec 02 16:41:38.028 INFO O| Dec 02 16:41:38.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67412024-12-02T16:41:38.803Z[ recovery-image] Dec 02 16:41:38.028 INFO O| Dec 02 16:41:38.028 INFO STEP 810 (remove_files) COMPLETE
67422024-12-02T16:41:38.803Z[ recovery-image] Dec 02 16:41:38.028 INFO O| Dec 02 16:41:38.028 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-02T16:41:38.814Z[ recovery-image] Dec 02 16:41:38.038 INFO O| Dec 02 16:41:38.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67442024-12-02T16:41:38.814Z[ recovery-image] Dec 02 16:41:38.038 INFO O| Dec 02 16:41:38.038 INFO STEP 811 (remove_files) COMPLETE
67452024-12-02T16:41:38.816Z[ recovery-image] Dec 02 16:41:38.038 INFO O| Dec 02 16:41:38.038 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-12-02T16:41:38.823Z[ recovery-image] Dec 02 16:41:38.048 INFO O| Dec 02 16:41:38.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67472024-12-02T16:41:38.825Z[ recovery-image] Dec 02 16:41:38.048 INFO O| Dec 02 16:41:38.048 INFO STEP 812 (remove_files) COMPLETE
67482024-12-02T16:41:38.825Z[ recovery-image] Dec 02 16:41:38.048 INFO O| Dec 02 16:41:38.048 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-02T16:41:38.832Z[ recovery-image] Dec 02 16:41:38.057 INFO O| Dec 02 16:41:38.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67502024-12-02T16:41:38.832Z[ recovery-image] Dec 02 16:41:38.057 INFO O| Dec 02 16:41:38.057 INFO STEP 813 (remove_files) COMPLETE
67512024-12-02T16:41:38.832Z[ recovery-image] Dec 02 16:41:38.057 INFO O| Dec 02 16:41:38.057 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-02T16:41:38.842Z[ recovery-image] Dec 02 16:41:38.067 INFO O| Dec 02 16:41:38.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67532024-12-02T16:41:38.842Z[ recovery-image] Dec 02 16:41:38.067 INFO O| Dec 02 16:41:38.067 INFO STEP 814 (remove_files) COMPLETE
67542024-12-02T16:41:38.842Z[ recovery-image] Dec 02 16:41:38.067 INFO O| Dec 02 16:41:38.067 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-02T16:41:38.851Z[ recovery-image] Dec 02 16:41:38.076 INFO O| Dec 02 16:41:38.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67562024-12-02T16:41:38.851Z[ recovery-image] Dec 02 16:41:38.076 INFO O| Dec 02 16:41:38.076 INFO STEP 815 (remove_files) COMPLETE
67572024-12-02T16:41:38.851Z[ recovery-image] Dec 02 16:41:38.076 INFO O| Dec 02 16:41:38.076 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-12-02T16:41:38.860Z[ recovery-image] Dec 02 16:41:38.085 INFO O| Dec 02 16:41:38.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67592024-12-02T16:41:38.860Z[ recovery-image] Dec 02 16:41:38.085 INFO O| Dec 02 16:41:38.085 INFO STEP 816 (remove_files) COMPLETE
67602024-12-02T16:41:38.863Z[ recovery-image] Dec 02 16:41:38.085 INFO O| Dec 02 16:41:38.085 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-12-02T16:41:38.870Z[ recovery-image] Dec 02 16:41:38.095 INFO O| Dec 02 16:41:38.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67622024-12-02T16:41:38.872Z[ recovery-image] Dec 02 16:41:38.095 INFO O| Dec 02 16:41:38.095 INFO STEP 817 (remove_files) COMPLETE
67632024-12-02T16:41:38.872Z[ recovery-image] Dec 02 16:41:38.095 INFO O| Dec 02 16:41:38.095 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-12-02T16:41:38.879Z[ recovery-image] Dec 02 16:41:38.104 INFO O| Dec 02 16:41:38.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67652024-12-02T16:41:38.879Z[ recovery-image] Dec 02 16:41:38.104 INFO O| Dec 02 16:41:38.104 INFO STEP 818 (remove_files) COMPLETE
67662024-12-02T16:41:38.879Z[ recovery-image] Dec 02 16:41:38.104 INFO O| Dec 02 16:41:38.104 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-12-02T16:41:38.889Z[ recovery-image] Dec 02 16:41:38.114 INFO O| Dec 02 16:41:38.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67682024-12-02T16:41:38.889Z[ recovery-image] Dec 02 16:41:38.114 INFO O| Dec 02 16:41:38.114 INFO STEP 819 (remove_files) COMPLETE
67692024-12-02T16:41:38.891Z[ recovery-image] Dec 02 16:41:38.114 INFO O| Dec 02 16:41:38.114 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-12-02T16:41:38.898Z[ recovery-image] Dec 02 16:41:38.123 INFO O| Dec 02 16:41:38.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67712024-12-02T16:41:38.898Z[ recovery-image] Dec 02 16:41:38.123 INFO O| Dec 02 16:41:38.123 INFO STEP 820 (remove_files) COMPLETE
67722024-12-02T16:41:38.900Z[ recovery-image] Dec 02 16:41:38.123 INFO O| Dec 02 16:41:38.123 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-12-02T16:41:38.908Z[ recovery-image] Dec 02 16:41:38.133 INFO O| Dec 02 16:41:38.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67742024-12-02T16:41:38.908Z[ recovery-image] Dec 02 16:41:38.133 INFO O| Dec 02 16:41:38.133 INFO STEP 821 (remove_files) COMPLETE
67752024-12-02T16:41:38.910Z[ recovery-image] Dec 02 16:41:38.133 INFO O| Dec 02 16:41:38.133 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-12-02T16:41:38.917Z[ recovery-image] Dec 02 16:41:38.142 INFO O| Dec 02 16:41:38.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67772024-12-02T16:41:38.919Z[ recovery-image] Dec 02 16:41:38.142 INFO O| Dec 02 16:41:38.142 INFO STEP 822 (remove_files) COMPLETE
67782024-12-02T16:41:38.919Z[ recovery-image] Dec 02 16:41:38.142 INFO O| Dec 02 16:41:38.142 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-12-02T16:41:38.927Z[ recovery-image] Dec 02 16:41:38.152 INFO O| Dec 02 16:41:38.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67802024-12-02T16:41:38.927Z[ recovery-image] Dec 02 16:41:38.152 INFO O| Dec 02 16:41:38.152 INFO STEP 823 (remove_files) COMPLETE
67812024-12-02T16:41:38.929Z[ recovery-image] Dec 02 16:41:38.152 INFO O| Dec 02 16:41:38.152 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-12-02T16:41:38.936Z[ recovery-image] Dec 02 16:41:38.161 INFO O| Dec 02 16:41:38.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67832024-12-02T16:41:38.936Z[ recovery-image] Dec 02 16:41:38.161 INFO O| Dec 02 16:41:38.161 INFO STEP 824 (remove_files) COMPLETE
67842024-12-02T16:41:38.936Z[ recovery-image] Dec 02 16:41:38.161 INFO O| Dec 02 16:41:38.161 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-12-02T16:41:38.945Z[ recovery-image] Dec 02 16:41:38.170 INFO O| Dec 02 16:41:38.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
67862024-12-02T16:41:38.945Z[ recovery-image] Dec 02 16:41:38.171 INFO O| Dec 02 16:41:38.170 INFO STEP 825 (remove_files) COMPLETE
67872024-12-02T16:41:38.948Z[ recovery-image] Dec 02 16:41:38.171 INFO O| Dec 02 16:41:38.171 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-12-02T16:41:38.955Z[ recovery-image] Dec 02 16:41:38.180 INFO O| Dec 02 16:41:38.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
67892024-12-02T16:41:38.955Z[ recovery-image] Dec 02 16:41:38.180 INFO O| Dec 02 16:41:38.180 INFO STEP 826 (remove_files) COMPLETE
67902024-12-02T16:41:38.958Z[ recovery-image] Dec 02 16:41:38.180 INFO O| Dec 02 16:41:38.180 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-12-02T16:41:38.964Z[ recovery-image] Dec 02 16:41:38.189 INFO O| Dec 02 16:41:38.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
67922024-12-02T16:41:38.967Z[ recovery-image] Dec 02 16:41:38.189 INFO O| Dec 02 16:41:38.189 INFO STEP 827 (remove_files) COMPLETE
67932024-12-02T16:41:38.967Z[ recovery-image] Dec 02 16:41:38.189 INFO O| Dec 02 16:41:38.189 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-12-02T16:41:38.974Z[ recovery-image] Dec 02 16:41:38.199 INFO O| Dec 02 16:41:38.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
67952024-12-02T16:41:38.974Z[ recovery-image] Dec 02 16:41:38.199 INFO O| Dec 02 16:41:38.199 INFO STEP 828 (remove_files) COMPLETE
67962024-12-02T16:41:38.976Z[ recovery-image] Dec 02 16:41:38.199 INFO O| Dec 02 16:41:38.199 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-12-02T16:41:38.983Z[ recovery-image] Dec 02 16:41:38.208 INFO O| Dec 02 16:41:38.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
67982024-12-02T16:41:38.983Z[ recovery-image] Dec 02 16:41:38.208 INFO O| Dec 02 16:41:38.208 INFO STEP 829 (remove_files) COMPLETE
67992024-12-02T16:41:38.985Z[ recovery-image] Dec 02 16:41:38.208 INFO O| Dec 02 16:41:38.208 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-12-02T16:41:38.992Z[ recovery-image] Dec 02 16:41:38.217 INFO O| Dec 02 16:41:38.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68012024-12-02T16:41:38.994Z[ recovery-image] Dec 02 16:41:38.217 INFO O| Dec 02 16:41:38.217 INFO STEP 830 (remove_files) COMPLETE
68022024-12-02T16:41:38.995Z[ recovery-image] Dec 02 16:41:38.218 INFO O| Dec 02 16:41:38.217 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-12-02T16:41:39.002Z[ recovery-image] Dec 02 16:41:38.227 INFO O| Dec 02 16:41:38.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68042024-12-02T16:41:39.002Z[ recovery-image] Dec 02 16:41:38.227 INFO O| Dec 02 16:41:38.227 INFO STEP 831 (remove_files) COMPLETE
68052024-12-02T16:41:39.002Z[ recovery-image] Dec 02 16:41:38.227 INFO O| Dec 02 16:41:38.227 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-12-02T16:41:39.011Z[ recovery-image] Dec 02 16:41:38.236 INFO O| Dec 02 16:41:38.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68072024-12-02T16:41:39.011Z[ recovery-image] Dec 02 16:41:38.237 INFO O| Dec 02 16:41:38.237 INFO STEP 832 (remove_files) COMPLETE
68082024-12-02T16:41:39.019Z[ recovery-image] Dec 02 16:41:38.237 INFO O| Dec 02 16:41:38.237 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-12-02T16:41:39.022Z[ recovery-image] Dec 02 16:41:38.246 INFO O| Dec 02 16:41:38.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68102024-12-02T16:41:39.022Z[ recovery-image] Dec 02 16:41:38.246 INFO O| Dec 02 16:41:38.246 INFO STEP 833 (remove_files) COMPLETE
68112024-12-02T16:41:39.023Z[ recovery-image] Dec 02 16:41:38.246 INFO O| Dec 02 16:41:38.246 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-12-02T16:41:39.030Z[ recovery-image] Dec 02 16:41:38.255 INFO O| Dec 02 16:41:38.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68132024-12-02T16:41:39.030Z[ recovery-image] Dec 02 16:41:38.255 INFO O| Dec 02 16:41:38.255 INFO STEP 834 (remove_files) COMPLETE
68142024-12-02T16:41:39.033Z[ recovery-image] Dec 02 16:41:38.255 INFO O| Dec 02 16:41:38.255 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-12-02T16:41:39.040Z[ recovery-image] Dec 02 16:41:38.265 INFO O| Dec 02 16:41:38.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68162024-12-02T16:41:39.040Z[ recovery-image] Dec 02 16:41:38.265 INFO O| Dec 02 16:41:38.265 INFO STEP 835 (remove_files) COMPLETE
68172024-12-02T16:41:39.042Z[ recovery-image] Dec 02 16:41:38.265 INFO O| Dec 02 16:41:38.265 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-12-02T16:41:39.049Z[ recovery-image] Dec 02 16:41:38.274 INFO O| Dec 02 16:41:38.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68192024-12-02T16:41:39.049Z[ recovery-image] Dec 02 16:41:38.274 INFO O| Dec 02 16:41:38.274 INFO STEP 836 (remove_files) COMPLETE
68202024-12-02T16:41:39.051Z[ recovery-image] Dec 02 16:41:38.274 INFO O| Dec 02 16:41:38.274 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-12-02T16:41:39.059Z[ recovery-image] Dec 02 16:41:38.284 INFO O| Dec 02 16:41:38.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68222024-12-02T16:41:39.061Z[ recovery-image] Dec 02 16:41:38.284 INFO O| Dec 02 16:41:38.284 INFO STEP 837 (remove_files) COMPLETE
68232024-12-02T16:41:39.061Z[ recovery-image] Dec 02 16:41:38.284 INFO O| Dec 02 16:41:38.284 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-12-02T16:41:39.068Z[ recovery-image] Dec 02 16:41:38.293 INFO O| Dec 02 16:41:38.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68252024-12-02T16:41:39.070Z[ recovery-image] Dec 02 16:41:38.293 INFO O| Dec 02 16:41:38.293 INFO STEP 838 (remove_files) COMPLETE
68262024-12-02T16:41:39.070Z[ recovery-image] Dec 02 16:41:38.293 INFO O| Dec 02 16:41:38.293 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-12-02T16:41:39.080Z[ recovery-image] Dec 02 16:41:38.303 INFO O| Dec 02 16:41:38.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68282024-12-02T16:41:39.083Z[ recovery-image] Dec 02 16:41:38.303 INFO O| Dec 02 16:41:38.303 INFO STEP 839 (remove_files) COMPLETE
68292024-12-02T16:41:39.083Z[ recovery-image] Dec 02 16:41:38.303 INFO O| Dec 02 16:41:38.303 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-12-02T16:41:39.087Z[ recovery-image] Dec 02 16:41:38.312 INFO O| Dec 02 16:41:38.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68312024-12-02T16:41:39.087Z[ recovery-image] Dec 02 16:41:38.312 INFO O| Dec 02 16:41:38.312 INFO STEP 840 (remove_files) COMPLETE
68322024-12-02T16:41:39.090Z[ recovery-image] Dec 02 16:41:38.312 INFO O| Dec 02 16:41:38.312 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-12-02T16:41:39.096Z[ recovery-image] Dec 02 16:41:38.322 INFO O| Dec 02 16:41:38.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68342024-12-02T16:41:39.096Z[ recovery-image] Dec 02 16:41:38.322 INFO O| Dec 02 16:41:38.322 INFO STEP 841 (remove_files) COMPLETE
68352024-12-02T16:41:39.097Z[ recovery-image] Dec 02 16:41:38.322 INFO O| Dec 02 16:41:38.322 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-12-02T16:41:39.106Z[ recovery-image] Dec 02 16:41:38.331 INFO O| Dec 02 16:41:38.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68372024-12-02T16:41:39.106Z[ recovery-image] Dec 02 16:41:38.331 INFO O| Dec 02 16:41:38.331 INFO STEP 842 (remove_files) COMPLETE
68382024-12-02T16:41:39.106Z[ recovery-image] Dec 02 16:41:38.331 INFO O| Dec 02 16:41:38.331 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-12-02T16:41:39.115Z[ recovery-image] Dec 02 16:41:38.340 INFO O| Dec 02 16:41:38.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68402024-12-02T16:41:39.118Z[ recovery-image] Dec 02 16:41:38.340 INFO O| Dec 02 16:41:38.340 INFO STEP 843 (remove_files) COMPLETE
68412024-12-02T16:41:39.118Z[ recovery-image] Dec 02 16:41:38.340 INFO O| Dec 02 16:41:38.340 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-12-02T16:41:39.125Z[ recovery-image] Dec 02 16:41:38.350 INFO O| Dec 02 16:41:38.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68432024-12-02T16:41:39.125Z[ recovery-image] Dec 02 16:41:38.350 INFO O| Dec 02 16:41:38.350 INFO STEP 844 (remove_files) COMPLETE
68442024-12-02T16:41:39.128Z[ recovery-image] Dec 02 16:41:38.350 INFO O| Dec 02 16:41:38.350 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-12-02T16:41:39.134Z[ recovery-image] Dec 02 16:41:38.359 INFO O| Dec 02 16:41:38.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68462024-12-02T16:41:39.134Z[ recovery-image] Dec 02 16:41:38.359 INFO O| Dec 02 16:41:38.359 INFO STEP 845 (remove_files) COMPLETE
68472024-12-02T16:41:39.137Z[ recovery-image] Dec 02 16:41:38.359 INFO O| Dec 02 16:41:38.359 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-12-02T16:41:39.144Z[ recovery-image] Dec 02 16:41:38.369 INFO O| Dec 02 16:41:38.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68492024-12-02T16:41:39.146Z[ recovery-image] Dec 02 16:41:38.369 INFO O| Dec 02 16:41:38.369 INFO STEP 846 (remove_files) COMPLETE
68502024-12-02T16:41:39.146Z[ recovery-image] Dec 02 16:41:38.369 INFO O| Dec 02 16:41:38.369 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-12-02T16:41:39.153Z[ recovery-image] Dec 02 16:41:38.378 INFO O| Dec 02 16:41:38.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68522024-12-02T16:41:39.153Z[ recovery-image] Dec 02 16:41:38.378 INFO O| Dec 02 16:41:38.378 INFO STEP 847 (remove_files) COMPLETE
68532024-12-02T16:41:39.155Z[ recovery-image] Dec 02 16:41:38.378 INFO O| Dec 02 16:41:38.378 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-12-02T16:41:39.162Z[ recovery-image] Dec 02 16:41:38.388 INFO O| Dec 02 16:41:38.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68552024-12-02T16:41:39.162Z[ recovery-image] Dec 02 16:41:38.388 INFO O| Dec 02 16:41:38.388 INFO STEP 848 (remove_files) COMPLETE
68562024-12-02T16:41:39.165Z[ recovery-image] Dec 02 16:41:38.388 INFO O| Dec 02 16:41:38.388 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-12-02T16:41:39.172Z[ recovery-image] Dec 02 16:41:38.397 INFO O| Dec 02 16:41:38.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68582024-12-02T16:41:39.174Z[ recovery-image] Dec 02 16:41:38.397 INFO O| Dec 02 16:41:38.397 INFO STEP 849 (remove_files) COMPLETE
68592024-12-02T16:41:39.174Z[ recovery-image] Dec 02 16:41:38.397 INFO O| Dec 02 16:41:38.397 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-12-02T16:41:39.182Z[ recovery-image] Dec 02 16:41:38.407 INFO O| Dec 02 16:41:38.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68612024-12-02T16:41:39.184Z[ recovery-image] Dec 02 16:41:38.407 INFO O| Dec 02 16:41:38.407 INFO STEP 850 (remove_files) COMPLETE
68622024-12-02T16:41:39.184Z[ recovery-image] Dec 02 16:41:38.407 INFO O| Dec 02 16:41:38.407 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-12-02T16:41:39.191Z[ recovery-image] Dec 02 16:41:38.416 INFO O| Dec 02 16:41:38.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68642024-12-02T16:41:39.191Z[ recovery-image] Dec 02 16:41:38.416 INFO O| Dec 02 16:41:38.416 INFO STEP 851 (remove_files) COMPLETE
68652024-12-02T16:41:39.193Z[ recovery-image] Dec 02 16:41:38.416 INFO O| Dec 02 16:41:38.416 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-12-02T16:41:39.201Z[ recovery-image] Dec 02 16:41:38.426 INFO O| Dec 02 16:41:38.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68672024-12-02T16:41:39.201Z[ recovery-image] Dec 02 16:41:38.426 INFO O| Dec 02 16:41:38.426 INFO STEP 852 (remove_files) COMPLETE
68682024-12-02T16:41:39.201Z[ recovery-image] Dec 02 16:41:38.426 INFO O| Dec 02 16:41:38.426 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-12-02T16:41:39.210Z[ recovery-image] Dec 02 16:41:38.435 INFO O| Dec 02 16:41:38.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68702024-12-02T16:41:39.213Z[ recovery-image] Dec 02 16:41:38.435 INFO O| Dec 02 16:41:38.435 INFO STEP 853 (remove_files) COMPLETE
68712024-12-02T16:41:39.213Z[ recovery-image] Dec 02 16:41:38.435 INFO O| Dec 02 16:41:38.435 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-12-02T16:41:39.220Z[ recovery-image] Dec 02 16:41:38.445 INFO O| Dec 02 16:41:38.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68732024-12-02T16:41:39.222Z[ recovery-image] Dec 02 16:41:38.445 INFO O| Dec 02 16:41:38.445 INFO STEP 854 (remove_files) COMPLETE
68742024-12-02T16:41:39.222Z[ recovery-image] Dec 02 16:41:38.445 INFO O| Dec 02 16:41:38.445 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-02T16:41:39.230Z[ recovery-image] Dec 02 16:41:38.455 INFO O| Dec 02 16:41:38.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68762024-12-02T16:41:39.232Z[ recovery-image] Dec 02 16:41:38.455 INFO O| Dec 02 16:41:38.455 INFO STEP 855 (remove_files) COMPLETE
68772024-12-02T16:41:39.232Z[ recovery-image] Dec 02 16:41:38.455 INFO O| Dec 02 16:41:38.455 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-02T16:41:39.240Z[ recovery-image] Dec 02 16:41:38.465 INFO O| Dec 02 16:41:38.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68792024-12-02T16:41:39.240Z[ recovery-image] Dec 02 16:41:38.465 INFO O| Dec 02 16:41:38.465 INFO STEP 856 (remove_files) COMPLETE
68802024-12-02T16:41:39.240Z[ recovery-image] Dec 02 16:41:38.465 INFO O| Dec 02 16:41:38.465 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-02T16:41:39.249Z[ recovery-image] Dec 02 16:41:38.474 INFO O| Dec 02 16:41:38.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68822024-12-02T16:41:39.251Z[ recovery-image] Dec 02 16:41:38.474 INFO O| Dec 02 16:41:38.474 INFO STEP 857 (remove_files) COMPLETE
68832024-12-02T16:41:39.251Z[ recovery-image] Dec 02 16:41:38.474 INFO O| Dec 02 16:41:38.474 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-02T16:41:39.259Z[ recovery-image] Dec 02 16:41:38.484 INFO O| Dec 02 16:41:38.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
68852024-12-02T16:41:39.261Z[ recovery-image] Dec 02 16:41:38.484 INFO O| Dec 02 16:41:38.484 INFO STEP 858 (remove_files) COMPLETE
68862024-12-02T16:41:39.261Z[ recovery-image] Dec 02 16:41:38.484 INFO O| Dec 02 16:41:38.484 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-02T16:41:39.268Z[ recovery-image] Dec 02 16:41:38.493 INFO O| Dec 02 16:41:38.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
68882024-12-02T16:41:39.270Z[ recovery-image] Dec 02 16:41:38.493 INFO O| Dec 02 16:41:38.493 INFO STEP 859 (remove_files) COMPLETE
68892024-12-02T16:41:39.270Z[ recovery-image] Dec 02 16:41:38.493 INFO O| Dec 02 16:41:38.493 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-02T16:41:39.278Z[ recovery-image] Dec 02 16:41:38.503 INFO O| Dec 02 16:41:38.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
68912024-12-02T16:41:39.280Z[ recovery-image] Dec 02 16:41:38.503 INFO O| Dec 02 16:41:38.503 INFO STEP 860 (remove_files) COMPLETE
68922024-12-02T16:41:39.280Z[ recovery-image] Dec 02 16:41:38.503 INFO O| Dec 02 16:41:38.503 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-02T16:41:39.287Z[ recovery-image] Dec 02 16:41:38.513 INFO O| Dec 02 16:41:38.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
68942024-12-02T16:41:39.290Z[ recovery-image] Dec 02 16:41:38.513 INFO O| Dec 02 16:41:38.513 INFO STEP 861 (remove_files) COMPLETE
68952024-12-02T16:41:39.290Z[ recovery-image] Dec 02 16:41:38.513 INFO O| Dec 02 16:41:38.513 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-02T16:41:39.297Z[ recovery-image] Dec 02 16:41:38.522 INFO O| Dec 02 16:41:38.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
68972024-12-02T16:41:39.300Z[ recovery-image] Dec 02 16:41:38.522 INFO O| Dec 02 16:41:38.522 INFO STEP 862 (remove_files) COMPLETE
68982024-12-02T16:41:39.300Z[ recovery-image] Dec 02 16:41:38.522 INFO O| Dec 02 16:41:38.522 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-02T16:41:39.306Z[ recovery-image] Dec 02 16:41:38.531 INFO O| Dec 02 16:41:38.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69002024-12-02T16:41:39.309Z[ recovery-image] Dec 02 16:41:38.532 INFO O| Dec 02 16:41:38.532 INFO STEP 863 (remove_files) COMPLETE
69012024-12-02T16:41:39.309Z[ recovery-image] Dec 02 16:41:38.532 INFO O| Dec 02 16:41:38.532 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-02T16:41:39.316Z[ recovery-image] Dec 02 16:41:38.541 INFO O| Dec 02 16:41:38.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69032024-12-02T16:41:39.316Z[ recovery-image] Dec 02 16:41:38.541 INFO O| Dec 02 16:41:38.541 INFO STEP 864 (remove_files) COMPLETE
69042024-12-02T16:41:39.319Z[ recovery-image] Dec 02 16:41:38.541 INFO O| Dec 02 16:41:38.541 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-02T16:41:39.326Z[ recovery-image] Dec 02 16:41:38.550 INFO O| Dec 02 16:41:38.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69062024-12-02T16:41:39.329Z[ recovery-image] Dec 02 16:41:38.550 INFO O| Dec 02 16:41:38.550 INFO STEP 865 (remove_files) COMPLETE
69072024-12-02T16:41:39.329Z[ recovery-image] Dec 02 16:41:38.550 INFO O| Dec 02 16:41:38.550 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-02T16:41:39.335Z[ recovery-image] Dec 02 16:41:38.560 INFO O| Dec 02 16:41:38.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69092024-12-02T16:41:39.335Z[ recovery-image] Dec 02 16:41:38.560 INFO O| Dec 02 16:41:38.560 INFO STEP 866 (remove_files) COMPLETE
69102024-12-02T16:41:39.335Z[ recovery-image] Dec 02 16:41:38.560 INFO O| Dec 02 16:41:38.560 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-02T16:41:39.344Z[ recovery-image] Dec 02 16:41:38.569 INFO O| Dec 02 16:41:38.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69122024-12-02T16:41:39.347Z[ recovery-image] Dec 02 16:41:38.569 INFO O| Dec 02 16:41:38.569 INFO STEP 867 (remove_files) COMPLETE
69132024-12-02T16:41:39.347Z[ recovery-image] Dec 02 16:41:38.569 INFO O| Dec 02 16:41:38.569 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-02T16:41:39.354Z[ recovery-image] Dec 02 16:41:38.579 INFO O| Dec 02 16:41:38.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69152024-12-02T16:41:39.357Z[ recovery-image] Dec 02 16:41:38.579 INFO O| Dec 02 16:41:38.579 INFO STEP 868 (remove_files) COMPLETE
69162024-12-02T16:41:39.357Z[ recovery-image] Dec 02 16:41:38.579 INFO O| Dec 02 16:41:38.579 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-02T16:41:39.363Z[ recovery-image] Dec 02 16:41:38.588 INFO O| Dec 02 16:41:38.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69182024-12-02T16:41:39.364Z[ recovery-image] Dec 02 16:41:38.589 INFO O| Dec 02 16:41:38.589 INFO STEP 869 (remove_files) COMPLETE
69192024-12-02T16:41:39.364Z[ recovery-image] Dec 02 16:41:38.589 INFO O| Dec 02 16:41:38.589 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-02T16:41:39.373Z[ recovery-image] Dec 02 16:41:38.598 INFO O| Dec 02 16:41:38.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69212024-12-02T16:41:39.373Z[ recovery-image] Dec 02 16:41:38.598 INFO O| Dec 02 16:41:38.598 INFO STEP 870 (remove_files) COMPLETE
69222024-12-02T16:41:39.373Z[ recovery-image] Dec 02 16:41:38.598 INFO O| Dec 02 16:41:38.598 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-02T16:41:39.382Z[ recovery-image] Dec 02 16:41:38.607 INFO O| Dec 02 16:41:38.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69242024-12-02T16:41:39.385Z[ recovery-image] Dec 02 16:41:38.608 INFO O| Dec 02 16:41:38.607 INFO STEP 871 (remove_files) COMPLETE
69252024-12-02T16:41:39.385Z[ recovery-image] Dec 02 16:41:38.608 INFO O| Dec 02 16:41:38.608 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-02T16:41:39.392Z[ recovery-image] Dec 02 16:41:38.617 INFO O| Dec 02 16:41:38.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69272024-12-02T16:41:39.394Z[ recovery-image] Dec 02 16:41:38.617 INFO O| Dec 02 16:41:38.617 INFO STEP 872 (remove_files) COMPLETE
69282024-12-02T16:41:39.394Z[ recovery-image] Dec 02 16:41:38.617 INFO O| Dec 02 16:41:38.617 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-02T16:41:39.402Z[ recovery-image] Dec 02 16:41:38.627 INFO O| Dec 02 16:41:38.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69302024-12-02T16:41:39.404Z[ recovery-image] Dec 02 16:41:38.627 INFO O| Dec 02 16:41:38.627 INFO STEP 873 (remove_files) COMPLETE
69312024-12-02T16:41:39.404Z[ recovery-image] Dec 02 16:41:38.627 INFO O| Dec 02 16:41:38.627 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-02T16:41:39.412Z[ recovery-image] Dec 02 16:41:38.637 INFO O| Dec 02 16:41:38.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69332024-12-02T16:41:39.414Z[ recovery-image] Dec 02 16:41:38.637 INFO O| Dec 02 16:41:38.637 INFO STEP 874 (remove_files) COMPLETE
69342024-12-02T16:41:39.414Z[ recovery-image] Dec 02 16:41:38.637 INFO O| Dec 02 16:41:38.637 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-02T16:41:39.422Z[ recovery-image] Dec 02 16:41:38.647 INFO O| Dec 02 16:41:38.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69362024-12-02T16:41:39.422Z[ recovery-image] Dec 02 16:41:38.647 INFO O| Dec 02 16:41:38.647 INFO STEP 875 (remove_files) COMPLETE
69372024-12-02T16:41:39.422Z[ recovery-image] Dec 02 16:41:38.647 INFO O| Dec 02 16:41:38.647 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-02T16:41:39.431Z[ recovery-image] Dec 02 16:41:38.656 INFO O| Dec 02 16:41:38.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69392024-12-02T16:41:39.431Z[ recovery-image] Dec 02 16:41:38.656 INFO O| Dec 02 16:41:38.656 INFO STEP 876 (remove_files) COMPLETE
69402024-12-02T16:41:39.433Z[ recovery-image] Dec 02 16:41:38.656 INFO O| Dec 02 16:41:38.656 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-02T16:41:39.440Z[ recovery-image] Dec 02 16:41:38.665 INFO O| Dec 02 16:41:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69422024-12-02T16:41:39.440Z[ recovery-image] Dec 02 16:41:38.666 INFO O| Dec 02 16:41:38.665 INFO STEP 877 (remove_files) COMPLETE
69432024-12-02T16:41:39.440Z[ recovery-image] Dec 02 16:41:38.666 INFO O| Dec 02 16:41:38.666 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-02T16:41:39.450Z[ recovery-image] Dec 02 16:41:38.675 INFO O| Dec 02 16:41:38.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69452024-12-02T16:41:39.450Z[ recovery-image] Dec 02 16:41:38.675 INFO O| Dec 02 16:41:38.675 INFO STEP 878 (remove_files) COMPLETE
69462024-12-02T16:41:39.453Z[ recovery-image] Dec 02 16:41:38.675 INFO O| Dec 02 16:41:38.675 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-02T16:41:39.460Z[ recovery-image] Dec 02 16:41:38.685 INFO O| Dec 02 16:41:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69482024-12-02T16:41:39.460Z[ recovery-image] Dec 02 16:41:38.685 INFO O| Dec 02 16:41:38.685 INFO STEP 879 (remove_files) COMPLETE
69492024-12-02T16:41:39.460Z[ recovery-image] Dec 02 16:41:38.685 INFO O| Dec 02 16:41:38.685 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-02T16:41:39.470Z[ recovery-image] Dec 02 16:41:38.695 INFO O| Dec 02 16:41:38.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69512024-12-02T16:41:39.472Z[ recovery-image] Dec 02 16:41:38.695 INFO O| Dec 02 16:41:38.695 INFO STEP 880 (remove_files) COMPLETE
69522024-12-02T16:41:39.472Z[ recovery-image] Dec 02 16:41:38.695 INFO O| Dec 02 16:41:38.695 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-02T16:41:39.480Z[ recovery-image] Dec 02 16:41:38.705 INFO O| Dec 02 16:41:38.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69542024-12-02T16:41:39.480Z[ recovery-image] Dec 02 16:41:38.705 INFO O| Dec 02 16:41:38.705 INFO STEP 881 (remove_files) COMPLETE
69552024-12-02T16:41:39.482Z[ recovery-image] Dec 02 16:41:38.705 INFO O| Dec 02 16:41:38.705 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-02T16:41:39.490Z[ recovery-image] Dec 02 16:41:38.715 INFO O| Dec 02 16:41:38.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69572024-12-02T16:41:39.490Z[ recovery-image] Dec 02 16:41:38.715 INFO O| Dec 02 16:41:38.715 INFO STEP 882 (remove_files) COMPLETE
69582024-12-02T16:41:39.492Z[ recovery-image] Dec 02 16:41:38.715 INFO O| Dec 02 16:41:38.715 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-02T16:41:39.499Z[ recovery-image] Dec 02 16:41:38.724 INFO O| Dec 02 16:41:38.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69602024-12-02T16:41:39.502Z[ recovery-image] Dec 02 16:41:38.724 INFO O| Dec 02 16:41:38.724 INFO STEP 883 (remove_files) COMPLETE
69612024-12-02T16:41:39.502Z[ recovery-image] Dec 02 16:41:38.724 INFO O| Dec 02 16:41:38.724 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-02T16:41:39.510Z[ recovery-image] Dec 02 16:41:38.734 INFO O| Dec 02 16:41:38.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69632024-12-02T16:41:39.510Z[ recovery-image] Dec 02 16:41:38.734 INFO O| Dec 02 16:41:38.734 INFO STEP 884 (remove_files) COMPLETE
69642024-12-02T16:41:39.512Z[ recovery-image] Dec 02 16:41:38.734 INFO O| Dec 02 16:41:38.734 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-02T16:41:39.519Z[ recovery-image] Dec 02 16:41:38.744 INFO O| Dec 02 16:41:38.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69662024-12-02T16:41:39.519Z[ recovery-image] Dec 02 16:41:38.744 INFO O| Dec 02 16:41:38.744 INFO STEP 885 (remove_files) COMPLETE
69672024-12-02T16:41:39.522Z[ recovery-image] Dec 02 16:41:38.744 INFO O| Dec 02 16:41:38.744 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-02T16:41:39.528Z[ recovery-image] Dec 02 16:41:38.753 INFO O| Dec 02 16:41:38.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69692024-12-02T16:41:39.528Z[ recovery-image] Dec 02 16:41:38.753 INFO O| Dec 02 16:41:38.753 INFO STEP 886 (remove_files) COMPLETE
69702024-12-02T16:41:39.531Z[ recovery-image] Dec 02 16:41:38.753 INFO O| Dec 02 16:41:38.753 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-02T16:41:39.538Z[ recovery-image] Dec 02 16:41:38.763 INFO O| Dec 02 16:41:38.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69722024-12-02T16:41:39.540Z[ recovery-image] Dec 02 16:41:38.763 INFO O| Dec 02 16:41:38.763 INFO STEP 887 (remove_files) COMPLETE
69732024-12-02T16:41:39.540Z[ recovery-image] Dec 02 16:41:38.763 INFO O| Dec 02 16:41:38.763 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-02T16:41:39.548Z[ recovery-image] Dec 02 16:41:38.772 INFO O| Dec 02 16:41:38.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69752024-12-02T16:41:39.548Z[ recovery-image] Dec 02 16:41:38.773 INFO O| Dec 02 16:41:38.773 INFO STEP 888 (remove_files) COMPLETE
69762024-12-02T16:41:39.550Z[ recovery-image] Dec 02 16:41:38.773 INFO O| Dec 02 16:41:38.773 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-02T16:41:39.557Z[ recovery-image] Dec 02 16:41:38.782 INFO O| Dec 02 16:41:38.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69782024-12-02T16:41:39.560Z[ recovery-image] Dec 02 16:41:38.782 INFO O| Dec 02 16:41:38.782 INFO STEP 889 (remove_files) COMPLETE
69792024-12-02T16:41:39.560Z[ recovery-image] Dec 02 16:41:38.782 INFO O| Dec 02 16:41:38.782 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-02T16:41:39.566Z[ recovery-image] Dec 02 16:41:38.791 INFO O| Dec 02 16:41:38.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69812024-12-02T16:41:39.569Z[ recovery-image] Dec 02 16:41:38.791 INFO O| Dec 02 16:41:38.791 INFO STEP 890 (remove_files) COMPLETE
69822024-12-02T16:41:39.569Z[ recovery-image] Dec 02 16:41:38.792 INFO O| Dec 02 16:41:38.791 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-02T16:41:39.576Z[ recovery-image] Dec 02 16:41:38.801 INFO O| Dec 02 16:41:38.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
69842024-12-02T16:41:39.576Z[ recovery-image] Dec 02 16:41:38.801 INFO O| Dec 02 16:41:38.801 INFO STEP 891 (remove_files) COMPLETE
69852024-12-02T16:41:39.578Z[ recovery-image] Dec 02 16:41:38.801 INFO O| Dec 02 16:41:38.801 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-02T16:41:39.585Z[ recovery-image] Dec 02 16:41:38.810 INFO O| Dec 02 16:41:38.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
69872024-12-02T16:41:39.585Z[ recovery-image] Dec 02 16:41:38.811 INFO O| Dec 02 16:41:38.810 INFO STEP 892 (remove_files) COMPLETE
69882024-12-02T16:41:39.585Z[ recovery-image] Dec 02 16:41:38.811 INFO O| Dec 02 16:41:38.810 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-02T16:41:39.595Z[ recovery-image] Dec 02 16:41:38.820 INFO O| Dec 02 16:41:38.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
69902024-12-02T16:41:39.595Z[ recovery-image] Dec 02 16:41:38.820 INFO O| Dec 02 16:41:38.820 INFO STEP 893 (remove_files) COMPLETE
69912024-12-02T16:41:39.595Z[ recovery-image] Dec 02 16:41:38.820 INFO O| Dec 02 16:41:38.820 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-02T16:41:39.604Z[ recovery-image] Dec 02 16:41:38.829 INFO O| Dec 02 16:41:38.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
69932024-12-02T16:41:39.608Z[ recovery-image] Dec 02 16:41:38.829 INFO O| Dec 02 16:41:38.829 INFO STEP 894 (remove_files) COMPLETE
69942024-12-02T16:41:39.608Z[ recovery-image] Dec 02 16:41:38.830 INFO O| Dec 02 16:41:38.829 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-02T16:41:39.614Z[ recovery-image] Dec 02 16:41:38.839 INFO O| Dec 02 16:41:38.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
69962024-12-02T16:41:39.614Z[ recovery-image] Dec 02 16:41:38.839 INFO O| Dec 02 16:41:38.839 INFO STEP 895 (remove_files) COMPLETE
69972024-12-02T16:41:39.616Z[ recovery-image] Dec 02 16:41:38.839 INFO O| Dec 02 16:41:38.839 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-02T16:41:39.624Z[ recovery-image] Dec 02 16:41:38.849 INFO O| Dec 02 16:41:38.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
69992024-12-02T16:41:39.624Z[ recovery-image] Dec 02 16:41:38.849 INFO O| Dec 02 16:41:38.849 INFO STEP 896 (remove_files) COMPLETE
70002024-12-02T16:41:39.626Z[ recovery-image] Dec 02 16:41:38.849 INFO O| Dec 02 16:41:38.849 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-02T16:41:39.633Z[ recovery-image] Dec 02 16:41:38.858 INFO O| Dec 02 16:41:38.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70022024-12-02T16:41:39.633Z[ recovery-image] Dec 02 16:41:38.858 INFO O| Dec 02 16:41:38.858 INFO STEP 897 (remove_files) COMPLETE
70032024-12-02T16:41:39.633Z[ recovery-image] Dec 02 16:41:38.858 INFO O| Dec 02 16:41:38.858 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-02T16:41:39.642Z[ recovery-image] Dec 02 16:41:38.867 INFO O| Dec 02 16:41:38.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70052024-12-02T16:41:39.642Z[ recovery-image] Dec 02 16:41:38.867 INFO O| Dec 02 16:41:38.867 INFO STEP 898 (remove_files) COMPLETE
70062024-12-02T16:41:39.645Z[ recovery-image] Dec 02 16:41:38.868 INFO O| Dec 02 16:41:38.867 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-02T16:41:39.652Z[ recovery-image] Dec 02 16:41:38.877 INFO O| Dec 02 16:41:38.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70082024-12-02T16:41:39.654Z[ recovery-image] Dec 02 16:41:38.877 INFO O| Dec 02 16:41:38.877 INFO STEP 899 (remove_files) COMPLETE
70092024-12-02T16:41:39.654Z[ recovery-image] Dec 02 16:41:38.877 INFO O| Dec 02 16:41:38.877 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-02T16:41:39.661Z[ recovery-image] Dec 02 16:41:38.886 INFO O| Dec 02 16:41:38.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70112024-12-02T16:41:39.661Z[ recovery-image] Dec 02 16:41:38.886 INFO O| Dec 02 16:41:38.886 INFO STEP 900 (remove_files) COMPLETE
70122024-12-02T16:41:39.663Z[ recovery-image] Dec 02 16:41:38.886 INFO O| Dec 02 16:41:38.886 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-02T16:41:39.671Z[ recovery-image] Dec 02 16:41:38.896 INFO O| Dec 02 16:41:38.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70142024-12-02T16:41:39.671Z[ recovery-image] Dec 02 16:41:38.896 INFO O| Dec 02 16:41:38.896 INFO STEP 901 (remove_files) COMPLETE
70152024-12-02T16:41:39.673Z[ recovery-image] Dec 02 16:41:38.896 INFO O| Dec 02 16:41:38.896 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-02T16:41:39.680Z[ recovery-image] Dec 02 16:41:38.905 INFO O| Dec 02 16:41:38.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70172024-12-02T16:41:39.684Z[ recovery-image] Dec 02 16:41:38.905 INFO O| Dec 02 16:41:38.905 INFO STEP 902 (remove_files) COMPLETE
70182024-12-02T16:41:39.684Z[ recovery-image] Dec 02 16:41:38.905 INFO O| Dec 02 16:41:38.905 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-02T16:41:39.690Z[ recovery-image] Dec 02 16:41:38.915 INFO O| Dec 02 16:41:38.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70202024-12-02T16:41:39.690Z[ recovery-image] Dec 02 16:41:38.915 INFO O| Dec 02 16:41:38.915 INFO STEP 903 (remove_files) COMPLETE
70212024-12-02T16:41:39.693Z[ recovery-image] Dec 02 16:41:38.915 INFO O| Dec 02 16:41:38.915 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-02T16:41:39.700Z[ recovery-image] Dec 02 16:41:38.924 INFO O| Dec 02 16:41:38.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70232024-12-02T16:41:39.700Z[ recovery-image] Dec 02 16:41:38.924 INFO O| Dec 02 16:41:38.924 INFO STEP 904 (remove_files) COMPLETE
70242024-12-02T16:41:39.703Z[ recovery-image] Dec 02 16:41:38.924 INFO O| Dec 02 16:41:38.924 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-02T16:41:39.709Z[ recovery-image] Dec 02 16:41:38.934 INFO O| Dec 02 16:41:38.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70262024-12-02T16:41:39.711Z[ recovery-image] Dec 02 16:41:38.934 INFO O| Dec 02 16:41:38.934 INFO STEP 905 (remove_files) COMPLETE
70272024-12-02T16:41:39.711Z[ recovery-image] Dec 02 16:41:38.934 INFO O| Dec 02 16:41:38.934 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-02T16:41:39.718Z[ recovery-image] Dec 02 16:41:38.943 INFO O| Dec 02 16:41:38.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70292024-12-02T16:41:39.718Z[ recovery-image] Dec 02 16:41:38.943 INFO O| Dec 02 16:41:38.943 INFO STEP 906 (remove_files) COMPLETE
70302024-12-02T16:41:39.721Z[ recovery-image] Dec 02 16:41:38.943 INFO O| Dec 02 16:41:38.943 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-02T16:41:39.728Z[ recovery-image] Dec 02 16:41:38.953 INFO O| Dec 02 16:41:38.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70322024-12-02T16:41:39.728Z[ recovery-image] Dec 02 16:41:38.953 INFO O| Dec 02 16:41:38.953 INFO STEP 907 (remove_files) COMPLETE
70332024-12-02T16:41:39.730Z[ recovery-image] Dec 02 16:41:38.953 INFO O| Dec 02 16:41:38.953 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-02T16:41:39.737Z[ recovery-image] Dec 02 16:41:38.962 INFO O| Dec 02 16:41:38.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70352024-12-02T16:41:39.740Z[ recovery-image] Dec 02 16:41:38.962 INFO O| Dec 02 16:41:38.962 INFO STEP 908 (remove_files) COMPLETE
70362024-12-02T16:41:39.740Z[ recovery-image] Dec 02 16:41:38.962 INFO O| Dec 02 16:41:38.962 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-02T16:41:39.746Z[ recovery-image] Dec 02 16:41:38.971 INFO O| Dec 02 16:41:38.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70382024-12-02T16:41:39.746Z[ recovery-image] Dec 02 16:41:38.972 INFO O| Dec 02 16:41:38.972 INFO STEP 909 (remove_files) COMPLETE
70392024-12-02T16:41:39.749Z[ recovery-image] Dec 02 16:41:38.972 INFO O| Dec 02 16:41:38.972 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-02T16:41:39.756Z[ recovery-image] Dec 02 16:41:38.981 INFO O| Dec 02 16:41:38.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70412024-12-02T16:41:39.758Z[ recovery-image] Dec 02 16:41:38.981 INFO O| Dec 02 16:41:38.981 INFO STEP 910 (remove_files) COMPLETE
70422024-12-02T16:41:39.758Z[ recovery-image] Dec 02 16:41:38.981 INFO O| Dec 02 16:41:38.981 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-02T16:41:39.765Z[ recovery-image] Dec 02 16:41:38.990 INFO O| Dec 02 16:41:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70442024-12-02T16:41:39.765Z[ recovery-image] Dec 02 16:41:38.991 INFO O| Dec 02 16:41:38.990 INFO STEP 911 (remove_files) COMPLETE
70452024-12-02T16:41:39.768Z[ recovery-image] Dec 02 16:41:38.991 INFO O| Dec 02 16:41:38.990 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-02T16:41:39.775Z[ recovery-image] Dec 02 16:41:39.000 INFO O| Dec 02 16:41:39.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70472024-12-02T16:41:39.777Z[ recovery-image] Dec 02 16:41:39.000 INFO O| Dec 02 16:41:39.000 INFO STEP 912 (remove_files) COMPLETE
70482024-12-02T16:41:39.777Z[ recovery-image] Dec 02 16:41:39.000 INFO O| Dec 02 16:41:39.000 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-02T16:41:39.785Z[ recovery-image] Dec 02 16:41:39.010 INFO O| Dec 02 16:41:39.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70502024-12-02T16:41:39.785Z[ recovery-image] Dec 02 16:41:39.010 INFO O| Dec 02 16:41:39.010 INFO STEP 913 (remove_files) COMPLETE
70512024-12-02T16:41:39.788Z[ recovery-image] Dec 02 16:41:39.010 INFO O| Dec 02 16:41:39.010 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-02T16:41:39.795Z[ recovery-image] Dec 02 16:41:39.020 INFO O| Dec 02 16:41:39.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70532024-12-02T16:41:39.797Z[ recovery-image] Dec 02 16:41:39.020 INFO O| Dec 02 16:41:39.020 INFO STEP 914 (remove_files) COMPLETE
70542024-12-02T16:41:39.797Z[ recovery-image] Dec 02 16:41:39.020 INFO O| Dec 02 16:41:39.020 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-02T16:41:39.804Z[ recovery-image] Dec 02 16:41:39.029 INFO O| Dec 02 16:41:39.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70562024-12-02T16:41:39.807Z[ recovery-image] Dec 02 16:41:39.029 INFO O| Dec 02 16:41:39.029 INFO STEP 915 (remove_files) COMPLETE
70572024-12-02T16:41:39.807Z[ recovery-image] Dec 02 16:41:39.029 INFO O| Dec 02 16:41:39.029 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-02T16:41:39.814Z[ recovery-image] Dec 02 16:41:39.039 INFO O| Dec 02 16:41:39.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70592024-12-02T16:41:39.814Z[ recovery-image] Dec 02 16:41:39.039 INFO O| Dec 02 16:41:39.039 INFO STEP 916 (remove_files) COMPLETE
70602024-12-02T16:41:39.817Z[ recovery-image] Dec 02 16:41:39.039 INFO O| Dec 02 16:41:39.039 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-02T16:41:39.824Z[ recovery-image] Dec 02 16:41:39.048 INFO O| Dec 02 16:41:39.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70622024-12-02T16:41:39.824Z[ recovery-image] Dec 02 16:41:39.048 INFO O| Dec 02 16:41:39.048 INFO STEP 917 (remove_files) COMPLETE
70632024-12-02T16:41:39.826Z[ recovery-image] Dec 02 16:41:39.048 INFO O| Dec 02 16:41:39.048 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-02T16:41:39.833Z[ recovery-image] Dec 02 16:41:39.058 INFO O| Dec 02 16:41:39.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70652024-12-02T16:41:39.833Z[ recovery-image] Dec 02 16:41:39.058 INFO O| Dec 02 16:41:39.058 INFO STEP 918 (remove_files) COMPLETE
70662024-12-02T16:41:39.836Z[ recovery-image] Dec 02 16:41:39.058 INFO O| Dec 02 16:41:39.058 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-02T16:41:39.842Z[ recovery-image] Dec 02 16:41:39.067 INFO O| Dec 02 16:41:39.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70682024-12-02T16:41:39.842Z[ recovery-image] Dec 02 16:41:39.067 INFO O| Dec 02 16:41:39.067 INFO STEP 919 (remove_files) COMPLETE
70692024-12-02T16:41:39.842Z[ recovery-image] Dec 02 16:41:39.067 INFO O| Dec 02 16:41:39.067 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-02T16:41:39.852Z[ recovery-image] Dec 02 16:41:39.077 INFO O| Dec 02 16:41:39.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70712024-12-02T16:41:39.854Z[ recovery-image] Dec 02 16:41:39.077 INFO O| Dec 02 16:41:39.077 INFO STEP 920 (remove_files) COMPLETE
70722024-12-02T16:41:39.854Z[ recovery-image] Dec 02 16:41:39.077 INFO O| Dec 02 16:41:39.077 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-02T16:41:39.862Z[ recovery-image] Dec 02 16:41:39.086 INFO O| Dec 02 16:41:39.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70742024-12-02T16:41:39.865Z[ recovery-image] Dec 02 16:41:39.086 INFO O| Dec 02 16:41:39.086 INFO STEP 921 (remove_files) COMPLETE
70752024-12-02T16:41:39.865Z[ recovery-image] Dec 02 16:41:39.086 INFO O| Dec 02 16:41:39.086 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-02T16:41:39.871Z[ recovery-image] Dec 02 16:41:39.096 INFO O| Dec 02 16:41:39.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70772024-12-02T16:41:39.871Z[ recovery-image] Dec 02 16:41:39.096 INFO O| Dec 02 16:41:39.096 INFO STEP 922 (remove_files) COMPLETE
70782024-12-02T16:41:39.873Z[ recovery-image] Dec 02 16:41:39.096 INFO O| Dec 02 16:41:39.096 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-02T16:41:39.880Z[ recovery-image] Dec 02 16:41:39.105 INFO O| Dec 02 16:41:39.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70802024-12-02T16:41:39.880Z[ recovery-image] Dec 02 16:41:39.105 INFO O| Dec 02 16:41:39.105 INFO STEP 923 (remove_files) COMPLETE
70812024-12-02T16:41:39.880Z[ recovery-image] Dec 02 16:41:39.105 INFO O| Dec 02 16:41:39.105 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-02T16:41:39.889Z[ recovery-image] Dec 02 16:41:39.114 INFO O| Dec 02 16:41:39.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
70832024-12-02T16:41:39.889Z[ recovery-image] Dec 02 16:41:39.114 INFO O| Dec 02 16:41:39.114 INFO STEP 924 (remove_files) COMPLETE
70842024-12-02T16:41:39.890Z[ recovery-image] Dec 02 16:41:39.114 INFO O| Dec 02 16:41:39.114 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-02T16:41:39.899Z[ recovery-image] Dec 02 16:41:39.124 INFO O| Dec 02 16:41:39.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
70862024-12-02T16:41:39.899Z[ recovery-image] Dec 02 16:41:39.124 INFO O| Dec 02 16:41:39.124 INFO STEP 925 (remove_files) COMPLETE
70872024-12-02T16:41:39.899Z[ recovery-image] Dec 02 16:41:39.124 INFO O| Dec 02 16:41:39.124 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-02T16:41:39.908Z[ recovery-image] Dec 02 16:41:39.133 INFO O| Dec 02 16:41:39.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
70892024-12-02T16:41:39.908Z[ recovery-image] Dec 02 16:41:39.133 INFO O| Dec 02 16:41:39.133 INFO STEP 926 (remove_files) COMPLETE
70902024-12-02T16:41:39.908Z[ recovery-image] Dec 02 16:41:39.133 INFO O| Dec 02 16:41:39.133 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-02T16:41:39.918Z[ recovery-image] Dec 02 16:41:39.143 INFO O| Dec 02 16:41:39.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
70922024-12-02T16:41:39.920Z[ recovery-image] Dec 02 16:41:39.143 INFO O| Dec 02 16:41:39.143 INFO STEP 927 (remove_files) COMPLETE
70932024-12-02T16:41:39.920Z[ recovery-image] Dec 02 16:41:39.143 INFO O| Dec 02 16:41:39.143 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-02T16:41:39.927Z[ recovery-image] Dec 02 16:41:39.152 INFO O| Dec 02 16:41:39.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
70952024-12-02T16:41:39.927Z[ recovery-image] Dec 02 16:41:39.152 INFO O| Dec 02 16:41:39.152 INFO STEP 928 (remove_files) COMPLETE
70962024-12-02T16:41:39.927Z[ recovery-image] Dec 02 16:41:39.152 INFO O| Dec 02 16:41:39.152 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-02T16:41:39.937Z[ recovery-image] Dec 02 16:41:39.162 INFO O| Dec 02 16:41:39.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
70982024-12-02T16:41:39.937Z[ recovery-image] Dec 02 16:41:39.162 INFO O| Dec 02 16:41:39.162 INFO STEP 929 (remove_files) COMPLETE
70992024-12-02T16:41:39.939Z[ recovery-image] Dec 02 16:41:39.162 INFO O| Dec 02 16:41:39.162 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-02T16:41:39.946Z[ recovery-image] Dec 02 16:41:39.171 INFO O| Dec 02 16:41:39.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71012024-12-02T16:41:39.948Z[ recovery-image] Dec 02 16:41:39.171 INFO O| Dec 02 16:41:39.171 INFO STEP 930 (remove_files) COMPLETE
71022024-12-02T16:41:39.948Z[ recovery-image] Dec 02 16:41:39.171 INFO O| Dec 02 16:41:39.171 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-02T16:41:39.956Z[ recovery-image] Dec 02 16:41:39.181 INFO O| Dec 02 16:41:39.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71042024-12-02T16:41:39.956Z[ recovery-image] Dec 02 16:41:39.181 INFO O| Dec 02 16:41:39.181 INFO STEP 931 (remove_files) COMPLETE
71052024-12-02T16:41:39.958Z[ recovery-image] Dec 02 16:41:39.181 INFO O| Dec 02 16:41:39.181 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-02T16:41:39.965Z[ recovery-image] Dec 02 16:41:39.190 INFO O| Dec 02 16:41:39.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71072024-12-02T16:41:39.965Z[ recovery-image] Dec 02 16:41:39.190 INFO O| Dec 02 16:41:39.190 INFO STEP 932 (remove_files) COMPLETE
71082024-12-02T16:41:39.968Z[ recovery-image] Dec 02 16:41:39.190 INFO O| Dec 02 16:41:39.190 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-02T16:41:39.975Z[ recovery-image] Dec 02 16:41:39.200 INFO O| Dec 02 16:41:39.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71102024-12-02T16:41:39.975Z[ recovery-image] Dec 02 16:41:39.200 INFO O| Dec 02 16:41:39.200 INFO STEP 933 (remove_files) COMPLETE
71112024-12-02T16:41:39.975Z[ recovery-image] Dec 02 16:41:39.200 INFO O| Dec 02 16:41:39.200 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-02T16:41:39.984Z[ recovery-image] Dec 02 16:41:39.209 INFO O| Dec 02 16:41:39.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71132024-12-02T16:41:39.987Z[ recovery-image] Dec 02 16:41:39.209 INFO O| Dec 02 16:41:39.209 INFO STEP 934 (remove_files) COMPLETE
71142024-12-02T16:41:39.987Z[ recovery-image] Dec 02 16:41:39.209 INFO O| Dec 02 16:41:39.209 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-02T16:41:39.994Z[ recovery-image] Dec 02 16:41:39.219 INFO O| Dec 02 16:41:39.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71162024-12-02T16:41:39.994Z[ recovery-image] Dec 02 16:41:39.219 INFO O| Dec 02 16:41:39.219 INFO STEP 935 (remove_files) COMPLETE
71172024-12-02T16:41:39.996Z[ recovery-image] Dec 02 16:41:39.219 INFO O| Dec 02 16:41:39.219 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-02T16:41:40.003Z[ recovery-image] Dec 02 16:41:39.228 INFO O| Dec 02 16:41:39.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71192024-12-02T16:41:40.003Z[ recovery-image] Dec 02 16:41:39.228 INFO O| Dec 02 16:41:39.228 INFO STEP 936 (remove_files) COMPLETE
71202024-12-02T16:41:40.003Z[ recovery-image] Dec 02 16:41:39.228 INFO O| Dec 02 16:41:39.228 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-02T16:41:40.013Z[ recovery-image] Dec 02 16:41:39.238 INFO O| Dec 02 16:41:39.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71222024-12-02T16:41:40.015Z[ recovery-image] Dec 02 16:41:39.238 INFO O| Dec 02 16:41:39.238 INFO STEP 937 (remove_files) COMPLETE
71232024-12-02T16:41:40.015Z[ recovery-image] Dec 02 16:41:39.238 INFO O| Dec 02 16:41:39.238 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-02T16:41:40.022Z[ recovery-image] Dec 02 16:41:39.247 INFO O| Dec 02 16:41:39.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71252024-12-02T16:41:40.022Z[ recovery-image] Dec 02 16:41:39.247 INFO O| Dec 02 16:41:39.247 INFO STEP 938 (remove_files) COMPLETE
71262024-12-02T16:41:40.022Z[ recovery-image] Dec 02 16:41:39.247 INFO O| Dec 02 16:41:39.247 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-02T16:41:40.032Z[ recovery-image] Dec 02 16:41:39.257 INFO O| Dec 02 16:41:39.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71282024-12-02T16:41:40.032Z[ recovery-image] Dec 02 16:41:39.257 INFO O| Dec 02 16:41:39.257 INFO STEP 939 (remove_files) COMPLETE
71292024-12-02T16:41:40.034Z[ recovery-image] Dec 02 16:41:39.257 INFO O| Dec 02 16:41:39.257 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-02T16:41:40.041Z[ recovery-image] Dec 02 16:41:39.266 INFO O| Dec 02 16:41:39.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71312024-12-02T16:41:40.043Z[ recovery-image] Dec 02 16:41:39.266 INFO O| Dec 02 16:41:39.266 INFO STEP 940 (remove_files) COMPLETE
71322024-12-02T16:41:40.043Z[ recovery-image] Dec 02 16:41:39.266 INFO O| Dec 02 16:41:39.266 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-02T16:41:40.051Z[ recovery-image] Dec 02 16:41:39.276 INFO O| Dec 02 16:41:39.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71342024-12-02T16:41:40.051Z[ recovery-image] Dec 02 16:41:39.276 INFO O| Dec 02 16:41:39.276 INFO STEP 941 (remove_files) COMPLETE
71352024-12-02T16:41:40.053Z[ recovery-image] Dec 02 16:41:39.276 INFO O| Dec 02 16:41:39.276 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-02T16:41:40.060Z[ recovery-image] Dec 02 16:41:39.285 INFO O| Dec 02 16:41:39.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71372024-12-02T16:41:40.060Z[ recovery-image] Dec 02 16:41:39.285 INFO O| Dec 02 16:41:39.285 INFO STEP 942 (remove_files) COMPLETE
71382024-12-02T16:41:40.060Z[ recovery-image] Dec 02 16:41:39.285 INFO O| Dec 02 16:41:39.285 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-02T16:41:40.070Z[ recovery-image] Dec 02 16:41:39.294 INFO O| Dec 02 16:41:39.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71402024-12-02T16:41:40.070Z[ recovery-image] Dec 02 16:41:39.295 INFO O| Dec 02 16:41:39.294 INFO STEP 943 (remove_files) COMPLETE
71412024-12-02T16:41:40.070Z[ recovery-image] Dec 02 16:41:39.295 INFO O| Dec 02 16:41:39.295 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-02T16:41:40.079Z[ recovery-image] Dec 02 16:41:39.304 INFO O| Dec 02 16:41:39.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71432024-12-02T16:41:40.079Z[ recovery-image] Dec 02 16:41:39.304 INFO O| Dec 02 16:41:39.304 INFO STEP 944 (remove_files) COMPLETE
71442024-12-02T16:41:40.079Z[ recovery-image] Dec 02 16:41:39.304 INFO O| Dec 02 16:41:39.304 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-02T16:41:40.088Z[ recovery-image] Dec 02 16:41:39.313 INFO O| Dec 02 16:41:39.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71462024-12-02T16:41:40.088Z[ recovery-image] Dec 02 16:41:39.313 INFO O| Dec 02 16:41:39.313 INFO STEP 945 (remove_files) COMPLETE
71472024-12-02T16:41:40.091Z[ recovery-image] Dec 02 16:41:39.313 INFO O| Dec 02 16:41:39.313 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-02T16:41:40.097Z[ recovery-image] Dec 02 16:41:39.322 INFO O| Dec 02 16:41:39.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71492024-12-02T16:41:40.100Z[ recovery-image] Dec 02 16:41:39.322 INFO O| Dec 02 16:41:39.322 INFO STEP 946 (remove_files) COMPLETE
71502024-12-02T16:41:40.100Z[ recovery-image] Dec 02 16:41:39.322 INFO O| Dec 02 16:41:39.322 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-02T16:41:40.107Z[ recovery-image] Dec 02 16:41:39.332 INFO O| Dec 02 16:41:39.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71522024-12-02T16:41:40.109Z[ recovery-image] Dec 02 16:41:39.332 INFO O| Dec 02 16:41:39.332 INFO STEP 947 (remove_files) COMPLETE
71532024-12-02T16:41:40.109Z[ recovery-image] Dec 02 16:41:39.332 INFO O| Dec 02 16:41:39.332 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-02T16:41:40.116Z[ recovery-image] Dec 02 16:41:39.341 INFO O| Dec 02 16:41:39.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71552024-12-02T16:41:40.116Z[ recovery-image] Dec 02 16:41:39.341 INFO O| Dec 02 16:41:39.341 INFO STEP 948 (remove_files) COMPLETE
71562024-12-02T16:41:40.118Z[ recovery-image] Dec 02 16:41:39.341 INFO O| Dec 02 16:41:39.341 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-02T16:41:40.126Z[ recovery-image] Dec 02 16:41:39.351 INFO O| Dec 02 16:41:39.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71582024-12-02T16:41:40.126Z[ recovery-image] Dec 02 16:41:39.351 INFO O| Dec 02 16:41:39.351 INFO STEP 949 (remove_files) COMPLETE
71592024-12-02T16:41:40.128Z[ recovery-image] Dec 02 16:41:39.351 INFO O| Dec 02 16:41:39.351 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-02T16:41:40.136Z[ recovery-image] Dec 02 16:41:39.361 INFO O| Dec 02 16:41:39.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71612024-12-02T16:41:40.136Z[ recovery-image] Dec 02 16:41:39.361 INFO O| Dec 02 16:41:39.361 INFO STEP 950 (remove_files) COMPLETE
71622024-12-02T16:41:40.138Z[ recovery-image] Dec 02 16:41:39.361 INFO O| Dec 02 16:41:39.361 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-02T16:41:40.145Z[ recovery-image] Dec 02 16:41:39.370 INFO O| Dec 02 16:41:39.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71642024-12-02T16:41:40.145Z[ recovery-image] Dec 02 16:41:39.370 INFO O| Dec 02 16:41:39.370 INFO STEP 951 (remove_files) COMPLETE
71652024-12-02T16:41:40.145Z[ recovery-image] Dec 02 16:41:39.370 INFO O| Dec 02 16:41:39.370 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-02T16:41:40.155Z[ recovery-image] Dec 02 16:41:39.380 INFO O| Dec 02 16:41:39.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71672024-12-02T16:41:40.155Z[ recovery-image] Dec 02 16:41:39.380 INFO O| Dec 02 16:41:39.380 INFO STEP 952 (remove_files) COMPLETE
71682024-12-02T16:41:40.157Z[ recovery-image] Dec 02 16:41:39.380 INFO O| Dec 02 16:41:39.380 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-02T16:41:40.164Z[ recovery-image] Dec 02 16:41:39.389 INFO O| Dec 02 16:41:39.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71702024-12-02T16:41:40.164Z[ recovery-image] Dec 02 16:41:39.389 INFO O| Dec 02 16:41:39.389 INFO STEP 953 (remove_files) COMPLETE
71712024-12-02T16:41:40.166Z[ recovery-image] Dec 02 16:41:39.389 INFO O| Dec 02 16:41:39.389 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-02T16:41:40.174Z[ recovery-image] Dec 02 16:41:39.399 INFO O| Dec 02 16:41:39.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71732024-12-02T16:41:40.176Z[ recovery-image] Dec 02 16:41:39.399 INFO O| Dec 02 16:41:39.399 INFO STEP 954 (remove_files) COMPLETE
71742024-12-02T16:41:40.176Z[ recovery-image] Dec 02 16:41:39.399 INFO O| Dec 02 16:41:39.399 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-02T16:41:40.184Z[ recovery-image] Dec 02 16:41:39.409 INFO O| Dec 02 16:41:39.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71762024-12-02T16:41:40.184Z[ recovery-image] Dec 02 16:41:39.409 INFO O| Dec 02 16:41:39.409 INFO STEP 955 (remove_files) COMPLETE
71772024-12-02T16:41:40.184Z[ recovery-image] Dec 02 16:41:39.409 INFO O| Dec 02 16:41:39.409 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-02T16:41:40.194Z[ recovery-image] Dec 02 16:41:39.419 INFO O| Dec 02 16:41:39.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71792024-12-02T16:41:40.196Z[ recovery-image] Dec 02 16:41:39.419 INFO O| Dec 02 16:41:39.419 INFO STEP 956 (remove_files) COMPLETE
71802024-12-02T16:41:40.196Z[ recovery-image] Dec 02 16:41:39.419 INFO O| Dec 02 16:41:39.419 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-02T16:41:40.204Z[ recovery-image] Dec 02 16:41:39.429 INFO O| Dec 02 16:41:39.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71822024-12-02T16:41:40.204Z[ recovery-image] Dec 02 16:41:39.429 INFO O| Dec 02 16:41:39.429 INFO STEP 957 (remove_files) COMPLETE
71832024-12-02T16:41:40.204Z[ recovery-image] Dec 02 16:41:39.429 INFO O| Dec 02 16:41:39.429 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-02T16:41:40.214Z[ recovery-image] Dec 02 16:41:39.439 INFO O| Dec 02 16:41:39.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
71852024-12-02T16:41:40.214Z[ recovery-image] Dec 02 16:41:39.439 INFO O| Dec 02 16:41:39.439 INFO STEP 958 (remove_files) COMPLETE
71862024-12-02T16:41:40.214Z[ recovery-image] Dec 02 16:41:39.439 INFO O| Dec 02 16:41:39.439 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-02T16:41:40.224Z[ recovery-image] Dec 02 16:41:39.449 INFO O| Dec 02 16:41:39.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
71882024-12-02T16:41:40.224Z[ recovery-image] Dec 02 16:41:39.449 INFO O| Dec 02 16:41:39.449 INFO STEP 959 (remove_files) COMPLETE
71892024-12-02T16:41:40.224Z[ recovery-image] Dec 02 16:41:39.449 INFO O| Dec 02 16:41:39.449 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-02T16:41:40.233Z[ recovery-image] Dec 02 16:41:39.458 INFO O| Dec 02 16:41:39.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
71912024-12-02T16:41:40.233Z[ recovery-image] Dec 02 16:41:39.458 INFO O| Dec 02 16:41:39.458 INFO STEP 960 (remove_files) COMPLETE
71922024-12-02T16:41:40.236Z[ recovery-image] Dec 02 16:41:39.458 INFO O| Dec 02 16:41:39.458 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-02T16:41:40.243Z[ recovery-image] Dec 02 16:41:39.468 INFO O| Dec 02 16:41:39.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
71942024-12-02T16:41:40.243Z[ recovery-image] Dec 02 16:41:39.468 INFO O| Dec 02 16:41:39.468 INFO STEP 961 (remove_files) COMPLETE
71952024-12-02T16:41:40.246Z[ recovery-image] Dec 02 16:41:39.468 INFO O| Dec 02 16:41:39.468 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-02T16:41:40.253Z[ recovery-image] Dec 02 16:41:39.478 INFO O| Dec 02 16:41:39.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
71972024-12-02T16:41:40.253Z[ recovery-image] Dec 02 16:41:39.478 INFO O| Dec 02 16:41:39.478 INFO STEP 962 (remove_files) COMPLETE
71982024-12-02T16:41:40.255Z[ recovery-image] Dec 02 16:41:39.478 INFO O| Dec 02 16:41:39.478 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-02T16:41:40.263Z[ recovery-image] Dec 02 16:41:39.488 INFO O| Dec 02 16:41:39.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72002024-12-02T16:41:40.263Z[ recovery-image] Dec 02 16:41:39.488 INFO O| Dec 02 16:41:39.488 INFO STEP 963 (remove_files) COMPLETE
72012024-12-02T16:41:40.263Z[ recovery-image] Dec 02 16:41:39.488 INFO O| Dec 02 16:41:39.488 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-02T16:41:40.272Z[ recovery-image] Dec 02 16:41:39.497 INFO O| Dec 02 16:41:39.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72032024-12-02T16:41:40.275Z[ recovery-image] Dec 02 16:41:39.497 INFO O| Dec 02 16:41:39.497 INFO STEP 964 (remove_files) COMPLETE
72042024-12-02T16:41:40.275Z[ recovery-image] Dec 02 16:41:39.498 INFO O| Dec 02 16:41:39.497 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-02T16:41:40.282Z[ recovery-image] Dec 02 16:41:39.507 INFO O| Dec 02 16:41:39.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72062024-12-02T16:41:40.285Z[ recovery-image] Dec 02 16:41:39.507 INFO O| Dec 02 16:41:39.507 INFO STEP 965 (remove_files) COMPLETE
72072024-12-02T16:41:40.285Z[ recovery-image] Dec 02 16:41:39.507 INFO O| Dec 02 16:41:39.507 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-02T16:41:40.292Z[ recovery-image] Dec 02 16:41:39.517 INFO O| Dec 02 16:41:39.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72092024-12-02T16:41:40.292Z[ recovery-image] Dec 02 16:41:39.517 INFO O| Dec 02 16:41:39.517 INFO STEP 966 (remove_files) COMPLETE
72102024-12-02T16:41:40.292Z[ recovery-image] Dec 02 16:41:39.517 INFO O| Dec 02 16:41:39.517 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-02T16:41:40.302Z[ recovery-image] Dec 02 16:41:39.527 INFO O| Dec 02 16:41:39.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72122024-12-02T16:41:40.302Z[ recovery-image] Dec 02 16:41:39.527 INFO O| Dec 02 16:41:39.527 INFO STEP 967 (remove_files) COMPLETE
72132024-12-02T16:41:40.304Z[ recovery-image] Dec 02 16:41:39.527 INFO O| Dec 02 16:41:39.527 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-02T16:41:40.311Z[ recovery-image] Dec 02 16:41:39.536 INFO O| Dec 02 16:41:39.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72152024-12-02T16:41:40.311Z[ recovery-image] Dec 02 16:41:39.536 INFO O| Dec 02 16:41:39.536 INFO STEP 968 (remove_files) COMPLETE
72162024-12-02T16:41:40.311Z[ recovery-image] Dec 02 16:41:39.536 INFO O| Dec 02 16:41:39.536 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-02T16:41:40.321Z[ recovery-image] Dec 02 16:41:39.546 INFO O| Dec 02 16:41:39.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72182024-12-02T16:41:40.321Z[ recovery-image] Dec 02 16:41:39.546 INFO O| Dec 02 16:41:39.546 INFO STEP 969 (remove_files) COMPLETE
72192024-12-02T16:41:40.323Z[ recovery-image] Dec 02 16:41:39.546 INFO O| Dec 02 16:41:39.546 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-02T16:41:40.331Z[ recovery-image] Dec 02 16:41:39.556 INFO O| Dec 02 16:41:39.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72212024-12-02T16:41:40.331Z[ recovery-image] Dec 02 16:41:39.556 INFO O| Dec 02 16:41:39.556 INFO STEP 970 (remove_files) COMPLETE
72222024-12-02T16:41:40.333Z[ recovery-image] Dec 02 16:41:39.556 INFO O| Dec 02 16:41:39.556 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-02T16:41:40.340Z[ recovery-image] Dec 02 16:41:39.565 INFO O| Dec 02 16:41:39.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72242024-12-02T16:41:40.340Z[ recovery-image] Dec 02 16:41:39.565 INFO O| Dec 02 16:41:39.565 INFO STEP 971 (remove_files) COMPLETE
72252024-12-02T16:41:40.343Z[ recovery-image] Dec 02 16:41:39.565 INFO O| Dec 02 16:41:39.565 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-02T16:41:40.350Z[ recovery-image] Dec 02 16:41:39.575 INFO O| Dec 02 16:41:39.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72272024-12-02T16:41:40.353Z[ recovery-image] Dec 02 16:41:39.575 INFO O| Dec 02 16:41:39.575 INFO STEP 972 (remove_files) COMPLETE
72282024-12-02T16:41:40.353Z[ recovery-image] Dec 02 16:41:39.575 INFO O| Dec 02 16:41:39.575 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-02T16:41:40.360Z[ recovery-image] Dec 02 16:41:39.585 INFO O| Dec 02 16:41:39.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72302024-12-02T16:41:40.362Z[ recovery-image] Dec 02 16:41:39.585 INFO O| Dec 02 16:41:39.585 INFO STEP 973 (remove_files) COMPLETE
72312024-12-02T16:41:40.362Z[ recovery-image] Dec 02 16:41:39.585 INFO O| Dec 02 16:41:39.585 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-02T16:41:40.369Z[ recovery-image] Dec 02 16:41:39.594 INFO O| Dec 02 16:41:39.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72332024-12-02T16:41:40.372Z[ recovery-image] Dec 02 16:41:39.594 INFO O| Dec 02 16:41:39.594 INFO STEP 974 (remove_files) COMPLETE
72342024-12-02T16:41:40.372Z[ recovery-image] Dec 02 16:41:39.594 INFO O| Dec 02 16:41:39.594 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-02T16:41:40.379Z[ recovery-image] Dec 02 16:41:39.604 INFO O| Dec 02 16:41:39.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72362024-12-02T16:41:40.379Z[ recovery-image] Dec 02 16:41:39.604 INFO O| Dec 02 16:41:39.604 INFO STEP 975 (remove_files) COMPLETE
72372024-12-02T16:41:40.379Z[ recovery-image] Dec 02 16:41:39.604 INFO O| Dec 02 16:41:39.604 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-02T16:41:40.388Z[ recovery-image] Dec 02 16:41:39.613 INFO O| Dec 02 16:41:39.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72392024-12-02T16:41:40.388Z[ recovery-image] Dec 02 16:41:39.613 INFO O| Dec 02 16:41:39.613 INFO STEP 976 (remove_files) COMPLETE
72402024-12-02T16:41:40.391Z[ recovery-image] Dec 02 16:41:39.613 INFO O| Dec 02 16:41:39.613 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-02T16:41:40.400Z[ recovery-image] Dec 02 16:41:39.624 INFO O| Dec 02 16:41:39.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72422024-12-02T16:41:40.400Z[ recovery-image] Dec 02 16:41:39.625 INFO O| Dec 02 16:41:39.625 INFO STEP 977 (remove_files) COMPLETE
72432024-12-02T16:41:40.402Z[ recovery-image] Dec 02 16:41:39.625 INFO O| Dec 02 16:41:39.625 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-02T16:41:40.411Z[ recovery-image] Dec 02 16:41:39.636 INFO O| Dec 02 16:41:39.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72452024-12-02T16:41:40.413Z[ recovery-image] Dec 02 16:41:39.636 INFO O| Dec 02 16:41:39.636 INFO STEP 978 (remove_files) COMPLETE
72462024-12-02T16:41:40.413Z[ recovery-image] Dec 02 16:41:39.636 INFO O| Dec 02 16:41:39.636 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-02T16:41:40.422Z[ recovery-image] Dec 02 16:41:39.646 INFO O| Dec 02 16:41:39.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72482024-12-02T16:41:40.422Z[ recovery-image] Dec 02 16:41:39.647 INFO O| Dec 02 16:41:39.646 INFO STEP 979 (remove_files) COMPLETE
72492024-12-02T16:41:40.424Z[ recovery-image] Dec 02 16:41:39.647 INFO O| Dec 02 16:41:39.647 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-02T16:41:40.432Z[ recovery-image] Dec 02 16:41:39.657 INFO O| Dec 02 16:41:39.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72512024-12-02T16:41:40.432Z[ recovery-image] Dec 02 16:41:39.657 INFO O| Dec 02 16:41:39.657 INFO STEP 980 (remove_files) COMPLETE
72522024-12-02T16:41:40.435Z[ recovery-image] Dec 02 16:41:39.657 INFO O| Dec 02 16:41:39.657 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-02T16:41:40.442Z[ recovery-image] Dec 02 16:41:39.667 INFO O| Dec 02 16:41:39.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72542024-12-02T16:41:40.445Z[ recovery-image] Dec 02 16:41:39.667 INFO O| Dec 02 16:41:39.667 INFO STEP 981 (remove_files) COMPLETE
72552024-12-02T16:41:40.445Z[ recovery-image] Dec 02 16:41:39.667 INFO O| Dec 02 16:41:39.667 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-02T16:41:40.452Z[ recovery-image] Dec 02 16:41:39.677 INFO O| Dec 02 16:41:39.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72572024-12-02T16:41:40.452Z[ recovery-image] Dec 02 16:41:39.677 INFO O| Dec 02 16:41:39.677 INFO STEP 982 (remove_files) COMPLETE
72582024-12-02T16:41:40.455Z[ recovery-image] Dec 02 16:41:39.677 INFO O| Dec 02 16:41:39.677 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-02T16:41:40.462Z[ recovery-image] Dec 02 16:41:39.687 INFO O| Dec 02 16:41:39.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72602024-12-02T16:41:40.465Z[ recovery-image] Dec 02 16:41:39.687 INFO O| Dec 02 16:41:39.687 INFO STEP 983 (remove_files) COMPLETE
72612024-12-02T16:41:40.465Z[ recovery-image] Dec 02 16:41:39.687 INFO O| Dec 02 16:41:39.687 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-02T16:41:40.474Z[ recovery-image] Dec 02 16:41:39.699 INFO O| Dec 02 16:41:39.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72632024-12-02T16:41:40.474Z[ recovery-image] Dec 02 16:41:39.699 INFO O| Dec 02 16:41:39.699 INFO STEP 984 (remove_files) COMPLETE
72642024-12-02T16:41:40.474Z[ recovery-image] Dec 02 16:41:39.699 INFO O| Dec 02 16:41:39.699 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-02T16:41:40.485Z[ recovery-image] Dec 02 16:41:39.709 INFO O| Dec 02 16:41:39.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72662024-12-02T16:41:40.487Z[ recovery-image] Dec 02 16:41:39.709 INFO O| Dec 02 16:41:39.709 INFO STEP 985 (remove_files) COMPLETE
72672024-12-02T16:41:40.487Z[ recovery-image] Dec 02 16:41:39.709 INFO O| Dec 02 16:41:39.709 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-02T16:41:40.495Z[ recovery-image] Dec 02 16:41:39.720 INFO O| Dec 02 16:41:39.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72692024-12-02T16:41:40.498Z[ recovery-image] Dec 02 16:41:39.720 INFO O| Dec 02 16:41:39.720 INFO STEP 986 (remove_files) COMPLETE
72702024-12-02T16:41:40.498Z[ recovery-image] Dec 02 16:41:39.720 INFO O| Dec 02 16:41:39.720 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-02T16:41:40.506Z[ recovery-image] Dec 02 16:41:39.731 INFO O| Dec 02 16:41:39.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72722024-12-02T16:41:40.509Z[ recovery-image] Dec 02 16:41:39.731 INFO O| Dec 02 16:41:39.731 INFO STEP 987 (remove_files) COMPLETE
72732024-12-02T16:41:40.510Z[ recovery-image] Dec 02 16:41:39.731 INFO O| Dec 02 16:41:39.731 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-02T16:41:40.516Z[ recovery-image] Dec 02 16:41:39.741 INFO O| Dec 02 16:41:39.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72752024-12-02T16:41:40.519Z[ recovery-image] Dec 02 16:41:39.741 INFO O| Dec 02 16:41:39.741 INFO STEP 988 (remove_files) COMPLETE
72762024-12-02T16:41:40.519Z[ recovery-image] Dec 02 16:41:39.741 INFO O| Dec 02 16:41:39.741 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-02T16:41:40.526Z[ recovery-image] Dec 02 16:41:39.751 INFO O| Dec 02 16:41:39.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72782024-12-02T16:41:40.526Z[ recovery-image] Dec 02 16:41:39.751 INFO O| Dec 02 16:41:39.751 INFO STEP 989 (remove_files) COMPLETE
72792024-12-02T16:41:40.529Z[ recovery-image] Dec 02 16:41:39.751 INFO O| Dec 02 16:41:39.751 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-02T16:41:40.538Z[ recovery-image] Dec 02 16:41:39.763 INFO O| Dec 02 16:41:39.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72812024-12-02T16:41:40.538Z[ recovery-image] Dec 02 16:41:39.763 INFO O| Dec 02 16:41:39.763 INFO STEP 990 (remove_files) COMPLETE
72822024-12-02T16:41:40.541Z[ recovery-image] Dec 02 16:41:39.763 INFO O| Dec 02 16:41:39.763 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-02T16:41:40.550Z[ recovery-image] Dec 02 16:41:39.775 INFO O| Dec 02 16:41:39.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72842024-12-02T16:41:40.553Z[ recovery-image] Dec 02 16:41:39.775 INFO O| Dec 02 16:41:39.775 INFO STEP 991 (remove_files) COMPLETE
72852024-12-02T16:41:40.553Z[ recovery-image] Dec 02 16:41:39.775 INFO O| Dec 02 16:41:39.775 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-02T16:41:40.560Z[ recovery-image] Dec 02 16:41:39.785 INFO O| Dec 02 16:41:39.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
72872024-12-02T16:41:40.560Z[ recovery-image] Dec 02 16:41:39.785 INFO O| Dec 02 16:41:39.785 INFO STEP 992 (remove_files) COMPLETE
72882024-12-02T16:41:40.560Z[ recovery-image] Dec 02 16:41:39.785 INFO O| Dec 02 16:41:39.785 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-02T16:41:40.569Z[ recovery-image] Dec 02 16:41:39.794 INFO O| Dec 02 16:41:39.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
72902024-12-02T16:41:40.573Z[ recovery-image] Dec 02 16:41:39.794 INFO O| Dec 02 16:41:39.794 INFO STEP 993 (remove_files) COMPLETE
72912024-12-02T16:41:40.574Z[ recovery-image] Dec 02 16:41:39.794 INFO O| Dec 02 16:41:39.794 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-02T16:41:40.579Z[ recovery-image] Dec 02 16:41:39.804 INFO O| Dec 02 16:41:39.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
72932024-12-02T16:41:40.579Z[ recovery-image] Dec 02 16:41:39.804 INFO O| Dec 02 16:41:39.804 INFO STEP 994 (remove_files) COMPLETE
72942024-12-02T16:41:40.579Z[ recovery-image] Dec 02 16:41:39.804 INFO O| Dec 02 16:41:39.804 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-02T16:41:40.588Z[ recovery-image] Dec 02 16:41:39.813 INFO O| Dec 02 16:41:39.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
72962024-12-02T16:41:40.588Z[ recovery-image] Dec 02 16:41:39.813 INFO O| Dec 02 16:41:39.813 INFO STEP 995 (remove_files) COMPLETE
72972024-12-02T16:41:40.588Z[ recovery-image] Dec 02 16:41:39.813 INFO O| Dec 02 16:41:39.813 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-02T16:41:40.597Z[ recovery-image] Dec 02 16:41:39.822 INFO O| Dec 02 16:41:39.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
72992024-12-02T16:41:40.597Z[ recovery-image] Dec 02 16:41:39.822 INFO O| Dec 02 16:41:39.822 INFO STEP 996 (remove_files) COMPLETE
73002024-12-02T16:41:40.597Z[ recovery-image] Dec 02 16:41:39.822 INFO O| Dec 02 16:41:39.822 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-02T16:41:40.607Z[ recovery-image] Dec 02 16:41:39.832 INFO O| Dec 02 16:41:39.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73022024-12-02T16:41:40.607Z[ recovery-image] Dec 02 16:41:39.832 INFO O| Dec 02 16:41:39.832 INFO STEP 997 (remove_files) COMPLETE
73032024-12-02T16:41:40.609Z[ recovery-image] Dec 02 16:41:39.832 INFO O| Dec 02 16:41:39.832 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-02T16:41:40.616Z[ recovery-image] Dec 02 16:41:39.841 INFO O| Dec 02 16:41:39.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73052024-12-02T16:41:40.616Z[ recovery-image] Dec 02 16:41:39.841 INFO O| Dec 02 16:41:39.841 INFO STEP 998 (remove_files) COMPLETE
73062024-12-02T16:41:40.618Z[ recovery-image] Dec 02 16:41:39.841 INFO O| Dec 02 16:41:39.841 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-02T16:41:40.625Z[ recovery-image] Dec 02 16:41:39.850 INFO O| Dec 02 16:41:39.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73082024-12-02T16:41:40.628Z[ recovery-image] Dec 02 16:41:39.850 INFO O| Dec 02 16:41:39.850 INFO STEP 999 (remove_files) COMPLETE
73092024-12-02T16:41:40.628Z[ recovery-image] Dec 02 16:41:39.850 INFO O| Dec 02 16:41:39.850 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-02T16:41:40.635Z[ recovery-image] Dec 02 16:41:39.860 INFO O| Dec 02 16:41:39.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73112024-12-02T16:41:40.635Z[ recovery-image] Dec 02 16:41:39.860 INFO O| Dec 02 16:41:39.860 INFO STEP 1000 (remove_files) COMPLETE
73122024-12-02T16:41:40.635Z[ recovery-image] Dec 02 16:41:39.860 INFO O| Dec 02 16:41:39.860 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-02T16:41:40.644Z[ recovery-image] Dec 02 16:41:39.869 INFO O| Dec 02 16:41:39.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73142024-12-02T16:41:40.644Z[ recovery-image] Dec 02 16:41:39.869 INFO O| Dec 02 16:41:39.869 INFO STEP 1001 (remove_files) COMPLETE
73152024-12-02T16:41:40.644Z[ recovery-image] Dec 02 16:41:39.869 INFO O| Dec 02 16:41:39.869 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-02T16:41:40.653Z[ recovery-image] Dec 02 16:41:39.878 INFO O| Dec 02 16:41:39.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73172024-12-02T16:41:40.653Z[ recovery-image] Dec 02 16:41:39.878 INFO O| Dec 02 16:41:39.878 INFO STEP 1002 (remove_files) COMPLETE
73182024-12-02T16:41:40.656Z[ recovery-image] Dec 02 16:41:39.878 INFO O| Dec 02 16:41:39.878 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-02T16:41:40.662Z[ recovery-image] Dec 02 16:41:39.887 INFO O| Dec 02 16:41:39.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73202024-12-02T16:41:40.665Z[ recovery-image] Dec 02 16:41:39.887 INFO O| Dec 02 16:41:39.887 INFO STEP 1003 (remove_files) COMPLETE
73212024-12-02T16:41:40.665Z[ recovery-image] Dec 02 16:41:39.888 INFO O| Dec 02 16:41:39.887 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-02T16:41:40.672Z[ recovery-image] Dec 02 16:41:39.897 INFO O| Dec 02 16:41:39.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73232024-12-02T16:41:40.672Z[ recovery-image] Dec 02 16:41:39.897 INFO O| Dec 02 16:41:39.897 INFO STEP 1004 (remove_files) COMPLETE
73242024-12-02T16:41:40.674Z[ recovery-image] Dec 02 16:41:39.897 INFO O| Dec 02 16:41:39.897 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-02T16:41:40.681Z[ recovery-image] Dec 02 16:41:39.906 INFO O| Dec 02 16:41:39.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73262024-12-02T16:41:40.681Z[ recovery-image] Dec 02 16:41:39.906 INFO O| Dec 02 16:41:39.906 INFO STEP 1005 (remove_files) COMPLETE
73272024-12-02T16:41:40.681Z[ recovery-image] Dec 02 16:41:39.906 INFO O| Dec 02 16:41:39.906 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-02T16:41:40.691Z[ recovery-image] Dec 02 16:41:39.915 INFO O| Dec 02 16:41:39.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73292024-12-02T16:41:40.691Z[ recovery-image] Dec 02 16:41:39.915 INFO O| Dec 02 16:41:39.915 INFO STEP 1006 (remove_files) COMPLETE
73302024-12-02T16:41:40.693Z[ recovery-image] Dec 02 16:41:39.915 INFO O| Dec 02 16:41:39.915 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-02T16:41:40.700Z[ recovery-image] Dec 02 16:41:39.925 INFO O| Dec 02 16:41:39.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73322024-12-02T16:41:40.700Z[ recovery-image] Dec 02 16:41:39.925 INFO O| Dec 02 16:41:39.925 INFO STEP 1007 (remove_files) COMPLETE
73332024-12-02T16:41:40.702Z[ recovery-image] Dec 02 16:41:39.925 INFO O| Dec 02 16:41:39.925 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-02T16:41:40.709Z[ recovery-image] Dec 02 16:41:39.934 INFO O| Dec 02 16:41:39.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73352024-12-02T16:41:40.709Z[ recovery-image] Dec 02 16:41:39.934 INFO O| Dec 02 16:41:39.934 INFO STEP 1008 (remove_files) COMPLETE
73362024-12-02T16:41:40.711Z[ recovery-image] Dec 02 16:41:39.934 INFO O| Dec 02 16:41:39.934 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-02T16:41:40.719Z[ recovery-image] Dec 02 16:41:39.943 INFO O| Dec 02 16:41:39.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73382024-12-02T16:41:40.719Z[ recovery-image] Dec 02 16:41:39.943 INFO O| Dec 02 16:41:39.943 INFO STEP 1009 (remove_files) COMPLETE
73392024-12-02T16:41:40.721Z[ recovery-image] Dec 02 16:41:39.944 INFO O| Dec 02 16:41:39.943 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-02T16:41:40.729Z[ recovery-image] Dec 02 16:41:39.953 INFO O| Dec 02 16:41:39.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73412024-12-02T16:41:40.729Z[ recovery-image] Dec 02 16:41:39.953 INFO O| Dec 02 16:41:39.953 INFO STEP 1010 (remove_files) COMPLETE
73422024-12-02T16:41:40.729Z[ recovery-image] Dec 02 16:41:39.953 INFO O| Dec 02 16:41:39.953 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-02T16:41:40.737Z[ recovery-image] Dec 02 16:41:39.962 INFO O| Dec 02 16:41:39.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73442024-12-02T16:41:40.737Z[ recovery-image] Dec 02 16:41:39.962 INFO O| Dec 02 16:41:39.962 INFO STEP 1011 (remove_files) COMPLETE
73452024-12-02T16:41:40.737Z[ recovery-image] Dec 02 16:41:39.962 INFO O| Dec 02 16:41:39.962 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-02T16:41:40.747Z[ recovery-image] Dec 02 16:41:39.971 INFO O| Dec 02 16:41:39.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73472024-12-02T16:41:40.747Z[ recovery-image] Dec 02 16:41:39.971 INFO O| Dec 02 16:41:39.971 INFO STEP 1012 (remove_files) COMPLETE
73482024-12-02T16:41:40.749Z[ recovery-image] Dec 02 16:41:39.971 INFO O| Dec 02 16:41:39.971 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-02T16:41:40.756Z[ recovery-image] Dec 02 16:41:39.981 INFO O| Dec 02 16:41:39.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73502024-12-02T16:41:40.758Z[ recovery-image] Dec 02 16:41:39.981 INFO O| Dec 02 16:41:39.981 INFO STEP 1013 (remove_files) COMPLETE
73512024-12-02T16:41:40.758Z[ recovery-image] Dec 02 16:41:39.981 INFO O| Dec 02 16:41:39.981 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-02T16:41:40.765Z[ recovery-image] Dec 02 16:41:39.990 INFO O| Dec 02 16:41:39.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73532024-12-02T16:41:40.765Z[ recovery-image] Dec 02 16:41:39.990 INFO O| Dec 02 16:41:39.990 INFO STEP 1014 (remove_files) COMPLETE
73542024-12-02T16:41:40.768Z[ recovery-image] Dec 02 16:41:39.990 INFO O| Dec 02 16:41:39.990 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-02T16:41:40.775Z[ recovery-image] Dec 02 16:41:39.999 INFO O| Dec 02 16:41:39.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73562024-12-02T16:41:40.777Z[ recovery-image] Dec 02 16:41:40.000 INFO O| Dec 02 16:41:40.000 INFO STEP 1015 (remove_files) COMPLETE
73572024-12-02T16:41:40.777Z[ recovery-image] Dec 02 16:41:40.000 INFO O| Dec 02 16:41:40.000 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-02T16:41:40.785Z[ recovery-image] Dec 02 16:41:40.010 INFO O| Dec 02 16:41:40.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73592024-12-02T16:41:40.785Z[ recovery-image] Dec 02 16:41:40.010 INFO O| Dec 02 16:41:40.010 INFO STEP 1016 (remove_files) COMPLETE
73602024-12-02T16:41:40.786Z[ recovery-image] Dec 02 16:41:40.010 INFO O| Dec 02 16:41:40.010 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-02T16:41:40.795Z[ recovery-image] Dec 02 16:41:40.020 INFO O| Dec 02 16:41:40.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73622024-12-02T16:41:40.795Z[ recovery-image] Dec 02 16:41:40.020 INFO O| Dec 02 16:41:40.020 INFO STEP 1017 (remove_files) COMPLETE
73632024-12-02T16:41:40.795Z[ recovery-image] Dec 02 16:41:40.020 INFO O| Dec 02 16:41:40.020 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-02T16:41:40.804Z[ recovery-image] Dec 02 16:41:40.029 INFO O| Dec 02 16:41:40.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73652024-12-02T16:41:40.807Z[ recovery-image] Dec 02 16:41:40.029 INFO O| Dec 02 16:41:40.029 INFO STEP 1018 (remove_files) COMPLETE
73662024-12-02T16:41:40.807Z[ recovery-image] Dec 02 16:41:40.029 INFO O| Dec 02 16:41:40.029 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-02T16:41:40.814Z[ recovery-image] Dec 02 16:41:40.038 INFO O| Dec 02 16:41:40.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73682024-12-02T16:41:40.814Z[ recovery-image] Dec 02 16:41:40.039 INFO O| Dec 02 16:41:40.039 INFO STEP 1019 (remove_files) COMPLETE
73692024-12-02T16:41:40.816Z[ recovery-image] Dec 02 16:41:40.039 INFO O| Dec 02 16:41:40.039 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-02T16:41:40.823Z[ recovery-image] Dec 02 16:41:40.048 INFO O| Dec 02 16:41:40.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73712024-12-02T16:41:40.825Z[ recovery-image] Dec 02 16:41:40.048 INFO O| Dec 02 16:41:40.048 INFO STEP 1020 (remove_files) COMPLETE
73722024-12-02T16:41:40.825Z[ recovery-image] Dec 02 16:41:40.048 INFO O| Dec 02 16:41:40.048 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-02T16:41:40.832Z[ recovery-image] Dec 02 16:41:40.057 INFO O| Dec 02 16:41:40.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73742024-12-02T16:41:40.832Z[ recovery-image] Dec 02 16:41:40.057 INFO O| Dec 02 16:41:40.057 INFO STEP 1021 (remove_files) COMPLETE
73752024-12-02T16:41:40.835Z[ recovery-image] Dec 02 16:41:40.057 INFO O| Dec 02 16:41:40.057 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-02T16:41:40.841Z[ recovery-image] Dec 02 16:41:40.066 INFO O| Dec 02 16:41:40.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73772024-12-02T16:41:40.841Z[ recovery-image] Dec 02 16:41:40.066 INFO O| Dec 02 16:41:40.066 INFO STEP 1022 (remove_files) COMPLETE
73782024-12-02T16:41:40.844Z[ recovery-image] Dec 02 16:41:40.066 INFO O| Dec 02 16:41:40.066 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-02T16:41:40.851Z[ recovery-image] Dec 02 16:41:40.076 INFO O| Dec 02 16:41:40.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73802024-12-02T16:41:40.851Z[ recovery-image] Dec 02 16:41:40.076 INFO O| Dec 02 16:41:40.076 INFO STEP 1023 (remove_files) COMPLETE
73812024-12-02T16:41:40.853Z[ recovery-image] Dec 02 16:41:40.076 INFO O| Dec 02 16:41:40.076 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-02T16:41:40.860Z[ recovery-image] Dec 02 16:41:40.085 INFO O| Dec 02 16:41:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73832024-12-02T16:41:40.860Z[ recovery-image] Dec 02 16:41:40.085 INFO O| Dec 02 16:41:40.085 INFO STEP 1024 (remove_files) COMPLETE
73842024-12-02T16:41:40.860Z[ recovery-image] Dec 02 16:41:40.085 INFO O| Dec 02 16:41:40.085 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-02T16:41:40.869Z[ recovery-image] Dec 02 16:41:40.094 INFO O| Dec 02 16:41:40.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73862024-12-02T16:41:40.869Z[ recovery-image] Dec 02 16:41:40.094 INFO O| Dec 02 16:41:40.094 INFO STEP 1025 (remove_files) COMPLETE
73872024-12-02T16:41:40.872Z[ recovery-image] Dec 02 16:41:40.094 INFO O| Dec 02 16:41:40.094 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-02T16:41:40.879Z[ recovery-image] Dec 02 16:41:40.103 INFO O| Dec 02 16:41:40.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
73892024-12-02T16:41:40.879Z[ recovery-image] Dec 02 16:41:40.104 INFO O| Dec 02 16:41:40.103 INFO STEP 1026 (remove_files) COMPLETE
73902024-12-02T16:41:40.881Z[ recovery-image] Dec 02 16:41:40.104 INFO O| Dec 02 16:41:40.103 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-02T16:41:40.888Z[ recovery-image] Dec 02 16:41:40.113 INFO O| Dec 02 16:41:40.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73922024-12-02T16:41:40.888Z[ recovery-image] Dec 02 16:41:40.113 INFO O| Dec 02 16:41:40.113 INFO STEP 1027 (remove_files) COMPLETE
73932024-12-02T16:41:40.890Z[ recovery-image] Dec 02 16:41:40.113 INFO O| Dec 02 16:41:40.113 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-02T16:41:40.897Z[ recovery-image] Dec 02 16:41:40.122 INFO O| Dec 02 16:41:40.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
73952024-12-02T16:41:40.897Z[ recovery-image] Dec 02 16:41:40.122 INFO O| Dec 02 16:41:40.122 INFO STEP 1028 (remove_files) COMPLETE
73962024-12-02T16:41:40.900Z[ recovery-image] Dec 02 16:41:40.122 INFO O| Dec 02 16:41:40.122 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-02T16:41:40.906Z[ recovery-image] Dec 02 16:41:40.131 INFO O| Dec 02 16:41:40.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
73982024-12-02T16:41:40.909Z[ recovery-image] Dec 02 16:41:40.131 INFO O| Dec 02 16:41:40.131 INFO STEP 1029 (remove_files) COMPLETE
73992024-12-02T16:41:40.909Z[ recovery-image] Dec 02 16:41:40.131 INFO O| Dec 02 16:41:40.131 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-02T16:41:40.916Z[ recovery-image] Dec 02 16:41:40.141 INFO O| Dec 02 16:41:40.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74012024-12-02T16:41:40.916Z[ recovery-image] Dec 02 16:41:40.141 INFO O| Dec 02 16:41:40.141 INFO STEP 1030 (remove_files) COMPLETE
74022024-12-02T16:41:40.918Z[ recovery-image] Dec 02 16:41:40.141 INFO O| Dec 02 16:41:40.141 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-02T16:41:40.925Z[ recovery-image] Dec 02 16:41:40.150 INFO O| Dec 02 16:41:40.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74042024-12-02T16:41:40.925Z[ recovery-image] Dec 02 16:41:40.150 INFO O| Dec 02 16:41:40.150 INFO STEP 1031 (remove_files) COMPLETE
74052024-12-02T16:41:40.925Z[ recovery-image] Dec 02 16:41:40.150 INFO O| Dec 02 16:41:40.150 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-02T16:41:40.934Z[ recovery-image] Dec 02 16:41:40.159 INFO O| Dec 02 16:41:40.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74072024-12-02T16:41:40.934Z[ recovery-image] Dec 02 16:41:40.159 INFO O| Dec 02 16:41:40.159 INFO STEP 1032 (remove_files) COMPLETE
74082024-12-02T16:41:40.937Z[ recovery-image] Dec 02 16:41:40.159 INFO O| Dec 02 16:41:40.159 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-02T16:41:40.944Z[ recovery-image] Dec 02 16:41:40.168 INFO O| Dec 02 16:41:40.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74102024-12-02T16:41:40.944Z[ recovery-image] Dec 02 16:41:40.168 INFO O| Dec 02 16:41:40.168 INFO STEP 1033 (remove_files) COMPLETE
74112024-12-02T16:41:40.946Z[ recovery-image] Dec 02 16:41:40.168 INFO O| Dec 02 16:41:40.168 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-02T16:41:40.953Z[ recovery-image] Dec 02 16:41:40.178 INFO O| Dec 02 16:41:40.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74132024-12-02T16:41:40.953Z[ recovery-image] Dec 02 16:41:40.178 INFO O| Dec 02 16:41:40.178 INFO STEP 1034 (remove_files) COMPLETE
74142024-12-02T16:41:40.956Z[ recovery-image] Dec 02 16:41:40.178 INFO O| Dec 02 16:41:40.178 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-02T16:41:40.962Z[ recovery-image] Dec 02 16:41:40.187 INFO O| Dec 02 16:41:40.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74162024-12-02T16:41:40.962Z[ recovery-image] Dec 02 16:41:40.187 INFO O| Dec 02 16:41:40.187 INFO STEP 1035 (remove_files) COMPLETE
74172024-12-02T16:41:40.966Z[ recovery-image] Dec 02 16:41:40.187 INFO O| Dec 02 16:41:40.187 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-02T16:41:40.971Z[ recovery-image] Dec 02 16:41:40.196 INFO O| Dec 02 16:41:40.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74192024-12-02T16:41:40.971Z[ recovery-image] Dec 02 16:41:40.196 INFO O| Dec 02 16:41:40.196 INFO STEP 1036 (remove_files) COMPLETE
74202024-12-02T16:41:40.974Z[ recovery-image] Dec 02 16:41:40.196 INFO O| Dec 02 16:41:40.196 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-02T16:41:40.987Z[ recovery-image] Dec 02 16:41:40.205 INFO O| Dec 02 16:41:40.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74222024-12-02T16:41:40.987Z[ recovery-image] Dec 02 16:41:40.205 INFO O| Dec 02 16:41:40.205 INFO STEP 1037 (remove_files) COMPLETE
74232024-12-02T16:41:40.989Z[ recovery-image] Dec 02 16:41:40.206 INFO O| Dec 02 16:41:40.205 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-02T16:41:40.992Z[ recovery-image] Dec 02 16:41:40.215 INFO O| Dec 02 16:41:40.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74252024-12-02T16:41:40.992Z[ recovery-image] Dec 02 16:41:40.215 INFO O| Dec 02 16:41:40.215 INFO STEP 1038 (remove_files) COMPLETE
74262024-12-02T16:41:40.992Z[ recovery-image] Dec 02 16:41:40.215 INFO O| Dec 02 16:41:40.215 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-02T16:41:40.999Z[ recovery-image] Dec 02 16:41:40.224 INFO O| Dec 02 16:41:40.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74282024-12-02T16:41:40.999Z[ recovery-image] Dec 02 16:41:40.224 INFO O| Dec 02 16:41:40.224 INFO STEP 1039 (remove_files) COMPLETE
74292024-12-02T16:41:41.003Z[ recovery-image] Dec 02 16:41:40.224 INFO O| Dec 02 16:41:40.224 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-02T16:41:41.009Z[ recovery-image] Dec 02 16:41:40.233 INFO O| Dec 02 16:41:40.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74312024-12-02T16:41:41.009Z[ recovery-image] Dec 02 16:41:40.234 INFO O| Dec 02 16:41:40.233 INFO STEP 1040 (remove_files) COMPLETE
74322024-12-02T16:41:41.011Z[ recovery-image] Dec 02 16:41:40.234 INFO O| Dec 02 16:41:40.233 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-02T16:41:41.018Z[ recovery-image] Dec 02 16:41:40.243 INFO O| Dec 02 16:41:40.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74342024-12-02T16:41:41.021Z[ recovery-image] Dec 02 16:41:40.243 INFO O| Dec 02 16:41:40.243 INFO STEP 1041 (remove_files) COMPLETE
74352024-12-02T16:41:41.021Z[ recovery-image] Dec 02 16:41:40.243 INFO O| Dec 02 16:41:40.243 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-02T16:41:41.027Z[ recovery-image] Dec 02 16:41:40.252 INFO O| Dec 02 16:41:40.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74372024-12-02T16:41:41.030Z[ recovery-image] Dec 02 16:41:40.252 INFO O| Dec 02 16:41:40.252 INFO STEP 1042 (remove_files) COMPLETE
74382024-12-02T16:41:41.030Z[ recovery-image] Dec 02 16:41:40.252 INFO O| Dec 02 16:41:40.252 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-02T16:41:41.037Z[ recovery-image] Dec 02 16:41:40.261 INFO O| Dec 02 16:41:40.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74402024-12-02T16:41:41.037Z[ recovery-image] Dec 02 16:41:40.261 INFO O| Dec 02 16:41:40.261 INFO STEP 1043 (remove_files) COMPLETE
74412024-12-02T16:41:41.037Z[ recovery-image] Dec 02 16:41:40.261 INFO O| Dec 02 16:41:40.261 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-02T16:41:41.046Z[ recovery-image] Dec 02 16:41:40.271 INFO O| Dec 02 16:41:40.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74432024-12-02T16:41:41.048Z[ recovery-image] Dec 02 16:41:40.271 INFO O| Dec 02 16:41:40.271 INFO STEP 1044 (remove_files) COMPLETE
74442024-12-02T16:41:41.048Z[ recovery-image] Dec 02 16:41:40.271 INFO O| Dec 02 16:41:40.271 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-02T16:41:41.055Z[ recovery-image] Dec 02 16:41:40.280 INFO O| Dec 02 16:41:40.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74462024-12-02T16:41:41.058Z[ recovery-image] Dec 02 16:41:40.280 INFO O| Dec 02 16:41:40.280 INFO STEP 1045 (remove_files) COMPLETE
74472024-12-02T16:41:41.058Z[ recovery-image] Dec 02 16:41:40.280 INFO O| Dec 02 16:41:40.280 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-02T16:41:41.064Z[ recovery-image] Dec 02 16:41:40.289 INFO O| Dec 02 16:41:40.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74492024-12-02T16:41:41.064Z[ recovery-image] Dec 02 16:41:40.289 INFO O| Dec 02 16:41:40.289 INFO STEP 1046 (remove_files) COMPLETE
74502024-12-02T16:41:41.067Z[ recovery-image] Dec 02 16:41:40.289 INFO O| Dec 02 16:41:40.289 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-02T16:41:41.073Z[ recovery-image] Dec 02 16:41:40.298 INFO O| Dec 02 16:41:40.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74522024-12-02T16:41:41.073Z[ recovery-image] Dec 02 16:41:40.298 INFO O| Dec 02 16:41:40.298 INFO STEP 1047 (remove_files) COMPLETE
74532024-12-02T16:41:41.073Z[ recovery-image] Dec 02 16:41:40.298 INFO O| Dec 02 16:41:40.298 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-02T16:41:41.083Z[ recovery-image] Dec 02 16:41:40.307 INFO O| Dec 02 16:41:40.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74552024-12-02T16:41:41.083Z[ recovery-image] Dec 02 16:41:40.307 INFO O| Dec 02 16:41:40.307 INFO STEP 1048 (remove_files) COMPLETE
74562024-12-02T16:41:41.083Z[ recovery-image] Dec 02 16:41:40.308 INFO O| Dec 02 16:41:40.307 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-02T16:41:41.092Z[ recovery-image] Dec 02 16:41:40.317 INFO O| Dec 02 16:41:40.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74582024-12-02T16:41:41.094Z[ recovery-image] Dec 02 16:41:40.317 INFO O| Dec 02 16:41:40.317 INFO STEP 1049 (remove_files) COMPLETE
74592024-12-02T16:41:41.094Z[ recovery-image] Dec 02 16:41:40.317 INFO O| Dec 02 16:41:40.317 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-02T16:41:41.101Z[ recovery-image] Dec 02 16:41:40.326 INFO O| Dec 02 16:41:40.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74612024-12-02T16:41:41.104Z[ recovery-image] Dec 02 16:41:40.326 INFO O| Dec 02 16:41:40.326 INFO STEP 1050 (remove_files) COMPLETE
74622024-12-02T16:41:41.104Z[ recovery-image] Dec 02 16:41:40.326 INFO O| Dec 02 16:41:40.326 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-02T16:41:41.110Z[ recovery-image] Dec 02 16:41:40.335 INFO O| Dec 02 16:41:40.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74642024-12-02T16:41:41.113Z[ recovery-image] Dec 02 16:41:40.335 INFO O| Dec 02 16:41:40.335 INFO STEP 1051 (remove_files) COMPLETE
74652024-12-02T16:41:41.113Z[ recovery-image] Dec 02 16:41:40.335 INFO O| Dec 02 16:41:40.335 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-02T16:41:41.120Z[ recovery-image] Dec 02 16:41:40.344 INFO O| Dec 02 16:41:40.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74672024-12-02T16:41:41.122Z[ recovery-image] Dec 02 16:41:40.344 INFO O| Dec 02 16:41:40.344 INFO STEP 1052 (remove_files) COMPLETE
74682024-12-02T16:41:41.122Z[ recovery-image] Dec 02 16:41:40.345 INFO O| Dec 02 16:41:40.344 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-02T16:41:41.129Z[ recovery-image] Dec 02 16:41:40.354 INFO O| Dec 02 16:41:40.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74702024-12-02T16:41:41.129Z[ recovery-image] Dec 02 16:41:40.354 INFO O| Dec 02 16:41:40.354 INFO STEP 1053 (remove_files) COMPLETE
74712024-12-02T16:41:41.129Z[ recovery-image] Dec 02 16:41:40.354 INFO O| Dec 02 16:41:40.354 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-02T16:41:41.138Z[ recovery-image] Dec 02 16:41:40.363 INFO O| Dec 02 16:41:40.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74732024-12-02T16:41:41.140Z[ recovery-image] Dec 02 16:41:40.363 INFO O| Dec 02 16:41:40.363 INFO STEP 1054 (remove_files) COMPLETE
74742024-12-02T16:41:41.140Z[ recovery-image] Dec 02 16:41:40.363 INFO O| Dec 02 16:41:40.363 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-02T16:41:41.147Z[ recovery-image] Dec 02 16:41:40.372 INFO O| Dec 02 16:41:40.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74762024-12-02T16:41:41.147Z[ recovery-image] Dec 02 16:41:40.372 INFO O| Dec 02 16:41:40.372 INFO STEP 1055 (remove_files) COMPLETE
74772024-12-02T16:41:41.147Z[ recovery-image] Dec 02 16:41:40.372 INFO O| Dec 02 16:41:40.372 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-02T16:41:41.158Z[ recovery-image] Dec 02 16:41:40.381 INFO O| Dec 02 16:41:40.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74792024-12-02T16:41:41.158Z[ recovery-image] Dec 02 16:41:40.381 INFO O| Dec 02 16:41:40.381 INFO STEP 1056 (remove_files) COMPLETE
74802024-12-02T16:41:41.161Z[ recovery-image] Dec 02 16:41:40.381 INFO O| Dec 02 16:41:40.381 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-02T16:41:41.166Z[ recovery-image] Dec 02 16:41:40.391 INFO O| Dec 02 16:41:40.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74822024-12-02T16:41:41.166Z[ recovery-image] Dec 02 16:41:40.391 INFO O| Dec 02 16:41:40.391 INFO STEP 1057 (remove_files) COMPLETE
74832024-12-02T16:41:41.166Z[ recovery-image] Dec 02 16:41:40.391 INFO O| Dec 02 16:41:40.391 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-02T16:41:41.175Z[ recovery-image] Dec 02 16:41:40.400 INFO O| Dec 02 16:41:40.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
74852024-12-02T16:41:41.175Z[ recovery-image] Dec 02 16:41:40.400 INFO O| Dec 02 16:41:40.400 INFO STEP 1058 (remove_files) COMPLETE
74862024-12-02T16:41:41.178Z[ recovery-image] Dec 02 16:41:40.400 INFO O| Dec 02 16:41:40.400 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-02T16:41:41.184Z[ recovery-image] Dec 02 16:41:40.409 INFO O| Dec 02 16:41:40.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
74882024-12-02T16:41:41.184Z[ recovery-image] Dec 02 16:41:40.409 INFO O| Dec 02 16:41:40.409 INFO STEP 1059 (remove_files) COMPLETE
74892024-12-02T16:41:41.184Z[ recovery-image] Dec 02 16:41:40.409 INFO O| Dec 02 16:41:40.409 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-02T16:41:41.193Z[ recovery-image] Dec 02 16:41:40.418 INFO O| Dec 02 16:41:40.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
74912024-12-02T16:41:41.196Z[ recovery-image] Dec 02 16:41:40.418 INFO O| Dec 02 16:41:40.418 INFO STEP 1060 (remove_files) COMPLETE
74922024-12-02T16:41:41.196Z[ recovery-image] Dec 02 16:41:40.418 INFO O| Dec 02 16:41:40.418 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-02T16:41:41.203Z[ recovery-image] Dec 02 16:41:40.427 INFO O| Dec 02 16:41:40.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74942024-12-02T16:41:41.211Z[ recovery-image] Dec 02 16:41:40.428 INFO O| Dec 02 16:41:40.428 INFO STEP 1061 (remove_files) COMPLETE
74952024-12-02T16:41:41.211Z[ recovery-image] Dec 02 16:41:40.428 INFO O| Dec 02 16:41:40.428 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-02T16:41:41.216Z[ recovery-image] Dec 02 16:41:40.437 INFO O| Dec 02 16:41:40.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74972024-12-02T16:41:41.216Z[ recovery-image] Dec 02 16:41:40.437 INFO O| Dec 02 16:41:40.437 INFO STEP 1062 (remove_files) COMPLETE
74982024-12-02T16:41:41.216Z[ recovery-image] Dec 02 16:41:40.437 INFO O| Dec 02 16:41:40.437 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-02T16:41:41.221Z[ recovery-image] Dec 02 16:41:40.446 INFO O| Dec 02 16:41:40.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75002024-12-02T16:41:41.224Z[ recovery-image] Dec 02 16:41:40.446 INFO O| Dec 02 16:41:40.446 INFO STEP 1063 (remove_files) COMPLETE
75012024-12-02T16:41:41.224Z[ recovery-image] Dec 02 16:41:40.446 INFO O| Dec 02 16:41:40.446 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-02T16:41:41.231Z[ recovery-image] Dec 02 16:41:40.455 INFO O| Dec 02 16:41:40.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75032024-12-02T16:41:41.231Z[ recovery-image] Dec 02 16:41:40.456 INFO O| Dec 02 16:41:40.456 INFO STEP 1064 (remove_files) COMPLETE
75042024-12-02T16:41:41.233Z[ recovery-image] Dec 02 16:41:40.456 INFO O| Dec 02 16:41:40.456 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-02T16:41:41.240Z[ recovery-image] Dec 02 16:41:40.465 INFO O| Dec 02 16:41:40.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75062024-12-02T16:41:41.242Z[ recovery-image] Dec 02 16:41:40.465 INFO O| Dec 02 16:41:40.465 INFO STEP 1065 (remove_files) COMPLETE
75072024-12-02T16:41:41.242Z[ recovery-image] Dec 02 16:41:40.465 INFO O| Dec 02 16:41:40.465 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-02T16:41:41.249Z[ recovery-image] Dec 02 16:41:40.474 INFO O| Dec 02 16:41:40.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75092024-12-02T16:41:41.252Z[ recovery-image] Dec 02 16:41:40.474 INFO O| Dec 02 16:41:40.474 INFO STEP 1066 (remove_files) COMPLETE
75102024-12-02T16:41:41.252Z[ recovery-image] Dec 02 16:41:40.474 INFO O| Dec 02 16:41:40.474 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-02T16:41:41.258Z[ recovery-image] Dec 02 16:41:40.483 INFO O| Dec 02 16:41:40.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75122024-12-02T16:41:41.258Z[ recovery-image] Dec 02 16:41:40.483 INFO O| Dec 02 16:41:40.483 INFO STEP 1067 (remove_files) COMPLETE
75132024-12-02T16:41:41.261Z[ recovery-image] Dec 02 16:41:40.483 INFO O| Dec 02 16:41:40.483 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-02T16:41:41.268Z[ recovery-image] Dec 02 16:41:40.492 INFO O| Dec 02 16:41:40.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75152024-12-02T16:41:41.268Z[ recovery-image] Dec 02 16:41:40.492 INFO O| Dec 02 16:41:40.492 INFO STEP 1068 (remove_files) COMPLETE
75162024-12-02T16:41:41.270Z[ recovery-image] Dec 02 16:41:40.493 INFO O| Dec 02 16:41:40.492 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-02T16:41:41.277Z[ recovery-image] Dec 02 16:41:40.502 INFO O| Dec 02 16:41:40.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75182024-12-02T16:41:41.277Z[ recovery-image] Dec 02 16:41:40.502 INFO O| Dec 02 16:41:40.502 INFO STEP 1069 (remove_files) COMPLETE
75192024-12-02T16:41:41.277Z[ recovery-image] Dec 02 16:41:40.502 INFO O| Dec 02 16:41:40.502 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-02T16:41:41.286Z[ recovery-image] Dec 02 16:41:40.511 INFO O| Dec 02 16:41:40.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75212024-12-02T16:41:41.286Z[ recovery-image] Dec 02 16:41:40.511 INFO O| Dec 02 16:41:40.511 INFO STEP 1070 (remove_files) COMPLETE
75222024-12-02T16:41:41.289Z[ recovery-image] Dec 02 16:41:40.511 INFO O| Dec 02 16:41:40.511 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-02T16:41:41.295Z[ recovery-image] Dec 02 16:41:40.520 INFO O| Dec 02 16:41:40.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75242024-12-02T16:41:41.295Z[ recovery-image] Dec 02 16:41:40.520 INFO O| Dec 02 16:41:40.520 INFO STEP 1071 (remove_files) COMPLETE
75252024-12-02T16:41:41.298Z[ recovery-image] Dec 02 16:41:40.520 INFO O| Dec 02 16:41:40.520 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-02T16:41:41.304Z[ recovery-image] Dec 02 16:41:40.529 INFO O| Dec 02 16:41:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75272024-12-02T16:41:41.304Z[ recovery-image] Dec 02 16:41:40.529 INFO O| Dec 02 16:41:40.529 INFO STEP 1072 (remove_files) COMPLETE
75282024-12-02T16:41:41.307Z[ recovery-image] Dec 02 16:41:40.529 INFO O| Dec 02 16:41:40.529 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-02T16:41:41.314Z[ recovery-image] Dec 02 16:41:40.539 INFO O| Dec 02 16:41:40.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75302024-12-02T16:41:41.316Z[ recovery-image] Dec 02 16:41:40.539 INFO O| Dec 02 16:41:40.539 INFO STEP 1073 (remove_files) COMPLETE
75312024-12-02T16:41:41.316Z[ recovery-image] Dec 02 16:41:40.539 INFO O| Dec 02 16:41:40.539 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-02T16:41:41.324Z[ recovery-image] Dec 02 16:41:40.548 INFO O| Dec 02 16:41:40.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75332024-12-02T16:41:41.326Z[ recovery-image] Dec 02 16:41:40.548 INFO O| Dec 02 16:41:40.548 INFO STEP 1074 (remove_files) COMPLETE
75342024-12-02T16:41:41.326Z[ recovery-image] Dec 02 16:41:40.548 INFO O| Dec 02 16:41:40.548 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-02T16:41:41.333Z[ recovery-image] Dec 02 16:41:40.558 INFO O| Dec 02 16:41:40.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75362024-12-02T16:41:41.333Z[ recovery-image] Dec 02 16:41:40.558 INFO O| Dec 02 16:41:40.558 INFO STEP 1075 (remove_files) COMPLETE
75372024-12-02T16:41:41.333Z[ recovery-image] Dec 02 16:41:40.558 INFO O| Dec 02 16:41:40.558 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-02T16:41:41.344Z[ recovery-image] Dec 02 16:41:40.567 INFO O| Dec 02 16:41:40.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75392024-12-02T16:41:41.344Z[ recovery-image] Dec 02 16:41:40.567 INFO O| Dec 02 16:41:40.567 INFO STEP 1076 (remove_files) COMPLETE
75402024-12-02T16:41:41.344Z[ recovery-image] Dec 02 16:41:40.567 INFO O| Dec 02 16:41:40.567 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-02T16:41:41.351Z[ recovery-image] Dec 02 16:41:40.576 INFO O| Dec 02 16:41:40.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75422024-12-02T16:41:41.351Z[ recovery-image] Dec 02 16:41:40.576 INFO O| Dec 02 16:41:40.576 INFO STEP 1077 (remove_files) COMPLETE
75432024-12-02T16:41:41.351Z[ recovery-image] Dec 02 16:41:40.576 INFO O| Dec 02 16:41:40.576 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-02T16:41:41.360Z[ recovery-image] Dec 02 16:41:40.585 INFO O| Dec 02 16:41:40.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75452024-12-02T16:41:41.360Z[ recovery-image] Dec 02 16:41:40.585 INFO O| Dec 02 16:41:40.585 INFO STEP 1078 (remove_files) COMPLETE
75462024-12-02T16:41:41.363Z[ recovery-image] Dec 02 16:41:40.585 INFO O| Dec 02 16:41:40.585 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-02T16:41:41.370Z[ recovery-image] Dec 02 16:41:40.594 INFO O| Dec 02 16:41:40.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75482024-12-02T16:41:41.370Z[ recovery-image] Dec 02 16:41:40.595 INFO O| Dec 02 16:41:40.595 INFO STEP 1079 (remove_files) COMPLETE
75492024-12-02T16:41:41.372Z[ recovery-image] Dec 02 16:41:40.595 INFO O| Dec 02 16:41:40.595 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-02T16:41:41.379Z[ recovery-image] Dec 02 16:41:40.604 INFO O| Dec 02 16:41:40.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75512024-12-02T16:41:41.381Z[ recovery-image] Dec 02 16:41:40.604 INFO O| Dec 02 16:41:40.604 INFO STEP 1080 (remove_files) COMPLETE
75522024-12-02T16:41:41.381Z[ recovery-image] Dec 02 16:41:40.604 INFO O| Dec 02 16:41:40.604 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-02T16:41:41.388Z[ recovery-image] Dec 02 16:41:40.613 INFO O| Dec 02 16:41:40.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75542024-12-02T16:41:41.388Z[ recovery-image] Dec 02 16:41:40.613 INFO O| Dec 02 16:41:40.613 INFO STEP 1081 (remove_files) COMPLETE
75552024-12-02T16:41:41.391Z[ recovery-image] Dec 02 16:41:40.613 INFO O| Dec 02 16:41:40.613 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-02T16:41:41.397Z[ recovery-image] Dec 02 16:41:40.622 INFO O| Dec 02 16:41:40.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75572024-12-02T16:41:41.397Z[ recovery-image] Dec 02 16:41:40.622 INFO O| Dec 02 16:41:40.622 INFO STEP 1082 (remove_files) COMPLETE
75582024-12-02T16:41:41.400Z[ recovery-image] Dec 02 16:41:40.622 INFO O| Dec 02 16:41:40.622 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-02T16:41:41.406Z[ recovery-image] Dec 02 16:41:40.631 INFO O| Dec 02 16:41:40.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75602024-12-02T16:41:41.407Z[ recovery-image] Dec 02 16:41:40.631 INFO O| Dec 02 16:41:40.631 INFO STEP 1083 (remove_files) COMPLETE
75612024-12-02T16:41:41.407Z[ recovery-image] Dec 02 16:41:40.631 INFO O| Dec 02 16:41:40.631 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-02T16:41:41.416Z[ recovery-image] Dec 02 16:41:40.641 INFO O| Dec 02 16:41:40.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75632024-12-02T16:41:41.416Z[ recovery-image] Dec 02 16:41:40.641 INFO O| Dec 02 16:41:40.641 INFO STEP 1084 (remove_files) COMPLETE
75642024-12-02T16:41:41.418Z[ recovery-image] Dec 02 16:41:40.641 INFO O| Dec 02 16:41:40.641 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-02T16:41:41.425Z[ recovery-image] Dec 02 16:41:40.650 INFO O| Dec 02 16:41:40.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75662024-12-02T16:41:41.425Z[ recovery-image] Dec 02 16:41:40.650 INFO O| Dec 02 16:41:40.650 INFO STEP 1085 (remove_files) COMPLETE
75672024-12-02T16:41:41.426Z[ recovery-image] Dec 02 16:41:40.650 INFO O| Dec 02 16:41:40.650 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-02T16:41:41.434Z[ recovery-image] Dec 02 16:41:40.659 INFO O| Dec 02 16:41:40.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75692024-12-02T16:41:41.435Z[ recovery-image] Dec 02 16:41:40.659 INFO O| Dec 02 16:41:40.659 INFO STEP 1086 (remove_files) COMPLETE
75702024-12-02T16:41:41.438Z[ recovery-image] Dec 02 16:41:40.659 INFO O| Dec 02 16:41:40.659 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-02T16:41:41.444Z[ recovery-image] Dec 02 16:41:40.668 INFO O| Dec 02 16:41:40.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75722024-12-02T16:41:41.444Z[ recovery-image] Dec 02 16:41:40.668 INFO O| Dec 02 16:41:40.668 INFO STEP 1087 (remove_files) COMPLETE
75732024-12-02T16:41:41.449Z[ recovery-image] Dec 02 16:41:40.669 INFO O| Dec 02 16:41:40.668 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-02T16:41:41.453Z[ recovery-image] Dec 02 16:41:40.678 INFO O| Dec 02 16:41:40.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75752024-12-02T16:41:41.453Z[ recovery-image] Dec 02 16:41:40.678 INFO O| Dec 02 16:41:40.678 INFO STEP 1088 (remove_files) COMPLETE
75762024-12-02T16:41:41.456Z[ recovery-image] Dec 02 16:41:40.678 INFO O| Dec 02 16:41:40.678 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-02T16:41:41.463Z[ recovery-image] Dec 02 16:41:40.687 INFO O| Dec 02 16:41:40.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75782024-12-02T16:41:41.463Z[ recovery-image] Dec 02 16:41:40.687 INFO O| Dec 02 16:41:40.687 INFO STEP 1089 (remove_files) COMPLETE
75792024-12-02T16:41:41.465Z[ recovery-image] Dec 02 16:41:40.687 INFO O| Dec 02 16:41:40.687 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-02T16:41:41.471Z[ recovery-image] Dec 02 16:41:40.696 INFO O| Dec 02 16:41:40.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75812024-12-02T16:41:41.471Z[ recovery-image] Dec 02 16:41:40.696 INFO O| Dec 02 16:41:40.696 INFO STEP 1090 (remove_files) COMPLETE
75822024-12-02T16:41:41.474Z[ recovery-image] Dec 02 16:41:40.696 INFO O| Dec 02 16:41:40.696 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-02T16:41:41.481Z[ recovery-image] Dec 02 16:41:40.705 INFO O| Dec 02 16:41:40.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75842024-12-02T16:41:41.481Z[ recovery-image] Dec 02 16:41:40.705 INFO O| Dec 02 16:41:40.705 INFO STEP 1091 (remove_files) COMPLETE
75852024-12-02T16:41:41.481Z[ recovery-image] Dec 02 16:41:40.705 INFO O| Dec 02 16:41:40.705 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-02T16:41:41.490Z[ recovery-image] Dec 02 16:41:40.715 INFO O| Dec 02 16:41:40.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
75872024-12-02T16:41:41.490Z[ recovery-image] Dec 02 16:41:40.715 INFO O| Dec 02 16:41:40.715 INFO STEP 1092 (remove_files) COMPLETE
75882024-12-02T16:41:41.493Z[ recovery-image] Dec 02 16:41:40.715 INFO O| Dec 02 16:41:40.715 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-02T16:41:41.500Z[ recovery-image] Dec 02 16:41:40.724 INFO O| Dec 02 16:41:40.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
75902024-12-02T16:41:41.500Z[ recovery-image] Dec 02 16:41:40.724 INFO O| Dec 02 16:41:40.724 INFO STEP 1093 (remove_files) COMPLETE
75912024-12-02T16:41:41.503Z[ recovery-image] Dec 02 16:41:40.724 INFO O| Dec 02 16:41:40.724 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-02T16:41:41.508Z[ recovery-image] Dec 02 16:41:40.733 INFO O| Dec 02 16:41:40.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75932024-12-02T16:41:41.511Z[ recovery-image] Dec 02 16:41:40.733 INFO O| Dec 02 16:41:40.733 INFO STEP 1094 (remove_files) COMPLETE
75942024-12-02T16:41:41.511Z[ recovery-image] Dec 02 16:41:40.733 INFO O| Dec 02 16:41:40.733 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-02T16:41:41.518Z[ recovery-image] Dec 02 16:41:40.742 INFO O| Dec 02 16:41:40.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75962024-12-02T16:41:41.520Z[ recovery-image] Dec 02 16:41:40.742 INFO O| Dec 02 16:41:40.742 INFO STEP 1095 (remove_files) COMPLETE
75972024-12-02T16:41:41.520Z[ recovery-image] Dec 02 16:41:40.742 INFO O| Dec 02 16:41:40.742 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-02T16:41:41.527Z[ recovery-image] Dec 02 16:41:40.752 INFO O| Dec 02 16:41:40.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75992024-12-02T16:41:41.527Z[ recovery-image] Dec 02 16:41:40.752 INFO O| Dec 02 16:41:40.752 INFO STEP 1096 (remove_files) COMPLETE
76002024-12-02T16:41:41.527Z[ recovery-image] Dec 02 16:41:40.752 INFO O| Dec 02 16:41:40.752 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-02T16:41:41.536Z[ recovery-image] Dec 02 16:41:40.761 INFO O| Dec 02 16:41:40.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76022024-12-02T16:41:41.539Z[ recovery-image] Dec 02 16:41:40.761 INFO O| Dec 02 16:41:40.761 INFO STEP 1097 (remove_files) COMPLETE
76032024-12-02T16:41:41.539Z[ recovery-image] Dec 02 16:41:40.761 INFO O| Dec 02 16:41:40.761 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-02T16:41:41.545Z[ recovery-image] Dec 02 16:41:40.770 INFO O| Dec 02 16:41:40.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76052024-12-02T16:41:41.545Z[ recovery-image] Dec 02 16:41:40.770 INFO O| Dec 02 16:41:40.770 INFO STEP 1098 (remove_files) COMPLETE
76062024-12-02T16:41:41.545Z[ recovery-image] Dec 02 16:41:40.770 INFO O| Dec 02 16:41:40.770 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-02T16:41:41.555Z[ recovery-image] Dec 02 16:41:40.779 INFO O| Dec 02 16:41:40.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76082024-12-02T16:41:41.555Z[ recovery-image] Dec 02 16:41:40.779 INFO O| Dec 02 16:41:40.779 INFO STEP 1099 (remove_files) COMPLETE
76092024-12-02T16:41:41.555Z[ recovery-image] Dec 02 16:41:40.779 INFO O| Dec 02 16:41:40.779 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-02T16:41:41.564Z[ recovery-image] Dec 02 16:41:40.788 INFO O| Dec 02 16:41:40.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76112024-12-02T16:41:41.568Z[ recovery-image] Dec 02 16:41:40.789 INFO O| Dec 02 16:41:40.789 INFO STEP 1100 (remove_files) COMPLETE
76122024-12-02T16:41:41.568Z[ recovery-image] Dec 02 16:41:40.789 INFO O| Dec 02 16:41:40.789 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-02T16:41:41.573Z[ recovery-image] Dec 02 16:41:40.798 INFO O| Dec 02 16:41:40.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76142024-12-02T16:41:41.573Z[ recovery-image] Dec 02 16:41:40.798 INFO O| Dec 02 16:41:40.798 INFO STEP 1101 (remove_files) COMPLETE
76152024-12-02T16:41:41.573Z[ recovery-image] Dec 02 16:41:40.798 INFO O| Dec 02 16:41:40.798 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-02T16:41:41.582Z[ recovery-image] Dec 02 16:41:40.807 INFO O| Dec 02 16:41:40.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76172024-12-02T16:41:41.582Z[ recovery-image] Dec 02 16:41:40.807 INFO O| Dec 02 16:41:40.807 INFO STEP 1102 (remove_files) COMPLETE
76182024-12-02T16:41:41.585Z[ recovery-image] Dec 02 16:41:40.807 INFO O| Dec 02 16:41:40.807 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-02T16:41:41.592Z[ recovery-image] Dec 02 16:41:40.816 INFO O| Dec 02 16:41:40.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76202024-12-02T16:41:41.592Z[ recovery-image] Dec 02 16:41:40.816 INFO O| Dec 02 16:41:40.816 INFO STEP 1103 (remove_files) COMPLETE
76212024-12-02T16:41:41.592Z[ recovery-image] Dec 02 16:41:40.816 INFO O| Dec 02 16:41:40.816 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-02T16:41:41.601Z[ recovery-image] Dec 02 16:41:40.825 INFO O| Dec 02 16:41:40.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76232024-12-02T16:41:41.601Z[ recovery-image] Dec 02 16:41:40.826 INFO O| Dec 02 16:41:40.826 INFO STEP 1104 (remove_files) COMPLETE
76242024-12-02T16:41:41.601Z[ recovery-image] Dec 02 16:41:40.826 INFO O| Dec 02 16:41:40.826 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-02T16:41:41.610Z[ recovery-image] Dec 02 16:41:40.835 INFO O| Dec 02 16:41:40.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76262024-12-02T16:41:41.610Z[ recovery-image] Dec 02 16:41:40.835 INFO O| Dec 02 16:41:40.835 INFO STEP 1105 (remove_files) COMPLETE
76272024-12-02T16:41:41.613Z[ recovery-image] Dec 02 16:41:40.835 INFO O| Dec 02 16:41:40.835 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-02T16:41:41.620Z[ recovery-image] Dec 02 16:41:40.844 INFO O| Dec 02 16:41:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76292024-12-02T16:41:41.622Z[ recovery-image] Dec 02 16:41:40.844 INFO O| Dec 02 16:41:40.844 INFO STEP 1106 (remove_files) COMPLETE
76302024-12-02T16:41:41.622Z[ recovery-image] Dec 02 16:41:40.844 INFO O| Dec 02 16:41:40.844 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-02T16:41:41.629Z[ recovery-image] Dec 02 16:41:40.853 INFO O| Dec 02 16:41:40.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76322024-12-02T16:41:41.629Z[ recovery-image] Dec 02 16:41:40.853 INFO O| Dec 02 16:41:40.853 INFO STEP 1107 (remove_files) COMPLETE
76332024-12-02T16:41:41.629Z[ recovery-image] Dec 02 16:41:40.853 INFO O| Dec 02 16:41:40.853 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-02T16:41:41.638Z[ recovery-image] Dec 02 16:41:40.862 INFO O| Dec 02 16:41:40.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76352024-12-02T16:41:41.640Z[ recovery-image] Dec 02 16:41:40.862 INFO O| Dec 02 16:41:40.862 INFO STEP 1108 (remove_files) COMPLETE
76362024-12-02T16:41:41.640Z[ recovery-image] Dec 02 16:41:40.862 INFO O| Dec 02 16:41:40.862 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-02T16:41:41.647Z[ recovery-image] Dec 02 16:41:40.872 INFO O| Dec 02 16:41:40.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76382024-12-02T16:41:41.647Z[ recovery-image] Dec 02 16:41:40.872 INFO O| Dec 02 16:41:40.872 INFO STEP 1109 (remove_files) COMPLETE
76392024-12-02T16:41:41.649Z[ recovery-image] Dec 02 16:41:40.872 INFO O| Dec 02 16:41:40.872 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-02T16:41:41.656Z[ recovery-image] Dec 02 16:41:40.881 INFO O| Dec 02 16:41:40.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76412024-12-02T16:41:41.656Z[ recovery-image] Dec 02 16:41:40.881 INFO O| Dec 02 16:41:40.881 INFO STEP 1110 (remove_files) COMPLETE
76422024-12-02T16:41:41.659Z[ recovery-image] Dec 02 16:41:40.881 INFO O| Dec 02 16:41:40.881 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-02T16:41:41.666Z[ recovery-image] Dec 02 16:41:40.891 INFO O| Dec 02 16:41:40.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76442024-12-02T16:41:41.673Z[ recovery-image] Dec 02 16:41:40.891 INFO O| Dec 02 16:41:40.891 INFO STEP 1111 (remove_files) COMPLETE
76452024-12-02T16:41:41.673Z[ recovery-image] Dec 02 16:41:40.891 INFO O| Dec 02 16:41:40.891 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-02T16:41:41.676Z[ recovery-image] Dec 02 16:41:40.900 INFO O| Dec 02 16:41:40.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76472024-12-02T16:41:41.676Z[ recovery-image] Dec 02 16:41:40.900 INFO O| Dec 02 16:41:40.900 INFO STEP 1112 (remove_files) COMPLETE
76482024-12-02T16:41:41.676Z[ recovery-image] Dec 02 16:41:40.900 INFO O| Dec 02 16:41:40.900 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-02T16:41:41.684Z[ recovery-image] Dec 02 16:41:40.909 INFO O| Dec 02 16:41:40.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76502024-12-02T16:41:41.684Z[ recovery-image] Dec 02 16:41:40.909 INFO O| Dec 02 16:41:40.909 INFO STEP 1113 (remove_files) COMPLETE
76512024-12-02T16:41:41.687Z[ recovery-image] Dec 02 16:41:40.909 INFO O| Dec 02 16:41:40.909 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-02T16:41:41.693Z[ recovery-image] Dec 02 16:41:40.918 INFO O| Dec 02 16:41:40.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76532024-12-02T16:41:41.694Z[ recovery-image] Dec 02 16:41:40.918 INFO O| Dec 02 16:41:40.918 INFO STEP 1114 (remove_files) COMPLETE
76542024-12-02T16:41:41.696Z[ recovery-image] Dec 02 16:41:40.918 INFO O| Dec 02 16:41:40.918 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-02T16:41:41.703Z[ recovery-image] Dec 02 16:41:40.928 INFO O| Dec 02 16:41:40.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76562024-12-02T16:41:41.705Z[ recovery-image] Dec 02 16:41:40.928 INFO O| Dec 02 16:41:40.928 INFO STEP 1115 (remove_files) COMPLETE
76572024-12-02T16:41:41.705Z[ recovery-image] Dec 02 16:41:40.928 INFO O| Dec 02 16:41:40.928 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-02T16:41:41.712Z[ recovery-image] Dec 02 16:41:40.937 INFO O| Dec 02 16:41:40.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76592024-12-02T16:41:41.714Z[ recovery-image] Dec 02 16:41:40.937 INFO O| Dec 02 16:41:40.937 INFO STEP 1116 (remove_files) COMPLETE
76602024-12-02T16:41:41.714Z[ recovery-image] Dec 02 16:41:40.937 INFO O| Dec 02 16:41:40.937 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-02T16:41:41.721Z[ recovery-image] Dec 02 16:41:40.946 INFO O| Dec 02 16:41:40.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76622024-12-02T16:41:41.724Z[ recovery-image] Dec 02 16:41:40.946 INFO O| Dec 02 16:41:40.946 INFO STEP 1117 (remove_files) COMPLETE
76632024-12-02T16:41:41.724Z[ recovery-image] Dec 02 16:41:40.946 INFO O| Dec 02 16:41:40.946 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-02T16:41:41.730Z[ recovery-image] Dec 02 16:41:40.955 INFO O| Dec 02 16:41:40.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76652024-12-02T16:41:41.733Z[ recovery-image] Dec 02 16:41:40.955 INFO O| Dec 02 16:41:40.955 INFO STEP 1118 (remove_files) COMPLETE
76662024-12-02T16:41:41.733Z[ recovery-image] Dec 02 16:41:40.955 INFO O| Dec 02 16:41:40.955 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-02T16:41:41.740Z[ recovery-image] Dec 02 16:41:40.964 INFO O| Dec 02 16:41:40.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76682024-12-02T16:41:41.742Z[ recovery-image] Dec 02 16:41:40.964 INFO O| Dec 02 16:41:40.964 INFO STEP 1119 (remove_files) COMPLETE
76692024-12-02T16:41:41.742Z[ recovery-image] Dec 02 16:41:40.965 INFO O| Dec 02 16:41:40.964 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-02T16:41:41.749Z[ recovery-image] Dec 02 16:41:40.974 INFO O| Dec 02 16:41:40.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76712024-12-02T16:41:41.749Z[ recovery-image] Dec 02 16:41:40.974 INFO O| Dec 02 16:41:40.974 INFO STEP 1120 (remove_files) COMPLETE
76722024-12-02T16:41:41.751Z[ recovery-image] Dec 02 16:41:40.974 INFO O| Dec 02 16:41:40.974 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-02T16:41:41.758Z[ recovery-image] Dec 02 16:41:40.983 INFO O| Dec 02 16:41:40.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76742024-12-02T16:41:41.758Z[ recovery-image] Dec 02 16:41:40.983 INFO O| Dec 02 16:41:40.983 INFO STEP 1121 (remove_files) COMPLETE
76752024-12-02T16:41:41.761Z[ recovery-image] Dec 02 16:41:40.983 INFO O| Dec 02 16:41:40.983 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-02T16:41:41.767Z[ recovery-image] Dec 02 16:41:40.992 INFO O| Dec 02 16:41:40.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76772024-12-02T16:41:41.770Z[ recovery-image] Dec 02 16:41:40.992 INFO O| Dec 02 16:41:40.992 INFO STEP 1122 (remove_files) COMPLETE
76782024-12-02T16:41:41.770Z[ recovery-image] Dec 02 16:41:40.992 INFO O| Dec 02 16:41:40.992 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-02T16:41:41.777Z[ recovery-image] Dec 02 16:41:41.002 INFO O| Dec 02 16:41:41.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76802024-12-02T16:41:41.777Z[ recovery-image] Dec 02 16:41:41.002 INFO O| Dec 02 16:41:41.002 INFO STEP 1123 (remove_files) COMPLETE
76812024-12-02T16:41:41.779Z[ recovery-image] Dec 02 16:41:41.002 INFO O| Dec 02 16:41:41.002 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-02T16:41:41.787Z[ recovery-image] Dec 02 16:41:41.011 INFO O| Dec 02 16:41:41.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76832024-12-02T16:41:41.789Z[ recovery-image] Dec 02 16:41:41.012 INFO O| Dec 02 16:41:41.012 INFO STEP 1124 (remove_files) COMPLETE
76842024-12-02T16:41:41.789Z[ recovery-image] Dec 02 16:41:41.012 INFO O| Dec 02 16:41:41.012 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-02T16:41:41.796Z[ recovery-image] Dec 02 16:41:41.021 INFO O| Dec 02 16:41:41.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
76862024-12-02T16:41:41.799Z[ recovery-image] Dec 02 16:41:41.021 INFO O| Dec 02 16:41:41.021 INFO STEP 1125 (remove_files) COMPLETE
76872024-12-02T16:41:41.799Z[ recovery-image] Dec 02 16:41:41.021 INFO O| Dec 02 16:41:41.021 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-02T16:41:41.805Z[ recovery-image] Dec 02 16:41:41.030 INFO O| Dec 02 16:41:41.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
76892024-12-02T16:41:41.808Z[ recovery-image] Dec 02 16:41:41.030 INFO O| Dec 02 16:41:41.030 INFO STEP 1126 (remove_files) COMPLETE
76902024-12-02T16:41:41.809Z[ recovery-image] Dec 02 16:41:41.030 INFO O| Dec 02 16:41:41.030 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-02T16:41:41.815Z[ recovery-image] Dec 02 16:41:41.040 INFO O| Dec 02 16:41:41.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76922024-12-02T16:41:41.817Z[ recovery-image] Dec 02 16:41:41.040 INFO O| Dec 02 16:41:41.040 INFO STEP 1127 (remove_files) COMPLETE
76932024-12-02T16:41:41.817Z[ recovery-image] Dec 02 16:41:41.040 INFO O| Dec 02 16:41:41.040 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-02T16:41:41.824Z[ recovery-image] Dec 02 16:41:41.049 INFO O| Dec 02 16:41:41.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76952024-12-02T16:41:41.827Z[ recovery-image] Dec 02 16:41:41.049 INFO O| Dec 02 16:41:41.049 INFO STEP 1128 (remove_files) COMPLETE
76962024-12-02T16:41:41.827Z[ recovery-image] Dec 02 16:41:41.049 INFO O| Dec 02 16:41:41.049 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-02T16:41:41.833Z[ recovery-image] Dec 02 16:41:41.058 INFO O| Dec 02 16:41:41.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76982024-12-02T16:41:41.833Z[ recovery-image] Dec 02 16:41:41.058 INFO O| Dec 02 16:41:41.058 INFO STEP 1129 (remove_files) COMPLETE
76992024-12-02T16:41:41.833Z[ recovery-image] Dec 02 16:41:41.058 INFO O| Dec 02 16:41:41.058 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-02T16:41:41.843Z[ recovery-image] Dec 02 16:41:41.067 INFO O| Dec 02 16:41:41.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77012024-12-02T16:41:41.843Z[ recovery-image] Dec 02 16:41:41.067 INFO O| Dec 02 16:41:41.067 INFO STEP 1130 (remove_files) COMPLETE
77022024-12-02T16:41:41.843Z[ recovery-image] Dec 02 16:41:41.067 INFO O| Dec 02 16:41:41.067 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-02T16:41:41.852Z[ recovery-image] Dec 02 16:41:41.077 INFO O| Dec 02 16:41:41.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77042024-12-02T16:41:41.852Z[ recovery-image] Dec 02 16:41:41.077 INFO O| Dec 02 16:41:41.077 INFO STEP 1131 (remove_files) COMPLETE
77052024-12-02T16:41:41.854Z[ recovery-image] Dec 02 16:41:41.077 INFO O| Dec 02 16:41:41.077 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-02T16:41:41.861Z[ recovery-image] Dec 02 16:41:41.086 INFO O| Dec 02 16:41:41.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77072024-12-02T16:41:41.861Z[ recovery-image] Dec 02 16:41:41.086 INFO O| Dec 02 16:41:41.086 INFO STEP 1132 (remove_files) COMPLETE
77082024-12-02T16:41:41.864Z[ recovery-image] Dec 02 16:41:41.086 INFO O| Dec 02 16:41:41.086 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-02T16:41:41.870Z[ recovery-image] Dec 02 16:41:41.095 INFO O| Dec 02 16:41:41.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77102024-12-02T16:41:41.870Z[ recovery-image] Dec 02 16:41:41.095 INFO O| Dec 02 16:41:41.095 INFO STEP 1133 (remove_files) COMPLETE
77112024-12-02T16:41:41.870Z[ recovery-image] Dec 02 16:41:41.095 INFO O| Dec 02 16:41:41.095 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-02T16:41:41.880Z[ recovery-image] Dec 02 16:41:41.105 INFO O| Dec 02 16:41:41.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77132024-12-02T16:41:41.880Z[ recovery-image] Dec 02 16:41:41.105 INFO O| Dec 02 16:41:41.105 INFO STEP 1134 (remove_files) COMPLETE
77142024-12-02T16:41:41.882Z[ recovery-image] Dec 02 16:41:41.105 INFO O| Dec 02 16:41:41.105 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-02T16:41:41.889Z[ recovery-image] Dec 02 16:41:41.114 INFO O| Dec 02 16:41:41.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77162024-12-02T16:41:41.890Z[ recovery-image] Dec 02 16:41:41.114 INFO O| Dec 02 16:41:41.114 INFO STEP 1135 (remove_files) COMPLETE
77172024-12-02T16:41:41.892Z[ recovery-image] Dec 02 16:41:41.114 INFO O| Dec 02 16:41:41.114 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-02T16:41:41.899Z[ recovery-image] Dec 02 16:41:41.124 INFO O| Dec 02 16:41:41.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77192024-12-02T16:41:41.899Z[ recovery-image] Dec 02 16:41:41.124 INFO O| Dec 02 16:41:41.124 INFO STEP 1136 (remove_files) COMPLETE
77202024-12-02T16:41:41.899Z[ recovery-image] Dec 02 16:41:41.124 INFO O| Dec 02 16:41:41.124 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-02T16:41:41.908Z[ recovery-image] Dec 02 16:41:41.133 INFO O| Dec 02 16:41:41.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77222024-12-02T16:41:41.911Z[ recovery-image] Dec 02 16:41:41.133 INFO O| Dec 02 16:41:41.133 INFO STEP 1137 (remove_files) COMPLETE
77232024-12-02T16:41:41.911Z[ recovery-image] Dec 02 16:41:41.133 INFO O| Dec 02 16:41:41.133 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-02T16:41:41.918Z[ recovery-image] Dec 02 16:41:41.142 INFO O| Dec 02 16:41:41.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77252024-12-02T16:41:41.918Z[ recovery-image] Dec 02 16:41:41.142 INFO O| Dec 02 16:41:41.142 INFO STEP 1138 (remove_files) COMPLETE
77262024-12-02T16:41:41.920Z[ recovery-image] Dec 02 16:41:41.143 INFO O| Dec 02 16:41:41.142 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-02T16:41:41.927Z[ recovery-image] Dec 02 16:41:41.152 INFO O| Dec 02 16:41:41.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77282024-12-02T16:41:41.927Z[ recovery-image] Dec 02 16:41:41.152 INFO O| Dec 02 16:41:41.152 INFO STEP 1139 (remove_files) COMPLETE
77292024-12-02T16:41:41.929Z[ recovery-image] Dec 02 16:41:41.152 INFO O| Dec 02 16:41:41.152 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-02T16:41:41.936Z[ recovery-image] Dec 02 16:41:41.161 INFO O| Dec 02 16:41:41.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77312024-12-02T16:41:41.936Z[ recovery-image] Dec 02 16:41:41.161 INFO O| Dec 02 16:41:41.161 INFO STEP 1140 (remove_files) COMPLETE
77322024-12-02T16:41:41.939Z[ recovery-image] Dec 02 16:41:41.161 INFO O| Dec 02 16:41:41.161 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-02T16:41:41.946Z[ recovery-image] Dec 02 16:41:41.170 INFO O| Dec 02 16:41:41.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77342024-12-02T16:41:41.946Z[ recovery-image] Dec 02 16:41:41.170 INFO O| Dec 02 16:41:41.170 INFO STEP 1141 (remove_files) COMPLETE
77352024-12-02T16:41:41.948Z[ recovery-image] Dec 02 16:41:41.170 INFO O| Dec 02 16:41:41.170 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-02T16:41:41.955Z[ recovery-image] Dec 02 16:41:41.180 INFO O| Dec 02 16:41:41.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77372024-12-02T16:41:41.957Z[ recovery-image] Dec 02 16:41:41.180 INFO O| Dec 02 16:41:41.180 INFO STEP 1142 (remove_files) COMPLETE
77382024-12-02T16:41:41.957Z[ recovery-image] Dec 02 16:41:41.180 INFO O| Dec 02 16:41:41.180 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-02T16:41:41.964Z[ recovery-image] Dec 02 16:41:41.189 INFO O| Dec 02 16:41:41.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77402024-12-02T16:41:41.964Z[ recovery-image] Dec 02 16:41:41.189 INFO O| Dec 02 16:41:41.189 INFO STEP 1143 (remove_files) COMPLETE
77412024-12-02T16:41:41.967Z[ recovery-image] Dec 02 16:41:41.189 INFO O| Dec 02 16:41:41.189 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-02T16:41:41.973Z[ recovery-image] Dec 02 16:41:41.198 INFO O| Dec 02 16:41:41.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77432024-12-02T16:41:41.974Z[ recovery-image] Dec 02 16:41:41.198 INFO O| Dec 02 16:41:41.198 INFO STEP 1144 (remove_files) COMPLETE
77442024-12-02T16:41:41.976Z[ recovery-image] Dec 02 16:41:41.198 INFO O| Dec 02 16:41:41.198 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-02T16:41:41.983Z[ recovery-image] Dec 02 16:41:41.208 INFO O| Dec 02 16:41:41.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77462024-12-02T16:41:41.983Z[ recovery-image] Dec 02 16:41:41.208 INFO O| Dec 02 16:41:41.208 INFO STEP 1145 (remove_files) COMPLETE
77472024-12-02T16:41:41.985Z[ recovery-image] Dec 02 16:41:41.208 INFO O| Dec 02 16:41:41.208 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-02T16:41:41.992Z[ recovery-image] Dec 02 16:41:41.217 INFO O| Dec 02 16:41:41.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77492024-12-02T16:41:41.995Z[ recovery-image] Dec 02 16:41:41.217 INFO O| Dec 02 16:41:41.217 INFO STEP 1146 (remove_files) COMPLETE
77502024-12-02T16:41:41.995Z[ recovery-image] Dec 02 16:41:41.217 INFO O| Dec 02 16:41:41.217 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-02T16:41:42.002Z[ recovery-image] Dec 02 16:41:41.226 INFO O| Dec 02 16:41:41.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77522024-12-02T16:41:42.002Z[ recovery-image] Dec 02 16:41:41.226 INFO O| Dec 02 16:41:41.226 INFO STEP 1147 (remove_files) COMPLETE
77532024-12-02T16:41:42.002Z[ recovery-image] Dec 02 16:41:41.226 INFO O| Dec 02 16:41:41.226 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-02T16:41:42.011Z[ recovery-image] Dec 02 16:41:41.236 INFO O| Dec 02 16:41:41.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77552024-12-02T16:41:42.011Z[ recovery-image] Dec 02 16:41:41.236 INFO O| Dec 02 16:41:41.236 INFO STEP 1148 (remove_files) COMPLETE
77562024-12-02T16:41:42.011Z[ recovery-image] Dec 02 16:41:41.236 INFO O| Dec 02 16:41:41.236 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-02T16:41:42.020Z[ recovery-image] Dec 02 16:41:41.245 INFO O| Dec 02 16:41:41.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77582024-12-02T16:41:42.020Z[ recovery-image] Dec 02 16:41:41.245 INFO O| Dec 02 16:41:41.245 INFO STEP 1149 (remove_files) COMPLETE
77592024-12-02T16:41:42.023Z[ recovery-image] Dec 02 16:41:41.245 INFO O| Dec 02 16:41:41.245 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-02T16:41:42.029Z[ recovery-image] Dec 02 16:41:41.254 INFO O| Dec 02 16:41:41.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77612024-12-02T16:41:42.032Z[ recovery-image] Dec 02 16:41:41.255 INFO O| Dec 02 16:41:41.255 INFO STEP 1150 (remove_files) COMPLETE
77622024-12-02T16:41:42.032Z[ recovery-image] Dec 02 16:41:41.255 INFO O| Dec 02 16:41:41.255 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-02T16:41:42.040Z[ recovery-image] Dec 02 16:41:41.264 INFO O| Dec 02 16:41:41.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77642024-12-02T16:41:42.040Z[ recovery-image] Dec 02 16:41:41.264 INFO O| Dec 02 16:41:41.264 INFO STEP 1151 (remove_files) COMPLETE
77652024-12-02T16:41:42.042Z[ recovery-image] Dec 02 16:41:41.264 INFO O| Dec 02 16:41:41.264 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-02T16:41:42.049Z[ recovery-image] Dec 02 16:41:41.274 INFO O| Dec 02 16:41:41.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77672024-12-02T16:41:42.049Z[ recovery-image] Dec 02 16:41:41.274 INFO O| Dec 02 16:41:41.274 INFO STEP 1152 (remove_files) COMPLETE
77682024-12-02T16:41:42.052Z[ recovery-image] Dec 02 16:41:41.274 INFO O| Dec 02 16:41:41.274 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-02T16:41:42.059Z[ recovery-image] Dec 02 16:41:41.283 INFO O| Dec 02 16:41:41.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77702024-12-02T16:41:42.059Z[ recovery-image] Dec 02 16:41:41.284 INFO O| Dec 02 16:41:41.283 INFO STEP 1153 (remove_files) COMPLETE
77712024-12-02T16:41:42.061Z[ recovery-image] Dec 02 16:41:41.284 INFO O| Dec 02 16:41:41.284 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-02T16:41:42.068Z[ recovery-image] Dec 02 16:41:41.293 INFO O| Dec 02 16:41:41.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77732024-12-02T16:41:42.071Z[ recovery-image] Dec 02 16:41:41.293 INFO O| Dec 02 16:41:41.293 INFO STEP 1154 (remove_files) COMPLETE
77742024-12-02T16:41:42.071Z[ recovery-image] Dec 02 16:41:41.293 INFO O| Dec 02 16:41:41.293 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-02T16:41:42.078Z[ recovery-image] Dec 02 16:41:41.302 INFO O| Dec 02 16:41:41.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77762024-12-02T16:41:42.078Z[ recovery-image] Dec 02 16:41:41.302 INFO O| Dec 02 16:41:41.302 INFO STEP 1155 (remove_files) COMPLETE
77772024-12-02T16:41:42.080Z[ recovery-image] Dec 02 16:41:41.302 INFO O| Dec 02 16:41:41.302 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-02T16:41:42.087Z[ recovery-image] Dec 02 16:41:41.312 INFO O| Dec 02 16:41:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77792024-12-02T16:41:42.091Z[ recovery-image] Dec 02 16:41:41.312 INFO O| Dec 02 16:41:41.312 INFO STEP 1156 (remove_files) COMPLETE
77802024-12-02T16:41:42.091Z[ recovery-image] Dec 02 16:41:41.312 INFO O| Dec 02 16:41:41.312 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-02T16:41:42.096Z[ recovery-image] Dec 02 16:41:41.321 INFO O| Dec 02 16:41:41.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77822024-12-02T16:41:42.096Z[ recovery-image] Dec 02 16:41:41.321 INFO O| Dec 02 16:41:41.321 INFO STEP 1157 (remove_files) COMPLETE
77832024-12-02T16:41:42.096Z[ recovery-image] Dec 02 16:41:41.321 INFO O| Dec 02 16:41:41.321 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-02T16:41:42.106Z[ recovery-image] Dec 02 16:41:41.330 INFO O| Dec 02 16:41:41.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77852024-12-02T16:41:42.106Z[ recovery-image] Dec 02 16:41:41.330 INFO O| Dec 02 16:41:41.330 INFO STEP 1158 (remove_files) COMPLETE
77862024-12-02T16:41:42.108Z[ recovery-image] Dec 02 16:41:41.330 INFO O| Dec 02 16:41:41.330 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-02T16:41:42.115Z[ recovery-image] Dec 02 16:41:41.340 INFO O| Dec 02 16:41:41.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
77882024-12-02T16:41:42.115Z[ recovery-image] Dec 02 16:41:41.340 INFO O| Dec 02 16:41:41.340 INFO STEP 1159 (remove_files) COMPLETE
77892024-12-02T16:41:42.115Z[ recovery-image] Dec 02 16:41:41.340 INFO O| Dec 02 16:41:41.340 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-02T16:41:42.125Z[ recovery-image] Dec 02 16:41:41.350 INFO O| Dec 02 16:41:41.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
77912024-12-02T16:41:42.125Z[ recovery-image] Dec 02 16:41:41.350 INFO O| Dec 02 16:41:41.350 INFO STEP 1160 (remove_files) COMPLETE
77922024-12-02T16:41:42.125Z[ recovery-image] Dec 02 16:41:41.350 INFO O| Dec 02 16:41:41.350 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-02T16:41:42.134Z[ recovery-image] Dec 02 16:41:41.359 INFO O| Dec 02 16:41:41.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77942024-12-02T16:41:42.137Z[ recovery-image] Dec 02 16:41:41.359 INFO O| Dec 02 16:41:41.359 INFO STEP 1161 (remove_files) COMPLETE
77952024-12-02T16:41:42.137Z[ recovery-image] Dec 02 16:41:41.359 INFO O| Dec 02 16:41:41.359 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-02T16:41:42.144Z[ recovery-image] Dec 02 16:41:41.369 INFO O| Dec 02 16:41:41.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77972024-12-02T16:41:42.144Z[ recovery-image] Dec 02 16:41:41.369 INFO O| Dec 02 16:41:41.369 INFO STEP 1162 (remove_files) COMPLETE
77982024-12-02T16:41:42.144Z[ recovery-image] Dec 02 16:41:41.369 INFO O| Dec 02 16:41:41.369 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-02T16:41:42.154Z[ recovery-image] Dec 02 16:41:41.378 INFO O| Dec 02 16:41:41.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78002024-12-02T16:41:42.157Z[ recovery-image] Dec 02 16:41:41.378 INFO O| Dec 02 16:41:41.378 INFO STEP 1163 (remove_files) COMPLETE
78012024-12-02T16:41:42.157Z[ recovery-image] Dec 02 16:41:41.378 INFO O| Dec 02 16:41:41.378 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-02T16:41:42.163Z[ recovery-image] Dec 02 16:41:41.387 INFO O| Dec 02 16:41:41.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78032024-12-02T16:41:42.163Z[ recovery-image] Dec 02 16:41:41.387 INFO O| Dec 02 16:41:41.387 INFO STEP 1164 (remove_files) COMPLETE
78042024-12-02T16:41:42.165Z[ recovery-image] Dec 02 16:41:41.387 INFO O| Dec 02 16:41:41.387 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-02T16:41:42.172Z[ recovery-image] Dec 02 16:41:41.397 INFO O| Dec 02 16:41:41.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78062024-12-02T16:41:42.175Z[ recovery-image] Dec 02 16:41:41.397 INFO O| Dec 02 16:41:41.397 INFO STEP 1165 (remove_files) COMPLETE
78072024-12-02T16:41:42.175Z[ recovery-image] Dec 02 16:41:41.397 INFO O| Dec 02 16:41:41.397 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-02T16:41:42.183Z[ recovery-image] Dec 02 16:41:41.408 INFO O| Dec 02 16:41:41.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78092024-12-02T16:41:42.183Z[ recovery-image] Dec 02 16:41:41.408 INFO O| Dec 02 16:41:41.408 INFO STEP 1166 (remove_files) COMPLETE
78102024-12-02T16:41:42.185Z[ recovery-image] Dec 02 16:41:41.408 INFO O| Dec 02 16:41:41.408 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-02T16:41:42.194Z[ recovery-image] Dec 02 16:41:41.419 INFO O| Dec 02 16:41:41.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78122024-12-02T16:41:42.197Z[ recovery-image] Dec 02 16:41:41.419 INFO O| Dec 02 16:41:41.419 INFO STEP 1167 (remove_files) COMPLETE
78132024-12-02T16:41:42.197Z[ recovery-image] Dec 02 16:41:41.419 INFO O| Dec 02 16:41:41.419 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-02T16:41:42.203Z[ host-image] Dec 02 16:41:41.427 INFO O| Dec 02 16:41:41.427 INFO O| Download: Completed 8.42 MB in 4.42 seconds (1.9M/s)
78152024-12-02T16:41:42.206Z[ recovery-image] Dec 02 16:41:41.429 INFO O| Dec 02 16:41:41.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78162024-12-02T16:41:42.206Z[ recovery-image] Dec 02 16:41:41.429 INFO O| Dec 02 16:41:41.429 INFO STEP 1168 (remove_files) COMPLETE
78172024-12-02T16:41:42.206Z[ recovery-image] Dec 02 16:41:41.429 INFO O| Dec 02 16:41:41.429 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-02T16:41:42.216Z[ recovery-image] Dec 02 16:41:41.439 INFO O| Dec 02 16:41:41.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78192024-12-02T16:41:42.222Z[ recovery-image] Dec 02 16:41:41.439 INFO O| Dec 02 16:41:41.439 INFO STEP 1169 (remove_files) COMPLETE
78202024-12-02T16:41:42.222Z[ recovery-image] Dec 02 16:41:41.439 INFO O| Dec 02 16:41:41.439 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-02T16:41:42.224Z[ recovery-image] Dec 02 16:41:41.448 INFO O| Dec 02 16:41:41.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78222024-12-02T16:41:42.224Z[ recovery-image] Dec 02 16:41:41.448 INFO O| Dec 02 16:41:41.448 INFO STEP 1170 (remove_files) COMPLETE
78232024-12-02T16:41:42.225Z[ recovery-image] Dec 02 16:41:41.448 INFO O| Dec 02 16:41:41.448 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-02T16:41:42.233Z[ recovery-image] Dec 02 16:41:41.458 INFO O| Dec 02 16:41:41.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78252024-12-02T16:41:42.233Z[ recovery-image] Dec 02 16:41:41.458 INFO O| Dec 02 16:41:41.458 INFO STEP 1171 (remove_files) COMPLETE
78262024-12-02T16:41:42.236Z[ recovery-image] Dec 02 16:41:41.458 INFO O| Dec 02 16:41:41.458 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-02T16:41:42.242Z[ recovery-image] Dec 02 16:41:41.467 INFO O| Dec 02 16:41:41.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78282024-12-02T16:41:42.242Z[ recovery-image] Dec 02 16:41:41.467 INFO O| Dec 02 16:41:41.467 INFO STEP 1172 (remove_files) COMPLETE
78292024-12-02T16:41:42.245Z[ recovery-image] Dec 02 16:41:41.467 INFO O| Dec 02 16:41:41.467 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-02T16:41:42.252Z[ recovery-image] Dec 02 16:41:41.476 INFO O| Dec 02 16:41:41.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78312024-12-02T16:41:42.252Z[ recovery-image] Dec 02 16:41:41.476 INFO O| Dec 02 16:41:41.476 INFO STEP 1173 (remove_files) COMPLETE
78322024-12-02T16:41:42.252Z[ recovery-image] Dec 02 16:41:41.477 INFO O| Dec 02 16:41:41.476 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-02T16:41:42.257Z[ host-image] Dec 02 16:41:41.481 INFO O| Dec 02 16:41:41.481 INFO O| Actions: 1/1361 actions (Installing new actions)
78342024-12-02T16:41:42.261Z[ recovery-image] Dec 02 16:41:41.486 INFO O| Dec 02 16:41:41.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78352024-12-02T16:41:42.261Z[ recovery-image] Dec 02 16:41:41.486 INFO O| Dec 02 16:41:41.486 INFO STEP 1174 (remove_files) COMPLETE
78362024-12-02T16:41:42.264Z[ recovery-image] Dec 02 16:41:41.486 INFO O| Dec 02 16:41:41.486 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-02T16:41:42.272Z[ recovery-image] Dec 02 16:41:41.496 INFO O| Dec 02 16:41:41.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78382024-12-02T16:41:42.272Z[ recovery-image] Dec 02 16:41:41.497 INFO O| Dec 02 16:41:41.497 INFO STEP 1175 (remove_files) COMPLETE
78392024-12-02T16:41:42.275Z[ recovery-image] Dec 02 16:41:41.497 INFO O| Dec 02 16:41:41.497 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-02T16:41:42.286Z[ recovery-image] Dec 02 16:41:41.506 INFO O| Dec 02 16:41:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78412024-12-02T16:41:42.286Z[ recovery-image] Dec 02 16:41:41.506 INFO O| Dec 02 16:41:41.506 INFO STEP 1176 (remove_files) COMPLETE
78422024-12-02T16:41:42.289Z[ recovery-image] Dec 02 16:41:41.506 INFO O| Dec 02 16:41:41.506 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-02T16:41:42.292Z[ recovery-image] Dec 02 16:41:41.515 INFO O| Dec 02 16:41:41.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78442024-12-02T16:41:42.292Z[ recovery-image] Dec 02 16:41:41.515 INFO O| Dec 02 16:41:41.515 INFO STEP 1177 (remove_files) COMPLETE
78452024-12-02T16:41:42.292Z[ recovery-image] Dec 02 16:41:41.515 INFO O| Dec 02 16:41:41.515 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-02T16:41:42.300Z[ recovery-image] Dec 02 16:41:41.524 INFO O| Dec 02 16:41:41.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78472024-12-02T16:41:42.300Z[ recovery-image] Dec 02 16:41:41.525 INFO O| Dec 02 16:41:41.525 INFO STEP 1178 (remove_files) COMPLETE
78482024-12-02T16:41:42.303Z[ recovery-image] Dec 02 16:41:41.525 INFO O| Dec 02 16:41:41.525 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-02T16:41:42.309Z[ recovery-image] Dec 02 16:41:41.534 INFO O| Dec 02 16:41:41.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78502024-12-02T16:41:42.312Z[ recovery-image] Dec 02 16:41:41.534 INFO O| Dec 02 16:41:41.534 INFO STEP 1179 (remove_files) COMPLETE
78512024-12-02T16:41:42.312Z[ recovery-image] Dec 02 16:41:41.534 INFO O| Dec 02 16:41:41.534 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522024-12-02T16:41:42.319Z[ recovery-image] Dec 02 16:41:41.543 INFO O| Dec 02 16:41:41.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78532024-12-02T16:41:42.323Z[ recovery-image] Dec 02 16:41:41.543 INFO O| Dec 02 16:41:41.543 INFO STEP 1180 (remove_files) COMPLETE
78542024-12-02T16:41:42.323Z[ recovery-image] Dec 02 16:41:41.543 INFO O| Dec 02 16:41:41.543 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552024-12-02T16:41:42.328Z[ recovery-image] Dec 02 16:41:41.553 INFO O| Dec 02 16:41:41.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78562024-12-02T16:41:42.328Z[ recovery-image] Dec 02 16:41:41.553 INFO O| Dec 02 16:41:41.553 INFO STEP 1181 (remove_files) COMPLETE
78572024-12-02T16:41:42.330Z[ recovery-image] Dec 02 16:41:41.553 INFO O| Dec 02 16:41:41.553 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582024-12-02T16:41:42.337Z[ recovery-image] Dec 02 16:41:41.562 INFO O| Dec 02 16:41:41.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78592024-12-02T16:41:42.337Z[ recovery-image] Dec 02 16:41:41.562 INFO O| Dec 02 16:41:41.562 INFO STEP 1182 (remove_files) COMPLETE
78602024-12-02T16:41:42.337Z[ recovery-image] Dec 02 16:41:41.562 INFO O| Dec 02 16:41:41.562 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-02T16:41:42.347Z[ recovery-image] Dec 02 16:41:41.571 INFO O| Dec 02 16:41:41.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78622024-12-02T16:41:42.347Z[ recovery-image] Dec 02 16:41:41.571 INFO O| Dec 02 16:41:41.571 INFO STEP 1183 (remove_files) COMPLETE
78632024-12-02T16:41:42.347Z[ recovery-image] Dec 02 16:41:41.571 INFO O| Dec 02 16:41:41.571 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-02T16:41:42.357Z[ recovery-image] Dec 02 16:41:41.581 INFO O| Dec 02 16:41:41.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78652024-12-02T16:41:42.357Z[ recovery-image] Dec 02 16:41:41.581 INFO O| Dec 02 16:41:41.581 INFO STEP 1184 (remove_files) COMPLETE
78662024-12-02T16:41:42.360Z[ recovery-image] Dec 02 16:41:41.581 INFO O| Dec 02 16:41:41.581 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672024-12-02T16:41:42.365Z[ recovery-image] Dec 02 16:41:41.590 INFO O| Dec 02 16:41:41.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78682024-12-02T16:41:42.365Z[ recovery-image] Dec 02 16:41:41.590 INFO O| Dec 02 16:41:41.590 INFO STEP 1185 (remove_files) COMPLETE
78692024-12-02T16:41:42.365Z[ recovery-image] Dec 02 16:41:41.590 INFO O| Dec 02 16:41:41.590 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702024-12-02T16:41:42.375Z[ recovery-image] Dec 02 16:41:41.599 INFO O| Dec 02 16:41:41.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78712024-12-02T16:41:42.375Z[ recovery-image] Dec 02 16:41:41.600 INFO O| Dec 02 16:41:41.599 INFO STEP 1186 (remove_files) COMPLETE
78722024-12-02T16:41:42.377Z[ recovery-image] Dec 02 16:41:41.600 INFO O| Dec 02 16:41:41.600 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732024-12-02T16:41:42.387Z[ recovery-image] Dec 02 16:41:41.609 INFO O| Dec 02 16:41:41.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78742024-12-02T16:41:42.390Z[ recovery-image] Dec 02 16:41:41.609 INFO O| Dec 02 16:41:41.609 INFO STEP 1187 (remove_files) COMPLETE
78752024-12-02T16:41:42.390Z[ recovery-image] Dec 02 16:41:41.609 INFO O| Dec 02 16:41:41.609 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762024-12-02T16:41:42.393Z[ recovery-image] Dec 02 16:41:41.618 INFO O| Dec 02 16:41:41.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78772024-12-02T16:41:42.396Z[ recovery-image] Dec 02 16:41:41.618 INFO O| Dec 02 16:41:41.618 INFO STEP 1188 (remove_files) COMPLETE
78782024-12-02T16:41:42.396Z[ recovery-image] Dec 02 16:41:41.618 INFO O| Dec 02 16:41:41.618 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792024-12-02T16:41:42.403Z[ recovery-image] Dec 02 16:41:41.628 INFO O| Dec 02 16:41:41.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78802024-12-02T16:41:42.403Z[ recovery-image] Dec 02 16:41:41.628 INFO O| Dec 02 16:41:41.628 INFO STEP 1189 (remove_files) COMPLETE
78812024-12-02T16:41:42.406Z[ recovery-image] Dec 02 16:41:41.628 INFO O| Dec 02 16:41:41.628 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822024-12-02T16:41:42.413Z[ recovery-image] Dec 02 16:41:41.638 INFO O| Dec 02 16:41:41.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78832024-12-02T16:41:42.413Z[ recovery-image] Dec 02 16:41:41.638 INFO O| Dec 02 16:41:41.638 INFO STEP 1190 (remove_files) COMPLETE
78842024-12-02T16:41:42.413Z[ recovery-image] Dec 02 16:41:41.638 INFO O| Dec 02 16:41:41.638 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852024-12-02T16:41:42.424Z[ recovery-image] Dec 02 16:41:41.649 INFO O| Dec 02 16:41:41.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78862024-12-02T16:41:42.424Z[ recovery-image] Dec 02 16:41:41.649 INFO O| Dec 02 16:41:41.649 INFO STEP 1191 (remove_files) COMPLETE
78872024-12-02T16:41:42.424Z[ recovery-image] Dec 02 16:41:41.649 INFO O| Dec 02 16:41:41.649 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882024-12-02T16:41:42.435Z[ recovery-image] Dec 02 16:41:41.659 INFO O| Dec 02 16:41:41.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
78892024-12-02T16:41:42.435Z[ recovery-image] Dec 02 16:41:41.659 INFO O| Dec 02 16:41:41.659 INFO STEP 1192 (remove_files) COMPLETE
78902024-12-02T16:41:42.438Z[ recovery-image] Dec 02 16:41:41.659 INFO O| Dec 02 16:41:41.659 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912024-12-02T16:41:42.446Z[ recovery-image] Dec 02 16:41:41.670 INFO O| Dec 02 16:41:41.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
78922024-12-02T16:41:42.446Z[ recovery-image] Dec 02 16:41:41.671 INFO O| Dec 02 16:41:41.671 INFO STEP 1193 (remove_files) COMPLETE
78932024-12-02T16:41:42.448Z[ recovery-image] Dec 02 16:41:41.671 INFO O| Dec 02 16:41:41.671 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942024-12-02T16:41:42.456Z[ recovery-image] Dec 02 16:41:41.680 INFO O| Dec 02 16:41:41.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78952024-12-02T16:41:42.456Z[ recovery-image] Dec 02 16:41:41.680 INFO O| Dec 02 16:41:41.680 INFO STEP 1194 (remove_files) COMPLETE
78962024-12-02T16:41:42.458Z[ recovery-image] Dec 02 16:41:41.680 INFO O| Dec 02 16:41:41.680 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972024-12-02T16:41:42.465Z[ recovery-image] Dec 02 16:41:41.690 INFO O| Dec 02 16:41:41.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78982024-12-02T16:41:42.468Z[ recovery-image] Dec 02 16:41:41.690 INFO O| Dec 02 16:41:41.690 INFO STEP 1195 (remove_files) COMPLETE
78992024-12-02T16:41:42.468Z[ recovery-image] Dec 02 16:41:41.690 INFO O| Dec 02 16:41:41.690 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002024-12-02T16:41:42.476Z[ recovery-image] Dec 02 16:41:41.701 INFO O| Dec 02 16:41:41.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79012024-12-02T16:41:42.478Z[ recovery-image] Dec 02 16:41:41.701 INFO O| Dec 02 16:41:41.701 INFO STEP 1196 (remove_files) COMPLETE
79022024-12-02T16:41:42.478Z[ recovery-image] Dec 02 16:41:41.701 INFO O| Dec 02 16:41:41.701 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032024-12-02T16:41:42.487Z[ recovery-image] Dec 02 16:41:41.711 INFO O| Dec 02 16:41:41.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79042024-12-02T16:41:42.487Z[ recovery-image] Dec 02 16:41:41.711 INFO O| Dec 02 16:41:41.711 INFO STEP 1197 (remove_files) COMPLETE
79052024-12-02T16:41:42.487Z[ recovery-image] Dec 02 16:41:41.712 INFO O| Dec 02 16:41:41.711 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062024-12-02T16:41:42.496Z[ recovery-image] Dec 02 16:41:41.721 INFO O| Dec 02 16:41:41.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79072024-12-02T16:41:42.496Z[ recovery-image] Dec 02 16:41:41.721 INFO O| Dec 02 16:41:41.721 INFO STEP 1198 (remove_files) COMPLETE
79082024-12-02T16:41:42.496Z[ recovery-image] Dec 02 16:41:41.721 INFO O| Dec 02 16:41:41.721 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092024-12-02T16:41:42.505Z[ recovery-image] Dec 02 16:41:41.730 INFO O| Dec 02 16:41:41.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79102024-12-02T16:41:42.505Z[ recovery-image] Dec 02 16:41:41.730 INFO O| Dec 02 16:41:41.730 INFO STEP 1199 (remove_files) COMPLETE
79112024-12-02T16:41:42.508Z[ recovery-image] Dec 02 16:41:41.730 INFO O| Dec 02 16:41:41.730 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122024-12-02T16:41:42.515Z[ recovery-image] Dec 02 16:41:41.740 INFO O| Dec 02 16:41:41.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79132024-12-02T16:41:42.515Z[ recovery-image] Dec 02 16:41:41.740 INFO O| Dec 02 16:41:41.740 INFO STEP 1200 (remove_files) COMPLETE
79142024-12-02T16:41:42.515Z[ recovery-image] Dec 02 16:41:41.740 INFO O| Dec 02 16:41:41.740 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152024-12-02T16:41:42.524Z[ recovery-image] Dec 02 16:41:41.749 INFO O| Dec 02 16:41:41.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79162024-12-02T16:41:42.529Z[ recovery-image] Dec 02 16:41:41.750 INFO O| Dec 02 16:41:41.750 INFO STEP 1201 (remove_files) COMPLETE
79172024-12-02T16:41:42.529Z[ recovery-image] Dec 02 16:41:41.750 INFO O| Dec 02 16:41:41.750 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182024-12-02T16:41:42.534Z[ recovery-image] Dec 02 16:41:41.759 INFO O| Dec 02 16:41:41.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79192024-12-02T16:41:42.534Z[ recovery-image] Dec 02 16:41:41.759 INFO O| Dec 02 16:41:41.759 INFO STEP 1202 (remove_files) COMPLETE
79202024-12-02T16:41:42.534Z[ recovery-image] Dec 02 16:41:41.759 INFO O| Dec 02 16:41:41.759 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212024-12-02T16:41:42.544Z[ recovery-image] Dec 02 16:41:41.768 INFO O| Dec 02 16:41:41.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79222024-12-02T16:41:42.544Z[ recovery-image] Dec 02 16:41:41.768 INFO O| Dec 02 16:41:41.768 INFO STEP 1203 (remove_files) COMPLETE
79232024-12-02T16:41:42.544Z[ recovery-image] Dec 02 16:41:41.768 INFO O| Dec 02 16:41:41.768 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242024-12-02T16:41:42.553Z[ recovery-image] Dec 02 16:41:41.778 INFO O| Dec 02 16:41:41.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79252024-12-02T16:41:42.556Z[ recovery-image] Dec 02 16:41:41.778 INFO O| Dec 02 16:41:41.778 INFO STEP 1204 (remove_files) COMPLETE
79262024-12-02T16:41:42.556Z[ recovery-image] Dec 02 16:41:41.778 INFO O| Dec 02 16:41:41.778 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272024-12-02T16:41:42.562Z[ recovery-image] Dec 02 16:41:41.787 INFO O| Dec 02 16:41:41.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79282024-12-02T16:41:42.562Z[ recovery-image] Dec 02 16:41:41.787 INFO O| Dec 02 16:41:41.787 INFO STEP 1205 (remove_files) COMPLETE
79292024-12-02T16:41:42.565Z[ recovery-image] Dec 02 16:41:41.787 INFO O| Dec 02 16:41:41.787 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79302024-12-02T16:41:42.576Z[ recovery-image] Dec 02 16:41:41.801 INFO O| Dec 02 16:41:41.801 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79312024-12-02T16:41:42.576Z[ recovery-image] Dec 02 16:41:41.801 INFO O| Dec 02 16:41:41.801 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79322024-12-02T16:41:42.667Z[ host-image] Dec 02 16:41:41.891 INFO O| Dec 02 16:41:41.891 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
79332024-12-02T16:41:42.996Z[ host-image] Dec 02 16:41:42.221 INFO O| Dec 02 16:41:42.220 INFO O| Done
79342024-12-02T16:41:42.996Z[ host-image] Dec 02 16:41:42.221 INFO O| Dec 02 16:41:42.221 INFO O| Done
79352024-12-02T16:41:43.205Z[ recovery-image] Dec 02 16:41:42.429 INFO O| Dec 02 16:41:42.429 INFO STEP 1206 (pack_tar) COMPLETE
79362024-12-02T16:41:43.205Z[ recovery-image] Dec 02 16:41:42.429 INFO O| Dec 02 16:41:42.429 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79372024-12-02T16:41:43.208Z[ recovery-image] Dec 02 16:41:42.429 INFO O| Dec 02 16:41:42.429 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79382024-12-02T16:41:43.494Z[ recovery-image] Dec 02 16:41:42.719 INFO O| Dec 02 16:41:42.718 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79392024-12-02T16:41:43.564Z[ host-image] Dec 02 16:41:42.788 INFO O| Dec 02 16:41:42.788 INFO O| Done
79402024-12-02T16:41:43.579Z[ recovery-image] Dec 02 16:41:42.803 INFO O| Dec 02 16:41:42.803 INFO completed processing gimlet/ramdisk-03-recovery-trim
79412024-12-02T16:41:43.585Z[ recovery-image] Dec 02 16:41:42.809 INFO image builder template: zfs-recovery...
79422024-12-02T16:41:43.585Z[ recovery-image] Dec 02 16:41:42.809 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/.tmpcAIMQT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.301", "-n", "zfs-recovery"], pwd: None
79432024-12-02T16:41:43.619Z[ recovery-image] Dec 02 16:41:42.843 INFO O| Dec 02 16:41:42.843 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79442024-12-02T16:41:43.623Z[ recovery-image] Dec 02 16:41:42.847 INFO O| Dec 02 16:41:42.847 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79452024-12-02T16:41:43.736Z[ recovery-image] Dec 02 16:41:42.961 INFO O| Dec 02 16:41:42.960 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79462024-12-02T16:41:43.789Z[ recovery-image] Dec 02 16:41:43.014 INFO O| Dec 02 16:41:43.013 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79472024-12-02T16:41:43.789Z[ recovery-image] Dec 02 16:41:43.014 INFO O| Dec 02 16:41:43.014 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79482024-12-02T16:41:43.793Z[ recovery-image] Dec 02 16:41:43.018 INFO O| Dec 02 16:41:43.018 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79492024-12-02T16:41:43.870Z[ recovery-image] Dec 02 16:41:43.094 INFO O| Dec 02 16:41:43.094 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79502024-12-02T16:41:43.908Z[ recovery-image] Dec 02 16:41:43.132 INFO O| Dec 02 16:41:43.132 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79512024-12-02T16:41:43.917Z[ recovery-image] Dec 02 16:41:43.141 INFO O| Dec 02 16:41:43.141 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79522024-12-02T16:41:43.921Z[ recovery-image] Dec 02 16:41:43.146 INFO O| Dec 02 16:41:43.146 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79532024-12-02T16:41:43.924Z[ recovery-image] Dec 02 16:41:43.147 INFO O| Dec 02 16:41:43.147 INFO no lofi found
79542024-12-02T16:41:43.924Z[ recovery-image] Dec 02 16:41:43.147 INFO O| Dec 02 16:41:43.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79552024-12-02T16:41:43.924Z[ recovery-image] Dec 02 16:41:43.147 INFO O| Dec 02 16:41:43.147 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79562024-12-02T16:41:44.815Z[ host-image] Dec 02 16:41:44.040 INFO O| Dec 02 16:41:44.040 INFO O| Done
79572024-12-02T16:41:44.839Z[ host-image] Dec 02 16:41:44.063 INFO O| Dec 02 16:41:44.063 INFO O| Done
79582024-12-02T16:41:44.842Z[ host-image] Dec 02 16:41:44.063 INFO O| Dec 02 16:41:44.063 INFO O| Done
79592024-12-02T16:41:44.876Z[ host-image] Dec 02 16:41:44.100 INFO O| Dec 02 16:41:44.100 INFO O| Done
79602024-12-02T16:41:44.979Z[ host-image] Dec 02 16:41:44.203 INFO O| Dec 02 16:41:44.203 INFO STEP 13 (pkg_install) COMPLETE
79612024-12-02T16:41:44.979Z[ host-image] Dec 02 16:41:44.203 INFO O| Dec 02 16:41:44.203 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79622024-12-02T16:41:44.989Z[ host-image] Dec 02 16:41:44.214 INFO O| Dec 02 16:41:44.214 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.301"]
79632024-12-02T16:41:45.442Z[ host-image] Dec 02 16:41:44.666 INFO O| Dec 02 16:41:44.666 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
79642024-12-02T16:41:45.786Z[ recovery-image] Dec 02 16:41:45.010 INFO O| Dec 02 16:41:45.010 INFO lofi device = /dev/dsk/c2t1d0p0
79652024-12-02T16:41:45.786Z[ recovery-image] Dec 02 16:41:45.010 INFO O| Dec 02 16:41:45.010 INFO pool device = /dev/dsk/c2t1d0p0
79662024-12-02T16:41:45.789Z[ recovery-image] Dec 02 16:41:45.010 INFO O| Dec 02 16:41:45.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"]
79672024-12-02T16:41:45.862Z[ recovery-image] Dec 02 16:41:45.086 INFO O| Dec 02 16:41:45.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79682024-12-02T16:41:45.862Z[ recovery-image] Dec 02 16:41:45.086 INFO O| Dec 02 16:41:45.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79692024-12-02T16:41:45.880Z[ recovery-image] Dec 02 16:41:45.104 INFO O| Dec 02 16:41:45.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79702024-12-02T16:41:45.948Z[ recovery-image] Dec 02 16:41:45.172 INFO O| Dec 02 16:41:45.172 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79712024-12-02T16:41:45.986Z[ recovery-image] Dec 02 16:41:45.210 INFO O| Dec 02 16:41:45.210 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79722024-12-02T16:41:46.000Z[ recovery-image] Dec 02 16:41:45.224 INFO O| Dec 02 16:41:45.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79732024-12-02T16:41:46.010Z[ recovery-image] Dec 02 16:41:45.234 INFO O| Dec 02 16:41:45.234 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79742024-12-02T16:41:46.057Z[ recovery-image] Dec 02 16:41:45.281 INFO O| Dec 02 16:41:45.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79752024-12-02T16:41:46.057Z[ recovery-image] Dec 02 16:41:45.281 INFO O| Dec 02 16:41:45.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79762024-12-02T16:41:46.060Z[ recovery-image] Dec 02 16:41:45.281 INFO O| Dec 02 16:41:45.281 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79772024-12-02T16:41:46.065Z[ recovery-image] Dec 02 16:41:45.290 INFO O| Dec 02 16:41:45.290 INFO boot environment UUID: fd810da5-eab9-4393-bd0b-10579f0a341a
79782024-12-02T16:41:46.065Z[ recovery-image] Dec 02 16:41:45.290 INFO O| Dec 02 16:41:45.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = fd810da5-eab9-4393-bd0b-10579f0a341a
79792024-12-02T16:41:46.076Z[ recovery-image] Dec 02 16:41:45.300 INFO O| Dec 02 16:41:45.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79802024-12-02T16:41:46.086Z[ recovery-image] Dec 02 16:41:45.310 INFO O| Dec 02 16:41:45.310 INFO STEP 0 (create_be) COMPLETE
79812024-12-02T16:41:46.086Z[ recovery-image] Dec 02 16:41:45.310 INFO O| Dec 02 16:41:45.310 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79822024-12-02T16:41:46.101Z[ recovery-image] Dec 02 16:41:45.325 INFO O| Dec 02 16:41:45.325 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"]
79832024-12-02T16:41:48.163Z[ recovery-image] Dec 02 16:41:47.387 INFO O| Dec 02 16:41:47.387 INFO STEP 1 (unpack_tar) COMPLETE
79842024-12-02T16:41:48.163Z[ recovery-image] Dec 02 16:41:47.387 INFO O| Dec 02 16:41:47.387 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79852024-12-02T16:41:48.175Z[ recovery-image] Dec 02 16:41:47.399 INFO O| Dec 02 16:41:47.399 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79862024-12-02T16:41:48.292Z[ host-image] Dec 02 16:41:47.516 INFO O| Dec 02 16:41:47.516 INFO O| Planning: Solver setup ... Done
79872024-12-02T16:41:48.296Z[ host-image] Dec 02 16:41:47.520 INFO O| Dec 02 16:41:47.520 INFO O| Planning: Running solver ... Done
79882024-12-02T16:41:48.303Z[ recovery-image] Dec 02 16:41:47.527 INFO O| Dec 02 16:41:47.527 INFO STEP 2 (devfsadm) COMPLETE
79892024-12-02T16:41:48.303Z[ recovery-image] Dec 02 16:41:47.527 INFO O| Dec 02 16:41:47.527 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79902024-12-02T16:41:48.316Z[ recovery-image] Dec 02 16:41:47.540 INFO O| Dec 02 16:41:47.540 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79912024-12-02T16:41:48.316Z[ recovery-image] Dec 02 16:41:47.540 INFO O| Dec 02 16:41:47.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79922024-12-02T16:41:48.318Z[ recovery-image] Dec 02 16:41:47.540 INFO O| Dec 02 16:41:47.540 INFO STEP 3 (ensure_dir) COMPLETE
79932024-12-02T16:41:48.318Z[ recovery-image] Dec 02 16:41:47.540 INFO O| Dec 02 16:41:47.540 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79942024-12-02T16:41:48.327Z[ recovery-image] Dec 02 16:41:47.551 INFO O| Dec 02 16:41:47.551 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79952024-12-02T16:41:48.330Z[ recovery-image] Dec 02 16:41:47.551 INFO O| Dec 02 16:41:47.551 INFO STEP 4 (ensure_dir) COMPLETE
79962024-12-02T16:41:48.330Z[ recovery-image] Dec 02 16:41:47.551 INFO O| Dec 02 16:41:47.551 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79972024-12-02T16:41:48.338Z[ recovery-image] Dec 02 16:41:47.562 INFO O| Dec 02 16:41:47.562 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79982024-12-02T16:41:48.338Z[ recovery-image] Dec 02 16:41:47.562 INFO O| Dec 02 16:41:47.562 INFO STEP 5 (ensure_dir) COMPLETE
79992024-12-02T16:41:48.340Z[ recovery-image] Dec 02 16:41:47.562 INFO O| Dec 02 16:41:47.562 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80002024-12-02T16:41:48.347Z[ recovery-image] Dec 02 16:41:47.572 INFO O| Dec 02 16:41:47.572 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80012024-12-02T16:41:48.350Z[ recovery-image] Dec 02 16:41:47.572 INFO O| Dec 02 16:41:47.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80022024-12-02T16:41:48.350Z[ recovery-image] Dec 02 16:41:47.572 INFO O| Dec 02 16:41:47.572 INFO STEP 6 (ensure_dir) COMPLETE
80032024-12-02T16:41:48.350Z[ recovery-image] Dec 02 16:41:47.572 INFO O| Dec 02 16:41:47.572 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80042024-12-02T16:41:48.356Z[ host-image] Dec 02 16:41:47.579 INFO O| Dec 02 16:41:47.579 INFO O| Planning: Finding local manifests ... Done
80052024-12-02T16:41:48.359Z[ host-image] Dec 02 16:41:47.580 INFO O| Dec 02 16:41:47.580 INFO O| Planning: Fetching manifests: 0/1 0% complete
80062024-12-02T16:41:48.359Z[ recovery-image] Dec 02 16:41:47.582 INFO O| Dec 02 16:41:47.582 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80072024-12-02T16:41:48.359Z[ recovery-image] Dec 02 16:41:47.582 INFO O| Dec 02 16:41:47.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80082024-12-02T16:41:48.359Z[ recovery-image] Dec 02 16:41:47.582 INFO O| Dec 02 16:41:47.582 INFO STEP 7 (ensure_dir) COMPLETE
80092024-12-02T16:41:48.359Z[ recovery-image] Dec 02 16:41:47.582 INFO O| Dec 02 16:41:47.582 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80102024-12-02T16:41:48.369Z[ recovery-image] Dec 02 16:41:47.593 INFO O| Dec 02 16:41:47.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80112024-12-02T16:41:48.372Z[ recovery-image] Dec 02 16:41:47.593 INFO O| Dec 02 16:41:47.593 INFO STEP 8 (remove_files) COMPLETE
80122024-12-02T16:41:48.372Z[ recovery-image] Dec 02 16:41:47.593 INFO O| Dec 02 16:41:47.593 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80132024-12-02T16:41:48.379Z[ recovery-image] Dec 02 16:41:47.603 INFO O| Dec 02 16:41:47.603 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80142024-12-02T16:41:48.381Z[ recovery-image] Dec 02 16:41:47.604 INFO O| Dec 02 16:41:47.604 INFO STEP 9 (remove_files) COMPLETE
80152024-12-02T16:41:48.381Z[ recovery-image] Dec 02 16:41:47.604 INFO O| Dec 02 16:41:47.604 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80162024-12-02T16:41:48.390Z[ recovery-image] Dec 02 16:41:47.614 INFO O| Dec 02 16:41:47.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80172024-12-02T16:41:48.392Z[ recovery-image] Dec 02 16:41:47.615 INFO O| Dec 02 16:41:47.615 INFO STEP 10 (remove_files) COMPLETE
80182024-12-02T16:41:48.392Z[ recovery-image] Dec 02 16:41:47.615 INFO O| Dec 02 16:41:47.615 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80192024-12-02T16:41:48.401Z[ recovery-image] Dec 02 16:41:47.625 INFO O| Dec 02 16:41:47.624 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80202024-12-02T16:41:48.401Z[ recovery-image] Dec 02 16:41:47.625 INFO O| Dec 02 16:41:47.625 INFO STEP 11 (remove_files) COMPLETE
80212024-12-02T16:41:48.401Z[ recovery-image] Dec 02 16:41:47.625 INFO O| Dec 02 16:41:47.625 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80222024-12-02T16:41:48.411Z[ recovery-image] Dec 02 16:41:47.635 INFO O| Dec 02 16:41:47.635 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80232024-12-02T16:41:48.413Z[ recovery-image] Dec 02 16:41:47.635 INFO O| Dec 02 16:41:47.635 INFO STEP 12 (remove_files) COMPLETE
80242024-12-02T16:41:48.413Z[ recovery-image] Dec 02 16:41:47.635 INFO O| Dec 02 16:41:47.635 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80252024-12-02T16:41:48.421Z[ recovery-image] Dec 02 16:41:47.645 INFO O| Dec 02 16:41:47.645 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80262024-12-02T16:41:48.421Z[ recovery-image] Dec 02 16:41:47.645 INFO O| Dec 02 16:41:47.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80272024-12-02T16:41:48.421Z[ recovery-image] Dec 02 16:41:47.645 INFO O| Dec 02 16:41:47.645 INFO STEP 13 (ensure_dir) COMPLETE
80282024-12-02T16:41:48.423Z[ recovery-image] Dec 02 16:41:47.645 INFO O| Dec 02 16:41:47.645 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80292024-12-02T16:41:48.431Z[ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80302024-12-02T16:41:48.433Z[ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80312024-12-02T16:41:48.433Z[ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80322024-12-02T16:41:48.433Z[ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO STEP 14 (ensure_dir) COMPLETE
80332024-12-02T16:41:48.433Z[ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80342024-12-02T16:41:48.440Z[ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.664 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80352024-12-02T16:41:48.440Z[ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80362024-12-02T16:41:48.443Z[ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.665 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80372024-12-02T16:41:48.443Z[ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.665 INFO STEP 15 (ensure_dir) COMPLETE
80382024-12-02T16:41:48.443Z[ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.665 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80392024-12-02T16:41:48.446Z[ host-image] Dec 02 16:41:47.670 INFO O| Dec 02 16:41:47.670 INFO O| Planning: Fetching manifests: 1/1 100% complete
80402024-12-02T16:41:48.450Z[ recovery-image] Dec 02 16:41:47.674 INFO O| Dec 02 16:41:47.674 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80412024-12-02T16:41:48.453Z[ recovery-image] Dec 02 16:41:47.674 INFO O| Dec 02 16:41:47.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80422024-12-02T16:41:48.453Z[ recovery-image] Dec 02 16:41:47.674 INFO O| Dec 02 16:41:47.674 INFO STEP 16 (ensure_dir) COMPLETE
80432024-12-02T16:41:48.453Z[ recovery-image] Dec 02 16:41:47.674 INFO O| Dec 02 16:41:47.674 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80442024-12-02T16:41:48.460Z[ recovery-image] Dec 02 16:41:47.684 INFO O| Dec 02 16:41:47.684 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80452024-12-02T16:41:48.460Z[ recovery-image] Dec 02 16:41:47.684 INFO O| Dec 02 16:41:47.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80462024-12-02T16:41:48.463Z[ recovery-image] Dec 02 16:41:47.684 INFO O| Dec 02 16:41:47.684 INFO STEP 17 (ensure_dir) COMPLETE
80472024-12-02T16:41:48.463Z[ recovery-image] Dec 02 16:41:47.684 INFO O| Dec 02 16:41:47.684 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80482024-12-02T16:41:48.465Z[ host-image] Dec 02 16:41:47.688 INFO O| Dec 02 16:41:47.688 INFO O| Planning: Package planning ... Done
80492024-12-02T16:41:48.465Z[ host-image] Dec 02 16:41:47.689 INFO O| Dec 02 16:41:47.689 INFO O| Planning: Merging actions ... Done
80502024-12-02T16:41:48.470Z[ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80512024-12-02T16:41:48.470Z[ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80522024-12-02T16:41:48.470Z[ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO ok!
80532024-12-02T16:41:48.470Z[ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO STEP 18 (ensure_symlink) COMPLETE
80542024-12-02T16:41:48.473Z[ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80552024-12-02T16:41:48.480Z[ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80562024-12-02T16:41:48.480Z[ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80572024-12-02T16:41:48.480Z[ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO ok!
80582024-12-02T16:41:48.483Z[ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO STEP 19 (ensure_file) COMPLETE
80592024-12-02T16:41:48.483Z[ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80602024-12-02T16:41:48.490Z[ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80612024-12-02T16:41:48.490Z[ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80622024-12-02T16:41:48.492Z[ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80632024-12-02T16:41:48.493Z[ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO ok!
80642024-12-02T16:41:48.493Z[ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO STEP 20 (ensure_symlink) COMPLETE
80652024-12-02T16:41:48.493Z[ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80662024-12-02T16:41:48.500Z[ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80672024-12-02T16:41:48.500Z[ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80682024-12-02T16:41:48.503Z[ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80692024-12-02T16:41:48.503Z[ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO ok!
80702024-12-02T16:41:48.503Z[ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO STEP 21 (ensure_symlink) COMPLETE
80712024-12-02T16:41:48.503Z[ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80722024-12-02T16:41:48.511Z[ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80732024-12-02T16:41:48.514Z[ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80742024-12-02T16:41:48.514Z[ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80752024-12-02T16:41:48.514Z[ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO ok!
80762024-12-02T16:41:48.514Z[ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO STEP 22 (ensure_symlink) COMPLETE
80772024-12-02T16:41:48.514Z[ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80782024-12-02T16:41:48.521Z[ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80792024-12-02T16:41:48.521Z[ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80802024-12-02T16:41:48.524Z[ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80812024-12-02T16:41:48.524Z[ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO ok!
80822024-12-02T16:41:48.524Z[ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO STEP 23 (ensure_symlink) COMPLETE
80832024-12-02T16:41:48.524Z[ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80842024-12-02T16:41:48.526Z[ host-image] Dec 02 16:41:47.748 INFO O| Dec 02 16:41:47.748 INFO O| Planning: Checking for conflicting actions ... Done
80852024-12-02T16:41:48.526Z[ host-image] Dec 02 16:41:47.749 INFO O| Dec 02 16:41:47.748 INFO O| Planning: Consolidating action changes ... Done
80862024-12-02T16:41:48.531Z[ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80872024-12-02T16:41:48.533Z[ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 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 ...
80882024-12-02T16:41:48.533Z[ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80892024-12-02T16:41:48.534Z[ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 INFO ok!
80902024-12-02T16:41:48.534Z[ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 INFO STEP 24 (ensure_file) COMPLETE
80912024-12-02T16:41:48.534Z[ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80922024-12-02T16:41:48.541Z[ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO updating shadow file
80932024-12-02T16:41:48.544Z[ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80942024-12-02T16:41:48.544Z[ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80952024-12-02T16:41:48.544Z[ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO STEP 25 (shadow) COMPLETE
80962024-12-02T16:41:48.544Z[ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80972024-12-02T16:41:48.551Z[ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80982024-12-02T16:41:48.551Z[ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80992024-12-02T16:41:48.551Z[ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81002024-12-02T16:41:48.554Z[ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO ok!
81012024-12-02T16:41:48.554Z[ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO STEP 26 (ensure_file) COMPLETE
81022024-12-02T16:41:48.554Z[ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81032024-12-02T16:41:48.561Z[ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81042024-12-02T16:41:48.561Z[ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81052024-12-02T16:41:48.564Z[ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81062024-12-02T16:41:48.564Z[ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO ok!
81072024-12-02T16:41:48.564Z[ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO STEP 27 (ensure_file) COMPLETE
81082024-12-02T16:41:48.564Z[ recovery-image] Dec 02 16:41:47.786 INFO O| Dec 02 16:41:47.785 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81092024-12-02T16:41:48.571Z[ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.795 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81102024-12-02T16:41:48.574Z[ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81112024-12-02T16:41:48.574Z[ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81122024-12-02T16:41:48.574Z[ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81132024-12-02T16:41:48.574Z[ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO ok!
81142024-12-02T16:41:48.574Z[ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO STEP 28 (ensure_file) COMPLETE
81152024-12-02T16:41:48.574Z[ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81162024-12-02T16:41:48.581Z[ recovery-image] Dec 02 16:41:47.805 INFO O| Dec 02 16:41:47.805 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81172024-12-02T16:41:48.584Z[ recovery-image] Dec 02 16:41:47.805 INFO O| Dec 02 16:41:47.805 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81182024-12-02T16:41:48.584Z[ recovery-image] Dec 02 16:41:47.806 INFO O| Dec 02 16:41:47.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81192024-12-02T16:41:48.584Z[ recovery-image] Dec 02 16:41:47.806 INFO O| Dec 02 16:41:47.806 INFO ok!
81202024-12-02T16:41:48.584Z[ recovery-image] Dec 02 16:41:47.806 INFO O| Dec 02 16:41:47.806 INFO STEP 29 (ensure_file) COMPLETE
81212024-12-02T16:41:48.584Z[ recovery-image] Dec 02 16:41:47.806 INFO O| Dec 02 16:41:47.806 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81222024-12-02T16:41:48.592Z[ recovery-image] Dec 02 16:41:47.815 INFO O| Dec 02 16:41:47.815 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81232024-12-02T16:41:48.592Z[ recovery-image] Dec 02 16:41:47.815 INFO O| Dec 02 16:41:47.815 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81242024-12-02T16:41:48.595Z[ recovery-image] Dec 02 16:41:47.816 INFO O| Dec 02 16:41:47.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81252024-12-02T16:41:48.595Z[ recovery-image] Dec 02 16:41:47.816 INFO O| Dec 02 16:41:47.816 INFO ok!
81262024-12-02T16:41:48.595Z[ recovery-image] Dec 02 16:41:47.816 INFO O| Dec 02 16:41:47.816 INFO STEP 30 (ensure_file) COMPLETE
81272024-12-02T16:41:48.595Z[ recovery-image] Dec 02 16:41:47.816 INFO O| Dec 02 16:41:47.816 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81282024-12-02T16:41:48.602Z[ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81292024-12-02T16:41:48.602Z[ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81302024-12-02T16:41:48.604Z[ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81312024-12-02T16:41:48.605Z[ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81322024-12-02T16:41:48.605Z[ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO ok!
81332024-12-02T16:41:48.605Z[ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO STEP 31 (ensure_file) COMPLETE
81342024-12-02T16:41:48.605Z[ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81352024-12-02T16:41:48.612Z[ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81362024-12-02T16:41:48.612Z[ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81372024-12-02T16:41:48.614Z[ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81382024-12-02T16:41:48.614Z[ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO ok!
81392024-12-02T16:41:48.615Z[ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO STEP 32 (ensure_file) COMPLETE
81402024-12-02T16:41:48.615Z[ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81412024-12-02T16:41:48.622Z[ recovery-image] Dec 02 16:41:47.846 INFO O| Dec 02 16:41:47.846 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81422024-12-02T16:41:48.622Z[ recovery-image] Dec 02 16:41:47.846 INFO O| Dec 02 16:41:47.846 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81432024-12-02T16:41:48.625Z[ recovery-image] Dec 02 16:41:47.846 INFO O| Dec 02 16:41:47.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81442024-12-02T16:41:48.625Z[ recovery-image] Dec 02 16:41:47.846 INFO O| Dec 02 16:41:47.846 INFO ok!
81452024-12-02T16:41:48.625Z[ recovery-image] Dec 02 16:41:47.847 INFO O| Dec 02 16:41:47.846 INFO STEP 33 (ensure_file) COMPLETE
81462024-12-02T16:41:48.625Z[ recovery-image] Dec 02 16:41:47.847 INFO O| Dec 02 16:41:47.846 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81472024-12-02T16:41:48.633Z[ recovery-image] Dec 02 16:41:47.856 INFO O| Dec 02 16:41:47.856 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81482024-12-02T16:41:48.633Z[ recovery-image] Dec 02 16:41:47.856 INFO O| Dec 02 16:41:47.856 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81492024-12-02T16:41:48.636Z[ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.856 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81502024-12-02T16:41:48.636Z[ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81512024-12-02T16:41:48.636Z[ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81522024-12-02T16:41:48.636Z[ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81532024-12-02T16:41:48.636Z[ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO ok!
81542024-12-02T16:41:48.636Z[ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO STEP 34 (ensure_file) COMPLETE
81552024-12-02T16:41:48.636Z[ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81562024-12-02T16:41:48.642Z[ recovery-image] Dec 02 16:41:47.866 INFO O| Dec 02 16:41:47.866 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81572024-12-02T16:41:48.645Z[ recovery-image] Dec 02 16:41:47.867 INFO O| Dec 02 16:41:47.866 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81582024-12-02T16:41:48.645Z[ recovery-image] Dec 02 16:41:47.867 INFO O| Dec 02 16:41:47.867 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81592024-12-02T16:41:48.645Z[ recovery-image] Dec 02 16:41:47.867 INFO O| Dec 02 16:41:47.867 INFO STEP 35 (ensure_dir) COMPLETE
81602024-12-02T16:41:48.645Z[ recovery-image] Dec 02 16:41:47.867 INFO O| Dec 02 16:41:47.867 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81612024-12-02T16:41:48.652Z[ recovery-image] Dec 02 16:41:47.876 INFO O| Dec 02 16:41:47.876 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
81622024-12-02T16:41:48.652Z[ recovery-image] Dec 02 16:41:47.876 INFO O| Dec 02 16:41:47.876 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 ...
81632024-12-02T16:41:48.655Z[ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 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
81642024-12-02T16:41:48.655Z[ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 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
81652024-12-02T16:41:48.655Z[ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 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
81662024-12-02T16:41:48.655Z[ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 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
81672024-12-02T16:41:48.655Z[ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 INFO ok!
81682024-12-02T16:41:48.655Z[ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 INFO STEP 36 (ensure_file) COMPLETE
81692024-12-02T16:41:48.655Z[ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81702024-12-02T16:41:48.662Z[ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.886 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81712024-12-02T16:41:48.662Z[ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 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 ...
81722024-12-02T16:41:48.665Z[ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81732024-12-02T16:41:48.665Z[ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 INFO ok!
81742024-12-02T16:41:48.665Z[ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 INFO STEP 37 (ensure_symlink) COMPLETE
81752024-12-02T16:41:48.665Z[ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81762024-12-02T16:41:48.672Z[ recovery-image] Dec 02 16:41:47.896 INFO O| Dec 02 16:41:47.896 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81772024-12-02T16:41:48.672Z[ recovery-image] Dec 02 16:41:47.896 INFO O| Dec 02 16:41:47.896 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81782024-12-02T16:41:48.675Z[ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81792024-12-02T16:41:48.675Z[ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81802024-12-02T16:41:48.675Z[ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81812024-12-02T16:41:48.675Z[ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81822024-12-02T16:41:48.675Z[ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO ok!
81832024-12-02T16:41:48.675Z[ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO STEP 38 (ensure_file) COMPLETE
81842024-12-02T16:41:48.675Z[ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81852024-12-02T16:41:48.684Z[ recovery-image] Dec 02 16:41:47.906 INFO O| Dec 02 16:41:47.906 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81862024-12-02T16:41:48.684Z[ recovery-image] Dec 02 16:41:47.906 INFO O| Dec 02 16:41:47.906 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 ...
81872024-12-02T16:41:48.684Z[ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.906 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
81882024-12-02T16:41:48.684Z[ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.907 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81892024-12-02T16:41:48.684Z[ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.907 INFO ok!
81902024-12-02T16:41:48.684Z[ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.907 INFO STEP 39 (ensure_file) COMPLETE
81912024-12-02T16:41:48.684Z[ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.907 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81922024-12-02T16:41:48.693Z[ recovery-image] Dec 02 16:41:47.916 INFO O| Dec 02 16:41:47.916 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81932024-12-02T16:41:48.696Z[ recovery-image] Dec 02 16:41:47.916 INFO O| Dec 02 16:41:47.916 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81942024-12-02T16:41:48.696Z[ recovery-image] Dec 02 16:41:47.916 INFO O| Dec 02 16:41:47.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81952024-12-02T16:41:48.696Z[ recovery-image] Dec 02 16:41:47.917 INFO O| Dec 02 16:41:47.916 INFO ok!
81962024-12-02T16:41:48.696Z[ recovery-image] Dec 02 16:41:47.917 INFO O| Dec 02 16:41:47.917 INFO STEP 40 (ensure_file) COMPLETE
81972024-12-02T16:41:48.696Z[ recovery-image] Dec 02 16:41:47.917 INFO O| Dec 02 16:41:47.917 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81982024-12-02T16:41:48.703Z[ recovery-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO updating shadow file
81992024-12-02T16:41:48.703Z[ host-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO O| Planning: Evaluating mediators ... Done
82002024-12-02T16:41:48.703Z[ recovery-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82012024-12-02T16:41:48.705Z[ recovery-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO STEP 41 (shadow) COMPLETE
82022024-12-02T16:41:48.705Z[ recovery-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82032024-12-02T16:41:48.705Z[ host-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO O| Planning: Planning completed in 3.26 seconds
82042024-12-02T16:41:48.705Z[ host-image] Dec 02 16:41:47.929 INFO O| Dec 02 16:41:47.929 INFO O| Packages to install: 1
82052024-12-02T16:41:48.713Z[ recovery-image] Dec 02 16:41:47.937 INFO O| Dec 02 16:41:47.937 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82062024-12-02T16:41:48.713Z[ recovery-image] Dec 02 16:41:47.937 INFO O| Dec 02 16:41:47.937 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82072024-12-02T16:41:48.716Z[ recovery-image] Dec 02 16:41:47.937 INFO O| Dec 02 16:41:47.937 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82082024-12-02T16:41:48.716Z[ recovery-image] Dec 02 16:41:47.937 INFO O| Dec 02 16:41:47.937 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82092024-12-02T16:41:48.717Z[ recovery-image] Dec 02 16:41:47.938 INFO O| Dec 02 16:41:47.937 INFO ok!
82102024-12-02T16:41:48.717Z[ recovery-image] Dec 02 16:41:47.938 INFO O| Dec 02 16:41:47.937 INFO STEP 42 (ensure_file) COMPLETE
82112024-12-02T16:41:48.717Z[ recovery-image] Dec 02 16:41:47.938 INFO O| Dec 02 16:41:47.937 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82122024-12-02T16:41:48.717Z[ host-image] Dec 02 16:41:47.940 INFO O| Dec 02 16:41:47.940 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
82132024-12-02T16:41:48.724Z[ recovery-image] Dec 02 16:41:47.948 INFO O| Dec 02 16:41:47.948 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82142024-12-02T16:41:48.724Z[ recovery-image] Dec 02 16:41:47.948 INFO O| Dec 02 16:41:47.948 INFO STEP 43 (ensure_dir) COMPLETE
82152024-12-02T16:41:48.726Z[ recovery-image] Dec 02 16:41:47.948 INFO O| Dec 02 16:41:47.948 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82162024-12-02T16:41:48.736Z[ recovery-image] Dec 02 16:41:47.960 INFO O| Dec 02 16:41:47.960 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82172024-12-02T16:41:48.736Z[ recovery-image] Dec 02 16:41:47.960 INFO O| Dec 02 16:41:47.960 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82182024-12-02T16:41:48.739Z[ recovery-image] Dec 02 16:41:47.960 INFO O| Dec 02 16:41:47.960 INFO STEP 44 (ensure_dir) COMPLETE
82192024-12-02T16:41:48.739Z[ recovery-image] Dec 02 16:41:47.960 INFO O| Dec 02 16:41:47.960 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82202024-12-02T16:41:48.748Z[ recovery-image] Dec 02 16:41:47.972 INFO O| Dec 02 16:41:47.972 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82212024-12-02T16:41:48.750Z[ recovery-image] Dec 02 16:41:47.972 INFO O| Dec 02 16:41:47.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82222024-12-02T16:41:48.750Z[ recovery-image] Dec 02 16:41:47.972 INFO O| Dec 02 16:41:47.972 INFO STEP 45 (ensure_dir) COMPLETE
82232024-12-02T16:41:48.750Z[ recovery-image] Dec 02 16:41:47.972 INFO O| Dec 02 16:41:47.972 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82242024-12-02T16:41:48.763Z[ recovery-image] Dec 02 16:41:47.987 INFO O| Dec 02 16:41:47.987 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82252024-12-02T16:41:48.763Z[ recovery-image] Dec 02 16:41:47.987 INFO O| Dec 02 16:41:47.987 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82262024-12-02T16:41:48.799Z[ recovery-image] Dec 02 16:41:48.022 INFO O| Dec 02 16:41:48.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82272024-12-02T16:41:48.800Z[ recovery-image] Dec 02 16:41:48.022 INFO O| Dec 02 16:41:48.022 INFO ok!
82282024-12-02T16:41:48.802Z[ recovery-image] Dec 02 16:41:48.022 INFO O| Dec 02 16:41:48.022 INFO STEP 46 (ensure_file) COMPLETE
82292024-12-02T16:41:48.802Z[ recovery-image] Dec 02 16:41:48.022 INFO O| Dec 02 16:41:48.022 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82302024-12-02T16:41:48.814Z[ recovery-image] Dec 02 16:41:48.038 INFO O| Dec 02 16:41:48.038 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82312024-12-02T16:41:48.817Z[ recovery-image] Dec 02 16:41:48.038 INFO O| Dec 02 16:41:48.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82322024-12-02T16:41:48.817Z[ recovery-image] Dec 02 16:41:48.038 INFO O| Dec 02 16:41:48.038 INFO STEP 47 (ensure_dir) COMPLETE
82332024-12-02T16:41:48.817Z[ recovery-image] Dec 02 16:41:48.038 INFO O| Dec 02 16:41:48.038 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82342024-12-02T16:41:48.830Z[ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82352024-12-02T16:41:48.830Z[ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82362024-12-02T16:41:48.833Z[ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82372024-12-02T16:41:48.833Z[ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO ok!
82382024-12-02T16:41:48.833Z[ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO STEP 48 (ensure_file) COMPLETE
82392024-12-02T16:41:48.833Z[ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82402024-12-02T16:41:48.840Z[ recovery-image] Dec 02 16:41:48.064 INFO O| Dec 02 16:41:48.064 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82412024-12-02T16:41:48.840Z[ recovery-image] Dec 02 16:41:48.064 INFO O| Dec 02 16:41:48.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82422024-12-02T16:41:48.843Z[ recovery-image] Dec 02 16:41:48.064 INFO O| Dec 02 16:41:48.064 INFO STEP 49 (ensure_dir) COMPLETE
82432024-12-02T16:41:48.843Z[ recovery-image] Dec 02 16:41:48.064 INFO O| Dec 02 16:41:48.064 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82442024-12-02T16:41:48.850Z[ recovery-image] Dec 02 16:41:48.074 INFO O| Dec 02 16:41:48.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82452024-12-02T16:41:48.850Z[ recovery-image] Dec 02 16:41:48.074 INFO O| Dec 02 16:41:48.074 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82462024-12-02T16:41:48.870Z[ recovery-image] Dec 02 16:41:48.094 INFO O| Dec 02 16:41:48.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82472024-12-02T16:41:48.870Z[ recovery-image] Dec 02 16:41:48.094 INFO O| Dec 02 16:41:48.094 INFO ok!
82482024-12-02T16:41:48.873Z[ recovery-image] Dec 02 16:41:48.094 INFO O| Dec 02 16:41:48.094 INFO STEP 50 (ensure_file) COMPLETE
82492024-12-02T16:41:48.873Z[ recovery-image] Dec 02 16:41:48.094 INFO O| Dec 02 16:41:48.094 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82502024-12-02T16:41:48.881Z[ recovery-image] Dec 02 16:41:48.105 INFO O| Dec 02 16:41:48.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82512024-12-02T16:41:48.881Z[ recovery-image] Dec 02 16:41:48.105 INFO O| Dec 02 16:41:48.105 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82522024-12-02T16:41:49.110Z[ recovery-image] Dec 02 16:41:48.334 INFO O| Dec 02 16:41:48.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82532024-12-02T16:41:49.110Z[ recovery-image] Dec 02 16:41:48.334 INFO O| Dec 02 16:41:48.334 INFO ok!
82542024-12-02T16:41:49.110Z[ recovery-image] Dec 02 16:41:48.334 INFO O| Dec 02 16:41:48.334 INFO STEP 51 (ensure_file) COMPLETE
82552024-12-02T16:41:49.110Z[ recovery-image] Dec 02 16:41:48.334 INFO O| Dec 02 16:41:48.334 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82562024-12-02T16:41:49.122Z[ recovery-image] Dec 02 16:41:48.345 INFO O| Dec 02 16:41:48.345 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82572024-12-02T16:41:49.122Z[ recovery-image] Dec 02 16:41:48.345 INFO O| Dec 02 16:41:48.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82582024-12-02T16:41:49.124Z[ recovery-image] Dec 02 16:41:48.345 INFO O| Dec 02 16:41:48.345 INFO STEP 52 (ensure_dir) COMPLETE
82592024-12-02T16:41:49.124Z[ recovery-image] Dec 02 16:41:48.345 INFO O| Dec 02 16:41:48.345 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82602024-12-02T16:41:49.131Z[ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82612024-12-02T16:41:49.134Z[ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO copying /tmp/.tmpcAIMQT/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 ...
82622024-12-02T16:41:49.134Z[ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 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
82632024-12-02T16:41:49.134Z[ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO ok!
82642024-12-02T16:41:49.134Z[ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO STEP 53 (ensure_file) COMPLETE
82652024-12-02T16:41:49.134Z[ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82662024-12-02T16:41:49.141Z[ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82672024-12-02T16:41:49.141Z[ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO copying /tmp/.tmpcAIMQT/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 ...
82682024-12-02T16:41:49.143Z[ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 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
82692024-12-02T16:41:49.143Z[ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO ok!
82702024-12-02T16:41:49.143Z[ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO STEP 54 (ensure_file) COMPLETE
82712024-12-02T16:41:49.143Z[ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82722024-12-02T16:41:49.151Z[ recovery-image] Dec 02 16:41:48.375 INFO O| Dec 02 16:41:48.375 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82732024-12-02T16:41:49.151Z[ recovery-image] Dec 02 16:41:48.375 INFO O| Dec 02 16:41:48.375 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82742024-12-02T16:41:49.154Z[ recovery-image] Dec 02 16:41:48.375 INFO O| Dec 02 16:41:48.375 INFO STEP 55 (ensure_dir) COMPLETE
82752024-12-02T16:41:49.154Z[ recovery-image] Dec 02 16:41:48.375 INFO O| Dec 02 16:41:48.375 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82762024-12-02T16:41:49.163Z[ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82772024-12-02T16:41:49.163Z[ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO copying /tmp/.tmpcAIMQT/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 ...
82782024-12-02T16:41:49.163Z[ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82792024-12-02T16:41:49.166Z[ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO ok!
82802024-12-02T16:41:49.166Z[ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO STEP 56 (ensure_file) COMPLETE
82812024-12-02T16:41:49.166Z[ recovery-image] Dec 02 16:41:48.388 INFO O| Dec 02 16:41:48.387 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82822024-12-02T16:41:49.174Z[ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82832024-12-02T16:41:49.174Z[ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO copying /tmp/.tmpcAIMQT/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 ...
82842024-12-02T16:41:49.177Z[ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 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
82852024-12-02T16:41:49.177Z[ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO ok!
82862024-12-02T16:41:49.177Z[ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO STEP 57 (ensure_file) COMPLETE
82872024-12-02T16:41:49.177Z[ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82882024-12-02T16:41:49.184Z[ recovery-image] Dec 02 16:41:48.409 INFO O| Dec 02 16:41:48.408 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82892024-12-02T16:41:49.187Z[ recovery-image] Dec 02 16:41:48.409 INFO O| Dec 02 16:41:48.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82902024-12-02T16:41:49.187Z[ recovery-image] Dec 02 16:41:48.409 INFO O| Dec 02 16:41:48.409 INFO STEP 58 (ensure_dir) COMPLETE
82912024-12-02T16:41:49.187Z[ recovery-image] Dec 02 16:41:48.409 INFO O| Dec 02 16:41:48.409 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82922024-12-02T16:41:49.195Z[ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82932024-12-02T16:41:49.195Z[ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO copying /tmp/.tmpcAIMQT/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 ...
82942024-12-02T16:41:49.195Z[ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82952024-12-02T16:41:49.198Z[ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO ok!
82962024-12-02T16:41:49.198Z[ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO STEP 59 (ensure_file) COMPLETE
82972024-12-02T16:41:49.198Z[ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82982024-12-02T16:41:49.198Z[ host-image] Dec 02 16:41:48.422 INFO O| Dec 02 16:41:48.422 INFO O| Download: Completed 10.00 MB in 0.48 seconds (20.8M/s)
82992024-12-02T16:41:49.205Z[ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83002024-12-02T16:41:49.205Z[ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83012024-12-02T16:41:49.208Z[ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83022024-12-02T16:41:49.208Z[ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO ok!
83032024-12-02T16:41:49.208Z[ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO STEP 60 (ensure_file) COMPLETE
83042024-12-02T16:41:49.208Z[ recovery-image] Dec 02 16:41:48.430 INFO O| Dec 02 16:41:48.429 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052024-12-02T16:41:49.215Z[ recovery-image] Dec 02 16:41:48.439 INFO O| Dec 02 16:41:48.439 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83062024-12-02T16:41:49.215Z[ recovery-image] Dec 02 16:41:48.439 INFO O| Dec 02 16:41:48.439 INFO STEP 61 (ensure_dir) COMPLETE
83072024-12-02T16:41:49.218Z[ recovery-image] Dec 02 16:41:48.439 INFO O| Dec 02 16:41:48.439 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082024-12-02T16:41:49.227Z[ recovery-image] Dec 02 16:41:48.450 INFO O| Dec 02 16:41:48.450 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83092024-12-02T16:41:49.227Z[ recovery-image] Dec 02 16:41:48.451 INFO O| Dec 02 16:41:48.451 INFO STEP 62 (ensure_dir) COMPLETE
83102024-12-02T16:41:49.227Z[ recovery-image] Dec 02 16:41:48.451 INFO O| Dec 02 16:41:48.451 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112024-12-02T16:41:49.237Z[ host-image] Dec 02 16:41:48.457 INFO O| Dec 02 16:41:48.457 INFO O| Actions: 1/22 actions (Installing new actions)
83122024-12-02T16:41:49.250Z[ recovery-image] Dec 02 16:41:48.472 INFO O| Dec 02 16:41:48.472 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83132024-12-02T16:41:49.250Z[ recovery-image] Dec 02 16:41:48.473 INFO O| Dec 02 16:41:48.473 INFO STEP 63 (ensure_dir) COMPLETE
83142024-12-02T16:41:49.250Z[ recovery-image] Dec 02 16:41:48.473 INFO O| Dec 02 16:41:48.473 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83152024-12-02T16:41:49.273Z[ recovery-image] Dec 02 16:41:48.495 INFO O| Dec 02 16:41:48.495 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83162024-12-02T16:41:49.273Z[ recovery-image] Dec 02 16:41:48.495 INFO O| Dec 02 16:41:48.495 INFO STEP 64 (ensure_dir) COMPLETE
83172024-12-02T16:41:49.273Z[ recovery-image] Dec 02 16:41:48.495 INFO O| Dec 02 16:41:48.495 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83182024-12-02T16:41:49.295Z[ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83192024-12-02T16:41:49.295Z[ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83202024-12-02T16:41:49.295Z[ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83212024-12-02T16:41:49.298Z[ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO ok!
83222024-12-02T16:41:49.298Z[ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO STEP 65 (ensure_file) COMPLETE
83232024-12-02T16:41:49.298Z[ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83242024-12-02T16:41:49.319Z[ recovery-image] Dec 02 16:41:48.542 INFO O| Dec 02 16:41:48.540 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83252024-12-02T16:41:49.319Z[ recovery-image] Dec 02 16:41:48.542 INFO O| Dec 02 16:41:48.541 INFO STEP 66 (remove_files) COMPLETE
83262024-12-02T16:41:49.319Z[ recovery-image] Dec 02 16:41:48.542 INFO O| Dec 02 16:41:48.541 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83272024-12-02T16:41:49.341Z[ recovery-image] Dec 02 16:41:48.563 INFO O| Dec 02 16:41:48.562 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83282024-12-02T16:41:49.343Z[ recovery-image] Dec 02 16:41:48.564 INFO O| Dec 02 16:41:48.563 INFO STEP 67 (remove_files) COMPLETE
83292024-12-02T16:41:49.343Z[ recovery-image] Dec 02 16:41:48.564 INFO O| Dec 02 16:41:48.563 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83302024-12-02T16:41:49.359Z[ recovery-image] Dec 02 16:41:48.583 INFO O| Dec 02 16:41:48.583 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83312024-12-02T16:41:49.362Z[ recovery-image] Dec 02 16:41:48.584 INFO O| Dec 02 16:41:48.583 INFO STEP 68 (remove_files) COMPLETE
83322024-12-02T16:41:49.363Z[ recovery-image] Dec 02 16:41:48.584 INFO O| Dec 02 16:41:48.584 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83332024-12-02T16:41:49.372Z[ recovery-image] Dec 02 16:41:48.596 INFO O| Dec 02 16:41:48.596 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83342024-12-02T16:41:49.374Z[ recovery-image] Dec 02 16:41:48.596 INFO O| Dec 02 16:41:48.596 INFO STEP 69 (remove_files) COMPLETE
83352024-12-02T16:41:49.374Z[ recovery-image] Dec 02 16:41:48.596 INFO O| Dec 02 16:41:48.596 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83362024-12-02T16:41:49.385Z[ recovery-image] Dec 02 16:41:48.608 INFO O| Dec 02 16:41:48.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83372024-12-02T16:41:49.388Z[ recovery-image] Dec 02 16:41:48.609 INFO O| Dec 02 16:41:48.609 INFO STEP 70 (remove_files) COMPLETE
83382024-12-02T16:41:49.388Z[ recovery-image] Dec 02 16:41:48.609 INFO O| Dec 02 16:41:48.609 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83392024-12-02T16:41:49.397Z[ recovery-image] Dec 02 16:41:48.621 INFO O| Dec 02 16:41:48.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83402024-12-02T16:41:49.399Z[ recovery-image] Dec 02 16:41:48.621 INFO O| Dec 02 16:41:48.621 INFO STEP 71 (remove_files) COMPLETE
83412024-12-02T16:41:49.399Z[ recovery-image] Dec 02 16:41:48.621 INFO O| Dec 02 16:41:48.621 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83422024-12-02T16:41:49.409Z[ recovery-image] Dec 02 16:41:48.633 INFO O| Dec 02 16:41:48.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83432024-12-02T16:41:49.409Z[ recovery-image] Dec 02 16:41:48.633 INFO O| Dec 02 16:41:48.633 INFO STEP 72 (remove_files) COMPLETE
83442024-12-02T16:41:49.412Z[ recovery-image] Dec 02 16:41:48.633 INFO O| Dec 02 16:41:48.633 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83452024-12-02T16:41:49.423Z[ recovery-image] Dec 02 16:41:48.647 INFO O| Dec 02 16:41:48.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83462024-12-02T16:41:49.423Z[ recovery-image] Dec 02 16:41:48.647 INFO O| Dec 02 16:41:48.647 INFO STEP 73 (remove_files) COMPLETE
83472024-12-02T16:41:49.423Z[ recovery-image] Dec 02 16:41:48.647 INFO O| Dec 02 16:41:48.647 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83482024-12-02T16:41:49.435Z[ recovery-image] Dec 02 16:41:48.659 INFO O| Dec 02 16:41:48.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83492024-12-02T16:41:49.435Z[ recovery-image] Dec 02 16:41:48.659 INFO O| Dec 02 16:41:48.659 INFO STEP 74 (remove_files) COMPLETE
83502024-12-02T16:41:49.438Z[ recovery-image] Dec 02 16:41:48.659 INFO O| Dec 02 16:41:48.659 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83512024-12-02T16:41:49.448Z[ recovery-image] Dec 02 16:41:48.672 INFO O| Dec 02 16:41:48.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83522024-12-02T16:41:49.448Z[ recovery-image] Dec 02 16:41:48.672 INFO O| Dec 02 16:41:48.672 INFO STEP 75 (remove_files) COMPLETE
83532024-12-02T16:41:49.448Z[ recovery-image] Dec 02 16:41:48.672 INFO O| Dec 02 16:41:48.672 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83542024-12-02T16:41:49.459Z[ recovery-image] Dec 02 16:41:48.683 INFO O| Dec 02 16:41:48.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83552024-12-02T16:41:49.459Z[ recovery-image] Dec 02 16:41:48.683 INFO O| Dec 02 16:41:48.683 INFO STEP 76 (remove_files) COMPLETE
83562024-12-02T16:41:49.459Z[ recovery-image] Dec 02 16:41:48.683 INFO O| Dec 02 16:41:48.683 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83572024-12-02T16:41:49.471Z[ recovery-image] Dec 02 16:41:48.695 INFO O| Dec 02 16:41:48.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83582024-12-02T16:41:49.474Z[ recovery-image] Dec 02 16:41:48.695 INFO O| Dec 02 16:41:48.695 INFO STEP 77 (remove_files) COMPLETE
83592024-12-02T16:41:49.474Z[ recovery-image] Dec 02 16:41:48.695 INFO O| Dec 02 16:41:48.695 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83602024-12-02T16:41:49.482Z[ recovery-image] Dec 02 16:41:48.706 INFO O| Dec 02 16:41:48.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83612024-12-02T16:41:49.482Z[ recovery-image] Dec 02 16:41:48.706 INFO O| Dec 02 16:41:48.706 INFO STEP 78 (remove_files) COMPLETE
83622024-12-02T16:41:49.484Z[ recovery-image] Dec 02 16:41:48.706 INFO O| Dec 02 16:41:48.706 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83632024-12-02T16:41:49.492Z[ recovery-image] Dec 02 16:41:48.716 INFO O| Dec 02 16:41:48.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83642024-12-02T16:41:49.492Z[ recovery-image] Dec 02 16:41:48.716 INFO O| Dec 02 16:41:48.716 INFO STEP 79 (remove_files) COMPLETE
83652024-12-02T16:41:49.495Z[ recovery-image] Dec 02 16:41:48.716 INFO O| Dec 02 16:41:48.716 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83662024-12-02T16:41:49.502Z[ recovery-image] Dec 02 16:41:48.726 INFO O| Dec 02 16:41:48.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83672024-12-02T16:41:49.502Z[ recovery-image] Dec 02 16:41:48.726 INFO O| Dec 02 16:41:48.726 INFO STEP 80 (remove_files) COMPLETE
83682024-12-02T16:41:49.505Z[ recovery-image] Dec 02 16:41:48.726 INFO O| Dec 02 16:41:48.726 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83692024-12-02T16:41:49.512Z[ recovery-image] Dec 02 16:41:48.736 INFO O| Dec 02 16:41:48.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83702024-12-02T16:41:49.512Z[ recovery-image] Dec 02 16:41:48.736 INFO O| Dec 02 16:41:48.736 INFO STEP 81 (remove_files) COMPLETE
83712024-12-02T16:41:49.512Z[ recovery-image] Dec 02 16:41:48.736 INFO O| Dec 02 16:41:48.736 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83722024-12-02T16:41:49.522Z[ recovery-image] Dec 02 16:41:48.746 INFO O| Dec 02 16:41:48.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83732024-12-02T16:41:49.522Z[ recovery-image] Dec 02 16:41:48.746 INFO O| Dec 02 16:41:48.746 INFO STEP 82 (remove_files) COMPLETE
83742024-12-02T16:41:49.522Z[ recovery-image] Dec 02 16:41:48.746 INFO O| Dec 02 16:41:48.746 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83752024-12-02T16:41:49.533Z[ recovery-image] Dec 02 16:41:48.757 INFO O| Dec 02 16:41:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83762024-12-02T16:41:49.533Z[ recovery-image] Dec 02 16:41:48.757 INFO O| Dec 02 16:41:48.757 INFO STEP 83 (remove_files) COMPLETE
83772024-12-02T16:41:49.533Z[ recovery-image] Dec 02 16:41:48.757 INFO O| Dec 02 16:41:48.757 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782024-12-02T16:41:49.536Z[ host-image] Dec 02 16:41:48.760 INFO O| Dec 02 16:41:48.760 INFO O| Actions: Completed 22 actions in 0.30 seconds.
83792024-12-02T16:41:49.543Z[ recovery-image] Dec 02 16:41:48.767 INFO O| Dec 02 16:41:48.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83802024-12-02T16:41:49.546Z[ recovery-image] Dec 02 16:41:48.767 INFO O| Dec 02 16:41:48.767 INFO STEP 84 (remove_files) COMPLETE
83812024-12-02T16:41:49.546Z[ recovery-image] Dec 02 16:41:48.767 INFO O| Dec 02 16:41:48.767 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-02T16:41:49.555Z[ recovery-image] Dec 02 16:41:48.778 INFO O| Dec 02 16:41:48.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83832024-12-02T16:41:49.555Z[ recovery-image] Dec 02 16:41:48.779 INFO O| Dec 02 16:41:48.778 INFO STEP 85 (remove_files) COMPLETE
83842024-12-02T16:41:49.555Z[ recovery-image] Dec 02 16:41:48.779 INFO O| Dec 02 16:41:48.779 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-02T16:41:49.567Z[ recovery-image] Dec 02 16:41:48.791 INFO O| Dec 02 16:41:48.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83862024-12-02T16:41:49.567Z[ recovery-image] Dec 02 16:41:48.791 INFO O| Dec 02 16:41:48.791 INFO STEP 86 (remove_files) COMPLETE
83872024-12-02T16:41:49.570Z[ recovery-image] Dec 02 16:41:48.791 INFO O| Dec 02 16:41:48.791 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-02T16:41:49.579Z[ recovery-image] Dec 02 16:41:48.803 INFO O| Dec 02 16:41:48.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83892024-12-02T16:41:49.581Z[ recovery-image] Dec 02 16:41:48.803 INFO O| Dec 02 16:41:48.803 INFO STEP 87 (remove_files) COMPLETE
83902024-12-02T16:41:49.581Z[ recovery-image] Dec 02 16:41:48.803 INFO O| Dec 02 16:41:48.803 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-02T16:41:49.590Z[ recovery-image] Dec 02 16:41:48.814 INFO O| Dec 02 16:41:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83922024-12-02T16:41:49.590Z[ recovery-image] Dec 02 16:41:48.814 INFO O| Dec 02 16:41:48.814 INFO STEP 88 (remove_files) COMPLETE
83932024-12-02T16:41:49.592Z[ recovery-image] Dec 02 16:41:48.814 INFO O| Dec 02 16:41:48.814 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-02T16:41:49.601Z[ recovery-image] Dec 02 16:41:48.825 INFO O| Dec 02 16:41:48.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83952024-12-02T16:41:49.601Z[ recovery-image] Dec 02 16:41:48.825 INFO O| Dec 02 16:41:48.825 INFO STEP 89 (remove_files) COMPLETE
83962024-12-02T16:41:49.603Z[ recovery-image] Dec 02 16:41:48.825 INFO O| Dec 02 16:41:48.825 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-02T16:41:49.612Z[ recovery-image] Dec 02 16:41:48.836 INFO O| Dec 02 16:41:48.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83982024-12-02T16:41:49.612Z[ recovery-image] Dec 02 16:41:48.836 INFO O| Dec 02 16:41:48.836 INFO STEP 90 (remove_files) COMPLETE
83992024-12-02T16:41:49.612Z[ recovery-image] Dec 02 16:41:48.836 INFO O| Dec 02 16:41:48.836 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-02T16:41:49.623Z[ recovery-image] Dec 02 16:41:48.847 INFO O| Dec 02 16:41:48.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84012024-12-02T16:41:49.623Z[ recovery-image] Dec 02 16:41:48.847 INFO O| Dec 02 16:41:48.847 INFO STEP 91 (remove_files) COMPLETE
84022024-12-02T16:41:49.626Z[ recovery-image] Dec 02 16:41:48.847 INFO O| Dec 02 16:41:48.847 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-02T16:41:49.635Z[ recovery-image] Dec 02 16:41:48.859 INFO O| Dec 02 16:41:48.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84042024-12-02T16:41:49.637Z[ recovery-image] Dec 02 16:41:48.859 INFO O| Dec 02 16:41:48.859 INFO STEP 92 (remove_files) COMPLETE
84052024-12-02T16:41:49.637Z[ recovery-image] Dec 02 16:41:48.859 INFO O| Dec 02 16:41:48.859 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-02T16:41:49.646Z[ recovery-image] Dec 02 16:41:48.870 INFO O| Dec 02 16:41:48.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84072024-12-02T16:41:49.648Z[ recovery-image] Dec 02 16:41:48.870 INFO O| Dec 02 16:41:48.870 INFO STEP 93 (remove_files) COMPLETE
84082024-12-02T16:41:49.648Z[ recovery-image] Dec 02 16:41:48.870 INFO O| Dec 02 16:41:48.870 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-02T16:41:49.656Z[ recovery-image] Dec 02 16:41:48.880 INFO O| Dec 02 16:41:48.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84102024-12-02T16:41:49.657Z[ recovery-image] Dec 02 16:41:48.881 INFO O| Dec 02 16:41:48.880 INFO STEP 94 (remove_files) COMPLETE
84112024-12-02T16:41:49.657Z[ recovery-image] Dec 02 16:41:48.881 INFO O| Dec 02 16:41:48.881 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84122024-12-02T16:41:49.672Z[ recovery-image] Dec 02 16:41:48.896 INFO O| Dec 02 16:41:48.896 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84132024-12-02T16:41:49.675Z[ recovery-image] Dec 02 16:41:48.896 INFO O| Dec 02 16:41:48.896 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84142024-12-02T16:41:49.977Z[ host-image] Dec 02 16:41:49.201 INFO O| Dec 02 16:41:49.201 INFO O| Done
84152024-12-02T16:41:49.977Z[ host-image] Dec 02 16:41:49.201 INFO O| Dec 02 16:41:49.201 INFO O| Done
84162024-12-02T16:41:50.513Z[ host-image] Dec 02 16:41:49.737 INFO O| Dec 02 16:41:49.737 INFO O| Done
84172024-12-02T16:41:51.685Z[ host-image] Dec 02 16:41:50.908 INFO O| Dec 02 16:41:50.908 INFO O| Done
84182024-12-02T16:41:51.710Z[ host-image] Dec 02 16:41:50.934 INFO O| Dec 02 16:41:50.934 INFO O| Done
84192024-12-02T16:41:51.710Z[ host-image] Dec 02 16:41:50.934 INFO O| Dec 02 16:41:50.934 INFO O| Done
84202024-12-02T16:41:51.720Z[ host-image] Dec 02 16:41:50.944 INFO O| Dec 02 16:41:50.944 INFO O| Done
84212024-12-02T16:41:51.827Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 14 (pkg_install) COMPLETE
84222024-12-02T16:41:51.827Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84232024-12-02T16:41:51.829Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO skip step because feature "mfg" is not enabled
84242024-12-02T16:41:51.829Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84252024-12-02T16:41:51.829Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO skip step because feature "compliance" is not enabled
84262024-12-02T16:41:51.829Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84272024-12-02T16:41:51.829Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO skip step because feature "stress" is not enabled
84282024-12-02T16:41:51.829Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84292024-12-02T16:41:51.830Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO skip step because feature "nfs" is not enabled
84302024-12-02T16:41:51.830Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84312024-12-02T16:41:51.830Z[ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84322024-12-02T16:41:51.936Z[ host-image] Dec 02 16:41:51.159 INFO O| Dec 02 16:41:51.159 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
84332024-12-02T16:41:52.011Z[ host-image] Dec 02 16:41:51.234 INFO O| Dec 02 16:41:51.234 INFO completed processing gimlet/ramdisk-01-os
84342024-12-02T16:41:52.014Z[ host-image] Dec 02 16:41:51.236 INFO omicron1 baseline generation...
84352024-12-02T16:41:52.014Z[ host-image] Dec 02 16:41:51.236 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
84362024-12-02T16:41:52.407Z[ host-image] Dec 02 16:41:51.631 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23046:20241128T143803Z
84372024-12-02T16:41:54.426Z[ recovery-image] Dec 02 16:41:53.649 INFO O| Dec 02 16:41:53.649 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
84382024-12-02T16:41:54.426Z[ recovery-image] Dec 02 16:41:53.649 INFO O| Dec 02 16:41:53.649 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84392024-12-02T16:41:54.437Z[ recovery-image] Dec 02 16:41:53.661 INFO O| Dec 02 16:41:53.661 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "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"}
84402024-12-02T16:41:54.513Z[ recovery-image] Dec 02 16:41:53.736 INFO O| Dec 02 16:41:53.736 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84412024-12-02T16:41:54.513Z[ recovery-image] Dec 02 16:41:53.736 INFO O| Dec 02 16:41:53.736 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 ...
84422024-12-02T16:41:54.515Z[ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84432024-12-02T16:41:54.515Z[ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO ok!
84442024-12-02T16:41:54.515Z[ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84452024-12-02T16:41:54.515Z[ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO STEP 95 (seed_smf) COMPLETE
84462024-12-02T16:41:54.515Z[ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO steps complete; finalising image!
84472024-12-02T16:41:54.515Z[ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84482024-12-02T16:41:54.549Z[ recovery-image] Dec 02 16:41:53.772 INFO O| Dec 02 16:41:53.772 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Mon Dec 2 16:41:53 2024)
84492024-12-02T16:41:54.770Z[ recovery-image] Dec 02 16:41:53.993 INFO O| Dec 02 16:41:53.993 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio
84502024-12-02T16:41:54.770Z[ recovery-image] Dec 02 16:41:53.993 INFO O| Dec 02 16:41:53.993 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84512024-12-02T16:41:54.985Z[ recovery-image] Dec 02 16:41:54.208 INFO O| Dec 02 16:41:54.208 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
84522024-12-02T16:41:54.985Z[ recovery-image] Dec 02 16:41:54.208 INFO O| Dec 02 16:41:54.208 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84532024-12-02T16:41:58.053Z[ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.275 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84542024-12-02T16:41:58.053Z[ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.276 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84552024-12-02T16:41:58.056Z[ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84562024-12-02T16:41:58.056Z[ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.276 INFO completed processing gimlet/zfs-recovery
84572024-12-02T16:41:58.056Z[ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.276 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84582024-12-02T16:41:58.628Z[ recovery-image] Dec 02 16:41:57.851 INFO O| Dec 02 16:41:57.851 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84592024-12-02T16:41:58.706Z[ recovery-image] Dec 02 16:41:57.929 INFO BUILD STRING "heads/stlouis-0-g4ebadf7190\n"
84602024-12-02T16:41:58.709Z[ recovery-image] Dec 02 16:41:57.930 INFO expanded image name: "recovery 86522dc/${os_short_commit} 2024-12-02 16:12" -> "recovery 86522dc/4ebadf7 2024-12-02 16:12"
84612024-12-02T16:41:58.709Z[ recovery-image] Dec 02 16:41:57.930 INFO output artefacts stored in: "/work/os-recovery"
84622024-12-02T16:41:58.709Z[ recovery-image] Dec 02 16:41:57.930 INFO collecting git info from project "phbl"...
84632024-12-02T16:41:58.718Z[ recovery-image] Dec 02 16:41:57.941 INFO collecting git info from project "image-builder"...
84642024-12-02T16:41:58.724Z[ recovery-image] Dec 02 16:41:57.947 INFO collecting git info from project "bootserver"...
84652024-12-02T16:41:58.730Z[ recovery-image] Dec 02 16:41:57.952 INFO collecting git info from project "pinprick"...
84662024-12-02T16:41:58.734Z[ recovery-image] Dec 02 16:41:57.957 INFO collecting git info from project "pilot"...
84672024-12-02T16:41:58.745Z[ recovery-image] Dec 02 16:41:57.968 INFO collecting git info from project "amd-host-image-builder"...
84682024-12-02T16:41:59.031Z[ recovery-image] Dec 02 16:41:58.254 INFO collecting git info from project "chelsio-t6-roms"...
84692024-12-02T16:41:59.052Z[ recovery-image] Dec 02 16:41:58.275 INFO collecting git info from project "amd-firmware"...
84702024-12-02T16:41:59.360Z[ recovery-image] Dec 02 16:41:58.582 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84712024-12-02T16:41:59.716Z[ recovery-image] Dec 02 16:41:58.939 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84722024-12-02T16:42:00.068Z[ recovery-image] Dec 02 16:41:59.291 INFO creating Oxide boot image...
84732024-12-02T16:42:00.071Z[ recovery-image] Dec 02 16:41:59.291 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 86522dc/4ebadf7 2024-12-02 16:12", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84742024-12-02T16:42:39.910Z[ host-image] Dec 02 16:42:39.129 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23046:20241128T143835Z
84752024-12-02T16:42:39.910Z[ host-image] Dec 02 16:42:39.129 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23046:20241128T143836Z
84762024-12-02T16:42:39.913Z[ host-image] Dec 02 16:42:39.129 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84772024-12-02T16:42:39.913Z[ host-image] Dec 02 16:42:39.130 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84782024-12-02T16:42:39.913Z[ host-image] Dec 02 16:42:39.130 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84792024-12-02T16:42:39.914Z[ host-image] Dec 02 16:42:39.130 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84802024-12-02T16:42:39.914Z[ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84812024-12-02T16:42:39.914Z[ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84822024-12-02T16:42:39.914Z[ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84832024-12-02T16:42:39.914Z[ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84842024-12-02T16:42:39.914Z[ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23046:20241128T143836Z
84852024-12-02T16:42:39.917Z[ host-image] Dec 02 16:42:39.133 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23046:20241128T143837Z
84862024-12-02T16:42:39.917Z[ host-image] Dec 02 16:42:39.134 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23046:20241128T143837Z
84872024-12-02T16:42:39.917Z[ host-image] Dec 02 16:42:39.134 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23046:20241128T143837Z
84882024-12-02T16:42:39.917Z[ host-image] Dec 02 16:42:39.134 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84892024-12-02T16:42:39.917Z[ host-image] Dec 02 16:42:39.135 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23046:20241128T143837Z
84902024-12-02T16:42:39.917Z[ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23046:20241128T143837Z
84912024-12-02T16:42:39.917Z[ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23046:20241128T143837Z
84922024-12-02T16:42:39.917Z[ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23046:20241128T143837Z
84932024-12-02T16:42:39.921Z[ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23046:20241128T143838Z
84942024-12-02T16:42:39.921Z[ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23046:20241128T143838Z
84952024-12-02T16:42:39.921Z[ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23046:20241128T143839Z
84962024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23046:20241128T143839Z
84972024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23046:20241128T143840Z
84982024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23046:20241128T143840Z
84992024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23046:20241128T143841Z
85002024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23046:20241128T143841Z
85012024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23046:20241128T143842Z
85022024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23046:20241128T143843Z
85032024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.301:20241119T212547Z
85042024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23046:20241128T143844Z
85052024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23046:20241128T143846Z
85062024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.138 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23046:20241128T143847Z
85072024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.138 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23046:20241128T143848Z
85082024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.139 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23046:20241128T143849Z
85092024-12-02T16:42:39.922Z[ host-image] Dec 02 16:42:39.139 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23046:20241128T143849Z
85102024-12-02T16:42:39.929Z[ host-image] Dec 02 16:42:39.148 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85112024-12-02T16:42:39.932Z[ host-image] Dec 02 16:42:39.148 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23046:20241128T143849Z
85122024-12-02T16:42:39.932Z[ host-image] Dec 02 16:42:39.148 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85132024-12-02T16:42:39.932Z[ host-image] Dec 02 16:42:39.149 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85142024-12-02T16:42:39.932Z[ host-image] Dec 02 16:42:39.149 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85152024-12-02T16:42:39.932Z[ host-image] Dec 02 16:42:39.150 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23046:20241128T143850Z
85162024-12-02T16:42:39.932Z[ host-image] Dec 02 16:42:39.150 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85172024-12-02T16:42:39.932Z[ host-image] Dec 02 16:42:39.150 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85182024-12-02T16:42:39.935Z[ host-image] Dec 02 16:42:39.151 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85192024-12-02T16:42:39.935Z[ host-image] Dec 02 16:42:39.151 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85202024-12-02T16:42:39.945Z[ host-image] Dec 02 16:42:39.164 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85212024-12-02T16:42:39.945Z[ host-image] Dec 02 16:42:39.164 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85222024-12-02T16:42:39.949Z[ host-image] Dec 02 16:42:39.164 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85232024-12-02T16:42:39.950Z[ host-image] Dec 02 16:42:39.164 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85242024-12-02T16:42:39.950Z[ host-image] Dec 02 16:42:39.165 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85252024-12-02T16:42:39.950Z[ host-image] Dec 02 16:42:39.165 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85262024-12-02T16:42:40.196Z[ host-image] Dec 02 16:42:39.202 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85272024-12-02T16:42:40.201Z[ host-image] Dec 02 16:42:39.202 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85282024-12-02T16:42:40.201Z[ host-image] Dec 02 16:42:39.202 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85292024-12-02T16:42:40.201Z[ host-image] Dec 02 16:42:39.203 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23046:20241128T143851Z
85302024-12-02T16:42:40.201Z[ host-image] Dec 02 16:42:39.203 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23046:20241128T143857Z
85312024-12-02T16:42:40.201Z[ host-image] Dec 02 16:42:39.203 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85322024-12-02T16:42:40.201Z[ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23046:20241128T143858Z
85332024-12-02T16:42:40.201Z[ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85342024-12-02T16:42:40.201Z[ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85352024-12-02T16:42:40.201Z[ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85362024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23046:20241128T143858Z
85372024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85382024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85392024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85402024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85412024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23046:20241128T143858Z
85422024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85432024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.224 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85442024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.224 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23046:20241128T143859Z
85452024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.226 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23046:20241128T143859Z
85462024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.227 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23046:20241128T143859Z
85472024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.227 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85482024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.228 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23046:20241128T143900Z
85492024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.228 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23046:20241128T143901Z
85502024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.228 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23046:20241128T143901Z
85512024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.229 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23046:20241128T143901Z
85522024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.232 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85532024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.233 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23046:20241128T143901Z
85542024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.233 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23046:20241128T143902Z
85552024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.233 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85562024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.234 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23046:20241128T143903Z
85572024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.234 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23046:20241128T143903Z
85582024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.234 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23046:20241128T143903Z
85592024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.235 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23046:20241128T143903Z
85602024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.243 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23046:20241128T143903Z
85612024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.243 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85622024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.245 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23046:20241128T143903Z
85632024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.246 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23046:20241128T143903Z
85642024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.246 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23046:20241128T143903Z
85652024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.247 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23046:20241128T143904Z
85662024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.247 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23046:20241128T143904Z
85672024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.247 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23046:20241128T143904Z
85682024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.258 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23046:20241128T143906Z
85692024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.258 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23046:20241128T143905Z
85702024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.258 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23046:20241128T143905Z
85712024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.259 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23046:20241128T143905Z
85722024-12-02T16:42:40.202Z[ host-image] Dec 02 16:42:39.259 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23046:20241128T143906Z
85732024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23046:20241128T143908Z
85742024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23046:20241128T143906Z
85752024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23046:20241128T143906Z
85762024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85772024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85782024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.311 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23046:20241128T143906Z
85792024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.311 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85802024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.311 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23046:20241128T143906Z
85812024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.311 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23046:20241128T143906Z
85822024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.313 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23046:20241128T143907Z
85832024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.313 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85842024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.314 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85852024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.314 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23046:20241128T143908Z
85862024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.314 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23046:20241128T143907Z
85872024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.314 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23046:20241128T143907Z
85882024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.315 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23046:20241128T143908Z
85892024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.315 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23046:20241128T143908Z
85902024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.315 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23046:20241128T143908Z
85912024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.318 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85922024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.318 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23046:20241128T143909Z
85932024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.320 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23046:20241128T143909Z
85942024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.320 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23046:20241128T143909Z
85952024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.320 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23046:20241128T143910Z
85962024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23046:20241128T143910Z
85972024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23046:20241128T143910Z
85982024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85992024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86002024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23046:20241128T143912Z
86012024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23046:20241128T143912Z
86022024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86032024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86042024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86052024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86062024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86072024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.323 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86082024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.324 INFO O| install = pkg://helios-dev/web/curl@8.11.0-2.0:20241120T162841Z
86092024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.324 INFO O| tempdir @ "/tmp/.tmpJdwXOl/tmp"
86102024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.324 INFO O| image root @ "/tmp/.tmpJdwXOl/tmp/root"
86112024-12-02T16:42:40.203Z[ host-image] Dec 02 16:42:39.324 INFO O| creating image...
86122024-12-02T16:42:40.602Z[ host-image] Dec 02 16:42:39.820 INFO O| copying publishers...
86132024-12-02T16:42:49.068Z[ recovery-image] Dec 02 16:42:48.285 INFO O| ok, image written!
86142024-12-02T16:42:49.068Z[ recovery-image] Dec 02 16:42:48.285 INFO O| ok, boot_image_csum file written!
86152024-12-02T16:42:49.072Z[ recovery-image] Dec 02 16:42:48.290 INFO creating boot archive (CPIO)...
86162024-12-02T16:42:49.072Z[ recovery-image] Dec 02 16:42:48.290 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
86172024-12-02T16:42:49.081Z[ recovery-image] Dec 02 16:42:48.299 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86182024-12-02T16:42:49.081Z[ recovery-image] Dec 02 16:42:48.299 INFO E| + outfile=/work/os-recovery/cpio
86192024-12-02T16:42:49.084Z[ recovery-image] Dec 02 16:42:48.299 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86202024-12-02T16:42:49.084Z[ recovery-image] Dec 02 16:42:48.301 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86212024-12-02T16:42:49.084Z[ recovery-image] Dec 02 16:42:48.302 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86222024-12-02T16:42:49.116Z[ recovery-image] Dec 02 16:42:48.334 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86232024-12-02T16:42:49.116Z[ recovery-image] Dec 02 16:42:48.334 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86242024-12-02T16:42:49.123Z[ recovery-image] Dec 02 16:42:48.341 INFO creating compressed cpio/unix for nanobl-rs...
86252024-12-02T16:42:49.123Z[ recovery-image] Dec 02 16:42:48.342 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
86262024-12-02T16:42:49.415Z[ recovery-image] Dec 02 16:42:48.633 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86272024-12-02T16:42:50.777Z[ host-image] Dec 02 16:42:49.994 INFO O| adding properties...
86282024-12-02T16:42:51.783Z[ host-image] Dec 02 16:42:51.001 INFO O| installing packages...
86292024-12-02T16:42:53.802Z[ recovery-image] Dec 02 16:42:53.019 INFO creating reset image...
86302024-12-02T16:42:53.805Z[ recovery-image] Dec 02 16:42:53.019 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86312024-12-02T16:42:54.049Z[ recovery-image] Dec 02 16:42:53.267 INFO E| Updating crates.io index
86322024-12-02T16:42:54.135Z[ recovery-image] Dec 02 16:42:53.352 INFO E| Downloading crates ...
86332024-12-02T16:42:54.230Z[ recovery-image] Dec 02 16:42:53.447 INFO E| Downloaded duct v0.13.7
86342024-12-02T16:42:54.237Z[ recovery-image] Dec 02 16:42:53.455 INFO E| Downloaded os_pipe v1.2.1
86352024-12-02T16:42:54.240Z[ recovery-image] Dec 02 16:42:53.456 INFO E| Downloaded shared_child v1.0.1
86362024-12-02T16:42:54.240Z[ recovery-image] Dec 02 16:42:53.457 INFO E| Downloaded clap v4.5.17
86372024-12-02T16:42:54.252Z[ recovery-image] Dec 02 16:42:53.470 INFO E| Downloaded clap_derive v4.5.13
86382024-12-02T16:42:54.274Z[ recovery-image] Dec 02 16:42:53.492 INFO E| Downloaded clap_builder v4.5.17
86392024-12-02T16:42:54.289Z[ recovery-image] Dec 02 16:42:53.507 INFO E| Downloaded syn v2.0.77
86402024-12-02T16:42:54.310Z[ recovery-image] Dec 02 16:42:53.528 INFO E| Downloaded libc v0.2.158
86412024-12-02T16:42:54.382Z[ recovery-image] Dec 02 16:42:53.599 INFO E| Compiling proc-macro2 v1.0.86
86422024-12-02T16:42:54.382Z[ recovery-image] Dec 02 16:42:53.599 INFO E| Compiling unicode-ident v1.0.13
86432024-12-02T16:42:54.384Z[ recovery-image] Dec 02 16:42:53.599 INFO E| Compiling libc v0.2.158
86442024-12-02T16:42:54.384Z[ recovery-image] Dec 02 16:42:53.599 INFO E| Compiling utf8parse v0.2.2
86452024-12-02T16:42:54.384Z[ recovery-image] Dec 02 16:42:53.600 INFO E| Compiling colorchoice v1.0.2
86462024-12-02T16:42:54.384Z[ recovery-image] Dec 02 16:42:53.600 INFO E| Compiling is_terminal_polyfill v1.70.1
86472024-12-02T16:42:54.384Z[ recovery-image] Dec 02 16:42:53.600 INFO E| Compiling anstyle-query v1.1.1
86482024-12-02T16:42:54.384Z[ recovery-image] Dec 02 16:42:53.600 INFO E| Compiling anstyle v1.0.8
86492024-12-02T16:42:54.584Z[ recovery-image] Dec 02 16:42:53.802 INFO E| Compiling anstyle-parse v0.2.5
86502024-12-02T16:42:54.606Z[ recovery-image] Dec 02 16:42:53.824 INFO E| Compiling heck v0.5.0
86512024-12-02T16:42:54.615Z[ recovery-image] Dec 02 16:42:53.829 INFO E| Compiling clap_lex v0.7.2
86522024-12-02T16:42:54.615Z[ recovery-image] Dec 02 16:42:53.829 INFO E| Compiling strsim v0.11.1
86532024-12-02T16:42:54.637Z[ recovery-image] Dec 02 16:42:53.854 INFO E| Compiling once_cell v1.19.0
86542024-12-02T16:42:54.887Z[ recovery-image] Dec 02 16:42:54.104 INFO E| Compiling anstream v0.6.15
86552024-12-02T16:42:55.237Z[ recovery-image] Dec 02 16:42:54.454 INFO E| Compiling clap_builder v4.5.17
86562024-12-02T16:42:55.722Z[ recovery-image] Dec 02 16:42:54.940 INFO E| Compiling shared_child v1.0.1
86572024-12-02T16:42:55.722Z[ recovery-image] Dec 02 16:42:54.940 INFO E| Compiling os_pipe v1.2.1
86582024-12-02T16:42:55.843Z[ recovery-image] Dec 02 16:42:55.061 INFO E| Compiling quote v1.0.37
86592024-12-02T16:42:55.861Z[ recovery-image] Dec 02 16:42:55.078 INFO E| Compiling duct v0.13.7
86602024-12-02T16:42:56.154Z[ recovery-image] Dec 02 16:42:55.371 INFO E| Compiling syn v2.0.77
86612024-12-02T16:43:00.024Z[ recovery-image] Dec 02 16:42:59.241 INFO E| Compiling clap_derive v4.5.13
86622024-12-02T16:43:01.821Z[ recovery-image] Dec 02 16:43:01.038 INFO E| Compiling clap v4.5.17
86632024-12-02T16:43:01.875Z[ recovery-image] Dec 02 16:43:01.091 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86642024-12-02T16:43:02.830Z[ recovery-image] Dec 02 16:43:02.047 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s
86652024-12-02T16:43:02.841Z[ recovery-image] Dec 02 16:43:02.058 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86662024-12-02T16:43:02.963Z[ recovery-image] Dec 02 16:43:02.179 INFO E| Updating crates.io index
86672024-12-02T16:43:03.214Z[ recovery-image] Dec 02 16:43:02.430 INFO E| Downloading crates ...
86682024-12-02T16:43:03.270Z[ recovery-image] Dec 02 16:43:02.486 INFO E| Downloaded bitstruct v0.1.1
86692024-12-02T16:43:03.274Z[ recovery-image] Dec 02 16:43:02.491 INFO E| Downloaded cpio_reader v0.1.1
86702024-12-02T16:43:03.278Z[ recovery-image] Dec 02 16:43:02.495 INFO E| Downloaded bit_field v0.10.2
86712024-12-02T16:43:03.280Z[ recovery-image] Dec 02 16:43:02.496 INFO E| Downloaded bitstruct_derive v0.1.0
86722024-12-02T16:43:03.300Z[ recovery-image] Dec 02 16:43:02.516 INFO E| Downloaded seq-macro v0.3.5
86732024-12-02T16:43:03.317Z[ recovery-image] Dec 02 16:43:02.534 INFO E| Downloaded raw-cpuid v10.7.0
86742024-12-02T16:43:03.331Z[ recovery-image] Dec 02 16:43:02.548 INFO E| Downloaded syn v2.0.85
86752024-12-02T16:43:03.446Z[ recovery-image] Dec 02 16:43:02.663 INFO E| Downloaded x86 v0.52.0
86762024-12-02T16:43:03.500Z[ recovery-image] Dec 02 16:43:02.716 INFO E| Updating crates.io index
86772024-12-02T16:43:03.565Z[ recovery-image] Dec 02 16:43:02.781 INFO E| Downloading crates ...
86782024-12-02T16:43:03.630Z[ recovery-image] Dec 02 16:43:02.847 INFO E| Downloaded compiler_builtins v0.1.134
86792024-12-02T16:43:03.707Z[ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling compiler_builtins v0.1.134
86802024-12-02T16:43:03.707Z[ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
86812024-12-02T16:43:03.710Z[ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling proc-macro2 v1.0.89
86822024-12-02T16:43:03.710Z[ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling unicode-ident v1.0.13
86832024-12-02T16:43:03.710Z[ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling syn v1.0.109
86842024-12-02T16:43:03.710Z[ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling x86 v0.52.0
86852024-12-02T16:43:03.710Z[ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86862024-12-02T16:43:03.710Z[ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling seq-macro v0.3.5
86872024-12-02T16:43:04.843Z[ recovery-image] Dec 02 16:43:04.060 INFO E| Compiling quote v1.0.37
86882024-12-02T16:43:05.094Z[ recovery-image] Dec 02 16:43:04.310 INFO E| Compiling syn v2.0.85
86892024-12-02T16:43:07.534Z[ recovery-image] Dec 02 16:43:06.750 INFO E| Compiling scroll_derive v0.12.0
86902024-12-02T16:43:09.451Z[ host-image] Dec 02 16:43:08.667 INFO O| seeding SMF database...
86912024-12-02T16:43:09.704Z[ recovery-image] Dec 02 16:43:08.920 INFO E| Compiling bitstruct_derive v0.1.0
86922024-12-02T16:43:17.107Z[ host-image] Dec 02 16:43:16.322 INFO O| configuring SMF profile...
86932024-12-02T16:43:17.109Z[ host-image] Dec 02 16:43:16.322 INFO O| modifying shadow(5)...
86942024-12-02T16:43:17.109Z[ host-image] Dec 02 16:43:16.322 INFO O| loading user and group database...
86952024-12-02T16:43:17.109Z[ host-image] Dec 02 16:43:16.322 INFO O| assessing packaged files...
86962024-12-02T16:43:19.277Z[ host-image] Dec 02 16:43:18.492 INFO O| creating archive...
86972024-12-02T16:43:19.311Z[ host-image] Dec 02 16:43:18.526 INFO O| missing from packaging:
86982024-12-02T16:43:19.311Z[ host-image] Dec 02 16:43:18.526 INFO O| "etc/.pwd.lock"
86992024-12-02T16:43:19.313Z[ host-image] Dec 02 16:43:18.526 INFO O| "etc/bash"
87002024-12-02T16:43:19.316Z[ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/generic.xml"
87012024-12-02T16:43:19.316Z[ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/inetd_services.xml"
87022024-12-02T16:43:19.316Z[ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/name_service.xml"
87032024-12-02T16:43:19.319Z[ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/platform.xml"
87042024-12-02T16:43:19.319Z[ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/platform_omicron1.xml"
87052024-12-02T16:43:19.319Z[ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/repository.db"
87062024-12-02T16:43:19.325Z[ host-image] Dec 02 16:43:18.540 INFO O| "opt/ooce/share"
87072024-12-02T16:43:19.325Z[ host-image] Dec 02 16:43:18.540 INFO O| "opt/ooce/share/man"
87082024-12-02T16:43:19.325Z[ host-image] Dec 02 16:43:18.540 INFO O| "opt/ooce/share/man/man1"
87092024-12-02T16:43:19.334Z[ host-image] Dec 02 16:43:18.549 INFO O| finishing archive...
87102024-12-02T16:43:21.319Z[ recovery-image] Dec 02 16:43:20.533 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87112024-12-02T16:43:22.426Z[ host-image] Dec 02 16:43:21.641 INFO O| creating gzonly manifest...
87122024-12-02T16:43:22.438Z[ host-image] Dec 02 16:43:21.653 INFO O| ok
87132024-12-02T16:43:22.556Z[ host-image] Dec 02 16:43:21.770 INFO image builder template: ramdisk-02-trim...
87142024-12-02T16:43:22.556Z[ host-image] Dec 02 16:43:21.770 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/.tmpcAIMQT/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.301", "-n", "ramdisk-02-trim"], pwd: None
87152024-12-02T16:43:22.581Z[ host-image] Dec 02 16:43:21.796 INFO O| Dec 02 16:43:21.796 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87162024-12-02T16:43:22.585Z[ host-image] Dec 02 16:43:21.800 INFO O| Dec 02 16:43:21.800 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87172024-12-02T16:43:22.705Z[ host-image] Dec 02 16:43:21.920 INFO O| Dec 02 16:43:21.920 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87182024-12-02T16:43:22.799Z[ host-image] Dec 02 16:43:22.013 INFO O| Dec 02 16:43:22.013 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87192024-12-02T16:43:22.799Z[ host-image] Dec 02 16:43:22.013 INFO O| Dec 02 16:43:22.013 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87202024-12-02T16:43:22.805Z[ host-image] Dec 02 16:43:22.019 INFO O| Dec 02 16:43:22.019 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87212024-12-02T16:43:22.809Z[ host-image] Dec 02 16:43:22.024 INFO O| Dec 02 16:43:22.024 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87222024-12-02T16:43:22.814Z[ host-image] Dec 02 16:43:22.028 INFO O| Dec 02 16:43:22.028 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87232024-12-02T16:43:22.994Z[ recovery-image] Dec 02 16:43:22.209 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87242024-12-02T16:43:23.137Z[ host-image] Dec 02 16:43:22.352 INFO O| Dec 02 16:43:22.352 INFO rolled back to input snapshot; work may begin
87252024-12-02T16:43:23.138Z[ host-image] Dec 02 16:43:22.352 INFO O| Dec 02 16:43:22.352 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87262024-12-02T16:43:23.158Z[ host-image] Dec 02 16:43:22.372 INFO O| Dec 02 16:43:22.372 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272024-12-02T16:43:23.175Z[ host-image] Dec 02 16:43:22.389 INFO O| Dec 02 16:43:22.389 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87282024-12-02T16:43:23.265Z[ host-image] Dec 02 16:43:22.476 INFO O| Dec 02 16:43:22.476 INFO STEP 0 (remove_files) COMPLETE
87292024-12-02T16:43:23.265Z[ host-image] Dec 02 16:43:22.476 INFO O| Dec 02 16:43:22.476 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302024-12-02T16:43:23.274Z[ host-image] Dec 02 16:43:22.489 INFO O| Dec 02 16:43:22.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87312024-12-02T16:43:23.277Z[ host-image] Dec 02 16:43:22.491 INFO O| Dec 02 16:43:22.491 INFO STEP 1 (remove_files) COMPLETE
87322024-12-02T16:43:23.277Z[ host-image] Dec 02 16:43:22.491 INFO O| Dec 02 16:43:22.491 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87332024-12-02T16:43:23.290Z[ host-image] Dec 02 16:43:22.503 INFO O| Dec 02 16:43:22.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87342024-12-02T16:43:23.304Z[ host-image] Dec 02 16:43:22.519 INFO O| Dec 02 16:43:22.518 INFO STEP 2 (remove_files) COMPLETE
87352024-12-02T16:43:23.304Z[ host-image] Dec 02 16:43:22.519 INFO O| Dec 02 16:43:22.518 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87362024-12-02T16:43:23.364Z[ host-image] Dec 02 16:43:22.578 INFO O| Dec 02 16:43:22.578 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87372024-12-02T16:43:23.367Z[ host-image] Dec 02 16:43:22.581 INFO O| Dec 02 16:43:22.581 INFO STEP 3 (remove_files) COMPLETE
87382024-12-02T16:43:23.367Z[ host-image] Dec 02 16:43:22.581 INFO O| Dec 02 16:43:22.581 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87392024-12-02T16:43:23.424Z[ host-image] Dec 02 16:43:22.639 INFO O| Dec 02 16:43:22.639 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87402024-12-02T16:43:23.430Z[ host-image] Dec 02 16:43:22.645 INFO O| Dec 02 16:43:22.645 INFO STEP 4 (remove_files) COMPLETE
87412024-12-02T16:43:23.433Z[ host-image] Dec 02 16:43:22.645 INFO O| Dec 02 16:43:22.645 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87422024-12-02T16:43:23.448Z[ host-image] Dec 02 16:43:22.663 INFO O| Dec 02 16:43:22.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87432024-12-02T16:43:23.452Z[ host-image] Dec 02 16:43:22.667 INFO O| Dec 02 16:43:22.667 INFO STEP 5 (remove_files) COMPLETE
87442024-12-02T16:43:23.452Z[ host-image] Dec 02 16:43:22.667 INFO O| Dec 02 16:43:22.667 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87452024-12-02T16:43:23.470Z[ host-image] Dec 02 16:43:22.684 INFO O| Dec 02 16:43:22.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87462024-12-02T16:43:23.487Z[ host-image] Dec 02 16:43:22.701 INFO O| Dec 02 16:43:22.701 INFO STEP 6 (remove_files) COMPLETE
87472024-12-02T16:43:23.487Z[ host-image] Dec 02 16:43:22.701 INFO O| Dec 02 16:43:22.701 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-12-02T16:43:23.505Z[ host-image] Dec 02 16:43:22.718 INFO O| Dec 02 16:43:22.718 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87492024-12-02T16:43:23.523Z[ host-image] Dec 02 16:43:22.738 INFO O| Dec 02 16:43:22.738 INFO STEP 7 (remove_files) COMPLETE
87502024-12-02T16:43:23.523Z[ host-image] Dec 02 16:43:22.738 INFO O| Dec 02 16:43:22.738 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-12-02T16:43:23.541Z[ host-image] Dec 02 16:43:22.755 INFO O| Dec 02 16:43:22.755 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87522024-12-02T16:43:23.730Z[ host-image] Dec 02 16:43:22.944 INFO O| Dec 02 16:43:22.944 INFO STEP 8 (remove_files) COMPLETE
87532024-12-02T16:43:23.733Z[ host-image] Dec 02 16:43:22.944 INFO O| Dec 02 16:43:22.944 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-12-02T16:43:23.747Z[ host-image] Dec 02 16:43:22.961 INFO O| Dec 02 16:43:22.961 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87552024-12-02T16:43:23.870Z[ host-image] Dec 02 16:43:23.084 INFO O| Dec 02 16:43:23.084 INFO STEP 9 (remove_files) COMPLETE
87562024-12-02T16:43:23.870Z[ host-image] Dec 02 16:43:23.084 INFO O| Dec 02 16:43:23.084 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-12-02T16:43:23.882Z[ host-image] Dec 02 16:43:23.096 INFO O| Dec 02 16:43:23.096 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87582024-12-02T16:43:23.885Z[ host-image] Dec 02 16:43:23.100 INFO O| Dec 02 16:43:23.100 INFO STEP 10 (remove_files) COMPLETE
87592024-12-02T16:43:23.885Z[ host-image] Dec 02 16:43:23.100 INFO O| Dec 02 16:43:23.100 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-12-02T16:43:23.896Z[ host-image] Dec 02 16:43:23.111 INFO O| Dec 02 16:43:23.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87612024-12-02T16:43:23.898Z[ host-image] Dec 02 16:43:23.111 INFO O| Dec 02 16:43:23.111 INFO STEP 11 (remove_files) COMPLETE
87622024-12-02T16:43:23.898Z[ host-image] Dec 02 16:43:23.111 INFO O| Dec 02 16:43:23.111 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-12-02T16:43:23.907Z[ host-image] Dec 02 16:43:23.121 INFO O| Dec 02 16:43:23.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87642024-12-02T16:43:23.910Z[ host-image] Dec 02 16:43:23.123 INFO O| Dec 02 16:43:23.123 INFO STEP 12 (remove_files) COMPLETE
87652024-12-02T16:43:23.910Z[ host-image] Dec 02 16:43:23.123 INFO O| Dec 02 16:43:23.123 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-12-02T16:43:23.919Z[ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87672024-12-02T16:43:23.919Z[ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87682024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87692024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87702024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87712024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87722024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87732024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.135 INFO O| Dec 02 16:43:23.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87742024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.135 INFO O| Dec 02 16:43:23.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87752024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.135 INFO O| Dec 02 16:43:23.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87762024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.135 INFO O| Dec 02 16:43:23.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87772024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87782024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87792024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87802024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87812024-12-02T16:43:23.922Z[ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87822024-12-02T16:43:23.933Z[ host-image] Dec 02 16:43:23.148 INFO O| Dec 02 16:43:23.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87832024-12-02T16:43:23.994Z[ host-image] Dec 02 16:43:23.209 INFO O| Dec 02 16:43:23.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87842024-12-02T16:43:24.001Z[ host-image] Dec 02 16:43:23.215 INFO O| Dec 02 16:43:23.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87852024-12-02T16:43:24.018Z[ host-image] Dec 02 16:43:23.232 INFO O| Dec 02 16:43:23.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87862024-12-02T16:43:24.021Z[ host-image] Dec 02 16:43:23.234 INFO O| Dec 02 16:43:23.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87872024-12-02T16:43:24.293Z[ host-image] Dec 02 16:43:23.508 INFO O| Dec 02 16:43:23.508 INFO STEP 13 (remove_files) COMPLETE
87882024-12-02T16:43:24.293Z[ host-image] Dec 02 16:43:23.508 INFO O| Dec 02 16:43:23.508 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-12-02T16:43:24.304Z[ host-image] Dec 02 16:43:23.519 INFO O| Dec 02 16:43:23.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87902024-12-02T16:43:24.307Z[ host-image] Dec 02 16:43:23.520 INFO O| Dec 02 16:43:23.520 INFO STEP 14 (remove_files) COMPLETE
87912024-12-02T16:43:24.307Z[ host-image] Dec 02 16:43:23.520 INFO O| Dec 02 16:43:23.520 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-12-02T16:43:24.315Z[ host-image] Dec 02 16:43:23.530 INFO O| Dec 02 16:43:23.530 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87932024-12-02T16:43:24.321Z[ host-image] Dec 02 16:43:23.536 INFO O| Dec 02 16:43:23.536 INFO STEP 15 (remove_files) COMPLETE
87942024-12-02T16:43:24.321Z[ host-image] Dec 02 16:43:23.536 INFO O| Dec 02 16:43:23.536 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-12-02T16:43:24.331Z[ host-image] Dec 02 16:43:23.545 INFO O| Dec 02 16:43:23.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87962024-12-02T16:43:24.333Z[ host-image] Dec 02 16:43:23.546 INFO O| Dec 02 16:43:23.545 INFO STEP 16 (remove_files) COMPLETE
87972024-12-02T16:43:24.333Z[ host-image] Dec 02 16:43:23.546 INFO O| Dec 02 16:43:23.545 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982024-12-02T16:43:24.340Z[ host-image] Dec 02 16:43:23.555 INFO O| Dec 02 16:43:23.555 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87992024-12-02T16:43:24.343Z[ host-image] Dec 02 16:43:23.556 INFO O| Dec 02 16:43:23.556 INFO STEP 17 (remove_files) COMPLETE
88002024-12-02T16:43:24.343Z[ host-image] Dec 02 16:43:23.556 INFO O| Dec 02 16:43:23.556 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012024-12-02T16:43:24.351Z[ host-image] Dec 02 16:43:23.566 INFO O| Dec 02 16:43:23.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88022024-12-02T16:43:24.353Z[ host-image] Dec 02 16:43:23.566 INFO O| Dec 02 16:43:23.566 INFO STEP 18 (remove_files) COMPLETE
88032024-12-02T16:43:24.354Z[ host-image] Dec 02 16:43:23.566 INFO O| Dec 02 16:43:23.566 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042024-12-02T16:43:24.360Z[ host-image] Dec 02 16:43:23.575 INFO O| Dec 02 16:43:23.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88052024-12-02T16:43:24.360Z[ host-image] Dec 02 16:43:23.575 INFO O| Dec 02 16:43:23.575 INFO STEP 19 (remove_files) COMPLETE
88062024-12-02T16:43:24.363Z[ host-image] Dec 02 16:43:23.575 INFO O| Dec 02 16:43:23.575 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072024-12-02T16:43:24.370Z[ host-image] Dec 02 16:43:23.584 INFO O| Dec 02 16:43:23.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88082024-12-02T16:43:24.370Z[ host-image] Dec 02 16:43:23.584 INFO O| Dec 02 16:43:23.584 INFO STEP 20 (remove_files) COMPLETE
88092024-12-02T16:43:24.370Z[ host-image] Dec 02 16:43:23.584 INFO O| Dec 02 16:43:23.584 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-12-02T16:43:24.379Z[ host-image] Dec 02 16:43:23.594 INFO O| Dec 02 16:43:23.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88112024-12-02T16:43:24.379Z[ host-image] Dec 02 16:43:23.594 INFO O| Dec 02 16:43:23.594 INFO STEP 21 (remove_files) COMPLETE
88122024-12-02T16:43:24.382Z[ host-image] Dec 02 16:43:23.594 INFO O| Dec 02 16:43:23.594 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-12-02T16:43:24.389Z[ host-image] Dec 02 16:43:23.603 INFO O| Dec 02 16:43:23.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88142024-12-02T16:43:24.389Z[ host-image] Dec 02 16:43:23.603 INFO O| Dec 02 16:43:23.603 INFO STEP 22 (remove_files) COMPLETE
88152024-12-02T16:43:24.389Z[ host-image] Dec 02 16:43:23.603 INFO O| Dec 02 16:43:23.603 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-12-02T16:43:24.398Z[ host-image] Dec 02 16:43:23.612 INFO O| Dec 02 16:43:23.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88172024-12-02T16:43:24.398Z[ host-image] Dec 02 16:43:23.613 INFO O| Dec 02 16:43:23.613 INFO STEP 23 (remove_files) COMPLETE
88182024-12-02T16:43:24.398Z[ host-image] Dec 02 16:43:23.613 INFO O| Dec 02 16:43:23.613 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-12-02T16:43:24.410Z[ host-image] Dec 02 16:43:23.624 INFO O| Dec 02 16:43:23.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88202024-12-02T16:43:24.410Z[ host-image] Dec 02 16:43:23.625 INFO O| Dec 02 16:43:23.625 INFO STEP 24 (remove_files) COMPLETE
88212024-12-02T16:43:24.410Z[ host-image] Dec 02 16:43:23.625 INFO O| Dec 02 16:43:23.625 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-02T16:43:24.420Z[ host-image] Dec 02 16:43:23.634 INFO O| Dec 02 16:43:23.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88232024-12-02T16:43:24.422Z[ host-image] Dec 02 16:43:23.634 INFO O| Dec 02 16:43:23.634 INFO STEP 25 (remove_files) COMPLETE
88242024-12-02T16:43:24.422Z[ host-image] Dec 02 16:43:23.634 INFO O| Dec 02 16:43:23.634 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-02T16:43:24.430Z[ host-image] Dec 02 16:43:23.644 INFO O| Dec 02 16:43:23.644 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88262024-12-02T16:43:24.430Z[ host-image] Dec 02 16:43:23.644 INFO O| Dec 02 16:43:23.644 INFO STEP 26 (remove_files) COMPLETE
88272024-12-02T16:43:24.432Z[ host-image] Dec 02 16:43:23.644 INFO O| Dec 02 16:43:23.644 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-02T16:43:24.440Z[ host-image] Dec 02 16:43:23.654 INFO O| Dec 02 16:43:23.654 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88292024-12-02T16:43:24.440Z[ host-image] Dec 02 16:43:23.654 INFO O| Dec 02 16:43:23.654 INFO STEP 27 (remove_files) COMPLETE
88302024-12-02T16:43:24.440Z[ host-image] Dec 02 16:43:23.654 INFO O| Dec 02 16:43:23.654 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-02T16:43:24.452Z[ host-image] Dec 02 16:43:23.666 INFO O| Dec 02 16:43:23.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88322024-12-02T16:43:24.452Z[ host-image] Dec 02 16:43:23.666 INFO O| Dec 02 16:43:23.666 INFO STEP 28 (remove_files) COMPLETE
88332024-12-02T16:43:24.454Z[ host-image] Dec 02 16:43:23.666 INFO O| Dec 02 16:43:23.666 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-02T16:43:24.462Z[ host-image] Dec 02 16:43:23.676 INFO O| Dec 02 16:43:23.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88352024-12-02T16:43:24.462Z[ host-image] Dec 02 16:43:23.676 INFO O| Dec 02 16:43:23.676 INFO STEP 29 (remove_files) COMPLETE
88362024-12-02T16:43:24.464Z[ host-image] Dec 02 16:43:23.676 INFO O| Dec 02 16:43:23.676 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-02T16:43:24.471Z[ host-image] Dec 02 16:43:23.686 INFO O| Dec 02 16:43:23.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88382024-12-02T16:43:24.471Z[ host-image] Dec 02 16:43:23.686 INFO O| Dec 02 16:43:23.686 INFO STEP 30 (remove_files) COMPLETE
88392024-12-02T16:43:24.471Z[ host-image] Dec 02 16:43:23.686 INFO O| Dec 02 16:43:23.686 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-02T16:43:24.483Z[ host-image] Dec 02 16:43:23.698 INFO O| Dec 02 16:43:23.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88412024-12-02T16:43:24.483Z[ host-image] Dec 02 16:43:23.698 INFO O| Dec 02 16:43:23.698 INFO STEP 31 (remove_files) COMPLETE
88422024-12-02T16:43:24.483Z[ host-image] Dec 02 16:43:23.698 INFO O| Dec 02 16:43:23.698 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-02T16:43:24.494Z[ host-image] Dec 02 16:43:23.708 INFO O| Dec 02 16:43:23.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88442024-12-02T16:43:24.495Z[ host-image] Dec 02 16:43:23.708 INFO O| Dec 02 16:43:23.708 INFO STEP 32 (remove_files) COMPLETE
88452024-12-02T16:43:24.495Z[ host-image] Dec 02 16:43:23.708 INFO O| Dec 02 16:43:23.708 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-02T16:43:24.505Z[ host-image] Dec 02 16:43:23.720 INFO O| Dec 02 16:43:23.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88472024-12-02T16:43:24.505Z[ host-image] Dec 02 16:43:23.720 INFO O| Dec 02 16:43:23.720 INFO STEP 33 (remove_files) COMPLETE
88482024-12-02T16:43:24.505Z[ host-image] Dec 02 16:43:23.720 INFO O| Dec 02 16:43:23.720 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-02T16:43:24.515Z[ host-image] Dec 02 16:43:23.730 INFO O| Dec 02 16:43:23.730 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88502024-12-02T16:43:24.515Z[ host-image] Dec 02 16:43:23.730 INFO O| Dec 02 16:43:23.730 INFO STEP 34 (remove_files) COMPLETE
88512024-12-02T16:43:24.515Z[ host-image] Dec 02 16:43:23.730 INFO O| Dec 02 16:43:23.730 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-02T16:43:24.525Z[ host-image] Dec 02 16:43:23.740 INFO O| Dec 02 16:43:23.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88532024-12-02T16:43:24.525Z[ host-image] Dec 02 16:43:23.740 INFO O| Dec 02 16:43:23.740 INFO STEP 35 (remove_files) COMPLETE
88542024-12-02T16:43:24.528Z[ host-image] Dec 02 16:43:23.740 INFO O| Dec 02 16:43:23.740 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-02T16:43:24.534Z[ host-image] Dec 02 16:43:23.749 INFO O| Dec 02 16:43:23.749 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88562024-12-02T16:43:24.535Z[ host-image] Dec 02 16:43:23.749 INFO O| Dec 02 16:43:23.749 INFO STEP 36 (remove_files) COMPLETE
88572024-12-02T16:43:24.537Z[ host-image] Dec 02 16:43:23.749 INFO O| Dec 02 16:43:23.749 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-02T16:43:24.545Z[ host-image] Dec 02 16:43:23.759 INFO O| Dec 02 16:43:23.759 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88592024-12-02T16:43:24.545Z[ host-image] Dec 02 16:43:23.759 INFO O| Dec 02 16:43:23.759 INFO STEP 37 (remove_files) COMPLETE
88602024-12-02T16:43:24.545Z[ host-image] Dec 02 16:43:23.759 INFO O| Dec 02 16:43:23.759 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-02T16:43:24.554Z[ host-image] Dec 02 16:43:23.769 INFO O| Dec 02 16:43:23.769 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88622024-12-02T16:43:24.554Z[ host-image] Dec 02 16:43:23.769 INFO O| Dec 02 16:43:23.769 INFO STEP 38 (remove_files) COMPLETE
88632024-12-02T16:43:24.557Z[ host-image] Dec 02 16:43:23.769 INFO O| Dec 02 16:43:23.769 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-02T16:43:24.563Z[ host-image] Dec 02 16:43:23.778 INFO O| Dec 02 16:43:23.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88652024-12-02T16:43:24.564Z[ host-image] Dec 02 16:43:23.778 INFO O| Dec 02 16:43:23.778 INFO STEP 39 (remove_files) COMPLETE
88662024-12-02T16:43:24.564Z[ host-image] Dec 02 16:43:23.778 INFO O| Dec 02 16:43:23.778 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-02T16:43:24.573Z[ host-image] Dec 02 16:43:23.787 INFO O| Dec 02 16:43:23.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88682024-12-02T16:43:24.573Z[ host-image] Dec 02 16:43:23.788 INFO O| Dec 02 16:43:23.787 INFO STEP 40 (remove_files) COMPLETE
88692024-12-02T16:43:24.575Z[ host-image] Dec 02 16:43:23.788 INFO O| Dec 02 16:43:23.788 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-02T16:43:24.582Z[ host-image] Dec 02 16:43:23.797 INFO O| Dec 02 16:43:23.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88712024-12-02T16:43:24.582Z[ host-image] Dec 02 16:43:23.797 INFO O| Dec 02 16:43:23.797 INFO STEP 41 (remove_files) COMPLETE
88722024-12-02T16:43:24.585Z[ host-image] Dec 02 16:43:23.797 INFO O| Dec 02 16:43:23.797 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-02T16:43:24.592Z[ host-image] Dec 02 16:43:23.806 INFO O| Dec 02 16:43:23.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88742024-12-02T16:43:24.592Z[ host-image] Dec 02 16:43:23.806 INFO O| Dec 02 16:43:23.806 INFO STEP 42 (remove_files) COMPLETE
88752024-12-02T16:43:24.594Z[ host-image] Dec 02 16:43:23.806 INFO O| Dec 02 16:43:23.806 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-02T16:43:24.601Z[ host-image] Dec 02 16:43:23.816 INFO O| Dec 02 16:43:23.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88772024-12-02T16:43:24.601Z[ host-image] Dec 02 16:43:23.816 INFO O| Dec 02 16:43:23.816 INFO STEP 43 (remove_files) COMPLETE
88782024-12-02T16:43:24.601Z[ host-image] Dec 02 16:43:23.816 INFO O| Dec 02 16:43:23.816 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-02T16:43:24.610Z[ host-image] Dec 02 16:43:23.825 INFO O| Dec 02 16:43:23.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88802024-12-02T16:43:24.610Z[ host-image] Dec 02 16:43:23.825 INFO O| Dec 02 16:43:23.825 INFO STEP 44 (remove_files) COMPLETE
88812024-12-02T16:43:24.610Z[ host-image] Dec 02 16:43:23.825 INFO O| Dec 02 16:43:23.825 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-02T16:43:24.620Z[ host-image] Dec 02 16:43:23.834 INFO O| Dec 02 16:43:23.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88832024-12-02T16:43:24.620Z[ host-image] Dec 02 16:43:23.834 INFO O| Dec 02 16:43:23.834 INFO STEP 45 (remove_files) COMPLETE
88842024-12-02T16:43:24.623Z[ host-image] Dec 02 16:43:23.834 INFO O| Dec 02 16:43:23.834 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-02T16:43:24.629Z[ host-image] Dec 02 16:43:23.844 INFO O| Dec 02 16:43:23.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88862024-12-02T16:43:24.629Z[ host-image] Dec 02 16:43:23.844 INFO O| Dec 02 16:43:23.844 INFO STEP 46 (remove_files) COMPLETE
88872024-12-02T16:43:24.632Z[ host-image] Dec 02 16:43:23.844 INFO O| Dec 02 16:43:23.844 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-02T16:43:24.638Z[ host-image] Dec 02 16:43:23.853 INFO O| Dec 02 16:43:23.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88892024-12-02T16:43:24.638Z[ host-image] Dec 02 16:43:23.853 INFO O| Dec 02 16:43:23.853 INFO STEP 47 (remove_files) COMPLETE
88902024-12-02T16:43:24.641Z[ host-image] Dec 02 16:43:23.853 INFO O| Dec 02 16:43:23.853 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-02T16:43:24.648Z[ host-image] Dec 02 16:43:23.862 INFO O| Dec 02 16:43:23.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88922024-12-02T16:43:24.648Z[ host-image] Dec 02 16:43:23.862 INFO O| Dec 02 16:43:23.862 INFO STEP 48 (remove_files) COMPLETE
88932024-12-02T16:43:24.648Z[ host-image] Dec 02 16:43:23.862 INFO O| Dec 02 16:43:23.862 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-02T16:43:24.657Z[ host-image] Dec 02 16:43:23.872 INFO O| Dec 02 16:43:23.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88952024-12-02T16:43:24.657Z[ host-image] Dec 02 16:43:23.872 INFO O| Dec 02 16:43:23.872 INFO STEP 49 (remove_files) COMPLETE
88962024-12-02T16:43:24.660Z[ host-image] Dec 02 16:43:23.872 INFO O| Dec 02 16:43:23.872 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-02T16:43:24.667Z[ host-image] Dec 02 16:43:23.882 INFO O| Dec 02 16:43:23.881 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88982024-12-02T16:43:24.667Z[ host-image] Dec 02 16:43:23.882 INFO O| Dec 02 16:43:23.882 INFO STEP 50 (remove_files) COMPLETE
88992024-12-02T16:43:24.669Z[ host-image] Dec 02 16:43:23.882 INFO O| Dec 02 16:43:23.882 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-02T16:43:24.676Z[ host-image] Dec 02 16:43:23.891 INFO O| Dec 02 16:43:23.891 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89012024-12-02T16:43:24.677Z[ host-image] Dec 02 16:43:23.891 INFO O| Dec 02 16:43:23.891 INFO STEP 51 (remove_files) COMPLETE
89022024-12-02T16:43:24.679Z[ host-image] Dec 02 16:43:23.891 INFO O| Dec 02 16:43:23.891 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-02T16:43:24.686Z[ host-image] Dec 02 16:43:23.901 INFO O| Dec 02 16:43:23.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89042024-12-02T16:43:24.688Z[ host-image] Dec 02 16:43:23.901 INFO O| Dec 02 16:43:23.901 INFO STEP 52 (remove_files) COMPLETE
89052024-12-02T16:43:24.688Z[ host-image] Dec 02 16:43:23.901 INFO O| Dec 02 16:43:23.901 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-02T16:43:24.695Z[ host-image] Dec 02 16:43:23.910 INFO O| Dec 02 16:43:23.910 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89072024-12-02T16:43:24.698Z[ host-image] Dec 02 16:43:23.910 INFO O| Dec 02 16:43:23.910 INFO STEP 53 (remove_files) COMPLETE
89082024-12-02T16:43:24.698Z[ host-image] Dec 02 16:43:23.910 INFO O| Dec 02 16:43:23.910 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-02T16:43:24.705Z[ host-image] Dec 02 16:43:23.919 INFO O| Dec 02 16:43:23.919 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89102024-12-02T16:43:24.705Z[ host-image] Dec 02 16:43:23.919 INFO O| Dec 02 16:43:23.919 INFO STEP 54 (remove_files) COMPLETE
89112024-12-02T16:43:24.705Z[ host-image] Dec 02 16:43:23.919 INFO O| Dec 02 16:43:23.919 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-02T16:43:24.714Z[ host-image] Dec 02 16:43:23.929 INFO O| Dec 02 16:43:23.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89132024-12-02T16:43:24.714Z[ host-image] Dec 02 16:43:23.929 INFO O| Dec 02 16:43:23.929 INFO STEP 55 (remove_files) COMPLETE
89142024-12-02T16:43:24.717Z[ host-image] Dec 02 16:43:23.929 INFO O| Dec 02 16:43:23.929 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-02T16:43:24.724Z[ host-image] Dec 02 16:43:23.938 INFO O| Dec 02 16:43:23.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89162024-12-02T16:43:24.724Z[ host-image] Dec 02 16:43:23.938 INFO O| Dec 02 16:43:23.938 INFO STEP 56 (remove_files) COMPLETE
89172024-12-02T16:43:24.724Z[ host-image] Dec 02 16:43:23.938 INFO O| Dec 02 16:43:23.938 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-02T16:43:24.733Z[ host-image] Dec 02 16:43:23.948 INFO O| Dec 02 16:43:23.948 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89192024-12-02T16:43:24.733Z[ host-image] Dec 02 16:43:23.948 INFO O| Dec 02 16:43:23.948 INFO STEP 57 (remove_files) COMPLETE
89202024-12-02T16:43:24.733Z[ host-image] Dec 02 16:43:23.948 INFO O| Dec 02 16:43:23.948 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-02T16:43:24.743Z[ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.957 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89222024-12-02T16:43:24.743Z[ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89232024-12-02T16:43:24.745Z[ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89242024-12-02T16:43:24.745Z[ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89252024-12-02T16:43:24.746Z[ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89262024-12-02T16:43:24.746Z[ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89272024-12-02T16:43:24.746Z[ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO ok!
89282024-12-02T16:43:24.746Z[ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO STEP 58 (ensure_file) COMPLETE
89292024-12-02T16:43:24.746Z[ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-02T16:43:24.753Z[ host-image] Dec 02 16:43:23.967 INFO O| Dec 02 16:43:23.967 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89312024-12-02T16:43:24.753Z[ host-image] Dec 02 16:43:23.967 INFO O| Dec 02 16:43:23.967 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89322024-12-02T16:43:24.756Z[ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89332024-12-02T16:43:24.756Z[ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89342024-12-02T16:43:24.756Z[ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89352024-12-02T16:43:24.756Z[ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89362024-12-02T16:43:24.756Z[ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO ok!
89372024-12-02T16:43:24.756Z[ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO STEP 59 (ensure_file) COMPLETE
89382024-12-02T16:43:24.756Z[ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-02T16:43:24.763Z[ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89402024-12-02T16:43:24.763Z[ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89412024-12-02T16:43:24.765Z[ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89422024-12-02T16:43:24.765Z[ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO ok!
89432024-12-02T16:43:24.765Z[ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO STEP 60 (ensure_file) COMPLETE
89442024-12-02T16:43:24.765Z[ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-02T16:43:24.772Z[ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89462024-12-02T16:43:24.775Z[ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89472024-12-02T16:43:24.775Z[ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89482024-12-02T16:43:24.775Z[ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO ok!
89492024-12-02T16:43:24.775Z[ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO STEP 61 (ensure_file) COMPLETE
89502024-12-02T16:43:24.775Z[ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-02T16:43:24.782Z[ host-image] Dec 02 16:43:23.996 INFO O| Dec 02 16:43:23.996 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89522024-12-02T16:43:24.785Z[ host-image] Dec 02 16:43:23.996 INFO O| Dec 02 16:43:23.996 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89532024-12-02T16:43:24.785Z[ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89542024-12-02T16:43:24.785Z[ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.997 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89552024-12-02T16:43:24.785Z[ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.997 INFO ok!
89562024-12-02T16:43:24.785Z[ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.997 INFO STEP 62 (ensure_file) COMPLETE
89572024-12-02T16:43:24.785Z[ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.997 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582024-12-02T16:43:24.793Z[ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89592024-12-02T16:43:24.793Z[ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89602024-12-02T16:43:24.796Z[ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89612024-12-02T16:43:24.796Z[ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89622024-12-02T16:43:24.796Z[ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO ok!
89632024-12-02T16:43:24.796Z[ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO STEP 63 (ensure_file) COMPLETE
89642024-12-02T16:43:24.796Z[ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652024-12-02T16:43:24.803Z[ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89662024-12-02T16:43:24.803Z[ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89672024-12-02T16:43:24.805Z[ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89682024-12-02T16:43:24.805Z[ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO ok!
89692024-12-02T16:43:24.805Z[ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO STEP 64 (assemble_files) COMPLETE
89702024-12-02T16:43:24.805Z[ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-02T16:43:24.813Z[ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89722024-12-02T16:43:24.813Z[ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89732024-12-02T16:43:24.816Z[ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89742024-12-02T16:43:24.816Z[ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89752024-12-02T16:43:24.816Z[ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO ok!
89762024-12-02T16:43:24.816Z[ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO STEP 65 (ensure_file) COMPLETE
89772024-12-02T16:43:24.816Z[ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782024-12-02T16:43:24.823Z[ host-image] Dec 02 16:43:24.037 INFO O| Dec 02 16:43:24.037 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89792024-12-02T16:43:24.825Z[ host-image] Dec 02 16:43:24.037 INFO O| Dec 02 16:43:24.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89802024-12-02T16:43:24.825Z[ host-image] Dec 02 16:43:24.037 INFO O| Dec 02 16:43:24.037 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89812024-12-02T16:43:24.825Z[ host-image] Dec 02 16:43:24.037 INFO O| Dec 02 16:43:24.037 INFO STEP 66 (ensure_dir) COMPLETE
89822024-12-02T16:43:24.825Z[ host-image] Dec 02 16:43:24.038 INFO O| Dec 02 16:43:24.037 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-02T16:43:24.832Z[ host-image] Dec 02 16:43:24.047 INFO O| Dec 02 16:43:24.047 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89842024-12-02T16:43:24.832Z[ host-image] Dec 02 16:43:24.047 INFO O| Dec 02 16:43:24.047 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 ...
89852024-12-02T16:43:24.839Z[ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 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
89862024-12-02T16:43:24.839Z[ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89872024-12-02T16:43:24.839Z[ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 INFO ok!
89882024-12-02T16:43:24.839Z[ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 INFO STEP 67 (ensure_file) COMPLETE
89892024-12-02T16:43:24.842Z[ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-02T16:43:24.849Z[ host-image] Dec 02 16:43:24.063 INFO O| Dec 02 16:43:24.063 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89912024-12-02T16:43:24.849Z[ host-image] Dec 02 16:43:24.063 INFO O| Dec 02 16:43:24.063 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 ...
89922024-12-02T16:43:24.852Z[ host-image] Dec 02 16:43:24.063 INFO O| Dec 02 16:43:24.063 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
89932024-12-02T16:43:24.852Z[ host-image] Dec 02 16:43:24.063 INFO O| Dec 02 16:43:24.063 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89942024-12-02T16:43:24.852Z[ host-image] Dec 02 16:43:24.064 INFO O| Dec 02 16:43:24.063 INFO ok!
89952024-12-02T16:43:24.852Z[ host-image] Dec 02 16:43:24.064 INFO O| Dec 02 16:43:24.063 INFO STEP 68 (ensure_file) COMPLETE
89962024-12-02T16:43:24.852Z[ host-image] Dec 02 16:43:24.064 INFO O| Dec 02 16:43:24.064 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972024-12-02T16:43:24.863Z[ host-image] Dec 02 16:43:24.077 INFO O| Dec 02 16:43:24.077 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89982024-12-02T16:43:24.867Z[ host-image] Dec 02 16:43:24.078 INFO O| Dec 02 16:43:24.077 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89992024-12-02T16:43:26.320Z[ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling bitflags v1.3.2
90002024-12-02T16:43:26.320Z[ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling bit_field v0.10.2
90012024-12-02T16:43:26.320Z[ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling log v0.4.22
90022024-12-02T16:43:26.320Z[ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling plain v0.2.3
90032024-12-02T16:43:26.320Z[ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling adler2 v2.0.0
90042024-12-02T16:43:26.323Z[ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling scroll v0.12.0
90052024-12-02T16:43:26.323Z[ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling static_assertions v1.1.0
90062024-12-02T16:43:26.407Z[ recovery-image] Dec 02 16:43:25.622 INFO E| Compiling raw-cpuid v10.7.0
90072024-12-02T16:43:26.423Z[ recovery-image] Dec 02 16:43:25.637 INFO E| Compiling cpio_reader v0.1.1
90082024-12-02T16:43:26.511Z[ recovery-image] Dec 02 16:43:25.725 INFO E| Compiling miniz_oxide v0.8.0
90092024-12-02T16:43:26.571Z[ recovery-image] Dec 02 16:43:25.785 INFO E| Compiling bitstruct v0.1.1
90102024-12-02T16:43:26.809Z[ recovery-image] Dec 02 16:43:26.023 INFO E| Compiling goblin v0.8.2
90112024-12-02T16:43:27.428Z[ host-image] Dec 02 16:43:26.456 INFO O| Dec 02 16:43:26.456 INFO STEP 69 (pack_tar) COMPLETE
90122024-12-02T16:43:27.428Z[ host-image] Dec 02 16:43:26.456 INFO O| Dec 02 16:43:26.456 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90132024-12-02T16:43:27.432Z[ host-image] Dec 02 16:43:26.456 INFO O| Dec 02 16:43:26.456 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90142024-12-02T16:43:27.585Z[ host-image] Dec 02 16:43:26.799 INFO O| Dec 02 16:43:26.799 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90152024-12-02T16:43:27.684Z[ host-image] Dec 02 16:43:26.898 INFO O| Dec 02 16:43:26.898 INFO completed processing gimlet/ramdisk-02-trim
90162024-12-02T16:43:27.687Z[ host-image] Dec 02 16:43:26.901 INFO image builder template: zfs...
90172024-12-02T16:43:27.689Z[ host-image] Dec 02 16:43:26.901 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/.tmpcAIMQT/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.301", "-n", "zfs"], pwd: None
90182024-12-02T16:43:27.702Z[ host-image] Dec 02 16:43:26.916 INFO O| Dec 02 16:43:26.916 INFO skip include "stress" because feature "stress" is not enabled
90192024-12-02T16:43:27.740Z[ host-image] Dec 02 16:43:26.954 INFO O| Dec 02 16:43:26.954 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90202024-12-02T16:43:27.745Z[ host-image] Dec 02 16:43:26.959 INFO O| Dec 02 16:43:26.959 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90212024-12-02T16:43:27.816Z[ host-image] Dec 02 16:43:27.030 INFO O| Dec 02 16:43:27.030 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90222024-12-02T16:43:27.892Z[ host-image] Dec 02 16:43:27.106 INFO O| Dec 02 16:43:27.106 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90232024-12-02T16:43:27.892Z[ host-image] Dec 02 16:43:27.106 INFO O| Dec 02 16:43:27.106 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90242024-12-02T16:43:27.897Z[ host-image] Dec 02 16:43:27.111 INFO O| Dec 02 16:43:27.111 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90252024-12-02T16:43:27.979Z[ host-image] Dec 02 16:43:27.193 INFO O| Dec 02 16:43:27.193 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90262024-12-02T16:43:28.049Z[ host-image] Dec 02 16:43:27.262 INFO O| Dec 02 16:43:27.262 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90272024-12-02T16:43:28.065Z[ host-image] Dec 02 16:43:27.277 INFO O| Dec 02 16:43:27.277 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90282024-12-02T16:43:28.072Z[ host-image] Dec 02 16:43:27.286 INFO O| Dec 02 16:43:27.286 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90292024-12-02T16:43:28.076Z[ host-image] Dec 02 16:43:27.286 INFO O| Dec 02 16:43:27.286 INFO no lofi found
90302024-12-02T16:43:28.076Z[ host-image] Dec 02 16:43:27.286 INFO O| Dec 02 16:43:27.286 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90312024-12-02T16:43:28.076Z[ host-image] Dec 02 16:43:27.286 INFO O| Dec 02 16:43:27.286 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90322024-12-02T16:43:29.794Z[ host-image] Dec 02 16:43:29.008 INFO O| Dec 02 16:43:29.008 INFO lofi device = /dev/dsk/c2t1d0p0
90332024-12-02T16:43:29.794Z[ host-image] Dec 02 16:43:29.008 INFO O| Dec 02 16:43:29.008 INFO pool device = /dev/dsk/c2t1d0p0
90342024-12-02T16:43:29.797Z[ host-image] Dec 02 16:43:29.008 INFO O| Dec 02 16:43:29.008 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"]
90352024-12-02T16:43:29.869Z[ host-image] Dec 02 16:43:29.083 INFO O| Dec 02 16:43:29.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90362024-12-02T16:43:29.869Z[ host-image] Dec 02 16:43:29.083 INFO O| Dec 02 16:43:29.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90372024-12-02T16:43:29.892Z[ host-image] Dec 02 16:43:29.106 INFO O| Dec 02 16:43:29.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90382024-12-02T16:43:29.951Z[ host-image] Dec 02 16:43:29.165 INFO O| Dec 02 16:43:29.165 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90392024-12-02T16:43:29.998Z[ host-image] Dec 02 16:43:29.212 INFO O| Dec 02 16:43:29.212 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90402024-12-02T16:43:30.012Z[ host-image] Dec 02 16:43:29.226 INFO O| Dec 02 16:43:29.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90412024-12-02T16:43:30.023Z[ host-image] Dec 02 16:43:29.236 INFO O| Dec 02 16:43:29.236 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90422024-12-02T16:43:30.068Z[ host-image] Dec 02 16:43:29.282 INFO O| Dec 02 16:43:29.282 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90432024-12-02T16:43:30.068Z[ host-image] Dec 02 16:43:29.282 INFO O| Dec 02 16:43:29.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90442024-12-02T16:43:30.072Z[ host-image] Dec 02 16:43:29.282 INFO O| Dec 02 16:43:29.282 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90452024-12-02T16:43:30.077Z[ host-image] Dec 02 16:43:29.291 INFO O| Dec 02 16:43:29.291 INFO boot environment UUID: 865a084d-cd88-46e4-b36c-42c4d50f0185
90462024-12-02T16:43:30.079Z[ host-image] Dec 02 16:43:29.291 INFO O| Dec 02 16:43:29.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 865a084d-cd88-46e4-b36c-42c4d50f0185
90472024-12-02T16:43:30.087Z[ host-image] Dec 02 16:43:29.301 INFO O| Dec 02 16:43:29.301 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90482024-12-02T16:43:30.097Z[ host-image] Dec 02 16:43:29.311 INFO O| Dec 02 16:43:29.311 INFO STEP 0 (create_be) COMPLETE
90492024-12-02T16:43:30.097Z[ host-image] Dec 02 16:43:29.311 INFO O| Dec 02 16:43:29.311 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90502024-12-02T16:43:30.113Z[ host-image] Dec 02 16:43:29.327 INFO O| Dec 02 16:43:29.326 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90512024-12-02T16:43:34.011Z[ recovery-image] Dec 02 16:43:33.223 INFO E| Finished `release` profile [optimized] target(s) in 31.15s
90522024-12-02T16:43:34.037Z[ recovery-image] Dec 02 16:43:33.251 INFO building host image...
90532024-12-02T16:43:34.040Z[ recovery-image] Dec 02 16:43:33.251 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")
90542024-12-02T16:43:34.723Z[ recovery-image] Dec 02 16:43:33.936 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90552024-12-02T16:43:36.633Z[ recovery-image] Dec 02 16:43:35.846 INFO image complete! materials are in "/work/os-recovery"
90562024-12-02T16:43:36.637Z[ recovery-image]
90572024-12-02T16:43:36.637Z[ recovery-image] real 8:00.103138539
90582024-12-02T16:43:36.637Z[ recovery-image] user 5:33.763694886
90592024-12-02T16:43:36.637Z[ recovery-image] sys 45.757168545
90602024-12-02T16:43:36.637Z[ recovery-image] trap 0.222088594
90612024-12-02T16:43:36.637Z[ recovery-image] tflt 0.238428960
90622024-12-02T16:43:36.637Z[ recovery-image] dflt 1.016816903
90632024-12-02T16:43:36.637Z[ recovery-image] kflt 0.000066003
90642024-12-02T16:43:36.637Z[ recovery-image] lock 8:54.571543244
90652024-12-02T16:43:36.637Z[ recovery-image] slp 48:19.688136610
90662024-12-02T16:43:36.637Z[ recovery-image] lat 1:27.002843690
90672024-12-02T16:43:36.637Z[ recovery-image] stop 2.750419797
90682024-12-02T16:43:36.640ZDec 02 16:43:35.850 INFO [recovery-image] process exited with exit status: 0 (480.183700759s)
90692024-12-02T16:43:47.727Z[ host-image] Dec 02 16:43:46.939 INFO O| Dec 02 16:43:46.939 INFO STEP 1 (unpack_tar) COMPLETE
90702024-12-02T16:43:47.727Z[ host-image] Dec 02 16:43:46.939 INFO O| Dec 02 16:43:46.939 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90712024-12-02T16:43:47.737Z[ host-image] Dec 02 16:43:46.949 INFO O| Dec 02 16:43:46.949 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90722024-12-02T16:43:48.233Z[ host-image] Dec 02 16:43:47.445 INFO O| Dec 02 16:43:47.445 INFO STEP 2 (devfsadm) COMPLETE
90732024-12-02T16:43:48.235Z[ host-image] Dec 02 16:43:47.445 INFO O| Dec 02 16:43:47.445 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90742024-12-02T16:43:48.244Z[ host-image] Dec 02 16:43:47.456 INFO O| Dec 02 16:43:47.456 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90752024-12-02T16:43:48.246Z[ host-image] Dec 02 16:43:47.456 INFO O| Dec 02 16:43:47.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90762024-12-02T16:43:48.247Z[ host-image] Dec 02 16:43:47.456 INFO O| Dec 02 16:43:47.456 INFO STEP 3 (ensure_dir) COMPLETE
90772024-12-02T16:43:48.247Z[ host-image] Dec 02 16:43:47.456 INFO O| Dec 02 16:43:47.456 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90782024-12-02T16:43:48.253Z[ host-image] Dec 02 16:43:47.465 INFO O| Dec 02 16:43:47.465 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90792024-12-02T16:43:48.253Z[ host-image] Dec 02 16:43:47.465 INFO O| Dec 02 16:43:47.465 INFO STEP 4 (ensure_dir) COMPLETE
90802024-12-02T16:43:48.256Z[ host-image] Dec 02 16:43:47.465 INFO O| Dec 02 16:43:47.465 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90812024-12-02T16:43:48.264Z[ host-image] Dec 02 16:43:47.476 INFO O| Dec 02 16:43:47.476 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90822024-12-02T16:43:48.264Z[ host-image] Dec 02 16:43:47.476 INFO O| Dec 02 16:43:47.476 INFO STEP 5 (ensure_dir) COMPLETE
90832024-12-02T16:43:48.264Z[ host-image] Dec 02 16:43:47.476 INFO O| Dec 02 16:43:47.476 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90842024-12-02T16:43:48.277Z[ host-image] Dec 02 16:43:47.488 INFO O| Dec 02 16:43:47.488 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90852024-12-02T16:43:48.277Z[ host-image] Dec 02 16:43:47.488 INFO O| Dec 02 16:43:47.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90862024-12-02T16:43:48.277Z[ host-image] Dec 02 16:43:47.488 INFO O| Dec 02 16:43:47.488 INFO STEP 6 (ensure_dir) COMPLETE
90872024-12-02T16:43:48.280Z[ host-image] Dec 02 16:43:47.488 INFO O| Dec 02 16:43:47.488 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90882024-12-02T16:43:48.286Z[ host-image] Dec 02 16:43:47.498 INFO O| Dec 02 16:43:47.498 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90892024-12-02T16:43:48.286Z[ host-image] Dec 02 16:43:47.498 INFO O| Dec 02 16:43:47.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90902024-12-02T16:43:48.289Z[ host-image] Dec 02 16:43:47.498 INFO O| Dec 02 16:43:47.498 INFO STEP 7 (ensure_dir) COMPLETE
90912024-12-02T16:43:48.289Z[ host-image] Dec 02 16:43:47.498 INFO O| Dec 02 16:43:47.498 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90922024-12-02T16:43:48.296Z[ host-image] Dec 02 16:43:47.508 INFO O| Dec 02 16:43:47.508 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90932024-12-02T16:43:48.299Z[ host-image] Dec 02 16:43:47.508 INFO O| Dec 02 16:43:47.508 INFO STEP 8 (remove_files) COMPLETE
90942024-12-02T16:43:48.299Z[ host-image] Dec 02 16:43:47.508 INFO O| Dec 02 16:43:47.508 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90952024-12-02T16:43:48.305Z[ host-image] Dec 02 16:43:47.518 INFO O| Dec 02 16:43:47.517 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90962024-12-02T16:43:48.308Z[ host-image] Dec 02 16:43:47.518 INFO O| Dec 02 16:43:47.518 INFO STEP 9 (remove_files) COMPLETE
90972024-12-02T16:43:48.308Z[ host-image] Dec 02 16:43:47.518 INFO O| Dec 02 16:43:47.518 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90982024-12-02T16:43:48.315Z[ host-image] Dec 02 16:43:47.527 INFO O| Dec 02 16:43:47.527 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90992024-12-02T16:43:48.318Z[ host-image] Dec 02 16:43:47.528 INFO O| Dec 02 16:43:47.528 INFO STEP 10 (remove_files) COMPLETE
91002024-12-02T16:43:48.318Z[ host-image] Dec 02 16:43:47.528 INFO O| Dec 02 16:43:47.528 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91012024-12-02T16:43:48.325Z[ host-image] Dec 02 16:43:47.537 INFO O| Dec 02 16:43:47.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91022024-12-02T16:43:48.328Z[ host-image] Dec 02 16:43:47.537 INFO O| Dec 02 16:43:47.537 INFO STEP 11 (remove_files) COMPLETE
91032024-12-02T16:43:48.328Z[ host-image] Dec 02 16:43:47.537 INFO O| Dec 02 16:43:47.537 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91042024-12-02T16:43:48.335Z[ host-image] Dec 02 16:43:47.547 INFO O| Dec 02 16:43:47.547 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91052024-12-02T16:43:48.338Z[ host-image] Dec 02 16:43:47.547 INFO O| Dec 02 16:43:47.547 INFO STEP 12 (remove_files) COMPLETE
91062024-12-02T16:43:48.338Z[ host-image] Dec 02 16:43:47.547 INFO O| Dec 02 16:43:47.547 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91072024-12-02T16:43:48.344Z[ host-image] Dec 02 16:43:47.557 INFO O| Dec 02 16:43:47.556 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91082024-12-02T16:43:48.344Z[ host-image] Dec 02 16:43:47.557 INFO O| Dec 02 16:43:47.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91092024-12-02T16:43:48.347Z[ host-image] Dec 02 16:43:47.557 INFO O| Dec 02 16:43:47.557 INFO STEP 13 (ensure_dir) COMPLETE
91102024-12-02T16:43:48.347Z[ host-image] Dec 02 16:43:47.557 INFO O| Dec 02 16:43:47.557 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91112024-12-02T16:43:48.354Z[ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91122024-12-02T16:43:48.356Z[ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91132024-12-02T16:43:48.357Z[ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91142024-12-02T16:43:48.357Z[ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO STEP 14 (ensure_dir) COMPLETE
91152024-12-02T16:43:48.357Z[ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-02T16:43:48.363Z[ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91172024-12-02T16:43:48.363Z[ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91182024-12-02T16:43:48.365Z[ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91192024-12-02T16:43:48.365Z[ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO STEP 15 (ensure_dir) COMPLETE
91202024-12-02T16:43:48.366Z[ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91212024-12-02T16:43:48.372Z[ host-image] Dec 02 16:43:47.585 INFO O| Dec 02 16:43:47.585 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91222024-12-02T16:43:48.372Z[ host-image] Dec 02 16:43:47.585 INFO O| Dec 02 16:43:47.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91232024-12-02T16:43:48.375Z[ host-image] Dec 02 16:43:47.585 INFO O| Dec 02 16:43:47.585 INFO STEP 16 (ensure_dir) COMPLETE
91242024-12-02T16:43:48.375Z[ host-image] Dec 02 16:43:47.585 INFO O| Dec 02 16:43:47.585 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91252024-12-02T16:43:48.382Z[ host-image] Dec 02 16:43:47.594 INFO O| Dec 02 16:43:47.594 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91262024-12-02T16:43:48.382Z[ host-image] Dec 02 16:43:47.594 INFO O| Dec 02 16:43:47.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91272024-12-02T16:43:48.382Z[ host-image] Dec 02 16:43:47.594 INFO O| Dec 02 16:43:47.594 INFO STEP 17 (ensure_dir) COMPLETE
91282024-12-02T16:43:48.384Z[ host-image] Dec 02 16:43:47.594 INFO O| Dec 02 16:43:47.594 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91292024-12-02T16:43:48.392Z[ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91302024-12-02T16:43:48.392Z[ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91312024-12-02T16:43:48.394Z[ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO ok!
91322024-12-02T16:43:48.394Z[ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO STEP 18 (ensure_symlink) COMPLETE
91332024-12-02T16:43:48.394Z[ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91342024-12-02T16:43:48.401Z[ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91352024-12-02T16:43:48.402Z[ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91362024-12-02T16:43:48.405Z[ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO ok!
91372024-12-02T16:43:48.405Z[ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO STEP 19 (ensure_file) COMPLETE
91382024-12-02T16:43:48.405Z[ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91392024-12-02T16:43:48.412Z[ host-image] Dec 02 16:43:47.623 INFO O| Dec 02 16:43:47.623 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91402024-12-02T16:43:48.415Z[ host-image] Dec 02 16:43:47.623 INFO O| Dec 02 16:43:47.623 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91412024-12-02T16:43:48.415Z[ host-image] Dec 02 16:43:47.624 INFO O| Dec 02 16:43:47.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91422024-12-02T16:43:48.415Z[ host-image] Dec 02 16:43:47.624 INFO O| Dec 02 16:43:47.624 INFO ok!
91432024-12-02T16:43:48.415Z[ host-image] Dec 02 16:43:47.624 INFO O| Dec 02 16:43:47.624 INFO STEP 20 (ensure_symlink) COMPLETE
91442024-12-02T16:43:48.415Z[ host-image] Dec 02 16:43:47.624 INFO O| Dec 02 16:43:47.624 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91452024-12-02T16:43:48.421Z[ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91462024-12-02T16:43:48.421Z[ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91472024-12-02T16:43:48.421Z[ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91482024-12-02T16:43:48.424Z[ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO ok!
91492024-12-02T16:43:48.424Z[ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO STEP 21 (ensure_symlink) COMPLETE
91502024-12-02T16:43:48.424Z[ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91512024-12-02T16:43:48.431Z[ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91522024-12-02T16:43:48.433Z[ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91532024-12-02T16:43:48.433Z[ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91542024-12-02T16:43:48.433Z[ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO ok!
91552024-12-02T16:43:48.433Z[ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO STEP 22 (ensure_symlink) COMPLETE
91562024-12-02T16:43:48.433Z[ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91572024-12-02T16:43:48.440Z[ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91582024-12-02T16:43:48.442Z[ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91592024-12-02T16:43:48.443Z[ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91602024-12-02T16:43:48.443Z[ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO ok!
91612024-12-02T16:43:48.443Z[ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO STEP 23 (ensure_symlink) COMPLETE
91622024-12-02T16:43:48.443Z[ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91632024-12-02T16:43:48.450Z[ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91642024-12-02T16:43:48.453Z[ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91652024-12-02T16:43:48.453Z[ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91662024-12-02T16:43:48.453Z[ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO ok!
91672024-12-02T16:43:48.453Z[ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO STEP 24 (ensure_file) COMPLETE
91682024-12-02T16:43:48.453Z[ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91692024-12-02T16:43:48.460Z[ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO updating shadow file
91702024-12-02T16:43:48.462Z[ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91712024-12-02T16:43:48.462Z[ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91722024-12-02T16:43:48.462Z[ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO STEP 25 (shadow) COMPLETE
91732024-12-02T16:43:48.463Z[ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91742024-12-02T16:43:48.469Z[ host-image] Dec 02 16:43:47.681 INFO O| Dec 02 16:43:47.681 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91752024-12-02T16:43:48.472Z[ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91762024-12-02T16:43:48.472Z[ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91772024-12-02T16:43:48.472Z[ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO ok!
91782024-12-02T16:43:48.472Z[ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO STEP 26 (ensure_file) COMPLETE
91792024-12-02T16:43:48.472Z[ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91802024-12-02T16:43:48.479Z[ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91812024-12-02T16:43:48.479Z[ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91822024-12-02T16:43:48.481Z[ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91832024-12-02T16:43:48.481Z[ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO ok!
91842024-12-02T16:43:48.481Z[ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO STEP 27 (ensure_file) COMPLETE
91852024-12-02T16:43:48.481Z[ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91862024-12-02T16:43:48.489Z[ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91872024-12-02T16:43:48.489Z[ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91882024-12-02T16:43:48.492Z[ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91892024-12-02T16:43:48.492Z[ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91902024-12-02T16:43:48.492Z[ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO ok!
91912024-12-02T16:43:48.492Z[ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO STEP 28 (ensure_file) COMPLETE
91922024-12-02T16:43:48.492Z[ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91932024-12-02T16:43:48.499Z[ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91942024-12-02T16:43:48.502Z[ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91952024-12-02T16:43:48.502Z[ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91962024-12-02T16:43:48.502Z[ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO ok!
91972024-12-02T16:43:48.502Z[ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO STEP 29 (ensure_file) COMPLETE
91982024-12-02T16:43:48.502Z[ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91992024-12-02T16:43:48.509Z[ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92002024-12-02T16:43:48.511Z[ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92012024-12-02T16:43:48.511Z[ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92022024-12-02T16:43:48.511Z[ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO ok!
92032024-12-02T16:43:48.511Z[ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO STEP 30 (ensure_file) COMPLETE
92042024-12-02T16:43:48.511Z[ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92052024-12-02T16:43:48.519Z[ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92062024-12-02T16:43:48.521Z[ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92072024-12-02T16:43:48.521Z[ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92082024-12-02T16:43:48.521Z[ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92092024-12-02T16:43:48.521Z[ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO ok!
92102024-12-02T16:43:48.521Z[ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO STEP 31 (ensure_file) COMPLETE
92112024-12-02T16:43:48.521Z[ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92122024-12-02T16:43:48.528Z[ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92132024-12-02T16:43:48.529Z[ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92142024-12-02T16:43:48.531Z[ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92152024-12-02T16:43:48.531Z[ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO ok!
92162024-12-02T16:43:48.531Z[ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO STEP 32 (ensure_file) COMPLETE
92172024-12-02T16:43:48.531Z[ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92182024-12-02T16:43:48.538Z[ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92192024-12-02T16:43:48.538Z[ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92202024-12-02T16:43:48.541Z[ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92212024-12-02T16:43:48.541Z[ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO ok!
92222024-12-02T16:43:48.541Z[ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO STEP 33 (ensure_file) COMPLETE
92232024-12-02T16:43:48.541Z[ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92242024-12-02T16:43:48.547Z[ host-image] Dec 02 16:43:47.759 INFO O| Dec 02 16:43:47.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92252024-12-02T16:43:48.547Z[ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92262024-12-02T16:43:48.551Z[ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92272024-12-02T16:43:48.551Z[ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92282024-12-02T16:43:48.551Z[ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92292024-12-02T16:43:48.551Z[ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92302024-12-02T16:43:48.551Z[ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO ok!
92312024-12-02T16:43:48.551Z[ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO STEP 34 (ensure_file) COMPLETE
92322024-12-02T16:43:48.551Z[ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92332024-12-02T16:43:48.557Z[ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92342024-12-02T16:43:48.560Z[ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92352024-12-02T16:43:48.560Z[ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92362024-12-02T16:43:48.560Z[ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO STEP 35 (ensure_dir) COMPLETE
92372024-12-02T16:43:48.560Z[ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92382024-12-02T16:43:48.567Z[ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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
92392024-12-02T16:43:48.567Z[ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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 ...
92402024-12-02T16:43:48.571Z[ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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
92412024-12-02T16:43:48.571Z[ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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
92422024-12-02T16:43:48.571Z[ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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
92432024-12-02T16:43:48.571Z[ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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
92442024-12-02T16:43:48.571Z[ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 INFO ok!
92452024-12-02T16:43:48.571Z[ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 INFO STEP 36 (ensure_file) COMPLETE
92462024-12-02T16:43:48.571Z[ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92472024-12-02T16:43:48.576Z[ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92482024-12-02T16:43:48.576Z[ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 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 ...
92492024-12-02T16:43:48.580Z[ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92502024-12-02T16:43:48.580Z[ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO ok!
92512024-12-02T16:43:48.580Z[ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO STEP 37 (ensure_symlink) COMPLETE
92522024-12-02T16:43:48.580Z[ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92532024-12-02T16:43:48.586Z[ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92542024-12-02T16:43:48.586Z[ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92552024-12-02T16:43:48.590Z[ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92562024-12-02T16:43:48.590Z[ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92572024-12-02T16:43:48.590Z[ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92582024-12-02T16:43:48.590Z[ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92592024-12-02T16:43:48.590Z[ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO ok!
92602024-12-02T16:43:48.590Z[ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO STEP 38 (ensure_file) COMPLETE
92612024-12-02T16:43:48.590Z[ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92622024-12-02T16:43:48.595Z[ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92632024-12-02T16:43:48.595Z[ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 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 ...
92642024-12-02T16:43:48.598Z[ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 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
92652024-12-02T16:43:48.598Z[ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92662024-12-02T16:43:48.598Z[ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO ok!
92672024-12-02T16:43:48.598Z[ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO STEP 39 (ensure_file) COMPLETE
92682024-12-02T16:43:48.598Z[ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92692024-12-02T16:43:48.604Z[ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92702024-12-02T16:43:48.604Z[ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92712024-12-02T16:43:48.608Z[ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92722024-12-02T16:43:48.608Z[ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO ok!
92732024-12-02T16:43:48.608Z[ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO STEP 40 (ensure_file) COMPLETE
92742024-12-02T16:43:48.608Z[ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92752024-12-02T16:43:48.614Z[ host-image] Dec 02 16:43:47.826 INFO O| Dec 02 16:43:47.826 INFO updating shadow file
92762024-12-02T16:43:48.616Z[ host-image] Dec 02 16:43:47.826 INFO O| Dec 02 16:43:47.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92772024-12-02T16:43:48.616Z[ host-image] Dec 02 16:43:47.826 INFO O| Dec 02 16:43:47.826 INFO STEP 41 (shadow) COMPLETE
92782024-12-02T16:43:48.616Z[ host-image] Dec 02 16:43:47.826 INFO O| Dec 02 16:43:47.826 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92792024-12-02T16:43:48.623Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92802024-12-02T16:43:48.623Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92812024-12-02T16:43:48.626Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92822024-12-02T16:43:48.626Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92832024-12-02T16:43:48.626Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO ok!
92842024-12-02T16:43:48.626Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO STEP 42 (ensure_file) COMPLETE
92852024-12-02T16:43:48.627Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92862024-12-02T16:43:48.627Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO skip step because feature "mfg" is not enabled
92872024-12-02T16:43:48.627Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92882024-12-02T16:43:48.627Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO skip step because feature "mfg" is not enabled
92892024-12-02T16:43:48.627Z[ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92902024-12-02T16:43:48.633Z[ host-image] Dec 02 16:43:47.845 INFO O| Dec 02 16:43:47.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92912024-12-02T16:43:48.633Z[ host-image] Dec 02 16:43:47.845 INFO O| Dec 02 16:43:47.845 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92922024-12-02T16:43:49.274Z[ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92932024-12-02T16:43:49.274Z[ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92942024-12-02T16:43:49.275Z[ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO ok!
92952024-12-02T16:43:49.275Z[ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO STEP 45 (ensure_file) COMPLETE
92962024-12-02T16:43:49.278Z[ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92972024-12-02T16:43:49.285Z[ host-image] Dec 02 16:43:48.497 INFO O| Dec 02 16:43:48.497 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92982024-12-02T16:43:49.288Z[ host-image] Dec 02 16:43:48.497 INFO O| Dec 02 16:43:48.497 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92992024-12-02T16:43:49.288Z[ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93002024-12-02T16:43:49.288Z[ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93012024-12-02T16:43:49.289Z[ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93022024-12-02T16:43:49.289Z[ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93032024-12-02T16:43:49.289Z[ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO ok!
93042024-12-02T16:43:49.289Z[ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO STEP 46 (ensure_file) COMPLETE
93052024-12-02T16:43:49.289Z[ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93062024-12-02T16:43:49.295Z[ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93072024-12-02T16:43:49.298Z[ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 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 ...
93082024-12-02T16:43:49.298Z[ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 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
93092024-12-02T16:43:49.298Z[ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93102024-12-02T16:43:49.298Z[ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 INFO ok!
93112024-12-02T16:43:49.298Z[ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 INFO STEP 47 (ensure_file) COMPLETE
93122024-12-02T16:43:49.298Z[ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93132024-12-02T16:43:49.304Z[ host-image] Dec 02 16:43:48.516 INFO O| Dec 02 16:43:48.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93142024-12-02T16:43:49.304Z[ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.516 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93152024-12-02T16:43:49.307Z[ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93162024-12-02T16:43:49.307Z[ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93172024-12-02T16:43:49.307Z[ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93182024-12-02T16:43:49.307Z[ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93192024-12-02T16:43:49.307Z[ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO ok!
93202024-12-02T16:43:49.307Z[ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO STEP 48 (ensure_file) COMPLETE
93212024-12-02T16:43:49.307Z[ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93222024-12-02T16:43:49.314Z[ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93232024-12-02T16:43:49.314Z[ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 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 ...
93242024-12-02T16:43:49.317Z[ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 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
93252024-12-02T16:43:49.317Z[ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93262024-12-02T16:43:49.317Z[ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO ok!
93272024-12-02T16:43:49.317Z[ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO STEP 49 (ensure_file) COMPLETE
93282024-12-02T16:43:49.317Z[ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93292024-12-02T16:43:49.323Z[ host-image] Dec 02 16:43:48.535 INFO O| Dec 02 16:43:48.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93302024-12-02T16:43:49.323Z[ host-image] Dec 02 16:43:48.535 INFO O| Dec 02 16:43:48.535 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93312024-12-02T16:43:49.326Z[ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93322024-12-02T16:43:49.326Z[ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93332024-12-02T16:43:49.326Z[ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93342024-12-02T16:43:49.326Z[ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93352024-12-02T16:43:49.326Z[ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO ok!
93362024-12-02T16:43:49.326Z[ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO STEP 50 (ensure_file) COMPLETE
93372024-12-02T16:43:49.326Z[ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93382024-12-02T16:43:49.333Z[ host-image] Dec 02 16:43:48.545 INFO O| Dec 02 16:43:48.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93392024-12-02T16:43:49.336Z[ host-image] Dec 02 16:43:48.545 INFO O| Dec 02 16:43:48.545 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 ...
93402024-12-02T16:43:49.336Z[ host-image] Dec 02 16:43:48.545 INFO O| Dec 02 16:43:48.545 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
93412024-12-02T16:43:49.336Z[ host-image] Dec 02 16:43:48.545 INFO O| Dec 02 16:43:48.545 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93422024-12-02T16:43:49.336Z[ host-image] Dec 02 16:43:48.546 INFO O| Dec 02 16:43:48.545 INFO ok!
93432024-12-02T16:43:49.336Z[ host-image] Dec 02 16:43:48.546 INFO O| Dec 02 16:43:48.546 INFO STEP 51 (ensure_file) COMPLETE
93442024-12-02T16:43:49.336Z[ host-image] Dec 02 16:43:48.546 INFO O| Dec 02 16:43:48.546 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93452024-12-02T16:43:49.343Z[ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93462024-12-02T16:43:49.343Z[ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 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 ...
93472024-12-02T16:43:49.345Z[ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 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
93482024-12-02T16:43:49.345Z[ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93492024-12-02T16:43:49.345Z[ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO ok!
93502024-12-02T16:43:49.345Z[ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO STEP 52 (ensure_file) COMPLETE
93512024-12-02T16:43:49.346Z[ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93522024-12-02T16:43:49.352Z[ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93532024-12-02T16:43:49.352Z[ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 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 ...
93542024-12-02T16:43:49.355Z[ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 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
93552024-12-02T16:43:49.355Z[ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93562024-12-02T16:43:49.355Z[ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO ok!
93572024-12-02T16:43:49.355Z[ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO STEP 53 (ensure_file) COMPLETE
93582024-12-02T16:43:49.355Z[ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592024-12-02T16:43:49.361Z[ host-image] Dec 02 16:43:48.573 INFO O| Dec 02 16:43:48.573 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93602024-12-02T16:43:49.364Z[ host-image] Dec 02 16:43:48.573 INFO O| Dec 02 16:43:48.573 INFO STEP 54 (ensure_dir) COMPLETE
93612024-12-02T16:43:49.364Z[ host-image] Dec 02 16:43:48.573 INFO O| Dec 02 16:43:48.573 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-12-02T16:43:49.370Z[ host-image] Dec 02 16:43:48.582 INFO O| Dec 02 16:43:48.582 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93632024-12-02T16:43:49.370Z[ host-image] Dec 02 16:43:48.583 INFO O| Dec 02 16:43:48.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93642024-12-02T16:43:49.373Z[ host-image] Dec 02 16:43:48.583 INFO O| Dec 02 16:43:48.583 INFO STEP 55 (ensure_dir) COMPLETE
93652024-12-02T16:43:49.373Z[ host-image] Dec 02 16:43:48.583 INFO O| Dec 02 16:43:48.583 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-12-02T16:43:49.380Z[ host-image] Dec 02 16:43:48.592 INFO O| Dec 02 16:43:48.592 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93672024-12-02T16:43:49.382Z[ host-image] Dec 02 16:43:48.592 INFO O| Dec 02 16:43:48.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93682024-12-02T16:43:49.382Z[ host-image] Dec 02 16:43:48.592 INFO O| Dec 02 16:43:48.592 INFO STEP 56 (ensure_dir) COMPLETE
93692024-12-02T16:43:49.382Z[ host-image] Dec 02 16:43:48.592 INFO O| Dec 02 16:43:48.592 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-12-02T16:43:49.389Z[ host-image] Dec 02 16:43:48.601 INFO O| Dec 02 16:43:48.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93712024-12-02T16:43:49.389Z[ host-image] Dec 02 16:43:48.601 INFO O| Dec 02 16:43:48.601 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93722024-12-02T16:43:49.405Z[ host-image] Dec 02 16:43:48.617 INFO O| Dec 02 16:43:48.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93732024-12-02T16:43:49.405Z[ host-image] Dec 02 16:43:48.617 INFO O| Dec 02 16:43:48.617 INFO ok!
93742024-12-02T16:43:49.407Z[ host-image] Dec 02 16:43:48.617 INFO O| Dec 02 16:43:48.617 INFO STEP 57 (ensure_file) COMPLETE
93752024-12-02T16:43:49.407Z[ host-image] Dec 02 16:43:48.617 INFO O| Dec 02 16:43:48.617 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-12-02T16:43:49.414Z[ host-image] Dec 02 16:43:48.626 INFO O| Dec 02 16:43:48.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93772024-12-02T16:43:49.414Z[ host-image] Dec 02 16:43:48.626 INFO O| Dec 02 16:43:48.626 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93782024-12-02T16:43:50.488Z[ host-image] Dec 02 16:43:49.700 INFO O| Dec 02 16:43:49.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93792024-12-02T16:43:50.489Z[ host-image] Dec 02 16:43:49.700 INFO O| Dec 02 16:43:49.700 INFO ok!
93802024-12-02T16:43:50.491Z[ host-image] Dec 02 16:43:49.700 INFO O| Dec 02 16:43:49.700 INFO STEP 58 (ensure_file) COMPLETE
93812024-12-02T16:43:50.492Z[ host-image] Dec 02 16:43:49.700 INFO O| Dec 02 16:43:49.700 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-12-02T16:43:50.499Z[ host-image] Dec 02 16:43:49.711 INFO O| Dec 02 16:43:49.711 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93832024-12-02T16:43:50.499Z[ host-image] Dec 02 16:43:49.711 INFO O| Dec 02 16:43:49.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93842024-12-02T16:43:50.501Z[ host-image] Dec 02 16:43:49.711 INFO O| Dec 02 16:43:49.711 INFO STEP 59 (ensure_dir) COMPLETE
93852024-12-02T16:43:50.501Z[ host-image] Dec 02 16:43:49.711 INFO O| Dec 02 16:43:49.711 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-12-02T16:43:50.508Z[ host-image] Dec 02 16:43:49.720 INFO O| Dec 02 16:43:49.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93872024-12-02T16:43:50.508Z[ host-image] Dec 02 16:43:49.720 INFO O| Dec 02 16:43:49.720 INFO copying /tmp/.tmpcAIMQT/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 ...
93882024-12-02T16:43:50.509Z[ host-image] Dec 02 16:43:49.721 INFO O| Dec 02 16:43:49.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93892024-12-02T16:43:50.509Z[ host-image] Dec 02 16:43:49.721 INFO O| Dec 02 16:43:49.720 INFO ok!
93902024-12-02T16:43:50.511Z[ host-image] Dec 02 16:43:49.721 INFO O| Dec 02 16:43:49.721 INFO STEP 60 (ensure_file) COMPLETE
93912024-12-02T16:43:50.511Z[ host-image] Dec 02 16:43:49.721 INFO O| Dec 02 16:43:49.721 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-12-02T16:43:50.518Z[ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93932024-12-02T16:43:50.518Z[ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO copying /tmp/.tmpcAIMQT/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 ...
93942024-12-02T16:43:50.521Z[ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93952024-12-02T16:43:50.521Z[ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO ok!
93962024-12-02T16:43:50.521Z[ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO STEP 61 (ensure_file) COMPLETE
93972024-12-02T16:43:50.521Z[ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-12-02T16:43:50.527Z[ host-image] Dec 02 16:43:49.739 INFO O| Dec 02 16:43:49.739 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93992024-12-02T16:43:50.530Z[ host-image] Dec 02 16:43:49.739 INFO O| Dec 02 16:43:49.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94002024-12-02T16:43:50.530Z[ host-image] Dec 02 16:43:49.739 INFO O| Dec 02 16:43:49.739 INFO STEP 62 (ensure_dir) COMPLETE
94012024-12-02T16:43:50.530Z[ host-image] Dec 02 16:43:49.739 INFO O| Dec 02 16:43:49.739 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-12-02T16:43:50.536Z[ host-image] Dec 02 16:43:49.748 INFO O| Dec 02 16:43:49.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94032024-12-02T16:43:50.536Z[ host-image] Dec 02 16:43:49.748 INFO O| Dec 02 16:43:49.748 INFO copying /tmp/.tmpcAIMQT/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 ...
94042024-12-02T16:43:50.539Z[ host-image] Dec 02 16:43:49.749 INFO O| Dec 02 16:43:49.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94052024-12-02T16:43:50.539Z[ host-image] Dec 02 16:43:49.749 INFO O| Dec 02 16:43:49.749 INFO ok!
94062024-12-02T16:43:50.539Z[ host-image] Dec 02 16:43:49.749 INFO O| Dec 02 16:43:49.749 INFO STEP 63 (ensure_file) COMPLETE
94072024-12-02T16:43:50.539Z[ host-image] Dec 02 16:43:49.749 INFO O| Dec 02 16:43:49.749 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-12-02T16:43:50.546Z[ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94092024-12-02T16:43:50.546Z[ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO copying /tmp/.tmpcAIMQT/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 ...
94102024-12-02T16:43:50.548Z[ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94112024-12-02T16:43:50.548Z[ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO ok!
94122024-12-02T16:43:50.549Z[ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO STEP 64 (ensure_file) COMPLETE
94132024-12-02T16:43:50.549Z[ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-12-02T16:43:50.555Z[ host-image] Dec 02 16:43:49.767 INFO O| Dec 02 16:43:49.767 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94152024-12-02T16:43:50.555Z[ host-image] Dec 02 16:43:49.767 INFO O| Dec 02 16:43:49.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94162024-12-02T16:43:50.555Z[ host-image] Dec 02 16:43:49.767 INFO O| Dec 02 16:43:49.767 INFO STEP 65 (ensure_dir) COMPLETE
94172024-12-02T16:43:50.557Z[ host-image] Dec 02 16:43:49.767 INFO O| Dec 02 16:43:49.767 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-12-02T16:43:50.564Z[ host-image] Dec 02 16:43:49.776 INFO O| Dec 02 16:43:49.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94192024-12-02T16:43:50.564Z[ host-image] Dec 02 16:43:49.776 INFO O| Dec 02 16:43:49.776 INFO copying /tmp/.tmpcAIMQT/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 ...
94202024-12-02T16:43:50.567Z[ host-image] Dec 02 16:43:49.777 INFO O| Dec 02 16:43:49.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94212024-12-02T16:43:50.567Z[ host-image] Dec 02 16:43:49.777 INFO O| Dec 02 16:43:49.777 INFO ok!
94222024-12-02T16:43:50.567Z[ host-image] Dec 02 16:43:49.777 INFO O| Dec 02 16:43:49.777 INFO STEP 66 (ensure_file) COMPLETE
94232024-12-02T16:43:50.567Z[ host-image] Dec 02 16:43:49.777 INFO O| Dec 02 16:43:49.777 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-12-02T16:43:50.574Z[ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94252024-12-02T16:43:50.579Z[ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94262024-12-02T16:43:50.579Z[ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94272024-12-02T16:43:50.579Z[ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO ok!
94282024-12-02T16:43:50.579Z[ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO STEP 67 (ensure_file) COMPLETE
94292024-12-02T16:43:50.579Z[ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-12-02T16:43:50.583Z[ host-image] Dec 02 16:43:49.795 INFO O| Dec 02 16:43:49.795 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94312024-12-02T16:43:50.586Z[ host-image] Dec 02 16:43:49.795 INFO O| Dec 02 16:43:49.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94322024-12-02T16:43:50.586Z[ host-image] Dec 02 16:43:49.795 INFO O| Dec 02 16:43:49.795 INFO STEP 68 (ensure_dir) COMPLETE
94332024-12-02T16:43:50.586Z[ host-image] Dec 02 16:43:49.795 INFO O| Dec 02 16:43:49.795 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-12-02T16:43:50.592Z[ host-image] Dec 02 16:43:49.804 INFO O| Dec 02 16:43:49.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94352024-12-02T16:43:50.592Z[ host-image] Dec 02 16:43:49.804 INFO O| Dec 02 16:43:49.804 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94362024-12-02T16:43:51.655Z[ host-image] Dec 02 16:43:50.867 INFO O| Dec 02 16:43:50.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94372024-12-02T16:43:51.656Z[ host-image] Dec 02 16:43:50.867 INFO O| Dec 02 16:43:50.867 INFO ok!
94382024-12-02T16:43:51.656Z[ host-image] Dec 02 16:43:50.867 INFO O| Dec 02 16:43:50.867 INFO STEP 69 (ensure_file) COMPLETE
94392024-12-02T16:43:51.659Z[ host-image] Dec 02 16:43:50.867 INFO O| Dec 02 16:43:50.867 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-12-02T16:43:51.666Z[ host-image] Dec 02 16:43:50.878 INFO O| Dec 02 16:43:50.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94412024-12-02T16:43:51.666Z[ host-image] Dec 02 16:43:50.878 INFO O| Dec 02 16:43:50.878 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94422024-12-02T16:43:53.198Z[ host-image] Dec 02 16:43:52.410 INFO O| Dec 02 16:43:52.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94432024-12-02T16:43:53.199Z[ host-image] Dec 02 16:43:52.410 INFO O| Dec 02 16:43:52.410 INFO ok!
94442024-12-02T16:43:53.199Z[ host-image] Dec 02 16:43:52.410 INFO O| Dec 02 16:43:52.410 INFO STEP 70 (ensure_file) COMPLETE
94452024-12-02T16:43:53.201Z[ host-image] Dec 02 16:43:52.410 INFO O| Dec 02 16:43:52.410 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-12-02T16:43:53.209Z[ host-image] Dec 02 16:43:52.421 INFO O| Dec 02 16:43:52.421 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94472024-12-02T16:43:53.212Z[ host-image] Dec 02 16:43:52.421 INFO O| Dec 02 16:43:52.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94482024-12-02T16:43:53.212Z[ host-image] Dec 02 16:43:52.421 INFO O| Dec 02 16:43:52.421 INFO STEP 71 (ensure_dir) COMPLETE
94492024-12-02T16:43:53.212Z[ host-image] Dec 02 16:43:52.421 INFO O| Dec 02 16:43:52.421 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-12-02T16:43:53.219Z[ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94512024-12-02T16:43:53.219Z[ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO copying /tmp/.tmpcAIMQT/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 ...
94522024-12-02T16:43:53.219Z[ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94532024-12-02T16:43:53.222Z[ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO ok!
94542024-12-02T16:43:53.222Z[ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO STEP 72 (ensure_file) COMPLETE
94552024-12-02T16:43:53.222Z[ host-image] Dec 02 16:43:52.431 INFO O| Dec 02 16:43:52.430 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-12-02T16:43:53.228Z[ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94572024-12-02T16:43:53.228Z[ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO copying /tmp/.tmpcAIMQT/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 ...
94582024-12-02T16:43:53.230Z[ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94592024-12-02T16:43:53.230Z[ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO ok!
94602024-12-02T16:43:53.230Z[ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO STEP 73 (ensure_file) COMPLETE
94612024-12-02T16:43:53.230Z[ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-12-02T16:43:53.237Z[ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94632024-12-02T16:43:53.237Z[ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94642024-12-02T16:43:53.240Z[ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94652024-12-02T16:43:53.240Z[ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO ok!
94662024-12-02T16:43:53.240Z[ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO STEP 74 (ensure_file) COMPLETE
94672024-12-02T16:43:53.240Z[ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-12-02T16:43:53.246Z[ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94692024-12-02T16:43:53.246Z[ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94702024-12-02T16:43:53.249Z[ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94712024-12-02T16:43:53.249Z[ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO ok!
94722024-12-02T16:43:53.249Z[ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO STEP 75 (ensure_file) COMPLETE
94732024-12-02T16:43:53.249Z[ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-12-02T16:43:53.256Z[ host-image] Dec 02 16:43:52.467 INFO O| Dec 02 16:43:52.467 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94752024-12-02T16:43:53.256Z[ host-image] Dec 02 16:43:52.467 INFO O| Dec 02 16:43:52.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94762024-12-02T16:43:53.258Z[ host-image] Dec 02 16:43:52.467 INFO O| Dec 02 16:43:52.467 INFO STEP 76 (ensure_dir) COMPLETE
94772024-12-02T16:43:53.258Z[ host-image] Dec 02 16:43:52.467 INFO O| Dec 02 16:43:52.467 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-12-02T16:43:53.268Z[ host-image] Dec 02 16:43:52.480 INFO O| Dec 02 16:43:52.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94792024-12-02T16:43:53.268Z[ host-image] Dec 02 16:43:52.480 INFO O| Dec 02 16:43:52.480 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94802024-12-02T16:43:53.271Z[ host-image] Dec 02 16:43:52.482 INFO O| Dec 02 16:43:52.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94812024-12-02T16:43:53.273Z[ host-image] Dec 02 16:43:52.482 INFO O| Dec 02 16:43:52.482 INFO ok!
94822024-12-02T16:43:53.273Z[ host-image] Dec 02 16:43:52.482 INFO O| Dec 02 16:43:52.482 INFO STEP 77 (ensure_file) COMPLETE
94832024-12-02T16:43:53.273Z[ host-image] Dec 02 16:43:52.482 INFO O| Dec 02 16:43:52.482 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-12-02T16:43:53.281Z[ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94852024-12-02T16:43:53.281Z[ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94862024-12-02T16:43:53.284Z[ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94872024-12-02T16:43:53.284Z[ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO ok!
94882024-12-02T16:43:53.284Z[ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO STEP 78 (ensure_file) COMPLETE
94892024-12-02T16:43:53.284Z[ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-12-02T16:43:53.291Z[ host-image] Dec 02 16:43:52.503 INFO O| Dec 02 16:43:52.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94912024-12-02T16:43:53.293Z[ host-image] Dec 02 16:43:52.503 INFO O| Dec 02 16:43:52.503 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94922024-12-02T16:43:53.913Z[ host-image] Dec 02 16:43:53.124 INFO O| Dec 02 16:43:53.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94932024-12-02T16:43:53.913Z[ host-image] Dec 02 16:43:53.124 INFO O| Dec 02 16:43:53.124 INFO ok!
94942024-12-02T16:43:53.913Z[ host-image] Dec 02 16:43:53.124 INFO O| Dec 02 16:43:53.124 INFO STEP 79 (ensure_file) COMPLETE
94952024-12-02T16:43:53.916Z[ host-image] Dec 02 16:43:53.124 INFO O| Dec 02 16:43:53.124 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-12-02T16:43:53.924Z[ host-image] Dec 02 16:43:53.135 INFO O| Dec 02 16:43:53.135 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94972024-12-02T16:43:53.926Z[ host-image] Dec 02 16:43:53.135 INFO O| Dec 02 16:43:53.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94982024-12-02T16:43:53.926Z[ host-image] Dec 02 16:43:53.135 INFO O| Dec 02 16:43:53.135 INFO STEP 80 (ensure_dir) COMPLETE
94992024-12-02T16:43:53.926Z[ host-image] Dec 02 16:43:53.135 INFO O| Dec 02 16:43:53.135 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-12-02T16:43:53.933Z[ host-image] Dec 02 16:43:53.145 INFO O| Dec 02 16:43:53.145 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95012024-12-02T16:43:53.936Z[ host-image] Dec 02 16:43:53.145 INFO O| Dec 02 16:43:53.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95022024-12-02T16:43:53.936Z[ host-image] Dec 02 16:43:53.145 INFO O| Dec 02 16:43:53.145 INFO STEP 81 (ensure_dir) COMPLETE
95032024-12-02T16:43:53.936Z[ host-image] Dec 02 16:43:53.145 INFO O| Dec 02 16:43:53.145 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-12-02T16:43:53.943Z[ host-image] Dec 02 16:43:53.155 INFO O| Dec 02 16:43:53.155 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95052024-12-02T16:43:53.943Z[ host-image] Dec 02 16:43:53.155 INFO O| Dec 02 16:43:53.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95062024-12-02T16:43:53.945Z[ host-image] Dec 02 16:43:53.155 INFO O| Dec 02 16:43:53.155 INFO STEP 82 (ensure_dir) COMPLETE
95072024-12-02T16:43:53.946Z[ host-image] Dec 02 16:43:53.155 INFO O| Dec 02 16:43:53.155 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-12-02T16:43:53.952Z[ host-image] Dec 02 16:43:53.164 INFO O| Dec 02 16:43:53.164 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95092024-12-02T16:43:53.952Z[ host-image] Dec 02 16:43:53.164 INFO O| Dec 02 16:43:53.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95102024-12-02T16:43:53.955Z[ host-image] Dec 02 16:43:53.164 INFO O| Dec 02 16:43:53.164 INFO STEP 83 (ensure_dir) COMPLETE
95112024-12-02T16:43:53.955Z[ host-image] Dec 02 16:43:53.164 INFO O| Dec 02 16:43:53.164 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-02T16:43:53.963Z[ host-image] Dec 02 16:43:53.173 INFO O| Dec 02 16:43:53.173 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95132024-12-02T16:43:53.963Z[ host-image] Dec 02 16:43:53.173 INFO O| Dec 02 16:43:53.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95142024-12-02T16:43:53.963Z[ host-image] Dec 02 16:43:53.173 INFO O| Dec 02 16:43:53.173 INFO STEP 84 (ensure_dir) COMPLETE
95152024-12-02T16:43:53.963Z[ host-image] Dec 02 16:43:53.173 INFO O| Dec 02 16:43:53.173 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-12-02T16:43:53.971Z[ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95172024-12-02T16:43:53.971Z[ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO copying /tmp/.tmpcAIMQT/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 ...
95182024-12-02T16:43:53.974Z[ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95192024-12-02T16:43:53.974Z[ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO ok!
95202024-12-02T16:43:53.974Z[ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO STEP 85 (ensure_file) COMPLETE
95212024-12-02T16:43:53.974Z[ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-02T16:43:53.981Z[ host-image] Dec 02 16:43:53.193 INFO O| Dec 02 16:43:53.193 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95232024-12-02T16:43:53.981Z[ host-image] Dec 02 16:43:53.193 INFO O| Dec 02 16:43:53.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95242024-12-02T16:43:53.984Z[ host-image] Dec 02 16:43:53.193 INFO O| Dec 02 16:43:53.193 INFO STEP 86 (ensure_dir) COMPLETE
95252024-12-02T16:43:53.984Z[ host-image] Dec 02 16:43:53.193 INFO O| Dec 02 16:43:53.193 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-12-02T16:43:53.991Z[ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95272024-12-02T16:43:53.991Z[ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95282024-12-02T16:43:53.994Z[ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95292024-12-02T16:43:53.994Z[ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO ok!
95302024-12-02T16:43:53.994Z[ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO STEP 87 (ensure_file) COMPLETE
95312024-12-02T16:43:53.994Z[ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-12-02T16:43:54.000Z[ host-image] Dec 02 16:43:53.212 INFO O| Dec 02 16:43:53.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95332024-12-02T16:43:54.000Z[ host-image] Dec 02 16:43:53.212 INFO O| Dec 02 16:43:53.212 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95342024-12-02T16:43:54.240Z[ host-image] Dec 02 16:43:53.451 INFO O| Dec 02 16:43:53.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95352024-12-02T16:43:54.240Z[ host-image] Dec 02 16:43:53.451 INFO O| Dec 02 16:43:53.451 INFO ok!
95362024-12-02T16:43:54.243Z[ host-image] Dec 02 16:43:53.451 INFO O| Dec 02 16:43:53.451 INFO STEP 88 (ensure_file) COMPLETE
95372024-12-02T16:43:54.243Z[ host-image] Dec 02 16:43:53.451 INFO O| Dec 02 16:43:53.451 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-12-02T16:43:54.251Z[ host-image] Dec 02 16:43:53.462 INFO O| Dec 02 16:43:53.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95392024-12-02T16:43:54.251Z[ host-image] Dec 02 16:43:53.462 INFO O| Dec 02 16:43:53.462 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95402024-12-02T16:43:54.781Z[ host-image] Dec 02 16:43:53.992 INFO O| Dec 02 16:43:53.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95412024-12-02T16:43:54.781Z[ host-image] Dec 02 16:43:53.992 INFO O| Dec 02 16:43:53.992 INFO ok!
95422024-12-02T16:43:54.781Z[ host-image] Dec 02 16:43:53.992 INFO O| Dec 02 16:43:53.992 INFO STEP 89 (ensure_file) COMPLETE
95432024-12-02T16:43:54.781Z[ host-image] Dec 02 16:43:53.992 INFO O| Dec 02 16:43:53.992 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-12-02T16:43:54.792Z[ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95452024-12-02T16:43:54.792Z[ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95462024-12-02T16:43:54.793Z[ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95472024-12-02T16:43:54.793Z[ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO ok!
95482024-12-02T16:43:54.795Z[ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO STEP 90 (ensure_file) COMPLETE
95492024-12-02T16:43:54.795Z[ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-02T16:43:54.802Z[ host-image] Dec 02 16:43:54.014 INFO O| Dec 02 16:43:54.014 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95512024-12-02T16:43:54.802Z[ host-image] Dec 02 16:43:54.014 INFO O| Dec 02 16:43:54.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95522024-12-02T16:43:54.802Z[ host-image] Dec 02 16:43:54.014 INFO O| Dec 02 16:43:54.014 INFO STEP 91 (ensure_dir) COMPLETE
95532024-12-02T16:43:54.804Z[ host-image] Dec 02 16:43:54.014 INFO O| Dec 02 16:43:54.014 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-12-02T16:43:54.811Z[ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95552024-12-02T16:43:54.811Z[ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO copying /tmp/.tmpcAIMQT/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 ...
95562024-12-02T16:43:54.814Z[ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95572024-12-02T16:43:54.814Z[ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO ok!
95582024-12-02T16:43:54.814Z[ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO STEP 92 (ensure_file) COMPLETE
95592024-12-02T16:43:54.814Z[ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-12-02T16:43:54.821Z[ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95612024-12-02T16:43:54.821Z[ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO copying /tmp/.tmpcAIMQT/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 ...
95622024-12-02T16:43:54.826Z[ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95632024-12-02T16:43:54.826Z[ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO ok!
95642024-12-02T16:43:54.826Z[ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO STEP 93 (ensure_file) COMPLETE
95652024-12-02T16:43:54.826Z[ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-12-02T16:43:54.831Z[ host-image] Dec 02 16:43:54.042 INFO O| Dec 02 16:43:54.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95672024-12-02T16:43:54.834Z[ host-image] Dec 02 16:43:54.042 INFO O| Dec 02 16:43:54.042 INFO copying /tmp/.tmpcAIMQT/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 ...
95682024-12-02T16:43:54.834Z[ host-image] Dec 02 16:43:54.043 INFO O| Dec 02 16:43:54.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95692024-12-02T16:43:54.834Z[ host-image] Dec 02 16:43:54.043 INFO O| Dec 02 16:43:54.043 INFO ok!
95702024-12-02T16:43:54.834Z[ host-image] Dec 02 16:43:54.043 INFO O| Dec 02 16:43:54.043 INFO STEP 94 (ensure_file) COMPLETE
95712024-12-02T16:43:54.834Z[ host-image] Dec 02 16:43:54.043 INFO O| Dec 02 16:43:54.043 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-12-02T16:43:54.840Z[ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95732024-12-02T16:43:54.840Z[ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO copying /tmp/.tmpcAIMQT/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 ...
95742024-12-02T16:43:54.843Z[ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95752024-12-02T16:43:54.843Z[ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO ok!
95762024-12-02T16:43:54.843Z[ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO STEP 95 (ensure_file) COMPLETE
95772024-12-02T16:43:54.843Z[ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-12-02T16:43:54.850Z[ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95792024-12-02T16:43:54.852Z[ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO copying /tmp/.tmpcAIMQT/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 ...
95802024-12-02T16:43:54.852Z[ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95812024-12-02T16:43:54.852Z[ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO ok!
95822024-12-02T16:43:54.852Z[ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO STEP 96 (ensure_file) COMPLETE
95832024-12-02T16:43:54.852Z[ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-12-02T16:43:54.859Z[ host-image] Dec 02 16:43:54.070 INFO O| Dec 02 16:43:54.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95852024-12-02T16:43:54.859Z[ host-image] Dec 02 16:43:54.070 INFO O| Dec 02 16:43:54.070 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95862024-12-02T16:43:54.862Z[ host-image] Dec 02 16:43:54.071 INFO O| Dec 02 16:43:54.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95872024-12-02T16:43:54.862Z[ host-image] Dec 02 16:43:54.071 INFO O| Dec 02 16:43:54.071 INFO ok!
95882024-12-02T16:43:54.862Z[ host-image] Dec 02 16:43:54.071 INFO O| Dec 02 16:43:54.071 INFO STEP 97 (ensure_file) COMPLETE
95892024-12-02T16:43:54.862Z[ host-image] Dec 02 16:43:54.071 INFO O| Dec 02 16:43:54.071 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902024-12-02T16:43:54.868Z[ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95912024-12-02T16:43:54.868Z[ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO copying /tmp/.tmpcAIMQT/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 ...
95922024-12-02T16:43:54.871Z[ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95932024-12-02T16:43:54.871Z[ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO ok!
95942024-12-02T16:43:54.871Z[ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO STEP 98 (ensure_file) COMPLETE
95952024-12-02T16:43:54.871Z[ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962024-12-02T16:43:54.877Z[ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95972024-12-02T16:43:54.880Z[ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO copying /tmp/.tmpcAIMQT/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 ...
95982024-12-02T16:43:54.880Z[ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95992024-12-02T16:43:54.880Z[ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO ok!
96002024-12-02T16:43:54.880Z[ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO STEP 99 (ensure_file) COMPLETE
96012024-12-02T16:43:54.880Z[ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96022024-12-02T16:43:54.887Z[ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96032024-12-02T16:43:54.887Z[ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO copying /tmp/.tmpcAIMQT/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 ...
96042024-12-02T16:43:54.889Z[ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96052024-12-02T16:43:54.889Z[ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO ok!
96062024-12-02T16:43:54.889Z[ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO STEP 100 (ensure_file) COMPLETE
96072024-12-02T16:43:54.889Z[ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96082024-12-02T16:43:54.896Z[ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96092024-12-02T16:43:54.896Z[ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96102024-12-02T16:43:54.896Z[ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96112024-12-02T16:43:54.898Z[ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO ok!
96122024-12-02T16:43:54.898Z[ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO STEP 101 (ensure_file) COMPLETE
96132024-12-02T16:43:54.898Z[ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142024-12-02T16:43:54.905Z[ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96152024-12-02T16:43:54.905Z[ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO copying /tmp/.tmpcAIMQT/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 ...
96162024-12-02T16:43:54.908Z[ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96172024-12-02T16:43:54.908Z[ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO ok!
96182024-12-02T16:43:54.908Z[ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO STEP 102 (ensure_file) COMPLETE
96192024-12-02T16:43:54.908Z[ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96202024-12-02T16:43:54.915Z[ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96212024-12-02T16:43:54.918Z[ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO copying /tmp/.tmpcAIMQT/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 ...
96222024-12-02T16:43:54.918Z[ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96232024-12-02T16:43:54.918Z[ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO ok!
96242024-12-02T16:43:54.918Z[ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO STEP 103 (ensure_file) COMPLETE
96252024-12-02T16:43:54.918Z[ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262024-12-02T16:43:54.924Z[ host-image] Dec 02 16:43:54.135 INFO O| Dec 02 16:43:54.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96272024-12-02T16:43:54.924Z[ host-image] Dec 02 16:43:54.135 INFO O| Dec 02 16:43:54.135 INFO copying /tmp/.tmpcAIMQT/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 ...
96282024-12-02T16:43:54.926Z[ host-image] Dec 02 16:43:54.136 INFO O| Dec 02 16:43:54.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96292024-12-02T16:43:54.926Z[ host-image] Dec 02 16:43:54.136 INFO O| Dec 02 16:43:54.136 INFO ok!
96302024-12-02T16:43:54.926Z[ host-image] Dec 02 16:43:54.136 INFO O| Dec 02 16:43:54.136 INFO STEP 104 (ensure_file) COMPLETE
96312024-12-02T16:43:54.926Z[ host-image] Dec 02 16:43:54.136 INFO O| Dec 02 16:43:54.136 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322024-12-02T16:43:54.933Z[ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96332024-12-02T16:43:54.933Z[ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO copying /tmp/.tmpcAIMQT/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 ...
96342024-12-02T16:43:54.936Z[ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96352024-12-02T16:43:54.936Z[ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO ok!
96362024-12-02T16:43:54.936Z[ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO STEP 105 (ensure_file) COMPLETE
96372024-12-02T16:43:54.936Z[ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382024-12-02T16:43:54.942Z[ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96392024-12-02T16:43:54.942Z[ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO copying /tmp/.tmpcAIMQT/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 ...
96402024-12-02T16:43:54.945Z[ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96412024-12-02T16:43:54.945Z[ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO ok!
96422024-12-02T16:43:54.945Z[ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO STEP 106 (ensure_file) COMPLETE
96432024-12-02T16:43:54.945Z[ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442024-12-02T16:43:54.952Z[ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96452024-12-02T16:43:54.952Z[ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO copying /tmp/.tmpcAIMQT/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 ...
96462024-12-02T16:43:54.954Z[ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96472024-12-02T16:43:54.954Z[ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO ok!
96482024-12-02T16:43:54.954Z[ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO STEP 107 (ensure_file) COMPLETE
96492024-12-02T16:43:54.954Z[ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502024-12-02T16:43:54.961Z[ host-image] Dec 02 16:43:54.172 INFO O| Dec 02 16:43:54.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96512024-12-02T16:43:54.961Z[ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.172 INFO copying /tmp/.tmpcAIMQT/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 ...
96522024-12-02T16:43:54.963Z[ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96532024-12-02T16:43:54.963Z[ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.173 INFO ok!
96542024-12-02T16:43:54.963Z[ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.173 INFO STEP 108 (ensure_file) COMPLETE
96552024-12-02T16:43:54.964Z[ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.173 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562024-12-02T16:43:54.970Z[ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96572024-12-02T16:43:54.970Z[ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO copying /tmp/.tmpcAIMQT/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 ...
96582024-12-02T16:43:54.973Z[ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96592024-12-02T16:43:54.973Z[ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO ok!
96602024-12-02T16:43:54.973Z[ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO STEP 109 (ensure_file) COMPLETE
96612024-12-02T16:43:54.973Z[ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622024-12-02T16:43:54.980Z[ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96632024-12-02T16:43:54.982Z[ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO copying /tmp/.tmpcAIMQT/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 ...
96642024-12-02T16:43:54.982Z[ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96652024-12-02T16:43:54.982Z[ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO ok!
96662024-12-02T16:43:54.982Z[ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO STEP 110 (ensure_file) COMPLETE
96672024-12-02T16:43:54.982Z[ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682024-12-02T16:43:54.989Z[ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96692024-12-02T16:43:54.989Z[ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO copying /tmp/.tmpcAIMQT/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 ...
96702024-12-02T16:43:54.992Z[ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96712024-12-02T16:43:54.992Z[ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO ok!
96722024-12-02T16:43:54.992Z[ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO STEP 111 (ensure_file) COMPLETE
96732024-12-02T16:43:54.992Z[ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742024-12-02T16:43:54.998Z[ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96752024-12-02T16:43:54.998Z[ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO copying /tmp/.tmpcAIMQT/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 ...
96762024-12-02T16:43:55.001Z[ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96772024-12-02T16:43:55.001Z[ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO ok!
96782024-12-02T16:43:55.001Z[ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO STEP 112 (ensure_file) COMPLETE
96792024-12-02T16:43:55.001Z[ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802024-12-02T16:43:55.007Z[ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96812024-12-02T16:43:55.007Z[ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
96822024-12-02T16:43:55.010Z[ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96832024-12-02T16:43:55.010Z[ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO ok!
96842024-12-02T16:43:55.010Z[ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO STEP 113 (ensure_file) COMPLETE
96852024-12-02T16:43:55.010Z[ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862024-12-02T16:43:55.017Z[ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96872024-12-02T16:43:55.017Z[ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO copying /tmp/.tmpcAIMQT/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 ...
96882024-12-02T16:43:55.019Z[ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96892024-12-02T16:43:55.019Z[ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO ok!
96902024-12-02T16:43:55.019Z[ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO STEP 114 (ensure_file) COMPLETE
96912024-12-02T16:43:55.019Z[ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922024-12-02T16:43:55.026Z[ host-image] Dec 02 16:43:54.237 INFO O| Dec 02 16:43:54.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96932024-12-02T16:43:55.026Z[ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.237 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
96942024-12-02T16:43:55.028Z[ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96952024-12-02T16:43:55.028Z[ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.238 INFO ok!
96962024-12-02T16:43:55.028Z[ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.238 INFO STEP 115 (ensure_file) COMPLETE
96972024-12-02T16:43:55.028Z[ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.238 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982024-12-02T16:43:55.035Z[ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96992024-12-02T16:43:55.038Z[ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO copying /tmp/.tmpcAIMQT/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 ...
97002024-12-02T16:43:55.038Z[ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97012024-12-02T16:43:55.038Z[ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO ok!
97022024-12-02T16:43:55.038Z[ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO STEP 116 (ensure_file) COMPLETE
97032024-12-02T16:43:55.038Z[ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042024-12-02T16:43:55.044Z[ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97052024-12-02T16:43:55.048Z[ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO copying /tmp/.tmpcAIMQT/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 ...
97062024-12-02T16:43:55.048Z[ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97072024-12-02T16:43:55.048Z[ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO ok!
97082024-12-02T16:43:55.048Z[ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO STEP 117 (ensure_file) COMPLETE
97092024-12-02T16:43:55.048Z[ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102024-12-02T16:43:55.056Z[ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97112024-12-02T16:43:55.057Z[ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97122024-12-02T16:43:55.057Z[ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97132024-12-02T16:43:55.057Z[ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO ok!
97142024-12-02T16:43:55.057Z[ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO STEP 118 (ensure_file) COMPLETE
97152024-12-02T16:43:55.057Z[ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162024-12-02T16:43:55.063Z[ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97172024-12-02T16:43:55.066Z[ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO copying /tmp/.tmpcAIMQT/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 ...
97182024-12-02T16:43:55.066Z[ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97192024-12-02T16:43:55.066Z[ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO ok!
97202024-12-02T16:43:55.066Z[ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO STEP 119 (ensure_file) COMPLETE
97212024-12-02T16:43:55.066Z[ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222024-12-02T16:43:55.072Z[ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97232024-12-02T16:43:55.075Z[ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97242024-12-02T16:43:55.075Z[ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97252024-12-02T16:43:55.075Z[ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO ok!
97262024-12-02T16:43:55.075Z[ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO STEP 120 (ensure_file) COMPLETE
97272024-12-02T16:43:55.075Z[ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282024-12-02T16:43:55.082Z[ host-image] Dec 02 16:43:54.293 INFO O| Dec 02 16:43:54.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97292024-12-02T16:43:55.082Z[ host-image] Dec 02 16:43:54.293 INFO O| Dec 02 16:43:54.293 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97302024-12-02T16:43:58.359Z[ host-image] Dec 02 16:43:57.570 INFO O| Dec 02 16:43:57.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97312024-12-02T16:43:58.360Z[ host-image] Dec 02 16:43:57.570 INFO O| Dec 02 16:43:57.570 INFO ok!
97322024-12-02T16:43:58.362Z[ host-image] Dec 02 16:43:57.570 INFO O| Dec 02 16:43:57.570 INFO STEP 121 (ensure_file) COMPLETE
97332024-12-02T16:43:58.362Z[ host-image] Dec 02 16:43:57.570 INFO O| Dec 02 16:43:57.570 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342024-12-02T16:43:58.370Z[ host-image] Dec 02 16:43:57.581 INFO O| Dec 02 16:43:57.581 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97352024-12-02T16:43:58.370Z[ host-image] Dec 02 16:43:57.581 INFO O| Dec 02 16:43:57.581 INFO STEP 122 (ensure_dir) COMPLETE
97362024-12-02T16:43:58.373Z[ host-image] Dec 02 16:43:57.581 INFO O| Dec 02 16:43:57.581 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372024-12-02T16:43:58.380Z[ host-image] Dec 02 16:43:57.591 INFO O| Dec 02 16:43:57.591 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97382024-12-02T16:43:58.380Z[ host-image] Dec 02 16:43:57.591 INFO O| Dec 02 16:43:57.591 INFO STEP 123 (ensure_dir) COMPLETE
97392024-12-02T16:43:58.380Z[ host-image] Dec 02 16:43:57.591 INFO O| Dec 02 16:43:57.591 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402024-12-02T16:43:58.389Z[ host-image] Dec 02 16:43:57.601 INFO O| Dec 02 16:43:57.601 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97412024-12-02T16:43:58.392Z[ host-image] Dec 02 16:43:57.601 INFO O| Dec 02 16:43:57.601 INFO STEP 124 (ensure_dir) COMPLETE
97422024-12-02T16:43:58.392Z[ host-image] Dec 02 16:43:57.601 INFO O| Dec 02 16:43:57.601 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432024-12-02T16:43:58.399Z[ host-image] Dec 02 16:43:57.610 INFO O| Dec 02 16:43:57.610 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97442024-12-02T16:43:58.399Z[ host-image] Dec 02 16:43:57.610 INFO O| Dec 02 16:43:57.610 INFO STEP 125 (ensure_dir) COMPLETE
97452024-12-02T16:43:58.402Z[ host-image] Dec 02 16:43:57.610 INFO O| Dec 02 16:43:57.610 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462024-12-02T16:43:58.409Z[ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97472024-12-02T16:43:58.409Z[ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO copying /tmp/.tmpcAIMQT/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 ...
97482024-12-02T16:43:58.409Z[ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97492024-12-02T16:43:58.409Z[ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO ok!
97502024-12-02T16:43:58.409Z[ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO STEP 126 (ensure_file) COMPLETE
97512024-12-02T16:43:58.409Z[ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-02T16:43:58.417Z[ host-image] Dec 02 16:43:57.628 INFO O| Dec 02 16:43:57.628 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97532024-12-02T16:43:58.417Z[ host-image] Dec 02 16:43:57.629 INFO O| Dec 02 16:43:57.628 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97542024-12-02T16:43:58.417Z[ host-image] Dec 02 16:43:57.629 INFO O| Dec 02 16:43:57.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97552024-12-02T16:43:58.420Z[ host-image] Dec 02 16:43:57.629 INFO O| Dec 02 16:43:57.629 INFO STEP 127 (ensure_dir) COMPLETE
97562024-12-02T16:43:58.420Z[ host-image] Dec 02 16:43:57.629 INFO O| Dec 02 16:43:57.629 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572024-12-02T16:43:58.427Z[ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97582024-12-02T16:43:58.429Z[ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO copying /tmp/.tmpcAIMQT/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97592024-12-02T16:43:58.429Z[ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97602024-12-02T16:43:58.429Z[ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO ok!
97612024-12-02T16:43:58.429Z[ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO STEP 128 (ensure_file) COMPLETE
97622024-12-02T16:43:58.429Z[ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97632024-12-02T16:43:58.436Z[ host-image] Dec 02 16:43:57.647 INFO O| Dec 02 16:43:57.647 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97642024-12-02T16:43:58.439Z[ host-image] Dec 02 16:43:57.647 INFO O| Dec 02 16:43:57.647 INFO STEP 129 (remove_files) COMPLETE
97652024-12-02T16:43:58.439Z[ host-image] Dec 02 16:43:57.648 INFO O| Dec 02 16:43:57.647 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97662024-12-02T16:43:58.446Z[ host-image] Dec 02 16:43:57.657 INFO O| Dec 02 16:43:57.657 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97672024-12-02T16:43:58.448Z[ host-image] Dec 02 16:43:57.657 INFO O| Dec 02 16:43:57.657 INFO STEP 130 (remove_files) COMPLETE
97682024-12-02T16:43:58.448Z[ host-image] Dec 02 16:43:57.657 INFO O| Dec 02 16:43:57.657 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97692024-12-02T16:43:58.455Z[ host-image] Dec 02 16:43:57.667 INFO O| Dec 02 16:43:57.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97702024-12-02T16:43:58.459Z[ host-image] Dec 02 16:43:57.667 INFO O| Dec 02 16:43:57.667 INFO STEP 131 (remove_files) COMPLETE
97712024-12-02T16:43:58.459Z[ host-image] Dec 02 16:43:57.667 INFO O| Dec 02 16:43:57.667 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97722024-12-02T16:43:58.466Z[ host-image] Dec 02 16:43:57.677 INFO O| Dec 02 16:43:57.677 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97732024-12-02T16:43:58.468Z[ host-image] Dec 02 16:43:57.677 INFO O| Dec 02 16:43:57.677 INFO STEP 132 (remove_files) COMPLETE
97742024-12-02T16:43:58.468Z[ host-image] Dec 02 16:43:57.677 INFO O| Dec 02 16:43:57.677 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97752024-12-02T16:43:58.475Z[ host-image] Dec 02 16:43:57.686 INFO O| Dec 02 16:43:57.686 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97762024-12-02T16:43:58.478Z[ host-image] Dec 02 16:43:57.687 INFO O| Dec 02 16:43:57.686 INFO STEP 133 (remove_files) COMPLETE
97772024-12-02T16:43:58.478Z[ host-image] Dec 02 16:43:57.687 INFO O| Dec 02 16:43:57.687 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782024-12-02T16:43:58.485Z[ host-image] Dec 02 16:43:57.696 INFO O| Dec 02 16:43:57.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97792024-12-02T16:43:58.487Z[ host-image] Dec 02 16:43:57.696 INFO O| Dec 02 16:43:57.696 INFO STEP 134 (remove_files) COMPLETE
97802024-12-02T16:43:58.487Z[ host-image] Dec 02 16:43:57.696 INFO O| Dec 02 16:43:57.696 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812024-12-02T16:43:58.494Z[ host-image] Dec 02 16:43:57.705 INFO O| Dec 02 16:43:57.705 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97822024-12-02T16:43:58.497Z[ host-image] Dec 02 16:43:57.705 INFO O| Dec 02 16:43:57.705 INFO STEP 135 (remove_files) COMPLETE
97832024-12-02T16:43:58.497Z[ host-image] Dec 02 16:43:57.705 INFO O| Dec 02 16:43:57.705 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-12-02T16:43:58.504Z[ host-image] Dec 02 16:43:57.715 INFO O| Dec 02 16:43:57.715 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97852024-12-02T16:43:58.504Z[ host-image] Dec 02 16:43:57.715 INFO O| Dec 02 16:43:57.715 INFO STEP 136 (remove_files) COMPLETE
97862024-12-02T16:43:58.504Z[ host-image] Dec 02 16:43:57.715 INFO O| Dec 02 16:43:57.715 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-12-02T16:43:58.513Z[ host-image] Dec 02 16:43:57.724 INFO O| Dec 02 16:43:57.724 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97882024-12-02T16:43:58.513Z[ host-image] Dec 02 16:43:57.724 INFO O| Dec 02 16:43:57.724 INFO STEP 137 (remove_files) COMPLETE
97892024-12-02T16:43:58.516Z[ host-image] Dec 02 16:43:57.724 INFO O| Dec 02 16:43:57.724 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-12-02T16:43:58.522Z[ host-image] Dec 02 16:43:57.734 INFO O| Dec 02 16:43:57.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97912024-12-02T16:43:58.524Z[ host-image] Dec 02 16:43:57.734 INFO O| Dec 02 16:43:57.734 INFO STEP 138 (remove_files) COMPLETE
97922024-12-02T16:43:58.525Z[ host-image] Dec 02 16:43:57.734 INFO O| Dec 02 16:43:57.734 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-12-02T16:43:58.532Z[ host-image] Dec 02 16:43:57.743 INFO O| Dec 02 16:43:57.743 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97942024-12-02T16:43:58.534Z[ host-image] Dec 02 16:43:57.743 INFO O| Dec 02 16:43:57.743 INFO STEP 139 (remove_files) COMPLETE
97952024-12-02T16:43:58.534Z[ host-image] Dec 02 16:43:57.743 INFO O| Dec 02 16:43:57.743 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-12-02T16:43:58.541Z[ host-image] Dec 02 16:43:57.752 INFO O| Dec 02 16:43:57.752 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97972024-12-02T16:43:58.541Z[ host-image] Dec 02 16:43:57.752 INFO O| Dec 02 16:43:57.752 INFO STEP 140 (remove_files) COMPLETE
97982024-12-02T16:43:58.543Z[ host-image] Dec 02 16:43:57.752 INFO O| Dec 02 16:43:57.752 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-12-02T16:43:58.551Z[ host-image] Dec 02 16:43:57.762 INFO O| Dec 02 16:43:57.762 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98002024-12-02T16:43:58.551Z[ host-image] Dec 02 16:43:57.762 INFO O| Dec 02 16:43:57.762 INFO STEP 141 (remove_files) COMPLETE
98012024-12-02T16:43:58.551Z[ host-image] Dec 02 16:43:57.762 INFO O| Dec 02 16:43:57.762 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-12-02T16:43:58.560Z[ host-image] Dec 02 16:43:57.771 INFO O| Dec 02 16:43:57.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98032024-12-02T16:43:58.560Z[ host-image] Dec 02 16:43:57.771 INFO O| Dec 02 16:43:57.771 INFO STEP 142 (remove_files) COMPLETE
98042024-12-02T16:43:58.560Z[ host-image] Dec 02 16:43:57.771 INFO O| Dec 02 16:43:57.771 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-12-02T16:43:58.569Z[ host-image] Dec 02 16:43:57.781 INFO O| Dec 02 16:43:57.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98062024-12-02T16:43:58.569Z[ host-image] Dec 02 16:43:57.781 INFO O| Dec 02 16:43:57.781 INFO STEP 143 (remove_files) COMPLETE
98072024-12-02T16:43:58.569Z[ host-image] Dec 02 16:43:57.781 INFO O| Dec 02 16:43:57.781 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-12-02T16:43:58.579Z[ host-image] Dec 02 16:43:57.790 INFO O| Dec 02 16:43:57.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98092024-12-02T16:43:58.582Z[ host-image] Dec 02 16:43:57.790 INFO O| Dec 02 16:43:57.790 INFO STEP 144 (remove_files) COMPLETE
98102024-12-02T16:43:58.582Z[ host-image] Dec 02 16:43:57.790 INFO O| Dec 02 16:43:57.790 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-12-02T16:43:58.588Z[ host-image] Dec 02 16:43:57.799 INFO O| Dec 02 16:43:57.799 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98122024-12-02T16:43:58.592Z[ host-image] Dec 02 16:43:57.799 INFO O| Dec 02 16:43:57.799 INFO STEP 145 (remove_files) COMPLETE
98132024-12-02T16:43:58.592Z[ host-image] Dec 02 16:43:57.799 INFO O| Dec 02 16:43:57.799 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-12-02T16:43:58.597Z[ host-image] Dec 02 16:43:57.808 INFO O| Dec 02 16:43:57.808 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98152024-12-02T16:43:58.597Z[ host-image] Dec 02 16:43:57.808 INFO O| Dec 02 16:43:57.808 INFO STEP 146 (remove_files) COMPLETE
98162024-12-02T16:43:58.597Z[ host-image] Dec 02 16:43:57.808 INFO O| Dec 02 16:43:57.808 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172024-12-02T16:43:58.610Z[ host-image] Dec 02 16:43:57.817 INFO O| Dec 02 16:43:57.817 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98182024-12-02T16:43:58.610Z[ host-image] Dec 02 16:43:57.817 INFO O| Dec 02 16:43:57.817 INFO STEP 147 (remove_files) COMPLETE
98192024-12-02T16:43:58.612Z[ host-image] Dec 02 16:43:57.817 INFO O| Dec 02 16:43:57.817 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98202024-12-02T16:43:58.616Z[ host-image] Dec 02 16:43:57.827 INFO O| Dec 02 16:43:57.827 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98212024-12-02T16:43:58.616Z[ host-image] Dec 02 16:43:57.827 INFO O| Dec 02 16:43:57.827 INFO STEP 148 (remove_files) COMPLETE
98222024-12-02T16:43:58.618Z[ host-image] Dec 02 16:43:57.827 INFO O| Dec 02 16:43:57.827 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98232024-12-02T16:43:58.626Z[ host-image] Dec 02 16:43:57.836 INFO O| Dec 02 16:43:57.836 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98242024-12-02T16:43:58.629Z[ host-image] Dec 02 16:43:57.836 INFO O| Dec 02 16:43:57.836 INFO STEP 149 (remove_files) COMPLETE
98252024-12-02T16:43:58.629Z[ host-image] Dec 02 16:43:57.836 INFO O| Dec 02 16:43:57.836 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98262024-12-02T16:43:58.634Z[ host-image] Dec 02 16:43:57.845 INFO O| Dec 02 16:43:57.845 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98272024-12-02T16:43:58.638Z[ host-image] Dec 02 16:43:57.845 INFO O| Dec 02 16:43:57.845 INFO STEP 150 (remove_files) COMPLETE
98282024-12-02T16:43:58.638Z[ host-image] Dec 02 16:43:57.845 INFO O| Dec 02 16:43:57.845 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98292024-12-02T16:43:58.643Z[ host-image] Dec 02 16:43:57.854 INFO O| Dec 02 16:43:57.854 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98302024-12-02T16:43:58.643Z[ host-image] Dec 02 16:43:57.855 INFO O| Dec 02 16:43:57.854 INFO STEP 151 (remove_files) COMPLETE
98312024-12-02T16:43:58.643Z[ host-image] Dec 02 16:43:57.855 INFO O| Dec 02 16:43:57.854 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98322024-12-02T16:43:58.653Z[ host-image] Dec 02 16:43:57.864 INFO O| Dec 02 16:43:57.863 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98332024-12-02T16:43:58.653Z[ host-image] Dec 02 16:43:57.864 INFO O| Dec 02 16:43:57.864 INFO STEP 152 (remove_files) COMPLETE
98342024-12-02T16:43:58.653Z[ host-image] Dec 02 16:43:57.864 INFO O| Dec 02 16:43:57.864 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-02T16:43:58.662Z[ host-image] Dec 02 16:43:57.873 INFO O| Dec 02 16:43:57.873 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98362024-12-02T16:43:58.662Z[ host-image] Dec 02 16:43:57.873 INFO O| Dec 02 16:43:57.873 INFO STEP 153 (remove_files) COMPLETE
98372024-12-02T16:43:58.665Z[ host-image] Dec 02 16:43:57.873 INFO O| Dec 02 16:43:57.873 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-02T16:43:58.671Z[ host-image] Dec 02 16:43:57.882 INFO O| Dec 02 16:43:57.882 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98392024-12-02T16:43:58.671Z[ host-image] Dec 02 16:43:57.882 INFO O| Dec 02 16:43:57.882 INFO STEP 154 (remove_files) COMPLETE
98402024-12-02T16:43:58.674Z[ host-image] Dec 02 16:43:57.882 INFO O| Dec 02 16:43:57.882 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-02T16:43:58.681Z[ host-image] Dec 02 16:43:57.892 INFO O| Dec 02 16:43:57.892 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98422024-12-02T16:43:58.681Z[ host-image] Dec 02 16:43:57.892 INFO O| Dec 02 16:43:57.892 INFO STEP 155 (remove_files) COMPLETE
98432024-12-02T16:43:58.681Z[ host-image] Dec 02 16:43:57.892 INFO O| Dec 02 16:43:57.892 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-02T16:43:58.690Z[ host-image] Dec 02 16:43:57.902 INFO O| Dec 02 16:43:57.902 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98452024-12-02T16:43:58.691Z[ host-image] Dec 02 16:43:57.902 INFO O| Dec 02 16:43:57.902 INFO STEP 156 (remove_files) COMPLETE
98462024-12-02T16:43:58.691Z[ host-image] Dec 02 16:43:57.902 INFO O| Dec 02 16:43:57.902 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-02T16:43:58.700Z[ host-image] Dec 02 16:43:57.911 INFO O| Dec 02 16:43:57.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98482024-12-02T16:43:58.700Z[ host-image] Dec 02 16:43:57.911 INFO O| Dec 02 16:43:57.911 INFO STEP 157 (remove_files) COMPLETE
98492024-12-02T16:43:58.700Z[ host-image] Dec 02 16:43:57.911 INFO O| Dec 02 16:43:57.911 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98502024-12-02T16:43:58.714Z[ host-image] Dec 02 16:43:57.925 INFO O| Dec 02 16:43:57.925 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98512024-12-02T16:43:58.717Z[ host-image] Dec 02 16:43:57.926 INFO O| Dec 02 16:43:57.926 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
98522024-12-02T16:44:03.629Z[ host-image] Dec 02 16:44:02.836 INFO O| Dec 02 16:44:02.836 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
98532024-12-02T16:44:03.629Z[ host-image] Dec 02 16:44:02.836 INFO O| Dec 02 16:44:02.836 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98542024-12-02T16:44:03.640Z[ host-image] Dec 02 16:44:02.850 INFO O| Dec 02 16:44:02.850 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98552024-12-02T16:44:03.720Z[ host-image] Dec 02 16:44:02.930 INFO O| Dec 02 16:44:02.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98562024-12-02T16:44:03.720Z[ host-image] Dec 02 16:44:02.930 INFO O| Dec 02 16:44:02.930 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98572024-12-02T16:44:03.723Z[ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98582024-12-02T16:44:03.723Z[ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO ok!
98592024-12-02T16:44:03.723Z[ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98602024-12-02T16:44:03.723Z[ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO STEP 158 (seed_smf) COMPLETE
98612024-12-02T16:44:03.723Z[ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO steps complete; finalising image!
98622024-12-02T16:44:03.723Z[ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98632024-12-02T16:44:03.857Z[ host-image] Dec 02 16:44:03.067 INFO O| Dec 02 16:44:03.067 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Dec 2 16:44:02 2024)
98642024-12-02T16:44:04.077Z[ host-image] Dec 02 16:44:03.287 INFO O| Dec 02 16:44:03.287 INFO temporary pool has 690M used, 142M avail, 1.81x compressratio
98652024-12-02T16:44:04.077Z[ host-image] Dec 02 16:44:03.287 INFO O| Dec 02 16:44:03.287 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98662024-12-02T16:44:04.352Z[ host-image] Dec 02 16:44:03.562 INFO O| Dec 02 16:44:03.562 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98672024-12-02T16:44:04.352Z[ host-image] Dec 02 16:44:03.562 INFO O| Dec 02 16:44:03.562 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98682024-12-02T16:44:05.389Z[ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98692024-12-02T16:44:05.389Z[ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98702024-12-02T16:44:05.392Z[ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98712024-12-02T16:44:05.392Z[ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO completed processing gimlet/zfs
98722024-12-02T16:44:05.392Z[ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98732024-12-02T16:44:13.966Z[ host-image] Dec 02 16:44:13.176 INFO O| Dec 02 16:44:13.175 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98742024-12-02T16:44:14.049Z[ host-image] Dec 02 16:44:13.258 INFO BUILD STRING "heads/stlouis-0-g4ebadf7190\n"
98752024-12-02T16:44:14.049Z[ host-image] Dec 02 16:44:13.258 INFO expanded image name: "ci 86522dc/${os_short_commit} 2024-12-02 16:12" -> "ci 86522dc/4ebadf7 2024-12-02 16:12"
98762024-12-02T16:44:14.051Z[ host-image] Dec 02 16:44:13.258 INFO output artefacts stored in: "/work/os-host"
98772024-12-02T16:44:14.051Z[ host-image] Dec 02 16:44:13.258 INFO collecting git info from project "phbl"...
98782024-12-02T16:44:14.054Z[ host-image] Dec 02 16:44:13.264 INFO collecting git info from project "image-builder"...
98792024-12-02T16:44:14.058Z[ host-image] Dec 02 16:44:13.268 INFO collecting git info from project "bootserver"...
98802024-12-02T16:44:14.062Z[ host-image] Dec 02 16:44:13.272 INFO collecting git info from project "pinprick"...
98812024-12-02T16:44:14.066Z[ host-image] Dec 02 16:44:13.276 INFO collecting git info from project "pilot"...
98822024-12-02T16:44:14.072Z[ host-image] Dec 02 16:44:13.281 INFO collecting git info from project "amd-host-image-builder"...
98832024-12-02T16:44:14.085Z[ host-image] Dec 02 16:44:13.294 INFO collecting git info from project "chelsio-t6-roms"...
98842024-12-02T16:44:14.089Z[ host-image] Dec 02 16:44:13.299 INFO collecting git info from project "amd-firmware"...
98852024-12-02T16:44:14.097Z[ host-image] Dec 02 16:44:13.307 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98862024-12-02T16:44:14.466Z[ host-image] Dec 02 16:44:13.661 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98872024-12-02T16:44:14.796Z[ host-image] Dec 02 16:44:14.005 INFO creating Oxide boot image...
98882024-12-02T16:44:14.796Z[ host-image] Dec 02 16:44:14.005 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 86522dc/4ebadf7 2024-12-02 16:12", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98892024-12-02T16:44:15.731Z[ host-image] Dec 02 16:44:14.939 INFO O| ok, image written!
98902024-12-02T16:44:15.731Z[ host-image] Dec 02 16:44:14.939 INFO O| ok, boot_image_csum file written!
98912024-12-02T16:44:15.734Z[ host-image] Dec 02 16:44:14.942 INFO creating boot archive (CPIO)...
98922024-12-02T16:44:15.734Z[ host-image] Dec 02 16:44:14.942 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
98932024-12-02T16:44:15.741Z[ host-image] Dec 02 16:44:14.950 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98942024-12-02T16:44:15.741Z[ host-image] Dec 02 16:44:14.950 INFO E| + outfile=/work/os-host/cpio
98952024-12-02T16:44:15.743Z[ host-image] Dec 02 16:44:14.950 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98962024-12-02T16:44:15.743Z[ host-image] Dec 02 16:44:14.952 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98972024-12-02T16:44:15.743Z[ host-image] Dec 02 16:44:14.952 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98982024-12-02T16:44:15.777Z[ host-image] Dec 02 16:44:14.986 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98992024-12-02T16:44:15.777Z[ host-image] Dec 02 16:44:14.986 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99002024-12-02T16:44:15.785Z[ host-image] Dec 02 16:44:14.994 INFO creating compressed cpio/unix for nanobl-rs...
99012024-12-02T16:44:15.785Z[ host-image] Dec 02 16:44:14.994 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
99022024-12-02T16:44:16.078Z[ host-image] Dec 02 16:44:15.288 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99032024-12-02T16:44:20.419Z[ host-image] Dec 02 16:44:19.628 INFO creating reset image...
99042024-12-02T16:44:20.421Z[ host-image] Dec 02 16:44:19.628 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99052024-12-02T16:44:20.509Z[ host-image] Dec 02 16:44:19.718 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99062024-12-02T16:44:20.512Z[ host-image] Dec 02 16:44:19.719 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99072024-12-02T16:44:20.562Z[ host-image] Dec 02 16:44:19.771 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99082024-12-02T16:44:22.340Z[ host-image] Dec 02 16:44:21.549 INFO E| Finished `release` profile [optimized] target(s) in 1.81s
99092024-12-02T16:44:22.351Z[ host-image] Dec 02 16:44:21.560 INFO building host image...
99102024-12-02T16:44:22.353Z[ host-image] Dec 02 16:44:21.560 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")
99112024-12-02T16:44:22.831Z[ host-image] Dec 02 16:44:22.039 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99122024-12-02T16:45:10.554Z[ host-image] Dec 02 16:45:09.758 INFO image complete! materials are in "/work/os-host"
99132024-12-02T16:45:10.557Z[ host-image]
99142024-12-02T16:45:10.559Z[ host-image] real 9:48.925861060
99152024-12-02T16:45:10.559Z[ host-image] user 5:14.107905817
99162024-12-02T16:45:10.559Z[ host-image] sys 49.166093218
99172024-12-02T16:45:10.559Z[ host-image] trap 0.188245490
99182024-12-02T16:45:10.559Z[ host-image] tflt 0.009224447
99192024-12-02T16:45:10.559Z[ host-image] dflt 0.043163742
99202024-12-02T16:45:10.559Z[ host-image] kflt 0.000000000
99212024-12-02T16:45:10.559Z[ host-image] lock 6:59.189297075
99222024-12-02T16:45:10.559Z[ host-image] slp 53:30.795749017
99232024-12-02T16:45:10.559Z[ host-image] lat 1:32.369668368
99242024-12-02T16:45:10.560Z[ host-image] stop 0.414100875
99252024-12-02T16:45:10.560ZDec 02 16:45:09.762 INFO [host-image] process exited with exit status: 0 (588.943353471s)
99262024-12-02T16:45:10.560ZDec 02 16:45:09.762 INFO [tuf-repo] running task
99272024-12-02T16:45:18.625ZDec 02 16:45:17.828 INFO assembling repository in `/tmp/tufaceouseFWbQu`, component: OmicronRepoAssembler
99282024-12-02T16:45:40.371ZDec 02 16:45:39.568 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99292024-12-02T16:45:40.590ZDec 02 16:45:39.790 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99302024-12-02T16:45:53.385ZDec 02 16:45:52.585 INFO [tuf-repo] task succeeded (42.822921874s)
99312024-12-02T16:45:53.385ZDec 02 16:45:52.585 INFO all jobs completed in 1978.569677989s
99322024-12-02T16:45:54.020Zprocess exited: duration 2684347 ms, exit code 0
 
99332024-12-02T16:45:54.033Zfound 33 output files
99342024-12-02T16:45:54.033Zuploading: /work/manifest.toml (13429 bytes)
99352024-12-02T16:45:55.045Zuploaded: /work/manifest.toml
99362024-12-02T16:45:55.047Zuploading: /work/repo.zip (2028199778 bytes)
99372024-12-02T16:46:34.402Zuploaded: /work/repo.zip
99382024-12-02T16:46:34.402Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99392024-12-02T16:46:35.425Zuploaded: /work/repo.zip.sha256.txt
99402024-12-02T16:46:35.430Zuploading: /work/helios-setup.log (66187 bytes)
99412024-12-02T16:46:36.465Zuploaded: /work/helios-setup.log
99422024-12-02T16:46:36.465Zuploading: /work/host-image.log (196249 bytes)
99432024-12-02T16:46:37.479Zuploaded: /work/host-image.log
99442024-12-02T16:46:37.481Zuploading: /work/host-package.log (22562 bytes)
99452024-12-02T16:46:38.489Zuploaded: /work/host-package.log
99462024-12-02T16:46:38.489Zuploading: /work/host-target.log (101 bytes)
99472024-12-02T16:46:39.497Zuploaded: /work/host-target.log
99482024-12-02T16:46:39.497Zuploading: /work/omicron-package.log (5510 bytes)
99492024-12-02T16:46:40.505Zuploaded: /work/omicron-package.log
99502024-12-02T16:46:40.505Zuploading: /work/phbl-toolchain.log (881 bytes)
99512024-12-02T16:46:41.513Zuploaded: /work/phbl-toolchain.log
99522024-12-02T16:46:41.513Zuploading: /work/recovery-image.log (591467 bytes)
99532024-12-02T16:46:42.536Zuploaded: /work/recovery-image.log
99542024-12-02T16:46:42.539Zuploading: /work/recovery-package.log (321 bytes)
99552024-12-02T16:46:43.545Zuploaded: /work/recovery-package.log
99562024-12-02T16:46:43.545Zuploading: /work/recovery-target.log (98 bytes)
99572024-12-02T16:46:44.553Zuploaded: /work/recovery-target.log
99582024-12-02T16:46:44.553Zuploading: /work/stamp-clickhouse.log (117 bytes)
99592024-12-02T16:46:45.561Zuploaded: /work/stamp-clickhouse.log
99602024-12-02T16:46:45.561Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99612024-12-02T16:46:46.569Zuploaded: /work/stamp-clickhouse_keeper.log
99622024-12-02T16:46:46.569Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99632024-12-02T16:46:47.576Zuploaded: /work/stamp-cockroachdb.log
99642024-12-02T16:46:47.576Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99652024-12-02T16:46:48.584Zuploaded: /work/stamp-crucible-dtrace.log
99662024-12-02T16:46:48.584Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99672024-12-02T16:46:49.592Zuploaded: /work/stamp-crucible-pantry-zone.log
99682024-12-02T16:46:49.594Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99692024-12-02T16:46:50.601Zuploaded: /work/stamp-crucible-zone.log
99702024-12-02T16:46:50.601Zuploading: /work/stamp-external-dns.log (119 bytes)
99712024-12-02T16:46:51.610Zuploaded: /work/stamp-external-dns.log
99722024-12-02T16:46:51.610Zuploading: /work/stamp-installinator.log (103 bytes)
99732024-12-02T16:46:52.618Zuploaded: /work/stamp-installinator.log
99742024-12-02T16:46:52.621Zuploading: /work/stamp-internal-dns.log (119 bytes)
99752024-12-02T16:46:53.628Zuploaded: /work/stamp-internal-dns.log
99762024-12-02T16:46:53.628Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99772024-12-02T16:46:54.636Zuploaded: /work/stamp-mg-ddm-gz.log
99782024-12-02T16:46:54.636Zuploading: /work/stamp-nexus.log (112 bytes)
99792024-12-02T16:46:55.644Zuploaded: /work/stamp-nexus.log
99802024-12-02T16:46:55.647Zuploading: /work/stamp-ntp.log (110 bytes)
99812024-12-02T16:46:56.654Zuploaded: /work/stamp-ntp.log
99822024-12-02T16:46:56.654Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99832024-12-02T16:46:57.661Zuploaded: /work/stamp-omicron-sled-agent.log
99842024-12-02T16:46:57.661Zuploading: /work/stamp-overlay.log (114 bytes)
99852024-12-02T16:46:58.668Zuploaded: /work/stamp-overlay.log
99862024-12-02T16:46:58.670Zuploading: /work/stamp-oximeter.log (115 bytes)
99872024-12-02T16:46:59.676Zuploaded: /work/stamp-oximeter.log
99882024-12-02T16:46:59.676Zuploading: /work/stamp-oxlog.log (109 bytes)
99892024-12-02T16:47:00.684Zuploaded: /work/stamp-oxlog.log
99902024-12-02T16:47:00.684Zuploading: /work/stamp-probe.log (112 bytes)
99912024-12-02T16:47:01.692Zuploaded: /work/stamp-probe.log
99922024-12-02T16:47:01.692Zuploading: /work/stamp-propolis-server.log (122 bytes)
99932024-12-02T16:47:02.699Zuploaded: /work/stamp-propolis-server.log
99942024-12-02T16:47:02.700Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99952024-12-02T16:47:03.708Zuploaded: /work/stamp-pumpkind-gz.log
99962024-12-02T16:47:03.708Zuploading: /work/stamp-switch-asic.log (118 bytes)
99972024-12-02T16:47:04.715Zuploaded: /work/stamp-switch-asic.log
99982024-12-02T16:47:04.715Zuploading: /work/verify-libraries.log (4271 bytes)
99992024-12-02T16:47:05.724Zuploaded: /work/verify-libraries.log