01JEARH6QJNHN1K8AH96V9FBZ9: 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: 01JEARHMG9RPGTC0TG5Z021RFR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-05T06:37:34.210Zjob assigned to worker 01JEARHJV813GVR5V2NMVJFW3C [factory aws, i-099339639c48017a0] (queued for 1 m 2 s)
 
22024-12-05T06:37:45.278Zstarting task 0: "setup"
32024-12-05T06:37:45.287Z++ uname -s
42024-12-05T06:37:45.289Z+ kern=SunOS
52024-12-05T06:37:45.289Z+ case "$kern" in
62024-12-05T06:37:45.289Z+ groupadd -g 12345 build
72024-12-05T06:37:45.292Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-05T06:37:47.298Z+ zfs create -o mountpoint=/work rpool/work
92024-12-05T06:37:47.386Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-05T06:37:47.388Z+ home_fs=zfs
112024-12-05T06:37:47.389Z+ [[ zfs == autofs ]]
122024-12-05T06:37:47.389Z+ mkdir -p /home/build
132024-12-05T06:37:47.391Z+ chown build:build /home/build /work
142024-12-05T06:37:49.393Z+ chmod 0700 /home/build /work
152024-12-05T06:37:49.395Zprocess exited: duration 4116 ms, exit code 0
 
162024-12-05T06:37:49.400Zstarting task 1: "rust-toolchain"
172024-12-05T06:37:49.406Z+ printf ' * toolchain channel = "%s"
182024-12-05T06:37:49.406Z' 1.81.0
192024-12-05T06:37:49.406Z * toolchain channel = "1.81.0"
202024-12-05T06:37:49.406Z * toolchain profile = "default"
212024-12-05T06:37:49.406Z+ printf ' * toolchain profile = "%s"
222024-12-05T06:37:49.406Z' default
232024-12-05T06:37:49.409Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-05T06:37:49.409Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-05T06:37:49.534Zinfo: downloading installer
262024-12-05T06:37:51.045Zinfo: profile set to 'default'
272024-12-05T06:37:51.045Zinfo: default host triple is x86_64-unknown-illumos
282024-12-05T06:37:51.048Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-05T06:37:51.204Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-05T06:37:51.204Zinfo: downloading component 'cargo'
312024-12-05T06:37:52.067Zinfo: downloading component 'clippy'
322024-12-05T06:37:52.384Zinfo: downloading component 'rust-docs'
332024-12-05T06:37:53.566Zinfo: downloading component 'rust-std'
342024-12-05T06:37:55.403Zinfo: downloading component 'rustc'
352024-12-05T06:38:02.025Zinfo: downloading component 'rustfmt'
362024-12-05T06:38:02.273Zinfo: installing component 'cargo'
372024-12-05T06:38:03.104Zinfo: installing component 'clippy'
382024-12-05T06:38:03.466Zinfo: installing component 'rust-docs'
392024-12-05T06:38:05.118Zinfo: installing component 'rust-std'
402024-12-05T06:38:06.823Zinfo: installing component 'rustc'
412024-12-05T06:38:12.494Zinfo: installing component 'rustfmt'
422024-12-05T06:38:12.837Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-05T06:38:12.837Z
442024-12-05T06:38:13.318Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-05T06:38:13.318Z
462024-12-05T06:38:13.321Z
472024-12-05T06:38:13.321ZRust is installed now. Great!
482024-12-05T06:38:13.321Z
492024-12-05T06:38:13.321ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-05T06:38:13.321Zenvironment variable. This has not been done automatically.
512024-12-05T06:38:13.321Z
522024-12-05T06:38:13.321ZTo configure your current shell, you need to source
532024-12-05T06:38:13.321Zthe corresponding env file under $HOME/.cargo.
542024-12-05T06:38:13.321Z
552024-12-05T06:38:13.321ZThis is usually done by running one of the following (note the leading DOT):
562024-12-05T06:38:13.321Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-05T06:38:13.321Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-05T06:38:13.399Z+ rustc --version
592024-12-05T06:38:13.463Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-05T06:38:13.467Zprocess exited: duration 24062 ms, exit code 0
 
612024-12-05T06:38:13.472Zstarting task 2: "authentication"
622024-12-05T06:38:13.492Zprocess exited: duration 20 ms, exit code 0
 
632024-12-05T06:38:13.496Zstarting task 3: "clone repository"
642024-12-05T06:38:13.501Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-05T06:38:13.503Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-05T06:38:15.027ZCloning into '/work/oxidecomputer/omicron'...
672024-12-05T06:38:22.615Z+ cd /work/oxidecomputer/omicron
682024-12-05T06:38:22.615Z+ git fetch origin c6fa141311e9baf96c553e72e57a85103a896810
692024-12-05T06:38:22.942ZFrom https://github.com/oxidecomputer/omicron
702024-12-05T06:38:22.942Z * branch c6fa141311e9baf96c553e72e57a85103a896810 -> FETCH_HEAD
712024-12-05T06:38:22.954Z+ [[ -n alan/just-one-more-update ]]
722024-12-05T06:38:22.956Z++ git branch --show-current
732024-12-05T06:38:22.959Z+ current=main
742024-12-05T06:38:22.959Z+ [[ main != alan/just-one-more-update ]]
752024-12-05T06:38:22.959Z+ git branch -f alan/just-one-more-update c6fa141311e9baf96c553e72e57a85103a896810
762024-12-05T06:38:22.961Z+ git checkout -f alan/just-one-more-update
772024-12-05T06:38:23.143ZSwitched to branch 'alan/just-one-more-update'
782024-12-05T06:38:23.146Z+ git reset --hard c6fa141311e9baf96c553e72e57a85103a896810
792024-12-05T06:38:23.162ZHEAD is now at c6fa14131 Update Propolis
802024-12-05T06:38:23.164Zprocess exited: duration 9665 ms, exit code 0
 
812024-12-05T06:38:23.169Zstarting task 4: "build"
822024-12-05T06:38:23.175Z+ source .github/buildomat/ci-env.sh
832024-12-05T06:38:23.175Z++ export CARGO_TERM_COLOR=always
842024-12-05T06:38:23.175Z++ CARGO_TERM_COLOR=always
852024-12-05T06:38:23.175Z+ cargo --version
862024-12-05T06:38:23.239Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-05T06:38:23.242Z+ rustc --version
882024-12-05T06:38:23.308Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-05T06:38:23.312Z+ cargo tree --locked
902024-12-05T06:38:23.609Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-05T06:38:23.887Z Updating crates.io index
922024-12-05T06:38:23.957Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-05T06:38:24.500Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-05T06:38:24.737Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-05T06:38:24.961Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-05T06:38:25.227Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-05T06:38:26.188Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-05T06:38:28.827Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-05T06:38:29.948Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-05T06:38:30.723Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-05T06:38:31.026Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-05T06:38:31.343Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-05T06:38:32.055Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-05T06:38:32.390Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-05T06:38:32.697Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-05T06:38:32.983Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-05T06:38:33.222Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-05T06:38:33.509Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-05T06:38:33.814Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-05T06:38:34.231Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-05T06:38:34.655Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-05T06:38:34.971Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-05T06:38:35.503Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-05T06:38:35.818Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-05T06:38:36.315Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-05T06:38:36.711Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-05T06:38:36.988Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-05T06:38:37.244Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-05T06:38:37.502Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-05T06:38:39.140Z Downloading crates ...
1212024-12-05T06:38:39.229Z Downloaded adler2 v2.0.0
1222024-12-05T06:38:39.233Z Downloaded anes v0.1.6
1232024-12-05T06:38:39.241Z Downloaded chacha20 v0.9.1
1242024-12-05T06:38:39.244Z Downloaded cfg-if v1.0.0
1252024-12-05T06:38:39.246Z Downloaded ahash v0.8.11
1262024-12-05T06:38:39.249Z Downloaded atomicwrites v0.4.4
1272024-12-05T06:38:39.251Z Downloaded anstream v0.6.15
1282024-12-05T06:38:39.254Z Downloaded argon2 v0.5.3
1292024-12-05T06:38:39.257Z Downloaded approx v0.5.1
1302024-12-05T06:38:39.265Z Downloaded http-body-util v0.1.2
1312024-12-05T06:38:39.269Z Downloaded addr2line v0.24.2
1322024-12-05T06:38:39.272Z Downloaded aes-gcm v0.10.3
1332024-12-05T06:38:39.279Z Downloaded anyhow v1.0.93
1342024-12-05T06:38:39.282Z Downloaded arc-swap v1.7.1
1352024-12-05T06:38:39.286Z Downloaded anstyle v1.0.10
1362024-12-05T06:38:39.288Z Downloaded allocator-api2 v0.2.18
1372024-12-05T06:38:39.290Z Downloaded aes v0.8.4
1382024-12-05T06:38:39.294Z Downloaded float-cmp v0.9.0
1392024-12-05T06:38:39.303Z Downloaded async-signal v0.2.10
1402024-12-05T06:38:39.305Z Downloaded aho-corasick v1.1.3
1412024-12-05T06:38:39.310Z Downloaded flagset v0.4.6
1422024-12-05T06:38:39.312Z Downloaded base64 v0.13.1
1432024-12-05T06:38:39.315Z Downloaded fixedbitset v0.4.2
1442024-12-05T06:38:39.318Z Downloaded ff v0.13.0
1452024-12-05T06:38:39.320Z Downloaded bzip2 v0.4.4
1462024-12-05T06:38:39.320Z Downloaded anstyle-parse v0.2.5
1472024-12-05T06:38:39.323Z Downloaded aead v0.5.2
1482024-12-05T06:38:39.325Z Downloaded foreign-types v0.3.2
1492024-12-05T06:38:39.325Z Downloaded foreign-types v0.5.0
1502024-12-05T06:38:39.327Z Downloaded foldhash v0.1.3
1512024-12-05T06:38:39.327Z Downloaded cassowary v0.3.0
1522024-12-05T06:38:39.330Z Downloaded flume v0.11.1
1532024-12-05T06:38:39.332Z Downloaded camino v1.1.9
1542024-12-05T06:38:39.335Z Downloaded fnv v1.0.7
1552024-12-05T06:38:39.337Z Downloaded ciborium v0.2.2
1562024-12-05T06:38:39.339Z Downloaded float-ord v0.3.2
1572024-12-05T06:38:39.339Z Downloaded cargo_metadata v0.18.1
1582024-12-05T06:38:39.342Z Downloaded fatfs v0.3.6
1592024-12-05T06:38:39.345Z Downloaded fxhash v0.2.1
1602024-12-05T06:38:39.347Z Downloaded fragile v2.0.0
1612024-12-05T06:38:39.350Z Downloaded form_urlencoded v1.2.1
1622024-12-05T06:38:39.350Z Downloaded futures-macro v0.3.31
1632024-12-05T06:38:39.352Z Downloaded cfg_aliases v0.2.1
1642024-12-05T06:38:39.352Z Downloaded atty v0.2.14
1652024-12-05T06:38:39.354Z Downloaded foreign-types-shared v0.1.1
1662024-12-05T06:38:39.354Z Downloaded async-object-pool v0.1.5
1672024-12-05T06:38:39.357Z Downloaded assert_matches v1.5.0
1682024-12-05T06:38:39.357Z Downloaded async-recursion v1.1.1
1692024-12-05T06:38:39.359Z Downloaded flate2 v1.0.34
1702024-12-05T06:38:39.365Z Downloaded http v1.1.0
1712024-12-05T06:38:39.369Z Downloaded byteorder v1.5.0
1722024-12-05T06:38:39.371Z Downloaded hyper-tls v0.6.0
1732024-12-05T06:38:39.374Z Downloaded h2 v0.4.6
1742024-12-05T06:38:39.379Z Downloaded futures-timer v3.0.3
1752024-12-05T06:38:39.382Z Downloaded cfg_aliases v0.1.1
1762024-12-05T06:38:39.384Z Downloaded hickory-client v0.24.1
1772024-12-05T06:38:39.386Z Downloaded cbc v0.1.2
1782024-12-05T06:38:39.389Z Downloaded headers-core v0.3.0
1792024-12-05T06:38:39.389Z Downloaded cast v0.3.0
1802024-12-05T06:38:39.391Z Downloaded camino-tempfile v1.1.1
1812024-12-05T06:38:39.391Z Downloaded blocking v1.6.1
1822024-12-05T06:38:39.394Z Downloaded hostname v0.4.0
1832024-12-05T06:38:39.396Z Downloaded group v0.13.0
1842024-12-05T06:38:39.398Z Downloaded cargo-platform v0.1.8
1852024-12-05T06:38:39.401Z Downloaded http-body v1.0.1
1862024-12-05T06:38:39.401Z Downloaded blowfish v0.9.1
1872024-12-05T06:38:39.403Z Downloaded block-buffer v0.10.4
1882024-12-05T06:38:39.403Z Downloaded password-hash v0.5.0
1892024-12-05T06:38:39.406Z Downloaded foreign-types-macros v0.2.3
1902024-12-05T06:38:39.408Z Downloaded opaque-debug v0.3.1
1912024-12-05T06:38:39.408Z Downloaded atomic-waker v1.1.2
1922024-12-05T06:38:39.409Z Downloaded async-bb8-diesel v0.2.1
1932024-12-05T06:38:39.411Z Downloaded foreign-types-shared v0.3.1
1942024-12-05T06:38:39.413Z Downloaded bitfield v0.14.0
1952024-12-05T06:38:39.413Z Downloaded base16ct v0.2.0
1962024-12-05T06:38:39.415Z Downloaded async-process v2.3.0
1972024-12-05T06:38:39.418Z Downloaded cexpr v0.6.0
1982024-12-05T06:38:39.420Z Downloaded bb8 v0.8.5
1992024-12-05T06:38:39.420Z Downloaded home v0.5.9
2002024-12-05T06:38:39.422Z Downloaded hex-literal v0.4.1
2012024-12-05T06:38:39.422Z Downloaded heck v0.3.3
2022024-12-05T06:38:39.425Z Downloaded generic-array v0.14.7
2032024-12-05T06:38:39.428Z Downloaded hex v0.4.3
2042024-12-05T06:38:39.428Z Downloaded bitfield-struct v0.6.2
2052024-12-05T06:38:39.430Z Downloaded chrono-tz-build v0.4.0
2062024-12-05T06:38:39.430Z Downloaded hubpack_derive v0.1.1
2072024-12-05T06:38:39.432Z Downloaded http-range v0.1.5
2082024-12-05T06:38:39.433Z Downloaded block-padding v0.3.3
2092024-12-05T06:38:39.435Z Downloaded async-channel v1.9.0
2102024-12-05T06:38:39.435Z Downloaded bit-set v0.5.3
2112024-12-05T06:38:39.437Z Downloaded async-channel v2.3.1
2122024-12-05T06:38:39.439Z Downloaded bcrypt-pbkdf v0.10.0
2132024-12-05T06:38:39.439Z Downloaded futures-sink v0.3.31
2142024-12-05T06:38:39.442Z Downloaded futures-executor v0.3.31
2152024-12-05T06:38:39.442Z Downloaded guppy-workspace-hack v0.1.0
2162024-12-05T06:38:39.444Z Downloaded ghash v0.5.1
2172024-12-05T06:38:39.444Z Downloaded bytecount v0.6.8
2182024-12-05T06:38:39.447Z Downloaded bit-vec v0.6.3
2192024-12-05T06:38:39.449Z Downloaded hubpack v0.1.2
2202024-12-05T06:38:39.449Z Downloaded hash32 v0.2.1
2212024-12-05T06:38:39.452Z Downloaded gethostname v0.5.0
2222024-12-05T06:38:39.454Z Downloaded httpdate v1.0.3
2232024-12-05T06:38:39.454Z Downloaded futures-io v0.3.31
2242024-12-05T06:38:39.457Z Downloaded blake2b_simd v1.0.2
2252024-12-05T06:38:39.457Z Downloaded bcs v0.1.6
2262024-12-05T06:38:39.459Z Downloaded heck v0.4.1
2272024-12-05T06:38:39.462Z Downloaded olpc-cjson v0.1.4
2282024-12-05T06:38:39.462Z Downloaded heck v0.5.0
2292024-12-05T06:38:39.465Z Downloaded hash32 v0.3.1
2302024-12-05T06:38:39.465Z Downloaded futures-task v0.3.31
2312024-12-05T06:38:39.467Z Downloaded piper v0.2.4
2322024-12-05T06:38:39.469Z Downloaded phf_shared v0.11.2
2332024-12-05T06:38:39.469Z Downloaded polyval v0.6.2
2342024-12-05T06:38:39.472Z Downloaded pem v3.0.4
2352024-12-05T06:38:39.474Z Downloaded pbkdf2 v0.11.0
2362024-12-05T06:38:39.477Z Downloaded target-triple v0.1.3
2372024-12-05T06:38:39.477Z Downloaded hyper-rustls v0.27.3
2382024-12-05T06:38:39.479Z Downloaded russh-cryptovec v0.7.3
2392024-12-05T06:38:39.479Z Downloaded async-task v4.7.1
2402024-12-05T06:38:39.482Z Downloaded fs-err v2.11.0
2412024-12-05T06:38:39.485Z Downloaded proc-macro-crate v3.2.0
2422024-12-05T06:38:39.487Z Downloaded bitflags v1.3.2
2432024-12-05T06:38:39.489Z Downloaded base64ct v1.6.0
2442024-12-05T06:38:39.492Z Downloaded async-trait v0.1.83
2452024-12-05T06:38:39.495Z Downloaded hostname v0.3.1
2462024-12-05T06:38:39.497Z Downloaded tower-service v0.3.3
2472024-12-05T06:38:39.497Z Downloaded cfg-expr v0.17.0
2482024-12-05T06:38:39.501Z Downloaded humantime v2.1.0
2492024-12-05T06:38:39.503Z Downloaded arrayvec v0.7.6
2502024-12-05T06:38:39.505Z Downloaded usdt-macro v0.5.0
2512024-12-05T06:38:39.507Z Downloaded array-init v0.0.4
2522024-12-05T06:38:39.507Z Downloaded assert_cmd v2.0.16
2532024-12-05T06:38:39.510Z Downloaded predicates-core v1.0.8
2542024-12-05T06:38:39.510Z Downloaded buf-list v1.0.3
2552024-12-05T06:38:39.513Z Downloaded sha1 v0.10.6
2562024-12-05T06:38:39.515Z Downloaded usdt-attr-macro v0.5.0
2572024-12-05T06:38:39.515Z Downloaded httparse v1.9.5
2582024-12-05T06:38:39.518Z Downloaded httptest v0.16.1
2592024-12-05T06:38:39.520Z Downloaded num-rational v0.4.2
2602024-12-05T06:38:39.522Z Downloaded spki v0.7.3
2612024-12-05T06:38:39.525Z Downloaded string_cache v0.8.7
2622024-12-05T06:38:39.527Z Downloaded pem-rfc7468 v0.7.0
2632024-12-05T06:38:39.527Z Downloaded parking_lot v0.11.2
2642024-12-05T06:38:39.529Z Downloaded downcast v0.11.0
2652024-12-05T06:38:39.532Z Downloaded derive_builder_macro v0.20.2
2662024-12-05T06:38:39.534Z Downloaded strsim v0.11.1
2672024-12-05T06:38:39.534Z Downloaded proc-macro-error-attr v1.0.4
2682024-12-05T06:38:39.537Z Downloaded glob v0.3.1
2692024-12-05T06:38:39.537Z Downloaded progenitor v0.8.0
2702024-12-05T06:38:39.539Z Downloaded tinystr v0.7.6
2712024-12-05T06:38:39.541Z Downloaded target-spec v3.2.2
2722024-12-05T06:38:39.543Z Downloaded strip-ansi-escapes v0.2.0
2732024-12-05T06:38:39.544Z Downloaded stringprep v0.1.5
2742024-12-05T06:38:39.546Z Downloaded hashlink v0.9.1
2752024-12-05T06:38:39.548Z Downloaded globset v0.4.15
2762024-12-05T06:38:39.548Z Downloaded secrecy v0.8.0
2772024-12-05T06:38:39.551Z Downloaded scroll v0.12.0
2782024-12-05T06:38:39.553Z Downloaded blake2 v0.10.6
2792024-12-05T06:38:39.555Z Downloaded rusty-fork v0.3.0
2802024-12-05T06:38:39.555Z Downloaded rustversion v1.0.17
2812024-12-05T06:38:39.558Z Downloaded bytes v1.8.0
2822024-12-05T06:38:39.561Z Downloaded topological-sort v0.2.2
2832024-12-05T06:38:39.564Z Downloaded shlex v1.3.0
2842024-12-05T06:38:39.566Z Downloaded rustls-native-certs v0.7.3
2852024-12-05T06:38:39.568Z Downloaded getrandom v0.2.15
2862024-12-05T06:38:39.571Z Downloaded num-conv v0.1.0
2872024-12-05T06:38:39.571Z Downloaded structmeta v0.2.0
2882024-12-05T06:38:39.573Z Downloaded smawk v0.3.2
2892024-12-05T06:38:39.575Z Downloaded usdt-impl v0.5.0
2902024-12-05T06:38:39.575Z Downloaded usdt v0.5.0
2912024-12-05T06:38:39.578Z Downloaded sha2 v0.10.8
2922024-12-05T06:38:39.580Z Downloaded highway v1.2.0
2932024-12-05T06:38:39.580Z Downloaded shell-words v1.1.0
2942024-12-05T06:38:39.583Z Downloaded icu_locid_transform v1.5.0
2952024-12-05T06:38:39.586Z Downloaded smallvec v1.13.2
2962024-12-05T06:38:39.588Z Downloaded endian-type v0.1.2
2972024-12-05T06:38:39.588Z Downloaded utf16_iter v1.0.5
2982024-12-05T06:38:39.588Z Downloaded utf-8 v0.7.6
2992024-12-05T06:38:39.590Z Downloaded unicode-linebreak v0.1.5
3002024-12-05T06:38:39.592Z Downloaded new_debug_unreachable v1.0.6
3012024-12-05T06:38:39.592Z Downloaded stringmetrics v2.2.2
3022024-12-05T06:38:39.595Z Downloaded md5 v0.7.0
3032024-12-05T06:38:39.595Z Downloaded ctr v0.9.2
3042024-12-05T06:38:39.597Z Downloaded dsl_auto_type v0.1.2
3052024-12-05T06:38:39.599Z Downloaded thiserror-impl-no-std v2.0.2
3062024-12-05T06:38:39.601Z Downloaded tempfile v3.13.0
3072024-12-05T06:38:39.603Z Downloaded tinytemplate v1.2.1
3082024-12-05T06:38:39.606Z Downloaded chacha20poly1305 v0.10.1
3092024-12-05T06:38:39.608Z Downloaded async-io v2.3.4
3102024-12-05T06:38:39.610Z Downloaded hyper-rustls v0.26.0
3112024-12-05T06:38:39.612Z Downloaded structmeta v0.3.0
3122024-12-05T06:38:39.612Z Downloaded iana-time-zone v0.1.61
3132024-12-05T06:38:39.615Z Downloaded ena v0.14.3
3142024-12-05T06:38:39.617Z Downloaded embedded-io v0.6.1
3152024-12-05T06:38:39.619Z Downloaded zeroize_derive v1.4.2
3162024-12-05T06:38:39.619Z Downloaded hmac v0.12.1
3172024-12-05T06:38:39.622Z Downloaded futures-lite v2.3.0
3182024-12-05T06:38:39.625Z Downloaded serde-hex v0.1.0
3192024-12-05T06:38:39.625Z Downloaded half v2.4.1
3202024-12-05T06:38:39.629Z Downloaded concurrent-queue v2.5.0
3212024-12-05T06:38:39.631Z Downloaded cipher v0.4.4
3222024-12-05T06:38:39.631Z Downloaded serde_derive v1.0.215
3232024-12-05T06:38:39.634Z Downloaded const_format_proc_macros v0.2.33
3242024-12-05T06:38:39.636Z Downloaded mime v0.3.17
3252024-12-05T06:38:39.638Z Downloaded num-integer v0.1.46
3262024-12-05T06:38:39.640Z Downloaded yoke v0.7.4
3272024-12-05T06:38:39.643Z Downloaded yasna v0.5.2
3282024-12-05T06:38:39.645Z Downloaded lockfree-object-pool v0.1.6
3292024-12-05T06:38:39.647Z Downloaded sigpipe v0.1.3
3302024-12-05T06:38:39.647Z Downloaded num-derive v0.4.2
3312024-12-05T06:38:39.649Z Downloaded zone v0.1.8
3322024-12-05T06:38:39.652Z Downloaded dirs-sys-next v0.1.2
3332024-12-05T06:38:39.652Z Downloaded russh-keys v0.45.0
3342024-12-05T06:38:39.654Z Downloaded serde_tokenstream v0.2.2
3352024-12-05T06:38:39.657Z Downloaded bumpalo v3.16.0
3362024-12-05T06:38:39.659Z Downloaded base64 v0.22.1
3372024-12-05T06:38:39.661Z Downloaded pest_generator v2.7.14
3382024-12-05T06:38:39.664Z Downloaded icu_normalizer_data v1.5.0
3392024-12-05T06:38:39.666Z Downloaded primeorder v0.13.6
3402024-12-05T06:38:39.669Z Downloaded newline-converter v0.3.0
3412024-12-05T06:38:39.669Z Downloaded idna_adapter v1.2.0
3422024-12-05T06:38:39.671Z Downloaded enum-as-inner v0.5.1
3432024-12-05T06:38:39.671Z Downloaded libsw v3.3.1
3442024-12-05T06:38:39.673Z Downloaded itoa v1.0.11
3452024-12-05T06:38:39.676Z Downloaded proc-macro-crate v1.3.1
3462024-12-05T06:38:39.676Z Downloaded pkg-config v0.3.31
3472024-12-05T06:38:39.679Z Downloaded rand_seeder v0.3.0
3482024-12-05T06:38:39.679Z Downloaded r2d2 v0.8.10
3492024-12-05T06:38:39.681Z Downloaded tokio-rustls v0.24.1
3502024-12-05T06:38:39.683Z Downloaded thiserror-impl v2.0.3
3512024-12-05T06:38:39.686Z Downloaded futures v0.3.31
3522024-12-05T06:38:39.689Z Downloaded tracing-attributes v0.1.27
3532024-12-05T06:38:39.691Z Downloaded toml v0.8.19
3542024-12-05T06:38:39.695Z Downloaded zone_cfg_derive v0.3.0
3552024-12-05T06:38:39.697Z Downloaded zone_cfg_derive v0.1.2
3562024-12-05T06:38:39.697Z Downloaded paste v1.0.15
3572024-12-05T06:38:39.699Z Downloaded lock_api v0.4.12
3582024-12-05T06:38:39.702Z Downloaded proc-macro2 v1.0.89
3592024-12-05T06:38:39.704Z Downloaded powerfmt v0.2.0
3602024-12-05T06:38:39.706Z Downloaded num-complex v0.4.6
3612024-12-05T06:38:39.709Z Downloaded mime_guess v2.0.5
3622024-12-05T06:38:39.709Z Downloaded p256 v0.13.2
3632024-12-05T06:38:39.712Z Downloaded sync-ptr v0.1.1
3642024-12-05T06:38:39.715Z Downloaded semver v0.1.20
3652024-12-05T06:38:39.715Z Downloaded signal-hook v0.3.17
3662024-12-05T06:38:39.718Z Downloaded signature v2.2.0
3672024-12-05T06:38:39.720Z Downloaded crucible-workspace-hack v0.1.0
3682024-12-05T06:38:39.720Z Downloaded yoke-derive v0.7.4
3692024-12-05T06:38:39.723Z Downloaded ident_case v1.0.1
3702024-12-05T06:38:39.723Z Downloaded strum_macros v0.26.4
3712024-12-05T06:38:39.726Z Downloaded console v0.15.8
3722024-12-05T06:38:39.728Z Downloaded supports-color v3.0.1
3732024-12-05T06:38:39.731Z Downloaded rustc-hash v1.1.0
3742024-12-05T06:38:39.734Z Downloaded pkcs8 v0.10.2
3752024-12-05T06:38:39.736Z Downloaded pin-project-internal v1.1.6
3762024-12-05T06:38:39.738Z Downloaded des v0.8.1
3772024-12-05T06:38:39.738Z Downloaded pest_derive v2.7.14
3782024-12-05T06:38:39.740Z Downloaded postgres-types v0.2.8
3792024-12-05T06:38:39.743Z Downloaded icu_locid_transform_data v1.5.0
3802024-12-05T06:38:39.745Z Downloaded jobserver v0.1.32
3812024-12-05T06:38:39.748Z Downloaded icu_locid v1.5.0
3822024-12-05T06:38:39.752Z Downloaded darling_macro v0.20.10
3832024-12-05T06:38:39.754Z Downloaded unarray v0.1.4
3842024-12-05T06:38:39.754Z Downloaded base64 v0.21.7
3852024-12-05T06:38:39.758Z Downloaded utf8parse v0.2.2
3862024-12-05T06:38:39.761Z Downloaded utf8_iter v1.0.4
3872024-12-05T06:38:39.761Z Downloaded newtype-uuid v1.1.3
3882024-12-05T06:38:39.763Z Downloaded hyper-util v0.1.10
3892024-12-05T06:38:39.766Z Downloaded litemap v0.7.3
3902024-12-05T06:38:39.768Z Downloaded zone v0.3.0
3912024-12-05T06:38:39.770Z Downloaded hashbrown v0.12.3
3922024-12-05T06:38:39.773Z Downloaded mirai-annotations v1.12.0
3932024-12-05T06:38:39.776Z Downloaded hashbrown v0.13.2
3942024-12-05T06:38:39.778Z Downloaded tokio-macros v2.4.0
3952024-12-05T06:38:39.781Z Downloaded expectorate v1.1.0
3962024-12-05T06:38:39.783Z Downloaded deranged v0.3.11
3972024-12-05T06:38:39.786Z Downloaded swrite v0.1.0
3982024-12-05T06:38:39.786Z Downloaded icu_provider_macros v1.5.0
3992024-12-05T06:38:39.786Z Downloaded difflib v0.4.0
4002024-12-05T06:38:39.788Z Downloaded subprocess v0.2.9
4012024-12-05T06:38:39.791Z Downloaded internet-checksum v0.2.1
4022024-12-05T06:38:39.793Z Downloaded structmeta-derive v0.2.0
4032024-12-05T06:38:39.793Z Downloaded backtrace v0.3.74
4042024-12-05T06:38:39.798Z Downloaded unicase v2.7.0
4052024-12-05T06:38:39.802Z Downloaded pretty-hex v0.2.1
4062024-12-05T06:38:39.802Z Downloaded tls_codec_derive v0.4.1
4072024-12-05T06:38:39.804Z Downloaded sqlparser_derive v0.2.2
4082024-12-05T06:38:39.804Z Downloaded smf v0.2.3
4092024-12-05T06:38:39.804Z Downloaded smallvec v0.6.14
4102024-12-05T06:38:39.807Z Downloaded slog-term v2.9.1
4112024-12-05T06:38:39.810Z Downloaded memmap v0.7.0
4122024-12-05T06:38:39.813Z Downloaded const-oid v0.9.6
4132024-12-05T06:38:39.813Z Downloaded nibble_vec v0.1.0
4142024-12-05T06:38:39.815Z Downloaded constant_time_eq v0.3.1
4152024-12-05T06:38:39.817Z Downloaded derive_more v0.99.18
4162024-12-05T06:38:39.821Z Downloaded uzers v0.12.1
4172024-12-05T06:38:39.824Z Downloaded tracing v0.1.40
4182024-12-05T06:38:39.827Z Downloaded parking v2.2.1
4192024-12-05T06:38:39.829Z Downloaded packed_struct v0.10.1
4202024-12-05T06:38:39.832Z Downloaded icu_collections v1.5.0
4212024-12-05T06:38:39.835Z Downloaded toolchain_find v0.4.0
4222024-12-05T06:38:39.838Z Downloaded event-listener-strategy v0.5.2
4232024-12-05T06:38:39.840Z Downloaded display-error-chain v0.2.2
4242024-12-05T06:38:39.840Z Downloaded psl-types v2.0.11
4252024-12-05T06:38:39.844Z Downloaded progenitor-macro v0.8.0
4262024-12-05T06:38:39.844Z Downloaded phf_generator v0.11.2
4272024-12-05T06:38:39.844Z Downloaded dirs-next v2.0.0
4282024-12-05T06:38:39.847Z Downloaded env_logger v0.10.2
4292024-12-05T06:38:39.849Z Downloaded rand v0.8.5
4302024-12-05T06:38:39.851Z Downloaded vte_generate_state_changes v0.1.2
4312024-12-05T06:38:39.854Z Downloaded write16 v1.0.0
4322024-12-05T06:38:39.854Z Downloaded ipnet v2.10.1
4332024-12-05T06:38:39.856Z Downloaded papergrid v0.11.0
4342024-12-05T06:38:39.860Z Downloaded zerofrom v0.1.4
4352024-12-05T06:38:39.862Z Downloaded sqlformat v0.2.6
4362024-12-05T06:38:39.864Z Downloaded path-tree v0.8.1
4372024-12-05T06:38:39.867Z Downloaded mockall v0.13.0
4382024-12-05T06:38:39.867Z Downloaded macaddr v1.0.1
4392024-12-05T06:38:39.869Z Downloaded linear-map v1.2.0
4402024-12-05T06:38:39.871Z Downloaded lalrpop-util v0.19.12
4412024-12-05T06:38:39.871Z Downloaded rand_distr v0.4.3
4422024-12-05T06:38:39.874Z Downloaded zerocopy-derive v0.7.35
4432024-12-05T06:38:39.881Z Downloaded rsa v0.9.6
4442024-12-05T06:38:39.883Z Downloaded plain v0.2.3
4452024-12-05T06:38:39.885Z Downloaded doc-comment v0.3.3
4462024-12-05T06:38:39.887Z Downloaded unicode-properties v0.1.3
4472024-12-05T06:38:39.889Z Downloaded digest v0.10.7
4482024-12-05T06:38:39.891Z Downloaded sct v0.7.1
4492024-12-05T06:38:39.904Z Downloaded scrypt v0.11.0
4502024-12-05T06:38:39.904Z Downloaded serde_spanned v0.6.8
4512024-12-05T06:38:39.904Z Downloaded yansi v1.0.1
4522024-12-05T06:38:39.904Z Downloaded tokio-rustls v0.25.0
4532024-12-05T06:38:39.907Z Downloaded cc v1.1.30
4542024-12-05T06:38:39.907Z Downloaded twox-hash v1.6.3
4552024-12-05T06:38:39.907Z Downloaded openssl-sys v0.9.103
4562024-12-05T06:38:39.910Z Downloaded pkcs1 v0.7.5
4572024-12-05T06:38:39.913Z Downloaded serde_repr v0.1.19
4582024-12-05T06:38:39.915Z Downloaded ssh-cipher v0.2.0
4592024-12-05T06:38:39.918Z Downloaded phf_shared v0.10.0
4602024-12-05T06:38:39.918Z Downloaded parse-size v1.1.0
4612024-12-05T06:38:39.920Z Downloaded parse-display v0.10.0
4622024-12-05T06:38:39.920Z Downloaded termcolor v1.4.1
4632024-12-05T06:38:39.922Z Downloaded nodrop v0.1.14
4642024-12-05T06:38:39.922Z Downloaded slog-envlogger v2.2.0
4652024-12-05T06:38:39.925Z Downloaded zerofrom-derive v0.1.4
4662024-12-05T06:38:39.927Z Downloaded terminal_size v0.4.0
4672024-12-05T06:38:39.927Z Downloaded crc-catalog v2.4.0
4682024-12-05T06:38:39.929Z Downloaded crc v3.2.1
4692024-12-05T06:38:39.931Z Downloaded cpufeatures v0.2.14
4702024-12-05T06:38:39.931Z Downloaded slog-json v2.6.1
4712024-12-05T06:38:39.933Z Downloaded displaydoc v0.2.5
4722024-12-05T06:38:39.936Z Downloaded embedded-io v0.4.0
4732024-12-05T06:38:39.939Z Downloaded writeable v0.5.5
4742024-12-05T06:38:39.941Z Downloaded indent_write v2.2.0
4752024-12-05T06:38:39.941Z Downloaded unicode-xid v0.2.6
4762024-12-05T06:38:39.943Z Downloaded serde_regex v1.1.0
4772024-12-05T06:38:39.945Z Downloaded rtoolbox v0.0.2
4782024-12-05T06:38:39.945Z Downloaded term v0.7.0
4792024-12-05T06:38:39.948Z Downloaded target-lexicon v0.12.16
4802024-12-05T06:38:39.951Z Downloaded rustls-pki-types v1.9.0
4812024-12-05T06:38:39.953Z Downloaded omicron-zone-package v0.11.1
4822024-12-05T06:38:39.956Z Downloaded trybuild v1.0.101
4832024-12-05T06:38:39.960Z Downloaded data-encoding v2.6.0
4842024-12-05T06:38:39.962Z Downloaded linked-hash-map v0.5.6
4852024-12-05T06:38:39.964Z Downloaded value-bag v1.9.0
4862024-12-05T06:38:39.966Z Downloaded oso v0.27.3
4872024-12-05T06:38:39.969Z Downloaded clap_derive v4.5.18
4882024-12-05T06:38:39.972Z Downloaded tinyvec_macros v0.1.1
4892024-12-05T06:38:39.973Z Downloaded same-file v1.0.6
4902024-12-05T06:38:39.976Z Downloaded crc-any v2.5.0
4912024-12-05T06:38:39.978Z Downloaded universal-hash v0.5.1
4922024-12-05T06:38:39.978Z Downloaded num_enum_derive v0.5.11
4932024-12-05T06:38:39.980Z Downloaded num_enum v0.5.11
4942024-12-05T06:38:39.983Z Downloaded termtree v0.4.1
4952024-12-05T06:38:39.986Z Downloaded progenitor-impl v0.8.0
4962024-12-05T06:38:39.989Z Downloaded lru v0.12.5
4972024-12-05T06:38:39.989Z Downloaded libefi-sys v0.1.0
4982024-12-05T06:38:39.992Z Downloaded pkcs5 v0.7.1
4992024-12-05T06:38:39.994Z Downloaded quick-error v1.2.3
5002024-12-05T06:38:39.996Z Downloaded take_mut v0.2.2
5012024-12-05T06:38:39.997Z Downloaded enum-as-inner v0.6.1
5022024-12-05T06:38:39.998Z Downloaded cookie_store v0.21.0
5032024-12-05T06:38:40.000Z Downloaded termios v0.3.3
5042024-12-05T06:38:40.003Z Downloaded cstr-argument v0.1.2
5052024-12-05T06:38:40.003Z Downloaded rstest_macros v0.23.0
5062024-12-05T06:38:40.005Z Downloaded curve25519-dalek-derive v0.1.1
5072024-12-05T06:38:40.008Z Downloaded impl-trait-for-tuples v0.2.2
5082024-12-05T06:38:40.011Z Downloaded ciborium-io v0.2.2
5092024-12-05T06:38:40.011Z Downloaded event-listener v5.3.1
5102024-12-05T06:38:40.014Z Downloaded pin-utils v0.1.0
5112024-12-05T06:38:40.014Z Downloaded dyn-clone v1.0.17
5122024-12-05T06:38:40.016Z Downloaded spin v0.5.2
5132024-12-05T06:38:40.019Z Downloaded similar-asserts v1.6.0
5142024-12-05T06:38:40.021Z Downloaded relative-path v1.9.3
5152024-12-05T06:38:40.021Z Downloaded serde_plain v1.0.2
5162024-12-05T06:38:40.023Z Downloaded num_cpus v1.16.0
5172024-12-05T06:38:40.025Z Downloaded sync_wrapper v1.0.1
5182024-12-05T06:38:40.027Z Downloaded tokio-tungstenite v0.24.0
5192024-12-05T06:38:40.030Z Downloaded tough v0.19.0
5202024-12-05T06:38:40.037Z Downloaded pretty-hex v0.4.1
5212024-12-05T06:38:40.039Z Downloaded oso-derive v0.27.3
5222024-12-05T06:38:40.041Z Downloaded openssl-probe v0.1.5
5232024-12-05T06:38:40.041Z Downloaded crossbeam-channel v0.5.13
5242024-12-05T06:38:40.045Z Downloaded xattr v1.3.1
5252024-12-05T06:38:40.047Z Downloaded tokio-native-tls v0.3.1
5262024-12-05T06:38:40.050Z Downloaded zerovec-derive v0.10.3
5272024-12-05T06:38:40.052Z Downloaded tls_codec v0.4.1
5282024-12-05T06:38:40.054Z Downloaded rstest v0.23.0
5292024-12-05T06:38:40.058Z Downloaded const_format v0.2.33
5302024-12-05T06:38:40.063Z Downloaded scopeguard v1.2.0
5312024-12-05T06:38:40.065Z Downloaded newtype_derive v0.1.6
5322024-12-05T06:38:40.068Z Downloaded nested v0.1.1
5332024-12-05T06:38:40.068Z Downloaded phf_codegen v0.11.2
5342024-12-05T06:38:40.068Z Downloaded vte v0.11.1
5352024-12-05T06:38:40.070Z Downloaded rustls-pemfile v2.2.0
5362024-12-05T06:38:40.073Z Downloaded tap v1.0.1
5372024-12-05T06:38:40.074Z Downloaded hashbrown v0.14.5
5382024-12-05T06:38:40.079Z Downloaded which v4.4.2
5392024-12-05T06:38:40.081Z Downloaded untrusted v0.7.1
5402024-12-05T06:38:40.084Z Downloaded derive-where v1.2.7
5412024-12-05T06:38:40.086Z Downloaded darling_core v0.20.10
5422024-12-05T06:38:40.090Z Downloaded spin v0.9.8
5432024-12-05T06:38:40.092Z Downloaded rustc-demangle v0.1.24
5442024-12-05T06:38:40.095Z Downloaded pin-project-lite v0.2.14
5452024-12-05T06:38:40.099Z Downloaded ed25519 v2.2.3
5462024-12-05T06:38:40.101Z Downloaded owo-colors v4.1.0
5472024-12-05T06:38:40.104Z Downloaded escape8259 v0.5.3
5482024-12-05T06:38:40.106Z Downloaded equivalent v1.0.1
5492024-12-05T06:38:40.106Z Downloaded maybe-uninit v2.0.0
5502024-12-05T06:38:40.106Z Downloaded md-5 v0.10.6
5512024-12-05T06:38:40.109Z Downloaded keccak v0.1.5
5522024-12-05T06:38:40.111Z Downloaded siphasher v0.3.11
5532024-12-05T06:38:40.111Z Downloaded guppy v0.17.8
5542024-12-05T06:38:40.117Z Downloaded typify v0.2.0
5552024-12-05T06:38:40.119Z Downloaded parking_lot_core v0.9.10
5562024-12-05T06:38:40.122Z Downloaded log v0.4.22
5572024-12-05T06:38:40.124Z Downloaded samael v0.0.17
5582024-12-05T06:38:40.130Z Downloaded dhcproto-macros v0.1.0
5592024-12-05T06:38:40.132Z Downloaded convert_case v0.4.0
5602024-12-05T06:38:40.133Z Downloaded kstat-rs v0.2.4
5612024-12-05T06:38:40.135Z Downloaded precomputed-hash v0.1.1
5622024-12-05T06:38:40.135Z Downloaded peg-runtime v0.8.3
5632024-12-05T06:38:40.137Z Downloaded pin-project v1.1.6
5642024-12-05T06:38:40.147Z Downloaded diff v0.1.13
5652024-12-05T06:38:40.150Z Downloaded time-core v0.1.2
5662024-12-05T06:38:40.152Z Downloaded synstructure v0.13.1
5672024-12-05T06:38:40.154Z Downloaded tungstenite v0.24.0
5682024-12-05T06:38:40.157Z Downloaded tungstenite v0.23.0
5692024-12-05T06:38:40.160Z Downloaded rand_chacha v0.3.1
5702024-12-05T06:38:40.162Z Downloaded similar v2.6.0
5712024-12-05T06:38:40.166Z Downloaded normalize-line-endings v0.3.0
5722024-12-05T06:38:40.169Z Downloaded whoami v1.5.2
5732024-12-05T06:38:40.169Z Downloaded path-slash v0.1.5
5742024-12-05T06:38:40.172Z Downloaded num-bigint v0.4.6
5752024-12-05T06:38:40.175Z Downloaded try-lock v0.2.5
5762024-12-05T06:38:40.177Z Downloaded structmeta-derive v0.3.0
5772024-12-05T06:38:40.177Z Downloaded typed-path v0.9.3
5782024-12-05T06:38:40.183Z Downloaded colored v2.1.0
5792024-12-05T06:38:40.186Z Downloaded tokio-postgres v0.7.12
5802024-12-05T06:38:40.191Z Downloaded typenum v1.17.0
5812024-12-05T06:38:40.194Z Downloaded env_logger v0.11.5
5822024-12-05T06:38:40.196Z Downloaded hashbrown v0.15.0
5832024-12-05T06:38:40.202Z Downloaded ryu v1.0.18
5842024-12-05T06:38:40.205Z Downloaded oorandom v11.1.4
5852024-12-05T06:38:40.207Z Downloaded lru-cache v0.1.2
5862024-12-05T06:38:40.207Z Downloaded colorchoice v1.0.2
5872024-12-05T06:38:40.210Z Downloaded cobs v0.2.3
5882024-12-05T06:38:40.212Z Downloaded tiny-keccak v2.0.2
5892024-12-05T06:38:40.214Z Downloaded match_cfg v0.1.0
5902024-12-05T06:38:40.214Z Downloaded toml_edit v0.22.22
5912024-12-05T06:38:40.235Z Downloaded pathdiff v0.2.2
5922024-12-05T06:38:40.238Z Downloaded dtrace-parser v0.2.0
5932024-12-05T06:38:40.238Z Downloaded waitgroup v0.1.2
5942024-12-05T06:38:40.240Z Downloaded rustc_version v0.1.7
5952024-12-05T06:38:40.240Z Downloaded rustc-hash v2.0.0
5962024-12-05T06:38:40.241Z Downloaded diesel-dtrace v0.3.0
5972024-12-05T06:38:40.244Z Downloaded snafu-derive v0.8.5
5982024-12-05T06:38:40.244Z Downloaded icu_provider v1.5.0
5992024-12-05T06:38:40.247Z Downloaded untrusted v0.9.0
6002024-12-05T06:38:40.250Z Downloaded native-tls v0.2.12
6012024-12-05T06:38:40.252Z Downloaded indexmap v1.9.3
6022024-12-05T06:38:40.254Z Downloaded cmake v0.1.51
6032024-12-05T06:38:40.257Z Downloaded hyper v1.5.0
6042024-12-05T06:38:40.262Z Downloaded tabwriter v1.4.0
6052024-12-05T06:38:40.265Z Downloaded indoc v2.0.5
6062024-12-05T06:38:40.267Z Downloaded indoc v1.0.9
6072024-12-05T06:38:40.269Z Downloaded managed v0.8.0
6082024-12-05T06:38:40.271Z Downloaded unicode-normalization v0.1.24
6092024-12-05T06:38:40.274Z Downloaded wait-timeout v0.2.0
6102024-12-05T06:38:40.276Z Downloaded version_check v0.9.5
6112024-12-05T06:38:40.279Z Downloaded plotters v0.3.7
6122024-12-05T06:38:40.286Z Downloaded fallible-streaming-iterator v0.1.9
6132024-12-05T06:38:40.293Z Downloaded defmt-parser v0.3.4
6142024-12-05T06:38:40.296Z Downloaded tokio-stream v0.1.16
6152024-12-05T06:38:40.296Z Downloaded predicates-tree v1.0.11
6162024-12-05T06:38:40.297Z Downloaded slog v2.7.0
6172024-12-05T06:38:40.299Z Downloaded zopfli v0.8.1
6182024-12-05T06:38:40.302Z Downloaded serde_urlencoded v0.7.1
6192024-12-05T06:38:40.302Z Downloaded fancy-regex v0.13.0
6202024-12-05T06:38:40.305Z Downloaded unicode_categories v0.1.1
6212024-12-05T06:38:40.307Z Downloaded goblin v0.8.2
6222024-12-05T06:38:40.315Z Downloaded quinn-udp v0.5.5
6232024-12-05T06:38:40.317Z Downloaded rustfmt-wrapper v0.2.1
6242024-12-05T06:38:40.320Z Downloaded peg v0.8.4
6252024-12-05T06:38:40.322Z Downloaded dunce v1.0.5
6262024-12-05T06:38:40.325Z Downloaded derive_builder_core v0.20.2
6272024-12-05T06:38:40.327Z Downloaded rustyline v14.0.0
6282024-12-05T06:38:40.330Z Downloaded unicode-truncate v1.1.0
6292024-12-05T06:38:40.333Z Downloaded nanorand v0.7.0
6302024-12-05T06:38:40.335Z Downloaded crossbeam-epoch v0.9.18
6312024-12-05T06:38:40.338Z Downloaded async-std v1.13.0
6322024-12-05T06:38:40.357Z Downloaded plotters-svg v0.3.7
6332024-12-05T06:38:40.359Z Downloaded clap_lex v0.7.2
6342024-12-05T06:38:40.361Z Downloaded openssl-macros v0.1.1
6352024-12-05T06:38:40.361Z Downloaded thiserror v1.0.69
6362024-12-05T06:38:40.364Z Downloaded ron v0.8.1
6372024-12-05T06:38:40.370Z Downloaded progenitor-client v0.8.0
6382024-12-05T06:38:40.372Z Downloaded crunchy v0.2.2
6392024-12-05T06:38:40.373Z Downloaded plotters-backend v0.3.7
6402024-12-05T06:38:40.375Z Downloaded maplit v1.0.2
6412024-12-05T06:38:40.375Z Downloaded percent-encoding v2.3.1
6422024-12-05T06:38:40.378Z Downloaded strum v0.26.3
6432024-12-05T06:38:40.378Z Downloaded multimap v0.10.0
6442024-12-05T06:38:40.380Z Downloaded debug-ignore v1.0.5
6452024-12-05T06:38:40.380Z Downloaded reedline v0.35.0
6462024-12-05T06:38:40.388Z Downloaded simd-adler32 v0.3.7
6472024-12-05T06:38:40.390Z Downloaded serde v1.0.215
6482024-12-05T06:38:40.393Z Downloaded quinn v0.11.5
6492024-12-05T06:38:40.397Z Downloaded diesel_table_macro_syntax v0.2.0
6502024-12-05T06:38:40.399Z Downloaded partial-io v0.5.4
6512024-12-05T06:38:40.402Z Downloaded walkdir v2.5.0
6522024-12-05T06:38:40.404Z Downloaded slog-async v2.8.0
6532024-12-05T06:38:40.406Z Downloaded is_ci v1.2.0
6542024-12-05T06:38:40.406Z Downloaded instant v0.1.13
6552024-12-05T06:38:40.409Z Downloaded textwrap v0.16.1
6562024-12-05T06:38:40.411Z Downloaded test-strategy v0.3.1
6572024-12-05T06:38:40.413Z Downloaded rpassword v7.3.1
6582024-12-05T06:38:40.415Z Downloaded wyz v0.5.1
6592024-12-05T06:38:40.418Z Downloaded toml_datetime v0.6.8
6602024-12-05T06:38:40.418Z Downloaded datatest-stable v0.2.9
6612024-12-05T06:38:40.420Z Downloaded vsss-rs v3.3.4
6622024-12-05T06:38:40.423Z Downloaded crossbeam-deque v0.8.5
6632024-12-05T06:38:40.425Z Downloaded fallible-iterator v0.2.0
6642024-12-05T06:38:40.428Z Downloaded crossbeam-utils v0.8.20
6652024-12-05T06:38:40.430Z Downloaded prettyplease v0.2.25
6662024-12-05T06:38:40.432Z Downloaded ppv-lite86 v0.2.20
6672024-12-05T06:38:40.435Z Downloaded slab v0.4.9
6682024-12-05T06:38:40.435Z Downloaded mio v1.0.2
6692024-12-05T06:38:40.440Z Downloaded petname v2.0.2
6702024-12-05T06:38:40.445Z Downloaded is_terminal_polyfill v1.70.1
6712024-12-05T06:38:40.448Z Downloaded phf v0.11.2
6722024-12-05T06:38:40.450Z Downloaded multer v3.1.0
6732024-12-05T06:38:40.453Z Downloaded scroll_derive v0.12.0
6742024-12-05T06:38:40.453Z Downloaded bindgen v0.69.5
6752024-12-05T06:38:40.459Z Downloaded matches v0.1.10
6762024-12-05T06:38:40.461Z Downloaded crypto-common v0.1.6
6772024-12-05T06:38:40.461Z Downloaded pest v2.7.14
6782024-12-05T06:38:40.466Z Downloaded ipnetwork v0.20.0
6792024-12-05T06:38:40.469Z Downloaded is-terminal v0.4.13
6802024-12-05T06:38:40.471Z Downloaded dof v0.3.0
6812024-12-05T06:38:40.471Z Downloaded unicode-ident v1.0.13
6822024-12-05T06:38:40.473Z Downloaded reqwest v0.12.9
6832024-12-05T06:38:40.482Z Downloaded itertools v0.13.0
6842024-12-05T06:38:40.489Z Downloaded clap v4.5.21
6852024-12-05T06:38:40.499Z Downloaded want v0.3.1
6862024-12-05T06:38:40.501Z Downloaded futures-util v0.3.31
6872024-12-05T06:38:40.512Z Downloaded fallible-iterator v0.3.0
6882024-12-05T06:38:40.515Z Downloaded ciborium-ll v0.2.2
6892024-12-05T06:38:40.515Z Downloaded strum_macros v0.25.3
6902024-12-05T06:38:40.518Z Downloaded lazy_static v1.5.0
6912024-12-05T06:38:40.521Z Downloaded winnow v0.6.20
6922024-12-05T06:38:40.528Z Downloaded ref-cast v1.0.23
6932024-12-05T06:38:40.531Z Downloaded num_threads v0.1.7
6942024-12-05T06:38:40.533Z Downloaded serde-big-array v0.5.1
6952024-12-05T06:38:40.535Z Downloaded rand_xorshift v0.3.0
6962024-12-05T06:38:40.535Z Downloaded xz2 v0.1.7
6972024-12-05T06:38:40.538Z Downloaded radium v0.7.0
6982024-12-05T06:38:40.538Z Downloaded serde_derive_internals v0.29.1
6992024-12-05T06:38:40.540Z Downloaded rand_core v0.6.4
7002024-12-05T06:38:40.540Z Downloaded threadpool v1.8.1
7012024-12-05T06:38:40.543Z Downloaded lazycell v1.3.0
7022024-12-05T06:38:40.543Z Downloaded tabled_derive v0.7.0
7032024-12-05T06:38:40.545Z Downloaded serde_yaml v0.9.34+deprecated
7042024-12-05T06:38:40.547Z Downloaded pest_meta v2.7.14
7052024-12-05T06:38:40.550Z Downloaded defmt v0.3.8
7062024-12-05T06:38:40.553Z Downloaded rustls-webpki v0.102.8
7072024-12-05T06:38:40.571Z Downloaded static_assertions v1.1.0
7082024-12-05T06:38:40.573Z Downloaded icu_properties v1.5.1
7092024-12-05T06:38:40.575Z Downloaded salty v0.3.0
7102024-12-05T06:38:40.583Z Downloaded number_prefix v0.4.0
7112024-12-05T06:38:40.586Z Downloaded git2 v0.19.0
7122024-12-05T06:38:40.591Z Downloaded rustls-pemfile v1.0.4
7132024-12-05T06:38:40.594Z Downloaded instability v0.3.2
7142024-12-05T06:38:40.598Z Downloaded thiserror v2.0.3
7152024-12-05T06:38:40.600Z Downloaded tui-tree-widget v0.22.0
7162024-12-05T06:38:40.603Z Downloaded thread-id v4.2.2
7172024-12-05T06:38:40.603Z Downloaded thiserror-impl v1.0.69
7182024-12-05T06:38:40.605Z Downloaded itertools v0.10.5
7192024-12-05T06:38:40.611Z Downloaded num v0.4.3
7202024-12-05T06:38:40.613Z Downloaded inout v0.1.3
7212024-12-05T06:38:40.613Z Downloaded either v1.13.0
7222024-12-05T06:38:40.616Z Downloaded zeroize v1.8.1
7232024-12-05T06:38:40.618Z Downloaded indicatif v0.17.9
7242024-12-05T06:38:40.621Z Downloaded ecdsa v0.16.9
7252024-12-05T06:38:40.623Z Downloaded darling v0.20.10
7262024-12-05T06:38:40.626Z Downloaded scheduled-thread-pool v0.2.7
7272024-12-05T06:38:40.628Z Downloaded signal-hook-mio v0.2.4
7282024-12-05T06:38:40.628Z Downloaded schemars_derive v0.8.21
7292024-12-05T06:38:40.630Z Downloaded memoffset v0.9.1
7302024-12-05T06:38:40.633Z Downloaded tokio-tungstenite v0.23.1
7312024-12-05T06:38:40.635Z Downloaded snafu v0.8.5
7322024-12-05T06:38:40.639Z Downloaded tokio-tungstenite v0.21.0
7332024-12-05T06:38:40.641Z Downloaded zip v2.1.3
7342024-12-05T06:38:40.646Z Downloaded postcard v1.0.10
7352024-12-05T06:38:40.648Z Downloaded derive_builder v0.20.2
7362024-12-05T06:38:40.653Z Downloaded postgres-protocol v0.6.7
7372024-12-05T06:38:40.656Z Downloaded miniz_oxide v0.8.0
7382024-12-05T06:38:40.658Z Downloaded thread_local v1.1.8
7392024-12-05T06:38:40.660Z Downloaded libloading v0.8.5
7402024-12-05T06:38:40.663Z Downloaded rfc6979 v0.4.0
7412024-12-05T06:38:40.663Z Downloaded poly1305 v0.8.0
7422024-12-05T06:38:40.665Z Downloaded salsa20 v0.10.2
7432024-12-05T06:38:40.668Z Downloaded rustls-webpki v0.101.7
7442024-12-05T06:38:40.680Z Downloaded typify-macro v0.2.0
7452024-12-05T06:38:40.682Z Downloaded vergen v8.3.2
7462024-12-05T06:38:40.685Z Downloaded sqlparser v0.45.0
7472024-12-05T06:38:40.689Z Downloaded clang-sys v1.8.1
7482024-12-05T06:38:40.691Z Downloaded cookie v0.18.1
7492024-12-05T06:38:40.693Z Downloaded dropshot_endpoint v0.12.0
7502024-12-05T06:38:40.696Z Downloaded semver v1.0.23
7512024-12-05T06:38:40.698Z Downloaded zerocopy v0.6.6
7522024-12-05T06:38:40.701Z Downloaded nu-ansi-term v0.50.1
7532024-12-05T06:38:40.703Z Downloaded libtest-mimic v0.7.3
7542024-12-05T06:38:40.705Z Downloaded stable_deref_trait v1.2.0
7552024-12-05T06:38:40.707Z Downloaded dropshot_endpoint v0.13.0
7562024-12-05T06:38:40.710Z Downloaded pretty_assertions v1.4.1
7572024-12-05T06:38:40.712Z Downloaded strum_macros v0.24.3
7582024-12-05T06:38:40.714Z Downloaded criterion-plot v0.5.0
7592024-12-05T06:38:40.714Z Downloaded crc32fast v1.4.2
7602024-12-05T06:38:40.717Z Downloaded quote v1.0.37
7612024-12-05T06:38:40.720Z Downloaded dhcproto v0.12.0
7622024-12-05T06:38:40.722Z Downloaded url v2.5.3
7632024-12-05T06:38:40.726Z Downloaded num-bigint-dig v0.8.4
7642024-12-05T06:38:40.730Z Downloaded once_cell v1.20.2
7652024-12-05T06:38:40.732Z Downloaded peg-macros v0.8.4
7662024-12-05T06:38:40.734Z Downloaded num-traits v0.2.19
7672024-12-05T06:38:40.737Z Downloaded unicode-segmentation v1.12.0
7682024-12-05T06:38:40.740Z Downloaded bitvec v1.0.1
7692024-12-05T06:38:40.755Z Downloaded diesel_derives v2.2.3
7702024-12-05T06:38:40.758Z Downloaded toml_edit v0.19.15
7712024-12-05T06:38:40.774Z Downloaded polling v3.7.3
7722024-12-05T06:38:40.778Z Downloaded idna v0.3.0
7732024-12-05T06:38:40.784Z Downloaded unicode-bidi v0.3.17
7742024-12-05T06:38:40.787Z Downloaded memmap2 v0.9.5
7752024-12-05T06:38:40.789Z Downloaded rayon v1.10.0
7762024-12-05T06:38:40.797Z Downloaded tungstenite v0.21.0
7772024-12-05T06:38:40.801Z Downloaded elliptic-curve v0.13.8
7782024-12-05T06:38:40.805Z Downloaded criterion v0.5.1
7792024-12-05T06:38:40.812Z Downloaded serde_with v3.11.0
7802024-12-05T06:38:40.820Z Downloaded nom v7.1.3
7812024-12-05T06:38:40.825Z Downloaded tracing-core v0.1.32
7822024-12-05T06:38:40.828Z Downloaded idna v0.5.0
7832024-12-05T06:38:40.835Z Downloaded x509-cert v0.2.5
7842024-12-05T06:38:40.841Z Downloaded regex-syntax v0.6.29
7852024-12-05T06:38:40.848Z Downloaded steno v0.4.1
7862024-12-05T06:38:40.851Z Downloaded rustls v0.21.12
7872024-12-05T06:38:40.862Z Downloaded libm v0.2.8
7882024-12-05T06:38:40.870Z Downloaded crossterm v0.28.1
7892024-12-05T06:38:40.877Z Downloaded memchr v2.7.4
7902024-12-05T06:38:40.882Z Downloaded tabled v0.15.0
7912024-12-05T06:38:40.897Z Downloaded vcpkg v0.2.15
7922024-12-05T06:38:40.935Z Downloaded tokio-util v0.7.12
7932024-12-05T06:38:40.941Z Downloaded chrono-tz v0.10.0
7942024-12-05T06:38:40.948Z Downloaded nix v0.27.1
7952024-12-05T06:38:40.959Z Downloaded gimli v0.31.1
7962024-12-05T06:38:40.968Z Downloaded lalrpop v0.19.12
7972024-12-05T06:38:40.979Z Downloaded syn v1.0.109
7982024-12-05T06:38:40.990Z Downloaded ssh-key v0.6.6
7992024-12-05T06:38:40.996Z Downloaded p384 v0.13.0
8002024-12-05T06:38:41.002Z Downloaded syn v2.0.87
8012024-12-05T06:38:41.013Z Downloaded openapiv3 v2.0.0
8022024-12-05T06:38:41.024Z Downloaded libxml v0.3.3
8032024-12-05T06:38:41.030Z Downloaded radix_trie v0.2.1
8042024-12-05T06:38:41.035Z Downloaded rustls v0.22.4
8052024-12-05T06:38:41.048Z Downloaded rusqlite v0.32.1
8062024-12-05T06:38:41.055Z Downloaded zerocopy v0.8.10
8072024-12-05T06:38:41.078Z Downloaded unicode-width v0.1.14
8082024-12-05T06:38:41.083Z Downloaded smoltcp v0.9.1
8092024-12-05T06:38:41.094Z Downloaded regress v0.9.1
8102024-12-05T06:38:41.102Z Downloaded webpki-roots v0.26.6
8112024-12-05T06:38:41.106Z Downloaded hickory-proto v0.24.1
8122024-12-05T06:38:41.121Z Downloaded object v0.30.4
8132024-12-05T06:38:41.130Z Downloaded diesel v2.2.4
8142024-12-05T06:38:41.148Z Downloaded dropshot v0.12.0
8152024-12-05T06:38:41.168Z Downloaded quinn-proto v0.11.8
8162024-12-05T06:38:41.174Z Downloaded icu_properties_data v1.5.0
8172024-12-05T06:38:41.184Z Downloaded idna v0.2.3
8182024-12-05T06:38:41.190Z Downloaded polar-core v0.27.3
8192024-12-05T06:38:41.198Z Downloaded rustix v0.38.37
8202024-12-05T06:38:41.220Z Downloaded regex v1.11.1
8212024-12-05T06:38:41.232Z Downloaded curve25519-dalek v4.1.3
8222024-12-05T06:38:41.240Z Downloaded crypto-bigint v0.5.5
8232024-12-05T06:38:41.248Z Downloaded winnow v0.5.40
8242024-12-05T06:38:41.256Z Downloaded bzip2-sys v0.1.11+1.0.8
8252024-12-05T06:38:41.268Z Downloaded time v0.3.36
8262024-12-05T06:38:41.274Z Downloaded zerocopy-derive v0.6.6
8272024-12-05T06:38:41.283Z Downloaded unicode-width v0.2.0
8282024-12-05T06:38:41.288Z Downloaded nix v0.28.0
8292024-12-05T06:38:41.300Z Downloaded dropshot v0.13.0
8302024-12-05T06:38:41.320Z Downloaded openssl v0.10.66
8312024-12-05T06:38:41.329Z Downloaded trust-dns-proto v0.22.0
8322024-12-05T06:38:41.340Z Downloaded smoltcp v0.11.0
8332024-12-05T06:38:41.352Z Downloaded typify-impl v0.2.0
8342024-12-05T06:38:41.365Z Downloaded rustls v0.23.14
8352024-12-05T06:38:41.377Z Downloaded nix v0.29.0
8362024-12-05T06:38:41.387Z Downloaded object v0.36.5
8372024-12-05T06:38:41.399Z Downloaded sled v0.34.7
8382024-12-05T06:38:41.408Z Downloaded regress v0.10.1
8392024-12-05T06:38:41.416Z Downloaded ratatui v0.28.1
8402024-12-05T06:38:41.435Z Downloaded regex-automata v0.4.8
8412024-12-05T06:38:41.451Z Downloaded serde_json v1.0.132
8422024-12-05T06:38:41.458Z Downloaded regex-syntax v0.8.5
8432024-12-05T06:38:41.466Z Downloaded idna v0.4.0
8442024-12-05T06:38:41.472Z Downloaded libc v0.2.162
8452024-12-05T06:38:41.498Z Downloaded petgraph v0.6.5
8462024-12-05T06:38:41.513Z Downloaded p521 v0.13.3
8472024-12-05T06:38:41.517Z Downloaded publicsuffix v2.2.3
8482024-12-05T06:38:41.520Z Downloaded schemars v0.8.21
8492024-12-05T06:38:41.530Z Downloaded toml v0.7.8
8502024-12-05T06:38:41.533Z Downloaded ed25519-dalek v2.1.1
8512024-12-05T06:38:41.536Z Downloaded qorb v0.2.1
8522024-12-05T06:38:41.540Z Downloaded parse-zoneinfo v0.3.1
8532024-12-05T06:38:41.542Z Downloaded russh v0.45.0
8542024-12-05T06:38:41.547Z Downloaded zerocopy v0.7.35
8552024-12-05T06:38:41.562Z Downloaded clap_builder v4.5.21
8562024-12-05T06:38:41.568Z Downloaded quick-xml v0.33.0
8572024-12-05T06:38:41.574Z Downloaded zerovec v0.10.4
8582024-12-05T06:38:41.579Z Downloaded proptest v1.5.0
8592024-12-05T06:38:41.588Z Downloaded slog-scope v4.4.0
8602024-12-05T06:38:41.595Z Downloaded slog-dtrace v0.3.0
8612024-12-05T06:38:41.595Z Downloaded tinyvec v1.8.0
8622024-12-05T06:38:41.595Z Downloaded tokio v1.40.0
8632024-12-05T06:38:41.630Z Downloaded event-listener v2.5.3
8642024-12-05T06:38:41.632Z Downloaded lzma-sys v0.1.20
8652024-12-05T06:38:41.659Z Downloaded sha3 v0.10.8
8662024-12-05T06:38:41.663Z Downloaded env_filter v0.1.2
8672024-12-05T06:38:41.665Z Downloaded ssh-encoding v0.2.0
8682024-12-05T06:38:41.667Z Downloaded slog-stdlog v4.1.1
8692024-12-05T06:38:41.667Z Downloaded ref-cast-impl v1.0.23
8702024-12-05T06:38:41.669Z Downloaded pbkdf2 v0.12.2
8712024-12-05T06:38:41.669Z Downloaded socket2 v0.5.7
8722024-12-05T06:38:41.672Z Downloaded ron v0.7.1
8732024-12-05T06:38:41.675Z Downloaded parking_lot v0.12.3
8742024-12-05T06:38:41.678Z Downloaded unsafe-libyaml v0.2.11
8752024-12-05T06:38:41.680Z Downloaded tar v0.4.42
8762024-12-05T06:38:41.683Z Downloaded portable-atomic v1.9.0
8772024-12-05T06:38:41.689Z Downloaded chrono v0.4.38
8782024-12-05T06:38:41.696Z Downloaded indexmap v2.6.0
8792024-12-05T06:38:41.701Z Downloaded idna v1.0.3
8802024-12-05T06:38:41.705Z Downloaded slog-bunyan v2.5.0
8812024-12-05T06:38:41.707Z Downloaded aws-lc-rs v1.10.0
8822024-12-05T06:38:41.715Z Downloaded libz-sys v1.1.20
8832024-12-05T06:38:41.734Z Downloaded csv v1.3.0
8842024-12-05T06:38:41.752Z Downloaded hkdf v0.12.4
8852024-12-05T06:38:41.754Z Downloaded serde_with_macros v3.11.0
8862024-12-05T06:38:41.756Z Downloaded defmt-macros v0.3.9
8872024-12-05T06:38:41.759Z Downloaded rustc_version v0.4.1
8882024-12-05T06:38:41.761Z Downloaded tokio-rustls v0.26.0
8892024-12-05T06:38:41.763Z Downloaded time-macros v0.2.18
8902024-12-05T06:38:41.765Z Downloaded zip v0.6.6
8912024-12-05T06:38:41.768Z Downloaded parking_lot_core v0.8.6
8922024-12-05T06:38:41.770Z Downloaded blake3 v1.5.4
8932024-12-05T06:38:41.777Z Downloaded kv-log-macro v1.0.7
8942024-12-05T06:38:41.779Z Downloaded der v0.7.9
8952024-12-05T06:38:41.784Z Downloaded minimal-lexical v0.2.1
8962024-12-05T06:38:41.787Z Downloaded encoding_rs v0.8.34
8972024-12-05T06:38:41.807Z Downloaded thiserror-no-std v2.0.2
8982024-12-05T06:38:41.810Z Downloaded serde_path_to_error v0.1.16
8992024-12-05T06:38:41.812Z Downloaded itertools v0.12.1
9002024-12-05T06:38:41.818Z Downloaded bstr v1.10.0
9012024-12-05T06:38:41.828Z Downloaded mockall_derive v0.13.0
9022024-12-05T06:38:41.830Z Downloaded rcgen v0.12.1
9032024-12-05T06:38:41.832Z Downloaded rayon-core v1.12.1
9042024-12-05T06:38:41.835Z Downloaded httpmock v0.8.0-alpha.1
9052024-12-05T06:38:41.852Z Downloaded zerocopy-derive v0.8.10
9062024-12-05T06:38:41.857Z Downloaded heapless v0.7.17
9072024-12-05T06:38:41.861Z Downloaded uuid v1.11.0
9082024-12-05T06:38:41.864Z Downloaded compact_str v0.8.0
9092024-12-05T06:38:41.867Z Downloaded ucd-trie v0.1.7
9102024-12-05T06:38:41.869Z Downloaded hickory-server v0.24.1
9112024-12-05T06:38:41.873Z Downloaded hickory-resolver v0.24.1
9122024-12-05T06:38:41.877Z Downloaded password-hash v0.4.2
9132024-12-05T06:38:41.879Z Downloaded resolv-conf v0.7.0
9142024-12-05T06:38:41.881Z Downloaded subtle v2.6.1
9152024-12-05T06:38:41.884Z Downloaded signal-hook-tokio v0.3.1
9162024-12-05T06:38:41.884Z Downloaded heapless v0.8.0
9172024-12-05T06:38:41.886Z Downloaded signal-hook-registry v1.4.2
9182024-12-05T06:38:41.888Z Downloaded sec1 v0.7.3
9192024-12-05T06:38:41.890Z Downloaded rust-argon2 v2.1.0
9202024-12-05T06:38:41.890Z Downloaded headers v0.4.0
9212024-12-05T06:38:41.895Z Downloaded der_derive v0.7.3
9222024-12-05T06:38:41.897Z Downloaded csv-core v0.1.11
9232024-12-05T06:38:41.899Z Downloaded packed_struct_codegen v0.10.1
9242024-12-05T06:38:41.899Z Downloaded icu_normalizer v1.5.0
9252024-12-05T06:38:41.902Z Downloaded fs_extra v1.3.0
9262024-12-05T06:38:41.904Z Downloaded bitflags v2.6.0
9272024-12-05T06:38:41.906Z Downloaded proc-macro-error v1.0.4
9282024-12-05T06:38:41.909Z Downloaded predicates v3.1.2
9292024-12-05T06:38:41.912Z Downloaded num-iter v0.1.45
9302024-12-05T06:38:41.914Z Downloaded parse-display-derive v0.10.0
9312024-12-05T06:38:41.914Z Downloaded hyper-staticfile v0.10.1
9322024-12-05T06:38:41.917Z Downloaded backoff v0.4.0
9332024-12-05T06:38:41.917Z Downloaded futures-core v0.3.31
9342024-12-05T06:38:41.920Z Downloaded errno v0.3.9
9352024-12-05T06:38:41.923Z Downloaded cancel-safe-futures v0.1.5
9362024-12-05T06:38:41.923Z Downloaded async-lock v3.4.0
9372024-12-05T06:38:41.925Z Downloaded async-executor v1.13.1
9382024-12-05T06:38:41.927Z Downloaded autocfg v1.4.0
9392024-12-05T06:38:41.929Z Downloaded funty v2.0.0
9402024-12-05T06:38:41.929Z Downloaded async-stream-impl v0.3.6
9412024-12-05T06:38:41.929Z Downloaded arrayref v0.3.9
9422024-12-05T06:38:41.932Z Downloaded futures-channel v0.3.31
9432024-12-05T06:38:41.932Z Downloaded castaway v0.2.3
9442024-12-05T06:38:41.934Z Downloaded async-stream v0.3.6
9452024-12-05T06:38:41.936Z Downloaded async-attributes v1.1.2
9462024-12-05T06:38:41.936Z Downloaded assert-json-diff v2.0.2
9472024-12-05T06:38:41.938Z Downloaded ascii-canvas v3.0.0
9482024-12-05T06:38:41.938Z Downloaded fd-lock v4.0.2
9492024-12-05T06:38:41.941Z Downloaded filetime v0.2.25
9502024-12-05T06:38:41.943Z Downloaded fastrand v2.1.1
9512024-12-05T06:38:41.943Z Downloaded async-global-executor v2.4.1
9522024-12-05T06:38:41.946Z Downloaded anstyle-query v1.1.1
9532024-12-05T06:38:41.973Z Downloaded libgit2-sys v0.17.0+1.8.1
9542024-12-05T06:38:42.252Z Downloaded libsqlite3-sys v0.30.1
9552024-12-05T06:38:42.587Z Downloaded ring v0.17.8
9562024-12-05T06:38:42.770Z Downloaded ring v0.16.20
9572024-12-05T06:38:43.025Z Downloaded aws-lc-sys v0.22.0
9582024-12-05T06:38:43.528Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-05T06:38:59.028Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-05T06:39:03.358Z Startup: Caching catalogs ... Done
9612024-12-05T06:39:13.961ZPlanning: Solver setup ... Done (9.666s)
9622024-12-05T06:39:14.091ZPlanning: Running solver ... Done (0.130s)
9632024-12-05T06:39:14.411ZPlanning: Finding local manifests ... Done (0.192s)
9642024-12-05T06:39:14.427ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-05T06:39:15.046ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-05T06:39:15.325ZPlanning: Package planning ... Done (0.278s)
9672024-12-05T06:39:15.382ZPlanning: Merging actions ... Done (0.057s)
9682024-12-05T06:39:16.477ZPlanning: Checking for conflicting actions ... Done (1.096s)
9692024-12-05T06:39:25.661ZPlanning: Consolidating action changes ... Done (9.182s)
9702024-12-05T06:39:26.011ZPlanning: Evaluating mediators ... Done (0.350s)
9712024-12-05T06:39:26.180ZPlanning: Planning completed in 22.72 seconds
9722024-12-05T06:39:26.196Z Packages to install: 4
9732024-12-05T06:39:26.196Z Packages to update: 1
9742024-12-05T06:39:26.196Z Mediators to change: 2
9752024-12-05T06:39:26.199Z Services to change: 1
9762024-12-05T06:39:26.199Z Estimated space available: 155.38 GB
9772024-12-05T06:39:26.199ZEstimated space to be consumed: 1.61 GB
9782024-12-05T06:39:26.199Z Create boot environment: No
9792024-12-05T06:39:26.199ZCreate backup boot environment: Yes
9802024-12-05T06:39:26.199Z Rebuild boot archive: No
9812024-12-05T06:39:26.199Z
9822024-12-05T06:39:26.199ZChanged mediators:
9832024-12-05T06:39:26.199Z mediator clang:
9842024-12-05T06:39:26.199Z version: None -> 15 (system default)
9852024-12-05T06:39:26.199Z
9862024-12-05T06:39:26.199Z mediator llvm:
9872024-12-05T06:39:26.199Z version: 14 (system default) -> 15 (system default)
9882024-12-05T06:39:26.199Z
9892024-12-05T06:39:26.199ZChanged packages:
9902024-12-05T06:39:26.199Zhelios-dev
9912024-12-05T06:39:26.199Z developer/build-essential
9922024-12-05T06:39:26.199Z None -> 11-2.0
9932024-12-05T06:39:26.199Z library/libxmlsec1
9942024-12-05T06:39:26.199Z None -> 1.2.35-2.0
9952024-12-05T06:39:26.199Z ooce/developer/clang-15
9962024-12-05T06:39:26.199Z None -> 15.0.7-2.0
9972024-12-05T06:39:26.199Z ooce/developer/llvm-15
9982024-12-05T06:39:26.199Z None -> 15.0.7-2.0
9992024-12-05T06:39:26.199Z package/pkg
10002024-12-05T06:39:26.199Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-05T06:39:26.199Z
10022024-12-05T06:39:26.199ZServices:
10032024-12-05T06:39:26.199Z restart_fmri:
10042024-12-05T06:39:26.199Z svc:/system/update-man-index:default
10052024-12-05T06:39:26.200Z
10062024-12-05T06:39:26.200ZEditable files to change:
10072024-12-05T06:39:26.200Z Update:
10082024-12-05T06:39:26.200Z usr/share/lib/pkg/web/config.shtml
10092024-12-05T06:39:26.586Z
10102024-12-05T06:39:26.586ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-05T06:39:31.588ZDownload: 1369/4281 items 104.2/220.6MB 47% complete (21.1M/s)
10122024-12-05T06:39:36.588ZDownload: 3195/4281 items 158.5/220.6MB 71% complete (15.8M/s)
10132024-12-05T06:39:41.053ZDownload: Completed 220.60 MB in 14.46 seconds (15.2M/s)
10142024-12-05T06:39:43.505Z Actions: 1/5063 actions (Removing old actions)
10152024-12-05T06:39:43.519Z Actions: 194/5063 actions (Installing new actions)
10162024-12-05T06:39:48.621Z Actions: 4085/5063 actions (Installing new actions)
10172024-12-05T06:39:49.527Z Actions: 4226/5063 actions (Updating modified actions)
10182024-12-05T06:39:49.933Z Actions: Completed 5063 actions in 6.43 seconds.
10192024-12-05T06:39:50.174Z Done (0.233s)
10202024-12-05T06:39:50.176Z Done (0.000s)
10212024-12-05T06:39:50.745Z Done (0.570s)
10222024-12-05T06:39:58.306Z Done (7.330s)
10232024-12-05T06:39:58.826Z Done (0.443s)
10242024-12-05T06:39:58.829Z Done (0.000s)
10252024-12-05T06:39:58.979Z Done (0.000s)
10262024-12-05T06:39:59.718ZPlanning: Evaluating mediator changes ... Done
10272024-12-05T06:39:59.886ZPlanning: Checking for conflicting actions ... Done
10282024-12-05T06:39:59.888ZPlanning: Consolidating action changes ... Done
10292024-12-05T06:40:00.172ZPlanning: Evaluating mediators ... Done
10302024-12-05T06:40:00.176ZPlanning: Planning completed in 0.45 seconds
10312024-12-05T06:40:00.213Z Mediators to change: 2
10322024-12-05T06:40:00.213Z Create boot environment: No
10332024-12-05T06:40:00.216ZCreate backup boot environment: No
10342024-12-05T06:40:00.284Z Done
10352024-12-05T06:40:00.284Z Done
10362024-12-05T06:40:00.658Z Done
10372024-12-05T06:40:04.643Z Done
10382024-12-05T06:40:04.744Z Done
10392024-12-05T06:40:04.746Z Done
10402024-12-05T06:40:04.858Z Done
10412024-12-05T06:40:05.507ZPlanning: Evaluating mediator changes ... Done
10422024-12-05T06:40:05.510ZPlanning: Merging actions ... Done
10432024-12-05T06:40:05.709ZPlanning: Checking for conflicting actions ... Done
10442024-12-05T06:40:05.712ZPlanning: Consolidating action changes ... Done
10452024-12-05T06:40:06.003ZPlanning: Evaluating mediators ... Done
10462024-12-05T06:40:06.066ZPlanning: Planning completed in 0.82 seconds
10472024-12-05T06:40:06.107Z Packages to change: 1
10482024-12-05T06:40:06.107Z Mediators to change: 1
10492024-12-05T06:40:06.109Z Services to change: 1
10502024-12-05T06:40:06.109Z Create boot environment: No
10512024-12-05T06:40:06.109ZCreate backup boot environment: Yes
10522024-12-05T06:40:08.295Z Actions: 1/6 actions (Updating modified actions)
10532024-12-05T06:40:08.428Z Actions: Completed 6 actions in 0.13 seconds.
10542024-12-05T06:40:08.431Z Done
10552024-12-05T06:40:08.431Z Done
10562024-12-05T06:40:08.543Z Done
10572024-12-05T06:40:12.504Z Done
10582024-12-05T06:40:12.598Z Done
10592024-12-05T06:40:12.600Z Done
10602024-12-05T06:40:12.724Z Done
10612024-12-05T06:40:13.179ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10622024-12-05T06:40:13.179Zclang system 15 system
10632024-12-05T06:40:13.179Zcsh system system illumos
10642024-12-05T06:40:13.179Zctags system system illumos
10652024-12-05T06:40:13.179Zgcc vendor 12 vendor
10662024-12-05T06:40:13.179Zgcc system 10 system
10672024-12-05T06:40:13.179Zgcc system 7 system
10682024-12-05T06:40:13.179Zgo system 1.20 system
10692024-12-05T06:40:13.179Zgo system 1.19 system
10702024-12-05T06:40:13.180Zllvm system 15 system
10712024-12-05T06:40:13.180Zllvm system 14 system
10722024-12-05T06:40:13.180Zmariadb system 10.6 system
10732024-12-05T06:40:13.180Zmta vendor vendor dma
10742024-12-05T06:40:13.180Zopenjdk system 17 system
10752024-12-05T06:40:13.180Zopenjdk system 11 system
10762024-12-05T06:40:13.180Zopenjdk system 1.8 system
10772024-12-05T06:40:13.180Zopenssl vendor 3 vendor
10782024-12-05T06:40:13.180Zperl system 5.36 system
10792024-12-05T06:40:13.180Zpostgresql system 15 system
10802024-12-05T06:40:13.180Zpostgresql system 13 system
10812024-12-05T06:40:13.180Zpython vendor 3 vendor
10822024-12-05T06:40:13.180Zpython system 2 system
10832024-12-05T06:40:13.180Zpython3 system 3.11 system
10842024-12-05T06:40:13.180Zruby system 3.0 system
10852024-12-05T06:40:13.180Zwords vendor vendor american-english
10862024-12-05T06:40:13.180Zwords system system australian-english
10872024-12-05T06:40:13.180Zwords system system british-english
10882024-12-05T06:40:13.180Zwords system system canadian-english
10892024-12-05T06:40:13.181Zwords system system french
10902024-12-05T06:40:13.181Zwords system system italian
10912024-12-05T06:40:13.181Zwords system system ngerman
10922024-12-05T06:40:13.181Zwords system system ogerman
10932024-12-05T06:40:13.181Zwords system system spanish
10942024-12-05T06:40:14.548ZPUBLISHER TYPE STATUS P LOCATION
10952024-12-05T06:40:14.548Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10962024-12-05T06:40:16.300ZFMRI IFO
10972024-12-05T06:40:16.300Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10982024-12-05T06:40:16.301Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10992024-12-05T06:40:16.301Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11002024-12-05T06:40:16.301Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11012024-12-05T06:40:16.301Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11022024-12-05T06:40:16.301Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11032024-12-05T06:40:16.301Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11042024-12-05T06:40:16.301Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11052024-12-05T06:40:16.301Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11062024-12-05T06:40:16.301Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11072024-12-05T06:40:16.301Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11082024-12-05T06:40:16.301Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11092024-12-05T06:40:16.301Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11102024-12-05T06:40:16.301Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11112024-12-05T06:40:16.301Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11122024-12-05T06:40:17.443Z Downloading crates ...
11132024-12-05T06:40:17.558Z Downloaded cargo_toml v0.20.5
11142024-12-05T06:40:17.701Z Compiling proc-macro2 v1.0.89
11152024-12-05T06:40:17.701Z Compiling unicode-ident v1.0.13
11162024-12-05T06:40:17.704Z Compiling version_check v0.9.5
11172024-12-05T06:40:17.704Z Compiling serde v1.0.215
11182024-12-05T06:40:17.704Z Compiling memchr v2.7.4
11192024-12-05T06:40:17.704Z Compiling thiserror v1.0.69
11202024-12-05T06:40:17.704Z Compiling libc v0.2.162
11212024-12-05T06:40:17.723Z Compiling ryu v1.0.18
11222024-12-05T06:40:17.974Z Compiling ucd-trie v0.1.7
11232024-12-05T06:40:18.140Z Compiling itoa v1.0.11
11242024-12-05T06:40:18.515Z Compiling once_cell v1.20.2
11252024-12-05T06:40:18.534Z Compiling byteorder v1.5.0
11262024-12-05T06:40:18.835Z Compiling rustix v0.38.37
11272024-12-05T06:40:18.876Z Compiling serde_json v1.0.132
11282024-12-05T06:40:20.147Z Compiling bitflags v2.6.0
11292024-12-05T06:40:20.210Z Compiling usdt-impl v0.5.0
11302024-12-05T06:40:20.263Z Compiling proc-macro-error-attr v1.0.4
11312024-12-05T06:40:20.383Z Compiling syn v1.0.109
11322024-12-05T06:40:20.483Z Compiling proc-macro-error v1.0.4
11332024-12-05T06:40:20.567Z Compiling utf8parse v0.2.2
11342024-12-05T06:40:20.581Z Compiling equivalent v1.0.1
11352024-12-05T06:40:20.657Z Compiling hashbrown v0.15.0
11362024-12-05T06:40:20.672Z Compiling camino v1.1.9
11372024-12-05T06:40:20.718Z Compiling plain v0.2.3
11382024-12-05T06:40:20.752Z Compiling log v0.4.22
11392024-12-05T06:40:21.018Z Compiling thread-id v4.2.2
11402024-12-05T06:40:21.030Z Compiling anstyle-parse v0.2.5
11412024-12-05T06:40:21.122Z Compiling pretty-hex v0.4.1
11422024-12-05T06:40:21.145Z Compiling anstyle-query v1.1.1
11432024-12-05T06:40:21.285Z Compiling quote v1.0.37
11442024-12-05T06:40:21.326Z Compiling anstyle v1.0.10
11452024-12-05T06:40:21.340Z Compiling unicode-width v0.1.14
11462024-12-05T06:40:21.377Z Compiling is_terminal_polyfill v1.70.1
11472024-12-05T06:40:21.390Z Compiling errno v0.3.9
11482024-12-05T06:40:21.499Z Compiling semver v1.0.23
11492024-12-05T06:40:21.730Z Compiling syn v2.0.87
11502024-12-05T06:40:21.858Z Compiling indexmap v2.6.0
11512024-12-05T06:40:21.938Z Compiling colorchoice v1.0.2
11522024-12-05T06:40:21.973Z Compiling autocfg v1.4.0
11532024-12-05T06:40:22.018Z Compiling winnow v0.6.20
11542024-12-05T06:40:22.077Z Compiling anstream v0.6.15
11552024-12-05T06:40:23.167Z Compiling fastrand v2.1.1
11562024-12-05T06:40:23.183Z Compiling fs-err v2.11.0
11572024-12-05T06:40:23.457Z Compiling clap_lex v0.7.2
11582024-12-05T06:40:23.603Z Compiling anyhow v1.0.93
11592024-12-05T06:40:23.693Z Compiling bytecount v0.6.8
11602024-12-05T06:40:23.744Z Compiling heck v0.5.0
11612024-12-05T06:40:23.909Z Compiling terminal_size v0.4.0
11622024-12-05T06:40:23.958Z Compiling fnv v1.0.7
11632024-12-05T06:40:24.086Z Compiling strsim v0.11.1
11642024-12-05T06:40:24.121Z Compiling cfg-if v1.0.0
11652024-12-05T06:40:24.211Z Compiling heck v0.4.1
11662024-12-05T06:40:24.265Z Compiling tempfile v3.13.0
11672024-12-05T06:40:24.601Z Compiling clap_builder v4.5.21
11682024-12-05T06:40:24.642Z Compiling papergrid v0.11.0
11692024-12-05T06:40:25.013Z Compiling memmap v0.7.0
11702024-12-05T06:40:25.139Z Compiling smawk v0.3.2
11712024-12-05T06:40:25.353Z Compiling unicode-linebreak v0.1.5
11722024-12-05T06:40:25.856Z Compiling textwrap v0.16.1
11732024-12-05T06:40:25.998Z Compiling swrite v0.1.0
11742024-12-05T06:40:27.327Z Compiling tabled_derive v0.7.0
11752024-12-05T06:40:28.831Z Compiling tabled v0.15.0
11762024-12-05T06:40:30.889Z Compiling serde_derive v1.0.215
11772024-12-05T06:40:30.889Z Compiling thiserror-impl v1.0.69
11782024-12-05T06:40:30.892Z Compiling zerocopy-derive v0.7.35
11792024-12-05T06:40:30.892Z Compiling scroll_derive v0.12.0
11802024-12-05T06:40:30.892Z Compiling clap_derive v4.5.18
11812024-12-05T06:40:32.181Z Compiling scroll v0.12.0
11822024-12-05T06:40:32.589Z Compiling zerocopy v0.7.35
11832024-12-05T06:40:32.682Z Compiling goblin v0.8.2
11842024-12-05T06:40:33.660Z Compiling pest v2.7.14
11852024-12-05T06:40:34.793Z Compiling clap v4.5.21
11862024-12-05T06:40:35.792Z Compiling pest_meta v2.7.14
11872024-12-05T06:40:36.648Z Compiling pest_generator v2.7.14
11882024-12-05T06:40:38.669Z Compiling pest_derive v2.7.14
11892024-12-05T06:40:39.345Z Compiling dtrace-parser v0.2.0
11902024-12-05T06:40:41.229Z Compiling serde_spanned v0.6.8
11912024-12-05T06:40:41.229Z Compiling toml_datetime v0.6.8
11922024-12-05T06:40:41.231Z Compiling cargo-platform v0.1.8
11932024-12-05T06:40:41.634Z Compiling serde_tokenstream v0.2.2
11942024-12-05T06:40:41.797Z Compiling toml_edit v0.22.22
11952024-12-05T06:40:41.813Z Compiling macaddr v1.0.1
11962024-12-05T06:40:41.898Z Compiling camino-tempfile v1.1.1
11972024-12-05T06:40:42.775Z Compiling dof v0.3.0
11982024-12-05T06:40:42.775Z Compiling cargo_metadata v0.18.1
11992024-12-05T06:40:44.681Z Compiling toml v0.8.19
12002024-12-05T06:40:44.857Z Compiling usdt-macro v0.5.0
12012024-12-05T06:40:44.859Z Compiling usdt-attr-macro v0.5.0
12022024-12-05T06:40:45.502Z Compiling cargo_toml v0.20.5
12032024-12-05T06:40:46.237Z Compiling usdt v0.5.0
12042024-12-05T06:40:49.271Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12052024-12-05T06:40:53.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.75s
12062024-12-05T06:40:53.731Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12072024-12-05T06:40:54.650Z Compiling serde v1.0.215
12082024-12-05T06:40:54.653Z Compiling lock_api v0.4.12
12092024-12-05T06:40:54.653Z Compiling scopeguard v1.2.0
12102024-12-05T06:40:54.653Z Compiling value-bag v1.9.0
12112024-12-05T06:40:54.653Z Compiling typenum v1.17.0
12122024-12-05T06:40:54.776Z Compiling generic-array v0.14.7
12132024-12-05T06:40:54.779Z Compiling syn v2.0.87
12142024-12-05T06:40:54.782Z Compiling getrandom v0.2.15
12152024-12-05T06:40:55.029Z Compiling rand_core v0.6.4
12162024-12-05T06:40:55.188Z Compiling subtle v2.6.1
12172024-12-05T06:40:55.282Z Compiling shlex v1.3.0
12182024-12-05T06:40:55.331Z Compiling log v0.4.22
12192024-12-05T06:40:55.467Z Compiling jobserver v0.1.32
12202024-12-05T06:40:55.527Z Compiling smallvec v1.13.2
12212024-12-05T06:40:55.574Z Compiling const-oid v0.9.6
12222024-12-05T06:40:55.701Z Compiling spin v0.9.8
12232024-12-05T06:40:55.721Z Compiling pin-project-lite v0.2.14
12242024-12-05T06:40:55.856Z Compiling cc v1.1.30
12252024-12-05T06:40:55.934Z Compiling rustix v0.38.37
12262024-12-05T06:40:56.107Z Compiling parking_lot_core v0.9.10
12272024-12-05T06:40:56.241Z Compiling futures-core v0.3.31
12282024-12-05T06:40:56.440Z Compiling signal-hook-registry v1.4.2
12292024-12-05T06:40:56.494Z Compiling mio v1.0.2
12302024-12-05T06:40:56.851Z Compiling aho-corasick v1.1.3
12312024-12-05T06:40:57.253Z Compiling parking_lot v0.12.3
12322024-12-05T06:40:57.285Z Compiling regex-syntax v0.8.5
12332024-12-05T06:40:57.573Z Compiling cpufeatures v0.2.14
12342024-12-05T06:40:57.596Z Compiling either v1.13.0
12352024-12-05T06:40:57.711Z Compiling lazy_static v1.5.0
12362024-12-05T06:40:57.783Z Compiling stable_deref_trait v1.2.0
12372024-12-05T06:40:57.841Z Compiling glob v0.3.1
12382024-12-05T06:40:57.902Z Compiling futures-sink v0.3.31
12392024-12-05T06:40:58.065Z Compiling socket2 v0.5.7
12402024-12-05T06:40:58.085Z Compiling slab v0.4.9
12412024-12-05T06:40:58.288Z Compiling prettyplease v0.2.25
12422024-12-05T06:40:58.540Z Compiling minimal-lexical v0.2.1
12432024-12-05T06:40:58.885Z Compiling clang-sys v1.8.1
12442024-12-05T06:40:58.944Z Compiling libloading v0.8.5
12452024-12-05T06:40:59.063Z Compiling nom v7.1.3
12462024-12-05T06:40:59.082Z Compiling serde_json v1.0.132
12472024-12-05T06:40:59.369Z Compiling bindgen v0.69.5
12482024-12-05T06:40:59.409Z Compiling home v0.5.9
12492024-12-05T06:40:59.718Z Compiling futures-channel v0.3.31
12502024-12-05T06:41:00.144Z Compiling itertools v0.12.1
12512024-12-05T06:41:00.223Z Compiling pin-utils v0.1.0
12522024-12-05T06:41:00.325Z Compiling futures-io v0.3.31
12532024-12-05T06:41:00.385Z Compiling foldhash v0.1.3
12542024-12-05T06:41:00.666Z Compiling lazycell v1.3.0
12552024-12-05T06:41:00.721Z Compiling futures-task v0.3.31
12562024-12-05T06:41:00.838Z Compiling rustc-hash v1.1.0
12572024-12-05T06:41:01.003Z Compiling regex-automata v0.4.8
12582024-12-05T06:41:01.035Z Compiling allocator-api2 v0.2.18
12592024-12-05T06:41:01.906Z Compiling hashbrown v0.15.0
12602024-12-05T06:41:02.859Z Compiling synstructure v0.13.1
12612024-12-05T06:41:03.385Z Compiling cexpr v0.6.0
12622024-12-05T06:41:03.473Z Compiling cmake v0.1.51
12632024-12-05T06:41:04.415Z Compiling dunce v1.0.5
12642024-12-05T06:41:04.559Z Compiling fs_extra v1.3.0
12652024-12-05T06:41:04.577Z Compiling pkg-config v0.3.31
12662024-12-05T06:41:04.623Z Compiling tinyvec_macros v0.1.1
12672024-12-05T06:41:04.720Z Compiling libm v0.2.8
12682024-12-05T06:41:05.088Z Compiling tinyvec v1.8.0
12692024-12-05T06:41:05.158Z Compiling num-traits v0.2.19
12702024-12-05T06:41:05.685Z Compiling ring v0.17.8
12712024-12-05T06:41:06.130Z Compiling unicode-bidi v0.3.17
12722024-12-05T06:41:06.191Z Compiling paste v1.0.15
12732024-12-05T06:41:06.649Z Compiling unicode-normalization v0.1.24
12742024-12-05T06:41:06.713Z Compiling base64ct v1.6.0
12752024-12-05T06:41:06.773Z Compiling regex v1.11.1
12762024-12-05T06:41:06.817Z Compiling litemap v0.7.3
12772024-12-05T06:41:07.241Z Compiling writeable v0.5.5
12782024-12-05T06:41:07.348Z Compiling pem-rfc7468 v0.7.0
12792024-12-05T06:41:07.894Z Compiling httparse v1.9.5
12802024-12-05T06:41:07.935Z Compiling flagset v0.4.6
12812024-12-05T06:41:08.117Z Compiling aws-lc-rs v1.10.0
12822024-12-05T06:41:08.584Z Compiling tracing-core v0.1.32
12832024-12-05T06:41:08.737Z Compiling rustls-pki-types v1.9.0
12842024-12-05T06:41:09.279Z Compiling icu_locid_transform_data v1.5.0
12852024-12-05T06:41:09.391Z Compiling percent-encoding v2.3.1
12862024-12-05T06:41:09.792Z Compiling crossbeam-utils v0.8.20
12872024-12-05T06:41:09.891Z Compiling serde_derive v1.0.215
12882024-12-05T06:41:09.912Z Compiling zeroize_derive v1.4.2
12892024-12-05T06:41:09.944Z Compiling zerocopy-derive v0.7.35
12902024-12-05T06:41:10.406Z Compiling tokio-macros v2.4.0
12912024-12-05T06:41:10.577Z Compiling zerofrom-derive v0.1.4
12922024-12-05T06:41:11.426Z Compiling zeroize v1.8.1
12932024-12-05T06:41:12.058Z Compiling yoke-derive v0.7.4
12942024-12-05T06:41:12.060Z Compiling thiserror-impl v1.0.69
12952024-12-05T06:41:12.202Z Compiling zerocopy v0.7.35
12962024-12-05T06:41:13.292Z Compiling crypto-common v0.1.6
12972024-12-05T06:41:13.546Z Compiling block-buffer v0.10.4
12982024-12-05T06:41:13.810Z Compiling digest v0.10.7
12992024-12-05T06:41:13.841Z Compiling zerovec-derive v0.10.3
13002024-12-05T06:41:14.280Z Compiling hmac v0.12.1
13012024-12-05T06:41:14.403Z Compiling futures-macro v0.3.31
13022024-12-05T06:41:14.531Z Compiling block-padding v0.3.3
13032024-12-05T06:41:14.593Z Compiling zerofrom v0.1.4
13042024-12-05T06:41:14.760Z Compiling displaydoc v0.2.5
13052024-12-05T06:41:14.803Z Compiling inout v0.1.3
13062024-12-05T06:41:15.078Z Compiling cipher v0.4.4
13072024-12-05T06:41:15.275Z Compiling yoke v0.7.4
13082024-12-05T06:41:15.572Z Compiling thiserror v1.0.69
13092024-12-05T06:41:15.592Z Compiling sha2 v0.10.8
13102024-12-05T06:41:15.655Z Compiling ppv-lite86 v0.2.20
13112024-12-05T06:41:15.725Z Compiling icu_provider_macros v1.5.0
13122024-12-05T06:41:16.302Z Compiling futures-util v0.3.31
13132024-12-05T06:41:16.454Z Compiling der_derive v0.7.3
13142024-12-05T06:41:16.496Z Compiling rand_chacha v0.3.1
13152024-12-05T06:41:16.576Z Compiling zerovec v0.10.4
13162024-12-05T06:41:16.837Z Compiling tracing-attributes v0.1.27
13172024-12-05T06:41:18.823Z Compiling tinystr v0.7.6
13182024-12-05T06:41:18.921Z Compiling icu_collections v1.5.0
13192024-12-05T06:41:18.969Z Compiling der v0.7.9
13202024-12-05T06:41:19.078Z Compiling rand v0.8.5
13212024-12-05T06:41:19.252Z Compiling icu_locid v1.5.0
13222024-12-05T06:41:20.463Z Compiling icu_provider v1.5.0
13232024-12-05T06:41:20.723Z Compiling tracing v0.1.40
13242024-12-05T06:41:21.250Z Compiling icu_locid_transform v1.5.0
13252024-12-05T06:41:21.279Z Compiling spki v0.7.3
13262024-12-05T06:41:21.610Z Compiling pest v2.7.14
13272024-12-05T06:41:21.630Z Compiling salsa20 v0.10.2
13282024-12-05T06:41:21.671Z Compiling pbkdf2 v0.12.2
13292024-12-05T06:41:21.851Z Compiling time-core v0.1.2
13302024-12-05T06:41:21.877Z Compiling mirai-annotations v1.12.0
13312024-12-05T06:41:22.039Z Compiling vcpkg v0.2.15
13322024-12-05T06:41:22.080Z Compiling num-conv v0.1.0
13332024-12-05T06:41:22.377Z Compiling powerfmt v0.2.0
13342024-12-05T06:41:22.399Z Compiling untrusted v0.9.0
13352024-12-05T06:41:22.435Z Compiling untrusted v0.7.1
13362024-12-05T06:41:22.599Z Compiling icu_properties_data v1.5.0
13372024-12-05T06:41:22.659Z Compiling time-macros v0.2.18
13382024-12-05T06:41:22.830Z Compiling deranged v0.3.11
13392024-12-05T06:41:22.882Z Compiling icu_properties v1.5.1
13402024-12-05T06:41:24.106Z Compiling bitflags v2.6.0
13412024-12-05T06:41:24.288Z Compiling bytes v1.8.0
13422024-12-05T06:41:24.744Z Compiling indexmap v2.6.0
13432024-12-05T06:41:24.872Z Compiling semver v1.0.23
13442024-12-05T06:41:25.661Z Compiling tokio v1.40.0
13452024-12-05T06:41:25.682Z Compiling http v1.1.0
13462024-12-05T06:41:26.112Z Compiling rustc_version v0.4.1
13472024-12-05T06:41:26.345Z Compiling openssl-sys v0.9.103
13482024-12-05T06:41:26.965Z Compiling pest_meta v2.7.14
13492024-12-05T06:41:27.536Z Compiling scrypt v0.11.0
13502024-12-05T06:41:27.840Z Compiling aes v0.8.4
13512024-12-05T06:41:28.031Z Compiling cbc v0.1.2
13522024-12-05T06:41:28.171Z Compiling scroll_derive v0.12.0
13532024-12-05T06:41:28.298Z Compiling atomic-waker v1.1.2
13542024-12-05T06:41:28.352Z Compiling utf8_iter v1.0.4
13552024-12-05T06:41:28.503Z Compiling icu_normalizer_data v1.5.0
13562024-12-05T06:41:28.606Z Compiling num_threads v0.1.7
13572024-12-05T06:41:28.622Z Compiling write16 v1.0.0
13582024-12-05T06:41:28.735Z Compiling utf16_iter v1.0.5
13592024-12-05T06:41:28.760Z Compiling time v0.3.36
13602024-12-05T06:41:28.819Z Compiling which v4.4.2
13612024-12-05T06:41:28.942Z Compiling icu_normalizer v1.5.0
13622024-12-05T06:41:29.735Z Compiling scroll v0.12.0
13632024-12-05T06:41:30.287Z Compiling pkcs5 v0.7.1
13642024-12-05T06:41:30.327Z Compiling pest_generator v2.7.14
13652024-12-05T06:41:31.100Z Compiling http-body v1.0.1
13662024-12-05T06:41:31.181Z Compiling form_urlencoded v1.2.1
13672024-12-05T06:41:31.349Z Compiling slog v2.7.0
13682024-12-05T06:41:31.522Z Compiling try-lock v0.2.5
13692024-12-05T06:41:31.579Z Compiling goblin v0.8.2
13702024-12-05T06:41:31.680Z Compiling want v0.3.1
13712024-12-05T06:41:31.959Z Compiling pkcs8 v0.10.2
13722024-12-05T06:41:31.990Z Compiling idna_adapter v1.2.0
13732024-12-05T06:41:32.225Z Compiling httpdate v1.0.3
13742024-12-05T06:41:32.293Z Compiling idna v1.0.3
13752024-12-05T06:41:32.438Z Compiling pest_derive v2.7.14
13762024-12-05T06:41:32.729Z Compiling serde_tokenstream v0.2.2
13772024-12-05T06:41:33.291Z Compiling dtrace-parser v0.2.0
13782024-12-05T06:41:33.361Z Compiling serde_spanned v0.6.8
13792024-12-05T06:41:33.581Z Compiling uuid v1.11.0
13802024-12-05T06:41:33.600Z Compiling toml_datetime v0.6.8
13812024-12-05T06:41:34.156Z Compiling base64 v0.22.1
13822024-12-05T06:41:34.207Z Compiling tower-service v0.3.3
13832024-12-05T06:41:34.274Z Compiling match_cfg v0.1.0
13842024-12-05T06:41:34.346Z Compiling foreign-types-shared v0.1.1
13852024-12-05T06:41:34.383Z Compiling iana-time-zone v0.1.61
13862024-12-05T06:41:34.466Z Compiling adler2 v2.0.0
13872024-12-05T06:41:34.691Z Compiling tokio-util v0.7.12
13882024-12-05T06:41:34.875Z Compiling openssl v0.10.66
13892024-12-05T06:41:34.974Z Compiling rustversion v1.0.17
13902024-12-05T06:41:35.107Z Compiling miniz_oxide v0.8.0
13912024-12-05T06:41:35.336Z Compiling chrono v0.4.38
13922024-12-05T06:41:35.614Z Compiling foreign-types v0.3.2
13932024-12-05T06:41:35.715Z Compiling hostname v0.3.1
13942024-12-05T06:41:35.734Z Compiling h2 v0.4.6
13952024-12-05T06:41:36.055Z Compiling url v2.5.3
13962024-12-05T06:41:36.719Z Compiling async-trait v0.1.83
13972024-12-05T06:41:37.739Z Compiling dof v0.3.0
13982024-12-05T06:41:38.246Z Compiling openssl-macros v0.1.1
13992024-12-05T06:41:39.058Z Compiling usdt-impl v0.5.0
14002024-12-05T06:41:39.378Z Compiling dirs-sys-next v0.1.2
14012024-12-05T06:41:39.608Z Compiling syn v1.0.109
14022024-12-05T06:41:40.043Z Compiling rustls v0.23.14
14032024-12-05T06:41:40.062Z Compiling native-tls v0.2.12
14042024-12-05T06:41:40.250Z Compiling siphasher v0.3.11
14052024-12-05T06:41:40.313Z Compiling data-encoding v2.6.0
14062024-12-05T06:41:40.395Z Compiling rustls v0.22.4
14072024-12-05T06:41:40.704Z Compiling dirs-next v2.0.0
14082024-12-05T06:41:40.915Z Compiling http-body-util v0.1.2
14092024-12-05T06:41:41.444Z Compiling crossbeam-epoch v0.9.18
14102024-12-05T06:41:42.138Z Compiling heapless v0.7.17
14112024-12-05T06:41:42.176Z Compiling sha1 v0.10.6
14122024-12-05T06:41:42.250Z Compiling signature v2.2.0
14132024-12-05T06:41:42.395Z Compiling bzip2-sys v0.1.11+1.0.8
14142024-12-05T06:41:42.532Z Compiling serde_derive_internals v0.29.1
14152024-12-05T06:41:42.587Z Compiling thread_local v1.1.8
14162024-12-05T06:41:42.623Z Compiling encoding_rs v0.8.34
14172024-12-05T06:41:42.792Z Compiling cookie v0.18.1
14182024-12-05T06:41:42.926Z Compiling multer v3.1.0
14192024-12-05T06:41:43.079Z Compiling hyper v1.5.0
14202024-12-05T06:41:43.215Z Compiling mime v0.3.17
14212024-12-05T06:41:43.237Z Compiling ipnet v2.10.1
14222024-12-05T06:41:43.849Z Compiling openssl-probe v0.1.5
14232024-12-05T06:41:44.256Z Compiling unicode-properties v0.1.3
14242024-12-05T06:41:44.594Z Compiling rayon-core v1.12.1
14252024-12-05T06:41:44.669Z Compiling slog-async v2.8.0
14262024-12-05T06:41:44.883Z Compiling gimli v0.31.1
14272024-12-05T06:41:45.202Z Compiling schemars v0.8.21
14282024-12-05T06:41:45.407Z Compiling signal-hook v0.3.17
14292024-12-05T06:41:45.539Z Compiling hyper-util v0.1.10
14302024-12-05T06:41:45.731Z Compiling schemars_derive v0.8.21
14312024-12-05T06:41:47.001Z Compiling stringprep v0.1.5
14322024-12-05T06:41:47.376Z Compiling toml_edit v0.22.22
14332024-12-05T06:41:48.453Z Compiling usdt-attr-macro v0.5.0
14342024-12-05T06:41:48.875Z Compiling usdt-macro v0.5.0
14352024-12-05T06:41:49.310Z Compiling crossbeam-deque v0.8.5
14362024-12-05T06:41:49.661Z Compiling addr2line v0.24.2
14372024-12-05T06:41:49.747Z Compiling term v0.7.0
14382024-12-05T06:41:50.173Z Compiling slog-json v2.6.1
14392024-12-05T06:41:50.336Z Compiling serde_urlencoded v0.7.1
14402024-12-05T06:41:50.398Z Compiling crossbeam-channel v0.5.13
14412024-12-05T06:41:50.419Z Compiling curve25519-dalek v4.1.3
14422024-12-05T06:41:50.570Z Compiling enum-as-inner v0.6.1
14432024-12-05T06:41:50.886Z Compiling futures-executor v0.3.31
14442024-12-05T06:41:51.080Z Compiling md-5 v0.10.6
14452024-12-05T06:41:51.374Z Compiling async-stream-impl v0.3.6
14462024-12-05T06:41:51.416Z Compiling num-integer v0.1.46
14472024-12-05T06:41:51.482Z Compiling rustls-pemfile v2.2.0
14482024-12-05T06:41:51.551Z Compiling idna v0.4.0
14492024-12-05T06:41:51.737Z Compiling idna v0.3.0
14502024-12-05T06:41:51.810Z Compiling hash32 v0.2.1
14512024-12-05T06:41:52.231Z Compiling ff v0.13.0
14522024-12-05T06:41:52.254Z Compiling is-terminal v0.4.13
14532024-12-05T06:41:52.392Z Compiling object v0.36.5
14542024-12-05T06:41:52.482Z Compiling dropshot v0.12.0
14552024-12-05T06:41:52.830Z Compiling dyn-clone v1.0.17
14562024-12-05T06:41:52.856Z Compiling quick-error v1.2.3
14572024-12-05T06:41:53.018Z Compiling psl-types v2.0.11
14582024-12-05T06:41:53.070Z Compiling anyhow v1.0.93
14592024-12-05T06:41:53.236Z Compiling linked-hash-map v0.5.6
14602024-12-05T06:41:53.346Z Compiling base16ct v0.2.0
14612024-12-05T06:41:53.581Z Compiling take_mut v0.2.2
14622024-12-05T06:41:53.626Z Compiling num-bigint-dig v0.8.4
14632024-12-05T06:41:53.688Z Compiling utf-8 v0.7.6
14642024-12-05T06:41:53.727Z Compiling smoltcp v0.9.1
14652024-12-05T06:41:53.748Z Compiling portable-atomic v1.9.0
14662024-12-05T06:41:53.926Z Compiling fallible-iterator v0.2.0
14672024-12-05T06:41:54.048Z Compiling rustc-demangle v0.1.24
14682024-12-05T06:41:54.561Z Compiling tungstenite v0.24.0
14692024-12-05T06:41:54.703Z Compiling postgres-protocol v0.6.7
14702024-12-05T06:41:55.350Z Compiling lru-cache v0.1.2
14712024-12-05T06:41:55.557Z Compiling sec1 v0.7.3
14722024-12-05T06:41:56.100Z Compiling publicsuffix v2.2.3
14732024-12-05T06:41:56.189Z Compiling resolv-conf v0.7.0
14742024-12-05T06:41:56.380Z Compiling async-stream v0.3.6
14752024-12-05T06:41:56.587Z Compiling hickory-proto v0.24.1
14762024-12-05T06:41:56.697Z Compiling group v0.13.0
14772024-12-05T06:41:56.994Z Compiling slog-term v2.9.1
14782024-12-05T06:41:57.015Z Compiling usdt v0.5.0
14792024-12-05T06:41:57.529Z Compiling num-iter v0.1.45
14802024-12-05T06:41:57.762Z Compiling futures v0.3.31
14812024-12-05T06:41:58.034Z Compiling toml v0.8.19
14822024-12-05T06:41:58.312Z Compiling slog-bunyan v2.5.0
14832024-12-05T06:41:59.833Z Compiling tokio-native-tls v0.3.1
14842024-12-05T06:42:00.138Z Compiling backtrace v0.3.74
14852024-12-05T06:42:00.444Z Compiling camino v1.1.9
14862024-12-05T06:42:00.844Z Compiling phf_shared v0.11.2
14872024-12-05T06:42:00.847Z Compiling dropshot_endpoint v0.12.0
14882024-12-05T06:42:01.261Z Compiling terminal_size v0.4.0
14892024-12-05T06:42:01.457Z Compiling waitgroup v0.1.2
14902024-12-05T06:42:01.489Z Compiling openapiv3 v2.0.0
14912024-12-05T06:42:01.548Z Compiling serde_path_to_error v0.1.16
14922024-12-05T06:42:01.692Z Compiling hkdf v0.12.4
14932024-12-05T06:42:01.978Z Compiling crypto-bigint v0.5.5
14942024-12-05T06:42:02.411Z Compiling curve25519-dalek-derive v0.1.1
14952024-12-05T06:42:04.021Z Compiling zerocopy-derive v0.6.6
14962024-12-05T06:42:04.121Z Compiling webpki-roots v0.26.6
14972024-12-05T06:42:04.369Z Compiling idna v0.5.0
14982024-12-05T06:42:04.885Z Compiling hubpack_derive v0.1.1
14992024-12-05T06:42:05.756Z Compiling hostname v0.4.0
15002024-12-05T06:42:05.809Z Compiling fs-err v2.11.0
15012024-12-05T06:42:06.031Z Compiling ahash v0.8.11
15022024-12-05T06:42:06.104Z Compiling crc32fast v1.4.2
15032024-12-05T06:42:06.139Z Compiling managed v0.8.0
15042024-12-05T06:42:06.161Z Compiling winnow v0.5.40
15052024-12-05T06:42:06.366Z Compiling bitflags v1.3.2
15062024-12-05T06:42:06.390Z Compiling debug-ignore v1.0.5
15072024-12-05T06:42:06.482Z Compiling strum_macros v0.25.3
15082024-12-05T06:42:06.519Z Compiling zerocopy v0.6.6
15092024-12-05T06:42:06.537Z Compiling flate2 v1.0.34
15102024-12-05T06:42:07.410Z Compiling console v0.15.8
15112024-12-05T06:42:07.507Z Compiling clap_builder v4.5.21
15122024-12-05T06:42:07.863Z Compiling hubpack v0.1.2
15132024-12-05T06:42:08.363Z Compiling elliptic-curve v0.13.8
15142024-12-05T06:42:08.623Z Compiling cookie_store v0.21.0
15152024-12-05T06:42:09.093Z Compiling hickory-resolver v0.24.1
15162024-12-05T06:42:09.260Z Compiling phf v0.11.2
15172024-12-05T06:42:10.244Z Compiling toml_edit v0.19.15
15182024-12-05T06:42:10.278Z Compiling signal-hook-mio v0.2.4
15192024-12-05T06:42:10.447Z Compiling hyper-tls v0.6.0
15202024-12-05T06:42:10.518Z Compiling rayon v1.10.0
15212024-12-05T06:42:10.868Z Compiling bzip2 v0.4.4
15222024-12-05T06:42:11.274Z Compiling tokio-tungstenite v0.24.0
15232024-12-05T06:42:11.848Z Compiling postgres-types v0.2.8
15242024-12-05T06:42:14.943Z Compiling ed25519 v2.2.3
15252024-12-05T06:42:15.554Z Compiling phf_shared v0.10.0
15262024-12-05T06:42:15.969Z Compiling tokio-stream v0.1.16
15272024-12-05T06:42:16.248Z Compiling pkcs1 v0.7.5
15282024-12-05T06:42:16.935Z Compiling serde-big-array v0.5.1
15292024-12-05T06:42:17.126Z Compiling clap_derive v4.5.18
15302024-12-05T06:42:17.189Z Compiling rfc6979 v0.4.0
15312024-12-05T06:42:17.304Z Compiling derive-where v1.2.7
15322024-12-05T06:42:17.322Z Compiling serde_repr v0.1.19
15332024-12-05T06:42:17.370Z Compiling float-cmp v0.9.0
15342024-12-05T06:42:17.410Z Compiling bstr v1.10.0
15352024-12-05T06:42:17.600Z Compiling sync_wrapper v1.0.1
15362024-12-05T06:42:17.797Z Compiling number_prefix v0.4.0
15372024-12-05T06:42:18.093Z Compiling predicates-core v1.0.8
15382024-12-05T06:42:18.443Z Compiling new_debug_unreachable v1.0.6
15392024-12-05T06:42:18.554Z Compiling unicode-segmentation v1.12.0
15402024-12-05T06:42:18.573Z Compiling whoami v1.5.2
15412024-12-05T06:42:18.772Z Compiling unicode-width v0.2.0
15422024-12-05T06:42:19.192Z Compiling bit-vec v0.6.3
15432024-12-05T06:42:19.306Z Compiling static_assertions v1.1.0
15442024-12-05T06:42:19.325Z Compiling precomputed-hash v0.1.1
15452024-12-05T06:42:19.419Z Compiling difflib v0.4.0
15462024-12-05T06:42:19.451Z Compiling normalize-line-endings v0.3.0
15472024-12-05T06:42:19.485Z Compiling fixedbitset v0.4.2
15482024-12-05T06:42:19.583Z Compiling bit-set v0.5.3
15492024-12-05T06:42:19.673Z Compiling string_cache v0.8.7
15502024-12-05T06:42:19.895Z Compiling predicates v3.1.2
15512024-12-05T06:42:19.978Z Compiling petgraph v0.6.5
15522024-12-05T06:42:20.174Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15532024-12-05T06:42:21.117Z Compiling similar v2.6.0
15542024-12-05T06:42:21.167Z Compiling indicatif v0.17.9
15552024-12-05T06:42:21.740Z Compiling tokio-postgres v0.7.12
15562024-12-05T06:42:22.553Z Compiling clap v4.5.21
15572024-12-05T06:42:22.712Z Compiling ecdsa v0.16.9
15582024-12-05T06:42:23.613Z Compiling rsa v0.9.6
15592024-12-05T06:42:23.651Z Compiling ed25519-dalek v2.1.1
15602024-12-05T06:42:23.770Z Compiling toml v0.7.8
15612024-12-05T06:42:24.424Z Compiling zip v0.6.6
15622024-12-05T06:42:25.061Z Compiling crossterm v0.28.1
15632024-12-05T06:42:26.044Z Compiling hex v0.4.3
15642024-12-05T06:42:26.534Z Compiling x509-cert v0.2.5
15652024-12-05T06:42:26.616Z Compiling itertools v0.10.5
15662024-12-05T06:42:26.664Z Compiling unicode-xid v0.2.6
15672024-12-05T06:42:26.852Z Compiling lalrpop-util v0.19.12
15682024-12-05T06:42:27.231Z Compiling peg-runtime v0.8.3
15692024-12-05T06:42:27.294Z Compiling strum_macros v0.26.4
15702024-12-05T06:42:27.831Z Compiling xattr v1.3.1
15712024-12-05T06:42:27.978Z Compiling filetime v0.2.25
15722024-12-05T06:42:28.313Z Compiling tar v0.4.42
15732024-12-05T06:42:32.895Z Compiling strum v0.26.3
15742024-12-05T06:42:35.835Z Compiling aws-lc-sys v0.22.0
15752024-12-05T06:43:14.045Z Compiling rustls-webpki v0.102.8
15762024-12-05T06:43:17.637Z Compiling tokio-rustls v0.25.0
15772024-12-05T06:43:19.361Z Compiling tokio-rustls v0.26.0
15782024-12-05T06:43:19.772Z Compiling hyper-rustls v0.27.3
15792024-12-05T06:43:20.144Z Compiling reqwest v0.12.9
15802024-12-05T06:43:21.531Z Compiling qorb v0.2.1
15812024-12-05T06:43:26.478Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15822024-12-05T06:43:26.726Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15832024-12-05T06:43:32.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s
15842024-12-05T06:43:33.142Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15852024-12-05T06:43:33.189ZDec 05 06:43:32.288 INFO Starting download, target: Cockroach
15862024-12-05T06:43:33.189ZDec 05 06:43:32.288 INFO Starting download, target: Console
15872024-12-05T06:43:33.189ZDec 05 06:43:32.288 INFO Starting download, target: Clickhouse
15882024-12-05T06:43:33.189ZDec 05 06:43:32.288 INFO Starting download, target: DendriteOpenapi
15892024-12-05T06:43:33.192ZDec 05 06:43:32.288 INFO Starting download, target: DendriteStub
15902024-12-05T06:43:33.192ZDec 05 06:43:32.289 INFO Starting download, target: MaghemiteMgd
15912024-12-05T06:43:33.192ZDec 05 06:43:32.289 INFO Starting download, target: TransceiverControl
15922024-12-05T06:43:33.192ZDec 05 06:43:32.289 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15932024-12-05T06:43:33.192ZDec 05 06:43:32.289 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15942024-12-05T06:43:33.192ZDec 05 06:43:32.289 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15952024-12-05T06:43:33.192ZDec 05 06:43:32.289 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15962024-12-05T06:43:33.192ZDec 05 06:43:32.290 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15972024-12-05T06:43:33.192ZDec 05 06:43:32.290 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15982024-12-05T06:43:33.192ZDec 05 06:43:32.290 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15992024-12-05T06:43:33.425ZDec 05 06:43:32.524 INFO Download complete, target: DendriteOpenapi
16002024-12-05T06:43:33.654ZDec 05 06:43:32.738 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16012024-12-05T06:43:33.873ZDec 05 06:43:32.952 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16022024-12-05T06:43:33.979ZDec 05 06:43:33.077 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16032024-12-05T06:43:34.133ZDec 05 06:43:33.232 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16042024-12-05T06:43:34.205ZDec 05 06:43:33.301 INFO Download complete, target: Console
16052024-12-05T06:43:34.352ZDec 05 06:43:33.451 INFO Download complete, target: TransceiverControl
16062024-12-05T06:43:34.808ZDec 05 06:43:33.908 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16072024-12-05T06:43:34.808ZDec 05 06:43:33.908 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16082024-12-05T06:43:35.162ZDec 05 06:43:34.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16092024-12-05T06:43:36.758ZDec 05 06:43:35.857 INFO Download complete, target: DendriteStub
16102024-12-05T06:43:36.946ZDec 05 06:43:36.045 INFO Download complete, target: MaghemiteMgd
16112024-12-05T06:43:42.009ZDec 05 06:43:41.107 INFO Checking that binary works, target: Cockroach
16122024-12-05T06:43:42.265ZDec 05 06:43:41.363 INFO Download complete, target: Cockroach
16132024-12-05T06:43:47.138ZDec 05 06:43:46.235 INFO Checking that binary works, target: Clickhouse
16142024-12-05T06:43:47.895ZDec 05 06:43:46.991 INFO Download complete, target: Clickhouse
16152024-12-05T06:43:47.901ZAll prerequisites installed successfully
16162024-12-05T06:43:47.904Z
16172024-12-05T06:43:47.904Zreal 5:04.319321818
16182024-12-05T06:43:47.904Zuser 17:07.936832611
16192024-12-05T06:43:47.904Zsys 3:16.419056073
16202024-12-05T06:43:47.904Ztrap 0.555906109
16212024-12-05T06:43:47.904Ztflt 9.053209018
16222024-12-05T06:43:47.904Zdflt 9.579158803
16232024-12-05T06:43:47.904Zkflt 0.133663139
16242024-12-05T06:43:47.904Zlock 33:41.124158623
16252024-12-05T06:43:47.904Zslp 1:06:00.841466453
16262024-12-05T06:43:47.904Zlat 51.952090718
16272024-12-05T06:43:47.904Zstop 2:13.113313617
16282024-12-05T06:43:47.904Z+ source ./tools/include/force-git-over-https.sh
16292024-12-05T06:43:47.904Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16302024-12-05T06:43:47.904Z++ (( i = 0 ))
16312024-12-05T06:43:47.904Z++ (( i < 5 ))
16322024-12-05T06:43:47.904Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16332024-12-05T06:43:47.907Z++ (( i++ ))
16342024-12-05T06:43:47.907Z++ (( i < 5 ))
16352024-12-05T06:43:47.910Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16362024-12-05T06:43:47.912Z++ (( i++ ))
16372024-12-05T06:43:47.912Z++ (( i < 5 ))
16382024-12-05T06:43:47.912Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16392024-12-05T06:43:47.915Z++ (( i++ ))
16402024-12-05T06:43:47.915Z++ (( i < 5 ))
16412024-12-05T06:43:47.916Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16422024-12-05T06:43:47.918Z++ (( i++ ))
16432024-12-05T06:43:47.918Z++ (( i < 5 ))
16442024-12-05T06:43:47.918Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16452024-12-05T06:43:47.921Z++ (( i++ ))
16462024-12-05T06:43:47.921Z++ (( i < 5 ))
16472024-12-05T06:43:47.921Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-05T06:43:47.921Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-05T06:43:47.921Z+ rc=0
16502024-12-05T06:43:47.921Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16512024-12-05T06:44:18.937Z+ case $rc in
16522024-12-05T06:44:18.937Z+ pfexec zfs create -p rpool/images/build/host
16532024-12-05T06:44:19.106Z+ pfexec zfs create -p rpool/images/build/recovery
16542024-12-05T06:44:19.177Z+ cargo xtask releng --output-dir /work
16552024-12-05T06:44:19.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16562024-12-05T06:44:19.732Z Running `target/debug/xtask releng --output-dir /work`
16572024-12-05T06:44:20.711Z Compiling proc-macro2 v1.0.89
16582024-12-05T06:44:20.711Z Compiling unicode-ident v1.0.13
16592024-12-05T06:44:20.711Z Compiling libc v0.2.162
16602024-12-05T06:44:20.711Z Compiling serde v1.0.215
16612024-12-05T06:44:20.714Z Compiling autocfg v1.4.0
16622024-12-05T06:44:20.714Z Compiling version_check v0.9.5
16632024-12-05T06:44:20.714Z Compiling cfg-if v1.0.0
16642024-12-05T06:44:20.950Z Compiling memchr v2.7.4
16652024-12-05T06:44:20.989Z Compiling typenum v1.17.0
16662024-12-05T06:44:20.995Z Compiling shlex v1.3.0
16672024-12-05T06:44:21.647Z Compiling value-bag v1.9.0
16682024-12-05T06:44:21.672Z Compiling generic-array v0.14.7
16692024-12-05T06:44:21.844Z Compiling lock_api v0.4.12
16702024-12-05T06:44:21.982Z Compiling scopeguard v1.2.0
16712024-12-05T06:44:22.171Z Compiling log v0.4.22
16722024-12-05T06:44:22.253Z Compiling rustix v0.38.37
16732024-12-05T06:44:22.598Z Compiling parking_lot_core v0.9.10
16742024-12-05T06:44:22.873Z Compiling quote v1.0.37
16752024-12-05T06:44:22.926Z Compiling jobserver v0.1.32
16762024-12-05T06:44:23.007Z Compiling getrandom v0.2.15
16772024-12-05T06:44:23.135Z Compiling serde_json v1.0.132
16782024-12-05T06:44:23.362Z Compiling syn v2.0.87
16792024-12-05T06:44:23.395Z Compiling cc v1.1.30
16802024-12-05T06:44:23.395Z Compiling libm v0.2.8
16812024-12-05T06:44:23.457Z Compiling num-traits v0.2.19
16822024-12-05T06:44:23.479Z Compiling once_cell v1.20.2
16832024-12-05T06:44:23.510Z Compiling thiserror v1.0.69
16842024-12-05T06:44:23.742Z Compiling spin v0.9.8
16852024-12-05T06:44:23.784Z Compiling itoa v1.0.11
16862024-12-05T06:44:23.786Z Compiling aho-corasick v1.1.3
16872024-12-05T06:44:24.033Z Compiling regex-syntax v0.8.5
16882024-12-05T06:44:24.084Z Compiling slab v0.4.9
16892024-12-05T06:44:24.415Z Compiling errno v0.3.9
16902024-12-05T06:44:24.939Z Compiling byteorder v1.5.0
16912024-12-05T06:44:24.969Z Compiling either v1.13.0
16922024-12-05T06:44:25.477Z Compiling lazy_static v1.5.0
16932024-12-05T06:44:25.510Z Compiling rand_core v0.6.4
16942024-12-05T06:44:25.685Z Compiling glob v0.3.1
16952024-12-05T06:44:25.980Z Compiling prettyplease v0.2.25
16962024-12-05T06:44:26.002Z Compiling subtle v2.6.1
16972024-12-05T06:44:26.429Z Compiling minimal-lexical v0.2.1
16982024-12-05T06:44:26.540Z Compiling clang-sys v1.8.1
16992024-12-05T06:44:26.542Z Compiling libloading v0.8.5
17002024-12-05T06:44:26.976Z Compiling nom v7.1.3
17012024-12-05T06:44:27.008Z Compiling home v0.5.9
17022024-12-05T06:44:27.266Z Compiling bindgen v0.69.5
17032024-12-05T06:44:27.752Z Compiling itertools v0.12.1
17042024-12-05T06:44:27.962Z Compiling regex-automata v0.4.8
17052024-12-05T06:44:28.061Z Compiling lazycell v1.3.0
17062024-12-05T06:44:28.732Z Compiling rustc-hash v1.1.0
17072024-12-05T06:44:29.250Z Compiling cmake v0.1.51
17082024-12-05T06:44:30.304Z Compiling dunce v1.0.5
17092024-12-05T06:44:30.447Z Compiling smallvec v1.13.2
17102024-12-05T06:44:30.507Z Compiling semver v1.0.23
17112024-12-05T06:44:30.793Z Compiling cexpr v0.6.0
17122024-12-05T06:44:30.954Z Compiling fs_extra v1.3.0
17132024-12-05T06:44:31.018Z Compiling pkg-config v0.3.31
17142024-12-05T06:44:31.058Z Compiling ring v0.17.8
17152024-12-05T06:44:31.577Z Compiling synstructure v0.13.1
17162024-12-05T06:44:32.290Z Compiling heck v0.5.0
17172024-12-05T06:44:32.466Z Compiling ryu v1.0.18
17182024-12-05T06:44:32.539Z Compiling paste v1.0.15
17192024-12-05T06:44:32.811Z Compiling httparse v1.9.5
17202024-12-05T06:44:32.834Z Compiling const-oid v0.9.6
17212024-12-05T06:44:33.205Z Compiling aws-lc-rs v1.10.0
17222024-12-05T06:44:33.922Z Compiling pin-project-lite v0.2.14
17232024-12-05T06:44:33.925Z Compiling allocator-api2 v0.2.18
17242024-12-05T06:44:34.154Z Compiling regex v1.11.1
17252024-12-05T06:44:34.935Z Compiling futures-core v0.3.31
17262024-12-05T06:44:35.166Z Compiling signal-hook-registry v1.4.2
17272024-12-05T06:44:35.622Z Compiling num-conv v0.1.0
17282024-12-05T06:44:35.864Z Compiling crossbeam-utils v0.8.20
17292024-12-05T06:44:36.403Z Compiling time-core v0.1.2
17302024-12-05T06:44:36.514Z Compiling parking_lot v0.12.3
17312024-12-05T06:44:36.621Z Compiling time-macros v0.2.18
17322024-12-05T06:44:36.685Z Compiling mio v1.0.2
17332024-12-05T06:44:37.133Z Compiling vcpkg v0.2.15
17342024-12-05T06:44:37.335Z Compiling fnv v1.0.7
17352024-12-05T06:44:37.549Z Compiling schemars v0.8.21
17362024-12-05T06:44:37.772Z Compiling serde_derive v1.0.215
17372024-12-05T06:44:37.994Z Compiling zeroize_derive v1.4.2
17382024-12-05T06:44:38.169Z Compiling zerocopy-derive v0.7.35
17392024-12-05T06:44:38.684Z Compiling tokio-macros v2.4.0
17402024-12-05T06:44:38.943Z Compiling thiserror-impl v1.0.69
17412024-12-05T06:44:39.074Z Compiling zerofrom-derive v0.1.4
17422024-12-05T06:44:39.789Z Compiling zeroize v1.8.1
17432024-12-05T06:44:40.278Z Compiling yoke-derive v0.7.4
17442024-12-05T06:44:40.357Z Compiling futures-macro v0.3.31
17452024-12-05T06:44:40.483Z Compiling zerovec-derive v0.10.3
17462024-12-05T06:44:40.595Z Compiling displaydoc v0.2.5
17472024-12-05T06:44:42.206Z Compiling zerocopy v0.7.35
17482024-12-05T06:44:42.593Z Compiling crypto-common v0.1.6
17492024-12-05T06:44:42.701Z Compiling icu_provider_macros v1.5.0
17502024-12-05T06:44:42.905Z Compiling tracing-attributes v0.1.27
17512024-12-05T06:44:43.030Z Compiling block-buffer v0.10.4
17522024-12-05T06:44:43.179Z Compiling der_derive v0.7.3
17532024-12-05T06:44:43.335Z Compiling digest v0.10.7
17542024-12-05T06:44:43.932Z Compiling openssl-sys v0.9.103
17552024-12-05T06:44:44.932Z Compiling serde_derive_internals v0.29.1
17562024-12-05T06:44:45.739Z Compiling socket2 v0.5.7
17572024-12-05T06:44:45.832Z Compiling ahash v0.8.11
17582024-12-05T06:44:47.663Z Compiling schemars_derive v0.8.21
17592024-12-05T06:44:47.688Z Compiling foldhash v0.1.3
17602024-12-05T06:44:47.783Z Compiling futures-sink v0.3.31
17612024-12-05T06:44:48.005Z Compiling equivalent v1.0.1
17622024-12-05T06:44:48.110Z Compiling cpufeatures v0.2.14
17632024-12-05T06:44:48.158Z Compiling hashbrown v0.15.0
17642024-12-05T06:44:48.382Z Compiling slog v2.7.0
17652024-12-05T06:44:48.554Z Compiling stable_deref_trait v1.2.0
17662024-12-05T06:44:49.781Z Compiling futures-channel v0.3.31
17672024-12-05T06:44:50.004Z Compiling zerofrom v0.1.4
17682024-12-05T06:44:50.322Z Compiling scroll_derive v0.12.0
17692024-12-05T06:44:50.353Z Compiling openssl v0.10.66
17702024-12-05T06:44:50.353Z Compiling ucd-trie v0.1.7
17712024-12-05T06:44:50.353Z Compiling pin-utils v0.1.0
17722024-12-05T06:44:50.547Z Compiling futures-task v0.3.31
17732024-12-05T06:44:50.887Z Compiling futures-io v0.3.31
17742024-12-05T06:44:50.942Z Compiling pest v2.7.14
17752024-12-05T06:44:50.999Z Compiling yoke v0.7.4
17762024-12-05T06:44:51.318Z Compiling futures-util v0.3.31
17772024-12-05T06:44:51.529Z Compiling hmac v0.12.1
17782024-12-05T06:44:51.809Z Compiling tinyvec_macros v0.1.1
17792024-12-05T06:44:51.968Z Compiling tinyvec v1.8.0
17802024-12-05T06:44:51.993Z Compiling zerovec v0.10.4
17812024-12-05T06:44:53.082Z Compiling bitflags v2.6.0
17822024-12-05T06:44:53.862Z Compiling bytes v1.8.0
17832024-12-05T06:44:55.498Z Compiling tokio v1.40.0
17842024-12-05T06:44:56.197Z Compiling serde_tokenstream v0.2.2
17852024-12-05T06:44:56.355Z Compiling indexmap v2.6.0
17862024-12-05T06:44:58.115Z Compiling which v4.4.2
17872024-12-05T06:44:59.259Z Compiling http v1.1.0
17882024-12-05T06:44:59.297Z Compiling rustc_version v0.4.1
17892024-12-05T06:45:00.137Z Compiling pest_meta v2.7.14
17902024-12-05T06:45:00.180Z Compiling uuid v1.11.0
17912024-12-05T06:45:01.102Z Compiling block-padding v0.3.3
17922024-12-05T06:45:01.391Z Compiling openssl-macros v0.1.1
17932024-12-05T06:45:02.225Z Compiling iana-time-zone v0.1.61
17942024-12-05T06:45:02.298Z Compiling rustls v0.23.14
17952024-12-05T06:45:02.622Z Compiling native-tls v0.2.12
17962024-12-05T06:45:02.711Z Compiling chrono v0.4.38
17972024-12-05T06:45:03.139Z Compiling pest_generator v2.7.14
17982024-12-05T06:45:04.947Z Compiling inout v0.1.3
17992024-12-05T06:45:05.105Z Compiling unicode-normalization v0.1.24
18002024-12-05T06:45:05.270Z Compiling pest_derive v2.7.14
18012024-12-05T06:45:05.317Z Compiling cipher v0.4.4
18022024-12-05T06:45:05.863Z Compiling tinystr v0.7.6
18032024-12-05T06:45:06.431Z Compiling sha2 v0.10.8
18042024-12-05T06:45:06.649Z Compiling async-trait v0.1.83
18052024-12-05T06:45:06.778Z Compiling cookie v0.18.1
18062024-12-05T06:45:06.882Z Compiling usdt-impl v0.5.0
18072024-12-05T06:45:07.153Z Compiling base64ct v1.6.0
18082024-12-05T06:45:07.361Z Compiling unicode-bidi v0.3.17
18092024-12-05T06:45:07.513Z Compiling litemap v0.7.3
18102024-12-05T06:45:07.979Z Compiling writeable v0.5.5
18112024-12-05T06:45:09.968Z Compiling icu_locid v1.5.0
18122024-12-05T06:45:10.648Z Compiling pem-rfc7468 v0.7.0
18132024-12-05T06:45:11.412Z Compiling scroll v0.12.0
18142024-12-05T06:45:12.127Z Compiling ppv-lite86 v0.2.20
18152024-12-05T06:45:12.732Z Compiling tracing-core v0.1.32
18162024-12-05T06:45:13.193Z Compiling plain v0.2.3
18172024-12-05T06:45:13.436Z Compiling syn v1.0.109
18182024-12-05T06:45:14.012Z Compiling flagset v0.4.6
18192024-12-05T06:45:14.254Z Compiling untrusted v0.7.1
18202024-12-05T06:45:14.367Z Compiling aws-lc-sys v0.22.0
18212024-12-05T06:45:14.460Z Compiling percent-encoding v2.3.1
18222024-12-05T06:45:14.948Z Compiling dyn-clone v1.0.17
18232024-12-05T06:45:15.202Z Compiling rustls-pki-types v1.9.0
18242024-12-05T06:45:15.254Z Compiling camino v1.1.9
18252024-12-05T06:45:17.240Z Compiling der v0.7.9
18262024-12-05T06:45:18.575Z Compiling tracing v0.1.40
18272024-12-05T06:45:19.649Z Compiling goblin v0.8.2
18282024-12-05T06:45:19.652Z Compiling rand_chacha v0.3.1
18292024-12-05T06:45:20.867Z Compiling icu_provider v1.5.0
18302024-12-05T06:45:21.149Z Compiling tokio-util v0.7.12
18312024-12-05T06:45:23.086Z Compiling icu_locid_transform_data v1.5.0
18322024-12-05T06:45:23.248Z Compiling rayon-core v1.12.1
18332024-12-05T06:45:23.347Z Compiling pretty-hex v0.4.1
18342024-12-05T06:45:23.713Z Compiling untrusted v0.9.0
18352024-12-05T06:45:23.767Z Compiling mirai-annotations v1.12.0
18362024-12-05T06:45:23.951Z Compiling rustls v0.22.4
18372024-12-05T06:45:24.012Z Compiling powerfmt v0.2.0
18382024-12-05T06:45:24.442Z Compiling deranged v0.3.11
18392024-12-05T06:45:24.665Z Compiling icu_locid_transform v1.5.0
18402024-12-05T06:45:26.404Z Compiling dof v0.3.0
18412024-12-05T06:45:27.702Z Compiling rand v0.8.5
18422024-12-05T06:45:27.736Z Compiling spki v0.7.3
18432024-12-05T06:45:29.589Z Compiling dtrace-parser v0.2.0
18442024-12-05T06:45:29.790Z Compiling salsa20 v0.10.2
18452024-12-05T06:45:30.083Z Compiling icu_collections v1.5.0
18462024-12-05T06:45:31.014Z Compiling pbkdf2 v0.12.2
18472024-12-05T06:45:32.003Z Compiling bzip2-sys v0.1.11+1.0.8
18482024-12-05T06:45:32.673Z Compiling thread-id v4.2.2
18492024-12-05T06:45:32.881Z Compiling num_threads v0.1.7
18502024-12-05T06:45:33.156Z Compiling atomic-waker v1.1.2
18512024-12-05T06:45:33.383Z Compiling icu_properties_data v1.5.0
18522024-12-05T06:45:33.720Z Compiling icu_properties v1.5.1
18532024-12-05T06:45:33.985Z Compiling time v0.3.36
18542024-12-05T06:45:39.442Z Compiling scrypt v0.11.0
18552024-12-05T06:45:40.085Z Compiling form_urlencoded v1.2.1
18562024-12-05T06:45:40.445Z Compiling cbc v0.1.2
18572024-12-05T06:45:40.758Z Compiling aes v0.8.4
18582024-12-05T06:45:40.761Z Compiling http-body v1.0.1
18592024-12-05T06:45:41.093Z Compiling multer v3.1.0
18602024-12-05T06:45:41.129Z Compiling utf16_iter v1.0.5
18612024-12-05T06:45:41.372Z Compiling utf8_iter v1.0.4
18622024-12-05T06:45:41.409Z Compiling try-lock v0.2.5
18632024-12-05T06:45:41.563Z Compiling icu_normalizer_data v1.5.0
18642024-12-05T06:45:41.589Z Compiling write16 v1.0.0
18652024-12-05T06:45:41.647Z Compiling slog-async v2.8.0
18662024-12-05T06:45:42.204Z Compiling pkcs5 v0.7.1
18672024-12-05T06:45:42.397Z Compiling icu_normalizer v1.5.0
18682024-12-05T06:45:42.560Z Compiling want v0.3.1
18692024-12-05T06:45:46.919Z Compiling h2 v0.4.6
18702024-12-05T06:45:48.202Z Compiling heapless v0.7.17
18712024-12-05T06:45:48.494Z Compiling zerocopy-derive v0.6.6
18722024-12-05T06:45:48.711Z Compiling base64 v0.22.1
18732024-12-05T06:45:49.090Z Compiling httpdate v1.0.3
18742024-12-05T06:45:50.240Z Compiling anyhow v1.0.93
18752024-12-05T06:45:50.390Z Compiling num-bigint-dig v0.8.4
18762024-12-05T06:45:50.707Z Compiling signal-hook v0.3.17
18772024-12-05T06:45:52.209Z Compiling idna_adapter v1.2.0
18782024-12-05T06:45:52.742Z Compiling pkcs8 v0.10.2
18792024-12-05T06:45:52.862Z Compiling usdt-attr-macro v0.5.0
18802024-12-05T06:45:53.489Z Compiling usdt-macro v0.5.0
18812024-12-05T06:45:55.020Z Compiling async-stream-impl v0.3.6
18822024-12-05T06:45:55.485Z Compiling strsim v0.11.1
18832024-12-05T06:45:56.148Z Compiling hyper v1.5.0
18842024-12-05T06:45:56.243Z Compiling rustversion v1.0.17
18852024-12-05T06:45:56.422Z Compiling tower-service v0.3.3
18862024-12-05T06:45:58.198Z Compiling idna v1.0.3
18872024-12-05T06:46:00.167Z Compiling hyper-util v0.1.10
18882024-12-05T06:46:07.547Z Compiling curve25519-dalek v4.1.3
18892024-12-05T06:46:07.740Z Compiling openapiv3 v2.0.0
18902024-12-05T06:46:08.051Z Compiling serde_spanned v0.6.8
18912024-12-05T06:46:08.193Z Compiling toml_datetime v0.6.8
18922024-12-05T06:46:08.340Z Compiling enum-as-inner v0.6.1
18932024-12-05T06:46:08.505Z Compiling dropshot v0.12.0
18942024-12-05T06:46:08.896Z Compiling foreign-types-shared v0.1.1
18952024-12-05T06:46:09.217Z Compiling portable-atomic v1.9.0
18962024-12-05T06:46:09.634Z Compiling adler2 v2.0.0
18972024-12-05T06:46:10.371Z Compiling smoltcp v0.9.1
18982024-12-05T06:46:10.410Z Compiling match_cfg v0.1.0
18992024-12-05T06:46:10.546Z Compiling hostname v0.3.1
19002024-12-05T06:46:10.843Z Compiling foreign-types v0.3.2
19012024-12-05T06:46:11.052Z Compiling miniz_oxide v0.8.0
19022024-12-05T06:46:13.171Z Compiling url v2.5.3
19032024-12-05T06:46:20.165Z Compiling http-body-util v0.1.2
19042024-12-05T06:46:20.997Z Compiling clap_derive v4.5.18
19052024-12-05T06:46:21.751Z Compiling dirs-sys-next v0.1.2
19062024-12-05T06:46:22.380Z Compiling encoding_rs v0.8.34
19072024-12-05T06:46:25.116Z Compiling siphasher v0.3.11
19082024-12-05T06:46:25.528Z Compiling data-encoding v2.6.0
19092024-12-05T06:46:26.422Z Compiling mime v0.3.17
19102024-12-05T06:46:27.541Z Compiling dirs-next v2.0.0
19112024-12-05T06:46:33.872Z Compiling hubpack_derive v0.1.1
19122024-12-05T06:46:33.909Z Compiling serde_urlencoded v0.7.1
19132024-12-05T06:46:34.562Z Compiling crossbeam-epoch v0.9.18
19142024-12-05T06:46:34.806Z Compiling hashbrown v0.14.5
19152024-12-05T06:46:35.282Z Compiling rustls-pemfile v2.2.0
19162024-12-05T06:46:35.779Z Compiling dropshot_endpoint v0.12.0
19172024-12-05T06:46:36.590Z Compiling sha1 v0.10.6
19182024-12-05T06:46:37.017Z Compiling signature v2.2.0
19192024-12-05T06:46:37.039Z Compiling curve25519-dalek-derive v0.1.1
19202024-12-05T06:46:37.345Z Compiling rustls-webpki v0.102.8
19212024-12-05T06:46:38.414Z Compiling thread_local v1.1.8
19222024-12-05T06:46:38.483Z Compiling fs-err v2.11.0
19232024-12-05T06:46:38.887Z Compiling utf8parse v0.2.2
19242024-12-05T06:46:39.085Z Compiling ipnet v2.10.1
19252024-12-05T06:46:39.348Z Compiling unicode-properties v0.1.3
19262024-12-05T06:46:40.080Z Compiling gimli v0.31.1
19272024-12-05T06:46:40.946Z Compiling winnow v0.6.20
19282024-12-05T06:46:42.272Z Compiling openssl-probe v0.1.5
19292024-12-05T06:46:42.795Z Compiling anstyle v1.0.10
19302024-12-05T06:46:43.821Z Compiling stringprep v0.1.5
19312024-12-05T06:46:44.465Z Compiling anstyle-parse v0.2.5
19322024-12-05T06:46:44.808Z Compiling addr2line v0.24.2
19332024-12-05T06:46:44.857Z Compiling toml_edit v0.22.22
19342024-12-05T06:46:45.483Z Compiling regress v0.10.1
19352024-12-05T06:46:46.842Z Compiling crossbeam-deque v0.8.5
19362024-12-05T06:46:47.208Z Compiling term v0.7.0
19372024-12-05T06:46:48.542Z Compiling slog-json v2.6.1
19382024-12-05T06:46:49.795Z Compiling crossbeam-channel v0.5.13
19392024-12-05T06:46:51.388Z Compiling idna v0.3.0
19402024-12-05T06:46:51.790Z Compiling idna v0.4.0
19412024-12-05T06:46:53.114Z Compiling futures-executor v0.3.31
19422024-12-05T06:46:53.361Z Compiling num-integer v0.1.46
19432024-12-05T06:46:53.627Z Compiling md-5 v0.10.6
19442024-12-05T06:46:53.886Z Compiling ff v0.13.0
19452024-12-05T06:46:54.037Z Compiling hash32 v0.2.1
19462024-12-05T06:46:54.134Z Compiling is-terminal v0.4.13
19472024-12-05T06:46:54.163Z Compiling memmap v0.7.0
19482024-12-05T06:46:54.299Z Compiling object v0.36.5
19492024-12-05T06:46:54.463Z Compiling psl-types v2.0.11
19502024-12-05T06:46:54.706Z Compiling base16ct v0.2.0
19512024-12-05T06:46:54.737Z Compiling linked-hash-map v0.5.6
19522024-12-05T06:46:55.029Z Compiling take_mut v0.2.2
19532024-12-05T06:46:55.132Z Compiling is_terminal_polyfill v1.70.1
19542024-12-05T06:46:55.216Z Compiling anstyle-query v1.1.1
19552024-12-05T06:46:55.285Z Compiling quick-error v1.2.3
19562024-12-05T06:46:55.395Z Compiling colorchoice v1.0.2
19572024-12-05T06:46:55.457Z Compiling fallible-iterator v0.2.0
19582024-12-05T06:46:55.588Z Compiling rustc-demangle v0.1.24
19592024-12-05T06:46:56.243Z Compiling utf-8 v0.7.6
19602024-12-05T06:46:56.520Z Compiling heck v0.4.1
19612024-12-05T06:46:56.575Z Compiling tungstenite v0.24.0
19622024-12-05T06:46:56.597Z Compiling postgres-protocol v0.6.7
19632024-12-05T06:46:56.965Z Compiling strum_macros v0.25.3
19642024-12-05T06:46:57.894Z Compiling anstream v0.6.15
19652024-12-05T06:46:58.602Z Compiling resolv-conf v0.7.0
19662024-12-05T06:46:59.127Z Compiling lru-cache v0.1.2
19672024-12-05T06:46:59.330Z Compiling sec1 v0.7.3
19682024-12-05T06:46:59.374Z Compiling publicsuffix v2.2.3
19692024-12-05T06:46:59.822Z Compiling usdt v0.5.0
19702024-12-05T06:47:00.008Z Compiling slog-term v2.9.1
19712024-12-05T06:47:00.323Z Compiling group v0.13.0
19722024-12-05T06:47:00.671Z Compiling num-iter v0.1.45
19732024-12-05T06:47:00.862Z Compiling futures v0.3.31
19742024-12-05T06:47:01.157Z Compiling hickory-proto v0.24.1
19752024-12-05T06:47:01.180Z Compiling tokio-rustls v0.26.0
19762024-12-05T06:47:02.560Z Compiling backtrace v0.3.74
19772024-12-05T06:47:02.793Z Compiling tokio-rustls v0.25.0
19782024-12-05T06:47:03.263Z Compiling typify-impl v0.2.0
19792024-12-05T06:47:03.626Z Compiling slog-bunyan v2.5.0
19802024-12-05T06:47:03.689Z Compiling toml v0.8.19
19812024-12-05T06:47:03.846Z Compiling tokio-native-tls v0.3.1
19822024-12-05T06:47:04.438Z Compiling phf_shared v0.11.2
19832024-12-05T06:47:04.852Z Compiling async-stream v0.3.6
19842024-12-05T06:47:05.188Z Compiling waitgroup v0.1.2
19852024-12-05T06:47:05.260Z Compiling webpki-roots v0.26.6
19862024-12-05T06:47:05.487Z Compiling idna v0.5.0
19872024-12-05T06:47:05.529Z Compiling terminal_size v0.4.0
19882024-12-05T06:47:05.550Z Compiling serde_path_to_error v0.1.16
19892024-12-05T06:47:06.391Z Compiling hkdf v0.12.4
19902024-12-05T06:47:06.419Z Compiling crypto-bigint v0.5.5
19912024-12-05T06:47:06.647Z Compiling derive-where v1.2.7
19922024-12-05T06:47:07.021Z Compiling serde_repr v0.1.19
19932024-12-05T06:47:08.175Z Compiling hostname v0.4.0
19942024-12-05T06:47:08.589Z Compiling crc32fast v1.4.2
19952024-12-05T06:47:09.487Z Compiling bitflags v1.3.2
19962024-12-05T06:47:09.541Z Compiling managed v0.8.0
19972024-12-05T06:47:09.657Z Compiling unicode-width v0.1.14
19982024-12-05T06:47:09.941Z Compiling winnow v0.5.40
19992024-12-05T06:47:10.178Z Compiling debug-ignore v1.0.5
20002024-12-05T06:47:10.207Z Compiling clap_lex v0.7.2
20012024-12-05T06:47:11.102Z Compiling clap_builder v4.5.21
20022024-12-05T06:47:12.057Z Compiling console v0.15.8
20032024-12-05T06:47:13.812Z Compiling toml_edit v0.19.15
20042024-12-05T06:47:14.758Z Compiling elliptic-curve v0.13.8
20052024-12-05T06:47:15.591Z Compiling flate2 v1.0.34
20062024-12-05T06:47:15.649Z Compiling typify-macro v0.2.0
20072024-12-05T06:47:18.419Z Compiling hickory-resolver v0.24.1
20082024-12-05T06:47:18.646Z Compiling cookie_store v0.21.0
20092024-12-05T06:47:20.105Z Compiling hyper-rustls v0.27.3
20102024-12-05T06:47:21.108Z Compiling phf v0.11.2
20112024-12-05T06:47:21.444Z Compiling hyper-tls v0.6.0
20122024-12-05T06:47:22.325Z Compiling signal-hook-mio v0.2.4
20132024-12-05T06:47:22.516Z Compiling rayon v1.10.0
20142024-12-05T06:47:22.543Z Compiling bzip2 v0.4.4
20152024-12-05T06:47:22.952Z Compiling tokio-tungstenite v0.24.0
20162024-12-05T06:47:23.552Z Compiling postgres-types v0.2.8
20172024-12-05T06:47:23.919Z Compiling ed25519 v2.2.3
20182024-12-05T06:47:23.921Z Compiling hubpack v0.1.2
20192024-12-05T06:47:24.053Z Compiling phf_shared v0.10.0
20202024-12-05T06:47:24.418Z Compiling pkcs1 v0.7.5
20212024-12-05T06:47:24.990Z Compiling zerocopy v0.6.6
20222024-12-05T06:47:25.396Z Compiling tokio-stream v0.1.16
20232024-12-05T06:47:25.923Z Compiling serde-big-array v0.5.1
20242024-12-05T06:47:26.188Z Compiling rfc6979 v0.4.0
20252024-12-05T06:47:26.414Z Compiling float-cmp v0.9.0
20262024-12-05T06:47:26.584Z Compiling sync_wrapper v1.0.1
20272024-12-05T06:47:26.746Z Compiling bstr v1.10.0
20282024-12-05T06:47:26.869Z Compiling difflib v0.4.0
20292024-12-05T06:47:26.992Z Compiling static_assertions v1.1.0
20302024-12-05T06:47:27.510Z Compiling unicode-width v0.2.0
20312024-12-05T06:47:27.753Z Compiling precomputed-hash v0.1.1
20322024-12-05T06:47:27.903Z Compiling bit-vec v0.6.3
20332024-12-05T06:47:27.938Z Compiling whoami v1.5.2
20342024-12-05T06:47:28.191Z Compiling unicode-segmentation v1.12.0
20352024-12-05T06:47:28.359Z Compiling predicates-core v1.0.8
20362024-12-05T06:47:28.418Z Compiling new_debug_unreachable v1.0.6
20372024-12-05T06:47:28.519Z Compiling normalize-line-endings v0.3.0
20382024-12-05T06:47:28.542Z Compiling number_prefix v0.4.0
20392024-12-05T06:47:28.671Z Compiling fixedbitset v0.4.2
20402024-12-05T06:47:28.693Z Compiling predicates v3.1.2
20412024-12-05T06:47:28.787Z Compiling indicatif v0.17.9
20422024-12-05T06:47:29.062Z Compiling petgraph v0.6.5
20432024-12-05T06:47:29.110Z Compiling similar v2.6.0
20442024-12-05T06:47:30.302Z Compiling string_cache v0.8.7
20452024-12-05T06:47:30.766Z Compiling tokio-postgres v0.7.12
20462024-12-05T06:47:30.790Z Compiling bit-set v0.5.3
20472024-12-05T06:47:32.031Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20482024-12-05T06:47:32.745Z Compiling reqwest v0.12.9
20492024-12-05T06:47:35.474Z Compiling qorb v0.2.1
20502024-12-05T06:47:36.254Z Compiling ecdsa v0.16.9
20512024-12-05T06:47:36.958Z Compiling rsa v0.9.6
20522024-12-05T06:47:37.145Z Compiling ed25519-dalek v2.1.1
20532024-12-05T06:47:37.739Z Compiling zip v0.6.6
20542024-12-05T06:47:38.471Z Compiling crossterm v0.28.1
20552024-12-05T06:47:38.641Z Compiling toml v0.7.8
20562024-12-05T06:47:39.019Z Compiling clap v4.5.21
20572024-12-05T06:47:41.559Z Compiling x509-cert v0.2.5
20582024-12-05T06:47:42.323Z Compiling hex v0.4.3
20592024-12-05T06:47:44.192Z Compiling itertools v0.10.5
20602024-12-05T06:47:46.037Z Compiling lalrpop-util v0.19.12
20612024-12-05T06:47:47.116Z Compiling radium v0.7.0
20622024-12-05T06:47:47.895Z Compiling peg-runtime v0.8.3
20632024-12-05T06:47:48.359Z Compiling unicode-xid v0.2.6
20642024-12-05T06:47:48.552Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20652024-12-05T06:48:06.841Z Compiling ident_case v1.0.1
20662024-12-05T06:48:07.050Z Compiling maybe-uninit v2.0.0
20672024-12-05T06:48:07.073Z Compiling tap v1.0.1
20682024-12-05T06:48:07.162Z Compiling darling_core v0.20.10
20692024-12-05T06:48:07.286Z Compiling wyz v0.5.1
20702024-12-05T06:48:18.183Z Compiling typify v0.2.0
20712024-12-05T06:48:22.408Z Compiling packed_struct v0.10.1
20722024-12-05T06:48:22.898Z Compiling funty v2.0.0
20732024-12-05T06:48:23.019Z Compiling unsafe-libyaml v0.2.11
20742024-12-05T06:48:24.084Z Compiling bitvec v1.0.1
20752024-12-05T06:48:24.868Z Compiling serde_yaml v0.9.34+deprecated
20762024-12-05T06:48:28.905Z Compiling progenitor-impl v0.8.0
20772024-12-05T06:48:29.671Z Compiling darling_macro v0.20.10
20782024-12-05T06:48:31.371Z Compiling packed_struct_codegen v0.10.1
20792024-12-05T06:48:33.974Z Compiling structmeta-derive v0.3.0
20802024-12-05T06:48:34.107Z Compiling indexmap v1.9.3
20812024-12-05T06:48:34.785Z Compiling crc-catalog v2.4.0
20822024-12-05T06:48:34.964Z Compiling fastrand v2.1.1
20832024-12-05T06:48:35.682Z Compiling nodrop v0.1.14
20842024-12-05T06:48:35.754Z Compiling newtype-uuid v1.1.3
20852024-12-05T06:48:35.842Z Compiling array-init v0.0.4
20862024-12-05T06:48:36.062Z Compiling progenitor-macro v0.8.0
20872024-12-05T06:48:36.765Z Compiling structmeta v0.3.0
20882024-12-05T06:48:37.026Z Compiling tempfile v3.13.0
20892024-12-05T06:48:39.290Z Compiling crc v3.2.1
20902024-12-05T06:48:44.722Z Compiling smallvec v0.6.14
20912024-12-05T06:48:44.835Z Compiling darling v0.20.10
20922024-12-05T06:48:51.316Z Compiling progenitor-client v0.8.0
20932024-12-05T06:48:53.528Z Compiling pin-project-internal v1.1.6
20942024-12-05T06:48:53.675Z Compiling dropshot v0.13.0
20952024-12-05T06:48:54.535Z Compiling termcolor v1.4.1
20962024-12-05T06:48:56.341Z Compiling hashbrown v0.12.3
20972024-12-05T06:48:57.180Z Compiling same-file v1.0.6
20982024-12-05T06:48:57.464Z Compiling bitfield v0.14.0
20992024-12-05T06:48:58.072Z Compiling base64 v0.21.7
21002024-12-05T06:48:59.326Z Compiling ron v0.8.1
21012024-12-05T06:49:03.817Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21022024-12-05T06:49:06.793Z Compiling walkdir v2.5.0
21032024-12-05T06:49:09.009Z Compiling pin-project v1.1.6
21042024-12-05T06:49:09.576Z Compiling env_logger v0.10.2
21052024-12-05T06:49:15.467Z Compiling progenitor v0.8.0
21062024-12-05T06:49:15.918Z Compiling serde-hex v0.1.0
21072024-12-05T06:49:16.915Z Compiling serde_with_macros v3.11.0
21082024-12-05T06:49:19.622Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21092024-12-05T06:49:19.970Z Compiling parse-display-derive v0.10.0
21102024-12-05T06:49:21.357Z Compiling strum_macros v0.26.4
21112024-12-05T06:49:24.049Z Compiling hashbrown v0.13.2
21122024-12-05T06:49:24.213Z Compiling ipnetwork v0.20.0
21132024-12-05T06:49:24.464Z Compiling xattr v1.3.1
21142024-12-05T06:49:24.823Z Compiling dropshot_endpoint v0.13.0
21152024-12-05T06:49:24.865Z Compiling snafu-derive v0.8.5
21162024-12-05T06:49:25.050Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21172024-12-05T06:49:25.548Z Compiling ring v0.16.20
21182024-12-05T06:49:25.827Z Compiling blake3 v1.5.4
21192024-12-05T06:49:26.087Z Compiling filetime v0.2.25
21202024-12-05T06:49:26.461Z Compiling instant v0.1.13
21212024-12-05T06:49:26.487Z Compiling lockfree-object-pool v0.1.6
21222024-12-05T06:49:26.600Z Compiling crc-any v2.5.0
21232024-12-05T06:49:26.658Z Compiling zip v2.1.3
21242024-12-05T06:49:26.994Z Compiling simd-adler32 v0.3.7
21252024-12-05T06:49:27.307Z Compiling bumpalo v3.16.0
21262024-12-05T06:49:27.580Z Compiling buf-list v1.0.3
21272024-12-05T06:49:28.206Z Compiling zopfli v0.8.1
21282024-12-05T06:49:28.388Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21292024-12-05T06:49:29.321Z Compiling backoff v0.4.0
21302024-12-05T06:49:29.717Z Compiling snafu v0.8.5
21312024-12-05T06:49:30.400Z Compiling tar v0.4.42
21322024-12-05T06:49:31.066Z Compiling strum v0.26.3
21332024-12-05T06:49:31.309Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342024-12-05T06:49:31.552Z Compiling object v0.30.4
21352024-12-05T06:49:32.692Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-05T06:49:34.605Z Compiling parse-display v0.10.0
21372024-12-05T06:49:36.442Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-05T06:49:36.493Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-05T06:49:36.684Z Compiling serde_with v3.11.0
21402024-12-05T06:49:37.095Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412024-12-05T06:49:37.847Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21422024-12-05T06:49:38.083Z Compiling camino-tempfile v1.1.1
21432024-12-05T06:49:38.908Z Compiling globset v0.4.15
21442024-12-05T06:49:40.282Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21452024-12-05T06:49:40.501Z Compiling regress v0.9.1
21462024-12-05T06:49:41.274Z Compiling pem v3.0.4
21472024-12-05T06:49:42.769Z Compiling olpc-cjson v0.1.4
21482024-12-05T06:49:43.154Z Compiling serde_plain v1.0.2
21492024-12-05T06:49:43.704Z Compiling macaddr v1.0.1
21502024-12-05T06:49:44.093Z Compiling async-recursion v1.1.1
21512024-12-05T06:49:44.378Z Compiling memmap2 v0.9.5
21522024-12-05T06:49:45.014Z Compiling spin v0.5.2
21532024-12-05T06:49:45.178Z Compiling constant_time_eq v0.3.1
21542024-12-05T06:49:45.299Z Compiling typed-path v0.9.3
21552024-12-05T06:49:45.371Z Compiling path-slash v0.1.5
21562024-12-05T06:49:45.644Z Compiling arrayref v0.3.9
21572024-12-05T06:49:45.667Z Compiling arrayvec v0.7.6
21582024-12-05T06:49:45.780Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21592024-12-05T06:49:46.832Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21602024-12-05T06:49:49.171Z Compiling tough v0.19.0
21612024-12-05T06:49:53.590Z Compiling itertools v0.13.0
21622024-12-05T06:49:53.894Z Compiling cargo-platform v0.1.8
21632024-12-05T06:49:54.315Z Compiling parse-size v1.1.0
21642024-12-05T06:49:54.666Z Compiling topological-sort v0.2.2
21652024-12-05T06:49:54.975Z Compiling omicron-zone-package v0.11.1
21662024-12-05T06:49:55.040Z Compiling cargo_metadata v0.18.1
21672024-12-05T06:49:57.481Z Compiling shell-words v1.1.0
21682024-12-05T06:50:01.436Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21692024-12-05T06:50:15.213Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21702024-12-05T06:50:30.964Z Finished `release` profile [optimized] target(s) in 6m 11s
21712024-12-05T06:50:31.139Z Running `target/release/omicron-releng --output-dir /work`
21722024-12-05T06:50:31.193ZDec 05 06:50:30.224 DEBG changing working directory to /work/oxidecomputer/omicron
21732024-12-05T06:50:31.304ZDec 05 06:50:30.335 DEBG running: git rev-parse HEAD
21742024-12-05T06:50:31.311ZDec 05 06:50:30.342 DEBG process exited with exit status: 0 (6.924883ms)
21752024-12-05T06:50:31.311ZDec 05 06:50:30.342 INFO version: 12.0.0-0.ci+gitc6fa141311e
21762024-12-05T06:50:31.352ZDec 05 06:50:30.383 INFO cloning helios to /work/oxidecomputer/helios
21772024-12-05T06:50:31.352ZDec 05 06:50:30.383 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21782024-12-05T06:50:31.358ZCloning into '/work/oxidecomputer/helios'...
21792024-12-05T06:50:31.866ZDec 05 06:50:30.897 DEBG process exited with exit status: 0 (514.252504ms)
21802024-12-05T06:50:31.866ZDec 05 06:50:30.898 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21812024-12-05T06:50:31.875Z# branch.oid 59a814adacfd4f9258f38e9a0f40d343da9323a7
21822024-12-05T06:50:31.875Z# branch.head master
21832024-12-05T06:50:31.875Z# branch.upstream origin/master
21842024-12-05T06:50:31.875Z# branch.ab +0 -0
21852024-12-05T06:50:31.877ZDec 05 06:50:30.907 DEBG process exited with exit status: 0 (8.937676ms)
21862024-12-05T06:50:31.877ZDec 05 06:50:30.907 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21872024-12-05T06:50:32.812ZDec 05 06:50:31.843 DEBG process exited with exit status: 0 (936.061179ms)
21882024-12-05T06:50:32.812ZDec 05 06:50:31.843 DEBG running: zfs list rpool/images/build/host
21892024-12-05T06:50:32.819ZNAME USED AVAIL REFER MOUNTPOINT
21902024-12-05T06:50:32.819Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21912024-12-05T06:50:32.822ZDec 05 06:50:31.851 DEBG process exited with exit status: 0 (8.248961ms)
21922024-12-05T06:50:32.822ZDec 05 06:50:31.851 DEBG running: zfs list rpool/images/build/recovery
21932024-12-05T06:50:32.827ZNAME USED AVAIL REFER MOUNTPOINT
21942024-12-05T06:50:32.827Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21952024-12-05T06:50:32.829ZDec 05 06:50:31.859 DEBG process exited with exit status: 0 (7.405027ms)
21962024-12-05T06:50:32.829ZDec 05 06:50:31.859 INFO [hubris-production] running task
21972024-12-05T06:50:32.829ZDec 05 06:50:31.860 INFO [hubris-staging] running task
21982024-12-05T06:50:32.829ZDec 05 06:50:31.860 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21992024-12-05T06:50:32.833ZDec 05 06:50:31.864 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22002024-12-05T06:50:32.903Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22012024-12-05T06:50:33.341Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-05T06:50:33.911Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-05T06:50:34.688ZDec 05 06:50:33.718 INFO [hubris-production] task succeeded (1.858796201s)
22042024-12-05T06:50:35.127Z[ omicron-package] Compiling zerocopy v0.8.10
22052024-12-05T06:50:35.129Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22062024-12-05T06:50:35.317Z[ omicron-package] Compiling itertools v0.13.0
22072024-12-05T06:50:35.320Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22082024-12-05T06:50:35.654Z[ omicron-package] Compiling heapless v0.8.0
22092024-12-05T06:50:35.657Z[ omicron-package] Compiling hash32 v0.3.1
22102024-12-05T06:50:35.659Z[ omicron-package] Compiling smoltcp v0.11.0
22112024-12-05T06:50:35.659Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22122024-12-05T06:50:36.660Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22132024-12-05T06:50:36.860Z[ omicron-package] Compiling num_enum_derive v0.5.11
22142024-12-05T06:50:37.010Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152024-12-05T06:50:37.424Z[ omicron-package] Compiling cobs v0.2.3
22162024-12-05T06:50:37.548Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22172024-12-05T06:50:37.996Z[ omicron-package] Compiling postcard v1.0.10
22182024-12-05T06:50:38.099Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22192024-12-05T06:50:38.403Z[ omicron-package] Compiling proc-macro-error v1.0.4
22202024-12-05T06:50:39.207Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22212024-12-05T06:50:39.327Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22222024-12-05T06:50:40.093Z[ omicron-package] Compiling foreign-types v0.5.0
22232024-12-05T06:50:40.311Z[ omicron-package] Compiling tabwriter v1.4.0
22242024-12-05T06:50:40.531Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22252024-12-05T06:50:40.908Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22262024-12-05T06:50:41.625Z[ omicron-package] Compiling cstr-argument v0.1.2
22272024-12-05T06:50:41.720Z[ omicron-package] Compiling num_enum v0.5.11
22282024-12-05T06:50:41.723Z[ omicron-package] Compiling pretty-hex v0.2.1
22292024-12-05T06:50:42.041Z[ omicron-package] Compiling thiserror v2.0.3
22302024-12-05T06:50:42.248Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22312024-12-05T06:50:42.296Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22322024-12-05T06:50:42.532Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22332024-12-05T06:50:42.638Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22342024-12-05T06:50:42.874Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-05T06:50:43.039Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362024-12-05T06:50:43.500Z[ omicron-package] Compiling colored v2.1.0
22372024-12-05T06:50:44.069Z[ omicron-package] Compiling thiserror-impl v2.0.3
22382024-12-05T06:50:44.451Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22392024-12-05T06:50:45.199Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22402024-12-05T06:50:45.771Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22412024-12-05T06:50:46.006Z[ omicron-package] Compiling num-derive v0.4.2
22422024-12-05T06:50:46.303ZDec 05 06:50:45.332 INFO [hubris-staging] task succeeded (13.472641275s)
22432024-12-05T06:50:46.958Z[ omicron-package] Compiling sigpipe v0.1.3
22442024-12-05T06:50:47.623Z[ omicron-package] Compiling libefi-sys v0.1.0
22452024-12-05T06:50:47.994Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22462024-12-05T06:50:48.620Z[ omicron-package] Compiling zone v0.3.0
22472024-12-05T06:50:49.170Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22482024-12-05T06:50:49.418Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22492024-12-05T06:50:50.261Z[ omicron-package] Compiling smf v0.2.3
22502024-12-05T06:50:50.332Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22512024-12-05T06:50:51.013Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22522024-12-05T06:50:51.750Z[ omicron-package] Compiling bitfield-struct v0.6.2
22532024-12-05T06:50:53.642Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22542024-12-05T06:50:53.918Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22552024-12-05T06:50:53.976Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22562024-12-05T06:50:54.074Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22572024-12-05T06:50:54.312Z[ omicron-package] Compiling gethostname v0.5.0
22582024-12-05T06:50:54.580Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-05T06:50:54.630Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-12-05T06:50:55.844Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-05T06:50:58.245Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22622024-12-05T06:50:59.462Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-05T06:51:00.955Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-05T06:51:04.050Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22652024-12-05T06:51:04.784Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22662024-12-05T06:51:06.584Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22672024-12-05T06:51:17.593Z[ helios-setup] Dec 05 06:51:16.616 INFO helios repository root is: /work/oxidecomputer/helios
22682024-12-05T06:51:17.596Z[ helios-setup] Dec 05 06:51:16.619 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
22692024-12-05T06:51:17.596Z[ helios-setup] Dec 05 06:51:16.619 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22702024-12-05T06:51:17.600Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22712024-12-05T06:51:18.364Z[ helios-setup] Dec 05 06:51:17.387 INFO clone ok!, project: pinprick
22722024-12-05T06:51:18.368Z[ helios-setup] Dec 05 06:51:17.388 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22732024-12-05T06:51:18.368Z[ helios-setup] Dec 05 06:51:17.388 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-05T06:51:18.369Z[ helios-setup] Dec 05 06:51:17.388 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22752024-12-05T06:51:18.376Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22762024-12-05T06:51:19.021Z[ helios-setup] Dec 05 06:51:18.028 INFO clone ok!, project: image-builder
22772024-12-05T06:51:19.036Z[ helios-setup] Dec 05 06:51:18.028 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-05T06:51:19.036Z[ helios-setup] Dec 05 06:51:18.029 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22792024-12-05T06:51:19.036Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22802024-12-05T06:51:19.573Z[ helios-setup] Dec 05 06:51:18.596 INFO clone ok!, project: bootserver
22812024-12-05T06:51:19.577Z[ helios-setup] Dec 05 06:51:18.597 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
22822024-12-05T06:51:19.577Z[ helios-setup] Dec 05 06:51:18.597 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
22832024-12-05T06:51:19.580Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22842024-12-05T06:51:20.579Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22852024-12-05T06:51:20.608Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22862024-12-05T06:51:25.578Z[ omicron-package] Finished `release` profile [optimized] target(s) in 52.72s
22872024-12-05T06:51:25.838Z[ omicron-package]
22882024-12-05T06:51:25.838Z[ omicron-package] real 52.943299569
22892024-12-05T06:51:25.841Z[ omicron-package] user 3:04.908349522
22902024-12-05T06:51:25.841Z[ omicron-package] sys 26.930380125
22912024-12-05T06:51:25.841Z[ omicron-package] trap 0.249378813
22922024-12-05T06:51:25.841Z[ omicron-package] tflt 0.605782642
22932024-12-05T06:51:25.841Z[ omicron-package] dflt 0.687034593
22942024-12-05T06:51:25.841Z[ omicron-package] kflt 0.000268742
22952024-12-05T06:51:25.841Z[ omicron-package] lock 5:53.551321309
22962024-12-05T06:51:25.841Z[ omicron-package] slp 10:28.148468922
22972024-12-05T06:51:25.841Z[ omicron-package] lat 1:40.229603043
22982024-12-05T06:51:25.841Z[ omicron-package] stop 1:04.033392021
22992024-12-05T06:51:25.841ZDec 05 06:51:24.861 INFO [omicron-package] process exited with exit status: 0 (52.997265744s)
23002024-12-05T06:51:25.841ZDec 05 06:51:24.861 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
23012024-12-05T06:51:25.926ZDec 05 06:51:24.948 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23022024-12-05T06:51:25.938Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23032024-12-05T06:51:25.941Z[ host-target] Created new build target 'host' and set it as active
23042024-12-05T06:51:25.943ZDec 05 06:51:24.964 INFO [host-target] process exited with exit status: 0 (102.643599ms)
23052024-12-05T06:51:25.943ZDec 05 06:51:24.964 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23062024-12-05T06:51:25.954Z[ recovery-target] Created new build target 'recovery' and set it as active
23072024-12-05T06:51:25.954Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23082024-12-05T06:51:25.958ZDec 05 06:51:24.980 INFO [recovery-target] process exited with exit status: 0 (32.468815ms)
23092024-12-05T06:51:25.967Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23102024-12-05T06:51:26.387Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23112024-12-05T06:51:26.398Z[ helios-setup] Dec 05 06:51:25.420 INFO clone ok!, project: amd-host-image-builder
23122024-12-05T06:51:26.400Z[ helios-setup] Dec 05 06:51:25.420 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23132024-12-05T06:51:26.400Z[ helios-setup] Dec 05 06:51:25.420 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
23142024-12-05T06:51:26.401Z[ helios-setup] Dec 05 06:51:25.420 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23152024-12-05T06:51:26.403Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23162024-12-05T06:51:27.251Z[ host-package] Compiling convert_case v0.4.0
23172024-12-05T06:51:27.251Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23182024-12-05T06:51:27.254Z[ host-package] Compiling newline-converter v0.3.0
23192024-12-05T06:51:27.254Z[ host-package] Compiling password-hash v0.5.0
23202024-12-05T06:51:27.254Z[ host-package] Compiling progenitor-client v0.8.0
23212024-12-05T06:51:27.254Z[ host-package] Compiling blake2 v0.10.6
23222024-12-05T06:51:27.254Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23232024-12-05T06:51:27.254Z[ host-package] Compiling owo-colors v4.1.0
23242024-12-05T06:51:27.591Z[ host-package] Compiling expectorate v1.1.0
23252024-12-05T06:51:27.623Z[ host-package] Compiling cancel-safe-futures v0.1.5
23262024-12-05T06:51:27.806Z[ host-package] Compiling num-rational v0.4.2
23272024-12-05T06:51:27.872Z[ host-package] Compiling num-complex v0.4.6
23282024-12-05T06:51:28.001Z[ host-package] Compiling argon2 v0.5.3
23292024-12-05T06:51:28.026Z[ host-package] Compiling progenitor v0.8.0
23302024-12-05T06:51:28.239Z[ host-package] Compiling derive_more v0.99.18
23312024-12-05T06:51:28.687Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23322024-12-05T06:51:29.140Z[ host-package] Compiling num v0.4.3
23332024-12-05T06:51:29.189Z[ host-package] Compiling atomicwrites v0.4.4
23342024-12-05T06:51:29.293Z[ host-package] Compiling libsw v3.3.1
23352024-12-05T06:51:29.330Z[ host-package] Compiling swrite v0.1.0
23362024-12-05T06:51:29.488Z[ host-package] Compiling linear-map v1.2.0
23372024-12-05T06:51:29.629Z[ host-package] Compiling float-ord v0.3.2
23382024-12-05T06:51:29.667Z[ host-package] Compiling indent_write v2.2.0
23392024-12-05T06:51:29.814Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23402024-12-05T06:51:29.857Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23412024-12-05T06:51:29.937Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23422024-12-05T06:51:29.972Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23432024-12-05T06:51:30.543Z[ host-package] Compiling highway v1.2.0
23442024-12-05T06:51:30.572Z[ host-package] Compiling semver v0.1.20
23452024-12-05T06:51:31.197Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23462024-12-05T06:51:31.995Z[ host-package] Compiling rustc_version v0.1.7
23472024-12-05T06:51:32.116Z[ host-package] Compiling newtype-uuid v1.1.3
23482024-12-05T06:51:32.495Z[ host-package] Compiling newtype_derive v0.1.6
23492024-12-05T06:51:32.519Z[ host-package] Compiling dropshot v0.13.0
23502024-12-05T06:51:32.616Z[ host-package] Compiling ipnetwork v0.20.0
23512024-12-05T06:51:32.932Z[ host-package] Compiling instant v0.1.13
23522024-12-05T06:51:33.143Z[ host-package] Compiling humantime v2.1.0
23532024-12-05T06:51:33.525Z[ host-package] Compiling backoff v0.4.0
23542024-12-05T06:51:33.931Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23552024-12-05T06:51:34.903Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23562024-12-05T06:51:35.227Z[ helios-setup] Dec 05 06:51:34.248 INFO clone ok!, project: amd-firmware
23572024-12-05T06:51:35.230Z[ helios-setup] Dec 05 06:51:34.248 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23582024-12-05T06:51:35.230Z[ helios-setup] Dec 05 06:51:34.248 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
23592024-12-05T06:51:35.230Z[ helios-setup] Dec 05 06:51:34.248 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23602024-12-05T06:51:35.233Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23612024-12-05T06:51:35.746Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23622024-12-05T06:51:36.385Z[ helios-setup] Dec 05 06:51:35.405 INFO clone ok!, project: chelsio-t6-roms
23632024-12-05T06:51:36.388Z[ helios-setup] Dec 05 06:51:35.405 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
23642024-12-05T06:51:36.388Z[ helios-setup] Dec 05 06:51:35.405 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23652024-12-05T06:51:36.391Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23662024-12-05T06:51:37.556Z[ helios-setup] Dec 05 06:51:36.576 INFO clone ok!, project: pilot
23672024-12-05T06:51:37.558Z[ helios-setup] Dec 05 06:51:36.576 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
23682024-12-05T06:51:37.558Z[ helios-setup] Dec 05 06:51:36.576 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23692024-12-05T06:51:37.562Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23702024-12-05T06:51:38.280Z[ helios-setup] Dec 05 06:51:37.299 INFO clone ok!, project: phbl
23712024-12-05T06:51:38.282Z[ helios-setup] Dec 05 06:51:37.299 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23722024-12-05T06:51:38.308Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732024-12-05T06:51:38.739Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23742024-12-05T06:51:39.354Z[ helios-setup] Dec 05 06:51:38.374 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23752024-12-05T06:51:39.943Z[ helios-setup] Dec 05 06:51:38.963 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23762024-12-05T06:51:39.946Z[ helios-setup] Dec 05 06:51:38.963 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23772024-12-05T06:51:40.113Z[ host-package] Compiling parse-display v0.10.0
23782024-12-05T06:51:40.403Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23792024-12-05T06:51:40.632Z[ helios-setup] Dec 05 06:51:39.650 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23802024-12-05T06:51:40.664Z[ host-package] Compiling serde_with v3.11.0
23812024-12-05T06:51:41.055Z[ host-package] Compiling strum v0.26.3
23822024-12-05T06:51:41.243Z[ helios-setup] Dec 05 06:51:40.261 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23832024-12-05T06:51:41.243Z[ helios-setup] Dec 05 06:51:40.261 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23842024-12-05T06:51:41.361Z[ host-package] Compiling regress v0.9.1
23852024-12-05T06:51:41.777Z[ helios-setup] Dec 05 06:51:40.796 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23862024-12-05T06:51:42.442Z[ helios-setup] Dec 05 06:51:41.461 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23872024-12-05T06:51:42.444Z[ helios-setup] Dec 05 06:51:41.461 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23882024-12-05T06:51:42.444Z[ helios-setup] Dec 05 06:51:41.462 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23892024-12-05T06:51:42.444Z[ helios-setup] Dec 05 06:51:41.462 INFO ok!
23902024-12-05T06:51:42.445Z[ helios-setup] Dec 05 06:51:41.462 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23912024-12-05T06:51:42.445Z[ helios-setup] Dec 05 06:51:41.462 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23922024-12-05T06:51:42.445Z[ helios-setup] Dec 05 06:51:41.462 INFO ok!
23932024-12-05T06:51:42.445Z[ helios-setup] Dec 05 06:51:41.462 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23942024-12-05T06:51:42.445Z[ helios-setup] Dec 05 06:51:41.462 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23952024-12-05T06:51:42.445Z[ helios-setup] Dec 05 06:51:41.462 INFO ok!
23962024-12-05T06:51:42.445Z[ helios-setup] Dec 05 06:51:41.462 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23972024-12-05T06:51:42.446Z[ helios-setup] Dec 05 06:51:41.462 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23982024-12-05T06:51:42.806Z[ helios-setup] Dec 05 06:51:41.822 INFO E| Downloading crates ...
23992024-12-05T06:51:42.940Z[ helios-setup] Dec 05 06:51:41.959 INFO E| Downloaded miniz_oxide v0.7.2
24002024-12-05T06:51:43.002Z[ helios-setup] Dec 05 06:51:42.022 INFO E| Compiling adler v1.0.2
24012024-12-05T06:51:43.197Z[ helios-setup] Dec 05 06:51:42.216 INFO E| Compiling miniz_oxide v0.7.2
24022024-12-05T06:51:44.268Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24032024-12-05T06:51:45.816Z[ host-package] Compiling macaddr v1.0.1
24042024-12-05T06:51:45.824Z[ helios-setup] Dec 05 06:51:44.843 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24052024-12-05T06:51:46.477Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24062024-12-05T06:51:46.518Z[ host-package] Compiling steno v0.4.1
24072024-12-05T06:51:46.772Z[ helios-setup] Dec 05 06:51:45.791 INFO E| Finished `release` profile [optimized] target(s) in 4.22s
24082024-12-05T06:51:46.783Z[ helios-setup] Dec 05 06:51:45.801 INFO building project "pinprick" ok (4 seconds)
24092024-12-05T06:51:46.783Z[ helios-setup] Dec 05 06:51:45.802 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24102024-12-05T06:51:46.783Z[ helios-setup] Dec 05 06:51:45.802 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24112024-12-05T06:51:47.087Z[ helios-setup] Dec 05 06:51:46.101 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24122024-12-05T06:51:47.568Z[ host-package] Compiling prettyplease v0.2.25
24132024-12-05T06:51:47.601Z[ host-package] Compiling slog-dtrace v0.3.0
24142024-12-05T06:51:47.712Z[ helios-setup] Dec 05 06:51:46.730 INFO E| From https://github.com/jclulow/rust-jmclib
24152024-12-05T06:51:47.712Z[ helios-setup] Dec 05 06:51:46.730 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24162024-12-05T06:51:47.747Z[ helios-setup] Dec 05 06:51:46.765 INFO E| Updating crates.io index
24172024-12-05T06:51:48.012Z[ helios-setup] Dec 05 06:51:47.031 INFO E| Downloading crates ...
24182024-12-05T06:51:48.057Z[ host-package] Compiling tungstenite v0.21.0
24192024-12-05T06:51:48.109Z[ helios-setup] Dec 05 06:51:47.128 INFO E| Downloaded fastrand v2.0.0
24202024-12-05T06:51:48.113Z[ helios-setup] Dec 05 06:51:47.131 INFO E| Downloaded errno v0.3.1
24212024-12-05T06:51:48.115Z[ helios-setup] Dec 05 06:51:47.134 INFO E| Downloaded anyhow v1.0.72
24222024-12-05T06:51:48.122Z[ helios-setup] Dec 05 06:51:47.141 INFO E| Downloaded libdevinfo-sys v1.0.0
24232024-12-05T06:51:48.125Z[ helios-setup] Dec 05 06:51:47.142 INFO E| Downloaded digest v0.9.0
24242024-12-05T06:51:48.127Z[ helios-setup] Dec 05 06:51:47.144 INFO E| Downloaded ryu v1.0.15
24252024-12-05T06:51:48.131Z[ helios-setup] Dec 05 06:51:47.150 INFO E| Downloaded opaque-debug v0.3.0
24262024-12-05T06:51:48.134Z[ helios-setup] Dec 05 06:51:47.151 INFO E| Downloaded md-5 v0.9.1
24272024-12-05T06:51:48.136Z[ helios-setup] Dec 05 06:51:47.154 INFO E| Downloaded unicode-width v0.1.10
24282024-12-05T06:51:48.139Z[ helios-setup] Dec 05 06:51:47.156 INFO E| Downloaded sha-1 v0.9.8
24292024-12-05T06:51:48.141Z[ helios-setup] Dec 05 06:51:47.159 INFO E| Downloaded quote v1.0.31
24302024-12-05T06:51:48.164Z[ helios-setup] Dec 05 06:51:47.182 INFO E| Downloaded walkdir v2.3.3
24312024-12-05T06:51:48.166Z[ helios-setup] Dec 05 06:51:47.184 INFO E| Downloaded tempfile v3.7.0
24322024-12-05T06:51:48.169Z[ host-package] Compiling display-error-chain v0.2.2
24332024-12-05T06:51:48.172Z[ helios-setup] Dec 05 06:51:47.188 INFO E| Downloaded getrandom v0.2.10
24342024-12-05T06:51:48.175Z[ helios-setup] Dec 05 06:51:47.194 INFO E| Downloaded uuid v0.8.2
24352024-12-05T06:51:48.181Z[ helios-setup] Dec 05 06:51:47.200 INFO E| Downloaded unicode-ident v1.0.11
24362024-12-05T06:51:48.186Z[ helios-setup] Dec 05 06:51:47.205 INFO E| Downloaded serde v1.0.193
24372024-12-05T06:51:48.192Z[ helios-setup] Dec 05 06:51:47.211 INFO E| Downloaded typenum v1.16.0
24382024-12-05T06:51:48.200Z[ helios-setup] Dec 05 06:51:47.219 INFO E| Downloaded toml v0.5.11
24392024-12-05T06:51:48.205Z[ helios-setup] Dec 05 06:51:47.223 INFO E| Downloaded serde_derive v1.0.193
24402024-12-05T06:51:48.210Z[ helios-setup] Dec 05 06:51:47.229 INFO E| Downloaded proc-macro2 v1.0.66
24412024-12-05T06:51:48.215Z[ helios-setup] Dec 05 06:51:47.233 INFO E| Downloaded serde_json v1.0.103
24422024-12-05T06:51:48.228Z[ helios-setup] Dec 05 06:51:47.246 INFO E| Downloaded bitflags v2.3.3
24432024-12-05T06:51:48.232Z[ helios-setup] Dec 05 06:51:47.251 INFO E| Downloaded once_cell v1.18.0
24442024-12-05T06:51:48.237Z[ helios-setup] Dec 05 06:51:47.255 INFO E| Downloaded itoa v1.0.9
24452024-12-05T06:51:48.239Z[ helios-setup] Dec 05 06:51:47.258 INFO E| Downloaded syn v2.0.32
24462024-12-05T06:51:48.256Z[ helios-setup] Dec 05 06:51:47.275 INFO E| Downloaded cpufeatures v0.2.9
24472024-12-05T06:51:48.259Z[ helios-setup] Dec 05 06:51:47.277 INFO E| Downloaded block-buffer v0.9.0
24482024-12-05T06:51:48.285Z[ helios-setup] Dec 05 06:51:47.303 INFO E| Downloaded rustix v0.38.4
24492024-12-05T06:51:48.347Z[ helios-setup] Dec 05 06:51:47.365 INFO E| Downloaded libc v0.2.147
24502024-12-05T06:51:48.512Z[ helios-setup] Dec 05 06:51:47.530 INFO E| Compiling libc v0.2.147
24512024-12-05T06:51:48.512Z[ helios-setup] Dec 05 06:51:47.530 INFO E| Compiling proc-macro2 v1.0.66
24522024-12-05T06:51:48.514Z[ helios-setup] Dec 05 06:51:47.530 INFO E| Compiling cfg-if v1.0.0
24532024-12-05T06:51:48.514Z[ helios-setup] Dec 05 06:51:47.530 INFO E| Compiling unicode-ident v1.0.11
24542024-12-05T06:51:48.514Z[ helios-setup] Dec 05 06:51:47.530 INFO E| Compiling typenum v1.16.0
24552024-12-05T06:51:48.514Z[ helios-setup] Dec 05 06:51:47.530 INFO E| Compiling version_check v0.9.4
24562024-12-05T06:51:48.514Z[ helios-setup] Dec 05 06:51:47.530 INFO E| Compiling serde v1.0.193
24572024-12-05T06:51:48.515Z[ helios-setup] Dec 05 06:51:47.530 INFO E| Compiling slog v2.7.0
24582024-12-05T06:51:49.031Z[ helios-setup] Dec 05 06:51:48.049 INFO E| Compiling itoa v1.0.9
24592024-12-05T06:51:49.534Z[ helios-setup] Dec 05 06:51:48.552 INFO E| Compiling time-core v0.1.2
24602024-12-05T06:51:49.598Z[ helios-setup] Dec 05 06:51:48.616 INFO E| Compiling rustix v0.38.4
24612024-12-05T06:51:49.797Z[ helios-setup] Dec 05 06:51:48.815 INFO E| Compiling powerfmt v0.2.0
24622024-12-05T06:51:50.043Z[ helios-setup] Dec 05 06:51:49.061 INFO E| Compiling num-conv v0.1.0
24632024-12-05T06:51:50.330Z[ helios-setup] Dec 05 06:51:49.348 INFO E| Compiling generic-array v0.14.7
24642024-12-05T06:51:50.525Z[ helios-setup] Dec 05 06:51:49.543 INFO E| Compiling deranged v0.3.11
24652024-12-05T06:51:50.588Z[ helios-setup] Dec 05 06:51:49.606 INFO E| Compiling time-macros v0.2.18
24662024-12-05T06:51:50.693Z[ helios-setup] Dec 05 06:51:49.711 INFO E| Compiling bitflags v2.3.3
24672024-12-05T06:51:51.113Z[ helios-setup] Dec 05 06:51:50.131 INFO E| Compiling num_threads v0.1.6
24682024-12-05T06:51:51.221Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24692024-12-05T06:51:51.245Z[ helios-setup] Dec 05 06:51:50.263 INFO E| Compiling once_cell v1.18.0
24702024-12-05T06:51:51.795Z[ helios-setup] Dec 05 06:51:50.813 INFO E| Compiling quote v1.0.31
24712024-12-05T06:51:52.178Z[ helios-setup] Dec 05 06:51:51.195 INFO E| Compiling thread_local v1.1.7
24722024-12-05T06:51:52.970Z[ helios-setup] Dec 05 06:51:51.987 INFO E| Compiling syn v2.0.32
24732024-12-05T06:51:53.065Z[ helios-setup] Dec 05 06:51:52.083 INFO E| Compiling anyhow v1.0.72
24742024-12-05T06:51:53.100Z[ helios-setup] Dec 05 06:51:52.118 INFO E| Compiling serde_json v1.0.103
24752024-12-05T06:51:53.345Z[ helios-setup] Dec 05 06:51:52.362 INFO E| Compiling opaque-debug v0.3.0
24762024-12-05T06:51:53.677Z[ helios-setup] Dec 05 06:51:52.695 INFO E| Compiling fastrand v2.0.0
24772024-12-05T06:51:54.415Z[ helios-setup] Dec 05 06:51:53.432 INFO E| Compiling dirs-sys-next v0.1.2
24782024-12-05T06:51:54.705Z[ helios-setup] Dec 05 06:51:53.722 INFO E| Compiling errno v0.3.1
24792024-12-05T06:51:54.923Z[ helios-setup] Dec 05 06:51:53.940 INFO E| Compiling dirs-next v2.0.0
24802024-12-05T06:51:55.094Z[ helios-setup] Dec 05 06:51:54.112 INFO E| Compiling term v0.7.0
24812024-12-05T06:51:55.273Z[ helios-setup] Dec 05 06:51:54.290 INFO E| Compiling atty v0.2.14
24822024-12-05T06:51:55.587Z[ helios-setup] Dec 05 06:51:54.604 INFO E| Compiling getrandom v0.2.10
24832024-12-05T06:51:55.806Z[ host-package] Compiling tokio-tungstenite v0.21.0
24842024-12-05T06:51:56.052Z[ helios-setup] Dec 05 06:51:55.069 INFO E| Compiling digest v0.9.0
24852024-12-05T06:51:56.137Z[ helios-setup] Dec 05 06:51:55.154 INFO E| Compiling block-buffer v0.9.0
24862024-12-05T06:51:56.174Z[ helios-setup] Dec 05 06:51:55.191 INFO E| Compiling cpufeatures v0.2.9
24872024-12-05T06:51:56.302Z[ helios-setup] Dec 05 06:51:55.318 INFO E| Compiling unicode-width v0.1.10
24882024-12-05T06:51:56.390Z[ helios-setup] Dec 05 06:51:55.407 INFO E| Compiling same-file v1.0.6
24892024-12-05T06:51:56.486Z[ helios-setup] Dec 05 06:51:55.503 INFO E| Compiling ryu v1.0.15
24902024-12-05T06:51:56.553Z[ helios-setup] Dec 05 06:51:55.570 INFO E| Compiling getopts v0.2.21
24912024-12-05T06:51:56.567Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24922024-12-05T06:51:56.610Z[ helios-setup] Dec 05 06:51:55.627 INFO E| Compiling md-5 v0.9.1
24932024-12-05T06:51:56.936Z[ helios-setup] Dec 05 06:51:55.953 INFO E| Compiling walkdir v2.3.3
24942024-12-05T06:51:56.967Z[ helios-setup] Dec 05 06:51:55.984 INFO E| Compiling time v0.3.36
24952024-12-05T06:51:57.382Z[ helios-setup] Dec 05 06:51:56.399 INFO E| Compiling sha-1 v0.9.8
24962024-12-05T06:51:57.968Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24972024-12-05T06:51:58.086Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24982024-12-05T06:51:58.777Z[ helios-setup] Dec 05 06:51:57.793 INFO E| Compiling tempfile v3.7.0
24992024-12-05T06:51:58.857Z[ helios-setup] Dec 05 06:51:57.847 INFO E| Compiling glob v0.3.1
25002024-12-05T06:51:58.958Z[ helios-setup] Dec 05 06:51:57.954 INFO E| Compiling libdevinfo-sys v1.0.0
25012024-12-05T06:52:00.081Z[ host-package] Compiling arc-swap v1.7.1
25022024-12-05T06:52:01.081Z[ helios-setup] Dec 05 06:52:00.097 INFO E| Compiling slog-term v2.9.0
25032024-12-05T06:52:01.457Z[ host-package] Compiling slog-scope v4.4.0
25042024-12-05T06:52:02.166Z[ helios-setup] Dec 05 06:52:01.182 INFO E| Compiling serde_derive v1.0.193
25052024-12-05T06:52:02.708Z[ host-package] Compiling half v2.4.1
25062024-12-05T06:52:03.802Z[ host-package] Compiling ciborium-io v0.2.2
25072024-12-05T06:52:04.045Z[ host-package] Compiling ciborium-ll v0.2.2
25082024-12-05T06:52:04.473Z[ host-package] Compiling slog-stdlog v4.1.1
25092024-12-05T06:52:04.710Z[ host-package] Compiling slog-envlogger v2.2.0
25102024-12-05T06:52:05.495Z[ host-package] Compiling ciborium v0.2.2
25112024-12-05T06:52:08.069Z[ host-package] Compiling nibble_vec v0.1.0
25122024-12-05T06:52:08.493Z[ host-package] Compiling endian-type v0.1.2
25132024-12-05T06:52:08.867Z[ host-package] Compiling radix_trie v0.2.1
25142024-12-05T06:52:10.273Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25152024-12-05T06:52:16.924Z[ host-package] Compiling same-file v1.0.6
25162024-12-05T06:52:17.053Z[ host-package] Compiling fastrand v2.1.1
25172024-12-05T06:52:17.220Z[ host-package] Compiling walkdir v2.5.0
25182024-12-05T06:52:17.553Z[ host-package] Compiling ring v0.16.20
25192024-12-05T06:52:17.688Z[ helios-setup] Dec 05 06:52:16.701 INFO E| Compiling toml v0.5.11
25202024-12-05T06:52:17.688Z[ helios-setup] Dec 05 06:52:16.701 INFO E| Compiling uuid v0.8.2
25212024-12-05T06:52:17.854Z[ host-package] Compiling tempfile v3.13.0
25222024-12-05T06:52:18.177Z[ host-package] Compiling blake3 v1.5.4
25232024-12-05T06:52:18.825Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25242024-12-05T06:52:18.993Z[ host-package] Compiling xattr v1.3.1
25252024-12-05T06:52:19.151Z[ host-package] Compiling filetime v0.2.25
25262024-12-05T06:52:19.544Z[ host-package] Compiling memmap2 v0.9.5
25272024-12-05T06:52:19.676Z[ host-package] Compiling constant_time_eq v0.3.1
25282024-12-05T06:52:19.946Z[ host-package] Compiling spin v0.5.2
25292024-12-05T06:52:20.022Z[ helios-setup] Dec 05 06:52:19.035 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25302024-12-05T06:52:20.103Z[ host-package] Compiling keccak v0.1.5
25312024-12-05T06:52:20.154Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322024-12-05T06:52:20.319Z[ host-package] Compiling arrayvec v0.7.6
25332024-12-05T06:52:20.871Z[ host-package] Compiling arrayref v0.3.9
25342024-12-05T06:52:21.400Z[ host-package] Compiling sha3 v0.10.8
25352024-12-05T06:52:21.951Z[ host-package] Compiling tar v0.4.42
25362024-12-05T06:52:22.021Z[ host-package] Compiling camino-tempfile v1.1.1
25372024-12-05T06:52:22.501Z[ host-package] Compiling toolchain_find v0.4.0
25382024-12-05T06:52:22.621Z[ host-package] Compiling const_format_proc_macros v0.2.33
25392024-12-05T06:52:22.780Z[ host-package] Compiling topological-sort v0.2.2
25402024-12-05T06:52:23.131Z[ host-package] Compiling crunchy v0.2.2
25412024-12-05T06:52:23.252Z[ helios-setup] Dec 05 06:52:22.264 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25422024-12-05T06:52:23.317Z[ host-package] Compiling maplit v1.0.2
25432024-12-05T06:52:23.563Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25442024-12-05T06:52:23.807Z[ host-package] Compiling tiny-keccak v2.0.2
25452024-12-05T06:52:24.195Z[ host-package] Compiling omicron-zone-package v0.11.1
25462024-12-05T06:52:24.421Z[ host-package] Compiling dsl_auto_type v0.1.2
25472024-12-05T06:52:24.503Z[ host-package] Compiling phf_generator v0.11.2
25482024-12-05T06:52:24.808Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25492024-12-05T06:52:25.165Z[ host-package] Compiling const_format v0.2.33
25502024-12-05T06:52:25.713Z[ host-package] Compiling secrecy v0.8.0
25512024-12-05T06:52:26.086Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25522024-12-05T06:52:26.136Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25532024-12-05T06:52:26.266Z[ host-package] Compiling r2d2 v0.8.10
25542024-12-05T06:52:26.302Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552024-12-05T06:52:26.560Z[ host-package] Compiling diesel_derives v2.2.3
25562024-12-05T06:52:26.713Z[ host-package] Compiling phf_codegen v0.11.2
25572024-12-05T06:52:26.868Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25582024-12-05T06:52:26.910Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25592024-12-05T06:52:27.058Z[ host-package] Compiling ascii-canvas v3.0.0
25602024-12-05T06:52:27.324Z[ host-package] Compiling universal-hash v0.5.1
25612024-12-05T06:52:27.646Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25622024-12-05T06:52:27.704Z[ host-package] Compiling parse-zoneinfo v0.3.1
25632024-12-05T06:52:29.601Z[ host-package] Compiling lzma-sys v0.1.20
25642024-12-05T06:52:30.428Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25652024-12-05T06:52:30.489Z[ host-package] Compiling ena v0.14.3
25662024-12-05T06:52:31.033Z[ host-package] Compiling regex-syntax v0.6.29
25672024-12-05T06:52:31.171Z[ host-package] Compiling opaque-debug v0.3.1
25682024-12-05T06:52:31.360Z[ host-package] Compiling cfg_aliases v0.1.1
25692024-12-05T06:52:31.559Z[ host-package] Compiling diff v0.1.13
25702024-12-05T06:52:32.218Z[ host-package] Compiling nix v0.28.0
25712024-12-05T06:52:33.341Z[ host-package] Compiling poly1305 v0.8.0
25722024-12-05T06:52:35.506Z[ host-package] Compiling lalrpop v0.19.12
25732024-12-05T06:52:37.154Z[ helios-setup] Dec 05 06:52:36.165 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.26s
25742024-12-05T06:52:37.189Z[ helios-setup] Dec 05 06:52:36.199 INFO building project "image-builder" ok (50 seconds)
25752024-12-05T06:52:37.189Z[ helios-setup] Dec 05 06:52:36.200 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25762024-12-05T06:52:37.189Z[ helios-setup] Dec 05 06:52:36.200 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25772024-12-05T06:52:37.414Z[ host-package] Compiling thiserror-no-std v2.0.2
25782024-12-05T06:52:37.488Z[ helios-setup] Dec 05 06:52:36.498 INFO E| Downloading crates ...
25792024-12-05T06:52:37.633Z[ host-package] Compiling chrono-tz-build v0.4.0
25802024-12-05T06:52:37.728Z[ helios-setup] Dec 05 06:52:36.738 INFO E| Downloaded typenum v1.15.0
25812024-12-05T06:52:37.733Z[ helios-setup] Dec 05 06:52:36.744 INFO E| Downloaded generic-array v0.14.6
25822024-12-05T06:52:37.737Z[ helios-setup] Dec 05 06:52:36.747 INFO E| Downloaded digest v0.10.3
25832024-12-05T06:52:37.740Z[ helios-setup] Dec 05 06:52:36.750 INFO E| Downloaded cpufeatures v0.2.5
25842024-12-05T06:52:37.743Z[ helios-setup] Dec 05 06:52:36.753 INFO E| Downloaded anyhow v1.0.62
25852024-12-05T06:52:37.749Z[ helios-setup] Dec 05 06:52:36.759 INFO E| Downloaded miniz_oxide v0.6.2
25862024-12-05T06:52:37.753Z[ helios-setup] Dec 05 06:52:36.763 INFO E| Downloaded flate2 v1.0.25
25872024-12-05T06:52:37.761Z[ helios-setup] Dec 05 06:52:36.772 INFO E| Downloaded bytes v1.2.1
25882024-12-05T06:52:37.768Z[ helios-setup] Dec 05 06:52:36.778 INFO E| Downloaded block-buffer v0.10.3
25892024-12-05T06:52:37.770Z[ helios-setup] Dec 05 06:52:36.780 INFO E| Downloaded sha2 v0.10.5
25902024-12-05T06:52:37.844Z[ helios-setup] Dec 05 06:52:36.854 INFO E| Compiling typenum v1.15.0
25912024-12-05T06:52:37.844Z[ helios-setup] Dec 05 06:52:36.854 INFO E| Compiling version_check v0.9.4
25922024-12-05T06:52:37.846Z[ helios-setup] Dec 05 06:52:36.854 INFO E| Compiling crc32fast v1.3.2
25932024-12-05T06:52:37.848Z[ helios-setup] Dec 05 06:52:36.854 INFO E| Compiling cfg-if v1.0.0
25942024-12-05T06:52:37.848Z[ helios-setup] Dec 05 06:52:36.854 INFO E| Compiling adler v1.0.2
25952024-12-05T06:52:37.848Z[ helios-setup] Dec 05 06:52:36.855 INFO E| Compiling anyhow v1.0.62
25962024-12-05T06:52:37.848Z[ helios-setup] Dec 05 06:52:36.855 INFO E| Compiling cpufeatures v0.2.5
25972024-12-05T06:52:37.848Z[ helios-setup] Dec 05 06:52:36.855 INFO E| Compiling unicode-width v0.1.10
25982024-12-05T06:52:38.273Z[ helios-setup] Dec 05 06:52:37.283 INFO E| Compiling getopts v0.2.21
25992024-12-05T06:52:38.308Z[ helios-setup] Dec 05 06:52:37.318 INFO E| Compiling bytes v1.2.1
26002024-12-05T06:52:38.525Z[ helios-setup] Dec 05 06:52:37.535 INFO E| Compiling miniz_oxide v0.6.2
26012024-12-05T06:52:38.644Z[ helios-setup] Dec 05 06:52:37.654 INFO E| Compiling bitflags v1.3.2
26022024-12-05T06:52:39.393Z[ helios-setup] Dec 05 06:52:38.403 INFO E| Compiling generic-array v0.14.6
26032024-12-05T06:52:40.440Z[ helios-setup] Dec 05 06:52:39.450 INFO E| Compiling flate2 v1.0.25
26042024-12-05T06:52:40.905Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26052024-12-05T06:52:41.804Z[ host-package] Compiling diesel v2.2.4
26062024-12-05T06:52:43.425Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26072024-12-05T06:52:43.999Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26082024-12-05T06:52:44.369Z[ host-package] Compiling chacha20 v0.9.1
26092024-12-05T06:52:44.502Z[ helios-setup] Dec 05 06:52:43.512 INFO E| Compiling crypto-common v0.1.6
26102024-12-05T06:52:44.502Z[ helios-setup] Dec 05 06:52:43.512 INFO E| Compiling block-buffer v0.10.3
26112024-12-05T06:52:44.859Z[ helios-setup] Dec 05 06:52:43.869 INFO E| Compiling digest v0.10.3
26122024-12-05T06:52:45.001Z[ host-package] Compiling heck v0.3.3
26132024-12-05T06:52:45.275Z[ helios-setup] Dec 05 06:52:44.285 INFO E| Compiling sha2 v0.10.5
26142024-12-05T06:52:45.738Z[ host-package] Compiling aead v0.5.2
26152024-12-05T06:52:45.885Z[ helios-setup] Dec 05 06:52:44.894 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26162024-12-05T06:52:46.225Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26172024-12-05T06:52:47.331Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26182024-12-05T06:52:47.884Z[ host-package] Compiling ref-cast v1.0.23
26192024-12-05T06:52:48.657Z[ host-package] Compiling vte v0.11.1
26202024-12-05T06:52:48.917Z[ host-package] Compiling chacha20poly1305 v0.10.1
26212024-12-05T06:52:49.481Z[ host-package] Compiling zone_cfg_derive v0.1.2
26222024-12-05T06:52:51.358Z[ host-package] Compiling chrono-tz v0.10.0
26232024-12-05T06:52:51.444Z[ helios-setup] Dec 05 06:52:50.452 INFO E| Finished `release` profile [optimized] target(s) in 14.15s
26242024-12-05T06:52:51.461Z[ helios-setup] Dec 05 06:52:50.469 INFO building project "bootserver" ok (14 seconds)
26252024-12-05T06:52:51.461Z[ helios-setup] Dec 05 06:52:50.469 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26262024-12-05T06:52:51.461Z[ helios-setup] Dec 05 06:52:50.469 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26272024-12-05T06:52:51.472Z[ helios-setup] Dec 05 06:52:50.480 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
26282024-12-05T06:52:51.702Z[ helios-setup] Dec 05 06:52:50.710 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
26292024-12-05T06:52:51.702Z[ helios-setup] Dec 05 06:52:50.710 INFO E| info: downloading component 'cargo'
26302024-12-05T06:52:51.952Z[ host-package] Compiling vsss-rs v3.3.4
26312024-12-05T06:52:52.132Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26322024-12-05T06:52:52.477Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26332024-12-05T06:52:52.897Z[ helios-setup] Dec 05 06:52:51.905 INFO E| info: downloading component 'clippy'
26342024-12-05T06:52:53.127Z[ host-package] Compiling derive_builder_core v0.20.2
26352024-12-05T06:52:53.199Z[ helios-setup] Dec 05 06:52:52.207 INFO E| info: downloading component 'rust-docs'
26362024-12-05T06:52:54.371Z[ helios-setup] Dec 05 06:52:53.378 INFO E| info: downloading component 'rust-src'
26372024-12-05T06:52:54.569Z[ helios-setup] Dec 05 06:52:53.571 INFO E| info: downloading component 'rust-std'
26382024-12-05T06:52:55.778Z[ host-package] Compiling fd-lock v4.0.2
26392024-12-05T06:52:56.048Z[ host-package] Compiling headers-core v0.3.0
26402024-12-05T06:52:56.277Z[ host-package] Compiling fxhash v0.2.1
26412024-12-05T06:52:56.454Z[ helios-setup] Dec 05 06:52:55.462 INFO E| info: downloading component 'rustc'
26422024-12-05T06:52:56.551Z[ host-package] Compiling libxml v0.3.3
26432024-12-05T06:52:56.791Z[ host-package] Compiling ref-cast-impl v1.0.23
26442024-12-05T06:52:56.965Z[ host-package] Compiling bytecount v0.6.8
26452024-12-05T06:52:57.319Z[ host-package] Compiling base64 v0.13.1
26462024-12-05T06:52:58.143Z[ host-package] Compiling ron v0.7.1
26472024-12-05T06:52:58.235Z[ host-package] Compiling papergrid v0.11.0
26482024-12-05T06:53:02.398Z[ helios-setup] Dec 05 06:53:01.405 INFO E| info: downloading component 'rustfmt'
26492024-12-05T06:53:02.638Z[ helios-setup] Dec 05 06:53:01.644 INFO E| info: installing component 'cargo'
26502024-12-05T06:53:04.112Z[ helios-setup] Dec 05 06:53:03.118 INFO E| info: installing component 'clippy'
26512024-12-05T06:53:04.542Z[ helios-setup] Dec 05 06:53:03.548 INFO E| info: installing component 'rust-docs'
26522024-12-05T06:53:08.443Z[ host-package] Compiling polar-core v0.27.3
26532024-12-05T06:53:11.437Z[ helios-setup] Dec 05 06:53:10.442 INFO E| info: installing component 'rust-src'
26542024-12-05T06:53:12.365Z[ helios-setup] Dec 05 06:53:11.370 INFO E| info: installing component 'rust-std'
26552024-12-05T06:53:14.108Z[ host-package] Compiling headers v0.4.0
26562024-12-05T06:53:14.216Z[ host-package] Compiling derive_builder_macro v0.20.2
26572024-12-05T06:53:14.899Z[ helios-setup] Dec 05 06:53:13.902 INFO E| info: installing component 'rustc'
26582024-12-05T06:53:15.479Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26592024-12-05T06:53:19.946Z[ host-package] Compiling xz2 v0.1.7
26602024-12-05T06:53:21.029Z[ helios-setup] Dec 05 06:53:20.032 INFO E| info: installing component 'rustfmt'
26612024-12-05T06:53:21.073Z[ host-package] Compiling zone v0.1.8
26622024-12-05T06:53:21.944Z[ helios-setup] Dec 05 06:53:20.947 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26632024-12-05T06:53:22.898Z[ helios-setup] Dec 05 06:53:21.901 INFO E| From https://github.com/oxidecomputer/amd-apcb
26642024-12-05T06:53:22.898Z[ helios-setup] Dec 05 06:53:21.901 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26652024-12-05T06:53:22.898Z[ helios-setup] Dec 05 06:53:21.901 INFO E| * [new tag] v0.4.3 -> v0.4.3
26662024-12-05T06:53:22.931Z[ helios-setup] Dec 05 06:53:21.934 INFO E| * [new tag] v0.1.3 -> v0.1.3
26672024-12-05T06:53:22.931Z[ helios-setup] Dec 05 06:53:21.934 INFO E| * [new tag] v0.1.4 -> v0.1.4
26682024-12-05T06:53:22.933Z[ helios-setup] Dec 05 06:53:21.934 INFO E| * [new tag] v0.1.5 -> v0.1.5
26692024-12-05T06:53:22.933Z[ helios-setup] Dec 05 06:53:21.934 INFO E| * [new tag] v0.2.0 -> v0.2.0
26702024-12-05T06:53:22.933Z[ helios-setup] Dec 05 06:53:21.935 INFO E| * [new tag] v0.3.0 -> v0.3.0
26712024-12-05T06:53:22.933Z[ helios-setup] Dec 05 06:53:21.935 INFO E| * [new tag] v0.3.1 -> v0.3.1
26722024-12-05T06:53:22.934Z[ helios-setup] Dec 05 06:53:21.935 INFO E| * [new tag] v0.3.2 -> v0.3.2
26732024-12-05T06:53:22.934Z[ helios-setup] Dec 05 06:53:21.935 INFO E| * [new tag] v0.3.3 -> v0.3.3
26742024-12-05T06:53:22.934Z[ helios-setup] Dec 05 06:53:21.935 INFO E| * [new tag] v0.4.0 -> v0.4.0
26752024-12-05T06:53:22.934Z[ helios-setup] Dec 05 06:53:21.935 INFO E| * [new tag] v0.4.1 -> v0.4.1
26762024-12-05T06:53:22.934Z[ helios-setup] Dec 05 06:53:21.935 INFO E| * [new tag] v0.4.2 -> v0.4.2
26772024-12-05T06:53:22.971Z[ helios-setup] Dec 05 06:53:21.974 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26782024-12-05T06:53:23.037Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26792024-12-05T06:53:23.792Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802024-12-05T06:53:23.817Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26812024-12-05T06:53:23.895Z[ helios-setup] Dec 05 06:53:22.898 INFO E| From https://github.com/oxidecomputer/amd-efs
26822024-12-05T06:53:23.895Z[ helios-setup] Dec 05 06:53:22.898 INFO E| * [new branch] empty -> origin/empty
26832024-12-05T06:53:23.899Z[ helios-setup] Dec 05 06:53:22.898 INFO E| * [new branch] issue-99 -> origin/issue-99
26842024-12-05T06:53:23.899Z[ helios-setup] Dec 05 06:53:22.898 INFO E| * [new branch] main -> origin/main
26852024-12-05T06:53:23.899Z[ helios-setup] Dec 05 06:53:22.898 INFO E| * [new branch] review -> origin/review
26862024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.898 INFO E| * [new ref] -> origin/HEAD
26872024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.898 INFO E| * [new tag] v0.2.0 -> v0.2.0
26882024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.898 INFO E| * [new tag] v0.2.1 -> v0.2.1
26892024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.899 INFO E| * [new tag] v0.2.2 -> v0.2.2
26902024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.899 INFO E| * [new tag] v0.2.3 -> v0.2.3
26912024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.899 INFO E| * [new tag] v0.2.4 -> v0.2.4
26922024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.899 INFO E| * [new tag] v0.2.5 -> v0.2.5
26932024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.899 INFO E| * [new tag] v0.2.6 -> v0.2.6
26942024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.899 INFO E| * [new tag] v0.2.7 -> v0.2.7
26952024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.899 INFO E| * [new tag] v0.3.0 -> v0.3.0
26962024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.899 INFO E| * [new tag] v0.3.1 -> v0.3.1
26972024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.900 INFO E| * [new tag] v0.4.0 -> v0.4.0
26982024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.900 INFO E| * [new tag] v0.4.1 -> v0.4.1
26992024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.900 INFO E| * [new tag] v0.4.2 -> v0.4.2
27002024-12-05T06:53:23.900Z[ helios-setup] Dec 05 06:53:22.900 INFO E| * [new tag] v0.4.3 -> v0.4.3
27012024-12-05T06:53:23.925Z[ helios-setup] Dec 05 06:53:22.928 INFO E| Updating crates.io index
27022024-12-05T06:53:24.269Z[ helios-setup] Dec 05 06:53:23.265 INFO E| Downloading crates ...
27032024-12-05T06:53:24.360Z[ helios-setup] Dec 05 06:53:23.363 INFO E| Downloaded four-cc v0.3.0
27042024-12-05T06:53:24.367Z[ helios-setup] Dec 05 06:53:23.369 INFO E| Downloaded fletcher v0.1.0
27052024-12-05T06:53:24.367Z[ helios-setup] Dec 05 06:53:23.370 INFO E| Downloaded cfg-if v0.1.10
27062024-12-05T06:53:24.370Z[ helios-setup] Dec 05 06:53:23.370 INFO E| Downloaded bytesize v1.3.0
27072024-12-05T06:53:24.370Z[ helios-setup] Dec 05 06:53:23.371 INFO E| Downloaded memoffset v0.5.6
27082024-12-05T06:53:24.378Z[ helios-setup] Dec 05 06:53:23.381 INFO E| Downloaded clap v2.34.0
27092024-12-05T06:53:24.395Z[ helios-setup] Dec 05 06:53:23.398 INFO E| Downloaded unic-char-property v0.9.0
27102024-12-05T06:53:24.398Z[ helios-setup] Dec 05 06:53:23.400 INFO E| Downloaded strum v0.23.0
27112024-12-05T06:53:24.400Z[ helios-setup] Dec 05 06:53:23.401 INFO E| Downloaded strsim v0.8.0
27122024-12-05T06:53:24.402Z[ helios-setup] Dec 05 06:53:23.403 INFO E| Downloaded scroll_derive v0.10.5
27132024-12-05T06:53:24.402Z[ helios-setup] Dec 05 06:53:23.405 INFO E| Downloaded unic-common v0.9.0
27142024-12-05T06:53:24.405Z[ helios-setup] Dec 05 06:53:23.406 INFO E| Downloaded unic-char-range v0.9.0
27152024-12-05T06:53:24.408Z[ helios-setup] Dec 05 06:53:23.408 INFO E| Downloaded pre v0.2.1
27162024-12-05T06:53:24.408Z[ helios-setup] Dec 05 06:53:23.410 INFO E| Downloaded rustc_version v0.2.3
27172024-12-05T06:53:24.408Z[ helios-setup] Dec 05 06:53:23.411 INFO E| Downloaded proc-macro-crate v0.1.5
27182024-12-05T06:53:24.411Z[ helios-setup] Dec 05 06:53:23.412 INFO E| Downloaded parse_int v0.6.0
27192024-12-05T06:53:24.411Z[ helios-setup] Dec 05 06:53:23.414 INFO E| Downloaded unic-ucd-version v0.9.0
27202024-12-05T06:53:24.414Z[ helios-setup] Dec 05 06:53:23.415 INFO E| Downloaded modular-bitfield-impl v0.11.2
27212024-12-05T06:53:24.417Z[ helios-setup] Dec 05 06:53:23.418 INFO E| Downloaded strum_macros v0.23.1
27222024-12-05T06:53:24.429Z[ helios-setup] Dec 05 06:53:23.432 INFO E| Downloaded unic-ucd-ident v0.9.0
27232024-12-05T06:53:24.432Z[ helios-setup] Dec 05 06:53:23.435 INFO E| Downloaded serde v1.0.210
27242024-12-05T06:53:24.437Z[ helios-setup] Dec 05 06:53:23.440 INFO E| Downloaded scroll v0.10.2
27252024-12-05T06:53:24.440Z[ helios-setup] Dec 05 06:53:23.443 INFO E| Downloaded vec_map v0.8.2
27262024-12-05T06:53:24.443Z[ helios-setup] Dec 05 06:53:23.445 INFO E| Downloaded thiserror-impl v1.0.64
27272024-12-05T06:53:24.446Z[ helios-setup] Dec 05 06:53:23.447 INFO E| Downloaded thiserror v1.0.64
27282024-12-05T06:53:24.453Z[ helios-setup] Dec 05 06:53:23.456 INFO E| Downloaded serde_derive v1.0.210
27292024-12-05T06:53:24.457Z[ helios-setup] Dec 05 06:53:23.460 INFO E| Downloaded structopt v0.3.26
27302024-12-05T06:53:24.471Z[ helios-setup] Dec 05 06:53:23.473 INFO E| Downloaded proc-macro2 v1.0.86
27312024-12-05T06:53:24.475Z[ helios-setup] Dec 05 06:53:23.478 INFO E| Downloaded pre-proc-macro v0.2.1
27322024-12-05T06:53:24.478Z[ helios-setup] Dec 05 06:53:23.481 INFO E| Downloaded pest_meta v2.7.13
27332024-12-05T06:53:24.482Z[ helios-setup] Dec 05 06:53:23.485 INFO E| Downloaded serde_json v1.0.128
27342024-12-05T06:53:24.495Z[ helios-setup] Dec 05 06:53:23.497 INFO E| Downloaded pest v2.7.13
27352024-12-05T06:53:24.504Z[ helios-setup] Dec 05 06:53:23.506 INFO E| Downloaded syn v2.0.79
27362024-12-05T06:53:24.524Z[ helios-setup] Dec 05 06:53:23.526 INFO E| Downloaded goblin v0.4.3
27372024-12-05T06:53:24.532Z[ helios-setup] Dec 05 06:53:23.534 INFO E| Downloaded once_cell v1.20.1
27382024-12-05T06:53:24.536Z[ helios-setup] Dec 05 06:53:23.539 INFO E| Downloaded modular-bitfield v0.11.2
27392024-12-05T06:53:24.550Z[ helios-setup] Dec 05 06:53:23.553 INFO E| Downloaded libc v0.2.159
27402024-12-05T06:53:24.588Z[ helios-setup] Dec 05 06:53:23.591 INFO E| Downloaded pest_generator v2.7.13
27412024-12-05T06:53:24.591Z[ helios-setup] Dec 05 06:53:23.593 INFO E| Downloaded textwrap v0.11.0
27422024-12-05T06:53:24.593Z[ helios-setup] Dec 05 06:53:23.595 INFO E| Downloaded structopt-derive v0.4.18
27432024-12-05T06:53:24.596Z[ helios-setup] Dec 05 06:53:23.597 INFO E| Downloaded semver-parser v0.7.0
27442024-12-05T06:53:24.596Z[ helios-setup] Dec 05 06:53:23.598 INFO E| Downloaded semver v0.9.0
27452024-12-05T06:53:24.622Z[ helios-setup] Dec 05 06:53:23.600 INFO E| Downloaded pest_derive v2.7.13
27462024-12-05T06:53:24.625Z[ helios-setup] Dec 05 06:53:23.603 INFO E| Downloaded ansi_term v0.12.1
27472024-12-05T06:53:24.733Z[ helios-setup] Dec 05 06:53:23.736 INFO E| Compiling proc-macro2 v1.0.86
27482024-12-05T06:53:24.733Z[ helios-setup] Dec 05 06:53:23.736 INFO E| Compiling unicode-ident v1.0.13
27492024-12-05T06:53:24.733Z[ helios-setup] Dec 05 06:53:23.736 INFO E| Compiling syn v1.0.109
27502024-12-05T06:53:24.736Z[ helios-setup] Dec 05 06:53:23.736 INFO E| Compiling version_check v0.9.5
27512024-12-05T06:53:24.736Z[ helios-setup] Dec 05 06:53:23.736 INFO E| Compiling memchr v2.7.4
27522024-12-05T06:53:24.736Z[ helios-setup] Dec 05 06:53:23.736 INFO E| Compiling semver-parser v0.7.0
27532024-12-05T06:53:24.736Z[ helios-setup] Dec 05 06:53:23.736 INFO E| Compiling thiserror v1.0.64
27542024-12-05T06:53:24.736Z[ helios-setup] Dec 05 06:53:23.736 INFO E| Compiling autocfg v1.4.0
27552024-12-05T06:53:24.878Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27562024-12-05T06:53:25.065Z[ helios-setup] Dec 05 06:53:24.068 INFO E| Compiling serde v1.0.210
27572024-12-05T06:53:25.414Z[ host-package] Compiling tabled_derive v0.7.0
27582024-12-05T06:53:26.163Z[ helios-setup] Dec 05 06:53:25.166 INFO E| Compiling semver v0.9.0
27592024-12-05T06:53:26.486Z[ helios-setup] Dec 05 06:53:25.489 INFO E| Compiling proc-macro-error-attr v1.0.4
27602024-12-05T06:53:26.539Z[ helios-setup] Dec 05 06:53:25.541 INFO E| Compiling proc-macro-error v1.0.4
27612024-12-05T06:53:26.687Z[ helios-setup] Dec 05 06:53:25.689 INFO E| Compiling serde_json v1.0.128
27622024-12-05T06:53:26.998Z[ helios-setup] Dec 05 06:53:26.000 INFO E| Compiling rustc_version v0.2.3
27632024-12-05T06:53:27.315Z[ helios-setup] Dec 05 06:53:26.316 INFO E| Compiling num-traits v0.2.19
27642024-12-05T06:53:27.599Z[ helios-setup] Dec 05 06:53:26.602 INFO E| Compiling schemars v0.8.21
27652024-12-05T06:53:27.709Z[ helios-setup] Dec 05 06:53:26.712 INFO E| Compiling ryu v1.0.18
27662024-12-05T06:53:27.841Z[ helios-setup] Dec 05 06:53:26.844 INFO E| Compiling itoa v1.0.11
27672024-12-05T06:53:28.036Z[ helios-setup] Dec 05 06:53:27.038 INFO E| Compiling unicode-segmentation v1.12.0
27682024-12-05T06:53:28.157Z[ helios-setup] Dec 05 06:53:27.159 INFO E| Compiling quote v1.0.37
27692024-12-05T06:53:28.753Z[ helios-setup] Dec 05 06:53:27.755 INFO E| Compiling syn v2.0.79
27702024-12-05T06:53:28.935Z[ helios-setup] Dec 05 06:53:27.937 INFO E| Compiling pre-proc-macro v0.2.1
27712024-12-05T06:53:29.250Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27722024-12-05T06:53:29.335Z[ helios-setup] Dec 05 06:53:28.337 INFO E| Compiling memoffset v0.5.6
27732024-12-05T06:53:29.393Z[ helios-setup] Dec 05 06:53:28.395 INFO E| Compiling paste v1.0.15
27742024-12-05T06:53:29.854Z[ helios-setup] Dec 05 06:53:28.856 INFO E| Compiling heck v0.3.3
27752024-12-05T06:53:30.121Z[ helios-setup] Dec 05 06:53:29.123 INFO E| Compiling lazy_static v1.5.0
27762024-12-05T06:53:30.398Z[ host-package] Compiling yasna v0.5.2
27772024-12-05T06:53:30.454Z[ helios-setup] Dec 05 06:53:29.456 INFO E| Compiling dyn-clone v1.0.17
27782024-12-05T06:53:30.536Z[ helios-setup] Dec 05 06:53:29.538 INFO E| Compiling ucd-trie v0.1.7
27792024-12-05T06:53:30.554Z[ helios-setup] Dec 05 06:53:29.555 INFO E| Compiling rustversion v1.0.17
27802024-12-05T06:53:30.590Z[ helios-setup] Dec 05 06:53:29.592 INFO E| Compiling libc v0.2.159
27812024-12-05T06:53:31.301Z[ helios-setup] Dec 05 06:53:30.303 INFO E| Compiling pre v0.2.1
27822024-12-05T06:53:32.111Z[ helios-setup] Dec 05 06:53:31.112 INFO E| Compiling cfg-if v0.1.10
27832024-12-05T06:53:32.137Z[ helios-setup] Dec 05 06:53:31.138 INFO E| Compiling once_cell v1.20.1
27842024-12-05T06:53:32.144Z[ helios-setup] Dec 05 06:53:31.146 INFO E| Compiling static_assertions v1.1.0
27852024-12-05T06:53:32.192Z[ helios-setup] Dec 05 06:53:31.194 INFO E| Compiling byteorder v1.5.0
27862024-12-05T06:53:32.492Z[ host-package] Compiling peg-macros v0.8.4
27872024-12-05T06:53:33.444Z[ helios-setup] Dec 05 06:53:32.445 INFO E| Compiling unicode-width v0.1.14
27882024-12-05T06:53:34.095Z[ helios-setup] Dec 05 06:53:33.096 INFO E| Compiling atty v0.2.14
27892024-12-05T06:53:34.560Z[ helios-setup] Dec 05 06:53:33.561 INFO E| Compiling textwrap v0.11.0
27902024-12-05T06:53:34.931Z[ helios-setup] Dec 05 06:53:33.932 INFO E| Compiling strsim v0.8.0
27912024-12-05T06:53:35.283Z[ helios-setup] Dec 05 06:53:34.283 INFO E| Compiling fletcher v0.1.0
27922024-12-05T06:53:35.297Z[ helios-setup] Dec 05 06:53:34.298 INFO E| Compiling strum v0.23.0
27932024-12-05T06:53:35.742Z[ helios-setup] Dec 05 06:53:34.743 INFO E| Compiling parse_int v0.6.0
27942024-12-05T06:53:35.753Z[ helios-setup] Dec 05 06:53:34.754 INFO E| Compiling unic-common v0.9.0
27952024-12-05T06:53:35.805Z[ helios-setup] Dec 05 06:53:34.806 INFO E| Compiling unic-char-range v0.9.0
27962024-12-05T06:53:36.054Z[ helios-setup] Dec 05 06:53:35.054 INFO E| Compiling ansi_term v0.12.1
27972024-12-05T06:53:36.101Z[ helios-setup] Dec 05 06:53:35.102 INFO E| Compiling bitflags v1.3.2
27982024-12-05T06:53:36.132Z[ helios-setup] Dec 05 06:53:35.133 INFO E| Compiling vec_map v0.8.2
27992024-12-05T06:53:36.196Z[ helios-setup] Dec 05 06:53:35.197 INFO E| Compiling unic-char-property v0.9.0
28002024-12-05T06:53:36.202Z[ helios-setup] Dec 05 06:53:35.203 INFO E| Compiling unic-ucd-version v0.9.0
28012024-12-05T06:53:36.331Z[ helios-setup] Dec 05 06:53:35.332 INFO E| Compiling plain v0.2.3
28022024-12-05T06:53:36.375Z[ helios-setup] Dec 05 06:53:35.376 INFO E| Compiling log v0.4.22
28032024-12-05T06:53:36.639Z[ helios-setup] Dec 05 06:53:35.640 INFO E| Compiling unic-ucd-ident v0.9.0
28042024-12-05T06:53:36.657Z[ helios-setup] Dec 05 06:53:35.658 INFO E| Compiling bytesize v1.3.0
28052024-12-05T06:53:36.955Z[ helios-setup] Dec 05 06:53:35.956 INFO E| Compiling clap v2.34.0
28062024-12-05T06:53:37.007Z[ host-package] Compiling strum_macros v0.24.3
28072024-12-05T06:53:38.416Z[ helios-setup] Dec 05 06:53:37.416 INFO E| Compiling serde_derive_internals v0.29.1
28082024-12-05T06:53:38.736Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28092024-12-05T06:53:39.151Z[ host-package] Compiling kstat-rs v0.2.4
28102024-12-05T06:53:40.296Z[ host-package] Compiling samael v0.0.17
28112024-12-05T06:53:40.430Z[ helios-setup] Dec 05 06:53:39.430 INFO E| Compiling toml v0.5.11
28122024-12-05T06:53:40.748Z[ host-package] Compiling sqlparser_derive v0.2.2
28132024-12-05T06:53:40.834Z[ host-package] Compiling unicase v2.7.0
28142024-12-05T06:53:41.512Z[ host-package] Compiling indoc v1.0.9
28152024-12-05T06:53:42.807Z[ host-package] Compiling nu-ansi-term v0.50.1
28162024-12-05T06:53:43.011Z[ host-package] Compiling home v0.5.9
28172024-12-05T06:53:43.325Z[ host-package] Compiling unicode_categories v0.1.1
28182024-12-05T06:53:43.879Z[ helios-setup] Dec 05 06:53:42.878 INFO E| Compiling proc-macro-crate v0.1.5
28192024-12-05T06:53:43.895Z[ host-package] Compiling reedline v0.35.0
28202024-12-05T06:53:44.179Z[ host-package] Compiling sqlformat v0.2.6
28212024-12-05T06:53:44.202Z[ helios-setup] Dec 05 06:53:43.201 INFO E| Compiling thiserror-impl v1.0.64
28222024-12-05T06:53:45.187Z[ helios-setup] Dec 05 06:53:44.186 INFO E| Compiling serde_derive v1.0.210
28232024-12-05T06:53:45.317Z[ helios-setup] Dec 05 06:53:44.316 INFO E| Compiling schemars_derive v0.8.21
28242024-12-05T06:53:45.382Z[ host-package] Compiling rustyline v14.0.0
28252024-12-05T06:53:45.455Z[ helios-setup] Dec 05 06:53:44.454 INFO E| Compiling zerocopy-derive v0.6.6
28262024-12-05T06:53:46.754Z[ helios-setup] Dec 05 06:53:45.754 INFO E| Compiling num-derive v0.4.2
28272024-12-05T06:53:49.506Z[ helios-setup] Dec 05 06:53:48.505 INFO E| Compiling zerocopy v0.6.6
28282024-12-05T06:53:50.435Z[ helios-setup] Dec 05 06:53:49.428 INFO E| Compiling pest v2.7.13
28292024-12-05T06:53:51.533Z[ host-package] Compiling sqlparser v0.45.0
28302024-12-05T06:53:52.056Z[ helios-setup] Dec 05 06:53:51.054 INFO E| Compiling modular-bitfield-impl v0.11.2
28312024-12-05T06:53:52.078Z[ helios-setup] Dec 05 06:53:51.076 INFO E| Compiling strum_macros v0.23.1
28322024-12-05T06:53:52.127Z[ helios-setup] Dec 05 06:53:51.125 INFO E| Compiling scroll_derive v0.10.5
28332024-12-05T06:53:52.422Z[ helios-setup] Dec 05 06:53:51.420 INFO E| Compiling structopt-derive v0.4.18
28342024-12-05T06:53:55.558Z[ helios-setup] Dec 05 06:53:54.556 INFO E| Compiling scroll v0.10.2
28352024-12-05T06:53:56.674Z[ helios-setup] Dec 05 06:53:55.671 INFO E| Compiling pest_meta v2.7.13
28362024-12-05T06:53:56.835Z[ helios-setup] Dec 05 06:53:55.832 INFO E| Compiling goblin v0.4.3
28372024-12-05T06:53:58.109Z[ helios-setup] Dec 05 06:53:57.106 INFO E| Compiling modular-bitfield v0.11.2
28382024-12-05T06:53:58.497Z[ helios-setup] Dec 05 06:53:57.494 INFO E| Compiling structopt v0.3.26
28392024-12-05T06:53:59.783Z[ helios-setup] Dec 05 06:53:58.780 INFO E| Compiling pest_generator v2.7.13
28402024-12-05T06:54:00.131Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28412024-12-05T06:54:04.344Z[ helios-setup] Dec 05 06:54:03.340 INFO E| Compiling pest_derive v2.7.13
28422024-12-05T06:54:06.904Z[ host-package] Compiling peg v0.8.4
28432024-12-05T06:54:06.934Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28442024-12-05T06:54:07.073Z[ host-package] Compiling rcgen v0.12.1
28452024-12-05T06:54:08.223Z[ host-package] Compiling tabled v0.15.0
28462024-12-05T06:54:09.060Z[ helios-setup] Dec 05 06:54:08.056 INFO E| Compiling json5 v0.4.1
28472024-12-05T06:54:15.295Z[ helios-setup] Dec 05 06:54:14.289 INFO E| Compiling four-cc v0.3.0
28482024-12-05T06:54:15.295Z[ helios-setup] Dec 05 06:54:14.290 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28492024-12-05T06:54:15.486Z[ helios-setup] Dec 05 06:54:14.480 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
28502024-12-05T06:54:23.100Z[ host-package] Compiling derive_builder v0.20.2
28512024-12-05T06:54:23.405Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28522024-12-05T06:54:34.080Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28532024-12-05T06:54:34.109Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28542024-12-05T06:54:34.500Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28552024-12-05T06:54:35.002Z[ host-package] Compiling bcs v0.1.6
28562024-12-05T06:54:36.269Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28572024-12-05T06:54:37.516Z[ host-package] Compiling oso-derive v0.27.3
28582024-12-05T06:54:38.767Z[ host-package] Compiling libz-sys v1.1.20
28592024-12-05T06:54:39.661Z[ host-package] Compiling quick-xml v0.33.0
28602024-12-05T06:54:44.435Z[ host-package] Compiling subprocess v0.2.9
28612024-12-05T06:54:47.255Z[ host-package] Compiling diesel-dtrace v0.3.0
28622024-12-05T06:54:47.448Z[ host-package] Compiling parking_lot_core v0.8.6
28632024-12-05T06:54:48.140Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28642024-12-05T06:54:50.143Z[ host-package] Compiling oso v0.27.3
28652024-12-05T06:55:01.807Z[ helios-setup] Dec 05 06:55:00.793 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28662024-12-05T06:55:11.538Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28672024-12-05T06:55:13.701Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28682024-12-05T06:55:18.178Z[ helios-setup] Dec 05 06:55:17.161 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28692024-12-05T06:55:20.890Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28702024-12-05T06:55:24.591Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28712024-12-05T06:55:25.109Z[ host-package] Compiling bb8 v0.8.5
28722024-12-05T06:55:25.860Z[ host-package] Compiling async-bb8-diesel v0.2.1
28732024-12-05T06:55:29.105Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28742024-12-05T06:55:29.979Z[ host-package] Compiling atty v0.2.14
28752024-12-05T06:55:30.109Z[ host-package] Compiling salty v0.3.0
28762024-12-05T06:55:31.155Z[ host-package] Compiling parking_lot v0.11.2
28772024-12-05T06:55:33.861Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28782024-12-05T06:55:39.135Z[ host-package] Compiling sled v0.34.7
28792024-12-05T06:55:39.584Z[ host-package] Compiling mime_guess v2.0.5
28802024-12-05T06:55:44.371Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28812024-12-05T06:55:46.651Z[ host-package] Compiling hickory-client v0.24.1
28822024-12-05T06:55:47.224Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28832024-12-05T06:55:47.988Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28842024-12-05T06:55:49.369Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28852024-12-05T06:55:53.621Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28862024-12-05T06:55:55.959Z[ host-package] Compiling hickory-server v0.24.1
28872024-12-05T06:55:56.017Z[ host-package] Compiling primeorder v0.13.6
28882024-12-05T06:55:56.742Z[ host-package] Compiling vergen v8.3.2
28892024-12-05T06:55:57.156Z[ host-package] Compiling env_filter v0.1.2
28902024-12-05T06:55:58.827Z[ host-package] Compiling cargo-platform v0.1.8
28912024-12-05T06:55:59.480Z[ host-package] Compiling nanorand v0.7.0
28922024-12-05T06:56:00.326Z[ host-package] Compiling memoffset v0.9.1
28932024-12-05T06:56:00.720Z[ host-package] Compiling flume v0.11.1
28942024-12-05T06:56:01.596Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28952024-12-05T06:56:02.354Z[ helios-setup] Dec 05 06:56:01.331 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s
28962024-12-05T06:56:02.392Z[ helios-setup] Dec 05 06:56:01.369 INFO building project "amd-host-image-builder" ok (190 seconds)
28972024-12-05T06:56:02.394Z[ helios-setup] Dec 05 06:56:01.369 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28982024-12-05T06:56:02.394Z[ helios-setup] Dec 05 06:56:01.369 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28992024-12-05T06:56:02.730Z[ helios-setup] Dec 05 06:56:01.707 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29002024-12-05T06:56:03.837Z[ helios-setup] Dec 05 06:56:02.814 INFO E| From https://github.com/oxidecomputer/progenitor
29012024-12-05T06:56:03.837Z[ helios-setup] Dec 05 06:56:02.814 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29022024-12-05T06:56:03.877Z[ helios-setup] Dec 05 06:56:02.854 INFO E| * [new tag] v0.1.1 -> v0.1.1
29032024-12-05T06:56:03.878Z[ helios-setup] Dec 05 06:56:02.854 INFO E| * [new tag] v0.2.0 -> v0.2.0
29042024-12-05T06:56:04.004Z[ helios-setup] Dec 05 06:56:02.980 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29052024-12-05T06:56:04.481Z[ helios-setup] Dec 05 06:56:03.458 INFO E| From https://github.com/jclulow/hiercmd
29062024-12-05T06:56:04.482Z[ helios-setup] Dec 05 06:56:03.458 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29072024-12-05T06:56:04.508Z[ helios-setup] Dec 05 06:56:03.485 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29082024-12-05T06:56:05.020Z[ helios-setup] Dec 05 06:56:03.996 INFO E| From https://github.com/jclulow/network-interface
29092024-12-05T06:56:05.020Z[ helios-setup] Dec 05 06:56:03.996 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29102024-12-05T06:56:05.052Z[ helios-setup] Dec 05 06:56:04.029 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29112024-12-05T06:56:05.565Z[ helios-setup] Dec 05 06:56:04.541 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29122024-12-05T06:56:05.565Z[ helios-setup] Dec 05 06:56:04.541 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29132024-12-05T06:56:05.604Z[ helios-setup] Dec 05 06:56:04.581 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29142024-12-05T06:56:06.469Z[ helios-setup] Dec 05 06:56:05.446 INFO E| From https://github.com/oxidecomputer/facade
29152024-12-05T06:56:06.470Z[ helios-setup] Dec 05 06:56:05.446 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29162024-12-05T06:56:06.518Z[ helios-setup] Dec 05 06:56:05.494 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29172024-12-05T06:56:07.354Z[ helios-setup] Dec 05 06:56:06.330 INFO E| From https://github.com/oxidecomputer/dropshot
29182024-12-05T06:56:07.354Z[ helios-setup] Dec 05 06:56:06.330 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29192024-12-05T06:56:07.396Z[ helios-setup] Dec 05 06:56:06.372 INFO E| * [new tag] v0.3.0 -> v0.3.0
29202024-12-05T06:56:07.396Z[ helios-setup] Dec 05 06:56:06.372 INFO E| * [new tag] v0.4.0 -> v0.4.0
29212024-12-05T06:56:07.396Z[ helios-setup] Dec 05 06:56:06.372 INFO E| * [new tag] v0.5.0 -> v0.5.0
29222024-12-05T06:56:07.399Z[ helios-setup] Dec 05 06:56:06.372 INFO E| * [new tag] v0.5.1 -> v0.5.1
29232024-12-05T06:56:07.399Z[ helios-setup] Dec 05 06:56:06.373 INFO E| * [new tag] v0.6.0 -> v0.6.0
29242024-12-05T06:56:07.399Z[ helios-setup] Dec 05 06:56:06.373 INFO E| * [new tag] v0.7.0 -> v0.7.0
29252024-12-05T06:56:07.399Z[ helios-setup] Dec 05 06:56:06.373 INFO E| * [new tag] v0.8.0 -> v0.8.0
29262024-12-05T06:56:07.399Z[ helios-setup] Dec 05 06:56:06.373 INFO E| * [new tag] v0.9.0 -> v0.9.0
29272024-12-05T06:56:07.449Z[ helios-setup] Dec 05 06:56:06.426 INFO E| Updating crates.io index
29282024-12-05T06:56:07.489Z[ helios-setup] Dec 05 06:56:06.466 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29292024-12-05T06:56:08.335Z[ helios-setup] Dec 05 06:56:07.311 INFO E| From https://github.com/oxidecomputer/typify
29302024-12-05T06:56:08.336Z[ helios-setup] Dec 05 06:56:07.311 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29312024-12-05T06:56:08.369Z[ helios-setup] Dec 05 06:56:07.345 INFO E| * [new tag] v0.0.10 -> v0.0.10
29322024-12-05T06:56:08.369Z[ helios-setup] Dec 05 06:56:07.345 INFO E| * [new tag] v0.0.11 -> v0.0.11
29332024-12-05T06:56:08.369Z[ helios-setup] Dec 05 06:56:07.346 INFO E| * [new tag] v0.0.4 -> v0.0.4
29342024-12-05T06:56:08.372Z[ helios-setup] Dec 05 06:56:07.346 INFO E| * [new tag] v0.0.5 -> v0.0.5
29352024-12-05T06:56:08.372Z[ helios-setup] Dec 05 06:56:07.346 INFO E| * [new tag] v0.0.7 -> v0.0.7
29362024-12-05T06:56:08.372Z[ helios-setup] Dec 05 06:56:07.346 INFO E| * [new tag] v0.0.8 -> v0.0.8
29372024-12-05T06:56:08.372Z[ helios-setup] Dec 05 06:56:07.346 INFO E| * [new tag] v0.0.9 -> v0.0.9
29382024-12-05T06:56:08.959Z[ helios-setup] Dec 05 06:56:07.935 INFO E| Downloading crates ...
29392024-12-05T06:56:09.139Z[ helios-setup] Dec 05 06:56:08.115 INFO E| Downloaded ahash v0.7.6
29402024-12-05T06:56:09.147Z[ helios-setup] Dec 05 06:56:08.123 INFO E| Downloaded rustls-webpki v0.100.1
29412024-12-05T06:56:09.159Z[ helios-setup] Dec 05 06:56:08.135 INFO E| Downloaded smawk v0.3.1
29422024-12-05T06:56:09.162Z[ helios-setup] Dec 05 06:56:08.138 INFO E| Downloaded sct v0.7.0
29432024-12-05T06:56:09.179Z[ helios-setup] Dec 05 06:56:08.155 INFO E| Downloaded serde v1.0.204
29442024-12-05T06:56:09.185Z[ helios-setup] Dec 05 06:56:08.161 INFO E| Downloaded serde_path_to_error v0.1.11
29452024-12-05T06:56:09.188Z[ helios-setup] Dec 05 06:56:08.164 INFO E| Downloaded utf8parse v0.2.1
29462024-12-05T06:56:09.190Z[ helios-setup] Dec 05 06:56:08.166 INFO E| Downloaded serde_json v1.0.95
29472024-12-05T06:56:09.202Z[ helios-setup] Dec 05 06:56:08.178 INFO E| Downloaded want v0.3.0
29482024-12-05T06:56:09.205Z[ helios-setup] Dec 05 06:56:08.180 INFO E| Downloaded ipnet v2.7.2
29492024-12-05T06:56:09.208Z[ helios-setup] Dec 05 06:56:08.183 INFO E| Downloaded fastrand v1.9.0
29502024-12-05T06:56:09.210Z[ helios-setup] Dec 05 06:56:08.186 INFO E| Downloaded unicode-linebreak v0.1.4
29512024-12-05T06:56:09.213Z[ helios-setup] Dec 05 06:56:08.189 INFO E| Downloaded unicode-bidi v0.3.13
29522024-12-05T06:56:09.219Z[ helios-setup] Dec 05 06:56:08.195 INFO E| Downloaded crossbeam-utils v0.8.14
29532024-12-05T06:56:09.228Z[ helios-setup] Dec 05 06:56:08.204 INFO E| Downloaded futures-sink v0.3.28
29542024-12-05T06:56:09.228Z[ helios-setup] Dec 05 06:56:08.204 INFO E| Downloaded futures-core v0.3.28
29552024-12-05T06:56:09.230Z[ helios-setup] Dec 05 06:56:08.204 INFO E| Downloaded cargo-lock v8.0.3
29562024-12-05T06:56:09.234Z[ helios-setup] Dec 05 06:56:08.210 INFO E| Downloaded tower-service v0.3.2
29572024-12-05T06:56:09.236Z[ helios-setup] Dec 05 06:56:08.212 INFO E| Downloaded sha1 v0.10.5
29582024-12-05T06:56:09.239Z[ helios-setup] Dec 05 06:56:08.214 INFO E| Downloaded serde_yaml v0.9.21
29592024-12-05T06:56:09.245Z[ helios-setup] Dec 05 06:56:08.221 INFO E| Downloaded strsim v0.10.0
29602024-12-05T06:56:09.249Z[ helios-setup] Dec 05 06:56:08.225 INFO E| Downloaded tokio-macros v2.0.0
29612024-12-05T06:56:09.266Z[ helios-setup] Dec 05 06:56:08.242 INFO E| Downloaded unicode-normalization v0.1.22
29622024-12-05T06:56:09.273Z[ helios-setup] Dec 05 06:56:08.249 INFO E| Downloaded thiserror v1.0.38
29632024-12-05T06:56:09.282Z[ helios-setup] Dec 05 06:56:08.258 INFO E| Downloaded unicode-ident v1.0.8
29642024-12-05T06:56:09.286Z[ helios-setup] Dec 05 06:56:08.262 INFO E| Downloaded tokio-rustls v0.24.0
29652024-12-05T06:56:09.290Z[ helios-setup] Dec 05 06:56:08.266 INFO E| Downloaded ucd-trie v0.1.5
29662024-12-05T06:56:09.292Z[ helios-setup] Dec 05 06:56:08.268 INFO E| Downloaded httpdate v1.0.2
29672024-12-05T06:56:09.295Z[ helios-setup] Dec 05 06:56:08.270 INFO E| Downloaded itoa v1.0.6
29682024-12-05T06:56:09.297Z[ helios-setup] Dec 05 06:56:08.273 INFO E| Downloaded tracing-core v0.1.30
29692024-12-05T06:56:09.301Z[ helios-setup] Dec 05 06:56:08.277 INFO E| Downloaded uuid v1.3.0
29702024-12-05T06:56:09.308Z[ helios-setup] Dec 05 06:56:08.284 INFO E| Downloaded url v2.3.1
29712024-12-05T06:56:09.314Z[ helios-setup] Dec 05 06:56:08.290 INFO E| Downloaded num-integer v0.1.45
29722024-12-05T06:56:09.317Z[ helios-setup] Dec 05 06:56:08.293 INFO E| Downloaded toml_edit v0.19.8
29732024-12-05T06:56:09.345Z[ helios-setup] Dec 05 06:56:08.320 INFO E| Downloaded rustfmt-wrapper v0.2.0
29742024-12-05T06:56:09.347Z[ helios-setup] Dec 05 06:56:08.323 INFO E| Downloaded winnow v0.4.1
29752024-12-05T06:56:09.361Z[ helios-setup] Dec 05 06:56:08.337 INFO E| Downloaded rhai_codegen v1.5.0
29762024-12-05T06:56:09.376Z[ helios-setup] Dec 05 06:56:08.352 INFO E| Downloaded pin-project-lite v0.2.9
29772024-12-05T06:56:09.385Z[ helios-setup] Dec 05 06:56:08.360 INFO E| Downloaded crossbeam-epoch v0.9.13
29782024-12-05T06:56:09.389Z[ helios-setup] Dec 05 06:56:08.365 INFO E| Downloaded httparse v1.8.0
29792024-12-05T06:56:09.393Z[ helios-setup] Dec 05 06:56:08.369 INFO E| Downloaded getrandom v0.2.8
29802024-12-05T06:56:09.399Z[ helios-setup] Dec 05 06:56:08.375 INFO E| Downloaded log v0.4.17
29812024-12-05T06:56:09.403Z[ helios-setup] Dec 05 06:56:08.379 INFO E| Downloaded futures-channel v0.3.28
29822024-12-05T06:56:09.407Z[ helios-setup] Dec 05 06:56:08.383 INFO E| Downloaded quote v1.0.36
29832024-12-05T06:56:09.411Z[ helios-setup] Dec 05 06:56:08.387 INFO E| Downloaded syn v2.0.72
29842024-12-05T06:56:09.478Z[ helios-setup] Dec 05 06:56:08.454 INFO E| Downloaded once_cell v1.17.0
29852024-12-05T06:56:09.482Z[ helios-setup] Dec 05 06:56:08.458 INFO E| Downloaded cc v1.0.78
29862024-12-05T06:56:09.487Z[ helios-setup] Dec 05 06:56:08.463 INFO E| Downloaded syn v1.0.107
29872024-12-05T06:56:09.504Z[ helios-setup] Dec 05 06:56:08.480 INFO E| Downloaded rayon-core v1.10.2
29882024-12-05T06:56:09.510Z[ helios-setup] Dec 05 06:56:08.486 INFO E| Downloaded memchr v2.5.0
29892024-12-05T06:56:09.518Z[ helios-setup] Dec 05 06:56:08.494 INFO E| Downloaded parking_lot v0.12.1
29902024-12-05T06:56:09.522Z[ helios-setup] Dec 05 06:56:08.498 INFO E| Downloaded num_cpus v1.15.0
29912024-12-05T06:56:09.527Z[ helios-setup] Dec 05 06:56:08.503 INFO E| Downloaded num-traits v0.2.15
29922024-12-05T06:56:09.532Z[ helios-setup] Dec 05 06:56:08.508 INFO E| Downloaded futures v0.3.28
29932024-12-05T06:56:09.541Z[ helios-setup] Dec 05 06:56:08.516 INFO E| Downloaded io-lifetimes v1.0.10
29942024-12-05T06:56:09.545Z[ helios-setup] Dec 05 06:56:08.521 INFO E| Downloaded clap_lex v0.4.1
29952024-12-05T06:56:09.547Z[ helios-setup] Dec 05 06:56:08.522 INFO E| Downloaded clap_derive v4.2.0
29962024-12-05T06:56:09.550Z[ helios-setup] Dec 05 06:56:08.526 INFO E| Downloaded mio v0.8.5
29972024-12-05T06:56:09.560Z[ helios-setup] Dec 05 06:56:08.536 INFO E| Downloaded pest v2.5.7
29982024-12-05T06:56:09.568Z[ helios-setup] Dec 05 06:56:08.544 INFO E| Downloaded http v0.2.9
29992024-12-05T06:56:09.576Z[ helios-setup] Dec 05 06:56:08.552 INFO E| Downloaded form_urlencoded v1.1.0
30002024-12-05T06:56:09.578Z[ helios-setup] Dec 05 06:56:08.553 INFO E| Downloaded proc-macro-crate v1.2.1
30012024-12-05T06:56:09.581Z[ helios-setup] Dec 05 06:56:08.555 INFO E| Downloaded pkg-config v0.3.26
30022024-12-05T06:56:09.583Z[ helios-setup] Dec 05 06:56:08.558 INFO E| Downloaded paste v1.0.12
30032024-12-05T06:56:09.588Z[ helios-setup] Dec 05 06:56:08.564 INFO E| Downloaded parking_lot_core v0.9.6
30042024-12-05T06:56:09.592Z[ helios-setup] Dec 05 06:56:08.568 INFO E| Downloaded num_enum_derive v0.5.7
30052024-12-05T06:56:09.594Z[ helios-setup] Dec 05 06:56:08.569 INFO E| Downloaded tokio v1.27.0
30062024-12-05T06:56:09.647Z[ helios-setup] Dec 05 06:56:08.623 INFO E| Downloaded num_enum v0.5.7
30072024-12-05T06:56:09.653Z[ helios-setup] Dec 05 06:56:08.629 INFO E| Downloaded clap_builder v4.2.1
30082024-12-05T06:56:09.664Z[ helios-setup] Dec 05 06:56:08.640 INFO E| Downloaded futures-util v0.3.28
30092024-12-05T06:56:09.683Z[ helios-setup] Dec 05 06:56:08.659 INFO E| Downloaded reqwest v0.11.16
30102024-12-05T06:56:09.696Z[ helios-setup] Dec 05 06:56:08.671 INFO E| Downloaded rayon v1.6.1
30112024-12-05T06:56:09.710Z[ helios-setup] Dec 05 06:56:08.685 INFO E| Downloaded h2 v0.3.16
30122024-12-05T06:56:09.721Z[ helios-setup] Dec 05 06:56:08.697 INFO E| Downloaded hyper v0.14.25
30132024-12-05T06:56:09.734Z[ helios-setup] Dec 05 06:56:08.710 INFO E| Downloaded git2 v0.16.1
30142024-12-05T06:56:09.747Z[ helios-setup] Dec 05 06:56:08.723 INFO E| Downloaded chrono v0.4.24
30152024-12-05T06:56:09.758Z[ helios-setup] Dec 05 06:56:08.734 INFO E| Downloaded regress v0.5.0
30162024-12-05T06:56:09.769Z[ helios-setup] Dec 05 06:56:08.744 INFO E| Downloaded regex v1.7.3
30172024-12-05T06:56:09.782Z[ helios-setup] Dec 05 06:56:08.758 INFO E| Downloaded lock_api v0.4.9
30182024-12-05T06:56:09.785Z[ helios-setup] Dec 05 06:56:08.761 INFO E| Downloaded http-body v0.4.5
30192024-12-05T06:56:09.787Z[ helios-setup] Dec 05 06:56:08.763 INFO E| Downloaded home v0.5.4
30202024-12-05T06:56:09.789Z[ helios-setup] Dec 05 06:56:08.765 INFO E| Downloaded tokio-util v0.7.7
30212024-12-05T06:56:09.799Z[ helios-setup] Dec 05 06:56:08.775 INFO E| Downloaded memoffset v0.7.1
30222024-12-05T06:56:09.802Z[ helios-setup] Dec 05 06:56:08.777 INFO E| Downloaded iana-time-zone v0.1.56
30232024-12-05T06:56:09.804Z[ helios-setup] Dec 05 06:56:08.780 INFO E| Downloaded built v0.6.0
30242024-12-05T06:56:09.807Z[ helios-setup] Dec 05 06:56:08.783 INFO E| Downloaded rustls v0.21.0
30252024-12-05T06:56:09.825Z[ helios-setup] Dec 05 06:56:08.800 INFO E| Downloaded rhai v1.14.0
30262024-12-05T06:56:09.844Z[ helios-setup] Dec 05 06:56:08.820 INFO E| Downloaded rustix v0.37.3
30272024-12-05T06:56:09.874Z[ helios-setup] Dec 05 06:56:08.849 INFO E| Downloaded ppv-lite86 v0.2.17
30282024-12-05T06:56:09.876Z[ helios-setup] Dec 05 06:56:08.852 INFO E| Downloaded lazy_static v1.4.0
30292024-12-05T06:56:09.878Z[ helios-setup] Dec 05 06:56:08.854 INFO E| Downloaded unsafe-libyaml v0.2.8
30302024-12-05T06:56:09.883Z[ helios-setup] Dec 05 06:56:08.859 INFO E| Downloaded tracing v0.1.37
30312024-12-05T06:56:09.890Z[ helios-setup] Dec 05 06:56:08.865 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30322024-12-05T06:56:09.893Z[ helios-setup] Dec 05 06:56:08.869 INFO E| Downloaded openapiv3 v1.0.2
30332024-12-05T06:56:09.910Z[ helios-setup] Dec 05 06:56:08.886 INFO E| Downloaded bincode v1.3.3
30342024-12-05T06:56:09.914Z[ helios-setup] Dec 05 06:56:08.890 INFO E| Downloaded base64 v0.21.0
30352024-12-05T06:56:09.920Z[ helios-setup] Dec 05 06:56:08.895 INFO E| Downloaded crossbeam-channel v0.5.6
30362024-12-05T06:56:09.926Z[ helios-setup] Dec 05 06:56:08.902 INFO E| Downloaded clap v4.2.1
30372024-12-05T06:56:09.940Z[ helios-setup] Dec 05 06:56:08.916 INFO E| Downloaded toml v0.7.3
30382024-12-05T06:56:09.945Z[ helios-setup] Dec 05 06:56:08.921 INFO E| Downloaded tinyvec v1.6.0
30392024-12-05T06:56:09.950Z[ helios-setup] Dec 05 06:56:08.926 INFO E| Downloaded textwrap v0.16.0
30402024-12-05T06:56:09.954Z[ helios-setup] Dec 05 06:56:08.930 INFO E| Downloaded socket2 v0.4.9
30412024-12-05T06:56:09.956Z[ helios-setup] Dec 05 06:56:08.932 INFO E| Downloaded serde_derive_internals v0.26.0
30422024-12-05T06:56:09.959Z[ helios-setup] Dec 05 06:56:08.935 INFO E| Downloaded futures-task v0.3.28
30432024-12-05T06:56:09.962Z[ helios-setup] Dec 05 06:56:08.937 INFO E| Downloaded futures-macro v0.3.28
30442024-12-05T06:56:09.964Z[ helios-setup] Dec 05 06:56:08.938 INFO E| Downloaded futures-executor v0.3.28
30452024-12-05T06:56:09.967Z[ helios-setup] Dec 05 06:56:08.941 INFO E| Downloaded concolor-query v0.3.3
30462024-12-05T06:56:09.967Z[ helios-setup] Dec 05 06:56:08.943 INFO E| Downloaded tokio-tungstenite v0.18.0
30472024-12-05T06:56:09.970Z[ helios-setup] Dec 05 06:56:08.946 INFO E| Downloaded tempfile v3.5.0
30482024-12-05T06:56:09.974Z[ helios-setup] Dec 05 06:56:08.950 INFO E| Downloaded jobserver v0.1.26
30492024-12-05T06:56:09.978Z[ helios-setup] Dec 05 06:56:08.954 INFO E| Downloaded libc v0.2.139
30502024-12-05T06:56:10.014Z[ helios-setup] Dec 05 06:56:08.990 INFO E| Downloaded futures-io v0.3.28
30512024-12-05T06:56:10.017Z[ helios-setup] Dec 05 06:56:08.992 INFO E| Downloaded byteorder v1.4.3
30522024-12-05T06:56:10.019Z[ helios-setup] Dec 05 06:56:08.995 INFO E| Downloaded autocfg v1.1.0
30532024-12-05T06:56:10.024Z[ helios-setup] Dec 05 06:56:09.000 INFO E| Downloaded smartstring v1.0.1
30542024-12-05T06:56:10.028Z[ helios-setup] Dec 05 06:56:09.003 INFO E| Downloaded slab v0.4.7
30552024-12-05T06:56:10.030Z[ helios-setup] Dec 05 06:56:09.005 INFO E| Downloaded serde_tokenstream v0.2.0
30562024-12-05T06:56:10.035Z[ helios-setup] Dec 05 06:56:09.011 INFO E| Downloaded toml_datetime v0.6.1
30572024-12-05T06:56:10.037Z[ helios-setup] Dec 05 06:56:09.013 INFO E| Downloaded project-root v0.2.2
30582024-12-05T06:56:10.039Z[ helios-setup] Dec 05 06:56:09.014 INFO E| Downloaded percent-encoding v2.2.0
30592024-12-05T06:56:10.039Z[ helios-setup] Dec 05 06:56:09.015 INFO E| Downloaded thiserror-impl v1.0.38
30602024-12-05T06:56:10.042Z[ helios-setup] Dec 05 06:56:09.017 INFO E| Downloaded sha2 v0.10.6
30612024-12-05T06:56:10.044Z[ helios-setup] Dec 05 06:56:09.020 INFO E| Downloaded is-terminal v0.4.7
30622024-12-05T06:56:10.046Z[ helios-setup] Dec 05 06:56:09.022 INFO E| Downloaded dyn-clone v1.0.11
30632024-12-05T06:56:10.049Z[ helios-setup] Dec 05 06:56:09.025 INFO E| Downloaded const-random v0.1.15
30642024-12-05T06:56:10.061Z[ helios-setup] Dec 05 06:56:09.027 INFO E| Downloaded toolchain_find v0.2.0
30652024-12-05T06:56:10.061Z[ helios-setup] Dec 05 06:56:09.028 INFO E| Downloaded bytes v1.4.0
30662024-12-05T06:56:10.061Z[ helios-setup] Dec 05 06:56:09.034 INFO E| Downloaded slog-async v2.7.0
30672024-12-05T06:56:10.061Z[ helios-setup] Dec 05 06:56:09.037 INFO E| Downloaded async-trait v0.1.68
30682024-12-05T06:56:10.067Z[ helios-setup] Dec 05 06:56:09.042 INFO E| Downloaded const-random-macro v0.1.15
30692024-12-05T06:56:10.070Z[ helios-setup] Dec 05 06:56:09.044 INFO E| Downloaded tungstenite v0.18.0
30702024-12-05T06:56:10.073Z[ helios-setup] Dec 05 06:56:09.049 INFO E| Downloaded try-lock v0.2.4
30712024-12-05T06:56:10.075Z[ helios-setup] Dec 05 06:56:09.050 INFO E| Downloaded time v0.1.45
30722024-12-05T06:56:10.077Z[ helios-setup] Dec 05 06:56:09.053 INFO E| Downloaded terminal_size v0.2.6
30732024-12-05T06:56:10.080Z[ helios-setup] Dec 05 06:56:09.055 INFO E| Downloaded slog-bunyan v2.4.0
30742024-12-05T06:56:10.082Z[ helios-setup] Dec 05 06:56:09.057 INFO E| Downloaded signal-hook-registry v1.4.0
30752024-12-05T06:56:10.085Z[ helios-setup] Dec 05 06:56:09.058 INFO E| Downloaded serde_spanned v0.6.1
30762024-12-05T06:56:10.085Z[ helios-setup] Dec 05 06:56:09.060 INFO E| Downloaded either v1.8.0
30772024-12-05T06:56:10.088Z[ helios-setup] Dec 05 06:56:09.062 INFO E| Downloaded camino v1.1.4
30782024-12-05T06:56:10.090Z[ helios-setup] Dec 05 06:56:09.065 INFO E| Downloaded aho-corasick v0.7.20
30792024-12-05T06:56:10.094Z[ helios-setup] Dec 05 06:56:09.070 INFO E| Downloaded smallvec v1.10.0
30802024-12-05T06:56:10.097Z[ helios-setup] Dec 05 06:56:09.073 INFO E| Downloaded serde_derive v1.0.204
30812024-12-05T06:56:10.101Z[ helios-setup] Dec 05 06:56:09.077 INFO E| Downloaded semver-parser v0.10.2
30822024-12-05T06:56:10.104Z[ helios-setup] Dec 05 06:56:09.080 INFO E| Downloaded semver v1.0.17
30832024-12-05T06:56:10.108Z[ helios-setup] Dec 05 06:56:09.084 INFO E| Downloaded semver v0.11.0
30842024-12-05T06:56:10.120Z[ helios-setup] Dec 05 06:56:09.096 INFO E| Downloaded schemars_derive v0.8.12
30852024-12-05T06:56:10.125Z[ helios-setup] Dec 05 06:56:09.101 INFO E| Downloaded schemars v0.8.12
30862024-12-05T06:56:10.144Z[ helios-setup] Dec 05 06:56:09.120 INFO E| Downloaded digest v0.10.6
30872024-12-05T06:56:10.147Z[ helios-setup] Dec 05 06:56:09.123 INFO E| Downloaded concolor-override v1.0.0
30882024-12-05T06:56:10.149Z[ helios-setup] Dec 05 06:56:09.124 INFO E| Downloaded async-stream v0.3.5
30892024-12-05T06:56:10.151Z[ helios-setup] Dec 05 06:56:09.127 INFO E| Downloaded anyhow v1.0.68
30902024-12-05T06:56:10.158Z[ helios-setup] Dec 05 06:56:09.133 INFO E| Downloaded anstyle-parse v0.1.1
30912024-12-05T06:56:10.161Z[ helios-setup] Dec 05 06:56:09.137 INFO E| Downloaded anstyle v0.3.5
30922024-12-05T06:56:10.164Z[ helios-setup] Dec 05 06:56:09.139 INFO E| Downloaded anstream v0.2.6
30932024-12-05T06:56:10.167Z[ helios-setup] Dec 05 06:56:09.143 INFO E| Downloaded ahash v0.8.3
30942024-12-05T06:56:10.172Z[ helios-setup] Dec 05 06:56:09.147 INFO E| Downloaded ryu v1.0.13
30952024-12-05T06:56:10.177Z[ helios-setup] Dec 05 06:56:09.153 INFO E| Downloaded crossbeam-deque v0.8.2
30962024-12-05T06:56:10.180Z[ helios-setup] Dec 05 06:56:09.156 INFO E| Downloaded async-stream-impl v0.3.5
30972024-12-05T06:56:10.183Z[ helios-setup] Dec 05 06:56:09.159 INFO E| Downloaded scopeguard v1.1.0
30982024-12-05T06:56:10.185Z[ helios-setup] Dec 05 06:56:09.161 INFO E| Downloaded rustls-pemfile v1.0.2
30992024-12-05T06:56:10.189Z[ helios-setup] Dec 05 06:56:09.165 INFO E| Downloaded encoding_rs v0.8.32
31002024-12-05T06:56:10.309Z[ helios-setup] Dec 05 06:56:09.285 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31012024-12-05T06:56:10.466Z[ helios-setup] Dec 05 06:56:09.442 INFO E| Downloaded libz-sys v1.1.8
31022024-12-05T06:56:10.787Z[ helios-setup] Dec 05 06:56:09.762 INFO E| Compiling proc-macro2 v1.0.86
31032024-12-05T06:56:10.787Z[ helios-setup] Dec 05 06:56:09.762 INFO E| Compiling libc v0.2.139
31042024-12-05T06:56:10.790Z[ helios-setup] Dec 05 06:56:09.762 INFO E| Compiling unicode-ident v1.0.8
31052024-12-05T06:56:10.790Z[ helios-setup] Dec 05 06:56:09.762 INFO E| Compiling autocfg v1.1.0
31062024-12-05T06:56:10.790Z[ helios-setup] Dec 05 06:56:09.762 INFO E| Compiling cfg-if v1.0.0
31072024-12-05T06:56:10.790Z[ helios-setup] Dec 05 06:56:09.763 INFO E| Compiling version_check v0.9.4
31082024-12-05T06:56:10.790Z[ helios-setup] Dec 05 06:56:09.763 INFO E| Compiling serde v1.0.204
31092024-12-05T06:56:10.790Z[ helios-setup] Dec 05 06:56:09.763 INFO E| Compiling syn v1.0.107
31102024-12-05T06:56:11.263Z[ helios-setup] Dec 05 06:56:10.238 INFO E| Compiling memchr v2.5.0
31112024-12-05T06:56:12.304Z[ helios-setup] Dec 05 06:56:11.275 INFO E| Compiling once_cell v1.17.0
31122024-12-05T06:56:12.349Z[ helios-setup] Dec 05 06:56:11.324 INFO E| Compiling thiserror v1.0.38
31132024-12-05T06:56:12.794Z[ helios-setup] Dec 05 06:56:11.769 INFO E| Compiling log v0.4.17
31142024-12-05T06:56:13.203Z[ helios-setup] Dec 05 06:56:12.179 INFO E| Compiling serde_json v1.0.95
31152024-12-05T06:56:13.778Z[ helios-setup] Dec 05 06:56:12.752 INFO E| Compiling itoa v1.0.6
31162024-12-05T06:56:14.612Z[ helios-setup] Dec 05 06:56:13.587 INFO E| Compiling getrandom v0.2.8
31172024-12-05T06:56:14.639Z[ host-package] Compiling cargo_metadata v0.18.1
31182024-12-05T06:56:14.881Z[ helios-setup] Dec 05 06:56:13.856 INFO E| Compiling jobserver v0.1.26
31192024-12-05T06:56:15.216Z[ helios-setup] Dec 05 06:56:14.191 INFO E| Compiling quote v1.0.36
31202024-12-05T06:56:15.363Z[ helios-setup] Dec 05 06:56:14.338 INFO E| Compiling indexmap v1.9.3
31212024-12-05T06:56:15.922Z[ helios-setup] Dec 05 06:56:14.897 INFO E| Compiling cc v1.0.78
31222024-12-05T06:56:16.034Z[ helios-setup] Dec 05 06:56:15.009 INFO E| Compiling pin-project-lite v0.2.9
31232024-12-05T06:56:16.320Z[ helios-setup] Dec 05 06:56:15.295 INFO E| Compiling syn v2.0.72
31242024-12-05T06:56:16.440Z[ helios-setup] Dec 05 06:56:15.415 INFO E| Compiling scopeguard v1.1.0
31252024-12-05T06:56:16.570Z[ helios-setup] Dec 05 06:56:15.545 INFO E| Compiling num-integer v0.1.45
31262024-12-05T06:56:16.783Z[ helios-setup] Dec 05 06:56:15.743 INFO E| Compiling bytes v1.4.0
31272024-12-05T06:56:16.846Z[ helios-setup] Dec 05 06:56:15.821 INFO E| Compiling futures-core v0.3.28
31282024-12-05T06:56:17.417Z[ helios-setup] Dec 05 06:56:16.391 INFO E| Compiling ryu v1.0.13
31292024-12-05T06:56:18.768Z[ helios-setup] Dec 05 06:56:17.743 INFO E| Compiling lock_api v0.4.9
31302024-12-05T06:56:18.899Z[ helios-setup] Dec 05 06:56:17.874 INFO E| Compiling parking_lot_core v0.9.6
31312024-12-05T06:56:19.246Z[ helios-setup] Dec 05 06:56:18.220 INFO E| Compiling typenum v1.16.0
31322024-12-05T06:56:19.331Z[ helios-setup] Dec 05 06:56:18.305 INFO E| Compiling bitflags v1.3.2
31332024-12-05T06:56:19.838Z[ helios-setup] Dec 05 06:56:18.812 INFO E| Compiling num_cpus v1.15.0
31342024-12-05T06:56:20.072Z[ helios-setup] Dec 05 06:56:19.046 INFO E| Compiling slab v0.4.7
31352024-12-05T06:56:20.146Z[ helios-setup] Dec 05 06:56:19.120 INFO E| Compiling generic-array v0.14.6
31362024-12-05T06:56:20.149Z[ helios-setup] Dec 05 06:56:19.120 INFO E| Compiling futures-task v0.3.28
31372024-12-05T06:56:20.468Z[ helios-setup] Dec 05 06:56:19.442 INFO E| Compiling futures-channel v0.3.28
31382024-12-05T06:56:20.778Z[ helios-setup] Dec 05 06:56:19.752 INFO E| Compiling futures-sink v0.3.28
31392024-12-05T06:56:21.035Z[ host-package] Compiling env_logger v0.11.5
31402024-12-05T06:56:21.415Z[ helios-setup] Dec 05 06:56:20.388 INFO E| Compiling tokio v1.27.0
31412024-12-05T06:56:21.554Z[ helios-setup] Dec 05 06:56:20.527 INFO E| Compiling futures-util v0.3.28
31422024-12-05T06:56:21.860Z[ helios-setup] Dec 05 06:56:20.833 INFO E| Compiling schemars v0.8.12
31432024-12-05T06:56:22.843Z[ helios-setup] Dec 05 06:56:21.817 INFO E| Compiling mio v0.8.5
31442024-12-05T06:56:23.042Z[ helios-setup] Dec 05 06:56:22.015 INFO E| Compiling signal-hook-registry v1.4.0
31452024-12-05T06:56:23.173Z[ helios-setup] Dec 05 06:56:22.147 INFO E| Compiling socket2 v0.4.9
31462024-12-05T06:56:23.326Z[ helios-setup] Dec 05 06:56:22.299 INFO E| Compiling num-traits v0.2.15
31472024-12-05T06:56:23.397Z[ helios-setup] Dec 05 06:56:22.370 INFO E| Compiling ahash v0.7.6
31482024-12-05T06:56:23.430Z[ host-package] Compiling p384 v0.13.0
31492024-12-05T06:56:24.163Z[ helios-setup] Dec 05 06:56:23.135 INFO E| Compiling crunchy v0.2.2
31502024-12-05T06:56:24.573Z[ helios-setup] Dec 05 06:56:23.546 INFO E| Compiling io-lifetimes v1.0.10
31512024-12-05T06:56:25.446Z[ helios-setup] Dec 05 06:56:24.420 INFO E| Compiling futures-io v0.3.28
31522024-12-05T06:56:26.019Z[ helios-setup] Dec 05 06:56:24.992 INFO E| Compiling pin-utils v0.1.0
31532024-12-05T06:56:26.804Z[ helios-setup] Dec 05 06:56:25.777 INFO E| Compiling ahash v0.8.3
31542024-12-05T06:56:26.891Z[ helios-setup] Dec 05 06:56:25.864 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31552024-12-05T06:56:27.406Z[ helios-setup] Dec 05 06:56:26.379 INFO E| Compiling rustix v0.37.3
31562024-12-05T06:56:27.730Z[ helios-setup] Dec 05 06:56:26.703 INFO E| Compiling tiny-keccak v2.0.2
31572024-12-05T06:56:28.153Z[ helios-setup] Dec 05 06:56:27.126 INFO E| Compiling hashbrown v0.12.3
31582024-12-05T06:56:28.663Z[ helios-setup] Dec 05 06:56:27.636 INFO E| Compiling crypto-common v0.1.6
31592024-12-05T06:56:28.787Z[ helios-setup] Dec 05 06:56:27.760 INFO E| Compiling block-buffer v0.10.3
31602024-12-05T06:56:29.055Z[ helios-setup] Dec 05 06:56:28.028 INFO E| Compiling serde_derive_internals v0.26.0
31612024-12-05T06:56:30.134Z[ helios-setup] Dec 05 06:56:29.106 INFO E| Compiling errno v0.3.1
31622024-12-05T06:56:30.195Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31632024-12-05T06:56:30.569Z[ host-package] Compiling git2 v0.19.0
31642024-12-05T06:56:30.968Z[ helios-setup] Dec 05 06:56:29.938 INFO E| Compiling fnv v1.0.7
31652024-12-05T06:56:31.209Z[ helios-setup] Dec 05 06:56:30.182 INFO E| Compiling slog v2.7.0
31662024-12-05T06:56:31.209Z[ helios-setup] Dec 05 06:56:30.182 INFO E| Compiling crossbeam-utils v0.8.14
31672024-12-05T06:56:31.363Z[ helios-setup] Dec 05 06:56:30.335 INFO E| Compiling pkg-config v0.3.26
31682024-12-05T06:56:31.564Z[ helios-setup] Dec 05 06:56:30.537 INFO E| Compiling http v0.2.9
31692024-12-05T06:56:34.180Z[ helios-setup] Dec 05 06:56:33.152 INFO E| Compiling digest v0.10.6
31702024-12-05T06:56:35.102Z[ helios-setup] Dec 05 06:56:34.073 INFO E| Compiling aho-corasick v0.7.20
31712024-12-05T06:56:35.392Z[ helios-setup] Dec 05 06:56:34.364 INFO E| Compiling regex-syntax v0.6.29
31722024-12-05T06:56:35.517Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31732024-12-05T06:56:36.120Z[ helios-setup] Dec 05 06:56:35.092 INFO E| Compiling anyhow v1.0.68
31742024-12-05T06:56:37.739Z[ helios-setup] Dec 05 06:56:36.710 INFO E| Compiling tinyvec_macros v0.1.1
31752024-12-05T06:56:37.951Z[ helios-setup] Dec 05 06:56:36.922 INFO E| Compiling cpufeatures v0.2.5
31762024-12-05T06:56:38.094Z[ helios-setup] Dec 05 06:56:37.065 INFO E| Compiling unicode-width v0.1.10
31772024-12-05T06:56:38.433Z[ helios-setup] Dec 05 06:56:37.404 INFO E| Compiling httparse v1.8.0
31782024-12-05T06:56:38.471Z[ helios-setup] Dec 05 06:56:37.442 INFO E| Compiling percent-encoding v2.2.0
31792024-12-05T06:56:38.730Z[ helios-setup] Dec 05 06:56:37.701 INFO E| Compiling heck v0.4.1
31802024-12-05T06:56:39.659Z[ helios-setup] Dec 05 06:56:38.630 INFO E| Compiling form_urlencoded v1.1.0
31812024-12-05T06:56:39.736Z[ helios-setup] Dec 05 06:56:38.707 INFO E| Compiling const-random-macro v0.1.15
31822024-12-05T06:56:39.901Z[ helios-setup] Dec 05 06:56:38.872 INFO E| Compiling tinyvec v1.6.0
31832024-12-05T06:56:40.024Z[ helios-setup] Dec 05 06:56:38.995 INFO E| Compiling thiserror-impl v1.0.38
31842024-12-05T06:56:40.343Z[ helios-setup] Dec 05 06:56:39.314 INFO E| Compiling serde_derive v1.0.204
31852024-12-05T06:56:40.737Z[ helios-setup] Dec 05 06:56:39.708 INFO E| Compiling tokio-macros v2.0.0
31862024-12-05T06:56:40.857Z[ helios-setup] Dec 05 06:56:39.827 INFO E| Compiling futures-macro v0.3.28
31872024-12-05T06:56:42.113Z[ helios-setup] Dec 05 06:56:41.083 INFO E| Compiling schemars_derive v0.8.12
31882024-12-05T06:56:42.742Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31892024-12-05T06:56:43.254Z[ helios-setup] Dec 05 06:56:42.224 INFO E| Compiling regex v1.7.3
31902024-12-05T06:56:44.395Z[ helios-setup] Dec 05 06:56:43.365 INFO E| Compiling hashbrown v0.13.2
31912024-12-05T06:56:45.568Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31922024-12-05T06:56:47.115Z[ helios-setup] Dec 05 06:56:46.084 INFO E| Compiling libz-sys v1.1.8
31932024-12-05T06:56:47.178Z[ helios-setup] Dec 05 06:56:46.148 INFO E| Compiling chrono v0.4.24
31942024-12-05T06:56:49.381Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31952024-12-05T06:56:49.595Z[ helios-setup] Dec 05 06:56:48.564 INFO E| Compiling uuid v1.3.0
31962024-12-05T06:56:49.700Z[ helios-setup] Dec 05 06:56:48.669 INFO E| Compiling dyn-clone v1.0.11
31972024-12-05T06:56:49.768Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31982024-12-05T06:56:50.196Z[ helios-setup] Dec 05 06:56:49.165 INFO E| Compiling regress v0.5.0
31992024-12-05T06:56:50.893Z[ helios-setup] Dec 05 06:56:49.862 INFO E| Compiling unicode-normalization v0.1.22
32002024-12-05T06:56:51.707Z[ helios-setup] Dec 05 06:56:50.676 INFO E| Compiling const-random v0.1.15
32012024-12-05T06:56:52.643Z[ helios-setup] Dec 05 06:56:51.612 INFO E| Compiling getopts v0.2.21
32022024-12-05T06:56:53.812Z[ helios-setup] Dec 05 06:56:52.780 INFO E| Compiling tracing-core v0.1.30
32032024-12-05T06:56:54.386Z[ helios-setup] Dec 05 06:56:53.354 INFO E| Compiling memoffset v0.7.1
32042024-12-05T06:56:54.664Z[ host-package] Compiling rand_seeder v0.3.0
32052024-12-05T06:56:54.689Z[ helios-setup] Dec 05 06:56:53.658 INFO E| Compiling ucd-trie v0.1.5
32062024-12-05T06:56:55.316Z[ host-package] Compiling libsqlite3-sys v0.30.1
32072024-12-05T06:56:55.730Z[ host-package] Compiling cfg_aliases v0.2.1
32082024-12-05T06:56:55.841Z[ helios-setup] Dec 05 06:56:54.810 INFO E| Compiling num-conv v0.1.0
32092024-12-05T06:56:56.082Z[ host-package] Compiling rustls v0.21.12
32102024-12-05T06:56:56.652Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32112024-12-05T06:56:56.743Z[ helios-setup] Dec 05 06:56:55.711 INFO E| Compiling unicode-bidi v0.3.13
32122024-12-05T06:56:56.811Z[ helios-setup] Dec 05 06:56:55.779 INFO E| Compiling powerfmt v0.2.0
32132024-12-05T06:56:56.942Z[ helios-setup] Dec 05 06:56:55.910 INFO E| Compiling time-core v0.1.2
32142024-12-05T06:56:57.142Z[ host-package] Compiling http-range v0.1.5
32152024-12-05T06:56:57.587Z[ host-package] Compiling nix v0.29.0
32162024-12-05T06:56:57.923Z[ helios-setup] Dec 05 06:56:56.890 INFO E| Compiling time-macros v0.2.18
32172024-12-05T06:56:58.293Z[ helios-setup] Dec 05 06:56:57.261 INFO E| Compiling idna v0.3.0
32182024-12-05T06:56:58.603Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32192024-12-05T06:56:59.265Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32202024-12-05T06:57:00.013Z[ helios-setup] Dec 05 06:56:58.981 INFO E| Compiling deranged v0.3.11
32212024-12-05T06:57:00.759Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32222024-12-05T06:57:01.786Z[ helios-setup] Dec 05 06:57:00.753 INFO E| Compiling tracing v0.1.37
32232024-12-05T06:57:02.747Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32242024-12-05T06:57:03.249Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32252024-12-05T06:57:03.404Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32262024-12-05T06:57:04.278Z[ host-package] Compiling rustls-webpki v0.101.7
32272024-12-05T06:57:04.286Z[ helios-setup] Dec 05 06:57:03.253 INFO E| Compiling pest v2.5.7
32282024-12-05T06:57:04.339Z[ host-package] Compiling sct v0.7.1
32292024-12-05T06:57:05.511Z[ host-package] Compiling castaway v0.2.3
32302024-12-05T06:57:05.625Z[ helios-setup] Dec 05 06:57:04.592 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32312024-12-05T06:57:06.117Z[ host-package] Compiling csv-core v0.1.11
32322024-12-05T06:57:06.159Z[ helios-setup] Dec 05 06:57:05.125 INFO E| Compiling time v0.1.45
32332024-12-05T06:57:07.139Z[ helios-setup] Dec 05 06:57:06.105 INFO E| Compiling crossbeam-epoch v0.9.13
32342024-12-05T06:57:08.116Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32352024-12-05T06:57:08.150Z[ helios-setup] Dec 05 06:57:07.117 INFO E| Compiling num_threads v0.1.6
32362024-12-05T06:57:08.268Z[ helios-setup] Dec 05 06:57:07.234 INFO E| Compiling iana-time-zone v0.1.56
32372024-12-05T06:57:08.483Z[ helios-setup] Dec 05 06:57:07.449 INFO E| Compiling semver v1.0.17
32382024-12-05T06:57:09.136Z[ host-package] Compiling glob v0.3.1
32392024-12-05T06:57:09.762Z[ helios-setup] Dec 05 06:57:08.728 INFO E| Compiling smallvec v1.10.0
32402024-12-05T06:57:10.375Z[ helios-setup] Dec 05 06:57:09.341 INFO E| Compiling toml v0.5.11
32412024-12-05T06:57:10.491Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32422024-12-05T06:57:10.892Z[ helios-setup] Dec 05 06:57:09.858 INFO E| Compiling serde_tokenstream v0.2.0
32432024-12-05T06:57:12.119Z[ host-package] Compiling csv v1.3.0
32442024-12-05T06:57:12.268Z[ helios-setup] Dec 05 06:57:11.234 INFO E| Compiling parking_lot v0.12.1
32452024-12-05T06:57:12.934Z[ host-package] Compiling compact_str v0.8.0
32462024-12-05T06:57:13.631Z[ helios-setup] Dec 05 06:57:12.597 INFO E| Compiling time v0.3.36
32472024-12-05T06:57:16.434Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32482024-12-05T06:57:16.977Z[ helios-setup] Dec 05 06:57:15.942 INFO E| Compiling semver-parser v0.10.2
32492024-12-05T06:57:18.758Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32502024-12-05T06:57:20.536Z[ helios-setup] Dec 05 06:57:19.500 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32512024-12-05T06:57:21.665Z[ host-package] Compiling hyper-staticfile v0.10.1
32522024-12-05T06:57:22.815Z[ helios-setup] Dec 05 06:57:21.778 INFO E| Compiling url v2.3.1
32532024-12-05T06:57:24.442Z[ host-package] Compiling nix v0.27.1
32542024-12-05T06:57:27.061Z[ helios-setup] Dec 05 06:57:26.024 INFO E| Compiling crossbeam-channel v0.5.6
32552024-12-05T06:57:27.697Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32562024-12-05T06:57:28.188Z[ helios-setup] Dec 05 06:57:27.151 INFO E| Compiling dirs-sys-next v0.1.2
32572024-12-05T06:57:30.373Z[ helios-setup] Dec 05 06:57:29.336 INFO E| Compiling try-lock v0.2.4
32582024-12-05T06:57:30.706Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32592024-12-05T06:57:30.885Z[ helios-setup] Dec 05 06:57:29.847 INFO E| Compiling crc32fast v1.3.2
32602024-12-05T06:57:30.936Z[ helios-setup] Dec 05 06:57:29.899 INFO E| Compiling same-file v1.0.6
32612024-12-05T06:57:31.765Z[ helios-setup] Dec 05 06:57:30.727 INFO E| Compiling walkdir v2.3.3
32622024-12-05T06:57:32.443Z[ helios-setup] Dec 05 06:57:31.405 INFO E| Compiling want v0.3.0
32632024-12-05T06:57:33.154Z[ helios-setup] Dec 05 06:57:32.116 INFO E| Compiling tokio-util v0.7.7
32642024-12-05T06:57:33.590Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32652024-12-05T06:57:34.571Z[ helios-setup] Dec 05 06:57:33.533 INFO E| Compiling dirs-next v2.0.0
32662024-12-05T06:57:35.335Z[ helios-setup] Dec 05 06:57:34.297 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32672024-12-05T06:57:36.619Z[ helios-setup] Dec 05 06:57:35.580 INFO E| Compiling h2 v0.3.16
32682024-12-05T06:57:37.512Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32692024-12-05T06:57:37.897Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32702024-12-05T06:57:37.949Z[ helios-setup] Dec 05 06:57:36.910 INFO E| Compiling semver v0.11.0
32712024-12-05T06:57:38.003Z[ helios-setup] Dec 05 06:57:36.964 INFO E| Compiling proc-macro-crate v1.2.1
32722024-12-05T06:57:42.291Z[ helios-setup] Dec 05 06:57:41.252 INFO E| Compiling futures-executor v0.3.28
32732024-12-05T06:57:43.216Z[ helios-setup] Dec 05 06:57:42.177 INFO E| Compiling http-body v0.4.5
32742024-12-05T06:57:44.680Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32752024-12-05T06:57:44.989Z[ helios-setup] Dec 05 06:57:43.950 INFO E| Compiling ring v0.16.20
32762024-12-05T06:57:44.991Z[ helios-setup] Dec 05 06:57:43.950 INFO E| Compiling rand_core v0.6.4
32772024-12-05T06:57:45.274Z[ helios-setup] Dec 05 06:57:44.234 INFO E| Compiling thread_local v1.1.7
32782024-12-05T06:57:47.354Z[ helios-setup] Dec 05 06:57:46.314 INFO E| Compiling utf8parse v0.2.1
32792024-12-05T06:57:47.795Z[ helios-setup] Dec 05 06:57:46.755 INFO E| Compiling fastrand v1.9.0
32802024-12-05T06:57:48.128Z[ helios-setup] Dec 05 06:57:47.088 INFO E| Compiling tower-service v0.3.2
32812024-12-05T06:57:48.551Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32822024-12-05T06:57:48.673Z[ helios-setup] Dec 05 06:57:47.632 INFO E| Compiling base64 v0.21.0
32832024-12-05T06:57:48.882Z[ helios-setup] Dec 05 06:57:47.842 INFO E| Compiling adler v1.0.2
32842024-12-05T06:57:49.404Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32852024-12-05T06:57:49.496Z[ helios-setup] Dec 05 06:57:48.455 INFO E| Compiling rayon-core v1.10.2
32862024-12-05T06:57:50.106Z[ helios-setup] Dec 05 06:57:49.066 INFO E| Compiling lazy_static v1.4.0
32872024-12-05T06:57:50.135Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32882024-12-05T06:57:50.286Z[ helios-setup] Dec 05 06:57:49.245 INFO E| Compiling httpdate v1.0.2
32892024-12-05T06:57:50.482Z[ host-package] Compiling unicode-truncate v1.1.0
32902024-12-05T06:57:50.756Z[ helios-setup] Dec 05 06:57:49.715 INFO E| Compiling home v0.5.4
32912024-12-05T06:57:50.987Z[ helios-setup] Dec 05 06:57:49.947 INFO E| Compiling ppv-lite86 v0.2.17
32922024-12-05T06:57:51.107Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32932024-12-05T06:57:51.295Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32942024-12-05T06:57:51.353Z[ helios-setup] Dec 05 06:57:50.312 INFO E| Compiling toolchain_find v0.2.0
32952024-12-05T06:57:51.811Z[ helios-setup] Dec 05 06:57:50.771 INFO E| Compiling hyper v0.14.25
32962024-12-05T06:57:52.498Z[ helios-setup] Dec 05 06:57:51.457 INFO E| Compiling miniz_oxide v0.6.2
32972024-12-05T06:57:52.622Z[ host-package] Compiling hashlink v0.9.1
32982024-12-05T06:57:52.632Z[ helios-setup] Dec 05 06:57:51.591 INFO E| Compiling rand_chacha v0.3.1
32992024-12-05T06:57:54.516Z[ host-package] Compiling tungstenite v0.23.0
33002024-12-05T06:57:56.327Z[ helios-setup] Dec 05 06:57:55.285 INFO E| Compiling tempfile v3.5.0
33012024-12-05T06:57:57.310Z[ host-package] Compiling lru v0.12.5
33022024-12-05T06:57:57.730Z[ helios-setup] Dec 05 06:57:56.688 INFO E| Compiling anstyle-parse v0.1.1
33032024-12-05T06:57:58.524Z[ host-package] Compiling instability v0.3.2
33042024-12-05T06:58:00.772Z[ host-package] Compiling cassowary v0.3.0
33052024-12-05T06:58:02.350Z[ helios-setup] Dec 05 06:58:01.308 INFO E| Compiling futures v0.3.28
33062024-12-05T06:58:04.353Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
33072024-12-05T06:58:05.110Z[ host-package] Compiling fallible-iterator v0.3.0
33082024-12-05T06:58:05.332Z[ host-package] Compiling ratatui v0.28.1
33092024-12-05T06:58:05.594Z[ host-package] Compiling tokio-tungstenite v0.23.1
33102024-12-05T06:58:07.123Z[ host-package] Compiling rusqlite v0.32.1
33112024-12-05T06:58:07.333Z[ helios-setup] Dec 05 06:58:06.290 INFO E| Compiling cargo-lock v8.0.3
33122024-12-05T06:58:07.404Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33132024-12-05T06:58:08.137Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33142024-12-05T06:58:08.784Z[ helios-setup] Dec 05 06:58:07.740 INFO E| Compiling num_enum_derive v0.5.7
33152024-12-05T06:58:12.469Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33162024-12-05T06:58:14.018Z[ helios-setup] Dec 05 06:58:12.974 INFO E| Compiling crossbeam-deque v0.8.2
33172024-12-05T06:58:14.688Z[ helios-setup] Dec 05 06:58:13.643 INFO E| Compiling term v0.7.0
33182024-12-05T06:58:16.579Z[ helios-setup] Dec 05 06:58:15.534 INFO E| Compiling serde_urlencoded v0.7.1
33192024-12-05T06:58:17.334Z[ helios-setup] Dec 05 06:58:16.289 INFO E| Compiling sha1 v0.10.5
33202024-12-05T06:58:17.872Z[ helios-setup] Dec 05 06:58:16.827 INFO E| Compiling sha2 v0.10.6
33212024-12-05T06:58:18.112Z[ helios-setup] Dec 05 06:58:17.067 INFO E| Compiling is-terminal v0.4.7
33222024-12-05T06:58:18.782Z[ helios-setup] Dec 05 06:58:17.736 INFO E| Compiling atty v0.2.14
33232024-12-05T06:58:19.171Z[ helios-setup] Dec 05 06:58:18.126 INFO E| Compiling anstyle v0.3.5
33242024-12-05T06:58:20.502Z[ helios-setup] Dec 05 06:58:19.457 INFO E| Compiling concolor-override v1.0.0
33252024-12-05T06:58:20.699Z[ host-package] Compiling tokio-rustls v0.24.1
33262024-12-05T06:58:21.162Z[ helios-setup] Dec 05 06:58:20.116 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33272024-12-05T06:58:21.825Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33282024-12-05T06:58:22.804Z[ helios-setup] Dec 05 06:58:21.758 INFO E| Compiling concolor-query v0.3.3
33292024-12-05T06:58:23.115Z[ helios-setup] Dec 05 06:58:22.069 INFO E| Compiling anstream v0.2.6
33302024-12-05T06:58:25.479Z[ helios-setup] Dec 05 06:58:24.433 INFO E| Compiling slog-term v2.9.0
33312024-12-05T06:58:26.520Z[ helios-setup] Dec 05 06:58:25.474 INFO E| Compiling flate2 v1.0.25
33322024-12-05T06:58:26.661Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332024-12-05T06:58:27.940Z[ helios-setup] Dec 05 06:58:26.893 INFO E| Compiling num_enum v0.5.7
33342024-12-05T06:58:28.464Z[ helios-setup] Dec 05 06:58:27.417 INFO E| Compiling rustfmt-wrapper v0.2.0
33352024-12-05T06:58:29.620Z[ helios-setup] Dec 05 06:58:28.573 INFO E| Compiling rand v0.8.5
33362024-12-05T06:58:30.134Z[ helios-setup] Dec 05 06:58:29.087 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33372024-12-05T06:58:30.863Z[ helios-setup] Dec 05 06:58:29.816 INFO E| Compiling openapiv3 v1.0.2
33382024-12-05T06:58:33.280Z[ helios-setup] Dec 05 06:58:32.232 INFO E| Compiling encoding_rs v0.8.32
33392024-12-05T06:58:33.911Z[ helios-setup] Dec 05 06:58:32.863 INFO E| Compiling project-root v0.2.2
33402024-12-05T06:58:34.089Z[ helios-setup] Dec 05 06:58:33.041 INFO E| Compiling untrusted v0.7.1
33412024-12-05T06:58:34.953Z[ helios-setup] Dec 05 06:58:33.905 INFO E| Compiling unsafe-libyaml v0.2.8
33422024-12-05T06:58:35.053Z[ helios-setup] Dec 05 06:58:34.005 INFO E| Compiling either v1.8.0
33432024-12-05T06:58:35.845Z[ helios-setup] Dec 05 06:58:34.796 INFO E| Compiling mime v0.3.17
33442024-12-05T06:58:38.138Z[ helios-setup] Dec 05 06:58:37.089 INFO E| Compiling byteorder v1.4.3
33452024-12-05T06:58:38.523Z[ helios-setup] Dec 05 06:58:37.474 INFO E| Compiling strsim v0.10.0
33462024-12-05T06:58:39.245Z[ helios-setup] Dec 05 06:58:38.196 INFO E| Compiling spin v0.5.2
33472024-12-05T06:58:39.845Z[ helios-setup] Dec 05 06:58:38.796 INFO E| Compiling clap_lex v0.4.1
33482024-12-05T06:58:40.138Z[ helios-setup] Dec 05 06:58:39.090 INFO E| Compiling base64 v0.13.1
33492024-12-05T06:58:40.466Z[ helios-setup] Dec 05 06:58:39.417 INFO E| Compiling utf-8 v0.7.6
33502024-12-05T06:58:41.303Z[ helios-setup] Dec 05 06:58:40.254 INFO E| Compiling ipnet v2.7.2
33512024-12-05T06:58:41.728Z[ helios-setup] Dec 05 06:58:40.679 INFO E| Compiling tungstenite v0.18.0
33522024-12-05T06:58:41.789Z[ helios-setup] Dec 05 06:58:40.740 INFO E| Compiling clap_builder v4.2.1
33532024-12-05T06:58:46.711Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33542024-12-05T06:58:46.807Z[ helios-setup] Dec 05 06:58:45.757 INFO E| Compiling reqwest v0.11.16
33552024-12-05T06:58:47.453Z[ helios-setup] Dec 05 06:58:46.403 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33562024-12-05T06:58:50.957Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33572024-12-05T06:58:52.762Z[ helios-setup] Dec 05 06:58:51.711 INFO E| Compiling serde_yaml v0.9.21
33582024-12-05T06:58:55.027Z[ host-package] Compiling rustls-pemfile v1.0.4
33592024-12-05T06:58:55.043Z[ helios-setup] Dec 05 06:58:53.992 INFO E| Compiling rayon v1.6.1
33602024-12-05T06:58:56.590Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33612024-12-05T06:58:56.657Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33622024-12-05T06:58:57.397Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33632024-12-05T06:58:58.066Z[ host-package] Compiling signal-hook-tokio v0.3.1
33642024-12-05T06:58:58.154Z[ host-package] Compiling twox-hash v1.6.3
33652024-12-05T06:58:58.181Z[ helios-setup] Dec 05 06:58:57.129 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33662024-12-05T06:58:59.055Z[ host-package] Compiling unicode-linebreak v0.1.5
33672024-12-05T06:58:59.438Z[ helios-setup] Dec 05 06:58:58.386 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33682024-12-05T06:59:00.471Z[ host-package] Compiling is_ci v1.2.0
33692024-12-05T06:59:00.691Z[ host-package] Compiling smawk v0.3.2
33702024-12-05T06:59:01.263Z[ host-package] Compiling supports-color v3.0.1
33712024-12-05T06:59:01.475Z[ host-package] Compiling textwrap v0.16.1
33722024-12-05T06:59:02.306Z[ helios-setup] Dec 05 06:59:01.253 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33732024-12-05T06:59:03.142Z[ helios-setup] Dec 05 06:59:02.090 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33742024-12-05T06:59:04.025Z[ helios-setup] Dec 05 06:59:02.972 INFO E| Compiling clap_derive v4.2.0
33752024-12-05T06:59:05.987Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33762024-12-05T06:59:07.546Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33772024-12-05T06:59:07.548Z[ helios-setup] Dec 05 06:59:06.494 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33782024-12-05T06:59:14.627Z[ helios-setup] Dec 05 06:59:13.573 INFO E| Compiling clap v4.2.1
33792024-12-05T06:59:16.076Z[ helios-setup] Dec 05 06:59:15.022 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33802024-12-05T06:59:24.097Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33812024-12-05T06:59:26.992Z[ helios-setup] Dec 05 06:59:25.935 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33822024-12-05T06:59:30.375Z[ helios-setup] Dec 05 06:59:29.318 INFO E| Compiling tokio-tungstenite v0.18.0
33832024-12-05T06:59:31.999Z[ helios-setup] Dec 05 06:59:30.942 INFO E| Compiling smartstring v1.0.1
33842024-12-05T06:59:33.155Z[ helios-setup] Dec 05 06:59:32.098 INFO E| Compiling rustls v0.21.0
33852024-12-05T06:59:35.491Z[ helios-setup] Dec 05 06:59:34.434 INFO E| Compiling sct v0.7.0
33862024-12-05T06:59:36.549Z[ helios-setup] Dec 05 06:59:35.491 INFO E| Compiling rustls-webpki v0.100.1
33872024-12-05T06:59:39.075Z[ helios-setup] Dec 05 06:59:38.017 INFO E| Compiling toml_datetime v0.6.1
33882024-12-05T06:59:40.772Z[ helios-setup] Dec 05 06:59:39.714 INFO E| Compiling serde_spanned v0.6.1
33892024-12-05T06:59:40.902Z[ helios-setup] Dec 05 06:59:39.843 INFO E| Compiling static_assertions v1.1.0
33902024-12-05T06:59:41.233Z[ helios-setup] Dec 05 06:59:40.175 INFO E| Compiling async-trait v0.1.68
33912024-12-05T06:59:41.337Z[ helios-setup] Dec 05 06:59:40.278 INFO E| Compiling winnow v0.4.1
33922024-12-05T06:59:42.392Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33932024-12-05T06:59:42.771Z[ helios-setup] Dec 05 06:59:41.712 INFO E| Compiling paste v1.0.12
33942024-12-05T06:59:44.140Z[ helios-setup] Dec 05 06:59:43.081 INFO E| Compiling slog-async v2.7.0
33952024-12-05T06:59:45.806Z[ helios-setup] Dec 05 06:59:44.746 INFO E| Compiling match_cfg v0.1.0
33962024-12-05T06:59:46.134Z[ helios-setup] Dec 05 06:59:45.074 INFO E| Compiling camino v1.1.4
33972024-12-05T06:59:48.155Z[ helios-setup] Dec 05 06:59:47.095 INFO E| Compiling hostname v0.3.1
33982024-12-05T06:59:48.770Z[ helios-setup] Dec 05 06:59:47.710 INFO E| Compiling toml_edit v0.19.8
33992024-12-05T06:59:51.868Z[ helios-setup] Dec 05 06:59:50.808 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34002024-12-05T06:59:56.632Z[ helios-setup] Dec 05 06:59:55.571 INFO E| Compiling slog-json v2.6.1
34012024-12-05T06:59:57.893Z[ helios-setup] Dec 05 06:59:56.831 INFO E| Compiling unicode-linebreak v0.1.4
34022024-12-05T07:00:01.471Z[ helios-setup] Dec 05 07:00:00.409 INFO E| Compiling async-stream-impl v0.3.5
34032024-12-05T07:00:03.215Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34042024-12-05T07:00:03.353Z[ helios-setup] Dec 05 07:00:02.291 INFO E| Compiling rhai_codegen v1.5.0
34052024-12-05T07:00:04.949Z[ helios-setup] Dec 05 07:00:03.887 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34062024-12-05T07:00:04.964Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34072024-12-05T07:00:05.878Z[ helios-setup] Dec 05 07:00:04.816 INFO E| Compiling take_mut v0.2.2
34082024-12-05T07:00:08.647Z[ helios-setup] Dec 05 07:00:07.584 INFO E| Compiling async-stream v0.3.5
34092024-12-05T07:00:09.178Z[ helios-setup] Dec 05 07:00:08.115 INFO E| Compiling rhai v1.14.0
34102024-12-05T07:00:09.926Z[ helios-setup] Dec 05 07:00:08.863 INFO E| Compiling tokio-rustls v0.24.0
34112024-12-05T07:00:10.058Z[ helios-setup] Dec 05 07:00:08.995 INFO E| Compiling slog-bunyan v2.4.0
34122024-12-05T07:00:10.907Z[ helios-setup] Dec 05 07:00:09.844 INFO E| Compiling toml v0.7.3
34132024-12-05T07:00:11.858Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34142024-12-05T07:00:16.530Z[ helios-setup] Dec 05 07:00:15.466 INFO E| Compiling rustls-pemfile v1.0.2
34152024-12-05T07:00:17.985Z[ helios-setup] Dec 05 07:00:16.920 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34162024-12-05T07:00:18.073Z[ helios-setup] Dec 05 07:00:17.008 INFO E| Compiling bincode v1.3.3
34172024-12-05T07:00:19.598Z[ helios-setup] Dec 05 07:00:18.533 INFO E| Compiling serde_path_to_error v0.1.11
34182024-12-05T07:00:20.409Z[ helios-setup] Dec 05 07:00:19.344 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34192024-12-05T07:00:22.358Z[ helios-setup] Dec 05 07:00:21.293 INFO E| Compiling terminal_size v0.2.6
34202024-12-05T07:00:22.989Z[ helios-setup] Dec 05 07:00:21.923 INFO E| Compiling smawk v0.3.1
34212024-12-05T07:00:23.643Z[ helios-setup] Dec 05 07:00:22.577 INFO E| Compiling textwrap v0.16.0
34222024-12-05T07:00:33.995Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34232024-12-05T07:00:36.176Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34242024-12-05T07:00:36.912Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34252024-12-05T07:00:41.324Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34262024-12-05T07:00:50.508Z[ host-package] Compiling fatfs v0.3.6
34272024-12-05T07:00:50.866Z[ host-package] Compiling rtoolbox v0.0.2
34282024-12-05T07:00:50.966Z[ helios-setup] Dec 05 07:00:49.896 INFO E| Compiling git2 v0.16.1
34292024-12-05T07:00:51.488Z[ host-package] Compiling assert_matches v1.5.0
34302024-12-05T07:00:51.676Z[ host-package] Compiling rpassword v7.3.1
34312024-12-05T07:00:52.340Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34322024-12-05T07:00:57.337Z[ helios-setup] Dec 05 07:00:56.265 INFO E| Compiling built v0.6.0
34332024-12-05T07:00:57.875Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34342024-12-05T07:01:01.578Z[ helios-setup] Dec 05 07:01:00.506 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34352024-12-05T07:01:03.153Z[ helios-setup] Dec 05 07:01:02.080 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34362024-12-05T07:01:03.951Z[ helios-setup] Dec 05 07:01:02.879 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34372024-12-05T07:01:04.284Z[ host-package] Compiling tui-tree-widget v0.22.0
34382024-12-05T07:01:05.084Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34392024-12-05T07:01:05.301Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34402024-12-05T07:01:06.248Z[ helios-setup] Dec 05 07:01:05.175 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34412024-12-05T07:01:08.186Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34422024-12-05T07:01:08.961Z[ host-package] Compiling uzers v0.12.1
34432024-12-05T07:01:09.212Z[ helios-setup] Dec 05 07:01:08.139 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34442024-12-05T07:01:14.591Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34452024-12-05T07:01:30.953Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34462024-12-05T07:01:35.600Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34472024-12-05T07:02:03.488Z[ helios-setup] Dec 05 07:02:02.406 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34482024-12-05T07:02:22.794Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34492024-12-05T07:02:25.034Z[ host-package] Compiling multimap v0.10.0
34502024-12-05T07:03:11.460Z[ helios-setup] Dec 05 07:03:10.367 INFO E| Finished `release` profile [optimized] target(s) in 7m 08s
34512024-12-05T07:03:11.595Z[ helios-setup] Dec 05 07:03:10.502 INFO building project "pilot" ok (429 seconds)
34522024-12-05T07:03:11.597Z[ helios-setup] rm -f helios-build
34532024-12-05T07:03:11.599Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34542024-12-05T07:03:11.603Z[ helios-setup]
34552024-12-05T07:03:11.607Z[ helios-setup] Setup complete! ./helios-build is now available.
34562024-12-05T07:03:11.611Z[ helios-setup]
34572024-12-05T07:03:11.611Z[ helios-setup]
34582024-12-05T07:03:11.611Z[ helios-setup] real 12:38.649821099
34592024-12-05T07:03:11.611Z[ helios-setup] user 30:24.631972475
34602024-12-05T07:03:11.611Z[ helios-setup] sys 3:46.491809362
34612024-12-05T07:03:11.611Z[ helios-setup] trap 2.004778868
34622024-12-05T07:03:11.611ZDec 05 07:03:10.517 INFO [helios-setup] process exited with exit status: 0 (758.657158136s)
34632024-12-05T07:03:11.611Z[ helios-setup] tflt 7.044336707
34642024-12-05T07:03:11.611Z[ helios-setup] dflt 31.020960394
34652024-12-05T07:03:11.611Z[ helios-setup] kflt 0.019188003
34662024-12-05T07:03:11.611Z[ helios-setup] lock 2:20:44.956972824
34672024-12-05T07:03:11.611Z[ helios-setup] slp 3:55:49.370393088
34682024-12-05T07:03:11.611Z[ helios-setup] lat 34:37.462716523
34692024-12-05T07:03:11.611Z[ helios-setup] stop 4:54.789239867
34702024-12-05T07:03:11.614ZDec 05 07:03:10.518 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34712024-12-05T07:03:11.643Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34722024-12-05T07:03:11.942Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34732024-12-05T07:03:11.942Z[ phbl-toolchain] info: downloading component 'cargo'
34742024-12-05T07:03:12.829Z[ phbl-toolchain] info: downloading component 'clippy'
34752024-12-05T07:03:13.263Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34762024-12-05T07:03:17.602Z[ phbl-toolchain] info: downloading component 'miri'
34772024-12-05T07:03:17.754Z[ phbl-toolchain] info: downloading component 'rust-docs'
34782024-12-05T07:03:19.175Z[ phbl-toolchain] info: downloading component 'rust-src'
34792024-12-05T07:03:19.353Z[ phbl-toolchain] info: downloading component 'rust-std'
34802024-12-05T07:03:21.334Z[ phbl-toolchain] info: downloading component 'rustc'
34812024-12-05T07:03:30.871Z[ phbl-toolchain] info: downloading component 'rustfmt'
34822024-12-05T07:03:31.138Z[ phbl-toolchain] info: installing component 'cargo'
34832024-12-05T07:03:32.448Z[ phbl-toolchain] info: installing component 'clippy'
34842024-12-05T07:03:33.067Z[ phbl-toolchain] info: installing component 'llvm-tools'
34852024-12-05T07:03:38.788Z[ phbl-toolchain] info: installing component 'miri'
34862024-12-05T07:03:39.100Z[ phbl-toolchain] info: installing component 'rust-docs'
34872024-12-05T07:03:47.269Z[ phbl-toolchain] info: installing component 'rust-src'
34882024-12-05T07:03:47.815Z[ phbl-toolchain] info: installing component 'rust-std'
34892024-12-05T07:03:50.327Z[ phbl-toolchain] info: installing component 'rustc'
34902024-12-05T07:03:59.805Z[ phbl-toolchain] info: installing component 'rustfmt'
34912024-12-05T07:04:00.586Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34922024-12-05T07:04:00.590ZDec 05 07:03:59.489 INFO [phbl-toolchain] process exited with exit status: 0 (48.970409582s)
34932024-12-05T07:05:13.176Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34942024-12-05T07:05:16.929Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34952024-12-05T07:12:36.437Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 10s
34962024-12-05T07:13:45.896ZDec 05 07:13:44.700 INFO [host-package] process exited with exit status: 0 (1339.735146088s)
34972024-12-05T07:13:45.899ZDec 05 07:13:44.700 INFO [host-stamp] running task
34982024-12-05T07:13:45.899ZDec 05 07:13:44.700 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34992024-12-05T07:13:45.907ZDec 05 07:13:44.711 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+gitc6fa141311e
35002024-12-05T07:13:45.918ZDec 05 07:13:44.722 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+gitc6fa141311e
35012024-12-05T07:13:45.927Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35022024-12-05T07:13:45.930Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35032024-12-05T07:13:45.933Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-05T07:13:45.933ZDec 05 07:13:44.735 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+gitc6fa141311e
35052024-12-05T07:13:45.946Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-05T07:13:45.946ZDec 05 07:13:44.750 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+gitc6fa141311e
35072024-12-05T07:13:45.963Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-05T07:13:45.963ZDec 05 07:13:44.767 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+gitc6fa141311e
35092024-12-05T07:13:45.979Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35102024-12-05T07:13:45.979ZDec 05 07:13:44.782 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+gitc6fa141311e
35112024-12-05T07:13:45.993Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35122024-12-05T07:13:45.998Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-05T07:13:46.001ZDec 05 07:13:44.801 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+gitc6fa141311e
35142024-12-05T07:13:46.020Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35152024-12-05T07:13:46.020ZDec 05 07:13:44.823 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+gitc6fa141311e
35162024-12-05T07:13:46.037Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35172024-12-05T07:13:46.041Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35182024-12-05T07:13:46.042ZDec 05 07:13:44.845 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (134.320403ms)
35192024-12-05T07:13:46.044ZDec 05 07:13:44.845 INFO [stamp-oxlog] process exited with exit status: 0 (95.660834ms)
35202024-12-05T07:13:46.044ZDec 05 07:13:44.845 INFO [stamp-overlay] process exited with exit status: 0 (44.132063ms)
35212024-12-05T07:13:46.053Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35222024-12-05T07:13:46.055Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35232024-12-05T07:13:46.058ZDec 05 07:13:44.861 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (126.010131ms)
35242024-12-05T07:13:46.214Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35252024-12-05T07:13:46.218ZDec 05 07:13:45.022 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (255.415923ms)
35262024-12-05T07:13:46.338Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35272024-12-05T07:13:46.341ZDec 05 07:13:45.145 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (422.949618ms)
35282024-12-05T07:13:47.266Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35292024-12-05T07:13:47.269ZDec 05 07:13:46.073 INFO [stamp-propolis-server] process exited with exit status: 0 (1.290168059s)
35302024-12-05T07:13:47.372Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35312024-12-05T07:13:49.817Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35322024-12-05T07:13:56.890Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35332024-12-05T07:13:56.893ZDec 05 07:13:55.695 INFO [stamp-switch-asic] process exited with exit status: 0 (10.872486686s)
35342024-12-05T07:13:56.896ZDec 05 07:13:55.696 INFO [host-stamp] task succeeded (10.995803229s)
35352024-12-05T07:13:56.896ZDec 05 07:13:55.696 INFO [host-proto] running task
35362024-12-05T07:13:57.348ZDec 05 07:13:56.150 INFO [host-proto] task succeeded (454.110103ms)
35372024-12-05T07:13:57.348ZDec 05 07:13:56.150 INFO [host-profile] running task
35382024-12-05T07:13:57.351ZDec 05 07:13:56.150 INFO [host-profile] task succeeded (356.991µs)
35392024-12-05T07:13:57.351ZDec 05 07:13:56.150 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpdsfWzO/proto/host/root -N 'ci c6fa141/${os_short_commit} 2024-12-05 06:50' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35402024-12-05T07:13:57.370Z[ host-image] Dec 05 07:13:56.171 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35412024-12-05T07:13:57.370Z[ host-image] Dec 05 07:13:56.172 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35422024-12-05T07:13:57.385Z[ host-image] Dec 05 07:13:56.186 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpdsfWzO/proto/host/root"
35432024-12-05T07:13:57.385Z[ host-image] Dec 05 07:13:56.186 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35442024-12-05T07:13:57.387Z[ host-image] Dec 05 07:13:56.186 INFO image builder template: ramdisk-01-os...
35452024-12-05T07:13:57.387Z[ host-image] Dec 05 07:13:56.187 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/.tmpdsfWzO/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35462024-12-05T07:13:57.405Z[ host-image] Dec 05 07:13:56.207 INFO O| Dec 05 07:13:56.207 INFO CREATE DATASET: rpool/images/build/host/output
35472024-12-05T07:13:57.636Z[ host-image] Dec 05 07:13:56.437 INFO O| Dec 05 07:13:56.437 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35482024-12-05T07:13:57.641Z[ host-image] Dec 05 07:13:56.443 INFO O| Dec 05 07:13:56.443 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35492024-12-05T07:13:57.832Z[ host-image] Dec 05 07:13:56.633 INFO O| Dec 05 07:13:56.633 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35502024-12-05T07:13:57.876Z[ host-image] Dec 05 07:13:56.678 INFO O| Dec 05 07:13:56.677 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35512024-12-05T07:13:57.876Z[ host-image] Dec 05 07:13:56.678 INFO O| Dec 05 07:13:56.678 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35522024-12-05T07:13:57.878Z[ host-image] Dec 05 07:13:56.678 INFO O| Dec 05 07:13:56.678 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35532024-12-05T07:13:57.878Z[ host-image] Dec 05 07:13:56.678 INFO O| Dec 05 07:13:56.678 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35542024-12-05T07:13:57.885Z[ host-image] Dec 05 07:13:56.687 INFO O| Dec 05 07:13:56.686 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35552024-12-05T07:13:58.098Z[ host-image] Dec 05 07:13:56.899 INFO O| Dec 05 07:13:56.899 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-12-05T07:13:58.109Z[ host-image] Dec 05 07:13:56.910 INFO O| Dec 05 07:13:56.910 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35572024-12-05T07:13:58.525Z[ host-image] Dec 05 07:13:57.327 INFO O| Dec 05 07:13:57.327 INFO O| Caching catalogs ... Done
35582024-12-05T07:13:58.636Z[ host-image] Dec 05 07:13:57.437 INFO O| Dec 05 07:13:57.437 INFO STEP 0 (pkg_image_create) COMPLETE
35592024-12-05T07:13:58.636Z[ host-image] Dec 05 07:13:57.437 INFO O| Dec 05 07:13:57.437 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-05T07:13:58.636Z[ host-image] Dec 05 07:13:57.437 INFO O| Dec 05 07:13:57.437 INFO skip step because feature "repo_redist" is not enabled
35612024-12-05T07:13:58.638Z[ host-image] Dec 05 07:13:57.437 INFO O| Dec 05 07:13:57.437 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-05T07:13:58.653Z[ host-image] Dec 05 07:13:57.454 INFO O| Dec 05 07:13:57.454 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-05T07:13:59.079Z[ host-image] Dec 05 07:13:57.880 INFO O| Dec 05 07:13:57.880 INFO STEP 2 (pkg_set_publisher) COMPLETE
35642024-12-05T07:13:59.079Z[ host-image] Dec 05 07:13:57.880 INFO O| Dec 05 07:13:57.880 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-05T07:13:59.100Z[ host-image] Dec 05 07:13:57.901 INFO O| Dec 05 07:13:57.901 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"]
35662024-12-05T07:13:59.712Z[ host-image] Dec 05 07:13:58.513 INFO O| Dec 05 07:13:58.513 INFO STEP 3 (pkg_set_publisher) COMPLETE
35672024-12-05T07:13:59.712Z[ host-image] Dec 05 07:13:58.513 INFO O| Dec 05 07:13:58.513 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-12-05T07:13:59.715Z[ host-image] Dec 05 07:13:58.513 INFO O| Dec 05 07:13:58.513 INFO skip step because feature "repo_redist" is not enabled
35692024-12-05T07:13:59.715Z[ host-image] Dec 05 07:13:58.513 INFO O| Dec 05 07:13:58.513 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-12-05T07:14:00.339Z[ host-image] Dec 05 07:13:59.140 INFO O| Dec 05 07:13:59.140 INFO variant opensolaris.zone is already global
35712024-12-05T07:14:00.339Z[ host-image] Dec 05 07:13:59.140 INFO O| Dec 05 07:13:59.140 INFO STEP 5 (pkg_change_variant) COMPLETE
35722024-12-05T07:14:00.341Z[ host-image] Dec 05 07:13:59.140 INFO O| Dec 05 07:13:59.140 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35732024-12-05T07:14:00.944Z[ host-image] Dec 05 07:13:59.745 INFO O| Dec 05 07:13:59.745 INFO variant opensolaris.imagetype is full; changing to partial
35742024-12-05T07:14:00.944Z[ host-image] Dec 05 07:13:59.745 INFO O| Dec 05 07:13:59.745 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35752024-12-05T07:14:08.555Z[ host-image] Dec 05 07:14:07.354 INFO O| Dec 05 07:14:07.354 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35762024-12-05T07:14:10.534Z[recovery-package] Finished `release` profile [optimized] target(s) in 24.32s
35772024-12-05T07:14:12.185ZDec 05 07:14:10.984 INFO [recovery-package] process exited with exit status: 0 (26.28370437s)
35782024-12-05T07:14:12.185ZDec 05 07:14:10.984 INFO [recovery-stamp] running task
35792024-12-05T07:14:12.188ZDec 05 07:14:10.984 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35802024-12-05T07:14:12.196ZDec 05 07:14:10.994 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+gitc6fa141311e
35812024-12-05T07:14:12.212ZDec 05 07:14:11.011 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitc6fa141311e
35822024-12-05T07:14:12.230Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35832024-12-05T07:14:12.243Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35842024-12-05T07:14:12.343Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35852024-12-05T07:14:12.348ZDec 05 07:14:11.147 INFO [stamp-installinator] process exited with exit status: 0 (135.873529ms)
35862024-12-05T07:14:12.357Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35872024-12-05T07:14:12.361ZDec 05 07:14:11.160 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (166.225086ms)
35882024-12-05T07:14:12.363ZDec 05 07:14:11.160 INFO [recovery-stamp] task succeeded (176.376143ms)
35892024-12-05T07:14:12.363ZDec 05 07:14:11.161 INFO [recovery-proto] running task
35902024-12-05T07:14:12.363ZDec 05 07:14:11.161 INFO [tuf-stamp] running task
35912024-12-05T07:14:12.363ZDec 05 07:14:11.162 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+gitc6fa141311e
35922024-12-05T07:14:12.383ZDec 05 07:14:11.182 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+gitc6fa141311e
35932024-12-05T07:14:12.401Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-05T07:14:12.403ZDec 05 07:14:11.200 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+gitc6fa141311e
35952024-12-05T07:14:12.422Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35962024-12-05T07:14:12.425ZDec 05 07:14:11.222 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+gitc6fa141311e
35972024-12-05T07:14:12.437Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
35982024-12-05T07:14:12.443ZDec 05 07:14:11.242 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+gitc6fa141311e
35992024-12-05T07:14:12.468Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36002024-12-05T07:14:12.470ZDec 05 07:14:11.267 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+gitc6fa141311e
36012024-12-05T07:14:12.527Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36022024-12-05T07:14:12.529ZDec 05 07:14:11.326 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+gitc6fa141311e
36032024-12-05T07:14:12.560ZDec 05 07:14:11.359 INFO [recovery-proto] task succeeded (198.006955ms)
36042024-12-05T07:14:12.562ZDec 05 07:14:11.359 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpdsfWzO/proto/recovery/root -N 'recovery c6fa141/${os_short_commit} 2024-12-05 06:50' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36052024-12-05T07:14:12.611Z[ recovery-image] Dec 05 07:14:11.409 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36062024-12-05T07:14:12.611Z[ recovery-image] Dec 05 07:14:11.410 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36072024-12-05T07:14:12.613Z[ host-image] Dec 05 07:14:11.412 INFO O| Dec 05 07:14:11.412 INFO O| Startup: Caching catalogs ... Done
36082024-12-05T07:14:12.642Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-05T07:14:12.642ZDec 05 07:14:11.441 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+gitc6fa141311e
36102024-12-05T07:14:12.696Z[ recovery-image] Dec 05 07:14:11.475 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpdsfWzO/proto/recovery/root"
36112024-12-05T07:14:12.696Z[ recovery-image] Dec 05 07:14:11.475 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36122024-12-05T07:14:12.700Z[ recovery-image] Dec 05 07:14:11.475 INFO image builder template: ramdisk-01-os...
36132024-12-05T07:14:12.700Z[ recovery-image] Dec 05 07:14:11.475 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/.tmpdsfWzO/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36142024-12-05T07:14:12.700Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36152024-12-05T07:14:12.700ZDec 05 07:14:11.496 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+gitc6fa141311e
36162024-12-05T07:14:12.732Z[ host-image] Dec 05 07:14:11.517 INFO O| Dec 05 07:14:11.517 INFO O| Planning: Planning completed in 0.00 seconds
36172024-12-05T07:14:12.735Z[ host-image] Dec 05 07:14:11.517 INFO O| Dec 05 07:14:11.517 INFO O| Planning: Consolidating action changes ... Done
36182024-12-05T07:14:12.735Z[ host-image] Dec 05 07:14:11.517 INFO O| Dec 05 07:14:11.517 INFO O| Planning: Evaluating mediators ... Done
36192024-12-05T07:14:12.735Z[ host-image] Dec 05 07:14:11.517 INFO O| Dec 05 07:14:11.517 INFO O| Planning: Planning completed in 0.00 seconds
36202024-12-05T07:14:12.735Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36212024-12-05T07:14:12.735ZDec 05 07:14:11.532 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+gitc6fa141311e
36222024-12-05T07:14:12.767Z[ host-image] Dec 05 07:14:11.541 INFO O| Dec 05 07:14:11.541 INFO O| Variants/Facets to change: 1
36232024-12-05T07:14:12.767Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36242024-12-05T07:14:12.770Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36252024-12-05T07:14:12.770ZDec 05 07:14:11.567 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+gitc6fa141311e
36262024-12-05T07:14:12.802Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36272024-12-05T07:14:12.804Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36282024-12-05T07:14:12.840Z[ host-image] Dec 05 07:14:11.639 INFO O| Dec 05 07:14:11.639 INFO O| Done
36292024-12-05T07:14:12.840Z[ host-image] Dec 05 07:14:11.639 INFO O| Dec 05 07:14:11.639 INFO O| Done
36302024-12-05T07:14:12.851ZDec 05 07:14:11.651 INFO [stamp-ntp] process exited with exit status: 0 (488.738339ms)
36312024-12-05T07:14:12.884Z[ recovery-image] Dec 05 07:14:11.683 INFO O| Dec 05 07:14:11.641 INFO CREATE DATASET: rpool/images/build/recovery/output
36322024-12-05T07:14:13.106Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36332024-12-05T07:14:13.220ZDec 05 07:14:12.019 INFO [stamp-probe] process exited with exit status: 0 (452.345627ms)
36342024-12-05T07:14:13.291Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
36352024-12-05T07:14:13.336Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36362024-12-05T07:14:13.421Z[ recovery-image] Dec 05 07:14:12.220 INFO O| Dec 05 07:14:12.220 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36372024-12-05T07:14:13.428Z[ recovery-image] Dec 05 07:14:12.227 INFO O| Dec 05 07:14:12.227 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36382024-12-05T07:14:13.944Z[ recovery-image] Dec 05 07:14:12.743 INFO O| Dec 05 07:14:12.743 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36392024-12-05T07:14:14.032Z[ recovery-image] Dec 05 07:14:12.831 INFO O| Dec 05 07:14:12.831 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36402024-12-05T07:14:14.032Z[ recovery-image] Dec 05 07:14:12.831 INFO O| Dec 05 07:14:12.831 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36412024-12-05T07:14:14.035Z[ recovery-image] Dec 05 07:14:12.832 INFO O| Dec 05 07:14:12.831 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36422024-12-05T07:14:14.035Z[ recovery-image] Dec 05 07:14:12.832 INFO O| Dec 05 07:14:12.831 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36432024-12-05T07:14:14.071Z[ host-image] Dec 05 07:14:12.870 INFO O| Dec 05 07:14:12.870 INFO O| Done
36442024-12-05T07:14:14.087Z[ recovery-image] Dec 05 07:14:12.886 INFO O| Dec 05 07:14:12.886 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36452024-12-05T07:14:14.158Z[ host-image] Dec 05 07:14:12.956 INFO O| Dec 05 07:14:12.956 INFO O| Done
36462024-12-05T07:14:14.160Z[ host-image] Dec 05 07:14:12.958 INFO O| Dec 05 07:14:12.958 INFO O| Done
36472024-12-05T07:14:14.160Z[ host-image] Dec 05 07:14:12.958 INFO O| Dec 05 07:14:12.958 INFO O| Done
36482024-12-05T07:14:14.163Z[ host-image] Dec 05 07:14:12.960 INFO O| Dec 05 07:14:12.960 INFO O| Done
36492024-12-05T07:14:14.327Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36502024-12-05T07:14:14.343ZDec 05 07:14:13.142 INFO [stamp-internal-dns] process exited with exit status: 0 (1.900045081s)
36512024-12-05T07:14:14.402Z[ recovery-image] Dec 05 07:14:13.201 INFO O| Dec 05 07:14:13.201 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36522024-12-05T07:14:14.422Z[ recovery-image] Dec 05 07:14:13.221 INFO O| Dec 05 07:14:13.221 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36532024-12-05T07:14:14.429Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36542024-12-05T07:14:14.432Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36552024-12-05T07:14:14.435ZDec 05 07:14:13.234 INFO [stamp-external-dns] process exited with exit status: 0 (2.011991795s)
36562024-12-05T07:14:14.459ZDec 05 07:14:13.258 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.075359901s)
36572024-12-05T07:14:14.505Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36582024-12-05T07:14:14.510ZDec 05 07:14:13.309 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.813141397s)
36592024-12-05T07:14:14.807Z[ host-image] Dec 05 07:14:13.605 INFO O| Dec 05 07:14:13.605 INFO STEP 6 (pkg_change_variant) COMPLETE
36602024-12-05T07:14:14.807Z[ host-image] Dec 05 07:14:13.605 INFO O| Dec 05 07:14:13.605 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36612024-12-05T07:14:14.809Z[ host-image] Dec 05 07:14:13.605 INFO O| Dec 05 07:14:13.605 INFO skip step because feature "debug_variant" is not enabled
36622024-12-05T07:14:14.809Z[ host-image] Dec 05 07:14:13.605 INFO O| Dec 05 07:14:13.605 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36632024-12-05T07:14:14.950Z[ recovery-image] Dec 05 07:14:13.748 INFO O| Dec 05 07:14:13.748 INFO O| Caching catalogs ... Done
36642024-12-05T07:14:15.079Z[ recovery-image] Dec 05 07:14:13.878 INFO O| Dec 05 07:14:13.878 INFO STEP 0 (pkg_image_create) COMPLETE
36652024-12-05T07:14:15.079Z[ recovery-image] Dec 05 07:14:13.878 INFO O| Dec 05 07:14:13.878 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662024-12-05T07:14:15.079Z[ recovery-image] Dec 05 07:14:13.878 INFO O| Dec 05 07:14:13.878 INFO skip step because feature "repo_redist" is not enabled
36672024-12-05T07:14:15.082Z[ recovery-image] Dec 05 07:14:13.878 INFO O| Dec 05 07:14:13.878 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36682024-12-05T07:14:15.096Z[ recovery-image] Dec 05 07:14:13.895 INFO O| Dec 05 07:14:13.895 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"]
36692024-12-05T07:14:15.249Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36702024-12-05T07:14:15.254ZDec 05 07:14:14.053 INFO [stamp-oximeter] process exited with exit status: 0 (2.612137363s)
36712024-12-05T07:14:15.318Z[ host-image] Dec 05 07:14:14.116 INFO O| Dec 05 07:14:14.116 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36722024-12-05T07:14:15.622Z[ recovery-image] Dec 05 07:14:14.421 INFO O| Dec 05 07:14:14.421 INFO STEP 2 (pkg_set_publisher) COMPLETE
36732024-12-05T07:14:15.622Z[ recovery-image] Dec 05 07:14:14.421 INFO O| Dec 05 07:14:14.421 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742024-12-05T07:14:15.642Z[ recovery-image] Dec 05 07:14:14.441 INFO O| Dec 05 07:14:14.441 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"]
36752024-12-05T07:14:15.873Z[ host-image] Dec 05 07:14:14.672 INFO O| Dec 05 07:14:14.671 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36762024-12-05T07:14:15.875Z[ host-image] Dec 05 07:14:14.673 INFO O| Dec 05 07:14:14.673 INFO O| Planning: Planning completed in 0.00 seconds
36772024-12-05T07:14:15.875Z[ host-image] Dec 05 07:14:14.674 INFO O| Dec 05 07:14:14.674 INFO O| Planning: Consolidating action changes ... Done
36782024-12-05T07:14:15.875Z[ host-image] Dec 05 07:14:14.674 INFO O| Dec 05 07:14:14.674 INFO O| Planning: Evaluating mediators ... Done
36792024-12-05T07:14:15.878Z[ host-image] Dec 05 07:14:14.674 INFO O| Dec 05 07:14:14.674 INFO O| Planning: Planning completed in 0.00 seconds
36802024-12-05T07:14:15.878Z[ host-image] Dec 05 07:14:14.675 INFO O| Dec 05 07:14:14.675 INFO O| Variants/Facets to change: 1
36812024-12-05T07:14:15.900Z[ host-image] Dec 05 07:14:14.698 INFO O| Dec 05 07:14:14.698 INFO O| Done
36822024-12-05T07:14:15.900Z[ host-image] Dec 05 07:14:14.698 INFO O| Dec 05 07:14:14.698 INFO O| Done
36832024-12-05T07:14:16.202Z[ recovery-image] Dec 05 07:14:15.000 INFO O| Dec 05 07:14:15.000 INFO STEP 3 (pkg_set_publisher) COMPLETE
36842024-12-05T07:14:16.202Z[ recovery-image] Dec 05 07:14:15.000 INFO O| Dec 05 07:14:15.000 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36852024-12-05T07:14:16.202Z[ recovery-image] Dec 05 07:14:15.000 INFO O| Dec 05 07:14:15.000 INFO skip step because feature "repo_redist" is not enabled
36862024-12-05T07:14:16.202Z[ recovery-image] Dec 05 07:14:15.000 INFO O| Dec 05 07:14:15.000 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36872024-12-05T07:14:16.604Z[ host-image] Dec 05 07:14:15.403 INFO O| Dec 05 07:14:15.403 INFO O| Done
36882024-12-05T07:14:16.683Z[ host-image] Dec 05 07:14:15.481 INFO O| Dec 05 07:14:15.481 INFO O| Done
36892024-12-05T07:14:16.685Z[ host-image] Dec 05 07:14:15.482 INFO O| Dec 05 07:14:15.482 INFO O| Done
36902024-12-05T07:14:16.685Z[ host-image] Dec 05 07:14:15.482 INFO O| Dec 05 07:14:15.482 INFO O| Done
36912024-12-05T07:14:16.687Z[ host-image] Dec 05 07:14:15.484 INFO O| Dec 05 07:14:15.484 INFO O| Done
36922024-12-05T07:14:16.732Z[ recovery-image] Dec 05 07:14:15.531 INFO O| Dec 05 07:14:15.531 INFO variant opensolaris.zone is already global
36932024-12-05T07:14:16.732Z[ recovery-image] Dec 05 07:14:15.531 INFO O| Dec 05 07:14:15.531 INFO STEP 5 (pkg_change_variant) COMPLETE
36942024-12-05T07:14:16.732Z[ recovery-image] Dec 05 07:14:15.531 INFO O| Dec 05 07:14:15.531 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36952024-12-05T07:14:16.765Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36962024-12-05T07:14:16.769ZDec 05 07:14:15.568 INFO [stamp-nexus] process exited with exit status: 0 (4.241668298s)
36972024-12-05T07:14:16.773Z[ host-image] Dec 05 07:14:15.571 INFO O| Dec 05 07:14:15.571 INFO STEP 8 (pkg_change_facet) COMPLETE
36982024-12-05T07:14:16.773Z[ host-image] Dec 05 07:14:15.571 INFO O| Dec 05 07:14:15.571 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36992024-12-05T07:14:16.775Z[ host-image] Dec 05 07:14:15.571 INFO O| Dec 05 07:14:15.571 INFO skip step because feature "recovery" is not enabled
37002024-12-05T07:14:16.775Z[ host-image] Dec 05 07:14:15.571 INFO O| Dec 05 07:14:15.571 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37012024-12-05T07:14:16.775Z[ host-image] Dec 05 07:14:15.571 INFO O| Dec 05 07:14:15.571 INFO skip step because feature "recovery" is not enabled
37022024-12-05T07:14:16.775Z[ host-image] Dec 05 07:14:15.571 INFO O| Dec 05 07:14:15.571 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37032024-12-05T07:14:16.785Z[ host-image] Dec 05 07:14:15.583 INFO O| Dec 05 07:14:15.583 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"]
37042024-12-05T07:14:17.136Z[ recovery-image] Dec 05 07:14:15.935 INFO O| Dec 05 07:14:15.935 INFO variant opensolaris.imagetype is full; changing to partial
37052024-12-05T07:14:17.136Z[ recovery-image] Dec 05 07:14:15.935 INFO O| Dec 05 07:14:15.935 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37062024-12-05T07:14:17.436Z[ host-image] Dec 05 07:14:16.234 INFO O| Dec 05 07:14:16.234 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37072024-12-05T07:14:17.997Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37082024-12-05T07:14:17.999Z[verify-libraries] Compiling polyval v0.6.2
37092024-12-05T07:14:18.187Z[verify-libraries] Compiling ctr v0.9.2
37102024-12-05T07:14:18.218Z[verify-libraries] Compiling ssh-encoding v0.2.0
37112024-12-05T07:14:18.221Z[verify-libraries] Compiling blowfish v0.9.1
37122024-12-05T07:14:18.285Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37132024-12-05T07:14:18.310ZDec 05 07:14:17.108 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.841148424s)
37142024-12-05T07:14:18.313Z[verify-libraries] Compiling password-hash v0.4.2
37152024-12-05T07:14:18.313Z[verify-libraries] Compiling matches v0.1.10
37162024-12-05T07:14:18.315Z[verify-libraries] Compiling p521 v0.13.3
37172024-12-05T07:14:18.865Z[verify-libraries] Compiling ghash v0.5.1
37182024-12-05T07:14:18.963Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37192024-12-05T07:14:18.966Z[verify-libraries] Compiling idna v0.2.3
37202024-12-05T07:14:18.966Z[verify-libraries] Compiling p256 v0.13.2
37212024-12-05T07:14:19.280Z[verify-libraries] Compiling aes-gcm v0.10.3
37222024-12-05T07:14:19.751Z[verify-libraries] Compiling pbkdf2 v0.11.0
37232024-12-05T07:14:20.123Z[verify-libraries] Compiling ssh-cipher v0.2.0
37242024-12-05T07:14:20.238Z[verify-libraries] Compiling enum-as-inner v0.5.1
37252024-12-05T07:14:20.469Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37262024-12-05T07:14:21.250Z[verify-libraries] Compiling ssh-key v0.6.6
37272024-12-05T07:14:21.349Z[verify-libraries] Compiling md5 v0.7.0
37282024-12-05T07:14:21.816Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37292024-12-05T07:14:22.243Z[verify-libraries] Compiling num-bigint v0.4.6
37302024-12-05T07:14:22.591Z[verify-libraries] Compiling des v0.8.1
37312024-12-05T07:14:23.346Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37322024-12-05T07:14:24.769Z[verify-libraries] Compiling hex-literal v0.4.1
37332024-12-05T07:14:24.906Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37342024-12-05T07:14:25.178Z[verify-libraries] Compiling petname v2.0.2
37352024-12-05T07:14:26.010Z[verify-libraries] Compiling russh-keys v0.45.0
37362024-12-05T07:14:26.324Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37372024-12-05T07:14:26.329ZDec 05 07:14:25.126 INFO [stamp-clickhouse] process exited with exit status: 0 (13.925888257s)
37382024-12-05T07:14:26.963Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37392024-12-05T07:14:27.267Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37402024-12-05T07:14:27.311ZDec 05 07:14:26.107 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.575198452s)
37412024-12-05T07:14:27.311ZDec 05 07:14:26.107 INFO [tuf-stamp] task succeeded (14.946833049s)
37422024-12-05T07:14:28.072Z[ recovery-image] Dec 05 07:14:26.869 INFO O| Dec 05 07:14:26.868 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37432024-12-05T07:14:28.077Z[verify-libraries] Compiling internet-checksum v0.2.1
37442024-12-05T07:14:28.819Z[verify-libraries] Compiling russh v0.45.0
37452024-12-05T07:14:32.432Z[verify-libraries] Compiling dhcproto v0.12.0
37462024-12-05T07:14:33.766Z[verify-libraries] Compiling heck v0.4.1
37472024-12-05T07:14:35.213Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37482024-12-05T07:14:36.860Z[ recovery-image] Dec 05 07:14:35.655 INFO O| Dec 05 07:14:35.654 INFO O| Startup: Caching catalogs ... Done
37492024-12-05T07:14:37.024Z[ recovery-image] Dec 05 07:14:35.819 INFO O| Dec 05 07:14:35.819 INFO O| Planning: Planning completed in 0.00 seconds
37502024-12-05T07:14:37.027Z[ recovery-image] Dec 05 07:14:35.820 INFO O| Dec 05 07:14:35.820 INFO O| Planning: Consolidating action changes ... Done
37512024-12-05T07:14:37.027Z[ recovery-image] Dec 05 07:14:35.821 INFO O| Dec 05 07:14:35.821 INFO O| Planning: Evaluating mediators ... Done
37522024-12-05T07:14:37.027Z[ recovery-image] Dec 05 07:14:35.822 INFO O| Dec 05 07:14:35.821 INFO O| Planning: Planning completed in 0.00 seconds
37532024-12-05T07:14:37.027Z[ recovery-image] Dec 05 07:14:35.822 INFO O| Dec 05 07:14:35.822 INFO O| Variants/Facets to change: 1
37542024-12-05T07:14:37.131Z[ recovery-image] Dec 05 07:14:35.926 INFO O| Dec 05 07:14:35.926 INFO O| Done
37552024-12-05T07:14:37.131Z[ recovery-image] Dec 05 07:14:35.926 INFO O| Dec 05 07:14:35.926 INFO O| Done
37562024-12-05T07:14:38.227Z[ recovery-image] Dec 05 07:14:37.022 INFO O| Dec 05 07:14:37.021 INFO O| Done
37572024-12-05T07:14:38.300Z[ recovery-image] Dec 05 07:14:37.095 INFO O| Dec 05 07:14:37.095 INFO O| Done
37582024-12-05T07:14:38.303Z[ recovery-image] Dec 05 07:14:37.097 INFO O| Dec 05 07:14:37.097 INFO O| Done
37592024-12-05T07:14:38.303Z[ recovery-image] Dec 05 07:14:37.097 INFO O| Dec 05 07:14:37.097 INFO O| Done
37602024-12-05T07:14:38.306Z[ recovery-image] Dec 05 07:14:37.099 INFO O| Dec 05 07:14:37.099 INFO O| Done
37612024-12-05T07:14:39.139Z[ recovery-image] Dec 05 07:14:37.934 INFO O| Dec 05 07:14:37.934 INFO STEP 6 (pkg_change_variant) COMPLETE
37622024-12-05T07:14:39.139Z[ recovery-image] Dec 05 07:14:37.934 INFO O| Dec 05 07:14:37.934 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37632024-12-05T07:14:39.142Z[ recovery-image] Dec 05 07:14:37.934 INFO O| Dec 05 07:14:37.934 INFO skip step because feature "debug_variant" is not enabled
37642024-12-05T07:14:39.142Z[ recovery-image] Dec 05 07:14:37.934 INFO O| Dec 05 07:14:37.934 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37652024-12-05T07:14:39.861Z[ recovery-image] Dec 05 07:14:38.655 INFO O| Dec 05 07:14:38.655 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37662024-12-05T07:14:41.051Z[ recovery-image] Dec 05 07:14:39.846 INFO O| Dec 05 07:14:39.846 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37672024-12-05T07:14:41.054Z[ recovery-image] Dec 05 07:14:39.848 INFO O| Dec 05 07:14:39.847 INFO O| Planning: Planning completed in 0.00 seconds
37682024-12-05T07:14:41.054Z[ recovery-image] Dec 05 07:14:39.848 INFO O| Dec 05 07:14:39.848 INFO O| Planning: Consolidating action changes ... Done
37692024-12-05T07:14:41.070Z[ recovery-image] Dec 05 07:14:39.849 INFO O| Dec 05 07:14:39.849 INFO O| Planning: Evaluating mediators ... Done
37702024-12-05T07:14:41.070Z[ recovery-image] Dec 05 07:14:39.849 INFO O| Dec 05 07:14:39.849 INFO O| Planning: Planning completed in 0.00 seconds
37712024-12-05T07:14:41.070Z[ recovery-image] Dec 05 07:14:39.850 INFO O| Dec 05 07:14:39.849 INFO O| Variants/Facets to change: 1
37722024-12-05T07:14:41.192Z[ recovery-image] Dec 05 07:14:39.987 INFO O| Dec 05 07:14:39.986 INFO O| Done
37732024-12-05T07:14:41.192Z[ recovery-image] Dec 05 07:14:39.987 INFO O| Dec 05 07:14:39.987 INFO O| Done
37742024-12-05T07:14:41.990Z[ recovery-image] Dec 05 07:14:40.784 INFO O| Dec 05 07:14:40.784 INFO O| Done
37752024-12-05T07:14:42.135Z[ recovery-image] Dec 05 07:14:40.929 INFO O| Dec 05 07:14:40.929 INFO O| Done
37762024-12-05T07:14:42.138Z[ recovery-image] Dec 05 07:14:40.930 INFO O| Dec 05 07:14:40.930 INFO O| Done
37772024-12-05T07:14:42.138Z[ recovery-image] Dec 05 07:14:40.930 INFO O| Dec 05 07:14:40.930 INFO O| Done
37782024-12-05T07:14:42.140Z[ recovery-image] Dec 05 07:14:40.932 INFO O| Dec 05 07:14:40.932 INFO O| Done
37792024-12-05T07:14:42.331Z[ recovery-image] Dec 05 07:14:41.125 INFO O| Dec 05 07:14:41.125 INFO STEP 8 (pkg_change_facet) COMPLETE
37802024-12-05T07:14:42.331Z[ recovery-image] Dec 05 07:14:41.126 INFO O| Dec 05 07:14:41.125 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37812024-12-05T07:14:43.080Z[ recovery-image] Dec 05 07:14:41.874 INFO O| Dec 05 07:14:41.874 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37822024-12-05T07:14:44.229Z[ recovery-image] Dec 05 07:14:43.022 INFO O| Dec 05 07:14:43.022 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37832024-12-05T07:14:44.231Z[ recovery-image] Dec 05 07:14:43.024 INFO O| Dec 05 07:14:43.024 INFO O| Planning: Planning completed in 0.00 seconds
37842024-12-05T07:14:44.233Z[ recovery-image] Dec 05 07:14:43.026 INFO O| Dec 05 07:14:43.026 INFO O| Planning: Consolidating action changes ... Done
37852024-12-05T07:14:44.233Z[ recovery-image] Dec 05 07:14:43.026 INFO O| Dec 05 07:14:43.026 INFO O| Planning: Evaluating mediators ... Done
37862024-12-05T07:14:44.233Z[ recovery-image] Dec 05 07:14:43.027 INFO O| Dec 05 07:14:43.026 INFO O| Planning: Planning completed in 0.00 seconds
37872024-12-05T07:14:44.234Z[ recovery-image] Dec 05 07:14:43.027 INFO O| Dec 05 07:14:43.027 INFO O| Variants/Facets to change: 1
37882024-12-05T07:14:44.303Z[ recovery-image] Dec 05 07:14:43.096 INFO O| Dec 05 07:14:43.096 INFO O| Done
37892024-12-05T07:14:44.303Z[ recovery-image] Dec 05 07:14:43.096 INFO O| Dec 05 07:14:43.096 INFO O| Done
37902024-12-05T07:14:44.739Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37912024-12-05T07:14:45.187Z[ recovery-image] Dec 05 07:14:43.981 INFO O| Dec 05 07:14:43.980 INFO O| Done
37922024-12-05T07:14:45.282Z[ recovery-image] Dec 05 07:14:44.075 INFO O| Dec 05 07:14:44.075 INFO O| Done
37932024-12-05T07:14:45.284Z[ recovery-image] Dec 05 07:14:44.076 INFO O| Dec 05 07:14:44.076 INFO O| Done
37942024-12-05T07:14:45.284Z[ recovery-image] Dec 05 07:14:44.076 INFO O| Dec 05 07:14:44.076 INFO O| Done
37952024-12-05T07:14:45.287Z[ recovery-image] Dec 05 07:14:44.078 INFO O| Dec 05 07:14:44.078 INFO O| Done
37962024-12-05T07:14:45.394Z[ recovery-image] Dec 05 07:14:44.188 INFO O| Dec 05 07:14:44.188 INFO STEP 9 (pkg_change_facet) COMPLETE
37972024-12-05T07:14:45.394Z[ recovery-image] Dec 05 07:14:44.188 INFO O| Dec 05 07:14:44.188 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-12-05T07:14:46.133Z[ recovery-image] Dec 05 07:14:44.926 INFO O| Dec 05 07:14:44.926 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37992024-12-05T07:14:46.311Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38002024-12-05T07:14:46.832Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38012024-12-05T07:14:47.339Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38022024-12-05T07:14:47.408Z[ recovery-image] Dec 05 07:14:46.201 INFO O| Dec 05 07:14:46.201 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38032024-12-05T07:14:47.410Z[ recovery-image] Dec 05 07:14:46.203 INFO O| Dec 05 07:14:46.203 INFO O| Planning: Planning completed in 0.00 seconds
38042024-12-05T07:14:47.413Z[ recovery-image] Dec 05 07:14:46.204 INFO O| Dec 05 07:14:46.204 INFO O| Planning: Consolidating action changes ... Done
38052024-12-05T07:14:47.413Z[ recovery-image] Dec 05 07:14:46.204 INFO O| Dec 05 07:14:46.204 INFO O| Planning: Evaluating mediators ... Done
38062024-12-05T07:14:47.413Z[ recovery-image] Dec 05 07:14:46.205 INFO O| Dec 05 07:14:46.205 INFO O| Planning: Planning completed in 0.00 seconds
38072024-12-05T07:14:47.413Z[ recovery-image] Dec 05 07:14:46.205 INFO O| Dec 05 07:14:46.205 INFO O| Variants/Facets to change: 1
38082024-12-05T07:14:47.509Z[ recovery-image] Dec 05 07:14:46.302 INFO O| Dec 05 07:14:46.302 INFO O| Done
38092024-12-05T07:14:47.509Z[ recovery-image] Dec 05 07:14:46.302 INFO O| Dec 05 07:14:46.302 INFO O| Done
38102024-12-05T07:14:48.028Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38112024-12-05T07:14:48.405Z[verify-libraries] Compiling sync-ptr v0.1.1
38122024-12-05T07:14:48.472Z[ recovery-image] Dec 05 07:14:47.265 INFO O| Dec 05 07:14:47.265 INFO O| Done
38132024-12-05T07:14:48.544Z[ recovery-image] Dec 05 07:14:47.337 INFO O| Dec 05 07:14:47.336 INFO O| Done
38142024-12-05T07:14:48.547Z[ recovery-image] Dec 05 07:14:47.338 INFO O| Dec 05 07:14:47.338 INFO O| Done
38152024-12-05T07:14:48.547Z[ recovery-image] Dec 05 07:14:47.338 INFO O| Dec 05 07:14:47.338 INFO O| Done
38162024-12-05T07:14:48.549Z[ recovery-image] Dec 05 07:14:47.341 INFO O| Dec 05 07:14:47.341 INFO O| Done
38172024-12-05T07:14:48.666Z[ recovery-image] Dec 05 07:14:47.459 INFO O| Dec 05 07:14:47.459 INFO STEP 10 (pkg_change_facet) COMPLETE
38182024-12-05T07:14:48.666Z[ recovery-image] Dec 05 07:14:47.460 INFO O| Dec 05 07:14:47.459 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38192024-12-05T07:14:48.686Z[ recovery-image] Dec 05 07:14:47.479 INFO O| Dec 05 07:14:47.479 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"]
38202024-12-05T07:14:48.861Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38212024-12-05T07:14:49.037Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38222024-12-05T07:14:49.666Z[ recovery-image] Dec 05 07:14:48.459 INFO O| Dec 05 07:14:48.459 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38232024-12-05T07:14:53.570Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38242024-12-05T07:14:54.583Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38252024-12-05T07:14:57.590Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38262024-12-05T07:14:58.781Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38272024-12-05T07:15:07.922Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38282024-12-05T07:15:09.445Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38292024-12-05T07:15:10.440Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38302024-12-05T07:15:13.944Z[verify-libraries] Compiling termios v0.3.3
38312024-12-05T07:15:14.407Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38322024-12-05T07:15:23.458Z[ host-image] Dec 05 07:15:22.245 INFO O| Dec 05 07:15:22.245 INFO O| Planning: Solver setup ... Done
38332024-12-05T07:15:31.098Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38342024-12-05T07:15:42.223Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38352024-12-05T07:15:52.796Z[ recovery-image] Dec 05 07:15:51.578 INFO O| Dec 05 07:15:51.578 INFO O| Planning: Solver setup ... Done
38362024-12-05T07:16:28.937Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38372024-12-05T07:16:35.654Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38382024-12-05T07:16:40.813Z[ host-image] Dec 05 07:16:39.587 INFO O| Dec 05 07:16:39.587 INFO O| Planning: Running solver ... Done
38392024-12-05T07:16:41.483Z[ host-image] Dec 05 07:16:40.257 INFO O| Dec 05 07:16:40.257 INFO O| Planning: Finding local manifests ... Done
38402024-12-05T07:16:41.501Z[ host-image] Dec 05 07:16:40.276 INFO O| Dec 05 07:16:40.276 INFO O| Planning: Fetching manifests: 0/124 0% complete
38412024-12-05T07:16:42.033Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38422024-12-05T07:16:42.415Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38432024-12-05T07:16:46.439Z[ host-image] Dec 05 07:16:45.212 INFO O| Dec 05 07:16:45.212 INFO O| Planning: Fetching manifests: 124/124 100% complete
38442024-12-05T07:16:47.753Z[ host-image] Dec 05 07:16:46.527 INFO O| Dec 05 07:16:46.526 INFO O| Planning: Package planning ... Done
38452024-12-05T07:16:49.570Z[ host-image] Dec 05 07:16:48.343 INFO O| Dec 05 07:16:48.343 INFO O| Planning: Merging actions ... Done
38462024-12-05T07:16:49.864Z[ host-image] Dec 05 07:16:48.638 INFO O| Dec 05 07:16:48.637 INFO O| Planning: Checking for conflicting actions ... Done
38472024-12-05T07:16:50.223Z[ host-image] Dec 05 07:16:48.996 INFO O| Dec 05 07:16:48.996 INFO O| Planning: Consolidating action changes ... Done
38482024-12-05T07:16:50.768Z[ host-image] Dec 05 07:16:49.541 INFO O| Dec 05 07:16:49.541 INFO O| Planning: Evaluating mediators ... Done
38492024-12-05T07:16:56.960Z[ host-image] Dec 05 07:16:55.732 INFO O| Dec 05 07:16:55.732 INFO O| Planning: Planning completed in 159.50 seconds
38502024-12-05T07:16:56.968Z[ host-image] Dec 05 07:16:55.740 INFO O| Dec 05 07:16:55.740 INFO O| Packages to install: 124
38512024-12-05T07:16:56.971Z[ host-image] Dec 05 07:16:55.740 INFO O| Dec 05 07:16:55.740 INFO O| Mediators to change: 4
38522024-12-05T07:16:56.971Z[ host-image] Dec 05 07:16:55.740 INFO O| Dec 05 07:16:55.740 INFO O| Services to change: 6
38532024-12-05T07:16:57.101Z[ host-image] Dec 05 07:16:55.873 INFO O| Dec 05 07:16:55.872 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38542024-12-05T07:17:02.107Z[ host-image] Dec 05 07:17:00.878 INFO O| Dec 05 07:17:00.878 INFO O| Download: 1227/22774 items 6.9/199.6MB 3% complete (1.4M/s)
38552024-12-05T07:17:07.202Z[ host-image] Dec 05 07:17:05.972 INFO O| Dec 05 07:17:05.972 INFO O| Download: 1791/22774 items 13.0/199.6MB 6% complete (1.3M/s)
38562024-12-05T07:17:08.390Z[ recovery-image] Dec 05 07:17:07.160 INFO O| Dec 05 07:17:07.160 INFO O| Planning: Running solver ... Done
38572024-12-05T07:17:08.936Z[ recovery-image] Dec 05 07:17:07.706 INFO O| Dec 05 07:17:07.706 INFO O| Planning: Finding local manifests ... Done
38582024-12-05T07:17:08.953Z[ recovery-image] Dec 05 07:17:07.723 INFO O| Dec 05 07:17:07.723 INFO O| Planning: Fetching manifests: 0/124 0% complete
38592024-12-05T07:17:12.585Z[ host-image] Dec 05 07:17:11.355 INFO O| Dec 05 07:17:11.355 INFO O| Download: 2337/22774 items 27.5/199.6MB 13% complete (2.0M/s)
38602024-12-05T07:17:13.944Z[ recovery-image] Dec 05 07:17:12.714 INFO O| Dec 05 07:17:12.713 INFO O| Planning: Fetching manifests: 124/124 100% complete
38612024-12-05T07:17:14.987Z[ recovery-image] Dec 05 07:17:13.756 INFO O| Dec 05 07:17:13.756 INFO O| Planning: Package planning ... Done
38622024-12-05T07:17:15.641Z[ recovery-image] Dec 05 07:17:14.410 INFO O| Dec 05 07:17:14.410 INFO O| Planning: Merging actions ... Done
38632024-12-05T07:17:15.831Z[ recovery-image] Dec 05 07:17:14.600 INFO O| Dec 05 07:17:14.600 INFO O| Planning: Checking for conflicting actions ... Done
38642024-12-05T07:17:15.971Z[ recovery-image] Dec 05 07:17:14.740 INFO O| Dec 05 07:17:14.740 INFO O| Planning: Consolidating action changes ... Done
38652024-12-05T07:17:16.345Z[ recovery-image] Dec 05 07:17:15.114 INFO O| Dec 05 07:17:15.114 INFO O| Planning: Evaluating mediators ... Done
38662024-12-05T07:17:16.418Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38672024-12-05T07:17:17.602Z[ host-image] Dec 05 07:17:16.371 INFO O| Dec 05 07:17:16.371 INFO O| Download: 3523/22774 items 35.7/199.6MB 17% complete (2.0M/s)
38682024-12-05T07:17:22.609Z[ host-image] Dec 05 07:17:21.377 INFO O| Dec 05 07:17:21.377 INFO O| Download: 4522/22774 items 42.0/199.6MB 21% complete (1.4M/s)
38692024-12-05T07:17:22.697Z[ recovery-image] Dec 05 07:17:21.465 INFO O| Dec 05 07:17:21.465 INFO O| Planning: Planning completed in 153.01 seconds
38702024-12-05T07:17:22.704Z[ recovery-image] Dec 05 07:17:21.472 INFO O| Dec 05 07:17:21.472 INFO O| Packages to install: 124
38712024-12-05T07:17:22.707Z[ recovery-image] Dec 05 07:17:21.472 INFO O| Dec 05 07:17:21.472 INFO O| Mediators to change: 4
38722024-12-05T07:17:22.707Z[ recovery-image] Dec 05 07:17:21.472 INFO O| Dec 05 07:17:21.472 INFO O| Services to change: 5
38732024-12-05T07:17:22.787Z[ recovery-image] Dec 05 07:17:21.555 INFO O| Dec 05 07:17:21.555 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38742024-12-05T07:17:27.621Z[ host-image] Dec 05 07:17:26.377 INFO O| Dec 05 07:17:26.377 INFO O| Download: 4673/22774 items 44.7/199.6MB 22% complete (855k/s)
38752024-12-05T07:17:27.886Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38762024-12-05T07:17:27.971Z[ recovery-image] Dec 05 07:17:26.738 INFO O| Dec 05 07:17:26.738 INFO O| Download: 1057/15848 items 7.9/176.3MB 4% complete (1.7M/s)
38772024-12-05T07:17:32.636Z[ host-image] Dec 05 07:17:31.402 INFO O| Dec 05 07:17:31.402 INFO O| Download: 5751/22774 items 46.3/199.6MB 23% complete (442k/s)
38782024-12-05T07:17:33.207Z[ recovery-image] Dec 05 07:17:31.973 INFO O| Dec 05 07:17:31.973 INFO O| Download: 1250/15848 items 18.2/176.3MB 10% complete (1.8M/s)
38792024-12-05T07:17:33.598Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
38802024-12-05T07:17:37.637Z[ host-image] Dec 05 07:17:36.402 INFO O| Dec 05 07:17:36.402 INFO O| Download: 6846/22774 items 48.9/199.6MB 24% complete (493k/s)
38812024-12-05T07:17:38.285Z[ recovery-image] Dec 05 07:17:37.050 INFO O| Dec 05 07:17:37.050 INFO O| Download: 1658/15848 items 25.8/176.3MB 14% complete (1.8M/s)
38822024-12-05T07:17:42.648Z[ host-image] Dec 05 07:17:41.412 INFO O| Dec 05 07:17:41.412 INFO O| Download: 7529/22774 items 58.2/199.6MB 29% complete (1.2M/s)
38832024-12-05T07:17:43.304Z[ recovery-image] Dec 05 07:17:42.069 INFO O| Dec 05 07:17:42.069 INFO O| Download: 2639/15848 items 33.0/176.3MB 18% complete (1.5M/s)
38842024-12-05T07:17:48.386Z[ host-image] Dec 05 07:17:47.150 INFO O| Dec 05 07:17:47.149 INFO O| Download: 8141/22774 items 60.8/199.6MB 30% complete (1.2M/s)
38852024-12-05T07:17:48.452Z[ recovery-image] Dec 05 07:17:47.216 INFO O| Dec 05 07:17:47.216 INFO O| Download: 3605/15848 items 39.0/176.3MB 22% complete (1.3M/s)
38862024-12-05T07:17:53.387Z[ host-image] Dec 05 07:17:52.150 INFO O| Dec 05 07:17:52.149 INFO O| Download: 8858/22774 items 71.6/199.6MB 35% complete (1.3M/s)
38872024-12-05T07:17:53.454Z[ recovery-image] Dec 05 07:17:52.217 INFO O| Dec 05 07:17:52.217 INFO O| Download: 4287/15848 items 42.7/176.3MB 24% complete (1002k/s)
38882024-12-05T07:17:58.392Z[ host-image] Dec 05 07:17:57.154 INFO O| Dec 05 07:17:57.154 INFO O| Download: 9613/22774 items 83.3/199.6MB 41% complete (2.3M/s)
38892024-12-05T07:17:58.462Z[ recovery-image] Dec 05 07:17:57.224 INFO O| Dec 05 07:17:57.223 INFO O| Download: 5053/15848 items 43.2/176.3MB 24% complete (427k/s)
38902024-12-05T07:18:03.399Z[ host-image] Dec 05 07:18:02.160 INFO O| Dec 05 07:18:02.160 INFO O| Download: 10860/22774 items 90.0/199.6MB 45% complete (1.9M/s)
38912024-12-05T07:18:03.574Z[ recovery-image] Dec 05 07:18:02.335 INFO O| Dec 05 07:18:02.335 INFO O| Download: 5699/15848 items 45.3/176.3MB 25% complete (237k/s)
38922024-12-05T07:18:08.402Z[ host-image] Dec 05 07:18:07.162 INFO O| Dec 05 07:18:07.162 INFO O| Download: 11392/22774 items 95.7/199.6MB 47% complete (1.2M/s)
38932024-12-05T07:18:08.876Z[ recovery-image] Dec 05 07:18:07.636 INFO O| Dec 05 07:18:07.636 INFO O| Download: 6101/15848 items 56.5/176.3MB 32% complete (1.2M/s)
38942024-12-05T07:18:13.405Z[ host-image] Dec 05 07:18:12.165 INFO O| Dec 05 07:18:12.165 INFO O| Download: 12121/22774 items 107.4/199.6MB 53% complete (1.6M/s)
38952024-12-05T07:18:13.897Z[ recovery-image] Dec 05 07:18:12.656 INFO O| Dec 05 07:18:12.656 INFO O| Download: 6807/15848 items 65.4/176.3MB 37% complete (1.9M/s)
38962024-12-05T07:18:18.416Z[ host-image] Dec 05 07:18:17.173 INFO O| Dec 05 07:18:17.172 INFO O| Download: 12817/22774 items 109.7/199.6MB 54% complete (1.4M/s)
38972024-12-05T07:18:19.887Z[ recovery-image] Dec 05 07:18:18.646 INFO O| Dec 05 07:18:18.646 INFO O| Download: 7211/15848 items 72.8/176.3MB 41% complete (2.2M/s)
38982024-12-05T07:18:23.679Z[ host-image] Dec 05 07:18:22.436 INFO O| Dec 05 07:18:22.436 INFO O| Download: 13903/22774 items 110.3/199.6MB 55% complete (724k/s)
38992024-12-05T07:18:26.873Z[ recovery-image] Dec 05 07:18:25.630 INFO O| Dec 05 07:18:25.630 INFO O| Download: 7628/15848 items 73.7/176.3MB 41% complete (1010k/s)
39002024-12-05T07:18:28.734Z[ host-image] Dec 05 07:18:27.491 INFO O| Dec 05 07:18:27.491 INFO O| Download: 14518/22774 items 116.7/199.6MB 58% complete (674k/s)
39012024-12-05T07:18:31.875Z[ recovery-image] Dec 05 07:18:30.631 INFO O| Dec 05 07:18:30.631 INFO O| Download: 7977/15848 items 78.9/176.3MB 44% complete (506k/s)
39022024-12-05T07:18:33.984Z[ host-image] Dec 05 07:18:32.740 INFO O| Dec 05 07:18:32.740 INFO O| Download: 15550/22774 items 123.7/199.6MB 62% complete (1.4M/s)
39032024-12-05T07:18:37.054Z[ recovery-image] Dec 05 07:18:35.810 INFO O| Dec 05 07:18:35.810 INFO O| Download: 8760/15848 items 84.2/176.3MB 47% complete (1.1M/s)
39042024-12-05T07:18:38.986Z[ host-image] Dec 05 07:18:37.741 INFO O| Dec 05 07:18:37.741 INFO O| Download: 15897/22774 items 130.3/199.6MB 65% complete (1.4M/s)
39052024-12-05T07:18:42.618Z[ recovery-image] Dec 05 07:18:41.373 INFO O| Dec 05 07:18:41.373 INFO O| Download: 8930/15848 items 92.6/176.3MB 52% complete (1.4M/s)
39062024-12-05T07:18:43.994Z[ host-image] Dec 05 07:18:42.748 INFO O| Dec 05 07:18:42.748 INFO O| Download: 17734/22774 items 149.9/199.6MB 75% complete (2.6M/s)
39072024-12-05T07:18:47.644Z[ recovery-image] Dec 05 07:18:46.398 INFO O| Dec 05 07:18:46.398 INFO O| Download: 9960/15848 items 93.2/176.3MB 52% complete (938k/s)
39082024-12-05T07:18:49.001Z[ host-image] Dec 05 07:18:47.755 INFO O| Dec 05 07:18:47.755 INFO O| Download: 18103/22774 items 162.3/199.6MB 81% complete (3.2M/s)
39092024-12-05T07:18:52.645Z[ recovery-image] Dec 05 07:18:51.398 INFO O| Dec 05 07:18:51.398 INFO O| Download: 10731/15848 items 93.5/176.3MB 53% complete (91.2k/s)
39102024-12-05T07:18:54.004Z[ host-image] Dec 05 07:18:52.757 INFO O| Dec 05 07:18:52.757 INFO O| Download: 19106/22774 items 166.2/199.6MB 83% complete (1.6M/s)
39112024-12-05T07:18:58.256Z[ recovery-image] Dec 05 07:18:57.008 INFO O| Dec 05 07:18:57.008 INFO O| Download: 11077/15848 items 98.3/176.3MB 55% complete (404k/s)
39122024-12-05T07:18:59.006Z[ host-image] Dec 05 07:18:57.758 INFO O| Dec 05 07:18:57.758 INFO O| Download: 20022/22774 items 170.5/199.6MB 85% complete (856k/s)
39132024-12-05T07:19:03.257Z[ recovery-image] Dec 05 07:19:02.008 INFO O| Dec 05 07:19:02.008 INFO O| Download: 11680/15848 items 118.6/176.3MB 67% complete (2.4M/s)
39142024-12-05T07:19:04.022Z[ host-image] Dec 05 07:19:02.773 INFO O| Dec 05 07:19:02.773 INFO O| Download: 20753/22774 items 173.6/199.6MB 86% complete (759k/s)
39152024-12-05T07:19:08.266Z[ recovery-image] Dec 05 07:19:07.016 INFO O| Dec 05 07:19:07.016 INFO O| Download: 12033/15848 items 140.1/176.3MB 79% complete (4.3M/s)
39162024-12-05T07:19:09.033Z[ host-image] Dec 05 07:19:07.783 INFO O| Dec 05 07:19:07.783 INFO O| Download: 21221/22774 items 179.9/199.6MB 90% complete (960k/s)
39172024-12-05T07:19:13.484Z[ recovery-image] Dec 05 07:19:12.234 INFO O| Dec 05 07:19:12.234 INFO O| Download: 13035/15848 items 143.9/176.3MB 81% complete (2.6M/s)
39182024-12-05T07:19:14.350Z[ host-image] Dec 05 07:19:13.099 INFO O| Dec 05 07:19:13.099 INFO O| Download: 21907/22774 items 190.7/199.6MB 95% complete (1.6M/s)
39192024-12-05T07:19:18.485Z[ recovery-image] Dec 05 07:19:17.234 INFO O| Dec 05 07:19:17.234 INFO O| Download: 14202/15848 items 149.0/176.3MB 84% complete (883k/s)
39202024-12-05T07:19:19.426Z[ host-image] Dec 05 07:19:18.175 INFO O| Dec 05 07:19:18.175 INFO O| Download: 22014/22774 items 192.2/199.6MB 96% complete (1.2M/s)
39212024-12-05T07:19:23.813Z[ recovery-image] Dec 05 07:19:22.561 INFO O| Dec 05 07:19:22.560 INFO O| Download: 14745/15848 items 155.9/176.3MB 88% complete (1.1M/s)
39222024-12-05T07:19:24.050Z[ host-image] Dec 05 07:19:22.798 INFO O| Dec 05 07:19:22.797 INFO O| Download: Completed 199.56 MB in 146.93 seconds (1.4M/s)
39232024-12-05T07:19:26.143Z[ host-image] Dec 05 07:19:24.890 INFO O| Dec 05 07:19:24.890 INFO O| Actions: 1/49471 actions (Installing new actions)
39242024-12-05T07:19:28.815Z[ recovery-image] Dec 05 07:19:27.563 INFO O| Dec 05 07:19:27.563 INFO O| Download: 15556/15848 items 169.0/176.3MB 95% complete (2.0M/s)
39252024-12-05T07:19:31.144Z[ host-image] Dec 05 07:19:29.890 INFO O| Dec 05 07:19:29.890 INFO O| Actions: 9475/49471 actions (Installing new actions)
39262024-12-05T07:19:32.146Z[ recovery-image] Dec 05 07:19:30.892 INFO O| Dec 05 07:19:30.892 INFO O| Download: Completed 176.29 MB in 129.34 seconds (1.4M/s)
39272024-12-05T07:19:33.249Z[ recovery-image] Dec 05 07:19:31.996 INFO O| Dec 05 07:19:31.996 INFO O| Actions: 1/25014 actions (Installing new actions)
39282024-12-05T07:19:36.162Z[ host-image] Dec 05 07:19:34.908 INFO O| Dec 05 07:19:34.908 INFO O| Actions: 15912/49471 actions (Installing new actions)
39292024-12-05T07:19:38.253Z[ recovery-image] Dec 05 07:19:36.998 INFO O| Dec 05 07:19:36.998 INFO O| Actions: 8169/25014 actions (Installing new actions)
39302024-12-05T07:19:41.157Z[ host-image] Dec 05 07:19:39.901 INFO O| Dec 05 07:19:39.901 INFO O| Actions: 21371/49471 actions (Installing new actions)
39312024-12-05T07:19:43.254Z[ recovery-image] Dec 05 07:19:41.999 INFO O| Dec 05 07:19:41.999 INFO O| Actions: 13551/25014 actions (Installing new actions)
39322024-12-05T07:19:46.162Z[ host-image] Dec 05 07:19:44.901 INFO O| Dec 05 07:19:44.901 INFO O| Actions: 39463/49471 actions (Installing new actions)
39332024-12-05T07:19:47.663Z[ host-image] Dec 05 07:19:46.407 INFO O| Dec 05 07:19:46.407 INFO O| Actions: Completed 49471 actions in 21.51 seconds.
39342024-12-05T07:19:47.773Z[ recovery-image] Dec 05 07:19:46.517 INFO O| Dec 05 07:19:46.517 INFO O| Actions: Completed 25014 actions in 14.52 seconds.
39352024-12-05T07:19:48.177Z[ host-image] Dec 05 07:19:46.921 INFO O| Dec 05 07:19:46.921 INFO O| Done
39362024-12-05T07:19:48.177Z[ host-image] Dec 05 07:19:46.921 INFO O| Dec 05 07:19:46.921 INFO O| Done
39372024-12-05T07:19:48.422Z[ recovery-image] Dec 05 07:19:47.166 INFO O| Dec 05 07:19:47.166 INFO O| Done
39382024-12-05T07:19:48.422Z[ recovery-image] Dec 05 07:19:47.166 INFO O| Dec 05 07:19:47.166 INFO O| Done
39392024-12-05T07:19:49.542Z[ host-image] Dec 05 07:19:48.285 INFO O| Dec 05 07:19:48.285 INFO O| Done
39402024-12-05T07:19:49.962Z[ recovery-image] Dec 05 07:19:48.706 INFO O| Dec 05 07:19:48.706 INFO O| Done
39412024-12-05T07:19:51.979Z[ recovery-image] Dec 05 07:19:50.720 INFO O| Dec 05 07:19:50.720 INFO O| Done
39422024-12-05T07:19:52.008Z[ recovery-image] Dec 05 07:19:50.751 INFO O| Dec 05 07:19:50.751 INFO O| Done
39432024-12-05T07:19:52.594Z[ host-image] Dec 05 07:19:51.337 INFO O| Dec 05 07:19:51.337 INFO O| Done
39442024-12-05T07:19:52.636Z[ host-image] Dec 05 07:19:51.380 INFO O| Dec 05 07:19:51.380 INFO O| Done
39452024-12-05T07:19:57.161Z[ recovery-image] Dec 05 07:19:55.904 INFO O| Dec 05 07:19:55.904 INFO O| Done
39462024-12-05T07:19:57.879Z[ recovery-image] Dec 05 07:19:56.622 INFO O| Dec 05 07:19:56.622 INFO O| Done
39472024-12-05T07:19:58.456Z[ recovery-image] Dec 05 07:19:57.197 INFO O| Dec 05 07:19:57.197 INFO STEP 11 (pkg_install) COMPLETE
39482024-12-05T07:19:58.456Z[ recovery-image] Dec 05 07:19:57.197 INFO O| Dec 05 07:19:57.197 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39492024-12-05T07:19:58.459Z[ recovery-image] Dec 05 07:19:57.197 INFO O| Dec 05 07:19:57.197 INFO skip step because feature "recovery" is enabled
39502024-12-05T07:19:58.459Z[ recovery-image] Dec 05 07:19:57.197 INFO O| Dec 05 07:19:57.197 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39512024-12-05T07:19:58.459Z[ recovery-image] Dec 05 07:19:57.197 INFO O| Dec 05 07:19:57.197 INFO skip step because feature "omicron1" is not enabled
39522024-12-05T07:19:58.459Z[ recovery-image] Dec 05 07:19:57.197 INFO O| Dec 05 07:19:57.197 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39532024-12-05T07:19:58.477Z[ recovery-image] Dec 05 07:19:57.220 INFO O| Dec 05 07:19:57.220 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39542024-12-05T07:19:59.670Z[ recovery-image] Dec 05 07:19:58.411 INFO O| Dec 05 07:19:58.411 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39552024-12-05T07:20:00.159Z[ host-image] Dec 05 07:19:58.901 INFO O| Dec 05 07:19:58.901 INFO O| Done
39562024-12-05T07:20:01.866Z[ host-image] Dec 05 07:20:00.608 INFO O| Dec 05 07:20:00.608 INFO O| Done
39572024-12-05T07:20:02.470Z[ host-image] Dec 05 07:20:01.212 INFO O| Dec 05 07:20:01.211 INFO STEP 11 (pkg_install) COMPLETE
39582024-12-05T07:20:02.470Z[ host-image] Dec 05 07:20:01.212 INFO O| Dec 05 07:20:01.212 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39592024-12-05T07:20:02.491Z[ host-image] Dec 05 07:20:01.232 INFO O| Dec 05 07:20:01.232 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
39602024-12-05T07:20:03.738Z[ host-image] Dec 05 07:20:02.479 INFO O| Dec 05 07:20:02.479 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39612024-12-05T07:20:04.509Z[ recovery-image] Dec 05 07:20:03.250 INFO O| Dec 05 07:20:03.250 INFO O| Planning: Solver setup ... Done
39622024-12-05T07:20:04.515Z[ recovery-image] Dec 05 07:20:03.257 INFO O| Dec 05 07:20:03.257 INFO O| Planning: Running solver ... Done
39632024-12-05T07:20:04.631Z[ recovery-image] Dec 05 07:20:03.372 INFO O| Dec 05 07:20:03.372 INFO O| Planning: Finding local manifests ... Done
39642024-12-05T07:20:04.634Z[ recovery-image] Dec 05 07:20:03.373 INFO O| Dec 05 07:20:03.373 INFO O| Planning: Fetching manifests: 0/1 0% complete
39652024-12-05T07:20:04.868Z[ recovery-image] Dec 05 07:20:03.609 INFO O| Dec 05 07:20:03.609 INFO O| Planning: Fetching manifests: 1/1 100% complete
39662024-12-05T07:20:04.907Z[ recovery-image] Dec 05 07:20:03.649 INFO O| Dec 05 07:20:03.649 INFO O| Planning: Package planning ... Done
39672024-12-05T07:20:04.911Z[ recovery-image] Dec 05 07:20:03.649 INFO O| Dec 05 07:20:03.649 INFO O| Planning: Merging actions ... Done
39682024-12-05T07:20:05.001Z[ recovery-image] Dec 05 07:20:03.742 INFO O| Dec 05 07:20:03.741 INFO O| Planning: Checking for conflicting actions ... Done
39692024-12-05T07:20:05.022Z[ recovery-image] Dec 05 07:20:03.742 INFO O| Dec 05 07:20:03.742 INFO O| Planning: Consolidating action changes ... Done
39702024-12-05T07:20:05.289Z[ recovery-image] Dec 05 07:20:04.028 INFO O| Dec 05 07:20:04.028 INFO O| Planning: Evaluating mediators ... Done
39712024-12-05T07:20:05.293Z[ recovery-image] Dec 05 07:20:04.029 INFO O| Dec 05 07:20:04.029 INFO O| Planning: Planning completed in 5.62 seconds
39722024-12-05T07:20:05.293Z[ recovery-image] Dec 05 07:20:04.031 INFO O| Dec 05 07:20:04.031 INFO O| Packages to install: 1
39732024-12-05T07:20:05.307Z[ recovery-image] Dec 05 07:20:04.048 INFO O| Dec 05 07:20:04.048 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39742024-12-05T07:20:06.737Z[ recovery-image] Dec 05 07:20:05.478 INFO O| Dec 05 07:20:05.478 INFO O| Download: Completed 9.99 MB in 1.43 seconds (7.0M/s)
39752024-12-05T07:20:06.858Z[ recovery-image] Dec 05 07:20:05.599 INFO O| Dec 05 07:20:05.599 INFO O| Actions: 1/22 actions (Installing new actions)
39762024-12-05T07:20:07.250Z[ recovery-image] Dec 05 07:20:05.991 INFO O| Dec 05 07:20:05.991 INFO O| Actions: Completed 22 actions in 0.39 seconds.
39772024-12-05T07:20:07.670Z[ recovery-image] Dec 05 07:20:06.410 INFO O| Dec 05 07:20:06.410 INFO O| Done
39782024-12-05T07:20:07.670Z[ recovery-image] Dec 05 07:20:06.410 INFO O| Dec 05 07:20:06.410 INFO O| Done
39792024-12-05T07:20:08.935Z[ recovery-image] Dec 05 07:20:07.676 INFO O| Dec 05 07:20:07.676 INFO O| Done
39802024-12-05T07:20:09.602Z[ host-image] Dec 05 07:20:08.342 INFO O| Dec 05 07:20:08.342 INFO O| Planning: Solver setup ... Done
39812024-12-05T07:20:09.609Z[ host-image] Dec 05 07:20:08.350 INFO O| Dec 05 07:20:08.350 INFO O| Planning: Running solver ... Done
39822024-12-05T07:20:09.726Z[ host-image] Dec 05 07:20:08.466 INFO O| Dec 05 07:20:08.466 INFO O| Planning: Finding local manifests ... Done
39832024-12-05T07:20:09.730Z[ host-image] Dec 05 07:20:08.469 INFO O| Dec 05 07:20:08.469 INFO O| Planning: Fetching manifests: 0/5 0% complete
39842024-12-05T07:20:10.136Z[ host-image] Dec 05 07:20:08.876 INFO O| Dec 05 07:20:08.876 INFO O| Planning: Fetching manifests: 5/5 100% complete
39852024-12-05T07:20:10.193Z[ host-image] Dec 05 07:20:08.918 INFO O| Dec 05 07:20:08.918 INFO O| Planning: Package planning ... Done
39862024-12-05T07:20:10.193Z[ host-image] Dec 05 07:20:08.924 INFO O| Dec 05 07:20:08.924 INFO O| Planning: Merging actions ... Done
39872024-12-05T07:20:10.524Z[ host-image] Dec 05 07:20:09.101 INFO O| Dec 05 07:20:09.101 INFO O| Planning: Checking for conflicting actions ... Done
39882024-12-05T07:20:10.524Z[ host-image] Dec 05 07:20:09.103 INFO O| Dec 05 07:20:09.103 INFO O| Planning: Consolidating action changes ... Done
39892024-12-05T07:20:10.764Z[ host-image] Dec 05 07:20:09.504 INFO O| Dec 05 07:20:09.504 INFO O| Planning: Evaluating mediators ... Done
39902024-12-05T07:20:10.767Z[ host-image] Dec 05 07:20:09.507 INFO O| Dec 05 07:20:09.507 INFO O| Planning: Planning completed in 7.03 seconds
39912024-12-05T07:20:10.770Z[ host-image] Dec 05 07:20:09.509 INFO O| Dec 05 07:20:09.509 INFO O| Packages to install: 5
39922024-12-05T07:20:10.771Z[ host-image] Dec 05 07:20:09.509 INFO O| Dec 05 07:20:09.509 INFO O| Services to change: 2
39932024-12-05T07:20:10.806Z[ host-image] Dec 05 07:20:09.546 INFO O| Dec 05 07:20:09.546 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
39942024-12-05T07:20:11.084Z[ recovery-image] Dec 05 07:20:09.825 INFO O| Dec 05 07:20:09.825 INFO O| Done
39952024-12-05T07:20:11.110Z[ recovery-image] Dec 05 07:20:09.850 INFO O| Dec 05 07:20:09.850 INFO O| Done
39962024-12-05T07:20:11.115Z[ recovery-image] Dec 05 07:20:09.851 INFO O| Dec 05 07:20:09.851 INFO O| Done
39972024-12-05T07:20:11.152Z[ recovery-image] Dec 05 07:20:09.892 INFO O| Dec 05 07:20:09.892 INFO O| Done
39982024-12-05T07:20:11.334Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO STEP 14 (pkg_install) COMPLETE
39992024-12-05T07:20:11.334Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40002024-12-05T07:20:11.334Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO skip step because feature "mfg" is not enabled
40012024-12-05T07:20:11.334Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40022024-12-05T07:20:11.337Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO skip step because feature "compliance" is not enabled
40032024-12-05T07:20:11.337Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40042024-12-05T07:20:11.337Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO skip step because feature "stress" is not enabled
40052024-12-05T07:20:11.337Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40062024-12-05T07:20:11.337Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO skip step because feature "nfs" is not enabled
40072024-12-05T07:20:11.337Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40082024-12-05T07:20:11.337Z[ recovery-image] Dec 05 07:20:10.074 INFO O| Dec 05 07:20:10.074 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40092024-12-05T07:20:11.399Z[ recovery-image] Dec 05 07:20:10.139 INFO O| Dec 05 07:20:10.139 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40102024-12-05T07:20:11.567Z[ recovery-image] Dec 05 07:20:10.307 INFO O| Dec 05 07:20:10.307 INFO completed processing gimlet/ramdisk-01-os
40112024-12-05T07:20:11.570Z[ recovery-image] Dec 05 07:20:10.310 INFO image builder template: ramdisk-02-trim...
40122024-12-05T07:20:11.570Z[ recovery-image] Dec 05 07:20:10.311 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/.tmpdsfWzO/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
40132024-12-05T07:20:11.613Z[ recovery-image] Dec 05 07:20:10.354 INFO O| Dec 05 07:20:10.353 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40142024-12-05T07:20:11.630Z[ recovery-image] Dec 05 07:20:10.369 INFO O| Dec 05 07:20:10.369 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40152024-12-05T07:20:11.742Z[ recovery-image] Dec 05 07:20:10.482 INFO O| Dec 05 07:20:10.482 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40162024-12-05T07:20:11.838Z[ recovery-image] Dec 05 07:20:10.578 INFO O| Dec 05 07:20:10.578 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40172024-12-05T07:20:11.842Z[ recovery-image] Dec 05 07:20:10.578 INFO O| Dec 05 07:20:10.578 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40182024-12-05T07:20:11.850Z[ recovery-image] Dec 05 07:20:10.590 INFO O| Dec 05 07:20:10.590 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40192024-12-05T07:20:11.861Z[ recovery-image] Dec 05 07:20:10.599 INFO O| Dec 05 07:20:10.599 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40202024-12-05T07:20:11.885Z[ recovery-image] Dec 05 07:20:10.610 INFO O| Dec 05 07:20:10.610 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40212024-12-05T07:20:11.955Z[ host-image] Dec 05 07:20:10.695 INFO O| Dec 05 07:20:10.695 INFO O| Download: Completed 1.44 MB in 1.15 seconds (1.2M/s)
40222024-12-05T07:20:12.253Z[ host-image] Dec 05 07:20:10.993 INFO O| Dec 05 07:20:10.993 INFO O| Actions: 1/305 actions (Installing new actions)
40232024-12-05T07:20:12.369Z[ recovery-image] Dec 05 07:20:11.109 INFO O| Dec 05 07:20:11.109 INFO rolled back to input snapshot; work may begin
40242024-12-05T07:20:12.369Z[ recovery-image] Dec 05 07:20:11.109 INFO O| Dec 05 07:20:11.109 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40252024-12-05T07:20:12.381Z[ recovery-image] Dec 05 07:20:11.121 INFO O| Dec 05 07:20:11.121 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-12-05T07:20:12.402Z[ recovery-image] Dec 05 07:20:11.141 INFO O| Dec 05 07:20:11.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40272024-12-05T07:20:12.415Z[ host-image] Dec 05 07:20:11.155 INFO O| Dec 05 07:20:11.155 INFO O| Actions: Completed 305 actions in 0.16 seconds.
40282024-12-05T07:20:12.525Z[ recovery-image] Dec 05 07:20:11.264 INFO O| Dec 05 07:20:11.263 INFO STEP 0 (remove_files) COMPLETE
40292024-12-05T07:20:12.525Z[ recovery-image] Dec 05 07:20:11.264 INFO O| Dec 05 07:20:11.263 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-12-05T07:20:12.559Z[ recovery-image] Dec 05 07:20:11.299 INFO O| Dec 05 07:20:11.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40312024-12-05T07:20:12.563Z[ recovery-image] Dec 05 07:20:11.302 INFO O| Dec 05 07:20:11.302 INFO STEP 1 (remove_files) COMPLETE
40322024-12-05T07:20:12.563Z[ recovery-image] Dec 05 07:20:11.302 INFO O| Dec 05 07:20:11.302 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-12-05T07:20:12.583Z[ recovery-image] Dec 05 07:20:11.323 INFO O| Dec 05 07:20:11.323 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40342024-12-05T07:20:12.607Z[ recovery-image] Dec 05 07:20:11.347 INFO O| Dec 05 07:20:11.347 INFO STEP 2 (remove_files) COMPLETE
40352024-12-05T07:20:12.607Z[ recovery-image] Dec 05 07:20:11.347 INFO O| Dec 05 07:20:11.347 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40362024-12-05T07:20:12.673Z[ recovery-image] Dec 05 07:20:11.413 INFO O| Dec 05 07:20:11.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40372024-12-05T07:20:12.677Z[ recovery-image] Dec 05 07:20:11.415 INFO O| Dec 05 07:20:11.415 INFO STEP 3 (remove_files) COMPLETE
40382024-12-05T07:20:12.677Z[ recovery-image] Dec 05 07:20:11.415 INFO O| Dec 05 07:20:11.415 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-12-05T07:20:12.717Z[ recovery-image] Dec 05 07:20:11.457 INFO O| Dec 05 07:20:11.457 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40402024-12-05T07:20:12.724Z[ recovery-image] Dec 05 07:20:11.464 INFO O| Dec 05 07:20:11.464 INFO STEP 4 (remove_files) COMPLETE
40412024-12-05T07:20:12.724Z[ recovery-image] Dec 05 07:20:11.464 INFO O| Dec 05 07:20:11.464 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-12-05T07:20:12.765Z[ recovery-image] Dec 05 07:20:11.505 INFO O| Dec 05 07:20:11.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40432024-12-05T07:20:12.769Z[ recovery-image] Dec 05 07:20:11.505 INFO O| Dec 05 07:20:11.505 INFO STEP 5 (remove_files) COMPLETE
40442024-12-05T07:20:12.769Z[ recovery-image] Dec 05 07:20:11.505 INFO O| Dec 05 07:20:11.505 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-12-05T07:20:12.801Z[ recovery-image] Dec 05 07:20:11.541 INFO O| Dec 05 07:20:11.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40462024-12-05T07:20:12.821Z[ recovery-image] Dec 05 07:20:11.561 INFO O| Dec 05 07:20:11.561 INFO STEP 6 (remove_files) COMPLETE
40472024-12-05T07:20:12.821Z[ recovery-image] Dec 05 07:20:11.561 INFO O| Dec 05 07:20:11.561 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-12-05T07:20:12.822Z[ recovery-image] Dec 05 07:20:11.561 INFO O| Dec 05 07:20:11.561 INFO skip step because feature "recovery" is enabled
40492024-12-05T07:20:12.826Z[ recovery-image] Dec 05 07:20:11.561 INFO O| Dec 05 07:20:11.561 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-12-05T07:20:12.826Z[ recovery-image] Dec 05 07:20:11.561 INFO O| Dec 05 07:20:11.561 INFO skip step because feature "recovery" is enabled
40512024-12-05T07:20:12.826Z[ recovery-image] Dec 05 07:20:11.561 INFO O| Dec 05 07:20:11.561 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-12-05T07:20:12.826Z[ recovery-image] Dec 05 07:20:11.561 INFO O| Dec 05 07:20:11.561 INFO skip step because feature "recovery" is enabled
40532024-12-05T07:20:12.826Z[ recovery-image] Dec 05 07:20:11.561 INFO O| Dec 05 07:20:11.561 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-12-05T07:20:12.887Z[ recovery-image] Dec 05 07:20:11.627 INFO O| Dec 05 07:20:11.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40552024-12-05T07:20:12.893Z[ recovery-image] Dec 05 07:20:11.633 INFO O| Dec 05 07:20:11.633 INFO STEP 10 (remove_files) COMPLETE
40562024-12-05T07:20:12.893Z[ recovery-image] Dec 05 07:20:11.633 INFO O| Dec 05 07:20:11.633 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40572024-12-05T07:20:12.912Z[ host-image] Dec 05 07:20:11.652 INFO O| Dec 05 07:20:11.652 INFO O| Done
40582024-12-05T07:20:12.912Z[ host-image] Dec 05 07:20:11.652 INFO O| Dec 05 07:20:11.652 INFO O| Done
40592024-12-05T07:20:12.934Z[ recovery-image] Dec 05 07:20:11.673 INFO O| Dec 05 07:20:11.673 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40602024-12-05T07:20:12.937Z[ recovery-image] Dec 05 07:20:11.675 INFO O| Dec 05 07:20:11.675 INFO STEP 11 (remove_files) COMPLETE
40612024-12-05T07:20:12.937Z[ recovery-image] Dec 05 07:20:11.675 INFO O| Dec 05 07:20:11.675 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-05T07:20:12.976Z[ recovery-image] Dec 05 07:20:11.716 INFO O| Dec 05 07:20:11.715 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40632024-12-05T07:20:12.980Z[ recovery-image] Dec 05 07:20:11.718 INFO O| Dec 05 07:20:11.718 INFO STEP 12 (remove_files) COMPLETE
40642024-12-05T07:20:12.980Z[ recovery-image] Dec 05 07:20:11.718 INFO O| Dec 05 07:20:11.718 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-05T07:20:13.013Z[ recovery-image] Dec 05 07:20:11.753 INFO O| Dec 05 07:20:11.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40662024-12-05T07:20:13.190Z[ recovery-image] Dec 05 07:20:11.930 INFO O| Dec 05 07:20:11.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40672024-12-05T07:20:13.205Z[ recovery-image] Dec 05 07:20:11.945 INFO O| Dec 05 07:20:11.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40682024-12-05T07:20:13.208Z[ recovery-image] Dec 05 07:20:11.947 INFO O| Dec 05 07:20:11.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40692024-12-05T07:20:13.208Z[ recovery-image] Dec 05 07:20:11.947 INFO O| Dec 05 07:20:11.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40702024-12-05T07:20:13.528Z[ recovery-image] Dec 05 07:20:12.268 INFO O| Dec 05 07:20:12.267 INFO STEP 13 (remove_files) COMPLETE
40712024-12-05T07:20:13.528Z[ recovery-image] Dec 05 07:20:12.268 INFO O| Dec 05 07:20:12.268 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-05T07:20:13.548Z[ recovery-image] Dec 05 07:20:12.288 INFO O| Dec 05 07:20:12.288 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40732024-12-05T07:20:13.551Z[ recovery-image] Dec 05 07:20:12.290 INFO O| Dec 05 07:20:12.290 INFO STEP 14 (remove_files) COMPLETE
40742024-12-05T07:20:13.551Z[ recovery-image] Dec 05 07:20:12.290 INFO O| Dec 05 07:20:12.290 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-05T07:20:13.591Z[ recovery-image] Dec 05 07:20:12.331 INFO O| Dec 05 07:20:12.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40762024-12-05T07:20:13.602Z[ recovery-image] Dec 05 07:20:12.342 INFO O| Dec 05 07:20:12.342 INFO STEP 15 (remove_files) COMPLETE
40772024-12-05T07:20:13.603Z[ recovery-image] Dec 05 07:20:12.342 INFO O| Dec 05 07:20:12.342 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-05T07:20:13.624Z[ recovery-image] Dec 05 07:20:12.363 INFO O| Dec 05 07:20:12.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40792024-12-05T07:20:13.628Z[ recovery-image] Dec 05 07:20:12.364 INFO O| Dec 05 07:20:12.364 INFO STEP 16 (remove_files) COMPLETE
40802024-12-05T07:20:13.628Z[ recovery-image] Dec 05 07:20:12.364 INFO O| Dec 05 07:20:12.364 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-05T07:20:13.684Z[ recovery-image] Dec 05 07:20:12.424 INFO O| Dec 05 07:20:12.424 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40822024-12-05T07:20:13.687Z[ recovery-image] Dec 05 07:20:12.426 INFO O| Dec 05 07:20:12.426 INFO STEP 17 (remove_files) COMPLETE
40832024-12-05T07:20:13.687Z[ recovery-image] Dec 05 07:20:12.426 INFO O| Dec 05 07:20:12.426 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-05T07:20:13.706Z[ recovery-image] Dec 05 07:20:12.445 INFO O| Dec 05 07:20:12.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40852024-12-05T07:20:13.709Z[ recovery-image] Dec 05 07:20:12.446 INFO O| Dec 05 07:20:12.446 INFO STEP 18 (remove_files) COMPLETE
40862024-12-05T07:20:13.709Z[ recovery-image] Dec 05 07:20:12.446 INFO O| Dec 05 07:20:12.446 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-05T07:20:13.725Z[ recovery-image] Dec 05 07:20:12.464 INFO O| Dec 05 07:20:12.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40882024-12-05T07:20:13.725Z[ recovery-image] Dec 05 07:20:12.464 INFO O| Dec 05 07:20:12.464 INFO STEP 19 (remove_files) COMPLETE
40892024-12-05T07:20:13.729Z[ recovery-image] Dec 05 07:20:12.464 INFO O| Dec 05 07:20:12.464 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-05T07:20:13.763Z[ recovery-image] Dec 05 07:20:12.503 INFO O| Dec 05 07:20:12.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40912024-12-05T07:20:13.763Z[ recovery-image] Dec 05 07:20:12.503 INFO O| Dec 05 07:20:12.503 INFO STEP 20 (remove_files) COMPLETE
40922024-12-05T07:20:13.763Z[ recovery-image] Dec 05 07:20:12.503 INFO O| Dec 05 07:20:12.503 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-05T07:20:13.806Z[ recovery-image] Dec 05 07:20:12.545 INFO O| Dec 05 07:20:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40942024-12-05T07:20:13.806Z[ recovery-image] Dec 05 07:20:12.546 INFO O| Dec 05 07:20:12.546 INFO STEP 21 (remove_files) COMPLETE
40952024-12-05T07:20:13.810Z[ recovery-image] Dec 05 07:20:12.546 INFO O| Dec 05 07:20:12.546 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-05T07:20:13.825Z[ recovery-image] Dec 05 07:20:12.564 INFO O| Dec 05 07:20:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40972024-12-05T07:20:13.825Z[ recovery-image] Dec 05 07:20:12.565 INFO O| Dec 05 07:20:12.564 INFO STEP 22 (remove_files) COMPLETE
40982024-12-05T07:20:13.825Z[ recovery-image] Dec 05 07:20:12.565 INFO O| Dec 05 07:20:12.565 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-05T07:20:13.843Z[ recovery-image] Dec 05 07:20:12.583 INFO O| Dec 05 07:20:12.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41002024-12-05T07:20:13.843Z[ recovery-image] Dec 05 07:20:12.583 INFO O| Dec 05 07:20:12.583 INFO STEP 23 (remove_files) COMPLETE
41012024-12-05T07:20:13.844Z[ recovery-image] Dec 05 07:20:12.583 INFO O| Dec 05 07:20:12.583 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-05T07:20:13.862Z[ recovery-image] Dec 05 07:20:12.601 INFO O| Dec 05 07:20:12.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41032024-12-05T07:20:13.862Z[ recovery-image] Dec 05 07:20:12.601 INFO O| Dec 05 07:20:12.601 INFO STEP 24 (remove_files) COMPLETE
41042024-12-05T07:20:13.862Z[ recovery-image] Dec 05 07:20:12.601 INFO O| Dec 05 07:20:12.601 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-05T07:20:13.883Z[ recovery-image] Dec 05 07:20:12.622 INFO O| Dec 05 07:20:12.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41062024-12-05T07:20:13.883Z[ recovery-image] Dec 05 07:20:12.622 INFO O| Dec 05 07:20:12.622 INFO STEP 25 (remove_files) COMPLETE
41072024-12-05T07:20:13.883Z[ recovery-image] Dec 05 07:20:12.622 INFO O| Dec 05 07:20:12.622 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-05T07:20:13.903Z[ recovery-image] Dec 05 07:20:12.643 INFO O| Dec 05 07:20:12.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41092024-12-05T07:20:13.903Z[ recovery-image] Dec 05 07:20:12.643 INFO O| Dec 05 07:20:12.643 INFO STEP 26 (remove_files) COMPLETE
41102024-12-05T07:20:13.903Z[ recovery-image] Dec 05 07:20:12.643 INFO O| Dec 05 07:20:12.643 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-05T07:20:13.939Z[ recovery-image] Dec 05 07:20:12.679 INFO O| Dec 05 07:20:12.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41122024-12-05T07:20:13.939Z[ recovery-image] Dec 05 07:20:12.679 INFO O| Dec 05 07:20:12.679 INFO STEP 27 (remove_files) COMPLETE
41132024-12-05T07:20:13.939Z[ recovery-image] Dec 05 07:20:12.679 INFO O| Dec 05 07:20:12.679 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-05T07:20:14.008Z[ recovery-image] Dec 05 07:20:12.736 INFO O| Dec 05 07:20:12.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41152024-12-05T07:20:14.009Z[ recovery-image] Dec 05 07:20:12.736 INFO O| Dec 05 07:20:12.736 INFO STEP 28 (remove_files) COMPLETE
41162024-12-05T07:20:14.017Z[ recovery-image] Dec 05 07:20:12.736 INFO O| Dec 05 07:20:12.736 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-05T07:20:14.058Z[ recovery-image] Dec 05 07:20:12.796 INFO O| Dec 05 07:20:12.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41182024-12-05T07:20:14.058Z[ recovery-image] Dec 05 07:20:12.796 INFO O| Dec 05 07:20:12.796 INFO STEP 29 (remove_files) COMPLETE
41192024-12-05T07:20:14.065Z[ recovery-image] Dec 05 07:20:12.796 INFO O| Dec 05 07:20:12.796 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-05T07:20:14.078Z[ recovery-image] Dec 05 07:20:12.818 INFO O| Dec 05 07:20:12.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41212024-12-05T07:20:14.078Z[ recovery-image] Dec 05 07:20:12.818 INFO O| Dec 05 07:20:12.818 INFO STEP 30 (remove_files) COMPLETE
41222024-12-05T07:20:14.082Z[ recovery-image] Dec 05 07:20:12.818 INFO O| Dec 05 07:20:12.818 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-05T07:20:14.099Z[ recovery-image] Dec 05 07:20:12.838 INFO O| Dec 05 07:20:12.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41242024-12-05T07:20:14.099Z[ recovery-image] Dec 05 07:20:12.838 INFO O| Dec 05 07:20:12.838 INFO STEP 31 (remove_files) COMPLETE
41252024-12-05T07:20:14.104Z[ recovery-image] Dec 05 07:20:12.838 INFO O| Dec 05 07:20:12.838 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-05T07:20:14.133Z[ recovery-image] Dec 05 07:20:12.873 INFO O| Dec 05 07:20:12.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41272024-12-05T07:20:14.133Z[ recovery-image] Dec 05 07:20:12.873 INFO O| Dec 05 07:20:12.873 INFO STEP 32 (remove_files) COMPLETE
41282024-12-05T07:20:14.133Z[ recovery-image] Dec 05 07:20:12.873 INFO O| Dec 05 07:20:12.873 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-05T07:20:14.140Z[ host-image] Dec 05 07:20:12.880 INFO O| Dec 05 07:20:12.880 INFO O| Done
41302024-12-05T07:20:14.167Z[ recovery-image] Dec 05 07:20:12.906 INFO O| Dec 05 07:20:12.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41312024-12-05T07:20:14.167Z[ recovery-image] Dec 05 07:20:12.906 INFO O| Dec 05 07:20:12.906 INFO STEP 33 (remove_files) COMPLETE
41322024-12-05T07:20:14.167Z[ recovery-image] Dec 05 07:20:12.906 INFO O| Dec 05 07:20:12.906 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41332024-12-05T07:20:14.206Z[ recovery-image] Dec 05 07:20:12.945 INFO O| Dec 05 07:20:12.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41342024-12-05T07:20:14.206Z[ recovery-image] Dec 05 07:20:12.945 INFO O| Dec 05 07:20:12.945 INFO STEP 34 (remove_files) COMPLETE
41352024-12-05T07:20:14.206Z[ recovery-image] Dec 05 07:20:12.945 INFO O| Dec 05 07:20:12.945 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41362024-12-05T07:20:14.224Z[ recovery-image] Dec 05 07:20:12.964 INFO O| Dec 05 07:20:12.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41372024-12-05T07:20:14.226Z[ recovery-image] Dec 05 07:20:12.964 INFO O| Dec 05 07:20:12.964 INFO STEP 35 (remove_files) COMPLETE
41382024-12-05T07:20:14.229Z[ recovery-image] Dec 05 07:20:12.964 INFO O| Dec 05 07:20:12.964 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41392024-12-05T07:20:14.253Z[ recovery-image] Dec 05 07:20:12.991 INFO O| Dec 05 07:20:12.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41402024-12-05T07:20:14.253Z[ recovery-image] Dec 05 07:20:12.992 INFO O| Dec 05 07:20:12.991 INFO STEP 36 (remove_files) COMPLETE
41412024-12-05T07:20:14.256Z[ recovery-image] Dec 05 07:20:12.992 INFO O| Dec 05 07:20:12.991 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422024-12-05T07:20:14.289Z[ recovery-image] Dec 05 07:20:13.028 INFO O| Dec 05 07:20:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41432024-12-05T07:20:14.292Z[ recovery-image] Dec 05 07:20:13.029 INFO O| Dec 05 07:20:13.028 INFO STEP 37 (remove_files) COMPLETE
41442024-12-05T07:20:14.292Z[ recovery-image] Dec 05 07:20:13.029 INFO O| Dec 05 07:20:13.029 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-05T07:20:14.311Z[ recovery-image] Dec 05 07:20:13.051 INFO O| Dec 05 07:20:13.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41462024-12-05T07:20:14.317Z[ recovery-image] Dec 05 07:20:13.051 INFO O| Dec 05 07:20:13.051 INFO STEP 38 (remove_files) COMPLETE
41472024-12-05T07:20:14.317Z[ recovery-image] Dec 05 07:20:13.052 INFO O| Dec 05 07:20:13.051 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-05T07:20:14.342Z[ recovery-image] Dec 05 07:20:13.081 INFO O| Dec 05 07:20:13.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41492024-12-05T07:20:14.342Z[ recovery-image] Dec 05 07:20:13.081 INFO O| Dec 05 07:20:13.081 INFO STEP 39 (remove_files) COMPLETE
41502024-12-05T07:20:14.342Z[ recovery-image] Dec 05 07:20:13.081 INFO O| Dec 05 07:20:13.081 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-05T07:20:14.386Z[ recovery-image] Dec 05 07:20:13.125 INFO O| Dec 05 07:20:13.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41522024-12-05T07:20:14.386Z[ recovery-image] Dec 05 07:20:13.125 INFO O| Dec 05 07:20:13.125 INFO STEP 40 (remove_files) COMPLETE
41532024-12-05T07:20:14.392Z[ recovery-image] Dec 05 07:20:13.125 INFO O| Dec 05 07:20:13.125 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-05T07:20:14.407Z[ recovery-image] Dec 05 07:20:13.147 INFO O| Dec 05 07:20:13.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41552024-12-05T07:20:14.407Z[ recovery-image] Dec 05 07:20:13.147 INFO O| Dec 05 07:20:13.147 INFO STEP 41 (remove_files) COMPLETE
41562024-12-05T07:20:14.410Z[ recovery-image] Dec 05 07:20:13.147 INFO O| Dec 05 07:20:13.147 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-05T07:20:14.445Z[ recovery-image] Dec 05 07:20:13.184 INFO O| Dec 05 07:20:13.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41582024-12-05T07:20:14.445Z[ recovery-image] Dec 05 07:20:13.184 INFO O| Dec 05 07:20:13.184 INFO STEP 42 (remove_files) COMPLETE
41592024-12-05T07:20:14.450Z[ recovery-image] Dec 05 07:20:13.185 INFO O| Dec 05 07:20:13.184 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-05T07:20:14.493Z[ recovery-image] Dec 05 07:20:13.232 INFO O| Dec 05 07:20:13.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41612024-12-05T07:20:14.493Z[ recovery-image] Dec 05 07:20:13.232 INFO O| Dec 05 07:20:13.232 INFO STEP 43 (remove_files) COMPLETE
41622024-12-05T07:20:14.493Z[ recovery-image] Dec 05 07:20:13.232 INFO O| Dec 05 07:20:13.232 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-05T07:20:14.516Z[ recovery-image] Dec 05 07:20:13.255 INFO O| Dec 05 07:20:13.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41642024-12-05T07:20:14.516Z[ recovery-image] Dec 05 07:20:13.255 INFO O| Dec 05 07:20:13.255 INFO STEP 44 (remove_files) COMPLETE
41652024-12-05T07:20:14.516Z[ recovery-image] Dec 05 07:20:13.255 INFO O| Dec 05 07:20:13.255 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-05T07:20:14.543Z[ recovery-image] Dec 05 07:20:13.282 INFO O| Dec 05 07:20:13.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41672024-12-05T07:20:14.543Z[ recovery-image] Dec 05 07:20:13.282 INFO O| Dec 05 07:20:13.282 INFO STEP 45 (remove_files) COMPLETE
41682024-12-05T07:20:14.543Z[ recovery-image] Dec 05 07:20:13.282 INFO O| Dec 05 07:20:13.282 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-05T07:20:14.600Z[ recovery-image] Dec 05 07:20:13.339 INFO O| Dec 05 07:20:13.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41702024-12-05T07:20:14.600Z[ recovery-image] Dec 05 07:20:13.339 INFO O| Dec 05 07:20:13.339 INFO STEP 46 (remove_files) COMPLETE
41712024-12-05T07:20:14.600Z[ recovery-image] Dec 05 07:20:13.340 INFO O| Dec 05 07:20:13.339 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-05T07:20:14.621Z[ recovery-image] Dec 05 07:20:13.361 INFO O| Dec 05 07:20:13.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41732024-12-05T07:20:14.621Z[ recovery-image] Dec 05 07:20:13.361 INFO O| Dec 05 07:20:13.361 INFO STEP 47 (remove_files) COMPLETE
41742024-12-05T07:20:14.626Z[ recovery-image] Dec 05 07:20:13.361 INFO O| Dec 05 07:20:13.361 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-05T07:20:14.642Z[ recovery-image] Dec 05 07:20:13.381 INFO O| Dec 05 07:20:13.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41762024-12-05T07:20:14.642Z[ recovery-image] Dec 05 07:20:13.381 INFO O| Dec 05 07:20:13.381 INFO STEP 48 (remove_files) COMPLETE
41772024-12-05T07:20:14.648Z[ recovery-image] Dec 05 07:20:13.381 INFO O| Dec 05 07:20:13.381 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-05T07:20:14.676Z[ recovery-image] Dec 05 07:20:13.416 INFO O| Dec 05 07:20:13.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41792024-12-05T07:20:14.676Z[ recovery-image] Dec 05 07:20:13.416 INFO O| Dec 05 07:20:13.416 INFO STEP 49 (remove_files) COMPLETE
41802024-12-05T07:20:14.676Z[ recovery-image] Dec 05 07:20:13.416 INFO O| Dec 05 07:20:13.416 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-05T07:20:14.698Z[ recovery-image] Dec 05 07:20:13.438 INFO O| Dec 05 07:20:13.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41822024-12-05T07:20:14.698Z[ recovery-image] Dec 05 07:20:13.438 INFO O| Dec 05 07:20:13.438 INFO STEP 50 (remove_files) COMPLETE
41832024-12-05T07:20:14.702Z[ recovery-image] Dec 05 07:20:13.438 INFO O| Dec 05 07:20:13.438 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-05T07:20:14.721Z[ recovery-image] Dec 05 07:20:13.461 INFO O| Dec 05 07:20:13.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41852024-12-05T07:20:14.721Z[ recovery-image] Dec 05 07:20:13.461 INFO O| Dec 05 07:20:13.461 INFO STEP 51 (remove_files) COMPLETE
41862024-12-05T07:20:14.721Z[ recovery-image] Dec 05 07:20:13.461 INFO O| Dec 05 07:20:13.461 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-05T07:20:14.756Z[ recovery-image] Dec 05 07:20:13.496 INFO O| Dec 05 07:20:13.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41882024-12-05T07:20:14.759Z[ recovery-image] Dec 05 07:20:13.496 INFO O| Dec 05 07:20:13.496 INFO STEP 52 (remove_files) COMPLETE
41892024-12-05T07:20:14.759Z[ recovery-image] Dec 05 07:20:13.496 INFO O| Dec 05 07:20:13.496 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-05T07:20:14.785Z[ recovery-image] Dec 05 07:20:13.524 INFO O| Dec 05 07:20:13.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41912024-12-05T07:20:14.791Z[ recovery-image] Dec 05 07:20:13.525 INFO O| Dec 05 07:20:13.524 INFO STEP 53 (remove_files) COMPLETE
41922024-12-05T07:20:14.791Z[ recovery-image] Dec 05 07:20:13.525 INFO O| Dec 05 07:20:13.524 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-05T07:20:14.808Z[ recovery-image] Dec 05 07:20:13.548 INFO O| Dec 05 07:20:13.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41942024-12-05T07:20:14.808Z[ recovery-image] Dec 05 07:20:13.548 INFO O| Dec 05 07:20:13.548 INFO STEP 54 (remove_files) COMPLETE
41952024-12-05T07:20:14.808Z[ recovery-image] Dec 05 07:20:13.548 INFO O| Dec 05 07:20:13.548 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-05T07:20:14.837Z[ recovery-image] Dec 05 07:20:13.576 INFO O| Dec 05 07:20:13.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41972024-12-05T07:20:14.837Z[ recovery-image] Dec 05 07:20:13.576 INFO O| Dec 05 07:20:13.576 INFO STEP 55 (remove_files) COMPLETE
41982024-12-05T07:20:14.837Z[ recovery-image] Dec 05 07:20:13.576 INFO O| Dec 05 07:20:13.576 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-05T07:20:14.858Z[ recovery-image] Dec 05 07:20:13.597 INFO O| Dec 05 07:20:13.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42002024-12-05T07:20:14.858Z[ recovery-image] Dec 05 07:20:13.598 INFO O| Dec 05 07:20:13.598 INFO STEP 56 (remove_files) COMPLETE
42012024-12-05T07:20:14.858Z[ recovery-image] Dec 05 07:20:13.598 INFO O| Dec 05 07:20:13.598 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-05T07:20:14.878Z[ recovery-image] Dec 05 07:20:13.618 INFO O| Dec 05 07:20:13.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42032024-12-05T07:20:14.878Z[ recovery-image] Dec 05 07:20:13.618 INFO O| Dec 05 07:20:13.618 INFO STEP 57 (remove_files) COMPLETE
42042024-12-05T07:20:14.881Z[ recovery-image] Dec 05 07:20:13.618 INFO O| Dec 05 07:20:13.618 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-05T07:20:14.899Z[ recovery-image] Dec 05 07:20:13.639 INFO O| Dec 05 07:20:13.639 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42062024-12-05T07:20:14.900Z[ recovery-image] Dec 05 07:20:13.639 INFO O| Dec 05 07:20:13.639 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42072024-12-05T07:20:14.905Z[ recovery-image] Dec 05 07:20:13.639 INFO O| Dec 05 07:20:13.639 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42082024-12-05T07:20:14.905Z[ recovery-image] Dec 05 07:20:13.639 INFO O| Dec 05 07:20:13.639 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42092024-12-05T07:20:14.905Z[ recovery-image] Dec 05 07:20:13.639 INFO O| Dec 05 07:20:13.639 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42102024-12-05T07:20:14.905Z[ recovery-image] Dec 05 07:20:13.640 INFO O| Dec 05 07:20:13.640 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42112024-12-05T07:20:14.905Z[ recovery-image] Dec 05 07:20:13.640 INFO O| Dec 05 07:20:13.640 INFO ok!
42122024-12-05T07:20:14.907Z[ recovery-image] Dec 05 07:20:13.640 INFO O| Dec 05 07:20:13.640 INFO STEP 58 (ensure_file) COMPLETE
42132024-12-05T07:20:14.908Z[ recovery-image] Dec 05 07:20:13.640 INFO O| Dec 05 07:20:13.640 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-05T07:20:14.936Z[ recovery-image] Dec 05 07:20:13.676 INFO O| Dec 05 07:20:13.675 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42152024-12-05T07:20:14.936Z[ recovery-image] Dec 05 07:20:13.676 INFO O| Dec 05 07:20:13.676 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42162024-12-05T07:20:14.939Z[ recovery-image] Dec 05 07:20:13.676 INFO O| Dec 05 07:20:13.676 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42172024-12-05T07:20:14.939Z[ recovery-image] Dec 05 07:20:13.676 INFO O| Dec 05 07:20:13.676 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42182024-12-05T07:20:14.939Z[ recovery-image] Dec 05 07:20:13.676 INFO O| Dec 05 07:20:13.676 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42192024-12-05T07:20:14.939Z[ recovery-image] Dec 05 07:20:13.676 INFO O| Dec 05 07:20:13.676 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42202024-12-05T07:20:14.939Z[ recovery-image] Dec 05 07:20:13.676 INFO O| Dec 05 07:20:13.676 INFO ok!
42212024-12-05T07:20:14.939Z[ recovery-image] Dec 05 07:20:13.676 INFO O| Dec 05 07:20:13.676 INFO STEP 59 (ensure_file) COMPLETE
42222024-12-05T07:20:14.939Z[ recovery-image] Dec 05 07:20:13.677 INFO O| Dec 05 07:20:13.676 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-05T07:20:14.968Z[ recovery-image] Dec 05 07:20:13.707 INFO O| Dec 05 07:20:13.707 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42242024-12-05T07:20:14.968Z[ recovery-image] Dec 05 07:20:13.707 INFO O| Dec 05 07:20:13.707 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42252024-12-05T07:20:14.968Z[ recovery-image] Dec 05 07:20:13.708 INFO O| Dec 05 07:20:13.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42262024-12-05T07:20:14.972Z[ recovery-image] Dec 05 07:20:13.708 INFO O| Dec 05 07:20:13.708 INFO ok!
42272024-12-05T07:20:14.972Z[ recovery-image] Dec 05 07:20:13.708 INFO O| Dec 05 07:20:13.708 INFO STEP 60 (ensure_file) COMPLETE
42282024-12-05T07:20:14.972Z[ recovery-image] Dec 05 07:20:13.708 INFO O| Dec 05 07:20:13.708 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-05T07:20:14.989Z[ recovery-image] Dec 05 07:20:13.729 INFO O| Dec 05 07:20:13.729 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42302024-12-05T07:20:14.989Z[ recovery-image] Dec 05 07:20:13.729 INFO O| Dec 05 07:20:13.729 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42312024-12-05T07:20:14.989Z[ recovery-image] Dec 05 07:20:13.729 INFO O| Dec 05 07:20:13.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42322024-12-05T07:20:14.993Z[ recovery-image] Dec 05 07:20:13.729 INFO O| Dec 05 07:20:13.729 INFO ok!
42332024-12-05T07:20:14.993Z[ recovery-image] Dec 05 07:20:13.729 INFO O| Dec 05 07:20:13.729 INFO STEP 61 (ensure_file) COMPLETE
42342024-12-05T07:20:14.993Z[ recovery-image] Dec 05 07:20:13.729 INFO O| Dec 05 07:20:13.729 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-05T07:20:15.016Z[ recovery-image] Dec 05 07:20:13.750 INFO O| Dec 05 07:20:13.750 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42362024-12-05T07:20:15.016Z[ recovery-image] Dec 05 07:20:13.750 INFO O| Dec 05 07:20:13.750 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42372024-12-05T07:20:15.016Z[ recovery-image] Dec 05 07:20:13.750 INFO O| Dec 05 07:20:13.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42382024-12-05T07:20:15.021Z[ recovery-image] Dec 05 07:20:13.750 INFO O| Dec 05 07:20:13.750 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42392024-12-05T07:20:15.021Z[ recovery-image] Dec 05 07:20:13.750 INFO O| Dec 05 07:20:13.750 INFO ok!
42402024-12-05T07:20:15.021Z[ recovery-image] Dec 05 07:20:13.750 INFO O| Dec 05 07:20:13.750 INFO STEP 62 (ensure_file) COMPLETE
42412024-12-05T07:20:15.021Z[ recovery-image] Dec 05 07:20:13.750 INFO O| Dec 05 07:20:13.750 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422024-12-05T07:20:15.031Z[ recovery-image] Dec 05 07:20:13.771 INFO O| Dec 05 07:20:13.771 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42432024-12-05T07:20:15.032Z[ recovery-image] Dec 05 07:20:13.771 INFO O| Dec 05 07:20:13.771 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42442024-12-05T07:20:15.032Z[ recovery-image] Dec 05 07:20:13.771 INFO O| Dec 05 07:20:13.771 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42452024-12-05T07:20:15.036Z[ recovery-image] Dec 05 07:20:13.771 INFO O| Dec 05 07:20:13.771 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42462024-12-05T07:20:15.036Z[ recovery-image] Dec 05 07:20:13.771 INFO O| Dec 05 07:20:13.771 INFO ok!
42472024-12-05T07:20:15.036Z[ recovery-image] Dec 05 07:20:13.771 INFO O| Dec 05 07:20:13.771 INFO STEP 63 (ensure_file) COMPLETE
42482024-12-05T07:20:15.036Z[ recovery-image] Dec 05 07:20:13.771 INFO O| Dec 05 07:20:13.771 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492024-12-05T07:20:15.052Z[ recovery-image] Dec 05 07:20:13.792 INFO O| Dec 05 07:20:13.792 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42502024-12-05T07:20:15.052Z[ recovery-image] Dec 05 07:20:13.792 INFO O| Dec 05 07:20:13.792 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42512024-12-05T07:20:15.061Z[ recovery-image] Dec 05 07:20:13.792 INFO O| Dec 05 07:20:13.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42522024-12-05T07:20:15.061Z[ recovery-image] Dec 05 07:20:13.792 INFO O| Dec 05 07:20:13.792 INFO ok!
42532024-12-05T07:20:15.061Z[ recovery-image] Dec 05 07:20:13.792 INFO O| Dec 05 07:20:13.792 INFO STEP 64 (assemble_files) COMPLETE
42542024-12-05T07:20:15.061Z[ recovery-image] Dec 05 07:20:13.792 INFO O| Dec 05 07:20:13.792 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552024-12-05T07:20:15.090Z[ recovery-image] Dec 05 07:20:13.829 INFO O| Dec 05 07:20:13.829 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42562024-12-05T07:20:15.090Z[ recovery-image] Dec 05 07:20:13.829 INFO O| Dec 05 07:20:13.829 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42572024-12-05T07:20:15.096Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.829 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42582024-12-05T07:20:15.096Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42592024-12-05T07:20:15.096Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO ok!
42602024-12-05T07:20:15.097Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO STEP 65 (ensure_file) COMPLETE
42612024-12-05T07:20:15.097Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622024-12-05T07:20:15.097Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO skip step because feature "omicron1" is not enabled
42632024-12-05T07:20:15.097Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642024-12-05T07:20:15.097Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO skip step because feature "omicron1" is not enabled
42652024-12-05T07:20:15.097Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42662024-12-05T07:20:15.097Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO skip step because feature "omicron1" is not enabled
42672024-12-05T07:20:15.097Z[ recovery-image] Dec 05 07:20:13.830 INFO O| Dec 05 07:20:13.830 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682024-12-05T07:20:15.150Z[ recovery-image] Dec 05 07:20:13.889 INFO O| Dec 05 07:20:13.889 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42692024-12-05T07:20:15.150Z[ recovery-image] Dec 05 07:20:13.889 INFO O| Dec 05 07:20:13.889 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42702024-12-05T07:20:17.032Z[ host-image] Dec 05 07:20:15.771 INFO O| Dec 05 07:20:15.771 INFO O| Done
42712024-12-05T07:20:17.084Z[ host-image] Dec 05 07:20:15.822 INFO O| Dec 05 07:20:15.822 INFO O| Done
42722024-12-05T07:20:17.092Z[ host-image] Dec 05 07:20:15.822 INFO O| Dec 05 07:20:15.822 INFO O| Done
42732024-12-05T07:20:17.112Z[ host-image] Dec 05 07:20:15.848 INFO O| Dec 05 07:20:15.848 INFO O| Done
42742024-12-05T07:20:17.535Z[ host-image] Dec 05 07:20:16.270 INFO O| Dec 05 07:20:16.270 INFO STEP 12 (pkg_install) COMPLETE
42752024-12-05T07:20:17.535Z[ host-image] Dec 05 07:20:16.270 INFO O| Dec 05 07:20:16.270 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42762024-12-05T07:20:17.556Z[ host-image] Dec 05 07:20:16.296 INFO O| Dec 05 07:20:16.295 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42772024-12-05T07:20:18.264Z[ recovery-image] Dec 05 07:20:17.003 INFO O| Dec 05 07:20:17.003 INFO STEP 69 (pack_tar) COMPLETE
42782024-12-05T07:20:18.264Z[ recovery-image] Dec 05 07:20:17.003 INFO O| Dec 05 07:20:17.003 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42792024-12-05T07:20:18.264Z[ recovery-image] Dec 05 07:20:17.003 INFO O| Dec 05 07:20:17.003 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42802024-12-05T07:20:22.571Z[ recovery-image] Dec 05 07:20:17.209 INFO O| Dec 05 07:20:17.209 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42812024-12-05T07:20:22.586Z[ recovery-image] Dec 05 07:20:17.386 INFO O| Dec 05 07:20:17.386 INFO completed processing gimlet/ramdisk-02-trim
42822024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:17.389 INFO image builder template: ramdisk-03-recovery-trim...
42832024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:17.389 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/.tmpdsfWzO/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
42842024-12-05T07:20:22.587Z[ host-image] Dec 05 07:20:17.508 INFO O| Dec 05 07:20:17.508 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42852024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:17.580 INFO O| Dec 05 07:20:17.579 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42862024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:17.589 INFO O| Dec 05 07:20:17.589 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42872024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:17.922 INFO O| Dec 05 07:20:17.922 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42882024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.015 INFO O| Dec 05 07:20:18.014 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42892024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.015 INFO O| Dec 05 07:20:18.015 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42902024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.067 INFO O| Dec 05 07:20:18.067 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42912024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.076 INFO O| Dec 05 07:20:18.076 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42922024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.094 INFO O| Dec 05 07:20:18.094 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42932024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.509 INFO O| Dec 05 07:20:18.509 INFO rolled back to input snapshot; work may begin
42942024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.509 INFO O| Dec 05 07:20:18.509 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42952024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.519 INFO O| Dec 05 07:20:18.518 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.538 INFO O| Dec 05 07:20:18.538 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42972024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.541 INFO O| Dec 05 07:20:18.541 INFO STEP 0 (remove_files) COMPLETE
42982024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.542 INFO O| Dec 05 07:20:18.541 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:18.608 INFO O| Dec 05 07:20:18.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43002024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:19.061 INFO O| Dec 05 07:20:19.061 INFO STEP 1 (remove_files) COMPLETE
43012024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:19.061 INFO O| Dec 05 07:20:19.061 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:19.083 INFO O| Dec 05 07:20:19.083 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43032024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:19.104 INFO O| Dec 05 07:20:19.104 INFO STEP 2 (remove_files) COMPLETE
43042024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:19.105 INFO O| Dec 05 07:20:19.104 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:19.131 INFO O| Dec 05 07:20:19.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43062024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:19.222 INFO O| Dec 05 07:20:19.221 INFO STEP 3 (remove_files) COMPLETE
43072024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:19.222 INFO O| Dec 05 07:20:19.222 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-12-05T07:20:22.587Z[ recovery-image] Dec 05 07:20:19.283 INFO O| Dec 05 07:20:19.283 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43092024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.484 INFO O| Dec 05 07:20:19.484 INFO STEP 4 (remove_files) COMPLETE
43102024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.484 INFO O| Dec 05 07:20:19.484 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.523 INFO O| Dec 05 07:20:19.523 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43122024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.612 INFO O| Dec 05 07:20:19.612 INFO STEP 5 (remove_files) COMPLETE
43132024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.612 INFO O| Dec 05 07:20:19.612 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.647 INFO O| Dec 05 07:20:19.647 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43152024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.649 INFO O| Dec 05 07:20:19.649 INFO STEP 6 (remove_files) COMPLETE
43162024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.649 INFO O| Dec 05 07:20:19.649 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.685 INFO O| Dec 05 07:20:19.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43182024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.707 INFO O| Dec 05 07:20:19.707 INFO STEP 7 (remove_files) COMPLETE
43192024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.707 INFO O| Dec 05 07:20:19.707 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.768 INFO O| Dec 05 07:20:19.768 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43212024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.798 INFO O| Dec 05 07:20:19.798 INFO STEP 8 (remove_files) COMPLETE
43222024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.798 INFO O| Dec 05 07:20:19.798 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.835 INFO O| Dec 05 07:20:19.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43242024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.851 INFO O| Dec 05 07:20:19.851 INFO STEP 9 (remove_files) COMPLETE
43252024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.851 INFO O| Dec 05 07:20:19.851 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.873 INFO O| Dec 05 07:20:19.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43272024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.874 INFO O| Dec 05 07:20:19.874 INFO STEP 10 (remove_files) COMPLETE
43282024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.874 INFO O| Dec 05 07:20:19.874 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:19.898 INFO O| Dec 05 07:20:19.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43302024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:20.204 INFO O| Dec 05 07:20:20.203 INFO STEP 11 (remove_files) COMPLETE
43312024-12-05T07:20:22.588Z[ recovery-image] Dec 05 07:20:20.204 INFO O| Dec 05 07:20:20.203 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.243 INFO O| Dec 05 07:20:20.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43332024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.264 INFO O| Dec 05 07:20:20.264 INFO STEP 12 (remove_files) COMPLETE
43342024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.264 INFO O| Dec 05 07:20:20.264 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.299 INFO O| Dec 05 07:20:20.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43362024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.343 INFO O| Dec 05 07:20:20.343 INFO STEP 13 (remove_files) COMPLETE
43372024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.343 INFO O| Dec 05 07:20:20.343 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.370 INFO O| Dec 05 07:20:20.370 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43392024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.371 INFO O| Dec 05 07:20:20.371 INFO STEP 14 (remove_files) COMPLETE
43402024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.371 INFO O| Dec 05 07:20:20.371 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.396 INFO O| Dec 05 07:20:20.396 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43422024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.397 INFO O| Dec 05 07:20:20.397 INFO STEP 15 (remove_files) COMPLETE
43432024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.397 INFO O| Dec 05 07:20:20.397 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.420 INFO O| Dec 05 07:20:20.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43452024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.505 INFO O| Dec 05 07:20:20.505 INFO STEP 16 (remove_files) COMPLETE
43462024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.505 INFO O| Dec 05 07:20:20.505 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.539 INFO O| Dec 05 07:20:20.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43482024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.539 INFO O| Dec 05 07:20:20.539 INFO STEP 17 (remove_files) COMPLETE
43492024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.539 INFO O| Dec 05 07:20:20.539 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.576 INFO O| Dec 05 07:20:20.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43512024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.576 INFO O| Dec 05 07:20:20.576 INFO STEP 18 (remove_files) COMPLETE
43522024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.576 INFO O| Dec 05 07:20:20.576 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.630 INFO O| Dec 05 07:20:20.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43542024-12-05T07:20:22.589Z[ recovery-image] Dec 05 07:20:20.819 INFO O| Dec 05 07:20:20.819 INFO STEP 19 (remove_files) COMPLETE
43552024-12-05T07:20:22.590Z[ recovery-image] Dec 05 07:20:20.819 INFO O| Dec 05 07:20:20.819 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-05T07:20:22.590Z[ recovery-image] Dec 05 07:20:20.858 INFO O| Dec 05 07:20:20.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43572024-12-05T07:20:22.590Z[ recovery-image] Dec 05 07:20:20.875 INFO O| Dec 05 07:20:20.875 INFO STEP 20 (remove_files) COMPLETE
43582024-12-05T07:20:22.590Z[ recovery-image] Dec 05 07:20:20.875 INFO O| Dec 05 07:20:20.875 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-05T07:20:22.590Z[ recovery-image] Dec 05 07:20:20.934 INFO O| Dec 05 07:20:20.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43602024-12-05T07:20:22.590Z[ recovery-image] Dec 05 07:20:20.968 INFO O| Dec 05 07:20:20.968 INFO STEP 21 (remove_files) COMPLETE
43612024-12-05T07:20:22.590Z[ recovery-image] Dec 05 07:20:20.968 INFO O| Dec 05 07:20:20.968 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-05T07:20:22.594Z[ recovery-image] Dec 05 07:20:21.006 INFO O| Dec 05 07:20:21.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43632024-12-05T07:20:22.594Z[ recovery-image] Dec 05 07:20:21.030 INFO O| Dec 05 07:20:21.030 INFO STEP 22 (remove_files) COMPLETE
43642024-12-05T07:20:22.597Z[ recovery-image] Dec 05 07:20:21.030 INFO O| Dec 05 07:20:21.030 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-05T07:20:22.597Z[ recovery-image] Dec 05 07:20:21.087 INFO O| Dec 05 07:20:21.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43662024-12-05T07:20:22.597Z[ recovery-image] Dec 05 07:20:21.088 INFO O| Dec 05 07:20:21.088 INFO STEP 23 (remove_files) COMPLETE
43672024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.088 INFO O| Dec 05 07:20:21.088 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.151 INFO O| Dec 05 07:20:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43692024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.171 INFO O| Dec 05 07:20:21.171 INFO STEP 24 (remove_files) COMPLETE
43702024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.171 INFO O| Dec 05 07:20:21.171 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.192 INFO O| Dec 05 07:20:21.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43722024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.192 INFO O| Dec 05 07:20:21.192 INFO STEP 25 (remove_files) COMPLETE
43732024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.192 INFO O| Dec 05 07:20:21.192 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.212 INFO O| Dec 05 07:20:21.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43752024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.212 INFO O| Dec 05 07:20:21.212 INFO STEP 26 (remove_files) COMPLETE
43762024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.213 INFO O| Dec 05 07:20:21.213 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.232 INFO O| Dec 05 07:20:21.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43782024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.249 INFO O| Dec 05 07:20:21.249 INFO STEP 27 (remove_files) COMPLETE
43792024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.249 INFO O| Dec 05 07:20:21.249 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-12-05T07:20:22.598Z[ recovery-image] Dec 05 07:20:21.273 INFO O| Dec 05 07:20:21.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43812024-12-05T07:20:22.619Z[ recovery-image] Dec 05 07:20:21.273 INFO O| Dec 05 07:20:21.273 INFO STEP 28 (remove_files) COMPLETE
43822024-12-05T07:20:22.619Z[ recovery-image] Dec 05 07:20:21.273 INFO O| Dec 05 07:20:21.273 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-12-05T07:20:22.619Z[ recovery-image] Dec 05 07:20:21.294 INFO O| Dec 05 07:20:21.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43842024-12-05T07:20:22.619Z[ recovery-image] Dec 05 07:20:21.294 INFO O| Dec 05 07:20:21.294 INFO STEP 29 (remove_files) COMPLETE
43852024-12-05T07:20:22.619Z[ recovery-image] Dec 05 07:20:21.294 INFO O| Dec 05 07:20:21.294 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-12-05T07:20:22.619Z[ recovery-image] Dec 05 07:20:21.314 INFO O| Dec 05 07:20:21.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43872024-12-05T07:20:22.619Z[ recovery-image] Dec 05 07:20:21.314 INFO O| Dec 05 07:20:21.314 INFO STEP 30 (remove_files) COMPLETE
43882024-12-05T07:20:22.619Z[ recovery-image] Dec 05 07:20:21.314 INFO O| Dec 05 07:20:21.314 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-12-05T07:20:22.619Z[ recovery-image] Dec 05 07:20:21.333 INFO O| Dec 05 07:20:21.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43902024-12-05T07:20:22.620Z[ recovery-image] Dec 05 07:20:21.333 INFO O| Dec 05 07:20:21.333 INFO STEP 31 (remove_files) COMPLETE
43912024-12-05T07:20:22.624Z[ recovery-image] Dec 05 07:20:21.334 INFO O| Dec 05 07:20:21.333 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-12-05T07:20:22.631Z[ recovery-image] Dec 05 07:20:21.352 INFO O| Dec 05 07:20:21.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43932024-12-05T07:20:22.631Z[ recovery-image] Dec 05 07:20:21.353 INFO O| Dec 05 07:20:21.353 INFO STEP 32 (remove_files) COMPLETE
43942024-12-05T07:20:22.631Z[ recovery-image] Dec 05 07:20:21.353 INFO O| Dec 05 07:20:21.353 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-12-05T07:20:22.654Z[ recovery-image] Dec 05 07:20:21.375 INFO O| Dec 05 07:20:21.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43962024-12-05T07:20:22.654Z[ recovery-image] Dec 05 07:20:21.375 INFO O| Dec 05 07:20:21.375 INFO STEP 33 (remove_files) COMPLETE
43972024-12-05T07:20:22.654Z[ recovery-image] Dec 05 07:20:21.375 INFO O| Dec 05 07:20:21.375 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-12-05T07:20:22.662Z[ recovery-image] Dec 05 07:20:21.397 INFO O| Dec 05 07:20:21.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43992024-12-05T07:20:22.666Z[ recovery-image] Dec 05 07:20:21.398 INFO O| Dec 05 07:20:21.398 INFO STEP 34 (remove_files) COMPLETE
44002024-12-05T07:20:22.666Z[ recovery-image] Dec 05 07:20:21.398 INFO O| Dec 05 07:20:21.398 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-12-05T07:20:22.672Z[ host-image] Dec 05 07:20:21.411 INFO O| Dec 05 07:20:21.411 INFO O| Planning: Solver setup ... Done
44022024-12-05T07:20:22.681Z[ host-image] Dec 05 07:20:21.419 INFO O| Dec 05 07:20:21.419 INFO O| Planning: Running solver ... Done
44032024-12-05T07:20:22.684Z[ recovery-image] Dec 05 07:20:21.420 INFO O| Dec 05 07:20:21.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44042024-12-05T07:20:22.684Z[ recovery-image] Dec 05 07:20:21.420 INFO O| Dec 05 07:20:21.420 INFO STEP 35 (remove_files) COMPLETE
44052024-12-05T07:20:22.684Z[ recovery-image] Dec 05 07:20:21.420 INFO O| Dec 05 07:20:21.420 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-05T07:20:22.706Z[ recovery-image] Dec 05 07:20:21.443 INFO O| Dec 05 07:20:21.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44072024-12-05T07:20:22.711Z[ recovery-image] Dec 05 07:20:21.443 INFO O| Dec 05 07:20:21.443 INFO STEP 36 (remove_files) COMPLETE
44082024-12-05T07:20:22.711Z[ recovery-image] Dec 05 07:20:21.443 INFO O| Dec 05 07:20:21.443 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-05T07:20:22.727Z[ recovery-image] Dec 05 07:20:21.465 INFO O| Dec 05 07:20:21.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44102024-12-05T07:20:22.733Z[ recovery-image] Dec 05 07:20:21.466 INFO O| Dec 05 07:20:21.466 INFO STEP 37 (remove_files) COMPLETE
44112024-12-05T07:20:22.733Z[ recovery-image] Dec 05 07:20:21.466 INFO O| Dec 05 07:20:21.466 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-05T07:20:22.747Z[ recovery-image] Dec 05 07:20:21.485 INFO O| Dec 05 07:20:21.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44132024-12-05T07:20:22.748Z[ recovery-image] Dec 05 07:20:21.485 INFO O| Dec 05 07:20:21.485 INFO STEP 38 (remove_files) COMPLETE
44142024-12-05T07:20:22.748Z[ recovery-image] Dec 05 07:20:21.485 INFO O| Dec 05 07:20:21.485 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-05T07:20:22.765Z[ recovery-image] Dec 05 07:20:21.504 INFO O| Dec 05 07:20:21.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44162024-12-05T07:20:22.765Z[ recovery-image] Dec 05 07:20:21.504 INFO O| Dec 05 07:20:21.503 INFO STEP 39 (remove_files) COMPLETE
44172024-12-05T07:20:22.765Z[ recovery-image] Dec 05 07:20:21.504 INFO O| Dec 05 07:20:21.503 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-05T07:20:22.771Z[ host-image] Dec 05 07:20:21.509 INFO O| Dec 05 07:20:21.509 INFO O| Planning: Finding local manifests ... Done
44192024-12-05T07:20:22.773Z[ host-image] Dec 05 07:20:21.511 INFO O| Dec 05 07:20:21.511 INFO O| Planning: Fetching manifests: 0/6 0% complete
44202024-12-05T07:20:22.784Z[ recovery-image] Dec 05 07:20:21.523 INFO O| Dec 05 07:20:21.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44212024-12-05T07:20:22.784Z[ recovery-image] Dec 05 07:20:21.523 INFO O| Dec 05 07:20:21.523 INFO STEP 40 (remove_files) COMPLETE
44222024-12-05T07:20:22.784Z[ recovery-image] Dec 05 07:20:21.523 INFO O| Dec 05 07:20:21.523 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-05T07:20:22.807Z[ recovery-image] Dec 05 07:20:21.544 INFO O| Dec 05 07:20:21.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44242024-12-05T07:20:22.807Z[ recovery-image] Dec 05 07:20:21.544 INFO O| Dec 05 07:20:21.544 INFO STEP 41 (remove_files) COMPLETE
44252024-12-05T07:20:22.807Z[ recovery-image] Dec 05 07:20:21.544 INFO O| Dec 05 07:20:21.544 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-05T07:20:22.828Z[ recovery-image] Dec 05 07:20:21.567 INFO O| Dec 05 07:20:21.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44272024-12-05T07:20:22.828Z[ recovery-image] Dec 05 07:20:21.567 INFO O| Dec 05 07:20:21.567 INFO STEP 42 (remove_files) COMPLETE
44282024-12-05T07:20:22.831Z[ recovery-image] Dec 05 07:20:21.567 INFO O| Dec 05 07:20:21.567 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-05T07:20:22.851Z[ recovery-image] Dec 05 07:20:21.589 INFO O| Dec 05 07:20:21.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44302024-12-05T07:20:22.851Z[ recovery-image] Dec 05 07:20:21.589 INFO O| Dec 05 07:20:21.589 INFO STEP 43 (remove_files) COMPLETE
44312024-12-05T07:20:22.851Z[ recovery-image] Dec 05 07:20:21.589 INFO O| Dec 05 07:20:21.589 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-05T07:20:22.870Z[ recovery-image] Dec 05 07:20:21.609 INFO O| Dec 05 07:20:21.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44332024-12-05T07:20:22.870Z[ recovery-image] Dec 05 07:20:21.609 INFO O| Dec 05 07:20:21.609 INFO STEP 44 (remove_files) COMPLETE
44342024-12-05T07:20:22.870Z[ recovery-image] Dec 05 07:20:21.609 INFO O| Dec 05 07:20:21.609 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-05T07:20:22.892Z[ recovery-image] Dec 05 07:20:21.630 INFO O| Dec 05 07:20:21.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44362024-12-05T07:20:22.892Z[ recovery-image] Dec 05 07:20:21.630 INFO O| Dec 05 07:20:21.630 INFO STEP 45 (remove_files) COMPLETE
44372024-12-05T07:20:22.894Z[ recovery-image] Dec 05 07:20:21.630 INFO O| Dec 05 07:20:21.630 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-05T07:20:22.913Z[ recovery-image] Dec 05 07:20:21.651 INFO O| Dec 05 07:20:21.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44392024-12-05T07:20:22.913Z[ recovery-image] Dec 05 07:20:21.651 INFO O| Dec 05 07:20:21.651 INFO STEP 46 (remove_files) COMPLETE
44402024-12-05T07:20:22.913Z[ recovery-image] Dec 05 07:20:21.651 INFO O| Dec 05 07:20:21.651 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-05T07:20:22.934Z[ recovery-image] Dec 05 07:20:21.672 INFO O| Dec 05 07:20:21.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44422024-12-05T07:20:22.945Z[ recovery-image] Dec 05 07:20:21.673 INFO O| Dec 05 07:20:21.673 INFO STEP 47 (remove_files) COMPLETE
44432024-12-05T07:20:22.945Z[ recovery-image] Dec 05 07:20:21.673 INFO O| Dec 05 07:20:21.673 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-05T07:20:22.958Z[ recovery-image] Dec 05 07:20:21.696 INFO O| Dec 05 07:20:21.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44452024-12-05T07:20:22.958Z[ recovery-image] Dec 05 07:20:21.696 INFO O| Dec 05 07:20:21.696 INFO STEP 48 (remove_files) COMPLETE
44462024-12-05T07:20:22.958Z[ recovery-image] Dec 05 07:20:21.696 INFO O| Dec 05 07:20:21.696 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-05T07:20:22.980Z[ recovery-image] Dec 05 07:20:21.719 INFO O| Dec 05 07:20:21.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44482024-12-05T07:20:22.980Z[ recovery-image] Dec 05 07:20:21.719 INFO O| Dec 05 07:20:21.719 INFO STEP 49 (remove_files) COMPLETE
44492024-12-05T07:20:22.983Z[ recovery-image] Dec 05 07:20:21.719 INFO O| Dec 05 07:20:21.719 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-05T07:20:23.001Z[ recovery-image] Dec 05 07:20:21.740 INFO O| Dec 05 07:20:21.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44512024-12-05T07:20:23.001Z[ recovery-image] Dec 05 07:20:21.740 INFO O| Dec 05 07:20:21.740 INFO STEP 50 (remove_files) COMPLETE
44522024-12-05T07:20:23.004Z[ recovery-image] Dec 05 07:20:21.740 INFO O| Dec 05 07:20:21.740 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-05T07:20:23.021Z[ recovery-image] Dec 05 07:20:21.760 INFO O| Dec 05 07:20:21.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44542024-12-05T07:20:23.021Z[ recovery-image] Dec 05 07:20:21.760 INFO O| Dec 05 07:20:21.760 INFO STEP 51 (remove_files) COMPLETE
44552024-12-05T07:20:23.021Z[ recovery-image] Dec 05 07:20:21.760 INFO O| Dec 05 07:20:21.760 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-05T07:20:23.041Z[ recovery-image] Dec 05 07:20:21.779 INFO O| Dec 05 07:20:21.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44572024-12-05T07:20:23.042Z[ recovery-image] Dec 05 07:20:21.779 INFO O| Dec 05 07:20:21.779 INFO STEP 52 (remove_files) COMPLETE
44582024-12-05T07:20:23.042Z[ recovery-image] Dec 05 07:20:21.779 INFO O| Dec 05 07:20:21.779 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-05T07:20:23.046Z[ host-image] Dec 05 07:20:21.782 INFO O| Dec 05 07:20:21.782 INFO O| Planning: Fetching manifests: 6/6 100% complete
44602024-12-05T07:20:23.061Z[ recovery-image] Dec 05 07:20:21.800 INFO O| Dec 05 07:20:21.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44612024-12-05T07:20:23.064Z[ recovery-image] Dec 05 07:20:21.800 INFO O| Dec 05 07:20:21.800 INFO STEP 53 (remove_files) COMPLETE
44622024-12-05T07:20:23.064Z[ recovery-image] Dec 05 07:20:21.800 INFO O| Dec 05 07:20:21.800 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-05T07:20:23.081Z[ recovery-image] Dec 05 07:20:21.819 INFO O| Dec 05 07:20:21.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44642024-12-05T07:20:23.083Z[ recovery-image] Dec 05 07:20:21.819 INFO O| Dec 05 07:20:21.819 INFO STEP 54 (remove_files) COMPLETE
44652024-12-05T07:20:23.083Z[ recovery-image] Dec 05 07:20:21.820 INFO O| Dec 05 07:20:21.819 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-05T07:20:23.101Z[ host-image] Dec 05 07:20:21.839 INFO O| Dec 05 07:20:21.838 INFO O| Planning: Package planning ... Done
44672024-12-05T07:20:23.103Z[ recovery-image] Dec 05 07:20:21.840 INFO O| Dec 05 07:20:21.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44682024-12-05T07:20:23.103Z[ recovery-image] Dec 05 07:20:21.840 INFO O| Dec 05 07:20:21.840 INFO STEP 55 (remove_files) COMPLETE
44692024-12-05T07:20:23.104Z[ recovery-image] Dec 05 07:20:21.840 INFO O| Dec 05 07:20:21.840 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-12-05T07:20:23.122Z[ recovery-image] Dec 05 07:20:21.860 INFO O| Dec 05 07:20:21.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44712024-12-05T07:20:23.125Z[ recovery-image] Dec 05 07:20:21.860 INFO O| Dec 05 07:20:21.860 INFO STEP 56 (remove_files) COMPLETE
44722024-12-05T07:20:23.125Z[ recovery-image] Dec 05 07:20:21.860 INFO O| Dec 05 07:20:21.860 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-12-05T07:20:23.135Z[ host-image] Dec 05 07:20:21.873 INFO O| Dec 05 07:20:21.873 INFO O| Planning: Merging actions ... Done
44742024-12-05T07:20:23.143Z[ recovery-image] Dec 05 07:20:21.881 INFO O| Dec 05 07:20:21.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44752024-12-05T07:20:23.143Z[ recovery-image] Dec 05 07:20:21.881 INFO O| Dec 05 07:20:21.881 INFO STEP 57 (remove_files) COMPLETE
44762024-12-05T07:20:23.145Z[ recovery-image] Dec 05 07:20:21.881 INFO O| Dec 05 07:20:21.881 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-05T07:20:23.162Z[ recovery-image] Dec 05 07:20:21.900 INFO O| Dec 05 07:20:21.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44782024-12-05T07:20:23.162Z[ recovery-image] Dec 05 07:20:21.900 INFO O| Dec 05 07:20:21.900 INFO STEP 58 (remove_files) COMPLETE
44792024-12-05T07:20:23.165Z[ recovery-image] Dec 05 07:20:21.900 INFO O| Dec 05 07:20:21.900 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-05T07:20:23.177Z[ recovery-image] Dec 05 07:20:21.915 INFO O| Dec 05 07:20:21.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44812024-12-05T07:20:23.177Z[ recovery-image] Dec 05 07:20:21.915 INFO O| Dec 05 07:20:21.915 INFO STEP 59 (remove_files) COMPLETE
44822024-12-05T07:20:23.179Z[ recovery-image] Dec 05 07:20:21.915 INFO O| Dec 05 07:20:21.915 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-05T07:20:23.191Z[ recovery-image] Dec 05 07:20:21.929 INFO O| Dec 05 07:20:21.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44842024-12-05T07:20:23.191Z[ recovery-image] Dec 05 07:20:21.929 INFO O| Dec 05 07:20:21.929 INFO STEP 60 (remove_files) COMPLETE
44852024-12-05T07:20:23.191Z[ recovery-image] Dec 05 07:20:21.929 INFO O| Dec 05 07:20:21.929 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-05T07:20:23.208Z[ recovery-image] Dec 05 07:20:21.947 INFO O| Dec 05 07:20:21.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44872024-12-05T07:20:23.211Z[ recovery-image] Dec 05 07:20:21.947 INFO O| Dec 05 07:20:21.947 INFO STEP 61 (remove_files) COMPLETE
44882024-12-05T07:20:23.211Z[ recovery-image] Dec 05 07:20:21.947 INFO O| Dec 05 07:20:21.947 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-05T07:20:23.230Z[ recovery-image] Dec 05 07:20:21.969 INFO O| Dec 05 07:20:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44902024-12-05T07:20:23.230Z[ recovery-image] Dec 05 07:20:21.969 INFO O| Dec 05 07:20:21.969 INFO STEP 62 (remove_files) COMPLETE
44912024-12-05T07:20:23.233Z[ recovery-image] Dec 05 07:20:21.969 INFO O| Dec 05 07:20:21.969 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-05T07:20:23.252Z[ recovery-image] Dec 05 07:20:21.991 INFO O| Dec 05 07:20:21.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44932024-12-05T07:20:23.255Z[ recovery-image] Dec 05 07:20:21.991 INFO O| Dec 05 07:20:21.991 INFO STEP 63 (remove_files) COMPLETE
44942024-12-05T07:20:23.255Z[ recovery-image] Dec 05 07:20:21.991 INFO O| Dec 05 07:20:21.991 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-05T07:20:23.258Z[ host-image] Dec 05 07:20:21.997 INFO O| Dec 05 07:20:21.997 INFO O| Planning: Checking for conflicting actions ... Done
44962024-12-05T07:20:23.264Z[ host-image] Dec 05 07:20:22.002 INFO O| Dec 05 07:20:22.002 INFO O| Planning: Consolidating action changes ... Done
44972024-12-05T07:20:23.275Z[ recovery-image] Dec 05 07:20:22.014 INFO O| Dec 05 07:20:22.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44982024-12-05T07:20:23.279Z[ recovery-image] Dec 05 07:20:22.014 INFO O| Dec 05 07:20:22.014 INFO STEP 64 (remove_files) COMPLETE
44992024-12-05T07:20:23.279Z[ recovery-image] Dec 05 07:20:22.014 INFO O| Dec 05 07:20:22.014 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-12-05T07:20:23.295Z[ recovery-image] Dec 05 07:20:22.033 INFO O| Dec 05 07:20:22.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45012024-12-05T07:20:23.295Z[ recovery-image] Dec 05 07:20:22.033 INFO O| Dec 05 07:20:22.033 INFO STEP 65 (remove_files) COMPLETE
45022024-12-05T07:20:23.298Z[ recovery-image] Dec 05 07:20:22.034 INFO O| Dec 05 07:20:22.033 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-12-05T07:20:23.314Z[ recovery-image] Dec 05 07:20:22.052 INFO O| Dec 05 07:20:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45042024-12-05T07:20:23.314Z[ recovery-image] Dec 05 07:20:22.053 INFO O| Dec 05 07:20:22.052 INFO STEP 66 (remove_files) COMPLETE
45052024-12-05T07:20:23.314Z[ recovery-image] Dec 05 07:20:22.053 INFO O| Dec 05 07:20:22.052 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-12-05T07:20:23.333Z[ recovery-image] Dec 05 07:20:22.071 INFO O| Dec 05 07:20:22.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45072024-12-05T07:20:23.333Z[ recovery-image] Dec 05 07:20:22.071 INFO O| Dec 05 07:20:22.071 INFO STEP 67 (remove_files) COMPLETE
45082024-12-05T07:20:23.333Z[ recovery-image] Dec 05 07:20:22.071 INFO O| Dec 05 07:20:22.071 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-12-05T07:20:23.353Z[ recovery-image] Dec 05 07:20:22.091 INFO O| Dec 05 07:20:22.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45102024-12-05T07:20:23.353Z[ recovery-image] Dec 05 07:20:22.091 INFO O| Dec 05 07:20:22.091 INFO STEP 68 (remove_files) COMPLETE
45112024-12-05T07:20:23.353Z[ recovery-image] Dec 05 07:20:22.091 INFO O| Dec 05 07:20:22.091 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-12-05T07:20:23.370Z[ recovery-image] Dec 05 07:20:22.109 INFO O| Dec 05 07:20:22.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45132024-12-05T07:20:23.370Z[ recovery-image] Dec 05 07:20:22.109 INFO O| Dec 05 07:20:22.109 INFO STEP 69 (remove_files) COMPLETE
45142024-12-05T07:20:23.370Z[ recovery-image] Dec 05 07:20:22.109 INFO O| Dec 05 07:20:22.109 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-12-05T07:20:23.391Z[ recovery-image] Dec 05 07:20:22.129 INFO O| Dec 05 07:20:22.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45162024-12-05T07:20:23.391Z[ recovery-image] Dec 05 07:20:22.129 INFO O| Dec 05 07:20:22.129 INFO STEP 70 (remove_files) COMPLETE
45172024-12-05T07:20:23.391Z[ recovery-image] Dec 05 07:20:22.129 INFO O| Dec 05 07:20:22.129 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-12-05T07:20:23.406Z[ recovery-image] Dec 05 07:20:22.144 INFO O| Dec 05 07:20:22.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45192024-12-05T07:20:23.406Z[ recovery-image] Dec 05 07:20:22.145 INFO O| Dec 05 07:20:22.145 INFO STEP 71 (remove_files) COMPLETE
45202024-12-05T07:20:23.406Z[ recovery-image] Dec 05 07:20:22.145 INFO O| Dec 05 07:20:22.145 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-12-05T07:20:23.422Z[ recovery-image] Dec 05 07:20:22.160 INFO O| Dec 05 07:20:22.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45222024-12-05T07:20:23.422Z[ recovery-image] Dec 05 07:20:22.160 INFO O| Dec 05 07:20:22.160 INFO STEP 72 (remove_files) COMPLETE
45232024-12-05T07:20:23.425Z[ recovery-image] Dec 05 07:20:22.160 INFO O| Dec 05 07:20:22.160 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-12-05T07:20:23.436Z[ recovery-image] Dec 05 07:20:22.175 INFO O| Dec 05 07:20:22.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45252024-12-05T07:20:23.436Z[ recovery-image] Dec 05 07:20:22.175 INFO O| Dec 05 07:20:22.175 INFO STEP 73 (remove_files) COMPLETE
45262024-12-05T07:20:23.437Z[ recovery-image] Dec 05 07:20:22.175 INFO O| Dec 05 07:20:22.175 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-12-05T07:20:23.460Z[ recovery-image] Dec 05 07:20:22.197 INFO O| Dec 05 07:20:22.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45282024-12-05T07:20:23.460Z[ recovery-image] Dec 05 07:20:22.197 INFO O| Dec 05 07:20:22.197 INFO STEP 74 (remove_files) COMPLETE
45292024-12-05T07:20:23.463Z[ recovery-image] Dec 05 07:20:22.197 INFO O| Dec 05 07:20:22.197 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-12-05T07:20:23.479Z[ recovery-image] Dec 05 07:20:22.217 INFO O| Dec 05 07:20:22.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45312024-12-05T07:20:23.479Z[ recovery-image] Dec 05 07:20:22.218 INFO O| Dec 05 07:20:22.218 INFO STEP 75 (remove_files) COMPLETE
45322024-12-05T07:20:23.485Z[ recovery-image] Dec 05 07:20:22.218 INFO O| Dec 05 07:20:22.218 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-12-05T07:20:23.496Z[ recovery-image] Dec 05 07:20:22.234 INFO O| Dec 05 07:20:22.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45342024-12-05T07:20:23.496Z[ recovery-image] Dec 05 07:20:22.235 INFO O| Dec 05 07:20:22.235 INFO STEP 76 (remove_files) COMPLETE
45352024-12-05T07:20:23.496Z[ recovery-image] Dec 05 07:20:22.235 INFO O| Dec 05 07:20:22.235 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-12-05T07:20:23.511Z[ recovery-image] Dec 05 07:20:22.249 INFO O| Dec 05 07:20:22.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45372024-12-05T07:20:23.511Z[ recovery-image] Dec 05 07:20:22.249 INFO O| Dec 05 07:20:22.249 INFO STEP 77 (remove_files) COMPLETE
45382024-12-05T07:20:23.511Z[ recovery-image] Dec 05 07:20:22.249 INFO O| Dec 05 07:20:22.249 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-12-05T07:20:23.529Z[ recovery-image] Dec 05 07:20:22.268 INFO O| Dec 05 07:20:22.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45402024-12-05T07:20:23.530Z[ recovery-image] Dec 05 07:20:22.268 INFO O| Dec 05 07:20:22.268 INFO STEP 78 (remove_files) COMPLETE
45412024-12-05T07:20:23.530Z[ recovery-image] Dec 05 07:20:22.268 INFO O| Dec 05 07:20:22.268 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-12-05T07:20:23.548Z[ recovery-image] Dec 05 07:20:22.286 INFO O| Dec 05 07:20:22.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45432024-12-05T07:20:23.548Z[ recovery-image] Dec 05 07:20:22.286 INFO O| Dec 05 07:20:22.286 INFO STEP 79 (remove_files) COMPLETE
45442024-12-05T07:20:23.552Z[ recovery-image] Dec 05 07:20:22.286 INFO O| Dec 05 07:20:22.286 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-12-05T07:20:23.565Z[ recovery-image] Dec 05 07:20:22.304 INFO O| Dec 05 07:20:22.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45462024-12-05T07:20:23.566Z[ recovery-image] Dec 05 07:20:22.304 INFO O| Dec 05 07:20:22.304 INFO STEP 80 (remove_files) COMPLETE
45472024-12-05T07:20:23.566Z[ recovery-image] Dec 05 07:20:22.304 INFO O| Dec 05 07:20:22.304 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-12-05T07:20:23.584Z[ recovery-image] Dec 05 07:20:22.323 INFO O| Dec 05 07:20:22.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45492024-12-05T07:20:23.584Z[ recovery-image] Dec 05 07:20:22.323 INFO O| Dec 05 07:20:22.323 INFO STEP 81 (remove_files) COMPLETE
45502024-12-05T07:20:23.586Z[ recovery-image] Dec 05 07:20:22.323 INFO O| Dec 05 07:20:22.323 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-12-05T07:20:23.603Z[ recovery-image] Dec 05 07:20:22.341 INFO O| Dec 05 07:20:22.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45522024-12-05T07:20:23.603Z[ recovery-image] Dec 05 07:20:22.341 INFO O| Dec 05 07:20:22.341 INFO STEP 82 (remove_files) COMPLETE
45532024-12-05T07:20:23.603Z[ recovery-image] Dec 05 07:20:22.341 INFO O| Dec 05 07:20:22.341 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-12-05T07:20:23.623Z[ recovery-image] Dec 05 07:20:22.361 INFO O| Dec 05 07:20:22.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45552024-12-05T07:20:23.623Z[ recovery-image] Dec 05 07:20:22.361 INFO O| Dec 05 07:20:22.361 INFO STEP 83 (remove_files) COMPLETE
45562024-12-05T07:20:23.626Z[ recovery-image] Dec 05 07:20:22.361 INFO O| Dec 05 07:20:22.361 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-12-05T07:20:23.642Z[ recovery-image] Dec 05 07:20:22.380 INFO O| Dec 05 07:20:22.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45582024-12-05T07:20:23.642Z[ recovery-image] Dec 05 07:20:22.380 INFO O| Dec 05 07:20:22.380 INFO STEP 84 (remove_files) COMPLETE
45592024-12-05T07:20:23.644Z[ recovery-image] Dec 05 07:20:22.380 INFO O| Dec 05 07:20:22.380 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-12-05T07:20:23.655Z[ host-image] Dec 05 07:20:22.394 INFO O| Dec 05 07:20:22.394 INFO O| Planning: Evaluating mediators ... Done
45612024-12-05T07:20:23.659Z[ host-image] Dec 05 07:20:22.397 INFO O| Dec 05 07:20:22.397 INFO O| Planning: Planning completed in 4.89 seconds
45622024-12-05T07:20:23.661Z[ recovery-image] Dec 05 07:20:22.399 INFO O| Dec 05 07:20:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45632024-12-05T07:20:23.661Z[ recovery-image] Dec 05 07:20:22.399 INFO O| Dec 05 07:20:22.399 INFO STEP 85 (remove_files) COMPLETE
45642024-12-05T07:20:23.661Z[ recovery-image] Dec 05 07:20:22.399 INFO O| Dec 05 07:20:22.399 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-05T07:20:23.661Z[ host-image] Dec 05 07:20:22.399 INFO O| Dec 05 07:20:22.399 INFO O| Packages to install: 6
45662024-12-05T07:20:23.661Z[ host-image] Dec 05 07:20:22.400 INFO O| Dec 05 07:20:22.399 INFO O| Mediators to change: 1
45672024-12-05T07:20:23.661Z[ host-image] Dec 05 07:20:22.400 INFO O| Dec 05 07:20:22.399 INFO O| Services to change: 1
45682024-12-05T07:20:23.676Z[ host-image] Dec 05 07:20:22.414 INFO O| Dec 05 07:20:22.414 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
45692024-12-05T07:20:23.681Z[ recovery-image] Dec 05 07:20:22.418 INFO O| Dec 05 07:20:22.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45702024-12-05T07:20:23.684Z[ recovery-image] Dec 05 07:20:22.420 INFO O| Dec 05 07:20:22.420 INFO STEP 86 (remove_files) COMPLETE
45712024-12-05T07:20:23.684Z[ recovery-image] Dec 05 07:20:22.420 INFO O| Dec 05 07:20:22.420 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-12-05T07:20:23.696Z[ recovery-image] Dec 05 07:20:22.434 INFO O| Dec 05 07:20:22.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45732024-12-05T07:20:23.697Z[ recovery-image] Dec 05 07:20:22.434 INFO O| Dec 05 07:20:22.434 INFO STEP 87 (remove_files) COMPLETE
45742024-12-05T07:20:23.700Z[ recovery-image] Dec 05 07:20:22.434 INFO O| Dec 05 07:20:22.434 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-12-05T07:20:23.714Z[ recovery-image] Dec 05 07:20:22.452 INFO O| Dec 05 07:20:22.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45762024-12-05T07:20:23.714Z[ recovery-image] Dec 05 07:20:22.452 INFO O| Dec 05 07:20:22.452 INFO STEP 88 (remove_files) COMPLETE
45772024-12-05T07:20:23.717Z[ recovery-image] Dec 05 07:20:22.452 INFO O| Dec 05 07:20:22.452 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-12-05T07:20:23.732Z[ recovery-image] Dec 05 07:20:22.470 INFO O| Dec 05 07:20:22.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45792024-12-05T07:20:23.732Z[ recovery-image] Dec 05 07:20:22.470 INFO O| Dec 05 07:20:22.470 INFO STEP 89 (remove_files) COMPLETE
45802024-12-05T07:20:23.732Z[ recovery-image] Dec 05 07:20:22.470 INFO O| Dec 05 07:20:22.470 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-12-05T07:20:23.746Z[ recovery-image] Dec 05 07:20:22.484 INFO O| Dec 05 07:20:22.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45822024-12-05T07:20:23.746Z[ recovery-image] Dec 05 07:20:22.484 INFO O| Dec 05 07:20:22.484 INFO STEP 90 (remove_files) COMPLETE
45832024-12-05T07:20:23.749Z[ recovery-image] Dec 05 07:20:22.484 INFO O| Dec 05 07:20:22.484 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-12-05T07:20:23.765Z[ recovery-image] Dec 05 07:20:22.504 INFO O| Dec 05 07:20:22.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45852024-12-05T07:20:23.765Z[ recovery-image] Dec 05 07:20:22.504 INFO O| Dec 05 07:20:22.504 INFO STEP 91 (remove_files) COMPLETE
45862024-12-05T07:20:23.768Z[ recovery-image] Dec 05 07:20:22.504 INFO O| Dec 05 07:20:22.504 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-05T07:20:23.784Z[ recovery-image] Dec 05 07:20:22.521 INFO O| Dec 05 07:20:22.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45882024-12-05T07:20:23.785Z[ recovery-image] Dec 05 07:20:22.521 INFO O| Dec 05 07:20:22.521 INFO STEP 92 (remove_files) COMPLETE
45892024-12-05T07:20:23.785Z[ recovery-image] Dec 05 07:20:22.521 INFO O| Dec 05 07:20:22.521 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-12-05T07:20:23.798Z[ recovery-image] Dec 05 07:20:22.537 INFO O| Dec 05 07:20:22.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45912024-12-05T07:20:23.798Z[ recovery-image] Dec 05 07:20:22.537 INFO O| Dec 05 07:20:22.537 INFO STEP 93 (remove_files) COMPLETE
45922024-12-05T07:20:23.798Z[ recovery-image] Dec 05 07:20:22.537 INFO O| Dec 05 07:20:22.537 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-12-05T07:20:23.815Z[ recovery-image] Dec 05 07:20:22.553 INFO O| Dec 05 07:20:22.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45942024-12-05T07:20:23.818Z[ recovery-image] Dec 05 07:20:22.554 INFO O| Dec 05 07:20:22.554 INFO STEP 94 (remove_files) COMPLETE
45952024-12-05T07:20:23.818Z[ recovery-image] Dec 05 07:20:22.554 INFO O| Dec 05 07:20:22.554 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-12-05T07:20:23.833Z[ recovery-image] Dec 05 07:20:22.571 INFO O| Dec 05 07:20:22.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45972024-12-05T07:20:23.833Z[ recovery-image] Dec 05 07:20:22.571 INFO O| Dec 05 07:20:22.571 INFO STEP 95 (remove_files) COMPLETE
45982024-12-05T07:20:23.833Z[ recovery-image] Dec 05 07:20:22.571 INFO O| Dec 05 07:20:22.571 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-12-05T07:20:23.847Z[ recovery-image] Dec 05 07:20:22.585 INFO O| Dec 05 07:20:22.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46002024-12-05T07:20:23.847Z[ recovery-image] Dec 05 07:20:22.585 INFO O| Dec 05 07:20:22.585 INFO STEP 96 (remove_files) COMPLETE
46012024-12-05T07:20:23.849Z[ recovery-image] Dec 05 07:20:22.585 INFO O| Dec 05 07:20:22.585 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-12-05T07:20:23.864Z[ recovery-image] Dec 05 07:20:22.603 INFO O| Dec 05 07:20:22.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46032024-12-05T07:20:23.864Z[ recovery-image] Dec 05 07:20:22.603 INFO O| Dec 05 07:20:22.603 INFO STEP 97 (remove_files) COMPLETE
46042024-12-05T07:20:23.864Z[ recovery-image] Dec 05 07:20:22.603 INFO O| Dec 05 07:20:22.603 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-12-05T07:20:23.883Z[ recovery-image] Dec 05 07:20:22.621 INFO O| Dec 05 07:20:22.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46062024-12-05T07:20:23.883Z[ recovery-image] Dec 05 07:20:22.622 INFO O| Dec 05 07:20:22.622 INFO STEP 98 (remove_files) COMPLETE
46072024-12-05T07:20:23.886Z[ recovery-image] Dec 05 07:20:22.622 INFO O| Dec 05 07:20:22.622 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-05T07:20:23.900Z[ recovery-image] Dec 05 07:20:22.638 INFO O| Dec 05 07:20:22.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46092024-12-05T07:20:23.902Z[ recovery-image] Dec 05 07:20:22.639 INFO O| Dec 05 07:20:22.639 INFO STEP 99 (remove_files) COMPLETE
46102024-12-05T07:20:23.903Z[ recovery-image] Dec 05 07:20:22.639 INFO O| Dec 05 07:20:22.639 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-12-05T07:20:23.921Z[ recovery-image] Dec 05 07:20:22.659 INFO O| Dec 05 07:20:22.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46122024-12-05T07:20:23.921Z[ recovery-image] Dec 05 07:20:22.659 INFO O| Dec 05 07:20:22.659 INFO STEP 100 (remove_files) COMPLETE
46132024-12-05T07:20:23.921Z[ recovery-image] Dec 05 07:20:22.659 INFO O| Dec 05 07:20:22.659 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-05T07:20:23.943Z[ recovery-image] Dec 05 07:20:22.681 INFO O| Dec 05 07:20:22.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46152024-12-05T07:20:23.943Z[ recovery-image] Dec 05 07:20:22.682 INFO O| Dec 05 07:20:22.681 INFO STEP 101 (remove_files) COMPLETE
46162024-12-05T07:20:23.943Z[ recovery-image] Dec 05 07:20:22.682 INFO O| Dec 05 07:20:22.681 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-05T07:20:23.960Z[ recovery-image] Dec 05 07:20:22.698 INFO O| Dec 05 07:20:22.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46182024-12-05T07:20:23.960Z[ recovery-image] Dec 05 07:20:22.698 INFO O| Dec 05 07:20:22.698 INFO STEP 102 (remove_files) COMPLETE
46192024-12-05T07:20:23.963Z[ recovery-image] Dec 05 07:20:22.698 INFO O| Dec 05 07:20:22.698 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-05T07:20:23.976Z[ recovery-image] Dec 05 07:20:22.715 INFO O| Dec 05 07:20:22.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46212024-12-05T07:20:23.976Z[ recovery-image] Dec 05 07:20:22.715 INFO O| Dec 05 07:20:22.715 INFO STEP 103 (remove_files) COMPLETE
46222024-12-05T07:20:23.979Z[ recovery-image] Dec 05 07:20:22.715 INFO O| Dec 05 07:20:22.715 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-05T07:20:23.997Z[ recovery-image] Dec 05 07:20:22.735 INFO O| Dec 05 07:20:22.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46242024-12-05T07:20:23.997Z[ recovery-image] Dec 05 07:20:22.735 INFO O| Dec 05 07:20:22.735 INFO STEP 104 (remove_files) COMPLETE
46252024-12-05T07:20:24.001Z[ recovery-image] Dec 05 07:20:22.736 INFO O| Dec 05 07:20:22.735 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-05T07:20:24.013Z[ recovery-image] Dec 05 07:20:22.752 INFO O| Dec 05 07:20:22.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46272024-12-05T07:20:24.013Z[ recovery-image] Dec 05 07:20:22.752 INFO O| Dec 05 07:20:22.752 INFO STEP 105 (remove_files) COMPLETE
46282024-12-05T07:20:24.016Z[ recovery-image] Dec 05 07:20:22.752 INFO O| Dec 05 07:20:22.752 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-05T07:20:24.034Z[ recovery-image] Dec 05 07:20:22.771 INFO O| Dec 05 07:20:22.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46302024-12-05T07:20:24.034Z[ recovery-image] Dec 05 07:20:22.772 INFO O| Dec 05 07:20:22.771 INFO STEP 106 (remove_files) COMPLETE
46312024-12-05T07:20:24.034Z[ recovery-image] Dec 05 07:20:22.772 INFO O| Dec 05 07:20:22.771 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-05T07:20:24.055Z[ recovery-image] Dec 05 07:20:22.793 INFO O| Dec 05 07:20:22.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46332024-12-05T07:20:24.055Z[ recovery-image] Dec 05 07:20:22.793 INFO O| Dec 05 07:20:22.793 INFO STEP 107 (remove_files) COMPLETE
46342024-12-05T07:20:24.055Z[ recovery-image] Dec 05 07:20:22.793 INFO O| Dec 05 07:20:22.793 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-05T07:20:24.075Z[ recovery-image] Dec 05 07:20:22.813 INFO O| Dec 05 07:20:22.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46362024-12-05T07:20:24.075Z[ recovery-image] Dec 05 07:20:22.813 INFO O| Dec 05 07:20:22.813 INFO STEP 108 (remove_files) COMPLETE
46372024-12-05T07:20:24.075Z[ recovery-image] Dec 05 07:20:22.813 INFO O| Dec 05 07:20:22.813 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-05T07:20:24.090Z[ recovery-image] Dec 05 07:20:22.829 INFO O| Dec 05 07:20:22.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46392024-12-05T07:20:24.090Z[ recovery-image] Dec 05 07:20:22.829 INFO O| Dec 05 07:20:22.829 INFO STEP 109 (remove_files) COMPLETE
46402024-12-05T07:20:24.093Z[ recovery-image] Dec 05 07:20:22.829 INFO O| Dec 05 07:20:22.829 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-12-05T07:20:24.108Z[ recovery-image] Dec 05 07:20:22.846 INFO O| Dec 05 07:20:22.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46422024-12-05T07:20:24.108Z[ recovery-image] Dec 05 07:20:22.846 INFO O| Dec 05 07:20:22.846 INFO STEP 110 (remove_files) COMPLETE
46432024-12-05T07:20:24.112Z[ recovery-image] Dec 05 07:20:22.847 INFO O| Dec 05 07:20:22.846 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-12-05T07:20:24.129Z[ recovery-image] Dec 05 07:20:22.867 INFO O| Dec 05 07:20:22.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46452024-12-05T07:20:24.129Z[ recovery-image] Dec 05 07:20:22.868 INFO O| Dec 05 07:20:22.868 INFO STEP 111 (remove_files) COMPLETE
46462024-12-05T07:20:24.129Z[ recovery-image] Dec 05 07:20:22.868 INFO O| Dec 05 07:20:22.868 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-05T07:20:24.146Z[ recovery-image] Dec 05 07:20:22.884 INFO O| Dec 05 07:20:22.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46482024-12-05T07:20:24.146Z[ recovery-image] Dec 05 07:20:22.884 INFO O| Dec 05 07:20:22.884 INFO STEP 112 (remove_files) COMPLETE
46492024-12-05T07:20:24.148Z[ recovery-image] Dec 05 07:20:22.884 INFO O| Dec 05 07:20:22.884 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-05T07:20:24.163Z[ recovery-image] Dec 05 07:20:22.902 INFO O| Dec 05 07:20:22.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46512024-12-05T07:20:24.163Z[ recovery-image] Dec 05 07:20:22.902 INFO O| Dec 05 07:20:22.902 INFO STEP 113 (remove_files) COMPLETE
46522024-12-05T07:20:24.163Z[ recovery-image] Dec 05 07:20:22.902 INFO O| Dec 05 07:20:22.902 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-05T07:20:24.182Z[ recovery-image] Dec 05 07:20:22.920 INFO O| Dec 05 07:20:22.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46542024-12-05T07:20:24.182Z[ recovery-image] Dec 05 07:20:22.920 INFO O| Dec 05 07:20:22.920 INFO STEP 114 (remove_files) COMPLETE
46552024-12-05T07:20:24.184Z[ recovery-image] Dec 05 07:20:22.920 INFO O| Dec 05 07:20:22.920 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-05T07:20:24.201Z[ recovery-image] Dec 05 07:20:22.938 INFO O| Dec 05 07:20:22.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46572024-12-05T07:20:24.201Z[ recovery-image] Dec 05 07:20:22.938 INFO O| Dec 05 07:20:22.938 INFO STEP 115 (remove_files) COMPLETE
46582024-12-05T07:20:24.201Z[ recovery-image] Dec 05 07:20:22.938 INFO O| Dec 05 07:20:22.938 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-05T07:20:24.216Z[ recovery-image] Dec 05 07:20:22.955 INFO O| Dec 05 07:20:22.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46602024-12-05T07:20:24.216Z[ recovery-image] Dec 05 07:20:22.955 INFO O| Dec 05 07:20:22.955 INFO STEP 116 (remove_files) COMPLETE
46612024-12-05T07:20:24.219Z[ recovery-image] Dec 05 07:20:22.955 INFO O| Dec 05 07:20:22.955 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-05T07:20:24.232Z[ recovery-image] Dec 05 07:20:22.970 INFO O| Dec 05 07:20:22.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46632024-12-05T07:20:24.232Z[ recovery-image] Dec 05 07:20:22.970 INFO O| Dec 05 07:20:22.970 INFO STEP 117 (remove_files) COMPLETE
46642024-12-05T07:20:24.232Z[ recovery-image] Dec 05 07:20:22.970 INFO O| Dec 05 07:20:22.970 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-05T07:20:24.254Z[ recovery-image] Dec 05 07:20:22.992 INFO O| Dec 05 07:20:22.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46662024-12-05T07:20:24.254Z[ recovery-image] Dec 05 07:20:22.992 INFO O| Dec 05 07:20:22.992 INFO STEP 118 (remove_files) COMPLETE
46672024-12-05T07:20:24.257Z[ recovery-image] Dec 05 07:20:22.993 INFO O| Dec 05 07:20:22.992 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-05T07:20:24.273Z[ recovery-image] Dec 05 07:20:23.011 INFO O| Dec 05 07:20:23.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46692024-12-05T07:20:24.273Z[ recovery-image] Dec 05 07:20:23.011 INFO O| Dec 05 07:20:23.011 INFO STEP 119 (remove_files) COMPLETE
46702024-12-05T07:20:24.273Z[ recovery-image] Dec 05 07:20:23.011 INFO O| Dec 05 07:20:23.011 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-05T07:20:24.287Z[ recovery-image] Dec 05 07:20:23.026 INFO O| Dec 05 07:20:23.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46722024-12-05T07:20:24.287Z[ recovery-image] Dec 05 07:20:23.026 INFO O| Dec 05 07:20:23.026 INFO STEP 120 (remove_files) COMPLETE
46732024-12-05T07:20:24.290Z[ recovery-image] Dec 05 07:20:23.026 INFO O| Dec 05 07:20:23.026 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-05T07:20:24.303Z[ recovery-image] Dec 05 07:20:23.040 INFO O| Dec 05 07:20:23.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46752024-12-05T07:20:24.303Z[ recovery-image] Dec 05 07:20:23.040 INFO O| Dec 05 07:20:23.040 INFO STEP 121 (remove_files) COMPLETE
46762024-12-05T07:20:24.305Z[ recovery-image] Dec 05 07:20:23.040 INFO O| Dec 05 07:20:23.040 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-05T07:20:24.314Z[ recovery-image] Dec 05 07:20:23.052 INFO O| Dec 05 07:20:23.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46782024-12-05T07:20:24.314Z[ recovery-image] Dec 05 07:20:23.052 INFO O| Dec 05 07:20:23.052 INFO STEP 122 (remove_files) COMPLETE
46792024-12-05T07:20:24.314Z[ recovery-image] Dec 05 07:20:23.052 INFO O| Dec 05 07:20:23.052 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-05T07:20:24.328Z[ recovery-image] Dec 05 07:20:23.066 INFO O| Dec 05 07:20:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46812024-12-05T07:20:24.328Z[ recovery-image] Dec 05 07:20:23.067 INFO O| Dec 05 07:20:23.067 INFO STEP 123 (remove_files) COMPLETE
46822024-12-05T07:20:24.331Z[ recovery-image] Dec 05 07:20:23.067 INFO O| Dec 05 07:20:23.067 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-05T07:20:24.341Z[ recovery-image] Dec 05 07:20:23.080 INFO O| Dec 05 07:20:23.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46842024-12-05T07:20:24.341Z[ recovery-image] Dec 05 07:20:23.080 INFO O| Dec 05 07:20:23.080 INFO STEP 124 (remove_files) COMPLETE
46852024-12-05T07:20:24.343Z[ recovery-image] Dec 05 07:20:23.080 INFO O| Dec 05 07:20:23.080 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-05T07:20:24.354Z[ recovery-image] Dec 05 07:20:23.092 INFO O| Dec 05 07:20:23.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46872024-12-05T07:20:24.354Z[ recovery-image] Dec 05 07:20:23.092 INFO O| Dec 05 07:20:23.092 INFO STEP 125 (remove_files) COMPLETE
46882024-12-05T07:20:24.354Z[ recovery-image] Dec 05 07:20:23.092 INFO O| Dec 05 07:20:23.092 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-05T07:20:24.366Z[ recovery-image] Dec 05 07:20:23.104 INFO O| Dec 05 07:20:23.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46902024-12-05T07:20:24.366Z[ recovery-image] Dec 05 07:20:23.104 INFO O| Dec 05 07:20:23.104 INFO STEP 126 (remove_files) COMPLETE
46912024-12-05T07:20:24.366Z[ recovery-image] Dec 05 07:20:23.105 INFO O| Dec 05 07:20:23.104 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-05T07:20:24.378Z[ recovery-image] Dec 05 07:20:23.116 INFO O| Dec 05 07:20:23.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46932024-12-05T07:20:24.378Z[ recovery-image] Dec 05 07:20:23.116 INFO O| Dec 05 07:20:23.116 INFO STEP 127 (remove_files) COMPLETE
46942024-12-05T07:20:24.382Z[ recovery-image] Dec 05 07:20:23.116 INFO O| Dec 05 07:20:23.116 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-05T07:20:24.391Z[ recovery-image] Dec 05 07:20:23.129 INFO O| Dec 05 07:20:23.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46962024-12-05T07:20:24.391Z[ recovery-image] Dec 05 07:20:23.129 INFO O| Dec 05 07:20:23.129 INFO STEP 128 (remove_files) COMPLETE
46972024-12-05T07:20:24.391Z[ recovery-image] Dec 05 07:20:23.129 INFO O| Dec 05 07:20:23.129 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-05T07:20:24.403Z[ recovery-image] Dec 05 07:20:23.141 INFO O| Dec 05 07:20:23.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46992024-12-05T07:20:24.403Z[ recovery-image] Dec 05 07:20:23.141 INFO O| Dec 05 07:20:23.141 INFO STEP 129 (remove_files) COMPLETE
47002024-12-05T07:20:24.407Z[ recovery-image] Dec 05 07:20:23.141 INFO O| Dec 05 07:20:23.141 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-05T07:20:24.415Z[ recovery-image] Dec 05 07:20:23.153 INFO O| Dec 05 07:20:23.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47022024-12-05T07:20:24.415Z[ recovery-image] Dec 05 07:20:23.153 INFO O| Dec 05 07:20:23.153 INFO STEP 130 (remove_files) COMPLETE
47032024-12-05T07:20:24.419Z[ recovery-image] Dec 05 07:20:23.153 INFO O| Dec 05 07:20:23.153 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-05T07:20:24.427Z[ recovery-image] Dec 05 07:20:23.164 INFO O| Dec 05 07:20:23.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47052024-12-05T07:20:24.427Z[ recovery-image] Dec 05 07:20:23.165 INFO O| Dec 05 07:20:23.165 INFO STEP 131 (remove_files) COMPLETE
47062024-12-05T07:20:24.431Z[ recovery-image] Dec 05 07:20:23.165 INFO O| Dec 05 07:20:23.165 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-05T07:20:24.438Z[ recovery-image] Dec 05 07:20:23.176 INFO O| Dec 05 07:20:23.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47082024-12-05T07:20:24.438Z[ recovery-image] Dec 05 07:20:23.176 INFO O| Dec 05 07:20:23.176 INFO STEP 132 (remove_files) COMPLETE
47092024-12-05T07:20:24.441Z[ recovery-image] Dec 05 07:20:23.176 INFO O| Dec 05 07:20:23.176 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-05T07:20:24.448Z[ recovery-image] Dec 05 07:20:23.187 INFO O| Dec 05 07:20:23.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47112024-12-05T07:20:24.448Z[ recovery-image] Dec 05 07:20:23.187 INFO O| Dec 05 07:20:23.187 INFO STEP 133 (remove_files) COMPLETE
47122024-12-05T07:20:24.452Z[ recovery-image] Dec 05 07:20:23.187 INFO O| Dec 05 07:20:23.187 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-05T07:20:24.459Z[ recovery-image] Dec 05 07:20:23.197 INFO O| Dec 05 07:20:23.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47142024-12-05T07:20:24.459Z[ recovery-image] Dec 05 07:20:23.197 INFO O| Dec 05 07:20:23.197 INFO STEP 134 (remove_files) COMPLETE
47152024-12-05T07:20:24.462Z[ recovery-image] Dec 05 07:20:23.197 INFO O| Dec 05 07:20:23.197 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-05T07:20:24.471Z[ recovery-image] Dec 05 07:20:23.209 INFO O| Dec 05 07:20:23.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47172024-12-05T07:20:24.474Z[ recovery-image] Dec 05 07:20:23.209 INFO O| Dec 05 07:20:23.209 INFO STEP 135 (remove_files) COMPLETE
47182024-12-05T07:20:24.474Z[ recovery-image] Dec 05 07:20:23.209 INFO O| Dec 05 07:20:23.209 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-05T07:20:24.484Z[ recovery-image] Dec 05 07:20:23.222 INFO O| Dec 05 07:20:23.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47202024-12-05T07:20:24.484Z[ recovery-image] Dec 05 07:20:23.222 INFO O| Dec 05 07:20:23.222 INFO STEP 136 (remove_files) COMPLETE
47212024-12-05T07:20:24.484Z[ recovery-image] Dec 05 07:20:23.222 INFO O| Dec 05 07:20:23.222 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-05T07:20:24.495Z[ recovery-image] Dec 05 07:20:23.233 INFO O| Dec 05 07:20:23.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47232024-12-05T07:20:24.498Z[ recovery-image] Dec 05 07:20:23.233 INFO O| Dec 05 07:20:23.233 INFO STEP 137 (remove_files) COMPLETE
47242024-12-05T07:20:24.499Z[ recovery-image] Dec 05 07:20:23.233 INFO O| Dec 05 07:20:23.233 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-05T07:20:24.506Z[ recovery-image] Dec 05 07:20:23.244 INFO O| Dec 05 07:20:23.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47262024-12-05T07:20:24.510Z[ recovery-image] Dec 05 07:20:23.245 INFO O| Dec 05 07:20:23.245 INFO STEP 138 (remove_files) COMPLETE
47272024-12-05T07:20:24.510Z[ recovery-image] Dec 05 07:20:23.245 INFO O| Dec 05 07:20:23.245 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-05T07:20:24.518Z[ recovery-image] Dec 05 07:20:23.255 INFO O| Dec 05 07:20:23.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47292024-12-05T07:20:24.518Z[ recovery-image] Dec 05 07:20:23.256 INFO O| Dec 05 07:20:23.255 INFO STEP 139 (remove_files) COMPLETE
47302024-12-05T07:20:24.522Z[ recovery-image] Dec 05 07:20:23.256 INFO O| Dec 05 07:20:23.256 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-05T07:20:24.528Z[ recovery-image] Dec 05 07:20:23.266 INFO O| Dec 05 07:20:23.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47322024-12-05T07:20:24.531Z[ recovery-image] Dec 05 07:20:23.266 INFO O| Dec 05 07:20:23.266 INFO STEP 140 (remove_files) COMPLETE
47332024-12-05T07:20:24.531Z[ recovery-image] Dec 05 07:20:23.267 INFO O| Dec 05 07:20:23.266 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-05T07:20:24.539Z[ recovery-image] Dec 05 07:20:23.277 INFO O| Dec 05 07:20:23.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47352024-12-05T07:20:24.539Z[ recovery-image] Dec 05 07:20:23.277 INFO O| Dec 05 07:20:23.277 INFO STEP 141 (remove_files) COMPLETE
47362024-12-05T07:20:24.540Z[ recovery-image] Dec 05 07:20:23.277 INFO O| Dec 05 07:20:23.277 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-05T07:20:24.551Z[ recovery-image] Dec 05 07:20:23.289 INFO O| Dec 05 07:20:23.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47382024-12-05T07:20:24.552Z[ recovery-image] Dec 05 07:20:23.290 INFO O| Dec 05 07:20:23.289 INFO STEP 142 (remove_files) COMPLETE
47392024-12-05T07:20:24.552Z[ recovery-image] Dec 05 07:20:23.290 INFO O| Dec 05 07:20:23.290 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-05T07:20:24.563Z[ recovery-image] Dec 05 07:20:23.300 INFO O| Dec 05 07:20:23.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47412024-12-05T07:20:24.563Z[ recovery-image] Dec 05 07:20:23.301 INFO O| Dec 05 07:20:23.301 INFO STEP 143 (remove_files) COMPLETE
47422024-12-05T07:20:24.563Z[ recovery-image] Dec 05 07:20:23.301 INFO O| Dec 05 07:20:23.301 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-05T07:20:24.575Z[ recovery-image] Dec 05 07:20:23.313 INFO O| Dec 05 07:20:23.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47442024-12-05T07:20:24.576Z[ recovery-image] Dec 05 07:20:23.313 INFO O| Dec 05 07:20:23.313 INFO STEP 144 (remove_files) COMPLETE
47452024-12-05T07:20:24.576Z[ recovery-image] Dec 05 07:20:23.313 INFO O| Dec 05 07:20:23.313 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-05T07:20:24.597Z[ recovery-image] Dec 05 07:20:23.334 INFO O| Dec 05 07:20:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47472024-12-05T07:20:24.601Z[ recovery-image] Dec 05 07:20:23.334 INFO O| Dec 05 07:20:23.334 INFO STEP 145 (remove_files) COMPLETE
47482024-12-05T07:20:24.601Z[ recovery-image] Dec 05 07:20:23.334 INFO O| Dec 05 07:20:23.334 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-05T07:20:24.624Z[ recovery-image] Dec 05 07:20:23.360 INFO O| Dec 05 07:20:23.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47502024-12-05T07:20:24.624Z[ recovery-image] Dec 05 07:20:23.360 INFO O| Dec 05 07:20:23.360 INFO STEP 146 (remove_files) COMPLETE
47512024-12-05T07:20:24.624Z[ recovery-image] Dec 05 07:20:23.360 INFO O| Dec 05 07:20:23.360 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-05T07:20:24.662Z[ recovery-image] Dec 05 07:20:23.390 INFO O| Dec 05 07:20:23.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47532024-12-05T07:20:24.667Z[ recovery-image] Dec 05 07:20:23.391 INFO O| Dec 05 07:20:23.390 INFO STEP 147 (remove_files) COMPLETE
47542024-12-05T07:20:24.667Z[ recovery-image] Dec 05 07:20:23.391 INFO O| Dec 05 07:20:23.391 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-05T07:20:24.678Z[ recovery-image] Dec 05 07:20:23.416 INFO O| Dec 05 07:20:23.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47562024-12-05T07:20:24.678Z[ recovery-image] Dec 05 07:20:23.416 INFO O| Dec 05 07:20:23.416 INFO STEP 148 (remove_files) COMPLETE
47572024-12-05T07:20:24.681Z[ recovery-image] Dec 05 07:20:23.416 INFO O| Dec 05 07:20:23.416 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-05T07:20:24.695Z[ recovery-image] Dec 05 07:20:23.432 INFO O| Dec 05 07:20:23.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47592024-12-05T07:20:24.695Z[ recovery-image] Dec 05 07:20:23.432 INFO O| Dec 05 07:20:23.432 INFO STEP 149 (remove_files) COMPLETE
47602024-12-05T07:20:24.698Z[ recovery-image] Dec 05 07:20:23.432 INFO O| Dec 05 07:20:23.432 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-05T07:20:24.713Z[ recovery-image] Dec 05 07:20:23.450 INFO O| Dec 05 07:20:23.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47622024-12-05T07:20:24.713Z[ recovery-image] Dec 05 07:20:23.450 INFO O| Dec 05 07:20:23.450 INFO STEP 150 (remove_files) COMPLETE
47632024-12-05T07:20:24.716Z[ recovery-image] Dec 05 07:20:23.450 INFO O| Dec 05 07:20:23.450 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-05T07:20:24.728Z[ recovery-image] Dec 05 07:20:23.466 INFO O| Dec 05 07:20:23.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47652024-12-05T07:20:24.728Z[ recovery-image] Dec 05 07:20:23.466 INFO O| Dec 05 07:20:23.466 INFO STEP 151 (remove_files) COMPLETE
47662024-12-05T07:20:24.728Z[ recovery-image] Dec 05 07:20:23.466 INFO O| Dec 05 07:20:23.466 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-05T07:20:24.746Z[ recovery-image] Dec 05 07:20:23.483 INFO O| Dec 05 07:20:23.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47682024-12-05T07:20:24.746Z[ recovery-image] Dec 05 07:20:23.484 INFO O| Dec 05 07:20:23.484 INFO STEP 152 (remove_files) COMPLETE
47692024-12-05T07:20:24.746Z[ recovery-image] Dec 05 07:20:23.484 INFO O| Dec 05 07:20:23.484 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-05T07:20:24.759Z[ recovery-image] Dec 05 07:20:23.497 INFO O| Dec 05 07:20:23.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47712024-12-05T07:20:24.760Z[ recovery-image] Dec 05 07:20:23.498 INFO O| Dec 05 07:20:23.498 INFO STEP 153 (remove_files) COMPLETE
47722024-12-05T07:20:24.763Z[ recovery-image] Dec 05 07:20:23.498 INFO O| Dec 05 07:20:23.498 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-05T07:20:24.773Z[ recovery-image] Dec 05 07:20:23.511 INFO O| Dec 05 07:20:23.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47742024-12-05T07:20:24.773Z[ recovery-image] Dec 05 07:20:23.511 INFO O| Dec 05 07:20:23.511 INFO STEP 154 (remove_files) COMPLETE
47752024-12-05T07:20:24.773Z[ recovery-image] Dec 05 07:20:23.511 INFO O| Dec 05 07:20:23.511 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-05T07:20:24.786Z[ recovery-image] Dec 05 07:20:23.524 INFO O| Dec 05 07:20:23.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47772024-12-05T07:20:24.786Z[ recovery-image] Dec 05 07:20:23.524 INFO O| Dec 05 07:20:23.524 INFO STEP 155 (remove_files) COMPLETE
47782024-12-05T07:20:24.790Z[ recovery-image] Dec 05 07:20:23.524 INFO O| Dec 05 07:20:23.524 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-05T07:20:24.798Z[ recovery-image] Dec 05 07:20:23.535 INFO O| Dec 05 07:20:23.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47802024-12-05T07:20:24.798Z[ recovery-image] Dec 05 07:20:23.536 INFO O| Dec 05 07:20:23.535 INFO STEP 156 (remove_files) COMPLETE
47812024-12-05T07:20:24.801Z[ recovery-image] Dec 05 07:20:23.536 INFO O| Dec 05 07:20:23.535 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-05T07:20:24.810Z[ recovery-image] Dec 05 07:20:23.548 INFO O| Dec 05 07:20:23.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47832024-12-05T07:20:24.810Z[ recovery-image] Dec 05 07:20:23.548 INFO O| Dec 05 07:20:23.548 INFO STEP 157 (remove_files) COMPLETE
47842024-12-05T07:20:24.814Z[ recovery-image] Dec 05 07:20:23.548 INFO O| Dec 05 07:20:23.548 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-05T07:20:24.822Z[ recovery-image] Dec 05 07:20:23.560 INFO O| Dec 05 07:20:23.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47862024-12-05T07:20:24.826Z[ recovery-image] Dec 05 07:20:23.560 INFO O| Dec 05 07:20:23.560 INFO STEP 158 (remove_files) COMPLETE
47872024-12-05T07:20:24.826Z[ recovery-image] Dec 05 07:20:23.560 INFO O| Dec 05 07:20:23.560 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-05T07:20:24.833Z[ recovery-image] Dec 05 07:20:23.571 INFO O| Dec 05 07:20:23.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47892024-12-05T07:20:24.833Z[ recovery-image] Dec 05 07:20:23.571 INFO O| Dec 05 07:20:23.571 INFO STEP 159 (remove_files) COMPLETE
47902024-12-05T07:20:24.837Z[ recovery-image] Dec 05 07:20:23.571 INFO O| Dec 05 07:20:23.571 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-05T07:20:24.844Z[ recovery-image] Dec 05 07:20:23.582 INFO O| Dec 05 07:20:23.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47922024-12-05T07:20:24.844Z[ recovery-image] Dec 05 07:20:23.582 INFO O| Dec 05 07:20:23.582 INFO STEP 160 (remove_files) COMPLETE
47932024-12-05T07:20:24.849Z[ recovery-image] Dec 05 07:20:23.582 INFO O| Dec 05 07:20:23.582 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-05T07:20:24.856Z[ recovery-image] Dec 05 07:20:23.593 INFO O| Dec 05 07:20:23.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47952024-12-05T07:20:24.856Z[ recovery-image] Dec 05 07:20:23.594 INFO O| Dec 05 07:20:23.594 INFO STEP 161 (remove_files) COMPLETE
47962024-12-05T07:20:24.856Z[ recovery-image] Dec 05 07:20:23.594 INFO O| Dec 05 07:20:23.594 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-05T07:20:24.869Z[ recovery-image] Dec 05 07:20:23.605 INFO O| Dec 05 07:20:23.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47982024-12-05T07:20:24.869Z[ recovery-image] Dec 05 07:20:23.605 INFO O| Dec 05 07:20:23.605 INFO STEP 162 (remove_files) COMPLETE
47992024-12-05T07:20:24.869Z[ recovery-image] Dec 05 07:20:23.605 INFO O| Dec 05 07:20:23.605 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-05T07:20:24.878Z[ recovery-image] Dec 05 07:20:23.615 INFO O| Dec 05 07:20:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48012024-12-05T07:20:24.878Z[ recovery-image] Dec 05 07:20:23.615 INFO O| Dec 05 07:20:23.615 INFO STEP 163 (remove_files) COMPLETE
48022024-12-05T07:20:24.878Z[ recovery-image] Dec 05 07:20:23.616 INFO O| Dec 05 07:20:23.615 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-05T07:20:24.889Z[ recovery-image] Dec 05 07:20:23.626 INFO O| Dec 05 07:20:23.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48042024-12-05T07:20:24.892Z[ recovery-image] Dec 05 07:20:23.626 INFO O| Dec 05 07:20:23.626 INFO STEP 164 (remove_files) COMPLETE
48052024-12-05T07:20:24.893Z[ recovery-image] Dec 05 07:20:23.626 INFO O| Dec 05 07:20:23.626 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-05T07:20:24.899Z[ recovery-image] Dec 05 07:20:23.637 INFO O| Dec 05 07:20:23.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48072024-12-05T07:20:24.902Z[ recovery-image] Dec 05 07:20:23.637 INFO O| Dec 05 07:20:23.637 INFO STEP 165 (remove_files) COMPLETE
48082024-12-05T07:20:24.902Z[ recovery-image] Dec 05 07:20:23.637 INFO O| Dec 05 07:20:23.637 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-05T07:20:24.912Z[ recovery-image] Dec 05 07:20:23.648 INFO O| Dec 05 07:20:23.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48102024-12-05T07:20:24.915Z[ recovery-image] Dec 05 07:20:23.649 INFO O| Dec 05 07:20:23.649 INFO STEP 166 (remove_files) COMPLETE
48112024-12-05T07:20:24.915Z[ recovery-image] Dec 05 07:20:23.649 INFO O| Dec 05 07:20:23.649 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-05T07:20:24.925Z[ recovery-image] Dec 05 07:20:23.662 INFO O| Dec 05 07:20:23.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48132024-12-05T07:20:24.925Z[ recovery-image] Dec 05 07:20:23.663 INFO O| Dec 05 07:20:23.663 INFO STEP 167 (remove_files) COMPLETE
48142024-12-05T07:20:24.928Z[ recovery-image] Dec 05 07:20:23.663 INFO O| Dec 05 07:20:23.663 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-05T07:20:24.936Z[ recovery-image] Dec 05 07:20:23.674 INFO O| Dec 05 07:20:23.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48162024-12-05T07:20:24.936Z[ recovery-image] Dec 05 07:20:23.674 INFO O| Dec 05 07:20:23.674 INFO STEP 168 (remove_files) COMPLETE
48172024-12-05T07:20:24.936Z[ recovery-image] Dec 05 07:20:23.674 INFO O| Dec 05 07:20:23.674 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-05T07:20:24.948Z[ recovery-image] Dec 05 07:20:23.686 INFO O| Dec 05 07:20:23.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48192024-12-05T07:20:24.948Z[ recovery-image] Dec 05 07:20:23.686 INFO O| Dec 05 07:20:23.686 INFO STEP 169 (remove_files) COMPLETE
48202024-12-05T07:20:24.948Z[ recovery-image] Dec 05 07:20:23.686 INFO O| Dec 05 07:20:23.686 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-05T07:20:24.959Z[ recovery-image] Dec 05 07:20:23.697 INFO O| Dec 05 07:20:23.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48222024-12-05T07:20:24.959Z[ recovery-image] Dec 05 07:20:23.697 INFO O| Dec 05 07:20:23.697 INFO STEP 170 (remove_files) COMPLETE
48232024-12-05T07:20:24.963Z[ recovery-image] Dec 05 07:20:23.697 INFO O| Dec 05 07:20:23.697 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-05T07:20:24.972Z[ recovery-image] Dec 05 07:20:23.709 INFO O| Dec 05 07:20:23.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48252024-12-05T07:20:24.975Z[ recovery-image] Dec 05 07:20:23.709 INFO O| Dec 05 07:20:23.709 INFO STEP 171 (remove_files) COMPLETE
48262024-12-05T07:20:24.975Z[ recovery-image] Dec 05 07:20:23.709 INFO O| Dec 05 07:20:23.709 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-05T07:20:24.985Z[ recovery-image] Dec 05 07:20:23.723 INFO O| Dec 05 07:20:23.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48282024-12-05T07:20:24.985Z[ recovery-image] Dec 05 07:20:23.723 INFO O| Dec 05 07:20:23.723 INFO STEP 172 (remove_files) COMPLETE
48292024-12-05T07:20:24.989Z[ recovery-image] Dec 05 07:20:23.723 INFO O| Dec 05 07:20:23.723 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-05T07:20:24.997Z[ recovery-image] Dec 05 07:20:23.735 INFO O| Dec 05 07:20:23.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48312024-12-05T07:20:24.997Z[ recovery-image] Dec 05 07:20:23.735 INFO O| Dec 05 07:20:23.735 INFO STEP 173 (remove_files) COMPLETE
48322024-12-05T07:20:24.998Z[ recovery-image] Dec 05 07:20:23.736 INFO O| Dec 05 07:20:23.735 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-05T07:20:25.011Z[ recovery-image] Dec 05 07:20:23.748 INFO O| Dec 05 07:20:23.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48342024-12-05T07:20:25.011Z[ recovery-image] Dec 05 07:20:23.748 INFO O| Dec 05 07:20:23.748 INFO STEP 174 (remove_files) COMPLETE
48352024-12-05T07:20:25.011Z[ recovery-image] Dec 05 07:20:23.748 INFO O| Dec 05 07:20:23.748 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-05T07:20:25.025Z[ recovery-image] Dec 05 07:20:23.762 INFO O| Dec 05 07:20:23.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48372024-12-05T07:20:25.025Z[ recovery-image] Dec 05 07:20:23.762 INFO O| Dec 05 07:20:23.762 INFO STEP 175 (remove_files) COMPLETE
48382024-12-05T07:20:25.028Z[ recovery-image] Dec 05 07:20:23.762 INFO O| Dec 05 07:20:23.762 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-05T07:20:25.038Z[ recovery-image] Dec 05 07:20:23.776 INFO O| Dec 05 07:20:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48402024-12-05T07:20:25.038Z[ recovery-image] Dec 05 07:20:23.776 INFO O| Dec 05 07:20:23.776 INFO STEP 176 (remove_files) COMPLETE
48412024-12-05T07:20:25.042Z[ recovery-image] Dec 05 07:20:23.776 INFO O| Dec 05 07:20:23.776 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-05T07:20:25.052Z[ recovery-image] Dec 05 07:20:23.789 INFO O| Dec 05 07:20:23.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48432024-12-05T07:20:25.052Z[ recovery-image] Dec 05 07:20:23.790 INFO O| Dec 05 07:20:23.790 INFO STEP 177 (remove_files) COMPLETE
48442024-12-05T07:20:25.052Z[ recovery-image] Dec 05 07:20:23.790 INFO O| Dec 05 07:20:23.790 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-05T07:20:25.065Z[ recovery-image] Dec 05 07:20:23.802 INFO O| Dec 05 07:20:23.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48462024-12-05T07:20:25.065Z[ recovery-image] Dec 05 07:20:23.802 INFO O| Dec 05 07:20:23.802 INFO STEP 178 (remove_files) COMPLETE
48472024-12-05T07:20:25.065Z[ recovery-image] Dec 05 07:20:23.802 INFO O| Dec 05 07:20:23.802 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-05T07:20:25.076Z[ recovery-image] Dec 05 07:20:23.814 INFO O| Dec 05 07:20:23.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48492024-12-05T07:20:25.077Z[ recovery-image] Dec 05 07:20:23.814 INFO O| Dec 05 07:20:23.814 INFO STEP 179 (remove_files) COMPLETE
48502024-12-05T07:20:25.077Z[ recovery-image] Dec 05 07:20:23.814 INFO O| Dec 05 07:20:23.814 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-05T07:20:25.089Z[ recovery-image] Dec 05 07:20:23.827 INFO O| Dec 05 07:20:23.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48522024-12-05T07:20:25.089Z[ recovery-image] Dec 05 07:20:23.827 INFO O| Dec 05 07:20:23.827 INFO STEP 180 (remove_files) COMPLETE
48532024-12-05T07:20:25.089Z[ recovery-image] Dec 05 07:20:23.827 INFO O| Dec 05 07:20:23.827 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-05T07:20:25.101Z[ recovery-image] Dec 05 07:20:23.839 INFO O| Dec 05 07:20:23.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48552024-12-05T07:20:25.101Z[ recovery-image] Dec 05 07:20:23.839 INFO O| Dec 05 07:20:23.839 INFO STEP 181 (remove_files) COMPLETE
48562024-12-05T07:20:25.105Z[ recovery-image] Dec 05 07:20:23.839 INFO O| Dec 05 07:20:23.839 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-05T07:20:25.115Z[ recovery-image] Dec 05 07:20:23.852 INFO O| Dec 05 07:20:23.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48582024-12-05T07:20:25.115Z[ recovery-image] Dec 05 07:20:23.853 INFO O| Dec 05 07:20:23.853 INFO STEP 182 (remove_files) COMPLETE
48592024-12-05T07:20:25.118Z[ recovery-image] Dec 05 07:20:23.853 INFO O| Dec 05 07:20:23.853 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-05T07:20:25.129Z[ recovery-image] Dec 05 07:20:23.866 INFO O| Dec 05 07:20:23.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48612024-12-05T07:20:25.129Z[ recovery-image] Dec 05 07:20:23.867 INFO O| Dec 05 07:20:23.867 INFO STEP 183 (remove_files) COMPLETE
48622024-12-05T07:20:25.132Z[ recovery-image] Dec 05 07:20:23.867 INFO O| Dec 05 07:20:23.867 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-05T07:20:25.141Z[ recovery-image] Dec 05 07:20:23.879 INFO O| Dec 05 07:20:23.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48642024-12-05T07:20:25.141Z[ recovery-image] Dec 05 07:20:23.879 INFO O| Dec 05 07:20:23.879 INFO STEP 184 (remove_files) COMPLETE
48652024-12-05T07:20:25.145Z[ recovery-image] Dec 05 07:20:23.879 INFO O| Dec 05 07:20:23.879 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-05T07:20:25.153Z[ recovery-image] Dec 05 07:20:23.891 INFO O| Dec 05 07:20:23.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48672024-12-05T07:20:25.153Z[ recovery-image] Dec 05 07:20:23.891 INFO O| Dec 05 07:20:23.891 INFO STEP 185 (remove_files) COMPLETE
48682024-12-05T07:20:25.153Z[ recovery-image] Dec 05 07:20:23.891 INFO O| Dec 05 07:20:23.891 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-05T07:20:25.165Z[ recovery-image] Dec 05 07:20:23.903 INFO O| Dec 05 07:20:23.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48702024-12-05T07:20:25.165Z[ recovery-image] Dec 05 07:20:23.903 INFO O| Dec 05 07:20:23.903 INFO STEP 186 (remove_files) COMPLETE
48712024-12-05T07:20:25.169Z[ recovery-image] Dec 05 07:20:23.903 INFO O| Dec 05 07:20:23.903 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-05T07:20:25.177Z[ recovery-image] Dec 05 07:20:23.914 INFO O| Dec 05 07:20:23.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48732024-12-05T07:20:25.177Z[ recovery-image] Dec 05 07:20:23.914 INFO O| Dec 05 07:20:23.914 INFO STEP 187 (remove_files) COMPLETE
48742024-12-05T07:20:25.181Z[ recovery-image] Dec 05 07:20:23.914 INFO O| Dec 05 07:20:23.914 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-05T07:20:25.188Z[ recovery-image] Dec 05 07:20:23.926 INFO O| Dec 05 07:20:23.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48762024-12-05T07:20:25.188Z[ recovery-image] Dec 05 07:20:23.926 INFO O| Dec 05 07:20:23.926 INFO STEP 188 (remove_files) COMPLETE
48772024-12-05T07:20:25.192Z[ recovery-image] Dec 05 07:20:23.926 INFO O| Dec 05 07:20:23.926 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-05T07:20:25.200Z[ recovery-image] Dec 05 07:20:23.938 INFO O| Dec 05 07:20:23.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48792024-12-05T07:20:25.200Z[ recovery-image] Dec 05 07:20:23.938 INFO O| Dec 05 07:20:23.938 INFO STEP 189 (remove_files) COMPLETE
48802024-12-05T07:20:25.204Z[ recovery-image] Dec 05 07:20:23.938 INFO O| Dec 05 07:20:23.938 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-05T07:20:25.214Z[ recovery-image] Dec 05 07:20:23.951 INFO O| Dec 05 07:20:23.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48822024-12-05T07:20:25.214Z[ recovery-image] Dec 05 07:20:23.951 INFO O| Dec 05 07:20:23.951 INFO STEP 190 (remove_files) COMPLETE
48832024-12-05T07:20:25.214Z[ recovery-image] Dec 05 07:20:23.951 INFO O| Dec 05 07:20:23.951 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-05T07:20:25.228Z[ recovery-image] Dec 05 07:20:23.966 INFO O| Dec 05 07:20:23.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48852024-12-05T07:20:25.228Z[ recovery-image] Dec 05 07:20:23.966 INFO O| Dec 05 07:20:23.966 INFO STEP 191 (remove_files) COMPLETE
48862024-12-05T07:20:25.228Z[ recovery-image] Dec 05 07:20:23.966 INFO O| Dec 05 07:20:23.966 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-05T07:20:25.242Z[ recovery-image] Dec 05 07:20:23.978 INFO O| Dec 05 07:20:23.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48882024-12-05T07:20:25.242Z[ recovery-image] Dec 05 07:20:23.978 INFO O| Dec 05 07:20:23.978 INFO STEP 192 (remove_files) COMPLETE
48892024-12-05T07:20:25.242Z[ recovery-image] Dec 05 07:20:23.978 INFO O| Dec 05 07:20:23.978 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-05T07:20:25.252Z[ recovery-image] Dec 05 07:20:23.990 INFO O| Dec 05 07:20:23.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48912024-12-05T07:20:25.253Z[ recovery-image] Dec 05 07:20:23.990 INFO O| Dec 05 07:20:23.990 INFO STEP 193 (remove_files) COMPLETE
48922024-12-05T07:20:25.256Z[ recovery-image] Dec 05 07:20:23.990 INFO O| Dec 05 07:20:23.990 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-05T07:20:25.265Z[ recovery-image] Dec 05 07:20:24.003 INFO O| Dec 05 07:20:24.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48942024-12-05T07:20:25.265Z[ recovery-image] Dec 05 07:20:24.003 INFO O| Dec 05 07:20:24.003 INFO STEP 194 (remove_files) COMPLETE
48952024-12-05T07:20:25.265Z[ recovery-image] Dec 05 07:20:24.003 INFO O| Dec 05 07:20:24.003 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-05T07:20:25.278Z[ recovery-image] Dec 05 07:20:24.015 INFO O| Dec 05 07:20:24.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48972024-12-05T07:20:25.278Z[ recovery-image] Dec 05 07:20:24.015 INFO O| Dec 05 07:20:24.015 INFO STEP 195 (remove_files) COMPLETE
48982024-12-05T07:20:25.283Z[ recovery-image] Dec 05 07:20:24.015 INFO O| Dec 05 07:20:24.015 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-05T07:20:25.289Z[ recovery-image] Dec 05 07:20:24.027 INFO O| Dec 05 07:20:24.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49002024-12-05T07:20:25.293Z[ recovery-image] Dec 05 07:20:24.027 INFO O| Dec 05 07:20:24.027 INFO STEP 196 (remove_files) COMPLETE
49012024-12-05T07:20:25.293Z[ recovery-image] Dec 05 07:20:24.027 INFO O| Dec 05 07:20:24.027 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-05T07:20:25.302Z[ recovery-image] Dec 05 07:20:24.040 INFO O| Dec 05 07:20:24.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49032024-12-05T07:20:25.302Z[ recovery-image] Dec 05 07:20:24.040 INFO O| Dec 05 07:20:24.040 INFO STEP 197 (remove_files) COMPLETE
49042024-12-05T07:20:25.306Z[ recovery-image] Dec 05 07:20:24.040 INFO O| Dec 05 07:20:24.040 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-05T07:20:25.315Z[ recovery-image] Dec 05 07:20:24.052 INFO O| Dec 05 07:20:24.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49062024-12-05T07:20:25.315Z[ recovery-image] Dec 05 07:20:24.052 INFO O| Dec 05 07:20:24.052 INFO STEP 198 (remove_files) COMPLETE
49072024-12-05T07:20:25.315Z[ recovery-image] Dec 05 07:20:24.052 INFO O| Dec 05 07:20:24.052 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-05T07:20:25.327Z[ recovery-image] Dec 05 07:20:24.064 INFO O| Dec 05 07:20:24.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49092024-12-05T07:20:25.327Z[ recovery-image] Dec 05 07:20:24.064 INFO O| Dec 05 07:20:24.064 INFO STEP 199 (remove_files) COMPLETE
49102024-12-05T07:20:25.331Z[ recovery-image] Dec 05 07:20:24.064 INFO O| Dec 05 07:20:24.064 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-05T07:20:25.338Z[ recovery-image] Dec 05 07:20:24.076 INFO O| Dec 05 07:20:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49122024-12-05T07:20:25.338Z[ recovery-image] Dec 05 07:20:24.076 INFO O| Dec 05 07:20:24.076 INFO STEP 200 (remove_files) COMPLETE
49132024-12-05T07:20:25.338Z[ recovery-image] Dec 05 07:20:24.076 INFO O| Dec 05 07:20:24.076 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-05T07:20:25.352Z[ recovery-image] Dec 05 07:20:24.087 INFO O| Dec 05 07:20:24.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49152024-12-05T07:20:25.355Z[ recovery-image] Dec 05 07:20:24.088 INFO O| Dec 05 07:20:24.088 INFO STEP 201 (remove_files) COMPLETE
49162024-12-05T07:20:25.355Z[ recovery-image] Dec 05 07:20:24.088 INFO O| Dec 05 07:20:24.088 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-05T07:20:25.361Z[ recovery-image] Dec 05 07:20:24.099 INFO O| Dec 05 07:20:24.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49182024-12-05T07:20:25.361Z[ recovery-image] Dec 05 07:20:24.099 INFO O| Dec 05 07:20:24.099 INFO STEP 202 (remove_files) COMPLETE
49192024-12-05T07:20:25.365Z[ recovery-image] Dec 05 07:20:24.099 INFO O| Dec 05 07:20:24.099 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-05T07:20:25.372Z[ recovery-image] Dec 05 07:20:24.110 INFO O| Dec 05 07:20:24.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49212024-12-05T07:20:25.378Z[ recovery-image] Dec 05 07:20:24.110 INFO O| Dec 05 07:20:24.110 INFO STEP 203 (remove_files) COMPLETE
49222024-12-05T07:20:25.378Z[ recovery-image] Dec 05 07:20:24.110 INFO O| Dec 05 07:20:24.110 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-05T07:20:25.383Z[ recovery-image] Dec 05 07:20:24.121 INFO O| Dec 05 07:20:24.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49242024-12-05T07:20:25.383Z[ recovery-image] Dec 05 07:20:24.121 INFO O| Dec 05 07:20:24.121 INFO STEP 204 (remove_files) COMPLETE
49252024-12-05T07:20:25.383Z[ recovery-image] Dec 05 07:20:24.121 INFO O| Dec 05 07:20:24.121 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-05T07:20:25.397Z[ recovery-image] Dec 05 07:20:24.134 INFO O| Dec 05 07:20:24.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49272024-12-05T07:20:25.397Z[ recovery-image] Dec 05 07:20:24.134 INFO O| Dec 05 07:20:24.134 INFO STEP 205 (remove_files) COMPLETE
49282024-12-05T07:20:25.400Z[ recovery-image] Dec 05 07:20:24.134 INFO O| Dec 05 07:20:24.134 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-05T07:20:25.408Z[ recovery-image] Dec 05 07:20:24.146 INFO O| Dec 05 07:20:24.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49302024-12-05T07:20:25.408Z[ recovery-image] Dec 05 07:20:24.146 INFO O| Dec 05 07:20:24.146 INFO STEP 206 (remove_files) COMPLETE
49312024-12-05T07:20:25.408Z[ recovery-image] Dec 05 07:20:24.146 INFO O| Dec 05 07:20:24.146 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-05T07:20:25.420Z[ recovery-image] Dec 05 07:20:24.158 INFO O| Dec 05 07:20:24.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49332024-12-05T07:20:25.420Z[ recovery-image] Dec 05 07:20:24.158 INFO O| Dec 05 07:20:24.158 INFO STEP 207 (remove_files) COMPLETE
49342024-12-05T07:20:25.420Z[ recovery-image] Dec 05 07:20:24.158 INFO O| Dec 05 07:20:24.158 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-05T07:20:25.434Z[ recovery-image] Dec 05 07:20:24.172 INFO O| Dec 05 07:20:24.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49362024-12-05T07:20:25.434Z[ recovery-image] Dec 05 07:20:24.172 INFO O| Dec 05 07:20:24.172 INFO STEP 208 (remove_files) COMPLETE
49372024-12-05T07:20:25.434Z[ recovery-image] Dec 05 07:20:24.172 INFO O| Dec 05 07:20:24.172 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-05T07:20:25.450Z[ recovery-image] Dec 05 07:20:24.185 INFO O| Dec 05 07:20:24.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49392024-12-05T07:20:25.450Z[ recovery-image] Dec 05 07:20:24.185 INFO O| Dec 05 07:20:24.185 INFO STEP 209 (remove_files) COMPLETE
49402024-12-05T07:20:25.454Z[ recovery-image] Dec 05 07:20:24.185 INFO O| Dec 05 07:20:24.185 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-05T07:20:25.460Z[ recovery-image] Dec 05 07:20:24.198 INFO O| Dec 05 07:20:24.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49422024-12-05T07:20:25.460Z[ recovery-image] Dec 05 07:20:24.198 INFO O| Dec 05 07:20:24.198 INFO STEP 210 (remove_files) COMPLETE
49432024-12-05T07:20:25.460Z[ recovery-image] Dec 05 07:20:24.198 INFO O| Dec 05 07:20:24.198 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-05T07:20:25.475Z[ recovery-image] Dec 05 07:20:24.212 INFO O| Dec 05 07:20:24.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49452024-12-05T07:20:25.475Z[ recovery-image] Dec 05 07:20:24.212 INFO O| Dec 05 07:20:24.212 INFO STEP 211 (remove_files) COMPLETE
49462024-12-05T07:20:25.475Z[ recovery-image] Dec 05 07:20:24.213 INFO O| Dec 05 07:20:24.212 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-05T07:20:25.488Z[ recovery-image] Dec 05 07:20:24.226 INFO O| Dec 05 07:20:24.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49482024-12-05T07:20:25.488Z[ recovery-image] Dec 05 07:20:24.226 INFO O| Dec 05 07:20:24.226 INFO STEP 212 (remove_files) COMPLETE
49492024-12-05T07:20:25.488Z[ recovery-image] Dec 05 07:20:24.226 INFO O| Dec 05 07:20:24.226 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-05T07:20:25.502Z[ recovery-image] Dec 05 07:20:24.239 INFO O| Dec 05 07:20:24.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49512024-12-05T07:20:25.502Z[ recovery-image] Dec 05 07:20:24.239 INFO O| Dec 05 07:20:24.239 INFO STEP 213 (remove_files) COMPLETE
49522024-12-05T07:20:25.506Z[ recovery-image] Dec 05 07:20:24.239 INFO O| Dec 05 07:20:24.239 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-05T07:20:25.513Z[ recovery-image] Dec 05 07:20:24.251 INFO O| Dec 05 07:20:24.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49542024-12-05T07:20:25.517Z[ recovery-image] Dec 05 07:20:24.251 INFO O| Dec 05 07:20:24.251 INFO STEP 214 (remove_files) COMPLETE
49552024-12-05T07:20:25.517Z[ recovery-image] Dec 05 07:20:24.251 INFO O| Dec 05 07:20:24.251 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-05T07:20:25.524Z[ recovery-image] Dec 05 07:20:24.262 INFO O| Dec 05 07:20:24.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49572024-12-05T07:20:25.524Z[ recovery-image] Dec 05 07:20:24.262 INFO O| Dec 05 07:20:24.262 INFO STEP 215 (remove_files) COMPLETE
49582024-12-05T07:20:25.528Z[ recovery-image] Dec 05 07:20:24.262 INFO O| Dec 05 07:20:24.262 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-05T07:20:25.535Z[ recovery-image] Dec 05 07:20:24.273 INFO O| Dec 05 07:20:24.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49602024-12-05T07:20:25.535Z[ recovery-image] Dec 05 07:20:24.273 INFO O| Dec 05 07:20:24.273 INFO STEP 216 (remove_files) COMPLETE
49612024-12-05T07:20:25.536Z[ recovery-image] Dec 05 07:20:24.273 INFO O| Dec 05 07:20:24.273 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-05T07:20:25.546Z[ recovery-image] Dec 05 07:20:24.284 INFO O| Dec 05 07:20:24.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49632024-12-05T07:20:25.547Z[ recovery-image] Dec 05 07:20:24.284 INFO O| Dec 05 07:20:24.284 INFO STEP 217 (remove_files) COMPLETE
49642024-12-05T07:20:25.553Z[ recovery-image] Dec 05 07:20:24.285 INFO O| Dec 05 07:20:24.284 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-05T07:20:25.558Z[ recovery-image] Dec 05 07:20:24.296 INFO O| Dec 05 07:20:24.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49662024-12-05T07:20:25.558Z[ recovery-image] Dec 05 07:20:24.296 INFO O| Dec 05 07:20:24.296 INFO STEP 218 (remove_files) COMPLETE
49672024-12-05T07:20:25.566Z[ recovery-image] Dec 05 07:20:24.296 INFO O| Dec 05 07:20:24.296 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-05T07:20:25.570Z[ recovery-image] Dec 05 07:20:24.307 INFO O| Dec 05 07:20:24.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49692024-12-05T07:20:25.570Z[ recovery-image] Dec 05 07:20:24.307 INFO O| Dec 05 07:20:24.307 INFO STEP 219 (remove_files) COMPLETE
49702024-12-05T07:20:25.570Z[ recovery-image] Dec 05 07:20:24.307 INFO O| Dec 05 07:20:24.307 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-05T07:20:25.582Z[ recovery-image] Dec 05 07:20:24.317 INFO O| Dec 05 07:20:24.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49722024-12-05T07:20:25.582Z[ recovery-image] Dec 05 07:20:24.317 INFO O| Dec 05 07:20:24.317 INFO STEP 220 (remove_files) COMPLETE
49732024-12-05T07:20:25.587Z[ recovery-image] Dec 05 07:20:24.317 INFO O| Dec 05 07:20:24.317 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-05T07:20:25.591Z[ recovery-image] Dec 05 07:20:24.329 INFO O| Dec 05 07:20:24.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49752024-12-05T07:20:25.591Z[ recovery-image] Dec 05 07:20:24.329 INFO O| Dec 05 07:20:24.329 INFO STEP 221 (remove_files) COMPLETE
49762024-12-05T07:20:25.594Z[ recovery-image] Dec 05 07:20:24.329 INFO O| Dec 05 07:20:24.329 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-05T07:20:25.605Z[ recovery-image] Dec 05 07:20:24.342 INFO O| Dec 05 07:20:24.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49782024-12-05T07:20:25.605Z[ recovery-image] Dec 05 07:20:24.342 INFO O| Dec 05 07:20:24.342 INFO STEP 222 (remove_files) COMPLETE
49792024-12-05T07:20:25.608Z[ recovery-image] Dec 05 07:20:24.342 INFO O| Dec 05 07:20:24.342 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-05T07:20:25.620Z[ recovery-image] Dec 05 07:20:24.357 INFO O| Dec 05 07:20:24.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49812024-12-05T07:20:25.620Z[ recovery-image] Dec 05 07:20:24.358 INFO O| Dec 05 07:20:24.358 INFO STEP 223 (remove_files) COMPLETE
49822024-12-05T07:20:25.620Z[ recovery-image] Dec 05 07:20:24.358 INFO O| Dec 05 07:20:24.358 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-05T07:20:25.634Z[ recovery-image] Dec 05 07:20:24.372 INFO O| Dec 05 07:20:24.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49842024-12-05T07:20:25.634Z[ recovery-image] Dec 05 07:20:24.372 INFO O| Dec 05 07:20:24.372 INFO STEP 224 (remove_files) COMPLETE
49852024-12-05T07:20:25.634Z[ recovery-image] Dec 05 07:20:24.372 INFO O| Dec 05 07:20:24.372 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-05T07:20:25.648Z[ recovery-image] Dec 05 07:20:24.386 INFO O| Dec 05 07:20:24.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49872024-12-05T07:20:25.648Z[ recovery-image] Dec 05 07:20:24.386 INFO O| Dec 05 07:20:24.386 INFO STEP 225 (remove_files) COMPLETE
49882024-12-05T07:20:25.648Z[ recovery-image] Dec 05 07:20:24.386 INFO O| Dec 05 07:20:24.386 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-05T07:20:25.661Z[ recovery-image] Dec 05 07:20:24.399 INFO O| Dec 05 07:20:24.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49902024-12-05T07:20:25.661Z[ recovery-image] Dec 05 07:20:24.399 INFO O| Dec 05 07:20:24.399 INFO STEP 226 (remove_files) COMPLETE
49912024-12-05T07:20:25.664Z[ recovery-image] Dec 05 07:20:24.399 INFO O| Dec 05 07:20:24.399 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-05T07:20:25.673Z[ recovery-image] Dec 05 07:20:24.411 INFO O| Dec 05 07:20:24.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49932024-12-05T07:20:25.676Z[ recovery-image] Dec 05 07:20:24.411 INFO O| Dec 05 07:20:24.411 INFO STEP 227 (remove_files) COMPLETE
49942024-12-05T07:20:25.676Z[ recovery-image] Dec 05 07:20:24.411 INFO O| Dec 05 07:20:24.411 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-05T07:20:25.686Z[ recovery-image] Dec 05 07:20:24.424 INFO O| Dec 05 07:20:24.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49962024-12-05T07:20:25.686Z[ recovery-image] Dec 05 07:20:24.424 INFO O| Dec 05 07:20:24.424 INFO STEP 228 (remove_files) COMPLETE
49972024-12-05T07:20:25.686Z[ recovery-image] Dec 05 07:20:24.424 INFO O| Dec 05 07:20:24.424 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-05T07:20:25.702Z[ recovery-image] Dec 05 07:20:24.435 INFO O| Dec 05 07:20:24.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49992024-12-05T07:20:25.702Z[ recovery-image] Dec 05 07:20:24.435 INFO O| Dec 05 07:20:24.435 INFO STEP 229 (remove_files) COMPLETE
50002024-12-05T07:20:25.702Z[ recovery-image] Dec 05 07:20:24.435 INFO O| Dec 05 07:20:24.435 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-05T07:20:25.710Z[ recovery-image] Dec 05 07:20:24.448 INFO O| Dec 05 07:20:24.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50022024-12-05T07:20:25.710Z[ recovery-image] Dec 05 07:20:24.448 INFO O| Dec 05 07:20:24.448 INFO STEP 230 (remove_files) COMPLETE
50032024-12-05T07:20:25.714Z[ recovery-image] Dec 05 07:20:24.448 INFO O| Dec 05 07:20:24.448 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-05T07:20:25.723Z[ recovery-image] Dec 05 07:20:24.461 INFO O| Dec 05 07:20:24.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50052024-12-05T07:20:25.724Z[ recovery-image] Dec 05 07:20:24.461 INFO O| Dec 05 07:20:24.461 INFO STEP 231 (remove_files) COMPLETE
50062024-12-05T07:20:25.727Z[ recovery-image] Dec 05 07:20:24.461 INFO O| Dec 05 07:20:24.461 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-05T07:20:25.737Z[ recovery-image] Dec 05 07:20:24.475 INFO O| Dec 05 07:20:24.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50082024-12-05T07:20:25.737Z[ recovery-image] Dec 05 07:20:24.475 INFO O| Dec 05 07:20:24.475 INFO STEP 232 (remove_files) COMPLETE
50092024-12-05T07:20:25.741Z[ recovery-image] Dec 05 07:20:24.475 INFO O| Dec 05 07:20:24.475 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-05T07:20:25.750Z[ recovery-image] Dec 05 07:20:24.487 INFO O| Dec 05 07:20:24.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50112024-12-05T07:20:25.750Z[ recovery-image] Dec 05 07:20:24.487 INFO O| Dec 05 07:20:24.487 INFO STEP 233 (remove_files) COMPLETE
50122024-12-05T07:20:25.755Z[ recovery-image] Dec 05 07:20:24.487 INFO O| Dec 05 07:20:24.487 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-05T07:20:25.761Z[ recovery-image] Dec 05 07:20:24.499 INFO O| Dec 05 07:20:24.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50142024-12-05T07:20:25.761Z[ recovery-image] Dec 05 07:20:24.499 INFO O| Dec 05 07:20:24.499 INFO STEP 234 (remove_files) COMPLETE
50152024-12-05T07:20:25.765Z[ recovery-image] Dec 05 07:20:24.499 INFO O| Dec 05 07:20:24.499 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-05T07:20:25.773Z[ recovery-image] Dec 05 07:20:24.511 INFO O| Dec 05 07:20:24.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50172024-12-05T07:20:25.773Z[ recovery-image] Dec 05 07:20:24.511 INFO O| Dec 05 07:20:24.511 INFO STEP 235 (remove_files) COMPLETE
50182024-12-05T07:20:25.773Z[ recovery-image] Dec 05 07:20:24.511 INFO O| Dec 05 07:20:24.511 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-05T07:20:25.785Z[ recovery-image] Dec 05 07:20:24.523 INFO O| Dec 05 07:20:24.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50202024-12-05T07:20:25.785Z[ recovery-image] Dec 05 07:20:24.523 INFO O| Dec 05 07:20:24.523 INFO STEP 236 (remove_files) COMPLETE
50212024-12-05T07:20:25.789Z[ recovery-image] Dec 05 07:20:24.523 INFO O| Dec 05 07:20:24.523 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-05T07:20:25.797Z[ recovery-image] Dec 05 07:20:24.535 INFO O| Dec 05 07:20:24.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50232024-12-05T07:20:25.797Z[ recovery-image] Dec 05 07:20:24.535 INFO O| Dec 05 07:20:24.535 INFO STEP 237 (remove_files) COMPLETE
50242024-12-05T07:20:25.797Z[ recovery-image] Dec 05 07:20:24.535 INFO O| Dec 05 07:20:24.535 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-05T07:20:25.810Z[ recovery-image] Dec 05 07:20:24.547 INFO O| Dec 05 07:20:24.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50262024-12-05T07:20:25.810Z[ recovery-image] Dec 05 07:20:24.547 INFO O| Dec 05 07:20:24.547 INFO STEP 238 (remove_files) COMPLETE
50272024-12-05T07:20:25.810Z[ recovery-image] Dec 05 07:20:24.547 INFO O| Dec 05 07:20:24.547 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-05T07:20:25.824Z[ recovery-image] Dec 05 07:20:24.559 INFO O| Dec 05 07:20:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50292024-12-05T07:20:25.824Z[ recovery-image] Dec 05 07:20:24.559 INFO O| Dec 05 07:20:24.559 INFO STEP 239 (remove_files) COMPLETE
50302024-12-05T07:20:25.837Z[ recovery-image] Dec 05 07:20:24.559 INFO O| Dec 05 07:20:24.559 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-05T07:20:25.837Z[ recovery-image] Dec 05 07:20:24.571 INFO O| Dec 05 07:20:24.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50322024-12-05T07:20:25.837Z[ recovery-image] Dec 05 07:20:24.571 INFO O| Dec 05 07:20:24.571 INFO STEP 240 (remove_files) COMPLETE
50332024-12-05T07:20:25.837Z[ recovery-image] Dec 05 07:20:24.571 INFO O| Dec 05 07:20:24.571 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-05T07:20:25.844Z[ recovery-image] Dec 05 07:20:24.582 INFO O| Dec 05 07:20:24.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50352024-12-05T07:20:25.845Z[ recovery-image] Dec 05 07:20:24.582 INFO O| Dec 05 07:20:24.582 INFO STEP 241 (remove_files) COMPLETE
50362024-12-05T07:20:25.845Z[ recovery-image] Dec 05 07:20:24.582 INFO O| Dec 05 07:20:24.582 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-05T07:20:25.857Z[ recovery-image] Dec 05 07:20:24.594 INFO O| Dec 05 07:20:24.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50382024-12-05T07:20:25.861Z[ recovery-image] Dec 05 07:20:24.595 INFO O| Dec 05 07:20:24.595 INFO STEP 242 (remove_files) COMPLETE
50392024-12-05T07:20:25.861Z[ recovery-image] Dec 05 07:20:24.595 INFO O| Dec 05 07:20:24.595 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-05T07:20:25.871Z[ recovery-image] Dec 05 07:20:24.607 INFO O| Dec 05 07:20:24.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50412024-12-05T07:20:25.874Z[ recovery-image] Dec 05 07:20:24.608 INFO O| Dec 05 07:20:24.608 INFO STEP 243 (remove_files) COMPLETE
50422024-12-05T07:20:25.874Z[ recovery-image] Dec 05 07:20:24.608 INFO O| Dec 05 07:20:24.608 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-05T07:20:25.882Z[ recovery-image] Dec 05 07:20:24.620 INFO O| Dec 05 07:20:24.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50442024-12-05T07:20:25.882Z[ recovery-image] Dec 05 07:20:24.620 INFO O| Dec 05 07:20:24.620 INFO STEP 244 (remove_files) COMPLETE
50452024-12-05T07:20:25.887Z[ recovery-image] Dec 05 07:20:24.620 INFO O| Dec 05 07:20:24.620 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-05T07:20:25.893Z[ recovery-image] Dec 05 07:20:24.631 INFO O| Dec 05 07:20:24.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50472024-12-05T07:20:25.894Z[ recovery-image] Dec 05 07:20:24.631 INFO O| Dec 05 07:20:24.631 INFO STEP 245 (remove_files) COMPLETE
50482024-12-05T07:20:25.898Z[ recovery-image] Dec 05 07:20:24.631 INFO O| Dec 05 07:20:24.631 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-05T07:20:25.905Z[ recovery-image] Dec 05 07:20:24.643 INFO O| Dec 05 07:20:24.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50502024-12-05T07:20:25.905Z[ recovery-image] Dec 05 07:20:24.643 INFO O| Dec 05 07:20:24.643 INFO STEP 246 (remove_files) COMPLETE
50512024-12-05T07:20:25.905Z[ recovery-image] Dec 05 07:20:24.643 INFO O| Dec 05 07:20:24.643 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-05T07:20:25.917Z[ recovery-image] Dec 05 07:20:24.654 INFO O| Dec 05 07:20:24.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50532024-12-05T07:20:25.917Z[ recovery-image] Dec 05 07:20:24.654 INFO O| Dec 05 07:20:24.654 INFO STEP 247 (remove_files) COMPLETE
50542024-12-05T07:20:25.917Z[ recovery-image] Dec 05 07:20:24.654 INFO O| Dec 05 07:20:24.654 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-05T07:20:25.928Z[ recovery-image] Dec 05 07:20:24.666 INFO O| Dec 05 07:20:24.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50562024-12-05T07:20:25.931Z[ recovery-image] Dec 05 07:20:24.666 INFO O| Dec 05 07:20:24.666 INFO STEP 248 (remove_files) COMPLETE
50572024-12-05T07:20:25.931Z[ recovery-image] Dec 05 07:20:24.666 INFO O| Dec 05 07:20:24.666 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-05T07:20:25.940Z[ recovery-image] Dec 05 07:20:24.678 INFO O| Dec 05 07:20:24.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50592024-12-05T07:20:25.940Z[ recovery-image] Dec 05 07:20:24.678 INFO O| Dec 05 07:20:24.678 INFO STEP 249 (remove_files) COMPLETE
50602024-12-05T07:20:25.940Z[ recovery-image] Dec 05 07:20:24.678 INFO O| Dec 05 07:20:24.678 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-05T07:20:25.951Z[ recovery-image] Dec 05 07:20:24.689 INFO O| Dec 05 07:20:24.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50622024-12-05T07:20:25.951Z[ recovery-image] Dec 05 07:20:24.689 INFO O| Dec 05 07:20:24.689 INFO STEP 250 (remove_files) COMPLETE
50632024-12-05T07:20:25.952Z[ recovery-image] Dec 05 07:20:24.689 INFO O| Dec 05 07:20:24.689 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-05T07:20:25.963Z[ recovery-image] Dec 05 07:20:24.700 INFO O| Dec 05 07:20:24.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50652024-12-05T07:20:25.963Z[ recovery-image] Dec 05 07:20:24.700 INFO O| Dec 05 07:20:24.700 INFO STEP 251 (remove_files) COMPLETE
50662024-12-05T07:20:25.963Z[ recovery-image] Dec 05 07:20:24.701 INFO O| Dec 05 07:20:24.700 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-05T07:20:25.974Z[ recovery-image] Dec 05 07:20:24.712 INFO O| Dec 05 07:20:24.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50682024-12-05T07:20:25.974Z[ recovery-image] Dec 05 07:20:24.712 INFO O| Dec 05 07:20:24.712 INFO STEP 252 (remove_files) COMPLETE
50692024-12-05T07:20:25.974Z[ recovery-image] Dec 05 07:20:24.712 INFO O| Dec 05 07:20:24.712 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-05T07:20:25.985Z[ recovery-image] Dec 05 07:20:24.723 INFO O| Dec 05 07:20:24.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50712024-12-05T07:20:25.989Z[ recovery-image] Dec 05 07:20:24.723 INFO O| Dec 05 07:20:24.723 INFO STEP 253 (remove_files) COMPLETE
50722024-12-05T07:20:25.989Z[ recovery-image] Dec 05 07:20:24.723 INFO O| Dec 05 07:20:24.723 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-12-05T07:20:25.997Z[ recovery-image] Dec 05 07:20:24.734 INFO O| Dec 05 07:20:24.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50742024-12-05T07:20:25.997Z[ recovery-image] Dec 05 07:20:24.734 INFO O| Dec 05 07:20:24.734 INFO STEP 254 (remove_files) COMPLETE
50752024-12-05T07:20:25.998Z[ recovery-image] Dec 05 07:20:24.734 INFO O| Dec 05 07:20:24.734 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-12-05T07:20:26.008Z[ recovery-image] Dec 05 07:20:24.745 INFO O| Dec 05 07:20:24.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50772024-12-05T07:20:26.008Z[ recovery-image] Dec 05 07:20:24.745 INFO O| Dec 05 07:20:24.745 INFO STEP 255 (remove_files) COMPLETE
50782024-12-05T07:20:26.012Z[ recovery-image] Dec 05 07:20:24.745 INFO O| Dec 05 07:20:24.745 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-12-05T07:20:26.019Z[ recovery-image] Dec 05 07:20:24.757 INFO O| Dec 05 07:20:24.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50802024-12-05T07:20:26.019Z[ recovery-image] Dec 05 07:20:24.757 INFO O| Dec 05 07:20:24.757 INFO STEP 256 (remove_files) COMPLETE
50812024-12-05T07:20:26.019Z[ recovery-image] Dec 05 07:20:24.757 INFO O| Dec 05 07:20:24.757 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-12-05T07:20:26.031Z[ recovery-image] Dec 05 07:20:24.768 INFO O| Dec 05 07:20:24.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50832024-12-05T07:20:26.031Z[ recovery-image] Dec 05 07:20:24.769 INFO O| Dec 05 07:20:24.769 INFO STEP 257 (remove_files) COMPLETE
50842024-12-05T07:20:26.035Z[ recovery-image] Dec 05 07:20:24.769 INFO O| Dec 05 07:20:24.769 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-12-05T07:20:26.043Z[ recovery-image] Dec 05 07:20:24.780 INFO O| Dec 05 07:20:24.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50862024-12-05T07:20:26.043Z[ recovery-image] Dec 05 07:20:24.780 INFO O| Dec 05 07:20:24.780 INFO STEP 258 (remove_files) COMPLETE
50872024-12-05T07:20:26.047Z[ recovery-image] Dec 05 07:20:24.780 INFO O| Dec 05 07:20:24.780 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-12-05T07:20:26.055Z[ recovery-image] Dec 05 07:20:24.793 INFO O| Dec 05 07:20:24.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50892024-12-05T07:20:26.055Z[ recovery-image] Dec 05 07:20:24.793 INFO O| Dec 05 07:20:24.793 INFO STEP 259 (remove_files) COMPLETE
50902024-12-05T07:20:26.056Z[ recovery-image] Dec 05 07:20:24.793 INFO O| Dec 05 07:20:24.793 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-12-05T07:20:26.067Z[ recovery-image] Dec 05 07:20:24.804 INFO O| Dec 05 07:20:24.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50922024-12-05T07:20:26.067Z[ recovery-image] Dec 05 07:20:24.804 INFO O| Dec 05 07:20:24.804 INFO STEP 260 (remove_files) COMPLETE
50932024-12-05T07:20:26.067Z[ recovery-image] Dec 05 07:20:24.805 INFO O| Dec 05 07:20:24.804 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-12-05T07:20:26.078Z[ recovery-image] Dec 05 07:20:24.816 INFO O| Dec 05 07:20:24.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50952024-12-05T07:20:26.078Z[ recovery-image] Dec 05 07:20:24.816 INFO O| Dec 05 07:20:24.816 INFO STEP 261 (remove_files) COMPLETE
50962024-12-05T07:20:26.078Z[ recovery-image] Dec 05 07:20:24.816 INFO O| Dec 05 07:20:24.816 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-12-05T07:20:26.089Z[ recovery-image] Dec 05 07:20:24.827 INFO O| Dec 05 07:20:24.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50982024-12-05T07:20:26.090Z[ recovery-image] Dec 05 07:20:24.827 INFO O| Dec 05 07:20:24.827 INFO STEP 262 (remove_files) COMPLETE
50992024-12-05T07:20:26.094Z[ recovery-image] Dec 05 07:20:24.827 INFO O| Dec 05 07:20:24.827 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-12-05T07:20:26.102Z[ recovery-image] Dec 05 07:20:24.840 INFO O| Dec 05 07:20:24.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51012024-12-05T07:20:26.105Z[ recovery-image] Dec 05 07:20:24.840 INFO O| Dec 05 07:20:24.840 INFO STEP 263 (remove_files) COMPLETE
51022024-12-05T07:20:26.105Z[ recovery-image] Dec 05 07:20:24.840 INFO O| Dec 05 07:20:24.840 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-12-05T07:20:26.115Z[ recovery-image] Dec 05 07:20:24.853 INFO O| Dec 05 07:20:24.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51042024-12-05T07:20:26.115Z[ recovery-image] Dec 05 07:20:24.853 INFO O| Dec 05 07:20:24.853 INFO STEP 264 (remove_files) COMPLETE
51052024-12-05T07:20:26.119Z[ recovery-image] Dec 05 07:20:24.853 INFO O| Dec 05 07:20:24.853 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-12-05T07:20:26.128Z[ recovery-image] Dec 05 07:20:24.866 INFO O| Dec 05 07:20:24.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51072024-12-05T07:20:26.128Z[ recovery-image] Dec 05 07:20:24.866 INFO O| Dec 05 07:20:24.866 INFO STEP 265 (remove_files) COMPLETE
51082024-12-05T07:20:26.133Z[ recovery-image] Dec 05 07:20:24.866 INFO O| Dec 05 07:20:24.866 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-12-05T07:20:26.141Z[ recovery-image] Dec 05 07:20:24.878 INFO O| Dec 05 07:20:24.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51102024-12-05T07:20:26.141Z[ recovery-image] Dec 05 07:20:24.878 INFO O| Dec 05 07:20:24.878 INFO STEP 266 (remove_files) COMPLETE
51112024-12-05T07:20:26.144Z[ recovery-image] Dec 05 07:20:24.878 INFO O| Dec 05 07:20:24.878 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-12-05T07:20:26.154Z[ recovery-image] Dec 05 07:20:24.891 INFO O| Dec 05 07:20:24.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51132024-12-05T07:20:26.154Z[ recovery-image] Dec 05 07:20:24.891 INFO O| Dec 05 07:20:24.891 INFO STEP 267 (remove_files) COMPLETE
51142024-12-05T07:20:26.157Z[ recovery-image] Dec 05 07:20:24.891 INFO O| Dec 05 07:20:24.891 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-12-05T07:20:26.167Z[ recovery-image] Dec 05 07:20:24.904 INFO O| Dec 05 07:20:24.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51162024-12-05T07:20:26.167Z[ recovery-image] Dec 05 07:20:24.904 INFO O| Dec 05 07:20:24.904 INFO STEP 268 (remove_files) COMPLETE
51172024-12-05T07:20:26.171Z[ recovery-image] Dec 05 07:20:24.905 INFO O| Dec 05 07:20:24.904 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-12-05T07:20:26.179Z[ recovery-image] Dec 05 07:20:24.916 INFO O| Dec 05 07:20:24.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51192024-12-05T07:20:26.179Z[ recovery-image] Dec 05 07:20:24.916 INFO O| Dec 05 07:20:24.916 INFO STEP 269 (remove_files) COMPLETE
51202024-12-05T07:20:26.182Z[ recovery-image] Dec 05 07:20:24.916 INFO O| Dec 05 07:20:24.916 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-05T07:20:26.190Z[ recovery-image] Dec 05 07:20:24.928 INFO O| Dec 05 07:20:24.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51222024-12-05T07:20:26.190Z[ recovery-image] Dec 05 07:20:24.928 INFO O| Dec 05 07:20:24.928 INFO STEP 270 (remove_files) COMPLETE
51232024-12-05T07:20:26.190Z[ recovery-image] Dec 05 07:20:24.928 INFO O| Dec 05 07:20:24.928 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-05T07:20:26.202Z[ recovery-image] Dec 05 07:20:24.940 INFO O| Dec 05 07:20:24.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51252024-12-05T07:20:26.202Z[ recovery-image] Dec 05 07:20:24.940 INFO O| Dec 05 07:20:24.940 INFO STEP 271 (remove_files) COMPLETE
51262024-12-05T07:20:26.207Z[ recovery-image] Dec 05 07:20:24.940 INFO O| Dec 05 07:20:24.940 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-05T07:20:26.214Z[ recovery-image] Dec 05 07:20:24.952 INFO O| Dec 05 07:20:24.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51282024-12-05T07:20:26.215Z[ recovery-image] Dec 05 07:20:24.952 INFO O| Dec 05 07:20:24.952 INFO STEP 272 (remove_files) COMPLETE
51292024-12-05T07:20:26.219Z[ recovery-image] Dec 05 07:20:24.952 INFO O| Dec 05 07:20:24.952 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-05T07:20:26.226Z[ recovery-image] Dec 05 07:20:24.964 INFO O| Dec 05 07:20:24.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51312024-12-05T07:20:26.229Z[ recovery-image] Dec 05 07:20:24.964 INFO O| Dec 05 07:20:24.964 INFO STEP 273 (remove_files) COMPLETE
51322024-12-05T07:20:26.230Z[ recovery-image] Dec 05 07:20:24.964 INFO O| Dec 05 07:20:24.964 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-05T07:20:26.238Z[ recovery-image] Dec 05 07:20:24.975 INFO O| Dec 05 07:20:24.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51342024-12-05T07:20:26.241Z[ recovery-image] Dec 05 07:20:24.975 INFO O| Dec 05 07:20:24.975 INFO STEP 274 (remove_files) COMPLETE
51352024-12-05T07:20:26.241Z[ recovery-image] Dec 05 07:20:24.975 INFO O| Dec 05 07:20:24.975 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-05T07:20:26.251Z[ recovery-image] Dec 05 07:20:24.987 INFO O| Dec 05 07:20:24.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51372024-12-05T07:20:26.251Z[ recovery-image] Dec 05 07:20:24.987 INFO O| Dec 05 07:20:24.987 INFO STEP 275 (remove_files) COMPLETE
51382024-12-05T07:20:26.255Z[ recovery-image] Dec 05 07:20:24.987 INFO O| Dec 05 07:20:24.987 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-05T07:20:26.261Z[ recovery-image] Dec 05 07:20:24.999 INFO O| Dec 05 07:20:24.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51402024-12-05T07:20:26.261Z[ recovery-image] Dec 05 07:20:24.999 INFO O| Dec 05 07:20:24.999 INFO STEP 276 (remove_files) COMPLETE
51412024-12-05T07:20:26.265Z[ recovery-image] Dec 05 07:20:24.999 INFO O| Dec 05 07:20:24.999 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-05T07:20:26.274Z[ recovery-image] Dec 05 07:20:25.011 INFO O| Dec 05 07:20:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51432024-12-05T07:20:26.274Z[ recovery-image] Dec 05 07:20:25.011 INFO O| Dec 05 07:20:25.011 INFO STEP 277 (remove_files) COMPLETE
51442024-12-05T07:20:26.279Z[ recovery-image] Dec 05 07:20:25.012 INFO O| Dec 05 07:20:25.011 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-05T07:20:26.286Z[ recovery-image] Dec 05 07:20:25.023 INFO O| Dec 05 07:20:25.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51462024-12-05T07:20:26.286Z[ recovery-image] Dec 05 07:20:25.023 INFO O| Dec 05 07:20:25.023 INFO STEP 278 (remove_files) COMPLETE
51472024-12-05T07:20:26.290Z[ recovery-image] Dec 05 07:20:25.023 INFO O| Dec 05 07:20:25.023 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-05T07:20:26.297Z[ recovery-image] Dec 05 07:20:25.035 INFO O| Dec 05 07:20:25.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51492024-12-05T07:20:26.297Z[ recovery-image] Dec 05 07:20:25.035 INFO O| Dec 05 07:20:25.035 INFO STEP 279 (remove_files) COMPLETE
51502024-12-05T07:20:26.301Z[ recovery-image] Dec 05 07:20:25.035 INFO O| Dec 05 07:20:25.035 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-05T07:20:26.308Z[ recovery-image] Dec 05 07:20:25.046 INFO O| Dec 05 07:20:25.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51522024-12-05T07:20:26.308Z[ recovery-image] Dec 05 07:20:25.046 INFO O| Dec 05 07:20:25.046 INFO STEP 280 (remove_files) COMPLETE
51532024-12-05T07:20:26.313Z[ recovery-image] Dec 05 07:20:25.046 INFO O| Dec 05 07:20:25.046 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-12-05T07:20:26.321Z[ recovery-image] Dec 05 07:20:25.057 INFO O| Dec 05 07:20:25.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51552024-12-05T07:20:26.326Z[ recovery-image] Dec 05 07:20:25.058 INFO O| Dec 05 07:20:25.058 INFO STEP 281 (remove_files) COMPLETE
51562024-12-05T07:20:26.326Z[ recovery-image] Dec 05 07:20:25.058 INFO O| Dec 05 07:20:25.058 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-12-05T07:20:26.332Z[ recovery-image] Dec 05 07:20:25.069 INFO O| Dec 05 07:20:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51582024-12-05T07:20:26.333Z[ recovery-image] Dec 05 07:20:25.069 INFO O| Dec 05 07:20:25.069 INFO STEP 282 (remove_files) COMPLETE
51592024-12-05T07:20:26.333Z[ recovery-image] Dec 05 07:20:25.070 INFO O| Dec 05 07:20:25.069 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-12-05T07:20:26.343Z[ recovery-image] Dec 05 07:20:25.081 INFO O| Dec 05 07:20:25.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51612024-12-05T07:20:26.344Z[ recovery-image] Dec 05 07:20:25.081 INFO O| Dec 05 07:20:25.081 INFO STEP 283 (remove_files) COMPLETE
51622024-12-05T07:20:26.344Z[ recovery-image] Dec 05 07:20:25.081 INFO O| Dec 05 07:20:25.081 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-12-05T07:20:26.356Z[ recovery-image] Dec 05 07:20:25.093 INFO O| Dec 05 07:20:25.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51642024-12-05T07:20:26.356Z[ recovery-image] Dec 05 07:20:25.093 INFO O| Dec 05 07:20:25.093 INFO STEP 284 (remove_files) COMPLETE
51652024-12-05T07:20:26.359Z[ recovery-image] Dec 05 07:20:25.093 INFO O| Dec 05 07:20:25.093 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-12-05T07:20:26.368Z[ recovery-image] Dec 05 07:20:25.106 INFO O| Dec 05 07:20:25.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51672024-12-05T07:20:26.368Z[ recovery-image] Dec 05 07:20:25.106 INFO O| Dec 05 07:20:25.106 INFO STEP 285 (remove_files) COMPLETE
51682024-12-05T07:20:26.376Z[ recovery-image] Dec 05 07:20:25.106 INFO O| Dec 05 07:20:25.106 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-12-05T07:20:26.379Z[ recovery-image] Dec 05 07:20:25.117 INFO O| Dec 05 07:20:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51702024-12-05T07:20:26.380Z[ recovery-image] Dec 05 07:20:25.117 INFO O| Dec 05 07:20:25.117 INFO STEP 286 (remove_files) COMPLETE
51712024-12-05T07:20:26.380Z[ recovery-image] Dec 05 07:20:25.117 INFO O| Dec 05 07:20:25.117 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-12-05T07:20:26.392Z[ recovery-image] Dec 05 07:20:25.130 INFO O| Dec 05 07:20:25.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51732024-12-05T07:20:26.393Z[ recovery-image] Dec 05 07:20:25.130 INFO O| Dec 05 07:20:25.130 INFO STEP 287 (remove_files) COMPLETE
51742024-12-05T07:20:26.400Z[ recovery-image] Dec 05 07:20:25.130 INFO O| Dec 05 07:20:25.130 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-12-05T07:20:26.406Z[ recovery-image] Dec 05 07:20:25.142 INFO O| Dec 05 07:20:25.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51762024-12-05T07:20:26.406Z[ recovery-image] Dec 05 07:20:25.142 INFO O| Dec 05 07:20:25.142 INFO STEP 288 (remove_files) COMPLETE
51772024-12-05T07:20:26.406Z[ recovery-image] Dec 05 07:20:25.142 INFO O| Dec 05 07:20:25.142 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-12-05T07:20:26.417Z[ recovery-image] Dec 05 07:20:25.155 INFO O| Dec 05 07:20:25.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51792024-12-05T07:20:26.418Z[ recovery-image] Dec 05 07:20:25.155 INFO O| Dec 05 07:20:25.155 INFO STEP 289 (remove_files) COMPLETE
51802024-12-05T07:20:26.418Z[ recovery-image] Dec 05 07:20:25.155 INFO O| Dec 05 07:20:25.155 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-12-05T07:20:26.431Z[ recovery-image] Dec 05 07:20:25.168 INFO O| Dec 05 07:20:25.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51822024-12-05T07:20:26.431Z[ recovery-image] Dec 05 07:20:25.168 INFO O| Dec 05 07:20:25.168 INFO STEP 290 (remove_files) COMPLETE
51832024-12-05T07:20:26.431Z[ recovery-image] Dec 05 07:20:25.168 INFO O| Dec 05 07:20:25.168 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-12-05T07:20:26.442Z[ recovery-image] Dec 05 07:20:25.179 INFO O| Dec 05 07:20:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51852024-12-05T07:20:26.442Z[ recovery-image] Dec 05 07:20:25.180 INFO O| Dec 05 07:20:25.180 INFO STEP 291 (remove_files) COMPLETE
51862024-12-05T07:20:26.442Z[ recovery-image] Dec 05 07:20:25.180 INFO O| Dec 05 07:20:25.180 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-12-05T07:20:26.453Z[ recovery-image] Dec 05 07:20:25.191 INFO O| Dec 05 07:20:25.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51882024-12-05T07:20:26.471Z[ recovery-image] Dec 05 07:20:25.191 INFO O| Dec 05 07:20:25.191 INFO STEP 292 (remove_files) COMPLETE
51892024-12-05T07:20:26.472Z[ recovery-image] Dec 05 07:20:25.191 INFO O| Dec 05 07:20:25.191 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-12-05T07:20:26.479Z[ recovery-image] Dec 05 07:20:25.204 INFO O| Dec 05 07:20:25.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51912024-12-05T07:20:26.479Z[ recovery-image] Dec 05 07:20:25.204 INFO O| Dec 05 07:20:25.204 INFO STEP 293 (remove_files) COMPLETE
51922024-12-05T07:20:26.479Z[ recovery-image] Dec 05 07:20:25.204 INFO O| Dec 05 07:20:25.204 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-12-05T07:20:26.479Z[ recovery-image] Dec 05 07:20:25.215 INFO O| Dec 05 07:20:25.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51942024-12-05T07:20:26.479Z[ recovery-image] Dec 05 07:20:25.215 INFO O| Dec 05 07:20:25.215 INFO STEP 294 (remove_files) COMPLETE
51952024-12-05T07:20:26.479Z[ recovery-image] Dec 05 07:20:25.215 INFO O| Dec 05 07:20:25.215 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-12-05T07:20:26.489Z[ recovery-image] Dec 05 07:20:25.227 INFO O| Dec 05 07:20:25.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51972024-12-05T07:20:26.489Z[ recovery-image] Dec 05 07:20:25.227 INFO O| Dec 05 07:20:25.227 INFO STEP 295 (remove_files) COMPLETE
51982024-12-05T07:20:26.489Z[ recovery-image] Dec 05 07:20:25.227 INFO O| Dec 05 07:20:25.227 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-12-05T07:20:26.501Z[ recovery-image] Dec 05 07:20:25.238 INFO O| Dec 05 07:20:25.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52002024-12-05T07:20:26.501Z[ recovery-image] Dec 05 07:20:25.238 INFO O| Dec 05 07:20:25.238 INFO STEP 296 (remove_files) COMPLETE
52012024-12-05T07:20:26.503Z[ recovery-image] Dec 05 07:20:25.238 INFO O| Dec 05 07:20:25.238 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-12-05T07:20:26.512Z[ recovery-image] Dec 05 07:20:25.250 INFO O| Dec 05 07:20:25.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52032024-12-05T07:20:26.512Z[ recovery-image] Dec 05 07:20:25.250 INFO O| Dec 05 07:20:25.250 INFO STEP 297 (remove_files) COMPLETE
52042024-12-05T07:20:26.512Z[ recovery-image] Dec 05 07:20:25.250 INFO O| Dec 05 07:20:25.250 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-12-05T07:20:26.525Z[ recovery-image] Dec 05 07:20:25.262 INFO O| Dec 05 07:20:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52062024-12-05T07:20:26.525Z[ recovery-image] Dec 05 07:20:25.262 INFO O| Dec 05 07:20:25.262 INFO STEP 298 (remove_files) COMPLETE
52072024-12-05T07:20:26.530Z[ recovery-image] Dec 05 07:20:25.262 INFO O| Dec 05 07:20:25.262 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-12-05T07:20:26.537Z[ recovery-image] Dec 05 07:20:25.275 INFO O| Dec 05 07:20:25.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52092024-12-05T07:20:26.537Z[ recovery-image] Dec 05 07:20:25.275 INFO O| Dec 05 07:20:25.275 INFO STEP 299 (remove_files) COMPLETE
52102024-12-05T07:20:26.542Z[ recovery-image] Dec 05 07:20:25.275 INFO O| Dec 05 07:20:25.275 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-12-05T07:20:26.550Z[ recovery-image] Dec 05 07:20:25.287 INFO O| Dec 05 07:20:25.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52122024-12-05T07:20:26.550Z[ recovery-image] Dec 05 07:20:25.287 INFO O| Dec 05 07:20:25.287 INFO STEP 300 (remove_files) COMPLETE
52132024-12-05T07:20:26.554Z[ recovery-image] Dec 05 07:20:25.287 INFO O| Dec 05 07:20:25.287 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-12-05T07:20:26.562Z[ recovery-image] Dec 05 07:20:25.300 INFO O| Dec 05 07:20:25.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52152024-12-05T07:20:26.565Z[ recovery-image] Dec 05 07:20:25.300 INFO O| Dec 05 07:20:25.300 INFO STEP 301 (remove_files) COMPLETE
52162024-12-05T07:20:26.565Z[ recovery-image] Dec 05 07:20:25.300 INFO O| Dec 05 07:20:25.300 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-12-05T07:20:26.575Z[ recovery-image] Dec 05 07:20:25.312 INFO O| Dec 05 07:20:25.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52182024-12-05T07:20:26.575Z[ recovery-image] Dec 05 07:20:25.312 INFO O| Dec 05 07:20:25.312 INFO STEP 302 (remove_files) COMPLETE
52192024-12-05T07:20:26.579Z[ recovery-image] Dec 05 07:20:25.312 INFO O| Dec 05 07:20:25.312 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-12-05T07:20:26.587Z[ recovery-image] Dec 05 07:20:25.325 INFO O| Dec 05 07:20:25.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52212024-12-05T07:20:26.587Z[ recovery-image] Dec 05 07:20:25.325 INFO O| Dec 05 07:20:25.325 INFO STEP 303 (remove_files) COMPLETE
52222024-12-05T07:20:26.588Z[ recovery-image] Dec 05 07:20:25.325 INFO O| Dec 05 07:20:25.325 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-12-05T07:20:26.600Z[ recovery-image] Dec 05 07:20:25.337 INFO O| Dec 05 07:20:25.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52242024-12-05T07:20:26.604Z[ recovery-image] Dec 05 07:20:25.337 INFO O| Dec 05 07:20:25.337 INFO STEP 304 (remove_files) COMPLETE
52252024-12-05T07:20:26.604Z[ recovery-image] Dec 05 07:20:25.337 INFO O| Dec 05 07:20:25.337 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-12-05T07:20:26.613Z[ recovery-image] Dec 05 07:20:25.351 INFO O| Dec 05 07:20:25.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52272024-12-05T07:20:26.618Z[ recovery-image] Dec 05 07:20:25.351 INFO O| Dec 05 07:20:25.351 INFO STEP 305 (remove_files) COMPLETE
52282024-12-05T07:20:26.618Z[ recovery-image] Dec 05 07:20:25.351 INFO O| Dec 05 07:20:25.351 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-12-05T07:20:26.627Z[ recovery-image] Dec 05 07:20:25.364 INFO O| Dec 05 07:20:25.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52302024-12-05T07:20:26.631Z[ recovery-image] Dec 05 07:20:25.364 INFO O| Dec 05 07:20:25.364 INFO STEP 306 (remove_files) COMPLETE
52312024-12-05T07:20:26.631Z[ recovery-image] Dec 05 07:20:25.364 INFO O| Dec 05 07:20:25.364 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-05T07:20:26.640Z[ recovery-image] Dec 05 07:20:25.378 INFO O| Dec 05 07:20:25.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52332024-12-05T07:20:26.640Z[ recovery-image] Dec 05 07:20:25.378 INFO O| Dec 05 07:20:25.378 INFO STEP 307 (remove_files) COMPLETE
52342024-12-05T07:20:26.640Z[ recovery-image] Dec 05 07:20:25.378 INFO O| Dec 05 07:20:25.378 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-05T07:20:26.653Z[ recovery-image] Dec 05 07:20:25.391 INFO O| Dec 05 07:20:25.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52362024-12-05T07:20:26.653Z[ recovery-image] Dec 05 07:20:25.391 INFO O| Dec 05 07:20:25.391 INFO STEP 308 (remove_files) COMPLETE
52372024-12-05T07:20:26.653Z[ recovery-image] Dec 05 07:20:25.391 INFO O| Dec 05 07:20:25.391 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-05T07:20:26.668Z[ recovery-image] Dec 05 07:20:25.405 INFO O| Dec 05 07:20:25.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52392024-12-05T07:20:26.668Z[ recovery-image] Dec 05 07:20:25.405 INFO O| Dec 05 07:20:25.405 INFO STEP 309 (remove_files) COMPLETE
52402024-12-05T07:20:26.668Z[ recovery-image] Dec 05 07:20:25.405 INFO O| Dec 05 07:20:25.405 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-05T07:20:26.682Z[ recovery-image] Dec 05 07:20:25.419 INFO O| Dec 05 07:20:25.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52422024-12-05T07:20:26.682Z[ recovery-image] Dec 05 07:20:25.419 INFO O| Dec 05 07:20:25.419 INFO STEP 310 (remove_files) COMPLETE
52432024-12-05T07:20:26.685Z[ recovery-image] Dec 05 07:20:25.419 INFO O| Dec 05 07:20:25.419 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-05T07:20:26.694Z[ recovery-image] Dec 05 07:20:25.431 INFO O| Dec 05 07:20:25.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52452024-12-05T07:20:26.694Z[ recovery-image] Dec 05 07:20:25.431 INFO O| Dec 05 07:20:25.431 INFO STEP 311 (remove_files) COMPLETE
52462024-12-05T07:20:26.697Z[ recovery-image] Dec 05 07:20:25.431 INFO O| Dec 05 07:20:25.431 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-05T07:20:26.704Z[ recovery-image] Dec 05 07:20:25.442 INFO O| Dec 05 07:20:25.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52482024-12-05T07:20:26.704Z[ recovery-image] Dec 05 07:20:25.442 INFO O| Dec 05 07:20:25.442 INFO STEP 312 (remove_files) COMPLETE
52492024-12-05T07:20:26.707Z[ recovery-image] Dec 05 07:20:25.442 INFO O| Dec 05 07:20:25.442 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-05T07:20:26.716Z[ recovery-image] Dec 05 07:20:25.453 INFO O| Dec 05 07:20:25.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52512024-12-05T07:20:26.716Z[ recovery-image] Dec 05 07:20:25.453 INFO O| Dec 05 07:20:25.453 INFO STEP 313 (remove_files) COMPLETE
52522024-12-05T07:20:26.719Z[ recovery-image] Dec 05 07:20:25.453 INFO O| Dec 05 07:20:25.453 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-05T07:20:26.733Z[ recovery-image] Dec 05 07:20:25.464 INFO O| Dec 05 07:20:25.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52542024-12-05T07:20:26.733Z[ recovery-image] Dec 05 07:20:25.464 INFO O| Dec 05 07:20:25.464 INFO STEP 314 (remove_files) COMPLETE
52552024-12-05T07:20:26.738Z[ recovery-image] Dec 05 07:20:25.464 INFO O| Dec 05 07:20:25.464 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-05T07:20:26.738Z[ recovery-image] Dec 05 07:20:25.474 INFO O| Dec 05 07:20:25.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52572024-12-05T07:20:26.738Z[ recovery-image] Dec 05 07:20:25.474 INFO O| Dec 05 07:20:25.474 INFO STEP 315 (remove_files) COMPLETE
52582024-12-05T07:20:26.739Z[ recovery-image] Dec 05 07:20:25.474 INFO O| Dec 05 07:20:25.474 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-12-05T07:20:26.752Z[ recovery-image] Dec 05 07:20:25.485 INFO O| Dec 05 07:20:25.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52602024-12-05T07:20:26.752Z[ recovery-image] Dec 05 07:20:25.485 INFO O| Dec 05 07:20:25.485 INFO STEP 316 (remove_files) COMPLETE
52612024-12-05T07:20:26.755Z[ recovery-image] Dec 05 07:20:25.485 INFO O| Dec 05 07:20:25.485 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-05T07:20:26.758Z[ recovery-image] Dec 05 07:20:25.495 INFO O| Dec 05 07:20:25.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52632024-12-05T07:20:26.758Z[ recovery-image] Dec 05 07:20:25.495 INFO O| Dec 05 07:20:25.495 INFO STEP 317 (remove_files) COMPLETE
52642024-12-05T07:20:26.759Z[ recovery-image] Dec 05 07:20:25.495 INFO O| Dec 05 07:20:25.495 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-05T07:20:26.767Z[ recovery-image] Dec 05 07:20:25.505 INFO O| Dec 05 07:20:25.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52662024-12-05T07:20:26.771Z[ recovery-image] Dec 05 07:20:25.505 INFO O| Dec 05 07:20:25.505 INFO STEP 318 (remove_files) COMPLETE
52672024-12-05T07:20:26.771Z[ recovery-image] Dec 05 07:20:25.505 INFO O| Dec 05 07:20:25.505 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-05T07:20:26.778Z[ recovery-image] Dec 05 07:20:25.516 INFO O| Dec 05 07:20:25.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52692024-12-05T07:20:26.778Z[ recovery-image] Dec 05 07:20:25.516 INFO O| Dec 05 07:20:25.516 INFO STEP 319 (remove_files) COMPLETE
52702024-12-05T07:20:26.778Z[ recovery-image] Dec 05 07:20:25.516 INFO O| Dec 05 07:20:25.516 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-05T07:20:26.790Z[ recovery-image] Dec 05 07:20:25.527 INFO O| Dec 05 07:20:25.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52722024-12-05T07:20:26.790Z[ recovery-image] Dec 05 07:20:25.527 INFO O| Dec 05 07:20:25.527 INFO STEP 320 (remove_files) COMPLETE
52732024-12-05T07:20:26.793Z[ recovery-image] Dec 05 07:20:25.527 INFO O| Dec 05 07:20:25.527 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-05T07:20:26.802Z[ recovery-image] Dec 05 07:20:25.540 INFO O| Dec 05 07:20:25.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52752024-12-05T07:20:26.802Z[ recovery-image] Dec 05 07:20:25.540 INFO O| Dec 05 07:20:25.540 INFO STEP 321 (remove_files) COMPLETE
52762024-12-05T07:20:26.806Z[ recovery-image] Dec 05 07:20:25.540 INFO O| Dec 05 07:20:25.540 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-05T07:20:26.820Z[ recovery-image] Dec 05 07:20:25.553 INFO O| Dec 05 07:20:25.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52782024-12-05T07:20:26.820Z[ recovery-image] Dec 05 07:20:25.553 INFO O| Dec 05 07:20:25.553 INFO STEP 322 (remove_files) COMPLETE
52792024-12-05T07:20:26.825Z[ recovery-image] Dec 05 07:20:25.553 INFO O| Dec 05 07:20:25.553 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-05T07:20:26.830Z[ recovery-image] Dec 05 07:20:25.566 INFO O| Dec 05 07:20:25.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52812024-12-05T07:20:26.830Z[ recovery-image] Dec 05 07:20:25.567 INFO O| Dec 05 07:20:25.567 INFO STEP 323 (remove_files) COMPLETE
52822024-12-05T07:20:26.830Z[ recovery-image] Dec 05 07:20:25.567 INFO O| Dec 05 07:20:25.567 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-05T07:20:26.841Z[ recovery-image] Dec 05 07:20:25.578 INFO O| Dec 05 07:20:25.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52842024-12-05T07:20:26.841Z[ recovery-image] Dec 05 07:20:25.578 INFO O| Dec 05 07:20:25.578 INFO STEP 324 (remove_files) COMPLETE
52852024-12-05T07:20:26.841Z[ recovery-image] Dec 05 07:20:25.578 INFO O| Dec 05 07:20:25.578 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-05T07:20:26.854Z[ recovery-image] Dec 05 07:20:25.591 INFO O| Dec 05 07:20:25.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52872024-12-05T07:20:26.854Z[ recovery-image] Dec 05 07:20:25.591 INFO O| Dec 05 07:20:25.591 INFO STEP 325 (remove_files) COMPLETE
52882024-12-05T07:20:26.854Z[ recovery-image] Dec 05 07:20:25.591 INFO O| Dec 05 07:20:25.591 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-05T07:20:26.865Z[ recovery-image] Dec 05 07:20:25.603 INFO O| Dec 05 07:20:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52902024-12-05T07:20:26.865Z[ recovery-image] Dec 05 07:20:25.603 INFO O| Dec 05 07:20:25.603 INFO STEP 326 (remove_files) COMPLETE
52912024-12-05T07:20:26.865Z[ recovery-image] Dec 05 07:20:25.603 INFO O| Dec 05 07:20:25.603 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-05T07:20:26.877Z[ recovery-image] Dec 05 07:20:25.615 INFO O| Dec 05 07:20:25.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52932024-12-05T07:20:26.877Z[ recovery-image] Dec 05 07:20:25.615 INFO O| Dec 05 07:20:25.615 INFO STEP 327 (remove_files) COMPLETE
52942024-12-05T07:20:26.877Z[ recovery-image] Dec 05 07:20:25.615 INFO O| Dec 05 07:20:25.615 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-05T07:20:26.889Z[ recovery-image] Dec 05 07:20:25.626 INFO O| Dec 05 07:20:25.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52962024-12-05T07:20:26.889Z[ recovery-image] Dec 05 07:20:25.626 INFO O| Dec 05 07:20:25.626 INFO STEP 328 (remove_files) COMPLETE
52972024-12-05T07:20:26.889Z[ recovery-image] Dec 05 07:20:25.626 INFO O| Dec 05 07:20:25.626 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-05T07:20:26.903Z[ recovery-image] Dec 05 07:20:25.637 INFO O| Dec 05 07:20:25.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52992024-12-05T07:20:26.903Z[ recovery-image] Dec 05 07:20:25.637 INFO O| Dec 05 07:20:25.637 INFO STEP 329 (remove_files) COMPLETE
53002024-12-05T07:20:26.906Z[ recovery-image] Dec 05 07:20:25.637 INFO O| Dec 05 07:20:25.637 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-05T07:20:26.910Z[ recovery-image] Dec 05 07:20:25.648 INFO O| Dec 05 07:20:25.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53022024-12-05T07:20:26.910Z[ recovery-image] Dec 05 07:20:25.648 INFO O| Dec 05 07:20:25.648 INFO STEP 330 (remove_files) COMPLETE
53032024-12-05T07:20:26.914Z[ recovery-image] Dec 05 07:20:25.648 INFO O| Dec 05 07:20:25.648 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-05T07:20:26.923Z[ recovery-image] Dec 05 07:20:25.660 INFO O| Dec 05 07:20:25.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53052024-12-05T07:20:26.923Z[ recovery-image] Dec 05 07:20:25.660 INFO O| Dec 05 07:20:25.660 INFO STEP 331 (remove_files) COMPLETE
53062024-12-05T07:20:26.927Z[ recovery-image] Dec 05 07:20:25.660 INFO O| Dec 05 07:20:25.660 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-05T07:20:26.935Z[ recovery-image] Dec 05 07:20:25.673 INFO O| Dec 05 07:20:25.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53082024-12-05T07:20:26.935Z[ recovery-image] Dec 05 07:20:25.673 INFO O| Dec 05 07:20:25.673 INFO STEP 332 (remove_files) COMPLETE
53092024-12-05T07:20:26.939Z[ recovery-image] Dec 05 07:20:25.673 INFO O| Dec 05 07:20:25.673 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-05T07:20:26.946Z[ recovery-image] Dec 05 07:20:25.684 INFO O| Dec 05 07:20:25.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53112024-12-05T07:20:26.946Z[ recovery-image] Dec 05 07:20:25.684 INFO O| Dec 05 07:20:25.684 INFO STEP 333 (remove_files) COMPLETE
53122024-12-05T07:20:26.946Z[ recovery-image] Dec 05 07:20:25.684 INFO O| Dec 05 07:20:25.684 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-05T07:20:26.961Z[ recovery-image] Dec 05 07:20:25.696 INFO O| Dec 05 07:20:25.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53142024-12-05T07:20:26.966Z[ recovery-image] Dec 05 07:20:25.697 INFO O| Dec 05 07:20:25.697 INFO STEP 334 (remove_files) COMPLETE
53152024-12-05T07:20:26.966Z[ recovery-image] Dec 05 07:20:25.697 INFO O| Dec 05 07:20:25.697 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-05T07:20:26.971Z[ recovery-image] Dec 05 07:20:25.708 INFO O| Dec 05 07:20:25.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53172024-12-05T07:20:26.971Z[ recovery-image] Dec 05 07:20:25.708 INFO O| Dec 05 07:20:25.708 INFO STEP 335 (remove_files) COMPLETE
53182024-12-05T07:20:26.971Z[ recovery-image] Dec 05 07:20:25.708 INFO O| Dec 05 07:20:25.708 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-05T07:20:26.981Z[ recovery-image] Dec 05 07:20:25.718 INFO O| Dec 05 07:20:25.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53202024-12-05T07:20:26.981Z[ recovery-image] Dec 05 07:20:25.719 INFO O| Dec 05 07:20:25.719 INFO STEP 336 (remove_files) COMPLETE
53212024-12-05T07:20:26.981Z[ recovery-image] Dec 05 07:20:25.719 INFO O| Dec 05 07:20:25.719 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-05T07:20:26.993Z[ recovery-image] Dec 05 07:20:25.730 INFO O| Dec 05 07:20:25.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53232024-12-05T07:20:26.993Z[ recovery-image] Dec 05 07:20:25.731 INFO O| Dec 05 07:20:25.731 INFO STEP 337 (remove_files) COMPLETE
53242024-12-05T07:20:26.993Z[ recovery-image] Dec 05 07:20:25.731 INFO O| Dec 05 07:20:25.731 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-05T07:20:27.004Z[ recovery-image] Dec 05 07:20:25.741 INFO O| Dec 05 07:20:25.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53262024-12-05T07:20:27.007Z[ recovery-image] Dec 05 07:20:25.742 INFO O| Dec 05 07:20:25.742 INFO STEP 338 (remove_files) COMPLETE
53272024-12-05T07:20:27.007Z[ recovery-image] Dec 05 07:20:25.742 INFO O| Dec 05 07:20:25.742 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-05T07:20:27.016Z[ recovery-image] Dec 05 07:20:25.753 INFO O| Dec 05 07:20:25.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53292024-12-05T07:20:27.016Z[ recovery-image] Dec 05 07:20:25.753 INFO O| Dec 05 07:20:25.753 INFO STEP 339 (remove_files) COMPLETE
53302024-12-05T07:20:27.020Z[ recovery-image] Dec 05 07:20:25.753 INFO O| Dec 05 07:20:25.753 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-05T07:20:27.028Z[ recovery-image] Dec 05 07:20:25.765 INFO O| Dec 05 07:20:25.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53322024-12-05T07:20:27.028Z[ recovery-image] Dec 05 07:20:25.765 INFO O| Dec 05 07:20:25.765 INFO STEP 340 (remove_files) COMPLETE
53332024-12-05T07:20:27.032Z[ recovery-image] Dec 05 07:20:25.765 INFO O| Dec 05 07:20:25.765 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-05T07:20:27.040Z[ recovery-image] Dec 05 07:20:25.778 INFO O| Dec 05 07:20:25.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53352024-12-05T07:20:27.040Z[ recovery-image] Dec 05 07:20:25.778 INFO O| Dec 05 07:20:25.778 INFO STEP 341 (remove_files) COMPLETE
53362024-12-05T07:20:27.044Z[ recovery-image] Dec 05 07:20:25.778 INFO O| Dec 05 07:20:25.778 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-05T07:20:27.053Z[ recovery-image] Dec 05 07:20:25.791 INFO O| Dec 05 07:20:25.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53382024-12-05T07:20:27.053Z[ recovery-image] Dec 05 07:20:25.791 INFO O| Dec 05 07:20:25.791 INFO STEP 342 (remove_files) COMPLETE
53392024-12-05T07:20:27.057Z[ recovery-image] Dec 05 07:20:25.791 INFO O| Dec 05 07:20:25.791 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-05T07:20:27.071Z[ recovery-image] Dec 05 07:20:25.803 INFO O| Dec 05 07:20:25.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53412024-12-05T07:20:27.071Z[ recovery-image] Dec 05 07:20:25.804 INFO O| Dec 05 07:20:25.804 INFO STEP 343 (remove_files) COMPLETE
53422024-12-05T07:20:27.071Z[ recovery-image] Dec 05 07:20:25.804 INFO O| Dec 05 07:20:25.804 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-05T07:20:27.077Z[ recovery-image] Dec 05 07:20:25.814 INFO O| Dec 05 07:20:25.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53442024-12-05T07:20:27.077Z[ recovery-image] Dec 05 07:20:25.815 INFO O| Dec 05 07:20:25.815 INFO STEP 344 (remove_files) COMPLETE
53452024-12-05T07:20:27.080Z[ recovery-image] Dec 05 07:20:25.815 INFO O| Dec 05 07:20:25.815 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-05T07:20:27.088Z[ recovery-image] Dec 05 07:20:25.826 INFO O| Dec 05 07:20:25.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53472024-12-05T07:20:27.088Z[ recovery-image] Dec 05 07:20:25.826 INFO O| Dec 05 07:20:25.826 INFO STEP 345 (remove_files) COMPLETE
53482024-12-05T07:20:27.092Z[ recovery-image] Dec 05 07:20:25.826 INFO O| Dec 05 07:20:25.826 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-05T07:20:27.100Z[ recovery-image] Dec 05 07:20:25.837 INFO O| Dec 05 07:20:25.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53502024-12-05T07:20:27.100Z[ recovery-image] Dec 05 07:20:25.838 INFO O| Dec 05 07:20:25.837 INFO STEP 346 (remove_files) COMPLETE
53512024-12-05T07:20:27.103Z[ recovery-image] Dec 05 07:20:25.838 INFO O| Dec 05 07:20:25.838 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-05T07:20:27.113Z[ recovery-image] Dec 05 07:20:25.850 INFO O| Dec 05 07:20:25.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53532024-12-05T07:20:27.113Z[ recovery-image] Dec 05 07:20:25.850 INFO O| Dec 05 07:20:25.850 INFO STEP 347 (remove_files) COMPLETE
53542024-12-05T07:20:27.113Z[ recovery-image] Dec 05 07:20:25.850 INFO O| Dec 05 07:20:25.850 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-05T07:20:27.124Z[ recovery-image] Dec 05 07:20:25.861 INFO O| Dec 05 07:20:25.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53562024-12-05T07:20:27.124Z[ recovery-image] Dec 05 07:20:25.861 INFO O| Dec 05 07:20:25.861 INFO STEP 348 (remove_files) COMPLETE
53572024-12-05T07:20:27.124Z[ recovery-image] Dec 05 07:20:25.861 INFO O| Dec 05 07:20:25.861 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-05T07:20:27.135Z[ recovery-image] Dec 05 07:20:25.873 INFO O| Dec 05 07:20:25.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53592024-12-05T07:20:27.135Z[ recovery-image] Dec 05 07:20:25.873 INFO O| Dec 05 07:20:25.873 INFO STEP 349 (remove_files) COMPLETE
53602024-12-05T07:20:27.135Z[ recovery-image] Dec 05 07:20:25.873 INFO O| Dec 05 07:20:25.873 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-05T07:20:27.148Z[ recovery-image] Dec 05 07:20:25.885 INFO O| Dec 05 07:20:25.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53622024-12-05T07:20:27.148Z[ recovery-image] Dec 05 07:20:25.885 INFO O| Dec 05 07:20:25.885 INFO STEP 350 (remove_files) COMPLETE
53632024-12-05T07:20:27.152Z[ recovery-image] Dec 05 07:20:25.885 INFO O| Dec 05 07:20:25.885 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-05T07:20:27.162Z[ recovery-image] Dec 05 07:20:25.899 INFO O| Dec 05 07:20:25.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53652024-12-05T07:20:27.165Z[ recovery-image] Dec 05 07:20:25.899 INFO O| Dec 05 07:20:25.899 INFO STEP 351 (remove_files) COMPLETE
53662024-12-05T07:20:27.165Z[ recovery-image] Dec 05 07:20:25.899 INFO O| Dec 05 07:20:25.899 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-05T07:20:27.175Z[ recovery-image] Dec 05 07:20:25.912 INFO O| Dec 05 07:20:25.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53682024-12-05T07:20:27.175Z[ recovery-image] Dec 05 07:20:25.912 INFO O| Dec 05 07:20:25.912 INFO STEP 352 (remove_files) COMPLETE
53692024-12-05T07:20:27.178Z[ recovery-image] Dec 05 07:20:25.912 INFO O| Dec 05 07:20:25.912 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-05T07:20:27.178Z[ host-image] Dec 05 07:20:25.914 INFO O| Dec 05 07:20:25.914 INFO O| Download: Completed 8.42 MB in 3.50 seconds (2.4M/s)
53712024-12-05T07:20:27.186Z[ recovery-image] Dec 05 07:20:25.923 INFO O| Dec 05 07:20:25.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53722024-12-05T07:20:27.189Z[ recovery-image] Dec 05 07:20:25.924 INFO O| Dec 05 07:20:25.924 INFO STEP 353 (remove_files) COMPLETE
53732024-12-05T07:20:27.189Z[ recovery-image] Dec 05 07:20:25.924 INFO O| Dec 05 07:20:25.924 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-05T07:20:27.198Z[ recovery-image] Dec 05 07:20:25.935 INFO O| Dec 05 07:20:25.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53752024-12-05T07:20:27.198Z[ recovery-image] Dec 05 07:20:25.935 INFO O| Dec 05 07:20:25.935 INFO STEP 354 (remove_files) COMPLETE
53762024-12-05T07:20:27.198Z[ recovery-image] Dec 05 07:20:25.935 INFO O| Dec 05 07:20:25.935 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-05T07:20:27.209Z[ recovery-image] Dec 05 07:20:25.945 INFO O| Dec 05 07:20:25.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53782024-12-05T07:20:27.209Z[ recovery-image] Dec 05 07:20:25.945 INFO O| Dec 05 07:20:25.945 INFO STEP 355 (remove_files) COMPLETE
53792024-12-05T07:20:27.209Z[ recovery-image] Dec 05 07:20:25.945 INFO O| Dec 05 07:20:25.945 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-05T07:20:27.218Z[ recovery-image] Dec 05 07:20:25.956 INFO O| Dec 05 07:20:25.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53812024-12-05T07:20:27.218Z[ recovery-image] Dec 05 07:20:25.956 INFO O| Dec 05 07:20:25.956 INFO STEP 356 (remove_files) COMPLETE
53822024-12-05T07:20:27.222Z[ recovery-image] Dec 05 07:20:25.956 INFO O| Dec 05 07:20:25.956 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-05T07:20:27.228Z[ recovery-image] Dec 05 07:20:25.966 INFO O| Dec 05 07:20:25.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53842024-12-05T07:20:27.228Z[ recovery-image] Dec 05 07:20:25.966 INFO O| Dec 05 07:20:25.966 INFO STEP 357 (remove_files) COMPLETE
53852024-12-05T07:20:27.238Z[ recovery-image] Dec 05 07:20:25.966 INFO O| Dec 05 07:20:25.966 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-05T07:20:27.239Z[ host-image] Dec 05 07:20:25.970 INFO O| Dec 05 07:20:25.970 INFO O| Actions: 1/1361 actions (Installing new actions)
53872024-12-05T07:20:27.243Z[ recovery-image] Dec 05 07:20:25.978 INFO O| Dec 05 07:20:25.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53882024-12-05T07:20:27.243Z[ recovery-image] Dec 05 07:20:25.978 INFO O| Dec 05 07:20:25.978 INFO STEP 358 (remove_files) COMPLETE
53892024-12-05T07:20:27.243Z[ recovery-image] Dec 05 07:20:25.978 INFO O| Dec 05 07:20:25.978 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-05T07:20:27.255Z[ recovery-image] Dec 05 07:20:25.993 INFO O| Dec 05 07:20:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53912024-12-05T07:20:27.255Z[ recovery-image] Dec 05 07:20:25.993 INFO O| Dec 05 07:20:25.993 INFO STEP 359 (remove_files) COMPLETE
53922024-12-05T07:20:27.258Z[ recovery-image] Dec 05 07:20:25.993 INFO O| Dec 05 07:20:25.993 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-05T07:20:27.268Z[ recovery-image] Dec 05 07:20:26.005 INFO O| Dec 05 07:20:26.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53942024-12-05T07:20:27.268Z[ recovery-image] Dec 05 07:20:26.005 INFO O| Dec 05 07:20:26.005 INFO STEP 360 (remove_files) COMPLETE
53952024-12-05T07:20:27.271Z[ recovery-image] Dec 05 07:20:26.005 INFO O| Dec 05 07:20:26.005 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-05T07:20:27.283Z[ recovery-image] Dec 05 07:20:26.020 INFO O| Dec 05 07:20:26.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53972024-12-05T07:20:27.283Z[ recovery-image] Dec 05 07:20:26.020 INFO O| Dec 05 07:20:26.020 INFO STEP 361 (remove_files) COMPLETE
53982024-12-05T07:20:27.288Z[ recovery-image] Dec 05 07:20:26.020 INFO O| Dec 05 07:20:26.020 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-05T07:20:27.293Z[ recovery-image] Dec 05 07:20:26.031 INFO O| Dec 05 07:20:26.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54002024-12-05T07:20:27.293Z[ recovery-image] Dec 05 07:20:26.031 INFO O| Dec 05 07:20:26.031 INFO STEP 362 (remove_files) COMPLETE
54012024-12-05T07:20:27.293Z[ recovery-image] Dec 05 07:20:26.031 INFO O| Dec 05 07:20:26.031 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-05T07:20:27.306Z[ recovery-image] Dec 05 07:20:26.044 INFO O| Dec 05 07:20:26.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54032024-12-05T07:20:27.306Z[ recovery-image] Dec 05 07:20:26.044 INFO O| Dec 05 07:20:26.044 INFO STEP 363 (remove_files) COMPLETE
54042024-12-05T07:20:27.306Z[ recovery-image] Dec 05 07:20:26.044 INFO O| Dec 05 07:20:26.044 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-05T07:20:27.317Z[ recovery-image] Dec 05 07:20:26.054 INFO O| Dec 05 07:20:26.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54062024-12-05T07:20:27.320Z[ recovery-image] Dec 05 07:20:26.054 INFO O| Dec 05 07:20:26.054 INFO STEP 364 (remove_files) COMPLETE
54072024-12-05T07:20:27.320Z[ recovery-image] Dec 05 07:20:26.054 INFO O| Dec 05 07:20:26.054 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-05T07:20:27.328Z[ recovery-image] Dec 05 07:20:26.065 INFO O| Dec 05 07:20:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54092024-12-05T07:20:27.328Z[ recovery-image] Dec 05 07:20:26.065 INFO O| Dec 05 07:20:26.065 INFO STEP 365 (remove_files) COMPLETE
54102024-12-05T07:20:27.331Z[ recovery-image] Dec 05 07:20:26.065 INFO O| Dec 05 07:20:26.065 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-05T07:20:27.340Z[ recovery-image] Dec 05 07:20:26.078 INFO O| Dec 05 07:20:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54122024-12-05T07:20:27.343Z[ recovery-image] Dec 05 07:20:26.078 INFO O| Dec 05 07:20:26.078 INFO STEP 366 (remove_files) COMPLETE
54132024-12-05T07:20:27.344Z[ recovery-image] Dec 05 07:20:26.078 INFO O| Dec 05 07:20:26.078 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-05T07:20:27.355Z[ recovery-image] Dec 05 07:20:26.092 INFO O| Dec 05 07:20:26.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54152024-12-05T07:20:27.355Z[ recovery-image] Dec 05 07:20:26.092 INFO O| Dec 05 07:20:26.092 INFO STEP 367 (remove_files) COMPLETE
54162024-12-05T07:20:27.355Z[ recovery-image] Dec 05 07:20:26.092 INFO O| Dec 05 07:20:26.092 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-05T07:20:27.367Z[ recovery-image] Dec 05 07:20:26.104 INFO O| Dec 05 07:20:26.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54182024-12-05T07:20:27.367Z[ recovery-image] Dec 05 07:20:26.105 INFO O| Dec 05 07:20:26.105 INFO STEP 368 (remove_files) COMPLETE
54192024-12-05T07:20:27.367Z[ recovery-image] Dec 05 07:20:26.105 INFO O| Dec 05 07:20:26.105 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-05T07:20:27.383Z[ recovery-image] Dec 05 07:20:26.117 INFO O| Dec 05 07:20:26.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54212024-12-05T07:20:27.383Z[ recovery-image] Dec 05 07:20:26.117 INFO O| Dec 05 07:20:26.117 INFO STEP 369 (remove_files) COMPLETE
54222024-12-05T07:20:27.383Z[ recovery-image] Dec 05 07:20:26.117 INFO O| Dec 05 07:20:26.117 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-05T07:20:27.396Z[ recovery-image] Dec 05 07:20:26.131 INFO O| Dec 05 07:20:26.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54242024-12-05T07:20:27.396Z[ recovery-image] Dec 05 07:20:26.131 INFO O| Dec 05 07:20:26.131 INFO STEP 370 (remove_files) COMPLETE
54252024-12-05T07:20:27.396Z[ recovery-image] Dec 05 07:20:26.132 INFO O| Dec 05 07:20:26.131 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-05T07:20:27.407Z[ recovery-image] Dec 05 07:20:26.143 INFO O| Dec 05 07:20:26.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54272024-12-05T07:20:27.407Z[ recovery-image] Dec 05 07:20:26.143 INFO O| Dec 05 07:20:26.143 INFO STEP 371 (remove_files) COMPLETE
54282024-12-05T07:20:27.407Z[ recovery-image] Dec 05 07:20:26.143 INFO O| Dec 05 07:20:26.143 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-05T07:20:27.419Z[ recovery-image] Dec 05 07:20:26.154 INFO O| Dec 05 07:20:26.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54302024-12-05T07:20:27.420Z[ recovery-image] Dec 05 07:20:26.154 INFO O| Dec 05 07:20:26.154 INFO STEP 372 (remove_files) COMPLETE
54312024-12-05T07:20:27.423Z[ recovery-image] Dec 05 07:20:26.154 INFO O| Dec 05 07:20:26.154 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-05T07:20:27.429Z[ recovery-image] Dec 05 07:20:26.166 INFO O| Dec 05 07:20:26.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54332024-12-05T07:20:27.429Z[ recovery-image] Dec 05 07:20:26.166 INFO O| Dec 05 07:20:26.166 INFO STEP 373 (remove_files) COMPLETE
54342024-12-05T07:20:27.433Z[ recovery-image] Dec 05 07:20:26.166 INFO O| Dec 05 07:20:26.166 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-05T07:20:27.442Z[ recovery-image] Dec 05 07:20:26.179 INFO O| Dec 05 07:20:26.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54362024-12-05T07:20:27.442Z[ recovery-image] Dec 05 07:20:26.179 INFO O| Dec 05 07:20:26.179 INFO STEP 374 (remove_files) COMPLETE
54372024-12-05T07:20:27.445Z[ recovery-image] Dec 05 07:20:26.179 INFO O| Dec 05 07:20:26.179 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-05T07:20:27.453Z[ recovery-image] Dec 05 07:20:26.191 INFO O| Dec 05 07:20:26.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54392024-12-05T07:20:27.454Z[ recovery-image] Dec 05 07:20:26.191 INFO O| Dec 05 07:20:26.191 INFO STEP 375 (remove_files) COMPLETE
54402024-12-05T07:20:27.454Z[ recovery-image] Dec 05 07:20:26.191 INFO O| Dec 05 07:20:26.191 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-05T07:20:27.465Z[ recovery-image] Dec 05 07:20:26.203 INFO O| Dec 05 07:20:26.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54422024-12-05T07:20:27.465Z[ recovery-image] Dec 05 07:20:26.203 INFO O| Dec 05 07:20:26.203 INFO STEP 376 (remove_files) COMPLETE
54432024-12-05T07:20:27.465Z[ recovery-image] Dec 05 07:20:26.203 INFO O| Dec 05 07:20:26.203 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-05T07:20:27.480Z[ recovery-image] Dec 05 07:20:26.217 INFO O| Dec 05 07:20:26.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54452024-12-05T07:20:27.480Z[ recovery-image] Dec 05 07:20:26.217 INFO O| Dec 05 07:20:26.217 INFO STEP 377 (remove_files) COMPLETE
54462024-12-05T07:20:27.486Z[ recovery-image] Dec 05 07:20:26.217 INFO O| Dec 05 07:20:26.217 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-05T07:20:27.492Z[ recovery-image] Dec 05 07:20:26.229 INFO O| Dec 05 07:20:26.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54482024-12-05T07:20:27.492Z[ recovery-image] Dec 05 07:20:26.229 INFO O| Dec 05 07:20:26.229 INFO STEP 378 (remove_files) COMPLETE
54492024-12-05T07:20:27.495Z[ recovery-image] Dec 05 07:20:26.229 INFO O| Dec 05 07:20:26.229 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-05T07:20:27.506Z[ recovery-image] Dec 05 07:20:26.243 INFO O| Dec 05 07:20:26.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54512024-12-05T07:20:27.506Z[ recovery-image] Dec 05 07:20:26.243 INFO O| Dec 05 07:20:26.243 INFO STEP 379 (remove_files) COMPLETE
54522024-12-05T07:20:27.509Z[ recovery-image] Dec 05 07:20:26.243 INFO O| Dec 05 07:20:26.243 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-05T07:20:27.518Z[ recovery-image] Dec 05 07:20:26.255 INFO O| Dec 05 07:20:26.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54542024-12-05T07:20:27.518Z[ recovery-image] Dec 05 07:20:26.255 INFO O| Dec 05 07:20:26.255 INFO STEP 380 (remove_files) COMPLETE
54552024-12-05T07:20:27.522Z[ recovery-image] Dec 05 07:20:26.256 INFO O| Dec 05 07:20:26.255 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-05T07:20:27.535Z[ recovery-image] Dec 05 07:20:26.272 INFO O| Dec 05 07:20:26.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54572024-12-05T07:20:27.535Z[ recovery-image] Dec 05 07:20:26.272 INFO O| Dec 05 07:20:26.272 INFO STEP 381 (remove_files) COMPLETE
54582024-12-05T07:20:27.535Z[ recovery-image] Dec 05 07:20:26.272 INFO O| Dec 05 07:20:26.272 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-05T07:20:27.549Z[ recovery-image] Dec 05 07:20:26.287 INFO O| Dec 05 07:20:26.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54602024-12-05T07:20:27.549Z[ recovery-image] Dec 05 07:20:26.287 INFO O| Dec 05 07:20:26.287 INFO STEP 382 (remove_files) COMPLETE
54612024-12-05T07:20:27.553Z[ recovery-image] Dec 05 07:20:26.287 INFO O| Dec 05 07:20:26.287 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-05T07:20:27.567Z[ recovery-image] Dec 05 07:20:26.304 INFO O| Dec 05 07:20:26.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54632024-12-05T07:20:27.567Z[ recovery-image] Dec 05 07:20:26.304 INFO O| Dec 05 07:20:26.304 INFO STEP 383 (remove_files) COMPLETE
54642024-12-05T07:20:27.570Z[ recovery-image] Dec 05 07:20:26.304 INFO O| Dec 05 07:20:26.304 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-05T07:20:27.583Z[ recovery-image] Dec 05 07:20:26.320 INFO O| Dec 05 07:20:26.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54662024-12-05T07:20:27.583Z[ recovery-image] Dec 05 07:20:26.320 INFO O| Dec 05 07:20:26.320 INFO STEP 384 (remove_files) COMPLETE
54672024-12-05T07:20:27.583Z[ recovery-image] Dec 05 07:20:26.320 INFO O| Dec 05 07:20:26.320 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-05T07:20:27.599Z[ recovery-image] Dec 05 07:20:26.336 INFO O| Dec 05 07:20:26.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54692024-12-05T07:20:27.599Z[ recovery-image] Dec 05 07:20:26.336 INFO O| Dec 05 07:20:26.336 INFO STEP 385 (remove_files) COMPLETE
54702024-12-05T07:20:27.603Z[ recovery-image] Dec 05 07:20:26.336 INFO O| Dec 05 07:20:26.336 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-05T07:20:27.617Z[ recovery-image] Dec 05 07:20:26.354 INFO O| Dec 05 07:20:26.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54722024-12-05T07:20:27.617Z[ recovery-image] Dec 05 07:20:26.354 INFO O| Dec 05 07:20:26.354 INFO STEP 386 (remove_files) COMPLETE
54732024-12-05T07:20:27.621Z[ recovery-image] Dec 05 07:20:26.354 INFO O| Dec 05 07:20:26.354 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-05T07:20:27.637Z[ recovery-image] Dec 05 07:20:26.374 INFO O| Dec 05 07:20:26.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54752024-12-05T07:20:27.640Z[ recovery-image] Dec 05 07:20:26.374 INFO O| Dec 05 07:20:26.374 INFO STEP 387 (remove_files) COMPLETE
54762024-12-05T07:20:27.641Z[ recovery-image] Dec 05 07:20:26.374 INFO O| Dec 05 07:20:26.374 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-05T07:20:27.652Z[ recovery-image] Dec 05 07:20:26.389 INFO O| Dec 05 07:20:26.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54782024-12-05T07:20:27.652Z[ recovery-image] Dec 05 07:20:26.389 INFO O| Dec 05 07:20:26.389 INFO STEP 388 (remove_files) COMPLETE
54792024-12-05T07:20:27.652Z[ recovery-image] Dec 05 07:20:26.389 INFO O| Dec 05 07:20:26.389 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-05T07:20:27.667Z[ recovery-image] Dec 05 07:20:26.404 INFO O| Dec 05 07:20:26.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54812024-12-05T07:20:27.667Z[ recovery-image] Dec 05 07:20:26.404 INFO O| Dec 05 07:20:26.404 INFO STEP 389 (remove_files) COMPLETE
54822024-12-05T07:20:27.667Z[ recovery-image] Dec 05 07:20:26.404 INFO O| Dec 05 07:20:26.404 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-05T07:20:27.683Z[ recovery-image] Dec 05 07:20:26.420 INFO O| Dec 05 07:20:26.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54842024-12-05T07:20:27.683Z[ recovery-image] Dec 05 07:20:26.420 INFO O| Dec 05 07:20:26.420 INFO STEP 390 (remove_files) COMPLETE
54852024-12-05T07:20:27.683Z[ recovery-image] Dec 05 07:20:26.420 INFO O| Dec 05 07:20:26.420 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-05T07:20:27.699Z[ recovery-image] Dec 05 07:20:26.436 INFO O| Dec 05 07:20:26.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54872024-12-05T07:20:27.699Z[ recovery-image] Dec 05 07:20:26.436 INFO O| Dec 05 07:20:26.436 INFO STEP 391 (remove_files) COMPLETE
54882024-12-05T07:20:27.702Z[ recovery-image] Dec 05 07:20:26.436 INFO O| Dec 05 07:20:26.436 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-05T07:20:27.710Z[ host-image] Dec 05 07:20:26.447 INFO O| Dec 05 07:20:26.447 INFO O| Actions: Completed 1361 actions in 0.48 seconds.
54902024-12-05T07:20:27.714Z[ recovery-image] Dec 05 07:20:26.451 INFO O| Dec 05 07:20:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54912024-12-05T07:20:27.714Z[ recovery-image] Dec 05 07:20:26.451 INFO O| Dec 05 07:20:26.451 INFO STEP 392 (remove_files) COMPLETE
54922024-12-05T07:20:27.714Z[ recovery-image] Dec 05 07:20:26.451 INFO O| Dec 05 07:20:26.451 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-05T07:20:27.731Z[ recovery-image] Dec 05 07:20:26.468 INFO O| Dec 05 07:20:26.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54942024-12-05T07:20:27.731Z[ recovery-image] Dec 05 07:20:26.469 INFO O| Dec 05 07:20:26.469 INFO STEP 393 (remove_files) COMPLETE
54952024-12-05T07:20:27.731Z[ recovery-image] Dec 05 07:20:26.469 INFO O| Dec 05 07:20:26.469 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-05T07:20:27.748Z[ recovery-image] Dec 05 07:20:26.485 INFO O| Dec 05 07:20:26.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54972024-12-05T07:20:27.751Z[ recovery-image] Dec 05 07:20:26.486 INFO O| Dec 05 07:20:26.486 INFO STEP 394 (remove_files) COMPLETE
54982024-12-05T07:20:27.751Z[ recovery-image] Dec 05 07:20:26.486 INFO O| Dec 05 07:20:26.486 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-05T07:20:27.765Z[ recovery-image] Dec 05 07:20:26.502 INFO O| Dec 05 07:20:26.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55002024-12-05T07:20:27.768Z[ recovery-image] Dec 05 07:20:26.503 INFO O| Dec 05 07:20:26.503 INFO STEP 395 (remove_files) COMPLETE
55012024-12-05T07:20:27.768Z[ recovery-image] Dec 05 07:20:26.503 INFO O| Dec 05 07:20:26.503 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-05T07:20:27.783Z[ recovery-image] Dec 05 07:20:26.521 INFO O| Dec 05 07:20:26.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55032024-12-05T07:20:27.783Z[ recovery-image] Dec 05 07:20:26.521 INFO O| Dec 05 07:20:26.521 INFO STEP 396 (remove_files) COMPLETE
55042024-12-05T07:20:27.787Z[ recovery-image] Dec 05 07:20:26.521 INFO O| Dec 05 07:20:26.521 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-05T07:20:27.798Z[ recovery-image] Dec 05 07:20:26.535 INFO O| Dec 05 07:20:26.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55062024-12-05T07:20:27.798Z[ recovery-image] Dec 05 07:20:26.535 INFO O| Dec 05 07:20:26.535 INFO STEP 397 (remove_files) COMPLETE
55072024-12-05T07:20:27.801Z[ recovery-image] Dec 05 07:20:26.535 INFO O| Dec 05 07:20:26.535 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-12-05T07:20:27.812Z[ recovery-image] Dec 05 07:20:26.549 INFO O| Dec 05 07:20:26.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55092024-12-05T07:20:27.812Z[ recovery-image] Dec 05 07:20:26.549 INFO O| Dec 05 07:20:26.549 INFO STEP 398 (remove_files) COMPLETE
55102024-12-05T07:20:27.815Z[ recovery-image] Dec 05 07:20:26.549 INFO O| Dec 05 07:20:26.549 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-05T07:20:27.826Z[ recovery-image] Dec 05 07:20:26.563 INFO O| Dec 05 07:20:26.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55122024-12-05T07:20:27.826Z[ recovery-image] Dec 05 07:20:26.563 INFO O| Dec 05 07:20:26.563 INFO STEP 399 (remove_files) COMPLETE
55132024-12-05T07:20:27.826Z[ recovery-image] Dec 05 07:20:26.563 INFO O| Dec 05 07:20:26.563 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-05T07:20:27.842Z[ recovery-image] Dec 05 07:20:26.579 INFO O| Dec 05 07:20:26.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55152024-12-05T07:20:27.842Z[ recovery-image] Dec 05 07:20:26.579 INFO O| Dec 05 07:20:26.579 INFO STEP 400 (remove_files) COMPLETE
55162024-12-05T07:20:27.844Z[ recovery-image] Dec 05 07:20:26.579 INFO O| Dec 05 07:20:26.579 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-05T07:20:27.855Z[ recovery-image] Dec 05 07:20:26.593 INFO O| Dec 05 07:20:26.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55182024-12-05T07:20:27.856Z[ recovery-image] Dec 05 07:20:26.593 INFO O| Dec 05 07:20:26.593 INFO STEP 401 (remove_files) COMPLETE
55192024-12-05T07:20:27.859Z[ recovery-image] Dec 05 07:20:26.593 INFO O| Dec 05 07:20:26.593 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-05T07:20:27.871Z[ recovery-image] Dec 05 07:20:26.608 INFO O| Dec 05 07:20:26.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55212024-12-05T07:20:27.871Z[ recovery-image] Dec 05 07:20:26.609 INFO O| Dec 05 07:20:26.609 INFO STEP 402 (remove_files) COMPLETE
55222024-12-05T07:20:27.871Z[ recovery-image] Dec 05 07:20:26.609 INFO O| Dec 05 07:20:26.609 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-12-05T07:20:27.887Z[ recovery-image] Dec 05 07:20:26.624 INFO O| Dec 05 07:20:26.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55242024-12-05T07:20:27.887Z[ recovery-image] Dec 05 07:20:26.624 INFO O| Dec 05 07:20:26.624 INFO STEP 403 (remove_files) COMPLETE
55252024-12-05T07:20:27.888Z[ recovery-image] Dec 05 07:20:26.624 INFO O| Dec 05 07:20:26.624 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-12-05T07:20:27.903Z[ recovery-image] Dec 05 07:20:26.641 INFO O| Dec 05 07:20:26.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55272024-12-05T07:20:27.904Z[ recovery-image] Dec 05 07:20:26.641 INFO O| Dec 05 07:20:26.641 INFO STEP 404 (remove_files) COMPLETE
55282024-12-05T07:20:27.904Z[ recovery-image] Dec 05 07:20:26.641 INFO O| Dec 05 07:20:26.641 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-12-05T07:20:27.921Z[ recovery-image] Dec 05 07:20:26.659 INFO O| Dec 05 07:20:26.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55302024-12-05T07:20:27.921Z[ recovery-image] Dec 05 07:20:26.659 INFO O| Dec 05 07:20:26.659 INFO STEP 405 (remove_files) COMPLETE
55312024-12-05T07:20:27.925Z[ recovery-image] Dec 05 07:20:26.659 INFO O| Dec 05 07:20:26.659 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-12-05T07:20:27.941Z[ recovery-image] Dec 05 07:20:26.678 INFO O| Dec 05 07:20:26.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55332024-12-05T07:20:27.941Z[ recovery-image] Dec 05 07:20:26.678 INFO O| Dec 05 07:20:26.678 INFO STEP 406 (remove_files) COMPLETE
55342024-12-05T07:20:27.941Z[ recovery-image] Dec 05 07:20:26.678 INFO O| Dec 05 07:20:26.678 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-12-05T07:20:27.957Z[ recovery-image] Dec 05 07:20:26.695 INFO O| Dec 05 07:20:26.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55362024-12-05T07:20:27.957Z[ recovery-image] Dec 05 07:20:26.695 INFO O| Dec 05 07:20:26.695 INFO STEP 407 (remove_files) COMPLETE
55372024-12-05T07:20:27.961Z[ recovery-image] Dec 05 07:20:26.695 INFO O| Dec 05 07:20:26.695 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-12-05T07:20:27.975Z[ recovery-image] Dec 05 07:20:26.712 INFO O| Dec 05 07:20:26.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55392024-12-05T07:20:27.975Z[ recovery-image] Dec 05 07:20:26.712 INFO O| Dec 05 07:20:26.712 INFO STEP 408 (remove_files) COMPLETE
55402024-12-05T07:20:27.975Z[ recovery-image] Dec 05 07:20:26.712 INFO O| Dec 05 07:20:26.712 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-12-05T07:20:27.992Z[ recovery-image] Dec 05 07:20:26.729 INFO O| Dec 05 07:20:26.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55422024-12-05T07:20:27.992Z[ recovery-image] Dec 05 07:20:26.729 INFO O| Dec 05 07:20:26.729 INFO STEP 409 (remove_files) COMPLETE
55432024-12-05T07:20:27.992Z[ recovery-image] Dec 05 07:20:26.729 INFO O| Dec 05 07:20:26.729 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-12-05T07:20:28.009Z[ recovery-image] Dec 05 07:20:26.747 INFO O| Dec 05 07:20:26.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55452024-12-05T07:20:28.009Z[ recovery-image] Dec 05 07:20:26.747 INFO O| Dec 05 07:20:26.747 INFO STEP 410 (remove_files) COMPLETE
55462024-12-05T07:20:28.012Z[ recovery-image] Dec 05 07:20:26.747 INFO O| Dec 05 07:20:26.747 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-12-05T07:20:28.026Z[ recovery-image] Dec 05 07:20:26.763 INFO O| Dec 05 07:20:26.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55482024-12-05T07:20:28.026Z[ recovery-image] Dec 05 07:20:26.763 INFO O| Dec 05 07:20:26.763 INFO STEP 411 (remove_files) COMPLETE
55492024-12-05T07:20:28.026Z[ recovery-image] Dec 05 07:20:26.763 INFO O| Dec 05 07:20:26.763 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-12-05T07:20:28.042Z[ recovery-image] Dec 05 07:20:26.779 INFO O| Dec 05 07:20:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55512024-12-05T07:20:28.042Z[ recovery-image] Dec 05 07:20:26.779 INFO O| Dec 05 07:20:26.779 INFO STEP 412 (remove_files) COMPLETE
55522024-12-05T07:20:28.042Z[ recovery-image] Dec 05 07:20:26.779 INFO O| Dec 05 07:20:26.779 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-12-05T07:20:28.055Z[ recovery-image] Dec 05 07:20:26.793 INFO O| Dec 05 07:20:26.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55542024-12-05T07:20:28.055Z[ recovery-image] Dec 05 07:20:26.793 INFO O| Dec 05 07:20:26.793 INFO STEP 413 (remove_files) COMPLETE
55552024-12-05T07:20:28.058Z[ recovery-image] Dec 05 07:20:26.793 INFO O| Dec 05 07:20:26.793 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-12-05T07:20:28.069Z[ recovery-image] Dec 05 07:20:26.805 INFO O| Dec 05 07:20:26.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55572024-12-05T07:20:28.069Z[ recovery-image] Dec 05 07:20:26.805 INFO O| Dec 05 07:20:26.805 INFO STEP 414 (remove_files) COMPLETE
55582024-12-05T07:20:28.069Z[ recovery-image] Dec 05 07:20:26.806 INFO O| Dec 05 07:20:26.805 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-12-05T07:20:28.081Z[ recovery-image] Dec 05 07:20:26.818 INFO O| Dec 05 07:20:26.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55602024-12-05T07:20:28.081Z[ recovery-image] Dec 05 07:20:26.818 INFO O| Dec 05 07:20:26.818 INFO STEP 415 (remove_files) COMPLETE
55612024-12-05T07:20:28.083Z[ recovery-image] Dec 05 07:20:26.818 INFO O| Dec 05 07:20:26.818 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-12-05T07:20:28.094Z[ recovery-image] Dec 05 07:20:26.831 INFO O| Dec 05 07:20:26.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55632024-12-05T07:20:28.094Z[ recovery-image] Dec 05 07:20:26.831 INFO O| Dec 05 07:20:26.831 INFO STEP 416 (remove_files) COMPLETE
55642024-12-05T07:20:28.097Z[ recovery-image] Dec 05 07:20:26.831 INFO O| Dec 05 07:20:26.831 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-12-05T07:20:28.107Z[ recovery-image] Dec 05 07:20:26.844 INFO O| Dec 05 07:20:26.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55662024-12-05T07:20:28.107Z[ recovery-image] Dec 05 07:20:26.844 INFO O| Dec 05 07:20:26.844 INFO STEP 417 (remove_files) COMPLETE
55672024-12-05T07:20:28.107Z[ recovery-image] Dec 05 07:20:26.844 INFO O| Dec 05 07:20:26.844 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-12-05T07:20:28.110Z[ host-image] Dec 05 07:20:26.846 INFO O| Dec 05 07:20:26.846 INFO O| Done
55692024-12-05T07:20:28.110Z[ host-image] Dec 05 07:20:26.846 INFO O| Dec 05 07:20:26.846 INFO O| Done
55702024-12-05T07:20:28.120Z[ recovery-image] Dec 05 07:20:26.858 INFO O| Dec 05 07:20:26.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55712024-12-05T07:20:28.120Z[ recovery-image] Dec 05 07:20:26.858 INFO O| Dec 05 07:20:26.858 INFO STEP 418 (remove_files) COMPLETE
55722024-12-05T07:20:28.121Z[ recovery-image] Dec 05 07:20:26.858 INFO O| Dec 05 07:20:26.858 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-05T07:20:28.135Z[ recovery-image] Dec 05 07:20:26.872 INFO O| Dec 05 07:20:26.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55742024-12-05T07:20:28.135Z[ recovery-image] Dec 05 07:20:26.872 INFO O| Dec 05 07:20:26.872 INFO STEP 419 (remove_files) COMPLETE
55752024-12-05T07:20:28.135Z[ recovery-image] Dec 05 07:20:26.872 INFO O| Dec 05 07:20:26.872 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-05T07:20:28.147Z[ recovery-image] Dec 05 07:20:26.885 INFO O| Dec 05 07:20:26.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55772024-12-05T07:20:28.147Z[ recovery-image] Dec 05 07:20:26.885 INFO O| Dec 05 07:20:26.885 INFO STEP 420 (remove_files) COMPLETE
55782024-12-05T07:20:28.147Z[ recovery-image] Dec 05 07:20:26.885 INFO O| Dec 05 07:20:26.885 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-05T07:20:28.159Z[ recovery-image] Dec 05 07:20:26.897 INFO O| Dec 05 07:20:26.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55802024-12-05T07:20:28.159Z[ recovery-image] Dec 05 07:20:26.897 INFO O| Dec 05 07:20:26.897 INFO STEP 421 (remove_files) COMPLETE
55812024-12-05T07:20:28.162Z[ recovery-image] Dec 05 07:20:26.897 INFO O| Dec 05 07:20:26.897 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-05T07:20:28.172Z[ recovery-image] Dec 05 07:20:26.909 INFO O| Dec 05 07:20:26.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55832024-12-05T07:20:28.172Z[ recovery-image] Dec 05 07:20:26.909 INFO O| Dec 05 07:20:26.909 INFO STEP 422 (remove_files) COMPLETE
55842024-12-05T07:20:28.175Z[ recovery-image] Dec 05 07:20:26.909 INFO O| Dec 05 07:20:26.909 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-05T07:20:28.183Z[ recovery-image] Dec 05 07:20:26.921 INFO O| Dec 05 07:20:26.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55862024-12-05T07:20:28.186Z[ recovery-image] Dec 05 07:20:26.921 INFO O| Dec 05 07:20:26.921 INFO STEP 423 (remove_files) COMPLETE
55872024-12-05T07:20:28.186Z[ recovery-image] Dec 05 07:20:26.921 INFO O| Dec 05 07:20:26.921 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-05T07:20:28.194Z[ recovery-image] Dec 05 07:20:26.932 INFO O| Dec 05 07:20:26.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55892024-12-05T07:20:28.194Z[ recovery-image] Dec 05 07:20:26.932 INFO O| Dec 05 07:20:26.932 INFO STEP 424 (remove_files) COMPLETE
55902024-12-05T07:20:28.197Z[ recovery-image] Dec 05 07:20:26.932 INFO O| Dec 05 07:20:26.932 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-05T07:20:28.206Z[ recovery-image] Dec 05 07:20:26.944 INFO O| Dec 05 07:20:26.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55922024-12-05T07:20:28.206Z[ recovery-image] Dec 05 07:20:26.944 INFO O| Dec 05 07:20:26.944 INFO STEP 425 (remove_files) COMPLETE
55932024-12-05T07:20:28.206Z[ recovery-image] Dec 05 07:20:26.944 INFO O| Dec 05 07:20:26.944 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-05T07:20:28.219Z[ recovery-image] Dec 05 07:20:26.956 INFO O| Dec 05 07:20:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55952024-12-05T07:20:28.219Z[ recovery-image] Dec 05 07:20:26.956 INFO O| Dec 05 07:20:26.956 INFO STEP 426 (remove_files) COMPLETE
55962024-12-05T07:20:28.219Z[ recovery-image] Dec 05 07:20:26.956 INFO O| Dec 05 07:20:26.956 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-05T07:20:28.231Z[ recovery-image] Dec 05 07:20:26.968 INFO O| Dec 05 07:20:26.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55982024-12-05T07:20:28.231Z[ recovery-image] Dec 05 07:20:26.969 INFO O| Dec 05 07:20:26.968 INFO STEP 427 (remove_files) COMPLETE
55992024-12-05T07:20:28.231Z[ recovery-image] Dec 05 07:20:26.969 INFO O| Dec 05 07:20:26.969 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-05T07:20:28.243Z[ recovery-image] Dec 05 07:20:26.980 INFO O| Dec 05 07:20:26.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56012024-12-05T07:20:28.243Z[ recovery-image] Dec 05 07:20:26.980 INFO O| Dec 05 07:20:26.980 INFO STEP 428 (remove_files) COMPLETE
56022024-12-05T07:20:28.243Z[ recovery-image] Dec 05 07:20:26.980 INFO O| Dec 05 07:20:26.980 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-05T07:20:28.255Z[ recovery-image] Dec 05 07:20:26.992 INFO O| Dec 05 07:20:26.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56042024-12-05T07:20:28.255Z[ recovery-image] Dec 05 07:20:26.992 INFO O| Dec 05 07:20:26.992 INFO STEP 429 (remove_files) COMPLETE
56052024-12-05T07:20:28.255Z[ recovery-image] Dec 05 07:20:26.992 INFO O| Dec 05 07:20:26.992 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-05T07:20:28.268Z[ recovery-image] Dec 05 07:20:27.006 INFO O| Dec 05 07:20:27.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56072024-12-05T07:20:28.268Z[ recovery-image] Dec 05 07:20:27.006 INFO O| Dec 05 07:20:27.006 INFO STEP 430 (remove_files) COMPLETE
56082024-12-05T07:20:28.268Z[ recovery-image] Dec 05 07:20:27.006 INFO O| Dec 05 07:20:27.006 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-05T07:20:28.282Z[ recovery-image] Dec 05 07:20:27.020 INFO O| Dec 05 07:20:27.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56102024-12-05T07:20:28.283Z[ recovery-image] Dec 05 07:20:27.020 INFO O| Dec 05 07:20:27.020 INFO STEP 431 (remove_files) COMPLETE
56112024-12-05T07:20:28.283Z[ recovery-image] Dec 05 07:20:27.020 INFO O| Dec 05 07:20:27.020 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-05T07:20:28.296Z[ recovery-image] Dec 05 07:20:27.033 INFO O| Dec 05 07:20:27.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56132024-12-05T07:20:28.299Z[ recovery-image] Dec 05 07:20:27.034 INFO O| Dec 05 07:20:27.034 INFO STEP 432 (remove_files) COMPLETE
56142024-12-05T07:20:28.299Z[ recovery-image] Dec 05 07:20:27.034 INFO O| Dec 05 07:20:27.034 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-05T07:20:28.309Z[ recovery-image] Dec 05 07:20:27.046 INFO O| Dec 05 07:20:27.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56162024-12-05T07:20:28.309Z[ recovery-image] Dec 05 07:20:27.046 INFO O| Dec 05 07:20:27.046 INFO STEP 433 (remove_files) COMPLETE
56172024-12-05T07:20:28.312Z[ recovery-image] Dec 05 07:20:27.046 INFO O| Dec 05 07:20:27.046 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-05T07:20:28.323Z[ recovery-image] Dec 05 07:20:27.060 INFO O| Dec 05 07:20:27.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56192024-12-05T07:20:28.323Z[ recovery-image] Dec 05 07:20:27.060 INFO O| Dec 05 07:20:27.060 INFO STEP 434 (remove_files) COMPLETE
56202024-12-05T07:20:28.323Z[ recovery-image] Dec 05 07:20:27.060 INFO O| Dec 05 07:20:27.060 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-05T07:20:28.336Z[ recovery-image] Dec 05 07:20:27.074 INFO O| Dec 05 07:20:27.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56222024-12-05T07:20:28.337Z[ recovery-image] Dec 05 07:20:27.074 INFO O| Dec 05 07:20:27.074 INFO STEP 435 (remove_files) COMPLETE
56232024-12-05T07:20:28.337Z[ recovery-image] Dec 05 07:20:27.074 INFO O| Dec 05 07:20:27.074 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-05T07:20:28.349Z[ recovery-image] Dec 05 07:20:27.086 INFO O| Dec 05 07:20:27.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56252024-12-05T07:20:28.349Z[ recovery-image] Dec 05 07:20:27.087 INFO O| Dec 05 07:20:27.086 INFO STEP 436 (remove_files) COMPLETE
56262024-12-05T07:20:28.352Z[ recovery-image] Dec 05 07:20:27.087 INFO O| Dec 05 07:20:27.087 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-05T07:20:28.362Z[ recovery-image] Dec 05 07:20:27.099 INFO O| Dec 05 07:20:27.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56282024-12-05T07:20:28.362Z[ recovery-image] Dec 05 07:20:27.099 INFO O| Dec 05 07:20:27.099 INFO STEP 437 (remove_files) COMPLETE
56292024-12-05T07:20:28.365Z[ recovery-image] Dec 05 07:20:27.099 INFO O| Dec 05 07:20:27.099 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-05T07:20:28.374Z[ recovery-image] Dec 05 07:20:27.111 INFO O| Dec 05 07:20:27.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56312024-12-05T07:20:28.374Z[ recovery-image] Dec 05 07:20:27.111 INFO O| Dec 05 07:20:27.111 INFO STEP 438 (remove_files) COMPLETE
56322024-12-05T07:20:28.374Z[ recovery-image] Dec 05 07:20:27.111 INFO O| Dec 05 07:20:27.111 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-05T07:20:28.386Z[ recovery-image] Dec 05 07:20:27.123 INFO O| Dec 05 07:20:27.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56342024-12-05T07:20:28.386Z[ recovery-image] Dec 05 07:20:27.123 INFO O| Dec 05 07:20:27.123 INFO STEP 439 (remove_files) COMPLETE
56352024-12-05T07:20:28.388Z[ recovery-image] Dec 05 07:20:27.123 INFO O| Dec 05 07:20:27.123 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-05T07:20:28.398Z[ recovery-image] Dec 05 07:20:27.134 INFO O| Dec 05 07:20:27.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56372024-12-05T07:20:28.398Z[ recovery-image] Dec 05 07:20:27.134 INFO O| Dec 05 07:20:27.134 INFO STEP 440 (remove_files) COMPLETE
56382024-12-05T07:20:28.403Z[ recovery-image] Dec 05 07:20:27.134 INFO O| Dec 05 07:20:27.134 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-05T07:20:28.408Z[ recovery-image] Dec 05 07:20:27.146 INFO O| Dec 05 07:20:27.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56402024-12-05T07:20:28.408Z[ recovery-image] Dec 05 07:20:27.146 INFO O| Dec 05 07:20:27.146 INFO STEP 441 (remove_files) COMPLETE
56412024-12-05T07:20:28.411Z[ recovery-image] Dec 05 07:20:27.146 INFO O| Dec 05 07:20:27.146 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-05T07:20:28.420Z[ recovery-image] Dec 05 07:20:27.157 INFO O| Dec 05 07:20:27.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56432024-12-05T07:20:28.420Z[ recovery-image] Dec 05 07:20:27.157 INFO O| Dec 05 07:20:27.157 INFO STEP 442 (remove_files) COMPLETE
56442024-12-05T07:20:28.420Z[ recovery-image] Dec 05 07:20:27.157 INFO O| Dec 05 07:20:27.157 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-05T07:20:28.423Z[verify-libraries] Finished `release` profile [optimized] target(s) in 6m 12s
56462024-12-05T07:20:28.434Z[ recovery-image] Dec 05 07:20:27.171 INFO O| Dec 05 07:20:27.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56472024-12-05T07:20:28.434Z[ recovery-image] Dec 05 07:20:27.171 INFO O| Dec 05 07:20:27.171 INFO STEP 443 (remove_files) COMPLETE
56482024-12-05T07:20:28.434Z[ recovery-image] Dec 05 07:20:27.171 INFO O| Dec 05 07:20:27.171 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-12-05T07:20:28.448Z[ recovery-image] Dec 05 07:20:27.186 INFO O| Dec 05 07:20:27.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56502024-12-05T07:20:28.448Z[ recovery-image] Dec 05 07:20:27.186 INFO O| Dec 05 07:20:27.186 INFO STEP 444 (remove_files) COMPLETE
56512024-12-05T07:20:28.448Z[ recovery-image] Dec 05 07:20:27.186 INFO O| Dec 05 07:20:27.186 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-12-05T07:20:28.460Z[ recovery-image] Dec 05 07:20:27.198 INFO O| Dec 05 07:20:27.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56532024-12-05T07:20:28.461Z[ recovery-image] Dec 05 07:20:27.198 INFO O| Dec 05 07:20:27.198 INFO STEP 445 (remove_files) COMPLETE
56542024-12-05T07:20:28.461Z[ recovery-image] Dec 05 07:20:27.198 INFO O| Dec 05 07:20:27.198 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-12-05T07:20:28.474Z[ recovery-image] Dec 05 07:20:27.211 INFO O| Dec 05 07:20:27.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56562024-12-05T07:20:28.474Z[ recovery-image] Dec 05 07:20:27.211 INFO O| Dec 05 07:20:27.211 INFO STEP 446 (remove_files) COMPLETE
56572024-12-05T07:20:28.477Z[ recovery-image] Dec 05 07:20:27.212 INFO O| Dec 05 07:20:27.211 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-12-05T07:20:28.487Z[ recovery-image] Dec 05 07:20:27.225 INFO O| Dec 05 07:20:27.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56592024-12-05T07:20:28.487Z[ recovery-image] Dec 05 07:20:27.225 INFO O| Dec 05 07:20:27.225 INFO STEP 447 (remove_files) COMPLETE
56602024-12-05T07:20:28.488Z[ recovery-image] Dec 05 07:20:27.225 INFO O| Dec 05 07:20:27.225 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-12-05T07:20:28.499Z[ recovery-image] Dec 05 07:20:27.236 INFO O| Dec 05 07:20:27.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56622024-12-05T07:20:28.499Z[ recovery-image] Dec 05 07:20:27.236 INFO O| Dec 05 07:20:27.236 INFO STEP 448 (remove_files) COMPLETE
56632024-12-05T07:20:28.499Z[ recovery-image] Dec 05 07:20:27.236 INFO O| Dec 05 07:20:27.236 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-12-05T07:20:28.510Z[ recovery-image] Dec 05 07:20:27.248 INFO O| Dec 05 07:20:27.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56652024-12-05T07:20:28.510Z[ recovery-image] Dec 05 07:20:27.248 INFO O| Dec 05 07:20:27.248 INFO STEP 449 (remove_files) COMPLETE
56662024-12-05T07:20:28.511Z[ recovery-image] Dec 05 07:20:27.248 INFO O| Dec 05 07:20:27.248 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-12-05T07:20:28.522Z[ recovery-image] Dec 05 07:20:27.260 INFO O| Dec 05 07:20:27.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56682024-12-05T07:20:28.526Z[ recovery-image] Dec 05 07:20:27.260 INFO O| Dec 05 07:20:27.260 INFO STEP 450 (remove_files) COMPLETE
56692024-12-05T07:20:28.526Z[ recovery-image] Dec 05 07:20:27.260 INFO O| Dec 05 07:20:27.260 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-12-05T07:20:28.535Z[ recovery-image] Dec 05 07:20:27.272 INFO O| Dec 05 07:20:27.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56712024-12-05T07:20:28.535Z[ recovery-image] Dec 05 07:20:27.272 INFO O| Dec 05 07:20:27.272 INFO STEP 451 (remove_files) COMPLETE
56722024-12-05T07:20:28.535Z[ recovery-image] Dec 05 07:20:27.272 INFO O| Dec 05 07:20:27.272 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-12-05T07:20:28.547Z[ recovery-image] Dec 05 07:20:27.284 INFO O| Dec 05 07:20:27.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56742024-12-05T07:20:28.551Z[ recovery-image] Dec 05 07:20:27.284 INFO O| Dec 05 07:20:27.284 INFO STEP 452 (remove_files) COMPLETE
56752024-12-05T07:20:28.551Z[ recovery-image] Dec 05 07:20:27.285 INFO O| Dec 05 07:20:27.284 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-12-05T07:20:28.565Z[ recovery-image] Dec 05 07:20:27.295 INFO O| Dec 05 07:20:27.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56772024-12-05T07:20:28.565Z[ recovery-image] Dec 05 07:20:27.295 INFO O| Dec 05 07:20:27.295 INFO STEP 453 (remove_files) COMPLETE
56782024-12-05T07:20:28.565Z[ recovery-image] Dec 05 07:20:27.295 INFO O| Dec 05 07:20:27.295 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-12-05T07:20:28.569Z[ recovery-image] Dec 05 07:20:27.307 INFO O| Dec 05 07:20:27.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56802024-12-05T07:20:28.572Z[ recovery-image] Dec 05 07:20:27.307 INFO O| Dec 05 07:20:27.307 INFO STEP 454 (remove_files) COMPLETE
56812024-12-05T07:20:28.572Z[ recovery-image] Dec 05 07:20:27.307 INFO O| Dec 05 07:20:27.307 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-12-05T07:20:28.581Z[ recovery-image] Dec 05 07:20:27.318 INFO O| Dec 05 07:20:27.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56832024-12-05T07:20:28.581Z[ recovery-image] Dec 05 07:20:27.318 INFO O| Dec 05 07:20:27.318 INFO STEP 455 (remove_files) COMPLETE
56842024-12-05T07:20:28.581Z[ recovery-image] Dec 05 07:20:27.318 INFO O| Dec 05 07:20:27.318 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-12-05T07:20:28.591Z[ recovery-image] Dec 05 07:20:27.328 INFO O| Dec 05 07:20:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56862024-12-05T07:20:28.591Z[ recovery-image] Dec 05 07:20:27.328 INFO O| Dec 05 07:20:27.328 INFO STEP 456 (remove_files) COMPLETE
56872024-12-05T07:20:28.594Z[ recovery-image] Dec 05 07:20:27.328 INFO O| Dec 05 07:20:27.328 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-12-05T07:20:28.601Z[ recovery-image] Dec 05 07:20:27.339 INFO O| Dec 05 07:20:27.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56892024-12-05T07:20:28.604Z[ recovery-image] Dec 05 07:20:27.339 INFO O| Dec 05 07:20:27.339 INFO STEP 457 (remove_files) COMPLETE
56902024-12-05T07:20:28.604Z[ recovery-image] Dec 05 07:20:27.339 INFO O| Dec 05 07:20:27.339 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-05T07:20:28.612Z[ recovery-image] Dec 05 07:20:27.349 INFO O| Dec 05 07:20:27.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56922024-12-05T07:20:28.612Z[ recovery-image] Dec 05 07:20:27.349 INFO O| Dec 05 07:20:27.349 INFO STEP 458 (remove_files) COMPLETE
56932024-12-05T07:20:28.615Z[ recovery-image] Dec 05 07:20:27.349 INFO O| Dec 05 07:20:27.349 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-12-05T07:20:28.623Z[ recovery-image] Dec 05 07:20:27.360 INFO O| Dec 05 07:20:27.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56952024-12-05T07:20:28.623Z[ recovery-image] Dec 05 07:20:27.360 INFO O| Dec 05 07:20:27.360 INFO STEP 459 (remove_files) COMPLETE
56962024-12-05T07:20:28.626Z[ recovery-image] Dec 05 07:20:27.360 INFO O| Dec 05 07:20:27.360 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-12-05T07:20:28.634Z[ recovery-image] Dec 05 07:20:27.371 INFO O| Dec 05 07:20:27.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56982024-12-05T07:20:28.637Z[ recovery-image] Dec 05 07:20:27.371 INFO O| Dec 05 07:20:27.371 INFO STEP 460 (remove_files) COMPLETE
56992024-12-05T07:20:28.637Z[ recovery-image] Dec 05 07:20:27.371 INFO O| Dec 05 07:20:27.371 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-05T07:20:28.644Z[ recovery-image] Dec 05 07:20:27.382 INFO O| Dec 05 07:20:27.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57012024-12-05T07:20:28.647Z[ recovery-image] Dec 05 07:20:27.382 INFO O| Dec 05 07:20:27.382 INFO STEP 461 (remove_files) COMPLETE
57022024-12-05T07:20:28.647Z[ recovery-image] Dec 05 07:20:27.382 INFO O| Dec 05 07:20:27.382 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-05T07:20:28.655Z[ recovery-image] Dec 05 07:20:27.392 INFO O| Dec 05 07:20:27.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57042024-12-05T07:20:28.655Z[ recovery-image] Dec 05 07:20:27.393 INFO O| Dec 05 07:20:27.393 INFO STEP 462 (remove_files) COMPLETE
57052024-12-05T07:20:28.658Z[ recovery-image] Dec 05 07:20:27.393 INFO O| Dec 05 07:20:27.393 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-05T07:20:28.664Z[ host-image] Dec 05 07:20:27.402 INFO O| Dec 05 07:20:27.402 INFO O| Done
57072024-12-05T07:20:28.668Z[ recovery-image] Dec 05 07:20:27.403 INFO O| Dec 05 07:20:27.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57082024-12-05T07:20:28.668Z[ recovery-image] Dec 05 07:20:27.403 INFO O| Dec 05 07:20:27.403 INFO STEP 463 (remove_files) COMPLETE
57092024-12-05T07:20:28.668Z[ recovery-image] Dec 05 07:20:27.403 INFO O| Dec 05 07:20:27.403 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-05T07:20:28.676Z[ recovery-image] Dec 05 07:20:27.414 INFO O| Dec 05 07:20:27.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57112024-12-05T07:20:28.676Z[ recovery-image] Dec 05 07:20:27.414 INFO O| Dec 05 07:20:27.414 INFO STEP 464 (remove_files) COMPLETE
57122024-12-05T07:20:28.677Z[ recovery-image] Dec 05 07:20:27.414 INFO O| Dec 05 07:20:27.414 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-05T07:20:28.689Z[ recovery-image] Dec 05 07:20:27.427 INFO O| Dec 05 07:20:27.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57142024-12-05T07:20:28.690Z[ recovery-image] Dec 05 07:20:27.427 INFO O| Dec 05 07:20:27.427 INFO STEP 465 (remove_files) COMPLETE
57152024-12-05T07:20:28.690Z[ recovery-image] Dec 05 07:20:27.427 INFO O| Dec 05 07:20:27.427 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-05T07:20:28.703Z[ recovery-image] Dec 05 07:20:27.440 INFO O| Dec 05 07:20:27.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57172024-12-05T07:20:28.703Z[ recovery-image] Dec 05 07:20:27.440 INFO O| Dec 05 07:20:27.440 INFO STEP 466 (remove_files) COMPLETE
57182024-12-05T07:20:28.703Z[ recovery-image] Dec 05 07:20:27.440 INFO O| Dec 05 07:20:27.440 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-05T07:20:28.715Z[ recovery-image] Dec 05 07:20:27.452 INFO O| Dec 05 07:20:27.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57202024-12-05T07:20:28.715Z[ recovery-image] Dec 05 07:20:27.453 INFO O| Dec 05 07:20:27.453 INFO STEP 467 (remove_files) COMPLETE
57212024-12-05T07:20:28.715Z[ recovery-image] Dec 05 07:20:27.453 INFO O| Dec 05 07:20:27.453 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-05T07:20:28.730Z[ recovery-image] Dec 05 07:20:27.467 INFO O| Dec 05 07:20:27.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57232024-12-05T07:20:28.734Z[ recovery-image] Dec 05 07:20:27.467 INFO O| Dec 05 07:20:27.467 INFO STEP 468 (remove_files) COMPLETE
57242024-12-05T07:20:28.734Z[ recovery-image] Dec 05 07:20:27.467 INFO O| Dec 05 07:20:27.467 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-05T07:20:28.745Z[ recovery-image] Dec 05 07:20:27.483 INFO O| Dec 05 07:20:27.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57262024-12-05T07:20:28.745Z[ recovery-image] Dec 05 07:20:27.483 INFO O| Dec 05 07:20:27.483 INFO STEP 469 (remove_files) COMPLETE
57272024-12-05T07:20:28.745Z[ recovery-image] Dec 05 07:20:27.483 INFO O| Dec 05 07:20:27.483 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-05T07:20:28.760Z[ recovery-image] Dec 05 07:20:27.498 INFO O| Dec 05 07:20:27.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57292024-12-05T07:20:28.764Z[ recovery-image] Dec 05 07:20:27.498 INFO O| Dec 05 07:20:27.498 INFO STEP 470 (remove_files) COMPLETE
57302024-12-05T07:20:28.764Z[ recovery-image] Dec 05 07:20:27.498 INFO O| Dec 05 07:20:27.498 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-05T07:20:28.775Z[ recovery-image] Dec 05 07:20:27.512 INFO O| Dec 05 07:20:27.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57322024-12-05T07:20:28.775Z[ recovery-image] Dec 05 07:20:27.512 INFO O| Dec 05 07:20:27.512 INFO STEP 471 (remove_files) COMPLETE
57332024-12-05T07:20:28.775Z[ recovery-image] Dec 05 07:20:27.512 INFO O| Dec 05 07:20:27.512 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-05T07:20:28.779ZDec 05 07:20:27.515 INFO [verify-libraries] process exited with exit status: 0 (376.530503613s)
57352024-12-05T07:20:28.790Z[ recovery-image] Dec 05 07:20:27.527 INFO O| Dec 05 07:20:27.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57362024-12-05T07:20:28.790Z[ recovery-image] Dec 05 07:20:27.527 INFO O| Dec 05 07:20:27.527 INFO STEP 472 (remove_files) COMPLETE
57372024-12-05T07:20:28.790Z[ recovery-image] Dec 05 07:20:27.527 INFO O| Dec 05 07:20:27.527 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-05T07:20:28.804Z[ recovery-image] Dec 05 07:20:27.541 INFO O| Dec 05 07:20:27.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57392024-12-05T07:20:28.804Z[ recovery-image] Dec 05 07:20:27.541 INFO O| Dec 05 07:20:27.541 INFO STEP 473 (remove_files) COMPLETE
57402024-12-05T07:20:28.807Z[ recovery-image] Dec 05 07:20:27.541 INFO O| Dec 05 07:20:27.541 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-05T07:20:28.817Z[ recovery-image] Dec 05 07:20:27.554 INFO O| Dec 05 07:20:27.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57422024-12-05T07:20:28.817Z[ recovery-image] Dec 05 07:20:27.554 INFO O| Dec 05 07:20:27.554 INFO STEP 474 (remove_files) COMPLETE
57432024-12-05T07:20:28.817Z[ recovery-image] Dec 05 07:20:27.554 INFO O| Dec 05 07:20:27.554 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-05T07:20:28.829Z[ recovery-image] Dec 05 07:20:27.567 INFO O| Dec 05 07:20:27.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57452024-12-05T07:20:28.829Z[ recovery-image] Dec 05 07:20:27.567 INFO O| Dec 05 07:20:27.567 INFO STEP 475 (remove_files) COMPLETE
57462024-12-05T07:20:28.833Z[ recovery-image] Dec 05 07:20:27.567 INFO O| Dec 05 07:20:27.567 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-05T07:20:28.842Z[ recovery-image] Dec 05 07:20:27.579 INFO O| Dec 05 07:20:27.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57482024-12-05T07:20:28.842Z[ recovery-image] Dec 05 07:20:27.579 INFO O| Dec 05 07:20:27.579 INFO STEP 476 (remove_files) COMPLETE
57492024-12-05T07:20:28.845Z[ recovery-image] Dec 05 07:20:27.579 INFO O| Dec 05 07:20:27.579 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-05T07:20:28.853Z[ recovery-image] Dec 05 07:20:27.590 INFO O| Dec 05 07:20:27.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57512024-12-05T07:20:28.853Z[ recovery-image] Dec 05 07:20:27.591 INFO O| Dec 05 07:20:27.591 INFO STEP 477 (remove_files) COMPLETE
57522024-12-05T07:20:28.856Z[ recovery-image] Dec 05 07:20:27.591 INFO O| Dec 05 07:20:27.591 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-05T07:20:28.865Z[ recovery-image] Dec 05 07:20:27.602 INFO O| Dec 05 07:20:27.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57542024-12-05T07:20:28.865Z[ recovery-image] Dec 05 07:20:27.602 INFO O| Dec 05 07:20:27.602 INFO STEP 478 (remove_files) COMPLETE
57552024-12-05T07:20:28.868Z[ recovery-image] Dec 05 07:20:27.602 INFO O| Dec 05 07:20:27.602 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-05T07:20:28.876Z[ recovery-image] Dec 05 07:20:27.613 INFO O| Dec 05 07:20:27.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57572024-12-05T07:20:28.876Z[ recovery-image] Dec 05 07:20:27.613 INFO O| Dec 05 07:20:27.613 INFO STEP 479 (remove_files) COMPLETE
57582024-12-05T07:20:28.881Z[ recovery-image] Dec 05 07:20:27.613 INFO O| Dec 05 07:20:27.613 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-05T07:20:28.887Z[ recovery-image] Dec 05 07:20:27.624 INFO O| Dec 05 07:20:27.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57602024-12-05T07:20:28.887Z[ recovery-image] Dec 05 07:20:27.624 INFO O| Dec 05 07:20:27.624 INFO STEP 480 (remove_files) COMPLETE
57612024-12-05T07:20:28.890Z[ recovery-image] Dec 05 07:20:27.624 INFO O| Dec 05 07:20:27.624 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-05T07:20:28.898Z[ recovery-image] Dec 05 07:20:27.636 INFO O| Dec 05 07:20:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57632024-12-05T07:20:28.899Z[ recovery-image] Dec 05 07:20:27.636 INFO O| Dec 05 07:20:27.636 INFO STEP 481 (remove_files) COMPLETE
57642024-12-05T07:20:28.902Z[ recovery-image] Dec 05 07:20:27.636 INFO O| Dec 05 07:20:27.636 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-05T07:20:28.911Z[ recovery-image] Dec 05 07:20:27.648 INFO O| Dec 05 07:20:27.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57662024-12-05T07:20:28.911Z[ recovery-image] Dec 05 07:20:27.648 INFO O| Dec 05 07:20:27.648 INFO STEP 482 (remove_files) COMPLETE
57672024-12-05T07:20:28.914Z[ recovery-image] Dec 05 07:20:27.648 INFO O| Dec 05 07:20:27.648 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-05T07:20:28.923Z[ recovery-image] Dec 05 07:20:27.661 INFO O| Dec 05 07:20:27.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57692024-12-05T07:20:28.923Z[ recovery-image] Dec 05 07:20:27.661 INFO O| Dec 05 07:20:27.661 INFO STEP 483 (remove_files) COMPLETE
57702024-12-05T07:20:28.926Z[ recovery-image] Dec 05 07:20:27.661 INFO O| Dec 05 07:20:27.661 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-05T07:20:28.936Z[ recovery-image] Dec 05 07:20:27.673 INFO O| Dec 05 07:20:27.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57722024-12-05T07:20:28.936Z[ recovery-image] Dec 05 07:20:27.673 INFO O| Dec 05 07:20:27.673 INFO STEP 484 (remove_files) COMPLETE
57732024-12-05T07:20:28.942Z[ recovery-image] Dec 05 07:20:27.673 INFO O| Dec 05 07:20:27.673 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-05T07:20:28.948Z[ recovery-image] Dec 05 07:20:27.685 INFO O| Dec 05 07:20:27.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57752024-12-05T07:20:28.948Z[ recovery-image] Dec 05 07:20:27.685 INFO O| Dec 05 07:20:27.685 INFO STEP 485 (remove_files) COMPLETE
57762024-12-05T07:20:28.948Z[ recovery-image] Dec 05 07:20:27.685 INFO O| Dec 05 07:20:27.685 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-05T07:20:28.959Z[ recovery-image] Dec 05 07:20:27.696 INFO O| Dec 05 07:20:27.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57782024-12-05T07:20:28.959Z[ recovery-image] Dec 05 07:20:27.696 INFO O| Dec 05 07:20:27.696 INFO STEP 486 (remove_files) COMPLETE
57792024-12-05T07:20:28.959Z[ recovery-image] Dec 05 07:20:27.696 INFO O| Dec 05 07:20:27.696 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-05T07:20:28.970Z[ recovery-image] Dec 05 07:20:27.707 INFO O| Dec 05 07:20:27.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57812024-12-05T07:20:28.970Z[ recovery-image] Dec 05 07:20:27.707 INFO O| Dec 05 07:20:27.707 INFO STEP 487 (remove_files) COMPLETE
57822024-12-05T07:20:28.973Z[ recovery-image] Dec 05 07:20:27.707 INFO O| Dec 05 07:20:27.707 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-05T07:20:28.980Z[ recovery-image] Dec 05 07:20:27.718 INFO O| Dec 05 07:20:27.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57842024-12-05T07:20:28.980Z[ recovery-image] Dec 05 07:20:27.718 INFO O| Dec 05 07:20:27.718 INFO STEP 488 (remove_files) COMPLETE
57852024-12-05T07:20:28.980Z[ recovery-image] Dec 05 07:20:27.718 INFO O| Dec 05 07:20:27.718 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-05T07:20:28.991Z[ recovery-image] Dec 05 07:20:27.729 INFO O| Dec 05 07:20:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57872024-12-05T07:20:28.991Z[ recovery-image] Dec 05 07:20:27.729 INFO O| Dec 05 07:20:27.729 INFO STEP 489 (remove_files) COMPLETE
57882024-12-05T07:20:28.992Z[ recovery-image] Dec 05 07:20:27.729 INFO O| Dec 05 07:20:27.729 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-05T07:20:29.001Z[ recovery-image] Dec 05 07:20:27.739 INFO O| Dec 05 07:20:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57902024-12-05T07:20:29.001Z[ recovery-image] Dec 05 07:20:27.739 INFO O| Dec 05 07:20:27.739 INFO STEP 490 (remove_files) COMPLETE
57912024-12-05T07:20:29.002Z[ recovery-image] Dec 05 07:20:27.739 INFO O| Dec 05 07:20:27.739 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-05T07:20:29.013Z[ recovery-image] Dec 05 07:20:27.750 INFO O| Dec 05 07:20:27.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57932024-12-05T07:20:29.013Z[ recovery-image] Dec 05 07:20:27.750 INFO O| Dec 05 07:20:27.750 INFO STEP 491 (remove_files) COMPLETE
57942024-12-05T07:20:29.013Z[ recovery-image] Dec 05 07:20:27.750 INFO O| Dec 05 07:20:27.750 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-05T07:20:29.023Z[ recovery-image] Dec 05 07:20:27.761 INFO O| Dec 05 07:20:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57962024-12-05T07:20:29.026Z[ recovery-image] Dec 05 07:20:27.761 INFO O| Dec 05 07:20:27.761 INFO STEP 492 (remove_files) COMPLETE
57972024-12-05T07:20:29.026Z[ recovery-image] Dec 05 07:20:27.761 INFO O| Dec 05 07:20:27.761 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-05T07:20:29.034Z[ recovery-image] Dec 05 07:20:27.771 INFO O| Dec 05 07:20:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57992024-12-05T07:20:29.034Z[ recovery-image] Dec 05 07:20:27.772 INFO O| Dec 05 07:20:27.772 INFO STEP 493 (remove_files) COMPLETE
58002024-12-05T07:20:29.034Z[ recovery-image] Dec 05 07:20:27.772 INFO O| Dec 05 07:20:27.772 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-05T07:20:29.045Z[ recovery-image] Dec 05 07:20:27.782 INFO O| Dec 05 07:20:27.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58022024-12-05T07:20:29.045Z[ recovery-image] Dec 05 07:20:27.782 INFO O| Dec 05 07:20:27.782 INFO STEP 494 (remove_files) COMPLETE
58032024-12-05T07:20:29.048Z[ recovery-image] Dec 05 07:20:27.782 INFO O| Dec 05 07:20:27.782 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-05T07:20:29.055Z[ recovery-image] Dec 05 07:20:27.793 INFO O| Dec 05 07:20:27.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58052024-12-05T07:20:29.055Z[ recovery-image] Dec 05 07:20:27.793 INFO O| Dec 05 07:20:27.793 INFO STEP 495 (remove_files) COMPLETE
58062024-12-05T07:20:29.055Z[ recovery-image] Dec 05 07:20:27.793 INFO O| Dec 05 07:20:27.793 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-05T07:20:29.067Z[ recovery-image] Dec 05 07:20:27.804 INFO O| Dec 05 07:20:27.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58082024-12-05T07:20:29.067Z[ recovery-image] Dec 05 07:20:27.804 INFO O| Dec 05 07:20:27.804 INFO STEP 496 (remove_files) COMPLETE
58092024-12-05T07:20:29.067Z[ recovery-image] Dec 05 07:20:27.804 INFO O| Dec 05 07:20:27.804 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-05T07:20:29.080Z[ recovery-image] Dec 05 07:20:27.817 INFO O| Dec 05 07:20:27.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58112024-12-05T07:20:29.080Z[ recovery-image] Dec 05 07:20:27.817 INFO O| Dec 05 07:20:27.817 INFO STEP 497 (remove_files) COMPLETE
58122024-12-05T07:20:29.080Z[ recovery-image] Dec 05 07:20:27.817 INFO O| Dec 05 07:20:27.817 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-05T07:20:29.092Z[ recovery-image] Dec 05 07:20:27.829 INFO O| Dec 05 07:20:27.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58142024-12-05T07:20:29.092Z[ recovery-image] Dec 05 07:20:27.829 INFO O| Dec 05 07:20:27.829 INFO STEP 498 (remove_files) COMPLETE
58152024-12-05T07:20:29.092Z[ recovery-image] Dec 05 07:20:27.829 INFO O| Dec 05 07:20:27.829 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-05T07:20:29.104Z[ recovery-image] Dec 05 07:20:27.841 INFO O| Dec 05 07:20:27.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58172024-12-05T07:20:29.104Z[ recovery-image] Dec 05 07:20:27.842 INFO O| Dec 05 07:20:27.841 INFO STEP 499 (remove_files) COMPLETE
58182024-12-05T07:20:29.104Z[ recovery-image] Dec 05 07:20:27.842 INFO O| Dec 05 07:20:27.842 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-05T07:20:29.117Z[ recovery-image] Dec 05 07:20:27.855 INFO O| Dec 05 07:20:27.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58202024-12-05T07:20:29.117Z[ recovery-image] Dec 05 07:20:27.855 INFO O| Dec 05 07:20:27.855 INFO STEP 500 (remove_files) COMPLETE
58212024-12-05T07:20:29.120Z[ recovery-image] Dec 05 07:20:27.855 INFO O| Dec 05 07:20:27.855 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-05T07:20:29.130Z[ recovery-image] Dec 05 07:20:27.867 INFO O| Dec 05 07:20:27.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58232024-12-05T07:20:29.130Z[ recovery-image] Dec 05 07:20:27.867 INFO O| Dec 05 07:20:27.867 INFO STEP 501 (remove_files) COMPLETE
58242024-12-05T07:20:29.133Z[ recovery-image] Dec 05 07:20:27.867 INFO O| Dec 05 07:20:27.867 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-05T07:20:29.143Z[ recovery-image] Dec 05 07:20:27.880 INFO O| Dec 05 07:20:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58262024-12-05T07:20:29.143Z[ recovery-image] Dec 05 07:20:27.880 INFO O| Dec 05 07:20:27.880 INFO STEP 502 (remove_files) COMPLETE
58272024-12-05T07:20:29.143Z[ recovery-image] Dec 05 07:20:27.880 INFO O| Dec 05 07:20:27.880 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-05T07:20:29.155Z[ recovery-image] Dec 05 07:20:27.893 INFO O| Dec 05 07:20:27.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58292024-12-05T07:20:29.155Z[ recovery-image] Dec 05 07:20:27.893 INFO O| Dec 05 07:20:27.893 INFO STEP 503 (remove_files) COMPLETE
58302024-12-05T07:20:29.160Z[ recovery-image] Dec 05 07:20:27.893 INFO O| Dec 05 07:20:27.893 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-05T07:20:29.167Z[ recovery-image] Dec 05 07:20:27.904 INFO O| Dec 05 07:20:27.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58322024-12-05T07:20:29.167Z[ recovery-image] Dec 05 07:20:27.904 INFO O| Dec 05 07:20:27.904 INFO STEP 504 (remove_files) COMPLETE
58332024-12-05T07:20:29.167Z[ recovery-image] Dec 05 07:20:27.905 INFO O| Dec 05 07:20:27.904 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-05T07:20:29.179Z[ recovery-image] Dec 05 07:20:27.916 INFO O| Dec 05 07:20:27.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58352024-12-05T07:20:29.179Z[ recovery-image] Dec 05 07:20:27.916 INFO O| Dec 05 07:20:27.916 INFO STEP 505 (remove_files) COMPLETE
58362024-12-05T07:20:29.182Z[ recovery-image] Dec 05 07:20:27.916 INFO O| Dec 05 07:20:27.916 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-05T07:20:29.191Z[ recovery-image] Dec 05 07:20:27.928 INFO O| Dec 05 07:20:27.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58382024-12-05T07:20:29.194Z[ recovery-image] Dec 05 07:20:27.929 INFO O| Dec 05 07:20:27.929 INFO STEP 506 (remove_files) COMPLETE
58392024-12-05T07:20:29.194Z[ recovery-image] Dec 05 07:20:27.929 INFO O| Dec 05 07:20:27.929 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-05T07:20:29.204Z[ recovery-image] Dec 05 07:20:27.942 INFO O| Dec 05 07:20:27.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58412024-12-05T07:20:29.204Z[ recovery-image] Dec 05 07:20:27.942 INFO O| Dec 05 07:20:27.942 INFO STEP 507 (remove_files) COMPLETE
58422024-12-05T07:20:29.204Z[ recovery-image] Dec 05 07:20:27.942 INFO O| Dec 05 07:20:27.942 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-05T07:20:29.219Z[ recovery-image] Dec 05 07:20:27.956 INFO O| Dec 05 07:20:27.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58442024-12-05T07:20:29.219Z[ recovery-image] Dec 05 07:20:27.956 INFO O| Dec 05 07:20:27.956 INFO STEP 508 (remove_files) COMPLETE
58452024-12-05T07:20:29.219Z[ recovery-image] Dec 05 07:20:27.956 INFO O| Dec 05 07:20:27.956 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-05T07:20:29.233Z[ recovery-image] Dec 05 07:20:27.970 INFO O| Dec 05 07:20:27.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58472024-12-05T07:20:29.233Z[ recovery-image] Dec 05 07:20:27.970 INFO O| Dec 05 07:20:27.970 INFO STEP 509 (remove_files) COMPLETE
58482024-12-05T07:20:29.236Z[ recovery-image] Dec 05 07:20:27.970 INFO O| Dec 05 07:20:27.970 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-05T07:20:29.245Z[ recovery-image] Dec 05 07:20:27.982 INFO O| Dec 05 07:20:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58502024-12-05T07:20:29.248Z[ recovery-image] Dec 05 07:20:27.982 INFO O| Dec 05 07:20:27.982 INFO STEP 510 (remove_files) COMPLETE
58512024-12-05T07:20:29.248Z[ recovery-image] Dec 05 07:20:27.982 INFO O| Dec 05 07:20:27.982 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-05T07:20:29.256Z[ recovery-image] Dec 05 07:20:27.994 INFO O| Dec 05 07:20:27.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58532024-12-05T07:20:29.256Z[ recovery-image] Dec 05 07:20:27.994 INFO O| Dec 05 07:20:27.994 INFO STEP 511 (remove_files) COMPLETE
58542024-12-05T07:20:29.257Z[ recovery-image] Dec 05 07:20:27.994 INFO O| Dec 05 07:20:27.994 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-05T07:20:29.269Z[ recovery-image] Dec 05 07:20:28.006 INFO O| Dec 05 07:20:28.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58562024-12-05T07:20:29.269Z[ recovery-image] Dec 05 07:20:28.006 INFO O| Dec 05 07:20:28.006 INFO STEP 512 (remove_files) COMPLETE
58572024-12-05T07:20:29.272Z[ recovery-image] Dec 05 07:20:28.006 INFO O| Dec 05 07:20:28.006 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-05T07:20:29.281Z[ recovery-image] Dec 05 07:20:28.018 INFO O| Dec 05 07:20:28.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58592024-12-05T07:20:29.281Z[ recovery-image] Dec 05 07:20:28.018 INFO O| Dec 05 07:20:28.018 INFO STEP 513 (remove_files) COMPLETE
58602024-12-05T07:20:29.284Z[ recovery-image] Dec 05 07:20:28.018 INFO O| Dec 05 07:20:28.018 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-05T07:20:29.292Z[ recovery-image] Dec 05 07:20:28.029 INFO O| Dec 05 07:20:28.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58622024-12-05T07:20:29.292Z[ recovery-image] Dec 05 07:20:28.029 INFO O| Dec 05 07:20:28.029 INFO STEP 514 (remove_files) COMPLETE
58632024-12-05T07:20:29.292Z[ recovery-image] Dec 05 07:20:28.029 INFO O| Dec 05 07:20:28.029 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-05T07:20:29.303Z[ recovery-image] Dec 05 07:20:28.041 INFO O| Dec 05 07:20:28.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58652024-12-05T07:20:29.303Z[ recovery-image] Dec 05 07:20:28.041 INFO O| Dec 05 07:20:28.041 INFO STEP 515 (remove_files) COMPLETE
58662024-12-05T07:20:29.303Z[ recovery-image] Dec 05 07:20:28.041 INFO O| Dec 05 07:20:28.041 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-05T07:20:29.315Z[ recovery-image] Dec 05 07:20:28.052 INFO O| Dec 05 07:20:28.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58682024-12-05T07:20:29.317Z[ recovery-image] Dec 05 07:20:28.052 INFO O| Dec 05 07:20:28.052 INFO STEP 516 (remove_files) COMPLETE
58692024-12-05T07:20:29.318Z[ recovery-image] Dec 05 07:20:28.052 INFO O| Dec 05 07:20:28.052 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-05T07:20:29.328Z[ recovery-image] Dec 05 07:20:28.064 INFO O| Dec 05 07:20:28.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58712024-12-05T07:20:29.328Z[ recovery-image] Dec 05 07:20:28.064 INFO O| Dec 05 07:20:28.064 INFO STEP 517 (remove_files) COMPLETE
58722024-12-05T07:20:29.335Z[ recovery-image] Dec 05 07:20:28.064 INFO O| Dec 05 07:20:28.064 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-05T07:20:29.338Z[ recovery-image] Dec 05 07:20:28.075 INFO O| Dec 05 07:20:28.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58742024-12-05T07:20:29.338Z[ recovery-image] Dec 05 07:20:28.075 INFO O| Dec 05 07:20:28.075 INFO STEP 518 (remove_files) COMPLETE
58752024-12-05T07:20:29.338Z[ recovery-image] Dec 05 07:20:28.075 INFO O| Dec 05 07:20:28.075 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-05T07:20:29.349Z[ recovery-image] Dec 05 07:20:28.087 INFO O| Dec 05 07:20:28.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58772024-12-05T07:20:29.352Z[ recovery-image] Dec 05 07:20:28.087 INFO O| Dec 05 07:20:28.087 INFO STEP 519 (remove_files) COMPLETE
58782024-12-05T07:20:29.352Z[ recovery-image] Dec 05 07:20:28.087 INFO O| Dec 05 07:20:28.087 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-05T07:20:29.360Z[ recovery-image] Dec 05 07:20:28.098 INFO O| Dec 05 07:20:28.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58802024-12-05T07:20:29.360Z[ recovery-image] Dec 05 07:20:28.098 INFO O| Dec 05 07:20:28.098 INFO STEP 520 (remove_files) COMPLETE
58812024-12-05T07:20:29.360Z[ recovery-image] Dec 05 07:20:28.098 INFO O| Dec 05 07:20:28.098 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-05T07:20:29.373Z[ recovery-image] Dec 05 07:20:28.109 INFO O| Dec 05 07:20:28.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58832024-12-05T07:20:29.373Z[ recovery-image] Dec 05 07:20:28.109 INFO O| Dec 05 07:20:28.109 INFO STEP 521 (remove_files) COMPLETE
58842024-12-05T07:20:29.418Z[ recovery-image] Dec 05 07:20:28.109 INFO O| Dec 05 07:20:28.109 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-05T07:20:29.439Z[ recovery-image] Dec 05 07:20:28.120 INFO O| Dec 05 07:20:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58862024-12-05T07:20:29.439Z[ recovery-image] Dec 05 07:20:28.120 INFO O| Dec 05 07:20:28.120 INFO STEP 522 (remove_files) COMPLETE
58872024-12-05T07:20:29.439Z[ recovery-image] Dec 05 07:20:28.120 INFO O| Dec 05 07:20:28.120 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-05T07:20:29.439Z[ recovery-image] Dec 05 07:20:28.130 INFO O| Dec 05 07:20:28.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58892024-12-05T07:20:29.439Z[ recovery-image] Dec 05 07:20:28.130 INFO O| Dec 05 07:20:28.130 INFO STEP 523 (remove_files) COMPLETE
58902024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.130 INFO O| Dec 05 07:20:28.130 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.143 INFO O| Dec 05 07:20:28.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58922024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.143 INFO O| Dec 05 07:20:28.143 INFO STEP 524 (remove_files) COMPLETE
58932024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.143 INFO O| Dec 05 07:20:28.143 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.156 INFO O| Dec 05 07:20:28.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58952024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.156 INFO O| Dec 05 07:20:28.156 INFO STEP 525 (remove_files) COMPLETE
58962024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.156 INFO O| Dec 05 07:20:28.156 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.168 INFO O| Dec 05 07:20:28.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58982024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.169 INFO O| Dec 05 07:20:28.169 INFO STEP 526 (remove_files) COMPLETE
58992024-12-05T07:20:29.440Z[ recovery-image] Dec 05 07:20:28.169 INFO O| Dec 05 07:20:28.169 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-05T07:20:29.448Z[ recovery-image] Dec 05 07:20:28.181 INFO O| Dec 05 07:20:28.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59012024-12-05T07:20:29.448Z[ recovery-image] Dec 05 07:20:28.181 INFO O| Dec 05 07:20:28.181 INFO STEP 527 (remove_files) COMPLETE
59022024-12-05T07:20:29.448Z[ recovery-image] Dec 05 07:20:28.181 INFO O| Dec 05 07:20:28.181 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-05T07:20:29.469Z[ recovery-image] Dec 05 07:20:28.192 INFO O| Dec 05 07:20:28.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59042024-12-05T07:20:29.469Z[ recovery-image] Dec 05 07:20:28.193 INFO O| Dec 05 07:20:28.192 INFO STEP 528 (remove_files) COMPLETE
59052024-12-05T07:20:29.469Z[ recovery-image] Dec 05 07:20:28.193 INFO O| Dec 05 07:20:28.193 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-05T07:20:29.474Z[ recovery-image] Dec 05 07:20:28.204 INFO O| Dec 05 07:20:28.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59072024-12-05T07:20:29.474Z[ recovery-image] Dec 05 07:20:28.204 INFO O| Dec 05 07:20:28.204 INFO STEP 529 (remove_files) COMPLETE
59082024-12-05T07:20:29.474Z[ recovery-image] Dec 05 07:20:28.204 INFO O| Dec 05 07:20:28.204 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-05T07:20:29.478Z[ recovery-image] Dec 05 07:20:28.215 INFO O| Dec 05 07:20:28.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59102024-12-05T07:20:29.478Z[ recovery-image] Dec 05 07:20:28.215 INFO O| Dec 05 07:20:28.215 INFO STEP 530 (remove_files) COMPLETE
59112024-12-05T07:20:29.478Z[ recovery-image] Dec 05 07:20:28.215 INFO O| Dec 05 07:20:28.215 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-05T07:20:29.489Z[ recovery-image] Dec 05 07:20:28.226 INFO O| Dec 05 07:20:28.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59132024-12-05T07:20:29.489Z[ recovery-image] Dec 05 07:20:28.226 INFO O| Dec 05 07:20:28.226 INFO STEP 531 (remove_files) COMPLETE
59142024-12-05T07:20:29.489Z[ recovery-image] Dec 05 07:20:28.226 INFO O| Dec 05 07:20:28.226 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-05T07:20:29.500Z[ recovery-image] Dec 05 07:20:28.237 INFO O| Dec 05 07:20:28.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59162024-12-05T07:20:29.500Z[ recovery-image] Dec 05 07:20:28.237 INFO O| Dec 05 07:20:28.237 INFO STEP 532 (remove_files) COMPLETE
59172024-12-05T07:20:29.503Z[ recovery-image] Dec 05 07:20:28.237 INFO O| Dec 05 07:20:28.237 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-05T07:20:29.512Z[ recovery-image] Dec 05 07:20:28.248 INFO O| Dec 05 07:20:28.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59192024-12-05T07:20:29.512Z[ recovery-image] Dec 05 07:20:28.249 INFO O| Dec 05 07:20:28.249 INFO STEP 533 (remove_files) COMPLETE
59202024-12-05T07:20:29.512Z[ recovery-image] Dec 05 07:20:28.249 INFO O| Dec 05 07:20:28.249 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-05T07:20:29.523Z[ recovery-image] Dec 05 07:20:28.260 INFO O| Dec 05 07:20:28.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59222024-12-05T07:20:29.531Z[ recovery-image] Dec 05 07:20:28.260 INFO O| Dec 05 07:20:28.260 INFO STEP 534 (remove_files) COMPLETE
59232024-12-05T07:20:29.531Z[ recovery-image] Dec 05 07:20:28.261 INFO O| Dec 05 07:20:28.260 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-05T07:20:29.539Z[ recovery-image] Dec 05 07:20:28.272 INFO O| Dec 05 07:20:28.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59252024-12-05T07:20:29.539Z[ recovery-image] Dec 05 07:20:28.272 INFO O| Dec 05 07:20:28.272 INFO STEP 535 (remove_files) COMPLETE
59262024-12-05T07:20:29.539Z[ recovery-image] Dec 05 07:20:28.272 INFO O| Dec 05 07:20:28.272 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-05T07:20:29.547Z[ recovery-image] Dec 05 07:20:28.285 INFO O| Dec 05 07:20:28.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59282024-12-05T07:20:29.547Z[ recovery-image] Dec 05 07:20:28.285 INFO O| Dec 05 07:20:28.285 INFO STEP 536 (remove_files) COMPLETE
59292024-12-05T07:20:29.547Z[ recovery-image] Dec 05 07:20:28.285 INFO O| Dec 05 07:20:28.285 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-05T07:20:29.561Z[ recovery-image] Dec 05 07:20:28.298 INFO O| Dec 05 07:20:28.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59312024-12-05T07:20:29.561Z[ recovery-image] Dec 05 07:20:28.298 INFO O| Dec 05 07:20:28.298 INFO STEP 537 (remove_files) COMPLETE
59322024-12-05T07:20:29.564Z[ recovery-image] Dec 05 07:20:28.298 INFO O| Dec 05 07:20:28.298 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-05T07:20:29.575Z[ recovery-image] Dec 05 07:20:28.311 INFO O| Dec 05 07:20:28.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59342024-12-05T07:20:29.575Z[ recovery-image] Dec 05 07:20:28.311 INFO O| Dec 05 07:20:28.311 INFO STEP 538 (remove_files) COMPLETE
59352024-12-05T07:20:29.579Z[ recovery-image] Dec 05 07:20:28.311 INFO O| Dec 05 07:20:28.311 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-05T07:20:29.609Z[ recovery-image] Dec 05 07:20:28.344 INFO O| Dec 05 07:20:28.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59372024-12-05T07:20:29.609Z[ recovery-image] Dec 05 07:20:28.344 INFO O| Dec 05 07:20:28.334 INFO STEP 539 (remove_files) COMPLETE
59382024-12-05T07:20:29.611Z[ recovery-image] Dec 05 07:20:28.344 INFO O| Dec 05 07:20:28.334 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-05T07:20:29.619Z[ recovery-image] Dec 05 07:20:28.354 INFO O| Dec 05 07:20:28.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59402024-12-05T07:20:29.619Z[ recovery-image] Dec 05 07:20:28.354 INFO O| Dec 05 07:20:28.354 INFO STEP 540 (remove_files) COMPLETE
59412024-12-05T07:20:29.619Z[ recovery-image] Dec 05 07:20:28.354 INFO O| Dec 05 07:20:28.354 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-05T07:20:29.641Z[ recovery-image] Dec 05 07:20:28.377 INFO O| Dec 05 07:20:28.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59432024-12-05T07:20:29.641Z[ recovery-image] Dec 05 07:20:28.377 INFO O| Dec 05 07:20:28.377 INFO STEP 541 (remove_files) COMPLETE
59442024-12-05T07:20:29.641Z[ recovery-image] Dec 05 07:20:28.377 INFO O| Dec 05 07:20:28.377 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-05T07:20:29.656Z[ recovery-image] Dec 05 07:20:28.393 INFO O| Dec 05 07:20:28.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59462024-12-05T07:20:29.656Z[ recovery-image] Dec 05 07:20:28.393 INFO O| Dec 05 07:20:28.393 INFO STEP 542 (remove_files) COMPLETE
59472024-12-05T07:20:29.656Z[ recovery-image] Dec 05 07:20:28.393 INFO O| Dec 05 07:20:28.393 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-05T07:20:29.667Z[ recovery-image] Dec 05 07:20:28.405 INFO O| Dec 05 07:20:28.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59492024-12-05T07:20:29.668Z[ recovery-image] Dec 05 07:20:28.405 INFO O| Dec 05 07:20:28.405 INFO STEP 543 (remove_files) COMPLETE
59502024-12-05T07:20:29.671Z[ recovery-image] Dec 05 07:20:28.405 INFO O| Dec 05 07:20:28.405 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-05T07:20:29.681Z[ recovery-image] Dec 05 07:20:28.418 INFO O| Dec 05 07:20:28.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59522024-12-05T07:20:29.681Z[ recovery-image] Dec 05 07:20:28.418 INFO O| Dec 05 07:20:28.418 INFO STEP 544 (remove_files) COMPLETE
59532024-12-05T07:20:29.686Z[ recovery-image] Dec 05 07:20:28.418 INFO O| Dec 05 07:20:28.418 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-05T07:20:29.693Z[ recovery-image] Dec 05 07:20:28.430 INFO O| Dec 05 07:20:28.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59552024-12-05T07:20:29.696Z[ recovery-image] Dec 05 07:20:28.430 INFO O| Dec 05 07:20:28.430 INFO STEP 545 (remove_files) COMPLETE
59562024-12-05T07:20:29.696Z[ recovery-image] Dec 05 07:20:28.430 INFO O| Dec 05 07:20:28.430 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-05T07:20:29.707Z[ recovery-image] Dec 05 07:20:28.444 INFO O| Dec 05 07:20:28.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59582024-12-05T07:20:29.707Z[ recovery-image] Dec 05 07:20:28.444 INFO O| Dec 05 07:20:28.444 INFO STEP 546 (remove_files) COMPLETE
59592024-12-05T07:20:29.710Z[ recovery-image] Dec 05 07:20:28.444 INFO O| Dec 05 07:20:28.444 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-05T07:20:29.722Z[ recovery-image] Dec 05 07:20:28.459 INFO O| Dec 05 07:20:28.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59612024-12-05T07:20:29.722Z[ recovery-image] Dec 05 07:20:28.459 INFO O| Dec 05 07:20:28.459 INFO STEP 547 (remove_files) COMPLETE
59622024-12-05T07:20:29.722Z[ recovery-image] Dec 05 07:20:28.459 INFO O| Dec 05 07:20:28.459 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-05T07:20:29.736Z[ recovery-image] Dec 05 07:20:28.473 INFO O| Dec 05 07:20:28.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59642024-12-05T07:20:29.736Z[ recovery-image] Dec 05 07:20:28.473 INFO O| Dec 05 07:20:28.473 INFO STEP 548 (remove_files) COMPLETE
59652024-12-05T07:20:29.739Z[ recovery-image] Dec 05 07:20:28.473 INFO O| Dec 05 07:20:28.473 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-05T07:20:29.752Z[ recovery-image] Dec 05 07:20:28.489 INFO O| Dec 05 07:20:28.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59672024-12-05T07:20:29.752Z[ recovery-image] Dec 05 07:20:28.489 INFO O| Dec 05 07:20:28.489 INFO STEP 549 (remove_files) COMPLETE
59682024-12-05T07:20:29.752Z[ recovery-image] Dec 05 07:20:28.489 INFO O| Dec 05 07:20:28.489 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-05T07:20:29.766Z[ recovery-image] Dec 05 07:20:28.503 INFO O| Dec 05 07:20:28.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59702024-12-05T07:20:29.766Z[ recovery-image] Dec 05 07:20:28.503 INFO O| Dec 05 07:20:28.503 INFO STEP 550 (remove_files) COMPLETE
59712024-12-05T07:20:29.766Z[ recovery-image] Dec 05 07:20:28.503 INFO O| Dec 05 07:20:28.503 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-05T07:20:29.778Z[ recovery-image] Dec 05 07:20:28.515 INFO O| Dec 05 07:20:28.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59732024-12-05T07:20:29.781Z[ recovery-image] Dec 05 07:20:28.515 INFO O| Dec 05 07:20:28.515 INFO STEP 551 (remove_files) COMPLETE
59742024-12-05T07:20:29.781Z[ recovery-image] Dec 05 07:20:28.515 INFO O| Dec 05 07:20:28.515 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-05T07:20:29.792Z[ recovery-image] Dec 05 07:20:28.529 INFO O| Dec 05 07:20:28.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59762024-12-05T07:20:29.792Z[ recovery-image] Dec 05 07:20:28.529 INFO O| Dec 05 07:20:28.529 INFO STEP 552 (remove_files) COMPLETE
59772024-12-05T07:20:29.795Z[ recovery-image] Dec 05 07:20:28.529 INFO O| Dec 05 07:20:28.529 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-05T07:20:29.809Z[ recovery-image] Dec 05 07:20:28.546 INFO O| Dec 05 07:20:28.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59792024-12-05T07:20:29.809Z[ recovery-image] Dec 05 07:20:28.546 INFO O| Dec 05 07:20:28.546 INFO STEP 553 (remove_files) COMPLETE
59802024-12-05T07:20:29.812Z[ recovery-image] Dec 05 07:20:28.546 INFO O| Dec 05 07:20:28.546 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-05T07:20:29.826Z[ recovery-image] Dec 05 07:20:28.563 INFO O| Dec 05 07:20:28.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59822024-12-05T07:20:29.829Z[ recovery-image] Dec 05 07:20:28.564 INFO O| Dec 05 07:20:28.564 INFO STEP 554 (remove_files) COMPLETE
59832024-12-05T07:20:29.829Z[ recovery-image] Dec 05 07:20:28.564 INFO O| Dec 05 07:20:28.564 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-05T07:20:29.842Z[ recovery-image] Dec 05 07:20:28.579 INFO O| Dec 05 07:20:28.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59852024-12-05T07:20:29.845Z[ recovery-image] Dec 05 07:20:28.579 INFO O| Dec 05 07:20:28.579 INFO STEP 555 (remove_files) COMPLETE
59862024-12-05T07:20:29.845Z[ recovery-image] Dec 05 07:20:28.579 INFO O| Dec 05 07:20:28.579 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-05T07:20:29.856Z[ recovery-image] Dec 05 07:20:28.593 INFO O| Dec 05 07:20:28.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59882024-12-05T07:20:29.856Z[ recovery-image] Dec 05 07:20:28.593 INFO O| Dec 05 07:20:28.593 INFO STEP 556 (remove_files) COMPLETE
59892024-12-05T07:20:29.860Z[ recovery-image] Dec 05 07:20:28.594 INFO O| Dec 05 07:20:28.593 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-05T07:20:29.870Z[ recovery-image] Dec 05 07:20:28.607 INFO O| Dec 05 07:20:28.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59912024-12-05T07:20:29.870Z[ recovery-image] Dec 05 07:20:28.607 INFO O| Dec 05 07:20:28.607 INFO STEP 557 (remove_files) COMPLETE
59922024-12-05T07:20:29.873Z[ recovery-image] Dec 05 07:20:28.607 INFO O| Dec 05 07:20:28.607 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-05T07:20:29.883Z[ recovery-image] Dec 05 07:20:28.620 INFO O| Dec 05 07:20:28.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59942024-12-05T07:20:29.886Z[ recovery-image] Dec 05 07:20:28.620 INFO O| Dec 05 07:20:28.620 INFO STEP 558 (remove_files) COMPLETE
59952024-12-05T07:20:29.886Z[ recovery-image] Dec 05 07:20:28.620 INFO O| Dec 05 07:20:28.620 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-05T07:20:29.896Z[ recovery-image] Dec 05 07:20:28.633 INFO O| Dec 05 07:20:28.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59972024-12-05T07:20:29.899Z[ recovery-image] Dec 05 07:20:28.633 INFO O| Dec 05 07:20:28.633 INFO STEP 559 (remove_files) COMPLETE
59982024-12-05T07:20:29.900Z[ recovery-image] Dec 05 07:20:28.633 INFO O| Dec 05 07:20:28.633 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-05T07:20:29.909Z[ recovery-image] Dec 05 07:20:28.646 INFO O| Dec 05 07:20:28.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60002024-12-05T07:20:29.909Z[ recovery-image] Dec 05 07:20:28.646 INFO O| Dec 05 07:20:28.646 INFO STEP 560 (remove_files) COMPLETE
60012024-12-05T07:20:29.909Z[ recovery-image] Dec 05 07:20:28.646 INFO O| Dec 05 07:20:28.646 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-05T07:20:29.922Z[ recovery-image] Dec 05 07:20:28.659 INFO O| Dec 05 07:20:28.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60032024-12-05T07:20:29.922Z[ recovery-image] Dec 05 07:20:28.659 INFO O| Dec 05 07:20:28.659 INFO STEP 561 (remove_files) COMPLETE
60042024-12-05T07:20:29.926Z[ recovery-image] Dec 05 07:20:28.659 INFO O| Dec 05 07:20:28.659 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-05T07:20:29.935Z[ recovery-image] Dec 05 07:20:28.672 INFO O| Dec 05 07:20:28.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60062024-12-05T07:20:29.935Z[ recovery-image] Dec 05 07:20:28.672 INFO O| Dec 05 07:20:28.672 INFO STEP 562 (remove_files) COMPLETE
60072024-12-05T07:20:29.938Z[ recovery-image] Dec 05 07:20:28.672 INFO O| Dec 05 07:20:28.672 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-05T07:20:29.946Z[ recovery-image] Dec 05 07:20:28.683 INFO O| Dec 05 07:20:28.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60092024-12-05T07:20:29.946Z[ recovery-image] Dec 05 07:20:28.683 INFO O| Dec 05 07:20:28.683 INFO STEP 563 (remove_files) COMPLETE
60102024-12-05T07:20:29.949Z[ recovery-image] Dec 05 07:20:28.683 INFO O| Dec 05 07:20:28.683 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-05T07:20:29.958Z[ recovery-image] Dec 05 07:20:28.695 INFO O| Dec 05 07:20:28.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60122024-12-05T07:20:29.958Z[ recovery-image] Dec 05 07:20:28.695 INFO O| Dec 05 07:20:28.695 INFO STEP 564 (remove_files) COMPLETE
60132024-12-05T07:20:29.958Z[ recovery-image] Dec 05 07:20:28.695 INFO O| Dec 05 07:20:28.695 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-05T07:20:29.969Z[ recovery-image] Dec 05 07:20:28.706 INFO O| Dec 05 07:20:28.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60152024-12-05T07:20:29.972Z[ recovery-image] Dec 05 07:20:28.706 INFO O| Dec 05 07:20:28.706 INFO STEP 565 (remove_files) COMPLETE
60162024-12-05T07:20:29.972Z[ recovery-image] Dec 05 07:20:28.706 INFO O| Dec 05 07:20:28.706 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-05T07:20:29.980Z[ recovery-image] Dec 05 07:20:28.718 INFO O| Dec 05 07:20:28.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60182024-12-05T07:20:29.981Z[ recovery-image] Dec 05 07:20:28.718 INFO O| Dec 05 07:20:28.718 INFO STEP 566 (remove_files) COMPLETE
60192024-12-05T07:20:29.981Z[ recovery-image] Dec 05 07:20:28.718 INFO O| Dec 05 07:20:28.718 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-05T07:20:29.992Z[ recovery-image] Dec 05 07:20:28.729 INFO O| Dec 05 07:20:28.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60212024-12-05T07:20:29.992Z[ recovery-image] Dec 05 07:20:28.729 INFO O| Dec 05 07:20:28.729 INFO STEP 567 (remove_files) COMPLETE
60222024-12-05T07:20:29.995Z[ recovery-image] Dec 05 07:20:28.729 INFO O| Dec 05 07:20:28.729 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-05T07:20:30.004Z[ recovery-image] Dec 05 07:20:28.741 INFO O| Dec 05 07:20:28.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60242024-12-05T07:20:30.007Z[ recovery-image] Dec 05 07:20:28.742 INFO O| Dec 05 07:20:28.742 INFO STEP 568 (remove_files) COMPLETE
60252024-12-05T07:20:30.007Z[ recovery-image] Dec 05 07:20:28.742 INFO O| Dec 05 07:20:28.742 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-05T07:20:30.016Z[ recovery-image] Dec 05 07:20:28.753 INFO O| Dec 05 07:20:28.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60272024-12-05T07:20:30.016Z[ recovery-image] Dec 05 07:20:28.753 INFO O| Dec 05 07:20:28.753 INFO STEP 569 (remove_files) COMPLETE
60282024-12-05T07:20:30.016Z[ recovery-image] Dec 05 07:20:28.753 INFO O| Dec 05 07:20:28.753 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-05T07:20:30.027Z[ recovery-image] Dec 05 07:20:28.765 INFO O| Dec 05 07:20:28.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60302024-12-05T07:20:30.027Z[ recovery-image] Dec 05 07:20:28.765 INFO O| Dec 05 07:20:28.765 INFO STEP 570 (remove_files) COMPLETE
60312024-12-05T07:20:30.031Z[ recovery-image] Dec 05 07:20:28.765 INFO O| Dec 05 07:20:28.765 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-05T07:20:30.039Z[ recovery-image] Dec 05 07:20:28.777 INFO O| Dec 05 07:20:28.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60332024-12-05T07:20:30.039Z[ recovery-image] Dec 05 07:20:28.777 INFO O| Dec 05 07:20:28.777 INFO STEP 571 (remove_files) COMPLETE
60342024-12-05T07:20:30.039Z[ recovery-image] Dec 05 07:20:28.777 INFO O| Dec 05 07:20:28.777 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-05T07:20:30.052Z[ recovery-image] Dec 05 07:20:28.789 INFO O| Dec 05 07:20:28.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60362024-12-05T07:20:30.052Z[ recovery-image] Dec 05 07:20:28.789 INFO O| Dec 05 07:20:28.789 INFO STEP 572 (remove_files) COMPLETE
60372024-12-05T07:20:30.052Z[ recovery-image] Dec 05 07:20:28.789 INFO O| Dec 05 07:20:28.789 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-05T07:20:30.065Z[ recovery-image] Dec 05 07:20:28.802 INFO O| Dec 05 07:20:28.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60392024-12-05T07:20:30.065Z[ recovery-image] Dec 05 07:20:28.802 INFO O| Dec 05 07:20:28.802 INFO STEP 573 (remove_files) COMPLETE
60402024-12-05T07:20:30.065Z[ recovery-image] Dec 05 07:20:28.802 INFO O| Dec 05 07:20:28.802 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-05T07:20:30.077Z[ recovery-image] Dec 05 07:20:28.814 INFO O| Dec 05 07:20:28.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60422024-12-05T07:20:30.077Z[ recovery-image] Dec 05 07:20:28.814 INFO O| Dec 05 07:20:28.814 INFO STEP 574 (remove_files) COMPLETE
60432024-12-05T07:20:30.077Z[ recovery-image] Dec 05 07:20:28.814 INFO O| Dec 05 07:20:28.814 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-05T07:20:30.089Z[ recovery-image] Dec 05 07:20:28.827 INFO O| Dec 05 07:20:28.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60452024-12-05T07:20:30.089Z[ recovery-image] Dec 05 07:20:28.827 INFO O| Dec 05 07:20:28.827 INFO STEP 575 (remove_files) COMPLETE
60462024-12-05T07:20:30.089Z[ recovery-image] Dec 05 07:20:28.827 INFO O| Dec 05 07:20:28.827 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-05T07:20:30.102Z[ recovery-image] Dec 05 07:20:28.839 INFO O| Dec 05 07:20:28.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60482024-12-05T07:20:30.102Z[ recovery-image] Dec 05 07:20:28.839 INFO O| Dec 05 07:20:28.839 INFO STEP 576 (remove_files) COMPLETE
60492024-12-05T07:20:30.105Z[ recovery-image] Dec 05 07:20:28.839 INFO O| Dec 05 07:20:28.839 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-05T07:20:30.114Z[ recovery-image] Dec 05 07:20:28.851 INFO O| Dec 05 07:20:28.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60512024-12-05T07:20:30.114Z[ recovery-image] Dec 05 07:20:28.851 INFO O| Dec 05 07:20:28.851 INFO STEP 577 (remove_files) COMPLETE
60522024-12-05T07:20:30.117Z[ recovery-image] Dec 05 07:20:28.851 INFO O| Dec 05 07:20:28.851 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-05T07:20:30.125Z[ recovery-image] Dec 05 07:20:28.862 INFO O| Dec 05 07:20:28.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60542024-12-05T07:20:30.125Z[ recovery-image] Dec 05 07:20:28.862 INFO O| Dec 05 07:20:28.862 INFO STEP 578 (remove_files) COMPLETE
60552024-12-05T07:20:30.128Z[ recovery-image] Dec 05 07:20:28.862 INFO O| Dec 05 07:20:28.862 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-05T07:20:30.128Z[ host-image] Dec 05 07:20:28.866 INFO O| Dec 05 07:20:28.866 INFO O| Done
60572024-12-05T07:20:30.138Z[ recovery-image] Dec 05 07:20:28.875 INFO O| Dec 05 07:20:28.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60582024-12-05T07:20:30.138Z[ recovery-image] Dec 05 07:20:28.875 INFO O| Dec 05 07:20:28.875 INFO STEP 579 (remove_files) COMPLETE
60592024-12-05T07:20:30.138Z[ recovery-image] Dec 05 07:20:28.875 INFO O| Dec 05 07:20:28.875 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-05T07:20:30.151Z[ recovery-image] Dec 05 07:20:28.888 INFO O| Dec 05 07:20:28.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60612024-12-05T07:20:30.151Z[ recovery-image] Dec 05 07:20:28.888 INFO O| Dec 05 07:20:28.888 INFO STEP 580 (remove_files) COMPLETE
60622024-12-05T07:20:30.151Z[ recovery-image] Dec 05 07:20:28.888 INFO O| Dec 05 07:20:28.888 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-05T07:20:30.160Z[ host-image] Dec 05 07:20:28.897 INFO O| Dec 05 07:20:28.897 INFO O| Done
60642024-12-05T07:20:30.160Z[ host-image] Dec 05 07:20:28.897 INFO O| Dec 05 07:20:28.897 INFO O| Done
60652024-12-05T07:20:30.163Z[ recovery-image] Dec 05 07:20:28.900 INFO O| Dec 05 07:20:28.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60662024-12-05T07:20:30.164Z[ recovery-image] Dec 05 07:20:28.900 INFO O| Dec 05 07:20:28.900 INFO STEP 581 (remove_files) COMPLETE
60672024-12-05T07:20:30.164Z[ recovery-image] Dec 05 07:20:28.900 INFO O| Dec 05 07:20:28.900 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-05T07:20:30.176Z[ recovery-image] Dec 05 07:20:28.913 INFO O| Dec 05 07:20:28.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60692024-12-05T07:20:30.179Z[ recovery-image] Dec 05 07:20:28.913 INFO O| Dec 05 07:20:28.913 INFO STEP 582 (remove_files) COMPLETE
60702024-12-05T07:20:30.179Z[ recovery-image] Dec 05 07:20:28.913 INFO O| Dec 05 07:20:28.913 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-05T07:20:30.189Z[ recovery-image] Dec 05 07:20:28.926 INFO O| Dec 05 07:20:28.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60722024-12-05T07:20:30.189Z[ recovery-image] Dec 05 07:20:28.926 INFO O| Dec 05 07:20:28.926 INFO STEP 583 (remove_files) COMPLETE
60732024-12-05T07:20:30.189Z[ recovery-image] Dec 05 07:20:28.926 INFO O| Dec 05 07:20:28.926 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-05T07:20:30.201Z[ recovery-image] Dec 05 07:20:28.938 INFO O| Dec 05 07:20:28.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60752024-12-05T07:20:30.201Z[ recovery-image] Dec 05 07:20:28.938 INFO O| Dec 05 07:20:28.938 INFO STEP 584 (remove_files) COMPLETE
60762024-12-05T07:20:30.201Z[ recovery-image] Dec 05 07:20:28.938 INFO O| Dec 05 07:20:28.938 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-05T07:20:30.204Z[ host-image] Dec 05 07:20:28.939 INFO O| Dec 05 07:20:28.939 INFO O| Done
60782024-12-05T07:20:30.215Z[ recovery-image] Dec 05 07:20:28.952 INFO O| Dec 05 07:20:28.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60792024-12-05T07:20:30.215Z[ recovery-image] Dec 05 07:20:28.952 INFO O| Dec 05 07:20:28.952 INFO STEP 585 (remove_files) COMPLETE
60802024-12-05T07:20:30.219Z[ recovery-image] Dec 05 07:20:28.952 INFO O| Dec 05 07:20:28.952 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-05T07:20:30.228Z[ recovery-image] Dec 05 07:20:28.965 INFO O| Dec 05 07:20:28.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60822024-12-05T07:20:30.228Z[ recovery-image] Dec 05 07:20:28.966 INFO O| Dec 05 07:20:28.966 INFO STEP 586 (remove_files) COMPLETE
60832024-12-05T07:20:30.232Z[ recovery-image] Dec 05 07:20:28.966 INFO O| Dec 05 07:20:28.966 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-05T07:20:30.242Z[ recovery-image] Dec 05 07:20:28.979 INFO O| Dec 05 07:20:28.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60852024-12-05T07:20:30.242Z[ recovery-image] Dec 05 07:20:28.979 INFO O| Dec 05 07:20:28.979 INFO STEP 587 (remove_files) COMPLETE
60862024-12-05T07:20:30.245Z[ recovery-image] Dec 05 07:20:28.979 INFO O| Dec 05 07:20:28.979 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-05T07:20:30.254Z[ recovery-image] Dec 05 07:20:28.991 INFO O| Dec 05 07:20:28.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60882024-12-05T07:20:30.254Z[ recovery-image] Dec 05 07:20:28.991 INFO O| Dec 05 07:20:28.991 INFO STEP 588 (remove_files) COMPLETE
60892024-12-05T07:20:30.254Z[ recovery-image] Dec 05 07:20:28.991 INFO O| Dec 05 07:20:28.991 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-05T07:20:30.266Z[ recovery-image] Dec 05 07:20:29.003 INFO O| Dec 05 07:20:29.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60912024-12-05T07:20:30.266Z[ recovery-image] Dec 05 07:20:29.003 INFO O| Dec 05 07:20:29.003 INFO STEP 589 (remove_files) COMPLETE
60922024-12-05T07:20:30.266Z[ recovery-image] Dec 05 07:20:29.003 INFO O| Dec 05 07:20:29.003 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-05T07:20:30.279Z[ recovery-image] Dec 05 07:20:29.016 INFO O| Dec 05 07:20:29.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60942024-12-05T07:20:30.283Z[ recovery-image] Dec 05 07:20:29.016 INFO O| Dec 05 07:20:29.016 INFO STEP 590 (remove_files) COMPLETE
60952024-12-05T07:20:30.283Z[ recovery-image] Dec 05 07:20:29.016 INFO O| Dec 05 07:20:29.016 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-05T07:20:30.290Z[ recovery-image] Dec 05 07:20:29.028 INFO O| Dec 05 07:20:29.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60972024-12-05T07:20:30.290Z[ recovery-image] Dec 05 07:20:29.028 INFO O| Dec 05 07:20:29.028 INFO STEP 591 (remove_files) COMPLETE
60982024-12-05T07:20:30.293Z[ recovery-image] Dec 05 07:20:29.028 INFO O| Dec 05 07:20:29.028 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-05T07:20:30.302Z[ recovery-image] Dec 05 07:20:29.039 INFO O| Dec 05 07:20:29.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61002024-12-05T07:20:30.302Z[ recovery-image] Dec 05 07:20:29.039 INFO O| Dec 05 07:20:29.039 INFO STEP 592 (remove_files) COMPLETE
61012024-12-05T07:20:30.305Z[ recovery-image] Dec 05 07:20:29.039 INFO O| Dec 05 07:20:29.039 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-05T07:20:30.313Z[ recovery-image] Dec 05 07:20:29.050 INFO O| Dec 05 07:20:29.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61032024-12-05T07:20:30.313Z[ recovery-image] Dec 05 07:20:29.050 INFO O| Dec 05 07:20:29.050 INFO STEP 593 (remove_files) COMPLETE
61042024-12-05T07:20:30.313Z[ recovery-image] Dec 05 07:20:29.050 INFO O| Dec 05 07:20:29.050 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-05T07:20:30.325Z[ recovery-image] Dec 05 07:20:29.062 INFO O| Dec 05 07:20:29.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61062024-12-05T07:20:30.325Z[ recovery-image] Dec 05 07:20:29.062 INFO O| Dec 05 07:20:29.062 INFO STEP 594 (remove_files) COMPLETE
61072024-12-05T07:20:30.325Z[ recovery-image] Dec 05 07:20:29.062 INFO O| Dec 05 07:20:29.062 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-05T07:20:30.330Z[ host-image] Dec 05 07:20:29.067 INFO O| Dec 05 07:20:29.067 INFO STEP 13 (pkg_install) COMPLETE
61092024-12-05T07:20:30.330Z[ host-image] Dec 05 07:20:29.067 INFO O| Dec 05 07:20:29.067 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61102024-12-05T07:20:30.335Z[ recovery-image] Dec 05 07:20:29.073 INFO O| Dec 05 07:20:29.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61112024-12-05T07:20:30.336Z[ recovery-image] Dec 05 07:20:29.073 INFO O| Dec 05 07:20:29.073 INFO STEP 595 (remove_files) COMPLETE
61122024-12-05T07:20:30.339Z[ recovery-image] Dec 05 07:20:29.073 INFO O| Dec 05 07:20:29.073 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-05T07:20:30.342Z[ host-image] Dec 05 07:20:29.079 INFO O| Dec 05 07:20:29.078 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
61142024-12-05T07:20:30.347Z[ recovery-image] Dec 05 07:20:29.084 INFO O| Dec 05 07:20:29.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61152024-12-05T07:20:30.349Z[ recovery-image] Dec 05 07:20:29.084 INFO O| Dec 05 07:20:29.084 INFO STEP 596 (remove_files) COMPLETE
61162024-12-05T07:20:30.350Z[ recovery-image] Dec 05 07:20:29.084 INFO O| Dec 05 07:20:29.084 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-05T07:20:30.358Z[ recovery-image] Dec 05 07:20:29.095 INFO O| Dec 05 07:20:29.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61182024-12-05T07:20:30.358Z[ recovery-image] Dec 05 07:20:29.095 INFO O| Dec 05 07:20:29.095 INFO STEP 597 (remove_files) COMPLETE
61192024-12-05T07:20:30.361Z[ recovery-image] Dec 05 07:20:29.095 INFO O| Dec 05 07:20:29.095 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-05T07:20:30.369Z[ recovery-image] Dec 05 07:20:29.106 INFO O| Dec 05 07:20:29.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61212024-12-05T07:20:30.373Z[ recovery-image] Dec 05 07:20:29.106 INFO O| Dec 05 07:20:29.106 INFO STEP 598 (remove_files) COMPLETE
61222024-12-05T07:20:30.373Z[ recovery-image] Dec 05 07:20:29.106 INFO O| Dec 05 07:20:29.106 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-05T07:20:30.380Z[ recovery-image] Dec 05 07:20:29.117 INFO O| Dec 05 07:20:29.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61242024-12-05T07:20:30.380Z[ recovery-image] Dec 05 07:20:29.117 INFO O| Dec 05 07:20:29.117 INFO STEP 599 (remove_files) COMPLETE
61252024-12-05T07:20:30.383Z[ recovery-image] Dec 05 07:20:29.117 INFO O| Dec 05 07:20:29.117 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-05T07:20:30.392Z[ recovery-image] Dec 05 07:20:29.129 INFO O| Dec 05 07:20:29.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61272024-12-05T07:20:30.392Z[ recovery-image] Dec 05 07:20:29.129 INFO O| Dec 05 07:20:29.129 INFO STEP 600 (remove_files) COMPLETE
61282024-12-05T07:20:30.395Z[ recovery-image] Dec 05 07:20:29.129 INFO O| Dec 05 07:20:29.129 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-05T07:20:30.403Z[ recovery-image] Dec 05 07:20:29.140 INFO O| Dec 05 07:20:29.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61302024-12-05T07:20:30.403Z[ recovery-image] Dec 05 07:20:29.140 INFO O| Dec 05 07:20:29.140 INFO STEP 601 (remove_files) COMPLETE
61312024-12-05T07:20:30.403Z[ recovery-image] Dec 05 07:20:29.140 INFO O| Dec 05 07:20:29.140 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-05T07:20:30.414Z[ recovery-image] Dec 05 07:20:29.151 INFO O| Dec 05 07:20:29.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61332024-12-05T07:20:30.414Z[ recovery-image] Dec 05 07:20:29.151 INFO O| Dec 05 07:20:29.151 INFO STEP 602 (remove_files) COMPLETE
61342024-12-05T07:20:30.417Z[ recovery-image] Dec 05 07:20:29.151 INFO O| Dec 05 07:20:29.151 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-05T07:20:30.425Z[ recovery-image] Dec 05 07:20:29.162 INFO O| Dec 05 07:20:29.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61362024-12-05T07:20:30.425Z[ recovery-image] Dec 05 07:20:29.162 INFO O| Dec 05 07:20:29.162 INFO STEP 603 (remove_files) COMPLETE
61372024-12-05T07:20:30.429Z[ recovery-image] Dec 05 07:20:29.162 INFO O| Dec 05 07:20:29.162 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-05T07:20:30.436Z[ recovery-image] Dec 05 07:20:29.173 INFO O| Dec 05 07:20:29.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61392024-12-05T07:20:30.436Z[ recovery-image] Dec 05 07:20:29.173 INFO O| Dec 05 07:20:29.173 INFO STEP 604 (remove_files) COMPLETE
61402024-12-05T07:20:30.439Z[ recovery-image] Dec 05 07:20:29.173 INFO O| Dec 05 07:20:29.173 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-05T07:20:30.447Z[ recovery-image] Dec 05 07:20:29.184 INFO O| Dec 05 07:20:29.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61422024-12-05T07:20:30.447Z[ recovery-image] Dec 05 07:20:29.184 INFO O| Dec 05 07:20:29.184 INFO STEP 605 (remove_files) COMPLETE
61432024-12-05T07:20:30.448Z[ recovery-image] Dec 05 07:20:29.184 INFO O| Dec 05 07:20:29.184 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-05T07:20:30.457Z[ recovery-image] Dec 05 07:20:29.194 INFO O| Dec 05 07:20:29.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61452024-12-05T07:20:30.457Z[ recovery-image] Dec 05 07:20:29.195 INFO O| Dec 05 07:20:29.195 INFO STEP 606 (remove_files) COMPLETE
61462024-12-05T07:20:30.460Z[ recovery-image] Dec 05 07:20:29.195 INFO O| Dec 05 07:20:29.195 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-05T07:20:30.469Z[ recovery-image] Dec 05 07:20:29.206 INFO O| Dec 05 07:20:29.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61482024-12-05T07:20:30.469Z[ recovery-image] Dec 05 07:20:29.206 INFO O| Dec 05 07:20:29.206 INFO STEP 607 (remove_files) COMPLETE
61492024-12-05T07:20:30.472Z[ recovery-image] Dec 05 07:20:29.206 INFO O| Dec 05 07:20:29.206 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-05T07:20:30.481Z[ recovery-image] Dec 05 07:20:29.217 INFO O| Dec 05 07:20:29.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61512024-12-05T07:20:30.481Z[ recovery-image] Dec 05 07:20:29.218 INFO O| Dec 05 07:20:29.218 INFO STEP 608 (remove_files) COMPLETE
61522024-12-05T07:20:30.484Z[ recovery-image] Dec 05 07:20:29.218 INFO O| Dec 05 07:20:29.218 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-05T07:20:30.493Z[ recovery-image] Dec 05 07:20:29.230 INFO O| Dec 05 07:20:29.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61542024-12-05T07:20:30.493Z[ recovery-image] Dec 05 07:20:29.230 INFO O| Dec 05 07:20:29.230 INFO STEP 609 (remove_files) COMPLETE
61552024-12-05T07:20:30.496Z[ recovery-image] Dec 05 07:20:29.230 INFO O| Dec 05 07:20:29.230 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-05T07:20:30.505Z[ recovery-image] Dec 05 07:20:29.242 INFO O| Dec 05 07:20:29.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61572024-12-05T07:20:30.508Z[ recovery-image] Dec 05 07:20:29.242 INFO O| Dec 05 07:20:29.242 INFO STEP 610 (remove_files) COMPLETE
61582024-12-05T07:20:30.508Z[ recovery-image] Dec 05 07:20:29.242 INFO O| Dec 05 07:20:29.242 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-05T07:20:30.517Z[ recovery-image] Dec 05 07:20:29.254 INFO O| Dec 05 07:20:29.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61602024-12-05T07:20:30.517Z[ recovery-image] Dec 05 07:20:29.254 INFO O| Dec 05 07:20:29.254 INFO STEP 611 (remove_files) COMPLETE
61612024-12-05T07:20:30.520Z[ recovery-image] Dec 05 07:20:29.254 INFO O| Dec 05 07:20:29.254 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-05T07:20:30.530Z[ recovery-image] Dec 05 07:20:29.267 INFO O| Dec 05 07:20:29.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61632024-12-05T07:20:30.530Z[ recovery-image] Dec 05 07:20:29.267 INFO O| Dec 05 07:20:29.267 INFO STEP 612 (remove_files) COMPLETE
61642024-12-05T07:20:30.532Z[ recovery-image] Dec 05 07:20:29.267 INFO O| Dec 05 07:20:29.267 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-05T07:20:30.541Z[ recovery-image] Dec 05 07:20:29.278 INFO O| Dec 05 07:20:29.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61662024-12-05T07:20:30.541Z[ recovery-image] Dec 05 07:20:29.278 INFO O| Dec 05 07:20:29.278 INFO STEP 613 (remove_files) COMPLETE
61672024-12-05T07:20:30.547Z[ recovery-image] Dec 05 07:20:29.278 INFO O| Dec 05 07:20:29.278 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-05T07:20:30.553Z[ recovery-image] Dec 05 07:20:29.290 INFO O| Dec 05 07:20:29.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61692024-12-05T07:20:30.553Z[ recovery-image] Dec 05 07:20:29.290 INFO O| Dec 05 07:20:29.290 INFO STEP 614 (remove_files) COMPLETE
61702024-12-05T07:20:30.553Z[ recovery-image] Dec 05 07:20:29.290 INFO O| Dec 05 07:20:29.290 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-05T07:20:30.565Z[ recovery-image] Dec 05 07:20:29.302 INFO O| Dec 05 07:20:29.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61722024-12-05T07:20:30.568Z[ recovery-image] Dec 05 07:20:29.302 INFO O| Dec 05 07:20:29.302 INFO STEP 615 (remove_files) COMPLETE
61732024-12-05T07:20:30.568Z[ recovery-image] Dec 05 07:20:29.302 INFO O| Dec 05 07:20:29.302 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-05T07:20:30.578Z[ recovery-image] Dec 05 07:20:29.315 INFO O| Dec 05 07:20:29.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61752024-12-05T07:20:30.578Z[ recovery-image] Dec 05 07:20:29.315 INFO O| Dec 05 07:20:29.315 INFO STEP 616 (remove_files) COMPLETE
61762024-12-05T07:20:30.581Z[ recovery-image] Dec 05 07:20:29.315 INFO O| Dec 05 07:20:29.315 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-05T07:20:30.590Z[ recovery-image] Dec 05 07:20:29.327 INFO O| Dec 05 07:20:29.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61782024-12-05T07:20:30.590Z[ recovery-image] Dec 05 07:20:29.327 INFO O| Dec 05 07:20:29.327 INFO STEP 617 (remove_files) COMPLETE
61792024-12-05T07:20:30.590Z[ recovery-image] Dec 05 07:20:29.327 INFO O| Dec 05 07:20:29.327 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-05T07:20:30.604Z[ recovery-image] Dec 05 07:20:29.339 INFO O| Dec 05 07:20:29.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61812024-12-05T07:20:30.606Z[ recovery-image] Dec 05 07:20:29.339 INFO O| Dec 05 07:20:29.339 INFO STEP 618 (remove_files) COMPLETE
61822024-12-05T07:20:30.621Z[ recovery-image] Dec 05 07:20:29.339 INFO O| Dec 05 07:20:29.339 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-05T07:20:30.621Z[ recovery-image] Dec 05 07:20:29.350 INFO O| Dec 05 07:20:29.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61842024-12-05T07:20:30.621Z[ recovery-image] Dec 05 07:20:29.350 INFO O| Dec 05 07:20:29.350 INFO STEP 619 (remove_files) COMPLETE
61852024-12-05T07:20:30.621Z[ recovery-image] Dec 05 07:20:29.350 INFO O| Dec 05 07:20:29.350 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-05T07:20:30.627Z[ recovery-image] Dec 05 07:20:29.362 INFO O| Dec 05 07:20:29.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61872024-12-05T07:20:30.627Z[ recovery-image] Dec 05 07:20:29.362 INFO O| Dec 05 07:20:29.362 INFO STEP 620 (remove_files) COMPLETE
61882024-12-05T07:20:30.627Z[ recovery-image] Dec 05 07:20:29.362 INFO O| Dec 05 07:20:29.362 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-05T07:20:30.636Z[ recovery-image] Dec 05 07:20:29.373 INFO O| Dec 05 07:20:29.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61902024-12-05T07:20:30.636Z[ recovery-image] Dec 05 07:20:29.373 INFO O| Dec 05 07:20:29.373 INFO STEP 621 (remove_files) COMPLETE
61912024-12-05T07:20:30.651Z[ recovery-image] Dec 05 07:20:29.373 INFO O| Dec 05 07:20:29.373 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-05T07:20:30.651Z[ recovery-image] Dec 05 07:20:29.384 INFO O| Dec 05 07:20:29.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61932024-12-05T07:20:30.651Z[ recovery-image] Dec 05 07:20:29.384 INFO O| Dec 05 07:20:29.384 INFO STEP 622 (remove_files) COMPLETE
61942024-12-05T07:20:30.651Z[ recovery-image] Dec 05 07:20:29.384 INFO O| Dec 05 07:20:29.384 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-05T07:20:30.660Z[ recovery-image] Dec 05 07:20:29.396 INFO O| Dec 05 07:20:29.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61962024-12-05T07:20:30.661Z[ recovery-image] Dec 05 07:20:29.396 INFO O| Dec 05 07:20:29.396 INFO STEP 623 (remove_files) COMPLETE
61972024-12-05T07:20:30.664Z[ recovery-image] Dec 05 07:20:29.396 INFO O| Dec 05 07:20:29.396 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-05T07:20:30.685Z[ recovery-image] Dec 05 07:20:29.408 INFO O| Dec 05 07:20:29.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61992024-12-05T07:20:30.685Z[ recovery-image] Dec 05 07:20:29.408 INFO O| Dec 05 07:20:29.408 INFO STEP 624 (remove_files) COMPLETE
62002024-12-05T07:20:30.686Z[ recovery-image] Dec 05 07:20:29.408 INFO O| Dec 05 07:20:29.408 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-05T07:20:30.686Z[ recovery-image] Dec 05 07:20:29.419 INFO O| Dec 05 07:20:29.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62022024-12-05T07:20:30.686Z[ recovery-image] Dec 05 07:20:29.419 INFO O| Dec 05 07:20:29.419 INFO STEP 625 (remove_files) COMPLETE
62032024-12-05T07:20:30.686Z[ recovery-image] Dec 05 07:20:29.419 INFO O| Dec 05 07:20:29.419 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-05T07:20:30.693Z[ recovery-image] Dec 05 07:20:29.430 INFO O| Dec 05 07:20:29.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62052024-12-05T07:20:30.693Z[ recovery-image] Dec 05 07:20:29.430 INFO O| Dec 05 07:20:29.430 INFO STEP 626 (remove_files) COMPLETE
62062024-12-05T07:20:30.697Z[ recovery-image] Dec 05 07:20:29.430 INFO O| Dec 05 07:20:29.430 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-05T07:20:30.708Z[ recovery-image] Dec 05 07:20:29.441 INFO O| Dec 05 07:20:29.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62082024-12-05T07:20:30.708Z[ recovery-image] Dec 05 07:20:29.441 INFO O| Dec 05 07:20:29.441 INFO STEP 627 (remove_files) COMPLETE
62092024-12-05T07:20:30.708Z[ recovery-image] Dec 05 07:20:29.441 INFO O| Dec 05 07:20:29.441 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-05T07:20:30.715Z[ recovery-image] Dec 05 07:20:29.452 INFO O| Dec 05 07:20:29.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62112024-12-05T07:20:30.715Z[ recovery-image] Dec 05 07:20:29.452 INFO O| Dec 05 07:20:29.452 INFO STEP 628 (remove_files) COMPLETE
62122024-12-05T07:20:30.718Z[ recovery-image] Dec 05 07:20:29.452 INFO O| Dec 05 07:20:29.452 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-05T07:20:30.726Z[ recovery-image] Dec 05 07:20:29.463 INFO O| Dec 05 07:20:29.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62142024-12-05T07:20:30.726Z[ recovery-image] Dec 05 07:20:29.463 INFO O| Dec 05 07:20:29.463 INFO STEP 629 (remove_files) COMPLETE
62152024-12-05T07:20:30.729Z[ recovery-image] Dec 05 07:20:29.463 INFO O| Dec 05 07:20:29.463 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-05T07:20:30.738Z[ recovery-image] Dec 05 07:20:29.475 INFO O| Dec 05 07:20:29.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62172024-12-05T07:20:30.738Z[ recovery-image] Dec 05 07:20:29.475 INFO O| Dec 05 07:20:29.475 INFO STEP 630 (remove_files) COMPLETE
62182024-12-05T07:20:30.738Z[ recovery-image] Dec 05 07:20:29.475 INFO O| Dec 05 07:20:29.475 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-05T07:20:30.751Z[ recovery-image] Dec 05 07:20:29.488 INFO O| Dec 05 07:20:29.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62202024-12-05T07:20:30.751Z[ recovery-image] Dec 05 07:20:29.488 INFO O| Dec 05 07:20:29.488 INFO STEP 631 (remove_files) COMPLETE
62212024-12-05T07:20:30.751Z[ recovery-image] Dec 05 07:20:29.488 INFO O| Dec 05 07:20:29.488 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-05T07:20:30.762Z[ recovery-image] Dec 05 07:20:29.499 INFO O| Dec 05 07:20:29.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62232024-12-05T07:20:30.762Z[ recovery-image] Dec 05 07:20:29.499 INFO O| Dec 05 07:20:29.499 INFO STEP 632 (remove_files) COMPLETE
62242024-12-05T07:20:30.767Z[ recovery-image] Dec 05 07:20:29.499 INFO O| Dec 05 07:20:29.499 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-05T07:20:30.774Z[ recovery-image] Dec 05 07:20:29.511 INFO O| Dec 05 07:20:29.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62262024-12-05T07:20:30.777Z[ recovery-image] Dec 05 07:20:29.511 INFO O| Dec 05 07:20:29.511 INFO STEP 633 (remove_files) COMPLETE
62272024-12-05T07:20:30.777Z[ recovery-image] Dec 05 07:20:29.511 INFO O| Dec 05 07:20:29.511 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-05T07:20:30.786Z[ recovery-image] Dec 05 07:20:29.523 INFO O| Dec 05 07:20:29.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62292024-12-05T07:20:30.786Z[ recovery-image] Dec 05 07:20:29.523 INFO O| Dec 05 07:20:29.523 INFO STEP 634 (remove_files) COMPLETE
62302024-12-05T07:20:30.789Z[ recovery-image] Dec 05 07:20:29.523 INFO O| Dec 05 07:20:29.523 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-05T07:20:30.797Z[ recovery-image] Dec 05 07:20:29.535 INFO O| Dec 05 07:20:29.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62322024-12-05T07:20:30.800Z[ recovery-image] Dec 05 07:20:29.535 INFO O| Dec 05 07:20:29.535 INFO STEP 635 (remove_files) COMPLETE
62332024-12-05T07:20:30.800Z[ recovery-image] Dec 05 07:20:29.535 INFO O| Dec 05 07:20:29.535 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-05T07:20:30.809Z[ recovery-image] Dec 05 07:20:29.547 INFO O| Dec 05 07:20:29.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62352024-12-05T07:20:30.810Z[ recovery-image] Dec 05 07:20:29.547 INFO O| Dec 05 07:20:29.547 INFO STEP 636 (remove_files) COMPLETE
62362024-12-05T07:20:30.812Z[ recovery-image] Dec 05 07:20:29.547 INFO O| Dec 05 07:20:29.547 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-05T07:20:30.822Z[ recovery-image] Dec 05 07:20:29.559 INFO O| Dec 05 07:20:29.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62382024-12-05T07:20:30.823Z[ recovery-image] Dec 05 07:20:29.560 INFO O| Dec 05 07:20:29.560 INFO STEP 637 (remove_files) COMPLETE
62392024-12-05T07:20:30.826Z[ recovery-image] Dec 05 07:20:29.560 INFO O| Dec 05 07:20:29.560 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-05T07:20:30.835Z[ recovery-image] Dec 05 07:20:29.572 INFO O| Dec 05 07:20:29.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62412024-12-05T07:20:30.835Z[ recovery-image] Dec 05 07:20:29.572 INFO O| Dec 05 07:20:29.572 INFO STEP 638 (remove_files) COMPLETE
62422024-12-05T07:20:30.839Z[ recovery-image] Dec 05 07:20:29.572 INFO O| Dec 05 07:20:29.572 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-05T07:20:30.847Z[ recovery-image] Dec 05 07:20:29.584 INFO O| Dec 05 07:20:29.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62442024-12-05T07:20:30.847Z[ recovery-image] Dec 05 07:20:29.584 INFO O| Dec 05 07:20:29.584 INFO STEP 639 (remove_files) COMPLETE
62452024-12-05T07:20:30.850Z[ recovery-image] Dec 05 07:20:29.584 INFO O| Dec 05 07:20:29.584 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-05T07:20:30.859Z[ host-image] Dec 05 07:20:29.596 INFO O| Dec 05 07:20:29.595 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
62472024-12-05T07:20:30.862Z[ recovery-image] Dec 05 07:20:29.596 INFO O| Dec 05 07:20:29.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62482024-12-05T07:20:30.862Z[ recovery-image] Dec 05 07:20:29.597 INFO O| Dec 05 07:20:29.597 INFO STEP 640 (remove_files) COMPLETE
62492024-12-05T07:20:30.862Z[ recovery-image] Dec 05 07:20:29.597 INFO O| Dec 05 07:20:29.597 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-05T07:20:30.871Z[ recovery-image] Dec 05 07:20:29.608 INFO O| Dec 05 07:20:29.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62512024-12-05T07:20:30.872Z[ recovery-image] Dec 05 07:20:29.608 INFO O| Dec 05 07:20:29.608 INFO STEP 641 (remove_files) COMPLETE
62522024-12-05T07:20:30.872Z[ recovery-image] Dec 05 07:20:29.608 INFO O| Dec 05 07:20:29.608 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-05T07:20:30.885Z[ recovery-image] Dec 05 07:20:29.621 INFO O| Dec 05 07:20:29.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62542024-12-05T07:20:30.885Z[ recovery-image] Dec 05 07:20:29.621 INFO O| Dec 05 07:20:29.621 INFO STEP 642 (remove_files) COMPLETE
62552024-12-05T07:20:30.885Z[ recovery-image] Dec 05 07:20:29.621 INFO O| Dec 05 07:20:29.621 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-05T07:20:30.896Z[ recovery-image] Dec 05 07:20:29.633 INFO O| Dec 05 07:20:29.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62572024-12-05T07:20:30.896Z[ recovery-image] Dec 05 07:20:29.633 INFO O| Dec 05 07:20:29.633 INFO STEP 643 (remove_files) COMPLETE
62582024-12-05T07:20:30.896Z[ recovery-image] Dec 05 07:20:29.633 INFO O| Dec 05 07:20:29.633 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-05T07:20:30.909Z[ recovery-image] Dec 05 07:20:29.646 INFO O| Dec 05 07:20:29.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62602024-12-05T07:20:30.909Z[ recovery-image] Dec 05 07:20:29.646 INFO O| Dec 05 07:20:29.646 INFO STEP 644 (remove_files) COMPLETE
62612024-12-05T07:20:30.909Z[ recovery-image] Dec 05 07:20:29.646 INFO O| Dec 05 07:20:29.646 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-05T07:20:30.922Z[ recovery-image] Dec 05 07:20:29.659 INFO O| Dec 05 07:20:29.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62632024-12-05T07:20:30.922Z[ recovery-image] Dec 05 07:20:29.659 INFO O| Dec 05 07:20:29.659 INFO STEP 645 (remove_files) COMPLETE
62642024-12-05T07:20:30.922Z[ recovery-image] Dec 05 07:20:29.659 INFO O| Dec 05 07:20:29.659 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-05T07:20:30.934Z[ recovery-image] Dec 05 07:20:29.671 INFO O| Dec 05 07:20:29.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62662024-12-05T07:20:30.934Z[ recovery-image] Dec 05 07:20:29.671 INFO O| Dec 05 07:20:29.671 INFO STEP 646 (remove_files) COMPLETE
62672024-12-05T07:20:30.934Z[ recovery-image] Dec 05 07:20:29.671 INFO O| Dec 05 07:20:29.671 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-05T07:20:30.947Z[ recovery-image] Dec 05 07:20:29.684 INFO O| Dec 05 07:20:29.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62692024-12-05T07:20:30.947Z[ recovery-image] Dec 05 07:20:29.684 INFO O| Dec 05 07:20:29.684 INFO STEP 647 (remove_files) COMPLETE
62702024-12-05T07:20:30.950Z[ recovery-image] Dec 05 07:20:29.684 INFO O| Dec 05 07:20:29.684 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-05T07:20:30.963Z[ recovery-image] Dec 05 07:20:29.699 INFO O| Dec 05 07:20:29.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62722024-12-05T07:20:30.963Z[ recovery-image] Dec 05 07:20:29.699 INFO O| Dec 05 07:20:29.699 INFO STEP 648 (remove_files) COMPLETE
62732024-12-05T07:20:30.963Z[ recovery-image] Dec 05 07:20:29.699 INFO O| Dec 05 07:20:29.699 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-05T07:20:30.977Z[ recovery-image] Dec 05 07:20:29.711 INFO O| Dec 05 07:20:29.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62752024-12-05T07:20:30.977Z[ recovery-image] Dec 05 07:20:29.712 INFO O| Dec 05 07:20:29.711 INFO STEP 649 (remove_files) COMPLETE
62762024-12-05T07:20:30.977Z[ recovery-image] Dec 05 07:20:29.712 INFO O| Dec 05 07:20:29.712 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-05T07:20:30.987Z[ recovery-image] Dec 05 07:20:29.724 INFO O| Dec 05 07:20:29.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62782024-12-05T07:20:30.987Z[ recovery-image] Dec 05 07:20:29.724 INFO O| Dec 05 07:20:29.724 INFO STEP 650 (remove_files) COMPLETE
62792024-12-05T07:20:30.987Z[ recovery-image] Dec 05 07:20:29.724 INFO O| Dec 05 07:20:29.724 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-05T07:20:30.999Z[ recovery-image] Dec 05 07:20:29.736 INFO O| Dec 05 07:20:29.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62812024-12-05T07:20:30.999Z[ recovery-image] Dec 05 07:20:29.736 INFO O| Dec 05 07:20:29.736 INFO STEP 651 (remove_files) COMPLETE
62822024-12-05T07:20:31.003Z[ recovery-image] Dec 05 07:20:29.736 INFO O| Dec 05 07:20:29.736 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-05T07:20:31.011Z[ recovery-image] Dec 05 07:20:29.748 INFO O| Dec 05 07:20:29.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62842024-12-05T07:20:31.014Z[ recovery-image] Dec 05 07:20:29.748 INFO O| Dec 05 07:20:29.748 INFO STEP 652 (remove_files) COMPLETE
62852024-12-05T07:20:31.014Z[ recovery-image] Dec 05 07:20:29.748 INFO O| Dec 05 07:20:29.748 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-05T07:20:31.024Z[ recovery-image] Dec 05 07:20:29.761 INFO O| Dec 05 07:20:29.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62872024-12-05T07:20:31.024Z[ recovery-image] Dec 05 07:20:29.761 INFO O| Dec 05 07:20:29.761 INFO STEP 653 (remove_files) COMPLETE
62882024-12-05T07:20:31.027Z[ recovery-image] Dec 05 07:20:29.761 INFO O| Dec 05 07:20:29.761 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-05T07:20:31.039Z[ recovery-image] Dec 05 07:20:29.775 INFO O| Dec 05 07:20:29.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62902024-12-05T07:20:31.039Z[ recovery-image] Dec 05 07:20:29.775 INFO O| Dec 05 07:20:29.775 INFO STEP 654 (remove_files) COMPLETE
62912024-12-05T07:20:31.042Z[ recovery-image] Dec 05 07:20:29.776 INFO O| Dec 05 07:20:29.775 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-05T07:20:31.053Z[ recovery-image] Dec 05 07:20:29.790 INFO O| Dec 05 07:20:29.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62932024-12-05T07:20:31.053Z[ recovery-image] Dec 05 07:20:29.790 INFO O| Dec 05 07:20:29.790 INFO STEP 655 (remove_files) COMPLETE
62942024-12-05T07:20:31.057Z[ recovery-image] Dec 05 07:20:29.790 INFO O| Dec 05 07:20:29.790 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-05T07:20:31.067Z[ recovery-image] Dec 05 07:20:29.804 INFO O| Dec 05 07:20:29.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62962024-12-05T07:20:31.067Z[ recovery-image] Dec 05 07:20:29.804 INFO O| Dec 05 07:20:29.804 INFO STEP 656 (remove_files) COMPLETE
62972024-12-05T07:20:31.070Z[ recovery-image] Dec 05 07:20:29.804 INFO O| Dec 05 07:20:29.804 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-05T07:20:31.079Z[ recovery-image] Dec 05 07:20:29.816 INFO O| Dec 05 07:20:29.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62992024-12-05T07:20:31.079Z[ recovery-image] Dec 05 07:20:29.816 INFO O| Dec 05 07:20:29.816 INFO STEP 657 (remove_files) COMPLETE
63002024-12-05T07:20:31.082Z[ recovery-image] Dec 05 07:20:29.816 INFO O| Dec 05 07:20:29.816 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-05T07:20:31.093Z[ recovery-image] Dec 05 07:20:29.830 INFO O| Dec 05 07:20:29.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63022024-12-05T07:20:31.093Z[ recovery-image] Dec 05 07:20:29.830 INFO O| Dec 05 07:20:29.830 INFO STEP 658 (remove_files) COMPLETE
63032024-12-05T07:20:31.093Z[ recovery-image] Dec 05 07:20:29.830 INFO O| Dec 05 07:20:29.830 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-05T07:20:31.105Z[ recovery-image] Dec 05 07:20:29.842 INFO O| Dec 05 07:20:29.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63052024-12-05T07:20:31.105Z[ recovery-image] Dec 05 07:20:29.842 INFO O| Dec 05 07:20:29.842 INFO STEP 659 (remove_files) COMPLETE
63062024-12-05T07:20:31.105Z[ recovery-image] Dec 05 07:20:29.842 INFO O| Dec 05 07:20:29.842 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-05T07:20:31.116Z[ recovery-image] Dec 05 07:20:29.853 INFO O| Dec 05 07:20:29.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63082024-12-05T07:20:31.116Z[ recovery-image] Dec 05 07:20:29.853 INFO O| Dec 05 07:20:29.853 INFO STEP 660 (remove_files) COMPLETE
63092024-12-05T07:20:31.116Z[ recovery-image] Dec 05 07:20:29.853 INFO O| Dec 05 07:20:29.853 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-05T07:20:31.128Z[ recovery-image] Dec 05 07:20:29.865 INFO O| Dec 05 07:20:29.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63112024-12-05T07:20:31.128Z[ recovery-image] Dec 05 07:20:29.865 INFO O| Dec 05 07:20:29.865 INFO STEP 661 (remove_files) COMPLETE
63122024-12-05T07:20:31.128Z[ recovery-image] Dec 05 07:20:29.865 INFO O| Dec 05 07:20:29.865 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-05T07:20:31.142Z[ recovery-image] Dec 05 07:20:29.879 INFO O| Dec 05 07:20:29.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63142024-12-05T07:20:31.142Z[ recovery-image] Dec 05 07:20:29.879 INFO O| Dec 05 07:20:29.879 INFO STEP 662 (remove_files) COMPLETE
63152024-12-05T07:20:31.145Z[ recovery-image] Dec 05 07:20:29.879 INFO O| Dec 05 07:20:29.879 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-05T07:20:31.158Z[ recovery-image] Dec 05 07:20:29.894 INFO O| Dec 05 07:20:29.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63172024-12-05T07:20:31.158Z[ recovery-image] Dec 05 07:20:29.894 INFO O| Dec 05 07:20:29.894 INFO STEP 663 (remove_files) COMPLETE
63182024-12-05T07:20:31.158Z[ recovery-image] Dec 05 07:20:29.894 INFO O| Dec 05 07:20:29.894 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-05T07:20:31.172Z[ recovery-image] Dec 05 07:20:29.909 INFO O| Dec 05 07:20:29.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63202024-12-05T07:20:31.172Z[ recovery-image] Dec 05 07:20:29.909 INFO O| Dec 05 07:20:29.909 INFO STEP 664 (remove_files) COMPLETE
63212024-12-05T07:20:31.175Z[ recovery-image] Dec 05 07:20:29.909 INFO O| Dec 05 07:20:29.909 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-05T07:20:31.184Z[ recovery-image] Dec 05 07:20:29.921 INFO O| Dec 05 07:20:29.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63232024-12-05T07:20:31.187Z[ recovery-image] Dec 05 07:20:29.921 INFO O| Dec 05 07:20:29.921 INFO STEP 665 (remove_files) COMPLETE
63242024-12-05T07:20:31.187Z[ recovery-image] Dec 05 07:20:29.921 INFO O| Dec 05 07:20:29.921 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-05T07:20:31.195Z[ recovery-image] Dec 05 07:20:29.932 INFO O| Dec 05 07:20:29.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63262024-12-05T07:20:31.195Z[ recovery-image] Dec 05 07:20:29.932 INFO O| Dec 05 07:20:29.932 INFO STEP 666 (remove_files) COMPLETE
63272024-12-05T07:20:31.198Z[ recovery-image] Dec 05 07:20:29.932 INFO O| Dec 05 07:20:29.932 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-05T07:20:31.205Z[ recovery-image] Dec 05 07:20:29.943 INFO O| Dec 05 07:20:29.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63292024-12-05T07:20:31.206Z[ recovery-image] Dec 05 07:20:29.943 INFO O| Dec 05 07:20:29.943 INFO STEP 667 (remove_files) COMPLETE
63302024-12-05T07:20:31.206Z[ recovery-image] Dec 05 07:20:29.943 INFO O| Dec 05 07:20:29.943 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-05T07:20:31.217Z[ recovery-image] Dec 05 07:20:29.954 INFO O| Dec 05 07:20:29.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63322024-12-05T07:20:31.217Z[ recovery-image] Dec 05 07:20:29.954 INFO O| Dec 05 07:20:29.954 INFO STEP 668 (remove_files) COMPLETE
63332024-12-05T07:20:31.217Z[ recovery-image] Dec 05 07:20:29.954 INFO O| Dec 05 07:20:29.954 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-05T07:20:31.229Z[ recovery-image] Dec 05 07:20:29.966 INFO O| Dec 05 07:20:29.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63352024-12-05T07:20:31.229Z[ recovery-image] Dec 05 07:20:29.966 INFO O| Dec 05 07:20:29.966 INFO STEP 669 (remove_files) COMPLETE
63362024-12-05T07:20:31.229Z[ recovery-image] Dec 05 07:20:29.966 INFO O| Dec 05 07:20:29.966 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-05T07:20:31.240Z[ recovery-image] Dec 05 07:20:29.977 INFO O| Dec 05 07:20:29.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63382024-12-05T07:20:31.240Z[ recovery-image] Dec 05 07:20:29.977 INFO O| Dec 05 07:20:29.977 INFO STEP 670 (remove_files) COMPLETE
63392024-12-05T07:20:31.240Z[ recovery-image] Dec 05 07:20:29.977 INFO O| Dec 05 07:20:29.977 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-05T07:20:31.250Z[ recovery-image] Dec 05 07:20:29.987 INFO O| Dec 05 07:20:29.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63412024-12-05T07:20:31.251Z[ recovery-image] Dec 05 07:20:29.988 INFO O| Dec 05 07:20:29.987 INFO STEP 671 (remove_files) COMPLETE
63422024-12-05T07:20:31.253Z[ recovery-image] Dec 05 07:20:29.988 INFO O| Dec 05 07:20:29.987 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-05T07:20:31.261Z[ recovery-image] Dec 05 07:20:29.998 INFO O| Dec 05 07:20:29.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63442024-12-05T07:20:31.261Z[ recovery-image] Dec 05 07:20:29.998 INFO O| Dec 05 07:20:29.998 INFO STEP 672 (remove_files) COMPLETE
63452024-12-05T07:20:31.264Z[ recovery-image] Dec 05 07:20:29.998 INFO O| Dec 05 07:20:29.998 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-05T07:20:31.273Z[ recovery-image] Dec 05 07:20:30.010 INFO O| Dec 05 07:20:30.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63472024-12-05T07:20:31.274Z[ recovery-image] Dec 05 07:20:30.010 INFO O| Dec 05 07:20:30.010 INFO STEP 673 (remove_files) COMPLETE
63482024-12-05T07:20:31.274Z[ recovery-image] Dec 05 07:20:30.010 INFO O| Dec 05 07:20:30.010 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-05T07:20:31.285Z[ recovery-image] Dec 05 07:20:30.021 INFO O| Dec 05 07:20:30.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63502024-12-05T07:20:31.285Z[ recovery-image] Dec 05 07:20:30.021 INFO O| Dec 05 07:20:30.021 INFO STEP 674 (remove_files) COMPLETE
63512024-12-05T07:20:31.288Z[ recovery-image] Dec 05 07:20:30.021 INFO O| Dec 05 07:20:30.021 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-05T07:20:31.295Z[ recovery-image] Dec 05 07:20:30.032 INFO O| Dec 05 07:20:30.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63532024-12-05T07:20:31.297Z[ recovery-image] Dec 05 07:20:30.032 INFO O| Dec 05 07:20:30.032 INFO STEP 675 (remove_files) COMPLETE
63542024-12-05T07:20:31.297Z[ recovery-image] Dec 05 07:20:30.032 INFO O| Dec 05 07:20:30.032 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-05T07:20:31.305Z[ recovery-image] Dec 05 07:20:30.042 INFO O| Dec 05 07:20:30.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63562024-12-05T07:20:31.305Z[ recovery-image] Dec 05 07:20:30.042 INFO O| Dec 05 07:20:30.042 INFO STEP 676 (remove_files) COMPLETE
63572024-12-05T07:20:31.305Z[ recovery-image] Dec 05 07:20:30.042 INFO O| Dec 05 07:20:30.042 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-05T07:20:31.315Z[ recovery-image] Dec 05 07:20:30.053 INFO O| Dec 05 07:20:30.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63592024-12-05T07:20:31.319Z[ recovery-image] Dec 05 07:20:30.053 INFO O| Dec 05 07:20:30.053 INFO STEP 677 (remove_files) COMPLETE
63602024-12-05T07:20:31.319Z[ recovery-image] Dec 05 07:20:30.053 INFO O| Dec 05 07:20:30.053 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-05T07:20:31.326Z[ recovery-image] Dec 05 07:20:30.063 INFO O| Dec 05 07:20:30.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63622024-12-05T07:20:31.326Z[ recovery-image] Dec 05 07:20:30.063 INFO O| Dec 05 07:20:30.063 INFO STEP 678 (remove_files) COMPLETE
63632024-12-05T07:20:31.326Z[ recovery-image] Dec 05 07:20:30.063 INFO O| Dec 05 07:20:30.063 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-05T07:20:31.336Z[ recovery-image] Dec 05 07:20:30.073 INFO O| Dec 05 07:20:30.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63652024-12-05T07:20:31.339Z[ recovery-image] Dec 05 07:20:30.074 INFO O| Dec 05 07:20:30.074 INFO STEP 679 (remove_files) COMPLETE
63662024-12-05T07:20:31.339Z[ recovery-image] Dec 05 07:20:30.074 INFO O| Dec 05 07:20:30.074 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-05T07:20:31.347Z[ recovery-image] Dec 05 07:20:30.084 INFO O| Dec 05 07:20:30.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63682024-12-05T07:20:31.347Z[ recovery-image] Dec 05 07:20:30.084 INFO O| Dec 05 07:20:30.084 INFO STEP 680 (remove_files) COMPLETE
63692024-12-05T07:20:31.350Z[ recovery-image] Dec 05 07:20:30.084 INFO O| Dec 05 07:20:30.084 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-05T07:20:31.359Z[ recovery-image] Dec 05 07:20:30.095 INFO O| Dec 05 07:20:30.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63712024-12-05T07:20:31.359Z[ recovery-image] Dec 05 07:20:30.095 INFO O| Dec 05 07:20:30.095 INFO STEP 681 (remove_files) COMPLETE
63722024-12-05T07:20:31.362Z[ recovery-image] Dec 05 07:20:30.096 INFO O| Dec 05 07:20:30.095 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-05T07:20:31.371Z[ recovery-image] Dec 05 07:20:30.108 INFO O| Dec 05 07:20:30.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63742024-12-05T07:20:31.371Z[ recovery-image] Dec 05 07:20:30.108 INFO O| Dec 05 07:20:30.108 INFO STEP 682 (remove_files) COMPLETE
63752024-12-05T07:20:31.374Z[ recovery-image] Dec 05 07:20:30.108 INFO O| Dec 05 07:20:30.108 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-05T07:20:31.381Z[ recovery-image] Dec 05 07:20:30.118 INFO O| Dec 05 07:20:30.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63772024-12-05T07:20:31.384Z[ recovery-image] Dec 05 07:20:30.118 INFO O| Dec 05 07:20:30.118 INFO STEP 683 (remove_files) COMPLETE
63782024-12-05T07:20:31.384Z[ recovery-image] Dec 05 07:20:30.118 INFO O| Dec 05 07:20:30.118 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-05T07:20:31.393Z[ recovery-image] Dec 05 07:20:30.130 INFO O| Dec 05 07:20:30.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63802024-12-05T07:20:31.393Z[ recovery-image] Dec 05 07:20:30.130 INFO O| Dec 05 07:20:30.130 INFO STEP 684 (remove_files) COMPLETE
63812024-12-05T07:20:31.396Z[ recovery-image] Dec 05 07:20:30.130 INFO O| Dec 05 07:20:30.130 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-05T07:20:31.404Z[ recovery-image] Dec 05 07:20:30.141 INFO O| Dec 05 07:20:30.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63832024-12-05T07:20:31.404Z[ recovery-image] Dec 05 07:20:30.141 INFO O| Dec 05 07:20:30.141 INFO STEP 685 (remove_files) COMPLETE
63842024-12-05T07:20:31.408Z[ recovery-image] Dec 05 07:20:30.141 INFO O| Dec 05 07:20:30.141 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-05T07:20:31.417Z[ recovery-image] Dec 05 07:20:30.154 INFO O| Dec 05 07:20:30.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63862024-12-05T07:20:31.420Z[ recovery-image] Dec 05 07:20:30.154 INFO O| Dec 05 07:20:30.154 INFO STEP 686 (remove_files) COMPLETE
63872024-12-05T07:20:31.420Z[ recovery-image] Dec 05 07:20:30.154 INFO O| Dec 05 07:20:30.154 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-05T07:20:31.429Z[ recovery-image] Dec 05 07:20:30.166 INFO O| Dec 05 07:20:30.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63892024-12-05T07:20:31.429Z[ recovery-image] Dec 05 07:20:30.166 INFO O| Dec 05 07:20:30.166 INFO STEP 687 (remove_files) COMPLETE
63902024-12-05T07:20:31.430Z[ recovery-image] Dec 05 07:20:30.167 INFO O| Dec 05 07:20:30.166 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-05T07:20:31.441Z[ recovery-image] Dec 05 07:20:30.178 INFO O| Dec 05 07:20:30.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63922024-12-05T07:20:31.441Z[ recovery-image] Dec 05 07:20:30.178 INFO O| Dec 05 07:20:30.178 INFO STEP 688 (remove_files) COMPLETE
63932024-12-05T07:20:31.444Z[ recovery-image] Dec 05 07:20:30.178 INFO O| Dec 05 07:20:30.178 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-05T07:20:31.452Z[ recovery-image] Dec 05 07:20:30.189 INFO O| Dec 05 07:20:30.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63952024-12-05T07:20:31.452Z[ recovery-image] Dec 05 07:20:30.189 INFO O| Dec 05 07:20:30.189 INFO STEP 689 (remove_files) COMPLETE
63962024-12-05T07:20:31.455Z[ recovery-image] Dec 05 07:20:30.189 INFO O| Dec 05 07:20:30.189 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-05T07:20:31.462Z[ recovery-image] Dec 05 07:20:30.199 INFO O| Dec 05 07:20:30.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63982024-12-05T07:20:31.462Z[ recovery-image] Dec 05 07:20:30.199 INFO O| Dec 05 07:20:30.199 INFO STEP 690 (remove_files) COMPLETE
63992024-12-05T07:20:31.465Z[ recovery-image] Dec 05 07:20:30.199 INFO O| Dec 05 07:20:30.199 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-05T07:20:31.472Z[ recovery-image] Dec 05 07:20:30.209 INFO O| Dec 05 07:20:30.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64012024-12-05T07:20:31.472Z[ recovery-image] Dec 05 07:20:30.210 INFO O| Dec 05 07:20:30.210 INFO STEP 691 (remove_files) COMPLETE
64022024-12-05T07:20:31.475Z[ recovery-image] Dec 05 07:20:30.210 INFO O| Dec 05 07:20:30.210 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-05T07:20:31.483Z[ recovery-image] Dec 05 07:20:30.220 INFO O| Dec 05 07:20:30.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64042024-12-05T07:20:31.484Z[ recovery-image] Dec 05 07:20:30.220 INFO O| Dec 05 07:20:30.220 INFO STEP 692 (remove_files) COMPLETE
64052024-12-05T07:20:31.485Z[ recovery-image] Dec 05 07:20:30.220 INFO O| Dec 05 07:20:30.220 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-05T07:20:31.493Z[ recovery-image] Dec 05 07:20:30.230 INFO O| Dec 05 07:20:30.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64072024-12-05T07:20:31.493Z[ recovery-image] Dec 05 07:20:30.230 INFO O| Dec 05 07:20:30.230 INFO STEP 693 (remove_files) COMPLETE
64082024-12-05T07:20:31.496Z[ recovery-image] Dec 05 07:20:30.230 INFO O| Dec 05 07:20:30.230 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-05T07:20:31.503Z[ recovery-image] Dec 05 07:20:30.240 INFO O| Dec 05 07:20:30.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64102024-12-05T07:20:31.504Z[ recovery-image] Dec 05 07:20:30.240 INFO O| Dec 05 07:20:30.240 INFO STEP 694 (remove_files) COMPLETE
64112024-12-05T07:20:31.507Z[ recovery-image] Dec 05 07:20:30.240 INFO O| Dec 05 07:20:30.240 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-05T07:20:31.514Z[ recovery-image] Dec 05 07:20:30.251 INFO O| Dec 05 07:20:30.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64132024-12-05T07:20:31.514Z[ recovery-image] Dec 05 07:20:30.251 INFO O| Dec 05 07:20:30.251 INFO STEP 695 (remove_files) COMPLETE
64142024-12-05T07:20:31.517Z[ recovery-image] Dec 05 07:20:30.251 INFO O| Dec 05 07:20:30.251 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-05T07:20:31.524Z[ recovery-image] Dec 05 07:20:30.261 INFO O| Dec 05 07:20:30.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64162024-12-05T07:20:31.527Z[ recovery-image] Dec 05 07:20:30.261 INFO O| Dec 05 07:20:30.261 INFO STEP 696 (remove_files) COMPLETE
64172024-12-05T07:20:31.527Z[ recovery-image] Dec 05 07:20:30.261 INFO O| Dec 05 07:20:30.261 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-05T07:20:31.534Z[ recovery-image] Dec 05 07:20:30.271 INFO O| Dec 05 07:20:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64192024-12-05T07:20:31.534Z[ recovery-image] Dec 05 07:20:30.271 INFO O| Dec 05 07:20:30.271 INFO STEP 697 (remove_files) COMPLETE
64202024-12-05T07:20:31.534Z[ recovery-image] Dec 05 07:20:30.271 INFO O| Dec 05 07:20:30.271 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-05T07:20:31.544Z[ recovery-image] Dec 05 07:20:30.281 INFO O| Dec 05 07:20:30.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64222024-12-05T07:20:31.544Z[ recovery-image] Dec 05 07:20:30.281 INFO O| Dec 05 07:20:30.281 INFO STEP 698 (remove_files) COMPLETE
64232024-12-05T07:20:31.547Z[ recovery-image] Dec 05 07:20:30.281 INFO O| Dec 05 07:20:30.281 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-05T07:20:31.554Z[ recovery-image] Dec 05 07:20:30.291 INFO O| Dec 05 07:20:30.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64252024-12-05T07:20:31.554Z[ recovery-image] Dec 05 07:20:30.291 INFO O| Dec 05 07:20:30.291 INFO STEP 699 (remove_files) COMPLETE
64262024-12-05T07:20:31.557Z[ recovery-image] Dec 05 07:20:30.291 INFO O| Dec 05 07:20:30.291 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-05T07:20:31.565Z[ recovery-image] Dec 05 07:20:30.301 INFO O| Dec 05 07:20:30.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64282024-12-05T07:20:31.565Z[ recovery-image] Dec 05 07:20:30.301 INFO O| Dec 05 07:20:30.301 INFO STEP 700 (remove_files) COMPLETE
64292024-12-05T07:20:31.568Z[ recovery-image] Dec 05 07:20:30.301 INFO O| Dec 05 07:20:30.301 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-05T07:20:31.576Z[ recovery-image] Dec 05 07:20:30.313 INFO O| Dec 05 07:20:30.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64312024-12-05T07:20:31.576Z[ recovery-image] Dec 05 07:20:30.313 INFO O| Dec 05 07:20:30.313 INFO STEP 701 (remove_files) COMPLETE
64322024-12-05T07:20:31.579Z[ recovery-image] Dec 05 07:20:30.313 INFO O| Dec 05 07:20:30.313 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-05T07:20:31.586Z[ recovery-image] Dec 05 07:20:30.323 INFO O| Dec 05 07:20:30.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64342024-12-05T07:20:31.590Z[ recovery-image] Dec 05 07:20:30.323 INFO O| Dec 05 07:20:30.323 INFO STEP 702 (remove_files) COMPLETE
64352024-12-05T07:20:31.590Z[ recovery-image] Dec 05 07:20:30.324 INFO O| Dec 05 07:20:30.323 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-05T07:20:31.597Z[ recovery-image] Dec 05 07:20:30.334 INFO O| Dec 05 07:20:30.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64372024-12-05T07:20:31.597Z[ recovery-image] Dec 05 07:20:30.334 INFO O| Dec 05 07:20:30.334 INFO STEP 703 (remove_files) COMPLETE
64382024-12-05T07:20:31.600Z[ recovery-image] Dec 05 07:20:30.334 INFO O| Dec 05 07:20:30.334 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-05T07:20:31.607Z[ recovery-image] Dec 05 07:20:30.344 INFO O| Dec 05 07:20:30.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64402024-12-05T07:20:31.610Z[ recovery-image] Dec 05 07:20:30.345 INFO O| Dec 05 07:20:30.344 INFO STEP 704 (remove_files) COMPLETE
64412024-12-05T07:20:31.610Z[ recovery-image] Dec 05 07:20:30.345 INFO O| Dec 05 07:20:30.345 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-05T07:20:31.618Z[ recovery-image] Dec 05 07:20:30.355 INFO O| Dec 05 07:20:30.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64432024-12-05T07:20:31.621Z[ recovery-image] Dec 05 07:20:30.355 INFO O| Dec 05 07:20:30.355 INFO STEP 705 (remove_files) COMPLETE
64442024-12-05T07:20:31.621Z[ recovery-image] Dec 05 07:20:30.356 INFO O| Dec 05 07:20:30.355 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-05T07:20:31.629Z[ recovery-image] Dec 05 07:20:30.366 INFO O| Dec 05 07:20:30.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64462024-12-05T07:20:31.629Z[ recovery-image] Dec 05 07:20:30.366 INFO O| Dec 05 07:20:30.366 INFO STEP 706 (remove_files) COMPLETE
64472024-12-05T07:20:31.629Z[ recovery-image] Dec 05 07:20:30.366 INFO O| Dec 05 07:20:30.366 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-05T07:20:31.640Z[ recovery-image] Dec 05 07:20:30.377 INFO O| Dec 05 07:20:30.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64492024-12-05T07:20:31.641Z[ recovery-image] Dec 05 07:20:30.377 INFO O| Dec 05 07:20:30.377 INFO STEP 707 (remove_files) COMPLETE
64502024-12-05T07:20:31.641Z[ recovery-image] Dec 05 07:20:30.377 INFO O| Dec 05 07:20:30.377 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-05T07:20:31.651Z[ recovery-image] Dec 05 07:20:30.388 INFO O| Dec 05 07:20:30.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64522024-12-05T07:20:31.654Z[ recovery-image] Dec 05 07:20:30.388 INFO O| Dec 05 07:20:30.388 INFO STEP 708 (remove_files) COMPLETE
64532024-12-05T07:20:31.654Z[ recovery-image] Dec 05 07:20:30.388 INFO O| Dec 05 07:20:30.388 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-05T07:20:31.661Z[ recovery-image] Dec 05 07:20:30.399 INFO O| Dec 05 07:20:30.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64552024-12-05T07:20:31.662Z[ recovery-image] Dec 05 07:20:30.399 INFO O| Dec 05 07:20:30.399 INFO STEP 709 (remove_files) COMPLETE
64562024-12-05T07:20:31.665Z[ recovery-image] Dec 05 07:20:30.399 INFO O| Dec 05 07:20:30.399 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-05T07:20:31.672Z[ recovery-image] Dec 05 07:20:30.409 INFO O| Dec 05 07:20:30.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64582024-12-05T07:20:31.675Z[ recovery-image] Dec 05 07:20:30.409 INFO O| Dec 05 07:20:30.409 INFO STEP 710 (remove_files) COMPLETE
64592024-12-05T07:20:31.675Z[ recovery-image] Dec 05 07:20:30.409 INFO O| Dec 05 07:20:30.409 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-05T07:20:31.683Z[ recovery-image] Dec 05 07:20:30.420 INFO O| Dec 05 07:20:30.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64612024-12-05T07:20:31.683Z[ recovery-image] Dec 05 07:20:30.420 INFO O| Dec 05 07:20:30.420 INFO STEP 711 (remove_files) COMPLETE
64622024-12-05T07:20:31.683Z[ recovery-image] Dec 05 07:20:30.420 INFO O| Dec 05 07:20:30.420 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-05T07:20:31.693Z[ recovery-image] Dec 05 07:20:30.430 INFO O| Dec 05 07:20:30.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64642024-12-05T07:20:31.698Z[ recovery-image] Dec 05 07:20:30.430 INFO O| Dec 05 07:20:30.430 INFO STEP 712 (remove_files) COMPLETE
64652024-12-05T07:20:31.698Z[ recovery-image] Dec 05 07:20:30.430 INFO O| Dec 05 07:20:30.430 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-05T07:20:31.703Z[ recovery-image] Dec 05 07:20:30.440 INFO O| Dec 05 07:20:30.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64672024-12-05T07:20:31.703Z[ recovery-image] Dec 05 07:20:30.440 INFO O| Dec 05 07:20:30.440 INFO STEP 713 (remove_files) COMPLETE
64682024-12-05T07:20:31.707Z[ recovery-image] Dec 05 07:20:30.440 INFO O| Dec 05 07:20:30.440 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-05T07:20:31.713Z[ recovery-image] Dec 05 07:20:30.450 INFO O| Dec 05 07:20:30.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64702024-12-05T07:20:31.713Z[ recovery-image] Dec 05 07:20:30.450 INFO O| Dec 05 07:20:30.450 INFO STEP 714 (remove_files) COMPLETE
64712024-12-05T07:20:31.716Z[ recovery-image] Dec 05 07:20:30.450 INFO O| Dec 05 07:20:30.450 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-05T07:20:31.723Z[ recovery-image] Dec 05 07:20:30.460 INFO O| Dec 05 07:20:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64732024-12-05T07:20:31.723Z[ recovery-image] Dec 05 07:20:30.460 INFO O| Dec 05 07:20:30.460 INFO STEP 715 (remove_files) COMPLETE
64742024-12-05T07:20:31.723Z[ recovery-image] Dec 05 07:20:30.460 INFO O| Dec 05 07:20:30.460 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-05T07:20:31.732Z[ recovery-image] Dec 05 07:20:30.469 INFO O| Dec 05 07:20:30.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64762024-12-05T07:20:31.732Z[ recovery-image] Dec 05 07:20:30.469 INFO O| Dec 05 07:20:30.469 INFO STEP 716 (remove_files) COMPLETE
64772024-12-05T07:20:31.736Z[ recovery-image] Dec 05 07:20:30.469 INFO O| Dec 05 07:20:30.469 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-05T07:20:31.742Z[ recovery-image] Dec 05 07:20:30.479 INFO O| Dec 05 07:20:30.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64792024-12-05T07:20:31.742Z[ recovery-image] Dec 05 07:20:30.479 INFO O| Dec 05 07:20:30.479 INFO STEP 717 (remove_files) COMPLETE
64802024-12-05T07:20:31.745Z[ recovery-image] Dec 05 07:20:30.479 INFO O| Dec 05 07:20:30.479 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-05T07:20:31.752Z[ recovery-image] Dec 05 07:20:30.488 INFO O| Dec 05 07:20:30.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64822024-12-05T07:20:31.754Z[ recovery-image] Dec 05 07:20:30.489 INFO O| Dec 05 07:20:30.489 INFO STEP 718 (remove_files) COMPLETE
64832024-12-05T07:20:31.755Z[ recovery-image] Dec 05 07:20:30.489 INFO O| Dec 05 07:20:30.489 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-05T07:20:31.761Z[ recovery-image] Dec 05 07:20:30.498 INFO O| Dec 05 07:20:30.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64852024-12-05T07:20:31.764Z[ recovery-image] Dec 05 07:20:30.498 INFO O| Dec 05 07:20:30.498 INFO STEP 719 (remove_files) COMPLETE
64862024-12-05T07:20:31.764Z[ recovery-image] Dec 05 07:20:30.498 INFO O| Dec 05 07:20:30.498 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-05T07:20:31.771Z[ recovery-image] Dec 05 07:20:30.508 INFO O| Dec 05 07:20:30.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64882024-12-05T07:20:31.774Z[ recovery-image] Dec 05 07:20:30.508 INFO O| Dec 05 07:20:30.508 INFO STEP 720 (remove_files) COMPLETE
64892024-12-05T07:20:31.774Z[ recovery-image] Dec 05 07:20:30.508 INFO O| Dec 05 07:20:30.508 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-05T07:20:31.780Z[ recovery-image] Dec 05 07:20:30.517 INFO O| Dec 05 07:20:30.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64912024-12-05T07:20:31.780Z[ recovery-image] Dec 05 07:20:30.517 INFO O| Dec 05 07:20:30.517 INFO STEP 721 (remove_files) COMPLETE
64922024-12-05T07:20:31.783Z[ recovery-image] Dec 05 07:20:30.517 INFO O| Dec 05 07:20:30.517 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-05T07:20:31.790Z[ recovery-image] Dec 05 07:20:30.527 INFO O| Dec 05 07:20:30.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64942024-12-05T07:20:31.790Z[ recovery-image] Dec 05 07:20:30.527 INFO O| Dec 05 07:20:30.527 INFO STEP 722 (remove_files) COMPLETE
64952024-12-05T07:20:31.792Z[ recovery-image] Dec 05 07:20:30.527 INFO O| Dec 05 07:20:30.527 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-05T07:20:31.799Z[ recovery-image] Dec 05 07:20:30.536 INFO O| Dec 05 07:20:30.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64972024-12-05T07:20:31.802Z[ recovery-image] Dec 05 07:20:30.536 INFO O| Dec 05 07:20:30.536 INFO STEP 723 (remove_files) COMPLETE
64982024-12-05T07:20:31.802Z[ recovery-image] Dec 05 07:20:30.537 INFO O| Dec 05 07:20:30.536 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-05T07:20:31.809Z[ recovery-image] Dec 05 07:20:30.546 INFO O| Dec 05 07:20:30.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65002024-12-05T07:20:31.809Z[ recovery-image] Dec 05 07:20:30.546 INFO O| Dec 05 07:20:30.546 INFO STEP 724 (remove_files) COMPLETE
65012024-12-05T07:20:31.812Z[ recovery-image] Dec 05 07:20:30.546 INFO O| Dec 05 07:20:30.546 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-05T07:20:31.819Z[ recovery-image] Dec 05 07:20:30.556 INFO O| Dec 05 07:20:30.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65032024-12-05T07:20:31.821Z[ recovery-image] Dec 05 07:20:30.556 INFO O| Dec 05 07:20:30.556 INFO STEP 725 (remove_files) COMPLETE
65042024-12-05T07:20:31.821Z[ recovery-image] Dec 05 07:20:30.556 INFO O| Dec 05 07:20:30.556 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-05T07:20:31.829Z[ recovery-image] Dec 05 07:20:30.566 INFO O| Dec 05 07:20:30.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65062024-12-05T07:20:31.832Z[ recovery-image] Dec 05 07:20:30.566 INFO O| Dec 05 07:20:30.566 INFO STEP 726 (remove_files) COMPLETE
65072024-12-05T07:20:31.832Z[ recovery-image] Dec 05 07:20:30.566 INFO O| Dec 05 07:20:30.566 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-05T07:20:31.839Z[ recovery-image] Dec 05 07:20:30.576 INFO O| Dec 05 07:20:30.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65092024-12-05T07:20:31.842Z[ recovery-image] Dec 05 07:20:30.576 INFO O| Dec 05 07:20:30.576 INFO STEP 727 (remove_files) COMPLETE
65102024-12-05T07:20:31.842Z[ recovery-image] Dec 05 07:20:30.576 INFO O| Dec 05 07:20:30.576 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-05T07:20:31.848Z[ recovery-image] Dec 05 07:20:30.586 INFO O| Dec 05 07:20:30.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65122024-12-05T07:20:31.849Z[ recovery-image] Dec 05 07:20:30.586 INFO O| Dec 05 07:20:30.586 INFO STEP 728 (remove_files) COMPLETE
65132024-12-05T07:20:31.852Z[ recovery-image] Dec 05 07:20:30.586 INFO O| Dec 05 07:20:30.586 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-05T07:20:31.858Z[ recovery-image] Dec 05 07:20:30.595 INFO O| Dec 05 07:20:30.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65152024-12-05T07:20:31.861Z[ recovery-image] Dec 05 07:20:30.596 INFO O| Dec 05 07:20:30.596 INFO STEP 729 (remove_files) COMPLETE
65162024-12-05T07:20:31.861Z[ recovery-image] Dec 05 07:20:30.596 INFO O| Dec 05 07:20:30.596 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-05T07:20:31.868Z[ recovery-image] Dec 05 07:20:30.605 INFO O| Dec 05 07:20:30.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65182024-12-05T07:20:31.871Z[ recovery-image] Dec 05 07:20:30.605 INFO O| Dec 05 07:20:30.605 INFO STEP 730 (remove_files) COMPLETE
65192024-12-05T07:20:31.871Z[ recovery-image] Dec 05 07:20:30.605 INFO O| Dec 05 07:20:30.605 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-05T07:20:31.877Z[ recovery-image] Dec 05 07:20:30.614 INFO O| Dec 05 07:20:30.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65212024-12-05T07:20:31.877Z[ recovery-image] Dec 05 07:20:30.614 INFO O| Dec 05 07:20:30.614 INFO STEP 731 (remove_files) COMPLETE
65222024-12-05T07:20:31.877Z[ recovery-image] Dec 05 07:20:30.614 INFO O| Dec 05 07:20:30.614 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-05T07:20:31.887Z[ recovery-image] Dec 05 07:20:30.624 INFO O| Dec 05 07:20:30.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65242024-12-05T07:20:31.887Z[ recovery-image] Dec 05 07:20:30.624 INFO O| Dec 05 07:20:30.624 INFO STEP 732 (remove_files) COMPLETE
65252024-12-05T07:20:31.887Z[ recovery-image] Dec 05 07:20:30.624 INFO O| Dec 05 07:20:30.624 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-05T07:20:31.897Z[ recovery-image] Dec 05 07:20:30.634 INFO O| Dec 05 07:20:30.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65272024-12-05T07:20:31.897Z[ recovery-image] Dec 05 07:20:30.634 INFO O| Dec 05 07:20:30.634 INFO STEP 733 (remove_files) COMPLETE
65282024-12-05T07:20:31.900Z[ recovery-image] Dec 05 07:20:30.634 INFO O| Dec 05 07:20:30.634 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-05T07:20:31.908Z[ recovery-image] Dec 05 07:20:30.645 INFO O| Dec 05 07:20:30.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65302024-12-05T07:20:31.908Z[ recovery-image] Dec 05 07:20:30.645 INFO O| Dec 05 07:20:30.645 INFO STEP 734 (remove_files) COMPLETE
65312024-12-05T07:20:31.911Z[ recovery-image] Dec 05 07:20:30.645 INFO O| Dec 05 07:20:30.645 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-05T07:20:31.920Z[ recovery-image] Dec 05 07:20:30.657 INFO O| Dec 05 07:20:30.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65332024-12-05T07:20:31.923Z[ recovery-image] Dec 05 07:20:30.658 INFO O| Dec 05 07:20:30.657 INFO STEP 735 (remove_files) COMPLETE
65342024-12-05T07:20:31.923Z[ recovery-image] Dec 05 07:20:30.658 INFO O| Dec 05 07:20:30.658 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-05T07:20:31.932Z[ recovery-image] Dec 05 07:20:30.669 INFO O| Dec 05 07:20:30.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65362024-12-05T07:20:31.932Z[ recovery-image] Dec 05 07:20:30.669 INFO O| Dec 05 07:20:30.669 INFO STEP 736 (remove_files) COMPLETE
65372024-12-05T07:20:31.935Z[ recovery-image] Dec 05 07:20:30.669 INFO O| Dec 05 07:20:30.669 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-05T07:20:31.944Z[ recovery-image] Dec 05 07:20:30.681 INFO O| Dec 05 07:20:30.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65392024-12-05T07:20:31.944Z[ recovery-image] Dec 05 07:20:30.681 INFO O| Dec 05 07:20:30.681 INFO STEP 737 (remove_files) COMPLETE
65402024-12-05T07:20:31.944Z[ recovery-image] Dec 05 07:20:30.681 INFO O| Dec 05 07:20:30.681 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-05T07:20:31.955Z[ recovery-image] Dec 05 07:20:30.692 INFO O| Dec 05 07:20:30.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65422024-12-05T07:20:31.955Z[ recovery-image] Dec 05 07:20:30.692 INFO O| Dec 05 07:20:30.692 INFO STEP 738 (remove_files) COMPLETE
65432024-12-05T07:20:31.958Z[ recovery-image] Dec 05 07:20:30.692 INFO O| Dec 05 07:20:30.692 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-05T07:20:31.967Z[ recovery-image] Dec 05 07:20:30.704 INFO O| Dec 05 07:20:30.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65452024-12-05T07:20:31.967Z[ recovery-image] Dec 05 07:20:30.704 INFO O| Dec 05 07:20:30.704 INFO STEP 739 (remove_files) COMPLETE
65462024-12-05T07:20:31.967Z[ recovery-image] Dec 05 07:20:30.704 INFO O| Dec 05 07:20:30.704 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-05T07:20:31.978Z[ recovery-image] Dec 05 07:20:30.715 INFO O| Dec 05 07:20:30.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65482024-12-05T07:20:31.981Z[ recovery-image] Dec 05 07:20:30.715 INFO O| Dec 05 07:20:30.715 INFO STEP 740 (remove_files) COMPLETE
65492024-12-05T07:20:31.981Z[ recovery-image] Dec 05 07:20:30.715 INFO O| Dec 05 07:20:30.715 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-05T07:20:31.990Z[ recovery-image] Dec 05 07:20:30.726 INFO O| Dec 05 07:20:30.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65512024-12-05T07:20:31.990Z[ recovery-image] Dec 05 07:20:30.727 INFO O| Dec 05 07:20:30.727 INFO STEP 741 (remove_files) COMPLETE
65522024-12-05T07:20:31.992Z[ recovery-image] Dec 05 07:20:30.727 INFO O| Dec 05 07:20:30.727 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-05T07:20:32.001Z[ recovery-image] Dec 05 07:20:30.738 INFO O| Dec 05 07:20:30.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65542024-12-05T07:20:32.001Z[ recovery-image] Dec 05 07:20:30.738 INFO O| Dec 05 07:20:30.738 INFO STEP 742 (remove_files) COMPLETE
65552024-12-05T07:20:32.001Z[ recovery-image] Dec 05 07:20:30.738 INFO O| Dec 05 07:20:30.738 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-05T07:20:32.013Z[ recovery-image] Dec 05 07:20:30.750 INFO O| Dec 05 07:20:30.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65572024-12-05T07:20:32.016Z[ recovery-image] Dec 05 07:20:30.750 INFO O| Dec 05 07:20:30.750 INFO STEP 743 (remove_files) COMPLETE
65582024-12-05T07:20:32.016Z[ recovery-image] Dec 05 07:20:30.750 INFO O| Dec 05 07:20:30.750 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-05T07:20:32.024Z[ recovery-image] Dec 05 07:20:30.761 INFO O| Dec 05 07:20:30.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65602024-12-05T07:20:32.024Z[ recovery-image] Dec 05 07:20:30.761 INFO O| Dec 05 07:20:30.761 INFO STEP 744 (remove_files) COMPLETE
65612024-12-05T07:20:32.024Z[ recovery-image] Dec 05 07:20:30.761 INFO O| Dec 05 07:20:30.761 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-05T07:20:32.034Z[ recovery-image] Dec 05 07:20:30.771 INFO O| Dec 05 07:20:30.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65632024-12-05T07:20:32.034Z[ recovery-image] Dec 05 07:20:30.771 INFO O| Dec 05 07:20:30.771 INFO STEP 745 (remove_files) COMPLETE
65642024-12-05T07:20:32.035Z[ recovery-image] Dec 05 07:20:30.771 INFO O| Dec 05 07:20:30.771 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-05T07:20:32.045Z[ recovery-image] Dec 05 07:20:30.781 INFO O| Dec 05 07:20:30.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65662024-12-05T07:20:32.045Z[ recovery-image] Dec 05 07:20:30.782 INFO O| Dec 05 07:20:30.781 INFO STEP 746 (remove_files) COMPLETE
65672024-12-05T07:20:32.046Z[ recovery-image] Dec 05 07:20:30.782 INFO O| Dec 05 07:20:30.782 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-05T07:20:32.055Z[ recovery-image] Dec 05 07:20:30.792 INFO O| Dec 05 07:20:30.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65692024-12-05T07:20:32.055Z[ recovery-image] Dec 05 07:20:30.792 INFO O| Dec 05 07:20:30.792 INFO STEP 747 (remove_files) COMPLETE
65702024-12-05T07:20:32.058Z[ recovery-image] Dec 05 07:20:30.792 INFO O| Dec 05 07:20:30.792 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-05T07:20:32.066Z[ recovery-image] Dec 05 07:20:30.802 INFO O| Dec 05 07:20:30.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65722024-12-05T07:20:32.066Z[ recovery-image] Dec 05 07:20:30.802 INFO O| Dec 05 07:20:30.802 INFO STEP 748 (remove_files) COMPLETE
65732024-12-05T07:20:32.069Z[ recovery-image] Dec 05 07:20:30.802 INFO O| Dec 05 07:20:30.802 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-05T07:20:32.074Z[ recovery-image] Dec 05 07:20:30.812 INFO O| Dec 05 07:20:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65752024-12-05T07:20:32.078Z[ recovery-image] Dec 05 07:20:30.812 INFO O| Dec 05 07:20:30.812 INFO STEP 749 (remove_files) COMPLETE
65762024-12-05T07:20:32.078Z[ recovery-image] Dec 05 07:20:30.812 INFO O| Dec 05 07:20:30.812 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-05T07:20:32.085Z[ recovery-image] Dec 05 07:20:30.822 INFO O| Dec 05 07:20:30.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65782024-12-05T07:20:32.085Z[ recovery-image] Dec 05 07:20:30.822 INFO O| Dec 05 07:20:30.822 INFO STEP 750 (remove_files) COMPLETE
65792024-12-05T07:20:32.088Z[ recovery-image] Dec 05 07:20:30.822 INFO O| Dec 05 07:20:30.822 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-05T07:20:32.099Z[ recovery-image] Dec 05 07:20:30.835 INFO O| Dec 05 07:20:30.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65812024-12-05T07:20:32.099Z[ recovery-image] Dec 05 07:20:30.836 INFO O| Dec 05 07:20:30.835 INFO STEP 751 (remove_files) COMPLETE
65822024-12-05T07:20:32.103Z[ recovery-image] Dec 05 07:20:30.836 INFO O| Dec 05 07:20:30.835 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-05T07:20:32.111Z[ recovery-image] Dec 05 07:20:30.847 INFO O| Dec 05 07:20:30.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65842024-12-05T07:20:32.114Z[ recovery-image] Dec 05 07:20:30.848 INFO O| Dec 05 07:20:30.848 INFO STEP 752 (remove_files) COMPLETE
65852024-12-05T07:20:32.114Z[ recovery-image] Dec 05 07:20:30.848 INFO O| Dec 05 07:20:30.848 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-05T07:20:32.123Z[ recovery-image] Dec 05 07:20:30.860 INFO O| Dec 05 07:20:30.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65872024-12-05T07:20:32.123Z[ recovery-image] Dec 05 07:20:30.860 INFO O| Dec 05 07:20:30.860 INFO STEP 753 (remove_files) COMPLETE
65882024-12-05T07:20:32.123Z[ recovery-image] Dec 05 07:20:30.860 INFO O| Dec 05 07:20:30.860 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-05T07:20:32.135Z[ recovery-image] Dec 05 07:20:30.872 INFO O| Dec 05 07:20:30.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65902024-12-05T07:20:32.135Z[ recovery-image] Dec 05 07:20:30.872 INFO O| Dec 05 07:20:30.872 INFO STEP 754 (remove_files) COMPLETE
65912024-12-05T07:20:32.138Z[ recovery-image] Dec 05 07:20:30.872 INFO O| Dec 05 07:20:30.872 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-05T07:20:32.146Z[ recovery-image] Dec 05 07:20:30.883 INFO O| Dec 05 07:20:30.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65932024-12-05T07:20:32.149Z[ recovery-image] Dec 05 07:20:30.883 INFO O| Dec 05 07:20:30.883 INFO STEP 755 (remove_files) COMPLETE
65942024-12-05T07:20:32.149Z[ recovery-image] Dec 05 07:20:30.883 INFO O| Dec 05 07:20:30.883 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-05T07:20:32.157Z[ recovery-image] Dec 05 07:20:30.894 INFO O| Dec 05 07:20:30.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65962024-12-05T07:20:32.157Z[ recovery-image] Dec 05 07:20:30.894 INFO O| Dec 05 07:20:30.894 INFO STEP 756 (remove_files) COMPLETE
65972024-12-05T07:20:32.161Z[ recovery-image] Dec 05 07:20:30.894 INFO O| Dec 05 07:20:30.894 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-05T07:20:32.168Z[ recovery-image] Dec 05 07:20:30.905 INFO O| Dec 05 07:20:30.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65992024-12-05T07:20:32.168Z[ recovery-image] Dec 05 07:20:30.905 INFO O| Dec 05 07:20:30.905 INFO STEP 757 (remove_files) COMPLETE
66002024-12-05T07:20:32.171Z[ recovery-image] Dec 05 07:20:30.905 INFO O| Dec 05 07:20:30.905 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-05T07:20:32.179Z[ recovery-image] Dec 05 07:20:30.916 INFO O| Dec 05 07:20:30.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66022024-12-05T07:20:32.179Z[ recovery-image] Dec 05 07:20:30.916 INFO O| Dec 05 07:20:30.916 INFO STEP 758 (remove_files) COMPLETE
66032024-12-05T07:20:32.182Z[ recovery-image] Dec 05 07:20:30.916 INFO O| Dec 05 07:20:30.916 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-05T07:20:32.191Z[ recovery-image] Dec 05 07:20:30.928 INFO O| Dec 05 07:20:30.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66052024-12-05T07:20:32.194Z[ recovery-image] Dec 05 07:20:30.928 INFO O| Dec 05 07:20:30.928 INFO STEP 759 (remove_files) COMPLETE
66062024-12-05T07:20:32.194Z[ recovery-image] Dec 05 07:20:30.928 INFO O| Dec 05 07:20:30.928 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-05T07:20:32.202Z[ recovery-image] Dec 05 07:20:30.939 INFO O| Dec 05 07:20:30.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66082024-12-05T07:20:32.202Z[ recovery-image] Dec 05 07:20:30.940 INFO O| Dec 05 07:20:30.940 INFO STEP 760 (remove_files) COMPLETE
66092024-12-05T07:20:32.206Z[ recovery-image] Dec 05 07:20:30.940 INFO O| Dec 05 07:20:30.940 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-05T07:20:32.214Z[ recovery-image] Dec 05 07:20:30.950 INFO O| Dec 05 07:20:30.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66112024-12-05T07:20:32.214Z[ recovery-image] Dec 05 07:20:30.950 INFO O| Dec 05 07:20:30.950 INFO STEP 761 (remove_files) COMPLETE
66122024-12-05T07:20:32.217Z[ recovery-image] Dec 05 07:20:30.950 INFO O| Dec 05 07:20:30.950 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-05T07:20:32.224Z[ recovery-image] Dec 05 07:20:30.961 INFO O| Dec 05 07:20:30.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66142024-12-05T07:20:32.224Z[ recovery-image] Dec 05 07:20:30.961 INFO O| Dec 05 07:20:30.961 INFO STEP 762 (remove_files) COMPLETE
66152024-12-05T07:20:32.225Z[ recovery-image] Dec 05 07:20:30.961 INFO O| Dec 05 07:20:30.961 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-05T07:20:32.235Z[ recovery-image] Dec 05 07:20:30.972 INFO O| Dec 05 07:20:30.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66172024-12-05T07:20:32.235Z[ recovery-image] Dec 05 07:20:30.972 INFO O| Dec 05 07:20:30.972 INFO STEP 763 (remove_files) COMPLETE
66182024-12-05T07:20:32.238Z[ recovery-image] Dec 05 07:20:30.972 INFO O| Dec 05 07:20:30.972 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-05T07:20:32.245Z[ recovery-image] Dec 05 07:20:30.982 INFO O| Dec 05 07:20:30.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66202024-12-05T07:20:32.245Z[ recovery-image] Dec 05 07:20:30.982 INFO O| Dec 05 07:20:30.982 INFO STEP 764 (remove_files) COMPLETE
66212024-12-05T07:20:32.248Z[ recovery-image] Dec 05 07:20:30.982 INFO O| Dec 05 07:20:30.982 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-05T07:20:32.255Z[ recovery-image] Dec 05 07:20:30.992 INFO O| Dec 05 07:20:30.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66232024-12-05T07:20:32.255Z[ recovery-image] Dec 05 07:20:30.992 INFO O| Dec 05 07:20:30.992 INFO STEP 765 (remove_files) COMPLETE
66242024-12-05T07:20:32.255Z[ recovery-image] Dec 05 07:20:30.992 INFO O| Dec 05 07:20:30.992 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-05T07:20:32.265Z[ recovery-image] Dec 05 07:20:31.002 INFO O| Dec 05 07:20:31.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66262024-12-05T07:20:32.265Z[ recovery-image] Dec 05 07:20:31.002 INFO O| Dec 05 07:20:31.002 INFO STEP 766 (remove_files) COMPLETE
66272024-12-05T07:20:32.268Z[ recovery-image] Dec 05 07:20:31.002 INFO O| Dec 05 07:20:31.002 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-12-05T07:20:32.277Z[ recovery-image] Dec 05 07:20:31.014 INFO O| Dec 05 07:20:31.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66292024-12-05T07:20:32.277Z[ recovery-image] Dec 05 07:20:31.014 INFO O| Dec 05 07:20:31.014 INFO STEP 767 (remove_files) COMPLETE
66302024-12-05T07:20:32.280Z[ recovery-image] Dec 05 07:20:31.014 INFO O| Dec 05 07:20:31.014 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-12-05T07:20:32.287Z[ recovery-image] Dec 05 07:20:31.024 INFO O| Dec 05 07:20:31.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66322024-12-05T07:20:32.287Z[ recovery-image] Dec 05 07:20:31.024 INFO O| Dec 05 07:20:31.024 INFO STEP 768 (remove_files) COMPLETE
66332024-12-05T07:20:32.287Z[ recovery-image] Dec 05 07:20:31.024 INFO O| Dec 05 07:20:31.024 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-05T07:20:32.297Z[ recovery-image] Dec 05 07:20:31.034 INFO O| Dec 05 07:20:31.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66352024-12-05T07:20:32.297Z[ recovery-image] Dec 05 07:20:31.034 INFO O| Dec 05 07:20:31.034 INFO STEP 769 (remove_files) COMPLETE
66362024-12-05T07:20:32.297Z[ recovery-image] Dec 05 07:20:31.034 INFO O| Dec 05 07:20:31.034 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-05T07:20:32.307Z[ recovery-image] Dec 05 07:20:31.044 INFO O| Dec 05 07:20:31.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66382024-12-05T07:20:32.307Z[ recovery-image] Dec 05 07:20:31.044 INFO O| Dec 05 07:20:31.044 INFO STEP 770 (remove_files) COMPLETE
66392024-12-05T07:20:32.310Z[ recovery-image] Dec 05 07:20:31.044 INFO O| Dec 05 07:20:31.044 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-05T07:20:32.317Z[ recovery-image] Dec 05 07:20:31.054 INFO O| Dec 05 07:20:31.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66412024-12-05T07:20:32.317Z[ recovery-image] Dec 05 07:20:31.054 INFO O| Dec 05 07:20:31.054 INFO STEP 771 (remove_files) COMPLETE
66422024-12-05T07:20:32.321Z[ recovery-image] Dec 05 07:20:31.054 INFO O| Dec 05 07:20:31.054 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-05T07:20:32.331Z[ recovery-image] Dec 05 07:20:31.067 INFO O| Dec 05 07:20:31.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66442024-12-05T07:20:32.331Z[ recovery-image] Dec 05 07:20:31.067 INFO O| Dec 05 07:20:31.067 INFO STEP 772 (remove_files) COMPLETE
66452024-12-05T07:20:32.334Z[ recovery-image] Dec 05 07:20:31.067 INFO O| Dec 05 07:20:31.067 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-05T07:20:32.343Z[ recovery-image] Dec 05 07:20:31.080 INFO O| Dec 05 07:20:31.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66472024-12-05T07:20:32.343Z[ recovery-image] Dec 05 07:20:31.080 INFO O| Dec 05 07:20:31.080 INFO STEP 773 (remove_files) COMPLETE
66482024-12-05T07:20:32.343Z[ recovery-image] Dec 05 07:20:31.080 INFO O| Dec 05 07:20:31.080 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-05T07:20:32.355Z[ recovery-image] Dec 05 07:20:31.092 INFO O| Dec 05 07:20:31.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66502024-12-05T07:20:32.355Z[ recovery-image] Dec 05 07:20:31.092 INFO O| Dec 05 07:20:31.092 INFO STEP 774 (remove_files) COMPLETE
66512024-12-05T07:20:32.355Z[ recovery-image] Dec 05 07:20:31.092 INFO O| Dec 05 07:20:31.092 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-05T07:20:32.368Z[ recovery-image] Dec 05 07:20:31.105 INFO O| Dec 05 07:20:31.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66532024-12-05T07:20:32.368Z[ recovery-image] Dec 05 07:20:31.105 INFO O| Dec 05 07:20:31.105 INFO STEP 775 (remove_files) COMPLETE
66542024-12-05T07:20:32.371Z[ recovery-image] Dec 05 07:20:31.105 INFO O| Dec 05 07:20:31.105 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-05T07:20:32.380Z[ recovery-image] Dec 05 07:20:31.117 INFO O| Dec 05 07:20:31.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66562024-12-05T07:20:32.381Z[ recovery-image] Dec 05 07:20:31.117 INFO O| Dec 05 07:20:31.117 INFO STEP 776 (remove_files) COMPLETE
66572024-12-05T07:20:32.394Z[ recovery-image] Dec 05 07:20:31.117 INFO O| Dec 05 07:20:31.117 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-05T07:20:32.398Z[ recovery-image] Dec 05 07:20:31.130 INFO O| Dec 05 07:20:31.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66592024-12-05T07:20:32.398Z[ recovery-image] Dec 05 07:20:31.130 INFO O| Dec 05 07:20:31.130 INFO STEP 777 (remove_files) COMPLETE
66602024-12-05T07:20:32.398Z[ recovery-image] Dec 05 07:20:31.130 INFO O| Dec 05 07:20:31.130 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-12-05T07:20:32.406Z[ recovery-image] Dec 05 07:20:31.143 INFO O| Dec 05 07:20:31.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66622024-12-05T07:20:32.406Z[ recovery-image] Dec 05 07:20:31.143 INFO O| Dec 05 07:20:31.143 INFO STEP 778 (remove_files) COMPLETE
66632024-12-05T07:20:32.406Z[ recovery-image] Dec 05 07:20:31.143 INFO O| Dec 05 07:20:31.143 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-12-05T07:20:32.420Z[ recovery-image] Dec 05 07:20:31.157 INFO O| Dec 05 07:20:31.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66652024-12-05T07:20:32.420Z[ recovery-image] Dec 05 07:20:31.157 INFO O| Dec 05 07:20:31.157 INFO STEP 779 (remove_files) COMPLETE
66662024-12-05T07:20:32.423Z[ recovery-image] Dec 05 07:20:31.157 INFO O| Dec 05 07:20:31.157 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-12-05T07:20:32.435Z[ recovery-image] Dec 05 07:20:31.171 INFO O| Dec 05 07:20:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66682024-12-05T07:20:32.435Z[ recovery-image] Dec 05 07:20:31.171 INFO O| Dec 05 07:20:31.171 INFO STEP 780 (remove_files) COMPLETE
66692024-12-05T07:20:32.435Z[ recovery-image] Dec 05 07:20:31.172 INFO O| Dec 05 07:20:31.171 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-12-05T07:20:32.447Z[ recovery-image] Dec 05 07:20:31.184 INFO O| Dec 05 07:20:31.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66712024-12-05T07:20:32.447Z[ recovery-image] Dec 05 07:20:31.184 INFO O| Dec 05 07:20:31.184 INFO STEP 781 (remove_files) COMPLETE
66722024-12-05T07:20:32.447Z[ recovery-image] Dec 05 07:20:31.184 INFO O| Dec 05 07:20:31.184 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-12-05T07:20:32.458Z[ recovery-image] Dec 05 07:20:31.195 INFO O| Dec 05 07:20:31.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66742024-12-05T07:20:32.462Z[ recovery-image] Dec 05 07:20:31.195 INFO O| Dec 05 07:20:31.195 INFO STEP 782 (remove_files) COMPLETE
66752024-12-05T07:20:32.462Z[ recovery-image] Dec 05 07:20:31.195 INFO O| Dec 05 07:20:31.195 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-12-05T07:20:32.469Z[ recovery-image] Dec 05 07:20:31.205 INFO O| Dec 05 07:20:31.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66772024-12-05T07:20:32.472Z[ recovery-image] Dec 05 07:20:31.205 INFO O| Dec 05 07:20:31.205 INFO STEP 783 (remove_files) COMPLETE
66782024-12-05T07:20:32.472Z[ recovery-image] Dec 05 07:20:31.205 INFO O| Dec 05 07:20:31.205 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-12-05T07:20:32.479Z[ recovery-image] Dec 05 07:20:31.215 INFO O| Dec 05 07:20:31.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66802024-12-05T07:20:32.479Z[ recovery-image] Dec 05 07:20:31.216 INFO O| Dec 05 07:20:31.216 INFO STEP 784 (remove_files) COMPLETE
66812024-12-05T07:20:32.479Z[ recovery-image] Dec 05 07:20:31.216 INFO O| Dec 05 07:20:31.216 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-12-05T07:20:32.488Z[ recovery-image] Dec 05 07:20:31.225 INFO O| Dec 05 07:20:31.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66832024-12-05T07:20:32.492Z[ recovery-image] Dec 05 07:20:31.226 INFO O| Dec 05 07:20:31.226 INFO STEP 785 (remove_files) COMPLETE
66842024-12-05T07:20:32.492Z[ recovery-image] Dec 05 07:20:31.226 INFO O| Dec 05 07:20:31.226 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-12-05T07:20:32.500Z[ recovery-image] Dec 05 07:20:31.236 INFO O| Dec 05 07:20:31.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66862024-12-05T07:20:32.500Z[ recovery-image] Dec 05 07:20:31.236 INFO O| Dec 05 07:20:31.236 INFO STEP 786 (remove_files) COMPLETE
66872024-12-05T07:20:32.503Z[ recovery-image] Dec 05 07:20:31.236 INFO O| Dec 05 07:20:31.236 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-12-05T07:20:32.510Z[ recovery-image] Dec 05 07:20:31.247 INFO O| Dec 05 07:20:31.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66892024-12-05T07:20:32.512Z[ recovery-image] Dec 05 07:20:31.247 INFO O| Dec 05 07:20:31.247 INFO STEP 787 (remove_files) COMPLETE
66902024-12-05T07:20:32.515Z[ recovery-image] Dec 05 07:20:31.247 INFO O| Dec 05 07:20:31.247 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-12-05T07:20:32.521Z[ recovery-image] Dec 05 07:20:31.258 INFO O| Dec 05 07:20:31.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66922024-12-05T07:20:32.521Z[ recovery-image] Dec 05 07:20:31.258 INFO O| Dec 05 07:20:31.258 INFO STEP 788 (remove_files) COMPLETE
66932024-12-05T07:20:32.521Z[ recovery-image] Dec 05 07:20:31.258 INFO O| Dec 05 07:20:31.258 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-05T07:20:32.533Z[ recovery-image] Dec 05 07:20:31.270 INFO O| Dec 05 07:20:31.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66952024-12-05T07:20:32.533Z[ recovery-image] Dec 05 07:20:31.270 INFO O| Dec 05 07:20:31.270 INFO STEP 789 (remove_files) COMPLETE
66962024-12-05T07:20:32.533Z[ recovery-image] Dec 05 07:20:31.270 INFO O| Dec 05 07:20:31.270 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-05T07:20:32.545Z[ recovery-image] Dec 05 07:20:31.281 INFO O| Dec 05 07:20:31.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66982024-12-05T07:20:32.545Z[ recovery-image] Dec 05 07:20:31.281 INFO O| Dec 05 07:20:31.281 INFO STEP 790 (remove_files) COMPLETE
66992024-12-05T07:20:32.548Z[ recovery-image] Dec 05 07:20:31.282 INFO O| Dec 05 07:20:31.281 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-05T07:20:32.555Z[ recovery-image] Dec 05 07:20:31.291 INFO O| Dec 05 07:20:31.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67012024-12-05T07:20:32.555Z[ recovery-image] Dec 05 07:20:31.291 INFO O| Dec 05 07:20:31.291 INFO STEP 791 (remove_files) COMPLETE
67022024-12-05T07:20:32.555Z[ recovery-image] Dec 05 07:20:31.291 INFO O| Dec 05 07:20:31.291 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-05T07:20:32.564Z[ recovery-image] Dec 05 07:20:31.301 INFO O| Dec 05 07:20:31.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67042024-12-05T07:20:32.564Z[ recovery-image] Dec 05 07:20:31.301 INFO O| Dec 05 07:20:31.301 INFO STEP 792 (remove_files) COMPLETE
67052024-12-05T07:20:32.564Z[ recovery-image] Dec 05 07:20:31.301 INFO O| Dec 05 07:20:31.301 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-05T07:20:32.575Z[ recovery-image] Dec 05 07:20:31.311 INFO O| Dec 05 07:20:31.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67072024-12-05T07:20:32.575Z[ recovery-image] Dec 05 07:20:31.311 INFO O| Dec 05 07:20:31.311 INFO STEP 793 (remove_files) COMPLETE
67082024-12-05T07:20:32.575Z[ recovery-image] Dec 05 07:20:31.311 INFO O| Dec 05 07:20:31.311 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-05T07:20:32.585Z[ recovery-image] Dec 05 07:20:31.321 INFO O| Dec 05 07:20:31.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67102024-12-05T07:20:32.585Z[ recovery-image] Dec 05 07:20:31.321 INFO O| Dec 05 07:20:31.321 INFO STEP 794 (remove_files) COMPLETE
67112024-12-05T07:20:32.586Z[ recovery-image] Dec 05 07:20:31.321 INFO O| Dec 05 07:20:31.321 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-05T07:20:32.596Z[ recovery-image] Dec 05 07:20:31.331 INFO O| Dec 05 07:20:31.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67132024-12-05T07:20:32.596Z[ recovery-image] Dec 05 07:20:31.331 INFO O| Dec 05 07:20:31.331 INFO STEP 795 (remove_files) COMPLETE
67142024-12-05T07:20:32.599Z[ recovery-image] Dec 05 07:20:31.331 INFO O| Dec 05 07:20:31.331 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-05T07:20:32.604Z[ recovery-image] Dec 05 07:20:31.341 INFO O| Dec 05 07:20:31.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67162024-12-05T07:20:32.604Z[ recovery-image] Dec 05 07:20:31.341 INFO O| Dec 05 07:20:31.341 INFO STEP 796 (remove_files) COMPLETE
67172024-12-05T07:20:32.604Z[ recovery-image] Dec 05 07:20:31.341 INFO O| Dec 05 07:20:31.341 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-05T07:20:32.615Z[ recovery-image] Dec 05 07:20:31.351 INFO O| Dec 05 07:20:31.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67192024-12-05T07:20:32.618Z[ recovery-image] Dec 05 07:20:31.352 INFO O| Dec 05 07:20:31.351 INFO STEP 797 (remove_files) COMPLETE
67202024-12-05T07:20:32.618Z[ recovery-image] Dec 05 07:20:31.352 INFO O| Dec 05 07:20:31.352 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-05T07:20:32.625Z[ recovery-image] Dec 05 07:20:31.362 INFO O| Dec 05 07:20:31.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67222024-12-05T07:20:32.626Z[ recovery-image] Dec 05 07:20:31.362 INFO O| Dec 05 07:20:31.362 INFO STEP 798 (remove_files) COMPLETE
67232024-12-05T07:20:32.629Z[ recovery-image] Dec 05 07:20:31.362 INFO O| Dec 05 07:20:31.362 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-05T07:20:32.635Z[ recovery-image] Dec 05 07:20:31.372 INFO O| Dec 05 07:20:31.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67252024-12-05T07:20:32.635Z[ recovery-image] Dec 05 07:20:31.372 INFO O| Dec 05 07:20:31.372 INFO STEP 799 (remove_files) COMPLETE
67262024-12-05T07:20:32.639Z[ recovery-image] Dec 05 07:20:31.372 INFO O| Dec 05 07:20:31.372 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-05T07:20:32.646Z[ recovery-image] Dec 05 07:20:31.382 INFO O| Dec 05 07:20:31.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67282024-12-05T07:20:32.646Z[ recovery-image] Dec 05 07:20:31.382 INFO O| Dec 05 07:20:31.382 INFO STEP 800 (remove_files) COMPLETE
67292024-12-05T07:20:32.649Z[ recovery-image] Dec 05 07:20:31.382 INFO O| Dec 05 07:20:31.382 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-05T07:20:32.656Z[ recovery-image] Dec 05 07:20:31.392 INFO O| Dec 05 07:20:31.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67312024-12-05T07:20:32.656Z[ recovery-image] Dec 05 07:20:31.393 INFO O| Dec 05 07:20:31.393 INFO STEP 801 (remove_files) COMPLETE
67322024-12-05T07:20:32.656Z[ recovery-image] Dec 05 07:20:31.393 INFO O| Dec 05 07:20:31.393 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-05T07:20:32.665Z[ recovery-image] Dec 05 07:20:31.402 INFO O| Dec 05 07:20:31.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67342024-12-05T07:20:32.668Z[ recovery-image] Dec 05 07:20:31.402 INFO O| Dec 05 07:20:31.402 INFO STEP 802 (remove_files) COMPLETE
67352024-12-05T07:20:32.668Z[ recovery-image] Dec 05 07:20:31.402 INFO O| Dec 05 07:20:31.402 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-05T07:20:32.675Z[ recovery-image] Dec 05 07:20:31.412 INFO O| Dec 05 07:20:31.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67372024-12-05T07:20:32.675Z[ recovery-image] Dec 05 07:20:31.412 INFO O| Dec 05 07:20:31.412 INFO STEP 803 (remove_files) COMPLETE
67382024-12-05T07:20:32.675Z[ recovery-image] Dec 05 07:20:31.412 INFO O| Dec 05 07:20:31.412 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-05T07:20:32.685Z[ recovery-image] Dec 05 07:20:31.422 INFO O| Dec 05 07:20:31.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67402024-12-05T07:20:32.685Z[ recovery-image] Dec 05 07:20:31.422 INFO O| Dec 05 07:20:31.422 INFO STEP 804 (remove_files) COMPLETE
67412024-12-05T07:20:32.685Z[ recovery-image] Dec 05 07:20:31.422 INFO O| Dec 05 07:20:31.422 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-05T07:20:32.695Z[ recovery-image] Dec 05 07:20:31.432 INFO O| Dec 05 07:20:31.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67432024-12-05T07:20:32.695Z[ recovery-image] Dec 05 07:20:31.432 INFO O| Dec 05 07:20:31.432 INFO STEP 805 (remove_files) COMPLETE
67442024-12-05T07:20:32.695Z[ recovery-image] Dec 05 07:20:31.432 INFO O| Dec 05 07:20:31.432 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-05T07:20:32.705Z[ recovery-image] Dec 05 07:20:31.442 INFO O| Dec 05 07:20:31.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67462024-12-05T07:20:32.705Z[ recovery-image] Dec 05 07:20:31.442 INFO O| Dec 05 07:20:31.442 INFO STEP 806 (remove_files) COMPLETE
67472024-12-05T07:20:32.705Z[ recovery-image] Dec 05 07:20:31.442 INFO O| Dec 05 07:20:31.442 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-05T07:20:32.716Z[ recovery-image] Dec 05 07:20:31.452 INFO O| Dec 05 07:20:31.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67492024-12-05T07:20:32.716Z[ recovery-image] Dec 05 07:20:31.452 INFO O| Dec 05 07:20:31.452 INFO STEP 807 (remove_files) COMPLETE
67502024-12-05T07:20:32.719Z[ recovery-image] Dec 05 07:20:31.452 INFO O| Dec 05 07:20:31.452 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-05T07:20:32.725Z[ recovery-image] Dec 05 07:20:31.462 INFO O| Dec 05 07:20:31.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67522024-12-05T07:20:32.728Z[ recovery-image] Dec 05 07:20:31.462 INFO O| Dec 05 07:20:31.462 INFO STEP 808 (remove_files) COMPLETE
67532024-12-05T07:20:32.729Z[ recovery-image] Dec 05 07:20:31.462 INFO O| Dec 05 07:20:31.462 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-05T07:20:32.735Z[ recovery-image] Dec 05 07:20:31.472 INFO O| Dec 05 07:20:31.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67552024-12-05T07:20:32.735Z[ recovery-image] Dec 05 07:20:31.472 INFO O| Dec 05 07:20:31.472 INFO STEP 809 (remove_files) COMPLETE
67562024-12-05T07:20:32.738Z[ recovery-image] Dec 05 07:20:31.472 INFO O| Dec 05 07:20:31.472 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-05T07:20:32.746Z[ recovery-image] Dec 05 07:20:31.483 INFO O| Dec 05 07:20:31.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67582024-12-05T07:20:32.749Z[ recovery-image] Dec 05 07:20:31.483 INFO O| Dec 05 07:20:31.483 INFO STEP 810 (remove_files) COMPLETE
67592024-12-05T07:20:32.749Z[ recovery-image] Dec 05 07:20:31.483 INFO O| Dec 05 07:20:31.483 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-12-05T07:20:32.756Z[ recovery-image] Dec 05 07:20:31.493 INFO O| Dec 05 07:20:31.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67612024-12-05T07:20:32.759Z[ recovery-image] Dec 05 07:20:31.493 INFO O| Dec 05 07:20:31.493 INFO STEP 811 (remove_files) COMPLETE
67622024-12-05T07:20:32.759Z[ recovery-image] Dec 05 07:20:31.493 INFO O| Dec 05 07:20:31.493 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-05T07:20:32.767Z[ recovery-image] Dec 05 07:20:31.504 INFO O| Dec 05 07:20:31.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67642024-12-05T07:20:32.767Z[ recovery-image] Dec 05 07:20:31.504 INFO O| Dec 05 07:20:31.504 INFO STEP 812 (remove_files) COMPLETE
67652024-12-05T07:20:32.767Z[ recovery-image] Dec 05 07:20:31.504 INFO O| Dec 05 07:20:31.504 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-05T07:20:32.777Z[ recovery-image] Dec 05 07:20:31.514 INFO O| Dec 05 07:20:31.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67672024-12-05T07:20:32.777Z[ recovery-image] Dec 05 07:20:31.514 INFO O| Dec 05 07:20:31.514 INFO STEP 813 (remove_files) COMPLETE
67682024-12-05T07:20:32.781Z[ recovery-image] Dec 05 07:20:31.514 INFO O| Dec 05 07:20:31.514 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-05T07:20:32.787Z[ recovery-image] Dec 05 07:20:31.524 INFO O| Dec 05 07:20:31.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67702024-12-05T07:20:32.787Z[ recovery-image] Dec 05 07:20:31.524 INFO O| Dec 05 07:20:31.524 INFO STEP 814 (remove_files) COMPLETE
67712024-12-05T07:20:32.790Z[ recovery-image] Dec 05 07:20:31.524 INFO O| Dec 05 07:20:31.524 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-05T07:20:32.797Z[ recovery-image] Dec 05 07:20:31.534 INFO O| Dec 05 07:20:31.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67732024-12-05T07:20:32.800Z[ recovery-image] Dec 05 07:20:31.534 INFO O| Dec 05 07:20:31.534 INFO STEP 815 (remove_files) COMPLETE
67742024-12-05T07:20:32.800Z[ recovery-image] Dec 05 07:20:31.534 INFO O| Dec 05 07:20:31.534 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-05T07:20:32.808Z[ recovery-image] Dec 05 07:20:31.544 INFO O| Dec 05 07:20:31.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67762024-12-05T07:20:32.808Z[ recovery-image] Dec 05 07:20:31.544 INFO O| Dec 05 07:20:31.544 INFO STEP 816 (remove_files) COMPLETE
67772024-12-05T07:20:32.808Z[ recovery-image] Dec 05 07:20:31.544 INFO O| Dec 05 07:20:31.544 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-05T07:20:32.818Z[ recovery-image] Dec 05 07:20:31.555 INFO O| Dec 05 07:20:31.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67792024-12-05T07:20:32.818Z[ recovery-image] Dec 05 07:20:31.555 INFO O| Dec 05 07:20:31.555 INFO STEP 817 (remove_files) COMPLETE
67802024-12-05T07:20:32.821Z[ recovery-image] Dec 05 07:20:31.555 INFO O| Dec 05 07:20:31.555 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-05T07:20:32.828Z[ recovery-image] Dec 05 07:20:31.565 INFO O| Dec 05 07:20:31.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67822024-12-05T07:20:32.829Z[ recovery-image] Dec 05 07:20:31.565 INFO O| Dec 05 07:20:31.565 INFO STEP 818 (remove_files) COMPLETE
67832024-12-05T07:20:32.829Z[ recovery-image] Dec 05 07:20:31.565 INFO O| Dec 05 07:20:31.565 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-05T07:20:32.839Z[ recovery-image] Dec 05 07:20:31.575 INFO O| Dec 05 07:20:31.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67852024-12-05T07:20:32.839Z[ recovery-image] Dec 05 07:20:31.576 INFO O| Dec 05 07:20:31.576 INFO STEP 819 (remove_files) COMPLETE
67862024-12-05T07:20:32.839Z[ recovery-image] Dec 05 07:20:31.576 INFO O| Dec 05 07:20:31.576 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-05T07:20:32.849Z[ recovery-image] Dec 05 07:20:31.585 INFO O| Dec 05 07:20:31.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67882024-12-05T07:20:32.849Z[ recovery-image] Dec 05 07:20:31.586 INFO O| Dec 05 07:20:31.585 INFO STEP 820 (remove_files) COMPLETE
67892024-12-05T07:20:32.851Z[ recovery-image] Dec 05 07:20:31.586 INFO O| Dec 05 07:20:31.586 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-05T07:20:32.859Z[ recovery-image] Dec 05 07:20:31.595 INFO O| Dec 05 07:20:31.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67912024-12-05T07:20:32.862Z[ recovery-image] Dec 05 07:20:31.596 INFO O| Dec 05 07:20:31.596 INFO STEP 821 (remove_files) COMPLETE
67922024-12-05T07:20:32.862Z[ recovery-image] Dec 05 07:20:31.596 INFO O| Dec 05 07:20:31.596 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-05T07:20:32.869Z[ recovery-image] Dec 05 07:20:31.606 INFO O| Dec 05 07:20:31.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67942024-12-05T07:20:32.872Z[ recovery-image] Dec 05 07:20:31.606 INFO O| Dec 05 07:20:31.606 INFO STEP 822 (remove_files) COMPLETE
67952024-12-05T07:20:32.872Z[ recovery-image] Dec 05 07:20:31.606 INFO O| Dec 05 07:20:31.606 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-05T07:20:32.880Z[ recovery-image] Dec 05 07:20:31.616 INFO O| Dec 05 07:20:31.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67972024-12-05T07:20:32.884Z[ recovery-image] Dec 05 07:20:31.617 INFO O| Dec 05 07:20:31.617 INFO STEP 823 (remove_files) COMPLETE
67982024-12-05T07:20:32.885Z[ recovery-image] Dec 05 07:20:31.617 INFO O| Dec 05 07:20:31.617 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-05T07:20:32.890Z[ recovery-image] Dec 05 07:20:31.627 INFO O| Dec 05 07:20:31.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68002024-12-05T07:20:32.890Z[ recovery-image] Dec 05 07:20:31.627 INFO O| Dec 05 07:20:31.627 INFO STEP 824 (remove_files) COMPLETE
68012024-12-05T07:20:32.893Z[ recovery-image] Dec 05 07:20:31.627 INFO O| Dec 05 07:20:31.627 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-05T07:20:32.901Z[ recovery-image] Dec 05 07:20:31.638 INFO O| Dec 05 07:20:31.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68032024-12-05T07:20:32.907Z[ recovery-image] Dec 05 07:20:31.638 INFO O| Dec 05 07:20:31.638 INFO STEP 825 (remove_files) COMPLETE
68042024-12-05T07:20:32.907Z[ recovery-image] Dec 05 07:20:31.638 INFO O| Dec 05 07:20:31.638 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-05T07:20:32.911Z[ recovery-image] Dec 05 07:20:31.648 INFO O| Dec 05 07:20:31.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68062024-12-05T07:20:32.914Z[ recovery-image] Dec 05 07:20:31.648 INFO O| Dec 05 07:20:31.648 INFO STEP 826 (remove_files) COMPLETE
68072024-12-05T07:20:32.914Z[ recovery-image] Dec 05 07:20:31.648 INFO O| Dec 05 07:20:31.648 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-05T07:20:32.921Z[ recovery-image] Dec 05 07:20:31.658 INFO O| Dec 05 07:20:31.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68092024-12-05T07:20:32.925Z[ recovery-image] Dec 05 07:20:31.658 INFO O| Dec 05 07:20:31.658 INFO STEP 827 (remove_files) COMPLETE
68102024-12-05T07:20:32.925Z[ recovery-image] Dec 05 07:20:31.658 INFO O| Dec 05 07:20:31.658 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-05T07:20:32.931Z[ recovery-image] Dec 05 07:20:31.668 INFO O| Dec 05 07:20:31.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68122024-12-05T07:20:32.931Z[ recovery-image] Dec 05 07:20:31.668 INFO O| Dec 05 07:20:31.668 INFO STEP 828 (remove_files) COMPLETE
68132024-12-05T07:20:32.931Z[ recovery-image] Dec 05 07:20:31.668 INFO O| Dec 05 07:20:31.668 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-05T07:20:32.942Z[ recovery-image] Dec 05 07:20:31.678 INFO O| Dec 05 07:20:31.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68152024-12-05T07:20:32.942Z[ recovery-image] Dec 05 07:20:31.678 INFO O| Dec 05 07:20:31.678 INFO STEP 829 (remove_files) COMPLETE
68162024-12-05T07:20:32.942Z[ recovery-image] Dec 05 07:20:31.678 INFO O| Dec 05 07:20:31.678 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-05T07:20:32.955Z[ recovery-image] Dec 05 07:20:31.691 INFO O| Dec 05 07:20:31.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68182024-12-05T07:20:32.955Z[ recovery-image] Dec 05 07:20:31.692 INFO O| Dec 05 07:20:31.692 INFO STEP 830 (remove_files) COMPLETE
68192024-12-05T07:20:32.958Z[ recovery-image] Dec 05 07:20:31.692 INFO O| Dec 05 07:20:31.692 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-05T07:20:32.967Z[ recovery-image] Dec 05 07:20:31.704 INFO O| Dec 05 07:20:31.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68212024-12-05T07:20:32.970Z[ recovery-image] Dec 05 07:20:31.704 INFO O| Dec 05 07:20:31.704 INFO STEP 831 (remove_files) COMPLETE
68222024-12-05T07:20:32.970Z[ recovery-image] Dec 05 07:20:31.704 INFO O| Dec 05 07:20:31.704 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-05T07:20:32.979Z[ recovery-image] Dec 05 07:20:31.715 INFO O| Dec 05 07:20:31.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68242024-12-05T07:20:32.982Z[ recovery-image] Dec 05 07:20:31.716 INFO O| Dec 05 07:20:31.715 INFO STEP 832 (remove_files) COMPLETE
68252024-12-05T07:20:32.982Z[ recovery-image] Dec 05 07:20:31.716 INFO O| Dec 05 07:20:31.716 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-05T07:20:32.991Z[ recovery-image] Dec 05 07:20:31.727 INFO O| Dec 05 07:20:31.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68272024-12-05T07:20:32.991Z[ recovery-image] Dec 05 07:20:31.727 INFO O| Dec 05 07:20:31.727 INFO STEP 833 (remove_files) COMPLETE
68282024-12-05T07:20:32.994Z[ recovery-image] Dec 05 07:20:31.727 INFO O| Dec 05 07:20:31.727 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-05T07:20:33.003Z[ recovery-image] Dec 05 07:20:31.740 INFO O| Dec 05 07:20:31.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68302024-12-05T07:20:33.003Z[ recovery-image] Dec 05 07:20:31.740 INFO O| Dec 05 07:20:31.740 INFO STEP 834 (remove_files) COMPLETE
68312024-12-05T07:20:33.003Z[ recovery-image] Dec 05 07:20:31.740 INFO O| Dec 05 07:20:31.740 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-05T07:20:33.016Z[ recovery-image] Dec 05 07:20:31.752 INFO O| Dec 05 07:20:31.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68332024-12-05T07:20:33.016Z[ recovery-image] Dec 05 07:20:31.753 INFO O| Dec 05 07:20:31.752 INFO STEP 835 (remove_files) COMPLETE
68342024-12-05T07:20:33.018Z[ recovery-image] Dec 05 07:20:31.753 INFO O| Dec 05 07:20:31.753 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-05T07:20:33.029Z[ recovery-image] Dec 05 07:20:31.765 INFO O| Dec 05 07:20:31.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68362024-12-05T07:20:33.029Z[ recovery-image] Dec 05 07:20:31.765 INFO O| Dec 05 07:20:31.765 INFO STEP 836 (remove_files) COMPLETE
68372024-12-05T07:20:33.032Z[ recovery-image] Dec 05 07:20:31.765 INFO O| Dec 05 07:20:31.765 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-05T07:20:33.042Z[ recovery-image] Dec 05 07:20:31.777 INFO O| Dec 05 07:20:31.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68392024-12-05T07:20:33.042Z[ recovery-image] Dec 05 07:20:31.777 INFO O| Dec 05 07:20:31.777 INFO STEP 837 (remove_files) COMPLETE
68402024-12-05T07:20:33.045Z[ recovery-image] Dec 05 07:20:31.777 INFO O| Dec 05 07:20:31.777 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-05T07:20:33.054Z[ recovery-image] Dec 05 07:20:31.790 INFO O| Dec 05 07:20:31.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68422024-12-05T07:20:33.054Z[ recovery-image] Dec 05 07:20:31.791 INFO O| Dec 05 07:20:31.790 INFO STEP 838 (remove_files) COMPLETE
68432024-12-05T07:20:33.054Z[ recovery-image] Dec 05 07:20:31.791 INFO O| Dec 05 07:20:31.791 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-05T07:20:33.067Z[ recovery-image] Dec 05 07:20:31.804 INFO O| Dec 05 07:20:31.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68452024-12-05T07:20:33.067Z[ recovery-image] Dec 05 07:20:31.804 INFO O| Dec 05 07:20:31.804 INFO STEP 839 (remove_files) COMPLETE
68462024-12-05T07:20:33.070Z[ recovery-image] Dec 05 07:20:31.804 INFO O| Dec 05 07:20:31.804 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-05T07:20:33.079Z[ recovery-image] Dec 05 07:20:31.816 INFO O| Dec 05 07:20:31.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68482024-12-05T07:20:33.082Z[ recovery-image] Dec 05 07:20:31.816 INFO O| Dec 05 07:20:31.816 INFO STEP 840 (remove_files) COMPLETE
68492024-12-05T07:20:33.082Z[ recovery-image] Dec 05 07:20:31.816 INFO O| Dec 05 07:20:31.816 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-05T07:20:33.090Z[ recovery-image] Dec 05 07:20:31.827 INFO O| Dec 05 07:20:31.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68512024-12-05T07:20:33.091Z[ recovery-image] Dec 05 07:20:31.827 INFO O| Dec 05 07:20:31.827 INFO STEP 841 (remove_files) COMPLETE
68522024-12-05T07:20:33.094Z[ recovery-image] Dec 05 07:20:31.827 INFO O| Dec 05 07:20:31.827 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-05T07:20:33.101Z[ recovery-image] Dec 05 07:20:31.838 INFO O| Dec 05 07:20:31.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68542024-12-05T07:20:33.104Z[ recovery-image] Dec 05 07:20:31.838 INFO O| Dec 05 07:20:31.838 INFO STEP 842 (remove_files) COMPLETE
68552024-12-05T07:20:33.104Z[ recovery-image] Dec 05 07:20:31.838 INFO O| Dec 05 07:20:31.838 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-05T07:20:33.112Z[ recovery-image] Dec 05 07:20:31.849 INFO O| Dec 05 07:20:31.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68572024-12-05T07:20:33.116Z[ recovery-image] Dec 05 07:20:31.849 INFO O| Dec 05 07:20:31.849 INFO STEP 843 (remove_files) COMPLETE
68582024-12-05T07:20:33.116Z[ recovery-image] Dec 05 07:20:31.849 INFO O| Dec 05 07:20:31.849 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-05T07:20:33.122Z[ recovery-image] Dec 05 07:20:31.859 INFO O| Dec 05 07:20:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68602024-12-05T07:20:33.126Z[ recovery-image] Dec 05 07:20:31.859 INFO O| Dec 05 07:20:31.859 INFO STEP 844 (remove_files) COMPLETE
68612024-12-05T07:20:33.126Z[ recovery-image] Dec 05 07:20:31.859 INFO O| Dec 05 07:20:31.859 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-05T07:20:33.135Z[ recovery-image] Dec 05 07:20:31.872 INFO O| Dec 05 07:20:31.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68632024-12-05T07:20:33.135Z[ recovery-image] Dec 05 07:20:31.872 INFO O| Dec 05 07:20:31.872 INFO STEP 845 (remove_files) COMPLETE
68642024-12-05T07:20:33.138Z[ recovery-image] Dec 05 07:20:31.872 INFO O| Dec 05 07:20:31.872 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-05T07:20:33.146Z[ recovery-image] Dec 05 07:20:31.882 INFO O| Dec 05 07:20:31.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68662024-12-05T07:20:33.146Z[ recovery-image] Dec 05 07:20:31.882 INFO O| Dec 05 07:20:31.882 INFO STEP 846 (remove_files) COMPLETE
68672024-12-05T07:20:33.146Z[ recovery-image] Dec 05 07:20:31.882 INFO O| Dec 05 07:20:31.882 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-05T07:20:33.159Z[ recovery-image] Dec 05 07:20:31.896 INFO O| Dec 05 07:20:31.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68692024-12-05T07:20:33.160Z[ recovery-image] Dec 05 07:20:31.896 INFO O| Dec 05 07:20:31.896 INFO STEP 847 (remove_files) COMPLETE
68702024-12-05T07:20:33.160Z[ recovery-image] Dec 05 07:20:31.896 INFO O| Dec 05 07:20:31.896 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-05T07:20:33.167Z[ host-image] Dec 05 07:20:31.904 INFO O| Dec 05 07:20:31.904 INFO O| Planning: Solver setup ... Done
68722024-12-05T07:20:33.171Z[ recovery-image] Dec 05 07:20:31.908 INFO O| Dec 05 07:20:31.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68732024-12-05T07:20:33.174Z[ recovery-image] Dec 05 07:20:31.908 INFO O| Dec 05 07:20:31.908 INFO STEP 848 (remove_files) COMPLETE
68742024-12-05T07:20:33.174Z[ recovery-image] Dec 05 07:20:31.908 INFO O| Dec 05 07:20:31.908 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-05T07:20:33.174Z[ host-image] Dec 05 07:20:31.908 INFO O| Dec 05 07:20:31.908 INFO O| Planning: Running solver ... Done
68762024-12-05T07:20:33.185Z[ recovery-image] Dec 05 07:20:31.921 INFO O| Dec 05 07:20:31.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68772024-12-05T07:20:33.185Z[ recovery-image] Dec 05 07:20:31.922 INFO O| Dec 05 07:20:31.921 INFO STEP 849 (remove_files) COMPLETE
68782024-12-05T07:20:33.185Z[ recovery-image] Dec 05 07:20:31.922 INFO O| Dec 05 07:20:31.922 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-05T07:20:33.195Z[ recovery-image] Dec 05 07:20:31.932 INFO O| Dec 05 07:20:31.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68802024-12-05T07:20:33.211Z[ recovery-image] Dec 05 07:20:31.932 INFO O| Dec 05 07:20:31.932 INFO STEP 850 (remove_files) COMPLETE
68812024-12-05T07:20:33.211Z[ recovery-image] Dec 05 07:20:31.932 INFO O| Dec 05 07:20:31.932 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-05T07:20:33.211Z[ recovery-image] Dec 05 07:20:31.942 INFO O| Dec 05 07:20:31.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68832024-12-05T07:20:33.211Z[ recovery-image] Dec 05 07:20:31.942 INFO O| Dec 05 07:20:31.942 INFO STEP 851 (remove_files) COMPLETE
68842024-12-05T07:20:33.211Z[ recovery-image] Dec 05 07:20:31.942 INFO O| Dec 05 07:20:31.942 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-05T07:20:33.217Z[ recovery-image] Dec 05 07:20:31.953 INFO O| Dec 05 07:20:31.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68862024-12-05T07:20:33.219Z[ recovery-image] Dec 05 07:20:31.953 INFO O| Dec 05 07:20:31.953 INFO STEP 852 (remove_files) COMPLETE
68872024-12-05T07:20:33.220Z[ recovery-image] Dec 05 07:20:31.953 INFO O| Dec 05 07:20:31.953 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-05T07:20:33.229Z[ recovery-image] Dec 05 07:20:31.965 INFO O| Dec 05 07:20:31.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68892024-12-05T07:20:33.229Z[ recovery-image] Dec 05 07:20:31.965 INFO O| Dec 05 07:20:31.965 INFO STEP 853 (remove_files) COMPLETE
68902024-12-05T07:20:33.232Z[ recovery-image] Dec 05 07:20:31.965 INFO O| Dec 05 07:20:31.965 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-05T07:20:33.241Z[ recovery-image] Dec 05 07:20:31.978 INFO O| Dec 05 07:20:31.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68922024-12-05T07:20:33.241Z[ recovery-image] Dec 05 07:20:31.978 INFO O| Dec 05 07:20:31.978 INFO STEP 854 (remove_files) COMPLETE
68932024-12-05T07:20:33.244Z[ recovery-image] Dec 05 07:20:31.978 INFO O| Dec 05 07:20:31.978 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-05T07:20:33.244Z[ host-image] Dec 05 07:20:31.978 INFO O| Dec 05 07:20:31.978 INFO O| Planning: Finding local manifests ... Done
68952024-12-05T07:20:33.244Z[ host-image] Dec 05 07:20:31.979 INFO O| Dec 05 07:20:31.979 INFO O| Planning: Fetching manifests: 0/1 0% complete
68962024-12-05T07:20:33.254Z[ recovery-image] Dec 05 07:20:31.991 INFO O| Dec 05 07:20:31.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68972024-12-05T07:20:33.255Z[ recovery-image] Dec 05 07:20:31.991 INFO O| Dec 05 07:20:31.991 INFO STEP 855 (remove_files) COMPLETE
68982024-12-05T07:20:33.257Z[ recovery-image] Dec 05 07:20:31.991 INFO O| Dec 05 07:20:31.991 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-05T07:20:33.269Z[ recovery-image] Dec 05 07:20:32.005 INFO O| Dec 05 07:20:32.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69002024-12-05T07:20:33.269Z[ recovery-image] Dec 05 07:20:32.006 INFO O| Dec 05 07:20:32.006 INFO STEP 856 (remove_files) COMPLETE
69012024-12-05T07:20:33.269Z[ recovery-image] Dec 05 07:20:32.006 INFO O| Dec 05 07:20:32.006 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-05T07:20:33.283Z[ recovery-image] Dec 05 07:20:32.019 INFO O| Dec 05 07:20:32.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69032024-12-05T07:20:33.283Z[ recovery-image] Dec 05 07:20:32.019 INFO O| Dec 05 07:20:32.019 INFO STEP 857 (remove_files) COMPLETE
69042024-12-05T07:20:33.283Z[ recovery-image] Dec 05 07:20:32.019 INFO O| Dec 05 07:20:32.019 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-05T07:20:33.297Z[ recovery-image] Dec 05 07:20:32.033 INFO O| Dec 05 07:20:32.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69062024-12-05T07:20:33.297Z[ recovery-image] Dec 05 07:20:32.034 INFO O| Dec 05 07:20:32.033 INFO STEP 858 (remove_files) COMPLETE
69072024-12-05T07:20:33.300Z[ recovery-image] Dec 05 07:20:32.034 INFO O| Dec 05 07:20:32.033 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-05T07:20:33.310Z[ recovery-image] Dec 05 07:20:32.047 INFO O| Dec 05 07:20:32.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69092024-12-05T07:20:33.310Z[ recovery-image] Dec 05 07:20:32.047 INFO O| Dec 05 07:20:32.047 INFO STEP 859 (remove_files) COMPLETE
69102024-12-05T07:20:33.310Z[ recovery-image] Dec 05 07:20:32.047 INFO O| Dec 05 07:20:32.047 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-05T07:20:33.323Z[ recovery-image] Dec 05 07:20:32.059 INFO O| Dec 05 07:20:32.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69122024-12-05T07:20:33.323Z[ recovery-image] Dec 05 07:20:32.059 INFO O| Dec 05 07:20:32.059 INFO STEP 860 (remove_files) COMPLETE
69132024-12-05T07:20:33.326Z[ recovery-image] Dec 05 07:20:32.059 INFO O| Dec 05 07:20:32.059 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-05T07:20:33.335Z[ recovery-image] Dec 05 07:20:32.072 INFO O| Dec 05 07:20:32.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69152024-12-05T07:20:33.335Z[ recovery-image] Dec 05 07:20:32.072 INFO O| Dec 05 07:20:32.072 INFO STEP 861 (remove_files) COMPLETE
69162024-12-05T07:20:33.335Z[ recovery-image] Dec 05 07:20:32.072 INFO O| Dec 05 07:20:32.072 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-05T07:20:33.340Z[ host-image] Dec 05 07:20:32.076 INFO O| Dec 05 07:20:32.076 INFO O| Planning: Fetching manifests: 1/1 100% complete
69182024-12-05T07:20:33.347Z[ recovery-image] Dec 05 07:20:32.084 INFO O| Dec 05 07:20:32.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69192024-12-05T07:20:33.347Z[ recovery-image] Dec 05 07:20:32.084 INFO O| Dec 05 07:20:32.084 INFO STEP 862 (remove_files) COMPLETE
69202024-12-05T07:20:33.347Z[ recovery-image] Dec 05 07:20:32.084 INFO O| Dec 05 07:20:32.084 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-12-05T07:20:33.359Z[ recovery-image] Dec 05 07:20:32.095 INFO O| Dec 05 07:20:32.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69222024-12-05T07:20:33.359Z[ recovery-image] Dec 05 07:20:32.095 INFO O| Dec 05 07:20:32.095 INFO STEP 863 (remove_files) COMPLETE
69232024-12-05T07:20:33.359Z[ recovery-image] Dec 05 07:20:32.095 INFO O| Dec 05 07:20:32.095 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-12-05T07:20:33.362Z[ host-image] Dec 05 07:20:32.096 INFO O| Dec 05 07:20:32.096 INFO O| Planning: Package planning ... Done
69252024-12-05T07:20:33.362Z[ host-image] Dec 05 07:20:32.096 INFO O| Dec 05 07:20:32.096 INFO O| Planning: Merging actions ... Done
69262024-12-05T07:20:33.370Z[ recovery-image] Dec 05 07:20:32.106 INFO O| Dec 05 07:20:32.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69272024-12-05T07:20:33.370Z[ recovery-image] Dec 05 07:20:32.106 INFO O| Dec 05 07:20:32.106 INFO STEP 864 (remove_files) COMPLETE
69282024-12-05T07:20:33.373Z[ recovery-image] Dec 05 07:20:32.106 INFO O| Dec 05 07:20:32.106 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-05T07:20:33.380Z[ recovery-image] Dec 05 07:20:32.117 INFO O| Dec 05 07:20:32.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69302024-12-05T07:20:33.380Z[ recovery-image] Dec 05 07:20:32.117 INFO O| Dec 05 07:20:32.117 INFO STEP 865 (remove_files) COMPLETE
69312024-12-05T07:20:33.380Z[ recovery-image] Dec 05 07:20:32.117 INFO O| Dec 05 07:20:32.117 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-05T07:20:33.391Z[ recovery-image] Dec 05 07:20:32.127 INFO O| Dec 05 07:20:32.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69332024-12-05T07:20:33.394Z[ recovery-image] Dec 05 07:20:32.127 INFO O| Dec 05 07:20:32.127 INFO STEP 866 (remove_files) COMPLETE
69342024-12-05T07:20:33.394Z[ recovery-image] Dec 05 07:20:32.127 INFO O| Dec 05 07:20:32.127 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-05T07:20:33.403Z[ recovery-image] Dec 05 07:20:32.137 INFO O| Dec 05 07:20:32.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69362024-12-05T07:20:33.403Z[ recovery-image] Dec 05 07:20:32.138 INFO O| Dec 05 07:20:32.138 INFO STEP 867 (remove_files) COMPLETE
69372024-12-05T07:20:33.406Z[ recovery-image] Dec 05 07:20:32.138 INFO O| Dec 05 07:20:32.138 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-05T07:20:33.412Z[ recovery-image] Dec 05 07:20:32.148 INFO O| Dec 05 07:20:32.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69392024-12-05T07:20:33.412Z[ recovery-image] Dec 05 07:20:32.148 INFO O| Dec 05 07:20:32.148 INFO STEP 868 (remove_files) COMPLETE
69402024-12-05T07:20:33.412Z[ recovery-image] Dec 05 07:20:32.148 INFO O| Dec 05 07:20:32.148 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-05T07:20:33.422Z[ host-image] Dec 05 07:20:32.158 INFO O| Dec 05 07:20:32.158 INFO O| Planning: Checking for conflicting actions ... Done
69422024-12-05T07:20:33.425Z[ host-image] Dec 05 07:20:32.158 INFO O| Dec 05 07:20:32.158 INFO O| Planning: Consolidating action changes ... Done
69432024-12-05T07:20:33.425Z[ recovery-image] Dec 05 07:20:32.159 INFO O| Dec 05 07:20:32.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69442024-12-05T07:20:33.425Z[ recovery-image] Dec 05 07:20:32.159 INFO O| Dec 05 07:20:32.159 INFO STEP 869 (remove_files) COMPLETE
69452024-12-05T07:20:33.425Z[ recovery-image] Dec 05 07:20:32.159 INFO O| Dec 05 07:20:32.159 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-05T07:20:33.433Z[ recovery-image] Dec 05 07:20:32.169 INFO O| Dec 05 07:20:32.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69472024-12-05T07:20:33.433Z[ recovery-image] Dec 05 07:20:32.169 INFO O| Dec 05 07:20:32.169 INFO STEP 870 (remove_files) COMPLETE
69482024-12-05T07:20:33.433Z[ recovery-image] Dec 05 07:20:32.170 INFO O| Dec 05 07:20:32.169 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-05T07:20:33.443Z[ recovery-image] Dec 05 07:20:32.179 INFO O| Dec 05 07:20:32.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69502024-12-05T07:20:33.443Z[ recovery-image] Dec 05 07:20:32.179 INFO O| Dec 05 07:20:32.179 INFO STEP 871 (remove_files) COMPLETE
69512024-12-05T07:20:33.443Z[ recovery-image] Dec 05 07:20:32.179 INFO O| Dec 05 07:20:32.179 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-05T07:20:33.452Z[ recovery-image] Dec 05 07:20:32.189 INFO O| Dec 05 07:20:32.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69532024-12-05T07:20:33.455Z[ recovery-image] Dec 05 07:20:32.189 INFO O| Dec 05 07:20:32.189 INFO STEP 872 (remove_files) COMPLETE
69542024-12-05T07:20:33.455Z[ recovery-image] Dec 05 07:20:32.189 INFO O| Dec 05 07:20:32.189 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-05T07:20:33.462Z[ recovery-image] Dec 05 07:20:32.199 INFO O| Dec 05 07:20:32.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69562024-12-05T07:20:33.465Z[ recovery-image] Dec 05 07:20:32.199 INFO O| Dec 05 07:20:32.199 INFO STEP 873 (remove_files) COMPLETE
69572024-12-05T07:20:33.465Z[ recovery-image] Dec 05 07:20:32.199 INFO O| Dec 05 07:20:32.199 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-05T07:20:33.472Z[ recovery-image] Dec 05 07:20:32.208 INFO O| Dec 05 07:20:32.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69592024-12-05T07:20:33.475Z[ recovery-image] Dec 05 07:20:32.209 INFO O| Dec 05 07:20:32.208 INFO STEP 874 (remove_files) COMPLETE
69602024-12-05T07:20:33.475Z[ recovery-image] Dec 05 07:20:32.209 INFO O| Dec 05 07:20:32.208 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-05T07:20:33.481Z[ recovery-image] Dec 05 07:20:32.218 INFO O| Dec 05 07:20:32.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69622024-12-05T07:20:33.482Z[ recovery-image] Dec 05 07:20:32.218 INFO O| Dec 05 07:20:32.218 INFO STEP 875 (remove_files) COMPLETE
69632024-12-05T07:20:33.485Z[ recovery-image] Dec 05 07:20:32.218 INFO O| Dec 05 07:20:32.218 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-05T07:20:33.491Z[ recovery-image] Dec 05 07:20:32.228 INFO O| Dec 05 07:20:32.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69652024-12-05T07:20:33.494Z[ recovery-image] Dec 05 07:20:32.228 INFO O| Dec 05 07:20:32.228 INFO STEP 876 (remove_files) COMPLETE
69662024-12-05T07:20:33.494Z[ recovery-image] Dec 05 07:20:32.228 INFO O| Dec 05 07:20:32.228 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-05T07:20:33.500Z[ recovery-image] Dec 05 07:20:32.237 INFO O| Dec 05 07:20:32.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69682024-12-05T07:20:33.501Z[ recovery-image] Dec 05 07:20:32.237 INFO O| Dec 05 07:20:32.237 INFO STEP 877 (remove_files) COMPLETE
69692024-12-05T07:20:33.504Z[ recovery-image] Dec 05 07:20:32.237 INFO O| Dec 05 07:20:32.237 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-05T07:20:33.510Z[ recovery-image] Dec 05 07:20:32.247 INFO O| Dec 05 07:20:32.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69712024-12-05T07:20:33.510Z[ recovery-image] Dec 05 07:20:32.247 INFO O| Dec 05 07:20:32.247 INFO STEP 878 (remove_files) COMPLETE
69722024-12-05T07:20:33.513Z[ recovery-image] Dec 05 07:20:32.247 INFO O| Dec 05 07:20:32.247 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-05T07:20:33.520Z[ recovery-image] Dec 05 07:20:32.257 INFO O| Dec 05 07:20:32.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69742024-12-05T07:20:33.520Z[ recovery-image] Dec 05 07:20:32.257 INFO O| Dec 05 07:20:32.257 INFO STEP 879 (remove_files) COMPLETE
69752024-12-05T07:20:33.520Z[ recovery-image] Dec 05 07:20:32.257 INFO O| Dec 05 07:20:32.257 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-05T07:20:33.530Z[ recovery-image] Dec 05 07:20:32.266 INFO O| Dec 05 07:20:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69772024-12-05T07:20:33.530Z[ recovery-image] Dec 05 07:20:32.266 INFO O| Dec 05 07:20:32.266 INFO STEP 880 (remove_files) COMPLETE
69782024-12-05T07:20:33.530Z[ recovery-image] Dec 05 07:20:32.266 INFO O| Dec 05 07:20:32.266 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-05T07:20:33.539Z[ recovery-image] Dec 05 07:20:32.276 INFO O| Dec 05 07:20:32.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69802024-12-05T07:20:33.542Z[ recovery-image] Dec 05 07:20:32.276 INFO O| Dec 05 07:20:32.276 INFO STEP 881 (remove_files) COMPLETE
69812024-12-05T07:20:33.542Z[ recovery-image] Dec 05 07:20:32.276 INFO O| Dec 05 07:20:32.276 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-05T07:20:33.549Z[ recovery-image] Dec 05 07:20:32.286 INFO O| Dec 05 07:20:32.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69832024-12-05T07:20:33.552Z[ recovery-image] Dec 05 07:20:32.286 INFO O| Dec 05 07:20:32.286 INFO STEP 882 (remove_files) COMPLETE
69842024-12-05T07:20:33.552Z[ recovery-image] Dec 05 07:20:32.286 INFO O| Dec 05 07:20:32.286 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-05T07:20:33.560Z[ recovery-image] Dec 05 07:20:32.295 INFO O| Dec 05 07:20:32.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69862024-12-05T07:20:33.560Z[ recovery-image] Dec 05 07:20:32.295 INFO O| Dec 05 07:20:32.295 INFO STEP 883 (remove_files) COMPLETE
69872024-12-05T07:20:33.560Z[ recovery-image] Dec 05 07:20:32.295 INFO O| Dec 05 07:20:32.295 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-05T07:20:33.568Z[ recovery-image] Dec 05 07:20:32.305 INFO O| Dec 05 07:20:32.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69892024-12-05T07:20:33.568Z[ recovery-image] Dec 05 07:20:32.305 INFO O| Dec 05 07:20:32.305 INFO STEP 884 (remove_files) COMPLETE
69902024-12-05T07:20:33.569Z[ recovery-image] Dec 05 07:20:32.305 INFO O| Dec 05 07:20:32.305 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-05T07:20:33.578Z[ recovery-image] Dec 05 07:20:32.315 INFO O| Dec 05 07:20:32.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69922024-12-05T07:20:33.578Z[ recovery-image] Dec 05 07:20:32.315 INFO O| Dec 05 07:20:32.315 INFO STEP 885 (remove_files) COMPLETE
69932024-12-05T07:20:33.579Z[ recovery-image] Dec 05 07:20:32.315 INFO O| Dec 05 07:20:32.315 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-05T07:20:33.588Z[ recovery-image] Dec 05 07:20:32.325 INFO O| Dec 05 07:20:32.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69952024-12-05T07:20:33.588Z[ recovery-image] Dec 05 07:20:32.325 INFO O| Dec 05 07:20:32.325 INFO STEP 886 (remove_files) COMPLETE
69962024-12-05T07:20:33.588Z[ recovery-image] Dec 05 07:20:32.325 INFO O| Dec 05 07:20:32.325 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-05T07:20:33.598Z[ recovery-image] Dec 05 07:20:32.334 INFO O| Dec 05 07:20:32.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69982024-12-05T07:20:33.598Z[ recovery-image] Dec 05 07:20:32.334 INFO O| Dec 05 07:20:32.334 INFO STEP 887 (remove_files) COMPLETE
69992024-12-05T07:20:33.602Z[ recovery-image] Dec 05 07:20:32.334 INFO O| Dec 05 07:20:32.334 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-05T07:20:33.605Z[ host-image] Dec 05 07:20:32.339 INFO O| Dec 05 07:20:32.339 INFO O| Planning: Evaluating mediators ... Done
70012024-12-05T07:20:33.605Z[ host-image] Dec 05 07:20:32.340 INFO O| Dec 05 07:20:32.340 INFO O| Planning: Planning completed in 2.74 seconds
70022024-12-05T07:20:33.605Z[ host-image] Dec 05 07:20:32.341 INFO O| Dec 05 07:20:32.341 INFO O| Packages to install: 1
70032024-12-05T07:20:33.608Z[ recovery-image] Dec 05 07:20:32.344 INFO O| Dec 05 07:20:32.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70042024-12-05T07:20:33.608Z[ recovery-image] Dec 05 07:20:32.344 INFO O| Dec 05 07:20:32.344 INFO STEP 888 (remove_files) COMPLETE
70052024-12-05T07:20:33.608Z[ recovery-image] Dec 05 07:20:32.344 INFO O| Dec 05 07:20:32.344 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-05T07:20:33.616Z[ host-image] Dec 05 07:20:32.353 INFO O| Dec 05 07:20:32.353 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
70072024-12-05T07:20:33.620Z[ recovery-image] Dec 05 07:20:32.355 INFO O| Dec 05 07:20:32.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70082024-12-05T07:20:33.620Z[ recovery-image] Dec 05 07:20:32.356 INFO O| Dec 05 07:20:32.356 INFO STEP 889 (remove_files) COMPLETE
70092024-12-05T07:20:33.620Z[ recovery-image] Dec 05 07:20:32.356 INFO O| Dec 05 07:20:32.356 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-05T07:20:33.629Z[ recovery-image] Dec 05 07:20:32.366 INFO O| Dec 05 07:20:32.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70112024-12-05T07:20:33.629Z[ recovery-image] Dec 05 07:20:32.366 INFO O| Dec 05 07:20:32.366 INFO STEP 890 (remove_files) COMPLETE
70122024-12-05T07:20:33.632Z[ recovery-image] Dec 05 07:20:32.366 INFO O| Dec 05 07:20:32.366 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-05T07:20:33.640Z[ recovery-image] Dec 05 07:20:32.377 INFO O| Dec 05 07:20:32.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70142024-12-05T07:20:33.641Z[ recovery-image] Dec 05 07:20:32.377 INFO O| Dec 05 07:20:32.377 INFO STEP 891 (remove_files) COMPLETE
70152024-12-05T07:20:33.644Z[ recovery-image] Dec 05 07:20:32.377 INFO O| Dec 05 07:20:32.377 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-05T07:20:33.652Z[ recovery-image] Dec 05 07:20:32.389 INFO O| Dec 05 07:20:32.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70172024-12-05T07:20:33.655Z[ recovery-image] Dec 05 07:20:32.389 INFO O| Dec 05 07:20:32.389 INFO STEP 892 (remove_files) COMPLETE
70182024-12-05T07:20:33.655Z[ recovery-image] Dec 05 07:20:32.389 INFO O| Dec 05 07:20:32.389 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-05T07:20:33.663Z[ recovery-image] Dec 05 07:20:32.399 INFO O| Dec 05 07:20:32.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70202024-12-05T07:20:33.663Z[ recovery-image] Dec 05 07:20:32.399 INFO O| Dec 05 07:20:32.399 INFO STEP 893 (remove_files) COMPLETE
70212024-12-05T07:20:33.666Z[ recovery-image] Dec 05 07:20:32.399 INFO O| Dec 05 07:20:32.399 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-05T07:20:33.677Z[ recovery-image] Dec 05 07:20:32.414 INFO O| Dec 05 07:20:32.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70232024-12-05T07:20:33.677Z[ recovery-image] Dec 05 07:20:32.414 INFO O| Dec 05 07:20:32.414 INFO STEP 894 (remove_files) COMPLETE
70242024-12-05T07:20:33.680Z[ recovery-image] Dec 05 07:20:32.414 INFO O| Dec 05 07:20:32.414 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-05T07:20:33.692Z[ recovery-image] Dec 05 07:20:32.428 INFO O| Dec 05 07:20:32.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70262024-12-05T07:20:33.696Z[ recovery-image] Dec 05 07:20:32.428 INFO O| Dec 05 07:20:32.428 INFO STEP 895 (remove_files) COMPLETE
70272024-12-05T07:20:33.696Z[ recovery-image] Dec 05 07:20:32.428 INFO O| Dec 05 07:20:32.428 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-05T07:20:33.704Z[ recovery-image] Dec 05 07:20:32.441 INFO O| Dec 05 07:20:32.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70292024-12-05T07:20:33.704Z[ recovery-image] Dec 05 07:20:32.441 INFO O| Dec 05 07:20:32.441 INFO STEP 896 (remove_files) COMPLETE
70302024-12-05T07:20:33.704Z[ recovery-image] Dec 05 07:20:32.441 INFO O| Dec 05 07:20:32.441 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-05T07:20:33.714Z[ recovery-image] Dec 05 07:20:32.451 INFO O| Dec 05 07:20:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70322024-12-05T07:20:33.714Z[ recovery-image] Dec 05 07:20:32.451 INFO O| Dec 05 07:20:32.451 INFO STEP 897 (remove_files) COMPLETE
70332024-12-05T07:20:33.717Z[ recovery-image] Dec 05 07:20:32.451 INFO O| Dec 05 07:20:32.451 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-05T07:20:33.730Z[ recovery-image] Dec 05 07:20:32.466 INFO O| Dec 05 07:20:32.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70352024-12-05T07:20:33.730Z[ recovery-image] Dec 05 07:20:32.466 INFO O| Dec 05 07:20:32.466 INFO STEP 898 (remove_files) COMPLETE
70362024-12-05T07:20:33.733Z[ recovery-image] Dec 05 07:20:32.466 INFO O| Dec 05 07:20:32.466 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-05T07:20:33.743Z[ recovery-image] Dec 05 07:20:32.480 INFO O| Dec 05 07:20:32.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70382024-12-05T07:20:33.746Z[ recovery-image] Dec 05 07:20:32.480 INFO O| Dec 05 07:20:32.480 INFO STEP 899 (remove_files) COMPLETE
70392024-12-05T07:20:33.746Z[ recovery-image] Dec 05 07:20:32.480 INFO O| Dec 05 07:20:32.480 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-05T07:20:33.758Z[ recovery-image] Dec 05 07:20:32.494 INFO O| Dec 05 07:20:32.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70412024-12-05T07:20:33.758Z[ recovery-image] Dec 05 07:20:32.494 INFO O| Dec 05 07:20:32.494 INFO STEP 900 (remove_files) COMPLETE
70422024-12-05T07:20:33.761Z[ recovery-image] Dec 05 07:20:32.494 INFO O| Dec 05 07:20:32.494 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-05T07:20:33.769Z[ recovery-image] Dec 05 07:20:32.505 INFO O| Dec 05 07:20:32.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70442024-12-05T07:20:33.772Z[ recovery-image] Dec 05 07:20:32.505 INFO O| Dec 05 07:20:32.505 INFO STEP 901 (remove_files) COMPLETE
70452024-12-05T07:20:33.772Z[ recovery-image] Dec 05 07:20:32.505 INFO O| Dec 05 07:20:32.505 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-05T07:20:33.779Z[ recovery-image] Dec 05 07:20:32.515 INFO O| Dec 05 07:20:32.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70472024-12-05T07:20:33.779Z[ recovery-image] Dec 05 07:20:32.515 INFO O| Dec 05 07:20:32.515 INFO STEP 902 (remove_files) COMPLETE
70482024-12-05T07:20:33.779Z[ recovery-image] Dec 05 07:20:32.515 INFO O| Dec 05 07:20:32.515 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-05T07:20:33.788Z[ recovery-image] Dec 05 07:20:32.525 INFO O| Dec 05 07:20:32.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70502024-12-05T07:20:33.788Z[ recovery-image] Dec 05 07:20:32.525 INFO O| Dec 05 07:20:32.525 INFO STEP 903 (remove_files) COMPLETE
70512024-12-05T07:20:33.791Z[ recovery-image] Dec 05 07:20:32.525 INFO O| Dec 05 07:20:32.525 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-05T07:20:33.791Z[ host-image] Dec 05 07:20:32.527 INFO O| Dec 05 07:20:32.527 INFO O| Download: Completed 9.99 MB in 0.17 seconds (57.4M/s)
70532024-12-05T07:20:33.798Z[ recovery-image] Dec 05 07:20:32.535 INFO O| Dec 05 07:20:32.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70542024-12-05T07:20:33.801Z[ recovery-image] Dec 05 07:20:32.535 INFO O| Dec 05 07:20:32.535 INFO STEP 904 (remove_files) COMPLETE
70552024-12-05T07:20:33.801Z[ recovery-image] Dec 05 07:20:32.535 INFO O| Dec 05 07:20:32.535 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-12-05T07:20:33.808Z[ recovery-image] Dec 05 07:20:32.545 INFO O| Dec 05 07:20:32.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70572024-12-05T07:20:33.808Z[ recovery-image] Dec 05 07:20:32.545 INFO O| Dec 05 07:20:32.545 INFO STEP 905 (remove_files) COMPLETE
70582024-12-05T07:20:33.808Z[ recovery-image] Dec 05 07:20:32.545 INFO O| Dec 05 07:20:32.545 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-12-05T07:20:33.816Z[ host-image] Dec 05 07:20:32.553 INFO O| Dec 05 07:20:32.553 INFO O| Actions: 1/22 actions (Installing new actions)
70602024-12-05T07:20:33.820Z[ recovery-image] Dec 05 07:20:32.555 INFO O| Dec 05 07:20:32.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70612024-12-05T07:20:33.820Z[ recovery-image] Dec 05 07:20:32.555 INFO O| Dec 05 07:20:32.555 INFO STEP 906 (remove_files) COMPLETE
70622024-12-05T07:20:33.820Z[ recovery-image] Dec 05 07:20:32.555 INFO O| Dec 05 07:20:32.555 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-05T07:20:33.829Z[ recovery-image] Dec 05 07:20:32.565 INFO O| Dec 05 07:20:32.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70642024-12-05T07:20:33.832Z[ recovery-image] Dec 05 07:20:32.566 INFO O| Dec 05 07:20:32.565 INFO STEP 907 (remove_files) COMPLETE
70652024-12-05T07:20:33.832Z[ recovery-image] Dec 05 07:20:32.566 INFO O| Dec 05 07:20:32.566 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-05T07:20:33.839Z[ recovery-image] Dec 05 07:20:32.576 INFO O| Dec 05 07:20:32.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70672024-12-05T07:20:33.840Z[ recovery-image] Dec 05 07:20:32.576 INFO O| Dec 05 07:20:32.576 INFO STEP 908 (remove_files) COMPLETE
70682024-12-05T07:20:33.840Z[ recovery-image] Dec 05 07:20:32.576 INFO O| Dec 05 07:20:32.576 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-05T07:20:33.851Z[ recovery-image] Dec 05 07:20:32.587 INFO O| Dec 05 07:20:32.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70702024-12-05T07:20:33.852Z[ recovery-image] Dec 05 07:20:32.587 INFO O| Dec 05 07:20:32.587 INFO STEP 909 (remove_files) COMPLETE
70712024-12-05T07:20:33.855Z[ recovery-image] Dec 05 07:20:32.587 INFO O| Dec 05 07:20:32.587 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-05T07:20:33.862Z[ recovery-image] Dec 05 07:20:32.599 INFO O| Dec 05 07:20:32.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70732024-12-05T07:20:33.862Z[ recovery-image] Dec 05 07:20:32.599 INFO O| Dec 05 07:20:32.599 INFO STEP 910 (remove_files) COMPLETE
70742024-12-05T07:20:33.862Z[ recovery-image] Dec 05 07:20:32.599 INFO O| Dec 05 07:20:32.599 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-05T07:20:33.875Z[ recovery-image] Dec 05 07:20:32.612 INFO O| Dec 05 07:20:32.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70762024-12-05T07:20:33.875Z[ recovery-image] Dec 05 07:20:32.612 INFO O| Dec 05 07:20:32.612 INFO STEP 911 (remove_files) COMPLETE
70772024-12-05T07:20:33.878Z[ recovery-image] Dec 05 07:20:32.612 INFO O| Dec 05 07:20:32.612 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-05T07:20:33.889Z[ recovery-image] Dec 05 07:20:32.625 INFO O| Dec 05 07:20:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70792024-12-05T07:20:33.889Z[ recovery-image] Dec 05 07:20:32.626 INFO O| Dec 05 07:20:32.626 INFO STEP 912 (remove_files) COMPLETE
70802024-12-05T07:20:33.889Z[ recovery-image] Dec 05 07:20:32.626 INFO O| Dec 05 07:20:32.626 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-05T07:20:33.904Z[ recovery-image] Dec 05 07:20:32.639 INFO O| Dec 05 07:20:32.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70822024-12-05T07:20:33.904Z[ recovery-image] Dec 05 07:20:32.639 INFO O| Dec 05 07:20:32.639 INFO STEP 913 (remove_files) COMPLETE
70832024-12-05T07:20:33.908Z[ recovery-image] Dec 05 07:20:32.639 INFO O| Dec 05 07:20:32.639 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-12-05T07:20:33.916Z[ recovery-image] Dec 05 07:20:32.653 INFO O| Dec 05 07:20:32.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70852024-12-05T07:20:33.918Z[ recovery-image] Dec 05 07:20:32.653 INFO O| Dec 05 07:20:32.653 INFO STEP 914 (remove_files) COMPLETE
70862024-12-05T07:20:33.918Z[ recovery-image] Dec 05 07:20:32.653 INFO O| Dec 05 07:20:32.653 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-12-05T07:20:33.931Z[ recovery-image] Dec 05 07:20:32.667 INFO O| Dec 05 07:20:32.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70882024-12-05T07:20:33.931Z[ recovery-image] Dec 05 07:20:32.667 INFO O| Dec 05 07:20:32.667 INFO STEP 915 (remove_files) COMPLETE
70892024-12-05T07:20:33.934Z[ recovery-image] Dec 05 07:20:32.667 INFO O| Dec 05 07:20:32.667 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-12-05T07:20:33.944Z[ recovery-image] Dec 05 07:20:32.681 INFO O| Dec 05 07:20:32.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70912024-12-05T07:20:33.944Z[ recovery-image] Dec 05 07:20:32.681 INFO O| Dec 05 07:20:32.681 INFO STEP 916 (remove_files) COMPLETE
70922024-12-05T07:20:33.944Z[ recovery-image] Dec 05 07:20:32.681 INFO O| Dec 05 07:20:32.681 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-12-05T07:20:33.957Z[ recovery-image] Dec 05 07:20:32.694 INFO O| Dec 05 07:20:32.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70942024-12-05T07:20:33.957Z[ recovery-image] Dec 05 07:20:32.694 INFO O| Dec 05 07:20:32.694 INFO STEP 917 (remove_files) COMPLETE
70952024-12-05T07:20:33.957Z[ recovery-image] Dec 05 07:20:32.694 INFO O| Dec 05 07:20:32.694 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-12-05T07:20:33.969Z[ recovery-image] Dec 05 07:20:32.706 INFO O| Dec 05 07:20:32.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70972024-12-05T07:20:33.969Z[ recovery-image] Dec 05 07:20:32.706 INFO O| Dec 05 07:20:32.706 INFO STEP 918 (remove_files) COMPLETE
70982024-12-05T07:20:33.973Z[ recovery-image] Dec 05 07:20:32.706 INFO O| Dec 05 07:20:32.706 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-12-05T07:20:33.983Z[ recovery-image] Dec 05 07:20:32.720 INFO O| Dec 05 07:20:32.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71002024-12-05T07:20:33.984Z[ recovery-image] Dec 05 07:20:32.720 INFO O| Dec 05 07:20:32.720 INFO STEP 919 (remove_files) COMPLETE
71012024-12-05T07:20:33.984Z[ recovery-image] Dec 05 07:20:32.720 INFO O| Dec 05 07:20:32.720 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-12-05T07:20:33.994Z[ recovery-image] Dec 05 07:20:32.730 INFO O| Dec 05 07:20:32.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71032024-12-05T07:20:33.994Z[ recovery-image] Dec 05 07:20:32.730 INFO O| Dec 05 07:20:32.730 INFO STEP 920 (remove_files) COMPLETE
71042024-12-05T07:20:33.997Z[ recovery-image] Dec 05 07:20:32.730 INFO O| Dec 05 07:20:32.730 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-12-05T07:20:34.004Z[ recovery-image] Dec 05 07:20:32.741 INFO O| Dec 05 07:20:32.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71062024-12-05T07:20:34.004Z[ recovery-image] Dec 05 07:20:32.741 INFO O| Dec 05 07:20:32.741 INFO STEP 921 (remove_files) COMPLETE
71072024-12-05T07:20:34.004Z[ recovery-image] Dec 05 07:20:32.741 INFO O| Dec 05 07:20:32.741 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-12-05T07:20:34.015Z[ recovery-image] Dec 05 07:20:32.751 INFO O| Dec 05 07:20:32.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71092024-12-05T07:20:34.015Z[ recovery-image] Dec 05 07:20:32.751 INFO O| Dec 05 07:20:32.751 INFO STEP 922 (remove_files) COMPLETE
71102024-12-05T07:20:34.018Z[ recovery-image] Dec 05 07:20:32.751 INFO O| Dec 05 07:20:32.751 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-12-05T07:20:34.025Z[ recovery-image] Dec 05 07:20:32.762 INFO O| Dec 05 07:20:32.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71122024-12-05T07:20:34.028Z[ recovery-image] Dec 05 07:20:32.763 INFO O| Dec 05 07:20:32.762 INFO STEP 923 (remove_files) COMPLETE
71132024-12-05T07:20:34.028Z[ recovery-image] Dec 05 07:20:32.763 INFO O| Dec 05 07:20:32.762 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-12-05T07:20:34.036Z[ recovery-image] Dec 05 07:20:32.773 INFO O| Dec 05 07:20:32.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71152024-12-05T07:20:34.037Z[ recovery-image] Dec 05 07:20:32.773 INFO O| Dec 05 07:20:32.773 INFO STEP 924 (remove_files) COMPLETE
71162024-12-05T07:20:34.040Z[ recovery-image] Dec 05 07:20:32.773 INFO O| Dec 05 07:20:32.773 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-12-05T07:20:34.046Z[ recovery-image] Dec 05 07:20:32.782 INFO O| Dec 05 07:20:32.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71182024-12-05T07:20:34.049Z[ recovery-image] Dec 05 07:20:32.783 INFO O| Dec 05 07:20:32.783 INFO STEP 925 (remove_files) COMPLETE
71192024-12-05T07:20:34.049Z[ recovery-image] Dec 05 07:20:32.783 INFO O| Dec 05 07:20:32.783 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-05T07:20:34.053Z[ host-image] Dec 05 07:20:32.789 INFO O| Dec 05 07:20:32.789 INFO O| Actions: Completed 22 actions in 0.24 seconds.
71212024-12-05T07:20:34.056Z[ recovery-image] Dec 05 07:20:32.793 INFO O| Dec 05 07:20:32.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71222024-12-05T07:20:34.056Z[ recovery-image] Dec 05 07:20:32.793 INFO O| Dec 05 07:20:32.793 INFO STEP 926 (remove_files) COMPLETE
71232024-12-05T07:20:34.059Z[ recovery-image] Dec 05 07:20:32.793 INFO O| Dec 05 07:20:32.793 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-05T07:20:34.068Z[ recovery-image] Dec 05 07:20:32.805 INFO O| Dec 05 07:20:32.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71252024-12-05T07:20:34.068Z[ recovery-image] Dec 05 07:20:32.805 INFO O| Dec 05 07:20:32.805 INFO STEP 927 (remove_files) COMPLETE
71262024-12-05T07:20:34.068Z[ recovery-image] Dec 05 07:20:32.805 INFO O| Dec 05 07:20:32.805 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-05T07:20:34.079Z[ recovery-image] Dec 05 07:20:32.815 INFO O| Dec 05 07:20:32.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71282024-12-05T07:20:34.082Z[ recovery-image] Dec 05 07:20:32.816 INFO O| Dec 05 07:20:32.816 INFO STEP 928 (remove_files) COMPLETE
71292024-12-05T07:20:34.082Z[ recovery-image] Dec 05 07:20:32.816 INFO O| Dec 05 07:20:32.816 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-05T07:20:34.089Z[ recovery-image] Dec 05 07:20:32.826 INFO O| Dec 05 07:20:32.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71312024-12-05T07:20:34.089Z[ recovery-image] Dec 05 07:20:32.826 INFO O| Dec 05 07:20:32.826 INFO STEP 929 (remove_files) COMPLETE
71322024-12-05T07:20:34.092Z[ recovery-image] Dec 05 07:20:32.826 INFO O| Dec 05 07:20:32.826 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-05T07:20:34.100Z[ recovery-image] Dec 05 07:20:32.836 INFO O| Dec 05 07:20:32.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71342024-12-05T07:20:34.100Z[ recovery-image] Dec 05 07:20:32.836 INFO O| Dec 05 07:20:32.836 INFO STEP 930 (remove_files) COMPLETE
71352024-12-05T07:20:34.100Z[ recovery-image] Dec 05 07:20:32.836 INFO O| Dec 05 07:20:32.836 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-05T07:20:34.109Z[ recovery-image] Dec 05 07:20:32.846 INFO O| Dec 05 07:20:32.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71372024-12-05T07:20:34.110Z[ recovery-image] Dec 05 07:20:32.846 INFO O| Dec 05 07:20:32.846 INFO STEP 931 (remove_files) COMPLETE
71382024-12-05T07:20:34.110Z[ recovery-image] Dec 05 07:20:32.846 INFO O| Dec 05 07:20:32.846 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-05T07:20:34.119Z[ recovery-image] Dec 05 07:20:32.856 INFO O| Dec 05 07:20:32.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71402024-12-05T07:20:34.122Z[ recovery-image] Dec 05 07:20:32.856 INFO O| Dec 05 07:20:32.856 INFO STEP 932 (remove_files) COMPLETE
71412024-12-05T07:20:34.122Z[ recovery-image] Dec 05 07:20:32.856 INFO O| Dec 05 07:20:32.856 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-05T07:20:34.129Z[ recovery-image] Dec 05 07:20:32.866 INFO O| Dec 05 07:20:32.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71432024-12-05T07:20:34.133Z[ recovery-image] Dec 05 07:20:32.866 INFO O| Dec 05 07:20:32.866 INFO STEP 933 (remove_files) COMPLETE
71442024-12-05T07:20:34.133Z[ recovery-image] Dec 05 07:20:32.866 INFO O| Dec 05 07:20:32.866 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-05T07:20:34.139Z[ recovery-image] Dec 05 07:20:32.876 INFO O| Dec 05 07:20:32.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71462024-12-05T07:20:34.139Z[ recovery-image] Dec 05 07:20:32.876 INFO O| Dec 05 07:20:32.876 INFO STEP 934 (remove_files) COMPLETE
71472024-12-05T07:20:34.143Z[ recovery-image] Dec 05 07:20:32.876 INFO O| Dec 05 07:20:32.876 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-05T07:20:34.149Z[ recovery-image] Dec 05 07:20:32.886 INFO O| Dec 05 07:20:32.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71492024-12-05T07:20:34.152Z[ recovery-image] Dec 05 07:20:32.886 INFO O| Dec 05 07:20:32.886 INFO STEP 935 (remove_files) COMPLETE
71502024-12-05T07:20:34.152Z[ recovery-image] Dec 05 07:20:32.886 INFO O| Dec 05 07:20:32.886 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-05T07:20:34.159Z[ recovery-image] Dec 05 07:20:32.896 INFO O| Dec 05 07:20:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71522024-12-05T07:20:34.159Z[ recovery-image] Dec 05 07:20:32.896 INFO O| Dec 05 07:20:32.896 INFO STEP 936 (remove_files) COMPLETE
71532024-12-05T07:20:34.163Z[ recovery-image] Dec 05 07:20:32.896 INFO O| Dec 05 07:20:32.896 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-05T07:20:34.169Z[ recovery-image] Dec 05 07:20:32.906 INFO O| Dec 05 07:20:32.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71552024-12-05T07:20:34.169Z[ recovery-image] Dec 05 07:20:32.906 INFO O| Dec 05 07:20:32.906 INFO STEP 937 (remove_files) COMPLETE
71562024-12-05T07:20:34.169Z[ recovery-image] Dec 05 07:20:32.906 INFO O| Dec 05 07:20:32.906 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-05T07:20:34.179Z[ recovery-image] Dec 05 07:20:32.916 INFO O| Dec 05 07:20:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71582024-12-05T07:20:34.182Z[ recovery-image] Dec 05 07:20:32.916 INFO O| Dec 05 07:20:32.916 INFO STEP 938 (remove_files) COMPLETE
71592024-12-05T07:20:34.182Z[ recovery-image] Dec 05 07:20:32.916 INFO O| Dec 05 07:20:32.916 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-05T07:20:34.189Z[ recovery-image] Dec 05 07:20:32.926 INFO O| Dec 05 07:20:32.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71612024-12-05T07:20:34.189Z[ recovery-image] Dec 05 07:20:32.926 INFO O| Dec 05 07:20:32.926 INFO STEP 939 (remove_files) COMPLETE
71622024-12-05T07:20:34.189Z[ recovery-image] Dec 05 07:20:32.926 INFO O| Dec 05 07:20:32.926 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-05T07:20:34.199Z[ recovery-image] Dec 05 07:20:32.936 INFO O| Dec 05 07:20:32.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71642024-12-05T07:20:34.199Z[ recovery-image] Dec 05 07:20:32.936 INFO O| Dec 05 07:20:32.936 INFO STEP 940 (remove_files) COMPLETE
71652024-12-05T07:20:34.202Z[ recovery-image] Dec 05 07:20:32.936 INFO O| Dec 05 07:20:32.936 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-05T07:20:34.210Z[ recovery-image] Dec 05 07:20:32.946 INFO O| Dec 05 07:20:32.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71672024-12-05T07:20:34.210Z[ recovery-image] Dec 05 07:20:32.946 INFO O| Dec 05 07:20:32.946 INFO STEP 941 (remove_files) COMPLETE
71682024-12-05T07:20:34.210Z[ recovery-image] Dec 05 07:20:32.946 INFO O| Dec 05 07:20:32.946 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-05T07:20:34.220Z[ recovery-image] Dec 05 07:20:32.956 INFO O| Dec 05 07:20:32.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71702024-12-05T07:20:34.220Z[ recovery-image] Dec 05 07:20:32.957 INFO O| Dec 05 07:20:32.957 INFO STEP 942 (remove_files) COMPLETE
71712024-12-05T07:20:34.220Z[ recovery-image] Dec 05 07:20:32.957 INFO O| Dec 05 07:20:32.957 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-05T07:20:34.231Z[ recovery-image] Dec 05 07:20:32.967 INFO O| Dec 05 07:20:32.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71732024-12-05T07:20:34.234Z[ recovery-image] Dec 05 07:20:32.968 INFO O| Dec 05 07:20:32.968 INFO STEP 943 (remove_files) COMPLETE
71742024-12-05T07:20:34.234Z[ recovery-image] Dec 05 07:20:32.968 INFO O| Dec 05 07:20:32.968 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-05T07:20:34.243Z[ recovery-image] Dec 05 07:20:32.980 INFO O| Dec 05 07:20:32.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71762024-12-05T07:20:34.243Z[ recovery-image] Dec 05 07:20:32.980 INFO O| Dec 05 07:20:32.980 INFO STEP 944 (remove_files) COMPLETE
71772024-12-05T07:20:34.243Z[ recovery-image] Dec 05 07:20:32.980 INFO O| Dec 05 07:20:32.980 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-05T07:20:34.255Z[ recovery-image] Dec 05 07:20:32.991 INFO O| Dec 05 07:20:32.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71792024-12-05T07:20:34.256Z[ recovery-image] Dec 05 07:20:32.991 INFO O| Dec 05 07:20:32.991 INFO STEP 945 (remove_files) COMPLETE
71802024-12-05T07:20:34.256Z[ recovery-image] Dec 05 07:20:32.991 INFO O| Dec 05 07:20:32.991 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-05T07:20:34.267Z[ recovery-image] Dec 05 07:20:33.003 INFO O| Dec 05 07:20:33.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71822024-12-05T07:20:34.267Z[ recovery-image] Dec 05 07:20:33.003 INFO O| Dec 05 07:20:33.003 INFO STEP 946 (remove_files) COMPLETE
71832024-12-05T07:20:34.270Z[ recovery-image] Dec 05 07:20:33.003 INFO O| Dec 05 07:20:33.003 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-05T07:20:34.278Z[ recovery-image] Dec 05 07:20:33.014 INFO O| Dec 05 07:20:33.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71852024-12-05T07:20:34.278Z[ recovery-image] Dec 05 07:20:33.014 INFO O| Dec 05 07:20:33.014 INFO STEP 947 (remove_files) COMPLETE
71862024-12-05T07:20:34.280Z[ recovery-image] Dec 05 07:20:33.014 INFO O| Dec 05 07:20:33.014 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-05T07:20:34.280Z[ host-image] Dec 05 07:20:33.015 INFO O| Dec 05 07:20:33.015 INFO O| Done
71882024-12-05T07:20:34.280Z[ host-image] Dec 05 07:20:33.015 INFO O| Dec 05 07:20:33.015 INFO O| Done
71892024-12-05T07:20:34.289Z[ recovery-image] Dec 05 07:20:33.025 INFO O| Dec 05 07:20:33.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71902024-12-05T07:20:34.289Z[ recovery-image] Dec 05 07:20:33.025 INFO O| Dec 05 07:20:33.025 INFO STEP 948 (remove_files) COMPLETE
71912024-12-05T07:20:34.289Z[ recovery-image] Dec 05 07:20:33.025 INFO O| Dec 05 07:20:33.025 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-12-05T07:20:34.299Z[ recovery-image] Dec 05 07:20:33.035 INFO O| Dec 05 07:20:33.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71932024-12-05T07:20:34.299Z[ recovery-image] Dec 05 07:20:33.035 INFO O| Dec 05 07:20:33.035 INFO STEP 949 (remove_files) COMPLETE
71942024-12-05T07:20:34.302Z[ recovery-image] Dec 05 07:20:33.035 INFO O| Dec 05 07:20:33.035 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-12-05T07:20:34.309Z[ recovery-image] Dec 05 07:20:33.045 INFO O| Dec 05 07:20:33.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71962024-12-05T07:20:34.309Z[ recovery-image] Dec 05 07:20:33.045 INFO O| Dec 05 07:20:33.045 INFO STEP 950 (remove_files) COMPLETE
71972024-12-05T07:20:34.312Z[ recovery-image] Dec 05 07:20:33.045 INFO O| Dec 05 07:20:33.045 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-12-05T07:20:34.318Z[ recovery-image] Dec 05 07:20:33.055 INFO O| Dec 05 07:20:33.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71992024-12-05T07:20:34.319Z[ recovery-image] Dec 05 07:20:33.055 INFO O| Dec 05 07:20:33.055 INFO STEP 951 (remove_files) COMPLETE
72002024-12-05T07:20:34.319Z[ recovery-image] Dec 05 07:20:33.055 INFO O| Dec 05 07:20:33.055 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-12-05T07:20:34.328Z[ recovery-image] Dec 05 07:20:33.065 INFO O| Dec 05 07:20:33.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72022024-12-05T07:20:34.331Z[ recovery-image] Dec 05 07:20:33.065 INFO O| Dec 05 07:20:33.065 INFO STEP 952 (remove_files) COMPLETE
72032024-12-05T07:20:34.331Z[ recovery-image] Dec 05 07:20:33.065 INFO O| Dec 05 07:20:33.065 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-05T07:20:34.338Z[ recovery-image] Dec 05 07:20:33.074 INFO O| Dec 05 07:20:33.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72052024-12-05T07:20:34.338Z[ recovery-image] Dec 05 07:20:33.074 INFO O| Dec 05 07:20:33.074 INFO STEP 953 (remove_files) COMPLETE
72062024-12-05T07:20:34.341Z[ recovery-image] Dec 05 07:20:33.074 INFO O| Dec 05 07:20:33.074 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-12-05T07:20:34.348Z[ recovery-image] Dec 05 07:20:33.085 INFO O| Dec 05 07:20:33.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72082024-12-05T07:20:34.348Z[ recovery-image] Dec 05 07:20:33.085 INFO O| Dec 05 07:20:33.085 INFO STEP 954 (remove_files) COMPLETE
72092024-12-05T07:20:34.348Z[ recovery-image] Dec 05 07:20:33.085 INFO O| Dec 05 07:20:33.085 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-05T07:20:34.358Z[ recovery-image] Dec 05 07:20:33.095 INFO O| Dec 05 07:20:33.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72112024-12-05T07:20:34.358Z[ recovery-image] Dec 05 07:20:33.095 INFO O| Dec 05 07:20:33.095 INFO STEP 955 (remove_files) COMPLETE
72122024-12-05T07:20:34.359Z[ recovery-image] Dec 05 07:20:33.095 INFO O| Dec 05 07:20:33.095 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-05T07:20:34.369Z[ recovery-image] Dec 05 07:20:33.105 INFO O| Dec 05 07:20:33.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72142024-12-05T07:20:34.369Z[ recovery-image] Dec 05 07:20:33.105 INFO O| Dec 05 07:20:33.105 INFO STEP 956 (remove_files) COMPLETE
72152024-12-05T07:20:34.369Z[ recovery-image] Dec 05 07:20:33.105 INFO O| Dec 05 07:20:33.105 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-05T07:20:34.379Z[ recovery-image] Dec 05 07:20:33.116 INFO O| Dec 05 07:20:33.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72172024-12-05T07:20:34.379Z[ recovery-image] Dec 05 07:20:33.116 INFO O| Dec 05 07:20:33.116 INFO STEP 957 (remove_files) COMPLETE
72182024-12-05T07:20:34.379Z[ recovery-image] Dec 05 07:20:33.116 INFO O| Dec 05 07:20:33.116 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-05T07:20:34.389Z[ recovery-image] Dec 05 07:20:33.126 INFO O| Dec 05 07:20:33.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72202024-12-05T07:20:34.390Z[ recovery-image] Dec 05 07:20:33.126 INFO O| Dec 05 07:20:33.126 INFO STEP 958 (remove_files) COMPLETE
72212024-12-05T07:20:34.390Z[ recovery-image] Dec 05 07:20:33.126 INFO O| Dec 05 07:20:33.126 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-12-05T07:20:34.400Z[ recovery-image] Dec 05 07:20:33.137 INFO O| Dec 05 07:20:33.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72232024-12-05T07:20:34.403Z[ recovery-image] Dec 05 07:20:33.137 INFO O| Dec 05 07:20:33.137 INFO STEP 959 (remove_files) COMPLETE
72242024-12-05T07:20:34.403Z[ recovery-image] Dec 05 07:20:33.137 INFO O| Dec 05 07:20:33.137 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-12-05T07:20:34.412Z[ recovery-image] Dec 05 07:20:33.148 INFO O| Dec 05 07:20:33.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72262024-12-05T07:20:34.412Z[ recovery-image] Dec 05 07:20:33.148 INFO O| Dec 05 07:20:33.148 INFO STEP 960 (remove_files) COMPLETE
72272024-12-05T07:20:34.416Z[ recovery-image] Dec 05 07:20:33.148 INFO O| Dec 05 07:20:33.148 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-05T07:20:34.423Z[ recovery-image] Dec 05 07:20:33.159 INFO O| Dec 05 07:20:33.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72292024-12-05T07:20:34.423Z[ recovery-image] Dec 05 07:20:33.159 INFO O| Dec 05 07:20:33.159 INFO STEP 961 (remove_files) COMPLETE
72302024-12-05T07:20:34.426Z[ recovery-image] Dec 05 07:20:33.159 INFO O| Dec 05 07:20:33.159 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-05T07:20:34.433Z[ recovery-image] Dec 05 07:20:33.170 INFO O| Dec 05 07:20:33.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72322024-12-05T07:20:34.434Z[ recovery-image] Dec 05 07:20:33.170 INFO O| Dec 05 07:20:33.170 INFO STEP 962 (remove_files) COMPLETE
72332024-12-05T07:20:34.434Z[ recovery-image] Dec 05 07:20:33.170 INFO O| Dec 05 07:20:33.170 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-05T07:20:34.444Z[ recovery-image] Dec 05 07:20:33.180 INFO O| Dec 05 07:20:33.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72352024-12-05T07:20:34.444Z[ recovery-image] Dec 05 07:20:33.180 INFO O| Dec 05 07:20:33.180 INFO STEP 963 (remove_files) COMPLETE
72362024-12-05T07:20:34.447Z[ recovery-image] Dec 05 07:20:33.180 INFO O| Dec 05 07:20:33.180 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-05T07:20:34.454Z[ recovery-image] Dec 05 07:20:33.191 INFO O| Dec 05 07:20:33.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72382024-12-05T07:20:34.454Z[ recovery-image] Dec 05 07:20:33.191 INFO O| Dec 05 07:20:33.191 INFO STEP 964 (remove_files) COMPLETE
72392024-12-05T07:20:34.457Z[ recovery-image] Dec 05 07:20:33.191 INFO O| Dec 05 07:20:33.191 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-05T07:20:34.465Z[ recovery-image] Dec 05 07:20:33.201 INFO O| Dec 05 07:20:33.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72412024-12-05T07:20:34.465Z[ recovery-image] Dec 05 07:20:33.201 INFO O| Dec 05 07:20:33.201 INFO STEP 965 (remove_files) COMPLETE
72422024-12-05T07:20:34.465Z[ recovery-image] Dec 05 07:20:33.201 INFO O| Dec 05 07:20:33.201 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-05T07:20:34.475Z[ recovery-image] Dec 05 07:20:33.212 INFO O| Dec 05 07:20:33.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72442024-12-05T07:20:34.475Z[ recovery-image] Dec 05 07:20:33.212 INFO O| Dec 05 07:20:33.212 INFO STEP 966 (remove_files) COMPLETE
72452024-12-05T07:20:34.479Z[ recovery-image] Dec 05 07:20:33.212 INFO O| Dec 05 07:20:33.212 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-05T07:20:34.485Z[ recovery-image] Dec 05 07:20:33.222 INFO O| Dec 05 07:20:33.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72472024-12-05T07:20:34.485Z[ recovery-image] Dec 05 07:20:33.222 INFO O| Dec 05 07:20:33.222 INFO STEP 967 (remove_files) COMPLETE
72482024-12-05T07:20:34.485Z[ recovery-image] Dec 05 07:20:33.222 INFO O| Dec 05 07:20:33.222 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-05T07:20:34.496Z[ recovery-image] Dec 05 07:20:33.232 INFO O| Dec 05 07:20:33.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72502024-12-05T07:20:34.496Z[ recovery-image] Dec 05 07:20:33.232 INFO O| Dec 05 07:20:33.232 INFO STEP 968 (remove_files) COMPLETE
72512024-12-05T07:20:34.496Z[ recovery-image] Dec 05 07:20:33.232 INFO O| Dec 05 07:20:33.232 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-12-05T07:20:34.506Z[ recovery-image] Dec 05 07:20:33.242 INFO O| Dec 05 07:20:33.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72532024-12-05T07:20:34.506Z[ recovery-image] Dec 05 07:20:33.242 INFO O| Dec 05 07:20:33.242 INFO STEP 969 (remove_files) COMPLETE
72542024-12-05T07:20:34.509Z[ recovery-image] Dec 05 07:20:33.242 INFO O| Dec 05 07:20:33.242 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-12-05T07:20:34.516Z[ recovery-image] Dec 05 07:20:33.253 INFO O| Dec 05 07:20:33.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72562024-12-05T07:20:34.516Z[ recovery-image] Dec 05 07:20:33.253 INFO O| Dec 05 07:20:33.253 INFO STEP 970 (remove_files) COMPLETE
72572024-12-05T07:20:34.519Z[ recovery-image] Dec 05 07:20:33.253 INFO O| Dec 05 07:20:33.253 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-12-05T07:20:34.527Z[ recovery-image] Dec 05 07:20:33.263 INFO O| Dec 05 07:20:33.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72592024-12-05T07:20:34.527Z[ recovery-image] Dec 05 07:20:33.263 INFO O| Dec 05 07:20:33.263 INFO STEP 971 (remove_files) COMPLETE
72602024-12-05T07:20:34.527Z[ recovery-image] Dec 05 07:20:33.263 INFO O| Dec 05 07:20:33.263 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-12-05T07:20:34.537Z[ recovery-image] Dec 05 07:20:33.273 INFO O| Dec 05 07:20:33.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72622024-12-05T07:20:34.537Z[ recovery-image] Dec 05 07:20:33.274 INFO O| Dec 05 07:20:33.273 INFO STEP 972 (remove_files) COMPLETE
72632024-12-05T07:20:34.540Z[ recovery-image] Dec 05 07:20:33.274 INFO O| Dec 05 07:20:33.273 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-12-05T07:20:34.547Z[ recovery-image] Dec 05 07:20:33.284 INFO O| Dec 05 07:20:33.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72652024-12-05T07:20:34.560Z[ recovery-image] Dec 05 07:20:33.284 INFO O| Dec 05 07:20:33.284 INFO STEP 973 (remove_files) COMPLETE
72662024-12-05T07:20:34.560Z[ recovery-image] Dec 05 07:20:33.284 INFO O| Dec 05 07:20:33.284 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-12-05T07:20:34.565Z[ recovery-image] Dec 05 07:20:33.294 INFO O| Dec 05 07:20:33.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72682024-12-05T07:20:34.565Z[ recovery-image] Dec 05 07:20:33.294 INFO O| Dec 05 07:20:33.294 INFO STEP 974 (remove_files) COMPLETE
72692024-12-05T07:20:34.565Z[ recovery-image] Dec 05 07:20:33.294 INFO O| Dec 05 07:20:33.294 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-05T07:20:34.568Z[ recovery-image] Dec 05 07:20:33.304 INFO O| Dec 05 07:20:33.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72712024-12-05T07:20:34.568Z[ recovery-image] Dec 05 07:20:33.304 INFO O| Dec 05 07:20:33.304 INFO STEP 975 (remove_files) COMPLETE
72722024-12-05T07:20:34.568Z[ recovery-image] Dec 05 07:20:33.304 INFO O| Dec 05 07:20:33.304 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-05T07:20:34.578Z[ recovery-image] Dec 05 07:20:33.314 INFO O| Dec 05 07:20:33.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72742024-12-05T07:20:34.578Z[ recovery-image] Dec 05 07:20:33.314 INFO O| Dec 05 07:20:33.314 INFO STEP 976 (remove_files) COMPLETE
72752024-12-05T07:20:34.582Z[ recovery-image] Dec 05 07:20:33.314 INFO O| Dec 05 07:20:33.314 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-05T07:20:34.605Z[ recovery-image] Dec 05 07:20:33.334 INFO O| Dec 05 07:20:33.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72772024-12-05T07:20:34.605Z[ recovery-image] Dec 05 07:20:33.334 INFO O| Dec 05 07:20:33.333 INFO STEP 977 (remove_files) COMPLETE
72782024-12-05T07:20:34.605Z[ recovery-image] Dec 05 07:20:33.334 INFO O| Dec 05 07:20:33.333 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-05T07:20:34.615Z[ recovery-image] Dec 05 07:20:33.351 INFO O| Dec 05 07:20:33.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72802024-12-05T07:20:34.618Z[ recovery-image] Dec 05 07:20:33.351 INFO O| Dec 05 07:20:33.351 INFO STEP 978 (remove_files) COMPLETE
72812024-12-05T07:20:34.618Z[ recovery-image] Dec 05 07:20:33.351 INFO O| Dec 05 07:20:33.351 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-05T07:20:34.626Z[ recovery-image] Dec 05 07:20:33.362 INFO O| Dec 05 07:20:33.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72832024-12-05T07:20:34.626Z[ recovery-image] Dec 05 07:20:33.362 INFO O| Dec 05 07:20:33.362 INFO STEP 979 (remove_files) COMPLETE
72842024-12-05T07:20:34.629Z[ recovery-image] Dec 05 07:20:33.362 INFO O| Dec 05 07:20:33.362 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-05T07:20:34.636Z[ recovery-image] Dec 05 07:20:33.373 INFO O| Dec 05 07:20:33.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72862024-12-05T07:20:34.639Z[ recovery-image] Dec 05 07:20:33.373 INFO O| Dec 05 07:20:33.373 INFO STEP 980 (remove_files) COMPLETE
72872024-12-05T07:20:34.639Z[ recovery-image] Dec 05 07:20:33.373 INFO O| Dec 05 07:20:33.373 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-05T07:20:34.647Z[ recovery-image] Dec 05 07:20:33.383 INFO O| Dec 05 07:20:33.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72892024-12-05T07:20:34.650Z[ recovery-image] Dec 05 07:20:33.383 INFO O| Dec 05 07:20:33.383 INFO STEP 981 (remove_files) COMPLETE
72902024-12-05T07:20:34.650Z[ recovery-image] Dec 05 07:20:33.383 INFO O| Dec 05 07:20:33.383 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-05T07:20:34.658Z[ recovery-image] Dec 05 07:20:33.393 INFO O| Dec 05 07:20:33.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72922024-12-05T07:20:34.661Z[ recovery-image] Dec 05 07:20:33.393 INFO O| Dec 05 07:20:33.393 INFO STEP 982 (remove_files) COMPLETE
72932024-12-05T07:20:34.661Z[ recovery-image] Dec 05 07:20:33.393 INFO O| Dec 05 07:20:33.393 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-05T07:20:34.667Z[ recovery-image] Dec 05 07:20:33.403 INFO O| Dec 05 07:20:33.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72952024-12-05T07:20:34.667Z[ recovery-image] Dec 05 07:20:33.403 INFO O| Dec 05 07:20:33.403 INFO STEP 983 (remove_files) COMPLETE
72962024-12-05T07:20:34.670Z[ recovery-image] Dec 05 07:20:33.403 INFO O| Dec 05 07:20:33.403 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-05T07:20:34.677Z[ recovery-image] Dec 05 07:20:33.413 INFO O| Dec 05 07:20:33.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72982024-12-05T07:20:34.677Z[ recovery-image] Dec 05 07:20:33.413 INFO O| Dec 05 07:20:33.413 INFO STEP 984 (remove_files) COMPLETE
72992024-12-05T07:20:34.680Z[ recovery-image] Dec 05 07:20:33.413 INFO O| Dec 05 07:20:33.413 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-05T07:20:34.687Z[ recovery-image] Dec 05 07:20:33.424 INFO O| Dec 05 07:20:33.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73012024-12-05T07:20:34.687Z[ recovery-image] Dec 05 07:20:33.424 INFO O| Dec 05 07:20:33.424 INFO STEP 985 (remove_files) COMPLETE
73022024-12-05T07:20:34.687Z[ recovery-image] Dec 05 07:20:33.424 INFO O| Dec 05 07:20:33.424 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-05T07:20:34.698Z[ recovery-image] Dec 05 07:20:33.435 INFO O| Dec 05 07:20:33.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73042024-12-05T07:20:34.698Z[ recovery-image] Dec 05 07:20:33.435 INFO O| Dec 05 07:20:33.435 INFO STEP 986 (remove_files) COMPLETE
73052024-12-05T07:20:34.698Z[ recovery-image] Dec 05 07:20:33.435 INFO O| Dec 05 07:20:33.435 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-05T07:20:34.709Z[ recovery-image] Dec 05 07:20:33.445 INFO O| Dec 05 07:20:33.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73072024-12-05T07:20:34.709Z[ recovery-image] Dec 05 07:20:33.446 INFO O| Dec 05 07:20:33.445 INFO STEP 987 (remove_files) COMPLETE
73082024-12-05T07:20:34.712Z[ recovery-image] Dec 05 07:20:33.446 INFO O| Dec 05 07:20:33.445 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-05T07:20:34.719Z[ recovery-image] Dec 05 07:20:33.456 INFO O| Dec 05 07:20:33.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73102024-12-05T07:20:34.719Z[ recovery-image] Dec 05 07:20:33.456 INFO O| Dec 05 07:20:33.456 INFO STEP 988 (remove_files) COMPLETE
73112024-12-05T07:20:34.720Z[ recovery-image] Dec 05 07:20:33.456 INFO O| Dec 05 07:20:33.456 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-05T07:20:34.730Z[ recovery-image] Dec 05 07:20:33.467 INFO O| Dec 05 07:20:33.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73132024-12-05T07:20:34.730Z[ recovery-image] Dec 05 07:20:33.467 INFO O| Dec 05 07:20:33.467 INFO STEP 989 (remove_files) COMPLETE
73142024-12-05T07:20:34.734Z[ recovery-image] Dec 05 07:20:33.467 INFO O| Dec 05 07:20:33.467 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-05T07:20:34.740Z[ recovery-image] Dec 05 07:20:33.476 INFO O| Dec 05 07:20:33.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73162024-12-05T07:20:34.740Z[ recovery-image] Dec 05 07:20:33.476 INFO O| Dec 05 07:20:33.476 INFO STEP 990 (remove_files) COMPLETE
73172024-12-05T07:20:34.740Z[ recovery-image] Dec 05 07:20:33.476 INFO O| Dec 05 07:20:33.476 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-05T07:20:34.751Z[ recovery-image] Dec 05 07:20:33.487 INFO O| Dec 05 07:20:33.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73192024-12-05T07:20:34.751Z[ recovery-image] Dec 05 07:20:33.487 INFO O| Dec 05 07:20:33.487 INFO STEP 991 (remove_files) COMPLETE
73202024-12-05T07:20:34.751Z[ recovery-image] Dec 05 07:20:33.487 INFO O| Dec 05 07:20:33.487 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-05T07:20:34.762Z[ recovery-image] Dec 05 07:20:33.499 INFO O| Dec 05 07:20:33.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73222024-12-05T07:20:34.762Z[ recovery-image] Dec 05 07:20:33.499 INFO O| Dec 05 07:20:33.499 INFO STEP 992 (remove_files) COMPLETE
73232024-12-05T07:20:34.762Z[ recovery-image] Dec 05 07:20:33.499 INFO O| Dec 05 07:20:33.499 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-05T07:20:34.772Z[ recovery-image] Dec 05 07:20:33.509 INFO O| Dec 05 07:20:33.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73252024-12-05T07:20:34.772Z[ recovery-image] Dec 05 07:20:33.509 INFO O| Dec 05 07:20:33.509 INFO STEP 993 (remove_files) COMPLETE
73262024-12-05T07:20:34.775Z[ recovery-image] Dec 05 07:20:33.509 INFO O| Dec 05 07:20:33.509 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-05T07:20:34.782Z[ recovery-image] Dec 05 07:20:33.518 INFO O| Dec 05 07:20:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73282024-12-05T07:20:34.785Z[ recovery-image] Dec 05 07:20:33.518 INFO O| Dec 05 07:20:33.518 INFO STEP 994 (remove_files) COMPLETE
73292024-12-05T07:20:34.785Z[ recovery-image] Dec 05 07:20:33.518 INFO O| Dec 05 07:20:33.518 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-05T07:20:34.793Z[ recovery-image] Dec 05 07:20:33.529 INFO O| Dec 05 07:20:33.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73312024-12-05T07:20:34.793Z[ recovery-image] Dec 05 07:20:33.529 INFO O| Dec 05 07:20:33.529 INFO STEP 995 (remove_files) COMPLETE
73322024-12-05T07:20:34.793Z[ recovery-image] Dec 05 07:20:33.529 INFO O| Dec 05 07:20:33.529 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-05T07:20:34.803Z[ recovery-image] Dec 05 07:20:33.540 INFO O| Dec 05 07:20:33.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73342024-12-05T07:20:34.803Z[ recovery-image] Dec 05 07:20:33.540 INFO O| Dec 05 07:20:33.540 INFO STEP 996 (remove_files) COMPLETE
73352024-12-05T07:20:34.803Z[ recovery-image] Dec 05 07:20:33.540 INFO O| Dec 05 07:20:33.540 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-05T07:20:34.814Z[ recovery-image] Dec 05 07:20:33.551 INFO O| Dec 05 07:20:33.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73372024-12-05T07:20:34.814Z[ recovery-image] Dec 05 07:20:33.551 INFO O| Dec 05 07:20:33.551 INFO STEP 997 (remove_files) COMPLETE
73382024-12-05T07:20:34.817Z[ recovery-image] Dec 05 07:20:33.551 INFO O| Dec 05 07:20:33.551 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-05T07:20:34.824Z[ recovery-image] Dec 05 07:20:33.561 INFO O| Dec 05 07:20:33.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73402024-12-05T07:20:34.826Z[ recovery-image] Dec 05 07:20:33.561 INFO O| Dec 05 07:20:33.561 INFO STEP 998 (remove_files) COMPLETE
73412024-12-05T07:20:34.829Z[ recovery-image] Dec 05 07:20:33.561 INFO O| Dec 05 07:20:33.561 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-05T07:20:34.834Z[ recovery-image] Dec 05 07:20:33.571 INFO O| Dec 05 07:20:33.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73432024-12-05T07:20:34.834Z[ recovery-image] Dec 05 07:20:33.571 INFO O| Dec 05 07:20:33.571 INFO STEP 999 (remove_files) COMPLETE
73442024-12-05T07:20:34.834Z[ recovery-image] Dec 05 07:20:33.571 INFO O| Dec 05 07:20:33.571 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-05T07:20:34.838Z[ host-image] Dec 05 07:20:33.574 INFO O| Dec 05 07:20:33.574 INFO O| Done
73462024-12-05T07:20:34.844Z[ recovery-image] Dec 05 07:20:33.581 INFO O| Dec 05 07:20:33.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73472024-12-05T07:20:34.845Z[ recovery-image] Dec 05 07:20:33.581 INFO O| Dec 05 07:20:33.581 INFO STEP 1000 (remove_files) COMPLETE
73482024-12-05T07:20:34.848Z[ recovery-image] Dec 05 07:20:33.581 INFO O| Dec 05 07:20:33.581 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-05T07:20:34.855Z[ recovery-image] Dec 05 07:20:33.592 INFO O| Dec 05 07:20:33.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73502024-12-05T07:20:34.855Z[ recovery-image] Dec 05 07:20:33.592 INFO O| Dec 05 07:20:33.592 INFO STEP 1001 (remove_files) COMPLETE
73512024-12-05T07:20:34.858Z[ recovery-image] Dec 05 07:20:33.592 INFO O| Dec 05 07:20:33.592 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-05T07:20:34.865Z[ recovery-image] Dec 05 07:20:33.602 INFO O| Dec 05 07:20:33.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73532024-12-05T07:20:34.866Z[ recovery-image] Dec 05 07:20:33.602 INFO O| Dec 05 07:20:33.602 INFO STEP 1002 (remove_files) COMPLETE
73542024-12-05T07:20:34.866Z[ recovery-image] Dec 05 07:20:33.602 INFO O| Dec 05 07:20:33.602 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-05T07:20:34.875Z[ recovery-image] Dec 05 07:20:33.612 INFO O| Dec 05 07:20:33.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73562024-12-05T07:20:34.876Z[ recovery-image] Dec 05 07:20:33.612 INFO O| Dec 05 07:20:33.612 INFO STEP 1003 (remove_files) COMPLETE
73572024-12-05T07:20:34.879Z[ recovery-image] Dec 05 07:20:33.612 INFO O| Dec 05 07:20:33.612 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-05T07:20:34.885Z[ recovery-image] Dec 05 07:20:33.622 INFO O| Dec 05 07:20:33.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73592024-12-05T07:20:34.890Z[ recovery-image] Dec 05 07:20:33.622 INFO O| Dec 05 07:20:33.622 INFO STEP 1004 (remove_files) COMPLETE
73602024-12-05T07:20:34.890Z[ recovery-image] Dec 05 07:20:33.622 INFO O| Dec 05 07:20:33.622 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-05T07:20:34.897Z[ recovery-image] Dec 05 07:20:33.633 INFO O| Dec 05 07:20:33.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73622024-12-05T07:20:34.897Z[ recovery-image] Dec 05 07:20:33.633 INFO O| Dec 05 07:20:33.633 INFO STEP 1005 (remove_files) COMPLETE
73632024-12-05T07:20:34.900Z[ recovery-image] Dec 05 07:20:33.633 INFO O| Dec 05 07:20:33.633 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-05T07:20:34.907Z[ recovery-image] Dec 05 07:20:33.644 INFO O| Dec 05 07:20:33.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73652024-12-05T07:20:34.908Z[ recovery-image] Dec 05 07:20:33.644 INFO O| Dec 05 07:20:33.644 INFO STEP 1006 (remove_files) COMPLETE
73662024-12-05T07:20:34.911Z[ recovery-image] Dec 05 07:20:33.644 INFO O| Dec 05 07:20:33.644 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-05T07:20:34.918Z[ recovery-image] Dec 05 07:20:33.654 INFO O| Dec 05 07:20:33.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73682024-12-05T07:20:34.918Z[ recovery-image] Dec 05 07:20:33.654 INFO O| Dec 05 07:20:33.654 INFO STEP 1007 (remove_files) COMPLETE
73692024-12-05T07:20:34.918Z[ recovery-image] Dec 05 07:20:33.654 INFO O| Dec 05 07:20:33.654 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-05T07:20:34.928Z[ recovery-image] Dec 05 07:20:33.664 INFO O| Dec 05 07:20:33.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73712024-12-05T07:20:34.928Z[ recovery-image] Dec 05 07:20:33.664 INFO O| Dec 05 07:20:33.664 INFO STEP 1008 (remove_files) COMPLETE
73722024-12-05T07:20:34.931Z[ recovery-image] Dec 05 07:20:33.664 INFO O| Dec 05 07:20:33.664 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-05T07:20:34.938Z[ recovery-image] Dec 05 07:20:33.674 INFO O| Dec 05 07:20:33.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73742024-12-05T07:20:34.941Z[ recovery-image] Dec 05 07:20:33.674 INFO O| Dec 05 07:20:33.674 INFO STEP 1009 (remove_files) COMPLETE
73752024-12-05T07:20:34.941Z[ recovery-image] Dec 05 07:20:33.674 INFO O| Dec 05 07:20:33.674 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-05T07:20:34.948Z[ recovery-image] Dec 05 07:20:33.684 INFO O| Dec 05 07:20:33.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73772024-12-05T07:20:34.948Z[ recovery-image] Dec 05 07:20:33.685 INFO O| Dec 05 07:20:33.684 INFO STEP 1010 (remove_files) COMPLETE
73782024-12-05T07:20:34.948Z[ recovery-image] Dec 05 07:20:33.685 INFO O| Dec 05 07:20:33.685 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-05T07:20:34.958Z[ recovery-image] Dec 05 07:20:33.695 INFO O| Dec 05 07:20:33.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73802024-12-05T07:20:34.958Z[ recovery-image] Dec 05 07:20:33.695 INFO O| Dec 05 07:20:33.695 INFO STEP 1011 (remove_files) COMPLETE
73812024-12-05T07:20:34.958Z[ recovery-image] Dec 05 07:20:33.695 INFO O| Dec 05 07:20:33.695 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-05T07:20:34.969Z[ recovery-image] Dec 05 07:20:33.705 INFO O| Dec 05 07:20:33.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73832024-12-05T07:20:34.969Z[ recovery-image] Dec 05 07:20:33.705 INFO O| Dec 05 07:20:33.705 INFO STEP 1012 (remove_files) COMPLETE
73842024-12-05T07:20:34.969Z[ recovery-image] Dec 05 07:20:33.705 INFO O| Dec 05 07:20:33.705 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-05T07:20:34.980Z[ recovery-image] Dec 05 07:20:33.716 INFO O| Dec 05 07:20:33.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73862024-12-05T07:20:34.982Z[ recovery-image] Dec 05 07:20:33.716 INFO O| Dec 05 07:20:33.716 INFO STEP 1013 (remove_files) COMPLETE
73872024-12-05T07:20:34.983Z[ recovery-image] Dec 05 07:20:33.716 INFO O| Dec 05 07:20:33.716 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-05T07:20:34.991Z[ recovery-image] Dec 05 07:20:33.728 INFO O| Dec 05 07:20:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73892024-12-05T07:20:34.994Z[ recovery-image] Dec 05 07:20:33.728 INFO O| Dec 05 07:20:33.728 INFO STEP 1014 (remove_files) COMPLETE
73902024-12-05T07:20:34.994Z[ recovery-image] Dec 05 07:20:33.728 INFO O| Dec 05 07:20:33.728 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-05T07:20:35.003Z[ recovery-image] Dec 05 07:20:33.739 INFO O| Dec 05 07:20:33.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73922024-12-05T07:20:35.003Z[ recovery-image] Dec 05 07:20:33.739 INFO O| Dec 05 07:20:33.739 INFO STEP 1015 (remove_files) COMPLETE
73932024-12-05T07:20:35.003Z[ recovery-image] Dec 05 07:20:33.739 INFO O| Dec 05 07:20:33.739 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-05T07:20:35.013Z[ recovery-image] Dec 05 07:20:33.750 INFO O| Dec 05 07:20:33.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73952024-12-05T07:20:35.013Z[ recovery-image] Dec 05 07:20:33.750 INFO O| Dec 05 07:20:33.750 INFO STEP 1016 (remove_files) COMPLETE
73962024-12-05T07:20:35.013Z[ recovery-image] Dec 05 07:20:33.750 INFO O| Dec 05 07:20:33.750 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-05T07:20:35.025Z[ recovery-image] Dec 05 07:20:33.762 INFO O| Dec 05 07:20:33.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73982024-12-05T07:20:35.025Z[ recovery-image] Dec 05 07:20:33.762 INFO O| Dec 05 07:20:33.762 INFO STEP 1017 (remove_files) COMPLETE
73992024-12-05T07:20:35.025Z[ recovery-image] Dec 05 07:20:33.762 INFO O| Dec 05 07:20:33.762 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-05T07:20:35.035Z[ recovery-image] Dec 05 07:20:33.772 INFO O| Dec 05 07:20:33.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74012024-12-05T07:20:35.039Z[ recovery-image] Dec 05 07:20:33.772 INFO O| Dec 05 07:20:33.772 INFO STEP 1018 (remove_files) COMPLETE
74022024-12-05T07:20:35.039Z[ recovery-image] Dec 05 07:20:33.772 INFO O| Dec 05 07:20:33.772 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-05T07:20:35.046Z[ recovery-image] Dec 05 07:20:33.783 INFO O| Dec 05 07:20:33.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74042024-12-05T07:20:35.046Z[ recovery-image] Dec 05 07:20:33.783 INFO O| Dec 05 07:20:33.783 INFO STEP 1019 (remove_files) COMPLETE
74052024-12-05T07:20:35.046Z[ recovery-image] Dec 05 07:20:33.783 INFO O| Dec 05 07:20:33.783 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-05T07:20:35.056Z[ recovery-image] Dec 05 07:20:33.793 INFO O| Dec 05 07:20:33.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74072024-12-05T07:20:35.059Z[ recovery-image] Dec 05 07:20:33.793 INFO O| Dec 05 07:20:33.793 INFO STEP 1020 (remove_files) COMPLETE
74082024-12-05T07:20:35.059Z[ recovery-image] Dec 05 07:20:33.793 INFO O| Dec 05 07:20:33.793 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-05T07:20:35.066Z[ recovery-image] Dec 05 07:20:33.802 INFO O| Dec 05 07:20:33.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74102024-12-05T07:20:35.066Z[ recovery-image] Dec 05 07:20:33.802 INFO O| Dec 05 07:20:33.802 INFO STEP 1021 (remove_files) COMPLETE
74112024-12-05T07:20:35.067Z[ recovery-image] Dec 05 07:20:33.802 INFO O| Dec 05 07:20:33.802 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-05T07:20:35.076Z[ recovery-image] Dec 05 07:20:33.813 INFO O| Dec 05 07:20:33.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74132024-12-05T07:20:35.076Z[ recovery-image] Dec 05 07:20:33.813 INFO O| Dec 05 07:20:33.813 INFO STEP 1022 (remove_files) COMPLETE
74142024-12-05T07:20:35.076Z[ recovery-image] Dec 05 07:20:33.813 INFO O| Dec 05 07:20:33.813 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-05T07:20:35.087Z[ recovery-image] Dec 05 07:20:33.823 INFO O| Dec 05 07:20:33.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74162024-12-05T07:20:35.087Z[ recovery-image] Dec 05 07:20:33.824 INFO O| Dec 05 07:20:33.823 INFO STEP 1023 (remove_files) COMPLETE
74172024-12-05T07:20:35.090Z[ recovery-image] Dec 05 07:20:33.824 INFO O| Dec 05 07:20:33.824 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-05T07:20:35.097Z[ recovery-image] Dec 05 07:20:33.833 INFO O| Dec 05 07:20:33.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74192024-12-05T07:20:35.097Z[ recovery-image] Dec 05 07:20:33.833 INFO O| Dec 05 07:20:33.833 INFO STEP 1024 (remove_files) COMPLETE
74202024-12-05T07:20:35.100Z[ recovery-image] Dec 05 07:20:33.833 INFO O| Dec 05 07:20:33.833 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-05T07:20:35.107Z[ recovery-image] Dec 05 07:20:33.843 INFO O| Dec 05 07:20:33.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74222024-12-05T07:20:35.107Z[ recovery-image] Dec 05 07:20:33.843 INFO O| Dec 05 07:20:33.843 INFO STEP 1025 (remove_files) COMPLETE
74232024-12-05T07:20:35.107Z[ recovery-image] Dec 05 07:20:33.843 INFO O| Dec 05 07:20:33.843 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-05T07:20:35.117Z[ recovery-image] Dec 05 07:20:33.853 INFO O| Dec 05 07:20:33.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74252024-12-05T07:20:35.117Z[ recovery-image] Dec 05 07:20:33.853 INFO O| Dec 05 07:20:33.853 INFO STEP 1026 (remove_files) COMPLETE
74262024-12-05T07:20:35.117Z[ recovery-image] Dec 05 07:20:33.853 INFO O| Dec 05 07:20:33.853 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-05T07:20:35.126Z[ recovery-image] Dec 05 07:20:33.863 INFO O| Dec 05 07:20:33.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74282024-12-05T07:20:35.126Z[ recovery-image] Dec 05 07:20:33.863 INFO O| Dec 05 07:20:33.863 INFO STEP 1027 (remove_files) COMPLETE
74292024-12-05T07:20:35.126Z[ recovery-image] Dec 05 07:20:33.863 INFO O| Dec 05 07:20:33.863 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-05T07:20:35.136Z[ recovery-image] Dec 05 07:20:33.872 INFO O| Dec 05 07:20:33.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74312024-12-05T07:20:35.136Z[ recovery-image] Dec 05 07:20:33.872 INFO O| Dec 05 07:20:33.872 INFO STEP 1028 (remove_files) COMPLETE
74322024-12-05T07:20:35.136Z[ recovery-image] Dec 05 07:20:33.872 INFO O| Dec 05 07:20:33.872 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-05T07:20:35.147Z[ recovery-image] Dec 05 07:20:33.883 INFO O| Dec 05 07:20:33.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74342024-12-05T07:20:35.147Z[ recovery-image] Dec 05 07:20:33.883 INFO O| Dec 05 07:20:33.883 INFO STEP 1029 (remove_files) COMPLETE
74352024-12-05T07:20:35.150Z[ recovery-image] Dec 05 07:20:33.883 INFO O| Dec 05 07:20:33.883 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-05T07:20:35.158Z[ recovery-image] Dec 05 07:20:33.895 INFO O| Dec 05 07:20:33.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74372024-12-05T07:20:35.162Z[ recovery-image] Dec 05 07:20:33.895 INFO O| Dec 05 07:20:33.895 INFO STEP 1030 (remove_files) COMPLETE
74382024-12-05T07:20:35.162Z[ recovery-image] Dec 05 07:20:33.895 INFO O| Dec 05 07:20:33.895 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-05T07:20:35.170Z[ recovery-image] Dec 05 07:20:33.907 INFO O| Dec 05 07:20:33.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74402024-12-05T07:20:35.171Z[ recovery-image] Dec 05 07:20:33.907 INFO O| Dec 05 07:20:33.907 INFO STEP 1031 (remove_files) COMPLETE
74412024-12-05T07:20:35.173Z[ recovery-image] Dec 05 07:20:33.907 INFO O| Dec 05 07:20:33.907 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-05T07:20:35.181Z[ recovery-image] Dec 05 07:20:33.918 INFO O| Dec 05 07:20:33.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74432024-12-05T07:20:35.181Z[ recovery-image] Dec 05 07:20:33.918 INFO O| Dec 05 07:20:33.918 INFO STEP 1032 (remove_files) COMPLETE
74442024-12-05T07:20:35.181Z[ recovery-image] Dec 05 07:20:33.918 INFO O| Dec 05 07:20:33.918 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-05T07:20:35.191Z[ recovery-image] Dec 05 07:20:33.928 INFO O| Dec 05 07:20:33.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74462024-12-05T07:20:35.191Z[ recovery-image] Dec 05 07:20:33.928 INFO O| Dec 05 07:20:33.928 INFO STEP 1033 (remove_files) COMPLETE
74472024-12-05T07:20:35.191Z[ recovery-image] Dec 05 07:20:33.928 INFO O| Dec 05 07:20:33.928 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-05T07:20:35.201Z[ recovery-image] Dec 05 07:20:33.938 INFO O| Dec 05 07:20:33.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74492024-12-05T07:20:35.204Z[ recovery-image] Dec 05 07:20:33.938 INFO O| Dec 05 07:20:33.938 INFO STEP 1034 (remove_files) COMPLETE
74502024-12-05T07:20:35.204Z[ recovery-image] Dec 05 07:20:33.938 INFO O| Dec 05 07:20:33.938 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-05T07:20:35.212Z[ recovery-image] Dec 05 07:20:33.948 INFO O| Dec 05 07:20:33.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74522024-12-05T07:20:35.212Z[ recovery-image] Dec 05 07:20:33.948 INFO O| Dec 05 07:20:33.948 INFO STEP 1035 (remove_files) COMPLETE
74532024-12-05T07:20:35.215Z[ recovery-image] Dec 05 07:20:33.948 INFO O| Dec 05 07:20:33.948 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-05T07:20:35.222Z[ recovery-image] Dec 05 07:20:33.959 INFO O| Dec 05 07:20:33.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74552024-12-05T07:20:35.223Z[ recovery-image] Dec 05 07:20:33.959 INFO O| Dec 05 07:20:33.959 INFO STEP 1036 (remove_files) COMPLETE
74562024-12-05T07:20:35.223Z[ recovery-image] Dec 05 07:20:33.959 INFO O| Dec 05 07:20:33.959 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-05T07:20:35.233Z[ recovery-image] Dec 05 07:20:33.970 INFO O| Dec 05 07:20:33.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74582024-12-05T07:20:35.236Z[ recovery-image] Dec 05 07:20:33.970 INFO O| Dec 05 07:20:33.970 INFO STEP 1037 (remove_files) COMPLETE
74592024-12-05T07:20:35.236Z[ recovery-image] Dec 05 07:20:33.970 INFO O| Dec 05 07:20:33.970 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-05T07:20:35.244Z[ recovery-image] Dec 05 07:20:33.980 INFO O| Dec 05 07:20:33.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74612024-12-05T07:20:35.244Z[ recovery-image] Dec 05 07:20:33.980 INFO O| Dec 05 07:20:33.980 INFO STEP 1038 (remove_files) COMPLETE
74622024-12-05T07:20:35.244Z[ recovery-image] Dec 05 07:20:33.980 INFO O| Dec 05 07:20:33.980 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-05T07:20:35.254Z[ recovery-image] Dec 05 07:20:33.990 INFO O| Dec 05 07:20:33.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74642024-12-05T07:20:35.254Z[ recovery-image] Dec 05 07:20:33.990 INFO O| Dec 05 07:20:33.990 INFO STEP 1039 (remove_files) COMPLETE
74652024-12-05T07:20:35.254Z[ recovery-image] Dec 05 07:20:33.990 INFO O| Dec 05 07:20:33.990 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-05T07:20:35.264Z[ recovery-image] Dec 05 07:20:34.000 INFO O| Dec 05 07:20:34.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74672024-12-05T07:20:35.268Z[ recovery-image] Dec 05 07:20:34.000 INFO O| Dec 05 07:20:34.000 INFO STEP 1040 (remove_files) COMPLETE
74682024-12-05T07:20:35.268Z[ recovery-image] Dec 05 07:20:34.000 INFO O| Dec 05 07:20:34.000 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-05T07:20:35.277Z[ recovery-image] Dec 05 07:20:34.013 INFO O| Dec 05 07:20:34.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74702024-12-05T07:20:35.277Z[ recovery-image] Dec 05 07:20:34.013 INFO O| Dec 05 07:20:34.013 INFO STEP 1041 (remove_files) COMPLETE
74712024-12-05T07:20:35.280Z[ recovery-image] Dec 05 07:20:34.013 INFO O| Dec 05 07:20:34.013 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-05T07:20:35.288Z[ recovery-image] Dec 05 07:20:34.025 INFO O| Dec 05 07:20:34.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74732024-12-05T07:20:35.288Z[ recovery-image] Dec 05 07:20:34.025 INFO O| Dec 05 07:20:34.025 INFO STEP 1042 (remove_files) COMPLETE
74742024-12-05T07:20:35.292Z[ recovery-image] Dec 05 07:20:34.025 INFO O| Dec 05 07:20:34.025 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-05T07:20:35.300Z[ recovery-image] Dec 05 07:20:34.036 INFO O| Dec 05 07:20:34.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74762024-12-05T07:20:35.302Z[ recovery-image] Dec 05 07:20:34.036 INFO O| Dec 05 07:20:34.036 INFO STEP 1043 (remove_files) COMPLETE
74772024-12-05T07:20:35.302Z[ recovery-image] Dec 05 07:20:34.036 INFO O| Dec 05 07:20:34.036 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-05T07:20:35.309Z[ recovery-image] Dec 05 07:20:34.046 INFO O| Dec 05 07:20:34.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74792024-12-05T07:20:35.309Z[ recovery-image] Dec 05 07:20:34.046 INFO O| Dec 05 07:20:34.046 INFO STEP 1044 (remove_files) COMPLETE
74802024-12-05T07:20:35.310Z[ recovery-image] Dec 05 07:20:34.046 INFO O| Dec 05 07:20:34.046 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-05T07:20:35.319Z[ recovery-image] Dec 05 07:20:34.056 INFO O| Dec 05 07:20:34.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74822024-12-05T07:20:35.319Z[ recovery-image] Dec 05 07:20:34.056 INFO O| Dec 05 07:20:34.056 INFO STEP 1045 (remove_files) COMPLETE
74832024-12-05T07:20:35.319Z[ recovery-image] Dec 05 07:20:34.056 INFO O| Dec 05 07:20:34.056 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-05T07:20:35.329Z[ recovery-image] Dec 05 07:20:34.066 INFO O| Dec 05 07:20:34.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74852024-12-05T07:20:35.329Z[ recovery-image] Dec 05 07:20:34.066 INFO O| Dec 05 07:20:34.066 INFO STEP 1046 (remove_files) COMPLETE
74862024-12-05T07:20:35.332Z[ recovery-image] Dec 05 07:20:34.066 INFO O| Dec 05 07:20:34.066 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-05T07:20:35.339Z[ recovery-image] Dec 05 07:20:34.076 INFO O| Dec 05 07:20:34.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74882024-12-05T07:20:35.342Z[ recovery-image] Dec 05 07:20:34.076 INFO O| Dec 05 07:20:34.076 INFO STEP 1047 (remove_files) COMPLETE
74892024-12-05T07:20:35.342Z[ recovery-image] Dec 05 07:20:34.076 INFO O| Dec 05 07:20:34.076 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-05T07:20:35.349Z[ recovery-image] Dec 05 07:20:34.086 INFO O| Dec 05 07:20:34.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74912024-12-05T07:20:35.350Z[ recovery-image] Dec 05 07:20:34.086 INFO O| Dec 05 07:20:34.086 INFO STEP 1048 (remove_files) COMPLETE
74922024-12-05T07:20:35.361Z[ recovery-image] Dec 05 07:20:34.086 INFO O| Dec 05 07:20:34.086 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-05T07:20:35.361Z[ recovery-image] Dec 05 07:20:34.096 INFO O| Dec 05 07:20:34.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74942024-12-05T07:20:35.361Z[ recovery-image] Dec 05 07:20:34.096 INFO O| Dec 05 07:20:34.096 INFO STEP 1049 (remove_files) COMPLETE
74952024-12-05T07:20:35.361Z[ recovery-image] Dec 05 07:20:34.096 INFO O| Dec 05 07:20:34.096 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-05T07:20:35.370Z[ recovery-image] Dec 05 07:20:34.106 INFO O| Dec 05 07:20:34.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74972024-12-05T07:20:35.370Z[ recovery-image] Dec 05 07:20:34.106 INFO O| Dec 05 07:20:34.106 INFO STEP 1050 (remove_files) COMPLETE
74982024-12-05T07:20:35.370Z[ recovery-image] Dec 05 07:20:34.106 INFO O| Dec 05 07:20:34.106 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-05T07:20:35.380Z[ recovery-image] Dec 05 07:20:34.116 INFO O| Dec 05 07:20:34.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75002024-12-05T07:20:35.380Z[ recovery-image] Dec 05 07:20:34.117 INFO O| Dec 05 07:20:34.117 INFO STEP 1051 (remove_files) COMPLETE
75012024-12-05T07:20:35.380Z[ recovery-image] Dec 05 07:20:34.117 INFO O| Dec 05 07:20:34.117 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-05T07:20:35.390Z[ recovery-image] Dec 05 07:20:34.127 INFO O| Dec 05 07:20:34.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75032024-12-05T07:20:35.390Z[ recovery-image] Dec 05 07:20:34.127 INFO O| Dec 05 07:20:34.127 INFO STEP 1052 (remove_files) COMPLETE
75042024-12-05T07:20:35.393Z[ recovery-image] Dec 05 07:20:34.127 INFO O| Dec 05 07:20:34.127 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-05T07:20:35.400Z[ recovery-image] Dec 05 07:20:34.137 INFO O| Dec 05 07:20:34.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75062024-12-05T07:20:35.400Z[ recovery-image] Dec 05 07:20:34.137 INFO O| Dec 05 07:20:34.137 INFO STEP 1053 (remove_files) COMPLETE
75072024-12-05T07:20:35.400Z[ recovery-image] Dec 05 07:20:34.137 INFO O| Dec 05 07:20:34.137 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-05T07:20:35.413Z[ recovery-image] Dec 05 07:20:34.149 INFO O| Dec 05 07:20:34.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75092024-12-05T07:20:35.413Z[ recovery-image] Dec 05 07:20:34.149 INFO O| Dec 05 07:20:34.149 INFO STEP 1054 (remove_files) COMPLETE
75102024-12-05T07:20:35.416Z[ recovery-image] Dec 05 07:20:34.149 INFO O| Dec 05 07:20:34.149 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-05T07:20:35.426Z[ recovery-image] Dec 05 07:20:34.162 INFO O| Dec 05 07:20:34.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75122024-12-05T07:20:35.426Z[ recovery-image] Dec 05 07:20:34.163 INFO O| Dec 05 07:20:34.163 INFO STEP 1055 (remove_files) COMPLETE
75132024-12-05T07:20:35.426Z[ recovery-image] Dec 05 07:20:34.163 INFO O| Dec 05 07:20:34.163 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-05T07:20:35.439Z[ recovery-image] Dec 05 07:20:34.175 INFO O| Dec 05 07:20:34.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75152024-12-05T07:20:35.439Z[ recovery-image] Dec 05 07:20:34.175 INFO O| Dec 05 07:20:34.175 INFO STEP 1056 (remove_files) COMPLETE
75162024-12-05T07:20:35.439Z[ recovery-image] Dec 05 07:20:34.175 INFO O| Dec 05 07:20:34.175 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-05T07:20:35.450Z[ recovery-image] Dec 05 07:20:34.187 INFO O| Dec 05 07:20:34.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75182024-12-05T07:20:35.451Z[ recovery-image] Dec 05 07:20:34.187 INFO O| Dec 05 07:20:34.187 INFO STEP 1057 (remove_files) COMPLETE
75192024-12-05T07:20:35.454Z[ recovery-image] Dec 05 07:20:34.187 INFO O| Dec 05 07:20:34.187 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-05T07:20:35.462Z[ recovery-image] Dec 05 07:20:34.198 INFO O| Dec 05 07:20:34.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75212024-12-05T07:20:35.462Z[ recovery-image] Dec 05 07:20:34.198 INFO O| Dec 05 07:20:34.198 INFO STEP 1058 (remove_files) COMPLETE
75222024-12-05T07:20:35.462Z[ recovery-image] Dec 05 07:20:34.198 INFO O| Dec 05 07:20:34.198 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-05T07:20:35.474Z[ recovery-image] Dec 05 07:20:34.210 INFO O| Dec 05 07:20:34.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75242024-12-05T07:20:35.476Z[ recovery-image] Dec 05 07:20:34.210 INFO O| Dec 05 07:20:34.210 INFO STEP 1059 (remove_files) COMPLETE
75252024-12-05T07:20:35.476Z[ recovery-image] Dec 05 07:20:34.210 INFO O| Dec 05 07:20:34.210 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-05T07:20:35.485Z[ recovery-image] Dec 05 07:20:34.222 INFO O| Dec 05 07:20:34.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75272024-12-05T07:20:35.485Z[ recovery-image] Dec 05 07:20:34.222 INFO O| Dec 05 07:20:34.222 INFO STEP 1060 (remove_files) COMPLETE
75282024-12-05T07:20:35.485Z[ recovery-image] Dec 05 07:20:34.222 INFO O| Dec 05 07:20:34.222 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-05T07:20:35.496Z[ recovery-image] Dec 05 07:20:34.233 INFO O| Dec 05 07:20:34.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75302024-12-05T07:20:35.496Z[ recovery-image] Dec 05 07:20:34.233 INFO O| Dec 05 07:20:34.233 INFO STEP 1061 (remove_files) COMPLETE
75312024-12-05T07:20:35.499Z[ recovery-image] Dec 05 07:20:34.233 INFO O| Dec 05 07:20:34.233 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-05T07:20:35.507Z[ recovery-image] Dec 05 07:20:34.243 INFO O| Dec 05 07:20:34.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75332024-12-05T07:20:35.507Z[ recovery-image] Dec 05 07:20:34.243 INFO O| Dec 05 07:20:34.243 INFO STEP 1062 (remove_files) COMPLETE
75342024-12-05T07:20:35.510Z[ recovery-image] Dec 05 07:20:34.243 INFO O| Dec 05 07:20:34.243 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-05T07:20:35.517Z[ recovery-image] Dec 05 07:20:34.253 INFO O| Dec 05 07:20:34.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75362024-12-05T07:20:35.517Z[ recovery-image] Dec 05 07:20:34.253 INFO O| Dec 05 07:20:34.253 INFO STEP 1063 (remove_files) COMPLETE
75372024-12-05T07:20:35.520Z[ recovery-image] Dec 05 07:20:34.253 INFO O| Dec 05 07:20:34.253 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-05T07:20:35.527Z[ recovery-image] Dec 05 07:20:34.263 INFO O| Dec 05 07:20:34.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75392024-12-05T07:20:35.527Z[ recovery-image] Dec 05 07:20:34.263 INFO O| Dec 05 07:20:34.263 INFO STEP 1064 (remove_files) COMPLETE
75402024-12-05T07:20:35.527Z[ recovery-image] Dec 05 07:20:34.263 INFO O| Dec 05 07:20:34.263 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-05T07:20:35.537Z[ recovery-image] Dec 05 07:20:34.273 INFO O| Dec 05 07:20:34.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75422024-12-05T07:20:35.540Z[ recovery-image] Dec 05 07:20:34.273 INFO O| Dec 05 07:20:34.273 INFO STEP 1065 (remove_files) COMPLETE
75432024-12-05T07:20:35.540Z[ recovery-image] Dec 05 07:20:34.273 INFO O| Dec 05 07:20:34.273 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-05T07:20:35.547Z[ recovery-image] Dec 05 07:20:34.283 INFO O| Dec 05 07:20:34.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75452024-12-05T07:20:35.547Z[ recovery-image] Dec 05 07:20:34.284 INFO O| Dec 05 07:20:34.283 INFO STEP 1066 (remove_files) COMPLETE
75462024-12-05T07:20:35.550Z[ recovery-image] Dec 05 07:20:34.284 INFO O| Dec 05 07:20:34.284 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-05T07:20:35.557Z[ recovery-image] Dec 05 07:20:34.294 INFO O| Dec 05 07:20:34.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75482024-12-05T07:20:35.557Z[ recovery-image] Dec 05 07:20:34.294 INFO O| Dec 05 07:20:34.294 INFO STEP 1067 (remove_files) COMPLETE
75492024-12-05T07:20:35.560Z[ recovery-image] Dec 05 07:20:34.294 INFO O| Dec 05 07:20:34.294 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-05T07:20:35.568Z[ recovery-image] Dec 05 07:20:34.304 INFO O| Dec 05 07:20:34.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75512024-12-05T07:20:35.568Z[ recovery-image] Dec 05 07:20:34.304 INFO O| Dec 05 07:20:34.304 INFO STEP 1068 (remove_files) COMPLETE
75522024-12-05T07:20:35.570Z[ recovery-image] Dec 05 07:20:34.304 INFO O| Dec 05 07:20:34.304 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-05T07:20:35.578Z[ recovery-image] Dec 05 07:20:34.314 INFO O| Dec 05 07:20:34.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75542024-12-05T07:20:35.578Z[ recovery-image] Dec 05 07:20:34.314 INFO O| Dec 05 07:20:34.314 INFO STEP 1069 (remove_files) COMPLETE
75552024-12-05T07:20:35.581Z[ recovery-image] Dec 05 07:20:34.314 INFO O| Dec 05 07:20:34.314 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-05T07:20:35.588Z[ recovery-image] Dec 05 07:20:34.324 INFO O| Dec 05 07:20:34.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75572024-12-05T07:20:35.588Z[ recovery-image] Dec 05 07:20:34.324 INFO O| Dec 05 07:20:34.324 INFO STEP 1070 (remove_files) COMPLETE
75582024-12-05T07:20:35.591Z[ recovery-image] Dec 05 07:20:34.324 INFO O| Dec 05 07:20:34.324 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-05T07:20:35.599Z[ recovery-image] Dec 05 07:20:34.335 INFO O| Dec 05 07:20:34.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75602024-12-05T07:20:35.599Z[ recovery-image] Dec 05 07:20:34.335 INFO O| Dec 05 07:20:34.335 INFO STEP 1071 (remove_files) COMPLETE
75612024-12-05T07:20:35.602Z[ recovery-image] Dec 05 07:20:34.336 INFO O| Dec 05 07:20:34.335 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-05T07:20:35.611Z[ recovery-image] Dec 05 07:20:34.347 INFO O| Dec 05 07:20:34.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75632024-12-05T07:20:35.611Z[ recovery-image] Dec 05 07:20:34.347 INFO O| Dec 05 07:20:34.347 INFO STEP 1072 (remove_files) COMPLETE
75642024-12-05T07:20:35.611Z[ recovery-image] Dec 05 07:20:34.347 INFO O| Dec 05 07:20:34.347 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-05T07:20:35.623Z[ recovery-image] Dec 05 07:20:34.359 INFO O| Dec 05 07:20:34.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75662024-12-05T07:20:35.626Z[ recovery-image] Dec 05 07:20:34.359 INFO O| Dec 05 07:20:34.359 INFO STEP 1073 (remove_files) COMPLETE
75672024-12-05T07:20:35.626Z[ recovery-image] Dec 05 07:20:34.360 INFO O| Dec 05 07:20:34.359 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-05T07:20:35.636Z[ recovery-image] Dec 05 07:20:34.372 INFO O| Dec 05 07:20:34.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75692024-12-05T07:20:35.636Z[ recovery-image] Dec 05 07:20:34.372 INFO O| Dec 05 07:20:34.372 INFO STEP 1074 (remove_files) COMPLETE
75702024-12-05T07:20:35.636Z[ recovery-image] Dec 05 07:20:34.372 INFO O| Dec 05 07:20:34.372 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-05T07:20:35.647Z[ recovery-image] Dec 05 07:20:34.383 INFO O| Dec 05 07:20:34.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75722024-12-05T07:20:35.647Z[ recovery-image] Dec 05 07:20:34.383 INFO O| Dec 05 07:20:34.383 INFO STEP 1075 (remove_files) COMPLETE
75732024-12-05T07:20:35.650Z[ recovery-image] Dec 05 07:20:34.383 INFO O| Dec 05 07:20:34.383 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-05T07:20:35.658Z[ recovery-image] Dec 05 07:20:34.394 INFO O| Dec 05 07:20:34.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75752024-12-05T07:20:35.658Z[ recovery-image] Dec 05 07:20:34.394 INFO O| Dec 05 07:20:34.394 INFO STEP 1076 (remove_files) COMPLETE
75762024-12-05T07:20:35.658Z[ recovery-image] Dec 05 07:20:34.394 INFO O| Dec 05 07:20:34.394 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-05T07:20:35.669Z[ recovery-image] Dec 05 07:20:34.405 INFO O| Dec 05 07:20:34.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75782024-12-05T07:20:35.669Z[ recovery-image] Dec 05 07:20:34.405 INFO O| Dec 05 07:20:34.405 INFO STEP 1077 (remove_files) COMPLETE
75792024-12-05T07:20:35.672Z[ recovery-image] Dec 05 07:20:34.405 INFO O| Dec 05 07:20:34.405 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-05T07:20:35.681Z[ recovery-image] Dec 05 07:20:34.417 INFO O| Dec 05 07:20:34.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75812024-12-05T07:20:35.681Z[ recovery-image] Dec 05 07:20:34.417 INFO O| Dec 05 07:20:34.417 INFO STEP 1078 (remove_files) COMPLETE
75822024-12-05T07:20:35.685Z[ recovery-image] Dec 05 07:20:34.417 INFO O| Dec 05 07:20:34.417 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-05T07:20:35.691Z[ recovery-image] Dec 05 07:20:34.427 INFO O| Dec 05 07:20:34.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75842024-12-05T07:20:35.691Z[ recovery-image] Dec 05 07:20:34.427 INFO O| Dec 05 07:20:34.427 INFO STEP 1079 (remove_files) COMPLETE
75852024-12-05T07:20:35.692Z[ recovery-image] Dec 05 07:20:34.427 INFO O| Dec 05 07:20:34.427 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-05T07:20:35.703Z[ recovery-image] Dec 05 07:20:34.438 INFO O| Dec 05 07:20:34.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75872024-12-05T07:20:35.703Z[ recovery-image] Dec 05 07:20:34.438 INFO O| Dec 05 07:20:34.438 INFO STEP 1080 (remove_files) COMPLETE
75882024-12-05T07:20:35.703Z[ recovery-image] Dec 05 07:20:34.438 INFO O| Dec 05 07:20:34.438 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-05T07:20:35.712Z[ recovery-image] Dec 05 07:20:34.449 INFO O| Dec 05 07:20:34.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75902024-12-05T07:20:35.713Z[ recovery-image] Dec 05 07:20:34.449 INFO O| Dec 05 07:20:34.449 INFO STEP 1081 (remove_files) COMPLETE
75912024-12-05T07:20:35.713Z[ recovery-image] Dec 05 07:20:34.449 INFO O| Dec 05 07:20:34.449 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-05T07:20:35.723Z[ recovery-image] Dec 05 07:20:34.459 INFO O| Dec 05 07:20:34.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75932024-12-05T07:20:35.723Z[ recovery-image] Dec 05 07:20:34.459 INFO O| Dec 05 07:20:34.459 INFO STEP 1082 (remove_files) COMPLETE
75942024-12-05T07:20:35.726Z[ recovery-image] Dec 05 07:20:34.459 INFO O| Dec 05 07:20:34.459 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-05T07:20:35.737Z[ recovery-image] Dec 05 07:20:34.473 INFO O| Dec 05 07:20:34.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75962024-12-05T07:20:35.737Z[ recovery-image] Dec 05 07:20:34.473 INFO O| Dec 05 07:20:34.473 INFO STEP 1083 (remove_files) COMPLETE
75972024-12-05T07:20:35.737Z[ recovery-image] Dec 05 07:20:34.473 INFO O| Dec 05 07:20:34.473 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-05T07:20:35.749Z[ recovery-image] Dec 05 07:20:34.485 INFO O| Dec 05 07:20:34.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75992024-12-05T07:20:35.749Z[ recovery-image] Dec 05 07:20:34.486 INFO O| Dec 05 07:20:34.486 INFO STEP 1084 (remove_files) COMPLETE
76002024-12-05T07:20:35.749Z[ recovery-image] Dec 05 07:20:34.486 INFO O| Dec 05 07:20:34.486 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-05T07:20:35.760Z[ recovery-image] Dec 05 07:20:34.497 INFO O| Dec 05 07:20:34.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76022024-12-05T07:20:35.760Z[ recovery-image] Dec 05 07:20:34.497 INFO O| Dec 05 07:20:34.497 INFO STEP 1085 (remove_files) COMPLETE
76032024-12-05T07:20:35.764Z[ recovery-image] Dec 05 07:20:34.497 INFO O| Dec 05 07:20:34.497 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-05T07:20:35.771Z[ recovery-image] Dec 05 07:20:34.507 INFO O| Dec 05 07:20:34.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76052024-12-05T07:20:35.771Z[ recovery-image] Dec 05 07:20:34.508 INFO O| Dec 05 07:20:34.508 INFO STEP 1086 (remove_files) COMPLETE
76062024-12-05T07:20:35.774Z[ recovery-image] Dec 05 07:20:34.508 INFO O| Dec 05 07:20:34.508 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-05T07:20:35.781Z[ recovery-image] Dec 05 07:20:34.518 INFO O| Dec 05 07:20:34.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76082024-12-05T07:20:35.784Z[ recovery-image] Dec 05 07:20:34.518 INFO O| Dec 05 07:20:34.518 INFO STEP 1087 (remove_files) COMPLETE
76092024-12-05T07:20:35.784Z[ recovery-image] Dec 05 07:20:34.518 INFO O| Dec 05 07:20:34.518 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-05T07:20:35.792Z[ recovery-image] Dec 05 07:20:34.528 INFO O| Dec 05 07:20:34.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76112024-12-05T07:20:35.792Z[ recovery-image] Dec 05 07:20:34.529 INFO O| Dec 05 07:20:34.528 INFO STEP 1088 (remove_files) COMPLETE
76122024-12-05T07:20:35.792Z[ recovery-image] Dec 05 07:20:34.529 INFO O| Dec 05 07:20:34.529 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-05T07:20:35.802Z[ recovery-image] Dec 05 07:20:34.539 INFO O| Dec 05 07:20:34.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76142024-12-05T07:20:35.802Z[ recovery-image] Dec 05 07:20:34.539 INFO O| Dec 05 07:20:34.539 INFO STEP 1089 (remove_files) COMPLETE
76152024-12-05T07:20:35.802Z[ recovery-image] Dec 05 07:20:34.539 INFO O| Dec 05 07:20:34.539 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-05T07:20:35.812Z[ recovery-image] Dec 05 07:20:34.549 INFO O| Dec 05 07:20:34.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76172024-12-05T07:20:35.812Z[ recovery-image] Dec 05 07:20:34.549 INFO O| Dec 05 07:20:34.549 INFO STEP 1090 (remove_files) COMPLETE
76182024-12-05T07:20:35.812Z[ recovery-image] Dec 05 07:20:34.549 INFO O| Dec 05 07:20:34.549 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-05T07:20:35.823Z[ recovery-image] Dec 05 07:20:34.559 INFO O| Dec 05 07:20:34.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76202024-12-05T07:20:35.823Z[ recovery-image] Dec 05 07:20:34.560 INFO O| Dec 05 07:20:34.560 INFO STEP 1091 (remove_files) COMPLETE
76212024-12-05T07:20:35.823Z[ recovery-image] Dec 05 07:20:34.560 INFO O| Dec 05 07:20:34.560 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-05T07:20:35.833Z[ recovery-image] Dec 05 07:20:34.570 INFO O| Dec 05 07:20:34.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76232024-12-05T07:20:35.833Z[ recovery-image] Dec 05 07:20:34.570 INFO O| Dec 05 07:20:34.570 INFO STEP 1092 (remove_files) COMPLETE
76242024-12-05T07:20:35.833Z[ recovery-image] Dec 05 07:20:34.570 INFO O| Dec 05 07:20:34.570 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-05T07:20:35.843Z[ recovery-image] Dec 05 07:20:34.580 INFO O| Dec 05 07:20:34.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76262024-12-05T07:20:35.843Z[ recovery-image] Dec 05 07:20:34.580 INFO O| Dec 05 07:20:34.580 INFO STEP 1093 (remove_files) COMPLETE
76272024-12-05T07:20:35.843Z[ recovery-image] Dec 05 07:20:34.580 INFO O| Dec 05 07:20:34.580 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-05T07:20:35.853Z[ recovery-image] Dec 05 07:20:34.590 INFO O| Dec 05 07:20:34.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76292024-12-05T07:20:35.853Z[ recovery-image] Dec 05 07:20:34.590 INFO O| Dec 05 07:20:34.590 INFO STEP 1094 (remove_files) COMPLETE
76302024-12-05T07:20:35.853Z[ recovery-image] Dec 05 07:20:34.590 INFO O| Dec 05 07:20:34.590 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-05T07:20:35.863Z[ recovery-image] Dec 05 07:20:34.600 INFO O| Dec 05 07:20:34.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76322024-12-05T07:20:35.866Z[ recovery-image] Dec 05 07:20:34.600 INFO O| Dec 05 07:20:34.600 INFO STEP 1095 (remove_files) COMPLETE
76332024-12-05T07:20:35.866Z[ recovery-image] Dec 05 07:20:34.600 INFO O| Dec 05 07:20:34.600 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-05T07:20:35.874Z[ recovery-image] Dec 05 07:20:34.611 INFO O| Dec 05 07:20:34.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76352024-12-05T07:20:35.875Z[ recovery-image] Dec 05 07:20:34.611 INFO O| Dec 05 07:20:34.611 INFO STEP 1096 (remove_files) COMPLETE
76362024-12-05T07:20:35.875Z[ recovery-image] Dec 05 07:20:34.611 INFO O| Dec 05 07:20:34.611 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-05T07:20:35.884Z[ recovery-image] Dec 05 07:20:34.621 INFO O| Dec 05 07:20:34.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76382024-12-05T07:20:35.884Z[ recovery-image] Dec 05 07:20:34.621 INFO O| Dec 05 07:20:34.621 INFO STEP 1097 (remove_files) COMPLETE
76392024-12-05T07:20:35.887Z[ recovery-image] Dec 05 07:20:34.621 INFO O| Dec 05 07:20:34.621 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-05T07:20:35.894Z[ recovery-image] Dec 05 07:20:34.630 INFO O| Dec 05 07:20:34.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76412024-12-05T07:20:35.894Z[ recovery-image] Dec 05 07:20:34.631 INFO O| Dec 05 07:20:34.630 INFO STEP 1098 (remove_files) COMPLETE
76422024-12-05T07:20:35.897Z[ recovery-image] Dec 05 07:20:34.631 INFO O| Dec 05 07:20:34.630 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-05T07:20:35.904Z[ recovery-image] Dec 05 07:20:34.640 INFO O| Dec 05 07:20:34.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76442024-12-05T07:20:35.906Z[ recovery-image] Dec 05 07:20:34.640 INFO O| Dec 05 07:20:34.640 INFO STEP 1099 (remove_files) COMPLETE
76452024-12-05T07:20:35.907Z[ recovery-image] Dec 05 07:20:34.640 INFO O| Dec 05 07:20:34.640 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-05T07:20:35.914Z[ recovery-image] Dec 05 07:20:34.650 INFO O| Dec 05 07:20:34.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76472024-12-05T07:20:35.914Z[ recovery-image] Dec 05 07:20:34.650 INFO O| Dec 05 07:20:34.650 INFO STEP 1100 (remove_files) COMPLETE
76482024-12-05T07:20:35.914Z[ recovery-image] Dec 05 07:20:34.650 INFO O| Dec 05 07:20:34.650 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-05T07:20:35.924Z[ recovery-image] Dec 05 07:20:34.660 INFO O| Dec 05 07:20:34.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76502024-12-05T07:20:35.924Z[ recovery-image] Dec 05 07:20:34.660 INFO O| Dec 05 07:20:34.660 INFO STEP 1101 (remove_files) COMPLETE
76512024-12-05T07:20:35.929Z[ recovery-image] Dec 05 07:20:34.660 INFO O| Dec 05 07:20:34.660 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-05T07:20:35.935Z[ recovery-image] Dec 05 07:20:34.670 INFO O| Dec 05 07:20:34.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76532024-12-05T07:20:35.935Z[ recovery-image] Dec 05 07:20:34.670 INFO O| Dec 05 07:20:34.670 INFO STEP 1102 (remove_files) COMPLETE
76542024-12-05T07:20:35.935Z[ recovery-image] Dec 05 07:20:34.670 INFO O| Dec 05 07:20:34.670 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-05T07:20:35.944Z[ recovery-image] Dec 05 07:20:34.680 INFO O| Dec 05 07:20:34.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76562024-12-05T07:20:35.944Z[ recovery-image] Dec 05 07:20:34.681 INFO O| Dec 05 07:20:34.681 INFO STEP 1103 (remove_files) COMPLETE
76572024-12-05T07:20:35.947Z[ recovery-image] Dec 05 07:20:34.681 INFO O| Dec 05 07:20:34.681 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-05T07:20:35.954Z[ recovery-image] Dec 05 07:20:34.691 INFO O| Dec 05 07:20:34.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76592024-12-05T07:20:35.954Z[ recovery-image] Dec 05 07:20:34.691 INFO O| Dec 05 07:20:34.691 INFO STEP 1104 (remove_files) COMPLETE
76602024-12-05T07:20:35.954Z[ recovery-image] Dec 05 07:20:34.691 INFO O| Dec 05 07:20:34.691 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-05T07:20:35.964Z[ recovery-image] Dec 05 07:20:34.701 INFO O| Dec 05 07:20:34.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76622024-12-05T07:20:35.967Z[ recovery-image] Dec 05 07:20:34.701 INFO O| Dec 05 07:20:34.701 INFO STEP 1105 (remove_files) COMPLETE
76632024-12-05T07:20:35.967Z[ recovery-image] Dec 05 07:20:34.701 INFO O| Dec 05 07:20:34.701 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-05T07:20:35.974Z[ recovery-image] Dec 05 07:20:34.710 INFO O| Dec 05 07:20:34.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76652024-12-05T07:20:35.975Z[ recovery-image] Dec 05 07:20:34.711 INFO O| Dec 05 07:20:34.710 INFO STEP 1106 (remove_files) COMPLETE
76662024-12-05T07:20:35.975Z[ recovery-image] Dec 05 07:20:34.711 INFO O| Dec 05 07:20:34.710 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-05T07:20:35.984Z[ recovery-image] Dec 05 07:20:34.720 INFO O| Dec 05 07:20:34.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76682024-12-05T07:20:35.984Z[ recovery-image] Dec 05 07:20:34.720 INFO O| Dec 05 07:20:34.720 INFO STEP 1107 (remove_files) COMPLETE
76692024-12-05T07:20:35.987Z[ recovery-image] Dec 05 07:20:34.720 INFO O| Dec 05 07:20:34.720 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-05T07:20:35.994Z[ recovery-image] Dec 05 07:20:34.730 INFO O| Dec 05 07:20:34.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76712024-12-05T07:20:35.997Z[ recovery-image] Dec 05 07:20:34.730 INFO O| Dec 05 07:20:34.730 INFO STEP 1108 (remove_files) COMPLETE
76722024-12-05T07:20:35.997Z[ recovery-image] Dec 05 07:20:34.730 INFO O| Dec 05 07:20:34.730 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-05T07:20:36.004Z[ recovery-image] Dec 05 07:20:34.740 INFO O| Dec 05 07:20:34.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76742024-12-05T07:20:36.004Z[ recovery-image] Dec 05 07:20:34.740 INFO O| Dec 05 07:20:34.740 INFO STEP 1109 (remove_files) COMPLETE
76752024-12-05T07:20:36.004Z[ recovery-image] Dec 05 07:20:34.740 INFO O| Dec 05 07:20:34.740 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-05T07:20:36.014Z[ recovery-image] Dec 05 07:20:34.750 INFO O| Dec 05 07:20:34.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76772024-12-05T07:20:36.014Z[ recovery-image] Dec 05 07:20:34.750 INFO O| Dec 05 07:20:34.750 INFO STEP 1110 (remove_files) COMPLETE
76782024-12-05T07:20:36.014Z[ recovery-image] Dec 05 07:20:34.750 INFO O| Dec 05 07:20:34.750 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-05T07:20:36.024Z[ recovery-image] Dec 05 07:20:34.761 INFO O| Dec 05 07:20:34.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76802024-12-05T07:20:36.025Z[ recovery-image] Dec 05 07:20:34.761 INFO O| Dec 05 07:20:34.761 INFO STEP 1111 (remove_files) COMPLETE
76812024-12-05T07:20:36.025Z[ recovery-image] Dec 05 07:20:34.761 INFO O| Dec 05 07:20:34.761 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-05T07:20:36.035Z[ recovery-image] Dec 05 07:20:34.771 INFO O| Dec 05 07:20:34.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76832024-12-05T07:20:36.035Z[ recovery-image] Dec 05 07:20:34.771 INFO O| Dec 05 07:20:34.771 INFO STEP 1112 (remove_files) COMPLETE
76842024-12-05T07:20:36.038Z[ recovery-image] Dec 05 07:20:34.771 INFO O| Dec 05 07:20:34.771 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-05T07:20:36.046Z[ recovery-image] Dec 05 07:20:34.782 INFO O| Dec 05 07:20:34.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76862024-12-05T07:20:36.046Z[ recovery-image] Dec 05 07:20:34.782 INFO O| Dec 05 07:20:34.782 INFO STEP 1113 (remove_files) COMPLETE
76872024-12-05T07:20:36.049Z[ recovery-image] Dec 05 07:20:34.782 INFO O| Dec 05 07:20:34.782 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-05T07:20:36.057Z[ recovery-image] Dec 05 07:20:34.794 INFO O| Dec 05 07:20:34.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76892024-12-05T07:20:36.057Z[ recovery-image] Dec 05 07:20:34.794 INFO O| Dec 05 07:20:34.794 INFO STEP 1114 (remove_files) COMPLETE
76902024-12-05T07:20:36.061Z[ recovery-image] Dec 05 07:20:34.794 INFO O| Dec 05 07:20:34.794 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-05T07:20:36.068Z[ recovery-image] Dec 05 07:20:34.804 INFO O| Dec 05 07:20:34.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76922024-12-05T07:20:36.071Z[ recovery-image] Dec 05 07:20:34.804 INFO O| Dec 05 07:20:34.804 INFO STEP 1115 (remove_files) COMPLETE
76932024-12-05T07:20:36.071Z[ recovery-image] Dec 05 07:20:34.804 INFO O| Dec 05 07:20:34.804 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-05T07:20:36.079Z[ recovery-image] Dec 05 07:20:34.815 INFO O| Dec 05 07:20:34.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76952024-12-05T07:20:36.079Z[ recovery-image] Dec 05 07:20:34.815 INFO O| Dec 05 07:20:34.815 INFO STEP 1116 (remove_files) COMPLETE
76962024-12-05T07:20:36.082Z[ recovery-image] Dec 05 07:20:34.815 INFO O| Dec 05 07:20:34.815 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-05T07:20:36.089Z[ recovery-image] Dec 05 07:20:34.825 INFO O| Dec 05 07:20:34.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76982024-12-05T07:20:36.089Z[ recovery-image] Dec 05 07:20:34.825 INFO O| Dec 05 07:20:34.825 INFO STEP 1117 (remove_files) COMPLETE
76992024-12-05T07:20:36.092Z[ recovery-image] Dec 05 07:20:34.825 INFO O| Dec 05 07:20:34.825 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-05T07:20:36.100Z[ recovery-image] Dec 05 07:20:34.836 INFO O| Dec 05 07:20:34.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77012024-12-05T07:20:36.100Z[ recovery-image] Dec 05 07:20:34.836 INFO O| Dec 05 07:20:34.836 INFO STEP 1118 (remove_files) COMPLETE
77022024-12-05T07:20:36.100Z[ recovery-image] Dec 05 07:20:34.836 INFO O| Dec 05 07:20:34.836 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-05T07:20:36.110Z[ recovery-image] Dec 05 07:20:34.847 INFO O| Dec 05 07:20:34.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77042024-12-05T07:20:36.110Z[ recovery-image] Dec 05 07:20:34.847 INFO O| Dec 05 07:20:34.847 INFO STEP 1119 (remove_files) COMPLETE
77052024-12-05T07:20:36.110Z[ recovery-image] Dec 05 07:20:34.847 INFO O| Dec 05 07:20:34.847 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-05T07:20:36.120Z[ recovery-image] Dec 05 07:20:34.857 INFO O| Dec 05 07:20:34.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77072024-12-05T07:20:36.120Z[ recovery-image] Dec 05 07:20:34.857 INFO O| Dec 05 07:20:34.857 INFO STEP 1120 (remove_files) COMPLETE
77082024-12-05T07:20:36.120Z[ recovery-image] Dec 05 07:20:34.857 INFO O| Dec 05 07:20:34.857 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-05T07:20:36.131Z[ recovery-image] Dec 05 07:20:34.867 INFO O| Dec 05 07:20:34.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77102024-12-05T07:20:36.131Z[ recovery-image] Dec 05 07:20:34.868 INFO O| Dec 05 07:20:34.868 INFO STEP 1121 (remove_files) COMPLETE
77112024-12-05T07:20:36.131Z[ recovery-image] Dec 05 07:20:34.868 INFO O| Dec 05 07:20:34.868 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-05T07:20:36.143Z[ recovery-image] Dec 05 07:20:34.879 INFO O| Dec 05 07:20:34.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77132024-12-05T07:20:36.143Z[ recovery-image] Dec 05 07:20:34.879 INFO O| Dec 05 07:20:34.879 INFO STEP 1122 (remove_files) COMPLETE
77142024-12-05T07:20:36.143Z[ recovery-image] Dec 05 07:20:34.879 INFO O| Dec 05 07:20:34.879 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-05T07:20:36.154Z[ recovery-image] Dec 05 07:20:34.890 INFO O| Dec 05 07:20:34.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77162024-12-05T07:20:36.154Z[ recovery-image] Dec 05 07:20:34.890 INFO O| Dec 05 07:20:34.890 INFO STEP 1123 (remove_files) COMPLETE
77172024-12-05T07:20:36.157Z[ recovery-image] Dec 05 07:20:34.890 INFO O| Dec 05 07:20:34.890 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-05T07:20:36.165Z[ recovery-image] Dec 05 07:20:34.902 INFO O| Dec 05 07:20:34.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77192024-12-05T07:20:36.165Z[ recovery-image] Dec 05 07:20:34.902 INFO O| Dec 05 07:20:34.902 INFO STEP 1124 (remove_files) COMPLETE
77202024-12-05T07:20:36.168Z[ recovery-image] Dec 05 07:20:34.902 INFO O| Dec 05 07:20:34.902 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-05T07:20:36.175Z[ recovery-image] Dec 05 07:20:34.912 INFO O| Dec 05 07:20:34.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77222024-12-05T07:20:36.176Z[ recovery-image] Dec 05 07:20:34.912 INFO O| Dec 05 07:20:34.912 INFO STEP 1125 (remove_files) COMPLETE
77232024-12-05T07:20:36.179Z[ recovery-image] Dec 05 07:20:34.912 INFO O| Dec 05 07:20:34.912 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-05T07:20:36.186Z[ recovery-image] Dec 05 07:20:34.922 INFO O| Dec 05 07:20:34.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77252024-12-05T07:20:36.189Z[ recovery-image] Dec 05 07:20:34.922 INFO O| Dec 05 07:20:34.922 INFO STEP 1126 (remove_files) COMPLETE
77262024-12-05T07:20:36.189Z[ recovery-image] Dec 05 07:20:34.922 INFO O| Dec 05 07:20:34.922 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-05T07:20:36.196Z[ recovery-image] Dec 05 07:20:34.932 INFO O| Dec 05 07:20:34.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77282024-12-05T07:20:36.196Z[ recovery-image] Dec 05 07:20:34.932 INFO O| Dec 05 07:20:34.932 INFO STEP 1127 (remove_files) COMPLETE
77292024-12-05T07:20:36.196Z[ recovery-image] Dec 05 07:20:34.932 INFO O| Dec 05 07:20:34.932 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-05T07:20:36.206Z[ recovery-image] Dec 05 07:20:34.942 INFO O| Dec 05 07:20:34.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77312024-12-05T07:20:36.206Z[ recovery-image] Dec 05 07:20:34.942 INFO O| Dec 05 07:20:34.942 INFO STEP 1128 (remove_files) COMPLETE
77322024-12-05T07:20:36.209Z[ recovery-image] Dec 05 07:20:34.942 INFO O| Dec 05 07:20:34.942 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-05T07:20:36.216Z[ recovery-image] Dec 05 07:20:34.953 INFO O| Dec 05 07:20:34.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77342024-12-05T07:20:36.216Z[ recovery-image] Dec 05 07:20:34.953 INFO O| Dec 05 07:20:34.953 INFO STEP 1129 (remove_files) COMPLETE
77352024-12-05T07:20:36.216Z[ recovery-image] Dec 05 07:20:34.953 INFO O| Dec 05 07:20:34.953 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-05T07:20:36.219Z[ host-image] Dec 05 07:20:34.953 INFO O| Dec 05 07:20:34.953 INFO O| Done
77372024-12-05T07:20:36.227Z[ recovery-image] Dec 05 07:20:34.964 INFO O| Dec 05 07:20:34.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77382024-12-05T07:20:36.227Z[ recovery-image] Dec 05 07:20:34.964 INFO O| Dec 05 07:20:34.964 INFO STEP 1130 (remove_files) COMPLETE
77392024-12-05T07:20:36.230Z[ recovery-image] Dec 05 07:20:34.964 INFO O| Dec 05 07:20:34.964 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-05T07:20:36.239Z[ recovery-image] Dec 05 07:20:34.974 INFO O| Dec 05 07:20:34.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77412024-12-05T07:20:36.242Z[ recovery-image] Dec 05 07:20:34.974 INFO O| Dec 05 07:20:34.974 INFO STEP 1131 (remove_files) COMPLETE
77422024-12-05T07:20:36.242Z[ recovery-image] Dec 05 07:20:34.974 INFO O| Dec 05 07:20:34.974 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-05T07:20:36.246Z[ host-image] Dec 05 07:20:34.982 INFO O| Dec 05 07:20:34.982 INFO O| Done
77442024-12-05T07:20:36.249Z[ host-image] Dec 05 07:20:34.982 INFO O| Dec 05 07:20:34.982 INFO O| Done
77452024-12-05T07:20:36.249Z[ recovery-image] Dec 05 07:20:34.984 INFO O| Dec 05 07:20:34.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77462024-12-05T07:20:36.249Z[ recovery-image] Dec 05 07:20:34.984 INFO O| Dec 05 07:20:34.984 INFO STEP 1132 (remove_files) COMPLETE
77472024-12-05T07:20:36.249Z[ recovery-image] Dec 05 07:20:34.984 INFO O| Dec 05 07:20:34.984 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-05T07:20:36.256Z[ host-image] Dec 05 07:20:34.992 INFO O| Dec 05 07:20:34.992 INFO O| Done
77492024-12-05T07:20:36.259Z[ recovery-image] Dec 05 07:20:34.994 INFO O| Dec 05 07:20:34.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77502024-12-05T07:20:36.259Z[ recovery-image] Dec 05 07:20:34.994 INFO O| Dec 05 07:20:34.994 INFO STEP 1133 (remove_files) COMPLETE
77512024-12-05T07:20:36.259Z[ recovery-image] Dec 05 07:20:34.994 INFO O| Dec 05 07:20:34.994 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-05T07:20:36.268Z[ recovery-image] Dec 05 07:20:35.004 INFO O| Dec 05 07:20:35.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77532024-12-05T07:20:36.268Z[ recovery-image] Dec 05 07:20:35.004 INFO O| Dec 05 07:20:35.004 INFO STEP 1134 (remove_files) COMPLETE
77542024-12-05T07:20:36.268Z[ recovery-image] Dec 05 07:20:35.004 INFO O| Dec 05 07:20:35.004 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-05T07:20:36.277Z[ recovery-image] Dec 05 07:20:35.014 INFO O| Dec 05 07:20:35.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77562024-12-05T07:20:36.277Z[ recovery-image] Dec 05 07:20:35.014 INFO O| Dec 05 07:20:35.014 INFO STEP 1135 (remove_files) COMPLETE
77572024-12-05T07:20:36.278Z[ recovery-image] Dec 05 07:20:35.014 INFO O| Dec 05 07:20:35.014 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-05T07:20:36.288Z[ recovery-image] Dec 05 07:20:35.024 INFO O| Dec 05 07:20:35.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77592024-12-05T07:20:36.288Z[ recovery-image] Dec 05 07:20:35.024 INFO O| Dec 05 07:20:35.024 INFO STEP 1136 (remove_files) COMPLETE
77602024-12-05T07:20:36.290Z[ recovery-image] Dec 05 07:20:35.024 INFO O| Dec 05 07:20:35.024 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-05T07:20:36.298Z[ recovery-image] Dec 05 07:20:35.034 INFO O| Dec 05 07:20:35.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77622024-12-05T07:20:36.298Z[ recovery-image] Dec 05 07:20:35.034 INFO O| Dec 05 07:20:35.034 INFO STEP 1137 (remove_files) COMPLETE
77632024-12-05T07:20:36.298Z[ recovery-image] Dec 05 07:20:35.034 INFO O| Dec 05 07:20:35.034 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-05T07:20:36.307Z[ recovery-image] Dec 05 07:20:35.044 INFO O| Dec 05 07:20:35.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77652024-12-05T07:20:36.310Z[ recovery-image] Dec 05 07:20:35.044 INFO O| Dec 05 07:20:35.044 INFO STEP 1138 (remove_files) COMPLETE
77662024-12-05T07:20:36.311Z[ recovery-image] Dec 05 07:20:35.044 INFO O| Dec 05 07:20:35.044 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-05T07:20:36.317Z[ recovery-image] Dec 05 07:20:35.053 INFO O| Dec 05 07:20:35.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77682024-12-05T07:20:36.317Z[ recovery-image] Dec 05 07:20:35.053 INFO O| Dec 05 07:20:35.053 INFO STEP 1139 (remove_files) COMPLETE
77692024-12-05T07:20:36.317Z[ recovery-image] Dec 05 07:20:35.053 INFO O| Dec 05 07:20:35.053 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-05T07:20:36.327Z[ recovery-image] Dec 05 07:20:35.063 INFO O| Dec 05 07:20:35.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77712024-12-05T07:20:36.330Z[ recovery-image] Dec 05 07:20:35.063 INFO O| Dec 05 07:20:35.063 INFO STEP 1140 (remove_files) COMPLETE
77722024-12-05T07:20:36.330Z[ recovery-image] Dec 05 07:20:35.063 INFO O| Dec 05 07:20:35.063 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-05T07:20:36.336Z[ recovery-image] Dec 05 07:20:35.072 INFO O| Dec 05 07:20:35.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77742024-12-05T07:20:36.336Z[ recovery-image] Dec 05 07:20:35.072 INFO O| Dec 05 07:20:35.072 INFO STEP 1141 (remove_files) COMPLETE
77752024-12-05T07:20:36.336Z[ recovery-image] Dec 05 07:20:35.072 INFO O| Dec 05 07:20:35.072 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-05T07:20:36.345Z[ recovery-image] Dec 05 07:20:35.082 INFO O| Dec 05 07:20:35.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77772024-12-05T07:20:36.345Z[ recovery-image] Dec 05 07:20:35.082 INFO O| Dec 05 07:20:35.082 INFO STEP 1142 (remove_files) COMPLETE
77782024-12-05T07:20:36.345Z[ recovery-image] Dec 05 07:20:35.082 INFO O| Dec 05 07:20:35.082 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-05T07:20:36.355Z[ recovery-image] Dec 05 07:20:35.091 INFO O| Dec 05 07:20:35.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77802024-12-05T07:20:36.355Z[ recovery-image] Dec 05 07:20:35.091 INFO O| Dec 05 07:20:35.091 INFO STEP 1143 (remove_files) COMPLETE
77812024-12-05T07:20:36.358Z[ recovery-image] Dec 05 07:20:35.091 INFO O| Dec 05 07:20:35.091 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-05T07:20:36.365Z[ recovery-image] Dec 05 07:20:35.101 INFO O| Dec 05 07:20:35.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77832024-12-05T07:20:36.367Z[ recovery-image] Dec 05 07:20:35.101 INFO O| Dec 05 07:20:35.101 INFO STEP 1144 (remove_files) COMPLETE
77842024-12-05T07:20:36.368Z[ recovery-image] Dec 05 07:20:35.101 INFO O| Dec 05 07:20:35.101 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-05T07:20:36.373Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO STEP 14 (pkg_install) COMPLETE
77862024-12-05T07:20:36.374Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77872024-12-05T07:20:36.377Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO skip step because feature "mfg" is not enabled
77882024-12-05T07:20:36.377Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77892024-12-05T07:20:36.377Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO skip step because feature "compliance" is not enabled
77902024-12-05T07:20:36.377Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77912024-12-05T07:20:36.377Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO skip step because feature "stress" is not enabled
77922024-12-05T07:20:36.377Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77932024-12-05T07:20:36.377Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO skip step because feature "nfs" is not enabled
77942024-12-05T07:20:36.377Z[ recovery-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77952024-12-05T07:20:36.377Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
77962024-12-05T07:20:36.377Z[ host-image] Dec 05 07:20:35.110 INFO O| Dec 05 07:20:35.110 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
77972024-12-05T07:20:36.378Z[ recovery-image] Dec 05 07:20:35.111 INFO O| Dec 05 07:20:35.110 INFO STEP 1145 (remove_files) COMPLETE
77982024-12-05T07:20:36.378Z[ recovery-image] Dec 05 07:20:35.111 INFO O| Dec 05 07:20:35.111 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-05T07:20:36.390Z[ recovery-image] Dec 05 07:20:35.126 INFO O| Dec 05 07:20:35.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78002024-12-05T07:20:36.393Z[ recovery-image] Dec 05 07:20:35.126 INFO O| Dec 05 07:20:35.126 INFO STEP 1146 (remove_files) COMPLETE
78012024-12-05T07:20:36.393Z[ recovery-image] Dec 05 07:20:35.126 INFO O| Dec 05 07:20:35.126 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-05T07:20:36.402Z[ recovery-image] Dec 05 07:20:35.138 INFO O| Dec 05 07:20:35.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78032024-12-05T07:20:36.402Z[ recovery-image] Dec 05 07:20:35.138 INFO O| Dec 05 07:20:35.138 INFO STEP 1147 (remove_files) COMPLETE
78042024-12-05T07:20:36.405Z[ recovery-image] Dec 05 07:20:35.138 INFO O| Dec 05 07:20:35.138 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-05T07:20:36.413Z[ recovery-image] Dec 05 07:20:35.149 INFO O| Dec 05 07:20:35.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78062024-12-05T07:20:36.413Z[ recovery-image] Dec 05 07:20:35.149 INFO O| Dec 05 07:20:35.149 INFO STEP 1148 (remove_files) COMPLETE
78072024-12-05T07:20:36.413Z[ recovery-image] Dec 05 07:20:35.149 INFO O| Dec 05 07:20:35.149 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-05T07:20:36.426Z[ recovery-image] Dec 05 07:20:35.159 INFO O| Dec 05 07:20:35.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78092024-12-05T07:20:36.430Z[ recovery-image] Dec 05 07:20:35.159 INFO O| Dec 05 07:20:35.159 INFO STEP 1149 (remove_files) COMPLETE
78102024-12-05T07:20:36.430Z[ recovery-image] Dec 05 07:20:35.159 INFO O| Dec 05 07:20:35.159 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-05T07:20:36.433Z[ recovery-image] Dec 05 07:20:35.169 INFO O| Dec 05 07:20:35.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78122024-12-05T07:20:36.435Z[ recovery-image] Dec 05 07:20:35.170 INFO O| Dec 05 07:20:35.170 INFO STEP 1150 (remove_files) COMPLETE
78132024-12-05T07:20:36.435Z[ recovery-image] Dec 05 07:20:35.170 INFO O| Dec 05 07:20:35.170 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-05T07:20:36.443Z[ recovery-image] Dec 05 07:20:35.179 INFO O| Dec 05 07:20:35.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78152024-12-05T07:20:36.443Z[ recovery-image] Dec 05 07:20:35.179 INFO O| Dec 05 07:20:35.179 INFO STEP 1151 (remove_files) COMPLETE
78162024-12-05T07:20:36.443Z[ recovery-image] Dec 05 07:20:35.179 INFO O| Dec 05 07:20:35.179 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-05T07:20:36.453Z[ recovery-image] Dec 05 07:20:35.189 INFO O| Dec 05 07:20:35.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78182024-12-05T07:20:36.453Z[ recovery-image] Dec 05 07:20:35.189 INFO O| Dec 05 07:20:35.189 INFO STEP 1152 (remove_files) COMPLETE
78192024-12-05T07:20:36.456Z[ recovery-image] Dec 05 07:20:35.189 INFO O| Dec 05 07:20:35.189 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-05T07:20:36.463Z[ recovery-image] Dec 05 07:20:35.199 INFO O| Dec 05 07:20:35.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78212024-12-05T07:20:36.463Z[ recovery-image] Dec 05 07:20:35.199 INFO O| Dec 05 07:20:35.199 INFO STEP 1153 (remove_files) COMPLETE
78222024-12-05T07:20:36.466Z[ recovery-image] Dec 05 07:20:35.199 INFO O| Dec 05 07:20:35.199 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-05T07:20:36.468Z[ host-image] Dec 05 07:20:35.202 INFO O| Dec 05 07:20:35.202 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
78242024-12-05T07:20:36.473Z[ recovery-image] Dec 05 07:20:35.209 INFO O| Dec 05 07:20:35.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78252024-12-05T07:20:36.476Z[ recovery-image] Dec 05 07:20:35.209 INFO O| Dec 05 07:20:35.209 INFO STEP 1154 (remove_files) COMPLETE
78262024-12-05T07:20:36.476Z[ recovery-image] Dec 05 07:20:35.209 INFO O| Dec 05 07:20:35.209 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-05T07:20:36.482Z[ recovery-image] Dec 05 07:20:35.219 INFO O| Dec 05 07:20:35.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78282024-12-05T07:20:36.482Z[ recovery-image] Dec 05 07:20:35.219 INFO O| Dec 05 07:20:35.219 INFO STEP 1155 (remove_files) COMPLETE
78292024-12-05T07:20:36.485Z[ recovery-image] Dec 05 07:20:35.219 INFO O| Dec 05 07:20:35.219 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-05T07:20:36.493Z[ recovery-image] Dec 05 07:20:35.229 INFO O| Dec 05 07:20:35.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78312024-12-05T07:20:36.493Z[ recovery-image] Dec 05 07:20:35.229 INFO O| Dec 05 07:20:35.229 INFO STEP 1156 (remove_files) COMPLETE
78322024-12-05T07:20:36.496Z[ recovery-image] Dec 05 07:20:35.229 INFO O| Dec 05 07:20:35.229 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-05T07:20:36.503Z[ recovery-image] Dec 05 07:20:35.240 INFO O| Dec 05 07:20:35.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78342024-12-05T07:20:36.504Z[ recovery-image] Dec 05 07:20:35.240 INFO O| Dec 05 07:20:35.240 INFO STEP 1157 (remove_files) COMPLETE
78352024-12-05T07:20:36.506Z[ recovery-image] Dec 05 07:20:35.240 INFO O| Dec 05 07:20:35.240 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-05T07:20:36.515Z[ recovery-image] Dec 05 07:20:35.251 INFO O| Dec 05 07:20:35.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78372024-12-05T07:20:36.515Z[ recovery-image] Dec 05 07:20:35.251 INFO O| Dec 05 07:20:35.251 INFO STEP 1158 (remove_files) COMPLETE
78382024-12-05T07:20:36.515Z[ recovery-image] Dec 05 07:20:35.251 INFO O| Dec 05 07:20:35.251 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-05T07:20:36.525Z[ recovery-image] Dec 05 07:20:35.261 INFO O| Dec 05 07:20:35.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78402024-12-05T07:20:36.525Z[ recovery-image] Dec 05 07:20:35.261 INFO O| Dec 05 07:20:35.261 INFO STEP 1159 (remove_files) COMPLETE
78412024-12-05T07:20:36.528Z[ recovery-image] Dec 05 07:20:35.261 INFO O| Dec 05 07:20:35.261 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-05T07:20:36.534Z[ host-image] Dec 05 07:20:35.270 INFO O| Dec 05 07:20:35.270 INFO completed processing gimlet/ramdisk-01-os
78432024-12-05T07:20:36.537Z[ host-image] Dec 05 07:20:35.272 INFO omicron1 baseline generation...
78442024-12-05T07:20:36.537Z[ host-image] Dec 05 07:20:35.272 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
78452024-12-05T07:20:36.537Z[ recovery-image] Dec 05 07:20:35.273 INFO O| Dec 05 07:20:35.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78462024-12-05T07:20:36.537Z[ recovery-image] Dec 05 07:20:35.273 INFO O| Dec 05 07:20:35.273 INFO STEP 1160 (remove_files) COMPLETE
78472024-12-05T07:20:36.537Z[ recovery-image] Dec 05 07:20:35.273 INFO O| Dec 05 07:20:35.273 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-05T07:20:36.547Z[ recovery-image] Dec 05 07:20:35.283 INFO O| Dec 05 07:20:35.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78492024-12-05T07:20:36.547Z[ recovery-image] Dec 05 07:20:35.284 INFO O| Dec 05 07:20:35.284 INFO STEP 1161 (remove_files) COMPLETE
78502024-12-05T07:20:36.550Z[ recovery-image] Dec 05 07:20:35.284 INFO O| Dec 05 07:20:35.284 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-05T07:20:36.559Z[ recovery-image] Dec 05 07:20:35.295 INFO O| Dec 05 07:20:35.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78522024-12-05T07:20:36.559Z[ recovery-image] Dec 05 07:20:35.295 INFO O| Dec 05 07:20:35.295 INFO STEP 1162 (remove_files) COMPLETE
78532024-12-05T07:20:36.559Z[ recovery-image] Dec 05 07:20:35.295 INFO O| Dec 05 07:20:35.295 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-05T07:20:36.569Z[ recovery-image] Dec 05 07:20:35.306 INFO O| Dec 05 07:20:35.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78552024-12-05T07:20:36.569Z[ recovery-image] Dec 05 07:20:35.306 INFO O| Dec 05 07:20:35.306 INFO STEP 1163 (remove_files) COMPLETE
78562024-12-05T07:20:36.572Z[ recovery-image] Dec 05 07:20:35.306 INFO O| Dec 05 07:20:35.306 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-05T07:20:36.580Z[ recovery-image] Dec 05 07:20:35.316 INFO O| Dec 05 07:20:35.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78582024-12-05T07:20:36.583Z[ recovery-image] Dec 05 07:20:35.316 INFO O| Dec 05 07:20:35.316 INFO STEP 1164 (remove_files) COMPLETE
78592024-12-05T07:20:36.584Z[ recovery-image] Dec 05 07:20:35.316 INFO O| Dec 05 07:20:35.316 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-05T07:20:36.589Z[ recovery-image] Dec 05 07:20:35.326 INFO O| Dec 05 07:20:35.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78612024-12-05T07:20:36.589Z[ recovery-image] Dec 05 07:20:35.326 INFO O| Dec 05 07:20:35.326 INFO STEP 1165 (remove_files) COMPLETE
78622024-12-05T07:20:36.589Z[ recovery-image] Dec 05 07:20:35.326 INFO O| Dec 05 07:20:35.326 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-05T07:20:36.600Z[ recovery-image] Dec 05 07:20:35.335 INFO O| Dec 05 07:20:35.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78642024-12-05T07:20:36.603Z[ recovery-image] Dec 05 07:20:35.336 INFO O| Dec 05 07:20:35.335 INFO STEP 1166 (remove_files) COMPLETE
78652024-12-05T07:20:36.603Z[ recovery-image] Dec 05 07:20:35.336 INFO O| Dec 05 07:20:35.335 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-05T07:20:36.610Z[ recovery-image] Dec 05 07:20:35.346 INFO O| Dec 05 07:20:35.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78672024-12-05T07:20:36.610Z[ recovery-image] Dec 05 07:20:35.346 INFO O| Dec 05 07:20:35.346 INFO STEP 1167 (remove_files) COMPLETE
78682024-12-05T07:20:36.613Z[ recovery-image] Dec 05 07:20:35.346 INFO O| Dec 05 07:20:35.346 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-05T07:20:36.620Z[ recovery-image] Dec 05 07:20:35.356 INFO O| Dec 05 07:20:35.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78702024-12-05T07:20:36.620Z[ recovery-image] Dec 05 07:20:35.357 INFO O| Dec 05 07:20:35.356 INFO STEP 1168 (remove_files) COMPLETE
78712024-12-05T07:20:36.623Z[ recovery-image] Dec 05 07:20:35.357 INFO O| Dec 05 07:20:35.356 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-05T07:20:36.631Z[ recovery-image] Dec 05 07:20:35.367 INFO O| Dec 05 07:20:35.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78732024-12-05T07:20:36.631Z[ recovery-image] Dec 05 07:20:35.368 INFO O| Dec 05 07:20:35.367 INFO STEP 1169 (remove_files) COMPLETE
78742024-12-05T07:20:36.631Z[ recovery-image] Dec 05 07:20:35.368 INFO O| Dec 05 07:20:35.368 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-05T07:20:36.642Z[ recovery-image] Dec 05 07:20:35.378 INFO O| Dec 05 07:20:35.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78762024-12-05T07:20:36.642Z[ recovery-image] Dec 05 07:20:35.378 INFO O| Dec 05 07:20:35.378 INFO STEP 1170 (remove_files) COMPLETE
78772024-12-05T07:20:36.642Z[ recovery-image] Dec 05 07:20:35.378 INFO O| Dec 05 07:20:35.378 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-05T07:20:36.652Z[ recovery-image] Dec 05 07:20:35.388 INFO O| Dec 05 07:20:35.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78792024-12-05T07:20:36.653Z[ recovery-image] Dec 05 07:20:35.388 INFO O| Dec 05 07:20:35.388 INFO STEP 1171 (remove_files) COMPLETE
78802024-12-05T07:20:36.653Z[ recovery-image] Dec 05 07:20:35.389 INFO O| Dec 05 07:20:35.388 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-05T07:20:36.662Z[ recovery-image] Dec 05 07:20:35.399 INFO O| Dec 05 07:20:35.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78822024-12-05T07:20:36.663Z[ recovery-image] Dec 05 07:20:35.399 INFO O| Dec 05 07:20:35.399 INFO STEP 1172 (remove_files) COMPLETE
78832024-12-05T07:20:36.666Z[ recovery-image] Dec 05 07:20:35.399 INFO O| Dec 05 07:20:35.399 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-05T07:20:36.673Z[ recovery-image] Dec 05 07:20:35.409 INFO O| Dec 05 07:20:35.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78852024-12-05T07:20:36.673Z[ recovery-image] Dec 05 07:20:35.409 INFO O| Dec 05 07:20:35.409 INFO STEP 1173 (remove_files) COMPLETE
78862024-12-05T07:20:36.676Z[ recovery-image] Dec 05 07:20:35.409 INFO O| Dec 05 07:20:35.409 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-05T07:20:36.685Z[ recovery-image] Dec 05 07:20:35.421 INFO O| Dec 05 07:20:35.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78882024-12-05T07:20:36.685Z[ recovery-image] Dec 05 07:20:35.421 INFO O| Dec 05 07:20:35.421 INFO STEP 1174 (remove_files) COMPLETE
78892024-12-05T07:20:36.688Z[ recovery-image] Dec 05 07:20:35.421 INFO O| Dec 05 07:20:35.421 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-05T07:20:36.695Z[ recovery-image] Dec 05 07:20:35.431 INFO O| Dec 05 07:20:35.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78912024-12-05T07:20:36.697Z[ recovery-image] Dec 05 07:20:35.431 INFO O| Dec 05 07:20:35.431 INFO STEP 1175 (remove_files) COMPLETE
78922024-12-05T07:20:36.698Z[ recovery-image] Dec 05 07:20:35.431 INFO O| Dec 05 07:20:35.431 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-05T07:20:36.705Z[ recovery-image] Dec 05 07:20:35.441 INFO O| Dec 05 07:20:35.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78942024-12-05T07:20:36.708Z[ recovery-image] Dec 05 07:20:35.441 INFO O| Dec 05 07:20:35.441 INFO STEP 1176 (remove_files) COMPLETE
78952024-12-05T07:20:36.708Z[ recovery-image] Dec 05 07:20:35.441 INFO O| Dec 05 07:20:35.441 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-05T07:20:36.716Z[ recovery-image] Dec 05 07:20:35.452 INFO O| Dec 05 07:20:35.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78972024-12-05T07:20:36.716Z[ recovery-image] Dec 05 07:20:35.452 INFO O| Dec 05 07:20:35.452 INFO STEP 1177 (remove_files) COMPLETE
78982024-12-05T07:20:36.716Z[ recovery-image] Dec 05 07:20:35.452 INFO O| Dec 05 07:20:35.452 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-05T07:20:36.726Z[ recovery-image] Dec 05 07:20:35.462 INFO O| Dec 05 07:20:35.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79002024-12-05T07:20:36.726Z[ recovery-image] Dec 05 07:20:35.462 INFO O| Dec 05 07:20:35.462 INFO STEP 1178 (remove_files) COMPLETE
79012024-12-05T07:20:36.726Z[ recovery-image] Dec 05 07:20:35.462 INFO O| Dec 05 07:20:35.462 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-05T07:20:36.736Z[ recovery-image] Dec 05 07:20:35.472 INFO O| Dec 05 07:20:35.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79032024-12-05T07:20:36.736Z[ recovery-image] Dec 05 07:20:35.472 INFO O| Dec 05 07:20:35.472 INFO STEP 1179 (remove_files) COMPLETE
79042024-12-05T07:20:36.736Z[ recovery-image] Dec 05 07:20:35.472 INFO O| Dec 05 07:20:35.472 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-05T07:20:36.747Z[ recovery-image] Dec 05 07:20:35.483 INFO O| Dec 05 07:20:35.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79062024-12-05T07:20:36.747Z[ recovery-image] Dec 05 07:20:35.483 INFO O| Dec 05 07:20:35.483 INFO STEP 1180 (remove_files) COMPLETE
79072024-12-05T07:20:36.747Z[ recovery-image] Dec 05 07:20:35.483 INFO O| Dec 05 07:20:35.483 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-05T07:20:36.757Z[ recovery-image] Dec 05 07:20:35.493 INFO O| Dec 05 07:20:35.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79092024-12-05T07:20:36.757Z[ recovery-image] Dec 05 07:20:35.493 INFO O| Dec 05 07:20:35.493 INFO STEP 1181 (remove_files) COMPLETE
79102024-12-05T07:20:36.757Z[ recovery-image] Dec 05 07:20:35.493 INFO O| Dec 05 07:20:35.493 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-05T07:20:36.768Z[ recovery-image] Dec 05 07:20:35.504 INFO O| Dec 05 07:20:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79122024-12-05T07:20:36.768Z[ recovery-image] Dec 05 07:20:35.504 INFO O| Dec 05 07:20:35.504 INFO STEP 1182 (remove_files) COMPLETE
79132024-12-05T07:20:36.771Z[ recovery-image] Dec 05 07:20:35.504 INFO O| Dec 05 07:20:35.504 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-05T07:20:36.779Z[ recovery-image] Dec 05 07:20:35.515 INFO O| Dec 05 07:20:35.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79152024-12-05T07:20:36.779Z[ recovery-image] Dec 05 07:20:35.515 INFO O| Dec 05 07:20:35.515 INFO STEP 1183 (remove_files) COMPLETE
79162024-12-05T07:20:36.782Z[ recovery-image] Dec 05 07:20:35.515 INFO O| Dec 05 07:20:35.515 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-05T07:20:36.791Z[ recovery-image] Dec 05 07:20:35.528 INFO O| Dec 05 07:20:35.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79182024-12-05T07:20:36.792Z[ recovery-image] Dec 05 07:20:35.528 INFO O| Dec 05 07:20:35.528 INFO STEP 1184 (remove_files) COMPLETE
79192024-12-05T07:20:36.792Z[ recovery-image] Dec 05 07:20:35.528 INFO O| Dec 05 07:20:35.528 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-05T07:20:36.805Z[ recovery-image] Dec 05 07:20:35.541 INFO O| Dec 05 07:20:35.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79212024-12-05T07:20:36.805Z[ recovery-image] Dec 05 07:20:35.541 INFO O| Dec 05 07:20:35.541 INFO STEP 1185 (remove_files) COMPLETE
79222024-12-05T07:20:36.805Z[ recovery-image] Dec 05 07:20:35.541 INFO O| Dec 05 07:20:35.541 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-05T07:20:36.817Z[ recovery-image] Dec 05 07:20:35.554 INFO O| Dec 05 07:20:35.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79242024-12-05T07:20:36.817Z[ recovery-image] Dec 05 07:20:35.554 INFO O| Dec 05 07:20:35.554 INFO STEP 1186 (remove_files) COMPLETE
79252024-12-05T07:20:36.821Z[ recovery-image] Dec 05 07:20:35.554 INFO O| Dec 05 07:20:35.554 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-05T07:20:36.830Z[ recovery-image] Dec 05 07:20:35.566 INFO O| Dec 05 07:20:35.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79272024-12-05T07:20:36.830Z[ recovery-image] Dec 05 07:20:35.566 INFO O| Dec 05 07:20:35.566 INFO STEP 1187 (remove_files) COMPLETE
79282024-12-05T07:20:36.830Z[ recovery-image] Dec 05 07:20:35.566 INFO O| Dec 05 07:20:35.566 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-05T07:20:36.842Z[ recovery-image] Dec 05 07:20:35.578 INFO O| Dec 05 07:20:35.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79302024-12-05T07:20:36.842Z[ recovery-image] Dec 05 07:20:35.579 INFO O| Dec 05 07:20:35.579 INFO STEP 1188 (remove_files) COMPLETE
79312024-12-05T07:20:36.845Z[ recovery-image] Dec 05 07:20:35.579 INFO O| Dec 05 07:20:35.579 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-05T07:20:36.855Z[ recovery-image] Dec 05 07:20:35.591 INFO O| Dec 05 07:20:35.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79332024-12-05T07:20:36.855Z[ recovery-image] Dec 05 07:20:35.591 INFO O| Dec 05 07:20:35.591 INFO STEP 1189 (remove_files) COMPLETE
79342024-12-05T07:20:36.855Z[ recovery-image] Dec 05 07:20:35.591 INFO O| Dec 05 07:20:35.591 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-05T07:20:36.867Z[ recovery-image] Dec 05 07:20:35.603 INFO O| Dec 05 07:20:35.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79362024-12-05T07:20:36.867Z[ recovery-image] Dec 05 07:20:35.603 INFO O| Dec 05 07:20:35.603 INFO STEP 1190 (remove_files) COMPLETE
79372024-12-05T07:20:36.870Z[ recovery-image] Dec 05 07:20:35.603 INFO O| Dec 05 07:20:35.603 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-05T07:20:36.878Z[ recovery-image] Dec 05 07:20:35.615 INFO O| Dec 05 07:20:35.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79392024-12-05T07:20:36.879Z[ recovery-image] Dec 05 07:20:35.615 INFO O| Dec 05 07:20:35.615 INFO STEP 1191 (remove_files) COMPLETE
79402024-12-05T07:20:36.883Z[ recovery-image] Dec 05 07:20:35.615 INFO O| Dec 05 07:20:35.615 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-05T07:20:36.889Z[ recovery-image] Dec 05 07:20:35.626 INFO O| Dec 05 07:20:35.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79422024-12-05T07:20:36.892Z[ recovery-image] Dec 05 07:20:35.626 INFO O| Dec 05 07:20:35.626 INFO STEP 1192 (remove_files) COMPLETE
79432024-12-05T07:20:36.892Z[ recovery-image] Dec 05 07:20:35.626 INFO O| Dec 05 07:20:35.626 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-05T07:20:36.981Z[ recovery-image] Dec 05 07:20:35.637 INFO O| Dec 05 07:20:35.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79452024-12-05T07:20:36.981Z[ recovery-image] Dec 05 07:20:35.637 INFO O| Dec 05 07:20:35.637 INFO STEP 1193 (remove_files) COMPLETE
79462024-12-05T07:20:36.981Z[ recovery-image] Dec 05 07:20:35.637 INFO O| Dec 05 07:20:35.637 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-05T07:20:36.981Z[ recovery-image] Dec 05 07:20:35.648 INFO O| Dec 05 07:20:35.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79482024-12-05T07:20:36.981Z[ recovery-image] Dec 05 07:20:35.648 INFO O| Dec 05 07:20:35.648 INFO STEP 1194 (remove_files) COMPLETE
79492024-12-05T07:20:36.981Z[ recovery-image] Dec 05 07:20:35.648 INFO O| Dec 05 07:20:35.648 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-05T07:20:36.981Z[ recovery-image] Dec 05 07:20:35.658 INFO O| Dec 05 07:20:35.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79512024-12-05T07:20:36.981Z[ recovery-image] Dec 05 07:20:35.658 INFO O| Dec 05 07:20:35.658 INFO STEP 1195 (remove_files) COMPLETE
79522024-12-05T07:20:36.981Z[ recovery-image] Dec 05 07:20:35.658 INFO O| Dec 05 07:20:35.658 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-05T07:20:36.982Z[ recovery-image] Dec 05 07:20:35.669 INFO O| Dec 05 07:20:35.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79542024-12-05T07:20:36.982Z[ recovery-image] Dec 05 07:20:35.669 INFO O| Dec 05 07:20:35.669 INFO STEP 1196 (remove_files) COMPLETE
79552024-12-05T07:20:36.986Z[ recovery-image] Dec 05 07:20:35.669 INFO O| Dec 05 07:20:35.669 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-05T07:20:36.986Z[ recovery-image] Dec 05 07:20:35.680 INFO O| Dec 05 07:20:35.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79572024-12-05T07:20:36.986Z[ recovery-image] Dec 05 07:20:35.680 INFO O| Dec 05 07:20:35.680 INFO STEP 1197 (remove_files) COMPLETE
79582024-12-05T07:20:36.986Z[ recovery-image] Dec 05 07:20:35.680 INFO O| Dec 05 07:20:35.680 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-05T07:20:36.987Z[ recovery-image] Dec 05 07:20:35.691 INFO O| Dec 05 07:20:35.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79602024-12-05T07:20:36.987Z[ recovery-image] Dec 05 07:20:35.691 INFO O| Dec 05 07:20:35.691 INFO STEP 1198 (remove_files) COMPLETE
79612024-12-05T07:20:36.987Z[ recovery-image] Dec 05 07:20:35.691 INFO O| Dec 05 07:20:35.691 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-05T07:20:36.987Z[ recovery-image] Dec 05 07:20:35.702 INFO O| Dec 05 07:20:35.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79632024-12-05T07:20:36.987Z[ recovery-image] Dec 05 07:20:35.702 INFO O| Dec 05 07:20:35.702 INFO STEP 1199 (remove_files) COMPLETE
79642024-12-05T07:20:36.987Z[ recovery-image] Dec 05 07:20:35.702 INFO O| Dec 05 07:20:35.702 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-05T07:20:36.987Z[ recovery-image] Dec 05 07:20:35.712 INFO O| Dec 05 07:20:35.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79662024-12-05T07:20:36.987Z[ recovery-image] Dec 05 07:20:35.712 INFO O| Dec 05 07:20:35.712 INFO STEP 1200 (remove_files) COMPLETE
79672024-12-05T07:20:36.987Z[ recovery-image] Dec 05 07:20:35.712 INFO O| Dec 05 07:20:35.712 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-05T07:20:36.987Z[ host-image] Dec 05 07:20:35.713 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
79692024-12-05T07:20:36.991Z[ recovery-image] Dec 05 07:20:35.723 INFO O| Dec 05 07:20:35.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79702024-12-05T07:20:36.991Z[ recovery-image] Dec 05 07:20:35.723 INFO O| Dec 05 07:20:35.723 INFO STEP 1201 (remove_files) COMPLETE
79712024-12-05T07:20:36.991Z[ recovery-image] Dec 05 07:20:35.723 INFO O| Dec 05 07:20:35.723 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722024-12-05T07:20:37.000Z[ recovery-image] Dec 05 07:20:35.734 INFO O| Dec 05 07:20:35.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79732024-12-05T07:20:37.000Z[ recovery-image] Dec 05 07:20:35.734 INFO O| Dec 05 07:20:35.734 INFO STEP 1202 (remove_files) COMPLETE
79742024-12-05T07:20:37.000Z[ recovery-image] Dec 05 07:20:35.734 INFO O| Dec 05 07:20:35.734 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752024-12-05T07:20:37.015Z[ recovery-image] Dec 05 07:20:35.744 INFO O| Dec 05 07:20:35.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79762024-12-05T07:20:37.015Z[ recovery-image] Dec 05 07:20:35.745 INFO O| Dec 05 07:20:35.744 INFO STEP 1203 (remove_files) COMPLETE
79772024-12-05T07:20:37.016Z[ recovery-image] Dec 05 07:20:35.745 INFO O| Dec 05 07:20:35.745 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782024-12-05T07:20:37.019Z[ recovery-image] Dec 05 07:20:35.755 INFO O| Dec 05 07:20:35.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79792024-12-05T07:20:37.019Z[ recovery-image] Dec 05 07:20:35.756 INFO O| Dec 05 07:20:35.756 INFO STEP 1204 (remove_files) COMPLETE
79802024-12-05T07:20:37.019Z[ recovery-image] Dec 05 07:20:35.756 INFO O| Dec 05 07:20:35.756 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812024-12-05T07:20:37.032Z[ recovery-image] Dec 05 07:20:35.766 INFO O| Dec 05 07:20:35.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79822024-12-05T07:20:37.032Z[ recovery-image] Dec 05 07:20:35.766 INFO O| Dec 05 07:20:35.766 INFO STEP 1205 (remove_files) COMPLETE
79832024-12-05T07:20:37.033Z[ recovery-image] Dec 05 07:20:35.767 INFO O| Dec 05 07:20:35.766 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79842024-12-05T07:20:37.046Z[ recovery-image] Dec 05 07:20:35.782 INFO O| Dec 05 07:20:35.782 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79852024-12-05T07:20:37.046Z[ recovery-image] Dec 05 07:20:35.782 INFO O| Dec 05 07:20:35.782 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79862024-12-05T07:20:37.694Z[ recovery-image] Dec 05 07:20:36.430 INFO O| Dec 05 07:20:36.430 INFO STEP 1206 (pack_tar) COMPLETE
79872024-12-05T07:20:37.695Z[ recovery-image] Dec 05 07:20:36.430 INFO O| Dec 05 07:20:36.430 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79882024-12-05T07:20:37.695Z[ recovery-image] Dec 05 07:20:36.430 INFO O| Dec 05 07:20:36.430 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79892024-12-05T07:20:37.958Z[ recovery-image] Dec 05 07:20:36.693 INFO O| Dec 05 07:20:36.693 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79902024-12-05T07:20:38.036Z[ recovery-image] Dec 05 07:20:36.768 INFO O| Dec 05 07:20:36.768 INFO completed processing gimlet/ramdisk-03-recovery-trim
79912024-12-05T07:20:38.039Z[ recovery-image] Dec 05 07:20:36.775 INFO image builder template: zfs-recovery...
79922024-12-05T07:20:38.042Z[ recovery-image] Dec 05 07:20:36.775 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/.tmpdsfWzO/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
79932024-12-05T07:20:38.073Z[ recovery-image] Dec 05 07:20:36.808 INFO O| Dec 05 07:20:36.808 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79942024-12-05T07:20:38.077Z[ recovery-image] Dec 05 07:20:36.813 INFO O| Dec 05 07:20:36.813 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79952024-12-05T07:20:38.152Z[ recovery-image] Dec 05 07:20:36.887 INFO O| Dec 05 07:20:36.887 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79962024-12-05T07:20:38.207Z[ recovery-image] Dec 05 07:20:36.943 INFO O| Dec 05 07:20:36.943 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79972024-12-05T07:20:38.207Z[ recovery-image] Dec 05 07:20:36.943 INFO O| Dec 05 07:20:36.943 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79982024-12-05T07:20:38.212Z[ recovery-image] Dec 05 07:20:36.948 INFO O| Dec 05 07:20:36.948 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79992024-12-05T07:20:38.269Z[ recovery-image] Dec 05 07:20:37.005 INFO O| Dec 05 07:20:37.005 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80002024-12-05T07:20:38.309Z[ recovery-image] Dec 05 07:20:37.045 INFO O| Dec 05 07:20:37.045 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80012024-12-05T07:20:38.321Z[ recovery-image] Dec 05 07:20:37.057 INFO O| Dec 05 07:20:37.057 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80022024-12-05T07:20:38.327Z[ recovery-image] Dec 05 07:20:37.063 INFO O| Dec 05 07:20:37.063 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80032024-12-05T07:20:38.331Z[ recovery-image] Dec 05 07:20:37.064 INFO O| Dec 05 07:20:37.064 INFO no lofi found
80042024-12-05T07:20:38.331Z[ recovery-image] Dec 05 07:20:37.064 INFO O| Dec 05 07:20:37.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80052024-12-05T07:20:38.331Z[ recovery-image] Dec 05 07:20:37.064 INFO O| Dec 05 07:20:37.064 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80062024-12-05T07:20:40.273Z[ recovery-image] Dec 05 07:20:39.009 INFO O| Dec 05 07:20:39.008 INFO lofi device = /dev/dsk/c2t1d0p0
80072024-12-05T07:20:40.273Z[ recovery-image] Dec 05 07:20:39.009 INFO O| Dec 05 07:20:39.008 INFO pool device = /dev/dsk/c2t1d0p0
80082024-12-05T07:20:40.276Z[ recovery-image] Dec 05 07:20:39.009 INFO O| Dec 05 07:20:39.009 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"]
80092024-12-05T07:20:40.347Z[ recovery-image] Dec 05 07:20:39.083 INFO O| Dec 05 07:20:39.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80102024-12-05T07:20:40.347Z[ recovery-image] Dec 05 07:20:39.083 INFO O| Dec 05 07:20:39.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80112024-12-05T07:20:40.370Z[ recovery-image] Dec 05 07:20:39.106 INFO O| Dec 05 07:20:39.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80122024-12-05T07:20:40.431Z[ recovery-image] Dec 05 07:20:39.167 INFO O| Dec 05 07:20:39.166 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80132024-12-05T07:20:40.486Z[ recovery-image] Dec 05 07:20:39.221 INFO O| Dec 05 07:20:39.221 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80142024-12-05T07:20:40.502Z[ recovery-image] Dec 05 07:20:39.238 INFO O| Dec 05 07:20:39.238 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80152024-12-05T07:20:40.515Z[ recovery-image] Dec 05 07:20:39.250 INFO O| Dec 05 07:20:39.250 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80162024-12-05T07:20:40.565Z[ recovery-image] Dec 05 07:20:39.301 INFO O| Dec 05 07:20:39.301 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80172024-12-05T07:20:40.566Z[ recovery-image] Dec 05 07:20:39.301 INFO O| Dec 05 07:20:39.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80182024-12-05T07:20:40.566Z[ recovery-image] Dec 05 07:20:39.301 INFO O| Dec 05 07:20:39.301 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80192024-12-05T07:20:40.577Z[ recovery-image] Dec 05 07:20:39.312 INFO O| Dec 05 07:20:39.312 INFO boot environment UUID: 82c87504-a60e-4c4b-bb67-a781dcf848c2
80202024-12-05T07:20:40.577Z[ recovery-image] Dec 05 07:20:39.312 INFO O| Dec 05 07:20:39.312 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 82c87504-a60e-4c4b-bb67-a781dcf848c2
80212024-12-05T07:20:40.589Z[ recovery-image] Dec 05 07:20:39.324 INFO O| Dec 05 07:20:39.324 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80222024-12-05T07:20:40.600Z[ recovery-image] Dec 05 07:20:39.335 INFO O| Dec 05 07:20:39.335 INFO STEP 0 (create_be) COMPLETE
80232024-12-05T07:20:40.600Z[ recovery-image] Dec 05 07:20:39.335 INFO O| Dec 05 07:20:39.335 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80242024-12-05T07:20:40.617Z[ recovery-image] Dec 05 07:20:39.353 INFO O| Dec 05 07:20:39.352 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"]
80252024-12-05T07:20:42.684Z[ recovery-image] Dec 05 07:20:41.419 INFO O| Dec 05 07:20:41.419 INFO STEP 1 (unpack_tar) COMPLETE
80262024-12-05T07:20:42.684Z[ recovery-image] Dec 05 07:20:41.419 INFO O| Dec 05 07:20:41.419 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80272024-12-05T07:20:42.695Z[ recovery-image] Dec 05 07:20:41.431 INFO O| Dec 05 07:20:41.431 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80282024-12-05T07:20:42.846Z[ recovery-image] Dec 05 07:20:41.581 INFO O| Dec 05 07:20:41.581 INFO STEP 2 (devfsadm) COMPLETE
80292024-12-05T07:20:42.846Z[ recovery-image] Dec 05 07:20:41.581 INFO O| Dec 05 07:20:41.581 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80302024-12-05T07:20:42.858Z[ recovery-image] Dec 05 07:20:41.594 INFO O| Dec 05 07:20:41.594 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80312024-12-05T07:20:42.858Z[ recovery-image] Dec 05 07:20:41.594 INFO O| Dec 05 07:20:41.594 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80322024-12-05T07:20:42.861Z[ recovery-image] Dec 05 07:20:41.594 INFO O| Dec 05 07:20:41.594 INFO STEP 3 (ensure_dir) COMPLETE
80332024-12-05T07:20:42.861Z[ recovery-image] Dec 05 07:20:41.594 INFO O| Dec 05 07:20:41.594 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80342024-12-05T07:20:42.871Z[ recovery-image] Dec 05 07:20:41.606 INFO O| Dec 05 07:20:41.606 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80352024-12-05T07:20:42.871Z[ recovery-image] Dec 05 07:20:41.606 INFO O| Dec 05 07:20:41.606 INFO STEP 4 (ensure_dir) COMPLETE
80362024-12-05T07:20:42.874Z[ recovery-image] Dec 05 07:20:41.606 INFO O| Dec 05 07:20:41.606 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80372024-12-05T07:20:42.883Z[ recovery-image] Dec 05 07:20:41.619 INFO O| Dec 05 07:20:41.619 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80382024-12-05T07:20:42.883Z[ recovery-image] Dec 05 07:20:41.619 INFO O| Dec 05 07:20:41.619 INFO STEP 5 (ensure_dir) COMPLETE
80392024-12-05T07:20:42.883Z[ recovery-image] Dec 05 07:20:41.619 INFO O| Dec 05 07:20:41.619 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80402024-12-05T07:20:42.895Z[ recovery-image] Dec 05 07:20:41.630 INFO O| Dec 05 07:20:41.630 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80412024-12-05T07:20:42.895Z[ recovery-image] Dec 05 07:20:41.630 INFO O| Dec 05 07:20:41.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80422024-12-05T07:20:42.897Z[ recovery-image] Dec 05 07:20:41.630 INFO O| Dec 05 07:20:41.630 INFO STEP 6 (ensure_dir) COMPLETE
80432024-12-05T07:20:42.897Z[ recovery-image] Dec 05 07:20:41.630 INFO O| Dec 05 07:20:41.630 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80442024-12-05T07:20:42.906Z[ recovery-image] Dec 05 07:20:41.642 INFO O| Dec 05 07:20:41.642 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80452024-12-05T07:20:42.906Z[ recovery-image] Dec 05 07:20:41.642 INFO O| Dec 05 07:20:41.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80462024-12-05T07:20:42.909Z[ recovery-image] Dec 05 07:20:41.642 INFO O| Dec 05 07:20:41.642 INFO STEP 7 (ensure_dir) COMPLETE
80472024-12-05T07:20:42.909Z[ recovery-image] Dec 05 07:20:41.642 INFO O| Dec 05 07:20:41.642 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80482024-12-05T07:20:42.917Z[ recovery-image] Dec 05 07:20:41.652 INFO O| Dec 05 07:20:41.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80492024-12-05T07:20:42.919Z[ recovery-image] Dec 05 07:20:41.653 INFO O| Dec 05 07:20:41.653 INFO STEP 8 (remove_files) COMPLETE
80502024-12-05T07:20:42.920Z[ recovery-image] Dec 05 07:20:41.653 INFO O| Dec 05 07:20:41.653 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80512024-12-05T07:20:42.928Z[ recovery-image] Dec 05 07:20:41.663 INFO O| Dec 05 07:20:41.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80522024-12-05T07:20:42.930Z[ recovery-image] Dec 05 07:20:41.664 INFO O| Dec 05 07:20:41.664 INFO STEP 9 (remove_files) COMPLETE
80532024-12-05T07:20:42.930Z[ recovery-image] Dec 05 07:20:41.664 INFO O| Dec 05 07:20:41.664 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542024-12-05T07:20:42.939Z[ recovery-image] Dec 05 07:20:41.675 INFO O| Dec 05 07:20:41.675 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80552024-12-05T07:20:42.941Z[ recovery-image] Dec 05 07:20:41.675 INFO O| Dec 05 07:20:41.675 INFO STEP 10 (remove_files) COMPLETE
80562024-12-05T07:20:42.941Z[ recovery-image] Dec 05 07:20:41.675 INFO O| Dec 05 07:20:41.675 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80572024-12-05T07:20:42.951Z[ recovery-image] Dec 05 07:20:41.687 INFO O| Dec 05 07:20:41.687 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80582024-12-05T07:20:42.951Z[ recovery-image] Dec 05 07:20:41.687 INFO O| Dec 05 07:20:41.687 INFO STEP 11 (remove_files) COMPLETE
80592024-12-05T07:20:42.951Z[ recovery-image] Dec 05 07:20:41.687 INFO O| Dec 05 07:20:41.687 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80602024-12-05T07:20:42.963Z[ recovery-image] Dec 05 07:20:41.699 INFO O| Dec 05 07:20:41.699 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80612024-12-05T07:20:42.963Z[ recovery-image] Dec 05 07:20:41.699 INFO O| Dec 05 07:20:41.699 INFO STEP 12 (remove_files) COMPLETE
80622024-12-05T07:20:42.966Z[ recovery-image] Dec 05 07:20:41.699 INFO O| Dec 05 07:20:41.699 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80632024-12-05T07:20:42.975Z[ recovery-image] Dec 05 07:20:41.710 INFO O| Dec 05 07:20:41.710 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80642024-12-05T07:20:42.975Z[ recovery-image] Dec 05 07:20:41.710 INFO O| Dec 05 07:20:41.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80652024-12-05T07:20:42.978Z[ recovery-image] Dec 05 07:20:41.710 INFO O| Dec 05 07:20:41.710 INFO STEP 13 (ensure_dir) COMPLETE
80662024-12-05T07:20:42.978Z[ recovery-image] Dec 05 07:20:41.710 INFO O| Dec 05 07:20:41.710 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80672024-12-05T07:20:42.987Z[ recovery-image] Dec 05 07:20:41.722 INFO O| Dec 05 07:20:41.722 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80682024-12-05T07:20:42.987Z[ recovery-image] Dec 05 07:20:41.722 INFO O| Dec 05 07:20:41.722 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80692024-12-05T07:20:42.989Z[ recovery-image] Dec 05 07:20:41.722 INFO O| Dec 05 07:20:41.722 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80702024-12-05T07:20:42.989Z[ recovery-image] Dec 05 07:20:41.722 INFO O| Dec 05 07:20:41.722 INFO STEP 14 (ensure_dir) COMPLETE
80712024-12-05T07:20:42.989Z[ recovery-image] Dec 05 07:20:41.722 INFO O| Dec 05 07:20:41.722 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80722024-12-05T07:20:42.999Z[ recovery-image] Dec 05 07:20:41.734 INFO O| Dec 05 07:20:41.734 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80732024-12-05T07:20:42.999Z[ recovery-image] Dec 05 07:20:41.734 INFO O| Dec 05 07:20:41.734 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80742024-12-05T07:20:42.999Z[ recovery-image] Dec 05 07:20:41.734 INFO O| Dec 05 07:20:41.734 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80752024-12-05T07:20:42.999Z[ recovery-image] Dec 05 07:20:41.734 INFO O| Dec 05 07:20:41.734 INFO STEP 15 (ensure_dir) COMPLETE
80762024-12-05T07:20:43.002Z[ recovery-image] Dec 05 07:20:41.734 INFO O| Dec 05 07:20:41.734 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80772024-12-05T07:20:43.011Z[ recovery-image] Dec 05 07:20:41.746 INFO O| Dec 05 07:20:41.746 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80782024-12-05T07:20:43.011Z[ recovery-image] Dec 05 07:20:41.747 INFO O| Dec 05 07:20:41.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80792024-12-05T07:20:43.014Z[ recovery-image] Dec 05 07:20:41.747 INFO O| Dec 05 07:20:41.747 INFO STEP 16 (ensure_dir) COMPLETE
80802024-12-05T07:20:43.014Z[ recovery-image] Dec 05 07:20:41.747 INFO O| Dec 05 07:20:41.747 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80812024-12-05T07:20:43.024Z[ recovery-image] Dec 05 07:20:41.759 INFO O| Dec 05 07:20:41.759 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80822024-12-05T07:20:43.024Z[ recovery-image] Dec 05 07:20:41.759 INFO O| Dec 05 07:20:41.759 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80832024-12-05T07:20:43.026Z[ recovery-image] Dec 05 07:20:41.759 INFO O| Dec 05 07:20:41.759 INFO STEP 17 (ensure_dir) COMPLETE
80842024-12-05T07:20:43.027Z[ recovery-image] Dec 05 07:20:41.759 INFO O| Dec 05 07:20:41.759 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80852024-12-05T07:20:43.037Z[ recovery-image] Dec 05 07:20:41.772 INFO O| Dec 05 07:20:41.772 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80862024-12-05T07:20:43.037Z[ recovery-image] Dec 05 07:20:41.772 INFO O| Dec 05 07:20:41.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80872024-12-05T07:20:43.037Z[ recovery-image] Dec 05 07:20:41.772 INFO O| Dec 05 07:20:41.772 INFO ok!
80882024-12-05T07:20:43.037Z[ recovery-image] Dec 05 07:20:41.772 INFO O| Dec 05 07:20:41.772 INFO STEP 18 (ensure_symlink) COMPLETE
80892024-12-05T07:20:43.040Z[ recovery-image] Dec 05 07:20:41.772 INFO O| Dec 05 07:20:41.772 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80902024-12-05T07:20:43.049Z[ recovery-image] Dec 05 07:20:41.784 INFO O| Dec 05 07:20:41.784 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80912024-12-05T07:20:43.049Z[ recovery-image] Dec 05 07:20:41.784 INFO O| Dec 05 07:20:41.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80922024-12-05T07:20:43.049Z[ recovery-image] Dec 05 07:20:41.784 INFO O| Dec 05 07:20:41.784 INFO ok!
80932024-12-05T07:20:43.052Z[ recovery-image] Dec 05 07:20:41.784 INFO O| Dec 05 07:20:41.784 INFO STEP 19 (ensure_file) COMPLETE
80942024-12-05T07:20:43.052Z[ recovery-image] Dec 05 07:20:41.784 INFO O| Dec 05 07:20:41.784 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80952024-12-05T07:20:43.061Z[ recovery-image] Dec 05 07:20:41.797 INFO O| Dec 05 07:20:41.796 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80962024-12-05T07:20:43.061Z[ recovery-image] Dec 05 07:20:41.797 INFO O| Dec 05 07:20:41.797 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80972024-12-05T07:20:43.070Z[ recovery-image] Dec 05 07:20:41.797 INFO O| Dec 05 07:20:41.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80982024-12-05T07:20:43.070Z[ recovery-image] Dec 05 07:20:41.797 INFO O| Dec 05 07:20:41.797 INFO ok!
80992024-12-05T07:20:43.070Z[ recovery-image] Dec 05 07:20:41.797 INFO O| Dec 05 07:20:41.797 INFO STEP 20 (ensure_symlink) COMPLETE
81002024-12-05T07:20:43.070Z[ recovery-image] Dec 05 07:20:41.797 INFO O| Dec 05 07:20:41.797 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81012024-12-05T07:20:43.074Z[ recovery-image] Dec 05 07:20:41.809 INFO O| Dec 05 07:20:41.809 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81022024-12-05T07:20:43.076Z[ recovery-image] Dec 05 07:20:41.809 INFO O| Dec 05 07:20:41.809 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81032024-12-05T07:20:43.076Z[ recovery-image] Dec 05 07:20:41.809 INFO O| Dec 05 07:20:41.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81042024-12-05T07:20:43.076Z[ recovery-image] Dec 05 07:20:41.809 INFO O| Dec 05 07:20:41.809 INFO ok!
81052024-12-05T07:20:43.076Z[ recovery-image] Dec 05 07:20:41.809 INFO O| Dec 05 07:20:41.809 INFO STEP 21 (ensure_symlink) COMPLETE
81062024-12-05T07:20:43.076Z[ recovery-image] Dec 05 07:20:41.809 INFO O| Dec 05 07:20:41.809 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81072024-12-05T07:20:43.086Z[ recovery-image] Dec 05 07:20:41.822 INFO O| Dec 05 07:20:41.822 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81082024-12-05T07:20:43.086Z[ recovery-image] Dec 05 07:20:41.822 INFO O| Dec 05 07:20:41.822 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81092024-12-05T07:20:43.089Z[ recovery-image] Dec 05 07:20:41.822 INFO O| Dec 05 07:20:41.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81102024-12-05T07:20:43.089Z[ recovery-image] Dec 05 07:20:41.822 INFO O| Dec 05 07:20:41.822 INFO ok!
81112024-12-05T07:20:43.089Z[ recovery-image] Dec 05 07:20:41.822 INFO O| Dec 05 07:20:41.822 INFO STEP 22 (ensure_symlink) COMPLETE
81122024-12-05T07:20:43.089Z[ recovery-image] Dec 05 07:20:41.822 INFO O| Dec 05 07:20:41.822 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81132024-12-05T07:20:43.098Z[ recovery-image] Dec 05 07:20:41.833 INFO O| Dec 05 07:20:41.833 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81142024-12-05T07:20:43.098Z[ recovery-image] Dec 05 07:20:41.833 INFO O| Dec 05 07:20:41.833 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81152024-12-05T07:20:43.098Z[ recovery-image] Dec 05 07:20:41.833 INFO O| Dec 05 07:20:41.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81162024-12-05T07:20:43.100Z[ recovery-image] Dec 05 07:20:41.833 INFO O| Dec 05 07:20:41.833 INFO ok!
81172024-12-05T07:20:43.100Z[ recovery-image] Dec 05 07:20:41.833 INFO O| Dec 05 07:20:41.833 INFO STEP 23 (ensure_symlink) COMPLETE
81182024-12-05T07:20:43.100Z[ recovery-image] Dec 05 07:20:41.833 INFO O| Dec 05 07:20:41.833 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81192024-12-05T07:20:43.109Z[ recovery-image] Dec 05 07:20:41.844 INFO O| Dec 05 07:20:41.844 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81202024-12-05T07:20:43.109Z[ recovery-image] Dec 05 07:20:41.844 INFO O| Dec 05 07:20:41.844 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 ...
81212024-12-05T07:20:43.111Z[ recovery-image] Dec 05 07:20:41.844 INFO O| Dec 05 07:20:41.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81222024-12-05T07:20:43.111Z[ recovery-image] Dec 05 07:20:41.844 INFO O| Dec 05 07:20:41.844 INFO ok!
81232024-12-05T07:20:43.111Z[ recovery-image] Dec 05 07:20:41.844 INFO O| Dec 05 07:20:41.844 INFO STEP 24 (ensure_file) COMPLETE
81242024-12-05T07:20:43.111Z[ recovery-image] Dec 05 07:20:41.844 INFO O| Dec 05 07:20:41.844 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81252024-12-05T07:20:43.121Z[ recovery-image] Dec 05 07:20:41.857 INFO O| Dec 05 07:20:41.856 INFO updating shadow file
81262024-12-05T07:20:43.124Z[ recovery-image] Dec 05 07:20:41.857 INFO O| Dec 05 07:20:41.857 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81272024-12-05T07:20:43.124Z[ recovery-image] Dec 05 07:20:41.857 INFO O| Dec 05 07:20:41.857 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81282024-12-05T07:20:43.124Z[ recovery-image] Dec 05 07:20:41.857 INFO O| Dec 05 07:20:41.857 INFO STEP 25 (shadow) COMPLETE
81292024-12-05T07:20:43.124Z[ recovery-image] Dec 05 07:20:41.857 INFO O| Dec 05 07:20:41.857 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81302024-12-05T07:20:43.134Z[ recovery-image] Dec 05 07:20:41.869 INFO O| Dec 05 07:20:41.869 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81312024-12-05T07:20:43.134Z[ recovery-image] Dec 05 07:20:41.869 INFO O| Dec 05 07:20:41.869 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81322024-12-05T07:20:43.134Z[ recovery-image] Dec 05 07:20:41.869 INFO O| Dec 05 07:20:41.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81332024-12-05T07:20:43.137Z[ recovery-image] Dec 05 07:20:41.869 INFO O| Dec 05 07:20:41.869 INFO ok!
81342024-12-05T07:20:43.137Z[ recovery-image] Dec 05 07:20:41.869 INFO O| Dec 05 07:20:41.869 INFO STEP 26 (ensure_file) COMPLETE
81352024-12-05T07:20:43.137Z[ recovery-image] Dec 05 07:20:41.869 INFO O| Dec 05 07:20:41.869 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81362024-12-05T07:20:43.145Z[ recovery-image] Dec 05 07:20:41.880 INFO O| Dec 05 07:20:41.880 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81372024-12-05T07:20:43.145Z[ recovery-image] Dec 05 07:20:41.880 INFO O| Dec 05 07:20:41.880 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81382024-12-05T07:20:43.147Z[ recovery-image] Dec 05 07:20:41.880 INFO O| Dec 05 07:20:41.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81392024-12-05T07:20:43.147Z[ recovery-image] Dec 05 07:20:41.880 INFO O| Dec 05 07:20:41.880 INFO ok!
81402024-12-05T07:20:43.147Z[ recovery-image] Dec 05 07:20:41.880 INFO O| Dec 05 07:20:41.880 INFO STEP 27 (ensure_file) COMPLETE
81412024-12-05T07:20:43.147Z[ recovery-image] Dec 05 07:20:41.880 INFO O| Dec 05 07:20:41.880 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81422024-12-05T07:20:43.157Z[ recovery-image] Dec 05 07:20:41.892 INFO O| Dec 05 07:20:41.892 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81432024-12-05T07:20:43.157Z[ recovery-image] Dec 05 07:20:41.892 INFO O| Dec 05 07:20:41.892 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81442024-12-05T07:20:43.161Z[ recovery-image] Dec 05 07:20:41.893 INFO O| Dec 05 07:20:41.893 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81452024-12-05T07:20:43.161Z[ recovery-image] Dec 05 07:20:41.893 INFO O| Dec 05 07:20:41.893 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81462024-12-05T07:20:43.161Z[ recovery-image] Dec 05 07:20:41.893 INFO O| Dec 05 07:20:41.893 INFO ok!
81472024-12-05T07:20:43.161Z[ recovery-image] Dec 05 07:20:41.893 INFO O| Dec 05 07:20:41.893 INFO STEP 28 (ensure_file) COMPLETE
81482024-12-05T07:20:43.161Z[ recovery-image] Dec 05 07:20:41.893 INFO O| Dec 05 07:20:41.893 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81492024-12-05T07:20:43.169Z[ recovery-image] Dec 05 07:20:41.904 INFO O| Dec 05 07:20:41.904 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81502024-12-05T07:20:43.169Z[ recovery-image] Dec 05 07:20:41.904 INFO O| Dec 05 07:20:41.904 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81512024-12-05T07:20:43.171Z[ recovery-image] Dec 05 07:20:41.904 INFO O| Dec 05 07:20:41.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81522024-12-05T07:20:43.171Z[ recovery-image] Dec 05 07:20:41.904 INFO O| Dec 05 07:20:41.904 INFO ok!
81532024-12-05T07:20:43.171Z[ recovery-image] Dec 05 07:20:41.904 INFO O| Dec 05 07:20:41.904 INFO STEP 29 (ensure_file) COMPLETE
81542024-12-05T07:20:43.172Z[ recovery-image] Dec 05 07:20:41.904 INFO O| Dec 05 07:20:41.904 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81552024-12-05T07:20:43.181Z[ recovery-image] Dec 05 07:20:41.916 INFO O| Dec 05 07:20:41.916 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81562024-12-05T07:20:43.181Z[ recovery-image] Dec 05 07:20:41.916 INFO O| Dec 05 07:20:41.916 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81572024-12-05T07:20:43.183Z[ recovery-image] Dec 05 07:20:41.916 INFO O| Dec 05 07:20:41.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81582024-12-05T07:20:43.183Z[ recovery-image] Dec 05 07:20:41.916 INFO O| Dec 05 07:20:41.916 INFO ok!
81592024-12-05T07:20:43.183Z[ recovery-image] Dec 05 07:20:41.916 INFO O| Dec 05 07:20:41.916 INFO STEP 30 (ensure_file) COMPLETE
81602024-12-05T07:20:43.183Z[ recovery-image] Dec 05 07:20:41.916 INFO O| Dec 05 07:20:41.916 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81612024-12-05T07:20:43.193Z[ recovery-image] Dec 05 07:20:41.928 INFO O| Dec 05 07:20:41.928 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81622024-12-05T07:20:43.193Z[ recovery-image] Dec 05 07:20:41.928 INFO O| Dec 05 07:20:41.928 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81632024-12-05T07:20:43.195Z[ recovery-image] Dec 05 07:20:41.928 INFO O| Dec 05 07:20:41.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81642024-12-05T07:20:43.195Z[ recovery-image] Dec 05 07:20:41.928 INFO O| Dec 05 07:20:41.928 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81652024-12-05T07:20:43.195Z[ recovery-image] Dec 05 07:20:41.928 INFO O| Dec 05 07:20:41.928 INFO ok!
81662024-12-05T07:20:43.195Z[ recovery-image] Dec 05 07:20:41.928 INFO O| Dec 05 07:20:41.928 INFO STEP 31 (ensure_file) COMPLETE
81672024-12-05T07:20:43.195Z[ recovery-image] Dec 05 07:20:41.928 INFO O| Dec 05 07:20:41.928 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81682024-12-05T07:20:43.205Z[ recovery-image] Dec 05 07:20:41.940 INFO O| Dec 05 07:20:41.939 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81692024-12-05T07:20:43.205Z[ recovery-image] Dec 05 07:20:41.940 INFO O| Dec 05 07:20:41.940 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81702024-12-05T07:20:43.208Z[ recovery-image] Dec 05 07:20:41.940 INFO O| Dec 05 07:20:41.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81712024-12-05T07:20:43.208Z[ recovery-image] Dec 05 07:20:41.940 INFO O| Dec 05 07:20:41.940 INFO ok!
81722024-12-05T07:20:43.208Z[ recovery-image] Dec 05 07:20:41.940 INFO O| Dec 05 07:20:41.940 INFO STEP 32 (ensure_file) COMPLETE
81732024-12-05T07:20:43.208Z[ recovery-image] Dec 05 07:20:41.940 INFO O| Dec 05 07:20:41.940 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81742024-12-05T07:20:43.217Z[ recovery-image] Dec 05 07:20:41.952 INFO O| Dec 05 07:20:41.952 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81752024-12-05T07:20:43.217Z[ recovery-image] Dec 05 07:20:41.952 INFO O| Dec 05 07:20:41.952 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81762024-12-05T07:20:43.220Z[ recovery-image] Dec 05 07:20:41.952 INFO O| Dec 05 07:20:41.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81772024-12-05T07:20:43.220Z[ recovery-image] Dec 05 07:20:41.952 INFO O| Dec 05 07:20:41.952 INFO ok!
81782024-12-05T07:20:43.220Z[ recovery-image] Dec 05 07:20:41.952 INFO O| Dec 05 07:20:41.952 INFO STEP 33 (ensure_file) COMPLETE
81792024-12-05T07:20:43.220Z[ recovery-image] Dec 05 07:20:41.952 INFO O| Dec 05 07:20:41.952 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81802024-12-05T07:20:43.345Z[ recovery-image] Dec 05 07:20:41.966 INFO O| Dec 05 07:20:41.966 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81812024-12-05T07:20:43.345Z[ recovery-image] Dec 05 07:20:41.966 INFO O| Dec 05 07:20:41.966 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81822024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.966 INFO O| Dec 05 07:20:41.966 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81832024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.966 INFO O| Dec 05 07:20:41.966 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81842024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.966 INFO O| Dec 05 07:20:41.966 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81852024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.966 INFO O| Dec 05 07:20:41.966 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81862024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.966 INFO O| Dec 05 07:20:41.966 INFO ok!
81872024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.966 INFO O| Dec 05 07:20:41.966 INFO STEP 34 (ensure_file) COMPLETE
81882024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.966 INFO O| Dec 05 07:20:41.966 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81892024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.979 INFO O| Dec 05 07:20:41.979 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81902024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.979 INFO O| Dec 05 07:20:41.979 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81912024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.979 INFO O| Dec 05 07:20:41.979 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81922024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.979 INFO O| Dec 05 07:20:41.979 INFO STEP 35 (ensure_dir) COMPLETE
81932024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.979 INFO O| Dec 05 07:20:41.979 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81942024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.993 INFO O| Dec 05 07:20:41.993 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
81952024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.993 INFO O| Dec 05 07:20:41.993 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 ...
81962024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.993 INFO O| Dec 05 07:20:41.993 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
81972024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.993 INFO O| Dec 05 07:20:41.993 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
81982024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.993 INFO O| Dec 05 07:20:41.993 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
81992024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.993 INFO O| Dec 05 07:20:41.993 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
82002024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.993 INFO O| Dec 05 07:20:41.993 INFO ok!
82012024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.993 INFO O| Dec 05 07:20:41.993 INFO STEP 36 (ensure_file) COMPLETE
82022024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:41.993 INFO O| Dec 05 07:20:41.993 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82032024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:42.007 INFO O| Dec 05 07:20:42.007 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82042024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:42.007 INFO O| Dec 05 07:20:42.007 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 ...
82052024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:42.007 INFO O| Dec 05 07:20:42.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82062024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:42.007 INFO O| Dec 05 07:20:42.007 INFO ok!
82072024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:42.007 INFO O| Dec 05 07:20:42.007 INFO STEP 37 (ensure_symlink) COMPLETE
82082024-12-05T07:20:43.349Z[ recovery-image] Dec 05 07:20:42.007 INFO O| Dec 05 07:20:42.007 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82092024-12-05T07:20:43.350Z[ recovery-image] Dec 05 07:20:42.020 INFO O| Dec 05 07:20:42.020 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82102024-12-05T07:20:43.350Z[ recovery-image] Dec 05 07:20:42.020 INFO O| Dec 05 07:20:42.020 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82112024-12-05T07:20:43.350Z[ recovery-image] Dec 05 07:20:42.020 INFO O| Dec 05 07:20:42.020 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82122024-12-05T07:20:43.350Z[ recovery-image] Dec 05 07:20:42.020 INFO O| Dec 05 07:20:42.020 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82132024-12-05T07:20:43.350Z[ recovery-image] Dec 05 07:20:42.020 INFO O| Dec 05 07:20:42.020 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82142024-12-05T07:20:43.350Z[ recovery-image] Dec 05 07:20:42.020 INFO O| Dec 05 07:20:42.020 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82152024-12-05T07:20:43.350Z[ recovery-image] Dec 05 07:20:42.021 INFO O| Dec 05 07:20:42.020 INFO ok!
82162024-12-05T07:20:43.350Z[ recovery-image] Dec 05 07:20:42.021 INFO O| Dec 05 07:20:42.021 INFO STEP 38 (ensure_file) COMPLETE
82172024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.021 INFO O| Dec 05 07:20:42.021 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82182024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.034 INFO O| Dec 05 07:20:42.034 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82192024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.034 INFO O| Dec 05 07:20:42.034 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 ...
82202024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.034 INFO O| Dec 05 07:20:42.034 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
82212024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.034 INFO O| Dec 05 07:20:42.034 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82222024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.034 INFO O| Dec 05 07:20:42.034 INFO ok!
82232024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.034 INFO O| Dec 05 07:20:42.034 INFO STEP 39 (ensure_file) COMPLETE
82242024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.034 INFO O| Dec 05 07:20:42.034 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82252024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.046 INFO O| Dec 05 07:20:42.046 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82262024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.046 INFO O| Dec 05 07:20:42.046 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82272024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.046 INFO O| Dec 05 07:20:42.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82282024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.046 INFO O| Dec 05 07:20:42.046 INFO ok!
82292024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.046 INFO O| Dec 05 07:20:42.046 INFO STEP 40 (ensure_file) COMPLETE
82302024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.046 INFO O| Dec 05 07:20:42.046 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82312024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.058 INFO O| Dec 05 07:20:42.058 INFO updating shadow file
82322024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.058 INFO O| Dec 05 07:20:42.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82332024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.058 INFO O| Dec 05 07:20:42.058 INFO STEP 41 (shadow) COMPLETE
82342024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.058 INFO O| Dec 05 07:20:42.058 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82352024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.071 INFO O| Dec 05 07:20:42.071 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82362024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.071 INFO O| Dec 05 07:20:42.071 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82372024-12-05T07:20:43.351Z[ recovery-image] Dec 05 07:20:42.071 INFO O| Dec 05 07:20:42.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82382024-12-05T07:20:43.352Z[ recovery-image] Dec 05 07:20:42.071 INFO O| Dec 05 07:20:42.071 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82392024-12-05T07:20:43.352Z[ recovery-image] Dec 05 07:20:42.071 INFO O| Dec 05 07:20:42.071 INFO ok!
82402024-12-05T07:20:43.352Z[ recovery-image] Dec 05 07:20:42.071 INFO O| Dec 05 07:20:42.071 INFO STEP 42 (ensure_file) COMPLETE
82412024-12-05T07:20:43.352Z[ recovery-image] Dec 05 07:20:42.071 INFO O| Dec 05 07:20:42.071 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82422024-12-05T07:20:43.352Z[ recovery-image] Dec 05 07:20:42.083 INFO O| Dec 05 07:20:42.083 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82432024-12-05T07:20:43.352Z[ recovery-image] Dec 05 07:20:42.083 INFO O| Dec 05 07:20:42.083 INFO STEP 43 (ensure_dir) COMPLETE
82442024-12-05T07:20:43.352Z[ recovery-image] Dec 05 07:20:42.083 INFO O| Dec 05 07:20:42.083 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82452024-12-05T07:20:43.358Z[ recovery-image] Dec 05 07:20:42.094 INFO O| Dec 05 07:20:42.094 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82462024-12-05T07:20:43.358Z[ recovery-image] Dec 05 07:20:42.094 INFO O| Dec 05 07:20:42.094 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82472024-12-05T07:20:43.361Z[ recovery-image] Dec 05 07:20:42.094 INFO O| Dec 05 07:20:42.094 INFO STEP 44 (ensure_dir) COMPLETE
82482024-12-05T07:20:43.361Z[ recovery-image] Dec 05 07:20:42.094 INFO O| Dec 05 07:20:42.094 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82492024-12-05T07:20:43.369Z[ recovery-image] Dec 05 07:20:42.105 INFO O| Dec 05 07:20:42.105 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82502024-12-05T07:20:43.369Z[ recovery-image] Dec 05 07:20:42.105 INFO O| Dec 05 07:20:42.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82512024-12-05T07:20:43.372Z[ recovery-image] Dec 05 07:20:42.105 INFO O| Dec 05 07:20:42.105 INFO STEP 45 (ensure_dir) COMPLETE
82522024-12-05T07:20:43.372Z[ recovery-image] Dec 05 07:20:42.105 INFO O| Dec 05 07:20:42.105 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82532024-12-05T07:20:43.381Z[ recovery-image] Dec 05 07:20:42.116 INFO O| Dec 05 07:20:42.116 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82542024-12-05T07:20:43.381Z[ recovery-image] Dec 05 07:20:42.116 INFO O| Dec 05 07:20:42.116 INFO copying /tmp/.tmpdsfWzO/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82552024-12-05T07:20:43.412Z[ recovery-image] Dec 05 07:20:42.148 INFO O| Dec 05 07:20:42.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82562024-12-05T07:20:43.412Z[ recovery-image] Dec 05 07:20:42.148 INFO O| Dec 05 07:20:42.148 INFO ok!
82572024-12-05T07:20:43.414Z[ recovery-image] Dec 05 07:20:42.148 INFO O| Dec 05 07:20:42.148 INFO STEP 46 (ensure_file) COMPLETE
82582024-12-05T07:20:43.415Z[ recovery-image] Dec 05 07:20:42.148 INFO O| Dec 05 07:20:42.148 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82592024-12-05T07:20:43.425Z[ recovery-image] Dec 05 07:20:42.160 INFO O| Dec 05 07:20:42.160 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82602024-12-05T07:20:43.425Z[ recovery-image] Dec 05 07:20:42.160 INFO O| Dec 05 07:20:42.160 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82612024-12-05T07:20:43.427Z[ recovery-image] Dec 05 07:20:42.160 INFO O| Dec 05 07:20:42.160 INFO STEP 47 (ensure_dir) COMPLETE
82622024-12-05T07:20:43.427Z[ recovery-image] Dec 05 07:20:42.160 INFO O| Dec 05 07:20:42.160 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82632024-12-05T07:20:43.438Z[ recovery-image] Dec 05 07:20:42.174 INFO O| Dec 05 07:20:42.174 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82642024-12-05T07:20:43.438Z[ recovery-image] Dec 05 07:20:42.174 INFO O| Dec 05 07:20:42.174 INFO copying /tmp/.tmpdsfWzO/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82652024-12-05T07:20:43.441Z[ recovery-image] Dec 05 07:20:42.174 INFO O| Dec 05 07:20:42.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82662024-12-05T07:20:43.441Z[ recovery-image] Dec 05 07:20:42.174 INFO O| Dec 05 07:20:42.174 INFO ok!
82672024-12-05T07:20:43.441Z[ recovery-image] Dec 05 07:20:42.174 INFO O| Dec 05 07:20:42.174 INFO STEP 48 (ensure_file) COMPLETE
82682024-12-05T07:20:43.441Z[ recovery-image] Dec 05 07:20:42.174 INFO O| Dec 05 07:20:42.174 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82692024-12-05T07:20:43.449Z[ recovery-image] Dec 05 07:20:42.185 INFO O| Dec 05 07:20:42.185 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82702024-12-05T07:20:43.450Z[ recovery-image] Dec 05 07:20:42.185 INFO O| Dec 05 07:20:42.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82712024-12-05T07:20:43.450Z[ recovery-image] Dec 05 07:20:42.185 INFO O| Dec 05 07:20:42.185 INFO STEP 49 (ensure_dir) COMPLETE
82722024-12-05T07:20:43.450Z[ recovery-image] Dec 05 07:20:42.185 INFO O| Dec 05 07:20:42.185 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82732024-12-05T07:20:43.466Z[ recovery-image] Dec 05 07:20:42.201 INFO O| Dec 05 07:20:42.201 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82742024-12-05T07:20:43.466Z[ recovery-image] Dec 05 07:20:42.201 INFO O| Dec 05 07:20:42.201 INFO copying /tmp/.tmpdsfWzO/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82752024-12-05T07:20:43.482Z[ recovery-image] Dec 05 07:20:42.217 INFO O| Dec 05 07:20:42.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82762024-12-05T07:20:43.482Z[ recovery-image] Dec 05 07:20:42.217 INFO O| Dec 05 07:20:42.217 INFO ok!
82772024-12-05T07:20:43.484Z[ recovery-image] Dec 05 07:20:42.217 INFO O| Dec 05 07:20:42.217 INFO STEP 50 (ensure_file) COMPLETE
82782024-12-05T07:20:43.484Z[ recovery-image] Dec 05 07:20:42.217 INFO O| Dec 05 07:20:42.217 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82792024-12-05T07:20:43.499Z[ recovery-image] Dec 05 07:20:42.234 INFO O| Dec 05 07:20:42.234 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82802024-12-05T07:20:43.499Z[ recovery-image] Dec 05 07:20:42.234 INFO O| Dec 05 07:20:42.234 INFO copying /tmp/.tmpdsfWzO/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82812024-12-05T07:20:44.135Z[ recovery-image] Dec 05 07:20:42.870 INFO O| Dec 05 07:20:42.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82822024-12-05T07:20:44.135Z[ recovery-image] Dec 05 07:20:42.870 INFO O| Dec 05 07:20:42.870 INFO ok!
82832024-12-05T07:20:44.137Z[ recovery-image] Dec 05 07:20:42.870 INFO O| Dec 05 07:20:42.870 INFO STEP 51 (ensure_file) COMPLETE
82842024-12-05T07:20:44.137Z[ recovery-image] Dec 05 07:20:42.870 INFO O| Dec 05 07:20:42.870 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82852024-12-05T07:20:44.149Z[ recovery-image] Dec 05 07:20:42.884 INFO O| Dec 05 07:20:42.884 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82862024-12-05T07:20:44.149Z[ recovery-image] Dec 05 07:20:42.884 INFO O| Dec 05 07:20:42.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82872024-12-05T07:20:44.149Z[ recovery-image] Dec 05 07:20:42.884 INFO O| Dec 05 07:20:42.884 INFO STEP 52 (ensure_dir) COMPLETE
82882024-12-05T07:20:44.151Z[ recovery-image] Dec 05 07:20:42.884 INFO O| Dec 05 07:20:42.884 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82892024-12-05T07:20:44.163Z[ recovery-image] Dec 05 07:20:42.898 INFO O| Dec 05 07:20:42.898 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82902024-12-05T07:20:44.163Z[ recovery-image] Dec 05 07:20:42.898 INFO O| Dec 05 07:20:42.898 INFO copying /tmp/.tmpdsfWzO/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 ...
82912024-12-05T07:20:44.165Z[ recovery-image] Dec 05 07:20:42.898 INFO O| Dec 05 07:20:42.898 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
82922024-12-05T07:20:44.165Z[ recovery-image] Dec 05 07:20:42.898 INFO O| Dec 05 07:20:42.898 INFO ok!
82932024-12-05T07:20:44.165Z[ recovery-image] Dec 05 07:20:42.898 INFO O| Dec 05 07:20:42.898 INFO STEP 53 (ensure_file) COMPLETE
82942024-12-05T07:20:44.165Z[ recovery-image] Dec 05 07:20:42.898 INFO O| Dec 05 07:20:42.898 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82952024-12-05T07:20:44.176Z[ recovery-image] Dec 05 07:20:42.911 INFO O| Dec 05 07:20:42.911 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82962024-12-05T07:20:44.176Z[ recovery-image] Dec 05 07:20:42.911 INFO O| Dec 05 07:20:42.911 INFO copying /tmp/.tmpdsfWzO/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 ...
82972024-12-05T07:20:44.179Z[ recovery-image] Dec 05 07:20:42.911 INFO O| Dec 05 07:20:42.911 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
82982024-12-05T07:20:44.179Z[ recovery-image] Dec 05 07:20:42.911 INFO O| Dec 05 07:20:42.911 INFO ok!
82992024-12-05T07:20:44.179Z[ recovery-image] Dec 05 07:20:42.911 INFO O| Dec 05 07:20:42.911 INFO STEP 54 (ensure_file) COMPLETE
83002024-12-05T07:20:44.180Z[ recovery-image] Dec 05 07:20:42.911 INFO O| Dec 05 07:20:42.911 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83012024-12-05T07:20:44.189Z[ recovery-image] Dec 05 07:20:42.924 INFO O| Dec 05 07:20:42.924 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83022024-12-05T07:20:44.189Z[ recovery-image] Dec 05 07:20:42.924 INFO O| Dec 05 07:20:42.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83032024-12-05T07:20:44.192Z[ recovery-image] Dec 05 07:20:42.924 INFO O| Dec 05 07:20:42.924 INFO STEP 55 (ensure_dir) COMPLETE
83042024-12-05T07:20:44.192Z[ recovery-image] Dec 05 07:20:42.924 INFO O| Dec 05 07:20:42.924 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052024-12-05T07:20:44.202Z[ recovery-image] Dec 05 07:20:42.937 INFO O| Dec 05 07:20:42.937 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83062024-12-05T07:20:44.202Z[ recovery-image] Dec 05 07:20:42.937 INFO O| Dec 05 07:20:42.937 INFO copying /tmp/.tmpdsfWzO/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 ...
83072024-12-05T07:20:44.202Z[ recovery-image] Dec 05 07:20:42.937 INFO O| Dec 05 07:20:42.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83082024-12-05T07:20:44.204Z[ recovery-image] Dec 05 07:20:42.937 INFO O| Dec 05 07:20:42.937 INFO ok!
83092024-12-05T07:20:44.204Z[ recovery-image] Dec 05 07:20:42.937 INFO O| Dec 05 07:20:42.937 INFO STEP 56 (ensure_file) COMPLETE
83102024-12-05T07:20:44.204Z[ recovery-image] Dec 05 07:20:42.937 INFO O| Dec 05 07:20:42.937 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112024-12-05T07:20:44.214Z[ recovery-image] Dec 05 07:20:42.950 INFO O| Dec 05 07:20:42.949 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83122024-12-05T07:20:44.214Z[ recovery-image] Dec 05 07:20:42.950 INFO O| Dec 05 07:20:42.950 INFO copying /tmp/.tmpdsfWzO/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 ...
83132024-12-05T07:20:44.217Z[ recovery-image] Dec 05 07:20:42.950 INFO O| Dec 05 07:20:42.950 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
83142024-12-05T07:20:44.217Z[ recovery-image] Dec 05 07:20:42.950 INFO O| Dec 05 07:20:42.950 INFO ok!
83152024-12-05T07:20:44.217Z[ recovery-image] Dec 05 07:20:42.950 INFO O| Dec 05 07:20:42.950 INFO STEP 57 (ensure_file) COMPLETE
83162024-12-05T07:20:44.217Z[ recovery-image] Dec 05 07:20:42.950 INFO O| Dec 05 07:20:42.950 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83172024-12-05T07:20:44.227Z[ recovery-image] Dec 05 07:20:42.962 INFO O| Dec 05 07:20:42.962 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83182024-12-05T07:20:44.227Z[ recovery-image] Dec 05 07:20:42.962 INFO O| Dec 05 07:20:42.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83192024-12-05T07:20:44.227Z[ recovery-image] Dec 05 07:20:42.962 INFO O| Dec 05 07:20:42.962 INFO STEP 58 (ensure_dir) COMPLETE
83202024-12-05T07:20:44.229Z[ recovery-image] Dec 05 07:20:42.962 INFO O| Dec 05 07:20:42.962 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83212024-12-05T07:20:44.239Z[ recovery-image] Dec 05 07:20:42.974 INFO O| Dec 05 07:20:42.974 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83222024-12-05T07:20:44.239Z[ recovery-image] Dec 05 07:20:42.974 INFO O| Dec 05 07:20:42.974 INFO copying /tmp/.tmpdsfWzO/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 ...
83232024-12-05T07:20:44.241Z[ recovery-image] Dec 05 07:20:42.974 INFO O| Dec 05 07:20:42.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83242024-12-05T07:20:44.241Z[ recovery-image] Dec 05 07:20:42.974 INFO O| Dec 05 07:20:42.974 INFO ok!
83252024-12-05T07:20:44.241Z[ recovery-image] Dec 05 07:20:42.974 INFO O| Dec 05 07:20:42.974 INFO STEP 59 (ensure_file) COMPLETE
83262024-12-05T07:20:44.241Z[ recovery-image] Dec 05 07:20:42.974 INFO O| Dec 05 07:20:42.974 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83272024-12-05T07:20:44.251Z[ recovery-image] Dec 05 07:20:42.986 INFO O| Dec 05 07:20:42.986 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83282024-12-05T07:20:44.251Z[ recovery-image] Dec 05 07:20:42.986 INFO O| Dec 05 07:20:42.986 INFO copying /tmp/.tmpdsfWzO/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83292024-12-05T07:20:44.254Z[ recovery-image] Dec 05 07:20:42.986 INFO O| Dec 05 07:20:42.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83302024-12-05T07:20:44.254Z[ recovery-image] Dec 05 07:20:42.986 INFO O| Dec 05 07:20:42.986 INFO ok!
83312024-12-05T07:20:44.254Z[ recovery-image] Dec 05 07:20:42.986 INFO O| Dec 05 07:20:42.986 INFO STEP 60 (ensure_file) COMPLETE
83322024-12-05T07:20:44.254Z[ recovery-image] Dec 05 07:20:42.986 INFO O| Dec 05 07:20:42.986 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83332024-12-05T07:20:44.262Z[ recovery-image] Dec 05 07:20:42.997 INFO O| Dec 05 07:20:42.997 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83342024-12-05T07:20:44.265Z[ recovery-image] Dec 05 07:20:42.998 INFO O| Dec 05 07:20:42.997 INFO STEP 61 (ensure_dir) COMPLETE
83352024-12-05T07:20:44.265Z[ recovery-image] Dec 05 07:20:42.998 INFO O| Dec 05 07:20:42.997 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362024-12-05T07:20:44.275Z[ recovery-image] Dec 05 07:20:43.010 INFO O| Dec 05 07:20:43.010 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83372024-12-05T07:20:44.275Z[ recovery-image] Dec 05 07:20:43.010 INFO O| Dec 05 07:20:43.010 INFO STEP 62 (ensure_dir) COMPLETE
83382024-12-05T07:20:44.277Z[ recovery-image] Dec 05 07:20:43.010 INFO O| Dec 05 07:20:43.010 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83392024-12-05T07:20:44.287Z[ recovery-image] Dec 05 07:20:43.022 INFO O| Dec 05 07:20:43.022 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83402024-12-05T07:20:44.287Z[ recovery-image] Dec 05 07:20:43.022 INFO O| Dec 05 07:20:43.022 INFO STEP 63 (ensure_dir) COMPLETE
83412024-12-05T07:20:44.287Z[ recovery-image] Dec 05 07:20:43.022 INFO O| Dec 05 07:20:43.022 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83422024-12-05T07:20:44.299Z[ recovery-image] Dec 05 07:20:43.034 INFO O| Dec 05 07:20:43.034 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83432024-12-05T07:20:44.299Z[ recovery-image] Dec 05 07:20:43.034 INFO O| Dec 05 07:20:43.034 INFO STEP 64 (ensure_dir) COMPLETE
83442024-12-05T07:20:44.302Z[ recovery-image] Dec 05 07:20:43.034 INFO O| Dec 05 07:20:43.034 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83452024-12-05T07:20:44.311Z[ recovery-image] Dec 05 07:20:43.046 INFO O| Dec 05 07:20:43.046 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83462024-12-05T07:20:44.311Z[ recovery-image] Dec 05 07:20:43.046 INFO O| Dec 05 07:20:43.046 INFO copying /tmp/.tmpdsfWzO/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83472024-12-05T07:20:44.313Z[ recovery-image] Dec 05 07:20:43.046 INFO O| Dec 05 07:20:43.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83482024-12-05T07:20:44.313Z[ recovery-image] Dec 05 07:20:43.046 INFO O| Dec 05 07:20:43.046 INFO ok!
83492024-12-05T07:20:44.313Z[ recovery-image] Dec 05 07:20:43.046 INFO O| Dec 05 07:20:43.046 INFO STEP 65 (ensure_file) COMPLETE
83502024-12-05T07:20:44.313Z[ recovery-image] Dec 05 07:20:43.046 INFO O| Dec 05 07:20:43.046 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83512024-12-05T07:20:44.323Z[ recovery-image] Dec 05 07:20:43.058 INFO O| Dec 05 07:20:43.058 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83522024-12-05T07:20:44.325Z[ recovery-image] Dec 05 07:20:43.059 INFO O| Dec 05 07:20:43.059 INFO STEP 66 (remove_files) COMPLETE
83532024-12-05T07:20:44.325Z[ recovery-image] Dec 05 07:20:43.059 INFO O| Dec 05 07:20:43.059 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83542024-12-05T07:20:44.335Z[ recovery-image] Dec 05 07:20:43.071 INFO O| Dec 05 07:20:43.070 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83552024-12-05T07:20:44.338Z[ recovery-image] Dec 05 07:20:43.071 INFO O| Dec 05 07:20:43.071 INFO STEP 67 (remove_files) COMPLETE
83562024-12-05T07:20:44.338Z[ recovery-image] Dec 05 07:20:43.071 INFO O| Dec 05 07:20:43.071 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83572024-12-05T07:20:44.348Z[ recovery-image] Dec 05 07:20:43.083 INFO O| Dec 05 07:20:43.083 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83582024-12-05T07:20:44.348Z[ recovery-image] Dec 05 07:20:43.083 INFO O| Dec 05 07:20:43.083 INFO STEP 68 (remove_files) COMPLETE
83592024-12-05T07:20:44.350Z[ recovery-image] Dec 05 07:20:43.083 INFO O| Dec 05 07:20:43.083 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83602024-12-05T07:20:44.360Z[ recovery-image] Dec 05 07:20:43.095 INFO O| Dec 05 07:20:43.095 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83612024-12-05T07:20:44.363Z[ recovery-image] Dec 05 07:20:43.095 INFO O| Dec 05 07:20:43.095 INFO STEP 69 (remove_files) COMPLETE
83622024-12-05T07:20:44.363Z[ recovery-image] Dec 05 07:20:43.095 INFO O| Dec 05 07:20:43.095 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83632024-12-05T07:20:44.373Z[ recovery-image] Dec 05 07:20:43.108 INFO O| Dec 05 07:20:43.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83642024-12-05T07:20:44.373Z[ recovery-image] Dec 05 07:20:43.108 INFO O| Dec 05 07:20:43.108 INFO STEP 70 (remove_files) COMPLETE
83652024-12-05T07:20:44.375Z[ recovery-image] Dec 05 07:20:43.108 INFO O| Dec 05 07:20:43.108 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83662024-12-05T07:20:44.386Z[ recovery-image] Dec 05 07:20:43.121 INFO O| Dec 05 07:20:43.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83672024-12-05T07:20:44.386Z[ recovery-image] Dec 05 07:20:43.121 INFO O| Dec 05 07:20:43.121 INFO STEP 71 (remove_files) COMPLETE
83682024-12-05T07:20:44.388Z[ recovery-image] Dec 05 07:20:43.121 INFO O| Dec 05 07:20:43.121 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83692024-12-05T07:20:44.399Z[ recovery-image] Dec 05 07:20:43.135 INFO O| Dec 05 07:20:43.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83702024-12-05T07:20:44.400Z[ recovery-image] Dec 05 07:20:43.135 INFO O| Dec 05 07:20:43.135 INFO STEP 72 (remove_files) COMPLETE
83712024-12-05T07:20:44.400Z[ recovery-image] Dec 05 07:20:43.135 INFO O| Dec 05 07:20:43.135 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83722024-12-05T07:20:44.413Z[ recovery-image] Dec 05 07:20:43.148 INFO O| Dec 05 07:20:43.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83732024-12-05T07:20:44.413Z[ recovery-image] Dec 05 07:20:43.148 INFO O| Dec 05 07:20:43.148 INFO STEP 73 (remove_files) COMPLETE
83742024-12-05T07:20:44.413Z[ recovery-image] Dec 05 07:20:43.148 INFO O| Dec 05 07:20:43.148 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83752024-12-05T07:20:44.428Z[ recovery-image] Dec 05 07:20:43.163 INFO O| Dec 05 07:20:43.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83762024-12-05T07:20:44.428Z[ recovery-image] Dec 05 07:20:43.163 INFO O| Dec 05 07:20:43.163 INFO STEP 74 (remove_files) COMPLETE
83772024-12-05T07:20:44.428Z[ recovery-image] Dec 05 07:20:43.163 INFO O| Dec 05 07:20:43.163 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782024-12-05T07:20:44.441Z[ recovery-image] Dec 05 07:20:43.176 INFO O| Dec 05 07:20:43.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83792024-12-05T07:20:44.441Z[ recovery-image] Dec 05 07:20:43.177 INFO O| Dec 05 07:20:43.176 INFO STEP 75 (remove_files) COMPLETE
83802024-12-05T07:20:44.443Z[ recovery-image] Dec 05 07:20:43.177 INFO O| Dec 05 07:20:43.177 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83812024-12-05T07:20:44.454Z[ recovery-image] Dec 05 07:20:43.189 INFO O| Dec 05 07:20:43.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83822024-12-05T07:20:44.454Z[ recovery-image] Dec 05 07:20:43.189 INFO O| Dec 05 07:20:43.189 INFO STEP 76 (remove_files) COMPLETE
83832024-12-05T07:20:44.454Z[ recovery-image] Dec 05 07:20:43.189 INFO O| Dec 05 07:20:43.189 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83842024-12-05T07:20:44.467Z[ recovery-image] Dec 05 07:20:43.202 INFO O| Dec 05 07:20:43.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83852024-12-05T07:20:44.467Z[ recovery-image] Dec 05 07:20:43.203 INFO O| Dec 05 07:20:43.202 INFO STEP 77 (remove_files) COMPLETE
83862024-12-05T07:20:44.470Z[ recovery-image] Dec 05 07:20:43.203 INFO O| Dec 05 07:20:43.203 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83872024-12-05T07:20:44.480Z[ recovery-image] Dec 05 07:20:43.215 INFO O| Dec 05 07:20:43.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83882024-12-05T07:20:44.480Z[ recovery-image] Dec 05 07:20:43.215 INFO O| Dec 05 07:20:43.215 INFO STEP 78 (remove_files) COMPLETE
83892024-12-05T07:20:44.482Z[ recovery-image] Dec 05 07:20:43.215 INFO O| Dec 05 07:20:43.215 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83902024-12-05T07:20:44.493Z[ recovery-image] Dec 05 07:20:43.228 INFO O| Dec 05 07:20:43.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83912024-12-05T07:20:44.493Z[ recovery-image] Dec 05 07:20:43.228 INFO O| Dec 05 07:20:43.228 INFO STEP 79 (remove_files) COMPLETE
83922024-12-05T07:20:44.493Z[ recovery-image] Dec 05 07:20:43.228 INFO O| Dec 05 07:20:43.228 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83932024-12-05T07:20:44.505Z[ recovery-image] Dec 05 07:20:43.240 INFO O| Dec 05 07:20:43.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83942024-12-05T07:20:44.505Z[ recovery-image] Dec 05 07:20:43.240 INFO O| Dec 05 07:20:43.240 INFO STEP 80 (remove_files) COMPLETE
83952024-12-05T07:20:44.507Z[ recovery-image] Dec 05 07:20:43.240 INFO O| Dec 05 07:20:43.240 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83962024-12-05T07:20:44.516Z[ recovery-image] Dec 05 07:20:43.251 INFO O| Dec 05 07:20:43.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83972024-12-05T07:20:44.516Z[ recovery-image] Dec 05 07:20:43.252 INFO O| Dec 05 07:20:43.252 INFO STEP 81 (remove_files) COMPLETE
83982024-12-05T07:20:44.516Z[ recovery-image] Dec 05 07:20:43.252 INFO O| Dec 05 07:20:43.252 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83992024-12-05T07:20:44.529Z[ recovery-image] Dec 05 07:20:43.264 INFO O| Dec 05 07:20:43.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84002024-12-05T07:20:44.529Z[ recovery-image] Dec 05 07:20:43.264 INFO O| Dec 05 07:20:43.264 INFO STEP 82 (remove_files) COMPLETE
84012024-12-05T07:20:44.529Z[ recovery-image] Dec 05 07:20:43.264 INFO O| Dec 05 07:20:43.264 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84022024-12-05T07:20:44.540Z[ recovery-image] Dec 05 07:20:43.275 INFO O| Dec 05 07:20:43.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84032024-12-05T07:20:44.540Z[ recovery-image] Dec 05 07:20:43.275 INFO O| Dec 05 07:20:43.275 INFO STEP 83 (remove_files) COMPLETE
84042024-12-05T07:20:44.540Z[ recovery-image] Dec 05 07:20:43.275 INFO O| Dec 05 07:20:43.275 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84052024-12-05T07:20:44.552Z[ recovery-image] Dec 05 07:20:43.287 INFO O| Dec 05 07:20:43.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84062024-12-05T07:20:44.552Z[ recovery-image] Dec 05 07:20:43.287 INFO O| Dec 05 07:20:43.287 INFO STEP 84 (remove_files) COMPLETE
84072024-12-05T07:20:44.552Z[ recovery-image] Dec 05 07:20:43.287 INFO O| Dec 05 07:20:43.287 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84082024-12-05T07:20:44.563Z[ recovery-image] Dec 05 07:20:43.298 INFO O| Dec 05 07:20:43.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84092024-12-05T07:20:44.563Z[ recovery-image] Dec 05 07:20:43.298 INFO O| Dec 05 07:20:43.298 INFO STEP 85 (remove_files) COMPLETE
84102024-12-05T07:20:44.565Z[ recovery-image] Dec 05 07:20:43.298 INFO O| Dec 05 07:20:43.298 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84112024-12-05T07:20:44.574Z[ recovery-image] Dec 05 07:20:43.309 INFO O| Dec 05 07:20:43.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84122024-12-05T07:20:44.574Z[ recovery-image] Dec 05 07:20:43.310 INFO O| Dec 05 07:20:43.310 INFO STEP 86 (remove_files) COMPLETE
84132024-12-05T07:20:44.574Z[ recovery-image] Dec 05 07:20:43.310 INFO O| Dec 05 07:20:43.310 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84142024-12-05T07:20:44.585Z[ recovery-image] Dec 05 07:20:43.320 INFO O| Dec 05 07:20:43.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84152024-12-05T07:20:44.585Z[ recovery-image] Dec 05 07:20:43.320 INFO O| Dec 05 07:20:43.320 INFO STEP 87 (remove_files) COMPLETE
84162024-12-05T07:20:44.585Z[ recovery-image] Dec 05 07:20:43.321 INFO O| Dec 05 07:20:43.320 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84172024-12-05T07:20:44.596Z[ recovery-image] Dec 05 07:20:43.331 INFO O| Dec 05 07:20:43.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84182024-12-05T07:20:44.596Z[ recovery-image] Dec 05 07:20:43.332 INFO O| Dec 05 07:20:43.331 INFO STEP 88 (remove_files) COMPLETE
84192024-12-05T07:20:44.596Z[ recovery-image] Dec 05 07:20:43.332 INFO O| Dec 05 07:20:43.332 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84202024-12-05T07:20:44.607Z[ recovery-image] Dec 05 07:20:43.343 INFO O| Dec 05 07:20:43.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84212024-12-05T07:20:44.607Z[ recovery-image] Dec 05 07:20:43.343 INFO O| Dec 05 07:20:43.343 INFO STEP 89 (remove_files) COMPLETE
84222024-12-05T07:20:44.610Z[ recovery-image] Dec 05 07:20:43.343 INFO O| Dec 05 07:20:43.343 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84232024-12-05T07:20:44.619Z[ recovery-image] Dec 05 07:20:43.354 INFO O| Dec 05 07:20:43.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84242024-12-05T07:20:44.619Z[ recovery-image] Dec 05 07:20:43.354 INFO O| Dec 05 07:20:43.354 INFO STEP 90 (remove_files) COMPLETE
84252024-12-05T07:20:44.619Z[ recovery-image] Dec 05 07:20:43.354 INFO O| Dec 05 07:20:43.354 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84262024-12-05T07:20:44.630Z[ recovery-image] Dec 05 07:20:43.365 INFO O| Dec 05 07:20:43.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84272024-12-05T07:20:44.630Z[ recovery-image] Dec 05 07:20:43.365 INFO O| Dec 05 07:20:43.365 INFO STEP 91 (remove_files) COMPLETE
84282024-12-05T07:20:44.632Z[ recovery-image] Dec 05 07:20:43.365 INFO O| Dec 05 07:20:43.365 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84292024-12-05T07:20:44.641Z[ recovery-image] Dec 05 07:20:43.376 INFO O| Dec 05 07:20:43.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84302024-12-05T07:20:44.641Z[ recovery-image] Dec 05 07:20:43.376 INFO O| Dec 05 07:20:43.376 INFO STEP 92 (remove_files) COMPLETE
84312024-12-05T07:20:44.643Z[ recovery-image] Dec 05 07:20:43.376 INFO O| Dec 05 07:20:43.376 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84322024-12-05T07:20:44.653Z[ recovery-image] Dec 05 07:20:43.388 INFO O| Dec 05 07:20:43.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84332024-12-05T07:20:44.653Z[ recovery-image] Dec 05 07:20:43.388 INFO O| Dec 05 07:20:43.388 INFO STEP 93 (remove_files) COMPLETE
84342024-12-05T07:20:44.653Z[ recovery-image] Dec 05 07:20:43.388 INFO O| Dec 05 07:20:43.388 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84352024-12-05T07:20:44.665Z[ recovery-image] Dec 05 07:20:43.400 INFO O| Dec 05 07:20:43.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84362024-12-05T07:20:44.665Z[ recovery-image] Dec 05 07:20:43.400 INFO O| Dec 05 07:20:43.400 INFO STEP 94 (remove_files) COMPLETE
84372024-12-05T07:20:44.668Z[ recovery-image] Dec 05 07:20:43.400 INFO O| Dec 05 07:20:43.400 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84382024-12-05T07:20:44.681Z[ recovery-image] Dec 05 07:20:43.416 INFO O| Dec 05 07:20:43.416 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84392024-12-05T07:20:44.684Z[ recovery-image] Dec 05 07:20:43.416 INFO O| Dec 05 07:20:43.416 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84402024-12-05T07:20:52.853Z[ recovery-image] Dec 05 07:20:51.587 INFO O| Dec 05 07:20:51.587 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
84412024-12-05T07:20:52.853Z[ recovery-image] Dec 05 07:20:51.587 INFO O| Dec 05 07:20:51.587 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84422024-12-05T07:20:52.868Z[ recovery-image] Dec 05 07:20:51.601 INFO O| Dec 05 07:20:51.601 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84432024-12-05T07:20:52.946Z[ recovery-image] Dec 05 07:20:51.679 INFO O| Dec 05 07:20:51.679 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84442024-12-05T07:20:52.946Z[ recovery-image] Dec 05 07:20:51.680 INFO O| Dec 05 07:20:51.679 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 ...
84452024-12-05T07:20:52.949Z[ recovery-image] Dec 05 07:20:51.681 INFO O| Dec 05 07:20:51.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84462024-12-05T07:20:52.949Z[ recovery-image] Dec 05 07:20:51.681 INFO O| Dec 05 07:20:51.681 INFO ok!
84472024-12-05T07:20:52.949Z[ recovery-image] Dec 05 07:20:51.681 INFO O| Dec 05 07:20:51.681 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84482024-12-05T07:20:52.949Z[ recovery-image] Dec 05 07:20:51.681 INFO O| Dec 05 07:20:51.681 INFO STEP 95 (seed_smf) COMPLETE
84492024-12-05T07:20:52.949Z[ recovery-image] Dec 05 07:20:51.681 INFO O| Dec 05 07:20:51.681 INFO steps complete; finalising image!
84502024-12-05T07:20:52.949Z[ recovery-image] Dec 05 07:20:51.681 INFO O| Dec 05 07:20:51.681 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84512024-12-05T07:20:52.982Z[ recovery-image] Dec 05 07:20:51.716 INFO O| Dec 05 07:20:51.716 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Dec 5 07:20:51 2024)
84522024-12-05T07:20:53.189Z[ recovery-image] Dec 05 07:20:51.923 INFO O| Dec 05 07:20:51.922 INFO trim TEMPORARY-gimlet-zfs-recovery: (61% trimmed, started at Thu Dec 5 07:20:51 2024)
84532024-12-05T07:20:53.411Z[ recovery-image] Dec 05 07:20:52.145 INFO O| Dec 05 07:20:52.145 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio
84542024-12-05T07:20:53.411Z[ recovery-image] Dec 05 07:20:52.145 INFO O| Dec 05 07:20:52.145 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84552024-12-05T07:20:53.657Z[ recovery-image] Dec 05 07:20:52.391 INFO O| Dec 05 07:20:52.391 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
84562024-12-05T07:20:53.657Z[ recovery-image] Dec 05 07:20:52.391 INFO O| Dec 05 07:20:52.391 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84572024-12-05T07:20:56.771Z[ recovery-image] Dec 05 07:20:55.504 INFO O| Dec 05 07:20:55.504 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84582024-12-05T07:20:56.771Z[ recovery-image] Dec 05 07:20:55.504 INFO O| Dec 05 07:20:55.504 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84592024-12-05T07:20:56.773Z[ recovery-image] Dec 05 07:20:55.504 INFO O| Dec 05 07:20:55.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84602024-12-05T07:20:56.773Z[ recovery-image] Dec 05 07:20:55.504 INFO O| Dec 05 07:20:55.504 INFO completed processing gimlet/zfs-recovery
84612024-12-05T07:20:56.774Z[ recovery-image] Dec 05 07:20:55.504 INFO O| Dec 05 07:20:55.504 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84622024-12-05T07:20:57.292Z[ recovery-image] Dec 05 07:20:56.025 INFO O| Dec 05 07:20:56.025 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84632024-12-05T07:20:57.447Z[ recovery-image] Dec 05 07:20:56.180 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84642024-12-05T07:20:57.451Z[ recovery-image] Dec 05 07:20:56.181 INFO expanded image name: "recovery c6fa141/${os_short_commit} 2024-12-05 06:50" -> "recovery c6fa141/92ea229 2024-12-05 06:50"
84652024-12-05T07:20:57.451Z[ recovery-image] Dec 05 07:20:56.181 INFO output artefacts stored in: "/work/os-recovery"
84662024-12-05T07:20:57.451Z[ recovery-image] Dec 05 07:20:56.181 INFO collecting git info from project "pilot"...
84672024-12-05T07:20:57.466Z[ recovery-image] Dec 05 07:20:56.199 INFO collecting git info from project "phbl"...
84682024-12-05T07:20:57.474Z[ recovery-image] Dec 05 07:20:56.206 INFO collecting git info from project "bootserver"...
84692024-12-05T07:20:57.479Z[ recovery-image] Dec 05 07:20:56.212 INFO collecting git info from project "chelsio-t6-roms"...
84702024-12-05T07:20:57.501Z[ recovery-image] Dec 05 07:20:56.234 INFO collecting git info from project "image-builder"...
84712024-12-05T07:20:57.508Z[ recovery-image] Dec 05 07:20:56.241 INFO collecting git info from project "pinprick"...
84722024-12-05T07:20:57.513Z[ recovery-image] Dec 05 07:20:56.246 INFO collecting git info from project "amd-host-image-builder"...
84732024-12-05T07:20:57.809Z[ recovery-image] Dec 05 07:20:56.541 INFO collecting git info from project "amd-firmware"...
84742024-12-05T07:20:58.120Z[ recovery-image] Dec 05 07:20:56.853 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84752024-12-05T07:20:58.510Z[ recovery-image] Dec 05 07:20:57.243 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84762024-12-05T07:20:58.885Z[ recovery-image] Dec 05 07:20:57.618 INFO creating Oxide boot image...
84772024-12-05T07:20:58.887Z[ recovery-image] Dec 05 07:20:57.618 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery c6fa141/92ea229 2024-12-05 06:50", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84782024-12-05T07:21:31.055Z[ host-image] Dec 05 07:21:29.782 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
84792024-12-05T07:21:31.055Z[ host-image] Dec 05 07:21:29.782 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
84802024-12-05T07:21:31.058Z[ host-image] Dec 05 07:21:29.783 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84812024-12-05T07:21:31.058Z[ host-image] Dec 05 07:21:29.783 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84822024-12-05T07:21:31.058Z[ host-image] Dec 05 07:21:29.783 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84832024-12-05T07:21:31.058Z[ host-image] Dec 05 07:21:29.783 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84842024-12-05T07:21:31.058Z[ host-image] Dec 05 07:21:29.784 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84852024-12-05T07:21:31.058Z[ host-image] Dec 05 07:21:29.784 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84862024-12-05T07:21:31.058Z[ host-image] Dec 05 07:21:29.784 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84872024-12-05T07:21:31.058Z[ host-image] Dec 05 07:21:29.784 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84882024-12-05T07:21:31.058Z[ host-image] Dec 05 07:21:29.784 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
84892024-12-05T07:21:31.060Z[ host-image] Dec 05 07:21:29.786 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
84902024-12-05T07:21:31.060Z[ host-image] Dec 05 07:21:29.787 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
84912024-12-05T07:21:31.060Z[ host-image] Dec 05 07:21:29.788 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
84922024-12-05T07:21:31.060Z[ host-image] Dec 05 07:21:29.788 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84932024-12-05T07:21:31.063Z[ host-image] Dec 05 07:21:29.788 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
84942024-12-05T07:21:31.063Z[ host-image] Dec 05 07:21:29.789 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
84952024-12-05T07:21:31.063Z[ host-image] Dec 05 07:21:29.789 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
84962024-12-05T07:21:31.063Z[ host-image] Dec 05 07:21:29.789 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
84972024-12-05T07:21:31.063Z[ host-image] Dec 05 07:21:29.790 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
84982024-12-05T07:21:31.063Z[ host-image] Dec 05 07:21:29.790 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
84992024-12-05T07:21:31.063Z[ host-image] Dec 05 07:21:29.790 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85002024-12-05T07:21:31.063Z[ host-image] Dec 05 07:21:29.790 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85012024-12-05T07:21:31.064Z[ host-image] Dec 05 07:21:29.790 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85022024-12-05T07:21:31.064Z[ host-image] Dec 05 07:21:29.790 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85032024-12-05T07:21:31.066Z[ host-image] Dec 05 07:21:29.791 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85042024-12-05T07:21:31.066Z[ host-image] Dec 05 07:21:29.791 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85052024-12-05T07:21:31.066Z[ host-image] Dec 05 07:21:29.791 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85062024-12-05T07:21:31.066Z[ host-image] Dec 05 07:21:29.791 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85072024-12-05T07:21:31.066Z[ host-image] Dec 05 07:21:29.791 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85082024-12-05T07:21:31.066Z[ host-image] Dec 05 07:21:29.791 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85092024-12-05T07:21:31.066Z[ host-image] Dec 05 07:21:29.791 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85102024-12-05T07:21:31.067Z[ host-image] Dec 05 07:21:29.791 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85112024-12-05T07:21:31.067Z[ host-image] Dec 05 07:21:29.792 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85122024-12-05T07:21:31.067Z[ host-image] Dec 05 07:21:29.793 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85132024-12-05T07:21:31.067Z[ host-image] Dec 05 07:21:29.793 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85142024-12-05T07:21:31.075Z[ host-image] Dec 05 07:21:29.803 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85152024-12-05T07:21:31.075Z[ host-image] Dec 05 07:21:29.803 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85162024-12-05T07:21:31.078Z[ host-image] Dec 05 07:21:29.803 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85172024-12-05T07:21:31.078Z[ host-image] Dec 05 07:21:29.803 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85182024-12-05T07:21:31.078Z[ host-image] Dec 05 07:21:29.804 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85192024-12-05T07:21:31.078Z[ host-image] Dec 05 07:21:29.804 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85202024-12-05T07:21:31.078Z[ host-image] Dec 05 07:21:29.804 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85212024-12-05T07:21:31.078Z[ host-image] Dec 05 07:21:29.805 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85222024-12-05T07:21:31.080Z[ host-image] Dec 05 07:21:29.806 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85232024-12-05T07:21:31.080Z[ host-image] Dec 05 07:21:29.806 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85242024-12-05T07:21:31.091Z[ host-image] Dec 05 07:21:29.819 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85252024-12-05T07:21:31.094Z[ host-image] Dec 05 07:21:29.819 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85262024-12-05T07:21:31.094Z[ host-image] Dec 05 07:21:29.819 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85272024-12-05T07:21:31.094Z[ host-image] Dec 05 07:21:29.820 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85282024-12-05T07:21:31.094Z[ host-image] Dec 05 07:21:29.820 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85292024-12-05T07:21:31.094Z[ host-image] Dec 05 07:21:29.821 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85302024-12-05T07:21:31.131Z[ host-image] Dec 05 07:21:29.859 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85312024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.859 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85322024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.859 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85332024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.860 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85342024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.860 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85352024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.861 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85362024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.861 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85372024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.861 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85382024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.861 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85392024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.861 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85402024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.861 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85412024-12-05T07:21:31.134Z[ host-image] Dec 05 07:21:29.861 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85422024-12-05T07:21:31.139Z[ host-image] Dec 05 07:21:29.866 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85432024-12-05T07:21:31.139Z[ host-image] Dec 05 07:21:29.866 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85442024-12-05T07:21:31.139Z[ host-image] Dec 05 07:21:29.866 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85452024-12-05T07:21:31.141Z[ host-image] Dec 05 07:21:29.867 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85462024-12-05T07:21:31.141Z[ host-image] Dec 05 07:21:29.867 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85472024-12-05T07:21:31.155Z[ host-image] Dec 05 07:21:29.883 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85482024-12-05T07:21:31.155Z[ host-image] Dec 05 07:21:29.883 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85492024-12-05T07:21:31.158Z[ host-image] Dec 05 07:21:29.885 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85502024-12-05T07:21:31.158Z[ host-image] Dec 05 07:21:29.886 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85512024-12-05T07:21:31.158Z[ host-image] Dec 05 07:21:29.886 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85522024-12-05T07:21:31.161Z[ host-image] Dec 05 07:21:29.886 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85532024-12-05T07:21:31.161Z[ host-image] Dec 05 07:21:29.887 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85542024-12-05T07:21:31.161Z[ host-image] Dec 05 07:21:29.887 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85552024-12-05T07:21:31.161Z[ host-image] Dec 05 07:21:29.888 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85562024-12-05T07:21:31.164Z[ host-image] Dec 05 07:21:29.892 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85572024-12-05T07:21:31.168Z[ host-image] Dec 05 07:21:29.892 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85582024-12-05T07:21:31.168Z[ host-image] Dec 05 07:21:29.893 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85592024-12-05T07:21:31.168Z[ host-image] Dec 05 07:21:29.893 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85602024-12-05T07:21:31.168Z[ host-image] Dec 05 07:21:29.893 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85612024-12-05T07:21:31.168Z[ host-image] Dec 05 07:21:29.893 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85622024-12-05T07:21:31.168Z[ host-image] Dec 05 07:21:29.893 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85632024-12-05T07:21:31.168Z[ host-image] Dec 05 07:21:29.894 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85642024-12-05T07:21:31.175Z[ host-image] Dec 05 07:21:29.903 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85652024-12-05T07:21:31.175Z[ host-image] Dec 05 07:21:29.903 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85662024-12-05T07:21:31.178Z[ host-image] Dec 05 07:21:29.905 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
85672024-12-05T07:21:31.181Z[ host-image] Dec 05 07:21:29.907 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
85682024-12-05T07:21:31.181Z[ host-image] Dec 05 07:21:29.907 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
85692024-12-05T07:21:31.181Z[ host-image] Dec 05 07:21:29.907 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
85702024-12-05T07:21:31.181Z[ host-image] Dec 05 07:21:29.908 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
85712024-12-05T07:21:31.181Z[ host-image] Dec 05 07:21:29.908 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
85722024-12-05T07:21:31.191Z[ host-image] Dec 05 07:21:29.919 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
85732024-12-05T07:21:31.191Z[ host-image] Dec 05 07:21:29.919 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
85742024-12-05T07:21:31.194Z[ host-image] Dec 05 07:21:29.919 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
85752024-12-05T07:21:31.194Z[ host-image] Dec 05 07:21:29.921 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
85762024-12-05T07:21:31.194Z[ host-image] Dec 05 07:21:29.921 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
85772024-12-05T07:21:31.217Z[ host-image] Dec 05 07:21:29.944 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
85782024-12-05T07:21:31.217Z[ host-image] Dec 05 07:21:29.944 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
85792024-12-05T07:21:31.219Z[ host-image] Dec 05 07:21:29.945 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
85802024-12-05T07:21:31.219Z[ host-image] Dec 05 07:21:29.945 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85812024-12-05T07:21:31.219Z[ host-image] Dec 05 07:21:29.945 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85822024-12-05T07:21:31.249Z[ host-image] Dec 05 07:21:29.976 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
85832024-12-05T07:21:31.249Z[ host-image] Dec 05 07:21:29.976 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85842024-12-05T07:21:31.253Z[ host-image] Dec 05 07:21:29.976 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
85852024-12-05T07:21:31.253Z[ host-image] Dec 05 07:21:29.976 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
85862024-12-05T07:21:31.253Z[ host-image] Dec 05 07:21:29.978 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
85872024-12-05T07:21:31.253Z[ host-image] Dec 05 07:21:29.978 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85882024-12-05T07:21:31.253Z[ host-image] Dec 05 07:21:29.979 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85892024-12-05T07:21:31.256Z[ host-image] Dec 05 07:21:29.979 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
85902024-12-05T07:21:31.256Z[ host-image] Dec 05 07:21:29.979 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
85912024-12-05T07:21:31.256Z[ host-image] Dec 05 07:21:29.980 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
85922024-12-05T07:21:31.256Z[ host-image] Dec 05 07:21:29.980 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
85932024-12-05T07:21:31.256Z[ host-image] Dec 05 07:21:29.980 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
85942024-12-05T07:21:31.256Z[ host-image] Dec 05 07:21:29.980 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
85952024-12-05T07:21:31.258Z[ host-image] Dec 05 07:21:29.984 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85962024-12-05T07:21:31.258Z[ host-image] Dec 05 07:21:29.984 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
85972024-12-05T07:21:31.258Z[ host-image] Dec 05 07:21:29.985 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
85982024-12-05T07:21:31.258Z[ host-image] Dec 05 07:21:29.986 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
85992024-12-05T07:21:31.258Z[ host-image] Dec 05 07:21:29.986 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86002024-12-05T07:21:31.259Z[ host-image] Dec 05 07:21:29.986 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86012024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.986 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86022024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.986 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86032024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.986 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86042024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.987 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86052024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.987 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86062024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.988 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86072024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.988 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86082024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.988 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86092024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.988 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86102024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.988 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86112024-12-05T07:21:31.261Z[ host-image] Dec 05 07:21:29.989 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86122024-12-05T07:21:31.265Z[ host-image] Dec 05 07:21:29.990 INFO O| install = pkg://helios-dev/web/curl@8.11.0-2.0:20241120T162841Z
86132024-12-05T07:21:31.265Z[ host-image] Dec 05 07:21:29.990 INFO O| tempdir @ "/tmp/.tmpAWQYLr/tmp"
86142024-12-05T07:21:31.265Z[ host-image] Dec 05 07:21:29.990 INFO O| image root @ "/tmp/.tmpAWQYLr/tmp/root"
86152024-12-05T07:21:31.265Z[ host-image] Dec 05 07:21:29.990 INFO O| creating image...
86162024-12-05T07:21:31.805Z[ host-image] Dec 05 07:21:30.532 INFO O| copying publishers...
86172024-12-05T07:21:41.335Z[ host-image] Dec 05 07:21:40.061 INFO O| adding properties...
86182024-12-05T07:21:42.493Z[ host-image] Dec 05 07:21:41.218 INFO O| installing packages...
86192024-12-05T07:21:49.256Z[ recovery-image] Dec 05 07:21:47.980 INFO O| ok, image written!
86202024-12-05T07:21:49.258Z[ recovery-image] Dec 05 07:21:47.980 INFO O| ok, boot_image_csum file written!
86212024-12-05T07:21:49.261Z[ recovery-image] Dec 05 07:21:47.985 INFO creating boot archive (CPIO)...
86222024-12-05T07:21:49.261Z[ recovery-image] Dec 05 07:21:47.985 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
86232024-12-05T07:21:49.269Z[ recovery-image] Dec 05 07:21:47.994 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86242024-12-05T07:21:49.269Z[ recovery-image] Dec 05 07:21:47.994 INFO E| + outfile=/work/os-recovery/cpio
86252024-12-05T07:21:49.269Z[ recovery-image] Dec 05 07:21:47.994 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86262024-12-05T07:21:49.271Z[ recovery-image] Dec 05 07:21:47.996 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86272024-12-05T07:21:49.272Z[ recovery-image] Dec 05 07:21:47.996 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86282024-12-05T07:21:49.305Z[ recovery-image] Dec 05 07:21:48.030 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86292024-12-05T07:21:49.305Z[ recovery-image] Dec 05 07:21:48.030 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86302024-12-05T07:21:49.313Z[ recovery-image] Dec 05 07:21:48.038 INFO creating compressed cpio/unix for nanobl-rs...
86312024-12-05T07:21:49.316Z[ recovery-image] Dec 05 07:21:48.038 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
86322024-12-05T07:21:49.600Z[ recovery-image] Dec 05 07:21:48.325 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86332024-12-05T07:21:54.035Z[ recovery-image] Dec 05 07:21:52.758 INFO creating reset image...
86342024-12-05T07:21:54.037Z[ recovery-image] Dec 05 07:21:52.758 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86352024-12-05T07:21:54.308Z[ recovery-image] Dec 05 07:21:53.031 INFO E| Updating crates.io index
86362024-12-05T07:21:54.401Z[ recovery-image] Dec 05 07:21:53.125 INFO E| Downloading crates ...
86372024-12-05T07:21:54.477Z[ recovery-image] Dec 05 07:21:53.201 INFO E| Downloaded clap v4.5.17
86382024-12-05T07:21:54.493Z[ recovery-image] Dec 05 07:21:53.217 INFO E| Downloaded shared_child v1.0.1
86392024-12-05T07:21:54.496Z[ recovery-image] Dec 05 07:21:53.219 INFO E| Downloaded os_pipe v1.2.1
86402024-12-05T07:21:54.499Z[ recovery-image] Dec 05 07:21:53.221 INFO E| Downloaded duct v0.13.7
86412024-12-05T07:21:54.501Z[ recovery-image] Dec 05 07:21:53.223 INFO E| Downloaded clap_derive v4.5.13
86422024-12-05T07:21:54.511Z[ recovery-image] Dec 05 07:21:53.235 INFO E| Downloaded clap_builder v4.5.17
86432024-12-05T07:21:54.524Z[ recovery-image] Dec 05 07:21:53.248 INFO E| Downloaded syn v2.0.77
86442024-12-05T07:21:54.559Z[ recovery-image] Dec 05 07:21:53.283 INFO E| Downloaded libc v0.2.158
86452024-12-05T07:21:54.637Z[ recovery-image] Dec 05 07:21:53.360 INFO E| Compiling proc-macro2 v1.0.86
86462024-12-05T07:21:54.637Z[ recovery-image] Dec 05 07:21:53.360 INFO E| Compiling unicode-ident v1.0.13
86472024-12-05T07:21:54.637Z[ recovery-image] Dec 05 07:21:53.360 INFO E| Compiling libc v0.2.158
86482024-12-05T07:21:54.637Z[ recovery-image] Dec 05 07:21:53.360 INFO E| Compiling utf8parse v0.2.2
86492024-12-05T07:21:54.639Z[ recovery-image] Dec 05 07:21:53.360 INFO E| Compiling anstyle v1.0.8
86502024-12-05T07:21:54.639Z[ recovery-image] Dec 05 07:21:53.361 INFO E| Compiling colorchoice v1.0.2
86512024-12-05T07:21:54.639Z[ recovery-image] Dec 05 07:21:53.361 INFO E| Compiling is_terminal_polyfill v1.70.1
86522024-12-05T07:21:54.642Z[ recovery-image] Dec 05 07:21:53.365 INFO E| Compiling anstyle-query v1.1.1
86532024-12-05T07:21:54.847Z[ recovery-image] Dec 05 07:21:53.571 INFO E| Compiling anstyle-parse v0.2.5
86542024-12-05T07:21:54.855Z[ recovery-image] Dec 05 07:21:53.578 INFO E| Compiling heck v0.5.0
86552024-12-05T07:21:54.867Z[ recovery-image] Dec 05 07:21:53.590 INFO E| Compiling clap_lex v0.7.2
86562024-12-05T07:21:54.871Z[ recovery-image] Dec 05 07:21:53.595 INFO E| Compiling strsim v0.11.1
86572024-12-05T07:21:54.875Z[ recovery-image] Dec 05 07:21:53.599 INFO E| Compiling once_cell v1.19.0
86582024-12-05T07:21:55.209Z[ recovery-image] Dec 05 07:21:53.932 INFO E| Compiling anstream v0.6.15
86592024-12-05T07:21:55.533Z[ recovery-image] Dec 05 07:21:54.257 INFO E| Compiling clap_builder v4.5.17
86602024-12-05T07:21:55.920Z[ recovery-image] Dec 05 07:21:54.644 INFO E| Compiling os_pipe v1.2.1
86612024-12-05T07:21:55.922Z[ recovery-image] Dec 05 07:21:54.644 INFO E| Compiling shared_child v1.0.1
86622024-12-05T07:21:56.079Z[ recovery-image] Dec 05 07:21:54.802 INFO E| Compiling duct v0.13.7
86632024-12-05T07:21:56.144Z[ recovery-image] Dec 05 07:21:54.867 INFO E| Compiling quote v1.0.37
86642024-12-05T07:21:56.481Z[ recovery-image] Dec 05 07:21:55.204 INFO E| Compiling syn v2.0.77
86652024-12-05T07:22:00.611Z[ host-image] Dec 05 07:21:59.333 INFO O| seeding SMF database...
86662024-12-05T07:22:00.719Z[ recovery-image] Dec 05 07:21:59.441 INFO E| Compiling clap_derive v4.5.13
86672024-12-05T07:22:02.725Z[ recovery-image] Dec 05 07:22:01.447 INFO E| Compiling clap v4.5.17
86682024-12-05T07:22:02.789Z[ recovery-image] Dec 05 07:22:01.511 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86692024-12-05T07:22:03.902Z[ recovery-image] Dec 05 07:22:02.624 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.78s
86702024-12-05T07:22:03.914Z[ recovery-image] Dec 05 07:22:02.636 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86712024-12-05T07:22:04.068Z[ recovery-image] Dec 05 07:22:02.790 INFO E| Updating crates.io index
86722024-12-05T07:22:04.365Z[ recovery-image] Dec 05 07:22:03.087 INFO E| Downloading crates ...
86732024-12-05T07:22:04.428Z[ recovery-image] Dec 05 07:22:03.150 INFO E| Downloaded bit_field v0.10.2
86742024-12-05T07:22:04.445Z[ recovery-image] Dec 05 07:22:03.167 INFO E| Downloaded seq-macro v0.3.5
86752024-12-05T07:22:04.448Z[ recovery-image] Dec 05 07:22:03.169 INFO E| Downloaded bitstruct v0.1.1
86762024-12-05T07:22:04.450Z[ recovery-image] Dec 05 07:22:03.171 INFO E| Downloaded bitstruct_derive v0.1.0
86772024-12-05T07:22:04.454Z[ recovery-image] Dec 05 07:22:03.177 INFO E| Downloaded cpio_reader v0.1.1
86782024-12-05T07:22:04.468Z[ recovery-image] Dec 05 07:22:03.189 INFO E| Downloaded syn v2.0.85
86792024-12-05T07:22:04.478Z[ recovery-image] Dec 05 07:22:03.201 INFO E| Downloaded raw-cpuid v10.7.0
86802024-12-05T07:22:04.604Z[ recovery-image] Dec 05 07:22:03.326 INFO E| Downloaded x86 v0.52.0
86812024-12-05T07:22:04.659Z[ recovery-image] Dec 05 07:22:03.381 INFO E| Updating crates.io index
86822024-12-05T07:22:04.723Z[ recovery-image] Dec 05 07:22:03.445 INFO E| Downloading crates ...
86832024-12-05T07:22:04.803Z[ recovery-image] Dec 05 07:22:03.522 INFO E| Downloaded compiler_builtins v0.1.134
86842024-12-05T07:22:04.874Z[ recovery-image] Dec 05 07:22:03.596 INFO E| Compiling compiler_builtins v0.1.134
86852024-12-05T07:22:04.874Z[ recovery-image] Dec 05 07:22:03.596 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)
86862024-12-05T07:22:04.876Z[ recovery-image] Dec 05 07:22:03.596 INFO E| Compiling proc-macro2 v1.0.89
86872024-12-05T07:22:04.876Z[ recovery-image] Dec 05 07:22:03.596 INFO E| Compiling unicode-ident v1.0.13
86882024-12-05T07:22:04.876Z[ recovery-image] Dec 05 07:22:03.596 INFO E| Compiling syn v1.0.109
86892024-12-05T07:22:04.876Z[ recovery-image] Dec 05 07:22:03.596 INFO E| Compiling x86 v0.52.0
86902024-12-05T07:22:04.880Z[ recovery-image] Dec 05 07:22:03.602 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86912024-12-05T07:22:04.882Z[ recovery-image] Dec 05 07:22:03.602 INFO E| Compiling seq-macro v0.3.5
86922024-12-05T07:22:06.130Z[ recovery-image] Dec 05 07:22:04.851 INFO E| Compiling quote v1.0.37
86932024-12-05T07:22:06.418Z[ recovery-image] Dec 05 07:22:05.139 INFO E| Compiling syn v2.0.85
86942024-12-05T07:22:09.054Z[ host-image] Dec 05 07:22:07.775 INFO O| configuring SMF profile...
86952024-12-05T07:22:09.056Z[ host-image] Dec 05 07:22:07.775 INFO O| modifying shadow(5)...
86962024-12-05T07:22:09.056Z[ host-image] Dec 05 07:22:07.775 INFO O| loading user and group database...
86972024-12-05T07:22:09.056Z[ host-image] Dec 05 07:22:07.775 INFO O| assessing packaged files...
86982024-12-05T07:22:09.105Z[ recovery-image] Dec 05 07:22:07.826 INFO E| Compiling scroll_derive v0.12.0
86992024-12-05T07:22:11.446Z[ recovery-image] Dec 05 07:22:10.167 INFO E| Compiling bitstruct_derive v0.1.0
87002024-12-05T07:22:11.900Z[ host-image] Dec 05 07:22:10.621 INFO O| creating archive...
87012024-12-05T07:22:11.935Z[ host-image] Dec 05 07:22:10.656 INFO O| missing from packaging:
87022024-12-05T07:22:11.935Z[ host-image] Dec 05 07:22:10.656 INFO O| "etc/.pwd.lock"
87032024-12-05T07:22:11.938Z[ host-image] Dec 05 07:22:10.656 INFO O| "etc/bash"
87042024-12-05T07:22:11.940Z[ host-image] Dec 05 07:22:10.661 INFO O| "etc/svc/profile/generic.xml"
87052024-12-05T07:22:11.943Z[ host-image] Dec 05 07:22:10.661 INFO O| "etc/svc/profile/inetd_services.xml"
87062024-12-05T07:22:11.943Z[ host-image] Dec 05 07:22:10.661 INFO O| "etc/svc/profile/name_service.xml"
87072024-12-05T07:22:11.943Z[ host-image] Dec 05 07:22:10.661 INFO O| "etc/svc/profile/platform.xml"
87082024-12-05T07:22:11.943Z[ host-image] Dec 05 07:22:10.662 INFO O| "etc/svc/profile/platform_omicron1.xml"
87092024-12-05T07:22:11.943Z[ host-image] Dec 05 07:22:10.662 INFO O| "etc/svc/repository.db"
87102024-12-05T07:22:11.950Z[ host-image] Dec 05 07:22:10.671 INFO O| "opt/ooce/share"
87112024-12-05T07:22:11.950Z[ host-image] Dec 05 07:22:10.671 INFO O| "opt/ooce/share/man"
87122024-12-05T07:22:11.953Z[ host-image] Dec 05 07:22:10.671 INFO O| "opt/ooce/share/man/man1"
87132024-12-05T07:22:11.961Z[ host-image] Dec 05 07:22:10.682 INFO O| finishing archive...
87142024-12-05T07:22:14.819Z[ host-image] Dec 05 07:22:13.539 INFO O| creating gzonly manifest...
87152024-12-05T07:22:14.826Z[ host-image] Dec 05 07:22:13.546 INFO O| ok
87162024-12-05T07:22:14.950Z[ host-image] Dec 05 07:22:13.670 INFO image builder template: ramdisk-02-trim...
87172024-12-05T07:22:14.950Z[ host-image] Dec 05 07:22:13.670 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/.tmpdsfWzO/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
87182024-12-05T07:22:14.977Z[ host-image] Dec 05 07:22:13.698 INFO O| Dec 05 07:22:13.697 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87192024-12-05T07:22:14.982Z[ host-image] Dec 05 07:22:13.703 INFO O| Dec 05 07:22:13.702 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87202024-12-05T07:22:15.114Z[ host-image] Dec 05 07:22:13.834 INFO O| Dec 05 07:22:13.834 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87212024-12-05T07:22:15.180Z[ host-image] Dec 05 07:22:13.901 INFO O| Dec 05 07:22:13.900 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87222024-12-05T07:22:15.180Z[ host-image] Dec 05 07:22:13.901 INFO O| Dec 05 07:22:13.901 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87232024-12-05T07:22:15.186Z[ host-image] Dec 05 07:22:13.907 INFO O| Dec 05 07:22:13.907 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87242024-12-05T07:22:15.191Z[ host-image] Dec 05 07:22:13.912 INFO O| Dec 05 07:22:13.912 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87252024-12-05T07:22:15.197Z[ host-image] Dec 05 07:22:13.917 INFO O| Dec 05 07:22:13.917 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87262024-12-05T07:22:15.545Z[ host-image] Dec 05 07:22:14.265 INFO O| Dec 05 07:22:14.265 INFO rolled back to input snapshot; work may begin
87272024-12-05T07:22:15.545Z[ host-image] Dec 05 07:22:14.266 INFO O| Dec 05 07:22:14.265 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87282024-12-05T07:22:15.551Z[ host-image] Dec 05 07:22:14.271 INFO O| Dec 05 07:22:14.271 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-12-05T07:22:15.562Z[ host-image] Dec 05 07:22:14.282 INFO O| Dec 05 07:22:14.282 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87302024-12-05T07:22:15.613Z[ host-image] Dec 05 07:22:14.334 INFO O| Dec 05 07:22:14.334 INFO STEP 0 (remove_files) COMPLETE
87312024-12-05T07:22:15.614Z[ host-image] Dec 05 07:22:14.334 INFO O| Dec 05 07:22:14.334 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-12-05T07:22:15.627Z[ host-image] Dec 05 07:22:14.347 INFO O| Dec 05 07:22:14.347 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87332024-12-05T07:22:15.629Z[ host-image] Dec 05 07:22:14.349 INFO O| Dec 05 07:22:14.349 INFO STEP 1 (remove_files) COMPLETE
87342024-12-05T07:22:15.629Z[ host-image] Dec 05 07:22:14.349 INFO O| Dec 05 07:22:14.349 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-12-05T07:22:15.640Z[ host-image] Dec 05 07:22:14.360 INFO O| Dec 05 07:22:14.360 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87362024-12-05T07:22:15.653Z[ host-image] Dec 05 07:22:14.374 INFO O| Dec 05 07:22:14.373 INFO STEP 2 (remove_files) COMPLETE
87372024-12-05T07:22:15.653Z[ host-image] Dec 05 07:22:14.374 INFO O| Dec 05 07:22:14.373 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-12-05T07:22:15.665Z[ host-image] Dec 05 07:22:14.386 INFO O| Dec 05 07:22:14.386 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87392024-12-05T07:22:15.668Z[ host-image] Dec 05 07:22:14.388 INFO O| Dec 05 07:22:14.388 INFO STEP 3 (remove_files) COMPLETE
87402024-12-05T07:22:15.668Z[ host-image] Dec 05 07:22:14.388 INFO O| Dec 05 07:22:14.388 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-12-05T07:22:15.677Z[ host-image] Dec 05 07:22:14.398 INFO O| Dec 05 07:22:14.398 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87422024-12-05T07:22:15.681Z[ host-image] Dec 05 07:22:14.402 INFO O| Dec 05 07:22:14.402 INFO STEP 4 (remove_files) COMPLETE
87432024-12-05T07:22:15.681Z[ host-image] Dec 05 07:22:14.402 INFO O| Dec 05 07:22:14.402 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-12-05T07:22:15.692Z[ host-image] Dec 05 07:22:14.412 INFO O| Dec 05 07:22:14.412 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87452024-12-05T07:22:15.694Z[ host-image] Dec 05 07:22:14.415 INFO O| Dec 05 07:22:14.415 INFO STEP 5 (remove_files) COMPLETE
87462024-12-05T07:22:15.694Z[ host-image] Dec 05 07:22:14.415 INFO O| Dec 05 07:22:14.415 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-12-05T07:22:15.704Z[ host-image] Dec 05 07:22:14.425 INFO O| Dec 05 07:22:14.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87482024-12-05T07:22:15.714Z[ host-image] Dec 05 07:22:14.434 INFO O| Dec 05 07:22:14.434 INFO STEP 6 (remove_files) COMPLETE
87492024-12-05T07:22:15.714Z[ host-image] Dec 05 07:22:14.434 INFO O| Dec 05 07:22:14.434 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-12-05T07:22:15.725Z[ host-image] Dec 05 07:22:14.445 INFO O| Dec 05 07:22:14.445 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87512024-12-05T07:22:15.736Z[ host-image] Dec 05 07:22:14.457 INFO O| Dec 05 07:22:14.457 INFO STEP 7 (remove_files) COMPLETE
87522024-12-05T07:22:15.736Z[ host-image] Dec 05 07:22:14.457 INFO O| Dec 05 07:22:14.457 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-12-05T07:22:15.748Z[ host-image] Dec 05 07:22:14.468 INFO O| Dec 05 07:22:14.468 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87542024-12-05T07:22:15.818Z[ host-image] Dec 05 07:22:14.538 INFO O| Dec 05 07:22:14.538 INFO STEP 8 (remove_files) COMPLETE
87552024-12-05T07:22:15.818Z[ host-image] Dec 05 07:22:14.539 INFO O| Dec 05 07:22:14.538 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-12-05T07:22:15.831Z[ host-image] Dec 05 07:22:14.551 INFO O| Dec 05 07:22:14.551 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87572024-12-05T07:22:15.921Z[ host-image] Dec 05 07:22:14.641 INFO O| Dec 05 07:22:14.641 INFO STEP 9 (remove_files) COMPLETE
87582024-12-05T07:22:15.921Z[ host-image] Dec 05 07:22:14.641 INFO O| Dec 05 07:22:14.641 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-12-05T07:22:15.933Z[ host-image] Dec 05 07:22:14.653 INFO O| Dec 05 07:22:14.653 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87602024-12-05T07:22:15.937Z[ host-image] Dec 05 07:22:14.657 INFO O| Dec 05 07:22:14.657 INFO STEP 10 (remove_files) COMPLETE
87612024-12-05T07:22:15.937Z[ host-image] Dec 05 07:22:14.657 INFO O| Dec 05 07:22:14.657 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-12-05T07:22:15.949Z[ host-image] Dec 05 07:22:14.669 INFO O| Dec 05 07:22:14.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87632024-12-05T07:22:15.951Z[ host-image] Dec 05 07:22:14.670 INFO O| Dec 05 07:22:14.670 INFO STEP 11 (remove_files) COMPLETE
87642024-12-05T07:22:15.951Z[ host-image] Dec 05 07:22:14.670 INFO O| Dec 05 07:22:14.670 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-12-05T07:22:15.961Z[ host-image] Dec 05 07:22:14.682 INFO O| Dec 05 07:22:14.681 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87662024-12-05T07:22:15.964Z[ host-image] Dec 05 07:22:14.683 INFO O| Dec 05 07:22:14.683 INFO STEP 12 (remove_files) COMPLETE
87672024-12-05T07:22:15.964Z[ host-image] Dec 05 07:22:14.683 INFO O| Dec 05 07:22:14.683 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-12-05T07:22:16.068Z[ host-image] Dec 05 07:22:14.788 INFO O| Dec 05 07:22:14.788 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87692024-12-05T07:22:16.070Z[ host-image] Dec 05 07:22:14.790 INFO O| Dec 05 07:22:14.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87702024-12-05T07:22:16.115Z[ host-image] Dec 05 07:22:14.836 INFO O| Dec 05 07:22:14.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87712024-12-05T07:22:16.118Z[ host-image] Dec 05 07:22:14.837 INFO O| Dec 05 07:22:14.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87722024-12-05T07:22:16.358Z[ host-image] Dec 05 07:22:15.078 INFO O| Dec 05 07:22:15.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87732024-12-05T07:22:16.370Z[ host-image] Dec 05 07:22:15.090 INFO O| Dec 05 07:22:15.090 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87742024-12-05T07:22:16.370Z[ host-image] Dec 05 07:22:15.091 INFO O| Dec 05 07:22:15.091 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87752024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.091 INFO O| Dec 05 07:22:15.091 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87762024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.091 INFO O| Dec 05 07:22:15.091 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87772024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.091 INFO O| Dec 05 07:22:15.091 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87782024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.091 INFO O| Dec 05 07:22:15.091 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87792024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.092 INFO O| Dec 05 07:22:15.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87802024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.092 INFO O| Dec 05 07:22:15.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87812024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.092 INFO O| Dec 05 07:22:15.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87822024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.092 INFO O| Dec 05 07:22:15.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87832024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.092 INFO O| Dec 05 07:22:15.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87842024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.092 INFO O| Dec 05 07:22:15.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87852024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.092 INFO O| Dec 05 07:22:15.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87862024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.092 INFO O| Dec 05 07:22:15.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87872024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.093 INFO O| Dec 05 07:22:15.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87882024-12-05T07:22:16.373Z[ host-image] Dec 05 07:22:15.093 INFO O| Dec 05 07:22:15.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87892024-12-05T07:22:16.376Z[ host-image] Dec 05 07:22:15.093 INFO O| Dec 05 07:22:15.093 INFO STEP 13 (remove_files) COMPLETE
87902024-12-05T07:22:16.376Z[ host-image] Dec 05 07:22:15.093 INFO O| Dec 05 07:22:15.093 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-12-05T07:22:16.385Z[ host-image] Dec 05 07:22:15.105 INFO O| Dec 05 07:22:15.105 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87922024-12-05T07:22:16.387Z[ host-image] Dec 05 07:22:15.107 INFO O| Dec 05 07:22:15.106 INFO STEP 14 (remove_files) COMPLETE
87932024-12-05T07:22:16.387Z[ host-image] Dec 05 07:22:15.107 INFO O| Dec 05 07:22:15.106 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-12-05T07:22:16.397Z[ host-image] Dec 05 07:22:15.117 INFO O| Dec 05 07:22:15.117 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87952024-12-05T07:22:16.403Z[ host-image] Dec 05 07:22:15.124 INFO O| Dec 05 07:22:15.124 INFO STEP 15 (remove_files) COMPLETE
87962024-12-05T07:22:16.406Z[ host-image] Dec 05 07:22:15.124 INFO O| Dec 05 07:22:15.124 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-12-05T07:22:16.415Z[ host-image] Dec 05 07:22:15.135 INFO O| Dec 05 07:22:15.135 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87982024-12-05T07:22:16.418Z[ host-image] Dec 05 07:22:15.136 INFO O| Dec 05 07:22:15.136 INFO STEP 16 (remove_files) COMPLETE
87992024-12-05T07:22:16.418Z[ host-image] Dec 05 07:22:15.136 INFO O| Dec 05 07:22:15.136 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-12-05T07:22:16.426Z[ host-image] Dec 05 07:22:15.147 INFO O| Dec 05 07:22:15.147 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88012024-12-05T07:22:16.429Z[ host-image] Dec 05 07:22:15.148 INFO O| Dec 05 07:22:15.148 INFO STEP 17 (remove_files) COMPLETE
88022024-12-05T07:22:16.429Z[ host-image] Dec 05 07:22:15.148 INFO O| Dec 05 07:22:15.148 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-12-05T07:22:16.438Z[ host-image] Dec 05 07:22:15.159 INFO O| Dec 05 07:22:15.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88042024-12-05T07:22:16.441Z[ host-image] Dec 05 07:22:15.159 INFO O| Dec 05 07:22:15.159 INFO STEP 18 (remove_files) COMPLETE
88052024-12-05T07:22:16.441Z[ host-image] Dec 05 07:22:15.159 INFO O| Dec 05 07:22:15.159 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-12-05T07:22:16.448Z[ host-image] Dec 05 07:22:15.169 INFO O| Dec 05 07:22:15.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88072024-12-05T07:22:16.448Z[ host-image] Dec 05 07:22:15.169 INFO O| Dec 05 07:22:15.169 INFO STEP 19 (remove_files) COMPLETE
88082024-12-05T07:22:16.448Z[ host-image] Dec 05 07:22:15.169 INFO O| Dec 05 07:22:15.169 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092024-12-05T07:22:16.459Z[ host-image] Dec 05 07:22:15.179 INFO O| Dec 05 07:22:15.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88102024-12-05T07:22:16.459Z[ host-image] Dec 05 07:22:15.179 INFO O| Dec 05 07:22:15.179 INFO STEP 20 (remove_files) COMPLETE
88112024-12-05T07:22:16.459Z[ host-image] Dec 05 07:22:15.179 INFO O| Dec 05 07:22:15.179 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-12-05T07:22:16.469Z[ host-image] Dec 05 07:22:15.189 INFO O| Dec 05 07:22:15.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88132024-12-05T07:22:16.469Z[ host-image] Dec 05 07:22:15.189 INFO O| Dec 05 07:22:15.189 INFO STEP 21 (remove_files) COMPLETE
88142024-12-05T07:22:16.469Z[ host-image] Dec 05 07:22:15.189 INFO O| Dec 05 07:22:15.189 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152024-12-05T07:22:16.479Z[ host-image] Dec 05 07:22:15.199 INFO O| Dec 05 07:22:15.199 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88162024-12-05T07:22:16.479Z[ host-image] Dec 05 07:22:15.199 INFO O| Dec 05 07:22:15.199 INFO STEP 22 (remove_files) COMPLETE
88172024-12-05T07:22:16.479Z[ host-image] Dec 05 07:22:15.199 INFO O| Dec 05 07:22:15.199 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182024-12-05T07:22:16.489Z[ host-image] Dec 05 07:22:15.209 INFO O| Dec 05 07:22:15.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88192024-12-05T07:22:16.489Z[ host-image] Dec 05 07:22:15.209 INFO O| Dec 05 07:22:15.209 INFO STEP 23 (remove_files) COMPLETE
88202024-12-05T07:22:16.491Z[ host-image] Dec 05 07:22:15.209 INFO O| Dec 05 07:22:15.209 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-12-05T07:22:16.499Z[ host-image] Dec 05 07:22:15.219 INFO O| Dec 05 07:22:15.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88222024-12-05T07:22:16.499Z[ host-image] Dec 05 07:22:15.219 INFO O| Dec 05 07:22:15.219 INFO STEP 24 (remove_files) COMPLETE
88232024-12-05T07:22:16.501Z[ host-image] Dec 05 07:22:15.219 INFO O| Dec 05 07:22:15.219 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-05T07:22:16.509Z[ host-image] Dec 05 07:22:15.229 INFO O| Dec 05 07:22:15.229 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88252024-12-05T07:22:16.509Z[ host-image] Dec 05 07:22:15.229 INFO O| Dec 05 07:22:15.229 INFO STEP 25 (remove_files) COMPLETE
88262024-12-05T07:22:16.509Z[ host-image] Dec 05 07:22:15.229 INFO O| Dec 05 07:22:15.229 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-12-05T07:22:16.520Z[ host-image] Dec 05 07:22:15.240 INFO O| Dec 05 07:22:15.240 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88282024-12-05T07:22:16.520Z[ host-image] Dec 05 07:22:15.240 INFO O| Dec 05 07:22:15.240 INFO STEP 26 (remove_files) COMPLETE
88292024-12-05T07:22:16.523Z[ host-image] Dec 05 07:22:15.240 INFO O| Dec 05 07:22:15.240 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-12-05T07:22:16.531Z[ host-image] Dec 05 07:22:15.251 INFO O| Dec 05 07:22:15.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88312024-12-05T07:22:16.531Z[ host-image] Dec 05 07:22:15.251 INFO O| Dec 05 07:22:15.251 INFO STEP 27 (remove_files) COMPLETE
88322024-12-05T07:22:16.531Z[ host-image] Dec 05 07:22:15.251 INFO O| Dec 05 07:22:15.251 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-12-05T07:22:16.542Z[ host-image] Dec 05 07:22:15.262 INFO O| Dec 05 07:22:15.262 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88342024-12-05T07:22:16.542Z[ host-image] Dec 05 07:22:15.262 INFO O| Dec 05 07:22:15.262 INFO STEP 28 (remove_files) COMPLETE
88352024-12-05T07:22:16.545Z[ host-image] Dec 05 07:22:15.262 INFO O| Dec 05 07:22:15.262 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-05T07:22:16.553Z[ host-image] Dec 05 07:22:15.274 INFO O| Dec 05 07:22:15.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88372024-12-05T07:22:16.553Z[ host-image] Dec 05 07:22:15.274 INFO O| Dec 05 07:22:15.274 INFO STEP 29 (remove_files) COMPLETE
88382024-12-05T07:22:16.556Z[ host-image] Dec 05 07:22:15.274 INFO O| Dec 05 07:22:15.274 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-05T07:22:16.565Z[ host-image] Dec 05 07:22:15.285 INFO O| Dec 05 07:22:15.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88402024-12-05T07:22:16.565Z[ host-image] Dec 05 07:22:15.285 INFO O| Dec 05 07:22:15.285 INFO STEP 30 (remove_files) COMPLETE
88412024-12-05T07:22:16.567Z[ host-image] Dec 05 07:22:15.285 INFO O| Dec 05 07:22:15.285 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-05T07:22:16.576Z[ host-image] Dec 05 07:22:15.296 INFO O| Dec 05 07:22:15.296 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88432024-12-05T07:22:16.576Z[ host-image] Dec 05 07:22:15.296 INFO O| Dec 05 07:22:15.296 INFO STEP 31 (remove_files) COMPLETE
88442024-12-05T07:22:16.579Z[ host-image] Dec 05 07:22:15.296 INFO O| Dec 05 07:22:15.296 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-05T07:22:16.587Z[ host-image] Dec 05 07:22:15.307 INFO O| Dec 05 07:22:15.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88462024-12-05T07:22:16.587Z[ host-image] Dec 05 07:22:15.307 INFO O| Dec 05 07:22:15.307 INFO STEP 32 (remove_files) COMPLETE
88472024-12-05T07:22:16.590Z[ host-image] Dec 05 07:22:15.307 INFO O| Dec 05 07:22:15.307 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-05T07:22:16.598Z[ host-image] Dec 05 07:22:15.318 INFO O| Dec 05 07:22:15.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88492024-12-05T07:22:16.598Z[ host-image] Dec 05 07:22:15.318 INFO O| Dec 05 07:22:15.318 INFO STEP 33 (remove_files) COMPLETE
88502024-12-05T07:22:16.601Z[ host-image] Dec 05 07:22:15.318 INFO O| Dec 05 07:22:15.318 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-05T07:22:16.609Z[ host-image] Dec 05 07:22:15.329 INFO O| Dec 05 07:22:15.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88522024-12-05T07:22:16.609Z[ host-image] Dec 05 07:22:15.329 INFO O| Dec 05 07:22:15.329 INFO STEP 34 (remove_files) COMPLETE
88532024-12-05T07:22:16.609Z[ host-image] Dec 05 07:22:15.329 INFO O| Dec 05 07:22:15.329 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-05T07:22:16.619Z[ host-image] Dec 05 07:22:15.339 INFO O| Dec 05 07:22:15.339 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88552024-12-05T07:22:16.619Z[ host-image] Dec 05 07:22:15.339 INFO O| Dec 05 07:22:15.339 INFO STEP 35 (remove_files) COMPLETE
88562024-12-05T07:22:16.619Z[ host-image] Dec 05 07:22:15.339 INFO O| Dec 05 07:22:15.339 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-05T07:22:16.630Z[ host-image] Dec 05 07:22:15.350 INFO O| Dec 05 07:22:15.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88582024-12-05T07:22:16.630Z[ host-image] Dec 05 07:22:15.350 INFO O| Dec 05 07:22:15.350 INFO STEP 36 (remove_files) COMPLETE
88592024-12-05T07:22:16.632Z[ host-image] Dec 05 07:22:15.350 INFO O| Dec 05 07:22:15.350 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-05T07:22:16.641Z[ host-image] Dec 05 07:22:15.361 INFO O| Dec 05 07:22:15.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88612024-12-05T07:22:16.641Z[ host-image] Dec 05 07:22:15.361 INFO O| Dec 05 07:22:15.361 INFO STEP 37 (remove_files) COMPLETE
88622024-12-05T07:22:16.643Z[ host-image] Dec 05 07:22:15.361 INFO O| Dec 05 07:22:15.361 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-05T07:22:16.651Z[ host-image] Dec 05 07:22:15.371 INFO O| Dec 05 07:22:15.371 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88642024-12-05T07:22:16.651Z[ host-image] Dec 05 07:22:15.371 INFO O| Dec 05 07:22:15.371 INFO STEP 38 (remove_files) COMPLETE
88652024-12-05T07:22:16.651Z[ host-image] Dec 05 07:22:15.371 INFO O| Dec 05 07:22:15.371 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-05T07:22:16.661Z[ host-image] Dec 05 07:22:15.381 INFO O| Dec 05 07:22:15.381 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88672024-12-05T07:22:16.661Z[ host-image] Dec 05 07:22:15.381 INFO O| Dec 05 07:22:15.381 INFO STEP 39 (remove_files) COMPLETE
88682024-12-05T07:22:16.661Z[ host-image] Dec 05 07:22:15.381 INFO O| Dec 05 07:22:15.381 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-05T07:22:16.671Z[ host-image] Dec 05 07:22:15.391 INFO O| Dec 05 07:22:15.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88702024-12-05T07:22:16.671Z[ host-image] Dec 05 07:22:15.391 INFO O| Dec 05 07:22:15.391 INFO STEP 40 (remove_files) COMPLETE
88712024-12-05T07:22:16.673Z[ host-image] Dec 05 07:22:15.391 INFO O| Dec 05 07:22:15.391 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-05T07:22:16.681Z[ host-image] Dec 05 07:22:15.401 INFO O| Dec 05 07:22:15.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88732024-12-05T07:22:16.681Z[ host-image] Dec 05 07:22:15.401 INFO O| Dec 05 07:22:15.401 INFO STEP 41 (remove_files) COMPLETE
88742024-12-05T07:22:16.684Z[ host-image] Dec 05 07:22:15.401 INFO O| Dec 05 07:22:15.401 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-05T07:22:16.691Z[ host-image] Dec 05 07:22:15.411 INFO O| Dec 05 07:22:15.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88762024-12-05T07:22:16.691Z[ host-image] Dec 05 07:22:15.412 INFO O| Dec 05 07:22:15.412 INFO STEP 42 (remove_files) COMPLETE
88772024-12-05T07:22:16.694Z[ host-image] Dec 05 07:22:15.412 INFO O| Dec 05 07:22:15.412 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-05T07:22:16.701Z[ host-image] Dec 05 07:22:15.421 INFO O| Dec 05 07:22:15.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88792024-12-05T07:22:16.701Z[ host-image] Dec 05 07:22:15.421 INFO O| Dec 05 07:22:15.421 INFO STEP 43 (remove_files) COMPLETE
88802024-12-05T07:22:16.703Z[ host-image] Dec 05 07:22:15.421 INFO O| Dec 05 07:22:15.421 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-05T07:22:16.712Z[ host-image] Dec 05 07:22:15.432 INFO O| Dec 05 07:22:15.432 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88822024-12-05T07:22:16.712Z[ host-image] Dec 05 07:22:15.432 INFO O| Dec 05 07:22:15.432 INFO STEP 44 (remove_files) COMPLETE
88832024-12-05T07:22:16.714Z[ host-image] Dec 05 07:22:15.432 INFO O| Dec 05 07:22:15.432 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-05T07:22:16.722Z[ host-image] Dec 05 07:22:15.442 INFO O| Dec 05 07:22:15.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88852024-12-05T07:22:16.722Z[ host-image] Dec 05 07:22:15.442 INFO O| Dec 05 07:22:15.442 INFO STEP 45 (remove_files) COMPLETE
88862024-12-05T07:22:16.725Z[ host-image] Dec 05 07:22:15.442 INFO O| Dec 05 07:22:15.442 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-05T07:22:16.732Z[ host-image] Dec 05 07:22:15.452 INFO O| Dec 05 07:22:15.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88882024-12-05T07:22:16.732Z[ host-image] Dec 05 07:22:15.452 INFO O| Dec 05 07:22:15.452 INFO STEP 46 (remove_files) COMPLETE
88892024-12-05T07:22:16.732Z[ host-image] Dec 05 07:22:15.452 INFO O| Dec 05 07:22:15.452 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-05T07:22:16.742Z[ host-image] Dec 05 07:22:15.462 INFO O| Dec 05 07:22:15.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88912024-12-05T07:22:16.742Z[ host-image] Dec 05 07:22:15.463 INFO O| Dec 05 07:22:15.462 INFO STEP 47 (remove_files) COMPLETE
88922024-12-05T07:22:16.742Z[ host-image] Dec 05 07:22:15.463 INFO O| Dec 05 07:22:15.463 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-05T07:22:16.752Z[ host-image] Dec 05 07:22:15.472 INFO O| Dec 05 07:22:15.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88942024-12-05T07:22:16.752Z[ host-image] Dec 05 07:22:15.472 INFO O| Dec 05 07:22:15.472 INFO STEP 48 (remove_files) COMPLETE
88952024-12-05T07:22:16.755Z[ host-image] Dec 05 07:22:15.473 INFO O| Dec 05 07:22:15.472 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-05T07:22:16.762Z[ host-image] Dec 05 07:22:15.483 INFO O| Dec 05 07:22:15.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88972024-12-05T07:22:16.762Z[ host-image] Dec 05 07:22:15.483 INFO O| Dec 05 07:22:15.483 INFO STEP 49 (remove_files) COMPLETE
88982024-12-05T07:22:16.762Z[ host-image] Dec 05 07:22:15.483 INFO O| Dec 05 07:22:15.483 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-05T07:22:16.772Z[ host-image] Dec 05 07:22:15.493 INFO O| Dec 05 07:22:15.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89002024-12-05T07:22:16.772Z[ host-image] Dec 05 07:22:15.493 INFO O| Dec 05 07:22:15.493 INFO STEP 50 (remove_files) COMPLETE
89012024-12-05T07:22:16.775Z[ host-image] Dec 05 07:22:15.493 INFO O| Dec 05 07:22:15.493 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-05T07:22:16.782Z[ host-image] Dec 05 07:22:15.502 INFO O| Dec 05 07:22:15.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89032024-12-05T07:22:16.782Z[ host-image] Dec 05 07:22:15.503 INFO O| Dec 05 07:22:15.502 INFO STEP 51 (remove_files) COMPLETE
89042024-12-05T07:22:16.782Z[ host-image] Dec 05 07:22:15.503 INFO O| Dec 05 07:22:15.503 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-05T07:22:16.794Z[ host-image] Dec 05 07:22:15.514 INFO O| Dec 05 07:22:15.514 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89062024-12-05T07:22:16.794Z[ host-image] Dec 05 07:22:15.514 INFO O| Dec 05 07:22:15.514 INFO STEP 52 (remove_files) COMPLETE
89072024-12-05T07:22:16.797Z[ host-image] Dec 05 07:22:15.514 INFO O| Dec 05 07:22:15.514 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-05T07:22:16.805Z[ host-image] Dec 05 07:22:15.526 INFO O| Dec 05 07:22:15.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89092024-12-05T07:22:16.805Z[ host-image] Dec 05 07:22:15.526 INFO O| Dec 05 07:22:15.526 INFO STEP 53 (remove_files) COMPLETE
89102024-12-05T07:22:16.808Z[ host-image] Dec 05 07:22:15.526 INFO O| Dec 05 07:22:15.526 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-05T07:22:16.817Z[ host-image] Dec 05 07:22:15.537 INFO O| Dec 05 07:22:15.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89122024-12-05T07:22:16.817Z[ host-image] Dec 05 07:22:15.537 INFO O| Dec 05 07:22:15.537 INFO STEP 54 (remove_files) COMPLETE
89132024-12-05T07:22:16.819Z[ host-image] Dec 05 07:22:15.537 INFO O| Dec 05 07:22:15.537 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-05T07:22:16.829Z[ host-image] Dec 05 07:22:15.549 INFO O| Dec 05 07:22:15.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89152024-12-05T07:22:16.829Z[ host-image] Dec 05 07:22:15.549 INFO O| Dec 05 07:22:15.549 INFO STEP 55 (remove_files) COMPLETE
89162024-12-05T07:22:16.829Z[ host-image] Dec 05 07:22:15.549 INFO O| Dec 05 07:22:15.549 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-05T07:22:16.841Z[ host-image] Dec 05 07:22:15.561 INFO O| Dec 05 07:22:15.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89182024-12-05T07:22:16.841Z[ host-image] Dec 05 07:22:15.561 INFO O| Dec 05 07:22:15.561 INFO STEP 56 (remove_files) COMPLETE
89192024-12-05T07:22:16.843Z[ host-image] Dec 05 07:22:15.561 INFO O| Dec 05 07:22:15.561 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-05T07:22:16.852Z[ host-image] Dec 05 07:22:15.572 INFO O| Dec 05 07:22:15.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89212024-12-05T07:22:16.853Z[ host-image] Dec 05 07:22:15.572 INFO O| Dec 05 07:22:15.572 INFO STEP 57 (remove_files) COMPLETE
89222024-12-05T07:22:16.855Z[ host-image] Dec 05 07:22:15.572 INFO O| Dec 05 07:22:15.572 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-05T07:22:16.863Z[ host-image] Dec 05 07:22:15.583 INFO O| Dec 05 07:22:15.583 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89242024-12-05T07:22:16.863Z[ host-image] Dec 05 07:22:15.583 INFO O| Dec 05 07:22:15.583 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89252024-12-05T07:22:16.866Z[ host-image] Dec 05 07:22:15.583 INFO O| Dec 05 07:22:15.583 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89262024-12-05T07:22:16.866Z[ host-image] Dec 05 07:22:15.583 INFO O| Dec 05 07:22:15.583 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89272024-12-05T07:22:16.866Z[ host-image] Dec 05 07:22:15.583 INFO O| Dec 05 07:22:15.583 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89282024-12-05T07:22:16.866Z[ host-image] Dec 05 07:22:15.584 INFO O| Dec 05 07:22:15.583 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89292024-12-05T07:22:16.866Z[ host-image] Dec 05 07:22:15.584 INFO O| Dec 05 07:22:15.584 INFO ok!
89302024-12-05T07:22:16.867Z[ host-image] Dec 05 07:22:15.584 INFO O| Dec 05 07:22:15.584 INFO STEP 58 (ensure_file) COMPLETE
89312024-12-05T07:22:16.867Z[ host-image] Dec 05 07:22:15.584 INFO O| Dec 05 07:22:15.584 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-05T07:22:16.874Z[ host-image] Dec 05 07:22:15.594 INFO O| Dec 05 07:22:15.594 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89332024-12-05T07:22:16.874Z[ host-image] Dec 05 07:22:15.594 INFO O| Dec 05 07:22:15.594 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89342024-12-05T07:22:16.877Z[ host-image] Dec 05 07:22:15.594 INFO O| Dec 05 07:22:15.594 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89352024-12-05T07:22:16.877Z[ host-image] Dec 05 07:22:15.595 INFO O| Dec 05 07:22:15.594 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89362024-12-05T07:22:16.877Z[ host-image] Dec 05 07:22:15.595 INFO O| Dec 05 07:22:15.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89372024-12-05T07:22:16.877Z[ host-image] Dec 05 07:22:15.595 INFO O| Dec 05 07:22:15.595 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89382024-12-05T07:22:16.877Z[ host-image] Dec 05 07:22:15.595 INFO O| Dec 05 07:22:15.595 INFO ok!
89392024-12-05T07:22:16.877Z[ host-image] Dec 05 07:22:15.595 INFO O| Dec 05 07:22:15.595 INFO STEP 59 (ensure_file) COMPLETE
89402024-12-05T07:22:16.877Z[ host-image] Dec 05 07:22:15.595 INFO O| Dec 05 07:22:15.595 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-05T07:22:16.886Z[ host-image] Dec 05 07:22:15.606 INFO O| Dec 05 07:22:15.606 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89422024-12-05T07:22:16.886Z[ host-image] Dec 05 07:22:15.606 INFO O| Dec 05 07:22:15.606 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89432024-12-05T07:22:16.886Z[ host-image] Dec 05 07:22:15.606 INFO O| Dec 05 07:22:15.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89442024-12-05T07:22:16.889Z[ host-image] Dec 05 07:22:15.606 INFO O| Dec 05 07:22:15.606 INFO ok!
89452024-12-05T07:22:16.889Z[ host-image] Dec 05 07:22:15.606 INFO O| Dec 05 07:22:15.606 INFO STEP 60 (ensure_file) COMPLETE
89462024-12-05T07:22:16.889Z[ host-image] Dec 05 07:22:15.606 INFO O| Dec 05 07:22:15.606 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-05T07:22:16.897Z[ host-image] Dec 05 07:22:15.617 INFO O| Dec 05 07:22:15.617 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89482024-12-05T07:22:16.897Z[ host-image] Dec 05 07:22:15.617 INFO O| Dec 05 07:22:15.617 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89492024-12-05T07:22:16.900Z[ host-image] Dec 05 07:22:15.618 INFO O| Dec 05 07:22:15.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89502024-12-05T07:22:16.900Z[ host-image] Dec 05 07:22:15.618 INFO O| Dec 05 07:22:15.618 INFO ok!
89512024-12-05T07:22:16.900Z[ host-image] Dec 05 07:22:15.618 INFO O| Dec 05 07:22:15.618 INFO STEP 61 (ensure_file) COMPLETE
89522024-12-05T07:22:16.900Z[ host-image] Dec 05 07:22:15.618 INFO O| Dec 05 07:22:15.618 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-05T07:22:16.908Z[ host-image] Dec 05 07:22:15.628 INFO O| Dec 05 07:22:15.628 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89542024-12-05T07:22:16.908Z[ host-image] Dec 05 07:22:15.628 INFO O| Dec 05 07:22:15.628 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89552024-12-05T07:22:16.911Z[ host-image] Dec 05 07:22:15.628 INFO O| Dec 05 07:22:15.628 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89562024-12-05T07:22:16.911Z[ host-image] Dec 05 07:22:15.628 INFO O| Dec 05 07:22:15.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89572024-12-05T07:22:16.911Z[ host-image] Dec 05 07:22:15.629 INFO O| Dec 05 07:22:15.628 INFO ok!
89582024-12-05T07:22:16.911Z[ host-image] Dec 05 07:22:15.629 INFO O| Dec 05 07:22:15.628 INFO STEP 62 (ensure_file) COMPLETE
89592024-12-05T07:22:16.911Z[ host-image] Dec 05 07:22:15.629 INFO O| Dec 05 07:22:15.629 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-05T07:22:16.919Z[ host-image] Dec 05 07:22:15.639 INFO O| Dec 05 07:22:15.639 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89612024-12-05T07:22:16.919Z[ host-image] Dec 05 07:22:15.639 INFO O| Dec 05 07:22:15.639 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89622024-12-05T07:22:16.921Z[ host-image] Dec 05 07:22:15.639 INFO O| Dec 05 07:22:15.639 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89632024-12-05T07:22:16.921Z[ host-image] Dec 05 07:22:15.639 INFO O| Dec 05 07:22:15.639 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89642024-12-05T07:22:16.921Z[ host-image] Dec 05 07:22:15.639 INFO O| Dec 05 07:22:15.639 INFO ok!
89652024-12-05T07:22:16.921Z[ host-image] Dec 05 07:22:15.639 INFO O| Dec 05 07:22:15.639 INFO STEP 63 (ensure_file) COMPLETE
89662024-12-05T07:22:16.921Z[ host-image] Dec 05 07:22:15.639 INFO O| Dec 05 07:22:15.639 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672024-12-05T07:22:16.929Z[ host-image] Dec 05 07:22:15.649 INFO O| Dec 05 07:22:15.649 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89682024-12-05T07:22:16.929Z[ host-image] Dec 05 07:22:15.649 INFO O| Dec 05 07:22:15.649 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89692024-12-05T07:22:16.930Z[ host-image] Dec 05 07:22:15.650 INFO O| Dec 05 07:22:15.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89702024-12-05T07:22:16.933Z[ host-image] Dec 05 07:22:15.650 INFO O| Dec 05 07:22:15.649 INFO ok!
89712024-12-05T07:22:16.933Z[ host-image] Dec 05 07:22:15.650 INFO O| Dec 05 07:22:15.650 INFO STEP 64 (assemble_files) COMPLETE
89722024-12-05T07:22:16.933Z[ host-image] Dec 05 07:22:15.650 INFO O| Dec 05 07:22:15.650 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732024-12-05T07:22:16.940Z[ host-image] Dec 05 07:22:15.660 INFO O| Dec 05 07:22:15.660 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89742024-12-05T07:22:16.942Z[ host-image] Dec 05 07:22:15.660 INFO O| Dec 05 07:22:15.660 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89752024-12-05T07:22:16.942Z[ host-image] Dec 05 07:22:15.660 INFO O| Dec 05 07:22:15.660 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89762024-12-05T07:22:16.942Z[ host-image] Dec 05 07:22:15.660 INFO O| Dec 05 07:22:15.660 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89772024-12-05T07:22:16.942Z[ host-image] Dec 05 07:22:15.660 INFO O| Dec 05 07:22:15.660 INFO ok!
89782024-12-05T07:22:16.942Z[ host-image] Dec 05 07:22:15.660 INFO O| Dec 05 07:22:15.660 INFO STEP 65 (ensure_file) COMPLETE
89792024-12-05T07:22:16.942Z[ host-image] Dec 05 07:22:15.660 INFO O| Dec 05 07:22:15.660 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-12-05T07:22:16.950Z[ host-image] Dec 05 07:22:15.670 INFO O| Dec 05 07:22:15.670 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89812024-12-05T07:22:16.950Z[ host-image] Dec 05 07:22:15.671 INFO O| Dec 05 07:22:15.671 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89822024-12-05T07:22:16.953Z[ host-image] Dec 05 07:22:15.671 INFO O| Dec 05 07:22:15.671 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89832024-12-05T07:22:16.953Z[ host-image] Dec 05 07:22:15.671 INFO O| Dec 05 07:22:15.671 INFO STEP 66 (ensure_dir) COMPLETE
89842024-12-05T07:22:16.953Z[ host-image] Dec 05 07:22:15.671 INFO O| Dec 05 07:22:15.671 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89852024-12-05T07:22:16.961Z[ host-image] Dec 05 07:22:15.681 INFO O| Dec 05 07:22:15.681 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89862024-12-05T07:22:16.961Z[ host-image] Dec 05 07:22:15.681 INFO O| Dec 05 07:22:15.681 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 ...
89872024-12-05T07:22:16.968Z[ host-image] Dec 05 07:22:15.688 INFO O| Dec 05 07:22:15.688 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
89882024-12-05T07:22:16.968Z[ host-image] Dec 05 07:22:15.688 INFO O| Dec 05 07:22:15.688 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89892024-12-05T07:22:16.971Z[ host-image] Dec 05 07:22:15.688 INFO O| Dec 05 07:22:15.688 INFO ok!
89902024-12-05T07:22:16.971Z[ host-image] Dec 05 07:22:15.688 INFO O| Dec 05 07:22:15.688 INFO STEP 67 (ensure_file) COMPLETE
89912024-12-05T07:22:16.971Z[ host-image] Dec 05 07:22:15.688 INFO O| Dec 05 07:22:15.688 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-12-05T07:22:16.980Z[ host-image] Dec 05 07:22:15.700 INFO O| Dec 05 07:22:15.700 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89932024-12-05T07:22:16.980Z[ host-image] Dec 05 07:22:15.700 INFO O| Dec 05 07:22:15.700 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 ...
89942024-12-05T07:22:16.982Z[ host-image] Dec 05 07:22:15.700 INFO O| Dec 05 07:22:15.700 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
89952024-12-05T07:22:16.982Z[ host-image] Dec 05 07:22:15.700 INFO O| Dec 05 07:22:15.700 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89962024-12-05T07:22:16.982Z[ host-image] Dec 05 07:22:15.700 INFO O| Dec 05 07:22:15.700 INFO ok!
89972024-12-05T07:22:16.982Z[ host-image] Dec 05 07:22:15.700 INFO O| Dec 05 07:22:15.700 INFO STEP 68 (ensure_file) COMPLETE
89982024-12-05T07:22:16.982Z[ host-image] Dec 05 07:22:15.700 INFO O| Dec 05 07:22:15.700 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992024-12-05T07:22:16.996Z[ host-image] Dec 05 07:22:15.716 INFO O| Dec 05 07:22:15.716 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90002024-12-05T07:22:16.996Z[ host-image] Dec 05 07:22:15.716 INFO O| Dec 05 07:22:15.716 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90012024-12-05T07:22:19.006Z[ host-image] Dec 05 07:22:17.720 INFO O| Dec 05 07:22:17.719 INFO STEP 69 (pack_tar) COMPLETE
90022024-12-05T07:22:19.006Z[ host-image] Dec 05 07:22:17.720 INFO O| Dec 05 07:22:17.719 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90032024-12-05T07:22:19.006Z[ host-image] Dec 05 07:22:17.720 INFO O| Dec 05 07:22:17.720 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90042024-12-05T07:22:19.555Z[ host-image] Dec 05 07:22:18.275 INFO O| Dec 05 07:22:18.275 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90052024-12-05T07:22:19.642Z[ host-image] Dec 05 07:22:18.361 INFO O| Dec 05 07:22:18.361 INFO completed processing gimlet/ramdisk-02-trim
90062024-12-05T07:22:19.644Z[ host-image] Dec 05 07:22:18.363 INFO image builder template: zfs...
90072024-12-05T07:22:19.644Z[ host-image] Dec 05 07:22:18.363 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/.tmpdsfWzO/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
90082024-12-05T07:22:19.658Z[ host-image] Dec 05 07:22:18.377 INFO O| Dec 05 07:22:18.377 INFO skip include "stress" because feature "stress" is not enabled
90092024-12-05T07:22:19.691Z[ host-image] Dec 05 07:22:18.411 INFO O| Dec 05 07:22:18.411 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90102024-12-05T07:22:19.695Z[ host-image] Dec 05 07:22:18.415 INFO O| Dec 05 07:22:18.415 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90112024-12-05T07:22:19.809Z[ host-image] Dec 05 07:22:18.529 INFO O| Dec 05 07:22:18.529 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90122024-12-05T07:22:19.907Z[ host-image] Dec 05 07:22:18.627 INFO O| Dec 05 07:22:18.627 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90132024-12-05T07:22:19.907Z[ host-image] Dec 05 07:22:18.627 INFO O| Dec 05 07:22:18.627 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90142024-12-05T07:22:19.912Z[ host-image] Dec 05 07:22:18.632 INFO O| Dec 05 07:22:18.632 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90152024-12-05T07:22:20.002Z[ host-image] Dec 05 07:22:18.722 INFO O| Dec 05 07:22:18.722 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90162024-12-05T07:22:20.140Z[ host-image] Dec 05 07:22:18.859 INFO O| Dec 05 07:22:18.859 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90172024-12-05T07:22:20.152Z[ host-image] Dec 05 07:22:18.871 INFO O| Dec 05 07:22:18.871 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90182024-12-05T07:22:20.158Z[ host-image] Dec 05 07:22:18.878 INFO O| Dec 05 07:22:18.878 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90192024-12-05T07:22:20.158Z[ host-image] Dec 05 07:22:18.878 INFO O| Dec 05 07:22:18.878 INFO no lofi found
90202024-12-05T07:22:20.160Z[ host-image] Dec 05 07:22:18.878 INFO O| Dec 05 07:22:18.878 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90212024-12-05T07:22:20.160Z[ host-image] Dec 05 07:22:18.878 INFO O| Dec 05 07:22:18.878 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90222024-12-05T07:22:22.289Z[ host-image] Dec 05 07:22:21.009 INFO O| Dec 05 07:22:21.008 INFO lofi device = /dev/dsk/c2t1d0p0
90232024-12-05T07:22:22.289Z[ host-image] Dec 05 07:22:21.009 INFO O| Dec 05 07:22:21.008 INFO pool device = /dev/dsk/c2t1d0p0
90242024-12-05T07:22:22.292Z[ host-image] Dec 05 07:22:21.009 INFO O| Dec 05 07:22:21.009 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"]
90252024-12-05T07:22:22.369Z[ host-image] Dec 05 07:22:21.088 INFO O| Dec 05 07:22:21.088 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90262024-12-05T07:22:22.369Z[ host-image] Dec 05 07:22:21.088 INFO O| Dec 05 07:22:21.088 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90272024-12-05T07:22:22.392Z[ host-image] Dec 05 07:22:21.111 INFO O| Dec 05 07:22:21.111 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90282024-12-05T07:22:22.453Z[ host-image] Dec 05 07:22:21.172 INFO O| Dec 05 07:22:21.171 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90292024-12-05T07:22:22.492Z[ host-image] Dec 05 07:22:21.211 INFO O| Dec 05 07:22:21.211 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90302024-12-05T07:22:22.507Z[ host-image] Dec 05 07:22:21.226 INFO O| Dec 05 07:22:21.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90312024-12-05T07:22:22.519Z[ host-image] Dec 05 07:22:21.238 INFO O| Dec 05 07:22:21.238 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90322024-12-05T07:22:22.575Z[ host-image] Dec 05 07:22:21.294 INFO O| Dec 05 07:22:21.294 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90332024-12-05T07:22:22.575Z[ host-image] Dec 05 07:22:21.294 INFO O| Dec 05 07:22:21.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90342024-12-05T07:22:22.577Z[ host-image] Dec 05 07:22:21.294 INFO O| Dec 05 07:22:21.294 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90352024-12-05T07:22:22.587Z[ host-image] Dec 05 07:22:21.306 INFO O| Dec 05 07:22:21.306 INFO boot environment UUID: ee8b03a0-9950-448b-8a66-f8c607bfe678
90362024-12-05T07:22:22.587Z[ host-image] Dec 05 07:22:21.306 INFO O| Dec 05 07:22:21.306 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ee8b03a0-9950-448b-8a66-f8c607bfe678
90372024-12-05T07:22:22.599Z[ host-image] Dec 05 07:22:21.318 INFO O| Dec 05 07:22:21.318 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90382024-12-05T07:22:22.612Z[ host-image] Dec 05 07:22:21.331 INFO O| Dec 05 07:22:21.331 INFO STEP 0 (create_be) COMPLETE
90392024-12-05T07:22:22.612Z[ host-image] Dec 05 07:22:21.331 INFO O| Dec 05 07:22:21.331 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90402024-12-05T07:22:22.631Z[ host-image] Dec 05 07:22:21.350 INFO O| Dec 05 07:22:21.350 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90412024-12-05T07:22:24.754Z[ recovery-image] Dec 05 07:22:23.473 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)
90422024-12-05T07:22:27.831Z[ recovery-image] Dec 05 07:22:26.550 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)
90432024-12-05T07:22:32.885Z[ recovery-image] Dec 05 07:22:31.594 INFO E| Compiling bitflags v1.3.2
90442024-12-05T07:22:32.888Z[ recovery-image] Dec 05 07:22:31.594 INFO E| Compiling plain v0.2.3
90452024-12-05T07:22:32.892Z[ recovery-image] Dec 05 07:22:31.594 INFO E| Compiling log v0.4.22
90462024-12-05T07:22:32.892Z[ recovery-image] Dec 05 07:22:31.594 INFO E| Compiling adler2 v2.0.0
90472024-12-05T07:22:32.892Z[ recovery-image] Dec 05 07:22:31.594 INFO E| Compiling bit_field v0.10.2
90482024-12-05T07:22:32.892Z[ recovery-image] Dec 05 07:22:31.594 INFO E| Compiling scroll v0.12.0
90492024-12-05T07:22:32.892Z[ recovery-image] Dec 05 07:22:31.594 INFO E| Compiling bitstruct v0.1.1
90502024-12-05T07:22:33.018Z[ recovery-image] Dec 05 07:22:31.735 INFO E| Compiling raw-cpuid v10.7.0
90512024-12-05T07:22:33.044Z[ recovery-image] Dec 05 07:22:31.761 INFO E| Compiling miniz_oxide v0.8.0
90522024-12-05T07:22:33.237Z[ recovery-image] Dec 05 07:22:31.954 INFO E| Compiling cpio_reader v0.1.1
90532024-12-05T07:22:33.283Z[ recovery-image] Dec 05 07:22:31.999 INFO E| Compiling static_assertions v1.1.0
90542024-12-05T07:22:33.651Z[ recovery-image] Dec 05 07:22:32.369 INFO E| Compiling goblin v0.8.2
90552024-12-05T07:22:42.485Z[ recovery-image] Dec 05 07:22:41.200 INFO E| Finished `release` profile [optimized] target(s) in 38.54s
90562024-12-05T07:22:42.514Z[ recovery-image] Dec 05 07:22:41.230 INFO building host image...
90572024-12-05T07:22:42.516Z[ recovery-image] Dec 05 07:22:41.230 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")
90582024-12-05T07:22:43.117Z[ host-image] Dec 05 07:22:41.833 INFO O| Dec 05 07:22:41.833 INFO STEP 1 (unpack_tar) COMPLETE
90592024-12-05T07:22:43.120Z[ host-image] Dec 05 07:22:41.833 INFO O| Dec 05 07:22:41.833 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90602024-12-05T07:22:43.129Z[ host-image] Dec 05 07:22:41.845 INFO O| Dec 05 07:22:41.844 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90612024-12-05T07:22:43.217Z[ recovery-image] Dec 05 07:22:41.933 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90622024-12-05T07:22:43.667Z[ host-image] Dec 05 07:22:42.383 INFO O| Dec 05 07:22:42.383 INFO STEP 2 (devfsadm) COMPLETE
90632024-12-05T07:22:43.667Z[ host-image] Dec 05 07:22:42.383 INFO O| Dec 05 07:22:42.383 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90642024-12-05T07:22:43.680Z[ host-image] Dec 05 07:22:42.396 INFO O| Dec 05 07:22:42.395 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90652024-12-05T07:22:43.680Z[ host-image] Dec 05 07:22:42.396 INFO O| Dec 05 07:22:42.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90662024-12-05T07:22:43.681Z[ host-image] Dec 05 07:22:42.396 INFO O| Dec 05 07:22:42.396 INFO STEP 3 (ensure_dir) COMPLETE
90672024-12-05T07:22:43.683Z[ host-image] Dec 05 07:22:42.396 INFO O| Dec 05 07:22:42.396 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90682024-12-05T07:22:43.692Z[ host-image] Dec 05 07:22:42.408 INFO O| Dec 05 07:22:42.408 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90692024-12-05T07:22:43.692Z[ host-image] Dec 05 07:22:42.408 INFO O| Dec 05 07:22:42.408 INFO STEP 4 (ensure_dir) COMPLETE
90702024-12-05T07:22:43.695Z[ host-image] Dec 05 07:22:42.408 INFO O| Dec 05 07:22:42.408 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90712024-12-05T07:22:43.703Z[ host-image] Dec 05 07:22:42.419 INFO O| Dec 05 07:22:42.419 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90722024-12-05T07:22:43.703Z[ host-image] Dec 05 07:22:42.419 INFO O| Dec 05 07:22:42.419 INFO STEP 5 (ensure_dir) COMPLETE
90732024-12-05T07:22:43.703Z[ host-image] Dec 05 07:22:42.419 INFO O| Dec 05 07:22:42.419 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90742024-12-05T07:22:43.714Z[ host-image] Dec 05 07:22:42.430 INFO O| Dec 05 07:22:42.430 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90752024-12-05T07:22:43.714Z[ host-image] Dec 05 07:22:42.430 INFO O| Dec 05 07:22:42.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90762024-12-05T07:22:43.716Z[ host-image] Dec 05 07:22:42.430 INFO O| Dec 05 07:22:42.430 INFO STEP 6 (ensure_dir) COMPLETE
90772024-12-05T07:22:43.716Z[ host-image] Dec 05 07:22:42.430 INFO O| Dec 05 07:22:42.430 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90782024-12-05T07:22:43.725Z[ host-image] Dec 05 07:22:42.441 INFO O| Dec 05 07:22:42.441 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90792024-12-05T07:22:43.725Z[ host-image] Dec 05 07:22:42.441 INFO O| Dec 05 07:22:42.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90802024-12-05T07:22:43.728Z[ host-image] Dec 05 07:22:42.441 INFO O| Dec 05 07:22:42.441 INFO STEP 7 (ensure_dir) COMPLETE
90812024-12-05T07:22:43.728Z[ host-image] Dec 05 07:22:42.441 INFO O| Dec 05 07:22:42.441 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90822024-12-05T07:22:43.736Z[ host-image] Dec 05 07:22:42.452 INFO O| Dec 05 07:22:42.452 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90832024-12-05T07:22:43.738Z[ host-image] Dec 05 07:22:42.452 INFO O| Dec 05 07:22:42.452 INFO STEP 8 (remove_files) COMPLETE
90842024-12-05T07:22:43.738Z[ host-image] Dec 05 07:22:42.452 INFO O| Dec 05 07:22:42.452 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90852024-12-05T07:22:43.746Z[ host-image] Dec 05 07:22:42.462 INFO O| Dec 05 07:22:42.462 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90862024-12-05T07:22:43.749Z[ host-image] Dec 05 07:22:42.463 INFO O| Dec 05 07:22:42.463 INFO STEP 9 (remove_files) COMPLETE
90872024-12-05T07:22:43.749Z[ host-image] Dec 05 07:22:42.463 INFO O| Dec 05 07:22:42.463 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90882024-12-05T07:22:43.758Z[ host-image] Dec 05 07:22:42.474 INFO O| Dec 05 07:22:42.474 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90892024-12-05T07:22:43.762Z[ host-image] Dec 05 07:22:42.475 INFO O| Dec 05 07:22:42.475 INFO STEP 10 (remove_files) COMPLETE
90902024-12-05T07:22:43.762Z[ host-image] Dec 05 07:22:42.475 INFO O| Dec 05 07:22:42.475 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90912024-12-05T07:22:43.770Z[ host-image] Dec 05 07:22:42.485 INFO O| Dec 05 07:22:42.485 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90922024-12-05T07:22:43.770Z[ host-image] Dec 05 07:22:42.486 INFO O| Dec 05 07:22:42.485 INFO STEP 11 (remove_files) COMPLETE
90932024-12-05T07:22:43.772Z[ host-image] Dec 05 07:22:42.486 INFO O| Dec 05 07:22:42.485 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90942024-12-05T07:22:43.780Z[ host-image] Dec 05 07:22:42.496 INFO O| Dec 05 07:22:42.496 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90952024-12-05T07:22:43.783Z[ host-image] Dec 05 07:22:42.496 INFO O| Dec 05 07:22:42.496 INFO STEP 12 (remove_files) COMPLETE
90962024-12-05T07:22:43.783Z[ host-image] Dec 05 07:22:42.496 INFO O| Dec 05 07:22:42.496 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90972024-12-05T07:22:43.791Z[ host-image] Dec 05 07:22:42.507 INFO O| Dec 05 07:22:42.507 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90982024-12-05T07:22:43.794Z[ host-image] Dec 05 07:22:42.507 INFO O| Dec 05 07:22:42.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90992024-12-05T07:22:43.794Z[ host-image] Dec 05 07:22:42.507 INFO O| Dec 05 07:22:42.507 INFO STEP 13 (ensure_dir) COMPLETE
91002024-12-05T07:22:43.794Z[ host-image] Dec 05 07:22:42.507 INFO O| Dec 05 07:22:42.507 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91012024-12-05T07:22:43.803Z[ host-image] Dec 05 07:22:42.519 INFO O| Dec 05 07:22:42.518 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91022024-12-05T07:22:43.803Z[ host-image] Dec 05 07:22:42.519 INFO O| Dec 05 07:22:42.519 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91032024-12-05T07:22:43.803Z[ host-image] Dec 05 07:22:42.519 INFO O| Dec 05 07:22:42.519 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91042024-12-05T07:22:43.806Z[ host-image] Dec 05 07:22:42.519 INFO O| Dec 05 07:22:42.519 INFO STEP 14 (ensure_dir) COMPLETE
91052024-12-05T07:22:43.806Z[ host-image] Dec 05 07:22:42.519 INFO O| Dec 05 07:22:42.519 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91062024-12-05T07:22:43.815Z[ host-image] Dec 05 07:22:42.531 INFO O| Dec 05 07:22:42.531 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91072024-12-05T07:22:43.815Z[ host-image] Dec 05 07:22:42.531 INFO O| Dec 05 07:22:42.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91082024-12-05T07:22:43.815Z[ host-image] Dec 05 07:22:42.531 INFO O| Dec 05 07:22:42.531 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91092024-12-05T07:22:43.818Z[ host-image] Dec 05 07:22:42.531 INFO O| Dec 05 07:22:42.531 INFO STEP 15 (ensure_dir) COMPLETE
91102024-12-05T07:22:43.818Z[ host-image] Dec 05 07:22:42.531 INFO O| Dec 05 07:22:42.531 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91112024-12-05T07:22:43.827Z[ host-image] Dec 05 07:22:42.543 INFO O| Dec 05 07:22:42.543 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91122024-12-05T07:22:43.828Z[ host-image] Dec 05 07:22:42.543 INFO O| Dec 05 07:22:42.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91132024-12-05T07:22:43.830Z[ host-image] Dec 05 07:22:42.543 INFO O| Dec 05 07:22:42.543 INFO STEP 16 (ensure_dir) COMPLETE
91142024-12-05T07:22:43.830Z[ host-image] Dec 05 07:22:42.543 INFO O| Dec 05 07:22:42.543 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91152024-12-05T07:22:43.839Z[ host-image] Dec 05 07:22:42.555 INFO O| Dec 05 07:22:42.555 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91162024-12-05T07:22:43.839Z[ host-image] Dec 05 07:22:42.555 INFO O| Dec 05 07:22:42.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91172024-12-05T07:22:43.839Z[ host-image] Dec 05 07:22:42.555 INFO O| Dec 05 07:22:42.555 INFO STEP 17 (ensure_dir) COMPLETE
91182024-12-05T07:22:43.841Z[ host-image] Dec 05 07:22:42.555 INFO O| Dec 05 07:22:42.555 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91192024-12-05T07:22:43.850Z[ host-image] Dec 05 07:22:42.566 INFO O| Dec 05 07:22:42.566 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91202024-12-05T07:22:43.850Z[ host-image] Dec 05 07:22:42.566 INFO O| Dec 05 07:22:42.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91212024-12-05T07:22:43.850Z[ host-image] Dec 05 07:22:42.566 INFO O| Dec 05 07:22:42.566 INFO ok!
91222024-12-05T07:22:43.850Z[ host-image] Dec 05 07:22:42.566 INFO O| Dec 05 07:22:42.566 INFO STEP 18 (ensure_symlink) COMPLETE
91232024-12-05T07:22:43.852Z[ host-image] Dec 05 07:22:42.566 INFO O| Dec 05 07:22:42.566 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242024-12-05T07:22:43.862Z[ host-image] Dec 05 07:22:42.577 INFO O| Dec 05 07:22:42.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91252024-12-05T07:22:43.862Z[ host-image] Dec 05 07:22:42.578 INFO O| Dec 05 07:22:42.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91262024-12-05T07:22:43.862Z[ host-image] Dec 05 07:22:42.578 INFO O| Dec 05 07:22:42.577 INFO ok!
91272024-12-05T07:22:43.864Z[ host-image] Dec 05 07:22:42.578 INFO O| Dec 05 07:22:42.577 INFO STEP 19 (ensure_file) COMPLETE
91282024-12-05T07:22:43.864Z[ host-image] Dec 05 07:22:42.578 INFO O| Dec 05 07:22:42.577 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91292024-12-05T07:22:43.874Z[ host-image] Dec 05 07:22:42.589 INFO O| Dec 05 07:22:42.589 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91302024-12-05T07:22:43.874Z[ host-image] Dec 05 07:22:42.590 INFO O| Dec 05 07:22:42.589 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91312024-12-05T07:22:43.876Z[ host-image] Dec 05 07:22:42.590 INFO O| Dec 05 07:22:42.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91322024-12-05T07:22:43.876Z[ host-image] Dec 05 07:22:42.590 INFO O| Dec 05 07:22:42.590 INFO ok!
91332024-12-05T07:22:43.876Z[ host-image] Dec 05 07:22:42.590 INFO O| Dec 05 07:22:42.590 INFO STEP 20 (ensure_symlink) COMPLETE
91342024-12-05T07:22:43.876Z[ host-image] Dec 05 07:22:42.590 INFO O| Dec 05 07:22:42.590 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91352024-12-05T07:22:43.887Z[ host-image] Dec 05 07:22:42.602 INFO O| Dec 05 07:22:42.602 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91362024-12-05T07:22:43.887Z[ host-image] Dec 05 07:22:42.602 INFO O| Dec 05 07:22:42.602 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91372024-12-05T07:22:43.890Z[ host-image] Dec 05 07:22:42.602 INFO O| Dec 05 07:22:42.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91382024-12-05T07:22:43.890Z[ host-image] Dec 05 07:22:42.602 INFO O| Dec 05 07:22:42.602 INFO ok!
91392024-12-05T07:22:43.890Z[ host-image] Dec 05 07:22:42.603 INFO O| Dec 05 07:22:42.602 INFO STEP 21 (ensure_symlink) COMPLETE
91402024-12-05T07:22:43.890Z[ host-image] Dec 05 07:22:42.603 INFO O| Dec 05 07:22:42.602 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91412024-12-05T07:22:43.899Z[ host-image] Dec 05 07:22:42.615 INFO O| Dec 05 07:22:42.615 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91422024-12-05T07:22:43.900Z[ host-image] Dec 05 07:22:42.615 INFO O| Dec 05 07:22:42.615 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91432024-12-05T07:22:43.902Z[ host-image] Dec 05 07:22:42.615 INFO O| Dec 05 07:22:42.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91442024-12-05T07:22:43.902Z[ host-image] Dec 05 07:22:42.615 INFO O| Dec 05 07:22:42.615 INFO ok!
91452024-12-05T07:22:43.902Z[ host-image] Dec 05 07:22:42.615 INFO O| Dec 05 07:22:42.615 INFO STEP 22 (ensure_symlink) COMPLETE
91462024-12-05T07:22:43.902Z[ host-image] Dec 05 07:22:42.615 INFO O| Dec 05 07:22:42.615 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91472024-12-05T07:22:43.912Z[ host-image] Dec 05 07:22:42.628 INFO O| Dec 05 07:22:42.628 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91482024-12-05T07:22:43.912Z[ host-image] Dec 05 07:22:42.628 INFO O| Dec 05 07:22:42.628 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91492024-12-05T07:22:43.916Z[ host-image] Dec 05 07:22:42.628 INFO O| Dec 05 07:22:42.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91502024-12-05T07:22:43.916Z[ host-image] Dec 05 07:22:42.628 INFO O| Dec 05 07:22:42.628 INFO ok!
91512024-12-05T07:22:43.916Z[ host-image] Dec 05 07:22:42.628 INFO O| Dec 05 07:22:42.628 INFO STEP 23 (ensure_symlink) COMPLETE
91522024-12-05T07:22:43.916Z[ host-image] Dec 05 07:22:42.628 INFO O| Dec 05 07:22:42.628 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91532024-12-05T07:22:43.925Z[ host-image] Dec 05 07:22:42.640 INFO O| Dec 05 07:22:42.640 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91542024-12-05T07:22:43.925Z[ host-image] Dec 05 07:22:42.640 INFO O| Dec 05 07:22:42.640 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91552024-12-05T07:22:43.927Z[ host-image] Dec 05 07:22:42.641 INFO O| Dec 05 07:22:42.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91562024-12-05T07:22:43.927Z[ host-image] Dec 05 07:22:42.641 INFO O| Dec 05 07:22:42.640 INFO ok!
91572024-12-05T07:22:43.927Z[ host-image] Dec 05 07:22:42.641 INFO O| Dec 05 07:22:42.641 INFO STEP 24 (ensure_file) COMPLETE
91582024-12-05T07:22:43.927Z[ host-image] Dec 05 07:22:42.641 INFO O| Dec 05 07:22:42.641 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91592024-12-05T07:22:43.937Z[ host-image] Dec 05 07:22:42.653 INFO O| Dec 05 07:22:42.653 INFO updating shadow file
91602024-12-05T07:22:43.940Z[ host-image] Dec 05 07:22:42.653 INFO O| Dec 05 07:22:42.653 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91612024-12-05T07:22:43.940Z[ host-image] Dec 05 07:22:42.653 INFO O| Dec 05 07:22:42.653 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91622024-12-05T07:22:43.940Z[ host-image] Dec 05 07:22:42.653 INFO O| Dec 05 07:22:42.653 INFO STEP 25 (shadow) COMPLETE
91632024-12-05T07:22:43.940Z[ host-image] Dec 05 07:22:42.653 INFO O| Dec 05 07:22:42.653 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91642024-12-05T07:22:43.951Z[ host-image] Dec 05 07:22:42.666 INFO O| Dec 05 07:22:42.666 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91652024-12-05T07:22:43.951Z[ host-image] Dec 05 07:22:42.666 INFO O| Dec 05 07:22:42.666 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91662024-12-05T07:22:43.951Z[ host-image] Dec 05 07:22:42.666 INFO O| Dec 05 07:22:42.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91672024-12-05T07:22:43.954Z[ host-image] Dec 05 07:22:42.666 INFO O| Dec 05 07:22:42.666 INFO ok!
91682024-12-05T07:22:43.954Z[ host-image] Dec 05 07:22:42.666 INFO O| Dec 05 07:22:42.666 INFO STEP 26 (ensure_file) COMPLETE
91692024-12-05T07:22:43.954Z[ host-image] Dec 05 07:22:42.666 INFO O| Dec 05 07:22:42.666 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91702024-12-05T07:22:43.964Z[ host-image] Dec 05 07:22:42.679 INFO O| Dec 05 07:22:42.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91712024-12-05T07:22:43.964Z[ host-image] Dec 05 07:22:42.679 INFO O| Dec 05 07:22:42.679 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91722024-12-05T07:22:43.966Z[ host-image] Dec 05 07:22:42.679 INFO O| Dec 05 07:22:42.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91732024-12-05T07:22:43.966Z[ host-image] Dec 05 07:22:42.679 INFO O| Dec 05 07:22:42.679 INFO ok!
91742024-12-05T07:22:43.966Z[ host-image] Dec 05 07:22:42.679 INFO O| Dec 05 07:22:42.679 INFO STEP 27 (ensure_file) COMPLETE
91752024-12-05T07:22:43.966Z[ host-image] Dec 05 07:22:42.679 INFO O| Dec 05 07:22:42.679 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91762024-12-05T07:22:43.977Z[ host-image] Dec 05 07:22:42.692 INFO O| Dec 05 07:22:42.692 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91772024-12-05T07:22:43.977Z[ host-image] Dec 05 07:22:42.692 INFO O| Dec 05 07:22:42.692 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91782024-12-05T07:22:43.977Z[ host-image] Dec 05 07:22:42.692 INFO O| Dec 05 07:22:42.692 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91792024-12-05T07:22:43.980Z[ host-image] Dec 05 07:22:42.692 INFO O| Dec 05 07:22:42.692 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91802024-12-05T07:22:43.980Z[ host-image] Dec 05 07:22:42.692 INFO O| Dec 05 07:22:42.692 INFO ok!
91812024-12-05T07:22:43.980Z[ host-image] Dec 05 07:22:42.692 INFO O| Dec 05 07:22:42.692 INFO STEP 28 (ensure_file) COMPLETE
91822024-12-05T07:22:43.980Z[ host-image] Dec 05 07:22:42.692 INFO O| Dec 05 07:22:42.692 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91832024-12-05T07:22:43.990Z[ host-image] Dec 05 07:22:42.705 INFO O| Dec 05 07:22:42.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91842024-12-05T07:22:43.990Z[ host-image] Dec 05 07:22:42.705 INFO O| Dec 05 07:22:42.705 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91852024-12-05T07:22:43.992Z[ host-image] Dec 05 07:22:42.705 INFO O| Dec 05 07:22:42.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91862024-12-05T07:22:43.992Z[ host-image] Dec 05 07:22:42.705 INFO O| Dec 05 07:22:42.705 INFO ok!
91872024-12-05T07:22:43.992Z[ host-image] Dec 05 07:22:42.705 INFO O| Dec 05 07:22:42.705 INFO STEP 29 (ensure_file) COMPLETE
91882024-12-05T07:22:43.992Z[ host-image] Dec 05 07:22:42.705 INFO O| Dec 05 07:22:42.705 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91892024-12-05T07:22:44.002Z[ host-image] Dec 05 07:22:42.718 INFO O| Dec 05 07:22:42.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91902024-12-05T07:22:44.002Z[ host-image] Dec 05 07:22:42.718 INFO O| Dec 05 07:22:42.718 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91912024-12-05T07:22:44.003Z[ host-image] Dec 05 07:22:42.718 INFO O| Dec 05 07:22:42.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91922024-12-05T07:22:44.005Z[ host-image] Dec 05 07:22:42.718 INFO O| Dec 05 07:22:42.718 INFO ok!
91932024-12-05T07:22:44.005Z[ host-image] Dec 05 07:22:42.718 INFO O| Dec 05 07:22:42.718 INFO STEP 30 (ensure_file) COMPLETE
91942024-12-05T07:22:44.005Z[ host-image] Dec 05 07:22:42.718 INFO O| Dec 05 07:22:42.718 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91952024-12-05T07:22:44.015Z[ host-image] Dec 05 07:22:42.730 INFO O| Dec 05 07:22:42.730 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91962024-12-05T07:22:44.015Z[ host-image] Dec 05 07:22:42.731 INFO O| Dec 05 07:22:42.731 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91972024-12-05T07:22:44.017Z[ host-image] Dec 05 07:22:42.731 INFO O| Dec 05 07:22:42.731 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91982024-12-05T07:22:44.017Z[ host-image] Dec 05 07:22:42.731 INFO O| Dec 05 07:22:42.731 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91992024-12-05T07:22:44.017Z[ host-image] Dec 05 07:22:42.731 INFO O| Dec 05 07:22:42.731 INFO ok!
92002024-12-05T07:22:44.018Z[ host-image] Dec 05 07:22:42.731 INFO O| Dec 05 07:22:42.731 INFO STEP 31 (ensure_file) COMPLETE
92012024-12-05T07:22:44.018Z[ host-image] Dec 05 07:22:42.731 INFO O| Dec 05 07:22:42.731 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92022024-12-05T07:22:44.028Z[ host-image] Dec 05 07:22:42.743 INFO O| Dec 05 07:22:42.743 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92032024-12-05T07:22:44.028Z[ host-image] Dec 05 07:22:42.743 INFO O| Dec 05 07:22:42.743 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92042024-12-05T07:22:44.030Z[ host-image] Dec 05 07:22:42.743 INFO O| Dec 05 07:22:42.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92052024-12-05T07:22:44.030Z[ host-image] Dec 05 07:22:42.743 INFO O| Dec 05 07:22:42.743 INFO ok!
92062024-12-05T07:22:44.031Z[ host-image] Dec 05 07:22:42.743 INFO O| Dec 05 07:22:42.743 INFO STEP 32 (ensure_file) COMPLETE
92072024-12-05T07:22:44.031Z[ host-image] Dec 05 07:22:42.743 INFO O| Dec 05 07:22:42.743 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92082024-12-05T07:22:44.041Z[ host-image] Dec 05 07:22:42.756 INFO O| Dec 05 07:22:42.756 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92092024-12-05T07:22:44.041Z[ host-image] Dec 05 07:22:42.756 INFO O| Dec 05 07:22:42.756 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92102024-12-05T07:22:44.043Z[ host-image] Dec 05 07:22:42.756 INFO O| Dec 05 07:22:42.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92112024-12-05T07:22:44.043Z[ host-image] Dec 05 07:22:42.756 INFO O| Dec 05 07:22:42.756 INFO ok!
92122024-12-05T07:22:44.043Z[ host-image] Dec 05 07:22:42.756 INFO O| Dec 05 07:22:42.756 INFO STEP 33 (ensure_file) COMPLETE
92132024-12-05T07:22:44.043Z[ host-image] Dec 05 07:22:42.756 INFO O| Dec 05 07:22:42.756 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92142024-12-05T07:22:44.054Z[ host-image] Dec 05 07:22:42.769 INFO O| Dec 05 07:22:42.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92152024-12-05T07:22:44.054Z[ host-image] Dec 05 07:22:42.769 INFO O| Dec 05 07:22:42.769 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92162024-12-05T07:22:44.057Z[ host-image] Dec 05 07:22:42.770 INFO O| Dec 05 07:22:42.769 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92172024-12-05T07:22:44.057Z[ host-image] Dec 05 07:22:42.770 INFO O| Dec 05 07:22:42.770 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92182024-12-05T07:22:44.057Z[ host-image] Dec 05 07:22:42.770 INFO O| Dec 05 07:22:42.770 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92192024-12-05T07:22:44.057Z[ host-image] Dec 05 07:22:42.770 INFO O| Dec 05 07:22:42.770 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92202024-12-05T07:22:44.057Z[ host-image] Dec 05 07:22:42.770 INFO O| Dec 05 07:22:42.770 INFO ok!
92212024-12-05T07:22:44.057Z[ host-image] Dec 05 07:22:42.770 INFO O| Dec 05 07:22:42.770 INFO STEP 34 (ensure_file) COMPLETE
92222024-12-05T07:22:44.057Z[ host-image] Dec 05 07:22:42.770 INFO O| Dec 05 07:22:42.770 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92232024-12-05T07:22:44.066Z[ host-image] Dec 05 07:22:42.782 INFO O| Dec 05 07:22:42.782 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92242024-12-05T07:22:44.066Z[ host-image] Dec 05 07:22:42.782 INFO O| Dec 05 07:22:42.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92252024-12-05T07:22:44.069Z[ host-image] Dec 05 07:22:42.782 INFO O| Dec 05 07:22:42.782 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92262024-12-05T07:22:44.069Z[ host-image] Dec 05 07:22:42.782 INFO O| Dec 05 07:22:42.782 INFO STEP 35 (ensure_dir) COMPLETE
92272024-12-05T07:22:44.069Z[ host-image] Dec 05 07:22:42.782 INFO O| Dec 05 07:22:42.782 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92282024-12-05T07:22:44.079Z[ host-image] Dec 05 07:22:42.795 INFO O| Dec 05 07:22:42.795 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
92292024-12-05T07:22:44.079Z[ host-image] Dec 05 07:22:42.795 INFO O| Dec 05 07:22:42.795 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 ...
92302024-12-05T07:22:44.082Z[ host-image] Dec 05 07:22:42.795 INFO O| Dec 05 07:22:42.795 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
92312024-12-05T07:22:44.082Z[ host-image] Dec 05 07:22:42.795 INFO O| Dec 05 07:22:42.795 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
92322024-12-05T07:22:44.082Z[ host-image] Dec 05 07:22:42.795 INFO O| Dec 05 07:22:42.795 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
92332024-12-05T07:22:44.082Z[ host-image] Dec 05 07:22:42.795 INFO O| Dec 05 07:22:42.795 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
92342024-12-05T07:22:44.082Z[ host-image] Dec 05 07:22:42.795 INFO O| Dec 05 07:22:42.795 INFO ok!
92352024-12-05T07:22:44.083Z[ host-image] Dec 05 07:22:42.795 INFO O| Dec 05 07:22:42.795 INFO STEP 36 (ensure_file) COMPLETE
92362024-12-05T07:22:44.083Z[ host-image] Dec 05 07:22:42.795 INFO O| Dec 05 07:22:42.795 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92372024-12-05T07:22:44.091Z[ host-image] Dec 05 07:22:42.807 INFO O| Dec 05 07:22:42.807 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92382024-12-05T07:22:44.091Z[ host-image] Dec 05 07:22:42.807 INFO O| Dec 05 07:22:42.807 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 ...
92392024-12-05T07:22:44.094Z[ host-image] Dec 05 07:22:42.807 INFO O| Dec 05 07:22:42.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92402024-12-05T07:22:44.094Z[ host-image] Dec 05 07:22:42.807 INFO O| Dec 05 07:22:42.807 INFO ok!
92412024-12-05T07:22:44.094Z[ host-image] Dec 05 07:22:42.807 INFO O| Dec 05 07:22:42.807 INFO STEP 37 (ensure_symlink) COMPLETE
92422024-12-05T07:22:44.094Z[ host-image] Dec 05 07:22:42.807 INFO O| Dec 05 07:22:42.807 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92432024-12-05T07:22:44.103Z[ host-image] Dec 05 07:22:42.819 INFO O| Dec 05 07:22:42.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92442024-12-05T07:22:44.103Z[ host-image] Dec 05 07:22:42.819 INFO O| Dec 05 07:22:42.819 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92452024-12-05T07:22:44.106Z[ host-image] Dec 05 07:22:42.819 INFO O| Dec 05 07:22:42.819 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92462024-12-05T07:22:44.106Z[ host-image] Dec 05 07:22:42.819 INFO O| Dec 05 07:22:42.819 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92472024-12-05T07:22:44.106Z[ host-image] Dec 05 07:22:42.819 INFO O| Dec 05 07:22:42.819 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92482024-12-05T07:22:44.106Z[ host-image] Dec 05 07:22:42.819 INFO O| Dec 05 07:22:42.819 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92492024-12-05T07:22:44.106Z[ host-image] Dec 05 07:22:42.819 INFO O| Dec 05 07:22:42.819 INFO ok!
92502024-12-05T07:22:44.106Z[ host-image] Dec 05 07:22:42.819 INFO O| Dec 05 07:22:42.819 INFO STEP 38 (ensure_file) COMPLETE
92512024-12-05T07:22:44.106Z[ host-image] Dec 05 07:22:42.819 INFO O| Dec 05 07:22:42.819 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92522024-12-05T07:22:44.115Z[ host-image] Dec 05 07:22:42.831 INFO O| Dec 05 07:22:42.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92532024-12-05T07:22:44.115Z[ host-image] Dec 05 07:22:42.831 INFO O| Dec 05 07:22:42.831 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 ...
92542024-12-05T07:22:44.115Z[ host-image] Dec 05 07:22:42.831 INFO O| Dec 05 07:22:42.831 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
92552024-12-05T07:22:44.118Z[ host-image] Dec 05 07:22:42.831 INFO O| Dec 05 07:22:42.831 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92562024-12-05T07:22:44.118Z[ host-image] Dec 05 07:22:42.831 INFO O| Dec 05 07:22:42.831 INFO ok!
92572024-12-05T07:22:44.118Z[ host-image] Dec 05 07:22:42.831 INFO O| Dec 05 07:22:42.831 INFO STEP 39 (ensure_file) COMPLETE
92582024-12-05T07:22:44.118Z[ host-image] Dec 05 07:22:42.831 INFO O| Dec 05 07:22:42.831 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92592024-12-05T07:22:44.127Z[ host-image] Dec 05 07:22:42.843 INFO O| Dec 05 07:22:42.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92602024-12-05T07:22:44.127Z[ host-image] Dec 05 07:22:42.843 INFO O| Dec 05 07:22:42.843 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92612024-12-05T07:22:44.129Z[ host-image] Dec 05 07:22:42.843 INFO O| Dec 05 07:22:42.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92622024-12-05T07:22:44.129Z[ host-image] Dec 05 07:22:42.843 INFO O| Dec 05 07:22:42.843 INFO ok!
92632024-12-05T07:22:44.129Z[ host-image] Dec 05 07:22:42.843 INFO O| Dec 05 07:22:42.843 INFO STEP 40 (ensure_file) COMPLETE
92642024-12-05T07:22:44.130Z[ host-image] Dec 05 07:22:42.843 INFO O| Dec 05 07:22:42.843 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92652024-12-05T07:22:44.139Z[ host-image] Dec 05 07:22:42.855 INFO O| Dec 05 07:22:42.855 INFO updating shadow file
92662024-12-05T07:22:44.139Z[ host-image] Dec 05 07:22:42.855 INFO O| Dec 05 07:22:42.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92672024-12-05T07:22:44.142Z[ host-image] Dec 05 07:22:42.855 INFO O| Dec 05 07:22:42.855 INFO STEP 41 (shadow) COMPLETE
92682024-12-05T07:22:44.142Z[ host-image] Dec 05 07:22:42.855 INFO O| Dec 05 07:22:42.855 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92692024-12-05T07:22:44.151Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92702024-12-05T07:22:44.151Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92712024-12-05T07:22:44.154Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92722024-12-05T07:22:44.154Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92732024-12-05T07:22:44.154Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO ok!
92742024-12-05T07:22:44.154Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO STEP 42 (ensure_file) COMPLETE
92752024-12-05T07:22:44.154Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92762024-12-05T07:22:44.154Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO skip step because feature "mfg" is not enabled
92772024-12-05T07:22:44.154Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92782024-12-05T07:22:44.154Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO skip step because feature "mfg" is not enabled
92792024-12-05T07:22:44.154Z[ host-image] Dec 05 07:22:42.867 INFO O| Dec 05 07:22:42.867 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92802024-12-05T07:22:44.163Z[ host-image] Dec 05 07:22:42.878 INFO O| Dec 05 07:22:42.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92812024-12-05T07:22:44.163Z[ host-image] Dec 05 07:22:42.879 INFO O| Dec 05 07:22:42.878 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92822024-12-05T07:22:44.813Z[ host-image] Dec 05 07:22:43.529 INFO O| Dec 05 07:22:43.529 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92832024-12-05T07:22:44.813Z[ host-image] Dec 05 07:22:43.529 INFO O| Dec 05 07:22:43.529 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92842024-12-05T07:22:44.816Z[ host-image] Dec 05 07:22:43.529 INFO O| Dec 05 07:22:43.529 INFO ok!
92852024-12-05T07:22:44.816Z[ host-image] Dec 05 07:22:43.529 INFO O| Dec 05 07:22:43.529 INFO STEP 45 (ensure_file) COMPLETE
92862024-12-05T07:22:44.816Z[ host-image] Dec 05 07:22:43.529 INFO O| Dec 05 07:22:43.529 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92872024-12-05T07:22:44.827Z[ host-image] Dec 05 07:22:43.542 INFO O| Dec 05 07:22:43.542 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92882024-12-05T07:22:44.827Z[ host-image] Dec 05 07:22:43.542 INFO O| Dec 05 07:22:43.542 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92892024-12-05T07:22:44.829Z[ host-image] Dec 05 07:22:43.542 INFO O| Dec 05 07:22:43.542 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92902024-12-05T07:22:44.830Z[ host-image] Dec 05 07:22:43.542 INFO O| Dec 05 07:22:43.542 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92912024-12-05T07:22:44.830Z[ host-image] Dec 05 07:22:43.542 INFO O| Dec 05 07:22:43.542 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92922024-12-05T07:22:44.830Z[ host-image] Dec 05 07:22:43.543 INFO O| Dec 05 07:22:43.542 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92932024-12-05T07:22:44.830Z[ host-image] Dec 05 07:22:43.543 INFO O| Dec 05 07:22:43.542 INFO ok!
92942024-12-05T07:22:44.830Z[ host-image] Dec 05 07:22:43.543 INFO O| Dec 05 07:22:43.543 INFO STEP 46 (ensure_file) COMPLETE
92952024-12-05T07:22:44.831Z[ host-image] Dec 05 07:22:43.543 INFO O| Dec 05 07:22:43.543 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92962024-12-05T07:22:44.839Z[ host-image] Dec 05 07:22:43.555 INFO O| Dec 05 07:22:43.555 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92972024-12-05T07:22:44.839Z[ host-image] Dec 05 07:22:43.555 INFO O| Dec 05 07:22:43.555 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 ...
92982024-12-05T07:22:44.842Z[ host-image] Dec 05 07:22:43.555 INFO O| Dec 05 07:22:43.555 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
92992024-12-05T07:22:44.842Z[ host-image] Dec 05 07:22:43.555 INFO O| Dec 05 07:22:43.555 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93002024-12-05T07:22:44.842Z[ host-image] Dec 05 07:22:43.555 INFO O| Dec 05 07:22:43.555 INFO ok!
93012024-12-05T07:22:44.842Z[ host-image] Dec 05 07:22:43.555 INFO O| Dec 05 07:22:43.555 INFO STEP 47 (ensure_file) COMPLETE
93022024-12-05T07:22:44.842Z[ host-image] Dec 05 07:22:43.555 INFO O| Dec 05 07:22:43.555 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93032024-12-05T07:22:44.850Z[ host-image] Dec 05 07:22:43.565 INFO O| Dec 05 07:22:43.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93042024-12-05T07:22:44.852Z[ host-image] Dec 05 07:22:43.565 INFO O| Dec 05 07:22:43.565 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93052024-12-05T07:22:44.852Z[ host-image] Dec 05 07:22:43.566 INFO O| Dec 05 07:22:43.565 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93062024-12-05T07:22:44.852Z[ host-image] Dec 05 07:22:43.566 INFO O| Dec 05 07:22:43.566 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93072024-12-05T07:22:44.852Z[ host-image] Dec 05 07:22:43.566 INFO O| Dec 05 07:22:43.566 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93082024-12-05T07:22:44.852Z[ host-image] Dec 05 07:22:43.566 INFO O| Dec 05 07:22:43.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93092024-12-05T07:22:44.853Z[ host-image] Dec 05 07:22:43.566 INFO O| Dec 05 07:22:43.566 INFO ok!
93102024-12-05T07:22:44.853Z[ host-image] Dec 05 07:22:43.566 INFO O| Dec 05 07:22:43.566 INFO STEP 48 (ensure_file) COMPLETE
93112024-12-05T07:22:44.853Z[ host-image] Dec 05 07:22:43.566 INFO O| Dec 05 07:22:43.566 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93122024-12-05T07:22:44.862Z[ host-image] Dec 05 07:22:43.577 INFO O| Dec 05 07:22:43.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93132024-12-05T07:22:44.864Z[ host-image] Dec 05 07:22:43.577 INFO O| Dec 05 07:22:43.577 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 ...
93142024-12-05T07:22:44.864Z[ host-image] Dec 05 07:22:43.577 INFO O| Dec 05 07:22:43.577 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
93152024-12-05T07:22:44.864Z[ host-image] Dec 05 07:22:43.577 INFO O| Dec 05 07:22:43.577 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93162024-12-05T07:22:44.864Z[ host-image] Dec 05 07:22:43.577 INFO O| Dec 05 07:22:43.577 INFO ok!
93172024-12-05T07:22:44.864Z[ host-image] Dec 05 07:22:43.577 INFO O| Dec 05 07:22:43.577 INFO STEP 49 (ensure_file) COMPLETE
93182024-12-05T07:22:44.864Z[ host-image] Dec 05 07:22:43.577 INFO O| Dec 05 07:22:43.577 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93192024-12-05T07:22:44.873Z[ host-image] Dec 05 07:22:43.588 INFO O| Dec 05 07:22:43.588 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93202024-12-05T07:22:44.873Z[ host-image] Dec 05 07:22:43.589 INFO O| Dec 05 07:22:43.588 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93212024-12-05T07:22:44.876Z[ host-image] Dec 05 07:22:43.589 INFO O| Dec 05 07:22:43.589 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93222024-12-05T07:22:44.876Z[ host-image] Dec 05 07:22:43.589 INFO O| Dec 05 07:22:43.589 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93232024-12-05T07:22:44.876Z[ host-image] Dec 05 07:22:43.589 INFO O| Dec 05 07:22:43.589 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93242024-12-05T07:22:44.876Z[ host-image] Dec 05 07:22:43.589 INFO O| Dec 05 07:22:43.589 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93252024-12-05T07:22:44.876Z[ host-image] Dec 05 07:22:43.589 INFO O| Dec 05 07:22:43.589 INFO ok!
93262024-12-05T07:22:44.876Z[ host-image] Dec 05 07:22:43.589 INFO O| Dec 05 07:22:43.589 INFO STEP 50 (ensure_file) COMPLETE
93272024-12-05T07:22:44.876Z[ host-image] Dec 05 07:22:43.589 INFO O| Dec 05 07:22:43.589 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93282024-12-05T07:22:44.884Z[ host-image] Dec 05 07:22:43.599 INFO O| Dec 05 07:22:43.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93292024-12-05T07:22:44.884Z[ host-image] Dec 05 07:22:43.599 INFO O| Dec 05 07:22:43.599 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 ...
93302024-12-05T07:22:44.886Z[ host-image] Dec 05 07:22:43.599 INFO O| Dec 05 07:22:43.599 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
93312024-12-05T07:22:44.886Z[ host-image] Dec 05 07:22:43.599 INFO O| Dec 05 07:22:43.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93322024-12-05T07:22:44.886Z[ host-image] Dec 05 07:22:43.599 INFO O| Dec 05 07:22:43.599 INFO ok!
93332024-12-05T07:22:44.886Z[ host-image] Dec 05 07:22:43.599 INFO O| Dec 05 07:22:43.599 INFO STEP 51 (ensure_file) COMPLETE
93342024-12-05T07:22:44.886Z[ host-image] Dec 05 07:22:43.599 INFO O| Dec 05 07:22:43.599 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93352024-12-05T07:22:44.895Z[ host-image] Dec 05 07:22:43.611 INFO O| Dec 05 07:22:43.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93362024-12-05T07:22:44.895Z[ host-image] Dec 05 07:22:43.611 INFO O| Dec 05 07:22:43.611 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 ...
93372024-12-05T07:22:44.896Z[ host-image] Dec 05 07:22:43.611 INFO O| Dec 05 07:22:43.611 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
93382024-12-05T07:22:44.899Z[ host-image] Dec 05 07:22:43.611 INFO O| Dec 05 07:22:43.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93392024-12-05T07:22:44.899Z[ host-image] Dec 05 07:22:43.611 INFO O| Dec 05 07:22:43.611 INFO ok!
93402024-12-05T07:22:44.899Z[ host-image] Dec 05 07:22:43.611 INFO O| Dec 05 07:22:43.611 INFO STEP 52 (ensure_file) COMPLETE
93412024-12-05T07:22:44.899Z[ host-image] Dec 05 07:22:43.611 INFO O| Dec 05 07:22:43.611 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93422024-12-05T07:22:44.907Z[ host-image] Dec 05 07:22:43.623 INFO O| Dec 05 07:22:43.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93432024-12-05T07:22:44.907Z[ host-image] Dec 05 07:22:43.623 INFO O| Dec 05 07:22:43.623 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 ...
93442024-12-05T07:22:44.907Z[ host-image] Dec 05 07:22:43.623 INFO O| Dec 05 07:22:43.623 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
93452024-12-05T07:22:44.910Z[ host-image] Dec 05 07:22:43.623 INFO O| Dec 05 07:22:43.623 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93462024-12-05T07:22:44.910Z[ host-image] Dec 05 07:22:43.623 INFO O| Dec 05 07:22:43.623 INFO ok!
93472024-12-05T07:22:44.910Z[ host-image] Dec 05 07:22:43.623 INFO O| Dec 05 07:22:43.623 INFO STEP 53 (ensure_file) COMPLETE
93482024-12-05T07:22:44.910Z[ host-image] Dec 05 07:22:43.623 INFO O| Dec 05 07:22:43.623 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-12-05T07:22:44.917Z[ host-image] Dec 05 07:22:43.633 INFO O| Dec 05 07:22:43.633 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93502024-12-05T07:22:44.917Z[ host-image] Dec 05 07:22:43.633 INFO O| Dec 05 07:22:43.633 INFO STEP 54 (ensure_dir) COMPLETE
93512024-12-05T07:22:44.919Z[ host-image] Dec 05 07:22:43.633 INFO O| Dec 05 07:22:43.633 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-12-05T07:22:44.927Z[ host-image] Dec 05 07:22:43.643 INFO O| Dec 05 07:22:43.643 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93532024-12-05T07:22:44.927Z[ host-image] Dec 05 07:22:43.643 INFO O| Dec 05 07:22:43.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93542024-12-05T07:22:44.930Z[ host-image] Dec 05 07:22:43.643 INFO O| Dec 05 07:22:43.643 INFO STEP 55 (ensure_dir) COMPLETE
93552024-12-05T07:22:44.930Z[ host-image] Dec 05 07:22:43.643 INFO O| Dec 05 07:22:43.643 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-12-05T07:22:44.936Z[ host-image] Dec 05 07:22:43.652 INFO O| Dec 05 07:22:43.652 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93572024-12-05T07:22:44.939Z[ host-image] Dec 05 07:22:43.652 INFO O| Dec 05 07:22:43.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93582024-12-05T07:22:44.939Z[ host-image] Dec 05 07:22:43.652 INFO O| Dec 05 07:22:43.652 INFO STEP 56 (ensure_dir) COMPLETE
93592024-12-05T07:22:44.939Z[ host-image] Dec 05 07:22:43.652 INFO O| Dec 05 07:22:43.652 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-12-05T07:22:44.946Z[ host-image] Dec 05 07:22:43.662 INFO O| Dec 05 07:22:43.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93612024-12-05T07:22:44.946Z[ host-image] Dec 05 07:22:43.662 INFO O| Dec 05 07:22:43.661 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93622024-12-05T07:22:44.949Z[ recovery-image] Dec 05 07:22:43.665 INFO image complete! materials are in "/work/os-recovery"
93632024-12-05T07:22:44.952Z[ recovery-image]
93642024-12-05T07:22:44.955Z[ recovery-image] real 8:32.262685033
93652024-12-05T07:22:44.955Z[ recovery-image] user 5:54.014008575
93662024-12-05T07:22:44.955Z[ recovery-image] sys 54.230709088
93672024-12-05T07:22:44.955Z[ recovery-image] trap 0.277415062
93682024-12-05T07:22:44.955Z[ recovery-image] tflt 0.213812056
93692024-12-05T07:22:44.955Z[ recovery-image] dflt 1.139861793
93702024-12-05T07:22:44.955Z[ recovery-image] kflt 0.000087665
93712024-12-05T07:22:44.955Z[ recovery-image] lock 18:00.905318773
93722024-12-05T07:22:44.955Z[ recovery-image] slp 51:55.943207392
93732024-12-05T07:22:44.955Z[ recovery-image] lat 2:02.523450496
93742024-12-05T07:22:44.955ZDec 05 07:22:43.669 INFO [recovery-image] process exited with exit status: 0 (512.30952927s)[ recovery-image] stop 3.533993322
93752024-12-05T07:22:44.955Z
93762024-12-05T07:22:44.963Z[ host-image] Dec 05 07:22:43.679 INFO O| Dec 05 07:22:43.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93772024-12-05T07:22:44.963Z[ host-image] Dec 05 07:22:43.679 INFO O| Dec 05 07:22:43.679 INFO ok!
93782024-12-05T07:22:44.966Z[ host-image] Dec 05 07:22:43.679 INFO O| Dec 05 07:22:43.679 INFO STEP 57 (ensure_file) COMPLETE
93792024-12-05T07:22:44.966Z[ host-image] Dec 05 07:22:43.679 INFO O| Dec 05 07:22:43.679 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-12-05T07:22:44.975Z[ host-image] Dec 05 07:22:43.690 INFO O| Dec 05 07:22:43.690 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93812024-12-05T07:22:44.975Z[ host-image] Dec 05 07:22:43.690 INFO O| Dec 05 07:22:43.690 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93822024-12-05T07:22:46.050Z[ host-image] Dec 05 07:22:44.765 INFO O| Dec 05 07:22:44.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93832024-12-05T07:22:46.050Z[ host-image] Dec 05 07:22:44.765 INFO O| Dec 05 07:22:44.765 INFO ok!
93842024-12-05T07:22:46.053Z[ host-image] Dec 05 07:22:44.765 INFO O| Dec 05 07:22:44.765 INFO STEP 58 (ensure_file) COMPLETE
93852024-12-05T07:22:46.053Z[ host-image] Dec 05 07:22:44.765 INFO O| Dec 05 07:22:44.765 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-12-05T07:22:46.062Z[ host-image] Dec 05 07:22:44.778 INFO O| Dec 05 07:22:44.778 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93872024-12-05T07:22:46.062Z[ host-image] Dec 05 07:22:44.778 INFO O| Dec 05 07:22:44.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93882024-12-05T07:22:46.065Z[ host-image] Dec 05 07:22:44.778 INFO O| Dec 05 07:22:44.778 INFO STEP 59 (ensure_dir) COMPLETE
93892024-12-05T07:22:46.065Z[ host-image] Dec 05 07:22:44.778 INFO O| Dec 05 07:22:44.778 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-12-05T07:22:46.074Z[ host-image] Dec 05 07:22:44.789 INFO O| Dec 05 07:22:44.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93912024-12-05T07:22:46.074Z[ host-image] Dec 05 07:22:44.789 INFO O| Dec 05 07:22:44.789 INFO copying /tmp/.tmpdsfWzO/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 ...
93922024-12-05T07:22:46.076Z[ host-image] Dec 05 07:22:44.789 INFO O| Dec 05 07:22:44.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93932024-12-05T07:22:46.076Z[ host-image] Dec 05 07:22:44.789 INFO O| Dec 05 07:22:44.789 INFO ok!
93942024-12-05T07:22:46.076Z[ host-image] Dec 05 07:22:44.789 INFO O| Dec 05 07:22:44.789 INFO STEP 60 (ensure_file) COMPLETE
93952024-12-05T07:22:46.076Z[ host-image] Dec 05 07:22:44.789 INFO O| Dec 05 07:22:44.789 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-12-05T07:22:46.085Z[ host-image] Dec 05 07:22:44.800 INFO O| Dec 05 07:22:44.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93972024-12-05T07:22:46.085Z[ host-image] Dec 05 07:22:44.800 INFO O| Dec 05 07:22:44.800 INFO copying /tmp/.tmpdsfWzO/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 ...
93982024-12-05T07:22:46.085Z[ host-image] Dec 05 07:22:44.800 INFO O| Dec 05 07:22:44.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93992024-12-05T07:22:46.087Z[ host-image] Dec 05 07:22:44.800 INFO O| Dec 05 07:22:44.800 INFO ok!
94002024-12-05T07:22:46.087Z[ host-image] Dec 05 07:22:44.800 INFO O| Dec 05 07:22:44.800 INFO STEP 61 (ensure_file) COMPLETE
94012024-12-05T07:22:46.087Z[ host-image] Dec 05 07:22:44.800 INFO O| Dec 05 07:22:44.800 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-12-05T07:22:46.095Z[ host-image] Dec 05 07:22:44.811 INFO O| Dec 05 07:22:44.811 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94032024-12-05T07:22:46.095Z[ host-image] Dec 05 07:22:44.811 INFO O| Dec 05 07:22:44.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94042024-12-05T07:22:46.095Z[ host-image] Dec 05 07:22:44.811 INFO O| Dec 05 07:22:44.811 INFO STEP 62 (ensure_dir) COMPLETE
94052024-12-05T07:22:46.099Z[ host-image] Dec 05 07:22:44.811 INFO O| Dec 05 07:22:44.811 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-12-05T07:22:46.106Z[ host-image] Dec 05 07:22:44.821 INFO O| Dec 05 07:22:44.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94072024-12-05T07:22:46.106Z[ host-image] Dec 05 07:22:44.821 INFO O| Dec 05 07:22:44.821 INFO copying /tmp/.tmpdsfWzO/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 ...
94082024-12-05T07:22:46.109Z[ host-image] Dec 05 07:22:44.821 INFO O| Dec 05 07:22:44.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94092024-12-05T07:22:46.109Z[ host-image] Dec 05 07:22:44.821 INFO O| Dec 05 07:22:44.821 INFO ok!
94102024-12-05T07:22:46.109Z[ host-image] Dec 05 07:22:44.821 INFO O| Dec 05 07:22:44.821 INFO STEP 63 (ensure_file) COMPLETE
94112024-12-05T07:22:46.109Z[ host-image] Dec 05 07:22:44.821 INFO O| Dec 05 07:22:44.821 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-12-05T07:22:46.116Z[ host-image] Dec 05 07:22:44.832 INFO O| Dec 05 07:22:44.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94132024-12-05T07:22:46.116Z[ host-image] Dec 05 07:22:44.832 INFO O| Dec 05 07:22:44.832 INFO copying /tmp/.tmpdsfWzO/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 ...
94142024-12-05T07:22:46.119Z[ host-image] Dec 05 07:22:44.832 INFO O| Dec 05 07:22:44.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94152024-12-05T07:22:46.119Z[ host-image] Dec 05 07:22:44.832 INFO O| Dec 05 07:22:44.832 INFO ok!
94162024-12-05T07:22:46.119Z[ host-image] Dec 05 07:22:44.832 INFO O| Dec 05 07:22:44.832 INFO STEP 64 (ensure_file) COMPLETE
94172024-12-05T07:22:46.119Z[ host-image] Dec 05 07:22:44.832 INFO O| Dec 05 07:22:44.832 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-12-05T07:22:46.127Z[ host-image] Dec 05 07:22:44.843 INFO O| Dec 05 07:22:44.842 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94192024-12-05T07:22:46.130Z[ host-image] Dec 05 07:22:44.843 INFO O| Dec 05 07:22:44.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94202024-12-05T07:22:46.130Z[ host-image] Dec 05 07:22:44.843 INFO O| Dec 05 07:22:44.843 INFO STEP 65 (ensure_dir) COMPLETE
94212024-12-05T07:22:46.130Z[ host-image] Dec 05 07:22:44.843 INFO O| Dec 05 07:22:44.843 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-12-05T07:22:46.139Z[ host-image] Dec 05 07:22:44.854 INFO O| Dec 05 07:22:44.854 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94232024-12-05T07:22:46.139Z[ host-image] Dec 05 07:22:44.854 INFO O| Dec 05 07:22:44.854 INFO copying /tmp/.tmpdsfWzO/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 ...
94242024-12-05T07:22:46.141Z[ host-image] Dec 05 07:22:44.854 INFO O| Dec 05 07:22:44.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94252024-12-05T07:22:46.141Z[ host-image] Dec 05 07:22:44.854 INFO O| Dec 05 07:22:44.854 INFO ok!
94262024-12-05T07:22:46.141Z[ host-image] Dec 05 07:22:44.854 INFO O| Dec 05 07:22:44.854 INFO STEP 66 (ensure_file) COMPLETE
94272024-12-05T07:22:46.142Z[ host-image] Dec 05 07:22:44.854 INFO O| Dec 05 07:22:44.854 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-12-05T07:22:46.150Z[ host-image] Dec 05 07:22:44.866 INFO O| Dec 05 07:22:44.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94292024-12-05T07:22:46.150Z[ host-image] Dec 05 07:22:44.866 INFO O| Dec 05 07:22:44.865 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94302024-12-05T07:22:46.153Z[ host-image] Dec 05 07:22:44.866 INFO O| Dec 05 07:22:44.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94312024-12-05T07:22:46.153Z[ host-image] Dec 05 07:22:44.866 INFO O| Dec 05 07:22:44.866 INFO ok!
94322024-12-05T07:22:46.153Z[ host-image] Dec 05 07:22:44.866 INFO O| Dec 05 07:22:44.866 INFO STEP 67 (ensure_file) COMPLETE
94332024-12-05T07:22:46.153Z[ host-image] Dec 05 07:22:44.866 INFO O| Dec 05 07:22:44.866 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-12-05T07:22:46.162Z[ host-image] Dec 05 07:22:44.877 INFO O| Dec 05 07:22:44.877 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94352024-12-05T07:22:46.162Z[ host-image] Dec 05 07:22:44.877 INFO O| Dec 05 07:22:44.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94362024-12-05T07:22:46.162Z[ host-image] Dec 05 07:22:44.877 INFO O| Dec 05 07:22:44.877 INFO STEP 68 (ensure_dir) COMPLETE
94372024-12-05T07:22:46.164Z[ host-image] Dec 05 07:22:44.877 INFO O| Dec 05 07:22:44.877 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-12-05T07:22:46.173Z[ host-image] Dec 05 07:22:44.888 INFO O| Dec 05 07:22:44.888 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94392024-12-05T07:22:46.173Z[ host-image] Dec 05 07:22:44.888 INFO O| Dec 05 07:22:44.888 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94402024-12-05T07:22:47.248Z[ host-image] Dec 05 07:22:45.963 INFO O| Dec 05 07:22:45.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94412024-12-05T07:22:47.248Z[ host-image] Dec 05 07:22:45.963 INFO O| Dec 05 07:22:45.963 INFO ok!
94422024-12-05T07:22:47.248Z[ host-image] Dec 05 07:22:45.963 INFO O| Dec 05 07:22:45.963 INFO STEP 69 (ensure_file) COMPLETE
94432024-12-05T07:22:47.248Z[ host-image] Dec 05 07:22:45.963 INFO O| Dec 05 07:22:45.963 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-12-05T07:22:47.260Z[ host-image] Dec 05 07:22:45.975 INFO O| Dec 05 07:22:45.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94452024-12-05T07:22:47.260Z[ host-image] Dec 05 07:22:45.975 INFO O| Dec 05 07:22:45.975 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94462024-12-05T07:22:48.804Z[ host-image] Dec 05 07:22:47.519 INFO O| Dec 05 07:22:47.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94472024-12-05T07:22:48.804Z[ host-image] Dec 05 07:22:47.519 INFO O| Dec 05 07:22:47.519 INFO ok!
94482024-12-05T07:22:48.807Z[ host-image] Dec 05 07:22:47.519 INFO O| Dec 05 07:22:47.519 INFO STEP 70 (ensure_file) COMPLETE
94492024-12-05T07:22:48.807Z[ host-image] Dec 05 07:22:47.519 INFO O| Dec 05 07:22:47.519 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-12-05T07:22:48.816Z[ host-image] Dec 05 07:22:47.531 INFO O| Dec 05 07:22:47.531 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94512024-12-05T07:22:48.817Z[ host-image] Dec 05 07:22:47.531 INFO O| Dec 05 07:22:47.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94522024-12-05T07:22:48.817Z[ host-image] Dec 05 07:22:47.531 INFO O| Dec 05 07:22:47.531 INFO STEP 71 (ensure_dir) COMPLETE
94532024-12-05T07:22:48.819Z[ host-image] Dec 05 07:22:47.531 INFO O| Dec 05 07:22:47.531 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-12-05T07:22:48.826Z[ host-image] Dec 05 07:22:47.541 INFO O| Dec 05 07:22:47.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94552024-12-05T07:22:48.826Z[ host-image] Dec 05 07:22:47.541 INFO O| Dec 05 07:22:47.541 INFO copying /tmp/.tmpdsfWzO/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 ...
94562024-12-05T07:22:48.828Z[ host-image] Dec 05 07:22:47.541 INFO O| Dec 05 07:22:47.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94572024-12-05T07:22:48.828Z[ host-image] Dec 05 07:22:47.541 INFO O| Dec 05 07:22:47.541 INFO ok!
94582024-12-05T07:22:48.829Z[ host-image] Dec 05 07:22:47.541 INFO O| Dec 05 07:22:47.541 INFO STEP 72 (ensure_file) COMPLETE
94592024-12-05T07:22:48.829Z[ host-image] Dec 05 07:22:47.541 INFO O| Dec 05 07:22:47.541 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-12-05T07:22:48.836Z[ host-image] Dec 05 07:22:47.551 INFO O| Dec 05 07:22:47.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94612024-12-05T07:22:48.836Z[ host-image] Dec 05 07:22:47.551 INFO O| Dec 05 07:22:47.551 INFO copying /tmp/.tmpdsfWzO/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 ...
94622024-12-05T07:22:48.839Z[ host-image] Dec 05 07:22:47.552 INFO O| Dec 05 07:22:47.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94632024-12-05T07:22:48.839Z[ host-image] Dec 05 07:22:47.552 INFO O| Dec 05 07:22:47.552 INFO ok!
94642024-12-05T07:22:48.839Z[ host-image] Dec 05 07:22:47.552 INFO O| Dec 05 07:22:47.552 INFO STEP 73 (ensure_file) COMPLETE
94652024-12-05T07:22:48.839Z[ host-image] Dec 05 07:22:47.552 INFO O| Dec 05 07:22:47.552 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-12-05T07:22:48.846Z[ host-image] Dec 05 07:22:47.561 INFO O| Dec 05 07:22:47.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94672024-12-05T07:22:48.846Z[ host-image] Dec 05 07:22:47.562 INFO O| Dec 05 07:22:47.561 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94682024-12-05T07:22:48.849Z[ host-image] Dec 05 07:22:47.562 INFO O| Dec 05 07:22:47.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94692024-12-05T07:22:48.849Z[ host-image] Dec 05 07:22:47.562 INFO O| Dec 05 07:22:47.562 INFO ok!
94702024-12-05T07:22:48.849Z[ host-image] Dec 05 07:22:47.562 INFO O| Dec 05 07:22:47.562 INFO STEP 74 (ensure_file) COMPLETE
94712024-12-05T07:22:48.849Z[ host-image] Dec 05 07:22:47.562 INFO O| Dec 05 07:22:47.562 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-12-05T07:22:48.857Z[ host-image] Dec 05 07:22:47.572 INFO O| Dec 05 07:22:47.571 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94732024-12-05T07:22:48.857Z[ host-image] Dec 05 07:22:47.572 INFO O| Dec 05 07:22:47.571 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94742024-12-05T07:22:48.860Z[ host-image] Dec 05 07:22:47.572 INFO O| Dec 05 07:22:47.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94752024-12-05T07:22:48.860Z[ host-image] Dec 05 07:22:47.572 INFO O| Dec 05 07:22:47.572 INFO ok!
94762024-12-05T07:22:48.860Z[ host-image] Dec 05 07:22:47.572 INFO O| Dec 05 07:22:47.572 INFO STEP 75 (ensure_file) COMPLETE
94772024-12-05T07:22:48.860Z[ host-image] Dec 05 07:22:47.572 INFO O| Dec 05 07:22:47.572 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-12-05T07:22:48.866Z[ host-image] Dec 05 07:22:47.581 INFO O| Dec 05 07:22:47.581 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94792024-12-05T07:22:48.866Z[ host-image] Dec 05 07:22:47.582 INFO O| Dec 05 07:22:47.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94802024-12-05T07:22:48.869Z[ host-image] Dec 05 07:22:47.582 INFO O| Dec 05 07:22:47.582 INFO STEP 76 (ensure_dir) COMPLETE
94812024-12-05T07:22:48.869Z[ host-image] Dec 05 07:22:47.582 INFO O| Dec 05 07:22:47.582 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-05T07:22:48.877Z[ host-image] Dec 05 07:22:47.591 INFO O| Dec 05 07:22:47.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94832024-12-05T07:22:48.877Z[ host-image] Dec 05 07:22:47.592 INFO O| Dec 05 07:22:47.591 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94842024-12-05T07:22:48.881Z[ host-image] Dec 05 07:22:47.596 INFO O| Dec 05 07:22:47.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94852024-12-05T07:22:48.881Z[ host-image] Dec 05 07:22:47.596 INFO O| Dec 05 07:22:47.596 INFO ok!
94862024-12-05T07:22:48.883Z[ host-image] Dec 05 07:22:47.596 INFO O| Dec 05 07:22:47.596 INFO STEP 77 (ensure_file) COMPLETE
94872024-12-05T07:22:48.883Z[ host-image] Dec 05 07:22:47.596 INFO O| Dec 05 07:22:47.596 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-05T07:22:48.892Z[ host-image] Dec 05 07:22:47.607 INFO O| Dec 05 07:22:47.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94892024-12-05T07:22:48.892Z[ host-image] Dec 05 07:22:47.607 INFO O| Dec 05 07:22:47.607 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94902024-12-05T07:22:48.894Z[ host-image] Dec 05 07:22:47.607 INFO O| Dec 05 07:22:47.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94912024-12-05T07:22:48.895Z[ host-image] Dec 05 07:22:47.607 INFO O| Dec 05 07:22:47.607 INFO ok!
94922024-12-05T07:22:48.895Z[ host-image] Dec 05 07:22:47.607 INFO O| Dec 05 07:22:47.607 INFO STEP 78 (ensure_file) COMPLETE
94932024-12-05T07:22:48.895Z[ host-image] Dec 05 07:22:47.607 INFO O| Dec 05 07:22:47.607 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-12-05T07:22:48.904Z[ host-image] Dec 05 07:22:47.618 INFO O| Dec 05 07:22:47.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94952024-12-05T07:22:48.904Z[ host-image] Dec 05 07:22:47.619 INFO O| Dec 05 07:22:47.618 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94962024-12-05T07:22:49.540Z[ host-image] Dec 05 07:22:48.255 INFO O| Dec 05 07:22:48.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94972024-12-05T07:22:49.543Z[ host-image] Dec 05 07:22:48.255 INFO O| Dec 05 07:22:48.255 INFO ok!
94982024-12-05T07:22:49.543Z[ host-image] Dec 05 07:22:48.255 INFO O| Dec 05 07:22:48.255 INFO STEP 79 (ensure_file) COMPLETE
94992024-12-05T07:22:49.543Z[ host-image] Dec 05 07:22:48.255 INFO O| Dec 05 07:22:48.255 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-12-05T07:22:49.552Z[ host-image] Dec 05 07:22:48.267 INFO O| Dec 05 07:22:48.267 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95012024-12-05T07:22:49.552Z[ host-image] Dec 05 07:22:48.267 INFO O| Dec 05 07:22:48.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95022024-12-05T07:22:49.553Z[ host-image] Dec 05 07:22:48.267 INFO O| Dec 05 07:22:48.267 INFO STEP 80 (ensure_dir) COMPLETE
95032024-12-05T07:22:49.555Z[ host-image] Dec 05 07:22:48.267 INFO O| Dec 05 07:22:48.267 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-12-05T07:22:49.563Z[ host-image] Dec 05 07:22:48.278 INFO O| Dec 05 07:22:48.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95052024-12-05T07:22:49.563Z[ host-image] Dec 05 07:22:48.278 INFO O| Dec 05 07:22:48.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95062024-12-05T07:22:49.566Z[ host-image] Dec 05 07:22:48.278 INFO O| Dec 05 07:22:48.278 INFO STEP 81 (ensure_dir) COMPLETE
95072024-12-05T07:22:49.566Z[ host-image] Dec 05 07:22:48.278 INFO O| Dec 05 07:22:48.278 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-12-05T07:22:49.573Z[ host-image] Dec 05 07:22:48.288 INFO O| Dec 05 07:22:48.288 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95092024-12-05T07:22:49.573Z[ host-image] Dec 05 07:22:48.288 INFO O| Dec 05 07:22:48.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95102024-12-05T07:22:49.573Z[ host-image] Dec 05 07:22:48.288 INFO O| Dec 05 07:22:48.288 INFO STEP 82 (ensure_dir) COMPLETE
95112024-12-05T07:22:49.576Z[ host-image] Dec 05 07:22:48.288 INFO O| Dec 05 07:22:48.288 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-05T07:22:49.584Z[ host-image] Dec 05 07:22:48.299 INFO O| Dec 05 07:22:48.298 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95132024-12-05T07:22:49.584Z[ host-image] Dec 05 07:22:48.299 INFO O| Dec 05 07:22:48.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95142024-12-05T07:22:49.584Z[ host-image] Dec 05 07:22:48.299 INFO O| Dec 05 07:22:48.299 INFO STEP 83 (ensure_dir) COMPLETE
95152024-12-05T07:22:49.586Z[ host-image] Dec 05 07:22:48.299 INFO O| Dec 05 07:22:48.299 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-12-05T07:22:49.594Z[ host-image] Dec 05 07:22:48.309 INFO O| Dec 05 07:22:48.309 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95172024-12-05T07:22:49.594Z[ host-image] Dec 05 07:22:48.309 INFO O| Dec 05 07:22:48.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95182024-12-05T07:22:49.597Z[ host-image] Dec 05 07:22:48.309 INFO O| Dec 05 07:22:48.309 INFO STEP 84 (ensure_dir) COMPLETE
95192024-12-05T07:22:49.598Z[ host-image] Dec 05 07:22:48.309 INFO O| Dec 05 07:22:48.309 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-12-05T07:22:49.604Z[ host-image] Dec 05 07:22:48.319 INFO O| Dec 05 07:22:48.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95212024-12-05T07:22:49.604Z[ host-image] Dec 05 07:22:48.319 INFO O| Dec 05 07:22:48.319 INFO copying /tmp/.tmpdsfWzO/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 ...
95222024-12-05T07:22:49.607Z[ host-image] Dec 05 07:22:48.319 INFO O| Dec 05 07:22:48.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95232024-12-05T07:22:49.607Z[ host-image] Dec 05 07:22:48.319 INFO O| Dec 05 07:22:48.319 INFO ok!
95242024-12-05T07:22:49.607Z[ host-image] Dec 05 07:22:48.319 INFO O| Dec 05 07:22:48.319 INFO STEP 85 (ensure_file) COMPLETE
95252024-12-05T07:22:49.607Z[ host-image] Dec 05 07:22:48.319 INFO O| Dec 05 07:22:48.319 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-12-05T07:22:49.615Z[ host-image] Dec 05 07:22:48.329 INFO O| Dec 05 07:22:48.329 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95272024-12-05T07:22:49.615Z[ host-image] Dec 05 07:22:48.330 INFO O| Dec 05 07:22:48.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95282024-12-05T07:22:49.615Z[ host-image] Dec 05 07:22:48.330 INFO O| Dec 05 07:22:48.330 INFO STEP 86 (ensure_dir) COMPLETE
95292024-12-05T07:22:49.617Z[ host-image] Dec 05 07:22:48.330 INFO O| Dec 05 07:22:48.330 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-12-05T07:22:49.625Z[ host-image] Dec 05 07:22:48.340 INFO O| Dec 05 07:22:48.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95312024-12-05T07:22:49.625Z[ host-image] Dec 05 07:22:48.340 INFO O| Dec 05 07:22:48.340 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95322024-12-05T07:22:49.628Z[ host-image] Dec 05 07:22:48.340 INFO O| Dec 05 07:22:48.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95332024-12-05T07:22:49.628Z[ host-image] Dec 05 07:22:48.340 INFO O| Dec 05 07:22:48.340 INFO ok!
95342024-12-05T07:22:49.628Z[ host-image] Dec 05 07:22:48.340 INFO O| Dec 05 07:22:48.340 INFO STEP 87 (ensure_file) COMPLETE
95352024-12-05T07:22:49.628Z[ host-image] Dec 05 07:22:48.340 INFO O| Dec 05 07:22:48.340 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-12-05T07:22:49.636Z[ host-image] Dec 05 07:22:48.351 INFO O| Dec 05 07:22:48.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95372024-12-05T07:22:49.636Z[ host-image] Dec 05 07:22:48.351 INFO O| Dec 05 07:22:48.351 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95382024-12-05T07:22:49.885Z[ host-image] Dec 05 07:22:48.599 INFO O| Dec 05 07:22:48.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95392024-12-05T07:22:49.885Z[ host-image] Dec 05 07:22:48.599 INFO O| Dec 05 07:22:48.599 INFO ok!
95402024-12-05T07:22:49.887Z[ host-image] Dec 05 07:22:48.599 INFO O| Dec 05 07:22:48.599 INFO STEP 88 (ensure_file) COMPLETE
95412024-12-05T07:22:49.887Z[ host-image] Dec 05 07:22:48.599 INFO O| Dec 05 07:22:48.599 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-12-05T07:22:49.897Z[ host-image] Dec 05 07:22:48.612 INFO O| Dec 05 07:22:48.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95432024-12-05T07:22:49.897Z[ host-image] Dec 05 07:22:48.612 INFO O| Dec 05 07:22:48.612 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95442024-12-05T07:22:50.435Z[ host-image] Dec 05 07:22:49.149 INFO O| Dec 05 07:22:49.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95452024-12-05T07:22:50.435Z[ host-image] Dec 05 07:22:49.149 INFO O| Dec 05 07:22:49.149 INFO ok!
95462024-12-05T07:22:50.435Z[ host-image] Dec 05 07:22:49.149 INFO O| Dec 05 07:22:49.149 INFO STEP 89 (ensure_file) COMPLETE
95472024-12-05T07:22:50.435Z[ host-image] Dec 05 07:22:49.149 INFO O| Dec 05 07:22:49.149 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95482024-12-05T07:22:50.447Z[ host-image] Dec 05 07:22:49.161 INFO O| Dec 05 07:22:49.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95492024-12-05T07:22:50.447Z[ host-image] Dec 05 07:22:49.161 INFO O| Dec 05 07:22:49.161 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95502024-12-05T07:22:50.447Z[ host-image] Dec 05 07:22:49.161 INFO O| Dec 05 07:22:49.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95512024-12-05T07:22:50.447Z[ host-image] Dec 05 07:22:49.161 INFO O| Dec 05 07:22:49.161 INFO ok!
95522024-12-05T07:22:50.447Z[ host-image] Dec 05 07:22:49.161 INFO O| Dec 05 07:22:49.161 INFO STEP 90 (ensure_file) COMPLETE
95532024-12-05T07:22:50.447Z[ host-image] Dec 05 07:22:49.161 INFO O| Dec 05 07:22:49.161 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-12-05T07:22:50.457Z[ host-image] Dec 05 07:22:49.172 INFO O| Dec 05 07:22:49.172 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95552024-12-05T07:22:50.457Z[ host-image] Dec 05 07:22:49.172 INFO O| Dec 05 07:22:49.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95562024-12-05T07:22:50.457Z[ host-image] Dec 05 07:22:49.172 INFO O| Dec 05 07:22:49.172 INFO STEP 91 (ensure_dir) COMPLETE
95572024-12-05T07:22:50.457Z[ host-image] Dec 05 07:22:49.172 INFO O| Dec 05 07:22:49.172 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-12-05T07:22:50.468Z[ host-image] Dec 05 07:22:49.182 INFO O| Dec 05 07:22:49.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95592024-12-05T07:22:50.468Z[ host-image] Dec 05 07:22:49.182 INFO O| Dec 05 07:22:49.182 INFO copying /tmp/.tmpdsfWzO/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 ...
95602024-12-05T07:22:50.468Z[ host-image] Dec 05 07:22:49.182 INFO O| Dec 05 07:22:49.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95612024-12-05T07:22:50.471Z[ host-image] Dec 05 07:22:49.182 INFO O| Dec 05 07:22:49.182 INFO ok!
95622024-12-05T07:22:50.472Z[ host-image] Dec 05 07:22:49.182 INFO O| Dec 05 07:22:49.182 INFO STEP 92 (ensure_file) COMPLETE
95632024-12-05T07:22:50.472Z[ host-image] Dec 05 07:22:49.182 INFO O| Dec 05 07:22:49.182 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-12-05T07:22:50.478Z[ host-image] Dec 05 07:22:49.193 INFO O| Dec 05 07:22:49.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95652024-12-05T07:22:50.478Z[ host-image] Dec 05 07:22:49.193 INFO O| Dec 05 07:22:49.193 INFO copying /tmp/.tmpdsfWzO/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 ...
95662024-12-05T07:22:50.481Z[ host-image] Dec 05 07:22:49.193 INFO O| Dec 05 07:22:49.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95672024-12-05T07:22:50.481Z[ host-image] Dec 05 07:22:49.193 INFO O| Dec 05 07:22:49.193 INFO ok!
95682024-12-05T07:22:50.481Z[ host-image] Dec 05 07:22:49.193 INFO O| Dec 05 07:22:49.193 INFO STEP 93 (ensure_file) COMPLETE
95692024-12-05T07:22:50.481Z[ host-image] Dec 05 07:22:49.193 INFO O| Dec 05 07:22:49.193 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-12-05T07:22:50.489Z[ host-image] Dec 05 07:22:49.204 INFO O| Dec 05 07:22:49.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95712024-12-05T07:22:50.489Z[ host-image] Dec 05 07:22:49.204 INFO O| Dec 05 07:22:49.204 INFO copying /tmp/.tmpdsfWzO/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 ...
95722024-12-05T07:22:50.493Z[ host-image] Dec 05 07:22:49.204 INFO O| Dec 05 07:22:49.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95732024-12-05T07:22:50.493Z[ host-image] Dec 05 07:22:49.204 INFO O| Dec 05 07:22:49.204 INFO ok!
95742024-12-05T07:22:50.493Z[ host-image] Dec 05 07:22:49.204 INFO O| Dec 05 07:22:49.204 INFO STEP 94 (ensure_file) COMPLETE
95752024-12-05T07:22:50.493Z[ host-image] Dec 05 07:22:49.204 INFO O| Dec 05 07:22:49.204 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-12-05T07:22:50.502Z[ host-image] Dec 05 07:22:49.216 INFO O| Dec 05 07:22:49.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95772024-12-05T07:22:50.502Z[ host-image] Dec 05 07:22:49.216 INFO O| Dec 05 07:22:49.216 INFO copying /tmp/.tmpdsfWzO/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 ...
95782024-12-05T07:22:50.504Z[ host-image] Dec 05 07:22:49.217 INFO O| Dec 05 07:22:49.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95792024-12-05T07:22:50.504Z[ host-image] Dec 05 07:22:49.217 INFO O| Dec 05 07:22:49.217 INFO ok!
95802024-12-05T07:22:50.504Z[ host-image] Dec 05 07:22:49.217 INFO O| Dec 05 07:22:49.217 INFO STEP 95 (ensure_file) COMPLETE
95812024-12-05T07:22:50.504Z[ host-image] Dec 05 07:22:49.217 INFO O| Dec 05 07:22:49.217 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-12-05T07:22:50.514Z[ host-image] Dec 05 07:22:49.228 INFO O| Dec 05 07:22:49.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95832024-12-05T07:22:50.514Z[ host-image] Dec 05 07:22:49.228 INFO O| Dec 05 07:22:49.228 INFO copying /tmp/.tmpdsfWzO/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 ...
95842024-12-05T07:22:50.514Z[ host-image] Dec 05 07:22:49.228 INFO O| Dec 05 07:22:49.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95852024-12-05T07:22:50.514Z[ host-image] Dec 05 07:22:49.228 INFO O| Dec 05 07:22:49.228 INFO ok!
95862024-12-05T07:22:50.516Z[ host-image] Dec 05 07:22:49.228 INFO O| Dec 05 07:22:49.228 INFO STEP 96 (ensure_file) COMPLETE
95872024-12-05T07:22:50.516Z[ host-image] Dec 05 07:22:49.228 INFO O| Dec 05 07:22:49.228 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-12-05T07:22:50.524Z[ host-image] Dec 05 07:22:49.239 INFO O| Dec 05 07:22:49.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95892024-12-05T07:22:50.526Z[ host-image] Dec 05 07:22:49.239 INFO O| Dec 05 07:22:49.239 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95902024-12-05T07:22:50.528Z[ host-image] Dec 05 07:22:49.239 INFO O| Dec 05 07:22:49.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95912024-12-05T07:22:50.528Z[ host-image] Dec 05 07:22:49.239 INFO O| Dec 05 07:22:49.239 INFO ok!
95922024-12-05T07:22:50.528Z[ host-image] Dec 05 07:22:49.239 INFO O| Dec 05 07:22:49.239 INFO STEP 97 (ensure_file) COMPLETE
95932024-12-05T07:22:50.528Z[ host-image] Dec 05 07:22:49.239 INFO O| Dec 05 07:22:49.239 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-12-05T07:22:50.535Z[ host-image] Dec 05 07:22:49.250 INFO O| Dec 05 07:22:49.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95952024-12-05T07:22:50.535Z[ host-image] Dec 05 07:22:49.250 INFO O| Dec 05 07:22:49.250 INFO copying /tmp/.tmpdsfWzO/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 ...
95962024-12-05T07:22:50.538Z[ host-image] Dec 05 07:22:49.250 INFO O| Dec 05 07:22:49.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95972024-12-05T07:22:50.538Z[ host-image] Dec 05 07:22:49.250 INFO O| Dec 05 07:22:49.250 INFO ok!
95982024-12-05T07:22:50.538Z[ host-image] Dec 05 07:22:49.250 INFO O| Dec 05 07:22:49.250 INFO STEP 98 (ensure_file) COMPLETE
95992024-12-05T07:22:50.538Z[ host-image] Dec 05 07:22:49.250 INFO O| Dec 05 07:22:49.250 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-12-05T07:22:50.547Z[ host-image] Dec 05 07:22:49.261 INFO O| Dec 05 07:22:49.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96012024-12-05T07:22:50.547Z[ host-image] Dec 05 07:22:49.261 INFO O| Dec 05 07:22:49.261 INFO copying /tmp/.tmpdsfWzO/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 ...
96022024-12-05T07:22:50.547Z[ host-image] Dec 05 07:22:49.261 INFO O| Dec 05 07:22:49.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96032024-12-05T07:22:50.549Z[ host-image] Dec 05 07:22:49.261 INFO O| Dec 05 07:22:49.261 INFO ok!
96042024-12-05T07:22:50.549Z[ host-image] Dec 05 07:22:49.261 INFO O| Dec 05 07:22:49.261 INFO STEP 99 (ensure_file) COMPLETE
96052024-12-05T07:22:50.550Z[ host-image] Dec 05 07:22:49.261 INFO O| Dec 05 07:22:49.261 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062024-12-05T07:22:50.558Z[ host-image] Dec 05 07:22:49.273 INFO O| Dec 05 07:22:49.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96072024-12-05T07:22:50.558Z[ host-image] Dec 05 07:22:49.273 INFO O| Dec 05 07:22:49.273 INFO copying /tmp/.tmpdsfWzO/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 ...
96082024-12-05T07:22:50.561Z[ host-image] Dec 05 07:22:49.273 INFO O| Dec 05 07:22:49.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96092024-12-05T07:22:50.561Z[ host-image] Dec 05 07:22:49.273 INFO O| Dec 05 07:22:49.273 INFO ok!
96102024-12-05T07:22:50.561Z[ host-image] Dec 05 07:22:49.273 INFO O| Dec 05 07:22:49.273 INFO STEP 100 (ensure_file) COMPLETE
96112024-12-05T07:22:50.561Z[ host-image] Dec 05 07:22:49.273 INFO O| Dec 05 07:22:49.273 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122024-12-05T07:22:50.570Z[ host-image] Dec 05 07:22:49.284 INFO O| Dec 05 07:22:49.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96132024-12-05T07:22:50.570Z[ host-image] Dec 05 07:22:49.284 INFO O| Dec 05 07:22:49.284 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96142024-12-05T07:22:50.572Z[ host-image] Dec 05 07:22:49.284 INFO O| Dec 05 07:22:49.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96152024-12-05T07:22:50.572Z[ host-image] Dec 05 07:22:49.284 INFO O| Dec 05 07:22:49.284 INFO ok!
96162024-12-05T07:22:50.572Z[ host-image] Dec 05 07:22:49.284 INFO O| Dec 05 07:22:49.284 INFO STEP 101 (ensure_file) COMPLETE
96172024-12-05T07:22:50.572Z[ host-image] Dec 05 07:22:49.284 INFO O| Dec 05 07:22:49.284 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182024-12-05T07:22:50.581Z[ host-image] Dec 05 07:22:49.296 INFO O| Dec 05 07:22:49.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96192024-12-05T07:22:50.581Z[ host-image] Dec 05 07:22:49.296 INFO O| Dec 05 07:22:49.296 INFO copying /tmp/.tmpdsfWzO/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 ...
96202024-12-05T07:22:50.584Z[ host-image] Dec 05 07:22:49.296 INFO O| Dec 05 07:22:49.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96212024-12-05T07:22:50.584Z[ host-image] Dec 05 07:22:49.296 INFO O| Dec 05 07:22:49.296 INFO ok!
96222024-12-05T07:22:50.584Z[ host-image] Dec 05 07:22:49.296 INFO O| Dec 05 07:22:49.296 INFO STEP 102 (ensure_file) COMPLETE
96232024-12-05T07:22:50.584Z[ host-image] Dec 05 07:22:49.296 INFO O| Dec 05 07:22:49.296 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242024-12-05T07:22:50.592Z[ host-image] Dec 05 07:22:49.307 INFO O| Dec 05 07:22:49.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96252024-12-05T07:22:50.594Z[ host-image] Dec 05 07:22:49.307 INFO O| Dec 05 07:22:49.307 INFO copying /tmp/.tmpdsfWzO/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 ...
96262024-12-05T07:22:50.594Z[ host-image] Dec 05 07:22:49.307 INFO O| Dec 05 07:22:49.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96272024-12-05T07:22:50.594Z[ host-image] Dec 05 07:22:49.307 INFO O| Dec 05 07:22:49.307 INFO ok!
96282024-12-05T07:22:50.594Z[ host-image] Dec 05 07:22:49.307 INFO O| Dec 05 07:22:49.307 INFO STEP 103 (ensure_file) COMPLETE
96292024-12-05T07:22:50.595Z[ host-image] Dec 05 07:22:49.307 INFO O| Dec 05 07:22:49.307 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302024-12-05T07:22:50.604Z[ host-image] Dec 05 07:22:49.318 INFO O| Dec 05 07:22:49.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96312024-12-05T07:22:50.604Z[ host-image] Dec 05 07:22:49.318 INFO O| Dec 05 07:22:49.318 INFO copying /tmp/.tmpdsfWzO/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 ...
96322024-12-05T07:22:50.604Z[ host-image] Dec 05 07:22:49.318 INFO O| Dec 05 07:22:49.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96332024-12-05T07:22:50.607Z[ host-image] Dec 05 07:22:49.318 INFO O| Dec 05 07:22:49.318 INFO ok!
96342024-12-05T07:22:50.607Z[ host-image] Dec 05 07:22:49.318 INFO O| Dec 05 07:22:49.318 INFO STEP 104 (ensure_file) COMPLETE
96352024-12-05T07:22:50.607Z[ host-image] Dec 05 07:22:49.318 INFO O| Dec 05 07:22:49.318 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362024-12-05T07:22:50.615Z[ host-image] Dec 05 07:22:49.329 INFO O| Dec 05 07:22:49.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96372024-12-05T07:22:50.617Z[ host-image] Dec 05 07:22:49.329 INFO O| Dec 05 07:22:49.329 INFO copying /tmp/.tmpdsfWzO/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 ...
96382024-12-05T07:22:50.617Z[ host-image] Dec 05 07:22:49.329 INFO O| Dec 05 07:22:49.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96392024-12-05T07:22:50.617Z[ host-image] Dec 05 07:22:49.329 INFO O| Dec 05 07:22:49.329 INFO ok!
96402024-12-05T07:22:50.617Z[ host-image] Dec 05 07:22:49.329 INFO O| Dec 05 07:22:49.329 INFO STEP 105 (ensure_file) COMPLETE
96412024-12-05T07:22:50.617Z[ host-image] Dec 05 07:22:49.329 INFO O| Dec 05 07:22:49.329 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422024-12-05T07:22:50.627Z[ host-image] Dec 05 07:22:49.342 INFO O| Dec 05 07:22:49.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96432024-12-05T07:22:50.627Z[ host-image] Dec 05 07:22:49.342 INFO O| Dec 05 07:22:49.342 INFO copying /tmp/.tmpdsfWzO/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 ...
96442024-12-05T07:22:50.627Z[ host-image] Dec 05 07:22:49.342 INFO O| Dec 05 07:22:49.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96452024-12-05T07:22:50.628Z[ host-image] Dec 05 07:22:49.342 INFO O| Dec 05 07:22:49.342 INFO ok!
96462024-12-05T07:22:50.628Z[ host-image] Dec 05 07:22:49.342 INFO O| Dec 05 07:22:49.342 INFO STEP 106 (ensure_file) COMPLETE
96472024-12-05T07:22:50.630Z[ host-image] Dec 05 07:22:49.342 INFO O| Dec 05 07:22:49.342 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482024-12-05T07:22:50.639Z[ host-image] Dec 05 07:22:49.354 INFO O| Dec 05 07:22:49.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96492024-12-05T07:22:50.640Z[ host-image] Dec 05 07:22:49.354 INFO O| Dec 05 07:22:49.354 INFO copying /tmp/.tmpdsfWzO/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 ...
96502024-12-05T07:22:50.640Z[ host-image] Dec 05 07:22:49.354 INFO O| Dec 05 07:22:49.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96512024-12-05T07:22:50.640Z[ host-image] Dec 05 07:22:49.354 INFO O| Dec 05 07:22:49.354 INFO ok!
96522024-12-05T07:22:50.642Z[ host-image] Dec 05 07:22:49.354 INFO O| Dec 05 07:22:49.354 INFO STEP 107 (ensure_file) COMPLETE
96532024-12-05T07:22:50.642Z[ host-image] Dec 05 07:22:49.354 INFO O| Dec 05 07:22:49.354 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542024-12-05T07:22:50.650Z[ host-image] Dec 05 07:22:49.365 INFO O| Dec 05 07:22:49.365 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96552024-12-05T07:22:50.651Z[ host-image] Dec 05 07:22:49.365 INFO O| Dec 05 07:22:49.365 INFO copying /tmp/.tmpdsfWzO/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 ...
96562024-12-05T07:22:50.651Z[ host-image] Dec 05 07:22:49.365 INFO O| Dec 05 07:22:49.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96572024-12-05T07:22:50.653Z[ host-image] Dec 05 07:22:49.365 INFO O| Dec 05 07:22:49.365 INFO ok!
96582024-12-05T07:22:50.653Z[ host-image] Dec 05 07:22:49.365 INFO O| Dec 05 07:22:49.365 INFO STEP 108 (ensure_file) COMPLETE
96592024-12-05T07:22:50.653Z[ host-image] Dec 05 07:22:49.365 INFO O| Dec 05 07:22:49.365 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602024-12-05T07:22:50.662Z[ host-image] Dec 05 07:22:49.376 INFO O| Dec 05 07:22:49.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96612024-12-05T07:22:50.662Z[ host-image] Dec 05 07:22:49.376 INFO O| Dec 05 07:22:49.376 INFO copying /tmp/.tmpdsfWzO/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 ...
96622024-12-05T07:22:50.664Z[ host-image] Dec 05 07:22:49.376 INFO O| Dec 05 07:22:49.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96632024-12-05T07:22:50.664Z[ host-image] Dec 05 07:22:49.376 INFO O| Dec 05 07:22:49.376 INFO ok!
96642024-12-05T07:22:50.664Z[ host-image] Dec 05 07:22:49.376 INFO O| Dec 05 07:22:49.376 INFO STEP 109 (ensure_file) COMPLETE
96652024-12-05T07:22:50.664Z[ host-image] Dec 05 07:22:49.376 INFO O| Dec 05 07:22:49.376 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662024-12-05T07:22:50.673Z[ host-image] Dec 05 07:22:49.387 INFO O| Dec 05 07:22:49.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96672024-12-05T07:22:50.675Z[ host-image] Dec 05 07:22:49.387 INFO O| Dec 05 07:22:49.387 INFO copying /tmp/.tmpdsfWzO/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 ...
96682024-12-05T07:22:50.675Z[ host-image] Dec 05 07:22:49.387 INFO O| Dec 05 07:22:49.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96692024-12-05T07:22:50.675Z[ host-image] Dec 05 07:22:49.387 INFO O| Dec 05 07:22:49.387 INFO ok!
96702024-12-05T07:22:50.675Z[ host-image] Dec 05 07:22:49.388 INFO O| Dec 05 07:22:49.387 INFO STEP 110 (ensure_file) COMPLETE
96712024-12-05T07:22:50.675Z[ host-image] Dec 05 07:22:49.388 INFO O| Dec 05 07:22:49.387 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722024-12-05T07:22:50.684Z[ host-image] Dec 05 07:22:49.399 INFO O| Dec 05 07:22:49.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96732024-12-05T07:22:50.685Z[ host-image] Dec 05 07:22:49.399 INFO O| Dec 05 07:22:49.399 INFO copying /tmp/.tmpdsfWzO/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 ...
96742024-12-05T07:22:50.688Z[ host-image] Dec 05 07:22:49.399 INFO O| Dec 05 07:22:49.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96752024-12-05T07:22:50.688Z[ host-image] Dec 05 07:22:49.399 INFO O| Dec 05 07:22:49.399 INFO ok!
96762024-12-05T07:22:50.688Z[ host-image] Dec 05 07:22:49.399 INFO O| Dec 05 07:22:49.399 INFO STEP 111 (ensure_file) COMPLETE
96772024-12-05T07:22:50.688Z[ host-image] Dec 05 07:22:49.399 INFO O| Dec 05 07:22:49.399 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782024-12-05T07:22:50.695Z[ host-image] Dec 05 07:22:49.410 INFO O| Dec 05 07:22:49.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96792024-12-05T07:22:50.695Z[ host-image] Dec 05 07:22:49.410 INFO O| Dec 05 07:22:49.410 INFO copying /tmp/.tmpdsfWzO/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 ...
96802024-12-05T07:22:50.698Z[ host-image] Dec 05 07:22:49.410 INFO O| Dec 05 07:22:49.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96812024-12-05T07:22:50.698Z[ host-image] Dec 05 07:22:49.410 INFO O| Dec 05 07:22:49.410 INFO ok!
96822024-12-05T07:22:50.698Z[ host-image] Dec 05 07:22:49.410 INFO O| Dec 05 07:22:49.410 INFO STEP 112 (ensure_file) COMPLETE
96832024-12-05T07:22:50.698Z[ host-image] Dec 05 07:22:49.410 INFO O| Dec 05 07:22:49.410 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842024-12-05T07:22:50.706Z[ host-image] Dec 05 07:22:49.421 INFO O| Dec 05 07:22:49.421 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96852024-12-05T07:22:50.706Z[ host-image] Dec 05 07:22:49.421 INFO O| Dec 05 07:22:49.421 INFO copying /tmp/.tmpdsfWzO/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 ...
96862024-12-05T07:22:50.710Z[ host-image] Dec 05 07:22:49.421 INFO O| Dec 05 07:22:49.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96872024-12-05T07:22:50.710Z[ host-image] Dec 05 07:22:49.421 INFO O| Dec 05 07:22:49.421 INFO ok!
96882024-12-05T07:22:50.710Z[ host-image] Dec 05 07:22:49.421 INFO O| Dec 05 07:22:49.421 INFO STEP 113 (ensure_file) COMPLETE
96892024-12-05T07:22:50.710Z[ host-image] Dec 05 07:22:49.421 INFO O| Dec 05 07:22:49.421 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902024-12-05T07:22:50.717Z[ host-image] Dec 05 07:22:49.432 INFO O| Dec 05 07:22:49.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96912024-12-05T07:22:50.717Z[ host-image] Dec 05 07:22:49.432 INFO O| Dec 05 07:22:49.432 INFO copying /tmp/.tmpdsfWzO/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 ...
96922024-12-05T07:22:50.720Z[ host-image] Dec 05 07:22:49.432 INFO O| Dec 05 07:22:49.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96932024-12-05T07:22:50.720Z[ host-image] Dec 05 07:22:49.432 INFO O| Dec 05 07:22:49.432 INFO ok!
96942024-12-05T07:22:50.720Z[ host-image] Dec 05 07:22:49.432 INFO O| Dec 05 07:22:49.432 INFO STEP 114 (ensure_file) COMPLETE
96952024-12-05T07:22:50.720Z[ host-image] Dec 05 07:22:49.432 INFO O| Dec 05 07:22:49.432 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962024-12-05T07:22:50.728Z[ host-image] Dec 05 07:22:49.443 INFO O| Dec 05 07:22:49.443 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96972024-12-05T07:22:50.728Z[ host-image] Dec 05 07:22:49.443 INFO O| Dec 05 07:22:49.443 INFO copying /tmp/.tmpdsfWzO/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 ...
96982024-12-05T07:22:50.731Z[ host-image] Dec 05 07:22:49.443 INFO O| Dec 05 07:22:49.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96992024-12-05T07:22:50.731Z[ host-image] Dec 05 07:22:49.443 INFO O| Dec 05 07:22:49.443 INFO ok!
97002024-12-05T07:22:50.731Z[ host-image] Dec 05 07:22:49.443 INFO O| Dec 05 07:22:49.443 INFO STEP 115 (ensure_file) COMPLETE
97012024-12-05T07:22:50.731Z[ host-image] Dec 05 07:22:49.443 INFO O| Dec 05 07:22:49.443 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022024-12-05T07:22:50.739Z[ host-image] Dec 05 07:22:49.453 INFO O| Dec 05 07:22:49.453 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97032024-12-05T07:22:50.739Z[ host-image] Dec 05 07:22:49.453 INFO O| Dec 05 07:22:49.453 INFO copying /tmp/.tmpdsfWzO/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 ...
97042024-12-05T07:22:50.741Z[ host-image] Dec 05 07:22:49.454 INFO O| Dec 05 07:22:49.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97052024-12-05T07:22:50.741Z[ host-image] Dec 05 07:22:49.454 INFO O| Dec 05 07:22:49.454 INFO ok!
97062024-12-05T07:22:50.741Z[ host-image] Dec 05 07:22:49.454 INFO O| Dec 05 07:22:49.454 INFO STEP 116 (ensure_file) COMPLETE
97072024-12-05T07:22:50.741Z[ host-image] Dec 05 07:22:49.454 INFO O| Dec 05 07:22:49.454 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082024-12-05T07:22:50.749Z[ host-image] Dec 05 07:22:49.464 INFO O| Dec 05 07:22:49.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97092024-12-05T07:22:50.749Z[ host-image] Dec 05 07:22:49.464 INFO O| Dec 05 07:22:49.464 INFO copying /tmp/.tmpdsfWzO/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 ...
97102024-12-05T07:22:50.751Z[ host-image] Dec 05 07:22:49.464 INFO O| Dec 05 07:22:49.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97112024-12-05T07:22:50.751Z[ host-image] Dec 05 07:22:49.464 INFO O| Dec 05 07:22:49.464 INFO ok!
97122024-12-05T07:22:50.751Z[ host-image] Dec 05 07:22:49.464 INFO O| Dec 05 07:22:49.464 INFO STEP 117 (ensure_file) COMPLETE
97132024-12-05T07:22:50.751Z[ host-image] Dec 05 07:22:49.464 INFO O| Dec 05 07:22:49.464 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142024-12-05T07:22:50.760Z[ host-image] Dec 05 07:22:49.475 INFO O| Dec 05 07:22:49.475 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97152024-12-05T07:22:50.763Z[ host-image] Dec 05 07:22:49.475 INFO O| Dec 05 07:22:49.475 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97162024-12-05T07:22:50.763Z[ host-image] Dec 05 07:22:49.475 INFO O| Dec 05 07:22:49.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97172024-12-05T07:22:50.763Z[ host-image] Dec 05 07:22:49.475 INFO O| Dec 05 07:22:49.475 INFO ok!
97182024-12-05T07:22:50.763Z[ host-image] Dec 05 07:22:49.475 INFO O| Dec 05 07:22:49.475 INFO STEP 118 (ensure_file) COMPLETE
97192024-12-05T07:22:50.763Z[ host-image] Dec 05 07:22:49.475 INFO O| Dec 05 07:22:49.475 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202024-12-05T07:22:50.771Z[ host-image] Dec 05 07:22:49.486 INFO O| Dec 05 07:22:49.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97212024-12-05T07:22:50.771Z[ host-image] Dec 05 07:22:49.486 INFO O| Dec 05 07:22:49.486 INFO copying /tmp/.tmpdsfWzO/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 ...
97222024-12-05T07:22:50.774Z[ host-image] Dec 05 07:22:49.486 INFO O| Dec 05 07:22:49.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97232024-12-05T07:22:50.774Z[ host-image] Dec 05 07:22:49.486 INFO O| Dec 05 07:22:49.486 INFO ok!
97242024-12-05T07:22:50.774Z[ host-image] Dec 05 07:22:49.486 INFO O| Dec 05 07:22:49.486 INFO STEP 119 (ensure_file) COMPLETE
97252024-12-05T07:22:50.774Z[ host-image] Dec 05 07:22:49.486 INFO O| Dec 05 07:22:49.486 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262024-12-05T07:22:50.782Z[ host-image] Dec 05 07:22:49.496 INFO O| Dec 05 07:22:49.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97272024-12-05T07:22:50.782Z[ host-image] Dec 05 07:22:49.496 INFO O| Dec 05 07:22:49.496 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97282024-12-05T07:22:50.784Z[ host-image] Dec 05 07:22:49.496 INFO O| Dec 05 07:22:49.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97292024-12-05T07:22:50.784Z[ host-image] Dec 05 07:22:49.496 INFO O| Dec 05 07:22:49.496 INFO ok!
97302024-12-05T07:22:50.784Z[ host-image] Dec 05 07:22:49.496 INFO O| Dec 05 07:22:49.496 INFO STEP 120 (ensure_file) COMPLETE
97312024-12-05T07:22:50.784Z[ host-image] Dec 05 07:22:49.496 INFO O| Dec 05 07:22:49.496 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322024-12-05T07:22:50.792Z[ host-image] Dec 05 07:22:49.507 INFO O| Dec 05 07:22:49.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97332024-12-05T07:22:50.792Z[ host-image] Dec 05 07:22:49.507 INFO O| Dec 05 07:22:49.507 INFO copying /tmp/.tmpdsfWzO/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97342024-12-05T07:22:54.095Z[ host-image] Dec 05 07:22:52.809 INFO O| Dec 05 07:22:52.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97352024-12-05T07:22:54.096Z[ host-image] Dec 05 07:22:52.809 INFO O| Dec 05 07:22:52.809 INFO ok!
97362024-12-05T07:22:54.096Z[ host-image] Dec 05 07:22:52.809 INFO O| Dec 05 07:22:52.809 INFO STEP 121 (ensure_file) COMPLETE
97372024-12-05T07:22:54.098Z[ host-image] Dec 05 07:22:52.809 INFO O| Dec 05 07:22:52.809 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382024-12-05T07:22:54.109Z[ host-image] Dec 05 07:22:52.823 INFO O| Dec 05 07:22:52.823 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97392024-12-05T07:22:54.109Z[ host-image] Dec 05 07:22:52.823 INFO O| Dec 05 07:22:52.823 INFO STEP 122 (ensure_dir) COMPLETE
97402024-12-05T07:22:54.111Z[ host-image] Dec 05 07:22:52.823 INFO O| Dec 05 07:22:52.823 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412024-12-05T07:22:54.121Z[ host-image] Dec 05 07:22:52.834 INFO O| Dec 05 07:22:52.834 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97422024-12-05T07:22:54.121Z[ host-image] Dec 05 07:22:52.834 INFO O| Dec 05 07:22:52.834 INFO STEP 123 (ensure_dir) COMPLETE
97432024-12-05T07:22:54.123Z[ host-image] Dec 05 07:22:52.834 INFO O| Dec 05 07:22:52.834 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442024-12-05T07:22:54.131Z[ host-image] Dec 05 07:22:52.845 INFO O| Dec 05 07:22:52.845 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97452024-12-05T07:22:54.131Z[ host-image] Dec 05 07:22:52.845 INFO O| Dec 05 07:22:52.845 INFO STEP 124 (ensure_dir) COMPLETE
97462024-12-05T07:22:54.131Z[ host-image] Dec 05 07:22:52.845 INFO O| Dec 05 07:22:52.845 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472024-12-05T07:22:54.142Z[ host-image] Dec 05 07:22:52.856 INFO O| Dec 05 07:22:52.856 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97482024-12-05T07:22:54.142Z[ host-image] Dec 05 07:22:52.856 INFO O| Dec 05 07:22:52.856 INFO STEP 125 (ensure_dir) COMPLETE
97492024-12-05T07:22:54.144Z[ host-image] Dec 05 07:22:52.856 INFO O| Dec 05 07:22:52.856 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502024-12-05T07:22:54.154Z[ host-image] Dec 05 07:22:52.867 INFO O| Dec 05 07:22:52.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97512024-12-05T07:22:54.154Z[ host-image] Dec 05 07:22:52.867 INFO O| Dec 05 07:22:52.867 INFO copying /tmp/.tmpdsfWzO/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 ...
97522024-12-05T07:22:54.156Z[ host-image] Dec 05 07:22:52.867 INFO O| Dec 05 07:22:52.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97532024-12-05T07:22:54.156Z[ host-image] Dec 05 07:22:52.867 INFO O| Dec 05 07:22:52.867 INFO ok!
97542024-12-05T07:22:54.157Z[ host-image] Dec 05 07:22:52.867 INFO O| Dec 05 07:22:52.867 INFO STEP 126 (ensure_file) COMPLETE
97552024-12-05T07:22:54.157Z[ host-image] Dec 05 07:22:52.867 INFO O| Dec 05 07:22:52.867 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562024-12-05T07:22:54.164Z[ host-image] Dec 05 07:22:52.878 INFO O| Dec 05 07:22:52.878 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97572024-12-05T07:22:54.164Z[ host-image] Dec 05 07:22:52.878 INFO O| Dec 05 07:22:52.878 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97582024-12-05T07:22:54.164Z[ host-image] Dec 05 07:22:52.878 INFO O| Dec 05 07:22:52.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97592024-12-05T07:22:54.167Z[ host-image] Dec 05 07:22:52.878 INFO O| Dec 05 07:22:52.878 INFO STEP 127 (ensure_dir) COMPLETE
97602024-12-05T07:22:54.167Z[ host-image] Dec 05 07:22:52.878 INFO O| Dec 05 07:22:52.878 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-05T07:22:54.175Z[ host-image] Dec 05 07:22:52.889 INFO O| Dec 05 07:22:52.889 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97622024-12-05T07:22:54.175Z[ host-image] Dec 05 07:22:52.889 INFO O| Dec 05 07:22:52.889 INFO copying /tmp/.tmpdsfWzO/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97632024-12-05T07:22:54.178Z[ host-image] Dec 05 07:22:52.889 INFO O| Dec 05 07:22:52.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97642024-12-05T07:22:54.178Z[ host-image] Dec 05 07:22:52.889 INFO O| Dec 05 07:22:52.889 INFO ok!
97652024-12-05T07:22:54.178Z[ host-image] Dec 05 07:22:52.889 INFO O| Dec 05 07:22:52.889 INFO STEP 128 (ensure_file) COMPLETE
97662024-12-05T07:22:54.178Z[ host-image] Dec 05 07:22:52.889 INFO O| Dec 05 07:22:52.889 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672024-12-05T07:22:54.186Z[ host-image] Dec 05 07:22:52.900 INFO O| Dec 05 07:22:52.900 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97682024-12-05T07:22:54.189Z[ host-image] Dec 05 07:22:52.901 INFO O| Dec 05 07:22:52.901 INFO STEP 129 (remove_files) COMPLETE
97692024-12-05T07:22:54.191Z[ host-image] Dec 05 07:22:52.901 INFO O| Dec 05 07:22:52.901 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702024-12-05T07:22:54.197Z[ host-image] Dec 05 07:22:52.911 INFO O| Dec 05 07:22:52.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97712024-12-05T07:22:54.200Z[ host-image] Dec 05 07:22:52.912 INFO O| Dec 05 07:22:52.912 INFO STEP 130 (remove_files) COMPLETE
97722024-12-05T07:22:54.200Z[ host-image] Dec 05 07:22:52.912 INFO O| Dec 05 07:22:52.912 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732024-12-05T07:22:54.209Z[ host-image] Dec 05 07:22:52.923 INFO O| Dec 05 07:22:52.923 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97742024-12-05T07:22:54.211Z[ host-image] Dec 05 07:22:52.923 INFO O| Dec 05 07:22:52.923 INFO STEP 131 (remove_files) COMPLETE
97752024-12-05T07:22:54.211Z[ host-image] Dec 05 07:22:52.923 INFO O| Dec 05 07:22:52.923 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762024-12-05T07:22:54.220Z[ host-image] Dec 05 07:22:52.934 INFO O| Dec 05 07:22:52.934 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97772024-12-05T07:22:54.222Z[ host-image] Dec 05 07:22:52.934 INFO O| Dec 05 07:22:52.934 INFO STEP 132 (remove_files) COMPLETE
97782024-12-05T07:22:54.222Z[ host-image] Dec 05 07:22:52.934 INFO O| Dec 05 07:22:52.934 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792024-12-05T07:22:54.231Z[ host-image] Dec 05 07:22:52.945 INFO O| Dec 05 07:22:52.945 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97802024-12-05T07:22:54.234Z[ host-image] Dec 05 07:22:52.945 INFO O| Dec 05 07:22:52.945 INFO STEP 133 (remove_files) COMPLETE
97812024-12-05T07:22:54.234Z[ host-image] Dec 05 07:22:52.945 INFO O| Dec 05 07:22:52.945 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822024-12-05T07:22:54.242Z[ host-image] Dec 05 07:22:52.956 INFO O| Dec 05 07:22:52.956 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97832024-12-05T07:22:54.245Z[ host-image] Dec 05 07:22:52.957 INFO O| Dec 05 07:22:52.957 INFO STEP 134 (remove_files) COMPLETE
97842024-12-05T07:22:54.245Z[ host-image] Dec 05 07:22:52.957 INFO O| Dec 05 07:22:52.957 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852024-12-05T07:22:54.254Z[ host-image] Dec 05 07:22:52.968 INFO O| Dec 05 07:22:52.968 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97862024-12-05T07:22:54.254Z[ host-image] Dec 05 07:22:52.968 INFO O| Dec 05 07:22:52.968 INFO STEP 135 (remove_files) COMPLETE
97872024-12-05T07:22:54.256Z[ host-image] Dec 05 07:22:52.968 INFO O| Dec 05 07:22:52.968 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882024-12-05T07:22:54.265Z[ host-image] Dec 05 07:22:52.979 INFO O| Dec 05 07:22:52.979 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97892024-12-05T07:22:54.265Z[ host-image] Dec 05 07:22:52.979 INFO O| Dec 05 07:22:52.979 INFO STEP 136 (remove_files) COMPLETE
97902024-12-05T07:22:54.265Z[ host-image] Dec 05 07:22:52.979 INFO O| Dec 05 07:22:52.979 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912024-12-05T07:22:54.277Z[ host-image] Dec 05 07:22:52.991 INFO O| Dec 05 07:22:52.990 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97922024-12-05T07:22:54.277Z[ host-image] Dec 05 07:22:52.991 INFO O| Dec 05 07:22:52.991 INFO STEP 137 (remove_files) COMPLETE
97932024-12-05T07:22:54.277Z[ host-image] Dec 05 07:22:52.991 INFO O| Dec 05 07:22:52.991 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942024-12-05T07:22:54.288Z[ host-image] Dec 05 07:22:53.002 INFO O| Dec 05 07:22:53.002 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97952024-12-05T07:22:54.288Z[ host-image] Dec 05 07:22:53.002 INFO O| Dec 05 07:22:53.002 INFO STEP 138 (remove_files) COMPLETE
97962024-12-05T07:22:54.288Z[ host-image] Dec 05 07:22:53.002 INFO O| Dec 05 07:22:53.002 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972024-12-05T07:22:54.301Z[ host-image] Dec 05 07:22:53.015 INFO O| Dec 05 07:22:53.015 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97982024-12-05T07:22:54.301Z[ host-image] Dec 05 07:22:53.015 INFO O| Dec 05 07:22:53.015 INFO STEP 139 (remove_files) COMPLETE
97992024-12-05T07:22:54.301Z[ host-image] Dec 05 07:22:53.015 INFO O| Dec 05 07:22:53.015 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002024-12-05T07:22:54.312Z[ host-image] Dec 05 07:22:53.026 INFO O| Dec 05 07:22:53.026 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98012024-12-05T07:22:54.315Z[ host-image] Dec 05 07:22:53.026 INFO O| Dec 05 07:22:53.026 INFO STEP 140 (remove_files) COMPLETE
98022024-12-05T07:22:54.315Z[ host-image] Dec 05 07:22:53.026 INFO O| Dec 05 07:22:53.026 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032024-12-05T07:22:54.324Z[ host-image] Dec 05 07:22:53.038 INFO O| Dec 05 07:22:53.038 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98042024-12-05T07:22:54.324Z[ host-image] Dec 05 07:22:53.038 INFO O| Dec 05 07:22:53.038 INFO STEP 141 (remove_files) COMPLETE
98052024-12-05T07:22:54.324Z[ host-image] Dec 05 07:22:53.038 INFO O| Dec 05 07:22:53.038 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062024-12-05T07:22:54.335Z[ host-image] Dec 05 07:22:53.049 INFO O| Dec 05 07:22:53.049 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98072024-12-05T07:22:54.335Z[ host-image] Dec 05 07:22:53.049 INFO O| Dec 05 07:22:53.049 INFO STEP 142 (remove_files) COMPLETE
98082024-12-05T07:22:54.335Z[ host-image] Dec 05 07:22:53.049 INFO O| Dec 05 07:22:53.049 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092024-12-05T07:22:54.346Z[ host-image] Dec 05 07:22:53.060 INFO O| Dec 05 07:22:53.060 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98102024-12-05T07:22:54.346Z[ host-image] Dec 05 07:22:53.060 INFO O| Dec 05 07:22:53.060 INFO STEP 143 (remove_files) COMPLETE
98112024-12-05T07:22:54.349Z[ host-image] Dec 05 07:22:53.060 INFO O| Dec 05 07:22:53.060 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122024-12-05T07:22:54.358Z[ host-image] Dec 05 07:22:53.072 INFO O| Dec 05 07:22:53.072 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98132024-12-05T07:22:54.358Z[ host-image] Dec 05 07:22:53.072 INFO O| Dec 05 07:22:53.072 INFO STEP 144 (remove_files) COMPLETE
98142024-12-05T07:22:54.358Z[ host-image] Dec 05 07:22:53.072 INFO O| Dec 05 07:22:53.072 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152024-12-05T07:22:54.369Z[ host-image] Dec 05 07:22:53.083 INFO O| Dec 05 07:22:53.083 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98162024-12-05T07:22:54.369Z[ host-image] Dec 05 07:22:53.083 INFO O| Dec 05 07:22:53.083 INFO STEP 145 (remove_files) COMPLETE
98172024-12-05T07:22:54.372Z[ host-image] Dec 05 07:22:53.083 INFO O| Dec 05 07:22:53.083 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182024-12-05T07:22:54.380Z[ host-image] Dec 05 07:22:53.094 INFO O| Dec 05 07:22:53.094 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98192024-12-05T07:22:54.380Z[ host-image] Dec 05 07:22:53.095 INFO O| Dec 05 07:22:53.095 INFO STEP 146 (remove_files) COMPLETE
98202024-12-05T07:22:54.383Z[ host-image] Dec 05 07:22:53.095 INFO O| Dec 05 07:22:53.095 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98212024-12-05T07:22:54.392Z[ host-image] Dec 05 07:22:53.106 INFO O| Dec 05 07:22:53.106 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98222024-12-05T07:22:54.392Z[ host-image] Dec 05 07:22:53.106 INFO O| Dec 05 07:22:53.106 INFO STEP 147 (remove_files) COMPLETE
98232024-12-05T07:22:54.394Z[ host-image] Dec 05 07:22:53.106 INFO O| Dec 05 07:22:53.106 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98242024-12-05T07:22:54.403Z[ host-image] Dec 05 07:22:53.117 INFO O| Dec 05 07:22:53.117 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98252024-12-05T07:22:54.403Z[ host-image] Dec 05 07:22:53.117 INFO O| Dec 05 07:22:53.117 INFO STEP 148 (remove_files) COMPLETE
98262024-12-05T07:22:54.403Z[ host-image] Dec 05 07:22:53.117 INFO O| Dec 05 07:22:53.117 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98272024-12-05T07:22:54.415Z[ host-image] Dec 05 07:22:53.129 INFO O| Dec 05 07:22:53.129 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98282024-12-05T07:22:54.415Z[ host-image] Dec 05 07:22:53.129 INFO O| Dec 05 07:22:53.129 INFO STEP 149 (remove_files) COMPLETE
98292024-12-05T07:22:54.418Z[ host-image] Dec 05 07:22:53.129 INFO O| Dec 05 07:22:53.129 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98302024-12-05T07:22:54.426Z[ host-image] Dec 05 07:22:53.140 INFO O| Dec 05 07:22:53.140 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98312024-12-05T07:22:54.426Z[ host-image] Dec 05 07:22:53.140 INFO O| Dec 05 07:22:53.140 INFO STEP 150 (remove_files) COMPLETE
98322024-12-05T07:22:54.429Z[ host-image] Dec 05 07:22:53.140 INFO O| Dec 05 07:22:53.140 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98332024-12-05T07:22:54.438Z[ host-image] Dec 05 07:22:53.152 INFO O| Dec 05 07:22:53.151 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98342024-12-05T07:22:54.438Z[ host-image] Dec 05 07:22:53.152 INFO O| Dec 05 07:22:53.152 INFO STEP 151 (remove_files) COMPLETE
98352024-12-05T07:22:54.438Z[ host-image] Dec 05 07:22:53.152 INFO O| Dec 05 07:22:53.152 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98362024-12-05T07:22:54.449Z[ host-image] Dec 05 07:22:53.162 INFO O| Dec 05 07:22:53.162 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98372024-12-05T07:22:54.449Z[ host-image] Dec 05 07:22:53.163 INFO O| Dec 05 07:22:53.163 INFO STEP 152 (remove_files) COMPLETE
98382024-12-05T07:22:54.449Z[ host-image] Dec 05 07:22:53.163 INFO O| Dec 05 07:22:53.163 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98392024-12-05T07:22:54.459Z[ host-image] Dec 05 07:22:53.173 INFO O| Dec 05 07:22:53.173 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98402024-12-05T07:22:54.459Z[ host-image] Dec 05 07:22:53.173 INFO O| Dec 05 07:22:53.173 INFO STEP 153 (remove_files) COMPLETE
98412024-12-05T07:22:54.459Z[ host-image] Dec 05 07:22:53.173 INFO O| Dec 05 07:22:53.173 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98422024-12-05T07:22:54.471Z[ host-image] Dec 05 07:22:53.185 INFO O| Dec 05 07:22:53.185 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98432024-12-05T07:22:54.471Z[ host-image] Dec 05 07:22:53.185 INFO O| Dec 05 07:22:53.185 INFO STEP 154 (remove_files) COMPLETE
98442024-12-05T07:22:54.471Z[ host-image] Dec 05 07:22:53.185 INFO O| Dec 05 07:22:53.185 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98452024-12-05T07:22:54.481Z[ host-image] Dec 05 07:22:53.195 INFO O| Dec 05 07:22:53.195 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98462024-12-05T07:22:54.482Z[ host-image] Dec 05 07:22:53.196 INFO O| Dec 05 07:22:53.196 INFO STEP 155 (remove_files) COMPLETE
98472024-12-05T07:22:54.484Z[ host-image] Dec 05 07:22:53.196 INFO O| Dec 05 07:22:53.196 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98482024-12-05T07:22:54.492Z[ host-image] Dec 05 07:22:53.206 INFO O| Dec 05 07:22:53.206 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98492024-12-05T07:22:54.492Z[ host-image] Dec 05 07:22:53.206 INFO O| Dec 05 07:22:53.206 INFO STEP 156 (remove_files) COMPLETE
98502024-12-05T07:22:54.495Z[ host-image] Dec 05 07:22:53.206 INFO O| Dec 05 07:22:53.206 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98512024-12-05T07:22:54.503Z[ host-image] Dec 05 07:22:53.217 INFO O| Dec 05 07:22:53.217 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98522024-12-05T07:22:54.503Z[ host-image] Dec 05 07:22:53.217 INFO O| Dec 05 07:22:53.217 INFO STEP 157 (remove_files) COMPLETE
98532024-12-05T07:22:54.503Z[ host-image] Dec 05 07:22:53.217 INFO O| Dec 05 07:22:53.217 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98542024-12-05T07:22:54.519Z[ host-image] Dec 05 07:22:53.233 INFO O| Dec 05 07:22:53.232 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98552024-12-05T07:22:54.519Z[ host-image] Dec 05 07:22:53.233 INFO O| Dec 05 07:22:53.233 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98562024-12-05T07:23:02.456Z[ host-image] Dec 05 07:23:01.168 INFO O| Dec 05 07:23:01.168 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
98572024-12-05T07:23:02.456Z[ host-image] Dec 05 07:23:01.168 INFO O| Dec 05 07:23:01.168 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98582024-12-05T07:23:02.471Z[ host-image] Dec 05 07:23:01.183 INFO O| Dec 05 07:23:01.183 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98592024-12-05T07:23:02.554Z[ host-image] Dec 05 07:23:01.266 INFO O| Dec 05 07:23:01.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98602024-12-05T07:23:02.554Z[ host-image] Dec 05 07:23:01.266 INFO O| Dec 05 07:23:01.266 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98612024-12-05T07:23:02.557Z[ host-image] Dec 05 07:23:01.269 INFO O| Dec 05 07:23:01.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98622024-12-05T07:23:02.557Z[ host-image] Dec 05 07:23:01.269 INFO O| Dec 05 07:23:01.269 INFO ok!
98632024-12-05T07:23:02.557Z[ host-image] Dec 05 07:23:01.269 INFO O| Dec 05 07:23:01.269 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98642024-12-05T07:23:02.557Z[ host-image] Dec 05 07:23:01.269 INFO O| Dec 05 07:23:01.269 INFO STEP 158 (seed_smf) COMPLETE
98652024-12-05T07:23:02.557Z[ host-image] Dec 05 07:23:01.269 INFO O| Dec 05 07:23:01.269 INFO steps complete; finalising image!
98662024-12-05T07:23:02.557Z[ host-image] Dec 05 07:23:01.269 INFO O| Dec 05 07:23:01.269 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98672024-12-05T07:23:02.697Z[ host-image] Dec 05 07:23:01.409 INFO O| Dec 05 07:23:01.409 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Thu Dec 5 07:23:01 2024)
98682024-12-05T07:23:02.918Z[ host-image] Dec 05 07:23:01.631 INFO O| Dec 05 07:23:01.631 INFO temporary pool has 690M used, 142M avail, 1.81x compressratio
98692024-12-05T07:23:02.918Z[ host-image] Dec 05 07:23:01.631 INFO O| Dec 05 07:23:01.631 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98702024-12-05T07:23:03.245Z[ host-image] Dec 05 07:23:01.958 INFO O| Dec 05 07:23:01.958 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98712024-12-05T07:23:03.248Z[ host-image] Dec 05 07:23:01.958 INFO O| Dec 05 07:23:01.958 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98722024-12-05T07:23:04.330Z[ host-image] Dec 05 07:23:03.042 INFO O| Dec 05 07:23:03.042 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98732024-12-05T07:23:04.330Z[ host-image] Dec 05 07:23:03.042 INFO O| Dec 05 07:23:03.042 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98742024-12-05T07:23:04.332Z[ host-image] Dec 05 07:23:03.042 INFO O| Dec 05 07:23:03.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98752024-12-05T07:23:04.332Z[ host-image] Dec 05 07:23:03.042 INFO O| Dec 05 07:23:03.042 INFO completed processing gimlet/zfs
98762024-12-05T07:23:04.333Z[ host-image] Dec 05 07:23:03.042 INFO O| Dec 05 07:23:03.042 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98772024-12-05T07:23:22.140Z[ host-image] Dec 05 07:23:20.850 INFO O| Dec 05 07:23:20.850 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98782024-12-05T07:23:22.242Z[ host-image] Dec 05 07:23:20.952 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
98792024-12-05T07:23:22.245Z[ host-image] Dec 05 07:23:20.952 INFO expanded image name: "ci c6fa141/${os_short_commit} 2024-12-05 06:50" -> "ci c6fa141/92ea229 2024-12-05 06:50"
98802024-12-05T07:23:22.245Z[ host-image] Dec 05 07:23:20.952 INFO output artefacts stored in: "/work/os-host"
98812024-12-05T07:23:22.245Z[ host-image] Dec 05 07:23:20.952 INFO collecting git info from project "pilot"...
98822024-12-05T07:23:22.249Z[ host-image] Dec 05 07:23:20.958 INFO collecting git info from project "phbl"...
98832024-12-05T07:23:22.253Z[ host-image] Dec 05 07:23:20.963 INFO collecting git info from project "bootserver"...
98842024-12-05T07:23:22.257Z[ host-image] Dec 05 07:23:20.967 INFO collecting git info from project "chelsio-t6-roms"...
98852024-12-05T07:23:22.262Z[ host-image] Dec 05 07:23:20.971 INFO collecting git info from project "image-builder"...
98862024-12-05T07:23:22.266Z[ host-image] Dec 05 07:23:20.976 INFO collecting git info from project "pinprick"...
98872024-12-05T07:23:22.270Z[ host-image] Dec 05 07:23:20.980 INFO collecting git info from project "amd-host-image-builder"...
98882024-12-05T07:23:22.284Z[ host-image] Dec 05 07:23:20.993 INFO collecting git info from project "amd-firmware"...
98892024-12-05T07:23:22.292Z[ host-image] Dec 05 07:23:21.002 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98902024-12-05T07:23:22.674Z[ host-image] Dec 05 07:23:21.383 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98912024-12-05T07:23:23.045Z[ host-image] Dec 05 07:23:21.754 INFO creating Oxide boot image...
98922024-12-05T07:23:23.045Z[ host-image] Dec 05 07:23:21.754 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci c6fa141/92ea229 2024-12-05 06:50", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98932024-12-05T07:23:23.998Z[ host-image] Dec 05 07:23:22.707 INFO O| ok, image written!
98942024-12-05T07:23:23.998Z[ host-image] Dec 05 07:23:22.707 INFO O| ok, boot_image_csum file written!
98952024-12-05T07:23:24.002Z[ host-image] Dec 05 07:23:22.711 INFO creating boot archive (CPIO)...
98962024-12-05T07:23:24.002Z[ host-image] Dec 05 07:23:22.711 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
98972024-12-05T07:23:24.011Z[ host-image] Dec 05 07:23:22.720 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98982024-12-05T07:23:24.011Z[ host-image] Dec 05 07:23:22.720 INFO E| + outfile=/work/os-host/cpio
98992024-12-05T07:23:24.014Z[ host-image] Dec 05 07:23:22.720 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99002024-12-05T07:23:24.014Z[ host-image] Dec 05 07:23:22.723 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99012024-12-05T07:23:24.016Z[ host-image] Dec 05 07:23:22.723 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99022024-12-05T07:23:24.051Z[ host-image] Dec 05 07:23:22.760 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99032024-12-05T07:23:24.053Z[ host-image] Dec 05 07:23:22.760 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99042024-12-05T07:23:24.060Z[ host-image] Dec 05 07:23:22.769 INFO creating compressed cpio/unix for nanobl-rs...
99052024-12-05T07:23:24.063Z[ host-image] Dec 05 07:23:22.769 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
99062024-12-05T07:23:24.358Z[ host-image] Dec 05 07:23:23.067 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99072024-12-05T07:23:28.698Z[ host-image] Dec 05 07:23:27.406 INFO creating reset image...
99082024-12-05T07:23:28.698Z[ host-image] Dec 05 07:23:27.406 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99092024-12-05T07:23:28.805Z[ host-image] Dec 05 07:23:27.513 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
99102024-12-05T07:23:28.808Z[ host-image] Dec 05 07:23:27.515 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99112024-12-05T07:23:28.867Z[ host-image] Dec 05 07:23:27.575 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99122024-12-05T07:23:30.830Z[ host-image] Dec 05 07:23:29.538 INFO E| Finished `release` profile [optimized] target(s) in 2.00s
99132024-12-05T07:23:30.844Z[ host-image] Dec 05 07:23:29.552 INFO building host image...
99142024-12-05T07:23:30.847Z[ host-image] Dec 05 07:23:29.552 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")
99152024-12-05T07:23:31.332Z[ host-image] Dec 05 07:23:30.040 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99162024-12-05T07:24:18.978Z[ host-image] Dec 05 07:24:17.677 INFO image complete! materials are in "/work/os-host"
99172024-12-05T07:24:18.980Z[ host-image]
99182024-12-05T07:24:18.983Z[ host-image] real 10:21.511553018
99192024-12-05T07:24:18.983Z[ host-image] user 5:33.984935778
99202024-12-05T07:24:18.983Z[ host-image] sys 55.973361528
99212024-12-05T07:24:18.983Z[ host-image] trap 0.234877009
99222024-12-05T07:24:18.983Z[ host-image] tflt 0.007679133
99232024-12-05T07:24:18.983Z[ host-image] dflt 0.059615306
99242024-12-05T07:24:18.983Z[ host-image] kflt 0.000000000
99252024-12-05T07:24:18.983Z[ host-image] lock 7:04.846402998
99262024-12-05T07:24:18.983Z[ host-image] slp 56:32.277256026
99272024-12-05T07:24:18.983Z[ host-image] lat 1:31.395279648
99282024-12-05T07:24:18.983Z[ host-image] stop 0.432451849
99292024-12-05T07:24:18.983ZDec 05 07:24:17.681 INFO [host-image] process exited with exit status: 0 (621.531007449s)
99302024-12-05T07:24:18.984ZDec 05 07:24:17.682 INFO [tuf-repo] running task
99312024-12-05T07:24:27.187ZDec 05 07:24:25.886 INFO assembling repository in `/tmp/tufaceousGVHASb`, component: OmicronRepoAssembler
99322024-12-05T07:24:49.631ZDec 05 07:24:48.324 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99332024-12-05T07:24:49.841ZDec 05 07:24:48.536 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99342024-12-05T07:25:02.739ZDec 05 07:25:01.432 INFO [tuf-repo] task succeeded (43.750344795s)
99352024-12-05T07:25:02.739ZDec 05 07:25:01.432 INFO all jobs completed in 2069.572775247s
99362024-12-05T07:25:03.442Zprocess exited: duration 2799812 ms, exit code 0
 
99372024-12-05T07:25:03.456Zfound 33 output files
99382024-12-05T07:25:03.456Zuploading: /work/manifest.toml (8404 bytes)
99392024-12-05T07:25:04.483Zuploaded: /work/manifest.toml
99402024-12-05T07:25:04.483Zuploading: /work/repo.zip (1963448756 bytes)
99412024-12-05T07:25:41.513Zuploaded: /work/repo.zip
99422024-12-05T07:25:41.513Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99432024-12-05T07:25:42.542Zuploaded: /work/repo.zip.sha256.txt
99442024-12-05T07:25:42.542Zuploading: /work/helios-setup.log (66237 bytes)
99452024-12-05T07:25:43.554Zuploaded: /work/helios-setup.log
99462024-12-05T07:25:43.554Zuploading: /work/host-image.log (196125 bytes)
99472024-12-05T07:25:44.573Zuploaded: /work/host-image.log
99482024-12-05T07:25:44.573Zuploading: /work/host-package.log (22562 bytes)
99492024-12-05T07:25:45.584Zuploaded: /work/host-package.log
99502024-12-05T07:25:45.584Zuploading: /work/host-target.log (101 bytes)
99512024-12-05T07:25:46.592Zuploaded: /work/host-target.log
99522024-12-05T07:25:46.592Zuploading: /work/omicron-package.log (5601 bytes)
99532024-12-05T07:25:47.601Zuploaded: /work/omicron-package.log
99542024-12-05T07:25:47.601Zuploading: /work/phbl-toolchain.log (881 bytes)
99552024-12-05T07:25:48.608Zuploaded: /work/phbl-toolchain.log
99562024-12-05T07:25:48.617Zuploading: /work/recovery-image.log (591729 bytes)
99572024-12-05T07:25:49.639Zuploaded: /work/recovery-image.log
99582024-12-05T07:25:49.641Zuploading: /work/recovery-package.log (321 bytes)
99592024-12-05T07:25:50.651Zuploaded: /work/recovery-package.log
99602024-12-05T07:25:50.653Zuploading: /work/recovery-target.log (57 bytes)
99612024-12-05T07:25:51.659Zuploaded: /work/recovery-target.log
99622024-12-05T07:25:51.659Zuploading: /work/stamp-clickhouse.log (117 bytes)
99632024-12-05T07:25:52.667Zuploaded: /work/stamp-clickhouse.log
99642024-12-05T07:25:52.667Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99652024-12-05T07:25:53.675Zuploaded: /work/stamp-clickhouse_keeper.log
99662024-12-05T07:25:53.678Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99672024-12-05T07:25:54.684Zuploaded: /work/stamp-cockroachdb.log
99682024-12-05T07:25:54.686Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99692024-12-05T07:25:55.692Zuploaded: /work/stamp-crucible-dtrace.log
99702024-12-05T07:25:55.695Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99712024-12-05T07:25:56.703Zuploaded: /work/stamp-crucible-pantry-zone.log
99722024-12-05T07:25:56.708Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99732024-12-05T07:25:57.715Zuploaded: /work/stamp-crucible-zone.log
99742024-12-05T07:25:57.715Zuploading: /work/stamp-external-dns.log (119 bytes)
99752024-12-05T07:25:58.724Zuploaded: /work/stamp-external-dns.log
99762024-12-05T07:25:58.726Zuploading: /work/stamp-installinator.log (103 bytes)
99772024-12-05T07:25:59.732Zuploaded: /work/stamp-installinator.log
99782024-12-05T07:25:59.732Zuploading: /work/stamp-internal-dns.log (119 bytes)
99792024-12-05T07:26:00.741Zuploaded: /work/stamp-internal-dns.log
99802024-12-05T07:26:00.741Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99812024-12-05T07:26:01.749Zuploaded: /work/stamp-mg-ddm-gz.log
99822024-12-05T07:26:01.752Zuploading: /work/stamp-nexus.log (112 bytes)
99832024-12-05T07:26:02.759Zuploaded: /work/stamp-nexus.log
99842024-12-05T07:26:02.759Zuploading: /work/stamp-ntp.log (110 bytes)
99852024-12-05T07:26:03.767Zuploaded: /work/stamp-ntp.log
99862024-12-05T07:26:03.770Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99872024-12-05T07:26:04.776Zuploaded: /work/stamp-omicron-sled-agent.log
99882024-12-05T07:26:04.776Zuploading: /work/stamp-overlay.log (114 bytes)
99892024-12-05T07:26:05.784Zuploaded: /work/stamp-overlay.log
99902024-12-05T07:26:05.784Zuploading: /work/stamp-oximeter.log (115 bytes)
99912024-12-05T07:26:06.792Zuploaded: /work/stamp-oximeter.log
99922024-12-05T07:26:06.792Zuploading: /work/stamp-oxlog.log (109 bytes)
99932024-12-05T07:26:07.799Zuploaded: /work/stamp-oxlog.log
99942024-12-05T07:26:07.799Zuploading: /work/stamp-probe.log (112 bytes)
99952024-12-05T07:26:08.807Zuploaded: /work/stamp-probe.log
99962024-12-05T07:26:08.807Zuploading: /work/stamp-propolis-server.log (122 bytes)
99972024-12-05T07:26:09.815Zuploaded: /work/stamp-propolis-server.log
99982024-12-05T07:26:09.815Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99992024-12-05T07:26:10.822Zuploaded: /work/stamp-pumpkind-gz.log
100002024-12-05T07:26:10.822Zuploading: /work/stamp-switch-asic.log (118 bytes)
100012024-12-05T07:26:11.831Zuploaded: /work/stamp-switch-asic.log
100022024-12-05T07:26:11.833Zuploading: /work/verify-libraries.log (4271 bytes)
100032024-12-05T07:26:12.839Zuploaded: /work/verify-libraries.log